1 | [ Jul 25 02:08:51 Enabled. ] | ||
2 | [ Jul 25 02:08:51 Rereading configuration. ] | ||
3 | [ Jul 25 02:08:52 Rereading configuration. ] | ||
4 | [ Jul 25 02:09:04 Executing start method ("/opt/oxide/lib/svc/manifest/clickhouse.sh"). ] | ||
5 | + set -o errexit | ||
6 | + set -o pipefail | ||
7 | + . /lib/svc/share/smf_include.sh | ||
8 | ++ SMF_EXIT_OK=0 | ||
9 | ++ SMF_EXIT_NODAEMON=94 | ||
10 | ++ SMF_EXIT_ERR_FATAL=95 | ||
11 | ++ SMF_EXIT_ERR_CONFIG=96 | ||
12 | ++ SMF_EXIT_MON_DEGRADE=97 | ||
13 | ++ SMF_EXIT_MON_OFFLINE=98 | ||
14 | ++ SMF_EXIT_ERR_NOSMF=99 | ||
15 | ++ SMF_EXIT_ERR_PERM=100 | ||
16 | ++ svcprop -c -p config/listen_addr svc:/oxide/clickhouse:default | ||
17 | + LISTEN_ADDR=fd00:1122:3344:101::e | ||
18 | ++ svcprop -c -p config/listen_port svc:/oxide/clickhouse:default | ||
19 | + LISTEN_PORT=8123 | ||
20 | ++ svcprop -c -p config/store svc:/oxide/clickhouse:default | ||
21 | + DATASTORE=/data | ||
22 | + single_node=true | ||
23 | + command=() | ||
24 | + true | ||
25 | + command+=("/opt/oxide/clickhouse/clickhouse" "server" "--log-file" "/var/tmp/clickhouse-server.log" "--errorlog-file" "/var/tmp/clickhouse-server.errlog" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT") | ||
26 | + exec /opt/oxide/clickhouse/clickhouse server --log-file /var/tmp/clickhouse-server.log --errorlog-file /var/tmp/clickhouse-server.errlog -- --path /data --listen_host fd00:1122:3344:101::e --http_port 8123 | ||
27 | [ Jul 25 02:09:04 Method "start" exited with status 0. ] | ||
28 | Processing configuration file 'config.xml'. | ||
29 | There is no file 'config.xml', will use embedded config. | ||
30 | Logging trace to /var/tmp/clickhouse-server.log | ||
31 | Logging errors to /var/tmp/clickhouse-server.errlog | ||
32 | 2024.07.25 02:09:05.768910 [ 1 ] {} <Information> Application: Will watch for the process with pid 22790 | ||
33 | 2024.07.25 02:09:05.769579 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
34 | 2024.07.25 02:09:06.064356 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 22790 | ||
35 | 2024.07.25 02:09:06.065210 [ 1 ] {} <Information> Application: starting up | ||
36 | 2024.07.25 02:09:06.066065 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
37 | 2024.07.25 02:09:06.169788 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
38 | 2024.07.25 02:09:06.209477 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
39 | 2024.07.25 02:09:06.209538 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
40 | 2024.07.25 02:09:06.209560 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
41 | 2024.07.25 02:09:06.209642 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
42 | 2024.07.25 02:09:06.210006 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
43 | 2024.07.25 02:09:06.211797 [ 1 ] {} <Debug> ConfigReloader: Loading config 'config.xml' | ||
44 | Processing configuration file 'config.xml'. | ||
45 | There is no file 'config.xml', will use embedded config. | ||
46 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
47 | 2024.07.25 02:09:06.212366 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
48 | 2024.07.25 02:09:06.213440 [ 1 ] {} <Information> Application: Setting max_server_memory_usage was set to 86.29 GiB (95.88 GiB available * 0.90 max_server_memory_usage_to_ram_ratio) | ||
49 | 2024.07.25 02:09:06.213482 [ 1 ] {} <Information> Application: Setting merges_mutations_memory_usage_soft_limit was set to 47.94 GiB (95.88 GiB available * 0.50 merges_mutations_memory_usage_to_ram_ratio) | ||
50 | 2024.07.25 02:09:06.213497 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
51 | 2024.07.25 02:09:06.213727 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
52 | 2024.07.25 02:09:06.214859 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
53 | 2024.07.25 02:09:06.221625 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
54 | 2024.07.25 02:09:06.222746 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
55 | 2024.07.25 02:09:06.224408 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
56 | 2024.07.25 02:09:06.224500 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
57 | 2024.07.25 02:09:06.226559 [ 1 ] {} <Debug> ConfigReloader: Loading config 'config.xml' | ||
58 | Processing configuration file 'config.xml'. | ||
59 | There is no file 'config.xml', will use embedded config. | ||
60 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
61 | 2024.07.25 02:09:06.226933 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
62 | 2024.07.25 02:09:06.233202 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
63 | 2024.07.25 02:09:06.234064 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: config.xml | ||
64 | 2024.07.25 02:09:06.236173 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
65 | 2024.07.25 02:09:06.236733 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
66 | 2024.07.25 02:09:06.237207 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
67 | 2024.07.25 02:09:06.237723 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
68 | 2024.07.25 02:09:06.239678 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
69 | 2024.07.25 02:09:06.239719 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
70 | 2024.07.25 02:09:06.239823 [ 104 ] {} <Debug> DNSResolver: Updating DNS cache | ||
71 | 2024.07.25 02:09:06.240070 [ 104 ] {} <Debug> DNSResolver: Updated DNS cache | ||
72 | 2024.07.25 02:09:06.250081 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
73 | 2024.07.25 02:09:06.250138 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000287715 sec | ||
74 | 2024.07.25 02:09:06.250204 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
75 | 2024.07.25 02:09:06.250224 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
76 | 2024.07.25 02:09:06.251793 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
77 | 2024.07.25 02:09:06.253296 [ 1 ] {} <Debug> SystemLog: Not creating system.query_log since corresponding section 'query_log' is missing from config | ||
78 | 2024.07.25 02:09:06.253331 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
79 | 2024.07.25 02:09:06.253378 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
80 | 2024.07.25 02:09:06.253402 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
81 | 2024.07.25 02:09:06.253419 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
82 | 2024.07.25 02:09:06.253470 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
83 | 2024.07.25 02:09:06.253495 [ 1 ] {} <Debug> SystemLog: Not creating system.metric_log since corresponding section 'metric_log' is missing from config | ||
84 | 2024.07.25 02:09:06.253515 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
85 | 2024.07.25 02:09:06.253568 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
86 | 2024.07.25 02:09:06.253589 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_metric_log since corresponding section 'asynchronous_metric_log' is missing from config | ||
87 | 2024.07.25 02:09:06.253609 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
88 | 2024.07.25 02:09:06.253632 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
89 | 2024.07.25 02:09:06.253682 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
90 | 2024.07.25 02:09:06.253701 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
91 | 2024.07.25 02:09:06.253724 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
92 | 2024.07.25 02:09:06.253763 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
93 | 2024.07.25 02:09:06.253785 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
94 | 2024.07.25 02:09:06.298669 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
95 | 2024.07.25 02:09:06.300080 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
96 | 2024.07.25 02:09:06.300120 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.8441e-05 sec | ||
97 | 2024.07.25 02:09:06.300142 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
98 | 2024.07.25 02:09:06.300166 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
99 | 2024.07.25 02:09:06.300202 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
100 | 2024.07.25 02:09:06.300462 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
101 | 2024.07.25 02:09:06.300526 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
102 | 2024.07.25 02:09:06.300548 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
103 | 2024.07.25 02:09:06.300571 [ 1 ] {} <Information> Application: Query Profiler and TraceCollector are disabled because they require PHDR cache to be created (otherwise the function 'dl_iterate_phdr' is not lock free and not async-signal safe). | ||
104 | 2024.07.25 02:09:06.300591 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
105 | 2024.07.25 02:09:06.340407 [ 1 ] {} <Trace> MySQLHandlerFactory: Failed to create SSL context. SSL will be disabled. Error: Poco::Exception. Code: 1000, e.code() = 0, SSL Exception: Configuration error: no certificate file has been specified (version 23.8.7.1) | ||
106 | 2024.07.25 02:09:06.570398 [ 1 ] {} <Trace> MySQLHandlerFactory: Failed to read RSA key pair from server certificate. Error: Code: 139. DB::Exception: Certificate file is not set. (NO_ELEMENTS_IN_CONFIG) (version 23.8.7.1) | ||
107 | 2024.07.25 02:09:06.570456 [ 1 ] {} <Trace> MySQLHandlerFactory: Generating new RSA key pair. | ||
108 | 2024.07.25 02:09:06.646889 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
109 | 2024.07.25 02:09:06.647137 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 9.86 MiB, peak 16.07 MiB, free memory in arenas 0.00 B, will set to 157.08 MiB (RSS), difference: 147.22 MiB | ||
110 | 2024.07.25 02:09:06.648078 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.4121e-05 sec. | ||
111 | 2024.07.25 02:09:06.648473 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
112 | 2024.07.25 02:09:06.648568 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
113 | 2024.07.25 02:09:06.648631 [ 1 ] {} <Information> Application: Listening for MySQL compatibility protocol: [fd00:1122:3344:101::e]:9004 | ||
114 | 2024.07.25 02:09:06.648652 [ 1 ] {} <Information> Application: Ready for connections. | ||
115 | 2024.07.25 02:09:07.101827 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44511, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
116 | 2024.07.25 02:09:07.102071 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
117 | 2024.07.25 02:09:07.102109 [ 3 ] {} <Debug> HTTP-Session: 9dd97b08-9049-4e92-a01f-273ae61bed0f Authenticating user 'default' from [fd00:1122:3344:101::d]:44511 | ||
118 | 2024.07.25 02:09:07.102139 [ 3 ] {} <Debug> HTTP-Session: 9dd97b08-9049-4e92-a01f-273ae61bed0f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
119 | 2024.07.25 02:09:07.102159 [ 3 ] {} <Debug> HTTP-Session: 9dd97b08-9049-4e92-a01f-273ae61bed0f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
120 | 2024.07.25 02:09:07.102245 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
121 | 2024.07.25 02:09:07.102279 [ 3 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
122 | 2024.07.25 02:09:07.102303 [ 3 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
123 | 2024.07.25 02:09:07.102368 [ 3 ] {} <Trace> HTTP-Session: 9dd97b08-9049-4e92-a01f-273ae61bed0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
124 | 2024.07.25 02:09:07.103562 [ 3 ] {aa37e256-94e2-4f80-96ca-da41f5965a30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44511) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
125 | 2024.07.25 02:09:07.144584 [ 3 ] {aa37e256-94e2-4f80-96ca-da41f5965a30} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:44511) (in query: SELECT MAX(value) FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
126 | |||
127 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
128 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
129 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
130 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
131 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
132 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
133 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
134 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
135 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
136 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
137 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
138 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
139 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
140 | 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr<DB::Context>, std::function<void (DB::QueryResultDetails const&)>, std::optional<DB::FormatSettings> const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse | ||
141 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
142 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
143 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
144 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
145 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
146 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
147 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
148 | 21. _thrp_setup @ 0x0000000000114307 in /system/lib/amd64/libc.so.1 | ||
149 | |||
150 | 2024.07.25 02:09:07.145387 [ 3 ] {aa37e256-94e2-4f80-96ca-da41f5965a30} <Error> DynamicQueryHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
151 | |||
152 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
153 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
154 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
155 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
156 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
157 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
158 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
159 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
160 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
161 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
162 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
163 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
164 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
165 | 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr<DB::Context>, std::function<void (DB::QueryResultDetails const&)>, std::optional<DB::FormatSettings> const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse | ||
166 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
167 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
168 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
169 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
170 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
171 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
172 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
173 | 21. _thrp_setup @ 0x0000000000114307 in /system/lib/amd64/libc.so.1 | ||
174 | (version 23.8.7.1) | ||
175 | 2024.07.25 02:09:07.146881 [ 3 ] {} <Debug> HTTP-Session: 9dd97b08-9049-4e92-a01f-273ae61bed0f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
176 | 2024.07.25 02:09:07.148064 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44511, User-Agent: (none), Length: 33, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
177 | 2024.07.25 02:09:07.148135 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
178 | 2024.07.25 02:09:07.148161 [ 3 ] {} <Debug> HTTP-Session: 34883a1f-8282-4e65-92ce-f5255bcb27f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:44511 | ||
179 | 2024.07.25 02:09:07.148193 [ 3 ] {} <Debug> HTTP-Session: 34883a1f-8282-4e65-92ce-f5255bcb27f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
180 | 2024.07.25 02:09:07.148207 [ 3 ] {} <Debug> HTTP-Session: 34883a1f-8282-4e65-92ce-f5255bcb27f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
181 | 2024.07.25 02:09:07.148252 [ 3 ] {} <Trace> HTTP-Session: 34883a1f-8282-4e65-92ce-f5255bcb27f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
182 | 2024.07.25 02:09:07.149493 [ 3 ] {eb2411c6-bf73-48ba-9b90-07ec12f23801} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44511) SHOW CLUSTERS FORMAT JSONEachRow; (stage: Complete) | ||
183 | 2024.07.25 02:09:07.149629 [ 3 ] {eb2411c6-bf73-48ba-9b90-07ec12f23801} <Debug> executeQuery: (internal) SELECT DISTINCT cluster FROM system.clusters ORDER BY cluster (stage: Complete) | ||
184 | 2024.07.25 02:09:07.151868 [ 3 ] {eb2411c6-bf73-48ba-9b90-07ec12f23801} <Trace> ContextAccess (default): Access granted: SELECT(cluster) ON system.clusters | ||
185 | 2024.07.25 02:09:07.155151 [ 3 ] {eb2411c6-bf73-48ba-9b90-07ec12f23801} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
186 | 2024.07.25 02:09:07.161606 [ 3 ] {eb2411c6-bf73-48ba-9b90-07ec12f23801} <Debug> DynamicQueryHandler: Done processing query | ||
187 | 2024.07.25 02:09:07.161659 [ 3 ] {eb2411c6-bf73-48ba-9b90-07ec12f23801} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
188 | 2024.07.25 02:09:07.161685 [ 3 ] {} <Debug> HTTP-Session: 34883a1f-8282-4e65-92ce-f5255bcb27f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
189 | 2024.07.25 02:09:07.163267 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44511, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
190 | 2024.07.25 02:09:07.163322 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
191 | 2024.07.25 02:09:07.163347 [ 3 ] {} <Debug> HTTP-Session: 97c6379e-7171-4cd8-9bdc-ac07da28c77a Authenticating user 'default' from [fd00:1122:3344:101::d]:44511 | ||
192 | 2024.07.25 02:09:07.163365 [ 3 ] {} <Debug> HTTP-Session: 97c6379e-7171-4cd8-9bdc-ac07da28c77a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
193 | 2024.07.25 02:09:07.163380 [ 3 ] {} <Debug> HTTP-Session: 97c6379e-7171-4cd8-9bdc-ac07da28c77a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
194 | 2024.07.25 02:09:07.163418 [ 3 ] {} <Trace> HTTP-Session: 97c6379e-7171-4cd8-9bdc-ac07da28c77a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
195 | 2024.07.25 02:09:07.163542 [ 3 ] {c9bc1242-c987-41f3-ab0e-3b4d11453812} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44511) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
196 | 2024.07.25 02:09:07.163794 [ 3 ] {c9bc1242-c987-41f3-ab0e-3b4d11453812} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:44511) (in query: SELECT MAX(value) FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
197 | |||
198 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
199 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
200 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
201 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
202 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
203 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
204 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
205 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
206 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
207 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
208 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
209 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
210 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
211 | 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr<DB::Context>, std::function<void (DB::QueryResultDetails const&)>, std::optional<DB::FormatSettings> const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse | ||
212 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
213 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
214 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
215 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
216 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
217 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
218 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
219 | 21. _thrp_setup @ 0x0000000000114307 in /system/lib/amd64/libc.so.1 | ||
220 | |||
221 | 2024.07.25 02:09:07.163939 [ 3 ] {c9bc1242-c987-41f3-ab0e-3b4d11453812} <Error> DynamicQueryHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
222 | |||
223 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
224 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
225 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
226 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
227 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
228 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
229 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
230 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
231 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
232 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
233 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
234 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
235 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
236 | 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr<DB::Context>, std::function<void (DB::QueryResultDetails const&)>, std::optional<DB::FormatSettings> const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse | ||
237 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
238 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
239 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
240 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
241 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
242 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
243 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
244 | 21. _thrp_setup @ 0x0000000000114307 in /system/lib/amd64/libc.so.1 | ||
245 | (version 23.8.7.1) | ||
246 | 2024.07.25 02:09:07.164101 [ 3 ] {} <Debug> HTTP-Session: 97c6379e-7171-4cd8-9bdc-ac07da28c77a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
247 | 2024.07.25 02:09:07.166432 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44511, User-Agent: (none), Length: 32, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
248 | 2024.07.25 02:09:07.166482 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
249 | 2024.07.25 02:09:07.166500 [ 3 ] {} <Debug> HTTP-Session: 2f87aa20-2718-43f1-b81c-1a2a2701214e Authenticating user 'default' from [fd00:1122:3344:101::d]:44511 | ||
250 | 2024.07.25 02:09:07.166518 [ 3 ] {} <Debug> HTTP-Session: 2f87aa20-2718-43f1-b81c-1a2a2701214e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
251 | 2024.07.25 02:09:07.166535 [ 3 ] {} <Debug> HTTP-Session: 2f87aa20-2718-43f1-b81c-1a2a2701214e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
252 | 2024.07.25 02:09:07.166563 [ 3 ] {} <Trace> HTTP-Session: 2f87aa20-2718-43f1-b81c-1a2a2701214e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
253 | 2024.07.25 02:09:07.166723 [ 3 ] {6d37ed1f-7656-4fa1-aa02-e356d868c60a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44511) DROP DATABASE IF EXISTS oximeter (stage: Complete) | ||
254 | 2024.07.25 02:09:07.166880 [ 3 ] {6d37ed1f-7656-4fa1-aa02-e356d868c60a} <Debug> DynamicQueryHandler: Done processing query | ||
255 | 2024.07.25 02:09:07.166903 [ 3 ] {} <Debug> HTTP-Session: 2f87aa20-2718-43f1-b81c-1a2a2701214e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
256 | 2024.07.25 02:09:07.167040 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44511, User-Agent: (none), Length: 38, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
257 | 2024.07.25 02:09:07.167088 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
258 | 2024.07.25 02:09:07.167110 [ 3 ] {} <Debug> HTTP-Session: f33fb9c7-8238-4468-9549-0124bd2a127c Authenticating user 'default' from [fd00:1122:3344:101::d]:44511 | ||
259 | 2024.07.25 02:09:07.167125 [ 3 ] {} <Debug> HTTP-Session: f33fb9c7-8238-4468-9549-0124bd2a127c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
260 | 2024.07.25 02:09:07.167141 [ 3 ] {} <Debug> HTTP-Session: f33fb9c7-8238-4468-9549-0124bd2a127c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
261 | 2024.07.25 02:09:07.167172 [ 3 ] {} <Trace> HTTP-Session: f33fb9c7-8238-4468-9549-0124bd2a127c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
262 | 2024.07.25 02:09:07.167255 [ 3 ] {05f5ca09-76e7-4ba1-a27c-6b9b3668eff6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44511) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
263 | 2024.07.25 02:09:07.167312 [ 3 ] {05f5ca09-76e7-4ba1-a27c-6b9b3668eff6} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
264 | 2024.07.25 02:09:07.172886 [ 3 ] {05f5ca09-76e7-4ba1-a27c-6b9b3668eff6} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
265 | 2024.07.25 02:09:07.172915 [ 3 ] {05f5ca09-76e7-4ba1-a27c-6b9b3668eff6} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.0791e-05 sec | ||
266 | 2024.07.25 02:09:07.172928 [ 3 ] {05f5ca09-76e7-4ba1-a27c-6b9b3668eff6} <Trace> ReferentialDeps: No tables | ||
267 | 2024.07.25 02:09:07.172942 [ 3 ] {05f5ca09-76e7-4ba1-a27c-6b9b3668eff6} <Trace> LoadingDeps: No tables | ||
268 | 2024.07.25 02:09:07.172972 [ 3 ] {05f5ca09-76e7-4ba1-a27c-6b9b3668eff6} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
269 | 2024.07.25 02:09:07.173094 [ 3 ] {05f5ca09-76e7-4ba1-a27c-6b9b3668eff6} <Debug> DynamicQueryHandler: Done processing query | ||
270 | 2024.07.25 02:09:07.173116 [ 3 ] {} <Debug> HTTP-Session: f33fb9c7-8238-4468-9549-0124bd2a127c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
271 | 2024.07.25 02:09:07.173238 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44511, User-Agent: (none), Length: 223, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
272 | 2024.07.25 02:09:07.173285 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
273 | 2024.07.25 02:09:07.173304 [ 3 ] {} <Debug> HTTP-Session: 1c701008-08c7-4c66-8257-d9830d9ef69e Authenticating user 'default' from [fd00:1122:3344:101::d]:44511 | ||
274 | 2024.07.25 02:09:07.173322 [ 3 ] {} <Debug> HTTP-Session: 1c701008-08c7-4c66-8257-d9830d9ef69e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
275 | 2024.07.25 02:09:07.173342 [ 3 ] {} <Debug> HTTP-Session: 1c701008-08c7-4c66-8257-d9830d9ef69e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
276 | 2024.07.25 02:09:07.173370 [ 3 ] {} <Trace> HTTP-Session: 1c701008-08c7-4c66-8257-d9830d9ef69e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
277 | 2024.07.25 02:09:07.173508 [ 3 ] {019c8d0d-96dc-40af-a95b-5ccf03491a90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44511) /* The version table contains metadata about the `oximeter` database */ | ||
278 | CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) | ||
279 | 2024.07.25 02:09:07.173554 [ 3 ] {019c8d0d-96dc-40af-a95b-5ccf03491a90} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
280 | 2024.07.25 02:09:07.178202 [ 3 ] {019c8d0d-96dc-40af-a95b-5ccf03491a90} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
281 | 2024.07.25 02:09:07.179666 [ 3 ] {019c8d0d-96dc-40af-a95b-5ccf03491a90} <Debug> oximeter.version (6d3a9061-ae13-469a-bdee-49cb18ffd59e): Loading data parts | ||
282 | 2024.07.25 02:09:07.179977 [ 3 ] {019c8d0d-96dc-40af-a95b-5ccf03491a90} <Debug> oximeter.version (6d3a9061-ae13-469a-bdee-49cb18ffd59e): There are no data parts | ||
283 | 2024.07.25 02:09:07.183164 [ 3 ] {019c8d0d-96dc-40af-a95b-5ccf03491a90} <Debug> DynamicQueryHandler: Done processing query | ||
284 | 2024.07.25 02:09:07.183189 [ 3 ] {} <Debug> HTTP-Session: 1c701008-08c7-4c66-8257-d9830d9ef69e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
285 | 2024.07.25 02:09:07.183354 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44511, User-Agent: (none), Length: 818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
286 | 2024.07.25 02:09:07.183402 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
287 | 2024.07.25 02:09:07.183430 [ 3 ] {} <Debug> HTTP-Session: 3766430f-f177-4036-85bb-a5e24528dc67 Authenticating user 'default' from [fd00:1122:3344:101::d]:44511 | ||
288 | 2024.07.25 02:09:07.183445 [ 3 ] {} <Debug> HTTP-Session: 3766430f-f177-4036-85bb-a5e24528dc67 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
289 | 2024.07.25 02:09:07.183462 [ 3 ] {} <Debug> HTTP-Session: 3766430f-f177-4036-85bb-a5e24528dc67 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
290 | 2024.07.25 02:09:07.183498 [ 3 ] {} <Trace> HTTP-Session: 3766430f-f177-4036-85bb-a5e24528dc67 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
291 | 2024.07.25 02:09:07.183688 [ 3 ] {3f5da8ee-3436-455d-8385-471916b6de5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44511) /* The measurement tables contain all individual samples from each timeseries. | ||
292 | * | ||
293 | * Each table stores a single datum type, and otherwise contains nearly the same | ||
294 | * structure. The primary sorting key is on the timeseries name, key, and then | ||
295 | * timestamp, so that all timeseries from the same schema are grouped, followed | ||
296 | * by all samples from the same timeseries. | ||
297 | * | ||
298 | * This reflects that one usually looks up the _key_ in one or more field table, | ||
299 | * and then uses that to index quickly into the measurements tables. | ||
300 | */ | ||
301 | CREATE TABLE IF NOT EXISTS oximeter.measurements_bool ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
302 | 2024.07.25 02:09:07.183742 [ 3 ] {3f5da8ee-3436-455d-8385-471916b6de5f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
303 | 2024.07.25 02:09:07.190884 [ 3 ] {3f5da8ee-3436-455d-8385-471916b6de5f} <Debug> oximeter.measurements_bool (8163702d-f428-4b08-bb37-b5af976016c8): Loading data parts | ||
304 | 2024.07.25 02:09:07.191014 [ 3 ] {3f5da8ee-3436-455d-8385-471916b6de5f} <Debug> oximeter.measurements_bool (8163702d-f428-4b08-bb37-b5af976016c8): There are no data parts | ||
305 | 2024.07.25 02:09:07.192388 [ 3 ] {3f5da8ee-3436-455d-8385-471916b6de5f} <Debug> DynamicQueryHandler: Done processing query | ||
306 | 2024.07.25 02:09:07.192414 [ 3 ] {} <Debug> HTTP-Session: 3766430f-f177-4036-85bb-a5e24528dc67 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
307 | 2024.07.25 02:09:07.192555 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44511, User-Agent: (none), Length: 292, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
308 | 2024.07.25 02:09:07.192610 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
309 | 2024.07.25 02:09:07.192638 [ 3 ] {} <Debug> HTTP-Session: 94f9a525-4a47-460f-ab1e-4520c8284661 Authenticating user 'default' from [fd00:1122:3344:101::d]:44511 | ||
310 | 2024.07.25 02:09:07.192654 [ 3 ] {} <Debug> HTTP-Session: 94f9a525-4a47-460f-ab1e-4520c8284661 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
311 | 2024.07.25 02:09:07.192674 [ 3 ] {} <Debug> HTTP-Session: 94f9a525-4a47-460f-ab1e-4520c8284661 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
312 | 2024.07.25 02:09:07.192708 [ 3 ] {} <Trace> HTTP-Session: 94f9a525-4a47-460f-ab1e-4520c8284661 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
313 | 2024.07.25 02:09:07.192888 [ 3 ] {4e7ce55e-7e82-41b3-ab26-c23fe352e7c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44511) CREATE TABLE IF NOT EXISTS oximeter.measurements_i8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
314 | 2024.07.25 02:09:07.192940 [ 3 ] {4e7ce55e-7e82-41b3-ab26-c23fe352e7c6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
315 | 2024.07.25 02:09:07.194807 [ 3 ] {4e7ce55e-7e82-41b3-ab26-c23fe352e7c6} <Debug> oximeter.measurements_i8 (09f471f0-2e97-4bfb-9baa-8872dad80470): Loading data parts | ||
316 | 2024.07.25 02:09:07.194944 [ 3 ] {4e7ce55e-7e82-41b3-ab26-c23fe352e7c6} <Debug> oximeter.measurements_i8 (09f471f0-2e97-4bfb-9baa-8872dad80470): There are no data parts | ||
317 | 2024.07.25 02:09:07.196455 [ 3 ] {4e7ce55e-7e82-41b3-ab26-c23fe352e7c6} <Debug> DynamicQueryHandler: Done processing query | ||
318 | 2024.07.25 02:09:07.196497 [ 3 ] {} <Debug> HTTP-Session: 94f9a525-4a47-460f-ab1e-4520c8284661 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
319 | 2024.07.25 02:09:07.196605 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44511, User-Agent: (none), Length: 293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
320 | 2024.07.25 02:09:07.196660 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
321 | 2024.07.25 02:09:07.196687 [ 3 ] {} <Debug> HTTP-Session: d83217ec-dfae-42ff-84e1-546997b3ce2d Authenticating user 'default' from [fd00:1122:3344:101::d]:44511 | ||
322 | 2024.07.25 02:09:07.196703 [ 3 ] {} <Debug> HTTP-Session: d83217ec-dfae-42ff-84e1-546997b3ce2d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
323 | 2024.07.25 02:09:07.196724 [ 3 ] {} <Debug> HTTP-Session: d83217ec-dfae-42ff-84e1-546997b3ce2d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
324 | 2024.07.25 02:09:07.196760 [ 3 ] {} <Trace> HTTP-Session: d83217ec-dfae-42ff-84e1-546997b3ce2d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
325 | 2024.07.25 02:09:07.196932 [ 3 ] {b86e7489-e5b8-4179-bc1a-8f4cf5066ae4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44511) CREATE TABLE IF NOT EXISTS oximeter.measurements_u8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
326 | 2024.07.25 02:09:07.196989 [ 3 ] {b86e7489-e5b8-4179-bc1a-8f4cf5066ae4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
327 | 2024.07.25 02:09:07.198891 [ 3 ] {b86e7489-e5b8-4179-bc1a-8f4cf5066ae4} <Debug> oximeter.measurements_u8 (99da3d82-ed72-4821-a376-4fd7f44b9fdf): Loading data parts | ||
328 | 2024.07.25 02:09:07.199026 [ 3 ] {b86e7489-e5b8-4179-bc1a-8f4cf5066ae4} <Debug> oximeter.measurements_u8 (99da3d82-ed72-4821-a376-4fd7f44b9fdf): There are no data parts | ||
329 | 2024.07.25 02:09:07.200305 [ 3 ] {b86e7489-e5b8-4179-bc1a-8f4cf5066ae4} <Debug> DynamicQueryHandler: Done processing query | ||
330 | 2024.07.25 02:09:07.200330 [ 3 ] {} <Debug> HTTP-Session: d83217ec-dfae-42ff-84e1-546997b3ce2d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
331 | 2024.07.25 02:09:07.200468 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44511, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
332 | 2024.07.25 02:09:07.200522 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
333 | 2024.07.25 02:09:07.200547 [ 3 ] {} <Debug> HTTP-Session: 08e8f971-2d0e-4c9a-a538-2278d82e330e Authenticating user 'default' from [fd00:1122:3344:101::d]:44511 | ||
334 | 2024.07.25 02:09:07.200563 [ 3 ] {} <Debug> HTTP-Session: 08e8f971-2d0e-4c9a-a538-2278d82e330e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
335 | 2024.07.25 02:09:07.200582 [ 3 ] {} <Debug> HTTP-Session: 08e8f971-2d0e-4c9a-a538-2278d82e330e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
336 | 2024.07.25 02:09:07.200616 [ 3 ] {} <Trace> HTTP-Session: 08e8f971-2d0e-4c9a-a538-2278d82e330e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
337 | 2024.07.25 02:09:07.200803 [ 3 ] {3ce73652-5b11-4cc6-83b4-85d041d20b75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44511) CREATE TABLE IF NOT EXISTS oximeter.measurements_i16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
338 | 2024.07.25 02:09:07.200855 [ 3 ] {3ce73652-5b11-4cc6-83b4-85d041d20b75} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
339 | 2024.07.25 02:09:07.202737 [ 3 ] {3ce73652-5b11-4cc6-83b4-85d041d20b75} <Debug> oximeter.measurements_i16 (2bf265b2-1b8f-4ab1-a1d3-5fd56d644e04): Loading data parts | ||
340 | 2024.07.25 02:09:07.202852 [ 3 ] {3ce73652-5b11-4cc6-83b4-85d041d20b75} <Debug> oximeter.measurements_i16 (2bf265b2-1b8f-4ab1-a1d3-5fd56d644e04): There are no data parts | ||
341 | 2024.07.25 02:09:07.204125 [ 3 ] {3ce73652-5b11-4cc6-83b4-85d041d20b75} <Debug> DynamicQueryHandler: Done processing query | ||
342 | 2024.07.25 02:09:07.204157 [ 3 ] {} <Debug> HTTP-Session: 08e8f971-2d0e-4c9a-a538-2278d82e330e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
343 | 2024.07.25 02:09:07.204255 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44511, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
344 | 2024.07.25 02:09:07.204306 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
345 | 2024.07.25 02:09:07.204329 [ 3 ] {} <Debug> HTTP-Session: 93f763c5-9648-41a4-87b0-09edced22b12 Authenticating user 'default' from [fd00:1122:3344:101::d]:44511 | ||
346 | 2024.07.25 02:09:07.204345 [ 3 ] {} <Debug> HTTP-Session: 93f763c5-9648-41a4-87b0-09edced22b12 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
347 | 2024.07.25 02:09:07.204361 [ 3 ] {} <Debug> HTTP-Session: 93f763c5-9648-41a4-87b0-09edced22b12 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
348 | 2024.07.25 02:09:07.204398 [ 3 ] {} <Trace> HTTP-Session: 93f763c5-9648-41a4-87b0-09edced22b12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
349 | 2024.07.25 02:09:07.204564 [ 3 ] {9c97f518-4a18-4103-b100-400bd9f6e335} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44511) CREATE TABLE IF NOT EXISTS oximeter.measurements_u16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
350 | 2024.07.25 02:09:07.204614 [ 3 ] {9c97f518-4a18-4103-b100-400bd9f6e335} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
351 | 2024.07.25 02:09:07.206418 [ 3 ] {9c97f518-4a18-4103-b100-400bd9f6e335} <Debug> oximeter.measurements_u16 (5da959c8-96ce-466d-bee5-58230aa2a3c3): Loading data parts | ||
352 | 2024.07.25 02:09:07.206553 [ 3 ] {9c97f518-4a18-4103-b100-400bd9f6e335} <Debug> oximeter.measurements_u16 (5da959c8-96ce-466d-bee5-58230aa2a3c3): There are no data parts | ||
353 | 2024.07.25 02:09:07.207794 [ 3 ] {9c97f518-4a18-4103-b100-400bd9f6e335} <Debug> DynamicQueryHandler: Done processing query | ||
354 | 2024.07.25 02:09:07.207823 [ 3 ] {} <Debug> HTTP-Session: 93f763c5-9648-41a4-87b0-09edced22b12 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
355 | 2024.07.25 02:09:07.207935 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44511, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
356 | 2024.07.25 02:09:07.207984 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
357 | 2024.07.25 02:09:07.208007 [ 3 ] {} <Debug> HTTP-Session: 5f61676d-e4e9-4490-8b3e-89028c4da9c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:44511 | ||
358 | 2024.07.25 02:09:07.208037 [ 3 ] {} <Debug> HTTP-Session: 5f61676d-e4e9-4490-8b3e-89028c4da9c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
359 | 2024.07.25 02:09:07.208049 [ 3 ] {} <Debug> HTTP-Session: 5f61676d-e4e9-4490-8b3e-89028c4da9c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
360 | 2024.07.25 02:09:07.208081 [ 3 ] {} <Trace> HTTP-Session: 5f61676d-e4e9-4490-8b3e-89028c4da9c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
361 | 2024.07.25 02:09:07.208261 [ 3 ] {47cf18a3-3f24-4c1c-a326-0587b953f0e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44511) CREATE TABLE IF NOT EXISTS oximeter.measurements_i32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
362 | 2024.07.25 02:09:07.208308 [ 3 ] {47cf18a3-3f24-4c1c-a326-0587b953f0e1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
363 | 2024.07.25 02:09:07.210123 [ 3 ] {47cf18a3-3f24-4c1c-a326-0587b953f0e1} <Debug> oximeter.measurements_i32 (001faa4e-0e84-4c63-900b-4ee47d68c8bd): Loading data parts | ||
364 | 2024.07.25 02:09:07.210237 [ 3 ] {47cf18a3-3f24-4c1c-a326-0587b953f0e1} <Debug> oximeter.measurements_i32 (001faa4e-0e84-4c63-900b-4ee47d68c8bd): There are no data parts | ||
365 | 2024.07.25 02:09:07.211515 [ 3 ] {47cf18a3-3f24-4c1c-a326-0587b953f0e1} <Debug> DynamicQueryHandler: Done processing query | ||
366 | 2024.07.25 02:09:07.211550 [ 3 ] {} <Debug> HTTP-Session: 5f61676d-e4e9-4490-8b3e-89028c4da9c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
367 | 2024.07.25 02:09:07.211656 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44511, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
368 | 2024.07.25 02:09:07.211706 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
369 | 2024.07.25 02:09:07.211751 [ 3 ] {} <Debug> HTTP-Session: 044401e7-5b08-443e-bf26-2966e56a8321 Authenticating user 'default' from [fd00:1122:3344:101::d]:44511 | ||
370 | 2024.07.25 02:09:07.211767 [ 3 ] {} <Debug> HTTP-Session: 044401e7-5b08-443e-bf26-2966e56a8321 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
371 | 2024.07.25 02:09:07.211784 [ 3 ] {} <Debug> HTTP-Session: 044401e7-5b08-443e-bf26-2966e56a8321 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
372 | 2024.07.25 02:09:07.211817 [ 3 ] {} <Trace> HTTP-Session: 044401e7-5b08-443e-bf26-2966e56a8321 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
373 | 2024.07.25 02:09:07.211988 [ 3 ] {8c9dc8d1-f3fa-44b2-a6c1-9a4f96d7b74f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44511) CREATE TABLE IF NOT EXISTS oximeter.measurements_u32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
374 | 2024.07.25 02:09:07.212036 [ 3 ] {8c9dc8d1-f3fa-44b2-a6c1-9a4f96d7b74f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
375 | 2024.07.25 02:09:07.213842 [ 3 ] {8c9dc8d1-f3fa-44b2-a6c1-9a4f96d7b74f} <Debug> oximeter.measurements_u32 (8ec0c669-1813-49aa-88a2-e6e3e0a422f5): Loading data parts | ||
376 | 2024.07.25 02:09:07.213965 [ 3 ] {8c9dc8d1-f3fa-44b2-a6c1-9a4f96d7b74f} <Debug> oximeter.measurements_u32 (8ec0c669-1813-49aa-88a2-e6e3e0a422f5): There are no data parts | ||
377 | 2024.07.25 02:09:07.215207 [ 3 ] {8c9dc8d1-f3fa-44b2-a6c1-9a4f96d7b74f} <Debug> DynamicQueryHandler: Done processing query | ||
378 | 2024.07.25 02:09:07.215237 [ 3 ] {} <Debug> HTTP-Session: 044401e7-5b08-443e-bf26-2966e56a8321 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
379 | 2024.07.25 02:09:07.215354 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44511, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
380 | 2024.07.25 02:09:07.215412 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
381 | 2024.07.25 02:09:07.215434 [ 3 ] {} <Debug> HTTP-Session: df8497cf-5909-4148-953f-3ef60d1706dd Authenticating user 'default' from [fd00:1122:3344:101::d]:44511 | ||
382 | 2024.07.25 02:09:07.215458 [ 3 ] {} <Debug> HTTP-Session: df8497cf-5909-4148-953f-3ef60d1706dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
383 | 2024.07.25 02:09:07.215470 [ 3 ] {} <Debug> HTTP-Session: df8497cf-5909-4148-953f-3ef60d1706dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
384 | 2024.07.25 02:09:07.215502 [ 3 ] {} <Trace> HTTP-Session: df8497cf-5909-4148-953f-3ef60d1706dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
385 | 2024.07.25 02:09:07.215672 [ 3 ] {97c73f85-cf65-4a47-b038-1c1928be5efe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44511) CREATE TABLE IF NOT EXISTS oximeter.measurements_i64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
386 | 2024.07.25 02:09:07.215724 [ 3 ] {97c73f85-cf65-4a47-b038-1c1928be5efe} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
387 | 2024.07.25 02:09:07.217566 [ 3 ] {97c73f85-cf65-4a47-b038-1c1928be5efe} <Debug> oximeter.measurements_i64 (4af3948b-7ee8-4a0a-bff7-9db9837b5273): Loading data parts | ||
388 | 2024.07.25 02:09:07.217682 [ 3 ] {97c73f85-cf65-4a47-b038-1c1928be5efe} <Debug> oximeter.measurements_i64 (4af3948b-7ee8-4a0a-bff7-9db9837b5273): There are no data parts | ||
389 | 2024.07.25 02:09:07.218923 [ 3 ] {97c73f85-cf65-4a47-b038-1c1928be5efe} <Debug> DynamicQueryHandler: Done processing query | ||
390 | 2024.07.25 02:09:07.218960 [ 3 ] {} <Debug> HTTP-Session: df8497cf-5909-4148-953f-3ef60d1706dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
391 | 2024.07.25 02:09:07.219057 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44511, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
392 | 2024.07.25 02:09:07.219110 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
393 | 2024.07.25 02:09:07.219128 [ 3 ] {} <Debug> HTTP-Session: c37d1828-ee95-425c-bd1f-82cfee1ffa43 Authenticating user 'default' from [fd00:1122:3344:101::d]:44511 | ||
394 | 2024.07.25 02:09:07.219148 [ 3 ] {} <Debug> HTTP-Session: c37d1828-ee95-425c-bd1f-82cfee1ffa43 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
395 | 2024.07.25 02:09:07.219161 [ 3 ] {} <Debug> HTTP-Session: c37d1828-ee95-425c-bd1f-82cfee1ffa43 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
396 | 2024.07.25 02:09:07.219193 [ 3 ] {} <Trace> HTTP-Session: c37d1828-ee95-425c-bd1f-82cfee1ffa43 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
397 | 2024.07.25 02:09:07.219363 [ 3 ] {8cc58819-0497-4830-a6c1-d6323e48a34f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44511) CREATE TABLE IF NOT EXISTS oximeter.measurements_u64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
398 | 2024.07.25 02:09:07.219411 [ 3 ] {8cc58819-0497-4830-a6c1-d6323e48a34f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
399 | 2024.07.25 02:09:07.221245 [ 3 ] {8cc58819-0497-4830-a6c1-d6323e48a34f} <Debug> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Loading data parts | ||
400 | 2024.07.25 02:09:07.221384 [ 3 ] {8cc58819-0497-4830-a6c1-d6323e48a34f} <Debug> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): There are no data parts | ||
401 | 2024.07.25 02:09:07.222628 [ 3 ] {8cc58819-0497-4830-a6c1-d6323e48a34f} <Debug> DynamicQueryHandler: Done processing query | ||
402 | 2024.07.25 02:09:07.222658 [ 3 ] {} <Debug> HTTP-Session: c37d1828-ee95-425c-bd1f-82cfee1ffa43 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
403 | 2024.07.25 02:09:07.222776 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44511, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
404 | 2024.07.25 02:09:07.222820 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
405 | 2024.07.25 02:09:07.222845 [ 3 ] {} <Debug> HTTP-Session: 8c006015-4fa1-4386-800f-4ed3b3cc82b9 Authenticating user 'default' from [fd00:1122:3344:101::d]:44511 | ||
406 | 2024.07.25 02:09:07.222866 [ 3 ] {} <Debug> HTTP-Session: 8c006015-4fa1-4386-800f-4ed3b3cc82b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
407 | 2024.07.25 02:09:07.222879 [ 3 ] {} <Debug> HTTP-Session: 8c006015-4fa1-4386-800f-4ed3b3cc82b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
408 | 2024.07.25 02:09:07.222911 [ 3 ] {} <Trace> HTTP-Session: 8c006015-4fa1-4386-800f-4ed3b3cc82b9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
409 | 2024.07.25 02:09:07.223085 [ 3 ] {2322c53e-611f-4c36-a521-f2831bccad8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44511) CREATE TABLE IF NOT EXISTS oximeter.measurements_f32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
410 | 2024.07.25 02:09:07.223137 [ 3 ] {2322c53e-611f-4c36-a521-f2831bccad8e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
411 | 2024.07.25 02:09:07.224949 [ 3 ] {2322c53e-611f-4c36-a521-f2831bccad8e} <Debug> oximeter.measurements_f32 (a435f525-6885-41d5-bd9b-952af8c1246f): Loading data parts | ||
412 | 2024.07.25 02:09:07.225090 [ 3 ] {2322c53e-611f-4c36-a521-f2831bccad8e} <Debug> oximeter.measurements_f32 (a435f525-6885-41d5-bd9b-952af8c1246f): There are no data parts | ||
413 | 2024.07.25 02:09:07.226348 [ 3 ] {2322c53e-611f-4c36-a521-f2831bccad8e} <Debug> DynamicQueryHandler: Done processing query | ||
414 | 2024.07.25 02:09:07.226372 [ 3 ] {} <Debug> HTTP-Session: 8c006015-4fa1-4386-800f-4ed3b3cc82b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
415 | 2024.07.25 02:09:07.226487 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44511, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
416 | 2024.07.25 02:09:07.226545 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
417 | 2024.07.25 02:09:07.226564 [ 3 ] {} <Debug> HTTP-Session: d7f54ce5-2059-4b7f-b137-69c71f5f171f Authenticating user 'default' from [fd00:1122:3344:101::d]:44511 | ||
418 | 2024.07.25 02:09:07.226583 [ 3 ] {} <Debug> HTTP-Session: d7f54ce5-2059-4b7f-b137-69c71f5f171f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
419 | 2024.07.25 02:09:07.226600 [ 3 ] {} <Debug> HTTP-Session: d7f54ce5-2059-4b7f-b137-69c71f5f171f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
420 | 2024.07.25 02:09:07.226629 [ 3 ] {} <Trace> HTTP-Session: d7f54ce5-2059-4b7f-b137-69c71f5f171f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
421 | 2024.07.25 02:09:07.226805 [ 3 ] {4c06e394-f1e4-4196-bef8-7eb4a753312e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44511) CREATE TABLE IF NOT EXISTS oximeter.measurements_f64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
422 | 2024.07.25 02:09:07.226875 [ 3 ] {4c06e394-f1e4-4196-bef8-7eb4a753312e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
423 | 2024.07.25 02:09:07.228677 [ 3 ] {4c06e394-f1e4-4196-bef8-7eb4a753312e} <Debug> oximeter.measurements_f64 (a6e4f453-ea73-4470-93e3-14a87fb03254): Loading data parts | ||
424 | 2024.07.25 02:09:07.228801 [ 3 ] {4c06e394-f1e4-4196-bef8-7eb4a753312e} <Debug> oximeter.measurements_f64 (a6e4f453-ea73-4470-93e3-14a87fb03254): There are no data parts | ||
425 | 2024.07.25 02:09:07.230029 [ 3 ] {4c06e394-f1e4-4196-bef8-7eb4a753312e} <Debug> DynamicQueryHandler: Done processing query | ||
426 | 2024.07.25 02:09:07.230061 [ 3 ] {} <Debug> HTTP-Session: d7f54ce5-2059-4b7f-b137-69c71f5f171f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
427 | 2024.07.25 02:09:07.230178 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44511, User-Agent: (none), Length: 298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
428 | 2024.07.25 02:09:07.230229 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
429 | 2024.07.25 02:09:07.230248 [ 3 ] {} <Debug> HTTP-Session: ac6d3d3e-0356-4169-a43c-313156196c6b Authenticating user 'default' from [fd00:1122:3344:101::d]:44511 | ||
430 | 2024.07.25 02:09:07.230268 [ 3 ] {} <Debug> HTTP-Session: ac6d3d3e-0356-4169-a43c-313156196c6b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
431 | 2024.07.25 02:09:07.230281 [ 3 ] {} <Debug> HTTP-Session: ac6d3d3e-0356-4169-a43c-313156196c6b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
432 | 2024.07.25 02:09:07.230313 [ 3 ] {} <Trace> HTTP-Session: ac6d3d3e-0356-4169-a43c-313156196c6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
433 | 2024.07.25 02:09:07.230491 [ 3 ] {62e6002c-7607-423d-a835-7ca103931a23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44511) CREATE TABLE IF NOT EXISTS oximeter.measurements_string ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(String) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
434 | 2024.07.25 02:09:07.230544 [ 3 ] {62e6002c-7607-423d-a835-7ca103931a23} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
435 | 2024.07.25 02:09:07.232010 [ 3 ] {62e6002c-7607-423d-a835-7ca103931a23} <Debug> oximeter.measurements_string (70f9ba8f-a7a5-4d9d-bf3a-14a57b88d122): Loading data parts | ||
436 | 2024.07.25 02:09:07.232151 [ 3 ] {62e6002c-7607-423d-a835-7ca103931a23} <Debug> oximeter.measurements_string (70f9ba8f-a7a5-4d9d-bf3a-14a57b88d122): There are no data parts | ||
437 | 2024.07.25 02:09:07.233388 [ 3 ] {62e6002c-7607-423d-a835-7ca103931a23} <Debug> DynamicQueryHandler: Done processing query | ||
438 | 2024.07.25 02:09:07.233412 [ 3 ] {} <Debug> HTTP-Session: ac6d3d3e-0356-4169-a43c-313156196c6b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
439 | 2024.07.25 02:09:07.233519 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44511, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
440 | 2024.07.25 02:09:07.233570 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
441 | 2024.07.25 02:09:07.233588 [ 3 ] {} <Debug> HTTP-Session: 5f738266-4997-45f4-8951-5ba0994fdbbf Authenticating user 'default' from [fd00:1122:3344:101::d]:44511 | ||
442 | 2024.07.25 02:09:07.233608 [ 3 ] {} <Debug> HTTP-Session: 5f738266-4997-45f4-8951-5ba0994fdbbf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
443 | 2024.07.25 02:09:07.233631 [ 3 ] {} <Debug> HTTP-Session: 5f738266-4997-45f4-8951-5ba0994fdbbf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
444 | 2024.07.25 02:09:07.233660 [ 3 ] {} <Trace> HTTP-Session: 5f738266-4997-45f4-8951-5ba0994fdbbf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
445 | 2024.07.25 02:09:07.233831 [ 3 ] {39e9360b-dbd0-4ef8-bd9f-687971e43ea1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44511) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
446 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
447 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
448 | * a string isn't palatable for a few reasons. | ||
449 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
450 | * details. | ||
451 | */ | ||
452 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
453 | 2024.07.25 02:09:07.233890 [ 3 ] {39e9360b-dbd0-4ef8-bd9f-687971e43ea1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
454 | 2024.07.25 02:09:07.235344 [ 3 ] {39e9360b-dbd0-4ef8-bd9f-687971e43ea1} <Debug> oximeter.measurements_bytes (7cb0cc87-dd47-40de-8311-7ff0e40b88d2): Loading data parts | ||
455 | 2024.07.25 02:09:07.235455 [ 3 ] {39e9360b-dbd0-4ef8-bd9f-687971e43ea1} <Debug> oximeter.measurements_bytes (7cb0cc87-dd47-40de-8311-7ff0e40b88d2): There are no data parts | ||
456 | 2024.07.25 02:09:07.236672 [ 3 ] {39e9360b-dbd0-4ef8-bd9f-687971e43ea1} <Debug> DynamicQueryHandler: Done processing query | ||
457 | 2024.07.25 02:09:07.236696 [ 3 ] {} <Debug> HTTP-Session: 5f738266-4997-45f4-8951-5ba0994fdbbf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
458 | 2024.07.25 02:09:07.236806 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44511, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
459 | 2024.07.25 02:09:07.236863 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
460 | 2024.07.25 02:09:07.236886 [ 3 ] {} <Debug> HTTP-Session: 75622ca7-92b7-4843-ac77-526ce9a0ac2c Authenticating user 'default' from [fd00:1122:3344:101::d]:44511 | ||
461 | 2024.07.25 02:09:07.236902 [ 3 ] {} <Debug> HTTP-Session: 75622ca7-92b7-4843-ac77-526ce9a0ac2c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
462 | 2024.07.25 02:09:07.236919 [ 3 ] {} <Debug> HTTP-Session: 75622ca7-92b7-4843-ac77-526ce9a0ac2c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
463 | 2024.07.25 02:09:07.236948 [ 3 ] {} <Trace> HTTP-Session: 75622ca7-92b7-4843-ac77-526ce9a0ac2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
464 | 2024.07.25 02:09:07.237135 [ 3 ] {e33f44e7-21fc-41e3-9a2b-078aebcb9856} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44511) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativei64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
465 | 2024.07.25 02:09:07.237184 [ 3 ] {e33f44e7-21fc-41e3-9a2b-078aebcb9856} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
466 | 2024.07.25 02:09:07.238682 [ 3 ] {e33f44e7-21fc-41e3-9a2b-078aebcb9856} <Debug> oximeter.measurements_cumulativei64 (ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7): Loading data parts | ||
467 | 2024.07.25 02:09:07.238819 [ 3 ] {e33f44e7-21fc-41e3-9a2b-078aebcb9856} <Debug> oximeter.measurements_cumulativei64 (ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7): There are no data parts | ||
468 | 2024.07.25 02:09:07.240107 [ 3 ] {e33f44e7-21fc-41e3-9a2b-078aebcb9856} <Debug> DynamicQueryHandler: Done processing query | ||
469 | 2024.07.25 02:09:07.240181 [ 3 ] {} <Debug> HTTP-Session: 75622ca7-92b7-4843-ac77-526ce9a0ac2c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
470 | 2024.07.25 02:09:07.240287 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44511, User-Agent: (none), Length: 354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
471 | 2024.07.25 02:09:07.240347 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
472 | 2024.07.25 02:09:07.240366 [ 3 ] {} <Debug> HTTP-Session: c8649c3e-19c2-47f0-8cbe-f77d3e4a2559 Authenticating user 'default' from [fd00:1122:3344:101::d]:44511 | ||
473 | 2024.07.25 02:09:07.240386 [ 3 ] {} <Debug> HTTP-Session: c8649c3e-19c2-47f0-8cbe-f77d3e4a2559 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
474 | 2024.07.25 02:09:07.240400 [ 3 ] {} <Debug> HTTP-Session: c8649c3e-19c2-47f0-8cbe-f77d3e4a2559 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
475 | 2024.07.25 02:09:07.240433 [ 3 ] {} <Trace> HTTP-Session: c8649c3e-19c2-47f0-8cbe-f77d3e4a2559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
476 | 2024.07.25 02:09:07.240614 [ 3 ] {387dd9e4-53d3-4a38-b145-f6bff96314cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44511) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativeu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
477 | 2024.07.25 02:09:07.240668 [ 3 ] {387dd9e4-53d3-4a38-b145-f6bff96314cd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
478 | 2024.07.25 02:09:07.242159 [ 3 ] {387dd9e4-53d3-4a38-b145-f6bff96314cd} <Debug> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Loading data parts | ||
479 | 2024.07.25 02:09:07.242298 [ 3 ] {387dd9e4-53d3-4a38-b145-f6bff96314cd} <Debug> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): There are no data parts | ||
480 | 2024.07.25 02:09:07.243713 [ 3 ] {387dd9e4-53d3-4a38-b145-f6bff96314cd} <Debug> DynamicQueryHandler: Done processing query | ||
481 | 2024.07.25 02:09:07.243738 [ 3 ] {} <Debug> HTTP-Session: c8649c3e-19c2-47f0-8cbe-f77d3e4a2559 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
482 | 2024.07.25 02:09:07.243848 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44511, User-Agent: (none), Length: 355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
483 | 2024.07.25 02:09:07.243899 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
484 | 2024.07.25 02:09:07.243918 [ 3 ] {} <Debug> HTTP-Session: e1e34b0c-6d93-4dcb-bd79-ce2f7ef61987 Authenticating user 'default' from [fd00:1122:3344:101::d]:44511 | ||
485 | 2024.07.25 02:09:07.243938 [ 3 ] {} <Debug> HTTP-Session: e1e34b0c-6d93-4dcb-bd79-ce2f7ef61987 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
486 | 2024.07.25 02:09:07.243957 [ 3 ] {} <Debug> HTTP-Session: e1e34b0c-6d93-4dcb-bd79-ce2f7ef61987 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
487 | 2024.07.25 02:09:07.243985 [ 3 ] {} <Trace> HTTP-Session: e1e34b0c-6d93-4dcb-bd79-ce2f7ef61987 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
488 | 2024.07.25 02:09:07.244169 [ 3 ] {1dde5230-bd37-4fee-a118-e75f8eafaa2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44511) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
489 | 2024.07.25 02:09:07.244236 [ 3 ] {1dde5230-bd37-4fee-a118-e75f8eafaa2a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
490 | 2024.07.25 02:09:07.245754 [ 3 ] {1dde5230-bd37-4fee-a118-e75f8eafaa2a} <Debug> oximeter.measurements_cumulativef32 (e79fe6f5-2851-43d6-bc63-ad0dc0452344): Loading data parts | ||
491 | 2024.07.25 02:09:07.245900 [ 3 ] {1dde5230-bd37-4fee-a118-e75f8eafaa2a} <Debug> oximeter.measurements_cumulativef32 (e79fe6f5-2851-43d6-bc63-ad0dc0452344): There are no data parts | ||
492 | 2024.07.25 02:09:07.247208 [ 3 ] {1dde5230-bd37-4fee-a118-e75f8eafaa2a} <Debug> DynamicQueryHandler: Done processing query | ||
493 | 2024.07.25 02:09:07.247240 [ 3 ] {} <Debug> HTTP-Session: e1e34b0c-6d93-4dcb-bd79-ce2f7ef61987 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
494 | 2024.07.25 02:09:07.247347 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44511, User-Agent: (none), Length: 356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
495 | 2024.07.25 02:09:07.247400 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
496 | 2024.07.25 02:09:07.247423 [ 3 ] {} <Debug> HTTP-Session: e6517f44-de46-4f44-ac00-ab4900ce6503 Authenticating user 'default' from [fd00:1122:3344:101::d]:44511 | ||
497 | 2024.07.25 02:09:07.247445 [ 3 ] {} <Debug> HTTP-Session: e6517f44-de46-4f44-ac00-ab4900ce6503 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
498 | 2024.07.25 02:09:07.247458 [ 3 ] {} <Debug> HTTP-Session: e6517f44-de46-4f44-ac00-ab4900ce6503 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
499 | 2024.07.25 02:09:07.247490 [ 3 ] {} <Trace> HTTP-Session: e6517f44-de46-4f44-ac00-ab4900ce6503 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
500 | 2024.07.25 02:09:07.247688 [ 3 ] {de3ca859-a4b2-45dd-bc8d-596d683460e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44511) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
501 | 2024.07.25 02:09:07.247743 [ 3 ] {de3ca859-a4b2-45dd-bc8d-596d683460e0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
502 | 2024.07.25 02:09:07.249245 [ 3 ] {de3ca859-a4b2-45dd-bc8d-596d683460e0} <Debug> oximeter.measurements_cumulativef64 (5931dae7-8f93-48ae-a8f9-e4e5c8084f4f): Loading data parts | ||
503 | 2024.07.25 02:09:07.249376 [ 3 ] {de3ca859-a4b2-45dd-bc8d-596d683460e0} <Debug> oximeter.measurements_cumulativef64 (5931dae7-8f93-48ae-a8f9-e4e5c8084f4f): There are no data parts | ||
504 | 2024.07.25 02:09:07.250664 [ 3 ] {de3ca859-a4b2-45dd-bc8d-596d683460e0} <Debug> DynamicQueryHandler: Done processing query | ||
505 | 2024.07.25 02:09:07.250687 [ 3 ] {} <Debug> HTTP-Session: e6517f44-de46-4f44-ac00-ab4900ce6503 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
506 | 2024.07.25 02:09:07.250805 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44511, User-Agent: (none), Length: 1300, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
507 | 2024.07.25 02:09:07.250857 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
508 | 2024.07.25 02:09:07.250874 [ 3 ] {} <Debug> HTTP-Session: e97c4248-ab22-4cd0-9750-bcf72f7784da Authenticating user 'default' from [fd00:1122:3344:101::d]:44511 | ||
509 | 2024.07.25 02:09:07.250896 [ 3 ] {} <Debug> HTTP-Session: e97c4248-ab22-4cd0-9750-bcf72f7784da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
510 | 2024.07.25 02:09:07.250921 [ 3 ] {} <Debug> HTTP-Session: e97c4248-ab22-4cd0-9750-bcf72f7784da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
511 | 2024.07.25 02:09:07.250949 [ 3 ] {} <Trace> HTTP-Session: e97c4248-ab22-4cd0-9750-bcf72f7784da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
512 | 2024.07.25 02:09:07.251197 [ 3 ] {7dee99dd-7ff7-4603-9368-8aa34c853af5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44511) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
513 | * NOTE: Array types cannot be Nullable, see | ||
514 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
515 | * for more details. | ||
516 | * | ||
517 | * This means we need to use empty arrays to indicate a missing value. This | ||
518 | * is unfortunate, and at this point relies on the fact that an | ||
519 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
520 | * to figure out another way to represent missing samples here. | ||
521 | */ | ||
522 | bins Array(Int8), counts Array(UInt64), min Int8, max Int8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
523 | 2024.07.25 02:09:07.251265 [ 3 ] {7dee99dd-7ff7-4603-9368-8aa34c853af5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
524 | 2024.07.25 02:09:07.253046 [ 3 ] {7dee99dd-7ff7-4603-9368-8aa34c853af5} <Debug> oximeter.measurements_histogrami8 (cd67c97a-1f70-4b18-9034-921792ec0fa4): Loading data parts | ||
525 | 2024.07.25 02:09:07.253185 [ 3 ] {7dee99dd-7ff7-4603-9368-8aa34c853af5} <Debug> oximeter.measurements_histogrami8 (cd67c97a-1f70-4b18-9034-921792ec0fa4): There are no data parts | ||
526 | 2024.07.25 02:09:07.254515 [ 3 ] {7dee99dd-7ff7-4603-9368-8aa34c853af5} <Debug> DynamicQueryHandler: Done processing query | ||
527 | 2024.07.25 02:09:07.254548 [ 3 ] {} <Debug> HTTP-Session: e97c4248-ab22-4cd0-9750-bcf72f7784da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
528 | 2024.07.25 02:09:07.254660 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44511, User-Agent: (none), Length: 839, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
529 | 2024.07.25 02:09:07.254704 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
530 | 2024.07.25 02:09:07.254729 [ 3 ] {} <Debug> HTTP-Session: 4f1baea6-e336-46d4-ad04-c8e28dd17f44 Authenticating user 'default' from [fd00:1122:3344:101::d]:44511 | ||
531 | 2024.07.25 02:09:07.254750 [ 3 ] {} <Debug> HTTP-Session: 4f1baea6-e336-46d4-ad04-c8e28dd17f44 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
532 | 2024.07.25 02:09:07.254763 [ 3 ] {} <Debug> HTTP-Session: 4f1baea6-e336-46d4-ad04-c8e28dd17f44 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
533 | 2024.07.25 02:09:07.254796 [ 3 ] {} <Trace> HTTP-Session: 4f1baea6-e336-46d4-ad04-c8e28dd17f44 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
534 | 2024.07.25 02:09:07.255041 [ 3 ] {d7e9c39b-a740-46a0-b0ca-b910290d362f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44511) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt8), counts Array(UInt64), min UInt8, max UInt8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
535 | 2024.07.25 02:09:07.255113 [ 3 ] {d7e9c39b-a740-46a0-b0ca-b910290d362f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
536 | 2024.07.25 02:09:07.256864 [ 3 ] {d7e9c39b-a740-46a0-b0ca-b910290d362f} <Debug> oximeter.measurements_histogramu8 (df2ea40b-bc82-4fc1-acae-c763ef897c4c): Loading data parts | ||
537 | 2024.07.25 02:09:07.256988 [ 3 ] {d7e9c39b-a740-46a0-b0ca-b910290d362f} <Debug> oximeter.measurements_histogramu8 (df2ea40b-bc82-4fc1-acae-c763ef897c4c): There are no data parts | ||
538 | 2024.07.25 02:09:07.258343 [ 3 ] {d7e9c39b-a740-46a0-b0ca-b910290d362f} <Debug> DynamicQueryHandler: Done processing query | ||
539 | 2024.07.25 02:09:07.258368 [ 3 ] {} <Debug> HTTP-Session: 4f1baea6-e336-46d4-ad04-c8e28dd17f44 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
540 | 2024.07.25 02:09:07.258473 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44511, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
541 | 2024.07.25 02:09:07.258532 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
542 | 2024.07.25 02:09:07.258550 [ 3 ] {} <Debug> HTTP-Session: 74122c59-e22c-46ec-ba29-0f08adeb66c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:44511 | ||
543 | 2024.07.25 02:09:07.258571 [ 3 ] {} <Debug> HTTP-Session: 74122c59-e22c-46ec-ba29-0f08adeb66c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
544 | 2024.07.25 02:09:07.258585 [ 3 ] {} <Debug> HTTP-Session: 74122c59-e22c-46ec-ba29-0f08adeb66c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
545 | 2024.07.25 02:09:07.258624 [ 3 ] {} <Trace> HTTP-Session: 74122c59-e22c-46ec-ba29-0f08adeb66c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
546 | 2024.07.25 02:09:07.258869 [ 3 ] {829b1a36-ee2b-498f-b11a-8a4eb922136d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44511) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int16), counts Array(UInt64), min Int16, max Int16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
547 | 2024.07.25 02:09:07.258932 [ 3 ] {829b1a36-ee2b-498f-b11a-8a4eb922136d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
548 | 2024.07.25 02:09:07.260677 [ 3 ] {829b1a36-ee2b-498f-b11a-8a4eb922136d} <Debug> oximeter.measurements_histogrami16 (6f3c6791-2ba5-484b-b12d-c049169dc61d): Loading data parts | ||
549 | 2024.07.25 02:09:07.260824 [ 3 ] {829b1a36-ee2b-498f-b11a-8a4eb922136d} <Debug> oximeter.measurements_histogrami16 (6f3c6791-2ba5-484b-b12d-c049169dc61d): There are no data parts | ||
550 | 2024.07.25 02:09:07.262183 [ 3 ] {829b1a36-ee2b-498f-b11a-8a4eb922136d} <Debug> DynamicQueryHandler: Done processing query | ||
551 | 2024.07.25 02:09:07.262215 [ 3 ] {} <Debug> HTTP-Session: 74122c59-e22c-46ec-ba29-0f08adeb66c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
552 | 2024.07.25 02:09:07.262337 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44511, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
553 | 2024.07.25 02:09:07.262382 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
554 | 2024.07.25 02:09:07.262407 [ 3 ] {} <Debug> HTTP-Session: ee3171c1-34c9-43ba-ba6f-e1907c5987ef Authenticating user 'default' from [fd00:1122:3344:101::d]:44511 | ||
555 | 2024.07.25 02:09:07.262434 [ 3 ] {} <Debug> HTTP-Session: ee3171c1-34c9-43ba-ba6f-e1907c5987ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
556 | 2024.07.25 02:09:07.262447 [ 3 ] {} <Debug> HTTP-Session: ee3171c1-34c9-43ba-ba6f-e1907c5987ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
557 | 2024.07.25 02:09:07.262480 [ 3 ] {} <Trace> HTTP-Session: ee3171c1-34c9-43ba-ba6f-e1907c5987ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
558 | 2024.07.25 02:09:07.262725 [ 3 ] {94ca2397-3531-4383-aab4-f96a79d8ff79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44511) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt16), counts Array(UInt64), min UInt16, max UInt16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
559 | 2024.07.25 02:09:07.262787 [ 3 ] {94ca2397-3531-4383-aab4-f96a79d8ff79} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
560 | 2024.07.25 02:09:07.264527 [ 3 ] {94ca2397-3531-4383-aab4-f96a79d8ff79} <Debug> oximeter.measurements_histogramu16 (6635320d-f88f-4a70-ab4c-63cfd1258d3a): Loading data parts | ||
561 | 2024.07.25 02:09:07.264662 [ 3 ] {94ca2397-3531-4383-aab4-f96a79d8ff79} <Debug> oximeter.measurements_histogramu16 (6635320d-f88f-4a70-ab4c-63cfd1258d3a): There are no data parts | ||
562 | 2024.07.25 02:09:07.266074 [ 3 ] {94ca2397-3531-4383-aab4-f96a79d8ff79} <Debug> DynamicQueryHandler: Done processing query | ||
563 | 2024.07.25 02:09:07.266099 [ 3 ] {} <Debug> HTTP-Session: ee3171c1-34c9-43ba-ba6f-e1907c5987ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
564 | 2024.07.25 02:09:07.266238 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44511, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
565 | 2024.07.25 02:09:07.266300 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
566 | 2024.07.25 02:09:07.266318 [ 3 ] {} <Debug> HTTP-Session: c5fac6c1-f479-4ea7-be00-811df034cb78 Authenticating user 'default' from [fd00:1122:3344:101::d]:44511 | ||
567 | 2024.07.25 02:09:07.266347 [ 3 ] {} <Debug> HTTP-Session: c5fac6c1-f479-4ea7-be00-811df034cb78 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
568 | 2024.07.25 02:09:07.266373 [ 3 ] {} <Debug> HTTP-Session: c5fac6c1-f479-4ea7-be00-811df034cb78 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
569 | 2024.07.25 02:09:07.266404 [ 3 ] {} <Trace> HTTP-Session: c5fac6c1-f479-4ea7-be00-811df034cb78 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
570 | 2024.07.25 02:09:07.266657 [ 3 ] {54af3fda-c27d-453e-a1ba-c484389a7c50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44511) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int32), counts Array(UInt64), min Int32, max Int32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
571 | 2024.07.25 02:09:07.266741 [ 3 ] {54af3fda-c27d-453e-a1ba-c484389a7c50} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
572 | 2024.07.25 02:09:07.268553 [ 3 ] {54af3fda-c27d-453e-a1ba-c484389a7c50} <Debug> oximeter.measurements_histogrami32 (8e937078-186b-4cfa-80d7-51ecf161129c): Loading data parts | ||
573 | 2024.07.25 02:09:07.268697 [ 3 ] {54af3fda-c27d-453e-a1ba-c484389a7c50} <Debug> oximeter.measurements_histogrami32 (8e937078-186b-4cfa-80d7-51ecf161129c): There are no data parts | ||
574 | 2024.07.25 02:09:07.270023 [ 3 ] {54af3fda-c27d-453e-a1ba-c484389a7c50} <Debug> DynamicQueryHandler: Done processing query | ||
575 | 2024.07.25 02:09:07.270047 [ 3 ] {} <Debug> HTTP-Session: c5fac6c1-f479-4ea7-be00-811df034cb78 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
576 | 2024.07.25 02:09:07.270157 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44511, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
577 | 2024.07.25 02:09:07.270212 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
578 | 2024.07.25 02:09:07.270231 [ 3 ] {} <Debug> HTTP-Session: f9e8f4eb-e0e8-46ce-9a69-7b93efb3e51f Authenticating user 'default' from [fd00:1122:3344:101::d]:44511 | ||
579 | 2024.07.25 02:09:07.270266 [ 3 ] {} <Debug> HTTP-Session: f9e8f4eb-e0e8-46ce-9a69-7b93efb3e51f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
580 | 2024.07.25 02:09:07.270280 [ 3 ] {} <Debug> HTTP-Session: f9e8f4eb-e0e8-46ce-9a69-7b93efb3e51f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
581 | 2024.07.25 02:09:07.270316 [ 3 ] {} <Trace> HTTP-Session: f9e8f4eb-e0e8-46ce-9a69-7b93efb3e51f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
582 | 2024.07.25 02:09:07.270566 [ 3 ] {96c1e1b8-f777-46e0-908c-78253cdb8472} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44511) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt32), counts Array(UInt64), min UInt32, max UInt32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
583 | 2024.07.25 02:09:07.270633 [ 3 ] {96c1e1b8-f777-46e0-908c-78253cdb8472} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
584 | 2024.07.25 02:09:07.272408 [ 3 ] {96c1e1b8-f777-46e0-908c-78253cdb8472} <Debug> oximeter.measurements_histogramu32 (eb71d7dd-2e5c-49a2-89cb-5d7d0709d56c): Loading data parts | ||
585 | 2024.07.25 02:09:07.272531 [ 3 ] {96c1e1b8-f777-46e0-908c-78253cdb8472} <Debug> oximeter.measurements_histogramu32 (eb71d7dd-2e5c-49a2-89cb-5d7d0709d56c): There are no data parts | ||
586 | 2024.07.25 02:09:07.273861 [ 3 ] {96c1e1b8-f777-46e0-908c-78253cdb8472} <Debug> DynamicQueryHandler: Done processing query | ||
587 | 2024.07.25 02:09:07.273886 [ 3 ] {} <Debug> HTTP-Session: f9e8f4eb-e0e8-46ce-9a69-7b93efb3e51f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
588 | 2024.07.25 02:09:07.274003 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44511, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
589 | 2024.07.25 02:09:07.274064 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
590 | 2024.07.25 02:09:07.274083 [ 3 ] {} <Debug> HTTP-Session: aaaa11a5-8c64-4355-922a-8128d995beed Authenticating user 'default' from [fd00:1122:3344:101::d]:44511 | ||
591 | 2024.07.25 02:09:07.274106 [ 3 ] {} <Debug> HTTP-Session: aaaa11a5-8c64-4355-922a-8128d995beed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
592 | 2024.07.25 02:09:07.274126 [ 3 ] {} <Debug> HTTP-Session: aaaa11a5-8c64-4355-922a-8128d995beed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
593 | 2024.07.25 02:09:07.274156 [ 3 ] {} <Trace> HTTP-Session: aaaa11a5-8c64-4355-922a-8128d995beed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
594 | 2024.07.25 02:09:07.274406 [ 3 ] {d9a26aca-056c-4758-a38c-a4b66c4b69a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44511) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int64), counts Array(UInt64), min Int64, max Int64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
595 | 2024.07.25 02:09:07.274474 [ 3 ] {d9a26aca-056c-4758-a38c-a4b66c4b69a0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
596 | 2024.07.25 02:09:07.276272 [ 3 ] {d9a26aca-056c-4758-a38c-a4b66c4b69a0} <Debug> oximeter.measurements_histogrami64 (1a6e7d3f-5971-4647-aa6a-7aa8093014e9): Loading data parts | ||
597 | 2024.07.25 02:09:07.276404 [ 3 ] {d9a26aca-056c-4758-a38c-a4b66c4b69a0} <Debug> oximeter.measurements_histogrami64 (1a6e7d3f-5971-4647-aa6a-7aa8093014e9): There are no data parts | ||
598 | 2024.07.25 02:09:07.277728 [ 3 ] {d9a26aca-056c-4758-a38c-a4b66c4b69a0} <Debug> DynamicQueryHandler: Done processing query | ||
599 | 2024.07.25 02:09:07.277755 [ 3 ] {} <Debug> HTTP-Session: aaaa11a5-8c64-4355-922a-8128d995beed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
600 | 2024.07.25 02:09:07.277872 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44511, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
601 | 2024.07.25 02:09:07.277927 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
602 | 2024.07.25 02:09:07.277953 [ 3 ] {} <Debug> HTTP-Session: 873e0d32-a6fd-4624-ae49-a7324fd2c2bb Authenticating user 'default' from [fd00:1122:3344:101::d]:44511 | ||
603 | 2024.07.25 02:09:07.277972 [ 3 ] {} <Debug> HTTP-Session: 873e0d32-a6fd-4624-ae49-a7324fd2c2bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
604 | 2024.07.25 02:09:07.277992 [ 3 ] {} <Debug> HTTP-Session: 873e0d32-a6fd-4624-ae49-a7324fd2c2bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
605 | 2024.07.25 02:09:07.278022 [ 3 ] {} <Trace> HTTP-Session: 873e0d32-a6fd-4624-ae49-a7324fd2c2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
606 | 2024.07.25 02:09:07.278276 [ 3 ] {ee9c5edb-b936-44f1-9ba7-c13b63118623} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44511) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt64), counts Array(UInt64), min UInt64, max UInt64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
607 | 2024.07.25 02:09:07.278348 [ 3 ] {ee9c5edb-b936-44f1-9ba7-c13b63118623} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
608 | 2024.07.25 02:09:07.280123 [ 3 ] {ee9c5edb-b936-44f1-9ba7-c13b63118623} <Debug> oximeter.measurements_histogramu64 (c40abc2b-8777-4b24-adf2-120e416a1885): Loading data parts | ||
609 | 2024.07.25 02:09:07.280259 [ 3 ] {ee9c5edb-b936-44f1-9ba7-c13b63118623} <Debug> oximeter.measurements_histogramu64 (c40abc2b-8777-4b24-adf2-120e416a1885): There are no data parts | ||
610 | 2024.07.25 02:09:07.281562 [ 3 ] {ee9c5edb-b936-44f1-9ba7-c13b63118623} <Debug> DynamicQueryHandler: Done processing query | ||
611 | 2024.07.25 02:09:07.281588 [ 3 ] {} <Debug> HTTP-Session: 873e0d32-a6fd-4624-ae49-a7324fd2c2bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
612 | 2024.07.25 02:09:07.281694 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44511, User-Agent: (none), Length: 848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
613 | 2024.07.25 02:09:07.281754 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
614 | 2024.07.25 02:09:07.281773 [ 3 ] {} <Debug> HTTP-Session: 797c16a1-3477-4fe3-864f-f2c41cb2d08c Authenticating user 'default' from [fd00:1122:3344:101::d]:44511 | ||
615 | 2024.07.25 02:09:07.281796 [ 3 ] {} <Debug> HTTP-Session: 797c16a1-3477-4fe3-864f-f2c41cb2d08c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
616 | 2024.07.25 02:09:07.281815 [ 3 ] {} <Debug> HTTP-Session: 797c16a1-3477-4fe3-864f-f2c41cb2d08c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
617 | 2024.07.25 02:09:07.281845 [ 3 ] {} <Trace> HTTP-Session: 797c16a1-3477-4fe3-864f-f2c41cb2d08c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
618 | 2024.07.25 02:09:07.282095 [ 3 ] {64bed8f9-9968-40a5-9ffe-73dd9cb74836} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44511) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float32), counts Array(UInt64), min Float32, max Float32, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
619 | 2024.07.25 02:09:07.282162 [ 3 ] {64bed8f9-9968-40a5-9ffe-73dd9cb74836} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
620 | 2024.07.25 02:09:07.283974 [ 3 ] {64bed8f9-9968-40a5-9ffe-73dd9cb74836} <Debug> oximeter.measurements_histogramf32 (6d16205d-ba89-4b5f-a9e7-c82905f8c51b): Loading data parts | ||
621 | 2024.07.25 02:09:07.284104 [ 3 ] {64bed8f9-9968-40a5-9ffe-73dd9cb74836} <Debug> oximeter.measurements_histogramf32 (6d16205d-ba89-4b5f-a9e7-c82905f8c51b): There are no data parts | ||
622 | 2024.07.25 02:09:07.285664 [ 3 ] {64bed8f9-9968-40a5-9ffe-73dd9cb74836} <Debug> DynamicQueryHandler: Done processing query | ||
623 | 2024.07.25 02:09:07.285710 [ 3 ] {} <Debug> HTTP-Session: 797c16a1-3477-4fe3-864f-f2c41cb2d08c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
624 | 2024.07.25 02:09:07.285847 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44511, User-Agent: (none), Length: 848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
625 | 2024.07.25 02:09:07.285905 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
626 | 2024.07.25 02:09:07.285933 [ 3 ] {} <Debug> HTTP-Session: f9c23db6-eb63-4a7c-9edb-ccfa4ba90329 Authenticating user 'default' from [fd00:1122:3344:101::d]:44511 | ||
627 | 2024.07.25 02:09:07.285948 [ 3 ] {} <Debug> HTTP-Session: f9c23db6-eb63-4a7c-9edb-ccfa4ba90329 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
628 | 2024.07.25 02:09:07.285969 [ 3 ] {} <Debug> HTTP-Session: f9c23db6-eb63-4a7c-9edb-ccfa4ba90329 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
629 | 2024.07.25 02:09:07.286005 [ 3 ] {} <Trace> HTTP-Session: f9c23db6-eb63-4a7c-9edb-ccfa4ba90329 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
630 | 2024.07.25 02:09:07.286252 [ 3 ] {f3721130-937b-4f21-8343-9a11e50c54fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44511) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float64), counts Array(UInt64), min Float64, max Float64, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
631 | 2024.07.25 02:09:07.286320 [ 3 ] {f3721130-937b-4f21-8343-9a11e50c54fa} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
632 | 2024.07.25 02:09:07.288122 [ 3 ] {f3721130-937b-4f21-8343-9a11e50c54fa} <Debug> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Loading data parts | ||
633 | 2024.07.25 02:09:07.288255 [ 3 ] {f3721130-937b-4f21-8343-9a11e50c54fa} <Debug> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): There are no data parts | ||
634 | 2024.07.25 02:09:07.289600 [ 3 ] {f3721130-937b-4f21-8343-9a11e50c54fa} <Debug> DynamicQueryHandler: Done processing query | ||
635 | 2024.07.25 02:09:07.289625 [ 3 ] {} <Debug> HTTP-Session: f9c23db6-eb63-4a7c-9edb-ccfa4ba90329 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
636 | 2024.07.25 02:09:07.289746 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44511, User-Agent: (none), Length: 1196, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
637 | 2024.07.25 02:09:07.289802 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
638 | 2024.07.25 02:09:07.289827 [ 3 ] {} <Debug> HTTP-Session: b52e277d-b659-440a-9a58-8988550221e4 Authenticating user 'default' from [fd00:1122:3344:101::d]:44511 | ||
639 | 2024.07.25 02:09:07.289843 [ 3 ] {} <Debug> HTTP-Session: b52e277d-b659-440a-9a58-8988550221e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
640 | 2024.07.25 02:09:07.289877 [ 3 ] {} <Debug> HTTP-Session: b52e277d-b659-440a-9a58-8988550221e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
641 | 2024.07.25 02:09:07.289914 [ 3 ] {} <Trace> HTTP-Session: b52e277d-b659-440a-9a58-8988550221e4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
642 | 2024.07.25 02:09:07.290082 [ 3 ] {4b10ead2-974f-4a06-8683-619d2dbe1560} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44511) /* The field tables store named dimensions of each timeseries. | ||
643 | * | ||
644 | * As with the measurement tables, there is one field table for each field data | ||
645 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
646 | * this behavior **must not** be relied upon for query correctness. | ||
647 | * | ||
648 | * The index for the fields differs from the measurements, however. Rows are | ||
649 | * sorted by timeseries name, then field name, field value, and finally | ||
650 | * timeseries key. This reflects the most common pattern for looking them up: | ||
651 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
652 | * usually then used to look up measurements. | ||
653 | * | ||
654 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
655 | * timeseries name and then key, since it would improve lookups where one | ||
656 | * already has the key. Realistically though, these tables are quite small and | ||
657 | * so performance benefits will be low in absolute terms. | ||
658 | */ | ||
659 | CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
660 | 2024.07.25 02:09:07.290141 [ 3 ] {4b10ead2-974f-4a06-8683-619d2dbe1560} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
661 | 2024.07.25 02:09:07.291521 [ 3 ] {4b10ead2-974f-4a06-8683-619d2dbe1560} <Debug> oximeter.fields_bool (5b982d25-22c2-4491-88e1-06b87ceafdf3): Loading data parts | ||
662 | 2024.07.25 02:09:07.291654 [ 3 ] {4b10ead2-974f-4a06-8683-619d2dbe1560} <Debug> oximeter.fields_bool (5b982d25-22c2-4491-88e1-06b87ceafdf3): There are no data parts | ||
663 | 2024.07.25 02:09:07.292867 [ 3 ] {4b10ead2-974f-4a06-8683-619d2dbe1560} <Debug> DynamicQueryHandler: Done processing query | ||
664 | 2024.07.25 02:09:07.292902 [ 3 ] {} <Debug> HTTP-Session: b52e277d-b659-440a-9a58-8988550221e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
665 | 2024.07.25 02:09:07.293016 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44511, User-Agent: (none), Length: 248, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
666 | 2024.07.25 02:09:07.293069 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
667 | 2024.07.25 02:09:07.293088 [ 3 ] {} <Debug> HTTP-Session: 9ea97d75-169d-4177-80bd-af6201136b0b Authenticating user 'default' from [fd00:1122:3344:101::d]:44511 | ||
668 | 2024.07.25 02:09:07.293111 [ 3 ] {} <Debug> HTTP-Session: 9ea97d75-169d-4177-80bd-af6201136b0b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
669 | 2024.07.25 02:09:07.293125 [ 3 ] {} <Debug> HTTP-Session: 9ea97d75-169d-4177-80bd-af6201136b0b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
670 | 2024.07.25 02:09:07.293160 [ 3 ] {} <Trace> HTTP-Session: 9ea97d75-169d-4177-80bd-af6201136b0b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
671 | 2024.07.25 02:09:07.293306 [ 3 ] {d2d7cb91-c392-4850-945b-13eda0f763c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44511) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
672 | 2024.07.25 02:09:07.293368 [ 3 ] {d2d7cb91-c392-4850-945b-13eda0f763c5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
673 | 2024.07.25 02:09:07.294716 [ 3 ] {d2d7cb91-c392-4850-945b-13eda0f763c5} <Debug> oximeter.fields_i8 (c0d04891-0f4b-4263-a721-d8a9863c8199): Loading data parts | ||
674 | 2024.07.25 02:09:07.294856 [ 3 ] {d2d7cb91-c392-4850-945b-13eda0f763c5} <Debug> oximeter.fields_i8 (c0d04891-0f4b-4263-a721-d8a9863c8199): There are no data parts | ||
675 | 2024.07.25 02:09:07.296102 [ 3 ] {d2d7cb91-c392-4850-945b-13eda0f763c5} <Debug> DynamicQueryHandler: Done processing query | ||
676 | 2024.07.25 02:09:07.296143 [ 3 ] {} <Debug> HTTP-Session: 9ea97d75-169d-4177-80bd-af6201136b0b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
677 | 2024.07.25 02:09:07.296256 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44511, User-Agent: (none), Length: 249, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
678 | 2024.07.25 02:09:07.296316 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
679 | 2024.07.25 02:09:07.296335 [ 3 ] {} <Debug> HTTP-Session: e9afae6c-09be-4a28-b2d4-c45d8bbd4939 Authenticating user 'default' from [fd00:1122:3344:101::d]:44511 | ||
680 | 2024.07.25 02:09:07.296358 [ 3 ] {} <Debug> HTTP-Session: e9afae6c-09be-4a28-b2d4-c45d8bbd4939 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
681 | 2024.07.25 02:09:07.296371 [ 3 ] {} <Debug> HTTP-Session: e9afae6c-09be-4a28-b2d4-c45d8bbd4939 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
682 | 2024.07.25 02:09:07.296408 [ 3 ] {} <Trace> HTTP-Session: e9afae6c-09be-4a28-b2d4-c45d8bbd4939 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
683 | 2024.07.25 02:09:07.296551 [ 3 ] {8cbe870c-3b27-4cee-b972-cca0116a11d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44511) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
684 | 2024.07.25 02:09:07.296605 [ 3 ] {8cbe870c-3b27-4cee-b972-cca0116a11d6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
685 | 2024.07.25 02:09:07.297970 [ 3 ] {8cbe870c-3b27-4cee-b972-cca0116a11d6} <Debug> oximeter.fields_u8 (a38e0ef6-ee57-4a06-9b76-e9bf48e58cf8): Loading data parts | ||
686 | 2024.07.25 02:09:07.298125 [ 3 ] {8cbe870c-3b27-4cee-b972-cca0116a11d6} <Debug> oximeter.fields_u8 (a38e0ef6-ee57-4a06-9b76-e9bf48e58cf8): There are no data parts | ||
687 | 2024.07.25 02:09:07.299414 [ 3 ] {8cbe870c-3b27-4cee-b972-cca0116a11d6} <Debug> DynamicQueryHandler: Done processing query | ||
688 | 2024.07.25 02:09:07.299462 [ 3 ] {} <Debug> HTTP-Session: e9afae6c-09be-4a28-b2d4-c45d8bbd4939 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
689 | 2024.07.25 02:09:07.299574 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44511, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
690 | 2024.07.25 02:09:07.299630 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
691 | 2024.07.25 02:09:07.299655 [ 3 ] {} <Debug> HTTP-Session: eebfbb46-6ad8-4550-8fec-dc0e33073749 Authenticating user 'default' from [fd00:1122:3344:101::d]:44511 | ||
692 | 2024.07.25 02:09:07.299678 [ 3 ] {} <Debug> HTTP-Session: eebfbb46-6ad8-4550-8fec-dc0e33073749 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
693 | 2024.07.25 02:09:07.299692 [ 3 ] {} <Debug> HTTP-Session: eebfbb46-6ad8-4550-8fec-dc0e33073749 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
694 | 2024.07.25 02:09:07.299728 [ 3 ] {} <Trace> HTTP-Session: eebfbb46-6ad8-4550-8fec-dc0e33073749 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
695 | 2024.07.25 02:09:07.299883 [ 3 ] {704de97d-898e-4352-a8d2-69b025d8d51e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44511) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
696 | 2024.07.25 02:09:07.299930 [ 3 ] {704de97d-898e-4352-a8d2-69b025d8d51e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
697 | 2024.07.25 02:09:07.301293 [ 3 ] {704de97d-898e-4352-a8d2-69b025d8d51e} <Debug> oximeter.fields_i16 (09d34be2-b837-4a81-b13d-a15583805ecd): Loading data parts | ||
698 | 2024.07.25 02:09:07.301409 [ 3 ] {704de97d-898e-4352-a8d2-69b025d8d51e} <Debug> oximeter.fields_i16 (09d34be2-b837-4a81-b13d-a15583805ecd): There are no data parts | ||
699 | 2024.07.25 02:09:07.302611 [ 3 ] {704de97d-898e-4352-a8d2-69b025d8d51e} <Debug> DynamicQueryHandler: Done processing query | ||
700 | 2024.07.25 02:09:07.302645 [ 3 ] {} <Debug> HTTP-Session: eebfbb46-6ad8-4550-8fec-dc0e33073749 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
701 | 2024.07.25 02:09:07.302754 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44511, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
702 | 2024.07.25 02:09:07.302807 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
703 | 2024.07.25 02:09:07.302833 [ 3 ] {} <Debug> HTTP-Session: 5a08ea56-2125-4d97-bbef-41344795109c Authenticating user 'default' from [fd00:1122:3344:101::d]:44511 | ||
704 | 2024.07.25 02:09:07.302849 [ 3 ] {} <Debug> HTTP-Session: 5a08ea56-2125-4d97-bbef-41344795109c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
705 | 2024.07.25 02:09:07.302869 [ 3 ] {} <Debug> HTTP-Session: 5a08ea56-2125-4d97-bbef-41344795109c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
706 | 2024.07.25 02:09:07.302912 [ 3 ] {} <Trace> HTTP-Session: 5a08ea56-2125-4d97-bbef-41344795109c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
707 | 2024.07.25 02:09:07.303051 [ 3 ] {1cbc4f76-39d1-4aed-92a9-c93a2c80e7de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44511) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
708 | 2024.07.25 02:09:07.303103 [ 3 ] {1cbc4f76-39d1-4aed-92a9-c93a2c80e7de} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
709 | 2024.07.25 02:09:07.304453 [ 3 ] {1cbc4f76-39d1-4aed-92a9-c93a2c80e7de} <Debug> oximeter.fields_u16 (977fada6-76a3-44eb-8ed0-7c71340c6e1a): Loading data parts | ||
710 | 2024.07.25 02:09:07.304571 [ 3 ] {1cbc4f76-39d1-4aed-92a9-c93a2c80e7de} <Debug> oximeter.fields_u16 (977fada6-76a3-44eb-8ed0-7c71340c6e1a): There are no data parts | ||
711 | 2024.07.25 02:09:07.305784 [ 3 ] {1cbc4f76-39d1-4aed-92a9-c93a2c80e7de} <Debug> DynamicQueryHandler: Done processing query | ||
712 | 2024.07.25 02:09:07.305809 [ 3 ] {} <Debug> HTTP-Session: 5a08ea56-2125-4d97-bbef-41344795109c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
713 | 2024.07.25 02:09:07.305916 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44511, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
714 | 2024.07.25 02:09:07.305971 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
715 | 2024.07.25 02:09:07.305989 [ 3 ] {} <Debug> HTTP-Session: 9ae7c587-d976-4522-9f22-5a09ea5112d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:44511 | ||
716 | 2024.07.25 02:09:07.306012 [ 3 ] {} <Debug> HTTP-Session: 9ae7c587-d976-4522-9f22-5a09ea5112d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
717 | 2024.07.25 02:09:07.306038 [ 3 ] {} <Debug> HTTP-Session: 9ae7c587-d976-4522-9f22-5a09ea5112d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
718 | 2024.07.25 02:09:07.306066 [ 3 ] {} <Trace> HTTP-Session: 9ae7c587-d976-4522-9f22-5a09ea5112d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
719 | 2024.07.25 02:09:07.306209 [ 3 ] {f6ee7505-5f4a-4ad9-bc71-613f24fc0750} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44511) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
720 | 2024.07.25 02:09:07.306268 [ 3 ] {f6ee7505-5f4a-4ad9-bc71-613f24fc0750} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
721 | 2024.07.25 02:09:07.307607 [ 3 ] {f6ee7505-5f4a-4ad9-bc71-613f24fc0750} <Debug> oximeter.fields_i32 (96f1478d-e7e2-477e-a645-8ad1817868b0): Loading data parts | ||
722 | 2024.07.25 02:09:07.307742 [ 3 ] {f6ee7505-5f4a-4ad9-bc71-613f24fc0750} <Debug> oximeter.fields_i32 (96f1478d-e7e2-477e-a645-8ad1817868b0): There are no data parts | ||
723 | 2024.07.25 02:09:07.308937 [ 3 ] {f6ee7505-5f4a-4ad9-bc71-613f24fc0750} <Debug> DynamicQueryHandler: Done processing query | ||
724 | 2024.07.25 02:09:07.308962 [ 3 ] {} <Debug> HTTP-Session: 9ae7c587-d976-4522-9f22-5a09ea5112d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
725 | 2024.07.25 02:09:07.309074 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44511, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
726 | 2024.07.25 02:09:07.309126 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
727 | 2024.07.25 02:09:07.309145 [ 3 ] {} <Debug> HTTP-Session: 21e0d074-adc9-4bf9-b9d3-2bcf2dfaaa30 Authenticating user 'default' from [fd00:1122:3344:101::d]:44511 | ||
728 | 2024.07.25 02:09:07.309176 [ 3 ] {} <Debug> HTTP-Session: 21e0d074-adc9-4bf9-b9d3-2bcf2dfaaa30 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
729 | 2024.07.25 02:09:07.309189 [ 3 ] {} <Debug> HTTP-Session: 21e0d074-adc9-4bf9-b9d3-2bcf2dfaaa30 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
730 | 2024.07.25 02:09:07.309225 [ 3 ] {} <Trace> HTTP-Session: 21e0d074-adc9-4bf9-b9d3-2bcf2dfaaa30 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
731 | 2024.07.25 02:09:07.309368 [ 3 ] {60eb4e59-8238-446c-9080-790276b59659} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44511) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
732 | 2024.07.25 02:09:07.309420 [ 3 ] {60eb4e59-8238-446c-9080-790276b59659} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
733 | 2024.07.25 02:09:07.310748 [ 3 ] {60eb4e59-8238-446c-9080-790276b59659} <Debug> oximeter.fields_u32 (9b47e8e6-fb28-40c7-8189-0cd8f2273817): Loading data parts | ||
734 | 2024.07.25 02:09:07.310889 [ 3 ] {60eb4e59-8238-446c-9080-790276b59659} <Debug> oximeter.fields_u32 (9b47e8e6-fb28-40c7-8189-0cd8f2273817): There are no data parts | ||
735 | 2024.07.25 02:09:07.312081 [ 3 ] {60eb4e59-8238-446c-9080-790276b59659} <Debug> DynamicQueryHandler: Done processing query | ||
736 | 2024.07.25 02:09:07.312105 [ 3 ] {} <Debug> HTTP-Session: 21e0d074-adc9-4bf9-b9d3-2bcf2dfaaa30 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
737 | 2024.07.25 02:09:07.312209 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44511, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
738 | 2024.07.25 02:09:07.312347 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
739 | 2024.07.25 02:09:07.312367 [ 3 ] {} <Debug> HTTP-Session: a542c3a0-7fa5-41b7-90c6-1121cf3be10b Authenticating user 'default' from [fd00:1122:3344:101::d]:44511 | ||
740 | 2024.07.25 02:09:07.312390 [ 3 ] {} <Debug> HTTP-Session: a542c3a0-7fa5-41b7-90c6-1121cf3be10b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
741 | 2024.07.25 02:09:07.312404 [ 3 ] {} <Debug> HTTP-Session: a542c3a0-7fa5-41b7-90c6-1121cf3be10b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
742 | 2024.07.25 02:09:07.312432 [ 3 ] {} <Trace> HTTP-Session: a542c3a0-7fa5-41b7-90c6-1121cf3be10b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
743 | 2024.07.25 02:09:07.312576 [ 3 ] {94e49857-2ed0-4132-a2e1-7fcd3d416a77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44511) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
744 | 2024.07.25 02:09:07.312614 [ 3 ] {94e49857-2ed0-4132-a2e1-7fcd3d416a77} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
745 | 2024.07.25 02:09:07.313969 [ 3 ] {94e49857-2ed0-4132-a2e1-7fcd3d416a77} <Debug> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Loading data parts | ||
746 | 2024.07.25 02:09:07.314098 [ 3 ] {94e49857-2ed0-4132-a2e1-7fcd3d416a77} <Debug> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): There are no data parts | ||
747 | 2024.07.25 02:09:07.315234 [ 3 ] {94e49857-2ed0-4132-a2e1-7fcd3d416a77} <Debug> DynamicQueryHandler: Done processing query | ||
748 | 2024.07.25 02:09:07.315283 [ 3 ] {} <Debug> HTTP-Session: a542c3a0-7fa5-41b7-90c6-1121cf3be10b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
749 | 2024.07.25 02:09:07.315417 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44511, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
750 | 2024.07.25 02:09:07.315463 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
751 | 2024.07.25 02:09:07.315483 [ 3 ] {} <Debug> HTTP-Session: 24aa88ca-8bbe-4dd7-9adb-6bfda73d1613 Authenticating user 'default' from [fd00:1122:3344:101::d]:44511 | ||
752 | 2024.07.25 02:09:07.315498 [ 3 ] {} <Debug> HTTP-Session: 24aa88ca-8bbe-4dd7-9adb-6bfda73d1613 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
753 | 2024.07.25 02:09:07.315512 [ 3 ] {} <Debug> HTTP-Session: 24aa88ca-8bbe-4dd7-9adb-6bfda73d1613 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
754 | 2024.07.25 02:09:07.315541 [ 3 ] {} <Trace> HTTP-Session: 24aa88ca-8bbe-4dd7-9adb-6bfda73d1613 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
755 | 2024.07.25 02:09:07.315677 [ 3 ] {2e3f053d-bba8-46e1-872a-b96c7a0b859a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44511) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
756 | 2024.07.25 02:09:07.315716 [ 3 ] {2e3f053d-bba8-46e1-872a-b96c7a0b859a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
757 | 2024.07.25 02:09:07.317194 [ 3 ] {2e3f053d-bba8-46e1-872a-b96c7a0b859a} <Debug> oximeter.fields_u64 (5fca2389-08e8-479c-a8aa-6c140088da46): Loading data parts | ||
758 | 2024.07.25 02:09:07.317310 [ 3 ] {2e3f053d-bba8-46e1-872a-b96c7a0b859a} <Debug> oximeter.fields_u64 (5fca2389-08e8-479c-a8aa-6c140088da46): There are no data parts | ||
759 | 2024.07.25 02:09:07.318503 [ 3 ] {2e3f053d-bba8-46e1-872a-b96c7a0b859a} <Debug> DynamicQueryHandler: Done processing query | ||
760 | 2024.07.25 02:09:07.318528 [ 3 ] {} <Debug> HTTP-Session: 24aa88ca-8bbe-4dd7-9adb-6bfda73d1613 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
761 | 2024.07.25 02:09:07.318647 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44511, User-Agent: (none), Length: 252, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
762 | 2024.07.25 02:09:07.318692 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
763 | 2024.07.25 02:09:07.318710 [ 3 ] {} <Debug> HTTP-Session: 4214af35-b9a3-4d8c-8dd4-b7f275877607 Authenticating user 'default' from [fd00:1122:3344:101::d]:44511 | ||
764 | 2024.07.25 02:09:07.318726 [ 3 ] {} <Debug> HTTP-Session: 4214af35-b9a3-4d8c-8dd4-b7f275877607 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
765 | 2024.07.25 02:09:07.318739 [ 3 ] {} <Debug> HTTP-Session: 4214af35-b9a3-4d8c-8dd4-b7f275877607 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
766 | 2024.07.25 02:09:07.318769 [ 3 ] {} <Trace> HTTP-Session: 4214af35-b9a3-4d8c-8dd4-b7f275877607 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
767 | 2024.07.25 02:09:07.318907 [ 3 ] {56c1f63d-5db0-4385-bff3-a965033b4a58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44511) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
768 | 2024.07.25 02:09:07.318945 [ 3 ] {56c1f63d-5db0-4385-bff3-a965033b4a58} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
769 | 2024.07.25 02:09:07.320430 [ 3 ] {56c1f63d-5db0-4385-bff3-a965033b4a58} <Debug> oximeter.fields_ipaddr (330a275b-5c0e-4112-8190-93317cf14d06): Loading data parts | ||
770 | 2024.07.25 02:09:07.320554 [ 3 ] {56c1f63d-5db0-4385-bff3-a965033b4a58} <Debug> oximeter.fields_ipaddr (330a275b-5c0e-4112-8190-93317cf14d06): There are no data parts | ||
771 | 2024.07.25 02:09:07.321728 [ 3 ] {56c1f63d-5db0-4385-bff3-a965033b4a58} <Debug> DynamicQueryHandler: Done processing query | ||
772 | 2024.07.25 02:09:07.321753 [ 3 ] {} <Debug> HTTP-Session: 4214af35-b9a3-4d8c-8dd4-b7f275877607 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
773 | 2024.07.25 02:09:07.321855 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44511, User-Agent: (none), Length: 254, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
774 | 2024.07.25 02:09:07.321900 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
775 | 2024.07.25 02:09:07.321919 [ 3 ] {} <Debug> HTTP-Session: d7accc1e-7405-413a-9db5-6b75bb07be93 Authenticating user 'default' from [fd00:1122:3344:101::d]:44511 | ||
776 | 2024.07.25 02:09:07.321934 [ 3 ] {} <Debug> HTTP-Session: d7accc1e-7405-413a-9db5-6b75bb07be93 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
777 | 2024.07.25 02:09:07.321948 [ 3 ] {} <Debug> HTTP-Session: d7accc1e-7405-413a-9db5-6b75bb07be93 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
778 | 2024.07.25 02:09:07.321980 [ 3 ] {} <Trace> HTTP-Session: d7accc1e-7405-413a-9db5-6b75bb07be93 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
779 | 2024.07.25 02:09:07.322115 [ 3 ] {9cdc7461-fc1a-4684-91f1-b04f23872e6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44511) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
780 | 2024.07.25 02:09:07.322154 [ 3 ] {9cdc7461-fc1a-4684-91f1-b04f23872e6d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
781 | 2024.07.25 02:09:07.323630 [ 3 ] {9cdc7461-fc1a-4684-91f1-b04f23872e6d} <Debug> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Loading data parts | ||
782 | 2024.07.25 02:09:07.323757 [ 3 ] {9cdc7461-fc1a-4684-91f1-b04f23872e6d} <Debug> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): There are no data parts | ||
783 | 2024.07.25 02:09:07.324829 [ 3 ] {9cdc7461-fc1a-4684-91f1-b04f23872e6d} <Debug> DynamicQueryHandler: Done processing query | ||
784 | 2024.07.25 02:09:07.324854 [ 3 ] {} <Debug> HTTP-Session: d7accc1e-7405-413a-9db5-6b75bb07be93 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
785 | 2024.07.25 02:09:07.324964 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44511, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
786 | 2024.07.25 02:09:07.325009 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
787 | 2024.07.25 02:09:07.325029 [ 3 ] {} <Debug> HTTP-Session: f4016804-ec12-4175-888f-d70605aab091 Authenticating user 'default' from [fd00:1122:3344:101::d]:44511 | ||
788 | 2024.07.25 02:09:07.325045 [ 3 ] {} <Debug> HTTP-Session: f4016804-ec12-4175-888f-d70605aab091 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
789 | 2024.07.25 02:09:07.325058 [ 3 ] {} <Debug> HTTP-Session: f4016804-ec12-4175-888f-d70605aab091 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
790 | 2024.07.25 02:09:07.325088 [ 3 ] {} <Trace> HTTP-Session: f4016804-ec12-4175-888f-d70605aab091 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
791 | 2024.07.25 02:09:07.325223 [ 3 ] {5fbbcafa-34a4-42b4-8810-4e436070e341} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44511) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
792 | 2024.07.25 02:09:07.325262 [ 3 ] {5fbbcafa-34a4-42b4-8810-4e436070e341} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
793 | 2024.07.25 02:09:07.326878 [ 3 ] {5fbbcafa-34a4-42b4-8810-4e436070e341} <Debug> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Loading data parts | ||
794 | 2024.07.25 02:09:07.326989 [ 3 ] {5fbbcafa-34a4-42b4-8810-4e436070e341} <Debug> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): There are no data parts | ||
795 | 2024.07.25 02:09:07.328106 [ 3 ] {5fbbcafa-34a4-42b4-8810-4e436070e341} <Debug> DynamicQueryHandler: Done processing query | ||
796 | 2024.07.25 02:09:07.328131 [ 3 ] {} <Debug> HTTP-Session: f4016804-ec12-4175-888f-d70605aab091 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
797 | 2024.07.25 02:09:07.328240 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44511, User-Agent: (none), Length: 1416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
798 | 2024.07.25 02:09:07.328285 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
799 | 2024.07.25 02:09:07.328302 [ 3 ] {} <Debug> HTTP-Session: 93d94c98-1034-44c1-a6e1-0a6e4395c600 Authenticating user 'default' from [fd00:1122:3344:101::d]:44511 | ||
800 | 2024.07.25 02:09:07.328318 [ 3 ] {} <Debug> HTTP-Session: 93d94c98-1034-44c1-a6e1-0a6e4395c600 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
801 | 2024.07.25 02:09:07.328331 [ 3 ] {} <Debug> HTTP-Session: 93d94c98-1034-44c1-a6e1-0a6e4395c600 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
802 | 2024.07.25 02:09:07.328360 [ 3 ] {} <Trace> HTTP-Session: 93d94c98-1034-44c1-a6e1-0a6e4395c600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
803 | 2024.07.25 02:09:07.328577 [ 3 ] {d3174d93-8b61-4c44-bec3-f5129af0e148} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44511) /* The timeseries schema table stores the extracted schema for the samples | ||
804 | * oximeter collects. | ||
805 | */ | ||
806 | CREATE TABLE IF NOT EXISTS oximeter.timeseries_schema ( timeseries_name String, fields Nested( name String, type Enum( 'Bool' = 1, 'I64' = 2, 'IpAddr' = 3, 'String' = 4, 'Uuid' = 6, 'I8' = 7, 'U8' = 8, 'I16' = 9, 'U16' = 10, 'I32' = 11, 'U32' = 12, 'U64' = 13 ), source Enum( 'Target' = 1, 'Metric' = 2 ) ), datum_type Enum( 'Bool' = 1, 'I64' = 2, 'F64' = 3, 'String' = 4, 'Bytes' = 5, 'CumulativeI64' = 6, 'CumulativeF64' = 7, 'HistogramI64' = 8, 'HistogramF64' = 9, 'I8' = 10, 'U8' = 11, 'I16' = 12, 'U16' = 13, 'I32' = 14, 'U32' = 15, 'U64' = 16, 'F32' = 17, 'CumulativeU64' = 18, 'CumulativeF32' = 19, 'HistogramI8' = 20, 'HistogramU8' = 21, 'HistogramI16' = 22, 'HistogramU16' = 23, 'HistogramI32' = 24, 'HistogramU32' = 25, 'HistogramU64' = 26, 'HistogramF32' = 27 ), created DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (timeseries_name, fields.name) (stage: Complete) | ||
807 | 2024.07.25 02:09:07.328634 [ 3 ] {d3174d93-8b61-4c44-bec3-f5129af0e148} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
808 | 2024.07.25 02:09:07.330388 [ 3 ] {d3174d93-8b61-4c44-bec3-f5129af0e148} <Debug> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d): Loading data parts | ||
809 | 2024.07.25 02:09:07.330502 [ 3 ] {d3174d93-8b61-4c44-bec3-f5129af0e148} <Debug> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d): There are no data parts | ||
810 | 2024.07.25 02:09:07.331755 [ 3 ] {d3174d93-8b61-4c44-bec3-f5129af0e148} <Debug> DynamicQueryHandler: Done processing query | ||
811 | 2024.07.25 02:09:07.331781 [ 3 ] {} <Debug> HTTP-Session: 93d94c98-1034-44c1-a6e1-0a6e4395c600 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
812 | 2024.07.25 02:09:07.331904 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44511, User-Agent: (none), Length: 51, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
813 | 2024.07.25 02:09:07.331950 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
814 | 2024.07.25 02:09:07.331972 [ 3 ] {} <Debug> HTTP-Session: 5c16c163-9e08-407d-a43b-d9f4b0c76af6 Authenticating user 'default' from [fd00:1122:3344:101::d]:44511 | ||
815 | 2024.07.25 02:09:07.331987 [ 3 ] {} <Debug> HTTP-Session: 5c16c163-9e08-407d-a43b-d9f4b0c76af6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
816 | 2024.07.25 02:09:07.332000 [ 3 ] {} <Debug> HTTP-Session: 5c16c163-9e08-407d-a43b-d9f4b0c76af6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
817 | 2024.07.25 02:09:07.332027 [ 3 ] {} <Trace> HTTP-Session: 5c16c163-9e08-407d-a43b-d9f4b0c76af6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
818 | 2024.07.25 02:09:07.332179 [ 3 ] {3a2ab1ef-f984-4b4a-bc31-7823364be6c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44511) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
819 | 2024.07.25 02:09:07.334015 [ 3 ] {3a2ab1ef-f984-4b4a-bc31-7823364be6c4} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
820 | 2024.07.25 02:09:07.338049 [ 3 ] {3a2ab1ef-f984-4b4a-bc31-7823364be6c4} <Trace> oximeter.version (6d3a9061-ae13-469a-bdee-49cb18ffd59e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
821 | 2024.07.25 02:09:07.338083 [ 3 ] {3a2ab1ef-f984-4b4a-bc31-7823364be6c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
822 | 2024.07.25 02:09:07.342801 [ 3 ] {3a2ab1ef-f984-4b4a-bc31-7823364be6c4} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
823 | 2024.07.25 02:09:07.343865 [ 3 ] {3a2ab1ef-f984-4b4a-bc31-7823364be6c4} <Trace> oximeter.version (6d3a9061-ae13-469a-bdee-49cb18ffd59e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
824 | 2024.07.25 02:09:07.344110 [ 3 ] {3a2ab1ef-f984-4b4a-bc31-7823364be6c4} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.011993 sec., 83.38197281747686 rows/sec., 1.30 KiB/sec. | ||
825 | 2024.07.25 02:09:07.344264 [ 3 ] {3a2ab1ef-f984-4b4a-bc31-7823364be6c4} <Debug> DynamicQueryHandler: Done processing query | ||
826 | 2024.07.25 02:09:07.344288 [ 3 ] {3a2ab1ef-f984-4b4a-bc31-7823364be6c4} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
827 | 2024.07.25 02:09:07.344304 [ 3 ] {} <Debug> HTTP-Session: 5c16c163-9e08-407d-a43b-d9f4b0c76af6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
828 | 2024.07.25 02:09:08.000161 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 161.23 MiB, peak 166.36 MiB, free memory in arenas 0.00 B, will set to 173.68 MiB (RSS), difference: 12.45 MiB | ||
829 | 2024.07.25 02:09:21.240139 [ 110 ] {} <Debug> DNSResolver: Updating DNS cache | ||
830 | 2024.07.25 02:09:21.240211 [ 110 ] {} <Debug> DNSResolver: Updated DNS cache | ||
831 | 2024.07.25 02:09:22.346002 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 60, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
832 | 2024.07.25 02:09:22.346121 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
833 | 2024.07.25 02:09:22.346149 [ 3 ] {} <Debug> HTTP-Session: f712a81f-c7f4-410c-972c-82039ffefcbf Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
834 | 2024.07.25 02:09:22.346177 [ 3 ] {} <Debug> HTTP-Session: f712a81f-c7f4-410c-972c-82039ffefcbf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
835 | 2024.07.25 02:09:22.346194 [ 3 ] {} <Debug> HTTP-Session: f712a81f-c7f4-410c-972c-82039ffefcbf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
836 | 2024.07.25 02:09:22.346249 [ 3 ] {} <Trace> HTTP-Session: f712a81f-c7f4-410c-972c-82039ffefcbf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
837 | 2024.07.25 02:09:22.346450 [ 3 ] {a7fb7208-3f5b-47f9-b428-239ebbe91a5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) SELECT * FROM oximeter.timeseries_schema FORMAT JSONEachRow; (stage: Complete) | ||
838 | 2024.07.25 02:09:22.346824 [ 3 ] {a7fb7208-3f5b-47f9-b428-239ebbe91a5a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
839 | 2024.07.25 02:09:22.346980 [ 3 ] {a7fb7208-3f5b-47f9-b428-239ebbe91a5a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
840 | 2024.07.25 02:09:22.348062 [ 3 ] {a7fb7208-3f5b-47f9-b428-239ebbe91a5a} <Debug> DynamicQueryHandler: Done processing query | ||
841 | 2024.07.25 02:09:22.348093 [ 3 ] {a7fb7208-3f5b-47f9-b428-239ebbe91a5a} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
842 | 2024.07.25 02:09:22.348110 [ 3 ] {} <Debug> HTTP-Session: f712a81f-c7f4-410c-972c-82039ffefcbf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
843 | 2024.07.25 02:09:22.351553 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
844 | 2024.07.25 02:09:22.351620 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
845 | 2024.07.25 02:09:22.351646 [ 3 ] {} <Debug> HTTP-Session: 0c2a21ed-5478-420f-a575-47f73fd3e3df Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
846 | 2024.07.25 02:09:22.351669 [ 3 ] {} <Debug> HTTP-Session: 0c2a21ed-5478-420f-a575-47f73fd3e3df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
847 | 2024.07.25 02:09:22.351686 [ 3 ] {} <Debug> HTTP-Session: 0c2a21ed-5478-420f-a575-47f73fd3e3df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
848 | 2024.07.25 02:09:22.351729 [ 3 ] {} <Trace> HTTP-Session: 0c2a21ed-5478-420f-a575-47f73fd3e3df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
849 | 2024.07.25 02:09:22.351916 [ 3 ] {c41e397d-654e-4628-887c-4b549feba09c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes') FORMAT JSONEachRow; (stage: Complete) | ||
850 | 2024.07.25 02:09:22.354110 [ 3 ] {c41e397d-654e-4628-887c-4b549feba09c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
851 | 2024.07.25 02:09:22.354167 [ 3 ] {c41e397d-654e-4628-887c-4b549feba09c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
852 | 2024.07.25 02:09:22.355122 [ 3 ] {c41e397d-654e-4628-887c-4b549feba09c} <Debug> DynamicQueryHandler: Done processing query | ||
853 | 2024.07.25 02:09:22.355149 [ 3 ] {c41e397d-654e-4628-887c-4b549feba09c} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
854 | 2024.07.25 02:09:22.355166 [ 3 ] {} <Debug> HTTP-Session: 0c2a21ed-5478-420f-a575-47f73fd3e3df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
855 | 2024.07.25 02:09:22.355448 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 175, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
856 | 2024.07.25 02:09:22.355501 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
857 | 2024.07.25 02:09:22.355520 [ 3 ] {} <Debug> HTTP-Session: c8aff09c-8eda-43cb-9379-10516469b663 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
858 | 2024.07.25 02:09:22.355538 [ 3 ] {} <Debug> HTTP-Session: c8aff09c-8eda-43cb-9379-10516469b663 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
859 | 2024.07.25 02:09:22.355551 [ 3 ] {} <Debug> HTTP-Session: c8aff09c-8eda-43cb-9379-10516469b663 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
860 | 2024.07.25 02:09:22.355586 [ 3 ] {} <Trace> HTTP-Session: c8aff09c-8eda-43cb-9379-10516469b663 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
861 | 2024.07.25 02:09:22.355720 [ 3 ] {fd129d11-4368-42c6-a083-cd5361a7c495} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes') FORMAT JSONEachRow; (stage: Complete) | ||
862 | 2024.07.25 02:09:22.356086 [ 3 ] {fd129d11-4368-42c6-a083-cd5361a7c495} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
863 | 2024.07.25 02:09:22.356138 [ 3 ] {fd129d11-4368-42c6-a083-cd5361a7c495} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
864 | 2024.07.25 02:09:22.357081 [ 3 ] {fd129d11-4368-42c6-a083-cd5361a7c495} <Debug> DynamicQueryHandler: Done processing query | ||
865 | 2024.07.25 02:09:22.357106 [ 3 ] {fd129d11-4368-42c6-a083-cd5361a7c495} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
866 | 2024.07.25 02:09:22.357122 [ 3 ] {} <Debug> HTTP-Session: c8aff09c-8eda-43cb-9379-10516469b663 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
867 | 2024.07.25 02:09:22.357323 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 209, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
868 | 2024.07.25 02:09:22.357371 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
869 | 2024.07.25 02:09:22.357390 [ 3 ] {} <Debug> HTTP-Session: 18c93f28-9ef0-400d-be56-510741d248de Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
870 | 2024.07.25 02:09:22.357406 [ 3 ] {} <Debug> HTTP-Session: 18c93f28-9ef0-400d-be56-510741d248de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
871 | 2024.07.25 02:09:22.357419 [ 3 ] {} <Debug> HTTP-Session: 18c93f28-9ef0-400d-be56-510741d248de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
872 | 2024.07.25 02:09:22.357450 [ 3 ] {} <Trace> HTTP-Session: 18c93f28-9ef0-400d-be56-510741d248de Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
873 | 2024.07.25 02:09:22.357570 [ 3 ] {b53dc6d8-fc99-4b8c-9082-53feeb10d6e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
874 | 2024.07.25 02:09:22.357880 [ 3 ] {b53dc6d8-fc99-4b8c-9082-53feeb10d6e7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
875 | 2024.07.25 02:09:22.357931 [ 3 ] {b53dc6d8-fc99-4b8c-9082-53feeb10d6e7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
876 | 2024.07.25 02:09:22.358869 [ 3 ] {b53dc6d8-fc99-4b8c-9082-53feeb10d6e7} <Debug> DynamicQueryHandler: Done processing query | ||
877 | 2024.07.25 02:09:22.358895 [ 3 ] {b53dc6d8-fc99-4b8c-9082-53feeb10d6e7} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
878 | 2024.07.25 02:09:22.358912 [ 3 ] {} <Debug> HTTP-Session: 18c93f28-9ef0-400d-be56-510741d248de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
879 | 2024.07.25 02:09:22.359106 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 247, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
880 | 2024.07.25 02:09:22.359153 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
881 | 2024.07.25 02:09:22.359172 [ 3 ] {} <Debug> HTTP-Session: bfa5aa32-87dd-4fd5-9260-c4a3f988d187 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
882 | 2024.07.25 02:09:22.359191 [ 3 ] {} <Debug> HTTP-Session: bfa5aa32-87dd-4fd5-9260-c4a3f988d187 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
883 | 2024.07.25 02:09:22.359204 [ 3 ] {} <Debug> HTTP-Session: bfa5aa32-87dd-4fd5-9260-c4a3f988d187 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
884 | 2024.07.25 02:09:22.359234 [ 3 ] {} <Trace> HTTP-Session: bfa5aa32-87dd-4fd5-9260-c4a3f988d187 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
885 | 2024.07.25 02:09:22.359352 [ 3 ] {0ea98549-050b-4546-8d9b-75b7d6bec8db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
886 | 2024.07.25 02:09:22.359663 [ 3 ] {0ea98549-050b-4546-8d9b-75b7d6bec8db} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
887 | 2024.07.25 02:09:22.359715 [ 3 ] {0ea98549-050b-4546-8d9b-75b7d6bec8db} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
888 | 2024.07.25 02:09:22.360596 [ 3 ] {0ea98549-050b-4546-8d9b-75b7d6bec8db} <Debug> DynamicQueryHandler: Done processing query | ||
889 | 2024.07.25 02:09:22.360621 [ 3 ] {0ea98549-050b-4546-8d9b-75b7d6bec8db} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
890 | 2024.07.25 02:09:22.360638 [ 3 ] {} <Debug> HTTP-Session: bfa5aa32-87dd-4fd5-9260-c4a3f988d187 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
891 | 2024.07.25 02:09:22.360823 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 282, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
892 | 2024.07.25 02:09:22.360867 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
893 | 2024.07.25 02:09:22.360889 [ 3 ] {} <Debug> HTTP-Session: d9ab51eb-baa6-4e0b-9375-13d825badb75 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
894 | 2024.07.25 02:09:22.360904 [ 3 ] {} <Debug> HTTP-Session: d9ab51eb-baa6-4e0b-9375-13d825badb75 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
895 | 2024.07.25 02:09:22.360917 [ 3 ] {} <Debug> HTTP-Session: d9ab51eb-baa6-4e0b-9375-13d825badb75 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
896 | 2024.07.25 02:09:22.360947 [ 3 ] {} <Trace> HTTP-Session: d9ab51eb-baa6-4e0b-9375-13d825badb75 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
897 | 2024.07.25 02:09:22.361066 [ 3 ] {dcabb65c-cc2e-4e49-bc5a-5230d795da8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
898 | 2024.07.25 02:09:22.361382 [ 3 ] {dcabb65c-cc2e-4e49-bc5a-5230d795da8a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
899 | 2024.07.25 02:09:22.361433 [ 3 ] {dcabb65c-cc2e-4e49-bc5a-5230d795da8a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
900 | 2024.07.25 02:09:22.362300 [ 3 ] {dcabb65c-cc2e-4e49-bc5a-5230d795da8a} <Debug> DynamicQueryHandler: Done processing query | ||
901 | 2024.07.25 02:09:22.362325 [ 3 ] {dcabb65c-cc2e-4e49-bc5a-5230d795da8a} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
902 | 2024.07.25 02:09:22.362340 [ 3 ] {} <Debug> HTTP-Session: d9ab51eb-baa6-4e0b-9375-13d825badb75 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
903 | 2024.07.25 02:09:22.362531 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 321, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
904 | 2024.07.25 02:09:22.362578 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
905 | 2024.07.25 02:09:22.362596 [ 3 ] {} <Debug> HTTP-Session: 31b9a8b7-58a4-45cd-9cc4-c988e5746300 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
906 | 2024.07.25 02:09:22.362611 [ 3 ] {} <Debug> HTTP-Session: 31b9a8b7-58a4-45cd-9cc4-c988e5746300 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
907 | 2024.07.25 02:09:22.362625 [ 3 ] {} <Debug> HTTP-Session: 31b9a8b7-58a4-45cd-9cc4-c988e5746300 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
908 | 2024.07.25 02:09:22.362655 [ 3 ] {} <Trace> HTTP-Session: 31b9a8b7-58a4-45cd-9cc4-c988e5746300 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
909 | 2024.07.25 02:09:22.362775 [ 3 ] {d75938fd-af13-4394-a2b1-48609ee86015} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
910 | 2024.07.25 02:09:22.363092 [ 3 ] {d75938fd-af13-4394-a2b1-48609ee86015} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
911 | 2024.07.25 02:09:22.363142 [ 3 ] {d75938fd-af13-4394-a2b1-48609ee86015} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
912 | 2024.07.25 02:09:22.363998 [ 3 ] {d75938fd-af13-4394-a2b1-48609ee86015} <Debug> DynamicQueryHandler: Done processing query | ||
913 | 2024.07.25 02:09:22.364023 [ 3 ] {d75938fd-af13-4394-a2b1-48609ee86015} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
914 | 2024.07.25 02:09:22.364039 [ 3 ] {} <Debug> HTTP-Session: 31b9a8b7-58a4-45cd-9cc4-c988e5746300 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
915 | 2024.07.25 02:09:22.364238 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
916 | 2024.07.25 02:09:22.364283 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
917 | 2024.07.25 02:09:22.364301 [ 3 ] {} <Debug> HTTP-Session: 37ad526f-6aac-43a3-94e1-2293cf8e2d9e Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
918 | 2024.07.25 02:09:22.364317 [ 3 ] {} <Debug> HTTP-Session: 37ad526f-6aac-43a3-94e1-2293cf8e2d9e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
919 | 2024.07.25 02:09:22.364330 [ 3 ] {} <Debug> HTTP-Session: 37ad526f-6aac-43a3-94e1-2293cf8e2d9e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
920 | 2024.07.25 02:09:22.364360 [ 3 ] {} <Trace> HTTP-Session: 37ad526f-6aac-43a3-94e1-2293cf8e2d9e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
921 | 2024.07.25 02:09:22.364480 [ 3 ] {0924527c-31bb-4313-bd1b-f732e5dae630} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
922 | 2024.07.25 02:09:22.364814 [ 3 ] {0924527c-31bb-4313-bd1b-f732e5dae630} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
923 | 2024.07.25 02:09:22.364875 [ 3 ] {0924527c-31bb-4313-bd1b-f732e5dae630} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
924 | 2024.07.25 02:09:22.366116 [ 3 ] {0924527c-31bb-4313-bd1b-f732e5dae630} <Debug> DynamicQueryHandler: Done processing query | ||
925 | 2024.07.25 02:09:22.366154 [ 3 ] {0924527c-31bb-4313-bd1b-f732e5dae630} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
926 | 2024.07.25 02:09:22.366179 [ 3 ] {} <Debug> HTTP-Session: 37ad526f-6aac-43a3-94e1-2293cf8e2d9e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
927 | 2024.07.25 02:09:22.366494 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 389, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
928 | 2024.07.25 02:09:22.366574 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
929 | 2024.07.25 02:09:22.366601 [ 3 ] {} <Debug> HTTP-Session: 3496d73e-be03-4300-9001-095af5e9d7e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
930 | 2024.07.25 02:09:22.366624 [ 3 ] {} <Debug> HTTP-Session: 3496d73e-be03-4300-9001-095af5e9d7e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
931 | 2024.07.25 02:09:22.366643 [ 3 ] {} <Debug> HTTP-Session: 3496d73e-be03-4300-9001-095af5e9d7e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
932 | 2024.07.25 02:09:22.366681 [ 3 ] {} <Trace> HTTP-Session: 3496d73e-be03-4300-9001-095af5e9d7e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
933 | 2024.07.25 02:09:22.366853 [ 3 ] {731f730d-ca9e-4fb4-be9d-dc321415e1d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
934 | 2024.07.25 02:09:22.367202 [ 3 ] {731f730d-ca9e-4fb4-be9d-dc321415e1d8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
935 | 2024.07.25 02:09:22.367256 [ 3 ] {731f730d-ca9e-4fb4-be9d-dc321415e1d8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
936 | 2024.07.25 02:09:22.368148 [ 3 ] {731f730d-ca9e-4fb4-be9d-dc321415e1d8} <Debug> DynamicQueryHandler: Done processing query | ||
937 | 2024.07.25 02:09:22.368176 [ 3 ] {731f730d-ca9e-4fb4-be9d-dc321415e1d8} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
938 | 2024.07.25 02:09:22.368192 [ 3 ] {} <Debug> HTTP-Session: 3496d73e-be03-4300-9001-095af5e9d7e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
939 | 2024.07.25 02:09:22.368407 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 430, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
940 | 2024.07.25 02:09:22.368457 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
941 | 2024.07.25 02:09:22.368477 [ 3 ] {} <Debug> HTTP-Session: 9f316df6-6807-4c2e-8848-0d6bf1b69192 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
942 | 2024.07.25 02:09:22.368493 [ 3 ] {} <Debug> HTTP-Session: 9f316df6-6807-4c2e-8848-0d6bf1b69192 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
943 | 2024.07.25 02:09:22.368507 [ 3 ] {} <Debug> HTTP-Session: 9f316df6-6807-4c2e-8848-0d6bf1b69192 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
944 | 2024.07.25 02:09:22.368538 [ 3 ] {} <Trace> HTTP-Session: 9f316df6-6807-4c2e-8848-0d6bf1b69192 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
945 | 2024.07.25 02:09:22.368669 [ 3 ] {68d26bb1-988f-434f-9483-97ec3660a3b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
946 | 2024.07.25 02:09:22.369005 [ 3 ] {68d26bb1-988f-434f-9483-97ec3660a3b9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
947 | 2024.07.25 02:09:22.369057 [ 3 ] {68d26bb1-988f-434f-9483-97ec3660a3b9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
948 | 2024.07.25 02:09:22.369926 [ 3 ] {68d26bb1-988f-434f-9483-97ec3660a3b9} <Debug> DynamicQueryHandler: Done processing query | ||
949 | 2024.07.25 02:09:22.369955 [ 3 ] {68d26bb1-988f-434f-9483-97ec3660a3b9} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
950 | 2024.07.25 02:09:22.369979 [ 3 ] {} <Debug> HTTP-Session: 9f316df6-6807-4c2e-8848-0d6bf1b69192 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
951 | 2024.07.25 02:09:22.370202 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 458, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
952 | 2024.07.25 02:09:22.370250 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
953 | 2024.07.25 02:09:22.370270 [ 3 ] {} <Debug> HTTP-Session: 5ce0dcaa-6d7f-4d3c-bd89-05edf89e61c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
954 | 2024.07.25 02:09:22.370286 [ 3 ] {} <Debug> HTTP-Session: 5ce0dcaa-6d7f-4d3c-bd89-05edf89e61c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
955 | 2024.07.25 02:09:22.370300 [ 3 ] {} <Debug> HTTP-Session: 5ce0dcaa-6d7f-4d3c-bd89-05edf89e61c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
956 | 2024.07.25 02:09:22.370332 [ 3 ] {} <Trace> HTTP-Session: 5ce0dcaa-6d7f-4d3c-bd89-05edf89e61c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
957 | 2024.07.25 02:09:22.370464 [ 3 ] {7149658e-9a4b-4b1d-85d9-c5ef937085ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent') FORMAT JSONEachRow; (stage: Complete) | ||
958 | 2024.07.25 02:09:22.370811 [ 3 ] {7149658e-9a4b-4b1d-85d9-c5ef937085ba} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
959 | 2024.07.25 02:09:22.370864 [ 3 ] {7149658e-9a4b-4b1d-85d9-c5ef937085ba} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
960 | 2024.07.25 02:09:22.371750 [ 3 ] {7149658e-9a4b-4b1d-85d9-c5ef937085ba} <Debug> DynamicQueryHandler: Done processing query | ||
961 | 2024.07.25 02:09:22.371776 [ 3 ] {7149658e-9a4b-4b1d-85d9-c5ef937085ba} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
962 | 2024.07.25 02:09:22.371792 [ 3 ] {} <Debug> HTTP-Session: 5ce0dcaa-6d7f-4d3c-bd89-05edf89e61c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
963 | 2024.07.25 02:09:22.371983 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 490, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
964 | 2024.07.25 02:09:22.372031 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
965 | 2024.07.25 02:09:22.372051 [ 3 ] {} <Debug> HTTP-Session: 09aeaff2-a612-4461-87b5-775fcd7b90e4 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
966 | 2024.07.25 02:09:22.372067 [ 3 ] {} <Debug> HTTP-Session: 09aeaff2-a612-4461-87b5-775fcd7b90e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
967 | 2024.07.25 02:09:22.372082 [ 3 ] {} <Debug> HTTP-Session: 09aeaff2-a612-4461-87b5-775fcd7b90e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
968 | 2024.07.25 02:09:22.372112 [ 3 ] {} <Trace> HTTP-Session: 09aeaff2-a612-4461-87b5-775fcd7b90e4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
969 | 2024.07.25 02:09:22.372241 [ 3 ] {538cf8ba-0a84-4615-8c44-5b6834f63a31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT JSONEachRow; (stage: Complete) | ||
970 | 2024.07.25 02:09:22.372608 [ 3 ] {538cf8ba-0a84-4615-8c44-5b6834f63a31} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
971 | 2024.07.25 02:09:22.372677 [ 3 ] {538cf8ba-0a84-4615-8c44-5b6834f63a31} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
972 | 2024.07.25 02:09:22.373578 [ 3 ] {538cf8ba-0a84-4615-8c44-5b6834f63a31} <Debug> DynamicQueryHandler: Done processing query | ||
973 | 2024.07.25 02:09:22.373604 [ 3 ] {538cf8ba-0a84-4615-8c44-5b6834f63a31} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
974 | 2024.07.25 02:09:22.373619 [ 3 ] {} <Debug> HTTP-Session: 09aeaff2-a612-4461-87b5-775fcd7b90e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
975 | 2024.07.25 02:09:22.373820 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 522, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
976 | 2024.07.25 02:09:22.373867 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
977 | 2024.07.25 02:09:22.373885 [ 3 ] {} <Debug> HTTP-Session: d4605972-87d4-438a-84aa-c1d5db4df761 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
978 | 2024.07.25 02:09:22.373902 [ 3 ] {} <Debug> HTTP-Session: d4605972-87d4-438a-84aa-c1d5db4df761 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
979 | 2024.07.25 02:09:22.373917 [ 3 ] {} <Debug> HTTP-Session: d4605972-87d4-438a-84aa-c1d5db4df761 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
980 | 2024.07.25 02:09:22.373949 [ 3 ] {} <Trace> HTTP-Session: d4605972-87d4-438a-84aa-c1d5db4df761 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
981 | 2024.07.25 02:09:22.374079 [ 3 ] {976962b1-eb38-48fb-a18a-880d23a953d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT JSONEachRow; (stage: Complete) | ||
982 | 2024.07.25 02:09:22.374429 [ 3 ] {976962b1-eb38-48fb-a18a-880d23a953d9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
983 | 2024.07.25 02:09:22.374480 [ 3 ] {976962b1-eb38-48fb-a18a-880d23a953d9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
984 | 2024.07.25 02:09:22.375307 [ 3 ] {976962b1-eb38-48fb-a18a-880d23a953d9} <Debug> DynamicQueryHandler: Done processing query | ||
985 | 2024.07.25 02:09:22.375332 [ 3 ] {976962b1-eb38-48fb-a18a-880d23a953d9} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
986 | 2024.07.25 02:09:22.375348 [ 3 ] {} <Debug> HTTP-Session: d4605972-87d4-438a-84aa-c1d5db4df761 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
987 | 2024.07.25 02:09:22.375550 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 564, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
988 | 2024.07.25 02:09:22.375595 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
989 | 2024.07.25 02:09:22.375614 [ 3 ] {} <Debug> HTTP-Session: 5df39fd0-743e-42f4-9348-d66f337c2cca Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
990 | 2024.07.25 02:09:22.375630 [ 3 ] {} <Debug> HTTP-Session: 5df39fd0-743e-42f4-9348-d66f337c2cca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
991 | 2024.07.25 02:09:22.375643 [ 3 ] {} <Debug> HTTP-Session: 5df39fd0-743e-42f4-9348-d66f337c2cca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
992 | 2024.07.25 02:09:22.375673 [ 3 ] {} <Trace> HTTP-Session: 5df39fd0-743e-42f4-9348-d66f337c2cca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
993 | 2024.07.25 02:09:22.375800 [ 3 ] {9f3b7ecd-f80f-4cbc-8f05-243e46fad018} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT JSONEachRow; (stage: Complete) | ||
994 | 2024.07.25 02:09:22.376142 [ 3 ] {9f3b7ecd-f80f-4cbc-8f05-243e46fad018} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
995 | 2024.07.25 02:09:22.376198 [ 3 ] {9f3b7ecd-f80f-4cbc-8f05-243e46fad018} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
996 | 2024.07.25 02:09:22.377107 [ 3 ] {9f3b7ecd-f80f-4cbc-8f05-243e46fad018} <Debug> DynamicQueryHandler: Done processing query | ||
997 | 2024.07.25 02:09:22.377133 [ 3 ] {9f3b7ecd-f80f-4cbc-8f05-243e46fad018} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
998 | 2024.07.25 02:09:22.377148 [ 3 ] {} <Debug> HTTP-Session: 5df39fd0-743e-42f4-9348-d66f337c2cca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
999 | 2024.07.25 02:09:22.378978 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1000 | 2024.07.25 02:09:22.379028 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1001 | 2024.07.25 02:09:22.379046 [ 3 ] {} <Debug> HTTP-Session: b0b781ac-8456-4659-9083-d7cd55339b41 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
1002 | 2024.07.25 02:09:22.379062 [ 3 ] {} <Debug> HTTP-Session: b0b781ac-8456-4659-9083-d7cd55339b41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1003 | 2024.07.25 02:09:22.379076 [ 3 ] {} <Debug> HTTP-Session: b0b781ac-8456-4659-9083-d7cd55339b41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1004 | 2024.07.25 02:09:22.379106 [ 3 ] {} <Trace> HTTP-Session: b0b781ac-8456-4659-9083-d7cd55339b41 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1005 | 2024.07.25 02:09:22.379234 [ 3 ] {944d7d84-71a4-43d7-836f-3b243a9af391} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) 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) | ||
1006 | 2024.07.25 02:09:22.379581 [ 3 ] {944d7d84-71a4-43d7-836f-3b243a9af391} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1007 | 2024.07.25 02:09:22.379632 [ 3 ] {944d7d84-71a4-43d7-836f-3b243a9af391} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1008 | 2024.07.25 02:09:22.380565 [ 3 ] {944d7d84-71a4-43d7-836f-3b243a9af391} <Debug> DynamicQueryHandler: Done processing query | ||
1009 | 2024.07.25 02:09:22.380593 [ 3 ] {944d7d84-71a4-43d7-836f-3b243a9af391} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1010 | 2024.07.25 02:09:22.380609 [ 3 ] {} <Debug> HTTP-Session: b0b781ac-8456-4659-9083-d7cd55339b41 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1011 | 2024.07.25 02:09:22.380855 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 644, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1012 | 2024.07.25 02:09:22.380910 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1013 | 2024.07.25 02:09:22.380930 [ 3 ] {} <Debug> HTTP-Session: a901db6d-4786-44d9-8ad1-51e64cb1987c Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
1014 | 2024.07.25 02:09:22.380946 [ 3 ] {} <Debug> HTTP-Session: a901db6d-4786-44d9-8ad1-51e64cb1987c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1015 | 2024.07.25 02:09:22.380959 [ 3 ] {} <Debug> HTTP-Session: a901db6d-4786-44d9-8ad1-51e64cb1987c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1016 | 2024.07.25 02:09:22.380990 [ 3 ] {} <Trace> HTTP-Session: a901db6d-4786-44d9-8ad1-51e64cb1987c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1017 | 2024.07.25 02:09:22.381132 [ 3 ] {4c053cd2-b8c0-4a38-b77f-d70edac66c82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'static_routing_config:static_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1018 | 2024.07.25 02:09:22.381494 [ 3 ] {4c053cd2-b8c0-4a38-b77f-d70edac66c82} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1019 | 2024.07.25 02:09:22.381546 [ 3 ] {4c053cd2-b8c0-4a38-b77f-d70edac66c82} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1020 | 2024.07.25 02:09:22.382427 [ 3 ] {4c053cd2-b8c0-4a38-b77f-d70edac66c82} <Debug> DynamicQueryHandler: Done processing query | ||
1021 | 2024.07.25 02:09:22.382453 [ 3 ] {4c053cd2-b8c0-4a38-b77f-d70edac66c82} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1022 | 2024.07.25 02:09:22.382469 [ 3 ] {} <Debug> HTTP-Session: a901db6d-4786-44d9-8ad1-51e64cb1987c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1023 | 2024.07.25 02:09:22.382669 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 685, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1024 | 2024.07.25 02:09:22.382717 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1025 | 2024.07.25 02:09:22.382735 [ 3 ] {} <Debug> HTTP-Session: 6d9680d0-fda9-4591-94dc-324570436a91 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
1026 | 2024.07.25 02:09:22.382751 [ 3 ] {} <Debug> HTTP-Session: 6d9680d0-fda9-4591-94dc-324570436a91 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1027 | 2024.07.25 02:09:22.382764 [ 3 ] {} <Debug> HTTP-Session: 6d9680d0-fda9-4591-94dc-324570436a91 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1028 | 2024.07.25 02:09:22.382794 [ 3 ] {} <Trace> HTTP-Session: 6d9680d0-fda9-4591-94dc-324570436a91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1029 | 2024.07.25 02:09:22.382924 [ 3 ] {dfe03602-e840-4103-97d4-d316c84817fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1030 | 2024.07.25 02:09:22.383280 [ 3 ] {dfe03602-e840-4103-97d4-d316c84817fc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1031 | 2024.07.25 02:09:22.383331 [ 3 ] {dfe03602-e840-4103-97d4-d316c84817fc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1032 | 2024.07.25 02:09:22.384164 [ 3 ] {dfe03602-e840-4103-97d4-d316c84817fc} <Debug> DynamicQueryHandler: Done processing query | ||
1033 | 2024.07.25 02:09:22.384189 [ 3 ] {dfe03602-e840-4103-97d4-d316c84817fc} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1034 | 2024.07.25 02:09:22.384205 [ 3 ] {} <Debug> HTTP-Session: 6d9680d0-fda9-4591-94dc-324570436a91 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1035 | 2024.07.25 02:09:22.384387 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 713, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1036 | 2024.07.25 02:09:22.384434 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1037 | 2024.07.25 02:09:22.384453 [ 3 ] {} <Debug> HTTP-Session: 6787e733-3ee2-4632-9a1e-bf34a679a8ce Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
1038 | 2024.07.25 02:09:22.384469 [ 3 ] {} <Debug> HTTP-Session: 6787e733-3ee2-4632-9a1e-bf34a679a8ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1039 | 2024.07.25 02:09:22.384483 [ 3 ] {} <Debug> HTTP-Session: 6787e733-3ee2-4632-9a1e-bf34a679a8ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1040 | 2024.07.25 02:09:22.384514 [ 3 ] {} <Trace> HTTP-Session: 6787e733-3ee2-4632-9a1e-bf34a679a8ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1041 | 2024.07.25 02:09:22.384648 [ 3 ] {5b28a17b-a38d-432f-b41a-56a7b0c24a48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1042 | 2024.07.25 02:09:22.385001 [ 3 ] {5b28a17b-a38d-432f-b41a-56a7b0c24a48} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1043 | 2024.07.25 02:09:22.385052 [ 3 ] {5b28a17b-a38d-432f-b41a-56a7b0c24a48} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1044 | 2024.07.25 02:09:22.385980 [ 3 ] {5b28a17b-a38d-432f-b41a-56a7b0c24a48} <Debug> DynamicQueryHandler: Done processing query | ||
1045 | 2024.07.25 02:09:22.386006 [ 3 ] {5b28a17b-a38d-432f-b41a-56a7b0c24a48} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1046 | 2024.07.25 02:09:22.386023 [ 3 ] {} <Debug> HTTP-Session: 6787e733-3ee2-4632-9a1e-bf34a679a8ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1047 | 2024.07.25 02:09:22.389458 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 5000, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1048 | 2024.07.25 02:09:22.389510 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1049 | 2024.07.25 02:09:22.389530 [ 3 ] {} <Debug> HTTP-Session: 9b6f2c38-fcd6-4f49-825b-0bc927f49324 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
1050 | 2024.07.25 02:09:22.389547 [ 3 ] {} <Debug> HTTP-Session: 9b6f2c38-fcd6-4f49-825b-0bc927f49324 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1051 | 2024.07.25 02:09:22.389560 [ 3 ] {} <Debug> HTTP-Session: 9b6f2c38-fcd6-4f49-825b-0bc927f49324 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1052 | 2024.07.25 02:09:22.389590 [ 3 ] {} <Trace> HTTP-Session: 9b6f2c38-fcd6-4f49-825b-0bc927f49324 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1053 | 2024.07.25 02:09:22.389709 [ 3 ] {10e95ea1-315c-44c5-962d-f5507f6a0236} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
1054 | 2024.07.25 02:09:22.389754 [ 3 ] {10e95ea1-315c-44c5-962d-f5507f6a0236} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1055 | 2024.07.25 02:09:22.389950 [ 3 ] {10e95ea1-315c-44c5-962d-f5507f6a0236} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1056 | 2024.07.25 02:09:22.390448 [ 3 ] {10e95ea1-315c-44c5-962d-f5507f6a0236} <Trace> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1057 | 2024.07.25 02:09:22.390488 [ 3 ] {10e95ea1-315c-44c5-962d-f5507f6a0236} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
1058 | 2024.07.25 02:09:22.391022 [ 3 ] {10e95ea1-315c-44c5-962d-f5507f6a0236} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1059 | 2024.07.25 02:09:22.391328 [ 3 ] {10e95ea1-315c-44c5-962d-f5507f6a0236} <Trace> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1060 | 2024.07.25 02:09:22.391460 [ 3 ] {10e95ea1-315c-44c5-962d-f5507f6a0236} <Debug> executeQuery: Read 18 rows, 2.52 KiB in 0.001795 sec., 10027.855153203343 rows/sec., 1.37 MiB/sec. | ||
1061 | 2024.07.25 02:09:22.391634 [ 3 ] {10e95ea1-315c-44c5-962d-f5507f6a0236} <Debug> DynamicQueryHandler: Done processing query | ||
1062 | 2024.07.25 02:09:22.391659 [ 3 ] {10e95ea1-315c-44c5-962d-f5507f6a0236} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
1063 | 2024.07.25 02:09:22.391676 [ 3 ] {} <Debug> HTTP-Session: 9b6f2c38-fcd6-4f49-825b-0bc927f49324 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1064 | 2024.07.25 02:09:22.391802 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 7826, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1065 | 2024.07.25 02:09:22.391850 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1066 | 2024.07.25 02:09:22.391870 [ 3 ] {} <Debug> HTTP-Session: cadcbb23-8ac9-4d2f-8bd0-b87441edae70 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
1067 | 2024.07.25 02:09:22.391886 [ 3 ] {} <Debug> HTTP-Session: cadcbb23-8ac9-4d2f-8bd0-b87441edae70 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1068 | 2024.07.25 02:09:22.391899 [ 3 ] {} <Debug> HTTP-Session: cadcbb23-8ac9-4d2f-8bd0-b87441edae70 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1069 | 2024.07.25 02:09:22.391929 [ 3 ] {} <Trace> HTTP-Session: cadcbb23-8ac9-4d2f-8bd0-b87441edae70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1070 | 2024.07.25 02:09:22.392047 [ 3 ] {952d8088-5e26-44da-bd7c-cc095e0f3929} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1071 | 2024.07.25 02:09:22.392090 [ 3 ] {952d8088-5e26-44da-bd7c-cc095e0f3929} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1072 | 2024.07.25 02:09:22.392214 [ 3 ] {952d8088-5e26-44da-bd7c-cc095e0f3929} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1073 | 2024.07.25 02:09:22.393689 [ 3 ] {952d8088-5e26-44da-bd7c-cc095e0f3929} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1074 | 2024.07.25 02:09:22.393724 [ 3 ] {952d8088-5e26-44da-bd7c-cc095e0f3929} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
1075 | 2024.07.25 02:09:22.394031 [ 3 ] {952d8088-5e26-44da-bd7c-cc095e0f3929} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1076 | 2024.07.25 02:09:22.394340 [ 3 ] {952d8088-5e26-44da-bd7c-cc095e0f3929} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1077 | 2024.07.25 02:09:22.394461 [ 3 ] {952d8088-5e26-44da-bd7c-cc095e0f3929} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002458 sec., 22782.75020341741 rows/sec., 1.75 MiB/sec. | ||
1078 | 2024.07.25 02:09:22.394649 [ 3 ] {952d8088-5e26-44da-bd7c-cc095e0f3929} <Debug> DynamicQueryHandler: Done processing query | ||
1079 | 2024.07.25 02:09:22.394673 [ 3 ] {952d8088-5e26-44da-bd7c-cc095e0f3929} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1080 | 2024.07.25 02:09:22.394688 [ 3 ] {} <Debug> HTTP-Session: cadcbb23-8ac9-4d2f-8bd0-b87441edae70 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1081 | 2024.07.25 02:09:22.394871 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 10876, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1082 | 2024.07.25 02:09:22.394923 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1083 | 2024.07.25 02:09:22.394942 [ 3 ] {} <Debug> HTTP-Session: c9dc910e-885e-4f4a-b2db-7ebca2f9716f Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
1084 | 2024.07.25 02:09:22.394958 [ 3 ] {} <Debug> HTTP-Session: c9dc910e-885e-4f4a-b2db-7ebca2f9716f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1085 | 2024.07.25 02:09:22.394973 [ 3 ] {} <Debug> HTTP-Session: c9dc910e-885e-4f4a-b2db-7ebca2f9716f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1086 | 2024.07.25 02:09:22.395003 [ 3 ] {} <Trace> HTTP-Session: c9dc910e-885e-4f4a-b2db-7ebca2f9716f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1087 | 2024.07.25 02:09:22.395117 [ 3 ] {141c28f3-0273-4866-bc71-e04b83b3de70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1088 | 2024.07.25 02:09:22.395159 [ 3 ] {141c28f3-0273-4866-bc71-e04b83b3de70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1089 | 2024.07.25 02:09:22.395814 [ 3 ] {141c28f3-0273-4866-bc71-e04b83b3de70} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1090 | 2024.07.25 02:09:22.396708 [ 3 ] {141c28f3-0273-4866-bc71-e04b83b3de70} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1091 | 2024.07.25 02:09:22.396742 [ 3 ] {141c28f3-0273-4866-bc71-e04b83b3de70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
1092 | 2024.07.25 02:09:22.397083 [ 3 ] {141c28f3-0273-4866-bc71-e04b83b3de70} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1093 | 2024.07.25 02:09:22.397404 [ 3 ] {141c28f3-0273-4866-bc71-e04b83b3de70} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1094 | 2024.07.25 02:09:22.397523 [ 3 ] {141c28f3-0273-4866-bc71-e04b83b3de70} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002449 sec., 26133.115557370358 rows/sec., 2.04 MiB/sec. | ||
1095 | 2024.07.25 02:09:22.397678 [ 3 ] {141c28f3-0273-4866-bc71-e04b83b3de70} <Debug> DynamicQueryHandler: Done processing query | ||
1096 | 2024.07.25 02:09:22.397702 [ 3 ] {141c28f3-0273-4866-bc71-e04b83b3de70} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1097 | 2024.07.25 02:09:22.397717 [ 3 ] {} <Debug> HTTP-Session: c9dc910e-885e-4f4a-b2db-7ebca2f9716f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1098 | 2024.07.25 02:09:22.397900 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 19875, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1099 | 2024.07.25 02:09:22.397948 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1100 | 2024.07.25 02:09:22.397967 [ 3 ] {} <Debug> HTTP-Session: c44228f8-9a5f-42b2-99a9-39ca8188b06f Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
1101 | 2024.07.25 02:09:22.397983 [ 3 ] {} <Debug> HTTP-Session: c44228f8-9a5f-42b2-99a9-39ca8188b06f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1102 | 2024.07.25 02:09:22.397996 [ 3 ] {} <Debug> HTTP-Session: c44228f8-9a5f-42b2-99a9-39ca8188b06f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1103 | 2024.07.25 02:09:22.398026 [ 3 ] {} <Trace> HTTP-Session: c44228f8-9a5f-42b2-99a9-39ca8188b06f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1104 | 2024.07.25 02:09:22.398160 [ 3 ] {ed52a1c3-8d5d-425b-ba11-3ae323c63e33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1105 | 2024.07.25 02:09:22.398207 [ 3 ] {ed52a1c3-8d5d-425b-ba11-3ae323c63e33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1106 | 2024.07.25 02:09:22.398345 [ 3 ] {ed52a1c3-8d5d-425b-ba11-3ae323c63e33} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1107 | 2024.07.25 02:09:22.398707 [ 3 ] {ed52a1c3-8d5d-425b-ba11-3ae323c63e33} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1108 | 2024.07.25 02:09:22.398740 [ 3 ] {ed52a1c3-8d5d-425b-ba11-3ae323c63e33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
1109 | 2024.07.25 02:09:22.399207 [ 3 ] {ed52a1c3-8d5d-425b-ba11-3ae323c63e33} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1110 | 2024.07.25 02:09:22.399566 [ 3 ] {ed52a1c3-8d5d-425b-ba11-3ae323c63e33} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1111 | 2024.07.25 02:09:22.399698 [ 3 ] {ed52a1c3-8d5d-425b-ba11-3ae323c63e33} <Debug> executeQuery: Read 104 rows, 7.40 KiB in 0.001598 sec., 65081.35168961201 rows/sec., 4.52 MiB/sec. | ||
1112 | 2024.07.25 02:09:22.399848 [ 3 ] {ed52a1c3-8d5d-425b-ba11-3ae323c63e33} <Debug> DynamicQueryHandler: Done processing query | ||
1113 | 2024.07.25 02:09:22.399873 [ 3 ] {ed52a1c3-8d5d-425b-ba11-3ae323c63e33} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1114 | 2024.07.25 02:09:22.399889 [ 3 ] {} <Debug> HTTP-Session: c44228f8-9a5f-42b2-99a9-39ca8188b06f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1115 | 2024.07.25 02:09:22.399998 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 5499, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1116 | 2024.07.25 02:09:22.400047 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1117 | 2024.07.25 02:09:22.400067 [ 3 ] {} <Debug> HTTP-Session: d13eb4d8-8712-4d04-9030-21eb1bde8f0e Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
1118 | 2024.07.25 02:09:22.400084 [ 3 ] {} <Debug> HTTP-Session: d13eb4d8-8712-4d04-9030-21eb1bde8f0e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1119 | 2024.07.25 02:09:22.400097 [ 3 ] {} <Debug> HTTP-Session: d13eb4d8-8712-4d04-9030-21eb1bde8f0e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1120 | 2024.07.25 02:09:22.400127 [ 3 ] {} <Trace> HTTP-Session: d13eb4d8-8712-4d04-9030-21eb1bde8f0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1121 | 2024.07.25 02:09:22.400235 [ 3 ] {489261cb-4610-41fb-a775-875cf5db1e91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1122 | 2024.07.25 02:09:22.400279 [ 3 ] {489261cb-4610-41fb-a775-875cf5db1e91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1123 | 2024.07.25 02:09:22.400404 [ 3 ] {489261cb-4610-41fb-a775-875cf5db1e91} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1124 | 2024.07.25 02:09:22.400680 [ 3 ] {489261cb-4610-41fb-a775-875cf5db1e91} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1125 | 2024.07.25 02:09:22.400716 [ 3 ] {489261cb-4610-41fb-a775-875cf5db1e91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
1126 | 2024.07.25 02:09:22.401061 [ 3 ] {489261cb-4610-41fb-a775-875cf5db1e91} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1127 | 2024.07.25 02:09:22.401390 [ 3 ] {489261cb-4610-41fb-a775-875cf5db1e91} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1128 | 2024.07.25 02:09:22.401516 [ 3 ] {489261cb-4610-41fb-a775-875cf5db1e91} <Debug> executeQuery: Read 36 rows, 2.50 KiB in 0.001316 sec., 27355.623100303954 rows/sec., 1.85 MiB/sec. | ||
1129 | 2024.07.25 02:09:22.401772 [ 3 ] {489261cb-4610-41fb-a775-875cf5db1e91} <Debug> DynamicQueryHandler: Done processing query | ||
1130 | 2024.07.25 02:09:22.401797 [ 3 ] {489261cb-4610-41fb-a775-875cf5db1e91} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1131 | 2024.07.25 02:09:22.401813 [ 3 ] {} <Debug> HTTP-Session: d13eb4d8-8712-4d04-9030-21eb1bde8f0e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1132 | 2024.07.25 02:09:27.354312 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 7826, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1133 | 2024.07.25 02:09:27.354434 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1134 | 2024.07.25 02:09:27.354458 [ 3 ] {} <Debug> HTTP-Session: 9ae35067-998e-458a-aa17-9d37783420d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
1135 | 2024.07.25 02:09:27.354482 [ 3 ] {} <Debug> HTTP-Session: 9ae35067-998e-458a-aa17-9d37783420d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1136 | 2024.07.25 02:09:27.354497 [ 3 ] {} <Debug> HTTP-Session: 9ae35067-998e-458a-aa17-9d37783420d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1137 | 2024.07.25 02:09:27.354544 [ 3 ] {} <Trace> HTTP-Session: 9ae35067-998e-458a-aa17-9d37783420d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1138 | 2024.07.25 02:09:27.354728 [ 3 ] {68fe5790-7aa0-4f95-8d44-4a64ec34e114} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1139 | 2024.07.25 02:09:27.354791 [ 3 ] {68fe5790-7aa0-4f95-8d44-4a64ec34e114} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1140 | 2024.07.25 02:09:27.354974 [ 3 ] {68fe5790-7aa0-4f95-8d44-4a64ec34e114} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1141 | 2024.07.25 02:09:27.355394 [ 3 ] {68fe5790-7aa0-4f95-8d44-4a64ec34e114} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1142 | 2024.07.25 02:09:27.355431 [ 3 ] {68fe5790-7aa0-4f95-8d44-4a64ec34e114} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
1143 | 2024.07.25 02:09:27.355779 [ 3 ] {68fe5790-7aa0-4f95-8d44-4a64ec34e114} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1144 | 2024.07.25 02:09:27.356099 [ 3 ] {68fe5790-7aa0-4f95-8d44-4a64ec34e114} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1145 | 2024.07.25 02:09:27.356263 [ 3 ] {68fe5790-7aa0-4f95-8d44-4a64ec34e114} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001598 sec., 35043.80475594493 rows/sec., 2.69 MiB/sec. | ||
1146 | 2024.07.25 02:09:27.356443 [ 3 ] {68fe5790-7aa0-4f95-8d44-4a64ec34e114} <Debug> DynamicQueryHandler: Done processing query | ||
1147 | 2024.07.25 02:09:27.356469 [ 3 ] {68fe5790-7aa0-4f95-8d44-4a64ec34e114} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1148 | 2024.07.25 02:09:27.356486 [ 3 ] {} <Debug> HTTP-Session: 9ae35067-998e-458a-aa17-9d37783420d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1149 | 2024.07.25 02:09:27.356620 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 10876, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1150 | 2024.07.25 02:09:27.356667 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1151 | 2024.07.25 02:09:27.356687 [ 3 ] {} <Debug> HTTP-Session: 3292d02e-2eaf-43b8-a91c-58d0a299b728 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
1152 | 2024.07.25 02:09:27.356703 [ 3 ] {} <Debug> HTTP-Session: 3292d02e-2eaf-43b8-a91c-58d0a299b728 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1153 | 2024.07.25 02:09:27.356717 [ 3 ] {} <Debug> HTTP-Session: 3292d02e-2eaf-43b8-a91c-58d0a299b728 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1154 | 2024.07.25 02:09:27.356747 [ 3 ] {} <Trace> HTTP-Session: 3292d02e-2eaf-43b8-a91c-58d0a299b728 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1155 | 2024.07.25 02:09:27.356859 [ 3 ] {20d0512c-a0e0-4019-a096-87d6671dcfb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1156 | 2024.07.25 02:09:27.356902 [ 3 ] {20d0512c-a0e0-4019-a096-87d6671dcfb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1157 | 2024.07.25 02:09:27.357024 [ 3 ] {20d0512c-a0e0-4019-a096-87d6671dcfb5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1158 | 2024.07.25 02:09:27.357360 [ 3 ] {20d0512c-a0e0-4019-a096-87d6671dcfb5} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1159 | 2024.07.25 02:09:27.357395 [ 3 ] {20d0512c-a0e0-4019-a096-87d6671dcfb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
1160 | 2024.07.25 02:09:27.357691 [ 3 ] {20d0512c-a0e0-4019-a096-87d6671dcfb5} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1161 | 2024.07.25 02:09:27.357990 [ 3 ] {20d0512c-a0e0-4019-a096-87d6671dcfb5} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1162 | 2024.07.25 02:09:27.358107 [ 3 ] {20d0512c-a0e0-4019-a096-87d6671dcfb5} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001289 sec., 49650.89216446858 rows/sec., 3.88 MiB/sec. | ||
1163 | 2024.07.25 02:09:27.358268 [ 3 ] {20d0512c-a0e0-4019-a096-87d6671dcfb5} <Debug> DynamicQueryHandler: Done processing query | ||
1164 | 2024.07.25 02:09:27.358292 [ 3 ] {20d0512c-a0e0-4019-a096-87d6671dcfb5} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1165 | 2024.07.25 02:09:27.358307 [ 3 ] {} <Debug> HTTP-Session: 3292d02e-2eaf-43b8-a91c-58d0a299b728 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1166 | 2024.07.25 02:09:27.358665 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 30562, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1167 | 2024.07.25 02:09:27.358715 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1168 | 2024.07.25 02:09:27.358734 [ 3 ] {} <Debug> HTTP-Session: 784be162-bb48-4d74-bd8c-876cbb12576c Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
1169 | 2024.07.25 02:09:27.358750 [ 3 ] {} <Debug> HTTP-Session: 784be162-bb48-4d74-bd8c-876cbb12576c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1170 | 2024.07.25 02:09:27.358764 [ 3 ] {} <Debug> HTTP-Session: 784be162-bb48-4d74-bd8c-876cbb12576c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1171 | 2024.07.25 02:09:27.358794 [ 3 ] {} <Trace> HTTP-Session: 784be162-bb48-4d74-bd8c-876cbb12576c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1172 | 2024.07.25 02:09:27.358937 [ 3 ] {4258bc72-5c31-4aaf-87f0-5339282c6703} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1173 | 2024.07.25 02:09:27.358982 [ 3 ] {4258bc72-5c31-4aaf-87f0-5339282c6703} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1174 | 2024.07.25 02:09:27.359123 [ 3 ] {4258bc72-5c31-4aaf-87f0-5339282c6703} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1175 | 2024.07.25 02:09:27.359491 [ 3 ] {4258bc72-5c31-4aaf-87f0-5339282c6703} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1176 | 2024.07.25 02:09:27.359525 [ 3 ] {4258bc72-5c31-4aaf-87f0-5339282c6703} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
1177 | 2024.07.25 02:09:27.359906 [ 3 ] {4258bc72-5c31-4aaf-87f0-5339282c6703} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1178 | 2024.07.25 02:09:27.360237 [ 3 ] {4258bc72-5c31-4aaf-87f0-5339282c6703} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1179 | 2024.07.25 02:09:27.360353 [ 3 ] {4258bc72-5c31-4aaf-87f0-5339282c6703} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001483 sec., 107889.41335131491 rows/sec., 7.51 MiB/sec. | ||
1180 | 2024.07.25 02:09:27.360546 [ 3 ] {4258bc72-5c31-4aaf-87f0-5339282c6703} <Debug> DynamicQueryHandler: Done processing query | ||
1181 | 2024.07.25 02:09:27.360569 [ 3 ] {4258bc72-5c31-4aaf-87f0-5339282c6703} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
1182 | 2024.07.25 02:09:27.360585 [ 3 ] {} <Debug> HTTP-Session: 784be162-bb48-4d74-bd8c-876cbb12576c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1183 | 2024.07.25 02:09:27.360741 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1184 | 2024.07.25 02:09:27.360787 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1185 | 2024.07.25 02:09:27.360805 [ 3 ] {} <Debug> HTTP-Session: 1ee820ae-4e52-4a6e-bab7-b89b65ca7cbb Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
1186 | 2024.07.25 02:09:27.360821 [ 3 ] {} <Debug> HTTP-Session: 1ee820ae-4e52-4a6e-bab7-b89b65ca7cbb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1187 | 2024.07.25 02:09:27.360835 [ 3 ] {} <Debug> HTTP-Session: 1ee820ae-4e52-4a6e-bab7-b89b65ca7cbb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1188 | 2024.07.25 02:09:27.360865 [ 3 ] {} <Trace> HTTP-Session: 1ee820ae-4e52-4a6e-bab7-b89b65ca7cbb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1189 | 2024.07.25 02:09:27.360978 [ 3 ] {511e4b3a-274c-43f6-9385-70819dcd58ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1190 | 2024.07.25 02:09:27.361021 [ 3 ] {511e4b3a-274c-43f6-9385-70819dcd58ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1191 | 2024.07.25 02:09:27.361155 [ 3 ] {511e4b3a-274c-43f6-9385-70819dcd58ae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1192 | 2024.07.25 02:09:27.361438 [ 3 ] {511e4b3a-274c-43f6-9385-70819dcd58ae} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1193 | 2024.07.25 02:09:27.361473 [ 3 ] {511e4b3a-274c-43f6-9385-70819dcd58ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
1194 | 2024.07.25 02:09:27.361821 [ 3 ] {511e4b3a-274c-43f6-9385-70819dcd58ae} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1195 | 2024.07.25 02:09:27.362134 [ 3 ] {511e4b3a-274c-43f6-9385-70819dcd58ae} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1196 | 2024.07.25 02:09:27.362283 [ 3 ] {511e4b3a-274c-43f6-9385-70819dcd58ae} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001339 sec., 44809.55937266617 rows/sec., 3.02 MiB/sec. | ||
1197 | 2024.07.25 02:09:27.362449 [ 3 ] {511e4b3a-274c-43f6-9385-70819dcd58ae} <Debug> DynamicQueryHandler: Done processing query | ||
1198 | 2024.07.25 02:09:27.362473 [ 3 ] {511e4b3a-274c-43f6-9385-70819dcd58ae} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1199 | 2024.07.25 02:09:27.362489 [ 3 ] {} <Debug> HTTP-Session: 1ee820ae-4e52-4a6e-bab7-b89b65ca7cbb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1200 | 2024.07.25 02:09:32.352789 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 754, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1201 | 2024.07.25 02:09:32.352907 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1202 | 2024.07.25 02:09:32.352932 [ 3 ] {} <Debug> HTTP-Session: 820fa6c9-f9e7-4a52-91c3-c625f5b6858b Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
1203 | 2024.07.25 02:09:32.352955 [ 3 ] {} <Debug> HTTP-Session: 820fa6c9-f9e7-4a52-91c3-c625f5b6858b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1204 | 2024.07.25 02:09:32.352969 [ 3 ] {} <Debug> HTTP-Session: 820fa6c9-f9e7-4a52-91c3-c625f5b6858b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1205 | 2024.07.25 02:09:32.353017 [ 3 ] {} <Trace> HTTP-Session: 820fa6c9-f9e7-4a52-91c3-c625f5b6858b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1206 | 2024.07.25 02:09:32.353235 [ 3 ] {73fecd4c-2e2c-4c28-bfa0-3b949653be7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1207 | 2024.07.25 02:09:32.353637 [ 3 ] {73fecd4c-2e2c-4c28-bfa0-3b949653be7a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1208 | 2024.07.25 02:09:32.353707 [ 3 ] {73fecd4c-2e2c-4c28-bfa0-3b949653be7a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1209 | 2024.07.25 02:09:32.354001 [ 3 ] {73fecd4c-2e2c-4c28-bfa0-3b949653be7a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1210 | 2024.07.25 02:09:32.354175 [ 3 ] {73fecd4c-2e2c-4c28-bfa0-3b949653be7a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1211 | 2024.07.25 02:09:32.354502 [ 3 ] {73fecd4c-2e2c-4c28-bfa0-3b949653be7a} <Debug> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
1212 | 2024.07.25 02:09:32.355655 [ 3 ] {73fecd4c-2e2c-4c28-bfa0-3b949653be7a} <Trace> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1213 | 2024.07.25 02:09:32.355705 [ 3 ] {73fecd4c-2e2c-4c28-bfa0-3b949653be7a} <Debug> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (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 | ||
1214 | 2024.07.25 02:09:32.355724 [ 3 ] {73fecd4c-2e2c-4c28-bfa0-3b949653be7a} <Trace> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1215 | 2024.07.25 02:09:32.355829 [ 3 ] {73fecd4c-2e2c-4c28-bfa0-3b949653be7a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1216 | 2024.07.25 02:09:32.355855 [ 3 ] {73fecd4c-2e2c-4c28-bfa0-3b949653be7a} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1217 | 2024.07.25 02:09:32.357802 [ 3 ] {73fecd4c-2e2c-4c28-bfa0-3b949653be7a} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.004659 sec., 3863.4900193174503 rows/sec., 158.04 KiB/sec. | ||
1218 | 2024.07.25 02:09:32.358158 [ 3 ] {73fecd4c-2e2c-4c28-bfa0-3b949653be7a} <Debug> DynamicQueryHandler: Done processing query | ||
1219 | 2024.07.25 02:09:32.358186 [ 3 ] {73fecd4c-2e2c-4c28-bfa0-3b949653be7a} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1220 | 2024.07.25 02:09:32.358203 [ 3 ] {} <Debug> HTTP-Session: 820fa6c9-f9e7-4a52-91c3-c625f5b6858b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1221 | 2024.07.25 02:09:32.358520 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 775, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1222 | 2024.07.25 02:09:32.358575 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1223 | 2024.07.25 02:09:32.358594 [ 3 ] {} <Debug> HTTP-Session: ab3f0575-47a7-45f7-93e6-81977a50d8e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
1224 | 2024.07.25 02:09:32.358612 [ 3 ] {} <Debug> HTTP-Session: ab3f0575-47a7-45f7-93e6-81977a50d8e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1225 | 2024.07.25 02:09:32.358626 [ 3 ] {} <Debug> HTTP-Session: ab3f0575-47a7-45f7-93e6-81977a50d8e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1226 | 2024.07.25 02:09:32.358662 [ 3 ] {} <Trace> HTTP-Session: ab3f0575-47a7-45f7-93e6-81977a50d8e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1227 | 2024.07.25 02:09:32.358816 [ 3 ] {146198d6-fc33-4c37-bdbe-5e2876f11343} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1228 | 2024.07.25 02:09:32.359083 [ 3 ] {146198d6-fc33-4c37-bdbe-5e2876f11343} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1229 | 2024.07.25 02:09:32.359124 [ 3 ] {146198d6-fc33-4c37-bdbe-5e2876f11343} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1230 | 2024.07.25 02:09:32.359383 [ 3 ] {146198d6-fc33-4c37-bdbe-5e2876f11343} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1231 | 2024.07.25 02:09:32.359447 [ 3 ] {146198d6-fc33-4c37-bdbe-5e2876f11343} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1232 | 2024.07.25 02:09:32.359587 [ 3 ] {146198d6-fc33-4c37-bdbe-5e2876f11343} <Debug> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
1233 | 2024.07.25 02:09:32.359619 [ 3 ] {146198d6-fc33-4c37-bdbe-5e2876f11343} <Trace> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1234 | 2024.07.25 02:09:32.359642 [ 3 ] {146198d6-fc33-4c37-bdbe-5e2876f11343} <Debug> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (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 | ||
1235 | 2024.07.25 02:09:32.359658 [ 3 ] {146198d6-fc33-4c37-bdbe-5e2876f11343} <Trace> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1236 | 2024.07.25 02:09:32.359699 [ 3 ] {146198d6-fc33-4c37-bdbe-5e2876f11343} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1237 | 2024.07.25 02:09:32.359720 [ 3 ] {146198d6-fc33-4c37-bdbe-5e2876f11343} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1238 | 2024.07.25 02:09:32.360638 [ 3 ] {146198d6-fc33-4c37-bdbe-5e2876f11343} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001893 sec., 9508.716323296356 rows/sec., 388.97 KiB/sec. | ||
1239 | 2024.07.25 02:09:32.360887 [ 3 ] {146198d6-fc33-4c37-bdbe-5e2876f11343} <Debug> DynamicQueryHandler: Done processing query | ||
1240 | 2024.07.25 02:09:32.360911 [ 3 ] {146198d6-fc33-4c37-bdbe-5e2876f11343} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1241 | 2024.07.25 02:09:32.360927 [ 3 ] {} <Debug> HTTP-Session: ab3f0575-47a7-45f7-93e6-81977a50d8e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1242 | 2024.07.25 02:09:32.361428 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 796, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1243 | 2024.07.25 02:09:32.361476 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1244 | 2024.07.25 02:09:32.361497 [ 3 ] {} <Debug> HTTP-Session: 9190f8d9-c575-496f-9668-a187171a9c73 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
1245 | 2024.07.25 02:09:32.361513 [ 3 ] {} <Debug> HTTP-Session: 9190f8d9-c575-496f-9668-a187171a9c73 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1246 | 2024.07.25 02:09:32.361527 [ 3 ] {} <Debug> HTTP-Session: 9190f8d9-c575-496f-9668-a187171a9c73 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1247 | 2024.07.25 02:09:32.361559 [ 3 ] {} <Trace> HTTP-Session: 9190f8d9-c575-496f-9668-a187171a9c73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1248 | 2024.07.25 02:09:32.361701 [ 3 ] {f7cb487a-f691-4ff5-9e01-301a0052a9bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1249 | 2024.07.25 02:09:32.361959 [ 3 ] {f7cb487a-f691-4ff5-9e01-301a0052a9bb} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1250 | 2024.07.25 02:09:32.362000 [ 3 ] {f7cb487a-f691-4ff5-9e01-301a0052a9bb} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1251 | 2024.07.25 02:09:32.362250 [ 3 ] {f7cb487a-f691-4ff5-9e01-301a0052a9bb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1252 | 2024.07.25 02:09:32.362313 [ 3 ] {f7cb487a-f691-4ff5-9e01-301a0052a9bb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1253 | 2024.07.25 02:09:32.362447 [ 3 ] {f7cb487a-f691-4ff5-9e01-301a0052a9bb} <Debug> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
1254 | 2024.07.25 02:09:32.362479 [ 3 ] {f7cb487a-f691-4ff5-9e01-301a0052a9bb} <Trace> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1255 | 2024.07.25 02:09:32.362502 [ 3 ] {f7cb487a-f691-4ff5-9e01-301a0052a9bb} <Debug> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (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 | ||
1256 | 2024.07.25 02:09:32.362517 [ 3 ] {f7cb487a-f691-4ff5-9e01-301a0052a9bb} <Trace> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1257 | 2024.07.25 02:09:32.362558 [ 3 ] {f7cb487a-f691-4ff5-9e01-301a0052a9bb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1258 | 2024.07.25 02:09:32.362577 [ 3 ] {f7cb487a-f691-4ff5-9e01-301a0052a9bb} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1259 | 2024.07.25 02:09:32.363413 [ 3 ] {f7cb487a-f691-4ff5-9e01-301a0052a9bb} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001779 sec., 10118.043844856662 rows/sec., 413.90 KiB/sec. | ||
1260 | 2024.07.25 02:09:32.363639 [ 3 ] {f7cb487a-f691-4ff5-9e01-301a0052a9bb} <Debug> DynamicQueryHandler: Done processing query | ||
1261 | 2024.07.25 02:09:32.363664 [ 3 ] {f7cb487a-f691-4ff5-9e01-301a0052a9bb} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1262 | 2024.07.25 02:09:32.363679 [ 3 ] {} <Debug> HTTP-Session: 9190f8d9-c575-496f-9668-a187171a9c73 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1263 | 2024.07.25 02:09:32.363929 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 821, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1264 | 2024.07.25 02:09:32.363977 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1265 | 2024.07.25 02:09:32.363995 [ 3 ] {} <Debug> HTTP-Session: 8653485e-9ca6-45ef-9d4e-3c9b9a65ef99 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
1266 | 2024.07.25 02:09:32.364012 [ 3 ] {} <Debug> HTTP-Session: 8653485e-9ca6-45ef-9d4e-3c9b9a65ef99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1267 | 2024.07.25 02:09:32.364025 [ 3 ] {} <Debug> HTTP-Session: 8653485e-9ca6-45ef-9d4e-3c9b9a65ef99 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1268 | 2024.07.25 02:09:32.364055 [ 3 ] {} <Trace> HTTP-Session: 8653485e-9ca6-45ef-9d4e-3c9b9a65ef99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1269 | 2024.07.25 02:09:32.364195 [ 3 ] {7dfbd230-d5ae-4818-8afb-ff16b6ad312e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity') FORMAT JSONEachRow; (stage: Complete) | ||
1270 | 2024.07.25 02:09:32.364463 [ 3 ] {7dfbd230-d5ae-4818-8afb-ff16b6ad312e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1271 | 2024.07.25 02:09:32.364514 [ 3 ] {7dfbd230-d5ae-4818-8afb-ff16b6ad312e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity')" moved to PREWHERE | ||
1272 | 2024.07.25 02:09:32.364857 [ 3 ] {7dfbd230-d5ae-4818-8afb-ff16b6ad312e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1273 | 2024.07.25 02:09:32.364938 [ 3 ] {7dfbd230-d5ae-4818-8afb-ff16b6ad312e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1274 | 2024.07.25 02:09:32.365110 [ 3 ] {7dfbd230-d5ae-4818-8afb-ff16b6ad312e} <Debug> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
1275 | 2024.07.25 02:09:32.365152 [ 3 ] {7dfbd230-d5ae-4818-8afb-ff16b6ad312e} <Trace> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1276 | 2024.07.25 02:09:32.365184 [ 3 ] {7dfbd230-d5ae-4818-8afb-ff16b6ad312e} <Debug> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (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 | ||
1277 | 2024.07.25 02:09:32.365206 [ 3 ] {7dfbd230-d5ae-4818-8afb-ff16b6ad312e} <Trace> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1278 | 2024.07.25 02:09:32.365259 [ 3 ] {7dfbd230-d5ae-4818-8afb-ff16b6ad312e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity'))" | ||
1279 | 2024.07.25 02:09:32.365289 [ 3 ] {7dfbd230-d5ae-4818-8afb-ff16b6ad312e} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1280 | 2024.07.25 02:09:32.366195 [ 3 ] {7dfbd230-d5ae-4818-8afb-ff16b6ad312e} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002065 sec., 8716.707021791768 rows/sec., 356.58 KiB/sec. | ||
1281 | 2024.07.25 02:09:32.366462 [ 3 ] {7dfbd230-d5ae-4818-8afb-ff16b6ad312e} <Debug> DynamicQueryHandler: Done processing query | ||
1282 | 2024.07.25 02:09:32.366490 [ 3 ] {7dfbd230-d5ae-4818-8afb-ff16b6ad312e} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1283 | 2024.07.25 02:09:32.366508 [ 3 ] {} <Debug> HTTP-Session: 8653485e-9ca6-45ef-9d4e-3c9b9a65ef99 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1284 | 2024.07.25 02:09:32.366738 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1285 | 2024.07.25 02:09:32.366795 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1286 | 2024.07.25 02:09:32.366815 [ 3 ] {} <Debug> HTTP-Session: e80b057e-1e74-4eb6-88b9-07b7479617db Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
1287 | 2024.07.25 02:09:32.366831 [ 3 ] {} <Debug> HTTP-Session: e80b057e-1e74-4eb6-88b9-07b7479617db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1288 | 2024.07.25 02:09:32.366845 [ 3 ] {} <Debug> HTTP-Session: e80b057e-1e74-4eb6-88b9-07b7479617db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1289 | 2024.07.25 02:09:32.366876 [ 3 ] {} <Trace> HTTP-Session: e80b057e-1e74-4eb6-88b9-07b7479617db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1290 | 2024.07.25 02:09:32.367023 [ 3 ] {d01a6567-114a-428c-a835-0e62a94df5e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete) | ||
1291 | 2024.07.25 02:09:32.367287 [ 3 ] {d01a6567-114a-428c-a835-0e62a94df5e0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1292 | 2024.07.25 02:09:32.367340 [ 3 ] {d01a6567-114a-428c-a835-0e62a94df5e0} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE | ||
1293 | 2024.07.25 02:09:32.367603 [ 3 ] {d01a6567-114a-428c-a835-0e62a94df5e0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1294 | 2024.07.25 02:09:32.367667 [ 3 ] {d01a6567-114a-428c-a835-0e62a94df5e0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1295 | 2024.07.25 02:09:32.367795 [ 3 ] {d01a6567-114a-428c-a835-0e62a94df5e0} <Debug> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
1296 | 2024.07.25 02:09:32.367825 [ 3 ] {d01a6567-114a-428c-a835-0e62a94df5e0} <Trace> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1297 | 2024.07.25 02:09:32.367854 [ 3 ] {d01a6567-114a-428c-a835-0e62a94df5e0} <Debug> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (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 | ||
1298 | 2024.07.25 02:09:32.367870 [ 3 ] {d01a6567-114a-428c-a835-0e62a94df5e0} <Trace> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1299 | 2024.07.25 02:09:32.367909 [ 3 ] {d01a6567-114a-428c-a835-0e62a94df5e0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
1300 | 2024.07.25 02:09:32.367929 [ 3 ] {d01a6567-114a-428c-a835-0e62a94df5e0} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1301 | 2024.07.25 02:09:32.368882 [ 3 ] {d01a6567-114a-428c-a835-0e62a94df5e0} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001906 sec., 9443.86149003148 rows/sec., 386.32 KiB/sec. | ||
1302 | 2024.07.25 02:09:32.369137 [ 3 ] {d01a6567-114a-428c-a835-0e62a94df5e0} <Debug> DynamicQueryHandler: Done processing query | ||
1303 | 2024.07.25 02:09:32.369166 [ 3 ] {d01a6567-114a-428c-a835-0e62a94df5e0} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1304 | 2024.07.25 02:09:32.369182 [ 3 ] {} <Debug> HTTP-Session: e80b057e-1e74-4eb6-88b9-07b7479617db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1305 | 2024.07.25 02:09:32.369402 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 871, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1306 | 2024.07.25 02:09:32.369453 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1307 | 2024.07.25 02:09:32.369473 [ 3 ] {} <Debug> HTTP-Session: 71896685-8d45-4ab2-993b-15339cd6b6b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
1308 | 2024.07.25 02:09:32.369489 [ 3 ] {} <Debug> HTTP-Session: 71896685-8d45-4ab2-993b-15339cd6b6b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1309 | 2024.07.25 02:09:32.369502 [ 3 ] {} <Debug> HTTP-Session: 71896685-8d45-4ab2-993b-15339cd6b6b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1310 | 2024.07.25 02:09:32.369534 [ 3 ] {} <Trace> HTTP-Session: 71896685-8d45-4ab2-993b-15339cd6b6b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1311 | 2024.07.25 02:09:32.369679 [ 3 ] {d21becd1-181b-43fe-86d0-58251fa484a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete) | ||
1312 | 2024.07.25 02:09:32.369946 [ 3 ] {d21becd1-181b-43fe-86d0-58251fa484a7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1313 | 2024.07.25 02:09:32.369989 [ 3 ] {d21becd1-181b-43fe-86d0-58251fa484a7} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
1314 | 2024.07.25 02:09:32.370255 [ 3 ] {d21becd1-181b-43fe-86d0-58251fa484a7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1315 | 2024.07.25 02:09:32.370319 [ 3 ] {d21becd1-181b-43fe-86d0-58251fa484a7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1316 | 2024.07.25 02:09:32.370458 [ 3 ] {d21becd1-181b-43fe-86d0-58251fa484a7} <Debug> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
1317 | 2024.07.25 02:09:32.370489 [ 3 ] {d21becd1-181b-43fe-86d0-58251fa484a7} <Trace> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1318 | 2024.07.25 02:09:32.370513 [ 3 ] {d21becd1-181b-43fe-86d0-58251fa484a7} <Debug> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (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 | ||
1319 | 2024.07.25 02:09:32.370529 [ 3 ] {d21becd1-181b-43fe-86d0-58251fa484a7} <Trace> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1320 | 2024.07.25 02:09:32.370571 [ 3 ] {d21becd1-181b-43fe-86d0-58251fa484a7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
1321 | 2024.07.25 02:09:32.370592 [ 3 ] {d21becd1-181b-43fe-86d0-58251fa484a7} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1322 | 2024.07.25 02:09:32.371392 [ 3 ] {d21becd1-181b-43fe-86d0-58251fa484a7} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001781 sec., 10106.681639528355 rows/sec., 413.44 KiB/sec. | ||
1323 | 2024.07.25 02:09:32.371634 [ 3 ] {d21becd1-181b-43fe-86d0-58251fa484a7} <Debug> DynamicQueryHandler: Done processing query | ||
1324 | 2024.07.25 02:09:32.371658 [ 3 ] {d21becd1-181b-43fe-86d0-58251fa484a7} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1325 | 2024.07.25 02:09:32.371674 [ 3 ] {} <Debug> HTTP-Session: 71896685-8d45-4ab2-993b-15339cd6b6b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1326 | 2024.07.25 02:09:32.371938 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 895, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1327 | 2024.07.25 02:09:32.371987 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1328 | 2024.07.25 02:09:32.372005 [ 3 ] {} <Debug> HTTP-Session: 4158168d-d417-4fb6-82aa-652d6152a574 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
1329 | 2024.07.25 02:09:32.372023 [ 3 ] {} <Debug> HTTP-Session: 4158168d-d417-4fb6-82aa-652d6152a574 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1330 | 2024.07.25 02:09:32.372037 [ 3 ] {} <Debug> HTTP-Session: 4158168d-d417-4fb6-82aa-652d6152a574 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1331 | 2024.07.25 02:09:32.372068 [ 3 ] {} <Trace> HTTP-Session: 4158168d-d417-4fb6-82aa-652d6152a574 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1332 | 2024.07.25 02:09:32.372211 [ 3 ] {28c465f4-6a09-4acd-8e5f-5446b7aec285} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete) | ||
1333 | 2024.07.25 02:09:32.372471 [ 3 ] {28c465f4-6a09-4acd-8e5f-5446b7aec285} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1334 | 2024.07.25 02:09:32.372512 [ 3 ] {28c465f4-6a09-4acd-8e5f-5446b7aec285} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
1335 | 2024.07.25 02:09:32.372772 [ 3 ] {28c465f4-6a09-4acd-8e5f-5446b7aec285} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1336 | 2024.07.25 02:09:32.372835 [ 3 ] {28c465f4-6a09-4acd-8e5f-5446b7aec285} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1337 | 2024.07.25 02:09:32.372968 [ 3 ] {28c465f4-6a09-4acd-8e5f-5446b7aec285} <Debug> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
1338 | 2024.07.25 02:09:32.372999 [ 3 ] {28c465f4-6a09-4acd-8e5f-5446b7aec285} <Trace> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1339 | 2024.07.25 02:09:32.373021 [ 3 ] {28c465f4-6a09-4acd-8e5f-5446b7aec285} <Debug> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (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 | ||
1340 | 2024.07.25 02:09:32.373037 [ 3 ] {28c465f4-6a09-4acd-8e5f-5446b7aec285} <Trace> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1341 | 2024.07.25 02:09:32.373077 [ 3 ] {28c465f4-6a09-4acd-8e5f-5446b7aec285} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
1342 | 2024.07.25 02:09:32.373127 [ 3 ] {28c465f4-6a09-4acd-8e5f-5446b7aec285} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1343 | 2024.07.25 02:09:32.373866 [ 3 ] {28c465f4-6a09-4acd-8e5f-5446b7aec285} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001722 sec., 10452.961672473868 rows/sec., 427.60 KiB/sec. | ||
1344 | 2024.07.25 02:09:32.374114 [ 3 ] {28c465f4-6a09-4acd-8e5f-5446b7aec285} <Debug> DynamicQueryHandler: Done processing query | ||
1345 | 2024.07.25 02:09:32.374141 [ 3 ] {28c465f4-6a09-4acd-8e5f-5446b7aec285} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1346 | 2024.07.25 02:09:32.374158 [ 3 ] {} <Debug> HTTP-Session: 4158168d-d417-4fb6-82aa-652d6152a574 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1347 | 2024.07.25 02:09:32.374366 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 919, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1348 | 2024.07.25 02:09:32.374416 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1349 | 2024.07.25 02:09:32.374436 [ 3 ] {} <Debug> HTTP-Session: 860b6858-75a0-44db-b19b-b9d2b39d8463 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
1350 | 2024.07.25 02:09:32.374478 [ 3 ] {} <Debug> HTTP-Session: 860b6858-75a0-44db-b19b-b9d2b39d8463 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1351 | 2024.07.25 02:09:32.374494 [ 3 ] {} <Debug> HTTP-Session: 860b6858-75a0-44db-b19b-b9d2b39d8463 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1352 | 2024.07.25 02:09:32.374525 [ 3 ] {} <Trace> HTTP-Session: 860b6858-75a0-44db-b19b-b9d2b39d8463 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1353 | 2024.07.25 02:09:32.374676 [ 3 ] {d9f77dff-665f-4cb5-bcc8-f46c9f920af1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
1354 | 2024.07.25 02:09:32.374942 [ 3 ] {d9f77dff-665f-4cb5-bcc8-f46c9f920af1} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1355 | 2024.07.25 02:09:32.374986 [ 3 ] {d9f77dff-665f-4cb5-bcc8-f46c9f920af1} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
1356 | 2024.07.25 02:09:32.375261 [ 3 ] {d9f77dff-665f-4cb5-bcc8-f46c9f920af1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1357 | 2024.07.25 02:09:32.375328 [ 3 ] {d9f77dff-665f-4cb5-bcc8-f46c9f920af1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1358 | 2024.07.25 02:09:32.375465 [ 3 ] {d9f77dff-665f-4cb5-bcc8-f46c9f920af1} <Debug> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
1359 | 2024.07.25 02:09:32.375498 [ 3 ] {d9f77dff-665f-4cb5-bcc8-f46c9f920af1} <Trace> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1360 | 2024.07.25 02:09:32.375521 [ 3 ] {d9f77dff-665f-4cb5-bcc8-f46c9f920af1} <Debug> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (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 | ||
1361 | 2024.07.25 02:09:32.375538 [ 3 ] {d9f77dff-665f-4cb5-bcc8-f46c9f920af1} <Trace> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1362 | 2024.07.25 02:09:32.375578 [ 3 ] {d9f77dff-665f-4cb5-bcc8-f46c9f920af1} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
1363 | 2024.07.25 02:09:32.375600 [ 3 ] {d9f77dff-665f-4cb5-bcc8-f46c9f920af1} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1364 | 2024.07.25 02:09:32.376441 [ 3 ] {d9f77dff-665f-4cb5-bcc8-f46c9f920af1} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001832 sec., 9825.32751091703 rows/sec., 401.93 KiB/sec. | ||
1365 | 2024.07.25 02:09:32.376677 [ 3 ] {d9f77dff-665f-4cb5-bcc8-f46c9f920af1} <Debug> DynamicQueryHandler: Done processing query | ||
1366 | 2024.07.25 02:09:32.376703 [ 3 ] {d9f77dff-665f-4cb5-bcc8-f46c9f920af1} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1367 | 2024.07.25 02:09:32.376719 [ 3 ] {} <Debug> HTTP-Session: 860b6858-75a0-44db-b19b-b9d2b39d8463 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1368 | 2024.07.25 02:09:32.376929 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 946, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1369 | 2024.07.25 02:09:32.376976 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1370 | 2024.07.25 02:09:32.376996 [ 3 ] {} <Debug> HTTP-Session: ebc0d849-d12b-4002-ab69-0a47fe044ab9 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
1371 | 2024.07.25 02:09:32.377013 [ 3 ] {} <Debug> HTTP-Session: ebc0d849-d12b-4002-ab69-0a47fe044ab9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1372 | 2024.07.25 02:09:32.377027 [ 3 ] {} <Debug> HTTP-Session: ebc0d849-d12b-4002-ab69-0a47fe044ab9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1373 | 2024.07.25 02:09:32.377058 [ 3 ] {} <Trace> HTTP-Session: ebc0d849-d12b-4002-ab69-0a47fe044ab9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1374 | 2024.07.25 02:09:32.377199 [ 3 ] {dfd02b72-2d16-41dc-b336-ed2be63f1b14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
1375 | 2024.07.25 02:09:32.377468 [ 3 ] {dfd02b72-2d16-41dc-b336-ed2be63f1b14} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1376 | 2024.07.25 02:09:32.377512 [ 3 ] {dfd02b72-2d16-41dc-b336-ed2be63f1b14} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
1377 | 2024.07.25 02:09:32.377780 [ 3 ] {dfd02b72-2d16-41dc-b336-ed2be63f1b14} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1378 | 2024.07.25 02:09:32.377844 [ 3 ] {dfd02b72-2d16-41dc-b336-ed2be63f1b14} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1379 | 2024.07.25 02:09:32.377977 [ 3 ] {dfd02b72-2d16-41dc-b336-ed2be63f1b14} <Debug> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
1380 | 2024.07.25 02:09:32.378008 [ 3 ] {dfd02b72-2d16-41dc-b336-ed2be63f1b14} <Trace> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1381 | 2024.07.25 02:09:32.378032 [ 3 ] {dfd02b72-2d16-41dc-b336-ed2be63f1b14} <Debug> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (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 | ||
1382 | 2024.07.25 02:09:32.378049 [ 3 ] {dfd02b72-2d16-41dc-b336-ed2be63f1b14} <Trace> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1383 | 2024.07.25 02:09:32.378090 [ 3 ] {dfd02b72-2d16-41dc-b336-ed2be63f1b14} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
1384 | 2024.07.25 02:09:32.378112 [ 3 ] {dfd02b72-2d16-41dc-b336-ed2be63f1b14} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1385 | 2024.07.25 02:09:32.378883 [ 3 ] {dfd02b72-2d16-41dc-b336-ed2be63f1b14} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001751 sec., 10279.840091376356 rows/sec., 420.52 KiB/sec. | ||
1386 | 2024.07.25 02:09:32.379126 [ 3 ] {dfd02b72-2d16-41dc-b336-ed2be63f1b14} <Debug> DynamicQueryHandler: Done processing query | ||
1387 | 2024.07.25 02:09:32.379151 [ 3 ] {dfd02b72-2d16-41dc-b336-ed2be63f1b14} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1388 | 2024.07.25 02:09:32.379167 [ 3 ] {} <Debug> HTTP-Session: ebc0d849-d12b-4002-ab69-0a47fe044ab9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1389 | 2024.07.25 02:09:32.379380 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 976, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1390 | 2024.07.25 02:09:32.379427 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1391 | 2024.07.25 02:09:32.379446 [ 3 ] {} <Debug> HTTP-Session: 94133cef-120b-4ad9-ae9e-3187cd90bc9e Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
1392 | 2024.07.25 02:09:32.379462 [ 3 ] {} <Debug> HTTP-Session: 94133cef-120b-4ad9-ae9e-3187cd90bc9e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1393 | 2024.07.25 02:09:32.379475 [ 3 ] {} <Debug> HTTP-Session: 94133cef-120b-4ad9-ae9e-3187cd90bc9e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1394 | 2024.07.25 02:09:32.379505 [ 3 ] {} <Trace> HTTP-Session: 94133cef-120b-4ad9-ae9e-3187cd90bc9e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1395 | 2024.07.25 02:09:32.379647 [ 3 ] {f7d81f6a-dd64-41f5-bf6f-5a7f35958e52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
1396 | 2024.07.25 02:09:32.379913 [ 3 ] {f7d81f6a-dd64-41f5-bf6f-5a7f35958e52} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1397 | 2024.07.25 02:09:32.379954 [ 3 ] {f7d81f6a-dd64-41f5-bf6f-5a7f35958e52} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
1398 | 2024.07.25 02:09:32.380229 [ 3 ] {f7d81f6a-dd64-41f5-bf6f-5a7f35958e52} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1399 | 2024.07.25 02:09:32.380292 [ 3 ] {f7d81f6a-dd64-41f5-bf6f-5a7f35958e52} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1400 | 2024.07.25 02:09:32.380424 [ 3 ] {f7d81f6a-dd64-41f5-bf6f-5a7f35958e52} <Debug> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
1401 | 2024.07.25 02:09:32.380456 [ 3 ] {f7d81f6a-dd64-41f5-bf6f-5a7f35958e52} <Trace> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1402 | 2024.07.25 02:09:32.380479 [ 3 ] {f7d81f6a-dd64-41f5-bf6f-5a7f35958e52} <Debug> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (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 | ||
1403 | 2024.07.25 02:09:32.380495 [ 3 ] {f7d81f6a-dd64-41f5-bf6f-5a7f35958e52} <Trace> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1404 | 2024.07.25 02:09:32.380534 [ 3 ] {f7d81f6a-dd64-41f5-bf6f-5a7f35958e52} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1405 | 2024.07.25 02:09:32.380555 [ 3 ] {f7d81f6a-dd64-41f5-bf6f-5a7f35958e52} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1406 | 2024.07.25 02:09:32.381304 [ 3 ] {f7d81f6a-dd64-41f5-bf6f-5a7f35958e52} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001725 sec., 10434.782608695652 rows/sec., 426.86 KiB/sec. | ||
1407 | 2024.07.25 02:09:32.381549 [ 3 ] {f7d81f6a-dd64-41f5-bf6f-5a7f35958e52} <Debug> DynamicQueryHandler: Done processing query | ||
1408 | 2024.07.25 02:09:32.381573 [ 3 ] {f7d81f6a-dd64-41f5-bf6f-5a7f35958e52} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1409 | 2024.07.25 02:09:32.381589 [ 3 ] {} <Debug> HTTP-Session: 94133cef-120b-4ad9-ae9e-3187cd90bc9e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1410 | 2024.07.25 02:09:32.381823 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 1006, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1411 | 2024.07.25 02:09:32.381870 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1412 | 2024.07.25 02:09:32.381889 [ 3 ] {} <Debug> HTTP-Session: d35b1343-47ab-4947-bca0-35664fa90089 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
1413 | 2024.07.25 02:09:32.381905 [ 3 ] {} <Debug> HTTP-Session: d35b1343-47ab-4947-bca0-35664fa90089 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1414 | 2024.07.25 02:09:32.381918 [ 3 ] {} <Debug> HTTP-Session: d35b1343-47ab-4947-bca0-35664fa90089 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1415 | 2024.07.25 02:09:32.381948 [ 3 ] {} <Trace> HTTP-Session: d35b1343-47ab-4947-bca0-35664fa90089 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1416 | 2024.07.25 02:09:32.382086 [ 3 ] {316b34ec-f3e0-4246-a939-21b904e93319} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
1417 | 2024.07.25 02:09:32.382353 [ 3 ] {316b34ec-f3e0-4246-a939-21b904e93319} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1418 | 2024.07.25 02:09:32.382396 [ 3 ] {316b34ec-f3e0-4246-a939-21b904e93319} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
1419 | 2024.07.25 02:09:32.382678 [ 3 ] {316b34ec-f3e0-4246-a939-21b904e93319} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1420 | 2024.07.25 02:09:32.382747 [ 3 ] {316b34ec-f3e0-4246-a939-21b904e93319} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1421 | 2024.07.25 02:09:32.383994 [ 3 ] {316b34ec-f3e0-4246-a939-21b904e93319} <Debug> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
1422 | 2024.07.25 02:09:32.384086 [ 3 ] {316b34ec-f3e0-4246-a939-21b904e93319} <Trace> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1423 | 2024.07.25 02:09:32.384120 [ 3 ] {316b34ec-f3e0-4246-a939-21b904e93319} <Debug> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (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 | ||
1424 | 2024.07.25 02:09:32.384146 [ 3 ] {316b34ec-f3e0-4246-a939-21b904e93319} <Trace> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1425 | 2024.07.25 02:09:32.384207 [ 3 ] {316b34ec-f3e0-4246-a939-21b904e93319} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1426 | 2024.07.25 02:09:32.384231 [ 3 ] {316b34ec-f3e0-4246-a939-21b904e93319} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1427 | 2024.07.25 02:09:32.385323 [ 3 ] {316b34ec-f3e0-4246-a939-21b904e93319} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.003302 sec., 5451.241671714113 rows/sec., 222.99 KiB/sec. | ||
1428 | 2024.07.25 02:09:32.385625 [ 3 ] {316b34ec-f3e0-4246-a939-21b904e93319} <Debug> DynamicQueryHandler: Done processing query | ||
1429 | 2024.07.25 02:09:32.385653 [ 3 ] {316b34ec-f3e0-4246-a939-21b904e93319} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1430 | 2024.07.25 02:09:32.385670 [ 3 ] {} <Debug> HTTP-Session: d35b1343-47ab-4947-bca0-35664fa90089 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1431 | 2024.07.25 02:09:32.390126 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 1033, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1432 | 2024.07.25 02:09:32.390183 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1433 | 2024.07.25 02:09:32.390203 [ 3 ] {} <Debug> HTTP-Session: 1d4253a5-830c-496f-a451-07161cd45884 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
1434 | 2024.07.25 02:09:32.390221 [ 3 ] {} <Debug> HTTP-Session: 1d4253a5-830c-496f-a451-07161cd45884 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1435 | 2024.07.25 02:09:32.390235 [ 3 ] {} <Debug> HTTP-Session: 1d4253a5-830c-496f-a451-07161cd45884 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1436 | 2024.07.25 02:09:32.390268 [ 3 ] {} <Trace> HTTP-Session: 1d4253a5-830c-496f-a451-07161cd45884 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1437 | 2024.07.25 02:09:32.390425 [ 3 ] {d9422440-6c0b-4eff-a22c-274cd40530b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
1438 | 2024.07.25 02:09:32.390709 [ 3 ] {d9422440-6c0b-4eff-a22c-274cd40530b5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1439 | 2024.07.25 02:09:32.390754 [ 3 ] {d9422440-6c0b-4eff-a22c-274cd40530b5} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
1440 | 2024.07.25 02:09:32.391035 [ 3 ] {d9422440-6c0b-4eff-a22c-274cd40530b5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1441 | 2024.07.25 02:09:32.391097 [ 3 ] {d9422440-6c0b-4eff-a22c-274cd40530b5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1442 | 2024.07.25 02:09:32.391236 [ 3 ] {d9422440-6c0b-4eff-a22c-274cd40530b5} <Debug> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
1443 | 2024.07.25 02:09:32.391268 [ 3 ] {d9422440-6c0b-4eff-a22c-274cd40530b5} <Trace> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1444 | 2024.07.25 02:09:32.391291 [ 3 ] {d9422440-6c0b-4eff-a22c-274cd40530b5} <Debug> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (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 | ||
1445 | 2024.07.25 02:09:32.391308 [ 3 ] {d9422440-6c0b-4eff-a22c-274cd40530b5} <Trace> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1446 | 2024.07.25 02:09:32.391352 [ 3 ] {d9422440-6c0b-4eff-a22c-274cd40530b5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1447 | 2024.07.25 02:09:32.391376 [ 3 ] {d9422440-6c0b-4eff-a22c-274cd40530b5} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1448 | 2024.07.25 02:09:32.392174 [ 3 ] {d9422440-6c0b-4eff-a22c-274cd40530b5} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001819 sec., 9895.547003848267 rows/sec., 404.80 KiB/sec. | ||
1449 | 2024.07.25 02:09:32.392423 [ 3 ] {d9422440-6c0b-4eff-a22c-274cd40530b5} <Debug> DynamicQueryHandler: Done processing query | ||
1450 | 2024.07.25 02:09:32.392448 [ 3 ] {d9422440-6c0b-4eff-a22c-274cd40530b5} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1451 | 2024.07.25 02:09:32.392464 [ 3 ] {} <Debug> HTTP-Session: 1d4253a5-830c-496f-a451-07161cd45884 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1452 | 2024.07.25 02:09:32.394963 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 3304, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1453 | 2024.07.25 02:09:32.395019 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1454 | 2024.07.25 02:09:32.395040 [ 3 ] {} <Debug> HTTP-Session: eb188185-f1b5-4e5d-9d79-cc353b26aed1 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
1455 | 2024.07.25 02:09:32.395058 [ 3 ] {} <Debug> HTTP-Session: eb188185-f1b5-4e5d-9d79-cc353b26aed1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1456 | 2024.07.25 02:09:32.395072 [ 3 ] {} <Debug> HTTP-Session: eb188185-f1b5-4e5d-9d79-cc353b26aed1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1457 | 2024.07.25 02:09:32.395103 [ 3 ] {} <Trace> HTTP-Session: eb188185-f1b5-4e5d-9d79-cc353b26aed1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1458 | 2024.07.25 02:09:32.395223 [ 3 ] {ab3e7e15-6e0d-4614-9597-8d28722f923f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
1459 | 2024.07.25 02:09:32.395269 [ 3 ] {ab3e7e15-6e0d-4614-9597-8d28722f923f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1460 | 2024.07.25 02:09:32.395439 [ 3 ] {ab3e7e15-6e0d-4614-9597-8d28722f923f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1461 | 2024.07.25 02:09:32.395784 [ 3 ] {ab3e7e15-6e0d-4614-9597-8d28722f923f} <Trace> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1462 | 2024.07.25 02:09:32.395820 [ 3 ] {ab3e7e15-6e0d-4614-9597-8d28722f923f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
1463 | 2024.07.25 02:09:32.396287 [ 3 ] {ab3e7e15-6e0d-4614-9597-8d28722f923f} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1464 | 2024.07.25 02:09:32.396601 [ 3 ] {ab3e7e15-6e0d-4614-9597-8d28722f923f} <Trace> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1465 | 2024.07.25 02:09:32.396757 [ 3 ] {ab3e7e15-6e0d-4614-9597-8d28722f923f} <Debug> executeQuery: Read 12 rows, 1.62 KiB in 0.001573 sec., 7628.734901462174 rows/sec., 1.01 MiB/sec. | ||
1466 | 2024.07.25 02:09:32.396931 [ 3 ] {ab3e7e15-6e0d-4614-9597-8d28722f923f} <Debug> DynamicQueryHandler: Done processing query | ||
1467 | 2024.07.25 02:09:32.396956 [ 3 ] {ab3e7e15-6e0d-4614-9597-8d28722f923f} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1468 | 2024.07.25 02:09:32.396972 [ 3 ] {} <Debug> HTTP-Session: eb188185-f1b5-4e5d-9d79-cc353b26aed1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1469 | 2024.07.25 02:09:32.397080 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 748, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1470 | 2024.07.25 02:09:32.397128 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1471 | 2024.07.25 02:09:32.397147 [ 3 ] {} <Debug> HTTP-Session: b54b158a-57fa-4661-9765-f26c2e029a11 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
1472 | 2024.07.25 02:09:32.397163 [ 3 ] {} <Debug> HTTP-Session: b54b158a-57fa-4661-9765-f26c2e029a11 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1473 | 2024.07.25 02:09:32.397177 [ 3 ] {} <Debug> HTTP-Session: b54b158a-57fa-4661-9765-f26c2e029a11 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1474 | 2024.07.25 02:09:32.397208 [ 3 ] {} <Trace> HTTP-Session: b54b158a-57fa-4661-9765-f26c2e029a11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1475 | 2024.07.25 02:09:32.397304 [ 3 ] {8d51f0bb-91c4-40a4-b043-340644b5154a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1476 | 2024.07.25 02:09:32.397346 [ 3 ] {8d51f0bb-91c4-40a4-b043-340644b5154a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1477 | 2024.07.25 02:09:32.397474 [ 3 ] {8d51f0bb-91c4-40a4-b043-340644b5154a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1478 | 2024.07.25 02:09:32.398342 [ 3 ] {8d51f0bb-91c4-40a4-b043-340644b5154a} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1479 | 2024.07.25 02:09:32.398377 [ 3 ] {8d51f0bb-91c4-40a4-b043-340644b5154a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
1480 | 2024.07.25 02:09:32.398706 [ 3 ] {8d51f0bb-91c4-40a4-b043-340644b5154a} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1481 | 2024.07.25 02:09:32.399020 [ 3 ] {8d51f0bb-91c4-40a4-b043-340644b5154a} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1482 | 2024.07.25 02:09:32.399166 [ 3 ] {8d51f0bb-91c4-40a4-b043-340644b5154a} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.001882 sec., 3188.0977683315623 rows/sec., 180.58 KiB/sec. | ||
1483 | 2024.07.25 02:09:32.399354 [ 3 ] {8d51f0bb-91c4-40a4-b043-340644b5154a} <Debug> DynamicQueryHandler: Done processing query | ||
1484 | 2024.07.25 02:09:32.399378 [ 3 ] {8d51f0bb-91c4-40a4-b043-340644b5154a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1485 | 2024.07.25 02:09:32.399393 [ 3 ] {} <Debug> HTTP-Session: b54b158a-57fa-4661-9765-f26c2e029a11 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1486 | 2024.07.25 02:09:32.399565 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 24355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1487 | 2024.07.25 02:09:32.399614 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1488 | 2024.07.25 02:09:32.399632 [ 3 ] {} <Debug> HTTP-Session: d600fff8-b9e6-4c01-8570-8dbf51ab5f80 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
1489 | 2024.07.25 02:09:32.399649 [ 3 ] {} <Debug> HTTP-Session: d600fff8-b9e6-4c01-8570-8dbf51ab5f80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1490 | 2024.07.25 02:09:32.399662 [ 3 ] {} <Debug> HTTP-Session: d600fff8-b9e6-4c01-8570-8dbf51ab5f80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1491 | 2024.07.25 02:09:32.399692 [ 3 ] {} <Trace> HTTP-Session: d600fff8-b9e6-4c01-8570-8dbf51ab5f80 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1492 | 2024.07.25 02:09:32.399831 [ 3 ] {212f56f0-a81d-4ca5-81a3-2534dd639b18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1493 | 2024.07.25 02:09:32.399874 [ 3 ] {212f56f0-a81d-4ca5-81a3-2534dd639b18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1494 | 2024.07.25 02:09:32.399998 [ 3 ] {212f56f0-a81d-4ca5-81a3-2534dd639b18} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1495 | 2024.07.25 02:09:32.400396 [ 3 ] {212f56f0-a81d-4ca5-81a3-2534dd639b18} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1496 | 2024.07.25 02:09:32.400432 [ 3 ] {212f56f0-a81d-4ca5-81a3-2534dd639b18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
1497 | 2024.07.25 02:09:32.400805 [ 3 ] {212f56f0-a81d-4ca5-81a3-2534dd639b18} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1498 | 2024.07.25 02:09:32.401137 [ 3 ] {212f56f0-a81d-4ca5-81a3-2534dd639b18} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1499 | 2024.07.25 02:09:32.401287 [ 3 ] {212f56f0-a81d-4ca5-81a3-2534dd639b18} <Debug> executeQuery: Read 161 rows, 14.56 KiB in 0.00151 sec., 106622.51655629139 rows/sec., 9.41 MiB/sec. | ||
1500 | 2024.07.25 02:09:32.401449 [ 3 ] {212f56f0-a81d-4ca5-81a3-2534dd639b18} <Debug> DynamicQueryHandler: Done processing query | ||
1501 | 2024.07.25 02:09:32.401474 [ 3 ] {212f56f0-a81d-4ca5-81a3-2534dd639b18} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
1502 | 2024.07.25 02:09:32.401490 [ 3 ] {} <Debug> HTTP-Session: d600fff8-b9e6-4c01-8570-8dbf51ab5f80 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1503 | 2024.07.25 02:09:32.401784 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 61564, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1504 | 2024.07.25 02:09:32.401832 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1505 | 2024.07.25 02:09:32.401851 [ 3 ] {} <Debug> HTTP-Session: b5a1e432-e281-42fc-bb88-227a58a61dfa Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
1506 | 2024.07.25 02:09:32.401867 [ 3 ] {} <Debug> HTTP-Session: b5a1e432-e281-42fc-bb88-227a58a61dfa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1507 | 2024.07.25 02:09:32.401880 [ 3 ] {} <Debug> HTTP-Session: b5a1e432-e281-42fc-bb88-227a58a61dfa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1508 | 2024.07.25 02:09:32.401910 [ 3 ] {} <Trace> HTTP-Session: b5a1e432-e281-42fc-bb88-227a58a61dfa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1509 | 2024.07.25 02:09:32.402110 [ 3 ] {17f98bda-b846-4bf3-9819-e2a1982b708e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1510 | 2024.07.25 02:09:32.402154 [ 3 ] {17f98bda-b846-4bf3-9819-e2a1982b708e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1511 | 2024.07.25 02:09:32.402279 [ 3 ] {17f98bda-b846-4bf3-9819-e2a1982b708e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1512 | 2024.07.25 02:09:32.402828 [ 3 ] {17f98bda-b846-4bf3-9819-e2a1982b708e} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1513 | 2024.07.25 02:09:32.402866 [ 3 ] {17f98bda-b846-4bf3-9819-e2a1982b708e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
1514 | 2024.07.25 02:09:32.403241 [ 3 ] {17f98bda-b846-4bf3-9819-e2a1982b708e} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1515 | 2024.07.25 02:09:32.403554 [ 3 ] {17f98bda-b846-4bf3-9819-e2a1982b708e} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1516 | 2024.07.25 02:09:32.403706 [ 3 ] {17f98bda-b846-4bf3-9819-e2a1982b708e} <Debug> executeQuery: Read 382 rows, 27.47 KiB in 0.001701 sec., 224573.78012933568 rows/sec., 15.77 MiB/sec. | ||
1517 | 2024.07.25 02:09:32.403871 [ 3 ] {17f98bda-b846-4bf3-9819-e2a1982b708e} <Debug> DynamicQueryHandler: Done processing query | ||
1518 | 2024.07.25 02:09:32.403895 [ 3 ] {17f98bda-b846-4bf3-9819-e2a1982b708e} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
1519 | 2024.07.25 02:09:32.403911 [ 3 ] {} <Debug> HTTP-Session: b5a1e432-e281-42fc-bb88-227a58a61dfa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1520 | 2024.07.25 02:09:32.404030 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1521 | 2024.07.25 02:09:32.404078 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1522 | 2024.07.25 02:09:32.404097 [ 3 ] {} <Debug> HTTP-Session: fcf22e9e-da43-4053-9c85-a674ce98d41b Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
1523 | 2024.07.25 02:09:32.404113 [ 3 ] {} <Debug> HTTP-Session: fcf22e9e-da43-4053-9c85-a674ce98d41b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1524 | 2024.07.25 02:09:32.404126 [ 3 ] {} <Debug> HTTP-Session: fcf22e9e-da43-4053-9c85-a674ce98d41b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1525 | 2024.07.25 02:09:32.404157 [ 3 ] {} <Trace> HTTP-Session: fcf22e9e-da43-4053-9c85-a674ce98d41b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1526 | 2024.07.25 02:09:32.404252 [ 3 ] {512b960c-6cb1-4a0c-b275-3f266937a73b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
1527 | 2024.07.25 02:09:32.404296 [ 3 ] {512b960c-6cb1-4a0c-b275-3f266937a73b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
1528 | 2024.07.25 02:09:32.404429 [ 3 ] {512b960c-6cb1-4a0c-b275-3f266937a73b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1529 | 2024.07.25 02:09:32.404697 [ 3 ] {512b960c-6cb1-4a0c-b275-3f266937a73b} <Trace> oximeter.measurements_bool (8163702d-f428-4b08-bb37-b5af976016c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1530 | 2024.07.25 02:09:32.404733 [ 3 ] {512b960c-6cb1-4a0c-b275-3f266937a73b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
1531 | 2024.07.25 02:09:32.405075 [ 3 ] {512b960c-6cb1-4a0c-b275-3f266937a73b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1532 | 2024.07.25 02:09:32.405412 [ 3 ] {512b960c-6cb1-4a0c-b275-3f266937a73b} <Trace> oximeter.measurements_bool (8163702d-f428-4b08-bb37-b5af976016c8): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1533 | 2024.07.25 02:09:32.405565 [ 3 ] {512b960c-6cb1-4a0c-b275-3f266937a73b} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001335 sec., 4494.38202247191 rows/sec., 193.12 KiB/sec. | ||
1534 | 2024.07.25 02:09:32.405762 [ 3 ] {512b960c-6cb1-4a0c-b275-3f266937a73b} <Debug> DynamicQueryHandler: Done processing query | ||
1535 | 2024.07.25 02:09:32.405786 [ 3 ] {512b960c-6cb1-4a0c-b275-3f266937a73b} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1536 | 2024.07.25 02:09:32.405801 [ 3 ] {} <Debug> HTTP-Session: fcf22e9e-da43-4053-9c85-a674ce98d41b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1537 | 2024.07.25 02:09:32.405963 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 14082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1538 | 2024.07.25 02:09:32.406011 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1539 | 2024.07.25 02:09:32.406030 [ 3 ] {} <Debug> HTTP-Session: 1a43b96c-217e-4694-b16b-d7694309c1b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
1540 | 2024.07.25 02:09:32.406046 [ 3 ] {} <Debug> HTTP-Session: 1a43b96c-217e-4694-b16b-d7694309c1b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1541 | 2024.07.25 02:09:32.406060 [ 3 ] {} <Debug> HTTP-Session: 1a43b96c-217e-4694-b16b-d7694309c1b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1542 | 2024.07.25 02:09:32.406090 [ 3 ] {} <Trace> HTTP-Session: 1a43b96c-217e-4694-b16b-d7694309c1b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1543 | 2024.07.25 02:09:32.406240 [ 3 ] {9039b3e4-8012-47bc-b7e0-37f21037f3d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
1544 | 2024.07.25 02:09:32.406287 [ 3 ] {9039b3e4-8012-47bc-b7e0-37f21037f3d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
1545 | 2024.07.25 02:09:32.406430 [ 3 ] {9039b3e4-8012-47bc-b7e0-37f21037f3d2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1546 | 2024.07.25 02:09:32.406753 [ 3 ] {9039b3e4-8012-47bc-b7e0-37f21037f3d2} <Trace> oximeter.measurements_cumulativei64 (ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1547 | 2024.07.25 02:09:32.406789 [ 3 ] {9039b3e4-8012-47bc-b7e0-37f21037f3d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
1548 | 2024.07.25 02:09:32.407145 [ 3 ] {9039b3e4-8012-47bc-b7e0-37f21037f3d2} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1549 | 2024.07.25 02:09:32.407489 [ 3 ] {9039b3e4-8012-47bc-b7e0-37f21037f3d2} <Trace> oximeter.measurements_cumulativei64 (ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1550 | 2024.07.25 02:09:32.407647 [ 3 ] {9039b3e4-8012-47bc-b7e0-37f21037f3d2} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001482 sec., 51956.81511470985 rows/sec., 3.20 MiB/sec. | ||
1551 | 2024.07.25 02:09:32.407909 [ 3 ] {9039b3e4-8012-47bc-b7e0-37f21037f3d2} <Debug> DynamicQueryHandler: Done processing query | ||
1552 | 2024.07.25 02:09:32.407934 [ 3 ] {9039b3e4-8012-47bc-b7e0-37f21037f3d2} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1553 | 2024.07.25 02:09:32.407950 [ 3 ] {} <Debug> HTTP-Session: 1a43b96c-217e-4694-b16b-d7694309c1b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1554 | 2024.07.25 02:09:32.408129 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 30562, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1555 | 2024.07.25 02:09:32.408178 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1556 | 2024.07.25 02:09:32.408198 [ 3 ] {} <Debug> HTTP-Session: 7060e1b9-aa38-41a9-8196-668b2c38e792 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
1557 | 2024.07.25 02:09:32.408214 [ 3 ] {} <Debug> HTTP-Session: 7060e1b9-aa38-41a9-8196-668b2c38e792 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1558 | 2024.07.25 02:09:32.408228 [ 3 ] {} <Debug> HTTP-Session: 7060e1b9-aa38-41a9-8196-668b2c38e792 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1559 | 2024.07.25 02:09:32.408258 [ 3 ] {} <Trace> HTTP-Session: 7060e1b9-aa38-41a9-8196-668b2c38e792 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1560 | 2024.07.25 02:09:32.408422 [ 3 ] {1fc4e615-6d8c-464d-8d9b-1a4db878ab0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1561 | 2024.07.25 02:09:32.408469 [ 3 ] {1fc4e615-6d8c-464d-8d9b-1a4db878ab0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1562 | 2024.07.25 02:09:32.408646 [ 3 ] {1fc4e615-6d8c-464d-8d9b-1a4db878ab0c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1563 | 2024.07.25 02:09:32.409064 [ 3 ] {1fc4e615-6d8c-464d-8d9b-1a4db878ab0c} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1564 | 2024.07.25 02:09:32.409101 [ 3 ] {1fc4e615-6d8c-464d-8d9b-1a4db878ab0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
1565 | 2024.07.25 02:09:32.409512 [ 3 ] {1fc4e615-6d8c-464d-8d9b-1a4db878ab0c} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1566 | 2024.07.25 02:09:32.409859 [ 3 ] {1fc4e615-6d8c-464d-8d9b-1a4db878ab0c} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1567 | 2024.07.25 02:09:32.410012 [ 3 ] {1fc4e615-6d8c-464d-8d9b-1a4db878ab0c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001681 sec., 95181.43961927424 rows/sec., 6.63 MiB/sec. | ||
1568 | 2024.07.25 02:09:32.410182 [ 3 ] {1fc4e615-6d8c-464d-8d9b-1a4db878ab0c} <Debug> DynamicQueryHandler: Done processing query | ||
1569 | 2024.07.25 02:09:32.410206 [ 3 ] {1fc4e615-6d8c-464d-8d9b-1a4db878ab0c} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
1570 | 2024.07.25 02:09:32.410221 [ 3 ] {} <Debug> HTTP-Session: 7060e1b9-aa38-41a9-8196-668b2c38e792 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1571 | 2024.07.25 02:09:32.410338 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 3211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1572 | 2024.07.25 02:09:32.410397 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1573 | 2024.07.25 02:09:32.410419 [ 3 ] {} <Debug> HTTP-Session: e87ba86e-a19e-4b46-be9f-506e66f61059 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
1574 | 2024.07.25 02:09:32.410435 [ 3 ] {} <Debug> HTTP-Session: e87ba86e-a19e-4b46-be9f-506e66f61059 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1575 | 2024.07.25 02:09:32.410448 [ 3 ] {} <Debug> HTTP-Session: e87ba86e-a19e-4b46-be9f-506e66f61059 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1576 | 2024.07.25 02:09:32.410479 [ 3 ] {} <Trace> HTTP-Session: e87ba86e-a19e-4b46-be9f-506e66f61059 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1577 | 2024.07.25 02:09:32.410581 [ 3 ] {35286e39-cf0f-40e6-a4fd-b5fc377df615} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
1578 | 2024.07.25 02:09:32.410623 [ 3 ] {35286e39-cf0f-40e6-a4fd-b5fc377df615} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
1579 | 2024.07.25 02:09:32.410746 [ 3 ] {35286e39-cf0f-40e6-a4fd-b5fc377df615} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1580 | 2024.07.25 02:09:32.411022 [ 3 ] {35286e39-cf0f-40e6-a4fd-b5fc377df615} <Trace> oximeter.measurements_i64 (4af3948b-7ee8-4a0a-bff7-9db9837b5273): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1581 | 2024.07.25 02:09:32.411056 [ 3 ] {35286e39-cf0f-40e6-a4fd-b5fc377df615} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
1582 | 2024.07.25 02:09:32.411407 [ 3 ] {35286e39-cf0f-40e6-a4fd-b5fc377df615} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1583 | 2024.07.25 02:09:32.411746 [ 3 ] {35286e39-cf0f-40e6-a4fd-b5fc377df615} <Trace> oximeter.measurements_i64 (4af3948b-7ee8-4a0a-bff7-9db9837b5273): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1584 | 2024.07.25 02:09:32.411865 [ 3 ] {35286e39-cf0f-40e6-a4fd-b5fc377df615} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001316 sec., 17477.203647416416 rows/sec., 945.40 KiB/sec. | ||
1585 | 2024.07.25 02:09:32.412050 [ 3 ] {35286e39-cf0f-40e6-a4fd-b5fc377df615} <Debug> DynamicQueryHandler: Done processing query | ||
1586 | 2024.07.25 02:09:32.412073 [ 3 ] {35286e39-cf0f-40e6-a4fd-b5fc377df615} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1587 | 2024.07.25 02:09:32.412088 [ 3 ] {} <Debug> HTTP-Session: e87ba86e-a19e-4b46-be9f-506e66f61059 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1588 | 2024.07.25 02:09:32.412221 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1589 | 2024.07.25 02:09:32.412268 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1590 | 2024.07.25 02:09:32.412287 [ 3 ] {} <Debug> HTTP-Session: a76045ed-7e00-4dac-ac40-25330c9baf88 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
1591 | 2024.07.25 02:09:32.412303 [ 3 ] {} <Debug> HTTP-Session: a76045ed-7e00-4dac-ac40-25330c9baf88 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1592 | 2024.07.25 02:09:32.412317 [ 3 ] {} <Debug> HTTP-Session: a76045ed-7e00-4dac-ac40-25330c9baf88 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1593 | 2024.07.25 02:09:32.412350 [ 3 ] {} <Trace> HTTP-Session: a76045ed-7e00-4dac-ac40-25330c9baf88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1594 | 2024.07.25 02:09:32.412490 [ 3 ] {893c0af0-dd4e-456e-8838-86f1e57b7163} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1595 | 2024.07.25 02:09:32.412534 [ 3 ] {893c0af0-dd4e-456e-8838-86f1e57b7163} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1596 | 2024.07.25 02:09:32.412656 [ 3 ] {893c0af0-dd4e-456e-8838-86f1e57b7163} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1597 | 2024.07.25 02:09:32.412983 [ 3 ] {893c0af0-dd4e-456e-8838-86f1e57b7163} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1598 | 2024.07.25 02:09:32.413017 [ 3 ] {893c0af0-dd4e-456e-8838-86f1e57b7163} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
1599 | 2024.07.25 02:09:32.413430 [ 3 ] {893c0af0-dd4e-456e-8838-86f1e57b7163} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1600 | 2024.07.25 02:09:32.413762 [ 3 ] {893c0af0-dd4e-456e-8838-86f1e57b7163} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1601 | 2024.07.25 02:09:32.413927 [ 3 ] {893c0af0-dd4e-456e-8838-86f1e57b7163} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001487 sec., 40349.69737726967 rows/sec., 2.72 MiB/sec. | ||
1602 | 2024.07.25 02:09:32.414245 [ 3 ] {893c0af0-dd4e-456e-8838-86f1e57b7163} <Debug> DynamicQueryHandler: Done processing query | ||
1603 | 2024.07.25 02:09:32.414269 [ 3 ] {893c0af0-dd4e-456e-8838-86f1e57b7163} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1604 | 2024.07.25 02:09:32.414284 [ 3 ] {} <Debug> HTTP-Session: a76045ed-7e00-4dac-ac40-25330c9baf88 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1605 | 2024.07.25 02:09:36.240273 [ 87 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1606 | 2024.07.25 02:09:36.240359 [ 87 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1607 | 2024.07.25 02:09:37.354371 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 7826, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1608 | 2024.07.25 02:09:37.354477 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1609 | 2024.07.25 02:09:37.354502 [ 3 ] {} <Debug> HTTP-Session: 39758a34-9722-47a1-82b3-0b7eb7fadf85 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
1610 | 2024.07.25 02:09:37.354526 [ 3 ] {} <Debug> HTTP-Session: 39758a34-9722-47a1-82b3-0b7eb7fadf85 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1611 | 2024.07.25 02:09:37.354541 [ 3 ] {} <Debug> HTTP-Session: 39758a34-9722-47a1-82b3-0b7eb7fadf85 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1612 | 2024.07.25 02:09:37.354588 [ 3 ] {} <Trace> HTTP-Session: 39758a34-9722-47a1-82b3-0b7eb7fadf85 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1613 | 2024.07.25 02:09:37.354790 [ 3 ] {55204185-ff7b-45da-b238-3869b7ec6e7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1614 | 2024.07.25 02:09:37.354866 [ 3 ] {55204185-ff7b-45da-b238-3869b7ec6e7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1615 | 2024.07.25 02:09:37.355054 [ 3 ] {55204185-ff7b-45da-b238-3869b7ec6e7a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1616 | 2024.07.25 02:09:37.355556 [ 3 ] {55204185-ff7b-45da-b238-3869b7ec6e7a} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1617 | 2024.07.25 02:09:37.355605 [ 3 ] {55204185-ff7b-45da-b238-3869b7ec6e7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
1618 | 2024.07.25 02:09:37.355993 [ 3 ] {55204185-ff7b-45da-b238-3869b7ec6e7a} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1619 | 2024.07.25 02:09:37.356340 [ 3 ] {55204185-ff7b-45da-b238-3869b7ec6e7a} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1620 | 2024.07.25 02:09:37.356512 [ 3 ] {55204185-ff7b-45da-b238-3869b7ec6e7a} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001788 sec., 31319.910514541385 rows/sec., 2.41 MiB/sec. | ||
1621 | 2024.07.25 02:09:37.356829 [ 3 ] {55204185-ff7b-45da-b238-3869b7ec6e7a} <Debug> DynamicQueryHandler: Done processing query | ||
1622 | 2024.07.25 02:09:37.356857 [ 3 ] {55204185-ff7b-45da-b238-3869b7ec6e7a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1623 | 2024.07.25 02:09:37.356874 [ 3 ] {} <Debug> HTTP-Session: 39758a34-9722-47a1-82b3-0b7eb7fadf85 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1624 | 2024.07.25 02:09:37.357011 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 10876, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1625 | 2024.07.25 02:09:37.357068 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1626 | 2024.07.25 02:09:37.357088 [ 3 ] {} <Debug> HTTP-Session: 68febc04-501d-4855-8c58-68b5e9248ec8 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
1627 | 2024.07.25 02:09:37.357107 [ 3 ] {} <Debug> HTTP-Session: 68febc04-501d-4855-8c58-68b5e9248ec8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1628 | 2024.07.25 02:09:37.357120 [ 3 ] {} <Debug> HTTP-Session: 68febc04-501d-4855-8c58-68b5e9248ec8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1629 | 2024.07.25 02:09:37.357155 [ 3 ] {} <Trace> HTTP-Session: 68febc04-501d-4855-8c58-68b5e9248ec8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1630 | 2024.07.25 02:09:37.357301 [ 3 ] {a65317be-c1f4-42ce-a9fa-63f571595208} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1631 | 2024.07.25 02:09:37.357349 [ 3 ] {a65317be-c1f4-42ce-a9fa-63f571595208} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1632 | 2024.07.25 02:09:37.357499 [ 3 ] {a65317be-c1f4-42ce-a9fa-63f571595208} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1633 | 2024.07.25 02:09:37.357858 [ 3 ] {a65317be-c1f4-42ce-a9fa-63f571595208} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1634 | 2024.07.25 02:09:37.357895 [ 3 ] {a65317be-c1f4-42ce-a9fa-63f571595208} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
1635 | 2024.07.25 02:09:37.358297 [ 3 ] {a65317be-c1f4-42ce-a9fa-63f571595208} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1636 | 2024.07.25 02:09:37.358691 [ 3 ] {a65317be-c1f4-42ce-a9fa-63f571595208} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1637 | 2024.07.25 02:09:37.358878 [ 3 ] {a65317be-c1f4-42ce-a9fa-63f571595208} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001638 sec., 39072.03907203907 rows/sec., 3.05 MiB/sec. | ||
1638 | 2024.07.25 02:09:37.359080 [ 3 ] {a65317be-c1f4-42ce-a9fa-63f571595208} <Debug> DynamicQueryHandler: Done processing query | ||
1639 | 2024.07.25 02:09:37.359110 [ 3 ] {a65317be-c1f4-42ce-a9fa-63f571595208} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1640 | 2024.07.25 02:09:37.359131 [ 3 ] {} <Debug> HTTP-Session: 68febc04-501d-4855-8c58-68b5e9248ec8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1641 | 2024.07.25 02:09:37.359340 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 30562, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1642 | 2024.07.25 02:09:37.359402 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1643 | 2024.07.25 02:09:37.359427 [ 3 ] {} <Debug> HTTP-Session: 06cce125-640f-45ba-8f86-1fd5e689cdb2 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
1644 | 2024.07.25 02:09:37.359449 [ 3 ] {} <Debug> HTTP-Session: 06cce125-640f-45ba-8f86-1fd5e689cdb2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1645 | 2024.07.25 02:09:37.359468 [ 3 ] {} <Debug> HTTP-Session: 06cce125-640f-45ba-8f86-1fd5e689cdb2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1646 | 2024.07.25 02:09:37.359508 [ 3 ] {} <Trace> HTTP-Session: 06cce125-640f-45ba-8f86-1fd5e689cdb2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1647 | 2024.07.25 02:09:37.359746 [ 3 ] {6818f9fc-158d-4e8a-a7f2-cfb05dbcda51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1648 | 2024.07.25 02:09:37.359802 [ 3 ] {6818f9fc-158d-4e8a-a7f2-cfb05dbcda51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1649 | 2024.07.25 02:09:37.359992 [ 3 ] {6818f9fc-158d-4e8a-a7f2-cfb05dbcda51} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1650 | 2024.07.25 02:09:37.360412 [ 3 ] {6818f9fc-158d-4e8a-a7f2-cfb05dbcda51} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1651 | 2024.07.25 02:09:37.360449 [ 3 ] {6818f9fc-158d-4e8a-a7f2-cfb05dbcda51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
1652 | 2024.07.25 02:09:37.360859 [ 3 ] {6818f9fc-158d-4e8a-a7f2-cfb05dbcda51} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1653 | 2024.07.25 02:09:37.361207 [ 3 ] {6818f9fc-158d-4e8a-a7f2-cfb05dbcda51} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1654 | 2024.07.25 02:09:37.361375 [ 3 ] {6818f9fc-158d-4e8a-a7f2-cfb05dbcda51} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001772 sec., 90293.45372460497 rows/sec., 6.29 MiB/sec. | ||
1655 | 2024.07.25 02:09:37.361653 [ 3 ] {6818f9fc-158d-4e8a-a7f2-cfb05dbcda51} <Debug> DynamicQueryHandler: Done processing query | ||
1656 | 2024.07.25 02:09:37.361679 [ 3 ] {6818f9fc-158d-4e8a-a7f2-cfb05dbcda51} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
1657 | 2024.07.25 02:09:37.361695 [ 3 ] {} <Debug> HTTP-Session: 06cce125-640f-45ba-8f86-1fd5e689cdb2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1658 | 2024.07.25 02:09:37.361817 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1659 | 2024.07.25 02:09:37.361865 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1660 | 2024.07.25 02:09:37.361884 [ 3 ] {} <Debug> HTTP-Session: ef616d8f-ee5c-4476-a692-0d2914a4e012 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
1661 | 2024.07.25 02:09:37.361901 [ 3 ] {} <Debug> HTTP-Session: ef616d8f-ee5c-4476-a692-0d2914a4e012 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1662 | 2024.07.25 02:09:37.361914 [ 3 ] {} <Debug> HTTP-Session: ef616d8f-ee5c-4476-a692-0d2914a4e012 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1663 | 2024.07.25 02:09:37.361945 [ 3 ] {} <Trace> HTTP-Session: ef616d8f-ee5c-4476-a692-0d2914a4e012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1664 | 2024.07.25 02:09:37.362074 [ 3 ] {95cae5e1-be7e-47a5-844c-0e585f87ae50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1665 | 2024.07.25 02:09:37.362119 [ 3 ] {95cae5e1-be7e-47a5-844c-0e585f87ae50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1666 | 2024.07.25 02:09:37.362263 [ 3 ] {95cae5e1-be7e-47a5-844c-0e585f87ae50} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1667 | 2024.07.25 02:09:37.362626 [ 3 ] {95cae5e1-be7e-47a5-844c-0e585f87ae50} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1668 | 2024.07.25 02:09:37.362679 [ 3 ] {95cae5e1-be7e-47a5-844c-0e585f87ae50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
1669 | 2024.07.25 02:09:37.363124 [ 3 ] {95cae5e1-be7e-47a5-844c-0e585f87ae50} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1670 | 2024.07.25 02:09:37.363492 [ 3 ] {95cae5e1-be7e-47a5-844c-0e585f87ae50} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1671 | 2024.07.25 02:09:37.363624 [ 3 ] {95cae5e1-be7e-47a5-844c-0e585f87ae50} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001604 sec., 37406.48379052369 rows/sec., 2.52 MiB/sec. | ||
1672 | 2024.07.25 02:09:37.363820 [ 3 ] {95cae5e1-be7e-47a5-844c-0e585f87ae50} <Debug> DynamicQueryHandler: Done processing query | ||
1673 | 2024.07.25 02:09:37.363853 [ 3 ] {95cae5e1-be7e-47a5-844c-0e585f87ae50} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1674 | 2024.07.25 02:09:37.363870 [ 3 ] {} <Debug> HTTP-Session: ef616d8f-ee5c-4476-a692-0d2914a4e012 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1675 | 2024.07.25 02:09:42.358814 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 748, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1676 | 2024.07.25 02:09:42.359024 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1677 | 2024.07.25 02:09:42.359070 [ 3 ] {} <Debug> HTTP-Session: 51ff01e0-712f-4c14-87b6-64d625b8ab2e Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
1678 | 2024.07.25 02:09:42.359109 [ 3 ] {} <Debug> HTTP-Session: 51ff01e0-712f-4c14-87b6-64d625b8ab2e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1679 | 2024.07.25 02:09:42.359136 [ 3 ] {} <Debug> HTTP-Session: 51ff01e0-712f-4c14-87b6-64d625b8ab2e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1680 | 2024.07.25 02:09:42.359212 [ 3 ] {} <Trace> HTTP-Session: 51ff01e0-712f-4c14-87b6-64d625b8ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1681 | 2024.07.25 02:09:42.359491 [ 3 ] {bdbffdd9-db36-486a-97c7-2a320b4ea3d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1682 | 2024.07.25 02:09:42.359593 [ 3 ] {bdbffdd9-db36-486a-97c7-2a320b4ea3d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1683 | 2024.07.25 02:09:42.359878 [ 3 ] {bdbffdd9-db36-486a-97c7-2a320b4ea3d0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1684 | 2024.07.25 02:09:42.360344 [ 3 ] {bdbffdd9-db36-486a-97c7-2a320b4ea3d0} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1685 | 2024.07.25 02:09:42.360396 [ 3 ] {bdbffdd9-db36-486a-97c7-2a320b4ea3d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
1686 | 2024.07.25 02:09:42.360776 [ 3 ] {bdbffdd9-db36-486a-97c7-2a320b4ea3d0} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1687 | 2024.07.25 02:09:42.361125 [ 3 ] {bdbffdd9-db36-486a-97c7-2a320b4ea3d0} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1688 | 2024.07.25 02:09:42.361315 [ 3 ] {bdbffdd9-db36-486a-97c7-2a320b4ea3d0} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.001898 sec., 3161.222339304531 rows/sec., 179.05 KiB/sec. | ||
1689 | 2024.07.25 02:09:42.361637 [ 3 ] {bdbffdd9-db36-486a-97c7-2a320b4ea3d0} <Debug> DynamicQueryHandler: Done processing query | ||
1690 | 2024.07.25 02:09:42.361666 [ 3 ] {bdbffdd9-db36-486a-97c7-2a320b4ea3d0} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1691 | 2024.07.25 02:09:42.361683 [ 3 ] {} <Debug> HTTP-Session: 51ff01e0-712f-4c14-87b6-64d625b8ab2e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1692 | 2024.07.25 02:09:42.361948 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 24355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1693 | 2024.07.25 02:09:42.362011 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1694 | 2024.07.25 02:09:42.362031 [ 3 ] {} <Debug> HTTP-Session: 7af1b845-cd13-42d3-ab7b-932bfa636f4b Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
1695 | 2024.07.25 02:09:42.362048 [ 3 ] {} <Debug> HTTP-Session: 7af1b845-cd13-42d3-ab7b-932bfa636f4b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1696 | 2024.07.25 02:09:42.362062 [ 3 ] {} <Debug> HTTP-Session: 7af1b845-cd13-42d3-ab7b-932bfa636f4b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1697 | 2024.07.25 02:09:42.362099 [ 3 ] {} <Trace> HTTP-Session: 7af1b845-cd13-42d3-ab7b-932bfa636f4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1698 | 2024.07.25 02:09:42.362293 [ 3 ] {cdc0045a-f824-40c6-8f09-8978179ecca2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1699 | 2024.07.25 02:09:42.362345 [ 3 ] {cdc0045a-f824-40c6-8f09-8978179ecca2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1700 | 2024.07.25 02:09:42.362499 [ 3 ] {cdc0045a-f824-40c6-8f09-8978179ecca2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1701 | 2024.07.25 02:09:42.362929 [ 3 ] {cdc0045a-f824-40c6-8f09-8978179ecca2} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1702 | 2024.07.25 02:09:42.362969 [ 3 ] {cdc0045a-f824-40c6-8f09-8978179ecca2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
1703 | 2024.07.25 02:09:42.363325 [ 3 ] {cdc0045a-f824-40c6-8f09-8978179ecca2} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1704 | 2024.07.25 02:09:42.363663 [ 3 ] {cdc0045a-f824-40c6-8f09-8978179ecca2} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1705 | 2024.07.25 02:09:42.363854 [ 3 ] {cdc0045a-f824-40c6-8f09-8978179ecca2} <Debug> executeQuery: Read 161 rows, 14.56 KiB in 0.001655 sec., 97280.9667673716 rows/sec., 8.59 MiB/sec. | ||
1706 | 2024.07.25 02:09:42.364035 [ 3 ] {cdc0045a-f824-40c6-8f09-8978179ecca2} <Debug> DynamicQueryHandler: Done processing query | ||
1707 | 2024.07.25 02:09:42.364060 [ 3 ] {cdc0045a-f824-40c6-8f09-8978179ecca2} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
1708 | 2024.07.25 02:09:42.364075 [ 3 ] {} <Debug> HTTP-Session: 7af1b845-cd13-42d3-ab7b-932bfa636f4b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1709 | 2024.07.25 02:09:42.364356 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 61564, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1710 | 2024.07.25 02:09:42.364410 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1711 | 2024.07.25 02:09:42.364428 [ 3 ] {} <Debug> HTTP-Session: d07e2da8-d112-4436-bd63-e7cd0d146811 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
1712 | 2024.07.25 02:09:42.364444 [ 3 ] {} <Debug> HTTP-Session: d07e2da8-d112-4436-bd63-e7cd0d146811 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1713 | 2024.07.25 02:09:42.364458 [ 3 ] {} <Debug> HTTP-Session: d07e2da8-d112-4436-bd63-e7cd0d146811 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1714 | 2024.07.25 02:09:42.364490 [ 3 ] {} <Trace> HTTP-Session: d07e2da8-d112-4436-bd63-e7cd0d146811 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1715 | 2024.07.25 02:09:42.364839 [ 3 ] {48f0dc5d-8d39-4bfa-a344-14bd028ba47b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1716 | 2024.07.25 02:09:42.364899 [ 3 ] {48f0dc5d-8d39-4bfa-a344-14bd028ba47b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1717 | 2024.07.25 02:09:42.365099 [ 3 ] {48f0dc5d-8d39-4bfa-a344-14bd028ba47b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1718 | 2024.07.25 02:09:42.366017 [ 3 ] {48f0dc5d-8d39-4bfa-a344-14bd028ba47b} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1719 | 2024.07.25 02:09:42.366066 [ 3 ] {48f0dc5d-8d39-4bfa-a344-14bd028ba47b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
1720 | 2024.07.25 02:09:42.366434 [ 3 ] {48f0dc5d-8d39-4bfa-a344-14bd028ba47b} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1721 | 2024.07.25 02:09:42.366763 [ 3 ] {48f0dc5d-8d39-4bfa-a344-14bd028ba47b} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1722 | 2024.07.25 02:09:42.366935 [ 3 ] {48f0dc5d-8d39-4bfa-a344-14bd028ba47b} <Debug> executeQuery: Read 382 rows, 27.47 KiB in 0.002337 sec., 163457.4240479247 rows/sec., 11.48 MiB/sec. | ||
1723 | 2024.07.25 02:09:42.367120 [ 3 ] {48f0dc5d-8d39-4bfa-a344-14bd028ba47b} <Debug> DynamicQueryHandler: Done processing query | ||
1724 | 2024.07.25 02:09:42.367145 [ 3 ] {48f0dc5d-8d39-4bfa-a344-14bd028ba47b} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
1725 | 2024.07.25 02:09:42.367161 [ 3 ] {} <Debug> HTTP-Session: d07e2da8-d112-4436-bd63-e7cd0d146811 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1726 | 2024.07.25 02:09:42.367313 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1727 | 2024.07.25 02:09:42.367366 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1728 | 2024.07.25 02:09:42.367391 [ 3 ] {} <Debug> HTTP-Session: 4bb382f4-c45c-44e2-890b-784a96ceee55 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
1729 | 2024.07.25 02:09:42.367408 [ 3 ] {} <Debug> HTTP-Session: 4bb382f4-c45c-44e2-890b-784a96ceee55 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1730 | 2024.07.25 02:09:42.367421 [ 3 ] {} <Debug> HTTP-Session: 4bb382f4-c45c-44e2-890b-784a96ceee55 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1731 | 2024.07.25 02:09:42.367454 [ 3 ] {} <Trace> HTTP-Session: 4bb382f4-c45c-44e2-890b-784a96ceee55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1732 | 2024.07.25 02:09:42.367554 [ 3 ] {cd805cea-96ed-44b9-be29-557e899ee656} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
1733 | 2024.07.25 02:09:42.367602 [ 3 ] {cd805cea-96ed-44b9-be29-557e899ee656} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
1734 | 2024.07.25 02:09:42.367733 [ 3 ] {cd805cea-96ed-44b9-be29-557e899ee656} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1735 | 2024.07.25 02:09:42.368060 [ 3 ] {cd805cea-96ed-44b9-be29-557e899ee656} <Trace> oximeter.measurements_bool (8163702d-f428-4b08-bb37-b5af976016c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1736 | 2024.07.25 02:09:42.368097 [ 3 ] {cd805cea-96ed-44b9-be29-557e899ee656} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
1737 | 2024.07.25 02:09:42.368459 [ 3 ] {cd805cea-96ed-44b9-be29-557e899ee656} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1738 | 2024.07.25 02:09:42.368786 [ 3 ] {cd805cea-96ed-44b9-be29-557e899ee656} <Trace> oximeter.measurements_bool (8163702d-f428-4b08-bb37-b5af976016c8): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1739 | 2024.07.25 02:09:42.368942 [ 3 ] {cd805cea-96ed-44b9-be29-557e899ee656} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001404 sec., 4273.504273504273 rows/sec., 183.63 KiB/sec. | ||
1740 | 2024.07.25 02:09:42.369208 [ 3 ] {cd805cea-96ed-44b9-be29-557e899ee656} <Debug> DynamicQueryHandler: Done processing query | ||
1741 | 2024.07.25 02:09:42.369237 [ 3 ] {cd805cea-96ed-44b9-be29-557e899ee656} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1742 | 2024.07.25 02:09:42.369254 [ 3 ] {} <Debug> HTTP-Session: 4bb382f4-c45c-44e2-890b-784a96ceee55 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1743 | 2024.07.25 02:09:42.369381 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 14082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1744 | 2024.07.25 02:09:42.369430 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1745 | 2024.07.25 02:09:42.369448 [ 3 ] {} <Debug> HTTP-Session: 8259fc4c-1c53-4cb9-82c1-9b8dc080a497 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
1746 | 2024.07.25 02:09:42.369464 [ 3 ] {} <Debug> HTTP-Session: 8259fc4c-1c53-4cb9-82c1-9b8dc080a497 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1747 | 2024.07.25 02:09:42.369477 [ 3 ] {} <Debug> HTTP-Session: 8259fc4c-1c53-4cb9-82c1-9b8dc080a497 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1748 | 2024.07.25 02:09:42.369508 [ 3 ] {} <Trace> HTTP-Session: 8259fc4c-1c53-4cb9-82c1-9b8dc080a497 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1749 | 2024.07.25 02:09:42.369645 [ 3 ] {12694abe-2e0c-4418-86b2-6ba18f1950b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
1750 | 2024.07.25 02:09:42.369693 [ 3 ] {12694abe-2e0c-4418-86b2-6ba18f1950b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
1751 | 2024.07.25 02:09:42.369860 [ 3 ] {12694abe-2e0c-4418-86b2-6ba18f1950b8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1752 | 2024.07.25 02:09:42.370197 [ 3 ] {12694abe-2e0c-4418-86b2-6ba18f1950b8} <Trace> oximeter.measurements_cumulativei64 (ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1753 | 2024.07.25 02:09:42.370234 [ 3 ] {12694abe-2e0c-4418-86b2-6ba18f1950b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
1754 | 2024.07.25 02:09:42.370605 [ 3 ] {12694abe-2e0c-4418-86b2-6ba18f1950b8} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1755 | 2024.07.25 02:09:42.370966 [ 3 ] {12694abe-2e0c-4418-86b2-6ba18f1950b8} <Trace> oximeter.measurements_cumulativei64 (ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1756 | 2024.07.25 02:09:42.371127 [ 3 ] {12694abe-2e0c-4418-86b2-6ba18f1950b8} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001541 sec., 49967.553536664505 rows/sec., 3.08 MiB/sec. | ||
1757 | 2024.07.25 02:09:42.371298 [ 3 ] {12694abe-2e0c-4418-86b2-6ba18f1950b8} <Debug> DynamicQueryHandler: Done processing query | ||
1758 | 2024.07.25 02:09:42.371323 [ 3 ] {12694abe-2e0c-4418-86b2-6ba18f1950b8} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1759 | 2024.07.25 02:09:42.371339 [ 3 ] {} <Debug> HTTP-Session: 8259fc4c-1c53-4cb9-82c1-9b8dc080a497 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1760 | 2024.07.25 02:09:42.371495 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 30562, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1761 | 2024.07.25 02:09:42.371543 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1762 | 2024.07.25 02:09:42.371562 [ 3 ] {} <Debug> HTTP-Session: f78314d5-6f42-495e-aebd-4fb8db221620 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
1763 | 2024.07.25 02:09:42.371578 [ 3 ] {} <Debug> HTTP-Session: f78314d5-6f42-495e-aebd-4fb8db221620 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1764 | 2024.07.25 02:09:42.371592 [ 3 ] {} <Debug> HTTP-Session: f78314d5-6f42-495e-aebd-4fb8db221620 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1765 | 2024.07.25 02:09:42.371622 [ 3 ] {} <Trace> HTTP-Session: f78314d5-6f42-495e-aebd-4fb8db221620 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1766 | 2024.07.25 02:09:42.371777 [ 3 ] {6e16f749-1397-42c4-8647-040483284a47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1767 | 2024.07.25 02:09:42.371823 [ 3 ] {6e16f749-1397-42c4-8647-040483284a47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1768 | 2024.07.25 02:09:42.371962 [ 3 ] {6e16f749-1397-42c4-8647-040483284a47} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1769 | 2024.07.25 02:09:42.372337 [ 3 ] {6e16f749-1397-42c4-8647-040483284a47} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1770 | 2024.07.25 02:09:42.372373 [ 3 ] {6e16f749-1397-42c4-8647-040483284a47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
1771 | 2024.07.25 02:09:42.372738 [ 3 ] {6e16f749-1397-42c4-8647-040483284a47} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1772 | 2024.07.25 02:09:42.373078 [ 3 ] {6e16f749-1397-42c4-8647-040483284a47} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1773 | 2024.07.25 02:09:42.373247 [ 3 ] {6e16f749-1397-42c4-8647-040483284a47} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001539 sec., 103963.61273554256 rows/sec., 7.24 MiB/sec. | ||
1774 | 2024.07.25 02:09:42.373524 [ 3 ] {6e16f749-1397-42c4-8647-040483284a47} <Debug> DynamicQueryHandler: Done processing query | ||
1775 | 2024.07.25 02:09:42.373550 [ 3 ] {6e16f749-1397-42c4-8647-040483284a47} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
1776 | 2024.07.25 02:09:42.373566 [ 3 ] {} <Debug> HTTP-Session: f78314d5-6f42-495e-aebd-4fb8db221620 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1777 | 2024.07.25 02:09:42.373711 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 3211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1778 | 2024.07.25 02:09:42.373760 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1779 | 2024.07.25 02:09:42.373779 [ 3 ] {} <Debug> HTTP-Session: a81e6a24-59a4-4571-b8d9-83b5e555ad35 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
1780 | 2024.07.25 02:09:42.373795 [ 3 ] {} <Debug> HTTP-Session: a81e6a24-59a4-4571-b8d9-83b5e555ad35 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1781 | 2024.07.25 02:09:42.373808 [ 3 ] {} <Debug> HTTP-Session: a81e6a24-59a4-4571-b8d9-83b5e555ad35 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1782 | 2024.07.25 02:09:42.373839 [ 3 ] {} <Trace> HTTP-Session: a81e6a24-59a4-4571-b8d9-83b5e555ad35 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1783 | 2024.07.25 02:09:42.373942 [ 3 ] {dd0e098e-a10f-4875-8523-f38be8aa84a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
1784 | 2024.07.25 02:09:42.373988 [ 3 ] {dd0e098e-a10f-4875-8523-f38be8aa84a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
1785 | 2024.07.25 02:09:42.374143 [ 3 ] {dd0e098e-a10f-4875-8523-f38be8aa84a7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1786 | 2024.07.25 02:09:42.374485 [ 3 ] {dd0e098e-a10f-4875-8523-f38be8aa84a7} <Trace> oximeter.measurements_i64 (4af3948b-7ee8-4a0a-bff7-9db9837b5273): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1787 | 2024.07.25 02:09:42.374527 [ 3 ] {dd0e098e-a10f-4875-8523-f38be8aa84a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
1788 | 2024.07.25 02:09:42.374943 [ 3 ] {dd0e098e-a10f-4875-8523-f38be8aa84a7} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1789 | 2024.07.25 02:09:42.375295 [ 3 ] {dd0e098e-a10f-4875-8523-f38be8aa84a7} <Trace> oximeter.measurements_i64 (4af3948b-7ee8-4a0a-bff7-9db9837b5273): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1790 | 2024.07.25 02:09:42.375452 [ 3 ] {dd0e098e-a10f-4875-8523-f38be8aa84a7} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001536 sec., 14973.958333333332 rows/sec., 809.99 KiB/sec. | ||
1791 | 2024.07.25 02:09:42.375765 [ 3 ] {dd0e098e-a10f-4875-8523-f38be8aa84a7} <Debug> DynamicQueryHandler: Done processing query | ||
1792 | 2024.07.25 02:09:42.375794 [ 3 ] {dd0e098e-a10f-4875-8523-f38be8aa84a7} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1793 | 2024.07.25 02:09:42.375813 [ 3 ] {} <Debug> HTTP-Session: a81e6a24-59a4-4571-b8d9-83b5e555ad35 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1794 | 2024.07.25 02:09:42.375967 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1795 | 2024.07.25 02:09:42.376029 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1796 | 2024.07.25 02:09:42.376052 [ 3 ] {} <Debug> HTTP-Session: 473858fb-81ce-402f-bbd7-bd6e55a9784a Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
1797 | 2024.07.25 02:09:42.376070 [ 3 ] {} <Debug> HTTP-Session: 473858fb-81ce-402f-bbd7-bd6e55a9784a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1798 | 2024.07.25 02:09:42.376085 [ 3 ] {} <Debug> HTTP-Session: 473858fb-81ce-402f-bbd7-bd6e55a9784a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1799 | 2024.07.25 02:09:42.376123 [ 3 ] {} <Trace> HTTP-Session: 473858fb-81ce-402f-bbd7-bd6e55a9784a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1800 | 2024.07.25 02:09:42.376270 [ 3 ] {4da2209a-2616-45b1-9d1d-f450622f5947} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1801 | 2024.07.25 02:09:42.376316 [ 3 ] {4da2209a-2616-45b1-9d1d-f450622f5947} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1802 | 2024.07.25 02:09:42.376463 [ 3 ] {4da2209a-2616-45b1-9d1d-f450622f5947} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1803 | 2024.07.25 02:09:42.376775 [ 3 ] {4da2209a-2616-45b1-9d1d-f450622f5947} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1804 | 2024.07.25 02:09:42.376814 [ 3 ] {4da2209a-2616-45b1-9d1d-f450622f5947} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
1805 | 2024.07.25 02:09:42.377166 [ 3 ] {4da2209a-2616-45b1-9d1d-f450622f5947} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1806 | 2024.07.25 02:09:42.377492 [ 3 ] {4da2209a-2616-45b1-9d1d-f450622f5947} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1807 | 2024.07.25 02:09:42.377649 [ 3 ] {4da2209a-2616-45b1-9d1d-f450622f5947} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001426 sec., 42075.7363253857 rows/sec., 2.84 MiB/sec. | ||
1808 | 2024.07.25 02:09:42.377821 [ 3 ] {4da2209a-2616-45b1-9d1d-f450622f5947} <Debug> DynamicQueryHandler: Done processing query | ||
1809 | 2024.07.25 02:09:42.377852 [ 3 ] {4da2209a-2616-45b1-9d1d-f450622f5947} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1810 | 2024.07.25 02:09:42.377873 [ 3 ] {} <Debug> HTTP-Session: 473858fb-81ce-402f-bbd7-bd6e55a9784a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1811 | 2024.07.25 02:09:47.347860 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 1056, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1812 | 2024.07.25 02:09:47.347986 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1813 | 2024.07.25 02:09:47.348013 [ 3 ] {} <Debug> HTTP-Session: ea8a7cab-da2c-4d3a-b46e-3423e31c9f5b Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
1814 | 2024.07.25 02:09:47.348038 [ 3 ] {} <Debug> HTTP-Session: ea8a7cab-da2c-4d3a-b46e-3423e31c9f5b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1815 | 2024.07.25 02:09:47.348053 [ 3 ] {} <Debug> HTTP-Session: ea8a7cab-da2c-4d3a-b46e-3423e31c9f5b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1816 | 2024.07.25 02:09:47.348105 [ 3 ] {} <Trace> HTTP-Session: ea8a7cab-da2c-4d3a-b46e-3423e31c9f5b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1817 | 2024.07.25 02:09:47.348345 [ 3 ] {e9df3417-4d27-47b0-a425-29357386f1b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
1818 | 2024.07.25 02:09:47.348734 [ 3 ] {e9df3417-4d27-47b0-a425-29357386f1b9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1819 | 2024.07.25 02:09:47.348782 [ 3 ] {e9df3417-4d27-47b0-a425-29357386f1b9} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
1820 | 2024.07.25 02:09:47.349117 [ 3 ] {e9df3417-4d27-47b0-a425-29357386f1b9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1821 | 2024.07.25 02:09:47.349206 [ 3 ] {e9df3417-4d27-47b0-a425-29357386f1b9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1822 | 2024.07.25 02:09:47.349381 [ 3 ] {e9df3417-4d27-47b0-a425-29357386f1b9} <Debug> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
1823 | 2024.07.25 02:09:47.349542 [ 252 ] {e9df3417-4d27-47b0-a425-29357386f1b9} <Trace> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1824 | 2024.07.25 02:09:47.349545 [ 250 ] {e9df3417-4d27-47b0-a425-29357386f1b9} <Trace> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1825 | 2024.07.25 02:09:47.349711 [ 3 ] {e9df3417-4d27-47b0-a425-29357386f1b9} <Debug> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (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 | ||
1826 | 2024.07.25 02:09:47.349752 [ 3 ] {e9df3417-4d27-47b0-a425-29357386f1b9} <Trace> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1827 | 2024.07.25 02:09:47.349906 [ 3 ] {e9df3417-4d27-47b0-a425-29357386f1b9} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1828 | 2024.07.25 02:09:47.349948 [ 3 ] {e9df3417-4d27-47b0-a425-29357386f1b9} <Debug> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (SelectExecutor): Reading approx. 30 rows with 2 streams | ||
1829 | 2024.07.25 02:09:47.350011 [ 3 ] {e9df3417-4d27-47b0-a425-29357386f1b9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1830 | 2024.07.25 02:09:47.350057 [ 3 ] {e9df3417-4d27-47b0-a425-29357386f1b9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1831 | 2024.07.25 02:09:47.351702 [ 3 ] {e9df3417-4d27-47b0-a425-29357386f1b9} <Debug> executeQuery: Read 30 rows, 1.09 KiB in 0.003465 sec., 8658.008658008657 rows/sec., 314.53 KiB/sec. | ||
1832 | 2024.07.25 02:09:47.352064 [ 3 ] {e9df3417-4d27-47b0-a425-29357386f1b9} <Debug> DynamicQueryHandler: Done processing query | ||
1833 | 2024.07.25 02:09:47.352096 [ 3 ] {e9df3417-4d27-47b0-a425-29357386f1b9} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1834 | 2024.07.25 02:09:47.352114 [ 3 ] {} <Debug> HTTP-Session: ea8a7cab-da2c-4d3a-b46e-3423e31c9f5b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1835 | 2024.07.25 02:09:47.352363 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 1094, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1836 | 2024.07.25 02:09:47.352425 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1837 | 2024.07.25 02:09:47.352448 [ 3 ] {} <Debug> HTTP-Session: 9dc8a85a-a245-479f-a226-28a9ce962382 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
1838 | 2024.07.25 02:09:47.352467 [ 3 ] {} <Debug> HTTP-Session: 9dc8a85a-a245-479f-a226-28a9ce962382 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1839 | 2024.07.25 02:09:47.352481 [ 3 ] {} <Debug> HTTP-Session: 9dc8a85a-a245-479f-a226-28a9ce962382 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1840 | 2024.07.25 02:09:47.352519 [ 3 ] {} <Trace> HTTP-Session: 9dc8a85a-a245-479f-a226-28a9ce962382 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1841 | 2024.07.25 02:09:47.352697 [ 3 ] {94617e0a-7e84-4277-86c0-07df645f5994} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:errors_received', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
1842 | 2024.07.25 02:09:47.353002 [ 3 ] {94617e0a-7e84-4277-86c0-07df645f5994} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1843 | 2024.07.25 02:09:47.353055 [ 3 ] {94617e0a-7e84-4277-86c0-07df645f5994} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:errors_received', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
1844 | 2024.07.25 02:09:47.353354 [ 3 ] {94617e0a-7e84-4277-86c0-07df645f5994} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1845 | 2024.07.25 02:09:47.353421 [ 3 ] {94617e0a-7e84-4277-86c0-07df645f5994} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1846 | 2024.07.25 02:09:47.353569 [ 3 ] {94617e0a-7e84-4277-86c0-07df645f5994} <Debug> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (SelectExecutor): Key condition: (column 0 notIn 31-element set) | ||
1847 | 2024.07.25 02:09:47.353680 [ 256 ] {94617e0a-7e84-4277-86c0-07df645f5994} <Trace> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1848 | 2024.07.25 02:09:47.353683 [ 257 ] {94617e0a-7e84-4277-86c0-07df645f5994} <Trace> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1849 | 2024.07.25 02:09:47.353799 [ 3 ] {94617e0a-7e84-4277-86c0-07df645f5994} <Debug> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (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 | ||
1850 | 2024.07.25 02:09:47.353830 [ 3 ] {94617e0a-7e84-4277-86c0-07df645f5994} <Trace> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1851 | 2024.07.25 02:09:47.353911 [ 3 ] {94617e0a-7e84-4277-86c0-07df645f5994} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1852 | 2024.07.25 02:09:47.353933 [ 3 ] {94617e0a-7e84-4277-86c0-07df645f5994} <Debug> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (SelectExecutor): Reading approx. 30 rows with 2 streams | ||
1853 | 2024.07.25 02:09:47.353978 [ 3 ] {94617e0a-7e84-4277-86c0-07df645f5994} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:errors_received', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1854 | 2024.07.25 02:09:47.354023 [ 3 ] {94617e0a-7e84-4277-86c0-07df645f5994} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:errors_received', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1855 | 2024.07.25 02:09:47.355414 [ 3 ] {94617e0a-7e84-4277-86c0-07df645f5994} <Debug> executeQuery: Read 30 rows, 1.09 KiB in 0.002801 sec., 10710.460549803642 rows/sec., 389.09 KiB/sec. | ||
1856 | 2024.07.25 02:09:47.355708 [ 3 ] {94617e0a-7e84-4277-86c0-07df645f5994} <Debug> DynamicQueryHandler: Done processing query | ||
1857 | 2024.07.25 02:09:47.355737 [ 3 ] {94617e0a-7e84-4277-86c0-07df645f5994} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1858 | 2024.07.25 02:09:47.355754 [ 3 ] {} <Debug> HTTP-Session: 9dc8a85a-a245-479f-a226-28a9ce962382 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1859 | 2024.07.25 02:09:47.355967 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 1128, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1860 | 2024.07.25 02:09:47.356020 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1861 | 2024.07.25 02:09:47.356040 [ 3 ] {} <Debug> HTTP-Session: b63414cc-02b1-4b25-8ecf-e8ad2baaff10 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
1862 | 2024.07.25 02:09:47.356057 [ 3 ] {} <Debug> HTTP-Session: b63414cc-02b1-4b25-8ecf-e8ad2baaff10 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1863 | 2024.07.25 02:09:47.356072 [ 3 ] {} <Debug> HTTP-Session: b63414cc-02b1-4b25-8ecf-e8ad2baaff10 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1864 | 2024.07.25 02:09:47.356108 [ 3 ] {} <Trace> HTTP-Session: b63414cc-02b1-4b25-8ecf-e8ad2baaff10 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1865 | 2024.07.25 02:09:47.356263 [ 3 ] {bfd20edc-c78e-4d58-a603-420696e03900} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
1866 | 2024.07.25 02:09:47.356550 [ 3 ] {bfd20edc-c78e-4d58-a603-420696e03900} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1867 | 2024.07.25 02:09:47.356598 [ 3 ] {bfd20edc-c78e-4d58-a603-420696e03900} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
1868 | 2024.07.25 02:09:47.356898 [ 3 ] {bfd20edc-c78e-4d58-a603-420696e03900} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1869 | 2024.07.25 02:09:47.356966 [ 3 ] {bfd20edc-c78e-4d58-a603-420696e03900} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1870 | 2024.07.25 02:09:47.357114 [ 3 ] {bfd20edc-c78e-4d58-a603-420696e03900} <Debug> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (SelectExecutor): Key condition: (column 0 notIn 32-element set) | ||
1871 | 2024.07.25 02:09:47.357233 [ 250 ] {bfd20edc-c78e-4d58-a603-420696e03900} <Trace> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1872 | 2024.07.25 02:09:47.357236 [ 255 ] {bfd20edc-c78e-4d58-a603-420696e03900} <Trace> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1873 | 2024.07.25 02:09:47.357355 [ 3 ] {bfd20edc-c78e-4d58-a603-420696e03900} <Debug> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (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 | ||
1874 | 2024.07.25 02:09:47.357385 [ 3 ] {bfd20edc-c78e-4d58-a603-420696e03900} <Trace> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1875 | 2024.07.25 02:09:47.357463 [ 3 ] {bfd20edc-c78e-4d58-a603-420696e03900} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1876 | 2024.07.25 02:09:47.357484 [ 3 ] {bfd20edc-c78e-4d58-a603-420696e03900} <Debug> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (SelectExecutor): Reading approx. 30 rows with 2 streams | ||
1877 | 2024.07.25 02:09:47.357523 [ 3 ] {bfd20edc-c78e-4d58-a603-420696e03900} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1878 | 2024.07.25 02:09:47.357570 [ 3 ] {bfd20edc-c78e-4d58-a603-420696e03900} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1879 | 2024.07.25 02:09:47.358795 [ 3 ] {bfd20edc-c78e-4d58-a603-420696e03900} <Debug> executeQuery: Read 30 rows, 1.09 KiB in 0.002606 sec., 11511.895625479663 rows/sec., 418.21 KiB/sec. | ||
1880 | 2024.07.25 02:09:47.359102 [ 3 ] {bfd20edc-c78e-4d58-a603-420696e03900} <Debug> DynamicQueryHandler: Done processing query | ||
1881 | 2024.07.25 02:09:47.359128 [ 3 ] {bfd20edc-c78e-4d58-a603-420696e03900} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1882 | 2024.07.25 02:09:47.359144 [ 3 ] {} <Debug> HTTP-Session: b63414cc-02b1-4b25-8ecf-e8ad2baaff10 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1883 | 2024.07.25 02:09:47.359357 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 1165, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1884 | 2024.07.25 02:09:47.359407 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1885 | 2024.07.25 02:09:47.359426 [ 3 ] {} <Debug> HTTP-Session: 3f011d1f-73f6-4229-a35c-157bbc48309b Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
1886 | 2024.07.25 02:09:47.359443 [ 3 ] {} <Debug> HTTP-Session: 3f011d1f-73f6-4229-a35c-157bbc48309b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1887 | 2024.07.25 02:09:47.359458 [ 3 ] {} <Debug> HTTP-Session: 3f011d1f-73f6-4229-a35c-157bbc48309b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1888 | 2024.07.25 02:09:47.359491 [ 3 ] {} <Trace> HTTP-Session: 3f011d1f-73f6-4229-a35c-157bbc48309b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1889 | 2024.07.25 02:09:47.359641 [ 3 ] {6bc8bf71-5bc5-489b-bc25-891e7349cbe6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
1890 | 2024.07.25 02:09:47.359923 [ 3 ] {6bc8bf71-5bc5-489b-bc25-891e7349cbe6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1891 | 2024.07.25 02:09:47.359971 [ 3 ] {6bc8bf71-5bc5-489b-bc25-891e7349cbe6} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
1892 | 2024.07.25 02:09:47.360267 [ 3 ] {6bc8bf71-5bc5-489b-bc25-891e7349cbe6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1893 | 2024.07.25 02:09:47.360334 [ 3 ] {6bc8bf71-5bc5-489b-bc25-891e7349cbe6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1894 | 2024.07.25 02:09:47.360476 [ 3 ] {6bc8bf71-5bc5-489b-bc25-891e7349cbe6} <Debug> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (SelectExecutor): Key condition: (column 0 notIn 33-element set) | ||
1895 | 2024.07.25 02:09:47.360582 [ 255 ] {6bc8bf71-5bc5-489b-bc25-891e7349cbe6} <Trace> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1896 | 2024.07.25 02:09:47.360594 [ 257 ] {6bc8bf71-5bc5-489b-bc25-891e7349cbe6} <Trace> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1897 | 2024.07.25 02:09:47.360708 [ 3 ] {6bc8bf71-5bc5-489b-bc25-891e7349cbe6} <Debug> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (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 | ||
1898 | 2024.07.25 02:09:47.360737 [ 3 ] {6bc8bf71-5bc5-489b-bc25-891e7349cbe6} <Trace> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1899 | 2024.07.25 02:09:47.360816 [ 3 ] {6bc8bf71-5bc5-489b-bc25-891e7349cbe6} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1900 | 2024.07.25 02:09:47.360836 [ 3 ] {6bc8bf71-5bc5-489b-bc25-891e7349cbe6} <Debug> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (SelectExecutor): Reading approx. 30 rows with 2 streams | ||
1901 | 2024.07.25 02:09:47.360876 [ 3 ] {6bc8bf71-5bc5-489b-bc25-891e7349cbe6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1902 | 2024.07.25 02:09:47.360948 [ 3 ] {6bc8bf71-5bc5-489b-bc25-891e7349cbe6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1903 | 2024.07.25 02:09:47.362260 [ 3 ] {6bc8bf71-5bc5-489b-bc25-891e7349cbe6} <Debug> executeQuery: Read 30 rows, 1.09 KiB in 0.002692 sec., 11144.130757800891 rows/sec., 404.85 KiB/sec. | ||
1904 | 2024.07.25 02:09:47.362551 [ 3 ] {6bc8bf71-5bc5-489b-bc25-891e7349cbe6} <Debug> DynamicQueryHandler: Done processing query | ||
1905 | 2024.07.25 02:09:47.362576 [ 3 ] {6bc8bf71-5bc5-489b-bc25-891e7349cbe6} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1906 | 2024.07.25 02:09:47.362593 [ 3 ] {} <Debug> HTTP-Session: 3f011d1f-73f6-4229-a35c-157bbc48309b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1907 | 2024.07.25 02:09:47.362801 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 1204, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1908 | 2024.07.25 02:09:47.362850 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1909 | 2024.07.25 02:09:47.362870 [ 3 ] {} <Debug> HTTP-Session: 94a52082-07ef-4e3d-9176-bc2511037dc3 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
1910 | 2024.07.25 02:09:47.362887 [ 3 ] {} <Debug> HTTP-Session: 94a52082-07ef-4e3d-9176-bc2511037dc3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1911 | 2024.07.25 02:09:47.362901 [ 3 ] {} <Debug> HTTP-Session: 94a52082-07ef-4e3d-9176-bc2511037dc3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1912 | 2024.07.25 02:09:47.362932 [ 3 ] {} <Trace> HTTP-Session: 94a52082-07ef-4e3d-9176-bc2511037dc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1913 | 2024.07.25 02:09:47.363082 [ 3 ] {ae7424a3-d8e7-41ef-87b3-d863d91d4be5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
1914 | 2024.07.25 02:09:47.363366 [ 3 ] {ae7424a3-d8e7-41ef-87b3-d863d91d4be5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1915 | 2024.07.25 02:09:47.363413 [ 3 ] {ae7424a3-d8e7-41ef-87b3-d863d91d4be5} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
1916 | 2024.07.25 02:09:47.363715 [ 3 ] {ae7424a3-d8e7-41ef-87b3-d863d91d4be5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1917 | 2024.07.25 02:09:47.363780 [ 3 ] {ae7424a3-d8e7-41ef-87b3-d863d91d4be5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1918 | 2024.07.25 02:09:47.363914 [ 3 ] {ae7424a3-d8e7-41ef-87b3-d863d91d4be5} <Debug> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (SelectExecutor): Key condition: (column 0 notIn 34-element set) | ||
1919 | 2024.07.25 02:09:47.364021 [ 250 ] {ae7424a3-d8e7-41ef-87b3-d863d91d4be5} <Trace> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1920 | 2024.07.25 02:09:47.364037 [ 251 ] {ae7424a3-d8e7-41ef-87b3-d863d91d4be5} <Trace> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1921 | 2024.07.25 02:09:47.364149 [ 3 ] {ae7424a3-d8e7-41ef-87b3-d863d91d4be5} <Debug> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (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 | ||
1922 | 2024.07.25 02:09:47.364177 [ 3 ] {ae7424a3-d8e7-41ef-87b3-d863d91d4be5} <Trace> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1923 | 2024.07.25 02:09:47.364255 [ 3 ] {ae7424a3-d8e7-41ef-87b3-d863d91d4be5} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1924 | 2024.07.25 02:09:47.364275 [ 3 ] {ae7424a3-d8e7-41ef-87b3-d863d91d4be5} <Debug> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (SelectExecutor): Reading approx. 30 rows with 2 streams | ||
1925 | 2024.07.25 02:09:47.364313 [ 3 ] {ae7424a3-d8e7-41ef-87b3-d863d91d4be5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1926 | 2024.07.25 02:09:47.364355 [ 3 ] {ae7424a3-d8e7-41ef-87b3-d863d91d4be5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1927 | 2024.07.25 02:09:47.366162 [ 3 ] {ae7424a3-d8e7-41ef-87b3-d863d91d4be5} <Debug> executeQuery: Read 30 rows, 1.09 KiB in 0.003149 sec., 9526.83391552874 rows/sec., 346.09 KiB/sec. | ||
1928 | 2024.07.25 02:09:47.366578 [ 3 ] {ae7424a3-d8e7-41ef-87b3-d863d91d4be5} <Debug> DynamicQueryHandler: Done processing query | ||
1929 | 2024.07.25 02:09:47.366616 [ 3 ] {ae7424a3-d8e7-41ef-87b3-d863d91d4be5} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1930 | 2024.07.25 02:09:47.366639 [ 3 ] {} <Debug> HTTP-Session: 94a52082-07ef-4e3d-9176-bc2511037dc3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1931 | 2024.07.25 02:09:47.366880 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 1237, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1932 | 2024.07.25 02:09:47.366932 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1933 | 2024.07.25 02:09:47.366952 [ 3 ] {} <Debug> HTTP-Session: 162d4da1-e264-481c-b424-00ceadeddf1c Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
1934 | 2024.07.25 02:09:47.366969 [ 3 ] {} <Debug> HTTP-Session: 162d4da1-e264-481c-b424-00ceadeddf1c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1935 | 2024.07.25 02:09:47.366982 [ 3 ] {} <Debug> HTTP-Session: 162d4da1-e264-481c-b424-00ceadeddf1c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1936 | 2024.07.25 02:09:47.367013 [ 3 ] {} <Trace> HTTP-Session: 162d4da1-e264-481c-b424-00ceadeddf1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1937 | 2024.07.25 02:09:47.367180 [ 3 ] {482e1ebc-8f63-482e-b1d1-aa82163b490c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
1938 | 2024.07.25 02:09:47.367481 [ 3 ] {482e1ebc-8f63-482e-b1d1-aa82163b490c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1939 | 2024.07.25 02:09:47.367533 [ 3 ] {482e1ebc-8f63-482e-b1d1-aa82163b490c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
1940 | 2024.07.25 02:09:47.367910 [ 3 ] {482e1ebc-8f63-482e-b1d1-aa82163b490c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1941 | 2024.07.25 02:09:47.367978 [ 3 ] {482e1ebc-8f63-482e-b1d1-aa82163b490c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1942 | 2024.07.25 02:09:47.368119 [ 3 ] {482e1ebc-8f63-482e-b1d1-aa82163b490c} <Debug> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (SelectExecutor): Key condition: (column 0 notIn 35-element set) | ||
1943 | 2024.07.25 02:09:47.368232 [ 250 ] {482e1ebc-8f63-482e-b1d1-aa82163b490c} <Trace> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1944 | 2024.07.25 02:09:47.368237 [ 255 ] {482e1ebc-8f63-482e-b1d1-aa82163b490c} <Trace> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1945 | 2024.07.25 02:09:47.368355 [ 3 ] {482e1ebc-8f63-482e-b1d1-aa82163b490c} <Debug> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (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 | ||
1946 | 2024.07.25 02:09:47.368383 [ 3 ] {482e1ebc-8f63-482e-b1d1-aa82163b490c} <Trace> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1947 | 2024.07.25 02:09:47.368465 [ 3 ] {482e1ebc-8f63-482e-b1d1-aa82163b490c} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1948 | 2024.07.25 02:09:47.368485 [ 3 ] {482e1ebc-8f63-482e-b1d1-aa82163b490c} <Debug> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (SelectExecutor): Reading approx. 30 rows with 2 streams | ||
1949 | 2024.07.25 02:09:47.368523 [ 3 ] {482e1ebc-8f63-482e-b1d1-aa82163b490c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1950 | 2024.07.25 02:09:47.368566 [ 3 ] {482e1ebc-8f63-482e-b1d1-aa82163b490c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1951 | 2024.07.25 02:09:47.369879 [ 3 ] {482e1ebc-8f63-482e-b1d1-aa82163b490c} <Debug> executeQuery: Read 30 rows, 1.09 KiB in 0.002775 sec., 10810.81081081081 rows/sec., 392.74 KiB/sec. | ||
1952 | 2024.07.25 02:09:47.370188 [ 3 ] {482e1ebc-8f63-482e-b1d1-aa82163b490c} <Debug> DynamicQueryHandler: Done processing query | ||
1953 | 2024.07.25 02:09:47.370214 [ 3 ] {482e1ebc-8f63-482e-b1d1-aa82163b490c} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1954 | 2024.07.25 02:09:47.370230 [ 3 ] {} <Debug> HTTP-Session: 162d4da1-e264-481c-b424-00ceadeddf1c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1955 | 2024.07.25 02:09:47.383840 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 1942, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1956 | 2024.07.25 02:09:47.383902 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1957 | 2024.07.25 02:09:47.383922 [ 3 ] {} <Debug> HTTP-Session: ed3db728-f6e5-46fc-9487-3325dceb07d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
1958 | 2024.07.25 02:09:47.383940 [ 3 ] {} <Debug> HTTP-Session: ed3db728-f6e5-46fc-9487-3325dceb07d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1959 | 2024.07.25 02:09:47.383953 [ 3 ] {} <Debug> HTTP-Session: ed3db728-f6e5-46fc-9487-3325dceb07d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1960 | 2024.07.25 02:09:47.383986 [ 3 ] {} <Trace> HTTP-Session: ed3db728-f6e5-46fc-9487-3325dceb07d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1961 | 2024.07.25 02:09:47.384109 [ 3 ] {92ef2f69-0918-4521-adf0-4246902811b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
1962 | 2024.07.25 02:09:47.384157 [ 3 ] {92ef2f69-0918-4521-adf0-4246902811b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1963 | 2024.07.25 02:09:47.384336 [ 3 ] {92ef2f69-0918-4521-adf0-4246902811b5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1964 | 2024.07.25 02:09:47.384685 [ 3 ] {92ef2f69-0918-4521-adf0-4246902811b5} <Trace> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1965 | 2024.07.25 02:09:47.384725 [ 3 ] {92ef2f69-0918-4521-adf0-4246902811b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
1966 | 2024.07.25 02:09:47.385244 [ 3 ] {92ef2f69-0918-4521-adf0-4246902811b5} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1967 | 2024.07.25 02:09:47.385586 [ 3 ] {92ef2f69-0918-4521-adf0-4246902811b5} <Trace> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1968 | 2024.07.25 02:09:47.385760 [ 3 ] {92ef2f69-0918-4521-adf0-4246902811b5} <Debug> executeQuery: Read 6 rows, 996.00 B in 0.001691 sec., 3548.1963335304554 rows/sec., 575.20 KiB/sec. | ||
1969 | 2024.07.25 02:09:47.386085 [ 3 ] {92ef2f69-0918-4521-adf0-4246902811b5} <Debug> DynamicQueryHandler: Done processing query | ||
1970 | 2024.07.25 02:09:47.386113 [ 3 ] {92ef2f69-0918-4521-adf0-4246902811b5} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1971 | 2024.07.25 02:09:47.386130 [ 3 ] {} <Debug> HTTP-Session: ed3db728-f6e5-46fc-9487-3325dceb07d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1972 | 2024.07.25 02:09:47.386265 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 12809, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1973 | 2024.07.25 02:09:47.386326 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1974 | 2024.07.25 02:09:47.386345 [ 3 ] {} <Debug> HTTP-Session: 122ec007-2b7b-4e8a-8ad6-61e8154f7631 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
1975 | 2024.07.25 02:09:47.386366 [ 3 ] {} <Debug> HTTP-Session: 122ec007-2b7b-4e8a-8ad6-61e8154f7631 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1976 | 2024.07.25 02:09:47.386380 [ 3 ] {} <Debug> HTTP-Session: 122ec007-2b7b-4e8a-8ad6-61e8154f7631 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1977 | 2024.07.25 02:09:47.386412 [ 3 ] {} <Trace> HTTP-Session: 122ec007-2b7b-4e8a-8ad6-61e8154f7631 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1978 | 2024.07.25 02:09:47.386574 [ 3 ] {754f1b78-97fb-4bb2-8a19-d97f6927dad1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1979 | 2024.07.25 02:09:47.386622 [ 3 ] {754f1b78-97fb-4bb2-8a19-d97f6927dad1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1980 | 2024.07.25 02:09:47.386772 [ 3 ] {754f1b78-97fb-4bb2-8a19-d97f6927dad1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1981 | 2024.07.25 02:09:47.387149 [ 3 ] {754f1b78-97fb-4bb2-8a19-d97f6927dad1} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1982 | 2024.07.25 02:09:47.387195 [ 3 ] {754f1b78-97fb-4bb2-8a19-d97f6927dad1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
1983 | 2024.07.25 02:09:47.387556 [ 3 ] {754f1b78-97fb-4bb2-8a19-d97f6927dad1} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1984 | 2024.07.25 02:09:47.387872 [ 3 ] {754f1b78-97fb-4bb2-8a19-d97f6927dad1} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1985 | 2024.07.25 02:09:47.388030 [ 3 ] {754f1b78-97fb-4bb2-8a19-d97f6927dad1} <Debug> executeQuery: Read 92 rows, 7.22 KiB in 0.001516 sec., 60686.015831134566 rows/sec., 4.65 MiB/sec. | ||
1986 | 2024.07.25 02:09:47.388033 [ 76 ] {} <Debug> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1987 | 2024.07.25 02:09:47.388151 [ 76 ] {} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1988 | 2024.07.25 02:09:47.388208 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
1989 | 2024.07.25 02:09:47.388319 [ 3 ] {754f1b78-97fb-4bb2-8a19-d97f6927dad1} <Debug> DynamicQueryHandler: Done processing query | ||
1990 | 2024.07.25 02:09:47.388427 [ 3 ] {754f1b78-97fb-4bb2-8a19-d97f6927dad1} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
1991 | 2024.07.25 02:09:47.388524 [ 3 ] {} <Debug> HTTP-Session: 122ec007-2b7b-4e8a-8ad6-61e8154f7631 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1992 | 2024.07.25 02:09:47.388717 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 14918, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1993 | 2024.07.25 02:09:47.388737 [ 190 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::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 | ||
1994 | 2024.07.25 02:09:47.388803 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1995 | 2024.07.25 02:09:47.388857 [ 3 ] {} <Debug> HTTP-Session: 89e7aff8-d3f8-40a8-8136-744909e8607d Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
1996 | 2024.07.25 02:09:47.388883 [ 3 ] {} <Debug> HTTP-Session: 89e7aff8-d3f8-40a8-8136-744909e8607d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1997 | 2024.07.25 02:09:47.388922 [ 3 ] {} <Debug> HTTP-Session: 89e7aff8-d3f8-40a8-8136-744909e8607d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1998 | 2024.07.25 02:09:47.389017 [ 3 ] {} <Trace> HTTP-Session: 89e7aff8-d3f8-40a8-8136-744909e8607d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1999 | 2024.07.25 02:09:47.389051 [ 190 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2000 | 2024.07.25 02:09:47.389159 [ 190 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 56 rows starting from the beginning of the part | ||
2001 | 2024.07.25 02:09:47.389226 [ 3 ] {ad4f925e-da86-4fdd-9d14-0fa01445398f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2002 | 2024.07.25 02:09:47.389379 [ 3 ] {ad4f925e-da86-4fdd-9d14-0fa01445398f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2003 | 2024.07.25 02:09:47.389389 [ 190 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 56 rows starting from the beginning of the part | ||
2004 | 2024.07.25 02:09:47.389687 [ 190 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 161 rows starting from the beginning of the part | ||
2005 | 2024.07.25 02:09:47.390030 [ 190 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 56 rows starting from the beginning of the part | ||
2006 | 2024.07.25 02:09:47.390346 [ 190 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 161 rows starting from the beginning of the part | ||
2007 | 2024.07.25 02:09:47.390634 [ 3 ] {ad4f925e-da86-4fdd-9d14-0fa01445398f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2008 | 2024.07.25 02:09:47.390672 [ 190 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 92 rows starting from the beginning of the part | ||
2009 | 2024.07.25 02:09:47.391644 [ 3 ] {ad4f925e-da86-4fdd-9d14-0fa01445398f} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2010 | 2024.07.25 02:09:47.391706 [ 3 ] {ad4f925e-da86-4fdd-9d14-0fa01445398f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
2011 | 2024.07.25 02:09:47.392785 [ 3 ] {ad4f925e-da86-4fdd-9d14-0fa01445398f} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
2012 | 2024.07.25 02:09:47.393587 [ 191 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 582 rows, containing 4 columns (4 merged, 0 gathered) in 0.005280791 sec., 110210.76198622517 rows/sec., 9.16 MiB/sec. | ||
2013 | 2024.07.25 02:09:47.393602 [ 3 ] {ad4f925e-da86-4fdd-9d14-0fa01445398f} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2014 | 2024.07.25 02:09:47.393870 [ 76 ] {} <Debug> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
2015 | 2024.07.25 02:09:47.393888 [ 3 ] {ad4f925e-da86-4fdd-9d14-0fa01445398f} <Debug> executeQuery: Read 88 rows, 7.01 KiB in 0.004746 sec., 18541.930046354824 rows/sec., 1.44 MiB/sec. | ||
2016 | 2024.07.25 02:09:47.393891 [ 191 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
2017 | 2024.07.25 02:09:47.393944 [ 76 ] {} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2018 | 2024.07.25 02:09:47.394098 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
2019 | 2024.07.25 02:09:47.394520 [ 3 ] {ad4f925e-da86-4fdd-9d14-0fa01445398f} <Debug> DynamicQueryHandler: Done processing query | ||
2020 | 2024.07.25 02:09:47.394563 [ 190 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::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 | ||
2021 | 2024.07.25 02:09:47.394637 [ 3 ] {ad4f925e-da86-4fdd-9d14-0fa01445398f} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
2022 | 2024.07.25 02:09:47.394722 [ 3 ] {} <Debug> HTTP-Session: 89e7aff8-d3f8-40a8-8136-744909e8607d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2023 | 2024.07.25 02:09:47.395039 [ 190 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2024 | 2024.07.25 02:09:47.395102 [ 190 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 64 rows starting from the beginning of the part | ||
2025 | 2024.07.25 02:09:47.395262 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 65179, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2026 | 2024.07.25 02:09:47.395364 [ 191 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_6_1} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2027 | 2024.07.25 02:09:47.395448 [ 190 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 64 rows starting from the beginning of the part | ||
2028 | 2024.07.25 02:09:47.395591 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2029 | 2024.07.25 02:09:47.395728 [ 3 ] {} <Debug> HTTP-Session: ed918541-ac07-486a-9b4d-8b547242afeb Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
2030 | 2024.07.25 02:09:47.395848 [ 191 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_6_1} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
2031 | 2024.07.25 02:09:47.395890 [ 190 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 382 rows starting from the beginning of the part | ||
2032 | 2024.07.25 02:09:47.395879 [ 3 ] {} <Debug> HTTP-Session: ed918541-ac07-486a-9b4d-8b547242afeb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2033 | 2024.07.25 02:09:47.396009 [ 3 ] {} <Debug> HTTP-Session: ed918541-ac07-486a-9b4d-8b547242afeb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2034 | 2024.07.25 02:09:47.396246 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
2035 | 2024.07.25 02:09:47.396279 [ 3 ] {} <Trace> HTTP-Session: ed918541-ac07-486a-9b4d-8b547242afeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2036 | 2024.07.25 02:09:47.396319 [ 190 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 64 rows starting from the beginning of the part | ||
2037 | 2024.07.25 02:09:47.396563 [ 190 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 382 rows starting from the beginning of the part | ||
2038 | 2024.07.25 02:09:47.396684 [ 190 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 88 rows starting from the beginning of the part | ||
2039 | 2024.07.25 02:09:47.396906 [ 3 ] {2b6ac1e7-8e09-4aa9-a33e-bcd6a4130268} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2040 | 2024.07.25 02:09:47.397105 [ 3 ] {2b6ac1e7-8e09-4aa9-a33e-bcd6a4130268} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2041 | 2024.07.25 02:09:47.397664 [ 3 ] {2b6ac1e7-8e09-4aa9-a33e-bcd6a4130268} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2042 | 2024.07.25 02:09:47.398835 [ 3 ] {2b6ac1e7-8e09-4aa9-a33e-bcd6a4130268} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2043 | 2024.07.25 02:09:47.398890 [ 3 ] {2b6ac1e7-8e09-4aa9-a33e-bcd6a4130268} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
2044 | 2024.07.25 02:09:47.399300 [ 190 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1044 rows, containing 4 columns (4 merged, 0 gathered) in 0.005050088 sec., 206729.0708597553 rows/sec., 14.95 MiB/sec. | ||
2045 | 2024.07.25 02:09:47.399534 [ 197 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
2046 | 2024.07.25 02:09:47.399668 [ 3 ] {2b6ac1e7-8e09-4aa9-a33e-bcd6a4130268} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
2047 | 2024.07.25 02:09:47.400026 [ 197 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_6_1} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2048 | 2024.07.25 02:09:47.400117 [ 197 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_6_1} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
2049 | 2024.07.25 02:09:47.400145 [ 3 ] {2b6ac1e7-8e09-4aa9-a33e-bcd6a4130268} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2050 | 2024.07.25 02:09:47.400224 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
2051 | 2024.07.25 02:09:47.400348 [ 76 ] {} <Debug> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
2052 | 2024.07.25 02:09:47.400361 [ 3 ] {2b6ac1e7-8e09-4aa9-a33e-bcd6a4130268} <Debug> executeQuery: Read 340 rows, 24.42 KiB in 0.003785 sec., 89828.26948480845 rows/sec., 6.30 MiB/sec. | ||
2053 | 2024.07.25 02:09:47.400396 [ 76 ] {} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2054 | 2024.07.25 02:09:47.400462 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
2055 | 2024.07.25 02:09:47.400669 [ 190 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::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 | ||
2056 | 2024.07.25 02:09:47.400724 [ 3 ] {2b6ac1e7-8e09-4aa9-a33e-bcd6a4130268} <Debug> DynamicQueryHandler: Done processing query | ||
2057 | 2024.07.25 02:09:47.400777 [ 3 ] {2b6ac1e7-8e09-4aa9-a33e-bcd6a4130268} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
2058 | 2024.07.25 02:09:47.400820 [ 3 ] {} <Debug> HTTP-Session: ed918541-ac07-486a-9b4d-8b547242afeb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2059 | 2024.07.25 02:09:47.400912 [ 190 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2060 | 2024.07.25 02:09:47.400950 [ 190 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 104 rows starting from the beginning of the part | ||
2061 | 2024.07.25 02:09:47.401096 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2062 | 2024.07.25 02:09:47.401103 [ 190 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 160 rows starting from the beginning of the part | ||
2063 | 2024.07.25 02:09:47.401242 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2064 | 2024.07.25 02:09:47.401346 [ 3 ] {} <Debug> HTTP-Session: 6145178c-ce5b-4f80-a5b2-656dd9a05872 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
2065 | 2024.07.25 02:09:47.401431 [ 190 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 160 rows starting from the beginning of the part | ||
2066 | 2024.07.25 02:09:47.401440 [ 3 ] {} <Debug> HTTP-Session: 6145178c-ce5b-4f80-a5b2-656dd9a05872 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2067 | 2024.07.25 02:09:47.401505 [ 3 ] {} <Debug> HTTP-Session: 6145178c-ce5b-4f80-a5b2-656dd9a05872 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2068 | 2024.07.25 02:09:47.401690 [ 3 ] {} <Trace> HTTP-Session: 6145178c-ce5b-4f80-a5b2-656dd9a05872 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2069 | 2024.07.25 02:09:47.401702 [ 190 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 160 rows starting from the beginning of the part | ||
2070 | 2024.07.25 02:09:47.401907 [ 190 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 160 rows starting from the beginning of the part | ||
2071 | 2024.07.25 02:09:47.402111 [ 3 ] {99dd9b60-b6fe-4bb0-a287-4eb253318ec9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2072 | 2024.07.25 02:09:47.402182 [ 190 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 340 rows starting from the beginning of the part | ||
2073 | 2024.07.25 02:09:47.402267 [ 3 ] {99dd9b60-b6fe-4bb0-a287-4eb253318ec9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2074 | 2024.07.25 02:09:47.403002 [ 3 ] {99dd9b60-b6fe-4bb0-a287-4eb253318ec9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2075 | 2024.07.25 02:09:47.403743 [ 3 ] {99dd9b60-b6fe-4bb0-a287-4eb253318ec9} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2076 | 2024.07.25 02:09:47.403811 [ 3 ] {99dd9b60-b6fe-4bb0-a287-4eb253318ec9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
2077 | 2024.07.25 02:09:47.404713 [ 3 ] {99dd9b60-b6fe-4bb0-a287-4eb253318ec9} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
2078 | 2024.07.25 02:09:47.405455 [ 197 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1084 rows, containing 5 columns (5 merged, 0 gathered) in 0.004895135 sec., 221444.352402947 rows/sec., 15.45 MiB/sec. | ||
2079 | 2024.07.25 02:09:47.405612 [ 3 ] {99dd9b60-b6fe-4bb0-a287-4eb253318ec9} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2080 | 2024.07.25 02:09:47.405639 [ 197 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
2081 | 2024.07.25 02:09:47.405827 [ 76 ] {} <Debug> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
2082 | 2024.07.25 02:09:47.405863 [ 3 ] {99dd9b60-b6fe-4bb0-a287-4eb253318ec9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00396 sec., 15151.515151515152 rows/sec., 1.02 MiB/sec. | ||
2083 | 2024.07.25 02:09:47.405908 [ 76 ] {} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2084 | 2024.07.25 02:09:47.406012 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
2085 | 2024.07.25 02:09:47.406511 [ 3 ] {99dd9b60-b6fe-4bb0-a287-4eb253318ec9} <Debug> DynamicQueryHandler: Done processing query | ||
2086 | 2024.07.25 02:09:47.406592 [ 3 ] {99dd9b60-b6fe-4bb0-a287-4eb253318ec9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2087 | 2024.07.25 02:09:47.406661 [ 3 ] {} <Debug> HTTP-Session: 6145178c-ce5b-4f80-a5b2-656dd9a05872 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2088 | 2024.07.25 02:09:47.406960 [ 190 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::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 | ||
2089 | 2024.07.25 02:09:47.407202 [ 190 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2090 | 2024.07.25 02:09:47.407261 [ 197 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2091 | 2024.07.25 02:09:47.407273 [ 190 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::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 | ||
2092 | 2024.07.25 02:09:47.407455 [ 197 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
2093 | 2024.07.25 02:09:47.407487 [ 190 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 60 rows starting from the beginning of the part | ||
2094 | 2024.07.25 02:09:47.407764 [ 190 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 60 rows starting from the beginning of the part | ||
2095 | 2024.07.25 02:09:47.407770 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. | ||
2096 | 2024.07.25 02:09:47.407888 [ 190 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 60 rows starting from the beginning of the part | ||
2097 | 2024.07.25 02:09:47.407948 [ 190 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 60 rows starting from the beginning of the part | ||
2098 | 2024.07.25 02:09:47.408167 [ 190 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 60 rows starting from the beginning of the part | ||
2099 | 2024.07.25 02:09:47.409232 [ 201 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 336 rows, containing 4 columns (4 merged, 0 gathered) in 0.003020937 sec., 111223.76931395789 rows/sec., 7.50 MiB/sec. | ||
2100 | 2024.07.25 02:09:47.409386 [ 197 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
2101 | 2024.07.25 02:09:47.409778 [ 197 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_6_1} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2102 | 2024.07.25 02:09:47.409865 [ 197 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_6_1} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
2103 | 2024.07.25 02:09:47.409946 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
2104 | 2024.07.25 02:09:51.240401 [ 71 ] {} <Debug> DNSResolver: Updating DNS cache | ||
2105 | 2024.07.25 02:09:51.240472 [ 71 ] {} <Debug> DNSResolver: Updated DNS cache | ||
2106 | 2024.07.25 02:09:52.358670 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 748, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2107 | 2024.07.25 02:09:52.358811 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2108 | 2024.07.25 02:09:52.358837 [ 3 ] {} <Debug> HTTP-Session: a61faee2-5447-401e-9947-a4623d2559c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
2109 | 2024.07.25 02:09:52.358861 [ 3 ] {} <Debug> HTTP-Session: a61faee2-5447-401e-9947-a4623d2559c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2110 | 2024.07.25 02:09:52.358876 [ 3 ] {} <Debug> HTTP-Session: a61faee2-5447-401e-9947-a4623d2559c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2111 | 2024.07.25 02:09:52.358925 [ 3 ] {} <Trace> HTTP-Session: a61faee2-5447-401e-9947-a4623d2559c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2112 | 2024.07.25 02:09:52.359098 [ 3 ] {fb464882-abd9-44dc-b044-4ce86c0ede3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2113 | 2024.07.25 02:09:52.359164 [ 3 ] {fb464882-abd9-44dc-b044-4ce86c0ede3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2114 | 2024.07.25 02:09:52.359349 [ 3 ] {fb464882-abd9-44dc-b044-4ce86c0ede3a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2115 | 2024.07.25 02:09:52.359796 [ 3 ] {fb464882-abd9-44dc-b044-4ce86c0ede3a} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2116 | 2024.07.25 02:09:52.359841 [ 3 ] {fb464882-abd9-44dc-b044-4ce86c0ede3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. | ||
2117 | 2024.07.25 02:09:52.360251 [ 3 ] {fb464882-abd9-44dc-b044-4ce86c0ede3a} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2118 | 2024.07.25 02:09:52.360598 [ 3 ] {fb464882-abd9-44dc-b044-4ce86c0ede3a} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2119 | 2024.07.25 02:09:52.360744 [ 3 ] {fb464882-abd9-44dc-b044-4ce86c0ede3a} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.001697 sec., 3535.6511490866237 rows/sec., 200.26 KiB/sec. | ||
2120 | 2024.07.25 02:09:52.360961 [ 3 ] {fb464882-abd9-44dc-b044-4ce86c0ede3a} <Debug> DynamicQueryHandler: Done processing query | ||
2121 | 2024.07.25 02:09:52.360989 [ 3 ] {fb464882-abd9-44dc-b044-4ce86c0ede3a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2122 | 2024.07.25 02:09:52.361005 [ 3 ] {} <Debug> HTTP-Session: a61faee2-5447-401e-9947-a4623d2559c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2123 | 2024.07.25 02:09:52.361185 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 24355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2124 | 2024.07.25 02:09:52.361243 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2125 | 2024.07.25 02:09:52.361262 [ 3 ] {} <Debug> HTTP-Session: a8b14f97-03d7-436e-a631-9dd4a4e1cccb Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
2126 | 2024.07.25 02:09:52.361281 [ 3 ] {} <Debug> HTTP-Session: a8b14f97-03d7-436e-a631-9dd4a4e1cccb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2127 | 2024.07.25 02:09:52.361295 [ 3 ] {} <Debug> HTTP-Session: a8b14f97-03d7-436e-a631-9dd4a4e1cccb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2128 | 2024.07.25 02:09:52.361331 [ 3 ] {} <Trace> HTTP-Session: a8b14f97-03d7-436e-a631-9dd4a4e1cccb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2129 | 2024.07.25 02:09:52.361571 [ 3 ] {d6ccb33f-b00f-425d-9e6a-10c6bbf722ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2130 | 2024.07.25 02:09:52.361626 [ 3 ] {d6ccb33f-b00f-425d-9e6a-10c6bbf722ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2131 | 2024.07.25 02:09:52.361762 [ 3 ] {d6ccb33f-b00f-425d-9e6a-10c6bbf722ac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2132 | 2024.07.25 02:09:52.362236 [ 3 ] {d6ccb33f-b00f-425d-9e6a-10c6bbf722ac} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2133 | 2024.07.25 02:09:52.362274 [ 3 ] {d6ccb33f-b00f-425d-9e6a-10c6bbf722ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. | ||
2134 | 2024.07.25 02:09:52.362596 [ 3 ] {d6ccb33f-b00f-425d-9e6a-10c6bbf722ac} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2135 | 2024.07.25 02:09:52.362927 [ 3 ] {d6ccb33f-b00f-425d-9e6a-10c6bbf722ac} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2136 | 2024.07.25 02:09:52.363056 [ 3 ] {d6ccb33f-b00f-425d-9e6a-10c6bbf722ac} <Debug> executeQuery: Read 161 rows, 14.56 KiB in 0.001642 sec., 98051.15712545675 rows/sec., 8.66 MiB/sec. | ||
2137 | 2024.07.25 02:09:52.363241 [ 3 ] {d6ccb33f-b00f-425d-9e6a-10c6bbf722ac} <Debug> DynamicQueryHandler: Done processing query | ||
2138 | 2024.07.25 02:09:52.363266 [ 3 ] {d6ccb33f-b00f-425d-9e6a-10c6bbf722ac} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
2139 | 2024.07.25 02:09:52.363282 [ 3 ] {} <Debug> HTTP-Session: a8b14f97-03d7-436e-a631-9dd4a4e1cccb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2140 | 2024.07.25 02:09:52.363490 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 61564, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2141 | 2024.07.25 02:09:52.363546 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2142 | 2024.07.25 02:09:52.363565 [ 3 ] {} <Debug> HTTP-Session: 2c9e1a17-db32-4f15-bd63-a7c568af48eb Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
2143 | 2024.07.25 02:09:52.363583 [ 3 ] {} <Debug> HTTP-Session: 2c9e1a17-db32-4f15-bd63-a7c568af48eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2144 | 2024.07.25 02:09:52.363597 [ 3 ] {} <Debug> HTTP-Session: 2c9e1a17-db32-4f15-bd63-a7c568af48eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2145 | 2024.07.25 02:09:52.363631 [ 3 ] {} <Trace> HTTP-Session: 2c9e1a17-db32-4f15-bd63-a7c568af48eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2146 | 2024.07.25 02:09:52.364019 [ 3 ] {9f6c7e44-f1f9-4850-afae-32d7cb85d9dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2147 | 2024.07.25 02:09:52.364078 [ 3 ] {9f6c7e44-f1f9-4850-afae-32d7cb85d9dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2148 | 2024.07.25 02:09:52.364251 [ 3 ] {9f6c7e44-f1f9-4850-afae-32d7cb85d9dd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2149 | 2024.07.25 02:09:52.364885 [ 3 ] {9f6c7e44-f1f9-4850-afae-32d7cb85d9dd} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2150 | 2024.07.25 02:09:52.364928 [ 3 ] {9f6c7e44-f1f9-4850-afae-32d7cb85d9dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. | ||
2151 | 2024.07.25 02:09:52.365377 [ 3 ] {9f6c7e44-f1f9-4850-afae-32d7cb85d9dd} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2152 | 2024.07.25 02:09:52.365820 [ 3 ] {9f6c7e44-f1f9-4850-afae-32d7cb85d9dd} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2153 | 2024.07.25 02:09:52.365964 [ 3 ] {9f6c7e44-f1f9-4850-afae-32d7cb85d9dd} <Debug> executeQuery: Read 382 rows, 27.47 KiB in 0.002218 sec., 172227.2317403066 rows/sec., 12.10 MiB/sec. | ||
2154 | 2024.07.25 02:09:52.366291 [ 3 ] {9f6c7e44-f1f9-4850-afae-32d7cb85d9dd} <Debug> DynamicQueryHandler: Done processing query | ||
2155 | 2024.07.25 02:09:52.366323 [ 3 ] {9f6c7e44-f1f9-4850-afae-32d7cb85d9dd} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
2156 | 2024.07.25 02:09:52.366344 [ 3 ] {} <Debug> HTTP-Session: 2c9e1a17-db32-4f15-bd63-a7c568af48eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2157 | 2024.07.25 02:09:52.366594 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2158 | 2024.07.25 02:09:52.366713 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2159 | 2024.07.25 02:09:52.366742 [ 3 ] {} <Debug> HTTP-Session: 90e3fa3e-9fb9-4133-af7d-009f04f17de3 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
2160 | 2024.07.25 02:09:52.366767 [ 3 ] {} <Debug> HTTP-Session: 90e3fa3e-9fb9-4133-af7d-009f04f17de3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2161 | 2024.07.25 02:09:52.366787 [ 3 ] {} <Debug> HTTP-Session: 90e3fa3e-9fb9-4133-af7d-009f04f17de3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2162 | 2024.07.25 02:09:52.366837 [ 3 ] {} <Trace> HTTP-Session: 90e3fa3e-9fb9-4133-af7d-009f04f17de3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2163 | 2024.07.25 02:09:52.366975 [ 3 ] {8d854a71-843b-4936-aefc-f8149ac7609c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
2164 | 2024.07.25 02:09:52.367024 [ 3 ] {8d854a71-843b-4936-aefc-f8149ac7609c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
2165 | 2024.07.25 02:09:52.367164 [ 3 ] {8d854a71-843b-4936-aefc-f8149ac7609c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2166 | 2024.07.25 02:09:52.367474 [ 3 ] {8d854a71-843b-4936-aefc-f8149ac7609c} <Trace> oximeter.measurements_bool (8163702d-f428-4b08-bb37-b5af976016c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2167 | 2024.07.25 02:09:52.367510 [ 3 ] {8d854a71-843b-4936-aefc-f8149ac7609c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. | ||
2168 | 2024.07.25 02:09:52.367883 [ 3 ] {8d854a71-843b-4936-aefc-f8149ac7609c} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2169 | 2024.07.25 02:09:52.368238 [ 3 ] {8d854a71-843b-4936-aefc-f8149ac7609c} <Trace> oximeter.measurements_bool (8163702d-f428-4b08-bb37-b5af976016c8): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2170 | 2024.07.25 02:09:52.368379 [ 3 ] {8d854a71-843b-4936-aefc-f8149ac7609c} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001432 sec., 4189.944134078212 rows/sec., 180.04 KiB/sec. | ||
2171 | 2024.07.25 02:09:52.368701 [ 3 ] {8d854a71-843b-4936-aefc-f8149ac7609c} <Debug> DynamicQueryHandler: Done processing query | ||
2172 | 2024.07.25 02:09:52.368728 [ 3 ] {8d854a71-843b-4936-aefc-f8149ac7609c} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2173 | 2024.07.25 02:09:52.368744 [ 3 ] {} <Debug> HTTP-Session: 90e3fa3e-9fb9-4133-af7d-009f04f17de3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2174 | 2024.07.25 02:09:52.368905 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 14082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2175 | 2024.07.25 02:09:52.368961 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2176 | 2024.07.25 02:09:52.368980 [ 3 ] {} <Debug> HTTP-Session: 791e84a6-49ce-4466-ad80-31f580fd742c Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
2177 | 2024.07.25 02:09:52.368998 [ 3 ] {} <Debug> HTTP-Session: 791e84a6-49ce-4466-ad80-31f580fd742c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2178 | 2024.07.25 02:09:52.369012 [ 3 ] {} <Debug> HTTP-Session: 791e84a6-49ce-4466-ad80-31f580fd742c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2179 | 2024.07.25 02:09:52.369047 [ 3 ] {} <Trace> HTTP-Session: 791e84a6-49ce-4466-ad80-31f580fd742c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2180 | 2024.07.25 02:09:52.369190 [ 3 ] {dbd22d21-9ffc-4020-b37b-e48b2cacd38b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
2181 | 2024.07.25 02:09:52.369244 [ 3 ] {dbd22d21-9ffc-4020-b37b-e48b2cacd38b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
2182 | 2024.07.25 02:09:52.369413 [ 3 ] {dbd22d21-9ffc-4020-b37b-e48b2cacd38b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2183 | 2024.07.25 02:09:52.369783 [ 3 ] {dbd22d21-9ffc-4020-b37b-e48b2cacd38b} <Trace> oximeter.measurements_cumulativei64 (ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2184 | 2024.07.25 02:09:52.369820 [ 3 ] {dbd22d21-9ffc-4020-b37b-e48b2cacd38b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. | ||
2185 | 2024.07.25 02:09:52.370207 [ 3 ] {dbd22d21-9ffc-4020-b37b-e48b2cacd38b} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2186 | 2024.07.25 02:09:52.370585 [ 3 ] {dbd22d21-9ffc-4020-b37b-e48b2cacd38b} <Trace> oximeter.measurements_cumulativei64 (ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2187 | 2024.07.25 02:09:52.370752 [ 3 ] {dbd22d21-9ffc-4020-b37b-e48b2cacd38b} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.00161 sec., 47826.086956521736 rows/sec., 2.95 MiB/sec. | ||
2188 | 2024.07.25 02:09:52.371057 [ 3 ] {dbd22d21-9ffc-4020-b37b-e48b2cacd38b} <Debug> DynamicQueryHandler: Done processing query | ||
2189 | 2024.07.25 02:09:52.371082 [ 3 ] {dbd22d21-9ffc-4020-b37b-e48b2cacd38b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2190 | 2024.07.25 02:09:52.371106 [ 3 ] {} <Debug> HTTP-Session: 791e84a6-49ce-4466-ad80-31f580fd742c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2191 | 2024.07.25 02:09:52.371302 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 30562, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2192 | 2024.07.25 02:09:52.371355 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2193 | 2024.07.25 02:09:52.371376 [ 3 ] {} <Debug> HTTP-Session: 0bb459e4-06d5-4522-bc09-beff814b4a54 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
2194 | 2024.07.25 02:09:52.371392 [ 3 ] {} <Debug> HTTP-Session: 0bb459e4-06d5-4522-bc09-beff814b4a54 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2195 | 2024.07.25 02:09:52.371407 [ 3 ] {} <Debug> HTTP-Session: 0bb459e4-06d5-4522-bc09-beff814b4a54 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2196 | 2024.07.25 02:09:52.371444 [ 3 ] {} <Trace> HTTP-Session: 0bb459e4-06d5-4522-bc09-beff814b4a54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2197 | 2024.07.25 02:09:52.371609 [ 3 ] {0034bd4d-576f-4ad7-9fc9-9d72b0407659} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2198 | 2024.07.25 02:09:52.371664 [ 3 ] {0034bd4d-576f-4ad7-9fc9-9d72b0407659} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2199 | 2024.07.25 02:09:52.371851 [ 3 ] {0034bd4d-576f-4ad7-9fc9-9d72b0407659} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2200 | 2024.07.25 02:09:52.372280 [ 3 ] {0034bd4d-576f-4ad7-9fc9-9d72b0407659} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2201 | 2024.07.25 02:09:52.372319 [ 3 ] {0034bd4d-576f-4ad7-9fc9-9d72b0407659} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. | ||
2202 | 2024.07.25 02:09:52.372697 [ 3 ] {0034bd4d-576f-4ad7-9fc9-9d72b0407659} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2203 | 2024.07.25 02:09:52.373062 [ 3 ] {0034bd4d-576f-4ad7-9fc9-9d72b0407659} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2204 | 2024.07.25 02:09:52.373206 [ 3 ] {0034bd4d-576f-4ad7-9fc9-9d72b0407659} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001675 sec., 95522.3880597015 rows/sec., 6.65 MiB/sec. | ||
2205 | 2024.07.25 02:09:52.373521 [ 3 ] {0034bd4d-576f-4ad7-9fc9-9d72b0407659} <Debug> DynamicQueryHandler: Done processing query | ||
2206 | 2024.07.25 02:09:52.373546 [ 3 ] {0034bd4d-576f-4ad7-9fc9-9d72b0407659} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
2207 | 2024.07.25 02:09:52.373561 [ 3 ] {} <Debug> HTTP-Session: 0bb459e4-06d5-4522-bc09-beff814b4a54 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2208 | 2024.07.25 02:09:52.373677 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 3211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2209 | 2024.07.25 02:09:52.373730 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2210 | 2024.07.25 02:09:52.373752 [ 3 ] {} <Debug> HTTP-Session: bd693410-ab92-4376-943d-69ba463ec0c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
2211 | 2024.07.25 02:09:52.373770 [ 3 ] {} <Debug> HTTP-Session: bd693410-ab92-4376-943d-69ba463ec0c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2212 | 2024.07.25 02:09:52.373784 [ 3 ] {} <Debug> HTTP-Session: bd693410-ab92-4376-943d-69ba463ec0c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2213 | 2024.07.25 02:09:52.373814 [ 3 ] {} <Trace> HTTP-Session: bd693410-ab92-4376-943d-69ba463ec0c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2214 | 2024.07.25 02:09:52.373923 [ 3 ] {374ae392-9b48-4de7-92ee-aa0c081b4b80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
2215 | 2024.07.25 02:09:52.373973 [ 3 ] {374ae392-9b48-4de7-92ee-aa0c081b4b80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
2216 | 2024.07.25 02:09:52.374123 [ 3 ] {374ae392-9b48-4de7-92ee-aa0c081b4b80} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2217 | 2024.07.25 02:09:52.374441 [ 3 ] {374ae392-9b48-4de7-92ee-aa0c081b4b80} <Trace> oximeter.measurements_i64 (4af3948b-7ee8-4a0a-bff7-9db9837b5273): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2218 | 2024.07.25 02:09:52.374477 [ 3 ] {374ae392-9b48-4de7-92ee-aa0c081b4b80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. | ||
2219 | 2024.07.25 02:09:52.374854 [ 3 ] {374ae392-9b48-4de7-92ee-aa0c081b4b80} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2220 | 2024.07.25 02:09:52.375189 [ 3 ] {374ae392-9b48-4de7-92ee-aa0c081b4b80} <Trace> oximeter.measurements_i64 (4af3948b-7ee8-4a0a-bff7-9db9837b5273): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2221 | 2024.07.25 02:09:52.375334 [ 3 ] {374ae392-9b48-4de7-92ee-aa0c081b4b80} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001439 sec., 15983.321751216123 rows/sec., 864.59 KiB/sec. | ||
2222 | 2024.07.25 02:09:52.375611 [ 3 ] {374ae392-9b48-4de7-92ee-aa0c081b4b80} <Debug> DynamicQueryHandler: Done processing query | ||
2223 | 2024.07.25 02:09:52.375636 [ 3 ] {374ae392-9b48-4de7-92ee-aa0c081b4b80} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2224 | 2024.07.25 02:09:52.375652 [ 3 ] {} <Debug> HTTP-Session: bd693410-ab92-4376-943d-69ba463ec0c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2225 | 2024.07.25 02:09:52.375769 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2226 | 2024.07.25 02:09:52.375816 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2227 | 2024.07.25 02:09:52.375837 [ 3 ] {} <Debug> HTTP-Session: 181a7352-9045-426e-81ff-c464310f328c Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
2228 | 2024.07.25 02:09:52.375856 [ 3 ] {} <Debug> HTTP-Session: 181a7352-9045-426e-81ff-c464310f328c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2229 | 2024.07.25 02:09:52.375869 [ 3 ] {} <Debug> HTTP-Session: 181a7352-9045-426e-81ff-c464310f328c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2230 | 2024.07.25 02:09:52.375899 [ 3 ] {} <Trace> HTTP-Session: 181a7352-9045-426e-81ff-c464310f328c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2231 | 2024.07.25 02:09:52.376031 [ 3 ] {605a3718-1d88-472f-a29c-cd8ee146cc1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2232 | 2024.07.25 02:09:52.376074 [ 3 ] {605a3718-1d88-472f-a29c-cd8ee146cc1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2233 | 2024.07.25 02:09:52.376221 [ 3 ] {605a3718-1d88-472f-a29c-cd8ee146cc1d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2234 | 2024.07.25 02:09:52.376526 [ 3 ] {605a3718-1d88-472f-a29c-cd8ee146cc1d} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2235 | 2024.07.25 02:09:52.376561 [ 3 ] {605a3718-1d88-472f-a29c-cd8ee146cc1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. | ||
2236 | 2024.07.25 02:09:52.376925 [ 3 ] {605a3718-1d88-472f-a29c-cd8ee146cc1d} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2237 | 2024.07.25 02:09:52.377719 [ 3 ] {605a3718-1d88-472f-a29c-cd8ee146cc1d} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2238 | 2024.07.25 02:09:52.377880 [ 3 ] {605a3718-1d88-472f-a29c-cd8ee146cc1d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001905 sec., 31496.062992125982 rows/sec., 2.12 MiB/sec. | ||
2239 | 2024.07.25 02:09:52.378084 [ 3 ] {605a3718-1d88-472f-a29c-cd8ee146cc1d} <Debug> DynamicQueryHandler: Done processing query | ||
2240 | 2024.07.25 02:09:52.378108 [ 3 ] {605a3718-1d88-472f-a29c-cd8ee146cc1d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2241 | 2024.07.25 02:09:52.378123 [ 3 ] {} <Debug> HTTP-Session: 181a7352-9045-426e-81ff-c464310f328c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2242 | 2024.07.25 02:09:57.354850 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 7826, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2243 | 2024.07.25 02:09:57.354984 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2244 | 2024.07.25 02:09:57.355012 [ 3 ] {} <Debug> HTTP-Session: 14d32044-32ad-4a58-81f2-2d8ff3206b5c Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
2245 | 2024.07.25 02:09:57.355037 [ 3 ] {} <Debug> HTTP-Session: 14d32044-32ad-4a58-81f2-2d8ff3206b5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2246 | 2024.07.25 02:09:57.355051 [ 3 ] {} <Debug> HTTP-Session: 14d32044-32ad-4a58-81f2-2d8ff3206b5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2247 | 2024.07.25 02:09:57.355101 [ 3 ] {} <Trace> HTTP-Session: 14d32044-32ad-4a58-81f2-2d8ff3206b5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2248 | 2024.07.25 02:09:57.355300 [ 3 ] {3816ceda-2d5e-4cf8-b582-cebc6ef6b41d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2249 | 2024.07.25 02:09:57.355368 [ 3 ] {3816ceda-2d5e-4cf8-b582-cebc6ef6b41d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2250 | 2024.07.25 02:09:57.355556 [ 3 ] {3816ceda-2d5e-4cf8-b582-cebc6ef6b41d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2251 | 2024.07.25 02:09:57.356027 [ 3 ] {3816ceda-2d5e-4cf8-b582-cebc6ef6b41d} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2252 | 2024.07.25 02:09:57.356073 [ 3 ] {3816ceda-2d5e-4cf8-b582-cebc6ef6b41d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
2253 | 2024.07.25 02:09:57.356437 [ 3 ] {3816ceda-2d5e-4cf8-b582-cebc6ef6b41d} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2254 | 2024.07.25 02:09:57.356786 [ 3 ] {3816ceda-2d5e-4cf8-b582-cebc6ef6b41d} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2255 | 2024.07.25 02:09:57.356944 [ 3 ] {3816ceda-2d5e-4cf8-b582-cebc6ef6b41d} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001708 sec., 32786.885245901634 rows/sec., 2.52 MiB/sec. | ||
2256 | 2024.07.25 02:09:57.357165 [ 3 ] {3816ceda-2d5e-4cf8-b582-cebc6ef6b41d} <Debug> DynamicQueryHandler: Done processing query | ||
2257 | 2024.07.25 02:09:57.357194 [ 3 ] {3816ceda-2d5e-4cf8-b582-cebc6ef6b41d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2258 | 2024.07.25 02:09:57.357212 [ 3 ] {} <Debug> HTTP-Session: 14d32044-32ad-4a58-81f2-2d8ff3206b5c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2259 | 2024.07.25 02:09:57.357397 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 10876, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2260 | 2024.07.25 02:09:57.357457 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2261 | 2024.07.25 02:09:57.357478 [ 3 ] {} <Debug> HTTP-Session: 3e47f80e-9a44-4bd7-9294-1b593ba1eab2 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
2262 | 2024.07.25 02:09:57.357496 [ 3 ] {} <Debug> HTTP-Session: 3e47f80e-9a44-4bd7-9294-1b593ba1eab2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2263 | 2024.07.25 02:09:57.357511 [ 3 ] {} <Debug> HTTP-Session: 3e47f80e-9a44-4bd7-9294-1b593ba1eab2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2264 | 2024.07.25 02:09:57.357545 [ 3 ] {} <Trace> HTTP-Session: 3e47f80e-9a44-4bd7-9294-1b593ba1eab2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2265 | 2024.07.25 02:09:57.357659 [ 3 ] {0715899d-ad4b-4f15-8757-79e321326bba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2266 | 2024.07.25 02:09:57.357709 [ 3 ] {0715899d-ad4b-4f15-8757-79e321326bba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2267 | 2024.07.25 02:09:57.357844 [ 3 ] {0715899d-ad4b-4f15-8757-79e321326bba} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2268 | 2024.07.25 02:09:57.358241 [ 3 ] {0715899d-ad4b-4f15-8757-79e321326bba} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2269 | 2024.07.25 02:09:57.358277 [ 3 ] {0715899d-ad4b-4f15-8757-79e321326bba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
2270 | 2024.07.25 02:09:57.358593 [ 3 ] {0715899d-ad4b-4f15-8757-79e321326bba} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2271 | 2024.07.25 02:09:57.358917 [ 3 ] {0715899d-ad4b-4f15-8757-79e321326bba} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2272 | 2024.07.25 02:09:57.359069 [ 3 ] {0715899d-ad4b-4f15-8757-79e321326bba} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001445 sec., 44290.65743944636 rows/sec., 3.46 MiB/sec. | ||
2273 | 2024.07.25 02:09:57.359241 [ 3 ] {0715899d-ad4b-4f15-8757-79e321326bba} <Debug> DynamicQueryHandler: Done processing query | ||
2274 | 2024.07.25 02:09:57.359266 [ 3 ] {0715899d-ad4b-4f15-8757-79e321326bba} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
2275 | 2024.07.25 02:09:57.359282 [ 3 ] {} <Debug> HTTP-Session: 3e47f80e-9a44-4bd7-9294-1b593ba1eab2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2276 | 2024.07.25 02:09:57.359454 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 30562, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2277 | 2024.07.25 02:09:57.359502 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2278 | 2024.07.25 02:09:57.359520 [ 3 ] {} <Debug> HTTP-Session: 4f678ecc-452d-4bbc-b97a-80abc149220c Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
2279 | 2024.07.25 02:09:57.359537 [ 3 ] {} <Debug> HTTP-Session: 4f678ecc-452d-4bbc-b97a-80abc149220c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2280 | 2024.07.25 02:09:57.359550 [ 3 ] {} <Debug> HTTP-Session: 4f678ecc-452d-4bbc-b97a-80abc149220c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2281 | 2024.07.25 02:09:57.359582 [ 3 ] {} <Trace> HTTP-Session: 4f678ecc-452d-4bbc-b97a-80abc149220c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2282 | 2024.07.25 02:09:57.359727 [ 3 ] {c737a0f4-8c07-4949-8e82-9495079c9a7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2283 | 2024.07.25 02:09:57.359774 [ 3 ] {c737a0f4-8c07-4949-8e82-9495079c9a7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2284 | 2024.07.25 02:09:57.359920 [ 3 ] {c737a0f4-8c07-4949-8e82-9495079c9a7c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2285 | 2024.07.25 02:09:57.360386 [ 3 ] {c737a0f4-8c07-4949-8e82-9495079c9a7c} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2286 | 2024.07.25 02:09:57.360422 [ 3 ] {c737a0f4-8c07-4949-8e82-9495079c9a7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
2287 | 2024.07.25 02:09:57.360824 [ 3 ] {c737a0f4-8c07-4949-8e82-9495079c9a7c} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2288 | 2024.07.25 02:09:57.361170 [ 3 ] {c737a0f4-8c07-4949-8e82-9495079c9a7c} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2289 | 2024.07.25 02:09:57.361332 [ 3 ] {c737a0f4-8c07-4949-8e82-9495079c9a7c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001667 sec., 95980.80383923215 rows/sec., 6.68 MiB/sec. | ||
2290 | 2024.07.25 02:09:57.361508 [ 3 ] {c737a0f4-8c07-4949-8e82-9495079c9a7c} <Debug> DynamicQueryHandler: Done processing query | ||
2291 | 2024.07.25 02:09:57.361535 [ 3 ] {c737a0f4-8c07-4949-8e82-9495079c9a7c} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
2292 | 2024.07.25 02:09:57.361551 [ 3 ] {} <Debug> HTTP-Session: 4f678ecc-452d-4bbc-b97a-80abc149220c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2293 | 2024.07.25 02:09:57.361686 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2294 | 2024.07.25 02:09:57.361734 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2295 | 2024.07.25 02:09:57.361755 [ 3 ] {} <Debug> HTTP-Session: d064b008-8b21-4b1a-9c04-4e74d6c5903c Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
2296 | 2024.07.25 02:09:57.361771 [ 3 ] {} <Debug> HTTP-Session: d064b008-8b21-4b1a-9c04-4e74d6c5903c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2297 | 2024.07.25 02:09:57.361784 [ 3 ] {} <Debug> HTTP-Session: d064b008-8b21-4b1a-9c04-4e74d6c5903c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2298 | 2024.07.25 02:09:57.361815 [ 3 ] {} <Trace> HTTP-Session: d064b008-8b21-4b1a-9c04-4e74d6c5903c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2299 | 2024.07.25 02:09:57.361930 [ 3 ] {b46a5664-9a10-4038-942f-2ae3dffb09b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2300 | 2024.07.25 02:09:57.361973 [ 3 ] {b46a5664-9a10-4038-942f-2ae3dffb09b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2301 | 2024.07.25 02:09:57.362100 [ 3 ] {b46a5664-9a10-4038-942f-2ae3dffb09b1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2302 | 2024.07.25 02:09:57.362427 [ 3 ] {b46a5664-9a10-4038-942f-2ae3dffb09b1} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2303 | 2024.07.25 02:09:57.362466 [ 3 ] {b46a5664-9a10-4038-942f-2ae3dffb09b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
2304 | 2024.07.25 02:09:57.362822 [ 3 ] {b46a5664-9a10-4038-942f-2ae3dffb09b1} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2305 | 2024.07.25 02:09:57.363150 [ 3 ] {b46a5664-9a10-4038-942f-2ae3dffb09b1} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2306 | 2024.07.25 02:09:57.363302 [ 3 ] {b46a5664-9a10-4038-942f-2ae3dffb09b1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001404 sec., 42735.042735042734 rows/sec., 2.88 MiB/sec. | ||
2307 | 2024.07.25 02:09:57.363474 [ 3 ] {b46a5664-9a10-4038-942f-2ae3dffb09b1} <Debug> DynamicQueryHandler: Done processing query | ||
2308 | 2024.07.25 02:09:57.363499 [ 3 ] {b46a5664-9a10-4038-942f-2ae3dffb09b1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2309 | 2024.07.25 02:09:57.363514 [ 3 ] {} <Debug> HTTP-Session: d064b008-8b21-4b1a-9c04-4e74d6c5903c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2310 | 2024.07.25 02:10:02.350361 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 1272, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2311 | 2024.07.25 02:10:02.350498 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2312 | 2024.07.25 02:10:02.350527 [ 3 ] {} <Debug> HTTP-Session: c35c5bdd-8293-4805-bd3c-9f657f21caa7 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
2313 | 2024.07.25 02:10:02.350555 [ 3 ] {} <Debug> HTTP-Session: c35c5bdd-8293-4805-bd3c-9f657f21caa7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2314 | 2024.07.25 02:10:02.350572 [ 3 ] {} <Debug> HTTP-Session: c35c5bdd-8293-4805-bd3c-9f657f21caa7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2315 | 2024.07.25 02:10:02.350627 [ 3 ] {} <Trace> HTTP-Session: c35c5bdd-8293-4805-bd3c-9f657f21caa7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2316 | 2024.07.25 02:10:02.350904 [ 3 ] {066ab936-9c24-4f41-80f4-389e1807896f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2317 | 2024.07.25 02:10:02.351361 [ 3 ] {066ab936-9c24-4f41-80f4-389e1807896f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2318 | 2024.07.25 02:10:02.351422 [ 3 ] {066ab936-9c24-4f41-80f4-389e1807896f} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2319 | 2024.07.25 02:10:02.351795 [ 3 ] {066ab936-9c24-4f41-80f4-389e1807896f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2320 | 2024.07.25 02:10:02.351878 [ 3 ] {066ab936-9c24-4f41-80f4-389e1807896f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2321 | 2024.07.25 02:10:02.352046 [ 3 ] {066ab936-9c24-4f41-80f4-389e1807896f} <Debug> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (SelectExecutor): Key condition: (column 0 notIn 36-element set) | ||
2322 | 2024.07.25 02:10:02.352248 [ 257 ] {066ab936-9c24-4f41-80f4-389e1807896f} <Trace> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2323 | 2024.07.25 02:10:02.352249 [ 255 ] {066ab936-9c24-4f41-80f4-389e1807896f} <Trace> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2324 | 2024.07.25 02:10:02.352249 [ 251 ] {066ab936-9c24-4f41-80f4-389e1807896f} <Trace> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2325 | 2024.07.25 02:10:02.352452 [ 3 ] {066ab936-9c24-4f41-80f4-389e1807896f} <Debug> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (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 | ||
2326 | 2024.07.25 02:10:02.352485 [ 3 ] {066ab936-9c24-4f41-80f4-389e1807896f} <Trace> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2327 | 2024.07.25 02:10:02.352599 [ 3 ] {066ab936-9c24-4f41-80f4-389e1807896f} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2328 | 2024.07.25 02:10:02.352622 [ 3 ] {066ab936-9c24-4f41-80f4-389e1807896f} <Debug> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (SelectExecutor): Reading approx. 36 rows with 3 streams | ||
2329 | 2024.07.25 02:10:02.352665 [ 3 ] {066ab936-9c24-4f41-80f4-389e1807896f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2330 | 2024.07.25 02:10:02.352711 [ 3 ] {066ab936-9c24-4f41-80f4-389e1807896f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2331 | 2024.07.25 02:10:02.352753 [ 3 ] {066ab936-9c24-4f41-80f4-389e1807896f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2332 | 2024.07.25 02:10:02.354613 [ 3 ] {066ab936-9c24-4f41-80f4-389e1807896f} <Debug> executeQuery: Read 36 rows, 1.33 KiB in 0.003845 sec., 9362.808842652796 rows/sec., 345.92 KiB/sec. | ||
2333 | 2024.07.25 02:10:02.355045 [ 3 ] {066ab936-9c24-4f41-80f4-389e1807896f} <Debug> DynamicQueryHandler: Done processing query | ||
2334 | 2024.07.25 02:10:02.355079 [ 3 ] {066ab936-9c24-4f41-80f4-389e1807896f} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2335 | 2024.07.25 02:10:02.355100 [ 3 ] {} <Debug> HTTP-Session: c35c5bdd-8293-4805-bd3c-9f657f21caa7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2336 | 2024.07.25 02:10:02.356530 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 1314, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2337 | 2024.07.25 02:10:02.356590 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2338 | 2024.07.25 02:10:02.356613 [ 3 ] {} <Debug> HTTP-Session: f0a54a6c-92bd-4b01-bed3-116487d1d19d Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
2339 | 2024.07.25 02:10:02.356636 [ 3 ] {} <Debug> HTTP-Session: f0a54a6c-92bd-4b01-bed3-116487d1d19d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2340 | 2024.07.25 02:10:02.356652 [ 3 ] {} <Debug> HTTP-Session: f0a54a6c-92bd-4b01-bed3-116487d1d19d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2341 | 2024.07.25 02:10:02.356695 [ 3 ] {} <Trace> HTTP-Session: f0a54a6c-92bd-4b01-bed3-116487d1d19d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2342 | 2024.07.25 02:10:02.356894 [ 3 ] {ce341bb5-cc1b-46a5-b646-ccae952fcb0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2343 | 2024.07.25 02:10:02.357261 [ 3 ] {ce341bb5-cc1b-46a5-b646-ccae952fcb0c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2344 | 2024.07.25 02:10:02.357319 [ 3 ] {ce341bb5-cc1b-46a5-b646-ccae952fcb0c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2345 | 2024.07.25 02:10:02.357681 [ 3 ] {ce341bb5-cc1b-46a5-b646-ccae952fcb0c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2346 | 2024.07.25 02:10:02.357745 [ 3 ] {ce341bb5-cc1b-46a5-b646-ccae952fcb0c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2347 | 2024.07.25 02:10:02.357889 [ 3 ] {ce341bb5-cc1b-46a5-b646-ccae952fcb0c} <Debug> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (SelectExecutor): Key condition: (column 0 notIn 37-element set) | ||
2348 | 2024.07.25 02:10:02.358013 [ 262 ] {ce341bb5-cc1b-46a5-b646-ccae952fcb0c} <Trace> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2349 | 2024.07.25 02:10:02.358018 [ 260 ] {ce341bb5-cc1b-46a5-b646-ccae952fcb0c} <Trace> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2350 | 2024.07.25 02:10:02.358041 [ 251 ] {ce341bb5-cc1b-46a5-b646-ccae952fcb0c} <Trace> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2351 | 2024.07.25 02:10:02.358174 [ 3 ] {ce341bb5-cc1b-46a5-b646-ccae952fcb0c} <Debug> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (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 | ||
2352 | 2024.07.25 02:10:02.358204 [ 3 ] {ce341bb5-cc1b-46a5-b646-ccae952fcb0c} <Trace> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2353 | 2024.07.25 02:10:02.358306 [ 3 ] {ce341bb5-cc1b-46a5-b646-ccae952fcb0c} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2354 | 2024.07.25 02:10:02.358326 [ 3 ] {ce341bb5-cc1b-46a5-b646-ccae952fcb0c} <Debug> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (SelectExecutor): Reading approx. 36 rows with 3 streams | ||
2355 | 2024.07.25 02:10:02.358365 [ 3 ] {ce341bb5-cc1b-46a5-b646-ccae952fcb0c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2356 | 2024.07.25 02:10:02.358407 [ 3 ] {ce341bb5-cc1b-46a5-b646-ccae952fcb0c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2357 | 2024.07.25 02:10:02.358443 [ 3 ] {ce341bb5-cc1b-46a5-b646-ccae952fcb0c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2358 | 2024.07.25 02:10:02.360052 [ 3 ] {ce341bb5-cc1b-46a5-b646-ccae952fcb0c} <Debug> executeQuery: Read 36 rows, 1.33 KiB in 0.003263 sec., 11032.791909285934 rows/sec., 407.62 KiB/sec. | ||
2359 | 2024.07.25 02:10:02.360398 [ 3 ] {ce341bb5-cc1b-46a5-b646-ccae952fcb0c} <Debug> DynamicQueryHandler: Done processing query | ||
2360 | 2024.07.25 02:10:02.360423 [ 3 ] {ce341bb5-cc1b-46a5-b646-ccae952fcb0c} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2361 | 2024.07.25 02:10:02.360439 [ 3 ] {} <Debug> HTTP-Session: f0a54a6c-92bd-4b01-bed3-116487d1d19d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2362 | 2024.07.25 02:10:02.360639 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 1352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2363 | 2024.07.25 02:10:02.360686 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2364 | 2024.07.25 02:10:02.360705 [ 3 ] {} <Debug> HTTP-Session: 67988313-2a88-4453-b728-10fb94db80bc Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
2365 | 2024.07.25 02:10:02.360721 [ 3 ] {} <Debug> HTTP-Session: 67988313-2a88-4453-b728-10fb94db80bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2366 | 2024.07.25 02:10:02.360734 [ 3 ] {} <Debug> HTTP-Session: 67988313-2a88-4453-b728-10fb94db80bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2367 | 2024.07.25 02:10:02.360765 [ 3 ] {} <Trace> HTTP-Session: 67988313-2a88-4453-b728-10fb94db80bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2368 | 2024.07.25 02:10:02.360915 [ 3 ] {bb925249-0b36-48b4-bcfa-1fe8803e7121} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2369 | 2024.07.25 02:10:02.361211 [ 3 ] {bb925249-0b36-48b4-bcfa-1fe8803e7121} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2370 | 2024.07.25 02:10:02.361257 [ 3 ] {bb925249-0b36-48b4-bcfa-1fe8803e7121} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2371 | 2024.07.25 02:10:02.361566 [ 3 ] {bb925249-0b36-48b4-bcfa-1fe8803e7121} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2372 | 2024.07.25 02:10:02.361631 [ 3 ] {bb925249-0b36-48b4-bcfa-1fe8803e7121} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2373 | 2024.07.25 02:10:02.361768 [ 3 ] {bb925249-0b36-48b4-bcfa-1fe8803e7121} <Debug> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (SelectExecutor): Key condition: (column 0 notIn 38-element set) | ||
2374 | 2024.07.25 02:10:02.361885 [ 261 ] {bb925249-0b36-48b4-bcfa-1fe8803e7121} <Trace> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2375 | 2024.07.25 02:10:02.361911 [ 251 ] {bb925249-0b36-48b4-bcfa-1fe8803e7121} <Trace> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2376 | 2024.07.25 02:10:02.361916 [ 254 ] {bb925249-0b36-48b4-bcfa-1fe8803e7121} <Trace> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2377 | 2024.07.25 02:10:02.362050 [ 3 ] {bb925249-0b36-48b4-bcfa-1fe8803e7121} <Debug> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (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 | ||
2378 | 2024.07.25 02:10:02.362079 [ 3 ] {bb925249-0b36-48b4-bcfa-1fe8803e7121} <Trace> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2379 | 2024.07.25 02:10:02.362182 [ 3 ] {bb925249-0b36-48b4-bcfa-1fe8803e7121} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2380 | 2024.07.25 02:10:02.362202 [ 3 ] {bb925249-0b36-48b4-bcfa-1fe8803e7121} <Debug> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (SelectExecutor): Reading approx. 36 rows with 3 streams | ||
2381 | 2024.07.25 02:10:02.362241 [ 3 ] {bb925249-0b36-48b4-bcfa-1fe8803e7121} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2382 | 2024.07.25 02:10:02.362283 [ 3 ] {bb925249-0b36-48b4-bcfa-1fe8803e7121} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2383 | 2024.07.25 02:10:02.362320 [ 3 ] {bb925249-0b36-48b4-bcfa-1fe8803e7121} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2384 | 2024.07.25 02:10:02.364021 [ 3 ] {bb925249-0b36-48b4-bcfa-1fe8803e7121} <Debug> executeQuery: Read 36 rows, 1.33 KiB in 0.003182 sec., 11313.639220615965 rows/sec., 418.00 KiB/sec. | ||
2385 | 2024.07.25 02:10:02.364372 [ 3 ] {bb925249-0b36-48b4-bcfa-1fe8803e7121} <Debug> DynamicQueryHandler: Done processing query | ||
2386 | 2024.07.25 02:10:02.364397 [ 3 ] {bb925249-0b36-48b4-bcfa-1fe8803e7121} <Debug> MemoryTracker: Peak memory usage (for query): 3.11 MiB. | ||
2387 | 2024.07.25 02:10:02.364414 [ 3 ] {} <Debug> HTTP-Session: 67988313-2a88-4453-b728-10fb94db80bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2388 | 2024.07.25 02:10:02.364706 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 1389, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2389 | 2024.07.25 02:10:02.364753 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2390 | 2024.07.25 02:10:02.364772 [ 3 ] {} <Debug> HTTP-Session: d0f4e2fd-4134-4b14-8b5d-86f062542547 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
2391 | 2024.07.25 02:10:02.364789 [ 3 ] {} <Debug> HTTP-Session: d0f4e2fd-4134-4b14-8b5d-86f062542547 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2392 | 2024.07.25 02:10:02.364802 [ 3 ] {} <Debug> HTTP-Session: d0f4e2fd-4134-4b14-8b5d-86f062542547 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2393 | 2024.07.25 02:10:02.364834 [ 3 ] {} <Trace> HTTP-Session: d0f4e2fd-4134-4b14-8b5d-86f062542547 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2394 | 2024.07.25 02:10:02.364988 [ 3 ] {10e08193-fd09-490d-845a-48aa2acc9a9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2395 | 2024.07.25 02:10:02.365276 [ 3 ] {10e08193-fd09-490d-845a-48aa2acc9a9a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2396 | 2024.07.25 02:10:02.365325 [ 3 ] {10e08193-fd09-490d-845a-48aa2acc9a9a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2397 | 2024.07.25 02:10:02.365636 [ 3 ] {10e08193-fd09-490d-845a-48aa2acc9a9a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2398 | 2024.07.25 02:10:02.365700 [ 3 ] {10e08193-fd09-490d-845a-48aa2acc9a9a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2399 | 2024.07.25 02:10:02.365836 [ 3 ] {10e08193-fd09-490d-845a-48aa2acc9a9a} <Debug> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (SelectExecutor): Key condition: (column 0 notIn 39-element set) | ||
2400 | 2024.07.25 02:10:02.365963 [ 255 ] {10e08193-fd09-490d-845a-48aa2acc9a9a} <Trace> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2401 | 2024.07.25 02:10:02.365977 [ 254 ] {10e08193-fd09-490d-845a-48aa2acc9a9a} <Trace> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2402 | 2024.07.25 02:10:02.365990 [ 251 ] {10e08193-fd09-490d-845a-48aa2acc9a9a} <Trace> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2403 | 2024.07.25 02:10:02.366162 [ 3 ] {10e08193-fd09-490d-845a-48aa2acc9a9a} <Debug> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (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 | ||
2404 | 2024.07.25 02:10:02.366243 [ 3 ] {10e08193-fd09-490d-845a-48aa2acc9a9a} <Trace> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2405 | 2024.07.25 02:10:02.366397 [ 3 ] {10e08193-fd09-490d-845a-48aa2acc9a9a} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2406 | 2024.07.25 02:10:02.366423 [ 3 ] {10e08193-fd09-490d-845a-48aa2acc9a9a} <Debug> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (SelectExecutor): Reading approx. 36 rows with 3 streams | ||
2407 | 2024.07.25 02:10:02.366478 [ 3 ] {10e08193-fd09-490d-845a-48aa2acc9a9a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2408 | 2024.07.25 02:10:02.366543 [ 3 ] {10e08193-fd09-490d-845a-48aa2acc9a9a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2409 | 2024.07.25 02:10:02.366604 [ 3 ] {10e08193-fd09-490d-845a-48aa2acc9a9a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2410 | 2024.07.25 02:10:02.368642 [ 3 ] {10e08193-fd09-490d-845a-48aa2acc9a9a} <Debug> executeQuery: Read 36 rows, 1.33 KiB in 0.003731 sec., 9648.887697668186 rows/sec., 356.49 KiB/sec. | ||
2411 | 2024.07.25 02:10:02.369011 [ 3 ] {10e08193-fd09-490d-845a-48aa2acc9a9a} <Debug> DynamicQueryHandler: Done processing query | ||
2412 | 2024.07.25 02:10:02.369036 [ 3 ] {10e08193-fd09-490d-845a-48aa2acc9a9a} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2413 | 2024.07.25 02:10:02.369053 [ 3 ] {} <Debug> HTTP-Session: d0f4e2fd-4134-4b14-8b5d-86f062542547 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2414 | 2024.07.25 02:10:02.377774 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 947, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2415 | 2024.07.25 02:10:02.377833 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2416 | 2024.07.25 02:10:02.377853 [ 3 ] {} <Debug> HTTP-Session: fd45699a-3032-4445-b48d-be37bf6a3a23 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
2417 | 2024.07.25 02:10:02.377874 [ 3 ] {} <Debug> HTTP-Session: fd45699a-3032-4445-b48d-be37bf6a3a23 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2418 | 2024.07.25 02:10:02.377916 [ 3 ] {} <Debug> HTTP-Session: fd45699a-3032-4445-b48d-be37bf6a3a23 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2419 | 2024.07.25 02:10:02.377948 [ 3 ] {} <Trace> HTTP-Session: fd45699a-3032-4445-b48d-be37bf6a3a23 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2420 | 2024.07.25 02:10:02.378070 [ 3 ] {6ba112ca-f024-4727-b241-5a987404dd84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
2421 | 2024.07.25 02:10:02.378117 [ 3 ] {6ba112ca-f024-4727-b241-5a987404dd84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2422 | 2024.07.25 02:10:02.378301 [ 3 ] {6ba112ca-f024-4727-b241-5a987404dd84} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2423 | 2024.07.25 02:10:02.378663 [ 3 ] {6ba112ca-f024-4727-b241-5a987404dd84} <Trace> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2424 | 2024.07.25 02:10:02.378701 [ 3 ] {6ba112ca-f024-4727-b241-5a987404dd84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
2425 | 2024.07.25 02:10:02.379202 [ 3 ] {6ba112ca-f024-4727-b241-5a987404dd84} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2426 | 2024.07.25 02:10:02.379533 [ 3 ] {6ba112ca-f024-4727-b241-5a987404dd84} <Trace> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2427 | 2024.07.25 02:10:02.379672 [ 3 ] {6ba112ca-f024-4727-b241-5a987404dd84} <Debug> executeQuery: Read 4 rows, 443.00 B in 0.001642 sec., 2436.05359317905 rows/sec., 263.47 KiB/sec. | ||
2428 | 2024.07.25 02:10:02.379873 [ 3 ] {6ba112ca-f024-4727-b241-5a987404dd84} <Debug> DynamicQueryHandler: Done processing query | ||
2429 | 2024.07.25 02:10:02.379898 [ 3 ] {6ba112ca-f024-4727-b241-5a987404dd84} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
2430 | 2024.07.25 02:10:02.379914 [ 3 ] {} <Debug> HTTP-Session: fd45699a-3032-4445-b48d-be37bf6a3a23 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2431 | 2024.07.25 02:10:02.380030 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 3759, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2432 | 2024.07.25 02:10:02.380079 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2433 | 2024.07.25 02:10:02.380099 [ 3 ] {} <Debug> HTTP-Session: 1f7b2ac9-f793-4fcb-aec2-8fce176d5b30 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
2434 | 2024.07.25 02:10:02.380116 [ 3 ] {} <Debug> HTTP-Session: 1f7b2ac9-f793-4fcb-aec2-8fce176d5b30 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2435 | 2024.07.25 02:10:02.380129 [ 3 ] {} <Debug> HTTP-Session: 1f7b2ac9-f793-4fcb-aec2-8fce176d5b30 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2436 | 2024.07.25 02:10:02.380160 [ 3 ] {} <Trace> HTTP-Session: 1f7b2ac9-f793-4fcb-aec2-8fce176d5b30 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2437 | 2024.07.25 02:10:02.380265 [ 3 ] {ac627eaa-d1c6-4c46-aa05-f52e20f81671} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2438 | 2024.07.25 02:10:02.380307 [ 3 ] {ac627eaa-d1c6-4c46-aa05-f52e20f81671} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2439 | 2024.07.25 02:10:02.380434 [ 3 ] {ac627eaa-d1c6-4c46-aa05-f52e20f81671} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2440 | 2024.07.25 02:10:02.380767 [ 3 ] {ac627eaa-d1c6-4c46-aa05-f52e20f81671} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2441 | 2024.07.25 02:10:02.380804 [ 3 ] {ac627eaa-d1c6-4c46-aa05-f52e20f81671} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
2442 | 2024.07.25 02:10:02.381112 [ 3 ] {ac627eaa-d1c6-4c46-aa05-f52e20f81671} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2443 | 2024.07.25 02:10:02.381409 [ 3 ] {ac627eaa-d1c6-4c46-aa05-f52e20f81671} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2444 | 2024.07.25 02:10:02.381529 [ 3 ] {ac627eaa-d1c6-4c46-aa05-f52e20f81671} <Debug> executeQuery: Read 27 rows, 2.04 KiB in 0.001298 sec., 20801.232665639447 rows/sec., 1.54 MiB/sec. | ||
2445 | 2024.07.25 02:10:02.381796 [ 3 ] {ac627eaa-d1c6-4c46-aa05-f52e20f81671} <Debug> DynamicQueryHandler: Done processing query | ||
2446 | 2024.07.25 02:10:02.381821 [ 3 ] {ac627eaa-d1c6-4c46-aa05-f52e20f81671} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2447 | 2024.07.25 02:10:02.381838 [ 3 ] {} <Debug> HTTP-Session: 1f7b2ac9-f793-4fcb-aec2-8fce176d5b30 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2448 | 2024.07.25 02:10:02.382017 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 33840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2449 | 2024.07.25 02:10:02.382066 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2450 | 2024.07.25 02:10:02.382086 [ 3 ] {} <Debug> HTTP-Session: e8fe8d9e-de40-486b-8e04-3b7b059d869f Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
2451 | 2024.07.25 02:10:02.382103 [ 3 ] {} <Debug> HTTP-Session: e8fe8d9e-de40-486b-8e04-3b7b059d869f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2452 | 2024.07.25 02:10:02.382117 [ 3 ] {} <Debug> HTTP-Session: e8fe8d9e-de40-486b-8e04-3b7b059d869f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2453 | 2024.07.25 02:10:02.382147 [ 3 ] {} <Trace> HTTP-Session: e8fe8d9e-de40-486b-8e04-3b7b059d869f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2454 | 2024.07.25 02:10:02.382365 [ 3 ] {ccbccbf3-7031-4fd8-8d19-c66a94344799} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2455 | 2024.07.25 02:10:02.382410 [ 3 ] {ccbccbf3-7031-4fd8-8d19-c66a94344799} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2456 | 2024.07.25 02:10:02.382547 [ 3 ] {ccbccbf3-7031-4fd8-8d19-c66a94344799} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2457 | 2024.07.25 02:10:02.382987 [ 3 ] {ccbccbf3-7031-4fd8-8d19-c66a94344799} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2458 | 2024.07.25 02:10:02.383024 [ 3 ] {ccbccbf3-7031-4fd8-8d19-c66a94344799} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
2459 | 2024.07.25 02:10:02.383340 [ 3 ] {ccbccbf3-7031-4fd8-8d19-c66a94344799} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2460 | 2024.07.25 02:10:02.383648 [ 3 ] {ccbccbf3-7031-4fd8-8d19-c66a94344799} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2461 | 2024.07.25 02:10:02.383767 [ 3 ] {ccbccbf3-7031-4fd8-8d19-c66a94344799} <Debug> executeQuery: Read 224 rows, 20.23 KiB in 0.001533 sec., 146118.7214611872 rows/sec., 12.89 MiB/sec. | ||
2462 | 2024.07.25 02:10:02.383933 [ 3 ] {ccbccbf3-7031-4fd8-8d19-c66a94344799} <Debug> DynamicQueryHandler: Done processing query | ||
2463 | 2024.07.25 02:10:02.383958 [ 3 ] {ccbccbf3-7031-4fd8-8d19-c66a94344799} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
2464 | 2024.07.25 02:10:02.383974 [ 3 ] {} <Debug> HTTP-Session: e8fe8d9e-de40-486b-8e04-3b7b059d869f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2465 | 2024.07.25 02:10:02.384260 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 66321, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2466 | 2024.07.25 02:10:02.384322 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2467 | 2024.07.25 02:10:02.384341 [ 3 ] {} <Debug> HTTP-Session: b898d224-321f-42f0-ad7c-26bb17cdc78b Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
2468 | 2024.07.25 02:10:02.384359 [ 3 ] {} <Debug> HTTP-Session: b898d224-321f-42f0-ad7c-26bb17cdc78b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2469 | 2024.07.25 02:10:02.384372 [ 3 ] {} <Debug> HTTP-Session: b898d224-321f-42f0-ad7c-26bb17cdc78b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2470 | 2024.07.25 02:10:02.384402 [ 3 ] {} <Trace> HTTP-Session: b898d224-321f-42f0-ad7c-26bb17cdc78b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2471 | 2024.07.25 02:10:02.384785 [ 3 ] {1ad724d7-83c3-46f9-aaa1-03a7e4c5ff9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2472 | 2024.07.25 02:10:02.384829 [ 3 ] {1ad724d7-83c3-46f9-aaa1-03a7e4c5ff9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2473 | 2024.07.25 02:10:02.384954 [ 3 ] {1ad724d7-83c3-46f9-aaa1-03a7e4c5ff9b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2474 | 2024.07.25 02:10:02.385524 [ 3 ] {1ad724d7-83c3-46f9-aaa1-03a7e4c5ff9b} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2475 | 2024.07.25 02:10:02.385561 [ 3 ] {1ad724d7-83c3-46f9-aaa1-03a7e4c5ff9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
2476 | 2024.07.25 02:10:02.385879 [ 3 ] {1ad724d7-83c3-46f9-aaa1-03a7e4c5ff9b} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2477 | 2024.07.25 02:10:02.386216 [ 3 ] {1ad724d7-83c3-46f9-aaa1-03a7e4c5ff9b} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2478 | 2024.07.25 02:10:02.386343 [ 3 ] {1ad724d7-83c3-46f9-aaa1-03a7e4c5ff9b} <Debug> executeQuery: Read 410 rows, 29.73 KiB in 0.001845 sec., 222222.22222222222 rows/sec., 15.74 MiB/sec. | ||
2479 | 2024.07.25 02:10:02.386502 [ 3 ] {1ad724d7-83c3-46f9-aaa1-03a7e4c5ff9b} <Debug> DynamicQueryHandler: Done processing query | ||
2480 | 2024.07.25 02:10:02.386526 [ 3 ] {1ad724d7-83c3-46f9-aaa1-03a7e4c5ff9b} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
2481 | 2024.07.25 02:10:02.386542 [ 3 ] {} <Debug> HTTP-Session: b898d224-321f-42f0-ad7c-26bb17cdc78b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2482 | 2024.07.25 02:10:02.386672 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2483 | 2024.07.25 02:10:02.386719 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2484 | 2024.07.25 02:10:02.386738 [ 3 ] {} <Debug> HTTP-Session: efb7ec7b-1e94-4790-9bed-e63ae445afa3 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
2485 | 2024.07.25 02:10:02.386755 [ 3 ] {} <Debug> HTTP-Session: efb7ec7b-1e94-4790-9bed-e63ae445afa3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2486 | 2024.07.25 02:10:02.386769 [ 3 ] {} <Debug> HTTP-Session: efb7ec7b-1e94-4790-9bed-e63ae445afa3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2487 | 2024.07.25 02:10:02.386801 [ 3 ] {} <Trace> HTTP-Session: efb7ec7b-1e94-4790-9bed-e63ae445afa3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2488 | 2024.07.25 02:10:02.386897 [ 3 ] {7d7bb30a-4f60-47e9-8cfc-08cb201b1603} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
2489 | 2024.07.25 02:10:02.386940 [ 3 ] {7d7bb30a-4f60-47e9-8cfc-08cb201b1603} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
2490 | 2024.07.25 02:10:02.387066 [ 3 ] {7d7bb30a-4f60-47e9-8cfc-08cb201b1603} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2491 | 2024.07.25 02:10:02.387339 [ 3 ] {7d7bb30a-4f60-47e9-8cfc-08cb201b1603} <Trace> oximeter.measurements_bool (8163702d-f428-4b08-bb37-b5af976016c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2492 | 2024.07.25 02:10:02.387375 [ 3 ] {7d7bb30a-4f60-47e9-8cfc-08cb201b1603} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
2493 | 2024.07.25 02:10:02.387730 [ 3 ] {7d7bb30a-4f60-47e9-8cfc-08cb201b1603} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2494 | 2024.07.25 02:10:02.388053 [ 3 ] {7d7bb30a-4f60-47e9-8cfc-08cb201b1603} <Trace> oximeter.measurements_bool (8163702d-f428-4b08-bb37-b5af976016c8): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2495 | 2024.07.25 02:10:02.388179 [ 3 ] {7d7bb30a-4f60-47e9-8cfc-08cb201b1603} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001309 sec., 4583.651642475172 rows/sec., 196.95 KiB/sec. | ||
2496 | 2024.07.25 02:10:02.388443 [ 3 ] {7d7bb30a-4f60-47e9-8cfc-08cb201b1603} <Debug> DynamicQueryHandler: Done processing query | ||
2497 | 2024.07.25 02:10:02.388468 [ 3 ] {7d7bb30a-4f60-47e9-8cfc-08cb201b1603} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2498 | 2024.07.25 02:10:02.388485 [ 3 ] {} <Debug> HTTP-Session: efb7ec7b-1e94-4790-9bed-e63ae445afa3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2499 | 2024.07.25 02:10:02.388622 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 14082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2500 | 2024.07.25 02:10:02.388677 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2501 | 2024.07.25 02:10:02.388695 [ 3 ] {} <Debug> HTTP-Session: 1066205a-3d05-4585-98cd-7db47feb356c Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
2502 | 2024.07.25 02:10:02.388712 [ 3 ] {} <Debug> HTTP-Session: 1066205a-3d05-4585-98cd-7db47feb356c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2503 | 2024.07.25 02:10:02.388725 [ 3 ] {} <Debug> HTTP-Session: 1066205a-3d05-4585-98cd-7db47feb356c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2504 | 2024.07.25 02:10:02.388756 [ 3 ] {} <Trace> HTTP-Session: 1066205a-3d05-4585-98cd-7db47feb356c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2505 | 2024.07.25 02:10:02.388894 [ 3 ] {f3ebc1df-f7bc-4b0d-92aa-5a45d56c3a71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
2506 | 2024.07.25 02:10:02.388941 [ 3 ] {f3ebc1df-f7bc-4b0d-92aa-5a45d56c3a71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
2507 | 2024.07.25 02:10:02.389096 [ 3 ] {f3ebc1df-f7bc-4b0d-92aa-5a45d56c3a71} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2508 | 2024.07.25 02:10:02.389428 [ 3 ] {f3ebc1df-f7bc-4b0d-92aa-5a45d56c3a71} <Trace> oximeter.measurements_cumulativei64 (ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2509 | 2024.07.25 02:10:02.389463 [ 3 ] {f3ebc1df-f7bc-4b0d-92aa-5a45d56c3a71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
2510 | 2024.07.25 02:10:02.389821 [ 3 ] {f3ebc1df-f7bc-4b0d-92aa-5a45d56c3a71} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2511 | 2024.07.25 02:10:02.390150 [ 3 ] {f3ebc1df-f7bc-4b0d-92aa-5a45d56c3a71} <Trace> oximeter.measurements_cumulativei64 (ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2512 | 2024.07.25 02:10:02.390277 [ 3 ] {f3ebc1df-f7bc-4b0d-92aa-5a45d56c3a71} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001446 sec., 53250.345781466116 rows/sec., 3.28 MiB/sec. | ||
2513 | 2024.07.25 02:10:02.390535 [ 3 ] {f3ebc1df-f7bc-4b0d-92aa-5a45d56c3a71} <Debug> DynamicQueryHandler: Done processing query | ||
2514 | 2024.07.25 02:10:02.390559 [ 3 ] {f3ebc1df-f7bc-4b0d-92aa-5a45d56c3a71} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2515 | 2024.07.25 02:10:02.390574 [ 3 ] {} <Debug> HTTP-Session: 1066205a-3d05-4585-98cd-7db47feb356c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2516 | 2024.07.25 02:10:02.390731 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 30562, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2517 | 2024.07.25 02:10:02.390780 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2518 | 2024.07.25 02:10:02.390798 [ 3 ] {} <Debug> HTTP-Session: 6df7ddbf-2889-4351-abff-ece255e8c429 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
2519 | 2024.07.25 02:10:02.390814 [ 3 ] {} <Debug> HTTP-Session: 6df7ddbf-2889-4351-abff-ece255e8c429 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2520 | 2024.07.25 02:10:02.390827 [ 3 ] {} <Debug> HTTP-Session: 6df7ddbf-2889-4351-abff-ece255e8c429 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2521 | 2024.07.25 02:10:02.390857 [ 3 ] {} <Trace> HTTP-Session: 6df7ddbf-2889-4351-abff-ece255e8c429 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2522 | 2024.07.25 02:10:02.391038 [ 3 ] {fb9cd4b3-53a4-4964-88c9-27f328199424} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2523 | 2024.07.25 02:10:02.391083 [ 3 ] {fb9cd4b3-53a4-4964-88c9-27f328199424} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2524 | 2024.07.25 02:10:02.391239 [ 3 ] {fb9cd4b3-53a4-4964-88c9-27f328199424} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2525 | 2024.07.25 02:10:02.391622 [ 3 ] {fb9cd4b3-53a4-4964-88c9-27f328199424} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2526 | 2024.07.25 02:10:02.391657 [ 3 ] {fb9cd4b3-53a4-4964-88c9-27f328199424} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
2527 | 2024.07.25 02:10:02.392031 [ 3 ] {fb9cd4b3-53a4-4964-88c9-27f328199424} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2528 | 2024.07.25 02:10:02.392354 [ 3 ] {fb9cd4b3-53a4-4964-88c9-27f328199424} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2529 | 2024.07.25 02:10:02.392484 [ 3 ] {fb9cd4b3-53a4-4964-88c9-27f328199424} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001548 sec., 103359.17312661499 rows/sec., 7.20 MiB/sec. | ||
2530 | 2024.07.25 02:10:02.392669 [ 3 ] {fb9cd4b3-53a4-4964-88c9-27f328199424} <Debug> DynamicQueryHandler: Done processing query | ||
2531 | 2024.07.25 02:10:02.392694 [ 3 ] {fb9cd4b3-53a4-4964-88c9-27f328199424} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
2532 | 2024.07.25 02:10:02.392710 [ 3 ] {} <Debug> HTTP-Session: 6df7ddbf-2889-4351-abff-ece255e8c429 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2533 | 2024.07.25 02:10:02.392865 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 33573, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2534 | 2024.07.25 02:10:02.392911 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2535 | 2024.07.25 02:10:02.392929 [ 3 ] {} <Debug> HTTP-Session: 79c468aa-76af-4204-9828-c09ae41748d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
2536 | 2024.07.25 02:10:02.392945 [ 3 ] {} <Debug> HTTP-Session: 79c468aa-76af-4204-9828-c09ae41748d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2537 | 2024.07.25 02:10:02.392959 [ 3 ] {} <Debug> HTTP-Session: 79c468aa-76af-4204-9828-c09ae41748d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2538 | 2024.07.25 02:10:02.392993 [ 3 ] {} <Trace> HTTP-Session: 79c468aa-76af-4204-9828-c09ae41748d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2539 | 2024.07.25 02:10:02.393524 [ 3 ] {8d30c7ad-48a6-4ab8-815b-6ebaf2513cea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2540 | 2024.07.25 02:10:02.393586 [ 3 ] {8d30c7ad-48a6-4ab8-815b-6ebaf2513cea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
2541 | 2024.07.25 02:10:02.394040 [ 3 ] {8d30c7ad-48a6-4ab8-815b-6ebaf2513cea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2542 | 2024.07.25 02:10:02.396749 [ 3 ] {8d30c7ad-48a6-4ab8-815b-6ebaf2513cea} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2543 | 2024.07.25 02:10:02.396786 [ 3 ] {8d30c7ad-48a6-4ab8-815b-6ebaf2513cea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
2544 | 2024.07.25 02:10:02.402245 [ 3 ] {8d30c7ad-48a6-4ab8-815b-6ebaf2513cea} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
2545 | 2024.07.25 02:10:02.402676 [ 3 ] {8d30c7ad-48a6-4ab8-815b-6ebaf2513cea} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2546 | 2024.07.25 02:10:02.402811 [ 3 ] {8d30c7ad-48a6-4ab8-815b-6ebaf2513cea} <Debug> executeQuery: Read 21 rows, 38.53 KiB in 0.009743 sec., 2155.3936159293853 rows/sec., 3.86 MiB/sec. | ||
2547 | 2024.07.25 02:10:02.403025 [ 3 ] {8d30c7ad-48a6-4ab8-815b-6ebaf2513cea} <Debug> DynamicQueryHandler: Done processing query | ||
2548 | 2024.07.25 02:10:02.403049 [ 3 ] {8d30c7ad-48a6-4ab8-815b-6ebaf2513cea} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
2549 | 2024.07.25 02:10:02.403066 [ 3 ] {} <Debug> HTTP-Session: 79c468aa-76af-4204-9828-c09ae41748d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2550 | 2024.07.25 02:10:02.403189 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 5132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2551 | 2024.07.25 02:10:02.403237 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2552 | 2024.07.25 02:10:02.403257 [ 3 ] {} <Debug> HTTP-Session: 3435cc27-e1b9-4afa-aa0f-44ea6f33b93c Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
2553 | 2024.07.25 02:10:02.403273 [ 3 ] {} <Debug> HTTP-Session: 3435cc27-e1b9-4afa-aa0f-44ea6f33b93c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2554 | 2024.07.25 02:10:02.403287 [ 3 ] {} <Debug> HTTP-Session: 3435cc27-e1b9-4afa-aa0f-44ea6f33b93c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2555 | 2024.07.25 02:10:02.403317 [ 3 ] {} <Trace> HTTP-Session: 3435cc27-e1b9-4afa-aa0f-44ea6f33b93c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2556 | 2024.07.25 02:10:02.403419 [ 3 ] {87f5d574-d842-4d51-8626-834e2d77e7f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
2557 | 2024.07.25 02:10:02.403463 [ 3 ] {87f5d574-d842-4d51-8626-834e2d77e7f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
2558 | 2024.07.25 02:10:02.403588 [ 3 ] {87f5d574-d842-4d51-8626-834e2d77e7f8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2559 | 2024.07.25 02:10:02.403888 [ 3 ] {87f5d574-d842-4d51-8626-834e2d77e7f8} <Trace> oximeter.measurements_i64 (4af3948b-7ee8-4a0a-bff7-9db9837b5273): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2560 | 2024.07.25 02:10:02.403924 [ 3 ] {87f5d574-d842-4d51-8626-834e2d77e7f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
2561 | 2024.07.25 02:10:02.404268 [ 3 ] {87f5d574-d842-4d51-8626-834e2d77e7f8} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2562 | 2024.07.25 02:10:02.404576 [ 3 ] {87f5d574-d842-4d51-8626-834e2d77e7f8} <Trace> oximeter.measurements_i64 (4af3948b-7ee8-4a0a-bff7-9db9837b5273): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2563 | 2024.07.25 02:10:02.404704 [ 3 ] {87f5d574-d842-4d51-8626-834e2d77e7f8} <Debug> executeQuery: Read 35 rows, 2.15 KiB in 0.001316 sec., 26595.744680851065 rows/sec., 1.59 MiB/sec. | ||
2564 | 2024.07.25 02:10:02.404984 [ 3 ] {87f5d574-d842-4d51-8626-834e2d77e7f8} <Debug> DynamicQueryHandler: Done processing query | ||
2565 | 2024.07.25 02:10:02.405008 [ 3 ] {87f5d574-d842-4d51-8626-834e2d77e7f8} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2566 | 2024.07.25 02:10:02.405024 [ 3 ] {} <Debug> HTTP-Session: 3435cc27-e1b9-4afa-aa0f-44ea6f33b93c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2567 | 2024.07.25 02:10:02.405158 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2568 | 2024.07.25 02:10:02.405206 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2569 | 2024.07.25 02:10:02.405225 [ 3 ] {} <Debug> HTTP-Session: 20b70a9c-a0a6-4913-b908-c6cf0ab8b433 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
2570 | 2024.07.25 02:10:02.405241 [ 3 ] {} <Debug> HTTP-Session: 20b70a9c-a0a6-4913-b908-c6cf0ab8b433 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2571 | 2024.07.25 02:10:02.405255 [ 3 ] {} <Debug> HTTP-Session: 20b70a9c-a0a6-4913-b908-c6cf0ab8b433 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2572 | 2024.07.25 02:10:02.405285 [ 3 ] {} <Trace> HTTP-Session: 20b70a9c-a0a6-4913-b908-c6cf0ab8b433 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2573 | 2024.07.25 02:10:02.405416 [ 3 ] {b164ead8-2106-4a14-969e-67aa0e280ec9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2574 | 2024.07.25 02:10:02.405460 [ 3 ] {b164ead8-2106-4a14-969e-67aa0e280ec9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2575 | 2024.07.25 02:10:02.405604 [ 3 ] {b164ead8-2106-4a14-969e-67aa0e280ec9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2576 | 2024.07.25 02:10:02.405910 [ 3 ] {b164ead8-2106-4a14-969e-67aa0e280ec9} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2577 | 2024.07.25 02:10:02.405945 [ 3 ] {b164ead8-2106-4a14-969e-67aa0e280ec9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
2578 | 2024.07.25 02:10:02.406288 [ 3 ] {b164ead8-2106-4a14-969e-67aa0e280ec9} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2579 | 2024.07.25 02:10:02.406602 [ 3 ] {b164ead8-2106-4a14-969e-67aa0e280ec9} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2580 | 2024.07.25 02:10:02.406725 [ 3 ] {b164ead8-2106-4a14-969e-67aa0e280ec9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001357 sec., 44215.18054532056 rows/sec., 2.98 MiB/sec. | ||
2581 | 2024.07.25 02:10:02.406884 [ 3 ] {b164ead8-2106-4a14-969e-67aa0e280ec9} <Debug> DynamicQueryHandler: Done processing query | ||
2582 | 2024.07.25 02:10:02.406908 [ 3 ] {b164ead8-2106-4a14-969e-67aa0e280ec9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2583 | 2024.07.25 02:10:02.406923 [ 3 ] {} <Debug> HTTP-Session: 20b70a9c-a0a6-4913-b908-c6cf0ab8b433 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2584 | 2024.07.25 02:10:06.240724 [ 54 ] {} <Debug> DNSResolver: Updating DNS cache | ||
2585 | 2024.07.25 02:10:06.240799 [ 54 ] {} <Debug> DNSResolver: Updated DNS cache | ||
2586 | 2024.07.25 02:10:07.354335 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 7826, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2587 | 2024.07.25 02:10:07.354440 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2588 | 2024.07.25 02:10:07.354464 [ 3 ] {} <Debug> HTTP-Session: 6d4e3791-60db-423d-bcf2-36935addc59f Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
2589 | 2024.07.25 02:10:07.354488 [ 3 ] {} <Debug> HTTP-Session: 6d4e3791-60db-423d-bcf2-36935addc59f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2590 | 2024.07.25 02:10:07.354502 [ 3 ] {} <Debug> HTTP-Session: 6d4e3791-60db-423d-bcf2-36935addc59f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2591 | 2024.07.25 02:10:07.354551 [ 3 ] {} <Trace> HTTP-Session: 6d4e3791-60db-423d-bcf2-36935addc59f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2592 | 2024.07.25 02:10:07.354744 [ 3 ] {d50e8d16-3fb7-47a1-a850-842a72312780} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2593 | 2024.07.25 02:10:07.354809 [ 3 ] {d50e8d16-3fb7-47a1-a850-842a72312780} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2594 | 2024.07.25 02:10:07.354989 [ 3 ] {d50e8d16-3fb7-47a1-a850-842a72312780} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2595 | 2024.07.25 02:10:07.355460 [ 3 ] {d50e8d16-3fb7-47a1-a850-842a72312780} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2596 | 2024.07.25 02:10:07.355499 [ 3 ] {d50e8d16-3fb7-47a1-a850-842a72312780} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
2597 | 2024.07.25 02:10:07.355890 [ 3 ] {d50e8d16-3fb7-47a1-a850-842a72312780} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2598 | 2024.07.25 02:10:07.356216 [ 3 ] {d50e8d16-3fb7-47a1-a850-842a72312780} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2599 | 2024.07.25 02:10:07.356358 [ 3 ] {d50e8d16-3fb7-47a1-a850-842a72312780} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001682 sec., 33293.69797859691 rows/sec., 2.56 MiB/sec. | ||
2600 | 2024.07.25 02:10:07.356670 [ 3 ] {d50e8d16-3fb7-47a1-a850-842a72312780} <Debug> DynamicQueryHandler: Done processing query | ||
2601 | 2024.07.25 02:10:07.356697 [ 3 ] {d50e8d16-3fb7-47a1-a850-842a72312780} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2602 | 2024.07.25 02:10:07.356713 [ 3 ] {} <Debug> HTTP-Session: 6d4e3791-60db-423d-bcf2-36935addc59f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2603 | 2024.07.25 02:10:07.356884 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 10876, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2604 | 2024.07.25 02:10:07.356940 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2605 | 2024.07.25 02:10:07.356960 [ 3 ] {} <Debug> HTTP-Session: 66332efd-cf69-43f5-bebf-06c91c73b2f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
2606 | 2024.07.25 02:10:07.356976 [ 3 ] {} <Debug> HTTP-Session: 66332efd-cf69-43f5-bebf-06c91c73b2f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2607 | 2024.07.25 02:10:07.356990 [ 3 ] {} <Debug> HTTP-Session: 66332efd-cf69-43f5-bebf-06c91c73b2f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2608 | 2024.07.25 02:10:07.357023 [ 3 ] {} <Trace> HTTP-Session: 66332efd-cf69-43f5-bebf-06c91c73b2f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2609 | 2024.07.25 02:10:07.357138 [ 3 ] {2e51087f-c06d-4bc2-ab8f-f9def1acd91d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2610 | 2024.07.25 02:10:07.357182 [ 3 ] {2e51087f-c06d-4bc2-ab8f-f9def1acd91d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2611 | 2024.07.25 02:10:07.357323 [ 3 ] {2e51087f-c06d-4bc2-ab8f-f9def1acd91d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2612 | 2024.07.25 02:10:07.357738 [ 3 ] {2e51087f-c06d-4bc2-ab8f-f9def1acd91d} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2613 | 2024.07.25 02:10:07.357781 [ 3 ] {2e51087f-c06d-4bc2-ab8f-f9def1acd91d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
2614 | 2024.07.25 02:10:07.358114 [ 3 ] {2e51087f-c06d-4bc2-ab8f-f9def1acd91d} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2615 | 2024.07.25 02:10:07.358421 [ 3 ] {2e51087f-c06d-4bc2-ab8f-f9def1acd91d} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2616 | 2024.07.25 02:10:07.358545 [ 3 ] {2e51087f-c06d-4bc2-ab8f-f9def1acd91d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001445 sec., 44290.65743944636 rows/sec., 3.46 MiB/sec. | ||
2617 | 2024.07.25 02:10:07.358831 [ 3 ] {2e51087f-c06d-4bc2-ab8f-f9def1acd91d} <Debug> DynamicQueryHandler: Done processing query | ||
2618 | 2024.07.25 02:10:07.358858 [ 3 ] {2e51087f-c06d-4bc2-ab8f-f9def1acd91d} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
2619 | 2024.07.25 02:10:07.358874 [ 3 ] {} <Debug> HTTP-Session: 66332efd-cf69-43f5-bebf-06c91c73b2f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2620 | 2024.07.25 02:10:07.359038 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 30562, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2621 | 2024.07.25 02:10:07.359087 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2622 | 2024.07.25 02:10:07.359107 [ 3 ] {} <Debug> HTTP-Session: 0bce3273-567d-41ae-a66f-951521793323 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
2623 | 2024.07.25 02:10:07.359124 [ 3 ] {} <Debug> HTTP-Session: 0bce3273-567d-41ae-a66f-951521793323 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2624 | 2024.07.25 02:10:07.359138 [ 3 ] {} <Debug> HTTP-Session: 0bce3273-567d-41ae-a66f-951521793323 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2625 | 2024.07.25 02:10:07.359171 [ 3 ] {} <Trace> HTTP-Session: 0bce3273-567d-41ae-a66f-951521793323 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2626 | 2024.07.25 02:10:07.359327 [ 3 ] {eea50d5f-2347-405f-81b8-3f2cdfab95cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2627 | 2024.07.25 02:10:07.359377 [ 3 ] {eea50d5f-2347-405f-81b8-3f2cdfab95cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2628 | 2024.07.25 02:10:07.359536 [ 3 ] {eea50d5f-2347-405f-81b8-3f2cdfab95cf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2629 | 2024.07.25 02:10:07.359946 [ 3 ] {eea50d5f-2347-405f-81b8-3f2cdfab95cf} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2630 | 2024.07.25 02:10:07.359982 [ 3 ] {eea50d5f-2347-405f-81b8-3f2cdfab95cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
2631 | 2024.07.25 02:10:07.360383 [ 3 ] {eea50d5f-2347-405f-81b8-3f2cdfab95cf} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2632 | 2024.07.25 02:10:07.360713 [ 3 ] {eea50d5f-2347-405f-81b8-3f2cdfab95cf} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2633 | 2024.07.25 02:10:07.360839 [ 3 ] {eea50d5f-2347-405f-81b8-3f2cdfab95cf} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001589 sec., 100692.25928256765 rows/sec., 7.01 MiB/sec. | ||
2634 | 2024.07.25 02:10:07.361334 [ 3 ] {eea50d5f-2347-405f-81b8-3f2cdfab95cf} <Debug> DynamicQueryHandler: Done processing query | ||
2635 | 2024.07.25 02:10:07.361362 [ 3 ] {eea50d5f-2347-405f-81b8-3f2cdfab95cf} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
2636 | 2024.07.25 02:10:07.361378 [ 3 ] {} <Debug> HTTP-Session: 0bce3273-567d-41ae-a66f-951521793323 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2637 | 2024.07.25 02:10:07.361499 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2638 | 2024.07.25 02:10:07.361547 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2639 | 2024.07.25 02:10:07.361567 [ 3 ] {} <Debug> HTTP-Session: e694b80f-a416-4fb0-8f14-b5443103f5fa Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
2640 | 2024.07.25 02:10:07.361583 [ 3 ] {} <Debug> HTTP-Session: e694b80f-a416-4fb0-8f14-b5443103f5fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2641 | 2024.07.25 02:10:07.361595 [ 3 ] {} <Debug> HTTP-Session: e694b80f-a416-4fb0-8f14-b5443103f5fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2642 | 2024.07.25 02:10:07.361632 [ 3 ] {} <Trace> HTTP-Session: e694b80f-a416-4fb0-8f14-b5443103f5fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2643 | 2024.07.25 02:10:07.361760 [ 3 ] {7f7842b6-3219-4bb0-98ca-f7417ac7c693} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2644 | 2024.07.25 02:10:07.361805 [ 3 ] {7f7842b6-3219-4bb0-98ca-f7417ac7c693} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2645 | 2024.07.25 02:10:07.361968 [ 3 ] {7f7842b6-3219-4bb0-98ca-f7417ac7c693} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2646 | 2024.07.25 02:10:07.362296 [ 3 ] {7f7842b6-3219-4bb0-98ca-f7417ac7c693} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2647 | 2024.07.25 02:10:07.362333 [ 3 ] {7f7842b6-3219-4bb0-98ca-f7417ac7c693} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
2648 | 2024.07.25 02:10:07.362691 [ 3 ] {7f7842b6-3219-4bb0-98ca-f7417ac7c693} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2649 | 2024.07.25 02:10:07.363052 [ 3 ] {7f7842b6-3219-4bb0-98ca-f7417ac7c693} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2650 | 2024.07.25 02:10:07.363177 [ 3 ] {7f7842b6-3219-4bb0-98ca-f7417ac7c693} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001463 sec., 41011.619958988376 rows/sec., 2.76 MiB/sec. | ||
2651 | 2024.07.25 02:10:07.363644 [ 3 ] {7f7842b6-3219-4bb0-98ca-f7417ac7c693} <Debug> DynamicQueryHandler: Done processing query | ||
2652 | 2024.07.25 02:10:07.363687 [ 3 ] {7f7842b6-3219-4bb0-98ca-f7417ac7c693} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2653 | 2024.07.25 02:10:07.363704 [ 3 ] {} <Debug> HTTP-Session: e694b80f-a416-4fb0-8f14-b5443103f5fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2654 | 2024.07.25 02:10:12.361122 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 3902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2655 | 2024.07.25 02:10:12.361247 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2656 | 2024.07.25 02:10:12.361273 [ 3 ] {} <Debug> HTTP-Session: 497d3fcd-9ba5-4cb2-9e16-794a626aabdc Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
2657 | 2024.07.25 02:10:12.361296 [ 3 ] {} <Debug> HTTP-Session: 497d3fcd-9ba5-4cb2-9e16-794a626aabdc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2658 | 2024.07.25 02:10:12.361310 [ 3 ] {} <Debug> HTTP-Session: 497d3fcd-9ba5-4cb2-9e16-794a626aabdc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2659 | 2024.07.25 02:10:12.361359 [ 3 ] {} <Trace> HTTP-Session: 497d3fcd-9ba5-4cb2-9e16-794a626aabdc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2660 | 2024.07.25 02:10:12.361542 [ 3 ] {94806d47-ba63-425e-828e-b478aa79d843} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2661 | 2024.07.25 02:10:12.361606 [ 3 ] {94806d47-ba63-425e-828e-b478aa79d843} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2662 | 2024.07.25 02:10:12.361795 [ 3 ] {94806d47-ba63-425e-828e-b478aa79d843} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2663 | 2024.07.25 02:10:12.362247 [ 3 ] {94806d47-ba63-425e-828e-b478aa79d843} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2664 | 2024.07.25 02:10:12.362288 [ 3 ] {94806d47-ba63-425e-828e-b478aa79d843} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
2665 | 2024.07.25 02:10:12.362643 [ 3 ] {94806d47-ba63-425e-828e-b478aa79d843} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2666 | 2024.07.25 02:10:12.362989 [ 3 ] {94806d47-ba63-425e-828e-b478aa79d843} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2667 | 2024.07.25 02:10:12.363137 [ 3 ] {94806d47-ba63-425e-828e-b478aa79d843} <Debug> executeQuery: Read 28 rows, 2.12 KiB in 0.001651 sec., 16959.418534221684 rows/sec., 1.26 MiB/sec. | ||
2668 | 2024.07.25 02:10:12.363330 [ 3 ] {94806d47-ba63-425e-828e-b478aa79d843} <Debug> DynamicQueryHandler: Done processing query | ||
2669 | 2024.07.25 02:10:12.363357 [ 3 ] {94806d47-ba63-425e-828e-b478aa79d843} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2670 | 2024.07.25 02:10:12.363373 [ 3 ] {} <Debug> HTTP-Session: 497d3fcd-9ba5-4cb2-9e16-794a626aabdc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2671 | 2024.07.25 02:10:12.363563 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 34286, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2672 | 2024.07.25 02:10:12.363614 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2673 | 2024.07.25 02:10:12.363633 [ 3 ] {} <Debug> HTTP-Session: 42e37c10-479f-4cec-bf31-af52632dc899 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
2674 | 2024.07.25 02:10:12.363650 [ 3 ] {} <Debug> HTTP-Session: 42e37c10-479f-4cec-bf31-af52632dc899 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2675 | 2024.07.25 02:10:12.363664 [ 3 ] {} <Debug> HTTP-Session: 42e37c10-479f-4cec-bf31-af52632dc899 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2676 | 2024.07.25 02:10:12.363695 [ 3 ] {} <Trace> HTTP-Session: 42e37c10-479f-4cec-bf31-af52632dc899 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2677 | 2024.07.25 02:10:12.363845 [ 3 ] {ff3c4924-6b5a-4ece-a548-f605388367ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2678 | 2024.07.25 02:10:12.363888 [ 3 ] {ff3c4924-6b5a-4ece-a548-f605388367ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2679 | 2024.07.25 02:10:12.364011 [ 3 ] {ff3c4924-6b5a-4ece-a548-f605388367ee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2680 | 2024.07.25 02:10:12.364462 [ 3 ] {ff3c4924-6b5a-4ece-a548-f605388367ee} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2681 | 2024.07.25 02:10:12.364498 [ 3 ] {ff3c4924-6b5a-4ece-a548-f605388367ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
2682 | 2024.07.25 02:10:12.364821 [ 3 ] {ff3c4924-6b5a-4ece-a548-f605388367ee} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2683 | 2024.07.25 02:10:12.365153 [ 3 ] {ff3c4924-6b5a-4ece-a548-f605388367ee} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2684 | 2024.07.25 02:10:12.365281 [ 3 ] {ff3c4924-6b5a-4ece-a548-f605388367ee} <Debug> executeQuery: Read 227 rows, 20.49 KiB in 0.001505 sec., 150830.56478405316 rows/sec., 13.30 MiB/sec. | ||
2685 | 2024.07.25 02:10:12.365282 [ 39 ] {} <Debug> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2686 | 2024.07.25 02:10:12.365343 [ 39 ] {} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2687 | 2024.07.25 02:10:12.365373 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
2688 | 2024.07.25 02:10:12.365496 [ 3 ] {ff3c4924-6b5a-4ece-a548-f605388367ee} <Debug> DynamicQueryHandler: Done processing query | ||
2689 | 2024.07.25 02:10:12.365579 [ 3 ] {ff3c4924-6b5a-4ece-a548-f605388367ee} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
2690 | 2024.07.25 02:10:12.365657 [ 3 ] {} <Debug> HTTP-Session: 42e37c10-479f-4cec-bf31-af52632dc899 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2691 | 2024.07.25 02:10:12.365792 [ 190 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::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 | ||
2692 | 2024.07.25 02:10:12.365994 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 65290, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2693 | 2024.07.25 02:10:12.366014 [ 190 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2694 | 2024.07.25 02:10:12.366090 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2695 | 2024.07.25 02:10:12.366091 [ 190 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 197 rows starting from the beginning of the part | ||
2696 | 2024.07.25 02:10:12.366132 [ 3 ] {} <Debug> HTTP-Session: fe31efce-06c0-42e4-b423-7113325b67f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
2697 | 2024.07.25 02:10:12.366178 [ 3 ] {} <Debug> HTTP-Session: fe31efce-06c0-42e4-b423-7113325b67f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2698 | 2024.07.25 02:10:12.366221 [ 3 ] {} <Debug> HTTP-Session: fe31efce-06c0-42e4-b423-7113325b67f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2699 | 2024.07.25 02:10:12.366357 [ 3 ] {} <Trace> HTTP-Session: fe31efce-06c0-42e4-b423-7113325b67f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2700 | 2024.07.25 02:10:12.366352 [ 190 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 161 rows starting from the beginning of the part | ||
2701 | 2024.07.25 02:10:12.366701 [ 190 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 56 rows starting from the beginning of the part | ||
2702 | 2024.07.25 02:10:12.366872 [ 190 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 224 rows starting from the beginning of the part | ||
2703 | 2024.07.25 02:10:12.367047 [ 3 ] {45aeae12-805c-4176-a2e6-6e8b577b10cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2704 | 2024.07.25 02:10:12.367121 [ 190 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 56 rows starting from the beginning of the part | ||
2705 | 2024.07.25 02:10:12.367177 [ 3 ] {45aeae12-805c-4176-a2e6-6e8b577b10cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2706 | 2024.07.25 02:10:12.367514 [ 190 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 227 rows starting from the beginning of the part | ||
2707 | 2024.07.25 02:10:12.368307 [ 3 ] {45aeae12-805c-4176-a2e6-6e8b577b10cc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2708 | 2024.07.25 02:10:12.369326 [ 3 ] {45aeae12-805c-4176-a2e6-6e8b577b10cc} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2709 | 2024.07.25 02:10:12.369390 [ 3 ] {45aeae12-805c-4176-a2e6-6e8b577b10cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
2710 | 2024.07.25 02:10:12.370380 [ 3 ] {45aeae12-805c-4176-a2e6-6e8b577b10cc} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2711 | 2024.07.25 02:10:12.370469 [ 190 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 921 rows, containing 4 columns (4 merged, 0 gathered) in 0.005006107 sec., 183975.29257764565 rows/sec., 15.89 MiB/sec. | ||
2712 | 2024.07.25 02:10:12.370755 [ 190 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2713 | 2024.07.25 02:10:12.371102 [ 3 ] {45aeae12-805c-4176-a2e6-6e8b577b10cc} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2714 | 2024.07.25 02:10:12.371424 [ 39 ] {} <Debug> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2715 | 2024.07.25 02:10:12.371494 [ 3 ] {45aeae12-805c-4176-a2e6-6e8b577b10cc} <Debug> executeQuery: Read 404 rows, 29.24 KiB in 0.004917 sec., 82163.92109009558 rows/sec., 5.81 MiB/sec. | ||
2716 | 2024.07.25 02:10:12.371509 [ 39 ] {} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2717 | 2024.07.25 02:10:12.371584 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
2718 | 2024.07.25 02:10:12.371925 [ 192 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_11_2} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2719 | 2024.07.25 02:10:12.372138 [ 3 ] {45aeae12-805c-4176-a2e6-6e8b577b10cc} <Debug> DynamicQueryHandler: Done processing query | ||
2720 | 2024.07.25 02:10:12.372153 [ 201 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::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 | ||
2721 | 2024.07.25 02:10:12.372275 [ 3 ] {45aeae12-805c-4176-a2e6-6e8b577b10cc} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
2722 | 2024.07.25 02:10:12.372364 [ 3 ] {} <Debug> HTTP-Session: fe31efce-06c0-42e4-b423-7113325b67f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2723 | 2024.07.25 02:10:12.372469 [ 192 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_11_2} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2724 | 2024.07.25 02:10:12.372613 [ 201 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2725 | 2024.07.25 02:10:12.372660 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2726 | 2024.07.25 02:10:12.372703 [ 201 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 406 rows starting from the beginning of the part | ||
2727 | 2024.07.25 02:10:12.372733 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
2728 | 2024.07.25 02:10:12.372759 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2729 | 2024.07.25 02:10:12.372820 [ 3 ] {} <Debug> HTTP-Session: 9415870b-367e-43eb-99cb-d925897951c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
2730 | 2024.07.25 02:10:12.372872 [ 3 ] {} <Debug> HTTP-Session: 9415870b-367e-43eb-99cb-d925897951c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2731 | 2024.07.25 02:10:12.372900 [ 201 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 382 rows starting from the beginning of the part | ||
2732 | 2024.07.25 02:10:12.372930 [ 3 ] {} <Debug> HTTP-Session: 9415870b-367e-43eb-99cb-d925897951c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2733 | 2024.07.25 02:10:12.373086 [ 3 ] {} <Trace> HTTP-Session: 9415870b-367e-43eb-99cb-d925897951c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2734 | 2024.07.25 02:10:12.373279 [ 201 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 64 rows starting from the beginning of the part | ||
2735 | 2024.07.25 02:10:12.373375 [ 3 ] {15ea57d4-f98c-4bef-a94e-05977decac66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
2736 | 2024.07.25 02:10:12.373453 [ 201 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 410 rows starting from the beginning of the part | ||
2737 | 2024.07.25 02:10:12.373523 [ 3 ] {15ea57d4-f98c-4bef-a94e-05977decac66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
2738 | 2024.07.25 02:10:12.373765 [ 201 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 64 rows starting from the beginning of the part | ||
2739 | 2024.07.25 02:10:12.373949 [ 201 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 404 rows starting from the beginning of the part | ||
2740 | 2024.07.25 02:10:12.374318 [ 3 ] {15ea57d4-f98c-4bef-a94e-05977decac66} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2741 | 2024.07.25 02:10:12.374739 [ 3 ] {15ea57d4-f98c-4bef-a94e-05977decac66} <Trace> oximeter.measurements_bool (8163702d-f428-4b08-bb37-b5af976016c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2742 | 2024.07.25 02:10:12.374778 [ 3 ] {15ea57d4-f98c-4bef-a94e-05977decac66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
2743 | 2024.07.25 02:10:12.375333 [ 3 ] {15ea57d4-f98c-4bef-a94e-05977decac66} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2744 | 2024.07.25 02:10:12.375748 [ 201 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1730 rows, containing 4 columns (4 merged, 0 gathered) in 0.003977601 sec., 434935.5302354359 rows/sec., 30.95 MiB/sec. | ||
2745 | 2024.07.25 02:10:12.375754 [ 3 ] {15ea57d4-f98c-4bef-a94e-05977decac66} <Trace> oximeter.measurements_bool (8163702d-f428-4b08-bb37-b5af976016c8): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2746 | 2024.07.25 02:10:12.376004 [ 3 ] {15ea57d4-f98c-4bef-a94e-05977decac66} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.002685 sec., 2234.63687150838 rows/sec., 96.02 KiB/sec. | ||
2747 | 2024.07.25 02:10:12.376063 [ 192 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2748 | 2024.07.25 02:10:12.376505 [ 3 ] {15ea57d4-f98c-4bef-a94e-05977decac66} <Debug> DynamicQueryHandler: Done processing query | ||
2749 | 2024.07.25 02:10:12.376581 [ 3 ] {15ea57d4-f98c-4bef-a94e-05977decac66} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2750 | 2024.07.25 02:10:12.376638 [ 3 ] {} <Debug> HTTP-Session: 9415870b-367e-43eb-99cb-d925897951c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2751 | 2024.07.25 02:10:12.376857 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 14082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2752 | 2024.07.25 02:10:12.376940 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2753 | 2024.07.25 02:10:12.376976 [ 3 ] {} <Debug> HTTP-Session: c0b53175-2b47-40d1-97f5-60ed4a8de6d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
2754 | 2024.07.25 02:10:12.377013 [ 3 ] {} <Debug> HTTP-Session: c0b53175-2b47-40d1-97f5-60ed4a8de6d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2755 | 2024.07.25 02:10:12.377038 [ 3 ] {} <Debug> HTTP-Session: c0b53175-2b47-40d1-97f5-60ed4a8de6d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2756 | 2024.07.25 02:10:12.377046 [ 192 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_11_2} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2757 | 2024.07.25 02:10:12.377094 [ 3 ] {} <Trace> HTTP-Session: c0b53175-2b47-40d1-97f5-60ed4a8de6d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2758 | 2024.07.25 02:10:12.377222 [ 192 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_11_2} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2759 | 2024.07.25 02:10:12.377369 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. | ||
2760 | 2024.07.25 02:10:12.377379 [ 3 ] {61630cc3-109b-483c-b836-dff45e714395} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
2761 | 2024.07.25 02:10:12.377446 [ 3 ] {61630cc3-109b-483c-b836-dff45e714395} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
2762 | 2024.07.25 02:10:12.377613 [ 3 ] {61630cc3-109b-483c-b836-dff45e714395} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2763 | 2024.07.25 02:10:12.377975 [ 3 ] {61630cc3-109b-483c-b836-dff45e714395} <Trace> oximeter.measurements_cumulativei64 (ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2764 | 2024.07.25 02:10:12.378012 [ 3 ] {61630cc3-109b-483c-b836-dff45e714395} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
2765 | 2024.07.25 02:10:12.378431 [ 3 ] {61630cc3-109b-483c-b836-dff45e714395} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2766 | 2024.07.25 02:10:12.378781 [ 3 ] {61630cc3-109b-483c-b836-dff45e714395} <Trace> oximeter.measurements_cumulativei64 (ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2767 | 2024.07.25 02:10:12.378913 [ 3 ] {61630cc3-109b-483c-b836-dff45e714395} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001662 sec., 46329.72322503008 rows/sec., 2.85 MiB/sec. | ||
2768 | 2024.07.25 02:10:12.379084 [ 3 ] {61630cc3-109b-483c-b836-dff45e714395} <Debug> DynamicQueryHandler: Done processing query | ||
2769 | 2024.07.25 02:10:12.379109 [ 3 ] {61630cc3-109b-483c-b836-dff45e714395} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2770 | 2024.07.25 02:10:12.379125 [ 3 ] {} <Debug> HTTP-Session: c0b53175-2b47-40d1-97f5-60ed4a8de6d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2771 | 2024.07.25 02:10:12.379282 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 30562, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2772 | 2024.07.25 02:10:12.379331 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2773 | 2024.07.25 02:10:12.379350 [ 3 ] {} <Debug> HTTP-Session: b03e2c86-7e94-4909-a479-7776404f2b8e Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
2774 | 2024.07.25 02:10:12.379366 [ 3 ] {} <Debug> HTTP-Session: b03e2c86-7e94-4909-a479-7776404f2b8e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2775 | 2024.07.25 02:10:12.379379 [ 3 ] {} <Debug> HTTP-Session: b03e2c86-7e94-4909-a479-7776404f2b8e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2776 | 2024.07.25 02:10:12.379410 [ 3 ] {} <Trace> HTTP-Session: b03e2c86-7e94-4909-a479-7776404f2b8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2777 | 2024.07.25 02:10:12.379614 [ 3 ] {8804c4dc-6d1a-4891-af07-d6ca7be54641} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2778 | 2024.07.25 02:10:12.379664 [ 3 ] {8804c4dc-6d1a-4891-af07-d6ca7be54641} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2779 | 2024.07.25 02:10:12.379809 [ 3 ] {8804c4dc-6d1a-4891-af07-d6ca7be54641} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2780 | 2024.07.25 02:10:12.380598 [ 3 ] {8804c4dc-6d1a-4891-af07-d6ca7be54641} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2781 | 2024.07.25 02:10:12.380680 [ 3 ] {8804c4dc-6d1a-4891-af07-d6ca7be54641} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
2782 | 2024.07.25 02:10:12.381383 [ 3 ] {8804c4dc-6d1a-4891-af07-d6ca7be54641} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2783 | 2024.07.25 02:10:12.382028 [ 3 ] {8804c4dc-6d1a-4891-af07-d6ca7be54641} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2784 | 2024.07.25 02:10:12.382232 [ 39 ] {} <Debug> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2785 | 2024.07.25 02:10:12.382248 [ 3 ] {8804c4dc-6d1a-4891-af07-d6ca7be54641} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002744 sec., 58309.03790087464 rows/sec., 4.06 MiB/sec. | ||
2786 | 2024.07.25 02:10:12.382275 [ 39 ] {} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2787 | 2024.07.25 02:10:12.382318 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
2788 | 2024.07.25 02:10:12.382468 [ 189 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::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 | ||
2789 | 2024.07.25 02:10:12.382532 [ 3 ] {8804c4dc-6d1a-4891-af07-d6ca7be54641} <Debug> DynamicQueryHandler: Done processing query | ||
2790 | 2024.07.25 02:10:12.382565 [ 3 ] {8804c4dc-6d1a-4891-af07-d6ca7be54641} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
2791 | 2024.07.25 02:10:12.382592 [ 3 ] {} <Debug> HTTP-Session: b03e2c86-7e94-4909-a479-7776404f2b8e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2792 | 2024.07.25 02:10:12.382622 [ 189 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2793 | 2024.07.25 02:10:12.382659 [ 189 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1084 rows starting from the beginning of the part | ||
2794 | 2024.07.25 02:10:12.382754 [ 189 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 160 rows starting from the beginning of the part | ||
2795 | 2024.07.25 02:10:12.382786 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 35206, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2796 | 2024.07.25 02:10:12.382947 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2797 | 2024.07.25 02:10:12.382965 [ 189 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 160 rows starting from the beginning of the part | ||
2798 | 2024.07.25 02:10:12.383008 [ 3 ] {} <Debug> HTTP-Session: 93601884-0ad2-4021-8f63-50c776c5b697 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
2799 | 2024.07.25 02:10:12.383086 [ 3 ] {} <Debug> HTTP-Session: 93601884-0ad2-4021-8f63-50c776c5b697 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2800 | 2024.07.25 02:10:12.383189 [ 3 ] {} <Debug> HTTP-Session: 93601884-0ad2-4021-8f63-50c776c5b697 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2801 | 2024.07.25 02:10:12.383331 [ 3 ] {} <Trace> HTTP-Session: 93601884-0ad2-4021-8f63-50c776c5b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2802 | 2024.07.25 02:10:12.383331 [ 189 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 160 rows starting from the beginning of the part | ||
2803 | 2024.07.25 02:10:12.383441 [ 189 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 160 rows starting from the beginning of the part | ||
2804 | 2024.07.25 02:10:12.383623 [ 189 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 160 rows starting from the beginning of the part | ||
2805 | 2024.07.25 02:10:12.383848 [ 3 ] {d3737266-7e3e-42d8-934a-ab86538ecd93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2806 | 2024.07.25 02:10:12.383931 [ 3 ] {d3737266-7e3e-42d8-934a-ab86538ecd93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
2807 | 2024.07.25 02:10:12.384843 [ 3 ] {d3737266-7e3e-42d8-934a-ab86538ecd93} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2808 | 2024.07.25 02:10:12.385907 [ 192 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1884 rows, containing 5 columns (5 merged, 0 gathered) in 0.003505774 sec., 537399.1592156254 rows/sec., 37.47 MiB/sec. | ||
2809 | 2024.07.25 02:10:12.386048 [ 3 ] {d3737266-7e3e-42d8-934a-ab86538ecd93} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2810 | 2024.07.25 02:10:12.386091 [ 3 ] {d3737266-7e3e-42d8-934a-ab86538ecd93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
2811 | 2024.07.25 02:10:12.386255 [ 192 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2812 | 2024.07.25 02:10:12.387380 [ 192 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2813 | 2024.07.25 02:10:12.387592 [ 192 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2814 | 2024.07.25 02:10:12.387724 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. | ||
2815 | 2024.07.25 02:10:12.387738 [ 3 ] {d3737266-7e3e-42d8-934a-ab86538ecd93} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2816 | 2024.07.25 02:10:12.388238 [ 3 ] {d3737266-7e3e-42d8-934a-ab86538ecd93} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2817 | 2024.07.25 02:10:12.388404 [ 3 ] {d3737266-7e3e-42d8-934a-ab86538ecd93} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.00492 sec., 4471.544715447155 rows/sec., 8.01 MiB/sec. | ||
2818 | 2024.07.25 02:10:12.388868 [ 3 ] {d3737266-7e3e-42d8-934a-ab86538ecd93} <Debug> DynamicQueryHandler: Done processing query | ||
2819 | 2024.07.25 02:10:12.388896 [ 3 ] {d3737266-7e3e-42d8-934a-ab86538ecd93} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
2820 | 2024.07.25 02:10:12.388913 [ 3 ] {} <Debug> HTTP-Session: 93601884-0ad2-4021-8f63-50c776c5b697 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2821 | 2024.07.25 02:10:12.389043 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 3211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2822 | 2024.07.25 02:10:12.389091 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2823 | 2024.07.25 02:10:12.389110 [ 3 ] {} <Debug> HTTP-Session: 0feb6568-00bc-4e95-971f-0e58ce496747 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
2824 | 2024.07.25 02:10:12.389126 [ 3 ] {} <Debug> HTTP-Session: 0feb6568-00bc-4e95-971f-0e58ce496747 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2825 | 2024.07.25 02:10:12.389139 [ 3 ] {} <Debug> HTTP-Session: 0feb6568-00bc-4e95-971f-0e58ce496747 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2826 | 2024.07.25 02:10:12.389170 [ 3 ] {} <Trace> HTTP-Session: 0feb6568-00bc-4e95-971f-0e58ce496747 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2827 | 2024.07.25 02:10:12.389277 [ 3 ] {c453c4b1-942d-44f6-a8eb-aaadd4733764} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
2828 | 2024.07.25 02:10:12.389321 [ 3 ] {c453c4b1-942d-44f6-a8eb-aaadd4733764} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
2829 | 2024.07.25 02:10:12.389450 [ 3 ] {c453c4b1-942d-44f6-a8eb-aaadd4733764} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2830 | 2024.07.25 02:10:12.389746 [ 3 ] {c453c4b1-942d-44f6-a8eb-aaadd4733764} <Trace> oximeter.measurements_i64 (4af3948b-7ee8-4a0a-bff7-9db9837b5273): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2831 | 2024.07.25 02:10:12.389782 [ 3 ] {c453c4b1-942d-44f6-a8eb-aaadd4733764} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
2832 | 2024.07.25 02:10:12.390128 [ 3 ] {c453c4b1-942d-44f6-a8eb-aaadd4733764} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2833 | 2024.07.25 02:10:12.390456 [ 3 ] {c453c4b1-942d-44f6-a8eb-aaadd4733764} <Trace> oximeter.measurements_i64 (4af3948b-7ee8-4a0a-bff7-9db9837b5273): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2834 | 2024.07.25 02:10:12.390591 [ 3 ] {c453c4b1-942d-44f6-a8eb-aaadd4733764} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001345 sec., 17100.371747211895 rows/sec., 925.01 KiB/sec. | ||
2835 | 2024.07.25 02:10:12.390880 [ 3 ] {c453c4b1-942d-44f6-a8eb-aaadd4733764} <Debug> DynamicQueryHandler: Done processing query | ||
2836 | 2024.07.25 02:10:12.390904 [ 3 ] {c453c4b1-942d-44f6-a8eb-aaadd4733764} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2837 | 2024.07.25 02:10:12.390920 [ 3 ] {} <Debug> HTTP-Session: 0feb6568-00bc-4e95-971f-0e58ce496747 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2838 | 2024.07.25 02:10:12.391048 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2839 | 2024.07.25 02:10:12.391097 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2840 | 2024.07.25 02:10:12.391116 [ 3 ] {} <Debug> HTTP-Session: 5fe1faeb-e9e4-4adb-ad5b-5c1c952eb63d Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
2841 | 2024.07.25 02:10:12.391132 [ 3 ] {} <Debug> HTTP-Session: 5fe1faeb-e9e4-4adb-ad5b-5c1c952eb63d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2842 | 2024.07.25 02:10:12.391146 [ 3 ] {} <Debug> HTTP-Session: 5fe1faeb-e9e4-4adb-ad5b-5c1c952eb63d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2843 | 2024.07.25 02:10:12.391177 [ 3 ] {} <Trace> HTTP-Session: 5fe1faeb-e9e4-4adb-ad5b-5c1c952eb63d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2844 | 2024.07.25 02:10:12.391303 [ 3 ] {f233f379-1908-403f-8b49-7d8d502917c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2845 | 2024.07.25 02:10:12.391348 [ 3 ] {f233f379-1908-403f-8b49-7d8d502917c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2846 | 2024.07.25 02:10:12.391492 [ 3 ] {f233f379-1908-403f-8b49-7d8d502917c8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2847 | 2024.07.25 02:10:12.391813 [ 3 ] {f233f379-1908-403f-8b49-7d8d502917c8} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2848 | 2024.07.25 02:10:12.391850 [ 3 ] {f233f379-1908-403f-8b49-7d8d502917c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
2849 | 2024.07.25 02:10:12.392221 [ 3 ] {f233f379-1908-403f-8b49-7d8d502917c8} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2850 | 2024.07.25 02:10:12.392555 [ 3 ] {f233f379-1908-403f-8b49-7d8d502917c8} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2851 | 2024.07.25 02:10:12.392699 [ 3 ] {f233f379-1908-403f-8b49-7d8d502917c8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001436 sec., 41782.72980501393 rows/sec., 2.82 MiB/sec. | ||
2852 | 2024.07.25 02:10:12.392708 [ 44 ] {} <Debug> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2853 | 2024.07.25 02:10:12.392798 [ 44 ] {} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2854 | 2024.07.25 02:10:12.392850 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
2855 | 2024.07.25 02:10:12.392993 [ 3 ] {f233f379-1908-403f-8b49-7d8d502917c8} <Debug> DynamicQueryHandler: Done processing query | ||
2856 | 2024.07.25 02:10:12.393085 [ 3 ] {f233f379-1908-403f-8b49-7d8d502917c8} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2857 | 2024.07.25 02:10:12.393151 [ 192 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::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 | ||
2858 | 2024.07.25 02:10:12.393167 [ 3 ] {} <Debug> HTTP-Session: 5fe1faeb-e9e4-4adb-ad5b-5c1c952eb63d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2859 | 2024.07.25 02:10:12.393396 [ 192 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2860 | 2024.07.25 02:10:12.393433 [ 192 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 336 rows starting from the beginning of the part | ||
2861 | 2024.07.25 02:10:12.393544 [ 192 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 60 rows starting from the beginning of the part | ||
2862 | 2024.07.25 02:10:12.393745 [ 192 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 60 rows starting from the beginning of the part | ||
2863 | 2024.07.25 02:10:12.393922 [ 192 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 60 rows starting from the beginning of the part | ||
2864 | 2024.07.25 02:10:12.394090 [ 192 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 60 rows starting from the beginning of the part | ||
2865 | 2024.07.25 02:10:12.394286 [ 192 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 60 rows starting from the beginning of the part | ||
2866 | 2024.07.25 02:10:12.395505 [ 200 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 636 rows, containing 4 columns (4 merged, 0 gathered) in 0.00257148 sec., 247328.386765598 rows/sec., 16.67 MiB/sec. | ||
2867 | 2024.07.25 02:10:12.395643 [ 192 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2868 | 2024.07.25 02:10:12.396006 [ 192 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_11_2} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2869 | 2024.07.25 02:10:12.396082 [ 192 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_11_2} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2870 | 2024.07.25 02:10:12.396145 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
2871 | 2024.07.25 02:10:17.349424 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 1441, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2872 | 2024.07.25 02:10:17.349565 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2873 | 2024.07.25 02:10:17.349596 [ 3 ] {} <Debug> HTTP-Session: 0e580f7b-37a4-4ed6-9185-3bafca78d7f9 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
2874 | 2024.07.25 02:10:17.349624 [ 3 ] {} <Debug> HTTP-Session: 0e580f7b-37a4-4ed6-9185-3bafca78d7f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2875 | 2024.07.25 02:10:17.349642 [ 3 ] {} <Debug> HTTP-Session: 0e580f7b-37a4-4ed6-9185-3bafca78d7f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2876 | 2024.07.25 02:10:17.349697 [ 3 ] {} <Trace> HTTP-Session: 0e580f7b-37a4-4ed6-9185-3bafca78d7f9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2877 | 2024.07.25 02:10:17.350010 [ 3 ] {fefb6c63-9f68-4883-be4c-83a417dc0920} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2878 | 2024.07.25 02:10:17.350448 [ 3 ] {fefb6c63-9f68-4883-be4c-83a417dc0920} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2879 | 2024.07.25 02:10:17.350503 [ 3 ] {fefb6c63-9f68-4883-be4c-83a417dc0920} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2880 | 2024.07.25 02:10:17.350876 [ 3 ] {fefb6c63-9f68-4883-be4c-83a417dc0920} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2881 | 2024.07.25 02:10:17.350964 [ 3 ] {fefb6c63-9f68-4883-be4c-83a417dc0920} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2882 | 2024.07.25 02:10:17.351149 [ 3 ] {fefb6c63-9f68-4883-be4c-83a417dc0920} <Debug> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (SelectExecutor): Key condition: (column 0 notIn 40-element set) | ||
2883 | 2024.07.25 02:10:17.351378 [ 262 ] {fefb6c63-9f68-4883-be4c-83a417dc0920} <Trace> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2884 | 2024.07.25 02:10:17.351414 [ 261 ] {fefb6c63-9f68-4883-be4c-83a417dc0920} <Trace> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2885 | 2024.07.25 02:10:17.351390 [ 254 ] {fefb6c63-9f68-4883-be4c-83a417dc0920} <Trace> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2886 | 2024.07.25 02:10:17.351391 [ 260 ] {fefb6c63-9f68-4883-be4c-83a417dc0920} <Trace> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2887 | 2024.07.25 02:10:17.351643 [ 3 ] {fefb6c63-9f68-4883-be4c-83a417dc0920} <Debug> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges | ||
2888 | 2024.07.25 02:10:17.351684 [ 3 ] {fefb6c63-9f68-4883-be4c-83a417dc0920} <Trace> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2889 | 2024.07.25 02:10:17.351826 [ 3 ] {fefb6c63-9f68-4883-be4c-83a417dc0920} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2890 | 2024.07.25 02:10:17.351851 [ 3 ] {fefb6c63-9f68-4883-be4c-83a417dc0920} <Debug> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (SelectExecutor): Reading approx. 40 rows with 4 streams | ||
2891 | 2024.07.25 02:10:17.351895 [ 3 ] {fefb6c63-9f68-4883-be4c-83a417dc0920} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2892 | 2024.07.25 02:10:17.351943 [ 3 ] {fefb6c63-9f68-4883-be4c-83a417dc0920} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2893 | 2024.07.25 02:10:17.351986 [ 3 ] {fefb6c63-9f68-4883-be4c-83a417dc0920} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2894 | 2024.07.25 02:10:17.352027 [ 3 ] {fefb6c63-9f68-4883-be4c-83a417dc0920} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2895 | 2024.07.25 02:10:17.354426 [ 3 ] {fefb6c63-9f68-4883-be4c-83a417dc0920} <Debug> executeQuery: Read 40 rows, 1.51 KiB in 0.00458 sec., 8733.624454148472 rows/sec., 330.71 KiB/sec. | ||
2896 | 2024.07.25 02:10:17.354886 [ 3 ] {fefb6c63-9f68-4883-be4c-83a417dc0920} <Debug> DynamicQueryHandler: Done processing query | ||
2897 | 2024.07.25 02:10:17.354915 [ 3 ] {fefb6c63-9f68-4883-be4c-83a417dc0920} <Debug> MemoryTracker: Peak memory usage (for query): 3.14 MiB. | ||
2898 | 2024.07.25 02:10:17.354932 [ 3 ] {} <Debug> HTTP-Session: 0e580f7b-37a4-4ed6-9185-3bafca78d7f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2899 | 2024.07.25 02:10:17.363281 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 452, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2900 | 2024.07.25 02:10:17.363349 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2901 | 2024.07.25 02:10:17.363371 [ 3 ] {} <Debug> HTTP-Session: 49e4e787-a854-4e57-8b2d-8ef0c4c4b2a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
2902 | 2024.07.25 02:10:17.363391 [ 3 ] {} <Debug> HTTP-Session: 49e4e787-a854-4e57-8b2d-8ef0c4c4b2a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2903 | 2024.07.25 02:10:17.363405 [ 3 ] {} <Debug> HTTP-Session: 49e4e787-a854-4e57-8b2d-8ef0c4c4b2a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2904 | 2024.07.25 02:10:17.363444 [ 3 ] {} <Trace> HTTP-Session: 49e4e787-a854-4e57-8b2d-8ef0c4c4b2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2905 | 2024.07.25 02:10:17.363586 [ 3 ] {48b3ebcb-d197-407f-9d86-91de57b87791} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
2906 | 2024.07.25 02:10:17.363640 [ 3 ] {48b3ebcb-d197-407f-9d86-91de57b87791} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2907 | 2024.07.25 02:10:17.363828 [ 3 ] {48b3ebcb-d197-407f-9d86-91de57b87791} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2908 | 2024.07.25 02:10:17.364199 [ 3 ] {48b3ebcb-d197-407f-9d86-91de57b87791} <Trace> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2909 | 2024.07.25 02:10:17.364241 [ 3 ] {48b3ebcb-d197-407f-9d86-91de57b87791} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
2910 | 2024.07.25 02:10:17.364737 [ 3 ] {48b3ebcb-d197-407f-9d86-91de57b87791} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2911 | 2024.07.25 02:10:17.365064 [ 3 ] {48b3ebcb-d197-407f-9d86-91de57b87791} <Trace> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2912 | 2024.07.25 02:10:17.365249 [ 3 ] {48b3ebcb-d197-407f-9d86-91de57b87791} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.001687 sec., 592.7682276229995 rows/sec., 134.30 KiB/sec. | ||
2913 | 2024.07.25 02:10:17.365562 [ 3 ] {48b3ebcb-d197-407f-9d86-91de57b87791} <Debug> DynamicQueryHandler: Done processing query | ||
2914 | 2024.07.25 02:10:17.365592 [ 3 ] {48b3ebcb-d197-407f-9d86-91de57b87791} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
2915 | 2024.07.25 02:10:17.365609 [ 3 ] {} <Debug> HTTP-Session: 49e4e787-a854-4e57-8b2d-8ef0c4c4b2a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2916 | 2024.07.25 02:10:17.365732 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 1489, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2917 | 2024.07.25 02:10:17.365786 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2918 | 2024.07.25 02:10:17.365806 [ 3 ] {} <Debug> HTTP-Session: 8f94c54d-7d36-4e3a-8c10-18d559290de1 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
2919 | 2024.07.25 02:10:17.365824 [ 3 ] {} <Debug> HTTP-Session: 8f94c54d-7d36-4e3a-8c10-18d559290de1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2920 | 2024.07.25 02:10:17.365838 [ 3 ] {} <Debug> HTTP-Session: 8f94c54d-7d36-4e3a-8c10-18d559290de1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2921 | 2024.07.25 02:10:17.365874 [ 3 ] {} <Trace> HTTP-Session: 8f94c54d-7d36-4e3a-8c10-18d559290de1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2922 | 2024.07.25 02:10:17.365985 [ 3 ] {cc981d48-3cd7-45ca-9a4c-dba281255ff2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2923 | 2024.07.25 02:10:17.366037 [ 3 ] {cc981d48-3cd7-45ca-9a4c-dba281255ff2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2924 | 2024.07.25 02:10:17.366187 [ 3 ] {cc981d48-3cd7-45ca-9a4c-dba281255ff2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2925 | 2024.07.25 02:10:17.366514 [ 3 ] {cc981d48-3cd7-45ca-9a4c-dba281255ff2} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2926 | 2024.07.25 02:10:17.366554 [ 3 ] {cc981d48-3cd7-45ca-9a4c-dba281255ff2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
2927 | 2024.07.25 02:10:17.366868 [ 3 ] {cc981d48-3cd7-45ca-9a4c-dba281255ff2} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
2928 | 2024.07.25 02:10:17.367182 [ 3 ] {cc981d48-3cd7-45ca-9a4c-dba281255ff2} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2929 | 2024.07.25 02:10:17.367358 [ 3 ] {cc981d48-3cd7-45ca-9a4c-dba281255ff2} <Debug> executeQuery: Read 10 rows, 830.00 B in 0.001395 sec., 7168.458781362007 rows/sec., 581.04 KiB/sec. | ||
2930 | 2024.07.25 02:10:17.367367 [ 52 ] {} <Debug> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
2931 | 2024.07.25 02:10:17.367480 [ 52 ] {} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2932 | 2024.07.25 02:10:17.367541 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
2933 | 2024.07.25 02:10:17.367749 [ 3 ] {cc981d48-3cd7-45ca-9a4c-dba281255ff2} <Debug> DynamicQueryHandler: Done processing query | ||
2934 | 2024.07.25 02:10:17.367808 [ 3 ] {cc981d48-3cd7-45ca-9a4c-dba281255ff2} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2935 | 2024.07.25 02:10:17.367833 [ 189 ] {f624f877-7484-40f8-bba3-5af105c2972a::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 | ||
2936 | 2024.07.25 02:10:17.367872 [ 3 ] {} <Debug> HTTP-Session: 8f94c54d-7d36-4e3a-8c10-18d559290de1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2937 | 2024.07.25 02:10:17.368198 [ 189 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2938 | 2024.07.25 02:10:17.368212 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2939 | 2024.07.25 02:10:17.368260 [ 189 ] {f624f877-7484-40f8-bba3-5af105c2972a::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 | ||
2940 | 2024.07.25 02:10:17.368310 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2941 | 2024.07.25 02:10:17.368365 [ 3 ] {} <Debug> HTTP-Session: 5016c10e-b212-4c2c-be5c-14518674ff61 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
2942 | 2024.07.25 02:10:17.368417 [ 189 ] {f624f877-7484-40f8-bba3-5af105c2972a::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 | ||
2943 | 2024.07.25 02:10:17.368450 [ 3 ] {} <Debug> HTTP-Session: 5016c10e-b212-4c2c-be5c-14518674ff61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2944 | 2024.07.25 02:10:17.368513 [ 3 ] {} <Debug> HTTP-Session: 5016c10e-b212-4c2c-be5c-14518674ff61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2945 | 2024.07.25 02:10:17.368650 [ 3 ] {} <Trace> HTTP-Session: 5016c10e-b212-4c2c-be5c-14518674ff61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2946 | 2024.07.25 02:10:17.368664 [ 189 ] {f624f877-7484-40f8-bba3-5af105c2972a::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 | ||
2947 | 2024.07.25 02:10:17.368934 [ 189 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 27 rows starting from the beginning of the part | ||
2948 | 2024.07.25 02:10:17.369116 [ 3 ] {84297a25-ab71-467c-8523-3898627106fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
2949 | 2024.07.25 02:10:17.369379 [ 189 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 28 rows starting from the beginning of the part | ||
2950 | 2024.07.25 02:10:17.369383 [ 3 ] {84297a25-ab71-467c-8523-3898627106fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
2951 | 2024.07.25 02:10:17.369705 [ 189 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 10 rows starting from the beginning of the part | ||
2952 | 2024.07.25 02:10:17.370486 [ 3 ] {84297a25-ab71-467c-8523-3898627106fe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2953 | 2024.07.25 02:10:17.370887 [ 3 ] {84297a25-ab71-467c-8523-3898627106fe} <Trace> oximeter.fields_ipaddr (330a275b-5c0e-4112-8190-93317cf14d06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2954 | 2024.07.25 02:10:17.370928 [ 3 ] {84297a25-ab71-467c-8523-3898627106fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
2955 | 2024.07.25 02:10:17.371655 [ 3 ] {84297a25-ab71-467c-8523-3898627106fe} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
2956 | 2024.07.25 02:10:17.371674 [ 200 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 4 columns (4 merged, 0 gathered) in 0.004014012 sec., 20677.56648460443 rows/sec., 1.44 MiB/sec. | ||
2957 | 2024.07.25 02:10:17.371984 [ 200 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
2958 | 2024.07.25 02:10:17.372267 [ 3 ] {84297a25-ab71-467c-8523-3898627106fe} <Trace> oximeter.fields_ipaddr (330a275b-5c0e-4112-8190-93317cf14d06): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2959 | 2024.07.25 02:10:17.372709 [ 3 ] {84297a25-ab71-467c-8523-3898627106fe} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.003805 sec., 525.6241787122208 rows/sec., 42.86 KiB/sec. | ||
2960 | 2024.07.25 02:10:17.372951 [ 200 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_6_1} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2961 | 2024.07.25 02:10:17.373028 [ 3 ] {84297a25-ab71-467c-8523-3898627106fe} <Debug> DynamicQueryHandler: Done processing query | ||
2962 | 2024.07.25 02:10:17.373080 [ 3 ] {84297a25-ab71-467c-8523-3898627106fe} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2963 | 2024.07.25 02:10:17.373102 [ 200 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_6_1} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
2964 | 2024.07.25 02:10:17.373113 [ 3 ] {} <Debug> HTTP-Session: 5016c10e-b212-4c2c-be5c-14518674ff61 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2965 | 2024.07.25 02:10:17.373232 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
2966 | 2024.07.25 02:10:17.373294 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 17493, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2967 | 2024.07.25 02:10:17.373354 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2968 | 2024.07.25 02:10:17.373373 [ 3 ] {} <Debug> HTTP-Session: c27a9067-64e2-42f1-9dc0-85f26255bf9d Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
2969 | 2024.07.25 02:10:17.373391 [ 3 ] {} <Debug> HTTP-Session: c27a9067-64e2-42f1-9dc0-85f26255bf9d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2970 | 2024.07.25 02:10:17.373404 [ 3 ] {} <Debug> HTTP-Session: c27a9067-64e2-42f1-9dc0-85f26255bf9d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2971 | 2024.07.25 02:10:17.373439 [ 3 ] {} <Trace> HTTP-Session: c27a9067-64e2-42f1-9dc0-85f26255bf9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2972 | 2024.07.25 02:10:17.373599 [ 3 ] {775375a5-d94a-408c-a4b3-f7c57c44f5e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2973 | 2024.07.25 02:10:17.373646 [ 3 ] {775375a5-d94a-408c-a4b3-f7c57c44f5e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2974 | 2024.07.25 02:10:17.373792 [ 3 ] {775375a5-d94a-408c-a4b3-f7c57c44f5e0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2975 | 2024.07.25 02:10:17.374187 [ 3 ] {775375a5-d94a-408c-a4b3-f7c57c44f5e0} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2976 | 2024.07.25 02:10:17.374225 [ 3 ] {775375a5-d94a-408c-a4b3-f7c57c44f5e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
2977 | 2024.07.25 02:10:17.374555 [ 3 ] {775375a5-d94a-408c-a4b3-f7c57c44f5e0} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2978 | 2024.07.25 02:10:17.374875 [ 3 ] {775375a5-d94a-408c-a4b3-f7c57c44f5e0} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2979 | 2024.07.25 02:10:17.375025 [ 3 ] {775375a5-d94a-408c-a4b3-f7c57c44f5e0} <Debug> executeQuery: Read 123 rows, 10.01 KiB in 0.001491 sec., 82494.96981891348 rows/sec., 6.56 MiB/sec. | ||
2980 | 2024.07.25 02:10:17.375197 [ 3 ] {775375a5-d94a-408c-a4b3-f7c57c44f5e0} <Debug> DynamicQueryHandler: Done processing query | ||
2981 | 2024.07.25 02:10:17.375222 [ 3 ] {775375a5-d94a-408c-a4b3-f7c57c44f5e0} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
2982 | 2024.07.25 02:10:17.375237 [ 3 ] {} <Debug> HTTP-Session: c27a9067-64e2-42f1-9dc0-85f26255bf9d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2983 | 2024.07.25 02:10:17.375357 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2984 | 2024.07.25 02:10:17.375406 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2985 | 2024.07.25 02:10:17.375426 [ 3 ] {} <Debug> HTTP-Session: c206f82c-fde2-49eb-b01d-933c06336d32 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
2986 | 2024.07.25 02:10:17.375443 [ 3 ] {} <Debug> HTTP-Session: c206f82c-fde2-49eb-b01d-933c06336d32 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2987 | 2024.07.25 02:10:17.375456 [ 3 ] {} <Debug> HTTP-Session: c206f82c-fde2-49eb-b01d-933c06336d32 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2988 | 2024.07.25 02:10:17.375487 [ 3 ] {} <Trace> HTTP-Session: c206f82c-fde2-49eb-b01d-933c06336d32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2989 | 2024.07.25 02:10:17.375581 [ 3 ] {65f7df62-dd4c-46c5-a065-bb585d8505f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
2990 | 2024.07.25 02:10:17.375625 [ 3 ] {65f7df62-dd4c-46c5-a065-bb585d8505f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2991 | 2024.07.25 02:10:17.375752 [ 3 ] {65f7df62-dd4c-46c5-a065-bb585d8505f4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2992 | 2024.07.25 02:10:17.377938 [ 3 ] {65f7df62-dd4c-46c5-a065-bb585d8505f4} <Trace> oximeter.fields_u16 (977fada6-76a3-44eb-8ed0-7c71340c6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2993 | 2024.07.25 02:10:17.377976 [ 3 ] {65f7df62-dd4c-46c5-a065-bb585d8505f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
2994 | 2024.07.25 02:10:17.378275 [ 3 ] {65f7df62-dd4c-46c5-a065-bb585d8505f4} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
2995 | 2024.07.25 02:10:17.378587 [ 3 ] {65f7df62-dd4c-46c5-a065-bb585d8505f4} <Trace> oximeter.fields_u16 (977fada6-76a3-44eb-8ed0-7c71340c6e1a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2996 | 2024.07.25 02:10:17.378732 [ 3 ] {65f7df62-dd4c-46c5-a065-bb585d8505f4} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.003168 sec., 631.3131313131314 rows/sec., 44.08 KiB/sec. | ||
2997 | 2024.07.25 02:10:17.378981 [ 3 ] {65f7df62-dd4c-46c5-a065-bb585d8505f4} <Debug> DynamicQueryHandler: Done processing query | ||
2998 | 2024.07.25 02:10:17.379007 [ 3 ] {65f7df62-dd4c-46c5-a065-bb585d8505f4} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2999 | 2024.07.25 02:10:17.379024 [ 3 ] {} <Debug> HTTP-Session: c206f82c-fde2-49eb-b01d-933c06336d32 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3000 | 2024.07.25 02:10:17.379200 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 18844, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3001 | 2024.07.25 02:10:17.379263 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3002 | 2024.07.25 02:10:17.379287 [ 3 ] {} <Debug> HTTP-Session: bfd77816-5aa9-4d07-a713-638b013703cc Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
3003 | 2024.07.25 02:10:17.379306 [ 3 ] {} <Debug> HTTP-Session: bfd77816-5aa9-4d07-a713-638b013703cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3004 | 2024.07.25 02:10:17.379324 [ 3 ] {} <Debug> HTTP-Session: bfd77816-5aa9-4d07-a713-638b013703cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3005 | 2024.07.25 02:10:17.379361 [ 3 ] {} <Trace> HTTP-Session: bfd77816-5aa9-4d07-a713-638b013703cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3006 | 2024.07.25 02:10:17.379534 [ 3 ] {0cb087a2-6e9e-4d98-9732-958a6383887a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3007 | 2024.07.25 02:10:17.379600 [ 3 ] {0cb087a2-6e9e-4d98-9732-958a6383887a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3008 | 2024.07.25 02:10:17.379800 [ 3 ] {0cb087a2-6e9e-4d98-9732-958a6383887a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3009 | 2024.07.25 02:10:17.380302 [ 3 ] {0cb087a2-6e9e-4d98-9732-958a6383887a} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3010 | 2024.07.25 02:10:17.380352 [ 3 ] {0cb087a2-6e9e-4d98-9732-958a6383887a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
3011 | 2024.07.25 02:10:17.380795 [ 3 ] {0cb087a2-6e9e-4d98-9732-958a6383887a} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
3012 | 2024.07.25 02:10:17.381221 [ 3 ] {0cb087a2-6e9e-4d98-9732-958a6383887a} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3013 | 2024.07.25 02:10:17.381436 [ 3 ] {0cb087a2-6e9e-4d98-9732-958a6383887a} <Debug> executeQuery: Read 111 rows, 8.88 KiB in 0.001956 sec., 56748.46625766872 rows/sec., 4.43 MiB/sec. | ||
3014 | 2024.07.25 02:10:17.381887 [ 3 ] {0cb087a2-6e9e-4d98-9732-958a6383887a} <Debug> DynamicQueryHandler: Done processing query | ||
3015 | 2024.07.25 02:10:17.381916 [ 3 ] {0cb087a2-6e9e-4d98-9732-958a6383887a} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
3016 | 2024.07.25 02:10:17.381932 [ 3 ] {} <Debug> HTTP-Session: bfd77816-5aa9-4d07-a713-638b013703cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3017 | 2024.07.25 02:10:17.382149 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 37681, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3018 | 2024.07.25 02:10:17.382202 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3019 | 2024.07.25 02:10:17.382222 [ 3 ] {} <Debug> HTTP-Session: 88bb5377-e5a7-45e2-914e-d581a1d2f97b Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
3020 | 2024.07.25 02:10:17.382238 [ 3 ] {} <Debug> HTTP-Session: 88bb5377-e5a7-45e2-914e-d581a1d2f97b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3021 | 2024.07.25 02:10:17.382252 [ 3 ] {} <Debug> HTTP-Session: 88bb5377-e5a7-45e2-914e-d581a1d2f97b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3022 | 2024.07.25 02:10:17.382284 [ 3 ] {} <Trace> HTTP-Session: 88bb5377-e5a7-45e2-914e-d581a1d2f97b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3023 | 2024.07.25 02:10:17.382469 [ 3 ] {257c8775-094b-41c5-96f5-465cf6cf85f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3024 | 2024.07.25 02:10:17.382519 [ 3 ] {257c8775-094b-41c5-96f5-465cf6cf85f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3025 | 2024.07.25 02:10:17.382692 [ 3 ] {257c8775-094b-41c5-96f5-465cf6cf85f0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3026 | 2024.07.25 02:10:17.383110 [ 3 ] {257c8775-094b-41c5-96f5-465cf6cf85f0} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3027 | 2024.07.25 02:10:17.383149 [ 3 ] {257c8775-094b-41c5-96f5-465cf6cf85f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
3028 | 2024.07.25 02:10:17.383548 [ 3 ] {257c8775-094b-41c5-96f5-465cf6cf85f0} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
3029 | 2024.07.25 02:10:17.383895 [ 3 ] {257c8775-094b-41c5-96f5-465cf6cf85f0} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3030 | 2024.07.25 02:10:17.384054 [ 3 ] {257c8775-094b-41c5-96f5-465cf6cf85f0} <Debug> executeQuery: Read 197 rows, 14.08 KiB in 0.001675 sec., 117611.94029850746 rows/sec., 8.21 MiB/sec. | ||
3031 | 2024.07.25 02:10:17.384239 [ 3 ] {257c8775-094b-41c5-96f5-465cf6cf85f0} <Debug> DynamicQueryHandler: Done processing query | ||
3032 | 2024.07.25 02:10:17.384263 [ 3 ] {257c8775-094b-41c5-96f5-465cf6cf85f0} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
3033 | 2024.07.25 02:10:17.384279 [ 3 ] {} <Debug> HTTP-Session: 88bb5377-e5a7-45e2-914e-d581a1d2f97b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3034 | 2024.07.25 02:10:17.384425 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 16015, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3035 | 2024.07.25 02:10:17.384474 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3036 | 2024.07.25 02:10:17.384494 [ 3 ] {} <Debug> HTTP-Session: 6a7bf304-357e-41dc-bdd2-13a6a7531e93 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
3037 | 2024.07.25 02:10:17.384511 [ 3 ] {} <Debug> HTTP-Session: 6a7bf304-357e-41dc-bdd2-13a6a7531e93 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3038 | 2024.07.25 02:10:17.384525 [ 3 ] {} <Debug> HTTP-Session: 6a7bf304-357e-41dc-bdd2-13a6a7531e93 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3039 | 2024.07.25 02:10:17.384557 [ 3 ] {} <Trace> HTTP-Session: 6a7bf304-357e-41dc-bdd2-13a6a7531e93 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3040 | 2024.07.25 02:10:17.384758 [ 3 ] {4a5d9b3b-261c-4461-9a7b-57163a7e9724} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3041 | 2024.07.25 02:10:17.384823 [ 3 ] {4a5d9b3b-261c-4461-9a7b-57163a7e9724} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
3042 | 2024.07.25 02:10:17.385231 [ 3 ] {4a5d9b3b-261c-4461-9a7b-57163a7e9724} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3043 | 2024.07.25 02:10:17.385747 [ 3 ] {4a5d9b3b-261c-4461-9a7b-57163a7e9724} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3044 | 2024.07.25 02:10:17.385784 [ 3 ] {4a5d9b3b-261c-4461-9a7b-57163a7e9724} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
3045 | 2024.07.25 02:10:17.386411 [ 3 ] {4a5d9b3b-261c-4461-9a7b-57163a7e9724} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
3046 | 2024.07.25 02:10:17.386833 [ 3 ] {4a5d9b3b-261c-4461-9a7b-57163a7e9724} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3047 | 2024.07.25 02:10:17.387014 [ 3 ] {4a5d9b3b-261c-4461-9a7b-57163a7e9724} <Debug> executeQuery: Read 10 rows, 18.35 KiB in 0.002379 sec., 4203.446826397646 rows/sec., 7.53 MiB/sec. | ||
3048 | 2024.07.25 02:10:17.387245 [ 3 ] {4a5d9b3b-261c-4461-9a7b-57163a7e9724} <Debug> DynamicQueryHandler: Done processing query | ||
3049 | 2024.07.25 02:10:17.387276 [ 3 ] {4a5d9b3b-261c-4461-9a7b-57163a7e9724} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
3050 | 2024.07.25 02:10:17.387298 [ 3 ] {} <Debug> HTTP-Session: 6a7bf304-357e-41dc-bdd2-13a6a7531e93 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3051 | 2024.07.25 02:10:17.387434 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 1947, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3052 | 2024.07.25 02:10:17.387494 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3053 | 2024.07.25 02:10:17.387518 [ 3 ] {} <Debug> HTTP-Session: edfe1da7-245a-4276-b6a7-6b3d2dd04165 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
3054 | 2024.07.25 02:10:17.387539 [ 3 ] {} <Debug> HTTP-Session: edfe1da7-245a-4276-b6a7-6b3d2dd04165 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3055 | 2024.07.25 02:10:17.387557 [ 3 ] {} <Debug> HTTP-Session: edfe1da7-245a-4276-b6a7-6b3d2dd04165 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3056 | 2024.07.25 02:10:17.387596 [ 3 ] {} <Trace> HTTP-Session: edfe1da7-245a-4276-b6a7-6b3d2dd04165 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3057 | 2024.07.25 02:10:17.387697 [ 3 ] {cbffb1e4-a1ea-4008-ae3c-1b0992458771} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
3058 | 2024.07.25 02:10:17.387742 [ 3 ] {cbffb1e4-a1ea-4008-ae3c-1b0992458771} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
3059 | 2024.07.25 02:10:17.387870 [ 3 ] {cbffb1e4-a1ea-4008-ae3c-1b0992458771} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3060 | 2024.07.25 02:10:17.388140 [ 3 ] {cbffb1e4-a1ea-4008-ae3c-1b0992458771} <Trace> oximeter.measurements_i64 (4af3948b-7ee8-4a0a-bff7-9db9837b5273): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3061 | 2024.07.25 02:10:17.388177 [ 3 ] {cbffb1e4-a1ea-4008-ae3c-1b0992458771} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
3062 | 2024.07.25 02:10:17.388540 [ 3 ] {cbffb1e4-a1ea-4008-ae3c-1b0992458771} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
3063 | 2024.07.25 02:10:17.388858 [ 3 ] {cbffb1e4-a1ea-4008-ae3c-1b0992458771} <Trace> oximeter.measurements_i64 (4af3948b-7ee8-4a0a-bff7-9db9837b5273): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3064 | 2024.07.25 02:10:17.389011 [ 52 ] {} <Debug> oximeter.measurements_i64 (4af3948b-7ee8-4a0a-bff7-9db9837b5273) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
3065 | 2024.07.25 02:10:17.389026 [ 3 ] {cbffb1e4-a1ea-4008-ae3c-1b0992458771} <Debug> executeQuery: Read 12 rows, 897.00 B in 0.001346 sec., 8915.304606240714 rows/sec., 650.80 KiB/sec. | ||
3066 | 2024.07.25 02:10:17.389071 [ 52 ] {} <Trace> oximeter.measurements_i64 (4af3948b-7ee8-4a0a-bff7-9db9837b5273): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3067 | 2024.07.25 02:10:17.389124 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
3068 | 2024.07.25 02:10:17.389308 [ 194 ] {4af3948b-7ee8-4a0a-bff7-9db9837b5273::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 | ||
3069 | 2024.07.25 02:10:17.389326 [ 3 ] {cbffb1e4-a1ea-4008-ae3c-1b0992458771} <Debug> DynamicQueryHandler: Done processing query | ||
3070 | 2024.07.25 02:10:17.389377 [ 3 ] {cbffb1e4-a1ea-4008-ae3c-1b0992458771} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
3071 | 2024.07.25 02:10:17.389406 [ 3 ] {} <Debug> HTTP-Session: edfe1da7-245a-4276-b6a7-6b3d2dd04165 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3072 | 2024.07.25 02:10:17.389533 [ 194 ] {4af3948b-7ee8-4a0a-bff7-9db9837b5273::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3073 | 2024.07.25 02:10:17.389594 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3074 | 2024.07.25 02:10:17.389612 [ 194 ] {4af3948b-7ee8-4a0a-bff7-9db9837b5273::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 | ||
3075 | 2024.07.25 02:10:17.389667 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3076 | 2024.07.25 02:10:17.389704 [ 3 ] {} <Debug> HTTP-Session: 70599fe7-1c4e-4db7-abec-85b286728852 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
3077 | 2024.07.25 02:10:17.389779 [ 3 ] {} <Debug> HTTP-Session: 70599fe7-1c4e-4db7-abec-85b286728852 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3078 | 2024.07.25 02:10:17.389851 [ 3 ] {} <Debug> HTTP-Session: 70599fe7-1c4e-4db7-abec-85b286728852 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3079 | 2024.07.25 02:10:17.389902 [ 194 ] {4af3948b-7ee8-4a0a-bff7-9db9837b5273::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 23 rows starting from the beginning of the part | ||
3080 | 2024.07.25 02:10:17.389946 [ 3 ] {} <Trace> HTTP-Session: 70599fe7-1c4e-4db7-abec-85b286728852 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3081 | 2024.07.25 02:10:17.390239 [ 194 ] {4af3948b-7ee8-4a0a-bff7-9db9837b5273::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 23 rows starting from the beginning of the part | ||
3082 | 2024.07.25 02:10:17.390342 [ 3 ] {f617212f-96cf-4c4e-aa2c-ea4d1f558c48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3083 | 2024.07.25 02:10:17.390422 [ 194 ] {4af3948b-7ee8-4a0a-bff7-9db9837b5273::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 | ||
3084 | 2024.07.25 02:10:17.390523 [ 3 ] {f617212f-96cf-4c4e-aa2c-ea4d1f558c48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3085 | 2024.07.25 02:10:17.390766 [ 194 ] {4af3948b-7ee8-4a0a-bff7-9db9837b5273::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 23 rows starting from the beginning of the part | ||
3086 | 2024.07.25 02:10:17.390966 [ 3 ] {f617212f-96cf-4c4e-aa2c-ea4d1f558c48} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3087 | 2024.07.25 02:10:17.391086 [ 194 ] {4af3948b-7ee8-4a0a-bff7-9db9837b5273::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 12 rows starting from the beginning of the part | ||
3088 | 2024.07.25 02:10:17.391761 [ 3 ] {f617212f-96cf-4c4e-aa2c-ea4d1f558c48} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3089 | 2024.07.25 02:10:17.391821 [ 3 ] {f617212f-96cf-4c4e-aa2c-ea4d1f558c48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
3090 | 2024.07.25 02:10:17.392774 [ 3 ] {f617212f-96cf-4c4e-aa2c-ea4d1f558c48} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
3091 | 2024.07.25 02:10:17.393754 [ 3 ] {f617212f-96cf-4c4e-aa2c-ea4d1f558c48} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3092 | 2024.07.25 02:10:17.393777 [ 194 ] {4af3948b-7ee8-4a0a-bff7-9db9837b5273::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 139 rows, containing 4 columns (4 merged, 0 gathered) in 0.00454617 sec., 30575.187465492927 rows/sec., 1.72 MiB/sec. | ||
3093 | 2024.07.25 02:10:17.394022 [ 3 ] {f617212f-96cf-4c4e-aa2c-ea4d1f558c48} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003832 sec., 15657.620041753655 rows/sec., 1.06 MiB/sec. | ||
3094 | 2024.07.25 02:10:17.394041 [ 194 ] {4af3948b-7ee8-4a0a-bff7-9db9837b5273::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
3095 | 2024.07.25 02:10:17.394604 [ 3 ] {f617212f-96cf-4c4e-aa2c-ea4d1f558c48} <Debug> DynamicQueryHandler: Done processing query | ||
3096 | 2024.07.25 02:10:17.394700 [ 3 ] {f617212f-96cf-4c4e-aa2c-ea4d1f558c48} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3097 | 2024.07.25 02:10:17.394740 [ 3 ] {} <Debug> HTTP-Session: 70599fe7-1c4e-4db7-abec-85b286728852 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3098 | 2024.07.25 02:10:17.394914 [ 194 ] {4af3948b-7ee8-4a0a-bff7-9db9837b5273::all_1_6_1} <Trace> oximeter.measurements_i64 (4af3948b-7ee8-4a0a-bff7-9db9837b5273): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3099 | 2024.07.25 02:10:17.395000 [ 194 ] {4af3948b-7ee8-4a0a-bff7-9db9837b5273::all_1_6_1} <Trace> oximeter.measurements_i64 (4af3948b-7ee8-4a0a-bff7-9db9837b5273) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
3100 | 2024.07.25 02:10:17.395082 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
3101 | 2024.07.25 02:10:21.240839 [ 47 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3102 | 2024.07.25 02:10:21.240914 [ 47 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3103 | 2024.07.25 02:10:22.361033 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 4045, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3104 | 2024.07.25 02:10:22.361158 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3105 | 2024.07.25 02:10:22.361188 [ 3 ] {} <Debug> HTTP-Session: fcd163ab-879c-4a71-b088-c6d1a9d3c35d Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
3106 | 2024.07.25 02:10:22.361216 [ 3 ] {} <Debug> HTTP-Session: fcd163ab-879c-4a71-b088-c6d1a9d3c35d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3107 | 2024.07.25 02:10:22.361233 [ 3 ] {} <Debug> HTTP-Session: fcd163ab-879c-4a71-b088-c6d1a9d3c35d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3108 | 2024.07.25 02:10:22.361289 [ 3 ] {} <Trace> HTTP-Session: fcd163ab-879c-4a71-b088-c6d1a9d3c35d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3109 | 2024.07.25 02:10:22.361489 [ 3 ] {3bbd860b-dbe4-4dcf-a51d-3b9d089978db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3110 | 2024.07.25 02:10:22.361554 [ 3 ] {3bbd860b-dbe4-4dcf-a51d-3b9d089978db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3111 | 2024.07.25 02:10:22.361747 [ 3 ] {3bbd860b-dbe4-4dcf-a51d-3b9d089978db} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3112 | 2024.07.25 02:10:22.362264 [ 3 ] {3bbd860b-dbe4-4dcf-a51d-3b9d089978db} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3113 | 2024.07.25 02:10:22.362308 [ 3 ] {3bbd860b-dbe4-4dcf-a51d-3b9d089978db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
3114 | 2024.07.25 02:10:22.362678 [ 3 ] {3bbd860b-dbe4-4dcf-a51d-3b9d089978db} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
3115 | 2024.07.25 02:10:22.363051 [ 3 ] {3bbd860b-dbe4-4dcf-a51d-3b9d089978db} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3116 | 2024.07.25 02:10:22.363200 [ 3 ] {3bbd860b-dbe4-4dcf-a51d-3b9d089978db} <Debug> executeQuery: Read 29 rows, 2.20 KiB in 0.001769 sec., 16393.44262295082 rows/sec., 1.22 MiB/sec. | ||
3117 | 2024.07.25 02:10:22.363478 [ 3 ] {3bbd860b-dbe4-4dcf-a51d-3b9d089978db} <Debug> DynamicQueryHandler: Done processing query | ||
3118 | 2024.07.25 02:10:22.363507 [ 3 ] {3bbd860b-dbe4-4dcf-a51d-3b9d089978db} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3119 | 2024.07.25 02:10:22.363523 [ 3 ] {} <Debug> HTTP-Session: fcd163ab-879c-4a71-b088-c6d1a9d3c35d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3120 | 2024.07.25 02:10:22.363705 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 1304, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3121 | 2024.07.25 02:10:22.363763 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3122 | 2024.07.25 02:10:22.363783 [ 3 ] {} <Debug> HTTP-Session: ef63de3e-b413-4c0d-b411-68a1dd294d8d Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
3123 | 2024.07.25 02:10:22.363800 [ 3 ] {} <Debug> HTTP-Session: ef63de3e-b413-4c0d-b411-68a1dd294d8d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3124 | 2024.07.25 02:10:22.363814 [ 3 ] {} <Debug> HTTP-Session: ef63de3e-b413-4c0d-b411-68a1dd294d8d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3125 | 2024.07.25 02:10:22.363850 [ 3 ] {} <Trace> HTTP-Session: ef63de3e-b413-4c0d-b411-68a1dd294d8d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3126 | 2024.07.25 02:10:22.363955 [ 3 ] {8c33a9ff-a2ce-4fff-b004-49bd543daafc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
3127 | 2024.07.25 02:10:22.364003 [ 3 ] {8c33a9ff-a2ce-4fff-b004-49bd543daafc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3128 | 2024.07.25 02:10:22.364161 [ 3 ] {8c33a9ff-a2ce-4fff-b004-49bd543daafc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3129 | 2024.07.25 02:10:22.364580 [ 3 ] {8c33a9ff-a2ce-4fff-b004-49bd543daafc} <Trace> oximeter.fields_ipaddr (330a275b-5c0e-4112-8190-93317cf14d06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3130 | 2024.07.25 02:10:22.364618 [ 3 ] {8c33a9ff-a2ce-4fff-b004-49bd543daafc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
3131 | 2024.07.25 02:10:22.364918 [ 3 ] {8c33a9ff-a2ce-4fff-b004-49bd543daafc} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
3132 | 2024.07.25 02:10:22.365225 [ 3 ] {8c33a9ff-a2ce-4fff-b004-49bd543daafc} <Trace> oximeter.fields_ipaddr (330a275b-5c0e-4112-8190-93317cf14d06): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3133 | 2024.07.25 02:10:22.365399 [ 3 ] {8c33a9ff-a2ce-4fff-b004-49bd543daafc} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001463 sec., 5468.2159945317835 rows/sec., 445.89 KiB/sec. | ||
3134 | 2024.07.25 02:10:22.365677 [ 3 ] {8c33a9ff-a2ce-4fff-b004-49bd543daafc} <Debug> DynamicQueryHandler: Done processing query | ||
3135 | 2024.07.25 02:10:22.365702 [ 3 ] {8c33a9ff-a2ce-4fff-b004-49bd543daafc} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3136 | 2024.07.25 02:10:22.365718 [ 3 ] {} <Debug> HTTP-Session: ef63de3e-b413-4c0d-b411-68a1dd294d8d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3137 | 2024.07.25 02:10:22.365883 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 35265, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3138 | 2024.07.25 02:10:22.365934 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3139 | 2024.07.25 02:10:22.365953 [ 3 ] {} <Debug> HTTP-Session: a27e0cf6-58ab-4505-9820-9a02e53f3ab5 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
3140 | 2024.07.25 02:10:22.365970 [ 3 ] {} <Debug> HTTP-Session: a27e0cf6-58ab-4505-9820-9a02e53f3ab5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3141 | 2024.07.25 02:10:22.365983 [ 3 ] {} <Debug> HTTP-Session: a27e0cf6-58ab-4505-9820-9a02e53f3ab5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3142 | 2024.07.25 02:10:22.366016 [ 3 ] {} <Trace> HTTP-Session: a27e0cf6-58ab-4505-9820-9a02e53f3ab5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3143 | 2024.07.25 02:10:22.366176 [ 3 ] {415e7d6b-6909-4642-a0c2-ef8a5435d27f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3144 | 2024.07.25 02:10:22.366221 [ 3 ] {415e7d6b-6909-4642-a0c2-ef8a5435d27f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3145 | 2024.07.25 02:10:22.366367 [ 3 ] {415e7d6b-6909-4642-a0c2-ef8a5435d27f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3146 | 2024.07.25 02:10:22.366828 [ 3 ] {415e7d6b-6909-4642-a0c2-ef8a5435d27f} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3147 | 2024.07.25 02:10:22.366866 [ 3 ] {415e7d6b-6909-4642-a0c2-ef8a5435d27f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
3148 | 2024.07.25 02:10:22.367197 [ 3 ] {415e7d6b-6909-4642-a0c2-ef8a5435d27f} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3149 | 2024.07.25 02:10:22.367677 [ 3 ] {415e7d6b-6909-4642-a0c2-ef8a5435d27f} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3150 | 2024.07.25 02:10:22.367895 [ 3 ] {415e7d6b-6909-4642-a0c2-ef8a5435d27f} <Debug> executeQuery: Read 234 rows, 21.05 KiB in 0.00179 sec., 130726.25698324022 rows/sec., 11.48 MiB/sec. | ||
3151 | 2024.07.25 02:10:22.368159 [ 3 ] {415e7d6b-6909-4642-a0c2-ef8a5435d27f} <Debug> DynamicQueryHandler: Done processing query | ||
3152 | 2024.07.25 02:10:22.368190 [ 3 ] {415e7d6b-6909-4642-a0c2-ef8a5435d27f} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
3153 | 2024.07.25 02:10:22.368212 [ 3 ] {} <Debug> HTTP-Session: a27e0cf6-58ab-4505-9820-9a02e53f3ab5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3154 | 2024.07.25 02:10:22.368405 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 1170, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3155 | 2024.07.25 02:10:22.368473 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3156 | 2024.07.25 02:10:22.368503 [ 3 ] {} <Debug> HTTP-Session: fc161c45-36dc-47f8-acc8-8eb8c432f3d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
3157 | 2024.07.25 02:10:22.368525 [ 3 ] {} <Debug> HTTP-Session: fc161c45-36dc-47f8-acc8-8eb8c432f3d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3158 | 2024.07.25 02:10:22.368544 [ 3 ] {} <Debug> HTTP-Session: fc161c45-36dc-47f8-acc8-8eb8c432f3d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3159 | 2024.07.25 02:10:22.368590 [ 3 ] {} <Trace> HTTP-Session: fc161c45-36dc-47f8-acc8-8eb8c432f3d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3160 | 2024.07.25 02:10:22.368715 [ 3 ] {c85934ba-d46e-4812-8d0a-762725eca288} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3161 | 2024.07.25 02:10:22.368769 [ 3 ] {c85934ba-d46e-4812-8d0a-762725eca288} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3162 | 2024.07.25 02:10:22.368948 [ 3 ] {c85934ba-d46e-4812-8d0a-762725eca288} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3163 | 2024.07.25 02:10:22.369380 [ 3 ] {c85934ba-d46e-4812-8d0a-762725eca288} <Trace> oximeter.fields_u16 (977fada6-76a3-44eb-8ed0-7c71340c6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3164 | 2024.07.25 02:10:22.369418 [ 3 ] {c85934ba-d46e-4812-8d0a-762725eca288} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
3165 | 2024.07.25 02:10:22.369727 [ 3 ] {c85934ba-d46e-4812-8d0a-762725eca288} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
3166 | 2024.07.25 02:10:22.370048 [ 3 ] {c85934ba-d46e-4812-8d0a-762725eca288} <Trace> oximeter.fields_u16 (977fada6-76a3-44eb-8ed0-7c71340c6e1a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3167 | 2024.07.25 02:10:22.370208 [ 3 ] {c85934ba-d46e-4812-8d0a-762725eca288} <Debug> executeQuery: Read 8 rows, 572.00 B in 0.00152 sec., 5263.157894736842 rows/sec., 367.50 KiB/sec. | ||
3168 | 2024.07.25 02:10:22.370383 [ 3 ] {c85934ba-d46e-4812-8d0a-762725eca288} <Debug> DynamicQueryHandler: Done processing query | ||
3169 | 2024.07.25 02:10:22.370410 [ 3 ] {c85934ba-d46e-4812-8d0a-762725eca288} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3170 | 2024.07.25 02:10:22.370425 [ 3 ] {} <Debug> HTTP-Session: fc161c45-36dc-47f8-acc8-8eb8c432f3d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3171 | 2024.07.25 02:10:22.370666 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 67339, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3172 | 2024.07.25 02:10:22.370719 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3173 | 2024.07.25 02:10:22.370738 [ 3 ] {} <Debug> HTTP-Session: 94073f56-3ff3-4fa1-9467-09be84cca646 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
3174 | 2024.07.25 02:10:22.370755 [ 3 ] {} <Debug> HTTP-Session: 94073f56-3ff3-4fa1-9467-09be84cca646 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3175 | 2024.07.25 02:10:22.370768 [ 3 ] {} <Debug> HTTP-Session: 94073f56-3ff3-4fa1-9467-09be84cca646 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3176 | 2024.07.25 02:10:22.370800 [ 3 ] {} <Trace> HTTP-Session: 94073f56-3ff3-4fa1-9467-09be84cca646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3177 | 2024.07.25 02:10:22.371010 [ 3 ] {45e9fc2c-4d20-440d-aad1-c87c7858515a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3178 | 2024.07.25 02:10:22.371055 [ 3 ] {45e9fc2c-4d20-440d-aad1-c87c7858515a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3179 | 2024.07.25 02:10:22.371189 [ 3 ] {45e9fc2c-4d20-440d-aad1-c87c7858515a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3180 | 2024.07.25 02:10:22.371734 [ 3 ] {45e9fc2c-4d20-440d-aad1-c87c7858515a} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3181 | 2024.07.25 02:10:22.371772 [ 3 ] {45e9fc2c-4d20-440d-aad1-c87c7858515a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
3182 | 2024.07.25 02:10:22.372109 [ 3 ] {45e9fc2c-4d20-440d-aad1-c87c7858515a} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3183 | 2024.07.25 02:10:22.372440 [ 3 ] {45e9fc2c-4d20-440d-aad1-c87c7858515a} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3184 | 2024.07.25 02:10:22.372602 [ 3 ] {45e9fc2c-4d20-440d-aad1-c87c7858515a} <Debug> executeQuery: Read 416 rows, 30.21 KiB in 0.001696 sec., 245283.01886792452 rows/sec., 17.39 MiB/sec. | ||
3185 | 2024.07.25 02:10:22.372772 [ 3 ] {45e9fc2c-4d20-440d-aad1-c87c7858515a} <Debug> DynamicQueryHandler: Done processing query | ||
3186 | 2024.07.25 02:10:22.372797 [ 3 ] {45e9fc2c-4d20-440d-aad1-c87c7858515a} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
3187 | 2024.07.25 02:10:22.372812 [ 3 ] {} <Debug> HTTP-Session: 94073f56-3ff3-4fa1-9467-09be84cca646 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3188 | 2024.07.25 02:10:22.372955 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3189 | 2024.07.25 02:10:22.373005 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3190 | 2024.07.25 02:10:22.373024 [ 3 ] {} <Debug> HTTP-Session: c77789c7-b49b-4f59-84b1-0071622a0342 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
3191 | 2024.07.25 02:10:22.373040 [ 3 ] {} <Debug> HTTP-Session: c77789c7-b49b-4f59-84b1-0071622a0342 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3192 | 2024.07.25 02:10:22.373054 [ 3 ] {} <Debug> HTTP-Session: c77789c7-b49b-4f59-84b1-0071622a0342 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3193 | 2024.07.25 02:10:22.373087 [ 3 ] {} <Trace> HTTP-Session: c77789c7-b49b-4f59-84b1-0071622a0342 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3194 | 2024.07.25 02:10:22.373199 [ 3 ] {3e19627e-0e73-4527-82af-8a12d6ec83cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
3195 | 2024.07.25 02:10:22.373248 [ 3 ] {3e19627e-0e73-4527-82af-8a12d6ec83cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
3196 | 2024.07.25 02:10:22.373383 [ 3 ] {3e19627e-0e73-4527-82af-8a12d6ec83cb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3197 | 2024.07.25 02:10:22.373657 [ 3 ] {3e19627e-0e73-4527-82af-8a12d6ec83cb} <Trace> oximeter.measurements_bool (8163702d-f428-4b08-bb37-b5af976016c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3198 | 2024.07.25 02:10:22.373695 [ 3 ] {3e19627e-0e73-4527-82af-8a12d6ec83cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
3199 | 2024.07.25 02:10:22.374066 [ 3 ] {3e19627e-0e73-4527-82af-8a12d6ec83cb} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
3200 | 2024.07.25 02:10:22.374415 [ 3 ] {3e19627e-0e73-4527-82af-8a12d6ec83cb} <Trace> oximeter.measurements_bool (8163702d-f428-4b08-bb37-b5af976016c8): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3201 | 2024.07.25 02:10:22.374566 [ 3 ] {3e19627e-0e73-4527-82af-8a12d6ec83cb} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001382 sec., 4341.534008683068 rows/sec., 186.55 KiB/sec. | ||
3202 | 2024.07.25 02:10:22.374578 [ 45 ] {} <Debug> oximeter.measurements_bool (8163702d-f428-4b08-bb37-b5af976016c8) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
3203 | 2024.07.25 02:10:22.374683 [ 45 ] {} <Trace> oximeter.measurements_bool (8163702d-f428-4b08-bb37-b5af976016c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3204 | 2024.07.25 02:10:22.374722 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
3205 | 2024.07.25 02:10:22.374811 [ 3 ] {3e19627e-0e73-4527-82af-8a12d6ec83cb} <Debug> DynamicQueryHandler: Done processing query | ||
3206 | 2024.07.25 02:10:22.374848 [ 3 ] {3e19627e-0e73-4527-82af-8a12d6ec83cb} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
3207 | 2024.07.25 02:10:22.374859 [ 189 ] {8163702d-f428-4b08-bb37-b5af976016c8::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 | ||
3208 | 2024.07.25 02:10:22.374865 [ 3 ] {} <Debug> HTTP-Session: c77789c7-b49b-4f59-84b1-0071622a0342 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3209 | 2024.07.25 02:10:22.374985 [ 189 ] {8163702d-f428-4b08-bb37-b5af976016c8::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3210 | 2024.07.25 02:10:22.375019 [ 189 ] {8163702d-f428-4b08-bb37-b5af976016c8::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 | ||
3211 | 2024.07.25 02:10:22.375043 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 14082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3212 | 2024.07.25 02:10:22.375096 [ 189 ] {8163702d-f428-4b08-bb37-b5af976016c8::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 | ||
3213 | 2024.07.25 02:10:22.375123 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3214 | 2024.07.25 02:10:22.375211 [ 3 ] {} <Debug> HTTP-Session: f2c8295f-4ea4-4464-bce3-33d787e03194 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
3215 | 2024.07.25 02:10:22.375328 [ 3 ] {} <Debug> HTTP-Session: f2c8295f-4ea4-4464-bce3-33d787e03194 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3216 | 2024.07.25 02:10:22.375434 [ 189 ] {8163702d-f428-4b08-bb37-b5af976016c8::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 | ||
3217 | 2024.07.25 02:10:22.375422 [ 3 ] {} <Debug> HTTP-Session: f2c8295f-4ea4-4464-bce3-33d787e03194 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3218 | 2024.07.25 02:10:22.375583 [ 3 ] {} <Trace> HTTP-Session: f2c8295f-4ea4-4464-bce3-33d787e03194 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3219 | 2024.07.25 02:10:22.375681 [ 189 ] {8163702d-f428-4b08-bb37-b5af976016c8::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 | ||
3220 | 2024.07.25 02:10:22.376001 [ 189 ] {8163702d-f428-4b08-bb37-b5af976016c8::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 | ||
3221 | 2024.07.25 02:10:22.376047 [ 3 ] {a8a4cc94-13a6-4325-bc89-48413575717d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
3222 | 2024.07.25 02:10:22.376137 [ 189 ] {8163702d-f428-4b08-bb37-b5af976016c8::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 | ||
3223 | 2024.07.25 02:10:22.376204 [ 3 ] {a8a4cc94-13a6-4325-bc89-48413575717d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
3224 | 2024.07.25 02:10:22.376820 [ 3 ] {a8a4cc94-13a6-4325-bc89-48413575717d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3225 | 2024.07.25 02:10:22.377329 [ 3 ] {a8a4cc94-13a6-4325-bc89-48413575717d} <Trace> oximeter.measurements_cumulativei64 (ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3226 | 2024.07.25 02:10:22.377371 [ 3 ] {a8a4cc94-13a6-4325-bc89-48413575717d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
3227 | 2024.07.25 02:10:22.377965 [ 194 ] {8163702d-f428-4b08-bb37-b5af976016c8::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.003162389 sec., 11383.798767324324 rows/sec., 489.15 KiB/sec. | ||
3228 | 2024.07.25 02:10:22.378000 [ 3 ] {a8a4cc94-13a6-4325-bc89-48413575717d} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
3229 | 2024.07.25 02:10:22.378202 [ 194 ] {8163702d-f428-4b08-bb37-b5af976016c8::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
3230 | 2024.07.25 02:10:22.378958 [ 3 ] {a8a4cc94-13a6-4325-bc89-48413575717d} <Trace> oximeter.measurements_cumulativei64 (ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3231 | 2024.07.25 02:10:22.379206 [ 45 ] {} <Debug> oximeter.measurements_cumulativei64 (ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
3232 | 2024.07.25 02:10:22.379285 [ 3 ] {a8a4cc94-13a6-4325-bc89-48413575717d} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.003406 sec., 22607.163828537872 rows/sec., 1.39 MiB/sec. | ||
3233 | 2024.07.25 02:10:22.379305 [ 45 ] {} <Trace> oximeter.measurements_cumulativei64 (ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3234 | 2024.07.25 02:10:22.379372 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
3235 | 2024.07.25 02:10:22.379391 [ 194 ] {8163702d-f428-4b08-bb37-b5af976016c8::all_1_6_1} <Trace> oximeter.measurements_bool (8163702d-f428-4b08-bb37-b5af976016c8): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3236 | 2024.07.25 02:10:22.379822 [ 189 ] {ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7::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 | ||
3237 | 2024.07.25 02:10:22.379879 [ 194 ] {8163702d-f428-4b08-bb37-b5af976016c8::all_1_6_1} <Trace> oximeter.measurements_bool (8163702d-f428-4b08-bb37-b5af976016c8) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
3238 | 2024.07.25 02:10:22.379906 [ 3 ] {a8a4cc94-13a6-4325-bc89-48413575717d} <Debug> DynamicQueryHandler: Done processing query | ||
3239 | 2024.07.25 02:10:22.379969 [ 3 ] {a8a4cc94-13a6-4325-bc89-48413575717d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3240 | 2024.07.25 02:10:22.380050 [ 3 ] {} <Debug> HTTP-Session: f2c8295f-4ea4-4464-bce3-33d787e03194 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3241 | 2024.07.25 02:10:22.380203 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
3242 | 2024.07.25 02:10:22.380223 [ 189 ] {ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3243 | 2024.07.25 02:10:22.380277 [ 189 ] {ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 77 rows starting from the beginning of the part | ||
3244 | 2024.07.25 02:10:22.380287 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 31328, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3245 | 2024.07.25 02:10:22.380387 [ 189 ] {ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 77 rows starting from the beginning of the part | ||
3246 | 2024.07.25 02:10:22.380395 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3247 | 2024.07.25 02:10:22.380465 [ 3 ] {} <Debug> HTTP-Session: e4f9c64c-b4a2-441c-9eb2-39873330794d Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
3248 | 2024.07.25 02:10:22.380563 [ 3 ] {} <Debug> HTTP-Session: e4f9c64c-b4a2-441c-9eb2-39873330794d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3249 | 2024.07.25 02:10:22.380654 [ 3 ] {} <Debug> HTTP-Session: e4f9c64c-b4a2-441c-9eb2-39873330794d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3250 | 2024.07.25 02:10:22.380668 [ 189 ] {ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 77 rows starting from the beginning of the part | ||
3251 | 2024.07.25 02:10:22.380770 [ 3 ] {} <Trace> HTTP-Session: e4f9c64c-b4a2-441c-9eb2-39873330794d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3252 | 2024.07.25 02:10:22.380906 [ 189 ] {ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 77 rows starting from the beginning of the part | ||
3253 | 2024.07.25 02:10:22.381122 [ 189 ] {ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 77 rows starting from the beginning of the part | ||
3254 | 2024.07.25 02:10:22.381190 [ 3 ] {05643910-ddd0-4bcf-b9cc-172cd9712207} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3255 | 2024.07.25 02:10:22.381400 [ 3 ] {05643910-ddd0-4bcf-b9cc-172cd9712207} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3256 | 2024.07.25 02:10:22.381418 [ 189 ] {ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 77 rows starting from the beginning of the part | ||
3257 | 2024.07.25 02:10:22.381895 [ 3 ] {05643910-ddd0-4bcf-b9cc-172cd9712207} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3258 | 2024.07.25 02:10:22.382528 [ 3 ] {05643910-ddd0-4bcf-b9cc-172cd9712207} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3259 | 2024.07.25 02:10:22.382575 [ 3 ] {05643910-ddd0-4bcf-b9cc-172cd9712207} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
3260 | 2024.07.25 02:10:22.383173 [ 198 ] {ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 462 rows, containing 5 columns (5 merged, 0 gathered) in 0.003648326 sec., 126633.42036868416 rows/sec., 7.80 MiB/sec. | ||
3261 | 2024.07.25 02:10:22.383224 [ 3 ] {05643910-ddd0-4bcf-b9cc-172cd9712207} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3262 | 2024.07.25 02:10:22.383401 [ 198 ] {ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
3263 | 2024.07.25 02:10:22.384146 [ 3 ] {05643910-ddd0-4bcf-b9cc-172cd9712207} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3264 | 2024.07.25 02:10:22.384471 [ 3 ] {05643910-ddd0-4bcf-b9cc-172cd9712207} <Debug> executeQuery: Read 164 rows, 11.69 KiB in 0.003465 sec., 47330.44733044733 rows/sec., 3.30 MiB/sec. | ||
3265 | 2024.07.25 02:10:22.384771 [ 194 ] {ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7::all_1_6_1} <Trace> oximeter.measurements_cumulativei64 (ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3266 | 2024.07.25 02:10:22.385023 [ 194 ] {ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7::all_1_6_1} <Trace> oximeter.measurements_cumulativei64 (ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
3267 | 2024.07.25 02:10:22.385055 [ 3 ] {05643910-ddd0-4bcf-b9cc-172cd9712207} <Debug> DynamicQueryHandler: Done processing query | ||
3268 | 2024.07.25 02:10:22.385122 [ 3 ] {05643910-ddd0-4bcf-b9cc-172cd9712207} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3269 | 2024.07.25 02:10:22.385176 [ 3 ] {} <Debug> HTTP-Session: e4f9c64c-b4a2-441c-9eb2-39873330794d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3270 | 2024.07.25 02:10:22.385183 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
3271 | 2024.07.25 02:10:22.385378 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 36783, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3272 | 2024.07.25 02:10:22.385433 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3273 | 2024.07.25 02:10:22.385454 [ 3 ] {} <Debug> HTTP-Session: 61635b46-a3e3-4fa9-8bca-87ab6a879290 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
3274 | 2024.07.25 02:10:22.385470 [ 3 ] {} <Debug> HTTP-Session: 61635b46-a3e3-4fa9-8bca-87ab6a879290 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3275 | 2024.07.25 02:10:22.385484 [ 3 ] {} <Debug> HTTP-Session: 61635b46-a3e3-4fa9-8bca-87ab6a879290 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3276 | 2024.07.25 02:10:22.385516 [ 3 ] {} <Trace> HTTP-Session: 61635b46-a3e3-4fa9-8bca-87ab6a879290 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3277 | 2024.07.25 02:10:22.385803 [ 3 ] {cf08a664-906d-442a-a5e1-a576cd00de7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3278 | 2024.07.25 02:10:22.385874 [ 3 ] {cf08a664-906d-442a-a5e1-a576cd00de7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
3279 | 2024.07.25 02:10:22.386333 [ 3 ] {cf08a664-906d-442a-a5e1-a576cd00de7f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3280 | 2024.07.25 02:10:22.386983 [ 3 ] {cf08a664-906d-442a-a5e1-a576cd00de7f} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3281 | 2024.07.25 02:10:22.387025 [ 3 ] {cf08a664-906d-442a-a5e1-a576cd00de7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
3282 | 2024.07.25 02:10:22.387630 [ 3 ] {cf08a664-906d-442a-a5e1-a576cd00de7f} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
3283 | 2024.07.25 02:10:22.388058 [ 3 ] {cf08a664-906d-442a-a5e1-a576cd00de7f} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3284 | 2024.07.25 02:10:22.388271 [ 3 ] {cf08a664-906d-442a-a5e1-a576cd00de7f} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002655 sec., 8662.900188323918 rows/sec., 15.52 MiB/sec. | ||
3285 | 2024.07.25 02:10:22.388696 [ 3 ] {cf08a664-906d-442a-a5e1-a576cd00de7f} <Debug> DynamicQueryHandler: Done processing query | ||
3286 | 2024.07.25 02:10:22.388722 [ 3 ] {cf08a664-906d-442a-a5e1-a576cd00de7f} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
3287 | 2024.07.25 02:10:22.388738 [ 3 ] {} <Debug> HTTP-Session: 61635b46-a3e3-4fa9-8bca-87ab6a879290 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3288 | 2024.07.25 02:10:22.388857 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 3670, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3289 | 2024.07.25 02:10:22.388905 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3290 | 2024.07.25 02:10:22.388924 [ 3 ] {} <Debug> HTTP-Session: a4db977b-7210-41be-9c4a-3d6607321b80 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
3291 | 2024.07.25 02:10:22.388941 [ 3 ] {} <Debug> HTTP-Session: a4db977b-7210-41be-9c4a-3d6607321b80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3292 | 2024.07.25 02:10:22.388954 [ 3 ] {} <Debug> HTTP-Session: a4db977b-7210-41be-9c4a-3d6607321b80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3293 | 2024.07.25 02:10:22.388985 [ 3 ] {} <Trace> HTTP-Session: a4db977b-7210-41be-9c4a-3d6607321b80 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3294 | 2024.07.25 02:10:22.389093 [ 3 ] {5f5011b1-4c63-4923-a072-1e4771de9157} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
3295 | 2024.07.25 02:10:22.389139 [ 3 ] {5f5011b1-4c63-4923-a072-1e4771de9157} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
3296 | 2024.07.25 02:10:22.389274 [ 3 ] {5f5011b1-4c63-4923-a072-1e4771de9157} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3297 | 2024.07.25 02:10:22.389579 [ 3 ] {5f5011b1-4c63-4923-a072-1e4771de9157} <Trace> oximeter.measurements_i64 (4af3948b-7ee8-4a0a-bff7-9db9837b5273): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3298 | 2024.07.25 02:10:22.389620 [ 3 ] {5f5011b1-4c63-4923-a072-1e4771de9157} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
3299 | 2024.07.25 02:10:22.389987 [ 3 ] {5f5011b1-4c63-4923-a072-1e4771de9157} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
3300 | 2024.07.25 02:10:22.390346 [ 3 ] {5f5011b1-4c63-4923-a072-1e4771de9157} <Trace> oximeter.measurements_i64 (4af3948b-7ee8-4a0a-bff7-9db9837b5273): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3301 | 2024.07.25 02:10:22.390508 [ 3 ] {5f5011b1-4c63-4923-a072-1e4771de9157} <Debug> executeQuery: Read 26 rows, 1.46 KiB in 0.001444 sec., 18005.540166204988 rows/sec., 1008.35 KiB/sec. | ||
3302 | 2024.07.25 02:10:22.390673 [ 3 ] {5f5011b1-4c63-4923-a072-1e4771de9157} <Debug> DynamicQueryHandler: Done processing query | ||
3303 | 2024.07.25 02:10:22.390697 [ 3 ] {5f5011b1-4c63-4923-a072-1e4771de9157} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
3304 | 2024.07.25 02:10:22.390713 [ 3 ] {} <Debug> HTTP-Session: a4db977b-7210-41be-9c4a-3d6607321b80 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3305 | 2024.07.25 02:10:22.390846 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3306 | 2024.07.25 02:10:22.390893 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3307 | 2024.07.25 02:10:22.390912 [ 3 ] {} <Debug> HTTP-Session: ba31e1a6-7e45-4082-bc3a-cc6e4d0e0b48 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
3308 | 2024.07.25 02:10:22.390928 [ 3 ] {} <Debug> HTTP-Session: ba31e1a6-7e45-4082-bc3a-cc6e4d0e0b48 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3309 | 2024.07.25 02:10:22.390941 [ 3 ] {} <Debug> HTTP-Session: ba31e1a6-7e45-4082-bc3a-cc6e4d0e0b48 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3310 | 2024.07.25 02:10:22.390972 [ 3 ] {} <Trace> HTTP-Session: ba31e1a6-7e45-4082-bc3a-cc6e4d0e0b48 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3311 | 2024.07.25 02:10:22.391089 [ 3 ] {2e6e35b3-1625-4330-a310-05be1c438c39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3312 | 2024.07.25 02:10:22.391131 [ 3 ] {2e6e35b3-1625-4330-a310-05be1c438c39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3313 | 2024.07.25 02:10:22.391252 [ 3 ] {2e6e35b3-1625-4330-a310-05be1c438c39} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3314 | 2024.07.25 02:10:22.391531 [ 3 ] {2e6e35b3-1625-4330-a310-05be1c438c39} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3315 | 2024.07.25 02:10:22.391564 [ 3 ] {2e6e35b3-1625-4330-a310-05be1c438c39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
3316 | 2024.07.25 02:10:22.391893 [ 3 ] {2e6e35b3-1625-4330-a310-05be1c438c39} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3317 | 2024.07.25 02:10:22.392273 [ 3 ] {2e6e35b3-1625-4330-a310-05be1c438c39} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3318 | 2024.07.25 02:10:22.392432 [ 3 ] {2e6e35b3-1625-4330-a310-05be1c438c39} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001381 sec., 43446.77769732078 rows/sec., 2.93 MiB/sec. | ||
3319 | 2024.07.25 02:10:22.392595 [ 3 ] {2e6e35b3-1625-4330-a310-05be1c438c39} <Debug> DynamicQueryHandler: Done processing query | ||
3320 | 2024.07.25 02:10:22.392620 [ 3 ] {2e6e35b3-1625-4330-a310-05be1c438c39} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3321 | 2024.07.25 02:10:22.392635 [ 3 ] {} <Debug> HTTP-Session: ba31e1a6-7e45-4082-bc3a-cc6e4d0e0b48 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3322 | 2024.07.25 02:10:27.356280 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 1489, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3323 | 2024.07.25 02:10:27.356403 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3324 | 2024.07.25 02:10:27.356434 [ 3 ] {} <Debug> HTTP-Session: 8bb35ccd-2ab1-446c-a770-dd514f540c5f Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
3325 | 2024.07.25 02:10:27.356458 [ 3 ] {} <Debug> HTTP-Session: 8bb35ccd-2ab1-446c-a770-dd514f540c5f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3326 | 2024.07.25 02:10:27.356472 [ 3 ] {} <Debug> HTTP-Session: 8bb35ccd-2ab1-446c-a770-dd514f540c5f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3327 | 2024.07.25 02:10:27.356522 [ 3 ] {} <Trace> HTTP-Session: 8bb35ccd-2ab1-446c-a770-dd514f540c5f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3328 | 2024.07.25 02:10:27.356695 [ 3 ] {20bb5a9e-0ef2-4351-99ef-fb5f207b5cda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3329 | 2024.07.25 02:10:27.356762 [ 3 ] {20bb5a9e-0ef2-4351-99ef-fb5f207b5cda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3330 | 2024.07.25 02:10:27.356956 [ 3 ] {20bb5a9e-0ef2-4351-99ef-fb5f207b5cda} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3331 | 2024.07.25 02:10:27.357445 [ 3 ] {20bb5a9e-0ef2-4351-99ef-fb5f207b5cda} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3332 | 2024.07.25 02:10:27.357502 [ 3 ] {20bb5a9e-0ef2-4351-99ef-fb5f207b5cda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
3333 | 2024.07.25 02:10:27.357929 [ 3 ] {20bb5a9e-0ef2-4351-99ef-fb5f207b5cda} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
3334 | 2024.07.25 02:10:27.358293 [ 3 ] {20bb5a9e-0ef2-4351-99ef-fb5f207b5cda} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3335 | 2024.07.25 02:10:27.358513 [ 3 ] {20bb5a9e-0ef2-4351-99ef-fb5f207b5cda} <Debug> executeQuery: Read 10 rows, 830.00 B in 0.001858 sec., 5382.1313240043055 rows/sec., 436.25 KiB/sec. | ||
3336 | 2024.07.25 02:10:27.358771 [ 3 ] {20bb5a9e-0ef2-4351-99ef-fb5f207b5cda} <Debug> DynamicQueryHandler: Done processing query | ||
3337 | 2024.07.25 02:10:27.358805 [ 3 ] {20bb5a9e-0ef2-4351-99ef-fb5f207b5cda} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3338 | 2024.07.25 02:10:27.358823 [ 3 ] {} <Debug> HTTP-Session: 8bb35ccd-2ab1-446c-a770-dd514f540c5f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3339 | 2024.07.25 02:10:27.358970 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 12377, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3340 | 2024.07.25 02:10:27.359030 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3341 | 2024.07.25 02:10:27.359056 [ 3 ] {} <Debug> HTTP-Session: e438dfdf-900e-4d84-a2fe-851212794981 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
3342 | 2024.07.25 02:10:27.359075 [ 3 ] {} <Debug> HTTP-Session: e438dfdf-900e-4d84-a2fe-851212794981 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3343 | 2024.07.25 02:10:27.359089 [ 3 ] {} <Debug> HTTP-Session: e438dfdf-900e-4d84-a2fe-851212794981 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3344 | 2024.07.25 02:10:27.359134 [ 3 ] {} <Trace> HTTP-Session: e438dfdf-900e-4d84-a2fe-851212794981 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3345 | 2024.07.25 02:10:27.359317 [ 3 ] {2c30879a-0ba2-4b2f-a46c-58f98b5b66a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3346 | 2024.07.25 02:10:27.359382 [ 3 ] {2c30879a-0ba2-4b2f-a46c-58f98b5b66a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3347 | 2024.07.25 02:10:27.359529 [ 3 ] {2c30879a-0ba2-4b2f-a46c-58f98b5b66a4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3348 | 2024.07.25 02:10:27.359881 [ 3 ] {2c30879a-0ba2-4b2f-a46c-58f98b5b66a4} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3349 | 2024.07.25 02:10:27.359920 [ 3 ] {2c30879a-0ba2-4b2f-a46c-58f98b5b66a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
3350 | 2024.07.25 02:10:27.360254 [ 3 ] {2c30879a-0ba2-4b2f-a46c-58f98b5b66a4} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3351 | 2024.07.25 02:10:27.360591 [ 3 ] {2c30879a-0ba2-4b2f-a46c-58f98b5b66a4} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3352 | 2024.07.25 02:10:27.360751 [ 3 ] {2c30879a-0ba2-4b2f-a46c-58f98b5b66a4} <Debug> executeQuery: Read 86 rows, 7.13 KiB in 0.001501 sec., 57295.136575616256 rows/sec., 4.64 MiB/sec. | ||
3353 | 2024.07.25 02:10:27.361067 [ 3 ] {2c30879a-0ba2-4b2f-a46c-58f98b5b66a4} <Debug> DynamicQueryHandler: Done processing query | ||
3354 | 2024.07.25 02:10:27.361095 [ 3 ] {2c30879a-0ba2-4b2f-a46c-58f98b5b66a4} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
3355 | 2024.07.25 02:10:27.361111 [ 3 ] {} <Debug> HTTP-Session: e438dfdf-900e-4d84-a2fe-851212794981 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3356 | 2024.07.25 02:10:27.361323 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 12574, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3357 | 2024.07.25 02:10:27.361399 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3358 | 2024.07.25 02:10:27.361426 [ 3 ] {} <Debug> HTTP-Session: d2198f7d-d6e8-4ea4-b7e3-cbcf801865eb Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
3359 | 2024.07.25 02:10:27.361448 [ 3 ] {} <Debug> HTTP-Session: d2198f7d-d6e8-4ea4-b7e3-cbcf801865eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3360 | 2024.07.25 02:10:27.361467 [ 3 ] {} <Debug> HTTP-Session: d2198f7d-d6e8-4ea4-b7e3-cbcf801865eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3361 | 2024.07.25 02:10:27.361512 [ 3 ] {} <Trace> HTTP-Session: d2198f7d-d6e8-4ea4-b7e3-cbcf801865eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3362 | 2024.07.25 02:10:27.361658 [ 3 ] {fc1b67a8-1118-4ecb-a048-e2fc91382ed3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3363 | 2024.07.25 02:10:27.361710 [ 3 ] {fc1b67a8-1118-4ecb-a048-e2fc91382ed3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3364 | 2024.07.25 02:10:27.361863 [ 3 ] {fc1b67a8-1118-4ecb-a048-e2fc91382ed3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3365 | 2024.07.25 02:10:27.362248 [ 3 ] {fc1b67a8-1118-4ecb-a048-e2fc91382ed3} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3366 | 2024.07.25 02:10:27.362296 [ 3 ] {fc1b67a8-1118-4ecb-a048-e2fc91382ed3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
3367 | 2024.07.25 02:10:27.362670 [ 3 ] {fc1b67a8-1118-4ecb-a048-e2fc91382ed3} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3368 | 2024.07.25 02:10:27.362990 [ 3 ] {fc1b67a8-1118-4ecb-a048-e2fc91382ed3} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3369 | 2024.07.25 02:10:27.363147 [ 3 ] {fc1b67a8-1118-4ecb-a048-e2fc91382ed3} <Debug> executeQuery: Read 74 rows, 5.92 KiB in 0.00153 sec., 48366.01307189543 rows/sec., 3.78 MiB/sec. | ||
3370 | 2024.07.25 02:10:27.363324 [ 3 ] {fc1b67a8-1118-4ecb-a048-e2fc91382ed3} <Debug> DynamicQueryHandler: Done processing query | ||
3371 | 2024.07.25 02:10:27.363348 [ 3 ] {fc1b67a8-1118-4ecb-a048-e2fc91382ed3} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
3372 | 2024.07.25 02:10:27.363364 [ 3 ] {} <Debug> HTTP-Session: d2198f7d-d6e8-4ea4-b7e3-cbcf801865eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3373 | 2024.07.25 02:10:27.363514 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 30572, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3374 | 2024.07.25 02:10:27.363567 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3375 | 2024.07.25 02:10:27.363586 [ 3 ] {} <Debug> HTTP-Session: 66d7dd96-6bcf-46eb-9ccd-c726e4827596 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
3376 | 2024.07.25 02:10:27.363604 [ 3 ] {} <Debug> HTTP-Session: 66d7dd96-6bcf-46eb-9ccd-c726e4827596 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3377 | 2024.07.25 02:10:27.363618 [ 3 ] {} <Debug> HTTP-Session: 66d7dd96-6bcf-46eb-9ccd-c726e4827596 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3378 | 2024.07.25 02:10:27.363651 [ 3 ] {} <Trace> HTTP-Session: 66d7dd96-6bcf-46eb-9ccd-c726e4827596 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3379 | 2024.07.25 02:10:27.363800 [ 3 ] {199a9519-1c5c-4b70-8c9d-b1b8dd66c100} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3380 | 2024.07.25 02:10:27.363849 [ 3 ] {199a9519-1c5c-4b70-8c9d-b1b8dd66c100} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3381 | 2024.07.25 02:10:27.364001 [ 3 ] {199a9519-1c5c-4b70-8c9d-b1b8dd66c100} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3382 | 2024.07.25 02:10:27.364375 [ 3 ] {199a9519-1c5c-4b70-8c9d-b1b8dd66c100} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3383 | 2024.07.25 02:10:27.364411 [ 3 ] {199a9519-1c5c-4b70-8c9d-b1b8dd66c100} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
3384 | 2024.07.25 02:10:27.364808 [ 3 ] {199a9519-1c5c-4b70-8c9d-b1b8dd66c100} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3385 | 2024.07.25 02:10:27.365167 [ 3 ] {199a9519-1c5c-4b70-8c9d-b1b8dd66c100} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3386 | 2024.07.25 02:10:27.365325 [ 3 ] {199a9519-1c5c-4b70-8c9d-b1b8dd66c100} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001592 sec., 100502.51256281407 rows/sec., 7.00 MiB/sec. | ||
3387 | 2024.07.25 02:10:27.365531 [ 3 ] {199a9519-1c5c-4b70-8c9d-b1b8dd66c100} <Debug> DynamicQueryHandler: Done processing query | ||
3388 | 2024.07.25 02:10:27.365556 [ 3 ] {199a9519-1c5c-4b70-8c9d-b1b8dd66c100} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3389 | 2024.07.25 02:10:27.365571 [ 3 ] {} <Debug> HTTP-Session: 66d7dd96-6bcf-46eb-9ccd-c726e4827596 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3390 | 2024.07.25 02:10:27.365735 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 16023, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3391 | 2024.07.25 02:10:27.365784 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3392 | 2024.07.25 02:10:27.365804 [ 3 ] {} <Debug> HTTP-Session: e284a939-f01b-4aff-9e31-11619f4f57bf Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
3393 | 2024.07.25 02:10:27.365822 [ 3 ] {} <Debug> HTTP-Session: e284a939-f01b-4aff-9e31-11619f4f57bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3394 | 2024.07.25 02:10:27.365836 [ 3 ] {} <Debug> HTTP-Session: e284a939-f01b-4aff-9e31-11619f4f57bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3395 | 2024.07.25 02:10:27.365867 [ 3 ] {} <Trace> HTTP-Session: e284a939-f01b-4aff-9e31-11619f4f57bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3396 | 2024.07.25 02:10:27.366046 [ 3 ] {f94e1716-5f4b-4296-95a7-ea9dc1c64432} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3397 | 2024.07.25 02:10:27.366110 [ 3 ] {f94e1716-5f4b-4296-95a7-ea9dc1c64432} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
3398 | 2024.07.25 02:10:27.366507 [ 3 ] {f94e1716-5f4b-4296-95a7-ea9dc1c64432} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3399 | 2024.07.25 02:10:27.367056 [ 3 ] {f94e1716-5f4b-4296-95a7-ea9dc1c64432} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3400 | 2024.07.25 02:10:27.367095 [ 3 ] {f94e1716-5f4b-4296-95a7-ea9dc1c64432} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
3401 | 2024.07.25 02:10:27.367670 [ 3 ] {f94e1716-5f4b-4296-95a7-ea9dc1c64432} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
3402 | 2024.07.25 02:10:27.368072 [ 3 ] {f94e1716-5f4b-4296-95a7-ea9dc1c64432} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3403 | 2024.07.25 02:10:27.368271 [ 3 ] {f94e1716-5f4b-4296-95a7-ea9dc1c64432} <Debug> executeQuery: Read 10 rows, 18.35 KiB in 0.002327 sec., 4297.378599054577 rows/sec., 7.70 MiB/sec. | ||
3404 | 2024.07.25 02:10:27.368671 [ 3 ] {f94e1716-5f4b-4296-95a7-ea9dc1c64432} <Debug> DynamicQueryHandler: Done processing query | ||
3405 | 2024.07.25 02:10:27.368711 [ 3 ] {f94e1716-5f4b-4296-95a7-ea9dc1c64432} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
3406 | 2024.07.25 02:10:27.368736 [ 3 ] {} <Debug> HTTP-Session: e284a939-f01b-4aff-9e31-11619f4f57bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3407 | 2024.07.25 02:10:27.368927 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3408 | 2024.07.25 02:10:27.369010 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3409 | 2024.07.25 02:10:27.369036 [ 3 ] {} <Debug> HTTP-Session: 18d0a8da-afc4-488b-91b2-9e20af0c1dbc Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
3410 | 2024.07.25 02:10:27.369059 [ 3 ] {} <Debug> HTTP-Session: 18d0a8da-afc4-488b-91b2-9e20af0c1dbc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3411 | 2024.07.25 02:10:27.369081 [ 3 ] {} <Debug> HTTP-Session: 18d0a8da-afc4-488b-91b2-9e20af0c1dbc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3412 | 2024.07.25 02:10:27.369130 [ 3 ] {} <Trace> HTTP-Session: 18d0a8da-afc4-488b-91b2-9e20af0c1dbc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3413 | 2024.07.25 02:10:27.369317 [ 3 ] {03141f28-100c-455a-ac84-9e2e2ee81493} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3414 | 2024.07.25 02:10:27.369375 [ 3 ] {03141f28-100c-455a-ac84-9e2e2ee81493} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3415 | 2024.07.25 02:10:27.369546 [ 3 ] {03141f28-100c-455a-ac84-9e2e2ee81493} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3416 | 2024.07.25 02:10:27.369916 [ 3 ] {03141f28-100c-455a-ac84-9e2e2ee81493} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3417 | 2024.07.25 02:10:27.369964 [ 3 ] {03141f28-100c-455a-ac84-9e2e2ee81493} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
3418 | 2024.07.25 02:10:27.370376 [ 3 ] {03141f28-100c-455a-ac84-9e2e2ee81493} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3419 | 2024.07.25 02:10:27.370711 [ 3 ] {03141f28-100c-455a-ac84-9e2e2ee81493} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3420 | 2024.07.25 02:10:27.370871 [ 3 ] {03141f28-100c-455a-ac84-9e2e2ee81493} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001607 sec., 37336.6521468575 rows/sec., 2.52 MiB/sec. | ||
3421 | 2024.07.25 02:10:27.371042 [ 3 ] {03141f28-100c-455a-ac84-9e2e2ee81493} <Debug> DynamicQueryHandler: Done processing query | ||
3422 | 2024.07.25 02:10:27.371067 [ 3 ] {03141f28-100c-455a-ac84-9e2e2ee81493} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3423 | 2024.07.25 02:10:27.371082 [ 3 ] {} <Debug> HTTP-Session: 18d0a8da-afc4-488b-91b2-9e20af0c1dbc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3424 | 2024.07.25 02:10:29.793238 [ 34 ] {} <Debug> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
3425 | 2024.07.25 02:10:29.793357 [ 34 ] {} <Trace> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3426 | 2024.07.25 02:10:29.793400 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
3427 | 2024.07.25 02:10:29.793583 [ 198 ] {46e272e2-e638-4712-af4c-66cb81f3398d::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 | ||
3428 | 2024.07.25 02:10:29.793954 [ 198 ] {46e272e2-e638-4712-af4c-66cb81f3398d::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3429 | 2024.07.25 02:10:29.794006 [ 198 ] {46e272e2-e638-4712-af4c-66cb81f3398d::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 18 rows starting from the beginning of the part | ||
3430 | 2024.07.25 02:10:29.794134 [ 198 ] {46e272e2-e638-4712-af4c-66cb81f3398d::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 12 rows starting from the beginning of the part | ||
3431 | 2024.07.25 02:10:29.794262 [ 198 ] {46e272e2-e638-4712-af4c-66cb81f3398d::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 | ||
3432 | 2024.07.25 02:10:29.794388 [ 198 ] {46e272e2-e638-4712-af4c-66cb81f3398d::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 4 rows starting from the beginning of the part | ||
3433 | 2024.07.25 02:10:29.794501 [ 198 ] {46e272e2-e638-4712-af4c-66cb81f3398d::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part | ||
3434 | 2024.07.25 02:10:29.796624 [ 189 ] {46e272e2-e638-4712-af4c-66cb81f3398d::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41 rows, containing 6 columns (6 merged, 0 gathered) in 0.003129628 sec., 13100.59853758977 rows/sec., 1.80 MiB/sec. | ||
3435 | 2024.07.25 02:10:29.796884 [ 199 ] {46e272e2-e638-4712-af4c-66cb81f3398d::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
3436 | 2024.07.25 02:10:29.797492 [ 199 ] {46e272e2-e638-4712-af4c-66cb81f3398d::all_1_5_1} <Trace> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3437 | 2024.07.25 02:10:29.797585 [ 199 ] {46e272e2-e638-4712-af4c-66cb81f3398d::all_1_5_1} <Trace> oximeter.timeseries_schema (46e272e2-e638-4712-af4c-66cb81f3398d) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
3438 | 2024.07.25 02:10:29.797693 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
3439 | 2024.07.25 02:10:32.361727 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 4045, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3440 | 2024.07.25 02:10:32.361851 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3441 | 2024.07.25 02:10:32.361879 [ 3 ] {} <Debug> HTTP-Session: 50681494-c5a0-48fa-8c12-594f2227fac0 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
3442 | 2024.07.25 02:10:32.361906 [ 3 ] {} <Debug> HTTP-Session: 50681494-c5a0-48fa-8c12-594f2227fac0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3443 | 2024.07.25 02:10:32.361924 [ 3 ] {} <Debug> HTTP-Session: 50681494-c5a0-48fa-8c12-594f2227fac0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3444 | 2024.07.25 02:10:32.361979 [ 3 ] {} <Trace> HTTP-Session: 50681494-c5a0-48fa-8c12-594f2227fac0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3445 | 2024.07.25 02:10:32.362184 [ 3 ] {506619b5-9388-44f3-9d2d-8bfbe3b8f453} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3446 | 2024.07.25 02:10:32.362258 [ 3 ] {506619b5-9388-44f3-9d2d-8bfbe3b8f453} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3447 | 2024.07.25 02:10:32.362473 [ 3 ] {506619b5-9388-44f3-9d2d-8bfbe3b8f453} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3448 | 2024.07.25 02:10:32.362921 [ 3 ] {506619b5-9388-44f3-9d2d-8bfbe3b8f453} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3449 | 2024.07.25 02:10:32.362964 [ 3 ] {506619b5-9388-44f3-9d2d-8bfbe3b8f453} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
3450 | 2024.07.25 02:10:32.363329 [ 3 ] {506619b5-9388-44f3-9d2d-8bfbe3b8f453} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
3451 | 2024.07.25 02:10:32.363665 [ 3 ] {506619b5-9388-44f3-9d2d-8bfbe3b8f453} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3452 | 2024.07.25 02:10:32.363819 [ 3 ] {506619b5-9388-44f3-9d2d-8bfbe3b8f453} <Debug> executeQuery: Read 29 rows, 2.20 KiB in 0.0017 sec., 17058.823529411766 rows/sec., 1.27 MiB/sec. | ||
3453 | 2024.07.25 02:10:32.364029 [ 3 ] {506619b5-9388-44f3-9d2d-8bfbe3b8f453} <Debug> DynamicQueryHandler: Done processing query | ||
3454 | 2024.07.25 02:10:32.364056 [ 3 ] {506619b5-9388-44f3-9d2d-8bfbe3b8f453} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3455 | 2024.07.25 02:10:32.364072 [ 3 ] {} <Debug> HTTP-Session: 50681494-c5a0-48fa-8c12-594f2227fac0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3456 | 2024.07.25 02:10:32.364281 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 34730, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3457 | 2024.07.25 02:10:32.364334 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3458 | 2024.07.25 02:10:32.364354 [ 3 ] {} <Debug> HTTP-Session: e1348621-5983-43a0-b3d3-0ba940294168 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
3459 | 2024.07.25 02:10:32.364371 [ 3 ] {} <Debug> HTTP-Session: e1348621-5983-43a0-b3d3-0ba940294168 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3460 | 2024.07.25 02:10:32.364385 [ 3 ] {} <Debug> HTTP-Session: e1348621-5983-43a0-b3d3-0ba940294168 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3461 | 2024.07.25 02:10:32.364418 [ 3 ] {} <Trace> HTTP-Session: e1348621-5983-43a0-b3d3-0ba940294168 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3462 | 2024.07.25 02:10:32.364566 [ 3 ] {1d023368-abc4-424c-8951-cf3d8614d5d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3463 | 2024.07.25 02:10:32.364611 [ 3 ] {1d023368-abc4-424c-8951-cf3d8614d5d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3464 | 2024.07.25 02:10:32.364739 [ 3 ] {1d023368-abc4-424c-8951-cf3d8614d5d6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3465 | 2024.07.25 02:10:32.365148 [ 3 ] {1d023368-abc4-424c-8951-cf3d8614d5d6} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3466 | 2024.07.25 02:10:32.365183 [ 3 ] {1d023368-abc4-424c-8951-cf3d8614d5d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
3467 | 2024.07.25 02:10:32.365514 [ 3 ] {1d023368-abc4-424c-8951-cf3d8614d5d6} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3468 | 2024.07.25 02:10:32.365815 [ 3 ] {1d023368-abc4-424c-8951-cf3d8614d5d6} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3469 | 2024.07.25 02:10:32.365971 [ 3 ] {1d023368-abc4-424c-8951-cf3d8614d5d6} <Debug> executeQuery: Read 230 rows, 20.76 KiB in 0.001465 sec., 156996.58703071674 rows/sec., 13.84 MiB/sec. | ||
3470 | 2024.07.25 02:10:32.366125 [ 3 ] {1d023368-abc4-424c-8951-cf3d8614d5d6} <Debug> DynamicQueryHandler: Done processing query | ||
3471 | 2024.07.25 02:10:32.366148 [ 3 ] {1d023368-abc4-424c-8951-cf3d8614d5d6} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
3472 | 2024.07.25 02:10:32.366164 [ 3 ] {} <Debug> HTTP-Session: e1348621-5983-43a0-b3d3-0ba940294168 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3473 | 2024.07.25 02:10:32.366342 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 65459, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3474 | 2024.07.25 02:10:32.366392 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3475 | 2024.07.25 02:10:32.366411 [ 3 ] {} <Debug> HTTP-Session: 609283fa-0b91-4454-ad10-0eacce1229ce Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
3476 | 2024.07.25 02:10:32.366427 [ 3 ] {} <Debug> HTTP-Session: 609283fa-0b91-4454-ad10-0eacce1229ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3477 | 2024.07.25 02:10:32.366441 [ 3 ] {} <Debug> HTTP-Session: 609283fa-0b91-4454-ad10-0eacce1229ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3478 | 2024.07.25 02:10:32.366471 [ 3 ] {} <Trace> HTTP-Session: 609283fa-0b91-4454-ad10-0eacce1229ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3479 | 2024.07.25 02:10:32.366670 [ 3 ] {e9e2e3e2-4431-474c-9787-4f68285641c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3480 | 2024.07.25 02:10:32.366712 [ 3 ] {e9e2e3e2-4431-474c-9787-4f68285641c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3481 | 2024.07.25 02:10:32.366835 [ 3 ] {e9e2e3e2-4431-474c-9787-4f68285641c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3482 | 2024.07.25 02:10:32.367390 [ 3 ] {e9e2e3e2-4431-474c-9787-4f68285641c6} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3483 | 2024.07.25 02:10:32.367434 [ 3 ] {e9e2e3e2-4431-474c-9787-4f68285641c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
3484 | 2024.07.25 02:10:32.367863 [ 3 ] {e9e2e3e2-4431-474c-9787-4f68285641c6} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3485 | 2024.07.25 02:10:32.368321 [ 3 ] {e9e2e3e2-4431-474c-9787-4f68285641c6} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3486 | 2024.07.25 02:10:32.368505 [ 3 ] {e9e2e3e2-4431-474c-9787-4f68285641c6} <Debug> executeQuery: Read 405 rows, 29.32 KiB in 0.001931 sec., 209735.88814085966 rows/sec., 14.83 MiB/sec. | ||
3487 | 2024.07.25 02:10:32.368705 [ 3 ] {e9e2e3e2-4431-474c-9787-4f68285641c6} <Debug> DynamicQueryHandler: Done processing query | ||
3488 | 2024.07.25 02:10:32.368735 [ 3 ] {e9e2e3e2-4431-474c-9787-4f68285641c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
3489 | 2024.07.25 02:10:32.368757 [ 3 ] {} <Debug> HTTP-Session: 609283fa-0b91-4454-ad10-0eacce1229ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3490 | 2024.07.25 02:10:32.368940 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3491 | 2024.07.25 02:10:32.369009 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3492 | 2024.07.25 02:10:32.369084 [ 3 ] {} <Debug> HTTP-Session: da8f4571-6065-4c70-bff4-e444e911bbcc Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
3493 | 2024.07.25 02:10:32.369171 [ 3 ] {} <Debug> HTTP-Session: da8f4571-6065-4c70-bff4-e444e911bbcc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3494 | 2024.07.25 02:10:32.369216 [ 3 ] {} <Debug> HTTP-Session: da8f4571-6065-4c70-bff4-e444e911bbcc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3495 | 2024.07.25 02:10:32.369291 [ 3 ] {} <Trace> HTTP-Session: da8f4571-6065-4c70-bff4-e444e911bbcc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3496 | 2024.07.25 02:10:32.369401 [ 3 ] {2d1b1f26-0894-4a04-ba3e-dc0aec047139} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
3497 | 2024.07.25 02:10:32.369447 [ 3 ] {2d1b1f26-0894-4a04-ba3e-dc0aec047139} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
3498 | 2024.07.25 02:10:32.369576 [ 3 ] {2d1b1f26-0894-4a04-ba3e-dc0aec047139} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3499 | 2024.07.25 02:10:32.369901 [ 3 ] {2d1b1f26-0894-4a04-ba3e-dc0aec047139} <Trace> oximeter.measurements_bool (8163702d-f428-4b08-bb37-b5af976016c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3500 | 2024.07.25 02:10:32.369937 [ 3 ] {2d1b1f26-0894-4a04-ba3e-dc0aec047139} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
3501 | 2024.07.25 02:10:32.370300 [ 3 ] {2d1b1f26-0894-4a04-ba3e-dc0aec047139} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
3502 | 2024.07.25 02:10:32.370634 [ 3 ] {2d1b1f26-0894-4a04-ba3e-dc0aec047139} <Trace> oximeter.measurements_bool (8163702d-f428-4b08-bb37-b5af976016c8): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3503 | 2024.07.25 02:10:32.370780 [ 3 ] {2d1b1f26-0894-4a04-ba3e-dc0aec047139} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001397 sec., 4294.917680744452 rows/sec., 184.55 KiB/sec. | ||
3504 | 2024.07.25 02:10:32.370952 [ 3 ] {2d1b1f26-0894-4a04-ba3e-dc0aec047139} <Debug> DynamicQueryHandler: Done processing query | ||
3505 | 2024.07.25 02:10:32.370975 [ 3 ] {2d1b1f26-0894-4a04-ba3e-dc0aec047139} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
3506 | 2024.07.25 02:10:32.370992 [ 3 ] {} <Debug> HTTP-Session: da8f4571-6065-4c70-bff4-e444e911bbcc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3507 | 2024.07.25 02:10:32.371116 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 14082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3508 | 2024.07.25 02:10:32.371164 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3509 | 2024.07.25 02:10:32.371183 [ 3 ] {} <Debug> HTTP-Session: a599c324-b804-454d-8dcb-6179d3988217 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
3510 | 2024.07.25 02:10:32.371199 [ 3 ] {} <Debug> HTTP-Session: a599c324-b804-454d-8dcb-6179d3988217 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3511 | 2024.07.25 02:10:32.371213 [ 3 ] {} <Debug> HTTP-Session: a599c324-b804-454d-8dcb-6179d3988217 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3512 | 2024.07.25 02:10:32.371243 [ 3 ] {} <Trace> HTTP-Session: a599c324-b804-454d-8dcb-6179d3988217 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3513 | 2024.07.25 02:10:32.371358 [ 3 ] {3a55c6c4-697c-4357-b370-4b0ccfbe7c0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
3514 | 2024.07.25 02:10:32.371405 [ 3 ] {3a55c6c4-697c-4357-b370-4b0ccfbe7c0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
3515 | 2024.07.25 02:10:32.371546 [ 3 ] {3a55c6c4-697c-4357-b370-4b0ccfbe7c0f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3516 | 2024.07.25 02:10:32.371901 [ 3 ] {3a55c6c4-697c-4357-b370-4b0ccfbe7c0f} <Trace> oximeter.measurements_cumulativei64 (ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3517 | 2024.07.25 02:10:32.371937 [ 3 ] {3a55c6c4-697c-4357-b370-4b0ccfbe7c0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
3518 | 2024.07.25 02:10:32.372305 [ 3 ] {3a55c6c4-697c-4357-b370-4b0ccfbe7c0f} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
3519 | 2024.07.25 02:10:32.372649 [ 3 ] {3a55c6c4-697c-4357-b370-4b0ccfbe7c0f} <Trace> oximeter.measurements_cumulativei64 (ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3520 | 2024.07.25 02:10:32.372792 [ 3 ] {3a55c6c4-697c-4357-b370-4b0ccfbe7c0f} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001471 sec., 52345.34330387491 rows/sec., 3.22 MiB/sec. | ||
3521 | 2024.07.25 02:10:32.373088 [ 3 ] {3a55c6c4-697c-4357-b370-4b0ccfbe7c0f} <Debug> DynamicQueryHandler: Done processing query | ||
3522 | 2024.07.25 02:10:32.373113 [ 3 ] {3a55c6c4-697c-4357-b370-4b0ccfbe7c0f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3523 | 2024.07.25 02:10:32.373129 [ 3 ] {} <Debug> HTTP-Session: a599c324-b804-454d-8dcb-6179d3988217 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3524 | 2024.07.25 02:10:32.373293 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 30572, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3525 | 2024.07.25 02:10:32.373340 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3526 | 2024.07.25 02:10:32.373359 [ 3 ] {} <Debug> HTTP-Session: 80dbb7e0-5dc0-4c5b-8765-80a1911d6e56 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
3527 | 2024.07.25 02:10:32.373374 [ 3 ] {} <Debug> HTTP-Session: 80dbb7e0-5dc0-4c5b-8765-80a1911d6e56 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3528 | 2024.07.25 02:10:32.373388 [ 3 ] {} <Debug> HTTP-Session: 80dbb7e0-5dc0-4c5b-8765-80a1911d6e56 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3529 | 2024.07.25 02:10:32.373418 [ 3 ] {} <Trace> HTTP-Session: 80dbb7e0-5dc0-4c5b-8765-80a1911d6e56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3530 | 2024.07.25 02:10:32.373565 [ 3 ] {cc112b9d-c0e1-4ffe-89dd-a8394393f330} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3531 | 2024.07.25 02:10:32.373610 [ 3 ] {cc112b9d-c0e1-4ffe-89dd-a8394393f330} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3532 | 2024.07.25 02:10:32.373765 [ 3 ] {cc112b9d-c0e1-4ffe-89dd-a8394393f330} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3533 | 2024.07.25 02:10:32.374141 [ 3 ] {cc112b9d-c0e1-4ffe-89dd-a8394393f330} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3534 | 2024.07.25 02:10:32.374177 [ 3 ] {cc112b9d-c0e1-4ffe-89dd-a8394393f330} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
3535 | 2024.07.25 02:10:32.374558 [ 3 ] {cc112b9d-c0e1-4ffe-89dd-a8394393f330} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3536 | 2024.07.25 02:10:32.374897 [ 3 ] {cc112b9d-c0e1-4ffe-89dd-a8394393f330} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3537 | 2024.07.25 02:10:32.375050 [ 3 ] {cc112b9d-c0e1-4ffe-89dd-a8394393f330} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001546 sec., 103492.88486416558 rows/sec., 7.21 MiB/sec. | ||
3538 | 2024.07.25 02:10:32.375217 [ 3 ] {cc112b9d-c0e1-4ffe-89dd-a8394393f330} <Debug> DynamicQueryHandler: Done processing query | ||
3539 | 2024.07.25 02:10:32.375243 [ 3 ] {cc112b9d-c0e1-4ffe-89dd-a8394393f330} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3540 | 2024.07.25 02:10:32.375258 [ 3 ] {} <Debug> HTTP-Session: 80dbb7e0-5dc0-4c5b-8765-80a1911d6e56 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3541 | 2024.07.25 02:10:32.375432 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 36784, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3542 | 2024.07.25 02:10:32.375481 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3543 | 2024.07.25 02:10:32.375500 [ 3 ] {} <Debug> HTTP-Session: 08312e5f-91e5-4aa5-8f3e-1164ad4b0ded Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
3544 | 2024.07.25 02:10:32.375515 [ 3 ] {} <Debug> HTTP-Session: 08312e5f-91e5-4aa5-8f3e-1164ad4b0ded Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3545 | 2024.07.25 02:10:32.375529 [ 3 ] {} <Debug> HTTP-Session: 08312e5f-91e5-4aa5-8f3e-1164ad4b0ded Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3546 | 2024.07.25 02:10:32.375559 [ 3 ] {} <Trace> HTTP-Session: 08312e5f-91e5-4aa5-8f3e-1164ad4b0ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3547 | 2024.07.25 02:10:32.375819 [ 3 ] {bf7df1df-9c2a-40fb-b4b8-1f3ef050f12b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3548 | 2024.07.25 02:10:32.375881 [ 3 ] {bf7df1df-9c2a-40fb-b4b8-1f3ef050f12b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
3549 | 2024.07.25 02:10:32.376278 [ 3 ] {bf7df1df-9c2a-40fb-b4b8-1f3ef050f12b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3550 | 2024.07.25 02:10:32.376841 [ 3 ] {bf7df1df-9c2a-40fb-b4b8-1f3ef050f12b} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3551 | 2024.07.25 02:10:32.376877 [ 3 ] {bf7df1df-9c2a-40fb-b4b8-1f3ef050f12b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
3552 | 2024.07.25 02:10:32.377530 [ 3 ] {bf7df1df-9c2a-40fb-b4b8-1f3ef050f12b} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
3553 | 2024.07.25 02:10:32.377939 [ 3 ] {bf7df1df-9c2a-40fb-b4b8-1f3ef050f12b} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3554 | 2024.07.25 02:10:32.378106 [ 32 ] {} <Debug> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
3555 | 2024.07.25 02:10:32.378133 [ 3 ] {bf7df1df-9c2a-40fb-b4b8-1f3ef050f12b} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.0025 sec., 9200 rows/sec., 16.49 MiB/sec. | ||
3556 | 2024.07.25 02:10:32.378188 [ 32 ] {} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3557 | 2024.07.25 02:10:32.378256 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
3558 | 2024.07.25 02:10:32.378739 [ 198 ] {1b204426-e0ed-4472-aac2-bb616a256d25::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 | ||
3559 | 2024.07.25 02:10:32.378862 [ 3 ] {bf7df1df-9c2a-40fb-b4b8-1f3ef050f12b} <Debug> DynamicQueryHandler: Done processing query | ||
3560 | 2024.07.25 02:10:32.378909 [ 3 ] {bf7df1df-9c2a-40fb-b4b8-1f3ef050f12b} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
3561 | 2024.07.25 02:10:32.378954 [ 3 ] {} <Debug> HTTP-Session: 08312e5f-91e5-4aa5-8f3e-1164ad4b0ded Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3562 | 2024.07.25 02:10:32.379141 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 3211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3563 | 2024.07.25 02:10:32.379261 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3564 | 2024.07.25 02:10:32.379324 [ 3 ] {} <Debug> HTTP-Session: c73fb2c7-09f2-4af5-a399-59403c3b566f Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
3565 | 2024.07.25 02:10:32.379370 [ 3 ] {} <Debug> HTTP-Session: c73fb2c7-09f2-4af5-a399-59403c3b566f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3566 | 2024.07.25 02:10:32.379418 [ 3 ] {} <Debug> HTTP-Session: c73fb2c7-09f2-4af5-a399-59403c3b566f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3567 | 2024.07.25 02:10:32.379451 [ 198 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3568 | 2024.07.25 02:10:32.379478 [ 3 ] {} <Trace> HTTP-Session: c73fb2c7-09f2-4af5-a399-59403c3b566f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3569 | 2024.07.25 02:10:32.379569 [ 198 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 21 rows starting from the beginning of the part | ||
3570 | 2024.07.25 02:10:32.379723 [ 3 ] {186d8b3c-0bdc-4149-9f96-902d5bff96b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
3571 | 2024.07.25 02:10:32.379918 [ 3 ] {186d8b3c-0bdc-4149-9f96-902d5bff96b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
3572 | 2024.07.25 02:10:32.380313 [ 198 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 22 rows starting from the beginning of the part | ||
3573 | 2024.07.25 02:10:32.380851 [ 3 ] {186d8b3c-0bdc-4149-9f96-902d5bff96b5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3574 | 2024.07.25 02:10:32.381181 [ 198 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 10 rows starting from the beginning of the part | ||
3575 | 2024.07.25 02:10:32.381835 [ 198 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 23 rows starting from the beginning of the part | ||
3576 | 2024.07.25 02:10:32.382074 [ 3 ] {186d8b3c-0bdc-4149-9f96-902d5bff96b5} <Trace> oximeter.measurements_i64 (4af3948b-7ee8-4a0a-bff7-9db9837b5273): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3577 | 2024.07.25 02:10:32.382197 [ 3 ] {186d8b3c-0bdc-4149-9f96-902d5bff96b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
3578 | 2024.07.25 02:10:32.382563 [ 198 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 10 rows starting from the beginning of the part | ||
3579 | 2024.07.25 02:10:32.383174 [ 198 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 23 rows starting from the beginning of the part | ||
3580 | 2024.07.25 02:10:32.383563 [ 3 ] {186d8b3c-0bdc-4149-9f96-902d5bff96b5} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
3581 | 2024.07.25 02:10:32.384454 [ 3 ] {186d8b3c-0bdc-4149-9f96-902d5bff96b5} <Trace> oximeter.measurements_i64 (4af3948b-7ee8-4a0a-bff7-9db9837b5273): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3582 | 2024.07.25 02:10:32.384772 [ 3 ] {186d8b3c-0bdc-4149-9f96-902d5bff96b5} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.005145 sec., 4470.359572400388 rows/sec., 241.82 KiB/sec. | ||
3583 | 2024.07.25 02:10:32.385184 [ 3 ] {186d8b3c-0bdc-4149-9f96-902d5bff96b5} <Debug> DynamicQueryHandler: Done processing query | ||
3584 | 2024.07.25 02:10:32.385229 [ 3 ] {186d8b3c-0bdc-4149-9f96-902d5bff96b5} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
3585 | 2024.07.25 02:10:32.385259 [ 3 ] {} <Debug> HTTP-Session: c73fb2c7-09f2-4af5-a399-59403c3b566f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3586 | 2024.07.25 02:10:32.385449 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3587 | 2024.07.25 02:10:32.385561 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3588 | 2024.07.25 02:10:32.385620 [ 3 ] {} <Debug> HTTP-Session: 3475dfd2-5a45-43c9-ae22-1f81145e0702 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
3589 | 2024.07.25 02:10:32.385683 [ 3 ] {} <Debug> HTTP-Session: 3475dfd2-5a45-43c9-ae22-1f81145e0702 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3590 | 2024.07.25 02:10:32.385708 [ 3 ] {} <Debug> HTTP-Session: 3475dfd2-5a45-43c9-ae22-1f81145e0702 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3591 | 2024.07.25 02:10:32.385781 [ 3 ] {} <Trace> HTTP-Session: 3475dfd2-5a45-43c9-ae22-1f81145e0702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3592 | 2024.07.25 02:10:32.386097 [ 3 ] {01c3295d-ea9b-4a04-b889-48c721731f31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3593 | 2024.07.25 02:10:32.386220 [ 3 ] {01c3295d-ea9b-4a04-b889-48c721731f31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3594 | 2024.07.25 02:10:32.387098 [ 3 ] {01c3295d-ea9b-4a04-b889-48c721731f31} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3595 | 2024.07.25 02:10:32.388142 [ 3 ] {01c3295d-ea9b-4a04-b889-48c721731f31} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3596 | 2024.07.25 02:10:32.388210 [ 3 ] {01c3295d-ea9b-4a04-b889-48c721731f31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
3597 | 2024.07.25 02:10:32.389576 [ 3 ] {01c3295d-ea9b-4a04-b889-48c721731f31} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3598 | 2024.07.25 02:10:32.390608 [ 3 ] {01c3295d-ea9b-4a04-b889-48c721731f31} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3599 | 2024.07.25 02:10:32.391149 [ 3 ] {01c3295d-ea9b-4a04-b889-48c721731f31} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005221 sec., 11492.051331162613 rows/sec., 793.07 KiB/sec. | ||
3600 | 2024.07.25 02:10:32.391457 [ 198 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 109 rows, containing 19 columns (19 merged, 0 gathered) in 0.013067742 sec., 8341.150292070351 rows/sec., 14.95 MiB/sec. | ||
3601 | 2024.07.25 02:10:32.391573 [ 3 ] {01c3295d-ea9b-4a04-b889-48c721731f31} <Debug> DynamicQueryHandler: Done processing query | ||
3602 | 2024.07.25 02:10:32.391606 [ 3 ] {01c3295d-ea9b-4a04-b889-48c721731f31} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3603 | 2024.07.25 02:10:32.391641 [ 3 ] {} <Debug> HTTP-Session: 3475dfd2-5a45-43c9-ae22-1f81145e0702 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3604 | 2024.07.25 02:10:32.391829 [ 198 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
3605 | 2024.07.25 02:10:32.392547 [ 198 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_6_1} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3606 | 2024.07.25 02:10:32.392629 [ 198 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_6_1} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
3607 | 2024.07.25 02:10:32.392749 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. | ||
3608 | 2024.07.25 02:10:36.240975 [ 26 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3609 | 2024.07.25 02:10:36.241050 [ 26 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3610 | 2024.07.25 02:10:37.355233 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 1489, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3611 | 2024.07.25 02:10:37.355341 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3612 | 2024.07.25 02:10:37.355366 [ 3 ] {} <Debug> HTTP-Session: 13e0fe9e-17e0-43b9-aea9-14c2363553a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
3613 | 2024.07.25 02:10:37.355391 [ 3 ] {} <Debug> HTTP-Session: 13e0fe9e-17e0-43b9-aea9-14c2363553a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3614 | 2024.07.25 02:10:37.355406 [ 3 ] {} <Debug> HTTP-Session: 13e0fe9e-17e0-43b9-aea9-14c2363553a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3615 | 2024.07.25 02:10:37.355454 [ 3 ] {} <Trace> HTTP-Session: 13e0fe9e-17e0-43b9-aea9-14c2363553a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3616 | 2024.07.25 02:10:37.355632 [ 3 ] {52fb7286-e469-48f5-bb1e-ca3e07ce5e54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3617 | 2024.07.25 02:10:37.355698 [ 3 ] {52fb7286-e469-48f5-bb1e-ca3e07ce5e54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3618 | 2024.07.25 02:10:37.355888 [ 3 ] {52fb7286-e469-48f5-bb1e-ca3e07ce5e54} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3619 | 2024.07.25 02:10:37.356292 [ 3 ] {52fb7286-e469-48f5-bb1e-ca3e07ce5e54} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3620 | 2024.07.25 02:10:37.356331 [ 3 ] {52fb7286-e469-48f5-bb1e-ca3e07ce5e54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
3621 | 2024.07.25 02:10:37.356696 [ 3 ] {52fb7286-e469-48f5-bb1e-ca3e07ce5e54} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
3622 | 2024.07.25 02:10:37.357061 [ 3 ] {52fb7286-e469-48f5-bb1e-ca3e07ce5e54} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3623 | 2024.07.25 02:10:37.357201 [ 3 ] {52fb7286-e469-48f5-bb1e-ca3e07ce5e54} <Debug> executeQuery: Read 10 rows, 830.00 B in 0.001621 sec., 6169.031462060457 rows/sec., 500.03 KiB/sec. | ||
3624 | 2024.07.25 02:10:37.357401 [ 3 ] {52fb7286-e469-48f5-bb1e-ca3e07ce5e54} <Debug> DynamicQueryHandler: Done processing query | ||
3625 | 2024.07.25 02:10:37.357427 [ 3 ] {52fb7286-e469-48f5-bb1e-ca3e07ce5e54} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3626 | 2024.07.25 02:10:37.357444 [ 3 ] {} <Debug> HTTP-Session: 13e0fe9e-17e0-43b9-aea9-14c2363553a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3627 | 2024.07.25 02:10:37.357576 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 12377, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3628 | 2024.07.25 02:10:37.357628 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3629 | 2024.07.25 02:10:37.357647 [ 3 ] {} <Debug> HTTP-Session: 699f784d-1b63-43d3-9ea2-5f76fd7c154e Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
3630 | 2024.07.25 02:10:37.357664 [ 3 ] {} <Debug> HTTP-Session: 699f784d-1b63-43d3-9ea2-5f76fd7c154e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3631 | 2024.07.25 02:10:37.357678 [ 3 ] {} <Debug> HTTP-Session: 699f784d-1b63-43d3-9ea2-5f76fd7c154e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3632 | 2024.07.25 02:10:37.357710 [ 3 ] {} <Trace> HTTP-Session: 699f784d-1b63-43d3-9ea2-5f76fd7c154e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3633 | 2024.07.25 02:10:37.357831 [ 3 ] {178fbf1e-08a5-4e1e-b385-89e8fd8f0093} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3634 | 2024.07.25 02:10:37.357875 [ 3 ] {178fbf1e-08a5-4e1e-b385-89e8fd8f0093} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3635 | 2024.07.25 02:10:37.357998 [ 3 ] {178fbf1e-08a5-4e1e-b385-89e8fd8f0093} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3636 | 2024.07.25 02:10:37.358347 [ 3 ] {178fbf1e-08a5-4e1e-b385-89e8fd8f0093} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3637 | 2024.07.25 02:10:37.358383 [ 3 ] {178fbf1e-08a5-4e1e-b385-89e8fd8f0093} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
3638 | 2024.07.25 02:10:37.358699 [ 3 ] {178fbf1e-08a5-4e1e-b385-89e8fd8f0093} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3639 | 2024.07.25 02:10:37.359011 [ 3 ] {178fbf1e-08a5-4e1e-b385-89e8fd8f0093} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3640 | 2024.07.25 02:10:37.359136 [ 3 ] {178fbf1e-08a5-4e1e-b385-89e8fd8f0093} <Debug> executeQuery: Read 86 rows, 7.13 KiB in 0.001348 sec., 63798.219584569735 rows/sec., 5.16 MiB/sec. | ||
3641 | 2024.07.25 02:10:37.359137 [ 23 ] {} <Debug> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3642 | 2024.07.25 02:10:37.359199 [ 23 ] {} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3643 | 2024.07.25 02:10:37.359239 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
3644 | 2024.07.25 02:10:37.359308 [ 3 ] {178fbf1e-08a5-4e1e-b385-89e8fd8f0093} <Debug> DynamicQueryHandler: Done processing query | ||
3645 | 2024.07.25 02:10:37.359336 [ 3 ] {178fbf1e-08a5-4e1e-b385-89e8fd8f0093} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
3646 | 2024.07.25 02:10:37.359346 [ 189 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::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 | ||
3647 | 2024.07.25 02:10:37.359356 [ 3 ] {} <Debug> HTTP-Session: 699f784d-1b63-43d3-9ea2-5f76fd7c154e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3648 | 2024.07.25 02:10:37.359466 [ 189 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3649 | 2024.07.25 02:10:37.359501 [ 189 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 263 rows starting from the beginning of the part | ||
3650 | 2024.07.25 02:10:37.359514 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 12574, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3651 | 2024.07.25 02:10:37.359578 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3652 | 2024.07.25 02:10:37.359586 [ 189 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 123 rows starting from the beginning of the part | ||
3653 | 2024.07.25 02:10:37.359672 [ 3 ] {} <Debug> HTTP-Session: a77291eb-7ffc-41d2-963a-1929df46cc5b Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
3654 | 2024.07.25 02:10:37.359742 [ 3 ] {} <Debug> HTTP-Session: a77291eb-7ffc-41d2-963a-1929df46cc5b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3655 | 2024.07.25 02:10:37.359848 [ 3 ] {} <Debug> HTTP-Session: a77291eb-7ffc-41d2-963a-1929df46cc5b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3656 | 2024.07.25 02:10:37.359963 [ 189 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 234 rows starting from the beginning of the part | ||
3657 | 2024.07.25 02:10:37.359994 [ 3 ] {} <Trace> HTTP-Session: a77291eb-7ffc-41d2-963a-1929df46cc5b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3658 | 2024.07.25 02:10:37.360255 [ 189 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 86 rows starting from the beginning of the part | ||
3659 | 2024.07.25 02:10:37.360406 [ 3 ] {21acef27-f4d1-404e-a4e7-f53f9669fde1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3660 | 2024.07.25 02:10:37.360585 [ 3 ] {21acef27-f4d1-404e-a4e7-f53f9669fde1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3661 | 2024.07.25 02:10:37.360583 [ 189 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 230 rows starting from the beginning of the part | ||
3662 | 2024.07.25 02:10:37.360913 [ 189 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 86 rows starting from the beginning of the part | ||
3663 | 2024.07.25 02:10:37.361449 [ 3 ] {21acef27-f4d1-404e-a4e7-f53f9669fde1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3664 | 2024.07.25 02:10:37.362039 [ 3 ] {21acef27-f4d1-404e-a4e7-f53f9669fde1} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3665 | 2024.07.25 02:10:37.362078 [ 3 ] {21acef27-f4d1-404e-a4e7-f53f9669fde1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
3666 | 2024.07.25 02:10:37.362569 [ 3 ] {21acef27-f4d1-404e-a4e7-f53f9669fde1} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3667 | 2024.07.25 02:10:37.362929 [ 189 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1022 rows, containing 4 columns (4 merged, 0 gathered) in 0.003637176 sec., 280987.2274533869 rows/sec., 24.00 MiB/sec. | ||
3668 | 2024.07.25 02:10:37.363082 [ 189 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3669 | 2024.07.25 02:10:37.363165 [ 3 ] {21acef27-f4d1-404e-a4e7-f53f9669fde1} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3670 | 2024.07.25 02:10:37.363427 [ 3 ] {21acef27-f4d1-404e-a4e7-f53f9669fde1} <Debug> executeQuery: Read 74 rows, 5.92 KiB in 0.003172 sec., 23329.129886506937 rows/sec., 1.82 MiB/sec. | ||
3671 | 2024.07.25 02:10:37.363438 [ 25 ] {} <Debug> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3672 | 2024.07.25 02:10:37.363645 [ 25 ] {} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3673 | 2024.07.25 02:10:37.363725 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
3674 | 2024.07.25 02:10:37.363974 [ 3 ] {21acef27-f4d1-404e-a4e7-f53f9669fde1} <Debug> DynamicQueryHandler: Done processing query | ||
3675 | 2024.07.25 02:10:37.364002 [ 193 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::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 | ||
3676 | 2024.07.25 02:10:37.364019 [ 3 ] {21acef27-f4d1-404e-a4e7-f53f9669fde1} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
3677 | 2024.07.25 02:10:37.364045 [ 189 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_16_3} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3678 | 2024.07.25 02:10:37.364064 [ 3 ] {} <Debug> HTTP-Session: a77291eb-7ffc-41d2-963a-1929df46cc5b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3679 | 2024.07.25 02:10:37.364194 [ 189 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_16_3} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3680 | 2024.07.25 02:10:37.364210 [ 193 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3681 | 2024.07.25 02:10:37.364265 [ 193 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 435 rows starting from the beginning of the part | ||
3682 | 2024.07.25 02:10:37.364299 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 30572, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3683 | 2024.07.25 02:10:37.364305 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
3684 | 2024.07.25 02:10:37.364359 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3685 | 2024.07.25 02:10:37.364417 [ 3 ] {} <Debug> HTTP-Session: 598c7a23-220f-4456-9686-5e49a04d44c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
3686 | 2024.07.25 02:10:37.364454 [ 193 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 111 rows starting from the beginning of the part | ||
3687 | 2024.07.25 02:10:37.364500 [ 3 ] {} <Debug> HTTP-Session: 598c7a23-220f-4456-9686-5e49a04d44c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3688 | 2024.07.25 02:10:37.364552 [ 3 ] {} <Debug> HTTP-Session: 598c7a23-220f-4456-9686-5e49a04d44c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3689 | 2024.07.25 02:10:37.364764 [ 3 ] {} <Trace> HTTP-Session: 598c7a23-220f-4456-9686-5e49a04d44c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3690 | 2024.07.25 02:10:37.364816 [ 193 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 416 rows starting from the beginning of the part | ||
3691 | 2024.07.25 02:10:37.365019 [ 193 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 74 rows starting from the beginning of the part | ||
3692 | 2024.07.25 02:10:37.365159 [ 3 ] {01aa6666-0993-4d87-bdc8-ef60b4b71351} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3693 | 2024.07.25 02:10:37.365262 [ 193 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 405 rows starting from the beginning of the part | ||
3694 | 2024.07.25 02:10:37.365286 [ 3 ] {01aa6666-0993-4d87-bdc8-ef60b4b71351} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3695 | 2024.07.25 02:10:37.365531 [ 193 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 74 rows starting from the beginning of the part | ||
3696 | 2024.07.25 02:10:37.366064 [ 3 ] {01aa6666-0993-4d87-bdc8-ef60b4b71351} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3697 | 2024.07.25 02:10:37.366716 [ 3 ] {01aa6666-0993-4d87-bdc8-ef60b4b71351} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3698 | 2024.07.25 02:10:37.366760 [ 3 ] {01aa6666-0993-4d87-bdc8-ef60b4b71351} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
3699 | 2024.07.25 02:10:37.367323 [ 3 ] {01aa6666-0993-4d87-bdc8-ef60b4b71351} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3700 | 2024.07.25 02:10:37.367442 [ 196 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1515 rows, containing 4 columns (4 merged, 0 gathered) in 0.003526974 sec., 429546.6878973307 rows/sec., 31.00 MiB/sec. | ||
3701 | 2024.07.25 02:10:37.367868 [ 196 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3702 | 2024.07.25 02:10:37.368152 [ 3 ] {01aa6666-0993-4d87-bdc8-ef60b4b71351} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3703 | 2024.07.25 02:10:37.368643 [ 25 ] {} <Debug> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3704 | 2024.07.25 02:10:37.368758 [ 3 ] {01aa6666-0993-4d87-bdc8-ef60b4b71351} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003784 sec., 42283.29809725159 rows/sec., 2.94 MiB/sec. | ||
3705 | 2024.07.25 02:10:37.368768 [ 25 ] {} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3706 | 2024.07.25 02:10:37.368884 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
3707 | 2024.07.25 02:10:37.369392 [ 189 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::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 | ||
3708 | 2024.07.25 02:10:37.369454 [ 196 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_16_3} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3709 | 2024.07.25 02:10:37.369484 [ 3 ] {01aa6666-0993-4d87-bdc8-ef60b4b71351} <Debug> DynamicQueryHandler: Done processing query | ||
3710 | 2024.07.25 02:10:37.369563 [ 3 ] {01aa6666-0993-4d87-bdc8-ef60b4b71351} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3711 | 2024.07.25 02:10:37.369631 [ 3 ] {} <Debug> HTTP-Session: 598c7a23-220f-4456-9686-5e49a04d44c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3712 | 2024.07.25 02:10:37.369788 [ 196 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_16_3} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3713 | 2024.07.25 02:10:37.369807 [ 189 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3714 | 2024.07.25 02:10:37.369901 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 16024, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3715 | 2024.07.25 02:10:37.369941 [ 189 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1884 rows starting from the beginning of the part | ||
3716 | 2024.07.25 02:10:37.370060 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3717 | 2024.07.25 02:10:37.370077 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
3718 | 2024.07.25 02:10:37.370172 [ 3 ] {} <Debug> HTTP-Session: 954536cf-9c1e-40cf-ac13-2352213cc96a Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
3719 | 2024.07.25 02:10:37.370233 [ 189 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 197 rows starting from the beginning of the part | ||
3720 | 2024.07.25 02:10:37.370240 [ 3 ] {} <Debug> HTTP-Session: 954536cf-9c1e-40cf-ac13-2352213cc96a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3721 | 2024.07.25 02:10:37.370283 [ 3 ] {} <Debug> HTTP-Session: 954536cf-9c1e-40cf-ac13-2352213cc96a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3722 | 2024.07.25 02:10:37.370419 [ 3 ] {} <Trace> HTTP-Session: 954536cf-9c1e-40cf-ac13-2352213cc96a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3723 | 2024.07.25 02:10:37.370497 [ 189 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 164 rows starting from the beginning of the part | ||
3724 | 2024.07.25 02:10:37.370690 [ 189 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 160 rows starting from the beginning of the part | ||
3725 | 2024.07.25 02:10:37.370841 [ 3 ] {4e4f2dd9-c17e-4095-bf5d-75d5064f84a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3726 | 2024.07.25 02:10:37.370848 [ 189 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 160 rows starting from the beginning of the part | ||
3727 | 2024.07.25 02:10:37.371074 [ 3 ] {4e4f2dd9-c17e-4095-bf5d-75d5064f84a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
3728 | 2024.07.25 02:10:37.371079 [ 189 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 160 rows starting from the beginning of the part | ||
3729 | 2024.07.25 02:10:37.372159 [ 3 ] {4e4f2dd9-c17e-4095-bf5d-75d5064f84a2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3730 | 2024.07.25 02:10:37.373225 [ 3 ] {4e4f2dd9-c17e-4095-bf5d-75d5064f84a2} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3731 | 2024.07.25 02:10:37.373269 [ 3 ] {4e4f2dd9-c17e-4095-bf5d-75d5064f84a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
3732 | 2024.07.25 02:10:37.373729 [ 188 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2725 rows, containing 5 columns (5 merged, 0 gathered) in 0.004604211 sec., 591849.504725131 rows/sec., 41.26 MiB/sec. | ||
3733 | 2024.07.25 02:10:37.374226 [ 3 ] {4e4f2dd9-c17e-4095-bf5d-75d5064f84a2} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
3734 | 2024.07.25 02:10:37.374252 [ 188 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3735 | 2024.07.25 02:10:37.375412 [ 3 ] {4e4f2dd9-c17e-4095-bf5d-75d5064f84a2} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3736 | 2024.07.25 02:10:37.375435 [ 188 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3737 | 2024.07.25 02:10:37.375629 [ 188 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3738 | 2024.07.25 02:10:37.375877 [ 3 ] {4e4f2dd9-c17e-4095-bf5d-75d5064f84a2} <Debug> executeQuery: Read 10 rows, 18.35 KiB in 0.005173 sec., 1933.1142470520008 rows/sec., 3.46 MiB/sec. | ||
3739 | 2024.07.25 02:10:37.375917 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB. | ||
3740 | 2024.07.25 02:10:37.376359 [ 3 ] {4e4f2dd9-c17e-4095-bf5d-75d5064f84a2} <Debug> DynamicQueryHandler: Done processing query | ||
3741 | 2024.07.25 02:10:37.376389 [ 3 ] {4e4f2dd9-c17e-4095-bf5d-75d5064f84a2} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
3742 | 2024.07.25 02:10:37.376407 [ 3 ] {} <Debug> HTTP-Session: 954536cf-9c1e-40cf-ac13-2352213cc96a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3743 | 2024.07.25 02:10:37.376527 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3744 | 2024.07.25 02:10:37.376576 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3745 | 2024.07.25 02:10:37.376596 [ 3 ] {} <Debug> HTTP-Session: 2a5d1819-bc6c-4c43-a423-87e267273d7a Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
3746 | 2024.07.25 02:10:37.376613 [ 3 ] {} <Debug> HTTP-Session: 2a5d1819-bc6c-4c43-a423-87e267273d7a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3747 | 2024.07.25 02:10:37.376626 [ 3 ] {} <Debug> HTTP-Session: 2a5d1819-bc6c-4c43-a423-87e267273d7a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3748 | 2024.07.25 02:10:37.376658 [ 3 ] {} <Trace> HTTP-Session: 2a5d1819-bc6c-4c43-a423-87e267273d7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3749 | 2024.07.25 02:10:37.376791 [ 3 ] {7adbc34e-1498-4111-8aeb-2ac9dbc4ad74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3750 | 2024.07.25 02:10:37.376836 [ 3 ] {7adbc34e-1498-4111-8aeb-2ac9dbc4ad74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3751 | 2024.07.25 02:10:37.376978 [ 3 ] {7adbc34e-1498-4111-8aeb-2ac9dbc4ad74} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3752 | 2024.07.25 02:10:37.377297 [ 3 ] {7adbc34e-1498-4111-8aeb-2ac9dbc4ad74} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3753 | 2024.07.25 02:10:37.377337 [ 3 ] {7adbc34e-1498-4111-8aeb-2ac9dbc4ad74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
3754 | 2024.07.25 02:10:37.377983 [ 3 ] {7adbc34e-1498-4111-8aeb-2ac9dbc4ad74} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3755 | 2024.07.25 02:10:37.378322 [ 3 ] {7adbc34e-1498-4111-8aeb-2ac9dbc4ad74} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3756 | 2024.07.25 02:10:37.378484 [ 25 ] {} <Debug> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3757 | 2024.07.25 02:10:37.378493 [ 3 ] {7adbc34e-1498-4111-8aeb-2ac9dbc4ad74} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00175 sec., 34285.71428571428 rows/sec., 2.31 MiB/sec. | ||
3758 | 2024.07.25 02:10:37.378548 [ 25 ] {} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3759 | 2024.07.25 02:10:37.378613 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
3760 | 2024.07.25 02:10:37.378807 [ 188 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::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 | ||
3761 | 2024.07.25 02:10:37.378867 [ 3 ] {7adbc34e-1498-4111-8aeb-2ac9dbc4ad74} <Debug> DynamicQueryHandler: Done processing query | ||
3762 | 2024.07.25 02:10:37.378914 [ 3 ] {7adbc34e-1498-4111-8aeb-2ac9dbc4ad74} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3763 | 2024.07.25 02:10:37.378967 [ 3 ] {} <Debug> HTTP-Session: 2a5d1819-bc6c-4c43-a423-87e267273d7a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3764 | 2024.07.25 02:10:37.379047 [ 188 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3765 | 2024.07.25 02:10:37.379086 [ 188 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 636 rows starting from the beginning of the part | ||
3766 | 2024.07.25 02:10:37.379202 [ 188 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 60 rows starting from the beginning of the part | ||
3767 | 2024.07.25 02:10:37.379387 [ 188 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 60 rows starting from the beginning of the part | ||
3768 | 2024.07.25 02:10:37.379604 [ 188 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 60 rows starting from the beginning of the part | ||
3769 | 2024.07.25 02:10:37.379785 [ 188 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 60 rows starting from the beginning of the part | ||
3770 | 2024.07.25 02:10:37.379945 [ 188 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 60 rows starting from the beginning of the part | ||
3771 | 2024.07.25 02:10:37.381151 [ 195 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 936 rows, containing 4 columns (4 merged, 0 gathered) in 0.002444738 sec., 382863.1125298498 rows/sec., 25.81 MiB/sec. | ||
3772 | 2024.07.25 02:10:37.381310 [ 188 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3773 | 2024.07.25 02:10:37.381677 [ 188 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_16_3} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3774 | 2024.07.25 02:10:37.381750 [ 188 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_16_3} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3775 | 2024.07.25 02:10:37.381817 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
3776 | 2024.07.25 02:10:42.360875 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 4045, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3777 | 2024.07.25 02:10:42.361011 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3778 | 2024.07.25 02:10:42.361040 [ 3 ] {} <Debug> HTTP-Session: 9b132a9c-02dd-49e8-b4ef-63b88680f849 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
3779 | 2024.07.25 02:10:42.361069 [ 3 ] {} <Debug> HTTP-Session: 9b132a9c-02dd-49e8-b4ef-63b88680f849 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3780 | 2024.07.25 02:10:42.361086 [ 3 ] {} <Debug> HTTP-Session: 9b132a9c-02dd-49e8-b4ef-63b88680f849 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3781 | 2024.07.25 02:10:42.361142 [ 3 ] {} <Trace> HTTP-Session: 9b132a9c-02dd-49e8-b4ef-63b88680f849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3782 | 2024.07.25 02:10:42.361332 [ 3 ] {ea051bfa-4cc9-45a8-beea-3fff3404c8a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3783 | 2024.07.25 02:10:42.361396 [ 3 ] {ea051bfa-4cc9-45a8-beea-3fff3404c8a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3784 | 2024.07.25 02:10:42.361581 [ 3 ] {ea051bfa-4cc9-45a8-beea-3fff3404c8a4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3785 | 2024.07.25 02:10:42.362056 [ 3 ] {ea051bfa-4cc9-45a8-beea-3fff3404c8a4} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3786 | 2024.07.25 02:10:42.362097 [ 3 ] {ea051bfa-4cc9-45a8-beea-3fff3404c8a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
3787 | 2024.07.25 02:10:42.362482 [ 3 ] {ea051bfa-4cc9-45a8-beea-3fff3404c8a4} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
3788 | 2024.07.25 02:10:42.362818 [ 3 ] {ea051bfa-4cc9-45a8-beea-3fff3404c8a4} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3789 | 2024.07.25 02:10:42.362962 [ 3 ] {ea051bfa-4cc9-45a8-beea-3fff3404c8a4} <Debug> executeQuery: Read 29 rows, 2.20 KiB in 0.001689 sec., 17169.923031379516 rows/sec., 1.27 MiB/sec. | ||
3790 | 2024.07.25 02:10:42.362968 [ 75 ] {} <Debug> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
3791 | 2024.07.25 02:10:42.363035 [ 75 ] {} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3792 | 2024.07.25 02:10:42.363077 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
3793 | 2024.07.25 02:10:42.363185 [ 3 ] {ea051bfa-4cc9-45a8-beea-3fff3404c8a4} <Debug> DynamicQueryHandler: Done processing query | ||
3794 | 2024.07.25 02:10:42.363199 [ 189 ] {f624f877-7484-40f8-bba3-5af105c2972a::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 | ||
3795 | 2024.07.25 02:10:42.363216 [ 3 ] {ea051bfa-4cc9-45a8-beea-3fff3404c8a4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3796 | 2024.07.25 02:10:42.363242 [ 3 ] {} <Debug> HTTP-Session: 9b132a9c-02dd-49e8-b4ef-63b88680f849 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3797 | 2024.07.25 02:10:42.363316 [ 189 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3798 | 2024.07.25 02:10:42.363365 [ 189 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 38 rows starting from the beginning of the part | ||
3799 | 2024.07.25 02:10:42.363427 [ 189 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 29 rows starting from the beginning of the part | ||
3800 | 2024.07.25 02:10:42.363661 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 34730, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3801 | 2024.07.25 02:10:42.363711 [ 189 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 10 rows starting from the beginning of the part | ||
3802 | 2024.07.25 02:10:42.363901 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3803 | 2024.07.25 02:10:42.364125 [ 3 ] {} <Debug> HTTP-Session: ed543338-0b28-46c0-8de3-b0afb3aff3e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
3804 | 2024.07.25 02:10:42.364182 [ 189 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 29 rows starting from the beginning of the part | ||
3805 | 2024.07.25 02:10:42.364203 [ 3 ] {} <Debug> HTTP-Session: ed543338-0b28-46c0-8de3-b0afb3aff3e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3806 | 2024.07.25 02:10:42.364260 [ 3 ] {} <Debug> HTTP-Session: ed543338-0b28-46c0-8de3-b0afb3aff3e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3807 | 2024.07.25 02:10:42.364409 [ 189 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 10 rows starting from the beginning of the part | ||
3808 | 2024.07.25 02:10:42.364427 [ 3 ] {} <Trace> HTTP-Session: ed543338-0b28-46c0-8de3-b0afb3aff3e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3809 | 2024.07.25 02:10:42.364540 [ 189 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 29 rows starting from the beginning of the part | ||
3810 | 2024.07.25 02:10:42.364765 [ 3 ] {63e15d16-f23b-4175-a5ec-aed3f20ecb38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3811 | 2024.07.25 02:10:42.364899 [ 3 ] {63e15d16-f23b-4175-a5ec-aed3f20ecb38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3812 | 2024.07.25 02:10:42.365203 [ 3 ] {63e15d16-f23b-4175-a5ec-aed3f20ecb38} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3813 | 2024.07.25 02:10:42.366056 [ 3 ] {63e15d16-f23b-4175-a5ec-aed3f20ecb38} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3814 | 2024.07.25 02:10:42.366124 [ 3 ] {63e15d16-f23b-4175-a5ec-aed3f20ecb38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
3815 | 2024.07.25 02:10:42.366260 [ 188 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 145 rows, containing 4 columns (4 merged, 0 gathered) in 0.003111428 sec., 46602.396070228846 rows/sec., 3.50 MiB/sec. | ||
3816 | 2024.07.25 02:10:42.366561 [ 191 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
3817 | 2024.07.25 02:10:42.366723 [ 3 ] {63e15d16-f23b-4175-a5ec-aed3f20ecb38} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3818 | 2024.07.25 02:10:42.367670 [ 191 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_11_2} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3819 | 2024.07.25 02:10:42.367692 [ 3 ] {63e15d16-f23b-4175-a5ec-aed3f20ecb38} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3820 | 2024.07.25 02:10:42.368020 [ 191 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_11_2} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
3821 | 2024.07.25 02:10:42.368073 [ 3 ] {63e15d16-f23b-4175-a5ec-aed3f20ecb38} <Debug> executeQuery: Read 230 rows, 20.76 KiB in 0.003486 sec., 65978.198508319 rows/sec., 5.82 MiB/sec. | ||
3822 | 2024.07.25 02:10:42.368353 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
3823 | 2024.07.25 02:10:42.368528 [ 3 ] {63e15d16-f23b-4175-a5ec-aed3f20ecb38} <Debug> DynamicQueryHandler: Done processing query | ||
3824 | 2024.07.25 02:10:42.368565 [ 3 ] {63e15d16-f23b-4175-a5ec-aed3f20ecb38} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
3825 | 2024.07.25 02:10:42.368585 [ 3 ] {} <Debug> HTTP-Session: ed543338-0b28-46c0-8de3-b0afb3aff3e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3826 | 2024.07.25 02:10:42.368872 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 65459, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3827 | 2024.07.25 02:10:42.368940 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3828 | 2024.07.25 02:10:42.368964 [ 3 ] {} <Debug> HTTP-Session: 4e6aa788-5793-445e-8715-f8917aa55d0c Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
3829 | 2024.07.25 02:10:42.368987 [ 3 ] {} <Debug> HTTP-Session: 4e6aa788-5793-445e-8715-f8917aa55d0c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3830 | 2024.07.25 02:10:42.369007 [ 3 ] {} <Debug> HTTP-Session: 4e6aa788-5793-445e-8715-f8917aa55d0c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3831 | 2024.07.25 02:10:42.369054 [ 3 ] {} <Trace> HTTP-Session: 4e6aa788-5793-445e-8715-f8917aa55d0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3832 | 2024.07.25 02:10:42.369442 [ 3 ] {6bdd2462-2f05-414e-891d-ce8b18dfed96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3833 | 2024.07.25 02:10:42.369495 [ 3 ] {6bdd2462-2f05-414e-891d-ce8b18dfed96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3834 | 2024.07.25 02:10:42.369639 [ 3 ] {6bdd2462-2f05-414e-891d-ce8b18dfed96} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3835 | 2024.07.25 02:10:42.370226 [ 3 ] {6bdd2462-2f05-414e-891d-ce8b18dfed96} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3836 | 2024.07.25 02:10:42.370264 [ 3 ] {6bdd2462-2f05-414e-891d-ce8b18dfed96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
3837 | 2024.07.25 02:10:42.370618 [ 3 ] {6bdd2462-2f05-414e-891d-ce8b18dfed96} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3838 | 2024.07.25 02:10:42.370945 [ 3 ] {6bdd2462-2f05-414e-891d-ce8b18dfed96} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3839 | 2024.07.25 02:10:42.371078 [ 3 ] {6bdd2462-2f05-414e-891d-ce8b18dfed96} <Debug> executeQuery: Read 405 rows, 29.32 KiB in 0.001863 sec., 217391.30434782608 rows/sec., 15.37 MiB/sec. | ||
3840 | 2024.07.25 02:10:42.371349 [ 3 ] {6bdd2462-2f05-414e-891d-ce8b18dfed96} <Debug> DynamicQueryHandler: Done processing query | ||
3841 | 2024.07.25 02:10:42.371376 [ 3 ] {6bdd2462-2f05-414e-891d-ce8b18dfed96} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
3842 | 2024.07.25 02:10:42.371396 [ 3 ] {} <Debug> HTTP-Session: 4e6aa788-5793-445e-8715-f8917aa55d0c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3843 | 2024.07.25 02:10:42.371515 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3844 | 2024.07.25 02:10:42.371564 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3845 | 2024.07.25 02:10:42.371582 [ 3 ] {} <Debug> HTTP-Session: 88428a37-3055-4d15-90bf-75ba5d428592 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
3846 | 2024.07.25 02:10:42.371603 [ 3 ] {} <Debug> HTTP-Session: 88428a37-3055-4d15-90bf-75ba5d428592 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3847 | 2024.07.25 02:10:42.371617 [ 3 ] {} <Debug> HTTP-Session: 88428a37-3055-4d15-90bf-75ba5d428592 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3848 | 2024.07.25 02:10:42.371648 [ 3 ] {} <Trace> HTTP-Session: 88428a37-3055-4d15-90bf-75ba5d428592 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3849 | 2024.07.25 02:10:42.371750 [ 3 ] {d47b7d1c-202d-45b7-94b6-d1cdb19ca27a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
3850 | 2024.07.25 02:10:42.371796 [ 3 ] {d47b7d1c-202d-45b7-94b6-d1cdb19ca27a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
3851 | 2024.07.25 02:10:42.371963 [ 3 ] {d47b7d1c-202d-45b7-94b6-d1cdb19ca27a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3852 | 2024.07.25 02:10:42.372380 [ 3 ] {d47b7d1c-202d-45b7-94b6-d1cdb19ca27a} <Trace> oximeter.measurements_bool (8163702d-f428-4b08-bb37-b5af976016c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3853 | 2024.07.25 02:10:42.372417 [ 3 ] {d47b7d1c-202d-45b7-94b6-d1cdb19ca27a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
3854 | 2024.07.25 02:10:42.372772 [ 3 ] {d47b7d1c-202d-45b7-94b6-d1cdb19ca27a} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
3855 | 2024.07.25 02:10:42.373107 [ 3 ] {d47b7d1c-202d-45b7-94b6-d1cdb19ca27a} <Trace> oximeter.measurements_bool (8163702d-f428-4b08-bb37-b5af976016c8): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3856 | 2024.07.25 02:10:42.373234 [ 3 ] {d47b7d1c-202d-45b7-94b6-d1cdb19ca27a} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001509 sec., 3976.1431411530816 rows/sec., 170.85 KiB/sec. | ||
3857 | 2024.07.25 02:10:42.373397 [ 3 ] {d47b7d1c-202d-45b7-94b6-d1cdb19ca27a} <Debug> DynamicQueryHandler: Done processing query | ||
3858 | 2024.07.25 02:10:42.373422 [ 3 ] {d47b7d1c-202d-45b7-94b6-d1cdb19ca27a} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
3859 | 2024.07.25 02:10:42.373437 [ 3 ] {} <Debug> HTTP-Session: 88428a37-3055-4d15-90bf-75ba5d428592 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3860 | 2024.07.25 02:10:42.373554 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 14082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3861 | 2024.07.25 02:10:42.373603 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3862 | 2024.07.25 02:10:42.373621 [ 3 ] {} <Debug> HTTP-Session: 90bdea62-e2ee-4bb9-9001-bb64e4af4876 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
3863 | 2024.07.25 02:10:42.373637 [ 3 ] {} <Debug> HTTP-Session: 90bdea62-e2ee-4bb9-9001-bb64e4af4876 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3864 | 2024.07.25 02:10:42.373652 [ 3 ] {} <Debug> HTTP-Session: 90bdea62-e2ee-4bb9-9001-bb64e4af4876 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3865 | 2024.07.25 02:10:42.373682 [ 3 ] {} <Trace> HTTP-Session: 90bdea62-e2ee-4bb9-9001-bb64e4af4876 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3866 | 2024.07.25 02:10:42.373804 [ 3 ] {72d80e22-c9bb-4610-a893-38f5a2e60107} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
3867 | 2024.07.25 02:10:42.373851 [ 3 ] {72d80e22-c9bb-4610-a893-38f5a2e60107} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
3868 | 2024.07.25 02:10:42.374000 [ 3 ] {72d80e22-c9bb-4610-a893-38f5a2e60107} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3869 | 2024.07.25 02:10:42.374400 [ 3 ] {72d80e22-c9bb-4610-a893-38f5a2e60107} <Trace> oximeter.measurements_cumulativei64 (ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3870 | 2024.07.25 02:10:42.374438 [ 3 ] {72d80e22-c9bb-4610-a893-38f5a2e60107} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
3871 | 2024.07.25 02:10:42.374802 [ 3 ] {72d80e22-c9bb-4610-a893-38f5a2e60107} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
3872 | 2024.07.25 02:10:42.375203 [ 3 ] {72d80e22-c9bb-4610-a893-38f5a2e60107} <Trace> oximeter.measurements_cumulativei64 (ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3873 | 2024.07.25 02:10:42.375330 [ 3 ] {72d80e22-c9bb-4610-a893-38f5a2e60107} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001575 sec., 48888.88888888889 rows/sec., 3.01 MiB/sec. | ||
3874 | 2024.07.25 02:10:42.375607 [ 3 ] {72d80e22-c9bb-4610-a893-38f5a2e60107} <Debug> DynamicQueryHandler: Done processing query | ||
3875 | 2024.07.25 02:10:42.375632 [ 3 ] {72d80e22-c9bb-4610-a893-38f5a2e60107} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3876 | 2024.07.25 02:10:42.375648 [ 3 ] {} <Debug> HTTP-Session: 90bdea62-e2ee-4bb9-9001-bb64e4af4876 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3877 | 2024.07.25 02:10:42.375800 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 30574, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3878 | 2024.07.25 02:10:42.375850 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3879 | 2024.07.25 02:10:42.375870 [ 3 ] {} <Debug> HTTP-Session: f39ff383-d6b7-4aea-b214-699645681126 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
3880 | 2024.07.25 02:10:42.375886 [ 3 ] {} <Debug> HTTP-Session: f39ff383-d6b7-4aea-b214-699645681126 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3881 | 2024.07.25 02:10:42.375901 [ 3 ] {} <Debug> HTTP-Session: f39ff383-d6b7-4aea-b214-699645681126 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3882 | 2024.07.25 02:10:42.375931 [ 3 ] {} <Trace> HTTP-Session: f39ff383-d6b7-4aea-b214-699645681126 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3883 | 2024.07.25 02:10:42.376095 [ 3 ] {bed3d8bd-7382-4227-a04f-e98b23ac542a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3884 | 2024.07.25 02:10:42.376141 [ 3 ] {bed3d8bd-7382-4227-a04f-e98b23ac542a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3885 | 2024.07.25 02:10:42.376300 [ 3 ] {bed3d8bd-7382-4227-a04f-e98b23ac542a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3886 | 2024.07.25 02:10:42.376701 [ 3 ] {bed3d8bd-7382-4227-a04f-e98b23ac542a} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3887 | 2024.07.25 02:10:42.376738 [ 3 ] {bed3d8bd-7382-4227-a04f-e98b23ac542a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
3888 | 2024.07.25 02:10:42.377105 [ 3 ] {bed3d8bd-7382-4227-a04f-e98b23ac542a} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3889 | 2024.07.25 02:10:42.377457 [ 3 ] {bed3d8bd-7382-4227-a04f-e98b23ac542a} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3890 | 2024.07.25 02:10:42.377582 [ 3 ] {bed3d8bd-7382-4227-a04f-e98b23ac542a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001574 sec., 101651.84243964421 rows/sec., 7.08 MiB/sec. | ||
3891 | 2024.07.25 02:10:42.377756 [ 3 ] {bed3d8bd-7382-4227-a04f-e98b23ac542a} <Debug> DynamicQueryHandler: Done processing query | ||
3892 | 2024.07.25 02:10:42.377782 [ 3 ] {bed3d8bd-7382-4227-a04f-e98b23ac542a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3893 | 2024.07.25 02:10:42.377798 [ 3 ] {} <Debug> HTTP-Session: f39ff383-d6b7-4aea-b214-699645681126 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3894 | 2024.07.25 02:10:42.377986 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 36827, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3895 | 2024.07.25 02:10:42.378045 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3896 | 2024.07.25 02:10:42.378068 [ 3 ] {} <Debug> HTTP-Session: dc5ec5c5-6b83-4c51-9a49-867d04a3d99b Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
3897 | 2024.07.25 02:10:42.378087 [ 3 ] {} <Debug> HTTP-Session: dc5ec5c5-6b83-4c51-9a49-867d04a3d99b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3898 | 2024.07.25 02:10:42.378102 [ 3 ] {} <Debug> HTTP-Session: dc5ec5c5-6b83-4c51-9a49-867d04a3d99b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3899 | 2024.07.25 02:10:42.378133 [ 3 ] {} <Trace> HTTP-Session: dc5ec5c5-6b83-4c51-9a49-867d04a3d99b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3900 | 2024.07.25 02:10:42.378392 [ 3 ] {25b6cf14-ee94-4a6c-87e5-349722da80f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3901 | 2024.07.25 02:10:42.378455 [ 3 ] {25b6cf14-ee94-4a6c-87e5-349722da80f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
3902 | 2024.07.25 02:10:42.378848 [ 3 ] {25b6cf14-ee94-4a6c-87e5-349722da80f2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3903 | 2024.07.25 02:10:42.379492 [ 3 ] {25b6cf14-ee94-4a6c-87e5-349722da80f2} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3904 | 2024.07.25 02:10:42.379529 [ 3 ] {25b6cf14-ee94-4a6c-87e5-349722da80f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
3905 | 2024.07.25 02:10:42.380137 [ 3 ] {25b6cf14-ee94-4a6c-87e5-349722da80f2} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
3906 | 2024.07.25 02:10:42.380619 [ 3 ] {25b6cf14-ee94-4a6c-87e5-349722da80f2} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3907 | 2024.07.25 02:10:42.380788 [ 3 ] {25b6cf14-ee94-4a6c-87e5-349722da80f2} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002574 sec., 8935.508935508937 rows/sec., 16.01 MiB/sec. | ||
3908 | 2024.07.25 02:10:42.381008 [ 3 ] {25b6cf14-ee94-4a6c-87e5-349722da80f2} <Debug> DynamicQueryHandler: Done processing query | ||
3909 | 2024.07.25 02:10:42.381040 [ 3 ] {25b6cf14-ee94-4a6c-87e5-349722da80f2} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
3910 | 2024.07.25 02:10:42.381057 [ 3 ] {} <Debug> HTTP-Session: dc5ec5c5-6b83-4c51-9a49-867d04a3d99b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3911 | 2024.07.25 02:10:42.381173 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 3211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3912 | 2024.07.25 02:10:42.381222 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3913 | 2024.07.25 02:10:42.381242 [ 3 ] {} <Debug> HTTP-Session: ad40b9bb-be4d-48d4-871e-84217274e3c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
3914 | 2024.07.25 02:10:42.381258 [ 3 ] {} <Debug> HTTP-Session: ad40b9bb-be4d-48d4-871e-84217274e3c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3915 | 2024.07.25 02:10:42.381271 [ 3 ] {} <Debug> HTTP-Session: ad40b9bb-be4d-48d4-871e-84217274e3c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3916 | 2024.07.25 02:10:42.381303 [ 3 ] {} <Trace> HTTP-Session: ad40b9bb-be4d-48d4-871e-84217274e3c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3917 | 2024.07.25 02:10:42.381404 [ 3 ] {97db409e-7259-486e-b172-1696d463d8f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
3918 | 2024.07.25 02:10:42.381448 [ 3 ] {97db409e-7259-486e-b172-1696d463d8f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
3919 | 2024.07.25 02:10:42.381579 [ 3 ] {97db409e-7259-486e-b172-1696d463d8f1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3920 | 2024.07.25 02:10:42.381864 [ 3 ] {97db409e-7259-486e-b172-1696d463d8f1} <Trace> oximeter.measurements_i64 (4af3948b-7ee8-4a0a-bff7-9db9837b5273): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3921 | 2024.07.25 02:10:42.381899 [ 3 ] {97db409e-7259-486e-b172-1696d463d8f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
3922 | 2024.07.25 02:10:42.382263 [ 3 ] {97db409e-7259-486e-b172-1696d463d8f1} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
3923 | 2024.07.25 02:10:42.382592 [ 3 ] {97db409e-7259-486e-b172-1696d463d8f1} <Trace> oximeter.measurements_i64 (4af3948b-7ee8-4a0a-bff7-9db9837b5273): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3924 | 2024.07.25 02:10:42.382722 [ 3 ] {97db409e-7259-486e-b172-1696d463d8f1} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001344 sec., 17113.09523809524 rows/sec., 925.70 KiB/sec. | ||
3925 | 2024.07.25 02:10:42.382953 [ 3 ] {97db409e-7259-486e-b172-1696d463d8f1} <Debug> DynamicQueryHandler: Done processing query | ||
3926 | 2024.07.25 02:10:42.382984 [ 3 ] {97db409e-7259-486e-b172-1696d463d8f1} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
3927 | 2024.07.25 02:10:42.383006 [ 3 ] {} <Debug> HTTP-Session: ad40b9bb-be4d-48d4-871e-84217274e3c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3928 | 2024.07.25 02:10:42.383180 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3929 | 2024.07.25 02:10:42.383247 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3930 | 2024.07.25 02:10:42.383274 [ 3 ] {} <Debug> HTTP-Session: 63deb5bc-44ff-4028-afab-7b6f3e4e4298 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
3931 | 2024.07.25 02:10:42.383297 [ 3 ] {} <Debug> HTTP-Session: 63deb5bc-44ff-4028-afab-7b6f3e4e4298 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3932 | 2024.07.25 02:10:42.383317 [ 3 ] {} <Debug> HTTP-Session: 63deb5bc-44ff-4028-afab-7b6f3e4e4298 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3933 | 2024.07.25 02:10:42.383357 [ 3 ] {} <Trace> HTTP-Session: 63deb5bc-44ff-4028-afab-7b6f3e4e4298 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3934 | 2024.07.25 02:10:42.383499 [ 3 ] {7b25898a-3947-49e8-b042-4b491273ae76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3935 | 2024.07.25 02:10:42.383541 [ 3 ] {7b25898a-3947-49e8-b042-4b491273ae76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3936 | 2024.07.25 02:10:42.383660 [ 3 ] {7b25898a-3947-49e8-b042-4b491273ae76} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3937 | 2024.07.25 02:10:42.383983 [ 3 ] {7b25898a-3947-49e8-b042-4b491273ae76} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3938 | 2024.07.25 02:10:42.384017 [ 3 ] {7b25898a-3947-49e8-b042-4b491273ae76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
3939 | 2024.07.25 02:10:42.384419 [ 3 ] {7b25898a-3947-49e8-b042-4b491273ae76} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3940 | 2024.07.25 02:10:42.384754 [ 3 ] {7b25898a-3947-49e8-b042-4b491273ae76} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3941 | 2024.07.25 02:10:42.384899 [ 3 ] {7b25898a-3947-49e8-b042-4b491273ae76} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001444 sec., 41551.246537396124 rows/sec., 2.80 MiB/sec. | ||
3942 | 2024.07.25 02:10:42.385227 [ 3 ] {7b25898a-3947-49e8-b042-4b491273ae76} <Debug> DynamicQueryHandler: Done processing query | ||
3943 | 2024.07.25 02:10:42.385254 [ 3 ] {7b25898a-3947-49e8-b042-4b491273ae76} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3944 | 2024.07.25 02:10:42.385270 [ 3 ] {} <Debug> HTTP-Session: 63deb5bc-44ff-4028-afab-7b6f3e4e4298 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3945 | 2024.07.25 02:10:47.356886 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 1489, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3946 | 2024.07.25 02:10:47.357001 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3947 | 2024.07.25 02:10:47.357026 [ 3 ] {} <Debug> HTTP-Session: 71eb9e42-4647-4285-85bc-c1e9e766434f Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
3948 | 2024.07.25 02:10:47.357048 [ 3 ] {} <Debug> HTTP-Session: 71eb9e42-4647-4285-85bc-c1e9e766434f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3949 | 2024.07.25 02:10:47.357061 [ 3 ] {} <Debug> HTTP-Session: 71eb9e42-4647-4285-85bc-c1e9e766434f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3950 | 2024.07.25 02:10:47.357108 [ 3 ] {} <Trace> HTTP-Session: 71eb9e42-4647-4285-85bc-c1e9e766434f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3951 | 2024.07.25 02:10:47.357273 [ 3 ] {ab67205f-ba0e-470f-91dd-82ea51c167df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3952 | 2024.07.25 02:10:47.357341 [ 3 ] {ab67205f-ba0e-470f-91dd-82ea51c167df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3953 | 2024.07.25 02:10:47.357601 [ 3 ] {ab67205f-ba0e-470f-91dd-82ea51c167df} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3954 | 2024.07.25 02:10:47.358072 [ 3 ] {ab67205f-ba0e-470f-91dd-82ea51c167df} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3955 | 2024.07.25 02:10:47.358119 [ 3 ] {ab67205f-ba0e-470f-91dd-82ea51c167df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
3956 | 2024.07.25 02:10:47.358497 [ 3 ] {ab67205f-ba0e-470f-91dd-82ea51c167df} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
3957 | 2024.07.25 02:10:47.358845 [ 3 ] {ab67205f-ba0e-470f-91dd-82ea51c167df} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3958 | 2024.07.25 02:10:47.358987 [ 3 ] {ab67205f-ba0e-470f-91dd-82ea51c167df} <Debug> executeQuery: Read 10 rows, 830.00 B in 0.001712 sec., 5841.121495327103 rows/sec., 473.45 KiB/sec. | ||
3959 | 2024.07.25 02:10:47.359240 [ 3 ] {ab67205f-ba0e-470f-91dd-82ea51c167df} <Debug> DynamicQueryHandler: Done processing query | ||
3960 | 2024.07.25 02:10:47.359268 [ 3 ] {ab67205f-ba0e-470f-91dd-82ea51c167df} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3961 | 2024.07.25 02:10:47.359285 [ 3 ] {} <Debug> HTTP-Session: 71eb9e42-4647-4285-85bc-c1e9e766434f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3962 | 2024.07.25 02:10:47.359430 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 17360, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3963 | 2024.07.25 02:10:47.359489 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3964 | 2024.07.25 02:10:47.359511 [ 3 ] {} <Debug> HTTP-Session: fcb8ebdb-69bd-4641-a78e-2cecb4985e56 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
3965 | 2024.07.25 02:10:47.359530 [ 3 ] {} <Debug> HTTP-Session: fcb8ebdb-69bd-4641-a78e-2cecb4985e56 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3966 | 2024.07.25 02:10:47.359543 [ 3 ] {} <Debug> HTTP-Session: fcb8ebdb-69bd-4641-a78e-2cecb4985e56 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3967 | 2024.07.25 02:10:47.359579 [ 3 ] {} <Trace> HTTP-Session: fcb8ebdb-69bd-4641-a78e-2cecb4985e56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3968 | 2024.07.25 02:10:47.359726 [ 3 ] {c92cb68b-5594-47a8-9019-dc8a676b67d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3969 | 2024.07.25 02:10:47.359773 [ 3 ] {c92cb68b-5594-47a8-9019-dc8a676b67d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3970 | 2024.07.25 02:10:47.359902 [ 3 ] {c92cb68b-5594-47a8-9019-dc8a676b67d7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3971 | 2024.07.25 02:10:47.360335 [ 3 ] {c92cb68b-5594-47a8-9019-dc8a676b67d7} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3972 | 2024.07.25 02:10:47.360373 [ 3 ] {c92cb68b-5594-47a8-9019-dc8a676b67d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
3973 | 2024.07.25 02:10:47.360701 [ 3 ] {c92cb68b-5594-47a8-9019-dc8a676b67d7} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3974 | 2024.07.25 02:10:47.361027 [ 3 ] {c92cb68b-5594-47a8-9019-dc8a676b67d7} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3975 | 2024.07.25 02:10:47.361159 [ 3 ] {c92cb68b-5594-47a8-9019-dc8a676b67d7} <Debug> executeQuery: Read 122 rows, 9.94 KiB in 0.001494 sec., 81659.97322623827 rows/sec., 6.50 MiB/sec. | ||
3976 | 2024.07.25 02:10:47.361338 [ 3 ] {c92cb68b-5594-47a8-9019-dc8a676b67d7} <Debug> DynamicQueryHandler: Done processing query | ||
3977 | 2024.07.25 02:10:47.361364 [ 3 ] {c92cb68b-5594-47a8-9019-dc8a676b67d7} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
3978 | 2024.07.25 02:10:47.361380 [ 3 ] {} <Debug> HTTP-Session: fcb8ebdb-69bd-4641-a78e-2cecb4985e56 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3979 | 2024.07.25 02:10:47.361556 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 16616, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3980 | 2024.07.25 02:10:47.361622 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3981 | 2024.07.25 02:10:47.361649 [ 3 ] {} <Debug> HTTP-Session: 1c8a3146-359a-415c-b98d-d553a85784a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
3982 | 2024.07.25 02:10:47.361672 [ 3 ] {} <Debug> HTTP-Session: 1c8a3146-359a-415c-b98d-d553a85784a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3983 | 2024.07.25 02:10:47.361691 [ 3 ] {} <Debug> HTTP-Session: 1c8a3146-359a-415c-b98d-d553a85784a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3984 | 2024.07.25 02:10:47.361734 [ 3 ] {} <Trace> HTTP-Session: 1c8a3146-359a-415c-b98d-d553a85784a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3985 | 2024.07.25 02:10:47.361898 [ 3 ] {5502e991-6d8f-4837-8859-ae5a4d209e02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3986 | 2024.07.25 02:10:47.361952 [ 3 ] {5502e991-6d8f-4837-8859-ae5a4d209e02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3987 | 2024.07.25 02:10:47.362113 [ 3 ] {5502e991-6d8f-4837-8859-ae5a4d209e02} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3988 | 2024.07.25 02:10:47.363055 [ 3 ] {5502e991-6d8f-4837-8859-ae5a4d209e02} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3989 | 2024.07.25 02:10:47.363091 [ 3 ] {5502e991-6d8f-4837-8859-ae5a4d209e02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
3990 | 2024.07.25 02:10:47.363416 [ 3 ] {5502e991-6d8f-4837-8859-ae5a4d209e02} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3991 | 2024.07.25 02:10:47.363732 [ 3 ] {5502e991-6d8f-4837-8859-ae5a4d209e02} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3992 | 2024.07.25 02:10:47.363867 [ 3 ] {5502e991-6d8f-4837-8859-ae5a4d209e02} <Debug> executeQuery: Read 98 rows, 7.81 KiB in 0.002033 sec., 48204.62370880472 rows/sec., 3.75 MiB/sec. | ||
3993 | 2024.07.25 02:10:47.364040 [ 3 ] {5502e991-6d8f-4837-8859-ae5a4d209e02} <Debug> DynamicQueryHandler: Done processing query | ||
3994 | 2024.07.25 02:10:47.364066 [ 3 ] {5502e991-6d8f-4837-8859-ae5a4d209e02} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
3995 | 2024.07.25 02:10:47.364083 [ 3 ] {} <Debug> HTTP-Session: 1c8a3146-359a-415c-b98d-d553a85784a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3996 | 2024.07.25 02:10:47.364237 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 37558, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3997 | 2024.07.25 02:10:47.364290 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3998 | 2024.07.25 02:10:47.364309 [ 3 ] {} <Debug> HTTP-Session: da97397f-94b7-4e57-b2f3-85453e75e7a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
3999 | 2024.07.25 02:10:47.364327 [ 3 ] {} <Debug> HTTP-Session: da97397f-94b7-4e57-b2f3-85453e75e7a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4000 | 2024.07.25 02:10:47.364340 [ 3 ] {} <Debug> HTTP-Session: da97397f-94b7-4e57-b2f3-85453e75e7a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4001 | 2024.07.25 02:10:47.364374 [ 3 ] {} <Trace> HTTP-Session: da97397f-94b7-4e57-b2f3-85453e75e7a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4002 | 2024.07.25 02:10:47.364588 [ 3 ] {ba8e4be6-28f3-49e9-9a99-1326d24170f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4003 | 2024.07.25 02:10:47.364640 [ 3 ] {ba8e4be6-28f3-49e9-9a99-1326d24170f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4004 | 2024.07.25 02:10:47.364789 [ 3 ] {ba8e4be6-28f3-49e9-9a99-1326d24170f7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4005 | 2024.07.25 02:10:47.365240 [ 3 ] {ba8e4be6-28f3-49e9-9a99-1326d24170f7} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4006 | 2024.07.25 02:10:47.365280 [ 3 ] {ba8e4be6-28f3-49e9-9a99-1326d24170f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4007 | 2024.07.25 02:10:47.365683 [ 3 ] {ba8e4be6-28f3-49e9-9a99-1326d24170f7} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
4008 | 2024.07.25 02:10:47.366031 [ 3 ] {ba8e4be6-28f3-49e9-9a99-1326d24170f7} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4009 | 2024.07.25 02:10:47.366161 [ 3 ] {ba8e4be6-28f3-49e9-9a99-1326d24170f7} <Debug> executeQuery: Read 196 rows, 14.01 KiB in 0.001662 sec., 117930.20457280385 rows/sec., 8.23 MiB/sec. | ||
4010 | 2024.07.25 02:10:47.366428 [ 3 ] {ba8e4be6-28f3-49e9-9a99-1326d24170f7} <Debug> DynamicQueryHandler: Done processing query | ||
4011 | 2024.07.25 02:10:47.366460 [ 3 ] {ba8e4be6-28f3-49e9-9a99-1326d24170f7} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
4012 | 2024.07.25 02:10:47.366478 [ 3 ] {} <Debug> HTTP-Session: da97397f-94b7-4e57-b2f3-85453e75e7a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4013 | 2024.07.25 02:10:47.366610 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 16041, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4014 | 2024.07.25 02:10:47.366659 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4015 | 2024.07.25 02:10:47.366677 [ 3 ] {} <Debug> HTTP-Session: db6ec140-9129-4158-93df-6cf2f275546f Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
4016 | 2024.07.25 02:10:47.366694 [ 3 ] {} <Debug> HTTP-Session: db6ec140-9129-4158-93df-6cf2f275546f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4017 | 2024.07.25 02:10:47.366708 [ 3 ] {} <Debug> HTTP-Session: db6ec140-9129-4158-93df-6cf2f275546f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4018 | 2024.07.25 02:10:47.366739 [ 3 ] {} <Trace> HTTP-Session: db6ec140-9129-4158-93df-6cf2f275546f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4019 | 2024.07.25 02:10:47.366913 [ 3 ] {09f41381-2f2d-442d-a1c6-af0a0ebf66cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4020 | 2024.07.25 02:10:47.366986 [ 3 ] {09f41381-2f2d-442d-a1c6-af0a0ebf66cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
4021 | 2024.07.25 02:10:47.367411 [ 3 ] {09f41381-2f2d-442d-a1c6-af0a0ebf66cb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4022 | 2024.07.25 02:10:47.367933 [ 3 ] {09f41381-2f2d-442d-a1c6-af0a0ebf66cb} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4023 | 2024.07.25 02:10:47.367968 [ 3 ] {09f41381-2f2d-442d-a1c6-af0a0ebf66cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4024 | 2024.07.25 02:10:47.368676 [ 3 ] {09f41381-2f2d-442d-a1c6-af0a0ebf66cb} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
4025 | 2024.07.25 02:10:47.369371 [ 3 ] {09f41381-2f2d-442d-a1c6-af0a0ebf66cb} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4026 | 2024.07.25 02:10:47.369588 [ 3 ] {09f41381-2f2d-442d-a1c6-af0a0ebf66cb} <Debug> executeQuery: Read 10 rows, 18.35 KiB in 0.002773 sec., 3606.202668589975 rows/sec., 6.46 MiB/sec. | ||
4027 | 2024.07.25 02:10:47.370133 [ 3 ] {09f41381-2f2d-442d-a1c6-af0a0ebf66cb} <Debug> DynamicQueryHandler: Done processing query | ||
4028 | 2024.07.25 02:10:47.370161 [ 3 ] {09f41381-2f2d-442d-a1c6-af0a0ebf66cb} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
4029 | 2024.07.25 02:10:47.370177 [ 3 ] {} <Debug> HTTP-Session: db6ec140-9129-4158-93df-6cf2f275546f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4030 | 2024.07.25 02:10:47.370309 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4031 | 2024.07.25 02:10:47.370367 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4032 | 2024.07.25 02:10:47.370387 [ 3 ] {} <Debug> HTTP-Session: d3ce5ea4-7d93-455c-b0ae-82aa35a4ce58 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
4033 | 2024.07.25 02:10:47.370404 [ 3 ] {} <Debug> HTTP-Session: d3ce5ea4-7d93-455c-b0ae-82aa35a4ce58 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4034 | 2024.07.25 02:10:47.370417 [ 3 ] {} <Debug> HTTP-Session: d3ce5ea4-7d93-455c-b0ae-82aa35a4ce58 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4035 | 2024.07.25 02:10:47.370451 [ 3 ] {} <Trace> HTTP-Session: d3ce5ea4-7d93-455c-b0ae-82aa35a4ce58 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4036 | 2024.07.25 02:10:47.370588 [ 3 ] {6efce579-7c76-468f-9cad-6f0eb51d1539} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4037 | 2024.07.25 02:10:47.370634 [ 3 ] {6efce579-7c76-468f-9cad-6f0eb51d1539} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4038 | 2024.07.25 02:10:47.370766 [ 3 ] {6efce579-7c76-468f-9cad-6f0eb51d1539} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4039 | 2024.07.25 02:10:47.371085 [ 3 ] {6efce579-7c76-468f-9cad-6f0eb51d1539} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4040 | 2024.07.25 02:10:47.371124 [ 3 ] {6efce579-7c76-468f-9cad-6f0eb51d1539} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4041 | 2024.07.25 02:10:47.371492 [ 3 ] {6efce579-7c76-468f-9cad-6f0eb51d1539} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
4042 | 2024.07.25 02:10:47.371836 [ 3 ] {6efce579-7c76-468f-9cad-6f0eb51d1539} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4043 | 2024.07.25 02:10:47.371972 [ 3 ] {6efce579-7c76-468f-9cad-6f0eb51d1539} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001437 sec., 41753.65344467641 rows/sec., 2.81 MiB/sec. | ||
4044 | 2024.07.25 02:10:47.372146 [ 3 ] {6efce579-7c76-468f-9cad-6f0eb51d1539} <Debug> DynamicQueryHandler: Done processing query | ||
4045 | 2024.07.25 02:10:47.372172 [ 3 ] {6efce579-7c76-468f-9cad-6f0eb51d1539} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4046 | 2024.07.25 02:10:47.372189 [ 3 ] {} <Debug> HTTP-Session: d3ce5ea4-7d93-455c-b0ae-82aa35a4ce58 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4047 | 2024.07.25 02:10:51.241091 [ 65 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4048 | 2024.07.25 02:10:51.241165 [ 65 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4049 | 2024.07.25 02:10:52.360894 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 4045, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4050 | 2024.07.25 02:10:52.361016 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4051 | 2024.07.25 02:10:52.361044 [ 3 ] {} <Debug> HTTP-Session: 8d531d7f-422a-49dd-b3ff-f3fd2f3fe753 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
4052 | 2024.07.25 02:10:52.361071 [ 3 ] {} <Debug> HTTP-Session: 8d531d7f-422a-49dd-b3ff-f3fd2f3fe753 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4053 | 2024.07.25 02:10:52.361088 [ 3 ] {} <Debug> HTTP-Session: 8d531d7f-422a-49dd-b3ff-f3fd2f3fe753 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4054 | 2024.07.25 02:10:52.361144 [ 3 ] {} <Trace> HTTP-Session: 8d531d7f-422a-49dd-b3ff-f3fd2f3fe753 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4055 | 2024.07.25 02:10:52.361347 [ 3 ] {9a884370-2952-47fb-9a39-dd754ccf6fb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4056 | 2024.07.25 02:10:52.361421 [ 3 ] {9a884370-2952-47fb-9a39-dd754ccf6fb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4057 | 2024.07.25 02:10:52.361635 [ 3 ] {9a884370-2952-47fb-9a39-dd754ccf6fb1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4058 | 2024.07.25 02:10:52.362071 [ 3 ] {9a884370-2952-47fb-9a39-dd754ccf6fb1} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4059 | 2024.07.25 02:10:52.362113 [ 3 ] {9a884370-2952-47fb-9a39-dd754ccf6fb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4060 | 2024.07.25 02:10:52.362477 [ 3 ] {9a884370-2952-47fb-9a39-dd754ccf6fb1} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
4061 | 2024.07.25 02:10:52.362825 [ 3 ] {9a884370-2952-47fb-9a39-dd754ccf6fb1} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4062 | 2024.07.25 02:10:52.362977 [ 3 ] {9a884370-2952-47fb-9a39-dd754ccf6fb1} <Debug> executeQuery: Read 29 rows, 2.20 KiB in 0.001693 sec., 17129.356172474894 rows/sec., 1.27 MiB/sec. | ||
4063 | 2024.07.25 02:10:52.363184 [ 3 ] {9a884370-2952-47fb-9a39-dd754ccf6fb1} <Debug> DynamicQueryHandler: Done processing query | ||
4064 | 2024.07.25 02:10:52.363212 [ 3 ] {9a884370-2952-47fb-9a39-dd754ccf6fb1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4065 | 2024.07.25 02:10:52.363228 [ 3 ] {} <Debug> HTTP-Session: 8d531d7f-422a-49dd-b3ff-f3fd2f3fe753 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4066 | 2024.07.25 02:10:52.363357 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4067 | 2024.07.25 02:10:52.363416 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4068 | 2024.07.25 02:10:52.363436 [ 3 ] {} <Debug> HTTP-Session: c9c5786c-8736-4b49-8bcd-fc7ee9a00ea3 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
4069 | 2024.07.25 02:10:52.363455 [ 3 ] {} <Debug> HTTP-Session: c9c5786c-8736-4b49-8bcd-fc7ee9a00ea3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4070 | 2024.07.25 02:10:52.363469 [ 3 ] {} <Debug> HTTP-Session: c9c5786c-8736-4b49-8bcd-fc7ee9a00ea3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4071 | 2024.07.25 02:10:52.363505 [ 3 ] {} <Trace> HTTP-Session: c9c5786c-8736-4b49-8bcd-fc7ee9a00ea3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4072 | 2024.07.25 02:10:52.363608 [ 3 ] {30b69967-979c-4344-9434-e928f29f0754} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
4073 | 2024.07.25 02:10:52.363656 [ 3 ] {30b69967-979c-4344-9434-e928f29f0754} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4074 | 2024.07.25 02:10:52.363789 [ 3 ] {30b69967-979c-4344-9434-e928f29f0754} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4075 | 2024.07.25 02:10:52.364069 [ 3 ] {30b69967-979c-4344-9434-e928f29f0754} <Trace> oximeter.fields_ipaddr (330a275b-5c0e-4112-8190-93317cf14d06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4076 | 2024.07.25 02:10:52.364105 [ 3 ] {30b69967-979c-4344-9434-e928f29f0754} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4077 | 2024.07.25 02:10:52.364397 [ 3 ] {30b69967-979c-4344-9434-e928f29f0754} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
4078 | 2024.07.25 02:10:52.364713 [ 3 ] {30b69967-979c-4344-9434-e928f29f0754} <Trace> oximeter.fields_ipaddr (330a275b-5c0e-4112-8190-93317cf14d06): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4079 | 2024.07.25 02:10:52.364842 [ 3 ] {30b69967-979c-4344-9434-e928f29f0754} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001263 sec., 1583.5312747426763 rows/sec., 129.13 KiB/sec. | ||
4080 | 2024.07.25 02:10:52.365122 [ 3 ] {30b69967-979c-4344-9434-e928f29f0754} <Debug> DynamicQueryHandler: Done processing query | ||
4081 | 2024.07.25 02:10:52.365148 [ 3 ] {30b69967-979c-4344-9434-e928f29f0754} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4082 | 2024.07.25 02:10:52.365163 [ 3 ] {} <Debug> HTTP-Session: c9c5786c-8736-4b49-8bcd-fc7ee9a00ea3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4083 | 2024.07.25 02:10:52.365321 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 34863, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4084 | 2024.07.25 02:10:52.365371 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4085 | 2024.07.25 02:10:52.365390 [ 3 ] {} <Debug> HTTP-Session: 48695e56-3a14-45bb-8207-28dbbaf0ad50 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
4086 | 2024.07.25 02:10:52.365406 [ 3 ] {} <Debug> HTTP-Session: 48695e56-3a14-45bb-8207-28dbbaf0ad50 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4087 | 2024.07.25 02:10:52.365420 [ 3 ] {} <Debug> HTTP-Session: 48695e56-3a14-45bb-8207-28dbbaf0ad50 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4088 | 2024.07.25 02:10:52.365451 [ 3 ] {} <Trace> HTTP-Session: 48695e56-3a14-45bb-8207-28dbbaf0ad50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4089 | 2024.07.25 02:10:52.365609 [ 3 ] {6a817548-86e5-4203-ae63-a73c2d1f5dc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4090 | 2024.07.25 02:10:52.365653 [ 3 ] {6a817548-86e5-4203-ae63-a73c2d1f5dc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4091 | 2024.07.25 02:10:52.365790 [ 3 ] {6a817548-86e5-4203-ae63-a73c2d1f5dc9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4092 | 2024.07.25 02:10:52.366203 [ 3 ] {6a817548-86e5-4203-ae63-a73c2d1f5dc9} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4093 | 2024.07.25 02:10:52.366239 [ 3 ] {6a817548-86e5-4203-ae63-a73c2d1f5dc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4094 | 2024.07.25 02:10:52.366554 [ 3 ] {6a817548-86e5-4203-ae63-a73c2d1f5dc9} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
4095 | 2024.07.25 02:10:52.366863 [ 3 ] {6a817548-86e5-4203-ae63-a73c2d1f5dc9} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4096 | 2024.07.25 02:10:52.366994 [ 3 ] {6a817548-86e5-4203-ae63-a73c2d1f5dc9} <Debug> executeQuery: Read 231 rows, 20.83 KiB in 0.001459 sec., 158327.6216586703 rows/sec., 13.94 MiB/sec. | ||
4097 | 2024.07.25 02:10:52.367154 [ 3 ] {6a817548-86e5-4203-ae63-a73c2d1f5dc9} <Debug> DynamicQueryHandler: Done processing query | ||
4098 | 2024.07.25 02:10:52.367179 [ 3 ] {6a817548-86e5-4203-ae63-a73c2d1f5dc9} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
4099 | 2024.07.25 02:10:52.367195 [ 3 ] {} <Debug> HTTP-Session: 48695e56-3a14-45bb-8207-28dbbaf0ad50 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4100 | 2024.07.25 02:10:52.367306 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4101 | 2024.07.25 02:10:52.367356 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4102 | 2024.07.25 02:10:52.367376 [ 3 ] {} <Debug> HTTP-Session: 35e39e8c-fb2a-477e-8f5d-9f8b3fc7e80d Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
4103 | 2024.07.25 02:10:52.367392 [ 3 ] {} <Debug> HTTP-Session: 35e39e8c-fb2a-477e-8f5d-9f8b3fc7e80d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4104 | 2024.07.25 02:10:52.367406 [ 3 ] {} <Debug> HTTP-Session: 35e39e8c-fb2a-477e-8f5d-9f8b3fc7e80d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4105 | 2024.07.25 02:10:52.367436 [ 3 ] {} <Trace> HTTP-Session: 35e39e8c-fb2a-477e-8f5d-9f8b3fc7e80d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4106 | 2024.07.25 02:10:52.367534 [ 3 ] {c4e1d318-90a4-4ef4-8f9d-9749a070046b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4107 | 2024.07.25 02:10:52.367578 [ 3 ] {c4e1d318-90a4-4ef4-8f9d-9749a070046b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4108 | 2024.07.25 02:10:52.367711 [ 3 ] {c4e1d318-90a4-4ef4-8f9d-9749a070046b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4109 | 2024.07.25 02:10:52.368104 [ 3 ] {c4e1d318-90a4-4ef4-8f9d-9749a070046b} <Trace> oximeter.fields_u16 (977fada6-76a3-44eb-8ed0-7c71340c6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4110 | 2024.07.25 02:10:52.368153 [ 3 ] {c4e1d318-90a4-4ef4-8f9d-9749a070046b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4111 | 2024.07.25 02:10:52.368548 [ 3 ] {c4e1d318-90a4-4ef4-8f9d-9749a070046b} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
4112 | 2024.07.25 02:10:52.368929 [ 3 ] {c4e1d318-90a4-4ef4-8f9d-9749a070046b} <Trace> oximeter.fields_u16 (977fada6-76a3-44eb-8ed0-7c71340c6e1a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4113 | 2024.07.25 02:10:52.369057 [ 3 ] {c4e1d318-90a4-4ef4-8f9d-9749a070046b} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001549 sec., 1291.1555842479017 rows/sec., 90.15 KiB/sec. | ||
4114 | 2024.07.25 02:10:52.369253 [ 3 ] {c4e1d318-90a4-4ef4-8f9d-9749a070046b} <Debug> DynamicQueryHandler: Done processing query | ||
4115 | 2024.07.25 02:10:52.369278 [ 3 ] {c4e1d318-90a4-4ef4-8f9d-9749a070046b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4116 | 2024.07.25 02:10:52.369294 [ 3 ] {} <Debug> HTTP-Session: 35e39e8c-fb2a-477e-8f5d-9f8b3fc7e80d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4117 | 2024.07.25 02:10:52.369475 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 65800, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4118 | 2024.07.25 02:10:52.369525 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4119 | 2024.07.25 02:10:52.369544 [ 3 ] {} <Debug> HTTP-Session: 2903b718-cd91-48bf-ab00-30fa89c1864a Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
4120 | 2024.07.25 02:10:52.369561 [ 3 ] {} <Debug> HTTP-Session: 2903b718-cd91-48bf-ab00-30fa89c1864a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4121 | 2024.07.25 02:10:52.369576 [ 3 ] {} <Debug> HTTP-Session: 2903b718-cd91-48bf-ab00-30fa89c1864a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4122 | 2024.07.25 02:10:52.369608 [ 3 ] {} <Trace> HTTP-Session: 2903b718-cd91-48bf-ab00-30fa89c1864a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4123 | 2024.07.25 02:10:52.369818 [ 3 ] {e3fdab37-9549-494f-b2a3-92db3ba1ffad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4124 | 2024.07.25 02:10:52.369861 [ 3 ] {e3fdab37-9549-494f-b2a3-92db3ba1ffad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4125 | 2024.07.25 02:10:52.369987 [ 3 ] {e3fdab37-9549-494f-b2a3-92db3ba1ffad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4126 | 2024.07.25 02:10:52.370517 [ 3 ] {e3fdab37-9549-494f-b2a3-92db3ba1ffad} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4127 | 2024.07.25 02:10:52.370553 [ 3 ] {e3fdab37-9549-494f-b2a3-92db3ba1ffad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4128 | 2024.07.25 02:10:52.370872 [ 3 ] {e3fdab37-9549-494f-b2a3-92db3ba1ffad} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
4129 | 2024.07.25 02:10:52.371171 [ 3 ] {e3fdab37-9549-494f-b2a3-92db3ba1ffad} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4130 | 2024.07.25 02:10:52.371293 [ 3 ] {e3fdab37-9549-494f-b2a3-92db3ba1ffad} <Debug> executeQuery: Read 407 rows, 29.48 KiB in 0.001583 sec., 257106.7593177511 rows/sec., 18.19 MiB/sec. | ||
4131 | 2024.07.25 02:10:52.371454 [ 3 ] {e3fdab37-9549-494f-b2a3-92db3ba1ffad} <Debug> DynamicQueryHandler: Done processing query | ||
4132 | 2024.07.25 02:10:52.371480 [ 3 ] {e3fdab37-9549-494f-b2a3-92db3ba1ffad} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
4133 | 2024.07.25 02:10:52.371499 [ 3 ] {} <Debug> HTTP-Session: 2903b718-cd91-48bf-ab00-30fa89c1864a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4134 | 2024.07.25 02:10:52.371625 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4135 | 2024.07.25 02:10:52.371673 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4136 | 2024.07.25 02:10:52.371692 [ 3 ] {} <Debug> HTTP-Session: a0f2400a-e3ac-4994-b7e5-05f44384db0e Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
4137 | 2024.07.25 02:10:52.371708 [ 3 ] {} <Debug> HTTP-Session: a0f2400a-e3ac-4994-b7e5-05f44384db0e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4138 | 2024.07.25 02:10:52.371722 [ 3 ] {} <Debug> HTTP-Session: a0f2400a-e3ac-4994-b7e5-05f44384db0e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4139 | 2024.07.25 02:10:52.371753 [ 3 ] {} <Trace> HTTP-Session: a0f2400a-e3ac-4994-b7e5-05f44384db0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4140 | 2024.07.25 02:10:52.371846 [ 3 ] {be720b8f-d1c1-433c-8771-cf859e6f4fac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
4141 | 2024.07.25 02:10:52.371888 [ 3 ] {be720b8f-d1c1-433c-8771-cf859e6f4fac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
4142 | 2024.07.25 02:10:52.372016 [ 3 ] {be720b8f-d1c1-433c-8771-cf859e6f4fac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4143 | 2024.07.25 02:10:52.372335 [ 3 ] {be720b8f-d1c1-433c-8771-cf859e6f4fac} <Trace> oximeter.measurements_bool (8163702d-f428-4b08-bb37-b5af976016c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4144 | 2024.07.25 02:10:52.372370 [ 3 ] {be720b8f-d1c1-433c-8771-cf859e6f4fac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4145 | 2024.07.25 02:10:52.372716 [ 3 ] {be720b8f-d1c1-433c-8771-cf859e6f4fac} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
4146 | 2024.07.25 02:10:52.373025 [ 3 ] {be720b8f-d1c1-433c-8771-cf859e6f4fac} <Trace> oximeter.measurements_bool (8163702d-f428-4b08-bb37-b5af976016c8): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4147 | 2024.07.25 02:10:52.373146 [ 3 ] {be720b8f-d1c1-433c-8771-cf859e6f4fac} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001324 sec., 4531.722054380664 rows/sec., 194.72 KiB/sec. | ||
4148 | 2024.07.25 02:10:52.373442 [ 3 ] {be720b8f-d1c1-433c-8771-cf859e6f4fac} <Debug> DynamicQueryHandler: Done processing query | ||
4149 | 2024.07.25 02:10:52.373467 [ 3 ] {be720b8f-d1c1-433c-8771-cf859e6f4fac} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
4150 | 2024.07.25 02:10:52.373483 [ 3 ] {} <Debug> HTTP-Session: a0f2400a-e3ac-4994-b7e5-05f44384db0e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4151 | 2024.07.25 02:10:52.373621 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 14082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4152 | 2024.07.25 02:10:52.373669 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4153 | 2024.07.25 02:10:52.373688 [ 3 ] {} <Debug> HTTP-Session: 89387405-521f-49b6-b654-c03092cb3679 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
4154 | 2024.07.25 02:10:52.373704 [ 3 ] {} <Debug> HTTP-Session: 89387405-521f-49b6-b654-c03092cb3679 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4155 | 2024.07.25 02:10:52.373718 [ 3 ] {} <Debug> HTTP-Session: 89387405-521f-49b6-b654-c03092cb3679 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4156 | 2024.07.25 02:10:52.373748 [ 3 ] {} <Trace> HTTP-Session: 89387405-521f-49b6-b654-c03092cb3679 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4157 | 2024.07.25 02:10:52.373882 [ 3 ] {c280b917-375d-4817-a9e3-eddc6de4a9d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
4158 | 2024.07.25 02:10:52.373930 [ 3 ] {c280b917-375d-4817-a9e3-eddc6de4a9d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
4159 | 2024.07.25 02:10:52.374085 [ 3 ] {c280b917-375d-4817-a9e3-eddc6de4a9d6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4160 | 2024.07.25 02:10:52.374425 [ 3 ] {c280b917-375d-4817-a9e3-eddc6de4a9d6} <Trace> oximeter.measurements_cumulativei64 (ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4161 | 2024.07.25 02:10:52.374461 [ 3 ] {c280b917-375d-4817-a9e3-eddc6de4a9d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4162 | 2024.07.25 02:10:52.374817 [ 3 ] {c280b917-375d-4817-a9e3-eddc6de4a9d6} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
4163 | 2024.07.25 02:10:52.375153 [ 3 ] {c280b917-375d-4817-a9e3-eddc6de4a9d6} <Trace> oximeter.measurements_cumulativei64 (ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4164 | 2024.07.25 02:10:52.375277 [ 3 ] {c280b917-375d-4817-a9e3-eddc6de4a9d6} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001457 sec., 52848.318462594376 rows/sec., 3.25 MiB/sec. | ||
4165 | 2024.07.25 02:10:52.375439 [ 3 ] {c280b917-375d-4817-a9e3-eddc6de4a9d6} <Debug> DynamicQueryHandler: Done processing query | ||
4166 | 2024.07.25 02:10:52.375463 [ 3 ] {c280b917-375d-4817-a9e3-eddc6de4a9d6} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4167 | 2024.07.25 02:10:52.375479 [ 3 ] {} <Debug> HTTP-Session: 89387405-521f-49b6-b654-c03092cb3679 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4168 | 2024.07.25 02:10:52.375633 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 30796, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4169 | 2024.07.25 02:10:52.375680 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4170 | 2024.07.25 02:10:52.375700 [ 3 ] {} <Debug> HTTP-Session: 3b5158f2-a5d7-4691-9260-30657ce87f9d Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
4171 | 2024.07.25 02:10:52.375716 [ 3 ] {} <Debug> HTTP-Session: 3b5158f2-a5d7-4691-9260-30657ce87f9d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4172 | 2024.07.25 02:10:52.375730 [ 3 ] {} <Debug> HTTP-Session: 3b5158f2-a5d7-4691-9260-30657ce87f9d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4173 | 2024.07.25 02:10:52.375761 [ 3 ] {} <Trace> HTTP-Session: 3b5158f2-a5d7-4691-9260-30657ce87f9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4174 | 2024.07.25 02:10:52.375925 [ 3 ] {aa3028b2-e473-48be-a982-0bf855cd2a76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4175 | 2024.07.25 02:10:52.375969 [ 3 ] {aa3028b2-e473-48be-a982-0bf855cd2a76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4176 | 2024.07.25 02:10:52.376104 [ 3 ] {aa3028b2-e473-48be-a982-0bf855cd2a76} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4177 | 2024.07.25 02:10:52.376531 [ 3 ] {aa3028b2-e473-48be-a982-0bf855cd2a76} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4178 | 2024.07.25 02:10:52.376570 [ 3 ] {aa3028b2-e473-48be-a982-0bf855cd2a76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4179 | 2024.07.25 02:10:52.376951 [ 3 ] {aa3028b2-e473-48be-a982-0bf855cd2a76} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
4180 | 2024.07.25 02:10:52.377284 [ 3 ] {aa3028b2-e473-48be-a982-0bf855cd2a76} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4181 | 2024.07.25 02:10:52.377411 [ 3 ] {aa3028b2-e473-48be-a982-0bf855cd2a76} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001577 sec., 102092.58084971465 rows/sec., 7.11 MiB/sec. | ||
4182 | 2024.07.25 02:10:52.377591 [ 3 ] {aa3028b2-e473-48be-a982-0bf855cd2a76} <Debug> DynamicQueryHandler: Done processing query | ||
4183 | 2024.07.25 02:10:52.377615 [ 3 ] {aa3028b2-e473-48be-a982-0bf855cd2a76} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4184 | 2024.07.25 02:10:52.377631 [ 3 ] {} <Debug> HTTP-Session: 3b5158f2-a5d7-4691-9260-30657ce87f9d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4185 | 2024.07.25 02:10:52.377786 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 36828, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4186 | 2024.07.25 02:10:52.377835 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4187 | 2024.07.25 02:10:52.377854 [ 3 ] {} <Debug> HTTP-Session: f49eb502-3264-4594-a81b-bf98294b0d24 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
4188 | 2024.07.25 02:10:52.377870 [ 3 ] {} <Debug> HTTP-Session: f49eb502-3264-4594-a81b-bf98294b0d24 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4189 | 2024.07.25 02:10:52.377884 [ 3 ] {} <Debug> HTTP-Session: f49eb502-3264-4594-a81b-bf98294b0d24 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4190 | 2024.07.25 02:10:52.377914 [ 3 ] {} <Trace> HTTP-Session: f49eb502-3264-4594-a81b-bf98294b0d24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4191 | 2024.07.25 02:10:52.378180 [ 3 ] {5f2815b0-8bff-4735-b224-f543eb52393a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4192 | 2024.07.25 02:10:52.378242 [ 3 ] {5f2815b0-8bff-4735-b224-f543eb52393a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
4193 | 2024.07.25 02:10:52.378640 [ 3 ] {5f2815b0-8bff-4735-b224-f543eb52393a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4194 | 2024.07.25 02:10:52.379302 [ 3 ] {5f2815b0-8bff-4735-b224-f543eb52393a} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4195 | 2024.07.25 02:10:52.379340 [ 3 ] {5f2815b0-8bff-4735-b224-f543eb52393a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4196 | 2024.07.25 02:10:52.379942 [ 3 ] {5f2815b0-8bff-4735-b224-f543eb52393a} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
4197 | 2024.07.25 02:10:52.380335 [ 3 ] {5f2815b0-8bff-4735-b224-f543eb52393a} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4198 | 2024.07.25 02:10:52.380481 [ 3 ] {5f2815b0-8bff-4735-b224-f543eb52393a} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.00248 sec., 9274.193548387097 rows/sec., 16.62 MiB/sec. | ||
4199 | 2024.07.25 02:10:52.380816 [ 3 ] {5f2815b0-8bff-4735-b224-f543eb52393a} <Debug> DynamicQueryHandler: Done processing query | ||
4200 | 2024.07.25 02:10:52.380841 [ 3 ] {5f2815b0-8bff-4735-b224-f543eb52393a} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
4201 | 2024.07.25 02:10:52.380857 [ 3 ] {} <Debug> HTTP-Session: f49eb502-3264-4594-a81b-bf98294b0d24 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4202 | 2024.07.25 02:10:52.380994 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 3211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4203 | 2024.07.25 02:10:52.381042 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4204 | 2024.07.25 02:10:52.381061 [ 3 ] {} <Debug> HTTP-Session: cfe97c68-668e-4653-a645-e8807f535a37 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
4205 | 2024.07.25 02:10:52.381078 [ 3 ] {} <Debug> HTTP-Session: cfe97c68-668e-4653-a645-e8807f535a37 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4206 | 2024.07.25 02:10:52.381091 [ 3 ] {} <Debug> HTTP-Session: cfe97c68-668e-4653-a645-e8807f535a37 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4207 | 2024.07.25 02:10:52.381121 [ 3 ] {} <Trace> HTTP-Session: cfe97c68-668e-4653-a645-e8807f535a37 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4208 | 2024.07.25 02:10:52.381221 [ 3 ] {46cadff2-ad2b-4552-a4c8-0b64cc617686} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
4209 | 2024.07.25 02:10:52.381264 [ 3 ] {46cadff2-ad2b-4552-a4c8-0b64cc617686} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
4210 | 2024.07.25 02:10:52.381389 [ 3 ] {46cadff2-ad2b-4552-a4c8-0b64cc617686} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4211 | 2024.07.25 02:10:52.381668 [ 3 ] {46cadff2-ad2b-4552-a4c8-0b64cc617686} <Trace> oximeter.measurements_i64 (4af3948b-7ee8-4a0a-bff7-9db9837b5273): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4212 | 2024.07.25 02:10:52.381705 [ 3 ] {46cadff2-ad2b-4552-a4c8-0b64cc617686} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4213 | 2024.07.25 02:10:52.382049 [ 3 ] {46cadff2-ad2b-4552-a4c8-0b64cc617686} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
4214 | 2024.07.25 02:10:52.382371 [ 3 ] {46cadff2-ad2b-4552-a4c8-0b64cc617686} <Trace> oximeter.measurements_i64 (4af3948b-7ee8-4a0a-bff7-9db9837b5273): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4215 | 2024.07.25 02:10:52.382493 [ 3 ] {46cadff2-ad2b-4552-a4c8-0b64cc617686} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001299 sec., 17705.927636643573 rows/sec., 957.77 KiB/sec. | ||
4216 | 2024.07.25 02:10:52.382655 [ 3 ] {46cadff2-ad2b-4552-a4c8-0b64cc617686} <Debug> DynamicQueryHandler: Done processing query | ||
4217 | 2024.07.25 02:10:52.382679 [ 3 ] {46cadff2-ad2b-4552-a4c8-0b64cc617686} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
4218 | 2024.07.25 02:10:52.382695 [ 3 ] {} <Debug> HTTP-Session: cfe97c68-668e-4653-a645-e8807f535a37 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4219 | 2024.07.25 02:10:52.382806 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4220 | 2024.07.25 02:10:52.382853 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4221 | 2024.07.25 02:10:52.382872 [ 3 ] {} <Debug> HTTP-Session: 28fb0cfc-9a05-4183-a592-196ae1df11bd Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
4222 | 2024.07.25 02:10:52.382888 [ 3 ] {} <Debug> HTTP-Session: 28fb0cfc-9a05-4183-a592-196ae1df11bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4223 | 2024.07.25 02:10:52.382902 [ 3 ] {} <Debug> HTTP-Session: 28fb0cfc-9a05-4183-a592-196ae1df11bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4224 | 2024.07.25 02:10:52.382932 [ 3 ] {} <Trace> HTTP-Session: 28fb0cfc-9a05-4183-a592-196ae1df11bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4225 | 2024.07.25 02:10:52.383059 [ 3 ] {5355cac5-f321-48aa-9661-efdf5af2f7d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4226 | 2024.07.25 02:10:52.383102 [ 3 ] {5355cac5-f321-48aa-9661-efdf5af2f7d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4227 | 2024.07.25 02:10:52.383228 [ 3 ] {5355cac5-f321-48aa-9661-efdf5af2f7d0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4228 | 2024.07.25 02:10:52.383519 [ 3 ] {5355cac5-f321-48aa-9661-efdf5af2f7d0} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4229 | 2024.07.25 02:10:52.383554 [ 3 ] {5355cac5-f321-48aa-9661-efdf5af2f7d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4230 | 2024.07.25 02:10:52.383908 [ 3 ] {5355cac5-f321-48aa-9661-efdf5af2f7d0} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
4231 | 2024.07.25 02:10:52.384225 [ 3 ] {5355cac5-f321-48aa-9661-efdf5af2f7d0} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4232 | 2024.07.25 02:10:52.384347 [ 3 ] {5355cac5-f321-48aa-9661-efdf5af2f7d0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001343 sec., 44676.09828741623 rows/sec., 3.01 MiB/sec. | ||
4233 | 2024.07.25 02:10:52.384503 [ 3 ] {5355cac5-f321-48aa-9661-efdf5af2f7d0} <Debug> DynamicQueryHandler: Done processing query | ||
4234 | 2024.07.25 02:10:52.384529 [ 3 ] {5355cac5-f321-48aa-9661-efdf5af2f7d0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4235 | 2024.07.25 02:10:52.384546 [ 3 ] {} <Debug> HTTP-Session: 28fb0cfc-9a05-4183-a592-196ae1df11bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4236 | 2024.07.25 02:10:57.356220 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 1489, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4237 | 2024.07.25 02:10:57.356340 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4238 | 2024.07.25 02:10:57.356365 [ 3 ] {} <Debug> HTTP-Session: 8b630fbc-4026-46b5-8d89-4717a9cb21da Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
4239 | 2024.07.25 02:10:57.356389 [ 3 ] {} <Debug> HTTP-Session: 8b630fbc-4026-46b5-8d89-4717a9cb21da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4240 | 2024.07.25 02:10:57.356403 [ 3 ] {} <Debug> HTTP-Session: 8b630fbc-4026-46b5-8d89-4717a9cb21da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4241 | 2024.07.25 02:10:57.356452 [ 3 ] {} <Trace> HTTP-Session: 8b630fbc-4026-46b5-8d89-4717a9cb21da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4242 | 2024.07.25 02:10:57.356624 [ 3 ] {44632a5e-27e5-420a-b6a0-2b927907ecda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4243 | 2024.07.25 02:10:57.356689 [ 3 ] {44632a5e-27e5-420a-b6a0-2b927907ecda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4244 | 2024.07.25 02:10:57.356878 [ 3 ] {44632a5e-27e5-420a-b6a0-2b927907ecda} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4245 | 2024.07.25 02:10:57.357330 [ 3 ] {44632a5e-27e5-420a-b6a0-2b927907ecda} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4246 | 2024.07.25 02:10:57.357372 [ 3 ] {44632a5e-27e5-420a-b6a0-2b927907ecda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4247 | 2024.07.25 02:10:57.357727 [ 3 ] {44632a5e-27e5-420a-b6a0-2b927907ecda} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
4248 | 2024.07.25 02:10:57.358063 [ 3 ] {44632a5e-27e5-420a-b6a0-2b927907ecda} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4249 | 2024.07.25 02:10:57.358230 [ 3 ] {44632a5e-27e5-420a-b6a0-2b927907ecda} <Debug> executeQuery: Read 10 rows, 830.00 B in 0.001652 sec., 6053.268765133172 rows/sec., 490.65 KiB/sec. | ||
4250 | 2024.07.25 02:10:57.358461 [ 3 ] {44632a5e-27e5-420a-b6a0-2b927907ecda} <Debug> DynamicQueryHandler: Done processing query | ||
4251 | 2024.07.25 02:10:57.358495 [ 3 ] {44632a5e-27e5-420a-b6a0-2b927907ecda} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4252 | 2024.07.25 02:10:57.358513 [ 3 ] {} <Debug> HTTP-Session: 8b630fbc-4026-46b5-8d89-4717a9cb21da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4253 | 2024.07.25 02:10:57.358669 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 12377, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4254 | 2024.07.25 02:10:57.358718 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4255 | 2024.07.25 02:10:57.358737 [ 3 ] {} <Debug> HTTP-Session: 27d3bb63-aaa0-4162-be34-243ff8144e30 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
4256 | 2024.07.25 02:10:57.358753 [ 3 ] {} <Debug> HTTP-Session: 27d3bb63-aaa0-4162-be34-243ff8144e30 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4257 | 2024.07.25 02:10:57.358767 [ 3 ] {} <Debug> HTTP-Session: 27d3bb63-aaa0-4162-be34-243ff8144e30 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4258 | 2024.07.25 02:10:57.358799 [ 3 ] {} <Trace> HTTP-Session: 27d3bb63-aaa0-4162-be34-243ff8144e30 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4259 | 2024.07.25 02:10:57.358919 [ 3 ] {f657e7dd-2208-4b10-8091-0e90b16ee1f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4260 | 2024.07.25 02:10:57.358962 [ 3 ] {f657e7dd-2208-4b10-8091-0e90b16ee1f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4261 | 2024.07.25 02:10:57.359086 [ 3 ] {f657e7dd-2208-4b10-8091-0e90b16ee1f5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4262 | 2024.07.25 02:10:57.359837 [ 3 ] {f657e7dd-2208-4b10-8091-0e90b16ee1f5} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4263 | 2024.07.25 02:10:57.359877 [ 3 ] {f657e7dd-2208-4b10-8091-0e90b16ee1f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4264 | 2024.07.25 02:10:57.360206 [ 3 ] {f657e7dd-2208-4b10-8091-0e90b16ee1f5} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
4265 | 2024.07.25 02:10:57.360514 [ 3 ] {f657e7dd-2208-4b10-8091-0e90b16ee1f5} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4266 | 2024.07.25 02:10:57.360670 [ 3 ] {f657e7dd-2208-4b10-8091-0e90b16ee1f5} <Debug> executeQuery: Read 86 rows, 7.13 KiB in 0.001788 sec., 48098.43400447427 rows/sec., 3.89 MiB/sec. | ||
4267 | 2024.07.25 02:10:57.360838 [ 3 ] {f657e7dd-2208-4b10-8091-0e90b16ee1f5} <Debug> DynamicQueryHandler: Done processing query | ||
4268 | 2024.07.25 02:10:57.360862 [ 3 ] {f657e7dd-2208-4b10-8091-0e90b16ee1f5} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
4269 | 2024.07.25 02:10:57.360878 [ 3 ] {} <Debug> HTTP-Session: 27d3bb63-aaa0-4162-be34-243ff8144e30 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4270 | 2024.07.25 02:10:57.361018 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 12574, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4271 | 2024.07.25 02:10:57.361066 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4272 | 2024.07.25 02:10:57.361085 [ 3 ] {} <Debug> HTTP-Session: 1b9fc4ab-e23a-477d-9fa4-b773b25a861e Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
4273 | 2024.07.25 02:10:57.361100 [ 3 ] {} <Debug> HTTP-Session: 1b9fc4ab-e23a-477d-9fa4-b773b25a861e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4274 | 2024.07.25 02:10:57.361114 [ 3 ] {} <Debug> HTTP-Session: 1b9fc4ab-e23a-477d-9fa4-b773b25a861e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4275 | 2024.07.25 02:10:57.361145 [ 3 ] {} <Trace> HTTP-Session: 1b9fc4ab-e23a-477d-9fa4-b773b25a861e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4276 | 2024.07.25 02:10:57.361263 [ 3 ] {1da30e37-2a43-4d11-b718-8fcfe25d02d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4277 | 2024.07.25 02:10:57.361305 [ 3 ] {1da30e37-2a43-4d11-b718-8fcfe25d02d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4278 | 2024.07.25 02:10:57.361430 [ 3 ] {1da30e37-2a43-4d11-b718-8fcfe25d02d3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4279 | 2024.07.25 02:10:57.361794 [ 3 ] {1da30e37-2a43-4d11-b718-8fcfe25d02d3} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4280 | 2024.07.25 02:10:57.361833 [ 3 ] {1da30e37-2a43-4d11-b718-8fcfe25d02d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4281 | 2024.07.25 02:10:57.362150 [ 3 ] {1da30e37-2a43-4d11-b718-8fcfe25d02d3} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
4282 | 2024.07.25 02:10:57.362450 [ 3 ] {1da30e37-2a43-4d11-b718-8fcfe25d02d3} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4283 | 2024.07.25 02:10:57.362600 [ 3 ] {1da30e37-2a43-4d11-b718-8fcfe25d02d3} <Debug> executeQuery: Read 74 rows, 5.92 KiB in 0.001374 sec., 53857.350800582244 rows/sec., 4.20 MiB/sec. | ||
4284 | 2024.07.25 02:10:57.362788 [ 3 ] {1da30e37-2a43-4d11-b718-8fcfe25d02d3} <Debug> DynamicQueryHandler: Done processing query | ||
4285 | 2024.07.25 02:10:57.362818 [ 3 ] {1da30e37-2a43-4d11-b718-8fcfe25d02d3} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
4286 | 2024.07.25 02:10:57.362840 [ 3 ] {} <Debug> HTTP-Session: 1b9fc4ab-e23a-477d-9fa4-b773b25a861e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4287 | 2024.07.25 02:10:57.362997 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 30607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4288 | 2024.07.25 02:10:57.363049 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4289 | 2024.07.25 02:10:57.363070 [ 3 ] {} <Debug> HTTP-Session: 629697f3-2cb5-4372-9e62-88ff139233e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
4290 | 2024.07.25 02:10:57.363086 [ 3 ] {} <Debug> HTTP-Session: 629697f3-2cb5-4372-9e62-88ff139233e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4291 | 2024.07.25 02:10:57.363101 [ 3 ] {} <Debug> HTTP-Session: 629697f3-2cb5-4372-9e62-88ff139233e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4292 | 2024.07.25 02:10:57.363132 [ 3 ] {} <Trace> HTTP-Session: 629697f3-2cb5-4372-9e62-88ff139233e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4293 | 2024.07.25 02:10:57.363282 [ 3 ] {9c28a1c7-f04f-4e26-9f81-f604aa8257f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4294 | 2024.07.25 02:10:57.363331 [ 3 ] {9c28a1c7-f04f-4e26-9f81-f604aa8257f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4295 | 2024.07.25 02:10:57.363482 [ 3 ] {9c28a1c7-f04f-4e26-9f81-f604aa8257f4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4296 | 2024.07.25 02:10:57.363906 [ 3 ] {9c28a1c7-f04f-4e26-9f81-f604aa8257f4} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4297 | 2024.07.25 02:10:57.363944 [ 3 ] {9c28a1c7-f04f-4e26-9f81-f604aa8257f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4298 | 2024.07.25 02:10:57.364340 [ 3 ] {9c28a1c7-f04f-4e26-9f81-f604aa8257f4} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
4299 | 2024.07.25 02:10:57.364706 [ 3 ] {9c28a1c7-f04f-4e26-9f81-f604aa8257f4} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4300 | 2024.07.25 02:10:57.364881 [ 3 ] {9c28a1c7-f04f-4e26-9f81-f604aa8257f4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001656 sec., 96618.35748792271 rows/sec., 6.73 MiB/sec. | ||
4301 | 2024.07.25 02:10:57.365073 [ 3 ] {9c28a1c7-f04f-4e26-9f81-f604aa8257f4} <Debug> DynamicQueryHandler: Done processing query | ||
4302 | 2024.07.25 02:10:57.365099 [ 3 ] {9c28a1c7-f04f-4e26-9f81-f604aa8257f4} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4303 | 2024.07.25 02:10:57.365115 [ 3 ] {} <Debug> HTTP-Session: 629697f3-2cb5-4372-9e62-88ff139233e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4304 | 2024.07.25 02:10:57.365251 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 16054, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4305 | 2024.07.25 02:10:57.365302 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4306 | 2024.07.25 02:10:57.365321 [ 3 ] {} <Debug> HTTP-Session: 8d6daa57-0ea7-458b-aae5-9213055c0428 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
4307 | 2024.07.25 02:10:57.365337 [ 3 ] {} <Debug> HTTP-Session: 8d6daa57-0ea7-458b-aae5-9213055c0428 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4308 | 2024.07.25 02:10:57.365351 [ 3 ] {} <Debug> HTTP-Session: 8d6daa57-0ea7-458b-aae5-9213055c0428 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4309 | 2024.07.25 02:10:57.365381 [ 3 ] {} <Trace> HTTP-Session: 8d6daa57-0ea7-458b-aae5-9213055c0428 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4310 | 2024.07.25 02:10:57.365566 [ 3 ] {24b0916a-e930-4350-83bc-5b819baecfeb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4311 | 2024.07.25 02:10:57.365629 [ 3 ] {24b0916a-e930-4350-83bc-5b819baecfeb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
4312 | 2024.07.25 02:10:57.366040 [ 3 ] {24b0916a-e930-4350-83bc-5b819baecfeb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4313 | 2024.07.25 02:10:57.366549 [ 3 ] {24b0916a-e930-4350-83bc-5b819baecfeb} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4314 | 2024.07.25 02:10:57.366585 [ 3 ] {24b0916a-e930-4350-83bc-5b819baecfeb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4315 | 2024.07.25 02:10:57.367233 [ 3 ] {24b0916a-e930-4350-83bc-5b819baecfeb} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
4316 | 2024.07.25 02:10:57.367703 [ 3 ] {24b0916a-e930-4350-83bc-5b819baecfeb} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4317 | 2024.07.25 02:10:57.367888 [ 58 ] {} <Debug> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
4318 | 2024.07.25 02:10:57.367906 [ 3 ] {24b0916a-e930-4350-83bc-5b819baecfeb} <Debug> executeQuery: Read 10 rows, 18.35 KiB in 0.002441 sec., 4096.6816878328555 rows/sec., 7.34 MiB/sec. | ||
4319 | 2024.07.25 02:10:57.367975 [ 58 ] {} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4320 | 2024.07.25 02:10:57.368054 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4321 | 2024.07.25 02:10:57.368649 [ 3 ] {24b0916a-e930-4350-83bc-5b819baecfeb} <Debug> DynamicQueryHandler: Done processing query | ||
4322 | 2024.07.25 02:10:57.368655 [ 187 ] {1b204426-e0ed-4472-aac2-bb616a256d25::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 | ||
4323 | 2024.07.25 02:10:57.368692 [ 3 ] {24b0916a-e930-4350-83bc-5b819baecfeb} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
4324 | 2024.07.25 02:10:57.368750 [ 3 ] {} <Debug> HTTP-Session: 8d6daa57-0ea7-458b-aae5-9213055c0428 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4325 | 2024.07.25 02:10:57.368930 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4326 | 2024.07.25 02:10:57.369072 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4327 | 2024.07.25 02:10:57.369146 [ 3 ] {} <Debug> HTTP-Session: 9d7a38c0-11a9-4f30-86f7-dc7cc79247f9 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
4328 | 2024.07.25 02:10:57.369205 [ 3 ] {} <Debug> HTTP-Session: 9d7a38c0-11a9-4f30-86f7-dc7cc79247f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4329 | 2024.07.25 02:10:57.369265 [ 3 ] {} <Debug> HTTP-Session: 9d7a38c0-11a9-4f30-86f7-dc7cc79247f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4330 | 2024.07.25 02:10:57.369380 [ 3 ] {} <Trace> HTTP-Session: 9d7a38c0-11a9-4f30-86f7-dc7cc79247f9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4331 | 2024.07.25 02:10:57.369605 [ 187 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4332 | 2024.07.25 02:10:57.369700 [ 3 ] {d6eda1a3-8457-4777-a30d-cdaaf96863f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4333 | 2024.07.25 02:10:57.369892 [ 3 ] {d6eda1a3-8457-4777-a30d-cdaaf96863f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4334 | 2024.07.25 02:10:57.369948 [ 187 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 109 rows starting from the beginning of the part | ||
4335 | 2024.07.25 02:10:57.370547 [ 3 ] {d6eda1a3-8457-4777-a30d-cdaaf96863f2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4336 | 2024.07.25 02:10:57.371088 [ 187 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 10 rows starting from the beginning of the part | ||
4337 | 2024.07.25 02:10:57.371717 [ 187 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 23 rows starting from the beginning of the part | ||
4338 | 2024.07.25 02:10:57.371995 [ 3 ] {d6eda1a3-8457-4777-a30d-cdaaf96863f2} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4339 | 2024.07.25 02:10:57.372119 [ 3 ] {d6eda1a3-8457-4777-a30d-cdaaf96863f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4340 | 2024.07.25 02:10:57.372456 [ 187 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 10 rows starting from the beginning of the part | ||
4341 | 2024.07.25 02:10:57.373153 [ 187 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 23 rows starting from the beginning of the part | ||
4342 | 2024.07.25 02:10:57.373723 [ 3 ] {d6eda1a3-8457-4777-a30d-cdaaf96863f2} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
4343 | 2024.07.25 02:10:57.373753 [ 187 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 10 rows starting from the beginning of the part | ||
4344 | 2024.07.25 02:10:57.374864 [ 3 ] {d6eda1a3-8457-4777-a30d-cdaaf96863f2} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4345 | 2024.07.25 02:10:57.375128 [ 3 ] {d6eda1a3-8457-4777-a30d-cdaaf96863f2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005537 sec., 10836.192884233338 rows/sec., 747.81 KiB/sec. | ||
4346 | 2024.07.25 02:10:57.375522 [ 3 ] {d6eda1a3-8457-4777-a30d-cdaaf96863f2} <Debug> DynamicQueryHandler: Done processing query | ||
4347 | 2024.07.25 02:10:57.375584 [ 3 ] {d6eda1a3-8457-4777-a30d-cdaaf96863f2} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4348 | 2024.07.25 02:10:57.375636 [ 3 ] {} <Debug> HTTP-Session: 9d7a38c0-11a9-4f30-86f7-dc7cc79247f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4349 | 2024.07.25 02:10:57.379744 [ 191 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 185 rows, containing 19 columns (19 merged, 0 gathered) in 0.011528438 sec., 16047.273706984415 rows/sec., 28.76 MiB/sec. | ||
4350 | 2024.07.25 02:10:57.380148 [ 188 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
4351 | 2024.07.25 02:10:57.380837 [ 188 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_11_2} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4352 | 2024.07.25 02:10:57.380937 [ 188 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_11_2} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
4353 | 2024.07.25 02:10:57.381104 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.26 MiB. | ||
4354 | 2024.07.25 02:11:02.360262 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 4045, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4355 | 2024.07.25 02:11:02.360393 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4356 | 2024.07.25 02:11:02.360421 [ 3 ] {} <Debug> HTTP-Session: f1583d9e-7f56-4d39-b443-56e21cb592cb Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
4357 | 2024.07.25 02:11:02.360446 [ 3 ] {} <Debug> HTTP-Session: f1583d9e-7f56-4d39-b443-56e21cb592cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4358 | 2024.07.25 02:11:02.360461 [ 3 ] {} <Debug> HTTP-Session: f1583d9e-7f56-4d39-b443-56e21cb592cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4359 | 2024.07.25 02:11:02.360512 [ 3 ] {} <Trace> HTTP-Session: f1583d9e-7f56-4d39-b443-56e21cb592cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4360 | 2024.07.25 02:11:02.360703 [ 3 ] {35a0997b-9b05-4a5e-b7ef-7ff0ce799260} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4361 | 2024.07.25 02:11:02.360770 [ 3 ] {35a0997b-9b05-4a5e-b7ef-7ff0ce799260} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4362 | 2024.07.25 02:11:02.360962 [ 3 ] {35a0997b-9b05-4a5e-b7ef-7ff0ce799260} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4363 | 2024.07.25 02:11:02.361379 [ 3 ] {35a0997b-9b05-4a5e-b7ef-7ff0ce799260} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4364 | 2024.07.25 02:11:02.361429 [ 3 ] {35a0997b-9b05-4a5e-b7ef-7ff0ce799260} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4365 | 2024.07.25 02:11:02.361789 [ 3 ] {35a0997b-9b05-4a5e-b7ef-7ff0ce799260} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
4366 | 2024.07.25 02:11:02.362137 [ 3 ] {35a0997b-9b05-4a5e-b7ef-7ff0ce799260} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4367 | 2024.07.25 02:11:02.362302 [ 3 ] {35a0997b-9b05-4a5e-b7ef-7ff0ce799260} <Debug> executeQuery: Read 29 rows, 2.20 KiB in 0.001655 sec., 17522.658610271905 rows/sec., 1.30 MiB/sec. | ||
4368 | 2024.07.25 02:11:02.362626 [ 3 ] {35a0997b-9b05-4a5e-b7ef-7ff0ce799260} <Debug> DynamicQueryHandler: Done processing query | ||
4369 | 2024.07.25 02:11:02.362655 [ 3 ] {35a0997b-9b05-4a5e-b7ef-7ff0ce799260} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4370 | 2024.07.25 02:11:02.362672 [ 3 ] {} <Debug> HTTP-Session: f1583d9e-7f56-4d39-b443-56e21cb592cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4371 | 2024.07.25 02:11:02.362878 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 34730, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4372 | 2024.07.25 02:11:02.362933 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4373 | 2024.07.25 02:11:02.362953 [ 3 ] {} <Debug> HTTP-Session: 6b00235b-2963-4f3e-8ea1-1661b681b405 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
4374 | 2024.07.25 02:11:02.362970 [ 3 ] {} <Debug> HTTP-Session: 6b00235b-2963-4f3e-8ea1-1661b681b405 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4375 | 2024.07.25 02:11:02.362987 [ 3 ] {} <Debug> HTTP-Session: 6b00235b-2963-4f3e-8ea1-1661b681b405 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4376 | 2024.07.25 02:11:02.363023 [ 3 ] {} <Trace> HTTP-Session: 6b00235b-2963-4f3e-8ea1-1661b681b405 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4377 | 2024.07.25 02:11:02.363194 [ 3 ] {7ae5acae-3705-4823-b1de-a57f46fac44c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4378 | 2024.07.25 02:11:02.363243 [ 3 ] {7ae5acae-3705-4823-b1de-a57f46fac44c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4379 | 2024.07.25 02:11:02.363396 [ 3 ] {7ae5acae-3705-4823-b1de-a57f46fac44c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4380 | 2024.07.25 02:11:02.363853 [ 3 ] {7ae5acae-3705-4823-b1de-a57f46fac44c} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4381 | 2024.07.25 02:11:02.363893 [ 3 ] {7ae5acae-3705-4823-b1de-a57f46fac44c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4382 | 2024.07.25 02:11:02.364218 [ 3 ] {7ae5acae-3705-4823-b1de-a57f46fac44c} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
4383 | 2024.07.25 02:11:02.364537 [ 3 ] {7ae5acae-3705-4823-b1de-a57f46fac44c} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4384 | 2024.07.25 02:11:02.364708 [ 3 ] {7ae5acae-3705-4823-b1de-a57f46fac44c} <Debug> executeQuery: Read 230 rows, 20.76 KiB in 0.001585 sec., 145110.41009463722 rows/sec., 12.79 MiB/sec. | ||
4385 | 2024.07.25 02:11:02.364706 [ 125 ] {} <Debug> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
4386 | 2024.07.25 02:11:02.364827 [ 125 ] {} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4387 | 2024.07.25 02:11:02.364871 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4388 | 2024.07.25 02:11:02.364956 [ 3 ] {7ae5acae-3705-4823-b1de-a57f46fac44c} <Debug> DynamicQueryHandler: Done processing query | ||
4389 | 2024.07.25 02:11:02.365019 [ 3 ] {7ae5acae-3705-4823-b1de-a57f46fac44c} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
4390 | 2024.07.25 02:11:02.365050 [ 3 ] {} <Debug> HTTP-Session: 6b00235b-2963-4f3e-8ea1-1661b681b405 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4391 | 2024.07.25 02:11:02.365067 [ 187 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::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 | ||
4392 | 2024.07.25 02:11:02.365244 [ 187 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4393 | 2024.07.25 02:11:02.365270 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 65459, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4394 | 2024.07.25 02:11:02.365290 [ 187 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 301 rows starting from the beginning of the part | ||
4395 | 2024.07.25 02:11:02.365355 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4396 | 2024.07.25 02:11:02.365418 [ 3 ] {} <Debug> HTTP-Session: 8398df84-ed69-4dfe-9f00-580b7965dea8 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
4397 | 2024.07.25 02:11:02.365478 [ 187 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 230 rows starting from the beginning of the part | ||
4398 | 2024.07.25 02:11:02.365497 [ 3 ] {} <Debug> HTTP-Session: 8398df84-ed69-4dfe-9f00-580b7965dea8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4399 | 2024.07.25 02:11:02.365564 [ 3 ] {} <Debug> HTTP-Session: 8398df84-ed69-4dfe-9f00-580b7965dea8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4400 | 2024.07.25 02:11:02.365755 [ 3 ] {} <Trace> HTTP-Session: 8398df84-ed69-4dfe-9f00-580b7965dea8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4401 | 2024.07.25 02:11:02.365797 [ 187 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 122 rows starting from the beginning of the part | ||
4402 | 2024.07.25 02:11:02.366188 [ 187 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 231 rows starting from the beginning of the part | ||
4403 | 2024.07.25 02:11:02.366348 [ 187 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 86 rows starting from the beginning of the part | ||
4404 | 2024.07.25 02:11:02.366412 [ 3 ] {01ca38b7-ccee-402c-a579-0931b8f9bc7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4405 | 2024.07.25 02:11:02.366639 [ 3 ] {01ca38b7-ccee-402c-a579-0931b8f9bc7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4406 | 2024.07.25 02:11:02.366654 [ 187 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 230 rows starting from the beginning of the part | ||
4407 | 2024.07.25 02:11:02.367402 [ 3 ] {01ca38b7-ccee-402c-a579-0931b8f9bc7c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4408 | 2024.07.25 02:11:02.368589 [ 3 ] {01ca38b7-ccee-402c-a579-0931b8f9bc7c} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4409 | 2024.07.25 02:11:02.368666 [ 3 ] {01ca38b7-ccee-402c-a579-0931b8f9bc7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4410 | 2024.07.25 02:11:02.369499 [ 3 ] {01ca38b7-ccee-402c-a579-0931b8f9bc7c} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
4411 | 2024.07.25 02:11:02.369579 [ 187 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1200 rows, containing 4 columns (4 merged, 0 gathered) in 0.004627721 sec., 259306.9029010176 rows/sec., 22.38 MiB/sec. | ||
4412 | 2024.07.25 02:11:02.369920 [ 187 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
4413 | 2024.07.25 02:11:02.370584 [ 3 ] {01ca38b7-ccee-402c-a579-0931b8f9bc7c} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4414 | 2024.07.25 02:11:02.370874 [ 125 ] {} <Debug> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
4415 | 2024.07.25 02:11:02.370945 [ 3 ] {01ca38b7-ccee-402c-a579-0931b8f9bc7c} <Debug> executeQuery: Read 405 rows, 29.32 KiB in 0.004816 sec., 84094.68438538206 rows/sec., 5.94 MiB/sec. | ||
4416 | 2024.07.25 02:11:02.370962 [ 125 ] {} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4417 | 2024.07.25 02:11:02.371008 [ 187 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_21_4} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4418 | 2024.07.25 02:11:02.371044 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4419 | 2024.07.25 02:11:02.371368 [ 187 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_21_4} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
4420 | 2024.07.25 02:11:02.371507 [ 191 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::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 | ||
4421 | 2024.07.25 02:11:02.371544 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
4422 | 2024.07.25 02:11:02.371663 [ 3 ] {01ca38b7-ccee-402c-a579-0931b8f9bc7c} <Debug> DynamicQueryHandler: Done processing query | ||
4423 | 2024.07.25 02:11:02.371718 [ 3 ] {01ca38b7-ccee-402c-a579-0931b8f9bc7c} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
4424 | 2024.07.25 02:11:02.371761 [ 3 ] {} <Debug> HTTP-Session: 8398df84-ed69-4dfe-9f00-580b7965dea8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4425 | 2024.07.25 02:11:02.371876 [ 191 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4426 | 2024.07.25 02:11:02.371951 [ 191 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 467 rows starting from the beginning of the part | ||
4427 | 2024.07.25 02:11:02.371968 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4428 | 2024.07.25 02:11:02.372063 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4429 | 2024.07.25 02:11:02.372189 [ 3 ] {} <Debug> HTTP-Session: aed922b2-4af2-470b-b803-0266e3fcc071 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
4430 | 2024.07.25 02:11:02.372247 [ 191 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 405 rows starting from the beginning of the part | ||
4431 | 2024.07.25 02:11:02.372270 [ 3 ] {} <Debug> HTTP-Session: aed922b2-4af2-470b-b803-0266e3fcc071 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4432 | 2024.07.25 02:11:02.372325 [ 3 ] {} <Debug> HTTP-Session: aed922b2-4af2-470b-b803-0266e3fcc071 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4433 | 2024.07.25 02:11:02.372540 [ 3 ] {} <Trace> HTTP-Session: aed922b2-4af2-470b-b803-0266e3fcc071 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4434 | 2024.07.25 02:11:02.372551 [ 191 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 98 rows starting from the beginning of the part | ||
4435 | 2024.07.25 02:11:02.372859 [ 191 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 407 rows starting from the beginning of the part | ||
4436 | 2024.07.25 02:11:02.372904 [ 3 ] {babbb6e4-5d22-4b6b-92b7-d36a950d3c8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
4437 | 2024.07.25 02:11:02.373047 [ 3 ] {babbb6e4-5d22-4b6b-92b7-d36a950d3c8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
4438 | 2024.07.25 02:11:02.373228 [ 191 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 74 rows starting from the beginning of the part | ||
4439 | 2024.07.25 02:11:02.373713 [ 191 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 405 rows starting from the beginning of the part | ||
4440 | 2024.07.25 02:11:02.373833 [ 3 ] {babbb6e4-5d22-4b6b-92b7-d36a950d3c8c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4441 | 2024.07.25 02:11:02.374596 [ 3 ] {babbb6e4-5d22-4b6b-92b7-d36a950d3c8c} <Trace> oximeter.measurements_bool (8163702d-f428-4b08-bb37-b5af976016c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4442 | 2024.07.25 02:11:02.374664 [ 3 ] {babbb6e4-5d22-4b6b-92b7-d36a950d3c8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4443 | 2024.07.25 02:11:02.375629 [ 3 ] {babbb6e4-5d22-4b6b-92b7-d36a950d3c8c} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
4444 | 2024.07.25 02:11:02.376463 [ 3 ] {babbb6e4-5d22-4b6b-92b7-d36a950d3c8c} <Trace> oximeter.measurements_bool (8163702d-f428-4b08-bb37-b5af976016c8): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4445 | 2024.07.25 02:11:02.376730 [ 3 ] {babbb6e4-5d22-4b6b-92b7-d36a950d3c8c} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.00398 sec., 1507.537688442211 rows/sec., 64.78 KiB/sec. | ||
4446 | 2024.07.25 02:11:02.377273 [ 187 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1856 rows, containing 4 columns (4 merged, 0 gathered) in 0.006044084 sec., 307077.13526152185 rows/sec., 21.99 MiB/sec. | ||
4447 | 2024.07.25 02:11:02.377330 [ 3 ] {babbb6e4-5d22-4b6b-92b7-d36a950d3c8c} <Debug> DynamicQueryHandler: Done processing query | ||
4448 | 2024.07.25 02:11:02.377369 [ 3 ] {babbb6e4-5d22-4b6b-92b7-d36a950d3c8c} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
4449 | 2024.07.25 02:11:02.377396 [ 3 ] {} <Debug> HTTP-Session: aed922b2-4af2-470b-b803-0266e3fcc071 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4450 | 2024.07.25 02:11:02.377496 [ 191 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
4451 | 2024.07.25 02:11:02.377594 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 14082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4452 | 2024.07.25 02:11:02.377694 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4453 | 2024.07.25 02:11:02.377750 [ 3 ] {} <Debug> HTTP-Session: 757951db-5056-4bd0-8b55-ea4be238b995 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
4454 | 2024.07.25 02:11:02.377823 [ 3 ] {} <Debug> HTTP-Session: 757951db-5056-4bd0-8b55-ea4be238b995 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4455 | 2024.07.25 02:11:02.377900 [ 3 ] {} <Debug> HTTP-Session: 757951db-5056-4bd0-8b55-ea4be238b995 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4456 | 2024.07.25 02:11:02.378015 [ 3 ] {} <Trace> HTTP-Session: 757951db-5056-4bd0-8b55-ea4be238b995 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4457 | 2024.07.25 02:11:02.378258 [ 3 ] {8f82df8f-a582-427d-b9c5-d3849cd00b64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
4458 | 2024.07.25 02:11:02.378275 [ 191 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_21_4} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4459 | 2024.07.25 02:11:02.378359 [ 3 ] {8f82df8f-a582-427d-b9c5-d3849cd00b64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
4460 | 2024.07.25 02:11:02.378468 [ 191 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_21_4} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
4461 | 2024.07.25 02:11:02.378651 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. | ||
4462 | 2024.07.25 02:11:02.378783 [ 3 ] {8f82df8f-a582-427d-b9c5-d3849cd00b64} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4463 | 2024.07.25 02:11:02.379184 [ 3 ] {8f82df8f-a582-427d-b9c5-d3849cd00b64} <Trace> oximeter.measurements_cumulativei64 (ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4464 | 2024.07.25 02:11:02.379223 [ 3 ] {8f82df8f-a582-427d-b9c5-d3849cd00b64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4465 | 2024.07.25 02:11:02.379612 [ 3 ] {8f82df8f-a582-427d-b9c5-d3849cd00b64} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
4466 | 2024.07.25 02:11:02.379977 [ 3 ] {8f82df8f-a582-427d-b9c5-d3849cd00b64} <Trace> oximeter.measurements_cumulativei64 (ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4467 | 2024.07.25 02:11:02.380139 [ 3 ] {8f82df8f-a582-427d-b9c5-d3849cd00b64} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001985 sec., 38790.93198992444 rows/sec., 2.39 MiB/sec. | ||
4468 | 2024.07.25 02:11:02.380468 [ 3 ] {8f82df8f-a582-427d-b9c5-d3849cd00b64} <Debug> DynamicQueryHandler: Done processing query | ||
4469 | 2024.07.25 02:11:02.380505 [ 3 ] {8f82df8f-a582-427d-b9c5-d3849cd00b64} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4470 | 2024.07.25 02:11:02.380530 [ 3 ] {} <Debug> HTTP-Session: 757951db-5056-4bd0-8b55-ea4be238b995 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4471 | 2024.07.25 02:11:02.380711 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 30607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4472 | 2024.07.25 02:11:02.380768 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4473 | 2024.07.25 02:11:02.380787 [ 3 ] {} <Debug> HTTP-Session: ce649e50-bb44-44ff-b915-5bdeacf043c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
4474 | 2024.07.25 02:11:02.380804 [ 3 ] {} <Debug> HTTP-Session: ce649e50-bb44-44ff-b915-5bdeacf043c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4475 | 2024.07.25 02:11:02.380818 [ 3 ] {} <Debug> HTTP-Session: ce649e50-bb44-44ff-b915-5bdeacf043c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4476 | 2024.07.25 02:11:02.380849 [ 3 ] {} <Trace> HTTP-Session: ce649e50-bb44-44ff-b915-5bdeacf043c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4477 | 2024.07.25 02:11:02.381009 [ 3 ] {5a5348a0-260e-4aa2-bf65-f00ba363493e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4478 | 2024.07.25 02:11:02.381057 [ 3 ] {5a5348a0-260e-4aa2-bf65-f00ba363493e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4479 | 2024.07.25 02:11:02.381223 [ 3 ] {5a5348a0-260e-4aa2-bf65-f00ba363493e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4480 | 2024.07.25 02:11:02.381628 [ 3 ] {5a5348a0-260e-4aa2-bf65-f00ba363493e} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4481 | 2024.07.25 02:11:02.381665 [ 3 ] {5a5348a0-260e-4aa2-bf65-f00ba363493e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4482 | 2024.07.25 02:11:02.382069 [ 3 ] {5a5348a0-260e-4aa2-bf65-f00ba363493e} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
4483 | 2024.07.25 02:11:02.382417 [ 3 ] {5a5348a0-260e-4aa2-bf65-f00ba363493e} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4484 | 2024.07.25 02:11:02.382583 [ 3 ] {5a5348a0-260e-4aa2-bf65-f00ba363493e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001642 sec., 97442.143727162 rows/sec., 6.79 MiB/sec. | ||
4485 | 2024.07.25 02:11:02.382579 [ 150 ] {} <Debug> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
4486 | 2024.07.25 02:11:02.382693 [ 150 ] {} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4487 | 2024.07.25 02:11:02.382751 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4488 | 2024.07.25 02:11:02.382898 [ 3 ] {5a5348a0-260e-4aa2-bf65-f00ba363493e} <Debug> DynamicQueryHandler: Done processing query | ||
4489 | 2024.07.25 02:11:02.382933 [ 187 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::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 | ||
4490 | 2024.07.25 02:11:02.382945 [ 3 ] {5a5348a0-260e-4aa2-bf65-f00ba363493e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4491 | 2024.07.25 02:11:02.383012 [ 3 ] {} <Debug> HTTP-Session: ce649e50-bb44-44ff-b915-5bdeacf043c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4492 | 2024.07.25 02:11:02.383140 [ 187 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4493 | 2024.07.25 02:11:02.383176 [ 187 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 2725 rows starting from the beginning of the part | ||
4494 | 2024.07.25 02:11:02.383225 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 36855, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4495 | 2024.07.25 02:11:02.383384 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4496 | 2024.07.25 02:11:02.383473 [ 187 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 160 rows starting from the beginning of the part | ||
4497 | 2024.07.25 02:11:02.383477 [ 3 ] {} <Debug> HTTP-Session: d0d99a60-57c2-4932-b7cf-180916ff1c57 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
4498 | 2024.07.25 02:11:02.383550 [ 3 ] {} <Debug> HTTP-Session: d0d99a60-57c2-4932-b7cf-180916ff1c57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4499 | 2024.07.25 02:11:02.383606 [ 3 ] {} <Debug> HTTP-Session: d0d99a60-57c2-4932-b7cf-180916ff1c57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4500 | 2024.07.25 02:11:02.383749 [ 3 ] {} <Trace> HTTP-Session: d0d99a60-57c2-4932-b7cf-180916ff1c57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4501 | 2024.07.25 02:11:02.383791 [ 187 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 196 rows starting from the beginning of the part | ||
4502 | 2024.07.25 02:11:02.384047 [ 187 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 161 rows starting from the beginning of the part | ||
4503 | 2024.07.25 02:11:02.384162 [ 187 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 160 rows starting from the beginning of the part | ||
4504 | 2024.07.25 02:11:02.384451 [ 3 ] {4c23d3d4-037b-4fe8-a6d0-5708107d6c76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4505 | 2024.07.25 02:11:02.384493 [ 187 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 160 rows starting from the beginning of the part | ||
4506 | 2024.07.25 02:11:02.384882 [ 3 ] {4c23d3d4-037b-4fe8-a6d0-5708107d6c76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
4507 | 2024.07.25 02:11:02.386576 [ 3 ] {4c23d3d4-037b-4fe8-a6d0-5708107d6c76} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4508 | 2024.07.25 02:11:02.387760 [ 3 ] {4c23d3d4-037b-4fe8-a6d0-5708107d6c76} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4509 | 2024.07.25 02:11:02.387865 [ 3 ] {4c23d3d4-037b-4fe8-a6d0-5708107d6c76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4510 | 2024.07.25 02:11:02.388414 [ 187 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3562 rows, containing 5 columns (5 merged, 0 gathered) in 0.005576946 sec., 638700.8229952379 rows/sec., 44.52 MiB/sec. | ||
4511 | 2024.07.25 02:11:02.388893 [ 187 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
4512 | 2024.07.25 02:11:02.389547 [ 3 ] {4c23d3d4-037b-4fe8-a6d0-5708107d6c76} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
4513 | 2024.07.25 02:11:02.389871 [ 187 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4514 | 2024.07.25 02:11:02.390176 [ 187 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
4515 | 2024.07.25 02:11:02.390343 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.87 MiB. | ||
4516 | 2024.07.25 02:11:02.390545 [ 3 ] {4c23d3d4-037b-4fe8-a6d0-5708107d6c76} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4517 | 2024.07.25 02:11:02.390745 [ 3 ] {4c23d3d4-037b-4fe8-a6d0-5708107d6c76} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.006732 sec., 3416.5181224004755 rows/sec., 6.12 MiB/sec. | ||
4518 | 2024.07.25 02:11:02.391028 [ 3 ] {4c23d3d4-037b-4fe8-a6d0-5708107d6c76} <Debug> DynamicQueryHandler: Done processing query | ||
4519 | 2024.07.25 02:11:02.391053 [ 3 ] {4c23d3d4-037b-4fe8-a6d0-5708107d6c76} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
4520 | 2024.07.25 02:11:02.391070 [ 3 ] {} <Debug> HTTP-Session: d0d99a60-57c2-4932-b7cf-180916ff1c57 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4521 | 2024.07.25 02:11:02.391191 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 3211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4522 | 2024.07.25 02:11:02.391240 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4523 | 2024.07.25 02:11:02.391258 [ 3 ] {} <Debug> HTTP-Session: e92b200c-6d7d-42f7-b560-5c80b2d7b775 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
4524 | 2024.07.25 02:11:02.391276 [ 3 ] {} <Debug> HTTP-Session: e92b200c-6d7d-42f7-b560-5c80b2d7b775 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4525 | 2024.07.25 02:11:02.391289 [ 3 ] {} <Debug> HTTP-Session: e92b200c-6d7d-42f7-b560-5c80b2d7b775 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4526 | 2024.07.25 02:11:02.391321 [ 3 ] {} <Trace> HTTP-Session: e92b200c-6d7d-42f7-b560-5c80b2d7b775 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4527 | 2024.07.25 02:11:02.391430 [ 3 ] {fbe7a415-ee37-4f20-86ff-7267961dd1dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
4528 | 2024.07.25 02:11:02.391475 [ 3 ] {fbe7a415-ee37-4f20-86ff-7267961dd1dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
4529 | 2024.07.25 02:11:02.391613 [ 3 ] {fbe7a415-ee37-4f20-86ff-7267961dd1dd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4530 | 2024.07.25 02:11:02.391927 [ 3 ] {fbe7a415-ee37-4f20-86ff-7267961dd1dd} <Trace> oximeter.measurements_i64 (4af3948b-7ee8-4a0a-bff7-9db9837b5273): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4531 | 2024.07.25 02:11:02.391963 [ 3 ] {fbe7a415-ee37-4f20-86ff-7267961dd1dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4532 | 2024.07.25 02:11:02.392338 [ 3 ] {fbe7a415-ee37-4f20-86ff-7267961dd1dd} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
4533 | 2024.07.25 02:11:02.392666 [ 3 ] {fbe7a415-ee37-4f20-86ff-7267961dd1dd} <Trace> oximeter.measurements_i64 (4af3948b-7ee8-4a0a-bff7-9db9837b5273): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4534 | 2024.07.25 02:11:02.392825 [ 150 ] {} <Debug> oximeter.measurements_i64 (4af3948b-7ee8-4a0a-bff7-9db9837b5273) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
4535 | 2024.07.25 02:11:02.392827 [ 3 ] {fbe7a415-ee37-4f20-86ff-7267961dd1dd} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001425 sec., 16140.350877192981 rows/sec., 873.08 KiB/sec. | ||
4536 | 2024.07.25 02:11:02.392892 [ 150 ] {} <Trace> oximeter.measurements_i64 (4af3948b-7ee8-4a0a-bff7-9db9837b5273): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4537 | 2024.07.25 02:11:02.392959 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4538 | 2024.07.25 02:11:02.393202 [ 3 ] {fbe7a415-ee37-4f20-86ff-7267961dd1dd} <Debug> DynamicQueryHandler: Done processing query | ||
4539 | 2024.07.25 02:11:02.393312 [ 3 ] {fbe7a415-ee37-4f20-86ff-7267961dd1dd} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
4540 | 2024.07.25 02:11:02.393364 [ 190 ] {4af3948b-7ee8-4a0a-bff7-9db9837b5273::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 | ||
4541 | 2024.07.25 02:11:02.393393 [ 3 ] {} <Debug> HTTP-Session: e92b200c-6d7d-42f7-b560-5c80b2d7b775 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4542 | 2024.07.25 02:11:02.393633 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4543 | 2024.07.25 02:11:02.393658 [ 190 ] {4af3948b-7ee8-4a0a-bff7-9db9837b5273::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4544 | 2024.07.25 02:11:02.393731 [ 190 ] {4af3948b-7ee8-4a0a-bff7-9db9837b5273::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 139 rows starting from the beginning of the part | ||
4545 | 2024.07.25 02:11:02.393733 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4546 | 2024.07.25 02:11:02.393789 [ 3 ] {} <Debug> HTTP-Session: 73ab1d4b-2cef-4aa6-8030-986fb067ad73 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
4547 | 2024.07.25 02:11:02.393839 [ 3 ] {} <Debug> HTTP-Session: 73ab1d4b-2cef-4aa6-8030-986fb067ad73 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4548 | 2024.07.25 02:11:02.393930 [ 3 ] {} <Debug> HTTP-Session: 73ab1d4b-2cef-4aa6-8030-986fb067ad73 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4549 | 2024.07.25 02:11:02.393981 [ 190 ] {4af3948b-7ee8-4a0a-bff7-9db9837b5273::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 26 rows starting from the beginning of the part | ||
4550 | 2024.07.25 02:11:02.394077 [ 3 ] {} <Trace> HTTP-Session: 73ab1d4b-2cef-4aa6-8030-986fb067ad73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4551 | 2024.07.25 02:11:02.394242 [ 190 ] {4af3948b-7ee8-4a0a-bff7-9db9837b5273::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 23 rows starting from the beginning of the part | ||
4552 | 2024.07.25 02:11:02.394491 [ 190 ] {4af3948b-7ee8-4a0a-bff7-9db9837b5273::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 23 rows starting from the beginning of the part | ||
4553 | 2024.07.25 02:11:02.394606 [ 3 ] {2f93664e-d809-4ad7-b5eb-cb76fd8a5225} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4554 | 2024.07.25 02:11:02.394748 [ 190 ] {4af3948b-7ee8-4a0a-bff7-9db9837b5273::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 23 rows starting from the beginning of the part | ||
4555 | 2024.07.25 02:11:02.394854 [ 3 ] {2f93664e-d809-4ad7-b5eb-cb76fd8a5225} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4556 | 2024.07.25 02:11:02.395056 [ 190 ] {4af3948b-7ee8-4a0a-bff7-9db9837b5273::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 23 rows starting from the beginning of the part | ||
4557 | 2024.07.25 02:11:02.395764 [ 3 ] {2f93664e-d809-4ad7-b5eb-cb76fd8a5225} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4558 | 2024.07.25 02:11:02.396435 [ 3 ] {2f93664e-d809-4ad7-b5eb-cb76fd8a5225} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4559 | 2024.07.25 02:11:02.396507 [ 3 ] {2f93664e-d809-4ad7-b5eb-cb76fd8a5225} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4560 | 2024.07.25 02:11:02.397575 [ 3 ] {2f93664e-d809-4ad7-b5eb-cb76fd8a5225} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
4561 | 2024.07.25 02:11:02.398005 [ 187 ] {4af3948b-7ee8-4a0a-bff7-9db9837b5273::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 257 rows, containing 4 columns (4 merged, 0 gathered) in 0.004940536 sec., 52018.647369435224 rows/sec., 2.85 MiB/sec. | ||
4562 | 2024.07.25 02:11:02.398237 [ 187 ] {4af3948b-7ee8-4a0a-bff7-9db9837b5273::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
4563 | 2024.07.25 02:11:02.398414 [ 3 ] {2f93664e-d809-4ad7-b5eb-cb76fd8a5225} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4564 | 2024.07.25 02:11:02.398718 [ 150 ] {} <Debug> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
4565 | 2024.07.25 02:11:02.398837 [ 150 ] {} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4566 | 2024.07.25 02:11:02.398923 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4567 | 2024.07.25 02:11:02.398925 [ 3 ] {2f93664e-d809-4ad7-b5eb-cb76fd8a5225} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004509 sec., 13306.71989354624 rows/sec., 918.30 KiB/sec. | ||
4568 | 2024.07.25 02:11:02.399405 [ 190 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::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 | ||
4569 | 2024.07.25 02:11:02.399614 [ 187 ] {4af3948b-7ee8-4a0a-bff7-9db9837b5273::all_1_11_2} <Trace> oximeter.measurements_i64 (4af3948b-7ee8-4a0a-bff7-9db9837b5273): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4570 | 2024.07.25 02:11:02.399688 [ 3 ] {2f93664e-d809-4ad7-b5eb-cb76fd8a5225} <Debug> DynamicQueryHandler: Done processing query | ||
4571 | 2024.07.25 02:11:02.399787 [ 3 ] {2f93664e-d809-4ad7-b5eb-cb76fd8a5225} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4572 | 2024.07.25 02:11:02.399879 [ 3 ] {} <Debug> HTTP-Session: 73ab1d4b-2cef-4aa6-8030-986fb067ad73 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4573 | 2024.07.25 02:11:02.399923 [ 187 ] {4af3948b-7ee8-4a0a-bff7-9db9837b5273::all_1_11_2} <Trace> oximeter.measurements_i64 (4af3948b-7ee8-4a0a-bff7-9db9837b5273) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
4574 | 2024.07.25 02:11:02.399922 [ 190 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4575 | 2024.07.25 02:11:02.400002 [ 190 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 936 rows starting from the beginning of the part | ||
4576 | 2024.07.25 02:11:02.400108 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
4577 | 2024.07.25 02:11:02.400238 [ 190 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 60 rows starting from the beginning of the part | ||
4578 | 2024.07.25 02:11:02.400347 [ 190 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 60 rows starting from the beginning of the part | ||
4579 | 2024.07.25 02:11:02.400558 [ 190 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 60 rows starting from the beginning of the part | ||
4580 | 2024.07.25 02:11:02.400685 [ 190 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 60 rows starting from the beginning of the part | ||
4581 | 2024.07.25 02:11:02.400801 [ 190 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 60 rows starting from the beginning of the part | ||
4582 | 2024.07.25 02:11:02.401964 [ 192 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1236 rows, containing 4 columns (4 merged, 0 gathered) in 0.002912815 sec., 424331.7890082274 rows/sec., 28.60 MiB/sec. | ||
4583 | 2024.07.25 02:11:02.402175 [ 192 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
4584 | 2024.07.25 02:11:02.402610 [ 192 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_21_4} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4585 | 2024.07.25 02:11:02.402699 [ 192 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_21_4} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
4586 | 2024.07.25 02:11:02.402801 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. | ||
4587 | 2024.07.25 02:11:06.241228 [ 146 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4588 | 2024.07.25 02:11:06.241326 [ 146 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4589 | 2024.07.25 02:11:07.001487 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001065387 sec. | ||
4590 | 2024.07.25 02:11:07.355572 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 1489, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4591 | 2024.07.25 02:11:07.355683 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4592 | 2024.07.25 02:11:07.355708 [ 3 ] {} <Debug> HTTP-Session: 982fb60b-b8c2-4624-9ee7-6fe83170529e Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
4593 | 2024.07.25 02:11:07.355733 [ 3 ] {} <Debug> HTTP-Session: 982fb60b-b8c2-4624-9ee7-6fe83170529e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4594 | 2024.07.25 02:11:07.355749 [ 3 ] {} <Debug> HTTP-Session: 982fb60b-b8c2-4624-9ee7-6fe83170529e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4595 | 2024.07.25 02:11:07.355798 [ 3 ] {} <Trace> HTTP-Session: 982fb60b-b8c2-4624-9ee7-6fe83170529e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4596 | 2024.07.25 02:11:07.355982 [ 3 ] {e8324f33-d59a-4ad2-b60a-c9c8c4301822} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4597 | 2024.07.25 02:11:07.356049 [ 3 ] {e8324f33-d59a-4ad2-b60a-c9c8c4301822} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4598 | 2024.07.25 02:11:07.356239 [ 3 ] {e8324f33-d59a-4ad2-b60a-c9c8c4301822} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4599 | 2024.07.25 02:11:07.356693 [ 3 ] {e8324f33-d59a-4ad2-b60a-c9c8c4301822} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4600 | 2024.07.25 02:11:07.356740 [ 3 ] {e8324f33-d59a-4ad2-b60a-c9c8c4301822} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4601 | 2024.07.25 02:11:07.357111 [ 3 ] {e8324f33-d59a-4ad2-b60a-c9c8c4301822} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
4602 | 2024.07.25 02:11:07.357470 [ 3 ] {e8324f33-d59a-4ad2-b60a-c9c8c4301822} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4603 | 2024.07.25 02:11:07.357633 [ 3 ] {e8324f33-d59a-4ad2-b60a-c9c8c4301822} <Debug> executeQuery: Read 10 rows, 830.00 B in 0.001701 sec., 5878.894767783657 rows/sec., 476.51 KiB/sec. | ||
4604 | 2024.07.25 02:11:07.357658 [ 145 ] {} <Debug> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
4605 | 2024.07.25 02:11:07.357769 [ 145 ] {} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4606 | 2024.07.25 02:11:07.357816 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4607 | 2024.07.25 02:11:07.357949 [ 3 ] {e8324f33-d59a-4ad2-b60a-c9c8c4301822} <Debug> DynamicQueryHandler: Done processing query | ||
4608 | 2024.07.25 02:11:07.358005 [ 3 ] {e8324f33-d59a-4ad2-b60a-c9c8c4301822} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4609 | 2024.07.25 02:11:07.358021 [ 200 ] {f624f877-7484-40f8-bba3-5af105c2972a::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 | ||
4610 | 2024.07.25 02:11:07.358036 [ 3 ] {} <Debug> HTTP-Session: 982fb60b-b8c2-4624-9ee7-6fe83170529e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4611 | 2024.07.25 02:11:07.358294 [ 200 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4612 | 2024.07.25 02:11:07.358300 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4613 | 2024.07.25 02:11:07.358361 [ 200 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 39 rows starting from the beginning of the part | ||
4614 | 2024.07.25 02:11:07.358400 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4615 | 2024.07.25 02:11:07.358441 [ 3 ] {} <Debug> HTTP-Session: 0c33d183-288d-490f-b4c7-f1e20d1f92fb Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
4616 | 2024.07.25 02:11:07.358486 [ 3 ] {} <Debug> HTTP-Session: 0c33d183-288d-490f-b4c7-f1e20d1f92fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4617 | 2024.07.25 02:11:07.358551 [ 3 ] {} <Debug> HTTP-Session: 0c33d183-288d-490f-b4c7-f1e20d1f92fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4618 | 2024.07.25 02:11:07.358687 [ 3 ] {} <Trace> HTTP-Session: 0c33d183-288d-490f-b4c7-f1e20d1f92fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4619 | 2024.07.25 02:11:07.358709 [ 200 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 10 rows starting from the beginning of the part | ||
4620 | 2024.07.25 02:11:07.358992 [ 3 ] {44b8ac66-1497-4b60-8902-b7a7d499cf5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
4621 | 2024.07.25 02:11:07.359051 [ 200 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 29 rows starting from the beginning of the part | ||
4622 | 2024.07.25 02:11:07.359132 [ 3 ] {44b8ac66-1497-4b60-8902-b7a7d499cf5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4623 | 2024.07.25 02:11:07.359377 [ 200 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 10 rows starting from the beginning of the part | ||
4624 | 2024.07.25 02:11:07.359759 [ 200 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 29 rows starting from the beginning of the part | ||
4625 | 2024.07.25 02:11:07.360091 [ 200 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 10 rows starting from the beginning of the part | ||
4626 | 2024.07.25 02:11:07.360202 [ 3 ] {44b8ac66-1497-4b60-8902-b7a7d499cf5b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4627 | 2024.07.25 02:11:07.361140 [ 3 ] {44b8ac66-1497-4b60-8902-b7a7d499cf5b} <Trace> oximeter.fields_ipaddr (330a275b-5c0e-4112-8190-93317cf14d06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4628 | 2024.07.25 02:11:07.361205 [ 3 ] {44b8ac66-1497-4b60-8902-b7a7d499cf5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4629 | 2024.07.25 02:11:07.362038 [ 3 ] {44b8ac66-1497-4b60-8902-b7a7d499cf5b} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
4630 | 2024.07.25 02:11:07.362795 [ 200 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 127 rows, containing 4 columns (4 merged, 0 gathered) in 0.004889556 sec., 25973.728493957326 rows/sec., 1.97 MiB/sec. | ||
4631 | 2024.07.25 02:11:07.362944 [ 3 ] {44b8ac66-1497-4b60-8902-b7a7d499cf5b} <Trace> oximeter.fields_ipaddr (330a275b-5c0e-4112-8190-93317cf14d06): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4632 | 2024.07.25 02:11:07.363088 [ 187 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
4633 | 2024.07.25 02:11:07.363289 [ 3 ] {44b8ac66-1497-4b60-8902-b7a7d499cf5b} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.004378 sec., 456.82960255824577 rows/sec., 37.25 KiB/sec. | ||
4634 | 2024.07.25 02:11:07.363843 [ 3 ] {44b8ac66-1497-4b60-8902-b7a7d499cf5b} <Debug> DynamicQueryHandler: Done processing query | ||
4635 | 2024.07.25 02:11:07.363884 [ 3 ] {44b8ac66-1497-4b60-8902-b7a7d499cf5b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4636 | 2024.07.25 02:11:07.363922 [ 3 ] {} <Debug> HTTP-Session: 0c33d183-288d-490f-b4c7-f1e20d1f92fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4637 | 2024.07.25 02:11:07.364091 [ 187 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_16_3} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4638 | 2024.07.25 02:11:07.364114 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 12510, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4639 | 2024.07.25 02:11:07.364226 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4640 | 2024.07.25 02:11:07.364255 [ 187 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_16_3} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
4641 | 2024.07.25 02:11:07.364264 [ 3 ] {} <Debug> HTTP-Session: d0dc1522-5f38-4de0-95ae-28055788e2c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
4642 | 2024.07.25 02:11:07.364309 [ 3 ] {} <Debug> HTTP-Session: d0dc1522-5f38-4de0-95ae-28055788e2c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4643 | 2024.07.25 02:11:07.364343 [ 3 ] {} <Debug> HTTP-Session: d0dc1522-5f38-4de0-95ae-28055788e2c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4644 | 2024.07.25 02:11:07.364425 [ 3 ] {} <Trace> HTTP-Session: d0dc1522-5f38-4de0-95ae-28055788e2c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4645 | 2024.07.25 02:11:07.364431 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
4646 | 2024.07.25 02:11:07.364584 [ 3 ] {32acfe26-1e03-484e-8c21-3c12cacf67fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4647 | 2024.07.25 02:11:07.364633 [ 3 ] {32acfe26-1e03-484e-8c21-3c12cacf67fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4648 | 2024.07.25 02:11:07.364806 [ 3 ] {32acfe26-1e03-484e-8c21-3c12cacf67fa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4649 | 2024.07.25 02:11:07.365191 [ 3 ] {32acfe26-1e03-484e-8c21-3c12cacf67fa} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4650 | 2024.07.25 02:11:07.365229 [ 3 ] {32acfe26-1e03-484e-8c21-3c12cacf67fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4651 | 2024.07.25 02:11:07.365563 [ 3 ] {32acfe26-1e03-484e-8c21-3c12cacf67fa} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
4652 | 2024.07.25 02:11:07.365892 [ 3 ] {32acfe26-1e03-484e-8c21-3c12cacf67fa} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4653 | 2024.07.25 02:11:07.366055 [ 3 ] {32acfe26-1e03-484e-8c21-3c12cacf67fa} <Debug> executeQuery: Read 87 rows, 7.20 KiB in 0.001521 sec., 57199.21104536489 rows/sec., 4.62 MiB/sec. | ||
4654 | 2024.07.25 02:11:07.366276 [ 3 ] {32acfe26-1e03-484e-8c21-3c12cacf67fa} <Debug> DynamicQueryHandler: Done processing query | ||
4655 | 2024.07.25 02:11:07.366302 [ 3 ] {32acfe26-1e03-484e-8c21-3c12cacf67fa} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
4656 | 2024.07.25 02:11:07.366317 [ 3 ] {} <Debug> HTTP-Session: d0dc1522-5f38-4de0-95ae-28055788e2c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4657 | 2024.07.25 02:11:07.366445 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4658 | 2024.07.25 02:11:07.366498 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4659 | 2024.07.25 02:11:07.366518 [ 3 ] {} <Debug> HTTP-Session: cf71881c-2d74-468f-a8ee-d372e9ea3651 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
4660 | 2024.07.25 02:11:07.366534 [ 3 ] {} <Debug> HTTP-Session: cf71881c-2d74-468f-a8ee-d372e9ea3651 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4661 | 2024.07.25 02:11:07.366548 [ 3 ] {} <Debug> HTTP-Session: cf71881c-2d74-468f-a8ee-d372e9ea3651 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4662 | 2024.07.25 02:11:07.366581 [ 3 ] {} <Trace> HTTP-Session: cf71881c-2d74-468f-a8ee-d372e9ea3651 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4663 | 2024.07.25 02:11:07.366677 [ 3 ] {cc801eb8-2058-4266-b935-c5e528cb647b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4664 | 2024.07.25 02:11:07.366722 [ 3 ] {cc801eb8-2058-4266-b935-c5e528cb647b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4665 | 2024.07.25 02:11:07.366851 [ 3 ] {cc801eb8-2058-4266-b935-c5e528cb647b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4666 | 2024.07.25 02:11:07.367140 [ 3 ] {cc801eb8-2058-4266-b935-c5e528cb647b} <Trace> oximeter.fields_u16 (977fada6-76a3-44eb-8ed0-7c71340c6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4667 | 2024.07.25 02:11:07.367177 [ 3 ] {cc801eb8-2058-4266-b935-c5e528cb647b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4668 | 2024.07.25 02:11:07.367480 [ 3 ] {cc801eb8-2058-4266-b935-c5e528cb647b} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
4669 | 2024.07.25 02:11:07.367794 [ 3 ] {cc801eb8-2058-4266-b935-c5e528cb647b} <Trace> oximeter.fields_u16 (977fada6-76a3-44eb-8ed0-7c71340c6e1a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4670 | 2024.07.25 02:11:07.367936 [ 3 ] {cc801eb8-2058-4266-b935-c5e528cb647b} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001279 sec., 1563.721657544957 rows/sec., 109.19 KiB/sec. | ||
4671 | 2024.07.25 02:11:07.368211 [ 3 ] {cc801eb8-2058-4266-b935-c5e528cb647b} <Debug> DynamicQueryHandler: Done processing query | ||
4672 | 2024.07.25 02:11:07.368237 [ 3 ] {cc801eb8-2058-4266-b935-c5e528cb647b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4673 | 2024.07.25 02:11:07.368252 [ 3 ] {} <Debug> HTTP-Session: cf71881c-2d74-468f-a8ee-d372e9ea3651 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4674 | 2024.07.25 02:11:07.368375 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 12915, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4675 | 2024.07.25 02:11:07.368425 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4676 | 2024.07.25 02:11:07.368444 [ 3 ] {} <Debug> HTTP-Session: 499bc9af-3102-4c2a-b5c8-b289f3432d4f Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
4677 | 2024.07.25 02:11:07.368460 [ 3 ] {} <Debug> HTTP-Session: 499bc9af-3102-4c2a-b5c8-b289f3432d4f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4678 | 2024.07.25 02:11:07.368475 [ 3 ] {} <Debug> HTTP-Session: 499bc9af-3102-4c2a-b5c8-b289f3432d4f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4679 | 2024.07.25 02:11:07.368506 [ 3 ] {} <Trace> HTTP-Session: 499bc9af-3102-4c2a-b5c8-b289f3432d4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4680 | 2024.07.25 02:11:07.368631 [ 3 ] {dedf55a0-fe5d-48c5-bd6b-15a8df778e03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4681 | 2024.07.25 02:11:07.368675 [ 3 ] {dedf55a0-fe5d-48c5-bd6b-15a8df778e03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4682 | 2024.07.25 02:11:07.368822 [ 3 ] {dedf55a0-fe5d-48c5-bd6b-15a8df778e03} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4683 | 2024.07.25 02:11:07.369302 [ 3 ] {dedf55a0-fe5d-48c5-bd6b-15a8df778e03} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4684 | 2024.07.25 02:11:07.369350 [ 3 ] {dedf55a0-fe5d-48c5-bd6b-15a8df778e03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4685 | 2024.07.25 02:11:07.369778 [ 3 ] {dedf55a0-fe5d-48c5-bd6b-15a8df778e03} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
4686 | 2024.07.25 02:11:07.370200 [ 3 ] {dedf55a0-fe5d-48c5-bd6b-15a8df778e03} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4687 | 2024.07.25 02:11:07.370392 [ 3 ] {dedf55a0-fe5d-48c5-bd6b-15a8df778e03} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.0018 sec., 42222.222222222226 rows/sec., 3.30 MiB/sec. | ||
4688 | 2024.07.25 02:11:07.370734 [ 3 ] {dedf55a0-fe5d-48c5-bd6b-15a8df778e03} <Debug> DynamicQueryHandler: Done processing query | ||
4689 | 2024.07.25 02:11:07.370767 [ 3 ] {dedf55a0-fe5d-48c5-bd6b-15a8df778e03} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
4690 | 2024.07.25 02:11:07.370788 [ 3 ] {} <Debug> HTTP-Session: 499bc9af-3102-4c2a-b5c8-b289f3432d4f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4691 | 2024.07.25 02:11:07.370989 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 30796, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4692 | 2024.07.25 02:11:07.371041 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4693 | 2024.07.25 02:11:07.371061 [ 3 ] {} <Debug> HTTP-Session: 4e81a7be-9977-4b42-b44d-9aca8e05b7f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
4694 | 2024.07.25 02:11:07.371077 [ 3 ] {} <Debug> HTTP-Session: 4e81a7be-9977-4b42-b44d-9aca8e05b7f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4695 | 2024.07.25 02:11:07.371091 [ 3 ] {} <Debug> HTTP-Session: 4e81a7be-9977-4b42-b44d-9aca8e05b7f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4696 | 2024.07.25 02:11:07.371123 [ 3 ] {} <Trace> HTTP-Session: 4e81a7be-9977-4b42-b44d-9aca8e05b7f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4697 | 2024.07.25 02:11:07.371277 [ 3 ] {28e7a140-da3f-434a-a2a2-533fa3798e42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4698 | 2024.07.25 02:11:07.371327 [ 3 ] {28e7a140-da3f-434a-a2a2-533fa3798e42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4699 | 2024.07.25 02:11:07.371471 [ 3 ] {28e7a140-da3f-434a-a2a2-533fa3798e42} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4700 | 2024.07.25 02:11:07.371856 [ 3 ] {28e7a140-da3f-434a-a2a2-533fa3798e42} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4701 | 2024.07.25 02:11:07.371895 [ 3 ] {28e7a140-da3f-434a-a2a2-533fa3798e42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4702 | 2024.07.25 02:11:07.372285 [ 3 ] {28e7a140-da3f-434a-a2a2-533fa3798e42} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
4703 | 2024.07.25 02:11:07.372618 [ 3 ] {28e7a140-da3f-434a-a2a2-533fa3798e42} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4704 | 2024.07.25 02:11:07.372777 [ 3 ] {28e7a140-da3f-434a-a2a2-533fa3798e42} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001565 sec., 102875.39936102237 rows/sec., 7.16 MiB/sec. | ||
4705 | 2024.07.25 02:11:07.373068 [ 3 ] {28e7a140-da3f-434a-a2a2-533fa3798e42} <Debug> DynamicQueryHandler: Done processing query | ||
4706 | 2024.07.25 02:11:07.373093 [ 3 ] {28e7a140-da3f-434a-a2a2-533fa3798e42} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4707 | 2024.07.25 02:11:07.373109 [ 3 ] {} <Debug> HTTP-Session: 4e81a7be-9977-4b42-b44d-9aca8e05b7f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4708 | 2024.07.25 02:11:07.373235 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 16042, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4709 | 2024.07.25 02:11:07.373282 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4710 | 2024.07.25 02:11:07.373300 [ 3 ] {} <Debug> HTTP-Session: 62c49672-9170-4a2a-978d-f291030a946d Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
4711 | 2024.07.25 02:11:07.373317 [ 3 ] {} <Debug> HTTP-Session: 62c49672-9170-4a2a-978d-f291030a946d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4712 | 2024.07.25 02:11:07.373331 [ 3 ] {} <Debug> HTTP-Session: 62c49672-9170-4a2a-978d-f291030a946d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4713 | 2024.07.25 02:11:07.373361 [ 3 ] {} <Trace> HTTP-Session: 62c49672-9170-4a2a-978d-f291030a946d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4714 | 2024.07.25 02:11:07.373543 [ 3 ] {36afb00f-0c9b-4be7-87f1-24178efaa771} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4715 | 2024.07.25 02:11:07.373618 [ 3 ] {36afb00f-0c9b-4be7-87f1-24178efaa771} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
4716 | 2024.07.25 02:11:07.374049 [ 3 ] {36afb00f-0c9b-4be7-87f1-24178efaa771} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4717 | 2024.07.25 02:11:07.374581 [ 3 ] {36afb00f-0c9b-4be7-87f1-24178efaa771} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4718 | 2024.07.25 02:11:07.374616 [ 3 ] {36afb00f-0c9b-4be7-87f1-24178efaa771} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4719 | 2024.07.25 02:11:07.375204 [ 3 ] {36afb00f-0c9b-4be7-87f1-24178efaa771} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
4720 | 2024.07.25 02:11:07.375616 [ 3 ] {36afb00f-0c9b-4be7-87f1-24178efaa771} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4721 | 2024.07.25 02:11:07.375802 [ 3 ] {36afb00f-0c9b-4be7-87f1-24178efaa771} <Debug> executeQuery: Read 10 rows, 18.35 KiB in 0.002366 sec., 4226.542688081149 rows/sec., 7.57 MiB/sec. | ||
4722 | 2024.07.25 02:11:07.376019 [ 3 ] {36afb00f-0c9b-4be7-87f1-24178efaa771} <Debug> DynamicQueryHandler: Done processing query | ||
4723 | 2024.07.25 02:11:07.376044 [ 3 ] {36afb00f-0c9b-4be7-87f1-24178efaa771} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
4724 | 2024.07.25 02:11:07.376060 [ 3 ] {} <Debug> HTTP-Session: 62c49672-9170-4a2a-978d-f291030a946d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4725 | 2024.07.25 02:11:07.376182 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4726 | 2024.07.25 02:11:07.376229 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4727 | 2024.07.25 02:11:07.376247 [ 3 ] {} <Debug> HTTP-Session: 664b98f3-4787-4b53-8623-c7625879d7f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
4728 | 2024.07.25 02:11:07.376263 [ 3 ] {} <Debug> HTTP-Session: 664b98f3-4787-4b53-8623-c7625879d7f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4729 | 2024.07.25 02:11:07.376277 [ 3 ] {} <Debug> HTTP-Session: 664b98f3-4787-4b53-8623-c7625879d7f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4730 | 2024.07.25 02:11:07.376308 [ 3 ] {} <Trace> HTTP-Session: 664b98f3-4787-4b53-8623-c7625879d7f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4731 | 2024.07.25 02:11:07.376427 [ 3 ] {867eaf33-4468-4435-8c9b-d2116fd0e4ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4732 | 2024.07.25 02:11:07.376474 [ 3 ] {867eaf33-4468-4435-8c9b-d2116fd0e4ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4733 | 2024.07.25 02:11:07.376603 [ 3 ] {867eaf33-4468-4435-8c9b-d2116fd0e4ba} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4734 | 2024.07.25 02:11:07.376937 [ 3 ] {867eaf33-4468-4435-8c9b-d2116fd0e4ba} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4735 | 2024.07.25 02:11:07.376980 [ 3 ] {867eaf33-4468-4435-8c9b-d2116fd0e4ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4736 | 2024.07.25 02:11:07.377333 [ 3 ] {867eaf33-4468-4435-8c9b-d2116fd0e4ba} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
4737 | 2024.07.25 02:11:07.377722 [ 3 ] {867eaf33-4468-4435-8c9b-d2116fd0e4ba} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4738 | 2024.07.25 02:11:07.377922 [ 3 ] {867eaf33-4468-4435-8c9b-d2116fd0e4ba} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001529 sec., 39241.33420536298 rows/sec., 2.64 MiB/sec. | ||
4739 | 2024.07.25 02:11:07.378519 [ 3 ] {867eaf33-4468-4435-8c9b-d2116fd0e4ba} <Debug> DynamicQueryHandler: Done processing query | ||
4740 | 2024.07.25 02:11:07.378565 [ 3 ] {867eaf33-4468-4435-8c9b-d2116fd0e4ba} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4741 | 2024.07.25 02:11:07.378596 [ 3 ] {} <Debug> HTTP-Session: 664b98f3-4787-4b53-8623-c7625879d7f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4742 | 2024.07.25 02:11:12.361412 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 4045, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4743 | 2024.07.25 02:11:12.361544 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4744 | 2024.07.25 02:11:12.361577 [ 3 ] {} <Debug> HTTP-Session: fa4c7901-d9d2-45f4-8668-a00e7733bc73 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
4745 | 2024.07.25 02:11:12.361601 [ 3 ] {} <Debug> HTTP-Session: fa4c7901-d9d2-45f4-8668-a00e7733bc73 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4746 | 2024.07.25 02:11:12.361618 [ 3 ] {} <Debug> HTTP-Session: fa4c7901-d9d2-45f4-8668-a00e7733bc73 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4747 | 2024.07.25 02:11:12.361670 [ 3 ] {} <Trace> HTTP-Session: fa4c7901-d9d2-45f4-8668-a00e7733bc73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4748 | 2024.07.25 02:11:12.361857 [ 3 ] {ce76d00a-aa35-40d5-b134-4e50faf7f26d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4749 | 2024.07.25 02:11:12.361924 [ 3 ] {ce76d00a-aa35-40d5-b134-4e50faf7f26d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4750 | 2024.07.25 02:11:12.362110 [ 3 ] {ce76d00a-aa35-40d5-b134-4e50faf7f26d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4751 | 2024.07.25 02:11:12.362531 [ 3 ] {ce76d00a-aa35-40d5-b134-4e50faf7f26d} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4752 | 2024.07.25 02:11:12.362570 [ 3 ] {ce76d00a-aa35-40d5-b134-4e50faf7f26d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4753 | 2024.07.25 02:11:12.362929 [ 3 ] {ce76d00a-aa35-40d5-b134-4e50faf7f26d} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
4754 | 2024.07.25 02:11:12.363256 [ 3 ] {ce76d00a-aa35-40d5-b134-4e50faf7f26d} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4755 | 2024.07.25 02:11:12.363393 [ 3 ] {ce76d00a-aa35-40d5-b134-4e50faf7f26d} <Debug> executeQuery: Read 29 rows, 2.20 KiB in 0.001596 sec., 18170.42606516291 rows/sec., 1.35 MiB/sec. | ||
4756 | 2024.07.25 02:11:12.363618 [ 3 ] {ce76d00a-aa35-40d5-b134-4e50faf7f26d} <Debug> DynamicQueryHandler: Done processing query | ||
4757 | 2024.07.25 02:11:12.363645 [ 3 ] {ce76d00a-aa35-40d5-b134-4e50faf7f26d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4758 | 2024.07.25 02:11:12.363662 [ 3 ] {} <Debug> HTTP-Session: fa4c7901-d9d2-45f4-8668-a00e7733bc73 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4759 | 2024.07.25 02:11:12.363792 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4760 | 2024.07.25 02:11:12.363843 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4761 | 2024.07.25 02:11:12.363863 [ 3 ] {} <Debug> HTTP-Session: 90be2c34-9cd1-4616-88fe-d8b26da4d305 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
4762 | 2024.07.25 02:11:12.363882 [ 3 ] {} <Debug> HTTP-Session: 90be2c34-9cd1-4616-88fe-d8b26da4d305 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4763 | 2024.07.25 02:11:12.363896 [ 3 ] {} <Debug> HTTP-Session: 90be2c34-9cd1-4616-88fe-d8b26da4d305 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4764 | 2024.07.25 02:11:12.363928 [ 3 ] {} <Trace> HTTP-Session: 90be2c34-9cd1-4616-88fe-d8b26da4d305 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4765 | 2024.07.25 02:11:12.364022 [ 3 ] {533c2038-212f-4b5b-956e-41e2f2ce9cd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
4766 | 2024.07.25 02:11:12.364064 [ 3 ] {533c2038-212f-4b5b-956e-41e2f2ce9cd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4767 | 2024.07.25 02:11:12.364191 [ 3 ] {533c2038-212f-4b5b-956e-41e2f2ce9cd2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4768 | 2024.07.25 02:11:12.364465 [ 3 ] {533c2038-212f-4b5b-956e-41e2f2ce9cd2} <Trace> oximeter.fields_ipaddr (330a275b-5c0e-4112-8190-93317cf14d06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4769 | 2024.07.25 02:11:12.364501 [ 3 ] {533c2038-212f-4b5b-956e-41e2f2ce9cd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4770 | 2024.07.25 02:11:12.364792 [ 3 ] {533c2038-212f-4b5b-956e-41e2f2ce9cd2} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
4771 | 2024.07.25 02:11:12.365107 [ 3 ] {533c2038-212f-4b5b-956e-41e2f2ce9cd2} <Trace> oximeter.fields_ipaddr (330a275b-5c0e-4112-8190-93317cf14d06): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4772 | 2024.07.25 02:11:12.365232 [ 3 ] {533c2038-212f-4b5b-956e-41e2f2ce9cd2} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001234 sec., 1620.7455429497568 rows/sec., 132.16 KiB/sec. | ||
4773 | 2024.07.25 02:11:12.365391 [ 3 ] {533c2038-212f-4b5b-956e-41e2f2ce9cd2} <Debug> DynamicQueryHandler: Done processing query | ||
4774 | 2024.07.25 02:11:12.365416 [ 3 ] {533c2038-212f-4b5b-956e-41e2f2ce9cd2} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4775 | 2024.07.25 02:11:12.365431 [ 3 ] {} <Debug> HTTP-Session: 90be2c34-9cd1-4616-88fe-d8b26da4d305 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4776 | 2024.07.25 02:11:12.365608 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 34864, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4777 | 2024.07.25 02:11:12.365657 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4778 | 2024.07.25 02:11:12.365676 [ 3 ] {} <Debug> HTTP-Session: 0191ff28-35fe-466c-9fb2-188d3d6da957 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
4779 | 2024.07.25 02:11:12.365693 [ 3 ] {} <Debug> HTTP-Session: 0191ff28-35fe-466c-9fb2-188d3d6da957 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4780 | 2024.07.25 02:11:12.365707 [ 3 ] {} <Debug> HTTP-Session: 0191ff28-35fe-466c-9fb2-188d3d6da957 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4781 | 2024.07.25 02:11:12.365737 [ 3 ] {} <Trace> HTTP-Session: 0191ff28-35fe-466c-9fb2-188d3d6da957 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4782 | 2024.07.25 02:11:12.365889 [ 3 ] {d610ffe7-dfde-49cc-b35b-2d7acd823462} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4783 | 2024.07.25 02:11:12.365931 [ 3 ] {d610ffe7-dfde-49cc-b35b-2d7acd823462} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4784 | 2024.07.25 02:11:12.366053 [ 3 ] {d610ffe7-dfde-49cc-b35b-2d7acd823462} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4785 | 2024.07.25 02:11:12.366471 [ 3 ] {d610ffe7-dfde-49cc-b35b-2d7acd823462} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4786 | 2024.07.25 02:11:12.366508 [ 3 ] {d610ffe7-dfde-49cc-b35b-2d7acd823462} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4787 | 2024.07.25 02:11:12.366821 [ 3 ] {d610ffe7-dfde-49cc-b35b-2d7acd823462} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
4788 | 2024.07.25 02:11:12.367122 [ 3 ] {d610ffe7-dfde-49cc-b35b-2d7acd823462} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4789 | 2024.07.25 02:11:12.367245 [ 3 ] {d610ffe7-dfde-49cc-b35b-2d7acd823462} <Debug> executeQuery: Read 231 rows, 20.83 KiB in 0.001426 sec., 161991.58485273493 rows/sec., 14.27 MiB/sec. | ||
4790 | 2024.07.25 02:11:12.367400 [ 3 ] {d610ffe7-dfde-49cc-b35b-2d7acd823462} <Debug> DynamicQueryHandler: Done processing query | ||
4791 | 2024.07.25 02:11:12.367425 [ 3 ] {d610ffe7-dfde-49cc-b35b-2d7acd823462} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
4792 | 2024.07.25 02:11:12.367440 [ 3 ] {} <Debug> HTTP-Session: 0191ff28-35fe-466c-9fb2-188d3d6da957 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4793 | 2024.07.25 02:11:12.367568 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4794 | 2024.07.25 02:11:12.367614 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4795 | 2024.07.25 02:11:12.367632 [ 3 ] {} <Debug> HTTP-Session: 3c93e37b-5810-4eee-aa0f-2a168c87e3fa Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
4796 | 2024.07.25 02:11:12.367649 [ 3 ] {} <Debug> HTTP-Session: 3c93e37b-5810-4eee-aa0f-2a168c87e3fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4797 | 2024.07.25 02:11:12.367663 [ 3 ] {} <Debug> HTTP-Session: 3c93e37b-5810-4eee-aa0f-2a168c87e3fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4798 | 2024.07.25 02:11:12.367692 [ 3 ] {} <Trace> HTTP-Session: 3c93e37b-5810-4eee-aa0f-2a168c87e3fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4799 | 2024.07.25 02:11:12.367784 [ 3 ] {77406aab-08fd-4814-a611-31d56d4da025} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4800 | 2024.07.25 02:11:12.367832 [ 3 ] {77406aab-08fd-4814-a611-31d56d4da025} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4801 | 2024.07.25 02:11:12.367954 [ 3 ] {77406aab-08fd-4814-a611-31d56d4da025} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4802 | 2024.07.25 02:11:12.368234 [ 3 ] {77406aab-08fd-4814-a611-31d56d4da025} <Trace> oximeter.fields_u16 (977fada6-76a3-44eb-8ed0-7c71340c6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4803 | 2024.07.25 02:11:12.368269 [ 3 ] {77406aab-08fd-4814-a611-31d56d4da025} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4804 | 2024.07.25 02:11:12.368559 [ 3 ] {77406aab-08fd-4814-a611-31d56d4da025} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
4805 | 2024.07.25 02:11:12.368871 [ 3 ] {77406aab-08fd-4814-a611-31d56d4da025} <Trace> oximeter.fields_u16 (977fada6-76a3-44eb-8ed0-7c71340c6e1a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4806 | 2024.07.25 02:11:12.368997 [ 3 ] {77406aab-08fd-4814-a611-31d56d4da025} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001235 sec., 1619.4331983805669 rows/sec., 113.08 KiB/sec. | ||
4807 | 2024.07.25 02:11:12.369152 [ 3 ] {77406aab-08fd-4814-a611-31d56d4da025} <Debug> DynamicQueryHandler: Done processing query | ||
4808 | 2024.07.25 02:11:12.369176 [ 3 ] {77406aab-08fd-4814-a611-31d56d4da025} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4809 | 2024.07.25 02:11:12.369191 [ 3 ] {} <Debug> HTTP-Session: 3c93e37b-5810-4eee-aa0f-2a168c87e3fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4810 | 2024.07.25 02:11:12.369347 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 65802, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4811 | 2024.07.25 02:11:12.369395 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4812 | 2024.07.25 02:11:12.369415 [ 3 ] {} <Debug> HTTP-Session: 7c70217e-f63f-46b1-a7cc-deba5e70353d Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
4813 | 2024.07.25 02:11:12.369431 [ 3 ] {} <Debug> HTTP-Session: 7c70217e-f63f-46b1-a7cc-deba5e70353d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4814 | 2024.07.25 02:11:12.369444 [ 3 ] {} <Debug> HTTP-Session: 7c70217e-f63f-46b1-a7cc-deba5e70353d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4815 | 2024.07.25 02:11:12.369475 [ 3 ] {} <Trace> HTTP-Session: 7c70217e-f63f-46b1-a7cc-deba5e70353d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4816 | 2024.07.25 02:11:12.369678 [ 3 ] {6db44215-c126-412a-ac2c-5cd248260639} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4817 | 2024.07.25 02:11:12.369721 [ 3 ] {6db44215-c126-412a-ac2c-5cd248260639} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4818 | 2024.07.25 02:11:12.369845 [ 3 ] {6db44215-c126-412a-ac2c-5cd248260639} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4819 | 2024.07.25 02:11:12.370511 [ 3 ] {6db44215-c126-412a-ac2c-5cd248260639} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4820 | 2024.07.25 02:11:12.370550 [ 3 ] {6db44215-c126-412a-ac2c-5cd248260639} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4821 | 2024.07.25 02:11:12.370955 [ 3 ] {6db44215-c126-412a-ac2c-5cd248260639} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
4822 | 2024.07.25 02:11:12.371346 [ 3 ] {6db44215-c126-412a-ac2c-5cd248260639} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4823 | 2024.07.25 02:11:12.371495 [ 3 ] {6db44215-c126-412a-ac2c-5cd248260639} <Debug> executeQuery: Read 407 rows, 29.48 KiB in 0.001924 sec., 211538.46153846153 rows/sec., 14.96 MiB/sec. | ||
4824 | 2024.07.25 02:11:12.371807 [ 3 ] {6db44215-c126-412a-ac2c-5cd248260639} <Debug> DynamicQueryHandler: Done processing query | ||
4825 | 2024.07.25 02:11:12.371860 [ 3 ] {6db44215-c126-412a-ac2c-5cd248260639} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
4826 | 2024.07.25 02:11:12.371891 [ 3 ] {} <Debug> HTTP-Session: 7c70217e-f63f-46b1-a7cc-deba5e70353d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4827 | 2024.07.25 02:11:12.372070 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4828 | 2024.07.25 02:11:12.372128 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4829 | 2024.07.25 02:11:12.372147 [ 3 ] {} <Debug> HTTP-Session: 5af1c6f3-125a-493c-bb5e-016de58a7377 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
4830 | 2024.07.25 02:11:12.372165 [ 3 ] {} <Debug> HTTP-Session: 5af1c6f3-125a-493c-bb5e-016de58a7377 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4831 | 2024.07.25 02:11:12.372179 [ 3 ] {} <Debug> HTTP-Session: 5af1c6f3-125a-493c-bb5e-016de58a7377 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4832 | 2024.07.25 02:11:12.372210 [ 3 ] {} <Trace> HTTP-Session: 5af1c6f3-125a-493c-bb5e-016de58a7377 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4833 | 2024.07.25 02:11:12.372317 [ 3 ] {a15391d9-e605-4074-acc3-ec64ec83c433} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
4834 | 2024.07.25 02:11:12.372365 [ 3 ] {a15391d9-e605-4074-acc3-ec64ec83c433} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
4835 | 2024.07.25 02:11:12.372516 [ 3 ] {a15391d9-e605-4074-acc3-ec64ec83c433} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4836 | 2024.07.25 02:11:12.372817 [ 3 ] {a15391d9-e605-4074-acc3-ec64ec83c433} <Trace> oximeter.measurements_bool (8163702d-f428-4b08-bb37-b5af976016c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4837 | 2024.07.25 02:11:12.372853 [ 3 ] {a15391d9-e605-4074-acc3-ec64ec83c433} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4838 | 2024.07.25 02:11:12.373216 [ 3 ] {a15391d9-e605-4074-acc3-ec64ec83c433} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
4839 | 2024.07.25 02:11:12.373542 [ 3 ] {a15391d9-e605-4074-acc3-ec64ec83c433} <Trace> oximeter.measurements_bool (8163702d-f428-4b08-bb37-b5af976016c8): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4840 | 2024.07.25 02:11:12.373662 [ 127 ] {} <Debug> oximeter.measurements_bool (8163702d-f428-4b08-bb37-b5af976016c8) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
4841 | 2024.07.25 02:11:12.373669 [ 3 ] {a15391d9-e605-4074-acc3-ec64ec83c433} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001377 sec., 4357.298474945534 rows/sec., 187.23 KiB/sec. | ||
4842 | 2024.07.25 02:11:12.373702 [ 127 ] {} <Trace> oximeter.measurements_bool (8163702d-f428-4b08-bb37-b5af976016c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4843 | 2024.07.25 02:11:12.373737 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4844 | 2024.07.25 02:11:12.373975 [ 3 ] {a15391d9-e605-4074-acc3-ec64ec83c433} <Debug> DynamicQueryHandler: Done processing query | ||
4845 | 2024.07.25 02:11:12.374080 [ 3 ] {a15391d9-e605-4074-acc3-ec64ec83c433} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
4846 | 2024.07.25 02:11:12.374149 [ 3 ] {} <Debug> HTTP-Session: 5af1c6f3-125a-493c-bb5e-016de58a7377 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4847 | 2024.07.25 02:11:12.374165 [ 186 ] {8163702d-f428-4b08-bb37-b5af976016c8::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 | ||
4848 | 2024.07.25 02:11:12.374353 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 14082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4849 | 2024.07.25 02:11:12.374443 [ 186 ] {8163702d-f428-4b08-bb37-b5af976016c8::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4850 | 2024.07.25 02:11:12.374457 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4851 | 2024.07.25 02:11:12.374520 [ 3 ] {} <Debug> HTTP-Session: ff4204b7-3130-4c54-895f-441f21e4586d Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
4852 | 2024.07.25 02:11:12.374524 [ 186 ] {8163702d-f428-4b08-bb37-b5af976016c8::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 | ||
4853 | 2024.07.25 02:11:12.374543 [ 3 ] {} <Debug> HTTP-Session: ff4204b7-3130-4c54-895f-441f21e4586d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4854 | 2024.07.25 02:11:12.374582 [ 3 ] {} <Debug> HTTP-Session: ff4204b7-3130-4c54-895f-441f21e4586d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4855 | 2024.07.25 02:11:12.374694 [ 3 ] {} <Trace> HTTP-Session: ff4204b7-3130-4c54-895f-441f21e4586d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4856 | 2024.07.25 02:11:12.374805 [ 186 ] {8163702d-f428-4b08-bb37-b5af976016c8::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 | ||
4857 | 2024.07.25 02:11:12.375053 [ 186 ] {8163702d-f428-4b08-bb37-b5af976016c8::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 | ||
4858 | 2024.07.25 02:11:12.375080 [ 3 ] {26b7dec3-259e-4bbf-9eb2-809891033be0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
4859 | 2024.07.25 02:11:12.375307 [ 3 ] {26b7dec3-259e-4bbf-9eb2-809891033be0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
4860 | 2024.07.25 02:11:12.375320 [ 186 ] {8163702d-f428-4b08-bb37-b5af976016c8::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 | ||
4861 | 2024.07.25 02:11:12.375648 [ 186 ] {8163702d-f428-4b08-bb37-b5af976016c8::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 | ||
4862 | 2024.07.25 02:11:12.375977 [ 186 ] {8163702d-f428-4b08-bb37-b5af976016c8::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 | ||
4863 | 2024.07.25 02:11:12.376635 [ 3 ] {26b7dec3-259e-4bbf-9eb2-809891033be0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4864 | 2024.07.25 02:11:12.377355 [ 3 ] {26b7dec3-259e-4bbf-9eb2-809891033be0} <Trace> oximeter.measurements_cumulativei64 (ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4865 | 2024.07.25 02:11:12.377419 [ 3 ] {26b7dec3-259e-4bbf-9eb2-809891033be0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4866 | 2024.07.25 02:11:12.378547 [ 3 ] {26b7dec3-259e-4bbf-9eb2-809891033be0} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
4867 | 2024.07.25 02:11:12.379018 [ 187 ] {8163702d-f428-4b08-bb37-b5af976016c8::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.005156229 sec., 12800.052131121407 rows/sec., 550.00 KiB/sec. | ||
4868 | 2024.07.25 02:11:12.379296 [ 187 ] {8163702d-f428-4b08-bb37-b5af976016c8::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
4869 | 2024.07.25 02:11:12.379354 [ 3 ] {26b7dec3-259e-4bbf-9eb2-809891033be0} <Trace> oximeter.measurements_cumulativei64 (ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4870 | 2024.07.25 02:11:12.379616 [ 127 ] {} <Debug> oximeter.measurements_cumulativei64 (ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
4871 | 2024.07.25 02:11:12.379703 [ 3 ] {26b7dec3-259e-4bbf-9eb2-809891033be0} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.004794 sec., 16061.743846474761 rows/sec., 1012.82 KiB/sec. | ||
4872 | 2024.07.25 02:11:12.379704 [ 127 ] {} <Trace> oximeter.measurements_cumulativei64 (ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4873 | 2024.07.25 02:11:12.379798 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4874 | 2024.07.25 02:11:12.380354 [ 200 ] {ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7::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 | ||
4875 | 2024.07.25 02:11:12.380900 [ 3 ] {26b7dec3-259e-4bbf-9eb2-809891033be0} <Debug> DynamicQueryHandler: Done processing query | ||
4876 | 2024.07.25 02:11:12.380927 [ 200 ] {ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4877 | 2024.07.25 02:11:12.380992 [ 3 ] {26b7dec3-259e-4bbf-9eb2-809891033be0} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4878 | 2024.07.25 02:11:12.381001 [ 187 ] {8163702d-f428-4b08-bb37-b5af976016c8::all_1_11_2} <Trace> oximeter.measurements_bool (8163702d-f428-4b08-bb37-b5af976016c8): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4879 | 2024.07.25 02:11:12.381043 [ 200 ] {ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 462 rows starting from the beginning of the part | ||
4880 | 2024.07.25 02:11:12.381059 [ 3 ] {} <Debug> HTTP-Session: ff4204b7-3130-4c54-895f-441f21e4586d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4881 | 2024.07.25 02:11:12.381310 [ 187 ] {8163702d-f428-4b08-bb37-b5af976016c8::all_1_11_2} <Trace> oximeter.measurements_bool (8163702d-f428-4b08-bb37-b5af976016c8) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
4882 | 2024.07.25 02:11:12.381420 [ 200 ] {ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 77 rows starting from the beginning of the part | ||
4883 | 2024.07.25 02:11:12.381471 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 30797, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4884 | 2024.07.25 02:11:12.381657 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
4885 | 2024.07.25 02:11:12.381790 [ 200 ] {ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 77 rows starting from the beginning of the part | ||
4886 | 2024.07.25 02:11:12.381834 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4887 | 2024.07.25 02:11:12.382122 [ 200 ] {ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 77 rows starting from the beginning of the part | ||
4888 | 2024.07.25 02:11:12.382155 [ 3 ] {} <Debug> HTTP-Session: 60e2fbc1-5d6e-481c-8df9-e91777e54e08 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
4889 | 2024.07.25 02:11:12.382210 [ 3 ] {} <Debug> HTTP-Session: 60e2fbc1-5d6e-481c-8df9-e91777e54e08 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4890 | 2024.07.25 02:11:12.382273 [ 3 ] {} <Debug> HTTP-Session: 60e2fbc1-5d6e-481c-8df9-e91777e54e08 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4891 | 2024.07.25 02:11:12.382388 [ 200 ] {ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 77 rows starting from the beginning of the part | ||
4892 | 2024.07.25 02:11:12.382414 [ 3 ] {} <Trace> HTTP-Session: 60e2fbc1-5d6e-481c-8df9-e91777e54e08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4893 | 2024.07.25 02:11:12.382702 [ 200 ] {ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 77 rows starting from the beginning of the part | ||
4894 | 2024.07.25 02:11:12.383069 [ 3 ] {cff6a959-6da2-4a1a-b149-4e1440711fa9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4895 | 2024.07.25 02:11:12.383194 [ 3 ] {cff6a959-6da2-4a1a-b149-4e1440711fa9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4896 | 2024.07.25 02:11:12.383647 [ 3 ] {cff6a959-6da2-4a1a-b149-4e1440711fa9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4897 | 2024.07.25 02:11:12.384593 [ 3 ] {cff6a959-6da2-4a1a-b149-4e1440711fa9} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4898 | 2024.07.25 02:11:12.384670 [ 3 ] {cff6a959-6da2-4a1a-b149-4e1440711fa9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4899 | 2024.07.25 02:11:12.385646 [ 3 ] {cff6a959-6da2-4a1a-b149-4e1440711fa9} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
4900 | 2024.07.25 02:11:12.385888 [ 194 ] {ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 847 rows, containing 5 columns (5 merged, 0 gathered) in 0.005894901 sec., 143683.49867113968 rows/sec., 8.85 MiB/sec. | ||
4901 | 2024.07.25 02:11:12.386202 [ 194 ] {ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
4902 | 2024.07.25 02:11:12.386392 [ 3 ] {cff6a959-6da2-4a1a-b149-4e1440711fa9} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4903 | 2024.07.25 02:11:12.386799 [ 3 ] {cff6a959-6da2-4a1a-b149-4e1440711fa9} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.004018 sec., 40069.68641114983 rows/sec., 2.79 MiB/sec. | ||
4904 | 2024.07.25 02:11:12.387253 [ 3 ] {cff6a959-6da2-4a1a-b149-4e1440711fa9} <Debug> DynamicQueryHandler: Done processing query | ||
4905 | 2024.07.25 02:11:12.387314 [ 3 ] {cff6a959-6da2-4a1a-b149-4e1440711fa9} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4906 | 2024.07.25 02:11:12.387343 [ 194 ] {ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7::all_1_11_2} <Trace> oximeter.measurements_cumulativei64 (ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4907 | 2024.07.25 02:11:12.387357 [ 3 ] {} <Debug> HTTP-Session: 60e2fbc1-5d6e-481c-8df9-e91777e54e08 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4908 | 2024.07.25 02:11:12.387491 [ 194 ] {ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7::all_1_11_2} <Trace> oximeter.measurements_cumulativei64 (ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
4909 | 2024.07.25 02:11:12.387638 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 36848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4910 | 2024.07.25 02:11:12.387648 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. | ||
4911 | 2024.07.25 02:11:12.387715 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4912 | 2024.07.25 02:11:12.387739 [ 3 ] {} <Debug> HTTP-Session: 3300726c-07a7-4ef5-8d48-6a53f41b0886 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
4913 | 2024.07.25 02:11:12.387756 [ 3 ] {} <Debug> HTTP-Session: 3300726c-07a7-4ef5-8d48-6a53f41b0886 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4914 | 2024.07.25 02:11:12.387772 [ 3 ] {} <Debug> HTTP-Session: 3300726c-07a7-4ef5-8d48-6a53f41b0886 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4915 | 2024.07.25 02:11:12.387815 [ 3 ] {} <Trace> HTTP-Session: 3300726c-07a7-4ef5-8d48-6a53f41b0886 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4916 | 2024.07.25 02:11:12.388258 [ 3 ] {54a06643-1603-4f9f-9101-9a7b1082ecd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4917 | 2024.07.25 02:11:12.388334 [ 3 ] {54a06643-1603-4f9f-9101-9a7b1082ecd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
4918 | 2024.07.25 02:11:12.388793 [ 3 ] {54a06643-1603-4f9f-9101-9a7b1082ecd0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4919 | 2024.07.25 02:11:12.389589 [ 3 ] {54a06643-1603-4f9f-9101-9a7b1082ecd0} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4920 | 2024.07.25 02:11:12.389631 [ 3 ] {54a06643-1603-4f9f-9101-9a7b1082ecd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4921 | 2024.07.25 02:11:12.390467 [ 3 ] {54a06643-1603-4f9f-9101-9a7b1082ecd0} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
4922 | 2024.07.25 02:11:12.390911 [ 3 ] {54a06643-1603-4f9f-9101-9a7b1082ecd0} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4923 | 2024.07.25 02:11:12.391071 [ 3 ] {54a06643-1603-4f9f-9101-9a7b1082ecd0} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.003151 sec., 7299.2700729927 rows/sec., 13.08 MiB/sec. | ||
4924 | 2024.07.25 02:11:12.391312 [ 3 ] {54a06643-1603-4f9f-9101-9a7b1082ecd0} <Debug> DynamicQueryHandler: Done processing query | ||
4925 | 2024.07.25 02:11:12.391343 [ 3 ] {54a06643-1603-4f9f-9101-9a7b1082ecd0} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
4926 | 2024.07.25 02:11:12.391364 [ 3 ] {} <Debug> HTTP-Session: 3300726c-07a7-4ef5-8d48-6a53f41b0886 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4927 | 2024.07.25 02:11:12.391492 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 3211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4928 | 2024.07.25 02:11:12.391544 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4929 | 2024.07.25 02:11:12.391563 [ 3 ] {} <Debug> HTTP-Session: 3bad5ae8-73bb-4d49-b8d3-45412d5396a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
4930 | 2024.07.25 02:11:12.391580 [ 3 ] {} <Debug> HTTP-Session: 3bad5ae8-73bb-4d49-b8d3-45412d5396a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4931 | 2024.07.25 02:11:12.391595 [ 3 ] {} <Debug> HTTP-Session: 3bad5ae8-73bb-4d49-b8d3-45412d5396a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4932 | 2024.07.25 02:11:12.391627 [ 3 ] {} <Trace> HTTP-Session: 3bad5ae8-73bb-4d49-b8d3-45412d5396a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4933 | 2024.07.25 02:11:12.391729 [ 3 ] {594e4b78-26e6-418c-a4a2-df7aa098b62b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
4934 | 2024.07.25 02:11:12.391775 [ 3 ] {594e4b78-26e6-418c-a4a2-df7aa098b62b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
4935 | 2024.07.25 02:11:12.391903 [ 3 ] {594e4b78-26e6-418c-a4a2-df7aa098b62b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4936 | 2024.07.25 02:11:12.392174 [ 3 ] {594e4b78-26e6-418c-a4a2-df7aa098b62b} <Trace> oximeter.measurements_i64 (4af3948b-7ee8-4a0a-bff7-9db9837b5273): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4937 | 2024.07.25 02:11:12.392210 [ 3 ] {594e4b78-26e6-418c-a4a2-df7aa098b62b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4938 | 2024.07.25 02:11:12.392569 [ 3 ] {594e4b78-26e6-418c-a4a2-df7aa098b62b} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
4939 | 2024.07.25 02:11:12.392908 [ 3 ] {594e4b78-26e6-418c-a4a2-df7aa098b62b} <Trace> oximeter.measurements_i64 (4af3948b-7ee8-4a0a-bff7-9db9837b5273): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4940 | 2024.07.25 02:11:12.393032 [ 3 ] {594e4b78-26e6-418c-a4a2-df7aa098b62b} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001332 sec., 17267.267267267267 rows/sec., 934.04 KiB/sec. | ||
4941 | 2024.07.25 02:11:12.393208 [ 3 ] {594e4b78-26e6-418c-a4a2-df7aa098b62b} <Debug> DynamicQueryHandler: Done processing query | ||
4942 | 2024.07.25 02:11:12.393238 [ 3 ] {594e4b78-26e6-418c-a4a2-df7aa098b62b} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
4943 | 2024.07.25 02:11:12.393255 [ 3 ] {} <Debug> HTTP-Session: 3bad5ae8-73bb-4d49-b8d3-45412d5396a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4944 | 2024.07.25 02:11:12.393379 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4945 | 2024.07.25 02:11:12.393429 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4946 | 2024.07.25 02:11:12.393450 [ 3 ] {} <Debug> HTTP-Session: 7b603766-414c-4e9b-8686-69cd5139efce Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
4947 | 2024.07.25 02:11:12.393467 [ 3 ] {} <Debug> HTTP-Session: 7b603766-414c-4e9b-8686-69cd5139efce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4948 | 2024.07.25 02:11:12.393482 [ 3 ] {} <Debug> HTTP-Session: 7b603766-414c-4e9b-8686-69cd5139efce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4949 | 2024.07.25 02:11:12.393513 [ 3 ] {} <Trace> HTTP-Session: 7b603766-414c-4e9b-8686-69cd5139efce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4950 | 2024.07.25 02:11:12.393629 [ 3 ] {bde45b58-7344-4140-8c88-b754f9cfbeb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4951 | 2024.07.25 02:11:12.393673 [ 3 ] {bde45b58-7344-4140-8c88-b754f9cfbeb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4952 | 2024.07.25 02:11:12.393800 [ 3 ] {bde45b58-7344-4140-8c88-b754f9cfbeb2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4953 | 2024.07.25 02:11:12.394089 [ 3 ] {bde45b58-7344-4140-8c88-b754f9cfbeb2} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4954 | 2024.07.25 02:11:12.394125 [ 3 ] {bde45b58-7344-4140-8c88-b754f9cfbeb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4955 | 2024.07.25 02:11:12.394476 [ 3 ] {bde45b58-7344-4140-8c88-b754f9cfbeb2} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
4956 | 2024.07.25 02:11:12.394800 [ 3 ] {bde45b58-7344-4140-8c88-b754f9cfbeb2} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4957 | 2024.07.25 02:11:12.394937 [ 3 ] {bde45b58-7344-4140-8c88-b754f9cfbeb2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001349 sec., 44477.390659747965 rows/sec., 3.00 MiB/sec. | ||
4958 | 2024.07.25 02:11:12.395101 [ 3 ] {bde45b58-7344-4140-8c88-b754f9cfbeb2} <Debug> DynamicQueryHandler: Done processing query | ||
4959 | 2024.07.25 02:11:12.395126 [ 3 ] {bde45b58-7344-4140-8c88-b754f9cfbeb2} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4960 | 2024.07.25 02:11:12.395142 [ 3 ] {} <Debug> HTTP-Session: 7b603766-414c-4e9b-8686-69cd5139efce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4961 | 2024.07.25 02:11:17.357247 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 1489, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4962 | 2024.07.25 02:11:17.357383 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4963 | 2024.07.25 02:11:17.357413 [ 3 ] {} <Debug> HTTP-Session: 0c4ae884-caea-4386-887e-9858b96d4fee Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
4964 | 2024.07.25 02:11:17.357441 [ 3 ] {} <Debug> HTTP-Session: 0c4ae884-caea-4386-887e-9858b96d4fee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4965 | 2024.07.25 02:11:17.357458 [ 3 ] {} <Debug> HTTP-Session: 0c4ae884-caea-4386-887e-9858b96d4fee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4966 | 2024.07.25 02:11:17.357514 [ 3 ] {} <Trace> HTTP-Session: 0c4ae884-caea-4386-887e-9858b96d4fee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4967 | 2024.07.25 02:11:17.357696 [ 3 ] {d47cae17-dc8b-447e-bbea-67fccb32d506} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4968 | 2024.07.25 02:11:17.357763 [ 3 ] {d47cae17-dc8b-447e-bbea-67fccb32d506} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4969 | 2024.07.25 02:11:17.357950 [ 3 ] {d47cae17-dc8b-447e-bbea-67fccb32d506} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4970 | 2024.07.25 02:11:17.358345 [ 3 ] {d47cae17-dc8b-447e-bbea-67fccb32d506} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4971 | 2024.07.25 02:11:17.358391 [ 3 ] {d47cae17-dc8b-447e-bbea-67fccb32d506} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4972 | 2024.07.25 02:11:17.358751 [ 3 ] {d47cae17-dc8b-447e-bbea-67fccb32d506} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
4973 | 2024.07.25 02:11:17.359087 [ 3 ] {d47cae17-dc8b-447e-bbea-67fccb32d506} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4974 | 2024.07.25 02:11:17.359252 [ 3 ] {d47cae17-dc8b-447e-bbea-67fccb32d506} <Debug> executeQuery: Read 10 rows, 830.00 B in 0.001602 sec., 6242.197253433209 rows/sec., 505.96 KiB/sec. | ||
4975 | 2024.07.25 02:11:17.359458 [ 3 ] {d47cae17-dc8b-447e-bbea-67fccb32d506} <Debug> DynamicQueryHandler: Done processing query | ||
4976 | 2024.07.25 02:11:17.359486 [ 3 ] {d47cae17-dc8b-447e-bbea-67fccb32d506} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4977 | 2024.07.25 02:11:17.359502 [ 3 ] {} <Debug> HTTP-Session: 0c4ae884-caea-4386-887e-9858b96d4fee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4978 | 2024.07.25 02:11:17.359642 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4979 | 2024.07.25 02:11:17.359695 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4980 | 2024.07.25 02:11:17.359715 [ 3 ] {} <Debug> HTTP-Session: d5bfc9f4-cc17-48e8-a6ad-4d18738ad91f Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
4981 | 2024.07.25 02:11:17.359733 [ 3 ] {} <Debug> HTTP-Session: d5bfc9f4-cc17-48e8-a6ad-4d18738ad91f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4982 | 2024.07.25 02:11:17.359747 [ 3 ] {} <Debug> HTTP-Session: d5bfc9f4-cc17-48e8-a6ad-4d18738ad91f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4983 | 2024.07.25 02:11:17.359782 [ 3 ] {} <Trace> HTTP-Session: d5bfc9f4-cc17-48e8-a6ad-4d18738ad91f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4984 | 2024.07.25 02:11:17.359886 [ 3 ] {fa8f478e-37c2-4cab-b476-37cb9601f7de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
4985 | 2024.07.25 02:11:17.359931 [ 3 ] {fa8f478e-37c2-4cab-b476-37cb9601f7de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4986 | 2024.07.25 02:11:17.360062 [ 3 ] {fa8f478e-37c2-4cab-b476-37cb9601f7de} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4987 | 2024.07.25 02:11:17.360354 [ 3 ] {fa8f478e-37c2-4cab-b476-37cb9601f7de} <Trace> oximeter.fields_ipaddr (330a275b-5c0e-4112-8190-93317cf14d06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4988 | 2024.07.25 02:11:17.360391 [ 3 ] {fa8f478e-37c2-4cab-b476-37cb9601f7de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4989 | 2024.07.25 02:11:17.360696 [ 3 ] {fa8f478e-37c2-4cab-b476-37cb9601f7de} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
4990 | 2024.07.25 02:11:17.361028 [ 3 ] {fa8f478e-37c2-4cab-b476-37cb9601f7de} <Trace> oximeter.fields_ipaddr (330a275b-5c0e-4112-8190-93317cf14d06): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4991 | 2024.07.25 02:11:17.361183 [ 3 ] {fa8f478e-37c2-4cab-b476-37cb9601f7de} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001311 sec., 1525.5530129672004 rows/sec., 124.40 KiB/sec. | ||
4992 | 2024.07.25 02:11:17.361185 [ 137 ] {} <Debug> oximeter.fields_ipaddr (330a275b-5c0e-4112-8190-93317cf14d06) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
4993 | 2024.07.25 02:11:17.361287 [ 137 ] {} <Trace> oximeter.fields_ipaddr (330a275b-5c0e-4112-8190-93317cf14d06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4994 | 2024.07.25 02:11:17.361340 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4995 | 2024.07.25 02:11:17.361483 [ 3 ] {fa8f478e-37c2-4cab-b476-37cb9601f7de} <Debug> DynamicQueryHandler: Done processing query | ||
4996 | 2024.07.25 02:11:17.361584 [ 3 ] {fa8f478e-37c2-4cab-b476-37cb9601f7de} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4997 | 2024.07.25 02:11:17.361680 [ 3 ] {} <Debug> HTTP-Session: d5bfc9f4-cc17-48e8-a6ad-4d18738ad91f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4998 | 2024.07.25 02:11:17.361699 [ 199 ] {330a275b-5c0e-4112-8190-93317cf14d06::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 | ||
4999 | 2024.07.25 02:11:17.361929 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 17493, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5000 | 2024.07.25 02:11:17.361949 [ 199 ] {330a275b-5c0e-4112-8190-93317cf14d06::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5001 | 2024.07.25 02:11:17.362012 [ 199 ] {330a275b-5c0e-4112-8190-93317cf14d06::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 | ||
5002 | 2024.07.25 02:11:17.362026 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5003 | 2024.07.25 02:11:17.362057 [ 3 ] {} <Debug> HTTP-Session: ea681791-f77e-4063-a93b-4bd501cd45dc Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
5004 | 2024.07.25 02:11:17.362090 [ 3 ] {} <Debug> HTTP-Session: ea681791-f77e-4063-a93b-4bd501cd45dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5005 | 2024.07.25 02:11:17.362128 [ 3 ] {} <Debug> HTTP-Session: ea681791-f77e-4063-a93b-4bd501cd45dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5006 | 2024.07.25 02:11:17.362272 [ 199 ] {330a275b-5c0e-4112-8190-93317cf14d06::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 8 rows starting from the beginning of the part | ||
5007 | 2024.07.25 02:11:17.362282 [ 3 ] {} <Trace> HTTP-Session: ea681791-f77e-4063-a93b-4bd501cd45dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5008 | 2024.07.25 02:11:17.362449 [ 199 ] {330a275b-5c0e-4112-8190-93317cf14d06::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 | ||
5009 | 2024.07.25 02:11:17.362808 [ 199 ] {330a275b-5c0e-4112-8190-93317cf14d06::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 | ||
5010 | 2024.07.25 02:11:17.362938 [ 3 ] {bb362acb-98d2-475b-b2b4-b4ff7c46de20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5011 | 2024.07.25 02:11:17.363097 [ 199 ] {330a275b-5c0e-4112-8190-93317cf14d06::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 2 rows starting from the beginning of the part | ||
5012 | 2024.07.25 02:11:17.363115 [ 3 ] {bb362acb-98d2-475b-b2b4-b4ff7c46de20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5013 | 2024.07.25 02:11:17.363485 [ 199 ] {330a275b-5c0e-4112-8190-93317cf14d06::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 | ||
5014 | 2024.07.25 02:11:17.364068 [ 3 ] {bb362acb-98d2-475b-b2b4-b4ff7c46de20} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5015 | 2024.07.25 02:11:17.364951 [ 3 ] {bb362acb-98d2-475b-b2b4-b4ff7c46de20} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5016 | 2024.07.25 02:11:17.365010 [ 3 ] {bb362acb-98d2-475b-b2b4-b4ff7c46de20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5017 | 2024.07.25 02:11:17.365836 [ 3 ] {bb362acb-98d2-475b-b2b4-b4ff7c46de20} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
5018 | 2024.07.25 02:11:17.366114 [ 199 ] {330a275b-5c0e-4112-8190-93317cf14d06::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18 rows, containing 4 columns (4 merged, 0 gathered) in 0.004684783 sec., 3842.227057261777 rows/sec., 313.31 KiB/sec. | ||
5019 | 2024.07.25 02:11:17.366336 [ 199 ] {330a275b-5c0e-4112-8190-93317cf14d06::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
5020 | 2024.07.25 02:11:17.366609 [ 3 ] {bb362acb-98d2-475b-b2b4-b4ff7c46de20} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5021 | 2024.07.25 02:11:17.367059 [ 3 ] {bb362acb-98d2-475b-b2b4-b4ff7c46de20} <Debug> executeQuery: Read 123 rows, 10.01 KiB in 0.004499 sec., 27339.408757501664 rows/sec., 2.17 MiB/sec. | ||
5022 | 2024.07.25 02:11:17.367377 [ 199 ] {330a275b-5c0e-4112-8190-93317cf14d06::all_1_6_1} <Trace> oximeter.fields_ipaddr (330a275b-5c0e-4112-8190-93317cf14d06): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5023 | 2024.07.25 02:11:17.367647 [ 3 ] {bb362acb-98d2-475b-b2b4-b4ff7c46de20} <Debug> DynamicQueryHandler: Done processing query | ||
5024 | 2024.07.25 02:11:17.367696 [ 199 ] {330a275b-5c0e-4112-8190-93317cf14d06::all_1_6_1} <Trace> oximeter.fields_ipaddr (330a275b-5c0e-4112-8190-93317cf14d06) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
5025 | 2024.07.25 02:11:17.367724 [ 3 ] {bb362acb-98d2-475b-b2b4-b4ff7c46de20} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
5026 | 2024.07.25 02:11:17.367801 [ 3 ] {} <Debug> HTTP-Session: ea681791-f77e-4063-a93b-4bd501cd45dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5027 | 2024.07.25 02:11:17.367948 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
5028 | 2024.07.25 02:11:17.368026 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5029 | 2024.07.25 02:11:17.368081 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5030 | 2024.07.25 02:11:17.368100 [ 3 ] {} <Debug> HTTP-Session: 775fafd4-c394-41fa-84b9-3537c6d0f865 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
5031 | 2024.07.25 02:11:17.368116 [ 3 ] {} <Debug> HTTP-Session: 775fafd4-c394-41fa-84b9-3537c6d0f865 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5032 | 2024.07.25 02:11:17.368129 [ 3 ] {} <Debug> HTTP-Session: 775fafd4-c394-41fa-84b9-3537c6d0f865 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5033 | 2024.07.25 02:11:17.368163 [ 3 ] {} <Trace> HTTP-Session: 775fafd4-c394-41fa-84b9-3537c6d0f865 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5034 | 2024.07.25 02:11:17.368261 [ 3 ] {de3d99e1-9229-40a7-b7cf-161e812b0ea5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5035 | 2024.07.25 02:11:17.368307 [ 3 ] {de3d99e1-9229-40a7-b7cf-161e812b0ea5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5036 | 2024.07.25 02:11:17.368454 [ 3 ] {de3d99e1-9229-40a7-b7cf-161e812b0ea5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5037 | 2024.07.25 02:11:17.368723 [ 3 ] {de3d99e1-9229-40a7-b7cf-161e812b0ea5} <Trace> oximeter.fields_u16 (977fada6-76a3-44eb-8ed0-7c71340c6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5038 | 2024.07.25 02:11:17.368757 [ 3 ] {de3d99e1-9229-40a7-b7cf-161e812b0ea5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5039 | 2024.07.25 02:11:17.369124 [ 3 ] {de3d99e1-9229-40a7-b7cf-161e812b0ea5} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
5040 | 2024.07.25 02:11:17.369451 [ 3 ] {de3d99e1-9229-40a7-b7cf-161e812b0ea5} <Trace> oximeter.fields_u16 (977fada6-76a3-44eb-8ed0-7c71340c6e1a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5041 | 2024.07.25 02:11:17.369607 [ 137 ] {} <Debug> oximeter.fields_u16 (977fada6-76a3-44eb-8ed0-7c71340c6e1a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
5042 | 2024.07.25 02:11:17.369610 [ 3 ] {de3d99e1-9229-40a7-b7cf-161e812b0ea5} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001334 sec., 1499.250374812594 rows/sec., 104.68 KiB/sec. | ||
5043 | 2024.07.25 02:11:17.369667 [ 137 ] {} <Trace> oximeter.fields_u16 (977fada6-76a3-44eb-8ed0-7c71340c6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5044 | 2024.07.25 02:11:17.369734 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5045 | 2024.07.25 02:11:17.369993 [ 3 ] {de3d99e1-9229-40a7-b7cf-161e812b0ea5} <Debug> DynamicQueryHandler: Done processing query | ||
5046 | 2024.07.25 02:11:17.370099 [ 3 ] {de3d99e1-9229-40a7-b7cf-161e812b0ea5} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5047 | 2024.07.25 02:11:17.370184 [ 3 ] {} <Debug> HTTP-Session: 775fafd4-c394-41fa-84b9-3537c6d0f865 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5048 | 2024.07.25 02:11:17.370258 [ 200 ] {977fada6-76a3-44eb-8ed0-7c71340c6e1a::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 | ||
5049 | 2024.07.25 02:11:17.370555 [ 200 ] {977fada6-76a3-44eb-8ed0-7c71340c6e1a::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5050 | 2024.07.25 02:11:17.370608 [ 200 ] {977fada6-76a3-44eb-8ed0-7c71340c6e1a::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 | ||
5051 | 2024.07.25 02:11:17.370764 [ 200 ] {977fada6-76a3-44eb-8ed0-7c71340c6e1a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 8 rows starting from the beginning of the part | ||
5052 | 2024.07.25 02:11:17.370981 [ 200 ] {977fada6-76a3-44eb-8ed0-7c71340c6e1a::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 | ||
5053 | 2024.07.25 02:11:17.371025 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 16957, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5054 | 2024.07.25 02:11:17.371419 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5055 | 2024.07.25 02:11:17.371501 [ 200 ] {977fada6-76a3-44eb-8ed0-7c71340c6e1a::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 | ||
5056 | 2024.07.25 02:11:17.371631 [ 3 ] {} <Debug> HTTP-Session: ffb21186-b80d-4867-baad-72ad10d76264 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
5057 | 2024.07.25 02:11:17.371819 [ 200 ] {977fada6-76a3-44eb-8ed0-7c71340c6e1a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 2 rows starting from the beginning of the part | ||
5058 | 2024.07.25 02:11:17.371847 [ 3 ] {} <Debug> HTTP-Session: ffb21186-b80d-4867-baad-72ad10d76264 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5059 | 2024.07.25 02:11:17.371966 [ 3 ] {} <Debug> HTTP-Session: ffb21186-b80d-4867-baad-72ad10d76264 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5060 | 2024.07.25 02:11:17.372047 [ 200 ] {977fada6-76a3-44eb-8ed0-7c71340c6e1a::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 | ||
5061 | 2024.07.25 02:11:17.372092 [ 3 ] {} <Trace> HTTP-Session: ffb21186-b80d-4867-baad-72ad10d76264 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5062 | 2024.07.25 02:11:17.372562 [ 3 ] {7a647004-67a1-4b39-9583-1cbc639743db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5063 | 2024.07.25 02:11:17.372663 [ 3 ] {7a647004-67a1-4b39-9583-1cbc639743db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5064 | 2024.07.25 02:11:17.373056 [ 3 ] {7a647004-67a1-4b39-9583-1cbc639743db} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5065 | 2024.07.25 02:11:17.373876 [ 3 ] {7a647004-67a1-4b39-9583-1cbc639743db} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5066 | 2024.07.25 02:11:17.373948 [ 3 ] {7a647004-67a1-4b39-9583-1cbc639743db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5067 | 2024.07.25 02:11:17.374965 [ 3 ] {7a647004-67a1-4b39-9583-1cbc639743db} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
5068 | 2024.07.25 02:11:17.375012 [ 198 ] {977fada6-76a3-44eb-8ed0-7c71340c6e1a::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18 rows, containing 4 columns (4 merged, 0 gathered) in 0.00516119 sec., 3487.56778959891 rows/sec., 243.52 KiB/sec. | ||
5069 | 2024.07.25 02:11:17.375289 [ 198 ] {977fada6-76a3-44eb-8ed0-7c71340c6e1a::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
5070 | 2024.07.25 02:11:17.375724 [ 3 ] {7a647004-67a1-4b39-9583-1cbc639743db} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5071 | 2024.07.25 02:11:17.376107 [ 3 ] {7a647004-67a1-4b39-9583-1cbc639743db} <Debug> executeQuery: Read 100 rows, 7.98 KiB in 0.00372 sec., 26881.720430107525 rows/sec., 2.09 MiB/sec. | ||
5072 | 2024.07.25 02:11:17.376509 [ 193 ] {977fada6-76a3-44eb-8ed0-7c71340c6e1a::all_1_6_1} <Trace> oximeter.fields_u16 (977fada6-76a3-44eb-8ed0-7c71340c6e1a): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5073 | 2024.07.25 02:11:17.376681 [ 3 ] {7a647004-67a1-4b39-9583-1cbc639743db} <Debug> DynamicQueryHandler: Done processing query | ||
5074 | 2024.07.25 02:11:17.376749 [ 3 ] {7a647004-67a1-4b39-9583-1cbc639743db} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
5075 | 2024.07.25 02:11:17.376784 [ 3 ] {} <Debug> HTTP-Session: ffb21186-b80d-4867-baad-72ad10d76264 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5076 | 2024.07.25 02:11:17.376812 [ 193 ] {977fada6-76a3-44eb-8ed0-7c71340c6e1a::all_1_6_1} <Trace> oximeter.fields_u16 (977fada6-76a3-44eb-8ed0-7c71340c6e1a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
5077 | 2024.07.25 02:11:17.376918 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
5078 | 2024.07.25 02:11:17.376993 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 37759, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5079 | 2024.07.25 02:11:17.377046 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5080 | 2024.07.25 02:11:17.377065 [ 3 ] {} <Debug> HTTP-Session: bb0b3ed5-aa01-4b5f-acad-88869828b912 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
5081 | 2024.07.25 02:11:17.377083 [ 3 ] {} <Debug> HTTP-Session: bb0b3ed5-aa01-4b5f-acad-88869828b912 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5082 | 2024.07.25 02:11:17.377098 [ 3 ] {} <Debug> HTTP-Session: bb0b3ed5-aa01-4b5f-acad-88869828b912 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5083 | 2024.07.25 02:11:17.377131 [ 3 ] {} <Trace> HTTP-Session: bb0b3ed5-aa01-4b5f-acad-88869828b912 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5084 | 2024.07.25 02:11:17.377327 [ 3 ] {d2c40866-4196-4008-8dbb-9e8db2aa62f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5085 | 2024.07.25 02:11:17.377376 [ 3 ] {d2c40866-4196-4008-8dbb-9e8db2aa62f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5086 | 2024.07.25 02:11:17.377544 [ 3 ] {d2c40866-4196-4008-8dbb-9e8db2aa62f6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5087 | 2024.07.25 02:11:17.377982 [ 3 ] {d2c40866-4196-4008-8dbb-9e8db2aa62f6} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5088 | 2024.07.25 02:11:17.378018 [ 3 ] {d2c40866-4196-4008-8dbb-9e8db2aa62f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5089 | 2024.07.25 02:11:17.378432 [ 3 ] {d2c40866-4196-4008-8dbb-9e8db2aa62f6} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
5090 | 2024.07.25 02:11:17.378794 [ 3 ] {d2c40866-4196-4008-8dbb-9e8db2aa62f6} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5091 | 2024.07.25 02:11:17.378952 [ 3 ] {d2c40866-4196-4008-8dbb-9e8db2aa62f6} <Debug> executeQuery: Read 197 rows, 14.08 KiB in 0.001716 sec., 114801.8648018648 rows/sec., 8.01 MiB/sec. | ||
5092 | 2024.07.25 02:11:17.379120 [ 3 ] {d2c40866-4196-4008-8dbb-9e8db2aa62f6} <Debug> DynamicQueryHandler: Done processing query | ||
5093 | 2024.07.25 02:11:17.379144 [ 3 ] {d2c40866-4196-4008-8dbb-9e8db2aa62f6} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
5094 | 2024.07.25 02:11:17.379160 [ 3 ] {} <Debug> HTTP-Session: bb0b3ed5-aa01-4b5f-acad-88869828b912 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5095 | 2024.07.25 02:11:17.379316 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 16046, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5096 | 2024.07.25 02:11:17.379366 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5097 | 2024.07.25 02:11:17.379385 [ 3 ] {} <Debug> HTTP-Session: 47916a57-a516-490a-9e2a-b63273612a38 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
5098 | 2024.07.25 02:11:17.379401 [ 3 ] {} <Debug> HTTP-Session: 47916a57-a516-490a-9e2a-b63273612a38 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5099 | 2024.07.25 02:11:17.379415 [ 3 ] {} <Debug> HTTP-Session: 47916a57-a516-490a-9e2a-b63273612a38 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5100 | 2024.07.25 02:11:17.379448 [ 3 ] {} <Trace> HTTP-Session: 47916a57-a516-490a-9e2a-b63273612a38 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5101 | 2024.07.25 02:11:17.379616 [ 3 ] {ceda160c-9fc4-4130-8708-6910eee66d07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5102 | 2024.07.25 02:11:17.379679 [ 3 ] {ceda160c-9fc4-4130-8708-6910eee66d07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
5103 | 2024.07.25 02:11:17.380102 [ 3 ] {ceda160c-9fc4-4130-8708-6910eee66d07} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5104 | 2024.07.25 02:11:17.380574 [ 3 ] {ceda160c-9fc4-4130-8708-6910eee66d07} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5105 | 2024.07.25 02:11:17.380609 [ 3 ] {ceda160c-9fc4-4130-8708-6910eee66d07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5106 | 2024.07.25 02:11:17.381165 [ 3 ] {ceda160c-9fc4-4130-8708-6910eee66d07} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
5107 | 2024.07.25 02:11:17.381582 [ 3 ] {ceda160c-9fc4-4130-8708-6910eee66d07} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5108 | 2024.07.25 02:11:17.381766 [ 3 ] {ceda160c-9fc4-4130-8708-6910eee66d07} <Debug> executeQuery: Read 10 rows, 18.35 KiB in 0.00224 sec., 4464.285714285715 rows/sec., 8.00 MiB/sec. | ||
5109 | 2024.07.25 02:11:17.382008 [ 3 ] {ceda160c-9fc4-4130-8708-6910eee66d07} <Debug> DynamicQueryHandler: Done processing query | ||
5110 | 2024.07.25 02:11:17.382033 [ 3 ] {ceda160c-9fc4-4130-8708-6910eee66d07} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
5111 | 2024.07.25 02:11:17.382049 [ 3 ] {} <Debug> HTTP-Session: 47916a57-a516-490a-9e2a-b63273612a38 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5112 | 2024.07.25 02:11:17.382174 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5113 | 2024.07.25 02:11:17.382220 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5114 | 2024.07.25 02:11:17.382240 [ 3 ] {} <Debug> HTTP-Session: 9dbe4dda-3cd8-46d9-a64a-686b31a1a89b Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
5115 | 2024.07.25 02:11:17.382255 [ 3 ] {} <Debug> HTTP-Session: 9dbe4dda-3cd8-46d9-a64a-686b31a1a89b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5116 | 2024.07.25 02:11:17.382269 [ 3 ] {} <Debug> HTTP-Session: 9dbe4dda-3cd8-46d9-a64a-686b31a1a89b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5117 | 2024.07.25 02:11:17.382299 [ 3 ] {} <Trace> HTTP-Session: 9dbe4dda-3cd8-46d9-a64a-686b31a1a89b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5118 | 2024.07.25 02:11:17.382427 [ 3 ] {712e93c6-671b-4510-8ece-452a73c18915} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5119 | 2024.07.25 02:11:17.382472 [ 3 ] {712e93c6-671b-4510-8ece-452a73c18915} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5120 | 2024.07.25 02:11:17.382597 [ 3 ] {712e93c6-671b-4510-8ece-452a73c18915} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5121 | 2024.07.25 02:11:17.382914 [ 3 ] {712e93c6-671b-4510-8ece-452a73c18915} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5122 | 2024.07.25 02:11:17.382951 [ 3 ] {712e93c6-671b-4510-8ece-452a73c18915} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5123 | 2024.07.25 02:11:17.383316 [ 3 ] {712e93c6-671b-4510-8ece-452a73c18915} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
5124 | 2024.07.25 02:11:17.383666 [ 3 ] {712e93c6-671b-4510-8ece-452a73c18915} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5125 | 2024.07.25 02:11:17.383821 [ 3 ] {712e93c6-671b-4510-8ece-452a73c18915} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001428 sec., 42016.80672268908 rows/sec., 2.83 MiB/sec. | ||
5126 | 2024.07.25 02:11:17.383991 [ 3 ] {712e93c6-671b-4510-8ece-452a73c18915} <Debug> DynamicQueryHandler: Done processing query | ||
5127 | 2024.07.25 02:11:17.384016 [ 3 ] {712e93c6-671b-4510-8ece-452a73c18915} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5128 | 2024.07.25 02:11:17.384032 [ 3 ] {} <Debug> HTTP-Session: 9dbe4dda-3cd8-46d9-a64a-686b31a1a89b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5129 | 2024.07.25 02:11:21.241375 [ 132 ] {} <Debug> DNSResolver: Updating DNS cache | ||
5130 | 2024.07.25 02:11:21.241444 [ 132 ] {} <Debug> DNSResolver: Updated DNS cache | ||
5131 | 2024.07.25 02:11:22.361216 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 4045, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5132 | 2024.07.25 02:11:22.361327 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5133 | 2024.07.25 02:11:22.361353 [ 3 ] {} <Debug> HTTP-Session: ed35347e-ffa7-471e-b76d-e3637a115c8c Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
5134 | 2024.07.25 02:11:22.361378 [ 3 ] {} <Debug> HTTP-Session: ed35347e-ffa7-471e-b76d-e3637a115c8c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5135 | 2024.07.25 02:11:22.361393 [ 3 ] {} <Debug> HTTP-Session: ed35347e-ffa7-471e-b76d-e3637a115c8c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5136 | 2024.07.25 02:11:22.361442 [ 3 ] {} <Trace> HTTP-Session: ed35347e-ffa7-471e-b76d-e3637a115c8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5137 | 2024.07.25 02:11:22.361625 [ 3 ] {abd37ab4-37db-4eae-af20-fb87ba30713f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5138 | 2024.07.25 02:11:22.361690 [ 3 ] {abd37ab4-37db-4eae-af20-fb87ba30713f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5139 | 2024.07.25 02:11:22.361881 [ 3 ] {abd37ab4-37db-4eae-af20-fb87ba30713f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5140 | 2024.07.25 02:11:22.362303 [ 3 ] {abd37ab4-37db-4eae-af20-fb87ba30713f} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5141 | 2024.07.25 02:11:22.362345 [ 3 ] {abd37ab4-37db-4eae-af20-fb87ba30713f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5142 | 2024.07.25 02:11:22.362720 [ 3 ] {abd37ab4-37db-4eae-af20-fb87ba30713f} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
5143 | 2024.07.25 02:11:22.363065 [ 3 ] {abd37ab4-37db-4eae-af20-fb87ba30713f} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5144 | 2024.07.25 02:11:22.363209 [ 3 ] {abd37ab4-37db-4eae-af20-fb87ba30713f} <Debug> executeQuery: Read 29 rows, 2.20 KiB in 0.001642 sec., 17661.388550548112 rows/sec., 1.31 MiB/sec. | ||
5145 | 2024.07.25 02:11:22.363540 [ 3 ] {abd37ab4-37db-4eae-af20-fb87ba30713f} <Debug> DynamicQueryHandler: Done processing query | ||
5146 | 2024.07.25 02:11:22.363570 [ 3 ] {abd37ab4-37db-4eae-af20-fb87ba30713f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5147 | 2024.07.25 02:11:22.363586 [ 3 ] {} <Debug> HTTP-Session: ed35347e-ffa7-471e-b76d-e3637a115c8c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5148 | 2024.07.25 02:11:22.363742 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 1304, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5149 | 2024.07.25 02:11:22.363798 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5150 | 2024.07.25 02:11:22.363819 [ 3 ] {} <Debug> HTTP-Session: e3a7c29a-9eb2-42fa-b83e-ec748c4e2225 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
5151 | 2024.07.25 02:11:22.363837 [ 3 ] {} <Debug> HTTP-Session: e3a7c29a-9eb2-42fa-b83e-ec748c4e2225 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5152 | 2024.07.25 02:11:22.363851 [ 3 ] {} <Debug> HTTP-Session: e3a7c29a-9eb2-42fa-b83e-ec748c4e2225 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5153 | 2024.07.25 02:11:22.363887 [ 3 ] {} <Trace> HTTP-Session: e3a7c29a-9eb2-42fa-b83e-ec748c4e2225 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5154 | 2024.07.25 02:11:22.363995 [ 3 ] {ff0a0ad7-64bc-4b63-a6a6-cc4d7dba6860} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
5155 | 2024.07.25 02:11:22.364045 [ 3 ] {ff0a0ad7-64bc-4b63-a6a6-cc4d7dba6860} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
5156 | 2024.07.25 02:11:22.364198 [ 3 ] {ff0a0ad7-64bc-4b63-a6a6-cc4d7dba6860} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5157 | 2024.07.25 02:11:22.364494 [ 3 ] {ff0a0ad7-64bc-4b63-a6a6-cc4d7dba6860} <Trace> oximeter.fields_ipaddr (330a275b-5c0e-4112-8190-93317cf14d06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5158 | 2024.07.25 02:11:22.364531 [ 3 ] {ff0a0ad7-64bc-4b63-a6a6-cc4d7dba6860} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5159 | 2024.07.25 02:11:22.364834 [ 3 ] {ff0a0ad7-64bc-4b63-a6a6-cc4d7dba6860} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
5160 | 2024.07.25 02:11:22.365153 [ 3 ] {ff0a0ad7-64bc-4b63-a6a6-cc4d7dba6860} <Trace> oximeter.fields_ipaddr (330a275b-5c0e-4112-8190-93317cf14d06): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5161 | 2024.07.25 02:11:22.365279 [ 3 ] {ff0a0ad7-64bc-4b63-a6a6-cc4d7dba6860} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001318 sec., 6069.80273141123 rows/sec., 494.95 KiB/sec. | ||
5162 | 2024.07.25 02:11:22.365429 [ 3 ] {ff0a0ad7-64bc-4b63-a6a6-cc4d7dba6860} <Debug> DynamicQueryHandler: Done processing query | ||
5163 | 2024.07.25 02:11:22.365454 [ 3 ] {ff0a0ad7-64bc-4b63-a6a6-cc4d7dba6860} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5164 | 2024.07.25 02:11:22.365470 [ 3 ] {} <Debug> HTTP-Session: e3a7c29a-9eb2-42fa-b83e-ec748c4e2225 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5165 | 2024.07.25 02:11:22.365612 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 35265, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5166 | 2024.07.25 02:11:22.365662 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5167 | 2024.07.25 02:11:22.365681 [ 3 ] {} <Debug> HTTP-Session: 7bf33730-ab1a-4e39-8491-5a11fe0cdb7a Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
5168 | 2024.07.25 02:11:22.365697 [ 3 ] {} <Debug> HTTP-Session: 7bf33730-ab1a-4e39-8491-5a11fe0cdb7a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5169 | 2024.07.25 02:11:22.365711 [ 3 ] {} <Debug> HTTP-Session: 7bf33730-ab1a-4e39-8491-5a11fe0cdb7a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5170 | 2024.07.25 02:11:22.365742 [ 3 ] {} <Trace> HTTP-Session: 7bf33730-ab1a-4e39-8491-5a11fe0cdb7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5171 | 2024.07.25 02:11:22.365912 [ 3 ] {f13c7b9e-4116-47d4-b729-938b4ddd24f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5172 | 2024.07.25 02:11:22.365957 [ 3 ] {f13c7b9e-4116-47d4-b729-938b4ddd24f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5173 | 2024.07.25 02:11:22.366081 [ 3 ] {f13c7b9e-4116-47d4-b729-938b4ddd24f3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5174 | 2024.07.25 02:11:22.366498 [ 3 ] {f13c7b9e-4116-47d4-b729-938b4ddd24f3} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5175 | 2024.07.25 02:11:22.366533 [ 3 ] {f13c7b9e-4116-47d4-b729-938b4ddd24f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5176 | 2024.07.25 02:11:22.366863 [ 3 ] {f13c7b9e-4116-47d4-b729-938b4ddd24f3} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
5177 | 2024.07.25 02:11:22.367233 [ 3 ] {f13c7b9e-4116-47d4-b729-938b4ddd24f3} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5178 | 2024.07.25 02:11:22.367374 [ 3 ] {f13c7b9e-4116-47d4-b729-938b4ddd24f3} <Debug> executeQuery: Read 234 rows, 21.05 KiB in 0.001539 sec., 152046.78362573098 rows/sec., 13.36 MiB/sec. | ||
5179 | 2024.07.25 02:11:22.367538 [ 3 ] {f13c7b9e-4116-47d4-b729-938b4ddd24f3} <Debug> DynamicQueryHandler: Done processing query | ||
5180 | 2024.07.25 02:11:22.367563 [ 3 ] {f13c7b9e-4116-47d4-b729-938b4ddd24f3} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
5181 | 2024.07.25 02:11:22.367579 [ 3 ] {} <Debug> HTTP-Session: 7bf33730-ab1a-4e39-8491-5a11fe0cdb7a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5182 | 2024.07.25 02:11:22.367698 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 1170, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5183 | 2024.07.25 02:11:22.367750 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5184 | 2024.07.25 02:11:22.367770 [ 3 ] {} <Debug> HTTP-Session: 375cbc39-3b17-4d3c-8fa3-501c5fc0d360 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
5185 | 2024.07.25 02:11:22.367787 [ 3 ] {} <Debug> HTTP-Session: 375cbc39-3b17-4d3c-8fa3-501c5fc0d360 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5186 | 2024.07.25 02:11:22.367801 [ 3 ] {} <Debug> HTTP-Session: 375cbc39-3b17-4d3c-8fa3-501c5fc0d360 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5187 | 2024.07.25 02:11:22.367833 [ 3 ] {} <Trace> HTTP-Session: 375cbc39-3b17-4d3c-8fa3-501c5fc0d360 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5188 | 2024.07.25 02:11:22.367931 [ 3 ] {001fc40e-fa4a-4ba1-98b4-82f0b702203a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5189 | 2024.07.25 02:11:22.367976 [ 3 ] {001fc40e-fa4a-4ba1-98b4-82f0b702203a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5190 | 2024.07.25 02:11:22.368102 [ 3 ] {001fc40e-fa4a-4ba1-98b4-82f0b702203a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5191 | 2024.07.25 02:11:22.368383 [ 3 ] {001fc40e-fa4a-4ba1-98b4-82f0b702203a} <Trace> oximeter.fields_u16 (977fada6-76a3-44eb-8ed0-7c71340c6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5192 | 2024.07.25 02:11:22.368420 [ 3 ] {001fc40e-fa4a-4ba1-98b4-82f0b702203a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5193 | 2024.07.25 02:11:22.368719 [ 3 ] {001fc40e-fa4a-4ba1-98b4-82f0b702203a} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
5194 | 2024.07.25 02:11:22.369032 [ 3 ] {001fc40e-fa4a-4ba1-98b4-82f0b702203a} <Trace> oximeter.fields_u16 (977fada6-76a3-44eb-8ed0-7c71340c6e1a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5195 | 2024.07.25 02:11:22.369154 [ 3 ] {001fc40e-fa4a-4ba1-98b4-82f0b702203a} <Debug> executeQuery: Read 8 rows, 572.00 B in 0.00125 sec., 6400 rows/sec., 446.88 KiB/sec. | ||
5196 | 2024.07.25 02:11:22.369305 [ 3 ] {001fc40e-fa4a-4ba1-98b4-82f0b702203a} <Debug> DynamicQueryHandler: Done processing query | ||
5197 | 2024.07.25 02:11:22.369330 [ 3 ] {001fc40e-fa4a-4ba1-98b4-82f0b702203a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5198 | 2024.07.25 02:11:22.369346 [ 3 ] {} <Debug> HTTP-Session: 375cbc39-3b17-4d3c-8fa3-501c5fc0d360 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5199 | 2024.07.25 02:11:22.369495 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 66829, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5200 | 2024.07.25 02:11:22.369544 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5201 | 2024.07.25 02:11:22.369563 [ 3 ] {} <Debug> HTTP-Session: a309e6cf-4d00-4f4d-939d-8a89e8cb072c Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
5202 | 2024.07.25 02:11:22.369579 [ 3 ] {} <Debug> HTTP-Session: a309e6cf-4d00-4f4d-939d-8a89e8cb072c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5203 | 2024.07.25 02:11:22.369593 [ 3 ] {} <Debug> HTTP-Session: a309e6cf-4d00-4f4d-939d-8a89e8cb072c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5204 | 2024.07.25 02:11:22.369623 [ 3 ] {} <Trace> HTTP-Session: a309e6cf-4d00-4f4d-939d-8a89e8cb072c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5205 | 2024.07.25 02:11:22.369838 [ 3 ] {2476db75-cbdd-46c3-b19b-f1af27e1bd9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5206 | 2024.07.25 02:11:22.369880 [ 3 ] {2476db75-cbdd-46c3-b19b-f1af27e1bd9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5207 | 2024.07.25 02:11:22.370004 [ 3 ] {2476db75-cbdd-46c3-b19b-f1af27e1bd9f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5208 | 2024.07.25 02:11:22.371224 [ 3 ] {2476db75-cbdd-46c3-b19b-f1af27e1bd9f} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5209 | 2024.07.25 02:11:22.371272 [ 3 ] {2476db75-cbdd-46c3-b19b-f1af27e1bd9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5210 | 2024.07.25 02:11:22.371731 [ 3 ] {2476db75-cbdd-46c3-b19b-f1af27e1bd9f} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
5211 | 2024.07.25 02:11:22.372115 [ 3 ] {2476db75-cbdd-46c3-b19b-f1af27e1bd9f} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5212 | 2024.07.25 02:11:22.372246 [ 3 ] {2476db75-cbdd-46c3-b19b-f1af27e1bd9f} <Debug> executeQuery: Read 413 rows, 29.97 KiB in 0.002519 sec., 163953.94998015085 rows/sec., 11.62 MiB/sec. | ||
5213 | 2024.07.25 02:11:22.372410 [ 3 ] {2476db75-cbdd-46c3-b19b-f1af27e1bd9f} <Debug> DynamicQueryHandler: Done processing query | ||
5214 | 2024.07.25 02:11:22.372435 [ 3 ] {2476db75-cbdd-46c3-b19b-f1af27e1bd9f} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
5215 | 2024.07.25 02:11:22.372451 [ 3 ] {} <Debug> HTTP-Session: a309e6cf-4d00-4f4d-939d-8a89e8cb072c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5216 | 2024.07.25 02:11:22.372580 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5217 | 2024.07.25 02:11:22.372639 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5218 | 2024.07.25 02:11:22.372662 [ 3 ] {} <Debug> HTTP-Session: f94aa403-0006-45b7-87cc-74f779a02043 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
5219 | 2024.07.25 02:11:22.372679 [ 3 ] {} <Debug> HTTP-Session: f94aa403-0006-45b7-87cc-74f779a02043 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5220 | 2024.07.25 02:11:22.372692 [ 3 ] {} <Debug> HTTP-Session: f94aa403-0006-45b7-87cc-74f779a02043 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5221 | 2024.07.25 02:11:22.372723 [ 3 ] {} <Trace> HTTP-Session: f94aa403-0006-45b7-87cc-74f779a02043 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5222 | 2024.07.25 02:11:22.372816 [ 3 ] {aeac930e-7650-4e4e-b0af-6ef234955cec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
5223 | 2024.07.25 02:11:22.372888 [ 3 ] {aeac930e-7650-4e4e-b0af-6ef234955cec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
5224 | 2024.07.25 02:11:22.373015 [ 3 ] {aeac930e-7650-4e4e-b0af-6ef234955cec} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5225 | 2024.07.25 02:11:22.373290 [ 3 ] {aeac930e-7650-4e4e-b0af-6ef234955cec} <Trace> oximeter.measurements_bool (8163702d-f428-4b08-bb37-b5af976016c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5226 | 2024.07.25 02:11:22.373325 [ 3 ] {aeac930e-7650-4e4e-b0af-6ef234955cec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5227 | 2024.07.25 02:11:22.373686 [ 3 ] {aeac930e-7650-4e4e-b0af-6ef234955cec} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
5228 | 2024.07.25 02:11:22.374025 [ 3 ] {aeac930e-7650-4e4e-b0af-6ef234955cec} <Trace> oximeter.measurements_bool (8163702d-f428-4b08-bb37-b5af976016c8): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5229 | 2024.07.25 02:11:22.374149 [ 3 ] {aeac930e-7650-4e4e-b0af-6ef234955cec} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001358 sec., 4418.262150220913 rows/sec., 189.85 KiB/sec. | ||
5230 | 2024.07.25 02:11:22.374322 [ 3 ] {aeac930e-7650-4e4e-b0af-6ef234955cec} <Debug> DynamicQueryHandler: Done processing query | ||
5231 | 2024.07.25 02:11:22.374347 [ 3 ] {aeac930e-7650-4e4e-b0af-6ef234955cec} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
5232 | 2024.07.25 02:11:22.374363 [ 3 ] {} <Debug> HTTP-Session: f94aa403-0006-45b7-87cc-74f779a02043 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5233 | 2024.07.25 02:11:22.374478 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 14082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5234 | 2024.07.25 02:11:22.374552 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5235 | 2024.07.25 02:11:22.374572 [ 3 ] {} <Debug> HTTP-Session: b7cb7882-77ea-41c5-9f6f-42e988698aa6 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
5236 | 2024.07.25 02:11:22.374589 [ 3 ] {} <Debug> HTTP-Session: b7cb7882-77ea-41c5-9f6f-42e988698aa6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5237 | 2024.07.25 02:11:22.374603 [ 3 ] {} <Debug> HTTP-Session: b7cb7882-77ea-41c5-9f6f-42e988698aa6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5238 | 2024.07.25 02:11:22.374634 [ 3 ] {} <Trace> HTTP-Session: b7cb7882-77ea-41c5-9f6f-42e988698aa6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5239 | 2024.07.25 02:11:22.374746 [ 3 ] {b83fc3a2-3332-4ada-8281-ffacaa278cf8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
5240 | 2024.07.25 02:11:22.374792 [ 3 ] {b83fc3a2-3332-4ada-8281-ffacaa278cf8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
5241 | 2024.07.25 02:11:22.374936 [ 3 ] {b83fc3a2-3332-4ada-8281-ffacaa278cf8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5242 | 2024.07.25 02:11:22.375272 [ 3 ] {b83fc3a2-3332-4ada-8281-ffacaa278cf8} <Trace> oximeter.measurements_cumulativei64 (ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5243 | 2024.07.25 02:11:22.375307 [ 3 ] {b83fc3a2-3332-4ada-8281-ffacaa278cf8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5244 | 2024.07.25 02:11:22.375657 [ 3 ] {b83fc3a2-3332-4ada-8281-ffacaa278cf8} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
5245 | 2024.07.25 02:11:22.375989 [ 3 ] {b83fc3a2-3332-4ada-8281-ffacaa278cf8} <Trace> oximeter.measurements_cumulativei64 (ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5246 | 2024.07.25 02:11:22.376117 [ 3 ] {b83fc3a2-3332-4ada-8281-ffacaa278cf8} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001413 sec., 54493.98443029016 rows/sec., 3.36 MiB/sec. | ||
5247 | 2024.07.25 02:11:22.376279 [ 3 ] {b83fc3a2-3332-4ada-8281-ffacaa278cf8} <Debug> DynamicQueryHandler: Done processing query | ||
5248 | 2024.07.25 02:11:22.376304 [ 3 ] {b83fc3a2-3332-4ada-8281-ffacaa278cf8} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5249 | 2024.07.25 02:11:22.376319 [ 3 ] {} <Debug> HTTP-Session: b7cb7882-77ea-41c5-9f6f-42e988698aa6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5250 | 2024.07.25 02:11:22.376463 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 31373, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5251 | 2024.07.25 02:11:22.376510 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5252 | 2024.07.25 02:11:22.376529 [ 3 ] {} <Debug> HTTP-Session: 6e6b9b1f-7d0d-44a9-ba6f-e5d76db67c2f Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
5253 | 2024.07.25 02:11:22.376545 [ 3 ] {} <Debug> HTTP-Session: 6e6b9b1f-7d0d-44a9-ba6f-e5d76db67c2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5254 | 2024.07.25 02:11:22.376558 [ 3 ] {} <Debug> HTTP-Session: 6e6b9b1f-7d0d-44a9-ba6f-e5d76db67c2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5255 | 2024.07.25 02:11:22.376589 [ 3 ] {} <Trace> HTTP-Session: 6e6b9b1f-7d0d-44a9-ba6f-e5d76db67c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5256 | 2024.07.25 02:11:22.376727 [ 3 ] {948cc1ad-d72c-4fdc-bd41-88cce20df42f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5257 | 2024.07.25 02:11:22.376771 [ 3 ] {948cc1ad-d72c-4fdc-bd41-88cce20df42f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5258 | 2024.07.25 02:11:22.376911 [ 3 ] {948cc1ad-d72c-4fdc-bd41-88cce20df42f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5259 | 2024.07.25 02:11:22.377287 [ 3 ] {948cc1ad-d72c-4fdc-bd41-88cce20df42f} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5260 | 2024.07.25 02:11:22.377322 [ 3 ] {948cc1ad-d72c-4fdc-bd41-88cce20df42f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5261 | 2024.07.25 02:11:22.377689 [ 3 ] {948cc1ad-d72c-4fdc-bd41-88cce20df42f} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
5262 | 2024.07.25 02:11:22.378044 [ 3 ] {948cc1ad-d72c-4fdc-bd41-88cce20df42f} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5263 | 2024.07.25 02:11:22.378174 [ 3 ] {948cc1ad-d72c-4fdc-bd41-88cce20df42f} <Debug> executeQuery: Read 164 rows, 11.69 KiB in 0.001514 sec., 108322.3249669749 rows/sec., 7.54 MiB/sec. | ||
5264 | 2024.07.25 02:11:22.378327 [ 3 ] {948cc1ad-d72c-4fdc-bd41-88cce20df42f} <Debug> DynamicQueryHandler: Done processing query | ||
5265 | 2024.07.25 02:11:22.378351 [ 3 ] {948cc1ad-d72c-4fdc-bd41-88cce20df42f} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5266 | 2024.07.25 02:11:22.378366 [ 3 ] {} <Debug> HTTP-Session: 6e6b9b1f-7d0d-44a9-ba6f-e5d76db67c2f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5267 | 2024.07.25 02:11:22.378541 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 36849, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5268 | 2024.07.25 02:11:22.378588 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5269 | 2024.07.25 02:11:22.378607 [ 3 ] {} <Debug> HTTP-Session: 2cdd6a22-9399-435c-8420-6b1a4961dc3d Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
5270 | 2024.07.25 02:11:22.378623 [ 3 ] {} <Debug> HTTP-Session: 2cdd6a22-9399-435c-8420-6b1a4961dc3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5271 | 2024.07.25 02:11:22.378636 [ 3 ] {} <Debug> HTTP-Session: 2cdd6a22-9399-435c-8420-6b1a4961dc3d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5272 | 2024.07.25 02:11:22.378667 [ 3 ] {} <Trace> HTTP-Session: 2cdd6a22-9399-435c-8420-6b1a4961dc3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5273 | 2024.07.25 02:11:22.379101 [ 3 ] {13155a65-a24b-451a-b785-c87c736eae97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5274 | 2024.07.25 02:11:22.379163 [ 3 ] {13155a65-a24b-451a-b785-c87c736eae97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
5275 | 2024.07.25 02:11:22.379556 [ 3 ] {13155a65-a24b-451a-b785-c87c736eae97} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5276 | 2024.07.25 02:11:22.380180 [ 3 ] {13155a65-a24b-451a-b785-c87c736eae97} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5277 | 2024.07.25 02:11:22.380216 [ 3 ] {13155a65-a24b-451a-b785-c87c736eae97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5278 | 2024.07.25 02:11:22.380817 [ 3 ] {13155a65-a24b-451a-b785-c87c736eae97} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
5279 | 2024.07.25 02:11:22.381242 [ 3 ] {13155a65-a24b-451a-b785-c87c736eae97} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5280 | 2024.07.25 02:11:22.381371 [ 131 ] {} <Debug> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
5281 | 2024.07.25 02:11:22.381389 [ 3 ] {13155a65-a24b-451a-b785-c87c736eae97} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002639 sec., 8715.422508525957 rows/sec., 15.62 MiB/sec. | ||
5282 | 2024.07.25 02:11:22.381413 [ 131 ] {} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5283 | 2024.07.25 02:11:22.381448 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5284 | 2024.07.25 02:11:22.381741 [ 198 ] {1b204426-e0ed-4472-aac2-bb616a256d25::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 | ||
5285 | 2024.07.25 02:11:22.381807 [ 3 ] {13155a65-a24b-451a-b785-c87c736eae97} <Debug> DynamicQueryHandler: Done processing query | ||
5286 | 2024.07.25 02:11:22.381859 [ 3 ] {13155a65-a24b-451a-b785-c87c736eae97} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
5287 | 2024.07.25 02:11:22.381900 [ 3 ] {} <Debug> HTTP-Session: 2cdd6a22-9399-435c-8420-6b1a4961dc3d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5288 | 2024.07.25 02:11:22.382098 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 3211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5289 | 2024.07.25 02:11:22.382213 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5290 | 2024.07.25 02:11:22.382279 [ 3 ] {} <Debug> HTTP-Session: a578ca70-6607-4b54-abbc-84b4562fc287 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
5291 | 2024.07.25 02:11:22.382334 [ 3 ] {} <Debug> HTTP-Session: a578ca70-6607-4b54-abbc-84b4562fc287 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5292 | 2024.07.25 02:11:22.382385 [ 3 ] {} <Debug> HTTP-Session: a578ca70-6607-4b54-abbc-84b4562fc287 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5293 | 2024.07.25 02:11:22.382452 [ 198 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5294 | 2024.07.25 02:11:22.382470 [ 3 ] {} <Trace> HTTP-Session: a578ca70-6607-4b54-abbc-84b4562fc287 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5295 | 2024.07.25 02:11:22.382589 [ 198 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 185 rows starting from the beginning of the part | ||
5296 | 2024.07.25 02:11:22.382715 [ 3 ] {93ce2048-257c-4305-a95a-f00070125fe2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
5297 | 2024.07.25 02:11:22.382851 [ 3 ] {93ce2048-257c-4305-a95a-f00070125fe2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
5298 | 2024.07.25 02:11:22.383375 [ 198 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 23 rows starting from the beginning of the part | ||
5299 | 2024.07.25 02:11:22.383665 [ 3 ] {93ce2048-257c-4305-a95a-f00070125fe2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5300 | 2024.07.25 02:11:22.384148 [ 198 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 10 rows starting from the beginning of the part | ||
5301 | 2024.07.25 02:11:22.384817 [ 198 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 23 rows starting from the beginning of the part | ||
5302 | 2024.07.25 02:11:22.384950 [ 3 ] {93ce2048-257c-4305-a95a-f00070125fe2} <Trace> oximeter.measurements_i64 (4af3948b-7ee8-4a0a-bff7-9db9837b5273): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5303 | 2024.07.25 02:11:22.385032 [ 3 ] {93ce2048-257c-4305-a95a-f00070125fe2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5304 | 2024.07.25 02:11:22.385459 [ 198 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 10 rows starting from the beginning of the part | ||
5305 | 2024.07.25 02:11:22.386095 [ 198 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 23 rows starting from the beginning of the part | ||
5306 | 2024.07.25 02:11:22.386416 [ 3 ] {93ce2048-257c-4305-a95a-f00070125fe2} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
5307 | 2024.07.25 02:11:22.387429 [ 3 ] {93ce2048-257c-4305-a95a-f00070125fe2} <Trace> oximeter.measurements_i64 (4af3948b-7ee8-4a0a-bff7-9db9837b5273): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5308 | 2024.07.25 02:11:22.387828 [ 3 ] {93ce2048-257c-4305-a95a-f00070125fe2} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.005185 sec., 4435.872709739633 rows/sec., 239.95 KiB/sec. | ||
5309 | 2024.07.25 02:11:22.388230 [ 3 ] {93ce2048-257c-4305-a95a-f00070125fe2} <Debug> DynamicQueryHandler: Done processing query | ||
5310 | 2024.07.25 02:11:22.388273 [ 3 ] {93ce2048-257c-4305-a95a-f00070125fe2} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
5311 | 2024.07.25 02:11:22.388305 [ 3 ] {} <Debug> HTTP-Session: a578ca70-6607-4b54-abbc-84b4562fc287 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5312 | 2024.07.25 02:11:22.388441 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5313 | 2024.07.25 02:11:22.388551 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5314 | 2024.07.25 02:11:22.388615 [ 3 ] {} <Debug> HTTP-Session: 6c7d578f-d73b-47d9-9e17-aeb2dda1ce8a Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
5315 | 2024.07.25 02:11:22.388666 [ 3 ] {} <Debug> HTTP-Session: 6c7d578f-d73b-47d9-9e17-aeb2dda1ce8a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5316 | 2024.07.25 02:11:22.388711 [ 3 ] {} <Debug> HTTP-Session: 6c7d578f-d73b-47d9-9e17-aeb2dda1ce8a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5317 | 2024.07.25 02:11:22.388788 [ 3 ] {} <Trace> HTTP-Session: 6c7d578f-d73b-47d9-9e17-aeb2dda1ce8a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5318 | 2024.07.25 02:11:22.389121 [ 3 ] {7e1b3300-3ab8-466d-ace5-8a4766cbd76a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5319 | 2024.07.25 02:11:22.389246 [ 3 ] {7e1b3300-3ab8-466d-ace5-8a4766cbd76a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5320 | 2024.07.25 02:11:22.389986 [ 3 ] {7e1b3300-3ab8-466d-ace5-8a4766cbd76a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5321 | 2024.07.25 02:11:22.390958 [ 3 ] {7e1b3300-3ab8-466d-ace5-8a4766cbd76a} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5322 | 2024.07.25 02:11:22.391033 [ 3 ] {7e1b3300-3ab8-466d-ace5-8a4766cbd76a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5323 | 2024.07.25 02:11:22.392272 [ 3 ] {7e1b3300-3ab8-466d-ace5-8a4766cbd76a} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
5324 | 2024.07.25 02:11:22.393152 [ 3 ] {7e1b3300-3ab8-466d-ace5-8a4766cbd76a} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5325 | 2024.07.25 02:11:22.393471 [ 3 ] {7e1b3300-3ab8-466d-ace5-8a4766cbd76a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00446 sec., 13452.914798206277 rows/sec., 928.39 KiB/sec. | ||
5326 | 2024.07.25 02:11:22.394016 [ 3 ] {7e1b3300-3ab8-466d-ace5-8a4766cbd76a} <Debug> DynamicQueryHandler: Done processing query | ||
5327 | 2024.07.25 02:11:22.394083 [ 3 ] {7e1b3300-3ab8-466d-ace5-8a4766cbd76a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5328 | 2024.07.25 02:11:22.394126 [ 3 ] {} <Debug> HTTP-Session: 6c7d578f-d73b-47d9-9e17-aeb2dda1ce8a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5329 | 2024.07.25 02:11:22.394963 [ 200 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 274 rows, containing 19 columns (19 merged, 0 gathered) in 0.013383366 sec., 20473.175432847012 rows/sec., 36.69 MiB/sec. | ||
5330 | 2024.07.25 02:11:22.395597 [ 193 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
5331 | 2024.07.25 02:11:22.396282 [ 193 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_16_3} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5332 | 2024.07.25 02:11:22.396379 [ 193 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_16_3} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
5333 | 2024.07.25 02:11:22.396557 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.46 MiB. | ||
5334 | 2024.07.25 02:11:27.356743 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 1489, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5335 | 2024.07.25 02:11:27.356885 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5336 | 2024.07.25 02:11:27.356915 [ 3 ] {} <Debug> HTTP-Session: 01a565e2-fde4-4cb3-9b3c-172271581def Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
5337 | 2024.07.25 02:11:27.356943 [ 3 ] {} <Debug> HTTP-Session: 01a565e2-fde4-4cb3-9b3c-172271581def Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5338 | 2024.07.25 02:11:27.356960 [ 3 ] {} <Debug> HTTP-Session: 01a565e2-fde4-4cb3-9b3c-172271581def Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5339 | 2024.07.25 02:11:27.357017 [ 3 ] {} <Trace> HTTP-Session: 01a565e2-fde4-4cb3-9b3c-172271581def Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5340 | 2024.07.25 02:11:27.357223 [ 3 ] {695c32bb-916a-4563-8f4c-31ad4fcf5ab5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5341 | 2024.07.25 02:11:27.357297 [ 3 ] {695c32bb-916a-4563-8f4c-31ad4fcf5ab5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5342 | 2024.07.25 02:11:27.357517 [ 3 ] {695c32bb-916a-4563-8f4c-31ad4fcf5ab5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5343 | 2024.07.25 02:11:27.357979 [ 3 ] {695c32bb-916a-4563-8f4c-31ad4fcf5ab5} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5344 | 2024.07.25 02:11:27.358028 [ 3 ] {695c32bb-916a-4563-8f4c-31ad4fcf5ab5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5345 | 2024.07.25 02:11:27.358423 [ 3 ] {695c32bb-916a-4563-8f4c-31ad4fcf5ab5} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
5346 | 2024.07.25 02:11:27.358782 [ 3 ] {695c32bb-916a-4563-8f4c-31ad4fcf5ab5} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5347 | 2024.07.25 02:11:27.358975 [ 3 ] {695c32bb-916a-4563-8f4c-31ad4fcf5ab5} <Debug> executeQuery: Read 10 rows, 830.00 B in 0.001802 sec., 5549.389567147614 rows/sec., 449.80 KiB/sec. | ||
5348 | 2024.07.25 02:11:27.359353 [ 3 ] {695c32bb-916a-4563-8f4c-31ad4fcf5ab5} <Debug> DynamicQueryHandler: Done processing query | ||
5349 | 2024.07.25 02:11:27.359382 [ 3 ] {695c32bb-916a-4563-8f4c-31ad4fcf5ab5} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5350 | 2024.07.25 02:11:27.359399 [ 3 ] {} <Debug> HTTP-Session: 01a565e2-fde4-4cb3-9b3c-172271581def Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5351 | 2024.07.25 02:11:27.359579 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 12377, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5352 | 2024.07.25 02:11:27.359641 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5353 | 2024.07.25 02:11:27.359662 [ 3 ] {} <Debug> HTTP-Session: bb03ff79-f5b2-490c-8963-2ccfdc3bef49 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
5354 | 2024.07.25 02:11:27.359680 [ 3 ] {} <Debug> HTTP-Session: bb03ff79-f5b2-490c-8963-2ccfdc3bef49 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5355 | 2024.07.25 02:11:27.359694 [ 3 ] {} <Debug> HTTP-Session: bb03ff79-f5b2-490c-8963-2ccfdc3bef49 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5356 | 2024.07.25 02:11:27.359733 [ 3 ] {} <Trace> HTTP-Session: bb03ff79-f5b2-490c-8963-2ccfdc3bef49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5357 | 2024.07.25 02:11:27.359871 [ 3 ] {59e6c595-948c-46b5-bd99-ce8279231117} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5358 | 2024.07.25 02:11:27.359920 [ 3 ] {59e6c595-948c-46b5-bd99-ce8279231117} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5359 | 2024.07.25 02:11:27.360077 [ 3 ] {59e6c595-948c-46b5-bd99-ce8279231117} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5360 | 2024.07.25 02:11:27.360470 [ 3 ] {59e6c595-948c-46b5-bd99-ce8279231117} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5361 | 2024.07.25 02:11:27.360510 [ 3 ] {59e6c595-948c-46b5-bd99-ce8279231117} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5362 | 2024.07.25 02:11:27.360851 [ 3 ] {59e6c595-948c-46b5-bd99-ce8279231117} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
5363 | 2024.07.25 02:11:27.361184 [ 3 ] {59e6c595-948c-46b5-bd99-ce8279231117} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5364 | 2024.07.25 02:11:27.361343 [ 3 ] {59e6c595-948c-46b5-bd99-ce8279231117} <Debug> executeQuery: Read 86 rows, 7.13 KiB in 0.001522 sec., 56504.599211563735 rows/sec., 4.57 MiB/sec. | ||
5365 | 2024.07.25 02:11:27.361357 [ 121 ] {} <Debug> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
5366 | 2024.07.25 02:11:27.361452 [ 121 ] {} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5367 | 2024.07.25 02:11:27.361507 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5368 | 2024.07.25 02:11:27.361625 [ 3 ] {59e6c595-948c-46b5-bd99-ce8279231117} <Debug> DynamicQueryHandler: Done processing query | ||
5369 | 2024.07.25 02:11:27.361677 [ 3 ] {59e6c595-948c-46b5-bd99-ce8279231117} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
5370 | 2024.07.25 02:11:27.361686 [ 195 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::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 | ||
5371 | 2024.07.25 02:11:27.361705 [ 3 ] {} <Debug> HTTP-Session: bb03ff79-f5b2-490c-8963-2ccfdc3bef49 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5372 | 2024.07.25 02:11:27.361876 [ 195 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5373 | 2024.07.25 02:11:27.361910 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 12574, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5374 | 2024.07.25 02:11:27.361939 [ 195 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 302 rows starting from the beginning of the part | ||
5375 | 2024.07.25 02:11:27.361984 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5376 | 2024.07.25 02:11:27.362033 [ 3 ] {} <Debug> HTTP-Session: 78c6e38a-6f97-4658-84f5-00bda7759b8a Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
5377 | 2024.07.25 02:11:27.362100 [ 3 ] {} <Debug> HTTP-Session: 78c6e38a-6f97-4658-84f5-00bda7759b8a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5378 | 2024.07.25 02:11:27.362202 [ 3 ] {} <Debug> HTTP-Session: 78c6e38a-6f97-4658-84f5-00bda7759b8a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5379 | 2024.07.25 02:11:27.362206 [ 195 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 87 rows starting from the beginning of the part | ||
5380 | 2024.07.25 02:11:27.362326 [ 3 ] {} <Trace> HTTP-Session: 78c6e38a-6f97-4658-84f5-00bda7759b8a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5381 | 2024.07.25 02:11:27.362487 [ 195 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 231 rows starting from the beginning of the part | ||
5382 | 2024.07.25 02:11:27.362759 [ 195 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 123 rows starting from the beginning of the part | ||
5383 | 2024.07.25 02:11:27.362816 [ 3 ] {bb40657c-bdb0-4b87-ac43-1e864a139243} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5384 | 2024.07.25 02:11:27.362993 [ 195 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 234 rows starting from the beginning of the part | ||
5385 | 2024.07.25 02:11:27.363006 [ 3 ] {bb40657c-bdb0-4b87-ac43-1e864a139243} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5386 | 2024.07.25 02:11:27.363310 [ 195 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 86 rows starting from the beginning of the part | ||
5387 | 2024.07.25 02:11:27.364016 [ 3 ] {bb40657c-bdb0-4b87-ac43-1e864a139243} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5388 | 2024.07.25 02:11:27.364756 [ 3 ] {bb40657c-bdb0-4b87-ac43-1e864a139243} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5389 | 2024.07.25 02:11:27.364829 [ 3 ] {bb40657c-bdb0-4b87-ac43-1e864a139243} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5390 | 2024.07.25 02:11:27.365678 [ 3 ] {bb40657c-bdb0-4b87-ac43-1e864a139243} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
5391 | 2024.07.25 02:11:27.366417 [ 3 ] {bb40657c-bdb0-4b87-ac43-1e864a139243} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5392 | 2024.07.25 02:11:27.366523 [ 195 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1063 rows, containing 4 columns (4 merged, 0 gathered) in 0.004940566 sec., 215157.53458207013 rows/sec., 18.37 MiB/sec. | ||
5393 | 2024.07.25 02:11:27.366670 [ 121 ] {} <Debug> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
5394 | 2024.07.25 02:11:27.366726 [ 3 ] {bb40657c-bdb0-4b87-ac43-1e864a139243} <Debug> executeQuery: Read 74 rows, 5.92 KiB in 0.004128 sec., 17926.356589147286 rows/sec., 1.40 MiB/sec. | ||
5395 | 2024.07.25 02:11:27.366745 [ 121 ] {} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5396 | 2024.07.25 02:11:27.366828 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5397 | 2024.07.25 02:11:27.366836 [ 195 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
5398 | 2024.07.25 02:11:27.367289 [ 193 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::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 | ||
5399 | 2024.07.25 02:11:27.367315 [ 3 ] {bb40657c-bdb0-4b87-ac43-1e864a139243} <Debug> DynamicQueryHandler: Done processing query | ||
5400 | 2024.07.25 02:11:27.367363 [ 3 ] {bb40657c-bdb0-4b87-ac43-1e864a139243} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
5401 | 2024.07.25 02:11:27.367457 [ 3 ] {} <Debug> HTTP-Session: 78c6e38a-6f97-4658-84f5-00bda7759b8a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5402 | 2024.07.25 02:11:27.367838 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 30607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5403 | 2024.07.25 02:11:27.367890 [ 193 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5404 | 2024.07.25 02:11:27.367997 [ 193 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 469 rows starting from the beginning of the part | ||
5405 | 2024.07.25 02:11:27.368013 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5406 | 2024.07.25 02:11:27.368092 [ 3 ] {} <Debug> HTTP-Session: e59e38f4-8b2c-49c1-b428-1a093c13df36 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
5407 | 2024.07.25 02:11:27.368189 [ 3 ] {} <Debug> HTTP-Session: e59e38f4-8b2c-49c1-b428-1a093c13df36 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5408 | 2024.07.25 02:11:27.368296 [ 3 ] {} <Debug> HTTP-Session: e59e38f4-8b2c-49c1-b428-1a093c13df36 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5409 | 2024.07.25 02:11:27.368330 [ 193 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 76 rows starting from the beginning of the part | ||
5410 | 2024.07.25 02:11:27.368497 [ 3 ] {} <Trace> HTTP-Session: e59e38f4-8b2c-49c1-b428-1a093c13df36 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5411 | 2024.07.25 02:11:27.368755 [ 193 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 407 rows starting from the beginning of the part | ||
5412 | 2024.07.25 02:11:27.368805 [ 200 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_26_5} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5413 | 2024.07.25 02:11:27.369094 [ 3 ] {012568d7-753e-480b-8b68-5b597235c49b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5414 | 2024.07.25 02:11:27.369226 [ 193 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 100 rows starting from the beginning of the part | ||
5415 | 2024.07.25 02:11:27.369287 [ 200 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_26_5} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
5416 | 2024.07.25 02:11:27.369373 [ 3 ] {012568d7-753e-480b-8b68-5b597235c49b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5417 | 2024.07.25 02:11:27.369780 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
5418 | 2024.07.25 02:11:27.369795 [ 193 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 413 rows starting from the beginning of the part | ||
5419 | 2024.07.25 02:11:27.370214 [ 193 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 74 rows starting from the beginning of the part | ||
5420 | 2024.07.25 02:11:27.370799 [ 3 ] {012568d7-753e-480b-8b68-5b597235c49b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5421 | 2024.07.25 02:11:27.371491 [ 3 ] {012568d7-753e-480b-8b68-5b597235c49b} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5422 | 2024.07.25 02:11:27.371549 [ 3 ] {012568d7-753e-480b-8b68-5b597235c49b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5423 | 2024.07.25 02:11:27.372307 [ 3 ] {012568d7-753e-480b-8b68-5b597235c49b} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
5424 | 2024.07.25 02:11:27.372845 [ 193 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1539 rows, containing 4 columns (4 merged, 0 gathered) in 0.00585089 sec., 263036.9054964287 rows/sec., 19.00 MiB/sec. | ||
5425 | 2024.07.25 02:11:27.373060 [ 193 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
5426 | 2024.07.25 02:11:27.373113 [ 3 ] {012568d7-753e-480b-8b68-5b597235c49b} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5427 | 2024.07.25 02:11:27.373400 [ 121 ] {} <Debug> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
5428 | 2024.07.25 02:11:27.373499 [ 3 ] {012568d7-753e-480b-8b68-5b597235c49b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004708 sec., 33984.70688190314 rows/sec., 2.37 MiB/sec. | ||
5429 | 2024.07.25 02:11:27.373529 [ 121 ] {} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5430 | 2024.07.25 02:11:27.373674 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5431 | 2024.07.25 02:11:27.374393 [ 3 ] {012568d7-753e-480b-8b68-5b597235c49b} <Debug> DynamicQueryHandler: Done processing query | ||
5432 | 2024.07.25 02:11:27.374404 [ 193 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_26_5} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5433 | 2024.07.25 02:11:27.374415 [ 200 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::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 | ||
5434 | 2024.07.25 02:11:27.374502 [ 3 ] {012568d7-753e-480b-8b68-5b597235c49b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5435 | 2024.07.25 02:11:27.374623 [ 3 ] {} <Debug> HTTP-Session: e59e38f4-8b2c-49c1-b428-1a093c13df36 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5436 | 2024.07.25 02:11:27.374803 [ 193 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_26_5} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
5437 | 2024.07.25 02:11:27.374946 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 16054, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5438 | 2024.07.25 02:11:27.375213 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5439 | 2024.07.25 02:11:27.375226 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
5440 | 2024.07.25 02:11:27.375332 [ 3 ] {} <Debug> HTTP-Session: 1e69d0b8-0dee-4819-a115-d661a70450bb Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
5441 | 2024.07.25 02:11:27.375420 [ 3 ] {} <Debug> HTTP-Session: 1e69d0b8-0dee-4819-a115-d661a70450bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5442 | 2024.07.25 02:11:27.375445 [ 200 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5443 | 2024.07.25 02:11:27.375463 [ 3 ] {} <Debug> HTTP-Session: 1e69d0b8-0dee-4819-a115-d661a70450bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5444 | 2024.07.25 02:11:27.375532 [ 200 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 3562 rows starting from the beginning of the part | ||
5445 | 2024.07.25 02:11:27.375548 [ 3 ] {} <Trace> HTTP-Session: 1e69d0b8-0dee-4819-a115-d661a70450bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5446 | 2024.07.25 02:11:27.375780 [ 200 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 161 rows starting from the beginning of the part | ||
5447 | 2024.07.25 02:11:27.376052 [ 200 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 161 rows starting from the beginning of the part | ||
5448 | 2024.07.25 02:11:27.376090 [ 3 ] {8ed8920b-799a-4ac9-9558-6998027c4be4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5449 | 2024.07.25 02:11:27.376404 [ 200 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 197 rows starting from the beginning of the part | ||
5450 | 2024.07.25 02:11:27.376500 [ 3 ] {8ed8920b-799a-4ac9-9558-6998027c4be4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
5451 | 2024.07.25 02:11:27.376791 [ 200 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 164 rows starting from the beginning of the part | ||
5452 | 2024.07.25 02:11:27.377191 [ 200 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 160 rows starting from the beginning of the part | ||
5453 | 2024.07.25 02:11:27.378817 [ 3 ] {8ed8920b-799a-4ac9-9558-6998027c4be4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5454 | 2024.07.25 02:11:27.380477 [ 3 ] {8ed8920b-799a-4ac9-9558-6998027c4be4} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5455 | 2024.07.25 02:11:27.380544 [ 3 ] {8ed8920b-799a-4ac9-9558-6998027c4be4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5456 | 2024.07.25 02:11:27.382011 [ 3 ] {8ed8920b-799a-4ac9-9558-6998027c4be4} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
5457 | 2024.07.25 02:11:27.382103 [ 200 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4405 rows, containing 5 columns (5 merged, 0 gathered) in 0.008245857 sec., 534207.6633150441 rows/sec., 37.24 MiB/sec. | ||
5458 | 2024.07.25 02:11:27.382595 [ 200 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
5459 | 2024.07.25 02:11:27.382761 [ 3 ] {8ed8920b-799a-4ac9-9558-6998027c4be4} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5460 | 2024.07.25 02:11:27.383227 [ 3 ] {8ed8920b-799a-4ac9-9558-6998027c4be4} <Debug> executeQuery: Read 10 rows, 18.35 KiB in 0.007444 sec., 1343.3637829124127 rows/sec., 2.41 MiB/sec. | ||
5461 | 2024.07.25 02:11:27.383846 [ 200 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5462 | 2024.07.25 02:11:27.383920 [ 3 ] {8ed8920b-799a-4ac9-9558-6998027c4be4} <Debug> DynamicQueryHandler: Done processing query | ||
5463 | 2024.07.25 02:11:27.383965 [ 3 ] {8ed8920b-799a-4ac9-9558-6998027c4be4} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
5464 | 2024.07.25 02:11:27.383984 [ 200 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
5465 | 2024.07.25 02:11:27.384000 [ 3 ] {} <Debug> HTTP-Session: 1e69d0b8-0dee-4819-a115-d661a70450bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5466 | 2024.07.25 02:11:27.384120 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.90 MiB. | ||
5467 | 2024.07.25 02:11:27.384177 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5468 | 2024.07.25 02:11:27.384234 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5469 | 2024.07.25 02:11:27.384253 [ 3 ] {} <Debug> HTTP-Session: 5f43489b-b553-4299-84cb-798bc74900e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
5470 | 2024.07.25 02:11:27.384270 [ 3 ] {} <Debug> HTTP-Session: 5f43489b-b553-4299-84cb-798bc74900e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5471 | 2024.07.25 02:11:27.384284 [ 3 ] {} <Debug> HTTP-Session: 5f43489b-b553-4299-84cb-798bc74900e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5472 | 2024.07.25 02:11:27.384318 [ 3 ] {} <Trace> HTTP-Session: 5f43489b-b553-4299-84cb-798bc74900e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5473 | 2024.07.25 02:11:27.384463 [ 3 ] {791ddcac-aa5d-4556-8058-2598e572945d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5474 | 2024.07.25 02:11:27.384512 [ 3 ] {791ddcac-aa5d-4556-8058-2598e572945d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5475 | 2024.07.25 02:11:27.384666 [ 3 ] {791ddcac-aa5d-4556-8058-2598e572945d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5476 | 2024.07.25 02:11:27.385028 [ 3 ] {791ddcac-aa5d-4556-8058-2598e572945d} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5477 | 2024.07.25 02:11:27.385066 [ 3 ] {791ddcac-aa5d-4556-8058-2598e572945d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5478 | 2024.07.25 02:11:27.385466 [ 3 ] {791ddcac-aa5d-4556-8058-2598e572945d} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
5479 | 2024.07.25 02:11:27.385911 [ 3 ] {791ddcac-aa5d-4556-8058-2598e572945d} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5480 | 2024.07.25 02:11:27.386092 [ 3 ] {791ddcac-aa5d-4556-8058-2598e572945d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001677 sec., 35778.17531305903 rows/sec., 2.41 MiB/sec. | ||
5481 | 2024.07.25 02:11:27.386102 [ 121 ] {} <Debug> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
5482 | 2024.07.25 02:11:27.386186 [ 121 ] {} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5483 | 2024.07.25 02:11:27.386230 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5484 | 2024.07.25 02:11:27.386380 [ 193 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::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 | ||
5485 | 2024.07.25 02:11:27.386394 [ 3 ] {791ddcac-aa5d-4556-8058-2598e572945d} <Debug> DynamicQueryHandler: Done processing query | ||
5486 | 2024.07.25 02:11:27.386429 [ 3 ] {791ddcac-aa5d-4556-8058-2598e572945d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5487 | 2024.07.25 02:11:27.386455 [ 3 ] {} <Debug> HTTP-Session: 5f43489b-b553-4299-84cb-798bc74900e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5488 | 2024.07.25 02:11:27.386538 [ 193 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5489 | 2024.07.25 02:11:27.386569 [ 193 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1236 rows starting from the beginning of the part | ||
5490 | 2024.07.25 02:11:27.386633 [ 193 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 60 rows starting from the beginning of the part | ||
5491 | 2024.07.25 02:11:27.386739 [ 193 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 60 rows starting from the beginning of the part | ||
5492 | 2024.07.25 02:11:27.386971 [ 193 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 60 rows starting from the beginning of the part | ||
5493 | 2024.07.25 02:11:27.387047 [ 193 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 60 rows starting from the beginning of the part | ||
5494 | 2024.07.25 02:11:27.387135 [ 193 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 60 rows starting from the beginning of the part | ||
5495 | 2024.07.25 02:11:27.388337 [ 189 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1536 rows, containing 4 columns (4 merged, 0 gathered) in 0.002021381 sec., 759876.5398507258 rows/sec., 51.22 MiB/sec. | ||
5496 | 2024.07.25 02:11:27.388499 [ 189 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
5497 | 2024.07.25 02:11:27.388854 [ 189 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_26_5} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5498 | 2024.07.25 02:11:27.388927 [ 189 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_26_5} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
5499 | 2024.07.25 02:11:27.388997 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
5500 | 2024.07.25 02:11:32.362474 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 4045, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5501 | 2024.07.25 02:11:32.362612 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5502 | 2024.07.25 02:11:32.362642 [ 3 ] {} <Debug> HTTP-Session: 4a67435a-bd60-4a21-8f80-dae5c6f00070 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
5503 | 2024.07.25 02:11:32.362670 [ 3 ] {} <Debug> HTTP-Session: 4a67435a-bd60-4a21-8f80-dae5c6f00070 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5504 | 2024.07.25 02:11:32.362688 [ 3 ] {} <Debug> HTTP-Session: 4a67435a-bd60-4a21-8f80-dae5c6f00070 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5505 | 2024.07.25 02:11:32.362751 [ 3 ] {} <Trace> HTTP-Session: 4a67435a-bd60-4a21-8f80-dae5c6f00070 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5506 | 2024.07.25 02:11:32.362964 [ 3 ] {8f876052-e422-4f1c-ba4c-5c696988e9cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5507 | 2024.07.25 02:11:32.363047 [ 3 ] {8f876052-e422-4f1c-ba4c-5c696988e9cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5508 | 2024.07.25 02:11:32.363254 [ 3 ] {8f876052-e422-4f1c-ba4c-5c696988e9cd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5509 | 2024.07.25 02:11:32.363706 [ 3 ] {8f876052-e422-4f1c-ba4c-5c696988e9cd} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5510 | 2024.07.25 02:11:32.363756 [ 3 ] {8f876052-e422-4f1c-ba4c-5c696988e9cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5511 | 2024.07.25 02:11:32.364130 [ 3 ] {8f876052-e422-4f1c-ba4c-5c696988e9cd} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
5512 | 2024.07.25 02:11:32.364479 [ 3 ] {8f876052-e422-4f1c-ba4c-5c696988e9cd} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5513 | 2024.07.25 02:11:32.364675 [ 3 ] {8f876052-e422-4f1c-ba4c-5c696988e9cd} <Debug> executeQuery: Read 29 rows, 2.20 KiB in 0.001771 sec., 16374.929418407679 rows/sec., 1.22 MiB/sec. | ||
5514 | 2024.07.25 02:11:32.364678 [ 117 ] {} <Debug> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
5515 | 2024.07.25 02:11:32.364780 [ 117 ] {} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5516 | 2024.07.25 02:11:32.364831 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5517 | 2024.07.25 02:11:32.364983 [ 3 ] {8f876052-e422-4f1c-ba4c-5c696988e9cd} <Debug> DynamicQueryHandler: Done processing query | ||
5518 | 2024.07.25 02:11:32.364983 [ 197 ] {f624f877-7484-40f8-bba3-5af105c2972a::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 | ||
5519 | 2024.07.25 02:11:32.365019 [ 3 ] {8f876052-e422-4f1c-ba4c-5c696988e9cd} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5520 | 2024.07.25 02:11:32.365046 [ 3 ] {} <Debug> HTTP-Session: 4a67435a-bd60-4a21-8f80-dae5c6f00070 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5521 | 2024.07.25 02:11:32.365147 [ 197 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5522 | 2024.07.25 02:11:32.365178 [ 197 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 39 rows starting from the beginning of the part | ||
5523 | 2024.07.25 02:11:32.365236 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 34730, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5524 | 2024.07.25 02:11:32.365296 [ 197 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 29 rows starting from the beginning of the part | ||
5525 | 2024.07.25 02:11:32.365345 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5526 | 2024.07.25 02:11:32.365415 [ 3 ] {} <Debug> HTTP-Session: d1444f25-79f0-404a-bcc1-eaaba3451161 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
5527 | 2024.07.25 02:11:32.365492 [ 3 ] {} <Debug> HTTP-Session: d1444f25-79f0-404a-bcc1-eaaba3451161 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5528 | 2024.07.25 02:11:32.365518 [ 197 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 10 rows starting from the beginning of the part | ||
5529 | 2024.07.25 02:11:32.365537 [ 3 ] {} <Debug> HTTP-Session: d1444f25-79f0-404a-bcc1-eaaba3451161 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5530 | 2024.07.25 02:11:32.365672 [ 3 ] {} <Trace> HTTP-Session: d1444f25-79f0-404a-bcc1-eaaba3451161 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5531 | 2024.07.25 02:11:32.365819 [ 197 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 29 rows starting from the beginning of the part | ||
5532 | 2024.07.25 02:11:32.365947 [ 197 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 10 rows starting from the beginning of the part | ||
5533 | 2024.07.25 02:11:32.366024 [ 3 ] {5dbf19da-16e2-4e00-b082-34c866ef7e95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5534 | 2024.07.25 02:11:32.366104 [ 197 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 29 rows starting from the beginning of the part | ||
5535 | 2024.07.25 02:11:32.366150 [ 3 ] {5dbf19da-16e2-4e00-b082-34c866ef7e95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5536 | 2024.07.25 02:11:32.366868 [ 3 ] {5dbf19da-16e2-4e00-b082-34c866ef7e95} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5537 | 2024.07.25 02:11:32.367599 [ 3 ] {5dbf19da-16e2-4e00-b082-34c866ef7e95} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5538 | 2024.07.25 02:11:32.367643 [ 3 ] {5dbf19da-16e2-4e00-b082-34c866ef7e95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5539 | 2024.07.25 02:11:32.367992 [ 191 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 146 rows, containing 4 columns (4 merged, 0 gathered) in 0.003070947 sec., 47542.33791726135 rows/sec., 3.58 MiB/sec. | ||
5540 | 2024.07.25 02:11:32.368231 [ 191 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
5541 | 2024.07.25 02:11:32.368232 [ 3 ] {5dbf19da-16e2-4e00-b082-34c866ef7e95} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
5542 | 2024.07.25 02:11:32.369032 [ 3 ] {5dbf19da-16e2-4e00-b082-34c866ef7e95} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5543 | 2024.07.25 02:11:32.369199 [ 191 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_21_4} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5544 | 2024.07.25 02:11:32.369365 [ 3 ] {5dbf19da-16e2-4e00-b082-34c866ef7e95} <Debug> executeQuery: Read 230 rows, 20.76 KiB in 0.003433 sec., 66996.795805418 rows/sec., 5.90 MiB/sec. | ||
5545 | 2024.07.25 02:11:32.369535 [ 191 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_21_4} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
5546 | 2024.07.25 02:11:32.369804 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
5547 | 2024.07.25 02:11:32.370003 [ 3 ] {5dbf19da-16e2-4e00-b082-34c866ef7e95} <Debug> DynamicQueryHandler: Done processing query | ||
5548 | 2024.07.25 02:11:32.370032 [ 3 ] {5dbf19da-16e2-4e00-b082-34c866ef7e95} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
5549 | 2024.07.25 02:11:32.370050 [ 3 ] {} <Debug> HTTP-Session: d1444f25-79f0-404a-bcc1-eaaba3451161 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5550 | 2024.07.25 02:11:32.370293 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 65459, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5551 | 2024.07.25 02:11:32.370344 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5552 | 2024.07.25 02:11:32.370362 [ 3 ] {} <Debug> HTTP-Session: 40b58a04-d413-4c73-b9c1-90684bd7d6a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
5553 | 2024.07.25 02:11:32.370379 [ 3 ] {} <Debug> HTTP-Session: 40b58a04-d413-4c73-b9c1-90684bd7d6a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5554 | 2024.07.25 02:11:32.370393 [ 3 ] {} <Debug> HTTP-Session: 40b58a04-d413-4c73-b9c1-90684bd7d6a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5555 | 2024.07.25 02:11:32.370431 [ 3 ] {} <Trace> HTTP-Session: 40b58a04-d413-4c73-b9c1-90684bd7d6a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5556 | 2024.07.25 02:11:32.370726 [ 3 ] {8748102a-edc7-408e-a18f-cb07b453e295} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5557 | 2024.07.25 02:11:32.370779 [ 3 ] {8748102a-edc7-408e-a18f-cb07b453e295} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5558 | 2024.07.25 02:11:32.370974 [ 3 ] {8748102a-edc7-408e-a18f-cb07b453e295} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5559 | 2024.07.25 02:11:32.371791 [ 3 ] {8748102a-edc7-408e-a18f-cb07b453e295} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5560 | 2024.07.25 02:11:32.371834 [ 3 ] {8748102a-edc7-408e-a18f-cb07b453e295} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5561 | 2024.07.25 02:11:32.372261 [ 3 ] {8748102a-edc7-408e-a18f-cb07b453e295} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
5562 | 2024.07.25 02:11:32.372727 [ 3 ] {8748102a-edc7-408e-a18f-cb07b453e295} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5563 | 2024.07.25 02:11:32.372904 [ 3 ] {8748102a-edc7-408e-a18f-cb07b453e295} <Debug> executeQuery: Read 405 rows, 29.32 KiB in 0.00234 sec., 173076.92307692306 rows/sec., 12.23 MiB/sec. | ||
5564 | 2024.07.25 02:11:32.373282 [ 3 ] {8748102a-edc7-408e-a18f-cb07b453e295} <Debug> DynamicQueryHandler: Done processing query | ||
5565 | 2024.07.25 02:11:32.373313 [ 3 ] {8748102a-edc7-408e-a18f-cb07b453e295} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
5566 | 2024.07.25 02:11:32.373335 [ 3 ] {} <Debug> HTTP-Session: 40b58a04-d413-4c73-b9c1-90684bd7d6a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5567 | 2024.07.25 02:11:32.373986 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5568 | 2024.07.25 02:11:32.374104 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5569 | 2024.07.25 02:11:32.374142 [ 3 ] {} <Debug> HTTP-Session: abce26b6-bd33-45c0-a700-f608814200b9 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
5570 | 2024.07.25 02:11:32.374162 [ 3 ] {} <Debug> HTTP-Session: abce26b6-bd33-45c0-a700-f608814200b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5571 | 2024.07.25 02:11:32.374178 [ 3 ] {} <Debug> HTTP-Session: abce26b6-bd33-45c0-a700-f608814200b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5572 | 2024.07.25 02:11:32.374213 [ 3 ] {} <Trace> HTTP-Session: abce26b6-bd33-45c0-a700-f608814200b9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5573 | 2024.07.25 02:11:32.374328 [ 3 ] {cc436e9b-8ef7-464e-b5e3-cfda61dc46dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
5574 | 2024.07.25 02:11:32.374377 [ 3 ] {cc436e9b-8ef7-464e-b5e3-cfda61dc46dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
5575 | 2024.07.25 02:11:32.374517 [ 3 ] {cc436e9b-8ef7-464e-b5e3-cfda61dc46dc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5576 | 2024.07.25 02:11:32.374834 [ 3 ] {cc436e9b-8ef7-464e-b5e3-cfda61dc46dc} <Trace> oximeter.measurements_bool (8163702d-f428-4b08-bb37-b5af976016c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5577 | 2024.07.25 02:11:32.374871 [ 3 ] {cc436e9b-8ef7-464e-b5e3-cfda61dc46dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5578 | 2024.07.25 02:11:32.375268 [ 3 ] {cc436e9b-8ef7-464e-b5e3-cfda61dc46dc} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
5579 | 2024.07.25 02:11:32.375606 [ 3 ] {cc436e9b-8ef7-464e-b5e3-cfda61dc46dc} <Trace> oximeter.measurements_bool (8163702d-f428-4b08-bb37-b5af976016c8): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5580 | 2024.07.25 02:11:32.375772 [ 3 ] {cc436e9b-8ef7-464e-b5e3-cfda61dc46dc} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001461 sec., 4106.776180698152 rows/sec., 176.46 KiB/sec. | ||
5581 | 2024.07.25 02:11:32.375964 [ 3 ] {cc436e9b-8ef7-464e-b5e3-cfda61dc46dc} <Debug> DynamicQueryHandler: Done processing query | ||
5582 | 2024.07.25 02:11:32.375990 [ 3 ] {cc436e9b-8ef7-464e-b5e3-cfda61dc46dc} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
5583 | 2024.07.25 02:11:32.376006 [ 3 ] {} <Debug> HTTP-Session: abce26b6-bd33-45c0-a700-f608814200b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5584 | 2024.07.25 02:11:32.376138 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 14082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5585 | 2024.07.25 02:11:32.376190 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5586 | 2024.07.25 02:11:32.376210 [ 3 ] {} <Debug> HTTP-Session: 7c778b18-bc4c-4f2a-9d8c-15650cd47424 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
5587 | 2024.07.25 02:11:32.376226 [ 3 ] {} <Debug> HTTP-Session: 7c778b18-bc4c-4f2a-9d8c-15650cd47424 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5588 | 2024.07.25 02:11:32.376240 [ 3 ] {} <Debug> HTTP-Session: 7c778b18-bc4c-4f2a-9d8c-15650cd47424 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5589 | 2024.07.25 02:11:32.376272 [ 3 ] {} <Trace> HTTP-Session: 7c778b18-bc4c-4f2a-9d8c-15650cd47424 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5590 | 2024.07.25 02:11:32.376396 [ 3 ] {a960d24f-e684-45f0-93fd-ab49adfce3ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
5591 | 2024.07.25 02:11:32.376443 [ 3 ] {a960d24f-e684-45f0-93fd-ab49adfce3ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
5592 | 2024.07.25 02:11:32.376593 [ 3 ] {a960d24f-e684-45f0-93fd-ab49adfce3ed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5593 | 2024.07.25 02:11:32.376956 [ 3 ] {a960d24f-e684-45f0-93fd-ab49adfce3ed} <Trace> oximeter.measurements_cumulativei64 (ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5594 | 2024.07.25 02:11:32.376992 [ 3 ] {a960d24f-e684-45f0-93fd-ab49adfce3ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5595 | 2024.07.25 02:11:32.377388 [ 3 ] {a960d24f-e684-45f0-93fd-ab49adfce3ed} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
5596 | 2024.07.25 02:11:32.377730 [ 3 ] {a960d24f-e684-45f0-93fd-ab49adfce3ed} <Trace> oximeter.measurements_cumulativei64 (ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5597 | 2024.07.25 02:11:32.377894 [ 3 ] {a960d24f-e684-45f0-93fd-ab49adfce3ed} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001543 sec., 49902.786779001945 rows/sec., 3.07 MiB/sec. | ||
5598 | 2024.07.25 02:11:32.378079 [ 3 ] {a960d24f-e684-45f0-93fd-ab49adfce3ed} <Debug> DynamicQueryHandler: Done processing query | ||
5599 | 2024.07.25 02:11:32.378104 [ 3 ] {a960d24f-e684-45f0-93fd-ab49adfce3ed} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5600 | 2024.07.25 02:11:32.378119 [ 3 ] {} <Debug> HTTP-Session: 7c778b18-bc4c-4f2a-9d8c-15650cd47424 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5601 | 2024.07.25 02:11:32.378297 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 30607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5602 | 2024.07.25 02:11:32.378352 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5603 | 2024.07.25 02:11:32.378371 [ 3 ] {} <Debug> HTTP-Session: 8ace03b0-00b1-4969-b868-f2ab5f0e81fe Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
5604 | 2024.07.25 02:11:32.378388 [ 3 ] {} <Debug> HTTP-Session: 8ace03b0-00b1-4969-b868-f2ab5f0e81fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5605 | 2024.07.25 02:11:32.378402 [ 3 ] {} <Debug> HTTP-Session: 8ace03b0-00b1-4969-b868-f2ab5f0e81fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5606 | 2024.07.25 02:11:32.378433 [ 3 ] {} <Trace> HTTP-Session: 8ace03b0-00b1-4969-b868-f2ab5f0e81fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5607 | 2024.07.25 02:11:32.378586 [ 3 ] {27437c54-d221-4ed1-89b2-9ca52ac83a8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5608 | 2024.07.25 02:11:32.378633 [ 3 ] {27437c54-d221-4ed1-89b2-9ca52ac83a8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5609 | 2024.07.25 02:11:32.378779 [ 3 ] {27437c54-d221-4ed1-89b2-9ca52ac83a8f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5610 | 2024.07.25 02:11:32.379179 [ 3 ] {27437c54-d221-4ed1-89b2-9ca52ac83a8f} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5611 | 2024.07.25 02:11:32.379215 [ 3 ] {27437c54-d221-4ed1-89b2-9ca52ac83a8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5612 | 2024.07.25 02:11:32.379596 [ 3 ] {27437c54-d221-4ed1-89b2-9ca52ac83a8f} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
5613 | 2024.07.25 02:11:32.379944 [ 3 ] {27437c54-d221-4ed1-89b2-9ca52ac83a8f} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5614 | 2024.07.25 02:11:32.380102 [ 3 ] {27437c54-d221-4ed1-89b2-9ca52ac83a8f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001584 sec., 101010.10101010102 rows/sec., 7.04 MiB/sec. | ||
5615 | 2024.07.25 02:11:32.380276 [ 3 ] {27437c54-d221-4ed1-89b2-9ca52ac83a8f} <Debug> DynamicQueryHandler: Done processing query | ||
5616 | 2024.07.25 02:11:32.380301 [ 3 ] {27437c54-d221-4ed1-89b2-9ca52ac83a8f} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5617 | 2024.07.25 02:11:32.380316 [ 3 ] {} <Debug> HTTP-Session: 8ace03b0-00b1-4969-b868-f2ab5f0e81fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5618 | 2024.07.25 02:11:32.380482 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 36856, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5619 | 2024.07.25 02:11:32.380533 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5620 | 2024.07.25 02:11:32.380552 [ 3 ] {} <Debug> HTTP-Session: a2352a7b-f1c4-4947-b55b-5b6abe9b7c3f Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
5621 | 2024.07.25 02:11:32.380568 [ 3 ] {} <Debug> HTTP-Session: a2352a7b-f1c4-4947-b55b-5b6abe9b7c3f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5622 | 2024.07.25 02:11:32.380582 [ 3 ] {} <Debug> HTTP-Session: a2352a7b-f1c4-4947-b55b-5b6abe9b7c3f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5623 | 2024.07.25 02:11:32.380613 [ 3 ] {} <Trace> HTTP-Session: a2352a7b-f1c4-4947-b55b-5b6abe9b7c3f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5624 | 2024.07.25 02:11:32.380973 [ 3 ] {ea88d85f-7c3e-4e9e-be97-5caadffc52ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5625 | 2024.07.25 02:11:32.381037 [ 3 ] {ea88d85f-7c3e-4e9e-be97-5caadffc52ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
5626 | 2024.07.25 02:11:32.381456 [ 3 ] {ea88d85f-7c3e-4e9e-be97-5caadffc52ae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5627 | 2024.07.25 02:11:32.382162 [ 3 ] {ea88d85f-7c3e-4e9e-be97-5caadffc52ae} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5628 | 2024.07.25 02:11:32.382199 [ 3 ] {ea88d85f-7c3e-4e9e-be97-5caadffc52ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5629 | 2024.07.25 02:11:32.382826 [ 3 ] {ea88d85f-7c3e-4e9e-be97-5caadffc52ae} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
5630 | 2024.07.25 02:11:32.383244 [ 3 ] {ea88d85f-7c3e-4e9e-be97-5caadffc52ae} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5631 | 2024.07.25 02:11:32.383437 [ 3 ] {ea88d85f-7c3e-4e9e-be97-5caadffc52ae} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002736 sec., 8406.43274853801 rows/sec., 15.06 MiB/sec. | ||
5632 | 2024.07.25 02:11:32.383679 [ 3 ] {ea88d85f-7c3e-4e9e-be97-5caadffc52ae} <Debug> DynamicQueryHandler: Done processing query | ||
5633 | 2024.07.25 02:11:32.383704 [ 3 ] {ea88d85f-7c3e-4e9e-be97-5caadffc52ae} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
5634 | 2024.07.25 02:11:32.383720 [ 3 ] {} <Debug> HTTP-Session: a2352a7b-f1c4-4947-b55b-5b6abe9b7c3f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5635 | 2024.07.25 02:11:32.383835 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 3211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5636 | 2024.07.25 02:11:32.383884 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5637 | 2024.07.25 02:11:32.383902 [ 3 ] {} <Debug> HTTP-Session: 57047244-f963-4f9a-ae3f-25c68bebdcef Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
5638 | 2024.07.25 02:11:32.383918 [ 3 ] {} <Debug> HTTP-Session: 57047244-f963-4f9a-ae3f-25c68bebdcef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5639 | 2024.07.25 02:11:32.383932 [ 3 ] {} <Debug> HTTP-Session: 57047244-f963-4f9a-ae3f-25c68bebdcef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5640 | 2024.07.25 02:11:32.383963 [ 3 ] {} <Trace> HTTP-Session: 57047244-f963-4f9a-ae3f-25c68bebdcef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5641 | 2024.07.25 02:11:32.384066 [ 3 ] {7babd2d8-5755-4804-8aa3-676da005b514} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
5642 | 2024.07.25 02:11:32.384110 [ 3 ] {7babd2d8-5755-4804-8aa3-676da005b514} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
5643 | 2024.07.25 02:11:32.384242 [ 3 ] {7babd2d8-5755-4804-8aa3-676da005b514} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5644 | 2024.07.25 02:11:32.384554 [ 3 ] {7babd2d8-5755-4804-8aa3-676da005b514} <Trace> oximeter.measurements_i64 (4af3948b-7ee8-4a0a-bff7-9db9837b5273): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5645 | 2024.07.25 02:11:32.384590 [ 3 ] {7babd2d8-5755-4804-8aa3-676da005b514} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5646 | 2024.07.25 02:11:32.384951 [ 3 ] {7babd2d8-5755-4804-8aa3-676da005b514} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
5647 | 2024.07.25 02:11:32.385280 [ 3 ] {7babd2d8-5755-4804-8aa3-676da005b514} <Trace> oximeter.measurements_i64 (4af3948b-7ee8-4a0a-bff7-9db9837b5273): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5648 | 2024.07.25 02:11:32.385436 [ 3 ] {7babd2d8-5755-4804-8aa3-676da005b514} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001391 sec., 16534.86700215672 rows/sec., 894.42 KiB/sec. | ||
5649 | 2024.07.25 02:11:32.385639 [ 3 ] {7babd2d8-5755-4804-8aa3-676da005b514} <Debug> DynamicQueryHandler: Done processing query | ||
5650 | 2024.07.25 02:11:32.385663 [ 3 ] {7babd2d8-5755-4804-8aa3-676da005b514} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
5651 | 2024.07.25 02:11:32.385679 [ 3 ] {} <Debug> HTTP-Session: 57047244-f963-4f9a-ae3f-25c68bebdcef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5652 | 2024.07.25 02:11:32.385800 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5653 | 2024.07.25 02:11:32.385849 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5654 | 2024.07.25 02:11:32.385868 [ 3 ] {} <Debug> HTTP-Session: fb9404c3-b712-4fb4-be94-53d239b96c8b Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
5655 | 2024.07.25 02:11:32.385884 [ 3 ] {} <Debug> HTTP-Session: fb9404c3-b712-4fb4-be94-53d239b96c8b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5656 | 2024.07.25 02:11:32.385898 [ 3 ] {} <Debug> HTTP-Session: fb9404c3-b712-4fb4-be94-53d239b96c8b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5657 | 2024.07.25 02:11:32.385928 [ 3 ] {} <Trace> HTTP-Session: fb9404c3-b712-4fb4-be94-53d239b96c8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5658 | 2024.07.25 02:11:32.386042 [ 3 ] {c190ca93-fb0a-4354-bbd2-a432271e0d60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5659 | 2024.07.25 02:11:32.386086 [ 3 ] {c190ca93-fb0a-4354-bbd2-a432271e0d60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5660 | 2024.07.25 02:11:32.386215 [ 3 ] {c190ca93-fb0a-4354-bbd2-a432271e0d60} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5661 | 2024.07.25 02:11:32.386517 [ 3 ] {c190ca93-fb0a-4354-bbd2-a432271e0d60} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5662 | 2024.07.25 02:11:32.386554 [ 3 ] {c190ca93-fb0a-4354-bbd2-a432271e0d60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5663 | 2024.07.25 02:11:32.386910 [ 3 ] {c190ca93-fb0a-4354-bbd2-a432271e0d60} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
5664 | 2024.07.25 02:11:32.387240 [ 3 ] {c190ca93-fb0a-4354-bbd2-a432271e0d60} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5665 | 2024.07.25 02:11:32.387396 [ 3 ] {c190ca93-fb0a-4354-bbd2-a432271e0d60} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001386 sec., 43290.043290043286 rows/sec., 2.92 MiB/sec. | ||
5666 | 2024.07.25 02:11:32.387658 [ 3 ] {c190ca93-fb0a-4354-bbd2-a432271e0d60} <Debug> DynamicQueryHandler: Done processing query | ||
5667 | 2024.07.25 02:11:32.387692 [ 3 ] {c190ca93-fb0a-4354-bbd2-a432271e0d60} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5668 | 2024.07.25 02:11:32.387709 [ 3 ] {} <Debug> HTTP-Session: fb9404c3-b712-4fb4-be94-53d239b96c8b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5669 | 2024.07.25 02:11:36.241503 [ 111 ] {} <Debug> DNSResolver: Updating DNS cache | ||
5670 | 2024.07.25 02:11:36.241584 [ 111 ] {} <Debug> DNSResolver: Updated DNS cache | ||
5671 | 2024.07.25 02:11:37.356627 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 1489, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5672 | 2024.07.25 02:11:37.356739 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5673 | 2024.07.25 02:11:37.356763 [ 3 ] {} <Debug> HTTP-Session: 703f01d2-1c1c-4a9d-a6a4-7a50e4ce986d Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
5674 | 2024.07.25 02:11:37.356787 [ 3 ] {} <Debug> HTTP-Session: 703f01d2-1c1c-4a9d-a6a4-7a50e4ce986d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5675 | 2024.07.25 02:11:37.356801 [ 3 ] {} <Debug> HTTP-Session: 703f01d2-1c1c-4a9d-a6a4-7a50e4ce986d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5676 | 2024.07.25 02:11:37.356848 [ 3 ] {} <Trace> HTTP-Session: 703f01d2-1c1c-4a9d-a6a4-7a50e4ce986d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5677 | 2024.07.25 02:11:37.357028 [ 3 ] {4b170b4a-cc24-4587-bb00-aa1ccb0bbfa7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5678 | 2024.07.25 02:11:37.357094 [ 3 ] {4b170b4a-cc24-4587-bb00-aa1ccb0bbfa7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5679 | 2024.07.25 02:11:37.357281 [ 3 ] {4b170b4a-cc24-4587-bb00-aa1ccb0bbfa7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5680 | 2024.07.25 02:11:37.357719 [ 3 ] {4b170b4a-cc24-4587-bb00-aa1ccb0bbfa7} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5681 | 2024.07.25 02:11:37.357766 [ 3 ] {4b170b4a-cc24-4587-bb00-aa1ccb0bbfa7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5682 | 2024.07.25 02:11:37.358131 [ 3 ] {4b170b4a-cc24-4587-bb00-aa1ccb0bbfa7} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
5683 | 2024.07.25 02:11:37.358468 [ 3 ] {4b170b4a-cc24-4587-bb00-aa1ccb0bbfa7} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5684 | 2024.07.25 02:11:37.358610 [ 3 ] {4b170b4a-cc24-4587-bb00-aa1ccb0bbfa7} <Debug> executeQuery: Read 10 rows, 830.00 B in 0.001635 sec., 6116.207951070337 rows/sec., 495.75 KiB/sec. | ||
5685 | 2024.07.25 02:11:37.358818 [ 3 ] {4b170b4a-cc24-4587-bb00-aa1ccb0bbfa7} <Debug> DynamicQueryHandler: Done processing query | ||
5686 | 2024.07.25 02:11:37.358846 [ 3 ] {4b170b4a-cc24-4587-bb00-aa1ccb0bbfa7} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5687 | 2024.07.25 02:11:37.358862 [ 3 ] {} <Debug> HTTP-Session: 703f01d2-1c1c-4a9d-a6a4-7a50e4ce986d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5688 | 2024.07.25 02:11:37.359033 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 12377, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5689 | 2024.07.25 02:11:37.359091 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5690 | 2024.07.25 02:11:37.359111 [ 3 ] {} <Debug> HTTP-Session: 05a07249-d929-4702-a7e8-87d152aa5c7e Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
5691 | 2024.07.25 02:11:37.359130 [ 3 ] {} <Debug> HTTP-Session: 05a07249-d929-4702-a7e8-87d152aa5c7e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5692 | 2024.07.25 02:11:37.359143 [ 3 ] {} <Debug> HTTP-Session: 05a07249-d929-4702-a7e8-87d152aa5c7e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5693 | 2024.07.25 02:11:37.359178 [ 3 ] {} <Trace> HTTP-Session: 05a07249-d929-4702-a7e8-87d152aa5c7e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5694 | 2024.07.25 02:11:37.359306 [ 3 ] {c1385445-8574-48dc-b344-cc988ea363dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5695 | 2024.07.25 02:11:37.359353 [ 3 ] {c1385445-8574-48dc-b344-cc988ea363dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5696 | 2024.07.25 02:11:37.359482 [ 3 ] {c1385445-8574-48dc-b344-cc988ea363dd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5697 | 2024.07.25 02:11:37.359858 [ 3 ] {c1385445-8574-48dc-b344-cc988ea363dd} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5698 | 2024.07.25 02:11:37.359894 [ 3 ] {c1385445-8574-48dc-b344-cc988ea363dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5699 | 2024.07.25 02:11:37.360209 [ 3 ] {c1385445-8574-48dc-b344-cc988ea363dd} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
5700 | 2024.07.25 02:11:37.360516 [ 3 ] {c1385445-8574-48dc-b344-cc988ea363dd} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5701 | 2024.07.25 02:11:37.360643 [ 3 ] {c1385445-8574-48dc-b344-cc988ea363dd} <Debug> executeQuery: Read 86 rows, 7.13 KiB in 0.001387 sec., 62004.325883201156 rows/sec., 5.02 MiB/sec. | ||
5702 | 2024.07.25 02:11:37.360807 [ 3 ] {c1385445-8574-48dc-b344-cc988ea363dd} <Debug> DynamicQueryHandler: Done processing query | ||
5703 | 2024.07.25 02:11:37.360830 [ 3 ] {c1385445-8574-48dc-b344-cc988ea363dd} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
5704 | 2024.07.25 02:11:37.360846 [ 3 ] {} <Debug> HTTP-Session: 05a07249-d929-4702-a7e8-87d152aa5c7e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5705 | 2024.07.25 02:11:37.360980 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 12574, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5706 | 2024.07.25 02:11:37.361030 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5707 | 2024.07.25 02:11:37.361049 [ 3 ] {} <Debug> HTTP-Session: 2b3b549c-0355-4618-8521-b759439c87bd Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
5708 | 2024.07.25 02:11:37.361066 [ 3 ] {} <Debug> HTTP-Session: 2b3b549c-0355-4618-8521-b759439c87bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5709 | 2024.07.25 02:11:37.361079 [ 3 ] {} <Debug> HTTP-Session: 2b3b549c-0355-4618-8521-b759439c87bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5710 | 2024.07.25 02:11:37.361110 [ 3 ] {} <Trace> HTTP-Session: 2b3b549c-0355-4618-8521-b759439c87bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5711 | 2024.07.25 02:11:37.361232 [ 3 ] {3a671c9d-2386-4558-919a-a04f164ea187} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5712 | 2024.07.25 02:11:37.361276 [ 3 ] {3a671c9d-2386-4558-919a-a04f164ea187} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5713 | 2024.07.25 02:11:37.361401 [ 3 ] {3a671c9d-2386-4558-919a-a04f164ea187} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5714 | 2024.07.25 02:11:37.361747 [ 3 ] {3a671c9d-2386-4558-919a-a04f164ea187} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5715 | 2024.07.25 02:11:37.361783 [ 3 ] {3a671c9d-2386-4558-919a-a04f164ea187} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5716 | 2024.07.25 02:11:37.362091 [ 3 ] {3a671c9d-2386-4558-919a-a04f164ea187} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
5717 | 2024.07.25 02:11:37.362415 [ 3 ] {3a671c9d-2386-4558-919a-a04f164ea187} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5718 | 2024.07.25 02:11:37.362543 [ 3 ] {3a671c9d-2386-4558-919a-a04f164ea187} <Debug> executeQuery: Read 74 rows, 5.92 KiB in 0.001359 sec., 54451.80279617366 rows/sec., 4.25 MiB/sec. | ||
5719 | 2024.07.25 02:11:37.362791 [ 3 ] {3a671c9d-2386-4558-919a-a04f164ea187} <Debug> DynamicQueryHandler: Done processing query | ||
5720 | 2024.07.25 02:11:37.362836 [ 3 ] {3a671c9d-2386-4558-919a-a04f164ea187} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
5721 | 2024.07.25 02:11:37.362855 [ 3 ] {} <Debug> HTTP-Session: 2b3b549c-0355-4618-8521-b759439c87bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5722 | 2024.07.25 02:11:37.363036 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 30607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5723 | 2024.07.25 02:11:37.363086 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5724 | 2024.07.25 02:11:37.363105 [ 3 ] {} <Debug> HTTP-Session: 012a97f3-6ea3-4cce-8199-189417394d52 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
5725 | 2024.07.25 02:11:37.363123 [ 3 ] {} <Debug> HTTP-Session: 012a97f3-6ea3-4cce-8199-189417394d52 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5726 | 2024.07.25 02:11:37.363136 [ 3 ] {} <Debug> HTTP-Session: 012a97f3-6ea3-4cce-8199-189417394d52 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5727 | 2024.07.25 02:11:37.363166 [ 3 ] {} <Trace> HTTP-Session: 012a97f3-6ea3-4cce-8199-189417394d52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5728 | 2024.07.25 02:11:37.363314 [ 3 ] {f2745937-4ad2-4152-a5f5-3805a1b8d6d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5729 | 2024.07.25 02:11:37.363363 [ 3 ] {f2745937-4ad2-4152-a5f5-3805a1b8d6d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5730 | 2024.07.25 02:11:37.363524 [ 3 ] {f2745937-4ad2-4152-a5f5-3805a1b8d6d9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5731 | 2024.07.25 02:11:37.363933 [ 3 ] {f2745937-4ad2-4152-a5f5-3805a1b8d6d9} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5732 | 2024.07.25 02:11:37.363968 [ 3 ] {f2745937-4ad2-4152-a5f5-3805a1b8d6d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5733 | 2024.07.25 02:11:37.364370 [ 3 ] {f2745937-4ad2-4152-a5f5-3805a1b8d6d9} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
5734 | 2024.07.25 02:11:37.364751 [ 3 ] {f2745937-4ad2-4152-a5f5-3805a1b8d6d9} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5735 | 2024.07.25 02:11:37.364883 [ 3 ] {f2745937-4ad2-4152-a5f5-3805a1b8d6d9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001638 sec., 97680.09768009768 rows/sec., 6.80 MiB/sec. | ||
5736 | 2024.07.25 02:11:37.365059 [ 3 ] {f2745937-4ad2-4152-a5f5-3805a1b8d6d9} <Debug> DynamicQueryHandler: Done processing query | ||
5737 | 2024.07.25 02:11:37.365083 [ 3 ] {f2745937-4ad2-4152-a5f5-3805a1b8d6d9} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5738 | 2024.07.25 02:11:37.365099 [ 3 ] {} <Debug> HTTP-Session: 012a97f3-6ea3-4cce-8199-189417394d52 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5739 | 2024.07.25 02:11:37.365270 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 16050, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5740 | 2024.07.25 02:11:37.365322 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5741 | 2024.07.25 02:11:37.365341 [ 3 ] {} <Debug> HTTP-Session: f729907e-b12c-4950-8da3-32bde7eac251 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
5742 | 2024.07.25 02:11:37.365358 [ 3 ] {} <Debug> HTTP-Session: f729907e-b12c-4950-8da3-32bde7eac251 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5743 | 2024.07.25 02:11:37.365372 [ 3 ] {} <Debug> HTTP-Session: f729907e-b12c-4950-8da3-32bde7eac251 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5744 | 2024.07.25 02:11:37.365404 [ 3 ] {} <Trace> HTTP-Session: f729907e-b12c-4950-8da3-32bde7eac251 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5745 | 2024.07.25 02:11:37.365588 [ 3 ] {6f4b2b54-8611-488c-a319-58c81fd61ef3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5746 | 2024.07.25 02:11:37.365651 [ 3 ] {6f4b2b54-8611-488c-a319-58c81fd61ef3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
5747 | 2024.07.25 02:11:37.366060 [ 3 ] {6f4b2b54-8611-488c-a319-58c81fd61ef3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5748 | 2024.07.25 02:11:37.366711 [ 3 ] {6f4b2b54-8611-488c-a319-58c81fd61ef3} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5749 | 2024.07.25 02:11:37.366747 [ 3 ] {6f4b2b54-8611-488c-a319-58c81fd61ef3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5750 | 2024.07.25 02:11:37.367366 [ 3 ] {6f4b2b54-8611-488c-a319-58c81fd61ef3} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
5751 | 2024.07.25 02:11:37.367827 [ 3 ] {6f4b2b54-8611-488c-a319-58c81fd61ef3} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5752 | 2024.07.25 02:11:37.367981 [ 3 ] {6f4b2b54-8611-488c-a319-58c81fd61ef3} <Debug> executeQuery: Read 10 rows, 18.35 KiB in 0.002505 sec., 3992.0159680638726 rows/sec., 7.15 MiB/sec. | ||
5753 | 2024.07.25 02:11:37.368215 [ 3 ] {6f4b2b54-8611-488c-a319-58c81fd61ef3} <Debug> DynamicQueryHandler: Done processing query | ||
5754 | 2024.07.25 02:11:37.368240 [ 3 ] {6f4b2b54-8611-488c-a319-58c81fd61ef3} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
5755 | 2024.07.25 02:11:37.368256 [ 3 ] {} <Debug> HTTP-Session: f729907e-b12c-4950-8da3-32bde7eac251 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5756 | 2024.07.25 02:11:37.368391 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5757 | 2024.07.25 02:11:37.368453 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5758 | 2024.07.25 02:11:37.368477 [ 3 ] {} <Debug> HTTP-Session: 20b7b64f-baa7-4678-9918-7f893410f867 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
5759 | 2024.07.25 02:11:37.368498 [ 3 ] {} <Debug> HTTP-Session: 20b7b64f-baa7-4678-9918-7f893410f867 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5760 | 2024.07.25 02:11:37.368521 [ 3 ] {} <Debug> HTTP-Session: 20b7b64f-baa7-4678-9918-7f893410f867 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5761 | 2024.07.25 02:11:37.368560 [ 3 ] {} <Trace> HTTP-Session: 20b7b64f-baa7-4678-9918-7f893410f867 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5762 | 2024.07.25 02:11:37.368711 [ 3 ] {42ca58fe-fdcd-4b44-ac9b-6fd1e5878d04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5763 | 2024.07.25 02:11:37.368763 [ 3 ] {42ca58fe-fdcd-4b44-ac9b-6fd1e5878d04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5764 | 2024.07.25 02:11:37.368909 [ 3 ] {42ca58fe-fdcd-4b44-ac9b-6fd1e5878d04} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5765 | 2024.07.25 02:11:37.369238 [ 3 ] {42ca58fe-fdcd-4b44-ac9b-6fd1e5878d04} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5766 | 2024.07.25 02:11:37.369274 [ 3 ] {42ca58fe-fdcd-4b44-ac9b-6fd1e5878d04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5767 | 2024.07.25 02:11:37.369633 [ 3 ] {42ca58fe-fdcd-4b44-ac9b-6fd1e5878d04} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
5768 | 2024.07.25 02:11:37.369960 [ 3 ] {42ca58fe-fdcd-4b44-ac9b-6fd1e5878d04} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5769 | 2024.07.25 02:11:37.370094 [ 3 ] {42ca58fe-fdcd-4b44-ac9b-6fd1e5878d04} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001443 sec., 41580.04158004158 rows/sec., 2.80 MiB/sec. | ||
5770 | 2024.07.25 02:11:37.370446 [ 3 ] {42ca58fe-fdcd-4b44-ac9b-6fd1e5878d04} <Debug> DynamicQueryHandler: Done processing query | ||
5771 | 2024.07.25 02:11:37.370481 [ 3 ] {42ca58fe-fdcd-4b44-ac9b-6fd1e5878d04} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5772 | 2024.07.25 02:11:37.370503 [ 3 ] {} <Debug> HTTP-Session: 20b7b64f-baa7-4678-9918-7f893410f867 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5773 | 2024.07.25 02:11:42.361062 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 4045, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5774 | 2024.07.25 02:11:42.361185 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5775 | 2024.07.25 02:11:42.361210 [ 3 ] {} <Debug> HTTP-Session: 4ef2d8a1-eaf8-414e-b9a1-22520a4b96e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
5776 | 2024.07.25 02:11:42.361234 [ 3 ] {} <Debug> HTTP-Session: 4ef2d8a1-eaf8-414e-b9a1-22520a4b96e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5777 | 2024.07.25 02:11:42.361249 [ 3 ] {} <Debug> HTTP-Session: 4ef2d8a1-eaf8-414e-b9a1-22520a4b96e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5778 | 2024.07.25 02:11:42.361298 [ 3 ] {} <Trace> HTTP-Session: 4ef2d8a1-eaf8-414e-b9a1-22520a4b96e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5779 | 2024.07.25 02:11:42.361481 [ 3 ] {a8a40015-e0ea-4834-9a4b-85af3b9e170a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5780 | 2024.07.25 02:11:42.361547 [ 3 ] {a8a40015-e0ea-4834-9a4b-85af3b9e170a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5781 | 2024.07.25 02:11:42.361734 [ 3 ] {a8a40015-e0ea-4834-9a4b-85af3b9e170a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5782 | 2024.07.25 02:11:42.362139 [ 3 ] {a8a40015-e0ea-4834-9a4b-85af3b9e170a} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5783 | 2024.07.25 02:11:42.362185 [ 3 ] {a8a40015-e0ea-4834-9a4b-85af3b9e170a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5784 | 2024.07.25 02:11:42.362551 [ 3 ] {a8a40015-e0ea-4834-9a4b-85af3b9e170a} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
5785 | 2024.07.25 02:11:42.362892 [ 3 ] {a8a40015-e0ea-4834-9a4b-85af3b9e170a} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5786 | 2024.07.25 02:11:42.363063 [ 3 ] {a8a40015-e0ea-4834-9a4b-85af3b9e170a} <Debug> executeQuery: Read 29 rows, 2.20 KiB in 0.001631 sec., 17780.50275904353 rows/sec., 1.32 MiB/sec. | ||
5787 | 2024.07.25 02:11:42.363262 [ 3 ] {a8a40015-e0ea-4834-9a4b-85af3b9e170a} <Debug> DynamicQueryHandler: Done processing query | ||
5788 | 2024.07.25 02:11:42.363290 [ 3 ] {a8a40015-e0ea-4834-9a4b-85af3b9e170a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5789 | 2024.07.25 02:11:42.363306 [ 3 ] {} <Debug> HTTP-Session: 4ef2d8a1-eaf8-414e-b9a1-22520a4b96e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5790 | 2024.07.25 02:11:42.363499 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 34730, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5791 | 2024.07.25 02:11:42.363555 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5792 | 2024.07.25 02:11:42.363576 [ 3 ] {} <Debug> HTTP-Session: 0c3bbd7a-8dba-4194-86bc-47a0879e78b9 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
5793 | 2024.07.25 02:11:42.363596 [ 3 ] {} <Debug> HTTP-Session: 0c3bbd7a-8dba-4194-86bc-47a0879e78b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5794 | 2024.07.25 02:11:42.363609 [ 3 ] {} <Debug> HTTP-Session: 0c3bbd7a-8dba-4194-86bc-47a0879e78b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5795 | 2024.07.25 02:11:42.363645 [ 3 ] {} <Trace> HTTP-Session: 0c3bbd7a-8dba-4194-86bc-47a0879e78b9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5796 | 2024.07.25 02:11:42.363810 [ 3 ] {7c20f4aa-d948-478d-885f-8fdb76dec265} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5797 | 2024.07.25 02:11:42.363858 [ 3 ] {7c20f4aa-d948-478d-885f-8fdb76dec265} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5798 | 2024.07.25 02:11:42.363994 [ 3 ] {7c20f4aa-d948-478d-885f-8fdb76dec265} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5799 | 2024.07.25 02:11:42.364454 [ 3 ] {7c20f4aa-d948-478d-885f-8fdb76dec265} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5800 | 2024.07.25 02:11:42.364494 [ 3 ] {7c20f4aa-d948-478d-885f-8fdb76dec265} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5801 | 2024.07.25 02:11:42.364821 [ 3 ] {7c20f4aa-d948-478d-885f-8fdb76dec265} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
5802 | 2024.07.25 02:11:42.365148 [ 3 ] {7c20f4aa-d948-478d-885f-8fdb76dec265} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5803 | 2024.07.25 02:11:42.365300 [ 3 ] {7c20f4aa-d948-478d-885f-8fdb76dec265} <Debug> executeQuery: Read 230 rows, 20.76 KiB in 0.001565 sec., 146964.85623003196 rows/sec., 12.95 MiB/sec. | ||
5804 | 2024.07.25 02:11:42.365478 [ 3 ] {7c20f4aa-d948-478d-885f-8fdb76dec265} <Debug> DynamicQueryHandler: Done processing query | ||
5805 | 2024.07.25 02:11:42.365503 [ 3 ] {7c20f4aa-d948-478d-885f-8fdb76dec265} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
5806 | 2024.07.25 02:11:42.365518 [ 3 ] {} <Debug> HTTP-Session: 0c3bbd7a-8dba-4194-86bc-47a0879e78b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5807 | 2024.07.25 02:11:42.365714 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 65459, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5808 | 2024.07.25 02:11:42.365766 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5809 | 2024.07.25 02:11:42.365786 [ 3 ] {} <Debug> HTTP-Session: 793df2b5-bc87-4602-b896-bfefc9b8b7fd Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
5810 | 2024.07.25 02:11:42.365802 [ 3 ] {} <Debug> HTTP-Session: 793df2b5-bc87-4602-b896-bfefc9b8b7fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5811 | 2024.07.25 02:11:42.365816 [ 3 ] {} <Debug> HTTP-Session: 793df2b5-bc87-4602-b896-bfefc9b8b7fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5812 | 2024.07.25 02:11:42.365849 [ 3 ] {} <Trace> HTTP-Session: 793df2b5-bc87-4602-b896-bfefc9b8b7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5813 | 2024.07.25 02:11:42.366054 [ 3 ] {feef1926-770e-4cc1-a5de-3c7c3d40647f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5814 | 2024.07.25 02:11:42.366100 [ 3 ] {feef1926-770e-4cc1-a5de-3c7c3d40647f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5815 | 2024.07.25 02:11:42.366237 [ 3 ] {feef1926-770e-4cc1-a5de-3c7c3d40647f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5816 | 2024.07.25 02:11:42.366751 [ 3 ] {feef1926-770e-4cc1-a5de-3c7c3d40647f} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5817 | 2024.07.25 02:11:42.366790 [ 3 ] {feef1926-770e-4cc1-a5de-3c7c3d40647f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5818 | 2024.07.25 02:11:42.367117 [ 3 ] {feef1926-770e-4cc1-a5de-3c7c3d40647f} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
5819 | 2024.07.25 02:11:42.367429 [ 3 ] {feef1926-770e-4cc1-a5de-3c7c3d40647f} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5820 | 2024.07.25 02:11:42.367573 [ 3 ] {feef1926-770e-4cc1-a5de-3c7c3d40647f} <Debug> executeQuery: Read 405 rows, 29.32 KiB in 0.001629 sec., 248618.78453038674 rows/sec., 17.57 MiB/sec. | ||
5821 | 2024.07.25 02:11:42.367750 [ 3 ] {feef1926-770e-4cc1-a5de-3c7c3d40647f} <Debug> DynamicQueryHandler: Done processing query | ||
5822 | 2024.07.25 02:11:42.367780 [ 3 ] {feef1926-770e-4cc1-a5de-3c7c3d40647f} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
5823 | 2024.07.25 02:11:42.367796 [ 3 ] {} <Debug> HTTP-Session: 793df2b5-bc87-4602-b896-bfefc9b8b7fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5824 | 2024.07.25 02:11:42.367941 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5825 | 2024.07.25 02:11:42.367991 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5826 | 2024.07.25 02:11:42.368010 [ 3 ] {} <Debug> HTTP-Session: f933f6cf-99c2-4e69-b321-7acc5c43c551 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
5827 | 2024.07.25 02:11:42.368027 [ 3 ] {} <Debug> HTTP-Session: f933f6cf-99c2-4e69-b321-7acc5c43c551 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5828 | 2024.07.25 02:11:42.368041 [ 3 ] {} <Debug> HTTP-Session: f933f6cf-99c2-4e69-b321-7acc5c43c551 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5829 | 2024.07.25 02:11:42.368073 [ 3 ] {} <Trace> HTTP-Session: f933f6cf-99c2-4e69-b321-7acc5c43c551 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5830 | 2024.07.25 02:11:42.368170 [ 3 ] {40987da7-7aa0-4439-8916-bf188cd0353b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
5831 | 2024.07.25 02:11:42.368215 [ 3 ] {40987da7-7aa0-4439-8916-bf188cd0353b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
5832 | 2024.07.25 02:11:42.368341 [ 3 ] {40987da7-7aa0-4439-8916-bf188cd0353b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5833 | 2024.07.25 02:11:42.368607 [ 3 ] {40987da7-7aa0-4439-8916-bf188cd0353b} <Trace> oximeter.measurements_bool (8163702d-f428-4b08-bb37-b5af976016c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5834 | 2024.07.25 02:11:42.368641 [ 3 ] {40987da7-7aa0-4439-8916-bf188cd0353b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5835 | 2024.07.25 02:11:42.368991 [ 3 ] {40987da7-7aa0-4439-8916-bf188cd0353b} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
5836 | 2024.07.25 02:11:42.369309 [ 3 ] {40987da7-7aa0-4439-8916-bf188cd0353b} <Trace> oximeter.measurements_bool (8163702d-f428-4b08-bb37-b5af976016c8): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5837 | 2024.07.25 02:11:42.369469 [ 3 ] {40987da7-7aa0-4439-8916-bf188cd0353b} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001318 sec., 4552.352048558422 rows/sec., 195.61 KiB/sec. | ||
5838 | 2024.07.25 02:11:42.369747 [ 3 ] {40987da7-7aa0-4439-8916-bf188cd0353b} <Debug> DynamicQueryHandler: Done processing query | ||
5839 | 2024.07.25 02:11:42.369773 [ 3 ] {40987da7-7aa0-4439-8916-bf188cd0353b} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
5840 | 2024.07.25 02:11:42.369788 [ 3 ] {} <Debug> HTTP-Session: f933f6cf-99c2-4e69-b321-7acc5c43c551 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5841 | 2024.07.25 02:11:42.369911 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 14082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5842 | 2024.07.25 02:11:42.369960 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5843 | 2024.07.25 02:11:42.369979 [ 3 ] {} <Debug> HTTP-Session: 91f550ef-9dbc-43fb-9856-ffcb71414b6e Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
5844 | 2024.07.25 02:11:42.369995 [ 3 ] {} <Debug> HTTP-Session: 91f550ef-9dbc-43fb-9856-ffcb71414b6e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5845 | 2024.07.25 02:11:42.370008 [ 3 ] {} <Debug> HTTP-Session: 91f550ef-9dbc-43fb-9856-ffcb71414b6e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5846 | 2024.07.25 02:11:42.370039 [ 3 ] {} <Trace> HTTP-Session: 91f550ef-9dbc-43fb-9856-ffcb71414b6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5847 | 2024.07.25 02:11:42.370179 [ 3 ] {48fb87e5-d85e-4c68-a868-854505747901} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
5848 | 2024.07.25 02:11:42.370229 [ 3 ] {48fb87e5-d85e-4c68-a868-854505747901} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
5849 | 2024.07.25 02:11:42.370391 [ 3 ] {48fb87e5-d85e-4c68-a868-854505747901} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5850 | 2024.07.25 02:11:42.370702 [ 3 ] {48fb87e5-d85e-4c68-a868-854505747901} <Trace> oximeter.measurements_cumulativei64 (ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5851 | 2024.07.25 02:11:42.370736 [ 3 ] {48fb87e5-d85e-4c68-a868-854505747901} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5852 | 2024.07.25 02:11:42.371090 [ 3 ] {48fb87e5-d85e-4c68-a868-854505747901} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
5853 | 2024.07.25 02:11:42.371431 [ 3 ] {48fb87e5-d85e-4c68-a868-854505747901} <Trace> oximeter.measurements_cumulativei64 (ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5854 | 2024.07.25 02:11:42.371586 [ 3 ] {48fb87e5-d85e-4c68-a868-854505747901} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.00146 sec., 52739.726027397264 rows/sec., 3.25 MiB/sec. | ||
5855 | 2024.07.25 02:11:42.371789 [ 3 ] {48fb87e5-d85e-4c68-a868-854505747901} <Debug> DynamicQueryHandler: Done processing query | ||
5856 | 2024.07.25 02:11:42.371813 [ 3 ] {48fb87e5-d85e-4c68-a868-854505747901} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5857 | 2024.07.25 02:11:42.371828 [ 3 ] {} <Debug> HTTP-Session: 91f550ef-9dbc-43fb-9856-ffcb71414b6e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5858 | 2024.07.25 02:11:42.371971 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 30607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5859 | 2024.07.25 02:11:42.372018 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5860 | 2024.07.25 02:11:42.372037 [ 3 ] {} <Debug> HTTP-Session: 1f9645a6-4763-4c9b-bf61-a9732a5d83d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
5861 | 2024.07.25 02:11:42.372054 [ 3 ] {} <Debug> HTTP-Session: 1f9645a6-4763-4c9b-bf61-a9732a5d83d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5862 | 2024.07.25 02:11:42.372067 [ 3 ] {} <Debug> HTTP-Session: 1f9645a6-4763-4c9b-bf61-a9732a5d83d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5863 | 2024.07.25 02:11:42.372097 [ 3 ] {} <Trace> HTTP-Session: 1f9645a6-4763-4c9b-bf61-a9732a5d83d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5864 | 2024.07.25 02:11:42.372249 [ 3 ] {f8e4a7eb-273e-4a97-bf0e-ae89b005af0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5865 | 2024.07.25 02:11:42.372294 [ 3 ] {f8e4a7eb-273e-4a97-bf0e-ae89b005af0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5866 | 2024.07.25 02:11:42.372462 [ 3 ] {f8e4a7eb-273e-4a97-bf0e-ae89b005af0e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5867 | 2024.07.25 02:11:42.372975 [ 3 ] {f8e4a7eb-273e-4a97-bf0e-ae89b005af0e} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5868 | 2024.07.25 02:11:42.373024 [ 3 ] {f8e4a7eb-273e-4a97-bf0e-ae89b005af0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5869 | 2024.07.25 02:11:42.373515 [ 3 ] {f8e4a7eb-273e-4a97-bf0e-ae89b005af0e} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
5870 | 2024.07.25 02:11:42.374034 [ 3 ] {f8e4a7eb-273e-4a97-bf0e-ae89b005af0e} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5871 | 2024.07.25 02:11:42.374259 [ 3 ] {f8e4a7eb-273e-4a97-bf0e-ae89b005af0e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00208 sec., 76923.07692307694 rows/sec., 5.36 MiB/sec. | ||
5872 | 2024.07.25 02:11:42.374479 [ 3 ] {f8e4a7eb-273e-4a97-bf0e-ae89b005af0e} <Debug> DynamicQueryHandler: Done processing query | ||
5873 | 2024.07.25 02:11:42.374509 [ 3 ] {f8e4a7eb-273e-4a97-bf0e-ae89b005af0e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5874 | 2024.07.25 02:11:42.374531 [ 3 ] {} <Debug> HTTP-Session: 1f9645a6-4763-4c9b-bf61-a9732a5d83d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5875 | 2024.07.25 02:11:42.374782 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 36894, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5876 | 2024.07.25 02:11:42.376203 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5877 | 2024.07.25 02:11:42.376231 [ 3 ] {} <Debug> HTTP-Session: b5f8cd98-412b-4e72-a015-fe2db442d1a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
5878 | 2024.07.25 02:11:42.376252 [ 3 ] {} <Debug> HTTP-Session: b5f8cd98-412b-4e72-a015-fe2db442d1a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5879 | 2024.07.25 02:11:42.376266 [ 3 ] {} <Debug> HTTP-Session: b5f8cd98-412b-4e72-a015-fe2db442d1a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5880 | 2024.07.25 02:11:42.376342 [ 3 ] {} <Trace> HTTP-Session: b5f8cd98-412b-4e72-a015-fe2db442d1a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5881 | 2024.07.25 02:11:42.376844 [ 3 ] {3cc6b09d-9822-46cc-b713-3e9cac46f636} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5882 | 2024.07.25 02:11:42.376916 [ 3 ] {3cc6b09d-9822-46cc-b713-3e9cac46f636} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
5883 | 2024.07.25 02:11:42.377337 [ 3 ] {3cc6b09d-9822-46cc-b713-3e9cac46f636} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5884 | 2024.07.25 02:11:42.377951 [ 3 ] {3cc6b09d-9822-46cc-b713-3e9cac46f636} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5885 | 2024.07.25 02:11:42.377987 [ 3 ] {3cc6b09d-9822-46cc-b713-3e9cac46f636} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5886 | 2024.07.25 02:11:42.378610 [ 3 ] {3cc6b09d-9822-46cc-b713-3e9cac46f636} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
5887 | 2024.07.25 02:11:42.379044 [ 3 ] {3cc6b09d-9822-46cc-b713-3e9cac46f636} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5888 | 2024.07.25 02:11:42.379232 [ 3 ] {3cc6b09d-9822-46cc-b713-3e9cac46f636} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002739 sec., 8397.225264695144 rows/sec., 15.05 MiB/sec. | ||
5889 | 2024.07.25 02:11:42.379457 [ 3 ] {3cc6b09d-9822-46cc-b713-3e9cac46f636} <Debug> DynamicQueryHandler: Done processing query | ||
5890 | 2024.07.25 02:11:42.379482 [ 3 ] {3cc6b09d-9822-46cc-b713-3e9cac46f636} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
5891 | 2024.07.25 02:11:42.379498 [ 3 ] {} <Debug> HTTP-Session: b5f8cd98-412b-4e72-a015-fe2db442d1a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5892 | 2024.07.25 02:11:42.379623 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 3211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5893 | 2024.07.25 02:11:42.379671 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5894 | 2024.07.25 02:11:42.379690 [ 3 ] {} <Debug> HTTP-Session: ebe25cb6-c234-423d-adcd-6b7df6ee287e Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
5895 | 2024.07.25 02:11:42.379706 [ 3 ] {} <Debug> HTTP-Session: ebe25cb6-c234-423d-adcd-6b7df6ee287e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5896 | 2024.07.25 02:11:42.379721 [ 3 ] {} <Debug> HTTP-Session: ebe25cb6-c234-423d-adcd-6b7df6ee287e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5897 | 2024.07.25 02:11:42.379752 [ 3 ] {} <Trace> HTTP-Session: ebe25cb6-c234-423d-adcd-6b7df6ee287e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5898 | 2024.07.25 02:11:42.379855 [ 3 ] {8d42bc15-8b17-43c3-9f20-fb67f5f16c56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
5899 | 2024.07.25 02:11:42.379900 [ 3 ] {8d42bc15-8b17-43c3-9f20-fb67f5f16c56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
5900 | 2024.07.25 02:11:42.380025 [ 3 ] {8d42bc15-8b17-43c3-9f20-fb67f5f16c56} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5901 | 2024.07.25 02:11:42.380292 [ 3 ] {8d42bc15-8b17-43c3-9f20-fb67f5f16c56} <Trace> oximeter.measurements_i64 (4af3948b-7ee8-4a0a-bff7-9db9837b5273): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5902 | 2024.07.25 02:11:42.380328 [ 3 ] {8d42bc15-8b17-43c3-9f20-fb67f5f16c56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5903 | 2024.07.25 02:11:42.380675 [ 3 ] {8d42bc15-8b17-43c3-9f20-fb67f5f16c56} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
5904 | 2024.07.25 02:11:42.381127 [ 3 ] {8d42bc15-8b17-43c3-9f20-fb67f5f16c56} <Trace> oximeter.measurements_i64 (4af3948b-7ee8-4a0a-bff7-9db9837b5273): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5905 | 2024.07.25 02:11:42.381338 [ 3 ] {8d42bc15-8b17-43c3-9f20-fb67f5f16c56} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001512 sec., 15211.640211640211 rows/sec., 822.84 KiB/sec. | ||
5906 | 2024.07.25 02:11:42.381648 [ 3 ] {8d42bc15-8b17-43c3-9f20-fb67f5f16c56} <Debug> DynamicQueryHandler: Done processing query | ||
5907 | 2024.07.25 02:11:42.381675 [ 3 ] {8d42bc15-8b17-43c3-9f20-fb67f5f16c56} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
5908 | 2024.07.25 02:11:42.381690 [ 3 ] {} <Debug> HTTP-Session: ebe25cb6-c234-423d-adcd-6b7df6ee287e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5909 | 2024.07.25 02:11:42.381815 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5910 | 2024.07.25 02:11:42.381866 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5911 | 2024.07.25 02:11:42.381886 [ 3 ] {} <Debug> HTTP-Session: e8c9e2a6-5170-4a6e-a636-e659d8a1f20a Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
5912 | 2024.07.25 02:11:42.381902 [ 3 ] {} <Debug> HTTP-Session: e8c9e2a6-5170-4a6e-a636-e659d8a1f20a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5913 | 2024.07.25 02:11:42.381916 [ 3 ] {} <Debug> HTTP-Session: e8c9e2a6-5170-4a6e-a636-e659d8a1f20a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5914 | 2024.07.25 02:11:42.381947 [ 3 ] {} <Trace> HTTP-Session: e8c9e2a6-5170-4a6e-a636-e659d8a1f20a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5915 | 2024.07.25 02:11:42.382082 [ 3 ] {1a11dd42-a10f-440e-ae22-82d67943d39d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5916 | 2024.07.25 02:11:42.382130 [ 3 ] {1a11dd42-a10f-440e-ae22-82d67943d39d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5917 | 2024.07.25 02:11:42.382280 [ 3 ] {1a11dd42-a10f-440e-ae22-82d67943d39d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5918 | 2024.07.25 02:11:42.382640 [ 3 ] {1a11dd42-a10f-440e-ae22-82d67943d39d} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5919 | 2024.07.25 02:11:42.382676 [ 3 ] {1a11dd42-a10f-440e-ae22-82d67943d39d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5920 | 2024.07.25 02:11:42.383043 [ 3 ] {1a11dd42-a10f-440e-ae22-82d67943d39d} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
5921 | 2024.07.25 02:11:42.383377 [ 3 ] {1a11dd42-a10f-440e-ae22-82d67943d39d} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5922 | 2024.07.25 02:11:42.383544 [ 3 ] {1a11dd42-a10f-440e-ae22-82d67943d39d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001514 sec., 39630.11889035667 rows/sec., 2.67 MiB/sec. | ||
5923 | 2024.07.25 02:11:42.383715 [ 3 ] {1a11dd42-a10f-440e-ae22-82d67943d39d} <Debug> DynamicQueryHandler: Done processing query | ||
5924 | 2024.07.25 02:11:42.383740 [ 3 ] {1a11dd42-a10f-440e-ae22-82d67943d39d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5925 | 2024.07.25 02:11:42.383755 [ 3 ] {} <Debug> HTTP-Session: e8c9e2a6-5170-4a6e-a636-e659d8a1f20a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5926 | 2024.07.25 02:11:47.357725 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 1489, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5927 | 2024.07.25 02:11:47.357864 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5928 | 2024.07.25 02:11:47.357888 [ 3 ] {} <Debug> HTTP-Session: ceaf2915-eb43-403d-b20d-75b888918b16 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
5929 | 2024.07.25 02:11:47.357912 [ 3 ] {} <Debug> HTTP-Session: ceaf2915-eb43-403d-b20d-75b888918b16 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5930 | 2024.07.25 02:11:47.357927 [ 3 ] {} <Debug> HTTP-Session: ceaf2915-eb43-403d-b20d-75b888918b16 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5931 | 2024.07.25 02:11:47.357976 [ 3 ] {} <Trace> HTTP-Session: ceaf2915-eb43-403d-b20d-75b888918b16 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5932 | 2024.07.25 02:11:47.358152 [ 3 ] {5f89ca1e-45a5-4258-8c3d-cef71d7907fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5933 | 2024.07.25 02:11:47.358242 [ 3 ] {5f89ca1e-45a5-4258-8c3d-cef71d7907fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5934 | 2024.07.25 02:11:47.358434 [ 3 ] {5f89ca1e-45a5-4258-8c3d-cef71d7907fd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5935 | 2024.07.25 02:11:47.358859 [ 3 ] {5f89ca1e-45a5-4258-8c3d-cef71d7907fd} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5936 | 2024.07.25 02:11:47.358904 [ 3 ] {5f89ca1e-45a5-4258-8c3d-cef71d7907fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5937 | 2024.07.25 02:11:47.359267 [ 3 ] {5f89ca1e-45a5-4258-8c3d-cef71d7907fd} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
5938 | 2024.07.25 02:11:47.359605 [ 3 ] {5f89ca1e-45a5-4258-8c3d-cef71d7907fd} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5939 | 2024.07.25 02:11:47.359782 [ 3 ] {5f89ca1e-45a5-4258-8c3d-cef71d7907fd} <Debug> executeQuery: Read 10 rows, 830.00 B in 0.001676 sec., 5966.587112171837 rows/sec., 483.62 KiB/sec. | ||
5940 | 2024.07.25 02:11:47.360012 [ 3 ] {5f89ca1e-45a5-4258-8c3d-cef71d7907fd} <Debug> DynamicQueryHandler: Done processing query | ||
5941 | 2024.07.25 02:11:47.360040 [ 3 ] {5f89ca1e-45a5-4258-8c3d-cef71d7907fd} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5942 | 2024.07.25 02:11:47.360056 [ 3 ] {} <Debug> HTTP-Session: ceaf2915-eb43-403d-b20d-75b888918b16 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5943 | 2024.07.25 02:11:47.360246 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 17360, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5944 | 2024.07.25 02:11:47.360299 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5945 | 2024.07.25 02:11:47.360318 [ 3 ] {} <Debug> HTTP-Session: ec302114-03ff-4cf0-82f0-beb52a4ae1a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
5946 | 2024.07.25 02:11:47.360337 [ 3 ] {} <Debug> HTTP-Session: ec302114-03ff-4cf0-82f0-beb52a4ae1a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5947 | 2024.07.25 02:11:47.360350 [ 3 ] {} <Debug> HTTP-Session: ec302114-03ff-4cf0-82f0-beb52a4ae1a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5948 | 2024.07.25 02:11:47.360386 [ 3 ] {} <Trace> HTTP-Session: ec302114-03ff-4cf0-82f0-beb52a4ae1a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5949 | 2024.07.25 02:11:47.360529 [ 3 ] {370c268e-046a-4d0f-b2ff-28b81d4c0b06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5950 | 2024.07.25 02:11:47.360577 [ 3 ] {370c268e-046a-4d0f-b2ff-28b81d4c0b06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5951 | 2024.07.25 02:11:47.360705 [ 3 ] {370c268e-046a-4d0f-b2ff-28b81d4c0b06} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5952 | 2024.07.25 02:11:47.361096 [ 3 ] {370c268e-046a-4d0f-b2ff-28b81d4c0b06} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5953 | 2024.07.25 02:11:47.361133 [ 3 ] {370c268e-046a-4d0f-b2ff-28b81d4c0b06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5954 | 2024.07.25 02:11:47.361447 [ 3 ] {370c268e-046a-4d0f-b2ff-28b81d4c0b06} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
5955 | 2024.07.25 02:11:47.361750 [ 3 ] {370c268e-046a-4d0f-b2ff-28b81d4c0b06} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5956 | 2024.07.25 02:11:47.361908 [ 3 ] {370c268e-046a-4d0f-b2ff-28b81d4c0b06} <Debug> executeQuery: Read 122 rows, 9.94 KiB in 0.001431 sec., 85255.06638714187 rows/sec., 6.78 MiB/sec. | ||
5957 | 2024.07.25 02:11:47.362111 [ 3 ] {370c268e-046a-4d0f-b2ff-28b81d4c0b06} <Debug> DynamicQueryHandler: Done processing query | ||
5958 | 2024.07.25 02:11:47.362135 [ 3 ] {370c268e-046a-4d0f-b2ff-28b81d4c0b06} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
5959 | 2024.07.25 02:11:47.362151 [ 3 ] {} <Debug> HTTP-Session: ec302114-03ff-4cf0-82f0-beb52a4ae1a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5960 | 2024.07.25 02:11:47.362332 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 16616, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5961 | 2024.07.25 02:11:47.362383 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5962 | 2024.07.25 02:11:47.362402 [ 3 ] {} <Debug> HTTP-Session: 1d911453-baa2-4454-b6f5-6f74e119bd38 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
5963 | 2024.07.25 02:11:47.362418 [ 3 ] {} <Debug> HTTP-Session: 1d911453-baa2-4454-b6f5-6f74e119bd38 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5964 | 2024.07.25 02:11:47.362432 [ 3 ] {} <Debug> HTTP-Session: 1d911453-baa2-4454-b6f5-6f74e119bd38 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5965 | 2024.07.25 02:11:47.362465 [ 3 ] {} <Trace> HTTP-Session: 1d911453-baa2-4454-b6f5-6f74e119bd38 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5966 | 2024.07.25 02:11:47.362591 [ 3 ] {412e980f-691e-46c2-b012-db89fbb97c60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5967 | 2024.07.25 02:11:47.362633 [ 3 ] {412e980f-691e-46c2-b012-db89fbb97c60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5968 | 2024.07.25 02:11:47.362759 [ 3 ] {412e980f-691e-46c2-b012-db89fbb97c60} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5969 | 2024.07.25 02:11:47.363090 [ 3 ] {412e980f-691e-46c2-b012-db89fbb97c60} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5970 | 2024.07.25 02:11:47.363127 [ 3 ] {412e980f-691e-46c2-b012-db89fbb97c60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5971 | 2024.07.25 02:11:47.363436 [ 3 ] {412e980f-691e-46c2-b012-db89fbb97c60} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
5972 | 2024.07.25 02:11:47.363733 [ 3 ] {412e980f-691e-46c2-b012-db89fbb97c60} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5973 | 2024.07.25 02:11:47.363891 [ 3 ] {412e980f-691e-46c2-b012-db89fbb97c60} <Debug> executeQuery: Read 98 rows, 7.81 KiB in 0.001341 sec., 73079.79120059658 rows/sec., 5.69 MiB/sec. | ||
5974 | 2024.07.25 02:11:47.364070 [ 3 ] {412e980f-691e-46c2-b012-db89fbb97c60} <Debug> DynamicQueryHandler: Done processing query | ||
5975 | 2024.07.25 02:11:47.364098 [ 3 ] {412e980f-691e-46c2-b012-db89fbb97c60} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
5976 | 2024.07.25 02:11:47.364113 [ 3 ] {} <Debug> HTTP-Session: 1d911453-baa2-4454-b6f5-6f74e119bd38 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5977 | 2024.07.25 02:11:47.364276 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 37573, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5978 | 2024.07.25 02:11:47.364323 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5979 | 2024.07.25 02:11:47.364342 [ 3 ] {} <Debug> HTTP-Session: 3e11e593-5da8-46c7-b204-4f7c99386e6d Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
5980 | 2024.07.25 02:11:47.364358 [ 3 ] {} <Debug> HTTP-Session: 3e11e593-5da8-46c7-b204-4f7c99386e6d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5981 | 2024.07.25 02:11:47.364372 [ 3 ] {} <Debug> HTTP-Session: 3e11e593-5da8-46c7-b204-4f7c99386e6d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5982 | 2024.07.25 02:11:47.364403 [ 3 ] {} <Trace> HTTP-Session: 3e11e593-5da8-46c7-b204-4f7c99386e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5983 | 2024.07.25 02:11:47.364574 [ 3 ] {b976d2e7-5ed2-4856-a23c-112480cfd8f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5984 | 2024.07.25 02:11:47.364621 [ 3 ] {b976d2e7-5ed2-4856-a23c-112480cfd8f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5985 | 2024.07.25 02:11:47.364765 [ 3 ] {b976d2e7-5ed2-4856-a23c-112480cfd8f6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5986 | 2024.07.25 02:11:47.365178 [ 3 ] {b976d2e7-5ed2-4856-a23c-112480cfd8f6} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5987 | 2024.07.25 02:11:47.365213 [ 3 ] {b976d2e7-5ed2-4856-a23c-112480cfd8f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5988 | 2024.07.25 02:11:47.365629 [ 3 ] {b976d2e7-5ed2-4856-a23c-112480cfd8f6} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
5989 | 2024.07.25 02:11:47.365973 [ 3 ] {b976d2e7-5ed2-4856-a23c-112480cfd8f6} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5990 | 2024.07.25 02:11:47.366125 [ 3 ] {b976d2e7-5ed2-4856-a23c-112480cfd8f6} <Debug> executeQuery: Read 196 rows, 14.01 KiB in 0.001632 sec., 120098.03921568628 rows/sec., 8.38 MiB/sec. | ||
5991 | 2024.07.25 02:11:47.366292 [ 3 ] {b976d2e7-5ed2-4856-a23c-112480cfd8f6} <Debug> DynamicQueryHandler: Done processing query | ||
5992 | 2024.07.25 02:11:47.366317 [ 3 ] {b976d2e7-5ed2-4856-a23c-112480cfd8f6} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
5993 | 2024.07.25 02:11:47.366333 [ 3 ] {} <Debug> HTTP-Session: 3e11e593-5da8-46c7-b204-4f7c99386e6d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5994 | 2024.07.25 02:11:47.366456 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 16050, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5995 | 2024.07.25 02:11:47.366505 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5996 | 2024.07.25 02:11:47.366523 [ 3 ] {} <Debug> HTTP-Session: ea891c1f-5f48-4c66-a103-6ec5c1b99dd8 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
5997 | 2024.07.25 02:11:47.366540 [ 3 ] {} <Debug> HTTP-Session: ea891c1f-5f48-4c66-a103-6ec5c1b99dd8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5998 | 2024.07.25 02:11:47.366553 [ 3 ] {} <Debug> HTTP-Session: ea891c1f-5f48-4c66-a103-6ec5c1b99dd8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5999 | 2024.07.25 02:11:47.366584 [ 3 ] {} <Trace> HTTP-Session: ea891c1f-5f48-4c66-a103-6ec5c1b99dd8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6000 | 2024.07.25 02:11:47.366759 [ 3 ] {27346eab-734c-42a0-9293-c6da71a5767b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6001 | 2024.07.25 02:11:47.366822 [ 3 ] {27346eab-734c-42a0-9293-c6da71a5767b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
6002 | 2024.07.25 02:11:47.367227 [ 3 ] {27346eab-734c-42a0-9293-c6da71a5767b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6003 | 2024.07.25 02:11:47.367765 [ 3 ] {27346eab-734c-42a0-9293-c6da71a5767b} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6004 | 2024.07.25 02:11:47.367805 [ 3 ] {27346eab-734c-42a0-9293-c6da71a5767b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
6005 | 2024.07.25 02:11:47.368399 [ 3 ] {27346eab-734c-42a0-9293-c6da71a5767b} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
6006 | 2024.07.25 02:11:47.368809 [ 3 ] {27346eab-734c-42a0-9293-c6da71a5767b} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6007 | 2024.07.25 02:11:47.368971 [ 102 ] {} <Debug> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
6008 | 2024.07.25 02:11:47.369002 [ 3 ] {27346eab-734c-42a0-9293-c6da71a5767b} <Debug> executeQuery: Read 10 rows, 18.35 KiB in 0.002346 sec., 4262.574595055414 rows/sec., 7.64 MiB/sec. | ||
6009 | 2024.07.25 02:11:47.369071 [ 102 ] {} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6010 | 2024.07.25 02:11:47.369144 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
6011 | 2024.07.25 02:11:47.369555 [ 201 ] {1b204426-e0ed-4472-aac2-bb616a256d25::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 | ||
6012 | 2024.07.25 02:11:47.369648 [ 3 ] {27346eab-734c-42a0-9293-c6da71a5767b} <Debug> DynamicQueryHandler: Done processing query | ||
6013 | 2024.07.25 02:11:47.369714 [ 3 ] {27346eab-734c-42a0-9293-c6da71a5767b} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
6014 | 2024.07.25 02:11:47.369762 [ 3 ] {} <Debug> HTTP-Session: ea891c1f-5f48-4c66-a103-6ec5c1b99dd8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6015 | 2024.07.25 02:11:47.369947 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6016 | 2024.07.25 02:11:47.370028 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6017 | 2024.07.25 02:11:47.370064 [ 3 ] {} <Debug> HTTP-Session: 681a81d8-160e-4409-a563-b981f6b20fcc Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
6018 | 2024.07.25 02:11:47.370068 [ 201 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6019 | 2024.07.25 02:11:47.370083 [ 3 ] {} <Debug> HTTP-Session: 681a81d8-160e-4409-a563-b981f6b20fcc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6020 | 2024.07.25 02:11:47.370111 [ 3 ] {} <Debug> HTTP-Session: 681a81d8-160e-4409-a563-b981f6b20fcc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6021 | 2024.07.25 02:11:47.370157 [ 201 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 274 rows starting from the beginning of the part | ||
6022 | 2024.07.25 02:11:47.370161 [ 3 ] {} <Trace> HTTP-Session: 681a81d8-160e-4409-a563-b981f6b20fcc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6023 | 2024.07.25 02:11:47.370430 [ 3 ] {97588401-be24-4174-a12c-85782f2f7b09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6024 | 2024.07.25 02:11:47.370551 [ 3 ] {97588401-be24-4174-a12c-85782f2f7b09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6025 | 2024.07.25 02:11:47.370604 [ 201 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 10 rows starting from the beginning of the part | ||
6026 | 2024.07.25 02:11:47.371166 [ 3 ] {97588401-be24-4174-a12c-85782f2f7b09} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6027 | 2024.07.25 02:11:47.371358 [ 201 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 23 rows starting from the beginning of the part | ||
6028 | 2024.07.25 02:11:47.371725 [ 201 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 10 rows starting from the beginning of the part | ||
6029 | 2024.07.25 02:11:47.372185 [ 3 ] {97588401-be24-4174-a12c-85782f2f7b09} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6030 | 2024.07.25 02:11:47.372197 [ 201 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 23 rows starting from the beginning of the part | ||
6031 | 2024.07.25 02:11:47.372230 [ 3 ] {97588401-be24-4174-a12c-85782f2f7b09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
6032 | 2024.07.25 02:11:47.372570 [ 201 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 10 rows starting from the beginning of the part | ||
6033 | 2024.07.25 02:11:47.373124 [ 3 ] {97588401-be24-4174-a12c-85782f2f7b09} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
6034 | 2024.07.25 02:11:47.373762 [ 3 ] {97588401-be24-4174-a12c-85782f2f7b09} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6035 | 2024.07.25 02:11:47.373977 [ 3 ] {97588401-be24-4174-a12c-85782f2f7b09} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00368 sec., 16304.347826086956 rows/sec., 1.10 MiB/sec. | ||
6036 | 2024.07.25 02:11:47.374274 [ 3 ] {97588401-be24-4174-a12c-85782f2f7b09} <Debug> DynamicQueryHandler: Done processing query | ||
6037 | 2024.07.25 02:11:47.374307 [ 3 ] {97588401-be24-4174-a12c-85782f2f7b09} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6038 | 2024.07.25 02:11:47.374326 [ 3 ] {} <Debug> HTTP-Session: 681a81d8-160e-4409-a563-b981f6b20fcc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6039 | 2024.07.25 02:11:47.377040 [ 197 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 350 rows, containing 19 columns (19 merged, 0 gathered) in 0.007749649 sec., 45163.33578462715 rows/sec., 80.93 MiB/sec. | ||
6040 | 2024.07.25 02:11:47.377629 [ 201 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
6041 | 2024.07.25 02:11:47.378156 [ 201 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_21_4} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6042 | 2024.07.25 02:11:47.378229 [ 201 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_21_4} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
6043 | 2024.07.25 02:11:47.378330 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.94 MiB. | ||
6044 | 2024.07.25 02:11:51.241632 [ 99 ] {} <Debug> DNSResolver: Updating DNS cache | ||
6045 | 2024.07.25 02:11:51.241710 [ 99 ] {} <Debug> DNSResolver: Updated DNS cache | ||
6046 | 2024.07.25 02:11:52.362056 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 4045, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6047 | 2024.07.25 02:11:52.362171 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6048 | 2024.07.25 02:11:52.362195 [ 3 ] {} <Debug> HTTP-Session: c145653a-df50-4d18-89f9-f4d200d60d84 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
6049 | 2024.07.25 02:11:52.362219 [ 3 ] {} <Debug> HTTP-Session: c145653a-df50-4d18-89f9-f4d200d60d84 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6050 | 2024.07.25 02:11:52.362234 [ 3 ] {} <Debug> HTTP-Session: c145653a-df50-4d18-89f9-f4d200d60d84 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6051 | 2024.07.25 02:11:52.362283 [ 3 ] {} <Trace> HTTP-Session: c145653a-df50-4d18-89f9-f4d200d60d84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6052 | 2024.07.25 02:11:52.362478 [ 3 ] {2fe89652-010d-4c37-a7f3-03017c123673} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6053 | 2024.07.25 02:11:52.362544 [ 3 ] {2fe89652-010d-4c37-a7f3-03017c123673} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6054 | 2024.07.25 02:11:52.362734 [ 3 ] {2fe89652-010d-4c37-a7f3-03017c123673} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6055 | 2024.07.25 02:11:52.363175 [ 3 ] {2fe89652-010d-4c37-a7f3-03017c123673} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6056 | 2024.07.25 02:11:52.363218 [ 3 ] {2fe89652-010d-4c37-a7f3-03017c123673} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
6057 | 2024.07.25 02:11:52.363582 [ 3 ] {2fe89652-010d-4c37-a7f3-03017c123673} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
6058 | 2024.07.25 02:11:52.363910 [ 3 ] {2fe89652-010d-4c37-a7f3-03017c123673} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6059 | 2024.07.25 02:11:52.364091 [ 3 ] {2fe89652-010d-4c37-a7f3-03017c123673} <Debug> executeQuery: Read 29 rows, 2.20 KiB in 0.001662 sec., 17448.856799037305 rows/sec., 1.30 MiB/sec. | ||
6060 | 2024.07.25 02:11:52.364280 [ 3 ] {2fe89652-010d-4c37-a7f3-03017c123673} <Debug> DynamicQueryHandler: Done processing query | ||
6061 | 2024.07.25 02:11:52.364317 [ 3 ] {2fe89652-010d-4c37-a7f3-03017c123673} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6062 | 2024.07.25 02:11:52.364334 [ 3 ] {} <Debug> HTTP-Session: c145653a-df50-4d18-89f9-f4d200d60d84 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6063 | 2024.07.25 02:11:52.364516 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6064 | 2024.07.25 02:11:52.364564 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6065 | 2024.07.25 02:11:52.364583 [ 3 ] {} <Debug> HTTP-Session: 5ed6e572-f3c6-41e9-a9b8-7f3683a59520 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
6066 | 2024.07.25 02:11:52.364600 [ 3 ] {} <Debug> HTTP-Session: 5ed6e572-f3c6-41e9-a9b8-7f3683a59520 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6067 | 2024.07.25 02:11:52.364613 [ 3 ] {} <Debug> HTTP-Session: 5ed6e572-f3c6-41e9-a9b8-7f3683a59520 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6068 | 2024.07.25 02:11:52.364645 [ 3 ] {} <Trace> HTTP-Session: 5ed6e572-f3c6-41e9-a9b8-7f3683a59520 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6069 | 2024.07.25 02:11:52.364739 [ 3 ] {00bc14d8-1bcc-4515-af77-be8b2aebfe2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
6070 | 2024.07.25 02:11:52.364781 [ 3 ] {00bc14d8-1bcc-4515-af77-be8b2aebfe2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
6071 | 2024.07.25 02:11:52.364907 [ 3 ] {00bc14d8-1bcc-4515-af77-be8b2aebfe2d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6072 | 2024.07.25 02:11:52.365314 [ 3 ] {00bc14d8-1bcc-4515-af77-be8b2aebfe2d} <Trace> oximeter.fields_ipaddr (330a275b-5c0e-4112-8190-93317cf14d06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6073 | 2024.07.25 02:11:52.365350 [ 3 ] {00bc14d8-1bcc-4515-af77-be8b2aebfe2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
6074 | 2024.07.25 02:11:52.365644 [ 3 ] {00bc14d8-1bcc-4515-af77-be8b2aebfe2d} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
6075 | 2024.07.25 02:11:52.365948 [ 3 ] {00bc14d8-1bcc-4515-af77-be8b2aebfe2d} <Trace> oximeter.fields_ipaddr (330a275b-5c0e-4112-8190-93317cf14d06): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6076 | 2024.07.25 02:11:52.366105 [ 3 ] {00bc14d8-1bcc-4515-af77-be8b2aebfe2d} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00138 sec., 1449.2753623188407 rows/sec., 118.18 KiB/sec. | ||
6077 | 2024.07.25 02:11:52.366395 [ 3 ] {00bc14d8-1bcc-4515-af77-be8b2aebfe2d} <Debug> DynamicQueryHandler: Done processing query | ||
6078 | 2024.07.25 02:11:52.366429 [ 3 ] {00bc14d8-1bcc-4515-af77-be8b2aebfe2d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6079 | 2024.07.25 02:11:52.366446 [ 3 ] {} <Debug> HTTP-Session: 5ed6e572-f3c6-41e9-a9b8-7f3683a59520 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6080 | 2024.07.25 02:11:52.366670 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 34863, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6081 | 2024.07.25 02:11:52.366720 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6082 | 2024.07.25 02:11:52.366738 [ 3 ] {} <Debug> HTTP-Session: be7028b8-1599-44a8-9a56-8a18f98cd82e Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
6083 | 2024.07.25 02:11:52.366755 [ 3 ] {} <Debug> HTTP-Session: be7028b8-1599-44a8-9a56-8a18f98cd82e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6084 | 2024.07.25 02:11:52.366769 [ 3 ] {} <Debug> HTTP-Session: be7028b8-1599-44a8-9a56-8a18f98cd82e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6085 | 2024.07.25 02:11:52.366800 [ 3 ] {} <Trace> HTTP-Session: be7028b8-1599-44a8-9a56-8a18f98cd82e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6086 | 2024.07.25 02:11:52.366957 [ 3 ] {21404d54-0790-4ddd-b24a-3b2981bb2db0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6087 | 2024.07.25 02:11:52.367000 [ 3 ] {21404d54-0790-4ddd-b24a-3b2981bb2db0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6088 | 2024.07.25 02:11:52.367138 [ 3 ] {21404d54-0790-4ddd-b24a-3b2981bb2db0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6089 | 2024.07.25 02:11:52.367609 [ 3 ] {21404d54-0790-4ddd-b24a-3b2981bb2db0} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6090 | 2024.07.25 02:11:52.367646 [ 3 ] {21404d54-0790-4ddd-b24a-3b2981bb2db0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
6091 | 2024.07.25 02:11:52.367959 [ 3 ] {21404d54-0790-4ddd-b24a-3b2981bb2db0} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
6092 | 2024.07.25 02:11:52.368270 [ 3 ] {21404d54-0790-4ddd-b24a-3b2981bb2db0} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6093 | 2024.07.25 02:11:52.368434 [ 3 ] {21404d54-0790-4ddd-b24a-3b2981bb2db0} <Debug> executeQuery: Read 231 rows, 20.83 KiB in 0.001541 sec., 149902.6606099935 rows/sec., 13.20 MiB/sec. | ||
6094 | 2024.07.25 02:11:52.368433 [ 98 ] {} <Debug> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
6095 | 2024.07.25 02:11:52.368551 [ 98 ] {} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6096 | 2024.07.25 02:11:52.368600 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
6097 | 2024.07.25 02:11:52.368690 [ 3 ] {21404d54-0790-4ddd-b24a-3b2981bb2db0} <Debug> DynamicQueryHandler: Done processing query | ||
6098 | 2024.07.25 02:11:52.368743 [ 3 ] {21404d54-0790-4ddd-b24a-3b2981bb2db0} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
6099 | 2024.07.25 02:11:52.368809 [ 3 ] {} <Debug> HTTP-Session: be7028b8-1599-44a8-9a56-8a18f98cd82e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6100 | 2024.07.25 02:11:52.368871 [ 190 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::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 | ||
6101 | 2024.07.25 02:11:52.368967 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6102 | 2024.07.25 02:11:52.369067 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6103 | 2024.07.25 02:11:52.369128 [ 3 ] {} <Debug> HTTP-Session: 05a979ce-144d-4de0-bacb-e67a2f153652 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
6104 | 2024.07.25 02:11:52.369157 [ 190 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6105 | 2024.07.25 02:11:52.369167 [ 3 ] {} <Debug> HTTP-Session: 05a979ce-144d-4de0-bacb-e67a2f153652 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6106 | 2024.07.25 02:11:52.369210 [ 3 ] {} <Debug> HTTP-Session: 05a979ce-144d-4de0-bacb-e67a2f153652 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6107 | 2024.07.25 02:11:52.369220 [ 190 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 304 rows starting from the beginning of the part | ||
6108 | 2024.07.25 02:11:52.369272 [ 3 ] {} <Trace> HTTP-Session: 05a979ce-144d-4de0-bacb-e67a2f153652 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6109 | 2024.07.25 02:11:52.369473 [ 190 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 230 rows starting from the beginning of the part | ||
6110 | 2024.07.25 02:11:52.369572 [ 3 ] {5fe7f784-e16c-49e3-9188-3694c11b59e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6111 | 2024.07.25 02:11:52.369732 [ 3 ] {5fe7f784-e16c-49e3-9188-3694c11b59e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6112 | 2024.07.25 02:11:52.369754 [ 190 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 86 rows starting from the beginning of the part | ||
6113 | 2024.07.25 02:11:52.370086 [ 190 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 230 rows starting from the beginning of the part | ||
6114 | 2024.07.25 02:11:52.370487 [ 190 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 122 rows starting from the beginning of the part | ||
6115 | 2024.07.25 02:11:52.370852 [ 3 ] {5fe7f784-e16c-49e3-9188-3694c11b59e8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6116 | 2024.07.25 02:11:52.370869 [ 190 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 231 rows starting from the beginning of the part | ||
6117 | 2024.07.25 02:11:52.371752 [ 3 ] {5fe7f784-e16c-49e3-9188-3694c11b59e8} <Trace> oximeter.fields_u16 (977fada6-76a3-44eb-8ed0-7c71340c6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6118 | 2024.07.25 02:11:52.371826 [ 3 ] {5fe7f784-e16c-49e3-9188-3694c11b59e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
6119 | 2024.07.25 02:11:52.372646 [ 3 ] {5fe7f784-e16c-49e3-9188-3694c11b59e8} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
6120 | 2024.07.25 02:11:52.373373 [ 3 ] {5fe7f784-e16c-49e3-9188-3694c11b59e8} <Trace> oximeter.fields_u16 (977fada6-76a3-44eb-8ed0-7c71340c6e1a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6121 | 2024.07.25 02:11:52.373797 [ 192 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1203 rows, containing 4 columns (4 merged, 0 gathered) in 0.005066858 sec., 237425.2445993158 rows/sec., 20.49 MiB/sec. | ||
6122 | 2024.07.25 02:11:52.373928 [ 3 ] {5fe7f784-e16c-49e3-9188-3694c11b59e8} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.00443 sec., 451.46726862302484 rows/sec., 31.52 KiB/sec. | ||
6123 | 2024.07.25 02:11:52.374311 [ 192 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
6124 | 2024.07.25 02:11:52.374453 [ 3 ] {5fe7f784-e16c-49e3-9188-3694c11b59e8} <Debug> DynamicQueryHandler: Done processing query | ||
6125 | 2024.07.25 02:11:52.374500 [ 3 ] {5fe7f784-e16c-49e3-9188-3694c11b59e8} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6126 | 2024.07.25 02:11:52.374527 [ 3 ] {} <Debug> HTTP-Session: 05a979ce-144d-4de0-bacb-e67a2f153652 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6127 | 2024.07.25 02:11:52.374903 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 65800, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6128 | 2024.07.25 02:11:52.375011 [ 192 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_31_6} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6129 | 2024.07.25 02:11:52.375025 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6130 | 2024.07.25 02:11:52.375099 [ 3 ] {} <Debug> HTTP-Session: 0b6c9f18-4251-459e-a9a4-0dd8514081a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
6131 | 2024.07.25 02:11:52.375149 [ 3 ] {} <Debug> HTTP-Session: 0b6c9f18-4251-459e-a9a4-0dd8514081a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6132 | 2024.07.25 02:11:52.375172 [ 3 ] {} <Debug> HTTP-Session: 0b6c9f18-4251-459e-a9a4-0dd8514081a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6133 | 2024.07.25 02:11:52.375184 [ 192 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_31_6} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
6134 | 2024.07.25 02:11:52.375233 [ 3 ] {} <Trace> HTTP-Session: 0b6c9f18-4251-459e-a9a4-0dd8514081a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6135 | 2024.07.25 02:11:52.375356 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
6136 | 2024.07.25 02:11:52.375571 [ 3 ] {10668877-4ae3-429a-a2c8-61caa4eb8c0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6137 | 2024.07.25 02:11:52.375624 [ 3 ] {10668877-4ae3-429a-a2c8-61caa4eb8c0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6138 | 2024.07.25 02:11:52.375781 [ 3 ] {10668877-4ae3-429a-a2c8-61caa4eb8c0d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6139 | 2024.07.25 02:11:52.376362 [ 3 ] {10668877-4ae3-429a-a2c8-61caa4eb8c0d} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6140 | 2024.07.25 02:11:52.376401 [ 3 ] {10668877-4ae3-429a-a2c8-61caa4eb8c0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
6141 | 2024.07.25 02:11:52.376769 [ 3 ] {10668877-4ae3-429a-a2c8-61caa4eb8c0d} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
6142 | 2024.07.25 02:11:52.377109 [ 3 ] {10668877-4ae3-429a-a2c8-61caa4eb8c0d} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6143 | 2024.07.25 02:11:52.377275 [ 3 ] {10668877-4ae3-429a-a2c8-61caa4eb8c0d} <Debug> executeQuery: Read 407 rows, 29.48 KiB in 0.001834 sec., 221919.30207197383 rows/sec., 15.70 MiB/sec. | ||
6144 | 2024.07.25 02:11:52.377287 [ 98 ] {} <Debug> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
6145 | 2024.07.25 02:11:52.377379 [ 98 ] {} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6146 | 2024.07.25 02:11:52.377426 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
6147 | 2024.07.25 02:11:52.377571 [ 3 ] {10668877-4ae3-429a-a2c8-61caa4eb8c0d} <Debug> DynamicQueryHandler: Done processing query | ||
6148 | 2024.07.25 02:11:52.377583 [ 192 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::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 | ||
6149 | 2024.07.25 02:11:52.377610 [ 3 ] {10668877-4ae3-429a-a2c8-61caa4eb8c0d} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
6150 | 2024.07.25 02:11:52.377660 [ 3 ] {} <Debug> HTTP-Session: 0b6c9f18-4251-459e-a9a4-0dd8514081a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6151 | 2024.07.25 02:11:52.377763 [ 192 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6152 | 2024.07.25 02:11:52.377811 [ 192 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 473 rows starting from the beginning of the part | ||
6153 | 2024.07.25 02:11:52.377835 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6154 | 2024.07.25 02:11:52.377967 [ 192 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 405 rows starting from the beginning of the part | ||
6155 | 2024.07.25 02:11:52.378002 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6156 | 2024.07.25 02:11:52.378118 [ 3 ] {} <Debug> HTTP-Session: 47c21427-f0b3-4ef9-8f8a-164f02d6a59a Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
6157 | 2024.07.25 02:11:52.378202 [ 192 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 74 rows starting from the beginning of the part | ||
6158 | 2024.07.25 02:11:52.378211 [ 3 ] {} <Debug> HTTP-Session: 47c21427-f0b3-4ef9-8f8a-164f02d6a59a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6159 | 2024.07.25 02:11:52.378266 [ 3 ] {} <Debug> HTTP-Session: 47c21427-f0b3-4ef9-8f8a-164f02d6a59a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6160 | 2024.07.25 02:11:52.378459 [ 192 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 405 rows starting from the beginning of the part | ||
6161 | 2024.07.25 02:11:52.378506 [ 3 ] {} <Trace> HTTP-Session: 47c21427-f0b3-4ef9-8f8a-164f02d6a59a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6162 | 2024.07.25 02:11:52.378746 [ 192 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 98 rows starting from the beginning of the part | ||
6163 | 2024.07.25 02:11:52.378825 [ 3 ] {8d670e67-765c-456e-807f-9475f1c0035f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
6164 | 2024.07.25 02:11:52.379010 [ 192 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 407 rows starting from the beginning of the part | ||
6165 | 2024.07.25 02:11:52.379448 [ 3 ] {8d670e67-765c-456e-807f-9475f1c0035f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
6166 | 2024.07.25 02:11:52.379863 [ 3 ] {8d670e67-765c-456e-807f-9475f1c0035f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6167 | 2024.07.25 02:11:52.380516 [ 3 ] {8d670e67-765c-456e-807f-9475f1c0035f} <Trace> oximeter.measurements_bool (8163702d-f428-4b08-bb37-b5af976016c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6168 | 2024.07.25 02:11:52.380583 [ 3 ] {8d670e67-765c-456e-807f-9475f1c0035f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
6169 | 2024.07.25 02:11:52.381630 [ 3 ] {8d670e67-765c-456e-807f-9475f1c0035f} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
6170 | 2024.07.25 02:11:52.382263 [ 3 ] {8d670e67-765c-456e-807f-9475f1c0035f} <Trace> oximeter.measurements_bool (8163702d-f428-4b08-bb37-b5af976016c8): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6171 | 2024.07.25 02:11:52.382311 [ 197 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1862 rows, containing 4 columns (4 merged, 0 gathered) in 0.004793514 sec., 388441.548308819 rows/sec., 27.83 MiB/sec. | ||
6172 | 2024.07.25 02:11:52.382495 [ 3 ] {8d670e67-765c-456e-807f-9475f1c0035f} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.003765 sec., 1593.6254980079682 rows/sec., 68.48 KiB/sec. | ||
6173 | 2024.07.25 02:11:52.382606 [ 192 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
6174 | 2024.07.25 02:11:52.383196 [ 3 ] {8d670e67-765c-456e-807f-9475f1c0035f} <Debug> DynamicQueryHandler: Done processing query | ||
6175 | 2024.07.25 02:11:52.383245 [ 3 ] {8d670e67-765c-456e-807f-9475f1c0035f} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
6176 | 2024.07.25 02:11:52.383302 [ 3 ] {} <Debug> HTTP-Session: 47c21427-f0b3-4ef9-8f8a-164f02d6a59a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6177 | 2024.07.25 02:11:52.383477 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 14082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6178 | 2024.07.25 02:11:52.383563 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6179 | 2024.07.25 02:11:52.383575 [ 192 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_31_6} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6180 | 2024.07.25 02:11:52.383593 [ 3 ] {} <Debug> HTTP-Session: 2656c4d9-ffd4-4d5a-8ed2-497a00e53c4b Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
6181 | 2024.07.25 02:11:52.383645 [ 3 ] {} <Debug> HTTP-Session: 2656c4d9-ffd4-4d5a-8ed2-497a00e53c4b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6182 | 2024.07.25 02:11:52.383668 [ 3 ] {} <Debug> HTTP-Session: 2656c4d9-ffd4-4d5a-8ed2-497a00e53c4b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6183 | 2024.07.25 02:11:52.383720 [ 3 ] {} <Trace> HTTP-Session: 2656c4d9-ffd4-4d5a-8ed2-497a00e53c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6184 | 2024.07.25 02:11:52.383732 [ 192 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_31_6} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
6185 | 2024.07.25 02:11:52.383889 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. | ||
6186 | 2024.07.25 02:11:52.383951 [ 3 ] {e45f2330-baf0-4c13-bdfa-5d705f79d6d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
6187 | 2024.07.25 02:11:52.384004 [ 3 ] {e45f2330-baf0-4c13-bdfa-5d705f79d6d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
6188 | 2024.07.25 02:11:52.384186 [ 3 ] {e45f2330-baf0-4c13-bdfa-5d705f79d6d8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6189 | 2024.07.25 02:11:52.384547 [ 3 ] {e45f2330-baf0-4c13-bdfa-5d705f79d6d8} <Trace> oximeter.measurements_cumulativei64 (ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6190 | 2024.07.25 02:11:52.384585 [ 3 ] {e45f2330-baf0-4c13-bdfa-5d705f79d6d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
6191 | 2024.07.25 02:11:52.384954 [ 3 ] {e45f2330-baf0-4c13-bdfa-5d705f79d6d8} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
6192 | 2024.07.25 02:11:52.385308 [ 3 ] {e45f2330-baf0-4c13-bdfa-5d705f79d6d8} <Trace> oximeter.measurements_cumulativei64 (ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6193 | 2024.07.25 02:11:52.385476 [ 3 ] {e45f2330-baf0-4c13-bdfa-5d705f79d6d8} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001597 sec., 48215.40388227928 rows/sec., 2.97 MiB/sec. | ||
6194 | 2024.07.25 02:11:52.385812 [ 3 ] {e45f2330-baf0-4c13-bdfa-5d705f79d6d8} <Debug> DynamicQueryHandler: Done processing query | ||
6195 | 2024.07.25 02:11:52.385839 [ 3 ] {e45f2330-baf0-4c13-bdfa-5d705f79d6d8} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6196 | 2024.07.25 02:11:52.385855 [ 3 ] {} <Debug> HTTP-Session: 2656c4d9-ffd4-4d5a-8ed2-497a00e53c4b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6197 | 2024.07.25 02:11:52.386028 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 28890, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6198 | 2024.07.25 02:11:52.386080 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6199 | 2024.07.25 02:11:52.386100 [ 3 ] {} <Debug> HTTP-Session: 98c8f588-4c2c-4895-b369-0ad6b7494942 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
6200 | 2024.07.25 02:11:52.386117 [ 3 ] {} <Debug> HTTP-Session: 98c8f588-4c2c-4895-b369-0ad6b7494942 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6201 | 2024.07.25 02:11:52.386130 [ 3 ] {} <Debug> HTTP-Session: 98c8f588-4c2c-4895-b369-0ad6b7494942 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6202 | 2024.07.25 02:11:52.386162 [ 3 ] {} <Trace> HTTP-Session: 98c8f588-4c2c-4895-b369-0ad6b7494942 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6203 | 2024.07.25 02:11:52.386335 [ 3 ] {c3ba2406-f2cd-45e6-b66a-a0854d70a355} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6204 | 2024.07.25 02:11:52.386383 [ 3 ] {c3ba2406-f2cd-45e6-b66a-a0854d70a355} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6205 | 2024.07.25 02:11:52.386567 [ 3 ] {c3ba2406-f2cd-45e6-b66a-a0854d70a355} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6206 | 2024.07.25 02:11:52.386986 [ 3 ] {c3ba2406-f2cd-45e6-b66a-a0854d70a355} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6207 | 2024.07.25 02:11:52.387022 [ 3 ] {c3ba2406-f2cd-45e6-b66a-a0854d70a355} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
6208 | 2024.07.25 02:11:52.387398 [ 3 ] {c3ba2406-f2cd-45e6-b66a-a0854d70a355} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
6209 | 2024.07.25 02:11:52.387755 [ 3 ] {c3ba2406-f2cd-45e6-b66a-a0854d70a355} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6210 | 2024.07.25 02:11:52.387915 [ 3 ] {c3ba2406-f2cd-45e6-b66a-a0854d70a355} <Debug> executeQuery: Read 151 rows, 10.77 KiB in 0.001662 sec., 90854.39229843562 rows/sec., 6.33 MiB/sec. | ||
6211 | 2024.07.25 02:11:52.387922 [ 98 ] {} <Debug> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
6212 | 2024.07.25 02:11:52.388011 [ 98 ] {} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6213 | 2024.07.25 02:11:52.388056 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
6214 | 2024.07.25 02:11:52.388208 [ 3 ] {c3ba2406-f2cd-45e6-b66a-a0854d70a355} <Debug> DynamicQueryHandler: Done processing query | ||
6215 | 2024.07.25 02:11:52.388221 [ 190 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::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 | ||
6216 | 2024.07.25 02:11:52.388253 [ 3 ] {c3ba2406-f2cd-45e6-b66a-a0854d70a355} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6217 | 2024.07.25 02:11:52.388321 [ 3 ] {} <Debug> HTTP-Session: 98c8f588-4c2c-4895-b369-0ad6b7494942 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6218 | 2024.07.25 02:11:52.388473 [ 190 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6219 | 2024.07.25 02:11:52.388541 [ 190 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 4405 rows starting from the beginning of the part | ||
6220 | 2024.07.25 02:11:52.388547 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 36909, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6221 | 2024.07.25 02:11:52.388730 [ 190 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 160 rows starting from the beginning of the part | ||
6222 | 2024.07.25 02:11:52.388732 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6223 | 2024.07.25 02:11:52.388844 [ 3 ] {} <Debug> HTTP-Session: 1d5c62ba-fb1e-4243-af06-692fe7d7248f Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
6224 | 2024.07.25 02:11:52.388958 [ 3 ] {} <Debug> HTTP-Session: 1d5c62ba-fb1e-4243-af06-692fe7d7248f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6225 | 2024.07.25 02:11:52.389030 [ 190 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 160 rows starting from the beginning of the part | ||
6226 | 2024.07.25 02:11:52.389051 [ 3 ] {} <Debug> HTTP-Session: 1d5c62ba-fb1e-4243-af06-692fe7d7248f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6227 | 2024.07.25 02:11:52.389158 [ 3 ] {} <Trace> HTTP-Session: 1d5c62ba-fb1e-4243-af06-692fe7d7248f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6228 | 2024.07.25 02:11:52.389338 [ 190 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 160 rows starting from the beginning of the part | ||
6229 | 2024.07.25 02:11:52.389564 [ 190 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 196 rows starting from the beginning of the part | ||
6230 | 2024.07.25 02:11:52.389857 [ 3 ] {da8033e7-1d85-457f-92f3-e2551fbc063e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6231 | 2024.07.25 02:11:52.389872 [ 190 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 151 rows starting from the beginning of the part | ||
6232 | 2024.07.25 02:11:52.390222 [ 3 ] {da8033e7-1d85-457f-92f3-e2551fbc063e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
6233 | 2024.07.25 02:11:52.391874 [ 3 ] {da8033e7-1d85-457f-92f3-e2551fbc063e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6234 | 2024.07.25 02:11:52.393380 [ 3 ] {da8033e7-1d85-457f-92f3-e2551fbc063e} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6235 | 2024.07.25 02:11:52.393416 [ 3 ] {da8033e7-1d85-457f-92f3-e2551fbc063e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
6236 | 2024.07.25 02:11:52.394581 [ 3 ] {da8033e7-1d85-457f-92f3-e2551fbc063e} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
6237 | 2024.07.25 02:11:52.394838 [ 192 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5232 rows, containing 5 columns (5 merged, 0 gathered) in 0.006682343 sec., 782958.9112680986 rows/sec., 54.57 MiB/sec. | ||
6238 | 2024.07.25 02:11:52.395313 [ 3 ] {da8033e7-1d85-457f-92f3-e2551fbc063e} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6239 | 2024.07.25 02:11:52.395322 [ 192 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
6240 | 2024.07.25 02:11:52.395729 [ 3 ] {da8033e7-1d85-457f-92f3-e2551fbc063e} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.006267 sec., 3670.017552257859 rows/sec., 6.58 MiB/sec. | ||
6241 | 2024.07.25 02:11:52.397024 [ 3 ] {da8033e7-1d85-457f-92f3-e2551fbc063e} <Debug> DynamicQueryHandler: Done processing query | ||
6242 | 2024.07.25 02:11:52.397093 [ 3 ] {da8033e7-1d85-457f-92f3-e2551fbc063e} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
6243 | 2024.07.25 02:11:52.397107 [ 192 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6244 | 2024.07.25 02:11:52.397125 [ 3 ] {} <Debug> HTTP-Session: 1d5c62ba-fb1e-4243-af06-692fe7d7248f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6245 | 2024.07.25 02:11:52.397252 [ 192 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
6246 | 2024.07.25 02:11:52.397296 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 3211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6247 | 2024.07.25 02:11:52.397405 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.28 MiB. | ||
6248 | 2024.07.25 02:11:52.397416 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6249 | 2024.07.25 02:11:52.397464 [ 3 ] {} <Debug> HTTP-Session: 842b9253-082c-48a9-9f4e-88141680dc88 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
6250 | 2024.07.25 02:11:52.397480 [ 3 ] {} <Debug> HTTP-Session: 842b9253-082c-48a9-9f4e-88141680dc88 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6251 | 2024.07.25 02:11:52.397494 [ 3 ] {} <Debug> HTTP-Session: 842b9253-082c-48a9-9f4e-88141680dc88 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6252 | 2024.07.25 02:11:52.397526 [ 3 ] {} <Trace> HTTP-Session: 842b9253-082c-48a9-9f4e-88141680dc88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6253 | 2024.07.25 02:11:52.397644 [ 3 ] {498d7d80-7be4-47a3-be36-bc3ce7ffc853} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
6254 | 2024.07.25 02:11:52.397692 [ 3 ] {498d7d80-7be4-47a3-be36-bc3ce7ffc853} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
6255 | 2024.07.25 02:11:52.397842 [ 3 ] {498d7d80-7be4-47a3-be36-bc3ce7ffc853} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6256 | 2024.07.25 02:11:52.398180 [ 3 ] {498d7d80-7be4-47a3-be36-bc3ce7ffc853} <Trace> oximeter.measurements_i64 (4af3948b-7ee8-4a0a-bff7-9db9837b5273): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6257 | 2024.07.25 02:11:52.398217 [ 3 ] {498d7d80-7be4-47a3-be36-bc3ce7ffc853} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
6258 | 2024.07.25 02:11:52.398577 [ 3 ] {498d7d80-7be4-47a3-be36-bc3ce7ffc853} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
6259 | 2024.07.25 02:11:52.398913 [ 3 ] {498d7d80-7be4-47a3-be36-bc3ce7ffc853} <Trace> oximeter.measurements_i64 (4af3948b-7ee8-4a0a-bff7-9db9837b5273): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6260 | 2024.07.25 02:11:52.399071 [ 3 ] {498d7d80-7be4-47a3-be36-bc3ce7ffc853} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001455 sec., 15807.560137457045 rows/sec., 855.08 KiB/sec. | ||
6261 | 2024.07.25 02:11:52.399088 [ 98 ] {} <Debug> oximeter.measurements_i64 (4af3948b-7ee8-4a0a-bff7-9db9837b5273) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
6262 | 2024.07.25 02:11:52.399219 [ 98 ] {} <Trace> oximeter.measurements_i64 (4af3948b-7ee8-4a0a-bff7-9db9837b5273): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6263 | 2024.07.25 02:11:52.399283 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
6264 | 2024.07.25 02:11:52.399340 [ 3 ] {498d7d80-7be4-47a3-be36-bc3ce7ffc853} <Debug> DynamicQueryHandler: Done processing query | ||
6265 | 2024.07.25 02:11:52.399420 [ 3 ] {498d7d80-7be4-47a3-be36-bc3ce7ffc853} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
6266 | 2024.07.25 02:11:52.399505 [ 3 ] {} <Debug> HTTP-Session: 842b9253-082c-48a9-9f4e-88141680dc88 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6267 | 2024.07.25 02:11:52.399656 [ 197 ] {4af3948b-7ee8-4a0a-bff7-9db9837b5273::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 | ||
6268 | 2024.07.25 02:11:52.399789 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 8499, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6269 | 2024.07.25 02:11:52.399940 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6270 | 2024.07.25 02:11:52.399991 [ 3 ] {} <Debug> HTTP-Session: 5ec4e076-bcc6-45d8-8337-24872ff8de34 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
6271 | 2024.07.25 02:11:52.400016 [ 3 ] {} <Debug> HTTP-Session: 5ec4e076-bcc6-45d8-8337-24872ff8de34 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6272 | 2024.07.25 02:11:52.400036 [ 197 ] {4af3948b-7ee8-4a0a-bff7-9db9837b5273::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6273 | 2024.07.25 02:11:52.400038 [ 3 ] {} <Debug> HTTP-Session: 5ec4e076-bcc6-45d8-8337-24872ff8de34 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6274 | 2024.07.25 02:11:52.400072 [ 197 ] {4af3948b-7ee8-4a0a-bff7-9db9837b5273::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 257 rows starting from the beginning of the part | ||
6275 | 2024.07.25 02:11:52.400087 [ 3 ] {} <Trace> HTTP-Session: 5ec4e076-bcc6-45d8-8337-24872ff8de34 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6276 | 2024.07.25 02:11:52.400217 [ 197 ] {4af3948b-7ee8-4a0a-bff7-9db9837b5273::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 23 rows starting from the beginning of the part | ||
6277 | 2024.07.25 02:11:52.400367 [ 3 ] {01064b5f-ba1a-4f5e-a15e-f8fe451df951} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6278 | 2024.07.25 02:11:52.400576 [ 3 ] {01064b5f-ba1a-4f5e-a15e-f8fe451df951} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6279 | 2024.07.25 02:11:52.400579 [ 197 ] {4af3948b-7ee8-4a0a-bff7-9db9837b5273::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 23 rows starting from the beginning of the part | ||
6280 | 2024.07.25 02:11:52.400933 [ 197 ] {4af3948b-7ee8-4a0a-bff7-9db9837b5273::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 23 rows starting from the beginning of the part | ||
6281 | 2024.07.25 02:11:52.401308 [ 197 ] {4af3948b-7ee8-4a0a-bff7-9db9837b5273::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 23 rows starting from the beginning of the part | ||
6282 | 2024.07.25 02:11:52.401521 [ 197 ] {4af3948b-7ee8-4a0a-bff7-9db9837b5273::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 23 rows starting from the beginning of the part | ||
6283 | 2024.07.25 02:11:52.401611 [ 3 ] {01064b5f-ba1a-4f5e-a15e-f8fe451df951} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6284 | 2024.07.25 02:11:52.402385 [ 3 ] {01064b5f-ba1a-4f5e-a15e-f8fe451df951} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6285 | 2024.07.25 02:11:52.402427 [ 3 ] {01064b5f-ba1a-4f5e-a15e-f8fe451df951} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
6286 | 2024.07.25 02:11:52.403011 [ 3 ] {01064b5f-ba1a-4f5e-a15e-f8fe451df951} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
6287 | 2024.07.25 02:11:52.403257 [ 197 ] {4af3948b-7ee8-4a0a-bff7-9db9837b5273::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 372 rows, containing 4 columns (4 merged, 0 gathered) in 0.00387319 sec., 96044.86224533267 rows/sec., 5.21 MiB/sec. | ||
6288 | 2024.07.25 02:11:52.403400 [ 197 ] {4af3948b-7ee8-4a0a-bff7-9db9837b5273::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
6289 | 2024.07.25 02:11:52.403503 [ 3 ] {01064b5f-ba1a-4f5e-a15e-f8fe451df951} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6290 | 2024.07.25 02:11:52.403774 [ 98 ] {} <Debug> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
6291 | 2024.07.25 02:11:52.403843 [ 3 ] {01064b5f-ba1a-4f5e-a15e-f8fe451df951} <Debug> executeQuery: Read 56 rows, 3.86 KiB in 0.003603 sec., 15542.603386067167 rows/sec., 1.05 MiB/sec. | ||
6292 | 2024.07.25 02:11:52.403893 [ 98 ] {} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6293 | 2024.07.25 02:11:52.404062 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
6294 | 2024.07.25 02:11:52.404405 [ 197 ] {4af3948b-7ee8-4a0a-bff7-9db9837b5273::all_1_16_3} <Trace> oximeter.measurements_i64 (4af3948b-7ee8-4a0a-bff7-9db9837b5273): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6295 | 2024.07.25 02:11:52.404489 [ 3 ] {01064b5f-ba1a-4f5e-a15e-f8fe451df951} <Debug> DynamicQueryHandler: Done processing query | ||
6296 | 2024.07.25 02:11:52.404561 [ 3 ] {01064b5f-ba1a-4f5e-a15e-f8fe451df951} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6297 | 2024.07.25 02:11:52.404592 [ 194 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::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 | ||
6298 | 2024.07.25 02:11:52.404619 [ 3 ] {} <Debug> HTTP-Session: 5ec4e076-bcc6-45d8-8337-24872ff8de34 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6299 | 2024.07.25 02:11:52.404645 [ 197 ] {4af3948b-7ee8-4a0a-bff7-9db9837b5273::all_1_16_3} <Trace> oximeter.measurements_i64 (4af3948b-7ee8-4a0a-bff7-9db9837b5273) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
6300 | 2024.07.25 02:11:52.404823 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
6301 | 2024.07.25 02:11:52.404897 [ 194 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6302 | 2024.07.25 02:11:52.404933 [ 194 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1536 rows starting from the beginning of the part | ||
6303 | 2024.07.25 02:11:52.405008 [ 194 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 60 rows starting from the beginning of the part | ||
6304 | 2024.07.25 02:11:52.405149 [ 194 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 60 rows starting from the beginning of the part | ||
6305 | 2024.07.25 02:11:52.405249 [ 194 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 60 rows starting from the beginning of the part | ||
6306 | 2024.07.25 02:11:52.405372 [ 194 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 60 rows starting from the beginning of the part | ||
6307 | 2024.07.25 02:11:52.405553 [ 194 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::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 | ||
6308 | 2024.07.25 02:11:52.406835 [ 199 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1832 rows, containing 4 columns (4 merged, 0 gathered) in 0.002528859 sec., 724437.38460705 rows/sec., 48.83 MiB/sec. | ||
6309 | 2024.07.25 02:11:52.407115 [ 199 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
6310 | 2024.07.25 02:11:52.407624 [ 199 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_31_6} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6311 | 2024.07.25 02:11:52.407732 [ 199 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_31_6} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
6312 | 2024.07.25 02:11:52.407843 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
6313 | 2024.07.25 02:11:57.357031 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 1489, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6314 | 2024.07.25 02:11:57.357175 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6315 | 2024.07.25 02:11:57.357203 [ 3 ] {} <Debug> HTTP-Session: 89d4f7e1-065d-486c-b95d-d0f308390b5d Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
6316 | 2024.07.25 02:11:57.357230 [ 3 ] {} <Debug> HTTP-Session: 89d4f7e1-065d-486c-b95d-d0f308390b5d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6317 | 2024.07.25 02:11:57.357246 [ 3 ] {} <Debug> HTTP-Session: 89d4f7e1-065d-486c-b95d-d0f308390b5d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6318 | 2024.07.25 02:11:57.357302 [ 3 ] {} <Trace> HTTP-Session: 89d4f7e1-065d-486c-b95d-d0f308390b5d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6319 | 2024.07.25 02:11:57.357507 [ 3 ] {f9193526-98ca-4ef5-909e-2784069b0c55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6320 | 2024.07.25 02:11:57.357580 [ 3 ] {f9193526-98ca-4ef5-909e-2784069b0c55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6321 | 2024.07.25 02:11:57.357798 [ 3 ] {f9193526-98ca-4ef5-909e-2784069b0c55} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6322 | 2024.07.25 02:11:57.358258 [ 3 ] {f9193526-98ca-4ef5-909e-2784069b0c55} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6323 | 2024.07.25 02:11:57.358305 [ 3 ] {f9193526-98ca-4ef5-909e-2784069b0c55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
6324 | 2024.07.25 02:11:57.358675 [ 3 ] {f9193526-98ca-4ef5-909e-2784069b0c55} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
6325 | 2024.07.25 02:11:57.359015 [ 3 ] {f9193526-98ca-4ef5-909e-2784069b0c55} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6326 | 2024.07.25 02:11:57.359179 [ 3 ] {f9193526-98ca-4ef5-909e-2784069b0c55} <Debug> executeQuery: Read 10 rows, 830.00 B in 0.001731 sec., 5777.007510109764 rows/sec., 468.25 KiB/sec. | ||
6327 | 2024.07.25 02:11:57.359197 [ 92 ] {} <Debug> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
6328 | 2024.07.25 02:11:57.359285 [ 92 ] {} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6329 | 2024.07.25 02:11:57.359332 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
6330 | 2024.07.25 02:11:57.359525 [ 3 ] {f9193526-98ca-4ef5-909e-2784069b0c55} <Debug> DynamicQueryHandler: Done processing query | ||
6331 | 2024.07.25 02:11:57.359594 [ 197 ] {f624f877-7484-40f8-bba3-5af105c2972a::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 | ||
6332 | 2024.07.25 02:11:57.359630 [ 3 ] {f9193526-98ca-4ef5-909e-2784069b0c55} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6333 | 2024.07.25 02:11:57.359730 [ 3 ] {} <Debug> HTTP-Session: 89d4f7e1-065d-486c-b95d-d0f308390b5d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6334 | 2024.07.25 02:11:57.360071 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 12377, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6335 | 2024.07.25 02:11:57.360202 [ 197 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6336 | 2024.07.25 02:11:57.360225 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6337 | 2024.07.25 02:11:57.360256 [ 197 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 39 rows starting from the beginning of the part | ||
6338 | 2024.07.25 02:11:57.360261 [ 3 ] {} <Debug> HTTP-Session: 33379ca0-5646-44e1-98db-8d94f09ffd11 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
6339 | 2024.07.25 02:11:57.360289 [ 3 ] {} <Debug> HTTP-Session: 33379ca0-5646-44e1-98db-8d94f09ffd11 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6340 | 2024.07.25 02:11:57.360309 [ 3 ] {} <Debug> HTTP-Session: 33379ca0-5646-44e1-98db-8d94f09ffd11 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6341 | 2024.07.25 02:11:57.360366 [ 197 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 10 rows starting from the beginning of the part | ||
6342 | 2024.07.25 02:11:57.360401 [ 3 ] {} <Trace> HTTP-Session: 33379ca0-5646-44e1-98db-8d94f09ffd11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6343 | 2024.07.25 02:11:57.360708 [ 197 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 29 rows starting from the beginning of the part | ||
6344 | 2024.07.25 02:11:57.360869 [ 3 ] {d35c1374-a961-47e6-bfa7-cd49c1151661} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6345 | 2024.07.25 02:11:57.361008 [ 197 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 10 rows starting from the beginning of the part | ||
6346 | 2024.07.25 02:11:57.361018 [ 3 ] {d35c1374-a961-47e6-bfa7-cd49c1151661} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6347 | 2024.07.25 02:11:57.361425 [ 197 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 29 rows starting from the beginning of the part | ||
6348 | 2024.07.25 02:11:57.361671 [ 197 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 10 rows starting from the beginning of the part | ||
6349 | 2024.07.25 02:11:57.362231 [ 3 ] {d35c1374-a961-47e6-bfa7-cd49c1151661} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6350 | 2024.07.25 02:11:57.362882 [ 3 ] {d35c1374-a961-47e6-bfa7-cd49c1151661} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6351 | 2024.07.25 02:11:57.362926 [ 3 ] {d35c1374-a961-47e6-bfa7-cd49c1151661} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
6352 | 2024.07.25 02:11:57.363446 [ 3 ] {d35c1374-a961-47e6-bfa7-cd49c1151661} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
6353 | 2024.07.25 02:11:57.363499 [ 199 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 127 rows, containing 4 columns (4 merged, 0 gathered) in 0.004080463 sec., 31123.91902585564 rows/sec., 2.36 MiB/sec. | ||
6354 | 2024.07.25 02:11:57.363803 [ 199 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
6355 | 2024.07.25 02:11:57.364038 [ 3 ] {d35c1374-a961-47e6-bfa7-cd49c1151661} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6356 | 2024.07.25 02:11:57.364508 [ 3 ] {d35c1374-a961-47e6-bfa7-cd49c1151661} <Debug> executeQuery: Read 86 rows, 7.13 KiB in 0.003849 sec., 22343.46583528189 rows/sec., 1.81 MiB/sec. | ||
6357 | 2024.07.25 02:11:57.364832 [ 199 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_26_5} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6358 | 2024.07.25 02:11:57.364850 [ 3 ] {d35c1374-a961-47e6-bfa7-cd49c1151661} <Debug> DynamicQueryHandler: Done processing query | ||
6359 | 2024.07.25 02:11:57.364904 [ 3 ] {d35c1374-a961-47e6-bfa7-cd49c1151661} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
6360 | 2024.07.25 02:11:57.364947 [ 3 ] {} <Debug> HTTP-Session: 33379ca0-5646-44e1-98db-8d94f09ffd11 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6361 | 2024.07.25 02:11:57.365021 [ 199 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_26_5} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
6362 | 2024.07.25 02:11:57.365148 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
6363 | 2024.07.25 02:11:57.365160 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 12574, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6364 | 2024.07.25 02:11:57.365230 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6365 | 2024.07.25 02:11:57.365250 [ 3 ] {} <Debug> HTTP-Session: 93825ee2-2cac-4796-bde8-cbb37975709c Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
6366 | 2024.07.25 02:11:57.365266 [ 3 ] {} <Debug> HTTP-Session: 93825ee2-2cac-4796-bde8-cbb37975709c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6367 | 2024.07.25 02:11:57.365279 [ 3 ] {} <Debug> HTTP-Session: 93825ee2-2cac-4796-bde8-cbb37975709c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6368 | 2024.07.25 02:11:57.365311 [ 3 ] {} <Trace> HTTP-Session: 93825ee2-2cac-4796-bde8-cbb37975709c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6369 | 2024.07.25 02:11:57.365468 [ 3 ] {4c435747-9ac3-43dc-b684-4eb802e2defa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6370 | 2024.07.25 02:11:57.365512 [ 3 ] {4c435747-9ac3-43dc-b684-4eb802e2defa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6371 | 2024.07.25 02:11:57.365657 [ 3 ] {4c435747-9ac3-43dc-b684-4eb802e2defa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6372 | 2024.07.25 02:11:57.366036 [ 3 ] {4c435747-9ac3-43dc-b684-4eb802e2defa} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6373 | 2024.07.25 02:11:57.366071 [ 3 ] {4c435747-9ac3-43dc-b684-4eb802e2defa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
6374 | 2024.07.25 02:11:57.366399 [ 3 ] {4c435747-9ac3-43dc-b684-4eb802e2defa} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
6375 | 2024.07.25 02:11:57.366716 [ 3 ] {4c435747-9ac3-43dc-b684-4eb802e2defa} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6376 | 2024.07.25 02:11:57.366867 [ 3 ] {4c435747-9ac3-43dc-b684-4eb802e2defa} <Debug> executeQuery: Read 74 rows, 5.92 KiB in 0.001448 sec., 51104.9723756906 rows/sec., 3.99 MiB/sec. | ||
6377 | 2024.07.25 02:11:57.367032 [ 3 ] {4c435747-9ac3-43dc-b684-4eb802e2defa} <Debug> DynamicQueryHandler: Done processing query | ||
6378 | 2024.07.25 02:11:57.367057 [ 3 ] {4c435747-9ac3-43dc-b684-4eb802e2defa} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
6379 | 2024.07.25 02:11:57.367074 [ 3 ] {} <Debug> HTTP-Session: 93825ee2-2cac-4796-bde8-cbb37975709c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6380 | 2024.07.25 02:11:57.367244 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 30607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6381 | 2024.07.25 02:11:57.367293 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6382 | 2024.07.25 02:11:57.367312 [ 3 ] {} <Debug> HTTP-Session: cd1db50b-b955-4793-a80a-3af3539130bb Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
6383 | 2024.07.25 02:11:57.367329 [ 3 ] {} <Debug> HTTP-Session: cd1db50b-b955-4793-a80a-3af3539130bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6384 | 2024.07.25 02:11:57.367342 [ 3 ] {} <Debug> HTTP-Session: cd1db50b-b955-4793-a80a-3af3539130bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6385 | 2024.07.25 02:11:57.367373 [ 3 ] {} <Trace> HTTP-Session: cd1db50b-b955-4793-a80a-3af3539130bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6386 | 2024.07.25 02:11:57.367523 [ 3 ] {55d76c78-9de2-4f13-96c3-4834dd3671df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6387 | 2024.07.25 02:11:57.367570 [ 3 ] {55d76c78-9de2-4f13-96c3-4834dd3671df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6388 | 2024.07.25 02:11:57.367715 [ 3 ] {55d76c78-9de2-4f13-96c3-4834dd3671df} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6389 | 2024.07.25 02:11:57.368101 [ 3 ] {55d76c78-9de2-4f13-96c3-4834dd3671df} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6390 | 2024.07.25 02:11:57.368136 [ 3 ] {55d76c78-9de2-4f13-96c3-4834dd3671df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
6391 | 2024.07.25 02:11:57.368517 [ 3 ] {55d76c78-9de2-4f13-96c3-4834dd3671df} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
6392 | 2024.07.25 02:11:57.368854 [ 3 ] {55d76c78-9de2-4f13-96c3-4834dd3671df} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6393 | 2024.07.25 02:11:57.369002 [ 3 ] {55d76c78-9de2-4f13-96c3-4834dd3671df} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001551 sec., 103159.2520954223 rows/sec., 7.18 MiB/sec. | ||
6394 | 2024.07.25 02:11:57.369171 [ 3 ] {55d76c78-9de2-4f13-96c3-4834dd3671df} <Debug> DynamicQueryHandler: Done processing query | ||
6395 | 2024.07.25 02:11:57.369195 [ 3 ] {55d76c78-9de2-4f13-96c3-4834dd3671df} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6396 | 2024.07.25 02:11:57.369210 [ 3 ] {} <Debug> HTTP-Session: cd1db50b-b955-4793-a80a-3af3539130bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6397 | 2024.07.25 02:11:57.369341 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 16051, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6398 | 2024.07.25 02:11:57.369389 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6399 | 2024.07.25 02:11:57.369408 [ 3 ] {} <Debug> HTTP-Session: 22db2ff8-bccb-45f9-b974-331ba021117f Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
6400 | 2024.07.25 02:11:57.369424 [ 3 ] {} <Debug> HTTP-Session: 22db2ff8-bccb-45f9-b974-331ba021117f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6401 | 2024.07.25 02:11:57.369436 [ 3 ] {} <Debug> HTTP-Session: 22db2ff8-bccb-45f9-b974-331ba021117f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6402 | 2024.07.25 02:11:57.369467 [ 3 ] {} <Trace> HTTP-Session: 22db2ff8-bccb-45f9-b974-331ba021117f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6403 | 2024.07.25 02:11:57.369655 [ 3 ] {6b885e30-3755-4557-a31c-d1998aae2539} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6404 | 2024.07.25 02:11:57.369716 [ 3 ] {6b885e30-3755-4557-a31c-d1998aae2539} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
6405 | 2024.07.25 02:11:57.370114 [ 3 ] {6b885e30-3755-4557-a31c-d1998aae2539} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6406 | 2024.07.25 02:11:57.370667 [ 3 ] {6b885e30-3755-4557-a31c-d1998aae2539} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6407 | 2024.07.25 02:11:57.370702 [ 3 ] {6b885e30-3755-4557-a31c-d1998aae2539} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
6408 | 2024.07.25 02:11:57.371286 [ 3 ] {6b885e30-3755-4557-a31c-d1998aae2539} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
6409 | 2024.07.25 02:11:57.371673 [ 3 ] {6b885e30-3755-4557-a31c-d1998aae2539} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6410 | 2024.07.25 02:11:57.371842 [ 3 ] {6b885e30-3755-4557-a31c-d1998aae2539} <Debug> executeQuery: Read 10 rows, 18.35 KiB in 0.002334 sec., 4284.490145672665 rows/sec., 7.68 MiB/sec. | ||
6411 | 2024.07.25 02:11:57.372044 [ 3 ] {6b885e30-3755-4557-a31c-d1998aae2539} <Debug> DynamicQueryHandler: Done processing query | ||
6412 | 2024.07.25 02:11:57.372067 [ 3 ] {6b885e30-3755-4557-a31c-d1998aae2539} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
6413 | 2024.07.25 02:11:57.372083 [ 3 ] {} <Debug> HTTP-Session: 22db2ff8-bccb-45f9-b974-331ba021117f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6414 | 2024.07.25 02:11:57.372199 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6415 | 2024.07.25 02:11:57.372243 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6416 | 2024.07.25 02:11:57.372261 [ 3 ] {} <Debug> HTTP-Session: 11e39cbd-2ab7-4a5d-86ee-73fdd27a6cf7 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
6417 | 2024.07.25 02:11:57.372276 [ 3 ] {} <Debug> HTTP-Session: 11e39cbd-2ab7-4a5d-86ee-73fdd27a6cf7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6418 | 2024.07.25 02:11:57.372288 [ 3 ] {} <Debug> HTTP-Session: 11e39cbd-2ab7-4a5d-86ee-73fdd27a6cf7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6419 | 2024.07.25 02:11:57.372381 [ 3 ] {} <Trace> HTTP-Session: 11e39cbd-2ab7-4a5d-86ee-73fdd27a6cf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6420 | 2024.07.25 02:11:57.372508 [ 3 ] {9b43c381-a863-4000-985e-a595b8b6269d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6421 | 2024.07.25 02:11:57.372552 [ 3 ] {9b43c381-a863-4000-985e-a595b8b6269d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6422 | 2024.07.25 02:11:57.372678 [ 3 ] {9b43c381-a863-4000-985e-a595b8b6269d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6423 | 2024.07.25 02:11:57.373016 [ 3 ] {9b43c381-a863-4000-985e-a595b8b6269d} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6424 | 2024.07.25 02:11:57.373051 [ 3 ] {9b43c381-a863-4000-985e-a595b8b6269d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
6425 | 2024.07.25 02:11:57.373404 [ 3 ] {9b43c381-a863-4000-985e-a595b8b6269d} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
6426 | 2024.07.25 02:11:57.373827 [ 3 ] {9b43c381-a863-4000-985e-a595b8b6269d} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6427 | 2024.07.25 02:11:57.374012 [ 3 ] {9b43c381-a863-4000-985e-a595b8b6269d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00154 sec., 38961.03896103896 rows/sec., 2.63 MiB/sec. | ||
6428 | 2024.07.25 02:11:57.374220 [ 3 ] {9b43c381-a863-4000-985e-a595b8b6269d} <Debug> DynamicQueryHandler: Done processing query | ||
6429 | 2024.07.25 02:11:57.374249 [ 3 ] {9b43c381-a863-4000-985e-a595b8b6269d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6430 | 2024.07.25 02:11:57.374270 [ 3 ] {} <Debug> HTTP-Session: 11e39cbd-2ab7-4a5d-86ee-73fdd27a6cf7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6431 | 2024.07.25 02:12:02.363042 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 4045, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6432 | 2024.07.25 02:12:02.363188 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6433 | 2024.07.25 02:12:02.363215 [ 3 ] {} <Debug> HTTP-Session: f43cb14f-0c2f-4b9c-8038-aa113842aec0 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
6434 | 2024.07.25 02:12:02.363241 [ 3 ] {} <Debug> HTTP-Session: f43cb14f-0c2f-4b9c-8038-aa113842aec0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6435 | 2024.07.25 02:12:02.363263 [ 3 ] {} <Debug> HTTP-Session: f43cb14f-0c2f-4b9c-8038-aa113842aec0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6436 | 2024.07.25 02:12:02.363313 [ 3 ] {} <Trace> HTTP-Session: f43cb14f-0c2f-4b9c-8038-aa113842aec0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6437 | 2024.07.25 02:12:02.363515 [ 3 ] {427e8f22-8fa2-464b-b846-6139d584945e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6438 | 2024.07.25 02:12:02.363584 [ 3 ] {427e8f22-8fa2-464b-b846-6139d584945e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6439 | 2024.07.25 02:12:02.363772 [ 3 ] {427e8f22-8fa2-464b-b846-6139d584945e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6440 | 2024.07.25 02:12:02.364243 [ 3 ] {427e8f22-8fa2-464b-b846-6139d584945e} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6441 | 2024.07.25 02:12:02.364292 [ 3 ] {427e8f22-8fa2-464b-b846-6139d584945e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
6442 | 2024.07.25 02:12:02.364669 [ 3 ] {427e8f22-8fa2-464b-b846-6139d584945e} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
6443 | 2024.07.25 02:12:02.365014 [ 3 ] {427e8f22-8fa2-464b-b846-6139d584945e} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6444 | 2024.07.25 02:12:02.365189 [ 3 ] {427e8f22-8fa2-464b-b846-6139d584945e} <Debug> executeQuery: Read 29 rows, 2.20 KiB in 0.001729 sec., 16772.7009832273 rows/sec., 1.24 MiB/sec. | ||
6445 | 2024.07.25 02:12:02.365407 [ 3 ] {427e8f22-8fa2-464b-b846-6139d584945e} <Debug> DynamicQueryHandler: Done processing query | ||
6446 | 2024.07.25 02:12:02.365434 [ 3 ] {427e8f22-8fa2-464b-b846-6139d584945e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6447 | 2024.07.25 02:12:02.365450 [ 3 ] {} <Debug> HTTP-Session: f43cb14f-0c2f-4b9c-8038-aa113842aec0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6448 | 2024.07.25 02:12:02.365642 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 34730, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6449 | 2024.07.25 02:12:02.365700 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6450 | 2024.07.25 02:12:02.365720 [ 3 ] {} <Debug> HTTP-Session: 8bb130c8-b398-4fa4-954e-ad822cb9d602 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
6451 | 2024.07.25 02:12:02.365738 [ 3 ] {} <Debug> HTTP-Session: 8bb130c8-b398-4fa4-954e-ad822cb9d602 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6452 | 2024.07.25 02:12:02.365752 [ 3 ] {} <Debug> HTTP-Session: 8bb130c8-b398-4fa4-954e-ad822cb9d602 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6453 | 2024.07.25 02:12:02.365786 [ 3 ] {} <Trace> HTTP-Session: 8bb130c8-b398-4fa4-954e-ad822cb9d602 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6454 | 2024.07.25 02:12:02.365950 [ 3 ] {fe7ad4a9-ec8c-4858-a949-1e3c9050713c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6455 | 2024.07.25 02:12:02.365998 [ 3 ] {fe7ad4a9-ec8c-4858-a949-1e3c9050713c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6456 | 2024.07.25 02:12:02.366130 [ 3 ] {fe7ad4a9-ec8c-4858-a949-1e3c9050713c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6457 | 2024.07.25 02:12:02.366620 [ 3 ] {fe7ad4a9-ec8c-4858-a949-1e3c9050713c} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6458 | 2024.07.25 02:12:02.366658 [ 3 ] {fe7ad4a9-ec8c-4858-a949-1e3c9050713c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
6459 | 2024.07.25 02:12:02.366993 [ 3 ] {fe7ad4a9-ec8c-4858-a949-1e3c9050713c} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
6460 | 2024.07.25 02:12:02.367321 [ 3 ] {fe7ad4a9-ec8c-4858-a949-1e3c9050713c} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6461 | 2024.07.25 02:12:02.367488 [ 3 ] {fe7ad4a9-ec8c-4858-a949-1e3c9050713c} <Debug> executeQuery: Read 230 rows, 20.76 KiB in 0.001605 sec., 143302.18068535824 rows/sec., 12.63 MiB/sec. | ||
6462 | 2024.07.25 02:12:02.367667 [ 3 ] {fe7ad4a9-ec8c-4858-a949-1e3c9050713c} <Debug> DynamicQueryHandler: Done processing query | ||
6463 | 2024.07.25 02:12:02.367691 [ 3 ] {fe7ad4a9-ec8c-4858-a949-1e3c9050713c} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
6464 | 2024.07.25 02:12:02.367708 [ 3 ] {} <Debug> HTTP-Session: 8bb130c8-b398-4fa4-954e-ad822cb9d602 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6465 | 2024.07.25 02:12:02.367876 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 65459, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6466 | 2024.07.25 02:12:02.367927 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6467 | 2024.07.25 02:12:02.367946 [ 3 ] {} <Debug> HTTP-Session: 9cd20155-3a76-49ae-a06b-45ce92bc344e Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
6468 | 2024.07.25 02:12:02.367963 [ 3 ] {} <Debug> HTTP-Session: 9cd20155-3a76-49ae-a06b-45ce92bc344e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6469 | 2024.07.25 02:12:02.367976 [ 3 ] {} <Debug> HTTP-Session: 9cd20155-3a76-49ae-a06b-45ce92bc344e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6470 | 2024.07.25 02:12:02.368008 [ 3 ] {} <Trace> HTTP-Session: 9cd20155-3a76-49ae-a06b-45ce92bc344e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6471 | 2024.07.25 02:12:02.368219 [ 3 ] {8c2a216b-cdfe-4dd2-bc59-31a02f954bbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6472 | 2024.07.25 02:12:02.368263 [ 3 ] {8c2a216b-cdfe-4dd2-bc59-31a02f954bbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6473 | 2024.07.25 02:12:02.368393 [ 3 ] {8c2a216b-cdfe-4dd2-bc59-31a02f954bbf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6474 | 2024.07.25 02:12:02.368936 [ 3 ] {8c2a216b-cdfe-4dd2-bc59-31a02f954bbf} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6475 | 2024.07.25 02:12:02.368974 [ 3 ] {8c2a216b-cdfe-4dd2-bc59-31a02f954bbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
6476 | 2024.07.25 02:12:02.369303 [ 3 ] {8c2a216b-cdfe-4dd2-bc59-31a02f954bbf} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
6477 | 2024.07.25 02:12:02.369615 [ 3 ] {8c2a216b-cdfe-4dd2-bc59-31a02f954bbf} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6478 | 2024.07.25 02:12:02.369770 [ 3 ] {8c2a216b-cdfe-4dd2-bc59-31a02f954bbf} <Debug> executeQuery: Read 405 rows, 29.32 KiB in 0.001654 sec., 244860.94316807739 rows/sec., 17.31 MiB/sec. | ||
6479 | 2024.07.25 02:12:02.369952 [ 3 ] {8c2a216b-cdfe-4dd2-bc59-31a02f954bbf} <Debug> DynamicQueryHandler: Done processing query | ||
6480 | 2024.07.25 02:12:02.369977 [ 3 ] {8c2a216b-cdfe-4dd2-bc59-31a02f954bbf} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
6481 | 2024.07.25 02:12:02.369993 [ 3 ] {} <Debug> HTTP-Session: 9cd20155-3a76-49ae-a06b-45ce92bc344e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6482 | 2024.07.25 02:12:02.370115 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6483 | 2024.07.25 02:12:02.370164 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6484 | 2024.07.25 02:12:02.370183 [ 3 ] {} <Debug> HTTP-Session: 792731ce-7578-4867-875a-3c7b71b7c3a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
6485 | 2024.07.25 02:12:02.370200 [ 3 ] {} <Debug> HTTP-Session: 792731ce-7578-4867-875a-3c7b71b7c3a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6486 | 2024.07.25 02:12:02.370213 [ 3 ] {} <Debug> HTTP-Session: 792731ce-7578-4867-875a-3c7b71b7c3a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6487 | 2024.07.25 02:12:02.370244 [ 3 ] {} <Trace> HTTP-Session: 792731ce-7578-4867-875a-3c7b71b7c3a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6488 | 2024.07.25 02:12:02.370341 [ 3 ] {a48f9c4f-6107-4d34-be62-a3394c377b7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
6489 | 2024.07.25 02:12:02.370386 [ 3 ] {a48f9c4f-6107-4d34-be62-a3394c377b7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
6490 | 2024.07.25 02:12:02.370515 [ 3 ] {a48f9c4f-6107-4d34-be62-a3394c377b7d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6491 | 2024.07.25 02:12:02.370788 [ 3 ] {a48f9c4f-6107-4d34-be62-a3394c377b7d} <Trace> oximeter.measurements_bool (8163702d-f428-4b08-bb37-b5af976016c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6492 | 2024.07.25 02:12:02.370823 [ 3 ] {a48f9c4f-6107-4d34-be62-a3394c377b7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
6493 | 2024.07.25 02:12:02.371179 [ 3 ] {a48f9c4f-6107-4d34-be62-a3394c377b7d} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
6494 | 2024.07.25 02:12:02.371511 [ 3 ] {a48f9c4f-6107-4d34-be62-a3394c377b7d} <Trace> oximeter.measurements_bool (8163702d-f428-4b08-bb37-b5af976016c8): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6495 | 2024.07.25 02:12:02.371672 [ 3 ] {a48f9c4f-6107-4d34-be62-a3394c377b7d} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001349 sec., 4447.739065974796 rows/sec., 191.11 KiB/sec. | ||
6496 | 2024.07.25 02:12:02.371671 [ 89 ] {} <Debug> oximeter.measurements_bool (8163702d-f428-4b08-bb37-b5af976016c8) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
6497 | 2024.07.25 02:12:02.371798 [ 89 ] {} <Trace> oximeter.measurements_bool (8163702d-f428-4b08-bb37-b5af976016c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6498 | 2024.07.25 02:12:02.371843 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
6499 | 2024.07.25 02:12:02.371928 [ 3 ] {a48f9c4f-6107-4d34-be62-a3394c377b7d} <Debug> DynamicQueryHandler: Done processing query | ||
6500 | 2024.07.25 02:12:02.371989 [ 3 ] {a48f9c4f-6107-4d34-be62-a3394c377b7d} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
6501 | 2024.07.25 02:12:02.372033 [ 3 ] {} <Debug> HTTP-Session: 792731ce-7578-4867-875a-3c7b71b7c3a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6502 | 2024.07.25 02:12:02.372128 [ 197 ] {8163702d-f428-4b08-bb37-b5af976016c8::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 | ||
6503 | 2024.07.25 02:12:02.372209 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 14082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6504 | 2024.07.25 02:12:02.372280 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6505 | 2024.07.25 02:12:02.372318 [ 3 ] {} <Debug> HTTP-Session: 12cb1a68-976d-41aa-9049-c9bcfd78d68a Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
6506 | 2024.07.25 02:12:02.372325 [ 197 ] {8163702d-f428-4b08-bb37-b5af976016c8::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6507 | 2024.07.25 02:12:02.372337 [ 3 ] {} <Debug> HTTP-Session: 12cb1a68-976d-41aa-9049-c9bcfd78d68a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6508 | 2024.07.25 02:12:02.372361 [ 3 ] {} <Debug> HTTP-Session: 12cb1a68-976d-41aa-9049-c9bcfd78d68a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6509 | 2024.07.25 02:12:02.372364 [ 197 ] {8163702d-f428-4b08-bb37-b5af976016c8::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 | ||
6510 | 2024.07.25 02:12:02.372400 [ 3 ] {} <Trace> HTTP-Session: 12cb1a68-976d-41aa-9049-c9bcfd78d68a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6511 | 2024.07.25 02:12:02.372500 [ 197 ] {8163702d-f428-4b08-bb37-b5af976016c8::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 | ||
6512 | 2024.07.25 02:12:02.372770 [ 3 ] {c96b4fe2-e8b0-42af-8b29-5fc47919bda0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
6513 | 2024.07.25 02:12:02.372849 [ 197 ] {8163702d-f428-4b08-bb37-b5af976016c8::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 | ||
6514 | 2024.07.25 02:12:02.372976 [ 3 ] {c96b4fe2-e8b0-42af-8b29-5fc47919bda0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
6515 | 2024.07.25 02:12:02.373213 [ 197 ] {8163702d-f428-4b08-bb37-b5af976016c8::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 | ||
6516 | 2024.07.25 02:12:02.373586 [ 197 ] {8163702d-f428-4b08-bb37-b5af976016c8::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 | ||
6517 | 2024.07.25 02:12:02.373865 [ 197 ] {8163702d-f428-4b08-bb37-b5af976016c8::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 | ||
6518 | 2024.07.25 02:12:02.374233 [ 3 ] {c96b4fe2-e8b0-42af-8b29-5fc47919bda0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6519 | 2024.07.25 02:12:02.374998 [ 3 ] {c96b4fe2-e8b0-42af-8b29-5fc47919bda0} <Trace> oximeter.measurements_cumulativei64 (ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6520 | 2024.07.25 02:12:02.375042 [ 3 ] {c96b4fe2-e8b0-42af-8b29-5fc47919bda0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
6521 | 2024.07.25 02:12:02.375617 [ 3 ] {c96b4fe2-e8b0-42af-8b29-5fc47919bda0} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
6522 | 2024.07.25 02:12:02.375928 [ 199 ] {8163702d-f428-4b08-bb37-b5af976016c8::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 96 rows, containing 4 columns (4 merged, 0 gathered) in 0.003943581 sec., 24343.356964139955 rows/sec., 1.02 MiB/sec. | ||
6523 | 2024.07.25 02:12:02.376176 [ 199 ] {8163702d-f428-4b08-bb37-b5af976016c8::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
6524 | 2024.07.25 02:12:02.376287 [ 3 ] {c96b4fe2-e8b0-42af-8b29-5fc47919bda0} <Trace> oximeter.measurements_cumulativei64 (ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6525 | 2024.07.25 02:12:02.376595 [ 89 ] {} <Debug> oximeter.measurements_cumulativei64 (ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
6526 | 2024.07.25 02:12:02.376646 [ 3 ] {c96b4fe2-e8b0-42af-8b29-5fc47919bda0} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.004062 sec., 18956.1792220581 rows/sec., 1.17 MiB/sec. | ||
6527 | 2024.07.25 02:12:02.376691 [ 89 ] {} <Trace> oximeter.measurements_cumulativei64 (ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6528 | 2024.07.25 02:12:02.376804 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
6529 | 2024.07.25 02:12:02.377536 [ 196 ] {ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7::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 | ||
6530 | 2024.07.25 02:12:02.377662 [ 199 ] {8163702d-f428-4b08-bb37-b5af976016c8::all_1_16_3} <Trace> oximeter.measurements_bool (8163702d-f428-4b08-bb37-b5af976016c8): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6531 | 2024.07.25 02:12:02.377923 [ 3 ] {c96b4fe2-e8b0-42af-8b29-5fc47919bda0} <Debug> DynamicQueryHandler: Done processing query | ||
6532 | 2024.07.25 02:12:02.377960 [ 199 ] {8163702d-f428-4b08-bb37-b5af976016c8::all_1_16_3} <Trace> oximeter.measurements_bool (8163702d-f428-4b08-bb37-b5af976016c8) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
6533 | 2024.07.25 02:12:02.378022 [ 3 ] {c96b4fe2-e8b0-42af-8b29-5fc47919bda0} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6534 | 2024.07.25 02:12:02.378156 [ 3 ] {} <Debug> HTTP-Session: 12cb1a68-976d-41aa-9049-c9bcfd78d68a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6535 | 2024.07.25 02:12:02.378196 [ 196 ] {ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6536 | 2024.07.25 02:12:02.378250 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
6537 | 2024.07.25 02:12:02.378301 [ 196 ] {ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 847 rows starting from the beginning of the part | ||
6538 | 2024.07.25 02:12:02.378541 [ 196 ] {ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 77 rows starting from the beginning of the part | ||
6539 | 2024.07.25 02:12:02.378533 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 30607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6540 | 2024.07.25 02:12:02.378732 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6541 | 2024.07.25 02:12:02.378812 [ 3 ] {} <Debug> HTTP-Session: 97fb156b-a8f5-4fea-b8a4-882a4992489f Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
6542 | 2024.07.25 02:12:02.378877 [ 3 ] {} <Debug> HTTP-Session: 97fb156b-a8f5-4fea-b8a4-882a4992489f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6543 | 2024.07.25 02:12:02.378890 [ 196 ] {ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 77 rows starting from the beginning of the part | ||
6544 | 2024.07.25 02:12:02.378924 [ 3 ] {} <Debug> HTTP-Session: 97fb156b-a8f5-4fea-b8a4-882a4992489f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6545 | 2024.07.25 02:12:02.379047 [ 3 ] {} <Trace> HTTP-Session: 97fb156b-a8f5-4fea-b8a4-882a4992489f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6546 | 2024.07.25 02:12:02.379204 [ 196 ] {ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 77 rows starting from the beginning of the part | ||
6547 | 2024.07.25 02:12:02.379369 [ 196 ] {ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 77 rows starting from the beginning of the part | ||
6548 | 2024.07.25 02:12:02.379561 [ 3 ] {20b4fe49-11da-41e2-9491-f18335938ed8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6549 | 2024.07.25 02:12:02.379742 [ 3 ] {20b4fe49-11da-41e2-9491-f18335938ed8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6550 | 2024.07.25 02:12:02.379734 [ 196 ] {ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 77 rows starting from the beginning of the part | ||
6551 | 2024.07.25 02:12:02.380563 [ 3 ] {20b4fe49-11da-41e2-9491-f18335938ed8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6552 | 2024.07.25 02:12:02.381370 [ 3 ] {20b4fe49-11da-41e2-9491-f18335938ed8} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6553 | 2024.07.25 02:12:02.381446 [ 3 ] {20b4fe49-11da-41e2-9491-f18335938ed8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
6554 | 2024.07.25 02:12:02.382569 [ 3 ] {20b4fe49-11da-41e2-9491-f18335938ed8} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
6555 | 2024.07.25 02:12:02.383323 [ 196 ] {ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1232 rows, containing 5 columns (5 merged, 0 gathered) in 0.006349228 sec., 194039.3383258563 rows/sec., 11.95 MiB/sec. | ||
6556 | 2024.07.25 02:12:02.383454 [ 3 ] {20b4fe49-11da-41e2-9491-f18335938ed8} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6557 | 2024.07.25 02:12:02.383630 [ 196 ] {ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
6558 | 2024.07.25 02:12:02.383907 [ 3 ] {20b4fe49-11da-41e2-9491-f18335938ed8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004643 sec., 34460.478139134175 rows/sec., 2.40 MiB/sec. | ||
6559 | 2024.07.25 02:12:02.384342 [ 3 ] {20b4fe49-11da-41e2-9491-f18335938ed8} <Debug> DynamicQueryHandler: Done processing query | ||
6560 | 2024.07.25 02:12:02.384394 [ 3 ] {20b4fe49-11da-41e2-9491-f18335938ed8} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6561 | 2024.07.25 02:12:02.384447 [ 3 ] {} <Debug> HTTP-Session: 97fb156b-a8f5-4fea-b8a4-882a4992489f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6562 | 2024.07.25 02:12:02.384632 [ 196 ] {ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7::all_1_16_3} <Trace> oximeter.measurements_cumulativei64 (ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6563 | 2024.07.25 02:12:02.384676 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 36938, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6564 | 2024.07.25 02:12:02.384754 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6565 | 2024.07.25 02:12:02.384768 [ 196 ] {ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7::all_1_16_3} <Trace> oximeter.measurements_cumulativei64 (ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
6566 | 2024.07.25 02:12:02.384787 [ 3 ] {} <Debug> HTTP-Session: 37b16843-eb87-468d-b5fd-663c9633a5cd Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
6567 | 2024.07.25 02:12:02.384822 [ 3 ] {} <Debug> HTTP-Session: 37b16843-eb87-468d-b5fd-663c9633a5cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6568 | 2024.07.25 02:12:02.384860 [ 3 ] {} <Debug> HTTP-Session: 37b16843-eb87-468d-b5fd-663c9633a5cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6569 | 2024.07.25 02:12:02.384941 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
6570 | 2024.07.25 02:12:02.384944 [ 3 ] {} <Trace> HTTP-Session: 37b16843-eb87-468d-b5fd-663c9633a5cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6571 | 2024.07.25 02:12:02.385596 [ 3 ] {5ab1ff9e-9f13-42db-b1ad-7287dd97b02b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6572 | 2024.07.25 02:12:02.385691 [ 3 ] {5ab1ff9e-9f13-42db-b1ad-7287dd97b02b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
6573 | 2024.07.25 02:12:02.386163 [ 3 ] {5ab1ff9e-9f13-42db-b1ad-7287dd97b02b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6574 | 2024.07.25 02:12:02.386843 [ 3 ] {5ab1ff9e-9f13-42db-b1ad-7287dd97b02b} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6575 | 2024.07.25 02:12:02.386879 [ 3 ] {5ab1ff9e-9f13-42db-b1ad-7287dd97b02b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
6576 | 2024.07.25 02:12:02.387558 [ 3 ] {5ab1ff9e-9f13-42db-b1ad-7287dd97b02b} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
6577 | 2024.07.25 02:12:02.387951 [ 3 ] {5ab1ff9e-9f13-42db-b1ad-7287dd97b02b} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6578 | 2024.07.25 02:12:02.388131 [ 3 ] {5ab1ff9e-9f13-42db-b1ad-7287dd97b02b} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.003097 sec., 7426.541814659348 rows/sec., 13.31 MiB/sec. | ||
6579 | 2024.07.25 02:12:02.388561 [ 3 ] {5ab1ff9e-9f13-42db-b1ad-7287dd97b02b} <Debug> DynamicQueryHandler: Done processing query | ||
6580 | 2024.07.25 02:12:02.388586 [ 3 ] {5ab1ff9e-9f13-42db-b1ad-7287dd97b02b} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
6581 | 2024.07.25 02:12:02.388603 [ 3 ] {} <Debug> HTTP-Session: 37b16843-eb87-468d-b5fd-663c9633a5cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6582 | 2024.07.25 02:12:02.388715 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 3211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6583 | 2024.07.25 02:12:02.388765 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6584 | 2024.07.25 02:12:02.388784 [ 3 ] {} <Debug> HTTP-Session: 94d64fc1-0828-452d-ab91-42e5d3c9f7fe Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
6585 | 2024.07.25 02:12:02.388802 [ 3 ] {} <Debug> HTTP-Session: 94d64fc1-0828-452d-ab91-42e5d3c9f7fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6586 | 2024.07.25 02:12:02.388816 [ 3 ] {} <Debug> HTTP-Session: 94d64fc1-0828-452d-ab91-42e5d3c9f7fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6587 | 2024.07.25 02:12:02.388850 [ 3 ] {} <Trace> HTTP-Session: 94d64fc1-0828-452d-ab91-42e5d3c9f7fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6588 | 2024.07.25 02:12:02.388954 [ 3 ] {1c7e6c5c-344a-40fc-82cd-2b2ab493fa5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
6589 | 2024.07.25 02:12:02.389001 [ 3 ] {1c7e6c5c-344a-40fc-82cd-2b2ab493fa5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
6590 | 2024.07.25 02:12:02.389132 [ 3 ] {1c7e6c5c-344a-40fc-82cd-2b2ab493fa5a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6591 | 2024.07.25 02:12:02.389416 [ 3 ] {1c7e6c5c-344a-40fc-82cd-2b2ab493fa5a} <Trace> oximeter.measurements_i64 (4af3948b-7ee8-4a0a-bff7-9db9837b5273): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6592 | 2024.07.25 02:12:02.389452 [ 3 ] {1c7e6c5c-344a-40fc-82cd-2b2ab493fa5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
6593 | 2024.07.25 02:12:02.389814 [ 3 ] {1c7e6c5c-344a-40fc-82cd-2b2ab493fa5a} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
6594 | 2024.07.25 02:12:02.390135 [ 3 ] {1c7e6c5c-344a-40fc-82cd-2b2ab493fa5a} <Trace> oximeter.measurements_i64 (4af3948b-7ee8-4a0a-bff7-9db9837b5273): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6595 | 2024.07.25 02:12:02.390292 [ 3 ] {1c7e6c5c-344a-40fc-82cd-2b2ab493fa5a} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.00136 sec., 16911.764705882353 rows/sec., 914.81 KiB/sec. | ||
6596 | 2024.07.25 02:12:02.390448 [ 3 ] {1c7e6c5c-344a-40fc-82cd-2b2ab493fa5a} <Debug> DynamicQueryHandler: Done processing query | ||
6597 | 2024.07.25 02:12:02.390472 [ 3 ] {1c7e6c5c-344a-40fc-82cd-2b2ab493fa5a} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
6598 | 2024.07.25 02:12:02.390488 [ 3 ] {} <Debug> HTTP-Session: 94d64fc1-0828-452d-ab91-42e5d3c9f7fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6599 | 2024.07.25 02:12:02.390596 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6600 | 2024.07.25 02:12:02.390644 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6601 | 2024.07.25 02:12:02.390663 [ 3 ] {} <Debug> HTTP-Session: 6f4f3fe0-70c5-4823-b539-93a68ddfd73a Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
6602 | 2024.07.25 02:12:02.390679 [ 3 ] {} <Debug> HTTP-Session: 6f4f3fe0-70c5-4823-b539-93a68ddfd73a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6603 | 2024.07.25 02:12:02.390693 [ 3 ] {} <Debug> HTTP-Session: 6f4f3fe0-70c5-4823-b539-93a68ddfd73a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6604 | 2024.07.25 02:12:02.390723 [ 3 ] {} <Trace> HTTP-Session: 6f4f3fe0-70c5-4823-b539-93a68ddfd73a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6605 | 2024.07.25 02:12:02.390841 [ 3 ] {737a8392-0760-49ff-b24d-b231a8d97606} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6606 | 2024.07.25 02:12:02.390885 [ 3 ] {737a8392-0760-49ff-b24d-b231a8d97606} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6607 | 2024.07.25 02:12:02.391012 [ 3 ] {737a8392-0760-49ff-b24d-b231a8d97606} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6608 | 2024.07.25 02:12:02.391332 [ 3 ] {737a8392-0760-49ff-b24d-b231a8d97606} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6609 | 2024.07.25 02:12:02.391368 [ 3 ] {737a8392-0760-49ff-b24d-b231a8d97606} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
6610 | 2024.07.25 02:12:02.391715 [ 3 ] {737a8392-0760-49ff-b24d-b231a8d97606} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
6611 | 2024.07.25 02:12:02.392034 [ 3 ] {737a8392-0760-49ff-b24d-b231a8d97606} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6612 | 2024.07.25 02:12:02.392192 [ 3 ] {737a8392-0760-49ff-b24d-b231a8d97606} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001385 sec., 43321.29963898917 rows/sec., 2.92 MiB/sec. | ||
6613 | 2024.07.25 02:12:02.392454 [ 3 ] {737a8392-0760-49ff-b24d-b231a8d97606} <Debug> DynamicQueryHandler: Done processing query | ||
6614 | 2024.07.25 02:12:02.392503 [ 3 ] {737a8392-0760-49ff-b24d-b231a8d97606} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6615 | 2024.07.25 02:12:02.392534 [ 3 ] {} <Debug> HTTP-Session: 6f4f3fe0-70c5-4823-b539-93a68ddfd73a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6616 | 2024.07.25 02:12:06.241969 [ 85 ] {} <Debug> DNSResolver: Updating DNS cache | ||
6617 | 2024.07.25 02:12:06.242046 [ 85 ] {} <Debug> DNSResolver: Updated DNS cache | ||
6618 | 2024.07.25 02:12:07.357200 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 1489, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6619 | 2024.07.25 02:12:07.357312 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6620 | 2024.07.25 02:12:07.357337 [ 3 ] {} <Debug> HTTP-Session: 2c494da4-85dc-44b3-8557-365233d91da4 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
6621 | 2024.07.25 02:12:07.357361 [ 3 ] {} <Debug> HTTP-Session: 2c494da4-85dc-44b3-8557-365233d91da4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6622 | 2024.07.25 02:12:07.357375 [ 3 ] {} <Debug> HTTP-Session: 2c494da4-85dc-44b3-8557-365233d91da4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6623 | 2024.07.25 02:12:07.357424 [ 3 ] {} <Trace> HTTP-Session: 2c494da4-85dc-44b3-8557-365233d91da4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6624 | 2024.07.25 02:12:07.357619 [ 3 ] {efb882ac-55e9-4f5f-b4ee-9b7002d27af9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6625 | 2024.07.25 02:12:07.357695 [ 3 ] {efb882ac-55e9-4f5f-b4ee-9b7002d27af9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6626 | 2024.07.25 02:12:07.357911 [ 3 ] {efb882ac-55e9-4f5f-b4ee-9b7002d27af9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6627 | 2024.07.25 02:12:07.358400 [ 3 ] {efb882ac-55e9-4f5f-b4ee-9b7002d27af9} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6628 | 2024.07.25 02:12:07.358456 [ 3 ] {efb882ac-55e9-4f5f-b4ee-9b7002d27af9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
6629 | 2024.07.25 02:12:07.358828 [ 3 ] {efb882ac-55e9-4f5f-b4ee-9b7002d27af9} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
6630 | 2024.07.25 02:12:07.359172 [ 3 ] {efb882ac-55e9-4f5f-b4ee-9b7002d27af9} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6631 | 2024.07.25 02:12:07.359348 [ 3 ] {efb882ac-55e9-4f5f-b4ee-9b7002d27af9} <Debug> executeQuery: Read 10 rows, 830.00 B in 0.001785 sec., 5602.240896358544 rows/sec., 454.09 KiB/sec. | ||
6632 | 2024.07.25 02:12:07.359650 [ 3 ] {efb882ac-55e9-4f5f-b4ee-9b7002d27af9} <Debug> DynamicQueryHandler: Done processing query | ||
6633 | 2024.07.25 02:12:07.359697 [ 3 ] {efb882ac-55e9-4f5f-b4ee-9b7002d27af9} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6634 | 2024.07.25 02:12:07.359714 [ 3 ] {} <Debug> HTTP-Session: 2c494da4-85dc-44b3-8557-365233d91da4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6635 | 2024.07.25 02:12:07.359868 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6636 | 2024.07.25 02:12:07.359928 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6637 | 2024.07.25 02:12:07.359948 [ 3 ] {} <Debug> HTTP-Session: d4bcb3d2-5125-4ff7-97ec-b54dd00b8e53 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
6638 | 2024.07.25 02:12:07.359968 [ 3 ] {} <Debug> HTTP-Session: d4bcb3d2-5125-4ff7-97ec-b54dd00b8e53 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6639 | 2024.07.25 02:12:07.359981 [ 3 ] {} <Debug> HTTP-Session: d4bcb3d2-5125-4ff7-97ec-b54dd00b8e53 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6640 | 2024.07.25 02:12:07.360044 [ 3 ] {} <Trace> HTTP-Session: d4bcb3d2-5125-4ff7-97ec-b54dd00b8e53 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6641 | 2024.07.25 02:12:07.360165 [ 3 ] {8b3be37e-2eae-4fe2-a213-8b76b17758d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
6642 | 2024.07.25 02:12:07.360214 [ 3 ] {8b3be37e-2eae-4fe2-a213-8b76b17758d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
6643 | 2024.07.25 02:12:07.360371 [ 3 ] {8b3be37e-2eae-4fe2-a213-8b76b17758d8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6644 | 2024.07.25 02:12:07.360697 [ 3 ] {8b3be37e-2eae-4fe2-a213-8b76b17758d8} <Trace> oximeter.fields_ipaddr (330a275b-5c0e-4112-8190-93317cf14d06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6645 | 2024.07.25 02:12:07.360737 [ 3 ] {8b3be37e-2eae-4fe2-a213-8b76b17758d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
6646 | 2024.07.25 02:12:07.361046 [ 3 ] {8b3be37e-2eae-4fe2-a213-8b76b17758d8} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
6647 | 2024.07.25 02:12:07.361387 [ 3 ] {8b3be37e-2eae-4fe2-a213-8b76b17758d8} <Trace> oximeter.fields_ipaddr (330a275b-5c0e-4112-8190-93317cf14d06): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6648 | 2024.07.25 02:12:07.361550 [ 3 ] {8b3be37e-2eae-4fe2-a213-8b76b17758d8} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001409 sec., 1419.4464158977999 rows/sec., 115.75 KiB/sec. | ||
6649 | 2024.07.25 02:12:07.361849 [ 3 ] {8b3be37e-2eae-4fe2-a213-8b76b17758d8} <Debug> DynamicQueryHandler: Done processing query | ||
6650 | 2024.07.25 02:12:07.361900 [ 3 ] {8b3be37e-2eae-4fe2-a213-8b76b17758d8} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6651 | 2024.07.25 02:12:07.361918 [ 3 ] {} <Debug> HTTP-Session: d4bcb3d2-5125-4ff7-97ec-b54dd00b8e53 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6652 | 2024.07.25 02:12:07.362058 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 12510, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6653 | 2024.07.25 02:12:07.362112 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6654 | 2024.07.25 02:12:07.362132 [ 3 ] {} <Debug> HTTP-Session: 54d63236-fa02-4059-a27b-1c369ce0f217 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
6655 | 2024.07.25 02:12:07.362149 [ 3 ] {} <Debug> HTTP-Session: 54d63236-fa02-4059-a27b-1c369ce0f217 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6656 | 2024.07.25 02:12:07.362162 [ 3 ] {} <Debug> HTTP-Session: 54d63236-fa02-4059-a27b-1c369ce0f217 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6657 | 2024.07.25 02:12:07.362195 [ 3 ] {} <Trace> HTTP-Session: 54d63236-fa02-4059-a27b-1c369ce0f217 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6658 | 2024.07.25 02:12:07.362322 [ 3 ] {d631e7b2-9a0c-4ca2-bf90-7108ac031ca8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6659 | 2024.07.25 02:12:07.362366 [ 3 ] {d631e7b2-9a0c-4ca2-bf90-7108ac031ca8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6660 | 2024.07.25 02:12:07.362514 [ 3 ] {d631e7b2-9a0c-4ca2-bf90-7108ac031ca8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6661 | 2024.07.25 02:12:07.362931 [ 3 ] {d631e7b2-9a0c-4ca2-bf90-7108ac031ca8} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6662 | 2024.07.25 02:12:07.362972 [ 3 ] {d631e7b2-9a0c-4ca2-bf90-7108ac031ca8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
6663 | 2024.07.25 02:12:07.363279 [ 3 ] {d631e7b2-9a0c-4ca2-bf90-7108ac031ca8} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
6664 | 2024.07.25 02:12:07.363582 [ 3 ] {d631e7b2-9a0c-4ca2-bf90-7108ac031ca8} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6665 | 2024.07.25 02:12:07.363732 [ 3 ] {d631e7b2-9a0c-4ca2-bf90-7108ac031ca8} <Debug> executeQuery: Read 87 rows, 7.20 KiB in 0.001455 sec., 59793.8144329897 rows/sec., 4.83 MiB/sec. | ||
6666 | 2024.07.25 02:12:07.363909 [ 3 ] {d631e7b2-9a0c-4ca2-bf90-7108ac031ca8} <Debug> DynamicQueryHandler: Done processing query | ||
6667 | 2024.07.25 02:12:07.363933 [ 3 ] {d631e7b2-9a0c-4ca2-bf90-7108ac031ca8} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
6668 | 2024.07.25 02:12:07.363949 [ 3 ] {} <Debug> HTTP-Session: 54d63236-fa02-4059-a27b-1c369ce0f217 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6669 | 2024.07.25 02:12:07.364070 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6670 | 2024.07.25 02:12:07.364121 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6671 | 2024.07.25 02:12:07.364140 [ 3 ] {} <Debug> HTTP-Session: d8c8cf07-4e68-4297-b18b-04e93688f84f Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
6672 | 2024.07.25 02:12:07.364156 [ 3 ] {} <Debug> HTTP-Session: d8c8cf07-4e68-4297-b18b-04e93688f84f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6673 | 2024.07.25 02:12:07.364170 [ 3 ] {} <Debug> HTTP-Session: d8c8cf07-4e68-4297-b18b-04e93688f84f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6674 | 2024.07.25 02:12:07.364201 [ 3 ] {} <Trace> HTTP-Session: d8c8cf07-4e68-4297-b18b-04e93688f84f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6675 | 2024.07.25 02:12:07.364297 [ 3 ] {7310655f-efff-48cf-af0b-f45bf5c37099} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6676 | 2024.07.25 02:12:07.364339 [ 3 ] {7310655f-efff-48cf-af0b-f45bf5c37099} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6677 | 2024.07.25 02:12:07.364465 [ 3 ] {7310655f-efff-48cf-af0b-f45bf5c37099} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6678 | 2024.07.25 02:12:07.364749 [ 3 ] {7310655f-efff-48cf-af0b-f45bf5c37099} <Trace> oximeter.fields_u16 (977fada6-76a3-44eb-8ed0-7c71340c6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6679 | 2024.07.25 02:12:07.364785 [ 3 ] {7310655f-efff-48cf-af0b-f45bf5c37099} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
6680 | 2024.07.25 02:12:07.365077 [ 3 ] {7310655f-efff-48cf-af0b-f45bf5c37099} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
6681 | 2024.07.25 02:12:07.365396 [ 3 ] {7310655f-efff-48cf-af0b-f45bf5c37099} <Trace> oximeter.fields_u16 (977fada6-76a3-44eb-8ed0-7c71340c6e1a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6682 | 2024.07.25 02:12:07.365531 [ 3 ] {7310655f-efff-48cf-af0b-f45bf5c37099} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001258 sec., 1589.825119236884 rows/sec., 111.01 KiB/sec. | ||
6683 | 2024.07.25 02:12:07.365805 [ 3 ] {7310655f-efff-48cf-af0b-f45bf5c37099} <Debug> DynamicQueryHandler: Done processing query | ||
6684 | 2024.07.25 02:12:07.365829 [ 3 ] {7310655f-efff-48cf-af0b-f45bf5c37099} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6685 | 2024.07.25 02:12:07.365845 [ 3 ] {} <Debug> HTTP-Session: d8c8cf07-4e68-4297-b18b-04e93688f84f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6686 | 2024.07.25 02:12:07.365991 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 12915, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6687 | 2024.07.25 02:12:07.366041 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6688 | 2024.07.25 02:12:07.366061 [ 3 ] {} <Debug> HTTP-Session: cc1520c4-3288-4482-8fc7-8501f819550d Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
6689 | 2024.07.25 02:12:07.366077 [ 3 ] {} <Debug> HTTP-Session: cc1520c4-3288-4482-8fc7-8501f819550d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6690 | 2024.07.25 02:12:07.366091 [ 3 ] {} <Debug> HTTP-Session: cc1520c4-3288-4482-8fc7-8501f819550d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6691 | 2024.07.25 02:12:07.366121 [ 3 ] {} <Trace> HTTP-Session: cc1520c4-3288-4482-8fc7-8501f819550d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6692 | 2024.07.25 02:12:07.366239 [ 3 ] {24d7c22c-32aa-47f8-a8f3-262117235b50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6693 | 2024.07.25 02:12:07.366281 [ 3 ] {24d7c22c-32aa-47f8-a8f3-262117235b50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6694 | 2024.07.25 02:12:07.366426 [ 3 ] {24d7c22c-32aa-47f8-a8f3-262117235b50} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6695 | 2024.07.25 02:12:07.366817 [ 3 ] {24d7c22c-32aa-47f8-a8f3-262117235b50} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6696 | 2024.07.25 02:12:07.366857 [ 3 ] {24d7c22c-32aa-47f8-a8f3-262117235b50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
6697 | 2024.07.25 02:12:07.367185 [ 3 ] {24d7c22c-32aa-47f8-a8f3-262117235b50} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
6698 | 2024.07.25 02:12:07.367495 [ 3 ] {24d7c22c-32aa-47f8-a8f3-262117235b50} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6699 | 2024.07.25 02:12:07.367643 [ 3 ] {24d7c22c-32aa-47f8-a8f3-262117235b50} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001443 sec., 52668.05266805267 rows/sec., 4.11 MiB/sec. | ||
6700 | 2024.07.25 02:12:07.367819 [ 3 ] {24d7c22c-32aa-47f8-a8f3-262117235b50} <Debug> DynamicQueryHandler: Done processing query | ||
6701 | 2024.07.25 02:12:07.367845 [ 3 ] {24d7c22c-32aa-47f8-a8f3-262117235b50} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
6702 | 2024.07.25 02:12:07.367861 [ 3 ] {} <Debug> HTTP-Session: cc1520c4-3288-4482-8fc7-8501f819550d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6703 | 2024.07.25 02:12:07.368026 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 30797, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6704 | 2024.07.25 02:12:07.368078 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6705 | 2024.07.25 02:12:07.368098 [ 3 ] {} <Debug> HTTP-Session: dd3bd434-7a61-42f6-ba96-64134b03ade5 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
6706 | 2024.07.25 02:12:07.368115 [ 3 ] {} <Debug> HTTP-Session: dd3bd434-7a61-42f6-ba96-64134b03ade5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6707 | 2024.07.25 02:12:07.368129 [ 3 ] {} <Debug> HTTP-Session: dd3bd434-7a61-42f6-ba96-64134b03ade5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6708 | 2024.07.25 02:12:07.368160 [ 3 ] {} <Trace> HTTP-Session: dd3bd434-7a61-42f6-ba96-64134b03ade5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6709 | 2024.07.25 02:12:07.368306 [ 3 ] {bfdf40da-5174-450c-88c3-66c652502ca8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6710 | 2024.07.25 02:12:07.368354 [ 3 ] {bfdf40da-5174-450c-88c3-66c652502ca8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6711 | 2024.07.25 02:12:07.368504 [ 3 ] {bfdf40da-5174-450c-88c3-66c652502ca8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6712 | 2024.07.25 02:12:07.368919 [ 3 ] {bfdf40da-5174-450c-88c3-66c652502ca8} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6713 | 2024.07.25 02:12:07.368955 [ 3 ] {bfdf40da-5174-450c-88c3-66c652502ca8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
6714 | 2024.07.25 02:12:07.369347 [ 3 ] {bfdf40da-5174-450c-88c3-66c652502ca8} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
6715 | 2024.07.25 02:12:07.369685 [ 3 ] {bfdf40da-5174-450c-88c3-66c652502ca8} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6716 | 2024.07.25 02:12:07.369840 [ 3 ] {bfdf40da-5174-450c-88c3-66c652502ca8} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001595 sec., 100940.43887147335 rows/sec., 7.03 MiB/sec. | ||
6717 | 2024.07.25 02:12:07.370014 [ 3 ] {bfdf40da-5174-450c-88c3-66c652502ca8} <Debug> DynamicQueryHandler: Done processing query | ||
6718 | 2024.07.25 02:12:07.370039 [ 3 ] {bfdf40da-5174-450c-88c3-66c652502ca8} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6719 | 2024.07.25 02:12:07.370055 [ 3 ] {} <Debug> HTTP-Session: dd3bd434-7a61-42f6-ba96-64134b03ade5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6720 | 2024.07.25 02:12:07.370190 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 16057, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6721 | 2024.07.25 02:12:07.370237 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6722 | 2024.07.25 02:12:07.370256 [ 3 ] {} <Debug> HTTP-Session: 11f7c023-4181-49b6-b99e-038c6d97de3f Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
6723 | 2024.07.25 02:12:07.370273 [ 3 ] {} <Debug> HTTP-Session: 11f7c023-4181-49b6-b99e-038c6d97de3f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6724 | 2024.07.25 02:12:07.370287 [ 3 ] {} <Debug> HTTP-Session: 11f7c023-4181-49b6-b99e-038c6d97de3f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6725 | 2024.07.25 02:12:07.370318 [ 3 ] {} <Trace> HTTP-Session: 11f7c023-4181-49b6-b99e-038c6d97de3f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6726 | 2024.07.25 02:12:07.370516 [ 3 ] {c82b73f6-f1c1-454f-b2a8-06b1530f9340} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6727 | 2024.07.25 02:12:07.370580 [ 3 ] {c82b73f6-f1c1-454f-b2a8-06b1530f9340} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
6728 | 2024.07.25 02:12:07.370991 [ 3 ] {c82b73f6-f1c1-454f-b2a8-06b1530f9340} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6729 | 2024.07.25 02:12:07.371580 [ 3 ] {c82b73f6-f1c1-454f-b2a8-06b1530f9340} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6730 | 2024.07.25 02:12:07.371617 [ 3 ] {c82b73f6-f1c1-454f-b2a8-06b1530f9340} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
6731 | 2024.07.25 02:12:07.372199 [ 3 ] {c82b73f6-f1c1-454f-b2a8-06b1530f9340} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
6732 | 2024.07.25 02:12:07.372633 [ 3 ] {c82b73f6-f1c1-454f-b2a8-06b1530f9340} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6733 | 2024.07.25 02:12:07.372842 [ 3 ] {c82b73f6-f1c1-454f-b2a8-06b1530f9340} <Debug> executeQuery: Read 10 rows, 18.35 KiB in 0.002444 sec., 4091.653027823241 rows/sec., 7.33 MiB/sec. | ||
6734 | 2024.07.25 02:12:07.373347 [ 3 ] {c82b73f6-f1c1-454f-b2a8-06b1530f9340} <Debug> DynamicQueryHandler: Done processing query | ||
6735 | 2024.07.25 02:12:07.373373 [ 3 ] {c82b73f6-f1c1-454f-b2a8-06b1530f9340} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
6736 | 2024.07.25 02:12:07.373390 [ 3 ] {} <Debug> HTTP-Session: 11f7c023-4181-49b6-b99e-038c6d97de3f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6737 | 2024.07.25 02:12:07.373516 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6738 | 2024.07.25 02:12:07.373566 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6739 | 2024.07.25 02:12:07.373585 [ 3 ] {} <Debug> HTTP-Session: 94fb0d92-27a4-4f8c-9d3c-35340675f58e Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
6740 | 2024.07.25 02:12:07.373601 [ 3 ] {} <Debug> HTTP-Session: 94fb0d92-27a4-4f8c-9d3c-35340675f58e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6741 | 2024.07.25 02:12:07.373614 [ 3 ] {} <Debug> HTTP-Session: 94fb0d92-27a4-4f8c-9d3c-35340675f58e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6742 | 2024.07.25 02:12:07.373644 [ 3 ] {} <Trace> HTTP-Session: 94fb0d92-27a4-4f8c-9d3c-35340675f58e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6743 | 2024.07.25 02:12:07.373760 [ 3 ] {4af7b63b-2aa1-4e70-96a5-ffe46f8a51e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6744 | 2024.07.25 02:12:07.373811 [ 3 ] {4af7b63b-2aa1-4e70-96a5-ffe46f8a51e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6745 | 2024.07.25 02:12:07.374005 [ 3 ] {4af7b63b-2aa1-4e70-96a5-ffe46f8a51e6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6746 | 2024.07.25 02:12:07.374443 [ 3 ] {4af7b63b-2aa1-4e70-96a5-ffe46f8a51e6} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6747 | 2024.07.25 02:12:07.374493 [ 3 ] {4af7b63b-2aa1-4e70-96a5-ffe46f8a51e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
6748 | 2024.07.25 02:12:07.374994 [ 3 ] {4af7b63b-2aa1-4e70-96a5-ffe46f8a51e6} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
6749 | 2024.07.25 02:12:07.375367 [ 3 ] {4af7b63b-2aa1-4e70-96a5-ffe46f8a51e6} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6750 | 2024.07.25 02:12:07.375538 [ 3 ] {4af7b63b-2aa1-4e70-96a5-ffe46f8a51e6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001809 sec., 33167.49585406302 rows/sec., 2.24 MiB/sec. | ||
6751 | 2024.07.25 02:12:07.375862 [ 3 ] {4af7b63b-2aa1-4e70-96a5-ffe46f8a51e6} <Debug> DynamicQueryHandler: Done processing query | ||
6752 | 2024.07.25 02:12:07.375904 [ 3 ] {4af7b63b-2aa1-4e70-96a5-ffe46f8a51e6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6753 | 2024.07.25 02:12:07.375930 [ 3 ] {} <Debug> HTTP-Session: 94fb0d92-27a4-4f8c-9d3c-35340675f58e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6754 | 2024.07.25 02:12:12.361785 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 4045, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6755 | 2024.07.25 02:12:12.361932 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6756 | 2024.07.25 02:12:12.361961 [ 3 ] {} <Debug> HTTP-Session: 67c5ff3b-bfdf-469f-b395-0379af612256 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
6757 | 2024.07.25 02:12:12.361988 [ 3 ] {} <Debug> HTTP-Session: 67c5ff3b-bfdf-469f-b395-0379af612256 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6758 | 2024.07.25 02:12:12.362006 [ 3 ] {} <Debug> HTTP-Session: 67c5ff3b-bfdf-469f-b395-0379af612256 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6759 | 2024.07.25 02:12:12.362062 [ 3 ] {} <Trace> HTTP-Session: 67c5ff3b-bfdf-469f-b395-0379af612256 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6760 | 2024.07.25 02:12:12.362275 [ 3 ] {ba0c6bc6-8fae-46d2-b138-f3e8fd0521e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6761 | 2024.07.25 02:12:12.362350 [ 3 ] {ba0c6bc6-8fae-46d2-b138-f3e8fd0521e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6762 | 2024.07.25 02:12:12.362567 [ 3 ] {ba0c6bc6-8fae-46d2-b138-f3e8fd0521e8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6763 | 2024.07.25 02:12:12.363016 [ 3 ] {ba0c6bc6-8fae-46d2-b138-f3e8fd0521e8} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6764 | 2024.07.25 02:12:12.363063 [ 3 ] {ba0c6bc6-8fae-46d2-b138-f3e8fd0521e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
6765 | 2024.07.25 02:12:12.363428 [ 3 ] {ba0c6bc6-8fae-46d2-b138-f3e8fd0521e8} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
6766 | 2024.07.25 02:12:12.363757 [ 3 ] {ba0c6bc6-8fae-46d2-b138-f3e8fd0521e8} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6767 | 2024.07.25 02:12:12.363923 [ 3 ] {ba0c6bc6-8fae-46d2-b138-f3e8fd0521e8} <Debug> executeQuery: Read 29 rows, 2.20 KiB in 0.001713 sec., 16929.363689433743 rows/sec., 1.26 MiB/sec. | ||
6768 | 2024.07.25 02:12:12.364218 [ 3 ] {ba0c6bc6-8fae-46d2-b138-f3e8fd0521e8} <Debug> DynamicQueryHandler: Done processing query | ||
6769 | 2024.07.25 02:12:12.364246 [ 3 ] {ba0c6bc6-8fae-46d2-b138-f3e8fd0521e8} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6770 | 2024.07.25 02:12:12.364264 [ 3 ] {} <Debug> HTTP-Session: 67c5ff3b-bfdf-469f-b395-0379af612256 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6771 | 2024.07.25 02:12:12.364417 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6772 | 2024.07.25 02:12:12.364474 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6773 | 2024.07.25 02:12:12.364494 [ 3 ] {} <Debug> HTTP-Session: defb8393-2b92-4f6e-9c61-c9f504c38110 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
6774 | 2024.07.25 02:12:12.364511 [ 3 ] {} <Debug> HTTP-Session: defb8393-2b92-4f6e-9c61-c9f504c38110 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6775 | 2024.07.25 02:12:12.364525 [ 3 ] {} <Debug> HTTP-Session: defb8393-2b92-4f6e-9c61-c9f504c38110 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6776 | 2024.07.25 02:12:12.364560 [ 3 ] {} <Trace> HTTP-Session: defb8393-2b92-4f6e-9c61-c9f504c38110 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6777 | 2024.07.25 02:12:12.364663 [ 3 ] {db3f4969-b99e-4fe5-8452-9bb7c232453f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
6778 | 2024.07.25 02:12:12.364709 [ 3 ] {db3f4969-b99e-4fe5-8452-9bb7c232453f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
6779 | 2024.07.25 02:12:12.364859 [ 3 ] {db3f4969-b99e-4fe5-8452-9bb7c232453f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6780 | 2024.07.25 02:12:12.365145 [ 3 ] {db3f4969-b99e-4fe5-8452-9bb7c232453f} <Trace> oximeter.fields_ipaddr (330a275b-5c0e-4112-8190-93317cf14d06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6781 | 2024.07.25 02:12:12.365184 [ 3 ] {db3f4969-b99e-4fe5-8452-9bb7c232453f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
6782 | 2024.07.25 02:12:12.365487 [ 3 ] {db3f4969-b99e-4fe5-8452-9bb7c232453f} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
6783 | 2024.07.25 02:12:12.365810 [ 3 ] {db3f4969-b99e-4fe5-8452-9bb7c232453f} <Trace> oximeter.fields_ipaddr (330a275b-5c0e-4112-8190-93317cf14d06): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6784 | 2024.07.25 02:12:12.365977 [ 3 ] {db3f4969-b99e-4fe5-8452-9bb7c232453f} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00133 sec., 1503.7593984962407 rows/sec., 122.62 KiB/sec. | ||
6785 | 2024.07.25 02:12:12.366158 [ 3 ] {db3f4969-b99e-4fe5-8452-9bb7c232453f} <Debug> DynamicQueryHandler: Done processing query | ||
6786 | 2024.07.25 02:12:12.366186 [ 3 ] {db3f4969-b99e-4fe5-8452-9bb7c232453f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6787 | 2024.07.25 02:12:12.366203 [ 3 ] {} <Debug> HTTP-Session: defb8393-2b92-4f6e-9c61-c9f504c38110 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6788 | 2024.07.25 02:12:12.366387 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 34864, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6789 | 2024.07.25 02:12:12.366437 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6790 | 2024.07.25 02:12:12.366458 [ 3 ] {} <Debug> HTTP-Session: 15daa593-e93c-4db9-ae10-466019a25b29 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
6791 | 2024.07.25 02:12:12.366474 [ 3 ] {} <Debug> HTTP-Session: 15daa593-e93c-4db9-ae10-466019a25b29 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6792 | 2024.07.25 02:12:12.366488 [ 3 ] {} <Debug> HTTP-Session: 15daa593-e93c-4db9-ae10-466019a25b29 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6793 | 2024.07.25 02:12:12.366521 [ 3 ] {} <Trace> HTTP-Session: 15daa593-e93c-4db9-ae10-466019a25b29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6794 | 2024.07.25 02:12:12.366697 [ 3 ] {1c8d1f24-4db5-4ef1-ad20-c20e05f5aff2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6795 | 2024.07.25 02:12:12.366743 [ 3 ] {1c8d1f24-4db5-4ef1-ad20-c20e05f5aff2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6796 | 2024.07.25 02:12:12.366871 [ 3 ] {1c8d1f24-4db5-4ef1-ad20-c20e05f5aff2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6797 | 2024.07.25 02:12:12.367300 [ 3 ] {1c8d1f24-4db5-4ef1-ad20-c20e05f5aff2} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6798 | 2024.07.25 02:12:12.367338 [ 3 ] {1c8d1f24-4db5-4ef1-ad20-c20e05f5aff2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
6799 | 2024.07.25 02:12:12.367659 [ 3 ] {1c8d1f24-4db5-4ef1-ad20-c20e05f5aff2} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
6800 | 2024.07.25 02:12:12.367971 [ 3 ] {1c8d1f24-4db5-4ef1-ad20-c20e05f5aff2} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6801 | 2024.07.25 02:12:12.368128 [ 3 ] {1c8d1f24-4db5-4ef1-ad20-c20e05f5aff2} <Debug> executeQuery: Read 231 rows, 20.83 KiB in 0.001513 sec., 152676.80105750164 rows/sec., 13.45 MiB/sec. | ||
6802 | 2024.07.25 02:12:12.368300 [ 3 ] {1c8d1f24-4db5-4ef1-ad20-c20e05f5aff2} <Debug> DynamicQueryHandler: Done processing query | ||
6803 | 2024.07.25 02:12:12.368325 [ 3 ] {1c8d1f24-4db5-4ef1-ad20-c20e05f5aff2} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
6804 | 2024.07.25 02:12:12.368342 [ 3 ] {} <Debug> HTTP-Session: 15daa593-e93c-4db9-ae10-466019a25b29 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6805 | 2024.07.25 02:12:12.368463 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6806 | 2024.07.25 02:12:12.368512 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6807 | 2024.07.25 02:12:12.368532 [ 3 ] {} <Debug> HTTP-Session: f42ba369-50b9-47e0-8b50-69519d0b20c6 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
6808 | 2024.07.25 02:12:12.368549 [ 3 ] {} <Debug> HTTP-Session: f42ba369-50b9-47e0-8b50-69519d0b20c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6809 | 2024.07.25 02:12:12.368563 [ 3 ] {} <Debug> HTTP-Session: f42ba369-50b9-47e0-8b50-69519d0b20c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6810 | 2024.07.25 02:12:12.368593 [ 3 ] {} <Trace> HTTP-Session: f42ba369-50b9-47e0-8b50-69519d0b20c6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6811 | 2024.07.25 02:12:12.368689 [ 3 ] {60ac1387-d790-4730-938b-8d9a7a4ad1bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6812 | 2024.07.25 02:12:12.368732 [ 3 ] {60ac1387-d790-4730-938b-8d9a7a4ad1bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6813 | 2024.07.25 02:12:12.368858 [ 3 ] {60ac1387-d790-4730-938b-8d9a7a4ad1bb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6814 | 2024.07.25 02:12:12.369128 [ 3 ] {60ac1387-d790-4730-938b-8d9a7a4ad1bb} <Trace> oximeter.fields_u16 (977fada6-76a3-44eb-8ed0-7c71340c6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6815 | 2024.07.25 02:12:12.369164 [ 3 ] {60ac1387-d790-4730-938b-8d9a7a4ad1bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
6816 | 2024.07.25 02:12:12.369445 [ 3 ] {60ac1387-d790-4730-938b-8d9a7a4ad1bb} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
6817 | 2024.07.25 02:12:12.369745 [ 3 ] {60ac1387-d790-4730-938b-8d9a7a4ad1bb} <Trace> oximeter.fields_u16 (977fada6-76a3-44eb-8ed0-7c71340c6e1a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6818 | 2024.07.25 02:12:12.369899 [ 3 ] {60ac1387-d790-4730-938b-8d9a7a4ad1bb} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001222 sec., 1636.6612111292961 rows/sec., 114.28 KiB/sec. | ||
6819 | 2024.07.25 02:12:12.370062 [ 3 ] {60ac1387-d790-4730-938b-8d9a7a4ad1bb} <Debug> DynamicQueryHandler: Done processing query | ||
6820 | 2024.07.25 02:12:12.370086 [ 3 ] {60ac1387-d790-4730-938b-8d9a7a4ad1bb} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6821 | 2024.07.25 02:12:12.370101 [ 3 ] {} <Debug> HTTP-Session: f42ba369-50b9-47e0-8b50-69519d0b20c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6822 | 2024.07.25 02:12:12.370374 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 65802, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6823 | 2024.07.25 02:12:12.370429 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6824 | 2024.07.25 02:12:12.370453 [ 3 ] {} <Debug> HTTP-Session: 0bcea493-aec5-4779-b9dd-8863f75a1eac Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
6825 | 2024.07.25 02:12:12.370472 [ 3 ] {} <Debug> HTTP-Session: 0bcea493-aec5-4779-b9dd-8863f75a1eac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6826 | 2024.07.25 02:12:12.370487 [ 3 ] {} <Debug> HTTP-Session: 0bcea493-aec5-4779-b9dd-8863f75a1eac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6827 | 2024.07.25 02:12:12.370524 [ 3 ] {} <Trace> HTTP-Session: 0bcea493-aec5-4779-b9dd-8863f75a1eac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6828 | 2024.07.25 02:12:12.370778 [ 3 ] {1573a461-b15b-4fa8-9a3c-618c20eb939e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6829 | 2024.07.25 02:12:12.370832 [ 3 ] {1573a461-b15b-4fa8-9a3c-618c20eb939e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6830 | 2024.07.25 02:12:12.370961 [ 3 ] {1573a461-b15b-4fa8-9a3c-618c20eb939e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6831 | 2024.07.25 02:12:12.371495 [ 3 ] {1573a461-b15b-4fa8-9a3c-618c20eb939e} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6832 | 2024.07.25 02:12:12.371532 [ 3 ] {1573a461-b15b-4fa8-9a3c-618c20eb939e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
6833 | 2024.07.25 02:12:12.371850 [ 3 ] {1573a461-b15b-4fa8-9a3c-618c20eb939e} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
6834 | 2024.07.25 02:12:12.372154 [ 3 ] {1573a461-b15b-4fa8-9a3c-618c20eb939e} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6835 | 2024.07.25 02:12:12.372307 [ 3 ] {1573a461-b15b-4fa8-9a3c-618c20eb939e} <Debug> executeQuery: Read 407 rows, 29.48 KiB in 0.001655 sec., 245921.4501510574 rows/sec., 17.39 MiB/sec. | ||
6836 | 2024.07.25 02:12:12.372476 [ 3 ] {1573a461-b15b-4fa8-9a3c-618c20eb939e} <Debug> DynamicQueryHandler: Done processing query | ||
6837 | 2024.07.25 02:12:12.372501 [ 3 ] {1573a461-b15b-4fa8-9a3c-618c20eb939e} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
6838 | 2024.07.25 02:12:12.372517 [ 3 ] {} <Debug> HTTP-Session: 0bcea493-aec5-4779-b9dd-8863f75a1eac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6839 | 2024.07.25 02:12:12.372645 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6840 | 2024.07.25 02:12:12.372694 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6841 | 2024.07.25 02:12:12.372714 [ 3 ] {} <Debug> HTTP-Session: 35566fba-005c-4715-943d-d2308904e550 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
6842 | 2024.07.25 02:12:12.372730 [ 3 ] {} <Debug> HTTP-Session: 35566fba-005c-4715-943d-d2308904e550 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6843 | 2024.07.25 02:12:12.372744 [ 3 ] {} <Debug> HTTP-Session: 35566fba-005c-4715-943d-d2308904e550 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6844 | 2024.07.25 02:12:12.372775 [ 3 ] {} <Trace> HTTP-Session: 35566fba-005c-4715-943d-d2308904e550 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6845 | 2024.07.25 02:12:12.372869 [ 3 ] {d90afc08-17bf-4251-a949-11f9963731c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
6846 | 2024.07.25 02:12:12.372915 [ 3 ] {d90afc08-17bf-4251-a949-11f9963731c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
6847 | 2024.07.25 02:12:12.373041 [ 3 ] {d90afc08-17bf-4251-a949-11f9963731c8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6848 | 2024.07.25 02:12:12.373303 [ 3 ] {d90afc08-17bf-4251-a949-11f9963731c8} <Trace> oximeter.measurements_bool (8163702d-f428-4b08-bb37-b5af976016c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6849 | 2024.07.25 02:12:12.373341 [ 3 ] {d90afc08-17bf-4251-a949-11f9963731c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
6850 | 2024.07.25 02:12:12.373697 [ 3 ] {d90afc08-17bf-4251-a949-11f9963731c8} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
6851 | 2024.07.25 02:12:12.374129 [ 3 ] {d90afc08-17bf-4251-a949-11f9963731c8} <Trace> oximeter.measurements_bool (8163702d-f428-4b08-bb37-b5af976016c8): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6852 | 2024.07.25 02:12:12.374328 [ 3 ] {d90afc08-17bf-4251-a949-11f9963731c8} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001474 sec., 4070.5563093622795 rows/sec., 174.91 KiB/sec. | ||
6853 | 2024.07.25 02:12:12.374535 [ 3 ] {d90afc08-17bf-4251-a949-11f9963731c8} <Debug> DynamicQueryHandler: Done processing query | ||
6854 | 2024.07.25 02:12:12.374569 [ 3 ] {d90afc08-17bf-4251-a949-11f9963731c8} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
6855 | 2024.07.25 02:12:12.374594 [ 3 ] {} <Debug> HTTP-Session: 35566fba-005c-4715-943d-d2308904e550 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6856 | 2024.07.25 02:12:12.374758 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 14082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6857 | 2024.07.25 02:12:12.374826 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6858 | 2024.07.25 02:12:12.374851 [ 3 ] {} <Debug> HTTP-Session: f2976650-b6fb-4906-a422-6f3e84920166 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
6859 | 2024.07.25 02:12:12.374875 [ 3 ] {} <Debug> HTTP-Session: f2976650-b6fb-4906-a422-6f3e84920166 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6860 | 2024.07.25 02:12:12.374891 [ 3 ] {} <Debug> HTTP-Session: f2976650-b6fb-4906-a422-6f3e84920166 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6861 | 2024.07.25 02:12:12.374924 [ 3 ] {} <Trace> HTTP-Session: f2976650-b6fb-4906-a422-6f3e84920166 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6862 | 2024.07.25 02:12:12.375058 [ 3 ] {7ff447ff-4ef9-44c5-b496-ab2400a1b39c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
6863 | 2024.07.25 02:12:12.375108 [ 3 ] {7ff447ff-4ef9-44c5-b496-ab2400a1b39c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
6864 | 2024.07.25 02:12:12.375261 [ 3 ] {7ff447ff-4ef9-44c5-b496-ab2400a1b39c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6865 | 2024.07.25 02:12:12.375600 [ 3 ] {7ff447ff-4ef9-44c5-b496-ab2400a1b39c} <Trace> oximeter.measurements_cumulativei64 (ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6866 | 2024.07.25 02:12:12.375637 [ 3 ] {7ff447ff-4ef9-44c5-b496-ab2400a1b39c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
6867 | 2024.07.25 02:12:12.376007 [ 3 ] {7ff447ff-4ef9-44c5-b496-ab2400a1b39c} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
6868 | 2024.07.25 02:12:12.376346 [ 3 ] {7ff447ff-4ef9-44c5-b496-ab2400a1b39c} <Trace> oximeter.measurements_cumulativei64 (ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6869 | 2024.07.25 02:12:12.376510 [ 3 ] {7ff447ff-4ef9-44c5-b496-ab2400a1b39c} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001492 sec., 51608.579088471844 rows/sec., 3.18 MiB/sec. | ||
6870 | 2024.07.25 02:12:12.376830 [ 3 ] {7ff447ff-4ef9-44c5-b496-ab2400a1b39c} <Debug> DynamicQueryHandler: Done processing query | ||
6871 | 2024.07.25 02:12:12.376856 [ 3 ] {7ff447ff-4ef9-44c5-b496-ab2400a1b39c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6872 | 2024.07.25 02:12:12.376871 [ 3 ] {} <Debug> HTTP-Session: f2976650-b6fb-4906-a422-6f3e84920166 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6873 | 2024.07.25 02:12:12.377028 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 30798, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6874 | 2024.07.25 02:12:12.377077 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6875 | 2024.07.25 02:12:12.377096 [ 3 ] {} <Debug> HTTP-Session: 961f7d26-90cb-4436-a3c3-ea3dada3370b Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
6876 | 2024.07.25 02:12:12.377112 [ 3 ] {} <Debug> HTTP-Session: 961f7d26-90cb-4436-a3c3-ea3dada3370b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6877 | 2024.07.25 02:12:12.377131 [ 3 ] {} <Debug> HTTP-Session: 961f7d26-90cb-4436-a3c3-ea3dada3370b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6878 | 2024.07.25 02:12:12.377165 [ 3 ] {} <Trace> HTTP-Session: 961f7d26-90cb-4436-a3c3-ea3dada3370b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6879 | 2024.07.25 02:12:12.377345 [ 3 ] {7422aff1-cc30-43d8-b6ee-53e649378e33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6880 | 2024.07.25 02:12:12.377395 [ 3 ] {7422aff1-cc30-43d8-b6ee-53e649378e33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6881 | 2024.07.25 02:12:12.377569 [ 3 ] {7422aff1-cc30-43d8-b6ee-53e649378e33} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6882 | 2024.07.25 02:12:12.377962 [ 3 ] {7422aff1-cc30-43d8-b6ee-53e649378e33} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6883 | 2024.07.25 02:12:12.377998 [ 3 ] {7422aff1-cc30-43d8-b6ee-53e649378e33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
6884 | 2024.07.25 02:12:12.378372 [ 3 ] {7422aff1-cc30-43d8-b6ee-53e649378e33} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
6885 | 2024.07.25 02:12:12.378746 [ 3 ] {7422aff1-cc30-43d8-b6ee-53e649378e33} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6886 | 2024.07.25 02:12:12.378896 [ 3 ] {7422aff1-cc30-43d8-b6ee-53e649378e33} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001645 sec., 97872.34042553192 rows/sec., 6.82 MiB/sec. | ||
6887 | 2024.07.25 02:12:12.379064 [ 3 ] {7422aff1-cc30-43d8-b6ee-53e649378e33} <Debug> DynamicQueryHandler: Done processing query | ||
6888 | 2024.07.25 02:12:12.379089 [ 3 ] {7422aff1-cc30-43d8-b6ee-53e649378e33} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6889 | 2024.07.25 02:12:12.379105 [ 3 ] {} <Debug> HTTP-Session: 961f7d26-90cb-4436-a3c3-ea3dada3370b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6890 | 2024.07.25 02:12:12.379253 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 37108, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6891 | 2024.07.25 02:12:12.379301 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6892 | 2024.07.25 02:12:12.379319 [ 3 ] {} <Debug> HTTP-Session: 81547602-4c62-4d3d-b36e-5a6e6fd95b9f Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
6893 | 2024.07.25 02:12:12.379335 [ 3 ] {} <Debug> HTTP-Session: 81547602-4c62-4d3d-b36e-5a6e6fd95b9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6894 | 2024.07.25 02:12:12.379349 [ 3 ] {} <Debug> HTTP-Session: 81547602-4c62-4d3d-b36e-5a6e6fd95b9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6895 | 2024.07.25 02:12:12.379379 [ 3 ] {} <Trace> HTTP-Session: 81547602-4c62-4d3d-b36e-5a6e6fd95b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6896 | 2024.07.25 02:12:12.379752 [ 3 ] {20687044-a105-41c3-907a-c9202d0bbcf9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6897 | 2024.07.25 02:12:12.379819 [ 3 ] {20687044-a105-41c3-907a-c9202d0bbcf9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
6898 | 2024.07.25 02:12:12.380218 [ 3 ] {20687044-a105-41c3-907a-c9202d0bbcf9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6899 | 2024.07.25 02:12:12.380832 [ 3 ] {20687044-a105-41c3-907a-c9202d0bbcf9} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6900 | 2024.07.25 02:12:12.380868 [ 3 ] {20687044-a105-41c3-907a-c9202d0bbcf9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
6901 | 2024.07.25 02:12:12.381478 [ 3 ] {20687044-a105-41c3-907a-c9202d0bbcf9} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
6902 | 2024.07.25 02:12:12.381897 [ 3 ] {20687044-a105-41c3-907a-c9202d0bbcf9} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6903 | 2024.07.25 02:12:12.382059 [ 3 ] {20687044-a105-41c3-907a-c9202d0bbcf9} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002597 sec., 8856.372737774356 rows/sec., 15.87 MiB/sec. | ||
6904 | 2024.07.25 02:12:12.382084 [ 80 ] {} <Debug> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
6905 | 2024.07.25 02:12:12.382199 [ 80 ] {} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6906 | 2024.07.25 02:12:12.382253 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
6907 | 2024.07.25 02:12:12.382428 [ 198 ] {1b204426-e0ed-4472-aac2-bb616a256d25::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 | ||
6908 | 2024.07.25 02:12:12.382449 [ 3 ] {20687044-a105-41c3-907a-c9202d0bbcf9} <Debug> DynamicQueryHandler: Done processing query | ||
6909 | 2024.07.25 02:12:12.382497 [ 3 ] {20687044-a105-41c3-907a-c9202d0bbcf9} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
6910 | 2024.07.25 02:12:12.382532 [ 3 ] {} <Debug> HTTP-Session: 81547602-4c62-4d3d-b36e-5a6e6fd95b9f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6911 | 2024.07.25 02:12:12.382752 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 3211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6912 | 2024.07.25 02:12:12.382864 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6913 | 2024.07.25 02:12:12.382922 [ 3 ] {} <Debug> HTTP-Session: f2ee7524-a63c-4a9c-98ae-e44f7785c1e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
6914 | 2024.07.25 02:12:12.382973 [ 3 ] {} <Debug> HTTP-Session: f2ee7524-a63c-4a9c-98ae-e44f7785c1e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6915 | 2024.07.25 02:12:12.383017 [ 3 ] {} <Debug> HTTP-Session: f2ee7524-a63c-4a9c-98ae-e44f7785c1e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6916 | 2024.07.25 02:12:12.383113 [ 3 ] {} <Trace> HTTP-Session: f2ee7524-a63c-4a9c-98ae-e44f7785c1e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6917 | 2024.07.25 02:12:12.383125 [ 198 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6918 | 2024.07.25 02:12:12.383285 [ 198 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 350 rows starting from the beginning of the part | ||
6919 | 2024.07.25 02:12:12.383329 [ 3 ] {acbc9dfe-eaa8-4717-941b-a089d978c258} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
6920 | 2024.07.25 02:12:12.383449 [ 3 ] {acbc9dfe-eaa8-4717-941b-a089d978c258} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
6921 | 2024.07.25 02:12:12.384014 [ 198 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 23 rows starting from the beginning of the part | ||
6922 | 2024.07.25 02:12:12.384289 [ 3 ] {acbc9dfe-eaa8-4717-941b-a089d978c258} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6923 | 2024.07.25 02:12:12.384749 [ 198 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 10 rows starting from the beginning of the part | ||
6924 | 2024.07.25 02:12:12.385394 [ 198 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 23 rows starting from the beginning of the part | ||
6925 | 2024.07.25 02:12:12.385577 [ 3 ] {acbc9dfe-eaa8-4717-941b-a089d978c258} <Trace> oximeter.measurements_i64 (4af3948b-7ee8-4a0a-bff7-9db9837b5273): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6926 | 2024.07.25 02:12:12.385647 [ 3 ] {acbc9dfe-eaa8-4717-941b-a089d978c258} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
6927 | 2024.07.25 02:12:12.386063 [ 198 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 10 rows starting from the beginning of the part | ||
6928 | 2024.07.25 02:12:12.386748 [ 198 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 23 rows starting from the beginning of the part | ||
6929 | 2024.07.25 02:12:12.386928 [ 3 ] {acbc9dfe-eaa8-4717-941b-a089d978c258} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
6930 | 2024.07.25 02:12:12.387829 [ 3 ] {acbc9dfe-eaa8-4717-941b-a089d978c258} <Trace> oximeter.measurements_i64 (4af3948b-7ee8-4a0a-bff7-9db9837b5273): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6931 | 2024.07.25 02:12:12.388135 [ 3 ] {acbc9dfe-eaa8-4717-941b-a089d978c258} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.00488 sec., 4713.114754098361 rows/sec., 254.95 KiB/sec. | ||
6932 | 2024.07.25 02:12:12.388526 [ 3 ] {acbc9dfe-eaa8-4717-941b-a089d978c258} <Debug> DynamicQueryHandler: Done processing query | ||
6933 | 2024.07.25 02:12:12.388588 [ 3 ] {acbc9dfe-eaa8-4717-941b-a089d978c258} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
6934 | 2024.07.25 02:12:12.388620 [ 3 ] {} <Debug> HTTP-Session: f2ee7524-a63c-4a9c-98ae-e44f7785c1e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6935 | 2024.07.25 02:12:12.388771 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6936 | 2024.07.25 02:12:12.388822 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6937 | 2024.07.25 02:12:12.388843 [ 3 ] {} <Debug> HTTP-Session: 08b57d18-8b6a-427a-9898-dcbdc8e2d123 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
6938 | 2024.07.25 02:12:12.388863 [ 3 ] {} <Debug> HTTP-Session: 08b57d18-8b6a-427a-9898-dcbdc8e2d123 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6939 | 2024.07.25 02:12:12.388879 [ 3 ] {} <Debug> HTTP-Session: 08b57d18-8b6a-427a-9898-dcbdc8e2d123 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6940 | 2024.07.25 02:12:12.388917 [ 3 ] {} <Trace> HTTP-Session: 08b57d18-8b6a-427a-9898-dcbdc8e2d123 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6941 | 2024.07.25 02:12:12.389063 [ 3 ] {55ce7af8-41ae-493f-bab3-d4cac1599e92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6942 | 2024.07.25 02:12:12.389110 [ 3 ] {55ce7af8-41ae-493f-bab3-d4cac1599e92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6943 | 2024.07.25 02:12:12.389579 [ 3 ] {55ce7af8-41ae-493f-bab3-d4cac1599e92} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6944 | 2024.07.25 02:12:12.390511 [ 3 ] {55ce7af8-41ae-493f-bab3-d4cac1599e92} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6945 | 2024.07.25 02:12:12.390603 [ 3 ] {55ce7af8-41ae-493f-bab3-d4cac1599e92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
6946 | 2024.07.25 02:12:12.391674 [ 3 ] {55ce7af8-41ae-493f-bab3-d4cac1599e92} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
6947 | 2024.07.25 02:12:12.392784 [ 3 ] {55ce7af8-41ae-493f-bab3-d4cac1599e92} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6948 | 2024.07.25 02:12:12.393205 [ 3 ] {55ce7af8-41ae-493f-bab3-d4cac1599e92} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004183 sec., 14343.772412144393 rows/sec., 989.87 KiB/sec. | ||
6949 | 2024.07.25 02:12:12.393641 [ 3 ] {55ce7af8-41ae-493f-bab3-d4cac1599e92} <Debug> DynamicQueryHandler: Done processing query | ||
6950 | 2024.07.25 02:12:12.393668 [ 3 ] {55ce7af8-41ae-493f-bab3-d4cac1599e92} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6951 | 2024.07.25 02:12:12.393684 [ 3 ] {} <Debug> HTTP-Session: 08b57d18-8b6a-427a-9898-dcbdc8e2d123 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6952 | 2024.07.25 02:12:12.394539 [ 195 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 439 rows, containing 19 columns (19 merged, 0 gathered) in 0.012178348 sec., 36047.58215153648 rows/sec., 64.60 MiB/sec. | ||
6953 | 2024.07.25 02:12:12.395078 [ 195 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
6954 | 2024.07.25 02:12:12.395765 [ 195 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_26_5} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6955 | 2024.07.25 02:12:12.395859 [ 195 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_26_5} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
6956 | 2024.07.25 02:12:12.396026 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.12 MiB. | ||
6957 | 2024.07.25 02:12:17.358562 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 1489, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6958 | 2024.07.25 02:12:17.358695 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6959 | 2024.07.25 02:12:17.358718 [ 3 ] {} <Debug> HTTP-Session: 885c5d72-d88e-405a-ae15-4491a9799225 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
6960 | 2024.07.25 02:12:17.358742 [ 3 ] {} <Debug> HTTP-Session: 885c5d72-d88e-405a-ae15-4491a9799225 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6961 | 2024.07.25 02:12:17.358756 [ 3 ] {} <Debug> HTTP-Session: 885c5d72-d88e-405a-ae15-4491a9799225 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6962 | 2024.07.25 02:12:17.358805 [ 3 ] {} <Trace> HTTP-Session: 885c5d72-d88e-405a-ae15-4491a9799225 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6963 | 2024.07.25 02:12:17.358982 [ 3 ] {979a8589-e293-4660-86c2-c24dd88b86e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6964 | 2024.07.25 02:12:17.359047 [ 3 ] {979a8589-e293-4660-86c2-c24dd88b86e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6965 | 2024.07.25 02:12:17.359235 [ 3 ] {979a8589-e293-4660-86c2-c24dd88b86e5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6966 | 2024.07.25 02:12:17.359631 [ 3 ] {979a8589-e293-4660-86c2-c24dd88b86e5} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6967 | 2024.07.25 02:12:17.359672 [ 3 ] {979a8589-e293-4660-86c2-c24dd88b86e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
6968 | 2024.07.25 02:12:17.360033 [ 3 ] {979a8589-e293-4660-86c2-c24dd88b86e5} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
6969 | 2024.07.25 02:12:17.360367 [ 3 ] {979a8589-e293-4660-86c2-c24dd88b86e5} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6970 | 2024.07.25 02:12:17.360549 [ 3 ] {979a8589-e293-4660-86c2-c24dd88b86e5} <Debug> executeQuery: Read 10 rows, 830.00 B in 0.001614 sec., 6195.786864931846 rows/sec., 502.20 KiB/sec. | ||
6971 | 2024.07.25 02:12:17.360737 [ 3 ] {979a8589-e293-4660-86c2-c24dd88b86e5} <Debug> DynamicQueryHandler: Done processing query | ||
6972 | 2024.07.25 02:12:17.360763 [ 3 ] {979a8589-e293-4660-86c2-c24dd88b86e5} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6973 | 2024.07.25 02:12:17.360778 [ 3 ] {} <Debug> HTTP-Session: 885c5d72-d88e-405a-ae15-4491a9799225 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6974 | 2024.07.25 02:12:17.360917 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6975 | 2024.07.25 02:12:17.360964 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6976 | 2024.07.25 02:12:17.360982 [ 3 ] {} <Debug> HTTP-Session: cf9d7028-e04a-4cf4-b403-d6521219a003 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
6977 | 2024.07.25 02:12:17.360998 [ 3 ] {} <Debug> HTTP-Session: cf9d7028-e04a-4cf4-b403-d6521219a003 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6978 | 2024.07.25 02:12:17.361011 [ 3 ] {} <Debug> HTTP-Session: cf9d7028-e04a-4cf4-b403-d6521219a003 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6979 | 2024.07.25 02:12:17.361042 [ 3 ] {} <Trace> HTTP-Session: cf9d7028-e04a-4cf4-b403-d6521219a003 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6980 | 2024.07.25 02:12:17.361133 [ 3 ] {d2d78670-5c76-471c-b6d2-1384160b5c0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
6981 | 2024.07.25 02:12:17.361175 [ 3 ] {d2d78670-5c76-471c-b6d2-1384160b5c0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
6982 | 2024.07.25 02:12:17.361301 [ 3 ] {d2d78670-5c76-471c-b6d2-1384160b5c0e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6983 | 2024.07.25 02:12:17.361604 [ 3 ] {d2d78670-5c76-471c-b6d2-1384160b5c0e} <Trace> oximeter.fields_ipaddr (330a275b-5c0e-4112-8190-93317cf14d06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6984 | 2024.07.25 02:12:17.361648 [ 3 ] {d2d78670-5c76-471c-b6d2-1384160b5c0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
6985 | 2024.07.25 02:12:17.361941 [ 3 ] {d2d78670-5c76-471c-b6d2-1384160b5c0e} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
6986 | 2024.07.25 02:12:17.362244 [ 3 ] {d2d78670-5c76-471c-b6d2-1384160b5c0e} <Trace> oximeter.fields_ipaddr (330a275b-5c0e-4112-8190-93317cf14d06): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6987 | 2024.07.25 02:12:17.362398 [ 76 ] {} <Debug> oximeter.fields_ipaddr (330a275b-5c0e-4112-8190-93317cf14d06) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
6988 | 2024.07.25 02:12:17.362403 [ 3 ] {d2d78670-5c76-471c-b6d2-1384160b5c0e} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001286 sec., 1555.2099533437013 rows/sec., 126.82 KiB/sec. | ||
6989 | 2024.07.25 02:12:17.362483 [ 76 ] {} <Trace> oximeter.fields_ipaddr (330a275b-5c0e-4112-8190-93317cf14d06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6990 | 2024.07.25 02:12:17.362542 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
6991 | 2024.07.25 02:12:17.362797 [ 3 ] {d2d78670-5c76-471c-b6d2-1384160b5c0e} <Debug> DynamicQueryHandler: Done processing query | ||
6992 | 2024.07.25 02:12:17.362880 [ 3 ] {d2d78670-5c76-471c-b6d2-1384160b5c0e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6993 | 2024.07.25 02:12:17.362959 [ 3 ] {} <Debug> HTTP-Session: cf9d7028-e04a-4cf4-b403-d6521219a003 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6994 | 2024.07.25 02:12:17.363023 [ 199 ] {330a275b-5c0e-4112-8190-93317cf14d06::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 | ||
6995 | 2024.07.25 02:12:17.363173 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 17493, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6996 | 2024.07.25 02:12:17.363279 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6997 | 2024.07.25 02:12:17.363330 [ 3 ] {} <Debug> HTTP-Session: cdb5af47-ba28-4f0a-93e0-6bc9b21e88d6 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
6998 | 2024.07.25 02:12:17.363380 [ 3 ] {} <Debug> HTTP-Session: cdb5af47-ba28-4f0a-93e0-6bc9b21e88d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6999 | 2024.07.25 02:12:17.363397 [ 199 ] {330a275b-5c0e-4112-8190-93317cf14d06::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7000 | 2024.07.25 02:12:17.363408 [ 3 ] {} <Debug> HTTP-Session: cdb5af47-ba28-4f0a-93e0-6bc9b21e88d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7001 | 2024.07.25 02:12:17.363468 [ 199 ] {330a275b-5c0e-4112-8190-93317cf14d06::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 16 rows starting from the beginning of the part | ||
7002 | 2024.07.25 02:12:17.363483 [ 3 ] {} <Trace> HTTP-Session: cdb5af47-ba28-4f0a-93e0-6bc9b21e88d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7003 | 2024.07.25 02:12:17.363716 [ 199 ] {330a275b-5c0e-4112-8190-93317cf14d06::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 8 rows starting from the beginning of the part | ||
7004 | 2024.07.25 02:12:17.363790 [ 3 ] {f3d2c5e8-b594-4588-9c5d-8ce421b63998} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7005 | 2024.07.25 02:12:17.363955 [ 3 ] {f3d2c5e8-b594-4588-9c5d-8ce421b63998} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7006 | 2024.07.25 02:12:17.364042 [ 199 ] {330a275b-5c0e-4112-8190-93317cf14d06::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 | ||
7007 | 2024.07.25 02:12:17.364424 [ 199 ] {330a275b-5c0e-4112-8190-93317cf14d06::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 | ||
7008 | 2024.07.25 02:12:17.364807 [ 199 ] {330a275b-5c0e-4112-8190-93317cf14d06::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 | ||
7009 | 2024.07.25 02:12:17.365117 [ 199 ] {330a275b-5c0e-4112-8190-93317cf14d06::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 | ||
7010 | 2024.07.25 02:12:17.365139 [ 3 ] {f3d2c5e8-b594-4588-9c5d-8ce421b63998} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7011 | 2024.07.25 02:12:17.366270 [ 3 ] {f3d2c5e8-b594-4588-9c5d-8ce421b63998} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7012 | 2024.07.25 02:12:17.366326 [ 3 ] {f3d2c5e8-b594-4588-9c5d-8ce421b63998} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
7013 | 2024.07.25 02:12:17.367228 [ 3 ] {f3d2c5e8-b594-4588-9c5d-8ce421b63998} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
7014 | 2024.07.25 02:12:17.367939 [ 199 ] {330a275b-5c0e-4112-8190-93317cf14d06::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.005291462 sec., 6047.477993794531 rows/sec., 493.13 KiB/sec. | ||
7015 | 2024.07.25 02:12:17.368122 [ 199 ] {330a275b-5c0e-4112-8190-93317cf14d06::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
7016 | 2024.07.25 02:12:17.368188 [ 3 ] {f3d2c5e8-b594-4588-9c5d-8ce421b63998} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7017 | 2024.07.25 02:12:17.368502 [ 76 ] {} <Debug> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
7018 | 2024.07.25 02:12:17.368572 [ 3 ] {f3d2c5e8-b594-4588-9c5d-8ce421b63998} <Debug> executeQuery: Read 123 rows, 10.01 KiB in 0.004859 sec., 25313.850586540444 rows/sec., 2.01 MiB/sec. | ||
7019 | 2024.07.25 02:12:17.368645 [ 76 ] {} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7020 | 2024.07.25 02:12:17.368731 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
7021 | 2024.07.25 02:12:17.369196 [ 193 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::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 | ||
7022 | 2024.07.25 02:12:17.369249 [ 3 ] {f3d2c5e8-b594-4588-9c5d-8ce421b63998} <Debug> DynamicQueryHandler: Done processing query | ||
7023 | 2024.07.25 02:12:17.369291 [ 3 ] {f3d2c5e8-b594-4588-9c5d-8ce421b63998} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
7024 | 2024.07.25 02:12:17.369361 [ 3 ] {} <Debug> HTTP-Session: cdb5af47-ba28-4f0a-93e0-6bc9b21e88d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7025 | 2024.07.25 02:12:17.369514 [ 199 ] {330a275b-5c0e-4112-8190-93317cf14d06::all_1_11_2} <Trace> oximeter.fields_ipaddr (330a275b-5c0e-4112-8190-93317cf14d06): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7026 | 2024.07.25 02:12:17.369592 [ 193 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7027 | 2024.07.25 02:12:17.369590 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7028 | 2024.07.25 02:12:17.369688 [ 193 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 304 rows starting from the beginning of the part | ||
7029 | 2024.07.25 02:12:17.369740 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7030 | 2024.07.25 02:12:17.369781 [ 199 ] {330a275b-5c0e-4112-8190-93317cf14d06::all_1_11_2} <Trace> oximeter.fields_ipaddr (330a275b-5c0e-4112-8190-93317cf14d06) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
7031 | 2024.07.25 02:12:17.369850 [ 3 ] {} <Debug> HTTP-Session: 9c102a10-ce68-4430-9062-4d11513e2fa6 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
7032 | 2024.07.25 02:12:17.369957 [ 3 ] {} <Debug> HTTP-Session: 9c102a10-ce68-4430-9062-4d11513e2fa6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7033 | 2024.07.25 02:12:17.370065 [ 3 ] {} <Debug> HTTP-Session: 9c102a10-ce68-4430-9062-4d11513e2fa6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7034 | 2024.07.25 02:12:17.370092 [ 193 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 86 rows starting from the beginning of the part | ||
7035 | 2024.07.25 02:12:17.370205 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
7036 | 2024.07.25 02:12:17.370317 [ 3 ] {} <Trace> HTTP-Session: 9c102a10-ce68-4430-9062-4d11513e2fa6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7037 | 2024.07.25 02:12:17.370377 [ 193 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 230 rows starting from the beginning of the part | ||
7038 | 2024.07.25 02:12:17.370693 [ 3 ] {6cea76f8-8d45-4c6e-9c7c-5afafb81c88b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
7039 | 2024.07.25 02:12:17.370741 [ 193 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 87 rows starting from the beginning of the part | ||
7040 | 2024.07.25 02:12:17.370887 [ 3 ] {6cea76f8-8d45-4c6e-9c7c-5afafb81c88b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7041 | 2024.07.25 02:12:17.371056 [ 193 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 231 rows starting from the beginning of the part | ||
7042 | 2024.07.25 02:12:17.371378 [ 193 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 123 rows starting from the beginning of the part | ||
7043 | 2024.07.25 02:12:17.371860 [ 3 ] {6cea76f8-8d45-4c6e-9c7c-5afafb81c88b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7044 | 2024.07.25 02:12:17.372350 [ 3 ] {6cea76f8-8d45-4c6e-9c7c-5afafb81c88b} <Trace> oximeter.fields_u16 (977fada6-76a3-44eb-8ed0-7c71340c6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7045 | 2024.07.25 02:12:17.372393 [ 3 ] {6cea76f8-8d45-4c6e-9c7c-5afafb81c88b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
7046 | 2024.07.25 02:12:17.372896 [ 3 ] {6cea76f8-8d45-4c6e-9c7c-5afafb81c88b} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
7047 | 2024.07.25 02:12:17.373285 [ 3 ] {6cea76f8-8d45-4c6e-9c7c-5afafb81c88b} <Trace> oximeter.fields_u16 (977fada6-76a3-44eb-8ed0-7c71340c6e1a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7048 | 2024.07.25 02:12:17.373285 [ 193 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1061 rows, containing 4 columns (4 merged, 0 gathered) in 0.004379907 sec., 242242.5864293466 rows/sec., 20.69 MiB/sec. | ||
7049 | 2024.07.25 02:12:17.373471 [ 76 ] {} <Debug> oximeter.fields_u16 (977fada6-76a3-44eb-8ed0-7c71340c6e1a) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
7050 | 2024.07.25 02:12:17.373496 [ 193 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
7051 | 2024.07.25 02:12:17.373521 [ 3 ] {6cea76f8-8d45-4c6e-9c7c-5afafb81c88b} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.003032 sec., 659.6306068601583 rows/sec., 46.06 KiB/sec. | ||
7052 | 2024.07.25 02:12:17.373545 [ 76 ] {} <Trace> oximeter.fields_u16 (977fada6-76a3-44eb-8ed0-7c71340c6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7053 | 2024.07.25 02:12:17.373670 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
7054 | 2024.07.25 02:12:17.374330 [ 3 ] {6cea76f8-8d45-4c6e-9c7c-5afafb81c88b} <Debug> DynamicQueryHandler: Done processing query | ||
7055 | 2024.07.25 02:12:17.374456 [ 188 ] {977fada6-76a3-44eb-8ed0-7c71340c6e1a::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 | ||
7056 | 2024.07.25 02:12:17.374487 [ 3 ] {6cea76f8-8d45-4c6e-9c7c-5afafb81c88b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7057 | 2024.07.25 02:12:17.374617 [ 3 ] {} <Debug> HTTP-Session: 9c102a10-ce68-4430-9062-4d11513e2fa6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7058 | 2024.07.25 02:12:17.375041 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 16957, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7059 | 2024.07.25 02:12:17.375308 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7060 | 2024.07.25 02:12:17.375436 [ 3 ] {} <Debug> HTTP-Session: 51b5f194-bdb1-498f-9089-92a3f2612206 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
7061 | 2024.07.25 02:12:17.375532 [ 3 ] {} <Debug> HTTP-Session: 51b5f194-bdb1-498f-9089-92a3f2612206 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7062 | 2024.07.25 02:12:17.375597 [ 3 ] {} <Debug> HTTP-Session: 51b5f194-bdb1-498f-9089-92a3f2612206 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7063 | 2024.07.25 02:12:17.375674 [ 188 ] {977fada6-76a3-44eb-8ed0-7c71340c6e1a::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7064 | 2024.07.25 02:12:17.375699 [ 3 ] {} <Trace> HTTP-Session: 51b5f194-bdb1-498f-9089-92a3f2612206 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7065 | 2024.07.25 02:12:17.375785 [ 188 ] {977fada6-76a3-44eb-8ed0-7c71340c6e1a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 16 rows starting from the beginning of the part | ||
7066 | 2024.07.25 02:12:17.375804 [ 193 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_36_7} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7067 | 2024.07.25 02:12:17.376093 [ 3 ] {c247bc06-2caa-4f23-a6d2-7b0c80fd0afe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7068 | 2024.07.25 02:12:17.376163 [ 193 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_36_7} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
7069 | 2024.07.25 02:12:17.376193 [ 188 ] {977fada6-76a3-44eb-8ed0-7c71340c6e1a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 8 rows starting from the beginning of the part | ||
7070 | 2024.07.25 02:12:17.376279 [ 3 ] {c247bc06-2caa-4f23-a6d2-7b0c80fd0afe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7071 | 2024.07.25 02:12:17.376615 [ 188 ] {977fada6-76a3-44eb-8ed0-7c71340c6e1a::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 | ||
7072 | 2024.07.25 02:12:17.376602 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
7073 | 2024.07.25 02:12:17.376991 [ 188 ] {977fada6-76a3-44eb-8ed0-7c71340c6e1a::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 | ||
7074 | 2024.07.25 02:12:17.377426 [ 188 ] {977fada6-76a3-44eb-8ed0-7c71340c6e1a::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 | ||
7075 | 2024.07.25 02:12:17.377688 [ 188 ] {977fada6-76a3-44eb-8ed0-7c71340c6e1a::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 | ||
7076 | 2024.07.25 02:12:17.377752 [ 3 ] {c247bc06-2caa-4f23-a6d2-7b0c80fd0afe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7077 | 2024.07.25 02:12:17.379013 [ 3 ] {c247bc06-2caa-4f23-a6d2-7b0c80fd0afe} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7078 | 2024.07.25 02:12:17.379074 [ 3 ] {c247bc06-2caa-4f23-a6d2-7b0c80fd0afe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
7079 | 2024.07.25 02:12:17.379919 [ 3 ] {c247bc06-2caa-4f23-a6d2-7b0c80fd0afe} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
7080 | 2024.07.25 02:12:17.380147 [ 193 ] {977fada6-76a3-44eb-8ed0-7c71340c6e1a::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.006303067 sec., 5076.893518663216 rows/sec., 354.49 KiB/sec. | ||
7081 | 2024.07.25 02:12:17.380302 [ 193 ] {977fada6-76a3-44eb-8ed0-7c71340c6e1a::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
7082 | 2024.07.25 02:12:17.380470 [ 3 ] {c247bc06-2caa-4f23-a6d2-7b0c80fd0afe} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7083 | 2024.07.25 02:12:17.380760 [ 76 ] {} <Debug> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
7084 | 2024.07.25 02:12:17.380791 [ 3 ] {c247bc06-2caa-4f23-a6d2-7b0c80fd0afe} <Debug> executeQuery: Read 100 rows, 7.98 KiB in 0.004875 sec., 20512.82051282051 rows/sec., 1.60 MiB/sec. | ||
7085 | 2024.07.25 02:12:17.380847 [ 76 ] {} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7086 | 2024.07.25 02:12:17.381003 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
7087 | 2024.07.25 02:12:17.381028 [ 193 ] {977fada6-76a3-44eb-8ed0-7c71340c6e1a::all_1_11_2} <Trace> oximeter.fields_u16 (977fada6-76a3-44eb-8ed0-7c71340c6e1a): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7088 | 2024.07.25 02:12:17.381383 [ 3 ] {c247bc06-2caa-4f23-a6d2-7b0c80fd0afe} <Debug> DynamicQueryHandler: Done processing query | ||
7089 | 2024.07.25 02:12:17.381481 [ 3 ] {c247bc06-2caa-4f23-a6d2-7b0c80fd0afe} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
7090 | 2024.07.25 02:12:17.381487 [ 193 ] {977fada6-76a3-44eb-8ed0-7c71340c6e1a::all_1_11_2} <Trace> oximeter.fields_u16 (977fada6-76a3-44eb-8ed0-7c71340c6e1a) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
7091 | 2024.07.25 02:12:17.381520 [ 188 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::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 | ||
7092 | 2024.07.25 02:12:17.381553 [ 3 ] {} <Debug> HTTP-Session: 51b5f194-bdb1-498f-9089-92a3f2612206 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7093 | 2024.07.25 02:12:17.381819 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
7094 | 2024.07.25 02:12:17.382000 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 37762, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7095 | 2024.07.25 02:12:17.382197 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7096 | 2024.07.25 02:12:17.382234 [ 188 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7097 | 2024.07.25 02:12:17.382314 [ 3 ] {} <Debug> HTTP-Session: fcde43a0-6054-451a-aa5f-ee4368f1a4e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
7098 | 2024.07.25 02:12:17.382337 [ 188 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 473 rows starting from the beginning of the part | ||
7099 | 2024.07.25 02:12:17.382404 [ 3 ] {} <Debug> HTTP-Session: fcde43a0-6054-451a-aa5f-ee4368f1a4e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7100 | 2024.07.25 02:12:17.382488 [ 3 ] {} <Debug> HTTP-Session: fcde43a0-6054-451a-aa5f-ee4368f1a4e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7101 | 2024.07.25 02:12:17.382690 [ 188 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 74 rows starting from the beginning of the part | ||
7102 | 2024.07.25 02:12:17.382749 [ 3 ] {} <Trace> HTTP-Session: fcde43a0-6054-451a-aa5f-ee4368f1a4e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7103 | 2024.07.25 02:12:17.383019 [ 188 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 405 rows starting from the beginning of the part | ||
7104 | 2024.07.25 02:12:17.383365 [ 188 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 76 rows starting from the beginning of the part | ||
7105 | 2024.07.25 02:12:17.383417 [ 3 ] {ef17d5f8-744a-4dae-9194-77b97bffb19f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7106 | 2024.07.25 02:12:17.383674 [ 188 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 407 rows starting from the beginning of the part | ||
7107 | 2024.07.25 02:12:17.383724 [ 3 ] {ef17d5f8-744a-4dae-9194-77b97bffb19f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7108 | 2024.07.25 02:12:17.384056 [ 188 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 100 rows starting from the beginning of the part | ||
7109 | 2024.07.25 02:12:17.384878 [ 3 ] {ef17d5f8-744a-4dae-9194-77b97bffb19f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7110 | 2024.07.25 02:12:17.385880 [ 3 ] {ef17d5f8-744a-4dae-9194-77b97bffb19f} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7111 | 2024.07.25 02:12:17.385955 [ 3 ] {ef17d5f8-744a-4dae-9194-77b97bffb19f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
7112 | 2024.07.25 02:12:17.386892 [ 3 ] {ef17d5f8-744a-4dae-9194-77b97bffb19f} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
7113 | 2024.07.25 02:12:17.386970 [ 188 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1535 rows, containing 4 columns (4 merged, 0 gathered) in 0.00580956 sec., 264219.66551683773 rows/sec., 19.08 MiB/sec. | ||
7114 | 2024.07.25 02:12:17.387235 [ 188 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
7115 | 2024.07.25 02:12:17.387696 [ 3 ] {ef17d5f8-744a-4dae-9194-77b97bffb19f} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7116 | 2024.07.25 02:12:17.388013 [ 76 ] {} <Debug> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
7117 | 2024.07.25 02:12:17.388045 [ 3 ] {ef17d5f8-744a-4dae-9194-77b97bffb19f} <Debug> executeQuery: Read 197 rows, 14.08 KiB in 0.004924 sec., 40008.123476848086 rows/sec., 2.79 MiB/sec. | ||
7118 | 2024.07.25 02:12:17.388104 [ 76 ] {} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7119 | 2024.07.25 02:12:17.388190 [ 188 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_36_7} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7120 | 2024.07.25 02:12:17.388221 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
7121 | 2024.07.25 02:12:17.388633 [ 188 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_36_7} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
7122 | 2024.07.25 02:12:17.388767 [ 200 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::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 | ||
7123 | 2024.07.25 02:12:17.388849 [ 3 ] {ef17d5f8-744a-4dae-9194-77b97bffb19f} <Debug> DynamicQueryHandler: Done processing query | ||
7124 | 2024.07.25 02:12:17.389003 [ 3 ] {ef17d5f8-744a-4dae-9194-77b97bffb19f} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
7125 | 2024.07.25 02:12:17.389060 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
7126 | 2024.07.25 02:12:17.389164 [ 3 ] {} <Debug> HTTP-Session: fcde43a0-6054-451a-aa5f-ee4368f1a4e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7127 | 2024.07.25 02:12:17.389570 [ 200 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7128 | 2024.07.25 02:12:17.389624 [ 200 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 5232 rows starting from the beginning of the part | ||
7129 | 2024.07.25 02:12:17.389727 [ 200 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 160 rows starting from the beginning of the part | ||
7130 | 2024.07.25 02:12:17.389903 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 16066, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7131 | 2024.07.25 02:12:17.390068 [ 200 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 160 rows starting from the beginning of the part | ||
7132 | 2024.07.25 02:12:17.390091 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7133 | 2024.07.25 02:12:17.390159 [ 3 ] {} <Debug> HTTP-Session: a80e19fd-234d-43c8-b73c-70c8d9e4383a Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
7134 | 2024.07.25 02:12:17.390257 [ 3 ] {} <Debug> HTTP-Session: a80e19fd-234d-43c8-b73c-70c8d9e4383a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7135 | 2024.07.25 02:12:17.390338 [ 200 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 161 rows starting from the beginning of the part | ||
7136 | 2024.07.25 02:12:17.390345 [ 3 ] {} <Debug> HTTP-Session: a80e19fd-234d-43c8-b73c-70c8d9e4383a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7137 | 2024.07.25 02:12:17.390548 [ 3 ] {} <Trace> HTTP-Session: a80e19fd-234d-43c8-b73c-70c8d9e4383a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7138 | 2024.07.25 02:12:17.390620 [ 200 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 161 rows starting from the beginning of the part | ||
7139 | 2024.07.25 02:12:17.390870 [ 200 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 197 rows starting from the beginning of the part | ||
7140 | 2024.07.25 02:12:17.391246 [ 3 ] {3be5a4d4-c282-4427-85d4-90ab1cf26c71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7141 | 2024.07.25 02:12:17.391411 [ 3 ] {3be5a4d4-c282-4427-85d4-90ab1cf26c71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
7142 | 2024.07.25 02:12:17.392657 [ 3 ] {3be5a4d4-c282-4427-85d4-90ab1cf26c71} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7143 | 2024.07.25 02:12:17.394019 [ 3 ] {3be5a4d4-c282-4427-85d4-90ab1cf26c71} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7144 | 2024.07.25 02:12:17.394057 [ 3 ] {3be5a4d4-c282-4427-85d4-90ab1cf26c71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
7145 | 2024.07.25 02:12:17.394970 [ 3 ] {3be5a4d4-c282-4427-85d4-90ab1cf26c71} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
7146 | 2024.07.25 02:12:17.395571 [ 191 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6071 rows, containing 5 columns (5 merged, 0 gathered) in 0.007206872 sec., 842390.4295788797 rows/sec., 58.71 MiB/sec. | ||
7147 | 2024.07.25 02:12:17.395693 [ 3 ] {3be5a4d4-c282-4427-85d4-90ab1cf26c71} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7148 | 2024.07.25 02:12:17.395940 [ 3 ] {3be5a4d4-c282-4427-85d4-90ab1cf26c71} <Debug> executeQuery: Read 10 rows, 18.35 KiB in 0.00509 sec., 1964.6365422396857 rows/sec., 3.52 MiB/sec. | ||
7149 | 2024.07.25 02:12:17.396145 [ 189 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
7150 | 2024.07.25 02:12:17.397155 [ 3 ] {3be5a4d4-c282-4427-85d4-90ab1cf26c71} <Debug> DynamicQueryHandler: Done processing query | ||
7151 | 2024.07.25 02:12:17.397186 [ 3 ] {3be5a4d4-c282-4427-85d4-90ab1cf26c71} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
7152 | 2024.07.25 02:12:17.397205 [ 3 ] {} <Debug> HTTP-Session: a80e19fd-234d-43c8-b73c-70c8d9e4383a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7153 | 2024.07.25 02:12:17.397331 [ 189 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7154 | 2024.07.25 02:12:17.397349 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7155 | 2024.07.25 02:12:17.397403 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7156 | 2024.07.25 02:12:17.397415 [ 189 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
7157 | 2024.07.25 02:12:17.397425 [ 3 ] {} <Debug> HTTP-Session: f464eb8f-2ca9-459f-b4c5-3ac026476696 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
7158 | 2024.07.25 02:12:17.397444 [ 3 ] {} <Debug> HTTP-Session: f464eb8f-2ca9-459f-b4c5-3ac026476696 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7159 | 2024.07.25 02:12:17.397465 [ 3 ] {} <Debug> HTTP-Session: f464eb8f-2ca9-459f-b4c5-3ac026476696 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7160 | 2024.07.25 02:12:17.397516 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.34 MiB. | ||
7161 | 2024.07.25 02:12:17.397524 [ 3 ] {} <Trace> HTTP-Session: f464eb8f-2ca9-459f-b4c5-3ac026476696 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7162 | 2024.07.25 02:12:17.397660 [ 3 ] {423bd925-9a5b-42ca-a610-17d7d7cfc43c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7163 | 2024.07.25 02:12:17.397701 [ 3 ] {423bd925-9a5b-42ca-a610-17d7d7cfc43c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7164 | 2024.07.25 02:12:17.397826 [ 3 ] {423bd925-9a5b-42ca-a610-17d7d7cfc43c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7165 | 2024.07.25 02:12:17.398124 [ 3 ] {423bd925-9a5b-42ca-a610-17d7d7cfc43c} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7166 | 2024.07.25 02:12:17.398157 [ 3 ] {423bd925-9a5b-42ca-a610-17d7d7cfc43c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
7167 | 2024.07.25 02:12:17.398496 [ 3 ] {423bd925-9a5b-42ca-a610-17d7d7cfc43c} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
7168 | 2024.07.25 02:12:17.398886 [ 3 ] {423bd925-9a5b-42ca-a610-17d7d7cfc43c} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7169 | 2024.07.25 02:12:17.399044 [ 76 ] {} <Debug> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
7170 | 2024.07.25 02:12:17.399051 [ 3 ] {423bd925-9a5b-42ca-a610-17d7d7cfc43c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001428 sec., 42016.80672268908 rows/sec., 2.83 MiB/sec. | ||
7171 | 2024.07.25 02:12:17.399111 [ 76 ] {} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7172 | 2024.07.25 02:12:17.399178 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
7173 | 2024.07.25 02:12:17.399369 [ 191 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::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 | ||
7174 | 2024.07.25 02:12:17.399381 [ 3 ] {423bd925-9a5b-42ca-a610-17d7d7cfc43c} <Debug> DynamicQueryHandler: Done processing query | ||
7175 | 2024.07.25 02:12:17.399426 [ 3 ] {423bd925-9a5b-42ca-a610-17d7d7cfc43c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7176 | 2024.07.25 02:12:17.399462 [ 3 ] {} <Debug> HTTP-Session: f464eb8f-2ca9-459f-b4c5-3ac026476696 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7177 | 2024.07.25 02:12:17.399569 [ 191 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7178 | 2024.07.25 02:12:17.399605 [ 191 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1832 rows starting from the beginning of the part | ||
7179 | 2024.07.25 02:12:17.399704 [ 191 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 60 rows starting from the beginning of the part | ||
7180 | 2024.07.25 02:12:17.399929 [ 191 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 60 rows starting from the beginning of the part | ||
7181 | 2024.07.25 02:12:17.400003 [ 191 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 60 rows starting from the beginning of the part | ||
7182 | 2024.07.25 02:12:17.400224 [ 191 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 60 rows starting from the beginning of the part | ||
7183 | 2024.07.25 02:12:17.400380 [ 191 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 60 rows starting from the beginning of the part | ||
7184 | 2024.07.25 02:12:17.401708 [ 189 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2132 rows, containing 4 columns (4 merged, 0 gathered) in 0.002425827 sec., 878875.5339931495 rows/sec., 59.23 MiB/sec. | ||
7185 | 2024.07.25 02:12:17.401934 [ 189 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
7186 | 2024.07.25 02:12:17.402304 [ 189 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_36_7} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7187 | 2024.07.25 02:12:17.402376 [ 189 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_36_7} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
7188 | 2024.07.25 02:12:17.402456 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. | ||
7189 | 2024.07.25 02:12:21.242095 [ 72 ] {} <Debug> DNSResolver: Updating DNS cache | ||
7190 | 2024.07.25 02:12:21.242170 [ 72 ] {} <Debug> DNSResolver: Updated DNS cache | ||
7191 | 2024.07.25 02:12:22.363667 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 4045, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7192 | 2024.07.25 02:12:22.363789 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7193 | 2024.07.25 02:12:22.363819 [ 3 ] {} <Debug> HTTP-Session: 6315a0e7-a16b-405f-a568-74d607e2e17f Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
7194 | 2024.07.25 02:12:22.363846 [ 3 ] {} <Debug> HTTP-Session: 6315a0e7-a16b-405f-a568-74d607e2e17f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7195 | 2024.07.25 02:12:22.363864 [ 3 ] {} <Debug> HTTP-Session: 6315a0e7-a16b-405f-a568-74d607e2e17f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7196 | 2024.07.25 02:12:22.363920 [ 3 ] {} <Trace> HTTP-Session: 6315a0e7-a16b-405f-a568-74d607e2e17f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7197 | 2024.07.25 02:12:22.364118 [ 3 ] {de8ec888-5313-4c43-8fb4-186e716798bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7198 | 2024.07.25 02:12:22.364184 [ 3 ] {de8ec888-5313-4c43-8fb4-186e716798bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7199 | 2024.07.25 02:12:22.364376 [ 3 ] {de8ec888-5313-4c43-8fb4-186e716798bb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7200 | 2024.07.25 02:12:22.364895 [ 3 ] {de8ec888-5313-4c43-8fb4-186e716798bb} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7201 | 2024.07.25 02:12:22.364938 [ 3 ] {de8ec888-5313-4c43-8fb4-186e716798bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
7202 | 2024.07.25 02:12:22.365312 [ 3 ] {de8ec888-5313-4c43-8fb4-186e716798bb} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
7203 | 2024.07.25 02:12:22.365648 [ 3 ] {de8ec888-5313-4c43-8fb4-186e716798bb} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7204 | 2024.07.25 02:12:22.365792 [ 71 ] {} <Debug> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
7205 | 2024.07.25 02:12:22.365794 [ 3 ] {de8ec888-5313-4c43-8fb4-186e716798bb} <Debug> executeQuery: Read 29 rows, 2.20 KiB in 0.001735 sec., 16714.69740634006 rows/sec., 1.24 MiB/sec. | ||
7206 | 2024.07.25 02:12:22.365843 [ 71 ] {} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7207 | 2024.07.25 02:12:22.365883 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
7208 | 2024.07.25 02:12:22.366019 [ 201 ] {f624f877-7484-40f8-bba3-5af105c2972a::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 | ||
7209 | 2024.07.25 02:12:22.366065 [ 3 ] {de8ec888-5313-4c43-8fb4-186e716798bb} <Debug> DynamicQueryHandler: Done processing query | ||
7210 | 2024.07.25 02:12:22.366098 [ 3 ] {de8ec888-5313-4c43-8fb4-186e716798bb} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7211 | 2024.07.25 02:12:22.366126 [ 3 ] {} <Debug> HTTP-Session: 6315a0e7-a16b-405f-a568-74d607e2e17f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7212 | 2024.07.25 02:12:22.366186 [ 201 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7213 | 2024.07.25 02:12:22.366220 [ 201 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 39 rows starting from the beginning of the part | ||
7214 | 2024.07.25 02:12:22.366299 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 1304, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7215 | 2024.07.25 02:12:22.366329 [ 201 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 29 rows starting from the beginning of the part | ||
7216 | 2024.07.25 02:12:22.366432 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7217 | 2024.07.25 02:12:22.366532 [ 3 ] {} <Debug> HTTP-Session: be63739e-c308-4045-8a36-b649fa15376b Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
7218 | 2024.07.25 02:12:22.366651 [ 3 ] {} <Debug> HTTP-Session: be63739e-c308-4045-8a36-b649fa15376b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7219 | 2024.07.25 02:12:22.366738 [ 3 ] {} <Debug> HTTP-Session: be63739e-c308-4045-8a36-b649fa15376b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7220 | 2024.07.25 02:12:22.366758 [ 201 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 10 rows starting from the beginning of the part | ||
7221 | 2024.07.25 02:12:22.366858 [ 3 ] {} <Trace> HTTP-Session: be63739e-c308-4045-8a36-b649fa15376b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7222 | 2024.07.25 02:12:22.367137 [ 201 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 29 rows starting from the beginning of the part | ||
7223 | 2024.07.25 02:12:22.367265 [ 3 ] {85947582-9afe-4b90-96a6-98382a344c17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
7224 | 2024.07.25 02:12:22.367411 [ 201 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 10 rows starting from the beginning of the part | ||
7225 | 2024.07.25 02:12:22.367426 [ 3 ] {85947582-9afe-4b90-96a6-98382a344c17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
7226 | 2024.07.25 02:12:22.367736 [ 201 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 29 rows starting from the beginning of the part | ||
7227 | 2024.07.25 02:12:22.368326 [ 3 ] {85947582-9afe-4b90-96a6-98382a344c17} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7228 | 2024.07.25 02:12:22.368863 [ 3 ] {85947582-9afe-4b90-96a6-98382a344c17} <Trace> oximeter.fields_ipaddr (330a275b-5c0e-4112-8190-93317cf14d06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7229 | 2024.07.25 02:12:22.368912 [ 3 ] {85947582-9afe-4b90-96a6-98382a344c17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
7230 | 2024.07.25 02:12:22.369409 [ 3 ] {85947582-9afe-4b90-96a6-98382a344c17} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
7231 | 2024.07.25 02:12:22.369477 [ 191 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 146 rows, containing 4 columns (4 merged, 0 gathered) in 0.003511344 sec., 41579.52054825731 rows/sec., 3.13 MiB/sec. | ||
7232 | 2024.07.25 02:12:22.369780 [ 191 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
7233 | 2024.07.25 02:12:22.369984 [ 3 ] {85947582-9afe-4b90-96a6-98382a344c17} <Trace> oximeter.fields_ipaddr (330a275b-5c0e-4112-8190-93317cf14d06): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7234 | 2024.07.25 02:12:22.370433 [ 3 ] {85947582-9afe-4b90-96a6-98382a344c17} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.003311 sec., 2416.1884627000904 rows/sec., 197.02 KiB/sec. | ||
7235 | 2024.07.25 02:12:22.370745 [ 191 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_31_6} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7236 | 2024.07.25 02:12:22.370761 [ 3 ] {85947582-9afe-4b90-96a6-98382a344c17} <Debug> DynamicQueryHandler: Done processing query | ||
7237 | 2024.07.25 02:12:22.370816 [ 3 ] {85947582-9afe-4b90-96a6-98382a344c17} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7238 | 2024.07.25 02:12:22.370853 [ 3 ] {} <Debug> HTTP-Session: be63739e-c308-4045-8a36-b649fa15376b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7239 | 2024.07.25 02:12:22.370922 [ 191 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_31_6} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
7240 | 2024.07.25 02:12:22.371054 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
7241 | 2024.07.25 02:12:22.371062 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 35265, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7242 | 2024.07.25 02:12:22.371133 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7243 | 2024.07.25 02:12:22.371152 [ 3 ] {} <Debug> HTTP-Session: 00ce7174-11be-4d6e-bf4f-80b69df4d31c Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
7244 | 2024.07.25 02:12:22.371169 [ 3 ] {} <Debug> HTTP-Session: 00ce7174-11be-4d6e-bf4f-80b69df4d31c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7245 | 2024.07.25 02:12:22.371182 [ 3 ] {} <Debug> HTTP-Session: 00ce7174-11be-4d6e-bf4f-80b69df4d31c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7246 | 2024.07.25 02:12:22.371216 [ 3 ] {} <Trace> HTTP-Session: 00ce7174-11be-4d6e-bf4f-80b69df4d31c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7247 | 2024.07.25 02:12:22.371374 [ 3 ] {57164dcd-b1c8-4bb5-9638-3d33a6a81407} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7248 | 2024.07.25 02:12:22.371418 [ 3 ] {57164dcd-b1c8-4bb5-9638-3d33a6a81407} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7249 | 2024.07.25 02:12:22.371555 [ 3 ] {57164dcd-b1c8-4bb5-9638-3d33a6a81407} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7250 | 2024.07.25 02:12:22.372062 [ 3 ] {57164dcd-b1c8-4bb5-9638-3d33a6a81407} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7251 | 2024.07.25 02:12:22.372099 [ 3 ] {57164dcd-b1c8-4bb5-9638-3d33a6a81407} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
7252 | 2024.07.25 02:12:22.372425 [ 3 ] {57164dcd-b1c8-4bb5-9638-3d33a6a81407} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
7253 | 2024.07.25 02:12:22.372730 [ 3 ] {57164dcd-b1c8-4bb5-9638-3d33a6a81407} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7254 | 2024.07.25 02:12:22.372859 [ 3 ] {57164dcd-b1c8-4bb5-9638-3d33a6a81407} <Debug> executeQuery: Read 234 rows, 21.05 KiB in 0.001516 sec., 154353.56200527705 rows/sec., 13.56 MiB/sec. | ||
7255 | 2024.07.25 02:12:22.373028 [ 3 ] {57164dcd-b1c8-4bb5-9638-3d33a6a81407} <Debug> DynamicQueryHandler: Done processing query | ||
7256 | 2024.07.25 02:12:22.373054 [ 3 ] {57164dcd-b1c8-4bb5-9638-3d33a6a81407} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
7257 | 2024.07.25 02:12:22.373070 [ 3 ] {} <Debug> HTTP-Session: 00ce7174-11be-4d6e-bf4f-80b69df4d31c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7258 | 2024.07.25 02:12:22.373203 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 1170, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7259 | 2024.07.25 02:12:22.373251 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7260 | 2024.07.25 02:12:22.373271 [ 3 ] {} <Debug> HTTP-Session: 704fab39-bb47-44f0-8c20-3229ea9e91db Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
7261 | 2024.07.25 02:12:22.373287 [ 3 ] {} <Debug> HTTP-Session: 704fab39-bb47-44f0-8c20-3229ea9e91db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7262 | 2024.07.25 02:12:22.373300 [ 3 ] {} <Debug> HTTP-Session: 704fab39-bb47-44f0-8c20-3229ea9e91db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7263 | 2024.07.25 02:12:22.373331 [ 3 ] {} <Trace> HTTP-Session: 704fab39-bb47-44f0-8c20-3229ea9e91db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7264 | 2024.07.25 02:12:22.373423 [ 3 ] {11303167-58b9-4c1e-8454-e529204b7a32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
7265 | 2024.07.25 02:12:22.373465 [ 3 ] {11303167-58b9-4c1e-8454-e529204b7a32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7266 | 2024.07.25 02:12:22.373589 [ 3 ] {11303167-58b9-4c1e-8454-e529204b7a32} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7267 | 2024.07.25 02:12:22.373868 [ 3 ] {11303167-58b9-4c1e-8454-e529204b7a32} <Trace> oximeter.fields_u16 (977fada6-76a3-44eb-8ed0-7c71340c6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7268 | 2024.07.25 02:12:22.373911 [ 3 ] {11303167-58b9-4c1e-8454-e529204b7a32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
7269 | 2024.07.25 02:12:22.374282 [ 3 ] {11303167-58b9-4c1e-8454-e529204b7a32} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
7270 | 2024.07.25 02:12:22.374709 [ 3 ] {11303167-58b9-4c1e-8454-e529204b7a32} <Trace> oximeter.fields_u16 (977fada6-76a3-44eb-8ed0-7c71340c6e1a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7271 | 2024.07.25 02:12:22.374857 [ 3 ] {11303167-58b9-4c1e-8454-e529204b7a32} <Debug> executeQuery: Read 8 rows, 572.00 B in 0.001454 sec., 5502.063273727648 rows/sec., 384.18 KiB/sec. | ||
7272 | 2024.07.25 02:12:22.375097 [ 3 ] {11303167-58b9-4c1e-8454-e529204b7a32} <Debug> DynamicQueryHandler: Done processing query | ||
7273 | 2024.07.25 02:12:22.375128 [ 3 ] {11303167-58b9-4c1e-8454-e529204b7a32} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7274 | 2024.07.25 02:12:22.375151 [ 3 ] {} <Debug> HTTP-Session: 704fab39-bb47-44f0-8c20-3229ea9e91db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7275 | 2024.07.25 02:12:22.375465 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 66829, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7276 | 2024.07.25 02:12:22.375514 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7277 | 2024.07.25 02:12:22.375533 [ 3 ] {} <Debug> HTTP-Session: 64cfbd27-cec8-4c7e-89ce-f9c56f8a2213 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
7278 | 2024.07.25 02:12:22.375549 [ 3 ] {} <Debug> HTTP-Session: 64cfbd27-cec8-4c7e-89ce-f9c56f8a2213 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7279 | 2024.07.25 02:12:22.375562 [ 3 ] {} <Debug> HTTP-Session: 64cfbd27-cec8-4c7e-89ce-f9c56f8a2213 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7280 | 2024.07.25 02:12:22.375593 [ 3 ] {} <Trace> HTTP-Session: 64cfbd27-cec8-4c7e-89ce-f9c56f8a2213 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7281 | 2024.07.25 02:12:22.375828 [ 3 ] {7cc01fb0-72a3-4076-a77c-f5984c45cc1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7282 | 2024.07.25 02:12:22.375872 [ 3 ] {7cc01fb0-72a3-4076-a77c-f5984c45cc1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7283 | 2024.07.25 02:12:22.375993 [ 3 ] {7cc01fb0-72a3-4076-a77c-f5984c45cc1f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7284 | 2024.07.25 02:12:22.376572 [ 3 ] {7cc01fb0-72a3-4076-a77c-f5984c45cc1f} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7285 | 2024.07.25 02:12:22.376608 [ 3 ] {7cc01fb0-72a3-4076-a77c-f5984c45cc1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
7286 | 2024.07.25 02:12:22.376928 [ 3 ] {7cc01fb0-72a3-4076-a77c-f5984c45cc1f} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
7287 | 2024.07.25 02:12:22.377231 [ 3 ] {7cc01fb0-72a3-4076-a77c-f5984c45cc1f} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7288 | 2024.07.25 02:12:22.377357 [ 3 ] {7cc01fb0-72a3-4076-a77c-f5984c45cc1f} <Debug> executeQuery: Read 413 rows, 29.97 KiB in 0.001646 sec., 250911.3001215067 rows/sec., 17.78 MiB/sec. | ||
7289 | 2024.07.25 02:12:22.377627 [ 3 ] {7cc01fb0-72a3-4076-a77c-f5984c45cc1f} <Debug> DynamicQueryHandler: Done processing query | ||
7290 | 2024.07.25 02:12:22.377666 [ 3 ] {7cc01fb0-72a3-4076-a77c-f5984c45cc1f} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
7291 | 2024.07.25 02:12:22.377683 [ 3 ] {} <Debug> HTTP-Session: 64cfbd27-cec8-4c7e-89ce-f9c56f8a2213 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7292 | 2024.07.25 02:12:22.377812 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7293 | 2024.07.25 02:12:22.377862 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7294 | 2024.07.25 02:12:22.377881 [ 3 ] {} <Debug> HTTP-Session: d2c1dba3-5971-451b-ad65-d3be3e66d525 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
7295 | 2024.07.25 02:12:22.377898 [ 3 ] {} <Debug> HTTP-Session: d2c1dba3-5971-451b-ad65-d3be3e66d525 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7296 | 2024.07.25 02:12:22.377911 [ 3 ] {} <Debug> HTTP-Session: d2c1dba3-5971-451b-ad65-d3be3e66d525 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7297 | 2024.07.25 02:12:22.377942 [ 3 ] {} <Trace> HTTP-Session: d2c1dba3-5971-451b-ad65-d3be3e66d525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7298 | 2024.07.25 02:12:22.378043 [ 3 ] {b7c70cae-229e-40bf-9902-d58080cbac4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
7299 | 2024.07.25 02:12:22.378090 [ 3 ] {b7c70cae-229e-40bf-9902-d58080cbac4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
7300 | 2024.07.25 02:12:22.378234 [ 3 ] {b7c70cae-229e-40bf-9902-d58080cbac4e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7301 | 2024.07.25 02:12:22.378514 [ 3 ] {b7c70cae-229e-40bf-9902-d58080cbac4e} <Trace> oximeter.measurements_bool (8163702d-f428-4b08-bb37-b5af976016c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7302 | 2024.07.25 02:12:22.378550 [ 3 ] {b7c70cae-229e-40bf-9902-d58080cbac4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
7303 | 2024.07.25 02:12:22.378904 [ 3 ] {b7c70cae-229e-40bf-9902-d58080cbac4e} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
7304 | 2024.07.25 02:12:22.379219 [ 3 ] {b7c70cae-229e-40bf-9902-d58080cbac4e} <Trace> oximeter.measurements_bool (8163702d-f428-4b08-bb37-b5af976016c8): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7305 | 2024.07.25 02:12:22.379351 [ 3 ] {b7c70cae-229e-40bf-9902-d58080cbac4e} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001333 sec., 4501.12528132033 rows/sec., 193.41 KiB/sec. | ||
7306 | 2024.07.25 02:12:22.379676 [ 3 ] {b7c70cae-229e-40bf-9902-d58080cbac4e} <Debug> DynamicQueryHandler: Done processing query | ||
7307 | 2024.07.25 02:12:22.379702 [ 3 ] {b7c70cae-229e-40bf-9902-d58080cbac4e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
7308 | 2024.07.25 02:12:22.379719 [ 3 ] {} <Debug> HTTP-Session: d2c1dba3-5971-451b-ad65-d3be3e66d525 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7309 | 2024.07.25 02:12:22.379837 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 14082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7310 | 2024.07.25 02:12:22.379889 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7311 | 2024.07.25 02:12:22.379909 [ 3 ] {} <Debug> HTTP-Session: 2059cef1-4c15-4785-bd8b-c99780afc6ef Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
7312 | 2024.07.25 02:12:22.379926 [ 3 ] {} <Debug> HTTP-Session: 2059cef1-4c15-4785-bd8b-c99780afc6ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7313 | 2024.07.25 02:12:22.379940 [ 3 ] {} <Debug> HTTP-Session: 2059cef1-4c15-4785-bd8b-c99780afc6ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7314 | 2024.07.25 02:12:22.379970 [ 3 ] {} <Trace> HTTP-Session: 2059cef1-4c15-4785-bd8b-c99780afc6ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7315 | 2024.07.25 02:12:22.380091 [ 3 ] {b50d37fb-a5f4-485c-b1dd-4dec7381e1c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
7316 | 2024.07.25 02:12:22.380139 [ 3 ] {b50d37fb-a5f4-485c-b1dd-4dec7381e1c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
7317 | 2024.07.25 02:12:22.380301 [ 3 ] {b50d37fb-a5f4-485c-b1dd-4dec7381e1c2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7318 | 2024.07.25 02:12:22.380641 [ 3 ] {b50d37fb-a5f4-485c-b1dd-4dec7381e1c2} <Trace> oximeter.measurements_cumulativei64 (ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7319 | 2024.07.25 02:12:22.380678 [ 3 ] {b50d37fb-a5f4-485c-b1dd-4dec7381e1c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
7320 | 2024.07.25 02:12:22.381035 [ 3 ] {b50d37fb-a5f4-485c-b1dd-4dec7381e1c2} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
7321 | 2024.07.25 02:12:22.381437 [ 3 ] {b50d37fb-a5f4-485c-b1dd-4dec7381e1c2} <Trace> oximeter.measurements_cumulativei64 (ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7322 | 2024.07.25 02:12:22.381589 [ 3 ] {b50d37fb-a5f4-485c-b1dd-4dec7381e1c2} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001537 sec., 50097.59271307742 rows/sec., 3.09 MiB/sec. | ||
7323 | 2024.07.25 02:12:22.381864 [ 3 ] {b50d37fb-a5f4-485c-b1dd-4dec7381e1c2} <Debug> DynamicQueryHandler: Done processing query | ||
7324 | 2024.07.25 02:12:22.381890 [ 3 ] {b50d37fb-a5f4-485c-b1dd-4dec7381e1c2} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7325 | 2024.07.25 02:12:22.381905 [ 3 ] {} <Debug> HTTP-Session: 2059cef1-4c15-4785-bd8b-c99780afc6ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7326 | 2024.07.25 02:12:22.382056 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 31373, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7327 | 2024.07.25 02:12:22.382106 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7328 | 2024.07.25 02:12:22.382125 [ 3 ] {} <Debug> HTTP-Session: c9fb8cb3-94ec-44cf-b12b-217bf6193364 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
7329 | 2024.07.25 02:12:22.382142 [ 3 ] {} <Debug> HTTP-Session: c9fb8cb3-94ec-44cf-b12b-217bf6193364 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7330 | 2024.07.25 02:12:22.382155 [ 3 ] {} <Debug> HTTP-Session: c9fb8cb3-94ec-44cf-b12b-217bf6193364 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7331 | 2024.07.25 02:12:22.382185 [ 3 ] {} <Trace> HTTP-Session: c9fb8cb3-94ec-44cf-b12b-217bf6193364 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7332 | 2024.07.25 02:12:22.382353 [ 3 ] {ecc626d1-960e-4621-a41d-7c04f5725495} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7333 | 2024.07.25 02:12:22.382400 [ 3 ] {ecc626d1-960e-4621-a41d-7c04f5725495} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7334 | 2024.07.25 02:12:22.382564 [ 3 ] {ecc626d1-960e-4621-a41d-7c04f5725495} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7335 | 2024.07.25 02:12:22.382953 [ 3 ] {ecc626d1-960e-4621-a41d-7c04f5725495} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7336 | 2024.07.25 02:12:22.382988 [ 3 ] {ecc626d1-960e-4621-a41d-7c04f5725495} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
7337 | 2024.07.25 02:12:22.383352 [ 3 ] {ecc626d1-960e-4621-a41d-7c04f5725495} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
7338 | 2024.07.25 02:12:22.383683 [ 3 ] {ecc626d1-960e-4621-a41d-7c04f5725495} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7339 | 2024.07.25 02:12:22.383844 [ 3 ] {ecc626d1-960e-4621-a41d-7c04f5725495} <Debug> executeQuery: Read 164 rows, 11.69 KiB in 0.001582 sec., 103666.2452591656 rows/sec., 7.22 MiB/sec. | ||
7340 | 2024.07.25 02:12:22.384016 [ 3 ] {ecc626d1-960e-4621-a41d-7c04f5725495} <Debug> DynamicQueryHandler: Done processing query | ||
7341 | 2024.07.25 02:12:22.384041 [ 3 ] {ecc626d1-960e-4621-a41d-7c04f5725495} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7342 | 2024.07.25 02:12:22.384056 [ 3 ] {} <Debug> HTTP-Session: c9fb8cb3-94ec-44cf-b12b-217bf6193364 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7343 | 2024.07.25 02:12:22.384217 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 37066, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7344 | 2024.07.25 02:12:22.384266 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7345 | 2024.07.25 02:12:22.384285 [ 3 ] {} <Debug> HTTP-Session: 8adcf2a7-a9dc-4d69-9b59-eb2d8a7671d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
7346 | 2024.07.25 02:12:22.384302 [ 3 ] {} <Debug> HTTP-Session: 8adcf2a7-a9dc-4d69-9b59-eb2d8a7671d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7347 | 2024.07.25 02:12:22.384315 [ 3 ] {} <Debug> HTTP-Session: 8adcf2a7-a9dc-4d69-9b59-eb2d8a7671d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7348 | 2024.07.25 02:12:22.384346 [ 3 ] {} <Trace> HTTP-Session: 8adcf2a7-a9dc-4d69-9b59-eb2d8a7671d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7349 | 2024.07.25 02:12:22.384665 [ 3 ] {81a5fe92-da22-48ed-89e9-f274cd545af5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7350 | 2024.07.25 02:12:22.384730 [ 3 ] {81a5fe92-da22-48ed-89e9-f274cd545af5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
7351 | 2024.07.25 02:12:22.385169 [ 3 ] {81a5fe92-da22-48ed-89e9-f274cd545af5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7352 | 2024.07.25 02:12:22.385797 [ 3 ] {81a5fe92-da22-48ed-89e9-f274cd545af5} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7353 | 2024.07.25 02:12:22.385836 [ 3 ] {81a5fe92-da22-48ed-89e9-f274cd545af5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
7354 | 2024.07.25 02:12:22.386489 [ 3 ] {81a5fe92-da22-48ed-89e9-f274cd545af5} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
7355 | 2024.07.25 02:12:22.386904 [ 3 ] {81a5fe92-da22-48ed-89e9-f274cd545af5} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7356 | 2024.07.25 02:12:22.387090 [ 3 ] {81a5fe92-da22-48ed-89e9-f274cd545af5} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002654 sec., 8666.164280331575 rows/sec., 15.53 MiB/sec. | ||
7357 | 2024.07.25 02:12:22.387316 [ 3 ] {81a5fe92-da22-48ed-89e9-f274cd545af5} <Debug> DynamicQueryHandler: Done processing query | ||
7358 | 2024.07.25 02:12:22.387342 [ 3 ] {81a5fe92-da22-48ed-89e9-f274cd545af5} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
7359 | 2024.07.25 02:12:22.387357 [ 3 ] {} <Debug> HTTP-Session: 8adcf2a7-a9dc-4d69-9b59-eb2d8a7671d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7360 | 2024.07.25 02:12:22.387494 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 3211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7361 | 2024.07.25 02:12:22.387543 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7362 | 2024.07.25 02:12:22.387563 [ 3 ] {} <Debug> HTTP-Session: df1fbd86-6917-4f13-a1f6-542773a466a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
7363 | 2024.07.25 02:12:22.387579 [ 3 ] {} <Debug> HTTP-Session: df1fbd86-6917-4f13-a1f6-542773a466a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7364 | 2024.07.25 02:12:22.387593 [ 3 ] {} <Debug> HTTP-Session: df1fbd86-6917-4f13-a1f6-542773a466a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7365 | 2024.07.25 02:12:22.387623 [ 3 ] {} <Trace> HTTP-Session: df1fbd86-6917-4f13-a1f6-542773a466a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7366 | 2024.07.25 02:12:22.387738 [ 3 ] {9f7ce7a5-49e4-4025-9e53-4339f23aa2cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
7367 | 2024.07.25 02:12:22.387784 [ 3 ] {9f7ce7a5-49e4-4025-9e53-4339f23aa2cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
7368 | 2024.07.25 02:12:22.387914 [ 3 ] {9f7ce7a5-49e4-4025-9e53-4339f23aa2cc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7369 | 2024.07.25 02:12:22.388192 [ 3 ] {9f7ce7a5-49e4-4025-9e53-4339f23aa2cc} <Trace> oximeter.measurements_i64 (4af3948b-7ee8-4a0a-bff7-9db9837b5273): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7370 | 2024.07.25 02:12:22.388231 [ 3 ] {9f7ce7a5-49e4-4025-9e53-4339f23aa2cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
7371 | 2024.07.25 02:12:22.388582 [ 3 ] {9f7ce7a5-49e4-4025-9e53-4339f23aa2cc} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
7372 | 2024.07.25 02:12:22.388907 [ 3 ] {9f7ce7a5-49e4-4025-9e53-4339f23aa2cc} <Trace> oximeter.measurements_i64 (4af3948b-7ee8-4a0a-bff7-9db9837b5273): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7373 | 2024.07.25 02:12:22.389059 [ 3 ] {9f7ce7a5-49e4-4025-9e53-4339f23aa2cc} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001349 sec., 17049.666419570054 rows/sec., 922.27 KiB/sec. | ||
7374 | 2024.07.25 02:12:22.389229 [ 3 ] {9f7ce7a5-49e4-4025-9e53-4339f23aa2cc} <Debug> DynamicQueryHandler: Done processing query | ||
7375 | 2024.07.25 02:12:22.389254 [ 3 ] {9f7ce7a5-49e4-4025-9e53-4339f23aa2cc} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
7376 | 2024.07.25 02:12:22.389270 [ 3 ] {} <Debug> HTTP-Session: df1fbd86-6917-4f13-a1f6-542773a466a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7377 | 2024.07.25 02:12:22.389374 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7378 | 2024.07.25 02:12:22.389421 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7379 | 2024.07.25 02:12:22.389440 [ 3 ] {} <Debug> HTTP-Session: af19a95e-3c51-4a1e-b8ad-edb1b6d30ecf Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
7380 | 2024.07.25 02:12:22.389456 [ 3 ] {} <Debug> HTTP-Session: af19a95e-3c51-4a1e-b8ad-edb1b6d30ecf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7381 | 2024.07.25 02:12:22.389470 [ 3 ] {} <Debug> HTTP-Session: af19a95e-3c51-4a1e-b8ad-edb1b6d30ecf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7382 | 2024.07.25 02:12:22.389501 [ 3 ] {} <Trace> HTTP-Session: af19a95e-3c51-4a1e-b8ad-edb1b6d30ecf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7383 | 2024.07.25 02:12:22.389625 [ 3 ] {d16599b2-1499-4510-b1c0-0eca0e808865} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7384 | 2024.07.25 02:12:22.389672 [ 3 ] {d16599b2-1499-4510-b1c0-0eca0e808865} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7385 | 2024.07.25 02:12:22.389806 [ 3 ] {d16599b2-1499-4510-b1c0-0eca0e808865} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7386 | 2024.07.25 02:12:22.390111 [ 3 ] {d16599b2-1499-4510-b1c0-0eca0e808865} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7387 | 2024.07.25 02:12:22.390149 [ 3 ] {d16599b2-1499-4510-b1c0-0eca0e808865} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
7388 | 2024.07.25 02:12:22.390494 [ 3 ] {d16599b2-1499-4510-b1c0-0eca0e808865} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
7389 | 2024.07.25 02:12:22.390824 [ 3 ] {d16599b2-1499-4510-b1c0-0eca0e808865} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7390 | 2024.07.25 02:12:22.390983 [ 3 ] {d16599b2-1499-4510-b1c0-0eca0e808865} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001404 sec., 42735.042735042734 rows/sec., 2.88 MiB/sec. | ||
7391 | 2024.07.25 02:12:22.391155 [ 3 ] {d16599b2-1499-4510-b1c0-0eca0e808865} <Debug> DynamicQueryHandler: Done processing query | ||
7392 | 2024.07.25 02:12:22.391179 [ 3 ] {d16599b2-1499-4510-b1c0-0eca0e808865} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7393 | 2024.07.25 02:12:22.391194 [ 3 ] {} <Debug> HTTP-Session: af19a95e-3c51-4a1e-b8ad-edb1b6d30ecf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7394 | 2024.07.25 02:12:27.357446 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 1489, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7395 | 2024.07.25 02:12:27.357589 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7396 | 2024.07.25 02:12:27.357620 [ 3 ] {} <Debug> HTTP-Session: c9b1f209-d998-4817-a629-349096c17348 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
7397 | 2024.07.25 02:12:27.357649 [ 3 ] {} <Debug> HTTP-Session: c9b1f209-d998-4817-a629-349096c17348 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7398 | 2024.07.25 02:12:27.357667 [ 3 ] {} <Debug> HTTP-Session: c9b1f209-d998-4817-a629-349096c17348 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7399 | 2024.07.25 02:12:27.357723 [ 3 ] {} <Trace> HTTP-Session: c9b1f209-d998-4817-a629-349096c17348 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7400 | 2024.07.25 02:12:27.357925 [ 3 ] {e70016f6-3572-47e2-b7f1-016e0a7967e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7401 | 2024.07.25 02:12:27.357999 [ 3 ] {e70016f6-3572-47e2-b7f1-016e0a7967e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7402 | 2024.07.25 02:12:27.358219 [ 3 ] {e70016f6-3572-47e2-b7f1-016e0a7967e0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7403 | 2024.07.25 02:12:27.358689 [ 3 ] {e70016f6-3572-47e2-b7f1-016e0a7967e0} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7404 | 2024.07.25 02:12:27.358735 [ 3 ] {e70016f6-3572-47e2-b7f1-016e0a7967e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
7405 | 2024.07.25 02:12:27.359109 [ 3 ] {e70016f6-3572-47e2-b7f1-016e0a7967e0} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
7406 | 2024.07.25 02:12:27.359459 [ 3 ] {e70016f6-3572-47e2-b7f1-016e0a7967e0} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7407 | 2024.07.25 02:12:27.359609 [ 3 ] {e70016f6-3572-47e2-b7f1-016e0a7967e0} <Debug> executeQuery: Read 10 rows, 830.00 B in 0.001745 sec., 5730.659025787965 rows/sec., 464.50 KiB/sec. | ||
7408 | 2024.07.25 02:12:27.359868 [ 3 ] {e70016f6-3572-47e2-b7f1-016e0a7967e0} <Debug> DynamicQueryHandler: Done processing query | ||
7409 | 2024.07.25 02:12:27.359896 [ 3 ] {e70016f6-3572-47e2-b7f1-016e0a7967e0} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7410 | 2024.07.25 02:12:27.359913 [ 3 ] {} <Debug> HTTP-Session: c9b1f209-d998-4817-a629-349096c17348 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7411 | 2024.07.25 02:12:27.360056 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 12377, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7412 | 2024.07.25 02:12:27.360114 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7413 | 2024.07.25 02:12:27.360135 [ 3 ] {} <Debug> HTTP-Session: c89d94c0-000d-4b7b-affa-8f165146be4e Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
7414 | 2024.07.25 02:12:27.360152 [ 3 ] {} <Debug> HTTP-Session: c89d94c0-000d-4b7b-affa-8f165146be4e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7415 | 2024.07.25 02:12:27.360166 [ 3 ] {} <Debug> HTTP-Session: c89d94c0-000d-4b7b-affa-8f165146be4e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7416 | 2024.07.25 02:12:27.360201 [ 3 ] {} <Trace> HTTP-Session: c89d94c0-000d-4b7b-affa-8f165146be4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7417 | 2024.07.25 02:12:27.360334 [ 3 ] {22d13e02-bc97-4120-8c23-eeaf73be1057} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7418 | 2024.07.25 02:12:27.360380 [ 3 ] {22d13e02-bc97-4120-8c23-eeaf73be1057} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7419 | 2024.07.25 02:12:27.360511 [ 3 ] {22d13e02-bc97-4120-8c23-eeaf73be1057} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7420 | 2024.07.25 02:12:27.360881 [ 3 ] {22d13e02-bc97-4120-8c23-eeaf73be1057} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7421 | 2024.07.25 02:12:27.360919 [ 3 ] {22d13e02-bc97-4120-8c23-eeaf73be1057} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
7422 | 2024.07.25 02:12:27.361250 [ 3 ] {22d13e02-bc97-4120-8c23-eeaf73be1057} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
7423 | 2024.07.25 02:12:27.361568 [ 3 ] {22d13e02-bc97-4120-8c23-eeaf73be1057} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7424 | 2024.07.25 02:12:27.361702 [ 3 ] {22d13e02-bc97-4120-8c23-eeaf73be1057} <Debug> executeQuery: Read 86 rows, 7.13 KiB in 0.001419 sec., 60606.06060606061 rows/sec., 4.90 MiB/sec. | ||
7425 | 2024.07.25 02:12:27.361870 [ 3 ] {22d13e02-bc97-4120-8c23-eeaf73be1057} <Debug> DynamicQueryHandler: Done processing query | ||
7426 | 2024.07.25 02:12:27.361894 [ 3 ] {22d13e02-bc97-4120-8c23-eeaf73be1057} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
7427 | 2024.07.25 02:12:27.361910 [ 3 ] {} <Debug> HTTP-Session: c89d94c0-000d-4b7b-affa-8f165146be4e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7428 | 2024.07.25 02:12:27.362029 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 12574, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7429 | 2024.07.25 02:12:27.362080 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7430 | 2024.07.25 02:12:27.362100 [ 3 ] {} <Debug> HTTP-Session: ed932195-1d7c-4e98-9bc1-c18855b7586e Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
7431 | 2024.07.25 02:12:27.362116 [ 3 ] {} <Debug> HTTP-Session: ed932195-1d7c-4e98-9bc1-c18855b7586e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7432 | 2024.07.25 02:12:27.362130 [ 3 ] {} <Debug> HTTP-Session: ed932195-1d7c-4e98-9bc1-c18855b7586e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7433 | 2024.07.25 02:12:27.362160 [ 3 ] {} <Trace> HTTP-Session: ed932195-1d7c-4e98-9bc1-c18855b7586e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7434 | 2024.07.25 02:12:27.362282 [ 3 ] {a03c8080-b507-402d-8151-88b88fb742c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7435 | 2024.07.25 02:12:27.362326 [ 3 ] {a03c8080-b507-402d-8151-88b88fb742c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7436 | 2024.07.25 02:12:27.362450 [ 3 ] {a03c8080-b507-402d-8151-88b88fb742c1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7437 | 2024.07.25 02:12:27.362840 [ 3 ] {a03c8080-b507-402d-8151-88b88fb742c1} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7438 | 2024.07.25 02:12:27.362875 [ 3 ] {a03c8080-b507-402d-8151-88b88fb742c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
7439 | 2024.07.25 02:12:27.363176 [ 3 ] {a03c8080-b507-402d-8151-88b88fb742c1} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
7440 | 2024.07.25 02:12:27.363485 [ 3 ] {a03c8080-b507-402d-8151-88b88fb742c1} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7441 | 2024.07.25 02:12:27.363627 [ 3 ] {a03c8080-b507-402d-8151-88b88fb742c1} <Debug> executeQuery: Read 74 rows, 5.92 KiB in 0.00139 sec., 53237.410071942446 rows/sec., 4.16 MiB/sec. | ||
7442 | 2024.07.25 02:12:27.363889 [ 3 ] {a03c8080-b507-402d-8151-88b88fb742c1} <Debug> DynamicQueryHandler: Done processing query | ||
7443 | 2024.07.25 02:12:27.363946 [ 3 ] {a03c8080-b507-402d-8151-88b88fb742c1} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
7444 | 2024.07.25 02:12:27.363990 [ 3 ] {} <Debug> HTTP-Session: ed932195-1d7c-4e98-9bc1-c18855b7586e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7445 | 2024.07.25 02:12:27.364173 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 30607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7446 | 2024.07.25 02:12:27.364225 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7447 | 2024.07.25 02:12:27.364245 [ 3 ] {} <Debug> HTTP-Session: 49833491-d9f0-40e8-8c4d-2ae8e80933d6 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
7448 | 2024.07.25 02:12:27.364261 [ 3 ] {} <Debug> HTTP-Session: 49833491-d9f0-40e8-8c4d-2ae8e80933d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7449 | 2024.07.25 02:12:27.364275 [ 3 ] {} <Debug> HTTP-Session: 49833491-d9f0-40e8-8c4d-2ae8e80933d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7450 | 2024.07.25 02:12:27.364307 [ 3 ] {} <Trace> HTTP-Session: 49833491-d9f0-40e8-8c4d-2ae8e80933d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7451 | 2024.07.25 02:12:27.364475 [ 3 ] {bd599e9f-25b3-4e44-82e0-419890acedbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7452 | 2024.07.25 02:12:27.364525 [ 3 ] {bd599e9f-25b3-4e44-82e0-419890acedbd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7453 | 2024.07.25 02:12:27.364688 [ 3 ] {bd599e9f-25b3-4e44-82e0-419890acedbd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7454 | 2024.07.25 02:12:27.365075 [ 3 ] {bd599e9f-25b3-4e44-82e0-419890acedbd} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7455 | 2024.07.25 02:12:27.365110 [ 3 ] {bd599e9f-25b3-4e44-82e0-419890acedbd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
7456 | 2024.07.25 02:12:27.365489 [ 3 ] {bd599e9f-25b3-4e44-82e0-419890acedbd} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
7457 | 2024.07.25 02:12:27.365826 [ 3 ] {bd599e9f-25b3-4e44-82e0-419890acedbd} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7458 | 2024.07.25 02:12:27.365956 [ 3 ] {bd599e9f-25b3-4e44-82e0-419890acedbd} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001573 sec., 101716.465352829 rows/sec., 7.08 MiB/sec. | ||
7459 | 2024.07.25 02:12:27.366124 [ 3 ] {bd599e9f-25b3-4e44-82e0-419890acedbd} <Debug> DynamicQueryHandler: Done processing query | ||
7460 | 2024.07.25 02:12:27.366150 [ 3 ] {bd599e9f-25b3-4e44-82e0-419890acedbd} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7461 | 2024.07.25 02:12:27.366165 [ 3 ] {} <Debug> HTTP-Session: 49833491-d9f0-40e8-8c4d-2ae8e80933d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7462 | 2024.07.25 02:12:27.366284 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 16052, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7463 | 2024.07.25 02:12:27.366334 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7464 | 2024.07.25 02:12:27.366352 [ 3 ] {} <Debug> HTTP-Session: f98cbaa2-48f8-4699-b154-9e176e9a37bf Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
7465 | 2024.07.25 02:12:27.366368 [ 3 ] {} <Debug> HTTP-Session: f98cbaa2-48f8-4699-b154-9e176e9a37bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7466 | 2024.07.25 02:12:27.366382 [ 3 ] {} <Debug> HTTP-Session: f98cbaa2-48f8-4699-b154-9e176e9a37bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7467 | 2024.07.25 02:12:27.366412 [ 3 ] {} <Trace> HTTP-Session: f98cbaa2-48f8-4699-b154-9e176e9a37bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7468 | 2024.07.25 02:12:27.366597 [ 3 ] {422e0f6a-553c-4026-914f-4d91827cca61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7469 | 2024.07.25 02:12:27.366660 [ 3 ] {422e0f6a-553c-4026-914f-4d91827cca61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
7470 | 2024.07.25 02:12:27.367060 [ 3 ] {422e0f6a-553c-4026-914f-4d91827cca61} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7471 | 2024.07.25 02:12:27.367630 [ 3 ] {422e0f6a-553c-4026-914f-4d91827cca61} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7472 | 2024.07.25 02:12:27.367664 [ 3 ] {422e0f6a-553c-4026-914f-4d91827cca61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
7473 | 2024.07.25 02:12:27.368245 [ 3 ] {422e0f6a-553c-4026-914f-4d91827cca61} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
7474 | 2024.07.25 02:12:27.368656 [ 3 ] {422e0f6a-553c-4026-914f-4d91827cca61} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7475 | 2024.07.25 02:12:27.368813 [ 3 ] {422e0f6a-553c-4026-914f-4d91827cca61} <Debug> executeQuery: Read 10 rows, 18.35 KiB in 0.002318 sec., 4314.063848144952 rows/sec., 7.73 MiB/sec. | ||
7476 | 2024.07.25 02:12:27.369231 [ 3 ] {422e0f6a-553c-4026-914f-4d91827cca61} <Debug> DynamicQueryHandler: Done processing query | ||
7477 | 2024.07.25 02:12:27.369256 [ 3 ] {422e0f6a-553c-4026-914f-4d91827cca61} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
7478 | 2024.07.25 02:12:27.369271 [ 3 ] {} <Debug> HTTP-Session: f98cbaa2-48f8-4699-b154-9e176e9a37bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7479 | 2024.07.25 02:12:27.369394 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7480 | 2024.07.25 02:12:27.369443 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7481 | 2024.07.25 02:12:27.369463 [ 3 ] {} <Debug> HTTP-Session: 0f643417-bf28-4ce6-91a8-8b3523b88dd9 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
7482 | 2024.07.25 02:12:27.369479 [ 3 ] {} <Debug> HTTP-Session: 0f643417-bf28-4ce6-91a8-8b3523b88dd9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7483 | 2024.07.25 02:12:27.369492 [ 3 ] {} <Debug> HTTP-Session: 0f643417-bf28-4ce6-91a8-8b3523b88dd9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7484 | 2024.07.25 02:12:27.369523 [ 3 ] {} <Trace> HTTP-Session: 0f643417-bf28-4ce6-91a8-8b3523b88dd9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7485 | 2024.07.25 02:12:27.369641 [ 3 ] {c7eafe71-fc56-4a73-afb9-1aa62f488b83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7486 | 2024.07.25 02:12:27.369685 [ 3 ] {c7eafe71-fc56-4a73-afb9-1aa62f488b83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7487 | 2024.07.25 02:12:27.369813 [ 3 ] {c7eafe71-fc56-4a73-afb9-1aa62f488b83} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7488 | 2024.07.25 02:12:27.370114 [ 3 ] {c7eafe71-fc56-4a73-afb9-1aa62f488b83} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7489 | 2024.07.25 02:12:27.370149 [ 3 ] {c7eafe71-fc56-4a73-afb9-1aa62f488b83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
7490 | 2024.07.25 02:12:27.370501 [ 3 ] {c7eafe71-fc56-4a73-afb9-1aa62f488b83} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
7491 | 2024.07.25 02:12:27.370830 [ 3 ] {c7eafe71-fc56-4a73-afb9-1aa62f488b83} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7492 | 2024.07.25 02:12:27.370965 [ 3 ] {c7eafe71-fc56-4a73-afb9-1aa62f488b83} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00137 sec., 43795.620437956204 rows/sec., 2.95 MiB/sec. | ||
7493 | 2024.07.25 02:12:27.371127 [ 3 ] {c7eafe71-fc56-4a73-afb9-1aa62f488b83} <Debug> DynamicQueryHandler: Done processing query | ||
7494 | 2024.07.25 02:12:27.371151 [ 3 ] {c7eafe71-fc56-4a73-afb9-1aa62f488b83} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7495 | 2024.07.25 02:12:27.371166 [ 3 ] {} <Debug> HTTP-Session: 0f643417-bf28-4ce6-91a8-8b3523b88dd9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7496 | 2024.07.25 02:12:32.362249 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 4045, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7497 | 2024.07.25 02:12:32.362393 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7498 | 2024.07.25 02:12:32.362423 [ 3 ] {} <Debug> HTTP-Session: b14db6e9-ab84-4afb-8fcc-ee552432f751 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
7499 | 2024.07.25 02:12:32.362451 [ 3 ] {} <Debug> HTTP-Session: b14db6e9-ab84-4afb-8fcc-ee552432f751 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7500 | 2024.07.25 02:12:32.362468 [ 3 ] {} <Debug> HTTP-Session: b14db6e9-ab84-4afb-8fcc-ee552432f751 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7501 | 2024.07.25 02:12:32.362524 [ 3 ] {} <Trace> HTTP-Session: b14db6e9-ab84-4afb-8fcc-ee552432f751 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7502 | 2024.07.25 02:12:32.362736 [ 3 ] {5ea45c60-d92e-4552-8344-4e265c49e2eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7503 | 2024.07.25 02:12:32.362811 [ 3 ] {5ea45c60-d92e-4552-8344-4e265c49e2eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7504 | 2024.07.25 02:12:32.363037 [ 3 ] {5ea45c60-d92e-4552-8344-4e265c49e2eb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7505 | 2024.07.25 02:12:32.363527 [ 3 ] {5ea45c60-d92e-4552-8344-4e265c49e2eb} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7506 | 2024.07.25 02:12:32.363576 [ 3 ] {5ea45c60-d92e-4552-8344-4e265c49e2eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
7507 | 2024.07.25 02:12:32.363968 [ 3 ] {5ea45c60-d92e-4552-8344-4e265c49e2eb} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
7508 | 2024.07.25 02:12:32.364320 [ 3 ] {5ea45c60-d92e-4552-8344-4e265c49e2eb} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7509 | 2024.07.25 02:12:32.364473 [ 3 ] {5ea45c60-d92e-4552-8344-4e265c49e2eb} <Debug> executeQuery: Read 29 rows, 2.20 KiB in 0.001802 sec., 16093.22974472808 rows/sec., 1.19 MiB/sec. | ||
7510 | 2024.07.25 02:12:32.364691 [ 3 ] {5ea45c60-d92e-4552-8344-4e265c49e2eb} <Debug> DynamicQueryHandler: Done processing query | ||
7511 | 2024.07.25 02:12:32.364721 [ 3 ] {5ea45c60-d92e-4552-8344-4e265c49e2eb} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7512 | 2024.07.25 02:12:32.364738 [ 3 ] {} <Debug> HTTP-Session: b14db6e9-ab84-4afb-8fcc-ee552432f751 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7513 | 2024.07.25 02:12:32.364928 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 34730, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7514 | 2024.07.25 02:12:32.364989 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7515 | 2024.07.25 02:12:32.365008 [ 3 ] {} <Debug> HTTP-Session: 35f640c7-7739-470f-977e-68fe23ff536e Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
7516 | 2024.07.25 02:12:32.365027 [ 3 ] {} <Debug> HTTP-Session: 35f640c7-7739-470f-977e-68fe23ff536e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7517 | 2024.07.25 02:12:32.365041 [ 3 ] {} <Debug> HTTP-Session: 35f640c7-7739-470f-977e-68fe23ff536e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7518 | 2024.07.25 02:12:32.365077 [ 3 ] {} <Trace> HTTP-Session: 35f640c7-7739-470f-977e-68fe23ff536e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7519 | 2024.07.25 02:12:32.365242 [ 3 ] {5cf95a99-c25f-4b8d-b98c-761ba31694bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7520 | 2024.07.25 02:12:32.365290 [ 3 ] {5cf95a99-c25f-4b8d-b98c-761ba31694bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7521 | 2024.07.25 02:12:32.365423 [ 3 ] {5cf95a99-c25f-4b8d-b98c-761ba31694bc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7522 | 2024.07.25 02:12:32.365914 [ 3 ] {5cf95a99-c25f-4b8d-b98c-761ba31694bc} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7523 | 2024.07.25 02:12:32.365953 [ 3 ] {5cf95a99-c25f-4b8d-b98c-761ba31694bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
7524 | 2024.07.25 02:12:32.366284 [ 3 ] {5cf95a99-c25f-4b8d-b98c-761ba31694bc} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
7525 | 2024.07.25 02:12:32.366600 [ 3 ] {5cf95a99-c25f-4b8d-b98c-761ba31694bc} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7526 | 2024.07.25 02:12:32.366730 [ 3 ] {5cf95a99-c25f-4b8d-b98c-761ba31694bc} <Debug> executeQuery: Read 230 rows, 20.76 KiB in 0.001565 sec., 146964.85623003196 rows/sec., 12.95 MiB/sec. | ||
7527 | 2024.07.25 02:12:32.367002 [ 3 ] {5cf95a99-c25f-4b8d-b98c-761ba31694bc} <Debug> DynamicQueryHandler: Done processing query | ||
7528 | 2024.07.25 02:12:32.367041 [ 3 ] {5cf95a99-c25f-4b8d-b98c-761ba31694bc} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
7529 | 2024.07.25 02:12:32.367058 [ 3 ] {} <Debug> HTTP-Session: 35f640c7-7739-470f-977e-68fe23ff536e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7530 | 2024.07.25 02:12:32.367230 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 65459, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7531 | 2024.07.25 02:12:32.367283 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7532 | 2024.07.25 02:12:32.367302 [ 3 ] {} <Debug> HTTP-Session: accbab42-661d-4c49-bf27-2074853a6b14 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
7533 | 2024.07.25 02:12:32.367318 [ 3 ] {} <Debug> HTTP-Session: accbab42-661d-4c49-bf27-2074853a6b14 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7534 | 2024.07.25 02:12:32.367332 [ 3 ] {} <Debug> HTTP-Session: accbab42-661d-4c49-bf27-2074853a6b14 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7535 | 2024.07.25 02:12:32.367364 [ 3 ] {} <Trace> HTTP-Session: accbab42-661d-4c49-bf27-2074853a6b14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7536 | 2024.07.25 02:12:32.367576 [ 3 ] {841779ee-6694-47f3-9ff1-b5d73d2eb011} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7537 | 2024.07.25 02:12:32.367622 [ 3 ] {841779ee-6694-47f3-9ff1-b5d73d2eb011} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7538 | 2024.07.25 02:12:32.367768 [ 3 ] {841779ee-6694-47f3-9ff1-b5d73d2eb011} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7539 | 2024.07.25 02:12:32.368334 [ 3 ] {841779ee-6694-47f3-9ff1-b5d73d2eb011} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7540 | 2024.07.25 02:12:32.368369 [ 3 ] {841779ee-6694-47f3-9ff1-b5d73d2eb011} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
7541 | 2024.07.25 02:12:32.368696 [ 3 ] {841779ee-6694-47f3-9ff1-b5d73d2eb011} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
7542 | 2024.07.25 02:12:32.369010 [ 3 ] {841779ee-6694-47f3-9ff1-b5d73d2eb011} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7543 | 2024.07.25 02:12:32.369143 [ 3 ] {841779ee-6694-47f3-9ff1-b5d73d2eb011} <Debug> executeQuery: Read 405 rows, 29.32 KiB in 0.001681 sec., 240928.01903628794 rows/sec., 17.03 MiB/sec. | ||
7544 | 2024.07.25 02:12:32.369313 [ 3 ] {841779ee-6694-47f3-9ff1-b5d73d2eb011} <Debug> DynamicQueryHandler: Done processing query | ||
7545 | 2024.07.25 02:12:32.369338 [ 3 ] {841779ee-6694-47f3-9ff1-b5d73d2eb011} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
7546 | 2024.07.25 02:12:32.369355 [ 3 ] {} <Debug> HTTP-Session: accbab42-661d-4c49-bf27-2074853a6b14 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7547 | 2024.07.25 02:12:32.369482 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7548 | 2024.07.25 02:12:32.369531 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7549 | 2024.07.25 02:12:32.369550 [ 3 ] {} <Debug> HTTP-Session: 931d1ac5-9e8c-46de-8842-adec12860561 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
7550 | 2024.07.25 02:12:32.369567 [ 3 ] {} <Debug> HTTP-Session: 931d1ac5-9e8c-46de-8842-adec12860561 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7551 | 2024.07.25 02:12:32.369581 [ 3 ] {} <Debug> HTTP-Session: 931d1ac5-9e8c-46de-8842-adec12860561 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7552 | 2024.07.25 02:12:32.369613 [ 3 ] {} <Trace> HTTP-Session: 931d1ac5-9e8c-46de-8842-adec12860561 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7553 | 2024.07.25 02:12:32.369712 [ 3 ] {ce958d0a-4942-40e3-aa82-5ee2710b86a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
7554 | 2024.07.25 02:12:32.369757 [ 3 ] {ce958d0a-4942-40e3-aa82-5ee2710b86a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
7555 | 2024.07.25 02:12:32.369886 [ 3 ] {ce958d0a-4942-40e3-aa82-5ee2710b86a1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7556 | 2024.07.25 02:12:32.370206 [ 3 ] {ce958d0a-4942-40e3-aa82-5ee2710b86a1} <Trace> oximeter.measurements_bool (8163702d-f428-4b08-bb37-b5af976016c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7557 | 2024.07.25 02:12:32.370241 [ 3 ] {ce958d0a-4942-40e3-aa82-5ee2710b86a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
7558 | 2024.07.25 02:12:32.370591 [ 3 ] {ce958d0a-4942-40e3-aa82-5ee2710b86a1} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
7559 | 2024.07.25 02:12:32.370919 [ 3 ] {ce958d0a-4942-40e3-aa82-5ee2710b86a1} <Trace> oximeter.measurements_bool (8163702d-f428-4b08-bb37-b5af976016c8): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7560 | 2024.07.25 02:12:32.371043 [ 3 ] {ce958d0a-4942-40e3-aa82-5ee2710b86a1} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001356 sec., 4424.778761061947 rows/sec., 190.13 KiB/sec. | ||
7561 | 2024.07.25 02:12:32.371342 [ 3 ] {ce958d0a-4942-40e3-aa82-5ee2710b86a1} <Debug> DynamicQueryHandler: Done processing query | ||
7562 | 2024.07.25 02:12:32.371367 [ 3 ] {ce958d0a-4942-40e3-aa82-5ee2710b86a1} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
7563 | 2024.07.25 02:12:32.371383 [ 3 ] {} <Debug> HTTP-Session: 931d1ac5-9e8c-46de-8842-adec12860561 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7564 | 2024.07.25 02:12:32.371505 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 14082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7565 | 2024.07.25 02:12:32.371553 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7566 | 2024.07.25 02:12:32.371573 [ 3 ] {} <Debug> HTTP-Session: c4602009-3479-4771-81f2-64af8517b3b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
7567 | 2024.07.25 02:12:32.371589 [ 3 ] {} <Debug> HTTP-Session: c4602009-3479-4771-81f2-64af8517b3b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7568 | 2024.07.25 02:12:32.371602 [ 3 ] {} <Debug> HTTP-Session: c4602009-3479-4771-81f2-64af8517b3b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7569 | 2024.07.25 02:12:32.371633 [ 3 ] {} <Trace> HTTP-Session: c4602009-3479-4771-81f2-64af8517b3b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7570 | 2024.07.25 02:12:32.371751 [ 3 ] {8f73a8ac-4714-413c-a8c5-e3406824b3ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
7571 | 2024.07.25 02:12:32.371799 [ 3 ] {8f73a8ac-4714-413c-a8c5-e3406824b3ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
7572 | 2024.07.25 02:12:32.371972 [ 3 ] {8f73a8ac-4714-413c-a8c5-e3406824b3ae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7573 | 2024.07.25 02:12:32.372316 [ 3 ] {8f73a8ac-4714-413c-a8c5-e3406824b3ae} <Trace> oximeter.measurements_cumulativei64 (ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7574 | 2024.07.25 02:12:32.372352 [ 3 ] {8f73a8ac-4714-413c-a8c5-e3406824b3ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
7575 | 2024.07.25 02:12:32.372712 [ 3 ] {8f73a8ac-4714-413c-a8c5-e3406824b3ae} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
7576 | 2024.07.25 02:12:32.373047 [ 3 ] {8f73a8ac-4714-413c-a8c5-e3406824b3ae} <Trace> oximeter.measurements_cumulativei64 (ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7577 | 2024.07.25 02:12:32.373175 [ 3 ] {8f73a8ac-4714-413c-a8c5-e3406824b3ae} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001469 sec., 52416.60993873383 rows/sec., 3.23 MiB/sec. | ||
7578 | 2024.07.25 02:12:32.373460 [ 3 ] {8f73a8ac-4714-413c-a8c5-e3406824b3ae} <Debug> DynamicQueryHandler: Done processing query | ||
7579 | 2024.07.25 02:12:32.373485 [ 3 ] {8f73a8ac-4714-413c-a8c5-e3406824b3ae} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7580 | 2024.07.25 02:12:32.373500 [ 3 ] {} <Debug> HTTP-Session: c4602009-3479-4771-81f2-64af8517b3b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7581 | 2024.07.25 02:12:32.373658 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 30607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7582 | 2024.07.25 02:12:32.373708 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7583 | 2024.07.25 02:12:32.373726 [ 3 ] {} <Debug> HTTP-Session: 88900208-a1cc-4115-8d0f-6d0550722b0d Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
7584 | 2024.07.25 02:12:32.373742 [ 3 ] {} <Debug> HTTP-Session: 88900208-a1cc-4115-8d0f-6d0550722b0d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7585 | 2024.07.25 02:12:32.373755 [ 3 ] {} <Debug> HTTP-Session: 88900208-a1cc-4115-8d0f-6d0550722b0d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7586 | 2024.07.25 02:12:32.373786 [ 3 ] {} <Trace> HTTP-Session: 88900208-a1cc-4115-8d0f-6d0550722b0d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7587 | 2024.07.25 02:12:32.373942 [ 3 ] {60af742d-ed06-4c84-bbfc-6c0160b13629} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7588 | 2024.07.25 02:12:32.373988 [ 3 ] {60af742d-ed06-4c84-bbfc-6c0160b13629} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7589 | 2024.07.25 02:12:32.374150 [ 3 ] {60af742d-ed06-4c84-bbfc-6c0160b13629} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7590 | 2024.07.25 02:12:32.374539 [ 3 ] {60af742d-ed06-4c84-bbfc-6c0160b13629} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7591 | 2024.07.25 02:12:32.374574 [ 3 ] {60af742d-ed06-4c84-bbfc-6c0160b13629} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
7592 | 2024.07.25 02:12:32.374934 [ 3 ] {60af742d-ed06-4c84-bbfc-6c0160b13629} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
7593 | 2024.07.25 02:12:32.375277 [ 3 ] {60af742d-ed06-4c84-bbfc-6c0160b13629} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7594 | 2024.07.25 02:12:32.375402 [ 3 ] {60af742d-ed06-4c84-bbfc-6c0160b13629} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001542 sec., 103761.34889753567 rows/sec., 7.23 MiB/sec. | ||
7595 | 2024.07.25 02:12:32.375678 [ 3 ] {60af742d-ed06-4c84-bbfc-6c0160b13629} <Debug> DynamicQueryHandler: Done processing query | ||
7596 | 2024.07.25 02:12:32.375721 [ 3 ] {60af742d-ed06-4c84-bbfc-6c0160b13629} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7597 | 2024.07.25 02:12:32.375753 [ 3 ] {} <Debug> HTTP-Session: 88900208-a1cc-4115-8d0f-6d0550722b0d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7598 | 2024.07.25 02:12:32.375946 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 37076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7599 | 2024.07.25 02:12:32.376009 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7600 | 2024.07.25 02:12:32.376036 [ 3 ] {} <Debug> HTTP-Session: ccb7880b-8347-4708-866b-7147b0aa0ea9 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
7601 | 2024.07.25 02:12:32.376058 [ 3 ] {} <Debug> HTTP-Session: ccb7880b-8347-4708-866b-7147b0aa0ea9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7602 | 2024.07.25 02:12:32.376077 [ 3 ] {} <Debug> HTTP-Session: ccb7880b-8347-4708-866b-7147b0aa0ea9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7603 | 2024.07.25 02:12:32.376118 [ 3 ] {} <Trace> HTTP-Session: ccb7880b-8347-4708-866b-7147b0aa0ea9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7604 | 2024.07.25 02:12:32.376549 [ 3 ] {dac6417b-eead-41a6-8190-b6a8298a5160} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7605 | 2024.07.25 02:12:32.376651 [ 3 ] {dac6417b-eead-41a6-8190-b6a8298a5160} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
7606 | 2024.07.25 02:12:32.377321 [ 3 ] {dac6417b-eead-41a6-8190-b6a8298a5160} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7607 | 2024.07.25 02:12:32.378208 [ 3 ] {dac6417b-eead-41a6-8190-b6a8298a5160} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7608 | 2024.07.25 02:12:32.378288 [ 3 ] {dac6417b-eead-41a6-8190-b6a8298a5160} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
7609 | 2024.07.25 02:12:32.379050 [ 3 ] {dac6417b-eead-41a6-8190-b6a8298a5160} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
7610 | 2024.07.25 02:12:32.379493 [ 3 ] {dac6417b-eead-41a6-8190-b6a8298a5160} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7611 | 2024.07.25 02:12:32.379651 [ 3 ] {dac6417b-eead-41a6-8190-b6a8298a5160} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.003406 sec., 6752.789195537287 rows/sec., 12.10 MiB/sec. | ||
7612 | 2024.07.25 02:12:32.380202 [ 3 ] {dac6417b-eead-41a6-8190-b6a8298a5160} <Debug> DynamicQueryHandler: Done processing query | ||
7613 | 2024.07.25 02:12:32.380228 [ 3 ] {dac6417b-eead-41a6-8190-b6a8298a5160} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
7614 | 2024.07.25 02:12:32.380244 [ 3 ] {} <Debug> HTTP-Session: ccb7880b-8347-4708-866b-7147b0aa0ea9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7615 | 2024.07.25 02:12:32.380364 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 3211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7616 | 2024.07.25 02:12:32.380415 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7617 | 2024.07.25 02:12:32.380433 [ 3 ] {} <Debug> HTTP-Session: 8f7f059e-3ae1-4111-8cf0-c4bd672b5f9d Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
7618 | 2024.07.25 02:12:32.380449 [ 3 ] {} <Debug> HTTP-Session: 8f7f059e-3ae1-4111-8cf0-c4bd672b5f9d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7619 | 2024.07.25 02:12:32.380463 [ 3 ] {} <Debug> HTTP-Session: 8f7f059e-3ae1-4111-8cf0-c4bd672b5f9d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7620 | 2024.07.25 02:12:32.380495 [ 3 ] {} <Trace> HTTP-Session: 8f7f059e-3ae1-4111-8cf0-c4bd672b5f9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7621 | 2024.07.25 02:12:32.380601 [ 3 ] {109f3e43-c5c3-4704-8d16-a00d08866b31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
7622 | 2024.07.25 02:12:32.380647 [ 3 ] {109f3e43-c5c3-4704-8d16-a00d08866b31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
7623 | 2024.07.25 02:12:32.380794 [ 3 ] {109f3e43-c5c3-4704-8d16-a00d08866b31} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7624 | 2024.07.25 02:12:32.381095 [ 3 ] {109f3e43-c5c3-4704-8d16-a00d08866b31} <Trace> oximeter.measurements_i64 (4af3948b-7ee8-4a0a-bff7-9db9837b5273): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7625 | 2024.07.25 02:12:32.381133 [ 3 ] {109f3e43-c5c3-4704-8d16-a00d08866b31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
7626 | 2024.07.25 02:12:32.381483 [ 3 ] {109f3e43-c5c3-4704-8d16-a00d08866b31} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
7627 | 2024.07.25 02:12:32.381818 [ 3 ] {109f3e43-c5c3-4704-8d16-a00d08866b31} <Trace> oximeter.measurements_i64 (4af3948b-7ee8-4a0a-bff7-9db9837b5273): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7628 | 2024.07.25 02:12:32.381943 [ 3 ] {109f3e43-c5c3-4704-8d16-a00d08866b31} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001377 sec., 16702.977487291213 rows/sec., 903.52 KiB/sec. | ||
7629 | 2024.07.25 02:12:32.382101 [ 3 ] {109f3e43-c5c3-4704-8d16-a00d08866b31} <Debug> DynamicQueryHandler: Done processing query | ||
7630 | 2024.07.25 02:12:32.382124 [ 3 ] {109f3e43-c5c3-4704-8d16-a00d08866b31} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
7631 | 2024.07.25 02:12:32.382138 [ 3 ] {} <Debug> HTTP-Session: 8f7f059e-3ae1-4111-8cf0-c4bd672b5f9d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7632 | 2024.07.25 02:12:32.382252 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7633 | 2024.07.25 02:12:32.382298 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7634 | 2024.07.25 02:12:32.382316 [ 3 ] {} <Debug> HTTP-Session: 1d1d549c-d9cc-4317-a7fa-ad0f866107ac Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
7635 | 2024.07.25 02:12:32.382331 [ 3 ] {} <Debug> HTTP-Session: 1d1d549c-d9cc-4317-a7fa-ad0f866107ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7636 | 2024.07.25 02:12:32.382343 [ 3 ] {} <Debug> HTTP-Session: 1d1d549c-d9cc-4317-a7fa-ad0f866107ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7637 | 2024.07.25 02:12:32.382372 [ 3 ] {} <Trace> HTTP-Session: 1d1d549c-d9cc-4317-a7fa-ad0f866107ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7638 | 2024.07.25 02:12:32.382478 [ 3 ] {d4a56801-129c-4f09-8a11-04889c8663e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7639 | 2024.07.25 02:12:32.382520 [ 3 ] {d4a56801-129c-4f09-8a11-04889c8663e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7640 | 2024.07.25 02:12:32.382640 [ 3 ] {d4a56801-129c-4f09-8a11-04889c8663e5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7641 | 2024.07.25 02:12:32.383018 [ 3 ] {d4a56801-129c-4f09-8a11-04889c8663e5} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7642 | 2024.07.25 02:12:32.383054 [ 3 ] {d4a56801-129c-4f09-8a11-04889c8663e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
7643 | 2024.07.25 02:12:32.383413 [ 3 ] {d4a56801-129c-4f09-8a11-04889c8663e5} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
7644 | 2024.07.25 02:12:32.383744 [ 3 ] {d4a56801-129c-4f09-8a11-04889c8663e5} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7645 | 2024.07.25 02:12:32.383868 [ 3 ] {d4a56801-129c-4f09-8a11-04889c8663e5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001384 sec., 43352.601156069366 rows/sec., 2.92 MiB/sec. | ||
7646 | 2024.07.25 02:12:32.384123 [ 3 ] {d4a56801-129c-4f09-8a11-04889c8663e5} <Debug> DynamicQueryHandler: Done processing query | ||
7647 | 2024.07.25 02:12:32.384168 [ 3 ] {d4a56801-129c-4f09-8a11-04889c8663e5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7648 | 2024.07.25 02:12:32.384193 [ 3 ] {} <Debug> HTTP-Session: 1d1d549c-d9cc-4317-a7fa-ad0f866107ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7649 | 2024.07.25 02:12:36.242213 [ 54 ] {} <Debug> DNSResolver: Updating DNS cache | ||
7650 | 2024.07.25 02:12:36.242286 [ 54 ] {} <Debug> DNSResolver: Updated DNS cache | ||
7651 | 2024.07.25 02:12:37.357122 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 1489, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7652 | 2024.07.25 02:12:37.357228 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7653 | 2024.07.25 02:12:37.357252 [ 3 ] {} <Debug> HTTP-Session: c09e214d-cb85-4d30-aeef-2e912a668064 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
7654 | 2024.07.25 02:12:37.357277 [ 3 ] {} <Debug> HTTP-Session: c09e214d-cb85-4d30-aeef-2e912a668064 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7655 | 2024.07.25 02:12:37.357291 [ 3 ] {} <Debug> HTTP-Session: c09e214d-cb85-4d30-aeef-2e912a668064 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7656 | 2024.07.25 02:12:37.357339 [ 3 ] {} <Trace> HTTP-Session: c09e214d-cb85-4d30-aeef-2e912a668064 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7657 | 2024.07.25 02:12:37.357518 [ 3 ] {505653e4-af81-4afb-8059-ac1987881961} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7658 | 2024.07.25 02:12:37.357585 [ 3 ] {505653e4-af81-4afb-8059-ac1987881961} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7659 | 2024.07.25 02:12:37.357775 [ 3 ] {505653e4-af81-4afb-8059-ac1987881961} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7660 | 2024.07.25 02:12:37.358228 [ 3 ] {505653e4-af81-4afb-8059-ac1987881961} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7661 | 2024.07.25 02:12:37.358269 [ 3 ] {505653e4-af81-4afb-8059-ac1987881961} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
7662 | 2024.07.25 02:12:37.358623 [ 3 ] {505653e4-af81-4afb-8059-ac1987881961} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
7663 | 2024.07.25 02:12:37.358964 [ 3 ] {505653e4-af81-4afb-8059-ac1987881961} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7664 | 2024.07.25 02:12:37.359104 [ 3 ] {505653e4-af81-4afb-8059-ac1987881961} <Debug> executeQuery: Read 10 rows, 830.00 B in 0.001641 sec., 6093.845216331505 rows/sec., 493.93 KiB/sec. | ||
7665 | 2024.07.25 02:12:37.359295 [ 3 ] {505653e4-af81-4afb-8059-ac1987881961} <Debug> DynamicQueryHandler: Done processing query | ||
7666 | 2024.07.25 02:12:37.359322 [ 3 ] {505653e4-af81-4afb-8059-ac1987881961} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7667 | 2024.07.25 02:12:37.359338 [ 3 ] {} <Debug> HTTP-Session: c09e214d-cb85-4d30-aeef-2e912a668064 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7668 | 2024.07.25 02:12:37.359487 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 12377, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7669 | 2024.07.25 02:12:37.359536 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7670 | 2024.07.25 02:12:37.359556 [ 3 ] {} <Debug> HTTP-Session: 27a3b51e-d4af-4227-a701-121381afb580 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
7671 | 2024.07.25 02:12:37.359572 [ 3 ] {} <Debug> HTTP-Session: 27a3b51e-d4af-4227-a701-121381afb580 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7672 | 2024.07.25 02:12:37.359586 [ 3 ] {} <Debug> HTTP-Session: 27a3b51e-d4af-4227-a701-121381afb580 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7673 | 2024.07.25 02:12:37.359618 [ 3 ] {} <Trace> HTTP-Session: 27a3b51e-d4af-4227-a701-121381afb580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7674 | 2024.07.25 02:12:37.359734 [ 3 ] {5a06424f-502b-4808-b5b2-e9359406a383} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7675 | 2024.07.25 02:12:37.359778 [ 3 ] {5a06424f-502b-4808-b5b2-e9359406a383} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7676 | 2024.07.25 02:12:37.359903 [ 3 ] {5a06424f-502b-4808-b5b2-e9359406a383} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7677 | 2024.07.25 02:12:37.360279 [ 3 ] {5a06424f-502b-4808-b5b2-e9359406a383} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7678 | 2024.07.25 02:12:37.360315 [ 3 ] {5a06424f-502b-4808-b5b2-e9359406a383} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
7679 | 2024.07.25 02:12:37.360615 [ 3 ] {5a06424f-502b-4808-b5b2-e9359406a383} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
7680 | 2024.07.25 02:12:37.360918 [ 3 ] {5a06424f-502b-4808-b5b2-e9359406a383} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7681 | 2024.07.25 02:12:37.361046 [ 3 ] {5a06424f-502b-4808-b5b2-e9359406a383} <Debug> executeQuery: Read 86 rows, 7.13 KiB in 0.001354 sec., 63515.509601181686 rows/sec., 5.14 MiB/sec. | ||
7682 | 2024.07.25 02:12:37.361202 [ 3 ] {5a06424f-502b-4808-b5b2-e9359406a383} <Debug> DynamicQueryHandler: Done processing query | ||
7683 | 2024.07.25 02:12:37.361227 [ 3 ] {5a06424f-502b-4808-b5b2-e9359406a383} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
7684 | 2024.07.25 02:12:37.361243 [ 3 ] {} <Debug> HTTP-Session: 27a3b51e-d4af-4227-a701-121381afb580 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7685 | 2024.07.25 02:12:37.361375 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 12574, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7686 | 2024.07.25 02:12:37.361424 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7687 | 2024.07.25 02:12:37.361442 [ 3 ] {} <Debug> HTTP-Session: 626c2dee-f55f-4fa4-9b83-2cfa6c745e94 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
7688 | 2024.07.25 02:12:37.361458 [ 3 ] {} <Debug> HTTP-Session: 626c2dee-f55f-4fa4-9b83-2cfa6c745e94 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7689 | 2024.07.25 02:12:37.361471 [ 3 ] {} <Debug> HTTP-Session: 626c2dee-f55f-4fa4-9b83-2cfa6c745e94 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7690 | 2024.07.25 02:12:37.361502 [ 3 ] {} <Trace> HTTP-Session: 626c2dee-f55f-4fa4-9b83-2cfa6c745e94 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7691 | 2024.07.25 02:12:37.361621 [ 3 ] {de368b11-f24a-4fee-873f-c77cd524ac20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7692 | 2024.07.25 02:12:37.361664 [ 3 ] {de368b11-f24a-4fee-873f-c77cd524ac20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7693 | 2024.07.25 02:12:37.361788 [ 3 ] {de368b11-f24a-4fee-873f-c77cd524ac20} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7694 | 2024.07.25 02:12:37.362149 [ 3 ] {de368b11-f24a-4fee-873f-c77cd524ac20} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7695 | 2024.07.25 02:12:37.362186 [ 3 ] {de368b11-f24a-4fee-873f-c77cd524ac20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
7696 | 2024.07.25 02:12:37.362484 [ 3 ] {de368b11-f24a-4fee-873f-c77cd524ac20} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
7697 | 2024.07.25 02:12:37.362789 [ 3 ] {de368b11-f24a-4fee-873f-c77cd524ac20} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7698 | 2024.07.25 02:12:37.362920 [ 3 ] {de368b11-f24a-4fee-873f-c77cd524ac20} <Debug> executeQuery: Read 74 rows, 5.92 KiB in 0.001342 sec., 55141.57973174366 rows/sec., 4.31 MiB/sec. | ||
7699 | 2024.07.25 02:12:37.363077 [ 3 ] {de368b11-f24a-4fee-873f-c77cd524ac20} <Debug> DynamicQueryHandler: Done processing query | ||
7700 | 2024.07.25 02:12:37.363102 [ 3 ] {de368b11-f24a-4fee-873f-c77cd524ac20} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
7701 | 2024.07.25 02:12:37.363117 [ 3 ] {} <Debug> HTTP-Session: 626c2dee-f55f-4fa4-9b83-2cfa6c745e94 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7702 | 2024.07.25 02:12:37.363266 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 30607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7703 | 2024.07.25 02:12:37.363314 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7704 | 2024.07.25 02:12:37.363333 [ 3 ] {} <Debug> HTTP-Session: 5544ca9f-2775-4e12-93bf-46e2d59efcf2 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
7705 | 2024.07.25 02:12:37.363350 [ 3 ] {} <Debug> HTTP-Session: 5544ca9f-2775-4e12-93bf-46e2d59efcf2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7706 | 2024.07.25 02:12:37.363363 [ 3 ] {} <Debug> HTTP-Session: 5544ca9f-2775-4e12-93bf-46e2d59efcf2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7707 | 2024.07.25 02:12:37.363394 [ 3 ] {} <Trace> HTTP-Session: 5544ca9f-2775-4e12-93bf-46e2d59efcf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7708 | 2024.07.25 02:12:37.363540 [ 3 ] {9c8cac69-5c41-4043-ac57-748cec012904} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7709 | 2024.07.25 02:12:37.363586 [ 3 ] {9c8cac69-5c41-4043-ac57-748cec012904} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7710 | 2024.07.25 02:12:37.363729 [ 3 ] {9c8cac69-5c41-4043-ac57-748cec012904} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7711 | 2024.07.25 02:12:37.364099 [ 3 ] {9c8cac69-5c41-4043-ac57-748cec012904} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7712 | 2024.07.25 02:12:37.364135 [ 3 ] {9c8cac69-5c41-4043-ac57-748cec012904} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
7713 | 2024.07.25 02:12:37.364507 [ 3 ] {9c8cac69-5c41-4043-ac57-748cec012904} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
7714 | 2024.07.25 02:12:37.364850 [ 3 ] {9c8cac69-5c41-4043-ac57-748cec012904} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7715 | 2024.07.25 02:12:37.364975 [ 3 ] {9c8cac69-5c41-4043-ac57-748cec012904} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001506 sec., 106241.69986719788 rows/sec., 7.40 MiB/sec. | ||
7716 | 2024.07.25 02:12:37.365123 [ 3 ] {9c8cac69-5c41-4043-ac57-748cec012904} <Debug> DynamicQueryHandler: Done processing query | ||
7717 | 2024.07.25 02:12:37.365147 [ 3 ] {9c8cac69-5c41-4043-ac57-748cec012904} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7718 | 2024.07.25 02:12:37.365162 [ 3 ] {} <Debug> HTTP-Session: 5544ca9f-2775-4e12-93bf-46e2d59efcf2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7719 | 2024.07.25 02:12:37.365291 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 16089, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7720 | 2024.07.25 02:12:37.365338 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7721 | 2024.07.25 02:12:37.365358 [ 3 ] {} <Debug> HTTP-Session: 66902ca6-5be0-4271-a2ef-85df04d4aabb Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
7722 | 2024.07.25 02:12:37.365374 [ 3 ] {} <Debug> HTTP-Session: 66902ca6-5be0-4271-a2ef-85df04d4aabb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7723 | 2024.07.25 02:12:37.365387 [ 3 ] {} <Debug> HTTP-Session: 66902ca6-5be0-4271-a2ef-85df04d4aabb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7724 | 2024.07.25 02:12:37.365418 [ 3 ] {} <Trace> HTTP-Session: 66902ca6-5be0-4271-a2ef-85df04d4aabb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7725 | 2024.07.25 02:12:37.365596 [ 3 ] {865765e1-81df-45b0-b10a-2725ff295144} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7726 | 2024.07.25 02:12:37.365657 [ 3 ] {865765e1-81df-45b0-b10a-2725ff295144} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
7727 | 2024.07.25 02:12:37.366055 [ 3 ] {865765e1-81df-45b0-b10a-2725ff295144} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7728 | 2024.07.25 02:12:37.366590 [ 3 ] {865765e1-81df-45b0-b10a-2725ff295144} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7729 | 2024.07.25 02:12:37.366626 [ 3 ] {865765e1-81df-45b0-b10a-2725ff295144} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
7730 | 2024.07.25 02:12:37.367192 [ 3 ] {865765e1-81df-45b0-b10a-2725ff295144} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
7731 | 2024.07.25 02:12:37.367609 [ 3 ] {865765e1-81df-45b0-b10a-2725ff295144} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7732 | 2024.07.25 02:12:37.367741 [ 27 ] {} <Debug> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
7733 | 2024.07.25 02:12:37.367759 [ 3 ] {865765e1-81df-45b0-b10a-2725ff295144} <Debug> executeQuery: Read 10 rows, 18.35 KiB in 0.00227 sec., 4405.286343612335 rows/sec., 7.89 MiB/sec. | ||
7734 | 2024.07.25 02:12:37.367781 [ 27 ] {} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7735 | 2024.07.25 02:12:37.367819 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
7736 | 2024.07.25 02:12:37.368049 [ 186 ] {1b204426-e0ed-4472-aac2-bb616a256d25::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 | ||
7737 | 2024.07.25 02:12:37.368142 [ 3 ] {865765e1-81df-45b0-b10a-2725ff295144} <Debug> DynamicQueryHandler: Done processing query | ||
7738 | 2024.07.25 02:12:37.368186 [ 3 ] {865765e1-81df-45b0-b10a-2725ff295144} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
7739 | 2024.07.25 02:12:37.368219 [ 3 ] {} <Debug> HTTP-Session: 66902ca6-5be0-4271-a2ef-85df04d4aabb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7740 | 2024.07.25 02:12:37.368406 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7741 | 2024.07.25 02:12:37.368523 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7742 | 2024.07.25 02:12:37.368579 [ 3 ] {} <Debug> HTTP-Session: 4bf6c72e-c6d9-4522-9f08-fe5def8a2071 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
7743 | 2024.07.25 02:12:37.368632 [ 3 ] {} <Debug> HTTP-Session: 4bf6c72e-c6d9-4522-9f08-fe5def8a2071 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7744 | 2024.07.25 02:12:37.368681 [ 3 ] {} <Debug> HTTP-Session: 4bf6c72e-c6d9-4522-9f08-fe5def8a2071 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7745 | 2024.07.25 02:12:37.368702 [ 186 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7746 | 2024.07.25 02:12:37.368752 [ 3 ] {} <Trace> HTTP-Session: 4bf6c72e-c6d9-4522-9f08-fe5def8a2071 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7747 | 2024.07.25 02:12:37.368849 [ 186 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 439 rows starting from the beginning of the part | ||
7748 | 2024.07.25 02:12:37.369041 [ 3 ] {6f3eb810-5b6b-419d-9cc0-148ce1d7e89a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7749 | 2024.07.25 02:12:37.369278 [ 3 ] {6f3eb810-5b6b-419d-9cc0-148ce1d7e89a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7750 | 2024.07.25 02:12:37.369545 [ 186 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 10 rows starting from the beginning of the part | ||
7751 | 2024.07.25 02:12:37.370108 [ 3 ] {6f3eb810-5b6b-419d-9cc0-148ce1d7e89a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7752 | 2024.07.25 02:12:37.370415 [ 186 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 23 rows starting from the beginning of the part | ||
7753 | 2024.07.25 02:12:37.371113 [ 186 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 10 rows starting from the beginning of the part | ||
7754 | 2024.07.25 02:12:37.371307 [ 3 ] {6f3eb810-5b6b-419d-9cc0-148ce1d7e89a} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7755 | 2024.07.25 02:12:37.371431 [ 3 ] {6f3eb810-5b6b-419d-9cc0-148ce1d7e89a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
7756 | 2024.07.25 02:12:37.371794 [ 186 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 23 rows starting from the beginning of the part | ||
7757 | 2024.07.25 02:12:37.372423 [ 186 ] {1b204426-e0ed-4472-aac2-bb616a256d25::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 | ||
7758 | 2024.07.25 02:12:37.372791 [ 3 ] {6f3eb810-5b6b-419d-9cc0-148ce1d7e89a} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
7759 | 2024.07.25 02:12:37.373775 [ 3 ] {6f3eb810-5b6b-419d-9cc0-148ce1d7e89a} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7760 | 2024.07.25 02:12:37.374146 [ 3 ] {6f3eb810-5b6b-419d-9cc0-148ce1d7e89a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005221 sec., 11492.051331162613 rows/sec., 793.07 KiB/sec. | ||
7761 | 2024.07.25 02:12:37.374536 [ 3 ] {6f3eb810-5b6b-419d-9cc0-148ce1d7e89a} <Debug> DynamicQueryHandler: Done processing query | ||
7762 | 2024.07.25 02:12:37.374583 [ 3 ] {6f3eb810-5b6b-419d-9cc0-148ce1d7e89a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7763 | 2024.07.25 02:12:37.374619 [ 3 ] {} <Debug> HTTP-Session: 4bf6c72e-c6d9-4522-9f08-fe5def8a2071 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7764 | 2024.07.25 02:12:37.378328 [ 186 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 515 rows, containing 19 columns (19 merged, 0 gathered) in 0.01040467 sec., 49497.004710384856 rows/sec., 88.70 MiB/sec. | ||
7765 | 2024.07.25 02:12:37.379246 [ 201 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
7766 | 2024.07.25 02:12:37.380162 [ 201 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_31_6} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7767 | 2024.07.25 02:12:37.380280 [ 201 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_31_6} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
7768 | 2024.07.25 02:12:37.380465 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.89 MiB. | ||
7769 | 2024.07.25 02:12:38.000171 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 189.63 MiB, peak 198.60 MiB, free memory in arenas 0.00 B, will set to 190.70 MiB (RSS), difference: 1.07 MiB | ||
7770 | 2024.07.25 02:12:42.363672 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 4045, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7771 | 2024.07.25 02:12:42.363808 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7772 | 2024.07.25 02:12:42.363839 [ 3 ] {} <Debug> HTTP-Session: 92294830-7127-43f9-b0cf-048a5683e98d Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
7773 | 2024.07.25 02:12:42.363867 [ 3 ] {} <Debug> HTTP-Session: 92294830-7127-43f9-b0cf-048a5683e98d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7774 | 2024.07.25 02:12:42.363885 [ 3 ] {} <Debug> HTTP-Session: 92294830-7127-43f9-b0cf-048a5683e98d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7775 | 2024.07.25 02:12:42.363941 [ 3 ] {} <Trace> HTTP-Session: 92294830-7127-43f9-b0cf-048a5683e98d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7776 | 2024.07.25 02:12:42.364158 [ 3 ] {63b0a4c0-5ff5-431b-bc0f-d580653adf61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7777 | 2024.07.25 02:12:42.364235 [ 3 ] {63b0a4c0-5ff5-431b-bc0f-d580653adf61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7778 | 2024.07.25 02:12:42.364459 [ 3 ] {63b0a4c0-5ff5-431b-bc0f-d580653adf61} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7779 | 2024.07.25 02:12:42.364936 [ 3 ] {63b0a4c0-5ff5-431b-bc0f-d580653adf61} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7780 | 2024.07.25 02:12:42.364984 [ 3 ] {63b0a4c0-5ff5-431b-bc0f-d580653adf61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
7781 | 2024.07.25 02:12:42.365373 [ 3 ] {63b0a4c0-5ff5-431b-bc0f-d580653adf61} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
7782 | 2024.07.25 02:12:42.365722 [ 3 ] {63b0a4c0-5ff5-431b-bc0f-d580653adf61} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7783 | 2024.07.25 02:12:42.365903 [ 3 ] {63b0a4c0-5ff5-431b-bc0f-d580653adf61} <Debug> executeQuery: Read 29 rows, 2.20 KiB in 0.001806 sec., 16057.585825027685 rows/sec., 1.19 MiB/sec. | ||
7784 | 2024.07.25 02:12:42.366256 [ 3 ] {63b0a4c0-5ff5-431b-bc0f-d580653adf61} <Debug> DynamicQueryHandler: Done processing query | ||
7785 | 2024.07.25 02:12:42.366324 [ 3 ] {63b0a4c0-5ff5-431b-bc0f-d580653adf61} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7786 | 2024.07.25 02:12:42.366377 [ 3 ] {} <Debug> HTTP-Session: 92294830-7127-43f9-b0cf-048a5683e98d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7787 | 2024.07.25 02:12:42.366611 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 34730, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7788 | 2024.07.25 02:12:42.366674 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7789 | 2024.07.25 02:12:42.366695 [ 3 ] {} <Debug> HTTP-Session: c7d301f3-77ce-4344-b80c-26d0a7cf2eb6 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
7790 | 2024.07.25 02:12:42.366714 [ 3 ] {} <Debug> HTTP-Session: c7d301f3-77ce-4344-b80c-26d0a7cf2eb6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7791 | 2024.07.25 02:12:42.366727 [ 3 ] {} <Debug> HTTP-Session: c7d301f3-77ce-4344-b80c-26d0a7cf2eb6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7792 | 2024.07.25 02:12:42.366765 [ 3 ] {} <Trace> HTTP-Session: c7d301f3-77ce-4344-b80c-26d0a7cf2eb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7793 | 2024.07.25 02:12:42.366938 [ 3 ] {fccacc6c-d39a-4867-a731-e7e82937a891} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7794 | 2024.07.25 02:12:42.366989 [ 3 ] {fccacc6c-d39a-4867-a731-e7e82937a891} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7795 | 2024.07.25 02:12:42.367148 [ 3 ] {fccacc6c-d39a-4867-a731-e7e82937a891} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7796 | 2024.07.25 02:12:42.367607 [ 3 ] {fccacc6c-d39a-4867-a731-e7e82937a891} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7797 | 2024.07.25 02:12:42.367647 [ 3 ] {fccacc6c-d39a-4867-a731-e7e82937a891} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
7798 | 2024.07.25 02:12:42.367996 [ 3 ] {fccacc6c-d39a-4867-a731-e7e82937a891} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
7799 | 2024.07.25 02:12:42.368314 [ 3 ] {fccacc6c-d39a-4867-a731-e7e82937a891} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7800 | 2024.07.25 02:12:42.368477 [ 3 ] {fccacc6c-d39a-4867-a731-e7e82937a891} <Debug> executeQuery: Read 230 rows, 20.76 KiB in 0.001617 sec., 142238.7136672851 rows/sec., 12.54 MiB/sec. | ||
7801 | 2024.07.25 02:12:42.368477 [ 37 ] {} <Debug> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
7802 | 2024.07.25 02:12:42.368599 [ 37 ] {} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7803 | 2024.07.25 02:12:42.368646 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
7804 | 2024.07.25 02:12:42.368734 [ 3 ] {fccacc6c-d39a-4867-a731-e7e82937a891} <Debug> DynamicQueryHandler: Done processing query | ||
7805 | 2024.07.25 02:12:42.368796 [ 3 ] {fccacc6c-d39a-4867-a731-e7e82937a891} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
7806 | 2024.07.25 02:12:42.368855 [ 3 ] {} <Debug> HTTP-Session: c7d301f3-77ce-4344-b80c-26d0a7cf2eb6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7807 | 2024.07.25 02:12:42.368956 [ 192 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::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 | ||
7808 | 2024.07.25 02:12:42.369127 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 65459, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7809 | 2024.07.25 02:12:42.369253 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7810 | 2024.07.25 02:12:42.369263 [ 192 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7811 | 2024.07.25 02:12:42.369282 [ 3 ] {} <Debug> HTTP-Session: 68d20a65-d811-4d2c-973a-3799a811814f Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
7812 | 2024.07.25 02:12:42.369324 [ 3 ] {} <Debug> HTTP-Session: 68d20a65-d811-4d2c-973a-3799a811814f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7813 | 2024.07.25 02:12:42.369330 [ 192 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 304 rows starting from the beginning of the part | ||
7814 | 2024.07.25 02:12:42.369345 [ 3 ] {} <Debug> HTTP-Session: 68d20a65-d811-4d2c-973a-3799a811814f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7815 | 2024.07.25 02:12:42.369419 [ 3 ] {} <Trace> HTTP-Session: 68d20a65-d811-4d2c-973a-3799a811814f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7816 | 2024.07.25 02:12:42.369556 [ 192 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 234 rows starting from the beginning of the part | ||
7817 | 2024.07.25 02:12:42.369723 [ 192 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 86 rows starting from the beginning of the part | ||
7818 | 2024.07.25 02:12:42.369908 [ 3 ] {f3039b4a-3375-48e6-a623-720b4f9b6ab7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7819 | 2024.07.25 02:12:42.370052 [ 192 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 230 rows starting from the beginning of the part | ||
7820 | 2024.07.25 02:12:42.370130 [ 3 ] {f3039b4a-3375-48e6-a623-720b4f9b6ab7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7821 | 2024.07.25 02:12:42.370367 [ 192 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 86 rows starting from the beginning of the part | ||
7822 | 2024.07.25 02:12:42.370745 [ 192 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 230 rows starting from the beginning of the part | ||
7823 | 2024.07.25 02:12:42.371436 [ 3 ] {f3039b4a-3375-48e6-a623-720b4f9b6ab7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7824 | 2024.07.25 02:12:42.372510 [ 3 ] {f3039b4a-3375-48e6-a623-720b4f9b6ab7} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7825 | 2024.07.25 02:12:42.372579 [ 3 ] {f3039b4a-3375-48e6-a623-720b4f9b6ab7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
7826 | 2024.07.25 02:12:42.373377 [ 3 ] {f3039b4a-3375-48e6-a623-720b4f9b6ab7} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
7827 | 2024.07.25 02:12:42.373770 [ 201 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1170 rows, containing 4 columns (4 merged, 0 gathered) in 0.005017527 sec., 233182.60170797288 rows/sec., 20.18 MiB/sec. | ||
7828 | 2024.07.25 02:12:42.373942 [ 201 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
7829 | 2024.07.25 02:12:42.374034 [ 3 ] {f3039b4a-3375-48e6-a623-720b4f9b6ab7} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7830 | 2024.07.25 02:12:42.374326 [ 37 ] {} <Debug> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
7831 | 2024.07.25 02:12:42.374376 [ 3 ] {f3039b4a-3375-48e6-a623-720b4f9b6ab7} <Debug> executeQuery: Read 405 rows, 29.32 KiB in 0.004739 sec., 85461.06773580924 rows/sec., 6.04 MiB/sec. | ||
7832 | 2024.07.25 02:12:42.374473 [ 37 ] {} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7833 | 2024.07.25 02:12:42.374656 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
7834 | 2024.07.25 02:12:42.375031 [ 3 ] {f3039b4a-3375-48e6-a623-720b4f9b6ab7} <Debug> DynamicQueryHandler: Done processing query | ||
7835 | 2024.07.25 02:12:42.375110 [ 3 ] {f3039b4a-3375-48e6-a623-720b4f9b6ab7} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
7836 | 2024.07.25 02:12:42.375154 [ 187 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::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 | ||
7837 | 2024.07.25 02:12:42.375165 [ 3 ] {} <Debug> HTTP-Session: 68d20a65-d811-4d2c-973a-3799a811814f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7838 | 2024.07.25 02:12:42.375218 [ 201 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_41_8} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7839 | 2024.07.25 02:12:42.375471 [ 201 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_41_8} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
7840 | 2024.07.25 02:12:42.375552 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7841 | 2024.07.25 02:12:42.375728 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7842 | 2024.07.25 02:12:42.375738 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
7843 | 2024.07.25 02:12:42.375809 [ 187 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7844 | 2024.07.25 02:12:42.375817 [ 3 ] {} <Debug> HTTP-Session: 6d08a7de-73b5-4a75-89c2-583804698a1a Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
7845 | 2024.07.25 02:12:42.375895 [ 3 ] {} <Debug> HTTP-Session: 6d08a7de-73b5-4a75-89c2-583804698a1a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7846 | 2024.07.25 02:12:42.375916 [ 187 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 473 rows starting from the beginning of the part | ||
7847 | 2024.07.25 02:12:42.375925 [ 3 ] {} <Debug> HTTP-Session: 6d08a7de-73b5-4a75-89c2-583804698a1a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7848 | 2024.07.25 02:12:42.376113 [ 3 ] {} <Trace> HTTP-Session: 6d08a7de-73b5-4a75-89c2-583804698a1a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7849 | 2024.07.25 02:12:42.376165 [ 187 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 413 rows starting from the beginning of the part | ||
7850 | 2024.07.25 02:12:42.376472 [ 187 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 74 rows starting from the beginning of the part | ||
7851 | 2024.07.25 02:12:42.376495 [ 3 ] {5175f14d-df66-413a-9890-4e40b575e69c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
7852 | 2024.07.25 02:12:42.376775 [ 187 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 405 rows starting from the beginning of the part | ||
7853 | 2024.07.25 02:12:42.376794 [ 3 ] {5175f14d-df66-413a-9890-4e40b575e69c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
7854 | 2024.07.25 02:12:42.377154 [ 187 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 74 rows starting from the beginning of the part | ||
7855 | 2024.07.25 02:12:42.377465 [ 187 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 405 rows starting from the beginning of the part | ||
7856 | 2024.07.25 02:12:42.377976 [ 3 ] {5175f14d-df66-413a-9890-4e40b575e69c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7857 | 2024.07.25 02:12:42.378660 [ 3 ] {5175f14d-df66-413a-9890-4e40b575e69c} <Trace> oximeter.measurements_bool (8163702d-f428-4b08-bb37-b5af976016c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7858 | 2024.07.25 02:12:42.378730 [ 3 ] {5175f14d-df66-413a-9890-4e40b575e69c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
7859 | 2024.07.25 02:12:42.379824 [ 3 ] {5175f14d-df66-413a-9890-4e40b575e69c} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
7860 | 2024.07.25 02:12:42.380420 [ 3 ] {5175f14d-df66-413a-9890-4e40b575e69c} <Trace> oximeter.measurements_bool (8163702d-f428-4b08-bb37-b5af976016c8): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7861 | 2024.07.25 02:12:42.380910 [ 3 ] {5175f14d-df66-413a-9890-4e40b575e69c} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.004603 sec., 1303.497718878992 rows/sec., 56.01 KiB/sec. | ||
7862 | 2024.07.25 02:12:42.380995 [ 186 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1844 rows, containing 4 columns (4 merged, 0 gathered) in 0.006082174 sec., 303181.06650681153 rows/sec., 21.71 MiB/sec. | ||
7863 | 2024.07.25 02:12:42.381201 [ 3 ] {5175f14d-df66-413a-9890-4e40b575e69c} <Debug> DynamicQueryHandler: Done processing query | ||
7864 | 2024.07.25 02:12:42.381237 [ 3 ] {5175f14d-df66-413a-9890-4e40b575e69c} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
7865 | 2024.07.25 02:12:42.381272 [ 3 ] {} <Debug> HTTP-Session: 6d08a7de-73b5-4a75-89c2-583804698a1a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7866 | 2024.07.25 02:12:42.381307 [ 186 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
7867 | 2024.07.25 02:12:42.381418 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 14082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7868 | 2024.07.25 02:12:42.381483 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7869 | 2024.07.25 02:12:42.381552 [ 3 ] {} <Debug> HTTP-Session: 8256e5a7-0ae0-4ec4-9ed7-19959123dfae Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
7870 | 2024.07.25 02:12:42.381622 [ 3 ] {} <Debug> HTTP-Session: 8256e5a7-0ae0-4ec4-9ed7-19959123dfae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7871 | 2024.07.25 02:12:42.381685 [ 3 ] {} <Debug> HTTP-Session: 8256e5a7-0ae0-4ec4-9ed7-19959123dfae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7872 | 2024.07.25 02:12:42.381792 [ 3 ] {} <Trace> HTTP-Session: 8256e5a7-0ae0-4ec4-9ed7-19959123dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7873 | 2024.07.25 02:12:42.382021 [ 3 ] {207b4de2-a890-42e2-adbb-692cf80e5415} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
7874 | 2024.07.25 02:12:42.382098 [ 186 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_41_8} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7875 | 2024.07.25 02:12:42.382113 [ 3 ] {207b4de2-a890-42e2-adbb-692cf80e5415} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
7876 | 2024.07.25 02:12:42.382329 [ 186 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_41_8} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
7877 | 2024.07.25 02:12:42.382549 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. | ||
7878 | 2024.07.25 02:12:42.382617 [ 3 ] {207b4de2-a890-42e2-adbb-692cf80e5415} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7879 | 2024.07.25 02:12:42.382970 [ 3 ] {207b4de2-a890-42e2-adbb-692cf80e5415} <Trace> oximeter.measurements_cumulativei64 (ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7880 | 2024.07.25 02:12:42.383008 [ 3 ] {207b4de2-a890-42e2-adbb-692cf80e5415} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
7881 | 2024.07.25 02:12:42.383400 [ 3 ] {207b4de2-a890-42e2-adbb-692cf80e5415} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
7882 | 2024.07.25 02:12:42.383761 [ 3 ] {207b4de2-a890-42e2-adbb-692cf80e5415} <Trace> oximeter.measurements_cumulativei64 (ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7883 | 2024.07.25 02:12:42.383938 [ 3 ] {207b4de2-a890-42e2-adbb-692cf80e5415} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.002008 sec., 38346.613545816734 rows/sec., 2.36 MiB/sec. | ||
7884 | 2024.07.25 02:12:42.384289 [ 3 ] {207b4de2-a890-42e2-adbb-692cf80e5415} <Debug> DynamicQueryHandler: Done processing query | ||
7885 | 2024.07.25 02:12:42.384315 [ 3 ] {207b4de2-a890-42e2-adbb-692cf80e5415} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7886 | 2024.07.25 02:12:42.384332 [ 3 ] {} <Debug> HTTP-Session: 8256e5a7-0ae0-4ec4-9ed7-19959123dfae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7887 | 2024.07.25 02:12:42.384512 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 30607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7888 | 2024.07.25 02:12:42.384563 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7889 | 2024.07.25 02:12:42.384583 [ 3 ] {} <Debug> HTTP-Session: a183b5a5-c697-4b28-a3dd-7da7e97f7f4c Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
7890 | 2024.07.25 02:12:42.384599 [ 3 ] {} <Debug> HTTP-Session: a183b5a5-c697-4b28-a3dd-7da7e97f7f4c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7891 | 2024.07.25 02:12:42.384612 [ 3 ] {} <Debug> HTTP-Session: a183b5a5-c697-4b28-a3dd-7da7e97f7f4c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7892 | 2024.07.25 02:12:42.384648 [ 3 ] {} <Trace> HTTP-Session: a183b5a5-c697-4b28-a3dd-7da7e97f7f4c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7893 | 2024.07.25 02:12:42.384813 [ 3 ] {7319ab4b-d29a-4f66-96a2-68b5a8ce50a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7894 | 2024.07.25 02:12:42.384860 [ 3 ] {7319ab4b-d29a-4f66-96a2-68b5a8ce50a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7895 | 2024.07.25 02:12:42.385035 [ 3 ] {7319ab4b-d29a-4f66-96a2-68b5a8ce50a3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7896 | 2024.07.25 02:12:42.385430 [ 3 ] {7319ab4b-d29a-4f66-96a2-68b5a8ce50a3} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7897 | 2024.07.25 02:12:42.385466 [ 3 ] {7319ab4b-d29a-4f66-96a2-68b5a8ce50a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
7898 | 2024.07.25 02:12:42.385849 [ 3 ] {7319ab4b-d29a-4f66-96a2-68b5a8ce50a3} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
7899 | 2024.07.25 02:12:42.386207 [ 3 ] {7319ab4b-d29a-4f66-96a2-68b5a8ce50a3} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7900 | 2024.07.25 02:12:42.386373 [ 37 ] {} <Debug> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
7901 | 2024.07.25 02:12:42.386382 [ 3 ] {7319ab4b-d29a-4f66-96a2-68b5a8ce50a3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00164 sec., 97560.9756097561 rows/sec., 6.79 MiB/sec. | ||
7902 | 2024.07.25 02:12:42.386439 [ 37 ] {} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7903 | 2024.07.25 02:12:42.386511 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
7904 | 2024.07.25 02:12:42.386707 [ 186 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::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 | ||
7905 | 2024.07.25 02:12:42.386750 [ 3 ] {7319ab4b-d29a-4f66-96a2-68b5a8ce50a3} <Debug> DynamicQueryHandler: Done processing query | ||
7906 | 2024.07.25 02:12:42.386798 [ 3 ] {7319ab4b-d29a-4f66-96a2-68b5a8ce50a3} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7907 | 2024.07.25 02:12:42.386837 [ 3 ] {} <Debug> HTTP-Session: a183b5a5-c697-4b28-a3dd-7da7e97f7f4c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7908 | 2024.07.25 02:12:42.386937 [ 186 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7909 | 2024.07.25 02:12:42.386976 [ 186 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 6071 rows starting from the beginning of the part | ||
7910 | 2024.07.25 02:12:42.387036 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 36988, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7911 | 2024.07.25 02:12:42.387204 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7912 | 2024.07.25 02:12:42.387292 [ 3 ] {} <Debug> HTTP-Session: 46a47296-91fa-4857-9d5d-4fe67bb63e3c Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
7913 | 2024.07.25 02:12:42.387298 [ 186 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 164 rows starting from the beginning of the part | ||
7914 | 2024.07.25 02:12:42.387338 [ 3 ] {} <Debug> HTTP-Session: 46a47296-91fa-4857-9d5d-4fe67bb63e3c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7915 | 2024.07.25 02:12:42.387375 [ 3 ] {} <Debug> HTTP-Session: 46a47296-91fa-4857-9d5d-4fe67bb63e3c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7916 | 2024.07.25 02:12:42.387515 [ 3 ] {} <Trace> HTTP-Session: 46a47296-91fa-4857-9d5d-4fe67bb63e3c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7917 | 2024.07.25 02:12:42.387567 [ 186 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 160 rows starting from the beginning of the part | ||
7918 | 2024.07.25 02:12:42.387826 [ 186 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 160 rows starting from the beginning of the part | ||
7919 | 2024.07.25 02:12:42.387931 [ 186 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 160 rows starting from the beginning of the part | ||
7920 | 2024.07.25 02:12:42.388140 [ 3 ] {f3107846-60d9-4a97-b6a3-a1f192789ff8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7921 | 2024.07.25 02:12:42.388247 [ 186 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::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 | ||
7922 | 2024.07.25 02:12:42.388529 [ 3 ] {f3107846-60d9-4a97-b6a3-a1f192789ff8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
7923 | 2024.07.25 02:12:42.390112 [ 3 ] {f3107846-60d9-4a97-b6a3-a1f192789ff8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7924 | 2024.07.25 02:12:42.391814 [ 3 ] {f3107846-60d9-4a97-b6a3-a1f192789ff8} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7925 | 2024.07.25 02:12:42.391868 [ 3 ] {f3107846-60d9-4a97-b6a3-a1f192789ff8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
7926 | 2024.07.25 02:12:42.392924 [ 3 ] {f3107846-60d9-4a97-b6a3-a1f192789ff8} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
7927 | 2024.07.25 02:12:42.393573 [ 190 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6875 rows, containing 5 columns (5 merged, 0 gathered) in 0.006958547 sec., 987993.6141841105 rows/sec., 68.86 MiB/sec. | ||
7928 | 2024.07.25 02:12:42.393715 [ 3 ] {f3107846-60d9-4a97-b6a3-a1f192789ff8} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7929 | 2024.07.25 02:12:42.393892 [ 3 ] {f3107846-60d9-4a97-b6a3-a1f192789ff8} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.00615 sec., 3739.837398373984 rows/sec., 6.70 MiB/sec. | ||
7930 | 2024.07.25 02:12:42.394318 [ 190 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
7931 | 2024.07.25 02:12:42.394952 [ 3 ] {f3107846-60d9-4a97-b6a3-a1f192789ff8} <Debug> DynamicQueryHandler: Done processing query | ||
7932 | 2024.07.25 02:12:42.395026 [ 3 ] {f3107846-60d9-4a97-b6a3-a1f192789ff8} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
7933 | 2024.07.25 02:12:42.395100 [ 3 ] {} <Debug> HTTP-Session: 46a47296-91fa-4857-9d5d-4fe67bb63e3c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7934 | 2024.07.25 02:12:42.395311 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 3211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7935 | 2024.07.25 02:12:42.395410 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7936 | 2024.07.25 02:12:42.395445 [ 3 ] {} <Debug> HTTP-Session: 50556c88-a326-4302-a4eb-cc294fd96fe4 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
7937 | 2024.07.25 02:12:42.395479 [ 3 ] {} <Debug> HTTP-Session: 50556c88-a326-4302-a4eb-cc294fd96fe4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7938 | 2024.07.25 02:12:42.395496 [ 190 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7939 | 2024.07.25 02:12:42.395509 [ 3 ] {} <Debug> HTTP-Session: 50556c88-a326-4302-a4eb-cc294fd96fe4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7940 | 2024.07.25 02:12:42.395601 [ 3 ] {} <Trace> HTTP-Session: 50556c88-a326-4302-a4eb-cc294fd96fe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7941 | 2024.07.25 02:12:42.395659 [ 190 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
7942 | 2024.07.25 02:12:42.395798 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.38 MiB. | ||
7943 | 2024.07.25 02:12:42.395814 [ 3 ] {668d31ea-9cef-461a-af6d-7ad795072872} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
7944 | 2024.07.25 02:12:42.395881 [ 3 ] {668d31ea-9cef-461a-af6d-7ad795072872} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
7945 | 2024.07.25 02:12:42.396040 [ 3 ] {668d31ea-9cef-461a-af6d-7ad795072872} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7946 | 2024.07.25 02:12:42.396325 [ 3 ] {668d31ea-9cef-461a-af6d-7ad795072872} <Trace> oximeter.measurements_i64 (4af3948b-7ee8-4a0a-bff7-9db9837b5273): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7947 | 2024.07.25 02:12:42.396362 [ 3 ] {668d31ea-9cef-461a-af6d-7ad795072872} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
7948 | 2024.07.25 02:12:42.396729 [ 3 ] {668d31ea-9cef-461a-af6d-7ad795072872} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
7949 | 2024.07.25 02:12:42.397060 [ 3 ] {668d31ea-9cef-461a-af6d-7ad795072872} <Trace> oximeter.measurements_i64 (4af3948b-7ee8-4a0a-bff7-9db9837b5273): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7950 | 2024.07.25 02:12:42.397190 [ 39 ] {} <Debug> oximeter.measurements_i64 (4af3948b-7ee8-4a0a-bff7-9db9837b5273) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
7951 | 2024.07.25 02:12:42.397195 [ 3 ] {668d31ea-9cef-461a-af6d-7ad795072872} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001482 sec., 15519.568151147098 rows/sec., 839.50 KiB/sec. | ||
7952 | 2024.07.25 02:12:42.397238 [ 39 ] {} <Trace> oximeter.measurements_i64 (4af3948b-7ee8-4a0a-bff7-9db9837b5273): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7953 | 2024.07.25 02:12:42.397280 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
7954 | 2024.07.25 02:12:42.397434 [ 3 ] {668d31ea-9cef-461a-af6d-7ad795072872} <Debug> DynamicQueryHandler: Done processing query | ||
7955 | 2024.07.25 02:12:42.397447 [ 194 ] {4af3948b-7ee8-4a0a-bff7-9db9837b5273::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 | ||
7956 | 2024.07.25 02:12:42.397467 [ 3 ] {668d31ea-9cef-461a-af6d-7ad795072872} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
7957 | 2024.07.25 02:12:42.397517 [ 3 ] {} <Debug> HTTP-Session: 50556c88-a326-4302-a4eb-cc294fd96fe4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7958 | 2024.07.25 02:12:42.397632 [ 194 ] {4af3948b-7ee8-4a0a-bff7-9db9837b5273::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7959 | 2024.07.25 02:12:42.397687 [ 194 ] {4af3948b-7ee8-4a0a-bff7-9db9837b5273::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 372 rows starting from the beginning of the part | ||
7960 | 2024.07.25 02:12:42.397699 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7961 | 2024.07.25 02:12:42.397861 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7962 | 2024.07.25 02:12:42.397870 [ 194 ] {4af3948b-7ee8-4a0a-bff7-9db9837b5273::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 23 rows starting from the beginning of the part | ||
7963 | 2024.07.25 02:12:42.397929 [ 3 ] {} <Debug> HTTP-Session: b4e4b395-eb27-4fda-85ce-a8d563f51698 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
7964 | 2024.07.25 02:12:42.397997 [ 3 ] {} <Debug> HTTP-Session: b4e4b395-eb27-4fda-85ce-a8d563f51698 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7965 | 2024.07.25 02:12:42.398088 [ 3 ] {} <Debug> HTTP-Session: b4e4b395-eb27-4fda-85ce-a8d563f51698 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7966 | 2024.07.25 02:12:42.398115 [ 194 ] {4af3948b-7ee8-4a0a-bff7-9db9837b5273::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 23 rows starting from the beginning of the part | ||
7967 | 2024.07.25 02:12:42.398237 [ 3 ] {} <Trace> HTTP-Session: b4e4b395-eb27-4fda-85ce-a8d563f51698 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7968 | 2024.07.25 02:12:42.398358 [ 194 ] {4af3948b-7ee8-4a0a-bff7-9db9837b5273::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 23 rows starting from the beginning of the part | ||
7969 | 2024.07.25 02:12:42.398619 [ 3 ] {0afa1592-5f05-4364-881e-e7f5803d67cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7970 | 2024.07.25 02:12:42.398610 [ 194 ] {4af3948b-7ee8-4a0a-bff7-9db9837b5273::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 23 rows starting from the beginning of the part | ||
7971 | 2024.07.25 02:12:42.398776 [ 3 ] {0afa1592-5f05-4364-881e-e7f5803d67cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7972 | 2024.07.25 02:12:42.398867 [ 194 ] {4af3948b-7ee8-4a0a-bff7-9db9837b5273::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 23 rows starting from the beginning of the part | ||
7973 | 2024.07.25 02:12:42.399635 [ 3 ] {0afa1592-5f05-4364-881e-e7f5803d67cc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7974 | 2024.07.25 02:12:42.400445 [ 3 ] {0afa1592-5f05-4364-881e-e7f5803d67cc} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7975 | 2024.07.25 02:12:42.400509 [ 3 ] {0afa1592-5f05-4364-881e-e7f5803d67cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
7976 | 2024.07.25 02:12:42.401557 [ 3 ] {0afa1592-5f05-4364-881e-e7f5803d67cc} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
7977 | 2024.07.25 02:12:42.401583 [ 197 ] {4af3948b-7ee8-4a0a-bff7-9db9837b5273::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 487 rows, containing 4 columns (4 merged, 0 gathered) in 0.004216725 sec., 115492.47342428069 rows/sec., 6.22 MiB/sec. | ||
7978 | 2024.07.25 02:12:42.401770 [ 197 ] {4af3948b-7ee8-4a0a-bff7-9db9837b5273::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
7979 | 2024.07.25 02:12:42.401981 [ 3 ] {0afa1592-5f05-4364-881e-e7f5803d67cc} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7980 | 2024.07.25 02:12:42.402195 [ 39 ] {} <Debug> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
7981 | 2024.07.25 02:12:42.402246 [ 39 ] {} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7982 | 2024.07.25 02:12:42.402248 [ 3 ] {0afa1592-5f05-4364-881e-e7f5803d67cc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003802 sec., 15781.167806417676 rows/sec., 1.06 MiB/sec. | ||
7983 | 2024.07.25 02:12:42.402288 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
7984 | 2024.07.25 02:12:42.402825 [ 3 ] {0afa1592-5f05-4364-881e-e7f5803d67cc} <Debug> DynamicQueryHandler: Done processing query | ||
7985 | 2024.07.25 02:12:42.402839 [ 197 ] {4af3948b-7ee8-4a0a-bff7-9db9837b5273::all_1_21_4} <Trace> oximeter.measurements_i64 (4af3948b-7ee8-4a0a-bff7-9db9837b5273): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7986 | 2024.07.25 02:12:42.402935 [ 3 ] {0afa1592-5f05-4364-881e-e7f5803d67cc} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7987 | 2024.07.25 02:12:42.403059 [ 3 ] {} <Debug> HTTP-Session: b4e4b395-eb27-4fda-85ce-a8d563f51698 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7988 | 2024.07.25 02:12:42.403194 [ 196 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::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 | ||
7989 | 2024.07.25 02:12:42.403316 [ 197 ] {4af3948b-7ee8-4a0a-bff7-9db9837b5273::all_1_21_4} <Trace> oximeter.measurements_i64 (4af3948b-7ee8-4a0a-bff7-9db9837b5273) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
7990 | 2024.07.25 02:12:42.403701 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
7991 | 2024.07.25 02:12:42.403854 [ 196 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7992 | 2024.07.25 02:12:42.403922 [ 196 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2132 rows starting from the beginning of the part | ||
7993 | 2024.07.25 02:12:42.404035 [ 196 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 60 rows starting from the beginning of the part | ||
7994 | 2024.07.25 02:12:42.404196 [ 196 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 60 rows starting from the beginning of the part | ||
7995 | 2024.07.25 02:12:42.404349 [ 196 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 60 rows starting from the beginning of the part | ||
7996 | 2024.07.25 02:12:42.404505 [ 196 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 60 rows starting from the beginning of the part | ||
7997 | 2024.07.25 02:12:42.404661 [ 196 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::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 | ||
7998 | 2024.07.25 02:12:42.406179 [ 194 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2432 rows, containing 4 columns (4 merged, 0 gathered) in 0.003722047 sec., 653403.8930728172 rows/sec., 44.04 MiB/sec. | ||
7999 | 2024.07.25 02:12:42.406417 [ 196 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
8000 | 2024.07.25 02:12:42.406815 [ 196 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_41_8} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8001 | 2024.07.25 02:12:42.406902 [ 196 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_41_8} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
8002 | 2024.07.25 02:12:42.406986 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. | ||
8003 | 2024.07.25 02:12:47.358649 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 1489, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8004 | 2024.07.25 02:12:47.358782 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8005 | 2024.07.25 02:12:47.358808 [ 3 ] {} <Debug> HTTP-Session: 4d54f67c-7c96-417c-aa3f-e37dab4bc451 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
8006 | 2024.07.25 02:12:47.358834 [ 3 ] {} <Debug> HTTP-Session: 4d54f67c-7c96-417c-aa3f-e37dab4bc451 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8007 | 2024.07.25 02:12:47.358850 [ 3 ] {} <Debug> HTTP-Session: 4d54f67c-7c96-417c-aa3f-e37dab4bc451 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8008 | 2024.07.25 02:12:47.358899 [ 3 ] {} <Trace> HTTP-Session: 4d54f67c-7c96-417c-aa3f-e37dab4bc451 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8009 | 2024.07.25 02:12:47.359084 [ 3 ] {c01b5595-6731-43b9-985a-62c48276dd00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8010 | 2024.07.25 02:12:47.359151 [ 3 ] {c01b5595-6731-43b9-985a-62c48276dd00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8011 | 2024.07.25 02:12:47.359341 [ 3 ] {c01b5595-6731-43b9-985a-62c48276dd00} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8012 | 2024.07.25 02:12:47.359763 [ 3 ] {c01b5595-6731-43b9-985a-62c48276dd00} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8013 | 2024.07.25 02:12:47.359810 [ 3 ] {c01b5595-6731-43b9-985a-62c48276dd00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8014 | 2024.07.25 02:12:47.360182 [ 3 ] {c01b5595-6731-43b9-985a-62c48276dd00} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
8015 | 2024.07.25 02:12:47.360527 [ 3 ] {c01b5595-6731-43b9-985a-62c48276dd00} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8016 | 2024.07.25 02:12:47.360696 [ 3 ] {c01b5595-6731-43b9-985a-62c48276dd00} <Debug> executeQuery: Read 10 rows, 830.00 B in 0.001661 sec., 6020.469596628537 rows/sec., 487.99 KiB/sec. | ||
8017 | 2024.07.25 02:12:47.360714 [ 53 ] {} <Debug> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
8018 | 2024.07.25 02:12:47.360816 [ 53 ] {} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8019 | 2024.07.25 02:12:47.360865 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8020 | 2024.07.25 02:12:47.361019 [ 3 ] {c01b5595-6731-43b9-985a-62c48276dd00} <Debug> DynamicQueryHandler: Done processing query | ||
8021 | 2024.07.25 02:12:47.361039 [ 198 ] {f624f877-7484-40f8-bba3-5af105c2972a::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 | ||
8022 | 2024.07.25 02:12:47.361056 [ 3 ] {c01b5595-6731-43b9-985a-62c48276dd00} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8023 | 2024.07.25 02:12:47.361116 [ 3 ] {} <Debug> HTTP-Session: 4d54f67c-7c96-417c-aa3f-e37dab4bc451 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8024 | 2024.07.25 02:12:47.361246 [ 198 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8025 | 2024.07.25 02:12:47.361293 [ 198 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 39 rows starting from the beginning of the part | ||
8026 | 2024.07.25 02:12:47.361325 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 17360, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8027 | 2024.07.25 02:12:47.361391 [ 198 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 10 rows starting from the beginning of the part | ||
8028 | 2024.07.25 02:12:47.361461 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8029 | 2024.07.25 02:12:47.361523 [ 3 ] {} <Debug> HTTP-Session: 5a9a6b08-3370-4ec1-b0b4-f3d36ab54d42 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
8030 | 2024.07.25 02:12:47.361653 [ 3 ] {} <Debug> HTTP-Session: 5a9a6b08-3370-4ec1-b0b4-f3d36ab54d42 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8031 | 2024.07.25 02:12:47.361766 [ 3 ] {} <Debug> HTTP-Session: 5a9a6b08-3370-4ec1-b0b4-f3d36ab54d42 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8032 | 2024.07.25 02:12:47.361812 [ 198 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 29 rows starting from the beginning of the part | ||
8033 | 2024.07.25 02:12:47.361947 [ 3 ] {} <Trace> HTTP-Session: 5a9a6b08-3370-4ec1-b0b4-f3d36ab54d42 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8034 | 2024.07.25 02:12:47.362094 [ 198 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 10 rows starting from the beginning of the part | ||
8035 | 2024.07.25 02:12:47.362361 [ 198 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 29 rows starting from the beginning of the part | ||
8036 | 2024.07.25 02:12:47.362458 [ 3 ] {cd73e0b4-128a-477c-9de9-0c8428319387} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8037 | 2024.07.25 02:12:47.362592 [ 198 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 10 rows starting from the beginning of the part | ||
8038 | 2024.07.25 02:12:47.362656 [ 3 ] {cd73e0b4-128a-477c-9de9-0c8428319387} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8039 | 2024.07.25 02:12:47.363367 [ 3 ] {cd73e0b4-128a-477c-9de9-0c8428319387} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8040 | 2024.07.25 02:12:47.364218 [ 3 ] {cd73e0b4-128a-477c-9de9-0c8428319387} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8041 | 2024.07.25 02:12:47.364293 [ 3 ] {cd73e0b4-128a-477c-9de9-0c8428319387} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8042 | 2024.07.25 02:12:47.365172 [ 198 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 127 rows, containing 4 columns (4 merged, 0 gathered) in 0.004214375 sec., 30134.954767907457 rows/sec., 2.28 MiB/sec. | ||
8043 | 2024.07.25 02:12:47.365218 [ 3 ] {cd73e0b4-128a-477c-9de9-0c8428319387} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
8044 | 2024.07.25 02:12:47.365332 [ 198 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
8045 | 2024.07.25 02:12:47.366041 [ 3 ] {cd73e0b4-128a-477c-9de9-0c8428319387} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8046 | 2024.07.25 02:12:47.366231 [ 198 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_36_7} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8047 | 2024.07.25 02:12:47.366332 [ 3 ] {cd73e0b4-128a-477c-9de9-0c8428319387} <Debug> executeQuery: Read 122 rows, 9.94 KiB in 0.004107 sec., 29705.381056732404 rows/sec., 2.36 MiB/sec. | ||
8048 | 2024.07.25 02:12:47.366460 [ 198 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_36_7} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
8049 | 2024.07.25 02:12:47.366613 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
8050 | 2024.07.25 02:12:47.366667 [ 3 ] {cd73e0b4-128a-477c-9de9-0c8428319387} <Debug> DynamicQueryHandler: Done processing query | ||
8051 | 2024.07.25 02:12:47.366698 [ 3 ] {cd73e0b4-128a-477c-9de9-0c8428319387} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
8052 | 2024.07.25 02:12:47.366715 [ 3 ] {} <Debug> HTTP-Session: 5a9a6b08-3370-4ec1-b0b4-f3d36ab54d42 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8053 | 2024.07.25 02:12:47.366859 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 16616, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8054 | 2024.07.25 02:12:47.366913 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8055 | 2024.07.25 02:12:47.366934 [ 3 ] {} <Debug> HTTP-Session: 9e8226ea-9586-4443-96d1-b95e360bb8eb Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
8056 | 2024.07.25 02:12:47.366951 [ 3 ] {} <Debug> HTTP-Session: 9e8226ea-9586-4443-96d1-b95e360bb8eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8057 | 2024.07.25 02:12:47.366965 [ 3 ] {} <Debug> HTTP-Session: 9e8226ea-9586-4443-96d1-b95e360bb8eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8058 | 2024.07.25 02:12:47.367002 [ 3 ] {} <Trace> HTTP-Session: 9e8226ea-9586-4443-96d1-b95e360bb8eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8059 | 2024.07.25 02:12:47.367167 [ 3 ] {c27dace4-cd27-4228-a310-6dca86dda9d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8060 | 2024.07.25 02:12:47.367214 [ 3 ] {c27dace4-cd27-4228-a310-6dca86dda9d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8061 | 2024.07.25 02:12:47.367363 [ 3 ] {c27dace4-cd27-4228-a310-6dca86dda9d4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8062 | 2024.07.25 02:12:47.367724 [ 3 ] {c27dace4-cd27-4228-a310-6dca86dda9d4} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8063 | 2024.07.25 02:12:47.367763 [ 3 ] {c27dace4-cd27-4228-a310-6dca86dda9d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8064 | 2024.07.25 02:12:47.368091 [ 3 ] {c27dace4-cd27-4228-a310-6dca86dda9d4} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
8065 | 2024.07.25 02:12:47.368411 [ 3 ] {c27dace4-cd27-4228-a310-6dca86dda9d4} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8066 | 2024.07.25 02:12:47.368568 [ 3 ] {c27dace4-cd27-4228-a310-6dca86dda9d4} <Debug> executeQuery: Read 98 rows, 7.81 KiB in 0.001449 sec., 67632.8502415459 rows/sec., 5.27 MiB/sec. | ||
8067 | 2024.07.25 02:12:47.368742 [ 3 ] {c27dace4-cd27-4228-a310-6dca86dda9d4} <Debug> DynamicQueryHandler: Done processing query | ||
8068 | 2024.07.25 02:12:47.368768 [ 3 ] {c27dace4-cd27-4228-a310-6dca86dda9d4} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
8069 | 2024.07.25 02:12:47.368784 [ 3 ] {} <Debug> HTTP-Session: 9e8226ea-9586-4443-96d1-b95e360bb8eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8070 | 2024.07.25 02:12:47.368967 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 37573, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8071 | 2024.07.25 02:12:47.369023 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8072 | 2024.07.25 02:12:47.369044 [ 3 ] {} <Debug> HTTP-Session: 92f2e4bb-24d4-4c4d-af5b-b0b17bd516c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
8073 | 2024.07.25 02:12:47.369060 [ 3 ] {} <Debug> HTTP-Session: 92f2e4bb-24d4-4c4d-af5b-b0b17bd516c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8074 | 2024.07.25 02:12:47.369074 [ 3 ] {} <Debug> HTTP-Session: 92f2e4bb-24d4-4c4d-af5b-b0b17bd516c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8075 | 2024.07.25 02:12:47.369105 [ 3 ] {} <Trace> HTTP-Session: 92f2e4bb-24d4-4c4d-af5b-b0b17bd516c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8076 | 2024.07.25 02:12:47.369302 [ 3 ] {e87ae428-e8a7-4b8d-b7ac-0dc4cbcee857} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8077 | 2024.07.25 02:12:47.369351 [ 3 ] {e87ae428-e8a7-4b8d-b7ac-0dc4cbcee857} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8078 | 2024.07.25 02:12:47.369501 [ 3 ] {e87ae428-e8a7-4b8d-b7ac-0dc4cbcee857} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8079 | 2024.07.25 02:12:47.369998 [ 3 ] {e87ae428-e8a7-4b8d-b7ac-0dc4cbcee857} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8080 | 2024.07.25 02:12:47.370035 [ 3 ] {e87ae428-e8a7-4b8d-b7ac-0dc4cbcee857} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8081 | 2024.07.25 02:12:47.370430 [ 3 ] {e87ae428-e8a7-4b8d-b7ac-0dc4cbcee857} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
8082 | 2024.07.25 02:12:47.370770 [ 3 ] {e87ae428-e8a7-4b8d-b7ac-0dc4cbcee857} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8083 | 2024.07.25 02:12:47.370923 [ 3 ] {e87ae428-e8a7-4b8d-b7ac-0dc4cbcee857} <Debug> executeQuery: Read 196 rows, 14.01 KiB in 0.001729 sec., 113360.32388663967 rows/sec., 7.91 MiB/sec. | ||
8084 | 2024.07.25 02:12:47.371097 [ 3 ] {e87ae428-e8a7-4b8d-b7ac-0dc4cbcee857} <Debug> DynamicQueryHandler: Done processing query | ||
8085 | 2024.07.25 02:12:47.371121 [ 3 ] {e87ae428-e8a7-4b8d-b7ac-0dc4cbcee857} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
8086 | 2024.07.25 02:12:47.371137 [ 3 ] {} <Debug> HTTP-Session: 92f2e4bb-24d4-4c4d-af5b-b0b17bd516c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8087 | 2024.07.25 02:12:47.371270 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 16091, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8088 | 2024.07.25 02:12:47.371318 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8089 | 2024.07.25 02:12:47.371337 [ 3 ] {} <Debug> HTTP-Session: af767262-3c12-43e8-82ff-9ab95b68a84d Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
8090 | 2024.07.25 02:12:47.371353 [ 3 ] {} <Debug> HTTP-Session: af767262-3c12-43e8-82ff-9ab95b68a84d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8091 | 2024.07.25 02:12:47.371367 [ 3 ] {} <Debug> HTTP-Session: af767262-3c12-43e8-82ff-9ab95b68a84d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8092 | 2024.07.25 02:12:47.371397 [ 3 ] {} <Trace> HTTP-Session: af767262-3c12-43e8-82ff-9ab95b68a84d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8093 | 2024.07.25 02:12:47.371585 [ 3 ] {370dc273-9c1d-4e31-838a-7b1a6a2b3f28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8094 | 2024.07.25 02:12:47.371650 [ 3 ] {370dc273-9c1d-4e31-838a-7b1a6a2b3f28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
8095 | 2024.07.25 02:12:47.372078 [ 3 ] {370dc273-9c1d-4e31-838a-7b1a6a2b3f28} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8096 | 2024.07.25 02:12:47.372617 [ 3 ] {370dc273-9c1d-4e31-838a-7b1a6a2b3f28} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8097 | 2024.07.25 02:12:47.372653 [ 3 ] {370dc273-9c1d-4e31-838a-7b1a6a2b3f28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8098 | 2024.07.25 02:12:47.373246 [ 3 ] {370dc273-9c1d-4e31-838a-7b1a6a2b3f28} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
8099 | 2024.07.25 02:12:47.373659 [ 3 ] {370dc273-9c1d-4e31-838a-7b1a6a2b3f28} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8100 | 2024.07.25 02:12:47.373849 [ 3 ] {370dc273-9c1d-4e31-838a-7b1a6a2b3f28} <Debug> executeQuery: Read 10 rows, 18.35 KiB in 0.002378 sec., 4205.214465937763 rows/sec., 7.54 MiB/sec. | ||
8101 | 2024.07.25 02:12:47.374072 [ 3 ] {370dc273-9c1d-4e31-838a-7b1a6a2b3f28} <Debug> DynamicQueryHandler: Done processing query | ||
8102 | 2024.07.25 02:12:47.374096 [ 3 ] {370dc273-9c1d-4e31-838a-7b1a6a2b3f28} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
8103 | 2024.07.25 02:12:47.374112 [ 3 ] {} <Debug> HTTP-Session: af767262-3c12-43e8-82ff-9ab95b68a84d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8104 | 2024.07.25 02:12:47.374233 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8105 | 2024.07.25 02:12:47.374282 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8106 | 2024.07.25 02:12:47.374302 [ 3 ] {} <Debug> HTTP-Session: 64c1b186-3687-4ae6-a19d-b4fe30fa90fb Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
8107 | 2024.07.25 02:12:47.374318 [ 3 ] {} <Debug> HTTP-Session: 64c1b186-3687-4ae6-a19d-b4fe30fa90fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8108 | 2024.07.25 02:12:47.374332 [ 3 ] {} <Debug> HTTP-Session: 64c1b186-3687-4ae6-a19d-b4fe30fa90fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8109 | 2024.07.25 02:12:47.374364 [ 3 ] {} <Trace> HTTP-Session: 64c1b186-3687-4ae6-a19d-b4fe30fa90fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8110 | 2024.07.25 02:12:47.374484 [ 3 ] {51eeb48d-5265-4423-8fa2-c01073ba2fae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8111 | 2024.07.25 02:12:47.374530 [ 3 ] {51eeb48d-5265-4423-8fa2-c01073ba2fae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8112 | 2024.07.25 02:12:47.374662 [ 3 ] {51eeb48d-5265-4423-8fa2-c01073ba2fae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8113 | 2024.07.25 02:12:47.374972 [ 3 ] {51eeb48d-5265-4423-8fa2-c01073ba2fae} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8114 | 2024.07.25 02:12:47.375010 [ 3 ] {51eeb48d-5265-4423-8fa2-c01073ba2fae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8115 | 2024.07.25 02:12:47.375434 [ 3 ] {51eeb48d-5265-4423-8fa2-c01073ba2fae} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
8116 | 2024.07.25 02:12:47.375915 [ 3 ] {51eeb48d-5265-4423-8fa2-c01073ba2fae} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): 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.07.25 02:12:47.376160 [ 3 ] {51eeb48d-5265-4423-8fa2-c01073ba2fae} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001707 sec., 35149.3848857645 rows/sec., 2.37 MiB/sec. | ||
8118 | 2024.07.25 02:12:47.376396 [ 3 ] {51eeb48d-5265-4423-8fa2-c01073ba2fae} <Debug> DynamicQueryHandler: Done processing query | ||
8119 | 2024.07.25 02:12:47.376428 [ 3 ] {51eeb48d-5265-4423-8fa2-c01073ba2fae} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8120 | 2024.07.25 02:12:47.376450 [ 3 ] {} <Debug> HTTP-Session: 64c1b186-3687-4ae6-a19d-b4fe30fa90fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8121 | 2024.07.25 02:12:51.242329 [ 51 ] {} <Debug> DNSResolver: Updating DNS cache | ||
8122 | 2024.07.25 02:12:51.242390 [ 51 ] {} <Debug> DNSResolver: Updated DNS cache | ||
8123 | 2024.07.25 02:12:52.363271 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 4045, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8124 | 2024.07.25 02:12:52.363373 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8125 | 2024.07.25 02:12:52.363397 [ 3 ] {} <Debug> HTTP-Session: 68100656-ecdb-496d-8735-06694379362f Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
8126 | 2024.07.25 02:12:52.363420 [ 3 ] {} <Debug> HTTP-Session: 68100656-ecdb-496d-8735-06694379362f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8127 | 2024.07.25 02:12:52.363434 [ 3 ] {} <Debug> HTTP-Session: 68100656-ecdb-496d-8735-06694379362f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8128 | 2024.07.25 02:12:52.363480 [ 3 ] {} <Trace> HTTP-Session: 68100656-ecdb-496d-8735-06694379362f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8129 | 2024.07.25 02:12:52.363660 [ 3 ] {7da154e2-3f28-443d-a75d-5d8f3b356e22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8130 | 2024.07.25 02:12:52.363729 [ 3 ] {7da154e2-3f28-443d-a75d-5d8f3b356e22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8131 | 2024.07.25 02:12:52.363918 [ 3 ] {7da154e2-3f28-443d-a75d-5d8f3b356e22} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8132 | 2024.07.25 02:12:52.364367 [ 3 ] {7da154e2-3f28-443d-a75d-5d8f3b356e22} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8133 | 2024.07.25 02:12:52.364411 [ 3 ] {7da154e2-3f28-443d-a75d-5d8f3b356e22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8134 | 2024.07.25 02:12:52.364777 [ 3 ] {7da154e2-3f28-443d-a75d-5d8f3b356e22} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
8135 | 2024.07.25 02:12:52.365134 [ 3 ] {7da154e2-3f28-443d-a75d-5d8f3b356e22} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8136 | 2024.07.25 02:12:52.365295 [ 3 ] {7da154e2-3f28-443d-a75d-5d8f3b356e22} <Debug> executeQuery: Read 29 rows, 2.20 KiB in 0.00169 sec., 17159.763313609466 rows/sec., 1.27 MiB/sec. | ||
8137 | 2024.07.25 02:12:52.365616 [ 3 ] {7da154e2-3f28-443d-a75d-5d8f3b356e22} <Debug> DynamicQueryHandler: Done processing query | ||
8138 | 2024.07.25 02:12:52.365648 [ 3 ] {7da154e2-3f28-443d-a75d-5d8f3b356e22} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8139 | 2024.07.25 02:12:52.365665 [ 3 ] {} <Debug> HTTP-Session: 68100656-ecdb-496d-8735-06694379362f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8140 | 2024.07.25 02:12:52.365817 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8141 | 2024.07.25 02:12:52.365874 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8142 | 2024.07.25 02:12:52.365894 [ 3 ] {} <Debug> HTTP-Session: 853d4be9-5736-459e-a95b-703054527ad9 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
8143 | 2024.07.25 02:12:52.365913 [ 3 ] {} <Debug> HTTP-Session: 853d4be9-5736-459e-a95b-703054527ad9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8144 | 2024.07.25 02:12:52.365926 [ 3 ] {} <Debug> HTTP-Session: 853d4be9-5736-459e-a95b-703054527ad9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8145 | 2024.07.25 02:12:52.365961 [ 3 ] {} <Trace> HTTP-Session: 853d4be9-5736-459e-a95b-703054527ad9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8146 | 2024.07.25 02:12:52.366079 [ 3 ] {1f6def34-61ea-44d7-8587-4bd7c89e79b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
8147 | 2024.07.25 02:12:52.366127 [ 3 ] {1f6def34-61ea-44d7-8587-4bd7c89e79b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
8148 | 2024.07.25 02:12:52.366282 [ 3 ] {1f6def34-61ea-44d7-8587-4bd7c89e79b5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8149 | 2024.07.25 02:12:52.366603 [ 3 ] {1f6def34-61ea-44d7-8587-4bd7c89e79b5} <Trace> oximeter.fields_ipaddr (330a275b-5c0e-4112-8190-93317cf14d06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8150 | 2024.07.25 02:12:52.366640 [ 3 ] {1f6def34-61ea-44d7-8587-4bd7c89e79b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8151 | 2024.07.25 02:12:52.366942 [ 3 ] {1f6def34-61ea-44d7-8587-4bd7c89e79b5} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
8152 | 2024.07.25 02:12:52.367262 [ 3 ] {1f6def34-61ea-44d7-8587-4bd7c89e79b5} <Trace> oximeter.fields_ipaddr (330a275b-5c0e-4112-8190-93317cf14d06): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8153 | 2024.07.25 02:12:52.367427 [ 3 ] {1f6def34-61ea-44d7-8587-4bd7c89e79b5} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001379 sec., 1450.3263234227702 rows/sec., 118.26 KiB/sec. | ||
8154 | 2024.07.25 02:12:52.367637 [ 3 ] {1f6def34-61ea-44d7-8587-4bd7c89e79b5} <Debug> DynamicQueryHandler: Done processing query | ||
8155 | 2024.07.25 02:12:52.367662 [ 3 ] {1f6def34-61ea-44d7-8587-4bd7c89e79b5} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8156 | 2024.07.25 02:12:52.367679 [ 3 ] {} <Debug> HTTP-Session: 853d4be9-5736-459e-a95b-703054527ad9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8157 | 2024.07.25 02:12:52.367842 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 34863, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8158 | 2024.07.25 02:12:52.367896 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8159 | 2024.07.25 02:12:52.367915 [ 3 ] {} <Debug> HTTP-Session: 10d5a56a-6419-4fbf-b38c-ea29410c9605 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
8160 | 2024.07.25 02:12:52.367932 [ 3 ] {} <Debug> HTTP-Session: 10d5a56a-6419-4fbf-b38c-ea29410c9605 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8161 | 2024.07.25 02:12:52.367945 [ 3 ] {} <Debug> HTTP-Session: 10d5a56a-6419-4fbf-b38c-ea29410c9605 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8162 | 2024.07.25 02:12:52.367978 [ 3 ] {} <Trace> HTTP-Session: 10d5a56a-6419-4fbf-b38c-ea29410c9605 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8163 | 2024.07.25 02:12:52.368147 [ 3 ] {4406f217-706b-4f7a-9e21-834de961b2af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8164 | 2024.07.25 02:12:52.368192 [ 3 ] {4406f217-706b-4f7a-9e21-834de961b2af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8165 | 2024.07.25 02:12:52.368318 [ 3 ] {4406f217-706b-4f7a-9e21-834de961b2af} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8166 | 2024.07.25 02:12:52.368759 [ 3 ] {4406f217-706b-4f7a-9e21-834de961b2af} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8167 | 2024.07.25 02:12:52.368797 [ 3 ] {4406f217-706b-4f7a-9e21-834de961b2af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8168 | 2024.07.25 02:12:52.369130 [ 3 ] {4406f217-706b-4f7a-9e21-834de961b2af} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
8169 | 2024.07.25 02:12:52.369441 [ 3 ] {4406f217-706b-4f7a-9e21-834de961b2af} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8170 | 2024.07.25 02:12:52.369603 [ 3 ] {4406f217-706b-4f7a-9e21-834de961b2af} <Debug> executeQuery: Read 231 rows, 20.83 KiB in 0.001531 sec., 150881.77661659045 rows/sec., 13.29 MiB/sec. | ||
8171 | 2024.07.25 02:12:52.369768 [ 3 ] {4406f217-706b-4f7a-9e21-834de961b2af} <Debug> DynamicQueryHandler: Done processing query | ||
8172 | 2024.07.25 02:12:52.369793 [ 3 ] {4406f217-706b-4f7a-9e21-834de961b2af} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
8173 | 2024.07.25 02:12:52.369810 [ 3 ] {} <Debug> HTTP-Session: 10d5a56a-6419-4fbf-b38c-ea29410c9605 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8174 | 2024.07.25 02:12:52.369955 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8175 | 2024.07.25 02:12:52.370017 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8176 | 2024.07.25 02:12:52.370041 [ 3 ] {} <Debug> HTTP-Session: de64c921-ce76-4686-9672-e0ee9389219f Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
8177 | 2024.07.25 02:12:52.370059 [ 3 ] {} <Debug> HTTP-Session: de64c921-ce76-4686-9672-e0ee9389219f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8178 | 2024.07.25 02:12:52.370078 [ 3 ] {} <Debug> HTTP-Session: de64c921-ce76-4686-9672-e0ee9389219f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8179 | 2024.07.25 02:12:52.370112 [ 3 ] {} <Trace> HTTP-Session: de64c921-ce76-4686-9672-e0ee9389219f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8180 | 2024.07.25 02:12:52.370229 [ 3 ] {0c5b8c74-22c4-4d01-bfe2-ad3f8fdbcd5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
8181 | 2024.07.25 02:12:52.370276 [ 3 ] {0c5b8c74-22c4-4d01-bfe2-ad3f8fdbcd5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8182 | 2024.07.25 02:12:52.370411 [ 3 ] {0c5b8c74-22c4-4d01-bfe2-ad3f8fdbcd5d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8183 | 2024.07.25 02:12:52.370718 [ 3 ] {0c5b8c74-22c4-4d01-bfe2-ad3f8fdbcd5d} <Trace> oximeter.fields_u16 (977fada6-76a3-44eb-8ed0-7c71340c6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8184 | 2024.07.25 02:12:52.370755 [ 3 ] {0c5b8c74-22c4-4d01-bfe2-ad3f8fdbcd5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8185 | 2024.07.25 02:12:52.371078 [ 3 ] {0c5b8c74-22c4-4d01-bfe2-ad3f8fdbcd5d} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
8186 | 2024.07.25 02:12:52.371404 [ 3 ] {0c5b8c74-22c4-4d01-bfe2-ad3f8fdbcd5d} <Trace> oximeter.fields_u16 (977fada6-76a3-44eb-8ed0-7c71340c6e1a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8187 | 2024.07.25 02:12:52.371560 [ 3 ] {0c5b8c74-22c4-4d01-bfe2-ad3f8fdbcd5d} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.00135 sec., 1481.4814814814813 rows/sec., 103.44 KiB/sec. | ||
8188 | 2024.07.25 02:12:52.371877 [ 3 ] {0c5b8c74-22c4-4d01-bfe2-ad3f8fdbcd5d} <Debug> DynamicQueryHandler: Done processing query | ||
8189 | 2024.07.25 02:12:52.371903 [ 3 ] {0c5b8c74-22c4-4d01-bfe2-ad3f8fdbcd5d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8190 | 2024.07.25 02:12:52.371920 [ 3 ] {} <Debug> HTTP-Session: de64c921-ce76-4686-9672-e0ee9389219f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8191 | 2024.07.25 02:12:52.372083 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 65800, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8192 | 2024.07.25 02:12:52.372135 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8193 | 2024.07.25 02:12:52.372155 [ 3 ] {} <Debug> HTTP-Session: f12f6101-15ae-4aaf-ab58-94c0fa355546 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
8194 | 2024.07.25 02:12:52.372174 [ 3 ] {} <Debug> HTTP-Session: f12f6101-15ae-4aaf-ab58-94c0fa355546 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8195 | 2024.07.25 02:12:52.372189 [ 3 ] {} <Debug> HTTP-Session: f12f6101-15ae-4aaf-ab58-94c0fa355546 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8196 | 2024.07.25 02:12:52.372221 [ 3 ] {} <Trace> HTTP-Session: f12f6101-15ae-4aaf-ab58-94c0fa355546 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8197 | 2024.07.25 02:12:52.372442 [ 3 ] {961f0fab-9f8f-4b5d-aded-02d69c3ff3b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8198 | 2024.07.25 02:12:52.372491 [ 3 ] {961f0fab-9f8f-4b5d-aded-02d69c3ff3b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8199 | 2024.07.25 02:12:52.372648 [ 3 ] {961f0fab-9f8f-4b5d-aded-02d69c3ff3b7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8200 | 2024.07.25 02:12:52.373203 [ 3 ] {961f0fab-9f8f-4b5d-aded-02d69c3ff3b7} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8201 | 2024.07.25 02:12:52.373241 [ 3 ] {961f0fab-9f8f-4b5d-aded-02d69c3ff3b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8202 | 2024.07.25 02:12:52.373576 [ 3 ] {961f0fab-9f8f-4b5d-aded-02d69c3ff3b7} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
8203 | 2024.07.25 02:12:52.373911 [ 3 ] {961f0fab-9f8f-4b5d-aded-02d69c3ff3b7} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8204 | 2024.07.25 02:12:52.374060 [ 3 ] {961f0fab-9f8f-4b5d-aded-02d69c3ff3b7} <Debug> executeQuery: Read 407 rows, 29.48 KiB in 0.001731 sec., 235124.20566146736 rows/sec., 16.63 MiB/sec. | ||
8205 | 2024.07.25 02:12:52.374275 [ 3 ] {961f0fab-9f8f-4b5d-aded-02d69c3ff3b7} <Debug> DynamicQueryHandler: Done processing query | ||
8206 | 2024.07.25 02:12:52.374310 [ 3 ] {961f0fab-9f8f-4b5d-aded-02d69c3ff3b7} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
8207 | 2024.07.25 02:12:52.374327 [ 3 ] {} <Debug> HTTP-Session: f12f6101-15ae-4aaf-ab58-94c0fa355546 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8208 | 2024.07.25 02:12:52.374465 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8209 | 2024.07.25 02:12:52.374517 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8210 | 2024.07.25 02:12:52.374538 [ 3 ] {} <Debug> HTTP-Session: d1ffbd90-6741-4ad8-a53d-28e1da4a19d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
8211 | 2024.07.25 02:12:52.374554 [ 3 ] {} <Debug> HTTP-Session: d1ffbd90-6741-4ad8-a53d-28e1da4a19d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8212 | 2024.07.25 02:12:52.374567 [ 3 ] {} <Debug> HTTP-Session: d1ffbd90-6741-4ad8-a53d-28e1da4a19d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8213 | 2024.07.25 02:12:52.374609 [ 3 ] {} <Trace> HTTP-Session: d1ffbd90-6741-4ad8-a53d-28e1da4a19d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8214 | 2024.07.25 02:12:52.374739 [ 3 ] {4e06e5bb-f249-4ed8-8e62-b4b2ffe2b40e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
8215 | 2024.07.25 02:12:52.374803 [ 3 ] {4e06e5bb-f249-4ed8-8e62-b4b2ffe2b40e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
8216 | 2024.07.25 02:12:52.374995 [ 3 ] {4e06e5bb-f249-4ed8-8e62-b4b2ffe2b40e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8217 | 2024.07.25 02:12:52.375383 [ 3 ] {4e06e5bb-f249-4ed8-8e62-b4b2ffe2b40e} <Trace> oximeter.measurements_bool (8163702d-f428-4b08-bb37-b5af976016c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8218 | 2024.07.25 02:12:52.375422 [ 3 ] {4e06e5bb-f249-4ed8-8e62-b4b2ffe2b40e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8219 | 2024.07.25 02:12:52.375802 [ 3 ] {4e06e5bb-f249-4ed8-8e62-b4b2ffe2b40e} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
8220 | 2024.07.25 02:12:52.376155 [ 3 ] {4e06e5bb-f249-4ed8-8e62-b4b2ffe2b40e} <Trace> oximeter.measurements_bool (8163702d-f428-4b08-bb37-b5af976016c8): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8221 | 2024.07.25 02:12:52.376323 [ 50 ] {} <Debug> oximeter.measurements_bool (8163702d-f428-4b08-bb37-b5af976016c8) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
8222 | 2024.07.25 02:12:52.376335 [ 3 ] {4e06e5bb-f249-4ed8-8e62-b4b2ffe2b40e} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001616 sec., 3712.871287128713 rows/sec., 159.54 KiB/sec. | ||
8223 | 2024.07.25 02:12:52.376414 [ 50 ] {} <Trace> oximeter.measurements_bool (8163702d-f428-4b08-bb37-b5af976016c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8224 | 2024.07.25 02:12:52.376504 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8225 | 2024.07.25 02:12:52.376914 [ 3 ] {4e06e5bb-f249-4ed8-8e62-b4b2ffe2b40e} <Debug> DynamicQueryHandler: Done processing query | ||
8226 | 2024.07.25 02:12:52.377023 [ 3 ] {4e06e5bb-f249-4ed8-8e62-b4b2ffe2b40e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
8227 | 2024.07.25 02:12:52.377126 [ 3 ] {} <Debug> HTTP-Session: d1ffbd90-6741-4ad8-a53d-28e1da4a19d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8228 | 2024.07.25 02:12:52.377284 [ 194 ] {8163702d-f428-4b08-bb37-b5af976016c8::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 | ||
8229 | 2024.07.25 02:12:52.377440 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 14082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8230 | 2024.07.25 02:12:52.377546 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8231 | 2024.07.25 02:12:52.377603 [ 3 ] {} <Debug> HTTP-Session: e5a6853b-e636-4587-b093-c3a42c86f894 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
8232 | 2024.07.25 02:12:52.377648 [ 3 ] {} <Debug> HTTP-Session: e5a6853b-e636-4587-b093-c3a42c86f894 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8233 | 2024.07.25 02:12:52.377688 [ 3 ] {} <Debug> HTTP-Session: e5a6853b-e636-4587-b093-c3a42c86f894 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8234 | 2024.07.25 02:12:52.377688 [ 194 ] {8163702d-f428-4b08-bb37-b5af976016c8::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8235 | 2024.07.25 02:12:52.377739 [ 3 ] {} <Trace> HTTP-Session: e5a6853b-e636-4587-b093-c3a42c86f894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8236 | 2024.07.25 02:12:52.377762 [ 194 ] {8163702d-f428-4b08-bb37-b5af976016c8::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 | ||
8237 | 2024.07.25 02:12:52.378025 [ 194 ] {8163702d-f428-4b08-bb37-b5af976016c8::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 | ||
8238 | 2024.07.25 02:12:52.378100 [ 3 ] {98c9ace0-c23b-4163-a2fc-83dff97a468d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
8239 | 2024.07.25 02:12:52.378340 [ 3 ] {98c9ace0-c23b-4163-a2fc-83dff97a468d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
8240 | 2024.07.25 02:12:52.378387 [ 194 ] {8163702d-f428-4b08-bb37-b5af976016c8::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 | ||
8241 | 2024.07.25 02:12:52.378682 [ 194 ] {8163702d-f428-4b08-bb37-b5af976016c8::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 | ||
8242 | 2024.07.25 02:12:52.379070 [ 194 ] {8163702d-f428-4b08-bb37-b5af976016c8::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 | ||
8243 | 2024.07.25 02:12:52.379414 [ 194 ] {8163702d-f428-4b08-bb37-b5af976016c8::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 | ||
8244 | 2024.07.25 02:12:52.379563 [ 3 ] {98c9ace0-c23b-4163-a2fc-83dff97a468d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8245 | 2024.07.25 02:12:52.380642 [ 3 ] {98c9ace0-c23b-4163-a2fc-83dff97a468d} <Trace> oximeter.measurements_cumulativei64 (ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8246 | 2024.07.25 02:12:52.380699 [ 3 ] {98c9ace0-c23b-4163-a2fc-83dff97a468d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8247 | 2024.07.25 02:12:52.381769 [ 3 ] {98c9ace0-c23b-4163-a2fc-83dff97a468d} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
8248 | 2024.07.25 02:12:52.382203 [ 194 ] {8163702d-f428-4b08-bb37-b5af976016c8::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 126 rows, containing 4 columns (4 merged, 0 gathered) in 0.005448924 sec., 23123.831420662136 rows/sec., 993.60 KiB/sec. | ||
8249 | 2024.07.25 02:12:52.382423 [ 194 ] {8163702d-f428-4b08-bb37-b5af976016c8::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
8250 | 2024.07.25 02:12:52.382629 [ 3 ] {98c9ace0-c23b-4163-a2fc-83dff97a468d} <Trace> oximeter.measurements_cumulativei64 (ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8251 | 2024.07.25 02:12:52.382975 [ 49 ] {} <Debug> oximeter.measurements_cumulativei64 (ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
8252 | 2024.07.25 02:12:52.383031 [ 3 ] {98c9ace0-c23b-4163-a2fc-83dff97a468d} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.00512 sec., 15039.062499999998 rows/sec., 948.33 KiB/sec. | ||
8253 | 2024.07.25 02:12:52.383103 [ 49 ] {} <Trace> oximeter.measurements_cumulativei64 (ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8254 | 2024.07.25 02:12:52.383208 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8255 | 2024.07.25 02:12:52.383539 [ 196 ] {ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7::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 | ||
8256 | 2024.07.25 02:12:52.383621 [ 3 ] {98c9ace0-c23b-4163-a2fc-83dff97a468d} <Debug> DynamicQueryHandler: Done processing query | ||
8257 | 2024.07.25 02:12:52.383713 [ 3 ] {98c9ace0-c23b-4163-a2fc-83dff97a468d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
8258 | 2024.07.25 02:12:52.383741 [ 195 ] {8163702d-f428-4b08-bb37-b5af976016c8::all_1_21_4} <Trace> oximeter.measurements_bool (8163702d-f428-4b08-bb37-b5af976016c8): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8259 | 2024.07.25 02:12:52.383793 [ 3 ] {} <Debug> HTTP-Session: e5a6853b-e636-4587-b093-c3a42c86f894 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8260 | 2024.07.25 02:12:52.384028 [ 196 ] {ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8261 | 2024.07.25 02:12:52.384045 [ 195 ] {8163702d-f428-4b08-bb37-b5af976016c8::all_1_21_4} <Trace> oximeter.measurements_bool (8163702d-f428-4b08-bb37-b5af976016c8) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
8262 | 2024.07.25 02:12:52.384114 [ 196 ] {ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1232 rows starting from the beginning of the part | ||
8263 | 2024.07.25 02:12:52.384151 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 30797, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8264 | 2024.07.25 02:12:52.384334 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
8265 | 2024.07.25 02:12:52.384414 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8266 | 2024.07.25 02:12:52.384533 [ 3 ] {} <Debug> HTTP-Session: 02e89ccf-703b-4e98-baaf-b03f6ef460be Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
8267 | 2024.07.25 02:12:52.384548 [ 196 ] {ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 77 rows starting from the beginning of the part | ||
8268 | 2024.07.25 02:12:52.384588 [ 3 ] {} <Debug> HTTP-Session: 02e89ccf-703b-4e98-baaf-b03f6ef460be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8269 | 2024.07.25 02:12:52.384636 [ 3 ] {} <Debug> HTTP-Session: 02e89ccf-703b-4e98-baaf-b03f6ef460be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8270 | 2024.07.25 02:12:52.384766 [ 3 ] {} <Trace> HTTP-Session: 02e89ccf-703b-4e98-baaf-b03f6ef460be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8271 | 2024.07.25 02:12:52.384890 [ 196 ] {ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 77 rows starting from the beginning of the part | ||
8272 | 2024.07.25 02:12:52.385136 [ 196 ] {ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 77 rows starting from the beginning of the part | ||
8273 | 2024.07.25 02:12:52.385164 [ 3 ] {38af8e7e-fe08-4980-9201-13bf3ea240cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8274 | 2024.07.25 02:12:52.385331 [ 3 ] {38af8e7e-fe08-4980-9201-13bf3ea240cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8275 | 2024.07.25 02:12:52.385421 [ 196 ] {ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 77 rows starting from the beginning of the part | ||
8276 | 2024.07.25 02:12:52.385856 [ 196 ] {ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 77 rows starting from the beginning of the part | ||
8277 | 2024.07.25 02:12:52.386631 [ 3 ] {38af8e7e-fe08-4980-9201-13bf3ea240cf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8278 | 2024.07.25 02:12:52.387339 [ 3 ] {38af8e7e-fe08-4980-9201-13bf3ea240cf} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8279 | 2024.07.25 02:12:52.387402 [ 3 ] {38af8e7e-fe08-4980-9201-13bf3ea240cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8280 | 2024.07.25 02:12:52.388445 [ 3 ] {38af8e7e-fe08-4980-9201-13bf3ea240cf} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
8281 | 2024.07.25 02:12:52.389189 [ 194 ] {ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1617 rows, containing 5 columns (5 merged, 0 gathered) in 0.005834039 sec., 277166.4707760781 rows/sec., 17.07 MiB/sec. | ||
8282 | 2024.07.25 02:12:52.389254 [ 3 ] {38af8e7e-fe08-4980-9201-13bf3ea240cf} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8283 | 2024.07.25 02:12:52.389513 [ 194 ] {ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
8284 | 2024.07.25 02:12:52.389535 [ 3 ] {38af8e7e-fe08-4980-9201-13bf3ea240cf} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.004565 sec., 35268.346111719606 rows/sec., 2.46 MiB/sec. | ||
8285 | 2024.07.25 02:12:52.389977 [ 3 ] {38af8e7e-fe08-4980-9201-13bf3ea240cf} <Debug> DynamicQueryHandler: Done processing query | ||
8286 | 2024.07.25 02:12:52.390060 [ 3 ] {38af8e7e-fe08-4980-9201-13bf3ea240cf} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8287 | 2024.07.25 02:12:52.390112 [ 3 ] {} <Debug> HTTP-Session: 02e89ccf-703b-4e98-baaf-b03f6ef460be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8288 | 2024.07.25 02:12:52.390355 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 37027, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8289 | 2024.07.25 02:12:52.390416 [ 199 ] {ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7::all_1_21_4} <Trace> oximeter.measurements_cumulativei64 (ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8290 | 2024.07.25 02:12:52.390456 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8291 | 2024.07.25 02:12:52.390519 [ 3 ] {} <Debug> HTTP-Session: 4042720d-1c18-4412-901f-7d3383a4b6a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
8292 | 2024.07.25 02:12:52.390558 [ 3 ] {} <Debug> HTTP-Session: 4042720d-1c18-4412-901f-7d3383a4b6a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8293 | 2024.07.25 02:12:52.390603 [ 3 ] {} <Debug> HTTP-Session: 4042720d-1c18-4412-901f-7d3383a4b6a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8294 | 2024.07.25 02:12:52.390645 [ 199 ] {ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7::all_1_21_4} <Trace> oximeter.measurements_cumulativei64 (ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
8295 | 2024.07.25 02:12:52.390666 [ 3 ] {} <Trace> HTTP-Session: 4042720d-1c18-4412-901f-7d3383a4b6a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8296 | 2024.07.25 02:12:52.390819 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. | ||
8297 | 2024.07.25 02:12:52.391125 [ 3 ] {ce0d16cf-fe6c-4842-8deb-534adc9805f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8298 | 2024.07.25 02:12:52.391204 [ 3 ] {ce0d16cf-fe6c-4842-8deb-534adc9805f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
8299 | 2024.07.25 02:12:52.391676 [ 3 ] {ce0d16cf-fe6c-4842-8deb-534adc9805f6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8300 | 2024.07.25 02:12:52.392615 [ 3 ] {ce0d16cf-fe6c-4842-8deb-534adc9805f6} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8301 | 2024.07.25 02:12:52.392660 [ 3 ] {ce0d16cf-fe6c-4842-8deb-534adc9805f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8302 | 2024.07.25 02:12:52.393825 [ 3 ] {ce0d16cf-fe6c-4842-8deb-534adc9805f6} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
8303 | 2024.07.25 02:12:52.394291 [ 3 ] {ce0d16cf-fe6c-4842-8deb-534adc9805f6} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8304 | 2024.07.25 02:12:52.394491 [ 3 ] {ce0d16cf-fe6c-4842-8deb-534adc9805f6} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.003652 sec., 6297.918948521358 rows/sec., 11.29 MiB/sec. | ||
8305 | 2024.07.25 02:12:52.394751 [ 3 ] {ce0d16cf-fe6c-4842-8deb-534adc9805f6} <Debug> DynamicQueryHandler: Done processing query | ||
8306 | 2024.07.25 02:12:52.394777 [ 3 ] {ce0d16cf-fe6c-4842-8deb-534adc9805f6} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
8307 | 2024.07.25 02:12:52.394793 [ 3 ] {} <Debug> HTTP-Session: 4042720d-1c18-4412-901f-7d3383a4b6a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8308 | 2024.07.25 02:12:52.394909 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 3211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8309 | 2024.07.25 02:12:52.394958 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8310 | 2024.07.25 02:12:52.394977 [ 3 ] {} <Debug> HTTP-Session: 5f5e634a-3b5a-4a8a-8576-6ceeb7cb41ec Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
8311 | 2024.07.25 02:12:52.394993 [ 3 ] {} <Debug> HTTP-Session: 5f5e634a-3b5a-4a8a-8576-6ceeb7cb41ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8312 | 2024.07.25 02:12:52.395007 [ 3 ] {} <Debug> HTTP-Session: 5f5e634a-3b5a-4a8a-8576-6ceeb7cb41ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8313 | 2024.07.25 02:12:52.395039 [ 3 ] {} <Trace> HTTP-Session: 5f5e634a-3b5a-4a8a-8576-6ceeb7cb41ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8314 | 2024.07.25 02:12:52.395142 [ 3 ] {24039006-3f37-4829-919e-1447e435c04c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
8315 | 2024.07.25 02:12:52.395186 [ 3 ] {24039006-3f37-4829-919e-1447e435c04c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
8316 | 2024.07.25 02:12:52.395318 [ 3 ] {24039006-3f37-4829-919e-1447e435c04c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8317 | 2024.07.25 02:12:52.395606 [ 3 ] {24039006-3f37-4829-919e-1447e435c04c} <Trace> oximeter.measurements_i64 (4af3948b-7ee8-4a0a-bff7-9db9837b5273): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8318 | 2024.07.25 02:12:52.395641 [ 3 ] {24039006-3f37-4829-919e-1447e435c04c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8319 | 2024.07.25 02:12:52.396003 [ 3 ] {24039006-3f37-4829-919e-1447e435c04c} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
8320 | 2024.07.25 02:12:52.396326 [ 3 ] {24039006-3f37-4829-919e-1447e435c04c} <Trace> oximeter.measurements_i64 (4af3948b-7ee8-4a0a-bff7-9db9837b5273): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8321 | 2024.07.25 02:12:52.396485 [ 3 ] {24039006-3f37-4829-919e-1447e435c04c} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001363 sec., 16874.541452677917 rows/sec., 912.80 KiB/sec. | ||
8322 | 2024.07.25 02:12:52.396691 [ 3 ] {24039006-3f37-4829-919e-1447e435c04c} <Debug> DynamicQueryHandler: Done processing query | ||
8323 | 2024.07.25 02:12:52.396715 [ 3 ] {24039006-3f37-4829-919e-1447e435c04c} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
8324 | 2024.07.25 02:12:52.396730 [ 3 ] {} <Debug> HTTP-Session: 5f5e634a-3b5a-4a8a-8576-6ceeb7cb41ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8325 | 2024.07.25 02:12:52.396863 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8326 | 2024.07.25 02:12:52.396911 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8327 | 2024.07.25 02:12:52.396929 [ 3 ] {} <Debug> HTTP-Session: fc329e84-dd9b-46be-9ad0-83cba158ca8d Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
8328 | 2024.07.25 02:12:52.396945 [ 3 ] {} <Debug> HTTP-Session: fc329e84-dd9b-46be-9ad0-83cba158ca8d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8329 | 2024.07.25 02:12:52.396959 [ 3 ] {} <Debug> HTTP-Session: fc329e84-dd9b-46be-9ad0-83cba158ca8d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8330 | 2024.07.25 02:12:52.396989 [ 3 ] {} <Trace> HTTP-Session: fc329e84-dd9b-46be-9ad0-83cba158ca8d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8331 | 2024.07.25 02:12:52.397105 [ 3 ] {cf9cb282-aa9a-41d3-a491-5183602318d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8332 | 2024.07.25 02:12:52.397149 [ 3 ] {cf9cb282-aa9a-41d3-a491-5183602318d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8333 | 2024.07.25 02:12:52.397277 [ 3 ] {cf9cb282-aa9a-41d3-a491-5183602318d0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8334 | 2024.07.25 02:12:52.397589 [ 3 ] {cf9cb282-aa9a-41d3-a491-5183602318d0} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8335 | 2024.07.25 02:12:52.397625 [ 3 ] {cf9cb282-aa9a-41d3-a491-5183602318d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8336 | 2024.07.25 02:12:52.397974 [ 3 ] {cf9cb282-aa9a-41d3-a491-5183602318d0} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
8337 | 2024.07.25 02:12:52.398287 [ 3 ] {cf9cb282-aa9a-41d3-a491-5183602318d0} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8338 | 2024.07.25 02:12:52.398449 [ 3 ] {cf9cb282-aa9a-41d3-a491-5183602318d0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001379 sec., 43509.789702683105 rows/sec., 2.93 MiB/sec. | ||
8339 | 2024.07.25 02:12:52.398637 [ 3 ] {cf9cb282-aa9a-41d3-a491-5183602318d0} <Debug> DynamicQueryHandler: Done processing query | ||
8340 | 2024.07.25 02:12:52.398670 [ 3 ] {cf9cb282-aa9a-41d3-a491-5183602318d0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8341 | 2024.07.25 02:12:52.398697 [ 3 ] {} <Debug> HTTP-Session: fc329e84-dd9b-46be-9ad0-83cba158ca8d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8342 | 2024.07.25 02:12:57.357530 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 1489, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8343 | 2024.07.25 02:12:57.357667 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8344 | 2024.07.25 02:12:57.357697 [ 3 ] {} <Debug> HTTP-Session: c90f8d92-e0a6-4325-9d6a-04624254c704 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
8345 | 2024.07.25 02:12:57.357726 [ 3 ] {} <Debug> HTTP-Session: c90f8d92-e0a6-4325-9d6a-04624254c704 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8346 | 2024.07.25 02:12:57.357743 [ 3 ] {} <Debug> HTTP-Session: c90f8d92-e0a6-4325-9d6a-04624254c704 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8347 | 2024.07.25 02:12:57.357797 [ 3 ] {} <Trace> HTTP-Session: c90f8d92-e0a6-4325-9d6a-04624254c704 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8348 | 2024.07.25 02:12:57.357997 [ 3 ] {17c5898d-9b71-4ef6-95a0-65d86981dddc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8349 | 2024.07.25 02:12:57.358070 [ 3 ] {17c5898d-9b71-4ef6-95a0-65d86981dddc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8350 | 2024.07.25 02:12:57.358284 [ 3 ] {17c5898d-9b71-4ef6-95a0-65d86981dddc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8351 | 2024.07.25 02:12:57.358796 [ 3 ] {17c5898d-9b71-4ef6-95a0-65d86981dddc} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8352 | 2024.07.25 02:12:57.358838 [ 3 ] {17c5898d-9b71-4ef6-95a0-65d86981dddc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8353 | 2024.07.25 02:12:57.359216 [ 3 ] {17c5898d-9b71-4ef6-95a0-65d86981dddc} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
8354 | 2024.07.25 02:12:57.359571 [ 3 ] {17c5898d-9b71-4ef6-95a0-65d86981dddc} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8355 | 2024.07.25 02:12:57.359724 [ 3 ] {17c5898d-9b71-4ef6-95a0-65d86981dddc} <Debug> executeQuery: Read 10 rows, 830.00 B in 0.001788 sec., 5592.841163310962 rows/sec., 453.33 KiB/sec. | ||
8356 | 2024.07.25 02:12:57.360036 [ 3 ] {17c5898d-9b71-4ef6-95a0-65d86981dddc} <Debug> DynamicQueryHandler: Done processing query | ||
8357 | 2024.07.25 02:12:57.360089 [ 3 ] {17c5898d-9b71-4ef6-95a0-65d86981dddc} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8358 | 2024.07.25 02:12:57.360116 [ 3 ] {} <Debug> HTTP-Session: c90f8d92-e0a6-4325-9d6a-04624254c704 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8359 | 2024.07.25 02:12:57.360278 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 12377, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8360 | 2024.07.25 02:12:57.360333 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8361 | 2024.07.25 02:12:57.360352 [ 3 ] {} <Debug> HTTP-Session: e88ddd78-fbc4-4a2e-b9cc-77848fd5314e Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
8362 | 2024.07.25 02:12:57.360370 [ 3 ] {} <Debug> HTTP-Session: e88ddd78-fbc4-4a2e-b9cc-77848fd5314e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8363 | 2024.07.25 02:12:57.360384 [ 3 ] {} <Debug> HTTP-Session: e88ddd78-fbc4-4a2e-b9cc-77848fd5314e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8364 | 2024.07.25 02:12:57.360419 [ 3 ] {} <Trace> HTTP-Session: e88ddd78-fbc4-4a2e-b9cc-77848fd5314e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8365 | 2024.07.25 02:12:57.360551 [ 3 ] {4f5fa3d3-8e92-4143-895a-3958319afe83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8366 | 2024.07.25 02:12:57.360599 [ 3 ] {4f5fa3d3-8e92-4143-895a-3958319afe83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8367 | 2024.07.25 02:12:57.360753 [ 3 ] {4f5fa3d3-8e92-4143-895a-3958319afe83} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8368 | 2024.07.25 02:12:57.361124 [ 3 ] {4f5fa3d3-8e92-4143-895a-3958319afe83} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8369 | 2024.07.25 02:12:57.361161 [ 3 ] {4f5fa3d3-8e92-4143-895a-3958319afe83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8370 | 2024.07.25 02:12:57.361478 [ 3 ] {4f5fa3d3-8e92-4143-895a-3958319afe83} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
8371 | 2024.07.25 02:12:57.361781 [ 3 ] {4f5fa3d3-8e92-4143-895a-3958319afe83} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8372 | 2024.07.25 02:12:57.361906 [ 3 ] {4f5fa3d3-8e92-4143-895a-3958319afe83} <Debug> executeQuery: Read 86 rows, 7.13 KiB in 0.001405 sec., 61209.96441281139 rows/sec., 4.95 MiB/sec. | ||
8373 | 2024.07.25 02:12:57.362173 [ 3 ] {4f5fa3d3-8e92-4143-895a-3958319afe83} <Debug> DynamicQueryHandler: Done processing query | ||
8374 | 2024.07.25 02:12:57.362233 [ 3 ] {4f5fa3d3-8e92-4143-895a-3958319afe83} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
8375 | 2024.07.25 02:12:57.362284 [ 3 ] {} <Debug> HTTP-Session: e88ddd78-fbc4-4a2e-b9cc-77848fd5314e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8376 | 2024.07.25 02:12:57.362478 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 12574, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8377 | 2024.07.25 02:12:57.362532 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8378 | 2024.07.25 02:12:57.362551 [ 3 ] {} <Debug> HTTP-Session: 46af7345-a82d-4af6-9e2a-9a20c930c0f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
8379 | 2024.07.25 02:12:57.362568 [ 3 ] {} <Debug> HTTP-Session: 46af7345-a82d-4af6-9e2a-9a20c930c0f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8380 | 2024.07.25 02:12:57.362582 [ 3 ] {} <Debug> HTTP-Session: 46af7345-a82d-4af6-9e2a-9a20c930c0f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8381 | 2024.07.25 02:12:57.362615 [ 3 ] {} <Trace> HTTP-Session: 46af7345-a82d-4af6-9e2a-9a20c930c0f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8382 | 2024.07.25 02:12:57.362745 [ 3 ] {97bbdc4b-cf99-4e24-b752-befa3183f64f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8383 | 2024.07.25 02:12:57.362790 [ 3 ] {97bbdc4b-cf99-4e24-b752-befa3183f64f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8384 | 2024.07.25 02:12:57.362935 [ 3 ] {97bbdc4b-cf99-4e24-b752-befa3183f64f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8385 | 2024.07.25 02:12:57.363295 [ 3 ] {97bbdc4b-cf99-4e24-b752-befa3183f64f} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8386 | 2024.07.25 02:12:57.363332 [ 3 ] {97bbdc4b-cf99-4e24-b752-befa3183f64f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8387 | 2024.07.25 02:12:57.363644 [ 3 ] {97bbdc4b-cf99-4e24-b752-befa3183f64f} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
8388 | 2024.07.25 02:12:57.363949 [ 3 ] {97bbdc4b-cf99-4e24-b752-befa3183f64f} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8389 | 2024.07.25 02:12:57.364073 [ 3 ] {97bbdc4b-cf99-4e24-b752-befa3183f64f} <Debug> executeQuery: Read 74 rows, 5.92 KiB in 0.00138 sec., 53623.188405797104 rows/sec., 4.19 MiB/sec. | ||
8390 | 2024.07.25 02:12:57.364233 [ 3 ] {97bbdc4b-cf99-4e24-b752-befa3183f64f} <Debug> DynamicQueryHandler: Done processing query | ||
8391 | 2024.07.25 02:12:57.364257 [ 3 ] {97bbdc4b-cf99-4e24-b752-befa3183f64f} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
8392 | 2024.07.25 02:12:57.364273 [ 3 ] {} <Debug> HTTP-Session: 46af7345-a82d-4af6-9e2a-9a20c930c0f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8393 | 2024.07.25 02:12:57.364449 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 30607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8394 | 2024.07.25 02:12:57.364498 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8395 | 2024.07.25 02:12:57.364516 [ 3 ] {} <Debug> HTTP-Session: e1891ae7-4ee9-4d02-b55f-9156ce268437 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
8396 | 2024.07.25 02:12:57.364532 [ 3 ] {} <Debug> HTTP-Session: e1891ae7-4ee9-4d02-b55f-9156ce268437 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8397 | 2024.07.25 02:12:57.364546 [ 3 ] {} <Debug> HTTP-Session: e1891ae7-4ee9-4d02-b55f-9156ce268437 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8398 | 2024.07.25 02:12:57.364576 [ 3 ] {} <Trace> HTTP-Session: e1891ae7-4ee9-4d02-b55f-9156ce268437 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8399 | 2024.07.25 02:12:57.364720 [ 3 ] {ac09213e-ef30-46df-b611-3e6d0f471c65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8400 | 2024.07.25 02:12:57.364766 [ 3 ] {ac09213e-ef30-46df-b611-3e6d0f471c65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8401 | 2024.07.25 02:12:57.364907 [ 3 ] {ac09213e-ef30-46df-b611-3e6d0f471c65} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8402 | 2024.07.25 02:12:57.365361 [ 3 ] {ac09213e-ef30-46df-b611-3e6d0f471c65} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8403 | 2024.07.25 02:12:57.365396 [ 3 ] {ac09213e-ef30-46df-b611-3e6d0f471c65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8404 | 2024.07.25 02:12:57.365782 [ 3 ] {ac09213e-ef30-46df-b611-3e6d0f471c65} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
8405 | 2024.07.25 02:12:57.366135 [ 3 ] {ac09213e-ef30-46df-b611-3e6d0f471c65} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8406 | 2024.07.25 02:12:57.366262 [ 3 ] {ac09213e-ef30-46df-b611-3e6d0f471c65} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00161 sec., 99378.88198757764 rows/sec., 6.92 MiB/sec. | ||
8407 | 2024.07.25 02:12:57.366542 [ 3 ] {ac09213e-ef30-46df-b611-3e6d0f471c65} <Debug> DynamicQueryHandler: Done processing query | ||
8408 | 2024.07.25 02:12:57.366593 [ 3 ] {ac09213e-ef30-46df-b611-3e6d0f471c65} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8409 | 2024.07.25 02:12:57.366626 [ 3 ] {} <Debug> HTTP-Session: e1891ae7-4ee9-4d02-b55f-9156ce268437 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8410 | 2024.07.25 02:12:57.366762 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 16090, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8411 | 2024.07.25 02:12:57.366810 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8412 | 2024.07.25 02:12:57.366828 [ 3 ] {} <Debug> HTTP-Session: 437d3b8e-f1c5-4b0d-b31e-6535662a88e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
8413 | 2024.07.25 02:12:57.366845 [ 3 ] {} <Debug> HTTP-Session: 437d3b8e-f1c5-4b0d-b31e-6535662a88e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8414 | 2024.07.25 02:12:57.366858 [ 3 ] {} <Debug> HTTP-Session: 437d3b8e-f1c5-4b0d-b31e-6535662a88e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8415 | 2024.07.25 02:12:57.366889 [ 3 ] {} <Trace> HTTP-Session: 437d3b8e-f1c5-4b0d-b31e-6535662a88e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8416 | 2024.07.25 02:12:57.367078 [ 3 ] {b8801e72-6ebc-4ab8-824f-0dce7857b877} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8417 | 2024.07.25 02:12:57.367146 [ 3 ] {b8801e72-6ebc-4ab8-824f-0dce7857b877} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
8418 | 2024.07.25 02:12:57.367562 [ 3 ] {b8801e72-6ebc-4ab8-824f-0dce7857b877} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8419 | 2024.07.25 02:12:57.368137 [ 3 ] {b8801e72-6ebc-4ab8-824f-0dce7857b877} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8420 | 2024.07.25 02:12:57.368172 [ 3 ] {b8801e72-6ebc-4ab8-824f-0dce7857b877} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8421 | 2024.07.25 02:12:57.368745 [ 3 ] {b8801e72-6ebc-4ab8-824f-0dce7857b877} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
8422 | 2024.07.25 02:12:57.369142 [ 3 ] {b8801e72-6ebc-4ab8-824f-0dce7857b877} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8423 | 2024.07.25 02:12:57.369290 [ 3 ] {b8801e72-6ebc-4ab8-824f-0dce7857b877} <Debug> executeQuery: Read 10 rows, 18.35 KiB in 0.002323 sec., 4304.778303917348 rows/sec., 7.71 MiB/sec. | ||
8424 | 2024.07.25 02:12:57.369781 [ 3 ] {b8801e72-6ebc-4ab8-824f-0dce7857b877} <Debug> DynamicQueryHandler: Done processing query | ||
8425 | 2024.07.25 02:12:57.369806 [ 3 ] {b8801e72-6ebc-4ab8-824f-0dce7857b877} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
8426 | 2024.07.25 02:12:57.369823 [ 3 ] {} <Debug> HTTP-Session: 437d3b8e-f1c5-4b0d-b31e-6535662a88e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8427 | 2024.07.25 02:12:57.369936 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8428 | 2024.07.25 02:12:57.369987 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8429 | 2024.07.25 02:12:57.370007 [ 3 ] {} <Debug> HTTP-Session: 3c5fbfcd-d81d-458a-a2b3-93e08899389b Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
8430 | 2024.07.25 02:12:57.370023 [ 3 ] {} <Debug> HTTP-Session: 3c5fbfcd-d81d-458a-a2b3-93e08899389b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8431 | 2024.07.25 02:12:57.370036 [ 3 ] {} <Debug> HTTP-Session: 3c5fbfcd-d81d-458a-a2b3-93e08899389b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8432 | 2024.07.25 02:12:57.370066 [ 3 ] {} <Trace> HTTP-Session: 3c5fbfcd-d81d-458a-a2b3-93e08899389b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8433 | 2024.07.25 02:12:57.370183 [ 3 ] {6033793a-de41-47a8-805e-78143e181e72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8434 | 2024.07.25 02:12:57.370228 [ 3 ] {6033793a-de41-47a8-805e-78143e181e72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8435 | 2024.07.25 02:12:57.370374 [ 3 ] {6033793a-de41-47a8-805e-78143e181e72} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8436 | 2024.07.25 02:12:57.370688 [ 3 ] {6033793a-de41-47a8-805e-78143e181e72} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8437 | 2024.07.25 02:12:57.370726 [ 3 ] {6033793a-de41-47a8-805e-78143e181e72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8438 | 2024.07.25 02:12:57.371304 [ 3 ] {6033793a-de41-47a8-805e-78143e181e72} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
8439 | 2024.07.25 02:12:57.371630 [ 3 ] {6033793a-de41-47a8-805e-78143e181e72} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8440 | 2024.07.25 02:12:57.371756 [ 3 ] {6033793a-de41-47a8-805e-78143e181e72} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001613 sec., 37197.768133911966 rows/sec., 2.51 MiB/sec. | ||
8441 | 2024.07.25 02:12:57.372056 [ 3 ] {6033793a-de41-47a8-805e-78143e181e72} <Debug> DynamicQueryHandler: Done processing query | ||
8442 | 2024.07.25 02:12:57.372096 [ 3 ] {6033793a-de41-47a8-805e-78143e181e72} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8443 | 2024.07.25 02:12:57.372112 [ 3 ] {} <Debug> HTTP-Session: 3c5fbfcd-d81d-458a-a2b3-93e08899389b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8444 | 2024.07.25 02:13:02.363187 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 4045, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8445 | 2024.07.25 02:13:02.363331 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8446 | 2024.07.25 02:13:02.363360 [ 3 ] {} <Debug> HTTP-Session: f6c03702-9a46-4aba-8b43-f77caebff71d Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
8447 | 2024.07.25 02:13:02.363387 [ 3 ] {} <Debug> HTTP-Session: f6c03702-9a46-4aba-8b43-f77caebff71d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8448 | 2024.07.25 02:13:02.363404 [ 3 ] {} <Debug> HTTP-Session: f6c03702-9a46-4aba-8b43-f77caebff71d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8449 | 2024.07.25 02:13:02.363460 [ 3 ] {} <Trace> HTTP-Session: f6c03702-9a46-4aba-8b43-f77caebff71d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8450 | 2024.07.25 02:13:02.363662 [ 3 ] {f01b347f-2bf4-47db-b105-20edc56fb8bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8451 | 2024.07.25 02:13:02.363727 [ 3 ] {f01b347f-2bf4-47db-b105-20edc56fb8bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8452 | 2024.07.25 02:13:02.363919 [ 3 ] {f01b347f-2bf4-47db-b105-20edc56fb8bf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8453 | 2024.07.25 02:13:02.364371 [ 3 ] {f01b347f-2bf4-47db-b105-20edc56fb8bf} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8454 | 2024.07.25 02:13:02.364413 [ 3 ] {f01b347f-2bf4-47db-b105-20edc56fb8bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8455 | 2024.07.25 02:13:02.364788 [ 3 ] {f01b347f-2bf4-47db-b105-20edc56fb8bf} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
8456 | 2024.07.25 02:13:02.365123 [ 3 ] {f01b347f-2bf4-47db-b105-20edc56fb8bf} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8457 | 2024.07.25 02:13:02.365281 [ 3 ] {f01b347f-2bf4-47db-b105-20edc56fb8bf} <Debug> executeQuery: Read 29 rows, 2.20 KiB in 0.001678 sec., 17282.47914183552 rows/sec., 1.28 MiB/sec. | ||
8458 | 2024.07.25 02:13:02.365482 [ 3 ] {f01b347f-2bf4-47db-b105-20edc56fb8bf} <Debug> DynamicQueryHandler: Done processing query | ||
8459 | 2024.07.25 02:13:02.365507 [ 3 ] {f01b347f-2bf4-47db-b105-20edc56fb8bf} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8460 | 2024.07.25 02:13:02.365523 [ 3 ] {} <Debug> HTTP-Session: f6c03702-9a46-4aba-8b43-f77caebff71d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8461 | 2024.07.25 02:13:02.365710 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 34730, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8462 | 2024.07.25 02:13:02.365759 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8463 | 2024.07.25 02:13:02.365777 [ 3 ] {} <Debug> HTTP-Session: 623887a0-db0c-48e5-ada1-d343095cf416 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
8464 | 2024.07.25 02:13:02.365793 [ 3 ] {} <Debug> HTTP-Session: 623887a0-db0c-48e5-ada1-d343095cf416 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8465 | 2024.07.25 02:13:02.365806 [ 3 ] {} <Debug> HTTP-Session: 623887a0-db0c-48e5-ada1-d343095cf416 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8466 | 2024.07.25 02:13:02.365838 [ 3 ] {} <Trace> HTTP-Session: 623887a0-db0c-48e5-ada1-d343095cf416 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8467 | 2024.07.25 02:13:02.365987 [ 3 ] {6dbd6fd9-2504-40f2-a93b-6a4e8c6a5a25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8468 | 2024.07.25 02:13:02.366030 [ 3 ] {6dbd6fd9-2504-40f2-a93b-6a4e8c6a5a25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8469 | 2024.07.25 02:13:02.366154 [ 3 ] {6dbd6fd9-2504-40f2-a93b-6a4e8c6a5a25} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8470 | 2024.07.25 02:13:02.366676 [ 3 ] {6dbd6fd9-2504-40f2-a93b-6a4e8c6a5a25} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8471 | 2024.07.25 02:13:02.366712 [ 3 ] {6dbd6fd9-2504-40f2-a93b-6a4e8c6a5a25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8472 | 2024.07.25 02:13:02.367036 [ 3 ] {6dbd6fd9-2504-40f2-a93b-6a4e8c6a5a25} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
8473 | 2024.07.25 02:13:02.367340 [ 3 ] {6dbd6fd9-2504-40f2-a93b-6a4e8c6a5a25} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8474 | 2024.07.25 02:13:02.367499 [ 3 ] {6dbd6fd9-2504-40f2-a93b-6a4e8c6a5a25} <Debug> executeQuery: Read 230 rows, 20.76 KiB in 0.001573 sec., 146217.4189446917 rows/sec., 12.89 MiB/sec. | ||
8475 | 2024.07.25 02:13:02.367667 [ 3 ] {6dbd6fd9-2504-40f2-a93b-6a4e8c6a5a25} <Debug> DynamicQueryHandler: Done processing query | ||
8476 | 2024.07.25 02:13:02.367691 [ 3 ] {6dbd6fd9-2504-40f2-a93b-6a4e8c6a5a25} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
8477 | 2024.07.25 02:13:02.367705 [ 3 ] {} <Debug> HTTP-Session: 623887a0-db0c-48e5-ada1-d343095cf416 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8478 | 2024.07.25 02:13:02.367891 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 65459, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8479 | 2024.07.25 02:13:02.367964 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8480 | 2024.07.25 02:13:02.367986 [ 3 ] {} <Debug> HTTP-Session: 0351c3c6-9d72-4cfe-a528-3934c025c7e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
8481 | 2024.07.25 02:13:02.368003 [ 3 ] {} <Debug> HTTP-Session: 0351c3c6-9d72-4cfe-a528-3934c025c7e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8482 | 2024.07.25 02:13:02.368018 [ 3 ] {} <Debug> HTTP-Session: 0351c3c6-9d72-4cfe-a528-3934c025c7e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8483 | 2024.07.25 02:13:02.368050 [ 3 ] {} <Trace> HTTP-Session: 0351c3c6-9d72-4cfe-a528-3934c025c7e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8484 | 2024.07.25 02:13:02.368275 [ 3 ] {b2587f67-75c2-4db2-a719-1334af147ab6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8485 | 2024.07.25 02:13:02.368319 [ 3 ] {b2587f67-75c2-4db2-a719-1334af147ab6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8486 | 2024.07.25 02:13:02.368447 [ 3 ] {b2587f67-75c2-4db2-a719-1334af147ab6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8487 | 2024.07.25 02:13:02.369003 [ 3 ] {b2587f67-75c2-4db2-a719-1334af147ab6} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8488 | 2024.07.25 02:13:02.369041 [ 3 ] {b2587f67-75c2-4db2-a719-1334af147ab6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8489 | 2024.07.25 02:13:02.369384 [ 3 ] {b2587f67-75c2-4db2-a719-1334af147ab6} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
8490 | 2024.07.25 02:13:02.369704 [ 3 ] {b2587f67-75c2-4db2-a719-1334af147ab6} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8491 | 2024.07.25 02:13:02.369869 [ 3 ] {b2587f67-75c2-4db2-a719-1334af147ab6} <Debug> executeQuery: Read 405 rows, 29.32 KiB in 0.001711 sec., 236703.68205727643 rows/sec., 16.73 MiB/sec. | ||
8492 | 2024.07.25 02:13:02.370042 [ 3 ] {b2587f67-75c2-4db2-a719-1334af147ab6} <Debug> DynamicQueryHandler: Done processing query | ||
8493 | 2024.07.25 02:13:02.370067 [ 3 ] {b2587f67-75c2-4db2-a719-1334af147ab6} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
8494 | 2024.07.25 02:13:02.370083 [ 3 ] {} <Debug> HTTP-Session: 0351c3c6-9d72-4cfe-a528-3934c025c7e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8495 | 2024.07.25 02:13:02.370214 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8496 | 2024.07.25 02:13:02.370263 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8497 | 2024.07.25 02:13:02.370282 [ 3 ] {} <Debug> HTTP-Session: bdbb037e-e17a-41b8-b8b9-5ac0ed0de4f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
8498 | 2024.07.25 02:13:02.370299 [ 3 ] {} <Debug> HTTP-Session: bdbb037e-e17a-41b8-b8b9-5ac0ed0de4f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8499 | 2024.07.25 02:13:02.370313 [ 3 ] {} <Debug> HTTP-Session: bdbb037e-e17a-41b8-b8b9-5ac0ed0de4f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8500 | 2024.07.25 02:13:02.370344 [ 3 ] {} <Trace> HTTP-Session: bdbb037e-e17a-41b8-b8b9-5ac0ed0de4f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8501 | 2024.07.25 02:13:02.370440 [ 3 ] {5df99d33-9a5a-4ab1-8cfa-e6b40f6ebe52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
8502 | 2024.07.25 02:13:02.370486 [ 3 ] {5df99d33-9a5a-4ab1-8cfa-e6b40f6ebe52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
8503 | 2024.07.25 02:13:02.370618 [ 3 ] {5df99d33-9a5a-4ab1-8cfa-e6b40f6ebe52} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8504 | 2024.07.25 02:13:02.370900 [ 3 ] {5df99d33-9a5a-4ab1-8cfa-e6b40f6ebe52} <Trace> oximeter.measurements_bool (8163702d-f428-4b08-bb37-b5af976016c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8505 | 2024.07.25 02:13:02.370936 [ 3 ] {5df99d33-9a5a-4ab1-8cfa-e6b40f6ebe52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8506 | 2024.07.25 02:13:02.371302 [ 3 ] {5df99d33-9a5a-4ab1-8cfa-e6b40f6ebe52} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
8507 | 2024.07.25 02:13:02.371628 [ 3 ] {5df99d33-9a5a-4ab1-8cfa-e6b40f6ebe52} <Trace> oximeter.measurements_bool (8163702d-f428-4b08-bb37-b5af976016c8): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8508 | 2024.07.25 02:13:02.371779 [ 3 ] {5df99d33-9a5a-4ab1-8cfa-e6b40f6ebe52} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001364 sec., 4398.826979472141 rows/sec., 189.01 KiB/sec. | ||
8509 | 2024.07.25 02:13:02.371941 [ 3 ] {5df99d33-9a5a-4ab1-8cfa-e6b40f6ebe52} <Debug> DynamicQueryHandler: Done processing query | ||
8510 | 2024.07.25 02:13:02.371974 [ 3 ] {5df99d33-9a5a-4ab1-8cfa-e6b40f6ebe52} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
8511 | 2024.07.25 02:13:02.371999 [ 3 ] {} <Debug> HTTP-Session: bdbb037e-e17a-41b8-b8b9-5ac0ed0de4f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8512 | 2024.07.25 02:13:02.372139 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 14082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8513 | 2024.07.25 02:13:02.372202 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8514 | 2024.07.25 02:13:02.372222 [ 3 ] {} <Debug> HTTP-Session: 192f40c3-c715-42a3-bb21-da01c58136ec Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
8515 | 2024.07.25 02:13:02.372238 [ 3 ] {} <Debug> HTTP-Session: 192f40c3-c715-42a3-bb21-da01c58136ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8516 | 2024.07.25 02:13:02.372252 [ 3 ] {} <Debug> HTTP-Session: 192f40c3-c715-42a3-bb21-da01c58136ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8517 | 2024.07.25 02:13:02.372283 [ 3 ] {} <Trace> HTTP-Session: 192f40c3-c715-42a3-bb21-da01c58136ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8518 | 2024.07.25 02:13:02.372417 [ 3 ] {2597c4d5-02d6-4abf-b45d-9aba189d90bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
8519 | 2024.07.25 02:13:02.372463 [ 3 ] {2597c4d5-02d6-4abf-b45d-9aba189d90bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
8520 | 2024.07.25 02:13:02.372607 [ 3 ] {2597c4d5-02d6-4abf-b45d-9aba189d90bd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8521 | 2024.07.25 02:13:02.372934 [ 3 ] {2597c4d5-02d6-4abf-b45d-9aba189d90bd} <Trace> oximeter.measurements_cumulativei64 (ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8522 | 2024.07.25 02:13:02.372969 [ 3 ] {2597c4d5-02d6-4abf-b45d-9aba189d90bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8523 | 2024.07.25 02:13:02.373337 [ 3 ] {2597c4d5-02d6-4abf-b45d-9aba189d90bd} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
8524 | 2024.07.25 02:13:02.373663 [ 3 ] {2597c4d5-02d6-4abf-b45d-9aba189d90bd} <Trace> oximeter.measurements_cumulativei64 (ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8525 | 2024.07.25 02:13:02.373812 [ 3 ] {2597c4d5-02d6-4abf-b45d-9aba189d90bd} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001454 sec., 52957.35900962861 rows/sec., 3.26 MiB/sec. | ||
8526 | 2024.07.25 02:13:02.373966 [ 3 ] {2597c4d5-02d6-4abf-b45d-9aba189d90bd} <Debug> DynamicQueryHandler: Done processing query | ||
8527 | 2024.07.25 02:13:02.373990 [ 3 ] {2597c4d5-02d6-4abf-b45d-9aba189d90bd} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
8528 | 2024.07.25 02:13:02.374006 [ 3 ] {} <Debug> HTTP-Session: 192f40c3-c715-42a3-bb21-da01c58136ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8529 | 2024.07.25 02:13:02.374173 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 30607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8530 | 2024.07.25 02:13:02.374230 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8531 | 2024.07.25 02:13:02.374249 [ 3 ] {} <Debug> HTTP-Session: c976a316-d8d3-44ef-9507-30db0890deba Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
8532 | 2024.07.25 02:13:02.374265 [ 3 ] {} <Debug> HTTP-Session: c976a316-d8d3-44ef-9507-30db0890deba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8533 | 2024.07.25 02:13:02.374278 [ 3 ] {} <Debug> HTTP-Session: c976a316-d8d3-44ef-9507-30db0890deba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8534 | 2024.07.25 02:13:02.374308 [ 3 ] {} <Trace> HTTP-Session: c976a316-d8d3-44ef-9507-30db0890deba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8535 | 2024.07.25 02:13:02.374464 [ 3 ] {595004be-8a7e-4c3f-8e60-8a55fe746fa3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8536 | 2024.07.25 02:13:02.374510 [ 3 ] {595004be-8a7e-4c3f-8e60-8a55fe746fa3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8537 | 2024.07.25 02:13:02.374650 [ 3 ] {595004be-8a7e-4c3f-8e60-8a55fe746fa3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8538 | 2024.07.25 02:13:02.375019 [ 3 ] {595004be-8a7e-4c3f-8e60-8a55fe746fa3} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8539 | 2024.07.25 02:13:02.375054 [ 3 ] {595004be-8a7e-4c3f-8e60-8a55fe746fa3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8540 | 2024.07.25 02:13:02.375433 [ 3 ] {595004be-8a7e-4c3f-8e60-8a55fe746fa3} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
8541 | 2024.07.25 02:13:02.375760 [ 3 ] {595004be-8a7e-4c3f-8e60-8a55fe746fa3} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8542 | 2024.07.25 02:13:02.375928 [ 3 ] {595004be-8a7e-4c3f-8e60-8a55fe746fa3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001535 sec., 104234.52768729642 rows/sec., 7.26 MiB/sec. | ||
8543 | 2024.07.25 02:13:02.376203 [ 3 ] {595004be-8a7e-4c3f-8e60-8a55fe746fa3} <Debug> DynamicQueryHandler: Done processing query | ||
8544 | 2024.07.25 02:13:02.376240 [ 3 ] {595004be-8a7e-4c3f-8e60-8a55fe746fa3} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8545 | 2024.07.25 02:13:02.376270 [ 3 ] {} <Debug> HTTP-Session: c976a316-d8d3-44ef-9507-30db0890deba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8546 | 2024.07.25 02:13:02.376484 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 37027, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8547 | 2024.07.25 02:13:02.376570 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8548 | 2024.07.25 02:13:02.376597 [ 3 ] {} <Debug> HTTP-Session: 2ae3076e-9285-4619-a3d4-16eb2c84d5f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
8549 | 2024.07.25 02:13:02.376619 [ 3 ] {} <Debug> HTTP-Session: 2ae3076e-9285-4619-a3d4-16eb2c84d5f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8550 | 2024.07.25 02:13:02.376639 [ 3 ] {} <Debug> HTTP-Session: 2ae3076e-9285-4619-a3d4-16eb2c84d5f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8551 | 2024.07.25 02:13:02.376678 [ 3 ] {} <Trace> HTTP-Session: 2ae3076e-9285-4619-a3d4-16eb2c84d5f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8552 | 2024.07.25 02:13:02.377101 [ 3 ] {e13e88ed-2483-458c-9662-b461c79947bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8553 | 2024.07.25 02:13:02.377190 [ 3 ] {e13e88ed-2483-458c-9662-b461c79947bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
8554 | 2024.07.25 02:13:02.377676 [ 3 ] {e13e88ed-2483-458c-9662-b461c79947bd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8555 | 2024.07.25 02:13:02.378427 [ 3 ] {e13e88ed-2483-458c-9662-b461c79947bd} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8556 | 2024.07.25 02:13:02.378467 [ 3 ] {e13e88ed-2483-458c-9662-b461c79947bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8557 | 2024.07.25 02:13:02.379069 [ 3 ] {e13e88ed-2483-458c-9662-b461c79947bd} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
8558 | 2024.07.25 02:13:02.379476 [ 3 ] {e13e88ed-2483-458c-9662-b461c79947bd} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8559 | 2024.07.25 02:13:02.379654 [ 36 ] {} <Debug> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
8560 | 2024.07.25 02:13:02.379666 [ 3 ] {e13e88ed-2483-458c-9662-b461c79947bd} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002857 sec., 8050.402520126006 rows/sec., 14.43 MiB/sec. | ||
8561 | 2024.07.25 02:13:02.379739 [ 36 ] {} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8562 | 2024.07.25 02:13:02.379829 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8563 | 2024.07.25 02:13:02.380109 [ 194 ] {1b204426-e0ed-4472-aac2-bb616a256d25::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 | ||
8564 | 2024.07.25 02:13:02.380163 [ 3 ] {e13e88ed-2483-458c-9662-b461c79947bd} <Debug> DynamicQueryHandler: Done processing query | ||
8565 | 2024.07.25 02:13:02.380208 [ 3 ] {e13e88ed-2483-458c-9662-b461c79947bd} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
8566 | 2024.07.25 02:13:02.380245 [ 3 ] {} <Debug> HTTP-Session: 2ae3076e-9285-4619-a3d4-16eb2c84d5f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8567 | 2024.07.25 02:13:02.380428 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 3211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8568 | 2024.07.25 02:13:02.380555 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8569 | 2024.07.25 02:13:02.380616 [ 3 ] {} <Debug> HTTP-Session: 76751054-df64-4b15-a3ca-5396ace9923e Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
8570 | 2024.07.25 02:13:02.380680 [ 3 ] {} <Debug> HTTP-Session: 76751054-df64-4b15-a3ca-5396ace9923e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8571 | 2024.07.25 02:13:02.380736 [ 3 ] {} <Debug> HTTP-Session: 76751054-df64-4b15-a3ca-5396ace9923e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8572 | 2024.07.25 02:13:02.380757 [ 194 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8573 | 2024.07.25 02:13:02.380809 [ 3 ] {} <Trace> HTTP-Session: 76751054-df64-4b15-a3ca-5396ace9923e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8574 | 2024.07.25 02:13:02.380916 [ 194 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 515 rows starting from the beginning of the part | ||
8575 | 2024.07.25 02:13:02.381088 [ 3 ] {3645163e-87cc-4487-ba60-ebec18ddc3aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
8576 | 2024.07.25 02:13:02.381257 [ 3 ] {3645163e-87cc-4487-ba60-ebec18ddc3aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
8577 | 2024.07.25 02:13:02.381682 [ 194 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 23 rows starting from the beginning of the part | ||
8578 | 2024.07.25 02:13:02.382034 [ 3 ] {3645163e-87cc-4487-ba60-ebec18ddc3aa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8579 | 2024.07.25 02:13:02.382483 [ 194 ] {1b204426-e0ed-4472-aac2-bb616a256d25::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 | ||
8580 | 2024.07.25 02:13:02.383069 [ 194 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 23 rows starting from the beginning of the part | ||
8581 | 2024.07.25 02:13:02.383271 [ 3 ] {3645163e-87cc-4487-ba60-ebec18ddc3aa} <Trace> oximeter.measurements_i64 (4af3948b-7ee8-4a0a-bff7-9db9837b5273): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8582 | 2024.07.25 02:13:02.383397 [ 3 ] {3645163e-87cc-4487-ba60-ebec18ddc3aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8583 | 2024.07.25 02:13:02.383736 [ 194 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 10 rows starting from the beginning of the part | ||
8584 | 2024.07.25 02:13:02.384351 [ 194 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 23 rows starting from the beginning of the part | ||
8585 | 2024.07.25 02:13:02.384845 [ 3 ] {3645163e-87cc-4487-ba60-ebec18ddc3aa} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
8586 | 2024.07.25 02:13:02.385788 [ 3 ] {3645163e-87cc-4487-ba60-ebec18ddc3aa} <Trace> oximeter.measurements_i64 (4af3948b-7ee8-4a0a-bff7-9db9837b5273): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8587 | 2024.07.25 02:13:02.386220 [ 3 ] {3645163e-87cc-4487-ba60-ebec18ddc3aa} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.005216 sec., 4409.509202453987 rows/sec., 238.52 KiB/sec. | ||
8588 | 2024.07.25 02:13:02.386590 [ 3 ] {3645163e-87cc-4487-ba60-ebec18ddc3aa} <Debug> DynamicQueryHandler: Done processing query | ||
8589 | 2024.07.25 02:13:02.386622 [ 3 ] {3645163e-87cc-4487-ba60-ebec18ddc3aa} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
8590 | 2024.07.25 02:13:02.386644 [ 3 ] {} <Debug> HTTP-Session: 76751054-df64-4b15-a3ca-5396ace9923e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8591 | 2024.07.25 02:13:02.386764 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8592 | 2024.07.25 02:13:02.386814 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8593 | 2024.07.25 02:13:02.386833 [ 3 ] {} <Debug> HTTP-Session: c7bee261-fd56-4fee-852f-4806e48a41ba Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
8594 | 2024.07.25 02:13:02.386850 [ 3 ] {} <Debug> HTTP-Session: c7bee261-fd56-4fee-852f-4806e48a41ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8595 | 2024.07.25 02:13:02.386864 [ 3 ] {} <Debug> HTTP-Session: c7bee261-fd56-4fee-852f-4806e48a41ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8596 | 2024.07.25 02:13:02.386904 [ 3 ] {} <Trace> HTTP-Session: c7bee261-fd56-4fee-852f-4806e48a41ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8597 | 2024.07.25 02:13:02.387072 [ 3 ] {7287e286-3b4e-400d-8752-a54ed6df31d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8598 | 2024.07.25 02:13:02.387149 [ 3 ] {7287e286-3b4e-400d-8752-a54ed6df31d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8599 | 2024.07.25 02:13:02.387896 [ 3 ] {7287e286-3b4e-400d-8752-a54ed6df31d8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8600 | 2024.07.25 02:13:02.388801 [ 3 ] {7287e286-3b4e-400d-8752-a54ed6df31d8} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8601 | 2024.07.25 02:13:02.388875 [ 3 ] {7287e286-3b4e-400d-8752-a54ed6df31d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8602 | 2024.07.25 02:13:02.390030 [ 3 ] {7287e286-3b4e-400d-8752-a54ed6df31d8} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
8603 | 2024.07.25 02:13:02.390996 [ 3 ] {7287e286-3b4e-400d-8752-a54ed6df31d8} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8604 | 2024.07.25 02:13:02.391333 [ 3 ] {7287e286-3b4e-400d-8752-a54ed6df31d8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004331 sec., 13853.613484183792 rows/sec., 956.04 KiB/sec. | ||
8605 | 2024.07.25 02:13:02.391593 [ 3 ] {7287e286-3b4e-400d-8752-a54ed6df31d8} <Debug> DynamicQueryHandler: Done processing query | ||
8606 | 2024.07.25 02:13:02.391618 [ 3 ] {7287e286-3b4e-400d-8752-a54ed6df31d8} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8607 | 2024.07.25 02:13:02.391635 [ 3 ] {} <Debug> HTTP-Session: c7bee261-fd56-4fee-852f-4806e48a41ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8608 | 2024.07.25 02:13:02.403257 [ 199 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 604 rows, containing 19 columns (19 merged, 0 gathered) in 0.023274299 sec., 25951.37237001209 rows/sec., 46.50 MiB/sec. | ||
8609 | 2024.07.25 02:13:02.404259 [ 199 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
8610 | 2024.07.25 02:13:02.404911 [ 199 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_36_7} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8611 | 2024.07.25 02:13:02.405008 [ 199 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_36_7} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
8612 | 2024.07.25 02:13:02.405174 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.40 MiB. | ||
8613 | 2024.07.25 02:13:03.000220 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 192.36 MiB, peak 201.01 MiB, free memory in arenas 0.00 B, will set to 193.52 MiB (RSS), difference: 1.16 MiB | ||
8614 | 2024.07.25 02:13:06.242490 [ 33 ] {} <Debug> DNSResolver: Updating DNS cache | ||
8615 | 2024.07.25 02:13:06.242587 [ 33 ] {} <Debug> DNSResolver: Updated DNS cache | ||
8616 | 2024.07.25 02:13:07.001300 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000900504 sec. | ||
8617 | 2024.07.25 02:13:07.357164 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 1489, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8618 | 2024.07.25 02:13:07.357292 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8619 | 2024.07.25 02:13:07.357321 [ 3 ] {} <Debug> HTTP-Session: 1841f705-a7f0-4105-9ad6-bd647baac34c Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
8620 | 2024.07.25 02:13:07.357351 [ 3 ] {} <Debug> HTTP-Session: 1841f705-a7f0-4105-9ad6-bd647baac34c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8621 | 2024.07.25 02:13:07.357369 [ 3 ] {} <Debug> HTTP-Session: 1841f705-a7f0-4105-9ad6-bd647baac34c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8622 | 2024.07.25 02:13:07.357426 [ 3 ] {} <Trace> HTTP-Session: 1841f705-a7f0-4105-9ad6-bd647baac34c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8623 | 2024.07.25 02:13:07.357631 [ 3 ] {06c99b9b-fa40-4ae9-814e-0f7900cb94b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8624 | 2024.07.25 02:13:07.357705 [ 3 ] {06c99b9b-fa40-4ae9-814e-0f7900cb94b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8625 | 2024.07.25 02:13:07.357906 [ 3 ] {06c99b9b-fa40-4ae9-814e-0f7900cb94b9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8626 | 2024.07.25 02:13:07.358333 [ 3 ] {06c99b9b-fa40-4ae9-814e-0f7900cb94b9} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8627 | 2024.07.25 02:13:07.358377 [ 3 ] {06c99b9b-fa40-4ae9-814e-0f7900cb94b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8628 | 2024.07.25 02:13:07.358753 [ 3 ] {06c99b9b-fa40-4ae9-814e-0f7900cb94b9} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
8629 | 2024.07.25 02:13:07.359087 [ 3 ] {06c99b9b-fa40-4ae9-814e-0f7900cb94b9} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8630 | 2024.07.25 02:13:07.359256 [ 3 ] {06c99b9b-fa40-4ae9-814e-0f7900cb94b9} <Debug> executeQuery: Read 10 rows, 830.00 B in 0.001684 sec., 5938.242280285036 rows/sec., 481.32 KiB/sec. | ||
8631 | 2024.07.25 02:13:07.359569 [ 3 ] {06c99b9b-fa40-4ae9-814e-0f7900cb94b9} <Debug> DynamicQueryHandler: Done processing query | ||
8632 | 2024.07.25 02:13:07.359612 [ 3 ] {06c99b9b-fa40-4ae9-814e-0f7900cb94b9} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8633 | 2024.07.25 02:13:07.359633 [ 3 ] {} <Debug> HTTP-Session: 1841f705-a7f0-4105-9ad6-bd647baac34c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8634 | 2024.07.25 02:13:07.359764 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8635 | 2024.07.25 02:13:07.359814 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8636 | 2024.07.25 02:13:07.359833 [ 3 ] {} <Debug> HTTP-Session: 8377a38c-cac3-4218-8080-81ffd4f0e60c Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
8637 | 2024.07.25 02:13:07.359850 [ 3 ] {} <Debug> HTTP-Session: 8377a38c-cac3-4218-8080-81ffd4f0e60c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8638 | 2024.07.25 02:13:07.359864 [ 3 ] {} <Debug> HTTP-Session: 8377a38c-cac3-4218-8080-81ffd4f0e60c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8639 | 2024.07.25 02:13:07.359896 [ 3 ] {} <Trace> HTTP-Session: 8377a38c-cac3-4218-8080-81ffd4f0e60c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8640 | 2024.07.25 02:13:07.359992 [ 3 ] {3446c6c7-8960-44c1-b985-9612235bfc16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
8641 | 2024.07.25 02:13:07.360038 [ 3 ] {3446c6c7-8960-44c1-b985-9612235bfc16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
8642 | 2024.07.25 02:13:07.360186 [ 3 ] {3446c6c7-8960-44c1-b985-9612235bfc16} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8643 | 2024.07.25 02:13:07.360471 [ 3 ] {3446c6c7-8960-44c1-b985-9612235bfc16} <Trace> oximeter.fields_ipaddr (330a275b-5c0e-4112-8190-93317cf14d06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8644 | 2024.07.25 02:13:07.360507 [ 3 ] {3446c6c7-8960-44c1-b985-9612235bfc16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8645 | 2024.07.25 02:13:07.360817 [ 3 ] {3446c6c7-8960-44c1-b985-9612235bfc16} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
8646 | 2024.07.25 02:13:07.361133 [ 3 ] {3446c6c7-8960-44c1-b985-9612235bfc16} <Trace> oximeter.fields_ipaddr (330a275b-5c0e-4112-8190-93317cf14d06): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8647 | 2024.07.25 02:13:07.361293 [ 3 ] {3446c6c7-8960-44c1-b985-9612235bfc16} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001315 sec., 1520.912547528517 rows/sec., 124.02 KiB/sec. | ||
8648 | 2024.07.25 02:13:07.361621 [ 3 ] {3446c6c7-8960-44c1-b985-9612235bfc16} <Debug> DynamicQueryHandler: Done processing query | ||
8649 | 2024.07.25 02:13:07.361656 [ 3 ] {3446c6c7-8960-44c1-b985-9612235bfc16} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8650 | 2024.07.25 02:13:07.361674 [ 3 ] {} <Debug> HTTP-Session: 8377a38c-cac3-4218-8080-81ffd4f0e60c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8651 | 2024.07.25 02:13:07.361850 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 12510, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8652 | 2024.07.25 02:13:07.361918 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8653 | 2024.07.25 02:13:07.361943 [ 3 ] {} <Debug> HTTP-Session: aeef11a7-bdcf-465a-ba13-1e19e7a96d86 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
8654 | 2024.07.25 02:13:07.361964 [ 3 ] {} <Debug> HTTP-Session: aeef11a7-bdcf-465a-ba13-1e19e7a96d86 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8655 | 2024.07.25 02:13:07.361981 [ 3 ] {} <Debug> HTTP-Session: aeef11a7-bdcf-465a-ba13-1e19e7a96d86 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8656 | 2024.07.25 02:13:07.362020 [ 3 ] {} <Trace> HTTP-Session: aeef11a7-bdcf-465a-ba13-1e19e7a96d86 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8657 | 2024.07.25 02:13:07.362176 [ 3 ] {fc417fa0-cf55-4e98-8345-708c2c741815} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8658 | 2024.07.25 02:13:07.362230 [ 3 ] {fc417fa0-cf55-4e98-8345-708c2c741815} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8659 | 2024.07.25 02:13:07.362408 [ 3 ] {fc417fa0-cf55-4e98-8345-708c2c741815} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8660 | 2024.07.25 02:13:07.362811 [ 3 ] {fc417fa0-cf55-4e98-8345-708c2c741815} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8661 | 2024.07.25 02:13:07.362849 [ 3 ] {fc417fa0-cf55-4e98-8345-708c2c741815} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8662 | 2024.07.25 02:13:07.363173 [ 3 ] {fc417fa0-cf55-4e98-8345-708c2c741815} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
8663 | 2024.07.25 02:13:07.363486 [ 3 ] {fc417fa0-cf55-4e98-8345-708c2c741815} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8664 | 2024.07.25 02:13:07.363620 [ 3 ] {fc417fa0-cf55-4e98-8345-708c2c741815} <Debug> executeQuery: Read 87 rows, 7.20 KiB in 0.001498 sec., 58077.43658210948 rows/sec., 4.69 MiB/sec. | ||
8665 | 2024.07.25 02:13:07.363655 [ 32 ] {} <Debug> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
8666 | 2024.07.25 02:13:07.363760 [ 32 ] {} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8667 | 2024.07.25 02:13:07.363798 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8668 | 2024.07.25 02:13:07.363878 [ 3 ] {fc417fa0-cf55-4e98-8345-708c2c741815} <Debug> DynamicQueryHandler: Done processing query | ||
8669 | 2024.07.25 02:13:07.363945 [ 3 ] {fc417fa0-cf55-4e98-8345-708c2c741815} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
8670 | 2024.07.25 02:13:07.364001 [ 3 ] {} <Debug> HTTP-Session: aeef11a7-bdcf-465a-ba13-1e19e7a96d86 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8671 | 2024.07.25 02:13:07.364058 [ 188 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::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 | ||
8672 | 2024.07.25 02:13:07.364158 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8673 | 2024.07.25 02:13:07.364260 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8674 | 2024.07.25 02:13:07.364326 [ 3 ] {} <Debug> HTTP-Session: 918dc02c-4c44-4137-bb8c-88efb38318f9 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
8675 | 2024.07.25 02:13:07.364373 [ 3 ] {} <Debug> HTTP-Session: 918dc02c-4c44-4137-bb8c-88efb38318f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8676 | 2024.07.25 02:13:07.364385 [ 188 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8677 | 2024.07.25 02:13:07.364401 [ 3 ] {} <Debug> HTTP-Session: 918dc02c-4c44-4137-bb8c-88efb38318f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8678 | 2024.07.25 02:13:07.364452 [ 188 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 304 rows starting from the beginning of the part | ||
8679 | 2024.07.25 02:13:07.364469 [ 3 ] {} <Trace> HTTP-Session: 918dc02c-4c44-4137-bb8c-88efb38318f9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8680 | 2024.07.25 02:13:07.364648 [ 188 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 122 rows starting from the beginning of the part | ||
8681 | 2024.07.25 02:13:07.364749 [ 3 ] {c5dae2b3-9ca9-44ef-872f-2e6a30e913e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
8682 | 2024.07.25 02:13:07.364896 [ 188 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 231 rows starting from the beginning of the part | ||
8683 | 2024.07.25 02:13:07.365009 [ 3 ] {c5dae2b3-9ca9-44ef-872f-2e6a30e913e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8684 | 2024.07.25 02:13:07.365206 [ 188 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 86 rows starting from the beginning of the part | ||
8685 | 2024.07.25 02:13:07.365718 [ 188 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 230 rows starting from the beginning of the part | ||
8686 | 2024.07.25 02:13:07.366042 [ 188 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 87 rows starting from the beginning of the part | ||
8687 | 2024.07.25 02:13:07.366529 [ 3 ] {c5dae2b3-9ca9-44ef-872f-2e6a30e913e3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8688 | 2024.07.25 02:13:07.367297 [ 3 ] {c5dae2b3-9ca9-44ef-872f-2e6a30e913e3} <Trace> oximeter.fields_u16 (977fada6-76a3-44eb-8ed0-7c71340c6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8689 | 2024.07.25 02:13:07.367352 [ 3 ] {c5dae2b3-9ca9-44ef-872f-2e6a30e913e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8690 | 2024.07.25 02:13:07.368156 [ 3 ] {c5dae2b3-9ca9-44ef-872f-2e6a30e913e3} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
8691 | 2024.07.25 02:13:07.368882 [ 3 ] {c5dae2b3-9ca9-44ef-872f-2e6a30e913e3} <Trace> oximeter.fields_u16 (977fada6-76a3-44eb-8ed0-7c71340c6e1a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8692 | 2024.07.25 02:13:07.369314 [ 3 ] {c5dae2b3-9ca9-44ef-872f-2e6a30e913e3} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.004696 sec., 425.8943781942079 rows/sec., 29.74 KiB/sec. | ||
8693 | 2024.07.25 02:13:07.369327 [ 188 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 4 columns (4 merged, 0 gathered) in 0.005432874 sec., 195108.51899013305 rows/sec., 16.67 MiB/sec. | ||
8694 | 2024.07.25 02:13:07.369604 [ 188 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
8695 | 2024.07.25 02:13:07.369611 [ 3 ] {c5dae2b3-9ca9-44ef-872f-2e6a30e913e3} <Debug> DynamicQueryHandler: Done processing query | ||
8696 | 2024.07.25 02:13:07.369676 [ 3 ] {c5dae2b3-9ca9-44ef-872f-2e6a30e913e3} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8697 | 2024.07.25 02:13:07.369721 [ 3 ] {} <Debug> HTTP-Session: 918dc02c-4c44-4137-bb8c-88efb38318f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8698 | 2024.07.25 02:13:07.369926 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 12915, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8699 | 2024.07.25 02:13:07.370009 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8700 | 2024.07.25 02:13:07.370044 [ 3 ] {} <Debug> HTTP-Session: b2ce2456-fb96-4de7-8728-b9521b81c13c Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
8701 | 2024.07.25 02:13:07.370066 [ 3 ] {} <Debug> HTTP-Session: b2ce2456-fb96-4de7-8728-b9521b81c13c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8702 | 2024.07.25 02:13:07.370091 [ 3 ] {} <Debug> HTTP-Session: b2ce2456-fb96-4de7-8728-b9521b81c13c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8703 | 2024.07.25 02:13:07.370145 [ 3 ] {} <Trace> HTTP-Session: b2ce2456-fb96-4de7-8728-b9521b81c13c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8704 | 2024.07.25 02:13:07.370308 [ 188 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_46_9} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8705 | 2024.07.25 02:13:07.370367 [ 3 ] {f9d23a36-b318-4340-90fb-1c1c637def9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8706 | 2024.07.25 02:13:07.370444 [ 3 ] {f9d23a36-b318-4340-90fb-1c1c637def9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8707 | 2024.07.25 02:13:07.370457 [ 188 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_46_9} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
8708 | 2024.07.25 02:13:07.370659 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
8709 | 2024.07.25 02:13:07.370764 [ 3 ] {f9d23a36-b318-4340-90fb-1c1c637def9f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8710 | 2024.07.25 02:13:07.371131 [ 3 ] {f9d23a36-b318-4340-90fb-1c1c637def9f} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8711 | 2024.07.25 02:13:07.371169 [ 3 ] {f9d23a36-b318-4340-90fb-1c1c637def9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8712 | 2024.07.25 02:13:07.371486 [ 3 ] {f9d23a36-b318-4340-90fb-1c1c637def9f} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
8713 | 2024.07.25 02:13:07.371790 [ 3 ] {f9d23a36-b318-4340-90fb-1c1c637def9f} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8714 | 2024.07.25 02:13:07.371948 [ 3 ] {f9d23a36-b318-4340-90fb-1c1c637def9f} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001652 sec., 46004.84261501211 rows/sec., 3.59 MiB/sec. | ||
8715 | 2024.07.25 02:13:07.371948 [ 32 ] {} <Debug> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
8716 | 2024.07.25 02:13:07.372033 [ 32 ] {} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8717 | 2024.07.25 02:13:07.372077 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8718 | 2024.07.25 02:13:07.372225 [ 3 ] {f9d23a36-b318-4340-90fb-1c1c637def9f} <Debug> DynamicQueryHandler: Done processing query | ||
8719 | 2024.07.25 02:13:07.372276 [ 3 ] {f9d23a36-b318-4340-90fb-1c1c637def9f} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
8720 | 2024.07.25 02:13:07.372285 [ 199 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::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 | ||
8721 | 2024.07.25 02:13:07.372297 [ 3 ] {} <Debug> HTTP-Session: b2ce2456-fb96-4de7-8728-b9521b81c13c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8722 | 2024.07.25 02:13:07.372490 [ 199 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8723 | 2024.07.25 02:13:07.372547 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 30797, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8724 | 2024.07.25 02:13:07.372556 [ 199 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 473 rows starting from the beginning of the part | ||
8725 | 2024.07.25 02:13:07.372639 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8726 | 2024.07.25 02:13:07.372720 [ 3 ] {} <Debug> HTTP-Session: e9c3e234-3be2-4780-988c-7de8574f5191 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
8727 | 2024.07.25 02:13:07.372783 [ 3 ] {} <Debug> HTTP-Session: e9c3e234-3be2-4780-988c-7de8574f5191 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8728 | 2024.07.25 02:13:07.372802 [ 199 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 98 rows starting from the beginning of the part | ||
8729 | 2024.07.25 02:13:07.372856 [ 3 ] {} <Debug> HTTP-Session: e9c3e234-3be2-4780-988c-7de8574f5191 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8730 | 2024.07.25 02:13:07.373021 [ 3 ] {} <Trace> HTTP-Session: e9c3e234-3be2-4780-988c-7de8574f5191 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8731 | 2024.07.25 02:13:07.373115 [ 199 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 407 rows starting from the beginning of the part | ||
8732 | 2024.07.25 02:13:07.373424 [ 199 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 74 rows starting from the beginning of the part | ||
8733 | 2024.07.25 02:13:07.373508 [ 3 ] {9d96a787-09d0-48d3-889d-d94fd46ebd3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8734 | 2024.07.25 02:13:07.373752 [ 199 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 405 rows starting from the beginning of the part | ||
8735 | 2024.07.25 02:13:07.373813 [ 3 ] {9d96a787-09d0-48d3-889d-d94fd46ebd3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8736 | 2024.07.25 02:13:07.374068 [ 199 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::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 | ||
8737 | 2024.07.25 02:13:07.374890 [ 3 ] {9d96a787-09d0-48d3-889d-d94fd46ebd3b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8738 | 2024.07.25 02:13:07.375795 [ 3 ] {9d96a787-09d0-48d3-889d-d94fd46ebd3b} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8739 | 2024.07.25 02:13:07.375857 [ 3 ] {9d96a787-09d0-48d3-889d-d94fd46ebd3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8740 | 2024.07.25 02:13:07.376793 [ 3 ] {9d96a787-09d0-48d3-889d-d94fd46ebd3b} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
8741 | 2024.07.25 02:13:07.377647 [ 199 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1533 rows, containing 4 columns (4 merged, 0 gathered) in 0.005461415 sec., 280696.4861670465 rows/sec., 20.27 MiB/sec. | ||
8742 | 2024.07.25 02:13:07.377895 [ 193 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
8743 | 2024.07.25 02:13:07.377924 [ 3 ] {9d96a787-09d0-48d3-889d-d94fd46ebd3b} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8744 | 2024.07.25 02:13:07.378189 [ 32 ] {} <Debug> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
8745 | 2024.07.25 02:13:07.378273 [ 3 ] {9d96a787-09d0-48d3-889d-d94fd46ebd3b} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.004985 sec., 32296.89067201605 rows/sec., 2.25 MiB/sec. | ||
8746 | 2024.07.25 02:13:07.378323 [ 32 ] {} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8747 | 2024.07.25 02:13:07.378444 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8748 | 2024.07.25 02:13:07.378822 [ 189 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::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 | ||
8749 | 2024.07.25 02:13:07.378854 [ 3 ] {9d96a787-09d0-48d3-889d-d94fd46ebd3b} <Debug> DynamicQueryHandler: Done processing query | ||
8750 | 2024.07.25 02:13:07.378889 [ 3 ] {9d96a787-09d0-48d3-889d-d94fd46ebd3b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8751 | 2024.07.25 02:13:07.378939 [ 3 ] {} <Debug> HTTP-Session: e9c3e234-3be2-4780-988c-7de8574f5191 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8752 | 2024.07.25 02:13:07.379039 [ 189 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8753 | 2024.07.25 02:13:07.379080 [ 189 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 6875 rows starting from the beginning of the part | ||
8754 | 2024.07.25 02:13:07.379112 [ 193 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_46_9} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8755 | 2024.07.25 02:13:07.379136 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 16090, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8756 | 2024.07.25 02:13:07.379380 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8757 | 2024.07.25 02:13:07.379439 [ 189 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 196 rows starting from the beginning of the part | ||
8758 | 2024.07.25 02:13:07.379525 [ 3 ] {} <Debug> HTTP-Session: 85ed46ba-5b2b-4b09-98ca-5906b78c9f72 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
8759 | 2024.07.25 02:13:07.379624 [ 3 ] {} <Debug> HTTP-Session: 85ed46ba-5b2b-4b09-98ca-5906b78c9f72 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8760 | 2024.07.25 02:13:07.379612 [ 193 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_46_9} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
8761 | 2024.07.25 02:13:07.379729 [ 3 ] {} <Debug> HTTP-Session: 85ed46ba-5b2b-4b09-98ca-5906b78c9f72 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8762 | 2024.07.25 02:13:07.380002 [ 3 ] {} <Trace> HTTP-Session: 85ed46ba-5b2b-4b09-98ca-5906b78c9f72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8763 | 2024.07.25 02:13:07.380052 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
8764 | 2024.07.25 02:13:07.380097 [ 189 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::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 | ||
8765 | 2024.07.25 02:13:07.380357 [ 189 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 160 rows starting from the beginning of the part | ||
8766 | 2024.07.25 02:13:07.380520 [ 3 ] {36a4c52e-4a2c-47ce-bc50-7b8dd7656e1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8767 | 2024.07.25 02:13:07.380645 [ 189 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::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 | ||
8768 | 2024.07.25 02:13:07.380877 [ 3 ] {36a4c52e-4a2c-47ce-bc50-7b8dd7656e1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
8769 | 2024.07.25 02:13:07.380996 [ 189 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 161 rows starting from the beginning of the part | ||
8770 | 2024.07.25 02:13:07.382224 [ 3 ] {36a4c52e-4a2c-47ce-bc50-7b8dd7656e1d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8771 | 2024.07.25 02:13:07.383302 [ 3 ] {36a4c52e-4a2c-47ce-bc50-7b8dd7656e1d} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8772 | 2024.07.25 02:13:07.383344 [ 3 ] {36a4c52e-4a2c-47ce-bc50-7b8dd7656e1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8773 | 2024.07.25 02:13:07.384126 [ 3 ] {36a4c52e-4a2c-47ce-bc50-7b8dd7656e1d} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
8774 | 2024.07.25 02:13:07.384568 [ 3 ] {36a4c52e-4a2c-47ce-bc50-7b8dd7656e1d} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8775 | 2024.07.25 02:13:07.384761 [ 3 ] {36a4c52e-4a2c-47ce-bc50-7b8dd7656e1d} <Debug> executeQuery: Read 10 rows, 18.35 KiB in 0.004488 sec., 2228.1639928698755 rows/sec., 3.99 MiB/sec. | ||
8776 | 2024.07.25 02:13:07.385163 [ 191 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7713 rows, containing 5 columns (5 merged, 0 gathered) in 0.006512411 sec., 1184353.9973137444 rows/sec., 82.54 MiB/sec. | ||
8777 | 2024.07.25 02:13:07.385225 [ 3 ] {36a4c52e-4a2c-47ce-bc50-7b8dd7656e1d} <Debug> DynamicQueryHandler: Done processing query | ||
8778 | 2024.07.25 02:13:07.385264 [ 3 ] {36a4c52e-4a2c-47ce-bc50-7b8dd7656e1d} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
8779 | 2024.07.25 02:13:07.385282 [ 3 ] {} <Debug> HTTP-Session: 85ed46ba-5b2b-4b09-98ca-5906b78c9f72 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8780 | 2024.07.25 02:13:07.385430 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8781 | 2024.07.25 02:13:07.385522 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8782 | 2024.07.25 02:13:07.385549 [ 3 ] {} <Debug> HTTP-Session: 8c00aba9-eb77-4791-907a-36a538af2dee Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
8783 | 2024.07.25 02:13:07.385566 [ 3 ] {} <Debug> HTTP-Session: 8c00aba9-eb77-4791-907a-36a538af2dee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8784 | 2024.07.25 02:13:07.385600 [ 3 ] {} <Debug> HTTP-Session: 8c00aba9-eb77-4791-907a-36a538af2dee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8785 | 2024.07.25 02:13:07.385637 [ 3 ] {} <Trace> HTTP-Session: 8c00aba9-eb77-4791-907a-36a538af2dee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8786 | 2024.07.25 02:13:07.385701 [ 192 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
8787 | 2024.07.25 02:13:07.385908 [ 3 ] {bd7574b5-a83b-4d3d-b037-02dc1e1c66e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8788 | 2024.07.25 02:13:07.386006 [ 3 ] {bd7574b5-a83b-4d3d-b037-02dc1e1c66e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8789 | 2024.07.25 02:13:07.386691 [ 3 ] {bd7574b5-a83b-4d3d-b037-02dc1e1c66e9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8790 | 2024.07.25 02:13:07.386905 [ 192 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8791 | 2024.07.25 02:13:07.387035 [ 192 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
8792 | 2024.07.25 02:13:07.387212 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.43 MiB. | ||
8793 | 2024.07.25 02:13:07.387317 [ 3 ] {bd7574b5-a83b-4d3d-b037-02dc1e1c66e9} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8794 | 2024.07.25 02:13:07.387361 [ 3 ] {bd7574b5-a83b-4d3d-b037-02dc1e1c66e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8795 | 2024.07.25 02:13:07.387734 [ 3 ] {bd7574b5-a83b-4d3d-b037-02dc1e1c66e9} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
8796 | 2024.07.25 02:13:07.388074 [ 3 ] {bd7574b5-a83b-4d3d-b037-02dc1e1c66e9} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8797 | 2024.07.25 02:13:07.388230 [ 3 ] {bd7574b5-a83b-4d3d-b037-02dc1e1c66e9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002468 sec., 24311.18314424635 rows/sec., 1.64 MiB/sec. | ||
8798 | 2024.07.25 02:13:07.388240 [ 32 ] {} <Debug> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
8799 | 2024.07.25 02:13:07.388331 [ 32 ] {} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8800 | 2024.07.25 02:13:07.388379 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8801 | 2024.07.25 02:13:07.388538 [ 3 ] {bd7574b5-a83b-4d3d-b037-02dc1e1c66e9} <Debug> DynamicQueryHandler: Done processing query | ||
8802 | 2024.07.25 02:13:07.388561 [ 191 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::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 | ||
8803 | 2024.07.25 02:13:07.388583 [ 3 ] {bd7574b5-a83b-4d3d-b037-02dc1e1c66e9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8804 | 2024.07.25 02:13:07.388634 [ 3 ] {} <Debug> HTTP-Session: 8c00aba9-eb77-4791-907a-36a538af2dee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8805 | 2024.07.25 02:13:07.388761 [ 191 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8806 | 2024.07.25 02:13:07.388806 [ 191 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2432 rows starting from the beginning of the part | ||
8807 | 2024.07.25 02:13:07.388883 [ 191 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 60 rows starting from the beginning of the part | ||
8808 | 2024.07.25 02:13:07.389119 [ 191 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::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 | ||
8809 | 2024.07.25 02:13:07.389241 [ 191 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 60 rows starting from the beginning of the part | ||
8810 | 2024.07.25 02:13:07.389350 [ 191 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::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 | ||
8811 | 2024.07.25 02:13:07.389505 [ 191 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 60 rows starting from the beginning of the part | ||
8812 | 2024.07.25 02:13:07.391015 [ 201 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2732 rows, containing 4 columns (4 merged, 0 gathered) in 0.002537409 sec., 1076688.85859552 rows/sec., 72.56 MiB/sec. | ||
8813 | 2024.07.25 02:13:07.391250 [ 191 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
8814 | 2024.07.25 02:13:07.391658 [ 191 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_46_9} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8815 | 2024.07.25 02:13:07.391739 [ 191 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_46_9} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
8816 | 2024.07.25 02:13:07.391816 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. | ||
8817 | 2024.07.25 02:13:12.363316 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 4045, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8818 | 2024.07.25 02:13:12.363494 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8819 | 2024.07.25 02:13:12.363539 [ 3 ] {} <Debug> HTTP-Session: 9f6beada-9465-43c8-bb36-af30c796617a Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
8820 | 2024.07.25 02:13:12.363579 [ 3 ] {} <Debug> HTTP-Session: 9f6beada-9465-43c8-bb36-af30c796617a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8821 | 2024.07.25 02:13:12.363606 [ 3 ] {} <Debug> HTTP-Session: 9f6beada-9465-43c8-bb36-af30c796617a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8822 | 2024.07.25 02:13:12.363681 [ 3 ] {} <Trace> HTTP-Session: 9f6beada-9465-43c8-bb36-af30c796617a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8823 | 2024.07.25 02:13:12.363955 [ 3 ] {36740f6f-b0ad-40d6-a49c-c44ab60cd98a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8824 | 2024.07.25 02:13:12.364049 [ 3 ] {36740f6f-b0ad-40d6-a49c-c44ab60cd98a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8825 | 2024.07.25 02:13:12.364243 [ 3 ] {36740f6f-b0ad-40d6-a49c-c44ab60cd98a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8826 | 2024.07.25 02:13:12.364717 [ 3 ] {36740f6f-b0ad-40d6-a49c-c44ab60cd98a} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8827 | 2024.07.25 02:13:12.364764 [ 3 ] {36740f6f-b0ad-40d6-a49c-c44ab60cd98a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8828 | 2024.07.25 02:13:12.365132 [ 3 ] {36740f6f-b0ad-40d6-a49c-c44ab60cd98a} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
8829 | 2024.07.25 02:13:12.365476 [ 3 ] {36740f6f-b0ad-40d6-a49c-c44ab60cd98a} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8830 | 2024.07.25 02:13:12.365653 [ 26 ] {} <Debug> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
8831 | 2024.07.25 02:13:12.365664 [ 3 ] {36740f6f-b0ad-40d6-a49c-c44ab60cd98a} <Debug> executeQuery: Read 29 rows, 2.20 KiB in 0.001789 sec., 16210.17328116266 rows/sec., 1.20 MiB/sec. | ||
8832 | 2024.07.25 02:13:12.365746 [ 26 ] {} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8833 | 2024.07.25 02:13:12.365816 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8834 | 2024.07.25 02:13:12.365974 [ 197 ] {f624f877-7484-40f8-bba3-5af105c2972a::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 | ||
8835 | 2024.07.25 02:13:12.366014 [ 3 ] {36740f6f-b0ad-40d6-a49c-c44ab60cd98a} <Debug> DynamicQueryHandler: Done processing query | ||
8836 | 2024.07.25 02:13:12.366045 [ 3 ] {36740f6f-b0ad-40d6-a49c-c44ab60cd98a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8837 | 2024.07.25 02:13:12.366069 [ 3 ] {} <Debug> HTTP-Session: 9f6beada-9465-43c8-bb36-af30c796617a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8838 | 2024.07.25 02:13:12.366141 [ 197 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8839 | 2024.07.25 02:13:12.366177 [ 197 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 39 rows starting from the beginning of the part | ||
8840 | 2024.07.25 02:13:12.366249 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8841 | 2024.07.25 02:13:12.366300 [ 197 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 29 rows starting from the beginning of the part | ||
8842 | 2024.07.25 02:13:12.366369 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8843 | 2024.07.25 02:13:12.366439 [ 3 ] {} <Debug> HTTP-Session: 8cdeb31a-e027-4c19-bdfd-c6dc22b06122 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
8844 | 2024.07.25 02:13:12.366574 [ 3 ] {} <Debug> HTTP-Session: 8cdeb31a-e027-4c19-bdfd-c6dc22b06122 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8845 | 2024.07.25 02:13:12.366620 [ 197 ] {f624f877-7484-40f8-bba3-5af105c2972a::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 | ||
8846 | 2024.07.25 02:13:12.366635 [ 3 ] {} <Debug> HTTP-Session: 8cdeb31a-e027-4c19-bdfd-c6dc22b06122 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8847 | 2024.07.25 02:13:12.366795 [ 3 ] {} <Trace> HTTP-Session: 8cdeb31a-e027-4c19-bdfd-c6dc22b06122 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8848 | 2024.07.25 02:13:12.367063 [ 197 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 29 rows starting from the beginning of the part | ||
8849 | 2024.07.25 02:13:12.367160 [ 3 ] {30c215a4-80c1-4521-be89-cea3657d9713} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
8850 | 2024.07.25 02:13:12.367252 [ 197 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 10 rows starting from the beginning of the part | ||
8851 | 2024.07.25 02:13:12.367324 [ 3 ] {30c215a4-80c1-4521-be89-cea3657d9713} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
8852 | 2024.07.25 02:13:12.367575 [ 197 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 29 rows starting from the beginning of the part | ||
8853 | 2024.07.25 02:13:12.368172 [ 3 ] {30c215a4-80c1-4521-be89-cea3657d9713} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8854 | 2024.07.25 02:13:12.368718 [ 3 ] {30c215a4-80c1-4521-be89-cea3657d9713} <Trace> oximeter.fields_ipaddr (330a275b-5c0e-4112-8190-93317cf14d06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8855 | 2024.07.25 02:13:12.368762 [ 3 ] {30c215a4-80c1-4521-be89-cea3657d9713} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8856 | 2024.07.25 02:13:12.369251 [ 3 ] {30c215a4-80c1-4521-be89-cea3657d9713} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
8857 | 2024.07.25 02:13:12.369344 [ 191 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 146 rows, containing 4 columns (4 merged, 0 gathered) in 0.003424963 sec., 42628.19773527481 rows/sec., 3.21 MiB/sec. | ||
8858 | 2024.07.25 02:13:12.369662 [ 191 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
8859 | 2024.07.25 02:13:12.369822 [ 3 ] {30c215a4-80c1-4521-be89-cea3657d9713} <Trace> oximeter.fields_ipaddr (330a275b-5c0e-4112-8190-93317cf14d06): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8860 | 2024.07.25 02:13:12.370215 [ 3 ] {30c215a4-80c1-4521-be89-cea3657d9713} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00312 sec., 641.025641025641 rows/sec., 52.27 KiB/sec. | ||
8861 | 2024.07.25 02:13:12.370582 [ 3 ] {30c215a4-80c1-4521-be89-cea3657d9713} <Debug> DynamicQueryHandler: Done processing query | ||
8862 | 2024.07.25 02:13:12.370588 [ 191 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_41_8} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8863 | 2024.07.25 02:13:12.370625 [ 3 ] {30c215a4-80c1-4521-be89-cea3657d9713} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8864 | 2024.07.25 02:13:12.370674 [ 3 ] {} <Debug> HTTP-Session: 8cdeb31a-e027-4c19-bdfd-c6dc22b06122 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8865 | 2024.07.25 02:13:12.370777 [ 191 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_41_8} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
8866 | 2024.07.25 02:13:12.370895 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
8867 | 2024.07.25 02:13:12.370948 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 34864, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8868 | 2024.07.25 02:13:12.371006 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8869 | 2024.07.25 02:13:12.371025 [ 3 ] {} <Debug> HTTP-Session: e78892de-3aac-4a8a-bcb9-545be9b62f68 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
8870 | 2024.07.25 02:13:12.371041 [ 3 ] {} <Debug> HTTP-Session: e78892de-3aac-4a8a-bcb9-545be9b62f68 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8871 | 2024.07.25 02:13:12.371055 [ 3 ] {} <Debug> HTTP-Session: e78892de-3aac-4a8a-bcb9-545be9b62f68 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8872 | 2024.07.25 02:13:12.371087 [ 3 ] {} <Trace> HTTP-Session: e78892de-3aac-4a8a-bcb9-545be9b62f68 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8873 | 2024.07.25 02:13:12.371266 [ 3 ] {1711e48e-c96b-4c25-a393-4821de436ae4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8874 | 2024.07.25 02:13:12.371311 [ 3 ] {1711e48e-c96b-4c25-a393-4821de436ae4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8875 | 2024.07.25 02:13:12.371457 [ 3 ] {1711e48e-c96b-4c25-a393-4821de436ae4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8876 | 2024.07.25 02:13:12.371941 [ 3 ] {1711e48e-c96b-4c25-a393-4821de436ae4} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8877 | 2024.07.25 02:13:12.371978 [ 3 ] {1711e48e-c96b-4c25-a393-4821de436ae4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8878 | 2024.07.25 02:13:12.372309 [ 3 ] {1711e48e-c96b-4c25-a393-4821de436ae4} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
8879 | 2024.07.25 02:13:12.372621 [ 3 ] {1711e48e-c96b-4c25-a393-4821de436ae4} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8880 | 2024.07.25 02:13:12.372771 [ 3 ] {1711e48e-c96b-4c25-a393-4821de436ae4} <Debug> executeQuery: Read 231 rows, 20.83 KiB in 0.001587 sec., 145557.65595463137 rows/sec., 12.82 MiB/sec. | ||
8881 | 2024.07.25 02:13:12.372939 [ 3 ] {1711e48e-c96b-4c25-a393-4821de436ae4} <Debug> DynamicQueryHandler: Done processing query | ||
8882 | 2024.07.25 02:13:12.372964 [ 3 ] {1711e48e-c96b-4c25-a393-4821de436ae4} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
8883 | 2024.07.25 02:13:12.372980 [ 3 ] {} <Debug> HTTP-Session: e78892de-3aac-4a8a-bcb9-545be9b62f68 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8884 | 2024.07.25 02:13:12.373114 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8885 | 2024.07.25 02:13:12.373162 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8886 | 2024.07.25 02:13:12.373181 [ 3 ] {} <Debug> HTTP-Session: b5ff7574-e0cb-4597-9bae-93b305355843 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
8887 | 2024.07.25 02:13:12.373197 [ 3 ] {} <Debug> HTTP-Session: b5ff7574-e0cb-4597-9bae-93b305355843 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8888 | 2024.07.25 02:13:12.373210 [ 3 ] {} <Debug> HTTP-Session: b5ff7574-e0cb-4597-9bae-93b305355843 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8889 | 2024.07.25 02:13:12.373241 [ 3 ] {} <Trace> HTTP-Session: b5ff7574-e0cb-4597-9bae-93b305355843 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8890 | 2024.07.25 02:13:12.373333 [ 3 ] {169e480d-a875-4db7-8b75-ddcde96f033a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
8891 | 2024.07.25 02:13:12.373376 [ 3 ] {169e480d-a875-4db7-8b75-ddcde96f033a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8892 | 2024.07.25 02:13:12.373500 [ 3 ] {169e480d-a875-4db7-8b75-ddcde96f033a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8893 | 2024.07.25 02:13:12.373802 [ 3 ] {169e480d-a875-4db7-8b75-ddcde96f033a} <Trace> oximeter.fields_u16 (977fada6-76a3-44eb-8ed0-7c71340c6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8894 | 2024.07.25 02:13:12.373838 [ 3 ] {169e480d-a875-4db7-8b75-ddcde96f033a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8895 | 2024.07.25 02:13:12.374130 [ 3 ] {169e480d-a875-4db7-8b75-ddcde96f033a} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
8896 | 2024.07.25 02:13:12.374449 [ 3 ] {169e480d-a875-4db7-8b75-ddcde96f033a} <Trace> oximeter.fields_u16 (977fada6-76a3-44eb-8ed0-7c71340c6e1a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8897 | 2024.07.25 02:13:12.374605 [ 3 ] {169e480d-a875-4db7-8b75-ddcde96f033a} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001283 sec., 1558.846453624318 rows/sec., 108.85 KiB/sec. | ||
8898 | 2024.07.25 02:13:12.374767 [ 3 ] {169e480d-a875-4db7-8b75-ddcde96f033a} <Debug> DynamicQueryHandler: Done processing query | ||
8899 | 2024.07.25 02:13:12.374791 [ 3 ] {169e480d-a875-4db7-8b75-ddcde96f033a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8900 | 2024.07.25 02:13:12.374806 [ 3 ] {} <Debug> HTTP-Session: b5ff7574-e0cb-4597-9bae-93b305355843 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8901 | 2024.07.25 02:13:12.374997 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 65802, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8902 | 2024.07.25 02:13:12.375044 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8903 | 2024.07.25 02:13:12.375063 [ 3 ] {} <Debug> HTTP-Session: 946ed349-3035-4a19-a2fb-df7908bda6fa Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
8904 | 2024.07.25 02:13:12.375078 [ 3 ] {} <Debug> HTTP-Session: 946ed349-3035-4a19-a2fb-df7908bda6fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8905 | 2024.07.25 02:13:12.375092 [ 3 ] {} <Debug> HTTP-Session: 946ed349-3035-4a19-a2fb-df7908bda6fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8906 | 2024.07.25 02:13:12.375122 [ 3 ] {} <Trace> HTTP-Session: 946ed349-3035-4a19-a2fb-df7908bda6fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8907 | 2024.07.25 02:13:12.375329 [ 3 ] {b1398f31-ac85-4de4-96bf-ec75dcb1c05d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8908 | 2024.07.25 02:13:12.375371 [ 3 ] {b1398f31-ac85-4de4-96bf-ec75dcb1c05d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8909 | 2024.07.25 02:13:12.375499 [ 3 ] {b1398f31-ac85-4de4-96bf-ec75dcb1c05d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8910 | 2024.07.25 02:13:12.376034 [ 3 ] {b1398f31-ac85-4de4-96bf-ec75dcb1c05d} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8911 | 2024.07.25 02:13:12.376070 [ 3 ] {b1398f31-ac85-4de4-96bf-ec75dcb1c05d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8912 | 2024.07.25 02:13:12.376398 [ 3 ] {b1398f31-ac85-4de4-96bf-ec75dcb1c05d} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
8913 | 2024.07.25 02:13:12.376820 [ 3 ] {b1398f31-ac85-4de4-96bf-ec75dcb1c05d} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8914 | 2024.07.25 02:13:12.377001 [ 3 ] {b1398f31-ac85-4de4-96bf-ec75dcb1c05d} <Debug> executeQuery: Read 407 rows, 29.48 KiB in 0.001772 sec., 229683.97291196388 rows/sec., 16.25 MiB/sec. | ||
8915 | 2024.07.25 02:13:12.377264 [ 3 ] {b1398f31-ac85-4de4-96bf-ec75dcb1c05d} <Debug> DynamicQueryHandler: Done processing query | ||
8916 | 2024.07.25 02:13:12.377301 [ 3 ] {b1398f31-ac85-4de4-96bf-ec75dcb1c05d} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
8917 | 2024.07.25 02:13:12.377331 [ 3 ] {} <Debug> HTTP-Session: 946ed349-3035-4a19-a2fb-df7908bda6fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8918 | 2024.07.25 02:13:12.377531 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8919 | 2024.07.25 02:13:12.377594 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8920 | 2024.07.25 02:13:12.377621 [ 3 ] {} <Debug> HTTP-Session: a088806c-9ccd-4a8a-9b51-f8b223816912 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
8921 | 2024.07.25 02:13:12.377643 [ 3 ] {} <Debug> HTTP-Session: a088806c-9ccd-4a8a-9b51-f8b223816912 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8922 | 2024.07.25 02:13:12.377663 [ 3 ] {} <Debug> HTTP-Session: a088806c-9ccd-4a8a-9b51-f8b223816912 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8923 | 2024.07.25 02:13:12.377701 [ 3 ] {} <Trace> HTTP-Session: a088806c-9ccd-4a8a-9b51-f8b223816912 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8924 | 2024.07.25 02:13:12.377816 [ 3 ] {9dbb4dda-84c4-487e-91ca-5ff175b1e768} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
8925 | 2024.07.25 02:13:12.377870 [ 3 ] {9dbb4dda-84c4-487e-91ca-5ff175b1e768} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
8926 | 2024.07.25 02:13:12.378031 [ 3 ] {9dbb4dda-84c4-487e-91ca-5ff175b1e768} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8927 | 2024.07.25 02:13:12.378327 [ 3 ] {9dbb4dda-84c4-487e-91ca-5ff175b1e768} <Trace> oximeter.measurements_bool (8163702d-f428-4b08-bb37-b5af976016c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8928 | 2024.07.25 02:13:12.378365 [ 3 ] {9dbb4dda-84c4-487e-91ca-5ff175b1e768} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8929 | 2024.07.25 02:13:12.378727 [ 3 ] {9dbb4dda-84c4-487e-91ca-5ff175b1e768} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
8930 | 2024.07.25 02:13:12.379059 [ 3 ] {9dbb4dda-84c4-487e-91ca-5ff175b1e768} <Trace> oximeter.measurements_bool (8163702d-f428-4b08-bb37-b5af976016c8): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8931 | 2024.07.25 02:13:12.379256 [ 3 ] {9dbb4dda-84c4-487e-91ca-5ff175b1e768} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001465 sec., 4095.563139931741 rows/sec., 175.98 KiB/sec. | ||
8932 | 2024.07.25 02:13:12.379442 [ 3 ] {9dbb4dda-84c4-487e-91ca-5ff175b1e768} <Debug> DynamicQueryHandler: Done processing query | ||
8933 | 2024.07.25 02:13:12.379466 [ 3 ] {9dbb4dda-84c4-487e-91ca-5ff175b1e768} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
8934 | 2024.07.25 02:13:12.379482 [ 3 ] {} <Debug> HTTP-Session: a088806c-9ccd-4a8a-9b51-f8b223816912 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8935 | 2024.07.25 02:13:12.379609 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 14082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8936 | 2024.07.25 02:13:12.379657 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8937 | 2024.07.25 02:13:12.379676 [ 3 ] {} <Debug> HTTP-Session: 791af23a-5532-4757-9639-5485a171c319 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
8938 | 2024.07.25 02:13:12.379691 [ 3 ] {} <Debug> HTTP-Session: 791af23a-5532-4757-9639-5485a171c319 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8939 | 2024.07.25 02:13:12.379705 [ 3 ] {} <Debug> HTTP-Session: 791af23a-5532-4757-9639-5485a171c319 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8940 | 2024.07.25 02:13:12.379735 [ 3 ] {} <Trace> HTTP-Session: 791af23a-5532-4757-9639-5485a171c319 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8941 | 2024.07.25 02:13:12.379855 [ 3 ] {642ef9e0-b09a-47ef-b35a-6321774e8467} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
8942 | 2024.07.25 02:13:12.379900 [ 3 ] {642ef9e0-b09a-47ef-b35a-6321774e8467} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
8943 | 2024.07.25 02:13:12.380042 [ 3 ] {642ef9e0-b09a-47ef-b35a-6321774e8467} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8944 | 2024.07.25 02:13:12.380393 [ 3 ] {642ef9e0-b09a-47ef-b35a-6321774e8467} <Trace> oximeter.measurements_cumulativei64 (ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8945 | 2024.07.25 02:13:12.380431 [ 3 ] {642ef9e0-b09a-47ef-b35a-6321774e8467} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8946 | 2024.07.25 02:13:12.380793 [ 3 ] {642ef9e0-b09a-47ef-b35a-6321774e8467} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
8947 | 2024.07.25 02:13:12.381139 [ 3 ] {642ef9e0-b09a-47ef-b35a-6321774e8467} <Trace> oximeter.measurements_cumulativei64 (ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8948 | 2024.07.25 02:13:12.381299 [ 3 ] {642ef9e0-b09a-47ef-b35a-6321774e8467} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001483 sec., 51921.7801753203 rows/sec., 3.20 MiB/sec. | ||
8949 | 2024.07.25 02:13:12.381469 [ 3 ] {642ef9e0-b09a-47ef-b35a-6321774e8467} <Debug> DynamicQueryHandler: Done processing query | ||
8950 | 2024.07.25 02:13:12.381493 [ 3 ] {642ef9e0-b09a-47ef-b35a-6321774e8467} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
8951 | 2024.07.25 02:13:12.381510 [ 3 ] {} <Debug> HTTP-Session: 791af23a-5532-4757-9639-5485a171c319 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8952 | 2024.07.25 02:13:12.381655 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 30798, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8953 | 2024.07.25 02:13:12.381703 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8954 | 2024.07.25 02:13:12.381722 [ 3 ] {} <Debug> HTTP-Session: c8e4077b-f9a8-407a-90aa-26710f784c9b Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
8955 | 2024.07.25 02:13:12.381737 [ 3 ] {} <Debug> HTTP-Session: c8e4077b-f9a8-407a-90aa-26710f784c9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8956 | 2024.07.25 02:13:12.381750 [ 3 ] {} <Debug> HTTP-Session: c8e4077b-f9a8-407a-90aa-26710f784c9b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8957 | 2024.07.25 02:13:12.381780 [ 3 ] {} <Trace> HTTP-Session: c8e4077b-f9a8-407a-90aa-26710f784c9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8958 | 2024.07.25 02:13:12.381952 [ 3 ] {4923489e-1eff-4da9-aea6-188c0c746684} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8959 | 2024.07.25 02:13:12.381997 [ 3 ] {4923489e-1eff-4da9-aea6-188c0c746684} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8960 | 2024.07.25 02:13:12.382138 [ 3 ] {4923489e-1eff-4da9-aea6-188c0c746684} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8961 | 2024.07.25 02:13:12.382527 [ 3 ] {4923489e-1eff-4da9-aea6-188c0c746684} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8962 | 2024.07.25 02:13:12.382563 [ 3 ] {4923489e-1eff-4da9-aea6-188c0c746684} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8963 | 2024.07.25 02:13:12.382929 [ 3 ] {4923489e-1eff-4da9-aea6-188c0c746684} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
8964 | 2024.07.25 02:13:12.383263 [ 3 ] {4923489e-1eff-4da9-aea6-188c0c746684} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8965 | 2024.07.25 02:13:12.383413 [ 3 ] {4923489e-1eff-4da9-aea6-188c0c746684} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001549 sec., 103938.02453195609 rows/sec., 7.24 MiB/sec. | ||
8966 | 2024.07.25 02:13:12.383580 [ 3 ] {4923489e-1eff-4da9-aea6-188c0c746684} <Debug> DynamicQueryHandler: Done processing query | ||
8967 | 2024.07.25 02:13:12.383603 [ 3 ] {4923489e-1eff-4da9-aea6-188c0c746684} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8968 | 2024.07.25 02:13:12.383619 [ 3 ] {} <Debug> HTTP-Session: c8e4077b-f9a8-407a-90aa-26710f784c9b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8969 | 2024.07.25 02:13:12.383760 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 37045, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8970 | 2024.07.25 02:13:12.383808 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8971 | 2024.07.25 02:13:12.383827 [ 3 ] {} <Debug> HTTP-Session: 94cb9679-623f-4490-afa8-233199aaee65 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
8972 | 2024.07.25 02:13:12.383843 [ 3 ] {} <Debug> HTTP-Session: 94cb9679-623f-4490-afa8-233199aaee65 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8973 | 2024.07.25 02:13:12.383856 [ 3 ] {} <Debug> HTTP-Session: 94cb9679-623f-4490-afa8-233199aaee65 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8974 | 2024.07.25 02:13:12.383886 [ 3 ] {} <Trace> HTTP-Session: 94cb9679-623f-4490-afa8-233199aaee65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8975 | 2024.07.25 02:13:12.384148 [ 3 ] {25aa9181-5748-4043-9316-218f33477144} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8976 | 2024.07.25 02:13:12.384212 [ 3 ] {25aa9181-5748-4043-9316-218f33477144} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
8977 | 2024.07.25 02:13:12.384621 [ 3 ] {25aa9181-5748-4043-9316-218f33477144} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8978 | 2024.07.25 02:13:12.385250 [ 3 ] {25aa9181-5748-4043-9316-218f33477144} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8979 | 2024.07.25 02:13:12.385286 [ 3 ] {25aa9181-5748-4043-9316-218f33477144} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8980 | 2024.07.25 02:13:12.385896 [ 3 ] {25aa9181-5748-4043-9316-218f33477144} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
8981 | 2024.07.25 02:13:12.386299 [ 3 ] {25aa9181-5748-4043-9316-218f33477144} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8982 | 2024.07.25 02:13:12.386497 [ 3 ] {25aa9181-5748-4043-9316-218f33477144} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002529 sec., 9094.503756425465 rows/sec., 16.30 MiB/sec. | ||
8983 | 2024.07.25 02:13:12.386722 [ 3 ] {25aa9181-5748-4043-9316-218f33477144} <Debug> DynamicQueryHandler: Done processing query | ||
8984 | 2024.07.25 02:13:12.386746 [ 3 ] {25aa9181-5748-4043-9316-218f33477144} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
8985 | 2024.07.25 02:13:12.386762 [ 3 ] {} <Debug> HTTP-Session: 94cb9679-623f-4490-afa8-233199aaee65 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8986 | 2024.07.25 02:13:12.386881 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 3211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8987 | 2024.07.25 02:13:12.386929 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8988 | 2024.07.25 02:13:12.386947 [ 3 ] {} <Debug> HTTP-Session: 5125faf4-9d20-45e7-8569-9e9e80dcd270 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
8989 | 2024.07.25 02:13:12.386967 [ 3 ] {} <Debug> HTTP-Session: 5125faf4-9d20-45e7-8569-9e9e80dcd270 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8990 | 2024.07.25 02:13:12.386980 [ 3 ] {} <Debug> HTTP-Session: 5125faf4-9d20-45e7-8569-9e9e80dcd270 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8991 | 2024.07.25 02:13:12.387010 [ 3 ] {} <Trace> HTTP-Session: 5125faf4-9d20-45e7-8569-9e9e80dcd270 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8992 | 2024.07.25 02:13:12.387111 [ 3 ] {8d80a3c8-2495-40da-9c5d-144600051d67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
8993 | 2024.07.25 02:13:12.387154 [ 3 ] {8d80a3c8-2495-40da-9c5d-144600051d67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
8994 | 2024.07.25 02:13:12.387280 [ 3 ] {8d80a3c8-2495-40da-9c5d-144600051d67} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8995 | 2024.07.25 02:13:12.387572 [ 3 ] {8d80a3c8-2495-40da-9c5d-144600051d67} <Trace> oximeter.measurements_i64 (4af3948b-7ee8-4a0a-bff7-9db9837b5273): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8996 | 2024.07.25 02:13:12.387609 [ 3 ] {8d80a3c8-2495-40da-9c5d-144600051d67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8997 | 2024.07.25 02:13:12.387965 [ 3 ] {8d80a3c8-2495-40da-9c5d-144600051d67} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
8998 | 2024.07.25 02:13:12.388284 [ 3 ] {8d80a3c8-2495-40da-9c5d-144600051d67} <Trace> oximeter.measurements_i64 (4af3948b-7ee8-4a0a-bff7-9db9837b5273): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8999 | 2024.07.25 02:13:12.388427 [ 3 ] {8d80a3c8-2495-40da-9c5d-144600051d67} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001338 sec., 17189.8355754858 rows/sec., 929.85 KiB/sec. | ||
9000 | 2024.07.25 02:13:12.388739 [ 3 ] {8d80a3c8-2495-40da-9c5d-144600051d67} <Debug> DynamicQueryHandler: Done processing query | ||
9001 | 2024.07.25 02:13:12.388764 [ 3 ] {8d80a3c8-2495-40da-9c5d-144600051d67} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
9002 | 2024.07.25 02:13:12.388779 [ 3 ] {} <Debug> HTTP-Session: 5125faf4-9d20-45e7-8569-9e9e80dcd270 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9003 | 2024.07.25 02:13:12.388893 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9004 | 2024.07.25 02:13:12.388943 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9005 | 2024.07.25 02:13:12.388962 [ 3 ] {} <Debug> HTTP-Session: 52e97311-3cad-4cc5-9f74-d7da44f1232c Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
9006 | 2024.07.25 02:13:12.388977 [ 3 ] {} <Debug> HTTP-Session: 52e97311-3cad-4cc5-9f74-d7da44f1232c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9007 | 2024.07.25 02:13:12.388991 [ 3 ] {} <Debug> HTTP-Session: 52e97311-3cad-4cc5-9f74-d7da44f1232c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9008 | 2024.07.25 02:13:12.389021 [ 3 ] {} <Trace> HTTP-Session: 52e97311-3cad-4cc5-9f74-d7da44f1232c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9009 | 2024.07.25 02:13:12.389135 [ 3 ] {7591a8b7-14ad-43bf-a2f3-72ac3004eb30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9010 | 2024.07.25 02:13:12.389180 [ 3 ] {7591a8b7-14ad-43bf-a2f3-72ac3004eb30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9011 | 2024.07.25 02:13:12.389326 [ 3 ] {7591a8b7-14ad-43bf-a2f3-72ac3004eb30} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9012 | 2024.07.25 02:13:12.389627 [ 3 ] {7591a8b7-14ad-43bf-a2f3-72ac3004eb30} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9013 | 2024.07.25 02:13:12.389665 [ 3 ] {7591a8b7-14ad-43bf-a2f3-72ac3004eb30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
9014 | 2024.07.25 02:13:12.390014 [ 3 ] {7591a8b7-14ad-43bf-a2f3-72ac3004eb30} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
9015 | 2024.07.25 02:13:12.390356 [ 3 ] {7591a8b7-14ad-43bf-a2f3-72ac3004eb30} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9016 | 2024.07.25 02:13:12.390514 [ 3 ] {7591a8b7-14ad-43bf-a2f3-72ac3004eb30} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001409 sec., 42583.392476933994 rows/sec., 2.87 MiB/sec. | ||
9017 | 2024.07.25 02:13:12.390691 [ 3 ] {7591a8b7-14ad-43bf-a2f3-72ac3004eb30} <Debug> DynamicQueryHandler: Done processing query | ||
9018 | 2024.07.25 02:13:12.390721 [ 3 ] {7591a8b7-14ad-43bf-a2f3-72ac3004eb30} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9019 | 2024.07.25 02:13:12.390739 [ 3 ] {} <Debug> HTTP-Session: 52e97311-3cad-4cc5-9f74-d7da44f1232c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9020 | 2024.07.25 02:13:17.360249 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 1489, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9021 | 2024.07.25 02:13:17.360399 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9022 | 2024.07.25 02:13:17.360431 [ 3 ] {} <Debug> HTTP-Session: 9c3b2569-ef79-4832-b960-28c3b6af2d29 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
9023 | 2024.07.25 02:13:17.360461 [ 3 ] {} <Debug> HTTP-Session: 9c3b2569-ef79-4832-b960-28c3b6af2d29 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9024 | 2024.07.25 02:13:17.360479 [ 3 ] {} <Debug> HTTP-Session: 9c3b2569-ef79-4832-b960-28c3b6af2d29 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9025 | 2024.07.25 02:13:17.360536 [ 3 ] {} <Trace> HTTP-Session: 9c3b2569-ef79-4832-b960-28c3b6af2d29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9026 | 2024.07.25 02:13:17.360738 [ 3 ] {b86ebfef-aa5e-4800-a685-ec9507445ed7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
9027 | 2024.07.25 02:13:17.360814 [ 3 ] {b86ebfef-aa5e-4800-a685-ec9507445ed7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
9028 | 2024.07.25 02:13:17.361035 [ 3 ] {b86ebfef-aa5e-4800-a685-ec9507445ed7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9029 | 2024.07.25 02:13:17.361557 [ 3 ] {b86ebfef-aa5e-4800-a685-ec9507445ed7} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9030 | 2024.07.25 02:13:17.361601 [ 3 ] {b86ebfef-aa5e-4800-a685-ec9507445ed7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
9031 | 2024.07.25 02:13:17.361975 [ 3 ] {b86ebfef-aa5e-4800-a685-ec9507445ed7} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
9032 | 2024.07.25 02:13:17.362317 [ 3 ] {b86ebfef-aa5e-4800-a685-ec9507445ed7} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9033 | 2024.07.25 02:13:17.362460 [ 3 ] {b86ebfef-aa5e-4800-a685-ec9507445ed7} <Debug> executeQuery: Read 10 rows, 830.00 B in 0.001784 sec., 5605.3811659192825 rows/sec., 454.34 KiB/sec. | ||
9034 | 2024.07.25 02:13:17.362669 [ 3 ] {b86ebfef-aa5e-4800-a685-ec9507445ed7} <Debug> DynamicQueryHandler: Done processing query | ||
9035 | 2024.07.25 02:13:17.362696 [ 3 ] {b86ebfef-aa5e-4800-a685-ec9507445ed7} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9036 | 2024.07.25 02:13:17.362712 [ 3 ] {} <Debug> HTTP-Session: 9c3b2569-ef79-4832-b960-28c3b6af2d29 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9037 | 2024.07.25 02:13:17.362845 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9038 | 2024.07.25 02:13:17.362901 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9039 | 2024.07.25 02:13:17.362921 [ 3 ] {} <Debug> HTTP-Session: 7e358883-1294-4963-b66e-52e1197d284c Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
9040 | 2024.07.25 02:13:17.362939 [ 3 ] {} <Debug> HTTP-Session: 7e358883-1294-4963-b66e-52e1197d284c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9041 | 2024.07.25 02:13:17.362952 [ 3 ] {} <Debug> HTTP-Session: 7e358883-1294-4963-b66e-52e1197d284c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9042 | 2024.07.25 02:13:17.362988 [ 3 ] {} <Trace> HTTP-Session: 7e358883-1294-4963-b66e-52e1197d284c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9043 | 2024.07.25 02:13:17.363088 [ 3 ] {ba3a5f4a-bb17-40a9-973d-17c180efdc50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
9044 | 2024.07.25 02:13:17.363134 [ 3 ] {ba3a5f4a-bb17-40a9-973d-17c180efdc50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
9045 | 2024.07.25 02:13:17.363263 [ 3 ] {ba3a5f4a-bb17-40a9-973d-17c180efdc50} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9046 | 2024.07.25 02:13:17.363576 [ 3 ] {ba3a5f4a-bb17-40a9-973d-17c180efdc50} <Trace> oximeter.fields_ipaddr (330a275b-5c0e-4112-8190-93317cf14d06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9047 | 2024.07.25 02:13:17.363613 [ 3 ] {ba3a5f4a-bb17-40a9-973d-17c180efdc50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
9048 | 2024.07.25 02:13:17.363914 [ 3 ] {ba3a5f4a-bb17-40a9-973d-17c180efdc50} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
9049 | 2024.07.25 02:13:17.364220 [ 3 ] {ba3a5f4a-bb17-40a9-973d-17c180efdc50} <Trace> oximeter.fields_ipaddr (330a275b-5c0e-4112-8190-93317cf14d06): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9050 | 2024.07.25 02:13:17.364336 [ 55 ] {} <Debug> oximeter.fields_ipaddr (330a275b-5c0e-4112-8190-93317cf14d06) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
9051 | 2024.07.25 02:13:17.364347 [ 3 ] {ba3a5f4a-bb17-40a9-973d-17c180efdc50} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001284 sec., 1557.632398753894 rows/sec., 127.01 KiB/sec. | ||
9052 | 2024.07.25 02:13:17.364384 [ 55 ] {} <Trace> oximeter.fields_ipaddr (330a275b-5c0e-4112-8190-93317cf14d06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9053 | 2024.07.25 02:13:17.364419 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
9054 | 2024.07.25 02:13:17.364628 [ 3 ] {ba3a5f4a-bb17-40a9-973d-17c180efdc50} <Debug> DynamicQueryHandler: Done processing query | ||
9055 | 2024.07.25 02:13:17.364733 [ 3 ] {ba3a5f4a-bb17-40a9-973d-17c180efdc50} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9056 | 2024.07.25 02:13:17.364880 [ 3 ] {} <Debug> HTTP-Session: 7e358883-1294-4963-b66e-52e1197d284c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9057 | 2024.07.25 02:13:17.365073 [ 201 ] {330a275b-5c0e-4112-8190-93317cf14d06::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 | ||
9058 | 2024.07.25 02:13:17.365293 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 17493, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9059 | 2024.07.25 02:13:17.365435 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9060 | 2024.07.25 02:13:17.365476 [ 3 ] {} <Debug> HTTP-Session: b99fb7e8-b509-44e7-9145-4fd5ff263de7 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
9061 | 2024.07.25 02:13:17.365483 [ 201 ] {330a275b-5c0e-4112-8190-93317cf14d06::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9062 | 2024.07.25 02:13:17.365499 [ 3 ] {} <Debug> HTTP-Session: b99fb7e8-b509-44e7-9145-4fd5ff263de7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9063 | 2024.07.25 02:13:17.365520 [ 3 ] {} <Debug> HTTP-Session: b99fb7e8-b509-44e7-9145-4fd5ff263de7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9064 | 2024.07.25 02:13:17.365520 [ 201 ] {330a275b-5c0e-4112-8190-93317cf14d06::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 16 rows starting from the beginning of the part | ||
9065 | 2024.07.25 02:13:17.365562 [ 3 ] {} <Trace> HTTP-Session: b99fb7e8-b509-44e7-9145-4fd5ff263de7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9066 | 2024.07.25 02:13:17.365611 [ 201 ] {330a275b-5c0e-4112-8190-93317cf14d06::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 8 rows starting from the beginning of the part | ||
9067 | 2024.07.25 02:13:17.365967 [ 3 ] {7928c77d-db7b-4fb3-9678-8a06c915debc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9068 | 2024.07.25 02:13:17.365997 [ 201 ] {330a275b-5c0e-4112-8190-93317cf14d06::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 | ||
9069 | 2024.07.25 02:13:17.366163 [ 3 ] {7928c77d-db7b-4fb3-9678-8a06c915debc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9070 | 2024.07.25 02:13:17.366302 [ 201 ] {330a275b-5c0e-4112-8190-93317cf14d06::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 | ||
9071 | 2024.07.25 02:13:17.366733 [ 201 ] {330a275b-5c0e-4112-8190-93317cf14d06::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 | ||
9072 | 2024.07.25 02:13:17.366943 [ 201 ] {330a275b-5c0e-4112-8190-93317cf14d06::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 | ||
9073 | 2024.07.25 02:13:17.367223 [ 3 ] {7928c77d-db7b-4fb3-9678-8a06c915debc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9074 | 2024.07.25 02:13:17.367838 [ 3 ] {7928c77d-db7b-4fb3-9678-8a06c915debc} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9075 | 2024.07.25 02:13:17.367882 [ 3 ] {7928c77d-db7b-4fb3-9678-8a06c915debc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
9076 | 2024.07.25 02:13:17.368378 [ 3 ] {7928c77d-db7b-4fb3-9678-8a06c915debc} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
9077 | 2024.07.25 02:13:17.368379 [ 201 ] {330a275b-5c0e-4112-8190-93317cf14d06::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.00389396 sec., 8217.855345201286 rows/sec., 670.11 KiB/sec. | ||
9078 | 2024.07.25 02:13:17.368607 [ 190 ] {330a275b-5c0e-4112-8190-93317cf14d06::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
9079 | 2024.07.25 02:13:17.368929 [ 3 ] {7928c77d-db7b-4fb3-9678-8a06c915debc} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9080 | 2024.07.25 02:13:17.369366 [ 3 ] {7928c77d-db7b-4fb3-9678-8a06c915debc} <Debug> executeQuery: Read 123 rows, 10.01 KiB in 0.003648 sec., 33717.10526315789 rows/sec., 2.68 MiB/sec. | ||
9081 | 2024.07.25 02:13:17.369607 [ 190 ] {330a275b-5c0e-4112-8190-93317cf14d06::all_1_16_3} <Trace> oximeter.fields_ipaddr (330a275b-5c0e-4112-8190-93317cf14d06): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9082 | 2024.07.25 02:13:17.369711 [ 3 ] {7928c77d-db7b-4fb3-9678-8a06c915debc} <Debug> DynamicQueryHandler: Done processing query | ||
9083 | 2024.07.25 02:13:17.369754 [ 3 ] {7928c77d-db7b-4fb3-9678-8a06c915debc} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
9084 | 2024.07.25 02:13:17.369763 [ 190 ] {330a275b-5c0e-4112-8190-93317cf14d06::all_1_16_3} <Trace> oximeter.fields_ipaddr (330a275b-5c0e-4112-8190-93317cf14d06) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
9085 | 2024.07.25 02:13:17.369782 [ 3 ] {} <Debug> HTTP-Session: b99fb7e8-b509-44e7-9145-4fd5ff263de7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9086 | 2024.07.25 02:13:17.369904 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
9087 | 2024.07.25 02:13:17.369946 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9088 | 2024.07.25 02:13:17.370005 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9089 | 2024.07.25 02:13:17.370024 [ 3 ] {} <Debug> HTTP-Session: 0f9ac081-017c-467a-8d96-f636288b07e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
9090 | 2024.07.25 02:13:17.370040 [ 3 ] {} <Debug> HTTP-Session: 0f9ac081-017c-467a-8d96-f636288b07e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9091 | 2024.07.25 02:13:17.370054 [ 3 ] {} <Debug> HTTP-Session: 0f9ac081-017c-467a-8d96-f636288b07e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9092 | 2024.07.25 02:13:17.370087 [ 3 ] {} <Trace> HTTP-Session: 0f9ac081-017c-467a-8d96-f636288b07e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9093 | 2024.07.25 02:13:17.370189 [ 3 ] {9e1ad6b2-ed7d-49b1-bd38-e4a8aa71c53a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
9094 | 2024.07.25 02:13:17.370234 [ 3 ] {9e1ad6b2-ed7d-49b1-bd38-e4a8aa71c53a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9095 | 2024.07.25 02:13:17.370381 [ 3 ] {9e1ad6b2-ed7d-49b1-bd38-e4a8aa71c53a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9096 | 2024.07.25 02:13:17.370669 [ 3 ] {9e1ad6b2-ed7d-49b1-bd38-e4a8aa71c53a} <Trace> oximeter.fields_u16 (977fada6-76a3-44eb-8ed0-7c71340c6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9097 | 2024.07.25 02:13:17.370705 [ 3 ] {9e1ad6b2-ed7d-49b1-bd38-e4a8aa71c53a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
9098 | 2024.07.25 02:13:17.371000 [ 3 ] {9e1ad6b2-ed7d-49b1-bd38-e4a8aa71c53a} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
9099 | 2024.07.25 02:13:17.371308 [ 3 ] {9e1ad6b2-ed7d-49b1-bd38-e4a8aa71c53a} <Trace> oximeter.fields_u16 (977fada6-76a3-44eb-8ed0-7c71340c6e1a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9100 | 2024.07.25 02:13:17.371421 [ 55 ] {} <Debug> oximeter.fields_u16 (977fada6-76a3-44eb-8ed0-7c71340c6e1a) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
9101 | 2024.07.25 02:13:17.371435 [ 3 ] {9e1ad6b2-ed7d-49b1-bd38-e4a8aa71c53a} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001272 sec., 1572.3270440251574 rows/sec., 109.79 KiB/sec. | ||
9102 | 2024.07.25 02:13:17.371452 [ 55 ] {} <Trace> oximeter.fields_u16 (977fada6-76a3-44eb-8ed0-7c71340c6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9103 | 2024.07.25 02:13:17.371484 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
9104 | 2024.07.25 02:13:17.371742 [ 3 ] {9e1ad6b2-ed7d-49b1-bd38-e4a8aa71c53a} <Debug> DynamicQueryHandler: Done processing query | ||
9105 | 2024.07.25 02:13:17.371781 [ 187 ] {977fada6-76a3-44eb-8ed0-7c71340c6e1a::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 | ||
9106 | 2024.07.25 02:13:17.371810 [ 3 ] {9e1ad6b2-ed7d-49b1-bd38-e4a8aa71c53a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9107 | 2024.07.25 02:13:17.371907 [ 3 ] {} <Debug> HTTP-Session: 0f9ac081-017c-467a-8d96-f636288b07e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9108 | 2024.07.25 02:13:17.372175 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 16957, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9109 | 2024.07.25 02:13:17.372239 [ 187 ] {977fada6-76a3-44eb-8ed0-7c71340c6e1a::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9110 | 2024.07.25 02:13:17.372282 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9111 | 2024.07.25 02:13:17.372300 [ 187 ] {977fada6-76a3-44eb-8ed0-7c71340c6e1a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 16 rows starting from the beginning of the part | ||
9112 | 2024.07.25 02:13:17.372329 [ 3 ] {} <Debug> HTTP-Session: 57ed412f-d5a6-4917-9cf9-82b33c63492c Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
9113 | 2024.07.25 02:13:17.372370 [ 3 ] {} <Debug> HTTP-Session: 57ed412f-d5a6-4917-9cf9-82b33c63492c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9114 | 2024.07.25 02:13:17.372431 [ 3 ] {} <Debug> HTTP-Session: 57ed412f-d5a6-4917-9cf9-82b33c63492c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9115 | 2024.07.25 02:13:17.372559 [ 187 ] {977fada6-76a3-44eb-8ed0-7c71340c6e1a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 8 rows starting from the beginning of the part | ||
9116 | 2024.07.25 02:13:17.372573 [ 3 ] {} <Trace> HTTP-Session: 57ed412f-d5a6-4917-9cf9-82b33c63492c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9117 | 2024.07.25 02:13:17.372789 [ 187 ] {977fada6-76a3-44eb-8ed0-7c71340c6e1a::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 | ||
9118 | 2024.07.25 02:13:17.372946 [ 3 ] {ca024038-8c8f-4f42-b2e8-d642510d86e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9119 | 2024.07.25 02:13:17.373108 [ 3 ] {ca024038-8c8f-4f42-b2e8-d642510d86e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9120 | 2024.07.25 02:13:17.373120 [ 187 ] {977fada6-76a3-44eb-8ed0-7c71340c6e1a::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 | ||
9121 | 2024.07.25 02:13:17.373464 [ 187 ] {977fada6-76a3-44eb-8ed0-7c71340c6e1a::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 | ||
9122 | 2024.07.25 02:13:17.373757 [ 187 ] {977fada6-76a3-44eb-8ed0-7c71340c6e1a::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 | ||
9123 | 2024.07.25 02:13:17.374100 [ 3 ] {ca024038-8c8f-4f42-b2e8-d642510d86e5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9124 | 2024.07.25 02:13:17.375169 [ 3 ] {ca024038-8c8f-4f42-b2e8-d642510d86e5} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9125 | 2024.07.25 02:13:17.375229 [ 3 ] {ca024038-8c8f-4f42-b2e8-d642510d86e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
9126 | 2024.07.25 02:13:17.376094 [ 3 ] {ca024038-8c8f-4f42-b2e8-d642510d86e5} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
9127 | 2024.07.25 02:13:17.376380 [ 187 ] {977fada6-76a3-44eb-8ed0-7c71340c6e1a::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.004800344 sec., 6666.188923127176 rows/sec., 465.46 KiB/sec. | ||
9128 | 2024.07.25 02:13:17.376640 [ 187 ] {977fada6-76a3-44eb-8ed0-7c71340c6e1a::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
9129 | 2024.07.25 02:13:17.376899 [ 3 ] {ca024038-8c8f-4f42-b2e8-d642510d86e5} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9130 | 2024.07.25 02:13:17.377454 [ 3 ] {ca024038-8c8f-4f42-b2e8-d642510d86e5} <Debug> executeQuery: Read 100 rows, 7.98 KiB in 0.004652 sec., 21496.130696474636 rows/sec., 1.67 MiB/sec. | ||
9131 | 2024.07.25 02:13:17.377891 [ 3 ] {ca024038-8c8f-4f42-b2e8-d642510d86e5} <Debug> DynamicQueryHandler: Done processing query | ||
9132 | 2024.07.25 02:13:17.377906 [ 187 ] {977fada6-76a3-44eb-8ed0-7c71340c6e1a::all_1_16_3} <Trace> oximeter.fields_u16 (977fada6-76a3-44eb-8ed0-7c71340c6e1a): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9133 | 2024.07.25 02:13:17.377936 [ 3 ] {ca024038-8c8f-4f42-b2e8-d642510d86e5} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
9134 | 2024.07.25 02:13:17.377987 [ 3 ] {} <Debug> HTTP-Session: 57ed412f-d5a6-4917-9cf9-82b33c63492c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9135 | 2024.07.25 02:13:17.378082 [ 187 ] {977fada6-76a3-44eb-8ed0-7c71340c6e1a::all_1_16_3} <Trace> oximeter.fields_u16 (977fada6-76a3-44eb-8ed0-7c71340c6e1a) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
9136 | 2024.07.25 02:13:17.378220 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
9137 | 2024.07.25 02:13:17.378230 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 37762, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9138 | 2024.07.25 02:13:17.378303 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9139 | 2024.07.25 02:13:17.378322 [ 3 ] {} <Debug> HTTP-Session: a197eef1-920c-4386-89be-9f5c93c0ba7b Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
9140 | 2024.07.25 02:13:17.378338 [ 3 ] {} <Debug> HTTP-Session: a197eef1-920c-4386-89be-9f5c93c0ba7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9141 | 2024.07.25 02:13:17.378352 [ 3 ] {} <Debug> HTTP-Session: a197eef1-920c-4386-89be-9f5c93c0ba7b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9142 | 2024.07.25 02:13:17.378386 [ 3 ] {} <Trace> HTTP-Session: a197eef1-920c-4386-89be-9f5c93c0ba7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9143 | 2024.07.25 02:13:17.378564 [ 3 ] {2289a009-6ea1-422a-bdea-60c208717e87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9144 | 2024.07.25 02:13:17.378614 [ 3 ] {2289a009-6ea1-422a-bdea-60c208717e87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9145 | 2024.07.25 02:13:17.378786 [ 3 ] {2289a009-6ea1-422a-bdea-60c208717e87} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9146 | 2024.07.25 02:13:17.379221 [ 3 ] {2289a009-6ea1-422a-bdea-60c208717e87} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9147 | 2024.07.25 02:13:17.379259 [ 3 ] {2289a009-6ea1-422a-bdea-60c208717e87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
9148 | 2024.07.25 02:13:17.379666 [ 3 ] {2289a009-6ea1-422a-bdea-60c208717e87} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
9149 | 2024.07.25 02:13:17.380018 [ 3 ] {2289a009-6ea1-422a-bdea-60c208717e87} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9150 | 2024.07.25 02:13:17.380150 [ 3 ] {2289a009-6ea1-422a-bdea-60c208717e87} <Debug> executeQuery: Read 197 rows, 14.08 KiB in 0.001672 sec., 117822.96650717703 rows/sec., 8.23 MiB/sec. | ||
9151 | 2024.07.25 02:13:17.380432 [ 3 ] {2289a009-6ea1-422a-bdea-60c208717e87} <Debug> DynamicQueryHandler: Done processing query | ||
9152 | 2024.07.25 02:13:17.380503 [ 3 ] {2289a009-6ea1-422a-bdea-60c208717e87} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
9153 | 2024.07.25 02:13:17.380555 [ 3 ] {} <Debug> HTTP-Session: a197eef1-920c-4386-89be-9f5c93c0ba7b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9154 | 2024.07.25 02:13:17.380734 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 16103, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9155 | 2024.07.25 02:13:17.380793 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9156 | 2024.07.25 02:13:17.380814 [ 3 ] {} <Debug> HTTP-Session: ed618156-1a76-4a79-a091-0e0b871f45f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
9157 | 2024.07.25 02:13:17.380831 [ 3 ] {} <Debug> HTTP-Session: ed618156-1a76-4a79-a091-0e0b871f45f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9158 | 2024.07.25 02:13:17.380845 [ 3 ] {} <Debug> HTTP-Session: ed618156-1a76-4a79-a091-0e0b871f45f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9159 | 2024.07.25 02:13:17.380876 [ 3 ] {} <Trace> HTTP-Session: ed618156-1a76-4a79-a091-0e0b871f45f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9160 | 2024.07.25 02:13:17.381067 [ 3 ] {f5c5e248-1576-4f5c-829a-ca4019b203ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9161 | 2024.07.25 02:13:17.381138 [ 3 ] {f5c5e248-1576-4f5c-829a-ca4019b203ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
9162 | 2024.07.25 02:13:17.381579 [ 3 ] {f5c5e248-1576-4f5c-829a-ca4019b203ce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9163 | 2024.07.25 02:13:17.382118 [ 3 ] {f5c5e248-1576-4f5c-829a-ca4019b203ce} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9164 | 2024.07.25 02:13:17.382153 [ 3 ] {f5c5e248-1576-4f5c-829a-ca4019b203ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
9165 | 2024.07.25 02:13:17.382735 [ 3 ] {f5c5e248-1576-4f5c-829a-ca4019b203ce} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
9166 | 2024.07.25 02:13:17.383144 [ 3 ] {f5c5e248-1576-4f5c-829a-ca4019b203ce} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9167 | 2024.07.25 02:13:17.383293 [ 3 ] {f5c5e248-1576-4f5c-829a-ca4019b203ce} <Debug> executeQuery: Read 10 rows, 18.35 KiB in 0.002339 sec., 4275.331338178709 rows/sec., 7.66 MiB/sec. | ||
9168 | 2024.07.25 02:13:17.383520 [ 3 ] {f5c5e248-1576-4f5c-829a-ca4019b203ce} <Debug> DynamicQueryHandler: Done processing query | ||
9169 | 2024.07.25 02:13:17.383544 [ 3 ] {f5c5e248-1576-4f5c-829a-ca4019b203ce} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
9170 | 2024.07.25 02:13:17.383560 [ 3 ] {} <Debug> HTTP-Session: ed618156-1a76-4a79-a091-0e0b871f45f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9171 | 2024.07.25 02:13:17.383680 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9172 | 2024.07.25 02:13:17.383729 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9173 | 2024.07.25 02:13:17.383748 [ 3 ] {} <Debug> HTTP-Session: 2cf81da2-47aa-4e57-861a-03f1d38d8e18 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
9174 | 2024.07.25 02:13:17.383764 [ 3 ] {} <Debug> HTTP-Session: 2cf81da2-47aa-4e57-861a-03f1d38d8e18 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9175 | 2024.07.25 02:13:17.383777 [ 3 ] {} <Debug> HTTP-Session: 2cf81da2-47aa-4e57-861a-03f1d38d8e18 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9176 | 2024.07.25 02:13:17.383807 [ 3 ] {} <Trace> HTTP-Session: 2cf81da2-47aa-4e57-861a-03f1d38d8e18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9177 | 2024.07.25 02:13:17.383923 [ 3 ] {3766278c-3589-499d-9618-8609bb1cd812} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9178 | 2024.07.25 02:13:17.383968 [ 3 ] {3766278c-3589-499d-9618-8609bb1cd812} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9179 | 2024.07.25 02:13:17.384095 [ 3 ] {3766278c-3589-499d-9618-8609bb1cd812} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9180 | 2024.07.25 02:13:17.384402 [ 3 ] {3766278c-3589-499d-9618-8609bb1cd812} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9181 | 2024.07.25 02:13:17.384438 [ 3 ] {3766278c-3589-499d-9618-8609bb1cd812} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
9182 | 2024.07.25 02:13:17.384793 [ 3 ] {3766278c-3589-499d-9618-8609bb1cd812} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
9183 | 2024.07.25 02:13:17.385111 [ 3 ] {3766278c-3589-499d-9618-8609bb1cd812} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9184 | 2024.07.25 02:13:17.385238 [ 3 ] {3766278c-3589-499d-9618-8609bb1cd812} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001358 sec., 44182.62150220913 rows/sec., 2.98 MiB/sec. | ||
9185 | 2024.07.25 02:13:17.385399 [ 3 ] {3766278c-3589-499d-9618-8609bb1cd812} <Debug> DynamicQueryHandler: Done processing query | ||
9186 | 2024.07.25 02:13:17.385424 [ 3 ] {3766278c-3589-499d-9618-8609bb1cd812} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9187 | 2024.07.25 02:13:17.385440 [ 3 ] {} <Debug> HTTP-Session: 2cf81da2-47aa-4e57-861a-03f1d38d8e18 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9188 | 2024.07.25 02:13:21.242647 [ 108 ] {} <Debug> DNSResolver: Updating DNS cache | ||
9189 | 2024.07.25 02:13:21.242719 [ 108 ] {} <Debug> DNSResolver: Updated DNS cache | ||
9190 | 2024.07.25 02:13:22.364510 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 4045, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9191 | 2024.07.25 02:13:22.364628 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9192 | 2024.07.25 02:13:22.364656 [ 3 ] {} <Debug> HTTP-Session: 3b331d42-2103-4a33-ac3b-20947dd3f9ab Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
9193 | 2024.07.25 02:13:22.364684 [ 3 ] {} <Debug> HTTP-Session: 3b331d42-2103-4a33-ac3b-20947dd3f9ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9194 | 2024.07.25 02:13:22.364701 [ 3 ] {} <Debug> HTTP-Session: 3b331d42-2103-4a33-ac3b-20947dd3f9ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9195 | 2024.07.25 02:13:22.364756 [ 3 ] {} <Trace> HTTP-Session: 3b331d42-2103-4a33-ac3b-20947dd3f9ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9196 | 2024.07.25 02:13:22.364959 [ 3 ] {505f4081-afa9-4713-92aa-6a98652b4e19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
9197 | 2024.07.25 02:13:22.365032 [ 3 ] {505f4081-afa9-4713-92aa-6a98652b4e19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
9198 | 2024.07.25 02:13:22.365250 [ 3 ] {505f4081-afa9-4713-92aa-6a98652b4e19} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9199 | 2024.07.25 02:13:22.365797 [ 3 ] {505f4081-afa9-4713-92aa-6a98652b4e19} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9200 | 2024.07.25 02:13:22.365842 [ 3 ] {505f4081-afa9-4713-92aa-6a98652b4e19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
9201 | 2024.07.25 02:13:22.366287 [ 3 ] {505f4081-afa9-4713-92aa-6a98652b4e19} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
9202 | 2024.07.25 02:13:22.366627 [ 3 ] {505f4081-afa9-4713-92aa-6a98652b4e19} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9203 | 2024.07.25 02:13:22.366770 [ 3 ] {505f4081-afa9-4713-92aa-6a98652b4e19} <Debug> executeQuery: Read 29 rows, 2.20 KiB in 0.001877 sec., 15450.186467767715 rows/sec., 1.15 MiB/sec. | ||
9204 | 2024.07.25 02:13:22.367008 [ 3 ] {505f4081-afa9-4713-92aa-6a98652b4e19} <Debug> DynamicQueryHandler: Done processing query | ||
9205 | 2024.07.25 02:13:22.367036 [ 3 ] {505f4081-afa9-4713-92aa-6a98652b4e19} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9206 | 2024.07.25 02:13:22.367052 [ 3 ] {} <Debug> HTTP-Session: 3b331d42-2103-4a33-ac3b-20947dd3f9ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9207 | 2024.07.25 02:13:22.367219 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 1304, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9208 | 2024.07.25 02:13:22.367275 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9209 | 2024.07.25 02:13:22.367295 [ 3 ] {} <Debug> HTTP-Session: 7bedd10c-32c8-4816-92c4-89ca71b3ad47 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
9210 | 2024.07.25 02:13:22.367313 [ 3 ] {} <Debug> HTTP-Session: 7bedd10c-32c8-4816-92c4-89ca71b3ad47 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9211 | 2024.07.25 02:13:22.367327 [ 3 ] {} <Debug> HTTP-Session: 7bedd10c-32c8-4816-92c4-89ca71b3ad47 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9212 | 2024.07.25 02:13:22.367362 [ 3 ] {} <Trace> HTTP-Session: 7bedd10c-32c8-4816-92c4-89ca71b3ad47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9213 | 2024.07.25 02:13:22.367470 [ 3 ] {6055c9be-f123-4435-b2f3-dfb5c9e9e414} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
9214 | 2024.07.25 02:13:22.367514 [ 3 ] {6055c9be-f123-4435-b2f3-dfb5c9e9e414} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
9215 | 2024.07.25 02:13:22.367645 [ 3 ] {6055c9be-f123-4435-b2f3-dfb5c9e9e414} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9216 | 2024.07.25 02:13:22.368008 [ 3 ] {6055c9be-f123-4435-b2f3-dfb5c9e9e414} <Trace> oximeter.fields_ipaddr (330a275b-5c0e-4112-8190-93317cf14d06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9217 | 2024.07.25 02:13:22.368044 [ 3 ] {6055c9be-f123-4435-b2f3-dfb5c9e9e414} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
9218 | 2024.07.25 02:13:22.368344 [ 3 ] {6055c9be-f123-4435-b2f3-dfb5c9e9e414} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
9219 | 2024.07.25 02:13:22.368660 [ 3 ] {6055c9be-f123-4435-b2f3-dfb5c9e9e414} <Trace> oximeter.fields_ipaddr (330a275b-5c0e-4112-8190-93317cf14d06): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9220 | 2024.07.25 02:13:22.368789 [ 3 ] {6055c9be-f123-4435-b2f3-dfb5c9e9e414} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001352 sec., 5917.15976331361 rows/sec., 482.50 KiB/sec. | ||
9221 | 2024.07.25 02:13:22.369074 [ 3 ] {6055c9be-f123-4435-b2f3-dfb5c9e9e414} <Debug> DynamicQueryHandler: Done processing query | ||
9222 | 2024.07.25 02:13:22.369099 [ 3 ] {6055c9be-f123-4435-b2f3-dfb5c9e9e414} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9223 | 2024.07.25 02:13:22.369114 [ 3 ] {} <Debug> HTTP-Session: 7bedd10c-32c8-4816-92c4-89ca71b3ad47 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9224 | 2024.07.25 02:13:22.369293 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 35265, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9225 | 2024.07.25 02:13:22.369342 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9226 | 2024.07.25 02:13:22.369361 [ 3 ] {} <Debug> HTTP-Session: 9e7c438d-af86-4993-9099-e00ceb915545 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
9227 | 2024.07.25 02:13:22.369378 [ 3 ] {} <Debug> HTTP-Session: 9e7c438d-af86-4993-9099-e00ceb915545 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9228 | 2024.07.25 02:13:22.369391 [ 3 ] {} <Debug> HTTP-Session: 9e7c438d-af86-4993-9099-e00ceb915545 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9229 | 2024.07.25 02:13:22.369423 [ 3 ] {} <Trace> HTTP-Session: 9e7c438d-af86-4993-9099-e00ceb915545 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9230 | 2024.07.25 02:13:22.369578 [ 3 ] {f7c12afa-b5e4-4250-9f83-1c70ffda4d41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9231 | 2024.07.25 02:13:22.369621 [ 3 ] {f7c12afa-b5e4-4250-9f83-1c70ffda4d41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9232 | 2024.07.25 02:13:22.369762 [ 3 ] {f7c12afa-b5e4-4250-9f83-1c70ffda4d41} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9233 | 2024.07.25 02:13:22.370191 [ 3 ] {f7c12afa-b5e4-4250-9f83-1c70ffda4d41} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9234 | 2024.07.25 02:13:22.370227 [ 3 ] {f7c12afa-b5e4-4250-9f83-1c70ffda4d41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
9235 | 2024.07.25 02:13:22.370544 [ 3 ] {f7c12afa-b5e4-4250-9f83-1c70ffda4d41} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
9236 | 2024.07.25 02:13:22.370846 [ 3 ] {f7c12afa-b5e4-4250-9f83-1c70ffda4d41} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9237 | 2024.07.25 02:13:22.370970 [ 3 ] {f7c12afa-b5e4-4250-9f83-1c70ffda4d41} <Debug> executeQuery: Read 234 rows, 21.05 KiB in 0.001463 sec., 159945.31784005466 rows/sec., 14.05 MiB/sec. | ||
9238 | 2024.07.25 02:13:22.371131 [ 3 ] {f7c12afa-b5e4-4250-9f83-1c70ffda4d41} <Debug> DynamicQueryHandler: Done processing query | ||
9239 | 2024.07.25 02:13:22.371155 [ 3 ] {f7c12afa-b5e4-4250-9f83-1c70ffda4d41} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
9240 | 2024.07.25 02:13:22.371171 [ 3 ] {} <Debug> HTTP-Session: 9e7c438d-af86-4993-9099-e00ceb915545 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9241 | 2024.07.25 02:13:22.371299 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 1170, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9242 | 2024.07.25 02:13:22.371348 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9243 | 2024.07.25 02:13:22.371366 [ 3 ] {} <Debug> HTTP-Session: d45771f4-7aad-46f2-b613-86c496734eed Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
9244 | 2024.07.25 02:13:22.371382 [ 3 ] {} <Debug> HTTP-Session: d45771f4-7aad-46f2-b613-86c496734eed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9245 | 2024.07.25 02:13:22.371395 [ 3 ] {} <Debug> HTTP-Session: d45771f4-7aad-46f2-b613-86c496734eed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9246 | 2024.07.25 02:13:22.371425 [ 3 ] {} <Trace> HTTP-Session: d45771f4-7aad-46f2-b613-86c496734eed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9247 | 2024.07.25 02:13:22.371520 [ 3 ] {95f6d8e3-89d0-4661-a02a-35e8d722159a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
9248 | 2024.07.25 02:13:22.371562 [ 3 ] {95f6d8e3-89d0-4661-a02a-35e8d722159a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9249 | 2024.07.25 02:13:22.371684 [ 3 ] {95f6d8e3-89d0-4661-a02a-35e8d722159a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9250 | 2024.07.25 02:13:22.371952 [ 3 ] {95f6d8e3-89d0-4661-a02a-35e8d722159a} <Trace> oximeter.fields_u16 (977fada6-76a3-44eb-8ed0-7c71340c6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9251 | 2024.07.25 02:13:22.371987 [ 3 ] {95f6d8e3-89d0-4661-a02a-35e8d722159a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
9252 | 2024.07.25 02:13:22.372272 [ 3 ] {95f6d8e3-89d0-4661-a02a-35e8d722159a} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
9253 | 2024.07.25 02:13:22.372579 [ 3 ] {95f6d8e3-89d0-4661-a02a-35e8d722159a} <Trace> oximeter.fields_u16 (977fada6-76a3-44eb-8ed0-7c71340c6e1a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9254 | 2024.07.25 02:13:22.372703 [ 3 ] {95f6d8e3-89d0-4661-a02a-35e8d722159a} <Debug> executeQuery: Read 8 rows, 572.00 B in 0.001208 sec., 6622.51655629139 rows/sec., 462.41 KiB/sec. | ||
9255 | 2024.07.25 02:13:22.372861 [ 3 ] {95f6d8e3-89d0-4661-a02a-35e8d722159a} <Debug> DynamicQueryHandler: Done processing query | ||
9256 | 2024.07.25 02:13:22.372885 [ 3 ] {95f6d8e3-89d0-4661-a02a-35e8d722159a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9257 | 2024.07.25 02:13:22.372901 [ 3 ] {} <Debug> HTTP-Session: d45771f4-7aad-46f2-b613-86c496734eed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9258 | 2024.07.25 02:13:22.373062 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 66829, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9259 | 2024.07.25 02:13:22.373113 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9260 | 2024.07.25 02:13:22.373132 [ 3 ] {} <Debug> HTTP-Session: 4a9f1ab1-f634-4b11-aa08-398238433eb2 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
9261 | 2024.07.25 02:13:22.373148 [ 3 ] {} <Debug> HTTP-Session: 4a9f1ab1-f634-4b11-aa08-398238433eb2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9262 | 2024.07.25 02:13:22.373162 [ 3 ] {} <Debug> HTTP-Session: 4a9f1ab1-f634-4b11-aa08-398238433eb2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9263 | 2024.07.25 02:13:22.373191 [ 3 ] {} <Trace> HTTP-Session: 4a9f1ab1-f634-4b11-aa08-398238433eb2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9264 | 2024.07.25 02:13:22.373418 [ 3 ] {a277a913-52b0-45f0-bccc-3675693eabcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9265 | 2024.07.25 02:13:22.373462 [ 3 ] {a277a913-52b0-45f0-bccc-3675693eabcf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9266 | 2024.07.25 02:13:22.373585 [ 3 ] {a277a913-52b0-45f0-bccc-3675693eabcf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9267 | 2024.07.25 02:13:22.374103 [ 3 ] {a277a913-52b0-45f0-bccc-3675693eabcf} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9268 | 2024.07.25 02:13:22.374137 [ 3 ] {a277a913-52b0-45f0-bccc-3675693eabcf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
9269 | 2024.07.25 02:13:22.374456 [ 3 ] {a277a913-52b0-45f0-bccc-3675693eabcf} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
9270 | 2024.07.25 02:13:22.374765 [ 3 ] {a277a913-52b0-45f0-bccc-3675693eabcf} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9271 | 2024.07.25 02:13:22.374888 [ 3 ] {a277a913-52b0-45f0-bccc-3675693eabcf} <Debug> executeQuery: Read 413 rows, 29.97 KiB in 0.001593 sec., 259259.25925925927 rows/sec., 18.37 MiB/sec. | ||
9272 | 2024.07.25 02:13:22.375048 [ 3 ] {a277a913-52b0-45f0-bccc-3675693eabcf} <Debug> DynamicQueryHandler: Done processing query | ||
9273 | 2024.07.25 02:13:22.375071 [ 3 ] {a277a913-52b0-45f0-bccc-3675693eabcf} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
9274 | 2024.07.25 02:13:22.375087 [ 3 ] {} <Debug> HTTP-Session: 4a9f1ab1-f634-4b11-aa08-398238433eb2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9275 | 2024.07.25 02:13:22.375254 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9276 | 2024.07.25 02:13:22.375301 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9277 | 2024.07.25 02:13:22.375320 [ 3 ] {} <Debug> HTTP-Session: 55c17957-708e-40c1-aa27-3ecd92e92a3e Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
9278 | 2024.07.25 02:13:22.375336 [ 3 ] {} <Debug> HTTP-Session: 55c17957-708e-40c1-aa27-3ecd92e92a3e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9279 | 2024.07.25 02:13:22.375349 [ 3 ] {} <Debug> HTTP-Session: 55c17957-708e-40c1-aa27-3ecd92e92a3e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9280 | 2024.07.25 02:13:22.375379 [ 3 ] {} <Trace> HTTP-Session: 55c17957-708e-40c1-aa27-3ecd92e92a3e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9281 | 2024.07.25 02:13:22.375475 [ 3 ] {baff84e6-d62f-4a73-8a26-23d350a4cacd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
9282 | 2024.07.25 02:13:22.375519 [ 3 ] {baff84e6-d62f-4a73-8a26-23d350a4cacd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
9283 | 2024.07.25 02:13:22.375646 [ 3 ] {baff84e6-d62f-4a73-8a26-23d350a4cacd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9284 | 2024.07.25 02:13:22.375940 [ 3 ] {baff84e6-d62f-4a73-8a26-23d350a4cacd} <Trace> oximeter.measurements_bool (8163702d-f428-4b08-bb37-b5af976016c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9285 | 2024.07.25 02:13:22.375974 [ 3 ] {baff84e6-d62f-4a73-8a26-23d350a4cacd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
9286 | 2024.07.25 02:13:22.376326 [ 3 ] {baff84e6-d62f-4a73-8a26-23d350a4cacd} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
9287 | 2024.07.25 02:13:22.376677 [ 3 ] {baff84e6-d62f-4a73-8a26-23d350a4cacd} <Trace> oximeter.measurements_bool (8163702d-f428-4b08-bb37-b5af976016c8): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9288 | 2024.07.25 02:13:22.376834 [ 3 ] {baff84e6-d62f-4a73-8a26-23d350a4cacd} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001382 sec., 4341.534008683068 rows/sec., 186.55 KiB/sec. | ||
9289 | 2024.07.25 02:13:22.377149 [ 3 ] {baff84e6-d62f-4a73-8a26-23d350a4cacd} <Debug> DynamicQueryHandler: Done processing query | ||
9290 | 2024.07.25 02:13:22.377188 [ 3 ] {baff84e6-d62f-4a73-8a26-23d350a4cacd} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
9291 | 2024.07.25 02:13:22.377214 [ 3 ] {} <Debug> HTTP-Session: 55c17957-708e-40c1-aa27-3ecd92e92a3e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9292 | 2024.07.25 02:13:22.377384 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 14082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9293 | 2024.07.25 02:13:22.377455 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9294 | 2024.07.25 02:13:22.377477 [ 3 ] {} <Debug> HTTP-Session: 59515f39-ef0f-419c-9066-7488cd9c285c Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
9295 | 2024.07.25 02:13:22.377494 [ 3 ] {} <Debug> HTTP-Session: 59515f39-ef0f-419c-9066-7488cd9c285c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9296 | 2024.07.25 02:13:22.377508 [ 3 ] {} <Debug> HTTP-Session: 59515f39-ef0f-419c-9066-7488cd9c285c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9297 | 2024.07.25 02:13:22.377544 [ 3 ] {} <Trace> HTTP-Session: 59515f39-ef0f-419c-9066-7488cd9c285c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9298 | 2024.07.25 02:13:22.377677 [ 3 ] {40e553a0-62ae-4228-bf56-2fd49a94d9dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
9299 | 2024.07.25 02:13:22.377724 [ 3 ] {40e553a0-62ae-4228-bf56-2fd49a94d9dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
9300 | 2024.07.25 02:13:22.377865 [ 3 ] {40e553a0-62ae-4228-bf56-2fd49a94d9dc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9301 | 2024.07.25 02:13:22.378289 [ 3 ] {40e553a0-62ae-4228-bf56-2fd49a94d9dc} <Trace> oximeter.measurements_cumulativei64 (ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9302 | 2024.07.25 02:13:22.378325 [ 3 ] {40e553a0-62ae-4228-bf56-2fd49a94d9dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
9303 | 2024.07.25 02:13:22.378710 [ 3 ] {40e553a0-62ae-4228-bf56-2fd49a94d9dc} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
9304 | 2024.07.25 02:13:22.379051 [ 3 ] {40e553a0-62ae-4228-bf56-2fd49a94d9dc} <Trace> oximeter.measurements_cumulativei64 (ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9305 | 2024.07.25 02:13:22.379181 [ 3 ] {40e553a0-62ae-4228-bf56-2fd49a94d9dc} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001551 sec., 49645.39007092198 rows/sec., 3.06 MiB/sec. | ||
9306 | 2024.07.25 02:13:22.379399 [ 3 ] {40e553a0-62ae-4228-bf56-2fd49a94d9dc} <Debug> DynamicQueryHandler: Done processing query | ||
9307 | 2024.07.25 02:13:22.379423 [ 3 ] {40e553a0-62ae-4228-bf56-2fd49a94d9dc} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9308 | 2024.07.25 02:13:22.379440 [ 3 ] {} <Debug> HTTP-Session: 59515f39-ef0f-419c-9066-7488cd9c285c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9309 | 2024.07.25 02:13:22.379606 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 31373, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9310 | 2024.07.25 02:13:22.379655 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9311 | 2024.07.25 02:13:22.379675 [ 3 ] {} <Debug> HTTP-Session: 323eec06-b6ad-422a-b064-b35b51d7b63a Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
9312 | 2024.07.25 02:13:22.379692 [ 3 ] {} <Debug> HTTP-Session: 323eec06-b6ad-422a-b064-b35b51d7b63a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9313 | 2024.07.25 02:13:22.379706 [ 3 ] {} <Debug> HTTP-Session: 323eec06-b6ad-422a-b064-b35b51d7b63a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9314 | 2024.07.25 02:13:22.379736 [ 3 ] {} <Trace> HTTP-Session: 323eec06-b6ad-422a-b064-b35b51d7b63a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9315 | 2024.07.25 02:13:22.379914 [ 3 ] {e3d0f915-6a18-4272-9baf-c668b9dae2c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9316 | 2024.07.25 02:13:22.379958 [ 3 ] {e3d0f915-6a18-4272-9baf-c668b9dae2c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9317 | 2024.07.25 02:13:22.380100 [ 3 ] {e3d0f915-6a18-4272-9baf-c668b9dae2c5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9318 | 2024.07.25 02:13:22.380501 [ 3 ] {e3d0f915-6a18-4272-9baf-c668b9dae2c5} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9319 | 2024.07.25 02:13:22.380537 [ 3 ] {e3d0f915-6a18-4272-9baf-c668b9dae2c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
9320 | 2024.07.25 02:13:22.380915 [ 3 ] {e3d0f915-6a18-4272-9baf-c668b9dae2c5} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
9321 | 2024.07.25 02:13:22.381247 [ 3 ] {e3d0f915-6a18-4272-9baf-c668b9dae2c5} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): 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.07.25 02:13:22.381374 [ 3 ] {e3d0f915-6a18-4272-9baf-c668b9dae2c5} <Debug> executeQuery: Read 164 rows, 11.69 KiB in 0.001551 sec., 105738.23339780787 rows/sec., 7.36 MiB/sec. | ||
9323 | 2024.07.25 02:13:22.381544 [ 3 ] {e3d0f915-6a18-4272-9baf-c668b9dae2c5} <Debug> DynamicQueryHandler: Done processing query | ||
9324 | 2024.07.25 02:13:22.381567 [ 3 ] {e3d0f915-6a18-4272-9baf-c668b9dae2c5} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9325 | 2024.07.25 02:13:22.381582 [ 3 ] {} <Debug> HTTP-Session: 323eec06-b6ad-422a-b064-b35b51d7b63a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9326 | 2024.07.25 02:13:22.381743 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 37053, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9327 | 2024.07.25 02:13:22.381792 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9328 | 2024.07.25 02:13:22.381810 [ 3 ] {} <Debug> HTTP-Session: e20e99ad-f045-41df-b213-84795c5cff58 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
9329 | 2024.07.25 02:13:22.381826 [ 3 ] {} <Debug> HTTP-Session: e20e99ad-f045-41df-b213-84795c5cff58 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9330 | 2024.07.25 02:13:22.381839 [ 3 ] {} <Debug> HTTP-Session: e20e99ad-f045-41df-b213-84795c5cff58 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9331 | 2024.07.25 02:13:22.381869 [ 3 ] {} <Trace> HTTP-Session: e20e99ad-f045-41df-b213-84795c5cff58 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9332 | 2024.07.25 02:13:22.382246 [ 3 ] {bf55f4d2-8d93-4f19-a78a-b9172954d65a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9333 | 2024.07.25 02:13:22.382315 [ 3 ] {bf55f4d2-8d93-4f19-a78a-b9172954d65a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
9334 | 2024.07.25 02:13:22.382711 [ 3 ] {bf55f4d2-8d93-4f19-a78a-b9172954d65a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9335 | 2024.07.25 02:13:22.383348 [ 3 ] {bf55f4d2-8d93-4f19-a78a-b9172954d65a} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9336 | 2024.07.25 02:13:22.383383 [ 3 ] {bf55f4d2-8d93-4f19-a78a-b9172954d65a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
9337 | 2024.07.25 02:13:22.383993 [ 3 ] {bf55f4d2-8d93-4f19-a78a-b9172954d65a} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
9338 | 2024.07.25 02:13:22.384407 [ 3 ] {bf55f4d2-8d93-4f19-a78a-b9172954d65a} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9339 | 2024.07.25 02:13:22.384554 [ 3 ] {bf55f4d2-8d93-4f19-a78a-b9172954d65a} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002585 sec., 8897.485493230173 rows/sec., 15.94 MiB/sec. | ||
9340 | 2024.07.25 02:13:22.384783 [ 3 ] {bf55f4d2-8d93-4f19-a78a-b9172954d65a} <Debug> DynamicQueryHandler: Done processing query | ||
9341 | 2024.07.25 02:13:22.384808 [ 3 ] {bf55f4d2-8d93-4f19-a78a-b9172954d65a} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
9342 | 2024.07.25 02:13:22.384823 [ 3 ] {} <Debug> HTTP-Session: e20e99ad-f045-41df-b213-84795c5cff58 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9343 | 2024.07.25 02:13:22.384936 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 3211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9344 | 2024.07.25 02:13:22.384984 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9345 | 2024.07.25 02:13:22.385003 [ 3 ] {} <Debug> HTTP-Session: 3614273f-870c-4a95-9492-efbd794498db Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
9346 | 2024.07.25 02:13:22.385020 [ 3 ] {} <Debug> HTTP-Session: 3614273f-870c-4a95-9492-efbd794498db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9347 | 2024.07.25 02:13:22.385033 [ 3 ] {} <Debug> HTTP-Session: 3614273f-870c-4a95-9492-efbd794498db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9348 | 2024.07.25 02:13:22.385064 [ 3 ] {} <Trace> HTTP-Session: 3614273f-870c-4a95-9492-efbd794498db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9349 | 2024.07.25 02:13:22.385164 [ 3 ] {63dca2f1-487b-4058-b1f6-5aeab80fb7d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
9350 | 2024.07.25 02:13:22.385208 [ 3 ] {63dca2f1-487b-4058-b1f6-5aeab80fb7d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
9351 | 2024.07.25 02:13:22.385336 [ 3 ] {63dca2f1-487b-4058-b1f6-5aeab80fb7d7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9352 | 2024.07.25 02:13:22.385619 [ 3 ] {63dca2f1-487b-4058-b1f6-5aeab80fb7d7} <Trace> oximeter.measurements_i64 (4af3948b-7ee8-4a0a-bff7-9db9837b5273): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9353 | 2024.07.25 02:13:22.385654 [ 3 ] {63dca2f1-487b-4058-b1f6-5aeab80fb7d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
9354 | 2024.07.25 02:13:22.386010 [ 3 ] {63dca2f1-487b-4058-b1f6-5aeab80fb7d7} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
9355 | 2024.07.25 02:13:22.386339 [ 3 ] {63dca2f1-487b-4058-b1f6-5aeab80fb7d7} <Trace> oximeter.measurements_i64 (4af3948b-7ee8-4a0a-bff7-9db9837b5273): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9356 | 2024.07.25 02:13:22.386467 [ 3 ] {63dca2f1-487b-4058-b1f6-5aeab80fb7d7} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001331 sec., 17280.24042073629 rows/sec., 934.74 KiB/sec. | ||
9357 | 2024.07.25 02:13:22.386763 [ 3 ] {63dca2f1-487b-4058-b1f6-5aeab80fb7d7} <Debug> DynamicQueryHandler: Done processing query | ||
9358 | 2024.07.25 02:13:22.386787 [ 3 ] {63dca2f1-487b-4058-b1f6-5aeab80fb7d7} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
9359 | 2024.07.25 02:13:22.386803 [ 3 ] {} <Debug> HTTP-Session: 3614273f-870c-4a95-9492-efbd794498db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9360 | 2024.07.25 02:13:22.386937 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9361 | 2024.07.25 02:13:22.387000 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9362 | 2024.07.25 02:13:22.387020 [ 3 ] {} <Debug> HTTP-Session: a9d569a4-9e5c-425f-816a-3a7112d9be8b Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
9363 | 2024.07.25 02:13:22.387037 [ 3 ] {} <Debug> HTTP-Session: a9d569a4-9e5c-425f-816a-3a7112d9be8b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9364 | 2024.07.25 02:13:22.387050 [ 3 ] {} <Debug> HTTP-Session: a9d569a4-9e5c-425f-816a-3a7112d9be8b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9365 | 2024.07.25 02:13:22.387082 [ 3 ] {} <Trace> HTTP-Session: a9d569a4-9e5c-425f-816a-3a7112d9be8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9366 | 2024.07.25 02:13:22.387206 [ 3 ] {76148981-0621-4014-b152-4ecefbb19901} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9367 | 2024.07.25 02:13:22.387252 [ 3 ] {76148981-0621-4014-b152-4ecefbb19901} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9368 | 2024.07.25 02:13:22.387400 [ 3 ] {76148981-0621-4014-b152-4ecefbb19901} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9369 | 2024.07.25 02:13:22.387718 [ 3 ] {76148981-0621-4014-b152-4ecefbb19901} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9370 | 2024.07.25 02:13:22.387755 [ 3 ] {76148981-0621-4014-b152-4ecefbb19901} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
9371 | 2024.07.25 02:13:22.388110 [ 3 ] {76148981-0621-4014-b152-4ecefbb19901} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
9372 | 2024.07.25 02:13:22.388428 [ 3 ] {76148981-0621-4014-b152-4ecefbb19901} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9373 | 2024.07.25 02:13:22.388564 [ 3 ] {76148981-0621-4014-b152-4ecefbb19901} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001402 sec., 42796.00570613409 rows/sec., 2.88 MiB/sec. | ||
9374 | 2024.07.25 02:13:22.388765 [ 3 ] {76148981-0621-4014-b152-4ecefbb19901} <Debug> DynamicQueryHandler: Done processing query | ||
9375 | 2024.07.25 02:13:22.388791 [ 3 ] {76148981-0621-4014-b152-4ecefbb19901} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9376 | 2024.07.25 02:13:22.388806 [ 3 ] {} <Debug> HTTP-Session: a9d569a4-9e5c-425f-816a-3a7112d9be8b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9377 | 2024.07.25 02:13:27.357424 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 1489, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9378 | 2024.07.25 02:13:27.357557 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9379 | 2024.07.25 02:13:27.357582 [ 3 ] {} <Debug> HTTP-Session: 25dd2c18-31de-4120-8e34-3a15f40e8aaf Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
9380 | 2024.07.25 02:13:27.357606 [ 3 ] {} <Debug> HTTP-Session: 25dd2c18-31de-4120-8e34-3a15f40e8aaf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9381 | 2024.07.25 02:13:27.357621 [ 3 ] {} <Debug> HTTP-Session: 25dd2c18-31de-4120-8e34-3a15f40e8aaf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9382 | 2024.07.25 02:13:27.357670 [ 3 ] {} <Trace> HTTP-Session: 25dd2c18-31de-4120-8e34-3a15f40e8aaf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9383 | 2024.07.25 02:13:27.357842 [ 3 ] {531c70dc-2f40-49bd-849f-622c75ab6c18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
9384 | 2024.07.25 02:13:27.357906 [ 3 ] {531c70dc-2f40-49bd-849f-622c75ab6c18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
9385 | 2024.07.25 02:13:27.358095 [ 3 ] {531c70dc-2f40-49bd-849f-622c75ab6c18} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9386 | 2024.07.25 02:13:27.358599 [ 3 ] {531c70dc-2f40-49bd-849f-622c75ab6c18} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9387 | 2024.07.25 02:13:27.358638 [ 3 ] {531c70dc-2f40-49bd-849f-622c75ab6c18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
9388 | 2024.07.25 02:13:27.358984 [ 3 ] {531c70dc-2f40-49bd-849f-622c75ab6c18} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
9389 | 2024.07.25 02:13:27.359326 [ 3 ] {531c70dc-2f40-49bd-849f-622c75ab6c18} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9390 | 2024.07.25 02:13:27.359466 [ 3 ] {531c70dc-2f40-49bd-849f-622c75ab6c18} <Debug> executeQuery: Read 10 rows, 830.00 B in 0.001674 sec., 5973.715651135006 rows/sec., 484.20 KiB/sec. | ||
9391 | 2024.07.25 02:13:27.359761 [ 3 ] {531c70dc-2f40-49bd-849f-622c75ab6c18} <Debug> DynamicQueryHandler: Done processing query | ||
9392 | 2024.07.25 02:13:27.359828 [ 3 ] {531c70dc-2f40-49bd-849f-622c75ab6c18} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9393 | 2024.07.25 02:13:27.359886 [ 3 ] {} <Debug> HTTP-Session: 25dd2c18-31de-4120-8e34-3a15f40e8aaf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9394 | 2024.07.25 02:13:27.360110 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 12377, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9395 | 2024.07.25 02:13:27.360162 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9396 | 2024.07.25 02:13:27.360181 [ 3 ] {} <Debug> HTTP-Session: 3c6ff11c-72dd-47ab-a75e-89e785044103 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
9397 | 2024.07.25 02:13:27.360197 [ 3 ] {} <Debug> HTTP-Session: 3c6ff11c-72dd-47ab-a75e-89e785044103 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9398 | 2024.07.25 02:13:27.360211 [ 3 ] {} <Debug> HTTP-Session: 3c6ff11c-72dd-47ab-a75e-89e785044103 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9399 | 2024.07.25 02:13:27.360243 [ 3 ] {} <Trace> HTTP-Session: 3c6ff11c-72dd-47ab-a75e-89e785044103 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9400 | 2024.07.25 02:13:27.360364 [ 3 ] {47a7fc61-2265-4d69-b5cd-ff98df013891} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9401 | 2024.07.25 02:13:27.360409 [ 3 ] {47a7fc61-2265-4d69-b5cd-ff98df013891} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9402 | 2024.07.25 02:13:27.360565 [ 3 ] {47a7fc61-2265-4d69-b5cd-ff98df013891} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9403 | 2024.07.25 02:13:27.360911 [ 3 ] {47a7fc61-2265-4d69-b5cd-ff98df013891} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9404 | 2024.07.25 02:13:27.360948 [ 3 ] {47a7fc61-2265-4d69-b5cd-ff98df013891} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
9405 | 2024.07.25 02:13:27.361248 [ 3 ] {47a7fc61-2265-4d69-b5cd-ff98df013891} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
9406 | 2024.07.25 02:13:27.361554 [ 3 ] {47a7fc61-2265-4d69-b5cd-ff98df013891} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9407 | 2024.07.25 02:13:27.361677 [ 3 ] {47a7fc61-2265-4d69-b5cd-ff98df013891} <Debug> executeQuery: Read 86 rows, 7.13 KiB in 0.00136 sec., 63235.294117647056 rows/sec., 5.12 MiB/sec. | ||
9408 | 2024.07.25 02:13:27.361833 [ 3 ] {47a7fc61-2265-4d69-b5cd-ff98df013891} <Debug> DynamicQueryHandler: Done processing query | ||
9409 | 2024.07.25 02:13:27.361857 [ 3 ] {47a7fc61-2265-4d69-b5cd-ff98df013891} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
9410 | 2024.07.25 02:13:27.361872 [ 3 ] {} <Debug> HTTP-Session: 3c6ff11c-72dd-47ab-a75e-89e785044103 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9411 | 2024.07.25 02:13:27.362047 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 12574, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9412 | 2024.07.25 02:13:27.362095 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9413 | 2024.07.25 02:13:27.362113 [ 3 ] {} <Debug> HTTP-Session: 98100753-896e-4c7c-a9e0-ac78222beb3b Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
9414 | 2024.07.25 02:13:27.362129 [ 3 ] {} <Debug> HTTP-Session: 98100753-896e-4c7c-a9e0-ac78222beb3b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9415 | 2024.07.25 02:13:27.362142 [ 3 ] {} <Debug> HTTP-Session: 98100753-896e-4c7c-a9e0-ac78222beb3b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9416 | 2024.07.25 02:13:27.362173 [ 3 ] {} <Trace> HTTP-Session: 98100753-896e-4c7c-a9e0-ac78222beb3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9417 | 2024.07.25 02:13:27.362289 [ 3 ] {e7981acc-7225-4c68-ad0c-520f0c70642f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9418 | 2024.07.25 02:13:27.362330 [ 3 ] {e7981acc-7225-4c68-ad0c-520f0c70642f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9419 | 2024.07.25 02:13:27.362453 [ 3 ] {e7981acc-7225-4c68-ad0c-520f0c70642f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9420 | 2024.07.25 02:13:27.362776 [ 3 ] {e7981acc-7225-4c68-ad0c-520f0c70642f} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9421 | 2024.07.25 02:13:27.362811 [ 3 ] {e7981acc-7225-4c68-ad0c-520f0c70642f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
9422 | 2024.07.25 02:13:27.363107 [ 3 ] {e7981acc-7225-4c68-ad0c-520f0c70642f} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
9423 | 2024.07.25 02:13:27.363404 [ 3 ] {e7981acc-7225-4c68-ad0c-520f0c70642f} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9424 | 2024.07.25 02:13:27.363529 [ 3 ] {e7981acc-7225-4c68-ad0c-520f0c70642f} <Debug> executeQuery: Read 74 rows, 5.92 KiB in 0.001284 sec., 57632.39875389408 rows/sec., 4.50 MiB/sec. | ||
9425 | 2024.07.25 02:13:27.363743 [ 3 ] {e7981acc-7225-4c68-ad0c-520f0c70642f} <Debug> DynamicQueryHandler: Done processing query | ||
9426 | 2024.07.25 02:13:27.363788 [ 3 ] {e7981acc-7225-4c68-ad0c-520f0c70642f} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
9427 | 2024.07.25 02:13:27.363810 [ 3 ] {} <Debug> HTTP-Session: 98100753-896e-4c7c-a9e0-ac78222beb3b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9428 | 2024.07.25 02:13:27.364059 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 30607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9429 | 2024.07.25 02:13:27.364123 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9430 | 2024.07.25 02:13:27.364147 [ 3 ] {} <Debug> HTTP-Session: 245ff10f-f7be-4988-a217-15ba17924615 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
9431 | 2024.07.25 02:13:27.364167 [ 3 ] {} <Debug> HTTP-Session: 245ff10f-f7be-4988-a217-15ba17924615 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9432 | 2024.07.25 02:13:27.364184 [ 3 ] {} <Debug> HTTP-Session: 245ff10f-f7be-4988-a217-15ba17924615 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9433 | 2024.07.25 02:13:27.364223 [ 3 ] {} <Trace> HTTP-Session: 245ff10f-f7be-4988-a217-15ba17924615 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9434 | 2024.07.25 02:13:27.364404 [ 3 ] {474e77db-332c-45c6-9288-9b3e46e39aa1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9435 | 2024.07.25 02:13:27.364462 [ 3 ] {474e77db-332c-45c6-9288-9b3e46e39aa1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9436 | 2024.07.25 02:13:27.364613 [ 3 ] {474e77db-332c-45c6-9288-9b3e46e39aa1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9437 | 2024.07.25 02:13:27.364979 [ 3 ] {474e77db-332c-45c6-9288-9b3e46e39aa1} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9438 | 2024.07.25 02:13:27.365015 [ 3 ] {474e77db-332c-45c6-9288-9b3e46e39aa1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
9439 | 2024.07.25 02:13:27.365397 [ 3 ] {474e77db-332c-45c6-9288-9b3e46e39aa1} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
9440 | 2024.07.25 02:13:27.365809 [ 3 ] {474e77db-332c-45c6-9288-9b3e46e39aa1} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9441 | 2024.07.25 02:13:27.365937 [ 3 ] {474e77db-332c-45c6-9288-9b3e46e39aa1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001614 sec., 99132.58983890954 rows/sec., 6.90 MiB/sec. | ||
9442 | 2024.07.25 02:13:27.366108 [ 3 ] {474e77db-332c-45c6-9288-9b3e46e39aa1} <Debug> DynamicQueryHandler: Done processing query | ||
9443 | 2024.07.25 02:13:27.366133 [ 3 ] {474e77db-332c-45c6-9288-9b3e46e39aa1} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9444 | 2024.07.25 02:13:27.366150 [ 3 ] {} <Debug> HTTP-Session: 245ff10f-f7be-4988-a217-15ba17924615 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9445 | 2024.07.25 02:13:27.366329 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 16089, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9446 | 2024.07.25 02:13:27.366377 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9447 | 2024.07.25 02:13:27.366396 [ 3 ] {} <Debug> HTTP-Session: 28d64af3-e765-47ff-b042-e06937e0654c Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
9448 | 2024.07.25 02:13:27.366412 [ 3 ] {} <Debug> HTTP-Session: 28d64af3-e765-47ff-b042-e06937e0654c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9449 | 2024.07.25 02:13:27.366426 [ 3 ] {} <Debug> HTTP-Session: 28d64af3-e765-47ff-b042-e06937e0654c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9450 | 2024.07.25 02:13:27.366458 [ 3 ] {} <Trace> HTTP-Session: 28d64af3-e765-47ff-b042-e06937e0654c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9451 | 2024.07.25 02:13:27.366641 [ 3 ] {53e2e6b6-dc64-4810-a91b-487a61bf943a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9452 | 2024.07.25 02:13:27.366703 [ 3 ] {53e2e6b6-dc64-4810-a91b-487a61bf943a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
9453 | 2024.07.25 02:13:27.367103 [ 3 ] {53e2e6b6-dc64-4810-a91b-487a61bf943a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9454 | 2024.07.25 02:13:27.367605 [ 3 ] {53e2e6b6-dc64-4810-a91b-487a61bf943a} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9455 | 2024.07.25 02:13:27.367641 [ 3 ] {53e2e6b6-dc64-4810-a91b-487a61bf943a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
9456 | 2024.07.25 02:13:27.368225 [ 3 ] {53e2e6b6-dc64-4810-a91b-487a61bf943a} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
9457 | 2024.07.25 02:13:27.368645 [ 3 ] {53e2e6b6-dc64-4810-a91b-487a61bf943a} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9458 | 2024.07.25 02:13:27.368786 [ 115 ] {} <Debug> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
9459 | 2024.07.25 02:13:27.368800 [ 3 ] {53e2e6b6-dc64-4810-a91b-487a61bf943a} <Debug> executeQuery: Read 10 rows, 18.35 KiB in 0.002269 sec., 4407.227853680035 rows/sec., 7.90 MiB/sec. | ||
9460 | 2024.07.25 02:13:27.368837 [ 115 ] {} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9461 | 2024.07.25 02:13:27.368884 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
9462 | 2024.07.25 02:13:27.369078 [ 201 ] {1b204426-e0ed-4472-aac2-bb616a256d25::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 | ||
9463 | 2024.07.25 02:13:27.369146 [ 3 ] {53e2e6b6-dc64-4810-a91b-487a61bf943a} <Debug> DynamicQueryHandler: Done processing query | ||
9464 | 2024.07.25 02:13:27.369180 [ 3 ] {53e2e6b6-dc64-4810-a91b-487a61bf943a} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
9465 | 2024.07.25 02:13:27.369203 [ 3 ] {} <Debug> HTTP-Session: 28d64af3-e765-47ff-b042-e06937e0654c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9466 | 2024.07.25 02:13:27.369380 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9467 | 2024.07.25 02:13:27.369454 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9468 | 2024.07.25 02:13:27.369477 [ 201 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9469 | 2024.07.25 02:13:27.369485 [ 3 ] {} <Debug> HTTP-Session: 80e8edac-4d0c-44e4-be3b-78a0ff62425d Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
9470 | 2024.07.25 02:13:27.369524 [ 3 ] {} <Debug> HTTP-Session: 80e8edac-4d0c-44e4-be3b-78a0ff62425d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9471 | 2024.07.25 02:13:27.369547 [ 3 ] {} <Debug> HTTP-Session: 80e8edac-4d0c-44e4-be3b-78a0ff62425d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9472 | 2024.07.25 02:13:27.369568 [ 201 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 604 rows starting from the beginning of the part | ||
9473 | 2024.07.25 02:13:27.369590 [ 3 ] {} <Trace> HTTP-Session: 80e8edac-4d0c-44e4-be3b-78a0ff62425d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9474 | 2024.07.25 02:13:27.369864 [ 3 ] {0a4ed7a6-9ed7-4fd8-becc-7aeaad811d30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9475 | 2024.07.25 02:13:27.370005 [ 3 ] {0a4ed7a6-9ed7-4fd8-becc-7aeaad811d30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9476 | 2024.07.25 02:13:27.370028 [ 201 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 10 rows starting from the beginning of the part | ||
9477 | 2024.07.25 02:13:27.370737 [ 3 ] {0a4ed7a6-9ed7-4fd8-becc-7aeaad811d30} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9478 | 2024.07.25 02:13:27.370749 [ 201 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 23 rows starting from the beginning of the part | ||
9479 | 2024.07.25 02:13:27.371204 [ 201 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 10 rows starting from the beginning of the part | ||
9480 | 2024.07.25 02:13:27.371748 [ 3 ] {0a4ed7a6-9ed7-4fd8-becc-7aeaad811d30} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9481 | 2024.07.25 02:13:27.371775 [ 201 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 23 rows starting from the beginning of the part | ||
9482 | 2024.07.25 02:13:27.371792 [ 3 ] {0a4ed7a6-9ed7-4fd8-becc-7aeaad811d30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
9483 | 2024.07.25 02:13:27.372419 [ 201 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 10 rows starting from the beginning of the part | ||
9484 | 2024.07.25 02:13:27.373141 [ 3 ] {0a4ed7a6-9ed7-4fd8-becc-7aeaad811d30} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
9485 | 2024.07.25 02:13:27.373619 [ 3 ] {0a4ed7a6-9ed7-4fd8-becc-7aeaad811d30} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9486 | 2024.07.25 02:13:27.373831 [ 3 ] {0a4ed7a6-9ed7-4fd8-becc-7aeaad811d30} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004133 sec., 14517.299782240501 rows/sec., 1001.84 KiB/sec. | ||
9487 | 2024.07.25 02:13:27.374035 [ 3 ] {0a4ed7a6-9ed7-4fd8-becc-7aeaad811d30} <Debug> DynamicQueryHandler: Done processing query | ||
9488 | 2024.07.25 02:13:27.374059 [ 3 ] {0a4ed7a6-9ed7-4fd8-becc-7aeaad811d30} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9489 | 2024.07.25 02:13:27.374077 [ 3 ] {} <Debug> HTTP-Session: 80e8edac-4d0c-44e4-be3b-78a0ff62425d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9490 | 2024.07.25 02:13:27.376808 [ 196 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 680 rows, containing 19 columns (19 merged, 0 gathered) in 0.007826601 sec., 86883.18211187716 rows/sec., 155.69 MiB/sec. | ||
9491 | 2024.07.25 02:13:27.378279 [ 196 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
9492 | 2024.07.25 02:13:27.378947 [ 196 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_41_8} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9493 | 2024.07.25 02:13:27.379043 [ 196 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_41_8} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
9494 | 2024.07.25 02:13:27.379204 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.42 MiB. | ||
9495 | 2024.07.25 02:13:32.363028 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 4045, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9496 | 2024.07.25 02:13:32.363192 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9497 | 2024.07.25 02:13:32.363232 [ 3 ] {} <Debug> HTTP-Session: fbdfb185-f17f-4edd-86c6-cdef919faf62 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
9498 | 2024.07.25 02:13:32.363269 [ 3 ] {} <Debug> HTTP-Session: fbdfb185-f17f-4edd-86c6-cdef919faf62 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9499 | 2024.07.25 02:13:32.363295 [ 3 ] {} <Debug> HTTP-Session: fbdfb185-f17f-4edd-86c6-cdef919faf62 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9500 | 2024.07.25 02:13:32.363370 [ 3 ] {} <Trace> HTTP-Session: fbdfb185-f17f-4edd-86c6-cdef919faf62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9501 | 2024.07.25 02:13:32.363628 [ 3 ] {90bfae31-22a3-43dc-b8be-fc17026467ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
9502 | 2024.07.25 02:13:32.363726 [ 3 ] {90bfae31-22a3-43dc-b8be-fc17026467ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
9503 | 2024.07.25 02:13:32.363935 [ 3 ] {90bfae31-22a3-43dc-b8be-fc17026467ae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9504 | 2024.07.25 02:13:32.364458 [ 3 ] {90bfae31-22a3-43dc-b8be-fc17026467ae} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9505 | 2024.07.25 02:13:32.364504 [ 3 ] {90bfae31-22a3-43dc-b8be-fc17026467ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
9506 | 2024.07.25 02:13:32.364866 [ 3 ] {90bfae31-22a3-43dc-b8be-fc17026467ae} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
9507 | 2024.07.25 02:13:32.365196 [ 3 ] {90bfae31-22a3-43dc-b8be-fc17026467ae} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9508 | 2024.07.25 02:13:32.365374 [ 3 ] {90bfae31-22a3-43dc-b8be-fc17026467ae} <Debug> executeQuery: Read 29 rows, 2.20 KiB in 0.001828 sec., 15864.33260393873 rows/sec., 1.18 MiB/sec. | ||
9509 | 2024.07.25 02:13:32.365702 [ 3 ] {90bfae31-22a3-43dc-b8be-fc17026467ae} <Debug> DynamicQueryHandler: Done processing query | ||
9510 | 2024.07.25 02:13:32.365758 [ 3 ] {90bfae31-22a3-43dc-b8be-fc17026467ae} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9511 | 2024.07.25 02:13:32.365790 [ 3 ] {} <Debug> HTTP-Session: fbdfb185-f17f-4edd-86c6-cdef919faf62 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9512 | 2024.07.25 02:13:32.366042 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 34730, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9513 | 2024.07.25 02:13:32.366102 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9514 | 2024.07.25 02:13:32.366122 [ 3 ] {} <Debug> HTTP-Session: 7f15c25a-c0b8-4a2b-bd45-e9535700df9c Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
9515 | 2024.07.25 02:13:32.366140 [ 3 ] {} <Debug> HTTP-Session: 7f15c25a-c0b8-4a2b-bd45-e9535700df9c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9516 | 2024.07.25 02:13:32.366154 [ 3 ] {} <Debug> HTTP-Session: 7f15c25a-c0b8-4a2b-bd45-e9535700df9c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9517 | 2024.07.25 02:13:32.366189 [ 3 ] {} <Trace> HTTP-Session: 7f15c25a-c0b8-4a2b-bd45-e9535700df9c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9518 | 2024.07.25 02:13:32.366357 [ 3 ] {90662817-83a8-4afe-8c8a-643e11cde516} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9519 | 2024.07.25 02:13:32.366404 [ 3 ] {90662817-83a8-4afe-8c8a-643e11cde516} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9520 | 2024.07.25 02:13:32.366552 [ 3 ] {90662817-83a8-4afe-8c8a-643e11cde516} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9521 | 2024.07.25 02:13:32.367071 [ 3 ] {90662817-83a8-4afe-8c8a-643e11cde516} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9522 | 2024.07.25 02:13:32.367109 [ 3 ] {90662817-83a8-4afe-8c8a-643e11cde516} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
9523 | 2024.07.25 02:13:32.367441 [ 3 ] {90662817-83a8-4afe-8c8a-643e11cde516} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
9524 | 2024.07.25 02:13:32.367745 [ 3 ] {90662817-83a8-4afe-8c8a-643e11cde516} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9525 | 2024.07.25 02:13:32.367896 [ 93 ] {} <Debug> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
9526 | 2024.07.25 02:13:32.367901 [ 3 ] {90662817-83a8-4afe-8c8a-643e11cde516} <Debug> executeQuery: Read 230 rows, 20.76 KiB in 0.001615 sec., 142414.86068111457 rows/sec., 12.55 MiB/sec. | ||
9527 | 2024.07.25 02:13:32.367993 [ 93 ] {} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9528 | 2024.07.25 02:13:32.368062 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
9529 | 2024.07.25 02:13:32.368287 [ 3 ] {90662817-83a8-4afe-8c8a-643e11cde516} <Debug> DynamicQueryHandler: Done processing query | ||
9530 | 2024.07.25 02:13:32.368366 [ 3 ] {90662817-83a8-4afe-8c8a-643e11cde516} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
9531 | 2024.07.25 02:13:32.368409 [ 195 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::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 | ||
9532 | 2024.07.25 02:13:32.368428 [ 3 ] {} <Debug> HTTP-Session: 7f15c25a-c0b8-4a2b-bd45-e9535700df9c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9533 | 2024.07.25 02:13:32.368802 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 65459, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9534 | 2024.07.25 02:13:32.368886 [ 195 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9535 | 2024.07.25 02:13:32.368910 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9536 | 2024.07.25 02:13:32.368950 [ 195 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 304 rows starting from the beginning of the part | ||
9537 | 2024.07.25 02:13:32.368959 [ 3 ] {} <Debug> HTTP-Session: 17e0ec94-ca95-4833-9a23-8f5ac18551d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
9538 | 2024.07.25 02:13:32.369012 [ 3 ] {} <Debug> HTTP-Session: 17e0ec94-ca95-4833-9a23-8f5ac18551d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9539 | 2024.07.25 02:13:32.369045 [ 3 ] {} <Debug> HTTP-Session: 17e0ec94-ca95-4833-9a23-8f5ac18551d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9540 | 2024.07.25 02:13:32.369163 [ 195 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 231 rows starting from the beginning of the part | ||
9541 | 2024.07.25 02:13:32.369196 [ 3 ] {} <Trace> HTTP-Session: 17e0ec94-ca95-4833-9a23-8f5ac18551d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9542 | 2024.07.25 02:13:32.369334 [ 195 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 123 rows starting from the beginning of the part | ||
9543 | 2024.07.25 02:13:32.369742 [ 3 ] {709d6877-fd88-421f-9d59-761f1dbe6fe0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9544 | 2024.07.25 02:13:32.369746 [ 195 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 234 rows starting from the beginning of the part | ||
9545 | 2024.07.25 02:13:32.369877 [ 3 ] {709d6877-fd88-421f-9d59-761f1dbe6fe0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9546 | 2024.07.25 02:13:32.370010 [ 195 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 86 rows starting from the beginning of the part | ||
9547 | 2024.07.25 02:13:32.370355 [ 195 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 230 rows starting from the beginning of the part | ||
9548 | 2024.07.25 02:13:32.371039 [ 3 ] {709d6877-fd88-421f-9d59-761f1dbe6fe0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9549 | 2024.07.25 02:13:32.372408 [ 3 ] {709d6877-fd88-421f-9d59-761f1dbe6fe0} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9550 | 2024.07.25 02:13:32.372484 [ 3 ] {709d6877-fd88-421f-9d59-761f1dbe6fe0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
9551 | 2024.07.25 02:13:32.373146 [ 3 ] {709d6877-fd88-421f-9d59-761f1dbe6fe0} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
9552 | 2024.07.25 02:13:32.373185 [ 196 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1208 rows, containing 4 columns (4 merged, 0 gathered) in 0.005017907 sec., 240737.82156584406 rows/sec., 20.76 MiB/sec. | ||
9553 | 2024.07.25 02:13:32.373529 [ 194 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
9554 | 2024.07.25 02:13:32.373713 [ 3 ] {709d6877-fd88-421f-9d59-761f1dbe6fe0} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9555 | 2024.07.25 02:13:32.374047 [ 93 ] {} <Debug> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
9556 | 2024.07.25 02:13:32.374141 [ 93 ] {} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9557 | 2024.07.25 02:13:32.374228 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
9558 | 2024.07.25 02:13:32.374242 [ 3 ] {709d6877-fd88-421f-9d59-761f1dbe6fe0} <Debug> executeQuery: Read 405 rows, 29.32 KiB in 0.00478 sec., 84728.03347280333 rows/sec., 5.99 MiB/sec. | ||
9559 | 2024.07.25 02:13:32.374646 [ 195 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::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 | ||
9560 | 2024.07.25 02:13:32.375233 [ 195 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9561 | 2024.07.25 02:13:32.375339 [ 195 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 473 rows starting from the beginning of the part | ||
9562 | 2024.07.25 02:13:32.375637 [ 3 ] {709d6877-fd88-421f-9d59-761f1dbe6fe0} <Debug> DynamicQueryHandler: Done processing query | ||
9563 | 2024.07.25 02:13:32.375733 [ 3 ] {709d6877-fd88-421f-9d59-761f1dbe6fe0} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
9564 | 2024.07.25 02:13:32.375748 [ 195 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 407 rows starting from the beginning of the part | ||
9565 | 2024.07.25 02:13:32.375836 [ 3 ] {} <Debug> HTTP-Session: 17e0ec94-ca95-4833-9a23-8f5ac18551d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9566 | 2024.07.25 02:13:32.376139 [ 195 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 100 rows starting from the beginning of the part | ||
9567 | 2024.07.25 02:13:32.376172 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9568 | 2024.07.25 02:13:32.376180 [ 194 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_51_10} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9569 | 2024.07.25 02:13:32.376380 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9570 | 2024.07.25 02:13:32.376478 [ 3 ] {} <Debug> HTTP-Session: 323e4013-9d95-46db-a5b2-597f2e1abf9b Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
9571 | 2024.07.25 02:13:32.376530 [ 195 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 413 rows starting from the beginning of the part | ||
9572 | 2024.07.25 02:13:32.376558 [ 3 ] {} <Debug> HTTP-Session: 323e4013-9d95-46db-a5b2-597f2e1abf9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9573 | 2024.07.25 02:13:32.376649 [ 3 ] {} <Debug> HTTP-Session: 323e4013-9d95-46db-a5b2-597f2e1abf9b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9574 | 2024.07.25 02:13:32.376846 [ 3 ] {} <Trace> HTTP-Session: 323e4013-9d95-46db-a5b2-597f2e1abf9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9575 | 2024.07.25 02:13:32.376870 [ 195 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 74 rows starting from the beginning of the part | ||
9576 | 2024.07.25 02:13:32.377176 [ 195 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 405 rows starting from the beginning of the part | ||
9577 | 2024.07.25 02:13:32.377262 [ 3 ] {a5a0515e-e51a-4b8a-be14-07ab592b879e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
9578 | 2024.07.25 02:13:32.377273 [ 194 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_51_10} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
9579 | 2024.07.25 02:13:32.377511 [ 3 ] {a5a0515e-e51a-4b8a-be14-07ab592b879e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
9580 | 2024.07.25 02:13:32.378046 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
9581 | 2024.07.25 02:13:32.378402 [ 3 ] {a5a0515e-e51a-4b8a-be14-07ab592b879e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9582 | 2024.07.25 02:13:32.379221 [ 3 ] {a5a0515e-e51a-4b8a-be14-07ab592b879e} <Trace> oximeter.measurements_bool (8163702d-f428-4b08-bb37-b5af976016c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9583 | 2024.07.25 02:13:32.379278 [ 3 ] {a5a0515e-e51a-4b8a-be14-07ab592b879e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
9584 | 2024.07.25 02:13:32.380126 [ 3 ] {a5a0515e-e51a-4b8a-be14-07ab592b879e} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
9585 | 2024.07.25 02:13:32.380767 [ 195 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1872 rows, containing 4 columns (4 merged, 0 gathered) in 0.006418249 sec., 291668.33508640755 rows/sec., 20.91 MiB/sec. | ||
9586 | 2024.07.25 02:13:32.380975 [ 3 ] {a5a0515e-e51a-4b8a-be14-07ab592b879e} <Trace> oximeter.measurements_bool (8163702d-f428-4b08-bb37-b5af976016c8): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9587 | 2024.07.25 02:13:32.381029 [ 200 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
9588 | 2024.07.25 02:13:32.381266 [ 3 ] {a5a0515e-e51a-4b8a-be14-07ab592b879e} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.004174 sec., 1437.4700527072353 rows/sec., 61.77 KiB/sec. | ||
9589 | 2024.07.25 02:13:32.381681 [ 3 ] {a5a0515e-e51a-4b8a-be14-07ab592b879e} <Debug> DynamicQueryHandler: Done processing query | ||
9590 | 2024.07.25 02:13:32.381723 [ 3 ] {a5a0515e-e51a-4b8a-be14-07ab592b879e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
9591 | 2024.07.25 02:13:32.381763 [ 3 ] {} <Debug> HTTP-Session: 323e4013-9d95-46db-a5b2-597f2e1abf9b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9592 | 2024.07.25 02:13:32.381919 [ 200 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_51_10} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9593 | 2024.07.25 02:13:32.381938 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 14082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9594 | 2024.07.25 02:13:32.382041 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9595 | 2024.07.25 02:13:32.382066 [ 3 ] {} <Debug> HTTP-Session: f1b512bf-6b4c-4772-a971-5312e0c45e62 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
9596 | 2024.07.25 02:13:32.382097 [ 200 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_51_10} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
9597 | 2024.07.25 02:13:32.382104 [ 3 ] {} <Debug> HTTP-Session: f1b512bf-6b4c-4772-a971-5312e0c45e62 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9598 | 2024.07.25 02:13:32.382146 [ 3 ] {} <Debug> HTTP-Session: f1b512bf-6b4c-4772-a971-5312e0c45e62 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9599 | 2024.07.25 02:13:32.382216 [ 3 ] {} <Trace> HTTP-Session: f1b512bf-6b4c-4772-a971-5312e0c45e62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9600 | 2024.07.25 02:13:32.382263 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. | ||
9601 | 2024.07.25 02:13:32.382415 [ 3 ] {8674c946-1580-4a91-aac4-713ba51fe087} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
9602 | 2024.07.25 02:13:32.382471 [ 3 ] {8674c946-1580-4a91-aac4-713ba51fe087} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
9603 | 2024.07.25 02:13:32.382639 [ 3 ] {8674c946-1580-4a91-aac4-713ba51fe087} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9604 | 2024.07.25 02:13:32.382974 [ 3 ] {8674c946-1580-4a91-aac4-713ba51fe087} <Trace> oximeter.measurements_cumulativei64 (ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9605 | 2024.07.25 02:13:32.383012 [ 3 ] {8674c946-1580-4a91-aac4-713ba51fe087} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
9606 | 2024.07.25 02:13:32.383389 [ 3 ] {8674c946-1580-4a91-aac4-713ba51fe087} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
9607 | 2024.07.25 02:13:32.383741 [ 3 ] {8674c946-1580-4a91-aac4-713ba51fe087} <Trace> oximeter.measurements_cumulativei64 (ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9608 | 2024.07.25 02:13:32.383912 [ 3 ] {8674c946-1580-4a91-aac4-713ba51fe087} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001558 sec., 49422.33632862644 rows/sec., 3.04 MiB/sec. | ||
9609 | 2024.07.25 02:13:32.384222 [ 3 ] {8674c946-1580-4a91-aac4-713ba51fe087} <Debug> DynamicQueryHandler: Done processing query | ||
9610 | 2024.07.25 02:13:32.384262 [ 3 ] {8674c946-1580-4a91-aac4-713ba51fe087} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9611 | 2024.07.25 02:13:32.384279 [ 3 ] {} <Debug> HTTP-Session: f1b512bf-6b4c-4772-a971-5312e0c45e62 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9612 | 2024.07.25 02:13:32.384454 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 30607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9613 | 2024.07.25 02:13:32.384503 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9614 | 2024.07.25 02:13:32.384523 [ 3 ] {} <Debug> HTTP-Session: c877a89b-0797-49c8-9c92-50eaea4c696e Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
9615 | 2024.07.25 02:13:32.384540 [ 3 ] {} <Debug> HTTP-Session: c877a89b-0797-49c8-9c92-50eaea4c696e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9616 | 2024.07.25 02:13:32.384554 [ 3 ] {} <Debug> HTTP-Session: c877a89b-0797-49c8-9c92-50eaea4c696e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9617 | 2024.07.25 02:13:32.384586 [ 3 ] {} <Trace> HTTP-Session: c877a89b-0797-49c8-9c92-50eaea4c696e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9618 | 2024.07.25 02:13:32.384748 [ 3 ] {9253461c-d46e-42ac-9706-7c5b42b4f6f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9619 | 2024.07.25 02:13:32.384796 [ 3 ] {9253461c-d46e-42ac-9706-7c5b42b4f6f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9620 | 2024.07.25 02:13:32.384959 [ 3 ] {9253461c-d46e-42ac-9706-7c5b42b4f6f4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9621 | 2024.07.25 02:13:32.385335 [ 3 ] {9253461c-d46e-42ac-9706-7c5b42b4f6f4} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9622 | 2024.07.25 02:13:32.385373 [ 3 ] {9253461c-d46e-42ac-9706-7c5b42b4f6f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
9623 | 2024.07.25 02:13:32.385754 [ 3 ] {9253461c-d46e-42ac-9706-7c5b42b4f6f4} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
9624 | 2024.07.25 02:13:32.386112 [ 3 ] {9253461c-d46e-42ac-9706-7c5b42b4f6f4} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9625 | 2024.07.25 02:13:32.386268 [ 93 ] {} <Debug> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
9626 | 2024.07.25 02:13:32.386276 [ 3 ] {9253461c-d46e-42ac-9706-7c5b42b4f6f4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001598 sec., 100125.15644555695 rows/sec., 6.97 MiB/sec. | ||
9627 | 2024.07.25 02:13:32.386315 [ 93 ] {} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9628 | 2024.07.25 02:13:32.386384 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
9629 | 2024.07.25 02:13:32.386589 [ 186 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::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 | ||
9630 | 2024.07.25 02:13:32.386624 [ 3 ] {9253461c-d46e-42ac-9706-7c5b42b4f6f4} <Debug> DynamicQueryHandler: Done processing query | ||
9631 | 2024.07.25 02:13:32.386663 [ 3 ] {9253461c-d46e-42ac-9706-7c5b42b4f6f4} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9632 | 2024.07.25 02:13:32.386708 [ 3 ] {} <Debug> HTTP-Session: c877a89b-0797-49c8-9c92-50eaea4c696e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9633 | 2024.07.25 02:13:32.386834 [ 186 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9634 | 2024.07.25 02:13:32.386892 [ 186 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 7713 rows starting from the beginning of the part | ||
9635 | 2024.07.25 02:13:32.386929 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 37060, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9636 | 2024.07.25 02:13:32.387062 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9637 | 2024.07.25 02:13:32.387166 [ 3 ] {} <Debug> HTTP-Session: f537d48a-939d-45bf-bfc0-65bf2387dae7 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
9638 | 2024.07.25 02:13:32.387181 [ 186 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 161 rows starting from the beginning of the part | ||
9639 | 2024.07.25 02:13:32.387228 [ 3 ] {} <Debug> HTTP-Session: f537d48a-939d-45bf-bfc0-65bf2387dae7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9640 | 2024.07.25 02:13:32.387268 [ 3 ] {} <Debug> HTTP-Session: f537d48a-939d-45bf-bfc0-65bf2387dae7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9641 | 2024.07.25 02:13:32.387403 [ 3 ] {} <Trace> HTTP-Session: f537d48a-939d-45bf-bfc0-65bf2387dae7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9642 | 2024.07.25 02:13:32.387515 [ 186 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 197 rows starting from the beginning of the part | ||
9643 | 2024.07.25 02:13:32.387758 [ 186 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 164 rows starting from the beginning of the part | ||
9644 | 2024.07.25 02:13:32.387851 [ 186 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::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 | ||
9645 | 2024.07.25 02:13:32.388033 [ 186 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 160 rows starting from the beginning of the part | ||
9646 | 2024.07.25 02:13:32.388102 [ 3 ] {1c969515-cc1b-42b6-b9c3-6e7f6d5e3b3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9647 | 2024.07.25 02:13:32.388490 [ 3 ] {1c969515-cc1b-42b6-b9c3-6e7f6d5e3b3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
9648 | 2024.07.25 02:13:32.389811 [ 3 ] {1c969515-cc1b-42b6-b9c3-6e7f6d5e3b3c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9649 | 2024.07.25 02:13:32.391229 [ 3 ] {1c969515-cc1b-42b6-b9c3-6e7f6d5e3b3c} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9650 | 2024.07.25 02:13:32.391270 [ 3 ] {1c969515-cc1b-42b6-b9c3-6e7f6d5e3b3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
9651 | 2024.07.25 02:13:32.392194 [ 3 ] {1c969515-cc1b-42b6-b9c3-6e7f6d5e3b3c} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
9652 | 2024.07.25 02:13:32.392775 [ 3 ] {1c969515-cc1b-42b6-b9c3-6e7f6d5e3b3c} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9653 | 2024.07.25 02:13:32.393189 [ 3 ] {1c969515-cc1b-42b6-b9c3-6e7f6d5e3b3c} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.005517 sec., 4168.932390792097 rows/sec., 7.47 MiB/sec. | ||
9654 | 2024.07.25 02:13:32.394242 [ 186 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8555 rows, containing 5 columns (5 merged, 0 gathered) in 0.007740379 sec., 1105243.037840912 rows/sec., 77.02 MiB/sec. | ||
9655 | 2024.07.25 02:13:32.394427 [ 3 ] {1c969515-cc1b-42b6-b9c3-6e7f6d5e3b3c} <Debug> DynamicQueryHandler: Done processing query | ||
9656 | 2024.07.25 02:13:32.394467 [ 3 ] {1c969515-cc1b-42b6-b9c3-6e7f6d5e3b3c} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
9657 | 2024.07.25 02:13:32.394475 [ 186 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
9658 | 2024.07.25 02:13:32.394511 [ 3 ] {} <Debug> HTTP-Session: f537d48a-939d-45bf-bfc0-65bf2387dae7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9659 | 2024.07.25 02:13:32.394715 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 3211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9660 | 2024.07.25 02:13:32.394843 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9661 | 2024.07.25 02:13:32.394940 [ 3 ] {} <Debug> HTTP-Session: 6ded103a-fd6d-496e-8dc6-29cb81517726 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
9662 | 2024.07.25 02:13:32.395013 [ 3 ] {} <Debug> HTTP-Session: 6ded103a-fd6d-496e-8dc6-29cb81517726 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9663 | 2024.07.25 02:13:32.395038 [ 3 ] {} <Debug> HTTP-Session: 6ded103a-fd6d-496e-8dc6-29cb81517726 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9664 | 2024.07.25 02:13:32.395123 [ 3 ] {} <Trace> HTTP-Session: 6ded103a-fd6d-496e-8dc6-29cb81517726 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9665 | 2024.07.25 02:13:32.395309 [ 3 ] {83c6cbd1-44b3-44ab-bde3-af79f2bc75c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
9666 | 2024.07.25 02:13:32.395356 [ 186 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9667 | 2024.07.25 02:13:32.395404 [ 3 ] {83c6cbd1-44b3-44ab-bde3-af79f2bc75c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
9668 | 2024.07.25 02:13:32.395582 [ 186 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
9669 | 2024.07.25 02:13:32.395805 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.47 MiB. | ||
9670 | 2024.07.25 02:13:32.395826 [ 3 ] {83c6cbd1-44b3-44ab-bde3-af79f2bc75c5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9671 | 2024.07.25 02:13:32.396144 [ 3 ] {83c6cbd1-44b3-44ab-bde3-af79f2bc75c5} <Trace> oximeter.measurements_i64 (4af3948b-7ee8-4a0a-bff7-9db9837b5273): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9672 | 2024.07.25 02:13:32.396184 [ 3 ] {83c6cbd1-44b3-44ab-bde3-af79f2bc75c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
9673 | 2024.07.25 02:13:32.396569 [ 3 ] {83c6cbd1-44b3-44ab-bde3-af79f2bc75c5} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
9674 | 2024.07.25 02:13:32.396926 [ 3 ] {83c6cbd1-44b3-44ab-bde3-af79f2bc75c5} <Trace> oximeter.measurements_i64 (4af3948b-7ee8-4a0a-bff7-9db9837b5273): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9675 | 2024.07.25 02:13:32.397084 [ 3 ] {83c6cbd1-44b3-44ab-bde3-af79f2bc75c5} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001839 sec., 12506.797172376291 rows/sec., 676.53 KiB/sec. | ||
9676 | 2024.07.25 02:13:32.397099 [ 93 ] {} <Debug> oximeter.measurements_i64 (4af3948b-7ee8-4a0a-bff7-9db9837b5273) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
9677 | 2024.07.25 02:13:32.397193 [ 93 ] {} <Trace> oximeter.measurements_i64 (4af3948b-7ee8-4a0a-bff7-9db9837b5273): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9678 | 2024.07.25 02:13:32.397252 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
9679 | 2024.07.25 02:13:32.397411 [ 3 ] {83c6cbd1-44b3-44ab-bde3-af79f2bc75c5} <Debug> DynamicQueryHandler: Done processing query | ||
9680 | 2024.07.25 02:13:32.397424 [ 195 ] {4af3948b-7ee8-4a0a-bff7-9db9837b5273::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 | ||
9681 | 2024.07.25 02:13:32.397452 [ 3 ] {83c6cbd1-44b3-44ab-bde3-af79f2bc75c5} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
9682 | 2024.07.25 02:13:32.397505 [ 3 ] {} <Debug> HTTP-Session: 6ded103a-fd6d-496e-8dc6-29cb81517726 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9683 | 2024.07.25 02:13:32.397637 [ 195 ] {4af3948b-7ee8-4a0a-bff7-9db9837b5273::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9684 | 2024.07.25 02:13:32.397700 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9685 | 2024.07.25 02:13:32.397709 [ 195 ] {4af3948b-7ee8-4a0a-bff7-9db9837b5273::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 487 rows starting from the beginning of the part | ||
9686 | 2024.07.25 02:13:32.397798 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9687 | 2024.07.25 02:13:32.397909 [ 3 ] {} <Debug> HTTP-Session: 04286ada-ad57-4443-a006-0d869da42027 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
9688 | 2024.07.25 02:13:32.397928 [ 195 ] {4af3948b-7ee8-4a0a-bff7-9db9837b5273::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 23 rows starting from the beginning of the part | ||
9689 | 2024.07.25 02:13:32.397978 [ 3 ] {} <Debug> HTTP-Session: 04286ada-ad57-4443-a006-0d869da42027 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9690 | 2024.07.25 02:13:32.398060 [ 3 ] {} <Debug> HTTP-Session: 04286ada-ad57-4443-a006-0d869da42027 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9691 | 2024.07.25 02:13:32.398233 [ 3 ] {} <Trace> HTTP-Session: 04286ada-ad57-4443-a006-0d869da42027 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9692 | 2024.07.25 02:13:32.398240 [ 195 ] {4af3948b-7ee8-4a0a-bff7-9db9837b5273::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 23 rows starting from the beginning of the part | ||
9693 | 2024.07.25 02:13:32.398503 [ 195 ] {4af3948b-7ee8-4a0a-bff7-9db9837b5273::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 23 rows starting from the beginning of the part | ||
9694 | 2024.07.25 02:13:32.398672 [ 3 ] {cc553eed-70db-4267-9135-4b53f087f5e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9695 | 2024.07.25 02:13:32.398838 [ 195 ] {4af3948b-7ee8-4a0a-bff7-9db9837b5273::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 23 rows starting from the beginning of the part | ||
9696 | 2024.07.25 02:13:32.398857 [ 3 ] {cc553eed-70db-4267-9135-4b53f087f5e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9697 | 2024.07.25 02:13:32.399248 [ 195 ] {4af3948b-7ee8-4a0a-bff7-9db9837b5273::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 23 rows starting from the beginning of the part | ||
9698 | 2024.07.25 02:13:32.399997 [ 3 ] {cc553eed-70db-4267-9135-4b53f087f5e9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9699 | 2024.07.25 02:13:32.400683 [ 3 ] {cc553eed-70db-4267-9135-4b53f087f5e9} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9700 | 2024.07.25 02:13:32.400755 [ 3 ] {cc553eed-70db-4267-9135-4b53f087f5e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
9701 | 2024.07.25 02:13:32.401791 [ 3 ] {cc553eed-70db-4267-9135-4b53f087f5e9} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
9702 | 2024.07.25 02:13:32.402342 [ 195 ] {4af3948b-7ee8-4a0a-bff7-9db9837b5273::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 602 rows, containing 4 columns (4 merged, 0 gathered) in 0.004994886 sec., 120523.2712017852 rows/sec., 6.47 MiB/sec. | ||
9703 | 2024.07.25 02:13:32.402601 [ 195 ] {4af3948b-7ee8-4a0a-bff7-9db9837b5273::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
9704 | 2024.07.25 02:13:32.402676 [ 3 ] {cc553eed-70db-4267-9135-4b53f087f5e9} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9705 | 2024.07.25 02:13:32.402945 [ 93 ] {} <Debug> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
9706 | 2024.07.25 02:13:32.403034 [ 93 ] {} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9707 | 2024.07.25 02:13:32.403036 [ 3 ] {cc553eed-70db-4267-9135-4b53f087f5e9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004523 sec., 13265.531726730047 rows/sec., 915.46 KiB/sec. | ||
9708 | 2024.07.25 02:13:32.403096 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
9709 | 2024.07.25 02:13:32.403627 [ 189 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::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 | ||
9710 | 2024.07.25 02:13:32.403798 [ 3 ] {cc553eed-70db-4267-9135-4b53f087f5e9} <Debug> DynamicQueryHandler: Done processing query | ||
9711 | 2024.07.25 02:13:32.403853 [ 3 ] {cc553eed-70db-4267-9135-4b53f087f5e9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9712 | 2024.07.25 02:13:32.403929 [ 3 ] {} <Debug> HTTP-Session: 04286ada-ad57-4443-a006-0d869da42027 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9713 | 2024.07.25 02:13:32.403971 [ 189 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9714 | 2024.07.25 02:13:32.404032 [ 189 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2732 rows starting from the beginning of the part | ||
9715 | 2024.07.25 02:13:32.404122 [ 195 ] {4af3948b-7ee8-4a0a-bff7-9db9837b5273::all_1_26_5} <Trace> oximeter.measurements_i64 (4af3948b-7ee8-4a0a-bff7-9db9837b5273): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9716 | 2024.07.25 02:13:32.404282 [ 189 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 60 rows starting from the beginning of the part | ||
9717 | 2024.07.25 02:13:32.404399 [ 195 ] {4af3948b-7ee8-4a0a-bff7-9db9837b5273::all_1_26_5} <Trace> oximeter.measurements_i64 (4af3948b-7ee8-4a0a-bff7-9db9837b5273) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
9718 | 2024.07.25 02:13:32.404581 [ 189 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::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 | ||
9719 | 2024.07.25 02:13:32.404748 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
9720 | 2024.07.25 02:13:32.404885 [ 189 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 60 rows starting from the beginning of the part | ||
9721 | 2024.07.25 02:13:32.404962 [ 189 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::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 | ||
9722 | 2024.07.25 02:13:32.405194 [ 189 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 60 rows starting from the beginning of the part | ||
9723 | 2024.07.25 02:13:32.406611 [ 193 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3032 rows, containing 4 columns (4 merged, 0 gathered) in 0.003355752 sec., 903523.2639360715 rows/sec., 60.89 MiB/sec. | ||
9724 | 2024.07.25 02:13:32.406917 [ 199 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
9725 | 2024.07.25 02:13:32.407341 [ 199 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_51_10} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9726 | 2024.07.25 02:13:32.407432 [ 199 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_51_10} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
9727 | 2024.07.25 02:13:32.407518 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. | ||
9728 | 2024.07.25 02:13:36.242978 [ 151 ] {} <Debug> DNSResolver: Updating DNS cache | ||
9729 | 2024.07.25 02:13:36.243055 [ 151 ] {} <Debug> DNSResolver: Updated DNS cache | ||
9730 | 2024.07.25 02:13:37.358733 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 1489, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9731 | 2024.07.25 02:13:37.358854 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9732 | 2024.07.25 02:13:37.358887 [ 3 ] {} <Debug> HTTP-Session: b2bf2185-0a34-4783-aa66-4db5dd83a3bf Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
9733 | 2024.07.25 02:13:37.358929 [ 3 ] {} <Debug> HTTP-Session: b2bf2185-0a34-4783-aa66-4db5dd83a3bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9734 | 2024.07.25 02:13:37.358959 [ 3 ] {} <Debug> HTTP-Session: b2bf2185-0a34-4783-aa66-4db5dd83a3bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9735 | 2024.07.25 02:13:37.359033 [ 3 ] {} <Trace> HTTP-Session: b2bf2185-0a34-4783-aa66-4db5dd83a3bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9736 | 2024.07.25 02:13:37.359278 [ 3 ] {afb8f94a-4121-48af-80e9-f6bb77ecc929} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
9737 | 2024.07.25 02:13:37.359371 [ 3 ] {afb8f94a-4121-48af-80e9-f6bb77ecc929} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
9738 | 2024.07.25 02:13:37.359723 [ 3 ] {afb8f94a-4121-48af-80e9-f6bb77ecc929} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9739 | 2024.07.25 02:13:37.360204 [ 3 ] {afb8f94a-4121-48af-80e9-f6bb77ecc929} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9740 | 2024.07.25 02:13:37.360249 [ 3 ] {afb8f94a-4121-48af-80e9-f6bb77ecc929} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
9741 | 2024.07.25 02:13:37.360633 [ 3 ] {afb8f94a-4121-48af-80e9-f6bb77ecc929} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
9742 | 2024.07.25 02:13:37.360980 [ 3 ] {afb8f94a-4121-48af-80e9-f6bb77ecc929} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9743 | 2024.07.25 02:13:37.361159 [ 3 ] {afb8f94a-4121-48af-80e9-f6bb77ecc929} <Debug> executeQuery: Read 10 rows, 830.00 B in 0.001912 sec., 5230.125523012553 rows/sec., 423.93 KiB/sec. | ||
9744 | 2024.07.25 02:13:37.361178 [ 125 ] {} <Debug> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
9745 | 2024.07.25 02:13:37.361284 [ 125 ] {} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9746 | 2024.07.25 02:13:37.361346 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
9747 | 2024.07.25 02:13:37.361478 [ 3 ] {afb8f94a-4121-48af-80e9-f6bb77ecc929} <Debug> DynamicQueryHandler: Done processing query | ||
9748 | 2024.07.25 02:13:37.361493 [ 193 ] {f624f877-7484-40f8-bba3-5af105c2972a::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 | ||
9749 | 2024.07.25 02:13:37.361512 [ 3 ] {afb8f94a-4121-48af-80e9-f6bb77ecc929} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9750 | 2024.07.25 02:13:37.361540 [ 3 ] {} <Debug> HTTP-Session: b2bf2185-0a34-4783-aa66-4db5dd83a3bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9751 | 2024.07.25 02:13:37.361642 [ 193 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9752 | 2024.07.25 02:13:37.361679 [ 193 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 39 rows starting from the beginning of the part | ||
9753 | 2024.07.25 02:13:37.361721 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 12377, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9754 | 2024.07.25 02:13:37.361768 [ 193 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 10 rows starting from the beginning of the part | ||
9755 | 2024.07.25 02:13:37.361813 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9756 | 2024.07.25 02:13:37.361876 [ 3 ] {} <Debug> HTTP-Session: 28f8de6c-48bc-4538-8040-4121ab5fd758 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
9757 | 2024.07.25 02:13:37.362022 [ 3 ] {} <Debug> HTTP-Session: 28f8de6c-48bc-4538-8040-4121ab5fd758 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9758 | 2024.07.25 02:13:37.362084 [ 193 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 29 rows starting from the beginning of the part | ||
9759 | 2024.07.25 02:13:37.362095 [ 3 ] {} <Debug> HTTP-Session: 28f8de6c-48bc-4538-8040-4121ab5fd758 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9760 | 2024.07.25 02:13:37.362265 [ 3 ] {} <Trace> HTTP-Session: 28f8de6c-48bc-4538-8040-4121ab5fd758 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9761 | 2024.07.25 02:13:37.362335 [ 193 ] {f624f877-7484-40f8-bba3-5af105c2972a::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 | ||
9762 | 2024.07.25 02:13:37.362515 [ 193 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 29 rows starting from the beginning of the part | ||
9763 | 2024.07.25 02:13:37.362612 [ 3 ] {18377042-2bae-45ad-942b-52ad366acd2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9764 | 2024.07.25 02:13:37.362776 [ 193 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 10 rows starting from the beginning of the part | ||
9765 | 2024.07.25 02:13:37.362781 [ 3 ] {18377042-2bae-45ad-942b-52ad366acd2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9766 | 2024.07.25 02:13:37.363230 [ 3 ] {18377042-2bae-45ad-942b-52ad366acd2d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9767 | 2024.07.25 02:13:37.363820 [ 3 ] {18377042-2bae-45ad-942b-52ad366acd2d} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9768 | 2024.07.25 02:13:37.363880 [ 3 ] {18377042-2bae-45ad-942b-52ad366acd2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
9769 | 2024.07.25 02:13:37.364428 [ 199 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 127 rows, containing 4 columns (4 merged, 0 gathered) in 0.002996866 sec., 42377.60380344 rows/sec., 3.21 MiB/sec. | ||
9770 | 2024.07.25 02:13:37.364462 [ 3 ] {18377042-2bae-45ad-942b-52ad366acd2d} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
9771 | 2024.07.25 02:13:37.364656 [ 199 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
9772 | 2024.07.25 02:13:37.365180 [ 3 ] {18377042-2bae-45ad-942b-52ad366acd2d} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9773 | 2024.07.25 02:13:37.365527 [ 3 ] {18377042-2bae-45ad-942b-52ad366acd2d} <Debug> executeQuery: Read 86 rows, 7.13 KiB in 0.003086 sec., 27867.790019442644 rows/sec., 2.26 MiB/sec. | ||
9774 | 2024.07.25 02:13:37.365671 [ 191 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_46_9} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9775 | 2024.07.25 02:13:37.365866 [ 191 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_46_9} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
9776 | 2024.07.25 02:13:37.365886 [ 3 ] {18377042-2bae-45ad-942b-52ad366acd2d} <Debug> DynamicQueryHandler: Done processing query | ||
9777 | 2024.07.25 02:13:37.365926 [ 3 ] {18377042-2bae-45ad-942b-52ad366acd2d} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
9778 | 2024.07.25 02:13:37.365969 [ 3 ] {} <Debug> HTTP-Session: 28f8de6c-48bc-4538-8040-4121ab5fd758 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9779 | 2024.07.25 02:13:37.366047 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
9780 | 2024.07.25 02:13:37.366154 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 12574, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9781 | 2024.07.25 02:13:37.366212 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9782 | 2024.07.25 02:13:37.366231 [ 3 ] {} <Debug> HTTP-Session: 947cf66d-bbe9-44a9-9c04-9e182ae67283 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
9783 | 2024.07.25 02:13:37.366247 [ 3 ] {} <Debug> HTTP-Session: 947cf66d-bbe9-44a9-9c04-9e182ae67283 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9784 | 2024.07.25 02:13:37.366261 [ 3 ] {} <Debug> HTTP-Session: 947cf66d-bbe9-44a9-9c04-9e182ae67283 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9785 | 2024.07.25 02:13:37.366294 [ 3 ] {} <Trace> HTTP-Session: 947cf66d-bbe9-44a9-9c04-9e182ae67283 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9786 | 2024.07.25 02:13:37.366425 [ 3 ] {58edb672-c241-4f00-b61f-e79d0d38d3ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9787 | 2024.07.25 02:13:37.366469 [ 3 ] {58edb672-c241-4f00-b61f-e79d0d38d3ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9788 | 2024.07.25 02:13:37.366617 [ 3 ] {58edb672-c241-4f00-b61f-e79d0d38d3ef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9789 | 2024.07.25 02:13:37.366974 [ 3 ] {58edb672-c241-4f00-b61f-e79d0d38d3ef} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9790 | 2024.07.25 02:13:37.367013 [ 3 ] {58edb672-c241-4f00-b61f-e79d0d38d3ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
9791 | 2024.07.25 02:13:37.367332 [ 3 ] {58edb672-c241-4f00-b61f-e79d0d38d3ef} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
9792 | 2024.07.25 02:13:37.367648 [ 3 ] {58edb672-c241-4f00-b61f-e79d0d38d3ef} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9793 | 2024.07.25 02:13:37.367807 [ 3 ] {58edb672-c241-4f00-b61f-e79d0d38d3ef} <Debug> executeQuery: Read 74 rows, 5.92 KiB in 0.001421 sec., 52076.00281491907 rows/sec., 4.07 MiB/sec. | ||
9794 | 2024.07.25 02:13:37.367978 [ 3 ] {58edb672-c241-4f00-b61f-e79d0d38d3ef} <Debug> DynamicQueryHandler: Done processing query | ||
9795 | 2024.07.25 02:13:37.368002 [ 3 ] {58edb672-c241-4f00-b61f-e79d0d38d3ef} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
9796 | 2024.07.25 02:13:37.368018 [ 3 ] {} <Debug> HTTP-Session: 947cf66d-bbe9-44a9-9c04-9e182ae67283 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9797 | 2024.07.25 02:13:37.368186 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 30607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9798 | 2024.07.25 02:13:37.368236 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9799 | 2024.07.25 02:13:37.368254 [ 3 ] {} <Debug> HTTP-Session: 104dd670-2611-4acb-9d0e-db7b6183fc76 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
9800 | 2024.07.25 02:13:37.368272 [ 3 ] {} <Debug> HTTP-Session: 104dd670-2611-4acb-9d0e-db7b6183fc76 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9801 | 2024.07.25 02:13:37.368287 [ 3 ] {} <Debug> HTTP-Session: 104dd670-2611-4acb-9d0e-db7b6183fc76 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9802 | 2024.07.25 02:13:37.368319 [ 3 ] {} <Trace> HTTP-Session: 104dd670-2611-4acb-9d0e-db7b6183fc76 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9803 | 2024.07.25 02:13:37.368472 [ 3 ] {3f45e11f-1cd9-431d-84d4-65d60983fd1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9804 | 2024.07.25 02:13:37.368522 [ 3 ] {3f45e11f-1cd9-431d-84d4-65d60983fd1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9805 | 2024.07.25 02:13:37.368678 [ 3 ] {3f45e11f-1cd9-431d-84d4-65d60983fd1b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9806 | 2024.07.25 02:13:37.369076 [ 3 ] {3f45e11f-1cd9-431d-84d4-65d60983fd1b} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9807 | 2024.07.25 02:13:37.369112 [ 3 ] {3f45e11f-1cd9-431d-84d4-65d60983fd1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
9808 | 2024.07.25 02:13:37.369500 [ 3 ] {3f45e11f-1cd9-431d-84d4-65d60983fd1b} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
9809 | 2024.07.25 02:13:37.369844 [ 3 ] {3f45e11f-1cd9-431d-84d4-65d60983fd1b} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9810 | 2024.07.25 02:13:37.369994 [ 3 ] {3f45e11f-1cd9-431d-84d4-65d60983fd1b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00159 sec., 100628.93081761006 rows/sec., 7.01 MiB/sec. | ||
9811 | 2024.07.25 02:13:37.370167 [ 3 ] {3f45e11f-1cd9-431d-84d4-65d60983fd1b} <Debug> DynamicQueryHandler: Done processing query | ||
9812 | 2024.07.25 02:13:37.370192 [ 3 ] {3f45e11f-1cd9-431d-84d4-65d60983fd1b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9813 | 2024.07.25 02:13:37.370208 [ 3 ] {} <Debug> HTTP-Session: 104dd670-2611-4acb-9d0e-db7b6183fc76 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9814 | 2024.07.25 02:13:37.370343 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 16097, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9815 | 2024.07.25 02:13:37.370392 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9816 | 2024.07.25 02:13:37.370411 [ 3 ] {} <Debug> HTTP-Session: a14b2a87-db08-49c8-99d1-618657c5a6ea Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
9817 | 2024.07.25 02:13:37.370426 [ 3 ] {} <Debug> HTTP-Session: a14b2a87-db08-49c8-99d1-618657c5a6ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9818 | 2024.07.25 02:13:37.370440 [ 3 ] {} <Debug> HTTP-Session: a14b2a87-db08-49c8-99d1-618657c5a6ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9819 | 2024.07.25 02:13:37.370470 [ 3 ] {} <Trace> HTTP-Session: a14b2a87-db08-49c8-99d1-618657c5a6ea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9820 | 2024.07.25 02:13:37.370665 [ 3 ] {283eeea8-4833-489c-a7b1-196ab45632be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9821 | 2024.07.25 02:13:37.370729 [ 3 ] {283eeea8-4833-489c-a7b1-196ab45632be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
9822 | 2024.07.25 02:13:37.371134 [ 3 ] {283eeea8-4833-489c-a7b1-196ab45632be} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9823 | 2024.07.25 02:13:37.371653 [ 3 ] {283eeea8-4833-489c-a7b1-196ab45632be} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9824 | 2024.07.25 02:13:37.371689 [ 3 ] {283eeea8-4833-489c-a7b1-196ab45632be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
9825 | 2024.07.25 02:13:37.372282 [ 3 ] {283eeea8-4833-489c-a7b1-196ab45632be} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
9826 | 2024.07.25 02:13:37.372708 [ 3 ] {283eeea8-4833-489c-a7b1-196ab45632be} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9827 | 2024.07.25 02:13:37.372900 [ 3 ] {283eeea8-4833-489c-a7b1-196ab45632be} <Debug> executeQuery: Read 10 rows, 18.35 KiB in 0.002355 sec., 4246.284501061571 rows/sec., 7.61 MiB/sec. | ||
9828 | 2024.07.25 02:13:37.373248 [ 3 ] {283eeea8-4833-489c-a7b1-196ab45632be} <Debug> DynamicQueryHandler: Done processing query | ||
9829 | 2024.07.25 02:13:37.373272 [ 3 ] {283eeea8-4833-489c-a7b1-196ab45632be} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
9830 | 2024.07.25 02:13:37.373288 [ 3 ] {} <Debug> HTTP-Session: a14b2a87-db08-49c8-99d1-618657c5a6ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9831 | 2024.07.25 02:13:37.373418 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9832 | 2024.07.25 02:13:37.373468 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9833 | 2024.07.25 02:13:37.373486 [ 3 ] {} <Debug> HTTP-Session: 84a94257-e73b-48fe-b8a6-a30670335677 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
9834 | 2024.07.25 02:13:37.373502 [ 3 ] {} <Debug> HTTP-Session: 84a94257-e73b-48fe-b8a6-a30670335677 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9835 | 2024.07.25 02:13:37.373515 [ 3 ] {} <Debug> HTTP-Session: 84a94257-e73b-48fe-b8a6-a30670335677 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9836 | 2024.07.25 02:13:37.373546 [ 3 ] {} <Trace> HTTP-Session: 84a94257-e73b-48fe-b8a6-a30670335677 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9837 | 2024.07.25 02:13:37.373667 [ 3 ] {9da531d0-4465-4af0-8a26-eb4d5f3549af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9838 | 2024.07.25 02:13:37.373713 [ 3 ] {9da531d0-4465-4af0-8a26-eb4d5f3549af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9839 | 2024.07.25 02:13:37.373841 [ 3 ] {9da531d0-4465-4af0-8a26-eb4d5f3549af} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9840 | 2024.07.25 02:13:37.374143 [ 3 ] {9da531d0-4465-4af0-8a26-eb4d5f3549af} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9841 | 2024.07.25 02:13:37.374179 [ 3 ] {9da531d0-4465-4af0-8a26-eb4d5f3549af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
9842 | 2024.07.25 02:13:37.374533 [ 3 ] {9da531d0-4465-4af0-8a26-eb4d5f3549af} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
9843 | 2024.07.25 02:13:37.374862 [ 3 ] {9da531d0-4465-4af0-8a26-eb4d5f3549af} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9844 | 2024.07.25 02:13:37.375018 [ 3 ] {9da531d0-4465-4af0-8a26-eb4d5f3549af} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001391 sec., 43134.43565780014 rows/sec., 2.91 MiB/sec. | ||
9845 | 2024.07.25 02:13:37.375196 [ 3 ] {9da531d0-4465-4af0-8a26-eb4d5f3549af} <Debug> DynamicQueryHandler: Done processing query | ||
9846 | 2024.07.25 02:13:37.375220 [ 3 ] {9da531d0-4465-4af0-8a26-eb4d5f3549af} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9847 | 2024.07.25 02:13:37.375235 [ 3 ] {} <Debug> HTTP-Session: 84a94257-e73b-48fe-b8a6-a30670335677 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9848 | 2024.07.25 02:13:42.364218 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 4045, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9849 | 2024.07.25 02:13:42.364357 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9850 | 2024.07.25 02:13:42.364386 [ 3 ] {} <Debug> HTTP-Session: 88c2199e-f951-40a1-b895-bff555b7316f Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
9851 | 2024.07.25 02:13:42.364413 [ 3 ] {} <Debug> HTTP-Session: 88c2199e-f951-40a1-b895-bff555b7316f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9852 | 2024.07.25 02:13:42.364430 [ 3 ] {} <Debug> HTTP-Session: 88c2199e-f951-40a1-b895-bff555b7316f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9853 | 2024.07.25 02:13:42.364484 [ 3 ] {} <Trace> HTTP-Session: 88c2199e-f951-40a1-b895-bff555b7316f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9854 | 2024.07.25 02:13:42.364692 [ 3 ] {fbb37fd4-8124-421a-932f-222c65800bfd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
9855 | 2024.07.25 02:13:42.364767 [ 3 ] {fbb37fd4-8124-421a-932f-222c65800bfd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
9856 | 2024.07.25 02:13:42.364985 [ 3 ] {fbb37fd4-8124-421a-932f-222c65800bfd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9857 | 2024.07.25 02:13:42.365465 [ 3 ] {fbb37fd4-8124-421a-932f-222c65800bfd} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9858 | 2024.07.25 02:13:42.365511 [ 3 ] {fbb37fd4-8124-421a-932f-222c65800bfd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
9859 | 2024.07.25 02:13:42.365883 [ 3 ] {fbb37fd4-8124-421a-932f-222c65800bfd} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
9860 | 2024.07.25 02:13:42.366231 [ 3 ] {fbb37fd4-8124-421a-932f-222c65800bfd} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9861 | 2024.07.25 02:13:42.366404 [ 3 ] {fbb37fd4-8124-421a-932f-222c65800bfd} <Debug> executeQuery: Read 29 rows, 2.20 KiB in 0.001774 sec., 16347.237880496054 rows/sec., 1.21 MiB/sec. | ||
9862 | 2024.07.25 02:13:42.366627 [ 3 ] {fbb37fd4-8124-421a-932f-222c65800bfd} <Debug> DynamicQueryHandler: Done processing query | ||
9863 | 2024.07.25 02:13:42.366655 [ 3 ] {fbb37fd4-8124-421a-932f-222c65800bfd} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9864 | 2024.07.25 02:13:42.366672 [ 3 ] {} <Debug> HTTP-Session: 88c2199e-f951-40a1-b895-bff555b7316f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9865 | 2024.07.25 02:13:42.366901 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 34730, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9866 | 2024.07.25 02:13:42.366957 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9867 | 2024.07.25 02:13:42.366978 [ 3 ] {} <Debug> HTTP-Session: 31c14197-220a-4b93-9352-121ece80a5ef Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
9868 | 2024.07.25 02:13:42.366997 [ 3 ] {} <Debug> HTTP-Session: 31c14197-220a-4b93-9352-121ece80a5ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9869 | 2024.07.25 02:13:42.367010 [ 3 ] {} <Debug> HTTP-Session: 31c14197-220a-4b93-9352-121ece80a5ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9870 | 2024.07.25 02:13:42.367045 [ 3 ] {} <Trace> HTTP-Session: 31c14197-220a-4b93-9352-121ece80a5ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9871 | 2024.07.25 02:13:42.367214 [ 3 ] {3778d48b-4252-4b25-9161-58b23008ca56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9872 | 2024.07.25 02:13:42.367262 [ 3 ] {3778d48b-4252-4b25-9161-58b23008ca56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9873 | 2024.07.25 02:13:42.367403 [ 3 ] {3778d48b-4252-4b25-9161-58b23008ca56} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9874 | 2024.07.25 02:13:42.367973 [ 3 ] {3778d48b-4252-4b25-9161-58b23008ca56} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9875 | 2024.07.25 02:13:42.368014 [ 3 ] {3778d48b-4252-4b25-9161-58b23008ca56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
9876 | 2024.07.25 02:13:42.368348 [ 3 ] {3778d48b-4252-4b25-9161-58b23008ca56} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
9877 | 2024.07.25 02:13:42.368675 [ 3 ] {3778d48b-4252-4b25-9161-58b23008ca56} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9878 | 2024.07.25 02:13:42.368846 [ 3 ] {3778d48b-4252-4b25-9161-58b23008ca56} <Debug> executeQuery: Read 230 rows, 20.76 KiB in 0.001702 sec., 135135.13513513515 rows/sec., 11.91 MiB/sec. | ||
9879 | 2024.07.25 02:13:42.369131 [ 3 ] {3778d48b-4252-4b25-9161-58b23008ca56} <Debug> DynamicQueryHandler: Done processing query | ||
9880 | 2024.07.25 02:13:42.369186 [ 3 ] {3778d48b-4252-4b25-9161-58b23008ca56} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
9881 | 2024.07.25 02:13:42.369234 [ 3 ] {} <Debug> HTTP-Session: 31c14197-220a-4b93-9352-121ece80a5ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9882 | 2024.07.25 02:13:42.369475 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 65459, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9883 | 2024.07.25 02:13:42.369528 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9884 | 2024.07.25 02:13:42.369548 [ 3 ] {} <Debug> HTTP-Session: 31a79c16-6217-4f06-8da8-e22a2131dabc Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
9885 | 2024.07.25 02:13:42.369565 [ 3 ] {} <Debug> HTTP-Session: 31a79c16-6217-4f06-8da8-e22a2131dabc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9886 | 2024.07.25 02:13:42.369578 [ 3 ] {} <Debug> HTTP-Session: 31a79c16-6217-4f06-8da8-e22a2131dabc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9887 | 2024.07.25 02:13:42.369612 [ 3 ] {} <Trace> HTTP-Session: 31a79c16-6217-4f06-8da8-e22a2131dabc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9888 | 2024.07.25 02:13:42.369832 [ 3 ] {74584661-79e8-4ef9-ad8b-d084a56096f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9889 | 2024.07.25 02:13:42.369878 [ 3 ] {74584661-79e8-4ef9-ad8b-d084a56096f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9890 | 2024.07.25 02:13:42.370024 [ 3 ] {74584661-79e8-4ef9-ad8b-d084a56096f5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9891 | 2024.07.25 02:13:42.370577 [ 3 ] {74584661-79e8-4ef9-ad8b-d084a56096f5} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9892 | 2024.07.25 02:13:42.370615 [ 3 ] {74584661-79e8-4ef9-ad8b-d084a56096f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
9893 | 2024.07.25 02:13:42.370943 [ 3 ] {74584661-79e8-4ef9-ad8b-d084a56096f5} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
9894 | 2024.07.25 02:13:42.371256 [ 3 ] {74584661-79e8-4ef9-ad8b-d084a56096f5} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9895 | 2024.07.25 02:13:42.371401 [ 3 ] {74584661-79e8-4ef9-ad8b-d084a56096f5} <Debug> executeQuery: Read 405 rows, 29.32 KiB in 0.001679 sec., 241215.00893388924 rows/sec., 17.05 MiB/sec. | ||
9896 | 2024.07.25 02:13:42.371596 [ 3 ] {74584661-79e8-4ef9-ad8b-d084a56096f5} <Debug> DynamicQueryHandler: Done processing query | ||
9897 | 2024.07.25 02:13:42.371631 [ 3 ] {74584661-79e8-4ef9-ad8b-d084a56096f5} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
9898 | 2024.07.25 02:13:42.371663 [ 3 ] {} <Debug> HTTP-Session: 31a79c16-6217-4f06-8da8-e22a2131dabc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9899 | 2024.07.25 02:13:42.371824 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9900 | 2024.07.25 02:13:42.371874 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9901 | 2024.07.25 02:13:42.371893 [ 3 ] {} <Debug> HTTP-Session: 127a8072-2f0b-46b9-bb76-d7c2fbb9f88d Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
9902 | 2024.07.25 02:13:42.371909 [ 3 ] {} <Debug> HTTP-Session: 127a8072-2f0b-46b9-bb76-d7c2fbb9f88d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9903 | 2024.07.25 02:13:42.371922 [ 3 ] {} <Debug> HTTP-Session: 127a8072-2f0b-46b9-bb76-d7c2fbb9f88d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9904 | 2024.07.25 02:13:42.371953 [ 3 ] {} <Trace> HTTP-Session: 127a8072-2f0b-46b9-bb76-d7c2fbb9f88d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9905 | 2024.07.25 02:13:42.372049 [ 3 ] {3468e551-922e-437d-a5ab-04480aa4580e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
9906 | 2024.07.25 02:13:42.372095 [ 3 ] {3468e551-922e-437d-a5ab-04480aa4580e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
9907 | 2024.07.25 02:13:42.372226 [ 3 ] {3468e551-922e-437d-a5ab-04480aa4580e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9908 | 2024.07.25 02:13:42.372510 [ 3 ] {3468e551-922e-437d-a5ab-04480aa4580e} <Trace> oximeter.measurements_bool (8163702d-f428-4b08-bb37-b5af976016c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9909 | 2024.07.25 02:13:42.372546 [ 3 ] {3468e551-922e-437d-a5ab-04480aa4580e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
9910 | 2024.07.25 02:13:42.372902 [ 3 ] {3468e551-922e-437d-a5ab-04480aa4580e} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
9911 | 2024.07.25 02:13:42.373230 [ 3 ] {3468e551-922e-437d-a5ab-04480aa4580e} <Trace> oximeter.measurements_bool (8163702d-f428-4b08-bb37-b5af976016c8): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9912 | 2024.07.25 02:13:42.373362 [ 3 ] {3468e551-922e-437d-a5ab-04480aa4580e} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001339 sec., 4480.955937266617 rows/sec., 192.54 KiB/sec. | ||
9913 | 2024.07.25 02:13:42.373426 [ 146 ] {} <Debug> oximeter.measurements_bool (8163702d-f428-4b08-bb37-b5af976016c8) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
9914 | 2024.07.25 02:13:42.373517 [ 146 ] {} <Trace> oximeter.measurements_bool (8163702d-f428-4b08-bb37-b5af976016c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9915 | 2024.07.25 02:13:42.373554 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
9916 | 2024.07.25 02:13:42.373584 [ 3 ] {3468e551-922e-437d-a5ab-04480aa4580e} <Debug> DynamicQueryHandler: Done processing query | ||
9917 | 2024.07.25 02:13:42.373635 [ 3 ] {3468e551-922e-437d-a5ab-04480aa4580e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
9918 | 2024.07.25 02:13:42.373701 [ 3 ] {} <Debug> HTTP-Session: 127a8072-2f0b-46b9-bb76-d7c2fbb9f88d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9919 | 2024.07.25 02:13:42.373778 [ 199 ] {8163702d-f428-4b08-bb37-b5af976016c8::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 | ||
9920 | 2024.07.25 02:13:42.373878 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 14082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9921 | 2024.07.25 02:13:42.373987 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9922 | 2024.07.25 02:13:42.374044 [ 3 ] {} <Debug> HTTP-Session: 97ceb69a-a6b6-4516-94a9-dd9adbf50302 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
9923 | 2024.07.25 02:13:42.374088 [ 199 ] {8163702d-f428-4b08-bb37-b5af976016c8::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9924 | 2024.07.25 02:13:42.374093 [ 3 ] {} <Debug> HTTP-Session: 97ceb69a-a6b6-4516-94a9-dd9adbf50302 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9925 | 2024.07.25 02:13:42.374151 [ 3 ] {} <Debug> HTTP-Session: 97ceb69a-a6b6-4516-94a9-dd9adbf50302 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9926 | 2024.07.25 02:13:42.374159 [ 199 ] {8163702d-f428-4b08-bb37-b5af976016c8::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 | ||
9927 | 2024.07.25 02:13:42.374222 [ 3 ] {} <Trace> HTTP-Session: 97ceb69a-a6b6-4516-94a9-dd9adbf50302 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9928 | 2024.07.25 02:13:42.374425 [ 199 ] {8163702d-f428-4b08-bb37-b5af976016c8::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 | ||
9929 | 2024.07.25 02:13:42.374598 [ 3 ] {af04fa41-c055-4a14-8940-dbac864e05ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
9930 | 2024.07.25 02:13:42.374735 [ 199 ] {8163702d-f428-4b08-bb37-b5af976016c8::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 | ||
9931 | 2024.07.25 02:13:42.374769 [ 3 ] {af04fa41-c055-4a14-8940-dbac864e05ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
9932 | 2024.07.25 02:13:42.374984 [ 199 ] {8163702d-f428-4b08-bb37-b5af976016c8::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 | ||
9933 | 2024.07.25 02:13:42.375314 [ 199 ] {8163702d-f428-4b08-bb37-b5af976016c8::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 | ||
9934 | 2024.07.25 02:13:42.375771 [ 199 ] {8163702d-f428-4b08-bb37-b5af976016c8::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 | ||
9935 | 2024.07.25 02:13:42.376434 [ 3 ] {af04fa41-c055-4a14-8940-dbac864e05ba} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9936 | 2024.07.25 02:13:42.377257 [ 3 ] {af04fa41-c055-4a14-8940-dbac864e05ba} <Trace> oximeter.measurements_cumulativei64 (ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9937 | 2024.07.25 02:13:42.377324 [ 3 ] {af04fa41-c055-4a14-8940-dbac864e05ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
9938 | 2024.07.25 02:13:42.378466 [ 3 ] {af04fa41-c055-4a14-8940-dbac864e05ba} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
9939 | 2024.07.25 02:13:42.378590 [ 197 ] {8163702d-f428-4b08-bb37-b5af976016c8::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 156 rows, containing 4 columns (4 merged, 0 gathered) in 0.004963116 sec., 31431.866593486833 rows/sec., 1.32 MiB/sec. | ||
9940 | 2024.07.25 02:13:42.378746 [ 197 ] {8163702d-f428-4b08-bb37-b5af976016c8::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
9941 | 2024.07.25 02:13:42.378989 [ 3 ] {af04fa41-c055-4a14-8940-dbac864e05ba} <Trace> oximeter.measurements_cumulativei64 (ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9942 | 2024.07.25 02:13:42.379259 [ 146 ] {} <Debug> oximeter.measurements_cumulativei64 (ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
9943 | 2024.07.25 02:13:42.379259 [ 3 ] {af04fa41-c055-4a14-8940-dbac864e05ba} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.00481 sec., 16008.316008316007 rows/sec., 1009.45 KiB/sec. | ||
9944 | 2024.07.25 02:13:42.379374 [ 146 ] {} <Trace> oximeter.measurements_cumulativei64 (ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9945 | 2024.07.25 02:13:42.379470 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
9946 | 2024.07.25 02:13:42.379441 [ 190 ] {8163702d-f428-4b08-bb37-b5af976016c8::all_1_26_5} <Trace> oximeter.measurements_bool (8163702d-f428-4b08-bb37-b5af976016c8): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9947 | 2024.07.25 02:13:42.379929 [ 3 ] {af04fa41-c055-4a14-8940-dbac864e05ba} <Debug> DynamicQueryHandler: Done processing query | ||
9948 | 2024.07.25 02:13:42.380010 [ 197 ] {ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7::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 | ||
9949 | 2024.07.25 02:13:42.380014 [ 3 ] {af04fa41-c055-4a14-8940-dbac864e05ba} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9950 | 2024.07.25 02:13:42.380152 [ 3 ] {} <Debug> HTTP-Session: 97ceb69a-a6b6-4516-94a9-dd9adbf50302 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9951 | 2024.07.25 02:13:42.380462 [ 190 ] {8163702d-f428-4b08-bb37-b5af976016c8::all_1_26_5} <Trace> oximeter.measurements_bool (8163702d-f428-4b08-bb37-b5af976016c8) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
9952 | 2024.07.25 02:13:42.380511 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 30607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9953 | 2024.07.25 02:13:42.380704 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9954 | 2024.07.25 02:13:42.380814 [ 3 ] {} <Debug> HTTP-Session: d5bdb1ff-e8f3-44f6-869c-67ab3641fd0b Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
9955 | 2024.07.25 02:13:42.380881 [ 197 ] {ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9956 | 2024.07.25 02:13:42.380891 [ 3 ] {} <Debug> HTTP-Session: d5bdb1ff-e8f3-44f6-869c-67ab3641fd0b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9957 | 2024.07.25 02:13:42.380955 [ 3 ] {} <Debug> HTTP-Session: d5bdb1ff-e8f3-44f6-869c-67ab3641fd0b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9958 | 2024.07.25 02:13:42.380976 [ 197 ] {ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1617 rows starting from the beginning of the part | ||
9959 | 2024.07.25 02:13:42.380996 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
9960 | 2024.07.25 02:13:42.381043 [ 3 ] {} <Trace> HTTP-Session: d5bdb1ff-e8f3-44f6-869c-67ab3641fd0b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9961 | 2024.07.25 02:13:42.381253 [ 197 ] {ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 77 rows starting from the beginning of the part | ||
9962 | 2024.07.25 02:13:42.381446 [ 3 ] {90c77704-413c-4061-a32d-90f0e4efb87c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9963 | 2024.07.25 02:13:42.381572 [ 197 ] {ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 77 rows starting from the beginning of the part | ||
9964 | 2024.07.25 02:13:42.381631 [ 3 ] {90c77704-413c-4061-a32d-90f0e4efb87c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9965 | 2024.07.25 02:13:42.382002 [ 197 ] {ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 77 rows starting from the beginning of the part | ||
9966 | 2024.07.25 02:13:42.382319 [ 197 ] {ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 77 rows starting from the beginning of the part | ||
9967 | 2024.07.25 02:13:42.382662 [ 197 ] {ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 77 rows starting from the beginning of the part | ||
9968 | 2024.07.25 02:13:42.383054 [ 3 ] {90c77704-413c-4061-a32d-90f0e4efb87c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9969 | 2024.07.25 02:13:42.383713 [ 3 ] {90c77704-413c-4061-a32d-90f0e4efb87c} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9970 | 2024.07.25 02:13:42.383754 [ 3 ] {90c77704-413c-4061-a32d-90f0e4efb87c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
9971 | 2024.07.25 02:13:42.384349 [ 3 ] {90c77704-413c-4061-a32d-90f0e4efb87c} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
9972 | 2024.07.25 02:13:42.384776 [ 197 ] {ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2002 rows, containing 5 columns (5 merged, 0 gathered) in 0.005137919 sec., 389651.9193860393 rows/sec., 23.99 MiB/sec. | ||
9973 | 2024.07.25 02:13:42.384985 [ 3 ] {90c77704-413c-4061-a32d-90f0e4efb87c} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9974 | 2024.07.25 02:13:42.385074 [ 187 ] {ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
9975 | 2024.07.25 02:13:42.385309 [ 3 ] {90c77704-413c-4061-a32d-90f0e4efb87c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004056 sec., 39447.731755424065 rows/sec., 2.75 MiB/sec. | ||
9976 | 2024.07.25 02:13:42.385621 [ 3 ] {90c77704-413c-4061-a32d-90f0e4efb87c} <Debug> DynamicQueryHandler: Done processing query | ||
9977 | 2024.07.25 02:13:42.385686 [ 3 ] {90c77704-413c-4061-a32d-90f0e4efb87c} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9978 | 2024.07.25 02:13:42.385730 [ 3 ] {} <Debug> HTTP-Session: d5bdb1ff-e8f3-44f6-869c-67ab3641fd0b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9979 | 2024.07.25 02:13:42.386025 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 37033, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9980 | 2024.07.25 02:13:42.386053 [ 187 ] {ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7::all_1_26_5} <Trace> oximeter.measurements_cumulativei64 (ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9981 | 2024.07.25 02:13:42.386104 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9982 | 2024.07.25 02:13:42.386169 [ 3 ] {} <Debug> HTTP-Session: ac8f237d-699e-4f57-8943-37be74a14e1f Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
9983 | 2024.07.25 02:13:42.386204 [ 3 ] {} <Debug> HTTP-Session: ac8f237d-699e-4f57-8943-37be74a14e1f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9984 | 2024.07.25 02:13:42.386220 [ 3 ] {} <Debug> HTTP-Session: ac8f237d-699e-4f57-8943-37be74a14e1f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9985 | 2024.07.25 02:13:42.386235 [ 187 ] {ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7::all_1_26_5} <Trace> oximeter.measurements_cumulativei64 (ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
9986 | 2024.07.25 02:13:42.386275 [ 3 ] {} <Trace> HTTP-Session: ac8f237d-699e-4f57-8943-37be74a14e1f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9987 | 2024.07.25 02:13:42.386414 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
9988 | 2024.07.25 02:13:42.386662 [ 3 ] {0ed4fd44-f830-42a1-82dd-7ae5fe435639} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9989 | 2024.07.25 02:13:42.386736 [ 3 ] {0ed4fd44-f830-42a1-82dd-7ae5fe435639} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
9990 | 2024.07.25 02:13:42.387157 [ 3 ] {0ed4fd44-f830-42a1-82dd-7ae5fe435639} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9991 | 2024.07.25 02:13:42.387824 [ 3 ] {0ed4fd44-f830-42a1-82dd-7ae5fe435639} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9992 | 2024.07.25 02:13:42.387859 [ 3 ] {0ed4fd44-f830-42a1-82dd-7ae5fe435639} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
9993 | 2024.07.25 02:13:42.388460 [ 3 ] {0ed4fd44-f830-42a1-82dd-7ae5fe435639} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
9994 | 2024.07.25 02:13:42.388866 [ 3 ] {0ed4fd44-f830-42a1-82dd-7ae5fe435639} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9995 | 2024.07.25 02:13:42.389057 [ 3 ] {0ed4fd44-f830-42a1-82dd-7ae5fe435639} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002624 sec., 8765.243902439024 rows/sec., 15.71 MiB/sec. | ||
9996 | 2024.07.25 02:13:42.389282 [ 3 ] {0ed4fd44-f830-42a1-82dd-7ae5fe435639} <Debug> DynamicQueryHandler: Done processing query | ||
9997 | 2024.07.25 02:13:42.389306 [ 3 ] {0ed4fd44-f830-42a1-82dd-7ae5fe435639} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
9998 | 2024.07.25 02:13:42.389322 [ 3 ] {} <Debug> HTTP-Session: ac8f237d-699e-4f57-8943-37be74a14e1f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9999 | 2024.07.25 02:13:42.389448 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 3211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10000 | 2024.07.25 02:13:42.389496 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10001 | 2024.07.25 02:13:42.389514 [ 3 ] {} <Debug> HTTP-Session: d0ce494e-cc08-4e77-81f9-bea5aad6acb8 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
10002 | 2024.07.25 02:13:42.389530 [ 3 ] {} <Debug> HTTP-Session: d0ce494e-cc08-4e77-81f9-bea5aad6acb8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10003 | 2024.07.25 02:13:42.389544 [ 3 ] {} <Debug> HTTP-Session: d0ce494e-cc08-4e77-81f9-bea5aad6acb8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10004 | 2024.07.25 02:13:42.389574 [ 3 ] {} <Trace> HTTP-Session: d0ce494e-cc08-4e77-81f9-bea5aad6acb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10005 | 2024.07.25 02:13:42.389676 [ 3 ] {03b059a6-358a-48b4-9e88-a702140bb479} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
10006 | 2024.07.25 02:13:42.389720 [ 3 ] {03b059a6-358a-48b4-9e88-a702140bb479} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
10007 | 2024.07.25 02:13:42.389849 [ 3 ] {03b059a6-358a-48b4-9e88-a702140bb479} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10008 | 2024.07.25 02:13:42.390148 [ 3 ] {03b059a6-358a-48b4-9e88-a702140bb479} <Trace> oximeter.measurements_i64 (4af3948b-7ee8-4a0a-bff7-9db9837b5273): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10009 | 2024.07.25 02:13:42.390183 [ 3 ] {03b059a6-358a-48b4-9e88-a702140bb479} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10010 | 2024.07.25 02:13:42.390542 [ 3 ] {03b059a6-358a-48b4-9e88-a702140bb479} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
10011 | 2024.07.25 02:13:42.390880 [ 3 ] {03b059a6-358a-48b4-9e88-a702140bb479} <Trace> oximeter.measurements_i64 (4af3948b-7ee8-4a0a-bff7-9db9837b5273): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10012 | 2024.07.25 02:13:42.391035 [ 3 ] {03b059a6-358a-48b4-9e88-a702140bb479} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001385 sec., 16606.49819494585 rows/sec., 898.30 KiB/sec. | ||
10013 | 2024.07.25 02:13:42.391197 [ 3 ] {03b059a6-358a-48b4-9e88-a702140bb479} <Debug> DynamicQueryHandler: Done processing query | ||
10014 | 2024.07.25 02:13:42.391221 [ 3 ] {03b059a6-358a-48b4-9e88-a702140bb479} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
10015 | 2024.07.25 02:13:42.391236 [ 3 ] {} <Debug> HTTP-Session: d0ce494e-cc08-4e77-81f9-bea5aad6acb8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10016 | 2024.07.25 02:13:42.391357 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10017 | 2024.07.25 02:13:42.391405 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10018 | 2024.07.25 02:13:42.391423 [ 3 ] {} <Debug> HTTP-Session: cfcf7994-569a-439e-8e66-87f8d647f4ae Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
10019 | 2024.07.25 02:13:42.391440 [ 3 ] {} <Debug> HTTP-Session: cfcf7994-569a-439e-8e66-87f8d647f4ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10020 | 2024.07.25 02:13:42.391454 [ 3 ] {} <Debug> HTTP-Session: cfcf7994-569a-439e-8e66-87f8d647f4ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10021 | 2024.07.25 02:13:42.391483 [ 3 ] {} <Trace> HTTP-Session: cfcf7994-569a-439e-8e66-87f8d647f4ae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10022 | 2024.07.25 02:13:42.391598 [ 3 ] {06fbdc75-7358-48c8-82db-97753965eb66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10023 | 2024.07.25 02:13:42.391640 [ 3 ] {06fbdc75-7358-48c8-82db-97753965eb66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10024 | 2024.07.25 02:13:42.391768 [ 3 ] {06fbdc75-7358-48c8-82db-97753965eb66} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10025 | 2024.07.25 02:13:42.392156 [ 3 ] {06fbdc75-7358-48c8-82db-97753965eb66} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10026 | 2024.07.25 02:13:42.392199 [ 3 ] {06fbdc75-7358-48c8-82db-97753965eb66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10027 | 2024.07.25 02:13:42.392628 [ 3 ] {06fbdc75-7358-48c8-82db-97753965eb66} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
10028 | 2024.07.25 02:13:42.393056 [ 3 ] {06fbdc75-7358-48c8-82db-97753965eb66} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): 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.07.25 02:13:42.393234 [ 3 ] {06fbdc75-7358-48c8-82db-97753965eb66} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001671 sec., 35906.64272890485 rows/sec., 2.42 MiB/sec. | ||
10030 | 2024.07.25 02:13:42.393417 [ 3 ] {06fbdc75-7358-48c8-82db-97753965eb66} <Debug> DynamicQueryHandler: Done processing query | ||
10031 | 2024.07.25 02:13:42.393441 [ 3 ] {06fbdc75-7358-48c8-82db-97753965eb66} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10032 | 2024.07.25 02:13:42.393457 [ 3 ] {} <Debug> HTTP-Session: cfcf7994-569a-439e-8e66-87f8d647f4ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10033 | 2024.07.25 02:13:47.359206 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 1489, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10034 | 2024.07.25 02:13:47.359344 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10035 | 2024.07.25 02:13:47.359372 [ 3 ] {} <Debug> HTTP-Session: e6a94cbd-459a-41aa-88e7-a9de57a9c576 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
10036 | 2024.07.25 02:13:47.359399 [ 3 ] {} <Debug> HTTP-Session: e6a94cbd-459a-41aa-88e7-a9de57a9c576 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10037 | 2024.07.25 02:13:47.359416 [ 3 ] {} <Debug> HTTP-Session: e6a94cbd-459a-41aa-88e7-a9de57a9c576 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10038 | 2024.07.25 02:13:47.359470 [ 3 ] {} <Trace> HTTP-Session: e6a94cbd-459a-41aa-88e7-a9de57a9c576 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10039 | 2024.07.25 02:13:47.359665 [ 3 ] {02303419-b3b6-40e5-a889-0dbc42500be1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
10040 | 2024.07.25 02:13:47.359737 [ 3 ] {02303419-b3b6-40e5-a889-0dbc42500be1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
10041 | 2024.07.25 02:13:47.359953 [ 3 ] {02303419-b3b6-40e5-a889-0dbc42500be1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10042 | 2024.07.25 02:13:47.360403 [ 3 ] {02303419-b3b6-40e5-a889-0dbc42500be1} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10043 | 2024.07.25 02:13:47.360444 [ 3 ] {02303419-b3b6-40e5-a889-0dbc42500be1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10044 | 2024.07.25 02:13:47.360810 [ 3 ] {02303419-b3b6-40e5-a889-0dbc42500be1} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
10045 | 2024.07.25 02:13:47.361164 [ 3 ] {02303419-b3b6-40e5-a889-0dbc42500be1} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10046 | 2024.07.25 02:13:47.361313 [ 3 ] {02303419-b3b6-40e5-a889-0dbc42500be1} <Debug> executeQuery: Read 10 rows, 830.00 B in 0.001708 sec., 5854.80093676815 rows/sec., 474.56 KiB/sec. | ||
10047 | 2024.07.25 02:13:47.361519 [ 3 ] {02303419-b3b6-40e5-a889-0dbc42500be1} <Debug> DynamicQueryHandler: Done processing query | ||
10048 | 2024.07.25 02:13:47.361546 [ 3 ] {02303419-b3b6-40e5-a889-0dbc42500be1} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10049 | 2024.07.25 02:13:47.361563 [ 3 ] {} <Debug> HTTP-Session: e6a94cbd-459a-41aa-88e7-a9de57a9c576 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10050 | 2024.07.25 02:13:47.361713 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 17360, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10051 | 2024.07.25 02:13:47.361770 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10052 | 2024.07.25 02:13:47.361791 [ 3 ] {} <Debug> HTTP-Session: 13b1a705-3bf6-414a-ae56-0ad25cce69a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
10053 | 2024.07.25 02:13:47.361814 [ 3 ] {} <Debug> HTTP-Session: 13b1a705-3bf6-414a-ae56-0ad25cce69a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10054 | 2024.07.25 02:13:47.361829 [ 3 ] {} <Debug> HTTP-Session: 13b1a705-3bf6-414a-ae56-0ad25cce69a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10055 | 2024.07.25 02:13:47.361863 [ 3 ] {} <Trace> HTTP-Session: 13b1a705-3bf6-414a-ae56-0ad25cce69a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10056 | 2024.07.25 02:13:47.362006 [ 3 ] {a49f3af3-8bbe-4f5f-874a-b8be4b60ea6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10057 | 2024.07.25 02:13:47.362052 [ 3 ] {a49f3af3-8bbe-4f5f-874a-b8be4b60ea6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10058 | 2024.07.25 02:13:47.362182 [ 3 ] {a49f3af3-8bbe-4f5f-874a-b8be4b60ea6d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10059 | 2024.07.25 02:13:47.362554 [ 3 ] {a49f3af3-8bbe-4f5f-874a-b8be4b60ea6d} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10060 | 2024.07.25 02:13:47.362590 [ 3 ] {a49f3af3-8bbe-4f5f-874a-b8be4b60ea6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10061 | 2024.07.25 02:13:47.362908 [ 3 ] {a49f3af3-8bbe-4f5f-874a-b8be4b60ea6d} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
10062 | 2024.07.25 02:13:47.363217 [ 3 ] {a49f3af3-8bbe-4f5f-874a-b8be4b60ea6d} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): 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.07.25 02:13:47.363346 [ 3 ] {a49f3af3-8bbe-4f5f-874a-b8be4b60ea6d} <Debug> executeQuery: Read 122 rows, 9.94 KiB in 0.001396 sec., 87392.55014326648 rows/sec., 6.95 MiB/sec. | ||
10064 | 2024.07.25 02:13:47.363600 [ 3 ] {a49f3af3-8bbe-4f5f-874a-b8be4b60ea6d} <Debug> DynamicQueryHandler: Done processing query | ||
10065 | 2024.07.25 02:13:47.363663 [ 3 ] {a49f3af3-8bbe-4f5f-874a-b8be4b60ea6d} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
10066 | 2024.07.25 02:13:47.363716 [ 3 ] {} <Debug> HTTP-Session: 13b1a705-3bf6-414a-ae56-0ad25cce69a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10067 | 2024.07.25 02:13:47.363914 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 16616, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10068 | 2024.07.25 02:13:47.363967 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10069 | 2024.07.25 02:13:47.363986 [ 3 ] {} <Debug> HTTP-Session: dcda536a-f99b-4cf6-86da-7ba508029135 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
10070 | 2024.07.25 02:13:47.364003 [ 3 ] {} <Debug> HTTP-Session: dcda536a-f99b-4cf6-86da-7ba508029135 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10071 | 2024.07.25 02:13:47.364017 [ 3 ] {} <Debug> HTTP-Session: dcda536a-f99b-4cf6-86da-7ba508029135 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10072 | 2024.07.25 02:13:47.364050 [ 3 ] {} <Trace> HTTP-Session: dcda536a-f99b-4cf6-86da-7ba508029135 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10073 | 2024.07.25 02:13:47.364178 [ 3 ] {ff757322-2f6c-43c3-9b39-3a579e166e49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10074 | 2024.07.25 02:13:47.364223 [ 3 ] {ff757322-2f6c-43c3-9b39-3a579e166e49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10075 | 2024.07.25 02:13:47.364365 [ 3 ] {ff757322-2f6c-43c3-9b39-3a579e166e49} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10076 | 2024.07.25 02:13:47.364712 [ 3 ] {ff757322-2f6c-43c3-9b39-3a579e166e49} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10077 | 2024.07.25 02:13:47.364748 [ 3 ] {ff757322-2f6c-43c3-9b39-3a579e166e49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10078 | 2024.07.25 02:13:47.365059 [ 3 ] {ff757322-2f6c-43c3-9b39-3a579e166e49} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
10079 | 2024.07.25 02:13:47.365366 [ 3 ] {ff757322-2f6c-43c3-9b39-3a579e166e49} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10080 | 2024.07.25 02:13:47.365491 [ 3 ] {ff757322-2f6c-43c3-9b39-3a579e166e49} <Debug> executeQuery: Read 98 rows, 7.81 KiB in 0.001359 sec., 72111.84694628403 rows/sec., 5.62 MiB/sec. | ||
10081 | 2024.07.25 02:13:47.365677 [ 3 ] {ff757322-2f6c-43c3-9b39-3a579e166e49} <Debug> DynamicQueryHandler: Done processing query | ||
10082 | 2024.07.25 02:13:47.365715 [ 3 ] {ff757322-2f6c-43c3-9b39-3a579e166e49} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
10083 | 2024.07.25 02:13:47.365743 [ 3 ] {} <Debug> HTTP-Session: dcda536a-f99b-4cf6-86da-7ba508029135 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10084 | 2024.07.25 02:13:47.365933 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 37573, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10085 | 2024.07.25 02:13:47.365981 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10086 | 2024.07.25 02:13:47.365999 [ 3 ] {} <Debug> HTTP-Session: 38479037-fe74-4957-bdbc-ce943c439616 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
10087 | 2024.07.25 02:13:47.366016 [ 3 ] {} <Debug> HTTP-Session: 38479037-fe74-4957-bdbc-ce943c439616 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10088 | 2024.07.25 02:13:47.366030 [ 3 ] {} <Debug> HTTP-Session: 38479037-fe74-4957-bdbc-ce943c439616 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10089 | 2024.07.25 02:13:47.366060 [ 3 ] {} <Trace> HTTP-Session: 38479037-fe74-4957-bdbc-ce943c439616 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10090 | 2024.07.25 02:13:47.366229 [ 3 ] {98639a0b-3b96-4fc6-9ae0-4acbb370c4d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10091 | 2024.07.25 02:13:47.366276 [ 3 ] {98639a0b-3b96-4fc6-9ae0-4acbb370c4d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10092 | 2024.07.25 02:13:47.366419 [ 3 ] {98639a0b-3b96-4fc6-9ae0-4acbb370c4d0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10093 | 2024.07.25 02:13:47.366843 [ 3 ] {98639a0b-3b96-4fc6-9ae0-4acbb370c4d0} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10094 | 2024.07.25 02:13:47.366879 [ 3 ] {98639a0b-3b96-4fc6-9ae0-4acbb370c4d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10095 | 2024.07.25 02:13:47.367265 [ 3 ] {98639a0b-3b96-4fc6-9ae0-4acbb370c4d0} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
10096 | 2024.07.25 02:13:47.367610 [ 3 ] {98639a0b-3b96-4fc6-9ae0-4acbb370c4d0} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10097 | 2024.07.25 02:13:47.367747 [ 3 ] {98639a0b-3b96-4fc6-9ae0-4acbb370c4d0} <Debug> executeQuery: Read 196 rows, 14.01 KiB in 0.0016 sec., 122500 rows/sec., 8.55 MiB/sec. | ||
10098 | 2024.07.25 02:13:47.367946 [ 3 ] {98639a0b-3b96-4fc6-9ae0-4acbb370c4d0} <Debug> DynamicQueryHandler: Done processing query | ||
10099 | 2024.07.25 02:13:47.367971 [ 3 ] {98639a0b-3b96-4fc6-9ae0-4acbb370c4d0} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
10100 | 2024.07.25 02:13:47.367986 [ 3 ] {} <Debug> HTTP-Session: 38479037-fe74-4957-bdbc-ce943c439616 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10101 | 2024.07.25 02:13:47.368128 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 16103, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10102 | 2024.07.25 02:13:47.368176 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10103 | 2024.07.25 02:13:47.368195 [ 3 ] {} <Debug> HTTP-Session: 649055b2-4c34-4611-9f90-345cde68073e Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
10104 | 2024.07.25 02:13:47.368211 [ 3 ] {} <Debug> HTTP-Session: 649055b2-4c34-4611-9f90-345cde68073e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10105 | 2024.07.25 02:13:47.368225 [ 3 ] {} <Debug> HTTP-Session: 649055b2-4c34-4611-9f90-345cde68073e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10106 | 2024.07.25 02:13:47.368255 [ 3 ] {} <Trace> HTTP-Session: 649055b2-4c34-4611-9f90-345cde68073e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10107 | 2024.07.25 02:13:47.368426 [ 3 ] {915c25bd-f15c-4b6f-a2bf-9979e7fc1df3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10108 | 2024.07.25 02:13:47.368489 [ 3 ] {915c25bd-f15c-4b6f-a2bf-9979e7fc1df3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
10109 | 2024.07.25 02:13:47.368899 [ 3 ] {915c25bd-f15c-4b6f-a2bf-9979e7fc1df3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10110 | 2024.07.25 02:13:47.369438 [ 3 ] {915c25bd-f15c-4b6f-a2bf-9979e7fc1df3} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10111 | 2024.07.25 02:13:47.369473 [ 3 ] {915c25bd-f15c-4b6f-a2bf-9979e7fc1df3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10112 | 2024.07.25 02:13:47.370039 [ 3 ] {915c25bd-f15c-4b6f-a2bf-9979e7fc1df3} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
10113 | 2024.07.25 02:13:47.370438 [ 3 ] {915c25bd-f15c-4b6f-a2bf-9979e7fc1df3} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10114 | 2024.07.25 02:13:47.370637 [ 3 ] {915c25bd-f15c-4b6f-a2bf-9979e7fc1df3} <Debug> executeQuery: Read 10 rows, 18.35 KiB in 0.002293 sec., 4361.098996947231 rows/sec., 7.81 MiB/sec. | ||
10115 | 2024.07.25 02:13:47.370958 [ 3 ] {915c25bd-f15c-4b6f-a2bf-9979e7fc1df3} <Debug> DynamicQueryHandler: Done processing query | ||
10116 | 2024.07.25 02:13:47.370985 [ 3 ] {915c25bd-f15c-4b6f-a2bf-9979e7fc1df3} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
10117 | 2024.07.25 02:13:47.371001 [ 3 ] {} <Debug> HTTP-Session: 649055b2-4c34-4611-9f90-345cde68073e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10118 | 2024.07.25 02:13:47.371123 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10119 | 2024.07.25 02:13:47.371171 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10120 | 2024.07.25 02:13:47.371189 [ 3 ] {} <Debug> HTTP-Session: 98b56472-e783-4064-98e3-948f19d5b263 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
10121 | 2024.07.25 02:13:47.371205 [ 3 ] {} <Debug> HTTP-Session: 98b56472-e783-4064-98e3-948f19d5b263 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10122 | 2024.07.25 02:13:47.371218 [ 3 ] {} <Debug> HTTP-Session: 98b56472-e783-4064-98e3-948f19d5b263 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10123 | 2024.07.25 02:13:47.371249 [ 3 ] {} <Trace> HTTP-Session: 98b56472-e783-4064-98e3-948f19d5b263 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10124 | 2024.07.25 02:13:47.371367 [ 3 ] {b0cd4832-26bd-4b8d-98b5-885e3772635a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10125 | 2024.07.25 02:13:47.371409 [ 3 ] {b0cd4832-26bd-4b8d-98b5-885e3772635a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10126 | 2024.07.25 02:13:47.371535 [ 3 ] {b0cd4832-26bd-4b8d-98b5-885e3772635a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10127 | 2024.07.25 02:13:47.371823 [ 3 ] {b0cd4832-26bd-4b8d-98b5-885e3772635a} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10128 | 2024.07.25 02:13:47.371860 [ 3 ] {b0cd4832-26bd-4b8d-98b5-885e3772635a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10129 | 2024.07.25 02:13:47.372215 [ 3 ] {b0cd4832-26bd-4b8d-98b5-885e3772635a} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
10130 | 2024.07.25 02:13:47.372539 [ 3 ] {b0cd4832-26bd-4b8d-98b5-885e3772635a} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10131 | 2024.07.25 02:13:47.372697 [ 3 ] {b0cd4832-26bd-4b8d-98b5-885e3772635a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001368 sec., 43859.649122807015 rows/sec., 2.96 MiB/sec. | ||
10132 | 2024.07.25 02:13:47.372893 [ 3 ] {b0cd4832-26bd-4b8d-98b5-885e3772635a} <Debug> DynamicQueryHandler: Done processing query | ||
10133 | 2024.07.25 02:13:47.372926 [ 3 ] {b0cd4832-26bd-4b8d-98b5-885e3772635a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10134 | 2024.07.25 02:13:47.372949 [ 3 ] {} <Debug> HTTP-Session: 98b56472-e783-4064-98e3-948f19d5b263 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10135 | 2024.07.25 02:13:51.243107 [ 140 ] {} <Debug> DNSResolver: Updating DNS cache | ||
10136 | 2024.07.25 02:13:51.243205 [ 140 ] {} <Debug> DNSResolver: Updated DNS cache | ||
10137 | 2024.07.25 02:13:52.364052 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 4045, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10138 | 2024.07.25 02:13:52.364171 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10139 | 2024.07.25 02:13:52.364198 [ 3 ] {} <Debug> HTTP-Session: 9109f8e7-c7ee-4f2c-93e4-ec590b2441d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
10140 | 2024.07.25 02:13:52.364225 [ 3 ] {} <Debug> HTTP-Session: 9109f8e7-c7ee-4f2c-93e4-ec590b2441d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10141 | 2024.07.25 02:13:52.364243 [ 3 ] {} <Debug> HTTP-Session: 9109f8e7-c7ee-4f2c-93e4-ec590b2441d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10142 | 2024.07.25 02:13:52.364298 [ 3 ] {} <Trace> HTTP-Session: 9109f8e7-c7ee-4f2c-93e4-ec590b2441d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10143 | 2024.07.25 02:13:52.364495 [ 3 ] {e21bbcac-527b-4b92-8c43-c8bfb57dc254} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
10144 | 2024.07.25 02:13:52.364560 [ 3 ] {e21bbcac-527b-4b92-8c43-c8bfb57dc254} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
10145 | 2024.07.25 02:13:52.364749 [ 3 ] {e21bbcac-527b-4b92-8c43-c8bfb57dc254} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10146 | 2024.07.25 02:13:52.365175 [ 3 ] {e21bbcac-527b-4b92-8c43-c8bfb57dc254} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10147 | 2024.07.25 02:13:52.365216 [ 3 ] {e21bbcac-527b-4b92-8c43-c8bfb57dc254} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10148 | 2024.07.25 02:13:52.365601 [ 3 ] {e21bbcac-527b-4b92-8c43-c8bfb57dc254} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
10149 | 2024.07.25 02:13:52.365947 [ 3 ] {e21bbcac-527b-4b92-8c43-c8bfb57dc254} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10150 | 2024.07.25 02:13:52.366094 [ 3 ] {e21bbcac-527b-4b92-8c43-c8bfb57dc254} <Debug> executeQuery: Read 29 rows, 2.20 KiB in 0.001662 sec., 17448.856799037305 rows/sec., 1.30 MiB/sec. | ||
10151 | 2024.07.25 02:13:52.366307 [ 3 ] {e21bbcac-527b-4b92-8c43-c8bfb57dc254} <Debug> DynamicQueryHandler: Done processing query | ||
10152 | 2024.07.25 02:13:52.366334 [ 3 ] {e21bbcac-527b-4b92-8c43-c8bfb57dc254} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10153 | 2024.07.25 02:13:52.366351 [ 3 ] {} <Debug> HTTP-Session: 9109f8e7-c7ee-4f2c-93e4-ec590b2441d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10154 | 2024.07.25 02:13:52.366505 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10155 | 2024.07.25 02:13:52.366562 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10156 | 2024.07.25 02:13:52.366583 [ 3 ] {} <Debug> HTTP-Session: d679cbe0-9d86-4778-bb1a-4beb8142ee03 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
10157 | 2024.07.25 02:13:52.366601 [ 3 ] {} <Debug> HTTP-Session: d679cbe0-9d86-4778-bb1a-4beb8142ee03 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10158 | 2024.07.25 02:13:52.366615 [ 3 ] {} <Debug> HTTP-Session: d679cbe0-9d86-4778-bb1a-4beb8142ee03 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10159 | 2024.07.25 02:13:52.366650 [ 3 ] {} <Trace> HTTP-Session: d679cbe0-9d86-4778-bb1a-4beb8142ee03 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10160 | 2024.07.25 02:13:52.366753 [ 3 ] {bd16baa2-f3b5-48b0-a767-ef6f76a69862} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
10161 | 2024.07.25 02:13:52.366799 [ 3 ] {bd16baa2-f3b5-48b0-a767-ef6f76a69862} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
10162 | 2024.07.25 02:13:52.366934 [ 3 ] {bd16baa2-f3b5-48b0-a767-ef6f76a69862} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10163 | 2024.07.25 02:13:52.367341 [ 3 ] {bd16baa2-f3b5-48b0-a767-ef6f76a69862} <Trace> oximeter.fields_ipaddr (330a275b-5c0e-4112-8190-93317cf14d06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10164 | 2024.07.25 02:13:52.367390 [ 3 ] {bd16baa2-f3b5-48b0-a767-ef6f76a69862} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10165 | 2024.07.25 02:13:52.367762 [ 3 ] {bd16baa2-f3b5-48b0-a767-ef6f76a69862} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
10166 | 2024.07.25 02:13:52.368140 [ 3 ] {bd16baa2-f3b5-48b0-a767-ef6f76a69862} <Trace> oximeter.fields_ipaddr (330a275b-5c0e-4112-8190-93317cf14d06): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10167 | 2024.07.25 02:13:52.368307 [ 3 ] {bd16baa2-f3b5-48b0-a767-ef6f76a69862} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001576 sec., 1269.0355329949239 rows/sec., 103.48 KiB/sec. | ||
10168 | 2024.07.25 02:13:52.368599 [ 3 ] {bd16baa2-f3b5-48b0-a767-ef6f76a69862} <Debug> DynamicQueryHandler: Done processing query | ||
10169 | 2024.07.25 02:13:52.368625 [ 3 ] {bd16baa2-f3b5-48b0-a767-ef6f76a69862} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10170 | 2024.07.25 02:13:52.368641 [ 3 ] {} <Debug> HTTP-Session: d679cbe0-9d86-4778-bb1a-4beb8142ee03 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10171 | 2024.07.25 02:13:52.368822 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 34863, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10172 | 2024.07.25 02:13:52.368876 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10173 | 2024.07.25 02:13:52.368895 [ 3 ] {} <Debug> HTTP-Session: 4680de81-d91a-45bc-8135-cc84efed6db2 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
10174 | 2024.07.25 02:13:52.368913 [ 3 ] {} <Debug> HTTP-Session: 4680de81-d91a-45bc-8135-cc84efed6db2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10175 | 2024.07.25 02:13:52.368926 [ 3 ] {} <Debug> HTTP-Session: 4680de81-d91a-45bc-8135-cc84efed6db2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10176 | 2024.07.25 02:13:52.368959 [ 3 ] {} <Trace> HTTP-Session: 4680de81-d91a-45bc-8135-cc84efed6db2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10177 | 2024.07.25 02:13:52.369118 [ 3 ] {1b692328-4c26-4e59-b848-f274bcc060d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10178 | 2024.07.25 02:13:52.369164 [ 3 ] {1b692328-4c26-4e59-b848-f274bcc060d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10179 | 2024.07.25 02:13:52.369307 [ 3 ] {1b692328-4c26-4e59-b848-f274bcc060d5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10180 | 2024.07.25 02:13:52.369760 [ 3 ] {1b692328-4c26-4e59-b848-f274bcc060d5} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10181 | 2024.07.25 02:13:52.369797 [ 3 ] {1b692328-4c26-4e59-b848-f274bcc060d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10182 | 2024.07.25 02:13:52.370127 [ 3 ] {1b692328-4c26-4e59-b848-f274bcc060d5} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
10183 | 2024.07.25 02:13:52.370436 [ 3 ] {1b692328-4c26-4e59-b848-f274bcc060d5} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10184 | 2024.07.25 02:13:52.370563 [ 3 ] {1b692328-4c26-4e59-b848-f274bcc060d5} <Debug> executeQuery: Read 231 rows, 20.83 KiB in 0.001518 sec., 152173.91304347827 rows/sec., 13.40 MiB/sec. | ||
10185 | 2024.07.25 02:13:52.370821 [ 3 ] {1b692328-4c26-4e59-b848-f274bcc060d5} <Debug> DynamicQueryHandler: Done processing query | ||
10186 | 2024.07.25 02:13:52.370880 [ 3 ] {1b692328-4c26-4e59-b848-f274bcc060d5} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
10187 | 2024.07.25 02:13:52.370934 [ 3 ] {} <Debug> HTTP-Session: 4680de81-d91a-45bc-8135-cc84efed6db2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10188 | 2024.07.25 02:13:52.371111 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10189 | 2024.07.25 02:13:52.371163 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10190 | 2024.07.25 02:13:52.371183 [ 3 ] {} <Debug> HTTP-Session: e135026b-c301-49f2-807c-d53b34f0b0f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
10191 | 2024.07.25 02:13:52.371200 [ 3 ] {} <Debug> HTTP-Session: e135026b-c301-49f2-807c-d53b34f0b0f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10192 | 2024.07.25 02:13:52.371214 [ 3 ] {} <Debug> HTTP-Session: e135026b-c301-49f2-807c-d53b34f0b0f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10193 | 2024.07.25 02:13:52.371246 [ 3 ] {} <Trace> HTTP-Session: e135026b-c301-49f2-807c-d53b34f0b0f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10194 | 2024.07.25 02:13:52.371370 [ 3 ] {93d77fa1-0621-400b-9d6f-d4e17ee13fcd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
10195 | 2024.07.25 02:13:52.371414 [ 3 ] {93d77fa1-0621-400b-9d6f-d4e17ee13fcd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10196 | 2024.07.25 02:13:52.371556 [ 3 ] {93d77fa1-0621-400b-9d6f-d4e17ee13fcd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10197 | 2024.07.25 02:13:52.371834 [ 3 ] {93d77fa1-0621-400b-9d6f-d4e17ee13fcd} <Trace> oximeter.fields_u16 (977fada6-76a3-44eb-8ed0-7c71340c6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10198 | 2024.07.25 02:13:52.371869 [ 3 ] {93d77fa1-0621-400b-9d6f-d4e17ee13fcd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10199 | 2024.07.25 02:13:52.372157 [ 3 ] {93d77fa1-0621-400b-9d6f-d4e17ee13fcd} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
10200 | 2024.07.25 02:13:52.372463 [ 3 ] {93d77fa1-0621-400b-9d6f-d4e17ee13fcd} <Trace> oximeter.fields_u16 (977fada6-76a3-44eb-8ed0-7c71340c6e1a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10201 | 2024.07.25 02:13:52.372601 [ 3 ] {93d77fa1-0621-400b-9d6f-d4e17ee13fcd} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001254 sec., 1594.896331738437 rows/sec., 111.36 KiB/sec. | ||
10202 | 2024.07.25 02:13:52.372882 [ 3 ] {93d77fa1-0621-400b-9d6f-d4e17ee13fcd} <Debug> DynamicQueryHandler: Done processing query | ||
10203 | 2024.07.25 02:13:52.372907 [ 3 ] {93d77fa1-0621-400b-9d6f-d4e17ee13fcd} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10204 | 2024.07.25 02:13:52.372947 [ 3 ] {} <Debug> HTTP-Session: e135026b-c301-49f2-807c-d53b34f0b0f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10205 | 2024.07.25 02:13:52.373135 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 65800, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10206 | 2024.07.25 02:13:52.373185 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10207 | 2024.07.25 02:13:52.373204 [ 3 ] {} <Debug> HTTP-Session: 30ad9029-e6ad-4979-940d-36d3468a69da Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
10208 | 2024.07.25 02:13:52.373221 [ 3 ] {} <Debug> HTTP-Session: 30ad9029-e6ad-4979-940d-36d3468a69da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10209 | 2024.07.25 02:13:52.373234 [ 3 ] {} <Debug> HTTP-Session: 30ad9029-e6ad-4979-940d-36d3468a69da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10210 | 2024.07.25 02:13:52.373264 [ 3 ] {} <Trace> HTTP-Session: 30ad9029-e6ad-4979-940d-36d3468a69da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10211 | 2024.07.25 02:13:52.373461 [ 3 ] {30a84775-5c13-402f-8195-f73a98704922} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10212 | 2024.07.25 02:13:52.373504 [ 3 ] {30a84775-5c13-402f-8195-f73a98704922} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10213 | 2024.07.25 02:13:52.373646 [ 3 ] {30a84775-5c13-402f-8195-f73a98704922} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10214 | 2024.07.25 02:13:52.374182 [ 3 ] {30a84775-5c13-402f-8195-f73a98704922} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10215 | 2024.07.25 02:13:52.374218 [ 3 ] {30a84775-5c13-402f-8195-f73a98704922} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10216 | 2024.07.25 02:13:52.374536 [ 3 ] {30a84775-5c13-402f-8195-f73a98704922} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
10217 | 2024.07.25 02:13:52.374837 [ 3 ] {30a84775-5c13-402f-8195-f73a98704922} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10218 | 2024.07.25 02:13:52.374965 [ 3 ] {30a84775-5c13-402f-8195-f73a98704922} <Debug> executeQuery: Read 407 rows, 29.48 KiB in 0.001608 sec., 253109.4527363184 rows/sec., 17.90 MiB/sec. | ||
10219 | 2024.07.25 02:13:52.375203 [ 3 ] {30a84775-5c13-402f-8195-f73a98704922} <Debug> DynamicQueryHandler: Done processing query | ||
10220 | 2024.07.25 02:13:52.375263 [ 3 ] {30a84775-5c13-402f-8195-f73a98704922} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
10221 | 2024.07.25 02:13:52.375312 [ 3 ] {} <Debug> HTTP-Session: 30ad9029-e6ad-4979-940d-36d3468a69da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10222 | 2024.07.25 02:13:52.375482 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10223 | 2024.07.25 02:13:52.375533 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10224 | 2024.07.25 02:13:52.375553 [ 3 ] {} <Debug> HTTP-Session: 7a96cafe-fe78-471b-91ae-173a1549ab3a Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
10225 | 2024.07.25 02:13:52.375569 [ 3 ] {} <Debug> HTTP-Session: 7a96cafe-fe78-471b-91ae-173a1549ab3a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10226 | 2024.07.25 02:13:52.375583 [ 3 ] {} <Debug> HTTP-Session: 7a96cafe-fe78-471b-91ae-173a1549ab3a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10227 | 2024.07.25 02:13:52.375614 [ 3 ] {} <Trace> HTTP-Session: 7a96cafe-fe78-471b-91ae-173a1549ab3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10228 | 2024.07.25 02:13:52.375713 [ 3 ] {e882b9d6-0bf7-4d39-bc6a-9b278fc9098e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
10229 | 2024.07.25 02:13:52.375759 [ 3 ] {e882b9d6-0bf7-4d39-bc6a-9b278fc9098e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
10230 | 2024.07.25 02:13:52.375897 [ 3 ] {e882b9d6-0bf7-4d39-bc6a-9b278fc9098e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10231 | 2024.07.25 02:13:52.376158 [ 3 ] {e882b9d6-0bf7-4d39-bc6a-9b278fc9098e} <Trace> oximeter.measurements_bool (8163702d-f428-4b08-bb37-b5af976016c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10232 | 2024.07.25 02:13:52.376192 [ 3 ] {e882b9d6-0bf7-4d39-bc6a-9b278fc9098e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10233 | 2024.07.25 02:13:52.376546 [ 3 ] {e882b9d6-0bf7-4d39-bc6a-9b278fc9098e} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
10234 | 2024.07.25 02:13:52.376869 [ 3 ] {e882b9d6-0bf7-4d39-bc6a-9b278fc9098e} <Trace> oximeter.measurements_bool (8163702d-f428-4b08-bb37-b5af976016c8): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10235 | 2024.07.25 02:13:52.376994 [ 3 ] {e882b9d6-0bf7-4d39-bc6a-9b278fc9098e} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001308 sec., 4587.155963302753 rows/sec., 197.10 KiB/sec. | ||
10236 | 2024.07.25 02:13:52.377299 [ 3 ] {e882b9d6-0bf7-4d39-bc6a-9b278fc9098e} <Debug> DynamicQueryHandler: Done processing query | ||
10237 | 2024.07.25 02:13:52.377324 [ 3 ] {e882b9d6-0bf7-4d39-bc6a-9b278fc9098e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
10238 | 2024.07.25 02:13:52.377340 [ 3 ] {} <Debug> HTTP-Session: 7a96cafe-fe78-471b-91ae-173a1549ab3a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10239 | 2024.07.25 02:13:52.377465 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 14082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10240 | 2024.07.25 02:13:52.377513 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10241 | 2024.07.25 02:13:52.377531 [ 3 ] {} <Debug> HTTP-Session: 0e57a07f-9293-451e-ad3a-b63d515fbb2f Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
10242 | 2024.07.25 02:13:52.377547 [ 3 ] {} <Debug> HTTP-Session: 0e57a07f-9293-451e-ad3a-b63d515fbb2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10243 | 2024.07.25 02:13:52.377561 [ 3 ] {} <Debug> HTTP-Session: 0e57a07f-9293-451e-ad3a-b63d515fbb2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10244 | 2024.07.25 02:13:52.377591 [ 3 ] {} <Trace> HTTP-Session: 0e57a07f-9293-451e-ad3a-b63d515fbb2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10245 | 2024.07.25 02:13:52.377723 [ 3 ] {f96a5d9a-9782-4915-be13-37eb5a4025d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
10246 | 2024.07.25 02:13:52.377771 [ 3 ] {f96a5d9a-9782-4915-be13-37eb5a4025d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
10247 | 2024.07.25 02:13:52.377932 [ 3 ] {f96a5d9a-9782-4915-be13-37eb5a4025d8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10248 | 2024.07.25 02:13:52.378278 [ 3 ] {f96a5d9a-9782-4915-be13-37eb5a4025d8} <Trace> oximeter.measurements_cumulativei64 (ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10249 | 2024.07.25 02:13:52.378313 [ 3 ] {f96a5d9a-9782-4915-be13-37eb5a4025d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10250 | 2024.07.25 02:13:52.378671 [ 3 ] {f96a5d9a-9782-4915-be13-37eb5a4025d8} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
10251 | 2024.07.25 02:13:52.379013 [ 3 ] {f96a5d9a-9782-4915-be13-37eb5a4025d8} <Trace> oximeter.measurements_cumulativei64 (ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10252 | 2024.07.25 02:13:52.379144 [ 3 ] {f96a5d9a-9782-4915-be13-37eb5a4025d8} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.00148 sec., 52027.02702702703 rows/sec., 3.20 MiB/sec. | ||
10253 | 2024.07.25 02:13:52.379307 [ 3 ] {f96a5d9a-9782-4915-be13-37eb5a4025d8} <Debug> DynamicQueryHandler: Done processing query | ||
10254 | 2024.07.25 02:13:52.379332 [ 3 ] {f96a5d9a-9782-4915-be13-37eb5a4025d8} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
10255 | 2024.07.25 02:13:52.379346 [ 3 ] {} <Debug> HTTP-Session: 0e57a07f-9293-451e-ad3a-b63d515fbb2f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10256 | 2024.07.25 02:13:52.379492 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 30797, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10257 | 2024.07.25 02:13:52.379539 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10258 | 2024.07.25 02:13:52.379558 [ 3 ] {} <Debug> HTTP-Session: 1115ab72-2759-4f2e-a5ed-4d6d0f48c793 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
10259 | 2024.07.25 02:13:52.379574 [ 3 ] {} <Debug> HTTP-Session: 1115ab72-2759-4f2e-a5ed-4d6d0f48c793 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10260 | 2024.07.25 02:13:52.379587 [ 3 ] {} <Debug> HTTP-Session: 1115ab72-2759-4f2e-a5ed-4d6d0f48c793 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10261 | 2024.07.25 02:13:52.379617 [ 3 ] {} <Trace> HTTP-Session: 1115ab72-2759-4f2e-a5ed-4d6d0f48c793 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10262 | 2024.07.25 02:13:52.379763 [ 3 ] {731b0d97-1ae6-4217-a631-8331deb5e189} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10263 | 2024.07.25 02:13:52.379809 [ 3 ] {731b0d97-1ae6-4217-a631-8331deb5e189} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10264 | 2024.07.25 02:13:52.379946 [ 3 ] {731b0d97-1ae6-4217-a631-8331deb5e189} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10265 | 2024.07.25 02:13:52.380316 [ 3 ] {731b0d97-1ae6-4217-a631-8331deb5e189} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10266 | 2024.07.25 02:13:52.380350 [ 3 ] {731b0d97-1ae6-4217-a631-8331deb5e189} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10267 | 2024.07.25 02:13:52.380712 [ 3 ] {731b0d97-1ae6-4217-a631-8331deb5e189} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
10268 | 2024.07.25 02:13:52.381055 [ 3 ] {731b0d97-1ae6-4217-a631-8331deb5e189} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10269 | 2024.07.25 02:13:52.381181 [ 3 ] {731b0d97-1ae6-4217-a631-8331deb5e189} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001485 sec., 108417.50841750842 rows/sec., 7.55 MiB/sec. | ||
10270 | 2024.07.25 02:13:52.381441 [ 3 ] {731b0d97-1ae6-4217-a631-8331deb5e189} <Debug> DynamicQueryHandler: Done processing query | ||
10271 | 2024.07.25 02:13:52.381490 [ 3 ] {731b0d97-1ae6-4217-a631-8331deb5e189} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10272 | 2024.07.25 02:13:52.381523 [ 3 ] {} <Debug> HTTP-Session: 1115ab72-2759-4f2e-a5ed-4d6d0f48c793 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10273 | 2024.07.25 02:13:52.381664 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 37031, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10274 | 2024.07.25 02:13:52.381711 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10275 | 2024.07.25 02:13:52.381731 [ 3 ] {} <Debug> HTTP-Session: b01c7cae-bed1-4a8d-8943-351d752c1c6a Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
10276 | 2024.07.25 02:13:52.381746 [ 3 ] {} <Debug> HTTP-Session: b01c7cae-bed1-4a8d-8943-351d752c1c6a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10277 | 2024.07.25 02:13:52.381761 [ 3 ] {} <Debug> HTTP-Session: b01c7cae-bed1-4a8d-8943-351d752c1c6a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10278 | 2024.07.25 02:13:52.381791 [ 3 ] {} <Trace> HTTP-Session: b01c7cae-bed1-4a8d-8943-351d752c1c6a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10279 | 2024.07.25 02:13:52.382091 [ 3 ] {c44409ab-42c8-4316-8ac0-f117969053dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10280 | 2024.07.25 02:13:52.382158 [ 3 ] {c44409ab-42c8-4316-8ac0-f117969053dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
10281 | 2024.07.25 02:13:52.382566 [ 3 ] {c44409ab-42c8-4316-8ac0-f117969053dc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10282 | 2024.07.25 02:13:52.383179 [ 3 ] {c44409ab-42c8-4316-8ac0-f117969053dc} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10283 | 2024.07.25 02:13:52.383214 [ 3 ] {c44409ab-42c8-4316-8ac0-f117969053dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10284 | 2024.07.25 02:13:52.383796 [ 3 ] {c44409ab-42c8-4316-8ac0-f117969053dc} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
10285 | 2024.07.25 02:13:52.384206 [ 3 ] {c44409ab-42c8-4316-8ac0-f117969053dc} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10286 | 2024.07.25 02:13:52.384339 [ 139 ] {} <Debug> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
10287 | 2024.07.25 02:13:52.384359 [ 3 ] {c44409ab-42c8-4316-8ac0-f117969053dc} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002487 sec., 9248.090068355448 rows/sec., 16.57 MiB/sec. | ||
10288 | 2024.07.25 02:13:52.384392 [ 139 ] {} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10289 | 2024.07.25 02:13:52.384441 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10290 | 2024.07.25 02:13:52.384839 [ 3 ] {c44409ab-42c8-4316-8ac0-f117969053dc} <Debug> DynamicQueryHandler: Done processing query | ||
10291 | 2024.07.25 02:13:52.384830 [ 198 ] {1b204426-e0ed-4472-aac2-bb616a256d25::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 | ||
10292 | 2024.07.25 02:13:52.384875 [ 3 ] {c44409ab-42c8-4316-8ac0-f117969053dc} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
10293 | 2024.07.25 02:13:52.384958 [ 3 ] {} <Debug> HTTP-Session: b01c7cae-bed1-4a8d-8943-351d752c1c6a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10294 | 2024.07.25 02:13:52.385121 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 3211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10295 | 2024.07.25 02:13:52.385246 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10296 | 2024.07.25 02:13:52.385309 [ 3 ] {} <Debug> HTTP-Session: fa740fe3-e5d8-4d4a-b33a-7b43137579e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
10297 | 2024.07.25 02:13:52.385366 [ 3 ] {} <Debug> HTTP-Session: fa740fe3-e5d8-4d4a-b33a-7b43137579e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10298 | 2024.07.25 02:13:52.385413 [ 3 ] {} <Debug> HTTP-Session: fa740fe3-e5d8-4d4a-b33a-7b43137579e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10299 | 2024.07.25 02:13:52.385528 [ 3 ] {} <Trace> HTTP-Session: fa740fe3-e5d8-4d4a-b33a-7b43137579e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10300 | 2024.07.25 02:13:52.385789 [ 3 ] {29bd92c0-b349-4b37-a21e-7864256074f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
10301 | 2024.07.25 02:13:52.385915 [ 3 ] {29bd92c0-b349-4b37-a21e-7864256074f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
10302 | 2024.07.25 02:13:52.385945 [ 198 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10303 | 2024.07.25 02:13:52.386162 [ 198 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 680 rows starting from the beginning of the part | ||
10304 | 2024.07.25 02:13:52.386520 [ 3 ] {29bd92c0-b349-4b37-a21e-7864256074f2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10305 | 2024.07.25 02:13:52.386973 [ 198 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 23 rows starting from the beginning of the part | ||
10306 | 2024.07.25 02:13:52.387573 [ 198 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 10 rows starting from the beginning of the part | ||
10307 | 2024.07.25 02:13:52.387712 [ 3 ] {29bd92c0-b349-4b37-a21e-7864256074f2} <Trace> oximeter.measurements_i64 (4af3948b-7ee8-4a0a-bff7-9db9837b5273): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10308 | 2024.07.25 02:13:52.387834 [ 3 ] {29bd92c0-b349-4b37-a21e-7864256074f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10309 | 2024.07.25 02:13:52.388244 [ 198 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 23 rows starting from the beginning of the part | ||
10310 | 2024.07.25 02:13:52.388857 [ 198 ] {1b204426-e0ed-4472-aac2-bb616a256d25::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 | ||
10311 | 2024.07.25 02:13:52.389271 [ 3 ] {29bd92c0-b349-4b37-a21e-7864256074f2} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
10312 | 2024.07.25 02:13:52.389444 [ 198 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 23 rows starting from the beginning of the part | ||
10313 | 2024.07.25 02:13:52.390417 [ 3 ] {29bd92c0-b349-4b37-a21e-7864256074f2} <Trace> oximeter.measurements_i64 (4af3948b-7ee8-4a0a-bff7-9db9837b5273): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10314 | 2024.07.25 02:13:52.390741 [ 3 ] {29bd92c0-b349-4b37-a21e-7864256074f2} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.005061 sec., 4544.556411776329 rows/sec., 245.83 KiB/sec. | ||
10315 | 2024.07.25 02:13:52.391041 [ 3 ] {29bd92c0-b349-4b37-a21e-7864256074f2} <Debug> DynamicQueryHandler: Done processing query | ||
10316 | 2024.07.25 02:13:52.391092 [ 3 ] {29bd92c0-b349-4b37-a21e-7864256074f2} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
10317 | 2024.07.25 02:13:52.391144 [ 3 ] {} <Debug> HTTP-Session: fa740fe3-e5d8-4d4a-b33a-7b43137579e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10318 | 2024.07.25 02:13:52.391324 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10319 | 2024.07.25 02:13:52.391402 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10320 | 2024.07.25 02:13:52.391437 [ 3 ] {} <Debug> HTTP-Session: 1eb70b77-4e21-450f-837b-ff0faf2ea4ba Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
10321 | 2024.07.25 02:13:52.391479 [ 3 ] {} <Debug> HTTP-Session: 1eb70b77-4e21-450f-837b-ff0faf2ea4ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10322 | 2024.07.25 02:13:52.391494 [ 3 ] {} <Debug> HTTP-Session: 1eb70b77-4e21-450f-837b-ff0faf2ea4ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10323 | 2024.07.25 02:13:52.391526 [ 3 ] {} <Trace> HTTP-Session: 1eb70b77-4e21-450f-837b-ff0faf2ea4ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10324 | 2024.07.25 02:13:52.391674 [ 3 ] {a0f8ee9a-a1d5-4bd4-861d-d581c10d46ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10325 | 2024.07.25 02:13:52.391745 [ 3 ] {a0f8ee9a-a1d5-4bd4-861d-d581c10d46ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10326 | 2024.07.25 02:13:52.392174 [ 3 ] {a0f8ee9a-a1d5-4bd4-861d-d581c10d46ef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10327 | 2024.07.25 02:13:52.393582 [ 3 ] {a0f8ee9a-a1d5-4bd4-861d-d581c10d46ef} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10328 | 2024.07.25 02:13:52.393652 [ 3 ] {a0f8ee9a-a1d5-4bd4-861d-d581c10d46ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10329 | 2024.07.25 02:13:52.394733 [ 3 ] {a0f8ee9a-a1d5-4bd4-861d-d581c10d46ef} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
10330 | 2024.07.25 02:13:52.395647 [ 3 ] {a0f8ee9a-a1d5-4bd4-861d-d581c10d46ef} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10331 | 2024.07.25 02:13:52.396110 [ 3 ] {a0f8ee9a-a1d5-4bd4-861d-d581c10d46ef} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004467 sec., 13431.83344526528 rows/sec., 926.94 KiB/sec. | ||
10332 | 2024.07.25 02:13:52.396802 [ 3 ] {a0f8ee9a-a1d5-4bd4-861d-d581c10d46ef} <Debug> DynamicQueryHandler: Done processing query | ||
10333 | 2024.07.25 02:13:52.396892 [ 3 ] {a0f8ee9a-a1d5-4bd4-861d-d581c10d46ef} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10334 | 2024.07.25 02:13:52.396946 [ 3 ] {} <Debug> HTTP-Session: 1eb70b77-4e21-450f-837b-ff0faf2ea4ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10335 | 2024.07.25 02:13:52.398394 [ 201 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 769 rows, containing 19 columns (19 merged, 0 gathered) in 0.013819133 sec., 55647.485265537274 rows/sec., 99.72 MiB/sec. | ||
10336 | 2024.07.25 02:13:52.399644 [ 196 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
10337 | 2024.07.25 02:13:52.400331 [ 196 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_46_9} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10338 | 2024.07.25 02:13:52.400427 [ 196 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_46_9} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
10339 | 2024.07.25 02:13:52.400597 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.56 MiB. | ||
10340 | 2024.07.25 02:13:57.357986 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 1489, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10341 | 2024.07.25 02:13:57.358124 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10342 | 2024.07.25 02:13:57.358154 [ 3 ] {} <Debug> HTTP-Session: daa40cdf-3633-460b-a7c9-35bc5420e568 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
10343 | 2024.07.25 02:13:57.358184 [ 3 ] {} <Debug> HTTP-Session: daa40cdf-3633-460b-a7c9-35bc5420e568 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10344 | 2024.07.25 02:13:57.358202 [ 3 ] {} <Debug> HTTP-Session: daa40cdf-3633-460b-a7c9-35bc5420e568 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10345 | 2024.07.25 02:13:57.358258 [ 3 ] {} <Trace> HTTP-Session: daa40cdf-3633-460b-a7c9-35bc5420e568 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10346 | 2024.07.25 02:13:57.358460 [ 3 ] {f3447290-d0fd-49ff-8d88-92b08d4fcac4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
10347 | 2024.07.25 02:13:57.358535 [ 3 ] {f3447290-d0fd-49ff-8d88-92b08d4fcac4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
10348 | 2024.07.25 02:13:57.358740 [ 3 ] {f3447290-d0fd-49ff-8d88-92b08d4fcac4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10349 | 2024.07.25 02:13:57.359170 [ 3 ] {f3447290-d0fd-49ff-8d88-92b08d4fcac4} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10350 | 2024.07.25 02:13:57.359215 [ 3 ] {f3447290-d0fd-49ff-8d88-92b08d4fcac4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10351 | 2024.07.25 02:13:57.359595 [ 3 ] {f3447290-d0fd-49ff-8d88-92b08d4fcac4} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
10352 | 2024.07.25 02:13:57.359953 [ 3 ] {f3447290-d0fd-49ff-8d88-92b08d4fcac4} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10353 | 2024.07.25 02:13:57.360125 [ 3 ] {f3447290-d0fd-49ff-8d88-92b08d4fcac4} <Debug> executeQuery: Read 10 rows, 830.00 B in 0.001723 sec., 5803.830528148578 rows/sec., 470.43 KiB/sec. | ||
10354 | 2024.07.25 02:13:57.360358 [ 3 ] {f3447290-d0fd-49ff-8d88-92b08d4fcac4} <Debug> DynamicQueryHandler: Done processing query | ||
10355 | 2024.07.25 02:13:57.360394 [ 3 ] {f3447290-d0fd-49ff-8d88-92b08d4fcac4} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10356 | 2024.07.25 02:13:57.360415 [ 3 ] {} <Debug> HTTP-Session: daa40cdf-3633-460b-a7c9-35bc5420e568 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10357 | 2024.07.25 02:13:57.360567 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 12377, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10358 | 2024.07.25 02:13:57.360624 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10359 | 2024.07.25 02:13:57.360646 [ 3 ] {} <Debug> HTTP-Session: 60c1dee9-2bc5-47bb-92bd-cecc64ff8475 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
10360 | 2024.07.25 02:13:57.360664 [ 3 ] {} <Debug> HTTP-Session: 60c1dee9-2bc5-47bb-92bd-cecc64ff8475 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10361 | 2024.07.25 02:13:57.360678 [ 3 ] {} <Debug> HTTP-Session: 60c1dee9-2bc5-47bb-92bd-cecc64ff8475 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10362 | 2024.07.25 02:13:57.360713 [ 3 ] {} <Trace> HTTP-Session: 60c1dee9-2bc5-47bb-92bd-cecc64ff8475 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10363 | 2024.07.25 02:13:57.360848 [ 3 ] {69f04917-30c0-498d-b42b-482c0875a71d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10364 | 2024.07.25 02:13:57.360897 [ 3 ] {69f04917-30c0-498d-b42b-482c0875a71d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10365 | 2024.07.25 02:13:57.361029 [ 3 ] {69f04917-30c0-498d-b42b-482c0875a71d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10366 | 2024.07.25 02:13:57.361420 [ 3 ] {69f04917-30c0-498d-b42b-482c0875a71d} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10367 | 2024.07.25 02:13:57.361458 [ 3 ] {69f04917-30c0-498d-b42b-482c0875a71d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10368 | 2024.07.25 02:13:57.361784 [ 3 ] {69f04917-30c0-498d-b42b-482c0875a71d} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
10369 | 2024.07.25 02:13:57.362102 [ 3 ] {69f04917-30c0-498d-b42b-482c0875a71d} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10370 | 2024.07.25 02:13:57.362278 [ 3 ] {69f04917-30c0-498d-b42b-482c0875a71d} <Debug> executeQuery: Read 86 rows, 7.13 KiB in 0.001473 sec., 58384.24983027835 rows/sec., 4.72 MiB/sec. | ||
10371 | 2024.07.25 02:13:57.362278 [ 134 ] {} <Debug> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
10372 | 2024.07.25 02:13:57.362389 [ 134 ] {} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10373 | 2024.07.25 02:13:57.362428 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10374 | 2024.07.25 02:13:57.362506 [ 3 ] {69f04917-30c0-498d-b42b-482c0875a71d} <Debug> DynamicQueryHandler: Done processing query | ||
10375 | 2024.07.25 02:13:57.362547 [ 3 ] {69f04917-30c0-498d-b42b-482c0875a71d} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
10376 | 2024.07.25 02:13:57.362575 [ 3 ] {} <Debug> HTTP-Session: 60c1dee9-2bc5-47bb-92bd-cecc64ff8475 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10377 | 2024.07.25 02:13:57.362602 [ 201 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::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 | ||
10378 | 2024.07.25 02:13:57.362777 [ 201 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10379 | 2024.07.25 02:13:57.362781 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 12574, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10380 | 2024.07.25 02:13:57.362824 [ 201 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 304 rows starting from the beginning of the part | ||
10381 | 2024.07.25 02:13:57.362861 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10382 | 2024.07.25 02:13:57.362896 [ 3 ] {} <Debug> HTTP-Session: 98db59a5-525a-471b-8e98-2f7332fe7380 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
10383 | 2024.07.25 02:13:57.362929 [ 3 ] {} <Debug> HTTP-Session: 98db59a5-525a-471b-8e98-2f7332fe7380 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10384 | 2024.07.25 02:13:57.362932 [ 201 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 86 rows starting from the beginning of the part | ||
10385 | 2024.07.25 02:13:57.362980 [ 3 ] {} <Debug> HTTP-Session: 98db59a5-525a-471b-8e98-2f7332fe7380 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10386 | 2024.07.25 02:13:57.363086 [ 3 ] {} <Trace> HTTP-Session: 98db59a5-525a-471b-8e98-2f7332fe7380 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10387 | 2024.07.25 02:13:57.363407 [ 201 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 230 rows starting from the beginning of the part | ||
10388 | 2024.07.25 02:13:57.363474 [ 3 ] {fc28d408-d1b6-4637-b243-99babf33cd6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10389 | 2024.07.25 02:13:57.363515 [ 201 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 122 rows starting from the beginning of the part | ||
10390 | 2024.07.25 02:13:57.363559 [ 3 ] {fc28d408-d1b6-4637-b243-99babf33cd6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10391 | 2024.07.25 02:13:57.364009 [ 201 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 231 rows starting from the beginning of the part | ||
10392 | 2024.07.25 02:13:57.364348 [ 201 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 86 rows starting from the beginning of the part | ||
10393 | 2024.07.25 02:13:57.364759 [ 3 ] {fc28d408-d1b6-4637-b243-99babf33cd6c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10394 | 2024.07.25 02:13:57.365306 [ 3 ] {fc28d408-d1b6-4637-b243-99babf33cd6c} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10395 | 2024.07.25 02:13:57.365350 [ 3 ] {fc28d408-d1b6-4637-b243-99babf33cd6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10396 | 2024.07.25 02:13:57.365806 [ 3 ] {fc28d408-d1b6-4637-b243-99babf33cd6c} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
10397 | 2024.07.25 02:13:57.366204 [ 196 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1059 rows, containing 4 columns (4 merged, 0 gathered) in 0.003675537 sec., 288121.16433598683 rows/sec., 24.62 MiB/sec. | ||
10398 | 2024.07.25 02:13:57.366310 [ 3 ] {fc28d408-d1b6-4637-b243-99babf33cd6c} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10399 | 2024.07.25 02:13:57.366489 [ 196 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
10400 | 2024.07.25 02:13:57.366533 [ 134 ] {} <Debug> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
10401 | 2024.07.25 02:13:57.366607 [ 3 ] {fc28d408-d1b6-4637-b243-99babf33cd6c} <Debug> executeQuery: Read 74 rows, 5.92 KiB in 0.003215 sec., 23017.107309486782 rows/sec., 1.80 MiB/sec. | ||
10402 | 2024.07.25 02:13:57.366617 [ 134 ] {} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10403 | 2024.07.25 02:13:57.366697 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10404 | 2024.07.25 02:13:57.367126 [ 192 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::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 | ||
10405 | 2024.07.25 02:13:57.367229 [ 3 ] {fc28d408-d1b6-4637-b243-99babf33cd6c} <Debug> DynamicQueryHandler: Done processing query | ||
10406 | 2024.07.25 02:13:57.367317 [ 3 ] {fc28d408-d1b6-4637-b243-99babf33cd6c} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
10407 | 2024.07.25 02:13:57.367411 [ 3 ] {} <Debug> HTTP-Session: 98db59a5-525a-471b-8e98-2f7332fe7380 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10408 | 2024.07.25 02:13:57.367540 [ 192 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10409 | 2024.07.25 02:13:57.367579 [ 192 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 473 rows starting from the beginning of the part | ||
10410 | 2024.07.25 02:13:57.367737 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 30607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10411 | 2024.07.25 02:13:57.367781 [ 196 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_56_11} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10412 | 2024.07.25 02:13:57.367910 [ 192 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::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 | ||
10413 | 2024.07.25 02:13:57.367945 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10414 | 2024.07.25 02:13:57.368066 [ 3 ] {} <Debug> HTTP-Session: 2b37d444-79e8-41a9-aa20-fd9bd57fd26a Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
10415 | 2024.07.25 02:13:57.368147 [ 3 ] {} <Debug> HTTP-Session: 2b37d444-79e8-41a9-aa20-fd9bd57fd26a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10416 | 2024.07.25 02:13:57.368240 [ 3 ] {} <Debug> HTTP-Session: 2b37d444-79e8-41a9-aa20-fd9bd57fd26a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10417 | 2024.07.25 02:13:57.368382 [ 3 ] {} <Trace> HTTP-Session: 2b37d444-79e8-41a9-aa20-fd9bd57fd26a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10418 | 2024.07.25 02:13:57.368384 [ 196 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_56_11} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
10419 | 2024.07.25 02:13:57.368406 [ 192 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 405 rows starting from the beginning of the part | ||
10420 | 2024.07.25 02:13:57.368731 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
10421 | 2024.07.25 02:13:57.368789 [ 192 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 98 rows starting from the beginning of the part | ||
10422 | 2024.07.25 02:13:57.368916 [ 3 ] {8b3ee7b2-bf60-4295-ac51-6c77d28a1bf5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10423 | 2024.07.25 02:13:57.369087 [ 192 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 407 rows starting from the beginning of the part | ||
10424 | 2024.07.25 02:13:57.369098 [ 3 ] {8b3ee7b2-bf60-4295-ac51-6c77d28a1bf5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10425 | 2024.07.25 02:13:57.369381 [ 192 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 74 rows starting from the beginning of the part | ||
10426 | 2024.07.25 02:13:57.370130 [ 3 ] {8b3ee7b2-bf60-4295-ac51-6c77d28a1bf5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10427 | 2024.07.25 02:13:57.371062 [ 3 ] {8b3ee7b2-bf60-4295-ac51-6c77d28a1bf5} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10428 | 2024.07.25 02:13:57.371121 [ 3 ] {8b3ee7b2-bf60-4295-ac51-6c77d28a1bf5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10429 | 2024.07.25 02:13:57.371902 [ 3 ] {8b3ee7b2-bf60-4295-ac51-6c77d28a1bf5} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
10430 | 2024.07.25 02:13:57.372140 [ 188 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1531 rows, containing 4 columns (4 merged, 0 gathered) in 0.005310202 sec., 288312.9493002338 rows/sec., 20.82 MiB/sec. | ||
10431 | 2024.07.25 02:13:57.372424 [ 188 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
10432 | 2024.07.25 02:13:57.372654 [ 3 ] {8b3ee7b2-bf60-4295-ac51-6c77d28a1bf5} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10433 | 2024.07.25 02:13:57.373008 [ 134 ] {} <Debug> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
10434 | 2024.07.25 02:13:57.373111 [ 134 ] {} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10435 | 2024.07.25 02:13:57.373118 [ 3 ] {8b3ee7b2-bf60-4295-ac51-6c77d28a1bf5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004416 sec., 36231.884057971016 rows/sec., 2.52 MiB/sec. | ||
10436 | 2024.07.25 02:13:57.373150 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10437 | 2024.07.25 02:13:57.373559 [ 188 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_56_11} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10438 | 2024.07.25 02:13:57.373607 [ 189 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::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 | ||
10439 | 2024.07.25 02:13:57.373717 [ 3 ] {8b3ee7b2-bf60-4295-ac51-6c77d28a1bf5} <Debug> DynamicQueryHandler: Done processing query | ||
10440 | 2024.07.25 02:13:57.373778 [ 3 ] {8b3ee7b2-bf60-4295-ac51-6c77d28a1bf5} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10441 | 2024.07.25 02:13:57.373841 [ 3 ] {} <Debug> HTTP-Session: 2b37d444-79e8-41a9-aa20-fd9bd57fd26a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10442 | 2024.07.25 02:13:57.373855 [ 188 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_56_11} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
10443 | 2024.07.25 02:13:57.374040 [ 189 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10444 | 2024.07.25 02:13:57.374080 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 16101, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10445 | 2024.07.25 02:13:57.374097 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
10446 | 2024.07.25 02:13:57.374120 [ 189 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 8555 rows starting from the beginning of the part | ||
10447 | 2024.07.25 02:13:57.374170 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10448 | 2024.07.25 02:13:57.374203 [ 3 ] {} <Debug> HTTP-Session: 48e78a57-a2ff-4b8d-9697-feecf6e17a0e Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
10449 | 2024.07.25 02:13:57.374250 [ 3 ] {} <Debug> HTTP-Session: 48e78a57-a2ff-4b8d-9697-feecf6e17a0e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10450 | 2024.07.25 02:13:57.374262 [ 189 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 160 rows starting from the beginning of the part | ||
10451 | 2024.07.25 02:13:57.374279 [ 3 ] {} <Debug> HTTP-Session: 48e78a57-a2ff-4b8d-9697-feecf6e17a0e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10452 | 2024.07.25 02:13:57.374378 [ 3 ] {} <Trace> HTTP-Session: 48e78a57-a2ff-4b8d-9697-feecf6e17a0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10453 | 2024.07.25 02:13:57.374588 [ 189 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 160 rows starting from the beginning of the part | ||
10454 | 2024.07.25 02:13:57.374889 [ 3 ] {33b1db7d-fff4-4be8-8a02-5e78658629e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10455 | 2024.07.25 02:13:57.374902 [ 189 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 196 rows starting from the beginning of the part | ||
10456 | 2024.07.25 02:13:57.375098 [ 3 ] {33b1db7d-fff4-4be8-8a02-5e78658629e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
10457 | 2024.07.25 02:13:57.375112 [ 189 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 161 rows starting from the beginning of the part | ||
10458 | 2024.07.25 02:13:57.375383 [ 189 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 160 rows starting from the beginning of the part | ||
10459 | 2024.07.25 02:13:57.376382 [ 3 ] {33b1db7d-fff4-4be8-8a02-5e78658629e6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10460 | 2024.07.25 02:13:57.377386 [ 3 ] {33b1db7d-fff4-4be8-8a02-5e78658629e6} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10461 | 2024.07.25 02:13:57.377436 [ 3 ] {33b1db7d-fff4-4be8-8a02-5e78658629e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10462 | 2024.07.25 02:13:57.378477 [ 3 ] {33b1db7d-fff4-4be8-8a02-5e78658629e6} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
10463 | 2024.07.25 02:13:57.379232 [ 3 ] {33b1db7d-fff4-4be8-8a02-5e78658629e6} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10464 | 2024.07.25 02:13:57.379431 [ 3 ] {33b1db7d-fff4-4be8-8a02-5e78658629e6} <Debug> executeQuery: Read 10 rows, 18.35 KiB in 0.004806 sec., 2080.7324178110694 rows/sec., 3.73 MiB/sec. | ||
10465 | 2024.07.25 02:13:57.379693 [ 3 ] {33b1db7d-fff4-4be8-8a02-5e78658629e6} <Debug> DynamicQueryHandler: Done processing query | ||
10466 | 2024.07.25 02:13:57.379718 [ 3 ] {33b1db7d-fff4-4be8-8a02-5e78658629e6} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
10467 | 2024.07.25 02:13:57.379734 [ 3 ] {} <Debug> HTTP-Session: 48e78a57-a2ff-4b8d-9697-feecf6e17a0e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10468 | 2024.07.25 02:13:57.379903 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10469 | 2024.07.25 02:13:57.379970 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10470 | 2024.07.25 02:13:57.379996 [ 3 ] {} <Debug> HTTP-Session: f2c21c3a-e281-4fe0-a547-7d8f56207288 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
10471 | 2024.07.25 02:13:57.380029 [ 3 ] {} <Debug> HTTP-Session: f2c21c3a-e281-4fe0-a547-7d8f56207288 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10472 | 2024.07.25 02:13:57.380064 [ 3 ] {} <Debug> HTTP-Session: f2c21c3a-e281-4fe0-a547-7d8f56207288 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10473 | 2024.07.25 02:13:57.380139 [ 3 ] {} <Trace> HTTP-Session: f2c21c3a-e281-4fe0-a547-7d8f56207288 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10474 | 2024.07.25 02:13:57.380256 [ 195 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9392 rows, containing 5 columns (5 merged, 0 gathered) in 0.006923607 sec., 1356518.3581332678 rows/sec., 94.54 MiB/sec. | ||
10475 | 2024.07.25 02:13:57.380310 [ 3 ] {851b5518-c142-4a62-aba3-d50f30696632} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10476 | 2024.07.25 02:13:57.380411 [ 3 ] {851b5518-c142-4a62-aba3-d50f30696632} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10477 | 2024.07.25 02:13:57.380624 [ 3 ] {851b5518-c142-4a62-aba3-d50f30696632} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10478 | 2024.07.25 02:13:57.380751 [ 195 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
10479 | 2024.07.25 02:13:57.381289 [ 3 ] {851b5518-c142-4a62-aba3-d50f30696632} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10480 | 2024.07.25 02:13:57.381382 [ 3 ] {851b5518-c142-4a62-aba3-d50f30696632} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10481 | 2024.07.25 02:13:57.381787 [ 195 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10482 | 2024.07.25 02:13:57.381962 [ 195 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
10483 | 2024.07.25 02:13:57.382145 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.87 MiB. | ||
10484 | 2024.07.25 02:13:57.382185 [ 3 ] {851b5518-c142-4a62-aba3-d50f30696632} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
10485 | 2024.07.25 02:13:57.382530 [ 3 ] {851b5518-c142-4a62-aba3-d50f30696632} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10486 | 2024.07.25 02:13:57.382694 [ 3 ] {851b5518-c142-4a62-aba3-d50f30696632} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002441 sec., 24580.090126997133 rows/sec., 1.66 MiB/sec. | ||
10487 | 2024.07.25 02:13:57.382705 [ 134 ] {} <Debug> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
10488 | 2024.07.25 02:13:57.382791 [ 134 ] {} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10489 | 2024.07.25 02:13:57.382841 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10490 | 2024.07.25 02:13:57.382987 [ 188 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::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 | ||
10491 | 2024.07.25 02:13:57.382995 [ 3 ] {851b5518-c142-4a62-aba3-d50f30696632} <Debug> DynamicQueryHandler: Done processing query | ||
10492 | 2024.07.25 02:13:57.383050 [ 3 ] {851b5518-c142-4a62-aba3-d50f30696632} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10493 | 2024.07.25 02:13:57.383077 [ 3 ] {} <Debug> HTTP-Session: f2c21c3a-e281-4fe0-a547-7d8f56207288 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10494 | 2024.07.25 02:13:57.383178 [ 188 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10495 | 2024.07.25 02:13:57.383211 [ 188 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 3032 rows starting from the beginning of the part | ||
10496 | 2024.07.25 02:13:57.383272 [ 188 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::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 | ||
10497 | 2024.07.25 02:13:57.383519 [ 188 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 60 rows starting from the beginning of the part | ||
10498 | 2024.07.25 02:13:57.383789 [ 188 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 60 rows starting from the beginning of the part | ||
10499 | 2024.07.25 02:13:57.383945 [ 188 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::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 | ||
10500 | 2024.07.25 02:13:57.384079 [ 188 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 60 rows starting from the beginning of the part | ||
10501 | 2024.07.25 02:13:57.385754 [ 194 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3332 rows, containing 4 columns (4 merged, 0 gathered) in 0.002838614 sec., 1173812.2900824135 rows/sec., 79.11 MiB/sec. | ||
10502 | 2024.07.25 02:13:57.386032 [ 188 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
10503 | 2024.07.25 02:13:57.386394 [ 188 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_56_11} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10504 | 2024.07.25 02:13:57.386467 [ 188 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_56_11} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
10505 | 2024.07.25 02:13:57.386538 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. | ||
10506 | 2024.07.25 02:14:02.363147 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 4045, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10507 | 2024.07.25 02:14:02.363324 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10508 | 2024.07.25 02:14:02.363368 [ 3 ] {} <Debug> HTTP-Session: 593a00aa-0325-4057-a4c3-148248068698 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
10509 | 2024.07.25 02:14:02.363407 [ 3 ] {} <Debug> HTTP-Session: 593a00aa-0325-4057-a4c3-148248068698 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10510 | 2024.07.25 02:14:02.363433 [ 3 ] {} <Debug> HTTP-Session: 593a00aa-0325-4057-a4c3-148248068698 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10511 | 2024.07.25 02:14:02.363508 [ 3 ] {} <Trace> HTTP-Session: 593a00aa-0325-4057-a4c3-148248068698 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10512 | 2024.07.25 02:14:02.363785 [ 3 ] {e8a093a4-29e6-44ef-9c89-859c90a4a18e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
10513 | 2024.07.25 02:14:02.363903 [ 3 ] {e8a093a4-29e6-44ef-9c89-859c90a4a18e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
10514 | 2024.07.25 02:14:02.364132 [ 3 ] {e8a093a4-29e6-44ef-9c89-859c90a4a18e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10515 | 2024.07.25 02:14:02.364577 [ 3 ] {e8a093a4-29e6-44ef-9c89-859c90a4a18e} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10516 | 2024.07.25 02:14:02.364627 [ 3 ] {e8a093a4-29e6-44ef-9c89-859c90a4a18e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10517 | 2024.07.25 02:14:02.365011 [ 3 ] {e8a093a4-29e6-44ef-9c89-859c90a4a18e} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
10518 | 2024.07.25 02:14:02.365359 [ 3 ] {e8a093a4-29e6-44ef-9c89-859c90a4a18e} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10519 | 2024.07.25 02:14:02.365550 [ 3 ] {e8a093a4-29e6-44ef-9c89-859c90a4a18e} <Debug> executeQuery: Read 29 rows, 2.20 KiB in 0.001849 sec., 15684.15359653867 rows/sec., 1.16 MiB/sec. | ||
10520 | 2024.07.25 02:14:02.365545 [ 129 ] {} <Debug> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
10521 | 2024.07.25 02:14:02.365665 [ 129 ] {} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10522 | 2024.07.25 02:14:02.365728 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10523 | 2024.07.25 02:14:02.365870 [ 3 ] {e8a093a4-29e6-44ef-9c89-859c90a4a18e} <Debug> DynamicQueryHandler: Done processing query | ||
10524 | 2024.07.25 02:14:02.365886 [ 194 ] {f624f877-7484-40f8-bba3-5af105c2972a::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 | ||
10525 | 2024.07.25 02:14:02.365913 [ 3 ] {e8a093a4-29e6-44ef-9c89-859c90a4a18e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10526 | 2024.07.25 02:14:02.365967 [ 3 ] {} <Debug> HTTP-Session: 593a00aa-0325-4057-a4c3-148248068698 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10527 | 2024.07.25 02:14:02.366099 [ 194 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10528 | 2024.07.25 02:14:02.366137 [ 194 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 39 rows starting from the beginning of the part | ||
10529 | 2024.07.25 02:14:02.366251 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 34730, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10530 | 2024.07.25 02:14:02.366318 [ 194 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 29 rows starting from the beginning of the part | ||
10531 | 2024.07.25 02:14:02.366423 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10532 | 2024.07.25 02:14:02.366515 [ 194 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 10 rows starting from the beginning of the part | ||
10533 | 2024.07.25 02:14:02.366530 [ 3 ] {} <Debug> HTTP-Session: 5071275b-07cc-4140-9348-bedd7f2083b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
10534 | 2024.07.25 02:14:02.366622 [ 3 ] {} <Debug> HTTP-Session: 5071275b-07cc-4140-9348-bedd7f2083b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10535 | 2024.07.25 02:14:02.366723 [ 3 ] {} <Debug> HTTP-Session: 5071275b-07cc-4140-9348-bedd7f2083b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10536 | 2024.07.25 02:14:02.366891 [ 194 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 29 rows starting from the beginning of the part | ||
10537 | 2024.07.25 02:14:02.366924 [ 3 ] {} <Trace> HTTP-Session: 5071275b-07cc-4140-9348-bedd7f2083b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10538 | 2024.07.25 02:14:02.367104 [ 194 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 10 rows starting from the beginning of the part | ||
10539 | 2024.07.25 02:14:02.367407 [ 194 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 29 rows starting from the beginning of the part | ||
10540 | 2024.07.25 02:14:02.367403 [ 3 ] {016822f5-db4a-4d30-a104-eda94525e17a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10541 | 2024.07.25 02:14:02.367588 [ 3 ] {016822f5-db4a-4d30-a104-eda94525e17a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10542 | 2024.07.25 02:14:02.368134 [ 3 ] {016822f5-db4a-4d30-a104-eda94525e17a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10543 | 2024.07.25 02:14:02.369266 [ 3 ] {016822f5-db4a-4d30-a104-eda94525e17a} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10544 | 2024.07.25 02:14:02.369338 [ 3 ] {016822f5-db4a-4d30-a104-eda94525e17a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10545 | 2024.07.25 02:14:02.369876 [ 194 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 146 rows, containing 4 columns (4 merged, 0 gathered) in 0.004052952 sec., 36023.125859867076 rows/sec., 2.71 MiB/sec. | ||
10546 | 2024.07.25 02:14:02.370082 [ 194 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
10547 | 2024.07.25 02:14:02.370181 [ 3 ] {016822f5-db4a-4d30-a104-eda94525e17a} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
10548 | 2024.07.25 02:14:02.370964 [ 194 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_51_10} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10549 | 2024.07.25 02:14:02.371077 [ 3 ] {016822f5-db4a-4d30-a104-eda94525e17a} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10550 | 2024.07.25 02:14:02.371143 [ 194 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_51_10} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
10551 | 2024.07.25 02:14:02.371378 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
10552 | 2024.07.25 02:14:02.371390 [ 3 ] {016822f5-db4a-4d30-a104-eda94525e17a} <Debug> executeQuery: Read 230 rows, 20.76 KiB in 0.004226 sec., 54424.988168480835 rows/sec., 4.80 MiB/sec. | ||
10553 | 2024.07.25 02:14:02.371620 [ 3 ] {016822f5-db4a-4d30-a104-eda94525e17a} <Debug> DynamicQueryHandler: Done processing query | ||
10554 | 2024.07.25 02:14:02.371647 [ 3 ] {016822f5-db4a-4d30-a104-eda94525e17a} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
10555 | 2024.07.25 02:14:02.371664 [ 3 ] {} <Debug> HTTP-Session: 5071275b-07cc-4140-9348-bedd7f2083b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10556 | 2024.07.25 02:14:02.371881 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 65459, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10557 | 2024.07.25 02:14:02.371939 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10558 | 2024.07.25 02:14:02.371960 [ 3 ] {} <Debug> HTTP-Session: 6e0686dc-0130-45ce-a122-812793e8a50c Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
10559 | 2024.07.25 02:14:02.371980 [ 3 ] {} <Debug> HTTP-Session: 6e0686dc-0130-45ce-a122-812793e8a50c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10560 | 2024.07.25 02:14:02.371994 [ 3 ] {} <Debug> HTTP-Session: 6e0686dc-0130-45ce-a122-812793e8a50c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10561 | 2024.07.25 02:14:02.372028 [ 3 ] {} <Trace> HTTP-Session: 6e0686dc-0130-45ce-a122-812793e8a50c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10562 | 2024.07.25 02:14:02.372265 [ 3 ] {4e7284d5-0411-4970-b567-26c177b2bda7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10563 | 2024.07.25 02:14:02.372315 [ 3 ] {4e7284d5-0411-4970-b567-26c177b2bda7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10564 | 2024.07.25 02:14:02.372459 [ 3 ] {4e7284d5-0411-4970-b567-26c177b2bda7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10565 | 2024.07.25 02:14:02.373052 [ 3 ] {4e7284d5-0411-4970-b567-26c177b2bda7} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10566 | 2024.07.25 02:14:02.373094 [ 3 ] {4e7284d5-0411-4970-b567-26c177b2bda7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10567 | 2024.07.25 02:14:02.373479 [ 3 ] {4e7284d5-0411-4970-b567-26c177b2bda7} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
10568 | 2024.07.25 02:14:02.373846 [ 3 ] {4e7284d5-0411-4970-b567-26c177b2bda7} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10569 | 2024.07.25 02:14:02.373980 [ 3 ] {4e7284d5-0411-4970-b567-26c177b2bda7} <Debug> executeQuery: Read 405 rows, 29.32 KiB in 0.001842 sec., 219869.70684039086 rows/sec., 15.54 MiB/sec. | ||
10570 | 2024.07.25 02:14:02.374153 [ 3 ] {4e7284d5-0411-4970-b567-26c177b2bda7} <Debug> DynamicQueryHandler: Done processing query | ||
10571 | 2024.07.25 02:14:02.374178 [ 3 ] {4e7284d5-0411-4970-b567-26c177b2bda7} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
10572 | 2024.07.25 02:14:02.374193 [ 3 ] {} <Debug> HTTP-Session: 6e0686dc-0130-45ce-a122-812793e8a50c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10573 | 2024.07.25 02:14:02.374332 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10574 | 2024.07.25 02:14:02.374384 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10575 | 2024.07.25 02:14:02.374403 [ 3 ] {} <Debug> HTTP-Session: f0f3f20b-bc7b-4f05-b075-5b1087c0020d Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
10576 | 2024.07.25 02:14:02.374420 [ 3 ] {} <Debug> HTTP-Session: f0f3f20b-bc7b-4f05-b075-5b1087c0020d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10577 | 2024.07.25 02:14:02.374434 [ 3 ] {} <Debug> HTTP-Session: f0f3f20b-bc7b-4f05-b075-5b1087c0020d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10578 | 2024.07.25 02:14:02.374466 [ 3 ] {} <Trace> HTTP-Session: f0f3f20b-bc7b-4f05-b075-5b1087c0020d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10579 | 2024.07.25 02:14:02.374563 [ 3 ] {e19fabed-8f3b-4e33-80a7-fbe930bdcb2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
10580 | 2024.07.25 02:14:02.374610 [ 3 ] {e19fabed-8f3b-4e33-80a7-fbe930bdcb2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
10581 | 2024.07.25 02:14:02.374741 [ 3 ] {e19fabed-8f3b-4e33-80a7-fbe930bdcb2e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10582 | 2024.07.25 02:14:02.375009 [ 3 ] {e19fabed-8f3b-4e33-80a7-fbe930bdcb2e} <Trace> oximeter.measurements_bool (8163702d-f428-4b08-bb37-b5af976016c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10583 | 2024.07.25 02:14:02.375043 [ 3 ] {e19fabed-8f3b-4e33-80a7-fbe930bdcb2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10584 | 2024.07.25 02:14:02.375410 [ 3 ] {e19fabed-8f3b-4e33-80a7-fbe930bdcb2e} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
10585 | 2024.07.25 02:14:02.375736 [ 3 ] {e19fabed-8f3b-4e33-80a7-fbe930bdcb2e} <Trace> oximeter.measurements_bool (8163702d-f428-4b08-bb37-b5af976016c8): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10586 | 2024.07.25 02:14:02.375861 [ 3 ] {e19fabed-8f3b-4e33-80a7-fbe930bdcb2e} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001324 sec., 4531.722054380664 rows/sec., 194.72 KiB/sec. | ||
10587 | 2024.07.25 02:14:02.376019 [ 3 ] {e19fabed-8f3b-4e33-80a7-fbe930bdcb2e} <Debug> DynamicQueryHandler: Done processing query | ||
10588 | 2024.07.25 02:14:02.376043 [ 3 ] {e19fabed-8f3b-4e33-80a7-fbe930bdcb2e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
10589 | 2024.07.25 02:14:02.376059 [ 3 ] {} <Debug> HTTP-Session: f0f3f20b-bc7b-4f05-b075-5b1087c0020d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10590 | 2024.07.25 02:14:02.376201 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 14082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10591 | 2024.07.25 02:14:02.376252 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10592 | 2024.07.25 02:14:02.376271 [ 3 ] {} <Debug> HTTP-Session: 9ca07528-4504-4149-b2ee-eea20d0f8233 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
10593 | 2024.07.25 02:14:02.376288 [ 3 ] {} <Debug> HTTP-Session: 9ca07528-4504-4149-b2ee-eea20d0f8233 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10594 | 2024.07.25 02:14:02.376303 [ 3 ] {} <Debug> HTTP-Session: 9ca07528-4504-4149-b2ee-eea20d0f8233 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10595 | 2024.07.25 02:14:02.376333 [ 3 ] {} <Trace> HTTP-Session: 9ca07528-4504-4149-b2ee-eea20d0f8233 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10596 | 2024.07.25 02:14:02.376454 [ 3 ] {ed70b83f-6a96-49ee-aa8f-e177124e8339} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
10597 | 2024.07.25 02:14:02.376499 [ 3 ] {ed70b83f-6a96-49ee-aa8f-e177124e8339} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
10598 | 2024.07.25 02:14:02.376637 [ 3 ] {ed70b83f-6a96-49ee-aa8f-e177124e8339} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10599 | 2024.07.25 02:14:02.376976 [ 3 ] {ed70b83f-6a96-49ee-aa8f-e177124e8339} <Trace> oximeter.measurements_cumulativei64 (ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10600 | 2024.07.25 02:14:02.377015 [ 3 ] {ed70b83f-6a96-49ee-aa8f-e177124e8339} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10601 | 2024.07.25 02:14:02.377406 [ 3 ] {ed70b83f-6a96-49ee-aa8f-e177124e8339} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
10602 | 2024.07.25 02:14:02.377763 [ 3 ] {ed70b83f-6a96-49ee-aa8f-e177124e8339} <Trace> oximeter.measurements_cumulativei64 (ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10603 | 2024.07.25 02:14:02.377899 [ 3 ] {ed70b83f-6a96-49ee-aa8f-e177124e8339} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.00149 sec., 51677.852348993285 rows/sec., 3.18 MiB/sec. | ||
10604 | 2024.07.25 02:14:02.378226 [ 3 ] {ed70b83f-6a96-49ee-aa8f-e177124e8339} <Debug> DynamicQueryHandler: Done processing query | ||
10605 | 2024.07.25 02:14:02.378262 [ 3 ] {ed70b83f-6a96-49ee-aa8f-e177124e8339} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
10606 | 2024.07.25 02:14:02.378279 [ 3 ] {} <Debug> HTTP-Session: 9ca07528-4504-4149-b2ee-eea20d0f8233 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10607 | 2024.07.25 02:14:02.378474 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 30607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10608 | 2024.07.25 02:14:02.378532 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10609 | 2024.07.25 02:14:02.378553 [ 3 ] {} <Debug> HTTP-Session: 853257fb-65b4-49b2-aff0-ee9ae6f99379 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
10610 | 2024.07.25 02:14:02.378570 [ 3 ] {} <Debug> HTTP-Session: 853257fb-65b4-49b2-aff0-ee9ae6f99379 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10611 | 2024.07.25 02:14:02.378584 [ 3 ] {} <Debug> HTTP-Session: 853257fb-65b4-49b2-aff0-ee9ae6f99379 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10612 | 2024.07.25 02:14:02.378616 [ 3 ] {} <Trace> HTTP-Session: 853257fb-65b4-49b2-aff0-ee9ae6f99379 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10613 | 2024.07.25 02:14:02.378767 [ 3 ] {a7e4eba9-8242-408b-8c75-854926faa751} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10614 | 2024.07.25 02:14:02.378816 [ 3 ] {a7e4eba9-8242-408b-8c75-854926faa751} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10615 | 2024.07.25 02:14:02.378982 [ 3 ] {a7e4eba9-8242-408b-8c75-854926faa751} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10616 | 2024.07.25 02:14:02.379379 [ 3 ] {a7e4eba9-8242-408b-8c75-854926faa751} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10617 | 2024.07.25 02:14:02.379416 [ 3 ] {a7e4eba9-8242-408b-8c75-854926faa751} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10618 | 2024.07.25 02:14:02.379797 [ 3 ] {a7e4eba9-8242-408b-8c75-854926faa751} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
10619 | 2024.07.25 02:14:02.380146 [ 3 ] {a7e4eba9-8242-408b-8c75-854926faa751} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10620 | 2024.07.25 02:14:02.380277 [ 3 ] {a7e4eba9-8242-408b-8c75-854926faa751} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001579 sec., 101329.9556681444 rows/sec., 7.06 MiB/sec. | ||
10621 | 2024.07.25 02:14:02.380447 [ 3 ] {a7e4eba9-8242-408b-8c75-854926faa751} <Debug> DynamicQueryHandler: Done processing query | ||
10622 | 2024.07.25 02:14:02.380472 [ 3 ] {a7e4eba9-8242-408b-8c75-854926faa751} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10623 | 2024.07.25 02:14:02.380488 [ 3 ] {} <Debug> HTTP-Session: 853257fb-65b4-49b2-aff0-ee9ae6f99379 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10624 | 2024.07.25 02:14:02.380658 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 37033, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10625 | 2024.07.25 02:14:02.380710 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10626 | 2024.07.25 02:14:02.380729 [ 3 ] {} <Debug> HTTP-Session: 9b570d06-41d5-47f2-b22b-bfa49472f193 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
10627 | 2024.07.25 02:14:02.380747 [ 3 ] {} <Debug> HTTP-Session: 9b570d06-41d5-47f2-b22b-bfa49472f193 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10628 | 2024.07.25 02:14:02.380760 [ 3 ] {} <Debug> HTTP-Session: 9b570d06-41d5-47f2-b22b-bfa49472f193 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10629 | 2024.07.25 02:14:02.380791 [ 3 ] {} <Trace> HTTP-Session: 9b570d06-41d5-47f2-b22b-bfa49472f193 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10630 | 2024.07.25 02:14:02.381066 [ 3 ] {cb6514e8-9344-4c65-8fcb-d0789342005a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10631 | 2024.07.25 02:14:02.381130 [ 3 ] {cb6514e8-9344-4c65-8fcb-d0789342005a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
10632 | 2024.07.25 02:14:02.381548 [ 3 ] {cb6514e8-9344-4c65-8fcb-d0789342005a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10633 | 2024.07.25 02:14:02.382193 [ 3 ] {cb6514e8-9344-4c65-8fcb-d0789342005a} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10634 | 2024.07.25 02:14:02.382230 [ 3 ] {cb6514e8-9344-4c65-8fcb-d0789342005a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10635 | 2024.07.25 02:14:02.382855 [ 3 ] {cb6514e8-9344-4c65-8fcb-d0789342005a} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
10636 | 2024.07.25 02:14:02.383286 [ 3 ] {cb6514e8-9344-4c65-8fcb-d0789342005a} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10637 | 2024.07.25 02:14:02.383442 [ 3 ] {cb6514e8-9344-4c65-8fcb-d0789342005a} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002563 sec., 8973.858759266484 rows/sec., 16.08 MiB/sec. | ||
10638 | 2024.07.25 02:14:02.383662 [ 3 ] {cb6514e8-9344-4c65-8fcb-d0789342005a} <Debug> DynamicQueryHandler: Done processing query | ||
10639 | 2024.07.25 02:14:02.383687 [ 3 ] {cb6514e8-9344-4c65-8fcb-d0789342005a} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
10640 | 2024.07.25 02:14:02.383702 [ 3 ] {} <Debug> HTTP-Session: 9b570d06-41d5-47f2-b22b-bfa49472f193 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10641 | 2024.07.25 02:14:02.383832 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 3211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10642 | 2024.07.25 02:14:02.383882 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10643 | 2024.07.25 02:14:02.383902 [ 3 ] {} <Debug> HTTP-Session: da3f842d-9ef8-49a5-955b-75a997869f51 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
10644 | 2024.07.25 02:14:02.383919 [ 3 ] {} <Debug> HTTP-Session: da3f842d-9ef8-49a5-955b-75a997869f51 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10645 | 2024.07.25 02:14:02.383932 [ 3 ] {} <Debug> HTTP-Session: da3f842d-9ef8-49a5-955b-75a997869f51 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10646 | 2024.07.25 02:14:02.383964 [ 3 ] {} <Trace> HTTP-Session: da3f842d-9ef8-49a5-955b-75a997869f51 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10647 | 2024.07.25 02:14:02.384066 [ 3 ] {d54be17e-5c60-404d-ad08-c618b0f6c78e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
10648 | 2024.07.25 02:14:02.384110 [ 3 ] {d54be17e-5c60-404d-ad08-c618b0f6c78e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
10649 | 2024.07.25 02:14:02.384238 [ 3 ] {d54be17e-5c60-404d-ad08-c618b0f6c78e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10650 | 2024.07.25 02:14:02.384574 [ 3 ] {d54be17e-5c60-404d-ad08-c618b0f6c78e} <Trace> oximeter.measurements_i64 (4af3948b-7ee8-4a0a-bff7-9db9837b5273): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10651 | 2024.07.25 02:14:02.384610 [ 3 ] {d54be17e-5c60-404d-ad08-c618b0f6c78e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10652 | 2024.07.25 02:14:02.384962 [ 3 ] {d54be17e-5c60-404d-ad08-c618b0f6c78e} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
10653 | 2024.07.25 02:14:02.385283 [ 3 ] {d54be17e-5c60-404d-ad08-c618b0f6c78e} <Trace> oximeter.measurements_i64 (4af3948b-7ee8-4a0a-bff7-9db9837b5273): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10654 | 2024.07.25 02:14:02.385416 [ 3 ] {d54be17e-5c60-404d-ad08-c618b0f6c78e} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001379 sec., 16678.752719361855 rows/sec., 902.20 KiB/sec. | ||
10655 | 2024.07.25 02:14:02.385574 [ 3 ] {d54be17e-5c60-404d-ad08-c618b0f6c78e} <Debug> DynamicQueryHandler: Done processing query | ||
10656 | 2024.07.25 02:14:02.385600 [ 3 ] {d54be17e-5c60-404d-ad08-c618b0f6c78e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
10657 | 2024.07.25 02:14:02.385616 [ 3 ] {} <Debug> HTTP-Session: da3f842d-9ef8-49a5-955b-75a997869f51 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10658 | 2024.07.25 02:14:02.385732 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10659 | 2024.07.25 02:14:02.385780 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10660 | 2024.07.25 02:14:02.385799 [ 3 ] {} <Debug> HTTP-Session: e0985542-07cd-470a-9853-2300d41a0f86 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
10661 | 2024.07.25 02:14:02.385815 [ 3 ] {} <Debug> HTTP-Session: e0985542-07cd-470a-9853-2300d41a0f86 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10662 | 2024.07.25 02:14:02.385828 [ 3 ] {} <Debug> HTTP-Session: e0985542-07cd-470a-9853-2300d41a0f86 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10663 | 2024.07.25 02:14:02.385859 [ 3 ] {} <Trace> HTTP-Session: e0985542-07cd-470a-9853-2300d41a0f86 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10664 | 2024.07.25 02:14:02.385978 [ 3 ] {219ffefa-6b00-4db7-af96-cf2095702f3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10665 | 2024.07.25 02:14:02.386023 [ 3 ] {219ffefa-6b00-4db7-af96-cf2095702f3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10666 | 2024.07.25 02:14:02.386148 [ 3 ] {219ffefa-6b00-4db7-af96-cf2095702f3b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10667 | 2024.07.25 02:14:02.386512 [ 3 ] {219ffefa-6b00-4db7-af96-cf2095702f3b} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10668 | 2024.07.25 02:14:02.386548 [ 3 ] {219ffefa-6b00-4db7-af96-cf2095702f3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10669 | 2024.07.25 02:14:02.386903 [ 3 ] {219ffefa-6b00-4db7-af96-cf2095702f3b} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
10670 | 2024.07.25 02:14:02.387232 [ 3 ] {219ffefa-6b00-4db7-af96-cf2095702f3b} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10671 | 2024.07.25 02:14:02.387355 [ 3 ] {219ffefa-6b00-4db7-af96-cf2095702f3b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001423 sec., 42164.441321152495 rows/sec., 2.84 MiB/sec. | ||
10672 | 2024.07.25 02:14:02.387518 [ 3 ] {219ffefa-6b00-4db7-af96-cf2095702f3b} <Debug> DynamicQueryHandler: Done processing query | ||
10673 | 2024.07.25 02:14:02.387542 [ 3 ] {219ffefa-6b00-4db7-af96-cf2095702f3b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10674 | 2024.07.25 02:14:02.387558 [ 3 ] {} <Debug> HTTP-Session: e0985542-07cd-470a-9853-2300d41a0f86 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10675 | 2024.07.25 02:14:06.243476 [ 122 ] {} <Debug> DNSResolver: Updating DNS cache | ||
10676 | 2024.07.25 02:14:06.243577 [ 122 ] {} <Debug> DNSResolver: Updated DNS cache | ||
10677 | 2024.07.25 02:14:07.358848 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 1489, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10678 | 2024.07.25 02:14:07.358960 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10679 | 2024.07.25 02:14:07.358984 [ 3 ] {} <Debug> HTTP-Session: d2002234-4564-4328-834b-f1555fb2c039 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
10680 | 2024.07.25 02:14:07.359007 [ 3 ] {} <Debug> HTTP-Session: d2002234-4564-4328-834b-f1555fb2c039 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10681 | 2024.07.25 02:14:07.359021 [ 3 ] {} <Debug> HTTP-Session: d2002234-4564-4328-834b-f1555fb2c039 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10682 | 2024.07.25 02:14:07.359070 [ 3 ] {} <Trace> HTTP-Session: d2002234-4564-4328-834b-f1555fb2c039 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10683 | 2024.07.25 02:14:07.359251 [ 3 ] {4f37e23f-ea4c-410c-9bac-fcd228344ebb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
10684 | 2024.07.25 02:14:07.359316 [ 3 ] {4f37e23f-ea4c-410c-9bac-fcd228344ebb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
10685 | 2024.07.25 02:14:07.359506 [ 3 ] {4f37e23f-ea4c-410c-9bac-fcd228344ebb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10686 | 2024.07.25 02:14:07.359949 [ 3 ] {4f37e23f-ea4c-410c-9bac-fcd228344ebb} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10687 | 2024.07.25 02:14:07.359993 [ 3 ] {4f37e23f-ea4c-410c-9bac-fcd228344ebb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10688 | 2024.07.25 02:14:07.360357 [ 3 ] {4f37e23f-ea4c-410c-9bac-fcd228344ebb} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
10689 | 2024.07.25 02:14:07.360696 [ 3 ] {4f37e23f-ea4c-410c-9bac-fcd228344ebb} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10690 | 2024.07.25 02:14:07.360866 [ 3 ] {4f37e23f-ea4c-410c-9bac-fcd228344ebb} <Debug> executeQuery: Read 10 rows, 830.00 B in 0.001666 sec., 6002.400960384154 rows/sec., 486.52 KiB/sec. | ||
10691 | 2024.07.25 02:14:07.361077 [ 3 ] {4f37e23f-ea4c-410c-9bac-fcd228344ebb} <Debug> DynamicQueryHandler: Done processing query | ||
10692 | 2024.07.25 02:14:07.361106 [ 3 ] {4f37e23f-ea4c-410c-9bac-fcd228344ebb} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10693 | 2024.07.25 02:14:07.361121 [ 3 ] {} <Debug> HTTP-Session: d2002234-4564-4328-834b-f1555fb2c039 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10694 | 2024.07.25 02:14:07.361268 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10695 | 2024.07.25 02:14:07.361326 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10696 | 2024.07.25 02:14:07.361345 [ 3 ] {} <Debug> HTTP-Session: 7964689d-5e33-45a4-b044-583448986ae5 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
10697 | 2024.07.25 02:14:07.361364 [ 3 ] {} <Debug> HTTP-Session: 7964689d-5e33-45a4-b044-583448986ae5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10698 | 2024.07.25 02:14:07.361378 [ 3 ] {} <Debug> HTTP-Session: 7964689d-5e33-45a4-b044-583448986ae5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10699 | 2024.07.25 02:14:07.361413 [ 3 ] {} <Trace> HTTP-Session: 7964689d-5e33-45a4-b044-583448986ae5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10700 | 2024.07.25 02:14:07.361516 [ 3 ] {edd64ca1-6dc4-40e1-a9f2-7e142d2a8bce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
10701 | 2024.07.25 02:14:07.361562 [ 3 ] {edd64ca1-6dc4-40e1-a9f2-7e142d2a8bce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
10702 | 2024.07.25 02:14:07.361698 [ 3 ] {edd64ca1-6dc4-40e1-a9f2-7e142d2a8bce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10703 | 2024.07.25 02:14:07.362002 [ 3 ] {edd64ca1-6dc4-40e1-a9f2-7e142d2a8bce} <Trace> oximeter.fields_ipaddr (330a275b-5c0e-4112-8190-93317cf14d06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10704 | 2024.07.25 02:14:07.362039 [ 3 ] {edd64ca1-6dc4-40e1-a9f2-7e142d2a8bce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10705 | 2024.07.25 02:14:07.362340 [ 3 ] {edd64ca1-6dc4-40e1-a9f2-7e142d2a8bce} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
10706 | 2024.07.25 02:14:07.362657 [ 3 ] {edd64ca1-6dc4-40e1-a9f2-7e142d2a8bce} <Trace> oximeter.fields_ipaddr (330a275b-5c0e-4112-8190-93317cf14d06): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10707 | 2024.07.25 02:14:07.362820 [ 3 ] {edd64ca1-6dc4-40e1-a9f2-7e142d2a8bce} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001323 sec., 1511.7157974300833 rows/sec., 123.27 KiB/sec. | ||
10708 | 2024.07.25 02:14:07.363111 [ 3 ] {edd64ca1-6dc4-40e1-a9f2-7e142d2a8bce} <Debug> DynamicQueryHandler: Done processing query | ||
10709 | 2024.07.25 02:14:07.363137 [ 3 ] {edd64ca1-6dc4-40e1-a9f2-7e142d2a8bce} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10710 | 2024.07.25 02:14:07.363154 [ 3 ] {} <Debug> HTTP-Session: 7964689d-5e33-45a4-b044-583448986ae5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10711 | 2024.07.25 02:14:07.363289 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 12510, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10712 | 2024.07.25 02:14:07.363341 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10713 | 2024.07.25 02:14:07.363361 [ 3 ] {} <Debug> HTTP-Session: f99fadc2-72ce-46c5-871e-2c1ebab98b58 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
10714 | 2024.07.25 02:14:07.363377 [ 3 ] {} <Debug> HTTP-Session: f99fadc2-72ce-46c5-871e-2c1ebab98b58 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10715 | 2024.07.25 02:14:07.363391 [ 3 ] {} <Debug> HTTP-Session: f99fadc2-72ce-46c5-871e-2c1ebab98b58 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10716 | 2024.07.25 02:14:07.363423 [ 3 ] {} <Trace> HTTP-Session: f99fadc2-72ce-46c5-871e-2c1ebab98b58 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10717 | 2024.07.25 02:14:07.363543 [ 3 ] {fb1e566f-7b5f-4c9c-95f8-357c6429578b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10718 | 2024.07.25 02:14:07.363588 [ 3 ] {fb1e566f-7b5f-4c9c-95f8-357c6429578b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10719 | 2024.07.25 02:14:07.363736 [ 3 ] {fb1e566f-7b5f-4c9c-95f8-357c6429578b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10720 | 2024.07.25 02:14:07.364095 [ 3 ] {fb1e566f-7b5f-4c9c-95f8-357c6429578b} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10721 | 2024.07.25 02:14:07.364131 [ 3 ] {fb1e566f-7b5f-4c9c-95f8-357c6429578b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10722 | 2024.07.25 02:14:07.364436 [ 3 ] {fb1e566f-7b5f-4c9c-95f8-357c6429578b} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
10723 | 2024.07.25 02:14:07.364747 [ 3 ] {fb1e566f-7b5f-4c9c-95f8-357c6429578b} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10724 | 2024.07.25 02:14:07.364896 [ 3 ] {fb1e566f-7b5f-4c9c-95f8-357c6429578b} <Debug> executeQuery: Read 87 rows, 7.20 KiB in 0.001395 sec., 62365.591397849465 rows/sec., 5.04 MiB/sec. | ||
10725 | 2024.07.25 02:14:07.365061 [ 3 ] {fb1e566f-7b5f-4c9c-95f8-357c6429578b} <Debug> DynamicQueryHandler: Done processing query | ||
10726 | 2024.07.25 02:14:07.365084 [ 3 ] {fb1e566f-7b5f-4c9c-95f8-357c6429578b} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
10727 | 2024.07.25 02:14:07.365099 [ 3 ] {} <Debug> HTTP-Session: f99fadc2-72ce-46c5-871e-2c1ebab98b58 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10728 | 2024.07.25 02:14:07.365216 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10729 | 2024.07.25 02:14:07.365263 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10730 | 2024.07.25 02:14:07.365281 [ 3 ] {} <Debug> HTTP-Session: 2c0bd39b-c9cb-4c98-8edf-2402407f5019 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
10731 | 2024.07.25 02:14:07.365297 [ 3 ] {} <Debug> HTTP-Session: 2c0bd39b-c9cb-4c98-8edf-2402407f5019 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10732 | 2024.07.25 02:14:07.365309 [ 3 ] {} <Debug> HTTP-Session: 2c0bd39b-c9cb-4c98-8edf-2402407f5019 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10733 | 2024.07.25 02:14:07.365339 [ 3 ] {} <Trace> HTTP-Session: 2c0bd39b-c9cb-4c98-8edf-2402407f5019 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10734 | 2024.07.25 02:14:07.365426 [ 3 ] {42838262-5a63-465c-a104-04d7a5fab9f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
10735 | 2024.07.25 02:14:07.365466 [ 3 ] {42838262-5a63-465c-a104-04d7a5fab9f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10736 | 2024.07.25 02:14:07.365587 [ 3 ] {42838262-5a63-465c-a104-04d7a5fab9f3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10737 | 2024.07.25 02:14:07.365846 [ 3 ] {42838262-5a63-465c-a104-04d7a5fab9f3} <Trace> oximeter.fields_u16 (977fada6-76a3-44eb-8ed0-7c71340c6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10738 | 2024.07.25 02:14:07.365880 [ 3 ] {42838262-5a63-465c-a104-04d7a5fab9f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10739 | 2024.07.25 02:14:07.366242 [ 3 ] {42838262-5a63-465c-a104-04d7a5fab9f3} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
10740 | 2024.07.25 02:14:07.366558 [ 3 ] {42838262-5a63-465c-a104-04d7a5fab9f3} <Trace> oximeter.fields_u16 (977fada6-76a3-44eb-8ed0-7c71340c6e1a): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10741 | 2024.07.25 02:14:07.366723 [ 3 ] {42838262-5a63-465c-a104-04d7a5fab9f3} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.00128 sec., 1562.4999999999998 rows/sec., 109.10 KiB/sec. | ||
10742 | 2024.07.25 02:14:07.366936 [ 3 ] {42838262-5a63-465c-a104-04d7a5fab9f3} <Debug> DynamicQueryHandler: Done processing query | ||
10743 | 2024.07.25 02:14:07.366960 [ 3 ] {42838262-5a63-465c-a104-04d7a5fab9f3} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10744 | 2024.07.25 02:14:07.366977 [ 3 ] {} <Debug> HTTP-Session: 2c0bd39b-c9cb-4c98-8edf-2402407f5019 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10745 | 2024.07.25 02:14:07.367128 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 12915, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10746 | 2024.07.25 02:14:07.367180 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10747 | 2024.07.25 02:14:07.367200 [ 3 ] {} <Debug> HTTP-Session: e7f1bc18-68cb-459a-96aa-d9ab657f425f Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
10748 | 2024.07.25 02:14:07.367217 [ 3 ] {} <Debug> HTTP-Session: e7f1bc18-68cb-459a-96aa-d9ab657f425f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10749 | 2024.07.25 02:14:07.367231 [ 3 ] {} <Debug> HTTP-Session: e7f1bc18-68cb-459a-96aa-d9ab657f425f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10750 | 2024.07.25 02:14:07.367272 [ 3 ] {} <Trace> HTTP-Session: e7f1bc18-68cb-459a-96aa-d9ab657f425f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10751 | 2024.07.25 02:14:07.367404 [ 3 ] {3d2ee954-f1e4-4cbe-b619-9b65bd7bf770} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10752 | 2024.07.25 02:14:07.367450 [ 3 ] {3d2ee954-f1e4-4cbe-b619-9b65bd7bf770} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10753 | 2024.07.25 02:14:07.367580 [ 3 ] {3d2ee954-f1e4-4cbe-b619-9b65bd7bf770} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10754 | 2024.07.25 02:14:07.367925 [ 3 ] {3d2ee954-f1e4-4cbe-b619-9b65bd7bf770} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10755 | 2024.07.25 02:14:07.367962 [ 3 ] {3d2ee954-f1e4-4cbe-b619-9b65bd7bf770} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10756 | 2024.07.25 02:14:07.368269 [ 3 ] {3d2ee954-f1e4-4cbe-b619-9b65bd7bf770} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
10757 | 2024.07.25 02:14:07.368575 [ 3 ] {3d2ee954-f1e4-4cbe-b619-9b65bd7bf770} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10758 | 2024.07.25 02:14:07.368731 [ 3 ] {3d2ee954-f1e4-4cbe-b619-9b65bd7bf770} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001365 sec., 55677.65567765568 rows/sec., 4.35 MiB/sec. | ||
10759 | 2024.07.25 02:14:07.368904 [ 3 ] {3d2ee954-f1e4-4cbe-b619-9b65bd7bf770} <Debug> DynamicQueryHandler: Done processing query | ||
10760 | 2024.07.25 02:14:07.368928 [ 3 ] {3d2ee954-f1e4-4cbe-b619-9b65bd7bf770} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
10761 | 2024.07.25 02:14:07.368944 [ 3 ] {} <Debug> HTTP-Session: e7f1bc18-68cb-459a-96aa-d9ab657f425f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10762 | 2024.07.25 02:14:07.369110 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 30797, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10763 | 2024.07.25 02:14:07.369160 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10764 | 2024.07.25 02:14:07.369179 [ 3 ] {} <Debug> HTTP-Session: 827c1838-fe01-4431-8d61-6ee45bd7052d Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
10765 | 2024.07.25 02:14:07.369195 [ 3 ] {} <Debug> HTTP-Session: 827c1838-fe01-4431-8d61-6ee45bd7052d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10766 | 2024.07.25 02:14:07.369209 [ 3 ] {} <Debug> HTTP-Session: 827c1838-fe01-4431-8d61-6ee45bd7052d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10767 | 2024.07.25 02:14:07.369240 [ 3 ] {} <Trace> HTTP-Session: 827c1838-fe01-4431-8d61-6ee45bd7052d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10768 | 2024.07.25 02:14:07.369389 [ 3 ] {302627ee-8ce7-4a13-a38e-e54608278df1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10769 | 2024.07.25 02:14:07.369436 [ 3 ] {302627ee-8ce7-4a13-a38e-e54608278df1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10770 | 2024.07.25 02:14:07.369579 [ 3 ] {302627ee-8ce7-4a13-a38e-e54608278df1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10771 | 2024.07.25 02:14:07.369968 [ 3 ] {302627ee-8ce7-4a13-a38e-e54608278df1} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10772 | 2024.07.25 02:14:07.370005 [ 3 ] {302627ee-8ce7-4a13-a38e-e54608278df1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10773 | 2024.07.25 02:14:07.370394 [ 3 ] {302627ee-8ce7-4a13-a38e-e54608278df1} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
10774 | 2024.07.25 02:14:07.370737 [ 3 ] {302627ee-8ce7-4a13-a38e-e54608278df1} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10775 | 2024.07.25 02:14:07.370895 [ 3 ] {302627ee-8ce7-4a13-a38e-e54608278df1} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001571 sec., 102482.49522597072 rows/sec., 7.14 MiB/sec. | ||
10776 | 2024.07.25 02:14:07.371161 [ 3 ] {302627ee-8ce7-4a13-a38e-e54608278df1} <Debug> DynamicQueryHandler: Done processing query | ||
10777 | 2024.07.25 02:14:07.371220 [ 3 ] {302627ee-8ce7-4a13-a38e-e54608278df1} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10778 | 2024.07.25 02:14:07.371277 [ 3 ] {} <Debug> HTTP-Session: 827c1838-fe01-4431-8d61-6ee45bd7052d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10779 | 2024.07.25 02:14:07.371445 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 16095, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10780 | 2024.07.25 02:14:07.371500 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10781 | 2024.07.25 02:14:07.371519 [ 3 ] {} <Debug> HTTP-Session: 16629214-0aec-42e0-b0e1-0bc95cd8aa36 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
10782 | 2024.07.25 02:14:07.371535 [ 3 ] {} <Debug> HTTP-Session: 16629214-0aec-42e0-b0e1-0bc95cd8aa36 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10783 | 2024.07.25 02:14:07.371549 [ 3 ] {} <Debug> HTTP-Session: 16629214-0aec-42e0-b0e1-0bc95cd8aa36 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10784 | 2024.07.25 02:14:07.371581 [ 3 ] {} <Trace> HTTP-Session: 16629214-0aec-42e0-b0e1-0bc95cd8aa36 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10785 | 2024.07.25 02:14:07.371779 [ 3 ] {5b5659db-0789-42ce-8c45-3922de991c81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10786 | 2024.07.25 02:14:07.371852 [ 3 ] {5b5659db-0789-42ce-8c45-3922de991c81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
10787 | 2024.07.25 02:14:07.372286 [ 3 ] {5b5659db-0789-42ce-8c45-3922de991c81} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10788 | 2024.07.25 02:14:07.372828 [ 3 ] {5b5659db-0789-42ce-8c45-3922de991c81} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10789 | 2024.07.25 02:14:07.372864 [ 3 ] {5b5659db-0789-42ce-8c45-3922de991c81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10790 | 2024.07.25 02:14:07.373436 [ 3 ] {5b5659db-0789-42ce-8c45-3922de991c81} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
10791 | 2024.07.25 02:14:07.373838 [ 3 ] {5b5659db-0789-42ce-8c45-3922de991c81} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10792 | 2024.07.25 02:14:07.374027 [ 3 ] {5b5659db-0789-42ce-8c45-3922de991c81} <Debug> executeQuery: Read 10 rows, 18.35 KiB in 0.002361 sec., 4235.4934349851765 rows/sec., 7.59 MiB/sec. | ||
10793 | 2024.07.25 02:14:07.374248 [ 3 ] {5b5659db-0789-42ce-8c45-3922de991c81} <Debug> DynamicQueryHandler: Done processing query | ||
10794 | 2024.07.25 02:14:07.374273 [ 3 ] {5b5659db-0789-42ce-8c45-3922de991c81} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
10795 | 2024.07.25 02:14:07.374290 [ 3 ] {} <Debug> HTTP-Session: 16629214-0aec-42e0-b0e1-0bc95cd8aa36 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10796 | 2024.07.25 02:14:07.374413 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10797 | 2024.07.25 02:14:07.374463 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10798 | 2024.07.25 02:14:07.374483 [ 3 ] {} <Debug> HTTP-Session: e39e0c9e-102d-4f09-a256-39cfca7716dd Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
10799 | 2024.07.25 02:14:07.374499 [ 3 ] {} <Debug> HTTP-Session: e39e0c9e-102d-4f09-a256-39cfca7716dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10800 | 2024.07.25 02:14:07.374513 [ 3 ] {} <Debug> HTTP-Session: e39e0c9e-102d-4f09-a256-39cfca7716dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10801 | 2024.07.25 02:14:07.374544 [ 3 ] {} <Trace> HTTP-Session: e39e0c9e-102d-4f09-a256-39cfca7716dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10802 | 2024.07.25 02:14:07.374659 [ 3 ] {126e8bc1-dc52-4400-825c-a7ca9dec7f77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10803 | 2024.07.25 02:14:07.374705 [ 3 ] {126e8bc1-dc52-4400-825c-a7ca9dec7f77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10804 | 2024.07.25 02:14:07.374833 [ 3 ] {126e8bc1-dc52-4400-825c-a7ca9dec7f77} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10805 | 2024.07.25 02:14:07.375202 [ 3 ] {126e8bc1-dc52-4400-825c-a7ca9dec7f77} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10806 | 2024.07.25 02:14:07.375239 [ 3 ] {126e8bc1-dc52-4400-825c-a7ca9dec7f77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10807 | 2024.07.25 02:14:07.375590 [ 3 ] {126e8bc1-dc52-4400-825c-a7ca9dec7f77} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
10808 | 2024.07.25 02:14:07.375920 [ 3 ] {126e8bc1-dc52-4400-825c-a7ca9dec7f77} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10809 | 2024.07.25 02:14:07.376077 [ 3 ] {126e8bc1-dc52-4400-825c-a7ca9dec7f77} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001454 sec., 41265.474552957356 rows/sec., 2.78 MiB/sec. | ||
10810 | 2024.07.25 02:14:07.376269 [ 3 ] {126e8bc1-dc52-4400-825c-a7ca9dec7f77} <Debug> DynamicQueryHandler: Done processing query | ||
10811 | 2024.07.25 02:14:07.376306 [ 3 ] {126e8bc1-dc52-4400-825c-a7ca9dec7f77} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10812 | 2024.07.25 02:14:07.376331 [ 3 ] {} <Debug> HTTP-Session: e39e0c9e-102d-4f09-a256-39cfca7716dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10813 | 2024.07.25 02:14:12.364436 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 4045, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10814 | 2024.07.25 02:14:12.364580 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10815 | 2024.07.25 02:14:12.364611 [ 3 ] {} <Debug> HTTP-Session: 1ef9eba2-444e-410f-bc77-3a5d65def929 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
10816 | 2024.07.25 02:14:12.364640 [ 3 ] {} <Debug> HTTP-Session: 1ef9eba2-444e-410f-bc77-3a5d65def929 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10817 | 2024.07.25 02:14:12.364658 [ 3 ] {} <Debug> HTTP-Session: 1ef9eba2-444e-410f-bc77-3a5d65def929 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10818 | 2024.07.25 02:14:12.364713 [ 3 ] {} <Trace> HTTP-Session: 1ef9eba2-444e-410f-bc77-3a5d65def929 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10819 | 2024.07.25 02:14:12.364924 [ 3 ] {441b26c4-5ad4-4b49-b513-b3b2c2bad929} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
10820 | 2024.07.25 02:14:12.364999 [ 3 ] {441b26c4-5ad4-4b49-b513-b3b2c2bad929} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
10821 | 2024.07.25 02:14:12.365226 [ 3 ] {441b26c4-5ad4-4b49-b513-b3b2c2bad929} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10822 | 2024.07.25 02:14:12.365747 [ 3 ] {441b26c4-5ad4-4b49-b513-b3b2c2bad929} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10823 | 2024.07.25 02:14:12.365793 [ 3 ] {441b26c4-5ad4-4b49-b513-b3b2c2bad929} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10824 | 2024.07.25 02:14:12.366165 [ 3 ] {441b26c4-5ad4-4b49-b513-b3b2c2bad929} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
10825 | 2024.07.25 02:14:12.366500 [ 3 ] {441b26c4-5ad4-4b49-b513-b3b2c2bad929} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10826 | 2024.07.25 02:14:12.366677 [ 3 ] {441b26c4-5ad4-4b49-b513-b3b2c2bad929} <Debug> executeQuery: Read 29 rows, 2.20 KiB in 0.001815 sec., 15977.961432506887 rows/sec., 1.19 MiB/sec. | ||
10827 | 2024.07.25 02:14:12.366901 [ 3 ] {441b26c4-5ad4-4b49-b513-b3b2c2bad929} <Debug> DynamicQueryHandler: Done processing query | ||
10828 | 2024.07.25 02:14:12.366928 [ 3 ] {441b26c4-5ad4-4b49-b513-b3b2c2bad929} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10829 | 2024.07.25 02:14:12.366944 [ 3 ] {} <Debug> HTTP-Session: 1ef9eba2-444e-410f-bc77-3a5d65def929 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10830 | 2024.07.25 02:14:12.367077 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10831 | 2024.07.25 02:14:12.367135 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10832 | 2024.07.25 02:14:12.367156 [ 3 ] {} <Debug> HTTP-Session: 963a362d-09d6-49a3-81e5-b15909d8afd7 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
10833 | 2024.07.25 02:14:12.367173 [ 3 ] {} <Debug> HTTP-Session: 963a362d-09d6-49a3-81e5-b15909d8afd7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10834 | 2024.07.25 02:14:12.367187 [ 3 ] {} <Debug> HTTP-Session: 963a362d-09d6-49a3-81e5-b15909d8afd7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10835 | 2024.07.25 02:14:12.367224 [ 3 ] {} <Trace> HTTP-Session: 963a362d-09d6-49a3-81e5-b15909d8afd7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10836 | 2024.07.25 02:14:12.367329 [ 3 ] {bc74fc6d-4091-4386-812a-0cb1428b7176} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
10837 | 2024.07.25 02:14:12.367375 [ 3 ] {bc74fc6d-4091-4386-812a-0cb1428b7176} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
10838 | 2024.07.25 02:14:12.367513 [ 3 ] {bc74fc6d-4091-4386-812a-0cb1428b7176} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10839 | 2024.07.25 02:14:12.367827 [ 3 ] {bc74fc6d-4091-4386-812a-0cb1428b7176} <Trace> oximeter.fields_ipaddr (330a275b-5c0e-4112-8190-93317cf14d06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10840 | 2024.07.25 02:14:12.367865 [ 3 ] {bc74fc6d-4091-4386-812a-0cb1428b7176} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10841 | 2024.07.25 02:14:12.368162 [ 3 ] {bc74fc6d-4091-4386-812a-0cb1428b7176} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
10842 | 2024.07.25 02:14:12.368473 [ 3 ] {bc74fc6d-4091-4386-812a-0cb1428b7176} <Trace> oximeter.fields_ipaddr (330a275b-5c0e-4112-8190-93317cf14d06): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10843 | 2024.07.25 02:14:12.368631 [ 3 ] {bc74fc6d-4091-4386-812a-0cb1428b7176} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001328 sec., 1506.0240963855422 rows/sec., 122.81 KiB/sec. | ||
10844 | 2024.07.25 02:14:12.368804 [ 3 ] {bc74fc6d-4091-4386-812a-0cb1428b7176} <Debug> DynamicQueryHandler: Done processing query | ||
10845 | 2024.07.25 02:14:12.368829 [ 3 ] {bc74fc6d-4091-4386-812a-0cb1428b7176} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10846 | 2024.07.25 02:14:12.368845 [ 3 ] {} <Debug> HTTP-Session: 963a362d-09d6-49a3-81e5-b15909d8afd7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10847 | 2024.07.25 02:14:12.369002 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 34864, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10848 | 2024.07.25 02:14:12.369055 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10849 | 2024.07.25 02:14:12.369079 [ 3 ] {} <Debug> HTTP-Session: 72748a49-e5da-4855-bb88-43bfbcc54746 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
10850 | 2024.07.25 02:14:12.369096 [ 3 ] {} <Debug> HTTP-Session: 72748a49-e5da-4855-bb88-43bfbcc54746 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10851 | 2024.07.25 02:14:12.369110 [ 3 ] {} <Debug> HTTP-Session: 72748a49-e5da-4855-bb88-43bfbcc54746 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10852 | 2024.07.25 02:14:12.369142 [ 3 ] {} <Trace> HTTP-Session: 72748a49-e5da-4855-bb88-43bfbcc54746 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10853 | 2024.07.25 02:14:12.369302 [ 3 ] {407bb65a-0b7f-4526-a6bc-54db522fbce4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10854 | 2024.07.25 02:14:12.369346 [ 3 ] {407bb65a-0b7f-4526-a6bc-54db522fbce4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10855 | 2024.07.25 02:14:12.369477 [ 3 ] {407bb65a-0b7f-4526-a6bc-54db522fbce4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10856 | 2024.07.25 02:14:12.369913 [ 3 ] {407bb65a-0b7f-4526-a6bc-54db522fbce4} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10857 | 2024.07.25 02:14:12.369950 [ 3 ] {407bb65a-0b7f-4526-a6bc-54db522fbce4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10858 | 2024.07.25 02:14:12.370280 [ 3 ] {407bb65a-0b7f-4526-a6bc-54db522fbce4} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
10859 | 2024.07.25 02:14:12.370587 [ 3 ] {407bb65a-0b7f-4526-a6bc-54db522fbce4} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10860 | 2024.07.25 02:14:12.370739 [ 3 ] {407bb65a-0b7f-4526-a6bc-54db522fbce4} <Debug> executeQuery: Read 231 rows, 20.83 KiB in 0.001506 sec., 153386.45418326693 rows/sec., 13.51 MiB/sec. | ||
10861 | 2024.07.25 02:14:12.370907 [ 3 ] {407bb65a-0b7f-4526-a6bc-54db522fbce4} <Debug> DynamicQueryHandler: Done processing query | ||
10862 | 2024.07.25 02:14:12.370932 [ 3 ] {407bb65a-0b7f-4526-a6bc-54db522fbce4} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
10863 | 2024.07.25 02:14:12.370948 [ 3 ] {} <Debug> HTTP-Session: 72748a49-e5da-4855-bb88-43bfbcc54746 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10864 | 2024.07.25 02:14:12.371055 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10865 | 2024.07.25 02:14:12.371105 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10866 | 2024.07.25 02:14:12.371125 [ 3 ] {} <Debug> HTTP-Session: ff7c2071-a78c-4476-b645-2abbe51c82be Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
10867 | 2024.07.25 02:14:12.371140 [ 3 ] {} <Debug> HTTP-Session: ff7c2071-a78c-4476-b645-2abbe51c82be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10868 | 2024.07.25 02:14:12.371154 [ 3 ] {} <Debug> HTTP-Session: ff7c2071-a78c-4476-b645-2abbe51c82be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10869 | 2024.07.25 02:14:12.371185 [ 3 ] {} <Trace> HTTP-Session: ff7c2071-a78c-4476-b645-2abbe51c82be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10870 | 2024.07.25 02:14:12.371280 [ 3 ] {f4232fa4-8039-401a-a4e9-bffad2540b2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
10871 | 2024.07.25 02:14:12.371323 [ 3 ] {f4232fa4-8039-401a-a4e9-bffad2540b2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10872 | 2024.07.25 02:14:12.371450 [ 3 ] {f4232fa4-8039-401a-a4e9-bffad2540b2f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10873 | 2024.07.25 02:14:12.371757 [ 3 ] {f4232fa4-8039-401a-a4e9-bffad2540b2f} <Trace> oximeter.fields_u16 (977fada6-76a3-44eb-8ed0-7c71340c6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10874 | 2024.07.25 02:14:12.371794 [ 3 ] {f4232fa4-8039-401a-a4e9-bffad2540b2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10875 | 2024.07.25 02:14:12.372086 [ 3 ] {f4232fa4-8039-401a-a4e9-bffad2540b2f} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
10876 | 2024.07.25 02:14:12.372383 [ 3 ] {f4232fa4-8039-401a-a4e9-bffad2540b2f} <Trace> oximeter.fields_u16 (977fada6-76a3-44eb-8ed0-7c71340c6e1a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10877 | 2024.07.25 02:14:12.372557 [ 3 ] {f4232fa4-8039-401a-a4e9-bffad2540b2f} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.00129 sec., 1550.387596899225 rows/sec., 108.25 KiB/sec. | ||
10878 | 2024.07.25 02:14:12.372731 [ 3 ] {f4232fa4-8039-401a-a4e9-bffad2540b2f} <Debug> DynamicQueryHandler: Done processing query | ||
10879 | 2024.07.25 02:14:12.372756 [ 3 ] {f4232fa4-8039-401a-a4e9-bffad2540b2f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10880 | 2024.07.25 02:14:12.372771 [ 3 ] {} <Debug> HTTP-Session: ff7c2071-a78c-4476-b645-2abbe51c82be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10881 | 2024.07.25 02:14:12.372923 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 65802, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10882 | 2024.07.25 02:14:12.372973 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10883 | 2024.07.25 02:14:12.372992 [ 3 ] {} <Debug> HTTP-Session: c2cd4416-f74c-4cbd-bc06-aae2742c5fc3 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
10884 | 2024.07.25 02:14:12.373009 [ 3 ] {} <Debug> HTTP-Session: c2cd4416-f74c-4cbd-bc06-aae2742c5fc3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10885 | 2024.07.25 02:14:12.373022 [ 3 ] {} <Debug> HTTP-Session: c2cd4416-f74c-4cbd-bc06-aae2742c5fc3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10886 | 2024.07.25 02:14:12.373053 [ 3 ] {} <Trace> HTTP-Session: c2cd4416-f74c-4cbd-bc06-aae2742c5fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10887 | 2024.07.25 02:14:12.373268 [ 3 ] {39970633-2cb9-4345-a572-04d7ac08190c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10888 | 2024.07.25 02:14:12.373312 [ 3 ] {39970633-2cb9-4345-a572-04d7ac08190c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10889 | 2024.07.25 02:14:12.373440 [ 3 ] {39970633-2cb9-4345-a572-04d7ac08190c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10890 | 2024.07.25 02:14:12.374112 [ 3 ] {39970633-2cb9-4345-a572-04d7ac08190c} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10891 | 2024.07.25 02:14:12.374149 [ 3 ] {39970633-2cb9-4345-a572-04d7ac08190c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10892 | 2024.07.25 02:14:12.374474 [ 3 ] {39970633-2cb9-4345-a572-04d7ac08190c} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
10893 | 2024.07.25 02:14:12.374778 [ 3 ] {39970633-2cb9-4345-a572-04d7ac08190c} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10894 | 2024.07.25 02:14:12.374937 [ 3 ] {39970633-2cb9-4345-a572-04d7ac08190c} <Debug> executeQuery: Read 407 rows, 29.48 KiB in 0.001774 sec., 229425.0281848929 rows/sec., 16.23 MiB/sec. | ||
10895 | 2024.07.25 02:14:12.375114 [ 3 ] {39970633-2cb9-4345-a572-04d7ac08190c} <Debug> DynamicQueryHandler: Done processing query | ||
10896 | 2024.07.25 02:14:12.375140 [ 3 ] {39970633-2cb9-4345-a572-04d7ac08190c} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
10897 | 2024.07.25 02:14:12.375156 [ 3 ] {} <Debug> HTTP-Session: c2cd4416-f74c-4cbd-bc06-aae2742c5fc3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10898 | 2024.07.25 02:14:12.375273 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10899 | 2024.07.25 02:14:12.375322 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10900 | 2024.07.25 02:14:12.375342 [ 3 ] {} <Debug> HTTP-Session: 9d1e3025-6afb-4049-9008-184ba9d639e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
10901 | 2024.07.25 02:14:12.375358 [ 3 ] {} <Debug> HTTP-Session: 9d1e3025-6afb-4049-9008-184ba9d639e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10902 | 2024.07.25 02:14:12.375371 [ 3 ] {} <Debug> HTTP-Session: 9d1e3025-6afb-4049-9008-184ba9d639e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10903 | 2024.07.25 02:14:12.375402 [ 3 ] {} <Trace> HTTP-Session: 9d1e3025-6afb-4049-9008-184ba9d639e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10904 | 2024.07.25 02:14:12.375499 [ 3 ] {d4a37477-e0dd-4587-b3dc-15b11353f5fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
10905 | 2024.07.25 02:14:12.375569 [ 3 ] {d4a37477-e0dd-4587-b3dc-15b11353f5fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
10906 | 2024.07.25 02:14:12.375701 [ 3 ] {d4a37477-e0dd-4587-b3dc-15b11353f5fa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10907 | 2024.07.25 02:14:12.375960 [ 3 ] {d4a37477-e0dd-4587-b3dc-15b11353f5fa} <Trace> oximeter.measurements_bool (8163702d-f428-4b08-bb37-b5af976016c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10908 | 2024.07.25 02:14:12.375995 [ 3 ] {d4a37477-e0dd-4587-b3dc-15b11353f5fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10909 | 2024.07.25 02:14:12.376351 [ 3 ] {d4a37477-e0dd-4587-b3dc-15b11353f5fa} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
10910 | 2024.07.25 02:14:12.376670 [ 3 ] {d4a37477-e0dd-4587-b3dc-15b11353f5fa} <Trace> oximeter.measurements_bool (8163702d-f428-4b08-bb37-b5af976016c8): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10911 | 2024.07.25 02:14:12.376824 [ 3 ] {d4a37477-e0dd-4587-b3dc-15b11353f5fa} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001343 sec., 4467.6098287416235 rows/sec., 191.97 KiB/sec. | ||
10912 | 2024.07.25 02:14:12.376989 [ 3 ] {d4a37477-e0dd-4587-b3dc-15b11353f5fa} <Debug> DynamicQueryHandler: Done processing query | ||
10913 | 2024.07.25 02:14:12.377013 [ 3 ] {d4a37477-e0dd-4587-b3dc-15b11353f5fa} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
10914 | 2024.07.25 02:14:12.377029 [ 3 ] {} <Debug> HTTP-Session: 9d1e3025-6afb-4049-9008-184ba9d639e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10915 | 2024.07.25 02:14:12.377171 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 14082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10916 | 2024.07.25 02:14:12.377220 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10917 | 2024.07.25 02:14:12.377239 [ 3 ] {} <Debug> HTTP-Session: 2561e091-cc26-488c-83bb-08b8c2d9b95d Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
10918 | 2024.07.25 02:14:12.377254 [ 3 ] {} <Debug> HTTP-Session: 2561e091-cc26-488c-83bb-08b8c2d9b95d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10919 | 2024.07.25 02:14:12.377267 [ 3 ] {} <Debug> HTTP-Session: 2561e091-cc26-488c-83bb-08b8c2d9b95d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10920 | 2024.07.25 02:14:12.377298 [ 3 ] {} <Trace> HTTP-Session: 2561e091-cc26-488c-83bb-08b8c2d9b95d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10921 | 2024.07.25 02:14:12.377440 [ 3 ] {c294753f-53e0-4b3f-b34a-9cd07ba76090} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
10922 | 2024.07.25 02:14:12.377487 [ 3 ] {c294753f-53e0-4b3f-b34a-9cd07ba76090} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
10923 | 2024.07.25 02:14:12.377630 [ 3 ] {c294753f-53e0-4b3f-b34a-9cd07ba76090} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10924 | 2024.07.25 02:14:12.378011 [ 3 ] {c294753f-53e0-4b3f-b34a-9cd07ba76090} <Trace> oximeter.measurements_cumulativei64 (ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10925 | 2024.07.25 02:14:12.378047 [ 3 ] {c294753f-53e0-4b3f-b34a-9cd07ba76090} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10926 | 2024.07.25 02:14:12.378403 [ 3 ] {c294753f-53e0-4b3f-b34a-9cd07ba76090} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
10927 | 2024.07.25 02:14:12.378726 [ 3 ] {c294753f-53e0-4b3f-b34a-9cd07ba76090} <Trace> oximeter.measurements_cumulativei64 (ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10928 | 2024.07.25 02:14:12.378889 [ 3 ] {c294753f-53e0-4b3f-b34a-9cd07ba76090} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001507 sec., 51094.8905109489 rows/sec., 3.15 MiB/sec. | ||
10929 | 2024.07.25 02:14:12.379088 [ 3 ] {c294753f-53e0-4b3f-b34a-9cd07ba76090} <Debug> DynamicQueryHandler: Done processing query | ||
10930 | 2024.07.25 02:14:12.379114 [ 3 ] {c294753f-53e0-4b3f-b34a-9cd07ba76090} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
10931 | 2024.07.25 02:14:12.379130 [ 3 ] {} <Debug> HTTP-Session: 2561e091-cc26-488c-83bb-08b8c2d9b95d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10932 | 2024.07.25 02:14:12.379277 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 30798, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10933 | 2024.07.25 02:14:12.379325 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10934 | 2024.07.25 02:14:12.379344 [ 3 ] {} <Debug> HTTP-Session: a95c479c-9ad7-4b45-8064-fc2b54096b02 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
10935 | 2024.07.25 02:14:12.379359 [ 3 ] {} <Debug> HTTP-Session: a95c479c-9ad7-4b45-8064-fc2b54096b02 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10936 | 2024.07.25 02:14:12.379372 [ 3 ] {} <Debug> HTTP-Session: a95c479c-9ad7-4b45-8064-fc2b54096b02 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10937 | 2024.07.25 02:14:12.379403 [ 3 ] {} <Trace> HTTP-Session: a95c479c-9ad7-4b45-8064-fc2b54096b02 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10938 | 2024.07.25 02:14:12.379573 [ 3 ] {7b9bfb12-426b-4dc4-bc43-b1d03e4c77ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10939 | 2024.07.25 02:14:12.379619 [ 3 ] {7b9bfb12-426b-4dc4-bc43-b1d03e4c77ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10940 | 2024.07.25 02:14:12.379760 [ 3 ] {7b9bfb12-426b-4dc4-bc43-b1d03e4c77ac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10941 | 2024.07.25 02:14:12.380170 [ 3 ] {7b9bfb12-426b-4dc4-bc43-b1d03e4c77ac} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10942 | 2024.07.25 02:14:12.380206 [ 3 ] {7b9bfb12-426b-4dc4-bc43-b1d03e4c77ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10943 | 2024.07.25 02:14:12.380566 [ 3 ] {7b9bfb12-426b-4dc4-bc43-b1d03e4c77ac} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
10944 | 2024.07.25 02:14:12.380890 [ 3 ] {7b9bfb12-426b-4dc4-bc43-b1d03e4c77ac} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10945 | 2024.07.25 02:14:12.381045 [ 3 ] {7b9bfb12-426b-4dc4-bc43-b1d03e4c77ac} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001554 sec., 103603.6036036036 rows/sec., 7.22 MiB/sec. | ||
10946 | 2024.07.25 02:14:12.381303 [ 3 ] {7b9bfb12-426b-4dc4-bc43-b1d03e4c77ac} <Debug> DynamicQueryHandler: Done processing query | ||
10947 | 2024.07.25 02:14:12.381360 [ 3 ] {7b9bfb12-426b-4dc4-bc43-b1d03e4c77ac} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10948 | 2024.07.25 02:14:12.381419 [ 3 ] {} <Debug> HTTP-Session: a95c479c-9ad7-4b45-8064-fc2b54096b02 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10949 | 2024.07.25 02:14:12.381618 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 37046, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10950 | 2024.07.25 02:14:12.381670 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10951 | 2024.07.25 02:14:12.381689 [ 3 ] {} <Debug> HTTP-Session: 2e8275d1-48a9-4ee0-91a7-c36307c57af0 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
10952 | 2024.07.25 02:14:12.381705 [ 3 ] {} <Debug> HTTP-Session: 2e8275d1-48a9-4ee0-91a7-c36307c57af0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10953 | 2024.07.25 02:14:12.381719 [ 3 ] {} <Debug> HTTP-Session: 2e8275d1-48a9-4ee0-91a7-c36307c57af0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10954 | 2024.07.25 02:14:12.381751 [ 3 ] {} <Trace> HTTP-Session: 2e8275d1-48a9-4ee0-91a7-c36307c57af0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10955 | 2024.07.25 02:14:12.382017 [ 3 ] {a80b8b10-d24e-4b56-91ec-a85fcfb99c31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10956 | 2024.07.25 02:14:12.382087 [ 3 ] {a80b8b10-d24e-4b56-91ec-a85fcfb99c31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
10957 | 2024.07.25 02:14:12.382505 [ 3 ] {a80b8b10-d24e-4b56-91ec-a85fcfb99c31} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10958 | 2024.07.25 02:14:12.383138 [ 3 ] {a80b8b10-d24e-4b56-91ec-a85fcfb99c31} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10959 | 2024.07.25 02:14:12.383175 [ 3 ] {a80b8b10-d24e-4b56-91ec-a85fcfb99c31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10960 | 2024.07.25 02:14:12.383770 [ 3 ] {a80b8b10-d24e-4b56-91ec-a85fcfb99c31} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
10961 | 2024.07.25 02:14:12.384175 [ 3 ] {a80b8b10-d24e-4b56-91ec-a85fcfb99c31} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10962 | 2024.07.25 02:14:12.384340 [ 3 ] {a80b8b10-d24e-4b56-91ec-a85fcfb99c31} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002505 sec., 9181.636726546907 rows/sec., 16.45 MiB/sec. | ||
10963 | 2024.07.25 02:14:12.384608 [ 3 ] {a80b8b10-d24e-4b56-91ec-a85fcfb99c31} <Debug> DynamicQueryHandler: Done processing query | ||
10964 | 2024.07.25 02:14:12.384631 [ 3 ] {a80b8b10-d24e-4b56-91ec-a85fcfb99c31} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
10965 | 2024.07.25 02:14:12.384646 [ 3 ] {} <Debug> HTTP-Session: 2e8275d1-48a9-4ee0-91a7-c36307c57af0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10966 | 2024.07.25 02:14:12.384757 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 3211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10967 | 2024.07.25 02:14:12.384804 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10968 | 2024.07.25 02:14:12.384823 [ 3 ] {} <Debug> HTTP-Session: 59756c85-d248-4a7e-a364-bdb5ac15bed0 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
10969 | 2024.07.25 02:14:12.384839 [ 3 ] {} <Debug> HTTP-Session: 59756c85-d248-4a7e-a364-bdb5ac15bed0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10970 | 2024.07.25 02:14:12.384852 [ 3 ] {} <Debug> HTTP-Session: 59756c85-d248-4a7e-a364-bdb5ac15bed0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10971 | 2024.07.25 02:14:12.384883 [ 3 ] {} <Trace> HTTP-Session: 59756c85-d248-4a7e-a364-bdb5ac15bed0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10972 | 2024.07.25 02:14:12.384982 [ 3 ] {ee7a34db-c8e2-440a-9c44-41d5d8cd49c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
10973 | 2024.07.25 02:14:12.385028 [ 3 ] {ee7a34db-c8e2-440a-9c44-41d5d8cd49c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
10974 | 2024.07.25 02:14:12.385156 [ 3 ] {ee7a34db-c8e2-440a-9c44-41d5d8cd49c8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10975 | 2024.07.25 02:14:12.385422 [ 3 ] {ee7a34db-c8e2-440a-9c44-41d5d8cd49c8} <Trace> oximeter.measurements_i64 (4af3948b-7ee8-4a0a-bff7-9db9837b5273): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10976 | 2024.07.25 02:14:12.385458 [ 3 ] {ee7a34db-c8e2-440a-9c44-41d5d8cd49c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10977 | 2024.07.25 02:14:12.385806 [ 3 ] {ee7a34db-c8e2-440a-9c44-41d5d8cd49c8} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
10978 | 2024.07.25 02:14:12.386127 [ 3 ] {ee7a34db-c8e2-440a-9c44-41d5d8cd49c8} <Trace> oximeter.measurements_i64 (4af3948b-7ee8-4a0a-bff7-9db9837b5273): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10979 | 2024.07.25 02:14:12.386299 [ 3 ] {ee7a34db-c8e2-440a-9c44-41d5d8cd49c8} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001337 sec., 17202.69259536275 rows/sec., 930.55 KiB/sec. | ||
10980 | 2024.07.25 02:14:12.386774 [ 3 ] {ee7a34db-c8e2-440a-9c44-41d5d8cd49c8} <Debug> DynamicQueryHandler: Done processing query | ||
10981 | 2024.07.25 02:14:12.386870 [ 3 ] {ee7a34db-c8e2-440a-9c44-41d5d8cd49c8} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
10982 | 2024.07.25 02:14:12.386967 [ 3 ] {} <Debug> HTTP-Session: 59756c85-d248-4a7e-a364-bdb5ac15bed0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10983 | 2024.07.25 02:14:12.387255 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10984 | 2024.07.25 02:14:12.387359 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10985 | 2024.07.25 02:14:12.387384 [ 3 ] {} <Debug> HTTP-Session: 07276aa1-f70b-43d6-b49e-8a2b0a92fda7 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
10986 | 2024.07.25 02:14:12.387399 [ 3 ] {} <Debug> HTTP-Session: 07276aa1-f70b-43d6-b49e-8a2b0a92fda7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10987 | 2024.07.25 02:14:12.387413 [ 3 ] {} <Debug> HTTP-Session: 07276aa1-f70b-43d6-b49e-8a2b0a92fda7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10988 | 2024.07.25 02:14:12.387443 [ 3 ] {} <Trace> HTTP-Session: 07276aa1-f70b-43d6-b49e-8a2b0a92fda7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10989 | 2024.07.25 02:14:12.387576 [ 3 ] {69ce6091-4cbf-450c-9b84-ebe9177faff2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10990 | 2024.07.25 02:14:12.387621 [ 3 ] {69ce6091-4cbf-450c-9b84-ebe9177faff2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10991 | 2024.07.25 02:14:12.387761 [ 3 ] {69ce6091-4cbf-450c-9b84-ebe9177faff2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10992 | 2024.07.25 02:14:12.388044 [ 3 ] {69ce6091-4cbf-450c-9b84-ebe9177faff2} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10993 | 2024.07.25 02:14:12.388080 [ 3 ] {69ce6091-4cbf-450c-9b84-ebe9177faff2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10994 | 2024.07.25 02:14:12.388426 [ 3 ] {69ce6091-4cbf-450c-9b84-ebe9177faff2} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
10995 | 2024.07.25 02:14:12.388749 [ 3 ] {69ce6091-4cbf-450c-9b84-ebe9177faff2} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10996 | 2024.07.25 02:14:12.388904 [ 3 ] {69ce6091-4cbf-450c-9b84-ebe9177faff2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001377 sec., 43572.98474945534 rows/sec., 2.94 MiB/sec. | ||
10997 | 2024.07.25 02:14:12.389155 [ 3 ] {69ce6091-4cbf-450c-9b84-ebe9177faff2} <Debug> DynamicQueryHandler: Done processing query | ||
10998 | 2024.07.25 02:14:12.389208 [ 3 ] {69ce6091-4cbf-450c-9b84-ebe9177faff2} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10999 | 2024.07.25 02:14:12.389261 [ 3 ] {} <Debug> HTTP-Session: 07276aa1-f70b-43d6-b49e-8a2b0a92fda7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11000 | 2024.07.25 02:14:17.359584 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 1489, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11001 | 2024.07.25 02:14:17.359727 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11002 | 2024.07.25 02:14:17.359758 [ 3 ] {} <Debug> HTTP-Session: 1cd56740-aafa-4a2e-b6d7-bb3a471e126c Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
11003 | 2024.07.25 02:14:17.359786 [ 3 ] {} <Debug> HTTP-Session: 1cd56740-aafa-4a2e-b6d7-bb3a471e126c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11004 | 2024.07.25 02:14:17.359803 [ 3 ] {} <Debug> HTTP-Session: 1cd56740-aafa-4a2e-b6d7-bb3a471e126c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11005 | 2024.07.25 02:14:17.359859 [ 3 ] {} <Trace> HTTP-Session: 1cd56740-aafa-4a2e-b6d7-bb3a471e126c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11006 | 2024.07.25 02:14:17.360060 [ 3 ] {00c2dbad-3834-4b0d-9b38-a6d41155289c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11007 | 2024.07.25 02:14:17.360134 [ 3 ] {00c2dbad-3834-4b0d-9b38-a6d41155289c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11008 | 2024.07.25 02:14:17.360363 [ 3 ] {00c2dbad-3834-4b0d-9b38-a6d41155289c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11009 | 2024.07.25 02:14:17.360777 [ 3 ] {00c2dbad-3834-4b0d-9b38-a6d41155289c} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11010 | 2024.07.25 02:14:17.360822 [ 3 ] {00c2dbad-3834-4b0d-9b38-a6d41155289c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
11011 | 2024.07.25 02:14:17.361186 [ 3 ] {00c2dbad-3834-4b0d-9b38-a6d41155289c} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
11012 | 2024.07.25 02:14:17.361523 [ 3 ] {00c2dbad-3834-4b0d-9b38-a6d41155289c} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11013 | 2024.07.25 02:14:17.361694 [ 3 ] {00c2dbad-3834-4b0d-9b38-a6d41155289c} <Debug> executeQuery: Read 10 rows, 830.00 B in 0.001691 sec., 5913.660555884092 rows/sec., 479.33 KiB/sec. | ||
11014 | 2024.07.25 02:14:17.361912 [ 3 ] {00c2dbad-3834-4b0d-9b38-a6d41155289c} <Debug> DynamicQueryHandler: Done processing query | ||
11015 | 2024.07.25 02:14:17.361943 [ 3 ] {00c2dbad-3834-4b0d-9b38-a6d41155289c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11016 | 2024.07.25 02:14:17.361959 [ 3 ] {} <Debug> HTTP-Session: 1cd56740-aafa-4a2e-b6d7-bb3a471e126c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11017 | 2024.07.25 02:14:17.362084 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11018 | 2024.07.25 02:14:17.362142 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11019 | 2024.07.25 02:14:17.362163 [ 3 ] {} <Debug> HTTP-Session: 63b09ad7-ae41-4a6c-aae4-244ec23317bd Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
11020 | 2024.07.25 02:14:17.362181 [ 3 ] {} <Debug> HTTP-Session: 63b09ad7-ae41-4a6c-aae4-244ec23317bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11021 | 2024.07.25 02:14:17.362195 [ 3 ] {} <Debug> HTTP-Session: 63b09ad7-ae41-4a6c-aae4-244ec23317bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11022 | 2024.07.25 02:14:17.362232 [ 3 ] {} <Trace> HTTP-Session: 63b09ad7-ae41-4a6c-aae4-244ec23317bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11023 | 2024.07.25 02:14:17.362339 [ 3 ] {f05550b5-63e8-4efe-b8a5-77f6f976cace} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
11024 | 2024.07.25 02:14:17.362386 [ 3 ] {f05550b5-63e8-4efe-b8a5-77f6f976cace} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
11025 | 2024.07.25 02:14:17.362524 [ 3 ] {f05550b5-63e8-4efe-b8a5-77f6f976cace} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11026 | 2024.07.25 02:14:17.362809 [ 3 ] {f05550b5-63e8-4efe-b8a5-77f6f976cace} <Trace> oximeter.fields_ipaddr (330a275b-5c0e-4112-8190-93317cf14d06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11027 | 2024.07.25 02:14:17.362847 [ 3 ] {f05550b5-63e8-4efe-b8a5-77f6f976cace} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
11028 | 2024.07.25 02:14:17.363155 [ 3 ] {f05550b5-63e8-4efe-b8a5-77f6f976cace} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
11029 | 2024.07.25 02:14:17.363469 [ 3 ] {f05550b5-63e8-4efe-b8a5-77f6f976cace} <Trace> oximeter.fields_ipaddr (330a275b-5c0e-4112-8190-93317cf14d06): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11030 | 2024.07.25 02:14:17.363627 [ 3 ] {f05550b5-63e8-4efe-b8a5-77f6f976cace} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001308 sec., 1529.0519877675843 rows/sec., 124.68 KiB/sec. | ||
11031 | 2024.07.25 02:14:17.363625 [ 112 ] {} <Debug> oximeter.fields_ipaddr (330a275b-5c0e-4112-8190-93317cf14d06) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
11032 | 2024.07.25 02:14:17.363739 [ 112 ] {} <Trace> oximeter.fields_ipaddr (330a275b-5c0e-4112-8190-93317cf14d06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11033 | 2024.07.25 02:14:17.363781 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
11034 | 2024.07.25 02:14:17.363868 [ 3 ] {f05550b5-63e8-4efe-b8a5-77f6f976cace} <Debug> DynamicQueryHandler: Done processing query | ||
11035 | 2024.07.25 02:14:17.363930 [ 3 ] {f05550b5-63e8-4efe-b8a5-77f6f976cace} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11036 | 2024.07.25 02:14:17.363966 [ 3 ] {} <Debug> HTTP-Session: 63b09ad7-ae41-4a6c-aae4-244ec23317bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11037 | 2024.07.25 02:14:17.363986 [ 186 ] {330a275b-5c0e-4112-8190-93317cf14d06::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 | ||
11038 | 2024.07.25 02:14:17.364148 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 17493, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11039 | 2024.07.25 02:14:17.364222 [ 186 ] {330a275b-5c0e-4112-8190-93317cf14d06::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11040 | 2024.07.25 02:14:17.364239 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11041 | 2024.07.25 02:14:17.364285 [ 3 ] {} <Debug> HTTP-Session: 10a6914e-2781-4aec-bddb-3bf60f4489c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
11042 | 2024.07.25 02:14:17.364284 [ 186 ] {330a275b-5c0e-4112-8190-93317cf14d06::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 | ||
11043 | 2024.07.25 02:14:17.364312 [ 3 ] {} <Debug> HTTP-Session: 10a6914e-2781-4aec-bddb-3bf60f4489c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11044 | 2024.07.25 02:14:17.364359 [ 3 ] {} <Debug> HTTP-Session: 10a6914e-2781-4aec-bddb-3bf60f4489c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11045 | 2024.07.25 02:14:17.364480 [ 3 ] {} <Trace> HTTP-Session: 10a6914e-2781-4aec-bddb-3bf60f4489c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11046 | 2024.07.25 02:14:17.364531 [ 186 ] {330a275b-5c0e-4112-8190-93317cf14d06::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 8 rows starting from the beginning of the part | ||
11047 | 2024.07.25 02:14:17.364782 [ 186 ] {330a275b-5c0e-4112-8190-93317cf14d06::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 2 rows starting from the beginning of the part | ||
11048 | 2024.07.25 02:14:17.364928 [ 3 ] {e4a37f1f-f323-4e73-a67e-ae05e1200e82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11049 | 2024.07.25 02:14:17.365065 [ 186 ] {330a275b-5c0e-4112-8190-93317cf14d06::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 | ||
11050 | 2024.07.25 02:14:17.365079 [ 3 ] {e4a37f1f-f323-4e73-a67e-ae05e1200e82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11051 | 2024.07.25 02:14:17.365427 [ 186 ] {330a275b-5c0e-4112-8190-93317cf14d06::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 | ||
11052 | 2024.07.25 02:14:17.365748 [ 186 ] {330a275b-5c0e-4112-8190-93317cf14d06::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 | ||
11053 | 2024.07.25 02:14:17.366343 [ 3 ] {e4a37f1f-f323-4e73-a67e-ae05e1200e82} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11054 | 2024.07.25 02:14:17.367263 [ 3 ] {e4a37f1f-f323-4e73-a67e-ae05e1200e82} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11055 | 2024.07.25 02:14:17.367349 [ 3 ] {e4a37f1f-f323-4e73-a67e-ae05e1200e82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
11056 | 2024.07.25 02:14:17.368338 [ 3 ] {e4a37f1f-f323-4e73-a67e-ae05e1200e82} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
11057 | 2024.07.25 02:14:17.368388 [ 186 ] {330a275b-5c0e-4112-8190-93317cf14d06::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.004536349 sec., 7054.130976254251 rows/sec., 575.21 KiB/sec. | ||
11058 | 2024.07.25 02:14:17.368579 [ 186 ] {330a275b-5c0e-4112-8190-93317cf14d06::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
11059 | 2024.07.25 02:14:17.369119 [ 3 ] {e4a37f1f-f323-4e73-a67e-ae05e1200e82} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11060 | 2024.07.25 02:14:17.369418 [ 3 ] {e4a37f1f-f323-4e73-a67e-ae05e1200e82} <Debug> executeQuery: Read 123 rows, 10.01 KiB in 0.004733 sec., 25987.74561588844 rows/sec., 2.07 MiB/sec. | ||
11061 | 2024.07.25 02:14:17.369483 [ 186 ] {330a275b-5c0e-4112-8190-93317cf14d06::all_1_21_4} <Trace> oximeter.fields_ipaddr (330a275b-5c0e-4112-8190-93317cf14d06): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11062 | 2024.07.25 02:14:17.369675 [ 186 ] {330a275b-5c0e-4112-8190-93317cf14d06::all_1_21_4} <Trace> oximeter.fields_ipaddr (330a275b-5c0e-4112-8190-93317cf14d06) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
11063 | 2024.07.25 02:14:17.369807 [ 3 ] {e4a37f1f-f323-4e73-a67e-ae05e1200e82} <Debug> DynamicQueryHandler: Done processing query | ||
11064 | 2024.07.25 02:14:17.369837 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
11065 | 2024.07.25 02:14:17.369857 [ 3 ] {e4a37f1f-f323-4e73-a67e-ae05e1200e82} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
11066 | 2024.07.25 02:14:17.369890 [ 3 ] {} <Debug> HTTP-Session: 10a6914e-2781-4aec-bddb-3bf60f4489c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11067 | 2024.07.25 02:14:17.370010 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11068 | 2024.07.25 02:14:17.370061 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11069 | 2024.07.25 02:14:17.370081 [ 3 ] {} <Debug> HTTP-Session: b6d8eeab-3ec3-4f40-917e-f5340004e55d Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
11070 | 2024.07.25 02:14:17.370099 [ 3 ] {} <Debug> HTTP-Session: b6d8eeab-3ec3-4f40-917e-f5340004e55d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11071 | 2024.07.25 02:14:17.370113 [ 3 ] {} <Debug> HTTP-Session: b6d8eeab-3ec3-4f40-917e-f5340004e55d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11072 | 2024.07.25 02:14:17.370146 [ 3 ] {} <Trace> HTTP-Session: b6d8eeab-3ec3-4f40-917e-f5340004e55d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11073 | 2024.07.25 02:14:17.370247 [ 3 ] {25380e67-c3d6-47ce-b325-5b630ddf4d2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
11074 | 2024.07.25 02:14:17.370290 [ 3 ] {25380e67-c3d6-47ce-b325-5b630ddf4d2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11075 | 2024.07.25 02:14:17.370438 [ 3 ] {25380e67-c3d6-47ce-b325-5b630ddf4d2b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11076 | 2024.07.25 02:14:17.370716 [ 3 ] {25380e67-c3d6-47ce-b325-5b630ddf4d2b} <Trace> oximeter.fields_u16 (977fada6-76a3-44eb-8ed0-7c71340c6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11077 | 2024.07.25 02:14:17.370752 [ 3 ] {25380e67-c3d6-47ce-b325-5b630ddf4d2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
11078 | 2024.07.25 02:14:17.371054 [ 3 ] {25380e67-c3d6-47ce-b325-5b630ddf4d2b} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
11079 | 2024.07.25 02:14:17.371365 [ 3 ] {25380e67-c3d6-47ce-b325-5b630ddf4d2b} <Trace> oximeter.fields_u16 (977fada6-76a3-44eb-8ed0-7c71340c6e1a): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11080 | 2024.07.25 02:14:17.371517 [ 112 ] {} <Debug> oximeter.fields_u16 (977fada6-76a3-44eb-8ed0-7c71340c6e1a) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
11081 | 2024.07.25 02:14:17.371526 [ 3 ] {25380e67-c3d6-47ce-b325-5b630ddf4d2b} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001294 sec., 1545.595054095827 rows/sec., 107.92 KiB/sec. | ||
11082 | 2024.07.25 02:14:17.371567 [ 112 ] {} <Trace> oximeter.fields_u16 (977fada6-76a3-44eb-8ed0-7c71340c6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11083 | 2024.07.25 02:14:17.371638 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
11084 | 2024.07.25 02:14:17.371787 [ 193 ] {977fada6-76a3-44eb-8ed0-7c71340c6e1a::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 | ||
11085 | 2024.07.25 02:14:17.371813 [ 3 ] {25380e67-c3d6-47ce-b325-5b630ddf4d2b} <Debug> DynamicQueryHandler: Done processing query | ||
11086 | 2024.07.25 02:14:17.371842 [ 3 ] {25380e67-c3d6-47ce-b325-5b630ddf4d2b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11087 | 2024.07.25 02:14:17.371860 [ 3 ] {} <Debug> HTTP-Session: b6d8eeab-3ec3-4f40-917e-f5340004e55d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11088 | 2024.07.25 02:14:17.371922 [ 193 ] {977fada6-76a3-44eb-8ed0-7c71340c6e1a::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11089 | 2024.07.25 02:14:17.371953 [ 193 ] {977fada6-76a3-44eb-8ed0-7c71340c6e1a::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 | ||
11090 | 2024.07.25 02:14:17.372002 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 16957, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11091 | 2024.07.25 02:14:17.372063 [ 193 ] {977fada6-76a3-44eb-8ed0-7c71340c6e1a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 8 rows starting from the beginning of the part | ||
11092 | 2024.07.25 02:14:17.372083 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11093 | 2024.07.25 02:14:17.372159 [ 3 ] {} <Debug> HTTP-Session: 0eb173db-5cdf-4696-a3a5-ad5ee9755a87 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
11094 | 2024.07.25 02:14:17.372252 [ 3 ] {} <Debug> HTTP-Session: 0eb173db-5cdf-4696-a3a5-ad5ee9755a87 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11095 | 2024.07.25 02:14:17.372319 [ 193 ] {977fada6-76a3-44eb-8ed0-7c71340c6e1a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 2 rows starting from the beginning of the part | ||
11096 | 2024.07.25 02:14:17.372328 [ 3 ] {} <Debug> HTTP-Session: 0eb173db-5cdf-4696-a3a5-ad5ee9755a87 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11097 | 2024.07.25 02:14:17.372477 [ 3 ] {} <Trace> HTTP-Session: 0eb173db-5cdf-4696-a3a5-ad5ee9755a87 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11098 | 2024.07.25 02:14:17.372663 [ 193 ] {977fada6-76a3-44eb-8ed0-7c71340c6e1a::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 | ||
11099 | 2024.07.25 02:14:17.372816 [ 193 ] {977fada6-76a3-44eb-8ed0-7c71340c6e1a::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 | ||
11100 | 2024.07.25 02:14:17.372836 [ 3 ] {33cfe955-9a2a-4422-9c44-50ab11a36d43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11101 | 2024.07.25 02:14:17.372937 [ 3 ] {33cfe955-9a2a-4422-9c44-50ab11a36d43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11102 | 2024.07.25 02:14:17.372952 [ 193 ] {977fada6-76a3-44eb-8ed0-7c71340c6e1a::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 | ||
11103 | 2024.07.25 02:14:17.373596 [ 3 ] {33cfe955-9a2a-4422-9c44-50ab11a36d43} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11104 | 2024.07.25 02:14:17.374333 [ 3 ] {33cfe955-9a2a-4422-9c44-50ab11a36d43} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11105 | 2024.07.25 02:14:17.374376 [ 3 ] {33cfe955-9a2a-4422-9c44-50ab11a36d43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
11106 | 2024.07.25 02:14:17.374723 [ 193 ] {977fada6-76a3-44eb-8ed0-7c71340c6e1a::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.002997366 sec., 10676.040229988597 rows/sec., 745.45 KiB/sec. | ||
11107 | 2024.07.25 02:14:17.374848 [ 193 ] {977fada6-76a3-44eb-8ed0-7c71340c6e1a::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
11108 | 2024.07.25 02:14:17.374885 [ 3 ] {33cfe955-9a2a-4422-9c44-50ab11a36d43} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
11109 | 2024.07.25 02:14:17.375397 [ 193 ] {977fada6-76a3-44eb-8ed0-7c71340c6e1a::all_1_21_4} <Trace> oximeter.fields_u16 (977fada6-76a3-44eb-8ed0-7c71340c6e1a): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11110 | 2024.07.25 02:14:17.375443 [ 3 ] {33cfe955-9a2a-4422-9c44-50ab11a36d43} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): 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.07.25 02:14:17.375506 [ 193 ] {977fada6-76a3-44eb-8ed0-7c71340c6e1a::all_1_21_4} <Trace> oximeter.fields_u16 (977fada6-76a3-44eb-8ed0-7c71340c6e1a) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
11112 | 2024.07.25 02:14:17.375658 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
11113 | 2024.07.25 02:14:17.375701 [ 3 ] {33cfe955-9a2a-4422-9c44-50ab11a36d43} <Debug> executeQuery: Read 100 rows, 7.98 KiB in 0.003012 sec., 33200.531208499335 rows/sec., 2.59 MiB/sec. | ||
11114 | 2024.07.25 02:14:17.375873 [ 3 ] {33cfe955-9a2a-4422-9c44-50ab11a36d43} <Debug> DynamicQueryHandler: Done processing query | ||
11115 | 2024.07.25 02:14:17.375897 [ 3 ] {33cfe955-9a2a-4422-9c44-50ab11a36d43} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
11116 | 2024.07.25 02:14:17.375911 [ 3 ] {} <Debug> HTTP-Session: 0eb173db-5cdf-4696-a3a5-ad5ee9755a87 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11117 | 2024.07.25 02:14:17.376049 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 37762, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11118 | 2024.07.25 02:14:17.376161 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11119 | 2024.07.25 02:14:17.376179 [ 3 ] {} <Debug> HTTP-Session: bd66569f-fb2c-4477-80cf-bece47e3dec5 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
11120 | 2024.07.25 02:14:17.376196 [ 3 ] {} <Debug> HTTP-Session: bd66569f-fb2c-4477-80cf-bece47e3dec5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11121 | 2024.07.25 02:14:17.376209 [ 3 ] {} <Debug> HTTP-Session: bd66569f-fb2c-4477-80cf-bece47e3dec5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11122 | 2024.07.25 02:14:17.376241 [ 3 ] {} <Trace> HTTP-Session: bd66569f-fb2c-4477-80cf-bece47e3dec5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11123 | 2024.07.25 02:14:17.376428 [ 3 ] {279cebe1-0162-4989-bf7b-cf9c4100dc1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11124 | 2024.07.25 02:14:17.376476 [ 3 ] {279cebe1-0162-4989-bf7b-cf9c4100dc1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11125 | 2024.07.25 02:14:17.376623 [ 3 ] {279cebe1-0162-4989-bf7b-cf9c4100dc1a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11126 | 2024.07.25 02:14:17.377045 [ 3 ] {279cebe1-0162-4989-bf7b-cf9c4100dc1a} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11127 | 2024.07.25 02:14:17.377081 [ 3 ] {279cebe1-0162-4989-bf7b-cf9c4100dc1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
11128 | 2024.07.25 02:14:17.377485 [ 3 ] {279cebe1-0162-4989-bf7b-cf9c4100dc1a} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
11129 | 2024.07.25 02:14:17.377823 [ 3 ] {279cebe1-0162-4989-bf7b-cf9c4100dc1a} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11130 | 2024.07.25 02:14:17.377977 [ 3 ] {279cebe1-0162-4989-bf7b-cf9c4100dc1a} <Debug> executeQuery: Read 197 rows, 14.08 KiB in 0.001644 sec., 119829.68369829684 rows/sec., 8.37 MiB/sec. | ||
11131 | 2024.07.25 02:14:17.378151 [ 3 ] {279cebe1-0162-4989-bf7b-cf9c4100dc1a} <Debug> DynamicQueryHandler: Done processing query | ||
11132 | 2024.07.25 02:14:17.378176 [ 3 ] {279cebe1-0162-4989-bf7b-cf9c4100dc1a} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
11133 | 2024.07.25 02:14:17.378191 [ 3 ] {} <Debug> HTTP-Session: bd66569f-fb2c-4477-80cf-bece47e3dec5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11134 | 2024.07.25 02:14:17.378322 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 16115, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11135 | 2024.07.25 02:14:17.378371 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11136 | 2024.07.25 02:14:17.378390 [ 3 ] {} <Debug> HTTP-Session: 79a98117-7755-4d6a-b1f2-07ad24ab3b27 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
11137 | 2024.07.25 02:14:17.378406 [ 3 ] {} <Debug> HTTP-Session: 79a98117-7755-4d6a-b1f2-07ad24ab3b27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11138 | 2024.07.25 02:14:17.378420 [ 3 ] {} <Debug> HTTP-Session: 79a98117-7755-4d6a-b1f2-07ad24ab3b27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11139 | 2024.07.25 02:14:17.378450 [ 3 ] {} <Trace> HTTP-Session: 79a98117-7755-4d6a-b1f2-07ad24ab3b27 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11140 | 2024.07.25 02:14:17.378636 [ 3 ] {9b553fe9-9361-42e0-9d7e-e724082b9320} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11141 | 2024.07.25 02:14:17.378699 [ 3 ] {9b553fe9-9361-42e0-9d7e-e724082b9320} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
11142 | 2024.07.25 02:14:17.379094 [ 3 ] {9b553fe9-9361-42e0-9d7e-e724082b9320} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11143 | 2024.07.25 02:14:17.379625 [ 3 ] {9b553fe9-9361-42e0-9d7e-e724082b9320} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11144 | 2024.07.25 02:14:17.379661 [ 3 ] {9b553fe9-9361-42e0-9d7e-e724082b9320} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
11145 | 2024.07.25 02:14:17.380236 [ 3 ] {9b553fe9-9361-42e0-9d7e-e724082b9320} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
11146 | 2024.07.25 02:14:17.380636 [ 3 ] {9b553fe9-9361-42e0-9d7e-e724082b9320} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11147 | 2024.07.25 02:14:17.380781 [ 3 ] {9b553fe9-9361-42e0-9d7e-e724082b9320} <Debug> executeQuery: Read 10 rows, 18.35 KiB in 0.002254 sec., 4436.557231588287 rows/sec., 7.95 MiB/sec. | ||
11148 | 2024.07.25 02:14:17.380792 [ 111 ] {} <Debug> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
11149 | 2024.07.25 02:14:17.380862 [ 111 ] {} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11150 | 2024.07.25 02:14:17.380913 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
11151 | 2024.07.25 02:14:17.381099 [ 3 ] {9b553fe9-9361-42e0-9d7e-e724082b9320} <Debug> DynamicQueryHandler: Done processing query | ||
11152 | 2024.07.25 02:14:17.381106 [ 190 ] {1b204426-e0ed-4472-aac2-bb616a256d25::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 | ||
11153 | 2024.07.25 02:14:17.381133 [ 3 ] {9b553fe9-9361-42e0-9d7e-e724082b9320} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
11154 | 2024.07.25 02:14:17.381179 [ 3 ] {} <Debug> HTTP-Session: 79a98117-7755-4d6a-b1f2-07ad24ab3b27 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11155 | 2024.07.25 02:14:17.381378 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11156 | 2024.07.25 02:14:17.381507 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11157 | 2024.07.25 02:14:17.381582 [ 3 ] {} <Debug> HTTP-Session: 6a6a27cb-df6b-4786-b9d5-cb8c2039cfbd Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
11158 | 2024.07.25 02:14:17.381637 [ 3 ] {} <Debug> HTTP-Session: 6a6a27cb-df6b-4786-b9d5-cb8c2039cfbd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11159 | 2024.07.25 02:14:17.381684 [ 3 ] {} <Debug> HTTP-Session: 6a6a27cb-df6b-4786-b9d5-cb8c2039cfbd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11160 | 2024.07.25 02:14:17.381789 [ 3 ] {} <Trace> HTTP-Session: 6a6a27cb-df6b-4786-b9d5-cb8c2039cfbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11161 | 2024.07.25 02:14:17.381878 [ 190 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11162 | 2024.07.25 02:14:17.382053 [ 190 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 769 rows starting from the beginning of the part | ||
11163 | 2024.07.25 02:14:17.382098 [ 3 ] {760ec84f-f7ac-40e4-8da3-840d760c5d16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11164 | 2024.07.25 02:14:17.382219 [ 3 ] {760ec84f-f7ac-40e4-8da3-840d760c5d16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11165 | 2024.07.25 02:14:17.382755 [ 190 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 10 rows starting from the beginning of the part | ||
11166 | 2024.07.25 02:14:17.383240 [ 3 ] {760ec84f-f7ac-40e4-8da3-840d760c5d16} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11167 | 2024.07.25 02:14:17.383511 [ 190 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 23 rows starting from the beginning of the part | ||
11168 | 2024.07.25 02:14:17.384103 [ 190 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 10 rows starting from the beginning of the part | ||
11169 | 2024.07.25 02:14:17.384554 [ 3 ] {760ec84f-f7ac-40e4-8da3-840d760c5d16} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11170 | 2024.07.25 02:14:17.384648 [ 3 ] {760ec84f-f7ac-40e4-8da3-840d760c5d16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
11171 | 2024.07.25 02:14:17.384724 [ 190 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 23 rows starting from the beginning of the part | ||
11172 | 2024.07.25 02:14:17.385318 [ 190 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 10 rows starting from the beginning of the part | ||
11173 | 2024.07.25 02:14:17.385997 [ 3 ] {760ec84f-f7ac-40e4-8da3-840d760c5d16} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
11174 | 2024.07.25 02:14:17.386827 [ 3 ] {760ec84f-f7ac-40e4-8da3-840d760c5d16} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11175 | 2024.07.25 02:14:17.387234 [ 3 ] {760ec84f-f7ac-40e4-8da3-840d760c5d16} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005255 sec., 11417.697431018078 rows/sec., 787.94 KiB/sec. | ||
11176 | 2024.07.25 02:14:17.387712 [ 3 ] {760ec84f-f7ac-40e4-8da3-840d760c5d16} <Debug> DynamicQueryHandler: Done processing query | ||
11177 | 2024.07.25 02:14:17.387783 [ 3 ] {760ec84f-f7ac-40e4-8da3-840d760c5d16} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11178 | 2024.07.25 02:14:17.387841 [ 3 ] {} <Debug> HTTP-Session: 6a6a27cb-df6b-4786-b9d5-cb8c2039cfbd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11179 | 2024.07.25 02:14:17.393987 [ 200 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 845 rows, containing 19 columns (19 merged, 0 gathered) in 0.01296029 sec., 65199.15835216651 rows/sec., 116.83 MiB/sec. | ||
11180 | 2024.07.25 02:14:17.395430 [ 200 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
11181 | 2024.07.25 02:14:17.396111 [ 200 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_51_10} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11182 | 2024.07.25 02:14:17.396224 [ 200 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_51_10} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
11183 | 2024.07.25 02:14:17.396409 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.49 MiB. | ||
11184 | 2024.07.25 02:14:21.243628 [ 107 ] {} <Debug> DNSResolver: Updating DNS cache | ||
11185 | 2024.07.25 02:14:21.243703 [ 107 ] {} <Debug> DNSResolver: Updated DNS cache | ||
11186 | 2024.07.25 02:14:22.364445 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 4045, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11187 | 2024.07.25 02:14:22.364565 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11188 | 2024.07.25 02:14:22.364592 [ 3 ] {} <Debug> HTTP-Session: 267b6f39-07cb-4cd6-99e5-42425d0183f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
11189 | 2024.07.25 02:14:22.364628 [ 3 ] {} <Debug> HTTP-Session: 267b6f39-07cb-4cd6-99e5-42425d0183f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11190 | 2024.07.25 02:14:22.364654 [ 3 ] {} <Debug> HTTP-Session: 267b6f39-07cb-4cd6-99e5-42425d0183f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11191 | 2024.07.25 02:14:22.364727 [ 3 ] {} <Trace> HTTP-Session: 267b6f39-07cb-4cd6-99e5-42425d0183f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11192 | 2024.07.25 02:14:22.364994 [ 3 ] {508009fc-cb15-46c6-82d1-70914e857dbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11193 | 2024.07.25 02:14:22.365091 [ 3 ] {508009fc-cb15-46c6-82d1-70914e857dbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11194 | 2024.07.25 02:14:22.365380 [ 3 ] {508009fc-cb15-46c6-82d1-70914e857dbb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11195 | 2024.07.25 02:14:22.365951 [ 3 ] {508009fc-cb15-46c6-82d1-70914e857dbb} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11196 | 2024.07.25 02:14:22.365991 [ 3 ] {508009fc-cb15-46c6-82d1-70914e857dbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
11197 | 2024.07.25 02:14:22.366362 [ 3 ] {508009fc-cb15-46c6-82d1-70914e857dbb} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
11198 | 2024.07.25 02:14:22.366700 [ 3 ] {508009fc-cb15-46c6-82d1-70914e857dbb} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11199 | 2024.07.25 02:14:22.366844 [ 3 ] {508009fc-cb15-46c6-82d1-70914e857dbb} <Debug> executeQuery: Read 29 rows, 2.20 KiB in 0.001941 sec., 14940.752189592993 rows/sec., 1.11 MiB/sec. | ||
11200 | 2024.07.25 02:14:22.367071 [ 3 ] {508009fc-cb15-46c6-82d1-70914e857dbb} <Debug> DynamicQueryHandler: Done processing query | ||
11201 | 2024.07.25 02:14:22.367100 [ 3 ] {508009fc-cb15-46c6-82d1-70914e857dbb} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11202 | 2024.07.25 02:14:22.367116 [ 3 ] {} <Debug> HTTP-Session: 267b6f39-07cb-4cd6-99e5-42425d0183f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11203 | 2024.07.25 02:14:22.367260 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 1304, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11204 | 2024.07.25 02:14:22.367317 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11205 | 2024.07.25 02:14:22.367337 [ 3 ] {} <Debug> HTTP-Session: 338404aa-272d-4a11-8d60-451e5bbd0a88 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
11206 | 2024.07.25 02:14:22.367355 [ 3 ] {} <Debug> HTTP-Session: 338404aa-272d-4a11-8d60-451e5bbd0a88 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11207 | 2024.07.25 02:14:22.367369 [ 3 ] {} <Debug> HTTP-Session: 338404aa-272d-4a11-8d60-451e5bbd0a88 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11208 | 2024.07.25 02:14:22.367404 [ 3 ] {} <Trace> HTTP-Session: 338404aa-272d-4a11-8d60-451e5bbd0a88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11209 | 2024.07.25 02:14:22.367513 [ 3 ] {0857e9fb-4f07-4478-98f4-c83c571f3dda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
11210 | 2024.07.25 02:14:22.367558 [ 3 ] {0857e9fb-4f07-4478-98f4-c83c571f3dda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
11211 | 2024.07.25 02:14:22.367690 [ 3 ] {0857e9fb-4f07-4478-98f4-c83c571f3dda} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11212 | 2024.07.25 02:14:22.368003 [ 3 ] {0857e9fb-4f07-4478-98f4-c83c571f3dda} <Trace> oximeter.fields_ipaddr (330a275b-5c0e-4112-8190-93317cf14d06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11213 | 2024.07.25 02:14:22.368039 [ 3 ] {0857e9fb-4f07-4478-98f4-c83c571f3dda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
11214 | 2024.07.25 02:14:22.368344 [ 3 ] {0857e9fb-4f07-4478-98f4-c83c571f3dda} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
11215 | 2024.07.25 02:14:22.368651 [ 3 ] {0857e9fb-4f07-4478-98f4-c83c571f3dda} <Trace> oximeter.fields_ipaddr (330a275b-5c0e-4112-8190-93317cf14d06): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11216 | 2024.07.25 02:14:22.368778 [ 3 ] {0857e9fb-4f07-4478-98f4-c83c571f3dda} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001296 sec., 6172.839506172839 rows/sec., 503.35 KiB/sec. | ||
11217 | 2024.07.25 02:14:22.368953 [ 3 ] {0857e9fb-4f07-4478-98f4-c83c571f3dda} <Debug> DynamicQueryHandler: Done processing query | ||
11218 | 2024.07.25 02:14:22.368979 [ 3 ] {0857e9fb-4f07-4478-98f4-c83c571f3dda} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11219 | 2024.07.25 02:14:22.368995 [ 3 ] {} <Debug> HTTP-Session: 338404aa-272d-4a11-8d60-451e5bbd0a88 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11220 | 2024.07.25 02:14:22.369171 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 35265, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11221 | 2024.07.25 02:14:22.369221 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11222 | 2024.07.25 02:14:22.369239 [ 3 ] {} <Debug> HTTP-Session: 7d5ce96b-45d9-415d-ac4f-9c5e89b0c73c Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
11223 | 2024.07.25 02:14:22.369255 [ 3 ] {} <Debug> HTTP-Session: 7d5ce96b-45d9-415d-ac4f-9c5e89b0c73c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11224 | 2024.07.25 02:14:22.369269 [ 3 ] {} <Debug> HTTP-Session: 7d5ce96b-45d9-415d-ac4f-9c5e89b0c73c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11225 | 2024.07.25 02:14:22.369299 [ 3 ] {} <Trace> HTTP-Session: 7d5ce96b-45d9-415d-ac4f-9c5e89b0c73c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11226 | 2024.07.25 02:14:22.369513 [ 3 ] {27108ff0-26d4-478c-b89f-3380a0e7f199} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11227 | 2024.07.25 02:14:22.369556 [ 3 ] {27108ff0-26d4-478c-b89f-3380a0e7f199} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11228 | 2024.07.25 02:14:22.369679 [ 3 ] {27108ff0-26d4-478c-b89f-3380a0e7f199} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11229 | 2024.07.25 02:14:22.370127 [ 3 ] {27108ff0-26d4-478c-b89f-3380a0e7f199} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11230 | 2024.07.25 02:14:22.370163 [ 3 ] {27108ff0-26d4-478c-b89f-3380a0e7f199} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
11231 | 2024.07.25 02:14:22.370484 [ 3 ] {27108ff0-26d4-478c-b89f-3380a0e7f199} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
11232 | 2024.07.25 02:14:22.370783 [ 3 ] {27108ff0-26d4-478c-b89f-3380a0e7f199} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11233 | 2024.07.25 02:14:22.370905 [ 107 ] {} <Debug> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
11234 | 2024.07.25 02:14:22.370907 [ 3 ] {27108ff0-26d4-478c-b89f-3380a0e7f199} <Debug> executeQuery: Read 234 rows, 21.05 KiB in 0.001519 sec., 154048.71626069784 rows/sec., 13.53 MiB/sec. | ||
11235 | 2024.07.25 02:14:22.370953 [ 107 ] {} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11236 | 2024.07.25 02:14:22.370993 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
11237 | 2024.07.25 02:14:22.371121 [ 3 ] {27108ff0-26d4-478c-b89f-3380a0e7f199} <Debug> DynamicQueryHandler: Done processing query | ||
11238 | 2024.07.25 02:14:22.371123 [ 197 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::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 | ||
11239 | 2024.07.25 02:14:22.371166 [ 3 ] {27108ff0-26d4-478c-b89f-3380a0e7f199} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
11240 | 2024.07.25 02:14:22.371197 [ 3 ] {} <Debug> HTTP-Session: 7d5ce96b-45d9-415d-ac4f-9c5e89b0c73c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11241 | 2024.07.25 02:14:22.371297 [ 197 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11242 | 2024.07.25 02:14:22.371335 [ 197 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 304 rows starting from the beginning of the part | ||
11243 | 2024.07.25 02:14:22.371375 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 1170, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11244 | 2024.07.25 02:14:22.371448 [ 197 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 230 rows starting from the beginning of the part | ||
11245 | 2024.07.25 02:14:22.371456 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11246 | 2024.07.25 02:14:22.371573 [ 3 ] {} <Debug> HTTP-Session: 161f64f2-aee8-4801-b3ae-c38f6dd1892c Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
11247 | 2024.07.25 02:14:22.371714 [ 3 ] {} <Debug> HTTP-Session: 161f64f2-aee8-4801-b3ae-c38f6dd1892c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11248 | 2024.07.25 02:14:22.371846 [ 3 ] {} <Debug> HTTP-Session: 161f64f2-aee8-4801-b3ae-c38f6dd1892c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11249 | 2024.07.25 02:14:22.371918 [ 197 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 87 rows starting from the beginning of the part | ||
11250 | 2024.07.25 02:14:22.371991 [ 3 ] {} <Trace> HTTP-Session: 161f64f2-aee8-4801-b3ae-c38f6dd1892c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11251 | 2024.07.25 02:14:22.372063 [ 197 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 231 rows starting from the beginning of the part | ||
11252 | 2024.07.25 02:14:22.372195 [ 3 ] {22d2f841-c4b8-423c-8c4b-f19420b6d94f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
11253 | 2024.07.25 02:14:22.372208 [ 197 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 123 rows starting from the beginning of the part | ||
11254 | 2024.07.25 02:14:22.372260 [ 3 ] {22d2f841-c4b8-423c-8c4b-f19420b6d94f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11255 | 2024.07.25 02:14:22.372357 [ 197 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 234 rows starting from the beginning of the part | ||
11256 | 2024.07.25 02:14:22.372660 [ 3 ] {22d2f841-c4b8-423c-8c4b-f19420b6d94f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11257 | 2024.07.25 02:14:22.373133 [ 3 ] {22d2f841-c4b8-423c-8c4b-f19420b6d94f} <Trace> oximeter.fields_u16 (977fada6-76a3-44eb-8ed0-7c71340c6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11258 | 2024.07.25 02:14:22.373177 [ 3 ] {22d2f841-c4b8-423c-8c4b-f19420b6d94f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
11259 | 2024.07.25 02:14:22.373683 [ 3 ] {22d2f841-c4b8-423c-8c4b-f19420b6d94f} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
11260 | 2024.07.25 02:14:22.374177 [ 3 ] {22d2f841-c4b8-423c-8c4b-f19420b6d94f} <Trace> oximeter.fields_u16 (977fada6-76a3-44eb-8ed0-7c71340c6e1a): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11261 | 2024.07.25 02:14:22.374230 [ 197 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1209 rows, containing 4 columns (4 merged, 0 gathered) in 0.003172138 sec., 381130.95962407684 rows/sec., 32.86 MiB/sec. | ||
11262 | 2024.07.25 02:14:22.374369 [ 3 ] {22d2f841-c4b8-423c-8c4b-f19420b6d94f} <Debug> executeQuery: Read 8 rows, 572.00 B in 0.002246 sec., 3561.887800534283 rows/sec., 248.71 KiB/sec. | ||
11263 | 2024.07.25 02:14:22.374374 [ 197 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
11264 | 2024.07.25 02:14:22.374595 [ 3 ] {22d2f841-c4b8-423c-8c4b-f19420b6d94f} <Debug> DynamicQueryHandler: Done processing query | ||
11265 | 2024.07.25 02:14:22.374631 [ 3 ] {22d2f841-c4b8-423c-8c4b-f19420b6d94f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11266 | 2024.07.25 02:14:22.374662 [ 3 ] {} <Debug> HTTP-Session: 161f64f2-aee8-4801-b3ae-c38f6dd1892c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11267 | 2024.07.25 02:14:22.374820 [ 197 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_61_12} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11268 | 2024.07.25 02:14:22.374873 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 66829, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11269 | 2024.07.25 02:14:22.374903 [ 197 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_61_12} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
11270 | 2024.07.25 02:14:22.374925 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11271 | 2024.07.25 02:14:22.374956 [ 3 ] {} <Debug> HTTP-Session: 07b1309f-3b3b-4cc5-a72f-c78ea66d4ac2 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
11272 | 2024.07.25 02:14:22.374986 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
11273 | 2024.07.25 02:14:22.374987 [ 3 ] {} <Debug> HTTP-Session: 07b1309f-3b3b-4cc5-a72f-c78ea66d4ac2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11274 | 2024.07.25 02:14:22.375018 [ 3 ] {} <Debug> HTTP-Session: 07b1309f-3b3b-4cc5-a72f-c78ea66d4ac2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11275 | 2024.07.25 02:14:22.375048 [ 3 ] {} <Trace> HTTP-Session: 07b1309f-3b3b-4cc5-a72f-c78ea66d4ac2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11276 | 2024.07.25 02:14:22.375261 [ 3 ] {4d25b9a4-fe33-48c8-bd33-eacace704abd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11277 | 2024.07.25 02:14:22.375304 [ 3 ] {4d25b9a4-fe33-48c8-bd33-eacace704abd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11278 | 2024.07.25 02:14:22.375429 [ 3 ] {4d25b9a4-fe33-48c8-bd33-eacace704abd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11279 | 2024.07.25 02:14:22.376099 [ 3 ] {4d25b9a4-fe33-48c8-bd33-eacace704abd} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11280 | 2024.07.25 02:14:22.376135 [ 3 ] {4d25b9a4-fe33-48c8-bd33-eacace704abd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
11281 | 2024.07.25 02:14:22.376459 [ 3 ] {4d25b9a4-fe33-48c8-bd33-eacace704abd} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
11282 | 2024.07.25 02:14:22.376767 [ 3 ] {4d25b9a4-fe33-48c8-bd33-eacace704abd} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11283 | 2024.07.25 02:14:22.376910 [ 3 ] {4d25b9a4-fe33-48c8-bd33-eacace704abd} <Debug> executeQuery: Read 413 rows, 29.97 KiB in 0.001762 sec., 234392.73552780933 rows/sec., 16.61 MiB/sec. | ||
11284 | 2024.07.25 02:14:22.376967 [ 106 ] {} <Debug> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
11285 | 2024.07.25 02:14:22.377068 [ 106 ] {} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11286 | 2024.07.25 02:14:22.377108 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
11287 | 2024.07.25 02:14:22.377137 [ 3 ] {4d25b9a4-fe33-48c8-bd33-eacace704abd} <Debug> DynamicQueryHandler: Done processing query | ||
11288 | 2024.07.25 02:14:22.377217 [ 3 ] {4d25b9a4-fe33-48c8-bd33-eacace704abd} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
11289 | 2024.07.25 02:14:22.377298 [ 3 ] {} <Debug> HTTP-Session: 07b1309f-3b3b-4cc5-a72f-c78ea66d4ac2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11290 | 2024.07.25 02:14:22.377468 [ 187 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::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 | ||
11291 | 2024.07.25 02:14:22.377659 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11292 | 2024.07.25 02:14:22.377789 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11293 | 2024.07.25 02:14:22.377849 [ 3 ] {} <Debug> HTTP-Session: efa615c4-763d-443b-ad59-c87191fa2a6d Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
11294 | 2024.07.25 02:14:22.377893 [ 3 ] {} <Debug> HTTP-Session: efa615c4-763d-443b-ad59-c87191fa2a6d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11295 | 2024.07.25 02:14:22.377932 [ 187 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11296 | 2024.07.25 02:14:22.377940 [ 3 ] {} <Debug> HTTP-Session: efa615c4-763d-443b-ad59-c87191fa2a6d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11297 | 2024.07.25 02:14:22.377997 [ 187 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 473 rows starting from the beginning of the part | ||
11298 | 2024.07.25 02:14:22.378016 [ 3 ] {} <Trace> HTTP-Session: efa615c4-763d-443b-ad59-c87191fa2a6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11299 | 2024.07.25 02:14:22.378201 [ 187 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 405 rows starting from the beginning of the part | ||
11300 | 2024.07.25 02:14:22.378296 [ 3 ] {26711943-4038-4ee8-8828-7fcd47bb1ebc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
11301 | 2024.07.25 02:14:22.378485 [ 3 ] {26711943-4038-4ee8-8828-7fcd47bb1ebc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
11302 | 2024.07.25 02:14:22.378536 [ 187 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 76 rows starting from the beginning of the part | ||
11303 | 2024.07.25 02:14:22.378879 [ 187 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 407 rows starting from the beginning of the part | ||
11304 | 2024.07.25 02:14:22.379240 [ 187 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 100 rows starting from the beginning of the part | ||
11305 | 2024.07.25 02:14:22.379496 [ 3 ] {26711943-4038-4ee8-8828-7fcd47bb1ebc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11306 | 2024.07.25 02:14:22.379514 [ 187 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 413 rows starting from the beginning of the part | ||
11307 | 2024.07.25 02:14:22.380609 [ 3 ] {26711943-4038-4ee8-8828-7fcd47bb1ebc} <Trace> oximeter.measurements_bool (8163702d-f428-4b08-bb37-b5af976016c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11308 | 2024.07.25 02:14:22.380668 [ 3 ] {26711943-4038-4ee8-8828-7fcd47bb1ebc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
11309 | 2024.07.25 02:14:22.381636 [ 3 ] {26711943-4038-4ee8-8828-7fcd47bb1ebc} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
11310 | 2024.07.25 02:14:22.382361 [ 3 ] {26711943-4038-4ee8-8828-7fcd47bb1ebc} <Trace> oximeter.measurements_bool (8163702d-f428-4b08-bb37-b5af976016c8): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11311 | 2024.07.25 02:14:22.382683 [ 3 ] {26711943-4038-4ee8-8828-7fcd47bb1ebc} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.004485 sec., 1337.7926421404682 rows/sec., 57.48 KiB/sec. | ||
11312 | 2024.07.25 02:14:22.383370 [ 3 ] {26711943-4038-4ee8-8828-7fcd47bb1ebc} <Debug> DynamicQueryHandler: Done processing query | ||
11313 | 2024.07.25 02:14:22.383387 [ 187 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1874 rows, containing 4 columns (4 merged, 0 gathered) in 0.006149685 sec., 304731.05533047626 rows/sec., 21.85 MiB/sec. | ||
11314 | 2024.07.25 02:14:22.383425 [ 3 ] {26711943-4038-4ee8-8828-7fcd47bb1ebc} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
11315 | 2024.07.25 02:14:22.383476 [ 3 ] {} <Debug> HTTP-Session: efa615c4-763d-443b-ad59-c87191fa2a6d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11316 | 2024.07.25 02:14:22.383620 [ 187 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
11317 | 2024.07.25 02:14:22.383684 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 14082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11318 | 2024.07.25 02:14:22.383768 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11319 | 2024.07.25 02:14:22.383815 [ 3 ] {} <Debug> HTTP-Session: b0166d56-b8b1-4261-9078-29ff5841e1c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
11320 | 2024.07.25 02:14:22.383852 [ 3 ] {} <Debug> HTTP-Session: b0166d56-b8b1-4261-9078-29ff5841e1c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11321 | 2024.07.25 02:14:22.383905 [ 3 ] {} <Debug> HTTP-Session: b0166d56-b8b1-4261-9078-29ff5841e1c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11322 | 2024.07.25 02:14:22.384023 [ 3 ] {} <Trace> HTTP-Session: b0166d56-b8b1-4261-9078-29ff5841e1c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11323 | 2024.07.25 02:14:22.384276 [ 3 ] {e5a9dae3-7702-4bf0-9f89-c6c7a04892cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
11324 | 2024.07.25 02:14:22.384365 [ 3 ] {e5a9dae3-7702-4bf0-9f89-c6c7a04892cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
11325 | 2024.07.25 02:14:22.384387 [ 187 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_61_12} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11326 | 2024.07.25 02:14:22.384651 [ 187 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_61_12} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
11327 | 2024.07.25 02:14:22.384832 [ 3 ] {e5a9dae3-7702-4bf0-9f89-c6c7a04892cc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11328 | 2024.07.25 02:14:22.384839 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. | ||
11329 | 2024.07.25 02:14:22.385242 [ 3 ] {e5a9dae3-7702-4bf0-9f89-c6c7a04892cc} <Trace> oximeter.measurements_cumulativei64 (ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11330 | 2024.07.25 02:14:22.385284 [ 3 ] {e5a9dae3-7702-4bf0-9f89-c6c7a04892cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
11331 | 2024.07.25 02:14:22.385644 [ 3 ] {e5a9dae3-7702-4bf0-9f89-c6c7a04892cc} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
11332 | 2024.07.25 02:14:22.385984 [ 3 ] {e5a9dae3-7702-4bf0-9f89-c6c7a04892cc} <Trace> oximeter.measurements_cumulativei64 (ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11333 | 2024.07.25 02:14:22.386141 [ 3 ] {e5a9dae3-7702-4bf0-9f89-c6c7a04892cc} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001964 sec., 39205.70264765784 rows/sec., 2.41 MiB/sec. | ||
11334 | 2024.07.25 02:14:22.386314 [ 3 ] {e5a9dae3-7702-4bf0-9f89-c6c7a04892cc} <Debug> DynamicQueryHandler: Done processing query | ||
11335 | 2024.07.25 02:14:22.386339 [ 3 ] {e5a9dae3-7702-4bf0-9f89-c6c7a04892cc} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11336 | 2024.07.25 02:14:22.386354 [ 3 ] {} <Debug> HTTP-Session: b0166d56-b8b1-4261-9078-29ff5841e1c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11337 | 2024.07.25 02:14:22.386530 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 31373, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11338 | 2024.07.25 02:14:22.386578 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11339 | 2024.07.25 02:14:22.386596 [ 3 ] {} <Debug> HTTP-Session: e28995e4-1191-4d04-aa31-d06379ad1035 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
11340 | 2024.07.25 02:14:22.386614 [ 3 ] {} <Debug> HTTP-Session: e28995e4-1191-4d04-aa31-d06379ad1035 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11341 | 2024.07.25 02:14:22.386628 [ 3 ] {} <Debug> HTTP-Session: e28995e4-1191-4d04-aa31-d06379ad1035 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11342 | 2024.07.25 02:14:22.386657 [ 3 ] {} <Trace> HTTP-Session: e28995e4-1191-4d04-aa31-d06379ad1035 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11343 | 2024.07.25 02:14:22.386851 [ 3 ] {ec70fe25-8561-4dac-b7e5-5face998424a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11344 | 2024.07.25 02:14:22.386897 [ 3 ] {ec70fe25-8561-4dac-b7e5-5face998424a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11345 | 2024.07.25 02:14:22.387044 [ 3 ] {ec70fe25-8561-4dac-b7e5-5face998424a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11346 | 2024.07.25 02:14:22.387441 [ 3 ] {ec70fe25-8561-4dac-b7e5-5face998424a} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11347 | 2024.07.25 02:14:22.387476 [ 3 ] {ec70fe25-8561-4dac-b7e5-5face998424a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
11348 | 2024.07.25 02:14:22.387847 [ 3 ] {ec70fe25-8561-4dac-b7e5-5face998424a} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
11349 | 2024.07.25 02:14:22.388195 [ 3 ] {ec70fe25-8561-4dac-b7e5-5face998424a} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11350 | 2024.07.25 02:14:22.388349 [ 3 ] {ec70fe25-8561-4dac-b7e5-5face998424a} <Debug> executeQuery: Read 164 rows, 11.69 KiB in 0.001603 sec., 102308.17217716781 rows/sec., 7.12 MiB/sec. | ||
11351 | 2024.07.25 02:14:22.388352 [ 106 ] {} <Debug> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
11352 | 2024.07.25 02:14:22.388443 [ 106 ] {} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11353 | 2024.07.25 02:14:22.388488 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
11354 | 2024.07.25 02:14:22.388646 [ 3 ] {ec70fe25-8561-4dac-b7e5-5face998424a} <Debug> DynamicQueryHandler: Done processing query | ||
11355 | 2024.07.25 02:14:22.388696 [ 3 ] {ec70fe25-8561-4dac-b7e5-5face998424a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11356 | 2024.07.25 02:14:22.388711 [ 198 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::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 | ||
11357 | 2024.07.25 02:14:22.388723 [ 3 ] {} <Debug> HTTP-Session: e28995e4-1191-4d04-aa31-d06379ad1035 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11358 | 2024.07.25 02:14:22.388964 [ 198 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11359 | 2024.07.25 02:14:22.388981 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 37050, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11360 | 2024.07.25 02:14:22.389036 [ 198 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_56_11, total 9392 rows starting from the beginning of the part | ||
11361 | 2024.07.25 02:14:22.389066 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11362 | 2024.07.25 02:14:22.389122 [ 3 ] {} <Debug> HTTP-Session: ae02c699-475f-4d85-bee8-713f1db11488 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
11363 | 2024.07.25 02:14:22.389222 [ 3 ] {} <Debug> HTTP-Session: ae02c699-475f-4d85-bee8-713f1db11488 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11364 | 2024.07.25 02:14:22.389278 [ 3 ] {} <Debug> HTTP-Session: ae02c699-475f-4d85-bee8-713f1db11488 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11365 | 2024.07.25 02:14:22.389336 [ 198 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 160 rows starting from the beginning of the part | ||
11366 | 2024.07.25 02:14:22.389424 [ 3 ] {} <Trace> HTTP-Session: ae02c699-475f-4d85-bee8-713f1db11488 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11367 | 2024.07.25 02:14:22.389636 [ 198 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 161 rows starting from the beginning of the part | ||
11368 | 2024.07.25 02:14:22.389845 [ 198 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 161 rows starting from the beginning of the part | ||
11369 | 2024.07.25 02:14:22.390016 [ 3 ] {54f2ef4a-ab4f-49dd-9e60-8878f4243808} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11370 | 2024.07.25 02:14:22.390136 [ 198 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 197 rows starting from the beginning of the part | ||
11371 | 2024.07.25 02:14:22.390387 [ 3 ] {54f2ef4a-ab4f-49dd-9e60-8878f4243808} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
11372 | 2024.07.25 02:14:22.390445 [ 198 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 164 rows starting from the beginning of the part | ||
11373 | 2024.07.25 02:14:22.392271 [ 3 ] {54f2ef4a-ab4f-49dd-9e60-8878f4243808} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11374 | 2024.07.25 02:14:22.393874 [ 3 ] {54f2ef4a-ab4f-49dd-9e60-8878f4243808} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11375 | 2024.07.25 02:14:22.393939 [ 3 ] {54f2ef4a-ab4f-49dd-9e60-8878f4243808} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
11376 | 2024.07.25 02:14:22.395547 [ 3 ] {54f2ef4a-ab4f-49dd-9e60-8878f4243808} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
11377 | 2024.07.25 02:14:22.396462 [ 3 ] {54f2ef4a-ab4f-49dd-9e60-8878f4243808} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11378 | 2024.07.25 02:14:22.396727 [ 3 ] {54f2ef4a-ab4f-49dd-9e60-8878f4243808} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.007056 sec., 3259.637188208617 rows/sec., 5.84 MiB/sec. | ||
11379 | 2024.07.25 02:14:22.397099 [ 3 ] {54f2ef4a-ab4f-49dd-9e60-8878f4243808} <Debug> DynamicQueryHandler: Done processing query | ||
11380 | 2024.07.25 02:14:22.397135 [ 3 ] {54f2ef4a-ab4f-49dd-9e60-8878f4243808} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
11381 | 2024.07.25 02:14:22.397158 [ 3 ] {} <Debug> HTTP-Session: ae02c699-475f-4d85-bee8-713f1db11488 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11382 | 2024.07.25 02:14:22.397337 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 3211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11383 | 2024.07.25 02:14:22.397407 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11384 | 2024.07.25 02:14:22.397433 [ 3 ] {} <Debug> HTTP-Session: 307fd66f-79a2-453f-b728-34a7faf689fb Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
11385 | 2024.07.25 02:14:22.397456 [ 3 ] {} <Debug> HTTP-Session: 307fd66f-79a2-453f-b728-34a7faf689fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11386 | 2024.07.25 02:14:22.397482 [ 3 ] {} <Debug> HTTP-Session: 307fd66f-79a2-453f-b728-34a7faf689fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11387 | 2024.07.25 02:14:22.397515 [ 3 ] {} <Trace> HTTP-Session: 307fd66f-79a2-453f-b728-34a7faf689fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11388 | 2024.07.25 02:14:22.397646 [ 3 ] {31f2b6a1-b08f-4a10-9af9-5449c8677f29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
11389 | 2024.07.25 02:14:22.397754 [ 3 ] {31f2b6a1-b08f-4a10-9af9-5449c8677f29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
11390 | 2024.07.25 02:14:22.398320 [ 198 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10235 rows, containing 5 columns (5 merged, 0 gathered) in 0.00971788 sec., 1053213.2522731295 rows/sec., 73.40 MiB/sec. | ||
11391 | 2024.07.25 02:14:22.398403 [ 3 ] {31f2b6a1-b08f-4a10-9af9-5449c8677f29} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11392 | 2024.07.25 02:14:22.398625 [ 198 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
11393 | 2024.07.25 02:14:22.399001 [ 3 ] {31f2b6a1-b08f-4a10-9af9-5449c8677f29} <Trace> oximeter.measurements_i64 (4af3948b-7ee8-4a0a-bff7-9db9837b5273): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11394 | 2024.07.25 02:14:22.399073 [ 3 ] {31f2b6a1-b08f-4a10-9af9-5449c8677f29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
11395 | 2024.07.25 02:14:22.399765 [ 198 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11396 | 2024.07.25 02:14:22.399966 [ 198 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
11397 | 2024.07.25 02:14:22.400026 [ 3 ] {31f2b6a1-b08f-4a10-9af9-5449c8677f29} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
11398 | 2024.07.25 02:14:22.400106 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.04 MiB. | ||
11399 | 2024.07.25 02:14:22.400436 [ 3 ] {31f2b6a1-b08f-4a10-9af9-5449c8677f29} <Trace> oximeter.measurements_i64 (4af3948b-7ee8-4a0a-bff7-9db9837b5273): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11400 | 2024.07.25 02:14:22.400598 [ 3 ] {31f2b6a1-b08f-4a10-9af9-5449c8677f29} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.002986 sec., 7702.612190221032 rows/sec., 416.66 KiB/sec. | ||
11401 | 2024.07.25 02:14:22.400608 [ 106 ] {} <Debug> oximeter.measurements_i64 (4af3948b-7ee8-4a0a-bff7-9db9837b5273) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
11402 | 2024.07.25 02:14:22.400696 [ 106 ] {} <Trace> oximeter.measurements_i64 (4af3948b-7ee8-4a0a-bff7-9db9837b5273): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11403 | 2024.07.25 02:14:22.400737 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
11404 | 2024.07.25 02:14:22.400936 [ 3 ] {31f2b6a1-b08f-4a10-9af9-5449c8677f29} <Debug> DynamicQueryHandler: Done processing query | ||
11405 | 2024.07.25 02:14:22.401033 [ 3 ] {31f2b6a1-b08f-4a10-9af9-5449c8677f29} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
11406 | 2024.07.25 02:14:22.401108 [ 3 ] {} <Debug> HTTP-Session: 307fd66f-79a2-453f-b728-34a7faf689fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11407 | 2024.07.25 02:14:22.401167 [ 188 ] {4af3948b-7ee8-4a0a-bff7-9db9837b5273::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 | ||
11408 | 2024.07.25 02:14:22.401354 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11409 | 2024.07.25 02:14:22.401493 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11410 | 2024.07.25 02:14:22.401554 [ 3 ] {} <Debug> HTTP-Session: cfab9f6c-35d8-4d49-841a-e7edc6b22ad8 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
11411 | 2024.07.25 02:14:22.401604 [ 3 ] {} <Debug> HTTP-Session: cfab9f6c-35d8-4d49-841a-e7edc6b22ad8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11412 | 2024.07.25 02:14:22.401644 [ 3 ] {} <Debug> HTTP-Session: cfab9f6c-35d8-4d49-841a-e7edc6b22ad8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11413 | 2024.07.25 02:14:22.401646 [ 188 ] {4af3948b-7ee8-4a0a-bff7-9db9837b5273::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11414 | 2024.07.25 02:14:22.401697 [ 3 ] {} <Trace> HTTP-Session: cfab9f6c-35d8-4d49-841a-e7edc6b22ad8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11415 | 2024.07.25 02:14:22.401719 [ 188 ] {4af3948b-7ee8-4a0a-bff7-9db9837b5273::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 602 rows starting from the beginning of the part | ||
11416 | 2024.07.25 02:14:22.401991 [ 188 ] {4af3948b-7ee8-4a0a-bff7-9db9837b5273::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 23 rows starting from the beginning of the part | ||
11417 | 2024.07.25 02:14:22.402002 [ 3 ] {2ae1d7d2-451a-4fd8-aa00-6f4c32980531} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11418 | 2024.07.25 02:14:22.402162 [ 3 ] {2ae1d7d2-451a-4fd8-aa00-6f4c32980531} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11419 | 2024.07.25 02:14:22.402286 [ 188 ] {4af3948b-7ee8-4a0a-bff7-9db9837b5273::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 23 rows starting from the beginning of the part | ||
11420 | 2024.07.25 02:14:22.402633 [ 188 ] {4af3948b-7ee8-4a0a-bff7-9db9837b5273::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 23 rows starting from the beginning of the part | ||
11421 | 2024.07.25 02:14:22.402924 [ 188 ] {4af3948b-7ee8-4a0a-bff7-9db9837b5273::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 23 rows starting from the beginning of the part | ||
11422 | 2024.07.25 02:14:22.403217 [ 188 ] {4af3948b-7ee8-4a0a-bff7-9db9837b5273::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 23 rows starting from the beginning of the part | ||
11423 | 2024.07.25 02:14:22.403267 [ 3 ] {2ae1d7d2-451a-4fd8-aa00-6f4c32980531} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11424 | 2024.07.25 02:14:22.404370 [ 3 ] {2ae1d7d2-451a-4fd8-aa00-6f4c32980531} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11425 | 2024.07.25 02:14:22.404435 [ 3 ] {2ae1d7d2-451a-4fd8-aa00-6f4c32980531} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
11426 | 2024.07.25 02:14:22.405336 [ 3 ] {2ae1d7d2-451a-4fd8-aa00-6f4c32980531} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
11427 | 2024.07.25 02:14:22.406083 [ 3 ] {2ae1d7d2-451a-4fd8-aa00-6f4c32980531} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11428 | 2024.07.25 02:14:22.406117 [ 195 ] {4af3948b-7ee8-4a0a-bff7-9db9837b5273::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 717 rows, containing 4 columns (4 merged, 0 gathered) in 0.005278751 sec., 135827.58497227848 rows/sec., 7.27 MiB/sec. | ||
11429 | 2024.07.25 02:14:22.406305 [ 106 ] {} <Debug> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
11430 | 2024.07.25 02:14:22.406364 [ 3 ] {2ae1d7d2-451a-4fd8-aa00-6f4c32980531} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004529 sec., 13247.95760653566 rows/sec., 914.25 KiB/sec. | ||
11431 | 2024.07.25 02:14:22.406385 [ 106 ] {} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11432 | 2024.07.25 02:14:22.406452 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
11433 | 2024.07.25 02:14:22.406460 [ 195 ] {4af3948b-7ee8-4a0a-bff7-9db9837b5273::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
11434 | 2024.07.25 02:14:22.406944 [ 192 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::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 | ||
11435 | 2024.07.25 02:14:22.407338 [ 3 ] {2ae1d7d2-451a-4fd8-aa00-6f4c32980531} <Debug> DynamicQueryHandler: Done processing query | ||
11436 | 2024.07.25 02:14:22.407506 [ 3 ] {2ae1d7d2-451a-4fd8-aa00-6f4c32980531} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11437 | 2024.07.25 02:14:22.407643 [ 3 ] {} <Debug> HTTP-Session: cfab9f6c-35d8-4d49-841a-e7edc6b22ad8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11438 | 2024.07.25 02:14:22.407729 [ 192 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11439 | 2024.07.25 02:14:22.407908 [ 192 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3332 rows starting from the beginning of the part | ||
11440 | 2024.07.25 02:14:22.408283 [ 192 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::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 | ||
11441 | 2024.07.25 02:14:22.408436 [ 196 ] {4af3948b-7ee8-4a0a-bff7-9db9837b5273::all_1_31_6} <Trace> oximeter.measurements_i64 (4af3948b-7ee8-4a0a-bff7-9db9837b5273): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11442 | 2024.07.25 02:14:22.408696 [ 192 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 60 rows starting from the beginning of the part | ||
11443 | 2024.07.25 02:14:22.408854 [ 196 ] {4af3948b-7ee8-4a0a-bff7-9db9837b5273::all_1_31_6} <Trace> oximeter.measurements_i64 (4af3948b-7ee8-4a0a-bff7-9db9837b5273) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
11444 | 2024.07.25 02:14:22.409105 [ 192 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::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 | ||
11445 | 2024.07.25 02:14:22.409422 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
11446 | 2024.07.25 02:14:22.409538 [ 192 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 60 rows starting from the beginning of the part | ||
11447 | 2024.07.25 02:14:22.409859 [ 192 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 60 rows starting from the beginning of the part | ||
11448 | 2024.07.25 02:14:22.411588 [ 189 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3632 rows, containing 4 columns (4 merged, 0 gathered) in 0.005001478 sec., 726185.3396136102 rows/sec., 48.94 MiB/sec. | ||
11449 | 2024.07.25 02:14:22.411905 [ 196 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
11450 | 2024.07.25 02:14:22.412378 [ 196 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_61_12} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11451 | 2024.07.25 02:14:22.412471 [ 196 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_61_12} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
11452 | 2024.07.25 02:14:22.412559 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. | ||
11453 | 2024.07.25 02:14:23.000170 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 199.36 MiB, peak 208.21 MiB, free memory in arenas 0.00 B, will set to 200.39 MiB (RSS), difference: 1.04 MiB | ||
11454 | 2024.07.25 02:14:27.358157 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 1489, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11455 | 2024.07.25 02:14:27.358300 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11456 | 2024.07.25 02:14:27.358331 [ 3 ] {} <Debug> HTTP-Session: 3e259ddc-329f-4985-a7a7-b1a1253b4cf2 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
11457 | 2024.07.25 02:14:27.358359 [ 3 ] {} <Debug> HTTP-Session: 3e259ddc-329f-4985-a7a7-b1a1253b4cf2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11458 | 2024.07.25 02:14:27.358377 [ 3 ] {} <Debug> HTTP-Session: 3e259ddc-329f-4985-a7a7-b1a1253b4cf2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11459 | 2024.07.25 02:14:27.358433 [ 3 ] {} <Trace> HTTP-Session: 3e259ddc-329f-4985-a7a7-b1a1253b4cf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11460 | 2024.07.25 02:14:27.358636 [ 3 ] {f6c672c3-5ce6-4f46-865d-8b7e54450fb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11461 | 2024.07.25 02:14:27.358709 [ 3 ] {f6c672c3-5ce6-4f46-865d-8b7e54450fb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11462 | 2024.07.25 02:14:27.358912 [ 3 ] {f6c672c3-5ce6-4f46-865d-8b7e54450fb7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11463 | 2024.07.25 02:14:27.359368 [ 3 ] {f6c672c3-5ce6-4f46-865d-8b7e54450fb7} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11464 | 2024.07.25 02:14:27.359416 [ 3 ] {f6c672c3-5ce6-4f46-865d-8b7e54450fb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
11465 | 2024.07.25 02:14:27.359791 [ 3 ] {f6c672c3-5ce6-4f46-865d-8b7e54450fb7} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
11466 | 2024.07.25 02:14:27.360133 [ 3 ] {f6c672c3-5ce6-4f46-865d-8b7e54450fb7} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11467 | 2024.07.25 02:14:27.360316 [ 3 ] {f6c672c3-5ce6-4f46-865d-8b7e54450fb7} <Debug> executeQuery: Read 10 rows, 830.00 B in 0.001735 sec., 5763.688760806916 rows/sec., 467.17 KiB/sec. | ||
11468 | 2024.07.25 02:14:27.360334 [ 101 ] {} <Debug> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
11469 | 2024.07.25 02:14:27.360438 [ 101 ] {} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11470 | 2024.07.25 02:14:27.360479 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
11471 | 2024.07.25 02:14:27.360638 [ 3 ] {f6c672c3-5ce6-4f46-865d-8b7e54450fb7} <Debug> DynamicQueryHandler: Done processing query | ||
11472 | 2024.07.25 02:14:27.360646 [ 196 ] {f624f877-7484-40f8-bba3-5af105c2972a::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 | ||
11473 | 2024.07.25 02:14:27.360678 [ 3 ] {f6c672c3-5ce6-4f46-865d-8b7e54450fb7} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11474 | 2024.07.25 02:14:27.360745 [ 3 ] {} <Debug> HTTP-Session: 3e259ddc-329f-4985-a7a7-b1a1253b4cf2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11475 | 2024.07.25 02:14:27.361099 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 12377, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11476 | 2024.07.25 02:14:27.361147 [ 196 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11477 | 2024.07.25 02:14:27.361236 [ 196 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 39 rows starting from the beginning of the part | ||
11478 | 2024.07.25 02:14:27.361305 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11479 | 2024.07.25 02:14:27.361401 [ 3 ] {} <Debug> HTTP-Session: 65d3500c-b623-4d0d-947d-e1b32d5a4352 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
11480 | 2024.07.25 02:14:27.361513 [ 3 ] {} <Debug> HTTP-Session: 65d3500c-b623-4d0d-947d-e1b32d5a4352 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11481 | 2024.07.25 02:14:27.361599 [ 3 ] {} <Debug> HTTP-Session: 65d3500c-b623-4d0d-947d-e1b32d5a4352 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11482 | 2024.07.25 02:14:27.361674 [ 196 ] {f624f877-7484-40f8-bba3-5af105c2972a::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 | ||
11483 | 2024.07.25 02:14:27.361695 [ 3 ] {} <Trace> HTTP-Session: 65d3500c-b623-4d0d-947d-e1b32d5a4352 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11484 | 2024.07.25 02:14:27.361987 [ 196 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 29 rows starting from the beginning of the part | ||
11485 | 2024.07.25 02:14:27.362067 [ 3 ] {4f5dbf2e-95d1-4519-a326-79da7f62b443} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11486 | 2024.07.25 02:14:27.362194 [ 196 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 10 rows starting from the beginning of the part | ||
11487 | 2024.07.25 02:14:27.362222 [ 3 ] {4f5dbf2e-95d1-4519-a326-79da7f62b443} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11488 | 2024.07.25 02:14:27.362593 [ 196 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 29 rows starting from the beginning of the part | ||
11489 | 2024.07.25 02:14:27.362844 [ 196 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 10 rows starting from the beginning of the part | ||
11490 | 2024.07.25 02:14:27.363278 [ 3 ] {4f5dbf2e-95d1-4519-a326-79da7f62b443} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11491 | 2024.07.25 02:14:27.364492 [ 3 ] {4f5dbf2e-95d1-4519-a326-79da7f62b443} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11492 | 2024.07.25 02:14:27.364597 [ 3 ] {4f5dbf2e-95d1-4519-a326-79da7f62b443} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
11493 | 2024.07.25 02:14:27.365669 [ 3 ] {4f5dbf2e-95d1-4519-a326-79da7f62b443} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
11494 | 2024.07.25 02:14:27.366359 [ 189 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 127 rows, containing 4 columns (4 merged, 0 gathered) in 0.005804349 sec., 21880.145387536137 rows/sec., 1.66 MiB/sec. | ||
11495 | 2024.07.25 02:14:27.366549 [ 3 ] {4f5dbf2e-95d1-4519-a326-79da7f62b443} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11496 | 2024.07.25 02:14:27.366689 [ 191 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
11497 | 2024.07.25 02:14:27.366829 [ 3 ] {4f5dbf2e-95d1-4519-a326-79da7f62b443} <Debug> executeQuery: Read 86 rows, 7.13 KiB in 0.004863 sec., 17684.556857906642 rows/sec., 1.43 MiB/sec. | ||
11498 | 2024.07.25 02:14:27.367212 [ 3 ] {4f5dbf2e-95d1-4519-a326-79da7f62b443} <Debug> DynamicQueryHandler: Done processing query | ||
11499 | 2024.07.25 02:14:27.367300 [ 3 ] {4f5dbf2e-95d1-4519-a326-79da7f62b443} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
11500 | 2024.07.25 02:14:27.367330 [ 3 ] {} <Debug> HTTP-Session: 65d3500c-b623-4d0d-947d-e1b32d5a4352 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11501 | 2024.07.25 02:14:27.367514 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 12574, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11502 | 2024.07.25 02:14:27.367561 [ 191 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_56_11} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11503 | 2024.07.25 02:14:27.367600 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11504 | 2024.07.25 02:14:27.367646 [ 3 ] {} <Debug> HTTP-Session: 08b9edc1-2df5-4df6-96d6-edce26361cc9 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
11505 | 2024.07.25 02:14:27.367694 [ 3 ] {} <Debug> HTTP-Session: 08b9edc1-2df5-4df6-96d6-edce26361cc9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11506 | 2024.07.25 02:14:27.367710 [ 3 ] {} <Debug> HTTP-Session: 08b9edc1-2df5-4df6-96d6-edce26361cc9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11507 | 2024.07.25 02:14:27.367728 [ 191 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_56_11} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
11508 | 2024.07.25 02:14:27.367764 [ 3 ] {} <Trace> HTTP-Session: 08b9edc1-2df5-4df6-96d6-edce26361cc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11509 | 2024.07.25 02:14:27.367890 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
11510 | 2024.07.25 02:14:27.367974 [ 3 ] {9c6e1238-eb5b-44b0-82cd-26601b183c7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11511 | 2024.07.25 02:14:27.368022 [ 3 ] {9c6e1238-eb5b-44b0-82cd-26601b183c7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11512 | 2024.07.25 02:14:27.368172 [ 3 ] {9c6e1238-eb5b-44b0-82cd-26601b183c7a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11513 | 2024.07.25 02:14:27.368541 [ 3 ] {9c6e1238-eb5b-44b0-82cd-26601b183c7a} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11514 | 2024.07.25 02:14:27.368578 [ 3 ] {9c6e1238-eb5b-44b0-82cd-26601b183c7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
11515 | 2024.07.25 02:14:27.368911 [ 3 ] {9c6e1238-eb5b-44b0-82cd-26601b183c7a} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
11516 | 2024.07.25 02:14:27.369249 [ 3 ] {9c6e1238-eb5b-44b0-82cd-26601b183c7a} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11517 | 2024.07.25 02:14:27.369405 [ 3 ] {9c6e1238-eb5b-44b0-82cd-26601b183c7a} <Debug> executeQuery: Read 74 rows, 5.92 KiB in 0.00149 sec., 49664.42953020134 rows/sec., 3.88 MiB/sec. | ||
11518 | 2024.07.25 02:14:27.369591 [ 3 ] {9c6e1238-eb5b-44b0-82cd-26601b183c7a} <Debug> DynamicQueryHandler: Done processing query | ||
11519 | 2024.07.25 02:14:27.369617 [ 3 ] {9c6e1238-eb5b-44b0-82cd-26601b183c7a} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
11520 | 2024.07.25 02:14:27.369633 [ 3 ] {} <Debug> HTTP-Session: 08b9edc1-2df5-4df6-96d6-edce26361cc9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11521 | 2024.07.25 02:14:27.369806 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 30607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11522 | 2024.07.25 02:14:27.369855 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11523 | 2024.07.25 02:14:27.369874 [ 3 ] {} <Debug> HTTP-Session: 7476327e-e2c2-4e37-b8e9-d2edbaab4791 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
11524 | 2024.07.25 02:14:27.369890 [ 3 ] {} <Debug> HTTP-Session: 7476327e-e2c2-4e37-b8e9-d2edbaab4791 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11525 | 2024.07.25 02:14:27.369904 [ 3 ] {} <Debug> HTTP-Session: 7476327e-e2c2-4e37-b8e9-d2edbaab4791 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11526 | 2024.07.25 02:14:27.369935 [ 3 ] {} <Trace> HTTP-Session: 7476327e-e2c2-4e37-b8e9-d2edbaab4791 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11527 | 2024.07.25 02:14:27.370079 [ 3 ] {717e5fa7-e5d9-45e8-ace5-fe783dd82f87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11528 | 2024.07.25 02:14:27.370125 [ 3 ] {717e5fa7-e5d9-45e8-ace5-fe783dd82f87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11529 | 2024.07.25 02:14:27.370270 [ 3 ] {717e5fa7-e5d9-45e8-ace5-fe783dd82f87} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11530 | 2024.07.25 02:14:27.370706 [ 3 ] {717e5fa7-e5d9-45e8-ace5-fe783dd82f87} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11531 | 2024.07.25 02:14:27.370742 [ 3 ] {717e5fa7-e5d9-45e8-ace5-fe783dd82f87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
11532 | 2024.07.25 02:14:27.371128 [ 3 ] {717e5fa7-e5d9-45e8-ace5-fe783dd82f87} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
11533 | 2024.07.25 02:14:27.371470 [ 3 ] {717e5fa7-e5d9-45e8-ace5-fe783dd82f87} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11534 | 2024.07.25 02:14:27.371628 [ 3 ] {717e5fa7-e5d9-45e8-ace5-fe783dd82f87} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001607 sec., 99564.40572495334 rows/sec., 6.93 MiB/sec. | ||
11535 | 2024.07.25 02:14:27.371930 [ 3 ] {717e5fa7-e5d9-45e8-ace5-fe783dd82f87} <Debug> DynamicQueryHandler: Done processing query | ||
11536 | 2024.07.25 02:14:27.371987 [ 3 ] {717e5fa7-e5d9-45e8-ace5-fe783dd82f87} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11537 | 2024.07.25 02:14:27.372045 [ 3 ] {} <Debug> HTTP-Session: 7476327e-e2c2-4e37-b8e9-d2edbaab4791 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11538 | 2024.07.25 02:14:27.372225 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 16100, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11539 | 2024.07.25 02:14:27.372277 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11540 | 2024.07.25 02:14:27.372297 [ 3 ] {} <Debug> HTTP-Session: 42e620ba-ca3f-405e-8ef3-ccca327c1971 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
11541 | 2024.07.25 02:14:27.372313 [ 3 ] {} <Debug> HTTP-Session: 42e620ba-ca3f-405e-8ef3-ccca327c1971 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11542 | 2024.07.25 02:14:27.372327 [ 3 ] {} <Debug> HTTP-Session: 42e620ba-ca3f-405e-8ef3-ccca327c1971 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11543 | 2024.07.25 02:14:27.372359 [ 3 ] {} <Trace> HTTP-Session: 42e620ba-ca3f-405e-8ef3-ccca327c1971 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11544 | 2024.07.25 02:14:27.372544 [ 3 ] {56d4831f-153e-48cc-9bfb-7ca7cfc1e66a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11545 | 2024.07.25 02:14:27.372617 [ 3 ] {56d4831f-153e-48cc-9bfb-7ca7cfc1e66a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
11546 | 2024.07.25 02:14:27.373048 [ 3 ] {56d4831f-153e-48cc-9bfb-7ca7cfc1e66a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11547 | 2024.07.25 02:14:27.373617 [ 3 ] {56d4831f-153e-48cc-9bfb-7ca7cfc1e66a} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11548 | 2024.07.25 02:14:27.373653 [ 3 ] {56d4831f-153e-48cc-9bfb-7ca7cfc1e66a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
11549 | 2024.07.25 02:14:27.374253 [ 3 ] {56d4831f-153e-48cc-9bfb-7ca7cfc1e66a} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
11550 | 2024.07.25 02:14:27.374666 [ 3 ] {56d4831f-153e-48cc-9bfb-7ca7cfc1e66a} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11551 | 2024.07.25 02:14:27.374856 [ 3 ] {56d4831f-153e-48cc-9bfb-7ca7cfc1e66a} <Debug> executeQuery: Read 10 rows, 18.35 KiB in 0.00241 sec., 4149.377593360996 rows/sec., 7.44 MiB/sec. | ||
11552 | 2024.07.25 02:14:27.375204 [ 3 ] {56d4831f-153e-48cc-9bfb-7ca7cfc1e66a} <Debug> DynamicQueryHandler: Done processing query | ||
11553 | 2024.07.25 02:14:27.375234 [ 3 ] {56d4831f-153e-48cc-9bfb-7ca7cfc1e66a} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
11554 | 2024.07.25 02:14:27.375250 [ 3 ] {} <Debug> HTTP-Session: 42e620ba-ca3f-405e-8ef3-ccca327c1971 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11555 | 2024.07.25 02:14:27.375384 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11556 | 2024.07.25 02:14:27.375434 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11557 | 2024.07.25 02:14:27.375453 [ 3 ] {} <Debug> HTTP-Session: e6bd6291-f6d8-4e6d-95a7-76ac9fe009c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
11558 | 2024.07.25 02:14:27.375469 [ 3 ] {} <Debug> HTTP-Session: e6bd6291-f6d8-4e6d-95a7-76ac9fe009c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11559 | 2024.07.25 02:14:27.375482 [ 3 ] {} <Debug> HTTP-Session: e6bd6291-f6d8-4e6d-95a7-76ac9fe009c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11560 | 2024.07.25 02:14:27.375513 [ 3 ] {} <Trace> HTTP-Session: e6bd6291-f6d8-4e6d-95a7-76ac9fe009c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11561 | 2024.07.25 02:14:27.375628 [ 3 ] {610ceb1a-31e9-4f2d-8487-77ce382455a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11562 | 2024.07.25 02:14:27.375671 [ 3 ] {610ceb1a-31e9-4f2d-8487-77ce382455a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11563 | 2024.07.25 02:14:27.375799 [ 3 ] {610ceb1a-31e9-4f2d-8487-77ce382455a1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11564 | 2024.07.25 02:14:27.376158 [ 3 ] {610ceb1a-31e9-4f2d-8487-77ce382455a1} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11565 | 2024.07.25 02:14:27.376194 [ 3 ] {610ceb1a-31e9-4f2d-8487-77ce382455a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
11566 | 2024.07.25 02:14:27.376565 [ 3 ] {610ceb1a-31e9-4f2d-8487-77ce382455a1} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
11567 | 2024.07.25 02:14:27.376883 [ 3 ] {610ceb1a-31e9-4f2d-8487-77ce382455a1} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11568 | 2024.07.25 02:14:27.377037 [ 3 ] {610ceb1a-31e9-4f2d-8487-77ce382455a1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001441 sec., 41637.75156141568 rows/sec., 2.81 MiB/sec. | ||
11569 | 2024.07.25 02:14:27.377216 [ 3 ] {610ceb1a-31e9-4f2d-8487-77ce382455a1} <Debug> DynamicQueryHandler: Done processing query | ||
11570 | 2024.07.25 02:14:27.377242 [ 3 ] {610ceb1a-31e9-4f2d-8487-77ce382455a1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11571 | 2024.07.25 02:14:27.377257 [ 3 ] {} <Debug> HTTP-Session: e6bd6291-f6d8-4e6d-95a7-76ac9fe009c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11572 | 2024.07.25 02:14:32.363514 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 4045, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11573 | 2024.07.25 02:14:32.363657 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11574 | 2024.07.25 02:14:32.363686 [ 3 ] {} <Debug> HTTP-Session: 55cfdb2d-2a72-47a0-9407-de2820536e59 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
11575 | 2024.07.25 02:14:32.363713 [ 3 ] {} <Debug> HTTP-Session: 55cfdb2d-2a72-47a0-9407-de2820536e59 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11576 | 2024.07.25 02:14:32.363731 [ 3 ] {} <Debug> HTTP-Session: 55cfdb2d-2a72-47a0-9407-de2820536e59 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11577 | 2024.07.25 02:14:32.363787 [ 3 ] {} <Trace> HTTP-Session: 55cfdb2d-2a72-47a0-9407-de2820536e59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11578 | 2024.07.25 02:14:32.363997 [ 3 ] {f85a40e1-3a11-4226-b044-1a67c5f061ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11579 | 2024.07.25 02:14:32.364064 [ 3 ] {f85a40e1-3a11-4226-b044-1a67c5f061ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11580 | 2024.07.25 02:14:32.364258 [ 3 ] {f85a40e1-3a11-4226-b044-1a67c5f061ed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11581 | 2024.07.25 02:14:32.364813 [ 3 ] {f85a40e1-3a11-4226-b044-1a67c5f061ed} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11582 | 2024.07.25 02:14:32.364860 [ 3 ] {f85a40e1-3a11-4226-b044-1a67c5f061ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
11583 | 2024.07.25 02:14:32.365233 [ 3 ] {f85a40e1-3a11-4226-b044-1a67c5f061ed} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
11584 | 2024.07.25 02:14:32.365580 [ 3 ] {f85a40e1-3a11-4226-b044-1a67c5f061ed} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11585 | 2024.07.25 02:14:32.365748 [ 3 ] {f85a40e1-3a11-4226-b044-1a67c5f061ed} <Debug> executeQuery: Read 29 rows, 2.20 KiB in 0.001816 sec., 15969.162995594714 rows/sec., 1.19 MiB/sec. | ||
11586 | 2024.07.25 02:14:32.365982 [ 3 ] {f85a40e1-3a11-4226-b044-1a67c5f061ed} <Debug> DynamicQueryHandler: Done processing query | ||
11587 | 2024.07.25 02:14:32.366011 [ 3 ] {f85a40e1-3a11-4226-b044-1a67c5f061ed} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11588 | 2024.07.25 02:14:32.366028 [ 3 ] {} <Debug> HTTP-Session: 55cfdb2d-2a72-47a0-9407-de2820536e59 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11589 | 2024.07.25 02:14:32.366243 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 34730, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11590 | 2024.07.25 02:14:32.366302 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11591 | 2024.07.25 02:14:32.366321 [ 3 ] {} <Debug> HTTP-Session: c692f2d8-116c-4edd-9af8-a699fc35b921 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
11592 | 2024.07.25 02:14:32.366340 [ 3 ] {} <Debug> HTTP-Session: c692f2d8-116c-4edd-9af8-a699fc35b921 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11593 | 2024.07.25 02:14:32.366354 [ 3 ] {} <Debug> HTTP-Session: c692f2d8-116c-4edd-9af8-a699fc35b921 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11594 | 2024.07.25 02:14:32.366389 [ 3 ] {} <Trace> HTTP-Session: c692f2d8-116c-4edd-9af8-a699fc35b921 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11595 | 2024.07.25 02:14:32.366557 [ 3 ] {77744b81-7a5f-43a1-904e-6e45499f94ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11596 | 2024.07.25 02:14:32.366604 [ 3 ] {77744b81-7a5f-43a1-904e-6e45499f94ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11597 | 2024.07.25 02:14:32.366742 [ 3 ] {77744b81-7a5f-43a1-904e-6e45499f94ef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11598 | 2024.07.25 02:14:32.367302 [ 3 ] {77744b81-7a5f-43a1-904e-6e45499f94ef} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11599 | 2024.07.25 02:14:32.367341 [ 3 ] {77744b81-7a5f-43a1-904e-6e45499f94ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
11600 | 2024.07.25 02:14:32.367673 [ 3 ] {77744b81-7a5f-43a1-904e-6e45499f94ef} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
11601 | 2024.07.25 02:14:32.367980 [ 3 ] {77744b81-7a5f-43a1-904e-6e45499f94ef} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11602 | 2024.07.25 02:14:32.368131 [ 3 ] {77744b81-7a5f-43a1-904e-6e45499f94ef} <Debug> executeQuery: Read 230 rows, 20.76 KiB in 0.001644 sec., 139902.67639902676 rows/sec., 12.33 MiB/sec. | ||
11603 | 2024.07.25 02:14:32.368415 [ 3 ] {77744b81-7a5f-43a1-904e-6e45499f94ef} <Debug> DynamicQueryHandler: Done processing query | ||
11604 | 2024.07.25 02:14:32.368478 [ 3 ] {77744b81-7a5f-43a1-904e-6e45499f94ef} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
11605 | 2024.07.25 02:14:32.368537 [ 3 ] {} <Debug> HTTP-Session: c692f2d8-116c-4edd-9af8-a699fc35b921 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11606 | 2024.07.25 02:14:32.368818 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 65459, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11607 | 2024.07.25 02:14:32.368874 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11608 | 2024.07.25 02:14:32.368894 [ 3 ] {} <Debug> HTTP-Session: 088548d8-f541-4277-9520-754b9bd28b34 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
11609 | 2024.07.25 02:14:32.368912 [ 3 ] {} <Debug> HTTP-Session: 088548d8-f541-4277-9520-754b9bd28b34 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11610 | 2024.07.25 02:14:32.368926 [ 3 ] {} <Debug> HTTP-Session: 088548d8-f541-4277-9520-754b9bd28b34 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11611 | 2024.07.25 02:14:32.368984 [ 3 ] {} <Trace> HTTP-Session: 088548d8-f541-4277-9520-754b9bd28b34 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11612 | 2024.07.25 02:14:32.369201 [ 3 ] {733b35c9-156b-4903-a17d-c0f9da18cfc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11613 | 2024.07.25 02:14:32.369247 [ 3 ] {733b35c9-156b-4903-a17d-c0f9da18cfc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11614 | 2024.07.25 02:14:32.369390 [ 3 ] {733b35c9-156b-4903-a17d-c0f9da18cfc0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11615 | 2024.07.25 02:14:32.369921 [ 3 ] {733b35c9-156b-4903-a17d-c0f9da18cfc0} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11616 | 2024.07.25 02:14:32.369958 [ 3 ] {733b35c9-156b-4903-a17d-c0f9da18cfc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
11617 | 2024.07.25 02:14:32.370301 [ 3 ] {733b35c9-156b-4903-a17d-c0f9da18cfc0} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
11618 | 2024.07.25 02:14:32.370608 [ 3 ] {733b35c9-156b-4903-a17d-c0f9da18cfc0} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11619 | 2024.07.25 02:14:32.370752 [ 3 ] {733b35c9-156b-4903-a17d-c0f9da18cfc0} <Debug> executeQuery: Read 405 rows, 29.32 KiB in 0.001667 sec., 242951.40971805638 rows/sec., 17.17 MiB/sec. | ||
11620 | 2024.07.25 02:14:32.371035 [ 3 ] {733b35c9-156b-4903-a17d-c0f9da18cfc0} <Debug> DynamicQueryHandler: Done processing query | ||
11621 | 2024.07.25 02:14:32.371129 [ 3 ] {733b35c9-156b-4903-a17d-c0f9da18cfc0} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
11622 | 2024.07.25 02:14:32.371190 [ 3 ] {} <Debug> HTTP-Session: 088548d8-f541-4277-9520-754b9bd28b34 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11623 | 2024.07.25 02:14:32.371425 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11624 | 2024.07.25 02:14:32.371478 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11625 | 2024.07.25 02:14:32.371497 [ 3 ] {} <Debug> HTTP-Session: 28dda8d9-1bd0-49d4-8651-a1b228d3bd1c Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
11626 | 2024.07.25 02:14:32.371513 [ 3 ] {} <Debug> HTTP-Session: 28dda8d9-1bd0-49d4-8651-a1b228d3bd1c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11627 | 2024.07.25 02:14:32.371526 [ 3 ] {} <Debug> HTTP-Session: 28dda8d9-1bd0-49d4-8651-a1b228d3bd1c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11628 | 2024.07.25 02:14:32.371559 [ 3 ] {} <Trace> HTTP-Session: 28dda8d9-1bd0-49d4-8651-a1b228d3bd1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11629 | 2024.07.25 02:14:32.371660 [ 3 ] {ddd480de-80c2-4ceb-aac7-6ae6cf2074f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
11630 | 2024.07.25 02:14:32.371707 [ 3 ] {ddd480de-80c2-4ceb-aac7-6ae6cf2074f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
11631 | 2024.07.25 02:14:32.371862 [ 3 ] {ddd480de-80c2-4ceb-aac7-6ae6cf2074f8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11632 | 2024.07.25 02:14:32.372201 [ 3 ] {ddd480de-80c2-4ceb-aac7-6ae6cf2074f8} <Trace> oximeter.measurements_bool (8163702d-f428-4b08-bb37-b5af976016c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11633 | 2024.07.25 02:14:32.372237 [ 3 ] {ddd480de-80c2-4ceb-aac7-6ae6cf2074f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
11634 | 2024.07.25 02:14:32.372595 [ 3 ] {ddd480de-80c2-4ceb-aac7-6ae6cf2074f8} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
11635 | 2024.07.25 02:14:32.372918 [ 3 ] {ddd480de-80c2-4ceb-aac7-6ae6cf2074f8} <Trace> oximeter.measurements_bool (8163702d-f428-4b08-bb37-b5af976016c8): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11636 | 2024.07.25 02:14:32.373068 [ 3 ] {ddd480de-80c2-4ceb-aac7-6ae6cf2074f8} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001427 sec., 4204.625087596356 rows/sec., 180.67 KiB/sec. | ||
11637 | 2024.07.25 02:14:32.373094 [ 98 ] {} <Debug> oximeter.measurements_bool (8163702d-f428-4b08-bb37-b5af976016c8) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
11638 | 2024.07.25 02:14:32.373221 [ 98 ] {} <Trace> oximeter.measurements_bool (8163702d-f428-4b08-bb37-b5af976016c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11639 | 2024.07.25 02:14:32.373278 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
11640 | 2024.07.25 02:14:32.373308 [ 3 ] {ddd480de-80c2-4ceb-aac7-6ae6cf2074f8} <Debug> DynamicQueryHandler: Done processing query | ||
11641 | 2024.07.25 02:14:32.373362 [ 3 ] {ddd480de-80c2-4ceb-aac7-6ae6cf2074f8} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
11642 | 2024.07.25 02:14:32.373413 [ 3 ] {} <Debug> HTTP-Session: 28dda8d9-1bd0-49d4-8651-a1b228d3bd1c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11643 | 2024.07.25 02:14:32.373547 [ 186 ] {8163702d-f428-4b08-bb37-b5af976016c8::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 | ||
11644 | 2024.07.25 02:14:32.373597 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 14082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11645 | 2024.07.25 02:14:32.373694 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11646 | 2024.07.25 02:14:32.373753 [ 3 ] {} <Debug> HTTP-Session: 19dcf006-0107-4190-9d53-1d54c2a324ca Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
11647 | 2024.07.25 02:14:32.373801 [ 3 ] {} <Debug> HTTP-Session: 19dcf006-0107-4190-9d53-1d54c2a324ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11648 | 2024.07.25 02:14:32.373843 [ 3 ] {} <Debug> HTTP-Session: 19dcf006-0107-4190-9d53-1d54c2a324ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11649 | 2024.07.25 02:14:32.373930 [ 3 ] {} <Trace> HTTP-Session: 19dcf006-0107-4190-9d53-1d54c2a324ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11650 | 2024.07.25 02:14:32.373934 [ 186 ] {8163702d-f428-4b08-bb37-b5af976016c8::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11651 | 2024.07.25 02:14:32.374005 [ 186 ] {8163702d-f428-4b08-bb37-b5af976016c8::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 | ||
11652 | 2024.07.25 02:14:32.374223 [ 186 ] {8163702d-f428-4b08-bb37-b5af976016c8::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 | ||
11653 | 2024.07.25 02:14:32.374239 [ 3 ] {782b69f5-68a8-4055-9cc2-07229762d141} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
11654 | 2024.07.25 02:14:32.374479 [ 186 ] {8163702d-f428-4b08-bb37-b5af976016c8::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 | ||
11655 | 2024.07.25 02:14:32.374502 [ 3 ] {782b69f5-68a8-4055-9cc2-07229762d141} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
11656 | 2024.07.25 02:14:32.374873 [ 186 ] {8163702d-f428-4b08-bb37-b5af976016c8::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 | ||
11657 | 2024.07.25 02:14:32.375217 [ 186 ] {8163702d-f428-4b08-bb37-b5af976016c8::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 | ||
11658 | 2024.07.25 02:14:32.375562 [ 186 ] {8163702d-f428-4b08-bb37-b5af976016c8::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 | ||
11659 | 2024.07.25 02:14:32.375913 [ 3 ] {782b69f5-68a8-4055-9cc2-07229762d141} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11660 | 2024.07.25 02:14:32.376933 [ 3 ] {782b69f5-68a8-4055-9cc2-07229762d141} <Trace> oximeter.measurements_cumulativei64 (ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11661 | 2024.07.25 02:14:32.377008 [ 3 ] {782b69f5-68a8-4055-9cc2-07229762d141} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
11662 | 2024.07.25 02:14:32.378107 [ 3 ] {782b69f5-68a8-4055-9cc2-07229762d141} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
11663 | 2024.07.25 02:14:32.378284 [ 189 ] {8163702d-f428-4b08-bb37-b5af976016c8::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 186 rows, containing 4 columns (4 merged, 0 gathered) in 0.004869995 sec., 38193.05769307771 rows/sec., 1.60 MiB/sec. | ||
11664 | 2024.07.25 02:14:32.378449 [ 189 ] {8163702d-f428-4b08-bb37-b5af976016c8::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
11665 | 2024.07.25 02:14:32.378650 [ 3 ] {782b69f5-68a8-4055-9cc2-07229762d141} <Trace> oximeter.measurements_cumulativei64 (ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11666 | 2024.07.25 02:14:32.378944 [ 98 ] {} <Debug> oximeter.measurements_cumulativei64 (ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
11667 | 2024.07.25 02:14:32.378963 [ 3 ] {782b69f5-68a8-4055-9cc2-07229762d141} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.004889 sec., 15749.64205358969 rows/sec., 993.14 KiB/sec. | ||
11668 | 2024.07.25 02:14:32.379093 [ 98 ] {} <Trace> oximeter.measurements_cumulativei64 (ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11669 | 2024.07.25 02:14:32.379239 [ 199 ] {8163702d-f428-4b08-bb37-b5af976016c8::all_1_31_6} <Trace> oximeter.measurements_bool (8163702d-f428-4b08-bb37-b5af976016c8): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11670 | 2024.07.25 02:14:32.379278 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
11671 | 2024.07.25 02:14:32.379567 [ 3 ] {782b69f5-68a8-4055-9cc2-07229762d141} <Debug> DynamicQueryHandler: Done processing query | ||
11672 | 2024.07.25 02:14:32.379676 [ 199 ] {8163702d-f428-4b08-bb37-b5af976016c8::all_1_31_6} <Trace> oximeter.measurements_bool (8163702d-f428-4b08-bb37-b5af976016c8) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
11673 | 2024.07.25 02:14:32.379706 [ 3 ] {782b69f5-68a8-4055-9cc2-07229762d141} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11674 | 2024.07.25 02:14:32.379797 [ 3 ] {} <Debug> HTTP-Session: 19dcf006-0107-4190-9d53-1d54c2a324ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11675 | 2024.07.25 02:14:32.379875 [ 189 ] {ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7::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 | ||
11676 | 2024.07.25 02:14:32.380136 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
11677 | 2024.07.25 02:14:32.380211 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 30607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11678 | 2024.07.25 02:14:32.380471 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11679 | 2024.07.25 02:14:32.380590 [ 3 ] {} <Debug> HTTP-Session: 53a028db-a240-4846-8380-87d51e361767 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
11680 | 2024.07.25 02:14:32.380675 [ 3 ] {} <Debug> HTTP-Session: 53a028db-a240-4846-8380-87d51e361767 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11681 | 2024.07.25 02:14:32.380740 [ 3 ] {} <Debug> HTTP-Session: 53a028db-a240-4846-8380-87d51e361767 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11682 | 2024.07.25 02:14:32.380770 [ 189 ] {ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11683 | 2024.07.25 02:14:32.380855 [ 3 ] {} <Trace> HTTP-Session: 53a028db-a240-4846-8380-87d51e361767 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11684 | 2024.07.25 02:14:32.380863 [ 189 ] {ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 2002 rows starting from the beginning of the part | ||
11685 | 2024.07.25 02:14:32.381005 [ 189 ] {ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 77 rows starting from the beginning of the part | ||
11686 | 2024.07.25 02:14:32.381183 [ 3 ] {091ae983-3ad1-4dcf-b43f-c9ba96221cc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11687 | 2024.07.25 02:14:32.381233 [ 189 ] {ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 77 rows starting from the beginning of the part | ||
11688 | 2024.07.25 02:14:32.381361 [ 3 ] {091ae983-3ad1-4dcf-b43f-c9ba96221cc5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11689 | 2024.07.25 02:14:32.381562 [ 189 ] {ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 77 rows starting from the beginning of the part | ||
11690 | 2024.07.25 02:14:32.381862 [ 189 ] {ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 77 rows starting from the beginning of the part | ||
11691 | 2024.07.25 02:14:32.382173 [ 189 ] {ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 77 rows starting from the beginning of the part | ||
11692 | 2024.07.25 02:14:32.382580 [ 3 ] {091ae983-3ad1-4dcf-b43f-c9ba96221cc5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11693 | 2024.07.25 02:14:32.383152 [ 3 ] {091ae983-3ad1-4dcf-b43f-c9ba96221cc5} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11694 | 2024.07.25 02:14:32.383193 [ 3 ] {091ae983-3ad1-4dcf-b43f-c9ba96221cc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
11695 | 2024.07.25 02:14:32.383801 [ 3 ] {091ae983-3ad1-4dcf-b43f-c9ba96221cc5} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
11696 | 2024.07.25 02:14:32.384281 [ 199 ] {ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2387 rows, containing 5 columns (5 merged, 0 gathered) in 0.004795974 sec., 497709.12019122706 rows/sec., 30.65 MiB/sec. | ||
11697 | 2024.07.25 02:14:32.384396 [ 3 ] {091ae983-3ad1-4dcf-b43f-c9ba96221cc5} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11698 | 2024.07.25 02:14:32.384641 [ 199 ] {ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
11699 | 2024.07.25 02:14:32.384658 [ 3 ] {091ae983-3ad1-4dcf-b43f-c9ba96221cc5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003655 sec., 43775.64979480164 rows/sec., 3.05 MiB/sec. | ||
11700 | 2024.07.25 02:14:32.385029 [ 3 ] {091ae983-3ad1-4dcf-b43f-c9ba96221cc5} <Debug> DynamicQueryHandler: Done processing query | ||
11701 | 2024.07.25 02:14:32.385105 [ 3 ] {091ae983-3ad1-4dcf-b43f-c9ba96221cc5} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11702 | 2024.07.25 02:14:32.385184 [ 3 ] {} <Debug> HTTP-Session: 53a028db-a240-4846-8380-87d51e361767 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11703 | 2024.07.25 02:14:32.385400 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 37048, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11704 | 2024.07.25 02:14:32.385488 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11705 | 2024.07.25 02:14:32.385529 [ 199 ] {ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7::all_1_31_6} <Trace> oximeter.measurements_cumulativei64 (ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11706 | 2024.07.25 02:14:32.385546 [ 3 ] {} <Debug> HTTP-Session: 03c657a1-8eea-41a9-b82c-971bdb22dc5a Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
11707 | 2024.07.25 02:14:32.385610 [ 3 ] {} <Debug> HTTP-Session: 03c657a1-8eea-41a9-b82c-971bdb22dc5a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11708 | 2024.07.25 02:14:32.385642 [ 3 ] {} <Debug> HTTP-Session: 03c657a1-8eea-41a9-b82c-971bdb22dc5a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11709 | 2024.07.25 02:14:32.385699 [ 3 ] {} <Trace> HTTP-Session: 03c657a1-8eea-41a9-b82c-971bdb22dc5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11710 | 2024.07.25 02:14:32.385711 [ 199 ] {ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7::all_1_31_6} <Trace> oximeter.measurements_cumulativei64 (ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
11711 | 2024.07.25 02:14:32.385880 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
11712 | 2024.07.25 02:14:32.386115 [ 3 ] {006d1e64-96aa-4732-ae79-15a95a25c037} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11713 | 2024.07.25 02:14:32.386190 [ 3 ] {006d1e64-96aa-4732-ae79-15a95a25c037} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
11714 | 2024.07.25 02:14:32.386620 [ 3 ] {006d1e64-96aa-4732-ae79-15a95a25c037} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11715 | 2024.07.25 02:14:32.387331 [ 3 ] {006d1e64-96aa-4732-ae79-15a95a25c037} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11716 | 2024.07.25 02:14:32.387368 [ 3 ] {006d1e64-96aa-4732-ae79-15a95a25c037} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
11717 | 2024.07.25 02:14:32.387986 [ 3 ] {006d1e64-96aa-4732-ae79-15a95a25c037} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
11718 | 2024.07.25 02:14:32.388394 [ 3 ] {006d1e64-96aa-4732-ae79-15a95a25c037} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11719 | 2024.07.25 02:14:32.388595 [ 3 ] {006d1e64-96aa-4732-ae79-15a95a25c037} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002745 sec., 8378.87067395264 rows/sec., 15.01 MiB/sec. | ||
11720 | 2024.07.25 02:14:32.388931 [ 3 ] {006d1e64-96aa-4732-ae79-15a95a25c037} <Debug> DynamicQueryHandler: Done processing query | ||
11721 | 2024.07.25 02:14:32.388961 [ 3 ] {006d1e64-96aa-4732-ae79-15a95a25c037} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
11722 | 2024.07.25 02:14:32.388977 [ 3 ] {} <Debug> HTTP-Session: 03c657a1-8eea-41a9-b82c-971bdb22dc5a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11723 | 2024.07.25 02:14:32.389124 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 3211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11724 | 2024.07.25 02:14:32.389173 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11725 | 2024.07.25 02:14:32.389191 [ 3 ] {} <Debug> HTTP-Session: 67e60e7c-b649-428d-89a2-2f9923145dab Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
11726 | 2024.07.25 02:14:32.389207 [ 3 ] {} <Debug> HTTP-Session: 67e60e7c-b649-428d-89a2-2f9923145dab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11727 | 2024.07.25 02:14:32.389220 [ 3 ] {} <Debug> HTTP-Session: 67e60e7c-b649-428d-89a2-2f9923145dab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11728 | 2024.07.25 02:14:32.389252 [ 3 ] {} <Trace> HTTP-Session: 67e60e7c-b649-428d-89a2-2f9923145dab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11729 | 2024.07.25 02:14:32.389355 [ 3 ] {06414250-4ded-4f32-a741-d55b29dfd389} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
11730 | 2024.07.25 02:14:32.389398 [ 3 ] {06414250-4ded-4f32-a741-d55b29dfd389} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
11731 | 2024.07.25 02:14:32.389525 [ 3 ] {06414250-4ded-4f32-a741-d55b29dfd389} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11732 | 2024.07.25 02:14:32.389873 [ 3 ] {06414250-4ded-4f32-a741-d55b29dfd389} <Trace> oximeter.measurements_i64 (4af3948b-7ee8-4a0a-bff7-9db9837b5273): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11733 | 2024.07.25 02:14:32.389909 [ 3 ] {06414250-4ded-4f32-a741-d55b29dfd389} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
11734 | 2024.07.25 02:14:32.390260 [ 3 ] {06414250-4ded-4f32-a741-d55b29dfd389} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
11735 | 2024.07.25 02:14:32.390592 [ 3 ] {06414250-4ded-4f32-a741-d55b29dfd389} <Trace> oximeter.measurements_i64 (4af3948b-7ee8-4a0a-bff7-9db9837b5273): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11736 | 2024.07.25 02:14:32.390757 [ 3 ] {06414250-4ded-4f32-a741-d55b29dfd389} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001425 sec., 16140.350877192981 rows/sec., 873.08 KiB/sec. | ||
11737 | 2024.07.25 02:14:32.390942 [ 3 ] {06414250-4ded-4f32-a741-d55b29dfd389} <Debug> DynamicQueryHandler: Done processing query | ||
11738 | 2024.07.25 02:14:32.390968 [ 3 ] {06414250-4ded-4f32-a741-d55b29dfd389} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
11739 | 2024.07.25 02:14:32.390983 [ 3 ] {} <Debug> HTTP-Session: 67e60e7c-b649-428d-89a2-2f9923145dab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11740 | 2024.07.25 02:14:32.391097 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11741 | 2024.07.25 02:14:32.391144 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11742 | 2024.07.25 02:14:32.391162 [ 3 ] {} <Debug> HTTP-Session: 6f54eaa3-d40c-4550-88c6-9f00574fe60b Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
11743 | 2024.07.25 02:14:32.391178 [ 3 ] {} <Debug> HTTP-Session: 6f54eaa3-d40c-4550-88c6-9f00574fe60b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11744 | 2024.07.25 02:14:32.391191 [ 3 ] {} <Debug> HTTP-Session: 6f54eaa3-d40c-4550-88c6-9f00574fe60b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11745 | 2024.07.25 02:14:32.391222 [ 3 ] {} <Trace> HTTP-Session: 6f54eaa3-d40c-4550-88c6-9f00574fe60b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11746 | 2024.07.25 02:14:32.391340 [ 3 ] {1dc18744-cb80-44f4-b309-e644c580bcea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11747 | 2024.07.25 02:14:32.391383 [ 3 ] {1dc18744-cb80-44f4-b309-e644c580bcea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11748 | 2024.07.25 02:14:32.391508 [ 3 ] {1dc18744-cb80-44f4-b309-e644c580bcea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11749 | 2024.07.25 02:14:32.391806 [ 3 ] {1dc18744-cb80-44f4-b309-e644c580bcea} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11750 | 2024.07.25 02:14:32.391842 [ 3 ] {1dc18744-cb80-44f4-b309-e644c580bcea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
11751 | 2024.07.25 02:14:32.392192 [ 3 ] {1dc18744-cb80-44f4-b309-e644c580bcea} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
11752 | 2024.07.25 02:14:32.392514 [ 3 ] {1dc18744-cb80-44f4-b309-e644c580bcea} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11753 | 2024.07.25 02:14:32.392664 [ 3 ] {1dc18744-cb80-44f4-b309-e644c580bcea} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00136 sec., 44117.647058823524 rows/sec., 2.97 MiB/sec. | ||
11754 | 2024.07.25 02:14:32.392843 [ 3 ] {1dc18744-cb80-44f4-b309-e644c580bcea} <Debug> DynamicQueryHandler: Done processing query | ||
11755 | 2024.07.25 02:14:32.392869 [ 3 ] {1dc18744-cb80-44f4-b309-e644c580bcea} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11756 | 2024.07.25 02:14:32.392884 [ 3 ] {} <Debug> HTTP-Session: 6f54eaa3-d40c-4550-88c6-9f00574fe60b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11757 | 2024.07.25 02:14:36.243969 [ 94 ] {} <Debug> DNSResolver: Updating DNS cache | ||
11758 | 2024.07.25 02:14:36.244066 [ 94 ] {} <Debug> DNSResolver: Updated DNS cache | ||
11759 | 2024.07.25 02:14:37.358576 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 1489, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11760 | 2024.07.25 02:14:37.358692 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11761 | 2024.07.25 02:14:37.358716 [ 3 ] {} <Debug> HTTP-Session: 307b3d09-f158-4b76-a5bb-a883a0c5f88d Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
11762 | 2024.07.25 02:14:37.358740 [ 3 ] {} <Debug> HTTP-Session: 307b3d09-f158-4b76-a5bb-a883a0c5f88d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11763 | 2024.07.25 02:14:37.358755 [ 3 ] {} <Debug> HTTP-Session: 307b3d09-f158-4b76-a5bb-a883a0c5f88d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11764 | 2024.07.25 02:14:37.358804 [ 3 ] {} <Trace> HTTP-Session: 307b3d09-f158-4b76-a5bb-a883a0c5f88d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11765 | 2024.07.25 02:14:37.358992 [ 3 ] {0186117c-2a9d-47e6-acd8-f94e4c383aae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11766 | 2024.07.25 02:14:37.359058 [ 3 ] {0186117c-2a9d-47e6-acd8-f94e4c383aae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11767 | 2024.07.25 02:14:37.359246 [ 3 ] {0186117c-2a9d-47e6-acd8-f94e4c383aae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11768 | 2024.07.25 02:14:37.359722 [ 3 ] {0186117c-2a9d-47e6-acd8-f94e4c383aae} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11769 | 2024.07.25 02:14:37.359767 [ 3 ] {0186117c-2a9d-47e6-acd8-f94e4c383aae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
11770 | 2024.07.25 02:14:37.360126 [ 3 ] {0186117c-2a9d-47e6-acd8-f94e4c383aae} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
11771 | 2024.07.25 02:14:37.360462 [ 3 ] {0186117c-2a9d-47e6-acd8-f94e4c383aae} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11772 | 2024.07.25 02:14:37.360629 [ 3 ] {0186117c-2a9d-47e6-acd8-f94e4c383aae} <Debug> executeQuery: Read 10 rows, 830.00 B in 0.001688 sec., 5924.170616113744 rows/sec., 480.18 KiB/sec. | ||
11773 | 2024.07.25 02:14:37.360956 [ 3 ] {0186117c-2a9d-47e6-acd8-f94e4c383aae} <Debug> DynamicQueryHandler: Done processing query | ||
11774 | 2024.07.25 02:14:37.361019 [ 3 ] {0186117c-2a9d-47e6-acd8-f94e4c383aae} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11775 | 2024.07.25 02:14:37.361053 [ 3 ] {} <Debug> HTTP-Session: 307b3d09-f158-4b76-a5bb-a883a0c5f88d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11776 | 2024.07.25 02:14:37.361207 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 12377, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11777 | 2024.07.25 02:14:37.361265 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11778 | 2024.07.25 02:14:37.361284 [ 3 ] {} <Debug> HTTP-Session: 43a15ba3-2e1a-48ec-a479-56f8d7414108 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
11779 | 2024.07.25 02:14:37.361301 [ 3 ] {} <Debug> HTTP-Session: 43a15ba3-2e1a-48ec-a479-56f8d7414108 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11780 | 2024.07.25 02:14:37.361315 [ 3 ] {} <Debug> HTTP-Session: 43a15ba3-2e1a-48ec-a479-56f8d7414108 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11781 | 2024.07.25 02:14:37.361349 [ 3 ] {} <Trace> HTTP-Session: 43a15ba3-2e1a-48ec-a479-56f8d7414108 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11782 | 2024.07.25 02:14:37.361471 [ 3 ] {3b023382-85e4-4aa7-bca9-841d97ddc802} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11783 | 2024.07.25 02:14:37.361516 [ 3 ] {3b023382-85e4-4aa7-bca9-841d97ddc802} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11784 | 2024.07.25 02:14:37.361666 [ 3 ] {3b023382-85e4-4aa7-bca9-841d97ddc802} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11785 | 2024.07.25 02:14:37.362095 [ 3 ] {3b023382-85e4-4aa7-bca9-841d97ddc802} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11786 | 2024.07.25 02:14:37.362133 [ 3 ] {3b023382-85e4-4aa7-bca9-841d97ddc802} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
11787 | 2024.07.25 02:14:37.362457 [ 3 ] {3b023382-85e4-4aa7-bca9-841d97ddc802} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
11788 | 2024.07.25 02:14:37.362758 [ 3 ] {3b023382-85e4-4aa7-bca9-841d97ddc802} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11789 | 2024.07.25 02:14:37.362905 [ 3 ] {3b023382-85e4-4aa7-bca9-841d97ddc802} <Debug> executeQuery: Read 86 rows, 7.13 KiB in 0.001479 sec., 58147.3968897904 rows/sec., 4.71 MiB/sec. | ||
11790 | 2024.07.25 02:14:37.363092 [ 3 ] {3b023382-85e4-4aa7-bca9-841d97ddc802} <Debug> DynamicQueryHandler: Done processing query | ||
11791 | 2024.07.25 02:14:37.363117 [ 3 ] {3b023382-85e4-4aa7-bca9-841d97ddc802} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
11792 | 2024.07.25 02:14:37.363133 [ 3 ] {} <Debug> HTTP-Session: 43a15ba3-2e1a-48ec-a479-56f8d7414108 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11793 | 2024.07.25 02:14:37.363264 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 12574, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11794 | 2024.07.25 02:14:37.363312 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11795 | 2024.07.25 02:14:37.363331 [ 3 ] {} <Debug> HTTP-Session: f9539fe9-69ee-45f8-b8f5-caf505789fbd Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
11796 | 2024.07.25 02:14:37.363347 [ 3 ] {} <Debug> HTTP-Session: f9539fe9-69ee-45f8-b8f5-caf505789fbd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11797 | 2024.07.25 02:14:37.363360 [ 3 ] {} <Debug> HTTP-Session: f9539fe9-69ee-45f8-b8f5-caf505789fbd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11798 | 2024.07.25 02:14:37.363391 [ 3 ] {} <Trace> HTTP-Session: f9539fe9-69ee-45f8-b8f5-caf505789fbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11799 | 2024.07.25 02:14:37.363507 [ 3 ] {0d9d3d76-7aca-4e2f-b4fd-abcb511db70c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11800 | 2024.07.25 02:14:37.363550 [ 3 ] {0d9d3d76-7aca-4e2f-b4fd-abcb511db70c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11801 | 2024.07.25 02:14:37.363676 [ 3 ] {0d9d3d76-7aca-4e2f-b4fd-abcb511db70c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11802 | 2024.07.25 02:14:37.364015 [ 3 ] {0d9d3d76-7aca-4e2f-b4fd-abcb511db70c} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11803 | 2024.07.25 02:14:37.364051 [ 3 ] {0d9d3d76-7aca-4e2f-b4fd-abcb511db70c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
11804 | 2024.07.25 02:14:37.364352 [ 3 ] {0d9d3d76-7aca-4e2f-b4fd-abcb511db70c} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
11805 | 2024.07.25 02:14:37.364647 [ 3 ] {0d9d3d76-7aca-4e2f-b4fd-abcb511db70c} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11806 | 2024.07.25 02:14:37.364790 [ 3 ] {0d9d3d76-7aca-4e2f-b4fd-abcb511db70c} <Debug> executeQuery: Read 74 rows, 5.92 KiB in 0.001325 sec., 55849.056603773584 rows/sec., 4.36 MiB/sec. | ||
11807 | 2024.07.25 02:14:37.364970 [ 3 ] {0d9d3d76-7aca-4e2f-b4fd-abcb511db70c} <Debug> DynamicQueryHandler: Done processing query | ||
11808 | 2024.07.25 02:14:37.364996 [ 3 ] {0d9d3d76-7aca-4e2f-b4fd-abcb511db70c} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
11809 | 2024.07.25 02:14:37.365011 [ 3 ] {} <Debug> HTTP-Session: f9539fe9-69ee-45f8-b8f5-caf505789fbd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11810 | 2024.07.25 02:14:37.365164 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 30607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11811 | 2024.07.25 02:14:37.365212 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11812 | 2024.07.25 02:14:37.365231 [ 3 ] {} <Debug> HTTP-Session: 006b5602-2ff0-4747-a50f-f49c1d43e556 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
11813 | 2024.07.25 02:14:37.365247 [ 3 ] {} <Debug> HTTP-Session: 006b5602-2ff0-4747-a50f-f49c1d43e556 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11814 | 2024.07.25 02:14:37.365261 [ 3 ] {} <Debug> HTTP-Session: 006b5602-2ff0-4747-a50f-f49c1d43e556 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11815 | 2024.07.25 02:14:37.365291 [ 3 ] {} <Trace> HTTP-Session: 006b5602-2ff0-4747-a50f-f49c1d43e556 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11816 | 2024.07.25 02:14:37.365431 [ 3 ] {2eca9d3c-1531-489c-95a6-c40b66accfad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11817 | 2024.07.25 02:14:37.365478 [ 3 ] {2eca9d3c-1531-489c-95a6-c40b66accfad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11818 | 2024.07.25 02:14:37.365622 [ 3 ] {2eca9d3c-1531-489c-95a6-c40b66accfad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11819 | 2024.07.25 02:14:37.365989 [ 3 ] {2eca9d3c-1531-489c-95a6-c40b66accfad} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11820 | 2024.07.25 02:14:37.366025 [ 3 ] {2eca9d3c-1531-489c-95a6-c40b66accfad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
11821 | 2024.07.25 02:14:37.366401 [ 3 ] {2eca9d3c-1531-489c-95a6-c40b66accfad} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
11822 | 2024.07.25 02:14:37.366736 [ 3 ] {2eca9d3c-1531-489c-95a6-c40b66accfad} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11823 | 2024.07.25 02:14:37.366888 [ 3 ] {2eca9d3c-1531-489c-95a6-c40b66accfad} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001513 sec., 105750.16523463318 rows/sec., 7.37 MiB/sec. | ||
11824 | 2024.07.25 02:14:37.367069 [ 3 ] {2eca9d3c-1531-489c-95a6-c40b66accfad} <Debug> DynamicQueryHandler: Done processing query | ||
11825 | 2024.07.25 02:14:37.367095 [ 3 ] {2eca9d3c-1531-489c-95a6-c40b66accfad} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11826 | 2024.07.25 02:14:37.367111 [ 3 ] {} <Debug> HTTP-Session: 006b5602-2ff0-4747-a50f-f49c1d43e556 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11827 | 2024.07.25 02:14:37.367224 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 16111, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11828 | 2024.07.25 02:14:37.367272 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11829 | 2024.07.25 02:14:37.367291 [ 3 ] {} <Debug> HTTP-Session: fcf234ac-bbfc-46de-b8d7-05b403f83407 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
11830 | 2024.07.25 02:14:37.367306 [ 3 ] {} <Debug> HTTP-Session: fcf234ac-bbfc-46de-b8d7-05b403f83407 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11831 | 2024.07.25 02:14:37.367320 [ 3 ] {} <Debug> HTTP-Session: fcf234ac-bbfc-46de-b8d7-05b403f83407 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11832 | 2024.07.25 02:14:37.367350 [ 3 ] {} <Trace> HTTP-Session: fcf234ac-bbfc-46de-b8d7-05b403f83407 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11833 | 2024.07.25 02:14:37.367527 [ 3 ] {50b94931-3306-4eaa-bc03-b68768d5a4e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11834 | 2024.07.25 02:14:37.367588 [ 3 ] {50b94931-3306-4eaa-bc03-b68768d5a4e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
11835 | 2024.07.25 02:14:37.367986 [ 3 ] {50b94931-3306-4eaa-bc03-b68768d5a4e0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11836 | 2024.07.25 02:14:37.368485 [ 3 ] {50b94931-3306-4eaa-bc03-b68768d5a4e0} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11837 | 2024.07.25 02:14:37.368520 [ 3 ] {50b94931-3306-4eaa-bc03-b68768d5a4e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
11838 | 2024.07.25 02:14:37.369121 [ 3 ] {50b94931-3306-4eaa-bc03-b68768d5a4e0} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
11839 | 2024.07.25 02:14:37.369531 [ 3 ] {50b94931-3306-4eaa-bc03-b68768d5a4e0} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11840 | 2024.07.25 02:14:37.369731 [ 3 ] {50b94931-3306-4eaa-bc03-b68768d5a4e0} <Debug> executeQuery: Read 10 rows, 18.35 KiB in 0.002306 sec., 4336.513443191674 rows/sec., 7.77 MiB/sec. | ||
11841 | 2024.07.25 02:14:37.370185 [ 3 ] {50b94931-3306-4eaa-bc03-b68768d5a4e0} <Debug> DynamicQueryHandler: Done processing query | ||
11842 | 2024.07.25 02:14:37.370214 [ 3 ] {50b94931-3306-4eaa-bc03-b68768d5a4e0} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
11843 | 2024.07.25 02:14:37.370231 [ 3 ] {} <Debug> HTTP-Session: fcf234ac-bbfc-46de-b8d7-05b403f83407 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11844 | 2024.07.25 02:14:37.370349 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11845 | 2024.07.25 02:14:37.370398 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11846 | 2024.07.25 02:14:37.370417 [ 3 ] {} <Debug> HTTP-Session: 8112a7d7-8d0f-43b9-8067-ae405740f393 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
11847 | 2024.07.25 02:14:37.370433 [ 3 ] {} <Debug> HTTP-Session: 8112a7d7-8d0f-43b9-8067-ae405740f393 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11848 | 2024.07.25 02:14:37.370447 [ 3 ] {} <Debug> HTTP-Session: 8112a7d7-8d0f-43b9-8067-ae405740f393 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11849 | 2024.07.25 02:14:37.370478 [ 3 ] {} <Trace> HTTP-Session: 8112a7d7-8d0f-43b9-8067-ae405740f393 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11850 | 2024.07.25 02:14:37.370598 [ 3 ] {d7a113f7-ac79-42dc-a407-3d961fe8fdc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11851 | 2024.07.25 02:14:37.370642 [ 3 ] {d7a113f7-ac79-42dc-a407-3d961fe8fdc5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11852 | 2024.07.25 02:14:37.370782 [ 3 ] {d7a113f7-ac79-42dc-a407-3d961fe8fdc5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11853 | 2024.07.25 02:14:37.371073 [ 3 ] {d7a113f7-ac79-42dc-a407-3d961fe8fdc5} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11854 | 2024.07.25 02:14:37.371109 [ 3 ] {d7a113f7-ac79-42dc-a407-3d961fe8fdc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
11855 | 2024.07.25 02:14:37.371454 [ 3 ] {d7a113f7-ac79-42dc-a407-3d961fe8fdc5} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
11856 | 2024.07.25 02:14:37.371767 [ 3 ] {d7a113f7-ac79-42dc-a407-3d961fe8fdc5} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11857 | 2024.07.25 02:14:37.371920 [ 3 ] {d7a113f7-ac79-42dc-a407-3d961fe8fdc5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001357 sec., 44215.18054532056 rows/sec., 2.98 MiB/sec. | ||
11858 | 2024.07.25 02:14:37.372211 [ 3 ] {d7a113f7-ac79-42dc-a407-3d961fe8fdc5} <Debug> DynamicQueryHandler: Done processing query | ||
11859 | 2024.07.25 02:14:37.372270 [ 3 ] {d7a113f7-ac79-42dc-a407-3d961fe8fdc5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11860 | 2024.07.25 02:14:37.372309 [ 3 ] {} <Debug> HTTP-Session: 8112a7d7-8d0f-43b9-8067-ae405740f393 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11861 | 2024.07.25 02:14:42.363523 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 4045, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11862 | 2024.07.25 02:14:42.363652 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11863 | 2024.07.25 02:14:42.363677 [ 3 ] {} <Debug> HTTP-Session: 6bb78218-fc1a-4b87-952c-4e64ed5c07b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
11864 | 2024.07.25 02:14:42.363701 [ 3 ] {} <Debug> HTTP-Session: 6bb78218-fc1a-4b87-952c-4e64ed5c07b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11865 | 2024.07.25 02:14:42.363716 [ 3 ] {} <Debug> HTTP-Session: 6bb78218-fc1a-4b87-952c-4e64ed5c07b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11866 | 2024.07.25 02:14:42.363765 [ 3 ] {} <Trace> HTTP-Session: 6bb78218-fc1a-4b87-952c-4e64ed5c07b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11867 | 2024.07.25 02:14:42.363953 [ 3 ] {3ed98530-2680-47fb-8c88-e4b5cf20e25a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11868 | 2024.07.25 02:14:42.364022 [ 3 ] {3ed98530-2680-47fb-8c88-e4b5cf20e25a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11869 | 2024.07.25 02:14:42.364215 [ 3 ] {3ed98530-2680-47fb-8c88-e4b5cf20e25a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11870 | 2024.07.25 02:14:42.364664 [ 3 ] {3ed98530-2680-47fb-8c88-e4b5cf20e25a} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11871 | 2024.07.25 02:14:42.364711 [ 3 ] {3ed98530-2680-47fb-8c88-e4b5cf20e25a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
11872 | 2024.07.25 02:14:42.365086 [ 3 ] {3ed98530-2680-47fb-8c88-e4b5cf20e25a} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
11873 | 2024.07.25 02:14:42.365426 [ 3 ] {3ed98530-2680-47fb-8c88-e4b5cf20e25a} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11874 | 2024.07.25 02:14:42.365606 [ 3 ] {3ed98530-2680-47fb-8c88-e4b5cf20e25a} <Debug> executeQuery: Read 29 rows, 2.20 KiB in 0.001704 sec., 17018.779342723006 rows/sec., 1.26 MiB/sec. | ||
11875 | 2024.07.25 02:14:42.365834 [ 3 ] {3ed98530-2680-47fb-8c88-e4b5cf20e25a} <Debug> DynamicQueryHandler: Done processing query | ||
11876 | 2024.07.25 02:14:42.365863 [ 3 ] {3ed98530-2680-47fb-8c88-e4b5cf20e25a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11877 | 2024.07.25 02:14:42.365879 [ 3 ] {} <Debug> HTTP-Session: 6bb78218-fc1a-4b87-952c-4e64ed5c07b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11878 | 2024.07.25 02:14:42.366056 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 34730, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11879 | 2024.07.25 02:14:42.366116 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11880 | 2024.07.25 02:14:42.366135 [ 3 ] {} <Debug> HTTP-Session: c51d0b2f-d4f1-4c58-9f54-aba47d609f6e Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
11881 | 2024.07.25 02:14:42.366153 [ 3 ] {} <Debug> HTTP-Session: c51d0b2f-d4f1-4c58-9f54-aba47d609f6e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11882 | 2024.07.25 02:14:42.366166 [ 3 ] {} <Debug> HTTP-Session: c51d0b2f-d4f1-4c58-9f54-aba47d609f6e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11883 | 2024.07.25 02:14:42.366202 [ 3 ] {} <Trace> HTTP-Session: c51d0b2f-d4f1-4c58-9f54-aba47d609f6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11884 | 2024.07.25 02:14:42.366368 [ 3 ] {de557f00-5a51-4ce9-96a3-569bbeeb01ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11885 | 2024.07.25 02:14:42.366418 [ 3 ] {de557f00-5a51-4ce9-96a3-569bbeeb01ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11886 | 2024.07.25 02:14:42.366557 [ 3 ] {de557f00-5a51-4ce9-96a3-569bbeeb01ad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11887 | 2024.07.25 02:14:42.367087 [ 3 ] {de557f00-5a51-4ce9-96a3-569bbeeb01ad} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11888 | 2024.07.25 02:14:42.367125 [ 3 ] {de557f00-5a51-4ce9-96a3-569bbeeb01ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
11889 | 2024.07.25 02:14:42.367461 [ 3 ] {de557f00-5a51-4ce9-96a3-569bbeeb01ad} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
11890 | 2024.07.25 02:14:42.367773 [ 3 ] {de557f00-5a51-4ce9-96a3-569bbeeb01ad} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11891 | 2024.07.25 02:14:42.367947 [ 3 ] {de557f00-5a51-4ce9-96a3-569bbeeb01ad} <Debug> executeQuery: Read 230 rows, 20.76 KiB in 0.001647 sec., 139647.84456587734 rows/sec., 12.31 MiB/sec. | ||
11892 | 2024.07.25 02:14:42.368123 [ 3 ] {de557f00-5a51-4ce9-96a3-569bbeeb01ad} <Debug> DynamicQueryHandler: Done processing query | ||
11893 | 2024.07.25 02:14:42.368151 [ 3 ] {de557f00-5a51-4ce9-96a3-569bbeeb01ad} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
11894 | 2024.07.25 02:14:42.368171 [ 3 ] {} <Debug> HTTP-Session: c51d0b2f-d4f1-4c58-9f54-aba47d609f6e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11895 | 2024.07.25 02:14:42.368442 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 65459, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11896 | 2024.07.25 02:14:42.368496 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11897 | 2024.07.25 02:14:42.368515 [ 3 ] {} <Debug> HTTP-Session: 675160ce-4bf0-482c-afd3-b5dfec44af79 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
11898 | 2024.07.25 02:14:42.368532 [ 3 ] {} <Debug> HTTP-Session: 675160ce-4bf0-482c-afd3-b5dfec44af79 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11899 | 2024.07.25 02:14:42.368545 [ 3 ] {} <Debug> HTTP-Session: 675160ce-4bf0-482c-afd3-b5dfec44af79 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11900 | 2024.07.25 02:14:42.368578 [ 3 ] {} <Trace> HTTP-Session: 675160ce-4bf0-482c-afd3-b5dfec44af79 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11901 | 2024.07.25 02:14:42.368793 [ 3 ] {7d32b7c2-fee6-4f12-ae13-dee8ffad6b86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11902 | 2024.07.25 02:14:42.368838 [ 3 ] {7d32b7c2-fee6-4f12-ae13-dee8ffad6b86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11903 | 2024.07.25 02:14:42.368972 [ 3 ] {7d32b7c2-fee6-4f12-ae13-dee8ffad6b86} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11904 | 2024.07.25 02:14:42.369524 [ 3 ] {7d32b7c2-fee6-4f12-ae13-dee8ffad6b86} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11905 | 2024.07.25 02:14:42.369561 [ 3 ] {7d32b7c2-fee6-4f12-ae13-dee8ffad6b86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
11906 | 2024.07.25 02:14:42.369886 [ 3 ] {7d32b7c2-fee6-4f12-ae13-dee8ffad6b86} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
11907 | 2024.07.25 02:14:42.370202 [ 3 ] {7d32b7c2-fee6-4f12-ae13-dee8ffad6b86} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11908 | 2024.07.25 02:14:42.370365 [ 3 ] {7d32b7c2-fee6-4f12-ae13-dee8ffad6b86} <Debug> executeQuery: Read 405 rows, 29.32 KiB in 0.001679 sec., 241215.00893388924 rows/sec., 17.05 MiB/sec. | ||
11909 | 2024.07.25 02:14:42.370535 [ 3 ] {7d32b7c2-fee6-4f12-ae13-dee8ffad6b86} <Debug> DynamicQueryHandler: Done processing query | ||
11910 | 2024.07.25 02:14:42.370559 [ 3 ] {7d32b7c2-fee6-4f12-ae13-dee8ffad6b86} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
11911 | 2024.07.25 02:14:42.370575 [ 3 ] {} <Debug> HTTP-Session: 675160ce-4bf0-482c-afd3-b5dfec44af79 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11912 | 2024.07.25 02:14:42.370715 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11913 | 2024.07.25 02:14:42.370764 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11914 | 2024.07.25 02:14:42.370783 [ 3 ] {} <Debug> HTTP-Session: a1ef7bcf-9f58-4574-bf83-46b4a2fd1ba8 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
11915 | 2024.07.25 02:14:42.370799 [ 3 ] {} <Debug> HTTP-Session: a1ef7bcf-9f58-4574-bf83-46b4a2fd1ba8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11916 | 2024.07.25 02:14:42.370813 [ 3 ] {} <Debug> HTTP-Session: a1ef7bcf-9f58-4574-bf83-46b4a2fd1ba8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11917 | 2024.07.25 02:14:42.370844 [ 3 ] {} <Trace> HTTP-Session: a1ef7bcf-9f58-4574-bf83-46b4a2fd1ba8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11918 | 2024.07.25 02:14:42.370941 [ 3 ] {dfee1530-f5de-43c0-9f74-3a7d524b5571} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
11919 | 2024.07.25 02:14:42.370987 [ 3 ] {dfee1530-f5de-43c0-9f74-3a7d524b5571} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
11920 | 2024.07.25 02:14:42.371119 [ 3 ] {dfee1530-f5de-43c0-9f74-3a7d524b5571} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11921 | 2024.07.25 02:14:42.371377 [ 3 ] {dfee1530-f5de-43c0-9f74-3a7d524b5571} <Trace> oximeter.measurements_bool (8163702d-f428-4b08-bb37-b5af976016c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11922 | 2024.07.25 02:14:42.371413 [ 3 ] {dfee1530-f5de-43c0-9f74-3a7d524b5571} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
11923 | 2024.07.25 02:14:42.371763 [ 3 ] {dfee1530-f5de-43c0-9f74-3a7d524b5571} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
11924 | 2024.07.25 02:14:42.372080 [ 3 ] {dfee1530-f5de-43c0-9f74-3a7d524b5571} <Trace> oximeter.measurements_bool (8163702d-f428-4b08-bb37-b5af976016c8): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11925 | 2024.07.25 02:14:42.372233 [ 3 ] {dfee1530-f5de-43c0-9f74-3a7d524b5571} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001318 sec., 4552.352048558422 rows/sec., 195.61 KiB/sec. | ||
11926 | 2024.07.25 02:14:42.372425 [ 3 ] {dfee1530-f5de-43c0-9f74-3a7d524b5571} <Debug> DynamicQueryHandler: Done processing query | ||
11927 | 2024.07.25 02:14:42.372450 [ 3 ] {dfee1530-f5de-43c0-9f74-3a7d524b5571} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
11928 | 2024.07.25 02:14:42.372466 [ 3 ] {} <Debug> HTTP-Session: a1ef7bcf-9f58-4574-bf83-46b4a2fd1ba8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11929 | 2024.07.25 02:14:42.372598 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 14082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11930 | 2024.07.25 02:14:42.372647 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11931 | 2024.07.25 02:14:42.372665 [ 3 ] {} <Debug> HTTP-Session: 6dd98ba9-ef33-4be3-8636-16d10ade416f Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
11932 | 2024.07.25 02:14:42.372681 [ 3 ] {} <Debug> HTTP-Session: 6dd98ba9-ef33-4be3-8636-16d10ade416f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11933 | 2024.07.25 02:14:42.372695 [ 3 ] {} <Debug> HTTP-Session: 6dd98ba9-ef33-4be3-8636-16d10ade416f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11934 | 2024.07.25 02:14:42.372726 [ 3 ] {} <Trace> HTTP-Session: 6dd98ba9-ef33-4be3-8636-16d10ade416f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11935 | 2024.07.25 02:14:42.372865 [ 3 ] {63c42553-da9a-4965-a05e-78bda0afff1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
11936 | 2024.07.25 02:14:42.372913 [ 3 ] {63c42553-da9a-4965-a05e-78bda0afff1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
11937 | 2024.07.25 02:14:42.373054 [ 3 ] {63c42553-da9a-4965-a05e-78bda0afff1a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11938 | 2024.07.25 02:14:42.373448 [ 3 ] {63c42553-da9a-4965-a05e-78bda0afff1a} <Trace> oximeter.measurements_cumulativei64 (ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11939 | 2024.07.25 02:14:42.373487 [ 3 ] {63c42553-da9a-4965-a05e-78bda0afff1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
11940 | 2024.07.25 02:14:42.373836 [ 3 ] {63c42553-da9a-4965-a05e-78bda0afff1a} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
11941 | 2024.07.25 02:14:42.374167 [ 3 ] {63c42553-da9a-4965-a05e-78bda0afff1a} <Trace> oximeter.measurements_cumulativei64 (ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11942 | 2024.07.25 02:14:42.374303 [ 3 ] {63c42553-da9a-4965-a05e-78bda0afff1a} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001502 sec., 51264.98002663116 rows/sec., 3.16 MiB/sec. | ||
11943 | 2024.07.25 02:14:42.374491 [ 3 ] {63c42553-da9a-4965-a05e-78bda0afff1a} <Debug> DynamicQueryHandler: Done processing query | ||
11944 | 2024.07.25 02:14:42.374515 [ 3 ] {63c42553-da9a-4965-a05e-78bda0afff1a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11945 | 2024.07.25 02:14:42.374530 [ 3 ] {} <Debug> HTTP-Session: 6dd98ba9-ef33-4be3-8636-16d10ade416f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11946 | 2024.07.25 02:14:42.374697 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 30607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11947 | 2024.07.25 02:14:42.374744 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11948 | 2024.07.25 02:14:42.374763 [ 3 ] {} <Debug> HTTP-Session: feca3925-1fbb-4405-8992-aedd214cc10b Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
11949 | 2024.07.25 02:14:42.374779 [ 3 ] {} <Debug> HTTP-Session: feca3925-1fbb-4405-8992-aedd214cc10b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11950 | 2024.07.25 02:14:42.374792 [ 3 ] {} <Debug> HTTP-Session: feca3925-1fbb-4405-8992-aedd214cc10b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11951 | 2024.07.25 02:14:42.374823 [ 3 ] {} <Trace> HTTP-Session: feca3925-1fbb-4405-8992-aedd214cc10b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11952 | 2024.07.25 02:14:42.374994 [ 3 ] {8bdb7b3a-b145-4094-abf5-054c3a3830e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11953 | 2024.07.25 02:14:42.375041 [ 3 ] {8bdb7b3a-b145-4094-abf5-054c3a3830e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11954 | 2024.07.25 02:14:42.375188 [ 3 ] {8bdb7b3a-b145-4094-abf5-054c3a3830e5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11955 | 2024.07.25 02:14:42.375577 [ 3 ] {8bdb7b3a-b145-4094-abf5-054c3a3830e5} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11956 | 2024.07.25 02:14:42.375612 [ 3 ] {8bdb7b3a-b145-4094-abf5-054c3a3830e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
11957 | 2024.07.25 02:14:42.375988 [ 3 ] {8bdb7b3a-b145-4094-abf5-054c3a3830e5} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
11958 | 2024.07.25 02:14:42.376315 [ 3 ] {8bdb7b3a-b145-4094-abf5-054c3a3830e5} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11959 | 2024.07.25 02:14:42.376472 [ 3 ] {8bdb7b3a-b145-4094-abf5-054c3a3830e5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001572 sec., 101781.17048346056 rows/sec., 7.09 MiB/sec. | ||
11960 | 2024.07.25 02:14:42.376644 [ 3 ] {8bdb7b3a-b145-4094-abf5-054c3a3830e5} <Debug> DynamicQueryHandler: Done processing query | ||
11961 | 2024.07.25 02:14:42.376669 [ 3 ] {8bdb7b3a-b145-4094-abf5-054c3a3830e5} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11962 | 2024.07.25 02:14:42.376684 [ 3 ] {} <Debug> HTTP-Session: feca3925-1fbb-4405-8992-aedd214cc10b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11963 | 2024.07.25 02:14:42.376864 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 37072, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11964 | 2024.07.25 02:14:42.376912 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11965 | 2024.07.25 02:14:42.376931 [ 3 ] {} <Debug> HTTP-Session: fafd1446-2d81-47c8-8e37-5c7eca573adf Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
11966 | 2024.07.25 02:14:42.376947 [ 3 ] {} <Debug> HTTP-Session: fafd1446-2d81-47c8-8e37-5c7eca573adf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11967 | 2024.07.25 02:14:42.376960 [ 3 ] {} <Debug> HTTP-Session: fafd1446-2d81-47c8-8e37-5c7eca573adf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11968 | 2024.07.25 02:14:42.376989 [ 3 ] {} <Trace> HTTP-Session: fafd1446-2d81-47c8-8e37-5c7eca573adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11969 | 2024.07.25 02:14:42.377267 [ 3 ] {131ce0da-24c0-4ea8-9347-154d165e8121} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11970 | 2024.07.25 02:14:42.377332 [ 3 ] {131ce0da-24c0-4ea8-9347-154d165e8121} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
11971 | 2024.07.25 02:14:42.377743 [ 3 ] {131ce0da-24c0-4ea8-9347-154d165e8121} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11972 | 2024.07.25 02:14:42.378460 [ 3 ] {131ce0da-24c0-4ea8-9347-154d165e8121} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11973 | 2024.07.25 02:14:42.378495 [ 3 ] {131ce0da-24c0-4ea8-9347-154d165e8121} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
11974 | 2024.07.25 02:14:42.379080 [ 3 ] {131ce0da-24c0-4ea8-9347-154d165e8121} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
11975 | 2024.07.25 02:14:42.379483 [ 3 ] {131ce0da-24c0-4ea8-9347-154d165e8121} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11976 | 2024.07.25 02:14:42.379658 [ 88 ] {} <Debug> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
11977 | 2024.07.25 02:14:42.379675 [ 3 ] {131ce0da-24c0-4ea8-9347-154d165e8121} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002598 sec., 8852.963818321787 rows/sec., 15.86 MiB/sec. | ||
11978 | 2024.07.25 02:14:42.379745 [ 88 ] {} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11979 | 2024.07.25 02:14:42.379826 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
11980 | 2024.07.25 02:14:42.380275 [ 200 ] {1b204426-e0ed-4472-aac2-bb616a256d25::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 | ||
11981 | 2024.07.25 02:14:42.380295 [ 3 ] {131ce0da-24c0-4ea8-9347-154d165e8121} <Debug> DynamicQueryHandler: Done processing query | ||
11982 | 2024.07.25 02:14:42.380378 [ 3 ] {131ce0da-24c0-4ea8-9347-154d165e8121} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
11983 | 2024.07.25 02:14:42.380452 [ 3 ] {} <Debug> HTTP-Session: fafd1446-2d81-47c8-8e37-5c7eca573adf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11984 | 2024.07.25 02:14:42.381006 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 3211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11985 | 2024.07.25 02:14:42.381366 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11986 | 2024.07.25 02:14:42.381474 [ 3 ] {} <Debug> HTTP-Session: 73af5265-6545-47d6-9a71-127f79362c50 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
11987 | 2024.07.25 02:14:42.381540 [ 3 ] {} <Debug> HTTP-Session: 73af5265-6545-47d6-9a71-127f79362c50 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11988 | 2024.07.25 02:14:42.381582 [ 3 ] {} <Debug> HTTP-Session: 73af5265-6545-47d6-9a71-127f79362c50 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11989 | 2024.07.25 02:14:42.381665 [ 3 ] {} <Trace> HTTP-Session: 73af5265-6545-47d6-9a71-127f79362c50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11990 | 2024.07.25 02:14:42.381802 [ 200 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11991 | 2024.07.25 02:14:42.381901 [ 3 ] {1d49f014-145c-49ae-a354-de034e7d7874} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
11992 | 2024.07.25 02:14:42.381979 [ 200 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 845 rows starting from the beginning of the part | ||
11993 | 2024.07.25 02:14:42.382006 [ 3 ] {1d49f014-145c-49ae-a354-de034e7d7874} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
11994 | 2024.07.25 02:14:42.382851 [ 3 ] {1d49f014-145c-49ae-a354-de034e7d7874} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11995 | 2024.07.25 02:14:42.382888 [ 200 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 23 rows starting from the beginning of the part | ||
11996 | 2024.07.25 02:14:42.383607 [ 200 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 10 rows starting from the beginning of the part | ||
11997 | 2024.07.25 02:14:42.383880 [ 3 ] {1d49f014-145c-49ae-a354-de034e7d7874} <Trace> oximeter.measurements_i64 (4af3948b-7ee8-4a0a-bff7-9db9837b5273): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11998 | 2024.07.25 02:14:42.383952 [ 3 ] {1d49f014-145c-49ae-a354-de034e7d7874} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
11999 | 2024.07.25 02:14:42.384342 [ 200 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 23 rows starting from the beginning of the part | ||
12000 | 2024.07.25 02:14:42.385039 [ 200 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 10 rows starting from the beginning of the part | ||
12001 | 2024.07.25 02:14:42.385562 [ 3 ] {1d49f014-145c-49ae-a354-de034e7d7874} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
12002 | 2024.07.25 02:14:42.385588 [ 200 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 23 rows starting from the beginning of the part | ||
12003 | 2024.07.25 02:14:42.386660 [ 3 ] {1d49f014-145c-49ae-a354-de034e7d7874} <Trace> oximeter.measurements_i64 (4af3948b-7ee8-4a0a-bff7-9db9837b5273): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12004 | 2024.07.25 02:14:42.386959 [ 3 ] {1d49f014-145c-49ae-a354-de034e7d7874} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.005146 sec., 4469.490866692577 rows/sec., 241.77 KiB/sec. | ||
12005 | 2024.07.25 02:14:42.387503 [ 3 ] {1d49f014-145c-49ae-a354-de034e7d7874} <Debug> DynamicQueryHandler: Done processing query | ||
12006 | 2024.07.25 02:14:42.387586 [ 3 ] {1d49f014-145c-49ae-a354-de034e7d7874} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
12007 | 2024.07.25 02:14:42.387674 [ 3 ] {} <Debug> HTTP-Session: 73af5265-6545-47d6-9a71-127f79362c50 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12008 | 2024.07.25 02:14:42.387893 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12009 | 2024.07.25 02:14:42.387995 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12010 | 2024.07.25 02:14:42.388046 [ 3 ] {} <Debug> HTTP-Session: b5c0b831-f16c-48e5-8281-312f50410a68 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
12011 | 2024.07.25 02:14:42.388091 [ 3 ] {} <Debug> HTTP-Session: b5c0b831-f16c-48e5-8281-312f50410a68 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12012 | 2024.07.25 02:14:42.388127 [ 3 ] {} <Debug> HTTP-Session: b5c0b831-f16c-48e5-8281-312f50410a68 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12013 | 2024.07.25 02:14:42.388198 [ 3 ] {} <Trace> HTTP-Session: b5c0b831-f16c-48e5-8281-312f50410a68 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12014 | 2024.07.25 02:14:42.388359 [ 3 ] {30bcdf8e-1b7a-4500-801c-cfb2400d7d90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12015 | 2024.07.25 02:14:42.388407 [ 3 ] {30bcdf8e-1b7a-4500-801c-cfb2400d7d90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12016 | 2024.07.25 02:14:42.388549 [ 3 ] {30bcdf8e-1b7a-4500-801c-cfb2400d7d90} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12017 | 2024.07.25 02:14:42.388842 [ 3 ] {30bcdf8e-1b7a-4500-801c-cfb2400d7d90} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12018 | 2024.07.25 02:14:42.388877 [ 3 ] {30bcdf8e-1b7a-4500-801c-cfb2400d7d90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
12019 | 2024.07.25 02:14:42.389549 [ 3 ] {30bcdf8e-1b7a-4500-801c-cfb2400d7d90} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
12020 | 2024.07.25 02:14:42.390431 [ 3 ] {30bcdf8e-1b7a-4500-801c-cfb2400d7d90} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12021 | 2024.07.25 02:14:42.390859 [ 3 ] {30bcdf8e-1b7a-4500-801c-cfb2400d7d90} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00252 sec., 23809.52380952381 rows/sec., 1.60 MiB/sec. | ||
12022 | 2024.07.25 02:14:42.391248 [ 3 ] {30bcdf8e-1b7a-4500-801c-cfb2400d7d90} <Debug> DynamicQueryHandler: Done processing query | ||
12023 | 2024.07.25 02:14:42.391299 [ 3 ] {30bcdf8e-1b7a-4500-801c-cfb2400d7d90} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12024 | 2024.07.25 02:14:42.391347 [ 3 ] {} <Debug> HTTP-Session: b5c0b831-f16c-48e5-8281-312f50410a68 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12025 | 2024.07.25 02:14:42.394184 [ 190 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 934 rows, containing 19 columns (19 merged, 0 gathered) in 0.014204729 sec., 65752.75036926083 rows/sec., 117.83 MiB/sec. | ||
12026 | 2024.07.25 02:14:42.395185 [ 197 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
12027 | 2024.07.25 02:14:42.395824 [ 197 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_56_11} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12028 | 2024.07.25 02:14:42.395905 [ 197 ] {1b204426-e0ed-4472-aac2-bb616a256d25::all_1_56_11} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
12029 | 2024.07.25 02:14:42.396048 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.04 MiB. | ||
12030 | 2024.07.25 02:14:43.000192 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 201.07 MiB, peak 209.61 MiB, free memory in arenas 0.00 B, will set to 202.10 MiB (RSS), difference: 1.03 MiB | ||
12031 | 2024.07.25 02:14:47.360649 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 1489, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12032 | 2024.07.25 02:14:47.360791 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12033 | 2024.07.25 02:14:47.360821 [ 3 ] {} <Debug> HTTP-Session: 8ce48da4-f4ef-43fa-8b3f-68c0db15ec9c Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
12034 | 2024.07.25 02:14:47.360850 [ 3 ] {} <Debug> HTTP-Session: 8ce48da4-f4ef-43fa-8b3f-68c0db15ec9c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12035 | 2024.07.25 02:14:47.360867 [ 3 ] {} <Debug> HTTP-Session: 8ce48da4-f4ef-43fa-8b3f-68c0db15ec9c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12036 | 2024.07.25 02:14:47.360924 [ 3 ] {} <Trace> HTTP-Session: 8ce48da4-f4ef-43fa-8b3f-68c0db15ec9c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12037 | 2024.07.25 02:14:47.361129 [ 3 ] {e042fd02-4fc6-4a51-9193-b348e2c351a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
12038 | 2024.07.25 02:14:47.361205 [ 3 ] {e042fd02-4fc6-4a51-9193-b348e2c351a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
12039 | 2024.07.25 02:14:47.361423 [ 3 ] {e042fd02-4fc6-4a51-9193-b348e2c351a9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12040 | 2024.07.25 02:14:47.361907 [ 3 ] {e042fd02-4fc6-4a51-9193-b348e2c351a9} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12041 | 2024.07.25 02:14:47.361955 [ 3 ] {e042fd02-4fc6-4a51-9193-b348e2c351a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
12042 | 2024.07.25 02:14:47.362321 [ 3 ] {e042fd02-4fc6-4a51-9193-b348e2c351a9} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
12043 | 2024.07.25 02:14:47.362647 [ 3 ] {e042fd02-4fc6-4a51-9193-b348e2c351a9} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12044 | 2024.07.25 02:14:47.362797 [ 3 ] {e042fd02-4fc6-4a51-9193-b348e2c351a9} <Debug> executeQuery: Read 10 rows, 830.00 B in 0.001741 sec., 5743.825387708214 rows/sec., 465.56 KiB/sec. | ||
12045 | 2024.07.25 02:14:47.363027 [ 3 ] {e042fd02-4fc6-4a51-9193-b348e2c351a9} <Debug> DynamicQueryHandler: Done processing query | ||
12046 | 2024.07.25 02:14:47.363053 [ 3 ] {e042fd02-4fc6-4a51-9193-b348e2c351a9} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12047 | 2024.07.25 02:14:47.363068 [ 3 ] {} <Debug> HTTP-Session: 8ce48da4-f4ef-43fa-8b3f-68c0db15ec9c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12048 | 2024.07.25 02:14:47.363227 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 17360, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12049 | 2024.07.25 02:14:47.363279 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12050 | 2024.07.25 02:14:47.363298 [ 3 ] {} <Debug> HTTP-Session: 39a5e9d1-a534-4d2b-b0e8-794b11719dc2 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
12051 | 2024.07.25 02:14:47.363315 [ 3 ] {} <Debug> HTTP-Session: 39a5e9d1-a534-4d2b-b0e8-794b11719dc2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12052 | 2024.07.25 02:14:47.363328 [ 3 ] {} <Debug> HTTP-Session: 39a5e9d1-a534-4d2b-b0e8-794b11719dc2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12053 | 2024.07.25 02:14:47.363361 [ 3 ] {} <Trace> HTTP-Session: 39a5e9d1-a534-4d2b-b0e8-794b11719dc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12054 | 2024.07.25 02:14:47.363563 [ 3 ] {37e12c3d-b624-4af6-954a-fd5d4022bd98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12055 | 2024.07.25 02:14:47.363611 [ 3 ] {37e12c3d-b624-4af6-954a-fd5d4022bd98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12056 | 2024.07.25 02:14:47.363747 [ 3 ] {37e12c3d-b624-4af6-954a-fd5d4022bd98} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12057 | 2024.07.25 02:14:47.364157 [ 3 ] {37e12c3d-b624-4af6-954a-fd5d4022bd98} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12058 | 2024.07.25 02:14:47.364195 [ 3 ] {37e12c3d-b624-4af6-954a-fd5d4022bd98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
12059 | 2024.07.25 02:14:47.364512 [ 3 ] {37e12c3d-b624-4af6-954a-fd5d4022bd98} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
12060 | 2024.07.25 02:14:47.364829 [ 3 ] {37e12c3d-b624-4af6-954a-fd5d4022bd98} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12061 | 2024.07.25 02:14:47.364993 [ 3 ] {37e12c3d-b624-4af6-954a-fd5d4022bd98} <Debug> executeQuery: Read 122 rows, 9.94 KiB in 0.001486 sec., 82099.59623149395 rows/sec., 6.53 MiB/sec. | ||
12062 | 2024.07.25 02:14:47.365031 [ 85 ] {} <Debug> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
12063 | 2024.07.25 02:14:47.365171 [ 85 ] {} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12064 | 2024.07.25 02:14:47.365233 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
12065 | 2024.07.25 02:14:47.365243 [ 3 ] {37e12c3d-b624-4af6-954a-fd5d4022bd98} <Debug> DynamicQueryHandler: Done processing query | ||
12066 | 2024.07.25 02:14:47.365296 [ 3 ] {37e12c3d-b624-4af6-954a-fd5d4022bd98} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
12067 | 2024.07.25 02:14:47.365352 [ 3 ] {} <Debug> HTTP-Session: 39a5e9d1-a534-4d2b-b0e8-794b11719dc2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12068 | 2024.07.25 02:14:47.365482 [ 190 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::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 | ||
12069 | 2024.07.25 02:14:47.365584 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 16616, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12070 | 2024.07.25 02:14:47.365687 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12071 | 2024.07.25 02:14:47.365744 [ 3 ] {} <Debug> HTTP-Session: 409a46a1-34a1-4975-85ae-59e8893cb68a Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
12072 | 2024.07.25 02:14:47.365791 [ 3 ] {} <Debug> HTTP-Session: 409a46a1-34a1-4975-85ae-59e8893cb68a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12073 | 2024.07.25 02:14:47.365834 [ 3 ] {} <Debug> HTTP-Session: 409a46a1-34a1-4975-85ae-59e8893cb68a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12074 | 2024.07.25 02:14:47.365847 [ 190 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12075 | 2024.07.25 02:14:47.365888 [ 3 ] {} <Trace> HTTP-Session: 409a46a1-34a1-4975-85ae-59e8893cb68a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12076 | 2024.07.25 02:14:47.365914 [ 190 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 304 rows starting from the beginning of the part | ||
12077 | 2024.07.25 02:14:47.366258 [ 3 ] {4325d8fe-8a47-48a3-8ea4-2bf8828dbd3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12078 | 2024.07.25 02:14:47.366248 [ 190 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 86 rows starting from the beginning of the part | ||
12079 | 2024.07.25 02:14:47.366376 [ 3 ] {4325d8fe-8a47-48a3-8ea4-2bf8828dbd3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12080 | 2024.07.25 02:14:47.366712 [ 190 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 230 rows starting from the beginning of the part | ||
12081 | 2024.07.25 02:14:47.367081 [ 3 ] {4325d8fe-8a47-48a3-8ea4-2bf8828dbd3a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12082 | 2024.07.25 02:14:47.367082 [ 190 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 86 rows starting from the beginning of the part | ||
12083 | 2024.07.25 02:14:47.367412 [ 190 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 230 rows starting from the beginning of the part | ||
12084 | 2024.07.25 02:14:47.367645 [ 190 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 122 rows starting from the beginning of the part | ||
12085 | 2024.07.25 02:14:47.368346 [ 3 ] {4325d8fe-8a47-48a3-8ea4-2bf8828dbd3a} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12086 | 2024.07.25 02:14:47.368398 [ 3 ] {4325d8fe-8a47-48a3-8ea4-2bf8828dbd3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
12087 | 2024.07.25 02:14:47.369171 [ 3 ] {4325d8fe-8a47-48a3-8ea4-2bf8828dbd3a} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
12088 | 2024.07.25 02:14:47.370089 [ 3 ] {4325d8fe-8a47-48a3-8ea4-2bf8828dbd3a} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12089 | 2024.07.25 02:14:47.370348 [ 3 ] {4325d8fe-8a47-48a3-8ea4-2bf8828dbd3a} <Debug> executeQuery: Read 98 rows, 7.81 KiB in 0.004289 sec., 22849.14898577757 rows/sec., 1.78 MiB/sec. | ||
12090 | 2024.07.25 02:14:47.370466 [ 85 ] {} <Debug> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
12091 | 2024.07.25 02:14:47.370650 [ 85 ] {} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12092 | 2024.07.25 02:14:47.370759 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
12093 | 2024.07.25 02:14:47.370988 [ 3 ] {4325d8fe-8a47-48a3-8ea4-2bf8828dbd3a} <Debug> DynamicQueryHandler: Done processing query | ||
12094 | 2024.07.25 02:14:47.371122 [ 3 ] {4325d8fe-8a47-48a3-8ea4-2bf8828dbd3a} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
12095 | 2024.07.25 02:14:47.371228 [ 3 ] {} <Debug> HTTP-Session: 409a46a1-34a1-4975-85ae-59e8893cb68a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12096 | 2024.07.25 02:14:47.371270 [ 194 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::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 | ||
12097 | 2024.07.25 02:14:47.371283 [ 188 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1058 rows, containing 4 columns (4 merged, 0 gathered) in 0.005912081 sec., 178955.59955961362 rows/sec., 15.29 MiB/sec. | ||
12098 | 2024.07.25 02:14:47.371528 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 37574, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12099 | 2024.07.25 02:14:47.371635 [ 194 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12100 | 2024.07.25 02:14:47.371654 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12101 | 2024.07.25 02:14:47.371669 [ 188 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
12102 | 2024.07.25 02:14:47.371716 [ 194 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 473 rows starting from the beginning of the part | ||
12103 | 2024.07.25 02:14:47.371724 [ 3 ] {} <Debug> HTTP-Session: a400e507-658c-477d-b540-cd30ada2f67e Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
12104 | 2024.07.25 02:14:47.371805 [ 3 ] {} <Debug> HTTP-Session: a400e507-658c-477d-b540-cd30ada2f67e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12105 | 2024.07.25 02:14:47.371862 [ 3 ] {} <Debug> HTTP-Session: a400e507-658c-477d-b540-cd30ada2f67e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12106 | 2024.07.25 02:14:47.372215 [ 3 ] {} <Trace> HTTP-Session: a400e507-658c-477d-b540-cd30ada2f67e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12107 | 2024.07.25 02:14:47.372240 [ 194 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 74 rows starting from the beginning of the part | ||
12108 | 2024.07.25 02:14:47.372750 [ 194 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 405 rows starting from the beginning of the part | ||
12109 | 2024.07.25 02:14:47.372930 [ 3 ] {44bea3f8-4e49-40b7-8399-f9e7bc59bda8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12110 | 2024.07.25 02:14:47.373125 [ 3 ] {44bea3f8-4e49-40b7-8399-f9e7bc59bda8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12111 | 2024.07.25 02:14:47.373216 [ 188 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_66_13} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12112 | 2024.07.25 02:14:47.373287 [ 194 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 74 rows starting from the beginning of the part | ||
12113 | 2024.07.25 02:14:47.373569 [ 188 ] {9de2ac89-da72-46bd-b625-b668bfb7e1d6::all_1_66_13} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
12114 | 2024.07.25 02:14:47.373897 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
12115 | 2024.07.25 02:14:47.373925 [ 194 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 405 rows starting from the beginning of the part | ||
12116 | 2024.07.25 02:14:47.374216 [ 194 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 98 rows starting from the beginning of the part | ||
12117 | 2024.07.25 02:14:47.374254 [ 3 ] {44bea3f8-4e49-40b7-8399-f9e7bc59bda8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12118 | 2024.07.25 02:14:47.375498 [ 3 ] {44bea3f8-4e49-40b7-8399-f9e7bc59bda8} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12119 | 2024.07.25 02:14:47.375579 [ 3 ] {44bea3f8-4e49-40b7-8399-f9e7bc59bda8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
12120 | 2024.07.25 02:14:47.376510 [ 3 ] {44bea3f8-4e49-40b7-8399-f9e7bc59bda8} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
12121 | 2024.07.25 02:14:47.376955 [ 194 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1529 rows, containing 4 columns (4 merged, 0 gathered) in 0.005997132 sec., 254955.20191985104 rows/sec., 18.41 MiB/sec. | ||
12122 | 2024.07.25 02:14:47.377210 [ 194 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
12123 | 2024.07.25 02:14:47.377374 [ 3 ] {44bea3f8-4e49-40b7-8399-f9e7bc59bda8} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12124 | 2024.07.25 02:14:47.377806 [ 3 ] {44bea3f8-4e49-40b7-8399-f9e7bc59bda8} <Debug> executeQuery: Read 196 rows, 14.01 KiB in 0.0052 sec., 37692.307692307695 rows/sec., 2.63 MiB/sec. | ||
12125 | 2024.07.25 02:14:47.377838 [ 85 ] {} <Debug> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
12126 | 2024.07.25 02:14:47.378104 [ 85 ] {} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12127 | 2024.07.25 02:14:47.378252 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
12128 | 2024.07.25 02:14:47.378371 [ 3 ] {44bea3f8-4e49-40b7-8399-f9e7bc59bda8} <Debug> DynamicQueryHandler: Done processing query | ||
12129 | 2024.07.25 02:14:47.378387 [ 194 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_66_13} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12130 | 2024.07.25 02:14:47.378465 [ 3 ] {44bea3f8-4e49-40b7-8399-f9e7bc59bda8} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
12131 | 2024.07.25 02:14:47.378541 [ 3 ] {} <Debug> HTTP-Session: a400e507-658c-477d-b540-cd30ada2f67e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12132 | 2024.07.25 02:14:47.378732 [ 194 ] {1d6d7f6c-620d-46bd-a859-bdd83abb2d0a::all_1_66_13} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
12133 | 2024.07.25 02:14:47.378784 [ 195 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::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 | ||
12134 | 2024.07.25 02:14:47.378806 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 16111, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12135 | 2024.07.25 02:14:47.378961 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
12136 | 2024.07.25 02:14:47.378964 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12137 | 2024.07.25 02:14:47.379078 [ 3 ] {} <Debug> HTTP-Session: 566a9e41-09ec-4ff7-ac44-7c24a1bd4430 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
12138 | 2024.07.25 02:14:47.379137 [ 3 ] {} <Debug> HTTP-Session: 566a9e41-09ec-4ff7-ac44-7c24a1bd4430 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12139 | 2024.07.25 02:14:47.379182 [ 3 ] {} <Debug> HTTP-Session: 566a9e41-09ec-4ff7-ac44-7c24a1bd4430 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12140 | 2024.07.25 02:14:47.379268 [ 3 ] {} <Trace> HTTP-Session: 566a9e41-09ec-4ff7-ac44-7c24a1bd4430 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12141 | 2024.07.25 02:14:47.379287 [ 195 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12142 | 2024.07.25 02:14:47.379362 [ 195 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_61_12, total 10235 rows starting from the beginning of the part | ||
12143 | 2024.07.25 02:14:47.379624 [ 195 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::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 | ||
12144 | 2024.07.25 02:14:47.379658 [ 3 ] {82100137-ea8c-432b-9779-fea3dd46af46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
12145 | 2024.07.25 02:14:47.379979 [ 195 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 160 rows starting from the beginning of the part | ||
12146 | 2024.07.25 02:14:47.380004 [ 3 ] {82100137-ea8c-432b-9779-fea3dd46af46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
12147 | 2024.07.25 02:14:47.380328 [ 195 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::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 | ||
12148 | 2024.07.25 02:14:47.380799 [ 195 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 160 rows starting from the beginning of the part | ||
12149 | 2024.07.25 02:14:47.381163 [ 195 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 196 rows starting from the beginning of the part | ||
12150 | 2024.07.25 02:14:47.382681 [ 3 ] {82100137-ea8c-432b-9779-fea3dd46af46} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12151 | 2024.07.25 02:14:47.383986 [ 3 ] {82100137-ea8c-432b-9779-fea3dd46af46} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12152 | 2024.07.25 02:14:47.384052 [ 3 ] {82100137-ea8c-432b-9779-fea3dd46af46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
12153 | 2024.07.25 02:14:47.385586 [ 3 ] {82100137-ea8c-432b-9779-fea3dd46af46} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
12154 | 2024.07.25 02:14:47.386468 [ 3 ] {82100137-ea8c-432b-9779-fea3dd46af46} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12155 | 2024.07.25 02:14:47.386692 [ 3 ] {82100137-ea8c-432b-9779-fea3dd46af46} <Debug> executeQuery: Read 10 rows, 18.35 KiB in 0.007287 sec., 1372.3068478111707 rows/sec., 2.46 MiB/sec. | ||
12156 | 2024.07.25 02:14:47.386965 [ 3 ] {82100137-ea8c-432b-9779-fea3dd46af46} <Debug> DynamicQueryHandler: Done processing query | ||
12157 | 2024.07.25 02:14:47.386991 [ 3 ] {82100137-ea8c-432b-9779-fea3dd46af46} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
12158 | 2024.07.25 02:14:47.387009 [ 3 ] {} <Debug> HTTP-Session: 566a9e41-09ec-4ff7-ac44-7c24a1bd4430 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12159 | 2024.07.25 02:14:47.387149 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12160 | 2024.07.25 02:14:47.387198 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12161 | 2024.07.25 02:14:47.387217 [ 3 ] {} <Debug> HTTP-Session: 980eb2cd-78bb-4f9d-82a4-6805fbee9e2e Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
12162 | 2024.07.25 02:14:47.387234 [ 3 ] {} <Debug> HTTP-Session: 980eb2cd-78bb-4f9d-82a4-6805fbee9e2e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12163 | 2024.07.25 02:14:47.387248 [ 3 ] {} <Debug> HTTP-Session: 980eb2cd-78bb-4f9d-82a4-6805fbee9e2e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12164 | 2024.07.25 02:14:47.387280 [ 3 ] {} <Trace> HTTP-Session: 980eb2cd-78bb-4f9d-82a4-6805fbee9e2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12165 | 2024.07.25 02:14:47.387426 [ 3 ] {b77c21d1-d331-495e-8997-9783cebe163b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12166 | 2024.07.25 02:14:47.387484 [ 3 ] {b77c21d1-d331-495e-8997-9783cebe163b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12167 | 2024.07.25 02:14:47.388129 [ 3 ] {b77c21d1-d331-495e-8997-9783cebe163b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12168 | 2024.07.25 02:14:47.388218 [ 195 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11071 rows, containing 5 columns (5 merged, 0 gathered) in 0.00977043 sec., 1133112.872207262 rows/sec., 78.97 MiB/sec. | ||
12169 | 2024.07.25 02:14:47.388581 [ 195 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
12170 | 2024.07.25 02:14:47.388716 [ 3 ] {b77c21d1-d331-495e-8997-9783cebe163b} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12171 | 2024.07.25 02:14:47.388771 [ 3 ] {b77c21d1-d331-495e-8997-9783cebe163b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
12172 | 2024.07.25 02:14:47.389571 [ 195 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12173 | 2024.07.25 02:14:47.389675 [ 3 ] {b77c21d1-d331-495e-8997-9783cebe163b} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
12174 | 2024.07.25 02:14:47.389729 [ 195 ] {383e8a40-4664-4cdd-a14e-f4cd024eff25::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
12175 | 2024.07.25 02:14:47.389877 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.42 MiB. | ||
12176 | 2024.07.25 02:14:47.390156 [ 3 ] {b77c21d1-d331-495e-8997-9783cebe163b} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12177 | 2024.07.25 02:14:47.390323 [ 85 ] {} <Debug> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
12178 | 2024.07.25 02:14:47.390332 [ 3 ] {b77c21d1-d331-495e-8997-9783cebe163b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002944 sec., 20380.434782608696 rows/sec., 1.37 MiB/sec. | ||
12179 | 2024.07.25 02:14:47.390369 [ 85 ] {} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12180 | 2024.07.25 02:14:47.390442 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
12181 | 2024.07.25 02:14:47.390748 [ 187 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::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 | ||
12182 | 2024.07.25 02:14:47.390761 [ 3 ] {b77c21d1-d331-495e-8997-9783cebe163b} <Debug> DynamicQueryHandler: Done processing query | ||
12183 | 2024.07.25 02:14:47.390823 [ 3 ] {b77c21d1-d331-495e-8997-9783cebe163b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12184 | 2024.07.25 02:14:47.390877 [ 3 ] {} <Debug> HTTP-Session: 980eb2cd-78bb-4f9d-82a4-6805fbee9e2e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12185 | 2024.07.25 02:14:47.391287 [ 187 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12186 | 2024.07.25 02:14:47.391396 [ 187 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3632 rows starting from the beginning of the part | ||
12187 | 2024.07.25 02:14:47.391714 [ 187 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::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 | ||
12188 | 2024.07.25 02:14:47.392095 [ 187 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 60 rows starting from the beginning of the part | ||
12189 | 2024.07.25 02:14:47.392404 [ 187 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::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 | ||
12190 | 2024.07.25 02:14:47.392552 [ 187 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 60 rows starting from the beginning of the part | ||
12191 | 2024.07.25 02:14:47.392734 [ 187 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::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 | ||
12192 | 2024.07.25 02:14:47.394222 [ 196 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3932 rows, containing 4 columns (4 merged, 0 gathered) in 0.003687867 sec., 1066198.9708414106 rows/sec., 71.86 MiB/sec. | ||
12193 | 2024.07.25 02:14:47.394665 [ 196 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
12194 | 2024.07.25 02:14:47.395054 [ 196 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_66_13} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12195 | 2024.07.25 02:14:47.395139 [ 196 ] {9acf1d29-45d0-4b65-b1d9-71812428ec23::all_1_66_13} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
12196 | 2024.07.25 02:14:47.395225 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. | ||
12197 | 2024.07.25 02:14:51.244125 [ 82 ] {} <Debug> DNSResolver: Updating DNS cache | ||
12198 | 2024.07.25 02:14:51.244200 [ 82 ] {} <Debug> DNSResolver: Updated DNS cache | ||
12199 | 2024.07.25 02:14:52.363435 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 4045, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12200 | 2024.07.25 02:14:52.363549 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12201 | 2024.07.25 02:14:52.363573 [ 3 ] {} <Debug> HTTP-Session: 5949c25a-074a-438e-a8a3-a6842c0ff41b Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
12202 | 2024.07.25 02:14:52.363596 [ 3 ] {} <Debug> HTTP-Session: 5949c25a-074a-438e-a8a3-a6842c0ff41b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12203 | 2024.07.25 02:14:52.363610 [ 3 ] {} <Debug> HTTP-Session: 5949c25a-074a-438e-a8a3-a6842c0ff41b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12204 | 2024.07.25 02:14:52.363659 [ 3 ] {} <Trace> HTTP-Session: 5949c25a-074a-438e-a8a3-a6842c0ff41b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12205 | 2024.07.25 02:14:52.363848 [ 3 ] {b9a24df6-3455-425a-8d74-b92bdafce756} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
12206 | 2024.07.25 02:14:52.363916 [ 3 ] {b9a24df6-3455-425a-8d74-b92bdafce756} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
12207 | 2024.07.25 02:14:52.364103 [ 3 ] {b9a24df6-3455-425a-8d74-b92bdafce756} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12208 | 2024.07.25 02:14:52.364563 [ 3 ] {b9a24df6-3455-425a-8d74-b92bdafce756} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12209 | 2024.07.25 02:14:52.364610 [ 3 ] {b9a24df6-3455-425a-8d74-b92bdafce756} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
12210 | 2024.07.25 02:14:52.364979 [ 3 ] {b9a24df6-3455-425a-8d74-b92bdafce756} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
12211 | 2024.07.25 02:14:52.365317 [ 3 ] {b9a24df6-3455-425a-8d74-b92bdafce756} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12212 | 2024.07.25 02:14:52.365484 [ 3 ] {b9a24df6-3455-425a-8d74-b92bdafce756} <Debug> executeQuery: Read 29 rows, 2.20 KiB in 0.001693 sec., 17129.356172474894 rows/sec., 1.27 MiB/sec. | ||
12213 | 2024.07.25 02:14:52.365529 [ 82 ] {} <Debug> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
12214 | 2024.07.25 02:14:52.365646 [ 82 ] {} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12215 | 2024.07.25 02:14:52.365685 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
12216 | 2024.07.25 02:14:52.365785 [ 3 ] {b9a24df6-3455-425a-8d74-b92bdafce756} <Debug> DynamicQueryHandler: Done processing query | ||
12217 | 2024.07.25 02:14:52.365851 [ 3 ] {b9a24df6-3455-425a-8d74-b92bdafce756} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12218 | 2024.07.25 02:14:52.365892 [ 3 ] {} <Debug> HTTP-Session: 5949c25a-074a-438e-a8a3-a6842c0ff41b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12219 | 2024.07.25 02:14:52.365928 [ 187 ] {f624f877-7484-40f8-bba3-5af105c2972a::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 | ||
12220 | 2024.07.25 02:14:52.366065 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12221 | 2024.07.25 02:14:52.366191 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12222 | 2024.07.25 02:14:52.366221 [ 187 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12223 | 2024.07.25 02:14:52.366234 [ 3 ] {} <Debug> HTTP-Session: 3a9d67f1-42eb-436f-abbe-10ff964f6d66 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
12224 | 2024.07.25 02:14:52.366281 [ 3 ] {} <Debug> HTTP-Session: 3a9d67f1-42eb-436f-abbe-10ff964f6d66 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12225 | 2024.07.25 02:14:52.366286 [ 187 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 39 rows starting from the beginning of the part | ||
12226 | 2024.07.25 02:14:52.366301 [ 3 ] {} <Debug> HTTP-Session: 3a9d67f1-42eb-436f-abbe-10ff964f6d66 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12227 | 2024.07.25 02:14:52.366430 [ 3 ] {} <Trace> HTTP-Session: 3a9d67f1-42eb-436f-abbe-10ff964f6d66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12228 | 2024.07.25 02:14:52.366502 [ 187 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 29 rows starting from the beginning of the part | ||
12229 | 2024.07.25 02:14:52.366775 [ 187 ] {f624f877-7484-40f8-bba3-5af105c2972a::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 | ||
12230 | 2024.07.25 02:14:52.366892 [ 3 ] {1206b812-11ed-4c0a-b466-b02c3d29aff0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
12231 | 2024.07.25 02:14:52.367170 [ 187 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 29 rows starting from the beginning of the part | ||
12232 | 2024.07.25 02:14:52.367177 [ 3 ] {1206b812-11ed-4c0a-b466-b02c3d29aff0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
12233 | 2024.07.25 02:14:52.367522 [ 187 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 10 rows starting from the beginning of the part | ||
12234 | 2024.07.25 02:14:52.367803 [ 187 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 29 rows starting from the beginning of the part | ||
12235 | 2024.07.25 02:14:52.368375 [ 3 ] {1206b812-11ed-4c0a-b466-b02c3d29aff0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12236 | 2024.07.25 02:14:52.369168 [ 3 ] {1206b812-11ed-4c0a-b466-b02c3d29aff0} <Trace> oximeter.fields_ipaddr (330a275b-5c0e-4112-8190-93317cf14d06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12237 | 2024.07.25 02:14:52.369237 [ 3 ] {1206b812-11ed-4c0a-b466-b02c3d29aff0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
12238 | 2024.07.25 02:14:52.370075 [ 3 ] {1206b812-11ed-4c0a-b466-b02c3d29aff0} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
12239 | 2024.07.25 02:14:52.370820 [ 187 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 146 rows, containing 4 columns (4 merged, 0 gathered) in 0.005036978 sec., 28985.63384632611 rows/sec., 2.18 MiB/sec. | ||
12240 | 2024.07.25 02:14:52.370982 [ 3 ] {1206b812-11ed-4c0a-b466-b02c3d29aff0} <Trace> oximeter.fields_ipaddr (330a275b-5c0e-4112-8190-93317cf14d06): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12241 | 2024.07.25 02:14:52.371035 [ 187 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
12242 | 2024.07.25 02:14:52.371288 [ 3 ] {1206b812-11ed-4c0a-b466-b02c3d29aff0} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.004586 sec., 436.1098996947231 rows/sec., 35.56 KiB/sec. | ||
12243 | 2024.07.25 02:14:52.372070 [ 3 ] {1206b812-11ed-4c0a-b466-b02c3d29aff0} <Debug> DynamicQueryHandler: Done processing query | ||
12244 | 2024.07.25 02:14:52.372121 [ 3 ] {1206b812-11ed-4c0a-b466-b02c3d29aff0} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12245 | 2024.07.25 02:14:52.372150 [ 3 ] {} <Debug> HTTP-Session: 3a9d67f1-42eb-436f-abbe-10ff964f6d66 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12246 | 2024.07.25 02:14:52.372345 [ 187 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_61_12} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12247 | 2024.07.25 02:14:52.372364 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 34863, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12248 | 2024.07.25 02:14:52.372464 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12249 | 2024.07.25 02:14:52.372485 [ 3 ] {} <Debug> HTTP-Session: 96b550a2-a5dd-4f84-949e-c7a5c930b259 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
12250 | 2024.07.25 02:14:52.372505 [ 187 ] {f624f877-7484-40f8-bba3-5af105c2972a::all_1_61_12} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
12251 | 2024.07.25 02:14:52.372518 [ 3 ] {} <Debug> HTTP-Session: 96b550a2-a5dd-4f84-949e-c7a5c930b259 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12252 | 2024.07.25 02:14:52.372553 [ 3 ] {} <Debug> HTTP-Session: 96b550a2-a5dd-4f84-949e-c7a5c930b259 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12253 | 2024.07.25 02:14:52.372634 [ 3 ] {} <Trace> HTTP-Session: 96b550a2-a5dd-4f84-949e-c7a5c930b259 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12254 | 2024.07.25 02:14:52.372654 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
12255 | 2024.07.25 02:14:52.372829 [ 3 ] {ea1c7d82-4c60-4087-9f25-2542beb6f531} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12256 | 2024.07.25 02:14:52.372878 [ 3 ] {ea1c7d82-4c60-4087-9f25-2542beb6f531} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12257 | 2024.07.25 02:14:52.373029 [ 3 ] {ea1c7d82-4c60-4087-9f25-2542beb6f531} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12258 | 2024.07.25 02:14:52.373503 [ 3 ] {ea1c7d82-4c60-4087-9f25-2542beb6f531} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12259 | 2024.07.25 02:14:52.373538 [ 3 ] {ea1c7d82-4c60-4087-9f25-2542beb6f531} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
12260 | 2024.07.25 02:14:52.373871 [ 3 ] {ea1c7d82-4c60-4087-9f25-2542beb6f531} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
12261 | 2024.07.25 02:14:52.374184 [ 3 ] {ea1c7d82-4c60-4087-9f25-2542beb6f531} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12262 | 2024.07.25 02:14:52.374331 [ 3 ] {ea1c7d82-4c60-4087-9f25-2542beb6f531} <Debug> executeQuery: Read 231 rows, 20.83 KiB in 0.001579 sec., 146295.12349588345 rows/sec., 12.88 MiB/sec. | ||
12263 | 2024.07.25 02:14:52.374500 [ 3 ] {ea1c7d82-4c60-4087-9f25-2542beb6f531} <Debug> DynamicQueryHandler: Done processing query | ||
12264 | 2024.07.25 02:14:52.374524 [ 3 ] {ea1c7d82-4c60-4087-9f25-2542beb6f531} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
12265 | 2024.07.25 02:14:52.374539 [ 3 ] {} <Debug> HTTP-Session: 96b550a2-a5dd-4f84-949e-c7a5c930b259 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12266 | 2024.07.25 02:14:52.374659 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12267 | 2024.07.25 02:14:52.374707 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12268 | 2024.07.25 02:14:52.374725 [ 3 ] {} <Debug> HTTP-Session: b8bb859b-7838-4f8f-a173-ac8dce38caa4 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
12269 | 2024.07.25 02:14:52.374741 [ 3 ] {} <Debug> HTTP-Session: b8bb859b-7838-4f8f-a173-ac8dce38caa4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12270 | 2024.07.25 02:14:52.374755 [ 3 ] {} <Debug> HTTP-Session: b8bb859b-7838-4f8f-a173-ac8dce38caa4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12271 | 2024.07.25 02:14:52.374785 [ 3 ] {} <Trace> HTTP-Session: b8bb859b-7838-4f8f-a173-ac8dce38caa4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12272 | 2024.07.25 02:14:52.374877 [ 3 ] {074bcfc6-9aa6-4cbf-ad8f-364f7ad10ce2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
12273 | 2024.07.25 02:14:52.374919 [ 3 ] {074bcfc6-9aa6-4cbf-ad8f-364f7ad10ce2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
12274 | 2024.07.25 02:14:52.375049 [ 3 ] {074bcfc6-9aa6-4cbf-ad8f-364f7ad10ce2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12275 | 2024.07.25 02:14:52.375333 [ 3 ] {074bcfc6-9aa6-4cbf-ad8f-364f7ad10ce2} <Trace> oximeter.fields_u16 (977fada6-76a3-44eb-8ed0-7c71340c6e1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12276 | 2024.07.25 02:14:52.375369 [ 3 ] {074bcfc6-9aa6-4cbf-ad8f-364f7ad10ce2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
12277 | 2024.07.25 02:14:52.375659 [ 3 ] {074bcfc6-9aa6-4cbf-ad8f-364f7ad10ce2} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
12278 | 2024.07.25 02:14:52.375962 [ 3 ] {074bcfc6-9aa6-4cbf-ad8f-364f7ad10ce2} <Trace> oximeter.fields_u16 (977fada6-76a3-44eb-8ed0-7c71340c6e1a): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12279 | 2024.07.25 02:14:52.376115 [ 3 ] {074bcfc6-9aa6-4cbf-ad8f-364f7ad10ce2} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001253 sec., 1596.1691939345571 rows/sec., 111.45 KiB/sec. | ||
12280 | 2024.07.25 02:14:52.376401 [ 3 ] {074bcfc6-9aa6-4cbf-ad8f-364f7ad10ce2} <Debug> DynamicQueryHandler: Done processing query | ||
12281 | 2024.07.25 02:14:52.376441 [ 3 ] {074bcfc6-9aa6-4cbf-ad8f-364f7ad10ce2} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12282 | 2024.07.25 02:14:52.376457 [ 3 ] {} <Debug> HTTP-Session: b8bb859b-7838-4f8f-a173-ac8dce38caa4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12283 | 2024.07.25 02:14:52.376632 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 65800, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12284 | 2024.07.25 02:14:52.376680 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12285 | 2024.07.25 02:14:52.376699 [ 3 ] {} <Debug> HTTP-Session: e0a7f7ad-3c21-4c7a-8faa-017dbe98341c Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
12286 | 2024.07.25 02:14:52.376715 [ 3 ] {} <Debug> HTTP-Session: e0a7f7ad-3c21-4c7a-8faa-017dbe98341c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12287 | 2024.07.25 02:14:52.376728 [ 3 ] {} <Debug> HTTP-Session: e0a7f7ad-3c21-4c7a-8faa-017dbe98341c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12288 | 2024.07.25 02:14:52.376758 [ 3 ] {} <Trace> HTTP-Session: e0a7f7ad-3c21-4c7a-8faa-017dbe98341c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12289 | 2024.07.25 02:14:52.376964 [ 3 ] {b66d1686-8bd7-4816-83f6-98c3d1074672} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12290 | 2024.07.25 02:14:52.377008 [ 3 ] {b66d1686-8bd7-4816-83f6-98c3d1074672} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12291 | 2024.07.25 02:14:52.377151 [ 3 ] {b66d1686-8bd7-4816-83f6-98c3d1074672} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12292 | 2024.07.25 02:14:52.377695 [ 3 ] {b66d1686-8bd7-4816-83f6-98c3d1074672} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12293 | 2024.07.25 02:14:52.377731 [ 3 ] {b66d1686-8bd7-4816-83f6-98c3d1074672} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
12294 | 2024.07.25 02:14:52.378059 [ 3 ] {b66d1686-8bd7-4816-83f6-98c3d1074672} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
12295 | 2024.07.25 02:14:52.378364 [ 3 ] {b66d1686-8bd7-4816-83f6-98c3d1074672} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12296 | 2024.07.25 02:14:52.378510 [ 3 ] {b66d1686-8bd7-4816-83f6-98c3d1074672} <Debug> executeQuery: Read 407 rows, 29.48 KiB in 0.001645 sec., 247416.41337386018 rows/sec., 17.50 MiB/sec. | ||
12297 | 2024.07.25 02:14:52.378674 [ 3 ] {b66d1686-8bd7-4816-83f6-98c3d1074672} <Debug> DynamicQueryHandler: Done processing query | ||
12298 | 2024.07.25 02:14:52.378698 [ 3 ] {b66d1686-8bd7-4816-83f6-98c3d1074672} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
12299 | 2024.07.25 02:14:52.378713 [ 3 ] {} <Debug> HTTP-Session: e0a7f7ad-3c21-4c7a-8faa-017dbe98341c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12300 | 2024.07.25 02:14:52.378827 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12301 | 2024.07.25 02:14:52.378874 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12302 | 2024.07.25 02:14:52.378893 [ 3 ] {} <Debug> HTTP-Session: 56ce5060-e665-43ce-a732-af1b2e9643a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
12303 | 2024.07.25 02:14:52.378909 [ 3 ] {} <Debug> HTTP-Session: 56ce5060-e665-43ce-a732-af1b2e9643a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12304 | 2024.07.25 02:14:52.378922 [ 3 ] {} <Debug> HTTP-Session: 56ce5060-e665-43ce-a732-af1b2e9643a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12305 | 2024.07.25 02:14:52.378951 [ 3 ] {} <Trace> HTTP-Session: 56ce5060-e665-43ce-a732-af1b2e9643a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12306 | 2024.07.25 02:14:52.379044 [ 3 ] {4d7881fb-6334-42fe-968e-8ed59fb29168} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
12307 | 2024.07.25 02:14:52.379088 [ 3 ] {4d7881fb-6334-42fe-968e-8ed59fb29168} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
12308 | 2024.07.25 02:14:52.379215 [ 3 ] {4d7881fb-6334-42fe-968e-8ed59fb29168} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12309 | 2024.07.25 02:14:52.379514 [ 3 ] {4d7881fb-6334-42fe-968e-8ed59fb29168} <Trace> oximeter.measurements_bool (8163702d-f428-4b08-bb37-b5af976016c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12310 | 2024.07.25 02:14:52.379549 [ 3 ] {4d7881fb-6334-42fe-968e-8ed59fb29168} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
12311 | 2024.07.25 02:14:52.379895 [ 3 ] {4d7881fb-6334-42fe-968e-8ed59fb29168} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
12312 | 2024.07.25 02:14:52.380215 [ 3 ] {4d7881fb-6334-42fe-968e-8ed59fb29168} <Trace> oximeter.measurements_bool (8163702d-f428-4b08-bb37-b5af976016c8): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12313 | 2024.07.25 02:14:52.380365 [ 3 ] {4d7881fb-6334-42fe-968e-8ed59fb29168} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001341 sec., 4474.27293064877 rows/sec., 192.25 KiB/sec. | ||
12314 | 2024.07.25 02:14:52.380531 [ 3 ] {4d7881fb-6334-42fe-968e-8ed59fb29168} <Debug> DynamicQueryHandler: Done processing query | ||
12315 | 2024.07.25 02:14:52.380556 [ 3 ] {4d7881fb-6334-42fe-968e-8ed59fb29168} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
12316 | 2024.07.25 02:14:52.380571 [ 3 ] {} <Debug> HTTP-Session: 56ce5060-e665-43ce-a732-af1b2e9643a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12317 | 2024.07.25 02:14:52.380689 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 14082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12318 | 2024.07.25 02:14:52.380737 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12319 | 2024.07.25 02:14:52.380782 [ 3 ] {} <Debug> HTTP-Session: 132caa29-93c5-4e67-94fe-4259e7f1e78c Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
12320 | 2024.07.25 02:14:52.380798 [ 3 ] {} <Debug> HTTP-Session: 132caa29-93c5-4e67-94fe-4259e7f1e78c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12321 | 2024.07.25 02:14:52.380812 [ 3 ] {} <Debug> HTTP-Session: 132caa29-93c5-4e67-94fe-4259e7f1e78c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12322 | 2024.07.25 02:14:52.380841 [ 3 ] {} <Trace> HTTP-Session: 132caa29-93c5-4e67-94fe-4259e7f1e78c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12323 | 2024.07.25 02:14:52.380955 [ 3 ] {85a486ec-8744-4dca-b9c7-63aaad50f42e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
12324 | 2024.07.25 02:14:52.381001 [ 3 ] {85a486ec-8744-4dca-b9c7-63aaad50f42e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
12325 | 2024.07.25 02:14:52.381142 [ 3 ] {85a486ec-8744-4dca-b9c7-63aaad50f42e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12326 | 2024.07.25 02:14:52.381500 [ 3 ] {85a486ec-8744-4dca-b9c7-63aaad50f42e} <Trace> oximeter.measurements_cumulativei64 (ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12327 | 2024.07.25 02:14:52.381535 [ 3 ] {85a486ec-8744-4dca-b9c7-63aaad50f42e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
12328 | 2024.07.25 02:14:52.381885 [ 3 ] {85a486ec-8744-4dca-b9c7-63aaad50f42e} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
12329 | 2024.07.25 02:14:52.382243 [ 3 ] {85a486ec-8744-4dca-b9c7-63aaad50f42e} <Trace> oximeter.measurements_cumulativei64 (ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12330 | 2024.07.25 02:14:52.382398 [ 3 ] {85a486ec-8744-4dca-b9c7-63aaad50f42e} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001476 sec., 52168.0216802168 rows/sec., 3.21 MiB/sec. | ||
12331 | 2024.07.25 02:14:52.382743 [ 3 ] {85a486ec-8744-4dca-b9c7-63aaad50f42e} <Debug> DynamicQueryHandler: Done processing query | ||
12332 | 2024.07.25 02:14:52.382774 [ 3 ] {85a486ec-8744-4dca-b9c7-63aaad50f42e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
12333 | 2024.07.25 02:14:52.382789 [ 3 ] {} <Debug> HTTP-Session: 132caa29-93c5-4e67-94fe-4259e7f1e78c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12334 | 2024.07.25 02:14:52.383021 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 30797, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12335 | 2024.07.25 02:14:52.383069 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12336 | 2024.07.25 02:14:52.383087 [ 3 ] {} <Debug> HTTP-Session: 2bd20494-a652-4f64-b2a5-fb98ddd03729 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
12337 | 2024.07.25 02:14:52.383103 [ 3 ] {} <Debug> HTTP-Session: 2bd20494-a652-4f64-b2a5-fb98ddd03729 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12338 | 2024.07.25 02:14:52.383116 [ 3 ] {} <Debug> HTTP-Session: 2bd20494-a652-4f64-b2a5-fb98ddd03729 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12339 | 2024.07.25 02:14:52.383146 [ 3 ] {} <Trace> HTTP-Session: 2bd20494-a652-4f64-b2a5-fb98ddd03729 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12340 | 2024.07.25 02:14:52.383284 [ 3 ] {f91d04d8-e2af-434a-8e5f-70b28bdc1470} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12341 | 2024.07.25 02:14:52.383331 [ 3 ] {f91d04d8-e2af-434a-8e5f-70b28bdc1470} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12342 | 2024.07.25 02:14:52.383495 [ 3 ] {f91d04d8-e2af-434a-8e5f-70b28bdc1470} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12343 | 2024.07.25 02:14:52.383944 [ 3 ] {f91d04d8-e2af-434a-8e5f-70b28bdc1470} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12344 | 2024.07.25 02:14:52.383979 [ 3 ] {f91d04d8-e2af-434a-8e5f-70b28bdc1470} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
12345 | 2024.07.25 02:14:52.384344 [ 3 ] {f91d04d8-e2af-434a-8e5f-70b28bdc1470} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
12346 | 2024.07.25 02:14:52.384677 [ 3 ] {f91d04d8-e2af-434a-8e5f-70b28bdc1470} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12347 | 2024.07.25 02:14:52.384827 [ 3 ] {f91d04d8-e2af-434a-8e5f-70b28bdc1470} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001596 sec., 100877.19298245614 rows/sec., 7.03 MiB/sec. | ||
12348 | 2024.07.25 02:14:52.384993 [ 3 ] {f91d04d8-e2af-434a-8e5f-70b28bdc1470} <Debug> DynamicQueryHandler: Done processing query | ||
12349 | 2024.07.25 02:14:52.385017 [ 3 ] {f91d04d8-e2af-434a-8e5f-70b28bdc1470} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
12350 | 2024.07.25 02:14:52.385033 [ 3 ] {} <Debug> HTTP-Session: 2bd20494-a652-4f64-b2a5-fb98ddd03729 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12351 | 2024.07.25 02:14:52.385189 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 37080, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12352 | 2024.07.25 02:14:52.385235 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12353 | 2024.07.25 02:14:52.385253 [ 3 ] {} <Debug> HTTP-Session: 4209dc7c-a992-4225-b876-9c48436d74e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
12354 | 2024.07.25 02:14:52.385268 [ 3 ] {} <Debug> HTTP-Session: 4209dc7c-a992-4225-b876-9c48436d74e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12355 | 2024.07.25 02:14:52.385282 [ 3 ] {} <Debug> HTTP-Session: 4209dc7c-a992-4225-b876-9c48436d74e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12356 | 2024.07.25 02:14:52.385311 [ 3 ] {} <Trace> HTTP-Session: 4209dc7c-a992-4225-b876-9c48436d74e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12357 | 2024.07.25 02:14:52.385576 [ 3 ] {e1acb205-1a3a-4d9a-8701-18ad6a19b61a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
12358 | 2024.07.25 02:14:52.385638 [ 3 ] {e1acb205-1a3a-4d9a-8701-18ad6a19b61a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
12359 | 2024.07.25 02:14:52.386048 [ 3 ] {e1acb205-1a3a-4d9a-8701-18ad6a19b61a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12360 | 2024.07.25 02:14:52.386736 [ 3 ] {e1acb205-1a3a-4d9a-8701-18ad6a19b61a} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12361 | 2024.07.25 02:14:52.386772 [ 3 ] {e1acb205-1a3a-4d9a-8701-18ad6a19b61a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
12362 | 2024.07.25 02:14:52.387385 [ 3 ] {e1acb205-1a3a-4d9a-8701-18ad6a19b61a} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
12363 | 2024.07.25 02:14:52.387791 [ 3 ] {e1acb205-1a3a-4d9a-8701-18ad6a19b61a} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12364 | 2024.07.25 02:14:52.387980 [ 3 ] {e1acb205-1a3a-4d9a-8701-18ad6a19b61a} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002593 sec., 8870.03470883147 rows/sec., 15.89 MiB/sec. | ||
12365 | 2024.07.25 02:14:52.388201 [ 3 ] {e1acb205-1a3a-4d9a-8701-18ad6a19b61a} <Debug> DynamicQueryHandler: Done processing query | ||
12366 | 2024.07.25 02:14:52.388226 [ 3 ] {e1acb205-1a3a-4d9a-8701-18ad6a19b61a} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
12367 | 2024.07.25 02:14:52.388241 [ 3 ] {} <Debug> HTTP-Session: 4209dc7c-a992-4225-b876-9c48436d74e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12368 | 2024.07.25 02:14:52.388361 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 3211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12369 | 2024.07.25 02:14:52.388408 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12370 | 2024.07.25 02:14:52.388426 [ 3 ] {} <Debug> HTTP-Session: e05c8bd3-64d6-40a7-9672-1e362f828f35 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
12371 | 2024.07.25 02:14:52.388442 [ 3 ] {} <Debug> HTTP-Session: e05c8bd3-64d6-40a7-9672-1e362f828f35 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12372 | 2024.07.25 02:14:52.388455 [ 3 ] {} <Debug> HTTP-Session: e05c8bd3-64d6-40a7-9672-1e362f828f35 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12373 | 2024.07.25 02:14:52.388485 [ 3 ] {} <Trace> HTTP-Session: e05c8bd3-64d6-40a7-9672-1e362f828f35 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12374 | 2024.07.25 02:14:52.388584 [ 3 ] {a1dad371-e648-452a-931f-c0a80f261385} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
12375 | 2024.07.25 02:14:52.388626 [ 3 ] {a1dad371-e648-452a-931f-c0a80f261385} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
12376 | 2024.07.25 02:14:52.388753 [ 3 ] {a1dad371-e648-452a-931f-c0a80f261385} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12377 | 2024.07.25 02:14:52.389027 [ 3 ] {a1dad371-e648-452a-931f-c0a80f261385} <Trace> oximeter.measurements_i64 (4af3948b-7ee8-4a0a-bff7-9db9837b5273): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12378 | 2024.07.25 02:14:52.389062 [ 3 ] {a1dad371-e648-452a-931f-c0a80f261385} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
12379 | 2024.07.25 02:14:52.389406 [ 3 ] {a1dad371-e648-452a-931f-c0a80f261385} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
12380 | 2024.07.25 02:14:52.389728 [ 3 ] {a1dad371-e648-452a-931f-c0a80f261385} <Trace> oximeter.measurements_i64 (4af3948b-7ee8-4a0a-bff7-9db9837b5273): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12381 | 2024.07.25 02:14:52.389885 [ 3 ] {a1dad371-e648-452a-931f-c0a80f261385} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001318 sec., 17450.682852807284 rows/sec., 943.96 KiB/sec. | ||
12382 | 2024.07.25 02:14:52.390204 [ 3 ] {a1dad371-e648-452a-931f-c0a80f261385} <Debug> DynamicQueryHandler: Done processing query | ||
12383 | 2024.07.25 02:14:52.390235 [ 3 ] {a1dad371-e648-452a-931f-c0a80f261385} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
12384 | 2024.07.25 02:14:52.390251 [ 3 ] {} <Debug> HTTP-Session: e05c8bd3-64d6-40a7-9672-1e362f828f35 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12385 | 2024.07.25 02:14:52.390409 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12386 | 2024.07.25 02:14:52.390459 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12387 | 2024.07.25 02:14:52.390477 [ 3 ] {} <Debug> HTTP-Session: ff9b7a35-31c8-47f4-9e5e-ba9aae5ada0d Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
12388 | 2024.07.25 02:14:52.390493 [ 3 ] {} <Debug> HTTP-Session: ff9b7a35-31c8-47f4-9e5e-ba9aae5ada0d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12389 | 2024.07.25 02:14:52.390506 [ 3 ] {} <Debug> HTTP-Session: ff9b7a35-31c8-47f4-9e5e-ba9aae5ada0d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12390 | 2024.07.25 02:14:52.390535 [ 3 ] {} <Trace> HTTP-Session: ff9b7a35-31c8-47f4-9e5e-ba9aae5ada0d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12391 | 2024.07.25 02:14:52.390666 [ 3 ] {365d5cad-276f-4227-8485-49b67f050999} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12392 | 2024.07.25 02:14:52.390712 [ 3 ] {365d5cad-276f-4227-8485-49b67f050999} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12393 | 2024.07.25 02:14:52.390859 [ 3 ] {365d5cad-276f-4227-8485-49b67f050999} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12394 | 2024.07.25 02:14:52.391150 [ 3 ] {365d5cad-276f-4227-8485-49b67f050999} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12395 | 2024.07.25 02:14:52.391185 [ 3 ] {365d5cad-276f-4227-8485-49b67f050999} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
12396 | 2024.07.25 02:14:52.391537 [ 3 ] {365d5cad-276f-4227-8485-49b67f050999} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
12397 | 2024.07.25 02:14:52.391854 [ 3 ] {365d5cad-276f-4227-8485-49b67f050999} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12398 | 2024.07.25 02:14:52.392008 [ 3 ] {365d5cad-276f-4227-8485-49b67f050999} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00139 sec., 43165.467625899284 rows/sec., 2.91 MiB/sec. | ||
12399 | 2024.07.25 02:14:52.392172 [ 3 ] {365d5cad-276f-4227-8485-49b67f050999} <Debug> DynamicQueryHandler: Done processing query | ||
12400 | 2024.07.25 02:14:52.392196 [ 3 ] {365d5cad-276f-4227-8485-49b67f050999} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12401 | 2024.07.25 02:14:52.392211 [ 3 ] {} <Debug> HTTP-Session: ff9b7a35-31c8-47f4-9e5e-ba9aae5ada0d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12402 | 2024.07.25 02:14:57.359132 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 1489, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12403 | 2024.07.25 02:14:57.359253 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12404 | 2024.07.25 02:14:57.359279 [ 3 ] {} <Debug> HTTP-Session: c359a392-8bad-4dd4-bbcf-2b67a8da36f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
12405 | 2024.07.25 02:14:57.359303 [ 3 ] {} <Debug> HTTP-Session: c359a392-8bad-4dd4-bbcf-2b67a8da36f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12406 | 2024.07.25 02:14:57.359317 [ 3 ] {} <Debug> HTTP-Session: c359a392-8bad-4dd4-bbcf-2b67a8da36f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12407 | 2024.07.25 02:14:57.359364 [ 3 ] {} <Trace> HTTP-Session: c359a392-8bad-4dd4-bbcf-2b67a8da36f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12408 | 2024.07.25 02:14:57.359539 [ 3 ] {8c2840f4-53ee-477e-99d1-328c2fe8b6d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
12409 | 2024.07.25 02:14:57.359603 [ 3 ] {8c2840f4-53ee-477e-99d1-328c2fe8b6d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
12410 | 2024.07.25 02:14:57.359792 [ 3 ] {8c2840f4-53ee-477e-99d1-328c2fe8b6d3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12411 | 2024.07.25 02:14:57.360239 [ 3 ] {8c2840f4-53ee-477e-99d1-328c2fe8b6d3} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12412 | 2024.07.25 02:14:57.360283 [ 3 ] {8c2840f4-53ee-477e-99d1-328c2fe8b6d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
12413 | 2024.07.25 02:14:57.360646 [ 3 ] {8c2840f4-53ee-477e-99d1-328c2fe8b6d3} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
12414 | 2024.07.25 02:14:57.360997 [ 3 ] {8c2840f4-53ee-477e-99d1-328c2fe8b6d3} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12415 | 2024.07.25 02:14:57.361172 [ 3 ] {8c2840f4-53ee-477e-99d1-328c2fe8b6d3} <Debug> executeQuery: Read 10 rows, 830.00 B in 0.001686 sec., 5931.198102016608 rows/sec., 480.75 KiB/sec. | ||
12416 | 2024.07.25 02:14:57.361454 [ 3 ] {8c2840f4-53ee-477e-99d1-328c2fe8b6d3} <Debug> DynamicQueryHandler: Done processing query | ||
12417 | 2024.07.25 02:14:57.361514 [ 3 ] {8c2840f4-53ee-477e-99d1-328c2fe8b6d3} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12418 | 2024.07.25 02:14:57.361577 [ 3 ] {} <Debug> HTTP-Session: c359a392-8bad-4dd4-bbcf-2b67a8da36f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12419 | 2024.07.25 02:14:57.361798 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 12377, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12420 | 2024.07.25 02:14:57.361859 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12421 | 2024.07.25 02:14:57.361879 [ 3 ] {} <Debug> HTTP-Session: 2afbfb7e-e670-40c7-b4a2-08df61be6e05 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
12422 | 2024.07.25 02:14:57.361899 [ 3 ] {} <Debug> HTTP-Session: 2afbfb7e-e670-40c7-b4a2-08df61be6e05 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12423 | 2024.07.25 02:14:57.361913 [ 3 ] {} <Debug> HTTP-Session: 2afbfb7e-e670-40c7-b4a2-08df61be6e05 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12424 | 2024.07.25 02:14:57.361950 [ 3 ] {} <Trace> HTTP-Session: 2afbfb7e-e670-40c7-b4a2-08df61be6e05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12425 | 2024.07.25 02:14:57.362087 [ 3 ] {31715069-db8c-4c1d-a104-06c373af28cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12426 | 2024.07.25 02:14:57.362135 [ 3 ] {31715069-db8c-4c1d-a104-06c373af28cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12427 | 2024.07.25 02:14:57.362283 [ 3 ] {31715069-db8c-4c1d-a104-06c373af28cf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12428 | 2024.07.25 02:14:57.362667 [ 3 ] {31715069-db8c-4c1d-a104-06c373af28cf} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12429 | 2024.07.25 02:14:57.362705 [ 3 ] {31715069-db8c-4c1d-a104-06c373af28cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
12430 | 2024.07.25 02:14:57.363037 [ 3 ] {31715069-db8c-4c1d-a104-06c373af28cf} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
12431 | 2024.07.25 02:14:57.363348 [ 3 ] {31715069-db8c-4c1d-a104-06c373af28cf} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12432 | 2024.07.25 02:14:57.363511 [ 3 ] {31715069-db8c-4c1d-a104-06c373af28cf} <Debug> executeQuery: Read 86 rows, 7.13 KiB in 0.001468 sec., 58583.10626702998 rows/sec., 4.74 MiB/sec. | ||
12433 | 2024.07.25 02:14:57.363778 [ 3 ] {31715069-db8c-4c1d-a104-06c373af28cf} <Debug> DynamicQueryHandler: Done processing query | ||
12434 | 2024.07.25 02:14:57.363832 [ 3 ] {31715069-db8c-4c1d-a104-06c373af28cf} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
12435 | 2024.07.25 02:14:57.363895 [ 3 ] {} <Debug> HTTP-Session: 2afbfb7e-e670-40c7-b4a2-08df61be6e05 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12436 | 2024.07.25 02:14:57.364074 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 12574, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12437 | 2024.07.25 02:14:57.364128 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12438 | 2024.07.25 02:14:57.364148 [ 3 ] {} <Debug> HTTP-Session: 1018e7e6-8368-479f-a161-71a8201518c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
12439 | 2024.07.25 02:14:57.364165 [ 3 ] {} <Debug> HTTP-Session: 1018e7e6-8368-479f-a161-71a8201518c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12440 | 2024.07.25 02:14:57.364178 [ 3 ] {} <Debug> HTTP-Session: 1018e7e6-8368-479f-a161-71a8201518c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12441 | 2024.07.25 02:14:57.364212 [ 3 ] {} <Trace> HTTP-Session: 1018e7e6-8368-479f-a161-71a8201518c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12442 | 2024.07.25 02:14:57.364343 [ 3 ] {2cbbfd87-2bb5-48dd-8f39-f28625e8e7c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12443 | 2024.07.25 02:14:57.364390 [ 3 ] {2cbbfd87-2bb5-48dd-8f39-f28625e8e7c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12444 | 2024.07.25 02:14:57.364534 [ 3 ] {2cbbfd87-2bb5-48dd-8f39-f28625e8e7c9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12445 | 2024.07.25 02:14:57.364912 [ 3 ] {2cbbfd87-2bb5-48dd-8f39-f28625e8e7c9} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12446 | 2024.07.25 02:14:57.364948 [ 3 ] {2cbbfd87-2bb5-48dd-8f39-f28625e8e7c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
12447 | 2024.07.25 02:14:57.365256 [ 3 ] {2cbbfd87-2bb5-48dd-8f39-f28625e8e7c9} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
12448 | 2024.07.25 02:14:57.365558 [ 3 ] {2cbbfd87-2bb5-48dd-8f39-f28625e8e7c9} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12449 | 2024.07.25 02:14:57.365705 [ 3 ] {2cbbfd87-2bb5-48dd-8f39-f28625e8e7c9} <Debug> executeQuery: Read 74 rows, 5.92 KiB in 0.001409 sec., 52519.51738821859 rows/sec., 4.10 MiB/sec. | ||
12450 | 2024.07.25 02:14:57.365872 [ 3 ] {2cbbfd87-2bb5-48dd-8f39-f28625e8e7c9} <Debug> DynamicQueryHandler: Done processing query | ||
12451 | 2024.07.25 02:14:57.365897 [ 3 ] {2cbbfd87-2bb5-48dd-8f39-f28625e8e7c9} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
12452 | 2024.07.25 02:14:57.365913 [ 3 ] {} <Debug> HTTP-Session: 1018e7e6-8368-479f-a161-71a8201518c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12453 | 2024.07.25 02:14:57.366059 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 30607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12454 | 2024.07.25 02:14:57.366107 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12455 | 2024.07.25 02:14:57.366126 [ 3 ] {} <Debug> HTTP-Session: e847a447-9014-4abb-bcf9-02058027edf8 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
12456 | 2024.07.25 02:14:57.366142 [ 3 ] {} <Debug> HTTP-Session: e847a447-9014-4abb-bcf9-02058027edf8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12457 | 2024.07.25 02:14:57.366155 [ 3 ] {} <Debug> HTTP-Session: e847a447-9014-4abb-bcf9-02058027edf8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12458 | 2024.07.25 02:14:57.366186 [ 3 ] {} <Trace> HTTP-Session: e847a447-9014-4abb-bcf9-02058027edf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12459 | 2024.07.25 02:14:57.366335 [ 3 ] {286ec947-9422-479a-9b37-b5cb17344ead} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12460 | 2024.07.25 02:14:57.366383 [ 3 ] {286ec947-9422-479a-9b37-b5cb17344ead} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12461 | 2024.07.25 02:14:57.366533 [ 3 ] {286ec947-9422-479a-9b37-b5cb17344ead} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12462 | 2024.07.25 02:14:57.366926 [ 3 ] {286ec947-9422-479a-9b37-b5cb17344ead} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12463 | 2024.07.25 02:14:57.366961 [ 3 ] {286ec947-9422-479a-9b37-b5cb17344ead} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
12464 | 2024.07.25 02:14:57.367349 [ 3 ] {286ec947-9422-479a-9b37-b5cb17344ead} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
12465 | 2024.07.25 02:14:57.367692 [ 3 ] {286ec947-9422-479a-9b37-b5cb17344ead} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12466 | 2024.07.25 02:14:57.367857 [ 3 ] {286ec947-9422-479a-9b37-b5cb17344ead} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001596 sec., 100250.62656641605 rows/sec., 6.98 MiB/sec. | ||
12467 | 2024.07.25 02:14:57.368028 [ 3 ] {286ec947-9422-479a-9b37-b5cb17344ead} <Debug> DynamicQueryHandler: Done processing query | ||
12468 | 2024.07.25 02:14:57.368053 [ 3 ] {286ec947-9422-479a-9b37-b5cb17344ead} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
12469 | 2024.07.25 02:14:57.368069 [ 3 ] {} <Debug> HTTP-Session: e847a447-9014-4abb-bcf9-02058027edf8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12470 | 2024.07.25 02:14:57.368197 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 16103, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12471 | 2024.07.25 02:14:57.368244 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12472 | 2024.07.25 02:14:57.368263 [ 3 ] {} <Debug> HTTP-Session: b7641a38-960f-4266-b9dc-58bf414f6749 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
12473 | 2024.07.25 02:14:57.368279 [ 3 ] {} <Debug> HTTP-Session: b7641a38-960f-4266-b9dc-58bf414f6749 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12474 | 2024.07.25 02:14:57.368294 [ 3 ] {} <Debug> HTTP-Session: b7641a38-960f-4266-b9dc-58bf414f6749 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12475 | 2024.07.25 02:14:57.368325 [ 3 ] {} <Trace> HTTP-Session: b7641a38-960f-4266-b9dc-58bf414f6749 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12476 | 2024.07.25 02:14:57.368503 [ 3 ] {748151d4-ed93-4516-9f99-cd3bb2c8463c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
12477 | 2024.07.25 02:14:57.368567 [ 3 ] {748151d4-ed93-4516-9f99-cd3bb2c8463c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
12478 | 2024.07.25 02:14:57.368965 [ 3 ] {748151d4-ed93-4516-9f99-cd3bb2c8463c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12479 | 2024.07.25 02:14:57.369466 [ 3 ] {748151d4-ed93-4516-9f99-cd3bb2c8463c} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12480 | 2024.07.25 02:14:57.369500 [ 3 ] {748151d4-ed93-4516-9f99-cd3bb2c8463c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
12481 | 2024.07.25 02:14:57.370137 [ 3 ] {748151d4-ed93-4516-9f99-cd3bb2c8463c} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
12482 | 2024.07.25 02:14:57.370538 [ 3 ] {748151d4-ed93-4516-9f99-cd3bb2c8463c} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12483 | 2024.07.25 02:14:57.370733 [ 3 ] {748151d4-ed93-4516-9f99-cd3bb2c8463c} <Debug> executeQuery: Read 10 rows, 18.35 KiB in 0.002331 sec., 4290.00429000429 rows/sec., 7.69 MiB/sec. | ||
12484 | 2024.07.25 02:14:57.370951 [ 3 ] {748151d4-ed93-4516-9f99-cd3bb2c8463c} <Debug> DynamicQueryHandler: Done processing query | ||
12485 | 2024.07.25 02:14:57.370977 [ 3 ] {748151d4-ed93-4516-9f99-cd3bb2c8463c} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
12486 | 2024.07.25 02:14:57.370993 [ 3 ] {} <Debug> HTTP-Session: b7641a38-960f-4266-b9dc-58bf414f6749 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12487 | 2024.07.25 02:14:57.371161 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12488 | 2024.07.25 02:14:57.371210 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12489 | 2024.07.25 02:14:57.371229 [ 3 ] {} <Debug> HTTP-Session: 651b3bb3-73fd-4886-aac3-1c4818596b99 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
12490 | 2024.07.25 02:14:57.371245 [ 3 ] {} <Debug> HTTP-Session: 651b3bb3-73fd-4886-aac3-1c4818596b99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12491 | 2024.07.25 02:14:57.371259 [ 3 ] {} <Debug> HTTP-Session: 651b3bb3-73fd-4886-aac3-1c4818596b99 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12492 | 2024.07.25 02:14:57.371290 [ 3 ] {} <Trace> HTTP-Session: 651b3bb3-73fd-4886-aac3-1c4818596b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12493 | 2024.07.25 02:14:57.371401 [ 3 ] {483ad399-0b60-48dd-aab2-1a5d80966bef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12494 | 2024.07.25 02:14:57.371446 [ 3 ] {483ad399-0b60-48dd-aab2-1a5d80966bef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12495 | 2024.07.25 02:14:57.371573 [ 3 ] {483ad399-0b60-48dd-aab2-1a5d80966bef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12496 | 2024.07.25 02:14:57.371918 [ 3 ] {483ad399-0b60-48dd-aab2-1a5d80966bef} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12497 | 2024.07.25 02:14:57.371954 [ 3 ] {483ad399-0b60-48dd-aab2-1a5d80966bef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
12498 | 2024.07.25 02:14:57.372304 [ 3 ] {483ad399-0b60-48dd-aab2-1a5d80966bef} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
12499 | 2024.07.25 02:14:57.372615 [ 3 ] {483ad399-0b60-48dd-aab2-1a5d80966bef} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12500 | 2024.07.25 02:14:57.372750 [ 3 ] {483ad399-0b60-48dd-aab2-1a5d80966bef} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001388 sec., 43227.66570605188 rows/sec., 2.91 MiB/sec. | ||
12501 | 2024.07.25 02:14:57.373002 [ 3 ] {483ad399-0b60-48dd-aab2-1a5d80966bef} <Debug> DynamicQueryHandler: Done processing query | ||
12502 | 2024.07.25 02:14:57.373057 [ 3 ] {483ad399-0b60-48dd-aab2-1a5d80966bef} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12503 | 2024.07.25 02:14:57.373105 [ 3 ] {} <Debug> HTTP-Session: 651b3bb3-73fd-4886-aac3-1c4818596b99 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12504 | 2024.07.25 02:15:02.365121 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 4045, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12505 | 2024.07.25 02:15:02.365250 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12506 | 2024.07.25 02:15:02.365280 [ 3 ] {} <Debug> HTTP-Session: fab75b37-fabd-40f3-8fdb-9eb0dc077b0c Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
12507 | 2024.07.25 02:15:02.365309 [ 3 ] {} <Debug> HTTP-Session: fab75b37-fabd-40f3-8fdb-9eb0dc077b0c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12508 | 2024.07.25 02:15:02.365329 [ 3 ] {} <Debug> HTTP-Session: fab75b37-fabd-40f3-8fdb-9eb0dc077b0c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12509 | 2024.07.25 02:15:02.365386 [ 3 ] {} <Trace> HTTP-Session: fab75b37-fabd-40f3-8fdb-9eb0dc077b0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12510 | 2024.07.25 02:15:02.365585 [ 3 ] {17612116-1bfa-4dd1-be40-ebb3a58dbbaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
12511 | 2024.07.25 02:15:02.365660 [ 3 ] {17612116-1bfa-4dd1-be40-ebb3a58dbbaa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
12512 | 2024.07.25 02:15:02.365880 [ 3 ] {17612116-1bfa-4dd1-be40-ebb3a58dbbaa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12513 | 2024.07.25 02:15:02.366344 [ 3 ] {17612116-1bfa-4dd1-be40-ebb3a58dbbaa} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12514 | 2024.07.25 02:15:02.366387 [ 3 ] {17612116-1bfa-4dd1-be40-ebb3a58dbbaa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
12515 | 2024.07.25 02:15:02.366751 [ 3 ] {17612116-1bfa-4dd1-be40-ebb3a58dbbaa} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
12516 | 2024.07.25 02:15:02.367097 [ 3 ] {17612116-1bfa-4dd1-be40-ebb3a58dbbaa} <Trace> oximeter.fields_i64 (f624f877-7484-40f8-bba3-5af105c2972a): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12517 | 2024.07.25 02:15:02.367282 [ 3 ] {17612116-1bfa-4dd1-be40-ebb3a58dbbaa} <Debug> executeQuery: Read 29 rows, 2.20 KiB in 0.001759 sec., 16486.64013644116 rows/sec., 1.22 MiB/sec. | ||
12518 | 2024.07.25 02:15:02.367630 [ 3 ] {17612116-1bfa-4dd1-be40-ebb3a58dbbaa} <Debug> DynamicQueryHandler: Done processing query | ||
12519 | 2024.07.25 02:15:02.367707 [ 3 ] {17612116-1bfa-4dd1-be40-ebb3a58dbbaa} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12520 | 2024.07.25 02:15:02.367807 [ 3 ] {} <Debug> HTTP-Session: fab75b37-fabd-40f3-8fdb-9eb0dc077b0c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12521 | 2024.07.25 02:15:02.368101 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 34730, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12522 | 2024.07.25 02:15:02.368161 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12523 | 2024.07.25 02:15:02.368182 [ 3 ] {} <Debug> HTTP-Session: 5c126eb5-66bc-4212-9b97-7d10d94de2e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
12524 | 2024.07.25 02:15:02.368200 [ 3 ] {} <Debug> HTTP-Session: 5c126eb5-66bc-4212-9b97-7d10d94de2e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12525 | 2024.07.25 02:15:02.368214 [ 3 ] {} <Debug> HTTP-Session: 5c126eb5-66bc-4212-9b97-7d10d94de2e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12526 | 2024.07.25 02:15:02.368249 [ 3 ] {} <Trace> HTTP-Session: 5c126eb5-66bc-4212-9b97-7d10d94de2e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12527 | 2024.07.25 02:15:02.368427 [ 3 ] {b5db4564-6a04-4d95-871c-ea98c20c1404} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12528 | 2024.07.25 02:15:02.368476 [ 3 ] {b5db4564-6a04-4d95-871c-ea98c20c1404} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12529 | 2024.07.25 02:15:02.368630 [ 3 ] {b5db4564-6a04-4d95-871c-ea98c20c1404} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12530 | 2024.07.25 02:15:02.369117 [ 3 ] {b5db4564-6a04-4d95-871c-ea98c20c1404} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12531 | 2024.07.25 02:15:02.369164 [ 3 ] {b5db4564-6a04-4d95-871c-ea98c20c1404} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
12532 | 2024.07.25 02:15:02.369551 [ 3 ] {b5db4564-6a04-4d95-871c-ea98c20c1404} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
12533 | 2024.07.25 02:15:02.369951 [ 3 ] {b5db4564-6a04-4d95-871c-ea98c20c1404} <Trace> oximeter.fields_string (9de2ac89-da72-46bd-b625-b668bfb7e1d6): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12534 | 2024.07.25 02:15:02.370107 [ 3 ] {b5db4564-6a04-4d95-871c-ea98c20c1404} <Debug> executeQuery: Read 230 rows, 20.76 KiB in 0.001758 sec., 130830.48919226394 rows/sec., 11.53 MiB/sec. | ||
12535 | 2024.07.25 02:15:02.370351 [ 3 ] {b5db4564-6a04-4d95-871c-ea98c20c1404} <Debug> DynamicQueryHandler: Done processing query | ||
12536 | 2024.07.25 02:15:02.370379 [ 3 ] {b5db4564-6a04-4d95-871c-ea98c20c1404} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
12537 | 2024.07.25 02:15:02.370397 [ 3 ] {} <Debug> HTTP-Session: 5c126eb5-66bc-4212-9b97-7d10d94de2e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12538 | 2024.07.25 02:15:02.370592 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 65459, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12539 | 2024.07.25 02:15:02.370651 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12540 | 2024.07.25 02:15:02.370676 [ 3 ] {} <Debug> HTTP-Session: 43c25417-cc60-4f90-bde7-f0b80b89b34b Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
12541 | 2024.07.25 02:15:02.370699 [ 3 ] {} <Debug> HTTP-Session: 43c25417-cc60-4f90-bde7-f0b80b89b34b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12542 | 2024.07.25 02:15:02.370719 [ 3 ] {} <Debug> HTTP-Session: 43c25417-cc60-4f90-bde7-f0b80b89b34b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12543 | 2024.07.25 02:15:02.370758 [ 3 ] {} <Trace> HTTP-Session: 43c25417-cc60-4f90-bde7-f0b80b89b34b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12544 | 2024.07.25 02:15:02.371001 [ 3 ] {d59575ba-9941-4b7f-96a3-7013419ae1c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12545 | 2024.07.25 02:15:02.371052 [ 3 ] {d59575ba-9941-4b7f-96a3-7013419ae1c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12546 | 2024.07.25 02:15:02.371183 [ 3 ] {d59575ba-9941-4b7f-96a3-7013419ae1c8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12547 | 2024.07.25 02:15:02.371815 [ 3 ] {d59575ba-9941-4b7f-96a3-7013419ae1c8} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12548 | 2024.07.25 02:15:02.371852 [ 3 ] {d59575ba-9941-4b7f-96a3-7013419ae1c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
12549 | 2024.07.25 02:15:02.372172 [ 3 ] {d59575ba-9941-4b7f-96a3-7013419ae1c8} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
12550 | 2024.07.25 02:15:02.372473 [ 3 ] {d59575ba-9941-4b7f-96a3-7013419ae1c8} <Trace> oximeter.fields_uuid (1d6d7f6c-620d-46bd-a859-bdd83abb2d0a): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12551 | 2024.07.25 02:15:02.372625 [ 3 ] {d59575ba-9941-4b7f-96a3-7013419ae1c8} <Debug> executeQuery: Read 405 rows, 29.32 KiB in 0.001747 sec., 231825.9874069834 rows/sec., 16.39 MiB/sec. | ||
12552 | 2024.07.25 02:15:02.372903 [ 3 ] {d59575ba-9941-4b7f-96a3-7013419ae1c8} <Debug> DynamicQueryHandler: Done processing query | ||
12553 | 2024.07.25 02:15:02.372966 [ 3 ] {d59575ba-9941-4b7f-96a3-7013419ae1c8} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
12554 | 2024.07.25 02:15:02.373019 [ 3 ] {} <Debug> HTTP-Session: 43c25417-cc60-4f90-bde7-f0b80b89b34b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12555 | 2024.07.25 02:15:02.373243 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12556 | 2024.07.25 02:15:02.373297 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12557 | 2024.07.25 02:15:02.373317 [ 3 ] {} <Debug> HTTP-Session: 1c611639-d23a-4445-bbec-8a3e136141e4 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
12558 | 2024.07.25 02:15:02.373334 [ 3 ] {} <Debug> HTTP-Session: 1c611639-d23a-4445-bbec-8a3e136141e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12559 | 2024.07.25 02:15:02.373348 [ 3 ] {} <Debug> HTTP-Session: 1c611639-d23a-4445-bbec-8a3e136141e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12560 | 2024.07.25 02:15:02.373381 [ 3 ] {} <Trace> HTTP-Session: 1c611639-d23a-4445-bbec-8a3e136141e4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12561 | 2024.07.25 02:15:02.373482 [ 3 ] {01da0a0a-8899-4a19-9392-a9e28e61b19c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
12562 | 2024.07.25 02:15:02.373531 [ 3 ] {01da0a0a-8899-4a19-9392-a9e28e61b19c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
12563 | 2024.07.25 02:15:02.373682 [ 3 ] {01da0a0a-8899-4a19-9392-a9e28e61b19c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12564 | 2024.07.25 02:15:02.373993 [ 3 ] {01da0a0a-8899-4a19-9392-a9e28e61b19c} <Trace> oximeter.measurements_bool (8163702d-f428-4b08-bb37-b5af976016c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12565 | 2024.07.25 02:15:02.374031 [ 3 ] {01da0a0a-8899-4a19-9392-a9e28e61b19c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
12566 | 2024.07.25 02:15:02.374401 [ 3 ] {01da0a0a-8899-4a19-9392-a9e28e61b19c} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
12567 | 2024.07.25 02:15:02.374746 [ 3 ] {01da0a0a-8899-4a19-9392-a9e28e61b19c} <Trace> oximeter.measurements_bool (8163702d-f428-4b08-bb37-b5af976016c8): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12568 | 2024.07.25 02:15:02.374892 [ 3 ] {01da0a0a-8899-4a19-9392-a9e28e61b19c} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001434 sec., 4184.100418410042 rows/sec., 179.79 KiB/sec. | ||
12569 | 2024.07.25 02:15:02.375071 [ 3 ] {01da0a0a-8899-4a19-9392-a9e28e61b19c} <Debug> DynamicQueryHandler: Done processing query | ||
12570 | 2024.07.25 02:15:02.375106 [ 3 ] {01da0a0a-8899-4a19-9392-a9e28e61b19c} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
12571 | 2024.07.25 02:15:02.375131 [ 3 ] {} <Debug> HTTP-Session: 1c611639-d23a-4445-bbec-8a3e136141e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12572 | 2024.07.25 02:15:02.375289 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 14082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12573 | 2024.07.25 02:15:02.375351 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12574 | 2024.07.25 02:15:02.375377 [ 3 ] {} <Debug> HTTP-Session: 1203e1a1-5504-4822-9be6-b698d288d8ba Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
12575 | 2024.07.25 02:15:02.375397 [ 3 ] {} <Debug> HTTP-Session: 1203e1a1-5504-4822-9be6-b698d288d8ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12576 | 2024.07.25 02:15:02.375412 [ 3 ] {} <Debug> HTTP-Session: 1203e1a1-5504-4822-9be6-b698d288d8ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12577 | 2024.07.25 02:15:02.375443 [ 3 ] {} <Trace> HTTP-Session: 1203e1a1-5504-4822-9be6-b698d288d8ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12578 | 2024.07.25 02:15:02.375585 [ 3 ] {9355509c-3d00-449a-81f0-bb67033f5a41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
12579 | 2024.07.25 02:15:02.375634 [ 3 ] {9355509c-3d00-449a-81f0-bb67033f5a41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
12580 | 2024.07.25 02:15:02.375775 [ 3 ] {9355509c-3d00-449a-81f0-bb67033f5a41} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12581 | 2024.07.25 02:15:02.376184 [ 3 ] {9355509c-3d00-449a-81f0-bb67033f5a41} <Trace> oximeter.measurements_cumulativei64 (ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12582 | 2024.07.25 02:15:02.376222 [ 3 ] {9355509c-3d00-449a-81f0-bb67033f5a41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
12583 | 2024.07.25 02:15:02.376591 [ 3 ] {9355509c-3d00-449a-81f0-bb67033f5a41} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
12584 | 2024.07.25 02:15:02.376950 [ 3 ] {9355509c-3d00-449a-81f0-bb67033f5a41} <Trace> oximeter.measurements_cumulativei64 (ef9e9c8c-af00-4dfa-90c7-1ce0571c71a7): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12585 | 2024.07.25 02:15:02.377098 [ 3 ] {9355509c-3d00-449a-81f0-bb67033f5a41} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001572 sec., 48982.18829516539 rows/sec., 3.02 MiB/sec. | ||
12586 | 2024.07.25 02:15:02.377279 [ 3 ] {9355509c-3d00-449a-81f0-bb67033f5a41} <Debug> DynamicQueryHandler: Done processing query | ||
12587 | 2024.07.25 02:15:02.377304 [ 3 ] {9355509c-3d00-449a-81f0-bb67033f5a41} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
12588 | 2024.07.25 02:15:02.377320 [ 3 ] {} <Debug> HTTP-Session: 1203e1a1-5504-4822-9be6-b698d288d8ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12589 | 2024.07.25 02:15:02.377507 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 30607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12590 | 2024.07.25 02:15:02.377556 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12591 | 2024.07.25 02:15:02.377575 [ 3 ] {} <Debug> HTTP-Session: 70d40411-c4ea-4aea-86ea-c566c6464de6 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
12592 | 2024.07.25 02:15:02.377593 [ 3 ] {} <Debug> HTTP-Session: 70d40411-c4ea-4aea-86ea-c566c6464de6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12593 | 2024.07.25 02:15:02.377607 [ 3 ] {} <Debug> HTTP-Session: 70d40411-c4ea-4aea-86ea-c566c6464de6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12594 | 2024.07.25 02:15:02.377641 [ 3 ] {} <Trace> HTTP-Session: 70d40411-c4ea-4aea-86ea-c566c6464de6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12595 | 2024.07.25 02:15:02.377836 [ 3 ] {a69afeae-0dc2-4473-8711-c4593b0d60b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12596 | 2024.07.25 02:15:02.377883 [ 3 ] {a69afeae-0dc2-4473-8711-c4593b0d60b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12597 | 2024.07.25 02:15:02.378025 [ 3 ] {a69afeae-0dc2-4473-8711-c4593b0d60b3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12598 | 2024.07.25 02:15:02.378464 [ 3 ] {a69afeae-0dc2-4473-8711-c4593b0d60b3} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12599 | 2024.07.25 02:15:02.378501 [ 3 ] {a69afeae-0dc2-4473-8711-c4593b0d60b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
12600 | 2024.07.25 02:15:02.378871 [ 3 ] {a69afeae-0dc2-4473-8711-c4593b0d60b3} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
12601 | 2024.07.25 02:15:02.379209 [ 3 ] {a69afeae-0dc2-4473-8711-c4593b0d60b3} <Trace> oximeter.measurements_cumulativeu64 (383e8a40-4664-4cdd-a14e-f4cd024eff25): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12602 | 2024.07.25 02:15:02.379348 [ 3 ] {a69afeae-0dc2-4473-8711-c4593b0d60b3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001612 sec., 99255.58312655088 rows/sec., 6.91 MiB/sec. | ||
12603 | 2024.07.25 02:15:02.379537 [ 3 ] {a69afeae-0dc2-4473-8711-c4593b0d60b3} <Debug> DynamicQueryHandler: Done processing query | ||
12604 | 2024.07.25 02:15:02.379564 [ 3 ] {a69afeae-0dc2-4473-8711-c4593b0d60b3} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
12605 | 2024.07.25 02:15:02.379580 [ 3 ] {} <Debug> HTTP-Session: 70d40411-c4ea-4aea-86ea-c566c6464de6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12606 | 2024.07.25 02:15:02.379768 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 37087, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12607 | 2024.07.25 02:15:02.379816 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12608 | 2024.07.25 02:15:02.379834 [ 3 ] {} <Debug> HTTP-Session: 8d01e534-786a-4939-b187-b001383aa9d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
12609 | 2024.07.25 02:15:02.379851 [ 3 ] {} <Debug> HTTP-Session: 8d01e534-786a-4939-b187-b001383aa9d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12610 | 2024.07.25 02:15:02.379864 [ 3 ] {} <Debug> HTTP-Session: 8d01e534-786a-4939-b187-b001383aa9d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12611 | 2024.07.25 02:15:02.379895 [ 3 ] {} <Trace> HTTP-Session: 8d01e534-786a-4939-b187-b001383aa9d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12612 | 2024.07.25 02:15:02.380166 [ 3 ] {5e2ec133-43e2-49d1-aa8c-d79332420fc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
12613 | 2024.07.25 02:15:02.380228 [ 3 ] {5e2ec133-43e2-49d1-aa8c-d79332420fc4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
12614 | 2024.07.25 02:15:02.380636 [ 3 ] {5e2ec133-43e2-49d1-aa8c-d79332420fc4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12615 | 2024.07.25 02:15:02.381362 [ 3 ] {5e2ec133-43e2-49d1-aa8c-d79332420fc4} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12616 | 2024.07.25 02:15:02.381399 [ 3 ] {5e2ec133-43e2-49d1-aa8c-d79332420fc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
12617 | 2024.07.25 02:15:02.382041 [ 3 ] {5e2ec133-43e2-49d1-aa8c-d79332420fc4} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
12618 | 2024.07.25 02:15:02.382455 [ 3 ] {5e2ec133-43e2-49d1-aa8c-d79332420fc4} <Trace> oximeter.measurements_histogramf64 (1b204426-e0ed-4472-aac2-bb616a256d25): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12619 | 2024.07.25 02:15:02.382645 [ 3 ] {5e2ec133-43e2-49d1-aa8c-d79332420fc4} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002657 sec., 8656.379375235227 rows/sec., 15.51 MiB/sec. | ||
12620 | 2024.07.25 02:15:02.383107 [ 3 ] {5e2ec133-43e2-49d1-aa8c-d79332420fc4} <Debug> DynamicQueryHandler: Done processing query | ||
12621 | 2024.07.25 02:15:02.383156 [ 3 ] {5e2ec133-43e2-49d1-aa8c-d79332420fc4} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
12622 | 2024.07.25 02:15:02.383192 [ 3 ] {} <Debug> HTTP-Session: 8d01e534-786a-4939-b187-b001383aa9d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12623 | 2024.07.25 02:15:02.383314 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 3211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12624 | 2024.07.25 02:15:02.383367 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12625 | 2024.07.25 02:15:02.383387 [ 3 ] {} <Debug> HTTP-Session: 58688ba0-da82-4479-93be-6e6fd5a7a2ad Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
12626 | 2024.07.25 02:15:02.383404 [ 3 ] {} <Debug> HTTP-Session: 58688ba0-da82-4479-93be-6e6fd5a7a2ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12627 | 2024.07.25 02:15:02.383417 [ 3 ] {} <Debug> HTTP-Session: 58688ba0-da82-4479-93be-6e6fd5a7a2ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12628 | 2024.07.25 02:15:02.383448 [ 3 ] {} <Trace> HTTP-Session: 58688ba0-da82-4479-93be-6e6fd5a7a2ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12629 | 2024.07.25 02:15:02.383564 [ 3 ] {5972e5f7-dac5-41eb-bdcc-cbf555afe64b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
12630 | 2024.07.25 02:15:02.383612 [ 3 ] {5972e5f7-dac5-41eb-bdcc-cbf555afe64b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
12631 | 2024.07.25 02:15:02.383773 [ 3 ] {5972e5f7-dac5-41eb-bdcc-cbf555afe64b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12632 | 2024.07.25 02:15:02.384102 [ 3 ] {5972e5f7-dac5-41eb-bdcc-cbf555afe64b} <Trace> oximeter.measurements_i64 (4af3948b-7ee8-4a0a-bff7-9db9837b5273): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12633 | 2024.07.25 02:15:02.384150 [ 3 ] {5972e5f7-dac5-41eb-bdcc-cbf555afe64b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
12634 | 2024.07.25 02:15:02.384624 [ 3 ] {5972e5f7-dac5-41eb-bdcc-cbf555afe64b} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
12635 | 2024.07.25 02:15:02.384972 [ 3 ] {5972e5f7-dac5-41eb-bdcc-cbf555afe64b} <Trace> oximeter.measurements_i64 (4af3948b-7ee8-4a0a-bff7-9db9837b5273): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12636 | 2024.07.25 02:15:02.385130 [ 3 ] {5972e5f7-dac5-41eb-bdcc-cbf555afe64b} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001589 sec., 14474.5122718691 rows/sec., 782.97 KiB/sec. | ||
12637 | 2024.07.25 02:15:02.385399 [ 3 ] {5972e5f7-dac5-41eb-bdcc-cbf555afe64b} <Debug> DynamicQueryHandler: Done processing query | ||
12638 | 2024.07.25 02:15:02.385435 [ 3 ] {5972e5f7-dac5-41eb-bdcc-cbf555afe64b} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
12639 | 2024.07.25 02:15:02.385452 [ 3 ] {} <Debug> HTTP-Session: 58688ba0-da82-4479-93be-6e6fd5a7a2ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12640 | 2024.07.25 02:15:02.385597 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59951, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12641 | 2024.07.25 02:15:02.385660 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12642 | 2024.07.25 02:15:02.385687 [ 3 ] {} <Debug> HTTP-Session: 43675bc3-6697-4d24-82f4-474f3ff9d21e Authenticating user 'default' from [fd00:1122:3344:101::d]:59951 | ||
12643 | 2024.07.25 02:15:02.385710 [ 3 ] {} <Debug> HTTP-Session: 43675bc3-6697-4d24-82f4-474f3ff9d21e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12644 | 2024.07.25 02:15:02.385733 [ 3 ] {} <Debug> HTTP-Session: 43675bc3-6697-4d24-82f4-474f3ff9d21e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12645 | 2024.07.25 02:15:02.385775 [ 3 ] {} <Trace> HTTP-Session: 43675bc3-6697-4d24-82f4-474f3ff9d21e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12646 | 2024.07.25 02:15:02.385925 [ 3 ] {c9940434-141a-4422-bc94-94af21e7ed41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59951) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12647 | 2024.07.25 02:15:02.385985 [ 3 ] {c9940434-141a-4422-bc94-94af21e7ed41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12648 | 2024.07.25 02:15:02.386182 [ 3 ] {c9940434-141a-4422-bc94-94af21e7ed41} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12649 | 2024.07.25 02:15:02.386532 [ 3 ] {c9940434-141a-4422-bc94-94af21e7ed41} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12650 | 2024.07.25 02:15:02.386575 [ 3 ] {c9940434-141a-4422-bc94-94af21e7ed41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
12651 | 2024.07.25 02:15:02.387032 [ 3 ] {c9940434-141a-4422-bc94-94af21e7ed41} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
12652 | 2024.07.25 02:15:02.387367 [ 3 ] {c9940434-141a-4422-bc94-94af21e7ed41} <Trace> oximeter.measurements_u64 (9acf1d29-45d0-4b65-b1d9-71812428ec23): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12653 | 2024.07.25 02:15:02.387514 [ 3 ] {c9940434-141a-4422-bc94-94af21e7ed41} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00164 sec., 36585.365853658535 rows/sec., 2.47 MiB/sec. | ||
12654 | 2024.07.25 02:15:02.387692 [ 3 ] {c9940434-141a-4422-bc94-94af21e7ed41} <Debug> DynamicQueryHandler: Done processing query | ||
12655 | 2024.07.25 02:15:02.387718 [ 3 ] {c9940434-141a-4422-bc94-94af21e7ed41} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12656 | 2024.07.25 02:15:02.387735 [ 3 ] {} <Debug> HTTP-Session: 43675bc3-6697-4d24-82f4-474f3ff9d21e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db |