1 | [ Aug 22 02:17:50 Enabled. ] | ||
2 | [ Aug 22 02:17:50 Rereading configuration. ] | ||
3 | [ Aug 22 02:17:53 Rereading configuration. ] | ||
4 | [ Aug 22 02:17:56 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 | [ Aug 22 02:17:56 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.08.22 02:17:59.662943 [ 1 ] {} <Information> Application: Will watch for the process with pid 24110 | ||
33 | 2024.08.22 02:17:59.663343 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
34 | 2024.08.22 02:17:59.922798 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 24110 | ||
35 | 2024.08.22 02:17:59.923557 [ 1 ] {} <Information> Application: starting up | ||
36 | 2024.08.22 02:17:59.925616 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
37 | 2024.08.22 02:18:00.057532 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
38 | 2024.08.22 02:18:00.098488 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
39 | 2024.08.22 02:18:00.098528 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
40 | 2024.08.22 02:18:00.098545 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
41 | 2024.08.22 02:18:00.098609 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
42 | 2024.08.22 02:18:00.098892 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
43 | 2024.08.22 02:18:00.100437 [ 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.08.22 02:18:00.100941 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
48 | 2024.08.22 02:18:00.101778 [ 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.08.22 02:18:00.101805 [ 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.08.22 02:18:00.101820 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
51 | 2024.08.22 02:18:00.101995 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
52 | 2024.08.22 02:18:00.102859 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
53 | 2024.08.22 02:18:00.108087 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
54 | 2024.08.22 02:18:00.108940 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
55 | 2024.08.22 02:18:00.110344 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
56 | 2024.08.22 02:18:00.110410 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
57 | 2024.08.22 02:18:00.111986 [ 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.08.22 02:18:00.112284 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
62 | 2024.08.22 02:18:00.116641 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
63 | 2024.08.22 02:18:00.117302 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: config.xml | ||
64 | 2024.08.22 02:18:00.118932 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
65 | 2024.08.22 02:18:00.119303 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
66 | 2024.08.22 02:18:00.119674 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
67 | 2024.08.22 02:18:00.120128 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
68 | 2024.08.22 02:18:00.121689 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
69 | 2024.08.22 02:18:00.121724 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
70 | 2024.08.22 02:18:00.121813 [ 44 ] {} <Debug> DNSResolver: Updating DNS cache | ||
71 | 2024.08.22 02:18:00.121990 [ 44 ] {} <Debug> DNSResolver: Updated DNS cache | ||
72 | 2024.08.22 02:18:00.130446 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
73 | 2024.08.22 02:18:00.130480 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.00015693 sec | ||
74 | 2024.08.22 02:18:00.130519 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
75 | 2024.08.22 02:18:00.130531 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
76 | 2024.08.22 02:18:00.131628 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
77 | 2024.08.22 02:18:00.132653 [ 1 ] {} <Debug> SystemLog: Not creating system.query_log since corresponding section 'query_log' is missing from config | ||
78 | 2024.08.22 02:18:00.132676 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
79 | 2024.08.22 02:18:00.132707 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
80 | 2024.08.22 02:18:00.132723 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
81 | 2024.08.22 02:18:00.132734 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
82 | 2024.08.22 02:18:00.132768 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
83 | 2024.08.22 02:18:00.132781 [ 1 ] {} <Debug> SystemLog: Not creating system.metric_log since corresponding section 'metric_log' is missing from config | ||
84 | 2024.08.22 02:18:00.132795 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
85 | 2024.08.22 02:18:00.132826 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
86 | 2024.08.22 02:18:00.132839 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_metric_log since corresponding section 'asynchronous_metric_log' is missing from config | ||
87 | 2024.08.22 02:18:00.132852 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
88 | 2024.08.22 02:18:00.132867 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
89 | 2024.08.22 02:18:00.132900 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
90 | 2024.08.22 02:18:00.132915 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
91 | 2024.08.22 02:18:00.132930 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
92 | 2024.08.22 02:18:00.132956 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
93 | 2024.08.22 02:18:00.132970 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
94 | 2024.08.22 02:18:00.166842 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
95 | 2024.08.22 02:18:00.168437 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
96 | 2024.08.22 02:18:00.168464 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 4.504e-05 sec | ||
97 | 2024.08.22 02:18:00.168477 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
98 | 2024.08.22 02:18:00.168492 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
99 | 2024.08.22 02:18:00.168514 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
100 | 2024.08.22 02:18:00.168696 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
101 | 2024.08.22 02:18:00.168738 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
102 | 2024.08.22 02:18:00.168751 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
103 | 2024.08.22 02:18:00.168763 [ 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.08.22 02:18:00.168777 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
105 | 2024.08.22 02:18:00.241060 [ 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.08.22 02:18:00.989252 [ 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.08.22 02:18:00.989319 [ 1 ] {} <Trace> MySQLHandlerFactory: Generating new RSA key pair. | ||
108 | 2024.08.22 02:18:01.095459 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
109 | 2024.08.22 02:18:01.095701 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 9.87 MiB, peak 16.07 MiB, free memory in arenas 0.00 B, will set to 157.10 MiB (RSS), difference: 147.23 MiB | ||
110 | 2024.08.22 02:18:01.096689 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.685e-05 sec. | ||
111 | 2024.08.22 02:18:01.097035 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
112 | 2024.08.22 02:18:01.097146 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
113 | 2024.08.22 02:18:01.097207 [ 1 ] {} <Information> Application: Listening for MySQL compatibility protocol: [fd00:1122:3344:101::e]:9004 | ||
114 | 2024.08.22 02:18:01.097230 [ 1 ] {} <Information> Application: Ready for connections. | ||
115 | 2024.08.22 02:18:01.456683 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36877, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
116 | 2024.08.22 02:18:01.456909 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
117 | 2024.08.22 02:18:01.456947 [ 3 ] {} <Debug> HTTP-Session: 5654ca05-3f88-4f76-81c3-378c124ddbb4 Authenticating user 'default' from [fd00:1122:3344:101::d]:36877 | ||
118 | 2024.08.22 02:18:01.456978 [ 3 ] {} <Debug> HTTP-Session: 5654ca05-3f88-4f76-81c3-378c124ddbb4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
119 | 2024.08.22 02:18:01.456999 [ 3 ] {} <Debug> HTTP-Session: 5654ca05-3f88-4f76-81c3-378c124ddbb4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
120 | 2024.08.22 02:18:01.457085 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
121 | 2024.08.22 02:18:01.457119 [ 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.08.22 02:18:01.457141 [ 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.08.22 02:18:01.457204 [ 3 ] {} <Trace> HTTP-Session: 5654ca05-3f88-4f76-81c3-378c124ddbb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
124 | 2024.08.22 02:18:01.458415 [ 3 ] {1d78cce5-cc68-4428-b5d1-bf70019fbe6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36877) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
125 | 2024.08.22 02:18:01.503857 [ 3 ] {1d78cce5-cc68-4428-b5d1-bf70019fbe6a} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:36877) (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 @ 0x0000000000114f37 in /system/lib/amd64/libc.so.1 | ||
149 | |||
150 | 2024.08.22 02:18:01.504673 [ 3 ] {1d78cce5-cc68-4428-b5d1-bf70019fbe6a} <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 @ 0x0000000000114f37 in /system/lib/amd64/libc.so.1 | ||
174 | (version 23.8.7.1) | ||
175 | 2024.08.22 02:18:01.507970 [ 3 ] {} <Debug> HTTP-Session: 5654ca05-3f88-4f76-81c3-378c124ddbb4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
176 | 2024.08.22 02:18:01.510188 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36877, User-Agent: (none), Length: 33, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
177 | 2024.08.22 02:18:01.510262 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
178 | 2024.08.22 02:18:01.510289 [ 3 ] {} <Debug> HTTP-Session: bcd39b7e-9147-48c6-8f50-7087ce616129 Authenticating user 'default' from [fd00:1122:3344:101::d]:36877 | ||
179 | 2024.08.22 02:18:01.510321 [ 3 ] {} <Debug> HTTP-Session: bcd39b7e-9147-48c6-8f50-7087ce616129 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
180 | 2024.08.22 02:18:01.510336 [ 3 ] {} <Debug> HTTP-Session: bcd39b7e-9147-48c6-8f50-7087ce616129 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
181 | 2024.08.22 02:18:01.510385 [ 3 ] {} <Trace> HTTP-Session: bcd39b7e-9147-48c6-8f50-7087ce616129 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
182 | 2024.08.22 02:18:01.511619 [ 3 ] {556d84c9-86ff-44f5-aaa9-984a788957c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36877) SHOW CLUSTERS FORMAT JSONEachRow; (stage: Complete) | ||
183 | 2024.08.22 02:18:01.511754 [ 3 ] {556d84c9-86ff-44f5-aaa9-984a788957c9} <Debug> executeQuery: (internal) SELECT DISTINCT cluster FROM system.clusters ORDER BY cluster (stage: Complete) | ||
184 | 2024.08.22 02:18:01.513969 [ 3 ] {556d84c9-86ff-44f5-aaa9-984a788957c9} <Trace> ContextAccess (default): Access granted: SELECT(cluster) ON system.clusters | ||
185 | 2024.08.22 02:18:01.517063 [ 3 ] {556d84c9-86ff-44f5-aaa9-984a788957c9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
186 | 2024.08.22 02:18:01.523343 [ 3 ] {556d84c9-86ff-44f5-aaa9-984a788957c9} <Debug> DynamicQueryHandler: Done processing query | ||
187 | 2024.08.22 02:18:01.523393 [ 3 ] {556d84c9-86ff-44f5-aaa9-984a788957c9} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
188 | 2024.08.22 02:18:01.523418 [ 3 ] {} <Debug> HTTP-Session: bcd39b7e-9147-48c6-8f50-7087ce616129 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
189 | 2024.08.22 02:18:01.525386 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36877, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
190 | 2024.08.22 02:18:01.525446 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
191 | 2024.08.22 02:18:01.525471 [ 3 ] {} <Debug> HTTP-Session: 81b843ae-72af-4a6c-9551-a15947e64506 Authenticating user 'default' from [fd00:1122:3344:101::d]:36877 | ||
192 | 2024.08.22 02:18:01.525490 [ 3 ] {} <Debug> HTTP-Session: 81b843ae-72af-4a6c-9551-a15947e64506 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
193 | 2024.08.22 02:18:01.525505 [ 3 ] {} <Debug> HTTP-Session: 81b843ae-72af-4a6c-9551-a15947e64506 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
194 | 2024.08.22 02:18:01.525547 [ 3 ] {} <Trace> HTTP-Session: 81b843ae-72af-4a6c-9551-a15947e64506 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
195 | 2024.08.22 02:18:01.525678 [ 3 ] {9bcf1a13-bdfd-4d15-a048-720c97931c22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36877) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
196 | 2024.08.22 02:18:01.525946 [ 3 ] {9bcf1a13-bdfd-4d15-a048-720c97931c22} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:36877) (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 @ 0x0000000000114f37 in /system/lib/amd64/libc.so.1 | ||
220 | |||
221 | 2024.08.22 02:18:01.526083 [ 3 ] {9bcf1a13-bdfd-4d15-a048-720c97931c22} <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 @ 0x0000000000114f37 in /system/lib/amd64/libc.so.1 | ||
245 | (version 23.8.7.1) | ||
246 | 2024.08.22 02:18:01.526234 [ 3 ] {} <Debug> HTTP-Session: 81b843ae-72af-4a6c-9551-a15947e64506 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
247 | 2024.08.22 02:18:01.527019 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36877, User-Agent: (none), Length: 32, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
248 | 2024.08.22 02:18:01.527077 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
249 | 2024.08.22 02:18:01.527096 [ 3 ] {} <Debug> HTTP-Session: ad247ed7-2092-4fac-aa9e-adf9bee66758 Authenticating user 'default' from [fd00:1122:3344:101::d]:36877 | ||
250 | 2024.08.22 02:18:01.527116 [ 3 ] {} <Debug> HTTP-Session: ad247ed7-2092-4fac-aa9e-adf9bee66758 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
251 | 2024.08.22 02:18:01.527137 [ 3 ] {} <Debug> HTTP-Session: ad247ed7-2092-4fac-aa9e-adf9bee66758 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
252 | 2024.08.22 02:18:01.527166 [ 3 ] {} <Trace> HTTP-Session: ad247ed7-2092-4fac-aa9e-adf9bee66758 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
253 | 2024.08.22 02:18:01.527328 [ 3 ] {253c16e5-5667-4f57-a2c4-83ac608ae857} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36877) DROP DATABASE IF EXISTS oximeter (stage: Complete) | ||
254 | 2024.08.22 02:18:01.527487 [ 3 ] {253c16e5-5667-4f57-a2c4-83ac608ae857} <Debug> DynamicQueryHandler: Done processing query | ||
255 | 2024.08.22 02:18:01.527510 [ 3 ] {} <Debug> HTTP-Session: ad247ed7-2092-4fac-aa9e-adf9bee66758 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
256 | 2024.08.22 02:18:01.527645 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36877, User-Agent: (none), Length: 38, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
257 | 2024.08.22 02:18:01.527693 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
258 | 2024.08.22 02:18:01.527716 [ 3 ] {} <Debug> HTTP-Session: 0d800e34-9454-4220-a262-ea0589e917c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:36877 | ||
259 | 2024.08.22 02:18:01.527732 [ 3 ] {} <Debug> HTTP-Session: 0d800e34-9454-4220-a262-ea0589e917c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
260 | 2024.08.22 02:18:01.527749 [ 3 ] {} <Debug> HTTP-Session: 0d800e34-9454-4220-a262-ea0589e917c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
261 | 2024.08.22 02:18:01.527781 [ 3 ] {} <Trace> HTTP-Session: 0d800e34-9454-4220-a262-ea0589e917c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
262 | 2024.08.22 02:18:01.527873 [ 3 ] {dabe7bdb-774e-4bce-aa15-3698997a8505} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36877) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
263 | 2024.08.22 02:18:01.527930 [ 3 ] {dabe7bdb-774e-4bce-aa15-3698997a8505} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
264 | 2024.08.22 02:18:01.529118 [ 3 ] {dabe7bdb-774e-4bce-aa15-3698997a8505} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
265 | 2024.08.22 02:18:01.529152 [ 3 ] {dabe7bdb-774e-4bce-aa15-3698997a8505} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.511e-05 sec | ||
266 | 2024.08.22 02:18:01.529165 [ 3 ] {dabe7bdb-774e-4bce-aa15-3698997a8505} <Trace> ReferentialDeps: No tables | ||
267 | 2024.08.22 02:18:01.529182 [ 3 ] {dabe7bdb-774e-4bce-aa15-3698997a8505} <Trace> LoadingDeps: No tables | ||
268 | 2024.08.22 02:18:01.529203 [ 3 ] {dabe7bdb-774e-4bce-aa15-3698997a8505} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
269 | 2024.08.22 02:18:01.529321 [ 3 ] {dabe7bdb-774e-4bce-aa15-3698997a8505} <Debug> DynamicQueryHandler: Done processing query | ||
270 | 2024.08.22 02:18:01.529342 [ 3 ] {} <Debug> HTTP-Session: 0d800e34-9454-4220-a262-ea0589e917c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
271 | 2024.08.22 02:18:01.529461 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36877, User-Agent: (none), Length: 223, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
272 | 2024.08.22 02:18:01.529508 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
273 | 2024.08.22 02:18:01.529526 [ 3 ] {} <Debug> HTTP-Session: e314f731-c834-421d-bb97-27777ac9db06 Authenticating user 'default' from [fd00:1122:3344:101::d]:36877 | ||
274 | 2024.08.22 02:18:01.529547 [ 3 ] {} <Debug> HTTP-Session: e314f731-c834-421d-bb97-27777ac9db06 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
275 | 2024.08.22 02:18:01.529571 [ 3 ] {} <Debug> HTTP-Session: e314f731-c834-421d-bb97-27777ac9db06 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
276 | 2024.08.22 02:18:01.529600 [ 3 ] {} <Trace> HTTP-Session: e314f731-c834-421d-bb97-27777ac9db06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
277 | 2024.08.22 02:18:01.529738 [ 3 ] {57985a4c-7e41-4f81-9a6a-913dad827996} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36877) /* 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.08.22 02:18:01.529788 [ 3 ] {57985a4c-7e41-4f81-9a6a-913dad827996} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
280 | 2024.08.22 02:18:01.533310 [ 3 ] {57985a4c-7e41-4f81-9a6a-913dad827996} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
281 | 2024.08.22 02:18:01.534352 [ 3 ] {57985a4c-7e41-4f81-9a6a-913dad827996} <Debug> oximeter.version (161a9b9b-a265-4010-b33d-8cd31807c3ed): Loading data parts | ||
282 | 2024.08.22 02:18:01.534730 [ 3 ] {57985a4c-7e41-4f81-9a6a-913dad827996} <Debug> oximeter.version (161a9b9b-a265-4010-b33d-8cd31807c3ed): There are no data parts | ||
283 | 2024.08.22 02:18:01.537306 [ 3 ] {57985a4c-7e41-4f81-9a6a-913dad827996} <Debug> DynamicQueryHandler: Done processing query | ||
284 | 2024.08.22 02:18:01.537332 [ 3 ] {} <Debug> HTTP-Session: e314f731-c834-421d-bb97-27777ac9db06 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
285 | 2024.08.22 02:18:01.537498 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36877, User-Agent: (none), Length: 818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
286 | 2024.08.22 02:18:01.537551 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
287 | 2024.08.22 02:18:01.537581 [ 3 ] {} <Debug> HTTP-Session: 4dae4acc-1479-4c06-9d43-93b6117ce411 Authenticating user 'default' from [fd00:1122:3344:101::d]:36877 | ||
288 | 2024.08.22 02:18:01.537598 [ 3 ] {} <Debug> HTTP-Session: 4dae4acc-1479-4c06-9d43-93b6117ce411 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
289 | 2024.08.22 02:18:01.537616 [ 3 ] {} <Debug> HTTP-Session: 4dae4acc-1479-4c06-9d43-93b6117ce411 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
290 | 2024.08.22 02:18:01.537656 [ 3 ] {} <Trace> HTTP-Session: 4dae4acc-1479-4c06-9d43-93b6117ce411 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
291 | 2024.08.22 02:18:01.537846 [ 3 ] {3e024216-7d3f-47a8-aeb8-516571ed4c8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36877) /* 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.08.22 02:18:01.537906 [ 3 ] {3e024216-7d3f-47a8-aeb8-516571ed4c8e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
303 | 2024.08.22 02:18:01.546874 [ 3 ] {3e024216-7d3f-47a8-aeb8-516571ed4c8e} <Debug> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a): Loading data parts | ||
304 | 2024.08.22 02:18:01.547048 [ 3 ] {3e024216-7d3f-47a8-aeb8-516571ed4c8e} <Debug> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a): There are no data parts | ||
305 | 2024.08.22 02:18:01.548779 [ 3 ] {3e024216-7d3f-47a8-aeb8-516571ed4c8e} <Debug> DynamicQueryHandler: Done processing query | ||
306 | 2024.08.22 02:18:01.548806 [ 3 ] {} <Debug> HTTP-Session: 4dae4acc-1479-4c06-9d43-93b6117ce411 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
307 | 2024.08.22 02:18:01.549012 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36877, User-Agent: (none), Length: 292, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
308 | 2024.08.22 02:18:01.549079 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
309 | 2024.08.22 02:18:01.549107 [ 3 ] {} <Debug> HTTP-Session: 9c8d5c9f-573d-4b42-a156-ce4d5f31788a Authenticating user 'default' from [fd00:1122:3344:101::d]:36877 | ||
310 | 2024.08.22 02:18:01.549124 [ 3 ] {} <Debug> HTTP-Session: 9c8d5c9f-573d-4b42-a156-ce4d5f31788a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
311 | 2024.08.22 02:18:01.549145 [ 3 ] {} <Debug> HTTP-Session: 9c8d5c9f-573d-4b42-a156-ce4d5f31788a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
312 | 2024.08.22 02:18:01.549177 [ 3 ] {} <Trace> HTTP-Session: 9c8d5c9f-573d-4b42-a156-ce4d5f31788a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
313 | 2024.08.22 02:18:01.549371 [ 3 ] {e7cfb1c0-0373-4038-8009-522f9d0263ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36877) 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.08.22 02:18:01.549424 [ 3 ] {e7cfb1c0-0373-4038-8009-522f9d0263ee} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
315 | 2024.08.22 02:18:01.551357 [ 3 ] {e7cfb1c0-0373-4038-8009-522f9d0263ee} <Debug> oximeter.measurements_i8 (b43d3315-a510-423c-80ee-631a2ca4bddd): Loading data parts | ||
316 | 2024.08.22 02:18:01.551513 [ 3 ] {e7cfb1c0-0373-4038-8009-522f9d0263ee} <Debug> oximeter.measurements_i8 (b43d3315-a510-423c-80ee-631a2ca4bddd): There are no data parts | ||
317 | 2024.08.22 02:18:01.553242 [ 3 ] {e7cfb1c0-0373-4038-8009-522f9d0263ee} <Debug> DynamicQueryHandler: Done processing query | ||
318 | 2024.08.22 02:18:01.553285 [ 3 ] {} <Debug> HTTP-Session: 9c8d5c9f-573d-4b42-a156-ce4d5f31788a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
319 | 2024.08.22 02:18:01.553416 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36877, User-Agent: (none), Length: 293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
320 | 2024.08.22 02:18:01.553471 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
321 | 2024.08.22 02:18:01.553498 [ 3 ] {} <Debug> HTTP-Session: b09da764-2377-4626-ab33-cbdbd16bd4b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:36877 | ||
322 | 2024.08.22 02:18:01.553516 [ 3 ] {} <Debug> HTTP-Session: b09da764-2377-4626-ab33-cbdbd16bd4b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
323 | 2024.08.22 02:18:01.553535 [ 3 ] {} <Debug> HTTP-Session: b09da764-2377-4626-ab33-cbdbd16bd4b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
324 | 2024.08.22 02:18:01.553573 [ 3 ] {} <Trace> HTTP-Session: b09da764-2377-4626-ab33-cbdbd16bd4b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
325 | 2024.08.22 02:18:01.553750 [ 3 ] {4aa21eb7-9495-4efa-b422-6d4c33f9b477} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36877) 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.08.22 02:18:01.553808 [ 3 ] {4aa21eb7-9495-4efa-b422-6d4c33f9b477} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
327 | 2024.08.22 02:18:01.555454 [ 3 ] {4aa21eb7-9495-4efa-b422-6d4c33f9b477} <Debug> oximeter.measurements_u8 (71299f2d-ae43-42d3-bd0f-5d8a80b0439d): Loading data parts | ||
328 | 2024.08.22 02:18:01.555612 [ 3 ] {4aa21eb7-9495-4efa-b422-6d4c33f9b477} <Debug> oximeter.measurements_u8 (71299f2d-ae43-42d3-bd0f-5d8a80b0439d): There are no data parts | ||
329 | 2024.08.22 02:18:01.557309 [ 3 ] {4aa21eb7-9495-4efa-b422-6d4c33f9b477} <Debug> DynamicQueryHandler: Done processing query | ||
330 | 2024.08.22 02:18:01.557338 [ 3 ] {} <Debug> HTTP-Session: b09da764-2377-4626-ab33-cbdbd16bd4b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
331 | 2024.08.22 02:18:01.557513 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36877, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
332 | 2024.08.22 02:18:01.557572 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
333 | 2024.08.22 02:18:01.557601 [ 3 ] {} <Debug> HTTP-Session: 2745ba10-1c74-4b0d-9ca3-f4b3cc563af4 Authenticating user 'default' from [fd00:1122:3344:101::d]:36877 | ||
334 | 2024.08.22 02:18:01.557617 [ 3 ] {} <Debug> HTTP-Session: 2745ba10-1c74-4b0d-9ca3-f4b3cc563af4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
335 | 2024.08.22 02:18:01.557637 [ 3 ] {} <Debug> HTTP-Session: 2745ba10-1c74-4b0d-9ca3-f4b3cc563af4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
336 | 2024.08.22 02:18:01.557672 [ 3 ] {} <Trace> HTTP-Session: 2745ba10-1c74-4b0d-9ca3-f4b3cc563af4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
337 | 2024.08.22 02:18:01.557883 [ 3 ] {0ff3f7e0-9857-47d5-a22e-99ae4c20f4c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36877) 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.08.22 02:18:01.557966 [ 3 ] {0ff3f7e0-9857-47d5-a22e-99ae4c20f4c8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
339 | 2024.08.22 02:18:01.560092 [ 3 ] {0ff3f7e0-9857-47d5-a22e-99ae4c20f4c8} <Debug> oximeter.measurements_i16 (554df50e-a206-42b8-bd50-50a18e9db337): Loading data parts | ||
340 | 2024.08.22 02:18:01.560252 [ 3 ] {0ff3f7e0-9857-47d5-a22e-99ae4c20f4c8} <Debug> oximeter.measurements_i16 (554df50e-a206-42b8-bd50-50a18e9db337): There are no data parts | ||
341 | 2024.08.22 02:18:01.562009 [ 3 ] {0ff3f7e0-9857-47d5-a22e-99ae4c20f4c8} <Debug> DynamicQueryHandler: Done processing query | ||
342 | 2024.08.22 02:18:01.562096 [ 3 ] {} <Debug> HTTP-Session: 2745ba10-1c74-4b0d-9ca3-f4b3cc563af4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
343 | 2024.08.22 02:18:01.562274 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36877, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
344 | 2024.08.22 02:18:01.562370 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
345 | 2024.08.22 02:18:01.562415 [ 3 ] {} <Debug> HTTP-Session: 137926d5-2d62-4cea-b45a-03b340d8e8e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:36877 | ||
346 | 2024.08.22 02:18:01.562434 [ 3 ] {} <Debug> HTTP-Session: 137926d5-2d62-4cea-b45a-03b340d8e8e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
347 | 2024.08.22 02:18:01.562457 [ 3 ] {} <Debug> HTTP-Session: 137926d5-2d62-4cea-b45a-03b340d8e8e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
348 | 2024.08.22 02:18:01.562512 [ 3 ] {} <Trace> HTTP-Session: 137926d5-2d62-4cea-b45a-03b340d8e8e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
349 | 2024.08.22 02:18:01.562704 [ 3 ] {4d1b0a8f-1271-44bb-b117-a0dbc5cc6895} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36877) 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.08.22 02:18:01.562775 [ 3 ] {4d1b0a8f-1271-44bb-b117-a0dbc5cc6895} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
351 | 2024.08.22 02:18:01.564820 [ 3 ] {4d1b0a8f-1271-44bb-b117-a0dbc5cc6895} <Debug> oximeter.measurements_u16 (c1627e08-a115-4dc2-9b05-1cf5c7e26f3e): Loading data parts | ||
352 | 2024.08.22 02:18:01.564976 [ 3 ] {4d1b0a8f-1271-44bb-b117-a0dbc5cc6895} <Debug> oximeter.measurements_u16 (c1627e08-a115-4dc2-9b05-1cf5c7e26f3e): There are no data parts | ||
353 | 2024.08.22 02:18:01.566825 [ 3 ] {4d1b0a8f-1271-44bb-b117-a0dbc5cc6895} <Debug> DynamicQueryHandler: Done processing query | ||
354 | 2024.08.22 02:18:01.566861 [ 3 ] {} <Debug> HTTP-Session: 137926d5-2d62-4cea-b45a-03b340d8e8e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
355 | 2024.08.22 02:18:01.567008 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36877, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
356 | 2024.08.22 02:18:01.567068 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
357 | 2024.08.22 02:18:01.567094 [ 3 ] {} <Debug> HTTP-Session: 97ea703c-9cf7-4b3b-97f3-7e1009b71106 Authenticating user 'default' from [fd00:1122:3344:101::d]:36877 | ||
358 | 2024.08.22 02:18:01.567127 [ 3 ] {} <Debug> HTTP-Session: 97ea703c-9cf7-4b3b-97f3-7e1009b71106 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
359 | 2024.08.22 02:18:01.567140 [ 3 ] {} <Debug> HTTP-Session: 97ea703c-9cf7-4b3b-97f3-7e1009b71106 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
360 | 2024.08.22 02:18:01.567177 [ 3 ] {} <Trace> HTTP-Session: 97ea703c-9cf7-4b3b-97f3-7e1009b71106 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
361 | 2024.08.22 02:18:01.567365 [ 3 ] {9d938983-eaa6-4a69-a48b-384b61a9b604} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36877) 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.08.22 02:18:01.567416 [ 3 ] {9d938983-eaa6-4a69-a48b-384b61a9b604} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
363 | 2024.08.22 02:18:01.569468 [ 3 ] {9d938983-eaa6-4a69-a48b-384b61a9b604} <Debug> oximeter.measurements_i32 (0c54762b-8d4c-4b86-9ad8-e43d83d7d259): Loading data parts | ||
364 | 2024.08.22 02:18:01.569648 [ 3 ] {9d938983-eaa6-4a69-a48b-384b61a9b604} <Debug> oximeter.measurements_i32 (0c54762b-8d4c-4b86-9ad8-e43d83d7d259): There are no data parts | ||
365 | 2024.08.22 02:18:01.571424 [ 3 ] {9d938983-eaa6-4a69-a48b-384b61a9b604} <Debug> DynamicQueryHandler: Done processing query | ||
366 | 2024.08.22 02:18:01.571479 [ 3 ] {} <Debug> HTTP-Session: 97ea703c-9cf7-4b3b-97f3-7e1009b71106 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
367 | 2024.08.22 02:18:01.571617 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36877, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
368 | 2024.08.22 02:18:01.571673 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
369 | 2024.08.22 02:18:01.571706 [ 3 ] {} <Debug> HTTP-Session: 6cd245cb-1982-46c8-bf35-6fb4d4d43b23 Authenticating user 'default' from [fd00:1122:3344:101::d]:36877 | ||
370 | 2024.08.22 02:18:01.571721 [ 3 ] {} <Debug> HTTP-Session: 6cd245cb-1982-46c8-bf35-6fb4d4d43b23 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
371 | 2024.08.22 02:18:01.571740 [ 3 ] {} <Debug> HTTP-Session: 6cd245cb-1982-46c8-bf35-6fb4d4d43b23 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
372 | 2024.08.22 02:18:01.571774 [ 3 ] {} <Trace> HTTP-Session: 6cd245cb-1982-46c8-bf35-6fb4d4d43b23 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
373 | 2024.08.22 02:18:01.571953 [ 3 ] {764ce3fc-633f-4352-8b32-24f7c865576d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36877) 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.08.22 02:18:01.572005 [ 3 ] {764ce3fc-633f-4352-8b32-24f7c865576d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
375 | 2024.08.22 02:18:01.574033 [ 3 ] {764ce3fc-633f-4352-8b32-24f7c865576d} <Debug> oximeter.measurements_u32 (53c22e35-79fc-4d36-b569-a229ed6a40ac): Loading data parts | ||
376 | 2024.08.22 02:18:01.574203 [ 3 ] {764ce3fc-633f-4352-8b32-24f7c865576d} <Debug> oximeter.measurements_u32 (53c22e35-79fc-4d36-b569-a229ed6a40ac): There are no data parts | ||
377 | 2024.08.22 02:18:01.575997 [ 3 ] {764ce3fc-633f-4352-8b32-24f7c865576d} <Debug> DynamicQueryHandler: Done processing query | ||
378 | 2024.08.22 02:18:01.576030 [ 3 ] {} <Debug> HTTP-Session: 6cd245cb-1982-46c8-bf35-6fb4d4d43b23 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
379 | 2024.08.22 02:18:01.576152 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36877, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
380 | 2024.08.22 02:18:01.576214 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
381 | 2024.08.22 02:18:01.576240 [ 3 ] {} <Debug> HTTP-Session: aa69d8d3-33c0-4268-bd74-07b8e122e345 Authenticating user 'default' from [fd00:1122:3344:101::d]:36877 | ||
382 | 2024.08.22 02:18:01.576265 [ 3 ] {} <Debug> HTTP-Session: aa69d8d3-33c0-4268-bd74-07b8e122e345 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
383 | 2024.08.22 02:18:01.576278 [ 3 ] {} <Debug> HTTP-Session: aa69d8d3-33c0-4268-bd74-07b8e122e345 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
384 | 2024.08.22 02:18:01.576312 [ 3 ] {} <Trace> HTTP-Session: aa69d8d3-33c0-4268-bd74-07b8e122e345 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
385 | 2024.08.22 02:18:01.576492 [ 3 ] {30a5f120-d24d-446b-8ff2-e3cbea7b49c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36877) 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.08.22 02:18:01.576550 [ 3 ] {30a5f120-d24d-446b-8ff2-e3cbea7b49c6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
387 | 2024.08.22 02:18:01.578253 [ 3 ] {30a5f120-d24d-446b-8ff2-e3cbea7b49c6} <Debug> oximeter.measurements_i64 (e717f8f5-cb28-4a40-9a81-0c11087f0caa): Loading data parts | ||
388 | 2024.08.22 02:18:01.578423 [ 3 ] {30a5f120-d24d-446b-8ff2-e3cbea7b49c6} <Debug> oximeter.measurements_i64 (e717f8f5-cb28-4a40-9a81-0c11087f0caa): There are no data parts | ||
389 | 2024.08.22 02:18:01.580123 [ 3 ] {30a5f120-d24d-446b-8ff2-e3cbea7b49c6} <Debug> DynamicQueryHandler: Done processing query | ||
390 | 2024.08.22 02:18:01.580173 [ 3 ] {} <Debug> HTTP-Session: aa69d8d3-33c0-4268-bd74-07b8e122e345 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
391 | 2024.08.22 02:18:01.580312 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36877, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
392 | 2024.08.22 02:18:01.580388 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
393 | 2024.08.22 02:18:01.580412 [ 3 ] {} <Debug> HTTP-Session: 1aedfc0e-abac-4f28-b377-a8e82ecb20a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:36877 | ||
394 | 2024.08.22 02:18:01.580441 [ 3 ] {} <Debug> HTTP-Session: 1aedfc0e-abac-4f28-b377-a8e82ecb20a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
395 | 2024.08.22 02:18:01.580458 [ 3 ] {} <Debug> HTTP-Session: 1aedfc0e-abac-4f28-b377-a8e82ecb20a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
396 | 2024.08.22 02:18:01.580503 [ 3 ] {} <Trace> HTTP-Session: 1aedfc0e-abac-4f28-b377-a8e82ecb20a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
397 | 2024.08.22 02:18:01.580726 [ 3 ] {6e0470b7-cd8e-4290-841b-0b19f38aa556} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36877) 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.08.22 02:18:01.580788 [ 3 ] {6e0470b7-cd8e-4290-841b-0b19f38aa556} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
399 | 2024.08.22 02:18:01.582413 [ 3 ] {6e0470b7-cd8e-4290-841b-0b19f38aa556} <Debug> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Loading data parts | ||
400 | 2024.08.22 02:18:01.582619 [ 3 ] {6e0470b7-cd8e-4290-841b-0b19f38aa556} <Debug> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): There are no data parts | ||
401 | 2024.08.22 02:18:01.584057 [ 3 ] {6e0470b7-cd8e-4290-841b-0b19f38aa556} <Debug> DynamicQueryHandler: Done processing query | ||
402 | 2024.08.22 02:18:01.584108 [ 3 ] {} <Debug> HTTP-Session: 1aedfc0e-abac-4f28-b377-a8e82ecb20a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
403 | 2024.08.22 02:18:01.584235 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36877, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
404 | 2024.08.22 02:18:01.584284 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
405 | 2024.08.22 02:18:01.584313 [ 3 ] {} <Debug> HTTP-Session: adf6881a-6bcf-46b5-b24c-f18114a33b59 Authenticating user 'default' from [fd00:1122:3344:101::d]:36877 | ||
406 | 2024.08.22 02:18:01.584338 [ 3 ] {} <Debug> HTTP-Session: adf6881a-6bcf-46b5-b24c-f18114a33b59 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
407 | 2024.08.22 02:18:01.584353 [ 3 ] {} <Debug> HTTP-Session: adf6881a-6bcf-46b5-b24c-f18114a33b59 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
408 | 2024.08.22 02:18:01.584391 [ 3 ] {} <Trace> HTTP-Session: adf6881a-6bcf-46b5-b24c-f18114a33b59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
409 | 2024.08.22 02:18:01.584627 [ 3 ] {eedfbf5b-fc85-467c-b819-4678333fae32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36877) 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.08.22 02:18:01.584737 [ 3 ] {eedfbf5b-fc85-467c-b819-4678333fae32} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
411 | 2024.08.22 02:18:01.586346 [ 3 ] {eedfbf5b-fc85-467c-b819-4678333fae32} <Debug> oximeter.measurements_f32 (5050cbc6-283e-4548-a9cc-ebea155cbc23): Loading data parts | ||
412 | 2024.08.22 02:18:01.586524 [ 3 ] {eedfbf5b-fc85-467c-b819-4678333fae32} <Debug> oximeter.measurements_f32 (5050cbc6-283e-4548-a9cc-ebea155cbc23): There are no data parts | ||
413 | 2024.08.22 02:18:01.587937 [ 3 ] {eedfbf5b-fc85-467c-b819-4678333fae32} <Debug> DynamicQueryHandler: Done processing query | ||
414 | 2024.08.22 02:18:01.587971 [ 3 ] {} <Debug> HTTP-Session: adf6881a-6bcf-46b5-b24c-f18114a33b59 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
415 | 2024.08.22 02:18:01.588137 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36877, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
416 | 2024.08.22 02:18:01.588222 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
417 | 2024.08.22 02:18:01.588244 [ 3 ] {} <Debug> HTTP-Session: 546226b0-946b-4018-903b-d515e31662b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:36877 | ||
418 | 2024.08.22 02:18:01.588274 [ 3 ] {} <Debug> HTTP-Session: 546226b0-946b-4018-903b-d515e31662b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
419 | 2024.08.22 02:18:01.588301 [ 3 ] {} <Debug> HTTP-Session: 546226b0-946b-4018-903b-d515e31662b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
420 | 2024.08.22 02:18:01.588342 [ 3 ] {} <Trace> HTTP-Session: 546226b0-946b-4018-903b-d515e31662b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
421 | 2024.08.22 02:18:01.588558 [ 3 ] {d21c57f6-fe9a-4968-a307-f7b339672135} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36877) 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.08.22 02:18:01.588625 [ 3 ] {d21c57f6-fe9a-4968-a307-f7b339672135} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
423 | 2024.08.22 02:18:01.590364 [ 3 ] {d21c57f6-fe9a-4968-a307-f7b339672135} <Debug> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7): Loading data parts | ||
424 | 2024.08.22 02:18:01.590530 [ 3 ] {d21c57f6-fe9a-4968-a307-f7b339672135} <Debug> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7): There are no data parts | ||
425 | 2024.08.22 02:18:01.591813 [ 3 ] {d21c57f6-fe9a-4968-a307-f7b339672135} <Debug> DynamicQueryHandler: Done processing query | ||
426 | 2024.08.22 02:18:01.591852 [ 3 ] {} <Debug> HTTP-Session: 546226b0-946b-4018-903b-d515e31662b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
427 | 2024.08.22 02:18:01.591996 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36877, User-Agent: (none), Length: 298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
428 | 2024.08.22 02:18:01.592054 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
429 | 2024.08.22 02:18:01.592073 [ 3 ] {} <Debug> HTTP-Session: cf9876f1-b5ba-4249-820f-431b11dbda59 Authenticating user 'default' from [fd00:1122:3344:101::d]:36877 | ||
430 | 2024.08.22 02:18:01.592102 [ 3 ] {} <Debug> HTTP-Session: cf9876f1-b5ba-4249-820f-431b11dbda59 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
431 | 2024.08.22 02:18:01.592115 [ 3 ] {} <Debug> HTTP-Session: cf9876f1-b5ba-4249-820f-431b11dbda59 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
432 | 2024.08.22 02:18:01.592150 [ 3 ] {} <Trace> HTTP-Session: cf9876f1-b5ba-4249-820f-431b11dbda59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
433 | 2024.08.22 02:18:01.592337 [ 3 ] {85ef20f3-4051-40c2-899c-ad0bfdd2f50a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36877) 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.08.22 02:18:01.592397 [ 3 ] {85ef20f3-4051-40c2-899c-ad0bfdd2f50a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
435 | 2024.08.22 02:18:01.594267 [ 3 ] {85ef20f3-4051-40c2-899c-ad0bfdd2f50a} <Debug> oximeter.measurements_string (18104a16-1000-4112-9a95-60a99591a35e): Loading data parts | ||
436 | 2024.08.22 02:18:01.594445 [ 3 ] {85ef20f3-4051-40c2-899c-ad0bfdd2f50a} <Debug> oximeter.measurements_string (18104a16-1000-4112-9a95-60a99591a35e): There are no data parts | ||
437 | 2024.08.22 02:18:01.595791 [ 3 ] {85ef20f3-4051-40c2-899c-ad0bfdd2f50a} <Debug> DynamicQueryHandler: Done processing query | ||
438 | 2024.08.22 02:18:01.595816 [ 3 ] {} <Debug> HTTP-Session: cf9876f1-b5ba-4249-820f-431b11dbda59 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
439 | 2024.08.22 02:18:01.595960 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36877, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
440 | 2024.08.22 02:18:01.596019 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
441 | 2024.08.22 02:18:01.596038 [ 3 ] {} <Debug> HTTP-Session: 1769ae1a-4be4-49bc-a1c1-f8a55e6eb7a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:36877 | ||
442 | 2024.08.22 02:18:01.596062 [ 3 ] {} <Debug> HTTP-Session: 1769ae1a-4be4-49bc-a1c1-f8a55e6eb7a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
443 | 2024.08.22 02:18:01.596087 [ 3 ] {} <Debug> HTTP-Session: 1769ae1a-4be4-49bc-a1c1-f8a55e6eb7a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
444 | 2024.08.22 02:18:01.596117 [ 3 ] {} <Trace> HTTP-Session: 1769ae1a-4be4-49bc-a1c1-f8a55e6eb7a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
445 | 2024.08.22 02:18:01.596299 [ 3 ] {5b3de799-eda8-460b-a186-6ebc980da5bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36877) 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.08.22 02:18:01.596365 [ 3 ] {5b3de799-eda8-460b-a186-6ebc980da5bc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
454 | 2024.08.22 02:18:01.598012 [ 3 ] {5b3de799-eda8-460b-a186-6ebc980da5bc} <Debug> oximeter.measurements_bytes (7e977e72-bcab-4287-b38e-697670c3771e): Loading data parts | ||
455 | 2024.08.22 02:18:01.598175 [ 3 ] {5b3de799-eda8-460b-a186-6ebc980da5bc} <Debug> oximeter.measurements_bytes (7e977e72-bcab-4287-b38e-697670c3771e): There are no data parts | ||
456 | 2024.08.22 02:18:01.599402 [ 3 ] {5b3de799-eda8-460b-a186-6ebc980da5bc} <Debug> DynamicQueryHandler: Done processing query | ||
457 | 2024.08.22 02:18:01.599427 [ 3 ] {} <Debug> HTTP-Session: 1769ae1a-4be4-49bc-a1c1-f8a55e6eb7a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
458 | 2024.08.22 02:18:01.599547 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36877, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
459 | 2024.08.22 02:18:01.599611 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
460 | 2024.08.22 02:18:01.599630 [ 3 ] {} <Debug> HTTP-Session: 36173570-8942-4c61-8626-059f6db4f8ab Authenticating user 'default' from [fd00:1122:3344:101::d]:36877 | ||
461 | 2024.08.22 02:18:01.599654 [ 3 ] {} <Debug> HTTP-Session: 36173570-8942-4c61-8626-059f6db4f8ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
462 | 2024.08.22 02:18:01.599674 [ 3 ] {} <Debug> HTTP-Session: 36173570-8942-4c61-8626-059f6db4f8ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
463 | 2024.08.22 02:18:01.599703 [ 3 ] {} <Trace> HTTP-Session: 36173570-8942-4c61-8626-059f6db4f8ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
464 | 2024.08.22 02:18:01.599896 [ 3 ] {ad7023ac-8352-4432-aab7-d13dce4acaea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36877) 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.08.22 02:18:01.599953 [ 3 ] {ad7023ac-8352-4432-aab7-d13dce4acaea} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
466 | 2024.08.22 02:18:01.601637 [ 3 ] {ad7023ac-8352-4432-aab7-d13dce4acaea} <Debug> oximeter.measurements_cumulativei64 (43a931b9-99e4-40b0-9135-a4012af05a9c): Loading data parts | ||
467 | 2024.08.22 02:18:01.601813 [ 3 ] {ad7023ac-8352-4432-aab7-d13dce4acaea} <Debug> oximeter.measurements_cumulativei64 (43a931b9-99e4-40b0-9135-a4012af05a9c): There are no data parts | ||
468 | 2024.08.22 02:18:01.603055 [ 3 ] {ad7023ac-8352-4432-aab7-d13dce4acaea} <Debug> DynamicQueryHandler: Done processing query | ||
469 | 2024.08.22 02:18:01.603100 [ 3 ] {} <Debug> HTTP-Session: 36173570-8942-4c61-8626-059f6db4f8ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
470 | 2024.08.22 02:18:01.603222 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36877, User-Agent: (none), Length: 354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
471 | 2024.08.22 02:18:01.603291 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
472 | 2024.08.22 02:18:01.603309 [ 3 ] {} <Debug> HTTP-Session: 13d098b0-184a-4df8-8c52-66ada1a4fb74 Authenticating user 'default' from [fd00:1122:3344:101::d]:36877 | ||
473 | 2024.08.22 02:18:01.603325 [ 3 ] {} <Debug> HTTP-Session: 13d098b0-184a-4df8-8c52-66ada1a4fb74 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
474 | 2024.08.22 02:18:01.603348 [ 3 ] {} <Debug> HTTP-Session: 13d098b0-184a-4df8-8c52-66ada1a4fb74 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
475 | 2024.08.22 02:18:01.603383 [ 3 ] {} <Trace> HTTP-Session: 13d098b0-184a-4df8-8c52-66ada1a4fb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
476 | 2024.08.22 02:18:01.603566 [ 3 ] {bb68ec68-3138-449b-a02a-31cb7ea62188} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36877) 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.08.22 02:18:01.603622 [ 3 ] {bb68ec68-3138-449b-a02a-31cb7ea62188} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
478 | 2024.08.22 02:18:01.605319 [ 3 ] {bb68ec68-3138-449b-a02a-31cb7ea62188} <Debug> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Loading data parts | ||
479 | 2024.08.22 02:18:01.605487 [ 3 ] {bb68ec68-3138-449b-a02a-31cb7ea62188} <Debug> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): There are no data parts | ||
480 | 2024.08.22 02:18:01.606722 [ 3 ] {bb68ec68-3138-449b-a02a-31cb7ea62188} <Debug> DynamicQueryHandler: Done processing query | ||
481 | 2024.08.22 02:18:01.606747 [ 3 ] {} <Debug> HTTP-Session: 13d098b0-184a-4df8-8c52-66ada1a4fb74 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
482 | 2024.08.22 02:18:01.606869 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36877, User-Agent: (none), Length: 355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
483 | 2024.08.22 02:18:01.606921 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
484 | 2024.08.22 02:18:01.606939 [ 3 ] {} <Debug> HTTP-Session: 3c2408cf-87ec-4f4a-bd46-0bed9356c04c Authenticating user 'default' from [fd00:1122:3344:101::d]:36877 | ||
485 | 2024.08.22 02:18:01.606960 [ 3 ] {} <Debug> HTTP-Session: 3c2408cf-87ec-4f4a-bd46-0bed9356c04c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
486 | 2024.08.22 02:18:01.606978 [ 3 ] {} <Debug> HTTP-Session: 3c2408cf-87ec-4f4a-bd46-0bed9356c04c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
487 | 2024.08.22 02:18:01.607007 [ 3 ] {} <Trace> HTTP-Session: 3c2408cf-87ec-4f4a-bd46-0bed9356c04c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
488 | 2024.08.22 02:18:01.607190 [ 3 ] {f91d5227-17fc-459d-8f4b-37dab03ec651} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36877) 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.08.22 02:18:01.607255 [ 3 ] {f91d5227-17fc-459d-8f4b-37dab03ec651} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
490 | 2024.08.22 02:18:01.608959 [ 3 ] {f91d5227-17fc-459d-8f4b-37dab03ec651} <Debug> oximeter.measurements_cumulativef32 (2a4487ef-fe6b-4eaf-93df-7c05dfc1492f): Loading data parts | ||
491 | 2024.08.22 02:18:01.609126 [ 3 ] {f91d5227-17fc-459d-8f4b-37dab03ec651} <Debug> oximeter.measurements_cumulativef32 (2a4487ef-fe6b-4eaf-93df-7c05dfc1492f): There are no data parts | ||
492 | 2024.08.22 02:18:01.610394 [ 3 ] {f91d5227-17fc-459d-8f4b-37dab03ec651} <Debug> DynamicQueryHandler: Done processing query | ||
493 | 2024.08.22 02:18:01.610427 [ 3 ] {} <Debug> HTTP-Session: 3c2408cf-87ec-4f4a-bd46-0bed9356c04c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
494 | 2024.08.22 02:18:01.610542 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36877, User-Agent: (none), Length: 356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
495 | 2024.08.22 02:18:01.610595 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
496 | 2024.08.22 02:18:01.610619 [ 3 ] {} <Debug> HTTP-Session: 5f5196bf-0d2d-4ba5-8341-7c1b1545437c Authenticating user 'default' from [fd00:1122:3344:101::d]:36877 | ||
497 | 2024.08.22 02:18:01.610635 [ 3 ] {} <Debug> HTTP-Session: 5f5196bf-0d2d-4ba5-8341-7c1b1545437c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
498 | 2024.08.22 02:18:01.610654 [ 3 ] {} <Debug> HTTP-Session: 5f5196bf-0d2d-4ba5-8341-7c1b1545437c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
499 | 2024.08.22 02:18:01.610688 [ 3 ] {} <Trace> HTTP-Session: 5f5196bf-0d2d-4ba5-8341-7c1b1545437c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
500 | 2024.08.22 02:18:01.610882 [ 3 ] {ae808563-7c1a-4bb3-842e-5760b52cdd15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36877) 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.08.22 02:18:01.610938 [ 3 ] {ae808563-7c1a-4bb3-842e-5760b52cdd15} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
502 | 2024.08.22 02:18:01.612722 [ 3 ] {ae808563-7c1a-4bb3-842e-5760b52cdd15} <Debug> oximeter.measurements_cumulativef64 (987619e6-187e-4034-9273-ab55314829d0): Loading data parts | ||
503 | 2024.08.22 02:18:01.612881 [ 3 ] {ae808563-7c1a-4bb3-842e-5760b52cdd15} <Debug> oximeter.measurements_cumulativef64 (987619e6-187e-4034-9273-ab55314829d0): There are no data parts | ||
504 | 2024.08.22 02:18:01.614066 [ 3 ] {ae808563-7c1a-4bb3-842e-5760b52cdd15} <Debug> DynamicQueryHandler: Done processing query | ||
505 | 2024.08.22 02:18:01.614091 [ 3 ] {} <Debug> HTTP-Session: 5f5196bf-0d2d-4ba5-8341-7c1b1545437c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
506 | 2024.08.22 02:18:01.614200 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36877, User-Agent: (none), Length: 1300, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
507 | 2024.08.22 02:18:01.614259 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
508 | 2024.08.22 02:18:01.614278 [ 3 ] {} <Debug> HTTP-Session: e30220be-fade-4247-aae6-c57548b48a08 Authenticating user 'default' from [fd00:1122:3344:101::d]:36877 | ||
509 | 2024.08.22 02:18:01.614299 [ 3 ] {} <Debug> HTTP-Session: e30220be-fade-4247-aae6-c57548b48a08 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
510 | 2024.08.22 02:18:01.614325 [ 3 ] {} <Debug> HTTP-Session: e30220be-fade-4247-aae6-c57548b48a08 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
511 | 2024.08.22 02:18:01.614355 [ 3 ] {} <Trace> HTTP-Session: e30220be-fade-4247-aae6-c57548b48a08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
512 | 2024.08.22 02:18:01.614605 [ 3 ] {2377e872-ab8a-487a-9b12-7a0abe8eb833} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36877) 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.08.22 02:18:01.614676 [ 3 ] {2377e872-ab8a-487a-9b12-7a0abe8eb833} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
524 | 2024.08.22 02:18:01.616628 [ 3 ] {2377e872-ab8a-487a-9b12-7a0abe8eb833} <Debug> oximeter.measurements_histogrami8 (ab330284-1f75-4818-bccc-69d5d06301e2): Loading data parts | ||
525 | 2024.08.22 02:18:01.616802 [ 3 ] {2377e872-ab8a-487a-9b12-7a0abe8eb833} <Debug> oximeter.measurements_histogrami8 (ab330284-1f75-4818-bccc-69d5d06301e2): There are no data parts | ||
526 | 2024.08.22 02:18:01.618008 [ 3 ] {2377e872-ab8a-487a-9b12-7a0abe8eb833} <Debug> DynamicQueryHandler: Done processing query | ||
527 | 2024.08.22 02:18:01.618042 [ 3 ] {} <Debug> HTTP-Session: e30220be-fade-4247-aae6-c57548b48a08 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
528 | 2024.08.22 02:18:01.618170 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36877, User-Agent: (none), Length: 839, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
529 | 2024.08.22 02:18:01.618217 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
530 | 2024.08.22 02:18:01.618243 [ 3 ] {} <Debug> HTTP-Session: 3b022d00-64dd-4d7d-ac78-35206e75d739 Authenticating user 'default' from [fd00:1122:3344:101::d]:36877 | ||
531 | 2024.08.22 02:18:01.618265 [ 3 ] {} <Debug> HTTP-Session: 3b022d00-64dd-4d7d-ac78-35206e75d739 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
532 | 2024.08.22 02:18:01.618278 [ 3 ] {} <Debug> HTTP-Session: 3b022d00-64dd-4d7d-ac78-35206e75d739 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
533 | 2024.08.22 02:18:01.618312 [ 3 ] {} <Trace> HTTP-Session: 3b022d00-64dd-4d7d-ac78-35206e75d739 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
534 | 2024.08.22 02:18:01.618563 [ 3 ] {6686d913-6c4b-425d-90f8-7877852c3343} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36877) 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.08.22 02:18:01.618635 [ 3 ] {6686d913-6c4b-425d-90f8-7877852c3343} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
536 | 2024.08.22 02:18:01.620559 [ 3 ] {6686d913-6c4b-425d-90f8-7877852c3343} <Debug> oximeter.measurements_histogramu8 (574ff349-8eac-4da2-89b0-a042315ab911): Loading data parts | ||
537 | 2024.08.22 02:18:01.620734 [ 3 ] {6686d913-6c4b-425d-90f8-7877852c3343} <Debug> oximeter.measurements_histogramu8 (574ff349-8eac-4da2-89b0-a042315ab911): There are no data parts | ||
538 | 2024.08.22 02:18:01.622012 [ 3 ] {6686d913-6c4b-425d-90f8-7877852c3343} <Debug> DynamicQueryHandler: Done processing query | ||
539 | 2024.08.22 02:18:01.622037 [ 3 ] {} <Debug> HTTP-Session: 3b022d00-64dd-4d7d-ac78-35206e75d739 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
540 | 2024.08.22 02:18:01.622142 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36877, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
541 | 2024.08.22 02:18:01.622202 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
542 | 2024.08.22 02:18:01.622221 [ 3 ] {} <Debug> HTTP-Session: 72269b40-3ac3-4c79-b85a-b6bb2352e6ac Authenticating user 'default' from [fd00:1122:3344:101::d]:36877 | ||
543 | 2024.08.22 02:18:01.622242 [ 3 ] {} <Debug> HTTP-Session: 72269b40-3ac3-4c79-b85a-b6bb2352e6ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
544 | 2024.08.22 02:18:01.622255 [ 3 ] {} <Debug> HTTP-Session: 72269b40-3ac3-4c79-b85a-b6bb2352e6ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
545 | 2024.08.22 02:18:01.622297 [ 3 ] {} <Trace> HTTP-Session: 72269b40-3ac3-4c79-b85a-b6bb2352e6ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
546 | 2024.08.22 02:18:01.622547 [ 3 ] {f7436f84-73e0-45fc-9d7a-4b71db384c04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36877) 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.08.22 02:18:01.622611 [ 3 ] {f7436f84-73e0-45fc-9d7a-4b71db384c04} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
548 | 2024.08.22 02:18:01.624553 [ 3 ] {f7436f84-73e0-45fc-9d7a-4b71db384c04} <Debug> oximeter.measurements_histogrami16 (d6a30b22-72da-469c-accd-3f053ae6d528): Loading data parts | ||
549 | 2024.08.22 02:18:01.624716 [ 3 ] {f7436f84-73e0-45fc-9d7a-4b71db384c04} <Debug> oximeter.measurements_histogrami16 (d6a30b22-72da-469c-accd-3f053ae6d528): There are no data parts | ||
550 | 2024.08.22 02:18:01.625986 [ 3 ] {f7436f84-73e0-45fc-9d7a-4b71db384c04} <Debug> DynamicQueryHandler: Done processing query | ||
551 | 2024.08.22 02:18:01.626019 [ 3 ] {} <Debug> HTTP-Session: 72269b40-3ac3-4c79-b85a-b6bb2352e6ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
552 | 2024.08.22 02:18:01.626147 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36877, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
553 | 2024.08.22 02:18:01.626195 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
554 | 2024.08.22 02:18:01.626219 [ 3 ] {} <Debug> HTTP-Session: 9fac6eae-2309-4666-b58d-078a541bcda8 Authenticating user 'default' from [fd00:1122:3344:101::d]:36877 | ||
555 | 2024.08.22 02:18:01.626247 [ 3 ] {} <Debug> HTTP-Session: 9fac6eae-2309-4666-b58d-078a541bcda8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
556 | 2024.08.22 02:18:01.626261 [ 3 ] {} <Debug> HTTP-Session: 9fac6eae-2309-4666-b58d-078a541bcda8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
557 | 2024.08.22 02:18:01.626296 [ 3 ] {} <Trace> HTTP-Session: 9fac6eae-2309-4666-b58d-078a541bcda8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
558 | 2024.08.22 02:18:01.626544 [ 3 ] {aefa1fbb-9518-4727-a85c-2919282505a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36877) 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.08.22 02:18:01.626608 [ 3 ] {aefa1fbb-9518-4727-a85c-2919282505a1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
560 | 2024.08.22 02:18:01.628510 [ 3 ] {aefa1fbb-9518-4727-a85c-2919282505a1} <Debug> oximeter.measurements_histogramu16 (091cc903-8ffd-43e2-9bc3-dbee73860f65): Loading data parts | ||
561 | 2024.08.22 02:18:01.628678 [ 3 ] {aefa1fbb-9518-4727-a85c-2919282505a1} <Debug> oximeter.measurements_histogramu16 (091cc903-8ffd-43e2-9bc3-dbee73860f65): There are no data parts | ||
562 | 2024.08.22 02:18:01.629955 [ 3 ] {aefa1fbb-9518-4727-a85c-2919282505a1} <Debug> DynamicQueryHandler: Done processing query | ||
563 | 2024.08.22 02:18:01.629980 [ 3 ] {} <Debug> HTTP-Session: 9fac6eae-2309-4666-b58d-078a541bcda8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
564 | 2024.08.22 02:18:01.630113 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36877, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
565 | 2024.08.22 02:18:01.630167 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
566 | 2024.08.22 02:18:01.630185 [ 3 ] {} <Debug> HTTP-Session: 706e6841-198b-4520-8987-0ac78a7dcffa Authenticating user 'default' from [fd00:1122:3344:101::d]:36877 | ||
567 | 2024.08.22 02:18:01.630206 [ 3 ] {} <Debug> HTTP-Session: 706e6841-198b-4520-8987-0ac78a7dcffa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
568 | 2024.08.22 02:18:01.630225 [ 3 ] {} <Debug> HTTP-Session: 706e6841-198b-4520-8987-0ac78a7dcffa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
569 | 2024.08.22 02:18:01.630254 [ 3 ] {} <Trace> HTTP-Session: 706e6841-198b-4520-8987-0ac78a7dcffa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
570 | 2024.08.22 02:18:01.630503 [ 3 ] {5fb4c449-438e-47d1-b9d0-4de5e59026f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36877) 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.08.22 02:18:01.630580 [ 3 ] {5fb4c449-438e-47d1-b9d0-4de5e59026f3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
572 | 2024.08.22 02:18:01.632540 [ 3 ] {5fb4c449-438e-47d1-b9d0-4de5e59026f3} <Debug> oximeter.measurements_histogrami32 (46af632a-b4f3-4b5d-a6d7-3501ac4e1016): Loading data parts | ||
573 | 2024.08.22 02:18:01.632712 [ 3 ] {5fb4c449-438e-47d1-b9d0-4de5e59026f3} <Debug> oximeter.measurements_histogrami32 (46af632a-b4f3-4b5d-a6d7-3501ac4e1016): There are no data parts | ||
574 | 2024.08.22 02:18:01.633971 [ 3 ] {5fb4c449-438e-47d1-b9d0-4de5e59026f3} <Debug> DynamicQueryHandler: Done processing query | ||
575 | 2024.08.22 02:18:01.633996 [ 3 ] {} <Debug> HTTP-Session: 706e6841-198b-4520-8987-0ac78a7dcffa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
576 | 2024.08.22 02:18:01.634128 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36877, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
577 | 2024.08.22 02:18:01.634182 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
578 | 2024.08.22 02:18:01.634201 [ 3 ] {} <Debug> HTTP-Session: daf1dabd-1e49-482d-bcd6-f869c92e32ea Authenticating user 'default' from [fd00:1122:3344:101::d]:36877 | ||
579 | 2024.08.22 02:18:01.634235 [ 3 ] {} <Debug> HTTP-Session: daf1dabd-1e49-482d-bcd6-f869c92e32ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
580 | 2024.08.22 02:18:01.634248 [ 3 ] {} <Debug> HTTP-Session: daf1dabd-1e49-482d-bcd6-f869c92e32ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
581 | 2024.08.22 02:18:01.634283 [ 3 ] {} <Trace> HTTP-Session: daf1dabd-1e49-482d-bcd6-f869c92e32ea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
582 | 2024.08.22 02:18:01.634529 [ 3 ] {95d3f2b3-4825-4e14-96ad-62c9c5cae9c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36877) 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.08.22 02:18:01.634594 [ 3 ] {95d3f2b3-4825-4e14-96ad-62c9c5cae9c3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
584 | 2024.08.22 02:18:01.636503 [ 3 ] {95d3f2b3-4825-4e14-96ad-62c9c5cae9c3} <Debug> oximeter.measurements_histogramu32 (36eb7446-9dde-4b5d-b6e1-e31c4cce0d34): Loading data parts | ||
585 | 2024.08.22 02:18:01.636670 [ 3 ] {95d3f2b3-4825-4e14-96ad-62c9c5cae9c3} <Debug> oximeter.measurements_histogramu32 (36eb7446-9dde-4b5d-b6e1-e31c4cce0d34): There are no data parts | ||
586 | 2024.08.22 02:18:01.637951 [ 3 ] {95d3f2b3-4825-4e14-96ad-62c9c5cae9c3} <Debug> DynamicQueryHandler: Done processing query | ||
587 | 2024.08.22 02:18:01.637976 [ 3 ] {} <Debug> HTTP-Session: daf1dabd-1e49-482d-bcd6-f869c92e32ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
588 | 2024.08.22 02:18:01.638120 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36877, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
589 | 2024.08.22 02:18:01.638182 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
590 | 2024.08.22 02:18:01.638200 [ 3 ] {} <Debug> HTTP-Session: b6dc26c4-f480-4208-bd7d-afd8b99654d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:36877 | ||
591 | 2024.08.22 02:18:01.638222 [ 3 ] {} <Debug> HTTP-Session: b6dc26c4-f480-4208-bd7d-afd8b99654d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
592 | 2024.08.22 02:18:01.638241 [ 3 ] {} <Debug> HTTP-Session: b6dc26c4-f480-4208-bd7d-afd8b99654d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
593 | 2024.08.22 02:18:01.638270 [ 3 ] {} <Trace> HTTP-Session: b6dc26c4-f480-4208-bd7d-afd8b99654d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
594 | 2024.08.22 02:18:01.638517 [ 3 ] {2c566a39-57a2-481c-b63e-54035dce65ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36877) 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.08.22 02:18:01.638585 [ 3 ] {2c566a39-57a2-481c-b63e-54035dce65ba} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
596 | 2024.08.22 02:18:01.640496 [ 3 ] {2c566a39-57a2-481c-b63e-54035dce65ba} <Debug> oximeter.measurements_histogrami64 (5c4ad000-eb37-42a5-9c88-3fa7a6c3ba19): Loading data parts | ||
597 | 2024.08.22 02:18:01.640665 [ 3 ] {2c566a39-57a2-481c-b63e-54035dce65ba} <Debug> oximeter.measurements_histogrami64 (5c4ad000-eb37-42a5-9c88-3fa7a6c3ba19): There are no data parts | ||
598 | 2024.08.22 02:18:01.641871 [ 3 ] {2c566a39-57a2-481c-b63e-54035dce65ba} <Debug> DynamicQueryHandler: Done processing query | ||
599 | 2024.08.22 02:18:01.641896 [ 3 ] {} <Debug> HTTP-Session: b6dc26c4-f480-4208-bd7d-afd8b99654d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
600 | 2024.08.22 02:18:01.642002 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36877, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
601 | 2024.08.22 02:18:01.642057 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
602 | 2024.08.22 02:18:01.642076 [ 3 ] {} <Debug> HTTP-Session: c21731d3-bc62-4002-a1f3-4fcb305e0012 Authenticating user 'default' from [fd00:1122:3344:101::d]:36877 | ||
603 | 2024.08.22 02:18:01.642098 [ 3 ] {} <Debug> HTTP-Session: c21731d3-bc62-4002-a1f3-4fcb305e0012 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
604 | 2024.08.22 02:18:01.642117 [ 3 ] {} <Debug> HTTP-Session: c21731d3-bc62-4002-a1f3-4fcb305e0012 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
605 | 2024.08.22 02:18:01.642147 [ 3 ] {} <Trace> HTTP-Session: c21731d3-bc62-4002-a1f3-4fcb305e0012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
606 | 2024.08.22 02:18:01.642402 [ 3 ] {4f8d8fcb-994a-4162-96bd-bfd00c663d61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36877) 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.08.22 02:18:01.642475 [ 3 ] {4f8d8fcb-994a-4162-96bd-bfd00c663d61} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
608 | 2024.08.22 02:18:01.644398 [ 3 ] {4f8d8fcb-994a-4162-96bd-bfd00c663d61} <Debug> oximeter.measurements_histogramu64 (a2909d7b-2631-44d1-9db1-50116542d3bd): Loading data parts | ||
609 | 2024.08.22 02:18:01.644544 [ 3 ] {4f8d8fcb-994a-4162-96bd-bfd00c663d61} <Debug> oximeter.measurements_histogramu64 (a2909d7b-2631-44d1-9db1-50116542d3bd): There are no data parts | ||
610 | 2024.08.22 02:18:01.645832 [ 3 ] {4f8d8fcb-994a-4162-96bd-bfd00c663d61} <Debug> DynamicQueryHandler: Done processing query | ||
611 | 2024.08.22 02:18:01.645857 [ 3 ] {} <Debug> HTTP-Session: c21731d3-bc62-4002-a1f3-4fcb305e0012 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
612 | 2024.08.22 02:18:01.645968 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36877, User-Agent: (none), Length: 848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
613 | 2024.08.22 02:18:01.646030 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
614 | 2024.08.22 02:18:01.646048 [ 3 ] {} <Debug> HTTP-Session: 299b7a88-7100-42c4-a58b-30f4017e9446 Authenticating user 'default' from [fd00:1122:3344:101::d]:36877 | ||
615 | 2024.08.22 02:18:01.646071 [ 3 ] {} <Debug> HTTP-Session: 299b7a88-7100-42c4-a58b-30f4017e9446 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
616 | 2024.08.22 02:18:01.646090 [ 3 ] {} <Debug> HTTP-Session: 299b7a88-7100-42c4-a58b-30f4017e9446 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
617 | 2024.08.22 02:18:01.646120 [ 3 ] {} <Trace> HTTP-Session: 299b7a88-7100-42c4-a58b-30f4017e9446 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
618 | 2024.08.22 02:18:01.646370 [ 3 ] {8fb01848-45aa-4097-89e3-50119dcf6927} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36877) 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.08.22 02:18:01.646436 [ 3 ] {8fb01848-45aa-4097-89e3-50119dcf6927} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
620 | 2024.08.22 02:18:01.648392 [ 3 ] {8fb01848-45aa-4097-89e3-50119dcf6927} <Debug> oximeter.measurements_histogramf32 (05a8f63a-9016-41ee-ae68-848718c50205): Loading data parts | ||
621 | 2024.08.22 02:18:01.648546 [ 3 ] {8fb01848-45aa-4097-89e3-50119dcf6927} <Debug> oximeter.measurements_histogramf32 (05a8f63a-9016-41ee-ae68-848718c50205): There are no data parts | ||
622 | 2024.08.22 02:18:01.649763 [ 3 ] {8fb01848-45aa-4097-89e3-50119dcf6927} <Debug> DynamicQueryHandler: Done processing query | ||
623 | 2024.08.22 02:18:01.649804 [ 3 ] {} <Debug> HTTP-Session: 299b7a88-7100-42c4-a58b-30f4017e9446 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
624 | 2024.08.22 02:18:01.649915 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36877, User-Agent: (none), Length: 848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
625 | 2024.08.22 02:18:01.649969 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
626 | 2024.08.22 02:18:01.649995 [ 3 ] {} <Debug> HTTP-Session: e0e9fe99-7bc9-4c3d-a460-15843f7e607d Authenticating user 'default' from [fd00:1122:3344:101::d]:36877 | ||
627 | 2024.08.22 02:18:01.650011 [ 3 ] {} <Debug> HTTP-Session: e0e9fe99-7bc9-4c3d-a460-15843f7e607d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
628 | 2024.08.22 02:18:01.650032 [ 3 ] {} <Debug> HTTP-Session: e0e9fe99-7bc9-4c3d-a460-15843f7e607d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
629 | 2024.08.22 02:18:01.650071 [ 3 ] {} <Trace> HTTP-Session: e0e9fe99-7bc9-4c3d-a460-15843f7e607d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
630 | 2024.08.22 02:18:01.650316 [ 3 ] {f0d49d69-2e7e-40fe-9b5b-e3ce83bc8e35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36877) 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.08.22 02:18:01.650383 [ 3 ] {f0d49d69-2e7e-40fe-9b5b-e3ce83bc8e35} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
632 | 2024.08.22 02:18:01.652300 [ 3 ] {f0d49d69-2e7e-40fe-9b5b-e3ce83bc8e35} <Debug> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Loading data parts | ||
633 | 2024.08.22 02:18:01.652453 [ 3 ] {f0d49d69-2e7e-40fe-9b5b-e3ce83bc8e35} <Debug> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): There are no data parts | ||
634 | 2024.08.22 02:18:01.653690 [ 3 ] {f0d49d69-2e7e-40fe-9b5b-e3ce83bc8e35} <Debug> DynamicQueryHandler: Done processing query | ||
635 | 2024.08.22 02:18:01.653715 [ 3 ] {} <Debug> HTTP-Session: e0e9fe99-7bc9-4c3d-a460-15843f7e607d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
636 | 2024.08.22 02:18:01.653831 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36877, User-Agent: (none), Length: 1762, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
637 | 2024.08.22 02:18:01.653885 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
638 | 2024.08.22 02:18:01.653910 [ 3 ] {} <Debug> HTTP-Session: cd7bf57f-6449-4ef1-b06a-8e868a6ac945 Authenticating user 'default' from [fd00:1122:3344:101::d]:36877 | ||
639 | 2024.08.22 02:18:01.653926 [ 3 ] {} <Debug> HTTP-Session: cd7bf57f-6449-4ef1-b06a-8e868a6ac945 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
640 | 2024.08.22 02:18:01.653958 [ 3 ] {} <Debug> HTTP-Session: cd7bf57f-6449-4ef1-b06a-8e868a6ac945 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
641 | 2024.08.22 02:18:01.653992 [ 3 ] {} <Trace> HTTP-Session: cd7bf57f-6449-4ef1-b06a-8e868a6ac945 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
642 | 2024.08.22 02:18:01.654188 [ 3 ] {2344c0ae-9629-4012-bb9d-af4a55fbf43d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36877) /* 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 | * TTL: We use a materialized column to expire old field table records. This | ||
660 | * column is generated automatically by the database whenever a new row is | ||
661 | * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` | ||
662 | * query. Since these tables are `ReplacingMergeTree`s, that means the last | ||
663 | * record will remain during a deduplication, which will have the last | ||
664 | * timestamp. ClickHouse will then expire old data for us, similar to the | ||
665 | * measurement tables. | ||
666 | */ | ||
667 | CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
668 | 2024.08.22 02:18:01.654250 [ 3 ] {2344c0ae-9629-4012-bb9d-af4a55fbf43d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
669 | 2024.08.22 02:18:01.656105 [ 3 ] {2344c0ae-9629-4012-bb9d-af4a55fbf43d} <Debug> oximeter.fields_bool (be48f992-8724-4bbd-bdea-615369486e2f): Loading data parts | ||
670 | 2024.08.22 02:18:01.656253 [ 3 ] {2344c0ae-9629-4012-bb9d-af4a55fbf43d} <Debug> oximeter.fields_bool (be48f992-8724-4bbd-bdea-615369486e2f): There are no data parts | ||
671 | 2024.08.22 02:18:01.657536 [ 3 ] {2344c0ae-9629-4012-bb9d-af4a55fbf43d} <Debug> DynamicQueryHandler: Done processing query | ||
672 | 2024.08.22 02:18:01.657561 [ 3 ] {} <Debug> HTTP-Session: cd7bf57f-6449-4ef1-b06a-8e868a6ac945 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
673 | 2024.08.22 02:18:01.657684 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36877, User-Agent: (none), Length: 335, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
674 | 2024.08.22 02:18:01.657738 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
675 | 2024.08.22 02:18:01.657756 [ 3 ] {} <Debug> HTTP-Session: d1366ed6-cdfd-4af4-abe8-55ebeb2ed5b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:36877 | ||
676 | 2024.08.22 02:18:01.657779 [ 3 ] {} <Debug> HTTP-Session: d1366ed6-cdfd-4af4-abe8-55ebeb2ed5b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
677 | 2024.08.22 02:18:01.657798 [ 3 ] {} <Debug> HTTP-Session: d1366ed6-cdfd-4af4-abe8-55ebeb2ed5b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
678 | 2024.08.22 02:18:01.657827 [ 3 ] {} <Trace> HTTP-Session: d1366ed6-cdfd-4af4-abe8-55ebeb2ed5b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
679 | 2024.08.22 02:18:01.658015 [ 3 ] {c11d44b1-7b32-4492-8ef4-9fac40ecd82c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36877) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
680 | 2024.08.22 02:18:01.658078 [ 3 ] {c11d44b1-7b32-4492-8ef4-9fac40ecd82c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
681 | 2024.08.22 02:18:01.659781 [ 3 ] {c11d44b1-7b32-4492-8ef4-9fac40ecd82c} <Debug> oximeter.fields_i8 (d7127af0-56f3-4638-80ab-b75e1915d12e): Loading data parts | ||
682 | 2024.08.22 02:18:01.659935 [ 3 ] {c11d44b1-7b32-4492-8ef4-9fac40ecd82c} <Debug> oximeter.fields_i8 (d7127af0-56f3-4638-80ab-b75e1915d12e): There are no data parts | ||
683 | 2024.08.22 02:18:01.661127 [ 3 ] {c11d44b1-7b32-4492-8ef4-9fac40ecd82c} <Debug> DynamicQueryHandler: Done processing query | ||
684 | 2024.08.22 02:18:01.661151 [ 3 ] {} <Debug> HTTP-Session: d1366ed6-cdfd-4af4-abe8-55ebeb2ed5b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
685 | 2024.08.22 02:18:01.661265 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36877, User-Agent: (none), Length: 336, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
686 | 2024.08.22 02:18:01.661321 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
687 | 2024.08.22 02:18:01.661339 [ 3 ] {} <Debug> HTTP-Session: c0b06267-7dfe-4912-96bd-f8f9b1aab19c Authenticating user 'default' from [fd00:1122:3344:101::d]:36877 | ||
688 | 2024.08.22 02:18:01.661362 [ 3 ] {} <Debug> HTTP-Session: c0b06267-7dfe-4912-96bd-f8f9b1aab19c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
689 | 2024.08.22 02:18:01.661388 [ 3 ] {} <Debug> HTTP-Session: c0b06267-7dfe-4912-96bd-f8f9b1aab19c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
690 | 2024.08.22 02:18:01.661418 [ 3 ] {} <Trace> HTTP-Session: c0b06267-7dfe-4912-96bd-f8f9b1aab19c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
691 | 2024.08.22 02:18:01.661596 [ 3 ] {c258c781-de59-44dc-ba23-0911ae373f6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36877) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
692 | 2024.08.22 02:18:01.661653 [ 3 ] {c258c781-de59-44dc-ba23-0911ae373f6c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
693 | 2024.08.22 02:18:01.663359 [ 3 ] {c258c781-de59-44dc-ba23-0911ae373f6c} <Debug> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Loading data parts | ||
694 | 2024.08.22 02:18:01.663500 [ 3 ] {c258c781-de59-44dc-ba23-0911ae373f6c} <Debug> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): There are no data parts | ||
695 | 2024.08.22 02:18:01.664650 [ 3 ] {c258c781-de59-44dc-ba23-0911ae373f6c} <Debug> DynamicQueryHandler: Done processing query | ||
696 | 2024.08.22 02:18:01.664683 [ 3 ] {} <Debug> HTTP-Session: c0b06267-7dfe-4912-96bd-f8f9b1aab19c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
697 | 2024.08.22 02:18:01.664795 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36877, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
698 | 2024.08.22 02:18:01.664848 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
699 | 2024.08.22 02:18:01.664882 [ 3 ] {} <Debug> HTTP-Session: fe92dca5-3238-4bfe-8e88-2797ce0cf8f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:36877 | ||
700 | 2024.08.22 02:18:01.664897 [ 3 ] {} <Debug> HTTP-Session: fe92dca5-3238-4bfe-8e88-2797ce0cf8f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
701 | 2024.08.22 02:18:01.664917 [ 3 ] {} <Debug> HTTP-Session: fe92dca5-3238-4bfe-8e88-2797ce0cf8f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
702 | 2024.08.22 02:18:01.664958 [ 3 ] {} <Trace> HTTP-Session: fe92dca5-3238-4bfe-8e88-2797ce0cf8f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
703 | 2024.08.22 02:18:01.665134 [ 3 ] {0a646833-3521-4011-8870-d40da2c29ae4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36877) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
704 | 2024.08.22 02:18:01.665191 [ 3 ] {0a646833-3521-4011-8870-d40da2c29ae4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
705 | 2024.08.22 02:18:01.666874 [ 3 ] {0a646833-3521-4011-8870-d40da2c29ae4} <Debug> oximeter.fields_i16 (44ece692-9b87-4197-87ea-b64191fbc5ea): Loading data parts | ||
706 | 2024.08.22 02:18:01.667035 [ 3 ] {0a646833-3521-4011-8870-d40da2c29ae4} <Debug> oximeter.fields_i16 (44ece692-9b87-4197-87ea-b64191fbc5ea): There are no data parts | ||
707 | 2024.08.22 02:18:01.668235 [ 3 ] {0a646833-3521-4011-8870-d40da2c29ae4} <Debug> DynamicQueryHandler: Done processing query | ||
708 | 2024.08.22 02:18:01.668268 [ 3 ] {} <Debug> HTTP-Session: fe92dca5-3238-4bfe-8e88-2797ce0cf8f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
709 | 2024.08.22 02:18:01.668372 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36877, User-Agent: (none), Length: 338, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
710 | 2024.08.22 02:18:01.668436 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
711 | 2024.08.22 02:18:01.668462 [ 3 ] {} <Debug> HTTP-Session: ff1d9f0a-39a3-4c45-8ed6-352816e60e26 Authenticating user 'default' from [fd00:1122:3344:101::d]:36877 | ||
712 | 2024.08.22 02:18:01.668479 [ 3 ] {} <Debug> HTTP-Session: ff1d9f0a-39a3-4c45-8ed6-352816e60e26 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
713 | 2024.08.22 02:18:01.668499 [ 3 ] {} <Debug> HTTP-Session: ff1d9f0a-39a3-4c45-8ed6-352816e60e26 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
714 | 2024.08.22 02:18:01.668533 [ 3 ] {} <Trace> HTTP-Session: ff1d9f0a-39a3-4c45-8ed6-352816e60e26 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
715 | 2024.08.22 02:18:01.668709 [ 3 ] {1835696f-088e-4081-b569-40346c7b00ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36877) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
716 | 2024.08.22 02:18:01.668766 [ 3 ] {1835696f-088e-4081-b569-40346c7b00ac} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
717 | 2024.08.22 02:18:01.670499 [ 3 ] {1835696f-088e-4081-b569-40346c7b00ac} <Debug> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Loading data parts | ||
718 | 2024.08.22 02:18:01.670666 [ 3 ] {1835696f-088e-4081-b569-40346c7b00ac} <Debug> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): There are no data parts | ||
719 | 2024.08.22 02:18:01.671956 [ 3 ] {1835696f-088e-4081-b569-40346c7b00ac} <Debug> DynamicQueryHandler: Done processing query | ||
720 | 2024.08.22 02:18:01.672013 [ 3 ] {} <Debug> HTTP-Session: ff1d9f0a-39a3-4c45-8ed6-352816e60e26 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
721 | 2024.08.22 02:18:01.672125 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36877, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
722 | 2024.08.22 02:18:01.672181 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
723 | 2024.08.22 02:18:01.672214 [ 3 ] {} <Debug> HTTP-Session: f42ab5a1-764c-4767-862f-3fd3b8f40659 Authenticating user 'default' from [fd00:1122:3344:101::d]:36877 | ||
724 | 2024.08.22 02:18:01.672230 [ 3 ] {} <Debug> HTTP-Session: f42ab5a1-764c-4767-862f-3fd3b8f40659 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
725 | 2024.08.22 02:18:01.672251 [ 3 ] {} <Debug> HTTP-Session: f42ab5a1-764c-4767-862f-3fd3b8f40659 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
726 | 2024.08.22 02:18:01.672288 [ 3 ] {} <Trace> HTTP-Session: f42ab5a1-764c-4767-862f-3fd3b8f40659 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
727 | 2024.08.22 02:18:01.672467 [ 3 ] {25f66b79-eb03-4dd9-9e66-039ad9680f56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36877) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
728 | 2024.08.22 02:18:01.672517 [ 3 ] {25f66b79-eb03-4dd9-9e66-039ad9680f56} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
729 | 2024.08.22 02:18:01.674231 [ 3 ] {25f66b79-eb03-4dd9-9e66-039ad9680f56} <Debug> oximeter.fields_i32 (d3aba958-488a-45c9-8bda-2dd478bcb1a7): Loading data parts | ||
730 | 2024.08.22 02:18:01.674415 [ 3 ] {25f66b79-eb03-4dd9-9e66-039ad9680f56} <Debug> oximeter.fields_i32 (d3aba958-488a-45c9-8bda-2dd478bcb1a7): There are no data parts | ||
731 | 2024.08.22 02:18:01.675689 [ 3 ] {25f66b79-eb03-4dd9-9e66-039ad9680f56} <Debug> DynamicQueryHandler: Done processing query | ||
732 | 2024.08.22 02:18:01.675724 [ 3 ] {} <Debug> HTTP-Session: f42ab5a1-764c-4767-862f-3fd3b8f40659 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
733 | 2024.08.22 02:18:01.675832 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36877, User-Agent: (none), Length: 338, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
734 | 2024.08.22 02:18:01.675879 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
735 | 2024.08.22 02:18:01.675905 [ 3 ] {} <Debug> HTTP-Session: 442677c0-74a8-4f66-9fe6-a7cd8f0c47cd Authenticating user 'default' from [fd00:1122:3344:101::d]:36877 | ||
736 | 2024.08.22 02:18:01.675929 [ 3 ] {} <Debug> HTTP-Session: 442677c0-74a8-4f66-9fe6-a7cd8f0c47cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
737 | 2024.08.22 02:18:01.675942 [ 3 ] {} <Debug> HTTP-Session: 442677c0-74a8-4f66-9fe6-a7cd8f0c47cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
738 | 2024.08.22 02:18:01.675977 [ 3 ] {} <Trace> HTTP-Session: 442677c0-74a8-4f66-9fe6-a7cd8f0c47cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
739 | 2024.08.22 02:18:01.676156 [ 3 ] {6a302a63-9be4-4f52-baf3-f3482a5781ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36877) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
740 | 2024.08.22 02:18:01.676336 [ 3 ] {6a302a63-9be4-4f52-baf3-f3482a5781ae} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
741 | 2024.08.22 02:18:01.678170 [ 3 ] {6a302a63-9be4-4f52-baf3-f3482a5781ae} <Debug> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Loading data parts | ||
742 | 2024.08.22 02:18:01.678335 [ 3 ] {6a302a63-9be4-4f52-baf3-f3482a5781ae} <Debug> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): There are no data parts | ||
743 | 2024.08.22 02:18:01.679574 [ 3 ] {6a302a63-9be4-4f52-baf3-f3482a5781ae} <Debug> DynamicQueryHandler: Done processing query | ||
744 | 2024.08.22 02:18:01.679599 [ 3 ] {} <Debug> HTTP-Session: 442677c0-74a8-4f66-9fe6-a7cd8f0c47cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
745 | 2024.08.22 02:18:01.679725 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36877, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
746 | 2024.08.22 02:18:01.679773 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
747 | 2024.08.22 02:18:01.679792 [ 3 ] {} <Debug> HTTP-Session: 0cba81a1-4f2a-416b-9850-68d224f8bb4c Authenticating user 'default' from [fd00:1122:3344:101::d]:36877 | ||
748 | 2024.08.22 02:18:01.679816 [ 3 ] {} <Debug> HTTP-Session: 0cba81a1-4f2a-416b-9850-68d224f8bb4c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
749 | 2024.08.22 02:18:01.679831 [ 3 ] {} <Debug> HTTP-Session: 0cba81a1-4f2a-416b-9850-68d224f8bb4c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
750 | 2024.08.22 02:18:01.679859 [ 3 ] {} <Trace> HTTP-Session: 0cba81a1-4f2a-416b-9850-68d224f8bb4c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
751 | 2024.08.22 02:18:01.680039 [ 3 ] {24ba4b01-f8e1-44de-847d-9318de54d3bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36877) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
752 | 2024.08.22 02:18:01.680083 [ 3 ] {24ba4b01-f8e1-44de-847d-9318de54d3bd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
753 | 2024.08.22 02:18:01.681786 [ 3 ] {24ba4b01-f8e1-44de-847d-9318de54d3bd} <Debug> oximeter.fields_i64 (02541667-1815-4567-b354-9fb3387a89b4): Loading data parts | ||
754 | 2024.08.22 02:18:01.681946 [ 3 ] {24ba4b01-f8e1-44de-847d-9318de54d3bd} <Debug> oximeter.fields_i64 (02541667-1815-4567-b354-9fb3387a89b4): There are no data parts | ||
755 | 2024.08.22 02:18:01.683338 [ 3 ] {24ba4b01-f8e1-44de-847d-9318de54d3bd} <Debug> DynamicQueryHandler: Done processing query | ||
756 | 2024.08.22 02:18:01.683365 [ 3 ] {} <Debug> HTTP-Session: 0cba81a1-4f2a-416b-9850-68d224f8bb4c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
757 | 2024.08.22 02:18:01.683482 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36877, User-Agent: (none), Length: 338, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
758 | 2024.08.22 02:18:01.683534 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
759 | 2024.08.22 02:18:01.683554 [ 3 ] {} <Debug> HTTP-Session: 0f47ae82-77c8-4fe8-85c3-7a7f6a42a78b Authenticating user 'default' from [fd00:1122:3344:101::d]:36877 | ||
760 | 2024.08.22 02:18:01.683571 [ 3 ] {} <Debug> HTTP-Session: 0f47ae82-77c8-4fe8-85c3-7a7f6a42a78b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
761 | 2024.08.22 02:18:01.683586 [ 3 ] {} <Debug> HTTP-Session: 0f47ae82-77c8-4fe8-85c3-7a7f6a42a78b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
762 | 2024.08.22 02:18:01.683617 [ 3 ] {} <Trace> HTTP-Session: 0f47ae82-77c8-4fe8-85c3-7a7f6a42a78b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
763 | 2024.08.22 02:18:01.683796 [ 3 ] {786e28e6-f883-438d-bc0b-b60ea6a273ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36877) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
764 | 2024.08.22 02:18:01.683841 [ 3 ] {786e28e6-f883-438d-bc0b-b60ea6a273ca} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
765 | 2024.08.22 02:18:01.685649 [ 3 ] {786e28e6-f883-438d-bc0b-b60ea6a273ca} <Debug> oximeter.fields_u64 (ce1c109a-78b3-47f4-b702-b12581eb9a91): Loading data parts | ||
766 | 2024.08.22 02:18:01.685793 [ 3 ] {786e28e6-f883-438d-bc0b-b60ea6a273ca} <Debug> oximeter.fields_u64 (ce1c109a-78b3-47f4-b702-b12581eb9a91): There are no data parts | ||
767 | 2024.08.22 02:18:01.687136 [ 3 ] {786e28e6-f883-438d-bc0b-b60ea6a273ca} <Debug> DynamicQueryHandler: Done processing query | ||
768 | 2024.08.22 02:18:01.687162 [ 3 ] {} <Debug> HTTP-Session: 0f47ae82-77c8-4fe8-85c3-7a7f6a42a78b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
769 | 2024.08.22 02:18:01.687271 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36877, User-Agent: (none), Length: 339, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
770 | 2024.08.22 02:18:01.687321 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
771 | 2024.08.22 02:18:01.687340 [ 3 ] {} <Debug> HTTP-Session: d5b879ec-191c-48fd-a9c6-59dc8b4ac3c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:36877 | ||
772 | 2024.08.22 02:18:01.687357 [ 3 ] {} <Debug> HTTP-Session: d5b879ec-191c-48fd-a9c6-59dc8b4ac3c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
773 | 2024.08.22 02:18:01.687371 [ 3 ] {} <Debug> HTTP-Session: d5b879ec-191c-48fd-a9c6-59dc8b4ac3c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
774 | 2024.08.22 02:18:01.687401 [ 3 ] {} <Trace> HTTP-Session: d5b879ec-191c-48fd-a9c6-59dc8b4ac3c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
775 | 2024.08.22 02:18:01.687576 [ 3 ] {ac64e496-c949-47ba-b1f1-67f711f8d008} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36877) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
776 | 2024.08.22 02:18:01.687621 [ 3 ] {ac64e496-c949-47ba-b1f1-67f711f8d008} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
777 | 2024.08.22 02:18:01.689344 [ 3 ] {ac64e496-c949-47ba-b1f1-67f711f8d008} <Debug> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d): Loading data parts | ||
778 | 2024.08.22 02:18:01.689503 [ 3 ] {ac64e496-c949-47ba-b1f1-67f711f8d008} <Debug> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d): There are no data parts | ||
779 | 2024.08.22 02:18:01.690828 [ 3 ] {ac64e496-c949-47ba-b1f1-67f711f8d008} <Debug> DynamicQueryHandler: Done processing query | ||
780 | 2024.08.22 02:18:01.690854 [ 3 ] {} <Debug> HTTP-Session: d5b879ec-191c-48fd-a9c6-59dc8b4ac3c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
781 | 2024.08.22 02:18:01.690961 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36877, User-Agent: (none), Length: 341, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
782 | 2024.08.22 02:18:01.691011 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
783 | 2024.08.22 02:18:01.691033 [ 3 ] {} <Debug> HTTP-Session: 26c999b0-7108-4ee2-b818-d4ae8e140932 Authenticating user 'default' from [fd00:1122:3344:101::d]:36877 | ||
784 | 2024.08.22 02:18:01.691050 [ 3 ] {} <Debug> HTTP-Session: 26c999b0-7108-4ee2-b818-d4ae8e140932 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
785 | 2024.08.22 02:18:01.691064 [ 3 ] {} <Debug> HTTP-Session: 26c999b0-7108-4ee2-b818-d4ae8e140932 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
786 | 2024.08.22 02:18:01.691095 [ 3 ] {} <Trace> HTTP-Session: 26c999b0-7108-4ee2-b818-d4ae8e140932 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
787 | 2024.08.22 02:18:01.691268 [ 3 ] {0c6806e0-3b64-4c10-a12b-9998cb12efa2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36877) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
788 | 2024.08.22 02:18:01.691315 [ 3 ] {0c6806e0-3b64-4c10-a12b-9998cb12efa2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
789 | 2024.08.22 02:18:01.693086 [ 3 ] {0c6806e0-3b64-4c10-a12b-9998cb12efa2} <Debug> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Loading data parts | ||
790 | 2024.08.22 02:18:01.693243 [ 3 ] {0c6806e0-3b64-4c10-a12b-9998cb12efa2} <Debug> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): There are no data parts | ||
791 | 2024.08.22 02:18:01.694428 [ 3 ] {0c6806e0-3b64-4c10-a12b-9998cb12efa2} <Debug> DynamicQueryHandler: Done processing query | ||
792 | 2024.08.22 02:18:01.694456 [ 3 ] {} <Debug> HTTP-Session: 26c999b0-7108-4ee2-b818-d4ae8e140932 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
793 | 2024.08.22 02:18:01.694566 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36877, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
794 | 2024.08.22 02:18:01.694614 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
795 | 2024.08.22 02:18:01.694633 [ 3 ] {} <Debug> HTTP-Session: 1fb22d4f-c1a8-4868-8bbe-9d3876f8af87 Authenticating user 'default' from [fd00:1122:3344:101::d]:36877 | ||
796 | 2024.08.22 02:18:01.694650 [ 3 ] {} <Debug> HTTP-Session: 1fb22d4f-c1a8-4868-8bbe-9d3876f8af87 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
797 | 2024.08.22 02:18:01.694664 [ 3 ] {} <Debug> HTTP-Session: 1fb22d4f-c1a8-4868-8bbe-9d3876f8af87 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
798 | 2024.08.22 02:18:01.694694 [ 3 ] {} <Trace> HTTP-Session: 1fb22d4f-c1a8-4868-8bbe-9d3876f8af87 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
799 | 2024.08.22 02:18:01.694869 [ 3 ] {5ae32648-52f1-4d3d-a185-8bce7064bf24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36877) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
800 | 2024.08.22 02:18:01.694913 [ 3 ] {5ae32648-52f1-4d3d-a185-8bce7064bf24} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
801 | 2024.08.22 02:18:01.696632 [ 3 ] {5ae32648-52f1-4d3d-a185-8bce7064bf24} <Debug> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Loading data parts | ||
802 | 2024.08.22 02:18:01.696774 [ 3 ] {5ae32648-52f1-4d3d-a185-8bce7064bf24} <Debug> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): There are no data parts | ||
803 | 2024.08.22 02:18:01.697981 [ 3 ] {5ae32648-52f1-4d3d-a185-8bce7064bf24} <Debug> DynamicQueryHandler: Done processing query | ||
804 | 2024.08.22 02:18:01.698007 [ 3 ] {} <Debug> HTTP-Session: 1fb22d4f-c1a8-4868-8bbe-9d3876f8af87 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
805 | 2024.08.22 02:18:01.698145 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36877, User-Agent: (none), Length: 1416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
806 | 2024.08.22 02:18:01.698194 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
807 | 2024.08.22 02:18:01.698212 [ 3 ] {} <Debug> HTTP-Session: ea91d3ec-0c07-4f09-a3e1-ea7448a5e096 Authenticating user 'default' from [fd00:1122:3344:101::d]:36877 | ||
808 | 2024.08.22 02:18:01.698229 [ 3 ] {} <Debug> HTTP-Session: ea91d3ec-0c07-4f09-a3e1-ea7448a5e096 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
809 | 2024.08.22 02:18:01.698243 [ 3 ] {} <Debug> HTTP-Session: ea91d3ec-0c07-4f09-a3e1-ea7448a5e096 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
810 | 2024.08.22 02:18:01.698273 [ 3 ] {} <Trace> HTTP-Session: ea91d3ec-0c07-4f09-a3e1-ea7448a5e096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
811 | 2024.08.22 02:18:01.698481 [ 3 ] {62249058-82f7-4d15-8653-390c20377587} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36877) /* The timeseries schema table stores the extracted schema for the samples | ||
812 | * oximeter collects. | ||
813 | */ | ||
814 | 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) | ||
815 | 2024.08.22 02:18:01.698541 [ 3 ] {62249058-82f7-4d15-8653-390c20377587} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
816 | 2024.08.22 02:18:01.700241 [ 3 ] {62249058-82f7-4d15-8653-390c20377587} <Debug> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c): Loading data parts | ||
817 | 2024.08.22 02:18:01.700386 [ 3 ] {62249058-82f7-4d15-8653-390c20377587} <Debug> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c): There are no data parts | ||
818 | 2024.08.22 02:18:01.701645 [ 3 ] {62249058-82f7-4d15-8653-390c20377587} <Debug> DynamicQueryHandler: Done processing query | ||
819 | 2024.08.22 02:18:01.701671 [ 3 ] {} <Debug> HTTP-Session: ea91d3ec-0c07-4f09-a3e1-ea7448a5e096 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
820 | 2024.08.22 02:18:01.701818 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36877, User-Agent: (none), Length: 52, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
821 | 2024.08.22 02:18:01.701867 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
822 | 2024.08.22 02:18:01.701886 [ 3 ] {} <Debug> HTTP-Session: 46a38581-fc57-4124-b9de-9c8546540dfd Authenticating user 'default' from [fd00:1122:3344:101::d]:36877 | ||
823 | 2024.08.22 02:18:01.701903 [ 3 ] {} <Debug> HTTP-Session: 46a38581-fc57-4124-b9de-9c8546540dfd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
824 | 2024.08.22 02:18:01.701918 [ 3 ] {} <Debug> HTTP-Session: 46a38581-fc57-4124-b9de-9c8546540dfd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
825 | 2024.08.22 02:18:01.701949 [ 3 ] {} <Trace> HTTP-Session: 46a38581-fc57-4124-b9de-9c8546540dfd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
826 | 2024.08.22 02:18:01.702119 [ 3 ] {3d7a88c6-8d10-4793-8d48-eced2d1be574} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36877) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
827 | 2024.08.22 02:18:01.704092 [ 3 ] {3d7a88c6-8d10-4793-8d48-eced2d1be574} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
828 | 2024.08.22 02:18:01.708379 [ 3 ] {3d7a88c6-8d10-4793-8d48-eced2d1be574} <Trace> oximeter.version (161a9b9b-a265-4010-b33d-8cd31807c3ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
829 | 2024.08.22 02:18:01.708415 [ 3 ] {3d7a88c6-8d10-4793-8d48-eced2d1be574} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
830 | 2024.08.22 02:18:01.713240 [ 3 ] {3d7a88c6-8d10-4793-8d48-eced2d1be574} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
831 | 2024.08.22 02:18:01.714318 [ 3 ] {3d7a88c6-8d10-4793-8d48-eced2d1be574} <Trace> oximeter.version (161a9b9b-a265-4010-b33d-8cd31807c3ed): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
832 | 2024.08.22 02:18:01.714586 [ 3 ] {3d7a88c6-8d10-4793-8d48-eced2d1be574} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.012548 sec., 79.69397513547976 rows/sec., 1.25 KiB/sec. | ||
833 | 2024.08.22 02:18:01.714744 [ 3 ] {3d7a88c6-8d10-4793-8d48-eced2d1be574} <Debug> DynamicQueryHandler: Done processing query | ||
834 | 2024.08.22 02:18:01.714768 [ 3 ] {3d7a88c6-8d10-4793-8d48-eced2d1be574} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
835 | 2024.08.22 02:18:01.714783 [ 3 ] {} <Debug> HTTP-Session: 46a38581-fc57-4124-b9de-9c8546540dfd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
836 | 2024.08.22 02:18:02.000160 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 160.80 MiB, peak 165.94 MiB, free memory in arenas 0.00 B, will set to 173.69 MiB (RSS), difference: 12.89 MiB | ||
837 | 2024.08.22 02:18:15.122051 [ 138 ] {} <Debug> DNSResolver: Updating DNS cache | ||
838 | 2024.08.22 02:18:15.122123 [ 138 ] {} <Debug> DNSResolver: Updated DNS cache | ||
839 | 2024.08.22 02:18:21.717847 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 60, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
840 | 2024.08.22 02:18:21.717974 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
841 | 2024.08.22 02:18:21.718001 [ 3 ] {} <Debug> HTTP-Session: c004d776-d6b0-4c83-b27a-01ab539678b9 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
842 | 2024.08.22 02:18:21.718028 [ 3 ] {} <Debug> HTTP-Session: c004d776-d6b0-4c83-b27a-01ab539678b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
843 | 2024.08.22 02:18:21.718046 [ 3 ] {} <Debug> HTTP-Session: c004d776-d6b0-4c83-b27a-01ab539678b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
844 | 2024.08.22 02:18:21.718098 [ 3 ] {} <Trace> HTTP-Session: c004d776-d6b0-4c83-b27a-01ab539678b9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
845 | 2024.08.22 02:18:21.718300 [ 3 ] {8698130f-e7fe-46fb-b359-762ed193cd20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) SELECT * FROM oximeter.timeseries_schema FORMAT JSONEachRow; (stage: Complete) | ||
846 | 2024.08.22 02:18:21.720546 [ 3 ] {8698130f-e7fe-46fb-b359-762ed193cd20} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
847 | 2024.08.22 02:18:21.722660 [ 3 ] {8698130f-e7fe-46fb-b359-762ed193cd20} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
848 | 2024.08.22 02:18:21.723777 [ 3 ] {8698130f-e7fe-46fb-b359-762ed193cd20} <Debug> DynamicQueryHandler: Done processing query | ||
849 | 2024.08.22 02:18:21.723807 [ 3 ] {8698130f-e7fe-46fb-b359-762ed193cd20} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
850 | 2024.08.22 02:18:21.723826 [ 3 ] {} <Debug> HTTP-Session: c004d776-d6b0-4c83-b27a-01ab539678b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
851 | 2024.08.22 02:18:21.734156 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
852 | 2024.08.22 02:18:21.734234 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
853 | 2024.08.22 02:18:21.734257 [ 3 ] {} <Debug> HTTP-Session: da26ea2d-7e1b-497c-8743-a7782ba7709e Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
854 | 2024.08.22 02:18:21.734277 [ 3 ] {} <Debug> HTTP-Session: da26ea2d-7e1b-497c-8743-a7782ba7709e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
855 | 2024.08.22 02:18:21.734293 [ 3 ] {} <Debug> HTTP-Session: da26ea2d-7e1b-497c-8743-a7782ba7709e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
856 | 2024.08.22 02:18:21.734333 [ 3 ] {} <Trace> HTTP-Session: da26ea2d-7e1b-497c-8743-a7782ba7709e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
857 | 2024.08.22 02:18:21.734507 [ 3 ] {663ff4df-78c0-4e7f-ad72-1476296a4a61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes') FORMAT JSONEachRow; (stage: Complete) | ||
858 | 2024.08.22 02:18:21.736814 [ 3 ] {663ff4df-78c0-4e7f-ad72-1476296a4a61} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
859 | 2024.08.22 02:18:21.736872 [ 3 ] {663ff4df-78c0-4e7f-ad72-1476296a4a61} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
860 | 2024.08.22 02:18:21.737872 [ 3 ] {663ff4df-78c0-4e7f-ad72-1476296a4a61} <Debug> DynamicQueryHandler: Done processing query | ||
861 | 2024.08.22 02:18:21.737902 [ 3 ] {663ff4df-78c0-4e7f-ad72-1476296a4a61} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
862 | 2024.08.22 02:18:21.737920 [ 3 ] {} <Debug> HTTP-Session: da26ea2d-7e1b-497c-8743-a7782ba7709e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
863 | 2024.08.22 02:18:21.738254 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 175, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
864 | 2024.08.22 02:18:21.738312 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
865 | 2024.08.22 02:18:21.738333 [ 3 ] {} <Debug> HTTP-Session: 7da9cf22-ff88-432d-a2ff-41fad221ffd7 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
866 | 2024.08.22 02:18:21.738351 [ 3 ] {} <Debug> HTTP-Session: 7da9cf22-ff88-432d-a2ff-41fad221ffd7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
867 | 2024.08.22 02:18:21.738366 [ 3 ] {} <Debug> HTTP-Session: 7da9cf22-ff88-432d-a2ff-41fad221ffd7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
868 | 2024.08.22 02:18:21.738400 [ 3 ] {} <Trace> HTTP-Session: 7da9cf22-ff88-432d-a2ff-41fad221ffd7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
869 | 2024.08.22 02:18:21.738536 [ 3 ] {109b402a-4a1d-46f8-826b-65433f5bd839} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes') FORMAT JSONEachRow; (stage: Complete) | ||
870 | 2024.08.22 02:18:21.738913 [ 3 ] {109b402a-4a1d-46f8-826b-65433f5bd839} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
871 | 2024.08.22 02:18:21.738966 [ 3 ] {109b402a-4a1d-46f8-826b-65433f5bd839} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
872 | 2024.08.22 02:18:21.739908 [ 3 ] {109b402a-4a1d-46f8-826b-65433f5bd839} <Debug> DynamicQueryHandler: Done processing query | ||
873 | 2024.08.22 02:18:21.739936 [ 3 ] {109b402a-4a1d-46f8-826b-65433f5bd839} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
874 | 2024.08.22 02:18:21.739954 [ 3 ] {} <Debug> HTTP-Session: 7da9cf22-ff88-432d-a2ff-41fad221ffd7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
875 | 2024.08.22 02:18:21.740219 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 209, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
876 | 2024.08.22 02:18:21.740272 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
877 | 2024.08.22 02:18:21.740309 [ 3 ] {} <Debug> HTTP-Session: b24c33c9-e455-4f4f-a6dd-89032fd2cb5e Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
878 | 2024.08.22 02:18:21.740339 [ 3 ] {} <Debug> HTTP-Session: b24c33c9-e455-4f4f-a6dd-89032fd2cb5e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
879 | 2024.08.22 02:18:21.740354 [ 3 ] {} <Debug> HTTP-Session: b24c33c9-e455-4f4f-a6dd-89032fd2cb5e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
880 | 2024.08.22 02:18:21.740389 [ 3 ] {} <Trace> HTTP-Session: b24c33c9-e455-4f4f-a6dd-89032fd2cb5e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
881 | 2024.08.22 02:18:21.740517 [ 3 ] {2a543ad4-9787-4f82-894b-6c0186c5c440} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) 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) | ||
882 | 2024.08.22 02:18:21.740852 [ 3 ] {2a543ad4-9787-4f82-894b-6c0186c5c440} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
883 | 2024.08.22 02:18:21.740906 [ 3 ] {2a543ad4-9787-4f82-894b-6c0186c5c440} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
884 | 2024.08.22 02:18:21.741809 [ 3 ] {2a543ad4-9787-4f82-894b-6c0186c5c440} <Debug> DynamicQueryHandler: Done processing query | ||
885 | 2024.08.22 02:18:21.741836 [ 3 ] {2a543ad4-9787-4f82-894b-6c0186c5c440} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
886 | 2024.08.22 02:18:21.741853 [ 3 ] {} <Debug> HTTP-Session: b24c33c9-e455-4f4f-a6dd-89032fd2cb5e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
887 | 2024.08.22 02:18:21.742080 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 247, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
888 | 2024.08.22 02:18:21.742137 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
889 | 2024.08.22 02:18:21.742157 [ 3 ] {} <Debug> HTTP-Session: acff67cb-a7ea-4b0e-b9c2-a0b2718b838e Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
890 | 2024.08.22 02:18:21.742176 [ 3 ] {} <Debug> HTTP-Session: acff67cb-a7ea-4b0e-b9c2-a0b2718b838e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
891 | 2024.08.22 02:18:21.742191 [ 3 ] {} <Debug> HTTP-Session: acff67cb-a7ea-4b0e-b9c2-a0b2718b838e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
892 | 2024.08.22 02:18:21.742224 [ 3 ] {} <Trace> HTTP-Session: acff67cb-a7ea-4b0e-b9c2-a0b2718b838e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
893 | 2024.08.22 02:18:21.742349 [ 3 ] {e7ec8c28-c7af-46a9-8bc7-5094a6d2ff38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) 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) | ||
894 | 2024.08.22 02:18:21.742677 [ 3 ] {e7ec8c28-c7af-46a9-8bc7-5094a6d2ff38} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
895 | 2024.08.22 02:18:21.742731 [ 3 ] {e7ec8c28-c7af-46a9-8bc7-5094a6d2ff38} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
896 | 2024.08.22 02:18:21.743617 [ 3 ] {e7ec8c28-c7af-46a9-8bc7-5094a6d2ff38} <Debug> DynamicQueryHandler: Done processing query | ||
897 | 2024.08.22 02:18:21.743643 [ 3 ] {e7ec8c28-c7af-46a9-8bc7-5094a6d2ff38} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
898 | 2024.08.22 02:18:21.743660 [ 3 ] {} <Debug> HTTP-Session: acff67cb-a7ea-4b0e-b9c2-a0b2718b838e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
899 | 2024.08.22 02:18:21.743918 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 282, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
900 | 2024.08.22 02:18:21.743976 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
901 | 2024.08.22 02:18:21.743996 [ 3 ] {} <Debug> HTTP-Session: ac50eedc-2e69-41cb-93d7-923b0795714b Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
902 | 2024.08.22 02:18:21.744014 [ 3 ] {} <Debug> HTTP-Session: ac50eedc-2e69-41cb-93d7-923b0795714b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
903 | 2024.08.22 02:18:21.744028 [ 3 ] {} <Debug> HTTP-Session: ac50eedc-2e69-41cb-93d7-923b0795714b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
904 | 2024.08.22 02:18:21.744060 [ 3 ] {} <Trace> HTTP-Session: ac50eedc-2e69-41cb-93d7-923b0795714b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
905 | 2024.08.22 02:18:21.744187 [ 3 ] {55500a36-7c64-4b70-a4ea-eba59e2db933} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) 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) | ||
906 | 2024.08.22 02:18:21.744525 [ 3 ] {55500a36-7c64-4b70-a4ea-eba59e2db933} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
907 | 2024.08.22 02:18:21.744579 [ 3 ] {55500a36-7c64-4b70-a4ea-eba59e2db933} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
908 | 2024.08.22 02:18:21.745468 [ 3 ] {55500a36-7c64-4b70-a4ea-eba59e2db933} <Debug> DynamicQueryHandler: Done processing query | ||
909 | 2024.08.22 02:18:21.745494 [ 3 ] {55500a36-7c64-4b70-a4ea-eba59e2db933} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
910 | 2024.08.22 02:18:21.745510 [ 3 ] {} <Debug> HTTP-Session: ac50eedc-2e69-41cb-93d7-923b0795714b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
911 | 2024.08.22 02:18:21.745723 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 321, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
912 | 2024.08.22 02:18:21.745774 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
913 | 2024.08.22 02:18:21.745793 [ 3 ] {} <Debug> HTTP-Session: 6bd12997-15ef-48de-8905-0757adaae5f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
914 | 2024.08.22 02:18:21.745811 [ 3 ] {} <Debug> HTTP-Session: 6bd12997-15ef-48de-8905-0757adaae5f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
915 | 2024.08.22 02:18:21.745825 [ 3 ] {} <Debug> HTTP-Session: 6bd12997-15ef-48de-8905-0757adaae5f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
916 | 2024.08.22 02:18:21.745857 [ 3 ] {} <Trace> HTTP-Session: 6bd12997-15ef-48de-8905-0757adaae5f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
917 | 2024.08.22 02:18:21.745983 [ 3 ] {219a0230-372e-4c4c-8726-51c28ed0ca90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) 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) | ||
918 | 2024.08.22 02:18:21.746325 [ 3 ] {219a0230-372e-4c4c-8726-51c28ed0ca90} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
919 | 2024.08.22 02:18:21.746378 [ 3 ] {219a0230-372e-4c4c-8726-51c28ed0ca90} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
920 | 2024.08.22 02:18:21.747290 [ 3 ] {219a0230-372e-4c4c-8726-51c28ed0ca90} <Debug> DynamicQueryHandler: Done processing query | ||
921 | 2024.08.22 02:18:21.747317 [ 3 ] {219a0230-372e-4c4c-8726-51c28ed0ca90} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
922 | 2024.08.22 02:18:21.747334 [ 3 ] {} <Debug> HTTP-Session: 6bd12997-15ef-48de-8905-0757adaae5f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
923 | 2024.08.22 02:18:21.747580 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
924 | 2024.08.22 02:18:21.747631 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
925 | 2024.08.22 02:18:21.747652 [ 3 ] {} <Debug> HTTP-Session: 66de55e6-95f7-4e79-bf7f-38e39d024efa Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
926 | 2024.08.22 02:18:21.747668 [ 3 ] {} <Debug> HTTP-Session: 66de55e6-95f7-4e79-bf7f-38e39d024efa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
927 | 2024.08.22 02:18:21.747682 [ 3 ] {} <Debug> HTTP-Session: 66de55e6-95f7-4e79-bf7f-38e39d024efa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
928 | 2024.08.22 02:18:21.747713 [ 3 ] {} <Trace> HTTP-Session: 66de55e6-95f7-4e79-bf7f-38e39d024efa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
929 | 2024.08.22 02:18:21.747839 [ 3 ] {207e7b04-8798-44e2-aebc-dce55719e41c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) 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) | ||
930 | 2024.08.22 02:18:21.748181 [ 3 ] {207e7b04-8798-44e2-aebc-dce55719e41c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
931 | 2024.08.22 02:18:21.748236 [ 3 ] {207e7b04-8798-44e2-aebc-dce55719e41c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
932 | 2024.08.22 02:18:21.749117 [ 3 ] {207e7b04-8798-44e2-aebc-dce55719e41c} <Debug> DynamicQueryHandler: Done processing query | ||
933 | 2024.08.22 02:18:21.749142 [ 3 ] {207e7b04-8798-44e2-aebc-dce55719e41c} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
934 | 2024.08.22 02:18:21.749159 [ 3 ] {} <Debug> HTTP-Session: 66de55e6-95f7-4e79-bf7f-38e39d024efa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
935 | 2024.08.22 02:18:21.749363 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 389, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
936 | 2024.08.22 02:18:21.749411 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
937 | 2024.08.22 02:18:21.749430 [ 3 ] {} <Debug> HTTP-Session: 93339daa-f11a-40b2-b65d-33b3e1853f19 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
938 | 2024.08.22 02:18:21.749447 [ 3 ] {} <Debug> HTTP-Session: 93339daa-f11a-40b2-b65d-33b3e1853f19 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
939 | 2024.08.22 02:18:21.749461 [ 3 ] {} <Debug> HTTP-Session: 93339daa-f11a-40b2-b65d-33b3e1853f19 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
940 | 2024.08.22 02:18:21.749491 [ 3 ] {} <Trace> HTTP-Session: 93339daa-f11a-40b2-b65d-33b3e1853f19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
941 | 2024.08.22 02:18:21.749620 [ 3 ] {425fd66e-ea16-4364-83ed-fc286a26e862} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) 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) | ||
942 | 2024.08.22 02:18:21.749960 [ 3 ] {425fd66e-ea16-4364-83ed-fc286a26e862} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
943 | 2024.08.22 02:18:21.750012 [ 3 ] {425fd66e-ea16-4364-83ed-fc286a26e862} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
944 | 2024.08.22 02:18:21.750913 [ 3 ] {425fd66e-ea16-4364-83ed-fc286a26e862} <Debug> DynamicQueryHandler: Done processing query | ||
945 | 2024.08.22 02:18:21.750938 [ 3 ] {425fd66e-ea16-4364-83ed-fc286a26e862} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
946 | 2024.08.22 02:18:21.750954 [ 3 ] {} <Debug> HTTP-Session: 93339daa-f11a-40b2-b65d-33b3e1853f19 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
947 | 2024.08.22 02:18:21.751181 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 430, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
948 | 2024.08.22 02:18:21.751232 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
949 | 2024.08.22 02:18:21.751251 [ 3 ] {} <Debug> HTTP-Session: 92499e33-20f1-4ebd-b705-3da2500badcb Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
950 | 2024.08.22 02:18:21.751272 [ 3 ] {} <Debug> HTTP-Session: 92499e33-20f1-4ebd-b705-3da2500badcb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
951 | 2024.08.22 02:18:21.751287 [ 3 ] {} <Debug> HTTP-Session: 92499e33-20f1-4ebd-b705-3da2500badcb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
952 | 2024.08.22 02:18:21.751318 [ 3 ] {} <Trace> HTTP-Session: 92499e33-20f1-4ebd-b705-3da2500badcb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
953 | 2024.08.22 02:18:21.751446 [ 3 ] {6749dd44-a7dc-4b3d-b64e-a61bd271faf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) 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) | ||
954 | 2024.08.22 02:18:21.751808 [ 3 ] {6749dd44-a7dc-4b3d-b64e-a61bd271faf4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
955 | 2024.08.22 02:18:21.751860 [ 3 ] {6749dd44-a7dc-4b3d-b64e-a61bd271faf4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
956 | 2024.08.22 02:18:21.752670 [ 3 ] {6749dd44-a7dc-4b3d-b64e-a61bd271faf4} <Debug> DynamicQueryHandler: Done processing query | ||
957 | 2024.08.22 02:18:21.752696 [ 3 ] {6749dd44-a7dc-4b3d-b64e-a61bd271faf4} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
958 | 2024.08.22 02:18:21.752712 [ 3 ] {} <Debug> HTTP-Session: 92499e33-20f1-4ebd-b705-3da2500badcb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
959 | 2024.08.22 02:18:21.752909 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 458, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
960 | 2024.08.22 02:18:21.752956 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
961 | 2024.08.22 02:18:21.752978 [ 3 ] {} <Debug> HTTP-Session: 9e8bb61e-4eb9-4839-b643-a4807dd5d61d Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
962 | 2024.08.22 02:18:21.752995 [ 3 ] {} <Debug> HTTP-Session: 9e8bb61e-4eb9-4839-b643-a4807dd5d61d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
963 | 2024.08.22 02:18:21.753010 [ 3 ] {} <Debug> HTTP-Session: 9e8bb61e-4eb9-4839-b643-a4807dd5d61d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
964 | 2024.08.22 02:18:21.753041 [ 3 ] {} <Trace> HTTP-Session: 9e8bb61e-4eb9-4839-b643-a4807dd5d61d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
965 | 2024.08.22 02:18:21.753168 [ 3 ] {2d541cec-94fb-4528-9691-7ac9bd3b4571} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) 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) | ||
966 | 2024.08.22 02:18:21.753507 [ 3 ] {2d541cec-94fb-4528-9691-7ac9bd3b4571} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
967 | 2024.08.22 02:18:21.753560 [ 3 ] {2d541cec-94fb-4528-9691-7ac9bd3b4571} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
968 | 2024.08.22 02:18:21.754418 [ 3 ] {2d541cec-94fb-4528-9691-7ac9bd3b4571} <Debug> DynamicQueryHandler: Done processing query | ||
969 | 2024.08.22 02:18:21.754443 [ 3 ] {2d541cec-94fb-4528-9691-7ac9bd3b4571} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
970 | 2024.08.22 02:18:21.754459 [ 3 ] {} <Debug> HTTP-Session: 9e8bb61e-4eb9-4839-b643-a4807dd5d61d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
971 | 2024.08.22 02:18:21.754683 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 490, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
972 | 2024.08.22 02:18:21.754732 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
973 | 2024.08.22 02:18:21.754751 [ 3 ] {} <Debug> HTTP-Session: 4587594b-8582-4a48-b214-5fd34f635815 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
974 | 2024.08.22 02:18:21.754770 [ 3 ] {} <Debug> HTTP-Session: 4587594b-8582-4a48-b214-5fd34f635815 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
975 | 2024.08.22 02:18:21.754786 [ 3 ] {} <Debug> HTTP-Session: 4587594b-8582-4a48-b214-5fd34f635815 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
976 | 2024.08.22 02:18:21.754817 [ 3 ] {} <Trace> HTTP-Session: 4587594b-8582-4a48-b214-5fd34f635815 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
977 | 2024.08.22 02:18:21.754946 [ 3 ] {42b259df-3b33-4f21-8b17-4feae804c4f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) 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) | ||
978 | 2024.08.22 02:18:21.755285 [ 3 ] {42b259df-3b33-4f21-8b17-4feae804c4f6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
979 | 2024.08.22 02:18:21.755345 [ 3 ] {42b259df-3b33-4f21-8b17-4feae804c4f6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
980 | 2024.08.22 02:18:21.756242 [ 3 ] {42b259df-3b33-4f21-8b17-4feae804c4f6} <Debug> DynamicQueryHandler: Done processing query | ||
981 | 2024.08.22 02:18:21.756268 [ 3 ] {42b259df-3b33-4f21-8b17-4feae804c4f6} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
982 | 2024.08.22 02:18:21.756287 [ 3 ] {} <Debug> HTTP-Session: 4587594b-8582-4a48-b214-5fd34f635815 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
983 | 2024.08.22 02:18:21.756515 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 522, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
984 | 2024.08.22 02:18:21.756563 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
985 | 2024.08.22 02:18:21.756584 [ 3 ] {} <Debug> HTTP-Session: d8c8bc4f-4cb1-4efb-95f7-03d4cfa20997 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
986 | 2024.08.22 02:18:21.756601 [ 3 ] {} <Debug> HTTP-Session: d8c8bc4f-4cb1-4efb-95f7-03d4cfa20997 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
987 | 2024.08.22 02:18:21.756616 [ 3 ] {} <Debug> HTTP-Session: d8c8bc4f-4cb1-4efb-95f7-03d4cfa20997 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
988 | 2024.08.22 02:18:21.756648 [ 3 ] {} <Trace> HTTP-Session: d8c8bc4f-4cb1-4efb-95f7-03d4cfa20997 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
989 | 2024.08.22 02:18:21.756777 [ 3 ] {d0b4be39-ecb1-46de-a3cf-f42b9336c6ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) 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) | ||
990 | 2024.08.22 02:18:21.757121 [ 3 ] {d0b4be39-ecb1-46de-a3cf-f42b9336c6ea} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
991 | 2024.08.22 02:18:21.757172 [ 3 ] {d0b4be39-ecb1-46de-a3cf-f42b9336c6ea} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
992 | 2024.08.22 02:18:21.758080 [ 3 ] {d0b4be39-ecb1-46de-a3cf-f42b9336c6ea} <Debug> DynamicQueryHandler: Done processing query | ||
993 | 2024.08.22 02:18:21.758106 [ 3 ] {d0b4be39-ecb1-46de-a3cf-f42b9336c6ea} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
994 | 2024.08.22 02:18:21.758121 [ 3 ] {} <Debug> HTTP-Session: d8c8bc4f-4cb1-4efb-95f7-03d4cfa20997 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
995 | 2024.08.22 02:18:21.758345 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 564, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
996 | 2024.08.22 02:18:21.758393 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
997 | 2024.08.22 02:18:21.758412 [ 3 ] {} <Debug> HTTP-Session: 5ee3ae30-d789-4e85-b60a-beed4dde4492 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
998 | 2024.08.22 02:18:21.758429 [ 3 ] {} <Debug> HTTP-Session: 5ee3ae30-d789-4e85-b60a-beed4dde4492 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
999 | 2024.08.22 02:18:21.758443 [ 3 ] {} <Debug> HTTP-Session: 5ee3ae30-d789-4e85-b60a-beed4dde4492 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1000 | 2024.08.22 02:18:21.758474 [ 3 ] {} <Trace> HTTP-Session: 5ee3ae30-d789-4e85-b60a-beed4dde4492 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1001 | 2024.08.22 02:18:21.758604 [ 3 ] {78c9804b-8957-42d1-b4c8-30de909a54b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) 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) | ||
1002 | 2024.08.22 02:18:21.758952 [ 3 ] {78c9804b-8957-42d1-b4c8-30de909a54b7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1003 | 2024.08.22 02:18:21.759003 [ 3 ] {78c9804b-8957-42d1-b4c8-30de909a54b7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1004 | 2024.08.22 02:18:21.759893 [ 3 ] {78c9804b-8957-42d1-b4c8-30de909a54b7} <Debug> DynamicQueryHandler: Done processing query | ||
1005 | 2024.08.22 02:18:21.759918 [ 3 ] {78c9804b-8957-42d1-b4c8-30de909a54b7} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1006 | 2024.08.22 02:18:21.759934 [ 3 ] {} <Debug> HTTP-Session: 5ee3ae30-d789-4e85-b60a-beed4dde4492 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1007 | 2024.08.22 02:18:21.763447 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 3987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1008 | 2024.08.22 02:18:21.763504 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1009 | 2024.08.22 02:18:21.763528 [ 3 ] {} <Debug> HTTP-Session: 5bd17810-fdaf-4a75-8c34-4ddd40ef0439 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
1010 | 2024.08.22 02:18:21.763548 [ 3 ] {} <Debug> HTTP-Session: 5bd17810-fdaf-4a75-8c34-4ddd40ef0439 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1011 | 2024.08.22 02:18:21.763565 [ 3 ] {} <Debug> HTTP-Session: 5bd17810-fdaf-4a75-8c34-4ddd40ef0439 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1012 | 2024.08.22 02:18:21.763603 [ 3 ] {} <Trace> HTTP-Session: 5bd17810-fdaf-4a75-8c34-4ddd40ef0439 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1013 | 2024.08.22 02:18:21.763744 [ 3 ] {d96e5bae-1627-4a61-a2e7-00536abffce6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
1014 | 2024.08.22 02:18:21.763800 [ 3 ] {d96e5bae-1627-4a61-a2e7-00536abffce6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1015 | 2024.08.22 02:18:21.764034 [ 3 ] {d96e5bae-1627-4a61-a2e7-00536abffce6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1016 | 2024.08.22 02:18:21.764575 [ 3 ] {d96e5bae-1627-4a61-a2e7-00536abffce6} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1017 | 2024.08.22 02:18:21.764613 [ 3 ] {d96e5bae-1627-4a61-a2e7-00536abffce6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
1018 | 2024.08.22 02:18:21.765189 [ 3 ] {d96e5bae-1627-4a61-a2e7-00536abffce6} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1019 | 2024.08.22 02:18:21.765514 [ 3 ] {d96e5bae-1627-4a61-a2e7-00536abffce6} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1020 | 2024.08.22 02:18:21.765646 [ 3 ] {d96e5bae-1627-4a61-a2e7-00536abffce6} <Debug> executeQuery: Read 14 rows, 2.01 KiB in 0.001954 sec., 7164.790174002047 rows/sec., 1.00 MiB/sec. | ||
1021 | 2024.08.22 02:18:21.765819 [ 3 ] {d96e5bae-1627-4a61-a2e7-00536abffce6} <Debug> DynamicQueryHandler: Done processing query | ||
1022 | 2024.08.22 02:18:21.765844 [ 3 ] {d96e5bae-1627-4a61-a2e7-00536abffce6} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1023 | 2024.08.22 02:18:21.765861 [ 3 ] {} <Debug> HTTP-Session: 5bd17810-fdaf-4a75-8c34-4ddd40ef0439 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1024 | 2024.08.22 02:18:21.765983 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 3588, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1025 | 2024.08.22 02:18:21.766032 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1026 | 2024.08.22 02:18:21.766052 [ 3 ] {} <Debug> HTTP-Session: 17e1f6d1-8c2f-4699-b364-30e1b6cd8cca Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
1027 | 2024.08.22 02:18:21.766069 [ 3 ] {} <Debug> HTTP-Session: 17e1f6d1-8c2f-4699-b364-30e1b6cd8cca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1028 | 2024.08.22 02:18:21.766084 [ 3 ] {} <Debug> HTTP-Session: 17e1f6d1-8c2f-4699-b364-30e1b6cd8cca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1029 | 2024.08.22 02:18:21.766114 [ 3 ] {} <Trace> HTTP-Session: 17e1f6d1-8c2f-4699-b364-30e1b6cd8cca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1030 | 2024.08.22 02:18:21.766219 [ 3 ] {cceb7bd9-e441-47a8-b12e-4d8c99009352} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1031 | 2024.08.22 02:18:21.766262 [ 3 ] {cceb7bd9-e441-47a8-b12e-4d8c99009352} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1032 | 2024.08.22 02:18:21.766507 [ 3 ] {cceb7bd9-e441-47a8-b12e-4d8c99009352} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1033 | 2024.08.22 02:18:21.767576 [ 3 ] {cceb7bd9-e441-47a8-b12e-4d8c99009352} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1034 | 2024.08.22 02:18:21.767611 [ 3 ] {cceb7bd9-e441-47a8-b12e-4d8c99009352} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
1035 | 2024.08.22 02:18:21.767990 [ 3 ] {cceb7bd9-e441-47a8-b12e-4d8c99009352} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1036 | 2024.08.22 02:18:21.768345 [ 3 ] {cceb7bd9-e441-47a8-b12e-4d8c99009352} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1037 | 2024.08.22 02:18:21.768466 [ 3 ] {cceb7bd9-e441-47a8-b12e-4d8c99009352} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.002277 sec., 11418.533157663593 rows/sec., 869.34 KiB/sec. | ||
1038 | 2024.08.22 02:18:21.768667 [ 3 ] {cceb7bd9-e441-47a8-b12e-4d8c99009352} <Debug> DynamicQueryHandler: Done processing query | ||
1039 | 2024.08.22 02:18:21.768697 [ 3 ] {cceb7bd9-e441-47a8-b12e-4d8c99009352} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1040 | 2024.08.22 02:18:21.768714 [ 3 ] {} <Debug> HTTP-Session: 17e1f6d1-8c2f-4699-b364-30e1b6cd8cca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1041 | 2024.08.22 02:18:21.768840 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 4778, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1042 | 2024.08.22 02:18:21.768889 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1043 | 2024.08.22 02:18:21.768910 [ 3 ] {} <Debug> HTTP-Session: 72a18470-9f1f-4e37-8f80-f8b412aea0b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
1044 | 2024.08.22 02:18:21.768930 [ 3 ] {} <Debug> HTTP-Session: 72a18470-9f1f-4e37-8f80-f8b412aea0b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1045 | 2024.08.22 02:18:21.768944 [ 3 ] {} <Debug> HTTP-Session: 72a18470-9f1f-4e37-8f80-f8b412aea0b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1046 | 2024.08.22 02:18:21.768975 [ 3 ] {} <Trace> HTTP-Session: 72a18470-9f1f-4e37-8f80-f8b412aea0b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1047 | 2024.08.22 02:18:21.769080 [ 3 ] {d837062b-5631-4b2b-97d4-893c9f7c914d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1048 | 2024.08.22 02:18:21.769123 [ 3 ] {d837062b-5631-4b2b-97d4-893c9f7c914d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1049 | 2024.08.22 02:18:21.769902 [ 3 ] {d837062b-5631-4b2b-97d4-893c9f7c914d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1050 | 2024.08.22 02:18:21.770332 [ 3 ] {d837062b-5631-4b2b-97d4-893c9f7c914d} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1051 | 2024.08.22 02:18:21.770368 [ 3 ] {d837062b-5631-4b2b-97d4-893c9f7c914d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
1052 | 2024.08.22 02:18:21.773206 [ 3 ] {d837062b-5631-4b2b-97d4-893c9f7c914d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1053 | 2024.08.22 02:18:21.773654 [ 3 ] {d837062b-5631-4b2b-97d4-893c9f7c914d} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1054 | 2024.08.22 02:18:21.773782 [ 3 ] {d837062b-5631-4b2b-97d4-893c9f7c914d} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.004733 sec., 5915.909571096556 rows/sec., 472.50 KiB/sec. | ||
1055 | 2024.08.22 02:18:21.773954 [ 3 ] {d837062b-5631-4b2b-97d4-893c9f7c914d} <Debug> DynamicQueryHandler: Done processing query | ||
1056 | 2024.08.22 02:18:21.773979 [ 3 ] {d837062b-5631-4b2b-97d4-893c9f7c914d} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1057 | 2024.08.22 02:18:21.773997 [ 3 ] {} <Debug> HTTP-Session: 72a18470-9f1f-4e37-8f80-f8b412aea0b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1058 | 2024.08.22 02:18:21.774223 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 15263, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1059 | 2024.08.22 02:18:21.774276 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1060 | 2024.08.22 02:18:21.774297 [ 3 ] {} <Debug> HTTP-Session: 1f896422-d513-48c7-b4f9-bd638032126e Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
1061 | 2024.08.22 02:18:21.774315 [ 3 ] {} <Debug> HTTP-Session: 1f896422-d513-48c7-b4f9-bd638032126e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1062 | 2024.08.22 02:18:21.774331 [ 3 ] {} <Debug> HTTP-Session: 1f896422-d513-48c7-b4f9-bd638032126e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1063 | 2024.08.22 02:18:21.774364 [ 3 ] {} <Trace> HTTP-Session: 1f896422-d513-48c7-b4f9-bd638032126e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1064 | 2024.08.22 02:18:21.774491 [ 3 ] {7db4f0b5-ab3e-4cd3-9a68-9a8eb5c54de1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1065 | 2024.08.22 02:18:21.774539 [ 3 ] {7db4f0b5-ab3e-4cd3-9a68-9a8eb5c54de1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1066 | 2024.08.22 02:18:21.774691 [ 3 ] {7db4f0b5-ab3e-4cd3-9a68-9a8eb5c54de1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1067 | 2024.08.22 02:18:21.775634 [ 3 ] {7db4f0b5-ab3e-4cd3-9a68-9a8eb5c54de1} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1068 | 2024.08.22 02:18:21.775671 [ 3 ] {7db4f0b5-ab3e-4cd3-9a68-9a8eb5c54de1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
1069 | 2024.08.22 02:18:21.777993 [ 3 ] {7db4f0b5-ab3e-4cd3-9a68-9a8eb5c54de1} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1070 | 2024.08.22 02:18:21.778422 [ 3 ] {7db4f0b5-ab3e-4cd3-9a68-9a8eb5c54de1} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1071 | 2024.08.22 02:18:21.778577 [ 3 ] {7db4f0b5-ab3e-4cd3-9a68-9a8eb5c54de1} <Debug> executeQuery: Read 80 rows, 5.68 KiB in 0.00413 sec., 19370.46004842615 rows/sec., 1.34 MiB/sec. | ||
1072 | 2024.08.22 02:18:21.778856 [ 3 ] {7db4f0b5-ab3e-4cd3-9a68-9a8eb5c54de1} <Debug> DynamicQueryHandler: Done processing query | ||
1073 | 2024.08.22 02:18:21.778882 [ 3 ] {7db4f0b5-ab3e-4cd3-9a68-9a8eb5c54de1} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1074 | 2024.08.22 02:18:21.778899 [ 3 ] {} <Debug> HTTP-Session: 1f896422-d513-48c7-b4f9-bd638032126e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1075 | 2024.08.22 02:18:21.779022 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 3697, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1076 | 2024.08.22 02:18:21.779073 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1077 | 2024.08.22 02:18:21.779092 [ 3 ] {} <Debug> HTTP-Session: 3f84bbbd-56fc-4cf6-808d-b4756bbd9cdf Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
1078 | 2024.08.22 02:18:21.779110 [ 3 ] {} <Debug> HTTP-Session: 3f84bbbd-56fc-4cf6-808d-b4756bbd9cdf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1079 | 2024.08.22 02:18:21.779123 [ 3 ] {} <Debug> HTTP-Session: 3f84bbbd-56fc-4cf6-808d-b4756bbd9cdf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1080 | 2024.08.22 02:18:21.779155 [ 3 ] {} <Trace> HTTP-Session: 3f84bbbd-56fc-4cf6-808d-b4756bbd9cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1081 | 2024.08.22 02:18:21.779267 [ 3 ] {8c0dfbe0-dbbe-4bc7-b47b-83ea54ca5ca2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1082 | 2024.08.22 02:18:21.779315 [ 3 ] {8c0dfbe0-dbbe-4bc7-b47b-83ea54ca5ca2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1083 | 2024.08.22 02:18:21.779478 [ 3 ] {8c0dfbe0-dbbe-4bc7-b47b-83ea54ca5ca2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1084 | 2024.08.22 02:18:21.779774 [ 3 ] {8c0dfbe0-dbbe-4bc7-b47b-83ea54ca5ca2} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1085 | 2024.08.22 02:18:21.779811 [ 3 ] {8c0dfbe0-dbbe-4bc7-b47b-83ea54ca5ca2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
1086 | 2024.08.22 02:18:21.780187 [ 3 ] {8c0dfbe0-dbbe-4bc7-b47b-83ea54ca5ca2} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1087 | 2024.08.22 02:18:21.780856 [ 3 ] {8c0dfbe0-dbbe-4bc7-b47b-83ea54ca5ca2} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1088 | 2024.08.22 02:18:21.780984 [ 3 ] {8c0dfbe0-dbbe-4bc7-b47b-83ea54ca5ca2} <Debug> executeQuery: Read 24 rows, 1.68 KiB in 0.001755 sec., 13675.213675213674 rows/sec., 959.31 KiB/sec. | ||
1089 | 2024.08.22 02:18:21.781257 [ 3 ] {8c0dfbe0-dbbe-4bc7-b47b-83ea54ca5ca2} <Debug> DynamicQueryHandler: Done processing query | ||
1090 | 2024.08.22 02:18:21.781280 [ 3 ] {8c0dfbe0-dbbe-4bc7-b47b-83ea54ca5ca2} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1091 | 2024.08.22 02:18:21.781299 [ 3 ] {} <Debug> HTTP-Session: 3f84bbbd-56fc-4cf6-808d-b4756bbd9cdf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1092 | 2024.08.22 02:18:26.724353 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1093 | 2024.08.22 02:18:26.724517 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1094 | 2024.08.22 02:18:26.724579 [ 3 ] {} <Debug> HTTP-Session: c68f615b-19cd-4d88-b1d8-367c52fb17df Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
1095 | 2024.08.22 02:18:26.724609 [ 3 ] {} <Debug> HTTP-Session: c68f615b-19cd-4d88-b1d8-367c52fb17df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1096 | 2024.08.22 02:18:26.724634 [ 3 ] {} <Debug> HTTP-Session: c68f615b-19cd-4d88-b1d8-367c52fb17df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1097 | 2024.08.22 02:18:26.724696 [ 3 ] {} <Trace> HTTP-Session: c68f615b-19cd-4d88-b1d8-367c52fb17df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1098 | 2024.08.22 02:18:26.724951 [ 3 ] {bfb56687-d9e1-49da-92ce-58858758f1de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) 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) | ||
1099 | 2024.08.22 02:18:26.725476 [ 3 ] {bfb56687-d9e1-49da-92ce-58858758f1de} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1100 | 2024.08.22 02:18:26.727701 [ 3 ] {bfb56687-d9e1-49da-92ce-58858758f1de} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent')" moved to PREWHERE | ||
1101 | 2024.08.22 02:18:26.728072 [ 3 ] {bfb56687-d9e1-49da-92ce-58858758f1de} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1102 | 2024.08.22 02:18:26.730288 [ 3 ] {bfb56687-d9e1-49da-92ce-58858758f1de} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1103 | 2024.08.22 02:18:26.730666 [ 3 ] {bfb56687-d9e1-49da-92ce-58858758f1de} <Debug> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Key condition: (column 0 notIn 14-element set) | ||
1104 | 2024.08.22 02:18:26.733892 [ 3 ] {bfb56687-d9e1-49da-92ce-58858758f1de} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1105 | 2024.08.22 02:18:26.733953 [ 3 ] {bfb56687-d9e1-49da-92ce-58858758f1de} <Debug> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (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 | ||
1106 | 2024.08.22 02:18:26.733977 [ 3 ] {bfb56687-d9e1-49da-92ce-58858758f1de} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1107 | 2024.08.22 02:18:26.734092 [ 3 ] {bfb56687-d9e1-49da-92ce-58858758f1de} <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'))" | ||
1108 | 2024.08.22 02:18:26.734121 [ 3 ] {bfb56687-d9e1-49da-92ce-58858758f1de} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
1109 | 2024.08.22 02:18:26.742085 [ 3 ] {bfb56687-d9e1-49da-92ce-58858758f1de} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.017247 sec., 811.7353742679887 rows/sec., 33.12 KiB/sec. | ||
1110 | 2024.08.22 02:18:26.742369 [ 3 ] {bfb56687-d9e1-49da-92ce-58858758f1de} <Debug> DynamicQueryHandler: Done processing query | ||
1111 | 2024.08.22 02:18:26.742396 [ 3 ] {bfb56687-d9e1-49da-92ce-58858758f1de} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1112 | 2024.08.22 02:18:26.742413 [ 3 ] {} <Debug> HTTP-Session: c68f615b-19cd-4d88-b1d8-367c52fb17df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1113 | 2024.08.22 02:18:26.744255 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 647, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1114 | 2024.08.22 02:18:26.744313 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1115 | 2024.08.22 02:18:26.744338 [ 3 ] {} <Debug> HTTP-Session: 1b8878b4-c35a-41d7-8735-c9ee8e19fe31 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
1116 | 2024.08.22 02:18:26.744357 [ 3 ] {} <Debug> HTTP-Session: 1b8878b4-c35a-41d7-8735-c9ee8e19fe31 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1117 | 2024.08.22 02:18:26.744372 [ 3 ] {} <Debug> HTTP-Session: 1b8878b4-c35a-41d7-8735-c9ee8e19fe31 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1118 | 2024.08.22 02:18:26.744407 [ 3 ] {} <Trace> HTTP-Session: 1b8878b4-c35a-41d7-8735-c9ee8e19fe31 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1119 | 2024.08.22 02:18:26.744555 [ 3 ] {20c50652-a418-4edc-9176-9bd0cbcb960a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
1120 | 2024.08.22 02:18:26.744816 [ 3 ] {20c50652-a418-4edc-9176-9bd0cbcb960a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1121 | 2024.08.22 02:18:26.744856 [ 3 ] {20c50652-a418-4edc-9176-9bd0cbcb960a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
1122 | 2024.08.22 02:18:26.745107 [ 3 ] {20c50652-a418-4edc-9176-9bd0cbcb960a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1123 | 2024.08.22 02:18:26.745174 [ 3 ] {20c50652-a418-4edc-9176-9bd0cbcb960a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1124 | 2024.08.22 02:18:26.745320 [ 3 ] {20c50652-a418-4edc-9176-9bd0cbcb960a} <Debug> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Key condition: (column 0 notIn 15-element set) | ||
1125 | 2024.08.22 02:18:26.745354 [ 3 ] {20c50652-a418-4edc-9176-9bd0cbcb960a} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1126 | 2024.08.22 02:18:26.745380 [ 3 ] {20c50652-a418-4edc-9176-9bd0cbcb960a} <Debug> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (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 | ||
1127 | 2024.08.22 02:18:26.745398 [ 3 ] {20c50652-a418-4edc-9176-9bd0cbcb960a} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1128 | 2024.08.22 02:18:26.745441 [ 3 ] {20c50652-a418-4edc-9176-9bd0cbcb960a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))" | ||
1129 | 2024.08.22 02:18:26.745463 [ 3 ] {20c50652-a418-4edc-9176-9bd0cbcb960a} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
1130 | 2024.08.22 02:18:26.746382 [ 3 ] {20c50652-a418-4edc-9176-9bd0cbcb960a} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001881 sec., 7442.849548112706 rows/sec., 303.72 KiB/sec. | ||
1131 | 2024.08.22 02:18:26.746634 [ 3 ] {20c50652-a418-4edc-9176-9bd0cbcb960a} <Debug> DynamicQueryHandler: Done processing query | ||
1132 | 2024.08.22 02:18:26.746659 [ 3 ] {20c50652-a418-4edc-9176-9bd0cbcb960a} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1133 | 2024.08.22 02:18:26.746676 [ 3 ] {} <Debug> HTTP-Session: 1b8878b4-c35a-41d7-8735-c9ee8e19fe31 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1134 | 2024.08.22 02:18:26.746907 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 685, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1135 | 2024.08.22 02:18:26.746957 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1136 | 2024.08.22 02:18:26.746977 [ 3 ] {} <Debug> HTTP-Session: 8b6da020-92b7-4aef-9062-5c57955fc55d Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
1137 | 2024.08.22 02:18:26.746995 [ 3 ] {} <Debug> HTTP-Session: 8b6da020-92b7-4aef-9062-5c57955fc55d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1138 | 2024.08.22 02:18:26.747009 [ 3 ] {} <Debug> HTTP-Session: 8b6da020-92b7-4aef-9062-5c57955fc55d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1139 | 2024.08.22 02:18:26.747041 [ 3 ] {} <Trace> HTTP-Session: 8b6da020-92b7-4aef-9062-5c57955fc55d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1140 | 2024.08.22 02:18:26.747180 [ 3 ] {c2ceea4e-6015-43f1-95d5-458f9480f9fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
1141 | 2024.08.22 02:18:26.747444 [ 3 ] {c2ceea4e-6015-43f1-95d5-458f9480f9fd} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1142 | 2024.08.22 02:18:26.747484 [ 3 ] {c2ceea4e-6015-43f1-95d5-458f9480f9fd} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
1143 | 2024.08.22 02:18:26.747734 [ 3 ] {c2ceea4e-6015-43f1-95d5-458f9480f9fd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1144 | 2024.08.22 02:18:26.747798 [ 3 ] {c2ceea4e-6015-43f1-95d5-458f9480f9fd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1145 | 2024.08.22 02:18:26.747934 [ 3 ] {c2ceea4e-6015-43f1-95d5-458f9480f9fd} <Debug> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Key condition: (column 0 notIn 16-element set) | ||
1146 | 2024.08.22 02:18:26.747967 [ 3 ] {c2ceea4e-6015-43f1-95d5-458f9480f9fd} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1147 | 2024.08.22 02:18:26.747990 [ 3 ] {c2ceea4e-6015-43f1-95d5-458f9480f9fd} <Debug> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (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 | ||
1148 | 2024.08.22 02:18:26.748008 [ 3 ] {c2ceea4e-6015-43f1-95d5-458f9480f9fd} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1149 | 2024.08.22 02:18:26.748049 [ 3 ] {c2ceea4e-6015-43f1-95d5-458f9480f9fd} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))" | ||
1150 | 2024.08.22 02:18:26.748071 [ 3 ] {c2ceea4e-6015-43f1-95d5-458f9480f9fd} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
1151 | 2024.08.22 02:18:26.748894 [ 3 ] {c2ceea4e-6015-43f1-95d5-458f9480f9fd} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001777 sec., 7878.446820483962 rows/sec., 321.49 KiB/sec. | ||
1152 | 2024.08.22 02:18:26.749130 [ 3 ] {c2ceea4e-6015-43f1-95d5-458f9480f9fd} <Debug> DynamicQueryHandler: Done processing query | ||
1153 | 2024.08.22 02:18:26.749155 [ 3 ] {c2ceea4e-6015-43f1-95d5-458f9480f9fd} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1154 | 2024.08.22 02:18:26.749171 [ 3 ] {} <Debug> HTTP-Session: 8b6da020-92b7-4aef-9062-5c57955fc55d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1155 | 2024.08.22 02:18:26.749383 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 722, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1156 | 2024.08.22 02:18:26.749451 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1157 | 2024.08.22 02:18:26.749475 [ 3 ] {} <Debug> HTTP-Session: 19915300-4e7a-4568-b6ab-91f476443fa8 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
1158 | 2024.08.22 02:18:26.749491 [ 3 ] {} <Debug> HTTP-Session: 19915300-4e7a-4568-b6ab-91f476443fa8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1159 | 2024.08.22 02:18:26.749505 [ 3 ] {} <Debug> HTTP-Session: 19915300-4e7a-4568-b6ab-91f476443fa8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1160 | 2024.08.22 02:18:26.749541 [ 3 ] {} <Trace> HTTP-Session: 19915300-4e7a-4568-b6ab-91f476443fa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1161 | 2024.08.22 02:18:26.749691 [ 3 ] {4ad96835-cda0-4686-859f-cd0bd89f2be3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
1162 | 2024.08.22 02:18:26.749948 [ 3 ] {4ad96835-cda0-4686-859f-cd0bd89f2be3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1163 | 2024.08.22 02:18:26.749987 [ 3 ] {4ad96835-cda0-4686-859f-cd0bd89f2be3} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
1164 | 2024.08.22 02:18:26.750237 [ 3 ] {4ad96835-cda0-4686-859f-cd0bd89f2be3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1165 | 2024.08.22 02:18:26.750301 [ 3 ] {4ad96835-cda0-4686-859f-cd0bd89f2be3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1166 | 2024.08.22 02:18:26.750439 [ 3 ] {4ad96835-cda0-4686-859f-cd0bd89f2be3} <Debug> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Key condition: (column 0 notIn 17-element set) | ||
1167 | 2024.08.22 02:18:26.750471 [ 3 ] {4ad96835-cda0-4686-859f-cd0bd89f2be3} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1168 | 2024.08.22 02:18:26.750494 [ 3 ] {4ad96835-cda0-4686-859f-cd0bd89f2be3} <Debug> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (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 | ||
1169 | 2024.08.22 02:18:26.750511 [ 3 ] {4ad96835-cda0-4686-859f-cd0bd89f2be3} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1170 | 2024.08.22 02:18:26.750552 [ 3 ] {4ad96835-cda0-4686-859f-cd0bd89f2be3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))" | ||
1171 | 2024.08.22 02:18:26.750574 [ 3 ] {4ad96835-cda0-4686-859f-cd0bd89f2be3} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
1172 | 2024.08.22 02:18:26.751457 [ 3 ] {4ad96835-cda0-4686-859f-cd0bd89f2be3} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001818 sec., 7700.770077007701 rows/sec., 314.24 KiB/sec. | ||
1173 | 2024.08.22 02:18:26.751694 [ 3 ] {4ad96835-cda0-4686-859f-cd0bd89f2be3} <Debug> DynamicQueryHandler: Done processing query | ||
1174 | 2024.08.22 02:18:26.751718 [ 3 ] {4ad96835-cda0-4686-859f-cd0bd89f2be3} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1175 | 2024.08.22 02:18:26.751736 [ 3 ] {} <Debug> HTTP-Session: 19915300-4e7a-4568-b6ab-91f476443fa8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1176 | 2024.08.22 02:18:26.752799 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 774, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1177 | 2024.08.22 02:18:26.752847 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1178 | 2024.08.22 02:18:26.752865 [ 3 ] {} <Debug> HTTP-Session: 550b97dd-4276-47f2-bbcb-2cb62d92d762 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
1179 | 2024.08.22 02:18:26.752882 [ 3 ] {} <Debug> HTTP-Session: 550b97dd-4276-47f2-bbcb-2cb62d92d762 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1180 | 2024.08.22 02:18:26.752897 [ 3 ] {} <Debug> HTTP-Session: 550b97dd-4276-47f2-bbcb-2cb62d92d762 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1181 | 2024.08.22 02:18:26.752927 [ 3 ] {} <Trace> HTTP-Session: 550b97dd-4276-47f2-bbcb-2cb62d92d762 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1182 | 2024.08.22 02:18:26.753062 [ 3 ] {00a79c8d-fff6-4019-b369-9c0e9ea4df4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
1183 | 2024.08.22 02:18:26.753319 [ 3 ] {00a79c8d-fff6-4019-b369-9c0e9ea4df4a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1184 | 2024.08.22 02:18:26.753358 [ 3 ] {00a79c8d-fff6-4019-b369-9c0e9ea4df4a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
1185 | 2024.08.22 02:18:26.753612 [ 3 ] {00a79c8d-fff6-4019-b369-9c0e9ea4df4a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1186 | 2024.08.22 02:18:26.753675 [ 3 ] {00a79c8d-fff6-4019-b369-9c0e9ea4df4a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1187 | 2024.08.22 02:18:26.753812 [ 3 ] {00a79c8d-fff6-4019-b369-9c0e9ea4df4a} <Debug> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
1188 | 2024.08.22 02:18:26.753844 [ 3 ] {00a79c8d-fff6-4019-b369-9c0e9ea4df4a} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1189 | 2024.08.22 02:18:26.753866 [ 3 ] {00a79c8d-fff6-4019-b369-9c0e9ea4df4a} <Debug> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (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 | ||
1190 | 2024.08.22 02:18:26.753884 [ 3 ] {00a79c8d-fff6-4019-b369-9c0e9ea4df4a} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1191 | 2024.08.22 02:18:26.753925 [ 3 ] {00a79c8d-fff6-4019-b369-9c0e9ea4df4a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))" | ||
1192 | 2024.08.22 02:18:26.753947 [ 3 ] {00a79c8d-fff6-4019-b369-9c0e9ea4df4a} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
1193 | 2024.08.22 02:18:26.754742 [ 3 ] {00a79c8d-fff6-4019-b369-9c0e9ea4df4a} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001743 sec., 8032.128514056225 rows/sec., 327.76 KiB/sec. | ||
1194 | 2024.08.22 02:18:26.754966 [ 3 ] {00a79c8d-fff6-4019-b369-9c0e9ea4df4a} <Debug> DynamicQueryHandler: Done processing query | ||
1195 | 2024.08.22 02:18:26.754991 [ 3 ] {00a79c8d-fff6-4019-b369-9c0e9ea4df4a} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1196 | 2024.08.22 02:18:26.755007 [ 3 ] {} <Debug> HTTP-Session: 550b97dd-4276-47f2-bbcb-2cb62d92d762 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1197 | 2024.08.22 02:18:26.755158 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 1142, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1198 | 2024.08.22 02:18:26.755206 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1199 | 2024.08.22 02:18:26.755224 [ 3 ] {} <Debug> HTTP-Session: efa79a40-c0e8-4ae2-be6c-6ea86e6f6ddd Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
1200 | 2024.08.22 02:18:26.755241 [ 3 ] {} <Debug> HTTP-Session: efa79a40-c0e8-4ae2-be6c-6ea86e6f6ddd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1201 | 2024.08.22 02:18:26.755255 [ 3 ] {} <Debug> HTTP-Session: efa79a40-c0e8-4ae2-be6c-6ea86e6f6ddd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1202 | 2024.08.22 02:18:26.755285 [ 3 ] {} <Trace> HTTP-Session: efa79a40-c0e8-4ae2-be6c-6ea86e6f6ddd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1203 | 2024.08.22 02:18:26.755396 [ 3 ] {c46fa4ca-0ee3-4771-8a41-d30c478cc71c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
1204 | 2024.08.22 02:18:26.755441 [ 3 ] {c46fa4ca-0ee3-4771-8a41-d30c478cc71c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1205 | 2024.08.22 02:18:26.755606 [ 3 ] {c46fa4ca-0ee3-4771-8a41-d30c478cc71c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1206 | 2024.08.22 02:18:26.755891 [ 3 ] {c46fa4ca-0ee3-4771-8a41-d30c478cc71c} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1207 | 2024.08.22 02:18:26.755929 [ 3 ] {c46fa4ca-0ee3-4771-8a41-d30c478cc71c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
1208 | 2024.08.22 02:18:26.756391 [ 3 ] {c46fa4ca-0ee3-4771-8a41-d30c478cc71c} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1209 | 2024.08.22 02:18:26.756708 [ 3 ] {c46fa4ca-0ee3-4771-8a41-d30c478cc71c} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1210 | 2024.08.22 02:18:26.756895 [ 3 ] {c46fa4ca-0ee3-4771-8a41-d30c478cc71c} <Debug> executeQuery: Read 5 rows, 539.00 B in 0.001529 sec., 3270.1111837802487 rows/sec., 344.26 KiB/sec. | ||
1211 | 2024.08.22 02:18:26.757059 [ 3 ] {c46fa4ca-0ee3-4771-8a41-d30c478cc71c} <Debug> DynamicQueryHandler: Done processing query | ||
1212 | 2024.08.22 02:18:26.757083 [ 3 ] {c46fa4ca-0ee3-4771-8a41-d30c478cc71c} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1213 | 2024.08.22 02:18:26.757099 [ 3 ] {} <Debug> HTTP-Session: efa79a40-c0e8-4ae2-be6c-6ea86e6f6ddd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1214 | 2024.08.22 02:18:26.757248 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 16026, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1215 | 2024.08.22 02:18:26.757294 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1216 | 2024.08.22 02:18:26.757313 [ 3 ] {} <Debug> HTTP-Session: 0e063eed-e143-4d21-8604-d2d049f0dc2f Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
1217 | 2024.08.22 02:18:26.757329 [ 3 ] {} <Debug> HTTP-Session: 0e063eed-e143-4d21-8604-d2d049f0dc2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1218 | 2024.08.22 02:18:26.757343 [ 3 ] {} <Debug> HTTP-Session: 0e063eed-e143-4d21-8604-d2d049f0dc2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1219 | 2024.08.22 02:18:26.757373 [ 3 ] {} <Trace> HTTP-Session: 0e063eed-e143-4d21-8604-d2d049f0dc2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1220 | 2024.08.22 02:18:26.757499 [ 3 ] {3508cf32-5681-4a4b-ad9e-69c775952110} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1221 | 2024.08.22 02:18:26.757542 [ 3 ] {3508cf32-5681-4a4b-ad9e-69c775952110} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1222 | 2024.08.22 02:18:26.757774 [ 3 ] {3508cf32-5681-4a4b-ad9e-69c775952110} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1223 | 2024.08.22 02:18:26.758166 [ 3 ] {3508cf32-5681-4a4b-ad9e-69c775952110} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1224 | 2024.08.22 02:18:26.758202 [ 3 ] {3508cf32-5681-4a4b-ad9e-69c775952110} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
1225 | 2024.08.22 02:18:26.758588 [ 3 ] {3508cf32-5681-4a4b-ad9e-69c775952110} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1226 | 2024.08.22 02:18:26.758949 [ 3 ] {3508cf32-5681-4a4b-ad9e-69c775952110} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1227 | 2024.08.22 02:18:26.759102 [ 3 ] {3508cf32-5681-4a4b-ad9e-69c775952110} <Debug> executeQuery: Read 109 rows, 9.39 KiB in 0.001652 sec., 65980.62953995157 rows/sec., 5.55 MiB/sec. | ||
1228 | 2024.08.22 02:18:26.759269 [ 3 ] {3508cf32-5681-4a4b-ad9e-69c775952110} <Debug> DynamicQueryHandler: Done processing query | ||
1229 | 2024.08.22 02:18:26.759293 [ 3 ] {3508cf32-5681-4a4b-ad9e-69c775952110} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
1230 | 2024.08.22 02:18:26.759309 [ 3 ] {} <Debug> HTTP-Session: 0e063eed-e143-4d21-8604-d2d049f0dc2f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1231 | 2024.08.22 02:18:26.759432 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 4068, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1232 | 2024.08.22 02:18:26.759480 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1233 | 2024.08.22 02:18:26.759499 [ 3 ] {} <Debug> HTTP-Session: e0b5394e-0528-4e4f-bde2-5aa697081ba7 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
1234 | 2024.08.22 02:18:26.759515 [ 3 ] {} <Debug> HTTP-Session: e0b5394e-0528-4e4f-bde2-5aa697081ba7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1235 | 2024.08.22 02:18:26.759529 [ 3 ] {} <Debug> HTTP-Session: e0b5394e-0528-4e4f-bde2-5aa697081ba7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1236 | 2024.08.22 02:18:26.759559 [ 3 ] {} <Trace> HTTP-Session: e0b5394e-0528-4e4f-bde2-5aa697081ba7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1237 | 2024.08.22 02:18:26.759660 [ 3 ] {7f2c8208-06b8-4f51-a28e-4fc26662de0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
1238 | 2024.08.22 02:18:26.759703 [ 3 ] {7f2c8208-06b8-4f51-a28e-4fc26662de0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
1239 | 2024.08.22 02:18:26.759925 [ 3 ] {7f2c8208-06b8-4f51-a28e-4fc26662de0f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1240 | 2024.08.22 02:18:26.760303 [ 3 ] {7f2c8208-06b8-4f51-a28e-4fc26662de0f} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1241 | 2024.08.22 02:18:26.760336 [ 3 ] {7f2c8208-06b8-4f51-a28e-4fc26662de0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
1242 | 2024.08.22 02:18:26.760738 [ 3 ] {7f2c8208-06b8-4f51-a28e-4fc26662de0f} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1243 | 2024.08.22 02:18:26.761080 [ 3 ] {7f2c8208-06b8-4f51-a28e-4fc26662de0f} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1244 | 2024.08.22 02:18:26.761250 [ 3 ] {7f2c8208-06b8-4f51-a28e-4fc26662de0f} <Debug> executeQuery: Read 28 rows, 2.11 KiB in 0.00161 sec., 17391.304347826084 rows/sec., 1.28 MiB/sec. | ||
1245 | 2024.08.22 02:18:26.761523 [ 3 ] {7f2c8208-06b8-4f51-a28e-4fc26662de0f} <Debug> DynamicQueryHandler: Done processing query | ||
1246 | 2024.08.22 02:18:26.761547 [ 3 ] {7f2c8208-06b8-4f51-a28e-4fc26662de0f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1247 | 2024.08.22 02:18:26.761564 [ 3 ] {} <Debug> HTTP-Session: e0b5394e-0528-4e4f-bde2-5aa697081ba7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1248 | 2024.08.22 02:18:26.761675 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 181, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1249 | 2024.08.22 02:18:26.761723 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1250 | 2024.08.22 02:18:26.761742 [ 3 ] {} <Debug> HTTP-Session: 425d838d-1b2e-4fbb-ac38-916e5595e02b Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
1251 | 2024.08.22 02:18:26.761758 [ 3 ] {} <Debug> HTTP-Session: 425d838d-1b2e-4fbb-ac38-916e5595e02b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1252 | 2024.08.22 02:18:26.761772 [ 3 ] {} <Debug> HTTP-Session: 425d838d-1b2e-4fbb-ac38-916e5595e02b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1253 | 2024.08.22 02:18:26.761802 [ 3 ] {} <Trace> HTTP-Session: 425d838d-1b2e-4fbb-ac38-916e5595e02b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1254 | 2024.08.22 02:18:26.761895 [ 3 ] {38134c3b-c7ff-48dd-b431-05cfbc4f2870} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
1255 | 2024.08.22 02:18:26.761938 [ 3 ] {38134c3b-c7ff-48dd-b431-05cfbc4f2870} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
1256 | 2024.08.22 02:18:26.762181 [ 3 ] {38134c3b-c7ff-48dd-b431-05cfbc4f2870} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1257 | 2024.08.22 02:18:26.762509 [ 3 ] {38134c3b-c7ff-48dd-b431-05cfbc4f2870} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1258 | 2024.08.22 02:18:26.762544 [ 3 ] {38134c3b-c7ff-48dd-b431-05cfbc4f2870} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
1259 | 2024.08.22 02:18:26.762873 [ 3 ] {38134c3b-c7ff-48dd-b431-05cfbc4f2870} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1260 | 2024.08.22 02:18:26.763217 [ 3 ] {38134c3b-c7ff-48dd-b431-05cfbc4f2870} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1261 | 2024.08.22 02:18:26.763369 [ 3 ] {38134c3b-c7ff-48dd-b431-05cfbc4f2870} <Debug> executeQuery: Read 1 rows, 68.00 B in 0.001497 sec., 668.002672010688 rows/sec., 44.36 KiB/sec. | ||
1262 | 2024.08.22 02:18:26.763537 [ 3 ] {38134c3b-c7ff-48dd-b431-05cfbc4f2870} <Debug> DynamicQueryHandler: Done processing query | ||
1263 | 2024.08.22 02:18:26.763561 [ 3 ] {38134c3b-c7ff-48dd-b431-05cfbc4f2870} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1264 | 2024.08.22 02:18:26.763576 [ 3 ] {} <Debug> HTTP-Session: 425d838d-1b2e-4fbb-ac38-916e5595e02b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1265 | 2024.08.22 02:18:26.763699 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 16301, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1266 | 2024.08.22 02:18:26.763746 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1267 | 2024.08.22 02:18:26.763765 [ 3 ] {} <Debug> HTTP-Session: a26db7ad-5590-46a6-a128-04321b4f2ee9 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
1268 | 2024.08.22 02:18:26.763781 [ 3 ] {} <Debug> HTTP-Session: a26db7ad-5590-46a6-a128-04321b4f2ee9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1269 | 2024.08.22 02:18:26.763795 [ 3 ] {} <Debug> HTTP-Session: a26db7ad-5590-46a6-a128-04321b4f2ee9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1270 | 2024.08.22 02:18:26.763825 [ 3 ] {} <Trace> HTTP-Session: a26db7ad-5590-46a6-a128-04321b4f2ee9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1271 | 2024.08.22 02:18:26.763953 [ 3 ] {50247318-b17a-466c-9cec-5ad45e74704c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1272 | 2024.08.22 02:18:26.763996 [ 3 ] {50247318-b17a-466c-9cec-5ad45e74704c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1273 | 2024.08.22 02:18:26.764217 [ 3 ] {50247318-b17a-466c-9cec-5ad45e74704c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1274 | 2024.08.22 02:18:26.764646 [ 3 ] {50247318-b17a-466c-9cec-5ad45e74704c} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1275 | 2024.08.22 02:18:26.764683 [ 3 ] {50247318-b17a-466c-9cec-5ad45e74704c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
1276 | 2024.08.22 02:18:26.765067 [ 3 ] {50247318-b17a-466c-9cec-5ad45e74704c} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1277 | 2024.08.22 02:18:26.765438 [ 3 ] {50247318-b17a-466c-9cec-5ad45e74704c} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1278 | 2024.08.22 02:18:26.765600 [ 3 ] {50247318-b17a-466c-9cec-5ad45e74704c} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001701 sec., 56437.3897707231 rows/sec., 4.41 MiB/sec. | ||
1279 | 2024.08.22 02:18:26.765770 [ 3 ] {50247318-b17a-466c-9cec-5ad45e74704c} <Debug> DynamicQueryHandler: Done processing query | ||
1280 | 2024.08.22 02:18:26.765794 [ 3 ] {50247318-b17a-466c-9cec-5ad45e74704c} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1281 | 2024.08.22 02:18:26.765810 [ 3 ] {} <Debug> HTTP-Session: a26db7ad-5590-46a6-a128-04321b4f2ee9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1282 | 2024.08.22 02:18:26.766062 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 26686, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1283 | 2024.08.22 02:18:26.766110 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1284 | 2024.08.22 02:18:26.766130 [ 3 ] {} <Debug> HTTP-Session: 9485a5bb-9635-4a6e-9c1f-66c2388331c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
1285 | 2024.08.22 02:18:26.766146 [ 3 ] {} <Debug> HTTP-Session: 9485a5bb-9635-4a6e-9c1f-66c2388331c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1286 | 2024.08.22 02:18:26.766160 [ 3 ] {} <Debug> HTTP-Session: 9485a5bb-9635-4a6e-9c1f-66c2388331c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1287 | 2024.08.22 02:18:26.766190 [ 3 ] {} <Trace> HTTP-Session: 9485a5bb-9635-4a6e-9c1f-66c2388331c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1288 | 2024.08.22 02:18:26.766330 [ 3 ] {3f599f51-f8ba-450f-8a3d-26225b04fd04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1289 | 2024.08.22 02:18:26.766375 [ 3 ] {3f599f51-f8ba-450f-8a3d-26225b04fd04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1290 | 2024.08.22 02:18:26.766518 [ 3 ] {3f599f51-f8ba-450f-8a3d-26225b04fd04} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1291 | 2024.08.22 02:18:26.766868 [ 3 ] {3f599f51-f8ba-450f-8a3d-26225b04fd04} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1292 | 2024.08.22 02:18:26.766904 [ 3 ] {3f599f51-f8ba-450f-8a3d-26225b04fd04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
1293 | 2024.08.22 02:18:26.767297 [ 3 ] {3f599f51-f8ba-450f-8a3d-26225b04fd04} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1294 | 2024.08.22 02:18:26.767638 [ 3 ] {3f599f51-f8ba-450f-8a3d-26225b04fd04} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1295 | 2024.08.22 02:18:26.767807 [ 3 ] {3f599f51-f8ba-450f-8a3d-26225b04fd04} <Debug> executeQuery: Read 140 rows, 9.94 KiB in 0.001533 sec., 91324.200913242 rows/sec., 6.33 MiB/sec. | ||
1296 | 2024.08.22 02:18:26.768086 [ 3 ] {3f599f51-f8ba-450f-8a3d-26225b04fd04} <Debug> DynamicQueryHandler: Done processing query | ||
1297 | 2024.08.22 02:18:26.768110 [ 3 ] {3f599f51-f8ba-450f-8a3d-26225b04fd04} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
1298 | 2024.08.22 02:18:26.768126 [ 3 ] {} <Debug> HTTP-Session: 9485a5bb-9635-4a6e-9c1f-66c2388331c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1299 | 2024.08.22 02:18:26.768244 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1300 | 2024.08.22 02:18:26.768292 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1301 | 2024.08.22 02:18:26.768310 [ 3 ] {} <Debug> HTTP-Session: 5d5c4187-526d-4996-9615-a4aba1c7fc76 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
1302 | 2024.08.22 02:18:26.768329 [ 3 ] {} <Debug> HTTP-Session: 5d5c4187-526d-4996-9615-a4aba1c7fc76 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1303 | 2024.08.22 02:18:26.768344 [ 3 ] {} <Debug> HTTP-Session: 5d5c4187-526d-4996-9615-a4aba1c7fc76 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1304 | 2024.08.22 02:18:26.768373 [ 3 ] {} <Trace> HTTP-Session: 5d5c4187-526d-4996-9615-a4aba1c7fc76 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1305 | 2024.08.22 02:18:26.768476 [ 3 ] {71b561f6-6b05-4bd3-a4e7-b283a6bdfd08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
1306 | 2024.08.22 02:18:26.768542 [ 3 ] {71b561f6-6b05-4bd3-a4e7-b283a6bdfd08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
1307 | 2024.08.22 02:18:26.768709 [ 3 ] {71b561f6-6b05-4bd3-a4e7-b283a6bdfd08} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1308 | 2024.08.22 02:18:26.769042 [ 3 ] {71b561f6-6b05-4bd3-a4e7-b283a6bdfd08} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1309 | 2024.08.22 02:18:26.769077 [ 3 ] {71b561f6-6b05-4bd3-a4e7-b283a6bdfd08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
1310 | 2024.08.22 02:18:26.770006 [ 3 ] {71b561f6-6b05-4bd3-a4e7-b283a6bdfd08} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1311 | 2024.08.22 02:18:26.770334 [ 3 ] {71b561f6-6b05-4bd3-a4e7-b283a6bdfd08} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1312 | 2024.08.22 02:18:26.770502 [ 3 ] {71b561f6-6b05-4bd3-a4e7-b283a6bdfd08} <Debug> executeQuery: Read 1 rows, 65.00 B in 0.002042 sec., 489.71596474045054 rows/sec., 31.09 KiB/sec. | ||
1313 | 2024.08.22 02:18:26.770779 [ 3 ] {71b561f6-6b05-4bd3-a4e7-b283a6bdfd08} <Debug> DynamicQueryHandler: Done processing query | ||
1314 | 2024.08.22 02:18:26.770804 [ 3 ] {71b561f6-6b05-4bd3-a4e7-b283a6bdfd08} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
1315 | 2024.08.22 02:18:26.770820 [ 3 ] {} <Debug> HTTP-Session: 5d5c4187-526d-4996-9615-a4aba1c7fc76 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1316 | 2024.08.22 02:18:26.771135 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 44733, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1317 | 2024.08.22 02:18:26.771184 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1318 | 2024.08.22 02:18:26.771202 [ 3 ] {} <Debug> HTTP-Session: 574e347d-9166-4bf4-8e3c-b17b4c6658a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
1319 | 2024.08.22 02:18:26.771224 [ 3 ] {} <Debug> HTTP-Session: 574e347d-9166-4bf4-8e3c-b17b4c6658a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1320 | 2024.08.22 02:18:26.771244 [ 3 ] {} <Debug> HTTP-Session: 574e347d-9166-4bf4-8e3c-b17b4c6658a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1321 | 2024.08.22 02:18:26.771280 [ 3 ] {} <Trace> HTTP-Session: 574e347d-9166-4bf4-8e3c-b17b4c6658a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1322 | 2024.08.22 02:18:26.771585 [ 3 ] {1a5dab0a-80c3-44fb-88b2-2106f8a0d7ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1323 | 2024.08.22 02:18:26.771655 [ 3 ] {1a5dab0a-80c3-44fb-88b2-2106f8a0d7ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
1324 | 2024.08.22 02:18:26.772054 [ 3 ] {1a5dab0a-80c3-44fb-88b2-2106f8a0d7ad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1325 | 2024.08.22 02:18:26.772659 [ 3 ] {1a5dab0a-80c3-44fb-88b2-2106f8a0d7ad} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1326 | 2024.08.22 02:18:26.772696 [ 3 ] {1a5dab0a-80c3-44fb-88b2-2106f8a0d7ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
1327 | 2024.08.22 02:18:26.775541 [ 3 ] {1a5dab0a-80c3-44fb-88b2-2106f8a0d7ad} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1328 | 2024.08.22 02:18:26.775982 [ 3 ] {1a5dab0a-80c3-44fb-88b2-2106f8a0d7ad} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1329 | 2024.08.22 02:18:26.776157 [ 3 ] {1a5dab0a-80c3-44fb-88b2-2106f8a0d7ad} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.004792 sec., 5843.071786310517 rows/sec., 10.47 MiB/sec. | ||
1330 | 2024.08.22 02:18:26.776361 [ 3 ] {1a5dab0a-80c3-44fb-88b2-2106f8a0d7ad} <Debug> DynamicQueryHandler: Done processing query | ||
1331 | 2024.08.22 02:18:26.776385 [ 3 ] {1a5dab0a-80c3-44fb-88b2-2106f8a0d7ad} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
1332 | 2024.08.22 02:18:26.776400 [ 3 ] {} <Debug> HTTP-Session: 574e347d-9166-4bf4-8e3c-b17b4c6658a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1333 | 2024.08.22 02:18:26.776528 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 3410, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1334 | 2024.08.22 02:18:26.776575 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1335 | 2024.08.22 02:18:26.776594 [ 3 ] {} <Debug> HTTP-Session: c37f1ba5-2fa9-4ed6-830b-2deed5eb7b3c Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
1336 | 2024.08.22 02:18:26.776610 [ 3 ] {} <Debug> HTTP-Session: c37f1ba5-2fa9-4ed6-830b-2deed5eb7b3c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1337 | 2024.08.22 02:18:26.776624 [ 3 ] {} <Debug> HTTP-Session: c37f1ba5-2fa9-4ed6-830b-2deed5eb7b3c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1338 | 2024.08.22 02:18:26.776655 [ 3 ] {} <Trace> HTTP-Session: c37f1ba5-2fa9-4ed6-830b-2deed5eb7b3c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1339 | 2024.08.22 02:18:26.776753 [ 3 ] {8863a7b0-11f1-4081-b9af-defdb8a1d446} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
1340 | 2024.08.22 02:18:26.776797 [ 3 ] {8863a7b0-11f1-4081-b9af-defdb8a1d446} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
1341 | 2024.08.22 02:18:26.776924 [ 3 ] {8863a7b0-11f1-4081-b9af-defdb8a1d446} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1342 | 2024.08.22 02:18:26.777204 [ 3 ] {8863a7b0-11f1-4081-b9af-defdb8a1d446} <Trace> oximeter.measurements_i64 (e717f8f5-cb28-4a40-9a81-0c11087f0caa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1343 | 2024.08.22 02:18:26.777239 [ 3 ] {8863a7b0-11f1-4081-b9af-defdb8a1d446} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
1344 | 2024.08.22 02:18:26.777597 [ 3 ] {8863a7b0-11f1-4081-b9af-defdb8a1d446} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1345 | 2024.08.22 02:18:26.777917 [ 3 ] {8863a7b0-11f1-4081-b9af-defdb8a1d446} <Trace> oximeter.measurements_i64 (e717f8f5-cb28-4a40-9a81-0c11087f0caa): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1346 | 2024.08.22 02:18:26.778060 [ 3 ] {8863a7b0-11f1-4081-b9af-defdb8a1d446} <Debug> executeQuery: Read 21 rows, 1.57 KiB in 0.001328 sec., 15813.253012048193 rows/sec., 1.15 MiB/sec. | ||
1347 | 2024.08.22 02:18:26.778309 [ 3 ] {8863a7b0-11f1-4081-b9af-defdb8a1d446} <Debug> DynamicQueryHandler: Done processing query | ||
1348 | 2024.08.22 02:18:26.778333 [ 3 ] {8863a7b0-11f1-4081-b9af-defdb8a1d446} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1349 | 2024.08.22 02:18:26.778349 [ 3 ] {} <Debug> HTTP-Session: c37f1ba5-2fa9-4ed6-830b-2deed5eb7b3c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1350 | 2024.08.22 02:18:26.778469 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 7047, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1351 | 2024.08.22 02:18:26.778518 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1352 | 2024.08.22 02:18:26.778536 [ 3 ] {} <Debug> HTTP-Session: 9d1b563e-9784-4ee8-a9ca-20f4d3133b11 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
1353 | 2024.08.22 02:18:26.778552 [ 3 ] {} <Debug> HTTP-Session: 9d1b563e-9784-4ee8-a9ca-20f4d3133b11 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1354 | 2024.08.22 02:18:26.778565 [ 3 ] {} <Debug> HTTP-Session: 9d1b563e-9784-4ee8-a9ca-20f4d3133b11 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1355 | 2024.08.22 02:18:26.778596 [ 3 ] {} <Trace> HTTP-Session: 9d1b563e-9784-4ee8-a9ca-20f4d3133b11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1356 | 2024.08.22 02:18:26.778703 [ 3 ] {8ee441b7-a35e-4deb-b2f6-feefb9c8d6f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1357 | 2024.08.22 02:18:26.778747 [ 3 ] {8ee441b7-a35e-4deb-b2f6-feefb9c8d6f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1358 | 2024.08.22 02:18:26.778895 [ 3 ] {8ee441b7-a35e-4deb-b2f6-feefb9c8d6f8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1359 | 2024.08.22 02:18:26.779195 [ 3 ] {8ee441b7-a35e-4deb-b2f6-feefb9c8d6f8} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1360 | 2024.08.22 02:18:26.779233 [ 3 ] {8ee441b7-a35e-4deb-b2f6-feefb9c8d6f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
1361 | 2024.08.22 02:18:26.779587 [ 3 ] {8ee441b7-a35e-4deb-b2f6-feefb9c8d6f8} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1362 | 2024.08.22 02:18:26.779905 [ 3 ] {8ee441b7-a35e-4deb-b2f6-feefb9c8d6f8} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1363 | 2024.08.22 02:18:26.780056 [ 3 ] {8ee441b7-a35e-4deb-b2f6-feefb9c8d6f8} <Debug> executeQuery: Read 46 rows, 3.23 KiB in 0.001385 sec., 33212.9963898917 rows/sec., 2.28 MiB/sec. | ||
1364 | 2024.08.22 02:18:26.780217 [ 3 ] {8ee441b7-a35e-4deb-b2f6-feefb9c8d6f8} <Debug> DynamicQueryHandler: Done processing query | ||
1365 | 2024.08.22 02:18:26.780240 [ 3 ] {8ee441b7-a35e-4deb-b2f6-feefb9c8d6f8} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1366 | 2024.08.22 02:18:26.780256 [ 3 ] {} <Debug> HTTP-Session: 9d1b563e-9784-4ee8-a9ca-20f4d3133b11 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1367 | 2024.08.22 02:18:30.122171 [ 112 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1368 | 2024.08.22 02:18:30.122225 [ 112 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1369 | 2024.08.22 02:18:31.723611 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 809, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1370 | 2024.08.22 02:18:31.723724 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1371 | 2024.08.22 02:18:31.723747 [ 3 ] {} <Debug> HTTP-Session: 2cf24b07-1211-4ee5-a8c0-9a7a4f1508c9 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
1372 | 2024.08.22 02:18:31.723772 [ 3 ] {} <Debug> HTTP-Session: 2cf24b07-1211-4ee5-a8c0-9a7a4f1508c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1373 | 2024.08.22 02:18:31.723788 [ 3 ] {} <Debug> HTTP-Session: 2cf24b07-1211-4ee5-a8c0-9a7a4f1508c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1374 | 2024.08.22 02:18:31.723838 [ 3 ] {} <Trace> HTTP-Session: 2cf24b07-1211-4ee5-a8c0-9a7a4f1508c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1375 | 2024.08.22 02:18:31.724080 [ 3 ] {76486ab9-db46-4e6b-adb7-5552c9b4e78c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
1376 | 2024.08.22 02:18:31.724458 [ 3 ] {76486ab9-db46-4e6b-adb7-5552c9b4e78c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1377 | 2024.08.22 02:18:31.724504 [ 3 ] {76486ab9-db46-4e6b-adb7-5552c9b4e78c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
1378 | 2024.08.22 02:18:31.724808 [ 3 ] {76486ab9-db46-4e6b-adb7-5552c9b4e78c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1379 | 2024.08.22 02:18:31.724888 [ 3 ] {76486ab9-db46-4e6b-adb7-5552c9b4e78c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1380 | 2024.08.22 02:18:31.725063 [ 3 ] {76486ab9-db46-4e6b-adb7-5552c9b4e78c} <Debug> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
1381 | 2024.08.22 02:18:31.725178 [ 252 ] {76486ab9-db46-4e6b-adb7-5552c9b4e78c} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1382 | 2024.08.22 02:18:31.725220 [ 250 ] {76486ab9-db46-4e6b-adb7-5552c9b4e78c} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1383 | 2024.08.22 02:18:31.725336 [ 3 ] {76486ab9-db46-4e6b-adb7-5552c9b4e78c} <Debug> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (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 | ||
1384 | 2024.08.22 02:18:31.725367 [ 3 ] {76486ab9-db46-4e6b-adb7-5552c9b4e78c} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1385 | 2024.08.22 02:18:31.727631 [ 3 ] {76486ab9-db46-4e6b-adb7-5552c9b4e78c} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1386 | 2024.08.22 02:18:31.729672 [ 3 ] {76486ab9-db46-4e6b-adb7-5552c9b4e78c} <Debug> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Reading approx. 19 rows with 2 streams | ||
1387 | 2024.08.22 02:18:31.729752 [ 3 ] {76486ab9-db46-4e6b-adb7-5552c9b4e78c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))" | ||
1388 | 2024.08.22 02:18:31.729832 [ 3 ] {76486ab9-db46-4e6b-adb7-5552c9b4e78c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))" | ||
1389 | 2024.08.22 02:18:31.731580 [ 3 ] {76486ab9-db46-4e6b-adb7-5552c9b4e78c} <Debug> executeQuery: Read 19 rows, 814.00 B in 0.007605 sec., 2498.356344510191 rows/sec., 104.53 KiB/sec. | ||
1390 | 2024.08.22 02:18:31.731958 [ 3 ] {76486ab9-db46-4e6b-adb7-5552c9b4e78c} <Debug> DynamicQueryHandler: Done processing query | ||
1391 | 2024.08.22 02:18:31.731992 [ 3 ] {76486ab9-db46-4e6b-adb7-5552c9b4e78c} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1392 | 2024.08.22 02:18:31.732017 [ 3 ] {} <Debug> HTTP-Session: 2cf24b07-1211-4ee5-a8c0-9a7a4f1508c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1393 | 2024.08.22 02:18:31.732347 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1394 | 2024.08.22 02:18:31.732406 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1395 | 2024.08.22 02:18:31.732434 [ 3 ] {} <Debug> HTTP-Session: 6662914e-f814-4c50-a95f-2d3f436e6967 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
1396 | 2024.08.22 02:18:31.732457 [ 3 ] {} <Debug> HTTP-Session: 6662914e-f814-4c50-a95f-2d3f436e6967 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1397 | 2024.08.22 02:18:31.732472 [ 3 ] {} <Debug> HTTP-Session: 6662914e-f814-4c50-a95f-2d3f436e6967 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1398 | 2024.08.22 02:18:31.732511 [ 3 ] {} <Trace> HTTP-Session: 6662914e-f814-4c50-a95f-2d3f436e6967 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1399 | 2024.08.22 02:18:31.732683 [ 3 ] {69ebb5ba-ca62-4f84-b0f2-16fbd5ec35ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'static_routing_config:static_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1400 | 2024.08.22 02:18:31.732981 [ 3 ] {69ebb5ba-ca62-4f84-b0f2-16fbd5ec35ef} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1401 | 2024.08.22 02:18:31.733027 [ 3 ] {69ebb5ba-ca62-4f84-b0f2-16fbd5ec35ef} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'static_routing_config:static_routes')" moved to PREWHERE | ||
1402 | 2024.08.22 02:18:31.733318 [ 3 ] {69ebb5ba-ca62-4f84-b0f2-16fbd5ec35ef} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1403 | 2024.08.22 02:18:31.733389 [ 3 ] {69ebb5ba-ca62-4f84-b0f2-16fbd5ec35ef} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1404 | 2024.08.22 02:18:31.733542 [ 3 ] {69ebb5ba-ca62-4f84-b0f2-16fbd5ec35ef} <Debug> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
1405 | 2024.08.22 02:18:31.733660 [ 255 ] {69ebb5ba-ca62-4f84-b0f2-16fbd5ec35ef} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1406 | 2024.08.22 02:18:31.733660 [ 256 ] {69ebb5ba-ca62-4f84-b0f2-16fbd5ec35ef} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1407 | 2024.08.22 02:18:31.733801 [ 3 ] {69ebb5ba-ca62-4f84-b0f2-16fbd5ec35ef} <Debug> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (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 | ||
1408 | 2024.08.22 02:18:31.733845 [ 3 ] {69ebb5ba-ca62-4f84-b0f2-16fbd5ec35ef} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1409 | 2024.08.22 02:18:31.733966 [ 3 ] {69ebb5ba-ca62-4f84-b0f2-16fbd5ec35ef} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1410 | 2024.08.22 02:18:31.734003 [ 3 ] {69ebb5ba-ca62-4f84-b0f2-16fbd5ec35ef} <Debug> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Reading approx. 19 rows with 2 streams | ||
1411 | 2024.08.22 02:18:31.734076 [ 3 ] {69ebb5ba-ca62-4f84-b0f2-16fbd5ec35ef} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'static_routing_config:static_routes'))" | ||
1412 | 2024.08.22 02:18:31.734147 [ 3 ] {69ebb5ba-ca62-4f84-b0f2-16fbd5ec35ef} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'static_routing_config:static_routes'))" | ||
1413 | 2024.08.22 02:18:31.735717 [ 3 ] {69ebb5ba-ca62-4f84-b0f2-16fbd5ec35ef} <Debug> executeQuery: Read 19 rows, 814.00 B in 0.003109 sec., 6111.289803795433 rows/sec., 255.68 KiB/sec. | ||
1414 | 2024.08.22 02:18:31.736050 [ 3 ] {69ebb5ba-ca62-4f84-b0f2-16fbd5ec35ef} <Debug> DynamicQueryHandler: Done processing query | ||
1415 | 2024.08.22 02:18:31.736076 [ 3 ] {69ebb5ba-ca62-4f84-b0f2-16fbd5ec35ef} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1416 | 2024.08.22 02:18:31.736093 [ 3 ] {} <Debug> HTTP-Session: 6662914e-f814-4c50-a95f-2d3f436e6967 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1417 | 2024.08.22 02:18:31.736455 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 889, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1418 | 2024.08.22 02:18:31.736515 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1419 | 2024.08.22 02:18:31.736536 [ 3 ] {} <Debug> HTTP-Session: a251b541-0759-4354-97a4-6d5cfc842703 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
1420 | 2024.08.22 02:18:31.736554 [ 3 ] {} <Debug> HTTP-Session: a251b541-0759-4354-97a4-6d5cfc842703 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1421 | 2024.08.22 02:18:31.736569 [ 3 ] {} <Debug> HTTP-Session: a251b541-0759-4354-97a4-6d5cfc842703 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1422 | 2024.08.22 02:18:31.736613 [ 3 ] {} <Trace> HTTP-Session: a251b541-0759-4354-97a4-6d5cfc842703 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1423 | 2024.08.22 02:18:31.736776 [ 3 ] {1d7f331e-6c8f-4d8b-a19c-5b7b3645873b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1424 | 2024.08.22 02:18:31.737068 [ 3 ] {1d7f331e-6c8f-4d8b-a19c-5b7b3645873b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1425 | 2024.08.22 02:18:31.737111 [ 3 ] {1d7f331e-6c8f-4d8b-a19c-5b7b3645873b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes')" moved to PREWHERE | ||
1426 | 2024.08.22 02:18:31.737385 [ 3 ] {1d7f331e-6c8f-4d8b-a19c-5b7b3645873b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1427 | 2024.08.22 02:18:31.737452 [ 3 ] {1d7f331e-6c8f-4d8b-a19c-5b7b3645873b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1428 | 2024.08.22 02:18:31.737599 [ 3 ] {1d7f331e-6c8f-4d8b-a19c-5b7b3645873b} <Debug> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
1429 | 2024.08.22 02:18:31.737709 [ 252 ] {1d7f331e-6c8f-4d8b-a19c-5b7b3645873b} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1430 | 2024.08.22 02:18:31.737710 [ 250 ] {1d7f331e-6c8f-4d8b-a19c-5b7b3645873b} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1431 | 2024.08.22 02:18:31.737824 [ 3 ] {1d7f331e-6c8f-4d8b-a19c-5b7b3645873b} <Debug> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (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 | ||
1432 | 2024.08.22 02:18:31.737852 [ 3 ] {1d7f331e-6c8f-4d8b-a19c-5b7b3645873b} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1433 | 2024.08.22 02:18:31.737935 [ 3 ] {1d7f331e-6c8f-4d8b-a19c-5b7b3645873b} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1434 | 2024.08.22 02:18:31.737957 [ 3 ] {1d7f331e-6c8f-4d8b-a19c-5b7b3645873b} <Debug> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Reading approx. 19 rows with 2 streams | ||
1435 | 2024.08.22 02:18:31.737996 [ 3 ] {1d7f331e-6c8f-4d8b-a19c-5b7b3645873b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes'))" | ||
1436 | 2024.08.22 02:18:31.738039 [ 3 ] {1d7f331e-6c8f-4d8b-a19c-5b7b3645873b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes'))" | ||
1437 | 2024.08.22 02:18:31.739348 [ 3 ] {1d7f331e-6c8f-4d8b-a19c-5b7b3645873b} <Debug> executeQuery: Read 19 rows, 814.00 B in 0.002645 sec., 7183.36483931947 rows/sec., 300.54 KiB/sec. | ||
1438 | 2024.08.22 02:18:31.739673 [ 3 ] {1d7f331e-6c8f-4d8b-a19c-5b7b3645873b} <Debug> DynamicQueryHandler: Done processing query | ||
1439 | 2024.08.22 02:18:31.739698 [ 3 ] {1d7f331e-6c8f-4d8b-a19c-5b7b3645873b} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1440 | 2024.08.22 02:18:31.739716 [ 3 ] {} <Debug> HTTP-Session: a251b541-0759-4354-97a4-6d5cfc842703 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1441 | 2024.08.22 02:18:31.739943 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 917, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1442 | 2024.08.22 02:18:31.739995 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1443 | 2024.08.22 02:18:31.740015 [ 3 ] {} <Debug> HTTP-Session: 5fe1e164-d81f-45f8-a1f1-2581af95017f Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
1444 | 2024.08.22 02:18:31.740033 [ 3 ] {} <Debug> HTTP-Session: 5fe1e164-d81f-45f8-a1f1-2581af95017f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1445 | 2024.08.22 02:18:31.740048 [ 3 ] {} <Debug> HTTP-Session: 5fe1e164-d81f-45f8-a1f1-2581af95017f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1446 | 2024.08.22 02:18:31.740084 [ 3 ] {} <Trace> HTTP-Session: 5fe1e164-d81f-45f8-a1f1-2581af95017f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1447 | 2024.08.22 02:18:31.740239 [ 3 ] {093f6d30-04ea-48f0-a198-e3462f6fce4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1448 | 2024.08.22 02:18:31.740529 [ 3 ] {093f6d30-04ea-48f0-a198-e3462f6fce4d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1449 | 2024.08.22 02:18:31.740579 [ 3 ] {093f6d30-04ea-48f0-a198-e3462f6fce4d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1450 | 2024.08.22 02:18:31.740852 [ 3 ] {093f6d30-04ea-48f0-a198-e3462f6fce4d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1451 | 2024.08.22 02:18:31.740919 [ 3 ] {093f6d30-04ea-48f0-a198-e3462f6fce4d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1452 | 2024.08.22 02:18:31.741060 [ 3 ] {093f6d30-04ea-48f0-a198-e3462f6fce4d} <Debug> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
1453 | 2024.08.22 02:18:31.741174 [ 250 ] {093f6d30-04ea-48f0-a198-e3462f6fce4d} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1454 | 2024.08.22 02:18:31.741176 [ 256 ] {093f6d30-04ea-48f0-a198-e3462f6fce4d} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1455 | 2024.08.22 02:18:31.741303 [ 3 ] {093f6d30-04ea-48f0-a198-e3462f6fce4d} <Debug> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (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 | ||
1456 | 2024.08.22 02:18:31.741330 [ 3 ] {093f6d30-04ea-48f0-a198-e3462f6fce4d} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1457 | 2024.08.22 02:18:31.741411 [ 3 ] {093f6d30-04ea-48f0-a198-e3462f6fce4d} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1458 | 2024.08.22 02:18:31.741432 [ 3 ] {093f6d30-04ea-48f0-a198-e3462f6fce4d} <Debug> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Reading approx. 19 rows with 2 streams | ||
1459 | 2024.08.22 02:18:31.741474 [ 3 ] {093f6d30-04ea-48f0-a198-e3462f6fce4d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1460 | 2024.08.22 02:18:31.741517 [ 3 ] {093f6d30-04ea-48f0-a198-e3462f6fce4d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1461 | 2024.08.22 02:18:31.742880 [ 3 ] {093f6d30-04ea-48f0-a198-e3462f6fce4d} <Debug> executeQuery: Read 19 rows, 814.00 B in 0.002713 sec., 7003.3173608551415 rows/sec., 293.00 KiB/sec. | ||
1462 | 2024.08.22 02:18:31.743195 [ 3 ] {093f6d30-04ea-48f0-a198-e3462f6fce4d} <Debug> DynamicQueryHandler: Done processing query | ||
1463 | 2024.08.22 02:18:31.743222 [ 3 ] {093f6d30-04ea-48f0-a198-e3462f6fce4d} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1464 | 2024.08.22 02:18:31.743239 [ 3 ] {} <Debug> HTTP-Session: 5fe1e164-d81f-45f8-a1f1-2581af95017f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1465 | 2024.08.22 02:18:31.744487 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 1071, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1466 | 2024.08.22 02:18:31.744541 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1467 | 2024.08.22 02:18:31.744560 [ 3 ] {} <Debug> HTTP-Session: 2bfeeb1a-f258-4613-b500-a90ed98b8c27 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
1468 | 2024.08.22 02:18:31.744577 [ 3 ] {} <Debug> HTTP-Session: 2bfeeb1a-f258-4613-b500-a90ed98b8c27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1469 | 2024.08.22 02:18:31.744591 [ 3 ] {} <Debug> HTTP-Session: 2bfeeb1a-f258-4613-b500-a90ed98b8c27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1470 | 2024.08.22 02:18:31.744626 [ 3 ] {} <Trace> HTTP-Session: 2bfeeb1a-f258-4613-b500-a90ed98b8c27 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1471 | 2024.08.22 02:18:31.744744 [ 3 ] {68f5deec-fbe8-40a5-a5e9-c05ebc9cacea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
1472 | 2024.08.22 02:18:31.744793 [ 3 ] {68f5deec-fbe8-40a5-a5e9-c05ebc9cacea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1473 | 2024.08.22 02:18:31.744973 [ 3 ] {68f5deec-fbe8-40a5-a5e9-c05ebc9cacea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1474 | 2024.08.22 02:18:31.745323 [ 3 ] {68f5deec-fbe8-40a5-a5e9-c05ebc9cacea} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1475 | 2024.08.22 02:18:31.745370 [ 3 ] {68f5deec-fbe8-40a5-a5e9-c05ebc9cacea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
1476 | 2024.08.22 02:18:31.746023 [ 3 ] {68f5deec-fbe8-40a5-a5e9-c05ebc9cacea} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1477 | 2024.08.22 02:18:31.746397 [ 3 ] {68f5deec-fbe8-40a5-a5e9-c05ebc9cacea} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1478 | 2024.08.22 02:18:31.746593 [ 3 ] {68f5deec-fbe8-40a5-a5e9-c05ebc9cacea} <Debug> executeQuery: Read 4 rows, 521.00 B in 0.001873 sec., 2135.611318739989 rows/sec., 271.64 KiB/sec. | ||
1479 | 2024.08.22 02:18:31.746894 [ 3 ] {68f5deec-fbe8-40a5-a5e9-c05ebc9cacea} <Debug> DynamicQueryHandler: Done processing query | ||
1480 | 2024.08.22 02:18:31.746919 [ 3 ] {68f5deec-fbe8-40a5-a5e9-c05ebc9cacea} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1481 | 2024.08.22 02:18:31.746935 [ 3 ] {} <Debug> HTTP-Session: 2bfeeb1a-f258-4613-b500-a90ed98b8c27 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1482 | 2024.08.22 02:18:31.747073 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 7800, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1483 | 2024.08.22 02:18:31.747122 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1484 | 2024.08.22 02:18:31.747141 [ 3 ] {} <Debug> HTTP-Session: 5ef9733c-51f3-4a2a-8f8c-05881951e600 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
1485 | 2024.08.22 02:18:31.747158 [ 3 ] {} <Debug> HTTP-Session: 5ef9733c-51f3-4a2a-8f8c-05881951e600 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1486 | 2024.08.22 02:18:31.747172 [ 3 ] {} <Debug> HTTP-Session: 5ef9733c-51f3-4a2a-8f8c-05881951e600 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1487 | 2024.08.22 02:18:31.747206 [ 3 ] {} <Trace> HTTP-Session: 5ef9733c-51f3-4a2a-8f8c-05881951e600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1488 | 2024.08.22 02:18:31.747321 [ 3 ] {03652645-65a2-4a6d-8754-a23385df4832} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1489 | 2024.08.22 02:18:31.747365 [ 3 ] {03652645-65a2-4a6d-8754-a23385df4832} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1490 | 2024.08.22 02:18:31.747629 [ 3 ] {03652645-65a2-4a6d-8754-a23385df4832} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1491 | 2024.08.22 02:18:31.747986 [ 3 ] {03652645-65a2-4a6d-8754-a23385df4832} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1492 | 2024.08.22 02:18:31.748024 [ 3 ] {03652645-65a2-4a6d-8754-a23385df4832} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
1493 | 2024.08.22 02:18:31.748381 [ 3 ] {03652645-65a2-4a6d-8754-a23385df4832} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1494 | 2024.08.22 02:18:31.748734 [ 3 ] {03652645-65a2-4a6d-8754-a23385df4832} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1495 | 2024.08.22 02:18:31.748897 [ 3 ] {03652645-65a2-4a6d-8754-a23385df4832} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001611 sec., 34761.018001241464 rows/sec., 2.65 MiB/sec. | ||
1496 | 2024.08.22 02:18:31.749071 [ 3 ] {03652645-65a2-4a6d-8754-a23385df4832} <Debug> DynamicQueryHandler: Done processing query | ||
1497 | 2024.08.22 02:18:31.749095 [ 3 ] {03652645-65a2-4a6d-8754-a23385df4832} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1498 | 2024.08.22 02:18:31.749112 [ 3 ] {} <Debug> HTTP-Session: 5ef9733c-51f3-4a2a-8f8c-05881951e600 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1499 | 2024.08.22 02:18:31.749277 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 10878, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1500 | 2024.08.22 02:18:31.749325 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1501 | 2024.08.22 02:18:31.749344 [ 3 ] {} <Debug> HTTP-Session: d2152774-3000-41f1-a968-52ba80ef0a60 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
1502 | 2024.08.22 02:18:31.749360 [ 3 ] {} <Debug> HTTP-Session: d2152774-3000-41f1-a968-52ba80ef0a60 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1503 | 2024.08.22 02:18:31.749374 [ 3 ] {} <Debug> HTTP-Session: d2152774-3000-41f1-a968-52ba80ef0a60 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1504 | 2024.08.22 02:18:31.749407 [ 3 ] {} <Trace> HTTP-Session: d2152774-3000-41f1-a968-52ba80ef0a60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1505 | 2024.08.22 02:18:31.749537 [ 3 ] {f599767d-0aa4-4abd-88dd-aeb01de7f9fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1506 | 2024.08.22 02:18:31.749582 [ 3 ] {f599767d-0aa4-4abd-88dd-aeb01de7f9fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1507 | 2024.08.22 02:18:31.749817 [ 3 ] {f599767d-0aa4-4abd-88dd-aeb01de7f9fc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1508 | 2024.08.22 02:18:31.750159 [ 3 ] {f599767d-0aa4-4abd-88dd-aeb01de7f9fc} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1509 | 2024.08.22 02:18:31.750196 [ 3 ] {f599767d-0aa4-4abd-88dd-aeb01de7f9fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
1510 | 2024.08.22 02:18:31.750544 [ 3 ] {f599767d-0aa4-4abd-88dd-aeb01de7f9fc} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1511 | 2024.08.22 02:18:31.750894 [ 3 ] {f599767d-0aa4-4abd-88dd-aeb01de7f9fc} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1512 | 2024.08.22 02:18:31.751054 [ 3 ] {f599767d-0aa4-4abd-88dd-aeb01de7f9fc} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001554 sec., 41184.04118404118 rows/sec., 3.21 MiB/sec. | ||
1513 | 2024.08.22 02:18:31.751340 [ 3 ] {f599767d-0aa4-4abd-88dd-aeb01de7f9fc} <Debug> DynamicQueryHandler: Done processing query | ||
1514 | 2024.08.22 02:18:31.751365 [ 3 ] {f599767d-0aa4-4abd-88dd-aeb01de7f9fc} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1515 | 2024.08.22 02:18:31.751382 [ 3 ] {} <Debug> HTTP-Session: d2152774-3000-41f1-a968-52ba80ef0a60 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1516 | 2024.08.22 02:18:31.751652 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 28983, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1517 | 2024.08.22 02:18:31.751702 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1518 | 2024.08.22 02:18:31.751721 [ 3 ] {} <Debug> HTTP-Session: 653b43dc-2615-4131-ad69-131b0d9d7aef Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
1519 | 2024.08.22 02:18:31.751738 [ 3 ] {} <Debug> HTTP-Session: 653b43dc-2615-4131-ad69-131b0d9d7aef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1520 | 2024.08.22 02:18:31.751752 [ 3 ] {} <Debug> HTTP-Session: 653b43dc-2615-4131-ad69-131b0d9d7aef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1521 | 2024.08.22 02:18:31.751785 [ 3 ] {} <Trace> HTTP-Session: 653b43dc-2615-4131-ad69-131b0d9d7aef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1522 | 2024.08.22 02:18:31.751951 [ 3 ] {0d57c929-e529-4fdc-8327-1007f315e67a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1523 | 2024.08.22 02:18:31.752007 [ 3 ] {0d57c929-e529-4fdc-8327-1007f315e67a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1524 | 2024.08.22 02:18:31.752196 [ 3 ] {0d57c929-e529-4fdc-8327-1007f315e67a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1525 | 2024.08.22 02:18:31.752617 [ 3 ] {0d57c929-e529-4fdc-8327-1007f315e67a} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1526 | 2024.08.22 02:18:31.752655 [ 3 ] {0d57c929-e529-4fdc-8327-1007f315e67a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
1527 | 2024.08.22 02:18:31.753030 [ 3 ] {0d57c929-e529-4fdc-8327-1007f315e67a} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1528 | 2024.08.22 02:18:31.753360 [ 3 ] {0d57c929-e529-4fdc-8327-1007f315e67a} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1529 | 2024.08.22 02:18:31.753520 [ 3 ] {0d57c929-e529-4fdc-8327-1007f315e67a} <Debug> executeQuery: Read 152 rows, 10.80 KiB in 0.001649 sec., 92177.07701637356 rows/sec., 6.40 MiB/sec. | ||
1530 | 2024.08.22 02:18:31.753807 [ 3 ] {0d57c929-e529-4fdc-8327-1007f315e67a} <Debug> DynamicQueryHandler: Done processing query | ||
1531 | 2024.08.22 02:18:31.753832 [ 3 ] {0d57c929-e529-4fdc-8327-1007f315e67a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
1532 | 2024.08.22 02:18:31.753848 [ 3 ] {} <Debug> HTTP-Session: 653b43dc-2615-4131-ad69-131b0d9d7aef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1533 | 2024.08.22 02:18:31.753989 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 7948, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1534 | 2024.08.22 02:18:31.754036 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1535 | 2024.08.22 02:18:31.754055 [ 3 ] {} <Debug> HTTP-Session: 8bc3abcc-7278-4302-825e-8f76241ef253 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
1536 | 2024.08.22 02:18:31.754072 [ 3 ] {} <Debug> HTTP-Session: 8bc3abcc-7278-4302-825e-8f76241ef253 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1537 | 2024.08.22 02:18:31.754087 [ 3 ] {} <Debug> HTTP-Session: 8bc3abcc-7278-4302-825e-8f76241ef253 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1538 | 2024.08.22 02:18:31.754118 [ 3 ] {} <Trace> HTTP-Session: 8bc3abcc-7278-4302-825e-8f76241ef253 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1539 | 2024.08.22 02:18:31.754239 [ 3 ] {6cccdb53-e68b-4a13-9c68-2cebfea26dc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1540 | 2024.08.22 02:18:31.754285 [ 3 ] {6cccdb53-e68b-4a13-9c68-2cebfea26dc3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1541 | 2024.08.22 02:18:31.754438 [ 3 ] {6cccdb53-e68b-4a13-9c68-2cebfea26dc3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1542 | 2024.08.22 02:18:31.754792 [ 3 ] {6cccdb53-e68b-4a13-9c68-2cebfea26dc3} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1543 | 2024.08.22 02:18:31.754828 [ 3 ] {6cccdb53-e68b-4a13-9c68-2cebfea26dc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
1544 | 2024.08.22 02:18:31.755177 [ 3 ] {6cccdb53-e68b-4a13-9c68-2cebfea26dc3} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1545 | 2024.08.22 02:18:31.755500 [ 3 ] {6cccdb53-e68b-4a13-9c68-2cebfea26dc3} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1546 | 2024.08.22 02:18:31.755657 [ 3 ] {6cccdb53-e68b-4a13-9c68-2cebfea26dc3} <Debug> executeQuery: Read 52 rows, 3.64 KiB in 0.001466 sec., 35470.668485675305 rows/sec., 2.42 MiB/sec. | ||
1547 | 2024.08.22 02:18:31.755823 [ 3 ] {6cccdb53-e68b-4a13-9c68-2cebfea26dc3} <Debug> DynamicQueryHandler: Done processing query | ||
1548 | 2024.08.22 02:18:31.755847 [ 3 ] {6cccdb53-e68b-4a13-9c68-2cebfea26dc3} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1549 | 2024.08.22 02:18:31.755863 [ 3 ] {} <Debug> HTTP-Session: 8bc3abcc-7278-4302-825e-8f76241ef253 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1550 | 2024.08.22 02:18:36.727070 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 16453, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1551 | 2024.08.22 02:18:36.727271 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1552 | 2024.08.22 02:18:36.727298 [ 3 ] {} <Debug> HTTP-Session: bb91cde6-fcd9-4408-9130-e6d69a44f084 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
1553 | 2024.08.22 02:18:36.727325 [ 3 ] {} <Debug> HTTP-Session: bb91cde6-fcd9-4408-9130-e6d69a44f084 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1554 | 2024.08.22 02:18:36.727343 [ 3 ] {} <Debug> HTTP-Session: bb91cde6-fcd9-4408-9130-e6d69a44f084 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1555 | 2024.08.22 02:18:36.727400 [ 3 ] {} <Trace> HTTP-Session: bb91cde6-fcd9-4408-9130-e6d69a44f084 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1556 | 2024.08.22 02:18:36.727675 [ 3 ] {9a40b3c5-e053-4d4d-b63c-d98ff78e107a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1557 | 2024.08.22 02:18:36.727758 [ 3 ] {9a40b3c5-e053-4d4d-b63c-d98ff78e107a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1558 | 2024.08.22 02:18:36.728121 [ 3 ] {9a40b3c5-e053-4d4d-b63c-d98ff78e107a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1559 | 2024.08.22 02:18:36.728690 [ 3 ] {9a40b3c5-e053-4d4d-b63c-d98ff78e107a} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1560 | 2024.08.22 02:18:36.728737 [ 3 ] {9a40b3c5-e053-4d4d-b63c-d98ff78e107a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
1561 | 2024.08.22 02:18:36.729218 [ 3 ] {9a40b3c5-e053-4d4d-b63c-d98ff78e107a} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1562 | 2024.08.22 02:18:36.729650 [ 3 ] {9a40b3c5-e053-4d4d-b63c-d98ff78e107a} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1563 | 2024.08.22 02:18:36.729824 [ 3 ] {9a40b3c5-e053-4d4d-b63c-d98ff78e107a} <Debug> executeQuery: Read 112 rows, 9.63 KiB in 0.002252 sec., 49733.5701598579 rows/sec., 4.18 MiB/sec. | ||
1564 | 2024.08.22 02:18:36.730054 [ 3 ] {9a40b3c5-e053-4d4d-b63c-d98ff78e107a} <Debug> DynamicQueryHandler: Done processing query | ||
1565 | 2024.08.22 02:18:36.730082 [ 3 ] {9a40b3c5-e053-4d4d-b63c-d98ff78e107a} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
1566 | 2024.08.22 02:18:36.730099 [ 3 ] {} <Debug> HTTP-Session: bb91cde6-fcd9-4408-9130-e6d69a44f084 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1567 | 2024.08.22 02:18:36.730278 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 4068, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1568 | 2024.08.22 02:18:36.730331 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1569 | 2024.08.22 02:18:36.730352 [ 3 ] {} <Debug> HTTP-Session: ab86fe51-819b-4f0c-9a5f-90407079958d Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
1570 | 2024.08.22 02:18:36.730369 [ 3 ] {} <Debug> HTTP-Session: ab86fe51-819b-4f0c-9a5f-90407079958d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1571 | 2024.08.22 02:18:36.730383 [ 3 ] {} <Debug> HTTP-Session: ab86fe51-819b-4f0c-9a5f-90407079958d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1572 | 2024.08.22 02:18:36.730414 [ 3 ] {} <Trace> HTTP-Session: ab86fe51-819b-4f0c-9a5f-90407079958d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1573 | 2024.08.22 02:18:36.730546 [ 3 ] {600b6114-f9ce-413f-b362-c72e3f8357c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
1574 | 2024.08.22 02:18:36.730592 [ 3 ] {600b6114-f9ce-413f-b362-c72e3f8357c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
1575 | 2024.08.22 02:18:36.730819 [ 3 ] {600b6114-f9ce-413f-b362-c72e3f8357c4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1576 | 2024.08.22 02:18:36.731203 [ 3 ] {600b6114-f9ce-413f-b362-c72e3f8357c4} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1577 | 2024.08.22 02:18:36.731240 [ 3 ] {600b6114-f9ce-413f-b362-c72e3f8357c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
1578 | 2024.08.22 02:18:36.731651 [ 3 ] {600b6114-f9ce-413f-b362-c72e3f8357c4} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1579 | 2024.08.22 02:18:36.732079 [ 3 ] {600b6114-f9ce-413f-b362-c72e3f8357c4} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1580 | 2024.08.22 02:18:36.732233 [ 3 ] {600b6114-f9ce-413f-b362-c72e3f8357c4} <Debug> executeQuery: Read 28 rows, 2.11 KiB in 0.001735 sec., 16138.328530259367 rows/sec., 1.19 MiB/sec. | ||
1581 | 2024.08.22 02:18:36.732451 [ 3 ] {600b6114-f9ce-413f-b362-c72e3f8357c4} <Debug> DynamicQueryHandler: Done processing query | ||
1582 | 2024.08.22 02:18:36.732482 [ 3 ] {600b6114-f9ce-413f-b362-c72e3f8357c4} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1583 | 2024.08.22 02:18:36.732500 [ 3 ] {} <Debug> HTTP-Session: ab86fe51-819b-4f0c-9a5f-90407079958d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1584 | 2024.08.22 02:18:36.732644 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 15623, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1585 | 2024.08.22 02:18:36.732696 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1586 | 2024.08.22 02:18:36.732717 [ 3 ] {} <Debug> HTTP-Session: 52fe3d47-4242-43f2-b793-635ff2feffb2 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
1587 | 2024.08.22 02:18:36.732734 [ 3 ] {} <Debug> HTTP-Session: 52fe3d47-4242-43f2-b793-635ff2feffb2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1588 | 2024.08.22 02:18:36.732750 [ 3 ] {} <Debug> HTTP-Session: 52fe3d47-4242-43f2-b793-635ff2feffb2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1589 | 2024.08.22 02:18:36.732784 [ 3 ] {} <Trace> HTTP-Session: 52fe3d47-4242-43f2-b793-635ff2feffb2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1590 | 2024.08.22 02:18:36.732921 [ 3 ] {4ed7178b-25cb-4e6c-a552-cf813eabae07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1591 | 2024.08.22 02:18:36.732969 [ 3 ] {4ed7178b-25cb-4e6c-a552-cf813eabae07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1592 | 2024.08.22 02:18:36.733199 [ 3 ] {4ed7178b-25cb-4e6c-a552-cf813eabae07} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1593 | 2024.08.22 02:18:36.733615 [ 3 ] {4ed7178b-25cb-4e6c-a552-cf813eabae07} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1594 | 2024.08.22 02:18:36.733654 [ 3 ] {4ed7178b-25cb-4e6c-a552-cf813eabae07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
1595 | 2024.08.22 02:18:36.734035 [ 3 ] {4ed7178b-25cb-4e6c-a552-cf813eabae07} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1596 | 2024.08.22 02:18:36.734406 [ 3 ] {4ed7178b-25cb-4e6c-a552-cf813eabae07} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1597 | 2024.08.22 02:18:36.734539 [ 3 ] {4ed7178b-25cb-4e6c-a552-cf813eabae07} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.001664 sec., 55288.46153846154 rows/sec., 4.32 MiB/sec. | ||
1598 | 2024.08.22 02:18:36.734716 [ 3 ] {4ed7178b-25cb-4e6c-a552-cf813eabae07} <Debug> DynamicQueryHandler: Done processing query | ||
1599 | 2024.08.22 02:18:36.734743 [ 3 ] {4ed7178b-25cb-4e6c-a552-cf813eabae07} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1600 | 2024.08.22 02:18:36.734759 [ 3 ] {} <Debug> HTTP-Session: 52fe3d47-4242-43f2-b793-635ff2feffb2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1601 | 2024.08.22 02:18:36.734966 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 30547, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1602 | 2024.08.22 02:18:36.735016 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1603 | 2024.08.22 02:18:36.735036 [ 3 ] {} <Debug> HTTP-Session: 96097f42-c8dd-43fc-ab59-de2a3a49cbd9 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
1604 | 2024.08.22 02:18:36.735053 [ 3 ] {} <Debug> HTTP-Session: 96097f42-c8dd-43fc-ab59-de2a3a49cbd9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1605 | 2024.08.22 02:18:36.735068 [ 3 ] {} <Debug> HTTP-Session: 96097f42-c8dd-43fc-ab59-de2a3a49cbd9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1606 | 2024.08.22 02:18:36.735101 [ 3 ] {} <Trace> HTTP-Session: 96097f42-c8dd-43fc-ab59-de2a3a49cbd9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1607 | 2024.08.22 02:18:36.735248 [ 3 ] {b23997ac-a457-4ebe-957c-35d43e613021} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1608 | 2024.08.22 02:18:36.735299 [ 3 ] {b23997ac-a457-4ebe-957c-35d43e613021} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1609 | 2024.08.22 02:18:36.735451 [ 3 ] {b23997ac-a457-4ebe-957c-35d43e613021} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1610 | 2024.08.22 02:18:36.735871 [ 3 ] {b23997ac-a457-4ebe-957c-35d43e613021} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1611 | 2024.08.22 02:18:36.735908 [ 3 ] {b23997ac-a457-4ebe-957c-35d43e613021} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
1612 | 2024.08.22 02:18:36.736475 [ 3 ] {b23997ac-a457-4ebe-957c-35d43e613021} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1613 | 2024.08.22 02:18:36.736834 [ 3 ] {b23997ac-a457-4ebe-957c-35d43e613021} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1614 | 2024.08.22 02:18:36.736966 [ 3 ] {b23997ac-a457-4ebe-957c-35d43e613021} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001786 sec., 89585.66629339305 rows/sec., 6.24 MiB/sec. | ||
1615 | 2024.08.22 02:18:36.737159 [ 3 ] {b23997ac-a457-4ebe-957c-35d43e613021} <Debug> DynamicQueryHandler: Done processing query | ||
1616 | 2024.08.22 02:18:36.737184 [ 3 ] {b23997ac-a457-4ebe-957c-35d43e613021} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
1617 | 2024.08.22 02:18:36.737201 [ 3 ] {} <Debug> HTTP-Session: 96097f42-c8dd-43fc-ab59-de2a3a49cbd9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1618 | 2024.08.22 02:18:36.737368 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 45029, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1619 | 2024.08.22 02:18:36.737420 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1620 | 2024.08.22 02:18:36.737439 [ 3 ] {} <Debug> HTTP-Session: df8003c4-9eea-4f01-980b-ee2da533a7a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
1621 | 2024.08.22 02:18:36.737456 [ 3 ] {} <Debug> HTTP-Session: df8003c4-9eea-4f01-980b-ee2da533a7a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1622 | 2024.08.22 02:18:36.737472 [ 3 ] {} <Debug> HTTP-Session: df8003c4-9eea-4f01-980b-ee2da533a7a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1623 | 2024.08.22 02:18:36.737504 [ 3 ] {} <Trace> HTTP-Session: df8003c4-9eea-4f01-980b-ee2da533a7a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1624 | 2024.08.22 02:18:36.738045 [ 3 ] {174f20b8-1963-4e71-8d01-c8978b672b96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1625 | 2024.08.22 02:18:36.738113 [ 3 ] {174f20b8-1963-4e71-8d01-c8978b672b96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
1626 | 2024.08.22 02:18:36.738506 [ 3 ] {174f20b8-1963-4e71-8d01-c8978b672b96} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1627 | 2024.08.22 02:18:36.739201 [ 3 ] {174f20b8-1963-4e71-8d01-c8978b672b96} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1628 | 2024.08.22 02:18:36.739237 [ 3 ] {174f20b8-1963-4e71-8d01-c8978b672b96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
1629 | 2024.08.22 02:18:36.739855 [ 3 ] {174f20b8-1963-4e71-8d01-c8978b672b96} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1630 | 2024.08.22 02:18:36.740269 [ 3 ] {174f20b8-1963-4e71-8d01-c8978b672b96} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1631 | 2024.08.22 02:18:36.740415 [ 3 ] {174f20b8-1963-4e71-8d01-c8978b672b96} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.002821 sec., 9925.558312655086 rows/sec., 17.79 MiB/sec. | ||
1632 | 2024.08.22 02:18:36.740715 [ 3 ] {174f20b8-1963-4e71-8d01-c8978b672b96} <Debug> DynamicQueryHandler: Done processing query | ||
1633 | 2024.08.22 02:18:36.740740 [ 3 ] {174f20b8-1963-4e71-8d01-c8978b672b96} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
1634 | 2024.08.22 02:18:36.740756 [ 3 ] {} <Debug> HTTP-Session: df8003c4-9eea-4f01-980b-ee2da533a7a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1635 | 2024.08.22 02:18:36.740915 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1636 | 2024.08.22 02:18:36.740964 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1637 | 2024.08.22 02:18:36.740983 [ 3 ] {} <Debug> HTTP-Session: d605239a-61fb-44be-8846-58363eb380c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
1638 | 2024.08.22 02:18:36.741000 [ 3 ] {} <Debug> HTTP-Session: d605239a-61fb-44be-8846-58363eb380c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1639 | 2024.08.22 02:18:36.741014 [ 3 ] {} <Debug> HTTP-Session: d605239a-61fb-44be-8846-58363eb380c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1640 | 2024.08.22 02:18:36.741044 [ 3 ] {} <Trace> HTTP-Session: d605239a-61fb-44be-8846-58363eb380c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1641 | 2024.08.22 02:18:36.741173 [ 3 ] {92a5722d-3e7d-4569-a567-6e5013e3da0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1642 | 2024.08.22 02:18:36.741218 [ 3 ] {92a5722d-3e7d-4569-a567-6e5013e3da0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1643 | 2024.08.22 02:18:36.741347 [ 3 ] {92a5722d-3e7d-4569-a567-6e5013e3da0f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1644 | 2024.08.22 02:18:36.741663 [ 3 ] {92a5722d-3e7d-4569-a567-6e5013e3da0f} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1645 | 2024.08.22 02:18:36.741700 [ 3 ] {92a5722d-3e7d-4569-a567-6e5013e3da0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
1646 | 2024.08.22 02:18:36.742059 [ 3 ] {92a5722d-3e7d-4569-a567-6e5013e3da0f} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1647 | 2024.08.22 02:18:36.742376 [ 3 ] {92a5722d-3e7d-4569-a567-6e5013e3da0f} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1648 | 2024.08.22 02:18:36.742504 [ 3 ] {92a5722d-3e7d-4569-a567-6e5013e3da0f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001388 sec., 43227.66570605188 rows/sec., 2.91 MiB/sec. | ||
1649 | 2024.08.22 02:18:36.742675 [ 3 ] {92a5722d-3e7d-4569-a567-6e5013e3da0f} <Debug> DynamicQueryHandler: Done processing query | ||
1650 | 2024.08.22 02:18:36.742701 [ 3 ] {92a5722d-3e7d-4569-a567-6e5013e3da0f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1651 | 2024.08.22 02:18:36.742716 [ 3 ] {} <Debug> HTTP-Session: d605239a-61fb-44be-8846-58363eb380c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1652 | 2024.08.22 02:18:41.725519 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 7800, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1653 | 2024.08.22 02:18:41.725643 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1654 | 2024.08.22 02:18:41.725733 [ 3 ] {} <Debug> HTTP-Session: a5fdc34b-c6fa-4f5f-a13d-ccfc7bf922b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
1655 | 2024.08.22 02:18:41.725770 [ 3 ] {} <Debug> HTTP-Session: a5fdc34b-c6fa-4f5f-a13d-ccfc7bf922b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1656 | 2024.08.22 02:18:41.725799 [ 3 ] {} <Debug> HTTP-Session: a5fdc34b-c6fa-4f5f-a13d-ccfc7bf922b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1657 | 2024.08.22 02:18:41.725874 [ 3 ] {} <Trace> HTTP-Session: a5fdc34b-c6fa-4f5f-a13d-ccfc7bf922b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1658 | 2024.08.22 02:18:41.726124 [ 3 ] {cc294bfc-c2b9-4068-8523-78bed2d70b28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1659 | 2024.08.22 02:18:41.726196 [ 3 ] {cc294bfc-c2b9-4068-8523-78bed2d70b28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1660 | 2024.08.22 02:18:41.726544 [ 3 ] {cc294bfc-c2b9-4068-8523-78bed2d70b28} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1661 | 2024.08.22 02:18:41.727119 [ 3 ] {cc294bfc-c2b9-4068-8523-78bed2d70b28} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1662 | 2024.08.22 02:18:41.727168 [ 3 ] {cc294bfc-c2b9-4068-8523-78bed2d70b28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
1663 | 2024.08.22 02:18:41.727657 [ 3 ] {cc294bfc-c2b9-4068-8523-78bed2d70b28} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1664 | 2024.08.22 02:18:41.728045 [ 3 ] {cc294bfc-c2b9-4068-8523-78bed2d70b28} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1665 | 2024.08.22 02:18:41.728197 [ 3 ] {cc294bfc-c2b9-4068-8523-78bed2d70b28} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002151 sec., 26034.40260344026 rows/sec., 1.99 MiB/sec. | ||
1666 | 2024.08.22 02:18:41.728549 [ 3 ] {cc294bfc-c2b9-4068-8523-78bed2d70b28} <Debug> DynamicQueryHandler: Done processing query | ||
1667 | 2024.08.22 02:18:41.728582 [ 3 ] {cc294bfc-c2b9-4068-8523-78bed2d70b28} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1668 | 2024.08.22 02:18:41.728600 [ 3 ] {} <Debug> HTTP-Session: a5fdc34b-c6fa-4f5f-a13d-ccfc7bf922b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1669 | 2024.08.22 02:18:41.728780 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 10878, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1670 | 2024.08.22 02:18:41.728833 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1671 | 2024.08.22 02:18:41.728855 [ 3 ] {} <Debug> HTTP-Session: 8c701b4d-72f1-4248-bdba-9f5051c32350 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
1672 | 2024.08.22 02:18:41.728872 [ 3 ] {} <Debug> HTTP-Session: 8c701b4d-72f1-4248-bdba-9f5051c32350 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1673 | 2024.08.22 02:18:41.728886 [ 3 ] {} <Debug> HTTP-Session: 8c701b4d-72f1-4248-bdba-9f5051c32350 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1674 | 2024.08.22 02:18:41.728920 [ 3 ] {} <Trace> HTTP-Session: 8c701b4d-72f1-4248-bdba-9f5051c32350 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1675 | 2024.08.22 02:18:41.729061 [ 3 ] {7c7f64a0-f4f0-4b36-85ef-a00c562e0ade} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1676 | 2024.08.22 02:18:41.729111 [ 3 ] {7c7f64a0-f4f0-4b36-85ef-a00c562e0ade} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1677 | 2024.08.22 02:18:41.729370 [ 3 ] {7c7f64a0-f4f0-4b36-85ef-a00c562e0ade} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1678 | 2024.08.22 02:18:41.729762 [ 3 ] {7c7f64a0-f4f0-4b36-85ef-a00c562e0ade} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1679 | 2024.08.22 02:18:41.729802 [ 3 ] {7c7f64a0-f4f0-4b36-85ef-a00c562e0ade} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
1680 | 2024.08.22 02:18:41.730176 [ 3 ] {7c7f64a0-f4f0-4b36-85ef-a00c562e0ade} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1681 | 2024.08.22 02:18:41.730642 [ 3 ] {7c7f64a0-f4f0-4b36-85ef-a00c562e0ade} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1682 | 2024.08.22 02:18:41.730801 [ 3 ] {7c7f64a0-f4f0-4b36-85ef-a00c562e0ade} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001791 sec., 35734.226689000556 rows/sec., 2.79 MiB/sec. | ||
1683 | 2024.08.22 02:18:41.730972 [ 3 ] {7c7f64a0-f4f0-4b36-85ef-a00c562e0ade} <Debug> DynamicQueryHandler: Done processing query | ||
1684 | 2024.08.22 02:18:41.730998 [ 3 ] {7c7f64a0-f4f0-4b36-85ef-a00c562e0ade} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1685 | 2024.08.22 02:18:41.731015 [ 3 ] {} <Debug> HTTP-Session: 8c701b4d-72f1-4248-bdba-9f5051c32350 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1686 | 2024.08.22 02:18:41.731248 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 30547, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1687 | 2024.08.22 02:18:41.731299 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1688 | 2024.08.22 02:18:41.731319 [ 3 ] {} <Debug> HTTP-Session: 3ff35aa0-d014-48c9-ae83-1ed1048e686a Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
1689 | 2024.08.22 02:18:41.731336 [ 3 ] {} <Debug> HTTP-Session: 3ff35aa0-d014-48c9-ae83-1ed1048e686a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1690 | 2024.08.22 02:18:41.731350 [ 3 ] {} <Debug> HTTP-Session: 3ff35aa0-d014-48c9-ae83-1ed1048e686a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1691 | 2024.08.22 02:18:41.731382 [ 3 ] {} <Trace> HTTP-Session: 3ff35aa0-d014-48c9-ae83-1ed1048e686a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1692 | 2024.08.22 02:18:41.731548 [ 3 ] {494cb3ea-ea59-4d2a-9e3c-4dcbd13815da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1693 | 2024.08.22 02:18:41.731596 [ 3 ] {494cb3ea-ea59-4d2a-9e3c-4dcbd13815da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1694 | 2024.08.22 02:18:41.731739 [ 3 ] {494cb3ea-ea59-4d2a-9e3c-4dcbd13815da} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1695 | 2024.08.22 02:18:41.732194 [ 3 ] {494cb3ea-ea59-4d2a-9e3c-4dcbd13815da} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1696 | 2024.08.22 02:18:41.732233 [ 3 ] {494cb3ea-ea59-4d2a-9e3c-4dcbd13815da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
1697 | 2024.08.22 02:18:41.732632 [ 3 ] {494cb3ea-ea59-4d2a-9e3c-4dcbd13815da} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1698 | 2024.08.22 02:18:41.732976 [ 3 ] {494cb3ea-ea59-4d2a-9e3c-4dcbd13815da} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1699 | 2024.08.22 02:18:41.733124 [ 3 ] {494cb3ea-ea59-4d2a-9e3c-4dcbd13815da} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001655 sec., 96676.73716012084 rows/sec., 6.73 MiB/sec. | ||
1700 | 2024.08.22 02:18:41.733324 [ 3 ] {494cb3ea-ea59-4d2a-9e3c-4dcbd13815da} <Debug> DynamicQueryHandler: Done processing query | ||
1701 | 2024.08.22 02:18:41.733357 [ 3 ] {494cb3ea-ea59-4d2a-9e3c-4dcbd13815da} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
1702 | 2024.08.22 02:18:41.733376 [ 3 ] {} <Debug> HTTP-Session: 3ff35aa0-d014-48c9-ae83-1ed1048e686a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1703 | 2024.08.22 02:18:41.733519 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1704 | 2024.08.22 02:18:41.733569 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1705 | 2024.08.22 02:18:41.733591 [ 3 ] {} <Debug> HTTP-Session: d81a473b-8605-4f00-9657-44ed76c2715a Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
1706 | 2024.08.22 02:18:41.733609 [ 3 ] {} <Debug> HTTP-Session: d81a473b-8605-4f00-9657-44ed76c2715a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1707 | 2024.08.22 02:18:41.733625 [ 3 ] {} <Debug> HTTP-Session: d81a473b-8605-4f00-9657-44ed76c2715a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1708 | 2024.08.22 02:18:41.733658 [ 3 ] {} <Trace> HTTP-Session: d81a473b-8605-4f00-9657-44ed76c2715a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1709 | 2024.08.22 02:18:41.733791 [ 3 ] {c2f6e6ab-7b9f-41fe-ae89-0d350b305343} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1710 | 2024.08.22 02:18:41.733838 [ 3 ] {c2f6e6ab-7b9f-41fe-ae89-0d350b305343} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1711 | 2024.08.22 02:18:41.733969 [ 3 ] {c2f6e6ab-7b9f-41fe-ae89-0d350b305343} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1712 | 2024.08.22 02:18:41.734329 [ 3 ] {c2f6e6ab-7b9f-41fe-ae89-0d350b305343} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1713 | 2024.08.22 02:18:41.734367 [ 3 ] {c2f6e6ab-7b9f-41fe-ae89-0d350b305343} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
1714 | 2024.08.22 02:18:41.734738 [ 3 ] {c2f6e6ab-7b9f-41fe-ae89-0d350b305343} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1715 | 2024.08.22 02:18:41.735060 [ 3 ] {c2f6e6ab-7b9f-41fe-ae89-0d350b305343} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1716 | 2024.08.22 02:18:41.735192 [ 3 ] {c2f6e6ab-7b9f-41fe-ae89-0d350b305343} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001446 sec., 41493.775933609955 rows/sec., 2.80 MiB/sec. | ||
1717 | 2024.08.22 02:18:41.735356 [ 3 ] {c2f6e6ab-7b9f-41fe-ae89-0d350b305343} <Debug> DynamicQueryHandler: Done processing query | ||
1718 | 2024.08.22 02:18:41.735382 [ 3 ] {c2f6e6ab-7b9f-41fe-ae89-0d350b305343} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1719 | 2024.08.22 02:18:41.735401 [ 3 ] {} <Debug> HTTP-Session: d81a473b-8605-4f00-9657-44ed76c2715a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1720 | 2024.08.22 02:18:42.930265 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 958, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1721 | 2024.08.22 02:18:42.930379 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1722 | 2024.08.22 02:18:42.930404 [ 3 ] {} <Debug> HTTP-Session: bb1ced33-ae71-4235-89c8-8f5e79db1c76 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
1723 | 2024.08.22 02:18:42.930429 [ 3 ] {} <Debug> HTTP-Session: bb1ced33-ae71-4235-89c8-8f5e79db1c76 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1724 | 2024.08.22 02:18:42.930444 [ 3 ] {} <Debug> HTTP-Session: bb1ced33-ae71-4235-89c8-8f5e79db1c76 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1725 | 2024.08.22 02:18:42.930494 [ 3 ] {} <Trace> HTTP-Session: bb1ced33-ae71-4235-89c8-8f5e79db1c76 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1726 | 2024.08.22 02:18:42.930735 [ 3 ] {90eaff8f-c830-4199-a941-6e4fcae2b9d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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) | ||
1727 | 2024.08.22 02:18:42.931124 [ 3 ] {90eaff8f-c830-4199-a941-6e4fcae2b9d2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1728 | 2024.08.22 02:18:42.931172 [ 3 ] {90eaff8f-c830-4199-a941-6e4fcae2b9d2} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1729 | 2024.08.22 02:18:42.931501 [ 3 ] {90eaff8f-c830-4199-a941-6e4fcae2b9d2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1730 | 2024.08.22 02:18:42.931585 [ 3 ] {90eaff8f-c830-4199-a941-6e4fcae2b9d2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1731 | 2024.08.22 02:18:42.931761 [ 3 ] {90eaff8f-c830-4199-a941-6e4fcae2b9d2} <Debug> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
1732 | 2024.08.22 02:18:42.931909 [ 250 ] {90eaff8f-c830-4199-a941-6e4fcae2b9d2} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1733 | 2024.08.22 02:18:42.931934 [ 255 ] {90eaff8f-c830-4199-a941-6e4fcae2b9d2} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1734 | 2024.08.22 02:18:42.931967 [ 253 ] {90eaff8f-c830-4199-a941-6e4fcae2b9d2} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
1735 | 2024.08.22 02:18:42.932133 [ 3 ] {90eaff8f-c830-4199-a941-6e4fcae2b9d2} <Debug> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (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 | ||
1736 | 2024.08.22 02:18:42.932170 [ 3 ] {90eaff8f-c830-4199-a941-6e4fcae2b9d2} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1737 | 2024.08.22 02:18:42.932292 [ 3 ] {90eaff8f-c830-4199-a941-6e4fcae2b9d2} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1738 | 2024.08.22 02:18:42.932317 [ 3 ] {90eaff8f-c830-4199-a941-6e4fcae2b9d2} <Debug> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Reading approx. 23 rows with 3 streams | ||
1739 | 2024.08.22 02:18:42.932363 [ 3 ] {90eaff8f-c830-4199-a941-6e4fcae2b9d2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1740 | 2024.08.22 02:18:42.932408 [ 3 ] {90eaff8f-c830-4199-a941-6e4fcae2b9d2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1741 | 2024.08.22 02:18:42.932446 [ 3 ] {90eaff8f-c830-4199-a941-6e4fcae2b9d2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1742 | 2024.08.22 02:18:42.934399 [ 3 ] {90eaff8f-c830-4199-a941-6e4fcae2b9d2} <Debug> executeQuery: Read 23 rows, 983.00 B in 0.003765 sec., 6108.897742363878 rows/sec., 254.97 KiB/sec. | ||
1743 | 2024.08.22 02:18:42.934816 [ 3 ] {90eaff8f-c830-4199-a941-6e4fcae2b9d2} <Debug> DynamicQueryHandler: Done processing query | ||
1744 | 2024.08.22 02:18:42.934848 [ 3 ] {90eaff8f-c830-4199-a941-6e4fcae2b9d2} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
1745 | 2024.08.22 02:18:42.934870 [ 3 ] {} <Debug> HTTP-Session: bb1ced33-ae71-4235-89c8-8f5e79db1c76 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1746 | 2024.08.22 02:18:42.935190 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 992, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1747 | 2024.08.22 02:18:42.935245 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1748 | 2024.08.22 02:18:42.935264 [ 3 ] {} <Debug> HTTP-Session: b7625331-c0c9-445e-9730-ce21f9e2e39f Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
1749 | 2024.08.22 02:18:42.935282 [ 3 ] {} <Debug> HTTP-Session: b7625331-c0c9-445e-9730-ce21f9e2e39f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1750 | 2024.08.22 02:18:42.935296 [ 3 ] {} <Debug> HTTP-Session: b7625331-c0c9-445e-9730-ce21f9e2e39f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1751 | 2024.08.22 02:18:42.935334 [ 3 ] {} <Trace> HTTP-Session: b7625331-c0c9-445e-9730-ce21f9e2e39f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1752 | 2024.08.22 02:18:42.935492 [ 3 ] {b6c3750b-7ffe-46d9-86d6-ecbc82c2a1b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1753 | 2024.08.22 02:18:42.935781 [ 3 ] {b6c3750b-7ffe-46d9-86d6-ecbc82c2a1b7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1754 | 2024.08.22 02:18:42.935825 [ 3 ] {b6c3750b-7ffe-46d9-86d6-ecbc82c2a1b7} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1755 | 2024.08.22 02:18:42.936110 [ 3 ] {b6c3750b-7ffe-46d9-86d6-ecbc82c2a1b7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1756 | 2024.08.22 02:18:42.936178 [ 3 ] {b6c3750b-7ffe-46d9-86d6-ecbc82c2a1b7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1757 | 2024.08.22 02:18:42.936324 [ 3 ] {b6c3750b-7ffe-46d9-86d6-ecbc82c2a1b7} <Debug> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
1758 | 2024.08.22 02:18:42.936426 [ 258 ] {b6c3750b-7ffe-46d9-86d6-ecbc82c2a1b7} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1759 | 2024.08.22 02:18:42.936473 [ 252 ] {b6c3750b-7ffe-46d9-86d6-ecbc82c2a1b7} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
1760 | 2024.08.22 02:18:42.936487 [ 259 ] {b6c3750b-7ffe-46d9-86d6-ecbc82c2a1b7} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1761 | 2024.08.22 02:18:42.936611 [ 3 ] {b6c3750b-7ffe-46d9-86d6-ecbc82c2a1b7} <Debug> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (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 | ||
1762 | 2024.08.22 02:18:42.936641 [ 3 ] {b6c3750b-7ffe-46d9-86d6-ecbc82c2a1b7} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1763 | 2024.08.22 02:18:42.936747 [ 3 ] {b6c3750b-7ffe-46d9-86d6-ecbc82c2a1b7} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1764 | 2024.08.22 02:18:42.936771 [ 3 ] {b6c3750b-7ffe-46d9-86d6-ecbc82c2a1b7} <Debug> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Reading approx. 23 rows with 3 streams | ||
1765 | 2024.08.22 02:18:42.936812 [ 3 ] {b6c3750b-7ffe-46d9-86d6-ecbc82c2a1b7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1766 | 2024.08.22 02:18:42.936853 [ 3 ] {b6c3750b-7ffe-46d9-86d6-ecbc82c2a1b7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1767 | 2024.08.22 02:18:42.936892 [ 3 ] {b6c3750b-7ffe-46d9-86d6-ecbc82c2a1b7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1768 | 2024.08.22 02:18:42.938518 [ 3 ] {b6c3750b-7ffe-46d9-86d6-ecbc82c2a1b7} <Debug> executeQuery: Read 23 rows, 983.00 B in 0.003099 sec., 7421.748951274604 rows/sec., 309.76 KiB/sec. | ||
1769 | 2024.08.22 02:18:42.938909 [ 3 ] {b6c3750b-7ffe-46d9-86d6-ecbc82c2a1b7} <Debug> DynamicQueryHandler: Done processing query | ||
1770 | 2024.08.22 02:18:42.938985 [ 3 ] {b6c3750b-7ffe-46d9-86d6-ecbc82c2a1b7} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
1771 | 2024.08.22 02:18:42.939018 [ 3 ] {} <Debug> HTTP-Session: b7625331-c0c9-445e-9730-ce21f9e2e39f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1772 | 2024.08.22 02:18:42.939495 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 1022, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1773 | 2024.08.22 02:18:42.939550 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1774 | 2024.08.22 02:18:42.939571 [ 3 ] {} <Debug> HTTP-Session: 706c2b4b-01f7-416b-ab1f-bae6afcfb3ba Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
1775 | 2024.08.22 02:18:42.939589 [ 3 ] {} <Debug> HTTP-Session: 706c2b4b-01f7-416b-ab1f-bae6afcfb3ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1776 | 2024.08.22 02:18:42.939606 [ 3 ] {} <Debug> HTTP-Session: 706c2b4b-01f7-416b-ab1f-bae6afcfb3ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1777 | 2024.08.22 02:18:42.939641 [ 3 ] {} <Trace> HTTP-Session: 706c2b4b-01f7-416b-ab1f-bae6afcfb3ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1778 | 2024.08.22 02:18:42.939802 [ 3 ] {bf381fae-881e-4052-a9e6-507dbdba931f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1779 | 2024.08.22 02:18:42.940104 [ 3 ] {bf381fae-881e-4052-a9e6-507dbdba931f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1780 | 2024.08.22 02:18:42.940154 [ 3 ] {bf381fae-881e-4052-a9e6-507dbdba931f} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1781 | 2024.08.22 02:18:42.940478 [ 3 ] {bf381fae-881e-4052-a9e6-507dbdba931f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1782 | 2024.08.22 02:18:42.940547 [ 3 ] {bf381fae-881e-4052-a9e6-507dbdba931f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1783 | 2024.08.22 02:18:42.940695 [ 3 ] {bf381fae-881e-4052-a9e6-507dbdba931f} <Debug> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
1784 | 2024.08.22 02:18:42.940839 [ 258 ] {bf381fae-881e-4052-a9e6-507dbdba931f} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
1785 | 2024.08.22 02:18:42.940857 [ 253 ] {bf381fae-881e-4052-a9e6-507dbdba931f} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1786 | 2024.08.22 02:18:42.940829 [ 255 ] {bf381fae-881e-4052-a9e6-507dbdba931f} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1787 | 2024.08.22 02:18:42.941000 [ 3 ] {bf381fae-881e-4052-a9e6-507dbdba931f} <Debug> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (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 | ||
1788 | 2024.08.22 02:18:42.941031 [ 3 ] {bf381fae-881e-4052-a9e6-507dbdba931f} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1789 | 2024.08.22 02:18:42.941140 [ 3 ] {bf381fae-881e-4052-a9e6-507dbdba931f} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1790 | 2024.08.22 02:18:42.941162 [ 3 ] {bf381fae-881e-4052-a9e6-507dbdba931f} <Debug> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Reading approx. 23 rows with 3 streams | ||
1791 | 2024.08.22 02:18:42.941203 [ 3 ] {bf381fae-881e-4052-a9e6-507dbdba931f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1792 | 2024.08.22 02:18:42.941246 [ 3 ] {bf381fae-881e-4052-a9e6-507dbdba931f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1793 | 2024.08.22 02:18:42.941288 [ 3 ] {bf381fae-881e-4052-a9e6-507dbdba931f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1794 | 2024.08.22 02:18:42.942991 [ 3 ] {bf381fae-881e-4052-a9e6-507dbdba931f} <Debug> executeQuery: Read 23 rows, 983.00 B in 0.003261 sec., 7053.051211284882 rows/sec., 294.38 KiB/sec. | ||
1795 | 2024.08.22 02:18:42.943367 [ 3 ] {bf381fae-881e-4052-a9e6-507dbdba931f} <Debug> DynamicQueryHandler: Done processing query | ||
1796 | 2024.08.22 02:18:42.943396 [ 3 ] {bf381fae-881e-4052-a9e6-507dbdba931f} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
1797 | 2024.08.22 02:18:42.943416 [ 3 ] {} <Debug> HTTP-Session: 706c2b4b-01f7-416b-ab1f-bae6afcfb3ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1798 | 2024.08.22 02:18:42.943661 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 1055, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1799 | 2024.08.22 02:18:42.943717 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1800 | 2024.08.22 02:18:42.943741 [ 3 ] {} <Debug> HTTP-Session: d08fe725-9023-4168-88c1-ff67864c0473 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
1801 | 2024.08.22 02:18:42.943761 [ 3 ] {} <Debug> HTTP-Session: d08fe725-9023-4168-88c1-ff67864c0473 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1802 | 2024.08.22 02:18:42.943778 [ 3 ] {} <Debug> HTTP-Session: d08fe725-9023-4168-88c1-ff67864c0473 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1803 | 2024.08.22 02:18:42.943818 [ 3 ] {} <Trace> HTTP-Session: d08fe725-9023-4168-88c1-ff67864c0473 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1804 | 2024.08.22 02:18:42.943994 [ 3 ] {18b79b2c-7701-470f-a72a-977494c16017} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1805 | 2024.08.22 02:18:42.944296 [ 3 ] {18b79b2c-7701-470f-a72a-977494c16017} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1806 | 2024.08.22 02:18:42.944340 [ 3 ] {18b79b2c-7701-470f-a72a-977494c16017} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1807 | 2024.08.22 02:18:42.944620 [ 3 ] {18b79b2c-7701-470f-a72a-977494c16017} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1808 | 2024.08.22 02:18:42.944686 [ 3 ] {18b79b2c-7701-470f-a72a-977494c16017} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1809 | 2024.08.22 02:18:42.944825 [ 3 ] {18b79b2c-7701-470f-a72a-977494c16017} <Debug> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
1810 | 2024.08.22 02:18:42.944904 [ 252 ] {18b79b2c-7701-470f-a72a-977494c16017} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1811 | 2024.08.22 02:18:42.944949 [ 257 ] {18b79b2c-7701-470f-a72a-977494c16017} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1812 | 2024.08.22 02:18:42.944972 [ 255 ] {18b79b2c-7701-470f-a72a-977494c16017} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
1813 | 2024.08.22 02:18:42.945072 [ 3 ] {18b79b2c-7701-470f-a72a-977494c16017} <Debug> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (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 | ||
1814 | 2024.08.22 02:18:42.945102 [ 3 ] {18b79b2c-7701-470f-a72a-977494c16017} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1815 | 2024.08.22 02:18:42.945207 [ 3 ] {18b79b2c-7701-470f-a72a-977494c16017} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1816 | 2024.08.22 02:18:42.945228 [ 3 ] {18b79b2c-7701-470f-a72a-977494c16017} <Debug> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Reading approx. 23 rows with 3 streams | ||
1817 | 2024.08.22 02:18:42.945266 [ 3 ] {18b79b2c-7701-470f-a72a-977494c16017} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1818 | 2024.08.22 02:18:42.945307 [ 3 ] {18b79b2c-7701-470f-a72a-977494c16017} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1819 | 2024.08.22 02:18:42.945344 [ 3 ] {18b79b2c-7701-470f-a72a-977494c16017} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1820 | 2024.08.22 02:18:42.947096 [ 3 ] {18b79b2c-7701-470f-a72a-977494c16017} <Debug> executeQuery: Read 23 rows, 983.00 B in 0.003189 sec., 7212.292254625275 rows/sec., 301.02 KiB/sec. | ||
1821 | 2024.08.22 02:18:42.947400 [ 3 ] {18b79b2c-7701-470f-a72a-977494c16017} <Debug> DynamicQueryHandler: Done processing query | ||
1822 | 2024.08.22 02:18:42.947425 [ 3 ] {18b79b2c-7701-470f-a72a-977494c16017} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
1823 | 2024.08.22 02:18:42.947442 [ 3 ] {} <Debug> HTTP-Session: d08fe725-9023-4168-88c1-ff67864c0473 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1824 | 2024.08.22 02:18:42.947739 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 1090, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1825 | 2024.08.22 02:18:42.947786 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1826 | 2024.08.22 02:18:42.947806 [ 3 ] {} <Debug> HTTP-Session: 6a81ad3c-b049-4d83-b314-697475a702ad Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
1827 | 2024.08.22 02:18:42.947822 [ 3 ] {} <Debug> HTTP-Session: 6a81ad3c-b049-4d83-b314-697475a702ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1828 | 2024.08.22 02:18:42.947836 [ 3 ] {} <Debug> HTTP-Session: 6a81ad3c-b049-4d83-b314-697475a702ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1829 | 2024.08.22 02:18:42.947867 [ 3 ] {} <Trace> HTTP-Session: 6a81ad3c-b049-4d83-b314-697475a702ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1830 | 2024.08.22 02:18:42.948011 [ 3 ] {97b08b5d-5c60-40f3-a7ce-b47c25db3381} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1831 | 2024.08.22 02:18:42.948286 [ 3 ] {97b08b5d-5c60-40f3-a7ce-b47c25db3381} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1832 | 2024.08.22 02:18:42.948331 [ 3 ] {97b08b5d-5c60-40f3-a7ce-b47c25db3381} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1833 | 2024.08.22 02:18:42.948623 [ 3 ] {97b08b5d-5c60-40f3-a7ce-b47c25db3381} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1834 | 2024.08.22 02:18:42.948688 [ 3 ] {97b08b5d-5c60-40f3-a7ce-b47c25db3381} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1835 | 2024.08.22 02:18:42.948827 [ 3 ] {97b08b5d-5c60-40f3-a7ce-b47c25db3381} <Debug> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
1836 | 2024.08.22 02:18:42.948887 [ 258 ] {97b08b5d-5c60-40f3-a7ce-b47c25db3381} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1837 | 2024.08.22 02:18:42.948958 [ 255 ] {97b08b5d-5c60-40f3-a7ce-b47c25db3381} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
1838 | 2024.08.22 02:18:42.948959 [ 252 ] {97b08b5d-5c60-40f3-a7ce-b47c25db3381} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1839 | 2024.08.22 02:18:42.949081 [ 3 ] {97b08b5d-5c60-40f3-a7ce-b47c25db3381} <Debug> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (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 | ||
1840 | 2024.08.22 02:18:42.949104 [ 3 ] {97b08b5d-5c60-40f3-a7ce-b47c25db3381} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1841 | 2024.08.22 02:18:42.949204 [ 3 ] {97b08b5d-5c60-40f3-a7ce-b47c25db3381} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1842 | 2024.08.22 02:18:42.949227 [ 3 ] {97b08b5d-5c60-40f3-a7ce-b47c25db3381} <Debug> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Reading approx. 23 rows with 3 streams | ||
1843 | 2024.08.22 02:18:42.949265 [ 3 ] {97b08b5d-5c60-40f3-a7ce-b47c25db3381} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1844 | 2024.08.22 02:18:42.949305 [ 3 ] {97b08b5d-5c60-40f3-a7ce-b47c25db3381} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1845 | 2024.08.22 02:18:42.949342 [ 3 ] {97b08b5d-5c60-40f3-a7ce-b47c25db3381} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1846 | 2024.08.22 02:18:42.950989 [ 3 ] {97b08b5d-5c60-40f3-a7ce-b47c25db3381} <Debug> executeQuery: Read 23 rows, 983.00 B in 0.003047 sec., 7548.408270429932 rows/sec., 315.05 KiB/sec. | ||
1847 | 2024.08.22 02:18:42.951308 [ 3 ] {97b08b5d-5c60-40f3-a7ce-b47c25db3381} <Debug> DynamicQueryHandler: Done processing query | ||
1848 | 2024.08.22 02:18:42.951332 [ 3 ] {97b08b5d-5c60-40f3-a7ce-b47c25db3381} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
1849 | 2024.08.22 02:18:42.951349 [ 3 ] {} <Debug> HTTP-Session: 6a81ad3c-b049-4d83-b314-697475a702ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1850 | 2024.08.22 02:18:42.951595 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 1119, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1851 | 2024.08.22 02:18:42.951642 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1852 | 2024.08.22 02:18:42.951662 [ 3 ] {} <Debug> HTTP-Session: 8be9d32a-8b53-479b-83c4-7c086e9748ca Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
1853 | 2024.08.22 02:18:42.951680 [ 3 ] {} <Debug> HTTP-Session: 8be9d32a-8b53-479b-83c4-7c086e9748ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1854 | 2024.08.22 02:18:42.951694 [ 3 ] {} <Debug> HTTP-Session: 8be9d32a-8b53-479b-83c4-7c086e9748ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1855 | 2024.08.22 02:18:42.951724 [ 3 ] {} <Trace> HTTP-Session: 8be9d32a-8b53-479b-83c4-7c086e9748ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1856 | 2024.08.22 02:18:42.951867 [ 3 ] {9837cac4-2626-4774-83c6-1c7c033c75f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1857 | 2024.08.22 02:18:42.952148 [ 3 ] {9837cac4-2626-4774-83c6-1c7c033c75f6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1858 | 2024.08.22 02:18:42.952193 [ 3 ] {9837cac4-2626-4774-83c6-1c7c033c75f6} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1859 | 2024.08.22 02:18:42.952487 [ 3 ] {9837cac4-2626-4774-83c6-1c7c033c75f6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1860 | 2024.08.22 02:18:42.952550 [ 3 ] {9837cac4-2626-4774-83c6-1c7c033c75f6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1861 | 2024.08.22 02:18:42.952690 [ 3 ] {9837cac4-2626-4774-83c6-1c7c033c75f6} <Debug> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
1862 | 2024.08.22 02:18:42.952789 [ 252 ] {9837cac4-2626-4774-83c6-1c7c033c75f6} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1863 | 2024.08.22 02:18:42.952802 [ 258 ] {9837cac4-2626-4774-83c6-1c7c033c75f6} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1864 | 2024.08.22 02:18:42.952824 [ 255 ] {9837cac4-2626-4774-83c6-1c7c033c75f6} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
1865 | 2024.08.22 02:18:42.952940 [ 3 ] {9837cac4-2626-4774-83c6-1c7c033c75f6} <Debug> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (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 | ||
1866 | 2024.08.22 02:18:42.952970 [ 3 ] {9837cac4-2626-4774-83c6-1c7c033c75f6} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1867 | 2024.08.22 02:18:42.953071 [ 3 ] {9837cac4-2626-4774-83c6-1c7c033c75f6} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1868 | 2024.08.22 02:18:42.953091 [ 3 ] {9837cac4-2626-4774-83c6-1c7c033c75f6} <Debug> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Reading approx. 23 rows with 3 streams | ||
1869 | 2024.08.22 02:18:42.953130 [ 3 ] {9837cac4-2626-4774-83c6-1c7c033c75f6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1870 | 2024.08.22 02:18:42.953169 [ 3 ] {9837cac4-2626-4774-83c6-1c7c033c75f6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1871 | 2024.08.22 02:18:42.953206 [ 3 ] {9837cac4-2626-4774-83c6-1c7c033c75f6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1872 | 2024.08.22 02:18:42.954886 [ 3 ] {9837cac4-2626-4774-83c6-1c7c033c75f6} <Debug> executeQuery: Read 23 rows, 983.00 B in 0.003087 sec., 7450.599287333981 rows/sec., 310.97 KiB/sec. | ||
1873 | 2024.08.22 02:18:42.955260 [ 3 ] {9837cac4-2626-4774-83c6-1c7c033c75f6} <Debug> DynamicQueryHandler: Done processing query | ||
1874 | 2024.08.22 02:18:42.955286 [ 3 ] {9837cac4-2626-4774-83c6-1c7c033c75f6} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
1875 | 2024.08.22 02:18:42.955303 [ 3 ] {} <Debug> HTTP-Session: 8be9d32a-8b53-479b-83c4-7c086e9748ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1876 | 2024.08.22 02:18:43.027900 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 2476, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1877 | 2024.08.22 02:18:43.027967 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1878 | 2024.08.22 02:18:43.027989 [ 3 ] {} <Debug> HTTP-Session: 793e580e-4171-4ac9-8209-4756f5f4ffe0 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
1879 | 2024.08.22 02:18:43.028006 [ 3 ] {} <Debug> HTTP-Session: 793e580e-4171-4ac9-8209-4756f5f4ffe0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1880 | 2024.08.22 02:18:43.028021 [ 3 ] {} <Debug> HTTP-Session: 793e580e-4171-4ac9-8209-4756f5f4ffe0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1881 | 2024.08.22 02:18:43.028056 [ 3 ] {} <Trace> HTTP-Session: 793e580e-4171-4ac9-8209-4756f5f4ffe0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1882 | 2024.08.22 02:18:43.028194 [ 3 ] {04088da8-0948-4d95-9236-adf9eb843da8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
1883 | 2024.08.22 02:18:43.028255 [ 3 ] {04088da8-0948-4d95-9236-adf9eb843da8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1884 | 2024.08.22 02:18:43.028513 [ 3 ] {04088da8-0948-4d95-9236-adf9eb843da8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1885 | 2024.08.22 02:18:43.028935 [ 3 ] {04088da8-0948-4d95-9236-adf9eb843da8} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1886 | 2024.08.22 02:18:43.028984 [ 3 ] {04088da8-0948-4d95-9236-adf9eb843da8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
1887 | 2024.08.22 02:18:43.029511 [ 3 ] {04088da8-0948-4d95-9236-adf9eb843da8} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1888 | 2024.08.22 02:18:43.029834 [ 3 ] {04088da8-0948-4d95-9236-adf9eb843da8} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1889 | 2024.08.22 02:18:43.030002 [ 3 ] {04088da8-0948-4d95-9236-adf9eb843da8} <Debug> executeQuery: Read 6 rows, 1.34 KiB in 0.00185 sec., 3243.243243243243 rows/sec., 722.13 KiB/sec. | ||
1890 | 2024.08.22 02:18:43.030190 [ 3 ] {04088da8-0948-4d95-9236-adf9eb843da8} <Debug> DynamicQueryHandler: Done processing query | ||
1891 | 2024.08.22 02:18:43.030215 [ 3 ] {04088da8-0948-4d95-9236-adf9eb843da8} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1892 | 2024.08.22 02:18:43.030230 [ 3 ] {} <Debug> HTTP-Session: 793e580e-4171-4ac9-8209-4756f5f4ffe0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1893 | 2024.08.22 02:18:43.030528 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 172914, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1894 | 2024.08.22 02:18:43.030579 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1895 | 2024.08.22 02:18:43.030601 [ 3 ] {} <Debug> HTTP-Session: 28ec999e-5fb4-4a19-9319-12e84d9995d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
1896 | 2024.08.22 02:18:43.030619 [ 3 ] {} <Debug> HTTP-Session: 28ec999e-5fb4-4a19-9319-12e84d9995d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1897 | 2024.08.22 02:18:43.030633 [ 3 ] {} <Debug> HTTP-Session: 28ec999e-5fb4-4a19-9319-12e84d9995d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1898 | 2024.08.22 02:18:43.030666 [ 3 ] {} <Trace> HTTP-Session: 28ec999e-5fb4-4a19-9319-12e84d9995d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1899 | 2024.08.22 02:18:43.033598 [ 3 ] {70d792bf-c877-468e-a47e-8ec8cc441f28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1900 | 2024.08.22 02:18:43.033648 [ 3 ] {70d792bf-c877-468e-a47e-8ec8cc441f28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1901 | 2024.08.22 02:18:43.033895 [ 3 ] {70d792bf-c877-468e-a47e-8ec8cc441f28} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1902 | 2024.08.22 02:18:43.035155 [ 3 ] {70d792bf-c877-468e-a47e-8ec8cc441f28} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1903 | 2024.08.22 02:18:43.035197 [ 3 ] {70d792bf-c877-468e-a47e-8ec8cc441f28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
1904 | 2024.08.22 02:18:43.035818 [ 3 ] {70d792bf-c877-468e-a47e-8ec8cc441f28} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1905 | 2024.08.22 02:18:43.036187 [ 3 ] {70d792bf-c877-468e-a47e-8ec8cc441f28} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1906 | 2024.08.22 02:18:43.036356 [ 99 ] {} <Debug> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1907 | 2024.08.22 02:18:43.036368 [ 3 ] {70d792bf-c877-468e-a47e-8ec8cc441f28} <Debug> executeQuery: Read 1196 rows, 100.50 KiB in 0.003745 sec., 319359.1455273698 rows/sec., 26.21 MiB/sec. | ||
1908 | 2024.08.22 02:18:43.036460 [ 99 ] {} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1909 | 2024.08.22 02:18:43.036520 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
1910 | 2024.08.22 02:18:43.036759 [ 3 ] {70d792bf-c877-468e-a47e-8ec8cc441f28} <Debug> DynamicQueryHandler: Done processing query | ||
1911 | 2024.08.22 02:18:43.036807 [ 3 ] {70d792bf-c877-468e-a47e-8ec8cc441f28} <Debug> MemoryTracker: Peak memory usage (for query): 4.97 MiB. | ||
1912 | 2024.08.22 02:18:43.036825 [ 3 ] {} <Debug> HTTP-Session: 28ec999e-5fb4-4a19-9319-12e84d9995d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1913 | 2024.08.22 02:18:43.037014 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 30489, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1914 | 2024.08.22 02:18:43.037064 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1915 | 2024.08.22 02:18:43.037082 [ 3 ] {} <Debug> HTTP-Session: 10c6a067-f1c5-42a7-9b55-9bb849be841e Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
1916 | 2024.08.22 02:18:43.037099 [ 3 ] {} <Debug> HTTP-Session: 10c6a067-f1c5-42a7-9b55-9bb849be841e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1917 | 2024.08.22 02:18:43.037112 [ 3 ] {} <Debug> HTTP-Session: 10c6a067-f1c5-42a7-9b55-9bb849be841e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1918 | 2024.08.22 02:18:43.037142 [ 3 ] {} <Trace> HTTP-Session: 10c6a067-f1c5-42a7-9b55-9bb849be841e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1919 | 2024.08.22 02:18:43.037356 [ 3 ] {a97b406b-4615-41ad-837d-2c0d896ede80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
1920 | 2024.08.22 02:18:43.037399 [ 3 ] {a97b406b-4615-41ad-837d-2c0d896ede80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
1921 | 2024.08.22 02:18:43.037711 [ 3 ] {a97b406b-4615-41ad-837d-2c0d896ede80} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1922 | 2024.08.22 02:18:43.038196 [ 3 ] {a97b406b-4615-41ad-837d-2c0d896ede80} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1923 | 2024.08.22 02:18:43.038234 [ 3 ] {a97b406b-4615-41ad-837d-2c0d896ede80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
1924 | 2024.08.22 02:18:43.038639 [ 3 ] {a97b406b-4615-41ad-837d-2c0d896ede80} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1925 | 2024.08.22 02:18:43.039009 [ 3 ] {a97b406b-4615-41ad-837d-2c0d896ede80} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1926 | 2024.08.22 02:18:43.039190 [ 3 ] {a97b406b-4615-41ad-837d-2c0d896ede80} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001922 sec., 118626.43080124869 rows/sec., 8.03 MiB/sec. | ||
1927 | 2024.08.22 02:18:43.039480 [ 3 ] {a97b406b-4615-41ad-837d-2c0d896ede80} <Debug> DynamicQueryHandler: Done processing query | ||
1928 | 2024.08.22 02:18:43.039505 [ 3 ] {a97b406b-4615-41ad-837d-2c0d896ede80} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
1929 | 2024.08.22 02:18:43.039521 [ 3 ] {} <Debug> HTTP-Session: 10c6a067-f1c5-42a7-9b55-9bb849be841e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1930 | 2024.08.22 02:18:43.039732 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 85890, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1931 | 2024.08.22 02:18:43.039782 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1932 | 2024.08.22 02:18:43.039802 [ 3 ] {} <Debug> HTTP-Session: bd3f93d0-f9e2-42bf-829e-6fd8f94c9c8f Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
1933 | 2024.08.22 02:18:43.039818 [ 3 ] {} <Debug> HTTP-Session: bd3f93d0-f9e2-42bf-829e-6fd8f94c9c8f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1934 | 2024.08.22 02:18:43.039832 [ 3 ] {} <Debug> HTTP-Session: bd3f93d0-f9e2-42bf-829e-6fd8f94c9c8f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1935 | 2024.08.22 02:18:43.039864 [ 3 ] {} <Trace> HTTP-Session: bd3f93d0-f9e2-42bf-829e-6fd8f94c9c8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1936 | 2024.08.22 02:18:43.040204 [ 3 ] {b01757f3-102b-4806-af19-b309fd4a5404} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1937 | 2024.08.22 02:18:43.040249 [ 3 ] {b01757f3-102b-4806-af19-b309fd4a5404} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1938 | 2024.08.22 02:18:43.040495 [ 3 ] {b01757f3-102b-4806-af19-b309fd4a5404} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1939 | 2024.08.22 02:18:43.041195 [ 3 ] {b01757f3-102b-4806-af19-b309fd4a5404} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1940 | 2024.08.22 02:18:43.041234 [ 3 ] {b01757f3-102b-4806-af19-b309fd4a5404} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
1941 | 2024.08.22 02:18:43.041628 [ 3 ] {b01757f3-102b-4806-af19-b309fd4a5404} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1942 | 2024.08.22 02:18:43.041986 [ 3 ] {b01757f3-102b-4806-af19-b309fd4a5404} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1943 | 2024.08.22 02:18:43.042148 [ 99 ] {} <Debug> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1944 | 2024.08.22 02:18:43.042156 [ 3 ] {b01757f3-102b-4806-af19-b309fd4a5404} <Debug> executeQuery: Read 520 rows, 39.40 KiB in 0.002166 sec., 240073.86888273316 rows/sec., 17.77 MiB/sec. | ||
1945 | 2024.08.22 02:18:43.042199 [ 99 ] {} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1946 | 2024.08.22 02:18:43.042256 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
1947 | 2024.08.22 02:18:43.042497 [ 3 ] {b01757f3-102b-4806-af19-b309fd4a5404} <Debug> DynamicQueryHandler: Done processing query | ||
1948 | 2024.08.22 02:18:43.042528 [ 3 ] {b01757f3-102b-4806-af19-b309fd4a5404} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
1949 | 2024.08.22 02:18:43.042544 [ 3 ] {} <Debug> HTTP-Session: bd3f93d0-f9e2-42bf-829e-6fd8f94c9c8f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1950 | 2024.08.22 02:18:43.043163 [ 186 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::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 | ||
1951 | 2024.08.22 02:18:43.043164 [ 202 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::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 | ||
1952 | 2024.08.22 02:18:43.043213 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 363672, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1953 | 2024.08.22 02:18:43.043394 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1954 | 2024.08.22 02:18:43.043498 [ 3 ] {} <Debug> HTTP-Session: 265df960-bc05-4ebf-857f-99bd27c0c4dd Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
1955 | 2024.08.22 02:18:43.043571 [ 3 ] {} <Debug> HTTP-Session: 265df960-bc05-4ebf-857f-99bd27c0c4dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1956 | 2024.08.22 02:18:43.043653 [ 3 ] {} <Debug> HTTP-Session: 265df960-bc05-4ebf-857f-99bd27c0c4dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1957 | 2024.08.22 02:18:43.043779 [ 202 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1958 | 2024.08.22 02:18:43.043806 [ 186 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1959 | 2024.08.22 02:18:43.043822 [ 3 ] {} <Trace> HTTP-Session: 265df960-bc05-4ebf-857f-99bd27c0c4dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1960 | 2024.08.22 02:18:43.043923 [ 202 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 26 rows starting from the beginning of the part | ||
1961 | 2024.08.22 02:18:43.043926 [ 186 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 28 rows starting from the beginning of the part | ||
1962 | 2024.08.22 02:18:43.044382 [ 202 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 109 rows starting from the beginning of the part | ||
1963 | 2024.08.22 02:18:43.044548 [ 186 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 96 rows starting from the beginning of the part | ||
1964 | 2024.08.22 02:18:43.044744 [ 202 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 56 rows starting from the beginning of the part | ||
1965 | 2024.08.22 02:18:43.045151 [ 186 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 64 rows starting from the beginning of the part | ||
1966 | 2024.08.22 02:18:43.045174 [ 202 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 112 rows starting from the beginning of the part | ||
1967 | 2024.08.22 02:18:43.045605 [ 202 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 56 rows starting from the beginning of the part | ||
1968 | 2024.08.22 02:18:43.045620 [ 186 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 92 rows starting from the beginning of the part | ||
1969 | 2024.08.22 02:18:43.045914 [ 202 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1196 rows starting from the beginning of the part | ||
1970 | 2024.08.22 02:18:43.046036 [ 186 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 64 rows starting from the beginning of the part | ||
1971 | 2024.08.22 02:18:43.046601 [ 186 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 520 rows starting from the beginning of the part | ||
1972 | 2024.08.22 02:18:43.048789 [ 186 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 864 rows, containing 5 columns (5 merged, 0 gathered) in 0.006399156 sec., 135017.80547309679 rows/sec., 10.73 MiB/sec. | ||
1973 | 2024.08.22 02:18:43.048883 [ 202 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1555 rows, containing 5 columns (5 merged, 0 gathered) in 0.012236041 sec., 127083.58855613512 rows/sec., 10.88 MiB/sec. | ||
1974 | 2024.08.22 02:18:43.048992 [ 186 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1975 | 2024.08.22 02:18:43.049127 [ 202 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1976 | 2024.08.22 02:18:43.049566 [ 186 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_6_1} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1977 | 2024.08.22 02:18:43.049668 [ 186 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_6_1} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1978 | 2024.08.22 02:18:43.049705 [ 202 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_6_1} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1979 | 2024.08.22 02:18:43.049788 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
1980 | 2024.08.22 02:18:43.049807 [ 202 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_6_1} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1981 | 2024.08.22 02:18:43.049886 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. | ||
1982 | 2024.08.22 02:18:43.161854 [ 3 ] {9bc55cbf-86fb-4f0f-8a16-02119c4dade1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1983 | 2024.08.22 02:18:43.161924 [ 3 ] {9bc55cbf-86fb-4f0f-8a16-02119c4dade1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1984 | 2024.08.22 02:18:43.162115 [ 3 ] {9bc55cbf-86fb-4f0f-8a16-02119c4dade1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1985 | 2024.08.22 02:18:43.165614 [ 3 ] {9bc55cbf-86fb-4f0f-8a16-02119c4dade1} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1986 | 2024.08.22 02:18:43.165656 [ 3 ] {9bc55cbf-86fb-4f0f-8a16-02119c4dade1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
1987 | 2024.08.22 02:18:43.166249 [ 3 ] {9bc55cbf-86fb-4f0f-8a16-02119c4dade1} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1988 | 2024.08.22 02:18:43.166612 [ 3 ] {9bc55cbf-86fb-4f0f-8a16-02119c4dade1} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1989 | 2024.08.22 02:18:43.166770 [ 3 ] {9bc55cbf-86fb-4f0f-8a16-02119c4dade1} <Debug> executeQuery: Read 1920 rows, 131.37 KiB in 0.006067 sec., 316466.12823471235 rows/sec., 21.15 MiB/sec. | ||
1990 | 2024.08.22 02:18:43.166779 [ 99 ] {} <Debug> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1991 | 2024.08.22 02:18:43.166870 [ 99 ] {} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1992 | 2024.08.22 02:18:43.166918 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
1993 | 2024.08.22 02:18:43.167059 [ 3 ] {9bc55cbf-86fb-4f0f-8a16-02119c4dade1} <Debug> DynamicQueryHandler: Done processing query | ||
1994 | 2024.08.22 02:18:43.167069 [ 188 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::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 | ||
1995 | 2024.08.22 02:18:43.167089 [ 3 ] {9bc55cbf-86fb-4f0f-8a16-02119c4dade1} <Debug> MemoryTracker: Peak memory usage (for query): 5.23 MiB. | ||
1996 | 2024.08.22 02:18:43.167116 [ 3 ] {} <Debug> HTTP-Session: 265df960-bc05-4ebf-857f-99bd27c0c4dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1997 | 2024.08.22 02:18:43.167231 [ 188 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1998 | 2024.08.22 02:18:43.167276 [ 188 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 80 rows starting from the beginning of the part | ||
1999 | 2024.08.22 02:18:43.167310 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 2478, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2000 | 2024.08.22 02:18:43.167382 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2001 | 2024.08.22 02:18:43.167492 [ 3 ] {} <Debug> HTTP-Session: 513a3904-ee4a-4fe2-a55a-dc09aacd16a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
2002 | 2024.08.22 02:18:43.167533 [ 188 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 140 rows starting from the beginning of the part | ||
2003 | 2024.08.22 02:18:43.167545 [ 3 ] {} <Debug> HTTP-Session: 513a3904-ee4a-4fe2-a55a-dc09aacd16a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2004 | 2024.08.22 02:18:43.167630 [ 3 ] {} <Debug> HTTP-Session: 513a3904-ee4a-4fe2-a55a-dc09aacd16a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2005 | 2024.08.22 02:18:43.167775 [ 3 ] {} <Trace> HTTP-Session: 513a3904-ee4a-4fe2-a55a-dc09aacd16a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2006 | 2024.08.22 02:18:43.167931 [ 188 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 152 rows starting from the beginning of the part | ||
2007 | 2024.08.22 02:18:43.168145 [ 3 ] {2551abfa-c524-4ed1-b1a4-b05dc19f6499} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2008 | 2024.08.22 02:18:43.168303 [ 188 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::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 | ||
2009 | 2024.08.22 02:18:43.168325 [ 3 ] {2551abfa-c524-4ed1-b1a4-b05dc19f6499} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2010 | 2024.08.22 02:18:43.168582 [ 188 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::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 | ||
2011 | 2024.08.22 02:18:43.168924 [ 188 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1920 rows starting from the beginning of the part | ||
2012 | 2024.08.22 02:18:43.169477 [ 3 ] {2551abfa-c524-4ed1-b1a4-b05dc19f6499} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2013 | 2024.08.22 02:18:43.169900 [ 3 ] {2551abfa-c524-4ed1-b1a4-b05dc19f6499} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2014 | 2024.08.22 02:18:43.169943 [ 3 ] {2551abfa-c524-4ed1-b1a4-b05dc19f6499} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
2015 | 2024.08.22 02:18:43.170521 [ 3 ] {2551abfa-c524-4ed1-b1a4-b05dc19f6499} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
2016 | 2024.08.22 02:18:43.171043 [ 3 ] {2551abfa-c524-4ed1-b1a4-b05dc19f6499} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2017 | 2024.08.22 02:18:43.171246 [ 99 ] {} <Debug> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
2018 | 2024.08.22 02:18:43.171280 [ 3 ] {2551abfa-c524-4ed1-b1a4-b05dc19f6499} <Debug> executeQuery: Read 16 rows, 1.11 KiB in 0.003281 sec., 4876.56202377324 rows/sec., 338.12 KiB/sec. | ||
2019 | 2024.08.22 02:18:43.171340 [ 99 ] {} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2020 | 2024.08.22 02:18:43.171422 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
2021 | 2024.08.22 02:18:43.171721 [ 3 ] {2551abfa-c524-4ed1-b1a4-b05dc19f6499} <Debug> DynamicQueryHandler: Done processing query | ||
2022 | 2024.08.22 02:18:43.171839 [ 3 ] {2551abfa-c524-4ed1-b1a4-b05dc19f6499} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2023 | 2024.08.22 02:18:43.171949 [ 3 ] {} <Debug> HTTP-Session: 513a3904-ee4a-4fe2-a55a-dc09aacd16a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2024 | 2024.08.22 02:18:43.172007 [ 202 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::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 | ||
2025 | 2024.08.22 02:18:43.172221 [ 186 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2612 rows, containing 5 columns (5 merged, 0 gathered) in 0.005207152 sec., 501617.7749372402 rows/sec., 33.87 MiB/sec. | ||
2026 | 2024.08.22 02:18:43.172343 [ 202 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2027 | 2024.08.22 02:18:43.172392 [ 202 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 24 rows starting from the beginning of the part | ||
2028 | 2024.08.22 02:18:43.172509 [ 202 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 46 rows starting from the beginning of the part | ||
2029 | 2024.08.22 02:18:43.172626 [ 202 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 52 rows starting from the beginning of the part | ||
2030 | 2024.08.22 02:18:43.172901 [ 202 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::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 | ||
2031 | 2024.08.22 02:18:43.173097 [ 188 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
2032 | 2024.08.22 02:18:43.173144 [ 202 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::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 | ||
2033 | 2024.08.22 02:18:43.173500 [ 202 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 16 rows starting from the beginning of the part | ||
2034 | 2024.08.22 02:18:43.174508 [ 188 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2035 | 2024.08.22 02:18:43.174711 [ 188 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
2036 | 2024.08.22 02:18:43.174860 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. | ||
2037 | 2024.08.22 02:18:43.175606 [ 189 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 258 rows, containing 4 columns (4 merged, 0 gathered) in 0.003952517 sec., 65274.86156289777 rows/sec., 4.43 MiB/sec. | ||
2038 | 2024.08.22 02:18:43.175761 [ 188 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
2039 | 2024.08.22 02:18:43.176152 [ 188 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_6_1} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2040 | 2024.08.22 02:18:43.176225 [ 188 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_6_1} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
2041 | 2024.08.22 02:18:43.176306 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
2042 | 2024.08.22 02:18:44.000163 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 177.98 MiB, peak 186.74 MiB, free memory in arenas 0.00 B, will set to 180.50 MiB (RSS), difference: 2.52 MiB | ||
2043 | 2024.08.22 02:18:45.122274 [ 95 ] {} <Debug> DNSResolver: Updating DNS cache | ||
2044 | 2024.08.22 02:18:45.122323 [ 95 ] {} <Debug> DNSResolver: Updated DNS cache | ||
2045 | 2024.08.22 02:18:46.724467 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 16453, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2046 | 2024.08.22 02:18:46.724633 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2047 | 2024.08.22 02:18:46.724679 [ 3 ] {} <Debug> HTTP-Session: f92cf8d3-7876-4ec3-b6d4-8336574127c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
2048 | 2024.08.22 02:18:46.724721 [ 3 ] {} <Debug> HTTP-Session: f92cf8d3-7876-4ec3-b6d4-8336574127c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2049 | 2024.08.22 02:18:46.724749 [ 3 ] {} <Debug> HTTP-Session: f92cf8d3-7876-4ec3-b6d4-8336574127c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2050 | 2024.08.22 02:18:46.724830 [ 3 ] {} <Trace> HTTP-Session: f92cf8d3-7876-4ec3-b6d4-8336574127c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2051 | 2024.08.22 02:18:46.725161 [ 3 ] {7ab472a2-3b88-4afb-8dd9-59b79fac6f19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2052 | 2024.08.22 02:18:46.725270 [ 3 ] {7ab472a2-3b88-4afb-8dd9-59b79fac6f19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2053 | 2024.08.22 02:18:46.725625 [ 3 ] {7ab472a2-3b88-4afb-8dd9-59b79fac6f19} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2054 | 2024.08.22 02:18:46.726159 [ 3 ] {7ab472a2-3b88-4afb-8dd9-59b79fac6f19} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2055 | 2024.08.22 02:18:46.726265 [ 3 ] {7ab472a2-3b88-4afb-8dd9-59b79fac6f19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
2056 | 2024.08.22 02:18:46.726708 [ 3 ] {7ab472a2-3b88-4afb-8dd9-59b79fac6f19} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2057 | 2024.08.22 02:18:46.727090 [ 3 ] {7ab472a2-3b88-4afb-8dd9-59b79fac6f19} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2058 | 2024.08.22 02:18:46.727280 [ 3 ] {7ab472a2-3b88-4afb-8dd9-59b79fac6f19} <Debug> executeQuery: Read 112 rows, 9.63 KiB in 0.00224 sec., 50000.00000000001 rows/sec., 4.20 MiB/sec. | ||
2059 | 2024.08.22 02:18:46.727506 [ 3 ] {7ab472a2-3b88-4afb-8dd9-59b79fac6f19} <Debug> DynamicQueryHandler: Done processing query | ||
2060 | 2024.08.22 02:18:46.727535 [ 3 ] {7ab472a2-3b88-4afb-8dd9-59b79fac6f19} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
2061 | 2024.08.22 02:18:46.727552 [ 3 ] {} <Debug> HTTP-Session: f92cf8d3-7876-4ec3-b6d4-8336574127c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2062 | 2024.08.22 02:18:46.727727 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 4068, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2063 | 2024.08.22 02:18:46.727798 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2064 | 2024.08.22 02:18:46.727824 [ 3 ] {} <Debug> HTTP-Session: 75432eaf-c414-4b11-88a8-ce7258b664d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
2065 | 2024.08.22 02:18:46.727847 [ 3 ] {} <Debug> HTTP-Session: 75432eaf-c414-4b11-88a8-ce7258b664d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2066 | 2024.08.22 02:18:46.727866 [ 3 ] {} <Debug> HTTP-Session: 75432eaf-c414-4b11-88a8-ce7258b664d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2067 | 2024.08.22 02:18:46.727906 [ 3 ] {} <Trace> HTTP-Session: 75432eaf-c414-4b11-88a8-ce7258b664d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2068 | 2024.08.22 02:18:46.728032 [ 3 ] {dbe4e7c0-e93e-4af8-9649-9aa7cec77106} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
2069 | 2024.08.22 02:18:46.728080 [ 3 ] {dbe4e7c0-e93e-4af8-9649-9aa7cec77106} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2070 | 2024.08.22 02:18:46.728380 [ 3 ] {dbe4e7c0-e93e-4af8-9649-9aa7cec77106} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2071 | 2024.08.22 02:18:46.728797 [ 3 ] {dbe4e7c0-e93e-4af8-9649-9aa7cec77106} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2072 | 2024.08.22 02:18:46.728846 [ 3 ] {dbe4e7c0-e93e-4af8-9649-9aa7cec77106} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
2073 | 2024.08.22 02:18:46.729248 [ 3 ] {dbe4e7c0-e93e-4af8-9649-9aa7cec77106} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2074 | 2024.08.22 02:18:46.729638 [ 3 ] {dbe4e7c0-e93e-4af8-9649-9aa7cec77106} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2075 | 2024.08.22 02:18:46.729808 [ 3 ] {dbe4e7c0-e93e-4af8-9649-9aa7cec77106} <Debug> executeQuery: Read 28 rows, 2.11 KiB in 0.001799 sec., 15564.20233463035 rows/sec., 1.14 MiB/sec. | ||
2076 | 2024.08.22 02:18:46.730019 [ 3 ] {dbe4e7c0-e93e-4af8-9649-9aa7cec77106} <Debug> DynamicQueryHandler: Done processing query | ||
2077 | 2024.08.22 02:18:46.730044 [ 3 ] {dbe4e7c0-e93e-4af8-9649-9aa7cec77106} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2078 | 2024.08.22 02:18:46.730063 [ 3 ] {} <Debug> HTTP-Session: 75432eaf-c414-4b11-88a8-ce7258b664d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2079 | 2024.08.22 02:18:46.730216 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 15623, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2080 | 2024.08.22 02:18:46.730271 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2081 | 2024.08.22 02:18:46.730293 [ 3 ] {} <Debug> HTTP-Session: 3a4ee68c-c135-47df-a3ae-310518ecf448 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
2082 | 2024.08.22 02:18:46.730317 [ 3 ] {} <Debug> HTTP-Session: 3a4ee68c-c135-47df-a3ae-310518ecf448 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2083 | 2024.08.22 02:18:46.730340 [ 3 ] {} <Debug> HTTP-Session: 3a4ee68c-c135-47df-a3ae-310518ecf448 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2084 | 2024.08.22 02:18:46.730387 [ 3 ] {} <Trace> HTTP-Session: 3a4ee68c-c135-47df-a3ae-310518ecf448 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2085 | 2024.08.22 02:18:46.730525 [ 3 ] {61d626f3-9490-44b0-9b99-60df30623814} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2086 | 2024.08.22 02:18:46.730570 [ 3 ] {61d626f3-9490-44b0-9b99-60df30623814} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2087 | 2024.08.22 02:18:46.730822 [ 3 ] {61d626f3-9490-44b0-9b99-60df30623814} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2088 | 2024.08.22 02:18:46.731225 [ 3 ] {61d626f3-9490-44b0-9b99-60df30623814} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2089 | 2024.08.22 02:18:46.731267 [ 3 ] {61d626f3-9490-44b0-9b99-60df30623814} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
2090 | 2024.08.22 02:18:46.731647 [ 3 ] {61d626f3-9490-44b0-9b99-60df30623814} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2091 | 2024.08.22 02:18:46.732021 [ 3 ] {61d626f3-9490-44b0-9b99-60df30623814} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2092 | 2024.08.22 02:18:46.732180 [ 3 ] {61d626f3-9490-44b0-9b99-60df30623814} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.001694 sec., 54309.32703659977 rows/sec., 4.24 MiB/sec. | ||
2093 | 2024.08.22 02:18:46.732376 [ 3 ] {61d626f3-9490-44b0-9b99-60df30623814} <Debug> DynamicQueryHandler: Done processing query | ||
2094 | 2024.08.22 02:18:46.732404 [ 3 ] {61d626f3-9490-44b0-9b99-60df30623814} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
2095 | 2024.08.22 02:18:46.732424 [ 3 ] {} <Debug> HTTP-Session: 3a4ee68c-c135-47df-a3ae-310518ecf448 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2096 | 2024.08.22 02:18:46.732643 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 22545, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2097 | 2024.08.22 02:18:46.732698 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2098 | 2024.08.22 02:18:46.732717 [ 3 ] {} <Debug> HTTP-Session: 7906c1ad-684d-401e-8225-18ea2c75b162 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
2099 | 2024.08.22 02:18:46.732733 [ 3 ] {} <Debug> HTTP-Session: 7906c1ad-684d-401e-8225-18ea2c75b162 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2100 | 2024.08.22 02:18:46.732747 [ 3 ] {} <Debug> HTTP-Session: 7906c1ad-684d-401e-8225-18ea2c75b162 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2101 | 2024.08.22 02:18:46.732784 [ 3 ] {} <Trace> HTTP-Session: 7906c1ad-684d-401e-8225-18ea2c75b162 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2102 | 2024.08.22 02:18:46.732927 [ 3 ] {f1d095e6-b4f4-4f85-b24a-ec46f9c04e01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2103 | 2024.08.22 02:18:46.732978 [ 3 ] {f1d095e6-b4f4-4f85-b24a-ec46f9c04e01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2104 | 2024.08.22 02:18:46.733146 [ 3 ] {f1d095e6-b4f4-4f85-b24a-ec46f9c04e01} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2105 | 2024.08.22 02:18:46.733547 [ 3 ] {f1d095e6-b4f4-4f85-b24a-ec46f9c04e01} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2106 | 2024.08.22 02:18:46.733587 [ 3 ] {f1d095e6-b4f4-4f85-b24a-ec46f9c04e01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
2107 | 2024.08.22 02:18:46.733997 [ 3 ] {f1d095e6-b4f4-4f85-b24a-ec46f9c04e01} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2108 | 2024.08.22 02:18:46.734381 [ 3 ] {f1d095e6-b4f4-4f85-b24a-ec46f9c04e01} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2109 | 2024.08.22 02:18:46.734564 [ 3 ] {f1d095e6-b4f4-4f85-b24a-ec46f9c04e01} <Debug> executeQuery: Read 118 rows, 8.42 KiB in 0.001696 sec., 69575.47169811321 rows/sec., 4.85 MiB/sec. | ||
2110 | 2024.08.22 02:18:46.734899 [ 3 ] {f1d095e6-b4f4-4f85-b24a-ec46f9c04e01} <Debug> DynamicQueryHandler: Done processing query | ||
2111 | 2024.08.22 02:18:46.734925 [ 3 ] {f1d095e6-b4f4-4f85-b24a-ec46f9c04e01} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
2112 | 2024.08.22 02:18:46.734942 [ 3 ] {} <Debug> HTTP-Session: 7906c1ad-684d-401e-8225-18ea2c75b162 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2113 | 2024.08.22 02:18:46.735127 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 44980, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2114 | 2024.08.22 02:18:46.735184 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2115 | 2024.08.22 02:18:46.735209 [ 3 ] {} <Debug> HTTP-Session: 2e968a6e-b48c-4c78-a0bc-ae4a0dbb55db Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
2116 | 2024.08.22 02:18:46.735230 [ 3 ] {} <Debug> HTTP-Session: 2e968a6e-b48c-4c78-a0bc-ae4a0dbb55db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2117 | 2024.08.22 02:18:46.735249 [ 3 ] {} <Debug> HTTP-Session: 2e968a6e-b48c-4c78-a0bc-ae4a0dbb55db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2118 | 2024.08.22 02:18:46.735286 [ 3 ] {} <Trace> HTTP-Session: 2e968a6e-b48c-4c78-a0bc-ae4a0dbb55db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2119 | 2024.08.22 02:18:46.735587 [ 3 ] {2c811f12-4416-4410-b34a-c8b4e4af55da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2120 | 2024.08.22 02:18:46.735661 [ 3 ] {2c811f12-4416-4410-b34a-c8b4e4af55da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
2121 | 2024.08.22 02:18:46.736095 [ 3 ] {2c811f12-4416-4410-b34a-c8b4e4af55da} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2122 | 2024.08.22 02:18:46.736730 [ 3 ] {2c811f12-4416-4410-b34a-c8b4e4af55da} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2123 | 2024.08.22 02:18:46.736769 [ 3 ] {2c811f12-4416-4410-b34a-c8b4e4af55da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
2124 | 2024.08.22 02:18:46.737454 [ 3 ] {2c811f12-4416-4410-b34a-c8b4e4af55da} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2125 | 2024.08.22 02:18:46.737890 [ 3 ] {2c811f12-4416-4410-b34a-c8b4e4af55da} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2126 | 2024.08.22 02:18:46.738078 [ 3 ] {2c811f12-4416-4410-b34a-c8b4e4af55da} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.002703 sec., 10358.860525342212 rows/sec., 18.56 MiB/sec. | ||
2127 | 2024.08.22 02:18:46.738298 [ 3 ] {2c811f12-4416-4410-b34a-c8b4e4af55da} <Debug> DynamicQueryHandler: Done processing query | ||
2128 | 2024.08.22 02:18:46.738324 [ 3 ] {2c811f12-4416-4410-b34a-c8b4e4af55da} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
2129 | 2024.08.22 02:18:46.738340 [ 3 ] {} <Debug> HTTP-Session: 2e968a6e-b48c-4c78-a0bc-ae4a0dbb55db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2130 | 2024.08.22 02:18:46.738467 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 6691, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2131 | 2024.08.22 02:18:46.738516 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2132 | 2024.08.22 02:18:46.738535 [ 3 ] {} <Debug> HTTP-Session: 9a667c0b-6a1c-4c7c-abb5-217c38a48352 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
2133 | 2024.08.22 02:18:46.738552 [ 3 ] {} <Debug> HTTP-Session: 9a667c0b-6a1c-4c7c-abb5-217c38a48352 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2134 | 2024.08.22 02:18:46.738566 [ 3 ] {} <Debug> HTTP-Session: 9a667c0b-6a1c-4c7c-abb5-217c38a48352 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2135 | 2024.08.22 02:18:46.738597 [ 3 ] {} <Trace> HTTP-Session: 9a667c0b-6a1c-4c7c-abb5-217c38a48352 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2136 | 2024.08.22 02:18:46.738706 [ 3 ] {16b33ad9-a60d-4451-a25a-25abe42baa29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2137 | 2024.08.22 02:18:46.738752 [ 3 ] {16b33ad9-a60d-4451-a25a-25abe42baa29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2138 | 2024.08.22 02:18:46.738883 [ 3 ] {16b33ad9-a60d-4451-a25a-25abe42baa29} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2139 | 2024.08.22 02:18:46.739178 [ 3 ] {16b33ad9-a60d-4451-a25a-25abe42baa29} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2140 | 2024.08.22 02:18:46.739216 [ 3 ] {16b33ad9-a60d-4451-a25a-25abe42baa29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
2141 | 2024.08.22 02:18:46.739594 [ 3 ] {16b33ad9-a60d-4451-a25a-25abe42baa29} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2142 | 2024.08.22 02:18:46.739925 [ 3 ] {16b33ad9-a60d-4451-a25a-25abe42baa29} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2143 | 2024.08.22 02:18:46.740083 [ 3 ] {16b33ad9-a60d-4451-a25a-25abe42baa29} <Debug> executeQuery: Read 44 rows, 3.03 KiB in 0.001412 sec., 31161.473087818697 rows/sec., 2.10 MiB/sec. | ||
2144 | 2024.08.22 02:18:46.740254 [ 3 ] {16b33ad9-a60d-4451-a25a-25abe42baa29} <Debug> DynamicQueryHandler: Done processing query | ||
2145 | 2024.08.22 02:18:46.740280 [ 3 ] {16b33ad9-a60d-4451-a25a-25abe42baa29} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2146 | 2024.08.22 02:18:46.740297 [ 3 ] {} <Debug> HTTP-Session: 9a667c0b-6a1c-4c7c-abb5-217c38a48352 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2147 | 2024.08.22 02:18:51.721021 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 1150, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2148 | 2024.08.22 02:18:51.721146 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2149 | 2024.08.22 02:18:51.721174 [ 3 ] {} <Debug> HTTP-Session: fe3f52d2-89f7-4c52-878d-7e74bde24e64 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
2150 | 2024.08.22 02:18:51.721202 [ 3 ] {} <Debug> HTTP-Session: fe3f52d2-89f7-4c52-878d-7e74bde24e64 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2151 | 2024.08.22 02:18:51.721221 [ 3 ] {} <Debug> HTTP-Session: fe3f52d2-89f7-4c52-878d-7e74bde24e64 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2152 | 2024.08.22 02:18:51.721277 [ 3 ] {} <Trace> HTTP-Session: fe3f52d2-89f7-4c52-878d-7e74bde24e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2153 | 2024.08.22 02:18:51.721521 [ 3 ] {8d36a23f-640b-47af-b4b7-78dd23c3005e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
2154 | 2024.08.22 02:18:51.721917 [ 3 ] {8d36a23f-640b-47af-b4b7-78dd23c3005e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2155 | 2024.08.22 02:18:51.721968 [ 3 ] {8d36a23f-640b-47af-b4b7-78dd23c3005e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
2156 | 2024.08.22 02:18:51.722313 [ 3 ] {8d36a23f-640b-47af-b4b7-78dd23c3005e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2157 | 2024.08.22 02:18:51.722396 [ 3 ] {8d36a23f-640b-47af-b4b7-78dd23c3005e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2158 | 2024.08.22 02:18:51.722574 [ 3 ] {8d36a23f-640b-47af-b4b7-78dd23c3005e} <Debug> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
2159 | 2024.08.22 02:18:51.722757 [ 252 ] {8d36a23f-640b-47af-b4b7-78dd23c3005e} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2160 | 2024.08.22 02:18:51.722793 [ 258 ] {8d36a23f-640b-47af-b4b7-78dd23c3005e} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2161 | 2024.08.22 02:18:51.722816 [ 257 ] {8d36a23f-640b-47af-b4b7-78dd23c3005e} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2162 | 2024.08.22 02:18:51.722871 [ 259 ] {8d36a23f-640b-47af-b4b7-78dd23c3005e} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2163 | 2024.08.22 02:18:51.723052 [ 3 ] {8d36a23f-640b-47af-b4b7-78dd23c3005e} <Debug> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (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 | ||
2164 | 2024.08.22 02:18:51.723087 [ 3 ] {8d36a23f-640b-47af-b4b7-78dd23c3005e} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2165 | 2024.08.22 02:18:51.723226 [ 3 ] {8d36a23f-640b-47af-b4b7-78dd23c3005e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2166 | 2024.08.22 02:18:51.723252 [ 3 ] {8d36a23f-640b-47af-b4b7-78dd23c3005e} <Debug> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Reading approx. 29 rows with 4 streams | ||
2167 | 2024.08.22 02:18:51.723296 [ 3 ] {8d36a23f-640b-47af-b4b7-78dd23c3005e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2168 | 2024.08.22 02:18:51.723345 [ 3 ] {8d36a23f-640b-47af-b4b7-78dd23c3005e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2169 | 2024.08.22 02:18:51.723389 [ 3 ] {8d36a23f-640b-47af-b4b7-78dd23c3005e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2170 | 2024.08.22 02:18:51.723432 [ 3 ] {8d36a23f-640b-47af-b4b7-78dd23c3005e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2171 | 2024.08.22 02:18:51.726039 [ 3 ] {8d36a23f-640b-47af-b4b7-78dd23c3005e} <Debug> executeQuery: Read 29 rows, 1.18 KiB in 0.004627 sec., 6267.559974065269 rows/sec., 254.32 KiB/sec. | ||
2172 | 2024.08.22 02:18:51.726472 [ 3 ] {8d36a23f-640b-47af-b4b7-78dd23c3005e} <Debug> DynamicQueryHandler: Done processing query | ||
2173 | 2024.08.22 02:18:51.726499 [ 3 ] {8d36a23f-640b-47af-b4b7-78dd23c3005e} <Debug> MemoryTracker: Peak memory usage (for query): 3.13 MiB. | ||
2174 | 2024.08.22 02:18:51.726516 [ 3 ] {} <Debug> HTTP-Session: fe3f52d2-89f7-4c52-878d-7e74bde24e64 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2175 | 2024.08.22 02:18:51.726752 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 1183, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2176 | 2024.08.22 02:18:51.726854 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2177 | 2024.08.22 02:18:51.726874 [ 3 ] {} <Debug> HTTP-Session: 79d03e39-58ad-4bea-b9e2-5110f0b379d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
2178 | 2024.08.22 02:18:51.726891 [ 3 ] {} <Debug> HTTP-Session: 79d03e39-58ad-4bea-b9e2-5110f0b379d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2179 | 2024.08.22 02:18:51.726905 [ 3 ] {} <Debug> HTTP-Session: 79d03e39-58ad-4bea-b9e2-5110f0b379d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2180 | 2024.08.22 02:18:51.726943 [ 3 ] {} <Trace> HTTP-Session: 79d03e39-58ad-4bea-b9e2-5110f0b379d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2181 | 2024.08.22 02:18:51.727115 [ 3 ] {7a733aa5-a89b-4364-85e2-baae48a99227} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
2182 | 2024.08.22 02:18:51.727423 [ 3 ] {7a733aa5-a89b-4364-85e2-baae48a99227} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2183 | 2024.08.22 02:18:51.727485 [ 3 ] {7a733aa5-a89b-4364-85e2-baae48a99227} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes')" moved to PREWHERE | ||
2184 | 2024.08.22 02:18:51.727894 [ 3 ] {7a733aa5-a89b-4364-85e2-baae48a99227} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2185 | 2024.08.22 02:18:51.727977 [ 3 ] {7a733aa5-a89b-4364-85e2-baae48a99227} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2186 | 2024.08.22 02:18:51.728159 [ 3 ] {7a733aa5-a89b-4364-85e2-baae48a99227} <Debug> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
2187 | 2024.08.22 02:18:51.728290 [ 263 ] {7a733aa5-a89b-4364-85e2-baae48a99227} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2188 | 2024.08.22 02:18:51.728390 [ 262 ] {7a733aa5-a89b-4364-85e2-baae48a99227} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2189 | 2024.08.22 02:18:51.728430 [ 264 ] {7a733aa5-a89b-4364-85e2-baae48a99227} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2190 | 2024.08.22 02:18:51.728405 [ 263 ] {7a733aa5-a89b-4364-85e2-baae48a99227} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2191 | 2024.08.22 02:18:51.728584 [ 3 ] {7a733aa5-a89b-4364-85e2-baae48a99227} <Debug> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (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 | ||
2192 | 2024.08.22 02:18:51.728633 [ 3 ] {7a733aa5-a89b-4364-85e2-baae48a99227} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2193 | 2024.08.22 02:18:51.728777 [ 3 ] {7a733aa5-a89b-4364-85e2-baae48a99227} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2194 | 2024.08.22 02:18:51.728804 [ 3 ] {7a733aa5-a89b-4364-85e2-baae48a99227} <Debug> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Reading approx. 29 rows with 4 streams | ||
2195 | 2024.08.22 02:18:51.728847 [ 3 ] {7a733aa5-a89b-4364-85e2-baae48a99227} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes'))" | ||
2196 | 2024.08.22 02:18:51.728892 [ 3 ] {7a733aa5-a89b-4364-85e2-baae48a99227} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes'))" | ||
2197 | 2024.08.22 02:18:51.728942 [ 3 ] {7a733aa5-a89b-4364-85e2-baae48a99227} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes'))" | ||
2198 | 2024.08.22 02:18:51.728987 [ 3 ] {7a733aa5-a89b-4364-85e2-baae48a99227} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes'))" | ||
2199 | 2024.08.22 02:18:51.731112 [ 3 ] {7a733aa5-a89b-4364-85e2-baae48a99227} <Debug> executeQuery: Read 29 rows, 1.18 KiB in 0.004067 sec., 7130.563068600934 rows/sec., 289.34 KiB/sec. | ||
2200 | 2024.08.22 02:18:51.731488 [ 3 ] {7a733aa5-a89b-4364-85e2-baae48a99227} <Debug> DynamicQueryHandler: Done processing query | ||
2201 | 2024.08.22 02:18:51.731515 [ 3 ] {7a733aa5-a89b-4364-85e2-baae48a99227} <Debug> MemoryTracker: Peak memory usage (for query): 3.13 MiB. | ||
2202 | 2024.08.22 02:18:51.731534 [ 3 ] {} <Debug> HTTP-Session: 79d03e39-58ad-4bea-b9e2-5110f0b379d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2203 | 2024.08.22 02:18:51.732146 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 1211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2204 | 2024.08.22 02:18:51.732204 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2205 | 2024.08.22 02:18:51.732225 [ 3 ] {} <Debug> HTTP-Session: 634c3a0e-b93b-4d1b-8866-844d2c9b8b80 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
2206 | 2024.08.22 02:18:51.732242 [ 3 ] {} <Debug> HTTP-Session: 634c3a0e-b93b-4d1b-8866-844d2c9b8b80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2207 | 2024.08.22 02:18:51.732256 [ 3 ] {} <Debug> HTTP-Session: 634c3a0e-b93b-4d1b-8866-844d2c9b8b80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2208 | 2024.08.22 02:18:51.732290 [ 3 ] {} <Trace> HTTP-Session: 634c3a0e-b93b-4d1b-8866-844d2c9b8b80 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2209 | 2024.08.22 02:18:51.732472 [ 3 ] {eeea1a0b-f551-4ebd-abdb-6e150897b024} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
2210 | 2024.08.22 02:18:51.732853 [ 3 ] {eeea1a0b-f551-4ebd-abdb-6e150897b024} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2211 | 2024.08.22 02:18:51.732915 [ 3 ] {eeea1a0b-f551-4ebd-abdb-6e150897b024} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes')" moved to PREWHERE | ||
2212 | 2024.08.22 02:18:51.733250 [ 3 ] {eeea1a0b-f551-4ebd-abdb-6e150897b024} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2213 | 2024.08.22 02:18:51.733321 [ 3 ] {eeea1a0b-f551-4ebd-abdb-6e150897b024} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2214 | 2024.08.22 02:18:51.733466 [ 3 ] {eeea1a0b-f551-4ebd-abdb-6e150897b024} <Debug> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Key condition: (column 0 notIn 31-element set) | ||
2215 | 2024.08.22 02:18:51.733654 [ 252 ] {eeea1a0b-f551-4ebd-abdb-6e150897b024} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2216 | 2024.08.22 02:18:51.733688 [ 258 ] {eeea1a0b-f551-4ebd-abdb-6e150897b024} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2217 | 2024.08.22 02:18:51.733674 [ 264 ] {eeea1a0b-f551-4ebd-abdb-6e150897b024} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2218 | 2024.08.22 02:18:51.733671 [ 260 ] {eeea1a0b-f551-4ebd-abdb-6e150897b024} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2219 | 2024.08.22 02:18:51.733851 [ 3 ] {eeea1a0b-f551-4ebd-abdb-6e150897b024} <Debug> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (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 | ||
2220 | 2024.08.22 02:18:51.733887 [ 3 ] {eeea1a0b-f551-4ebd-abdb-6e150897b024} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2221 | 2024.08.22 02:18:51.734053 [ 3 ] {eeea1a0b-f551-4ebd-abdb-6e150897b024} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2222 | 2024.08.22 02:18:51.734079 [ 3 ] {eeea1a0b-f551-4ebd-abdb-6e150897b024} <Debug> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Reading approx. 29 rows with 4 streams | ||
2223 | 2024.08.22 02:18:51.734121 [ 3 ] {eeea1a0b-f551-4ebd-abdb-6e150897b024} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))" | ||
2224 | 2024.08.22 02:18:51.734166 [ 3 ] {eeea1a0b-f551-4ebd-abdb-6e150897b024} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))" | ||
2225 | 2024.08.22 02:18:51.734207 [ 3 ] {eeea1a0b-f551-4ebd-abdb-6e150897b024} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))" | ||
2226 | 2024.08.22 02:18:51.734252 [ 3 ] {eeea1a0b-f551-4ebd-abdb-6e150897b024} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))" | ||
2227 | 2024.08.22 02:18:51.736479 [ 3 ] {eeea1a0b-f551-4ebd-abdb-6e150897b024} <Debug> executeQuery: Read 29 rows, 1.18 KiB in 0.004102 sec., 7069.722086786934 rows/sec., 286.87 KiB/sec. | ||
2228 | 2024.08.22 02:18:51.736902 [ 3 ] {eeea1a0b-f551-4ebd-abdb-6e150897b024} <Debug> DynamicQueryHandler: Done processing query | ||
2229 | 2024.08.22 02:18:51.736935 [ 3 ] {eeea1a0b-f551-4ebd-abdb-6e150897b024} <Debug> MemoryTracker: Peak memory usage (for query): 3.13 MiB. | ||
2230 | 2024.08.22 02:18:51.736954 [ 3 ] {} <Debug> HTTP-Session: 634c3a0e-b93b-4d1b-8866-844d2c9b8b80 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2231 | 2024.08.22 02:18:51.737176 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 1236, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2232 | 2024.08.22 02:18:51.737226 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2233 | 2024.08.22 02:18:51.737246 [ 3 ] {} <Debug> HTTP-Session: 82e9a4d4-c732-49f8-8b3c-a77bf25aab16 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
2234 | 2024.08.22 02:18:51.737264 [ 3 ] {} <Debug> HTTP-Session: 82e9a4d4-c732-49f8-8b3c-a77bf25aab16 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2235 | 2024.08.22 02:18:51.737280 [ 3 ] {} <Debug> HTTP-Session: 82e9a4d4-c732-49f8-8b3c-a77bf25aab16 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2236 | 2024.08.22 02:18:51.737313 [ 3 ] {} <Trace> HTTP-Session: 82e9a4d4-c732-49f8-8b3c-a77bf25aab16 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2237 | 2024.08.22 02:18:51.737467 [ 3 ] {009da7c4-122f-4cc4-9847-f8ac9da9bff3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity') FORMAT JSONEachRow; (stage: Complete) | ||
2238 | 2024.08.22 02:18:51.737757 [ 3 ] {009da7c4-122f-4cc4-9847-f8ac9da9bff3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2239 | 2024.08.22 02:18:51.737804 [ 3 ] {009da7c4-122f-4cc4-9847-f8ac9da9bff3} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity')" moved to PREWHERE | ||
2240 | 2024.08.22 02:18:51.738106 [ 3 ] {009da7c4-122f-4cc4-9847-f8ac9da9bff3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2241 | 2024.08.22 02:18:51.738171 [ 3 ] {009da7c4-122f-4cc4-9847-f8ac9da9bff3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2242 | 2024.08.22 02:18:51.738311 [ 3 ] {009da7c4-122f-4cc4-9847-f8ac9da9bff3} <Debug> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Key condition: (column 0 notIn 32-element set) | ||
2243 | 2024.08.22 02:18:51.738411 [ 260 ] {009da7c4-122f-4cc4-9847-f8ac9da9bff3} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2244 | 2024.08.22 02:18:51.738487 [ 262 ] {009da7c4-122f-4cc4-9847-f8ac9da9bff3} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2245 | 2024.08.22 02:18:51.738521 [ 259 ] {009da7c4-122f-4cc4-9847-f8ac9da9bff3} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2246 | 2024.08.22 02:18:51.738500 [ 263 ] {009da7c4-122f-4cc4-9847-f8ac9da9bff3} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2247 | 2024.08.22 02:18:51.738665 [ 3 ] {009da7c4-122f-4cc4-9847-f8ac9da9bff3} <Debug> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (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 | ||
2248 | 2024.08.22 02:18:51.738689 [ 3 ] {009da7c4-122f-4cc4-9847-f8ac9da9bff3} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2249 | 2024.08.22 02:18:51.738813 [ 3 ] {009da7c4-122f-4cc4-9847-f8ac9da9bff3} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2250 | 2024.08.22 02:18:51.738837 [ 3 ] {009da7c4-122f-4cc4-9847-f8ac9da9bff3} <Debug> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Reading approx. 29 rows with 4 streams | ||
2251 | 2024.08.22 02:18:51.738878 [ 3 ] {009da7c4-122f-4cc4-9847-f8ac9da9bff3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity'))" | ||
2252 | 2024.08.22 02:18:51.738921 [ 3 ] {009da7c4-122f-4cc4-9847-f8ac9da9bff3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity'))" | ||
2253 | 2024.08.22 02:18:51.738961 [ 3 ] {009da7c4-122f-4cc4-9847-f8ac9da9bff3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity'))" | ||
2254 | 2024.08.22 02:18:51.738997 [ 3 ] {009da7c4-122f-4cc4-9847-f8ac9da9bff3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity'))" | ||
2255 | 2024.08.22 02:18:51.741057 [ 3 ] {009da7c4-122f-4cc4-9847-f8ac9da9bff3} <Debug> executeQuery: Read 29 rows, 1.18 KiB in 0.003661 sec., 7921.332969134116 rows/sec., 321.43 KiB/sec. | ||
2256 | 2024.08.22 02:18:51.741423 [ 3 ] {009da7c4-122f-4cc4-9847-f8ac9da9bff3} <Debug> DynamicQueryHandler: Done processing query | ||
2257 | 2024.08.22 02:18:51.741447 [ 3 ] {009da7c4-122f-4cc4-9847-f8ac9da9bff3} <Debug> MemoryTracker: Peak memory usage (for query): 3.13 MiB. | ||
2258 | 2024.08.22 02:18:51.741464 [ 3 ] {} <Debug> HTTP-Session: 82e9a4d4-c732-49f8-8b3c-a77bf25aab16 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2259 | 2024.08.22 02:18:51.741682 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 1262, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2260 | 2024.08.22 02:18:51.741731 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2261 | 2024.08.22 02:18:51.741751 [ 3 ] {} <Debug> HTTP-Session: 5e69705a-879c-4a16-b502-6c33cbea7432 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
2262 | 2024.08.22 02:18:51.741767 [ 3 ] {} <Debug> HTTP-Session: 5e69705a-879c-4a16-b502-6c33cbea7432 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2263 | 2024.08.22 02:18:51.741782 [ 3 ] {} <Debug> HTTP-Session: 5e69705a-879c-4a16-b502-6c33cbea7432 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2264 | 2024.08.22 02:18:51.741813 [ 3 ] {} <Trace> HTTP-Session: 5e69705a-879c-4a16-b502-6c33cbea7432 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2265 | 2024.08.22 02:18:51.741966 [ 3 ] {668b95ff-961d-47dd-a0f0-8c07090ffdaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete) | ||
2266 | 2024.08.22 02:18:51.742258 [ 3 ] {668b95ff-961d-47dd-a0f0-8c07090ffdaf} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2267 | 2024.08.22 02:18:51.742305 [ 3 ] {668b95ff-961d-47dd-a0f0-8c07090ffdaf} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE | ||
2268 | 2024.08.22 02:18:51.742615 [ 3 ] {668b95ff-961d-47dd-a0f0-8c07090ffdaf} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2269 | 2024.08.22 02:18:51.742681 [ 3 ] {668b95ff-961d-47dd-a0f0-8c07090ffdaf} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2270 | 2024.08.22 02:18:51.742822 [ 3 ] {668b95ff-961d-47dd-a0f0-8c07090ffdaf} <Debug> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Key condition: (column 0 notIn 33-element set) | ||
2271 | 2024.08.22 02:18:51.743022 [ 264 ] {668b95ff-961d-47dd-a0f0-8c07090ffdaf} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2272 | 2024.08.22 02:18:51.743026 [ 260 ] {668b95ff-961d-47dd-a0f0-8c07090ffdaf} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2273 | 2024.08.22 02:18:51.743043 [ 258 ] {668b95ff-961d-47dd-a0f0-8c07090ffdaf} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2274 | 2024.08.22 02:18:51.743037 [ 252 ] {668b95ff-961d-47dd-a0f0-8c07090ffdaf} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2275 | 2024.08.22 02:18:51.743204 [ 3 ] {668b95ff-961d-47dd-a0f0-8c07090ffdaf} <Debug> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (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 | ||
2276 | 2024.08.22 02:18:51.743229 [ 3 ] {668b95ff-961d-47dd-a0f0-8c07090ffdaf} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2277 | 2024.08.22 02:18:51.743351 [ 3 ] {668b95ff-961d-47dd-a0f0-8c07090ffdaf} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2278 | 2024.08.22 02:18:51.743374 [ 3 ] {668b95ff-961d-47dd-a0f0-8c07090ffdaf} <Debug> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Reading approx. 29 rows with 4 streams | ||
2279 | 2024.08.22 02:18:51.743414 [ 3 ] {668b95ff-961d-47dd-a0f0-8c07090ffdaf} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
2280 | 2024.08.22 02:18:51.743459 [ 3 ] {668b95ff-961d-47dd-a0f0-8c07090ffdaf} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
2281 | 2024.08.22 02:18:51.743506 [ 3 ] {668b95ff-961d-47dd-a0f0-8c07090ffdaf} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
2282 | 2024.08.22 02:18:51.743544 [ 3 ] {668b95ff-961d-47dd-a0f0-8c07090ffdaf} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
2283 | 2024.08.22 02:18:51.745705 [ 3 ] {668b95ff-961d-47dd-a0f0-8c07090ffdaf} <Debug> executeQuery: Read 29 rows, 1.18 KiB in 0.003813 sec., 7605.559926567008 rows/sec., 308.62 KiB/sec. | ||
2284 | 2024.08.22 02:18:51.746065 [ 3 ] {668b95ff-961d-47dd-a0f0-8c07090ffdaf} <Debug> DynamicQueryHandler: Done processing query | ||
2285 | 2024.08.22 02:18:51.746090 [ 3 ] {668b95ff-961d-47dd-a0f0-8c07090ffdaf} <Debug> MemoryTracker: Peak memory usage (for query): 3.13 MiB. | ||
2286 | 2024.08.22 02:18:51.746107 [ 3 ] {} <Debug> HTTP-Session: 5e69705a-879c-4a16-b502-6c33cbea7432 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2287 | 2024.08.22 02:18:51.746318 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 1286, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2288 | 2024.08.22 02:18:51.746370 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2289 | 2024.08.22 02:18:51.746389 [ 3 ] {} <Debug> HTTP-Session: 2a2f4f42-c29d-400d-9cef-9139d4cb8982 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
2290 | 2024.08.22 02:18:51.746405 [ 3 ] {} <Debug> HTTP-Session: 2a2f4f42-c29d-400d-9cef-9139d4cb8982 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2291 | 2024.08.22 02:18:51.746420 [ 3 ] {} <Debug> HTTP-Session: 2a2f4f42-c29d-400d-9cef-9139d4cb8982 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2292 | 2024.08.22 02:18:51.746451 [ 3 ] {} <Trace> HTTP-Session: 2a2f4f42-c29d-400d-9cef-9139d4cb8982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2293 | 2024.08.22 02:18:51.746601 [ 3 ] {e17d500a-8b54-42d5-9da3-14531b154b23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete) | ||
2294 | 2024.08.22 02:18:51.746900 [ 3 ] {e17d500a-8b54-42d5-9da3-14531b154b23} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2295 | 2024.08.22 02:18:51.746947 [ 3 ] {e17d500a-8b54-42d5-9da3-14531b154b23} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
2296 | 2024.08.22 02:18:51.747259 [ 3 ] {e17d500a-8b54-42d5-9da3-14531b154b23} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2297 | 2024.08.22 02:18:51.747325 [ 3 ] {e17d500a-8b54-42d5-9da3-14531b154b23} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2298 | 2024.08.22 02:18:51.747465 [ 3 ] {e17d500a-8b54-42d5-9da3-14531b154b23} <Debug> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Key condition: (column 0 notIn 34-element set) | ||
2299 | 2024.08.22 02:18:51.747606 [ 257 ] {e17d500a-8b54-42d5-9da3-14531b154b23} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2300 | 2024.08.22 02:18:51.747646 [ 263 ] {e17d500a-8b54-42d5-9da3-14531b154b23} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2301 | 2024.08.22 02:18:51.747657 [ 258 ] {e17d500a-8b54-42d5-9da3-14531b154b23} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2302 | 2024.08.22 02:18:51.747685 [ 260 ] {e17d500a-8b54-42d5-9da3-14531b154b23} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2303 | 2024.08.22 02:18:51.747810 [ 3 ] {e17d500a-8b54-42d5-9da3-14531b154b23} <Debug> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (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 | ||
2304 | 2024.08.22 02:18:51.747839 [ 3 ] {e17d500a-8b54-42d5-9da3-14531b154b23} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2305 | 2024.08.22 02:18:51.747960 [ 3 ] {e17d500a-8b54-42d5-9da3-14531b154b23} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2306 | 2024.08.22 02:18:51.747982 [ 3 ] {e17d500a-8b54-42d5-9da3-14531b154b23} <Debug> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Reading approx. 29 rows with 4 streams | ||
2307 | 2024.08.22 02:18:51.748023 [ 3 ] {e17d500a-8b54-42d5-9da3-14531b154b23} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
2308 | 2024.08.22 02:18:51.748066 [ 3 ] {e17d500a-8b54-42d5-9da3-14531b154b23} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
2309 | 2024.08.22 02:18:51.748104 [ 3 ] {e17d500a-8b54-42d5-9da3-14531b154b23} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
2310 | 2024.08.22 02:18:51.748142 [ 3 ] {e17d500a-8b54-42d5-9da3-14531b154b23} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
2311 | 2024.08.22 02:18:51.750268 [ 3 ] {e17d500a-8b54-42d5-9da3-14531b154b23} <Debug> executeQuery: Read 29 rows, 1.18 KiB in 0.003742 sec., 7749.86638161411 rows/sec., 314.47 KiB/sec. | ||
2312 | 2024.08.22 02:18:51.750630 [ 3 ] {e17d500a-8b54-42d5-9da3-14531b154b23} <Debug> DynamicQueryHandler: Done processing query | ||
2313 | 2024.08.22 02:18:51.750660 [ 3 ] {e17d500a-8b54-42d5-9da3-14531b154b23} <Debug> MemoryTracker: Peak memory usage (for query): 3.14 MiB. | ||
2314 | 2024.08.22 02:18:51.750681 [ 3 ] {} <Debug> HTTP-Session: 2a2f4f42-c29d-400d-9cef-9139d4cb8982 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2315 | 2024.08.22 02:18:51.750905 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 1310, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2316 | 2024.08.22 02:18:51.750963 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2317 | 2024.08.22 02:18:51.750987 [ 3 ] {} <Debug> HTTP-Session: b04bbc1b-8ac2-4c61-91a6-396a03ba5504 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
2318 | 2024.08.22 02:18:51.751007 [ 3 ] {} <Debug> HTTP-Session: b04bbc1b-8ac2-4c61-91a6-396a03ba5504 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2319 | 2024.08.22 02:18:51.751025 [ 3 ] {} <Debug> HTTP-Session: b04bbc1b-8ac2-4c61-91a6-396a03ba5504 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2320 | 2024.08.22 02:18:51.751062 [ 3 ] {} <Trace> HTTP-Session: b04bbc1b-8ac2-4c61-91a6-396a03ba5504 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2321 | 2024.08.22 02:18:51.751242 [ 3 ] {fca92d69-9b49-4e91-9957-ce2cd7272413} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete) | ||
2322 | 2024.08.22 02:18:51.751566 [ 3 ] {fca92d69-9b49-4e91-9957-ce2cd7272413} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2323 | 2024.08.22 02:18:51.751612 [ 3 ] {fca92d69-9b49-4e91-9957-ce2cd7272413} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
2324 | 2024.08.22 02:18:51.751922 [ 3 ] {fca92d69-9b49-4e91-9957-ce2cd7272413} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2325 | 2024.08.22 02:18:51.751986 [ 3 ] {fca92d69-9b49-4e91-9957-ce2cd7272413} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2326 | 2024.08.22 02:18:51.752125 [ 3 ] {fca92d69-9b49-4e91-9957-ce2cd7272413} <Debug> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Key condition: (column 0 notIn 35-element set) | ||
2327 | 2024.08.22 02:18:51.752294 [ 260 ] {fca92d69-9b49-4e91-9957-ce2cd7272413} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2328 | 2024.08.22 02:18:51.752306 [ 264 ] {fca92d69-9b49-4e91-9957-ce2cd7272413} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2329 | 2024.08.22 02:18:51.752322 [ 259 ] {fca92d69-9b49-4e91-9957-ce2cd7272413} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2330 | 2024.08.22 02:18:51.752347 [ 262 ] {fca92d69-9b49-4e91-9957-ce2cd7272413} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2331 | 2024.08.22 02:18:51.752472 [ 3 ] {fca92d69-9b49-4e91-9957-ce2cd7272413} <Debug> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (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 | ||
2332 | 2024.08.22 02:18:51.752502 [ 3 ] {fca92d69-9b49-4e91-9957-ce2cd7272413} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2333 | 2024.08.22 02:18:51.752624 [ 3 ] {fca92d69-9b49-4e91-9957-ce2cd7272413} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2334 | 2024.08.22 02:18:51.752645 [ 3 ] {fca92d69-9b49-4e91-9957-ce2cd7272413} <Debug> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Reading approx. 29 rows with 4 streams | ||
2335 | 2024.08.22 02:18:51.752686 [ 3 ] {fca92d69-9b49-4e91-9957-ce2cd7272413} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
2336 | 2024.08.22 02:18:51.752756 [ 3 ] {fca92d69-9b49-4e91-9957-ce2cd7272413} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
2337 | 2024.08.22 02:18:51.752821 [ 3 ] {fca92d69-9b49-4e91-9957-ce2cd7272413} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
2338 | 2024.08.22 02:18:51.752858 [ 3 ] {fca92d69-9b49-4e91-9957-ce2cd7272413} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
2339 | 2024.08.22 02:18:51.755047 [ 3 ] {fca92d69-9b49-4e91-9957-ce2cd7272413} <Debug> executeQuery: Read 29 rows, 1.18 KiB in 0.003898 sec., 7439.712673165726 rows/sec., 301.89 KiB/sec. | ||
2340 | 2024.08.22 02:18:51.755397 [ 3 ] {fca92d69-9b49-4e91-9957-ce2cd7272413} <Debug> DynamicQueryHandler: Done processing query | ||
2341 | 2024.08.22 02:18:51.755421 [ 3 ] {fca92d69-9b49-4e91-9957-ce2cd7272413} <Debug> MemoryTracker: Peak memory usage (for query): 3.14 MiB. | ||
2342 | 2024.08.22 02:18:51.755438 [ 3 ] {} <Debug> HTTP-Session: b04bbc1b-8ac2-4c61-91a6-396a03ba5504 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2343 | 2024.08.22 02:18:51.755662 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 1334, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2344 | 2024.08.22 02:18:51.755710 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2345 | 2024.08.22 02:18:51.755730 [ 3 ] {} <Debug> HTTP-Session: e73d07ed-169e-4ccc-bee1-ef06c94e4ca7 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
2346 | 2024.08.22 02:18:51.755746 [ 3 ] {} <Debug> HTTP-Session: e73d07ed-169e-4ccc-bee1-ef06c94e4ca7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2347 | 2024.08.22 02:18:51.755760 [ 3 ] {} <Debug> HTTP-Session: e73d07ed-169e-4ccc-bee1-ef06c94e4ca7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2348 | 2024.08.22 02:18:51.755791 [ 3 ] {} <Trace> HTTP-Session: e73d07ed-169e-4ccc-bee1-ef06c94e4ca7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2349 | 2024.08.22 02:18:51.755939 [ 3 ] {fc4ca72f-e880-4e7f-8aef-928eee4e53f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2350 | 2024.08.22 02:18:51.756230 [ 3 ] {fc4ca72f-e880-4e7f-8aef-928eee4e53f4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2351 | 2024.08.22 02:18:51.756277 [ 3 ] {fc4ca72f-e880-4e7f-8aef-928eee4e53f4} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
2352 | 2024.08.22 02:18:51.756590 [ 3 ] {fc4ca72f-e880-4e7f-8aef-928eee4e53f4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2353 | 2024.08.22 02:18:51.756653 [ 3 ] {fc4ca72f-e880-4e7f-8aef-928eee4e53f4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2354 | 2024.08.22 02:18:51.756793 [ 3 ] {fc4ca72f-e880-4e7f-8aef-928eee4e53f4} <Debug> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Key condition: (column 0 notIn 36-element set) | ||
2355 | 2024.08.22 02:18:51.756960 [ 260 ] {fc4ca72f-e880-4e7f-8aef-928eee4e53f4} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2356 | 2024.08.22 02:18:51.756968 [ 259 ] {fc4ca72f-e880-4e7f-8aef-928eee4e53f4} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2357 | 2024.08.22 02:18:51.757005 [ 252 ] {fc4ca72f-e880-4e7f-8aef-928eee4e53f4} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2358 | 2024.08.22 02:18:51.757003 [ 263 ] {fc4ca72f-e880-4e7f-8aef-928eee4e53f4} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2359 | 2024.08.22 02:18:51.757154 [ 3 ] {fc4ca72f-e880-4e7f-8aef-928eee4e53f4} <Debug> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (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 | ||
2360 | 2024.08.22 02:18:51.757178 [ 3 ] {fc4ca72f-e880-4e7f-8aef-928eee4e53f4} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2361 | 2024.08.22 02:18:51.757296 [ 3 ] {fc4ca72f-e880-4e7f-8aef-928eee4e53f4} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2362 | 2024.08.22 02:18:51.757317 [ 3 ] {fc4ca72f-e880-4e7f-8aef-928eee4e53f4} <Debug> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Reading approx. 29 rows with 4 streams | ||
2363 | 2024.08.22 02:18:51.757357 [ 3 ] {fc4ca72f-e880-4e7f-8aef-928eee4e53f4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
2364 | 2024.08.22 02:18:51.757399 [ 3 ] {fc4ca72f-e880-4e7f-8aef-928eee4e53f4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
2365 | 2024.08.22 02:18:51.757437 [ 3 ] {fc4ca72f-e880-4e7f-8aef-928eee4e53f4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
2366 | 2024.08.22 02:18:51.757473 [ 3 ] {fc4ca72f-e880-4e7f-8aef-928eee4e53f4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
2367 | 2024.08.22 02:18:51.759627 [ 3 ] {fc4ca72f-e880-4e7f-8aef-928eee4e53f4} <Debug> executeQuery: Read 29 rows, 1.18 KiB in 0.00376 sec., 7712.765957446809 rows/sec., 312.97 KiB/sec. | ||
2368 | 2024.08.22 02:18:51.760036 [ 3 ] {fc4ca72f-e880-4e7f-8aef-928eee4e53f4} <Debug> DynamicQueryHandler: Done processing query | ||
2369 | 2024.08.22 02:18:51.760065 [ 3 ] {fc4ca72f-e880-4e7f-8aef-928eee4e53f4} <Debug> MemoryTracker: Peak memory usage (for query): 3.14 MiB. | ||
2370 | 2024.08.22 02:18:51.760085 [ 3 ] {} <Debug> HTTP-Session: e73d07ed-169e-4ccc-bee1-ef06c94e4ca7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2371 | 2024.08.22 02:18:51.760327 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 1361, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2372 | 2024.08.22 02:18:51.760385 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2373 | 2024.08.22 02:18:51.760408 [ 3 ] {} <Debug> HTTP-Session: 6ced15aa-a183-41e3-9ae1-59982d696ec1 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
2374 | 2024.08.22 02:18:51.760428 [ 3 ] {} <Debug> HTTP-Session: 6ced15aa-a183-41e3-9ae1-59982d696ec1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2375 | 2024.08.22 02:18:51.760442 [ 3 ] {} <Debug> HTTP-Session: 6ced15aa-a183-41e3-9ae1-59982d696ec1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2376 | 2024.08.22 02:18:51.760472 [ 3 ] {} <Trace> HTTP-Session: 6ced15aa-a183-41e3-9ae1-59982d696ec1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2377 | 2024.08.22 02:18:51.760620 [ 3 ] {b81bc4a4-62a6-465f-91a6-d51b3d1e395e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2378 | 2024.08.22 02:18:51.760913 [ 3 ] {b81bc4a4-62a6-465f-91a6-d51b3d1e395e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2379 | 2024.08.22 02:18:51.760960 [ 3 ] {b81bc4a4-62a6-465f-91a6-d51b3d1e395e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
2380 | 2024.08.22 02:18:51.761274 [ 3 ] {b81bc4a4-62a6-465f-91a6-d51b3d1e395e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2381 | 2024.08.22 02:18:51.761338 [ 3 ] {b81bc4a4-62a6-465f-91a6-d51b3d1e395e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2382 | 2024.08.22 02:18:51.761481 [ 3 ] {b81bc4a4-62a6-465f-91a6-d51b3d1e395e} <Debug> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Key condition: (column 0 notIn 37-element set) | ||
2383 | 2024.08.22 02:18:51.761639 [ 264 ] {b81bc4a4-62a6-465f-91a6-d51b3d1e395e} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2384 | 2024.08.22 02:18:51.761654 [ 260 ] {b81bc4a4-62a6-465f-91a6-d51b3d1e395e} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2385 | 2024.08.22 02:18:51.761672 [ 258 ] {b81bc4a4-62a6-465f-91a6-d51b3d1e395e} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2386 | 2024.08.22 02:18:51.761693 [ 257 ] {b81bc4a4-62a6-465f-91a6-d51b3d1e395e} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2387 | 2024.08.22 02:18:51.761828 [ 3 ] {b81bc4a4-62a6-465f-91a6-d51b3d1e395e} <Debug> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (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 | ||
2388 | 2024.08.22 02:18:51.761857 [ 3 ] {b81bc4a4-62a6-465f-91a6-d51b3d1e395e} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2389 | 2024.08.22 02:18:51.761980 [ 3 ] {b81bc4a4-62a6-465f-91a6-d51b3d1e395e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2390 | 2024.08.22 02:18:51.762002 [ 3 ] {b81bc4a4-62a6-465f-91a6-d51b3d1e395e} <Debug> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Reading approx. 29 rows with 4 streams | ||
2391 | 2024.08.22 02:18:51.762043 [ 3 ] {b81bc4a4-62a6-465f-91a6-d51b3d1e395e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
2392 | 2024.08.22 02:18:51.762084 [ 3 ] {b81bc4a4-62a6-465f-91a6-d51b3d1e395e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
2393 | 2024.08.22 02:18:51.762123 [ 3 ] {b81bc4a4-62a6-465f-91a6-d51b3d1e395e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
2394 | 2024.08.22 02:18:51.762160 [ 3 ] {b81bc4a4-62a6-465f-91a6-d51b3d1e395e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
2395 | 2024.08.22 02:18:51.764125 [ 3 ] {b81bc4a4-62a6-465f-91a6-d51b3d1e395e} <Debug> executeQuery: Read 29 rows, 1.18 KiB in 0.003581 sec., 8098.29656520525 rows/sec., 328.61 KiB/sec. | ||
2396 | 2024.08.22 02:18:51.764479 [ 3 ] {b81bc4a4-62a6-465f-91a6-d51b3d1e395e} <Debug> DynamicQueryHandler: Done processing query | ||
2397 | 2024.08.22 02:18:51.764504 [ 3 ] {b81bc4a4-62a6-465f-91a6-d51b3d1e395e} <Debug> MemoryTracker: Peak memory usage (for query): 3.14 MiB. | ||
2398 | 2024.08.22 02:18:51.764521 [ 3 ] {} <Debug> HTTP-Session: 6ced15aa-a183-41e3-9ae1-59982d696ec1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2399 | 2024.08.22 02:18:51.764747 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 1391, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2400 | 2024.08.22 02:18:51.764795 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2401 | 2024.08.22 02:18:51.764814 [ 3 ] {} <Debug> HTTP-Session: db8033ed-32ee-4711-bc41-b6bd82f28551 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
2402 | 2024.08.22 02:18:51.764830 [ 3 ] {} <Debug> HTTP-Session: db8033ed-32ee-4711-bc41-b6bd82f28551 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2403 | 2024.08.22 02:18:51.764844 [ 3 ] {} <Debug> HTTP-Session: db8033ed-32ee-4711-bc41-b6bd82f28551 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2404 | 2024.08.22 02:18:51.764875 [ 3 ] {} <Trace> HTTP-Session: db8033ed-32ee-4711-bc41-b6bd82f28551 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2405 | 2024.08.22 02:18:51.765027 [ 3 ] {a57ec1c9-1c6d-430f-980b-7ce399fc1872} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2406 | 2024.08.22 02:18:51.765321 [ 3 ] {a57ec1c9-1c6d-430f-980b-7ce399fc1872} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2407 | 2024.08.22 02:18:51.765369 [ 3 ] {a57ec1c9-1c6d-430f-980b-7ce399fc1872} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2408 | 2024.08.22 02:18:51.765685 [ 3 ] {a57ec1c9-1c6d-430f-980b-7ce399fc1872} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2409 | 2024.08.22 02:18:51.765750 [ 3 ] {a57ec1c9-1c6d-430f-980b-7ce399fc1872} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2410 | 2024.08.22 02:18:51.765891 [ 3 ] {a57ec1c9-1c6d-430f-980b-7ce399fc1872} <Debug> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Key condition: (column 0 notIn 38-element set) | ||
2411 | 2024.08.22 02:18:51.766077 [ 259 ] {a57ec1c9-1c6d-430f-980b-7ce399fc1872} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2412 | 2024.08.22 02:18:51.766078 [ 260 ] {a57ec1c9-1c6d-430f-980b-7ce399fc1872} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2413 | 2024.08.22 02:18:51.766097 [ 263 ] {a57ec1c9-1c6d-430f-980b-7ce399fc1872} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2414 | 2024.08.22 02:18:51.766096 [ 252 ] {a57ec1c9-1c6d-430f-980b-7ce399fc1872} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2415 | 2024.08.22 02:18:51.766238 [ 3 ] {a57ec1c9-1c6d-430f-980b-7ce399fc1872} <Debug> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (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 | ||
2416 | 2024.08.22 02:18:51.766264 [ 3 ] {a57ec1c9-1c6d-430f-980b-7ce399fc1872} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2417 | 2024.08.22 02:18:51.766383 [ 3 ] {a57ec1c9-1c6d-430f-980b-7ce399fc1872} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2418 | 2024.08.22 02:18:51.766405 [ 3 ] {a57ec1c9-1c6d-430f-980b-7ce399fc1872} <Debug> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Reading approx. 29 rows with 4 streams | ||
2419 | 2024.08.22 02:18:51.766445 [ 3 ] {a57ec1c9-1c6d-430f-980b-7ce399fc1872} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2420 | 2024.08.22 02:18:51.766486 [ 3 ] {a57ec1c9-1c6d-430f-980b-7ce399fc1872} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2421 | 2024.08.22 02:18:51.766525 [ 3 ] {a57ec1c9-1c6d-430f-980b-7ce399fc1872} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2422 | 2024.08.22 02:18:51.766562 [ 3 ] {a57ec1c9-1c6d-430f-980b-7ce399fc1872} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2423 | 2024.08.22 02:18:51.768790 [ 3 ] {a57ec1c9-1c6d-430f-980b-7ce399fc1872} <Debug> executeQuery: Read 29 rows, 1.18 KiB in 0.003843 sec., 7546.187874056726 rows/sec., 306.21 KiB/sec. | ||
2424 | 2024.08.22 02:18:51.769170 [ 3 ] {a57ec1c9-1c6d-430f-980b-7ce399fc1872} <Debug> DynamicQueryHandler: Done processing query | ||
2425 | 2024.08.22 02:18:51.769197 [ 3 ] {a57ec1c9-1c6d-430f-980b-7ce399fc1872} <Debug> MemoryTracker: Peak memory usage (for query): 3.14 MiB. | ||
2426 | 2024.08.22 02:18:51.769216 [ 3 ] {} <Debug> HTTP-Session: db8033ed-32ee-4711-bc41-b6bd82f28551 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2427 | 2024.08.22 02:18:51.769431 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 1421, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2428 | 2024.08.22 02:18:51.769476 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2429 | 2024.08.22 02:18:51.769493 [ 3 ] {} <Debug> HTTP-Session: ee56bf7e-e555-4580-91c0-c88c766bc778 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
2430 | 2024.08.22 02:18:51.769508 [ 3 ] {} <Debug> HTTP-Session: ee56bf7e-e555-4580-91c0-c88c766bc778 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2431 | 2024.08.22 02:18:51.769521 [ 3 ] {} <Debug> HTTP-Session: ee56bf7e-e555-4580-91c0-c88c766bc778 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2432 | 2024.08.22 02:18:51.769550 [ 3 ] {} <Trace> HTTP-Session: ee56bf7e-e555-4580-91c0-c88c766bc778 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2433 | 2024.08.22 02:18:51.769757 [ 3 ] {48f4b338-4a0e-4a21-9931-fe20c6af0d1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2434 | 2024.08.22 02:18:51.770050 [ 3 ] {48f4b338-4a0e-4a21-9931-fe20c6af0d1e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2435 | 2024.08.22 02:18:51.770099 [ 3 ] {48f4b338-4a0e-4a21-9931-fe20c6af0d1e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2436 | 2024.08.22 02:18:51.770418 [ 3 ] {48f4b338-4a0e-4a21-9931-fe20c6af0d1e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2437 | 2024.08.22 02:18:51.770482 [ 3 ] {48f4b338-4a0e-4a21-9931-fe20c6af0d1e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2438 | 2024.08.22 02:18:51.770621 [ 3 ] {48f4b338-4a0e-4a21-9931-fe20c6af0d1e} <Debug> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Key condition: (column 0 notIn 39-element set) | ||
2439 | 2024.08.22 02:18:51.770760 [ 258 ] {48f4b338-4a0e-4a21-9931-fe20c6af0d1e} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2440 | 2024.08.22 02:18:51.770779 [ 257 ] {48f4b338-4a0e-4a21-9931-fe20c6af0d1e} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2441 | 2024.08.22 02:18:51.770812 [ 262 ] {48f4b338-4a0e-4a21-9931-fe20c6af0d1e} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2442 | 2024.08.22 02:18:51.770848 [ 260 ] {48f4b338-4a0e-4a21-9931-fe20c6af0d1e} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2443 | 2024.08.22 02:18:51.770973 [ 3 ] {48f4b338-4a0e-4a21-9931-fe20c6af0d1e} <Debug> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (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 | ||
2444 | 2024.08.22 02:18:51.771003 [ 3 ] {48f4b338-4a0e-4a21-9931-fe20c6af0d1e} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2445 | 2024.08.22 02:18:51.771128 [ 3 ] {48f4b338-4a0e-4a21-9931-fe20c6af0d1e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2446 | 2024.08.22 02:18:51.771149 [ 3 ] {48f4b338-4a0e-4a21-9931-fe20c6af0d1e} <Debug> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Reading approx. 29 rows with 4 streams | ||
2447 | 2024.08.22 02:18:51.771192 [ 3 ] {48f4b338-4a0e-4a21-9931-fe20c6af0d1e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2448 | 2024.08.22 02:18:51.771232 [ 3 ] {48f4b338-4a0e-4a21-9931-fe20c6af0d1e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2449 | 2024.08.22 02:18:51.771271 [ 3 ] {48f4b338-4a0e-4a21-9931-fe20c6af0d1e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2450 | 2024.08.22 02:18:51.771309 [ 3 ] {48f4b338-4a0e-4a21-9931-fe20c6af0d1e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2451 | 2024.08.22 02:18:51.773454 [ 3 ] {48f4b338-4a0e-4a21-9931-fe20c6af0d1e} <Debug> executeQuery: Read 29 rows, 1.18 KiB in 0.003772 sec., 7688.229056203605 rows/sec., 311.97 KiB/sec. | ||
2452 | 2024.08.22 02:18:51.773848 [ 3 ] {48f4b338-4a0e-4a21-9931-fe20c6af0d1e} <Debug> DynamicQueryHandler: Done processing query | ||
2453 | 2024.08.22 02:18:51.773877 [ 3 ] {48f4b338-4a0e-4a21-9931-fe20c6af0d1e} <Debug> MemoryTracker: Peak memory usage (for query): 3.14 MiB. | ||
2454 | 2024.08.22 02:18:51.773897 [ 3 ] {} <Debug> HTTP-Session: ee56bf7e-e555-4580-91c0-c88c766bc778 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2455 | 2024.08.22 02:18:51.777838 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 1448, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2456 | 2024.08.22 02:18:51.777888 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2457 | 2024.08.22 02:18:51.777907 [ 3 ] {} <Debug> HTTP-Session: 2d04990f-0eb8-4b4b-9349-7e4acc4d1686 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
2458 | 2024.08.22 02:18:51.777923 [ 3 ] {} <Debug> HTTP-Session: 2d04990f-0eb8-4b4b-9349-7e4acc4d1686 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2459 | 2024.08.22 02:18:51.777937 [ 3 ] {} <Debug> HTTP-Session: 2d04990f-0eb8-4b4b-9349-7e4acc4d1686 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2460 | 2024.08.22 02:18:51.777968 [ 3 ] {} <Trace> HTTP-Session: 2d04990f-0eb8-4b4b-9349-7e4acc4d1686 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2461 | 2024.08.22 02:18:51.778117 [ 3 ] {56ced7f1-1401-44aa-af12-119c03407c8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2462 | 2024.08.22 02:18:51.778414 [ 3 ] {56ced7f1-1401-44aa-af12-119c03407c8f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2463 | 2024.08.22 02:18:51.778462 [ 3 ] {56ced7f1-1401-44aa-af12-119c03407c8f} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2464 | 2024.08.22 02:18:51.778783 [ 3 ] {56ced7f1-1401-44aa-af12-119c03407c8f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2465 | 2024.08.22 02:18:51.778846 [ 3 ] {56ced7f1-1401-44aa-af12-119c03407c8f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2466 | 2024.08.22 02:18:51.778985 [ 3 ] {56ced7f1-1401-44aa-af12-119c03407c8f} <Debug> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Key condition: (column 0 notIn 40-element set) | ||
2467 | 2024.08.22 02:18:51.779148 [ 260 ] {56ced7f1-1401-44aa-af12-119c03407c8f} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2468 | 2024.08.22 02:18:51.779193 [ 259 ] {56ced7f1-1401-44aa-af12-119c03407c8f} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2469 | 2024.08.22 02:18:51.779225 [ 264 ] {56ced7f1-1401-44aa-af12-119c03407c8f} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2470 | 2024.08.22 02:18:51.779184 [ 252 ] {56ced7f1-1401-44aa-af12-119c03407c8f} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2471 | 2024.08.22 02:18:51.779362 [ 3 ] {56ced7f1-1401-44aa-af12-119c03407c8f} <Debug> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (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 | ||
2472 | 2024.08.22 02:18:51.779386 [ 3 ] {56ced7f1-1401-44aa-af12-119c03407c8f} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2473 | 2024.08.22 02:18:51.779508 [ 3 ] {56ced7f1-1401-44aa-af12-119c03407c8f} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2474 | 2024.08.22 02:18:51.779529 [ 3 ] {56ced7f1-1401-44aa-af12-119c03407c8f} <Debug> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Reading approx. 29 rows with 4 streams | ||
2475 | 2024.08.22 02:18:51.779569 [ 3 ] {56ced7f1-1401-44aa-af12-119c03407c8f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2476 | 2024.08.22 02:18:51.779611 [ 3 ] {56ced7f1-1401-44aa-af12-119c03407c8f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2477 | 2024.08.22 02:18:51.779650 [ 3 ] {56ced7f1-1401-44aa-af12-119c03407c8f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2478 | 2024.08.22 02:18:51.779686 [ 3 ] {56ced7f1-1401-44aa-af12-119c03407c8f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2479 | 2024.08.22 02:18:51.781675 [ 3 ] {56ced7f1-1401-44aa-af12-119c03407c8f} <Debug> executeQuery: Read 29 rows, 1.18 KiB in 0.003632 sec., 7984.581497797357 rows/sec., 324.00 KiB/sec. | ||
2480 | 2024.08.22 02:18:51.782081 [ 3 ] {56ced7f1-1401-44aa-af12-119c03407c8f} <Debug> DynamicQueryHandler: Done processing query | ||
2481 | 2024.08.22 02:18:51.782110 [ 3 ] {56ced7f1-1401-44aa-af12-119c03407c8f} <Debug> MemoryTracker: Peak memory usage (for query): 3.14 MiB. | ||
2482 | 2024.08.22 02:18:51.782131 [ 3 ] {} <Debug> HTTP-Session: 2d04990f-0eb8-4b4b-9349-7e4acc4d1686 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2483 | 2024.08.22 02:18:51.786550 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 3916, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2484 | 2024.08.22 02:18:51.786648 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2485 | 2024.08.22 02:18:51.786685 [ 3 ] {} <Debug> HTTP-Session: cecdcd79-d522-49f0-a910-62ca2cf06e5f Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
2486 | 2024.08.22 02:18:51.786718 [ 3 ] {} <Debug> HTTP-Session: cecdcd79-d522-49f0-a910-62ca2cf06e5f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2487 | 2024.08.22 02:18:51.786747 [ 3 ] {} <Debug> HTTP-Session: cecdcd79-d522-49f0-a910-62ca2cf06e5f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2488 | 2024.08.22 02:18:51.786807 [ 3 ] {} <Trace> HTTP-Session: cecdcd79-d522-49f0-a910-62ca2cf06e5f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2489 | 2024.08.22 02:18:51.787035 [ 3 ] {c6d3f933-8dbf-4824-a0ed-40840d9576f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
2490 | 2024.08.22 02:18:51.787125 [ 3 ] {c6d3f933-8dbf-4824-a0ed-40840d9576f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2491 | 2024.08.22 02:18:51.787446 [ 3 ] {c6d3f933-8dbf-4824-a0ed-40840d9576f5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2492 | 2024.08.22 02:18:51.787777 [ 3 ] {c6d3f933-8dbf-4824-a0ed-40840d9576f5} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2493 | 2024.08.22 02:18:51.787817 [ 3 ] {c6d3f933-8dbf-4824-a0ed-40840d9576f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
2494 | 2024.08.22 02:18:51.788310 [ 3 ] {c6d3f933-8dbf-4824-a0ed-40840d9576f5} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2495 | 2024.08.22 02:18:51.788634 [ 3 ] {c6d3f933-8dbf-4824-a0ed-40840d9576f5} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2496 | 2024.08.22 02:18:51.788819 [ 3 ] {c6d3f933-8dbf-4824-a0ed-40840d9576f5} <Debug> executeQuery: Read 12 rows, 2.06 KiB in 0.001874 sec., 6403.415154749199 rows/sec., 1.07 MiB/sec. | ||
2497 | 2024.08.22 02:18:51.788997 [ 3 ] {c6d3f933-8dbf-4824-a0ed-40840d9576f5} <Debug> DynamicQueryHandler: Done processing query | ||
2498 | 2024.08.22 02:18:51.789020 [ 3 ] {c6d3f933-8dbf-4824-a0ed-40840d9576f5} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
2499 | 2024.08.22 02:18:51.789036 [ 3 ] {} <Debug> HTTP-Session: cecdcd79-d522-49f0-a910-62ca2cf06e5f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2500 | 2024.08.22 02:18:51.789202 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 28350, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2501 | 2024.08.22 02:18:51.789250 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2502 | 2024.08.22 02:18:51.789268 [ 3 ] {} <Debug> HTTP-Session: 9808aa1e-6df6-4784-aebe-149b4ca74bda Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
2503 | 2024.08.22 02:18:51.789284 [ 3 ] {} <Debug> HTTP-Session: 9808aa1e-6df6-4784-aebe-149b4ca74bda Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2504 | 2024.08.22 02:18:51.789298 [ 3 ] {} <Debug> HTTP-Session: 9808aa1e-6df6-4784-aebe-149b4ca74bda Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2505 | 2024.08.22 02:18:51.789329 [ 3 ] {} <Trace> HTTP-Session: 9808aa1e-6df6-4784-aebe-149b4ca74bda Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2506 | 2024.08.22 02:18:51.789513 [ 3 ] {970a7b64-a3bd-495c-88f9-d56ede2443b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2507 | 2024.08.22 02:18:51.789556 [ 3 ] {970a7b64-a3bd-495c-88f9-d56ede2443b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2508 | 2024.08.22 02:18:51.789790 [ 3 ] {970a7b64-a3bd-495c-88f9-d56ede2443b2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2509 | 2024.08.22 02:18:51.790225 [ 3 ] {970a7b64-a3bd-495c-88f9-d56ede2443b2} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2510 | 2024.08.22 02:18:51.790262 [ 3 ] {970a7b64-a3bd-495c-88f9-d56ede2443b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
2511 | 2024.08.22 02:18:51.790651 [ 3 ] {970a7b64-a3bd-495c-88f9-d56ede2443b2} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2512 | 2024.08.22 02:18:51.791024 [ 3 ] {970a7b64-a3bd-495c-88f9-d56ede2443b2} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2513 | 2024.08.22 02:18:51.791181 [ 3 ] {970a7b64-a3bd-495c-88f9-d56ede2443b2} <Debug> executeQuery: Read 189 rows, 16.86 KiB in 0.001769 sec., 106840.022611645 rows/sec., 9.31 MiB/sec. | ||
2514 | 2024.08.22 02:18:51.791356 [ 3 ] {970a7b64-a3bd-495c-88f9-d56ede2443b2} <Debug> DynamicQueryHandler: Done processing query | ||
2515 | 2024.08.22 02:18:51.791378 [ 3 ] {970a7b64-a3bd-495c-88f9-d56ede2443b2} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
2516 | 2024.08.22 02:18:51.791394 [ 3 ] {} <Debug> HTTP-Session: 9808aa1e-6df6-4784-aebe-149b4ca74bda Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2517 | 2024.08.22 02:18:51.791517 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2518 | 2024.08.22 02:18:51.791566 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2519 | 2024.08.22 02:18:51.791585 [ 3 ] {} <Debug> HTTP-Session: 4ad49425-7492-4d36-8fc1-58a6fa741d06 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
2520 | 2024.08.22 02:18:51.791601 [ 3 ] {} <Debug> HTTP-Session: 4ad49425-7492-4d36-8fc1-58a6fa741d06 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2521 | 2024.08.22 02:18:51.791614 [ 3 ] {} <Debug> HTTP-Session: 4ad49425-7492-4d36-8fc1-58a6fa741d06 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2522 | 2024.08.22 02:18:51.791644 [ 3 ] {} <Trace> HTTP-Session: 4ad49425-7492-4d36-8fc1-58a6fa741d06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2523 | 2024.08.22 02:18:51.791742 [ 3 ] {cc0ca30e-c601-423e-8a9d-07807a68c03e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
2524 | 2024.08.22 02:18:51.791785 [ 3 ] {cc0ca30e-c601-423e-8a9d-07807a68c03e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
2525 | 2024.08.22 02:18:51.792012 [ 3 ] {cc0ca30e-c601-423e-8a9d-07807a68c03e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2526 | 2024.08.22 02:18:51.792330 [ 3 ] {cc0ca30e-c601-423e-8a9d-07807a68c03e} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2527 | 2024.08.22 02:18:51.792367 [ 3 ] {cc0ca30e-c601-423e-8a9d-07807a68c03e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
2528 | 2024.08.22 02:18:51.792716 [ 3 ] {cc0ca30e-c601-423e-8a9d-07807a68c03e} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2529 | 2024.08.22 02:18:51.793060 [ 3 ] {cc0ca30e-c601-423e-8a9d-07807a68c03e} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2530 | 2024.08.22 02:18:51.793216 [ 3 ] {cc0ca30e-c601-423e-8a9d-07807a68c03e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001499 sec., 9339.559706470982 rows/sec., 654.08 KiB/sec. | ||
2531 | 2024.08.22 02:18:51.793486 [ 3 ] {cc0ca30e-c601-423e-8a9d-07807a68c03e} <Debug> DynamicQueryHandler: Done processing query | ||
2532 | 2024.08.22 02:18:51.793509 [ 3 ] {cc0ca30e-c601-423e-8a9d-07807a68c03e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2533 | 2024.08.22 02:18:51.793525 [ 3 ] {} <Debug> HTTP-Session: 4ad49425-7492-4d36-8fc1-58a6fa741d06 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2534 | 2024.08.22 02:18:51.793650 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2535 | 2024.08.22 02:18:51.793698 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2536 | 2024.08.22 02:18:51.793717 [ 3 ] {} <Debug> HTTP-Session: b90fad69-fc42-48d6-a5bd-ab9f1b074407 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
2537 | 2024.08.22 02:18:51.793733 [ 3 ] {} <Debug> HTTP-Session: b90fad69-fc42-48d6-a5bd-ab9f1b074407 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2538 | 2024.08.22 02:18:51.793747 [ 3 ] {} <Debug> HTTP-Session: b90fad69-fc42-48d6-a5bd-ab9f1b074407 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2539 | 2024.08.22 02:18:51.793778 [ 3 ] {} <Trace> HTTP-Session: b90fad69-fc42-48d6-a5bd-ab9f1b074407 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2540 | 2024.08.22 02:18:51.793873 [ 3 ] {550f397d-c0ea-4c99-96f5-34f2b7b72e25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
2541 | 2024.08.22 02:18:51.793916 [ 3 ] {550f397d-c0ea-4c99-96f5-34f2b7b72e25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
2542 | 2024.08.22 02:18:51.794161 [ 3 ] {550f397d-c0ea-4c99-96f5-34f2b7b72e25} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2543 | 2024.08.22 02:18:51.794476 [ 3 ] {550f397d-c0ea-4c99-96f5-34f2b7b72e25} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2544 | 2024.08.22 02:18:51.794511 [ 3 ] {550f397d-c0ea-4c99-96f5-34f2b7b72e25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
2545 | 2024.08.22 02:18:51.794862 [ 3 ] {550f397d-c0ea-4c99-96f5-34f2b7b72e25} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
2546 | 2024.08.22 02:18:51.795209 [ 3 ] {550f397d-c0ea-4c99-96f5-34f2b7b72e25} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2547 | 2024.08.22 02:18:51.795359 [ 3 ] {550f397d-c0ea-4c99-96f5-34f2b7b72e25} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001506 sec., 3984.0637450199206 rows/sec., 235.39 KiB/sec. | ||
2548 | 2024.08.22 02:18:51.795638 [ 3 ] {550f397d-c0ea-4c99-96f5-34f2b7b72e25} <Debug> DynamicQueryHandler: Done processing query | ||
2549 | 2024.08.22 02:18:51.795662 [ 3 ] {550f397d-c0ea-4c99-96f5-34f2b7b72e25} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2550 | 2024.08.22 02:18:51.795677 [ 3 ] {} <Debug> HTTP-Session: b90fad69-fc42-48d6-a5bd-ab9f1b074407 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2551 | 2024.08.22 02:18:51.795988 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 61766, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2552 | 2024.08.22 02:18:51.796042 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2553 | 2024.08.22 02:18:51.796062 [ 3 ] {} <Debug> HTTP-Session: b2dba493-434e-456c-9bf1-b756d7165520 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
2554 | 2024.08.22 02:18:51.796079 [ 3 ] {} <Debug> HTTP-Session: b2dba493-434e-456c-9bf1-b756d7165520 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2555 | 2024.08.22 02:18:51.796093 [ 3 ] {} <Debug> HTTP-Session: b2dba493-434e-456c-9bf1-b756d7165520 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2556 | 2024.08.22 02:18:51.796123 [ 3 ] {} <Trace> HTTP-Session: b2dba493-434e-456c-9bf1-b756d7165520 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2557 | 2024.08.22 02:18:51.796484 [ 3 ] {0d79e97f-8ac2-4e99-8bb0-6bb9fcfcd4e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2558 | 2024.08.22 02:18:51.796529 [ 3 ] {0d79e97f-8ac2-4e99-8bb0-6bb9fcfcd4e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2559 | 2024.08.22 02:18:51.796769 [ 3 ] {0d79e97f-8ac2-4e99-8bb0-6bb9fcfcd4e6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2560 | 2024.08.22 02:18:51.797316 [ 3 ] {0d79e97f-8ac2-4e99-8bb0-6bb9fcfcd4e6} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2561 | 2024.08.22 02:18:51.797353 [ 3 ] {0d79e97f-8ac2-4e99-8bb0-6bb9fcfcd4e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
2562 | 2024.08.22 02:18:51.797763 [ 3 ] {0d79e97f-8ac2-4e99-8bb0-6bb9fcfcd4e6} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2563 | 2024.08.22 02:18:51.798127 [ 3 ] {0d79e97f-8ac2-4e99-8bb0-6bb9fcfcd4e6} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2564 | 2024.08.22 02:18:51.798292 [ 3 ] {0d79e97f-8ac2-4e99-8bb0-6bb9fcfcd4e6} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.002063 sec., 185167.23218613668 rows/sec., 13.10 MiB/sec. | ||
2565 | 2024.08.22 02:18:51.798579 [ 3 ] {0d79e97f-8ac2-4e99-8bb0-6bb9fcfcd4e6} <Debug> DynamicQueryHandler: Done processing query | ||
2566 | 2024.08.22 02:18:51.798604 [ 3 ] {0d79e97f-8ac2-4e99-8bb0-6bb9fcfcd4e6} <Debug> MemoryTracker: Peak memory usage (for query): 4.39 MiB. | ||
2567 | 2024.08.22 02:18:51.798621 [ 3 ] {} <Debug> HTTP-Session: b2dba493-434e-456c-9bf1-b756d7165520 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2568 | 2024.08.22 02:18:51.798746 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2569 | 2024.08.22 02:18:51.798795 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2570 | 2024.08.22 02:18:51.798815 [ 3 ] {} <Debug> HTTP-Session: 8ca2918e-1e32-4d4b-89db-5421de7e585d Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
2571 | 2024.08.22 02:18:51.798832 [ 3 ] {} <Debug> HTTP-Session: 8ca2918e-1e32-4d4b-89db-5421de7e585d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2572 | 2024.08.22 02:18:51.798845 [ 3 ] {} <Debug> HTTP-Session: 8ca2918e-1e32-4d4b-89db-5421de7e585d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2573 | 2024.08.22 02:18:51.798876 [ 3 ] {} <Trace> HTTP-Session: 8ca2918e-1e32-4d4b-89db-5421de7e585d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2574 | 2024.08.22 02:18:51.798972 [ 3 ] {fcc10c16-d865-40dd-a1e9-626b9464c756} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
2575 | 2024.08.22 02:18:51.799019 [ 3 ] {fcc10c16-d865-40dd-a1e9-626b9464c756} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
2576 | 2024.08.22 02:18:51.799173 [ 3 ] {fcc10c16-d865-40dd-a1e9-626b9464c756} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2577 | 2024.08.22 02:18:51.799435 [ 3 ] {fcc10c16-d865-40dd-a1e9-626b9464c756} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2578 | 2024.08.22 02:18:51.799471 [ 3 ] {fcc10c16-d865-40dd-a1e9-626b9464c756} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
2579 | 2024.08.22 02:18:51.799844 [ 3 ] {fcc10c16-d865-40dd-a1e9-626b9464c756} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
2580 | 2024.08.22 02:18:51.800169 [ 3 ] {fcc10c16-d865-40dd-a1e9-626b9464c756} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2581 | 2024.08.22 02:18:51.800326 [ 3 ] {fcc10c16-d865-40dd-a1e9-626b9464c756} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001372 sec., 4373.1778425655975 rows/sec., 228.48 KiB/sec. | ||
2582 | 2024.08.22 02:18:51.800597 [ 3 ] {fcc10c16-d865-40dd-a1e9-626b9464c756} <Debug> DynamicQueryHandler: Done processing query | ||
2583 | 2024.08.22 02:18:51.800622 [ 3 ] {fcc10c16-d865-40dd-a1e9-626b9464c756} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2584 | 2024.08.22 02:18:51.800639 [ 3 ] {} <Debug> HTTP-Session: 8ca2918e-1e32-4d4b-89db-5421de7e585d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2585 | 2024.08.22 02:18:51.800799 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 44556, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2586 | 2024.08.22 02:18:51.800848 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2587 | 2024.08.22 02:18:51.800868 [ 3 ] {} <Debug> HTTP-Session: 3a345c85-e1bb-44f2-9438-645d60792395 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
2588 | 2024.08.22 02:18:51.800884 [ 3 ] {} <Debug> HTTP-Session: 3a345c85-e1bb-44f2-9438-645d60792395 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2589 | 2024.08.22 02:18:51.800897 [ 3 ] {} <Debug> HTTP-Session: 3a345c85-e1bb-44f2-9438-645d60792395 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2590 | 2024.08.22 02:18:51.800927 [ 3 ] {} <Trace> HTTP-Session: 3a345c85-e1bb-44f2-9438-645d60792395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2591 | 2024.08.22 02:18:51.801285 [ 3 ] {d830ff25-43f2-4624-8a6b-c8499fd6367a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2592 | 2024.08.22 02:18:51.801333 [ 3 ] {d830ff25-43f2-4624-8a6b-c8499fd6367a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2593 | 2024.08.22 02:18:51.801499 [ 3 ] {d830ff25-43f2-4624-8a6b-c8499fd6367a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2594 | 2024.08.22 02:18:51.801921 [ 3 ] {d830ff25-43f2-4624-8a6b-c8499fd6367a} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2595 | 2024.08.22 02:18:51.801959 [ 3 ] {d830ff25-43f2-4624-8a6b-c8499fd6367a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
2596 | 2024.08.22 02:18:51.802336 [ 3 ] {d830ff25-43f2-4624-8a6b-c8499fd6367a} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2597 | 2024.08.22 02:18:51.802667 [ 3 ] {d830ff25-43f2-4624-8a6b-c8499fd6367a} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2598 | 2024.08.22 02:18:51.802821 [ 3 ] {d830ff25-43f2-4624-8a6b-c8499fd6367a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001788 sec., 132550.3355704698 rows/sec., 8.88 MiB/sec. | ||
2599 | 2024.08.22 02:18:51.803023 [ 3 ] {d830ff25-43f2-4624-8a6b-c8499fd6367a} <Debug> DynamicQueryHandler: Done processing query | ||
2600 | 2024.08.22 02:18:51.803048 [ 3 ] {d830ff25-43f2-4624-8a6b-c8499fd6367a} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
2601 | 2024.08.22 02:18:51.803065 [ 3 ] {} <Debug> HTTP-Session: 3a345c85-e1bb-44f2-9438-645d60792395 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2602 | 2024.08.22 02:18:51.803194 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2603 | 2024.08.22 02:18:51.803244 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2604 | 2024.08.22 02:18:51.803265 [ 3 ] {} <Debug> HTTP-Session: 5440597f-13cb-4b27-a78f-34bc34abe59e Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
2605 | 2024.08.22 02:18:51.803283 [ 3 ] {} <Debug> HTTP-Session: 5440597f-13cb-4b27-a78f-34bc34abe59e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2606 | 2024.08.22 02:18:51.803297 [ 3 ] {} <Debug> HTTP-Session: 5440597f-13cb-4b27-a78f-34bc34abe59e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2607 | 2024.08.22 02:18:51.803329 [ 3 ] {} <Trace> HTTP-Session: 5440597f-13cb-4b27-a78f-34bc34abe59e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2608 | 2024.08.22 02:18:51.803423 [ 3 ] {3eba200e-4cf3-4f1f-8236-e299db8e58bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
2609 | 2024.08.22 02:18:51.803477 [ 3 ] {3eba200e-4cf3-4f1f-8236-e299db8e58bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
2610 | 2024.08.22 02:18:51.803608 [ 3 ] {3eba200e-4cf3-4f1f-8236-e299db8e58bc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2611 | 2024.08.22 02:18:51.803871 [ 3 ] {3eba200e-4cf3-4f1f-8236-e299db8e58bc} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2612 | 2024.08.22 02:18:51.803908 [ 3 ] {3eba200e-4cf3-4f1f-8236-e299db8e58bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
2613 | 2024.08.22 02:18:51.804264 [ 3 ] {3eba200e-4cf3-4f1f-8236-e299db8e58bc} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2614 | 2024.08.22 02:18:51.804599 [ 3 ] {3eba200e-4cf3-4f1f-8236-e299db8e58bc} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2615 | 2024.08.22 02:18:51.804758 [ 3 ] {3eba200e-4cf3-4f1f-8236-e299db8e58bc} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001346 sec., 742.9420505200594 rows/sec., 50.06 KiB/sec. | ||
2616 | 2024.08.22 02:18:51.805000 [ 3 ] {3eba200e-4cf3-4f1f-8236-e299db8e58bc} <Debug> DynamicQueryHandler: Done processing query | ||
2617 | 2024.08.22 02:18:51.805026 [ 3 ] {3eba200e-4cf3-4f1f-8236-e299db8e58bc} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
2618 | 2024.08.22 02:18:51.805043 [ 3 ] {} <Debug> HTTP-Session: 5440597f-13cb-4b27-a78f-34bc34abe59e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2619 | 2024.08.22 02:18:51.805171 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 12133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2620 | 2024.08.22 02:18:51.805221 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2621 | 2024.08.22 02:18:51.805240 [ 3 ] {} <Debug> HTTP-Session: 867f66ea-984a-41d9-8b3d-e47cae731650 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
2622 | 2024.08.22 02:18:51.805258 [ 3 ] {} <Debug> HTTP-Session: 867f66ea-984a-41d9-8b3d-e47cae731650 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2623 | 2024.08.22 02:18:51.805272 [ 3 ] {} <Debug> HTTP-Session: 867f66ea-984a-41d9-8b3d-e47cae731650 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2624 | 2024.08.22 02:18:51.805303 [ 3 ] {} <Trace> HTTP-Session: 867f66ea-984a-41d9-8b3d-e47cae731650 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2625 | 2024.08.22 02:18:51.805452 [ 3 ] {56d37062-3766-4275-b029-35d2d685a8f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2626 | 2024.08.22 02:18:51.805500 [ 3 ] {56d37062-3766-4275-b029-35d2d685a8f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2627 | 2024.08.22 02:18:51.805648 [ 3 ] {56d37062-3766-4275-b029-35d2d685a8f7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2628 | 2024.08.22 02:18:51.805966 [ 3 ] {56d37062-3766-4275-b029-35d2d685a8f7} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2629 | 2024.08.22 02:18:51.806004 [ 3 ] {56d37062-3766-4275-b029-35d2d685a8f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
2630 | 2024.08.22 02:18:51.806393 [ 3 ] {56d37062-3766-4275-b029-35d2d685a8f7} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2631 | 2024.08.22 02:18:51.806733 [ 3 ] {56d37062-3766-4275-b029-35d2d685a8f7} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2632 | 2024.08.22 02:18:51.806884 [ 3 ] {56d37062-3766-4275-b029-35d2d685a8f7} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001506 sec., 54448.871181938914 rows/sec., 3.46 MiB/sec. | ||
2633 | 2024.08.22 02:18:51.807054 [ 3 ] {56d37062-3766-4275-b029-35d2d685a8f7} <Debug> DynamicQueryHandler: Done processing query | ||
2634 | 2024.08.22 02:18:51.807079 [ 3 ] {56d37062-3766-4275-b029-35d2d685a8f7} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2635 | 2024.08.22 02:18:51.807095 [ 3 ] {} <Debug> HTTP-Session: 867f66ea-984a-41d9-8b3d-e47cae731650 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2636 | 2024.08.22 02:18:56.726661 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 16453, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2637 | 2024.08.22 02:18:56.726780 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2638 | 2024.08.22 02:18:56.726808 [ 3 ] {} <Debug> HTTP-Session: 859bb6a3-c8c9-4ebd-8c8c-cc476f53a320 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
2639 | 2024.08.22 02:18:56.726837 [ 3 ] {} <Debug> HTTP-Session: 859bb6a3-c8c9-4ebd-8c8c-cc476f53a320 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2640 | 2024.08.22 02:18:56.726855 [ 3 ] {} <Debug> HTTP-Session: 859bb6a3-c8c9-4ebd-8c8c-cc476f53a320 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2641 | 2024.08.22 02:18:56.726910 [ 3 ] {} <Trace> HTTP-Session: 859bb6a3-c8c9-4ebd-8c8c-cc476f53a320 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2642 | 2024.08.22 02:18:56.727182 [ 3 ] {d3ed4d0e-36bc-4488-af71-515a841784be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2643 | 2024.08.22 02:18:56.727259 [ 3 ] {d3ed4d0e-36bc-4488-af71-515a841784be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2644 | 2024.08.22 02:18:56.727642 [ 3 ] {d3ed4d0e-36bc-4488-af71-515a841784be} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2645 | 2024.08.22 02:18:56.728147 [ 3 ] {d3ed4d0e-36bc-4488-af71-515a841784be} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2646 | 2024.08.22 02:18:56.728282 [ 3 ] {d3ed4d0e-36bc-4488-af71-515a841784be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
2647 | 2024.08.22 02:18:56.728804 [ 3 ] {d3ed4d0e-36bc-4488-af71-515a841784be} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2648 | 2024.08.22 02:18:56.729344 [ 3 ] {d3ed4d0e-36bc-4488-af71-515a841784be} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2649 | 2024.08.22 02:18:56.729542 [ 3 ] {d3ed4d0e-36bc-4488-af71-515a841784be} <Debug> executeQuery: Read 112 rows, 9.63 KiB in 0.002475 sec., 45252.52525252525 rows/sec., 3.80 MiB/sec. | ||
2650 | 2024.08.22 02:18:56.729854 [ 3 ] {d3ed4d0e-36bc-4488-af71-515a841784be} <Debug> DynamicQueryHandler: Done processing query | ||
2651 | 2024.08.22 02:18:56.729888 [ 3 ] {d3ed4d0e-36bc-4488-af71-515a841784be} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
2652 | 2024.08.22 02:18:56.729911 [ 3 ] {} <Debug> HTTP-Session: 859bb6a3-c8c9-4ebd-8c8c-cc476f53a320 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2653 | 2024.08.22 02:18:56.730071 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 4068, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2654 | 2024.08.22 02:18:56.730132 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2655 | 2024.08.22 02:18:56.730154 [ 3 ] {} <Debug> HTTP-Session: 55bf1afb-ab7f-435d-b27e-e90d6cd84505 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
2656 | 2024.08.22 02:18:56.730174 [ 3 ] {} <Debug> HTTP-Session: 55bf1afb-ab7f-435d-b27e-e90d6cd84505 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2657 | 2024.08.22 02:18:56.730188 [ 3 ] {} <Debug> HTTP-Session: 55bf1afb-ab7f-435d-b27e-e90d6cd84505 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2658 | 2024.08.22 02:18:56.730225 [ 3 ] {} <Trace> HTTP-Session: 55bf1afb-ab7f-435d-b27e-e90d6cd84505 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2659 | 2024.08.22 02:18:56.730348 [ 3 ] {fb10e5f5-d159-4e66-8416-2a647d010657} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
2660 | 2024.08.22 02:18:56.730398 [ 3 ] {fb10e5f5-d159-4e66-8416-2a647d010657} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2661 | 2024.08.22 02:18:56.730663 [ 3 ] {fb10e5f5-d159-4e66-8416-2a647d010657} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2662 | 2024.08.22 02:18:56.731073 [ 3 ] {fb10e5f5-d159-4e66-8416-2a647d010657} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2663 | 2024.08.22 02:18:56.731117 [ 3 ] {fb10e5f5-d159-4e66-8416-2a647d010657} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
2664 | 2024.08.22 02:18:56.731539 [ 3 ] {fb10e5f5-d159-4e66-8416-2a647d010657} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2665 | 2024.08.22 02:18:56.732081 [ 3 ] {fb10e5f5-d159-4e66-8416-2a647d010657} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2666 | 2024.08.22 02:18:56.732280 [ 3 ] {fb10e5f5-d159-4e66-8416-2a647d010657} <Debug> executeQuery: Read 28 rows, 2.11 KiB in 0.001957 sec., 14307.61369443025 rows/sec., 1.05 MiB/sec. | ||
2667 | 2024.08.22 02:18:56.732589 [ 3 ] {fb10e5f5-d159-4e66-8416-2a647d010657} <Debug> DynamicQueryHandler: Done processing query | ||
2668 | 2024.08.22 02:18:56.732623 [ 3 ] {fb10e5f5-d159-4e66-8416-2a647d010657} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2669 | 2024.08.22 02:18:56.732640 [ 3 ] {} <Debug> HTTP-Session: 55bf1afb-ab7f-435d-b27e-e90d6cd84505 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2670 | 2024.08.22 02:18:56.732785 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 15623, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2671 | 2024.08.22 02:18:56.732847 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2672 | 2024.08.22 02:18:56.732869 [ 3 ] {} <Debug> HTTP-Session: a404580b-e233-4aa0-82ce-c837a3773004 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
2673 | 2024.08.22 02:18:56.732889 [ 3 ] {} <Debug> HTTP-Session: a404580b-e233-4aa0-82ce-c837a3773004 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2674 | 2024.08.22 02:18:56.732906 [ 3 ] {} <Debug> HTTP-Session: a404580b-e233-4aa0-82ce-c837a3773004 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2675 | 2024.08.22 02:18:56.732950 [ 3 ] {} <Trace> HTTP-Session: a404580b-e233-4aa0-82ce-c837a3773004 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2676 | 2024.08.22 02:18:56.733114 [ 3 ] {793e5b7c-6fbe-44fc-baee-63b6a84289bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2677 | 2024.08.22 02:18:56.733184 [ 3 ] {793e5b7c-6fbe-44fc-baee-63b6a84289bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2678 | 2024.08.22 02:18:56.733541 [ 3 ] {793e5b7c-6fbe-44fc-baee-63b6a84289bb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2679 | 2024.08.22 02:18:56.734059 [ 3 ] {793e5b7c-6fbe-44fc-baee-63b6a84289bb} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2680 | 2024.08.22 02:18:56.734102 [ 3 ] {793e5b7c-6fbe-44fc-baee-63b6a84289bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
2681 | 2024.08.22 02:18:56.734514 [ 3 ] {793e5b7c-6fbe-44fc-baee-63b6a84289bb} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2682 | 2024.08.22 02:18:56.734888 [ 3 ] {793e5b7c-6fbe-44fc-baee-63b6a84289bb} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2683 | 2024.08.22 02:18:56.735056 [ 3 ] {793e5b7c-6fbe-44fc-baee-63b6a84289bb} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.002003 sec., 45931.103344982526 rows/sec., 3.59 MiB/sec. | ||
2684 | 2024.08.22 02:18:56.735277 [ 3 ] {793e5b7c-6fbe-44fc-baee-63b6a84289bb} <Debug> DynamicQueryHandler: Done processing query | ||
2685 | 2024.08.22 02:18:56.735303 [ 3 ] {793e5b7c-6fbe-44fc-baee-63b6a84289bb} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
2686 | 2024.08.22 02:18:56.735321 [ 3 ] {} <Debug> HTTP-Session: a404580b-e233-4aa0-82ce-c837a3773004 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2687 | 2024.08.22 02:18:56.735496 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 30553, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2688 | 2024.08.22 02:18:56.735559 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2689 | 2024.08.22 02:18:56.735581 [ 3 ] {} <Debug> HTTP-Session: 72a046ca-adce-43d4-949d-b0acc7deb4aa Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
2690 | 2024.08.22 02:18:56.735600 [ 3 ] {} <Debug> HTTP-Session: 72a046ca-adce-43d4-949d-b0acc7deb4aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2691 | 2024.08.22 02:18:56.735615 [ 3 ] {} <Debug> HTTP-Session: 72a046ca-adce-43d4-949d-b0acc7deb4aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2692 | 2024.08.22 02:18:56.735651 [ 3 ] {} <Trace> HTTP-Session: 72a046ca-adce-43d4-949d-b0acc7deb4aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2693 | 2024.08.22 02:18:56.735823 [ 3 ] {cf6f0f47-4a0a-4579-bc0c-37b5538ff9d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2694 | 2024.08.22 02:18:56.735876 [ 3 ] {cf6f0f47-4a0a-4579-bc0c-37b5538ff9d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2695 | 2024.08.22 02:18:56.736061 [ 3 ] {cf6f0f47-4a0a-4579-bc0c-37b5538ff9d3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2696 | 2024.08.22 02:18:56.736566 [ 3 ] {cf6f0f47-4a0a-4579-bc0c-37b5538ff9d3} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2697 | 2024.08.22 02:18:56.736605 [ 3 ] {cf6f0f47-4a0a-4579-bc0c-37b5538ff9d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
2698 | 2024.08.22 02:18:56.737050 [ 3 ] {cf6f0f47-4a0a-4579-bc0c-37b5538ff9d3} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2699 | 2024.08.22 02:18:56.737452 [ 3 ] {cf6f0f47-4a0a-4579-bc0c-37b5538ff9d3} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2700 | 2024.08.22 02:18:56.737639 [ 3 ] {cf6f0f47-4a0a-4579-bc0c-37b5538ff9d3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001886 sec., 84835.6309650053 rows/sec., 5.91 MiB/sec. | ||
2701 | 2024.08.22 02:18:56.738028 [ 3 ] {cf6f0f47-4a0a-4579-bc0c-37b5538ff9d3} <Debug> DynamicQueryHandler: Done processing query | ||
2702 | 2024.08.22 02:18:56.738065 [ 3 ] {cf6f0f47-4a0a-4579-bc0c-37b5538ff9d3} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
2703 | 2024.08.22 02:18:56.738090 [ 3 ] {} <Debug> HTTP-Session: 72a046ca-adce-43d4-949d-b0acc7deb4aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2704 | 2024.08.22 02:18:56.738365 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 44956, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2705 | 2024.08.22 02:18:56.738435 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2706 | 2024.08.22 02:18:56.738465 [ 3 ] {} <Debug> HTTP-Session: 08ebf61b-bfe9-46bd-b860-e69e2842af27 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
2707 | 2024.08.22 02:18:56.738493 [ 3 ] {} <Debug> HTTP-Session: 08ebf61b-bfe9-46bd-b860-e69e2842af27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2708 | 2024.08.22 02:18:56.738516 [ 3 ] {} <Debug> HTTP-Session: 08ebf61b-bfe9-46bd-b860-e69e2842af27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2709 | 2024.08.22 02:18:56.738562 [ 3 ] {} <Trace> HTTP-Session: 08ebf61b-bfe9-46bd-b860-e69e2842af27 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2710 | 2024.08.22 02:18:56.739246 [ 3 ] {fedac903-0692-4192-bccb-2b71e910986c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2711 | 2024.08.22 02:18:56.739345 [ 3 ] {fedac903-0692-4192-bccb-2b71e910986c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
2712 | 2024.08.22 02:18:56.740007 [ 3 ] {fedac903-0692-4192-bccb-2b71e910986c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2713 | 2024.08.22 02:18:56.740769 [ 3 ] {fedac903-0692-4192-bccb-2b71e910986c} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2714 | 2024.08.22 02:18:56.740820 [ 3 ] {fedac903-0692-4192-bccb-2b71e910986c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
2715 | 2024.08.22 02:18:56.741763 [ 3 ] {fedac903-0692-4192-bccb-2b71e910986c} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2716 | 2024.08.22 02:18:56.742316 [ 3 ] {fedac903-0692-4192-bccb-2b71e910986c} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2717 | 2024.08.22 02:18:56.742547 [ 3 ] {fedac903-0692-4192-bccb-2b71e910986c} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.003876 sec., 7223.942208462332 rows/sec., 12.94 MiB/sec. | ||
2718 | 2024.08.22 02:18:56.742814 [ 3 ] {fedac903-0692-4192-bccb-2b71e910986c} <Debug> DynamicQueryHandler: Done processing query | ||
2719 | 2024.08.22 02:18:56.742847 [ 3 ] {fedac903-0692-4192-bccb-2b71e910986c} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
2720 | 2024.08.22 02:18:56.742870 [ 3 ] {} <Debug> HTTP-Session: 08ebf61b-bfe9-46bd-b860-e69e2842af27 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2721 | 2024.08.22 02:18:56.743021 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2722 | 2024.08.22 02:18:56.743084 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2723 | 2024.08.22 02:18:56.743112 [ 3 ] {} <Debug> HTTP-Session: fe6a5e44-dae1-4e3c-9451-cccad41c6d4f Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
2724 | 2024.08.22 02:18:56.743139 [ 3 ] {} <Debug> HTTP-Session: fe6a5e44-dae1-4e3c-9451-cccad41c6d4f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2725 | 2024.08.22 02:18:56.743161 [ 3 ] {} <Debug> HTTP-Session: fe6a5e44-dae1-4e3c-9451-cccad41c6d4f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2726 | 2024.08.22 02:18:56.743206 [ 3 ] {} <Trace> HTTP-Session: fe6a5e44-dae1-4e3c-9451-cccad41c6d4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2727 | 2024.08.22 02:18:56.743373 [ 3 ] {0835acff-4bd2-4e72-b548-7657f543cdfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2728 | 2024.08.22 02:18:56.743436 [ 3 ] {0835acff-4bd2-4e72-b548-7657f543cdfa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2729 | 2024.08.22 02:18:56.743614 [ 3 ] {0835acff-4bd2-4e72-b548-7657f543cdfa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2730 | 2024.08.22 02:18:56.743937 [ 3 ] {0835acff-4bd2-4e72-b548-7657f543cdfa} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2731 | 2024.08.22 02:18:56.743975 [ 3 ] {0835acff-4bd2-4e72-b548-7657f543cdfa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
2732 | 2024.08.22 02:18:56.744367 [ 3 ] {0835acff-4bd2-4e72-b548-7657f543cdfa} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2733 | 2024.08.22 02:18:56.744716 [ 3 ] {0835acff-4bd2-4e72-b548-7657f543cdfa} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2734 | 2024.08.22 02:18:56.744870 [ 3 ] {0835acff-4bd2-4e72-b548-7657f543cdfa} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001554 sec., 38610.03861003861 rows/sec., 2.60 MiB/sec. | ||
2735 | 2024.08.22 02:18:56.745046 [ 3 ] {0835acff-4bd2-4e72-b548-7657f543cdfa} <Debug> DynamicQueryHandler: Done processing query | ||
2736 | 2024.08.22 02:18:56.745071 [ 3 ] {0835acff-4bd2-4e72-b548-7657f543cdfa} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2737 | 2024.08.22 02:18:56.745087 [ 3 ] {} <Debug> HTTP-Session: fe6a5e44-dae1-4e3c-9451-cccad41c6d4f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2738 | 2024.08.22 02:19:00.122365 [ 78 ] {} <Debug> DNSResolver: Updating DNS cache | ||
2739 | 2024.08.22 02:19:00.122419 [ 78 ] {} <Debug> DNSResolver: Updated DNS cache | ||
2740 | 2024.08.22 02:19:01.730493 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 28350, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2741 | 2024.08.22 02:19:01.730718 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2742 | 2024.08.22 02:19:01.730759 [ 3 ] {} <Debug> HTTP-Session: 085630e1-b58f-48b6-ac94-c7984a804fa4 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
2743 | 2024.08.22 02:19:01.730796 [ 3 ] {} <Debug> HTTP-Session: 085630e1-b58f-48b6-ac94-c7984a804fa4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2744 | 2024.08.22 02:19:01.730820 [ 3 ] {} <Debug> HTTP-Session: 085630e1-b58f-48b6-ac94-c7984a804fa4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2745 | 2024.08.22 02:19:01.730895 [ 3 ] {} <Trace> HTTP-Session: 085630e1-b58f-48b6-ac94-c7984a804fa4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2746 | 2024.08.22 02:19:01.731254 [ 3 ] {5e043f76-7ff8-4d0f-b4b8-ff3e96b7e877} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2747 | 2024.08.22 02:19:01.731355 [ 3 ] {5e043f76-7ff8-4d0f-b4b8-ff3e96b7e877} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2748 | 2024.08.22 02:19:01.731795 [ 3 ] {5e043f76-7ff8-4d0f-b4b8-ff3e96b7e877} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2749 | 2024.08.22 02:19:01.732408 [ 3 ] {5e043f76-7ff8-4d0f-b4b8-ff3e96b7e877} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2750 | 2024.08.22 02:19:01.732452 [ 3 ] {5e043f76-7ff8-4d0f-b4b8-ff3e96b7e877} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
2751 | 2024.08.22 02:19:01.732978 [ 3 ] {5e043f76-7ff8-4d0f-b4b8-ff3e96b7e877} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2752 | 2024.08.22 02:19:01.733380 [ 3 ] {5e043f76-7ff8-4d0f-b4b8-ff3e96b7e877} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2753 | 2024.08.22 02:19:01.733557 [ 3 ] {5e043f76-7ff8-4d0f-b4b8-ff3e96b7e877} <Debug> executeQuery: Read 189 rows, 16.86 KiB in 0.002455 sec., 76985.74338085539 rows/sec., 6.71 MiB/sec. | ||
2754 | 2024.08.22 02:19:01.733811 [ 3 ] {5e043f76-7ff8-4d0f-b4b8-ff3e96b7e877} <Debug> DynamicQueryHandler: Done processing query | ||
2755 | 2024.08.22 02:19:01.733846 [ 3 ] {5e043f76-7ff8-4d0f-b4b8-ff3e96b7e877} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
2756 | 2024.08.22 02:19:01.733865 [ 3 ] {} <Debug> HTTP-Session: 085630e1-b58f-48b6-ac94-c7984a804fa4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2757 | 2024.08.22 02:19:01.734060 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2758 | 2024.08.22 02:19:01.734112 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2759 | 2024.08.22 02:19:01.734133 [ 3 ] {} <Debug> HTTP-Session: 45416425-7b0d-46b4-964d-631b59b2ff66 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
2760 | 2024.08.22 02:19:01.734151 [ 3 ] {} <Debug> HTTP-Session: 45416425-7b0d-46b4-964d-631b59b2ff66 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2761 | 2024.08.22 02:19:01.734167 [ 3 ] {} <Debug> HTTP-Session: 45416425-7b0d-46b4-964d-631b59b2ff66 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2762 | 2024.08.22 02:19:01.734203 [ 3 ] {} <Trace> HTTP-Session: 45416425-7b0d-46b4-964d-631b59b2ff66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2763 | 2024.08.22 02:19:01.734312 [ 3 ] {138ffade-cdec-4729-bcb3-44e00b3953cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
2764 | 2024.08.22 02:19:01.734360 [ 3 ] {138ffade-cdec-4729-bcb3-44e00b3953cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
2765 | 2024.08.22 02:19:01.734593 [ 3 ] {138ffade-cdec-4729-bcb3-44e00b3953cd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2766 | 2024.08.22 02:19:01.735052 [ 3 ] {138ffade-cdec-4729-bcb3-44e00b3953cd} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2767 | 2024.08.22 02:19:01.735098 [ 3 ] {138ffade-cdec-4729-bcb3-44e00b3953cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
2768 | 2024.08.22 02:19:01.735503 [ 3 ] {138ffade-cdec-4729-bcb3-44e00b3953cd} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2769 | 2024.08.22 02:19:01.735891 [ 3 ] {138ffade-cdec-4729-bcb3-44e00b3953cd} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2770 | 2024.08.22 02:19:01.736012 [ 3 ] {138ffade-cdec-4729-bcb3-44e00b3953cd} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001737 sec., 8059.873344847438 rows/sec., 564.46 KiB/sec. | ||
2771 | 2024.08.22 02:19:01.736353 [ 3 ] {138ffade-cdec-4729-bcb3-44e00b3953cd} <Debug> DynamicQueryHandler: Done processing query | ||
2772 | 2024.08.22 02:19:01.736383 [ 3 ] {138ffade-cdec-4729-bcb3-44e00b3953cd} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2773 | 2024.08.22 02:19:01.736399 [ 3 ] {} <Debug> HTTP-Session: 45416425-7b0d-46b4-964d-631b59b2ff66 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2774 | 2024.08.22 02:19:01.736556 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2775 | 2024.08.22 02:19:01.736608 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2776 | 2024.08.22 02:19:01.736631 [ 3 ] {} <Debug> HTTP-Session: 9783cdca-7031-4f5a-8023-57cbfac06ccd Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
2777 | 2024.08.22 02:19:01.736647 [ 3 ] {} <Debug> HTTP-Session: 9783cdca-7031-4f5a-8023-57cbfac06ccd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2778 | 2024.08.22 02:19:01.736662 [ 3 ] {} <Debug> HTTP-Session: 9783cdca-7031-4f5a-8023-57cbfac06ccd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2779 | 2024.08.22 02:19:01.736691 [ 3 ] {} <Trace> HTTP-Session: 9783cdca-7031-4f5a-8023-57cbfac06ccd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2780 | 2024.08.22 02:19:01.736799 [ 3 ] {e59c9571-1e40-49a2-a2d7-1acf934ccfeb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
2781 | 2024.08.22 02:19:01.736842 [ 3 ] {e59c9571-1e40-49a2-a2d7-1acf934ccfeb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
2782 | 2024.08.22 02:19:01.737142 [ 3 ] {e59c9571-1e40-49a2-a2d7-1acf934ccfeb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2783 | 2024.08.22 02:19:01.737465 [ 3 ] {e59c9571-1e40-49a2-a2d7-1acf934ccfeb} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2784 | 2024.08.22 02:19:01.737505 [ 3 ] {e59c9571-1e40-49a2-a2d7-1acf934ccfeb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
2785 | 2024.08.22 02:19:01.737867 [ 3 ] {e59c9571-1e40-49a2-a2d7-1acf934ccfeb} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2786 | 2024.08.22 02:19:01.738270 [ 3 ] {e59c9571-1e40-49a2-a2d7-1acf934ccfeb} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2787 | 2024.08.22 02:19:01.738398 [ 3 ] {e59c9571-1e40-49a2-a2d7-1acf934ccfeb} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001571 sec., 3819.2234245703376 rows/sec., 225.65 KiB/sec. | ||
2788 | 2024.08.22 02:19:01.738806 [ 3 ] {e59c9571-1e40-49a2-a2d7-1acf934ccfeb} <Debug> DynamicQueryHandler: Done processing query | ||
2789 | 2024.08.22 02:19:01.738835 [ 3 ] {e59c9571-1e40-49a2-a2d7-1acf934ccfeb} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2790 | 2024.08.22 02:19:01.738853 [ 3 ] {} <Debug> HTTP-Session: 9783cdca-7031-4f5a-8023-57cbfac06ccd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2791 | 2024.08.22 02:19:01.739101 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 61766, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2792 | 2024.08.22 02:19:01.739150 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2793 | 2024.08.22 02:19:01.739172 [ 3 ] {} <Debug> HTTP-Session: 7b5f358c-1c48-4d4f-afbf-64849ae7a3f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
2794 | 2024.08.22 02:19:01.739190 [ 3 ] {} <Debug> HTTP-Session: 7b5f358c-1c48-4d4f-afbf-64849ae7a3f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2795 | 2024.08.22 02:19:01.739204 [ 3 ] {} <Debug> HTTP-Session: 7b5f358c-1c48-4d4f-afbf-64849ae7a3f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2796 | 2024.08.22 02:19:01.739236 [ 3 ] {} <Trace> HTTP-Session: 7b5f358c-1c48-4d4f-afbf-64849ae7a3f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2797 | 2024.08.22 02:19:01.739431 [ 3 ] {1b330382-f8cc-4f57-be20-3b33c90a9aa8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2798 | 2024.08.22 02:19:01.739475 [ 3 ] {1b330382-f8cc-4f57-be20-3b33c90a9aa8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2799 | 2024.08.22 02:19:01.739721 [ 3 ] {1b330382-f8cc-4f57-be20-3b33c90a9aa8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2800 | 2024.08.22 02:19:01.740268 [ 3 ] {1b330382-f8cc-4f57-be20-3b33c90a9aa8} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2801 | 2024.08.22 02:19:01.740304 [ 3 ] {1b330382-f8cc-4f57-be20-3b33c90a9aa8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
2802 | 2024.08.22 02:19:01.740692 [ 3 ] {1b330382-f8cc-4f57-be20-3b33c90a9aa8} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2803 | 2024.08.22 02:19:01.741049 [ 3 ] {1b330382-f8cc-4f57-be20-3b33c90a9aa8} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2804 | 2024.08.22 02:19:01.741173 [ 3 ] {1b330382-f8cc-4f57-be20-3b33c90a9aa8} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001847 sec., 206821.87330806715 rows/sec., 14.64 MiB/sec. | ||
2805 | 2024.08.22 02:19:01.741464 [ 3 ] {1b330382-f8cc-4f57-be20-3b33c90a9aa8} <Debug> DynamicQueryHandler: Done processing query | ||
2806 | 2024.08.22 02:19:01.741489 [ 3 ] {1b330382-f8cc-4f57-be20-3b33c90a9aa8} <Debug> MemoryTracker: Peak memory usage (for query): 4.39 MiB. | ||
2807 | 2024.08.22 02:19:01.741506 [ 3 ] {} <Debug> HTTP-Session: 7b5f358c-1c48-4d4f-afbf-64849ae7a3f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2808 | 2024.08.22 02:19:01.741653 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2809 | 2024.08.22 02:19:01.741702 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2810 | 2024.08.22 02:19:01.741721 [ 3 ] {} <Debug> HTTP-Session: bdf16591-6859-46d1-95eb-4b7bf6c7ba67 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
2811 | 2024.08.22 02:19:01.741738 [ 3 ] {} <Debug> HTTP-Session: bdf16591-6859-46d1-95eb-4b7bf6c7ba67 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2812 | 2024.08.22 02:19:01.741752 [ 3 ] {} <Debug> HTTP-Session: bdf16591-6859-46d1-95eb-4b7bf6c7ba67 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2813 | 2024.08.22 02:19:01.741782 [ 3 ] {} <Trace> HTTP-Session: bdf16591-6859-46d1-95eb-4b7bf6c7ba67 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2814 | 2024.08.22 02:19:01.741878 [ 3 ] {f7151ec3-3170-4327-9957-324b8302fea0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
2815 | 2024.08.22 02:19:01.741928 [ 3 ] {f7151ec3-3170-4327-9957-324b8302fea0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
2816 | 2024.08.22 02:19:01.742164 [ 3 ] {f7151ec3-3170-4327-9957-324b8302fea0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2817 | 2024.08.22 02:19:01.742442 [ 3 ] {f7151ec3-3170-4327-9957-324b8302fea0} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2818 | 2024.08.22 02:19:01.742476 [ 3 ] {f7151ec3-3170-4327-9957-324b8302fea0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
2819 | 2024.08.22 02:19:01.742830 [ 3 ] {f7151ec3-3170-4327-9957-324b8302fea0} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2820 | 2024.08.22 02:19:01.743140 [ 3 ] {f7151ec3-3170-4327-9957-324b8302fea0} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2821 | 2024.08.22 02:19:01.743267 [ 3 ] {f7151ec3-3170-4327-9957-324b8302fea0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001413 sec., 4246.284501061571 rows/sec., 221.85 KiB/sec. | ||
2822 | 2024.08.22 02:19:01.743625 [ 3 ] {f7151ec3-3170-4327-9957-324b8302fea0} <Debug> DynamicQueryHandler: Done processing query | ||
2823 | 2024.08.22 02:19:01.743649 [ 3 ] {f7151ec3-3170-4327-9957-324b8302fea0} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2824 | 2024.08.22 02:19:01.743667 [ 3 ] {} <Debug> HTTP-Session: bdf16591-6859-46d1-95eb-4b7bf6c7ba67 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2825 | 2024.08.22 02:19:01.743869 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 44566, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2826 | 2024.08.22 02:19:01.744003 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2827 | 2024.08.22 02:19:01.744024 [ 3 ] {} <Debug> HTTP-Session: dd7d7c89-1c88-4415-a3cf-6ead0a4fd5fa Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
2828 | 2024.08.22 02:19:01.744041 [ 3 ] {} <Debug> HTTP-Session: dd7d7c89-1c88-4415-a3cf-6ead0a4fd5fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2829 | 2024.08.22 02:19:01.744055 [ 3 ] {} <Debug> HTTP-Session: dd7d7c89-1c88-4415-a3cf-6ead0a4fd5fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2830 | 2024.08.22 02:19:01.744085 [ 3 ] {} <Trace> HTTP-Session: dd7d7c89-1c88-4415-a3cf-6ead0a4fd5fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2831 | 2024.08.22 02:19:01.744274 [ 3 ] {b93fd602-bc13-43fb-b7d1-99753bf83b5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2832 | 2024.08.22 02:19:01.744320 [ 3 ] {b93fd602-bc13-43fb-b7d1-99753bf83b5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2833 | 2024.08.22 02:19:01.744485 [ 3 ] {b93fd602-bc13-43fb-b7d1-99753bf83b5f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2834 | 2024.08.22 02:19:01.745012 [ 3 ] {b93fd602-bc13-43fb-b7d1-99753bf83b5f} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2835 | 2024.08.22 02:19:01.745048 [ 3 ] {b93fd602-bc13-43fb-b7d1-99753bf83b5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
2836 | 2024.08.22 02:19:01.745439 [ 3 ] {b93fd602-bc13-43fb-b7d1-99753bf83b5f} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2837 | 2024.08.22 02:19:01.745793 [ 3 ] {b93fd602-bc13-43fb-b7d1-99753bf83b5f} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2838 | 2024.08.22 02:19:01.745924 [ 3 ] {b93fd602-bc13-43fb-b7d1-99753bf83b5f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001755 sec., 135042.73504273503 rows/sec., 9.05 MiB/sec. | ||
2839 | 2024.08.22 02:19:01.746141 [ 3 ] {b93fd602-bc13-43fb-b7d1-99753bf83b5f} <Debug> DynamicQueryHandler: Done processing query | ||
2840 | 2024.08.22 02:19:01.746166 [ 3 ] {b93fd602-bc13-43fb-b7d1-99753bf83b5f} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
2841 | 2024.08.22 02:19:01.746182 [ 3 ] {} <Debug> HTTP-Session: dd7d7c89-1c88-4415-a3cf-6ead0a4fd5fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2842 | 2024.08.22 02:19:01.746314 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2843 | 2024.08.22 02:19:01.746361 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2844 | 2024.08.22 02:19:01.746380 [ 3 ] {} <Debug> HTTP-Session: 8ba83bdd-6883-4ddb-b361-6134a89527be Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
2845 | 2024.08.22 02:19:01.746397 [ 3 ] {} <Debug> HTTP-Session: 8ba83bdd-6883-4ddb-b361-6134a89527be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2846 | 2024.08.22 02:19:01.746412 [ 3 ] {} <Debug> HTTP-Session: 8ba83bdd-6883-4ddb-b361-6134a89527be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2847 | 2024.08.22 02:19:01.746443 [ 3 ] {} <Trace> HTTP-Session: 8ba83bdd-6883-4ddb-b361-6134a89527be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2848 | 2024.08.22 02:19:01.746559 [ 3 ] {dcdda96f-e0c9-428e-a6b1-4da12e421229} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
2849 | 2024.08.22 02:19:01.746604 [ 3 ] {dcdda96f-e0c9-428e-a6b1-4da12e421229} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
2850 | 2024.08.22 02:19:01.746734 [ 3 ] {dcdda96f-e0c9-428e-a6b1-4da12e421229} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2851 | 2024.08.22 02:19:01.747061 [ 3 ] {dcdda96f-e0c9-428e-a6b1-4da12e421229} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2852 | 2024.08.22 02:19:01.747096 [ 3 ] {dcdda96f-e0c9-428e-a6b1-4da12e421229} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
2853 | 2024.08.22 02:19:01.747438 [ 3 ] {dcdda96f-e0c9-428e-a6b1-4da12e421229} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2854 | 2024.08.22 02:19:01.747744 [ 3 ] {dcdda96f-e0c9-428e-a6b1-4da12e421229} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2855 | 2024.08.22 02:19:01.747868 [ 3 ] {dcdda96f-e0c9-428e-a6b1-4da12e421229} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001331 sec., 751.3148009015778 rows/sec., 50.63 KiB/sec. | ||
2856 | 2024.08.22 02:19:01.748227 [ 3 ] {dcdda96f-e0c9-428e-a6b1-4da12e421229} <Debug> DynamicQueryHandler: Done processing query | ||
2857 | 2024.08.22 02:19:01.748251 [ 3 ] {dcdda96f-e0c9-428e-a6b1-4da12e421229} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
2858 | 2024.08.22 02:19:01.748267 [ 3 ] {} <Debug> HTTP-Session: 8ba83bdd-6883-4ddb-b361-6134a89527be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2859 | 2024.08.22 02:19:01.748428 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 12133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2860 | 2024.08.22 02:19:01.748476 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2861 | 2024.08.22 02:19:01.748495 [ 3 ] {} <Debug> HTTP-Session: fefbf96b-3b25-480c-9048-bf203364a20d Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
2862 | 2024.08.22 02:19:01.748511 [ 3 ] {} <Debug> HTTP-Session: fefbf96b-3b25-480c-9048-bf203364a20d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2863 | 2024.08.22 02:19:01.748524 [ 3 ] {} <Debug> HTTP-Session: fefbf96b-3b25-480c-9048-bf203364a20d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2864 | 2024.08.22 02:19:01.748555 [ 3 ] {} <Trace> HTTP-Session: fefbf96b-3b25-480c-9048-bf203364a20d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2865 | 2024.08.22 02:19:01.748669 [ 3 ] {25f7932f-7db3-4d71-bb5b-17e45e7108a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2866 | 2024.08.22 02:19:01.748714 [ 3 ] {25f7932f-7db3-4d71-bb5b-17e45e7108a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2867 | 2024.08.22 02:19:01.748849 [ 3 ] {25f7932f-7db3-4d71-bb5b-17e45e7108a8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2868 | 2024.08.22 02:19:01.749219 [ 3 ] {25f7932f-7db3-4d71-bb5b-17e45e7108a8} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2869 | 2024.08.22 02:19:01.749254 [ 3 ] {25f7932f-7db3-4d71-bb5b-17e45e7108a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
2870 | 2024.08.22 02:19:01.749616 [ 3 ] {25f7932f-7db3-4d71-bb5b-17e45e7108a8} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2871 | 2024.08.22 02:19:01.749944 [ 3 ] {25f7932f-7db3-4d71-bb5b-17e45e7108a8} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2872 | 2024.08.22 02:19:01.750065 [ 3 ] {25f7932f-7db3-4d71-bb5b-17e45e7108a8} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001437 sec., 57063.326374391094 rows/sec., 3.62 MiB/sec. | ||
2873 | 2024.08.22 02:19:01.750260 [ 3 ] {25f7932f-7db3-4d71-bb5b-17e45e7108a8} <Debug> DynamicQueryHandler: Done processing query | ||
2874 | 2024.08.22 02:19:01.750284 [ 3 ] {25f7932f-7db3-4d71-bb5b-17e45e7108a8} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2875 | 2024.08.22 02:19:01.750300 [ 3 ] {} <Debug> HTTP-Session: fefbf96b-3b25-480c-9048-bf203364a20d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2876 | 2024.08.22 02:19:03.231195 [ 72 ] {} <Debug> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
2877 | 2024.08.22 02:19:03.231259 [ 72 ] {} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2878 | 2024.08.22 02:19:03.231288 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
2879 | 2024.08.22 02:19:03.231543 [ 202 ] {236b3340-edbb-4d8f-bb03-604a9953b02c::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 | ||
2880 | 2024.08.22 02:19:03.231939 [ 202 ] {236b3340-edbb-4d8f-bb03-604a9953b02c::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2881 | 2024.08.22 02:19:03.231984 [ 202 ] {236b3340-edbb-4d8f-bb03-604a9953b02c::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 14 rows starting from the beginning of the part | ||
2882 | 2024.08.22 02:19:03.232075 [ 202 ] {236b3340-edbb-4d8f-bb03-604a9953b02c::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 5 rows starting from the beginning of the part | ||
2883 | 2024.08.22 02:19:03.232165 [ 202 ] {236b3340-edbb-4d8f-bb03-604a9953b02c::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 4 rows starting from the beginning of the part | ||
2884 | 2024.08.22 02:19:03.232244 [ 202 ] {236b3340-edbb-4d8f-bb03-604a9953b02c::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part | ||
2885 | 2024.08.22 02:19:03.232318 [ 202 ] {236b3340-edbb-4d8f-bb03-604a9953b02c::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 12 rows starting from the beginning of the part | ||
2886 | 2024.08.22 02:19:03.234435 [ 188 ] {236b3340-edbb-4d8f-bb03-604a9953b02c::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41 rows, containing 6 columns (6 merged, 0 gathered) in 0.003065093 sec., 13376.429361197197 rows/sec., 2.05 MiB/sec. | ||
2887 | 2024.08.22 02:19:03.234702 [ 189 ] {236b3340-edbb-4d8f-bb03-604a9953b02c::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
2888 | 2024.08.22 02:19:03.235556 [ 189 ] {236b3340-edbb-4d8f-bb03-604a9953b02c::all_1_5_1} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2889 | 2024.08.22 02:19:03.235693 [ 189 ] {236b3340-edbb-4d8f-bb03-604a9953b02c::all_1_5_1} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
2890 | 2024.08.22 02:19:03.235830 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
2891 | 2024.08.22 02:19:06.727835 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 16453, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2892 | 2024.08.22 02:19:06.727951 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2893 | 2024.08.22 02:19:06.727982 [ 3 ] {} <Debug> HTTP-Session: c321251e-2761-4e51-abaf-ed0a544d58b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
2894 | 2024.08.22 02:19:06.728013 [ 3 ] {} <Debug> HTTP-Session: c321251e-2761-4e51-abaf-ed0a544d58b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2895 | 2024.08.22 02:19:06.728207 [ 3 ] {} <Debug> HTTP-Session: c321251e-2761-4e51-abaf-ed0a544d58b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2896 | 2024.08.22 02:19:06.728266 [ 3 ] {} <Trace> HTTP-Session: c321251e-2761-4e51-abaf-ed0a544d58b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2897 | 2024.08.22 02:19:06.728509 [ 3 ] {f4418257-3016-4678-bbee-1c0b6e9434bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2898 | 2024.08.22 02:19:06.728586 [ 3 ] {f4418257-3016-4678-bbee-1c0b6e9434bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2899 | 2024.08.22 02:19:06.728961 [ 3 ] {f4418257-3016-4678-bbee-1c0b6e9434bf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2900 | 2024.08.22 02:19:06.729483 [ 3 ] {f4418257-3016-4678-bbee-1c0b6e9434bf} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2901 | 2024.08.22 02:19:06.729525 [ 3 ] {f4418257-3016-4678-bbee-1c0b6e9434bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
2902 | 2024.08.22 02:19:06.729971 [ 3 ] {f4418257-3016-4678-bbee-1c0b6e9434bf} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2903 | 2024.08.22 02:19:06.730429 [ 3 ] {f4418257-3016-4678-bbee-1c0b6e9434bf} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2904 | 2024.08.22 02:19:06.730579 [ 68 ] {} <Debug> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2905 | 2024.08.22 02:19:06.730587 [ 3 ] {f4418257-3016-4678-bbee-1c0b6e9434bf} <Debug> executeQuery: Read 112 rows, 9.63 KiB in 0.002167 sec., 51684.35625288417 rows/sec., 4.34 MiB/sec. | ||
2906 | 2024.08.22 02:19:06.730622 [ 68 ] {} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2907 | 2024.08.22 02:19:06.730662 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
2908 | 2024.08.22 02:19:06.730905 [ 202 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::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 | ||
2909 | 2024.08.22 02:19:06.730972 [ 3 ] {f4418257-3016-4678-bbee-1c0b6e9434bf} <Debug> DynamicQueryHandler: Done processing query | ||
2910 | 2024.08.22 02:19:06.731026 [ 3 ] {f4418257-3016-4678-bbee-1c0b6e9434bf} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
2911 | 2024.08.22 02:19:06.731059 [ 3 ] {} <Debug> HTTP-Session: c321251e-2761-4e51-abaf-ed0a544d58b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2912 | 2024.08.22 02:19:06.731210 [ 202 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2913 | 2024.08.22 02:19:06.731266 [ 202 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1253 rows starting from the beginning of the part | ||
2914 | 2024.08.22 02:19:06.731318 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 4068, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2915 | 2024.08.22 02:19:06.731452 [ 202 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 112 rows starting from the beginning of the part | ||
2916 | 2024.08.22 02:19:06.731478 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2917 | 2024.08.22 02:19:06.731584 [ 3 ] {} <Debug> HTTP-Session: 3f3e684f-4042-4902-a458-058da0580f3b Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
2918 | 2024.08.22 02:19:06.731703 [ 3 ] {} <Debug> HTTP-Session: 3f3e684f-4042-4902-a458-058da0580f3b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2919 | 2024.08.22 02:19:06.731820 [ 202 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 189 rows starting from the beginning of the part | ||
2920 | 2024.08.22 02:19:06.731823 [ 3 ] {} <Debug> HTTP-Session: 3f3e684f-4042-4902-a458-058da0580f3b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2921 | 2024.08.22 02:19:06.732017 [ 3 ] {} <Trace> HTTP-Session: 3f3e684f-4042-4902-a458-058da0580f3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2922 | 2024.08.22 02:19:06.732075 [ 202 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 112 rows starting from the beginning of the part | ||
2923 | 2024.08.22 02:19:06.732285 [ 202 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 189 rows starting from the beginning of the part | ||
2924 | 2024.08.22 02:19:06.732554 [ 3 ] {cac90e7c-0ba9-4fdc-aa6d-77321dad6671} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
2925 | 2024.08.22 02:19:06.732575 [ 202 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 112 rows starting from the beginning of the part | ||
2926 | 2024.08.22 02:19:06.732722 [ 3 ] {cac90e7c-0ba9-4fdc-aa6d-77321dad6671} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2927 | 2024.08.22 02:19:06.733782 [ 3 ] {cac90e7c-0ba9-4fdc-aa6d-77321dad6671} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2928 | 2024.08.22 02:19:06.735017 [ 3 ] {cac90e7c-0ba9-4fdc-aa6d-77321dad6671} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2929 | 2024.08.22 02:19:06.735110 [ 3 ] {cac90e7c-0ba9-4fdc-aa6d-77321dad6671} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
2930 | 2024.08.22 02:19:06.736274 [ 3 ] {cac90e7c-0ba9-4fdc-aa6d-77321dad6671} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2931 | 2024.08.22 02:19:06.736496 [ 188 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1967 rows, containing 5 columns (5 merged, 0 gathered) in 0.005717753 sec., 344016.2595341212 rows/sec., 30.08 MiB/sec. | ||
2932 | 2024.08.22 02:19:06.736759 [ 188 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2933 | 2024.08.22 02:19:06.736907 [ 3 ] {cac90e7c-0ba9-4fdc-aa6d-77321dad6671} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2934 | 2024.08.22 02:19:06.737108 [ 68 ] {} <Debug> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
2935 | 2024.08.22 02:19:06.737176 [ 68 ] {} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2936 | 2024.08.22 02:19:06.737188 [ 3 ] {cac90e7c-0ba9-4fdc-aa6d-77321dad6671} <Debug> executeQuery: Read 28 rows, 2.11 KiB in 0.004853 sec., 5769.62703482382 rows/sec., 433.85 KiB/sec. | ||
2937 | 2024.08.22 02:19:06.737226 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
2938 | 2024.08.22 02:19:06.737706 [ 187 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::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 | ||
2939 | 2024.08.22 02:19:06.737721 [ 188 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_11_2} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2940 | 2024.08.22 02:19:06.737758 [ 3 ] {cac90e7c-0ba9-4fdc-aa6d-77321dad6671} <Debug> DynamicQueryHandler: Done processing query | ||
2941 | 2024.08.22 02:19:06.737838 [ 3 ] {cac90e7c-0ba9-4fdc-aa6d-77321dad6671} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2942 | 2024.08.22 02:19:06.737908 [ 3 ] {} <Debug> HTTP-Session: 3f3e684f-4042-4902-a458-058da0580f3b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2943 | 2024.08.22 02:19:06.738029 [ 188 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_11_2} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2944 | 2024.08.22 02:19:06.738275 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 15623, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2945 | 2024.08.22 02:19:06.738305 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. | ||
2946 | 2024.08.22 02:19:06.738289 [ 187 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2947 | 2024.08.22 02:19:06.738377 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2948 | 2024.08.22 02:19:06.738423 [ 3 ] {} <Debug> HTTP-Session: aca596e7-c02e-4681-81ca-cf9c8e20b23d Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
2949 | 2024.08.22 02:19:06.738414 [ 187 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 28 rows starting from the beginning of the part | ||
2950 | 2024.08.22 02:19:06.738461 [ 3 ] {} <Debug> HTTP-Session: aca596e7-c02e-4681-81ca-cf9c8e20b23d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2951 | 2024.08.22 02:19:06.738489 [ 3 ] {} <Debug> HTTP-Session: aca596e7-c02e-4681-81ca-cf9c8e20b23d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2952 | 2024.08.22 02:19:06.738632 [ 3 ] {} <Trace> HTTP-Session: aca596e7-c02e-4681-81ca-cf9c8e20b23d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2953 | 2024.08.22 02:19:06.738682 [ 187 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 28 rows starting from the beginning of the part | ||
2954 | 2024.08.22 02:19:06.738998 [ 3 ] {816d531b-96a5-4e50-94a0-1501abc945f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2955 | 2024.08.22 02:19:06.739187 [ 187 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 28 rows starting from the beginning of the part | ||
2956 | 2024.08.22 02:19:06.739200 [ 3 ] {816d531b-96a5-4e50-94a0-1501abc945f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2957 | 2024.08.22 02:19:06.739513 [ 187 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 28 rows starting from the beginning of the part | ||
2958 | 2024.08.22 02:19:06.739862 [ 187 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 28 rows starting from the beginning of the part | ||
2959 | 2024.08.22 02:19:06.740734 [ 3 ] {816d531b-96a5-4e50-94a0-1501abc945f9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2960 | 2024.08.22 02:19:06.741727 [ 3 ] {816d531b-96a5-4e50-94a0-1501abc945f9} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2961 | 2024.08.22 02:19:06.741797 [ 3 ] {816d531b-96a5-4e50-94a0-1501abc945f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
2962 | 2024.08.22 02:19:06.742846 [ 187 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 140 rows, containing 5 columns (5 merged, 0 gathered) in 0.005439083 sec., 25739.632949157054 rows/sec., 1.99 MiB/sec. | ||
2963 | 2024.08.22 02:19:06.742942 [ 3 ] {816d531b-96a5-4e50-94a0-1501abc945f9} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2964 | 2024.08.22 02:19:06.743028 [ 187 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
2965 | 2024.08.22 02:19:06.743904 [ 3 ] {816d531b-96a5-4e50-94a0-1501abc945f9} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2966 | 2024.08.22 02:19:06.744093 [ 187 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_5_1} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2967 | 2024.08.22 02:19:06.744164 [ 68 ] {} <Debug> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2968 | 2024.08.22 02:19:06.744265 [ 68 ] {} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2969 | 2024.08.22 02:19:06.744271 [ 3 ] {816d531b-96a5-4e50-94a0-1501abc945f9} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.005438 sec., 16917.98455314454 rows/sec., 1.32 MiB/sec. | ||
2970 | 2024.08.22 02:19:06.744321 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
2971 | 2024.08.22 02:19:06.744456 [ 187 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_5_1} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
2972 | 2024.08.22 02:19:06.744734 [ 188 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::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 | ||
2973 | 2024.08.22 02:19:06.744774 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
2974 | 2024.08.22 02:19:06.744865 [ 3 ] {816d531b-96a5-4e50-94a0-1501abc945f9} <Debug> DynamicQueryHandler: Done processing query | ||
2975 | 2024.08.22 02:19:06.744905 [ 3 ] {816d531b-96a5-4e50-94a0-1501abc945f9} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
2976 | 2024.08.22 02:19:06.744938 [ 3 ] {} <Debug> HTTP-Session: aca596e7-c02e-4681-81ca-cf9c8e20b23d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2977 | 2024.08.22 02:19:06.744951 [ 188 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2978 | 2024.08.22 02:19:06.744997 [ 188 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 560 rows starting from the beginning of the part | ||
2979 | 2024.08.22 02:19:06.745080 [ 188 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 92 rows starting from the beginning of the part | ||
2980 | 2024.08.22 02:19:06.745261 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 30557, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2981 | 2024.08.22 02:19:06.745384 [ 188 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 382 rows starting from the beginning of the part | ||
2982 | 2024.08.22 02:19:06.745438 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2983 | 2024.08.22 02:19:06.745547 [ 3 ] {} <Debug> HTTP-Session: c0429a98-faa1-4e48-ada7-6c1bc4ec3e18 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
2984 | 2024.08.22 02:19:06.745639 [ 3 ] {} <Debug> HTTP-Session: c0429a98-faa1-4e48-ada7-6c1bc4ec3e18 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2985 | 2024.08.22 02:19:06.745720 [ 3 ] {} <Debug> HTTP-Session: c0429a98-faa1-4e48-ada7-6c1bc4ec3e18 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2986 | 2024.08.22 02:19:06.745740 [ 188 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 92 rows starting from the beginning of the part | ||
2987 | 2024.08.22 02:19:06.745845 [ 3 ] {} <Trace> HTTP-Session: c0429a98-faa1-4e48-ada7-6c1bc4ec3e18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2988 | 2024.08.22 02:19:06.745994 [ 188 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 382 rows starting from the beginning of the part | ||
2989 | 2024.08.22 02:19:06.746310 [ 188 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 92 rows starting from the beginning of the part | ||
2990 | 2024.08.22 02:19:06.746327 [ 3 ] {975d32f1-a8e3-4613-a1e7-f1520054840e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2991 | 2024.08.22 02:19:06.746563 [ 3 ] {975d32f1-a8e3-4613-a1e7-f1520054840e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2992 | 2024.08.22 02:19:06.747127 [ 3 ] {975d32f1-a8e3-4613-a1e7-f1520054840e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2993 | 2024.08.22 02:19:06.747766 [ 3 ] {975d32f1-a8e3-4613-a1e7-f1520054840e} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2994 | 2024.08.22 02:19:06.747812 [ 3 ] {975d32f1-a8e3-4613-a1e7-f1520054840e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
2995 | 2024.08.22 02:19:06.748426 [ 3 ] {975d32f1-a8e3-4613-a1e7-f1520054840e} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2996 | 2024.08.22 02:19:06.748562 [ 195 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1600 rows, containing 5 columns (5 merged, 0 gathered) in 0.004075676 sec., 392572.91305785836 rows/sec., 30.26 MiB/sec. | ||
2997 | 2024.08.22 02:19:06.748834 [ 195 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2998 | 2024.08.22 02:19:06.748989 [ 3 ] {975d32f1-a8e3-4613-a1e7-f1520054840e} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2999 | 2024.08.22 02:19:06.749267 [ 68 ] {} <Debug> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
3000 | 2024.08.22 02:19:06.749386 [ 68 ] {} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3001 | 2024.08.22 02:19:06.749488 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
3002 | 2024.08.22 02:19:06.749529 [ 3 ] {975d32f1-a8e3-4613-a1e7-f1520054840e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003453 sec., 46336.51896901245 rows/sec., 3.23 MiB/sec. | ||
3003 | 2024.08.22 02:19:06.750005 [ 188 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::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 | ||
3004 | 2024.08.22 02:19:06.750229 [ 3 ] {975d32f1-a8e3-4613-a1e7-f1520054840e} <Debug> DynamicQueryHandler: Done processing query | ||
3005 | 2024.08.22 02:19:06.750298 [ 3 ] {975d32f1-a8e3-4613-a1e7-f1520054840e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3006 | 2024.08.22 02:19:06.750356 [ 3 ] {} <Debug> HTTP-Session: c0429a98-faa1-4e48-ada7-6c1bc4ec3e18 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3007 | 2024.08.22 02:19:06.750375 [ 188 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3008 | 2024.08.22 02:19:06.750440 [ 195 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_11_2} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3009 | 2024.08.22 02:19:06.750473 [ 188 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2612 rows starting from the beginning of the part | ||
3010 | 2024.08.22 02:19:06.750744 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 44986, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3011 | 2024.08.22 02:19:06.750740 [ 195 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_11_2} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
3012 | 2024.08.22 02:19:06.750818 [ 188 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 118 rows starting from the beginning of the part | ||
3013 | 2024.08.22 02:19:06.750957 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3014 | 2024.08.22 02:19:06.751088 [ 3 ] {} <Debug> HTTP-Session: 243b938c-9d1d-4b3f-ac16-c1dd2d4d4218 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
3015 | 2024.08.22 02:19:06.751173 [ 3 ] {} <Debug> HTTP-Session: 243b938c-9d1d-4b3f-ac16-c1dd2d4d4218 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3016 | 2024.08.22 02:19:06.751268 [ 3 ] {} <Debug> HTTP-Session: 243b938c-9d1d-4b3f-ac16-c1dd2d4d4218 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3017 | 2024.08.22 02:19:06.751301 [ 188 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 237 rows starting from the beginning of the part | ||
3018 | 2024.08.22 02:19:06.751421 [ 3 ] {} <Trace> HTTP-Session: 243b938c-9d1d-4b3f-ac16-c1dd2d4d4218 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3019 | 2024.08.22 02:19:06.751726 [ 188 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::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 | ||
3020 | 2024.08.22 02:19:06.751768 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
3021 | 2024.08.22 02:19:06.751954 [ 188 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 237 rows starting from the beginning of the part | ||
3022 | 2024.08.22 02:19:06.752053 [ 3 ] {e57aac25-3ebc-44ac-89dc-9d9b7fb86142} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3023 | 2024.08.22 02:19:06.752159 [ 188 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::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 | ||
3024 | 2024.08.22 02:19:06.752436 [ 3 ] {e57aac25-3ebc-44ac-89dc-9d9b7fb86142} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
3025 | 2024.08.22 02:19:06.753547 [ 3 ] {e57aac25-3ebc-44ac-89dc-9d9b7fb86142} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3026 | 2024.08.22 02:19:06.754659 [ 3 ] {e57aac25-3ebc-44ac-89dc-9d9b7fb86142} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3027 | 2024.08.22 02:19:06.754717 [ 3 ] {e57aac25-3ebc-44ac-89dc-9d9b7fb86142} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
3028 | 2024.08.22 02:19:06.754839 [ 195 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3524 rows, containing 5 columns (5 merged, 0 gathered) in 0.005193051 sec., 678599.1510578272 rows/sec., 45.96 MiB/sec. | ||
3029 | 2024.08.22 02:19:06.755308 [ 195 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
3030 | 2024.08.22 02:19:06.756140 [ 3 ] {e57aac25-3ebc-44ac-89dc-9d9b7fb86142} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
3031 | 2024.08.22 02:19:06.756470 [ 195 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3032 | 2024.08.22 02:19:06.756777 [ 195 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
3033 | 2024.08.22 02:19:06.756958 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.86 MiB. | ||
3034 | 2024.08.22 02:19:06.757127 [ 3 ] {e57aac25-3ebc-44ac-89dc-9d9b7fb86142} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3035 | 2024.08.22 02:19:06.757294 [ 3 ] {e57aac25-3ebc-44ac-89dc-9d9b7fb86142} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.005601 sec., 4999.107302267452 rows/sec., 8.96 MiB/sec. | ||
3036 | 2024.08.22 02:19:06.757548 [ 3 ] {e57aac25-3ebc-44ac-89dc-9d9b7fb86142} <Debug> DynamicQueryHandler: Done processing query | ||
3037 | 2024.08.22 02:19:06.757574 [ 3 ] {e57aac25-3ebc-44ac-89dc-9d9b7fb86142} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
3038 | 2024.08.22 02:19:06.757591 [ 3 ] {} <Debug> HTTP-Session: 243b938c-9d1d-4b3f-ac16-c1dd2d4d4218 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3039 | 2024.08.22 02:19:06.757751 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3040 | 2024.08.22 02:19:06.757803 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3041 | 2024.08.22 02:19:06.757822 [ 3 ] {} <Debug> HTTP-Session: 1ff4c8ce-276c-450b-84d8-05ea8bc58e80 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
3042 | 2024.08.22 02:19:06.757840 [ 3 ] {} <Debug> HTTP-Session: 1ff4c8ce-276c-450b-84d8-05ea8bc58e80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3043 | 2024.08.22 02:19:06.757855 [ 3 ] {} <Debug> HTTP-Session: 1ff4c8ce-276c-450b-84d8-05ea8bc58e80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3044 | 2024.08.22 02:19:06.757889 [ 3 ] {} <Trace> HTTP-Session: 1ff4c8ce-276c-450b-84d8-05ea8bc58e80 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3045 | 2024.08.22 02:19:06.758011 [ 3 ] {c9f957d1-d4a9-414c-b7e7-f6184f47b52a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3046 | 2024.08.22 02:19:06.758060 [ 3 ] {c9f957d1-d4a9-414c-b7e7-f6184f47b52a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3047 | 2024.08.22 02:19:06.758198 [ 3 ] {c9f957d1-d4a9-414c-b7e7-f6184f47b52a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3048 | 2024.08.22 02:19:06.758541 [ 3 ] {c9f957d1-d4a9-414c-b7e7-f6184f47b52a} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3049 | 2024.08.22 02:19:06.758577 [ 3 ] {c9f957d1-d4a9-414c-b7e7-f6184f47b52a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
3050 | 2024.08.22 02:19:06.758946 [ 3 ] {c9f957d1-d4a9-414c-b7e7-f6184f47b52a} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
3051 | 2024.08.22 02:19:06.759288 [ 3 ] {c9f957d1-d4a9-414c-b7e7-f6184f47b52a} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3052 | 2024.08.22 02:19:06.759408 [ 68 ] {} <Debug> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
3053 | 2024.08.22 02:19:06.759412 [ 3 ] {c9f957d1-d4a9-414c-b7e7-f6184f47b52a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001446 sec., 41493.775933609955 rows/sec., 2.80 MiB/sec. | ||
3054 | 2024.08.22 02:19:06.759441 [ 68 ] {} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3055 | 2024.08.22 02:19:06.759476 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
3056 | 2024.08.22 02:19:06.759590 [ 192 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::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 | ||
3057 | 2024.08.22 02:19:06.759619 [ 3 ] {c9f957d1-d4a9-414c-b7e7-f6184f47b52a} <Debug> DynamicQueryHandler: Done processing query | ||
3058 | 2024.08.22 02:19:06.759647 [ 3 ] {c9f957d1-d4a9-414c-b7e7-f6184f47b52a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3059 | 2024.08.22 02:19:06.759674 [ 3 ] {} <Debug> HTTP-Session: 1ff4c8ce-276c-450b-84d8-05ea8bc58e80 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3060 | 2024.08.22 02:19:06.759734 [ 192 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3061 | 2024.08.22 02:19:06.759771 [ 192 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 258 rows starting from the beginning of the part | ||
3062 | 2024.08.22 02:19:06.759853 [ 192 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 44 rows starting from the beginning of the part | ||
3063 | 2024.08.22 02:19:06.760114 [ 192 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 82 rows starting from the beginning of the part | ||
3064 | 2024.08.22 02:19:06.760263 [ 192 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::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 | ||
3065 | 2024.08.22 02:19:06.760413 [ 192 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 82 rows starting from the beginning of the part | ||
3066 | 2024.08.22 02:19:06.760566 [ 192 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::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 | ||
3067 | 2024.08.22 02:19:06.761788 [ 188 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 586 rows, containing 4 columns (4 merged, 0 gathered) in 0.002241849 sec., 261391.37827748433 rows/sec., 17.39 MiB/sec. | ||
3068 | 2024.08.22 02:19:06.761937 [ 192 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
3069 | 2024.08.22 02:19:06.762319 [ 192 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_11_2} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3070 | 2024.08.22 02:19:06.762397 [ 192 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_11_2} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
3071 | 2024.08.22 02:19:06.762461 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
3072 | 2024.08.22 02:19:11.729843 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 28350, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3073 | 2024.08.22 02:19:11.729964 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3074 | 2024.08.22 02:19:11.729992 [ 3 ] {} <Debug> HTTP-Session: 7c51cae2-f0ce-43ff-bc66-4345d539333c Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
3075 | 2024.08.22 02:19:11.730020 [ 3 ] {} <Debug> HTTP-Session: 7c51cae2-f0ce-43ff-bc66-4345d539333c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3076 | 2024.08.22 02:19:11.730039 [ 3 ] {} <Debug> HTTP-Session: 7c51cae2-f0ce-43ff-bc66-4345d539333c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3077 | 2024.08.22 02:19:11.730090 [ 3 ] {} <Trace> HTTP-Session: 7c51cae2-f0ce-43ff-bc66-4345d539333c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3078 | 2024.08.22 02:19:11.730499 [ 3 ] {72e5fc3d-8e5d-416e-9fe6-f7d35d239460} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3079 | 2024.08.22 02:19:11.730567 [ 3 ] {72e5fc3d-8e5d-416e-9fe6-f7d35d239460} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3080 | 2024.08.22 02:19:11.730895 [ 3 ] {72e5fc3d-8e5d-416e-9fe6-f7d35d239460} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3081 | 2024.08.22 02:19:11.731456 [ 3 ] {72e5fc3d-8e5d-416e-9fe6-f7d35d239460} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3082 | 2024.08.22 02:19:11.731504 [ 3 ] {72e5fc3d-8e5d-416e-9fe6-f7d35d239460} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
3083 | 2024.08.22 02:19:11.731982 [ 3 ] {72e5fc3d-8e5d-416e-9fe6-f7d35d239460} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
3084 | 2024.08.22 02:19:11.732507 [ 3 ] {72e5fc3d-8e5d-416e-9fe6-f7d35d239460} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3085 | 2024.08.22 02:19:11.732702 [ 3 ] {72e5fc3d-8e5d-416e-9fe6-f7d35d239460} <Debug> executeQuery: Read 189 rows, 16.86 KiB in 0.002294 sec., 82388.84045335658 rows/sec., 7.18 MiB/sec. | ||
3086 | 2024.08.22 02:19:11.733122 [ 3 ] {72e5fc3d-8e5d-416e-9fe6-f7d35d239460} <Debug> DynamicQueryHandler: Done processing query | ||
3087 | 2024.08.22 02:19:11.733160 [ 3 ] {72e5fc3d-8e5d-416e-9fe6-f7d35d239460} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
3088 | 2024.08.22 02:19:11.733183 [ 3 ] {} <Debug> HTTP-Session: 7c51cae2-f0ce-43ff-bc66-4345d539333c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3089 | 2024.08.22 02:19:11.733356 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3090 | 2024.08.22 02:19:11.733418 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3091 | 2024.08.22 02:19:11.733444 [ 3 ] {} <Debug> HTTP-Session: 86cbd4b5-8960-4a8e-9d9d-52fbf69e1cfd Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
3092 | 2024.08.22 02:19:11.733467 [ 3 ] {} <Debug> HTTP-Session: 86cbd4b5-8960-4a8e-9d9d-52fbf69e1cfd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3093 | 2024.08.22 02:19:11.733486 [ 3 ] {} <Debug> HTTP-Session: 86cbd4b5-8960-4a8e-9d9d-52fbf69e1cfd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3094 | 2024.08.22 02:19:11.733528 [ 3 ] {} <Trace> HTTP-Session: 86cbd4b5-8960-4a8e-9d9d-52fbf69e1cfd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3095 | 2024.08.22 02:19:11.733656 [ 3 ] {df86829b-28d3-48b1-835a-ad1f51d701f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
3096 | 2024.08.22 02:19:11.733712 [ 3 ] {df86829b-28d3-48b1-835a-ad1f51d701f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
3097 | 2024.08.22 02:19:11.733967 [ 3 ] {df86829b-28d3-48b1-835a-ad1f51d701f8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3098 | 2024.08.22 02:19:11.734310 [ 3 ] {df86829b-28d3-48b1-835a-ad1f51d701f8} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3099 | 2024.08.22 02:19:11.734347 [ 3 ] {df86829b-28d3-48b1-835a-ad1f51d701f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
3100 | 2024.08.22 02:19:11.734725 [ 3 ] {df86829b-28d3-48b1-835a-ad1f51d701f8} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
3101 | 2024.08.22 02:19:11.735103 [ 3 ] {df86829b-28d3-48b1-835a-ad1f51d701f8} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3102 | 2024.08.22 02:19:11.735240 [ 3 ] {df86829b-28d3-48b1-835a-ad1f51d701f8} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001618 sec., 8652.65760197775 rows/sec., 605.98 KiB/sec. | ||
3103 | 2024.08.22 02:19:11.735551 [ 3 ] {df86829b-28d3-48b1-835a-ad1f51d701f8} <Debug> DynamicQueryHandler: Done processing query | ||
3104 | 2024.08.22 02:19:11.735577 [ 3 ] {df86829b-28d3-48b1-835a-ad1f51d701f8} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3105 | 2024.08.22 02:19:11.735594 [ 3 ] {} <Debug> HTTP-Session: 86cbd4b5-8960-4a8e-9d9d-52fbf69e1cfd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3106 | 2024.08.22 02:19:11.735720 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3107 | 2024.08.22 02:19:11.735770 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3108 | 2024.08.22 02:19:11.735791 [ 3 ] {} <Debug> HTTP-Session: 8e7d0f2d-00c5-4c20-bf2a-dd18ecad98f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
3109 | 2024.08.22 02:19:11.735807 [ 3 ] {} <Debug> HTTP-Session: 8e7d0f2d-00c5-4c20-bf2a-dd18ecad98f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3110 | 2024.08.22 02:19:11.735822 [ 3 ] {} <Debug> HTTP-Session: 8e7d0f2d-00c5-4c20-bf2a-dd18ecad98f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3111 | 2024.08.22 02:19:11.735855 [ 3 ] {} <Trace> HTTP-Session: 8e7d0f2d-00c5-4c20-bf2a-dd18ecad98f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3112 | 2024.08.22 02:19:11.735955 [ 3 ] {22909af5-01ef-4082-bd94-e568af163be9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
3113 | 2024.08.22 02:19:11.736000 [ 3 ] {22909af5-01ef-4082-bd94-e568af163be9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
3114 | 2024.08.22 02:19:11.736250 [ 3 ] {22909af5-01ef-4082-bd94-e568af163be9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3115 | 2024.08.22 02:19:11.736560 [ 3 ] {22909af5-01ef-4082-bd94-e568af163be9} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3116 | 2024.08.22 02:19:11.736598 [ 3 ] {22909af5-01ef-4082-bd94-e568af163be9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
3117 | 2024.08.22 02:19:11.736961 [ 3 ] {22909af5-01ef-4082-bd94-e568af163be9} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
3118 | 2024.08.22 02:19:11.737354 [ 3 ] {22909af5-01ef-4082-bd94-e568af163be9} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3119 | 2024.08.22 02:19:11.737486 [ 3 ] {22909af5-01ef-4082-bd94-e568af163be9} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001556 sec., 3856.041131105398 rows/sec., 227.82 KiB/sec. | ||
3120 | 2024.08.22 02:19:11.737673 [ 3 ] {22909af5-01ef-4082-bd94-e568af163be9} <Debug> DynamicQueryHandler: Done processing query | ||
3121 | 2024.08.22 02:19:11.737698 [ 3 ] {22909af5-01ef-4082-bd94-e568af163be9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3122 | 2024.08.22 02:19:11.737716 [ 3 ] {} <Debug> HTTP-Session: 8e7d0f2d-00c5-4c20-bf2a-dd18ecad98f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3123 | 2024.08.22 02:19:11.737995 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 61766, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3124 | 2024.08.22 02:19:11.738044 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3125 | 2024.08.22 02:19:11.738065 [ 3 ] {} <Debug> HTTP-Session: 0ec800fc-1513-43f0-be63-5daa02df0b15 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
3126 | 2024.08.22 02:19:11.738082 [ 3 ] {} <Debug> HTTP-Session: 0ec800fc-1513-43f0-be63-5daa02df0b15 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3127 | 2024.08.22 02:19:11.738096 [ 3 ] {} <Debug> HTTP-Session: 0ec800fc-1513-43f0-be63-5daa02df0b15 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3128 | 2024.08.22 02:19:11.738129 [ 3 ] {} <Trace> HTTP-Session: 0ec800fc-1513-43f0-be63-5daa02df0b15 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3129 | 2024.08.22 02:19:11.738336 [ 3 ] {cdedd583-693b-413d-beaf-a045ccaecfab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3130 | 2024.08.22 02:19:11.738381 [ 3 ] {cdedd583-693b-413d-beaf-a045ccaecfab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3131 | 2024.08.22 02:19:11.738614 [ 3 ] {cdedd583-693b-413d-beaf-a045ccaecfab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3132 | 2024.08.22 02:19:11.739162 [ 3 ] {cdedd583-693b-413d-beaf-a045ccaecfab} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3133 | 2024.08.22 02:19:11.739202 [ 3 ] {cdedd583-693b-413d-beaf-a045ccaecfab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
3134 | 2024.08.22 02:19:11.739591 [ 3 ] {cdedd583-693b-413d-beaf-a045ccaecfab} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
3135 | 2024.08.22 02:19:11.739978 [ 3 ] {cdedd583-693b-413d-beaf-a045ccaecfab} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3136 | 2024.08.22 02:19:11.740116 [ 3 ] {cdedd583-693b-413d-beaf-a045ccaecfab} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001883 sec., 202867.76420605418 rows/sec., 14.36 MiB/sec. | ||
3137 | 2024.08.22 02:19:11.740449 [ 3 ] {cdedd583-693b-413d-beaf-a045ccaecfab} <Debug> DynamicQueryHandler: Done processing query | ||
3138 | 2024.08.22 02:19:11.740476 [ 3 ] {cdedd583-693b-413d-beaf-a045ccaecfab} <Debug> MemoryTracker: Peak memory usage (for query): 4.39 MiB. | ||
3139 | 2024.08.22 02:19:11.740493 [ 3 ] {} <Debug> HTTP-Session: 0ec800fc-1513-43f0-be63-5daa02df0b15 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3140 | 2024.08.22 02:19:11.740649 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3141 | 2024.08.22 02:19:11.740702 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3142 | 2024.08.22 02:19:11.740723 [ 3 ] {} <Debug> HTTP-Session: 520969ec-0413-4eb0-b2cd-b3f0dc229b27 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
3143 | 2024.08.22 02:19:11.740741 [ 3 ] {} <Debug> HTTP-Session: 520969ec-0413-4eb0-b2cd-b3f0dc229b27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3144 | 2024.08.22 02:19:11.740755 [ 3 ] {} <Debug> HTTP-Session: 520969ec-0413-4eb0-b2cd-b3f0dc229b27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3145 | 2024.08.22 02:19:11.740788 [ 3 ] {} <Trace> HTTP-Session: 520969ec-0413-4eb0-b2cd-b3f0dc229b27 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3146 | 2024.08.22 02:19:11.740890 [ 3 ] {378d5ad9-aede-4e9a-a042-c585106b8cf2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
3147 | 2024.08.22 02:19:11.740936 [ 3 ] {378d5ad9-aede-4e9a-a042-c585106b8cf2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
3148 | 2024.08.22 02:19:11.741110 [ 3 ] {378d5ad9-aede-4e9a-a042-c585106b8cf2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3149 | 2024.08.22 02:19:11.741412 [ 3 ] {378d5ad9-aede-4e9a-a042-c585106b8cf2} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3150 | 2024.08.22 02:19:11.741453 [ 3 ] {378d5ad9-aede-4e9a-a042-c585106b8cf2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
3151 | 2024.08.22 02:19:11.741816 [ 3 ] {378d5ad9-aede-4e9a-a042-c585106b8cf2} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
3152 | 2024.08.22 02:19:11.742142 [ 3 ] {378d5ad9-aede-4e9a-a042-c585106b8cf2} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3153 | 2024.08.22 02:19:11.742269 [ 3 ] {378d5ad9-aede-4e9a-a042-c585106b8cf2} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001405 sec., 4270.462633451957 rows/sec., 223.11 KiB/sec. | ||
3154 | 2024.08.22 02:19:11.742527 [ 3 ] {378d5ad9-aede-4e9a-a042-c585106b8cf2} <Debug> DynamicQueryHandler: Done processing query | ||
3155 | 2024.08.22 02:19:11.742553 [ 3 ] {378d5ad9-aede-4e9a-a042-c585106b8cf2} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
3156 | 2024.08.22 02:19:11.742570 [ 3 ] {} <Debug> HTTP-Session: 520969ec-0413-4eb0-b2cd-b3f0dc229b27 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3157 | 2024.08.22 02:19:11.742749 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 44566, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3158 | 2024.08.22 02:19:11.742801 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3159 | 2024.08.22 02:19:11.742822 [ 3 ] {} <Debug> HTTP-Session: 12c5755a-6df4-4fc6-af3b-9ca6767d8ff6 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
3160 | 2024.08.22 02:19:11.742839 [ 3 ] {} <Debug> HTTP-Session: 12c5755a-6df4-4fc6-af3b-9ca6767d8ff6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3161 | 2024.08.22 02:19:11.742853 [ 3 ] {} <Debug> HTTP-Session: 12c5755a-6df4-4fc6-af3b-9ca6767d8ff6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3162 | 2024.08.22 02:19:11.742885 [ 3 ] {} <Trace> HTTP-Session: 12c5755a-6df4-4fc6-af3b-9ca6767d8ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3163 | 2024.08.22 02:19:11.743085 [ 3 ] {75ae3aa2-317f-4603-8f15-d8437000eefd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3164 | 2024.08.22 02:19:11.743134 [ 3 ] {75ae3aa2-317f-4603-8f15-d8437000eefd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3165 | 2024.08.22 02:19:11.743297 [ 3 ] {75ae3aa2-317f-4603-8f15-d8437000eefd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3166 | 2024.08.22 02:19:11.743726 [ 3 ] {75ae3aa2-317f-4603-8f15-d8437000eefd} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3167 | 2024.08.22 02:19:11.743762 [ 3 ] {75ae3aa2-317f-4603-8f15-d8437000eefd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
3168 | 2024.08.22 02:19:11.744192 [ 3 ] {75ae3aa2-317f-4603-8f15-d8437000eefd} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
3169 | 2024.08.22 02:19:11.744537 [ 3 ] {75ae3aa2-317f-4603-8f15-d8437000eefd} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3170 | 2024.08.22 02:19:11.744663 [ 3 ] {75ae3aa2-317f-4603-8f15-d8437000eefd} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001692 sec., 140070.9219858156 rows/sec., 9.39 MiB/sec. | ||
3171 | 2024.08.22 02:19:11.744821 [ 3 ] {75ae3aa2-317f-4603-8f15-d8437000eefd} <Debug> DynamicQueryHandler: Done processing query | ||
3172 | 2024.08.22 02:19:11.744844 [ 3 ] {75ae3aa2-317f-4603-8f15-d8437000eefd} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
3173 | 2024.08.22 02:19:11.744860 [ 3 ] {} <Debug> HTTP-Session: 12c5755a-6df4-4fc6-af3b-9ca6767d8ff6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3174 | 2024.08.22 02:19:11.744983 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3175 | 2024.08.22 02:19:11.745031 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3176 | 2024.08.22 02:19:11.745050 [ 3 ] {} <Debug> HTTP-Session: 4bc7ab6d-fcab-4db4-852b-76bbbe8984b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
3177 | 2024.08.22 02:19:11.745066 [ 3 ] {} <Debug> HTTP-Session: 4bc7ab6d-fcab-4db4-852b-76bbbe8984b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3178 | 2024.08.22 02:19:11.745081 [ 3 ] {} <Debug> HTTP-Session: 4bc7ab6d-fcab-4db4-852b-76bbbe8984b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3179 | 2024.08.22 02:19:11.745113 [ 3 ] {} <Trace> HTTP-Session: 4bc7ab6d-fcab-4db4-852b-76bbbe8984b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3180 | 2024.08.22 02:19:11.745203 [ 3 ] {885db1e9-523e-4709-81be-6668221acffc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
3181 | 2024.08.22 02:19:11.745249 [ 3 ] {885db1e9-523e-4709-81be-6668221acffc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
3182 | 2024.08.22 02:19:11.745377 [ 3 ] {885db1e9-523e-4709-81be-6668221acffc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3183 | 2024.08.22 02:19:11.745660 [ 3 ] {885db1e9-523e-4709-81be-6668221acffc} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3184 | 2024.08.22 02:19:11.745699 [ 3 ] {885db1e9-523e-4709-81be-6668221acffc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
3185 | 2024.08.22 02:19:11.746067 [ 3 ] {885db1e9-523e-4709-81be-6668221acffc} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
3186 | 2024.08.22 02:19:11.746392 [ 3 ] {885db1e9-523e-4709-81be-6668221acffc} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3187 | 2024.08.22 02:19:11.746518 [ 3 ] {885db1e9-523e-4709-81be-6668221acffc} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001335 sec., 749.063670411985 rows/sec., 50.47 KiB/sec. | ||
3188 | 2024.08.22 02:19:11.746776 [ 3 ] {885db1e9-523e-4709-81be-6668221acffc} <Debug> DynamicQueryHandler: Done processing query | ||
3189 | 2024.08.22 02:19:11.746802 [ 3 ] {885db1e9-523e-4709-81be-6668221acffc} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
3190 | 2024.08.22 02:19:11.746822 [ 3 ] {} <Debug> HTTP-Session: 4bc7ab6d-fcab-4db4-852b-76bbbe8984b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3191 | 2024.08.22 02:19:11.746954 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 12133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3192 | 2024.08.22 02:19:11.747003 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3193 | 2024.08.22 02:19:11.747022 [ 3 ] {} <Debug> HTTP-Session: b8d3fa46-cd3a-4dd2-b604-e7cc7d7d2b92 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
3194 | 2024.08.22 02:19:11.747038 [ 3 ] {} <Debug> HTTP-Session: b8d3fa46-cd3a-4dd2-b604-e7cc7d7d2b92 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3195 | 2024.08.22 02:19:11.747052 [ 3 ] {} <Debug> HTTP-Session: b8d3fa46-cd3a-4dd2-b604-e7cc7d7d2b92 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3196 | 2024.08.22 02:19:11.747091 [ 3 ] {} <Trace> HTTP-Session: b8d3fa46-cd3a-4dd2-b604-e7cc7d7d2b92 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3197 | 2024.08.22 02:19:11.747216 [ 3 ] {d64cc8f0-6193-4b3c-b984-07a02b5a9804} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3198 | 2024.08.22 02:19:11.747263 [ 3 ] {d64cc8f0-6193-4b3c-b984-07a02b5a9804} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3199 | 2024.08.22 02:19:11.747409 [ 3 ] {d64cc8f0-6193-4b3c-b984-07a02b5a9804} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3200 | 2024.08.22 02:19:11.747732 [ 3 ] {d64cc8f0-6193-4b3c-b984-07a02b5a9804} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3201 | 2024.08.22 02:19:11.747768 [ 3 ] {d64cc8f0-6193-4b3c-b984-07a02b5a9804} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
3202 | 2024.08.22 02:19:11.748154 [ 3 ] {d64cc8f0-6193-4b3c-b984-07a02b5a9804} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
3203 | 2024.08.22 02:19:11.748473 [ 3 ] {d64cc8f0-6193-4b3c-b984-07a02b5a9804} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3204 | 2024.08.22 02:19:11.748595 [ 3 ] {d64cc8f0-6193-4b3c-b984-07a02b5a9804} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001427 sec., 57463.20953048353 rows/sec., 3.65 MiB/sec. | ||
3205 | 2024.08.22 02:19:11.748749 [ 3 ] {d64cc8f0-6193-4b3c-b984-07a02b5a9804} <Debug> DynamicQueryHandler: Done processing query | ||
3206 | 2024.08.22 02:19:11.748774 [ 3 ] {d64cc8f0-6193-4b3c-b984-07a02b5a9804} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3207 | 2024.08.22 02:19:11.748790 [ 3 ] {} <Debug> HTTP-Session: b8d3fa46-cd3a-4dd2-b604-e7cc7d7d2b92 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3208 | 2024.08.22 02:19:15.122676 [ 56 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3209 | 2024.08.22 02:19:15.122734 [ 56 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3210 | 2024.08.22 02:19:16.749401 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 1487, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3211 | 2024.08.22 02:19:16.749523 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3212 | 2024.08.22 02:19:16.749548 [ 3 ] {} <Debug> HTTP-Session: 2314dad5-3b52-4a77-8950-c008f5bf3e79 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
3213 | 2024.08.22 02:19:16.749573 [ 3 ] {} <Debug> HTTP-Session: 2314dad5-3b52-4a77-8950-c008f5bf3e79 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3214 | 2024.08.22 02:19:16.749588 [ 3 ] {} <Debug> HTTP-Session: 2314dad5-3b52-4a77-8950-c008f5bf3e79 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3215 | 2024.08.22 02:19:16.749637 [ 3 ] {} <Trace> HTTP-Session: 2314dad5-3b52-4a77-8950-c008f5bf3e79 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3216 | 2024.08.22 02:19:16.749888 [ 3 ] {c3d355fe-1be3-4b55-8de5-f34cbde076a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
3217 | 2024.08.22 02:19:16.750313 [ 3 ] {c3d355fe-1be3-4b55-8de5-f34cbde076a1} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
3218 | 2024.08.22 02:19:16.750368 [ 3 ] {c3d355fe-1be3-4b55-8de5-f34cbde076a1} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
3219 | 2024.08.22 02:19:16.750758 [ 3 ] {c3d355fe-1be3-4b55-8de5-f34cbde076a1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
3220 | 2024.08.22 02:19:16.750843 [ 3 ] {c3d355fe-1be3-4b55-8de5-f34cbde076a1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
3221 | 2024.08.22 02:19:16.751019 [ 3 ] {c3d355fe-1be3-4b55-8de5-f34cbde076a1} <Debug> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Key condition: (column 0 notIn 41-element set) | ||
3222 | 2024.08.22 02:19:16.751061 [ 3 ] {c3d355fe-1be3-4b55-8de5-f34cbde076a1} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
3223 | 2024.08.22 02:19:16.751088 [ 3 ] {c3d355fe-1be3-4b55-8de5-f34cbde076a1} <Debug> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (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 | ||
3224 | 2024.08.22 02:19:16.751105 [ 3 ] {c3d355fe-1be3-4b55-8de5-f34cbde076a1} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
3225 | 2024.08.22 02:19:16.751158 [ 3 ] {c3d355fe-1be3-4b55-8de5-f34cbde076a1} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
3226 | 2024.08.22 02:19:16.751183 [ 3 ] {c3d355fe-1be3-4b55-8de5-f34cbde076a1} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 41 rows starting from 0 | ||
3227 | 2024.08.22 02:19:16.752369 [ 3 ] {c3d355fe-1be3-4b55-8de5-f34cbde076a1} <Debug> executeQuery: Read 41 rows, 1.56 KiB in 0.002602 sec., 15757.109915449653 rows/sec., 601.25 KiB/sec. | ||
3228 | 2024.08.22 02:19:16.752662 [ 3 ] {c3d355fe-1be3-4b55-8de5-f34cbde076a1} <Debug> DynamicQueryHandler: Done processing query | ||
3229 | 2024.08.22 02:19:16.752689 [ 3 ] {c3d355fe-1be3-4b55-8de5-f34cbde076a1} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
3230 | 2024.08.22 02:19:16.752705 [ 3 ] {} <Debug> HTTP-Session: 2314dad5-3b52-4a77-8950-c008f5bf3e79 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3231 | 2024.08.22 02:19:16.760971 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 452, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3232 | 2024.08.22 02:19:16.761031 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3233 | 2024.08.22 02:19:16.761053 [ 3 ] {} <Debug> HTTP-Session: 948a2425-6ddf-40ab-af9b-ee5b97447146 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
3234 | 2024.08.22 02:19:16.761072 [ 3 ] {} <Debug> HTTP-Session: 948a2425-6ddf-40ab-af9b-ee5b97447146 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3235 | 2024.08.22 02:19:16.761086 [ 3 ] {} <Debug> HTTP-Session: 948a2425-6ddf-40ab-af9b-ee5b97447146 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3236 | 2024.08.22 02:19:16.761124 [ 3 ] {} <Trace> HTTP-Session: 948a2425-6ddf-40ab-af9b-ee5b97447146 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3237 | 2024.08.22 02:19:16.761261 [ 3 ] {2ed5cd9a-cf62-41dc-8d4f-be91c468c9d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
3238 | 2024.08.22 02:19:16.761313 [ 3 ] {2ed5cd9a-cf62-41dc-8d4f-be91c468c9d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
3239 | 2024.08.22 02:19:16.761493 [ 3 ] {2ed5cd9a-cf62-41dc-8d4f-be91c468c9d2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3240 | 2024.08.22 02:19:16.761876 [ 3 ] {2ed5cd9a-cf62-41dc-8d4f-be91c468c9d2} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3241 | 2024.08.22 02:19:16.761916 [ 3 ] {2ed5cd9a-cf62-41dc-8d4f-be91c468c9d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
3242 | 2024.08.22 02:19:16.762395 [ 3 ] {2ed5cd9a-cf62-41dc-8d4f-be91c468c9d2} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
3243 | 2024.08.22 02:19:16.762713 [ 3 ] {2ed5cd9a-cf62-41dc-8d4f-be91c468c9d2} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3244 | 2024.08.22 02:19:16.762875 [ 3 ] {2ed5cd9a-cf62-41dc-8d4f-be91c468c9d2} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.001646 sec., 607.5334143377886 rows/sec., 137.64 KiB/sec. | ||
3245 | 2024.08.22 02:19:16.763123 [ 3 ] {2ed5cd9a-cf62-41dc-8d4f-be91c468c9d2} <Debug> DynamicQueryHandler: Done processing query | ||
3246 | 2024.08.22 02:19:16.763152 [ 3 ] {2ed5cd9a-cf62-41dc-8d4f-be91c468c9d2} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
3247 | 2024.08.22 02:19:16.763170 [ 3 ] {} <Debug> HTTP-Session: 948a2425-6ddf-40ab-af9b-ee5b97447146 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3248 | 2024.08.22 02:19:16.763327 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 680, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3249 | 2024.08.22 02:19:16.763380 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3250 | 2024.08.22 02:19:16.763401 [ 3 ] {} <Debug> HTTP-Session: bc47cd9d-29ba-446d-9b94-a09387db8a5e Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
3251 | 2024.08.22 02:19:16.763419 [ 3 ] {} <Debug> HTTP-Session: bc47cd9d-29ba-446d-9b94-a09387db8a5e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3252 | 2024.08.22 02:19:16.763433 [ 3 ] {} <Debug> HTTP-Session: bc47cd9d-29ba-446d-9b94-a09387db8a5e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3253 | 2024.08.22 02:19:16.763470 [ 3 ] {} <Trace> HTTP-Session: bc47cd9d-29ba-446d-9b94-a09387db8a5e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3254 | 2024.08.22 02:19:16.763578 [ 3 ] {2a7861f4-f628-4a8a-b21a-9f4c768f28d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
3255 | 2024.08.22 02:19:16.763626 [ 3 ] {2a7861f4-f628-4a8a-b21a-9f4c768f28d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3256 | 2024.08.22 02:19:16.763918 [ 3 ] {2a7861f4-f628-4a8a-b21a-9f4c768f28d9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3257 | 2024.08.22 02:19:16.764316 [ 3 ] {2a7861f4-f628-4a8a-b21a-9f4c768f28d9} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3258 | 2024.08.22 02:19:16.764353 [ 3 ] {2a7861f4-f628-4a8a-b21a-9f4c768f28d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
3259 | 2024.08.22 02:19:16.764889 [ 3 ] {2a7861f4-f628-4a8a-b21a-9f4c768f28d9} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
3260 | 2024.08.22 02:19:16.765259 [ 3 ] {2a7861f4-f628-4a8a-b21a-9f4c768f28d9} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3261 | 2024.08.22 02:19:16.765414 [ 3 ] {2a7861f4-f628-4a8a-b21a-9f4c768f28d9} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001858 sec., 2152.8525296017224 rows/sec., 175.55 KiB/sec. | ||
3262 | 2024.08.22 02:19:16.765696 [ 3 ] {2a7861f4-f628-4a8a-b21a-9f4c768f28d9} <Debug> DynamicQueryHandler: Done processing query | ||
3263 | 2024.08.22 02:19:16.765722 [ 3 ] {2a7861f4-f628-4a8a-b21a-9f4c768f28d9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3264 | 2024.08.22 02:19:16.765738 [ 3 ] {} <Debug> HTTP-Session: bc47cd9d-29ba-446d-9b94-a09387db8a5e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3265 | 2024.08.22 02:19:16.766011 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 181835, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3266 | 2024.08.22 02:19:16.766061 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3267 | 2024.08.22 02:19:16.766081 [ 3 ] {} <Debug> HTTP-Session: 60fe45d0-57c4-4d03-8658-f3f29abf3bd3 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
3268 | 2024.08.22 02:19:16.766098 [ 3 ] {} <Debug> HTTP-Session: 60fe45d0-57c4-4d03-8658-f3f29abf3bd3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3269 | 2024.08.22 02:19:16.766112 [ 3 ] {} <Debug> HTTP-Session: 60fe45d0-57c4-4d03-8658-f3f29abf3bd3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3270 | 2024.08.22 02:19:16.766144 [ 3 ] {} <Trace> HTTP-Session: 60fe45d0-57c4-4d03-8658-f3f29abf3bd3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3271 | 2024.08.22 02:19:16.766624 [ 3 ] {b0875530-2b0d-4ac7-9891-e7c23d1da28c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3272 | 2024.08.22 02:19:16.766674 [ 3 ] {b0875530-2b0d-4ac7-9891-e7c23d1da28c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3273 | 2024.08.22 02:19:16.766928 [ 3 ] {b0875530-2b0d-4ac7-9891-e7c23d1da28c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3274 | 2024.08.22 02:19:16.768122 [ 3 ] {b0875530-2b0d-4ac7-9891-e7c23d1da28c} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3275 | 2024.08.22 02:19:16.768162 [ 3 ] {b0875530-2b0d-4ac7-9891-e7c23d1da28c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
3276 | 2024.08.22 02:19:16.768662 [ 3 ] {b0875530-2b0d-4ac7-9891-e7c23d1da28c} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3277 | 2024.08.22 02:19:16.769031 [ 3 ] {b0875530-2b0d-4ac7-9891-e7c23d1da28c} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3278 | 2024.08.22 02:19:16.769190 [ 3 ] {b0875530-2b0d-4ac7-9891-e7c23d1da28c} <Debug> executeQuery: Read 1254 rows, 105.89 KiB in 0.002887 sec., 434360.9282992726 rows/sec., 35.82 MiB/sec. | ||
3279 | 2024.08.22 02:19:16.769373 [ 3 ] {b0875530-2b0d-4ac7-9891-e7c23d1da28c} <Debug> DynamicQueryHandler: Done processing query | ||
3280 | 2024.08.22 02:19:16.769399 [ 3 ] {b0875530-2b0d-4ac7-9891-e7c23d1da28c} <Debug> MemoryTracker: Peak memory usage (for query): 4.98 MiB. | ||
3281 | 2024.08.22 02:19:16.769416 [ 3 ] {} <Debug> HTTP-Session: 60fe45d0-57c4-4d03-8658-f3f29abf3bd3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3282 | 2024.08.22 02:19:16.769621 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 4630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3283 | 2024.08.22 02:19:16.769674 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3284 | 2024.08.22 02:19:16.769694 [ 3 ] {} <Debug> HTTP-Session: 09aa4b82-77fd-49e5-98b4-ffac3fc3d9d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
3285 | 2024.08.22 02:19:16.769711 [ 3 ] {} <Debug> HTTP-Session: 09aa4b82-77fd-49e5-98b4-ffac3fc3d9d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3286 | 2024.08.22 02:19:16.769725 [ 3 ] {} <Debug> HTTP-Session: 09aa4b82-77fd-49e5-98b4-ffac3fc3d9d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3287 | 2024.08.22 02:19:16.769757 [ 3 ] {} <Trace> HTTP-Session: 09aa4b82-77fd-49e5-98b4-ffac3fc3d9d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3288 | 2024.08.22 02:19:16.769868 [ 3 ] {e0c61d15-44b5-4cc3-b957-ce1e78d76279} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3289 | 2024.08.22 02:19:16.769912 [ 3 ] {e0c61d15-44b5-4cc3-b957-ce1e78d76279} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3290 | 2024.08.22 02:19:16.770145 [ 3 ] {e0c61d15-44b5-4cc3-b957-ce1e78d76279} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3291 | 2024.08.22 02:19:16.770472 [ 3 ] {e0c61d15-44b5-4cc3-b957-ce1e78d76279} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3292 | 2024.08.22 02:19:16.770509 [ 3 ] {e0c61d15-44b5-4cc3-b957-ce1e78d76279} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
3293 | 2024.08.22 02:19:16.770856 [ 3 ] {e0c61d15-44b5-4cc3-b957-ce1e78d76279} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
3294 | 2024.08.22 02:19:16.771238 [ 3 ] {e0c61d15-44b5-4cc3-b957-ce1e78d76279} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3295 | 2024.08.22 02:19:16.771402 [ 3 ] {e0c61d15-44b5-4cc3-b957-ce1e78d76279} <Debug> executeQuery: Read 32 rows, 2.38 KiB in 0.00156 sec., 20512.82051282051 rows/sec., 1.49 MiB/sec. | ||
3296 | 2024.08.22 02:19:16.771604 [ 3 ] {e0c61d15-44b5-4cc3-b957-ce1e78d76279} <Debug> DynamicQueryHandler: Done processing query | ||
3297 | 2024.08.22 02:19:16.771630 [ 3 ] {e0c61d15-44b5-4cc3-b957-ce1e78d76279} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
3298 | 2024.08.22 02:19:16.771647 [ 3 ] {} <Debug> HTTP-Session: 09aa4b82-77fd-49e5-98b4-ffac3fc3d9d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3299 | 2024.08.22 02:19:16.771837 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 30489, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3300 | 2024.08.22 02:19:16.771888 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3301 | 2024.08.22 02:19:16.771907 [ 3 ] {} <Debug> HTTP-Session: 9d277a5e-822c-47ca-a175-a86deca2a6c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
3302 | 2024.08.22 02:19:16.771924 [ 3 ] {} <Debug> HTTP-Session: 9d277a5e-822c-47ca-a175-a86deca2a6c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3303 | 2024.08.22 02:19:16.771938 [ 3 ] {} <Debug> HTTP-Session: 9d277a5e-822c-47ca-a175-a86deca2a6c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3304 | 2024.08.22 02:19:16.771969 [ 3 ] {} <Trace> HTTP-Session: 9d277a5e-822c-47ca-a175-a86deca2a6c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3305 | 2024.08.22 02:19:16.772125 [ 3 ] {c0a53b2c-151e-4548-b50e-631e35c625ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
3306 | 2024.08.22 02:19:16.772170 [ 3 ] {c0a53b2c-151e-4548-b50e-631e35c625ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
3307 | 2024.08.22 02:19:16.772397 [ 3 ] {c0a53b2c-151e-4548-b50e-631e35c625ef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3308 | 2024.08.22 02:19:16.772818 [ 3 ] {c0a53b2c-151e-4548-b50e-631e35c625ef} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3309 | 2024.08.22 02:19:16.772855 [ 3 ] {c0a53b2c-151e-4548-b50e-631e35c625ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
3310 | 2024.08.22 02:19:16.773258 [ 3 ] {c0a53b2c-151e-4548-b50e-631e35c625ef} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
3311 | 2024.08.22 02:19:16.773623 [ 3 ] {c0a53b2c-151e-4548-b50e-631e35c625ef} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3312 | 2024.08.22 02:19:16.773781 [ 55 ] {} <Debug> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
3313 | 2024.08.22 02:19:16.773793 [ 3 ] {c0a53b2c-151e-4548-b50e-631e35c625ef} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001729 sec., 131868.13186813187 rows/sec., 8.93 MiB/sec. | ||
3314 | 2024.08.22 02:19:16.773873 [ 55 ] {} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3315 | 2024.08.22 02:19:16.773943 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
3316 | 2024.08.22 02:19:16.774162 [ 3 ] {c0a53b2c-151e-4548-b50e-631e35c625ef} <Debug> DynamicQueryHandler: Done processing query | ||
3317 | 2024.08.22 02:19:16.774163 [ 190 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::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 | ||
3318 | 2024.08.22 02:19:16.774199 [ 3 ] {c0a53b2c-151e-4548-b50e-631e35c625ef} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
3319 | 2024.08.22 02:19:16.774252 [ 3 ] {} <Debug> HTTP-Session: 9d277a5e-822c-47ca-a175-a86deca2a6c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3320 | 2024.08.22 02:19:16.774397 [ 190 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3321 | 2024.08.22 02:19:16.774438 [ 190 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part | ||
3322 | 2024.08.22 02:19:16.774545 [ 190 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 228 rows starting from the beginning of the part | ||
3323 | 2024.08.22 02:19:16.774668 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 91321, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3324 | 2024.08.22 02:19:16.774879 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3325 | 2024.08.22 02:19:16.774998 [ 190 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 14 rows starting from the beginning of the part | ||
3326 | 2024.08.22 02:19:16.775022 [ 3 ] {} <Debug> HTTP-Session: 9ad6440b-eff1-4d6a-85ec-7fa6422b10a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
3327 | 2024.08.22 02:19:16.775097 [ 3 ] {} <Debug> HTTP-Session: 9ad6440b-eff1-4d6a-85ec-7fa6422b10a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3328 | 2024.08.22 02:19:16.775158 [ 3 ] {} <Debug> HTTP-Session: 9ad6440b-eff1-4d6a-85ec-7fa6422b10a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3329 | 2024.08.22 02:19:16.775261 [ 190 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 14 rows starting from the beginning of the part | ||
3330 | 2024.08.22 02:19:16.775297 [ 3 ] {} <Trace> HTTP-Session: 9ad6440b-eff1-4d6a-85ec-7fa6422b10a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3331 | 2024.08.22 02:19:16.775634 [ 190 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 14 rows starting from the beginning of the part | ||
3332 | 2024.08.22 02:19:16.775779 [ 190 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 228 rows starting from the beginning of the part | ||
3333 | 2024.08.22 02:19:16.775883 [ 3 ] {d2c63b1e-d2e7-4587-95e6-bce7c5afbc3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3334 | 2024.08.22 02:19:16.776093 [ 3 ] {d2c63b1e-d2e7-4587-95e6-bce7c5afbc3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3335 | 2024.08.22 02:19:16.776960 [ 3 ] {d2c63b1e-d2e7-4587-95e6-bce7c5afbc3b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3336 | 2024.08.22 02:19:16.778356 [ 3 ] {d2c63b1e-d2e7-4587-95e6-bce7c5afbc3b} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3337 | 2024.08.22 02:19:16.778446 [ 3 ] {d2c63b1e-d2e7-4587-95e6-bce7c5afbc3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
3338 | 2024.08.22 02:19:16.778660 [ 190 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 499 rows, containing 5 columns (5 merged, 0 gathered) in 0.004586379 sec., 108800.42839896136 rows/sec., 7.39 MiB/sec. | ||
3339 | 2024.08.22 02:19:16.778864 [ 188 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
3340 | 2024.08.22 02:19:16.779103 [ 3 ] {d2c63b1e-d2e7-4587-95e6-bce7c5afbc3b} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3341 | 2024.08.22 02:19:16.779501 [ 188 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_6_1} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3342 | 2024.08.22 02:19:16.779599 [ 188 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_6_1} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
3343 | 2024.08.22 02:19:16.779638 [ 3 ] {d2c63b1e-d2e7-4587-95e6-bce7c5afbc3b} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3344 | 2024.08.22 02:19:16.779721 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
3345 | 2024.08.22 02:19:16.779858 [ 3 ] {d2c63b1e-d2e7-4587-95e6-bce7c5afbc3b} <Debug> executeQuery: Read 552 rows, 41.97 KiB in 0.00428 sec., 128971.96261682243 rows/sec., 9.58 MiB/sec. | ||
3346 | 2024.08.22 02:19:16.780219 [ 3 ] {d2c63b1e-d2e7-4587-95e6-bce7c5afbc3b} <Debug> DynamicQueryHandler: Done processing query | ||
3347 | 2024.08.22 02:19:16.780247 [ 3 ] {d2c63b1e-d2e7-4587-95e6-bce7c5afbc3b} <Debug> MemoryTracker: Peak memory usage (for query): 4.57 MiB. | ||
3348 | 2024.08.22 02:19:16.780264 [ 3 ] {} <Debug> HTTP-Session: 9ad6440b-eff1-4d6a-85ec-7fa6422b10a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3349 | 2024.08.22 02:19:16.780522 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 160582, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3350 | 2024.08.22 02:19:16.780574 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3351 | 2024.08.22 02:19:16.780593 [ 3 ] {} <Debug> HTTP-Session: c4d51c69-a4f4-46c0-b895-c740540702a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
3352 | 2024.08.22 02:19:16.780611 [ 3 ] {} <Debug> HTTP-Session: c4d51c69-a4f4-46c0-b895-c740540702a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3353 | 2024.08.22 02:19:16.780625 [ 3 ] {} <Debug> HTTP-Session: c4d51c69-a4f4-46c0-b895-c740540702a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3354 | 2024.08.22 02:19:16.780658 [ 3 ] {} <Trace> HTTP-Session: c4d51c69-a4f4-46c0-b895-c740540702a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3355 | 2024.08.22 02:19:16.781146 [ 3 ] {dbe08202-a025-42cd-89a1-e985f87a2146} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3356 | 2024.08.22 02:19:16.781197 [ 3 ] {dbe08202-a025-42cd-89a1-e985f87a2146} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3357 | 2024.08.22 02:19:16.781370 [ 3 ] {dbe08202-a025-42cd-89a1-e985f87a2146} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3358 | 2024.08.22 02:19:16.782116 [ 3 ] {dbe08202-a025-42cd-89a1-e985f87a2146} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3359 | 2024.08.22 02:19:16.782154 [ 3 ] {dbe08202-a025-42cd-89a1-e985f87a2146} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
3360 | 2024.08.22 02:19:16.782608 [ 3 ] {dbe08202-a025-42cd-89a1-e985f87a2146} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3361 | 2024.08.22 02:19:16.782973 [ 3 ] {dbe08202-a025-42cd-89a1-e985f87a2146} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3362 | 2024.08.22 02:19:16.783121 [ 3 ] {dbe08202-a025-42cd-89a1-e985f87a2146} <Debug> executeQuery: Read 846 rows, 58.31 KiB in 0.002324 sec., 364027.5387263339 rows/sec., 24.50 MiB/sec. | ||
3363 | 2024.08.22 02:19:16.783338 [ 3 ] {dbe08202-a025-42cd-89a1-e985f87a2146} <Debug> DynamicQueryHandler: Done processing query | ||
3364 | 2024.08.22 02:19:16.783363 [ 3 ] {dbe08202-a025-42cd-89a1-e985f87a2146} <Debug> MemoryTracker: Peak memory usage (for query): 4.66 MiB. | ||
3365 | 2024.08.22 02:19:16.783379 [ 3 ] {} <Debug> HTTP-Session: c4d51c69-a4f4-46c0-b895-c740540702a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3366 | 2024.08.22 02:19:16.783598 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 45004, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3367 | 2024.08.22 02:19:16.783649 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3368 | 2024.08.22 02:19:16.783669 [ 3 ] {} <Debug> HTTP-Session: ca04c141-4e22-4ac4-a3fd-322b654b3605 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
3369 | 2024.08.22 02:19:16.783687 [ 3 ] {} <Debug> HTTP-Session: ca04c141-4e22-4ac4-a3fd-322b654b3605 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3370 | 2024.08.22 02:19:16.783702 [ 3 ] {} <Debug> HTTP-Session: ca04c141-4e22-4ac4-a3fd-322b654b3605 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3371 | 2024.08.22 02:19:16.783734 [ 3 ] {} <Trace> HTTP-Session: ca04c141-4e22-4ac4-a3fd-322b654b3605 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3372 | 2024.08.22 02:19:16.784009 [ 3 ] {ef066a93-143d-47c3-a909-b481366ddddc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3373 | 2024.08.22 02:19:16.784077 [ 3 ] {ef066a93-143d-47c3-a909-b481366ddddc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
3374 | 2024.08.22 02:19:16.784486 [ 3 ] {ef066a93-143d-47c3-a909-b481366ddddc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3375 | 2024.08.22 02:19:16.785066 [ 3 ] {ef066a93-143d-47c3-a909-b481366ddddc} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3376 | 2024.08.22 02:19:16.785101 [ 3 ] {ef066a93-143d-47c3-a909-b481366ddddc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
3377 | 2024.08.22 02:19:16.785697 [ 3 ] {ef066a93-143d-47c3-a909-b481366ddddc} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
3378 | 2024.08.22 02:19:16.786093 [ 3 ] {ef066a93-143d-47c3-a909-b481366ddddc} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3379 | 2024.08.22 02:19:16.786272 [ 55 ] {} <Debug> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
3380 | 2024.08.22 02:19:16.786289 [ 3 ] {ef066a93-143d-47c3-a909-b481366ddddc} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.002456 sec., 11400.651465798046 rows/sec., 20.43 MiB/sec. | ||
3381 | 2024.08.22 02:19:16.786346 [ 55 ] {} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3382 | 2024.08.22 02:19:16.786424 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
3383 | 2024.08.22 02:19:16.786768 [ 194 ] {54363e51-69d9-4b16-adfe-43c651565682::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 | ||
3384 | 2024.08.22 02:19:16.786847 [ 3 ] {ef066a93-143d-47c3-a909-b481366ddddc} <Debug> DynamicQueryHandler: Done processing query | ||
3385 | 2024.08.22 02:19:16.786898 [ 3 ] {ef066a93-143d-47c3-a909-b481366ddddc} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
3386 | 2024.08.22 02:19:16.786941 [ 3 ] {} <Debug> HTTP-Session: ca04c141-4e22-4ac4-a3fd-322b654b3605 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3387 | 2024.08.22 02:19:16.787173 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3388 | 2024.08.22 02:19:16.787300 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3389 | 2024.08.22 02:19:16.787369 [ 3 ] {} <Debug> HTTP-Session: a2957b1f-52f0-4ff4-9f0e-ba796baa22fc Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
3390 | 2024.08.22 02:19:16.787418 [ 3 ] {} <Debug> HTTP-Session: a2957b1f-52f0-4ff4-9f0e-ba796baa22fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3391 | 2024.08.22 02:19:16.787465 [ 194 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3392 | 2024.08.22 02:19:16.787468 [ 3 ] {} <Debug> HTTP-Session: a2957b1f-52f0-4ff4-9f0e-ba796baa22fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3393 | 2024.08.22 02:19:16.787580 [ 3 ] {} <Trace> HTTP-Session: a2957b1f-52f0-4ff4-9f0e-ba796baa22fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3394 | 2024.08.22 02:19:16.787632 [ 194 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 28 rows starting from the beginning of the part | ||
3395 | 2024.08.22 02:19:16.787835 [ 3 ] {b87c469e-db37-4db1-b563-4867f295e46a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3396 | 2024.08.22 02:19:16.788107 [ 3 ] {b87c469e-db37-4db1-b563-4867f295e46a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3397 | 2024.08.22 02:19:16.788321 [ 194 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 28 rows starting from the beginning of the part | ||
3398 | 2024.08.22 02:19:16.788989 [ 3 ] {b87c469e-db37-4db1-b563-4867f295e46a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3399 | 2024.08.22 02:19:16.789197 [ 194 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 28 rows starting from the beginning of the part | ||
3400 | 2024.08.22 02:19:16.789828 [ 194 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 28 rows starting from the beginning of the part | ||
3401 | 2024.08.22 02:19:16.790035 [ 3 ] {b87c469e-db37-4db1-b563-4867f295e46a} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3402 | 2024.08.22 02:19:16.790133 [ 3 ] {b87c469e-db37-4db1-b563-4867f295e46a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
3403 | 2024.08.22 02:19:16.790499 [ 194 ] {54363e51-69d9-4b16-adfe-43c651565682::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 | ||
3404 | 2024.08.22 02:19:16.791160 [ 194 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 28 rows starting from the beginning of the part | ||
3405 | 2024.08.22 02:19:16.791624 [ 3 ] {b87c469e-db37-4db1-b563-4867f295e46a} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3406 | 2024.08.22 02:19:16.792809 [ 3 ] {b87c469e-db37-4db1-b563-4867f295e46a} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3407 | 2024.08.22 02:19:16.793244 [ 3 ] {b87c469e-db37-4db1-b563-4867f295e46a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005508 sec., 10893.246187363835 rows/sec., 751.75 KiB/sec. | ||
3408 | 2024.08.22 02:19:16.793761 [ 3 ] {b87c469e-db37-4db1-b563-4867f295e46a} <Debug> DynamicQueryHandler: Done processing query | ||
3409 | 2024.08.22 02:19:16.793828 [ 3 ] {b87c469e-db37-4db1-b563-4867f295e46a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3410 | 2024.08.22 02:19:16.793904 [ 3 ] {} <Debug> HTTP-Session: a2957b1f-52f0-4ff4-9f0e-ba796baa22fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3411 | 2024.08.22 02:19:16.798126 [ 188 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 168 rows, containing 19 columns (19 merged, 0 gathered) in 0.011543448 sec., 14553.710468483941 rows/sec., 26.08 MiB/sec. | ||
3412 | 2024.08.22 02:19:16.798453 [ 190 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
3413 | 2024.08.22 02:19:16.799019 [ 190 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_6_1} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3414 | 2024.08.22 02:19:16.799102 [ 190 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_6_1} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
3415 | 2024.08.22 02:19:16.799215 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.22 MiB. | ||
3416 | 2024.08.22 02:19:21.730287 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 363, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3417 | 2024.08.22 02:19:21.730519 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3418 | 2024.08.22 02:19:21.730555 [ 3 ] {} <Debug> HTTP-Session: 9c7d5cfe-a166-48c6-88f9-2631d45bafab Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
3419 | 2024.08.22 02:19:21.730582 [ 3 ] {} <Debug> HTTP-Session: 9c7d5cfe-a166-48c6-88f9-2631d45bafab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3420 | 2024.08.22 02:19:21.730602 [ 3 ] {} <Debug> HTTP-Session: 9c7d5cfe-a166-48c6-88f9-2631d45bafab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3421 | 2024.08.22 02:19:21.730658 [ 3 ] {} <Trace> HTTP-Session: 9c7d5cfe-a166-48c6-88f9-2631d45bafab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3422 | 2024.08.22 02:19:21.730860 [ 3 ] {3ce3ddb4-556e-4199-a19e-51e792df8a1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
3423 | 2024.08.22 02:19:21.730952 [ 3 ] {3ce3ddb4-556e-4199-a19e-51e792df8a1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3424 | 2024.08.22 02:19:21.731477 [ 3 ] {3ce3ddb4-556e-4199-a19e-51e792df8a1b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3425 | 2024.08.22 02:19:21.731967 [ 3 ] {3ce3ddb4-556e-4199-a19e-51e792df8a1b} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3426 | 2024.08.22 02:19:21.732023 [ 3 ] {3ce3ddb4-556e-4199-a19e-51e792df8a1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
3427 | 2024.08.22 02:19:21.732563 [ 3 ] {3ce3ddb4-556e-4199-a19e-51e792df8a1b} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
3428 | 2024.08.22 02:19:21.732986 [ 3 ] {3ce3ddb4-556e-4199-a19e-51e792df8a1b} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3429 | 2024.08.22 02:19:21.733167 [ 3 ] {3ce3ddb4-556e-4199-a19e-51e792df8a1b} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00236 sec., 847.457627118644 rows/sec., 69.10 KiB/sec. | ||
3430 | 2024.08.22 02:19:21.733397 [ 3 ] {3ce3ddb4-556e-4199-a19e-51e792df8a1b} <Debug> DynamicQueryHandler: Done processing query | ||
3431 | 2024.08.22 02:19:21.733425 [ 3 ] {3ce3ddb4-556e-4199-a19e-51e792df8a1b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3432 | 2024.08.22 02:19:21.733442 [ 3 ] {} <Debug> HTTP-Session: 9c7d5cfe-a166-48c6-88f9-2631d45bafab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3433 | 2024.08.22 02:19:21.733660 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 29106, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3434 | 2024.08.22 02:19:21.733722 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3435 | 2024.08.22 02:19:21.733743 [ 3 ] {} <Debug> HTTP-Session: 0804127e-5741-4d7c-bd1f-fc49a2c6ce64 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
3436 | 2024.08.22 02:19:21.733760 [ 3 ] {} <Debug> HTTP-Session: 0804127e-5741-4d7c-bd1f-fc49a2c6ce64 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3437 | 2024.08.22 02:19:21.733774 [ 3 ] {} <Debug> HTTP-Session: 0804127e-5741-4d7c-bd1f-fc49a2c6ce64 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3438 | 2024.08.22 02:19:21.733808 [ 3 ] {} <Trace> HTTP-Session: 0804127e-5741-4d7c-bd1f-fc49a2c6ce64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3439 | 2024.08.22 02:19:21.733976 [ 3 ] {59b5df56-5019-45e9-a722-403dc5d9272f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3440 | 2024.08.22 02:19:21.734030 [ 3 ] {59b5df56-5019-45e9-a722-403dc5d9272f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3441 | 2024.08.22 02:19:21.734277 [ 3 ] {59b5df56-5019-45e9-a722-403dc5d9272f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3442 | 2024.08.22 02:19:21.734700 [ 3 ] {59b5df56-5019-45e9-a722-403dc5d9272f} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3443 | 2024.08.22 02:19:21.734742 [ 3 ] {59b5df56-5019-45e9-a722-403dc5d9272f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
3444 | 2024.08.22 02:19:21.735146 [ 3 ] {59b5df56-5019-45e9-a722-403dc5d9272f} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3445 | 2024.08.22 02:19:21.735531 [ 3 ] {59b5df56-5019-45e9-a722-403dc5d9272f} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3446 | 2024.08.22 02:19:21.735698 [ 3 ] {59b5df56-5019-45e9-a722-403dc5d9272f} <Debug> executeQuery: Read 194 rows, 17.32 KiB in 0.001792 sec., 108258.92857142858 rows/sec., 9.44 MiB/sec. | ||
3447 | 2024.08.22 02:19:21.735873 [ 3 ] {59b5df56-5019-45e9-a722-403dc5d9272f} <Debug> DynamicQueryHandler: Done processing query | ||
3448 | 2024.08.22 02:19:21.735899 [ 3 ] {59b5df56-5019-45e9-a722-403dc5d9272f} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
3449 | 2024.08.22 02:19:21.735916 [ 3 ] {} <Debug> HTTP-Session: 0804127e-5741-4d7c-bd1f-fc49a2c6ce64 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3450 | 2024.08.22 02:19:21.736063 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 613, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3451 | 2024.08.22 02:19:21.736115 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3452 | 2024.08.22 02:19:21.736136 [ 3 ] {} <Debug> HTTP-Session: 712ccf37-1fdc-4a7b-ac71-cc2cb8f48757 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
3453 | 2024.08.22 02:19:21.736153 [ 3 ] {} <Debug> HTTP-Session: 712ccf37-1fdc-4a7b-ac71-cc2cb8f48757 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3454 | 2024.08.22 02:19:21.736167 [ 3 ] {} <Debug> HTTP-Session: 712ccf37-1fdc-4a7b-ac71-cc2cb8f48757 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3455 | 2024.08.22 02:19:21.736200 [ 3 ] {} <Trace> HTTP-Session: 712ccf37-1fdc-4a7b-ac71-cc2cb8f48757 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3456 | 2024.08.22 02:19:21.736305 [ 3 ] {e465242e-2ccd-4ab2-ab37-616b1a988e27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3457 | 2024.08.22 02:19:21.736355 [ 3 ] {e465242e-2ccd-4ab2-ab37-616b1a988e27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3458 | 2024.08.22 02:19:21.736584 [ 3 ] {e465242e-2ccd-4ab2-ab37-616b1a988e27} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3459 | 2024.08.22 02:19:21.736885 [ 3 ] {e465242e-2ccd-4ab2-ab37-616b1a988e27} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3460 | 2024.08.22 02:19:21.736925 [ 3 ] {e465242e-2ccd-4ab2-ab37-616b1a988e27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
3461 | 2024.08.22 02:19:21.737297 [ 3 ] {e465242e-2ccd-4ab2-ab37-616b1a988e27} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
3462 | 2024.08.22 02:19:21.737789 [ 3 ] {e465242e-2ccd-4ab2-ab37-616b1a988e27} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3463 | 2024.08.22 02:19:21.737959 [ 3 ] {e465242e-2ccd-4ab2-ab37-616b1a988e27} <Debug> executeQuery: Read 4 rows, 297.00 B in 0.001672 sec., 2392.3444976076553 rows/sec., 173.47 KiB/sec. | ||
3464 | 2024.08.22 02:19:21.738129 [ 3 ] {e465242e-2ccd-4ab2-ab37-616b1a988e27} <Debug> DynamicQueryHandler: Done processing query | ||
3465 | 2024.08.22 02:19:21.738156 [ 3 ] {e465242e-2ccd-4ab2-ab37-616b1a988e27} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3466 | 2024.08.22 02:19:21.738172 [ 3 ] {} <Debug> HTTP-Session: 712ccf37-1fdc-4a7b-ac71-cc2cb8f48757 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3467 | 2024.08.22 02:19:21.738313 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3468 | 2024.08.22 02:19:21.738362 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3469 | 2024.08.22 02:19:21.738383 [ 3 ] {} <Debug> HTTP-Session: be961c96-aecb-407f-87cc-5fbecf4a954c Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
3470 | 2024.08.22 02:19:21.738400 [ 3 ] {} <Debug> HTTP-Session: be961c96-aecb-407f-87cc-5fbecf4a954c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3471 | 2024.08.22 02:19:21.738414 [ 3 ] {} <Debug> HTTP-Session: be961c96-aecb-407f-87cc-5fbecf4a954c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3472 | 2024.08.22 02:19:21.738446 [ 3 ] {} <Trace> HTTP-Session: be961c96-aecb-407f-87cc-5fbecf4a954c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3473 | 2024.08.22 02:19:21.738556 [ 3 ] {11d84eee-a855-49da-a1b6-a4023d91c87b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
3474 | 2024.08.22 02:19:21.738603 [ 3 ] {11d84eee-a855-49da-a1b6-a4023d91c87b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
3475 | 2024.08.22 02:19:21.738835 [ 3 ] {11d84eee-a855-49da-a1b6-a4023d91c87b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3476 | 2024.08.22 02:19:21.739151 [ 3 ] {11d84eee-a855-49da-a1b6-a4023d91c87b} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3477 | 2024.08.22 02:19:21.739194 [ 3 ] {11d84eee-a855-49da-a1b6-a4023d91c87b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
3478 | 2024.08.22 02:19:21.739594 [ 3 ] {11d84eee-a855-49da-a1b6-a4023d91c87b} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
3479 | 2024.08.22 02:19:21.739972 [ 3 ] {11d84eee-a855-49da-a1b6-a4023d91c87b} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3480 | 2024.08.22 02:19:21.740130 [ 3 ] {11d84eee-a855-49da-a1b6-a4023d91c87b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001596 sec., 8771.929824561405 rows/sec., 614.33 KiB/sec. | ||
3481 | 2024.08.22 02:19:21.740299 [ 3 ] {11d84eee-a855-49da-a1b6-a4023d91c87b} <Debug> DynamicQueryHandler: Done processing query | ||
3482 | 2024.08.22 02:19:21.740331 [ 3 ] {11d84eee-a855-49da-a1b6-a4023d91c87b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3483 | 2024.08.22 02:19:21.740352 [ 3 ] {} <Debug> HTTP-Session: be961c96-aecb-407f-87cc-5fbecf4a954c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3484 | 2024.08.22 02:19:21.740495 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3485 | 2024.08.22 02:19:21.740552 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3486 | 2024.08.22 02:19:21.740578 [ 3 ] {} <Debug> HTTP-Session: dce24c64-5aac-4685-aefd-78eae0cc5b4a Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
3487 | 2024.08.22 02:19:21.740600 [ 3 ] {} <Debug> HTTP-Session: dce24c64-5aac-4685-aefd-78eae0cc5b4a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3488 | 2024.08.22 02:19:21.740620 [ 3 ] {} <Debug> HTTP-Session: dce24c64-5aac-4685-aefd-78eae0cc5b4a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3489 | 2024.08.22 02:19:21.740658 [ 3 ] {} <Trace> HTTP-Session: dce24c64-5aac-4685-aefd-78eae0cc5b4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3490 | 2024.08.22 02:19:21.740761 [ 3 ] {32cec286-b8a3-4498-9ada-d5d83055b183} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
3491 | 2024.08.22 02:19:21.740810 [ 3 ] {32cec286-b8a3-4498-9ada-d5d83055b183} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
3492 | 2024.08.22 02:19:21.741043 [ 3 ] {32cec286-b8a3-4498-9ada-d5d83055b183} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3493 | 2024.08.22 02:19:21.741333 [ 3 ] {32cec286-b8a3-4498-9ada-d5d83055b183} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3494 | 2024.08.22 02:19:21.741372 [ 3 ] {32cec286-b8a3-4498-9ada-d5d83055b183} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
3495 | 2024.08.22 02:19:21.741742 [ 3 ] {32cec286-b8a3-4498-9ada-d5d83055b183} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
3496 | 2024.08.22 02:19:21.742125 [ 3 ] {32cec286-b8a3-4498-9ada-d5d83055b183} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3497 | 2024.08.22 02:19:21.742281 [ 3 ] {32cec286-b8a3-4498-9ada-d5d83055b183} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001536 sec., 3906.25 rows/sec., 230.79 KiB/sec. | ||
3498 | 2024.08.22 02:19:21.742490 [ 3 ] {32cec286-b8a3-4498-9ada-d5d83055b183} <Debug> DynamicQueryHandler: Done processing query | ||
3499 | 2024.08.22 02:19:21.742516 [ 3 ] {32cec286-b8a3-4498-9ada-d5d83055b183} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3500 | 2024.08.22 02:19:21.742532 [ 3 ] {} <Debug> HTTP-Session: dce24c64-5aac-4685-aefd-78eae0cc5b4a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3501 | 2024.08.22 02:19:21.742742 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 63460, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3502 | 2024.08.22 02:19:21.742794 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3503 | 2024.08.22 02:19:21.742815 [ 3 ] {} <Debug> HTTP-Session: 6dce3a7b-a4ad-43aa-a65b-099b60446836 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
3504 | 2024.08.22 02:19:21.742831 [ 3 ] {} <Debug> HTTP-Session: 6dce3a7b-a4ad-43aa-a65b-099b60446836 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3505 | 2024.08.22 02:19:21.742845 [ 3 ] {} <Debug> HTTP-Session: 6dce3a7b-a4ad-43aa-a65b-099b60446836 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3506 | 2024.08.22 02:19:21.742960 [ 3 ] {} <Trace> HTTP-Session: 6dce3a7b-a4ad-43aa-a65b-099b60446836 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3507 | 2024.08.22 02:19:21.743167 [ 3 ] {25b73ecc-99d8-4267-824e-e1326657452c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3508 | 2024.08.22 02:19:21.743212 [ 3 ] {25b73ecc-99d8-4267-824e-e1326657452c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3509 | 2024.08.22 02:19:21.743441 [ 3 ] {25b73ecc-99d8-4267-824e-e1326657452c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3510 | 2024.08.22 02:19:21.743943 [ 3 ] {25b73ecc-99d8-4267-824e-e1326657452c} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3511 | 2024.08.22 02:19:21.743981 [ 3 ] {25b73ecc-99d8-4267-824e-e1326657452c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
3512 | 2024.08.22 02:19:21.744379 [ 3 ] {25b73ecc-99d8-4267-824e-e1326657452c} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3513 | 2024.08.22 02:19:21.744736 [ 3 ] {25b73ecc-99d8-4267-824e-e1326657452c} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3514 | 2024.08.22 02:19:21.744889 [ 3 ] {25b73ecc-99d8-4267-824e-e1326657452c} <Debug> executeQuery: Read 392 rows, 28.49 KiB in 0.001831 sec., 214090.66084107046 rows/sec., 15.19 MiB/sec. | ||
3515 | 2024.08.22 02:19:21.745052 [ 3 ] {25b73ecc-99d8-4267-824e-e1326657452c} <Debug> DynamicQueryHandler: Done processing query | ||
3516 | 2024.08.22 02:19:21.745155 [ 3 ] {25b73ecc-99d8-4267-824e-e1326657452c} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
3517 | 2024.08.22 02:19:21.745172 [ 3 ] {} <Debug> HTTP-Session: 6dce3a7b-a4ad-43aa-a65b-099b60446836 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3518 | 2024.08.22 02:19:21.745313 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3519 | 2024.08.22 02:19:21.745361 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3520 | 2024.08.22 02:19:21.745380 [ 3 ] {} <Debug> HTTP-Session: 74f692fe-06aa-46c9-a531-f7adcdac87a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
3521 | 2024.08.22 02:19:21.745396 [ 3 ] {} <Debug> HTTP-Session: 74f692fe-06aa-46c9-a531-f7adcdac87a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3522 | 2024.08.22 02:19:21.745410 [ 3 ] {} <Debug> HTTP-Session: 74f692fe-06aa-46c9-a531-f7adcdac87a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3523 | 2024.08.22 02:19:21.745440 [ 3 ] {} <Trace> HTTP-Session: 74f692fe-06aa-46c9-a531-f7adcdac87a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3524 | 2024.08.22 02:19:21.745536 [ 3 ] {79d80090-3558-4d69-aba9-dcbb286147f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
3525 | 2024.08.22 02:19:21.745581 [ 3 ] {79d80090-3558-4d69-aba9-dcbb286147f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
3526 | 2024.08.22 02:19:21.745711 [ 3 ] {79d80090-3558-4d69-aba9-dcbb286147f4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3527 | 2024.08.22 02:19:21.745954 [ 3 ] {79d80090-3558-4d69-aba9-dcbb286147f4} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3528 | 2024.08.22 02:19:21.745990 [ 3 ] {79d80090-3558-4d69-aba9-dcbb286147f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
3529 | 2024.08.22 02:19:21.746348 [ 3 ] {79d80090-3558-4d69-aba9-dcbb286147f4} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
3530 | 2024.08.22 02:19:21.746672 [ 3 ] {79d80090-3558-4d69-aba9-dcbb286147f4} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3531 | 2024.08.22 02:19:21.746824 [ 3 ] {79d80090-3558-4d69-aba9-dcbb286147f4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00131 sec., 4580.152671755725 rows/sec., 239.30 KiB/sec. | ||
3532 | 2024.08.22 02:19:21.746978 [ 3 ] {79d80090-3558-4d69-aba9-dcbb286147f4} <Debug> DynamicQueryHandler: Done processing query | ||
3533 | 2024.08.22 02:19:21.747003 [ 3 ] {79d80090-3558-4d69-aba9-dcbb286147f4} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
3534 | 2024.08.22 02:19:21.747018 [ 3 ] {} <Debug> HTTP-Session: 74f692fe-06aa-46c9-a531-f7adcdac87a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3535 | 2024.08.22 02:19:21.747199 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 44790, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3536 | 2024.08.22 02:19:21.747250 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3537 | 2024.08.22 02:19:21.747269 [ 3 ] {} <Debug> HTTP-Session: 059cba12-9e0e-4aaf-8a51-2e4f071117fe Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
3538 | 2024.08.22 02:19:21.747285 [ 3 ] {} <Debug> HTTP-Session: 059cba12-9e0e-4aaf-8a51-2e4f071117fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3539 | 2024.08.22 02:19:21.747299 [ 3 ] {} <Debug> HTTP-Session: 059cba12-9e0e-4aaf-8a51-2e4f071117fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3540 | 2024.08.22 02:19:21.747328 [ 3 ] {} <Trace> HTTP-Session: 059cba12-9e0e-4aaf-8a51-2e4f071117fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3541 | 2024.08.22 02:19:21.747503 [ 3 ] {39bc0098-b6f1-4981-ae7f-ef10d218e31c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3542 | 2024.08.22 02:19:21.747550 [ 3 ] {39bc0098-b6f1-4981-ae7f-ef10d218e31c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3543 | 2024.08.22 02:19:21.747692 [ 3 ] {39bc0098-b6f1-4981-ae7f-ef10d218e31c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3544 | 2024.08.22 02:19:21.748085 [ 3 ] {39bc0098-b6f1-4981-ae7f-ef10d218e31c} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3545 | 2024.08.22 02:19:21.748121 [ 3 ] {39bc0098-b6f1-4981-ae7f-ef10d218e31c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
3546 | 2024.08.22 02:19:21.748512 [ 3 ] {39bc0098-b6f1-4981-ae7f-ef10d218e31c} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3547 | 2024.08.22 02:19:21.748876 [ 3 ] {39bc0098-b6f1-4981-ae7f-ef10d218e31c} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3548 | 2024.08.22 02:19:21.749037 [ 3 ] {39bc0098-b6f1-4981-ae7f-ef10d218e31c} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001619 sec., 147004.32365657814 rows/sec., 9.85 MiB/sec. | ||
3549 | 2024.08.22 02:19:21.749194 [ 3 ] {39bc0098-b6f1-4981-ae7f-ef10d218e31c} <Debug> DynamicQueryHandler: Done processing query | ||
3550 | 2024.08.22 02:19:21.749218 [ 3 ] {39bc0098-b6f1-4981-ae7f-ef10d218e31c} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
3551 | 2024.08.22 02:19:21.749234 [ 3 ] {} <Debug> HTTP-Session: 059cba12-9e0e-4aaf-8a51-2e4f071117fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3552 | 2024.08.22 02:19:21.749356 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3553 | 2024.08.22 02:19:21.749403 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3554 | 2024.08.22 02:19:21.749423 [ 3 ] {} <Debug> HTTP-Session: 949ec73f-e223-42c4-bba4-a87f6e13a081 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
3555 | 2024.08.22 02:19:21.749439 [ 3 ] {} <Debug> HTTP-Session: 949ec73f-e223-42c4-bba4-a87f6e13a081 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3556 | 2024.08.22 02:19:21.749453 [ 3 ] {} <Debug> HTTP-Session: 949ec73f-e223-42c4-bba4-a87f6e13a081 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3557 | 2024.08.22 02:19:21.749482 [ 3 ] {} <Trace> HTTP-Session: 949ec73f-e223-42c4-bba4-a87f6e13a081 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3558 | 2024.08.22 02:19:21.749573 [ 3 ] {f81c7f0e-ab6b-4db3-bff7-88ed9af6cfc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
3559 | 2024.08.22 02:19:21.749619 [ 3 ] {f81c7f0e-ab6b-4db3-bff7-88ed9af6cfc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
3560 | 2024.08.22 02:19:21.749747 [ 3 ] {f81c7f0e-ab6b-4db3-bff7-88ed9af6cfc1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3561 | 2024.08.22 02:19:21.749988 [ 3 ] {f81c7f0e-ab6b-4db3-bff7-88ed9af6cfc1} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3562 | 2024.08.22 02:19:21.750025 [ 3 ] {f81c7f0e-ab6b-4db3-bff7-88ed9af6cfc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
3563 | 2024.08.22 02:19:21.750368 [ 3 ] {f81c7f0e-ab6b-4db3-bff7-88ed9af6cfc1} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
3564 | 2024.08.22 02:19:21.750690 [ 3 ] {f81c7f0e-ab6b-4db3-bff7-88ed9af6cfc1} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3565 | 2024.08.22 02:19:21.750846 [ 3 ] {f81c7f0e-ab6b-4db3-bff7-88ed9af6cfc1} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001294 sec., 772.7975270479135 rows/sec., 52.07 KiB/sec. | ||
3566 | 2024.08.22 02:19:21.751000 [ 3 ] {f81c7f0e-ab6b-4db3-bff7-88ed9af6cfc1} <Debug> DynamicQueryHandler: Done processing query | ||
3567 | 2024.08.22 02:19:21.751024 [ 3 ] {f81c7f0e-ab6b-4db3-bff7-88ed9af6cfc1} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
3568 | 2024.08.22 02:19:21.751040 [ 3 ] {} <Debug> HTTP-Session: 949ec73f-e223-42c4-bba4-a87f6e13a081 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3569 | 2024.08.22 02:19:21.751164 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 3204, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3570 | 2024.08.22 02:19:21.751211 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3571 | 2024.08.22 02:19:21.751233 [ 3 ] {} <Debug> HTTP-Session: 47c9c35d-b701-45c7-99be-10954a6c8562 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
3572 | 2024.08.22 02:19:21.751249 [ 3 ] {} <Debug> HTTP-Session: 47c9c35d-b701-45c7-99be-10954a6c8562 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3573 | 2024.08.22 02:19:21.751263 [ 3 ] {} <Debug> HTTP-Session: 47c9c35d-b701-45c7-99be-10954a6c8562 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3574 | 2024.08.22 02:19:21.751293 [ 3 ] {} <Trace> HTTP-Session: 47c9c35d-b701-45c7-99be-10954a6c8562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3575 | 2024.08.22 02:19:21.751399 [ 3 ] {a0e30409-1c07-48e5-a99d-f2e57bc39b96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3576 | 2024.08.22 02:19:21.751463 [ 3 ] {a0e30409-1c07-48e5-a99d-f2e57bc39b96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
3577 | 2024.08.22 02:19:21.751862 [ 3 ] {a0e30409-1c07-48e5-a99d-f2e57bc39b96} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3578 | 2024.08.22 02:19:21.752267 [ 3 ] {a0e30409-1c07-48e5-a99d-f2e57bc39b96} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3579 | 2024.08.22 02:19:21.752304 [ 3 ] {a0e30409-1c07-48e5-a99d-f2e57bc39b96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
3580 | 2024.08.22 02:19:21.753038 [ 3 ] {a0e30409-1c07-48e5-a99d-f2e57bc39b96} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
3581 | 2024.08.22 02:19:21.753597 [ 3 ] {a0e30409-1c07-48e5-a99d-f2e57bc39b96} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3582 | 2024.08.22 02:19:21.753825 [ 3 ] {a0e30409-1c07-48e5-a99d-f2e57bc39b96} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.002462 sec., 812.3476848090983 rows/sec., 1.46 MiB/sec. | ||
3583 | 2024.08.22 02:19:21.754309 [ 3 ] {a0e30409-1c07-48e5-a99d-f2e57bc39b96} <Debug> DynamicQueryHandler: Done processing query | ||
3584 | 2024.08.22 02:19:21.754339 [ 3 ] {a0e30409-1c07-48e5-a99d-f2e57bc39b96} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
3585 | 2024.08.22 02:19:21.754355 [ 3 ] {} <Debug> HTTP-Session: 47c9c35d-b701-45c7-99be-10954a6c8562 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3586 | 2024.08.22 02:19:21.754473 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 972, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3587 | 2024.08.22 02:19:21.754524 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3588 | 2024.08.22 02:19:21.754544 [ 3 ] {} <Debug> HTTP-Session: f6e9cf7a-069f-45af-9875-115188d36d93 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
3589 | 2024.08.22 02:19:21.754561 [ 3 ] {} <Debug> HTTP-Session: f6e9cf7a-069f-45af-9875-115188d36d93 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3590 | 2024.08.22 02:19:21.754576 [ 3 ] {} <Debug> HTTP-Session: f6e9cf7a-069f-45af-9875-115188d36d93 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3591 | 2024.08.22 02:19:21.754608 [ 3 ] {} <Trace> HTTP-Session: f6e9cf7a-069f-45af-9875-115188d36d93 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3592 | 2024.08.22 02:19:21.754715 [ 3 ] {5f102835-208c-48a4-880e-c53e5e7b0e61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
3593 | 2024.08.22 02:19:21.754773 [ 3 ] {5f102835-208c-48a4-880e-c53e5e7b0e61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
3594 | 2024.08.22 02:19:21.754922 [ 3 ] {5f102835-208c-48a4-880e-c53e5e7b0e61} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3595 | 2024.08.22 02:19:21.755180 [ 3 ] {5f102835-208c-48a4-880e-c53e5e7b0e61} <Trace> oximeter.measurements_i64 (e717f8f5-cb28-4a40-9a81-0c11087f0caa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3596 | 2024.08.22 02:19:21.755219 [ 3 ] {5f102835-208c-48a4-880e-c53e5e7b0e61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
3597 | 2024.08.22 02:19:21.755589 [ 3 ] {5f102835-208c-48a4-880e-c53e5e7b0e61} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
3598 | 2024.08.22 02:19:21.755953 [ 3 ] {5f102835-208c-48a4-880e-c53e5e7b0e61} <Trace> oximeter.measurements_i64 (e717f8f5-cb28-4a40-9a81-0c11087f0caa): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3599 | 2024.08.22 02:19:21.756106 [ 3 ] {5f102835-208c-48a4-880e-c53e5e7b0e61} <Debug> executeQuery: Read 6 rows, 434.00 B in 0.001409 sec., 4258.3392476934 rows/sec., 300.80 KiB/sec. | ||
3600 | 2024.08.22 02:19:21.756300 [ 3 ] {5f102835-208c-48a4-880e-c53e5e7b0e61} <Debug> DynamicQueryHandler: Done processing query | ||
3601 | 2024.08.22 02:19:21.756325 [ 3 ] {5f102835-208c-48a4-880e-c53e5e7b0e61} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
3602 | 2024.08.22 02:19:21.756341 [ 3 ] {} <Debug> HTTP-Session: f6e9cf7a-069f-45af-9875-115188d36d93 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3603 | 2024.08.22 02:19:21.756485 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 12133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3604 | 2024.08.22 02:19:21.756533 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3605 | 2024.08.22 02:19:21.756553 [ 3 ] {} <Debug> HTTP-Session: 461a21c9-d655-411b-bdf4-80ec31c2adcb Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
3606 | 2024.08.22 02:19:21.756569 [ 3 ] {} <Debug> HTTP-Session: 461a21c9-d655-411b-bdf4-80ec31c2adcb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3607 | 2024.08.22 02:19:21.756582 [ 3 ] {} <Debug> HTTP-Session: 461a21c9-d655-411b-bdf4-80ec31c2adcb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3608 | 2024.08.22 02:19:21.756612 [ 3 ] {} <Trace> HTTP-Session: 461a21c9-d655-411b-bdf4-80ec31c2adcb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3609 | 2024.08.22 02:19:21.756729 [ 3 ] {51e3b02e-71e6-49e1-9948-a5ed434cee93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3610 | 2024.08.22 02:19:21.756775 [ 3 ] {51e3b02e-71e6-49e1-9948-a5ed434cee93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3611 | 2024.08.22 02:19:21.756902 [ 3 ] {51e3b02e-71e6-49e1-9948-a5ed434cee93} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3612 | 2024.08.22 02:19:21.757177 [ 3 ] {51e3b02e-71e6-49e1-9948-a5ed434cee93} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3613 | 2024.08.22 02:19:21.757214 [ 3 ] {51e3b02e-71e6-49e1-9948-a5ed434cee93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
3614 | 2024.08.22 02:19:21.757576 [ 3 ] {51e3b02e-71e6-49e1-9948-a5ed434cee93} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3615 | 2024.08.22 02:19:21.757954 [ 3 ] {51e3b02e-71e6-49e1-9948-a5ed434cee93} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3616 | 2024.08.22 02:19:21.758140 [ 3 ] {51e3b02e-71e6-49e1-9948-a5ed434cee93} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001442 sec., 56865.464632454925 rows/sec., 3.61 MiB/sec. | ||
3617 | 2024.08.22 02:19:21.758499 [ 3 ] {51e3b02e-71e6-49e1-9948-a5ed434cee93} <Debug> DynamicQueryHandler: Done processing query | ||
3618 | 2024.08.22 02:19:21.758524 [ 3 ] {51e3b02e-71e6-49e1-9948-a5ed434cee93} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3619 | 2024.08.22 02:19:21.758540 [ 3 ] {} <Debug> HTTP-Session: 461a21c9-d655-411b-bdf4-80ec31c2adcb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3620 | 2024.08.22 02:19:26.727314 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3621 | 2024.08.22 02:19:26.727436 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3622 | 2024.08.22 02:19:26.727467 [ 3 ] {} <Debug> HTTP-Session: 2803e961-aa40-4b72-8713-142f32471f10 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
3623 | 2024.08.22 02:19:26.727495 [ 3 ] {} <Debug> HTTP-Session: 2803e961-aa40-4b72-8713-142f32471f10 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3624 | 2024.08.22 02:19:26.727510 [ 3 ] {} <Debug> HTTP-Session: 2803e961-aa40-4b72-8713-142f32471f10 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3625 | 2024.08.22 02:19:26.727559 [ 3 ] {} <Trace> HTTP-Session: 2803e961-aa40-4b72-8713-142f32471f10 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3626 | 2024.08.22 02:19:26.727736 [ 3 ] {8e6a6ced-6c07-4279-907e-a158259860bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
3627 | 2024.08.22 02:19:26.727804 [ 3 ] {8e6a6ced-6c07-4279-907e-a158259860bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3628 | 2024.08.22 02:19:26.728140 [ 3 ] {8e6a6ced-6c07-4279-907e-a158259860bc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3629 | 2024.08.22 02:19:26.728511 [ 3 ] {8e6a6ced-6c07-4279-907e-a158259860bc} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3630 | 2024.08.22 02:19:26.728554 [ 3 ] {8e6a6ced-6c07-4279-907e-a158259860bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
3631 | 2024.08.22 02:19:26.728964 [ 3 ] {8e6a6ced-6c07-4279-907e-a158259860bc} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
3632 | 2024.08.22 02:19:26.729356 [ 3 ] {8e6a6ced-6c07-4279-907e-a158259860bc} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3633 | 2024.08.22 02:19:26.729518 [ 3 ] {8e6a6ced-6c07-4279-907e-a158259860bc} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001828 sec., 1094.0919037199126 rows/sec., 89.22 KiB/sec. | ||
3634 | 2024.08.22 02:19:26.729709 [ 3 ] {8e6a6ced-6c07-4279-907e-a158259860bc} <Debug> DynamicQueryHandler: Done processing query | ||
3635 | 2024.08.22 02:19:26.729735 [ 3 ] {8e6a6ced-6c07-4279-907e-a158259860bc} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3636 | 2024.08.22 02:19:26.729751 [ 3 ] {} <Debug> HTTP-Session: 2803e961-aa40-4b72-8713-142f32471f10 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3637 | 2024.08.22 02:19:26.729911 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 16586, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3638 | 2024.08.22 02:19:26.729961 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3639 | 2024.08.22 02:19:26.729981 [ 3 ] {} <Debug> HTTP-Session: 4a5c49be-0417-4610-8b54-2731d385ce62 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
3640 | 2024.08.22 02:19:26.729998 [ 3 ] {} <Debug> HTTP-Session: 4a5c49be-0417-4610-8b54-2731d385ce62 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3641 | 2024.08.22 02:19:26.730012 [ 3 ] {} <Debug> HTTP-Session: 4a5c49be-0417-4610-8b54-2731d385ce62 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3642 | 2024.08.22 02:19:26.730043 [ 3 ] {} <Trace> HTTP-Session: 4a5c49be-0417-4610-8b54-2731d385ce62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3643 | 2024.08.22 02:19:26.730171 [ 3 ] {28535b29-af16-46e3-bf2b-5fb945eecd96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3644 | 2024.08.22 02:19:26.730217 [ 3 ] {28535b29-af16-46e3-bf2b-5fb945eecd96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3645 | 2024.08.22 02:19:26.730442 [ 3 ] {28535b29-af16-46e3-bf2b-5fb945eecd96} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3646 | 2024.08.22 02:19:26.731098 [ 3 ] {28535b29-af16-46e3-bf2b-5fb945eecd96} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3647 | 2024.08.22 02:19:26.731137 [ 3 ] {28535b29-af16-46e3-bf2b-5fb945eecd96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
3648 | 2024.08.22 02:19:26.731538 [ 3 ] {28535b29-af16-46e3-bf2b-5fb945eecd96} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3649 | 2024.08.22 02:19:26.731903 [ 3 ] {28535b29-af16-46e3-bf2b-5fb945eecd96} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3650 | 2024.08.22 02:19:26.732065 [ 3 ] {28535b29-af16-46e3-bf2b-5fb945eecd96} <Debug> executeQuery: Read 113 rows, 9.70 KiB in 0.001935 sec., 58397.93281653747 rows/sec., 4.90 MiB/sec. | ||
3651 | 2024.08.22 02:19:26.732251 [ 3 ] {28535b29-af16-46e3-bf2b-5fb945eecd96} <Debug> DynamicQueryHandler: Done processing query | ||
3652 | 2024.08.22 02:19:26.732277 [ 3 ] {28535b29-af16-46e3-bf2b-5fb945eecd96} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
3653 | 2024.08.22 02:19:26.732294 [ 3 ] {} <Debug> HTTP-Session: 4a5c49be-0417-4610-8b54-2731d385ce62 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3654 | 2024.08.22 02:19:26.732475 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 4346, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3655 | 2024.08.22 02:19:26.732525 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3656 | 2024.08.22 02:19:26.732544 [ 3 ] {} <Debug> HTTP-Session: f7e0247a-b3a8-4262-8eff-872b9c94fcc9 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
3657 | 2024.08.22 02:19:26.732561 [ 3 ] {} <Debug> HTTP-Session: f7e0247a-b3a8-4262-8eff-872b9c94fcc9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3658 | 2024.08.22 02:19:26.732574 [ 3 ] {} <Debug> HTTP-Session: f7e0247a-b3a8-4262-8eff-872b9c94fcc9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3659 | 2024.08.22 02:19:26.732605 [ 3 ] {} <Trace> HTTP-Session: f7e0247a-b3a8-4262-8eff-872b9c94fcc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3660 | 2024.08.22 02:19:26.732709 [ 3 ] {717cd716-fa29-4a01-b453-10cee1f6cbd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3661 | 2024.08.22 02:19:26.732754 [ 3 ] {717cd716-fa29-4a01-b453-10cee1f6cbd8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3662 | 2024.08.22 02:19:26.732983 [ 3 ] {717cd716-fa29-4a01-b453-10cee1f6cbd8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3663 | 2024.08.22 02:19:26.733337 [ 3 ] {717cd716-fa29-4a01-b453-10cee1f6cbd8} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3664 | 2024.08.22 02:19:26.733376 [ 3 ] {717cd716-fa29-4a01-b453-10cee1f6cbd8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
3665 | 2024.08.22 02:19:26.733730 [ 3 ] {717cd716-fa29-4a01-b453-10cee1f6cbd8} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
3666 | 2024.08.22 02:19:26.734097 [ 3 ] {717cd716-fa29-4a01-b453-10cee1f6cbd8} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3667 | 2024.08.22 02:19:26.734246 [ 3 ] {717cd716-fa29-4a01-b453-10cee1f6cbd8} <Debug> executeQuery: Read 30 rows, 2.25 KiB in 0.001563 sec., 19193.857965451058 rows/sec., 1.40 MiB/sec. | ||
3668 | 2024.08.22 02:19:26.734423 [ 3 ] {717cd716-fa29-4a01-b453-10cee1f6cbd8} <Debug> DynamicQueryHandler: Done processing query | ||
3669 | 2024.08.22 02:19:26.734449 [ 3 ] {717cd716-fa29-4a01-b453-10cee1f6cbd8} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
3670 | 2024.08.22 02:19:26.734465 [ 3 ] {} <Debug> HTTP-Session: f7e0247a-b3a8-4262-8eff-872b9c94fcc9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3671 | 2024.08.22 02:19:26.734604 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 15964, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3672 | 2024.08.22 02:19:26.734654 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3673 | 2024.08.22 02:19:26.734674 [ 3 ] {} <Debug> HTTP-Session: 1e0d32a6-d233-4155-bbff-1e5f3fb60116 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
3674 | 2024.08.22 02:19:26.734691 [ 3 ] {} <Debug> HTTP-Session: 1e0d32a6-d233-4155-bbff-1e5f3fb60116 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3675 | 2024.08.22 02:19:26.734704 [ 3 ] {} <Debug> HTTP-Session: 1e0d32a6-d233-4155-bbff-1e5f3fb60116 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3676 | 2024.08.22 02:19:26.734735 [ 3 ] {} <Trace> HTTP-Session: 1e0d32a6-d233-4155-bbff-1e5f3fb60116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3677 | 2024.08.22 02:19:26.734852 [ 3 ] {3ca8057d-f3aa-4ff2-ad12-af9496982d3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3678 | 2024.08.22 02:19:26.734896 [ 3 ] {3ca8057d-f3aa-4ff2-ad12-af9496982d3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3679 | 2024.08.22 02:19:26.735120 [ 3 ] {3ca8057d-f3aa-4ff2-ad12-af9496982d3b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3680 | 2024.08.22 02:19:26.735487 [ 3 ] {3ca8057d-f3aa-4ff2-ad12-af9496982d3b} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3681 | 2024.08.22 02:19:26.735524 [ 3 ] {3ca8057d-f3aa-4ff2-ad12-af9496982d3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
3682 | 2024.08.22 02:19:26.735891 [ 3 ] {3ca8057d-f3aa-4ff2-ad12-af9496982d3b} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3683 | 2024.08.22 02:19:26.736269 [ 3 ] {3ca8057d-f3aa-4ff2-ad12-af9496982d3b} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3684 | 2024.08.22 02:19:26.736424 [ 3 ] {3ca8057d-f3aa-4ff2-ad12-af9496982d3b} <Debug> executeQuery: Read 94 rows, 7.52 KiB in 0.001606 sec., 58530.510585305106 rows/sec., 4.57 MiB/sec. | ||
3685 | 2024.08.22 02:19:26.736697 [ 3 ] {3ca8057d-f3aa-4ff2-ad12-af9496982d3b} <Debug> DynamicQueryHandler: Done processing query | ||
3686 | 2024.08.22 02:19:26.736727 [ 3 ] {3ca8057d-f3aa-4ff2-ad12-af9496982d3b} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
3687 | 2024.08.22 02:19:26.736745 [ 3 ] {} <Debug> HTTP-Session: 1e0d32a6-d233-4155-bbff-1e5f3fb60116 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3688 | 2024.08.22 02:19:26.736930 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 30782, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3689 | 2024.08.22 02:19:26.736981 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3690 | 2024.08.22 02:19:26.737001 [ 3 ] {} <Debug> HTTP-Session: 8658c736-a4ab-4bb3-b9dd-22e9a2f7ef3c Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
3691 | 2024.08.22 02:19:26.737018 [ 3 ] {} <Debug> HTTP-Session: 8658c736-a4ab-4bb3-b9dd-22e9a2f7ef3c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3692 | 2024.08.22 02:19:26.737031 [ 3 ] {} <Debug> HTTP-Session: 8658c736-a4ab-4bb3-b9dd-22e9a2f7ef3c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3693 | 2024.08.22 02:19:26.737062 [ 3 ] {} <Trace> HTTP-Session: 8658c736-a4ab-4bb3-b9dd-22e9a2f7ef3c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3694 | 2024.08.22 02:19:26.737211 [ 3 ] {f3ce11b1-5ace-4826-b33d-21b0e7e5dcfb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3695 | 2024.08.22 02:19:26.737262 [ 3 ] {f3ce11b1-5ace-4826-b33d-21b0e7e5dcfb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3696 | 2024.08.22 02:19:26.737430 [ 3 ] {f3ce11b1-5ace-4826-b33d-21b0e7e5dcfb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3697 | 2024.08.22 02:19:26.737839 [ 3 ] {f3ce11b1-5ace-4826-b33d-21b0e7e5dcfb} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3698 | 2024.08.22 02:19:26.737876 [ 3 ] {f3ce11b1-5ace-4826-b33d-21b0e7e5dcfb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
3699 | 2024.08.22 02:19:26.738278 [ 3 ] {f3ce11b1-5ace-4826-b33d-21b0e7e5dcfb} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3700 | 2024.08.22 02:19:26.738628 [ 3 ] {f3ce11b1-5ace-4826-b33d-21b0e7e5dcfb} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3701 | 2024.08.22 02:19:26.738781 [ 3 ] {f3ce11b1-5ace-4826-b33d-21b0e7e5dcfb} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001625 sec., 99076.92307692308 rows/sec., 6.90 MiB/sec. | ||
3702 | 2024.08.22 02:19:26.739072 [ 3 ] {f3ce11b1-5ace-4826-b33d-21b0e7e5dcfb} <Debug> DynamicQueryHandler: Done processing query | ||
3703 | 2024.08.22 02:19:26.739098 [ 3 ] {f3ce11b1-5ace-4826-b33d-21b0e7e5dcfb} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3704 | 2024.08.22 02:19:26.739115 [ 3 ] {} <Debug> HTTP-Session: 8658c736-a4ab-4bb3-b9dd-22e9a2f7ef3c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3705 | 2024.08.22 02:19:26.739275 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 45002, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3706 | 2024.08.22 02:19:26.739327 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3707 | 2024.08.22 02:19:26.739347 [ 3 ] {} <Debug> HTTP-Session: 8be92cfc-50dc-467d-b73d-72a1c79eaa8d Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
3708 | 2024.08.22 02:19:26.739363 [ 3 ] {} <Debug> HTTP-Session: 8be92cfc-50dc-467d-b73d-72a1c79eaa8d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3709 | 2024.08.22 02:19:26.739377 [ 3 ] {} <Debug> HTTP-Session: 8be92cfc-50dc-467d-b73d-72a1c79eaa8d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3710 | 2024.08.22 02:19:26.739407 [ 3 ] {} <Trace> HTTP-Session: 8be92cfc-50dc-467d-b73d-72a1c79eaa8d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3711 | 2024.08.22 02:19:26.739702 [ 3 ] {d2182a41-08fe-4443-a470-85edb17831b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3712 | 2024.08.22 02:19:26.739772 [ 3 ] {d2182a41-08fe-4443-a470-85edb17831b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
3713 | 2024.08.22 02:19:26.740207 [ 3 ] {d2182a41-08fe-4443-a470-85edb17831b2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3714 | 2024.08.22 02:19:26.740943 [ 3 ] {d2182a41-08fe-4443-a470-85edb17831b2} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3715 | 2024.08.22 02:19:26.740980 [ 3 ] {d2182a41-08fe-4443-a470-85edb17831b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
3716 | 2024.08.22 02:19:26.741623 [ 3 ] {d2182a41-08fe-4443-a470-85edb17831b2} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
3717 | 2024.08.22 02:19:26.742031 [ 3 ] {d2182a41-08fe-4443-a470-85edb17831b2} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3718 | 2024.08.22 02:19:26.742235 [ 3 ] {d2182a41-08fe-4443-a470-85edb17831b2} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.002727 sec., 10267.693436010268 rows/sec., 18.40 MiB/sec. | ||
3719 | 2024.08.22 02:19:26.742704 [ 3 ] {d2182a41-08fe-4443-a470-85edb17831b2} <Debug> DynamicQueryHandler: Done processing query | ||
3720 | 2024.08.22 02:19:26.742729 [ 3 ] {d2182a41-08fe-4443-a470-85edb17831b2} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
3721 | 2024.08.22 02:19:26.742745 [ 3 ] {} <Debug> HTTP-Session: 8be92cfc-50dc-467d-b73d-72a1c79eaa8d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3722 | 2024.08.22 02:19:26.742880 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3723 | 2024.08.22 02:19:26.742929 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3724 | 2024.08.22 02:19:26.742948 [ 3 ] {} <Debug> HTTP-Session: c327b406-13ff-4915-a5cb-d52096e49185 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
3725 | 2024.08.22 02:19:26.742964 [ 3 ] {} <Debug> HTTP-Session: c327b406-13ff-4915-a5cb-d52096e49185 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3726 | 2024.08.22 02:19:26.742978 [ 3 ] {} <Debug> HTTP-Session: c327b406-13ff-4915-a5cb-d52096e49185 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3727 | 2024.08.22 02:19:26.743008 [ 3 ] {} <Trace> HTTP-Session: c327b406-13ff-4915-a5cb-d52096e49185 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3728 | 2024.08.22 02:19:26.743122 [ 3 ] {8425e03c-026f-4fb7-b10d-d636b4033a21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3729 | 2024.08.22 02:19:26.743167 [ 3 ] {8425e03c-026f-4fb7-b10d-d636b4033a21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3730 | 2024.08.22 02:19:26.743305 [ 3 ] {8425e03c-026f-4fb7-b10d-d636b4033a21} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3731 | 2024.08.22 02:19:26.743642 [ 3 ] {8425e03c-026f-4fb7-b10d-d636b4033a21} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3732 | 2024.08.22 02:19:26.743679 [ 3 ] {8425e03c-026f-4fb7-b10d-d636b4033a21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
3733 | 2024.08.22 02:19:26.744073 [ 3 ] {8425e03c-026f-4fb7-b10d-d636b4033a21} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3734 | 2024.08.22 02:19:26.744462 [ 3 ] {8425e03c-026f-4fb7-b10d-d636b4033a21} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3735 | 2024.08.22 02:19:26.744585 [ 3 ] {8425e03c-026f-4fb7-b10d-d636b4033a21} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001504 sec., 39893.6170212766 rows/sec., 2.69 MiB/sec. | ||
3736 | 2024.08.22 02:19:26.744748 [ 3 ] {8425e03c-026f-4fb7-b10d-d636b4033a21} <Debug> DynamicQueryHandler: Done processing query | ||
3737 | 2024.08.22 02:19:26.744773 [ 3 ] {8425e03c-026f-4fb7-b10d-d636b4033a21} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3738 | 2024.08.22 02:19:26.744789 [ 3 ] {} <Debug> HTTP-Session: c327b406-13ff-4915-a5cb-d52096e49185 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3739 | 2024.08.22 02:19:30.123795 [ 33 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3740 | 2024.08.22 02:19:30.123844 [ 33 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3741 | 2024.08.22 02:19:31.730207 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3742 | 2024.08.22 02:19:31.730388 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3743 | 2024.08.22 02:19:31.730436 [ 3 ] {} <Debug> HTTP-Session: 4e23a3d2-0bb1-4151-9095-ebc790d0ea02 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
3744 | 2024.08.22 02:19:31.730479 [ 3 ] {} <Debug> HTTP-Session: 4e23a3d2-0bb1-4151-9095-ebc790d0ea02 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3745 | 2024.08.22 02:19:31.730509 [ 3 ] {} <Debug> HTTP-Session: 4e23a3d2-0bb1-4151-9095-ebc790d0ea02 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3746 | 2024.08.22 02:19:31.730589 [ 3 ] {} <Trace> HTTP-Session: 4e23a3d2-0bb1-4151-9095-ebc790d0ea02 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3747 | 2024.08.22 02:19:31.730805 [ 3 ] {97ddd0a3-415a-4539-9d96-b188cd54b69d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
3748 | 2024.08.22 02:19:31.730875 [ 3 ] {97ddd0a3-415a-4539-9d96-b188cd54b69d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3749 | 2024.08.22 02:19:31.731214 [ 3 ] {97ddd0a3-415a-4539-9d96-b188cd54b69d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3750 | 2024.08.22 02:19:31.731681 [ 3 ] {97ddd0a3-415a-4539-9d96-b188cd54b69d} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3751 | 2024.08.22 02:19:31.731727 [ 3 ] {97ddd0a3-415a-4539-9d96-b188cd54b69d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
3752 | 2024.08.22 02:19:31.732159 [ 3 ] {97ddd0a3-415a-4539-9d96-b188cd54b69d} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
3753 | 2024.08.22 02:19:31.732562 [ 3 ] {97ddd0a3-415a-4539-9d96-b188cd54b69d} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3754 | 2024.08.22 02:19:31.732728 [ 3 ] {97ddd0a3-415a-4539-9d96-b188cd54b69d} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001964 sec., 1018.3299389002036 rows/sec., 83.04 KiB/sec. | ||
3755 | 2024.08.22 02:19:31.732949 [ 3 ] {97ddd0a3-415a-4539-9d96-b188cd54b69d} <Debug> DynamicQueryHandler: Done processing query | ||
3756 | 2024.08.22 02:19:31.732977 [ 3 ] {97ddd0a3-415a-4539-9d96-b188cd54b69d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3757 | 2024.08.22 02:19:31.732995 [ 3 ] {} <Debug> HTTP-Session: 4e23a3d2-0bb1-4151-9095-ebc790d0ea02 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3758 | 2024.08.22 02:19:31.733163 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 29107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3759 | 2024.08.22 02:19:31.733221 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3760 | 2024.08.22 02:19:31.733242 [ 3 ] {} <Debug> HTTP-Session: 1f6ef175-0b74-4e19-93c3-537e73dbd8e4 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
3761 | 2024.08.22 02:19:31.733260 [ 3 ] {} <Debug> HTTP-Session: 1f6ef175-0b74-4e19-93c3-537e73dbd8e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3762 | 2024.08.22 02:19:31.733274 [ 3 ] {} <Debug> HTTP-Session: 1f6ef175-0b74-4e19-93c3-537e73dbd8e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3763 | 2024.08.22 02:19:31.733309 [ 3 ] {} <Trace> HTTP-Session: 1f6ef175-0b74-4e19-93c3-537e73dbd8e4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3764 | 2024.08.22 02:19:31.733462 [ 3 ] {ee82461c-7069-4337-87ae-199c873ac9b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3765 | 2024.08.22 02:19:31.733507 [ 3 ] {ee82461c-7069-4337-87ae-199c873ac9b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3766 | 2024.08.22 02:19:31.733730 [ 3 ] {ee82461c-7069-4337-87ae-199c873ac9b9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3767 | 2024.08.22 02:19:31.734166 [ 3 ] {ee82461c-7069-4337-87ae-199c873ac9b9} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3768 | 2024.08.22 02:19:31.734201 [ 3 ] {ee82461c-7069-4337-87ae-199c873ac9b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
3769 | 2024.08.22 02:19:31.734626 [ 3 ] {ee82461c-7069-4337-87ae-199c873ac9b9} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3770 | 2024.08.22 02:19:31.734990 [ 3 ] {ee82461c-7069-4337-87ae-199c873ac9b9} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3771 | 2024.08.22 02:19:31.735159 [ 3 ] {ee82461c-7069-4337-87ae-199c873ac9b9} <Debug> executeQuery: Read 194 rows, 17.32 KiB in 0.001759 sec., 110289.93746446846 rows/sec., 9.61 MiB/sec. | ||
3772 | 2024.08.22 02:19:31.735156 [ 31 ] {} <Debug> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3773 | 2024.08.22 02:19:31.735273 [ 31 ] {} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3774 | 2024.08.22 02:19:31.735325 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
3775 | 2024.08.22 02:19:31.735417 [ 3 ] {ee82461c-7069-4337-87ae-199c873ac9b9} <Debug> DynamicQueryHandler: Done processing query | ||
3776 | 2024.08.22 02:19:31.735455 [ 3 ] {ee82461c-7069-4337-87ae-199c873ac9b9} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
3777 | 2024.08.22 02:19:31.735476 [ 3 ] {} <Debug> HTTP-Session: 1f6ef175-0b74-4e19-93c3-537e73dbd8e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3778 | 2024.08.22 02:19:31.735480 [ 188 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::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 | ||
3779 | 2024.08.22 02:19:31.735634 [ 188 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3780 | 2024.08.22 02:19:31.735647 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 615, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3781 | 2024.08.22 02:19:31.735680 [ 188 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1386 rows starting from the beginning of the part | ||
3782 | 2024.08.22 02:19:31.735715 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3783 | 2024.08.22 02:19:31.735747 [ 3 ] {} <Debug> HTTP-Session: af82c543-8334-431e-bcee-20c7cf326e49 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
3784 | 2024.08.22 02:19:31.735774 [ 3 ] {} <Debug> HTTP-Session: af82c543-8334-431e-bcee-20c7cf326e49 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3785 | 2024.08.22 02:19:31.735788 [ 188 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 189 rows starting from the beginning of the part | ||
3786 | 2024.08.22 02:19:31.735794 [ 3 ] {} <Debug> HTTP-Session: af82c543-8334-431e-bcee-20c7cf326e49 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3787 | 2024.08.22 02:19:31.735930 [ 3 ] {} <Trace> HTTP-Session: af82c543-8334-431e-bcee-20c7cf326e49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3788 | 2024.08.22 02:19:31.736327 [ 188 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1254 rows starting from the beginning of the part | ||
3789 | 2024.08.22 02:19:31.736360 [ 3 ] {1fca0ae7-9b2b-4155-88b8-73fd1e6d98eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3790 | 2024.08.22 02:19:31.736565 [ 3 ] {1fca0ae7-9b2b-4155-88b8-73fd1e6d98eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3791 | 2024.08.22 02:19:31.736821 [ 188 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 194 rows starting from the beginning of the part | ||
3792 | 2024.08.22 02:19:31.737236 [ 188 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 113 rows starting from the beginning of the part | ||
3793 | 2024.08.22 02:19:31.737479 [ 188 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 194 rows starting from the beginning of the part | ||
3794 | 2024.08.22 02:19:31.738147 [ 3 ] {1fca0ae7-9b2b-4155-88b8-73fd1e6d98eb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3795 | 2024.08.22 02:19:31.738653 [ 3 ] {1fca0ae7-9b2b-4155-88b8-73fd1e6d98eb} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3796 | 2024.08.22 02:19:31.738704 [ 3 ] {1fca0ae7-9b2b-4155-88b8-73fd1e6d98eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
3797 | 2024.08.22 02:19:31.739467 [ 3 ] {1fca0ae7-9b2b-4155-88b8-73fd1e6d98eb} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
3798 | 2024.08.22 02:19:31.740199 [ 3 ] {1fca0ae7-9b2b-4155-88b8-73fd1e6d98eb} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3799 | 2024.08.22 02:19:31.740435 [ 3 ] {1fca0ae7-9b2b-4155-88b8-73fd1e6d98eb} <Debug> executeQuery: Read 4 rows, 297.00 B in 0.004238 sec., 943.8414346389808 rows/sec., 68.44 KiB/sec. | ||
3800 | 2024.08.22 02:19:31.740709 [ 3 ] {1fca0ae7-9b2b-4155-88b8-73fd1e6d98eb} <Debug> DynamicQueryHandler: Done processing query | ||
3801 | 2024.08.22 02:19:31.740721 [ 190 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3330 rows, containing 5 columns (5 merged, 0 gathered) in 0.005314451 sec., 626593.4148230926 rows/sec., 54.84 MiB/sec. | ||
3802 | 2024.08.22 02:19:31.740748 [ 3 ] {1fca0ae7-9b2b-4155-88b8-73fd1e6d98eb} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3803 | 2024.08.22 02:19:31.740802 [ 3 ] {} <Debug> HTTP-Session: af82c543-8334-431e-bcee-20c7cf326e49 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3804 | 2024.08.22 02:19:31.740934 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3805 | 2024.08.22 02:19:31.741008 [ 196 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3806 | 2024.08.22 02:19:31.741017 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3807 | 2024.08.22 02:19:31.741059 [ 3 ] {} <Debug> HTTP-Session: 54ca8fb2-4686-4642-8417-670bbe2fce4f Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
3808 | 2024.08.22 02:19:31.741090 [ 3 ] {} <Debug> HTTP-Session: 54ca8fb2-4686-4642-8417-670bbe2fce4f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3809 | 2024.08.22 02:19:31.741109 [ 3 ] {} <Debug> HTTP-Session: 54ca8fb2-4686-4642-8417-670bbe2fce4f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3810 | 2024.08.22 02:19:31.741154 [ 3 ] {} <Trace> HTTP-Session: 54ca8fb2-4686-4642-8417-670bbe2fce4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3811 | 2024.08.22 02:19:31.741350 [ 3 ] {6b6ceba3-7490-4b7b-b078-b8983844f73d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
3812 | 2024.08.22 02:19:31.741417 [ 3 ] {6b6ceba3-7490-4b7b-b078-b8983844f73d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
3813 | 2024.08.22 02:19:31.741527 [ 196 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_16_3} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3814 | 2024.08.22 02:19:31.741621 [ 196 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_16_3} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3815 | 2024.08.22 02:19:31.741725 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
3816 | 2024.08.22 02:19:31.741808 [ 3 ] {6b6ceba3-7490-4b7b-b078-b8983844f73d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3817 | 2024.08.22 02:19:31.742147 [ 3 ] {6b6ceba3-7490-4b7b-b078-b8983844f73d} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3818 | 2024.08.22 02:19:31.742185 [ 3 ] {6b6ceba3-7490-4b7b-b078-b8983844f73d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
3819 | 2024.08.22 02:19:31.742558 [ 3 ] {6b6ceba3-7490-4b7b-b078-b8983844f73d} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
3820 | 2024.08.22 02:19:31.742919 [ 3 ] {6b6ceba3-7490-4b7b-b078-b8983844f73d} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3821 | 2024.08.22 02:19:31.743087 [ 3 ] {6b6ceba3-7490-4b7b-b078-b8983844f73d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001787 sec., 7834.3592613318415 rows/sec., 548.67 KiB/sec. | ||
3822 | 2024.08.22 02:19:31.743380 [ 3 ] {6b6ceba3-7490-4b7b-b078-b8983844f73d} <Debug> DynamicQueryHandler: Done processing query | ||
3823 | 2024.08.22 02:19:31.743406 [ 3 ] {6b6ceba3-7490-4b7b-b078-b8983844f73d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3824 | 2024.08.22 02:19:31.743424 [ 3 ] {} <Debug> HTTP-Session: 54ca8fb2-4686-4642-8417-670bbe2fce4f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3825 | 2024.08.22 02:19:31.743538 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3826 | 2024.08.22 02:19:31.743589 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3827 | 2024.08.22 02:19:31.743608 [ 3 ] {} <Debug> HTTP-Session: b108c8d9-aa4b-4e15-8f1c-ab727c9889e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
3828 | 2024.08.22 02:19:31.743625 [ 3 ] {} <Debug> HTTP-Session: b108c8d9-aa4b-4e15-8f1c-ab727c9889e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3829 | 2024.08.22 02:19:31.743640 [ 3 ] {} <Debug> HTTP-Session: b108c8d9-aa4b-4e15-8f1c-ab727c9889e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3830 | 2024.08.22 02:19:31.743671 [ 3 ] {} <Trace> HTTP-Session: b108c8d9-aa4b-4e15-8f1c-ab727c9889e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3831 | 2024.08.22 02:19:31.743771 [ 3 ] {b07f2238-eef3-48c6-9cd2-3b88ddf39eed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
3832 | 2024.08.22 02:19:31.743815 [ 3 ] {b07f2238-eef3-48c6-9cd2-3b88ddf39eed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
3833 | 2024.08.22 02:19:31.744072 [ 3 ] {b07f2238-eef3-48c6-9cd2-3b88ddf39eed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3834 | 2024.08.22 02:19:31.744383 [ 3 ] {b07f2238-eef3-48c6-9cd2-3b88ddf39eed} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3835 | 2024.08.22 02:19:31.744421 [ 3 ] {b07f2238-eef3-48c6-9cd2-3b88ddf39eed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
3836 | 2024.08.22 02:19:31.744776 [ 3 ] {b07f2238-eef3-48c6-9cd2-3b88ddf39eed} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
3837 | 2024.08.22 02:19:31.745135 [ 3 ] {b07f2238-eef3-48c6-9cd2-3b88ddf39eed} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3838 | 2024.08.22 02:19:31.745303 [ 31 ] {} <Debug> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
3839 | 2024.08.22 02:19:31.745313 [ 3 ] {b07f2238-eef3-48c6-9cd2-3b88ddf39eed} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001558 sec., 3851.0911424903725 rows/sec., 227.53 KiB/sec. | ||
3840 | 2024.08.22 02:19:31.745363 [ 31 ] {} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3841 | 2024.08.22 02:19:31.745429 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
3842 | 2024.08.22 02:19:31.745577 [ 188 ] {772ed6f2-42e7-4857-93ee-2201315e8356::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 | ||
3843 | 2024.08.22 02:19:31.745626 [ 3 ] {b07f2238-eef3-48c6-9cd2-3b88ddf39eed} <Debug> DynamicQueryHandler: Done processing query | ||
3844 | 2024.08.22 02:19:31.745658 [ 3 ] {b07f2238-eef3-48c6-9cd2-3b88ddf39eed} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3845 | 2024.08.22 02:19:31.745684 [ 3 ] {} <Debug> HTTP-Session: b108c8d9-aa4b-4e15-8f1c-ab727c9889e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3846 | 2024.08.22 02:19:31.745738 [ 188 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3847 | 2024.08.22 02:19:31.745769 [ 188 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part | ||
3848 | 2024.08.22 02:19:31.745857 [ 188 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part | ||
3849 | 2024.08.22 02:19:31.745958 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 62445, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3850 | 2024.08.22 02:19:31.746191 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3851 | 2024.08.22 02:19:31.746269 [ 188 ] {772ed6f2-42e7-4857-93ee-2201315e8356::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 | ||
3852 | 2024.08.22 02:19:31.746281 [ 3 ] {} <Debug> HTTP-Session: a3c30703-637d-4b44-874d-e72a8d66c6da Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
3853 | 2024.08.22 02:19:31.746330 [ 3 ] {} <Debug> HTTP-Session: a3c30703-637d-4b44-874d-e72a8d66c6da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3854 | 2024.08.22 02:19:31.746361 [ 3 ] {} <Debug> HTTP-Session: a3c30703-637d-4b44-874d-e72a8d66c6da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3855 | 2024.08.22 02:19:31.746539 [ 3 ] {} <Trace> HTTP-Session: a3c30703-637d-4b44-874d-e72a8d66c6da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3856 | 2024.08.22 02:19:31.746563 [ 188 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part | ||
3857 | 2024.08.22 02:19:31.746721 [ 188 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part | ||
3858 | 2024.08.22 02:19:31.747049 [ 3 ] {1afdb277-b09a-4e6c-8053-f5044c833a3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3859 | 2024.08.22 02:19:31.747157 [ 3 ] {1afdb277-b09a-4e6c-8053-f5044c833a3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3860 | 2024.08.22 02:19:31.747567 [ 3 ] {1afdb277-b09a-4e6c-8053-f5044c833a3b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3861 | 2024.08.22 02:19:31.748339 [ 3 ] {1afdb277-b09a-4e6c-8053-f5044c833a3b} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3862 | 2024.08.22 02:19:31.748379 [ 3 ] {1afdb277-b09a-4e6c-8053-f5044c833a3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
3863 | 2024.08.22 02:19:31.750244 [ 3 ] {1afdb277-b09a-4e6c-8053-f5044c833a3b} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3864 | 2024.08.22 02:19:31.750874 [ 190 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.005332662 sec., 5625.70813601162 rows/sec., 357.10 KiB/sec. | ||
3865 | 2024.08.22 02:19:31.750949 [ 3 ] {1afdb277-b09a-4e6c-8053-f5044c833a3b} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3866 | 2024.08.22 02:19:31.751207 [ 31 ] {} <Debug> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3867 | 2024.08.22 02:19:31.751243 [ 190 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
3868 | 2024.08.22 02:19:31.751273 [ 3 ] {1afdb277-b09a-4e6c-8053-f5044c833a3b} <Debug> executeQuery: Read 386 rows, 28.00 KiB in 0.004494 sec., 85892.30084557188 rows/sec., 6.09 MiB/sec. | ||
3869 | 2024.08.22 02:19:31.751285 [ 31 ] {} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3870 | 2024.08.22 02:19:31.751372 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
3871 | 2024.08.22 02:19:31.751838 [ 197 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::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 | ||
3872 | 2024.08.22 02:19:31.751943 [ 3 ] {1afdb277-b09a-4e6c-8053-f5044c833a3b} <Debug> DynamicQueryHandler: Done processing query | ||
3873 | 2024.08.22 02:19:31.752016 [ 3 ] {1afdb277-b09a-4e6c-8053-f5044c833a3b} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
3874 | 2024.08.22 02:19:31.752073 [ 3 ] {} <Debug> HTTP-Session: a3c30703-637d-4b44-874d-e72a8d66c6da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3875 | 2024.08.22 02:19:31.752345 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3876 | 2024.08.22 02:19:31.752536 [ 197 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3877 | 2024.08.22 02:19:31.752544 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3878 | 2024.08.22 02:19:31.752654 [ 3 ] {} <Debug> HTTP-Session: 72f4fec2-3eba-41f7-96f4-696e232d09c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
3879 | 2024.08.22 02:19:31.752693 [ 197 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 878 rows starting from the beginning of the part | ||
3880 | 2024.08.22 02:19:31.752725 [ 3 ] {} <Debug> HTTP-Session: 72f4fec2-3eba-41f7-96f4-696e232d09c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3881 | 2024.08.22 02:19:31.752792 [ 3 ] {} <Debug> HTTP-Session: 72f4fec2-3eba-41f7-96f4-696e232d09c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3882 | 2024.08.22 02:19:31.752954 [ 3 ] {} <Trace> HTTP-Session: 72f4fec2-3eba-41f7-96f4-696e232d09c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3883 | 2024.08.22 02:19:31.753199 [ 197 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 382 rows starting from the beginning of the part | ||
3884 | 2024.08.22 02:19:31.753442 [ 3 ] {fde8cff0-68be-4578-b318-0a619eed0061} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
3885 | 2024.08.22 02:19:31.753631 [ 197 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 552 rows starting from the beginning of the part | ||
3886 | 2024.08.22 02:19:31.753643 [ 3 ] {fde8cff0-68be-4578-b318-0a619eed0061} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
3887 | 2024.08.22 02:19:31.753770 [ 190 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_5_1} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3888 | 2024.08.22 02:19:31.754054 [ 197 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 392 rows starting from the beginning of the part | ||
3889 | 2024.08.22 02:19:31.754577 [ 197 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 94 rows starting from the beginning of the part | ||
3890 | 2024.08.22 02:19:31.754976 [ 190 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_5_1} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
3891 | 2024.08.22 02:19:31.755056 [ 197 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 386 rows starting from the beginning of the part | ||
3892 | 2024.08.22 02:19:31.755250 [ 3 ] {fde8cff0-68be-4578-b318-0a619eed0061} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3893 | 2024.08.22 02:19:31.755618 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
3894 | 2024.08.22 02:19:31.756389 [ 3 ] {fde8cff0-68be-4578-b318-0a619eed0061} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3895 | 2024.08.22 02:19:31.756465 [ 3 ] {fde8cff0-68be-4578-b318-0a619eed0061} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
3896 | 2024.08.22 02:19:31.757707 [ 3 ] {fde8cff0-68be-4578-b318-0a619eed0061} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
3897 | 2024.08.22 02:19:31.758484 [ 3 ] {fde8cff0-68be-4578-b318-0a619eed0061} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3898 | 2024.08.22 02:19:31.758788 [ 3 ] {fde8cff0-68be-4578-b318-0a619eed0061} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00553 sec., 1084.99095840868 rows/sec., 56.69 KiB/sec. | ||
3899 | 2024.08.22 02:19:31.759257 [ 3 ] {fde8cff0-68be-4578-b318-0a619eed0061} <Debug> DynamicQueryHandler: Done processing query | ||
3900 | 2024.08.22 02:19:31.759282 [ 197 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2684 rows, containing 5 columns (5 merged, 0 gathered) in 0.007700531 sec., 348547.3923811228 rows/sec., 26.55 MiB/sec. | ||
3901 | 2024.08.22 02:19:31.759297 [ 3 ] {fde8cff0-68be-4578-b318-0a619eed0061} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
3902 | 2024.08.22 02:19:31.759355 [ 3 ] {} <Debug> HTTP-Session: 72f4fec2-3eba-41f7-96f4-696e232d09c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3903 | 2024.08.22 02:19:31.759541 [ 197 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3904 | 2024.08.22 02:19:31.759650 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 44791, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3905 | 2024.08.22 02:19:31.759746 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3906 | 2024.08.22 02:19:31.759774 [ 3 ] {} <Debug> HTTP-Session: abe318fe-c4fd-4739-abe1-0a2ab944414f Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
3907 | 2024.08.22 02:19:31.759804 [ 3 ] {} <Debug> HTTP-Session: abe318fe-c4fd-4739-abe1-0a2ab944414f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3908 | 2024.08.22 02:19:31.759838 [ 3 ] {} <Debug> HTTP-Session: abe318fe-c4fd-4739-abe1-0a2ab944414f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3909 | 2024.08.22 02:19:31.759951 [ 3 ] {} <Trace> HTTP-Session: abe318fe-c4fd-4739-abe1-0a2ab944414f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3910 | 2024.08.22 02:19:31.760378 [ 3 ] {3e6320ac-4d55-4112-94a6-65370785d388} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3911 | 2024.08.22 02:19:31.760389 [ 197 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_16_3} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3912 | 2024.08.22 02:19:31.760469 [ 3 ] {3e6320ac-4d55-4112-94a6-65370785d388} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3913 | 2024.08.22 02:19:31.760577 [ 197 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_16_3} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3914 | 2024.08.22 02:19:31.760780 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. | ||
3915 | 2024.08.22 02:19:31.760882 [ 3 ] {3e6320ac-4d55-4112-94a6-65370785d388} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3916 | 2024.08.22 02:19:31.761447 [ 3 ] {3e6320ac-4d55-4112-94a6-65370785d388} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3917 | 2024.08.22 02:19:31.761491 [ 3 ] {3e6320ac-4d55-4112-94a6-65370785d388} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
3918 | 2024.08.22 02:19:31.761941 [ 3 ] {3e6320ac-4d55-4112-94a6-65370785d388} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3919 | 2024.08.22 02:19:31.762325 [ 3 ] {3e6320ac-4d55-4112-94a6-65370785d388} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3920 | 2024.08.22 02:19:31.762484 [ 3 ] {3e6320ac-4d55-4112-94a6-65370785d388} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.00232 sec., 102586.20689655172 rows/sec., 6.88 MiB/sec. | ||
3921 | 2024.08.22 02:19:31.762498 [ 31 ] {} <Debug> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3922 | 2024.08.22 02:19:31.762575 [ 31 ] {} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3923 | 2024.08.22 02:19:31.762615 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
3924 | 2024.08.22 02:19:31.762862 [ 3 ] {3e6320ac-4d55-4112-94a6-65370785d388} <Debug> DynamicQueryHandler: Done processing query | ||
3925 | 2024.08.22 02:19:31.762947 [ 3 ] {3e6320ac-4d55-4112-94a6-65370785d388} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
3926 | 2024.08.22 02:19:31.763031 [ 3 ] {} <Debug> HTTP-Session: abe318fe-c4fd-4739-abe1-0a2ab944414f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3927 | 2024.08.22 02:19:31.763052 [ 190 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::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 | ||
3928 | 2024.08.22 02:19:31.763261 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3929 | 2024.08.22 02:19:31.763388 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3930 | 2024.08.22 02:19:31.763415 [ 190 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3931 | 2024.08.22 02:19:31.763432 [ 3 ] {} <Debug> HTTP-Session: 3a4b9c8b-15a0-4b32-b2be-cabb0f8fcd81 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
3932 | 2024.08.22 02:19:31.763488 [ 3 ] {} <Debug> HTTP-Session: 3a4b9c8b-15a0-4b32-b2be-cabb0f8fcd81 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3933 | 2024.08.22 02:19:31.763492 [ 190 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 3524 rows starting from the beginning of the part | ||
3934 | 2024.08.22 02:19:31.763511 [ 3 ] {} <Debug> HTTP-Session: 3a4b9c8b-15a0-4b32-b2be-cabb0f8fcd81 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3935 | 2024.08.22 02:19:31.763628 [ 3 ] {} <Trace> HTTP-Session: 3a4b9c8b-15a0-4b32-b2be-cabb0f8fcd81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3936 | 2024.08.22 02:19:31.763746 [ 190 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 237 rows starting from the beginning of the part | ||
3937 | 2024.08.22 02:19:31.764019 [ 190 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 846 rows starting from the beginning of the part | ||
3938 | 2024.08.22 02:19:31.764097 [ 3 ] {70fdf242-7779-4181-8e23-edb53ba7160f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
3939 | 2024.08.22 02:19:31.764237 [ 190 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 238 rows starting from the beginning of the part | ||
3940 | 2024.08.22 02:19:31.764304 [ 3 ] {70fdf242-7779-4181-8e23-edb53ba7160f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
3941 | 2024.08.22 02:19:31.764568 [ 190 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 161 rows starting from the beginning of the part | ||
3942 | 2024.08.22 02:19:31.764931 [ 190 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 238 rows starting from the beginning of the part | ||
3943 | 2024.08.22 02:19:31.765560 [ 3 ] {70fdf242-7779-4181-8e23-edb53ba7160f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3944 | 2024.08.22 02:19:31.766259 [ 3 ] {70fdf242-7779-4181-8e23-edb53ba7160f} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3945 | 2024.08.22 02:19:31.766317 [ 3 ] {70fdf242-7779-4181-8e23-edb53ba7160f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
3946 | 2024.08.22 02:19:31.767263 [ 3 ] {70fdf242-7779-4181-8e23-edb53ba7160f} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
3947 | 2024.08.22 02:19:31.768133 [ 3 ] {70fdf242-7779-4181-8e23-edb53ba7160f} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3948 | 2024.08.22 02:19:31.768299 [ 31 ] {} <Debug> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
3949 | 2024.08.22 02:19:31.768374 [ 3 ] {70fdf242-7779-4181-8e23-edb53ba7160f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004434 sec., 225.5299954894001 rows/sec., 15.20 KiB/sec. | ||
3950 | 2024.08.22 02:19:31.768408 [ 31 ] {} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3951 | 2024.08.22 02:19:31.768484 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
3952 | 2024.08.22 02:19:31.768968 [ 3 ] {70fdf242-7779-4181-8e23-edb53ba7160f} <Debug> DynamicQueryHandler: Done processing query | ||
3953 | 2024.08.22 02:19:31.769066 [ 3 ] {70fdf242-7779-4181-8e23-edb53ba7160f} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
3954 | 2024.08.22 02:19:31.769091 [ 197 ] {8761962f-4035-44a8-816e-471719dde5c7::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 | ||
3955 | 2024.08.22 02:19:31.769121 [ 3 ] {} <Debug> HTTP-Session: 3a4b9c8b-15a0-4b32-b2be-cabb0f8fcd81 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3956 | 2024.08.22 02:19:31.769452 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 3204, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3957 | 2024.08.22 02:19:31.769626 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3958 | 2024.08.22 02:19:31.769634 [ 197 ] {8761962f-4035-44a8-816e-471719dde5c7::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3959 | 2024.08.22 02:19:31.769730 [ 3 ] {} <Debug> HTTP-Session: c10d2095-56a8-4fdd-ab24-9406a4c2c429 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
3960 | 2024.08.22 02:19:31.769788 [ 197 ] {8761962f-4035-44a8-816e-471719dde5c7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part | ||
3961 | 2024.08.22 02:19:31.769809 [ 3 ] {} <Debug> HTTP-Session: c10d2095-56a8-4fdd-ab24-9406a4c2c429 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3962 | 2024.08.22 02:19:31.769885 [ 3 ] {} <Debug> HTTP-Session: c10d2095-56a8-4fdd-ab24-9406a4c2c429 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3963 | 2024.08.22 02:19:31.770035 [ 3 ] {} <Trace> HTTP-Session: c10d2095-56a8-4fdd-ab24-9406a4c2c429 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3964 | 2024.08.22 02:19:31.770100 [ 190 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5244 rows, containing 5 columns (5 merged, 0 gathered) in 0.00735353 sec., 713126.8927984247 rows/sec., 48.22 MiB/sec. | ||
3965 | 2024.08.22 02:19:31.770158 [ 197 ] {8761962f-4035-44a8-816e-471719dde5c7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part | ||
3966 | 2024.08.22 02:19:31.770471 [ 197 ] {8761962f-4035-44a8-816e-471719dde5c7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part | ||
3967 | 2024.08.22 02:19:31.770507 [ 3 ] {a625f3f6-97e4-44ff-b9db-217419e0bceb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3968 | 2024.08.22 02:19:31.770746 [ 197 ] {8761962f-4035-44a8-816e-471719dde5c7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part | ||
3969 | 2024.08.22 02:19:31.770909 [ 3 ] {a625f3f6-97e4-44ff-b9db-217419e0bceb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
3970 | 2024.08.22 02:19:31.771152 [ 197 ] {8761962f-4035-44a8-816e-471719dde5c7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part | ||
3971 | 2024.08.22 02:19:31.771234 [ 199 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3972 | 2024.08.22 02:19:31.771602 [ 197 ] {8761962f-4035-44a8-816e-471719dde5c7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part | ||
3973 | 2024.08.22 02:19:31.775357 [ 3 ] {a625f3f6-97e4-44ff-b9db-217419e0bceb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3974 | 2024.08.22 02:19:31.775380 [ 199 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3975 | 2024.08.22 02:19:31.775864 [ 199 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3976 | 2024.08.22 02:19:31.776204 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.03 MiB. | ||
3977 | 2024.08.22 02:19:31.777152 [ 197 ] {8761962f-4035-44a8-816e-471719dde5c7::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6 rows, containing 4 columns (4 merged, 0 gathered) in 0.008507985 sec., 705.2198611069484 rows/sec., 47.06 KiB/sec. | ||
3978 | 2024.08.22 02:19:31.777356 [ 3 ] {a625f3f6-97e4-44ff-b9db-217419e0bceb} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3979 | 2024.08.22 02:19:31.777369 [ 197 ] {8761962f-4035-44a8-816e-471719dde5c7::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
3980 | 2024.08.22 02:19:31.777414 [ 3 ] {a625f3f6-97e4-44ff-b9db-217419e0bceb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
3981 | 2024.08.22 02:19:31.778332 [ 197 ] {8761962f-4035-44a8-816e-471719dde5c7::all_1_6_1} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3982 | 2024.08.22 02:19:31.778468 [ 197 ] {8761962f-4035-44a8-816e-471719dde5c7::all_1_6_1} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
3983 | 2024.08.22 02:19:31.778645 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
3984 | 2024.08.22 02:19:31.778900 [ 3 ] {a625f3f6-97e4-44ff-b9db-217419e0bceb} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
3985 | 2024.08.22 02:19:31.779347 [ 3 ] {a625f3f6-97e4-44ff-b9db-217419e0bceb} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3986 | 2024.08.22 02:19:31.779541 [ 3 ] {a625f3f6-97e4-44ff-b9db-217419e0bceb} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.009262 sec., 215.93608291945586 rows/sec., 396.23 KiB/sec. | ||
3987 | 2024.08.22 02:19:31.779820 [ 3 ] {a625f3f6-97e4-44ff-b9db-217419e0bceb} <Debug> DynamicQueryHandler: Done processing query | ||
3988 | 2024.08.22 02:19:31.779847 [ 3 ] {a625f3f6-97e4-44ff-b9db-217419e0bceb} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
3989 | 2024.08.22 02:19:31.779863 [ 3 ] {} <Debug> HTTP-Session: c10d2095-56a8-4fdd-ab24-9406a4c2c429 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3990 | 2024.08.22 02:19:31.779995 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 12133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3991 | 2024.08.22 02:19:31.780045 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3992 | 2024.08.22 02:19:31.780065 [ 3 ] {} <Debug> HTTP-Session: f5e1162f-ec8e-4577-a5a9-1ea335580c63 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
3993 | 2024.08.22 02:19:31.780081 [ 3 ] {} <Debug> HTTP-Session: f5e1162f-ec8e-4577-a5a9-1ea335580c63 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3994 | 2024.08.22 02:19:31.780096 [ 3 ] {} <Debug> HTTP-Session: f5e1162f-ec8e-4577-a5a9-1ea335580c63 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3995 | 2024.08.22 02:19:31.780129 [ 3 ] {} <Trace> HTTP-Session: f5e1162f-ec8e-4577-a5a9-1ea335580c63 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3996 | 2024.08.22 02:19:31.780268 [ 3 ] {0ec9fbfc-809e-40e2-a373-8d3bf6a6dbee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3997 | 2024.08.22 02:19:31.780312 [ 3 ] {0ec9fbfc-809e-40e2-a373-8d3bf6a6dbee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3998 | 2024.08.22 02:19:31.780447 [ 3 ] {0ec9fbfc-809e-40e2-a373-8d3bf6a6dbee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3999 | 2024.08.22 02:19:31.780769 [ 3 ] {0ec9fbfc-809e-40e2-a373-8d3bf6a6dbee} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4000 | 2024.08.22 02:19:31.780806 [ 3 ] {0ec9fbfc-809e-40e2-a373-8d3bf6a6dbee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
4001 | 2024.08.22 02:19:31.781173 [ 3 ] {0ec9fbfc-809e-40e2-a373-8d3bf6a6dbee} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
4002 | 2024.08.22 02:19:31.781501 [ 3 ] {0ec9fbfc-809e-40e2-a373-8d3bf6a6dbee} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4003 | 2024.08.22 02:19:31.781626 [ 3 ] {0ec9fbfc-809e-40e2-a373-8d3bf6a6dbee} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001421 sec., 57705.84095707248 rows/sec., 3.67 MiB/sec. | ||
4004 | 2024.08.22 02:19:31.781645 [ 28 ] {} <Debug> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
4005 | 2024.08.22 02:19:31.781702 [ 28 ] {} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4006 | 2024.08.22 02:19:31.781737 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
4007 | 2024.08.22 02:19:31.781835 [ 3 ] {0ec9fbfc-809e-40e2-a373-8d3bf6a6dbee} <Debug> DynamicQueryHandler: Done processing query | ||
4008 | 2024.08.22 02:19:31.781914 [ 3 ] {0ec9fbfc-809e-40e2-a373-8d3bf6a6dbee} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4009 | 2024.08.22 02:19:31.781981 [ 3 ] {} <Debug> HTTP-Session: f5e1162f-ec8e-4577-a5a9-1ea335580c63 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4010 | 2024.08.22 02:19:31.782170 [ 193 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::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 | ||
4011 | 2024.08.22 02:19:31.782363 [ 193 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4012 | 2024.08.22 02:19:31.782408 [ 193 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 586 rows starting from the beginning of the part | ||
4013 | 2024.08.22 02:19:31.782528 [ 193 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 82 rows starting from the beginning of the part | ||
4014 | 2024.08.22 02:19:31.782723 [ 193 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::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 | ||
4015 | 2024.08.22 02:19:31.782885 [ 193 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 82 rows starting from the beginning of the part | ||
4016 | 2024.08.22 02:19:31.783046 [ 193 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::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 | ||
4017 | 2024.08.22 02:19:31.783183 [ 193 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 82 rows starting from the beginning of the part | ||
4018 | 2024.08.22 02:19:31.784510 [ 200 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 952 rows, containing 4 columns (4 merged, 0 gathered) in 0.002682021 sec., 354956.20653231273 rows/sec., 23.38 MiB/sec. | ||
4019 | 2024.08.22 02:19:31.784686 [ 193 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
4020 | 2024.08.22 02:19:31.785044 [ 193 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_16_3} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4021 | 2024.08.22 02:19:31.785120 [ 193 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_16_3} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
4022 | 2024.08.22 02:19:31.785190 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
4023 | 2024.08.22 02:19:36.728910 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 16453, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4024 | 2024.08.22 02:19:36.729029 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4025 | 2024.08.22 02:19:36.729054 [ 3 ] {} <Debug> HTTP-Session: dd567df5-8110-4721-9d00-2c9923db133e Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
4026 | 2024.08.22 02:19:36.729079 [ 3 ] {} <Debug> HTTP-Session: dd567df5-8110-4721-9d00-2c9923db133e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4027 | 2024.08.22 02:19:36.729094 [ 3 ] {} <Debug> HTTP-Session: dd567df5-8110-4721-9d00-2c9923db133e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4028 | 2024.08.22 02:19:36.729146 [ 3 ] {} <Trace> HTTP-Session: dd567df5-8110-4721-9d00-2c9923db133e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4029 | 2024.08.22 02:19:36.729360 [ 3 ] {92f085ed-f06d-4ec8-a693-cb106f30d916} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4030 | 2024.08.22 02:19:36.729431 [ 3 ] {92f085ed-f06d-4ec8-a693-cb106f30d916} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4031 | 2024.08.22 02:19:36.729776 [ 3 ] {92f085ed-f06d-4ec8-a693-cb106f30d916} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4032 | 2024.08.22 02:19:36.730323 [ 3 ] {92f085ed-f06d-4ec8-a693-cb106f30d916} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4033 | 2024.08.22 02:19:36.730373 [ 3 ] {92f085ed-f06d-4ec8-a693-cb106f30d916} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
4034 | 2024.08.22 02:19:36.730817 [ 3 ] {92f085ed-f06d-4ec8-a693-cb106f30d916} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
4035 | 2024.08.22 02:19:36.731215 [ 3 ] {92f085ed-f06d-4ec8-a693-cb106f30d916} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4036 | 2024.08.22 02:19:36.731383 [ 3 ] {92f085ed-f06d-4ec8-a693-cb106f30d916} <Debug> executeQuery: Read 112 rows, 9.63 KiB in 0.002099 sec., 53358.7422582182 rows/sec., 4.48 MiB/sec. | ||
4037 | 2024.08.22 02:19:36.731724 [ 3 ] {92f085ed-f06d-4ec8-a693-cb106f30d916} <Debug> DynamicQueryHandler: Done processing query | ||
4038 | 2024.08.22 02:19:36.731753 [ 3 ] {92f085ed-f06d-4ec8-a693-cb106f30d916} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
4039 | 2024.08.22 02:19:36.731770 [ 3 ] {} <Debug> HTTP-Session: dd567df5-8110-4721-9d00-2c9923db133e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4040 | 2024.08.22 02:19:36.731961 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 4068, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4041 | 2024.08.22 02:19:36.732021 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4042 | 2024.08.22 02:19:36.732040 [ 3 ] {} <Debug> HTTP-Session: b4d3e64d-6d3b-402b-a58c-4eb4ce63a8da Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
4043 | 2024.08.22 02:19:36.732058 [ 3 ] {} <Debug> HTTP-Session: b4d3e64d-6d3b-402b-a58c-4eb4ce63a8da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4044 | 2024.08.22 02:19:36.732073 [ 3 ] {} <Debug> HTTP-Session: b4d3e64d-6d3b-402b-a58c-4eb4ce63a8da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4045 | 2024.08.22 02:19:36.732110 [ 3 ] {} <Trace> HTTP-Session: b4d3e64d-6d3b-402b-a58c-4eb4ce63a8da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4046 | 2024.08.22 02:19:36.732244 [ 3 ] {c7268615-4dfd-441a-9c5b-1464d301d9ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4047 | 2024.08.22 02:19:36.732294 [ 3 ] {c7268615-4dfd-441a-9c5b-1464d301d9ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4048 | 2024.08.22 02:19:36.732556 [ 3 ] {c7268615-4dfd-441a-9c5b-1464d301d9ce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4049 | 2024.08.22 02:19:36.732895 [ 3 ] {c7268615-4dfd-441a-9c5b-1464d301d9ce} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4050 | 2024.08.22 02:19:36.732935 [ 3 ] {c7268615-4dfd-441a-9c5b-1464d301d9ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
4051 | 2024.08.22 02:19:36.733303 [ 3 ] {c7268615-4dfd-441a-9c5b-1464d301d9ce} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
4052 | 2024.08.22 02:19:36.733695 [ 3 ] {c7268615-4dfd-441a-9c5b-1464d301d9ce} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4053 | 2024.08.22 02:19:36.733859 [ 3 ] {c7268615-4dfd-441a-9c5b-1464d301d9ce} <Debug> executeQuery: Read 28 rows, 2.11 KiB in 0.001647 sec., 17000.60716454159 rows/sec., 1.25 MiB/sec. | ||
4054 | 2024.08.22 02:19:36.733864 [ 97 ] {} <Debug> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 | ||
4055 | 2024.08.22 02:19:36.733965 [ 97 ] {} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4056 | 2024.08.22 02:19:36.734018 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
4057 | 2024.08.22 02:19:36.734190 [ 3 ] {c7268615-4dfd-441a-9c5b-1464d301d9ce} <Debug> DynamicQueryHandler: Done processing query | ||
4058 | 2024.08.22 02:19:36.734291 [ 3 ] {c7268615-4dfd-441a-9c5b-1464d301d9ce} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4059 | 2024.08.22 02:19:36.734329 [ 193 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full | ||
4060 | 2024.08.22 02:19:36.734364 [ 3 ] {} <Debug> HTTP-Session: b4d3e64d-6d3b-402b-a58c-4eb4ce63a8da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4061 | 2024.08.22 02:19:36.734641 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 15623, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4062 | 2024.08.22 02:19:36.734645 [ 193 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4063 | 2024.08.22 02:19:36.734734 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4064 | 2024.08.22 02:19:36.734736 [ 193 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 28 rows starting from the beginning of the part | ||
4065 | 2024.08.22 02:19:36.734779 [ 3 ] {} <Debug> HTTP-Session: 71c92a4c-d698-4c43-a7eb-36c90f9ff0c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
4066 | 2024.08.22 02:19:36.734817 [ 3 ] {} <Debug> HTTP-Session: 71c92a4c-d698-4c43-a7eb-36c90f9ff0c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4067 | 2024.08.22 02:19:36.734857 [ 3 ] {} <Debug> HTTP-Session: 71c92a4c-d698-4c43-a7eb-36c90f9ff0c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4068 | 2024.08.22 02:19:36.734989 [ 3 ] {} <Trace> HTTP-Session: 71c92a4c-d698-4c43-a7eb-36c90f9ff0c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4069 | 2024.08.22 02:19:36.734989 [ 193 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 32 rows starting from the beginning of the part | ||
4070 | 2024.08.22 02:19:36.735391 [ 193 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 4 rows starting from the beginning of the part | ||
4071 | 2024.08.22 02:19:36.735419 [ 3 ] {9382f4a1-1b85-487d-9585-8b53300fc9b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4072 | 2024.08.22 02:19:36.735593 [ 3 ] {9382f4a1-1b85-487d-9585-8b53300fc9b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4073 | 2024.08.22 02:19:36.735636 [ 193 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 30 rows starting from the beginning of the part | ||
4074 | 2024.08.22 02:19:36.736028 [ 193 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 4 rows starting from the beginning of the part | ||
4075 | 2024.08.22 02:19:36.736438 [ 193 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 28 rows starting from the beginning of the part | ||
4076 | 2024.08.22 02:19:36.737200 [ 3 ] {9382f4a1-1b85-487d-9585-8b53300fc9b1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4077 | 2024.08.22 02:19:36.738154 [ 3 ] {9382f4a1-1b85-487d-9585-8b53300fc9b1} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4078 | 2024.08.22 02:19:36.738220 [ 3 ] {9382f4a1-1b85-487d-9585-8b53300fc9b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
4079 | 2024.08.22 02:19:36.739284 [ 200 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 126 rows, containing 5 columns (5 merged, 0 gathered) in 0.005184761 sec., 24301.988076210262 rows/sec., 1.87 MiB/sec. | ||
4080 | 2024.08.22 02:19:36.739291 [ 3 ] {9382f4a1-1b85-487d-9585-8b53300fc9b1} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
4081 | 2024.08.22 02:19:36.739618 [ 191 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
4082 | 2024.08.22 02:19:36.740015 [ 3 ] {9382f4a1-1b85-487d-9585-8b53300fc9b1} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4083 | 2024.08.22 02:19:36.740522 [ 3 ] {9382f4a1-1b85-487d-9585-8b53300fc9b1} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.005294 sec., 17378.163959199093 rows/sec., 1.36 MiB/sec. | ||
4084 | 2024.08.22 02:19:36.741215 [ 3 ] {9382f4a1-1b85-487d-9585-8b53300fc9b1} <Debug> DynamicQueryHandler: Done processing query | ||
4085 | 2024.08.22 02:19:36.741223 [ 193 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_10_2} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4086 | 2024.08.22 02:19:36.741246 [ 3 ] {9382f4a1-1b85-487d-9585-8b53300fc9b1} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
4087 | 2024.08.22 02:19:36.741297 [ 3 ] {} <Debug> HTTP-Session: 71c92a4c-d698-4c43-a7eb-36c90f9ff0c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4088 | 2024.08.22 02:19:36.741411 [ 193 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_10_2} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 | ||
4089 | 2024.08.22 02:19:36.741545 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 30592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4090 | 2024.08.22 02:19:36.741556 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
4091 | 2024.08.22 02:19:36.741620 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4092 | 2024.08.22 02:19:36.741646 [ 3 ] {} <Debug> HTTP-Session: b1a30cb5-bd21-464c-a099-992f9e2e07b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
4093 | 2024.08.22 02:19:36.741662 [ 3 ] {} <Debug> HTTP-Session: b1a30cb5-bd21-464c-a099-992f9e2e07b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4094 | 2024.08.22 02:19:36.741675 [ 3 ] {} <Debug> HTTP-Session: b1a30cb5-bd21-464c-a099-992f9e2e07b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4095 | 2024.08.22 02:19:36.741710 [ 3 ] {} <Trace> HTTP-Session: b1a30cb5-bd21-464c-a099-992f9e2e07b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4096 | 2024.08.22 02:19:36.741873 [ 3 ] {7ba92258-9988-4d5b-abd4-a6d78e31676d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4097 | 2024.08.22 02:19:36.741924 [ 3 ] {7ba92258-9988-4d5b-abd4-a6d78e31676d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4098 | 2024.08.22 02:19:36.742102 [ 3 ] {7ba92258-9988-4d5b-abd4-a6d78e31676d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4099 | 2024.08.22 02:19:36.742515 [ 3 ] {7ba92258-9988-4d5b-abd4-a6d78e31676d} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4100 | 2024.08.22 02:19:36.742552 [ 3 ] {7ba92258-9988-4d5b-abd4-a6d78e31676d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
4101 | 2024.08.22 02:19:36.742947 [ 3 ] {7ba92258-9988-4d5b-abd4-a6d78e31676d} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
4102 | 2024.08.22 02:19:36.743298 [ 3 ] {7ba92258-9988-4d5b-abd4-a6d78e31676d} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4103 | 2024.08.22 02:19:36.743450 [ 3 ] {7ba92258-9988-4d5b-abd4-a6d78e31676d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001647 sec., 97146.32665452338 rows/sec., 6.77 MiB/sec. | ||
4104 | 2024.08.22 02:19:36.743628 [ 3 ] {7ba92258-9988-4d5b-abd4-a6d78e31676d} <Debug> DynamicQueryHandler: Done processing query | ||
4105 | 2024.08.22 02:19:36.743652 [ 3 ] {7ba92258-9988-4d5b-abd4-a6d78e31676d} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4106 | 2024.08.22 02:19:36.743668 [ 3 ] {} <Debug> HTTP-Session: b1a30cb5-bd21-464c-a099-992f9e2e07b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4107 | 2024.08.22 02:19:36.743860 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 45016, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4108 | 2024.08.22 02:19:36.743911 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4109 | 2024.08.22 02:19:36.743930 [ 3 ] {} <Debug> HTTP-Session: 7d15d3cf-508b-4c5e-a223-23ed0863cc00 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
4110 | 2024.08.22 02:19:36.743946 [ 3 ] {} <Debug> HTTP-Session: 7d15d3cf-508b-4c5e-a223-23ed0863cc00 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4111 | 2024.08.22 02:19:36.743960 [ 3 ] {} <Debug> HTTP-Session: 7d15d3cf-508b-4c5e-a223-23ed0863cc00 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4112 | 2024.08.22 02:19:36.743991 [ 3 ] {} <Trace> HTTP-Session: 7d15d3cf-508b-4c5e-a223-23ed0863cc00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4113 | 2024.08.22 02:19:36.744293 [ 3 ] {14608c57-85bb-44c7-9918-c22cb1943294} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4114 | 2024.08.22 02:19:36.744359 [ 3 ] {14608c57-85bb-44c7-9918-c22cb1943294} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
4115 | 2024.08.22 02:19:36.744790 [ 3 ] {14608c57-85bb-44c7-9918-c22cb1943294} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4116 | 2024.08.22 02:19:36.745509 [ 3 ] {14608c57-85bb-44c7-9918-c22cb1943294} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4117 | 2024.08.22 02:19:36.745545 [ 3 ] {14608c57-85bb-44c7-9918-c22cb1943294} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
4118 | 2024.08.22 02:19:36.746192 [ 3 ] {14608c57-85bb-44c7-9918-c22cb1943294} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
4119 | 2024.08.22 02:19:36.746613 [ 3 ] {14608c57-85bb-44c7-9918-c22cb1943294} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4120 | 2024.08.22 02:19:36.746803 [ 3 ] {14608c57-85bb-44c7-9918-c22cb1943294} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.002716 sec., 10309.278350515464 rows/sec., 18.47 MiB/sec. | ||
4121 | 2024.08.22 02:19:36.747038 [ 3 ] {14608c57-85bb-44c7-9918-c22cb1943294} <Debug> DynamicQueryHandler: Done processing query | ||
4122 | 2024.08.22 02:19:36.747063 [ 3 ] {14608c57-85bb-44c7-9918-c22cb1943294} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
4123 | 2024.08.22 02:19:36.747079 [ 3 ] {} <Debug> HTTP-Session: 7d15d3cf-508b-4c5e-a223-23ed0863cc00 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4124 | 2024.08.22 02:19:36.747210 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4125 | 2024.08.22 02:19:36.747260 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4126 | 2024.08.22 02:19:36.747279 [ 3 ] {} <Debug> HTTP-Session: 1a5ce131-cfa5-465b-9943-5f9ea6322660 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
4127 | 2024.08.22 02:19:36.747296 [ 3 ] {} <Debug> HTTP-Session: 1a5ce131-cfa5-465b-9943-5f9ea6322660 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4128 | 2024.08.22 02:19:36.747309 [ 3 ] {} <Debug> HTTP-Session: 1a5ce131-cfa5-465b-9943-5f9ea6322660 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4129 | 2024.08.22 02:19:36.747341 [ 3 ] {} <Trace> HTTP-Session: 1a5ce131-cfa5-465b-9943-5f9ea6322660 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4130 | 2024.08.22 02:19:36.747456 [ 3 ] {25e114ef-e607-49cb-a3c7-592f955f787d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4131 | 2024.08.22 02:19:36.747500 [ 3 ] {25e114ef-e607-49cb-a3c7-592f955f787d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4132 | 2024.08.22 02:19:36.747635 [ 3 ] {25e114ef-e607-49cb-a3c7-592f955f787d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4133 | 2024.08.22 02:19:36.747963 [ 3 ] {25e114ef-e607-49cb-a3c7-592f955f787d} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4134 | 2024.08.22 02:19:36.747999 [ 3 ] {25e114ef-e607-49cb-a3c7-592f955f787d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
4135 | 2024.08.22 02:19:36.748359 [ 3 ] {25e114ef-e607-49cb-a3c7-592f955f787d} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
4136 | 2024.08.22 02:19:36.748690 [ 3 ] {25e114ef-e607-49cb-a3c7-592f955f787d} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4137 | 2024.08.22 02:19:36.748840 [ 3 ] {25e114ef-e607-49cb-a3c7-592f955f787d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001419 sec., 42283.29809725159 rows/sec., 2.85 MiB/sec. | ||
4138 | 2024.08.22 02:19:36.749008 [ 3 ] {25e114ef-e607-49cb-a3c7-592f955f787d} <Debug> DynamicQueryHandler: Done processing query | ||
4139 | 2024.08.22 02:19:36.749033 [ 3 ] {25e114ef-e607-49cb-a3c7-592f955f787d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4140 | 2024.08.22 02:19:36.749049 [ 3 ] {} <Debug> HTTP-Session: 1a5ce131-cfa5-465b-9943-5f9ea6322660 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4141 | 2024.08.22 02:19:41.731218 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4142 | 2024.08.22 02:19:41.731384 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4143 | 2024.08.22 02:19:41.731414 [ 3 ] {} <Debug> HTTP-Session: f66b73b8-2c33-40b6-9776-8c1a5df9275f Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
4144 | 2024.08.22 02:19:41.731442 [ 3 ] {} <Debug> HTTP-Session: f66b73b8-2c33-40b6-9776-8c1a5df9275f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4145 | 2024.08.22 02:19:41.731461 [ 3 ] {} <Debug> HTTP-Session: f66b73b8-2c33-40b6-9776-8c1a5df9275f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4146 | 2024.08.22 02:19:41.731519 [ 3 ] {} <Trace> HTTP-Session: f66b73b8-2c33-40b6-9776-8c1a5df9275f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4147 | 2024.08.22 02:19:41.731733 [ 3 ] {75ec6608-8522-45fb-bf9d-dc3170a8b0d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
4148 | 2024.08.22 02:19:41.731813 [ 3 ] {75ec6608-8522-45fb-bf9d-dc3170a8b0d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4149 | 2024.08.22 02:19:41.732181 [ 3 ] {75ec6608-8522-45fb-bf9d-dc3170a8b0d4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4150 | 2024.08.22 02:19:41.732602 [ 3 ] {75ec6608-8522-45fb-bf9d-dc3170a8b0d4} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4151 | 2024.08.22 02:19:41.732651 [ 3 ] {75ec6608-8522-45fb-bf9d-dc3170a8b0d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
4152 | 2024.08.22 02:19:41.733086 [ 3 ] {75ec6608-8522-45fb-bf9d-dc3170a8b0d4} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
4153 | 2024.08.22 02:19:41.733505 [ 3 ] {75ec6608-8522-45fb-bf9d-dc3170a8b0d4} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4154 | 2024.08.22 02:19:41.733699 [ 3 ] {75ec6608-8522-45fb-bf9d-dc3170a8b0d4} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002023 sec., 988.6307464162135 rows/sec., 80.62 KiB/sec. | ||
4155 | 2024.08.22 02:19:41.733938 [ 3 ] {75ec6608-8522-45fb-bf9d-dc3170a8b0d4} <Debug> DynamicQueryHandler: Done processing query | ||
4156 | 2024.08.22 02:19:41.733967 [ 3 ] {75ec6608-8522-45fb-bf9d-dc3170a8b0d4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4157 | 2024.08.22 02:19:41.733984 [ 3 ] {} <Debug> HTTP-Session: f66b73b8-2c33-40b6-9776-8c1a5df9275f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4158 | 2024.08.22 02:19:41.734224 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 29107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4159 | 2024.08.22 02:19:41.734287 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4160 | 2024.08.22 02:19:41.734307 [ 3 ] {} <Debug> HTTP-Session: 42c3fb4f-37a4-44c7-8cda-f7b2b6bc8cf9 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
4161 | 2024.08.22 02:19:41.734325 [ 3 ] {} <Debug> HTTP-Session: 42c3fb4f-37a4-44c7-8cda-f7b2b6bc8cf9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4162 | 2024.08.22 02:19:41.734340 [ 3 ] {} <Debug> HTTP-Session: 42c3fb4f-37a4-44c7-8cda-f7b2b6bc8cf9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4163 | 2024.08.22 02:19:41.734377 [ 3 ] {} <Trace> HTTP-Session: 42c3fb4f-37a4-44c7-8cda-f7b2b6bc8cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4164 | 2024.08.22 02:19:41.734542 [ 3 ] {d263063a-4381-470c-acc4-b11fcabe7328} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4165 | 2024.08.22 02:19:41.734592 [ 3 ] {d263063a-4381-470c-acc4-b11fcabe7328} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4166 | 2024.08.22 02:19:41.734839 [ 3 ] {d263063a-4381-470c-acc4-b11fcabe7328} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4167 | 2024.08.22 02:19:41.735315 [ 3 ] {d263063a-4381-470c-acc4-b11fcabe7328} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4168 | 2024.08.22 02:19:41.735355 [ 3 ] {d263063a-4381-470c-acc4-b11fcabe7328} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
4169 | 2024.08.22 02:19:41.735738 [ 3 ] {d263063a-4381-470c-acc4-b11fcabe7328} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
4170 | 2024.08.22 02:19:41.736108 [ 3 ] {d263063a-4381-470c-acc4-b11fcabe7328} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4171 | 2024.08.22 02:19:41.736267 [ 3 ] {d263063a-4381-470c-acc4-b11fcabe7328} <Debug> executeQuery: Read 194 rows, 17.32 KiB in 0.001795 sec., 108077.99442896937 rows/sec., 9.42 MiB/sec. | ||
4172 | 2024.08.22 02:19:41.736479 [ 3 ] {d263063a-4381-470c-acc4-b11fcabe7328} <Debug> DynamicQueryHandler: Done processing query | ||
4173 | 2024.08.22 02:19:41.736507 [ 3 ] {d263063a-4381-470c-acc4-b11fcabe7328} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
4174 | 2024.08.22 02:19:41.736523 [ 3 ] {} <Debug> HTTP-Session: 42c3fb4f-37a4-44c7-8cda-f7b2b6bc8cf9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4175 | 2024.08.22 02:19:41.736674 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 616, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4176 | 2024.08.22 02:19:41.736726 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4177 | 2024.08.22 02:19:41.736745 [ 3 ] {} <Debug> HTTP-Session: 597c526d-12f0-4659-8935-dd4f56888275 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
4178 | 2024.08.22 02:19:41.736762 [ 3 ] {} <Debug> HTTP-Session: 597c526d-12f0-4659-8935-dd4f56888275 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4179 | 2024.08.22 02:19:41.736776 [ 3 ] {} <Debug> HTTP-Session: 597c526d-12f0-4659-8935-dd4f56888275 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4180 | 2024.08.22 02:19:41.736809 [ 3 ] {} <Trace> HTTP-Session: 597c526d-12f0-4659-8935-dd4f56888275 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4181 | 2024.08.22 02:19:41.736909 [ 3 ] {2d84ec35-7e26-4a6a-94b1-c3754e3e1f58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4182 | 2024.08.22 02:19:41.736954 [ 3 ] {2d84ec35-7e26-4a6a-94b1-c3754e3e1f58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4183 | 2024.08.22 02:19:41.737188 [ 3 ] {2d84ec35-7e26-4a6a-94b1-c3754e3e1f58} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4184 | 2024.08.22 02:19:41.737485 [ 3 ] {2d84ec35-7e26-4a6a-94b1-c3754e3e1f58} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4185 | 2024.08.22 02:19:41.737523 [ 3 ] {2d84ec35-7e26-4a6a-94b1-c3754e3e1f58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
4186 | 2024.08.22 02:19:41.737880 [ 3 ] {2d84ec35-7e26-4a6a-94b1-c3754e3e1f58} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
4187 | 2024.08.22 02:19:41.738246 [ 3 ] {2d84ec35-7e26-4a6a-94b1-c3754e3e1f58} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4188 | 2024.08.22 02:19:41.738423 [ 3 ] {2d84ec35-7e26-4a6a-94b1-c3754e3e1f58} <Debug> executeQuery: Read 4 rows, 297.00 B in 0.001539 sec., 2599.090318388564 rows/sec., 188.46 KiB/sec. | ||
4189 | 2024.08.22 02:19:41.738751 [ 3 ] {2d84ec35-7e26-4a6a-94b1-c3754e3e1f58} <Debug> DynamicQueryHandler: Done processing query | ||
4190 | 2024.08.22 02:19:41.738776 [ 3 ] {2d84ec35-7e26-4a6a-94b1-c3754e3e1f58} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4191 | 2024.08.22 02:19:41.738792 [ 3 ] {} <Debug> HTTP-Session: 597c526d-12f0-4659-8935-dd4f56888275 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4192 | 2024.08.22 02:19:41.738912 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4193 | 2024.08.22 02:19:41.738963 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4194 | 2024.08.22 02:19:41.738983 [ 3 ] {} <Debug> HTTP-Session: b02492d3-0cda-4d6c-a0e1-e413587c9e12 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
4195 | 2024.08.22 02:19:41.739000 [ 3 ] {} <Debug> HTTP-Session: b02492d3-0cda-4d6c-a0e1-e413587c9e12 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4196 | 2024.08.22 02:19:41.739014 [ 3 ] {} <Debug> HTTP-Session: b02492d3-0cda-4d6c-a0e1-e413587c9e12 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4197 | 2024.08.22 02:19:41.739045 [ 3 ] {} <Trace> HTTP-Session: b02492d3-0cda-4d6c-a0e1-e413587c9e12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4198 | 2024.08.22 02:19:41.739149 [ 3 ] {f8221ce5-578f-4724-86ce-1b65449090c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
4199 | 2024.08.22 02:19:41.739193 [ 3 ] {f8221ce5-578f-4724-86ce-1b65449090c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
4200 | 2024.08.22 02:19:41.739438 [ 3 ] {f8221ce5-578f-4724-86ce-1b65449090c3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4201 | 2024.08.22 02:19:41.739745 [ 3 ] {f8221ce5-578f-4724-86ce-1b65449090c3} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4202 | 2024.08.22 02:19:41.739781 [ 3 ] {f8221ce5-578f-4724-86ce-1b65449090c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
4203 | 2024.08.22 02:19:41.740140 [ 3 ] {f8221ce5-578f-4724-86ce-1b65449090c3} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
4204 | 2024.08.22 02:19:41.740513 [ 3 ] {f8221ce5-578f-4724-86ce-1b65449090c3} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4205 | 2024.08.22 02:19:41.740677 [ 3 ] {f8221ce5-578f-4724-86ce-1b65449090c3} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001549 sec., 9038.089089735313 rows/sec., 632.97 KiB/sec. | ||
4206 | 2024.08.22 02:19:41.740889 [ 3 ] {f8221ce5-578f-4724-86ce-1b65449090c3} <Debug> DynamicQueryHandler: Done processing query | ||
4207 | 2024.08.22 02:19:41.740915 [ 3 ] {f8221ce5-578f-4724-86ce-1b65449090c3} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4208 | 2024.08.22 02:19:41.740931 [ 3 ] {} <Debug> HTTP-Session: b02492d3-0cda-4d6c-a0e1-e413587c9e12 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4209 | 2024.08.22 02:19:41.741054 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4210 | 2024.08.22 02:19:41.741104 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4211 | 2024.08.22 02:19:41.741123 [ 3 ] {} <Debug> HTTP-Session: 28be5bf4-274a-4457-b8ab-377d82fc164a Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
4212 | 2024.08.22 02:19:41.741140 [ 3 ] {} <Debug> HTTP-Session: 28be5bf4-274a-4457-b8ab-377d82fc164a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4213 | 2024.08.22 02:19:41.741154 [ 3 ] {} <Debug> HTTP-Session: 28be5bf4-274a-4457-b8ab-377d82fc164a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4214 | 2024.08.22 02:19:41.741185 [ 3 ] {} <Trace> HTTP-Session: 28be5bf4-274a-4457-b8ab-377d82fc164a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4215 | 2024.08.22 02:19:41.741281 [ 3 ] {ab9404c7-3910-4c52-90b7-626f34082588} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
4216 | 2024.08.22 02:19:41.741326 [ 3 ] {ab9404c7-3910-4c52-90b7-626f34082588} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
4217 | 2024.08.22 02:19:41.741551 [ 3 ] {ab9404c7-3910-4c52-90b7-626f34082588} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4218 | 2024.08.22 02:19:41.741873 [ 3 ] {ab9404c7-3910-4c52-90b7-626f34082588} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4219 | 2024.08.22 02:19:41.741911 [ 3 ] {ab9404c7-3910-4c52-90b7-626f34082588} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
4220 | 2024.08.22 02:19:41.742257 [ 3 ] {ab9404c7-3910-4c52-90b7-626f34082588} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
4221 | 2024.08.22 02:19:41.742618 [ 3 ] {ab9404c7-3910-4c52-90b7-626f34082588} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4222 | 2024.08.22 02:19:41.742771 [ 3 ] {ab9404c7-3910-4c52-90b7-626f34082588} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001513 sec., 3965.6311962987443 rows/sec., 234.30 KiB/sec. | ||
4223 | 2024.08.22 02:19:41.742932 [ 3 ] {ab9404c7-3910-4c52-90b7-626f34082588} <Debug> DynamicQueryHandler: Done processing query | ||
4224 | 2024.08.22 02:19:41.742957 [ 3 ] {ab9404c7-3910-4c52-90b7-626f34082588} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4225 | 2024.08.22 02:19:41.742972 [ 3 ] {} <Debug> HTTP-Session: 28be5bf4-274a-4457-b8ab-377d82fc164a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4226 | 2024.08.22 02:19:41.743171 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 62445, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4227 | 2024.08.22 02:19:41.743219 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4228 | 2024.08.22 02:19:41.743238 [ 3 ] {} <Debug> HTTP-Session: 3f4a34d6-b4a1-4a5a-a814-ea7a89c007e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
4229 | 2024.08.22 02:19:41.743279 [ 3 ] {} <Debug> HTTP-Session: 3f4a34d6-b4a1-4a5a-a814-ea7a89c007e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4230 | 2024.08.22 02:19:41.743296 [ 3 ] {} <Debug> HTTP-Session: 3f4a34d6-b4a1-4a5a-a814-ea7a89c007e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4231 | 2024.08.22 02:19:41.743327 [ 3 ] {} <Trace> HTTP-Session: 3f4a34d6-b4a1-4a5a-a814-ea7a89c007e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4232 | 2024.08.22 02:19:41.743525 [ 3 ] {66e19886-d428-4084-b313-9e0d8e53633c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4233 | 2024.08.22 02:19:41.743574 [ 3 ] {66e19886-d428-4084-b313-9e0d8e53633c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4234 | 2024.08.22 02:19:41.743799 [ 3 ] {66e19886-d428-4084-b313-9e0d8e53633c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4235 | 2024.08.22 02:19:41.744294 [ 3 ] {66e19886-d428-4084-b313-9e0d8e53633c} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4236 | 2024.08.22 02:19:41.744331 [ 3 ] {66e19886-d428-4084-b313-9e0d8e53633c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
4237 | 2024.08.22 02:19:41.744700 [ 3 ] {66e19886-d428-4084-b313-9e0d8e53633c} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
4238 | 2024.08.22 02:19:41.745056 [ 3 ] {66e19886-d428-4084-b313-9e0d8e53633c} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4239 | 2024.08.22 02:19:41.745223 [ 3 ] {66e19886-d428-4084-b313-9e0d8e53633c} <Debug> executeQuery: Read 386 rows, 28.00 KiB in 0.001802 sec., 214206.4372918979 rows/sec., 15.18 MiB/sec. | ||
4240 | 2024.08.22 02:19:41.745384 [ 3 ] {66e19886-d428-4084-b313-9e0d8e53633c} <Debug> DynamicQueryHandler: Done processing query | ||
4241 | 2024.08.22 02:19:41.745409 [ 3 ] {66e19886-d428-4084-b313-9e0d8e53633c} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
4242 | 2024.08.22 02:19:41.745424 [ 3 ] {} <Debug> HTTP-Session: 3f4a34d6-b4a1-4a5a-a814-ea7a89c007e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4243 | 2024.08.22 02:19:41.745563 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4244 | 2024.08.22 02:19:41.745611 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4245 | 2024.08.22 02:19:41.745630 [ 3 ] {} <Debug> HTTP-Session: bbad3868-9549-421b-8e25-850dac6cf056 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
4246 | 2024.08.22 02:19:41.745646 [ 3 ] {} <Debug> HTTP-Session: bbad3868-9549-421b-8e25-850dac6cf056 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4247 | 2024.08.22 02:19:41.745660 [ 3 ] {} <Debug> HTTP-Session: bbad3868-9549-421b-8e25-850dac6cf056 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4248 | 2024.08.22 02:19:41.745690 [ 3 ] {} <Trace> HTTP-Session: bbad3868-9549-421b-8e25-850dac6cf056 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4249 | 2024.08.22 02:19:41.745786 [ 3 ] {a9b2bc2f-9463-4e0c-9509-4b86da6bf1da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
4250 | 2024.08.22 02:19:41.745832 [ 3 ] {a9b2bc2f-9463-4e0c-9509-4b86da6bf1da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
4251 | 2024.08.22 02:19:41.745961 [ 3 ] {a9b2bc2f-9463-4e0c-9509-4b86da6bf1da} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4252 | 2024.08.22 02:19:41.746183 [ 3 ] {a9b2bc2f-9463-4e0c-9509-4b86da6bf1da} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4253 | 2024.08.22 02:19:41.746220 [ 3 ] {a9b2bc2f-9463-4e0c-9509-4b86da6bf1da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
4254 | 2024.08.22 02:19:41.746588 [ 3 ] {a9b2bc2f-9463-4e0c-9509-4b86da6bf1da} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
4255 | 2024.08.22 02:19:41.746915 [ 3 ] {a9b2bc2f-9463-4e0c-9509-4b86da6bf1da} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4256 | 2024.08.22 02:19:41.747067 [ 29 ] {} <Debug> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
4257 | 2024.08.22 02:19:41.747077 [ 3 ] {a9b2bc2f-9463-4e0c-9509-4b86da6bf1da} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001307 sec., 4590.665646518745 rows/sec., 239.84 KiB/sec. | ||
4258 | 2024.08.22 02:19:41.747148 [ 29 ] {} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4259 | 2024.08.22 02:19:41.747218 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
4260 | 2024.08.22 02:19:41.747415 [ 3 ] {a9b2bc2f-9463-4e0c-9509-4b86da6bf1da} <Debug> DynamicQueryHandler: Done processing query | ||
4261 | 2024.08.22 02:19:41.747450 [ 191 ] {0b6dfbbe-deac-48d2-bc82-b319c8f68a7a::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 | ||
4262 | 2024.08.22 02:19:41.747456 [ 3 ] {a9b2bc2f-9463-4e0c-9509-4b86da6bf1da} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
4263 | 2024.08.22 02:19:41.747547 [ 3 ] {} <Debug> HTTP-Session: bbad3868-9549-421b-8e25-850dac6cf056 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4264 | 2024.08.22 02:19:41.747714 [ 191 ] {0b6dfbbe-deac-48d2-bc82-b319c8f68a7a::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4265 | 2024.08.22 02:19:41.747783 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 44790, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4266 | 2024.08.22 02:19:41.747791 [ 191 ] {0b6dfbbe-deac-48d2-bc82-b319c8f68a7a::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 | ||
4267 | 2024.08.22 02:19:41.747848 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4268 | 2024.08.22 02:19:41.747895 [ 3 ] {} <Debug> HTTP-Session: 3155994c-83e7-42e5-8a09-b8aed4a1c883 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
4269 | 2024.08.22 02:19:41.747947 [ 3 ] {} <Debug> HTTP-Session: 3155994c-83e7-42e5-8a09-b8aed4a1c883 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4270 | 2024.08.22 02:19:41.748013 [ 3 ] {} <Debug> HTTP-Session: 3155994c-83e7-42e5-8a09-b8aed4a1c883 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4271 | 2024.08.22 02:19:41.748074 [ 191 ] {0b6dfbbe-deac-48d2-bc82-b319c8f68a7a::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 | ||
4272 | 2024.08.22 02:19:41.748128 [ 3 ] {} <Trace> HTTP-Session: 3155994c-83e7-42e5-8a09-b8aed4a1c883 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4273 | 2024.08.22 02:19:41.748345 [ 191 ] {0b6dfbbe-deac-48d2-bc82-b319c8f68a7a::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 | ||
4274 | 2024.08.22 02:19:41.748581 [ 3 ] {f2df43f4-dfad-491e-a3dc-7d06f4f2b110} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4275 | 2024.08.22 02:19:41.748657 [ 191 ] {0b6dfbbe-deac-48d2-bc82-b319c8f68a7a::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 | ||
4276 | 2024.08.22 02:19:41.748772 [ 3 ] {f2df43f4-dfad-491e-a3dc-7d06f4f2b110} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4277 | 2024.08.22 02:19:41.749138 [ 191 ] {0b6dfbbe-deac-48d2-bc82-b319c8f68a7a::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 | ||
4278 | 2024.08.22 02:19:41.749523 [ 191 ] {0b6dfbbe-deac-48d2-bc82-b319c8f68a7a::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 | ||
4279 | 2024.08.22 02:19:41.749792 [ 3 ] {f2df43f4-dfad-491e-a3dc-7d06f4f2b110} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4280 | 2024.08.22 02:19:41.750799 [ 3 ] {f2df43f4-dfad-491e-a3dc-7d06f4f2b110} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4281 | 2024.08.22 02:19:41.750865 [ 3 ] {f2df43f4-dfad-491e-a3dc-7d06f4f2b110} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
4282 | 2024.08.22 02:19:41.752064 [ 3 ] {f2df43f4-dfad-491e-a3dc-7d06f4f2b110} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
4283 | 2024.08.22 02:19:41.752163 [ 200 ] {0b6dfbbe-deac-48d2-bc82-b319c8f68a7a::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.0048283 sec., 7456.040428308101 rows/sec., 389.55 KiB/sec. | ||
4284 | 2024.08.22 02:19:41.752356 [ 200 ] {0b6dfbbe-deac-48d2-bc82-b319c8f68a7a::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
4285 | 2024.08.22 02:19:41.752541 [ 3 ] {f2df43f4-dfad-491e-a3dc-7d06f4f2b110} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4286 | 2024.08.22 02:19:41.752839 [ 3 ] {f2df43f4-dfad-491e-a3dc-7d06f4f2b110} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.004501 sec., 52877.13841368585 rows/sec., 3.54 MiB/sec. | ||
4287 | 2024.08.22 02:19:41.753052 [ 200 ] {0b6dfbbe-deac-48d2-bc82-b319c8f68a7a::all_1_6_1} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4288 | 2024.08.22 02:19:41.753080 [ 3 ] {f2df43f4-dfad-491e-a3dc-7d06f4f2b110} <Debug> DynamicQueryHandler: Done processing query | ||
4289 | 2024.08.22 02:19:41.753110 [ 3 ] {f2df43f4-dfad-491e-a3dc-7d06f4f2b110} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
4290 | 2024.08.22 02:19:41.753126 [ 3 ] {} <Debug> HTTP-Session: 3155994c-83e7-42e5-8a09-b8aed4a1c883 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4291 | 2024.08.22 02:19:41.753140 [ 200 ] {0b6dfbbe-deac-48d2-bc82-b319c8f68a7a::all_1_6_1} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
4292 | 2024.08.22 02:19:41.753230 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
4293 | 2024.08.22 02:19:41.753257 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4294 | 2024.08.22 02:19:41.753308 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4295 | 2024.08.22 02:19:41.753328 [ 3 ] {} <Debug> HTTP-Session: a555cec4-e881-4478-ae21-240e69cebc58 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
4296 | 2024.08.22 02:19:41.753344 [ 3 ] {} <Debug> HTTP-Session: a555cec4-e881-4478-ae21-240e69cebc58 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4297 | 2024.08.22 02:19:41.753359 [ 3 ] {} <Debug> HTTP-Session: a555cec4-e881-4478-ae21-240e69cebc58 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4298 | 2024.08.22 02:19:41.753390 [ 3 ] {} <Trace> HTTP-Session: a555cec4-e881-4478-ae21-240e69cebc58 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4299 | 2024.08.22 02:19:41.753484 [ 3 ] {8fd6db68-2d57-4eeb-ae24-60d26b5e1d4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
4300 | 2024.08.22 02:19:41.753530 [ 3 ] {8fd6db68-2d57-4eeb-ae24-60d26b5e1d4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
4301 | 2024.08.22 02:19:41.753669 [ 3 ] {8fd6db68-2d57-4eeb-ae24-60d26b5e1d4c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4302 | 2024.08.22 02:19:41.753901 [ 3 ] {8fd6db68-2d57-4eeb-ae24-60d26b5e1d4c} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4303 | 2024.08.22 02:19:41.753937 [ 3 ] {8fd6db68-2d57-4eeb-ae24-60d26b5e1d4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
4304 | 2024.08.22 02:19:41.754298 [ 3 ] {8fd6db68-2d57-4eeb-ae24-60d26b5e1d4c} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
4305 | 2024.08.22 02:19:41.754650 [ 3 ] {8fd6db68-2d57-4eeb-ae24-60d26b5e1d4c} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4306 | 2024.08.22 02:19:41.754879 [ 3 ] {8fd6db68-2d57-4eeb-ae24-60d26b5e1d4c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001409 sec., 709.7232079488999 rows/sec., 47.82 KiB/sec. | ||
4307 | 2024.08.22 02:19:41.755047 [ 3 ] {8fd6db68-2d57-4eeb-ae24-60d26b5e1d4c} <Debug> DynamicQueryHandler: Done processing query | ||
4308 | 2024.08.22 02:19:41.755070 [ 3 ] {8fd6db68-2d57-4eeb-ae24-60d26b5e1d4c} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
4309 | 2024.08.22 02:19:41.755086 [ 3 ] {} <Debug> HTTP-Session: a555cec4-e881-4478-ae21-240e69cebc58 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4310 | 2024.08.22 02:19:41.755227 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 3204, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4311 | 2024.08.22 02:19:41.755282 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4312 | 2024.08.22 02:19:41.755301 [ 3 ] {} <Debug> HTTP-Session: fe3a19c0-a0c7-42eb-91f6-1027568d9da8 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
4313 | 2024.08.22 02:19:41.755318 [ 3 ] {} <Debug> HTTP-Session: fe3a19c0-a0c7-42eb-91f6-1027568d9da8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4314 | 2024.08.22 02:19:41.755332 [ 3 ] {} <Debug> HTTP-Session: fe3a19c0-a0c7-42eb-91f6-1027568d9da8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4315 | 2024.08.22 02:19:41.755363 [ 3 ] {} <Trace> HTTP-Session: fe3a19c0-a0c7-42eb-91f6-1027568d9da8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4316 | 2024.08.22 02:19:41.755505 [ 3 ] {d8c9e5ff-c97e-4c2f-beeb-ad5fe26f23e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4317 | 2024.08.22 02:19:41.755588 [ 3 ] {d8c9e5ff-c97e-4c2f-beeb-ad5fe26f23e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
4318 | 2024.08.22 02:19:41.756115 [ 3 ] {d8c9e5ff-c97e-4c2f-beeb-ad5fe26f23e4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4319 | 2024.08.22 02:19:41.756620 [ 3 ] {d8c9e5ff-c97e-4c2f-beeb-ad5fe26f23e4} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4320 | 2024.08.22 02:19:41.756659 [ 3 ] {d8c9e5ff-c97e-4c2f-beeb-ad5fe26f23e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
4321 | 2024.08.22 02:19:41.757320 [ 3 ] {d8c9e5ff-c97e-4c2f-beeb-ad5fe26f23e4} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
4322 | 2024.08.22 02:19:41.757757 [ 3 ] {d8c9e5ff-c97e-4c2f-beeb-ad5fe26f23e4} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4323 | 2024.08.22 02:19:41.757940 [ 29 ] {} <Debug> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
4324 | 2024.08.22 02:19:41.757959 [ 3 ] {d8c9e5ff-c97e-4c2f-beeb-ad5fe26f23e4} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.002505 sec., 798.4031936127745 rows/sec., 1.43 MiB/sec. | ||
4325 | 2024.08.22 02:19:41.758008 [ 29 ] {} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4326 | 2024.08.22 02:19:41.758075 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
4327 | 2024.08.22 02:19:41.758391 [ 186 ] {54363e51-69d9-4b16-adfe-43c651565682::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 | ||
4328 | 2024.08.22 02:19:41.758581 [ 3 ] {d8c9e5ff-c97e-4c2f-beeb-ad5fe26f23e4} <Debug> DynamicQueryHandler: Done processing query | ||
4329 | 2024.08.22 02:19:41.758636 [ 3 ] {d8c9e5ff-c97e-4c2f-beeb-ad5fe26f23e4} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
4330 | 2024.08.22 02:19:41.758683 [ 3 ] {} <Debug> HTTP-Session: fe3a19c0-a0c7-42eb-91f6-1027568d9da8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4331 | 2024.08.22 02:19:41.758904 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 12133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4332 | 2024.08.22 02:19:41.759026 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4333 | 2024.08.22 02:19:41.759040 [ 186 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4334 | 2024.08.22 02:19:41.759057 [ 3 ] {} <Debug> HTTP-Session: 6c1dcbbc-8037-45ed-b10a-d1efb4d11d40 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
4335 | 2024.08.22 02:19:41.759101 [ 3 ] {} <Debug> HTTP-Session: 6c1dcbbc-8037-45ed-b10a-d1efb4d11d40 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4336 | 2024.08.22 02:19:41.759149 [ 3 ] {} <Debug> HTTP-Session: 6c1dcbbc-8037-45ed-b10a-d1efb4d11d40 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4337 | 2024.08.22 02:19:41.759192 [ 186 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 168 rows starting from the beginning of the part | ||
4338 | 2024.08.22 02:19:41.759218 [ 3 ] {} <Trace> HTTP-Session: 6c1dcbbc-8037-45ed-b10a-d1efb4d11d40 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4339 | 2024.08.22 02:19:41.759617 [ 3 ] {f10e6656-1234-4d04-a08e-97dd6fa13a2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4340 | 2024.08.22 02:19:41.759805 [ 3 ] {f10e6656-1234-4d04-a08e-97dd6fa13a2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4341 | 2024.08.22 02:19:41.759950 [ 186 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2 rows starting from the beginning of the part | ||
4342 | 2024.08.22 02:19:41.760784 [ 3 ] {f10e6656-1234-4d04-a08e-97dd6fa13a2d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4343 | 2024.08.22 02:19:41.760798 [ 186 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 28 rows starting from the beginning of the part | ||
4344 | 2024.08.22 02:19:41.761388 [ 186 ] {54363e51-69d9-4b16-adfe-43c651565682::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 | ||
4345 | 2024.08.22 02:19:41.762014 [ 3 ] {f10e6656-1234-4d04-a08e-97dd6fa13a2d} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4346 | 2024.08.22 02:19:41.762094 [ 3 ] {f10e6656-1234-4d04-a08e-97dd6fa13a2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
4347 | 2024.08.22 02:19:41.762100 [ 186 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 28 rows starting from the beginning of the part | ||
4348 | 2024.08.22 02:19:41.762712 [ 186 ] {54363e51-69d9-4b16-adfe-43c651565682::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 | ||
4349 | 2024.08.22 02:19:41.763609 [ 3 ] {f10e6656-1234-4d04-a08e-97dd6fa13a2d} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
4350 | 2024.08.22 02:19:41.764605 [ 3 ] {f10e6656-1234-4d04-a08e-97dd6fa13a2d} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4351 | 2024.08.22 02:19:41.765167 [ 3 ] {f10e6656-1234-4d04-a08e-97dd6fa13a2d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005734 sec., 14300.662713637948 rows/sec., 930.07 KiB/sec. | ||
4352 | 2024.08.22 02:19:41.767575 [ 3 ] {f10e6656-1234-4d04-a08e-97dd6fa13a2d} <Debug> DynamicQueryHandler: Done processing query | ||
4353 | 2024.08.22 02:19:41.767627 [ 3 ] {f10e6656-1234-4d04-a08e-97dd6fa13a2d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4354 | 2024.08.22 02:19:41.767647 [ 3 ] {} <Debug> HTTP-Session: 6c1dcbbc-8037-45ed-b10a-d1efb4d11d40 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4355 | 2024.08.22 02:19:41.770469 [ 200 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 230 rows, containing 19 columns (19 merged, 0 gathered) in 0.012275751 sec., 18736.124576003538 rows/sec., 33.57 MiB/sec. | ||
4356 | 2024.08.22 02:19:41.770982 [ 191 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
4357 | 2024.08.22 02:19:41.771622 [ 191 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_11_2} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4358 | 2024.08.22 02:19:41.771720 [ 191 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_11_2} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
4359 | 2024.08.22 02:19:41.771876 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.36 MiB. | ||
4360 | 2024.08.22 02:19:45.123891 [ 50 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4361 | 2024.08.22 02:19:45.123948 [ 50 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4362 | 2024.08.22 02:19:46.757826 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 181567, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4363 | 2024.08.22 02:19:46.758002 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4364 | 2024.08.22 02:19:46.758027 [ 3 ] {} <Debug> HTTP-Session: f4a098b5-a460-465d-b415-058076a72f74 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
4365 | 2024.08.22 02:19:46.758051 [ 3 ] {} <Debug> HTTP-Session: f4a098b5-a460-465d-b415-058076a72f74 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4366 | 2024.08.22 02:19:46.758066 [ 3 ] {} <Debug> HTTP-Session: f4a098b5-a460-465d-b415-058076a72f74 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4367 | 2024.08.22 02:19:46.758116 [ 3 ] {} <Trace> HTTP-Session: f4a098b5-a460-465d-b415-058076a72f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4368 | 2024.08.22 02:19:46.758640 [ 3 ] {3ced5a65-9882-4521-b8ce-223835657154} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4369 | 2024.08.22 02:19:46.758708 [ 3 ] {3ced5a65-9882-4521-b8ce-223835657154} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4370 | 2024.08.22 02:19:46.759015 [ 3 ] {3ced5a65-9882-4521-b8ce-223835657154} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4371 | 2024.08.22 02:19:46.760292 [ 3 ] {3ced5a65-9882-4521-b8ce-223835657154} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4372 | 2024.08.22 02:19:46.760345 [ 3 ] {3ced5a65-9882-4521-b8ce-223835657154} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
4373 | 2024.08.22 02:19:46.760930 [ 3 ] {3ced5a65-9882-4521-b8ce-223835657154} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
4374 | 2024.08.22 02:19:46.761359 [ 3 ] {3ced5a65-9882-4521-b8ce-223835657154} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4375 | 2024.08.22 02:19:46.761523 [ 3 ] {3ced5a65-9882-4521-b8ce-223835657154} <Debug> executeQuery: Read 1252 rows, 105.75 KiB in 0.003275 sec., 382290.0763358778 rows/sec., 31.53 MiB/sec. | ||
4376 | 2024.08.22 02:19:46.761875 [ 3 ] {3ced5a65-9882-4521-b8ce-223835657154} <Debug> DynamicQueryHandler: Done processing query | ||
4377 | 2024.08.22 02:19:46.761910 [ 3 ] {3ced5a65-9882-4521-b8ce-223835657154} <Debug> MemoryTracker: Peak memory usage (for query): 4.98 MiB. | ||
4378 | 2024.08.22 02:19:46.761928 [ 3 ] {} <Debug> HTTP-Session: f4a098b5-a460-465d-b415-058076a72f74 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4379 | 2024.08.22 02:19:46.762101 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 4068, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4380 | 2024.08.22 02:19:46.762150 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4381 | 2024.08.22 02:19:46.762169 [ 3 ] {} <Debug> HTTP-Session: e813fe71-ea8e-46d4-ac7f-2463d7b0396b Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
4382 | 2024.08.22 02:19:46.762187 [ 3 ] {} <Debug> HTTP-Session: e813fe71-ea8e-46d4-ac7f-2463d7b0396b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4383 | 2024.08.22 02:19:46.762201 [ 3 ] {} <Debug> HTTP-Session: e813fe71-ea8e-46d4-ac7f-2463d7b0396b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4384 | 2024.08.22 02:19:46.762232 [ 3 ] {} <Trace> HTTP-Session: e813fe71-ea8e-46d4-ac7f-2463d7b0396b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4385 | 2024.08.22 02:19:46.762345 [ 3 ] {02e5051b-3119-44c7-9e43-18817a92cdfd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4386 | 2024.08.22 02:19:46.762392 [ 3 ] {02e5051b-3119-44c7-9e43-18817a92cdfd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4387 | 2024.08.22 02:19:46.762649 [ 3 ] {02e5051b-3119-44c7-9e43-18817a92cdfd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4388 | 2024.08.22 02:19:46.762986 [ 3 ] {02e5051b-3119-44c7-9e43-18817a92cdfd} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4389 | 2024.08.22 02:19:46.763024 [ 3 ] {02e5051b-3119-44c7-9e43-18817a92cdfd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
4390 | 2024.08.22 02:19:46.763367 [ 3 ] {02e5051b-3119-44c7-9e43-18817a92cdfd} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
4391 | 2024.08.22 02:19:46.763707 [ 3 ] {02e5051b-3119-44c7-9e43-18817a92cdfd} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4392 | 2024.08.22 02:19:46.763912 [ 3 ] {02e5051b-3119-44c7-9e43-18817a92cdfd} <Debug> executeQuery: Read 28 rows, 2.11 KiB in 0.001595 sec., 17554.85893416928 rows/sec., 1.29 MiB/sec. | ||
4393 | 2024.08.22 02:19:46.764078 [ 3 ] {02e5051b-3119-44c7-9e43-18817a92cdfd} <Debug> DynamicQueryHandler: Done processing query | ||
4394 | 2024.08.22 02:19:46.764102 [ 3 ] {02e5051b-3119-44c7-9e43-18817a92cdfd} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4395 | 2024.08.22 02:19:46.764117 [ 3 ] {} <Debug> HTTP-Session: e813fe71-ea8e-46d4-ac7f-2463d7b0396b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4396 | 2024.08.22 02:19:46.764292 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 30489, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4397 | 2024.08.22 02:19:46.764340 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4398 | 2024.08.22 02:19:46.764360 [ 3 ] {} <Debug> HTTP-Session: 5ccaf561-d448-4077-a2bf-cee61519796d Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
4399 | 2024.08.22 02:19:46.764375 [ 3 ] {} <Debug> HTTP-Session: 5ccaf561-d448-4077-a2bf-cee61519796d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4400 | 2024.08.22 02:19:46.764390 [ 3 ] {} <Debug> HTTP-Session: 5ccaf561-d448-4077-a2bf-cee61519796d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4401 | 2024.08.22 02:19:46.764427 [ 3 ] {} <Trace> HTTP-Session: 5ccaf561-d448-4077-a2bf-cee61519796d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4402 | 2024.08.22 02:19:46.764606 [ 3 ] {96e0c874-76e4-496c-b445-adb9b3b263fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
4403 | 2024.08.22 02:19:46.764654 [ 3 ] {96e0c874-76e4-496c-b445-adb9b3b263fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
4404 | 2024.08.22 02:19:46.764897 [ 3 ] {96e0c874-76e4-496c-b445-adb9b3b263fd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4405 | 2024.08.22 02:19:46.765463 [ 3 ] {96e0c874-76e4-496c-b445-adb9b3b263fd} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4406 | 2024.08.22 02:19:46.765504 [ 3 ] {96e0c874-76e4-496c-b445-adb9b3b263fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
4407 | 2024.08.22 02:19:46.765944 [ 3 ] {96e0c874-76e4-496c-b445-adb9b3b263fd} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
4408 | 2024.08.22 02:19:46.766352 [ 3 ] {96e0c874-76e4-496c-b445-adb9b3b263fd} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4409 | 2024.08.22 02:19:46.766521 [ 3 ] {96e0c874-76e4-496c-b445-adb9b3b263fd} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001995 sec., 114285.71428571429 rows/sec., 7.74 MiB/sec. | ||
4410 | 2024.08.22 02:19:46.766703 [ 3 ] {96e0c874-76e4-496c-b445-adb9b3b263fd} <Debug> DynamicQueryHandler: Done processing query | ||
4411 | 2024.08.22 02:19:46.766728 [ 3 ] {96e0c874-76e4-496c-b445-adb9b3b263fd} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
4412 | 2024.08.22 02:19:46.766746 [ 3 ] {} <Debug> HTTP-Session: 5ccaf561-d448-4077-a2bf-cee61519796d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4413 | 2024.08.22 02:19:46.766953 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 90635, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4414 | 2024.08.22 02:19:46.767003 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4415 | 2024.08.22 02:19:46.767024 [ 3 ] {} <Debug> HTTP-Session: 81a8ff47-4d24-4afc-b815-bf066a4b21cb Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
4416 | 2024.08.22 02:19:46.767041 [ 3 ] {} <Debug> HTTP-Session: 81a8ff47-4d24-4afc-b815-bf066a4b21cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4417 | 2024.08.22 02:19:46.767056 [ 3 ] {} <Debug> HTTP-Session: 81a8ff47-4d24-4afc-b815-bf066a4b21cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4418 | 2024.08.22 02:19:46.767086 [ 3 ] {} <Trace> HTTP-Session: 81a8ff47-4d24-4afc-b815-bf066a4b21cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4419 | 2024.08.22 02:19:46.767317 [ 3 ] {a264e88d-0018-4261-b6be-2773999c4777} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4420 | 2024.08.22 02:19:46.767358 [ 3 ] {a264e88d-0018-4261-b6be-2773999c4777} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4421 | 2024.08.22 02:19:46.767574 [ 3 ] {a264e88d-0018-4261-b6be-2773999c4777} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4422 | 2024.08.22 02:19:46.768279 [ 3 ] {a264e88d-0018-4261-b6be-2773999c4777} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4423 | 2024.08.22 02:19:46.768317 [ 3 ] {a264e88d-0018-4261-b6be-2773999c4777} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
4424 | 2024.08.22 02:19:46.768709 [ 3 ] {a264e88d-0018-4261-b6be-2773999c4777} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
4425 | 2024.08.22 02:19:46.769097 [ 3 ] {a264e88d-0018-4261-b6be-2773999c4777} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4426 | 2024.08.22 02:19:46.769259 [ 3 ] {a264e88d-0018-4261-b6be-2773999c4777} <Debug> executeQuery: Read 548 rows, 41.65 KiB in 0.002065 sec., 265375.30266343825 rows/sec., 19.70 MiB/sec. | ||
4427 | 2024.08.22 02:19:46.769549 [ 3 ] {a264e88d-0018-4261-b6be-2773999c4777} <Debug> DynamicQueryHandler: Done processing query | ||
4428 | 2024.08.22 02:19:46.769573 [ 3 ] {a264e88d-0018-4261-b6be-2773999c4777} <Debug> MemoryTracker: Peak memory usage (for query): 4.57 MiB. | ||
4429 | 2024.08.22 02:19:46.769588 [ 3 ] {} <Debug> HTTP-Session: 81a8ff47-4d24-4afc-b815-bf066a4b21cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4430 | 2024.08.22 02:19:46.769853 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 160276, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4431 | 2024.08.22 02:19:46.769906 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4432 | 2024.08.22 02:19:46.769935 [ 3 ] {} <Debug> HTTP-Session: a49f7119-e4bd-42df-998e-3ce89a5143c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
4433 | 2024.08.22 02:19:46.769960 [ 3 ] {} <Debug> HTTP-Session: a49f7119-e4bd-42df-998e-3ce89a5143c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4434 | 2024.08.22 02:19:46.769977 [ 3 ] {} <Debug> HTTP-Session: a49f7119-e4bd-42df-998e-3ce89a5143c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4435 | 2024.08.22 02:19:46.770008 [ 3 ] {} <Trace> HTTP-Session: a49f7119-e4bd-42df-998e-3ce89a5143c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4436 | 2024.08.22 02:19:46.770506 [ 3 ] {3998ef0d-dc32-48a9-bda4-10144711b7f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4437 | 2024.08.22 02:19:46.770557 [ 3 ] {3998ef0d-dc32-48a9-bda4-10144711b7f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4438 | 2024.08.22 02:19:46.770726 [ 3 ] {3998ef0d-dc32-48a9-bda4-10144711b7f3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4439 | 2024.08.22 02:19:46.771524 [ 3 ] {3998ef0d-dc32-48a9-bda4-10144711b7f3} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4440 | 2024.08.22 02:19:46.771560 [ 3 ] {3998ef0d-dc32-48a9-bda4-10144711b7f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
4441 | 2024.08.22 02:19:46.772054 [ 3 ] {3998ef0d-dc32-48a9-bda4-10144711b7f3} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
4442 | 2024.08.22 02:19:46.772408 [ 3 ] {3998ef0d-dc32-48a9-bda4-10144711b7f3} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4443 | 2024.08.22 02:19:46.772568 [ 3 ] {3998ef0d-dc32-48a9-bda4-10144711b7f3} <Debug> executeQuery: Read 844 rows, 58.17 KiB in 0.002412 sec., 349917.08126036485 rows/sec., 23.55 MiB/sec. | ||
4444 | 2024.08.22 02:19:46.772754 [ 3 ] {3998ef0d-dc32-48a9-bda4-10144711b7f3} <Debug> DynamicQueryHandler: Done processing query | ||
4445 | 2024.08.22 02:19:46.772779 [ 3 ] {3998ef0d-dc32-48a9-bda4-10144711b7f3} <Debug> MemoryTracker: Peak memory usage (for query): 4.66 MiB. | ||
4446 | 2024.08.22 02:19:46.772794 [ 3 ] {} <Debug> HTTP-Session: a49f7119-e4bd-42df-998e-3ce89a5143c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4447 | 2024.08.22 02:19:46.772994 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 45054, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4448 | 2024.08.22 02:19:46.773041 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4449 | 2024.08.22 02:19:46.773059 [ 3 ] {} <Debug> HTTP-Session: efac493a-c6c6-49d6-91a7-3c78794331d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
4450 | 2024.08.22 02:19:46.773075 [ 3 ] {} <Debug> HTTP-Session: efac493a-c6c6-49d6-91a7-3c78794331d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4451 | 2024.08.22 02:19:46.773088 [ 3 ] {} <Debug> HTTP-Session: efac493a-c6c6-49d6-91a7-3c78794331d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4452 | 2024.08.22 02:19:46.773120 [ 3 ] {} <Trace> HTTP-Session: efac493a-c6c6-49d6-91a7-3c78794331d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4453 | 2024.08.22 02:19:46.773402 [ 3 ] {f5fe7f15-62f4-4422-af8d-10846ddb0ca8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4454 | 2024.08.22 02:19:46.773463 [ 3 ] {f5fe7f15-62f4-4422-af8d-10846ddb0ca8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
4455 | 2024.08.22 02:19:46.773914 [ 3 ] {f5fe7f15-62f4-4422-af8d-10846ddb0ca8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4456 | 2024.08.22 02:19:46.774519 [ 3 ] {f5fe7f15-62f4-4422-af8d-10846ddb0ca8} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4457 | 2024.08.22 02:19:46.774556 [ 3 ] {f5fe7f15-62f4-4422-af8d-10846ddb0ca8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
4458 | 2024.08.22 02:19:46.775131 [ 3 ] {f5fe7f15-62f4-4422-af8d-10846ddb0ca8} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
4459 | 2024.08.22 02:19:46.775514 [ 3 ] {f5fe7f15-62f4-4422-af8d-10846ddb0ca8} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4460 | 2024.08.22 02:19:46.775686 [ 3 ] {f5fe7f15-62f4-4422-af8d-10846ddb0ca8} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.002522 sec., 11102.299762093577 rows/sec., 19.89 MiB/sec. | ||
4461 | 2024.08.22 02:19:46.775955 [ 3 ] {f5fe7f15-62f4-4422-af8d-10846ddb0ca8} <Debug> DynamicQueryHandler: Done processing query | ||
4462 | 2024.08.22 02:19:46.775979 [ 3 ] {f5fe7f15-62f4-4422-af8d-10846ddb0ca8} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
4463 | 2024.08.22 02:19:46.775995 [ 3 ] {} <Debug> HTTP-Session: efac493a-c6c6-49d6-91a7-3c78794331d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4464 | 2024.08.22 02:19:46.776126 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4465 | 2024.08.22 02:19:46.776174 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4466 | 2024.08.22 02:19:46.776194 [ 3 ] {} <Debug> HTTP-Session: 01f26bd0-f306-417e-b378-e8e10917b546 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
4467 | 2024.08.22 02:19:46.776210 [ 3 ] {} <Debug> HTTP-Session: 01f26bd0-f306-417e-b378-e8e10917b546 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4468 | 2024.08.22 02:19:46.776224 [ 3 ] {} <Debug> HTTP-Session: 01f26bd0-f306-417e-b378-e8e10917b546 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4469 | 2024.08.22 02:19:46.776255 [ 3 ] {} <Trace> HTTP-Session: 01f26bd0-f306-417e-b378-e8e10917b546 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4470 | 2024.08.22 02:19:46.776368 [ 3 ] {71be42fe-f8d0-4b47-95f2-2fc3b880e62d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4471 | 2024.08.22 02:19:46.776412 [ 3 ] {71be42fe-f8d0-4b47-95f2-2fc3b880e62d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4472 | 2024.08.22 02:19:46.776539 [ 3 ] {71be42fe-f8d0-4b47-95f2-2fc3b880e62d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4473 | 2024.08.22 02:19:46.776875 [ 3 ] {71be42fe-f8d0-4b47-95f2-2fc3b880e62d} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4474 | 2024.08.22 02:19:46.776909 [ 3 ] {71be42fe-f8d0-4b47-95f2-2fc3b880e62d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
4475 | 2024.08.22 02:19:46.777240 [ 3 ] {71be42fe-f8d0-4b47-95f2-2fc3b880e62d} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
4476 | 2024.08.22 02:19:46.777544 [ 3 ] {71be42fe-f8d0-4b47-95f2-2fc3b880e62d} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4477 | 2024.08.22 02:19:46.777694 [ 3 ] {71be42fe-f8d0-4b47-95f2-2fc3b880e62d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001417 sec., 42342.97812279464 rows/sec., 2.85 MiB/sec. | ||
4478 | 2024.08.22 02:19:46.777919 [ 3 ] {71be42fe-f8d0-4b47-95f2-2fc3b880e62d} <Debug> DynamicQueryHandler: Done processing query | ||
4479 | 2024.08.22 02:19:46.777942 [ 3 ] {71be42fe-f8d0-4b47-95f2-2fc3b880e62d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4480 | 2024.08.22 02:19:46.777956 [ 3 ] {} <Debug> HTTP-Session: 01f26bd0-f306-417e-b378-e8e10917b546 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4481 | 2024.08.22 02:19:51.731415 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 28974, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4482 | 2024.08.22 02:19:51.731524 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4483 | 2024.08.22 02:19:51.731550 [ 3 ] {} <Debug> HTTP-Session: 4d3365ec-9779-4c91-bc33-92477eecb862 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
4484 | 2024.08.22 02:19:51.731575 [ 3 ] {} <Debug> HTTP-Session: 4d3365ec-9779-4c91-bc33-92477eecb862 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4485 | 2024.08.22 02:19:51.731590 [ 3 ] {} <Debug> HTTP-Session: 4d3365ec-9779-4c91-bc33-92477eecb862 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4486 | 2024.08.22 02:19:51.731639 [ 3 ] {} <Trace> HTTP-Session: 4d3365ec-9779-4c91-bc33-92477eecb862 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4487 | 2024.08.22 02:19:51.731958 [ 3 ] {2355baa3-9173-4d17-9ad6-e08c65afd266} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4488 | 2024.08.22 02:19:51.732034 [ 3 ] {2355baa3-9173-4d17-9ad6-e08c65afd266} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4489 | 2024.08.22 02:19:51.732376 [ 3 ] {2355baa3-9173-4d17-9ad6-e08c65afd266} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4490 | 2024.08.22 02:19:51.732961 [ 3 ] {2355baa3-9173-4d17-9ad6-e08c65afd266} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4491 | 2024.08.22 02:19:51.733006 [ 3 ] {2355baa3-9173-4d17-9ad6-e08c65afd266} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
4492 | 2024.08.22 02:19:51.733437 [ 3 ] {2355baa3-9173-4d17-9ad6-e08c65afd266} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
4493 | 2024.08.22 02:19:51.733829 [ 3 ] {2355baa3-9173-4d17-9ad6-e08c65afd266} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4494 | 2024.08.22 02:19:51.733998 [ 3 ] {2355baa3-9173-4d17-9ad6-e08c65afd266} <Debug> executeQuery: Read 193 rows, 17.24 KiB in 0.002206 sec., 87488.66727107887 rows/sec., 7.63 MiB/sec. | ||
4495 | 2024.08.22 02:19:51.734201 [ 3 ] {2355baa3-9173-4d17-9ad6-e08c65afd266} <Debug> DynamicQueryHandler: Done processing query | ||
4496 | 2024.08.22 02:19:51.734228 [ 3 ] {2355baa3-9173-4d17-9ad6-e08c65afd266} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
4497 | 2024.08.22 02:19:51.734244 [ 3 ] {} <Debug> HTTP-Session: 4d3365ec-9779-4c91-bc33-92477eecb862 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4498 | 2024.08.22 02:19:51.734386 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4499 | 2024.08.22 02:19:51.734438 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4500 | 2024.08.22 02:19:51.734459 [ 3 ] {} <Debug> HTTP-Session: dc25cb1f-d5a1-487e-8584-0bc8cbefd391 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
4501 | 2024.08.22 02:19:51.734476 [ 3 ] {} <Debug> HTTP-Session: dc25cb1f-d5a1-487e-8584-0bc8cbefd391 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4502 | 2024.08.22 02:19:51.734491 [ 3 ] {} <Debug> HTTP-Session: dc25cb1f-d5a1-487e-8584-0bc8cbefd391 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4503 | 2024.08.22 02:19:51.734524 [ 3 ] {} <Trace> HTTP-Session: dc25cb1f-d5a1-487e-8584-0bc8cbefd391 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4504 | 2024.08.22 02:19:51.734622 [ 3 ] {c898a5d2-e6bc-4e07-8df9-b30373cf0029} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4505 | 2024.08.22 02:19:51.734666 [ 3 ] {c898a5d2-e6bc-4e07-8df9-b30373cf0029} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4506 | 2024.08.22 02:19:51.734896 [ 3 ] {c898a5d2-e6bc-4e07-8df9-b30373cf0029} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4507 | 2024.08.22 02:19:51.735218 [ 3 ] {c898a5d2-e6bc-4e07-8df9-b30373cf0029} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4508 | 2024.08.22 02:19:51.735256 [ 3 ] {c898a5d2-e6bc-4e07-8df9-b30373cf0029} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
4509 | 2024.08.22 02:19:51.735602 [ 3 ] {c898a5d2-e6bc-4e07-8df9-b30373cf0029} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
4510 | 2024.08.22 02:19:51.735968 [ 3 ] {c898a5d2-e6bc-4e07-8df9-b30373cf0029} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4511 | 2024.08.22 02:19:51.736125 [ 3 ] {c898a5d2-e6bc-4e07-8df9-b30373cf0029} <Debug> executeQuery: Read 2 rows, 154.00 B in 0.001527 sec., 1309.757694826457 rows/sec., 98.49 KiB/sec. | ||
4512 | 2024.08.22 02:19:51.736301 [ 3 ] {c898a5d2-e6bc-4e07-8df9-b30373cf0029} <Debug> DynamicQueryHandler: Done processing query | ||
4513 | 2024.08.22 02:19:51.736325 [ 3 ] {c898a5d2-e6bc-4e07-8df9-b30373cf0029} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4514 | 2024.08.22 02:19:51.736342 [ 3 ] {} <Debug> HTTP-Session: dc25cb1f-d5a1-487e-8584-0bc8cbefd391 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4515 | 2024.08.22 02:19:51.736478 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4516 | 2024.08.22 02:19:51.736529 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4517 | 2024.08.22 02:19:51.736549 [ 3 ] {} <Debug> HTTP-Session: 2019d1ef-f8b8-46ce-b536-1ac73911059e Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
4518 | 2024.08.22 02:19:51.736566 [ 3 ] {} <Debug> HTTP-Session: 2019d1ef-f8b8-46ce-b536-1ac73911059e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4519 | 2024.08.22 02:19:51.736580 [ 3 ] {} <Debug> HTTP-Session: 2019d1ef-f8b8-46ce-b536-1ac73911059e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4520 | 2024.08.22 02:19:51.736611 [ 3 ] {} <Trace> HTTP-Session: 2019d1ef-f8b8-46ce-b536-1ac73911059e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4521 | 2024.08.22 02:19:51.736709 [ 3 ] {851ea684-ceaa-49e4-b206-c9bdc4e46b99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
4522 | 2024.08.22 02:19:51.736753 [ 3 ] {851ea684-ceaa-49e4-b206-c9bdc4e46b99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
4523 | 2024.08.22 02:19:51.736977 [ 3 ] {851ea684-ceaa-49e4-b206-c9bdc4e46b99} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4524 | 2024.08.22 02:19:51.737281 [ 3 ] {851ea684-ceaa-49e4-b206-c9bdc4e46b99} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4525 | 2024.08.22 02:19:51.737319 [ 3 ] {851ea684-ceaa-49e4-b206-c9bdc4e46b99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
4526 | 2024.08.22 02:19:51.737676 [ 3 ] {851ea684-ceaa-49e4-b206-c9bdc4e46b99} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
4527 | 2024.08.22 02:19:51.738023 [ 3 ] {851ea684-ceaa-49e4-b206-c9bdc4e46b99} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4528 | 2024.08.22 02:19:51.738177 [ 71 ] {} <Debug> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
4529 | 2024.08.22 02:19:51.738180 [ 3 ] {851ea684-ceaa-49e4-b206-c9bdc4e46b99} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00149 sec., 9395.973154362417 rows/sec., 658.03 KiB/sec. | ||
4530 | 2024.08.22 02:19:51.738265 [ 71 ] {} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4531 | 2024.08.22 02:19:51.738332 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
4532 | 2024.08.22 02:19:51.738522 [ 3 ] {851ea684-ceaa-49e4-b206-c9bdc4e46b99} <Debug> DynamicQueryHandler: Done processing query | ||
4533 | 2024.08.22 02:19:51.738556 [ 186 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::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 | ||
4534 | 2024.08.22 02:19:51.738565 [ 3 ] {851ea684-ceaa-49e4-b206-c9bdc4e46b99} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4535 | 2024.08.22 02:19:51.738656 [ 3 ] {} <Debug> HTTP-Session: 2019d1ef-f8b8-46ce-b536-1ac73911059e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4536 | 2024.08.22 02:19:51.738829 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4537 | 2024.08.22 02:19:51.738899 [ 186 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4538 | 2024.08.22 02:19:51.738930 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4539 | 2024.08.22 02:19:51.738961 [ 186 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 243 rows starting from the beginning of the part | ||
4540 | 2024.08.22 02:19:51.738970 [ 3 ] {} <Debug> HTTP-Session: c6cd1b68-e9c6-4aa8-8079-d8217d5bd738 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
4541 | 2024.08.22 02:19:51.739015 [ 3 ] {} <Debug> HTTP-Session: c6cd1b68-e9c6-4aa8-8079-d8217d5bd738 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4542 | 2024.08.22 02:19:51.739053 [ 3 ] {} <Debug> HTTP-Session: c6cd1b68-e9c6-4aa8-8079-d8217d5bd738 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4543 | 2024.08.22 02:19:51.739195 [ 186 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 14 rows starting from the beginning of the part | ||
4544 | 2024.08.22 02:19:51.739232 [ 3 ] {} <Trace> HTTP-Session: c6cd1b68-e9c6-4aa8-8079-d8217d5bd738 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4545 | 2024.08.22 02:19:51.739403 [ 186 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 14 rows starting from the beginning of the part | ||
4546 | 2024.08.22 02:19:51.739743 [ 3 ] {3952011a-9d35-4877-9647-7a7eb12fcfa2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
4547 | 2024.08.22 02:19:51.739767 [ 186 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 14 rows starting from the beginning of the part | ||
4548 | 2024.08.22 02:19:51.739856 [ 3 ] {3952011a-9d35-4877-9647-7a7eb12fcfa2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
4549 | 2024.08.22 02:19:51.740051 [ 186 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 228 rows starting from the beginning of the part | ||
4550 | 2024.08.22 02:19:51.740367 [ 186 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 14 rows starting from the beginning of the part | ||
4551 | 2024.08.22 02:19:51.741178 [ 3 ] {3952011a-9d35-4877-9647-7a7eb12fcfa2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4552 | 2024.08.22 02:19:51.742099 [ 3 ] {3952011a-9d35-4877-9647-7a7eb12fcfa2} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4553 | 2024.08.22 02:19:51.742173 [ 3 ] {3952011a-9d35-4877-9647-7a7eb12fcfa2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
4554 | 2024.08.22 02:19:51.743167 [ 3 ] {3952011a-9d35-4877-9647-7a7eb12fcfa2} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
4555 | 2024.08.22 02:19:51.743440 [ 189 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 527 rows, containing 5 columns (5 merged, 0 gathered) in 0.004987741 sec., 105659.05487073206 rows/sec., 7.18 MiB/sec. | ||
4556 | 2024.08.22 02:19:51.743795 [ 189 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
4557 | 2024.08.22 02:19:51.743906 [ 3 ] {3952011a-9d35-4877-9647-7a7eb12fcfa2} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4558 | 2024.08.22 02:19:51.744203 [ 3 ] {3952011a-9d35-4877-9647-7a7eb12fcfa2} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.004712 sec., 1273.3446519524618 rows/sec., 75.23 KiB/sec. | ||
4559 | 2024.08.22 02:19:51.744678 [ 3 ] {3952011a-9d35-4877-9647-7a7eb12fcfa2} <Debug> DynamicQueryHandler: Done processing query | ||
4560 | 2024.08.22 02:19:51.744715 [ 3 ] {3952011a-9d35-4877-9647-7a7eb12fcfa2} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4561 | 2024.08.22 02:19:51.744745 [ 3 ] {} <Debug> HTTP-Session: c6cd1b68-e9c6-4aa8-8079-d8217d5bd738 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4562 | 2024.08.22 02:19:51.744887 [ 189 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_11_2} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4563 | 2024.08.22 02:19:51.744964 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 62104, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4564 | 2024.08.22 02:19:51.745032 [ 189 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_11_2} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
4565 | 2024.08.22 02:19:51.745045 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4566 | 2024.08.22 02:19:51.745082 [ 3 ] {} <Debug> HTTP-Session: aab193f8-08b7-4aa3-9db4-c6e7273f440e Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
4567 | 2024.08.22 02:19:51.745130 [ 3 ] {} <Debug> HTTP-Session: aab193f8-08b7-4aa3-9db4-c6e7273f440e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4568 | 2024.08.22 02:19:51.745182 [ 3 ] {} <Debug> HTTP-Session: aab193f8-08b7-4aa3-9db4-c6e7273f440e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4569 | 2024.08.22 02:19:51.745206 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
4570 | 2024.08.22 02:19:51.745231 [ 3 ] {} <Trace> HTTP-Session: aab193f8-08b7-4aa3-9db4-c6e7273f440e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4571 | 2024.08.22 02:19:51.745487 [ 3 ] {22859afb-6169-4248-9054-4c75d7521059} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4572 | 2024.08.22 02:19:51.745532 [ 3 ] {22859afb-6169-4248-9054-4c75d7521059} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4573 | 2024.08.22 02:19:51.745782 [ 3 ] {22859afb-6169-4248-9054-4c75d7521059} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4574 | 2024.08.22 02:19:51.746341 [ 3 ] {22859afb-6169-4248-9054-4c75d7521059} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4575 | 2024.08.22 02:19:51.746379 [ 3 ] {22859afb-6169-4248-9054-4c75d7521059} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
4576 | 2024.08.22 02:19:51.746755 [ 3 ] {22859afb-6169-4248-9054-4c75d7521059} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
4577 | 2024.08.22 02:19:51.747115 [ 3 ] {22859afb-6169-4248-9054-4c75d7521059} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4578 | 2024.08.22 02:19:51.747273 [ 3 ] {22859afb-6169-4248-9054-4c75d7521059} <Debug> executeQuery: Read 384 rows, 27.84 KiB in 0.001925 sec., 199480.51948051946 rows/sec., 14.12 MiB/sec. | ||
4579 | 2024.08.22 02:19:51.747589 [ 3 ] {22859afb-6169-4248-9054-4c75d7521059} <Debug> DynamicQueryHandler: Done processing query | ||
4580 | 2024.08.22 02:19:51.747615 [ 3 ] {22859afb-6169-4248-9054-4c75d7521059} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
4581 | 2024.08.22 02:19:51.747632 [ 3 ] {} <Debug> HTTP-Session: aab193f8-08b7-4aa3-9db4-c6e7273f440e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4582 | 2024.08.22 02:19:51.747772 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4583 | 2024.08.22 02:19:51.747822 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4584 | 2024.08.22 02:19:51.747842 [ 3 ] {} <Debug> HTTP-Session: 7811b975-909c-45a6-857b-b8a3411a7344 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
4585 | 2024.08.22 02:19:51.747860 [ 3 ] {} <Debug> HTTP-Session: 7811b975-909c-45a6-857b-b8a3411a7344 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4586 | 2024.08.22 02:19:51.747874 [ 3 ] {} <Debug> HTTP-Session: 7811b975-909c-45a6-857b-b8a3411a7344 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4587 | 2024.08.22 02:19:51.747905 [ 3 ] {} <Trace> HTTP-Session: 7811b975-909c-45a6-857b-b8a3411a7344 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4588 | 2024.08.22 02:19:51.748015 [ 3 ] {2565073b-2e4b-4265-8370-7ff6b5a4b412} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
4589 | 2024.08.22 02:19:51.748062 [ 3 ] {2565073b-2e4b-4265-8370-7ff6b5a4b412} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
4590 | 2024.08.22 02:19:51.748213 [ 3 ] {2565073b-2e4b-4265-8370-7ff6b5a4b412} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4591 | 2024.08.22 02:19:51.748483 [ 3 ] {2565073b-2e4b-4265-8370-7ff6b5a4b412} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4592 | 2024.08.22 02:19:51.748519 [ 3 ] {2565073b-2e4b-4265-8370-7ff6b5a4b412} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
4593 | 2024.08.22 02:19:51.748882 [ 3 ] {2565073b-2e4b-4265-8370-7ff6b5a4b412} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
4594 | 2024.08.22 02:19:51.749208 [ 3 ] {2565073b-2e4b-4265-8370-7ff6b5a4b412} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4595 | 2024.08.22 02:19:51.749369 [ 3 ] {2565073b-2e4b-4265-8370-7ff6b5a4b412} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001377 sec., 4357.298474945534 rows/sec., 227.65 KiB/sec. | ||
4596 | 2024.08.22 02:19:51.749635 [ 3 ] {2565073b-2e4b-4265-8370-7ff6b5a4b412} <Debug> DynamicQueryHandler: Done processing query | ||
4597 | 2024.08.22 02:19:51.749660 [ 3 ] {2565073b-2e4b-4265-8370-7ff6b5a4b412} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
4598 | 2024.08.22 02:19:51.749676 [ 3 ] {} <Debug> HTTP-Session: 7811b975-909c-45a6-857b-b8a3411a7344 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4599 | 2024.08.22 02:19:51.749824 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 44601, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4600 | 2024.08.22 02:19:51.749874 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4601 | 2024.08.22 02:19:51.749896 [ 3 ] {} <Debug> HTTP-Session: 7042b6bc-3a30-42ba-8a6c-3d935c283713 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
4602 | 2024.08.22 02:19:51.749912 [ 3 ] {} <Debug> HTTP-Session: 7042b6bc-3a30-42ba-8a6c-3d935c283713 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4603 | 2024.08.22 02:19:51.749927 [ 3 ] {} <Debug> HTTP-Session: 7042b6bc-3a30-42ba-8a6c-3d935c283713 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4604 | 2024.08.22 02:19:51.749957 [ 3 ] {} <Trace> HTTP-Session: 7042b6bc-3a30-42ba-8a6c-3d935c283713 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4605 | 2024.08.22 02:19:51.750138 [ 3 ] {15c71d95-dd0d-48e5-91b2-6b8bf5647a70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4606 | 2024.08.22 02:19:51.750187 [ 3 ] {15c71d95-dd0d-48e5-91b2-6b8bf5647a70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4607 | 2024.08.22 02:19:51.750352 [ 3 ] {15c71d95-dd0d-48e5-91b2-6b8bf5647a70} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4608 | 2024.08.22 02:19:51.750778 [ 3 ] {15c71d95-dd0d-48e5-91b2-6b8bf5647a70} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4609 | 2024.08.22 02:19:51.750816 [ 3 ] {15c71d95-dd0d-48e5-91b2-6b8bf5647a70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
4610 | 2024.08.22 02:19:51.751197 [ 3 ] {15c71d95-dd0d-48e5-91b2-6b8bf5647a70} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
4611 | 2024.08.22 02:19:51.751539 [ 3 ] {15c71d95-dd0d-48e5-91b2-6b8bf5647a70} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4612 | 2024.08.22 02:19:51.751701 [ 3 ] {15c71d95-dd0d-48e5-91b2-6b8bf5647a70} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001646 sec., 143985.4191980559 rows/sec., 9.65 MiB/sec. | ||
4613 | 2024.08.22 02:19:51.751870 [ 3 ] {15c71d95-dd0d-48e5-91b2-6b8bf5647a70} <Debug> DynamicQueryHandler: Done processing query | ||
4614 | 2024.08.22 02:19:51.751894 [ 3 ] {15c71d95-dd0d-48e5-91b2-6b8bf5647a70} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
4615 | 2024.08.22 02:19:51.751911 [ 3 ] {} <Debug> HTTP-Session: 7042b6bc-3a30-42ba-8a6c-3d935c283713 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4616 | 2024.08.22 02:19:51.752039 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4617 | 2024.08.22 02:19:51.752087 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4618 | 2024.08.22 02:19:51.752107 [ 3 ] {} <Debug> HTTP-Session: 34b55445-07fd-45b9-890e-f2a21982b9f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
4619 | 2024.08.22 02:19:51.752124 [ 3 ] {} <Debug> HTTP-Session: 34b55445-07fd-45b9-890e-f2a21982b9f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4620 | 2024.08.22 02:19:51.752138 [ 3 ] {} <Debug> HTTP-Session: 34b55445-07fd-45b9-890e-f2a21982b9f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4621 | 2024.08.22 02:19:51.752170 [ 3 ] {} <Trace> HTTP-Session: 34b55445-07fd-45b9-890e-f2a21982b9f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4622 | 2024.08.22 02:19:51.752263 [ 3 ] {253e2e52-a9b6-438f-a225-a0b2763029a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
4623 | 2024.08.22 02:19:51.752314 [ 3 ] {253e2e52-a9b6-438f-a225-a0b2763029a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
4624 | 2024.08.22 02:19:51.752447 [ 3 ] {253e2e52-a9b6-438f-a225-a0b2763029a7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4625 | 2024.08.22 02:19:51.752694 [ 3 ] {253e2e52-a9b6-438f-a225-a0b2763029a7} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4626 | 2024.08.22 02:19:51.752729 [ 3 ] {253e2e52-a9b6-438f-a225-a0b2763029a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
4627 | 2024.08.22 02:19:51.753069 [ 3 ] {253e2e52-a9b6-438f-a225-a0b2763029a7} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
4628 | 2024.08.22 02:19:51.753395 [ 3 ] {253e2e52-a9b6-438f-a225-a0b2763029a7} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4629 | 2024.08.22 02:19:51.753548 [ 3 ] {253e2e52-a9b6-438f-a225-a0b2763029a7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.0013 sec., 769.2307692307693 rows/sec., 51.83 KiB/sec. | ||
4630 | 2024.08.22 02:19:51.753698 [ 3 ] {253e2e52-a9b6-438f-a225-a0b2763029a7} <Debug> DynamicQueryHandler: Done processing query | ||
4631 | 2024.08.22 02:19:51.753722 [ 3 ] {253e2e52-a9b6-438f-a225-a0b2763029a7} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
4632 | 2024.08.22 02:19:51.753737 [ 3 ] {} <Debug> HTTP-Session: 34b55445-07fd-45b9-890e-f2a21982b9f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4633 | 2024.08.22 02:19:51.753844 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 3204, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4634 | 2024.08.22 02:19:51.753889 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4635 | 2024.08.22 02:19:51.753909 [ 3 ] {} <Debug> HTTP-Session: aaecb19d-44a1-45ba-8eff-663e827949dc Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
4636 | 2024.08.22 02:19:51.753925 [ 3 ] {} <Debug> HTTP-Session: aaecb19d-44a1-45ba-8eff-663e827949dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4637 | 2024.08.22 02:19:51.753940 [ 3 ] {} <Debug> HTTP-Session: aaecb19d-44a1-45ba-8eff-663e827949dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4638 | 2024.08.22 02:19:51.753970 [ 3 ] {} <Trace> HTTP-Session: aaecb19d-44a1-45ba-8eff-663e827949dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4639 | 2024.08.22 02:19:51.754077 [ 3 ] {03437a50-153c-410f-928a-5b8a8f897e37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4640 | 2024.08.22 02:19:51.754138 [ 3 ] {03437a50-153c-410f-928a-5b8a8f897e37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
4641 | 2024.08.22 02:19:51.754556 [ 3 ] {03437a50-153c-410f-928a-5b8a8f897e37} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4642 | 2024.08.22 02:19:51.754942 [ 3 ] {03437a50-153c-410f-928a-5b8a8f897e37} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4643 | 2024.08.22 02:19:51.754977 [ 3 ] {03437a50-153c-410f-928a-5b8a8f897e37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
4644 | 2024.08.22 02:19:51.755569 [ 3 ] {03437a50-153c-410f-928a-5b8a8f897e37} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
4645 | 2024.08.22 02:19:51.755981 [ 3 ] {03437a50-153c-410f-928a-5b8a8f897e37} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4646 | 2024.08.22 02:19:51.756165 [ 3 ] {03437a50-153c-410f-928a-5b8a8f897e37} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.002126 sec., 940.7337723424272 rows/sec., 1.69 MiB/sec. | ||
4647 | 2024.08.22 02:19:51.756366 [ 3 ] {03437a50-153c-410f-928a-5b8a8f897e37} <Debug> DynamicQueryHandler: Done processing query | ||
4648 | 2024.08.22 02:19:51.756390 [ 3 ] {03437a50-153c-410f-928a-5b8a8f897e37} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
4649 | 2024.08.22 02:19:51.756406 [ 3 ] {} <Debug> HTTP-Session: aaecb19d-44a1-45ba-8eff-663e827949dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4650 | 2024.08.22 02:19:51.756522 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 12133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4651 | 2024.08.22 02:19:51.756569 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4652 | 2024.08.22 02:19:51.756589 [ 3 ] {} <Debug> HTTP-Session: b42b8ae2-99b6-4992-8691-8efe855f4085 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
4653 | 2024.08.22 02:19:51.756606 [ 3 ] {} <Debug> HTTP-Session: b42b8ae2-99b6-4992-8691-8efe855f4085 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4654 | 2024.08.22 02:19:51.756619 [ 3 ] {} <Debug> HTTP-Session: b42b8ae2-99b6-4992-8691-8efe855f4085 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4655 | 2024.08.22 02:19:51.756649 [ 3 ] {} <Trace> HTTP-Session: b42b8ae2-99b6-4992-8691-8efe855f4085 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4656 | 2024.08.22 02:19:51.756777 [ 3 ] {e91599a9-0d23-4b09-af86-827f68b65b80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4657 | 2024.08.22 02:19:51.756820 [ 3 ] {e91599a9-0d23-4b09-af86-827f68b65b80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4658 | 2024.08.22 02:19:51.756947 [ 3 ] {e91599a9-0d23-4b09-af86-827f68b65b80} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4659 | 2024.08.22 02:19:51.757222 [ 3 ] {e91599a9-0d23-4b09-af86-827f68b65b80} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4660 | 2024.08.22 02:19:51.757258 [ 3 ] {e91599a9-0d23-4b09-af86-827f68b65b80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
4661 | 2024.08.22 02:19:51.757608 [ 3 ] {e91599a9-0d23-4b09-af86-827f68b65b80} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
4662 | 2024.08.22 02:19:51.757923 [ 3 ] {e91599a9-0d23-4b09-af86-827f68b65b80} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4663 | 2024.08.22 02:19:51.758078 [ 3 ] {e91599a9-0d23-4b09-af86-827f68b65b80} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001344 sec., 61011.90476190476 rows/sec., 3.88 MiB/sec. | ||
4664 | 2024.08.22 02:19:51.758231 [ 3 ] {e91599a9-0d23-4b09-af86-827f68b65b80} <Debug> DynamicQueryHandler: Done processing query | ||
4665 | 2024.08.22 02:19:51.758254 [ 3 ] {e91599a9-0d23-4b09-af86-827f68b65b80} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4666 | 2024.08.22 02:19:51.758270 [ 3 ] {} <Debug> HTTP-Session: b42b8ae2-99b6-4992-8691-8efe855f4085 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4667 | 2024.08.22 02:19:52.541595 [ 71 ] {} <Debug> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
4668 | 2024.08.22 02:19:52.541680 [ 71 ] {} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4669 | 2024.08.22 02:19:52.541702 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
4670 | 2024.08.22 02:19:52.541916 [ 189 ] {cdab0789-df43-4ed0-9b00-f6a2b630ca3d::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 | ||
4671 | 2024.08.22 02:19:52.542123 [ 189 ] {cdab0789-df43-4ed0-9b00-f6a2b630ca3d::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4672 | 2024.08.22 02:19:52.542166 [ 189 ] {cdab0789-df43-4ed0-9b00-f6a2b630ca3d::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 4 rows starting from the beginning of the part | ||
4673 | 2024.08.22 02:19:52.542287 [ 189 ] {cdab0789-df43-4ed0-9b00-f6a2b630ca3d::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part | ||
4674 | 2024.08.22 02:19:52.542561 [ 189 ] {cdab0789-df43-4ed0-9b00-f6a2b630ca3d::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part | ||
4675 | 2024.08.22 02:19:52.543011 [ 189 ] {cdab0789-df43-4ed0-9b00-f6a2b630ca3d::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part | ||
4676 | 2024.08.22 02:19:52.543127 [ 189 ] {cdab0789-df43-4ed0-9b00-f6a2b630ca3d::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 2 rows starting from the beginning of the part | ||
4677 | 2024.08.22 02:19:52.544176 [ 186 ] {cdab0789-df43-4ed0-9b00-f6a2b630ca3d::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12 rows, containing 5 columns (5 merged, 0 gathered) in 0.00239641 sec., 5007.490371013308 rows/sec., 427.89 KiB/sec. | ||
4678 | 2024.08.22 02:19:52.544353 [ 186 ] {cdab0789-df43-4ed0-9b00-f6a2b630ca3d::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
4679 | 2024.08.22 02:19:52.544827 [ 186 ] {cdab0789-df43-4ed0-9b00-f6a2b630ca3d::all_1_5_1} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4680 | 2024.08.22 02:19:52.544917 [ 186 ] {cdab0789-df43-4ed0-9b00-f6a2b630ca3d::all_1_5_1} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
4681 | 2024.08.22 02:19:52.545018 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
4682 | 2024.08.22 02:19:56.728927 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 16453, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4683 | 2024.08.22 02:19:56.729047 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4684 | 2024.08.22 02:19:56.729076 [ 3 ] {} <Debug> HTTP-Session: af76edfe-951b-4333-b855-e3086ccdc6b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
4685 | 2024.08.22 02:19:56.729105 [ 3 ] {} <Debug> HTTP-Session: af76edfe-951b-4333-b855-e3086ccdc6b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4686 | 2024.08.22 02:19:56.729124 [ 3 ] {} <Debug> HTTP-Session: af76edfe-951b-4333-b855-e3086ccdc6b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4687 | 2024.08.22 02:19:56.729179 [ 3 ] {} <Trace> HTTP-Session: af76edfe-951b-4333-b855-e3086ccdc6b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4688 | 2024.08.22 02:19:56.729505 [ 3 ] {49b246f7-2d87-4212-98f8-67cde93bc01b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4689 | 2024.08.22 02:19:56.729613 [ 3 ] {49b246f7-2d87-4212-98f8-67cde93bc01b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4690 | 2024.08.22 02:19:56.730176 [ 3 ] {49b246f7-2d87-4212-98f8-67cde93bc01b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4691 | 2024.08.22 02:19:56.730654 [ 3 ] {49b246f7-2d87-4212-98f8-67cde93bc01b} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4692 | 2024.08.22 02:19:56.730695 [ 3 ] {49b246f7-2d87-4212-98f8-67cde93bc01b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
4693 | 2024.08.22 02:19:56.731124 [ 3 ] {49b246f7-2d87-4212-98f8-67cde93bc01b} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
4694 | 2024.08.22 02:19:56.731500 [ 3 ] {49b246f7-2d87-4212-98f8-67cde93bc01b} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4695 | 2024.08.22 02:19:56.731656 [ 3 ] {49b246f7-2d87-4212-98f8-67cde93bc01b} <Debug> executeQuery: Read 112 rows, 9.63 KiB in 0.002283 sec., 49058.25667980727 rows/sec., 4.12 MiB/sec. | ||
4696 | 2024.08.22 02:19:56.731700 [ 34 ] {} <Debug> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
4697 | 2024.08.22 02:19:56.731846 [ 34 ] {} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4698 | 2024.08.22 02:19:56.731900 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
4699 | 2024.08.22 02:19:56.731953 [ 3 ] {49b246f7-2d87-4212-98f8-67cde93bc01b} <Debug> DynamicQueryHandler: Done processing query | ||
4700 | 2024.08.22 02:19:56.732014 [ 3 ] {49b246f7-2d87-4212-98f8-67cde93bc01b} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
4701 | 2024.08.22 02:19:56.732076 [ 3 ] {} <Debug> HTTP-Session: af76edfe-951b-4333-b855-e3086ccdc6b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4702 | 2024.08.22 02:19:56.732217 [ 202 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::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 | ||
4703 | 2024.08.22 02:19:56.732329 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 4068, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4704 | 2024.08.22 02:19:56.732434 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4705 | 2024.08.22 02:19:56.732493 [ 3 ] {} <Debug> HTTP-Session: 33c6eac6-a1e5-4ec2-be41-23901474d2ff Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
4706 | 2024.08.22 02:19:56.732547 [ 3 ] {} <Debug> HTTP-Session: 33c6eac6-a1e5-4ec2-be41-23901474d2ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4707 | 2024.08.22 02:19:56.732575 [ 3 ] {} <Debug> HTTP-Session: 33c6eac6-a1e5-4ec2-be41-23901474d2ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4708 | 2024.08.22 02:19:56.732612 [ 202 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4709 | 2024.08.22 02:19:56.732633 [ 3 ] {} <Trace> HTTP-Session: 33c6eac6-a1e5-4ec2-be41-23901474d2ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4710 | 2024.08.22 02:19:56.732691 [ 202 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1395 rows starting from the beginning of the part | ||
4711 | 2024.08.22 02:19:56.732924 [ 3 ] {c56c0a8e-70cb-448f-9ab0-114019329c4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4712 | 2024.08.22 02:19:56.733002 [ 202 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 112 rows starting from the beginning of the part | ||
4713 | 2024.08.22 02:19:56.733064 [ 3 ] {c56c0a8e-70cb-448f-9ab0-114019329c4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4714 | 2024.08.22 02:19:56.733450 [ 202 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 194 rows starting from the beginning of the part | ||
4715 | 2024.08.22 02:19:56.733732 [ 202 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1252 rows starting from the beginning of the part | ||
4716 | 2024.08.22 02:19:56.734175 [ 202 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 193 rows starting from the beginning of the part | ||
4717 | 2024.08.22 02:19:56.734500 [ 202 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 112 rows starting from the beginning of the part | ||
4718 | 2024.08.22 02:19:56.734618 [ 3 ] {c56c0a8e-70cb-448f-9ab0-114019329c4d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4719 | 2024.08.22 02:19:56.735760 [ 3 ] {c56c0a8e-70cb-448f-9ab0-114019329c4d} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4720 | 2024.08.22 02:19:56.735814 [ 3 ] {c56c0a8e-70cb-448f-9ab0-114019329c4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
4721 | 2024.08.22 02:19:56.736749 [ 3 ] {c56c0a8e-70cb-448f-9ab0-114019329c4d} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
4722 | 2024.08.22 02:19:56.737477 [ 3 ] {c56c0a8e-70cb-448f-9ab0-114019329c4d} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4723 | 2024.08.22 02:19:56.737735 [ 3 ] {c56c0a8e-70cb-448f-9ab0-114019329c4d} <Debug> executeQuery: Read 28 rows, 2.11 KiB in 0.004948 sec., 5658.852061438965 rows/sec., 425.52 KiB/sec. | ||
4724 | 2024.08.22 02:19:56.738119 [ 3 ] {c56c0a8e-70cb-448f-9ab0-114019329c4d} <Debug> DynamicQueryHandler: Done processing query | ||
4725 | 2024.08.22 02:19:56.738204 [ 3 ] {c56c0a8e-70cb-448f-9ab0-114019329c4d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4726 | 2024.08.22 02:19:56.738243 [ 3 ] {} <Debug> HTTP-Session: 33c6eac6-a1e5-4ec2-be41-23901474d2ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4727 | 2024.08.22 02:19:56.738310 [ 189 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3258 rows, containing 5 columns (5 merged, 0 gathered) in 0.006292196 sec., 517784.2521116634 rows/sec., 45.22 MiB/sec. | ||
4728 | 2024.08.22 02:19:56.738396 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 15623, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4729 | 2024.08.22 02:19:56.738455 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4730 | 2024.08.22 02:19:56.738477 [ 3 ] {} <Debug> HTTP-Session: cfb3b454-16e9-438c-b8a6-16eb9f299df3 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
4731 | 2024.08.22 02:19:56.738493 [ 3 ] {} <Debug> HTTP-Session: cfb3b454-16e9-438c-b8a6-16eb9f299df3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4732 | 2024.08.22 02:19:56.738511 [ 3 ] {} <Debug> HTTP-Session: cfb3b454-16e9-438c-b8a6-16eb9f299df3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4733 | 2024.08.22 02:19:56.738568 [ 3 ] {} <Trace> HTTP-Session: cfb3b454-16e9-438c-b8a6-16eb9f299df3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4734 | 2024.08.22 02:19:56.738663 [ 189 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
4735 | 2024.08.22 02:19:56.738791 [ 3 ] {8802053e-ea53-4ca7-8a20-8ebf2fa1db80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4736 | 2024.08.22 02:19:56.738856 [ 3 ] {8802053e-ea53-4ca7-8a20-8ebf2fa1db80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4737 | 2024.08.22 02:19:56.739776 [ 3 ] {8802053e-ea53-4ca7-8a20-8ebf2fa1db80} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4738 | 2024.08.22 02:19:56.739962 [ 189 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_21_4} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4739 | 2024.08.22 02:19:56.740122 [ 189 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_21_4} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
4740 | 2024.08.22 02:19:56.740312 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB. | ||
4741 | 2024.08.22 02:19:56.740426 [ 3 ] {8802053e-ea53-4ca7-8a20-8ebf2fa1db80} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4742 | 2024.08.22 02:19:56.740467 [ 3 ] {8802053e-ea53-4ca7-8a20-8ebf2fa1db80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
4743 | 2024.08.22 02:19:56.740833 [ 3 ] {8802053e-ea53-4ca7-8a20-8ebf2fa1db80} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
4744 | 2024.08.22 02:19:56.741194 [ 3 ] {8802053e-ea53-4ca7-8a20-8ebf2fa1db80} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4745 | 2024.08.22 02:19:56.741347 [ 34 ] {} <Debug> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
4746 | 2024.08.22 02:19:56.741359 [ 3 ] {8802053e-ea53-4ca7-8a20-8ebf2fa1db80} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.002691 sec., 34188.03418803419 rows/sec., 2.67 MiB/sec. | ||
4747 | 2024.08.22 02:19:56.741401 [ 34 ] {} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4748 | 2024.08.22 02:19:56.741478 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
4749 | 2024.08.22 02:19:56.741674 [ 187 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::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 | ||
4750 | 2024.08.22 02:19:56.741700 [ 3 ] {8802053e-ea53-4ca7-8a20-8ebf2fa1db80} <Debug> DynamicQueryHandler: Done processing query | ||
4751 | 2024.08.22 02:19:56.741740 [ 3 ] {8802053e-ea53-4ca7-8a20-8ebf2fa1db80} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
4752 | 2024.08.22 02:19:56.741778 [ 3 ] {} <Debug> HTTP-Session: cfb3b454-16e9-438c-b8a6-16eb9f299df3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4753 | 2024.08.22 02:19:56.741894 [ 187 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4754 | 2024.08.22 02:19:56.741940 [ 187 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 896 rows starting from the beginning of the part | ||
4755 | 2024.08.22 02:19:56.742032 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 30592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4756 | 2024.08.22 02:19:56.742178 [ 187 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 92 rows starting from the beginning of the part | ||
4757 | 2024.08.22 02:19:56.742195 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4758 | 2024.08.22 02:19:56.742275 [ 3 ] {} <Debug> HTTP-Session: 4f57bc0c-9e93-459d-89e3-9c4699b734e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
4759 | 2024.08.22 02:19:56.742354 [ 3 ] {} <Debug> HTTP-Session: 4f57bc0c-9e93-459d-89e3-9c4699b734e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4760 | 2024.08.22 02:19:56.742439 [ 3 ] {} <Debug> HTTP-Session: 4f57bc0c-9e93-459d-89e3-9c4699b734e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4761 | 2024.08.22 02:19:56.742500 [ 187 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 386 rows starting from the beginning of the part | ||
4762 | 2024.08.22 02:19:56.742568 [ 3 ] {} <Trace> HTTP-Session: 4f57bc0c-9e93-459d-89e3-9c4699b734e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4763 | 2024.08.22 02:19:56.742824 [ 187 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 548 rows starting from the beginning of the part | ||
4764 | 2024.08.22 02:19:56.743046 [ 3 ] {d9537990-3116-4d6e-8872-0369935cb095} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4765 | 2024.08.22 02:19:56.743096 [ 187 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 384 rows starting from the beginning of the part | ||
4766 | 2024.08.22 02:19:56.743218 [ 3 ] {d9537990-3116-4d6e-8872-0369935cb095} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4767 | 2024.08.22 02:19:56.743468 [ 187 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 92 rows starting from the beginning of the part | ||
4768 | 2024.08.22 02:19:56.744308 [ 3 ] {d9537990-3116-4d6e-8872-0369935cb095} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4769 | 2024.08.22 02:19:56.745086 [ 3 ] {d9537990-3116-4d6e-8872-0369935cb095} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4770 | 2024.08.22 02:19:56.745152 [ 3 ] {d9537990-3116-4d6e-8872-0369935cb095} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
4771 | 2024.08.22 02:19:56.746204 [ 3 ] {d9537990-3116-4d6e-8872-0369935cb095} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
4772 | 2024.08.22 02:19:56.746898 [ 3 ] {d9537990-3116-4d6e-8872-0369935cb095} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4773 | 2024.08.22 02:19:56.746934 [ 187 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2398 rows, containing 5 columns (5 merged, 0 gathered) in 0.005341752 sec., 448916.3854855111 rows/sec., 34.41 MiB/sec. | ||
4774 | 2024.08.22 02:19:56.747124 [ 34 ] {} <Debug> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
4775 | 2024.08.22 02:19:56.747176 [ 3 ] {d9537990-3116-4d6e-8872-0369935cb095} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004359 sec., 36705.66643725625 rows/sec., 2.56 MiB/sec. | ||
4776 | 2024.08.22 02:19:56.747193 [ 34 ] {} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4777 | 2024.08.22 02:19:56.747245 [ 187 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
4778 | 2024.08.22 02:19:56.747258 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
4779 | 2024.08.22 02:19:56.747738 [ 3 ] {d9537990-3116-4d6e-8872-0369935cb095} <Debug> DynamicQueryHandler: Done processing query | ||
4780 | 2024.08.22 02:19:56.747750 [ 195 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::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 | ||
4781 | 2024.08.22 02:19:56.747830 [ 3 ] {d9537990-3116-4d6e-8872-0369935cb095} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4782 | 2024.08.22 02:19:56.747956 [ 3 ] {} <Debug> HTTP-Session: 4f57bc0c-9e93-459d-89e3-9c4699b734e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4783 | 2024.08.22 02:19:56.748276 [ 195 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4784 | 2024.08.22 02:19:56.748369 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 45048, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4785 | 2024.08.22 02:19:56.748396 [ 195 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 5244 rows starting from the beginning of the part | ||
4786 | 2024.08.22 02:19:56.748481 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4787 | 2024.08.22 02:19:56.748607 [ 3 ] {} <Debug> HTTP-Session: abb3196a-c577-4f17-8703-092d716f08d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
4788 | 2024.08.22 02:19:56.748716 [ 3 ] {} <Debug> HTTP-Session: abb3196a-c577-4f17-8703-092d716f08d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4789 | 2024.08.22 02:19:56.748828 [ 195 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::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 | ||
4790 | 2024.08.22 02:19:56.748828 [ 3 ] {} <Debug> HTTP-Session: abb3196a-c577-4f17-8703-092d716f08d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4791 | 2024.08.22 02:19:56.748860 [ 187 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_21_4} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4792 | 2024.08.22 02:19:56.749042 [ 3 ] {} <Trace> HTTP-Session: abb3196a-c577-4f17-8703-092d716f08d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4793 | 2024.08.22 02:19:56.749318 [ 195 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 238 rows starting from the beginning of the part | ||
4794 | 2024.08.22 02:19:56.749319 [ 187 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_21_4} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
4795 | 2024.08.22 02:19:56.749737 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
4796 | 2024.08.22 02:19:56.749817 [ 195 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 844 rows starting from the beginning of the part | ||
4797 | 2024.08.22 02:19:56.749896 [ 3 ] {6af8902b-3eab-43a6-bc07-173ab7061ad3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4798 | 2024.08.22 02:19:56.750140 [ 195 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 237 rows starting from the beginning of the part | ||
4799 | 2024.08.22 02:19:56.750210 [ 3 ] {6af8902b-3eab-43a6-bc07-173ab7061ad3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
4800 | 2024.08.22 02:19:56.750506 [ 195 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::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 | ||
4801 | 2024.08.22 02:19:56.752466 [ 3 ] {6af8902b-3eab-43a6-bc07-173ab7061ad3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4802 | 2024.08.22 02:19:56.753866 [ 3 ] {6af8902b-3eab-43a6-bc07-173ab7061ad3} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4803 | 2024.08.22 02:19:56.753911 [ 3 ] {6af8902b-3eab-43a6-bc07-173ab7061ad3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
4804 | 2024.08.22 02:19:56.754990 [ 3 ] {6af8902b-3eab-43a6-bc07-173ab7061ad3} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
4805 | 2024.08.22 02:19:56.755745 [ 3 ] {6af8902b-3eab-43a6-bc07-173ab7061ad3} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4806 | 2024.08.22 02:19:56.755848 [ 195 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6883 rows, containing 5 columns (5 merged, 0 gathered) in 0.008389975 sec., 820383.850964991 rows/sec., 55.49 MiB/sec. | ||
4807 | 2024.08.22 02:19:56.756057 [ 3 ] {6af8902b-3eab-43a6-bc07-173ab7061ad3} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.006665 sec., 4201.050262565642 rows/sec., 7.53 MiB/sec. | ||
4808 | 2024.08.22 02:19:56.756537 [ 195 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
4809 | 2024.08.22 02:19:56.756911 [ 3 ] {6af8902b-3eab-43a6-bc07-173ab7061ad3} <Debug> DynamicQueryHandler: Done processing query | ||
4810 | 2024.08.22 02:19:56.756948 [ 3 ] {6af8902b-3eab-43a6-bc07-173ab7061ad3} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
4811 | 2024.08.22 02:19:56.757030 [ 3 ] {} <Debug> HTTP-Session: abb3196a-c577-4f17-8703-092d716f08d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4812 | 2024.08.22 02:19:56.757283 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4813 | 2024.08.22 02:19:56.757372 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4814 | 2024.08.22 02:19:56.757386 [ 195 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4815 | 2024.08.22 02:19:56.757405 [ 3 ] {} <Debug> HTTP-Session: 23984323-0005-45ee-94cb-46c6a700d97a Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
4816 | 2024.08.22 02:19:56.757463 [ 3 ] {} <Debug> HTTP-Session: 23984323-0005-45ee-94cb-46c6a700d97a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4817 | 2024.08.22 02:19:56.757507 [ 3 ] {} <Debug> HTTP-Session: 23984323-0005-45ee-94cb-46c6a700d97a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4818 | 2024.08.22 02:19:56.757563 [ 195 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
4819 | 2024.08.22 02:19:56.757574 [ 3 ] {} <Trace> HTTP-Session: 23984323-0005-45ee-94cb-46c6a700d97a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4820 | 2024.08.22 02:19:56.757711 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.40 MiB. | ||
4821 | 2024.08.22 02:19:56.757802 [ 3 ] {03d73c95-a45a-4ba7-88c9-dbae904d5e39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4822 | 2024.08.22 02:19:56.757852 [ 3 ] {03d73c95-a45a-4ba7-88c9-dbae904d5e39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4823 | 2024.08.22 02:19:56.758007 [ 3 ] {03d73c95-a45a-4ba7-88c9-dbae904d5e39} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4824 | 2024.08.22 02:19:56.758364 [ 3 ] {03d73c95-a45a-4ba7-88c9-dbae904d5e39} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4825 | 2024.08.22 02:19:56.758401 [ 3 ] {03d73c95-a45a-4ba7-88c9-dbae904d5e39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
4826 | 2024.08.22 02:19:56.758804 [ 3 ] {03d73c95-a45a-4ba7-88c9-dbae904d5e39} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
4827 | 2024.08.22 02:19:56.759228 [ 3 ] {03d73c95-a45a-4ba7-88c9-dbae904d5e39} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4828 | 2024.08.22 02:19:56.759401 [ 34 ] {} <Debug> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
4829 | 2024.08.22 02:19:56.759406 [ 3 ] {03d73c95-a45a-4ba7-88c9-dbae904d5e39} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001656 sec., 36231.884057971016 rows/sec., 2.44 MiB/sec. | ||
4830 | 2024.08.22 02:19:56.759470 [ 34 ] {} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4831 | 2024.08.22 02:19:56.759547 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
4832 | 2024.08.22 02:19:56.759705 [ 192 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::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 | ||
4833 | 2024.08.22 02:19:56.759829 [ 3 ] {03d73c95-a45a-4ba7-88c9-dbae904d5e39} <Debug> DynamicQueryHandler: Done processing query | ||
4834 | 2024.08.22 02:19:56.759874 [ 3 ] {03d73c95-a45a-4ba7-88c9-dbae904d5e39} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4835 | 2024.08.22 02:19:56.759881 [ 192 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4836 | 2024.08.22 02:19:56.759903 [ 3 ] {} <Debug> HTTP-Session: 23984323-0005-45ee-94cb-46c6a700d97a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4837 | 2024.08.22 02:19:56.759933 [ 192 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 952 rows starting from the beginning of the part | ||
4838 | 2024.08.22 02:19:56.760050 [ 192 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::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 | ||
4839 | 2024.08.22 02:19:56.760276 [ 192 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 82 rows starting from the beginning of the part | ||
4840 | 2024.08.22 02:19:56.760466 [ 192 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::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 | ||
4841 | 2024.08.22 02:19:56.760672 [ 192 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 82 rows starting from the beginning of the part | ||
4842 | 2024.08.22 02:19:56.760851 [ 192 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::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 | ||
4843 | 2024.08.22 02:19:56.762080 [ 196 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1296 rows, containing 4 columns (4 merged, 0 gathered) in 0.00249173 sec., 520120.5588085386 rows/sec., 34.21 MiB/sec. | ||
4844 | 2024.08.22 02:19:56.762260 [ 187 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
4845 | 2024.08.22 02:19:56.762741 [ 187 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_21_4} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4846 | 2024.08.22 02:19:56.762825 [ 187 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_21_4} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
4847 | 2024.08.22 02:19:56.762911 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. | ||
4848 | 2024.08.22 02:20:00.124006 [ 154 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4849 | 2024.08.22 02:20:00.124064 [ 154 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4850 | 2024.08.22 02:20:01.732585 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 28974, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4851 | 2024.08.22 02:20:01.732720 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4852 | 2024.08.22 02:20:01.732746 [ 3 ] {} <Debug> HTTP-Session: 84415e92-6075-4bad-9472-c16d5a4802da Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
4853 | 2024.08.22 02:20:01.732770 [ 3 ] {} <Debug> HTTP-Session: 84415e92-6075-4bad-9472-c16d5a4802da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4854 | 2024.08.22 02:20:01.732785 [ 3 ] {} <Debug> HTTP-Session: 84415e92-6075-4bad-9472-c16d5a4802da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4855 | 2024.08.22 02:20:01.732835 [ 3 ] {} <Trace> HTTP-Session: 84415e92-6075-4bad-9472-c16d5a4802da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4856 | 2024.08.22 02:20:01.733064 [ 3 ] {f33c45ab-b9bd-4602-b03e-4b6edecb32d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4857 | 2024.08.22 02:20:01.733132 [ 3 ] {f33c45ab-b9bd-4602-b03e-4b6edecb32d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4858 | 2024.08.22 02:20:01.733471 [ 3 ] {f33c45ab-b9bd-4602-b03e-4b6edecb32d8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4859 | 2024.08.22 02:20:01.734043 [ 3 ] {f33c45ab-b9bd-4602-b03e-4b6edecb32d8} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4860 | 2024.08.22 02:20:01.734089 [ 3 ] {f33c45ab-b9bd-4602-b03e-4b6edecb32d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
4861 | 2024.08.22 02:20:01.734523 [ 3 ] {f33c45ab-b9bd-4602-b03e-4b6edecb32d8} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
4862 | 2024.08.22 02:20:01.734914 [ 3 ] {f33c45ab-b9bd-4602-b03e-4b6edecb32d8} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4863 | 2024.08.22 02:20:01.735082 [ 3 ] {f33c45ab-b9bd-4602-b03e-4b6edecb32d8} <Debug> executeQuery: Read 193 rows, 17.24 KiB in 0.00213 sec., 90610.32863849765 rows/sec., 7.91 MiB/sec. | ||
4864 | 2024.08.22 02:20:01.735433 [ 3 ] {f33c45ab-b9bd-4602-b03e-4b6edecb32d8} <Debug> DynamicQueryHandler: Done processing query | ||
4865 | 2024.08.22 02:20:01.735459 [ 3 ] {f33c45ab-b9bd-4602-b03e-4b6edecb32d8} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
4866 | 2024.08.22 02:20:01.735474 [ 3 ] {} <Debug> HTTP-Session: 84415e92-6075-4bad-9472-c16d5a4802da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4867 | 2024.08.22 02:20:01.735602 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4868 | 2024.08.22 02:20:01.735651 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4869 | 2024.08.22 02:20:01.735733 [ 3 ] {} <Debug> HTTP-Session: 4b0a243d-d6ad-47be-ba53-e8169e9ac9ba Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
4870 | 2024.08.22 02:20:01.735750 [ 3 ] {} <Debug> HTTP-Session: 4b0a243d-d6ad-47be-ba53-e8169e9ac9ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4871 | 2024.08.22 02:20:01.735765 [ 3 ] {} <Debug> HTTP-Session: 4b0a243d-d6ad-47be-ba53-e8169e9ac9ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4872 | 2024.08.22 02:20:01.735797 [ 3 ] {} <Trace> HTTP-Session: 4b0a243d-d6ad-47be-ba53-e8169e9ac9ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4873 | 2024.08.22 02:20:01.735896 [ 3 ] {e6dcf999-d6ad-4fd1-a3cc-68e6b529ddb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4874 | 2024.08.22 02:20:01.735942 [ 3 ] {e6dcf999-d6ad-4fd1-a3cc-68e6b529ddb4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4875 | 2024.08.22 02:20:01.736194 [ 3 ] {e6dcf999-d6ad-4fd1-a3cc-68e6b529ddb4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4876 | 2024.08.22 02:20:01.736527 [ 3 ] {e6dcf999-d6ad-4fd1-a3cc-68e6b529ddb4} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4877 | 2024.08.22 02:20:01.736565 [ 3 ] {e6dcf999-d6ad-4fd1-a3cc-68e6b529ddb4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
4878 | 2024.08.22 02:20:01.736920 [ 3 ] {e6dcf999-d6ad-4fd1-a3cc-68e6b529ddb4} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
4879 | 2024.08.22 02:20:01.737274 [ 3 ] {e6dcf999-d6ad-4fd1-a3cc-68e6b529ddb4} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4880 | 2024.08.22 02:20:01.737425 [ 153 ] {} <Debug> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 | ||
4881 | 2024.08.22 02:20:01.737435 [ 3 ] {e6dcf999-d6ad-4fd1-a3cc-68e6b529ddb4} <Debug> executeQuery: Read 2 rows, 154.00 B in 0.001556 sec., 1285.3470437017995 rows/sec., 96.65 KiB/sec. | ||
4882 | 2024.08.22 02:20:01.737507 [ 153 ] {} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4883 | 2024.08.22 02:20:01.737574 [ 153 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
4884 | 2024.08.22 02:20:01.737781 [ 3 ] {e6dcf999-d6ad-4fd1-a3cc-68e6b529ddb4} <Debug> DynamicQueryHandler: Done processing query | ||
4885 | 2024.08.22 02:20:01.737794 [ 194 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_10_2 to all_15_15_0 into Compact with storage Full | ||
4886 | 2024.08.22 02:20:01.737821 [ 3 ] {e6dcf999-d6ad-4fd1-a3cc-68e6b529ddb4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4887 | 2024.08.22 02:20:01.737879 [ 3 ] {} <Debug> HTTP-Session: 4b0a243d-d6ad-47be-ba53-e8169e9ac9ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4888 | 2024.08.22 02:20:01.738071 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4889 | 2024.08.22 02:20:01.738099 [ 194 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4890 | 2024.08.22 02:20:01.738181 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4891 | 2024.08.22 02:20:01.738187 [ 194 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 40 rows starting from the beginning of the part | ||
4892 | 2024.08.22 02:20:01.738222 [ 3 ] {} <Debug> HTTP-Session: c944bcc5-4f89-4417-bb01-38fc1092663b Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
4893 | 2024.08.22 02:20:01.738259 [ 3 ] {} <Debug> HTTP-Session: c944bcc5-4f89-4417-bb01-38fc1092663b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4894 | 2024.08.22 02:20:01.738296 [ 3 ] {} <Debug> HTTP-Session: c944bcc5-4f89-4417-bb01-38fc1092663b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4895 | 2024.08.22 02:20:01.738431 [ 3 ] {} <Trace> HTTP-Session: c944bcc5-4f89-4417-bb01-38fc1092663b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4896 | 2024.08.22 02:20:01.738538 [ 194 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 4 rows starting from the beginning of the part | ||
4897 | 2024.08.22 02:20:01.738789 [ 3 ] {0c2f9c6a-e332-420b-b58c-d6f0066bb781} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
4898 | 2024.08.22 02:20:01.738872 [ 194 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 28 rows starting from the beginning of the part | ||
4899 | 2024.08.22 02:20:01.738925 [ 3 ] {0c2f9c6a-e332-420b-b58c-d6f0066bb781} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
4900 | 2024.08.22 02:20:01.739199 [ 194 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 2 rows starting from the beginning of the part | ||
4901 | 2024.08.22 02:20:01.739509 [ 194 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 28 rows starting from the beginning of the part | ||
4902 | 2024.08.22 02:20:01.739818 [ 194 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 2 rows starting from the beginning of the part | ||
4903 | 2024.08.22 02:20:01.740572 [ 3 ] {0c2f9c6a-e332-420b-b58c-d6f0066bb781} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4904 | 2024.08.22 02:20:01.741439 [ 3 ] {0c2f9c6a-e332-420b-b58c-d6f0066bb781} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4905 | 2024.08.22 02:20:01.741509 [ 3 ] {0c2f9c6a-e332-420b-b58c-d6f0066bb781} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
4906 | 2024.08.22 02:20:01.742758 [ 3 ] {0c2f9c6a-e332-420b-b58c-d6f0066bb781} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
4907 | 2024.08.22 02:20:01.742776 [ 196 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 104 rows, containing 5 columns (5 merged, 0 gathered) in 0.005089131 sec., 20435.708964850775 rows/sec., 1.57 MiB/sec. | ||
4908 | 2024.08.22 02:20:01.742951 [ 196 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
4909 | 2024.08.22 02:20:01.743327 [ 3 ] {0c2f9c6a-e332-420b-b58c-d6f0066bb781} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4910 | 2024.08.22 02:20:01.743646 [ 3 ] {0c2f9c6a-e332-420b-b58c-d6f0066bb781} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.004992 sec., 2804.4871794871797 rows/sec., 196.41 KiB/sec. | ||
4911 | 2024.08.22 02:20:01.744120 [ 192 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_15_3} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4912 | 2024.08.22 02:20:01.744362 [ 3 ] {0c2f9c6a-e332-420b-b58c-d6f0066bb781} <Debug> DynamicQueryHandler: Done processing query | ||
4913 | 2024.08.22 02:20:01.744413 [ 192 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_15_3} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 | ||
4914 | 2024.08.22 02:20:01.744430 [ 3 ] {0c2f9c6a-e332-420b-b58c-d6f0066bb781} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4915 | 2024.08.22 02:20:01.744464 [ 3 ] {} <Debug> HTTP-Session: c944bcc5-4f89-4417-bb01-38fc1092663b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4916 | 2024.08.22 02:20:01.744550 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
4917 | 2024.08.22 02:20:01.744606 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4918 | 2024.08.22 02:20:01.744665 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4919 | 2024.08.22 02:20:01.744684 [ 3 ] {} <Debug> HTTP-Session: de16faa5-d15b-4793-8982-c88954961a1c Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
4920 | 2024.08.22 02:20:01.744703 [ 3 ] {} <Debug> HTTP-Session: de16faa5-d15b-4793-8982-c88954961a1c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4921 | 2024.08.22 02:20:01.744717 [ 3 ] {} <Debug> HTTP-Session: de16faa5-d15b-4793-8982-c88954961a1c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4922 | 2024.08.22 02:20:01.744752 [ 3 ] {} <Trace> HTTP-Session: de16faa5-d15b-4793-8982-c88954961a1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4923 | 2024.08.22 02:20:01.744859 [ 3 ] {781c1178-ce7c-47e9-b399-81b053c55b80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
4924 | 2024.08.22 02:20:01.744902 [ 3 ] {781c1178-ce7c-47e9-b399-81b053c55b80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
4925 | 2024.08.22 02:20:01.745151 [ 3 ] {781c1178-ce7c-47e9-b399-81b053c55b80} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4926 | 2024.08.22 02:20:01.745468 [ 3 ] {781c1178-ce7c-47e9-b399-81b053c55b80} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4927 | 2024.08.22 02:20:01.745505 [ 3 ] {781c1178-ce7c-47e9-b399-81b053c55b80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
4928 | 2024.08.22 02:20:01.745890 [ 3 ] {781c1178-ce7c-47e9-b399-81b053c55b80} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
4929 | 2024.08.22 02:20:01.746262 [ 3 ] {781c1178-ce7c-47e9-b399-81b053c55b80} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4930 | 2024.08.22 02:20:01.746429 [ 3 ] {781c1178-ce7c-47e9-b399-81b053c55b80} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001586 sec., 3783.1021437578815 rows/sec., 223.51 KiB/sec. | ||
4931 | 2024.08.22 02:20:01.746690 [ 3 ] {781c1178-ce7c-47e9-b399-81b053c55b80} <Debug> DynamicQueryHandler: Done processing query | ||
4932 | 2024.08.22 02:20:01.746713 [ 3 ] {781c1178-ce7c-47e9-b399-81b053c55b80} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4933 | 2024.08.22 02:20:01.746729 [ 3 ] {} <Debug> HTTP-Session: de16faa5-d15b-4793-8982-c88954961a1c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4934 | 2024.08.22 02:20:01.746917 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 62104, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4935 | 2024.08.22 02:20:01.746968 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4936 | 2024.08.22 02:20:01.746988 [ 3 ] {} <Debug> HTTP-Session: ad20ccc8-de0e-469d-a743-b221d5be40dd Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
4937 | 2024.08.22 02:20:01.747004 [ 3 ] {} <Debug> HTTP-Session: ad20ccc8-de0e-469d-a743-b221d5be40dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4938 | 2024.08.22 02:20:01.747018 [ 3 ] {} <Debug> HTTP-Session: ad20ccc8-de0e-469d-a743-b221d5be40dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4939 | 2024.08.22 02:20:01.747076 [ 3 ] {} <Trace> HTTP-Session: ad20ccc8-de0e-469d-a743-b221d5be40dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4940 | 2024.08.22 02:20:01.747277 [ 3 ] {e34a4fe2-5ccb-4718-9977-545d3e3f2b8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4941 | 2024.08.22 02:20:01.747321 [ 3 ] {e34a4fe2-5ccb-4718-9977-545d3e3f2b8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4942 | 2024.08.22 02:20:01.747567 [ 3 ] {e34a4fe2-5ccb-4718-9977-545d3e3f2b8b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4943 | 2024.08.22 02:20:01.748164 [ 3 ] {e34a4fe2-5ccb-4718-9977-545d3e3f2b8b} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4944 | 2024.08.22 02:20:01.748200 [ 3 ] {e34a4fe2-5ccb-4718-9977-545d3e3f2b8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
4945 | 2024.08.22 02:20:01.748589 [ 3 ] {e34a4fe2-5ccb-4718-9977-545d3e3f2b8b} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
4946 | 2024.08.22 02:20:01.748954 [ 3 ] {e34a4fe2-5ccb-4718-9977-545d3e3f2b8b} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4947 | 2024.08.22 02:20:01.749104 [ 3 ] {e34a4fe2-5ccb-4718-9977-545d3e3f2b8b} <Debug> executeQuery: Read 384 rows, 27.84 KiB in 0.00193 sec., 198963.73056994818 rows/sec., 14.09 MiB/sec. | ||
4948 | 2024.08.22 02:20:01.749637 [ 3 ] {e34a4fe2-5ccb-4718-9977-545d3e3f2b8b} <Debug> DynamicQueryHandler: Done processing query | ||
4949 | 2024.08.22 02:20:01.749706 [ 3 ] {e34a4fe2-5ccb-4718-9977-545d3e3f2b8b} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
4950 | 2024.08.22 02:20:01.749781 [ 3 ] {} <Debug> HTTP-Session: ad20ccc8-de0e-469d-a743-b221d5be40dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4951 | 2024.08.22 02:20:01.749982 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4952 | 2024.08.22 02:20:01.750034 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4953 | 2024.08.22 02:20:01.750054 [ 3 ] {} <Debug> HTTP-Session: 70eee264-6a73-43d7-9b26-f8018864d388 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
4954 | 2024.08.22 02:20:01.750070 [ 3 ] {} <Debug> HTTP-Session: 70eee264-6a73-43d7-9b26-f8018864d388 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4955 | 2024.08.22 02:20:01.750084 [ 3 ] {} <Debug> HTTP-Session: 70eee264-6a73-43d7-9b26-f8018864d388 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4956 | 2024.08.22 02:20:01.750117 [ 3 ] {} <Trace> HTTP-Session: 70eee264-6a73-43d7-9b26-f8018864d388 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4957 | 2024.08.22 02:20:01.750219 [ 3 ] {ac61359e-134b-47fb-8ffd-2c58214da9e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
4958 | 2024.08.22 02:20:01.750266 [ 3 ] {ac61359e-134b-47fb-8ffd-2c58214da9e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
4959 | 2024.08.22 02:20:01.750424 [ 3 ] {ac61359e-134b-47fb-8ffd-2c58214da9e6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4960 | 2024.08.22 02:20:01.750718 [ 3 ] {ac61359e-134b-47fb-8ffd-2c58214da9e6} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4961 | 2024.08.22 02:20:01.750759 [ 3 ] {ac61359e-134b-47fb-8ffd-2c58214da9e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
4962 | 2024.08.22 02:20:01.751121 [ 3 ] {ac61359e-134b-47fb-8ffd-2c58214da9e6} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
4963 | 2024.08.22 02:20:01.751450 [ 3 ] {ac61359e-134b-47fb-8ffd-2c58214da9e6} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4964 | 2024.08.22 02:20:01.751607 [ 3 ] {ac61359e-134b-47fb-8ffd-2c58214da9e6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001413 sec., 4246.284501061571 rows/sec., 221.85 KiB/sec. | ||
4965 | 2024.08.22 02:20:01.752133 [ 3 ] {ac61359e-134b-47fb-8ffd-2c58214da9e6} <Debug> DynamicQueryHandler: Done processing query | ||
4966 | 2024.08.22 02:20:01.752158 [ 3 ] {ac61359e-134b-47fb-8ffd-2c58214da9e6} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
4967 | 2024.08.22 02:20:01.752174 [ 3 ] {} <Debug> HTTP-Session: 70eee264-6a73-43d7-9b26-f8018864d388 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4968 | 2024.08.22 02:20:01.752329 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 44601, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4969 | 2024.08.22 02:20:01.752378 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4970 | 2024.08.22 02:20:01.752396 [ 3 ] {} <Debug> HTTP-Session: a11e0adb-6a5a-4f94-8700-e91fbf6a1fe5 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
4971 | 2024.08.22 02:20:01.752412 [ 3 ] {} <Debug> HTTP-Session: a11e0adb-6a5a-4f94-8700-e91fbf6a1fe5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4972 | 2024.08.22 02:20:01.752426 [ 3 ] {} <Debug> HTTP-Session: a11e0adb-6a5a-4f94-8700-e91fbf6a1fe5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4973 | 2024.08.22 02:20:01.752457 [ 3 ] {} <Trace> HTTP-Session: a11e0adb-6a5a-4f94-8700-e91fbf6a1fe5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4974 | 2024.08.22 02:20:01.752641 [ 3 ] {739810fa-9493-4ceb-a08e-497681972a85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4975 | 2024.08.22 02:20:01.752688 [ 3 ] {739810fa-9493-4ceb-a08e-497681972a85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4976 | 2024.08.22 02:20:01.752856 [ 3 ] {739810fa-9493-4ceb-a08e-497681972a85} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4977 | 2024.08.22 02:20:01.753329 [ 3 ] {739810fa-9493-4ceb-a08e-497681972a85} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4978 | 2024.08.22 02:20:01.753364 [ 3 ] {739810fa-9493-4ceb-a08e-497681972a85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
4979 | 2024.08.22 02:20:01.753755 [ 3 ] {739810fa-9493-4ceb-a08e-497681972a85} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
4980 | 2024.08.22 02:20:01.754089 [ 3 ] {739810fa-9493-4ceb-a08e-497681972a85} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4981 | 2024.08.22 02:20:01.754246 [ 3 ] {739810fa-9493-4ceb-a08e-497681972a85} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001694 sec., 139905.5489964581 rows/sec., 9.38 MiB/sec. | ||
4982 | 2024.08.22 02:20:01.754573 [ 3 ] {739810fa-9493-4ceb-a08e-497681972a85} <Debug> DynamicQueryHandler: Done processing query | ||
4983 | 2024.08.22 02:20:01.754598 [ 3 ] {739810fa-9493-4ceb-a08e-497681972a85} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
4984 | 2024.08.22 02:20:01.754614 [ 3 ] {} <Debug> HTTP-Session: a11e0adb-6a5a-4f94-8700-e91fbf6a1fe5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4985 | 2024.08.22 02:20:01.754748 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4986 | 2024.08.22 02:20:01.754798 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4987 | 2024.08.22 02:20:01.754817 [ 3 ] {} <Debug> HTTP-Session: 46bd1158-1ce0-48ac-a24b-d0ba7e170b81 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
4988 | 2024.08.22 02:20:01.754834 [ 3 ] {} <Debug> HTTP-Session: 46bd1158-1ce0-48ac-a24b-d0ba7e170b81 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4989 | 2024.08.22 02:20:01.754847 [ 3 ] {} <Debug> HTTP-Session: 46bd1158-1ce0-48ac-a24b-d0ba7e170b81 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4990 | 2024.08.22 02:20:01.754879 [ 3 ] {} <Trace> HTTP-Session: 46bd1158-1ce0-48ac-a24b-d0ba7e170b81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4991 | 2024.08.22 02:20:01.754972 [ 3 ] {83acba17-7c9c-41e8-b3e0-c302280df4e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
4992 | 2024.08.22 02:20:01.755019 [ 3 ] {83acba17-7c9c-41e8-b3e0-c302280df4e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
4993 | 2024.08.22 02:20:01.755167 [ 3 ] {83acba17-7c9c-41e8-b3e0-c302280df4e9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4994 | 2024.08.22 02:20:01.755484 [ 3 ] {83acba17-7c9c-41e8-b3e0-c302280df4e9} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4995 | 2024.08.22 02:20:01.755520 [ 3 ] {83acba17-7c9c-41e8-b3e0-c302280df4e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
4996 | 2024.08.22 02:20:01.755864 [ 3 ] {83acba17-7c9c-41e8-b3e0-c302280df4e9} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
4997 | 2024.08.22 02:20:01.756176 [ 3 ] {83acba17-7c9c-41e8-b3e0-c302280df4e9} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4998 | 2024.08.22 02:20:01.756329 [ 3 ] {83acba17-7c9c-41e8-b3e0-c302280df4e9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001376 sec., 726.7441860465116 rows/sec., 48.97 KiB/sec. | ||
4999 | 2024.08.22 02:20:01.756603 [ 3 ] {83acba17-7c9c-41e8-b3e0-c302280df4e9} <Debug> DynamicQueryHandler: Done processing query | ||
5000 | 2024.08.22 02:20:01.756627 [ 3 ] {83acba17-7c9c-41e8-b3e0-c302280df4e9} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
5001 | 2024.08.22 02:20:01.756643 [ 3 ] {} <Debug> HTTP-Session: 46bd1158-1ce0-48ac-a24b-d0ba7e170b81 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5002 | 2024.08.22 02:20:01.756770 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 3204, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5003 | 2024.08.22 02:20:01.756823 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5004 | 2024.08.22 02:20:01.756843 [ 3 ] {} <Debug> HTTP-Session: d674a183-2c8e-417d-8bff-1b1dcc6e6a0c Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
5005 | 2024.08.22 02:20:01.756860 [ 3 ] {} <Debug> HTTP-Session: d674a183-2c8e-417d-8bff-1b1dcc6e6a0c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5006 | 2024.08.22 02:20:01.756875 [ 3 ] {} <Debug> HTTP-Session: d674a183-2c8e-417d-8bff-1b1dcc6e6a0c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5007 | 2024.08.22 02:20:01.756906 [ 3 ] {} <Trace> HTTP-Session: d674a183-2c8e-417d-8bff-1b1dcc6e6a0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5008 | 2024.08.22 02:20:01.757016 [ 3 ] {c534918e-87a4-4dd7-adcb-1ae2b55c0dbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5009 | 2024.08.22 02:20:01.757084 [ 3 ] {c534918e-87a4-4dd7-adcb-1ae2b55c0dbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
5010 | 2024.08.22 02:20:01.757530 [ 3 ] {c534918e-87a4-4dd7-adcb-1ae2b55c0dbf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5011 | 2024.08.22 02:20:01.758014 [ 3 ] {c534918e-87a4-4dd7-adcb-1ae2b55c0dbf} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5012 | 2024.08.22 02:20:01.758049 [ 3 ] {c534918e-87a4-4dd7-adcb-1ae2b55c0dbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
5013 | 2024.08.22 02:20:01.758648 [ 3 ] {c534918e-87a4-4dd7-adcb-1ae2b55c0dbf} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
5014 | 2024.08.22 02:20:01.759165 [ 3 ] {c534918e-87a4-4dd7-adcb-1ae2b55c0dbf} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5015 | 2024.08.22 02:20:01.759448 [ 3 ] {c534918e-87a4-4dd7-adcb-1ae2b55c0dbf} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.002462 sec., 812.3476848090983 rows/sec., 1.46 MiB/sec. | ||
5016 | 2024.08.22 02:20:01.759709 [ 3 ] {c534918e-87a4-4dd7-adcb-1ae2b55c0dbf} <Debug> DynamicQueryHandler: Done processing query | ||
5017 | 2024.08.22 02:20:01.759736 [ 3 ] {c534918e-87a4-4dd7-adcb-1ae2b55c0dbf} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
5018 | 2024.08.22 02:20:01.759755 [ 3 ] {} <Debug> HTTP-Session: d674a183-2c8e-417d-8bff-1b1dcc6e6a0c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5019 | 2024.08.22 02:20:01.759896 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 12133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5020 | 2024.08.22 02:20:01.759969 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5021 | 2024.08.22 02:20:01.760002 [ 3 ] {} <Debug> HTTP-Session: 90f50a45-f1d8-494c-8e68-cfa7f27d98df Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
5022 | 2024.08.22 02:20:01.760024 [ 3 ] {} <Debug> HTTP-Session: 90f50a45-f1d8-494c-8e68-cfa7f27d98df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5023 | 2024.08.22 02:20:01.760040 [ 3 ] {} <Debug> HTTP-Session: 90f50a45-f1d8-494c-8e68-cfa7f27d98df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5024 | 2024.08.22 02:20:01.760075 [ 3 ] {} <Trace> HTTP-Session: 90f50a45-f1d8-494c-8e68-cfa7f27d98df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5025 | 2024.08.22 02:20:01.760228 [ 3 ] {9aff3572-4865-473a-b3ea-fcc378664fe9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5026 | 2024.08.22 02:20:01.760290 [ 3 ] {9aff3572-4865-473a-b3ea-fcc378664fe9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5027 | 2024.08.22 02:20:01.760469 [ 3 ] {9aff3572-4865-473a-b3ea-fcc378664fe9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5028 | 2024.08.22 02:20:01.760869 [ 3 ] {9aff3572-4865-473a-b3ea-fcc378664fe9} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5029 | 2024.08.22 02:20:01.760910 [ 3 ] {9aff3572-4865-473a-b3ea-fcc378664fe9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
5030 | 2024.08.22 02:20:01.761322 [ 3 ] {9aff3572-4865-473a-b3ea-fcc378664fe9} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
5031 | 2024.08.22 02:20:01.761712 [ 3 ] {9aff3572-4865-473a-b3ea-fcc378664fe9} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5032 | 2024.08.22 02:20:01.761865 [ 3 ] {9aff3572-4865-473a-b3ea-fcc378664fe9} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001692 sec., 48463.35697399527 rows/sec., 3.08 MiB/sec. | ||
5033 | 2024.08.22 02:20:01.762387 [ 3 ] {9aff3572-4865-473a-b3ea-fcc378664fe9} <Debug> DynamicQueryHandler: Done processing query | ||
5034 | 2024.08.22 02:20:01.762438 [ 3 ] {9aff3572-4865-473a-b3ea-fcc378664fe9} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5035 | 2024.08.22 02:20:01.762476 [ 3 ] {} <Debug> HTTP-Session: 90f50a45-f1d8-494c-8e68-cfa7f27d98df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5036 | 2024.08.22 02:20:02.001430 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000921434 sec. | ||
5037 | 2024.08.22 02:20:06.729298 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 16453, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5038 | 2024.08.22 02:20:06.729415 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5039 | 2024.08.22 02:20:06.729445 [ 3 ] {} <Debug> HTTP-Session: 0bc116f7-9772-475e-af2f-51a2ea4eaaf1 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
5040 | 2024.08.22 02:20:06.729474 [ 3 ] {} <Debug> HTTP-Session: 0bc116f7-9772-475e-af2f-51a2ea4eaaf1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5041 | 2024.08.22 02:20:06.729493 [ 3 ] {} <Debug> HTTP-Session: 0bc116f7-9772-475e-af2f-51a2ea4eaaf1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5042 | 2024.08.22 02:20:06.729551 [ 3 ] {} <Trace> HTTP-Session: 0bc116f7-9772-475e-af2f-51a2ea4eaaf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5043 | 2024.08.22 02:20:06.729789 [ 3 ] {9bd0c397-a6a0-4ae4-b7ae-7704ddaaf028} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5044 | 2024.08.22 02:20:06.729870 [ 3 ] {9bd0c397-a6a0-4ae4-b7ae-7704ddaaf028} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5045 | 2024.08.22 02:20:06.730267 [ 3 ] {9bd0c397-a6a0-4ae4-b7ae-7704ddaaf028} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5046 | 2024.08.22 02:20:06.730777 [ 3 ] {9bd0c397-a6a0-4ae4-b7ae-7704ddaaf028} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5047 | 2024.08.22 02:20:06.730824 [ 3 ] {9bd0c397-a6a0-4ae4-b7ae-7704ddaaf028} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
5048 | 2024.08.22 02:20:06.731233 [ 3 ] {9bd0c397-a6a0-4ae4-b7ae-7704ddaaf028} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
5049 | 2024.08.22 02:20:06.731663 [ 3 ] {9bd0c397-a6a0-4ae4-b7ae-7704ddaaf028} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5050 | 2024.08.22 02:20:06.731830 [ 3 ] {9bd0c397-a6a0-4ae4-b7ae-7704ddaaf028} <Debug> executeQuery: Read 112 rows, 9.63 KiB in 0.00213 sec., 52582.15962441314 rows/sec., 4.42 MiB/sec. | ||
5051 | 2024.08.22 02:20:06.732190 [ 3 ] {9bd0c397-a6a0-4ae4-b7ae-7704ddaaf028} <Debug> DynamicQueryHandler: Done processing query | ||
5052 | 2024.08.22 02:20:06.732219 [ 3 ] {9bd0c397-a6a0-4ae4-b7ae-7704ddaaf028} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
5053 | 2024.08.22 02:20:06.732236 [ 3 ] {} <Debug> HTTP-Session: 0bc116f7-9772-475e-af2f-51a2ea4eaaf1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5054 | 2024.08.22 02:20:06.732398 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 4068, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5055 | 2024.08.22 02:20:06.732455 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5056 | 2024.08.22 02:20:06.732476 [ 3 ] {} <Debug> HTTP-Session: dffc3a2c-ab5d-4a60-8a83-b5040c0fd65e Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
5057 | 2024.08.22 02:20:06.732495 [ 3 ] {} <Debug> HTTP-Session: dffc3a2c-ab5d-4a60-8a83-b5040c0fd65e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5058 | 2024.08.22 02:20:06.732510 [ 3 ] {} <Debug> HTTP-Session: dffc3a2c-ab5d-4a60-8a83-b5040c0fd65e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5059 | 2024.08.22 02:20:06.732548 [ 3 ] {} <Trace> HTTP-Session: dffc3a2c-ab5d-4a60-8a83-b5040c0fd65e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5060 | 2024.08.22 02:20:06.732671 [ 3 ] {83897cc8-48ef-4f9d-9093-cecca7e8213b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5061 | 2024.08.22 02:20:06.732731 [ 3 ] {83897cc8-48ef-4f9d-9093-cecca7e8213b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5062 | 2024.08.22 02:20:06.732998 [ 3 ] {83897cc8-48ef-4f9d-9093-cecca7e8213b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5063 | 2024.08.22 02:20:06.733343 [ 3 ] {83897cc8-48ef-4f9d-9093-cecca7e8213b} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5064 | 2024.08.22 02:20:06.733382 [ 3 ] {83897cc8-48ef-4f9d-9093-cecca7e8213b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
5065 | 2024.08.22 02:20:06.733745 [ 3 ] {83897cc8-48ef-4f9d-9093-cecca7e8213b} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
5066 | 2024.08.22 02:20:06.734118 [ 3 ] {83897cc8-48ef-4f9d-9093-cecca7e8213b} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5067 | 2024.08.22 02:20:06.734283 [ 3 ] {83897cc8-48ef-4f9d-9093-cecca7e8213b} <Debug> executeQuery: Read 28 rows, 2.11 KiB in 0.001651 sec., 16959.418534221684 rows/sec., 1.25 MiB/sec. | ||
5068 | 2024.08.22 02:20:06.734510 [ 3 ] {83897cc8-48ef-4f9d-9093-cecca7e8213b} <Debug> DynamicQueryHandler: Done processing query | ||
5069 | 2024.08.22 02:20:06.734535 [ 3 ] {83897cc8-48ef-4f9d-9093-cecca7e8213b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5070 | 2024.08.22 02:20:06.734552 [ 3 ] {} <Debug> HTTP-Session: dffc3a2c-ab5d-4a60-8a83-b5040c0fd65e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5071 | 2024.08.22 02:20:06.734725 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 15623, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5072 | 2024.08.22 02:20:06.734777 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5073 | 2024.08.22 02:20:06.734797 [ 3 ] {} <Debug> HTTP-Session: fd4e7617-ebb4-4a7f-8c5a-c05ecca1d399 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
5074 | 2024.08.22 02:20:06.734813 [ 3 ] {} <Debug> HTTP-Session: fd4e7617-ebb4-4a7f-8c5a-c05ecca1d399 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5075 | 2024.08.22 02:20:06.734828 [ 3 ] {} <Debug> HTTP-Session: fd4e7617-ebb4-4a7f-8c5a-c05ecca1d399 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5076 | 2024.08.22 02:20:06.734862 [ 3 ] {} <Trace> HTTP-Session: fd4e7617-ebb4-4a7f-8c5a-c05ecca1d399 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5077 | 2024.08.22 02:20:06.734986 [ 3 ] {d5ea969d-5227-4c6b-a16e-0de9ce130189} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5078 | 2024.08.22 02:20:06.735031 [ 3 ] {d5ea969d-5227-4c6b-a16e-0de9ce130189} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5079 | 2024.08.22 02:20:06.735262 [ 3 ] {d5ea969d-5227-4c6b-a16e-0de9ce130189} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5080 | 2024.08.22 02:20:06.735624 [ 3 ] {d5ea969d-5227-4c6b-a16e-0de9ce130189} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5081 | 2024.08.22 02:20:06.735663 [ 3 ] {d5ea969d-5227-4c6b-a16e-0de9ce130189} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
5082 | 2024.08.22 02:20:06.736025 [ 3 ] {d5ea969d-5227-4c6b-a16e-0de9ce130189} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
5083 | 2024.08.22 02:20:06.736381 [ 3 ] {d5ea969d-5227-4c6b-a16e-0de9ce130189} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5084 | 2024.08.22 02:20:06.736543 [ 3 ] {d5ea969d-5227-4c6b-a16e-0de9ce130189} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.001598 sec., 57571.96495619525 rows/sec., 4.50 MiB/sec. | ||
5085 | 2024.08.22 02:20:06.736713 [ 3 ] {d5ea969d-5227-4c6b-a16e-0de9ce130189} <Debug> DynamicQueryHandler: Done processing query | ||
5086 | 2024.08.22 02:20:06.736737 [ 3 ] {d5ea969d-5227-4c6b-a16e-0de9ce130189} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
5087 | 2024.08.22 02:20:06.736753 [ 3 ] {} <Debug> HTTP-Session: fd4e7617-ebb4-4a7f-8c5a-c05ecca1d399 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5088 | 2024.08.22 02:20:06.736932 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 30592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5089 | 2024.08.22 02:20:06.736982 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5090 | 2024.08.22 02:20:06.737000 [ 3 ] {} <Debug> HTTP-Session: 6dc9e70c-68c8-4d44-9089-99a56084599b Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
5091 | 2024.08.22 02:20:06.737017 [ 3 ] {} <Debug> HTTP-Session: 6dc9e70c-68c8-4d44-9089-99a56084599b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5092 | 2024.08.22 02:20:06.737031 [ 3 ] {} <Debug> HTTP-Session: 6dc9e70c-68c8-4d44-9089-99a56084599b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5093 | 2024.08.22 02:20:06.737062 [ 3 ] {} <Trace> HTTP-Session: 6dc9e70c-68c8-4d44-9089-99a56084599b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5094 | 2024.08.22 02:20:06.737209 [ 3 ] {400de957-c6c9-4b96-bc94-ce886709a6d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5095 | 2024.08.22 02:20:06.737258 [ 3 ] {400de957-c6c9-4b96-bc94-ce886709a6d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5096 | 2024.08.22 02:20:06.737404 [ 3 ] {400de957-c6c9-4b96-bc94-ce886709a6d1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5097 | 2024.08.22 02:20:06.737796 [ 3 ] {400de957-c6c9-4b96-bc94-ce886709a6d1} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5098 | 2024.08.22 02:20:06.737833 [ 3 ] {400de957-c6c9-4b96-bc94-ce886709a6d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
5099 | 2024.08.22 02:20:06.738214 [ 3 ] {400de957-c6c9-4b96-bc94-ce886709a6d1} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
5100 | 2024.08.22 02:20:06.738544 [ 3 ] {400de957-c6c9-4b96-bc94-ce886709a6d1} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5101 | 2024.08.22 02:20:06.738703 [ 3 ] {400de957-c6c9-4b96-bc94-ce886709a6d1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001552 sec., 103092.78350515464 rows/sec., 7.18 MiB/sec. | ||
5102 | 2024.08.22 02:20:06.738877 [ 3 ] {400de957-c6c9-4b96-bc94-ce886709a6d1} <Debug> DynamicQueryHandler: Done processing query | ||
5103 | 2024.08.22 02:20:06.738902 [ 3 ] {400de957-c6c9-4b96-bc94-ce886709a6d1} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5104 | 2024.08.22 02:20:06.738918 [ 3 ] {} <Debug> HTTP-Session: 6dc9e70c-68c8-4d44-9089-99a56084599b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5105 | 2024.08.22 02:20:06.739101 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 45047, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5106 | 2024.08.22 02:20:06.739151 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5107 | 2024.08.22 02:20:06.739171 [ 3 ] {} <Debug> HTTP-Session: d9dd6e3e-1503-436d-9a61-58efa4688540 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
5108 | 2024.08.22 02:20:06.739187 [ 3 ] {} <Debug> HTTP-Session: d9dd6e3e-1503-436d-9a61-58efa4688540 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5109 | 2024.08.22 02:20:06.739201 [ 3 ] {} <Debug> HTTP-Session: d9dd6e3e-1503-436d-9a61-58efa4688540 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5110 | 2024.08.22 02:20:06.739232 [ 3 ] {} <Trace> HTTP-Session: d9dd6e3e-1503-436d-9a61-58efa4688540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5111 | 2024.08.22 02:20:06.739534 [ 3 ] {295c24fb-3f06-4b29-959c-b9ade234e380} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5112 | 2024.08.22 02:20:06.739600 [ 3 ] {295c24fb-3f06-4b29-959c-b9ade234e380} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
5113 | 2024.08.22 02:20:06.740017 [ 3 ] {295c24fb-3f06-4b29-959c-b9ade234e380} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5114 | 2024.08.22 02:20:06.740819 [ 3 ] {295c24fb-3f06-4b29-959c-b9ade234e380} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5115 | 2024.08.22 02:20:06.740857 [ 3 ] {295c24fb-3f06-4b29-959c-b9ade234e380} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
5116 | 2024.08.22 02:20:06.741704 [ 3 ] {295c24fb-3f06-4b29-959c-b9ade234e380} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
5117 | 2024.08.22 02:20:06.742114 [ 3 ] {295c24fb-3f06-4b29-959c-b9ade234e380} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5118 | 2024.08.22 02:20:06.742288 [ 75 ] {} <Debug> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
5119 | 2024.08.22 02:20:06.742316 [ 3 ] {295c24fb-3f06-4b29-959c-b9ade234e380} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.002995 sec., 9348.914858096829 rows/sec., 16.75 MiB/sec. | ||
5120 | 2024.08.22 02:20:06.742379 [ 75 ] {} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5121 | 2024.08.22 02:20:06.742457 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
5122 | 2024.08.22 02:20:06.742741 [ 196 ] {54363e51-69d9-4b16-adfe-43c651565682::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 | ||
5123 | 2024.08.22 02:20:06.742953 [ 3 ] {295c24fb-3f06-4b29-959c-b9ade234e380} <Debug> DynamicQueryHandler: Done processing query | ||
5124 | 2024.08.22 02:20:06.742985 [ 3 ] {295c24fb-3f06-4b29-959c-b9ade234e380} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
5125 | 2024.08.22 02:20:06.743014 [ 3 ] {} <Debug> HTTP-Session: d9dd6e3e-1503-436d-9a61-58efa4688540 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5126 | 2024.08.22 02:20:06.743176 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5127 | 2024.08.22 02:20:06.743186 [ 196 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5128 | 2024.08.22 02:20:06.743239 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5129 | 2024.08.22 02:20:06.743267 [ 196 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 230 rows starting from the beginning of the part | ||
5130 | 2024.08.22 02:20:06.743270 [ 3 ] {} <Debug> HTTP-Session: 2cb93245-1148-477d-97a4-63c3dc7ff000 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
5131 | 2024.08.22 02:20:06.743296 [ 3 ] {} <Debug> HTTP-Session: 2cb93245-1148-477d-97a4-63c3dc7ff000 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5132 | 2024.08.22 02:20:06.743310 [ 3 ] {} <Debug> HTTP-Session: 2cb93245-1148-477d-97a4-63c3dc7ff000 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5133 | 2024.08.22 02:20:06.743354 [ 3 ] {} <Trace> HTTP-Session: 2cb93245-1148-477d-97a4-63c3dc7ff000 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5134 | 2024.08.22 02:20:06.743664 [ 3 ] {4658ddb0-00e3-455f-a4c5-f25925b1e85c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5135 | 2024.08.22 02:20:06.743754 [ 196 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 28 rows starting from the beginning of the part | ||
5136 | 2024.08.22 02:20:06.743817 [ 3 ] {4658ddb0-00e3-455f-a4c5-f25925b1e85c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5137 | 2024.08.22 02:20:06.744430 [ 196 ] {54363e51-69d9-4b16-adfe-43c651565682::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 | ||
5138 | 2024.08.22 02:20:06.744455 [ 3 ] {4658ddb0-00e3-455f-a4c5-f25925b1e85c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5139 | 2024.08.22 02:20:06.744922 [ 196 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 28 rows starting from the beginning of the part | ||
5140 | 2024.08.22 02:20:06.745508 [ 3 ] {4658ddb0-00e3-455f-a4c5-f25925b1e85c} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5141 | 2024.08.22 02:20:06.745522 [ 196 ] {54363e51-69d9-4b16-adfe-43c651565682::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 | ||
5142 | 2024.08.22 02:20:06.745549 [ 3 ] {4658ddb0-00e3-455f-a4c5-f25925b1e85c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
5143 | 2024.08.22 02:20:06.745981 [ 196 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 28 rows starting from the beginning of the part | ||
5144 | 2024.08.22 02:20:06.746665 [ 3 ] {4658ddb0-00e3-455f-a4c5-f25925b1e85c} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
5145 | 2024.08.22 02:20:06.747160 [ 3 ] {4658ddb0-00e3-455f-a4c5-f25925b1e85c} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5146 | 2024.08.22 02:20:06.747360 [ 3 ] {4658ddb0-00e3-455f-a4c5-f25925b1e85c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003873 sec., 15491.866769945778 rows/sec., 1.04 MiB/sec. | ||
5147 | 2024.08.22 02:20:06.747882 [ 3 ] {4658ddb0-00e3-455f-a4c5-f25925b1e85c} <Debug> DynamicQueryHandler: Done processing query | ||
5148 | 2024.08.22 02:20:06.747971 [ 3 ] {4658ddb0-00e3-455f-a4c5-f25925b1e85c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5149 | 2024.08.22 02:20:06.748063 [ 3 ] {} <Debug> HTTP-Session: 2cb93245-1148-477d-97a4-63c3dc7ff000 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5150 | 2024.08.22 02:20:06.750433 [ 192 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 318 rows, containing 19 columns (19 merged, 0 gathered) in 0.007856682 sec., 40475.1013213975 rows/sec., 72.53 MiB/sec. | ||
5151 | 2024.08.22 02:20:06.750837 [ 196 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
5152 | 2024.08.22 02:20:06.751367 [ 196 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_16_3} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5153 | 2024.08.22 02:20:06.751442 [ 196 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_16_3} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
5154 | 2024.08.22 02:20:06.751569 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.93 MiB. | ||
5155 | 2024.08.22 02:20:11.732136 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5156 | 2024.08.22 02:20:11.732281 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5157 | 2024.08.22 02:20:11.732311 [ 3 ] {} <Debug> HTTP-Session: 1547d3cb-8de9-4e72-939a-60350aaef1ee Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
5158 | 2024.08.22 02:20:11.732341 [ 3 ] {} <Debug> HTTP-Session: 1547d3cb-8de9-4e72-939a-60350aaef1ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5159 | 2024.08.22 02:20:11.732359 [ 3 ] {} <Debug> HTTP-Session: 1547d3cb-8de9-4e72-939a-60350aaef1ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5160 | 2024.08.22 02:20:11.732415 [ 3 ] {} <Trace> HTTP-Session: 1547d3cb-8de9-4e72-939a-60350aaef1ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5161 | 2024.08.22 02:20:11.732616 [ 3 ] {028dbd7a-c6f3-4af1-85f5-eca1650d7d0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
5162 | 2024.08.22 02:20:11.732685 [ 3 ] {028dbd7a-c6f3-4af1-85f5-eca1650d7d0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
5163 | 2024.08.22 02:20:11.733028 [ 3 ] {028dbd7a-c6f3-4af1-85f5-eca1650d7d0a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5164 | 2024.08.22 02:20:11.733444 [ 3 ] {028dbd7a-c6f3-4af1-85f5-eca1650d7d0a} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5165 | 2024.08.22 02:20:11.733487 [ 3 ] {028dbd7a-c6f3-4af1-85f5-eca1650d7d0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
5166 | 2024.08.22 02:20:11.733892 [ 3 ] {028dbd7a-c6f3-4af1-85f5-eca1650d7d0a} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
5167 | 2024.08.22 02:20:11.734269 [ 3 ] {028dbd7a-c6f3-4af1-85f5-eca1650d7d0a} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5168 | 2024.08.22 02:20:11.734450 [ 3 ] {028dbd7a-c6f3-4af1-85f5-eca1650d7d0a} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001927 sec., 2075.765438505449 rows/sec., 169.26 KiB/sec. | ||
5169 | 2024.08.22 02:20:11.735021 [ 3 ] {028dbd7a-c6f3-4af1-85f5-eca1650d7d0a} <Debug> DynamicQueryHandler: Done processing query | ||
5170 | 2024.08.22 02:20:11.735047 [ 3 ] {028dbd7a-c6f3-4af1-85f5-eca1650d7d0a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5171 | 2024.08.22 02:20:11.735065 [ 3 ] {} <Debug> HTTP-Session: 1547d3cb-8de9-4e72-939a-60350aaef1ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5172 | 2024.08.22 02:20:11.735294 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 29241, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5173 | 2024.08.22 02:20:11.735344 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5174 | 2024.08.22 02:20:11.735364 [ 3 ] {} <Debug> HTTP-Session: 3ca0ba4a-2adf-4097-816d-b7ca180d3afc Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
5175 | 2024.08.22 02:20:11.735380 [ 3 ] {} <Debug> HTTP-Session: 3ca0ba4a-2adf-4097-816d-b7ca180d3afc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5176 | 2024.08.22 02:20:11.735395 [ 3 ] {} <Debug> HTTP-Session: 3ca0ba4a-2adf-4097-816d-b7ca180d3afc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5177 | 2024.08.22 02:20:11.735427 [ 3 ] {} <Trace> HTTP-Session: 3ca0ba4a-2adf-4097-816d-b7ca180d3afc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5178 | 2024.08.22 02:20:11.735578 [ 3 ] {0dbef220-7ee7-4e3f-89ee-d0efea697ad4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5179 | 2024.08.22 02:20:11.735623 [ 3 ] {0dbef220-7ee7-4e3f-89ee-d0efea697ad4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5180 | 2024.08.22 02:20:11.735883 [ 3 ] {0dbef220-7ee7-4e3f-89ee-d0efea697ad4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5181 | 2024.08.22 02:20:11.736364 [ 3 ] {0dbef220-7ee7-4e3f-89ee-d0efea697ad4} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5182 | 2024.08.22 02:20:11.736401 [ 3 ] {0dbef220-7ee7-4e3f-89ee-d0efea697ad4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
5183 | 2024.08.22 02:20:11.736772 [ 3 ] {0dbef220-7ee7-4e3f-89ee-d0efea697ad4} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
5184 | 2024.08.22 02:20:11.737128 [ 3 ] {0dbef220-7ee7-4e3f-89ee-d0efea697ad4} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5185 | 2024.08.22 02:20:11.737283 [ 3 ] {0dbef220-7ee7-4e3f-89ee-d0efea697ad4} <Debug> executeQuery: Read 195 rows, 17.39 KiB in 0.001769 sec., 110231.76936122103 rows/sec., 9.60 MiB/sec. | ||
5186 | 2024.08.22 02:20:11.737463 [ 3 ] {0dbef220-7ee7-4e3f-89ee-d0efea697ad4} <Debug> DynamicQueryHandler: Done processing query | ||
5187 | 2024.08.22 02:20:11.737488 [ 3 ] {0dbef220-7ee7-4e3f-89ee-d0efea697ad4} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
5188 | 2024.08.22 02:20:11.737504 [ 3 ] {} <Debug> HTTP-Session: 3ca0ba4a-2adf-4097-816d-b7ca180d3afc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5189 | 2024.08.22 02:20:11.737639 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 897, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5190 | 2024.08.22 02:20:11.737688 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5191 | 2024.08.22 02:20:11.737706 [ 3 ] {} <Debug> HTTP-Session: 2c467059-45ab-4ca7-81a3-660a9e480707 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
5192 | 2024.08.22 02:20:11.737722 [ 3 ] {} <Debug> HTTP-Session: 2c467059-45ab-4ca7-81a3-660a9e480707 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5193 | 2024.08.22 02:20:11.737737 [ 3 ] {} <Debug> HTTP-Session: 2c467059-45ab-4ca7-81a3-660a9e480707 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5194 | 2024.08.22 02:20:11.737768 [ 3 ] {} <Trace> HTTP-Session: 2c467059-45ab-4ca7-81a3-660a9e480707 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5195 | 2024.08.22 02:20:11.737865 [ 3 ] {81ceba69-ef80-4177-95b5-da91da6f1f81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5196 | 2024.08.22 02:20:11.737909 [ 3 ] {81ceba69-ef80-4177-95b5-da91da6f1f81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5197 | 2024.08.22 02:20:11.738135 [ 3 ] {81ceba69-ef80-4177-95b5-da91da6f1f81} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5198 | 2024.08.22 02:20:11.738433 [ 3 ] {81ceba69-ef80-4177-95b5-da91da6f1f81} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5199 | 2024.08.22 02:20:11.738470 [ 3 ] {81ceba69-ef80-4177-95b5-da91da6f1f81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
5200 | 2024.08.22 02:20:11.738814 [ 3 ] {81ceba69-ef80-4177-95b5-da91da6f1f81} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
5201 | 2024.08.22 02:20:11.739165 [ 3 ] {81ceba69-ef80-4177-95b5-da91da6f1f81} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5202 | 2024.08.22 02:20:11.739322 [ 3 ] {81ceba69-ef80-4177-95b5-da91da6f1f81} <Debug> executeQuery: Read 6 rows, 440.00 B in 0.001478 sec., 4059.539918809202 rows/sec., 290.72 KiB/sec. | ||
5203 | 2024.08.22 02:20:11.739667 [ 3 ] {81ceba69-ef80-4177-95b5-da91da6f1f81} <Debug> DynamicQueryHandler: Done processing query | ||
5204 | 2024.08.22 02:20:11.739692 [ 3 ] {81ceba69-ef80-4177-95b5-da91da6f1f81} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5205 | 2024.08.22 02:20:11.739708 [ 3 ] {} <Debug> HTTP-Session: 2c467059-45ab-4ca7-81a3-660a9e480707 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5206 | 2024.08.22 02:20:11.739832 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5207 | 2024.08.22 02:20:11.739881 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5208 | 2024.08.22 02:20:11.739900 [ 3 ] {} <Debug> HTTP-Session: 06e9fc52-be9b-4cc0-8f31-780431cbe1cb Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
5209 | 2024.08.22 02:20:11.739916 [ 3 ] {} <Debug> HTTP-Session: 06e9fc52-be9b-4cc0-8f31-780431cbe1cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5210 | 2024.08.22 02:20:11.739929 [ 3 ] {} <Debug> HTTP-Session: 06e9fc52-be9b-4cc0-8f31-780431cbe1cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5211 | 2024.08.22 02:20:11.739959 [ 3 ] {} <Trace> HTTP-Session: 06e9fc52-be9b-4cc0-8f31-780431cbe1cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5212 | 2024.08.22 02:20:11.740061 [ 3 ] {ecb0a350-a043-494d-984d-c7a7e4ed8cfb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
5213 | 2024.08.22 02:20:11.740104 [ 3 ] {ecb0a350-a043-494d-984d-c7a7e4ed8cfb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
5214 | 2024.08.22 02:20:11.740354 [ 3 ] {ecb0a350-a043-494d-984d-c7a7e4ed8cfb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5215 | 2024.08.22 02:20:11.740648 [ 3 ] {ecb0a350-a043-494d-984d-c7a7e4ed8cfb} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5216 | 2024.08.22 02:20:11.740684 [ 3 ] {ecb0a350-a043-494d-984d-c7a7e4ed8cfb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
5217 | 2024.08.22 02:20:11.741043 [ 3 ] {ecb0a350-a043-494d-984d-c7a7e4ed8cfb} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
5218 | 2024.08.22 02:20:11.741408 [ 3 ] {ecb0a350-a043-494d-984d-c7a7e4ed8cfb} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5219 | 2024.08.22 02:20:11.741559 [ 3 ] {ecb0a350-a043-494d-984d-c7a7e4ed8cfb} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001526 sec., 9174.311926605504 rows/sec., 642.51 KiB/sec. | ||
5220 | 2024.08.22 02:20:11.741731 [ 3 ] {ecb0a350-a043-494d-984d-c7a7e4ed8cfb} <Debug> DynamicQueryHandler: Done processing query | ||
5221 | 2024.08.22 02:20:11.741755 [ 3 ] {ecb0a350-a043-494d-984d-c7a7e4ed8cfb} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5222 | 2024.08.22 02:20:11.741772 [ 3 ] {} <Debug> HTTP-Session: 06e9fc52-be9b-4cc0-8f31-780431cbe1cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5223 | 2024.08.22 02:20:11.741889 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5224 | 2024.08.22 02:20:11.741937 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5225 | 2024.08.22 02:20:11.741956 [ 3 ] {} <Debug> HTTP-Session: a0429b34-d394-42cd-9052-07710e4095ed Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
5226 | 2024.08.22 02:20:11.741972 [ 3 ] {} <Debug> HTTP-Session: a0429b34-d394-42cd-9052-07710e4095ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5227 | 2024.08.22 02:20:11.741986 [ 3 ] {} <Debug> HTTP-Session: a0429b34-d394-42cd-9052-07710e4095ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5228 | 2024.08.22 02:20:11.742016 [ 3 ] {} <Trace> HTTP-Session: a0429b34-d394-42cd-9052-07710e4095ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5229 | 2024.08.22 02:20:11.742113 [ 3 ] {3bfe13cb-25e5-447b-8e8d-2862c7df44ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
5230 | 2024.08.22 02:20:11.742156 [ 3 ] {3bfe13cb-25e5-447b-8e8d-2862c7df44ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
5231 | 2024.08.22 02:20:11.742382 [ 3 ] {3bfe13cb-25e5-447b-8e8d-2862c7df44ae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5232 | 2024.08.22 02:20:11.742677 [ 3 ] {3bfe13cb-25e5-447b-8e8d-2862c7df44ae} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5233 | 2024.08.22 02:20:11.742713 [ 3 ] {3bfe13cb-25e5-447b-8e8d-2862c7df44ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
5234 | 2024.08.22 02:20:11.743057 [ 3 ] {3bfe13cb-25e5-447b-8e8d-2862c7df44ae} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
5235 | 2024.08.22 02:20:11.743402 [ 3 ] {3bfe13cb-25e5-447b-8e8d-2862c7df44ae} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5236 | 2024.08.22 02:20:11.743553 [ 81 ] {} <Debug> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
5237 | 2024.08.22 02:20:11.743558 [ 3 ] {3bfe13cb-25e5-447b-8e8d-2862c7df44ae} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001464 sec., 4098.360655737705 rows/sec., 242.14 KiB/sec. | ||
5238 | 2024.08.22 02:20:11.743642 [ 81 ] {} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5239 | 2024.08.22 02:20:11.743716 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
5240 | 2024.08.22 02:20:11.743946 [ 3 ] {3bfe13cb-25e5-447b-8e8d-2862c7df44ae} <Debug> DynamicQueryHandler: Done processing query | ||
5241 | 2024.08.22 02:20:11.744019 [ 3 ] {3bfe13cb-25e5-447b-8e8d-2862c7df44ae} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5242 | 2024.08.22 02:20:11.744039 [ 194 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_9_2} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full | ||
5243 | 2024.08.22 02:20:11.744087 [ 3 ] {} <Debug> HTTP-Session: a0429b34-d394-42cd-9052-07710e4095ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5244 | 2024.08.22 02:20:11.744387 [ 194 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5245 | 2024.08.22 02:20:11.744396 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 62788, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5246 | 2024.08.22 02:20:11.744460 [ 194 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 6 rows starting from the beginning of the part | ||
5247 | 2024.08.22 02:20:11.744495 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5248 | 2024.08.22 02:20:11.744547 [ 3 ] {} <Debug> HTTP-Session: ad825246-9a6c-43a8-88eb-65b4c50c9e64 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
5249 | 2024.08.22 02:20:11.744650 [ 3 ] {} <Debug> HTTP-Session: ad825246-9a6c-43a8-88eb-65b4c50c9e64 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5250 | 2024.08.22 02:20:11.744700 [ 194 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part | ||
5251 | 2024.08.22 02:20:11.744731 [ 3 ] {} <Debug> HTTP-Session: ad825246-9a6c-43a8-88eb-65b4c50c9e64 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5252 | 2024.08.22 02:20:11.744913 [ 3 ] {} <Trace> HTTP-Session: ad825246-9a6c-43a8-88eb-65b4c50c9e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5253 | 2024.08.22 02:20:11.744964 [ 194 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part | ||
5254 | 2024.08.22 02:20:11.745302 [ 194 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part | ||
5255 | 2024.08.22 02:20:11.745454 [ 194 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part | ||
5256 | 2024.08.22 02:20:11.745577 [ 3 ] {dba5d8e7-eb35-4d57-b27b-965a4ec5c157} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5257 | 2024.08.22 02:20:11.745794 [ 3 ] {dba5d8e7-eb35-4d57-b27b-965a4ec5c157} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5258 | 2024.08.22 02:20:11.746701 [ 3 ] {dba5d8e7-eb35-4d57-b27b-965a4ec5c157} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5259 | 2024.08.22 02:20:11.747928 [ 196 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.004102997 sec., 7311.728475550921 rows/sec., 464.12 KiB/sec. | ||
5260 | 2024.08.22 02:20:11.748017 [ 3 ] {dba5d8e7-eb35-4d57-b27b-965a4ec5c157} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5261 | 2024.08.22 02:20:11.748059 [ 3 ] {dba5d8e7-eb35-4d57-b27b-965a4ec5c157} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
5262 | 2024.08.22 02:20:11.748064 [ 196 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
5263 | 2024.08.22 02:20:11.748615 [ 3 ] {dba5d8e7-eb35-4d57-b27b-965a4ec5c157} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
5264 | 2024.08.22 02:20:11.748650 [ 196 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_9_2} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5265 | 2024.08.22 02:20:11.748752 [ 196 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_9_2} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
5266 | 2024.08.22 02:20:11.748891 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
5267 | 2024.08.22 02:20:11.749091 [ 3 ] {dba5d8e7-eb35-4d57-b27b-965a4ec5c157} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5268 | 2024.08.22 02:20:11.749262 [ 3 ] {dba5d8e7-eb35-4d57-b27b-965a4ec5c157} <Debug> executeQuery: Read 388 rows, 28.17 KiB in 0.003991 sec., 97218.74216988224 rows/sec., 6.89 MiB/sec. | ||
5269 | 2024.08.22 02:20:11.749683 [ 3 ] {dba5d8e7-eb35-4d57-b27b-965a4ec5c157} <Debug> DynamicQueryHandler: Done processing query | ||
5270 | 2024.08.22 02:20:11.749708 [ 3 ] {dba5d8e7-eb35-4d57-b27b-965a4ec5c157} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
5271 | 2024.08.22 02:20:11.749725 [ 3 ] {} <Debug> HTTP-Session: ad825246-9a6c-43a8-88eb-65b4c50c9e64 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5272 | 2024.08.22 02:20:11.749867 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5273 | 2024.08.22 02:20:11.749916 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5274 | 2024.08.22 02:20:11.749935 [ 3 ] {} <Debug> HTTP-Session: ed93abc4-ec98-44a0-ae39-4167066b11b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
5275 | 2024.08.22 02:20:11.749951 [ 3 ] {} <Debug> HTTP-Session: ed93abc4-ec98-44a0-ae39-4167066b11b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5276 | 2024.08.22 02:20:11.749965 [ 3 ] {} <Debug> HTTP-Session: ed93abc4-ec98-44a0-ae39-4167066b11b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5277 | 2024.08.22 02:20:11.749997 [ 3 ] {} <Trace> HTTP-Session: ed93abc4-ec98-44a0-ae39-4167066b11b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5278 | 2024.08.22 02:20:11.750096 [ 3 ] {773162db-16b9-4e75-a8da-3a879d591272} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
5279 | 2024.08.22 02:20:11.750143 [ 3 ] {773162db-16b9-4e75-a8da-3a879d591272} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
5280 | 2024.08.22 02:20:11.750296 [ 3 ] {773162db-16b9-4e75-a8da-3a879d591272} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5281 | 2024.08.22 02:20:11.750555 [ 3 ] {773162db-16b9-4e75-a8da-3a879d591272} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5282 | 2024.08.22 02:20:11.750590 [ 3 ] {773162db-16b9-4e75-a8da-3a879d591272} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
5283 | 2024.08.22 02:20:11.750957 [ 3 ] {773162db-16b9-4e75-a8da-3a879d591272} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
5284 | 2024.08.22 02:20:11.751280 [ 3 ] {773162db-16b9-4e75-a8da-3a879d591272} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5285 | 2024.08.22 02:20:11.751434 [ 3 ] {773162db-16b9-4e75-a8da-3a879d591272} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001361 sec., 4408.52314474651 rows/sec., 230.33 KiB/sec. | ||
5286 | 2024.08.22 02:20:11.751589 [ 3 ] {773162db-16b9-4e75-a8da-3a879d591272} <Debug> DynamicQueryHandler: Done processing query | ||
5287 | 2024.08.22 02:20:11.751614 [ 3 ] {773162db-16b9-4e75-a8da-3a879d591272} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
5288 | 2024.08.22 02:20:11.751629 [ 3 ] {} <Debug> HTTP-Session: ed93abc4-ec98-44a0-ae39-4167066b11b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5289 | 2024.08.22 02:20:11.751809 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 44980, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5290 | 2024.08.22 02:20:11.751858 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5291 | 2024.08.22 02:20:11.751877 [ 3 ] {} <Debug> HTTP-Session: 2b05fbe6-1d7f-4a8b-bb6b-f77cbb173672 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
5292 | 2024.08.22 02:20:11.751892 [ 3 ] {} <Debug> HTTP-Session: 2b05fbe6-1d7f-4a8b-bb6b-f77cbb173672 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5293 | 2024.08.22 02:20:11.751906 [ 3 ] {} <Debug> HTTP-Session: 2b05fbe6-1d7f-4a8b-bb6b-f77cbb173672 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5294 | 2024.08.22 02:20:11.751936 [ 3 ] {} <Trace> HTTP-Session: 2b05fbe6-1d7f-4a8b-bb6b-f77cbb173672 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5295 | 2024.08.22 02:20:11.752143 [ 3 ] {1091114f-5188-4c6e-af02-44d2aecb7685} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5296 | 2024.08.22 02:20:11.752190 [ 3 ] {1091114f-5188-4c6e-af02-44d2aecb7685} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5297 | 2024.08.22 02:20:11.752336 [ 3 ] {1091114f-5188-4c6e-af02-44d2aecb7685} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5298 | 2024.08.22 02:20:11.752761 [ 3 ] {1091114f-5188-4c6e-af02-44d2aecb7685} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5299 | 2024.08.22 02:20:11.752797 [ 3 ] {1091114f-5188-4c6e-af02-44d2aecb7685} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
5300 | 2024.08.22 02:20:11.753181 [ 3 ] {1091114f-5188-4c6e-af02-44d2aecb7685} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
5301 | 2024.08.22 02:20:11.753512 [ 3 ] {1091114f-5188-4c6e-af02-44d2aecb7685} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5302 | 2024.08.22 02:20:11.753672 [ 3 ] {1091114f-5188-4c6e-af02-44d2aecb7685} <Debug> executeQuery: Read 239 rows, 16.41 KiB in 0.001643 sec., 145465.61168594036 rows/sec., 9.75 MiB/sec. | ||
5303 | 2024.08.22 02:20:11.754019 [ 3 ] {1091114f-5188-4c6e-af02-44d2aecb7685} <Debug> DynamicQueryHandler: Done processing query | ||
5304 | 2024.08.22 02:20:11.754044 [ 3 ] {1091114f-5188-4c6e-af02-44d2aecb7685} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
5305 | 2024.08.22 02:20:11.754060 [ 3 ] {} <Debug> HTTP-Session: 2b05fbe6-1d7f-4a8b-bb6b-f77cbb173672 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5306 | 2024.08.22 02:20:11.754183 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5307 | 2024.08.22 02:20:11.754229 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5308 | 2024.08.22 02:20:11.754248 [ 3 ] {} <Debug> HTTP-Session: a3297ba3-cbb2-4572-8332-c38cfb12decd Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
5309 | 2024.08.22 02:20:11.754264 [ 3 ] {} <Debug> HTTP-Session: a3297ba3-cbb2-4572-8332-c38cfb12decd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5310 | 2024.08.22 02:20:11.754278 [ 3 ] {} <Debug> HTTP-Session: a3297ba3-cbb2-4572-8332-c38cfb12decd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5311 | 2024.08.22 02:20:11.754308 [ 3 ] {} <Trace> HTTP-Session: a3297ba3-cbb2-4572-8332-c38cfb12decd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5312 | 2024.08.22 02:20:11.754402 [ 3 ] {d2f7c49f-d622-4d7e-99fb-173cbb870ba2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
5313 | 2024.08.22 02:20:11.754449 [ 3 ] {d2f7c49f-d622-4d7e-99fb-173cbb870ba2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
5314 | 2024.08.22 02:20:11.754599 [ 3 ] {d2f7c49f-d622-4d7e-99fb-173cbb870ba2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5315 | 2024.08.22 02:20:11.754826 [ 3 ] {d2f7c49f-d622-4d7e-99fb-173cbb870ba2} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5316 | 2024.08.22 02:20:11.754862 [ 3 ] {d2f7c49f-d622-4d7e-99fb-173cbb870ba2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
5317 | 2024.08.22 02:20:11.755207 [ 3 ] {d2f7c49f-d622-4d7e-99fb-173cbb870ba2} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
5318 | 2024.08.22 02:20:11.755541 [ 3 ] {d2f7c49f-d622-4d7e-99fb-173cbb870ba2} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5319 | 2024.08.22 02:20:11.755707 [ 3 ] {d2f7c49f-d622-4d7e-99fb-173cbb870ba2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001322 sec., 756.4296520423601 rows/sec., 50.97 KiB/sec. | ||
5320 | 2024.08.22 02:20:11.755866 [ 3 ] {d2f7c49f-d622-4d7e-99fb-173cbb870ba2} <Debug> DynamicQueryHandler: Done processing query | ||
5321 | 2024.08.22 02:20:11.755890 [ 3 ] {d2f7c49f-d622-4d7e-99fb-173cbb870ba2} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
5322 | 2024.08.22 02:20:11.755905 [ 3 ] {} <Debug> HTTP-Session: a3297ba3-cbb2-4572-8332-c38cfb12decd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5323 | 2024.08.22 02:20:11.756017 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 3204, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5324 | 2024.08.22 02:20:11.756065 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5325 | 2024.08.22 02:20:11.756084 [ 3 ] {} <Debug> HTTP-Session: 98d85a73-972c-4db0-befb-1af5ccc22c62 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
5326 | 2024.08.22 02:20:11.756100 [ 3 ] {} <Debug> HTTP-Session: 98d85a73-972c-4db0-befb-1af5ccc22c62 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5327 | 2024.08.22 02:20:11.756113 [ 3 ] {} <Debug> HTTP-Session: 98d85a73-972c-4db0-befb-1af5ccc22c62 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5328 | 2024.08.22 02:20:11.756143 [ 3 ] {} <Trace> HTTP-Session: 98d85a73-972c-4db0-befb-1af5ccc22c62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5329 | 2024.08.22 02:20:11.756250 [ 3 ] {0dc20ca7-2ec2-4d11-b41b-f03b71f89aa9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5330 | 2024.08.22 02:20:11.756312 [ 3 ] {0dc20ca7-2ec2-4d11-b41b-f03b71f89aa9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
5331 | 2024.08.22 02:20:11.756720 [ 3 ] {0dc20ca7-2ec2-4d11-b41b-f03b71f89aa9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5332 | 2024.08.22 02:20:11.757108 [ 3 ] {0dc20ca7-2ec2-4d11-b41b-f03b71f89aa9} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5333 | 2024.08.22 02:20:11.757143 [ 3 ] {0dc20ca7-2ec2-4d11-b41b-f03b71f89aa9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
5334 | 2024.08.22 02:20:11.757725 [ 3 ] {0dc20ca7-2ec2-4d11-b41b-f03b71f89aa9} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
5335 | 2024.08.22 02:20:11.758131 [ 3 ] {0dc20ca7-2ec2-4d11-b41b-f03b71f89aa9} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5336 | 2024.08.22 02:20:11.758341 [ 3 ] {0dc20ca7-2ec2-4d11-b41b-f03b71f89aa9} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.002116 sec., 945.179584120983 rows/sec., 1.69 MiB/sec. | ||
5337 | 2024.08.22 02:20:11.758847 [ 3 ] {0dc20ca7-2ec2-4d11-b41b-f03b71f89aa9} <Debug> DynamicQueryHandler: Done processing query | ||
5338 | 2024.08.22 02:20:11.758926 [ 3 ] {0dc20ca7-2ec2-4d11-b41b-f03b71f89aa9} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
5339 | 2024.08.22 02:20:11.758943 [ 3 ] {} <Debug> HTTP-Session: 98d85a73-972c-4db0-befb-1af5ccc22c62 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5340 | 2024.08.22 02:20:11.759083 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 12133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5341 | 2024.08.22 02:20:11.759129 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5342 | 2024.08.22 02:20:11.759149 [ 3 ] {} <Debug> HTTP-Session: d6e70999-879b-4aea-a41a-d1f437b0d1bc Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
5343 | 2024.08.22 02:20:11.759165 [ 3 ] {} <Debug> HTTP-Session: d6e70999-879b-4aea-a41a-d1f437b0d1bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5344 | 2024.08.22 02:20:11.759179 [ 3 ] {} <Debug> HTTP-Session: d6e70999-879b-4aea-a41a-d1f437b0d1bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5345 | 2024.08.22 02:20:11.759209 [ 3 ] {} <Trace> HTTP-Session: d6e70999-879b-4aea-a41a-d1f437b0d1bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5346 | 2024.08.22 02:20:11.759334 [ 3 ] {c669adab-985f-4bc3-b195-d944097b4e73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5347 | 2024.08.22 02:20:11.759380 [ 3 ] {c669adab-985f-4bc3-b195-d944097b4e73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5348 | 2024.08.22 02:20:11.759525 [ 3 ] {c669adab-985f-4bc3-b195-d944097b4e73} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5349 | 2024.08.22 02:20:11.759833 [ 3 ] {c669adab-985f-4bc3-b195-d944097b4e73} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5350 | 2024.08.22 02:20:11.759876 [ 3 ] {c669adab-985f-4bc3-b195-d944097b4e73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
5351 | 2024.08.22 02:20:11.760326 [ 3 ] {c669adab-985f-4bc3-b195-d944097b4e73} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
5352 | 2024.08.22 02:20:11.760764 [ 3 ] {c669adab-985f-4bc3-b195-d944097b4e73} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5353 | 2024.08.22 02:20:11.760953 [ 3 ] {c669adab-985f-4bc3-b195-d944097b4e73} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001656 sec., 49516.90821256039 rows/sec., 3.14 MiB/sec. | ||
5354 | 2024.08.22 02:20:11.761121 [ 3 ] {c669adab-985f-4bc3-b195-d944097b4e73} <Debug> DynamicQueryHandler: Done processing query | ||
5355 | 2024.08.22 02:20:11.761150 [ 3 ] {c669adab-985f-4bc3-b195-d944097b4e73} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5356 | 2024.08.22 02:20:11.761174 [ 3 ] {} <Debug> HTTP-Session: d6e70999-879b-4aea-a41a-d1f437b0d1bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5357 | 2024.08.22 02:20:15.124307 [ 151 ] {} <Debug> DNSResolver: Updating DNS cache | ||
5358 | 2024.08.22 02:20:15.124364 [ 151 ] {} <Debug> DNSResolver: Updated DNS cache | ||
5359 | 2024.08.22 02:20:16.758093 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 680, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5360 | 2024.08.22 02:20:16.758267 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5361 | 2024.08.22 02:20:16.758313 [ 3 ] {} <Debug> HTTP-Session: 3b8cde98-af3d-44a4-8b9e-e1e3fdb71028 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
5362 | 2024.08.22 02:20:16.758354 [ 3 ] {} <Debug> HTTP-Session: 3b8cde98-af3d-44a4-8b9e-e1e3fdb71028 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5363 | 2024.08.22 02:20:16.758383 [ 3 ] {} <Debug> HTTP-Session: 3b8cde98-af3d-44a4-8b9e-e1e3fdb71028 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5364 | 2024.08.22 02:20:16.758465 [ 3 ] {} <Trace> HTTP-Session: 3b8cde98-af3d-44a4-8b9e-e1e3fdb71028 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5365 | 2024.08.22 02:20:16.758743 [ 3 ] {719cdaec-472c-4eee-933c-d4812996b606} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
5366 | 2024.08.22 02:20:16.758842 [ 3 ] {719cdaec-472c-4eee-933c-d4812996b606} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
5367 | 2024.08.22 02:20:16.759250 [ 3 ] {719cdaec-472c-4eee-933c-d4812996b606} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5368 | 2024.08.22 02:20:16.759719 [ 3 ] {719cdaec-472c-4eee-933c-d4812996b606} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5369 | 2024.08.22 02:20:16.759765 [ 3 ] {719cdaec-472c-4eee-933c-d4812996b606} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
5370 | 2024.08.22 02:20:16.760244 [ 3 ] {719cdaec-472c-4eee-933c-d4812996b606} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
5371 | 2024.08.22 02:20:16.760653 [ 3 ] {719cdaec-472c-4eee-933c-d4812996b606} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5372 | 2024.08.22 02:20:16.760816 [ 3 ] {719cdaec-472c-4eee-933c-d4812996b606} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.002164 sec., 1848.4288354898335 rows/sec., 150.73 KiB/sec. | ||
5373 | 2024.08.22 02:20:16.761018 [ 3 ] {719cdaec-472c-4eee-933c-d4812996b606} <Debug> DynamicQueryHandler: Done processing query | ||
5374 | 2024.08.22 02:20:16.761046 [ 3 ] {719cdaec-472c-4eee-933c-d4812996b606} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5375 | 2024.08.22 02:20:16.761062 [ 3 ] {} <Debug> HTTP-Session: 3b8cde98-af3d-44a4-8b9e-e1e3fdb71028 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5376 | 2024.08.22 02:20:16.761359 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 181835, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5377 | 2024.08.22 02:20:16.761409 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5378 | 2024.08.22 02:20:16.761430 [ 3 ] {} <Debug> HTTP-Session: 47ed0abc-ade5-41bc-9132-cac9cfcb96d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
5379 | 2024.08.22 02:20:16.761448 [ 3 ] {} <Debug> HTTP-Session: 47ed0abc-ade5-41bc-9132-cac9cfcb96d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5380 | 2024.08.22 02:20:16.761462 [ 3 ] {} <Debug> HTTP-Session: 47ed0abc-ade5-41bc-9132-cac9cfcb96d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5381 | 2024.08.22 02:20:16.761495 [ 3 ] {} <Trace> HTTP-Session: 47ed0abc-ade5-41bc-9132-cac9cfcb96d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5382 | 2024.08.22 02:20:16.762052 [ 3 ] {47b23ab5-76f0-45ad-93cc-8c12b8bbcd17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5383 | 2024.08.22 02:20:16.762101 [ 3 ] {47b23ab5-76f0-45ad-93cc-8c12b8bbcd17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5384 | 2024.08.22 02:20:16.762329 [ 3 ] {47b23ab5-76f0-45ad-93cc-8c12b8bbcd17} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5385 | 2024.08.22 02:20:16.763370 [ 3 ] {47b23ab5-76f0-45ad-93cc-8c12b8bbcd17} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5386 | 2024.08.22 02:20:16.763408 [ 3 ] {47b23ab5-76f0-45ad-93cc-8c12b8bbcd17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
5387 | 2024.08.22 02:20:16.763864 [ 3 ] {47b23ab5-76f0-45ad-93cc-8c12b8bbcd17} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
5388 | 2024.08.22 02:20:16.764320 [ 3 ] {47b23ab5-76f0-45ad-93cc-8c12b8bbcd17} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5389 | 2024.08.22 02:20:16.764477 [ 3 ] {47b23ab5-76f0-45ad-93cc-8c12b8bbcd17} <Debug> executeQuery: Read 1254 rows, 105.89 KiB in 0.00282 sec., 444680.8510638298 rows/sec., 36.67 MiB/sec. | ||
5390 | 2024.08.22 02:20:16.764683 [ 3 ] {47b23ab5-76f0-45ad-93cc-8c12b8bbcd17} <Debug> DynamicQueryHandler: Done processing query | ||
5391 | 2024.08.22 02:20:16.764712 [ 3 ] {47b23ab5-76f0-45ad-93cc-8c12b8bbcd17} <Debug> MemoryTracker: Peak memory usage (for query): 4.98 MiB. | ||
5392 | 2024.08.22 02:20:16.764730 [ 3 ] {} <Debug> HTTP-Session: 47ed0abc-ade5-41bc-9132-cac9cfcb96d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5393 | 2024.08.22 02:20:16.764942 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 4630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5394 | 2024.08.22 02:20:16.765001 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5395 | 2024.08.22 02:20:16.765022 [ 3 ] {} <Debug> HTTP-Session: 7f14c198-410b-43be-af92-1fe1459b74dc Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
5396 | 2024.08.22 02:20:16.765039 [ 3 ] {} <Debug> HTTP-Session: 7f14c198-410b-43be-af92-1fe1459b74dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5397 | 2024.08.22 02:20:16.765053 [ 3 ] {} <Debug> HTTP-Session: 7f14c198-410b-43be-af92-1fe1459b74dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5398 | 2024.08.22 02:20:16.765084 [ 3 ] {} <Trace> HTTP-Session: 7f14c198-410b-43be-af92-1fe1459b74dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5399 | 2024.08.22 02:20:16.765190 [ 3 ] {7978a715-4f08-4fea-b0b6-df7e2785e617} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5400 | 2024.08.22 02:20:16.765234 [ 3 ] {7978a715-4f08-4fea-b0b6-df7e2785e617} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5401 | 2024.08.22 02:20:16.765459 [ 3 ] {7978a715-4f08-4fea-b0b6-df7e2785e617} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5402 | 2024.08.22 02:20:16.765789 [ 3 ] {7978a715-4f08-4fea-b0b6-df7e2785e617} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5403 | 2024.08.22 02:20:16.765826 [ 3 ] {7978a715-4f08-4fea-b0b6-df7e2785e617} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
5404 | 2024.08.22 02:20:16.766174 [ 3 ] {7978a715-4f08-4fea-b0b6-df7e2785e617} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
5405 | 2024.08.22 02:20:16.766537 [ 3 ] {7978a715-4f08-4fea-b0b6-df7e2785e617} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5406 | 2024.08.22 02:20:16.766676 [ 3 ] {7978a715-4f08-4fea-b0b6-df7e2785e617} <Debug> executeQuery: Read 32 rows, 2.38 KiB in 0.001517 sec., 21094.264996704023 rows/sec., 1.54 MiB/sec. | ||
5407 | 2024.08.22 02:20:16.766832 [ 3 ] {7978a715-4f08-4fea-b0b6-df7e2785e617} <Debug> DynamicQueryHandler: Done processing query | ||
5408 | 2024.08.22 02:20:16.766858 [ 3 ] {7978a715-4f08-4fea-b0b6-df7e2785e617} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
5409 | 2024.08.22 02:20:16.766876 [ 3 ] {} <Debug> HTTP-Session: 7f14c198-410b-43be-af92-1fe1459b74dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5410 | 2024.08.22 02:20:16.767127 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 30489, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5411 | 2024.08.22 02:20:16.767177 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5412 | 2024.08.22 02:20:16.767199 [ 3 ] {} <Debug> HTTP-Session: 8ed8cbb6-b2e7-49e6-9fd6-f247fcb52afe Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
5413 | 2024.08.22 02:20:16.767217 [ 3 ] {} <Debug> HTTP-Session: 8ed8cbb6-b2e7-49e6-9fd6-f247fcb52afe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5414 | 2024.08.22 02:20:16.767231 [ 3 ] {} <Debug> HTTP-Session: 8ed8cbb6-b2e7-49e6-9fd6-f247fcb52afe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5415 | 2024.08.22 02:20:16.767263 [ 3 ] {} <Trace> HTTP-Session: 8ed8cbb6-b2e7-49e6-9fd6-f247fcb52afe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5416 | 2024.08.22 02:20:16.767404 [ 3 ] {46234bef-29fe-43bd-80eb-d8273f6874b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
5417 | 2024.08.22 02:20:16.767449 [ 3 ] {46234bef-29fe-43bd-80eb-d8273f6874b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
5418 | 2024.08.22 02:20:16.767671 [ 3 ] {46234bef-29fe-43bd-80eb-d8273f6874b8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5419 | 2024.08.22 02:20:16.768050 [ 3 ] {46234bef-29fe-43bd-80eb-d8273f6874b8} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5420 | 2024.08.22 02:20:16.768086 [ 3 ] {46234bef-29fe-43bd-80eb-d8273f6874b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
5421 | 2024.08.22 02:20:16.768473 [ 3 ] {46234bef-29fe-43bd-80eb-d8273f6874b8} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
5422 | 2024.08.22 02:20:16.768830 [ 3 ] {46234bef-29fe-43bd-80eb-d8273f6874b8} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5423 | 2024.08.22 02:20:16.768957 [ 3 ] {46234bef-29fe-43bd-80eb-d8273f6874b8} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001615 sec., 141176.4705882353 rows/sec., 9.56 MiB/sec. | ||
5424 | 2024.08.22 02:20:16.769111 [ 3 ] {46234bef-29fe-43bd-80eb-d8273f6874b8} <Debug> DynamicQueryHandler: Done processing query | ||
5425 | 2024.08.22 02:20:16.769135 [ 3 ] {46234bef-29fe-43bd-80eb-d8273f6874b8} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
5426 | 2024.08.22 02:20:16.769151 [ 3 ] {} <Debug> HTTP-Session: 8ed8cbb6-b2e7-49e6-9fd6-f247fcb52afe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5427 | 2024.08.22 02:20:16.769387 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 91321, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5428 | 2024.08.22 02:20:16.769441 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5429 | 2024.08.22 02:20:16.769461 [ 3 ] {} <Debug> HTTP-Session: 95766e5d-75ea-4ef6-9818-84cfca0b533c Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
5430 | 2024.08.22 02:20:16.769478 [ 3 ] {} <Debug> HTTP-Session: 95766e5d-75ea-4ef6-9818-84cfca0b533c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5431 | 2024.08.22 02:20:16.769492 [ 3 ] {} <Debug> HTTP-Session: 95766e5d-75ea-4ef6-9818-84cfca0b533c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5432 | 2024.08.22 02:20:16.769522 [ 3 ] {} <Trace> HTTP-Session: 95766e5d-75ea-4ef6-9818-84cfca0b533c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5433 | 2024.08.22 02:20:16.769753 [ 3 ] {7325a0c1-0880-4adc-956d-f05838767ea9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5434 | 2024.08.22 02:20:16.769796 [ 3 ] {7325a0c1-0880-4adc-956d-f05838767ea9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5435 | 2024.08.22 02:20:16.770017 [ 3 ] {7325a0c1-0880-4adc-956d-f05838767ea9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5436 | 2024.08.22 02:20:16.770717 [ 3 ] {7325a0c1-0880-4adc-956d-f05838767ea9} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5437 | 2024.08.22 02:20:16.770754 [ 3 ] {7325a0c1-0880-4adc-956d-f05838767ea9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
5438 | 2024.08.22 02:20:16.771130 [ 3 ] {7325a0c1-0880-4adc-956d-f05838767ea9} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
5439 | 2024.08.22 02:20:16.771481 [ 3 ] {7325a0c1-0880-4adc-956d-f05838767ea9} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5440 | 2024.08.22 02:20:16.771617 [ 3 ] {7325a0c1-0880-4adc-956d-f05838767ea9} <Debug> executeQuery: Read 552 rows, 41.97 KiB in 0.002 sec., 276000 rows/sec., 20.49 MiB/sec. | ||
5441 | 2024.08.22 02:20:16.771909 [ 3 ] {7325a0c1-0880-4adc-956d-f05838767ea9} <Debug> DynamicQueryHandler: Done processing query | ||
5442 | 2024.08.22 02:20:16.771949 [ 3 ] {7325a0c1-0880-4adc-956d-f05838767ea9} <Debug> MemoryTracker: Peak memory usage (for query): 4.57 MiB. | ||
5443 | 2024.08.22 02:20:16.771965 [ 3 ] {} <Debug> HTTP-Session: 95766e5d-75ea-4ef6-9818-84cfca0b533c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5444 | 2024.08.22 02:20:16.772234 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 160664, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5445 | 2024.08.22 02:20:16.772284 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5446 | 2024.08.22 02:20:16.772303 [ 3 ] {} <Debug> HTTP-Session: f36add48-ce02-42cc-9060-cf00ee38b4c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
5447 | 2024.08.22 02:20:16.772319 [ 3 ] {} <Debug> HTTP-Session: f36add48-ce02-42cc-9060-cf00ee38b4c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5448 | 2024.08.22 02:20:16.772334 [ 3 ] {} <Debug> HTTP-Session: f36add48-ce02-42cc-9060-cf00ee38b4c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5449 | 2024.08.22 02:20:16.772365 [ 3 ] {} <Trace> HTTP-Session: f36add48-ce02-42cc-9060-cf00ee38b4c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5450 | 2024.08.22 02:20:16.772805 [ 3 ] {d7aabf1d-4b77-4493-b840-d61a2000ee8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5451 | 2024.08.22 02:20:16.772855 [ 3 ] {d7aabf1d-4b77-4493-b840-d61a2000ee8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5452 | 2024.08.22 02:20:16.773022 [ 3 ] {d7aabf1d-4b77-4493-b840-d61a2000ee8d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5453 | 2024.08.22 02:20:16.773758 [ 3 ] {d7aabf1d-4b77-4493-b840-d61a2000ee8d} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5454 | 2024.08.22 02:20:16.773795 [ 3 ] {d7aabf1d-4b77-4493-b840-d61a2000ee8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
5455 | 2024.08.22 02:20:16.774218 [ 3 ] {d7aabf1d-4b77-4493-b840-d61a2000ee8d} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
5456 | 2024.08.22 02:20:16.774567 [ 3 ] {d7aabf1d-4b77-4493-b840-d61a2000ee8d} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5457 | 2024.08.22 02:20:16.774701 [ 3 ] {d7aabf1d-4b77-4493-b840-d61a2000ee8d} <Debug> executeQuery: Read 846 rows, 58.31 KiB in 0.00219 sec., 386301.3698630137 rows/sec., 26.00 MiB/sec. | ||
5458 | 2024.08.22 02:20:16.774859 [ 3 ] {d7aabf1d-4b77-4493-b840-d61a2000ee8d} <Debug> DynamicQueryHandler: Done processing query | ||
5459 | 2024.08.22 02:20:16.774886 [ 3 ] {d7aabf1d-4b77-4493-b840-d61a2000ee8d} <Debug> MemoryTracker: Peak memory usage (for query): 4.66 MiB. | ||
5460 | 2024.08.22 02:20:16.774902 [ 3 ] {} <Debug> HTTP-Session: f36add48-ce02-42cc-9060-cf00ee38b4c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5461 | 2024.08.22 02:20:16.775087 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 45063, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5462 | 2024.08.22 02:20:16.775136 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5463 | 2024.08.22 02:20:16.775154 [ 3 ] {} <Debug> HTTP-Session: d50b2765-9498-4da2-8393-1930a533315f Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
5464 | 2024.08.22 02:20:16.775170 [ 3 ] {} <Debug> HTTP-Session: d50b2765-9498-4da2-8393-1930a533315f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5465 | 2024.08.22 02:20:16.775184 [ 3 ] {} <Debug> HTTP-Session: d50b2765-9498-4da2-8393-1930a533315f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5466 | 2024.08.22 02:20:16.775214 [ 3 ] {} <Trace> HTTP-Session: d50b2765-9498-4da2-8393-1930a533315f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5467 | 2024.08.22 02:20:16.775525 [ 3 ] {14812843-6668-41ed-96e2-9327a0b74907} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5468 | 2024.08.22 02:20:16.775590 [ 3 ] {14812843-6668-41ed-96e2-9327a0b74907} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
5469 | 2024.08.22 02:20:16.775998 [ 3 ] {14812843-6668-41ed-96e2-9327a0b74907} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5470 | 2024.08.22 02:20:16.776662 [ 3 ] {14812843-6668-41ed-96e2-9327a0b74907} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5471 | 2024.08.22 02:20:16.776698 [ 3 ] {14812843-6668-41ed-96e2-9327a0b74907} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
5472 | 2024.08.22 02:20:16.777321 [ 3 ] {14812843-6668-41ed-96e2-9327a0b74907} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
5473 | 2024.08.22 02:20:16.777730 [ 3 ] {14812843-6668-41ed-96e2-9327a0b74907} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5474 | 2024.08.22 02:20:16.777882 [ 3 ] {14812843-6668-41ed-96e2-9327a0b74907} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.002589 sec., 10814.986481266898 rows/sec., 19.38 MiB/sec. | ||
5475 | 2024.08.22 02:20:16.778231 [ 3 ] {14812843-6668-41ed-96e2-9327a0b74907} <Debug> DynamicQueryHandler: Done processing query | ||
5476 | 2024.08.22 02:20:16.778256 [ 3 ] {14812843-6668-41ed-96e2-9327a0b74907} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
5477 | 2024.08.22 02:20:16.778272 [ 3 ] {} <Debug> HTTP-Session: d50b2765-9498-4da2-8393-1930a533315f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5478 | 2024.08.22 02:20:16.778407 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5479 | 2024.08.22 02:20:16.778457 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5480 | 2024.08.22 02:20:16.778476 [ 3 ] {} <Debug> HTTP-Session: 09f11515-4680-45c4-ac10-430393015308 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
5481 | 2024.08.22 02:20:16.778493 [ 3 ] {} <Debug> HTTP-Session: 09f11515-4680-45c4-ac10-430393015308 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5482 | 2024.08.22 02:20:16.778508 [ 3 ] {} <Debug> HTTP-Session: 09f11515-4680-45c4-ac10-430393015308 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5483 | 2024.08.22 02:20:16.778540 [ 3 ] {} <Trace> HTTP-Session: 09f11515-4680-45c4-ac10-430393015308 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5484 | 2024.08.22 02:20:16.778650 [ 3 ] {709995e1-2053-40ef-a53f-b42e0ef248e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5485 | 2024.08.22 02:20:16.778695 [ 3 ] {709995e1-2053-40ef-a53f-b42e0ef248e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5486 | 2024.08.22 02:20:16.778826 [ 3 ] {709995e1-2053-40ef-a53f-b42e0ef248e4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5487 | 2024.08.22 02:20:16.779110 [ 3 ] {709995e1-2053-40ef-a53f-b42e0ef248e4} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5488 | 2024.08.22 02:20:16.779146 [ 3 ] {709995e1-2053-40ef-a53f-b42e0ef248e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
5489 | 2024.08.22 02:20:16.779498 [ 3 ] {709995e1-2053-40ef-a53f-b42e0ef248e4} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
5490 | 2024.08.22 02:20:16.779822 [ 3 ] {709995e1-2053-40ef-a53f-b42e0ef248e4} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5491 | 2024.08.22 02:20:16.779959 [ 3 ] {709995e1-2053-40ef-a53f-b42e0ef248e4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001345 sec., 44609.665427509295 rows/sec., 3.01 MiB/sec. | ||
5492 | 2024.08.22 02:20:16.780156 [ 3 ] {709995e1-2053-40ef-a53f-b42e0ef248e4} <Debug> DynamicQueryHandler: Done processing query | ||
5493 | 2024.08.22 02:20:16.780181 [ 3 ] {709995e1-2053-40ef-a53f-b42e0ef248e4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5494 | 2024.08.22 02:20:16.780196 [ 3 ] {} <Debug> HTTP-Session: 09f11515-4680-45c4-ac10-430393015308 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5495 | 2024.08.22 02:20:21.732252 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 363, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5496 | 2024.08.22 02:20:21.732431 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5497 | 2024.08.22 02:20:21.732477 [ 3 ] {} <Debug> HTTP-Session: 99b1f81c-7136-4865-adcc-a8d42e899af1 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
5498 | 2024.08.22 02:20:21.732522 [ 3 ] {} <Debug> HTTP-Session: 99b1f81c-7136-4865-adcc-a8d42e899af1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5499 | 2024.08.22 02:20:21.732551 [ 3 ] {} <Debug> HTTP-Session: 99b1f81c-7136-4865-adcc-a8d42e899af1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5500 | 2024.08.22 02:20:21.732633 [ 3 ] {} <Trace> HTTP-Session: 99b1f81c-7136-4865-adcc-a8d42e899af1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5501 | 2024.08.22 02:20:21.732911 [ 3 ] {9636554e-b48f-46b9-8ae2-748e42fb6e2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
5502 | 2024.08.22 02:20:21.732990 [ 3 ] {9636554e-b48f-46b9-8ae2-748e42fb6e2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
5503 | 2024.08.22 02:20:21.733337 [ 3 ] {9636554e-b48f-46b9-8ae2-748e42fb6e2d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5504 | 2024.08.22 02:20:21.733757 [ 3 ] {9636554e-b48f-46b9-8ae2-748e42fb6e2d} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5505 | 2024.08.22 02:20:21.733803 [ 3 ] {9636554e-b48f-46b9-8ae2-748e42fb6e2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
5506 | 2024.08.22 02:20:21.734221 [ 3 ] {9636554e-b48f-46b9-8ae2-748e42fb6e2d} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
5507 | 2024.08.22 02:20:21.734624 [ 3 ] {9636554e-b48f-46b9-8ae2-748e42fb6e2d} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5508 | 2024.08.22 02:20:21.734774 [ 3 ] {9636554e-b48f-46b9-8ae2-748e42fb6e2d} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001954 sec., 1023.5414534288639 rows/sec., 83.46 KiB/sec. | ||
5509 | 2024.08.22 02:20:21.735135 [ 3 ] {9636554e-b48f-46b9-8ae2-748e42fb6e2d} <Debug> DynamicQueryHandler: Done processing query | ||
5510 | 2024.08.22 02:20:21.735163 [ 3 ] {9636554e-b48f-46b9-8ae2-748e42fb6e2d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5511 | 2024.08.22 02:20:21.735180 [ 3 ] {} <Debug> HTTP-Session: 99b1f81c-7136-4865-adcc-a8d42e899af1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5512 | 2024.08.22 02:20:21.735378 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 29106, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5513 | 2024.08.22 02:20:21.735435 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5514 | 2024.08.22 02:20:21.735455 [ 3 ] {} <Debug> HTTP-Session: 5cb79426-b267-42ee-bc92-86f628376e8c Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
5515 | 2024.08.22 02:20:21.735472 [ 3 ] {} <Debug> HTTP-Session: 5cb79426-b267-42ee-bc92-86f628376e8c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5516 | 2024.08.22 02:20:21.735487 [ 3 ] {} <Debug> HTTP-Session: 5cb79426-b267-42ee-bc92-86f628376e8c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5517 | 2024.08.22 02:20:21.735524 [ 3 ] {} <Trace> HTTP-Session: 5cb79426-b267-42ee-bc92-86f628376e8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5518 | 2024.08.22 02:20:21.735685 [ 3 ] {4c35f353-7226-461f-9bc4-324e0b787062} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5519 | 2024.08.22 02:20:21.735734 [ 3 ] {4c35f353-7226-461f-9bc4-324e0b787062} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5520 | 2024.08.22 02:20:21.735996 [ 3 ] {4c35f353-7226-461f-9bc4-324e0b787062} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5521 | 2024.08.22 02:20:21.736485 [ 3 ] {4c35f353-7226-461f-9bc4-324e0b787062} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5522 | 2024.08.22 02:20:21.736522 [ 3 ] {4c35f353-7226-461f-9bc4-324e0b787062} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
5523 | 2024.08.22 02:20:21.736893 [ 3 ] {4c35f353-7226-461f-9bc4-324e0b787062} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
5524 | 2024.08.22 02:20:21.737247 [ 3 ] {4c35f353-7226-461f-9bc4-324e0b787062} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5525 | 2024.08.22 02:20:21.737374 [ 148 ] {} <Debug> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
5526 | 2024.08.22 02:20:21.737380 [ 3 ] {4c35f353-7226-461f-9bc4-324e0b787062} <Debug> executeQuery: Read 194 rows, 17.32 KiB in 0.001768 sec., 109728.50678733032 rows/sec., 9.57 MiB/sec. | ||
5527 | 2024.08.22 02:20:21.737423 [ 148 ] {} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5528 | 2024.08.22 02:20:21.737464 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
5529 | 2024.08.22 02:20:21.737632 [ 3 ] {4c35f353-7226-461f-9bc4-324e0b787062} <Debug> DynamicQueryHandler: Done processing query | ||
5530 | 2024.08.22 02:20:21.737646 [ 196 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::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 | ||
5531 | 2024.08.22 02:20:21.737675 [ 3 ] {4c35f353-7226-461f-9bc4-324e0b787062} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
5532 | 2024.08.22 02:20:21.737740 [ 3 ] {} <Debug> HTTP-Session: 5cb79426-b267-42ee-bc92-86f628376e8c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5533 | 2024.08.22 02:20:21.737876 [ 196 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5534 | 2024.08.22 02:20:21.737907 [ 196 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1396 rows starting from the beginning of the part | ||
5535 | 2024.08.22 02:20:21.738007 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 613, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5536 | 2024.08.22 02:20:21.738049 [ 196 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 193 rows starting from the beginning of the part | ||
5537 | 2024.08.22 02:20:21.738203 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5538 | 2024.08.22 02:20:21.738381 [ 3 ] {} <Debug> HTTP-Session: b87f83d2-49b5-4fbd-9dbb-7727388f6a62 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
5539 | 2024.08.22 02:20:21.738462 [ 196 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 112 rows starting from the beginning of the part | ||
5540 | 2024.08.22 02:20:21.738474 [ 3 ] {} <Debug> HTTP-Session: b87f83d2-49b5-4fbd-9dbb-7727388f6a62 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5541 | 2024.08.22 02:20:21.738540 [ 3 ] {} <Debug> HTTP-Session: b87f83d2-49b5-4fbd-9dbb-7727388f6a62 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5542 | 2024.08.22 02:20:21.738670 [ 3 ] {} <Trace> HTTP-Session: b87f83d2-49b5-4fbd-9dbb-7727388f6a62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5543 | 2024.08.22 02:20:21.738736 [ 196 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 195 rows starting from the beginning of the part | ||
5544 | 2024.08.22 02:20:21.739047 [ 3 ] {bca5cede-ea6d-4621-b7a7-498e597191fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5545 | 2024.08.22 02:20:21.739071 [ 196 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1254 rows starting from the beginning of the part | ||
5546 | 2024.08.22 02:20:21.739166 [ 3 ] {bca5cede-ea6d-4621-b7a7-498e597191fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5547 | 2024.08.22 02:20:21.739350 [ 196 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 194 rows starting from the beginning of the part | ||
5548 | 2024.08.22 02:20:21.740074 [ 3 ] {bca5cede-ea6d-4621-b7a7-498e597191fc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5549 | 2024.08.22 02:20:21.740532 [ 3 ] {bca5cede-ea6d-4621-b7a7-498e597191fc} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5550 | 2024.08.22 02:20:21.740576 [ 3 ] {bca5cede-ea6d-4621-b7a7-498e597191fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
5551 | 2024.08.22 02:20:21.741130 [ 3 ] {bca5cede-ea6d-4621-b7a7-498e597191fc} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
5552 | 2024.08.22 02:20:21.741523 [ 3 ] {bca5cede-ea6d-4621-b7a7-498e597191fc} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5553 | 2024.08.22 02:20:21.741686 [ 3 ] {bca5cede-ea6d-4621-b7a7-498e597191fc} <Debug> executeQuery: Read 4 rows, 297.00 B in 0.002839 sec., 1408.9468122578373 rows/sec., 102.16 KiB/sec. | ||
5554 | 2024.08.22 02:20:21.742585 [ 3 ] {bca5cede-ea6d-4621-b7a7-498e597191fc} <Debug> DynamicQueryHandler: Done processing query | ||
5555 | 2024.08.22 02:20:21.742649 [ 196 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3344 rows, containing 5 columns (5 merged, 0 gathered) in 0.005090671 sec., 656887.8640949298 rows/sec., 57.49 MiB/sec. | ||
5556 | 2024.08.22 02:20:21.742674 [ 3 ] {bca5cede-ea6d-4621-b7a7-498e597191fc} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5557 | 2024.08.22 02:20:21.742757 [ 3 ] {} <Debug> HTTP-Session: b87f83d2-49b5-4fbd-9dbb-7727388f6a62 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5558 | 2024.08.22 02:20:21.742965 [ 196 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
5559 | 2024.08.22 02:20:21.742973 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5560 | 2024.08.22 02:20:21.743035 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5561 | 2024.08.22 02:20:21.743059 [ 3 ] {} <Debug> HTTP-Session: 47f73279-c47f-467e-8e49-d6587c35b470 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
5562 | 2024.08.22 02:20:21.743080 [ 3 ] {} <Debug> HTTP-Session: 47f73279-c47f-467e-8e49-d6587c35b470 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5563 | 2024.08.22 02:20:21.743101 [ 3 ] {} <Debug> HTTP-Session: 47f73279-c47f-467e-8e49-d6587c35b470 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5564 | 2024.08.22 02:20:21.743148 [ 3 ] {} <Trace> HTTP-Session: 47f73279-c47f-467e-8e49-d6587c35b470 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5565 | 2024.08.22 02:20:21.743312 [ 3 ] {7ecaa177-030c-4284-b555-852c633191b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
5566 | 2024.08.22 02:20:21.743365 [ 3 ] {7ecaa177-030c-4284-b555-852c633191b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
5567 | 2024.08.22 02:20:21.743515 [ 196 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_26_5} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5568 | 2024.08.22 02:20:21.743633 [ 196 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_26_5} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
5569 | 2024.08.22 02:20:21.743737 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
5570 | 2024.08.22 02:20:21.743751 [ 3 ] {7ecaa177-030c-4284-b555-852c633191b8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5571 | 2024.08.22 02:20:21.744061 [ 3 ] {7ecaa177-030c-4284-b555-852c633191b8} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5572 | 2024.08.22 02:20:21.744097 [ 3 ] {7ecaa177-030c-4284-b555-852c633191b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
5573 | 2024.08.22 02:20:21.744462 [ 3 ] {7ecaa177-030c-4284-b555-852c633191b8} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
5574 | 2024.08.22 02:20:21.744815 [ 3 ] {7ecaa177-030c-4284-b555-852c633191b8} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5575 | 2024.08.22 02:20:21.744939 [ 3 ] {7ecaa177-030c-4284-b555-852c633191b8} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001682 sec., 8323.424494649227 rows/sec., 582.92 KiB/sec. | ||
5576 | 2024.08.22 02:20:21.745114 [ 3 ] {7ecaa177-030c-4284-b555-852c633191b8} <Debug> DynamicQueryHandler: Done processing query | ||
5577 | 2024.08.22 02:20:21.745137 [ 3 ] {7ecaa177-030c-4284-b555-852c633191b8} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5578 | 2024.08.22 02:20:21.745153 [ 3 ] {} <Debug> HTTP-Session: 47f73279-c47f-467e-8e49-d6587c35b470 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5579 | 2024.08.22 02:20:21.745279 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5580 | 2024.08.22 02:20:21.745329 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5581 | 2024.08.22 02:20:21.745347 [ 3 ] {} <Debug> HTTP-Session: 1559b36c-c3c8-4451-a87c-7b9439b6edfc Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
5582 | 2024.08.22 02:20:21.745363 [ 3 ] {} <Debug> HTTP-Session: 1559b36c-c3c8-4451-a87c-7b9439b6edfc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5583 | 2024.08.22 02:20:21.745376 [ 3 ] {} <Debug> HTTP-Session: 1559b36c-c3c8-4451-a87c-7b9439b6edfc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5584 | 2024.08.22 02:20:21.745407 [ 3 ] {} <Trace> HTTP-Session: 1559b36c-c3c8-4451-a87c-7b9439b6edfc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5585 | 2024.08.22 02:20:21.745503 [ 3 ] {0ae5d2b3-8ab9-4454-9029-527efe6eedc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
5586 | 2024.08.22 02:20:21.745546 [ 3 ] {0ae5d2b3-8ab9-4454-9029-527efe6eedc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
5587 | 2024.08.22 02:20:21.745771 [ 3 ] {0ae5d2b3-8ab9-4454-9029-527efe6eedc7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5588 | 2024.08.22 02:20:21.746152 [ 3 ] {0ae5d2b3-8ab9-4454-9029-527efe6eedc7} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5589 | 2024.08.22 02:20:21.746188 [ 3 ] {0ae5d2b3-8ab9-4454-9029-527efe6eedc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
5590 | 2024.08.22 02:20:21.746525 [ 3 ] {0ae5d2b3-8ab9-4454-9029-527efe6eedc7} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
5591 | 2024.08.22 02:20:21.746878 [ 3 ] {0ae5d2b3-8ab9-4454-9029-527efe6eedc7} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5592 | 2024.08.22 02:20:21.747033 [ 3 ] {0ae5d2b3-8ab9-4454-9029-527efe6eedc7} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001553 sec., 3863.4900193174503 rows/sec., 228.26 KiB/sec. | ||
5593 | 2024.08.22 02:20:21.747214 [ 3 ] {0ae5d2b3-8ab9-4454-9029-527efe6eedc7} <Debug> DynamicQueryHandler: Done processing query | ||
5594 | 2024.08.22 02:20:21.747239 [ 3 ] {0ae5d2b3-8ab9-4454-9029-527efe6eedc7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5595 | 2024.08.22 02:20:21.747254 [ 3 ] {} <Debug> HTTP-Session: 1559b36c-c3c8-4451-a87c-7b9439b6edfc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5596 | 2024.08.22 02:20:21.747469 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 62443, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5597 | 2024.08.22 02:20:21.747519 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5598 | 2024.08.22 02:20:21.747538 [ 3 ] {} <Debug> HTTP-Session: 88b84038-3d3d-4d30-af68-3b73db99679e Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
5599 | 2024.08.22 02:20:21.747555 [ 3 ] {} <Debug> HTTP-Session: 88b84038-3d3d-4d30-af68-3b73db99679e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5600 | 2024.08.22 02:20:21.747568 [ 3 ] {} <Debug> HTTP-Session: 88b84038-3d3d-4d30-af68-3b73db99679e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5601 | 2024.08.22 02:20:21.747599 [ 3 ] {} <Trace> HTTP-Session: 88b84038-3d3d-4d30-af68-3b73db99679e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5602 | 2024.08.22 02:20:21.747828 [ 3 ] {cc5b0c42-be86-4261-9ecf-9a4585fecfed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5603 | 2024.08.22 02:20:21.747874 [ 3 ] {cc5b0c42-be86-4261-9ecf-9a4585fecfed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5604 | 2024.08.22 02:20:21.748089 [ 3 ] {cc5b0c42-be86-4261-9ecf-9a4585fecfed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5605 | 2024.08.22 02:20:21.748614 [ 3 ] {cc5b0c42-be86-4261-9ecf-9a4585fecfed} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5606 | 2024.08.22 02:20:21.748649 [ 3 ] {cc5b0c42-be86-4261-9ecf-9a4585fecfed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
5607 | 2024.08.22 02:20:21.749065 [ 3 ] {cc5b0c42-be86-4261-9ecf-9a4585fecfed} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
5608 | 2024.08.22 02:20:21.749420 [ 3 ] {cc5b0c42-be86-4261-9ecf-9a4585fecfed} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5609 | 2024.08.22 02:20:21.749586 [ 3 ] {cc5b0c42-be86-4261-9ecf-9a4585fecfed} <Debug> executeQuery: Read 386 rows, 28.00 KiB in 0.001887 sec., 204557.49867514573 rows/sec., 14.49 MiB/sec. | ||
5610 | 2024.08.22 02:20:21.749588 [ 147 ] {} <Debug> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
5611 | 2024.08.22 02:20:21.749702 [ 147 ] {} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5612 | 2024.08.22 02:20:21.749756 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
5613 | 2024.08.22 02:20:21.749852 [ 3 ] {cc5b0c42-be86-4261-9ecf-9a4585fecfed} <Debug> DynamicQueryHandler: Done processing query | ||
5614 | 2024.08.22 02:20:21.749919 [ 3 ] {cc5b0c42-be86-4261-9ecf-9a4585fecfed} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
5615 | 2024.08.22 02:20:21.749982 [ 3 ] {} <Debug> HTTP-Session: 88b84038-3d3d-4d30-af68-3b73db99679e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5616 | 2024.08.22 02:20:21.750080 [ 194 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::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 | ||
5617 | 2024.08.22 02:20:21.750358 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5618 | 2024.08.22 02:20:21.750484 [ 194 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5619 | 2024.08.22 02:20:21.750487 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5620 | 2024.08.22 02:20:21.750590 [ 3 ] {} <Debug> HTTP-Session: e0c810d3-ae2a-4919-baab-899a120ab94f Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
5621 | 2024.08.22 02:20:21.750600 [ 194 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 898 rows starting from the beginning of the part | ||
5622 | 2024.08.22 02:20:21.750617 [ 3 ] {} <Debug> HTTP-Session: e0c810d3-ae2a-4919-baab-899a120ab94f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5623 | 2024.08.22 02:20:21.750657 [ 3 ] {} <Debug> HTTP-Session: e0c810d3-ae2a-4919-baab-899a120ab94f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5624 | 2024.08.22 02:20:21.750790 [ 3 ] {} <Trace> HTTP-Session: e0c810d3-ae2a-4919-baab-899a120ab94f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5625 | 2024.08.22 02:20:21.750987 [ 194 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 384 rows starting from the beginning of the part | ||
5626 | 2024.08.22 02:20:21.751266 [ 3 ] {fa909d9c-1372-42d3-a498-ab5645a1e246} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
5627 | 2024.08.22 02:20:21.751296 [ 194 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 92 rows starting from the beginning of the part | ||
5628 | 2024.08.22 02:20:21.751429 [ 3 ] {fa909d9c-1372-42d3-a498-ab5645a1e246} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
5629 | 2024.08.22 02:20:21.751571 [ 194 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 388 rows starting from the beginning of the part | ||
5630 | 2024.08.22 02:20:21.751933 [ 194 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 552 rows starting from the beginning of the part | ||
5631 | 2024.08.22 02:20:21.752274 [ 194 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 386 rows starting from the beginning of the part | ||
5632 | 2024.08.22 02:20:21.752723 [ 3 ] {fa909d9c-1372-42d3-a498-ab5645a1e246} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5633 | 2024.08.22 02:20:21.753604 [ 3 ] {fa909d9c-1372-42d3-a498-ab5645a1e246} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5634 | 2024.08.22 02:20:21.753678 [ 3 ] {fa909d9c-1372-42d3-a498-ab5645a1e246} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
5635 | 2024.08.22 02:20:21.754737 [ 3 ] {fa909d9c-1372-42d3-a498-ab5645a1e246} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
5636 | 2024.08.22 02:20:21.755414 [ 3 ] {fa909d9c-1372-42d3-a498-ab5645a1e246} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5637 | 2024.08.22 02:20:21.755670 [ 3 ] {fa909d9c-1372-42d3-a498-ab5645a1e246} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004569 sec., 1313.1976362442547 rows/sec., 68.61 KiB/sec. | ||
5638 | 2024.08.22 02:20:21.756431 [ 3 ] {fa909d9c-1372-42d3-a498-ab5645a1e246} <Debug> DynamicQueryHandler: Done processing query | ||
5639 | 2024.08.22 02:20:21.756470 [ 3 ] {fa909d9c-1372-42d3-a498-ab5645a1e246} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
5640 | 2024.08.22 02:20:21.756493 [ 3 ] {} <Debug> HTTP-Session: e0c810d3-ae2a-4919-baab-899a120ab94f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5641 | 2024.08.22 02:20:21.756492 [ 196 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2700 rows, containing 5 columns (5 merged, 0 gathered) in 0.006638027 sec., 406747.3663484647 rows/sec., 31.00 MiB/sec. | ||
5642 | 2024.08.22 02:20:21.756664 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 44791, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5643 | 2024.08.22 02:20:21.756693 [ 196 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
5644 | 2024.08.22 02:20:21.756724 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5645 | 2024.08.22 02:20:21.756760 [ 3 ] {} <Debug> HTTP-Session: 2583a606-b63c-4683-82bc-8e39cf137018 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
5646 | 2024.08.22 02:20:21.756785 [ 3 ] {} <Debug> HTTP-Session: 2583a606-b63c-4683-82bc-8e39cf137018 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5647 | 2024.08.22 02:20:21.756830 [ 3 ] {} <Debug> HTTP-Session: 2583a606-b63c-4683-82bc-8e39cf137018 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5648 | 2024.08.22 02:20:21.756867 [ 3 ] {} <Trace> HTTP-Session: 2583a606-b63c-4683-82bc-8e39cf137018 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5649 | 2024.08.22 02:20:21.757164 [ 3 ] {890767c6-484f-45e0-906b-f8d22a2528d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5650 | 2024.08.22 02:20:21.757217 [ 196 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_26_5} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5651 | 2024.08.22 02:20:21.757225 [ 3 ] {890767c6-484f-45e0-906b-f8d22a2528d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5652 | 2024.08.22 02:20:21.757329 [ 196 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_26_5} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
5653 | 2024.08.22 02:20:21.757452 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. | ||
5654 | 2024.08.22 02:20:21.757509 [ 3 ] {890767c6-484f-45e0-906b-f8d22a2528d7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5655 | 2024.08.22 02:20:21.757970 [ 3 ] {890767c6-484f-45e0-906b-f8d22a2528d7} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5656 | 2024.08.22 02:20:21.758032 [ 3 ] {890767c6-484f-45e0-906b-f8d22a2528d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
5657 | 2024.08.22 02:20:21.758419 [ 3 ] {890767c6-484f-45e0-906b-f8d22a2528d7} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
5658 | 2024.08.22 02:20:21.758767 [ 3 ] {890767c6-484f-45e0-906b-f8d22a2528d7} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5659 | 2024.08.22 02:20:21.758931 [ 147 ] {} <Debug> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
5660 | 2024.08.22 02:20:21.758940 [ 3 ] {890767c6-484f-45e0-906b-f8d22a2528d7} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001943 sec., 122490.99330931548 rows/sec., 8.21 MiB/sec. | ||
5661 | 2024.08.22 02:20:21.759067 [ 147 ] {} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5662 | 2024.08.22 02:20:21.759153 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
5663 | 2024.08.22 02:20:21.759344 [ 190 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::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 | ||
5664 | 2024.08.22 02:20:21.759402 [ 3 ] {890767c6-484f-45e0-906b-f8d22a2528d7} <Debug> DynamicQueryHandler: Done processing query | ||
5665 | 2024.08.22 02:20:21.759440 [ 3 ] {890767c6-484f-45e0-906b-f8d22a2528d7} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
5666 | 2024.08.22 02:20:21.759492 [ 3 ] {} <Debug> HTTP-Session: 2583a606-b63c-4683-82bc-8e39cf137018 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5667 | 2024.08.22 02:20:21.759639 [ 190 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5668 | 2024.08.22 02:20:21.759691 [ 190 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 6883 rows starting from the beginning of the part | ||
5669 | 2024.08.22 02:20:21.759858 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5670 | 2024.08.22 02:20:21.759929 [ 190 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 237 rows starting from the beginning of the part | ||
5671 | 2024.08.22 02:20:21.760021 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5672 | 2024.08.22 02:20:21.760117 [ 3 ] {} <Debug> HTTP-Session: 4a043e5d-e15f-44cd-9e21-45a287a9efef Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
5673 | 2024.08.22 02:20:21.760193 [ 3 ] {} <Debug> HTTP-Session: 4a043e5d-e15f-44cd-9e21-45a287a9efef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5674 | 2024.08.22 02:20:21.760275 [ 3 ] {} <Debug> HTTP-Session: 4a043e5d-e15f-44cd-9e21-45a287a9efef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5675 | 2024.08.22 02:20:21.760354 [ 190 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 160 rows starting from the beginning of the part | ||
5676 | 2024.08.22 02:20:21.760391 [ 3 ] {} <Trace> HTTP-Session: 4a043e5d-e15f-44cd-9e21-45a287a9efef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5677 | 2024.08.22 02:20:21.760701 [ 190 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 239 rows starting from the beginning of the part | ||
5678 | 2024.08.22 02:20:21.760731 [ 3 ] {2d645137-c5f5-47e3-ae63-2b9b955bb426} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
5679 | 2024.08.22 02:20:21.760921 [ 3 ] {2d645137-c5f5-47e3-ae63-2b9b955bb426} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
5680 | 2024.08.22 02:20:21.761104 [ 190 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 846 rows starting from the beginning of the part | ||
5681 | 2024.08.22 02:20:21.761554 [ 190 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 238 rows starting from the beginning of the part | ||
5682 | 2024.08.22 02:20:21.761763 [ 3 ] {2d645137-c5f5-47e3-ae63-2b9b955bb426} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5683 | 2024.08.22 02:20:21.762586 [ 3 ] {2d645137-c5f5-47e3-ae63-2b9b955bb426} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5684 | 2024.08.22 02:20:21.762657 [ 3 ] {2d645137-c5f5-47e3-ae63-2b9b955bb426} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
5685 | 2024.08.22 02:20:21.763273 [ 3 ] {2d645137-c5f5-47e3-ae63-2b9b955bb426} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
5686 | 2024.08.22 02:20:21.764210 [ 3 ] {2d645137-c5f5-47e3-ae63-2b9b955bb426} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5687 | 2024.08.22 02:20:21.764564 [ 147 ] {} <Debug> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
5688 | 2024.08.22 02:20:21.764664 [ 3 ] {2d645137-c5f5-47e3-ae63-2b9b955bb426} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004038 sec., 247.64735017335315 rows/sec., 16.69 KiB/sec. | ||
5689 | 2024.08.22 02:20:21.764695 [ 147 ] {} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5690 | 2024.08.22 02:20:21.764847 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
5691 | 2024.08.22 02:20:21.765081 [ 196 ] {8761962f-4035-44a8-816e-471719dde5c7::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 | ||
5692 | 2024.08.22 02:20:21.765129 [ 3 ] {2d645137-c5f5-47e3-ae63-2b9b955bb426} <Debug> DynamicQueryHandler: Done processing query | ||
5693 | 2024.08.22 02:20:21.765160 [ 3 ] {2d645137-c5f5-47e3-ae63-2b9b955bb426} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
5694 | 2024.08.22 02:20:21.765185 [ 3 ] {} <Debug> HTTP-Session: 4a043e5d-e15f-44cd-9e21-45a287a9efef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5695 | 2024.08.22 02:20:21.765414 [ 196 ] {8761962f-4035-44a8-816e-471719dde5c7::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5696 | 2024.08.22 02:20:21.765456 [ 196 ] {8761962f-4035-44a8-816e-471719dde5c7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 6 rows starting from the beginning of the part | ||
5697 | 2024.08.22 02:20:21.765494 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 3204, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5698 | 2024.08.22 02:20:21.765634 [ 196 ] {8761962f-4035-44a8-816e-471719dde5c7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part | ||
5699 | 2024.08.22 02:20:21.765649 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5700 | 2024.08.22 02:20:21.765735 [ 3 ] {} <Debug> HTTP-Session: bf599123-1cbc-40bb-a83e-ff5d53d941f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
5701 | 2024.08.22 02:20:21.765833 [ 3 ] {} <Debug> HTTP-Session: bf599123-1cbc-40bb-a83e-ff5d53d941f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5702 | 2024.08.22 02:20:21.766197 [ 3 ] {} <Debug> HTTP-Session: bf599123-1cbc-40bb-a83e-ff5d53d941f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5703 | 2024.08.22 02:20:21.766257 [ 196 ] {8761962f-4035-44a8-816e-471719dde5c7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part | ||
5704 | 2024.08.22 02:20:21.766427 [ 3 ] {} <Trace> HTTP-Session: bf599123-1cbc-40bb-a83e-ff5d53d941f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5705 | 2024.08.22 02:20:21.766633 [ 196 ] {8761962f-4035-44a8-816e-471719dde5c7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part | ||
5706 | 2024.08.22 02:20:21.766896 [ 3 ] {7cd36e91-1c20-43cf-b83a-a6c6e1d73336} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5707 | 2024.08.22 02:20:21.766957 [ 196 ] {8761962f-4035-44a8-816e-471719dde5c7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part | ||
5708 | 2024.08.22 02:20:21.767359 [ 196 ] {8761962f-4035-44a8-816e-471719dde5c7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part | ||
5709 | 2024.08.22 02:20:21.767375 [ 3 ] {7cd36e91-1c20-43cf-b83a-a6c6e1d73336} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
5710 | 2024.08.22 02:20:21.769211 [ 190 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8603 rows, containing 5 columns (5 merged, 0 gathered) in 0.009928401 sec., 866504.0825808708 rows/sec., 58.57 MiB/sec. | ||
5711 | 2024.08.22 02:20:21.769717 [ 190 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
5712 | 2024.08.22 02:20:21.772202 [ 190 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5713 | 2024.08.22 02:20:21.772367 [ 3 ] {7cd36e91-1c20-43cf-b83a-a6c6e1d73336} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5714 | 2024.08.22 02:20:21.772608 [ 190 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
5715 | 2024.08.22 02:20:21.773069 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.51 MiB. | ||
5716 | 2024.08.22 02:20:21.773346 [ 196 ] {8761962f-4035-44a8-816e-471719dde5c7::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11 rows, containing 4 columns (4 merged, 0 gathered) in 0.008329234 sec., 1320.6496539777847 rows/sec., 88.52 KiB/sec. | ||
5717 | 2024.08.22 02:20:21.773569 [ 196 ] {8761962f-4035-44a8-816e-471719dde5c7::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
5718 | 2024.08.22 02:20:21.773820 [ 3 ] {7cd36e91-1c20-43cf-b83a-a6c6e1d73336} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5719 | 2024.08.22 02:20:21.773871 [ 3 ] {7cd36e91-1c20-43cf-b83a-a6c6e1d73336} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
5720 | 2024.08.22 02:20:21.774108 [ 196 ] {8761962f-4035-44a8-816e-471719dde5c7::all_1_11_2} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5721 | 2024.08.22 02:20:21.774212 [ 196 ] {8761962f-4035-44a8-816e-471719dde5c7::all_1_11_2} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
5722 | 2024.08.22 02:20:21.774297 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
5723 | 2024.08.22 02:20:21.774620 [ 3 ] {7cd36e91-1c20-43cf-b83a-a6c6e1d73336} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
5724 | 2024.08.22 02:20:21.775037 [ 3 ] {7cd36e91-1c20-43cf-b83a-a6c6e1d73336} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5725 | 2024.08.22 02:20:21.775259 [ 3 ] {7cd36e91-1c20-43cf-b83a-a6c6e1d73336} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.008572 sec., 233.31777881474568 rows/sec., 428.13 KiB/sec. | ||
5726 | 2024.08.22 02:20:21.775966 [ 3 ] {7cd36e91-1c20-43cf-b83a-a6c6e1d73336} <Debug> DynamicQueryHandler: Done processing query | ||
5727 | 2024.08.22 02:20:21.775992 [ 3 ] {7cd36e91-1c20-43cf-b83a-a6c6e1d73336} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
5728 | 2024.08.22 02:20:21.776009 [ 3 ] {} <Debug> HTTP-Session: bf599123-1cbc-40bb-a83e-ff5d53d941f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5729 | 2024.08.22 02:20:21.776147 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 12133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5730 | 2024.08.22 02:20:21.776198 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5731 | 2024.08.22 02:20:21.776216 [ 3 ] {} <Debug> HTTP-Session: 639ffe67-8f04-4d41-976c-4b10ae4c0a6b Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
5732 | 2024.08.22 02:20:21.776233 [ 3 ] {} <Debug> HTTP-Session: 639ffe67-8f04-4d41-976c-4b10ae4c0a6b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5733 | 2024.08.22 02:20:21.776246 [ 3 ] {} <Debug> HTTP-Session: 639ffe67-8f04-4d41-976c-4b10ae4c0a6b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5734 | 2024.08.22 02:20:21.776277 [ 3 ] {} <Trace> HTTP-Session: 639ffe67-8f04-4d41-976c-4b10ae4c0a6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5735 | 2024.08.22 02:20:21.776426 [ 3 ] {8da5c623-c92f-4c34-a7e6-fc643d116f2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5736 | 2024.08.22 02:20:21.776470 [ 3 ] {8da5c623-c92f-4c34-a7e6-fc643d116f2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5737 | 2024.08.22 02:20:21.776619 [ 3 ] {8da5c623-c92f-4c34-a7e6-fc643d116f2b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5738 | 2024.08.22 02:20:21.776952 [ 3 ] {8da5c623-c92f-4c34-a7e6-fc643d116f2b} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5739 | 2024.08.22 02:20:21.776988 [ 3 ] {8da5c623-c92f-4c34-a7e6-fc643d116f2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
5740 | 2024.08.22 02:20:21.777351 [ 3 ] {8da5c623-c92f-4c34-a7e6-fc643d116f2b} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
5741 | 2024.08.22 02:20:21.777680 [ 3 ] {8da5c623-c92f-4c34-a7e6-fc643d116f2b} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5742 | 2024.08.22 02:20:21.777840 [ 3 ] {8da5c623-c92f-4c34-a7e6-fc643d116f2b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001479 sec., 55442.86680189317 rows/sec., 3.52 MiB/sec. | ||
5743 | 2024.08.22 02:20:21.777848 [ 147 ] {} <Debug> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
5744 | 2024.08.22 02:20:21.777934 [ 147 ] {} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5745 | 2024.08.22 02:20:21.777994 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
5746 | 2024.08.22 02:20:21.778118 [ 3 ] {8da5c623-c92f-4c34-a7e6-fc643d116f2b} <Debug> DynamicQueryHandler: Done processing query | ||
5747 | 2024.08.22 02:20:21.778188 [ 3 ] {8da5c623-c92f-4c34-a7e6-fc643d116f2b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5748 | 2024.08.22 02:20:21.778244 [ 3 ] {} <Debug> HTTP-Session: 639ffe67-8f04-4d41-976c-4b10ae4c0a6b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5749 | 2024.08.22 02:20:21.778338 [ 188 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::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 | ||
5750 | 2024.08.22 02:20:21.778611 [ 188 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5751 | 2024.08.22 02:20:21.778648 [ 188 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1296 rows starting from the beginning of the part | ||
5752 | 2024.08.22 02:20:21.778721 [ 188 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 82 rows starting from the beginning of the part | ||
5753 | 2024.08.22 02:20:21.778954 [ 188 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::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 | ||
5754 | 2024.08.22 02:20:21.779134 [ 188 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 82 rows starting from the beginning of the part | ||
5755 | 2024.08.22 02:20:21.779260 [ 188 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::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 | ||
5756 | 2024.08.22 02:20:21.779380 [ 188 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 82 rows starting from the beginning of the part | ||
5757 | 2024.08.22 02:20:21.780689 [ 196 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1662 rows, containing 4 columns (4 merged, 0 gathered) in 0.002608841 sec., 637064.5048893358 rows/sec., 41.76 MiB/sec. | ||
5758 | 2024.08.22 02:20:21.780853 [ 188 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
5759 | 2024.08.22 02:20:21.781208 [ 188 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_26_5} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5760 | 2024.08.22 02:20:21.781281 [ 188 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_26_5} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
5761 | 2024.08.22 02:20:21.781348 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
5762 | 2024.08.22 02:20:26.729819 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5763 | 2024.08.22 02:20:26.729939 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5764 | 2024.08.22 02:20:26.729963 [ 3 ] {} <Debug> HTTP-Session: 6c0e9960-98d9-4042-af2f-398b1de927ea Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
5765 | 2024.08.22 02:20:26.729992 [ 3 ] {} <Debug> HTTP-Session: 6c0e9960-98d9-4042-af2f-398b1de927ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5766 | 2024.08.22 02:20:26.730009 [ 3 ] {} <Debug> HTTP-Session: 6c0e9960-98d9-4042-af2f-398b1de927ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5767 | 2024.08.22 02:20:26.730059 [ 3 ] {} <Trace> HTTP-Session: 6c0e9960-98d9-4042-af2f-398b1de927ea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5768 | 2024.08.22 02:20:26.730232 [ 3 ] {57d06196-1d83-45f7-9f2a-d650d5258d57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
5769 | 2024.08.22 02:20:26.730298 [ 3 ] {57d06196-1d83-45f7-9f2a-d650d5258d57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
5770 | 2024.08.22 02:20:26.730636 [ 3 ] {57d06196-1d83-45f7-9f2a-d650d5258d57} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5771 | 2024.08.22 02:20:26.731085 [ 3 ] {57d06196-1d83-45f7-9f2a-d650d5258d57} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5772 | 2024.08.22 02:20:26.731127 [ 3 ] {57d06196-1d83-45f7-9f2a-d650d5258d57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
5773 | 2024.08.22 02:20:26.731532 [ 3 ] {57d06196-1d83-45f7-9f2a-d650d5258d57} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
5774 | 2024.08.22 02:20:26.731914 [ 3 ] {57d06196-1d83-45f7-9f2a-d650d5258d57} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5775 | 2024.08.22 02:20:26.732068 [ 3 ] {57d06196-1d83-45f7-9f2a-d650d5258d57} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001887 sec., 1059.8834128245892 rows/sec., 86.43 KiB/sec. | ||
5776 | 2024.08.22 02:20:26.732284 [ 3 ] {57d06196-1d83-45f7-9f2a-d650d5258d57} <Debug> DynamicQueryHandler: Done processing query | ||
5777 | 2024.08.22 02:20:26.732310 [ 3 ] {57d06196-1d83-45f7-9f2a-d650d5258d57} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5778 | 2024.08.22 02:20:26.732327 [ 3 ] {} <Debug> HTTP-Session: 6c0e9960-98d9-4042-af2f-398b1de927ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5779 | 2024.08.22 02:20:26.732511 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 16586, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5780 | 2024.08.22 02:20:26.732561 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5781 | 2024.08.22 02:20:26.732580 [ 3 ] {} <Debug> HTTP-Session: ec807bba-42bd-4683-b0a6-f893e56a7031 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
5782 | 2024.08.22 02:20:26.732597 [ 3 ] {} <Debug> HTTP-Session: ec807bba-42bd-4683-b0a6-f893e56a7031 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5783 | 2024.08.22 02:20:26.732611 [ 3 ] {} <Debug> HTTP-Session: ec807bba-42bd-4683-b0a6-f893e56a7031 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5784 | 2024.08.22 02:20:26.732644 [ 3 ] {} <Trace> HTTP-Session: ec807bba-42bd-4683-b0a6-f893e56a7031 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5785 | 2024.08.22 02:20:26.732767 [ 3 ] {64505c21-926e-487c-892e-d20bcd33eff1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5786 | 2024.08.22 02:20:26.732811 [ 3 ] {64505c21-926e-487c-892e-d20bcd33eff1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5787 | 2024.08.22 02:20:26.733052 [ 3 ] {64505c21-926e-487c-892e-d20bcd33eff1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5788 | 2024.08.22 02:20:26.733468 [ 3 ] {64505c21-926e-487c-892e-d20bcd33eff1} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5789 | 2024.08.22 02:20:26.733503 [ 3 ] {64505c21-926e-487c-892e-d20bcd33eff1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
5790 | 2024.08.22 02:20:26.733855 [ 3 ] {64505c21-926e-487c-892e-d20bcd33eff1} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
5791 | 2024.08.22 02:20:26.734209 [ 3 ] {64505c21-926e-487c-892e-d20bcd33eff1} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5792 | 2024.08.22 02:20:26.734363 [ 3 ] {64505c21-926e-487c-892e-d20bcd33eff1} <Debug> executeQuery: Read 113 rows, 9.70 KiB in 0.001643 sec., 68776.62811929398 rows/sec., 5.77 MiB/sec. | ||
5793 | 2024.08.22 02:20:26.734536 [ 3 ] {64505c21-926e-487c-892e-d20bcd33eff1} <Debug> DynamicQueryHandler: Done processing query | ||
5794 | 2024.08.22 02:20:26.734561 [ 3 ] {64505c21-926e-487c-892e-d20bcd33eff1} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
5795 | 2024.08.22 02:20:26.734576 [ 3 ] {} <Debug> HTTP-Session: ec807bba-42bd-4683-b0a6-f893e56a7031 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5796 | 2024.08.22 02:20:26.734715 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 4346, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5797 | 2024.08.22 02:20:26.734764 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5798 | 2024.08.22 02:20:26.734784 [ 3 ] {} <Debug> HTTP-Session: e08a9717-c9b0-478f-9529-e56c9ed38147 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
5799 | 2024.08.22 02:20:26.734801 [ 3 ] {} <Debug> HTTP-Session: e08a9717-c9b0-478f-9529-e56c9ed38147 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5800 | 2024.08.22 02:20:26.734815 [ 3 ] {} <Debug> HTTP-Session: e08a9717-c9b0-478f-9529-e56c9ed38147 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5801 | 2024.08.22 02:20:26.734846 [ 3 ] {} <Trace> HTTP-Session: e08a9717-c9b0-478f-9529-e56c9ed38147 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5802 | 2024.08.22 02:20:26.734949 [ 3 ] {3d5c4ce9-bb54-40f3-8fec-95b19ec0e36d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5803 | 2024.08.22 02:20:26.734993 [ 3 ] {3d5c4ce9-bb54-40f3-8fec-95b19ec0e36d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5804 | 2024.08.22 02:20:26.735216 [ 3 ] {3d5c4ce9-bb54-40f3-8fec-95b19ec0e36d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5805 | 2024.08.22 02:20:26.735553 [ 3 ] {3d5c4ce9-bb54-40f3-8fec-95b19ec0e36d} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5806 | 2024.08.22 02:20:26.735591 [ 3 ] {3d5c4ce9-bb54-40f3-8fec-95b19ec0e36d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
5807 | 2024.08.22 02:20:26.735934 [ 3 ] {3d5c4ce9-bb54-40f3-8fec-95b19ec0e36d} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
5808 | 2024.08.22 02:20:26.736304 [ 3 ] {3d5c4ce9-bb54-40f3-8fec-95b19ec0e36d} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5809 | 2024.08.22 02:20:26.736465 [ 142 ] {} <Debug> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
5810 | 2024.08.22 02:20:26.736470 [ 3 ] {3d5c4ce9-bb54-40f3-8fec-95b19ec0e36d} <Debug> executeQuery: Read 30 rows, 2.25 KiB in 0.001542 sec., 19455.252918287937 rows/sec., 1.42 MiB/sec. | ||
5811 | 2024.08.22 02:20:26.736549 [ 142 ] {} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5812 | 2024.08.22 02:20:26.736618 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
5813 | 2024.08.22 02:20:26.736789 [ 196 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_20_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_15_3 to all_20_20_0 into Compact with storage Full | ||
5814 | 2024.08.22 02:20:26.736820 [ 3 ] {3d5c4ce9-bb54-40f3-8fec-95b19ec0e36d} <Debug> DynamicQueryHandler: Done processing query | ||
5815 | 2024.08.22 02:20:26.736850 [ 3 ] {3d5c4ce9-bb54-40f3-8fec-95b19ec0e36d} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
5816 | 2024.08.22 02:20:26.736874 [ 3 ] {} <Debug> HTTP-Session: e08a9717-c9b0-478f-9529-e56c9ed38147 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5817 | 2024.08.22 02:20:26.736940 [ 196 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5818 | 2024.08.22 02:20:26.736971 [ 196 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 42 rows starting from the beginning of the part | ||
5819 | 2024.08.22 02:20:26.737048 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 15964, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5820 | 2024.08.22 02:20:26.737059 [ 196 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 28 rows starting from the beginning of the part | ||
5821 | 2024.08.22 02:20:26.737188 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5822 | 2024.08.22 02:20:26.737294 [ 3 ] {} <Debug> HTTP-Session: 3f07cd53-0257-4902-b720-db9ee216a46e Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
5823 | 2024.08.22 02:20:26.737338 [ 196 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part | ||
5824 | 2024.08.22 02:20:26.737364 [ 3 ] {} <Debug> HTTP-Session: 3f07cd53-0257-4902-b720-db9ee216a46e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5825 | 2024.08.22 02:20:26.737442 [ 3 ] {} <Debug> HTTP-Session: 3f07cd53-0257-4902-b720-db9ee216a46e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5826 | 2024.08.22 02:20:26.737610 [ 3 ] {} <Trace> HTTP-Session: 3f07cd53-0257-4902-b720-db9ee216a46e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5827 | 2024.08.22 02:20:26.737746 [ 196 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 32 rows starting from the beginning of the part | ||
5828 | 2024.08.22 02:20:26.738035 [ 3 ] {c7b1b94a-b82e-47ab-b0d9-5f1ad0c1768a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5829 | 2024.08.22 02:20:26.738188 [ 196 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 4 rows starting from the beginning of the part | ||
5830 | 2024.08.22 02:20:26.738234 [ 3 ] {c7b1b94a-b82e-47ab-b0d9-5f1ad0c1768a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5831 | 2024.08.22 02:20:26.738562 [ 196 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 30 rows starting from the beginning of the part | ||
5832 | 2024.08.22 02:20:26.739200 [ 3 ] {c7b1b94a-b82e-47ab-b0d9-5f1ad0c1768a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5833 | 2024.08.22 02:20:26.739778 [ 3 ] {c7b1b94a-b82e-47ab-b0d9-5f1ad0c1768a} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5834 | 2024.08.22 02:20:26.739823 [ 3 ] {c7b1b94a-b82e-47ab-b0d9-5f1ad0c1768a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
5835 | 2024.08.22 02:20:26.740399 [ 3 ] {c7b1b94a-b82e-47ab-b0d9-5f1ad0c1768a} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
5836 | 2024.08.22 02:20:26.740406 [ 186 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 142 rows, containing 5 columns (5 merged, 0 gathered) in 0.003687726 sec., 38506.1146082979 rows/sec., 2.94 MiB/sec. | ||
5837 | 2024.08.22 02:20:26.740698 [ 191 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
5838 | 2024.08.22 02:20:26.741035 [ 3 ] {c7b1b94a-b82e-47ab-b0d9-5f1ad0c1768a} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5839 | 2024.08.22 02:20:26.741492 [ 3 ] {c7b1b94a-b82e-47ab-b0d9-5f1ad0c1768a} <Debug> executeQuery: Read 94 rows, 7.52 KiB in 0.003635 sec., 25859.697386519943 rows/sec., 2.02 MiB/sec. | ||
5840 | 2024.08.22 02:20:26.741937 [ 3 ] {c7b1b94a-b82e-47ab-b0d9-5f1ad0c1768a} <Debug> DynamicQueryHandler: Done processing query | ||
5841 | 2024.08.22 02:20:26.741993 [ 3 ] {c7b1b94a-b82e-47ab-b0d9-5f1ad0c1768a} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
5842 | 2024.08.22 02:20:26.741993 [ 186 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_20_4} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5843 | 2024.08.22 02:20:26.742024 [ 3 ] {} <Debug> HTTP-Session: 3f07cd53-0257-4902-b720-db9ee216a46e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5844 | 2024.08.22 02:20:26.742163 [ 186 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_20_4} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
5845 | 2024.08.22 02:20:26.742308 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 30783, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5846 | 2024.08.22 02:20:26.742320 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
5847 | 2024.08.22 02:20:26.742382 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5848 | 2024.08.22 02:20:26.742407 [ 3 ] {} <Debug> HTTP-Session: 3bc68f69-c7cb-4052-8ea1-6a1a85fd9db4 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
5849 | 2024.08.22 02:20:26.742424 [ 3 ] {} <Debug> HTTP-Session: 3bc68f69-c7cb-4052-8ea1-6a1a85fd9db4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5850 | 2024.08.22 02:20:26.742438 [ 3 ] {} <Debug> HTTP-Session: 3bc68f69-c7cb-4052-8ea1-6a1a85fd9db4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5851 | 2024.08.22 02:20:26.742471 [ 3 ] {} <Trace> HTTP-Session: 3bc68f69-c7cb-4052-8ea1-6a1a85fd9db4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5852 | 2024.08.22 02:20:26.742634 [ 3 ] {1aab824a-8955-4068-bf5f-69f465386889} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5853 | 2024.08.22 02:20:26.742683 [ 3 ] {1aab824a-8955-4068-bf5f-69f465386889} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5854 | 2024.08.22 02:20:26.742852 [ 3 ] {1aab824a-8955-4068-bf5f-69f465386889} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5855 | 2024.08.22 02:20:26.743264 [ 3 ] {1aab824a-8955-4068-bf5f-69f465386889} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5856 | 2024.08.22 02:20:26.743300 [ 3 ] {1aab824a-8955-4068-bf5f-69f465386889} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
5857 | 2024.08.22 02:20:26.743687 [ 3 ] {1aab824a-8955-4068-bf5f-69f465386889} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
5858 | 2024.08.22 02:20:26.744026 [ 3 ] {1aab824a-8955-4068-bf5f-69f465386889} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5859 | 2024.08.22 02:20:26.744183 [ 3 ] {1aab824a-8955-4068-bf5f-69f465386889} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001622 sec., 99260.17262638718 rows/sec., 6.91 MiB/sec. | ||
5860 | 2024.08.22 02:20:26.744363 [ 3 ] {1aab824a-8955-4068-bf5f-69f465386889} <Debug> DynamicQueryHandler: Done processing query | ||
5861 | 2024.08.22 02:20:26.744386 [ 3 ] {1aab824a-8955-4068-bf5f-69f465386889} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5862 | 2024.08.22 02:20:26.744403 [ 3 ] {} <Debug> HTTP-Session: 3bc68f69-c7cb-4052-8ea1-6a1a85fd9db4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5863 | 2024.08.22 02:20:26.744602 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 45055, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5864 | 2024.08.22 02:20:26.744651 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5865 | 2024.08.22 02:20:26.744670 [ 3 ] {} <Debug> HTTP-Session: d097c63f-121b-4bd0-b612-d3fbfd51b5ce Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
5866 | 2024.08.22 02:20:26.744687 [ 3 ] {} <Debug> HTTP-Session: d097c63f-121b-4bd0-b612-d3fbfd51b5ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5867 | 2024.08.22 02:20:26.744701 [ 3 ] {} <Debug> HTTP-Session: d097c63f-121b-4bd0-b612-d3fbfd51b5ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5868 | 2024.08.22 02:20:26.744733 [ 3 ] {} <Trace> HTTP-Session: d097c63f-121b-4bd0-b612-d3fbfd51b5ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5869 | 2024.08.22 02:20:26.745069 [ 3 ] {d2f0a468-d638-4439-855e-bc2e580d2b50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5870 | 2024.08.22 02:20:26.745135 [ 3 ] {d2f0a468-d638-4439-855e-bc2e580d2b50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
5871 | 2024.08.22 02:20:26.745562 [ 3 ] {d2f0a468-d638-4439-855e-bc2e580d2b50} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5872 | 2024.08.22 02:20:26.746244 [ 3 ] {d2f0a468-d638-4439-855e-bc2e580d2b50} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5873 | 2024.08.22 02:20:26.746279 [ 3 ] {d2f0a468-d638-4439-855e-bc2e580d2b50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
5874 | 2024.08.22 02:20:26.746901 [ 3 ] {d2f0a468-d638-4439-855e-bc2e580d2b50} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
5875 | 2024.08.22 02:20:26.747318 [ 3 ] {d2f0a468-d638-4439-855e-bc2e580d2b50} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5876 | 2024.08.22 02:20:26.747498 [ 3 ] {d2f0a468-d638-4439-855e-bc2e580d2b50} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.002667 sec., 10498.687664041994 rows/sec., 18.81 MiB/sec. | ||
5877 | 2024.08.22 02:20:26.748040 [ 3 ] {d2f0a468-d638-4439-855e-bc2e580d2b50} <Debug> DynamicQueryHandler: Done processing query | ||
5878 | 2024.08.22 02:20:26.748065 [ 3 ] {d2f0a468-d638-4439-855e-bc2e580d2b50} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
5879 | 2024.08.22 02:20:26.748082 [ 3 ] {} <Debug> HTTP-Session: d097c63f-121b-4bd0-b612-d3fbfd51b5ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5880 | 2024.08.22 02:20:26.748223 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5881 | 2024.08.22 02:20:26.748273 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5882 | 2024.08.22 02:20:26.748292 [ 3 ] {} <Debug> HTTP-Session: 8f9a4c8c-c027-4ac5-adad-ac00c82d3f93 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
5883 | 2024.08.22 02:20:26.748308 [ 3 ] {} <Debug> HTTP-Session: 8f9a4c8c-c027-4ac5-adad-ac00c82d3f93 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5884 | 2024.08.22 02:20:26.748322 [ 3 ] {} <Debug> HTTP-Session: 8f9a4c8c-c027-4ac5-adad-ac00c82d3f93 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5885 | 2024.08.22 02:20:26.748353 [ 3 ] {} <Trace> HTTP-Session: 8f9a4c8c-c027-4ac5-adad-ac00c82d3f93 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5886 | 2024.08.22 02:20:26.748487 [ 3 ] {d070f9c1-3195-4a5d-b7d8-363f0d8eef72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5887 | 2024.08.22 02:20:26.748532 [ 3 ] {d070f9c1-3195-4a5d-b7d8-363f0d8eef72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5888 | 2024.08.22 02:20:26.748681 [ 3 ] {d070f9c1-3195-4a5d-b7d8-363f0d8eef72} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5889 | 2024.08.22 02:20:26.748993 [ 3 ] {d070f9c1-3195-4a5d-b7d8-363f0d8eef72} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5890 | 2024.08.22 02:20:26.749029 [ 3 ] {d070f9c1-3195-4a5d-b7d8-363f0d8eef72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
5891 | 2024.08.22 02:20:26.749381 [ 3 ] {d070f9c1-3195-4a5d-b7d8-363f0d8eef72} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
5892 | 2024.08.22 02:20:26.749701 [ 3 ] {d070f9c1-3195-4a5d-b7d8-363f0d8eef72} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5893 | 2024.08.22 02:20:26.749856 [ 3 ] {d070f9c1-3195-4a5d-b7d8-363f0d8eef72} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001425 sec., 42105.26315789473 rows/sec., 2.84 MiB/sec. | ||
5894 | 2024.08.22 02:20:26.750124 [ 3 ] {d070f9c1-3195-4a5d-b7d8-363f0d8eef72} <Debug> DynamicQueryHandler: Done processing query | ||
5895 | 2024.08.22 02:20:26.750151 [ 3 ] {d070f9c1-3195-4a5d-b7d8-363f0d8eef72} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5896 | 2024.08.22 02:20:26.750179 [ 3 ] {} <Debug> HTTP-Session: 8f9a4c8c-c027-4ac5-adad-ac00c82d3f93 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5897 | 2024.08.22 02:20:30.124411 [ 139 ] {} <Debug> DNSResolver: Updating DNS cache | ||
5898 | 2024.08.22 02:20:30.124488 [ 139 ] {} <Debug> DNSResolver: Updated DNS cache | ||
5899 | 2024.08.22 02:20:31.732372 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5900 | 2024.08.22 02:20:31.732492 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5901 | 2024.08.22 02:20:31.732518 [ 3 ] {} <Debug> HTTP-Session: d192aaea-a0bc-4aff-91f7-8b25deb69ae6 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
5902 | 2024.08.22 02:20:31.732542 [ 3 ] {} <Debug> HTTP-Session: d192aaea-a0bc-4aff-91f7-8b25deb69ae6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5903 | 2024.08.22 02:20:31.732558 [ 3 ] {} <Debug> HTTP-Session: d192aaea-a0bc-4aff-91f7-8b25deb69ae6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5904 | 2024.08.22 02:20:31.732609 [ 3 ] {} <Trace> HTTP-Session: d192aaea-a0bc-4aff-91f7-8b25deb69ae6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5905 | 2024.08.22 02:20:31.732797 [ 3 ] {49b44928-d252-407e-9fac-13aa694bc2e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
5906 | 2024.08.22 02:20:31.732866 [ 3 ] {49b44928-d252-407e-9fac-13aa694bc2e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
5907 | 2024.08.22 02:20:31.733212 [ 3 ] {49b44928-d252-407e-9fac-13aa694bc2e7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5908 | 2024.08.22 02:20:31.733647 [ 3 ] {49b44928-d252-407e-9fac-13aa694bc2e7} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5909 | 2024.08.22 02:20:31.733694 [ 3 ] {49b44928-d252-407e-9fac-13aa694bc2e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
5910 | 2024.08.22 02:20:31.734108 [ 3 ] {49b44928-d252-407e-9fac-13aa694bc2e7} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
5911 | 2024.08.22 02:20:31.734513 [ 3 ] {49b44928-d252-407e-9fac-13aa694bc2e7} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5912 | 2024.08.22 02:20:31.734705 [ 138 ] {} <Debug> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 | ||
5913 | 2024.08.22 02:20:31.734707 [ 3 ] {49b44928-d252-407e-9fac-13aa694bc2e7} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001954 sec., 1023.5414534288639 rows/sec., 83.46 KiB/sec. | ||
5914 | 2024.08.22 02:20:31.734791 [ 138 ] {} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5915 | 2024.08.22 02:20:31.734861 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
5916 | 2024.08.22 02:20:31.735088 [ 191 ] {cdab0789-df43-4ed0-9b00-f6a2b630ca3d::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full | ||
5917 | 2024.08.22 02:20:31.735134 [ 3 ] {49b44928-d252-407e-9fac-13aa694bc2e7} <Debug> DynamicQueryHandler: Done processing query | ||
5918 | 2024.08.22 02:20:31.735179 [ 3 ] {49b44928-d252-407e-9fac-13aa694bc2e7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5919 | 2024.08.22 02:20:31.735217 [ 3 ] {} <Debug> HTTP-Session: d192aaea-a0bc-4aff-91f7-8b25deb69ae6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5920 | 2024.08.22 02:20:31.735328 [ 191 ] {cdab0789-df43-4ed0-9b00-f6a2b630ca3d::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5921 | 2024.08.22 02:20:31.735372 [ 191 ] {cdab0789-df43-4ed0-9b00-f6a2b630ca3d::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 12 rows starting from the beginning of the part | ||
5922 | 2024.08.22 02:20:31.735524 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 29107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5923 | 2024.08.22 02:20:31.735564 [ 191 ] {cdab0789-df43-4ed0-9b00-f6a2b630ca3d::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 4 rows starting from the beginning of the part | ||
5924 | 2024.08.22 02:20:31.735685 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5925 | 2024.08.22 02:20:31.735787 [ 3 ] {} <Debug> HTTP-Session: 1435d3e1-1e0d-4620-96fc-01bcfab53b32 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
5926 | 2024.08.22 02:20:31.735884 [ 3 ] {} <Debug> HTTP-Session: 1435d3e1-1e0d-4620-96fc-01bcfab53b32 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5927 | 2024.08.22 02:20:31.735925 [ 191 ] {cdab0789-df43-4ed0-9b00-f6a2b630ca3d::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 4 rows starting from the beginning of the part | ||
5928 | 2024.08.22 02:20:31.735951 [ 3 ] {} <Debug> HTTP-Session: 1435d3e1-1e0d-4620-96fc-01bcfab53b32 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5929 | 2024.08.22 02:20:31.736129 [ 3 ] {} <Trace> HTTP-Session: 1435d3e1-1e0d-4620-96fc-01bcfab53b32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5930 | 2024.08.22 02:20:31.736202 [ 191 ] {cdab0789-df43-4ed0-9b00-f6a2b630ca3d::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part | ||
5931 | 2024.08.22 02:20:31.736574 [ 191 ] {cdab0789-df43-4ed0-9b00-f6a2b630ca3d::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 2 rows starting from the beginning of the part | ||
5932 | 2024.08.22 02:20:31.736602 [ 3 ] {fe1b5c05-df55-4cae-bdd9-0c43f1b8a0e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5933 | 2024.08.22 02:20:31.736806 [ 3 ] {fe1b5c05-df55-4cae-bdd9-0c43f1b8a0e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5934 | 2024.08.22 02:20:31.736898 [ 191 ] {cdab0789-df43-4ed0-9b00-f6a2b630ca3d::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 2 rows starting from the beginning of the part | ||
5935 | 2024.08.22 02:20:31.737903 [ 3 ] {fe1b5c05-df55-4cae-bdd9-0c43f1b8a0e5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5936 | 2024.08.22 02:20:31.739096 [ 3 ] {fe1b5c05-df55-4cae-bdd9-0c43f1b8a0e5} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5937 | 2024.08.22 02:20:31.739174 [ 3 ] {fe1b5c05-df55-4cae-bdd9-0c43f1b8a0e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
5938 | 2024.08.22 02:20:31.739848 [ 191 ] {cdab0789-df43-4ed0-9b00-f6a2b630ca3d::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 26 rows, containing 5 columns (5 merged, 0 gathered) in 0.00486962 sec., 5339.225647997175 rows/sec., 456.23 KiB/sec. | ||
5939 | 2024.08.22 02:20:31.740047 [ 191 ] {cdab0789-df43-4ed0-9b00-f6a2b630ca3d::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
5940 | 2024.08.22 02:20:31.740160 [ 3 ] {fe1b5c05-df55-4cae-bdd9-0c43f1b8a0e5} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
5941 | 2024.08.22 02:20:31.741151 [ 191 ] {cdab0789-df43-4ed0-9b00-f6a2b630ca3d::all_1_10_2} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5942 | 2024.08.22 02:20:31.741312 [ 3 ] {fe1b5c05-df55-4cae-bdd9-0c43f1b8a0e5} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5943 | 2024.08.22 02:20:31.741360 [ 191 ] {cdab0789-df43-4ed0-9b00-f6a2b630ca3d::all_1_10_2} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 | ||
5944 | 2024.08.22 02:20:31.741550 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
5945 | 2024.08.22 02:20:31.741671 [ 3 ] {fe1b5c05-df55-4cae-bdd9-0c43f1b8a0e5} <Debug> executeQuery: Read 194 rows, 17.32 KiB in 0.005315 sec., 36500.47036688617 rows/sec., 3.18 MiB/sec. | ||
5946 | 2024.08.22 02:20:31.741877 [ 3 ] {fe1b5c05-df55-4cae-bdd9-0c43f1b8a0e5} <Debug> DynamicQueryHandler: Done processing query | ||
5947 | 2024.08.22 02:20:31.741901 [ 3 ] {fe1b5c05-df55-4cae-bdd9-0c43f1b8a0e5} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
5948 | 2024.08.22 02:20:31.741918 [ 3 ] {} <Debug> HTTP-Session: 1435d3e1-1e0d-4620-96fc-01bcfab53b32 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5949 | 2024.08.22 02:20:31.742067 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 615, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5950 | 2024.08.22 02:20:31.742117 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5951 | 2024.08.22 02:20:31.742136 [ 3 ] {} <Debug> HTTP-Session: 5549248e-610e-47b9-a145-b9a6a03a6b63 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
5952 | 2024.08.22 02:20:31.742153 [ 3 ] {} <Debug> HTTP-Session: 5549248e-610e-47b9-a145-b9a6a03a6b63 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5953 | 2024.08.22 02:20:31.742168 [ 3 ] {} <Debug> HTTP-Session: 5549248e-610e-47b9-a145-b9a6a03a6b63 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5954 | 2024.08.22 02:20:31.742204 [ 3 ] {} <Trace> HTTP-Session: 5549248e-610e-47b9-a145-b9a6a03a6b63 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5955 | 2024.08.22 02:20:31.742302 [ 3 ] {41e1d4be-9955-483a-94ae-cb0a2b29e913} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5956 | 2024.08.22 02:20:31.742347 [ 3 ] {41e1d4be-9955-483a-94ae-cb0a2b29e913} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5957 | 2024.08.22 02:20:31.742578 [ 3 ] {41e1d4be-9955-483a-94ae-cb0a2b29e913} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5958 | 2024.08.22 02:20:31.742889 [ 3 ] {41e1d4be-9955-483a-94ae-cb0a2b29e913} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5959 | 2024.08.22 02:20:31.742924 [ 3 ] {41e1d4be-9955-483a-94ae-cb0a2b29e913} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
5960 | 2024.08.22 02:20:31.743275 [ 3 ] {41e1d4be-9955-483a-94ae-cb0a2b29e913} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
5961 | 2024.08.22 02:20:31.743626 [ 3 ] {41e1d4be-9955-483a-94ae-cb0a2b29e913} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5962 | 2024.08.22 02:20:31.743783 [ 3 ] {41e1d4be-9955-483a-94ae-cb0a2b29e913} <Debug> executeQuery: Read 4 rows, 297.00 B in 0.001497 sec., 2672.010688042752 rows/sec., 193.75 KiB/sec. | ||
5963 | 2024.08.22 02:20:31.743941 [ 3 ] {41e1d4be-9955-483a-94ae-cb0a2b29e913} <Debug> DynamicQueryHandler: Done processing query | ||
5964 | 2024.08.22 02:20:31.743964 [ 3 ] {41e1d4be-9955-483a-94ae-cb0a2b29e913} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5965 | 2024.08.22 02:20:31.743979 [ 3 ] {} <Debug> HTTP-Session: 5549248e-610e-47b9-a145-b9a6a03a6b63 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5966 | 2024.08.22 02:20:31.744096 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5967 | 2024.08.22 02:20:31.744144 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5968 | 2024.08.22 02:20:31.744163 [ 3 ] {} <Debug> HTTP-Session: 1d867992-2310-4971-9bbb-995aca5b719f Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
5969 | 2024.08.22 02:20:31.744179 [ 3 ] {} <Debug> HTTP-Session: 1d867992-2310-4971-9bbb-995aca5b719f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5970 | 2024.08.22 02:20:31.744193 [ 3 ] {} <Debug> HTTP-Session: 1d867992-2310-4971-9bbb-995aca5b719f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5971 | 2024.08.22 02:20:31.744224 [ 3 ] {} <Trace> HTTP-Session: 1d867992-2310-4971-9bbb-995aca5b719f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5972 | 2024.08.22 02:20:31.744323 [ 3 ] {1b8cc0ec-c804-466d-89d6-4812f23dd6d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
5973 | 2024.08.22 02:20:31.744365 [ 3 ] {1b8cc0ec-c804-466d-89d6-4812f23dd6d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
5974 | 2024.08.22 02:20:31.744585 [ 3 ] {1b8cc0ec-c804-466d-89d6-4812f23dd6d1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5975 | 2024.08.22 02:20:31.744861 [ 3 ] {1b8cc0ec-c804-466d-89d6-4812f23dd6d1} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5976 | 2024.08.22 02:20:31.744896 [ 3 ] {1b8cc0ec-c804-466d-89d6-4812f23dd6d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
5977 | 2024.08.22 02:20:31.745241 [ 3 ] {1b8cc0ec-c804-466d-89d6-4812f23dd6d1} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
5978 | 2024.08.22 02:20:31.745596 [ 3 ] {1b8cc0ec-c804-466d-89d6-4812f23dd6d1} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5979 | 2024.08.22 02:20:31.745765 [ 3 ] {1b8cc0ec-c804-466d-89d6-4812f23dd6d1} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00146 sec., 9589.041095890412 rows/sec., 671.55 KiB/sec. | ||
5980 | 2024.08.22 02:20:31.745765 [ 138 ] {} <Debug> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
5981 | 2024.08.22 02:20:31.745861 [ 138 ] {} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5982 | 2024.08.22 02:20:31.745919 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
5983 | 2024.08.22 02:20:31.746059 [ 3 ] {1b8cc0ec-c804-466d-89d6-4812f23dd6d1} <Debug> DynamicQueryHandler: Done processing query | ||
5984 | 2024.08.22 02:20:31.746137 [ 3 ] {1b8cc0ec-c804-466d-89d6-4812f23dd6d1} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5985 | 2024.08.22 02:20:31.746201 [ 3 ] {} <Debug> HTTP-Session: 1d867992-2310-4971-9bbb-995aca5b719f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5986 | 2024.08.22 02:20:31.746290 [ 200 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::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 | ||
5987 | 2024.08.22 02:20:31.746429 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5988 | 2024.08.22 02:20:31.746503 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5989 | 2024.08.22 02:20:31.746534 [ 3 ] {} <Debug> HTTP-Session: 7622300b-385c-4d02-b600-0dbab26e62d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
5990 | 2024.08.22 02:20:31.746552 [ 200 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5991 | 2024.08.22 02:20:31.746558 [ 3 ] {} <Debug> HTTP-Session: 7622300b-385c-4d02-b600-0dbab26e62d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5992 | 2024.08.22 02:20:31.746587 [ 3 ] {} <Debug> HTTP-Session: 7622300b-385c-4d02-b600-0dbab26e62d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5993 | 2024.08.22 02:20:31.746600 [ 200 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 243 rows starting from the beginning of the part | ||
5994 | 2024.08.22 02:20:31.746627 [ 3 ] {} <Trace> HTTP-Session: 7622300b-385c-4d02-b600-0dbab26e62d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5995 | 2024.08.22 02:20:31.746846 [ 200 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 14 rows starting from the beginning of the part | ||
5996 | 2024.08.22 02:20:31.746863 [ 3 ] {ca45e7d9-ec59-4070-9334-838a2ac41f50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
5997 | 2024.08.22 02:20:31.747012 [ 3 ] {ca45e7d9-ec59-4070-9334-838a2ac41f50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
5998 | 2024.08.22 02:20:31.747275 [ 200 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 14 rows starting from the beginning of the part | ||
5999 | 2024.08.22 02:20:31.747626 [ 200 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 228 rows starting from the beginning of the part | ||
6000 | 2024.08.22 02:20:31.747909 [ 200 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 14 rows starting from the beginning of the part | ||
6001 | 2024.08.22 02:20:31.748285 [ 200 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 14 rows starting from the beginning of the part | ||
6002 | 2024.08.22 02:20:31.748878 [ 3 ] {ca45e7d9-ec59-4070-9334-838a2ac41f50} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6003 | 2024.08.22 02:20:31.749299 [ 3 ] {ca45e7d9-ec59-4070-9334-838a2ac41f50} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6004 | 2024.08.22 02:20:31.749339 [ 3 ] {ca45e7d9-ec59-4070-9334-838a2ac41f50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
6005 | 2024.08.22 02:20:31.749876 [ 3 ] {ca45e7d9-ec59-4070-9334-838a2ac41f50} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
6006 | 2024.08.22 02:20:31.750383 [ 191 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 527 rows, containing 5 columns (5 merged, 0 gathered) in 0.004376698 sec., 120410.40985692867 rows/sec., 8.18 MiB/sec. | ||
6007 | 2024.08.22 02:20:31.750604 [ 191 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
6008 | 2024.08.22 02:20:31.750715 [ 3 ] {ca45e7d9-ec59-4070-9334-838a2ac41f50} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6009 | 2024.08.22 02:20:31.751053 [ 3 ] {ca45e7d9-ec59-4070-9334-838a2ac41f50} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.004275 sec., 1403.5087719298244 rows/sec., 82.92 KiB/sec. | ||
6010 | 2024.08.22 02:20:31.751774 [ 3 ] {ca45e7d9-ec59-4070-9334-838a2ac41f50} <Debug> DynamicQueryHandler: Done processing query | ||
6011 | 2024.08.22 02:20:31.751809 [ 3 ] {ca45e7d9-ec59-4070-9334-838a2ac41f50} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6012 | 2024.08.22 02:20:31.751854 [ 3 ] {} <Debug> HTTP-Session: 7622300b-385c-4d02-b600-0dbab26e62d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6013 | 2024.08.22 02:20:31.751997 [ 191 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_16_3} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6014 | 2024.08.22 02:20:31.752110 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 62445, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6015 | 2024.08.22 02:20:31.752121 [ 191 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_16_3} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
6016 | 2024.08.22 02:20:31.752194 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6017 | 2024.08.22 02:20:31.752277 [ 3 ] {} <Debug> HTTP-Session: cbd32644-6cda-4abe-8c35-56a12817de7d Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
6018 | 2024.08.22 02:20:31.752294 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
6019 | 2024.08.22 02:20:31.752305 [ 3 ] {} <Debug> HTTP-Session: cbd32644-6cda-4abe-8c35-56a12817de7d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6020 | 2024.08.22 02:20:31.752346 [ 3 ] {} <Debug> HTTP-Session: cbd32644-6cda-4abe-8c35-56a12817de7d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6021 | 2024.08.22 02:20:31.752378 [ 3 ] {} <Trace> HTTP-Session: cbd32644-6cda-4abe-8c35-56a12817de7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6022 | 2024.08.22 02:20:31.752599 [ 3 ] {35c1b785-8c72-4402-ba8f-422928d98221} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6023 | 2024.08.22 02:20:31.752643 [ 3 ] {35c1b785-8c72-4402-ba8f-422928d98221} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6024 | 2024.08.22 02:20:31.752890 [ 3 ] {35c1b785-8c72-4402-ba8f-422928d98221} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6025 | 2024.08.22 02:20:31.753425 [ 3 ] {35c1b785-8c72-4402-ba8f-422928d98221} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6026 | 2024.08.22 02:20:31.753462 [ 3 ] {35c1b785-8c72-4402-ba8f-422928d98221} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
6027 | 2024.08.22 02:20:31.753835 [ 3 ] {35c1b785-8c72-4402-ba8f-422928d98221} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
6028 | 2024.08.22 02:20:31.754195 [ 3 ] {35c1b785-8c72-4402-ba8f-422928d98221} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6029 | 2024.08.22 02:20:31.754356 [ 3 ] {35c1b785-8c72-4402-ba8f-422928d98221} <Debug> executeQuery: Read 386 rows, 28.00 KiB in 0.001888 sec., 204449.1525423729 rows/sec., 14.49 MiB/sec. | ||
6030 | 2024.08.22 02:20:31.754528 [ 3 ] {35c1b785-8c72-4402-ba8f-422928d98221} <Debug> DynamicQueryHandler: Done processing query | ||
6031 | 2024.08.22 02:20:31.754551 [ 3 ] {35c1b785-8c72-4402-ba8f-422928d98221} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
6032 | 2024.08.22 02:20:31.754567 [ 3 ] {} <Debug> HTTP-Session: cbd32644-6cda-4abe-8c35-56a12817de7d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6033 | 2024.08.22 02:20:31.754703 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6034 | 2024.08.22 02:20:31.754750 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6035 | 2024.08.22 02:20:31.754770 [ 3 ] {} <Debug> HTTP-Session: 6e51e670-bd8c-4b7b-8e03-77f4e3abee5c Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
6036 | 2024.08.22 02:20:31.754786 [ 3 ] {} <Debug> HTTP-Session: 6e51e670-bd8c-4b7b-8e03-77f4e3abee5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6037 | 2024.08.22 02:20:31.754799 [ 3 ] {} <Debug> HTTP-Session: 6e51e670-bd8c-4b7b-8e03-77f4e3abee5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6038 | 2024.08.22 02:20:31.754829 [ 3 ] {} <Trace> HTTP-Session: 6e51e670-bd8c-4b7b-8e03-77f4e3abee5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6039 | 2024.08.22 02:20:31.754924 [ 3 ] {628f7d62-9924-4b6e-95a5-2bff955bb101} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
6040 | 2024.08.22 02:20:31.754968 [ 3 ] {628f7d62-9924-4b6e-95a5-2bff955bb101} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
6041 | 2024.08.22 02:20:31.755098 [ 3 ] {628f7d62-9924-4b6e-95a5-2bff955bb101} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6042 | 2024.08.22 02:20:31.755336 [ 3 ] {628f7d62-9924-4b6e-95a5-2bff955bb101} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6043 | 2024.08.22 02:20:31.755370 [ 3 ] {628f7d62-9924-4b6e-95a5-2bff955bb101} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
6044 | 2024.08.22 02:20:31.755728 [ 3 ] {628f7d62-9924-4b6e-95a5-2bff955bb101} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
6045 | 2024.08.22 02:20:31.756039 [ 3 ] {628f7d62-9924-4b6e-95a5-2bff955bb101} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6046 | 2024.08.22 02:20:31.756188 [ 138 ] {} <Debug> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
6047 | 2024.08.22 02:20:31.756196 [ 3 ] {628f7d62-9924-4b6e-95a5-2bff955bb101} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001285 sec., 4669.260700389105 rows/sec., 243.95 KiB/sec. | ||
6048 | 2024.08.22 02:20:31.756237 [ 138 ] {} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6049 | 2024.08.22 02:20:31.756312 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
6050 | 2024.08.22 02:20:31.756521 [ 3 ] {628f7d62-9924-4b6e-95a5-2bff955bb101} <Debug> DynamicQueryHandler: Done processing query | ||
6051 | 2024.08.22 02:20:31.756601 [ 3 ] {628f7d62-9924-4b6e-95a5-2bff955bb101} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
6052 | 2024.08.22 02:20:31.756645 [ 200 ] {0b6dfbbe-deac-48d2-bc82-b319c8f68a7a::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 | ||
6053 | 2024.08.22 02:20:31.756675 [ 3 ] {} <Debug> HTTP-Session: 6e51e670-bd8c-4b7b-8e03-77f4e3abee5c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6054 | 2024.08.22 02:20:31.756956 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 44792, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6055 | 2024.08.22 02:20:31.756956 [ 200 ] {0b6dfbbe-deac-48d2-bc82-b319c8f68a7a::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6056 | 2024.08.22 02:20:31.757017 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6057 | 2024.08.22 02:20:31.757017 [ 200 ] {0b6dfbbe-deac-48d2-bc82-b319c8f68a7a::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 | ||
6058 | 2024.08.22 02:20:31.757043 [ 3 ] {} <Debug> HTTP-Session: 933157a0-2858-4a15-a00f-ca1a4f7879af Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
6059 | 2024.08.22 02:20:31.757063 [ 3 ] {} <Debug> HTTP-Session: 933157a0-2858-4a15-a00f-ca1a4f7879af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6060 | 2024.08.22 02:20:31.757094 [ 3 ] {} <Debug> HTTP-Session: 933157a0-2858-4a15-a00f-ca1a4f7879af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6061 | 2024.08.22 02:20:31.757224 [ 3 ] {} <Trace> HTTP-Session: 933157a0-2858-4a15-a00f-ca1a4f7879af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6062 | 2024.08.22 02:20:31.757232 [ 200 ] {0b6dfbbe-deac-48d2-bc82-b319c8f68a7a::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 | ||
6063 | 2024.08.22 02:20:31.757535 [ 200 ] {0b6dfbbe-deac-48d2-bc82-b319c8f68a7a::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 | ||
6064 | 2024.08.22 02:20:31.757688 [ 3 ] {cb829948-ce6c-4fcc-9883-e7555cbac358} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6065 | 2024.08.22 02:20:31.757811 [ 200 ] {0b6dfbbe-deac-48d2-bc82-b319c8f68a7a::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 | ||
6066 | 2024.08.22 02:20:31.757842 [ 3 ] {cb829948-ce6c-4fcc-9883-e7555cbac358} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6067 | 2024.08.22 02:20:31.758168 [ 200 ] {0b6dfbbe-deac-48d2-bc82-b319c8f68a7a::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 | ||
6068 | 2024.08.22 02:20:31.758501 [ 200 ] {0b6dfbbe-deac-48d2-bc82-b319c8f68a7a::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 | ||
6069 | 2024.08.22 02:20:31.759218 [ 3 ] {cb829948-ce6c-4fcc-9883-e7555cbac358} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6070 | 2024.08.22 02:20:31.759929 [ 3 ] {cb829948-ce6c-4fcc-9883-e7555cbac358} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6071 | 2024.08.22 02:20:31.760051 [ 3 ] {cb829948-ce6c-4fcc-9883-e7555cbac358} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
6072 | 2024.08.22 02:20:31.760316 [ 195 ] {0b6dfbbe-deac-48d2-bc82-b319c8f68a7a::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.003895226 sec., 16943.817894006665 rows/sec., 885.25 KiB/sec. | ||
6073 | 2024.08.22 02:20:31.760490 [ 200 ] {0b6dfbbe-deac-48d2-bc82-b319c8f68a7a::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
6074 | 2024.08.22 02:20:31.760713 [ 3 ] {cb829948-ce6c-4fcc-9883-e7555cbac358} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
6075 | 2024.08.22 02:20:31.761059 [ 200 ] {0b6dfbbe-deac-48d2-bc82-b319c8f68a7a::all_1_11_2} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6076 | 2024.08.22 02:20:31.761193 [ 200 ] {0b6dfbbe-deac-48d2-bc82-b319c8f68a7a::all_1_11_2} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
6077 | 2024.08.22 02:20:31.761192 [ 3 ] {cb829948-ce6c-4fcc-9883-e7555cbac358} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6078 | 2024.08.22 02:20:31.761292 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
6079 | 2024.08.22 02:20:31.761418 [ 3 ] {cb829948-ce6c-4fcc-9883-e7555cbac358} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.003949 sec., 60268.42238541402 rows/sec., 4.04 MiB/sec. | ||
6080 | 2024.08.22 02:20:31.761601 [ 3 ] {cb829948-ce6c-4fcc-9883-e7555cbac358} <Debug> DynamicQueryHandler: Done processing query | ||
6081 | 2024.08.22 02:20:31.761625 [ 3 ] {cb829948-ce6c-4fcc-9883-e7555cbac358} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
6082 | 2024.08.22 02:20:31.761641 [ 3 ] {} <Debug> HTTP-Session: 933157a0-2858-4a15-a00f-ca1a4f7879af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6083 | 2024.08.22 02:20:31.761765 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6084 | 2024.08.22 02:20:31.761813 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6085 | 2024.08.22 02:20:31.761832 [ 3 ] {} <Debug> HTTP-Session: 75d62d68-4e6b-45cc-aaeb-041595a3e6eb Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
6086 | 2024.08.22 02:20:31.761849 [ 3 ] {} <Debug> HTTP-Session: 75d62d68-4e6b-45cc-aaeb-041595a3e6eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6087 | 2024.08.22 02:20:31.761863 [ 3 ] {} <Debug> HTTP-Session: 75d62d68-4e6b-45cc-aaeb-041595a3e6eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6088 | 2024.08.22 02:20:31.761893 [ 3 ] {} <Trace> HTTP-Session: 75d62d68-4e6b-45cc-aaeb-041595a3e6eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6089 | 2024.08.22 02:20:31.761988 [ 3 ] {5ab8f80b-c419-4440-a87d-60629ace23a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
6090 | 2024.08.22 02:20:31.762034 [ 3 ] {5ab8f80b-c419-4440-a87d-60629ace23a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
6091 | 2024.08.22 02:20:31.762167 [ 3 ] {5ab8f80b-c419-4440-a87d-60629ace23a6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6092 | 2024.08.22 02:20:31.762413 [ 3 ] {5ab8f80b-c419-4440-a87d-60629ace23a6} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6093 | 2024.08.22 02:20:31.762450 [ 3 ] {5ab8f80b-c419-4440-a87d-60629ace23a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
6094 | 2024.08.22 02:20:31.762808 [ 3 ] {5ab8f80b-c419-4440-a87d-60629ace23a6} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
6095 | 2024.08.22 02:20:31.763140 [ 3 ] {5ab8f80b-c419-4440-a87d-60629ace23a6} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6096 | 2024.08.22 02:20:31.763301 [ 3 ] {5ab8f80b-c419-4440-a87d-60629ace23a6} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001326 sec., 754.1478129713424 rows/sec., 50.82 KiB/sec. | ||
6097 | 2024.08.22 02:20:31.763456 [ 3 ] {5ab8f80b-c419-4440-a87d-60629ace23a6} <Debug> DynamicQueryHandler: Done processing query | ||
6098 | 2024.08.22 02:20:31.763483 [ 3 ] {5ab8f80b-c419-4440-a87d-60629ace23a6} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
6099 | 2024.08.22 02:20:31.763502 [ 3 ] {} <Debug> HTTP-Session: 75d62d68-4e6b-45cc-aaeb-041595a3e6eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6100 | 2024.08.22 02:20:31.763622 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 3204, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6101 | 2024.08.22 02:20:31.763670 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6102 | 2024.08.22 02:20:31.763691 [ 3 ] {} <Debug> HTTP-Session: 32ebd61f-1234-4588-99de-41fe40e942e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
6103 | 2024.08.22 02:20:31.763709 [ 3 ] {} <Debug> HTTP-Session: 32ebd61f-1234-4588-99de-41fe40e942e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6104 | 2024.08.22 02:20:31.763722 [ 3 ] {} <Debug> HTTP-Session: 32ebd61f-1234-4588-99de-41fe40e942e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6105 | 2024.08.22 02:20:31.763754 [ 3 ] {} <Trace> HTTP-Session: 32ebd61f-1234-4588-99de-41fe40e942e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6106 | 2024.08.22 02:20:31.763864 [ 3 ] {4b711a6d-c9d1-4761-9eb2-94df2dd10600} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6107 | 2024.08.22 02:20:31.763927 [ 3 ] {4b711a6d-c9d1-4761-9eb2-94df2dd10600} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
6108 | 2024.08.22 02:20:31.764415 [ 3 ] {4b711a6d-c9d1-4761-9eb2-94df2dd10600} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6109 | 2024.08.22 02:20:31.764861 [ 3 ] {4b711a6d-c9d1-4761-9eb2-94df2dd10600} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6110 | 2024.08.22 02:20:31.764900 [ 3 ] {4b711a6d-c9d1-4761-9eb2-94df2dd10600} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
6111 | 2024.08.22 02:20:31.765485 [ 3 ] {4b711a6d-c9d1-4761-9eb2-94df2dd10600} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
6112 | 2024.08.22 02:20:31.765931 [ 3 ] {4b711a6d-c9d1-4761-9eb2-94df2dd10600} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6113 | 2024.08.22 02:20:31.766111 [ 138 ] {} <Debug> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
6114 | 2024.08.22 02:20:31.766128 [ 3 ] {4b711a6d-c9d1-4761-9eb2-94df2dd10600} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.002296 sec., 871.0801393728224 rows/sec., 1.56 MiB/sec. | ||
6115 | 2024.08.22 02:20:31.766172 [ 138 ] {} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6116 | 2024.08.22 02:20:31.766255 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
6117 | 2024.08.22 02:20:31.766811 [ 200 ] {54363e51-69d9-4b16-adfe-43c651565682::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 | ||
6118 | 2024.08.22 02:20:31.766944 [ 3 ] {4b711a6d-c9d1-4761-9eb2-94df2dd10600} <Debug> DynamicQueryHandler: Done processing query | ||
6119 | 2024.08.22 02:20:31.766981 [ 3 ] {4b711a6d-c9d1-4761-9eb2-94df2dd10600} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
6120 | 2024.08.22 02:20:31.767007 [ 3 ] {} <Debug> HTTP-Session: 32ebd61f-1234-4588-99de-41fe40e942e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6121 | 2024.08.22 02:20:31.767174 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 12133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6122 | 2024.08.22 02:20:31.767248 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6123 | 2024.08.22 02:20:31.767283 [ 3 ] {} <Debug> HTTP-Session: e8742372-a763-4798-bc09-59f1cd032fe1 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
6124 | 2024.08.22 02:20:31.767293 [ 200 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6125 | 2024.08.22 02:20:31.767306 [ 3 ] {} <Debug> HTTP-Session: e8742372-a763-4798-bc09-59f1cd032fe1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6126 | 2024.08.22 02:20:31.767334 [ 3 ] {} <Debug> HTTP-Session: e8742372-a763-4798-bc09-59f1cd032fe1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6127 | 2024.08.22 02:20:31.767387 [ 3 ] {} <Trace> HTTP-Session: e8742372-a763-4798-bc09-59f1cd032fe1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6128 | 2024.08.22 02:20:31.767391 [ 200 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 318 rows starting from the beginning of the part | ||
6129 | 2024.08.22 02:20:31.767619 [ 3 ] {fdbab4d2-dd97-4f91-84eb-05bfb54200ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6130 | 2024.08.22 02:20:31.767793 [ 3 ] {fdbab4d2-dd97-4f91-84eb-05bfb54200ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6131 | 2024.08.22 02:20:31.767938 [ 200 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 2 rows starting from the beginning of the part | ||
6132 | 2024.08.22 02:20:31.768494 [ 3 ] {fdbab4d2-dd97-4f91-84eb-05bfb54200ff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6133 | 2024.08.22 02:20:31.768558 [ 200 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 28 rows starting from the beginning of the part | ||
6134 | 2024.08.22 02:20:31.769036 [ 200 ] {54363e51-69d9-4b16-adfe-43c651565682::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 | ||
6135 | 2024.08.22 02:20:31.769220 [ 3 ] {fdbab4d2-dd97-4f91-84eb-05bfb54200ff} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6136 | 2024.08.22 02:20:31.769318 [ 3 ] {fdbab4d2-dd97-4f91-84eb-05bfb54200ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
6137 | 2024.08.22 02:20:31.769510 [ 200 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 28 rows starting from the beginning of the part | ||
6138 | 2024.08.22 02:20:31.769955 [ 200 ] {54363e51-69d9-4b16-adfe-43c651565682::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 | ||
6139 | 2024.08.22 02:20:31.770457 [ 3 ] {fdbab4d2-dd97-4f91-84eb-05bfb54200ff} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
6140 | 2024.08.22 02:20:31.770918 [ 3 ] {fdbab4d2-dd97-4f91-84eb-05bfb54200ff} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6141 | 2024.08.22 02:20:31.771218 [ 3 ] {fdbab4d2-dd97-4f91-84eb-05bfb54200ff} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.003714 sec., 22078.62143241788 rows/sec., 1.40 MiB/sec. | ||
6142 | 2024.08.22 02:20:31.771664 [ 3 ] {fdbab4d2-dd97-4f91-84eb-05bfb54200ff} <Debug> DynamicQueryHandler: Done processing query | ||
6143 | 2024.08.22 02:20:31.771739 [ 3 ] {fdbab4d2-dd97-4f91-84eb-05bfb54200ff} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6144 | 2024.08.22 02:20:31.771792 [ 3 ] {} <Debug> HTTP-Session: e8742372-a763-4798-bc09-59f1cd032fe1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6145 | 2024.08.22 02:20:31.773882 [ 195 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 380 rows, containing 19 columns (19 merged, 0 gathered) in 0.007487802 sec., 50749.2051739616 rows/sec., 90.94 MiB/sec. | ||
6146 | 2024.08.22 02:20:31.774592 [ 202 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
6147 | 2024.08.22 02:20:31.775246 [ 202 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_21_4} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6148 | 2024.08.22 02:20:31.775338 [ 202 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_21_4} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
6149 | 2024.08.22 02:20:31.775502 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.96 MiB. | ||
6150 | 2024.08.22 02:20:36.729256 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 16453, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6151 | 2024.08.22 02:20:36.729378 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6152 | 2024.08.22 02:20:36.729406 [ 3 ] {} <Debug> HTTP-Session: f3a22ce5-bedd-4a12-97b2-ca00f112ce52 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
6153 | 2024.08.22 02:20:36.729431 [ 3 ] {} <Debug> HTTP-Session: f3a22ce5-bedd-4a12-97b2-ca00f112ce52 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6154 | 2024.08.22 02:20:36.729446 [ 3 ] {} <Debug> HTTP-Session: f3a22ce5-bedd-4a12-97b2-ca00f112ce52 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6155 | 2024.08.22 02:20:36.729497 [ 3 ] {} <Trace> HTTP-Session: f3a22ce5-bedd-4a12-97b2-ca00f112ce52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6156 | 2024.08.22 02:20:36.729711 [ 3 ] {44ebd4cd-3c91-40fd-b8d1-8d58aa7a37f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6157 | 2024.08.22 02:20:36.729783 [ 3 ] {44ebd4cd-3c91-40fd-b8d1-8d58aa7a37f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6158 | 2024.08.22 02:20:36.730123 [ 3 ] {44ebd4cd-3c91-40fd-b8d1-8d58aa7a37f2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6159 | 2024.08.22 02:20:36.730582 [ 3 ] {44ebd4cd-3c91-40fd-b8d1-8d58aa7a37f2} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6160 | 2024.08.22 02:20:36.730631 [ 3 ] {44ebd4cd-3c91-40fd-b8d1-8d58aa7a37f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
6161 | 2024.08.22 02:20:36.731075 [ 3 ] {44ebd4cd-3c91-40fd-b8d1-8d58aa7a37f2} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
6162 | 2024.08.22 02:20:36.731487 [ 3 ] {44ebd4cd-3c91-40fd-b8d1-8d58aa7a37f2} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6163 | 2024.08.22 02:20:36.731654 [ 3 ] {44ebd4cd-3c91-40fd-b8d1-8d58aa7a37f2} <Debug> executeQuery: Read 112 rows, 9.63 KiB in 0.00202 sec., 55445.544554455446 rows/sec., 4.66 MiB/sec. | ||
6164 | 2024.08.22 02:20:36.731890 [ 3 ] {44ebd4cd-3c91-40fd-b8d1-8d58aa7a37f2} <Debug> DynamicQueryHandler: Done processing query | ||
6165 | 2024.08.22 02:20:36.731918 [ 3 ] {44ebd4cd-3c91-40fd-b8d1-8d58aa7a37f2} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
6166 | 2024.08.22 02:20:36.731935 [ 3 ] {} <Debug> HTTP-Session: f3a22ce5-bedd-4a12-97b2-ca00f112ce52 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6167 | 2024.08.22 02:20:36.732115 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 4068, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6168 | 2024.08.22 02:20:36.732171 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6169 | 2024.08.22 02:20:36.732192 [ 3 ] {} <Debug> HTTP-Session: eda49026-22bd-4264-955c-caa7058d2ee0 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
6170 | 2024.08.22 02:20:36.732210 [ 3 ] {} <Debug> HTTP-Session: eda49026-22bd-4264-955c-caa7058d2ee0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6171 | 2024.08.22 02:20:36.732224 [ 3 ] {} <Debug> HTTP-Session: eda49026-22bd-4264-955c-caa7058d2ee0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6172 | 2024.08.22 02:20:36.732260 [ 3 ] {} <Trace> HTTP-Session: eda49026-22bd-4264-955c-caa7058d2ee0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6173 | 2024.08.22 02:20:36.732376 [ 3 ] {13af3e36-d497-4315-b6b0-ce7b22006b8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6174 | 2024.08.22 02:20:36.732425 [ 3 ] {13af3e36-d497-4315-b6b0-ce7b22006b8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6175 | 2024.08.22 02:20:36.732661 [ 3 ] {13af3e36-d497-4315-b6b0-ce7b22006b8f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6176 | 2024.08.22 02:20:36.732961 [ 3 ] {13af3e36-d497-4315-b6b0-ce7b22006b8f} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6177 | 2024.08.22 02:20:36.733000 [ 3 ] {13af3e36-d497-4315-b6b0-ce7b22006b8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
6178 | 2024.08.22 02:20:36.733395 [ 3 ] {13af3e36-d497-4315-b6b0-ce7b22006b8f} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
6179 | 2024.08.22 02:20:36.733767 [ 3 ] {13af3e36-d497-4315-b6b0-ce7b22006b8f} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6180 | 2024.08.22 02:20:36.733940 [ 3 ] {13af3e36-d497-4315-b6b0-ce7b22006b8f} <Debug> executeQuery: Read 28 rows, 2.11 KiB in 0.001593 sec., 17576.898932831136 rows/sec., 1.29 MiB/sec. | ||
6181 | 2024.08.22 02:20:36.734231 [ 3 ] {13af3e36-d497-4315-b6b0-ce7b22006b8f} <Debug> DynamicQueryHandler: Done processing query | ||
6182 | 2024.08.22 02:20:36.734273 [ 3 ] {13af3e36-d497-4315-b6b0-ce7b22006b8f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6183 | 2024.08.22 02:20:36.734292 [ 3 ] {} <Debug> HTTP-Session: eda49026-22bd-4264-955c-caa7058d2ee0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6184 | 2024.08.22 02:20:36.734445 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 15623, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6185 | 2024.08.22 02:20:36.734504 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6186 | 2024.08.22 02:20:36.734525 [ 3 ] {} <Debug> HTTP-Session: 07402a3c-a969-4b90-9bf7-7299062699a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
6187 | 2024.08.22 02:20:36.734542 [ 3 ] {} <Debug> HTTP-Session: 07402a3c-a969-4b90-9bf7-7299062699a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6188 | 2024.08.22 02:20:36.734556 [ 3 ] {} <Debug> HTTP-Session: 07402a3c-a969-4b90-9bf7-7299062699a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6189 | 2024.08.22 02:20:36.734590 [ 3 ] {} <Trace> HTTP-Session: 07402a3c-a969-4b90-9bf7-7299062699a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6190 | 2024.08.22 02:20:36.734720 [ 3 ] {49a97653-9f46-4f05-b54d-b7b749bd94d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6191 | 2024.08.22 02:20:36.734767 [ 3 ] {49a97653-9f46-4f05-b54d-b7b749bd94d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6192 | 2024.08.22 02:20:36.735025 [ 3 ] {49a97653-9f46-4f05-b54d-b7b749bd94d4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6193 | 2024.08.22 02:20:36.735370 [ 3 ] {49a97653-9f46-4f05-b54d-b7b749bd94d4} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6194 | 2024.08.22 02:20:36.735408 [ 3 ] {49a97653-9f46-4f05-b54d-b7b749bd94d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
6195 | 2024.08.22 02:20:36.735783 [ 3 ] {49a97653-9f46-4f05-b54d-b7b749bd94d4} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
6196 | 2024.08.22 02:20:36.736145 [ 3 ] {49a97653-9f46-4f05-b54d-b7b749bd94d4} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6197 | 2024.08.22 02:20:36.736319 [ 3 ] {49a97653-9f46-4f05-b54d-b7b749bd94d4} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.001642 sec., 56029.23264311815 rows/sec., 4.38 MiB/sec. | ||
6198 | 2024.08.22 02:20:36.736483 [ 3 ] {49a97653-9f46-4f05-b54d-b7b749bd94d4} <Debug> DynamicQueryHandler: Done processing query | ||
6199 | 2024.08.22 02:20:36.736508 [ 3 ] {49a97653-9f46-4f05-b54d-b7b749bd94d4} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
6200 | 2024.08.22 02:20:36.736525 [ 3 ] {} <Debug> HTTP-Session: 07402a3c-a969-4b90-9bf7-7299062699a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6201 | 2024.08.22 02:20:36.736728 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 30592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6202 | 2024.08.22 02:20:36.736779 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6203 | 2024.08.22 02:20:36.736799 [ 3 ] {} <Debug> HTTP-Session: e991fa6d-0d45-4f30-9f38-48bb68fc1550 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
6204 | 2024.08.22 02:20:36.736816 [ 3 ] {} <Debug> HTTP-Session: e991fa6d-0d45-4f30-9f38-48bb68fc1550 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6205 | 2024.08.22 02:20:36.736831 [ 3 ] {} <Debug> HTTP-Session: e991fa6d-0d45-4f30-9f38-48bb68fc1550 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6206 | 2024.08.22 02:20:36.736863 [ 3 ] {} <Trace> HTTP-Session: e991fa6d-0d45-4f30-9f38-48bb68fc1550 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6207 | 2024.08.22 02:20:36.737010 [ 3 ] {0a9b6743-85f5-43d7-a774-b564f022c526} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6208 | 2024.08.22 02:20:36.737060 [ 3 ] {0a9b6743-85f5-43d7-a774-b564f022c526} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6209 | 2024.08.22 02:20:36.737208 [ 3 ] {0a9b6743-85f5-43d7-a774-b564f022c526} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6210 | 2024.08.22 02:20:36.737554 [ 3 ] {0a9b6743-85f5-43d7-a774-b564f022c526} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6211 | 2024.08.22 02:20:36.737592 [ 3 ] {0a9b6743-85f5-43d7-a774-b564f022c526} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
6212 | 2024.08.22 02:20:36.737980 [ 3 ] {0a9b6743-85f5-43d7-a774-b564f022c526} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
6213 | 2024.08.22 02:20:36.738337 [ 3 ] {0a9b6743-85f5-43d7-a774-b564f022c526} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6214 | 2024.08.22 02:20:36.738511 [ 3 ] {0a9b6743-85f5-43d7-a774-b564f022c526} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001567 sec., 102105.9349074665 rows/sec., 7.11 MiB/sec. | ||
6215 | 2024.08.22 02:20:36.738728 [ 3 ] {0a9b6743-85f5-43d7-a774-b564f022c526} <Debug> DynamicQueryHandler: Done processing query | ||
6216 | 2024.08.22 02:20:36.738752 [ 3 ] {0a9b6743-85f5-43d7-a774-b564f022c526} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6217 | 2024.08.22 02:20:36.738769 [ 3 ] {} <Debug> HTTP-Session: e991fa6d-0d45-4f30-9f38-48bb68fc1550 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6218 | 2024.08.22 02:20:36.738919 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 45069, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6219 | 2024.08.22 02:20:36.738968 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6220 | 2024.08.22 02:20:36.738988 [ 3 ] {} <Debug> HTTP-Session: 37222f75-a6dd-426c-8789-396d3e92b6ea Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
6221 | 2024.08.22 02:20:36.739005 [ 3 ] {} <Debug> HTTP-Session: 37222f75-a6dd-426c-8789-396d3e92b6ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6222 | 2024.08.22 02:20:36.739019 [ 3 ] {} <Debug> HTTP-Session: 37222f75-a6dd-426c-8789-396d3e92b6ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6223 | 2024.08.22 02:20:36.739051 [ 3 ] {} <Trace> HTTP-Session: 37222f75-a6dd-426c-8789-396d3e92b6ea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6224 | 2024.08.22 02:20:36.739350 [ 3 ] {7249c3b9-442a-4ada-aa8c-bfe395e11416} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6225 | 2024.08.22 02:20:36.739416 [ 3 ] {7249c3b9-442a-4ada-aa8c-bfe395e11416} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
6226 | 2024.08.22 02:20:36.739820 [ 3 ] {7249c3b9-442a-4ada-aa8c-bfe395e11416} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6227 | 2024.08.22 02:20:36.740401 [ 3 ] {7249c3b9-442a-4ada-aa8c-bfe395e11416} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6228 | 2024.08.22 02:20:36.740438 [ 3 ] {7249c3b9-442a-4ada-aa8c-bfe395e11416} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
6229 | 2024.08.22 02:20:36.741034 [ 3 ] {7249c3b9-442a-4ada-aa8c-bfe395e11416} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
6230 | 2024.08.22 02:20:36.741442 [ 3 ] {7249c3b9-442a-4ada-aa8c-bfe395e11416} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6231 | 2024.08.22 02:20:36.741621 [ 3 ] {7249c3b9-442a-4ada-aa8c-bfe395e11416} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.002486 sec., 11263.073209975864 rows/sec., 20.18 MiB/sec. | ||
6232 | 2024.08.22 02:20:36.741820 [ 3 ] {7249c3b9-442a-4ada-aa8c-bfe395e11416} <Debug> DynamicQueryHandler: Done processing query | ||
6233 | 2024.08.22 02:20:36.741844 [ 3 ] {7249c3b9-442a-4ada-aa8c-bfe395e11416} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
6234 | 2024.08.22 02:20:36.741860 [ 3 ] {} <Debug> HTTP-Session: 37222f75-a6dd-426c-8789-396d3e92b6ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6235 | 2024.08.22 02:20:36.741991 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6236 | 2024.08.22 02:20:36.742039 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6237 | 2024.08.22 02:20:36.742059 [ 3 ] {} <Debug> HTTP-Session: 0a68c997-45fe-4cba-a700-1f12cc87ba6f Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
6238 | 2024.08.22 02:20:36.742075 [ 3 ] {} <Debug> HTTP-Session: 0a68c997-45fe-4cba-a700-1f12cc87ba6f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6239 | 2024.08.22 02:20:36.742089 [ 3 ] {} <Debug> HTTP-Session: 0a68c997-45fe-4cba-a700-1f12cc87ba6f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6240 | 2024.08.22 02:20:36.742120 [ 3 ] {} <Trace> HTTP-Session: 0a68c997-45fe-4cba-a700-1f12cc87ba6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6241 | 2024.08.22 02:20:36.742233 [ 3 ] {8775de6a-0007-4522-a4ac-52e21530f753} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6242 | 2024.08.22 02:20:36.742278 [ 3 ] {8775de6a-0007-4522-a4ac-52e21530f753} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6243 | 2024.08.22 02:20:36.742405 [ 3 ] {8775de6a-0007-4522-a4ac-52e21530f753} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6244 | 2024.08.22 02:20:36.742770 [ 3 ] {8775de6a-0007-4522-a4ac-52e21530f753} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6245 | 2024.08.22 02:20:36.742807 [ 3 ] {8775de6a-0007-4522-a4ac-52e21530f753} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
6246 | 2024.08.22 02:20:36.743161 [ 3 ] {8775de6a-0007-4522-a4ac-52e21530f753} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
6247 | 2024.08.22 02:20:36.743487 [ 3 ] {8775de6a-0007-4522-a4ac-52e21530f753} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6248 | 2024.08.22 02:20:36.743643 [ 3 ] {8775de6a-0007-4522-a4ac-52e21530f753} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00144 sec., 41666.666666666664 rows/sec., 2.81 MiB/sec. | ||
6249 | 2024.08.22 02:20:36.743966 [ 3 ] {8775de6a-0007-4522-a4ac-52e21530f753} <Debug> DynamicQueryHandler: Done processing query | ||
6250 | 2024.08.22 02:20:36.744003 [ 3 ] {8775de6a-0007-4522-a4ac-52e21530f753} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6251 | 2024.08.22 02:20:36.744020 [ 3 ] {} <Debug> HTTP-Session: 0a68c997-45fe-4cba-a700-1f12cc87ba6f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6252 | 2024.08.22 02:20:41.732482 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6253 | 2024.08.22 02:20:41.732672 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6254 | 2024.08.22 02:20:41.732717 [ 3 ] {} <Debug> HTTP-Session: ffd3f58f-fbd5-4ce9-a546-bd01467c27a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
6255 | 2024.08.22 02:20:41.732759 [ 3 ] {} <Debug> HTTP-Session: ffd3f58f-fbd5-4ce9-a546-bd01467c27a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6256 | 2024.08.22 02:20:41.732787 [ 3 ] {} <Debug> HTTP-Session: ffd3f58f-fbd5-4ce9-a546-bd01467c27a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6257 | 2024.08.22 02:20:41.732866 [ 3 ] {} <Trace> HTTP-Session: ffd3f58f-fbd5-4ce9-a546-bd01467c27a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6258 | 2024.08.22 02:20:41.733147 [ 3 ] {55419570-8eab-4d0d-a871-d19fdd5725d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
6259 | 2024.08.22 02:20:41.733260 [ 3 ] {55419570-8eab-4d0d-a871-d19fdd5725d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
6260 | 2024.08.22 02:20:41.733705 [ 3 ] {55419570-8eab-4d0d-a871-d19fdd5725d6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6261 | 2024.08.22 02:20:41.734114 [ 3 ] {55419570-8eab-4d0d-a871-d19fdd5725d6} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6262 | 2024.08.22 02:20:41.734155 [ 3 ] {55419570-8eab-4d0d-a871-d19fdd5725d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
6263 | 2024.08.22 02:20:41.734573 [ 3 ] {55419570-8eab-4d0d-a871-d19fdd5725d6} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
6264 | 2024.08.22 02:20:41.734956 [ 3 ] {55419570-8eab-4d0d-a871-d19fdd5725d6} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6265 | 2024.08.22 02:20:41.735105 [ 3 ] {55419570-8eab-4d0d-a871-d19fdd5725d6} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002049 sec., 976.0858955588092 rows/sec., 79.59 KiB/sec. | ||
6266 | 2024.08.22 02:20:41.735344 [ 3 ] {55419570-8eab-4d0d-a871-d19fdd5725d6} <Debug> DynamicQueryHandler: Done processing query | ||
6267 | 2024.08.22 02:20:41.735370 [ 3 ] {55419570-8eab-4d0d-a871-d19fdd5725d6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6268 | 2024.08.22 02:20:41.735386 [ 3 ] {} <Debug> HTTP-Session: ffd3f58f-fbd5-4ce9-a546-bd01467c27a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6269 | 2024.08.22 02:20:41.735570 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 29107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6270 | 2024.08.22 02:20:41.735620 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6271 | 2024.08.22 02:20:41.735640 [ 3 ] {} <Debug> HTTP-Session: c9c35ebd-81be-4cba-adb5-3bb0336d0d6c Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
6272 | 2024.08.22 02:20:41.735656 [ 3 ] {} <Debug> HTTP-Session: c9c35ebd-81be-4cba-adb5-3bb0336d0d6c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6273 | 2024.08.22 02:20:41.735669 [ 3 ] {} <Debug> HTTP-Session: c9c35ebd-81be-4cba-adb5-3bb0336d0d6c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6274 | 2024.08.22 02:20:41.735702 [ 3 ] {} <Trace> HTTP-Session: c9c35ebd-81be-4cba-adb5-3bb0336d0d6c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6275 | 2024.08.22 02:20:41.735847 [ 3 ] {dcc57214-c215-42b8-bd2a-4f6915586119} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6276 | 2024.08.22 02:20:41.735892 [ 3 ] {dcc57214-c215-42b8-bd2a-4f6915586119} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6277 | 2024.08.22 02:20:41.736117 [ 3 ] {dcc57214-c215-42b8-bd2a-4f6915586119} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6278 | 2024.08.22 02:20:41.736633 [ 3 ] {dcc57214-c215-42b8-bd2a-4f6915586119} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6279 | 2024.08.22 02:20:41.736669 [ 3 ] {dcc57214-c215-42b8-bd2a-4f6915586119} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
6280 | 2024.08.22 02:20:41.737032 [ 3 ] {dcc57214-c215-42b8-bd2a-4f6915586119} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
6281 | 2024.08.22 02:20:41.737393 [ 3 ] {dcc57214-c215-42b8-bd2a-4f6915586119} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6282 | 2024.08.22 02:20:41.737524 [ 3 ] {dcc57214-c215-42b8-bd2a-4f6915586119} <Debug> executeQuery: Read 194 rows, 17.32 KiB in 0.001745 sec., 111174.78510028654 rows/sec., 9.69 MiB/sec. | ||
6283 | 2024.08.22 02:20:41.737698 [ 3 ] {dcc57214-c215-42b8-bd2a-4f6915586119} <Debug> DynamicQueryHandler: Done processing query | ||
6284 | 2024.08.22 02:20:41.737723 [ 3 ] {dcc57214-c215-42b8-bd2a-4f6915586119} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
6285 | 2024.08.22 02:20:41.737739 [ 3 ] {} <Debug> HTTP-Session: c9c35ebd-81be-4cba-adb5-3bb0336d0d6c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6286 | 2024.08.22 02:20:41.737887 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 616, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6287 | 2024.08.22 02:20:41.737937 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6288 | 2024.08.22 02:20:41.737958 [ 3 ] {} <Debug> HTTP-Session: 14e9091d-4e3f-4058-bc53-22a2a6d33342 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
6289 | 2024.08.22 02:20:41.737974 [ 3 ] {} <Debug> HTTP-Session: 14e9091d-4e3f-4058-bc53-22a2a6d33342 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6290 | 2024.08.22 02:20:41.737988 [ 3 ] {} <Debug> HTTP-Session: 14e9091d-4e3f-4058-bc53-22a2a6d33342 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6291 | 2024.08.22 02:20:41.738019 [ 3 ] {} <Trace> HTTP-Session: 14e9091d-4e3f-4058-bc53-22a2a6d33342 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6292 | 2024.08.22 02:20:41.738117 [ 3 ] {d1145a61-8c71-4c3d-83f0-ba0c64774539} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6293 | 2024.08.22 02:20:41.738166 [ 3 ] {d1145a61-8c71-4c3d-83f0-ba0c64774539} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6294 | 2024.08.22 02:20:41.738406 [ 3 ] {d1145a61-8c71-4c3d-83f0-ba0c64774539} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6295 | 2024.08.22 02:20:41.738719 [ 3 ] {d1145a61-8c71-4c3d-83f0-ba0c64774539} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6296 | 2024.08.22 02:20:41.738756 [ 3 ] {d1145a61-8c71-4c3d-83f0-ba0c64774539} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
6297 | 2024.08.22 02:20:41.739097 [ 3 ] {d1145a61-8c71-4c3d-83f0-ba0c64774539} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
6298 | 2024.08.22 02:20:41.739453 [ 3 ] {d1145a61-8c71-4c3d-83f0-ba0c64774539} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6299 | 2024.08.22 02:20:41.739598 [ 3 ] {d1145a61-8c71-4c3d-83f0-ba0c64774539} <Debug> executeQuery: Read 4 rows, 297.00 B in 0.001488 sec., 2688.172043010753 rows/sec., 194.92 KiB/sec. | ||
6300 | 2024.08.22 02:20:41.739938 [ 3 ] {d1145a61-8c71-4c3d-83f0-ba0c64774539} <Debug> DynamicQueryHandler: Done processing query | ||
6301 | 2024.08.22 02:20:41.739965 [ 3 ] {d1145a61-8c71-4c3d-83f0-ba0c64774539} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6302 | 2024.08.22 02:20:41.739981 [ 3 ] {} <Debug> HTTP-Session: 14e9091d-4e3f-4058-bc53-22a2a6d33342 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6303 | 2024.08.22 02:20:41.740105 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6304 | 2024.08.22 02:20:41.740152 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6305 | 2024.08.22 02:20:41.740171 [ 3 ] {} <Debug> HTTP-Session: 7f9502ef-2e6a-4776-8405-6e32d6568152 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
6306 | 2024.08.22 02:20:41.740188 [ 3 ] {} <Debug> HTTP-Session: 7f9502ef-2e6a-4776-8405-6e32d6568152 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6307 | 2024.08.22 02:20:41.740201 [ 3 ] {} <Debug> HTTP-Session: 7f9502ef-2e6a-4776-8405-6e32d6568152 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6308 | 2024.08.22 02:20:41.740232 [ 3 ] {} <Trace> HTTP-Session: 7f9502ef-2e6a-4776-8405-6e32d6568152 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6309 | 2024.08.22 02:20:41.740334 [ 3 ] {dde13593-8e17-438e-8b32-9cd4f3618a9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
6310 | 2024.08.22 02:20:41.740378 [ 3 ] {dde13593-8e17-438e-8b32-9cd4f3618a9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
6311 | 2024.08.22 02:20:41.740619 [ 3 ] {dde13593-8e17-438e-8b32-9cd4f3618a9d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6312 | 2024.08.22 02:20:41.740926 [ 3 ] {dde13593-8e17-438e-8b32-9cd4f3618a9d} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6313 | 2024.08.22 02:20:41.740961 [ 3 ] {dde13593-8e17-438e-8b32-9cd4f3618a9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
6314 | 2024.08.22 02:20:41.741318 [ 3 ] {dde13593-8e17-438e-8b32-9cd4f3618a9d} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
6315 | 2024.08.22 02:20:41.741672 [ 3 ] {dde13593-8e17-438e-8b32-9cd4f3618a9d} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6316 | 2024.08.22 02:20:41.741801 [ 3 ] {dde13593-8e17-438e-8b32-9cd4f3618a9d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001496 sec., 9358.288770053476 rows/sec., 655.39 KiB/sec. | ||
6317 | 2024.08.22 02:20:41.741967 [ 3 ] {dde13593-8e17-438e-8b32-9cd4f3618a9d} <Debug> DynamicQueryHandler: Done processing query | ||
6318 | 2024.08.22 02:20:41.741992 [ 3 ] {dde13593-8e17-438e-8b32-9cd4f3618a9d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6319 | 2024.08.22 02:20:41.742008 [ 3 ] {} <Debug> HTTP-Session: 7f9502ef-2e6a-4776-8405-6e32d6568152 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6320 | 2024.08.22 02:20:41.742121 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6321 | 2024.08.22 02:20:41.742169 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6322 | 2024.08.22 02:20:41.742188 [ 3 ] {} <Debug> HTTP-Session: 8356d86b-a34a-4499-b0a2-d5716fdd7765 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
6323 | 2024.08.22 02:20:41.742203 [ 3 ] {} <Debug> HTTP-Session: 8356d86b-a34a-4499-b0a2-d5716fdd7765 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6324 | 2024.08.22 02:20:41.742218 [ 3 ] {} <Debug> HTTP-Session: 8356d86b-a34a-4499-b0a2-d5716fdd7765 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6325 | 2024.08.22 02:20:41.742249 [ 3 ] {} <Trace> HTTP-Session: 8356d86b-a34a-4499-b0a2-d5716fdd7765 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6326 | 2024.08.22 02:20:41.742342 [ 3 ] {3155e621-4554-4800-89de-2fe76b35f640} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
6327 | 2024.08.22 02:20:41.742385 [ 3 ] {3155e621-4554-4800-89de-2fe76b35f640} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
6328 | 2024.08.22 02:20:41.742609 [ 3 ] {3155e621-4554-4800-89de-2fe76b35f640} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6329 | 2024.08.22 02:20:41.742910 [ 3 ] {3155e621-4554-4800-89de-2fe76b35f640} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6330 | 2024.08.22 02:20:41.742945 [ 3 ] {3155e621-4554-4800-89de-2fe76b35f640} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
6331 | 2024.08.22 02:20:41.743295 [ 3 ] {3155e621-4554-4800-89de-2fe76b35f640} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
6332 | 2024.08.22 02:20:41.743648 [ 3 ] {3155e621-4554-4800-89de-2fe76b35f640} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6333 | 2024.08.22 02:20:41.743773 [ 3 ] {3155e621-4554-4800-89de-2fe76b35f640} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001455 sec., 4123.711340206186 rows/sec., 243.64 KiB/sec. | ||
6334 | 2024.08.22 02:20:41.744053 [ 3 ] {3155e621-4554-4800-89de-2fe76b35f640} <Debug> DynamicQueryHandler: Done processing query | ||
6335 | 2024.08.22 02:20:41.744077 [ 3 ] {3155e621-4554-4800-89de-2fe76b35f640} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6336 | 2024.08.22 02:20:41.744093 [ 3 ] {} <Debug> HTTP-Session: 8356d86b-a34a-4499-b0a2-d5716fdd7765 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6337 | 2024.08.22 02:20:41.744276 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 62445, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6338 | 2024.08.22 02:20:41.744324 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6339 | 2024.08.22 02:20:41.744343 [ 3 ] {} <Debug> HTTP-Session: 0dffca75-83e4-4eea-9576-97a983657108 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
6340 | 2024.08.22 02:20:41.744359 [ 3 ] {} <Debug> HTTP-Session: 0dffca75-83e4-4eea-9576-97a983657108 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6341 | 2024.08.22 02:20:41.744373 [ 3 ] {} <Debug> HTTP-Session: 0dffca75-83e4-4eea-9576-97a983657108 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6342 | 2024.08.22 02:20:41.744403 [ 3 ] {} <Trace> HTTP-Session: 0dffca75-83e4-4eea-9576-97a983657108 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6343 | 2024.08.22 02:20:41.744597 [ 3 ] {2905e7ab-c64a-4789-bfa2-53c459a576ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6344 | 2024.08.22 02:20:41.744640 [ 3 ] {2905e7ab-c64a-4789-bfa2-53c459a576ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6345 | 2024.08.22 02:20:41.744878 [ 3 ] {2905e7ab-c64a-4789-bfa2-53c459a576ff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6346 | 2024.08.22 02:20:41.745411 [ 3 ] {2905e7ab-c64a-4789-bfa2-53c459a576ff} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6347 | 2024.08.22 02:20:41.745448 [ 3 ] {2905e7ab-c64a-4789-bfa2-53c459a576ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
6348 | 2024.08.22 02:20:41.745810 [ 3 ] {2905e7ab-c64a-4789-bfa2-53c459a576ff} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
6349 | 2024.08.22 02:20:41.746163 [ 3 ] {2905e7ab-c64a-4789-bfa2-53c459a576ff} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6350 | 2024.08.22 02:20:41.746289 [ 3 ] {2905e7ab-c64a-4789-bfa2-53c459a576ff} <Debug> executeQuery: Read 386 rows, 28.00 KiB in 0.001798 sec., 214682.98109010013 rows/sec., 15.21 MiB/sec. | ||
6351 | 2024.08.22 02:20:41.746459 [ 3 ] {2905e7ab-c64a-4789-bfa2-53c459a576ff} <Debug> DynamicQueryHandler: Done processing query | ||
6352 | 2024.08.22 02:20:41.746483 [ 3 ] {2905e7ab-c64a-4789-bfa2-53c459a576ff} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
6353 | 2024.08.22 02:20:41.746498 [ 3 ] {} <Debug> HTTP-Session: 0dffca75-83e4-4eea-9576-97a983657108 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6354 | 2024.08.22 02:20:41.746629 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6355 | 2024.08.22 02:20:41.746703 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6356 | 2024.08.22 02:20:41.746722 [ 3 ] {} <Debug> HTTP-Session: 9ce94f47-8c3f-4f4c-8758-ab7256b1af6a Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
6357 | 2024.08.22 02:20:41.746738 [ 3 ] {} <Debug> HTTP-Session: 9ce94f47-8c3f-4f4c-8758-ab7256b1af6a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6358 | 2024.08.22 02:20:41.746751 [ 3 ] {} <Debug> HTTP-Session: 9ce94f47-8c3f-4f4c-8758-ab7256b1af6a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6359 | 2024.08.22 02:20:41.746781 [ 3 ] {} <Trace> HTTP-Session: 9ce94f47-8c3f-4f4c-8758-ab7256b1af6a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6360 | 2024.08.22 02:20:41.746875 [ 3 ] {9d83edc5-a847-4c9f-a928-9ed083c27a6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
6361 | 2024.08.22 02:20:41.746919 [ 3 ] {9d83edc5-a847-4c9f-a928-9ed083c27a6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
6362 | 2024.08.22 02:20:41.747047 [ 3 ] {9d83edc5-a847-4c9f-a928-9ed083c27a6e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6363 | 2024.08.22 02:20:41.747312 [ 3 ] {9d83edc5-a847-4c9f-a928-9ed083c27a6e} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6364 | 2024.08.22 02:20:41.747348 [ 3 ] {9d83edc5-a847-4c9f-a928-9ed083c27a6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
6365 | 2024.08.22 02:20:41.747697 [ 3 ] {9d83edc5-a847-4c9f-a928-9ed083c27a6e} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
6366 | 2024.08.22 02:20:41.748039 [ 3 ] {9d83edc5-a847-4c9f-a928-9ed083c27a6e} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6367 | 2024.08.22 02:20:41.748158 [ 3 ] {9d83edc5-a847-4c9f-a928-9ed083c27a6e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001307 sec., 4590.665646518745 rows/sec., 239.84 KiB/sec. | ||
6368 | 2024.08.22 02:20:41.748476 [ 3 ] {9d83edc5-a847-4c9f-a928-9ed083c27a6e} <Debug> DynamicQueryHandler: Done processing query | ||
6369 | 2024.08.22 02:20:41.748500 [ 3 ] {9d83edc5-a847-4c9f-a928-9ed083c27a6e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
6370 | 2024.08.22 02:20:41.748516 [ 3 ] {} <Debug> HTTP-Session: 9ce94f47-8c3f-4f4c-8758-ab7256b1af6a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6371 | 2024.08.22 02:20:41.748697 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 44791, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6372 | 2024.08.22 02:20:41.748745 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6373 | 2024.08.22 02:20:41.748765 [ 3 ] {} <Debug> HTTP-Session: 74ea1ce5-f5e5-4ce1-94c5-3df43a3062a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
6374 | 2024.08.22 02:20:41.748781 [ 3 ] {} <Debug> HTTP-Session: 74ea1ce5-f5e5-4ce1-94c5-3df43a3062a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6375 | 2024.08.22 02:20:41.748794 [ 3 ] {} <Debug> HTTP-Session: 74ea1ce5-f5e5-4ce1-94c5-3df43a3062a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6376 | 2024.08.22 02:20:41.748824 [ 3 ] {} <Trace> HTTP-Session: 74ea1ce5-f5e5-4ce1-94c5-3df43a3062a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6377 | 2024.08.22 02:20:41.749009 [ 3 ] {f0c928a4-1abc-40b8-82a3-2cc73ff2756c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6378 | 2024.08.22 02:20:41.749056 [ 3 ] {f0c928a4-1abc-40b8-82a3-2cc73ff2756c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6379 | 2024.08.22 02:20:41.749227 [ 3 ] {f0c928a4-1abc-40b8-82a3-2cc73ff2756c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6380 | 2024.08.22 02:20:41.749646 [ 3 ] {f0c928a4-1abc-40b8-82a3-2cc73ff2756c} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6381 | 2024.08.22 02:20:41.749681 [ 3 ] {f0c928a4-1abc-40b8-82a3-2cc73ff2756c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
6382 | 2024.08.22 02:20:41.750056 [ 3 ] {f0c928a4-1abc-40b8-82a3-2cc73ff2756c} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
6383 | 2024.08.22 02:20:41.750388 [ 3 ] {f0c928a4-1abc-40b8-82a3-2cc73ff2756c} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6384 | 2024.08.22 02:20:41.750512 [ 3 ] {f0c928a4-1abc-40b8-82a3-2cc73ff2756c} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001604 sec., 148379.0523690773 rows/sec., 9.95 MiB/sec. | ||
6385 | 2024.08.22 02:20:41.750843 [ 3 ] {f0c928a4-1abc-40b8-82a3-2cc73ff2756c} <Debug> DynamicQueryHandler: Done processing query | ||
6386 | 2024.08.22 02:20:41.750868 [ 3 ] {f0c928a4-1abc-40b8-82a3-2cc73ff2756c} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
6387 | 2024.08.22 02:20:41.750884 [ 3 ] {} <Debug> HTTP-Session: 74ea1ce5-f5e5-4ce1-94c5-3df43a3062a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6388 | 2024.08.22 02:20:41.751003 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6389 | 2024.08.22 02:20:41.751052 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6390 | 2024.08.22 02:20:41.751071 [ 3 ] {} <Debug> HTTP-Session: 247074b6-2fb6-4537-86d7-efeaea6ea678 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
6391 | 2024.08.22 02:20:41.751086 [ 3 ] {} <Debug> HTTP-Session: 247074b6-2fb6-4537-86d7-efeaea6ea678 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6392 | 2024.08.22 02:20:41.751100 [ 3 ] {} <Debug> HTTP-Session: 247074b6-2fb6-4537-86d7-efeaea6ea678 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6393 | 2024.08.22 02:20:41.751130 [ 3 ] {} <Trace> HTTP-Session: 247074b6-2fb6-4537-86d7-efeaea6ea678 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6394 | 2024.08.22 02:20:41.751222 [ 3 ] {87655f80-bf77-4b19-8499-aa814b41a1de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
6395 | 2024.08.22 02:20:41.751272 [ 3 ] {87655f80-bf77-4b19-8499-aa814b41a1de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
6396 | 2024.08.22 02:20:41.751424 [ 3 ] {87655f80-bf77-4b19-8499-aa814b41a1de} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6397 | 2024.08.22 02:20:41.751689 [ 3 ] {87655f80-bf77-4b19-8499-aa814b41a1de} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6398 | 2024.08.22 02:20:41.751724 [ 3 ] {87655f80-bf77-4b19-8499-aa814b41a1de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
6399 | 2024.08.22 02:20:41.752075 [ 3 ] {87655f80-bf77-4b19-8499-aa814b41a1de} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
6400 | 2024.08.22 02:20:41.752395 [ 3 ] {87655f80-bf77-4b19-8499-aa814b41a1de} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6401 | 2024.08.22 02:20:41.752517 [ 3 ] {87655f80-bf77-4b19-8499-aa814b41a1de} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001318 sec., 758.7253414264037 rows/sec., 51.13 KiB/sec. | ||
6402 | 2024.08.22 02:20:41.752669 [ 3 ] {87655f80-bf77-4b19-8499-aa814b41a1de} <Debug> DynamicQueryHandler: Done processing query | ||
6403 | 2024.08.22 02:20:41.752693 [ 3 ] {87655f80-bf77-4b19-8499-aa814b41a1de} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
6404 | 2024.08.22 02:20:41.752708 [ 3 ] {} <Debug> HTTP-Session: 247074b6-2fb6-4537-86d7-efeaea6ea678 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6405 | 2024.08.22 02:20:41.752824 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 3204, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6406 | 2024.08.22 02:20:41.752871 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6407 | 2024.08.22 02:20:41.752890 [ 3 ] {} <Debug> HTTP-Session: 6b58c6d6-5457-46a1-8ccd-97e5572fb534 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
6408 | 2024.08.22 02:20:41.752906 [ 3 ] {} <Debug> HTTP-Session: 6b58c6d6-5457-46a1-8ccd-97e5572fb534 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6409 | 2024.08.22 02:20:41.752920 [ 3 ] {} <Debug> HTTP-Session: 6b58c6d6-5457-46a1-8ccd-97e5572fb534 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6410 | 2024.08.22 02:20:41.752951 [ 3 ] {} <Trace> HTTP-Session: 6b58c6d6-5457-46a1-8ccd-97e5572fb534 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6411 | 2024.08.22 02:20:41.753066 [ 3 ] {d56da7c1-46b3-4636-8c66-c9ef87d10e5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6412 | 2024.08.22 02:20:41.753127 [ 3 ] {d56da7c1-46b3-4636-8c66-c9ef87d10e5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
6413 | 2024.08.22 02:20:41.753534 [ 3 ] {d56da7c1-46b3-4636-8c66-c9ef87d10e5f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6414 | 2024.08.22 02:20:41.754053 [ 3 ] {d56da7c1-46b3-4636-8c66-c9ef87d10e5f} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6415 | 2024.08.22 02:20:41.754089 [ 3 ] {d56da7c1-46b3-4636-8c66-c9ef87d10e5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
6416 | 2024.08.22 02:20:41.754678 [ 3 ] {d56da7c1-46b3-4636-8c66-c9ef87d10e5f} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
6417 | 2024.08.22 02:20:41.755079 [ 3 ] {d56da7c1-46b3-4636-8c66-c9ef87d10e5f} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6418 | 2024.08.22 02:20:41.755261 [ 3 ] {d56da7c1-46b3-4636-8c66-c9ef87d10e5f} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.002232 sec., 896.0573476702509 rows/sec., 1.61 MiB/sec. | ||
6419 | 2024.08.22 02:20:41.755802 [ 3 ] {d56da7c1-46b3-4636-8c66-c9ef87d10e5f} <Debug> DynamicQueryHandler: Done processing query | ||
6420 | 2024.08.22 02:20:41.755827 [ 3 ] {d56da7c1-46b3-4636-8c66-c9ef87d10e5f} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
6421 | 2024.08.22 02:20:41.755843 [ 3 ] {} <Debug> HTTP-Session: 6b58c6d6-5457-46a1-8ccd-97e5572fb534 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6422 | 2024.08.22 02:20:41.755969 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 12133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6423 | 2024.08.22 02:20:41.756016 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6424 | 2024.08.22 02:20:41.756035 [ 3 ] {} <Debug> HTTP-Session: 9e6e9cb9-0a22-4aa8-83a8-204a7f2c73b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
6425 | 2024.08.22 02:20:41.756051 [ 3 ] {} <Debug> HTTP-Session: 9e6e9cb9-0a22-4aa8-83a8-204a7f2c73b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6426 | 2024.08.22 02:20:41.756064 [ 3 ] {} <Debug> HTTP-Session: 9e6e9cb9-0a22-4aa8-83a8-204a7f2c73b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6427 | 2024.08.22 02:20:41.756097 [ 3 ] {} <Trace> HTTP-Session: 9e6e9cb9-0a22-4aa8-83a8-204a7f2c73b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6428 | 2024.08.22 02:20:41.756223 [ 3 ] {4d79df16-6bee-4438-a3e6-5f41bbff7e6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6429 | 2024.08.22 02:20:41.756270 [ 3 ] {4d79df16-6bee-4438-a3e6-5f41bbff7e6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6430 | 2024.08.22 02:20:41.756419 [ 3 ] {4d79df16-6bee-4438-a3e6-5f41bbff7e6b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6431 | 2024.08.22 02:20:41.756751 [ 3 ] {4d79df16-6bee-4438-a3e6-5f41bbff7e6b} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6432 | 2024.08.22 02:20:41.756787 [ 3 ] {4d79df16-6bee-4438-a3e6-5f41bbff7e6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
6433 | 2024.08.22 02:20:41.757144 [ 3 ] {4d79df16-6bee-4438-a3e6-5f41bbff7e6b} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
6434 | 2024.08.22 02:20:41.757476 [ 3 ] {4d79df16-6bee-4438-a3e6-5f41bbff7e6b} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6435 | 2024.08.22 02:20:41.757633 [ 3 ] {4d79df16-6bee-4438-a3e6-5f41bbff7e6b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001452 sec., 56473.82920110193 rows/sec., 3.59 MiB/sec. | ||
6436 | 2024.08.22 02:20:41.757793 [ 3 ] {4d79df16-6bee-4438-a3e6-5f41bbff7e6b} <Debug> DynamicQueryHandler: Done processing query | ||
6437 | 2024.08.22 02:20:41.757817 [ 3 ] {4d79df16-6bee-4438-a3e6-5f41bbff7e6b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6438 | 2024.08.22 02:20:41.757832 [ 3 ] {} <Debug> HTTP-Session: 9e6e9cb9-0a22-4aa8-83a8-204a7f2c73b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6439 | 2024.08.22 02:20:45.124737 [ 121 ] {} <Debug> DNSResolver: Updating DNS cache | ||
6440 | 2024.08.22 02:20:45.124818 [ 121 ] {} <Debug> DNSResolver: Updated DNS cache | ||
6441 | 2024.08.22 02:20:46.760756 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 181567, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6442 | 2024.08.22 02:20:46.760941 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6443 | 2024.08.22 02:20:46.760967 [ 3 ] {} <Debug> HTTP-Session: 0cdeb1c8-b570-4d87-8f55-676a5e064310 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
6444 | 2024.08.22 02:20:46.760991 [ 3 ] {} <Debug> HTTP-Session: 0cdeb1c8-b570-4d87-8f55-676a5e064310 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6445 | 2024.08.22 02:20:46.761006 [ 3 ] {} <Debug> HTTP-Session: 0cdeb1c8-b570-4d87-8f55-676a5e064310 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6446 | 2024.08.22 02:20:46.761058 [ 3 ] {} <Trace> HTTP-Session: 0cdeb1c8-b570-4d87-8f55-676a5e064310 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6447 | 2024.08.22 02:20:46.761749 [ 3 ] {2b9e0d99-fd5d-4c2f-9021-dc70fffd7732} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6448 | 2024.08.22 02:20:46.761824 [ 3 ] {2b9e0d99-fd5d-4c2f-9021-dc70fffd7732} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6449 | 2024.08.22 02:20:46.762172 [ 3 ] {2b9e0d99-fd5d-4c2f-9021-dc70fffd7732} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6450 | 2024.08.22 02:20:46.763575 [ 3 ] {2b9e0d99-fd5d-4c2f-9021-dc70fffd7732} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6451 | 2024.08.22 02:20:46.763627 [ 3 ] {2b9e0d99-fd5d-4c2f-9021-dc70fffd7732} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
6452 | 2024.08.22 02:20:46.764213 [ 3 ] {2b9e0d99-fd5d-4c2f-9021-dc70fffd7732} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
6453 | 2024.08.22 02:20:46.764665 [ 3 ] {2b9e0d99-fd5d-4c2f-9021-dc70fffd7732} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6454 | 2024.08.22 02:20:46.764880 [ 3 ] {2b9e0d99-fd5d-4c2f-9021-dc70fffd7732} <Debug> executeQuery: Read 1252 rows, 105.75 KiB in 0.00364 sec., 343956.04395604396 rows/sec., 28.37 MiB/sec. | ||
6455 | 2024.08.22 02:20:46.764877 [ 119 ] {} <Debug> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
6456 | 2024.08.22 02:20:46.765002 [ 119 ] {} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6457 | 2024.08.22 02:20:46.765054 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
6458 | 2024.08.22 02:20:46.765188 [ 3 ] {2b9e0d99-fd5d-4c2f-9021-dc70fffd7732} <Debug> DynamicQueryHandler: Done processing query | ||
6459 | 2024.08.22 02:20:46.765195 [ 200 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::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 | ||
6460 | 2024.08.22 02:20:46.765220 [ 3 ] {2b9e0d99-fd5d-4c2f-9021-dc70fffd7732} <Debug> MemoryTracker: Peak memory usage (for query): 4.98 MiB. | ||
6461 | 2024.08.22 02:20:46.765251 [ 3 ] {} <Debug> HTTP-Session: 0cdeb1c8-b570-4d87-8f55-676a5e064310 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6462 | 2024.08.22 02:20:46.765352 [ 200 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6463 | 2024.08.22 02:20:46.765385 [ 200 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1398 rows starting from the beginning of the part | ||
6464 | 2024.08.22 02:20:46.765461 [ 200 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 113 rows starting from the beginning of the part | ||
6465 | 2024.08.22 02:20:46.765641 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 4068, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6466 | 2024.08.22 02:20:46.765796 [ 200 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 194 rows starting from the beginning of the part | ||
6467 | 2024.08.22 02:20:46.765816 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6468 | 2024.08.22 02:20:46.765858 [ 3 ] {} <Debug> HTTP-Session: 429fdd89-e1bb-48f8-b156-2c75546343a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
6469 | 2024.08.22 02:20:46.765924 [ 3 ] {} <Debug> HTTP-Session: 429fdd89-e1bb-48f8-b156-2c75546343a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6470 | 2024.08.22 02:20:46.766050 [ 3 ] {} <Debug> HTTP-Session: 429fdd89-e1bb-48f8-b156-2c75546343a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6471 | 2024.08.22 02:20:46.766081 [ 200 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 112 rows starting from the beginning of the part | ||
6472 | 2024.08.22 02:20:46.766238 [ 3 ] {} <Trace> HTTP-Session: 429fdd89-e1bb-48f8-b156-2c75546343a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6473 | 2024.08.22 02:20:46.766544 [ 200 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 194 rows starting from the beginning of the part | ||
6474 | 2024.08.22 02:20:46.766707 [ 3 ] {1be130a9-b045-48c4-9d77-c44c7ff6bfe9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6475 | 2024.08.22 02:20:46.766840 [ 200 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 1252 rows starting from the beginning of the part | ||
6476 | 2024.08.22 02:20:46.766880 [ 3 ] {1be130a9-b045-48c4-9d77-c44c7ff6bfe9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6477 | 2024.08.22 02:20:46.767731 [ 3 ] {1be130a9-b045-48c4-9d77-c44c7ff6bfe9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6478 | 2024.08.22 02:20:46.768360 [ 3 ] {1be130a9-b045-48c4-9d77-c44c7ff6bfe9} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6479 | 2024.08.22 02:20:46.768412 [ 3 ] {1be130a9-b045-48c4-9d77-c44c7ff6bfe9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
6480 | 2024.08.22 02:20:46.768900 [ 3 ] {1be130a9-b045-48c4-9d77-c44c7ff6bfe9} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
6481 | 2024.08.22 02:20:46.769399 [ 195 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3263 rows, containing 5 columns (5 merged, 0 gathered) in 0.004257407 sec., 766428.9554651458 rows/sec., 66.92 MiB/sec. | ||
6482 | 2024.08.22 02:20:46.769448 [ 3 ] {1be130a9-b045-48c4-9d77-c44c7ff6bfe9} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6483 | 2024.08.22 02:20:46.769697 [ 3 ] {1be130a9-b045-48c4-9d77-c44c7ff6bfe9} <Debug> executeQuery: Read 28 rows, 2.11 KiB in 0.003117 sec., 8982.996470965672 rows/sec., 675.48 KiB/sec. | ||
6484 | 2024.08.22 02:20:46.769784 [ 195 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
6485 | 2024.08.22 02:20:46.770034 [ 3 ] {1be130a9-b045-48c4-9d77-c44c7ff6bfe9} <Debug> DynamicQueryHandler: Done processing query | ||
6486 | 2024.08.22 02:20:46.770091 [ 3 ] {1be130a9-b045-48c4-9d77-c44c7ff6bfe9} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6487 | 2024.08.22 02:20:46.770125 [ 3 ] {} <Debug> HTTP-Session: 429fdd89-e1bb-48f8-b156-2c75546343a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6488 | 2024.08.22 02:20:46.770429 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 30489, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6489 | 2024.08.22 02:20:46.770508 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6490 | 2024.08.22 02:20:46.770552 [ 3 ] {} <Debug> HTTP-Session: dee7f75a-ae52-4af9-a98a-782a986a0655 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
6491 | 2024.08.22 02:20:46.770566 [ 195 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_31_6} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6492 | 2024.08.22 02:20:46.770582 [ 3 ] {} <Debug> HTTP-Session: dee7f75a-ae52-4af9-a98a-782a986a0655 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6493 | 2024.08.22 02:20:46.770635 [ 3 ] {} <Debug> HTTP-Session: dee7f75a-ae52-4af9-a98a-782a986a0655 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6494 | 2024.08.22 02:20:46.770710 [ 3 ] {} <Trace> HTTP-Session: dee7f75a-ae52-4af9-a98a-782a986a0655 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6495 | 2024.08.22 02:20:46.770760 [ 195 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_31_6} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
6496 | 2024.08.22 02:20:46.770942 [ 3 ] {3f4aae2f-2e0b-4535-916c-b8b6fa4a47bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
6497 | 2024.08.22 02:20:46.770952 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB. | ||
6498 | 2024.08.22 02:20:46.771015 [ 3 ] {3f4aae2f-2e0b-4535-916c-b8b6fa4a47bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
6499 | 2024.08.22 02:20:46.771276 [ 3 ] {3f4aae2f-2e0b-4535-916c-b8b6fa4a47bf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6500 | 2024.08.22 02:20:46.771744 [ 3 ] {3f4aae2f-2e0b-4535-916c-b8b6fa4a47bf} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6501 | 2024.08.22 02:20:46.771783 [ 3 ] {3f4aae2f-2e0b-4535-916c-b8b6fa4a47bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
6502 | 2024.08.22 02:20:46.772160 [ 3 ] {3f4aae2f-2e0b-4535-916c-b8b6fa4a47bf} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
6503 | 2024.08.22 02:20:46.772524 [ 3 ] {3f4aae2f-2e0b-4535-916c-b8b6fa4a47bf} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6504 | 2024.08.22 02:20:46.772677 [ 3 ] {3f4aae2f-2e0b-4535-916c-b8b6fa4a47bf} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001853 sec., 123043.71289800323 rows/sec., 8.33 MiB/sec. | ||
6505 | 2024.08.22 02:20:46.772873 [ 3 ] {3f4aae2f-2e0b-4535-916c-b8b6fa4a47bf} <Debug> DynamicQueryHandler: Done processing query | ||
6506 | 2024.08.22 02:20:46.772908 [ 3 ] {3f4aae2f-2e0b-4535-916c-b8b6fa4a47bf} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
6507 | 2024.08.22 02:20:46.772929 [ 3 ] {} <Debug> HTTP-Session: dee7f75a-ae52-4af9-a98a-782a986a0655 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6508 | 2024.08.22 02:20:46.773173 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 90635, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6509 | 2024.08.22 02:20:46.773234 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6510 | 2024.08.22 02:20:46.773253 [ 3 ] {} <Debug> HTTP-Session: 4565b395-5ce9-49fb-b96d-5842d001d5ae Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
6511 | 2024.08.22 02:20:46.773270 [ 3 ] {} <Debug> HTTP-Session: 4565b395-5ce9-49fb-b96d-5842d001d5ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6512 | 2024.08.22 02:20:46.773285 [ 3 ] {} <Debug> HTTP-Session: 4565b395-5ce9-49fb-b96d-5842d001d5ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6513 | 2024.08.22 02:20:46.773319 [ 3 ] {} <Trace> HTTP-Session: 4565b395-5ce9-49fb-b96d-5842d001d5ae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6514 | 2024.08.22 02:20:46.773590 [ 3 ] {0fe052ab-1780-4994-972d-bd7763f2702a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6515 | 2024.08.22 02:20:46.773637 [ 3 ] {0fe052ab-1780-4994-972d-bd7763f2702a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6516 | 2024.08.22 02:20:46.773869 [ 3 ] {0fe052ab-1780-4994-972d-bd7763f2702a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6517 | 2024.08.22 02:20:46.774538 [ 3 ] {0fe052ab-1780-4994-972d-bd7763f2702a} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6518 | 2024.08.22 02:20:46.774577 [ 3 ] {0fe052ab-1780-4994-972d-bd7763f2702a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
6519 | 2024.08.22 02:20:46.774963 [ 3 ] {0fe052ab-1780-4994-972d-bd7763f2702a} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
6520 | 2024.08.22 02:20:46.775342 [ 3 ] {0fe052ab-1780-4994-972d-bd7763f2702a} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6521 | 2024.08.22 02:20:46.775500 [ 3 ] {0fe052ab-1780-4994-972d-bd7763f2702a} <Debug> executeQuery: Read 548 rows, 41.65 KiB in 0.002069 sec., 264862.2522957951 rows/sec., 19.66 MiB/sec. | ||
6522 | 2024.08.22 02:20:46.775514 [ 119 ] {} <Debug> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
6523 | 2024.08.22 02:20:46.775597 [ 119 ] {} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6524 | 2024.08.22 02:20:46.775648 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
6525 | 2024.08.22 02:20:46.775803 [ 3 ] {0fe052ab-1780-4994-972d-bd7763f2702a} <Debug> DynamicQueryHandler: Done processing query | ||
6526 | 2024.08.22 02:20:46.775833 [ 187 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::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 | ||
6527 | 2024.08.22 02:20:46.775847 [ 3 ] {0fe052ab-1780-4994-972d-bd7763f2702a} <Debug> MemoryTracker: Peak memory usage (for query): 4.57 MiB. | ||
6528 | 2024.08.22 02:20:46.775905 [ 3 ] {} <Debug> HTTP-Session: 4565b395-5ce9-49fb-b96d-5842d001d5ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6529 | 2024.08.22 02:20:46.776034 [ 187 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6530 | 2024.08.22 02:20:46.776074 [ 187 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 902 rows starting from the beginning of the part | ||
6531 | 2024.08.22 02:20:46.776193 [ 187 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 94 rows starting from the beginning of the part | ||
6532 | 2024.08.22 02:20:46.776444 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 160301, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6533 | 2024.08.22 02:20:46.776463 [ 187 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 386 rows starting from the beginning of the part | ||
6534 | 2024.08.22 02:20:46.776567 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6535 | 2024.08.22 02:20:46.776665 [ 3 ] {} <Debug> HTTP-Session: b5b71ba5-75fa-4c0a-bc04-6e235b07de6e Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
6536 | 2024.08.22 02:20:46.776754 [ 3 ] {} <Debug> HTTP-Session: b5b71ba5-75fa-4c0a-bc04-6e235b07de6e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6537 | 2024.08.22 02:20:46.776781 [ 187 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 92 rows starting from the beginning of the part | ||
6538 | 2024.08.22 02:20:46.776803 [ 3 ] {} <Debug> HTTP-Session: b5b71ba5-75fa-4c0a-bc04-6e235b07de6e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6539 | 2024.08.22 02:20:46.776935 [ 3 ] {} <Trace> HTTP-Session: b5b71ba5-75fa-4c0a-bc04-6e235b07de6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6540 | 2024.08.22 02:20:46.777065 [ 187 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 386 rows starting from the beginning of the part | ||
6541 | 2024.08.22 02:20:46.777285 [ 187 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 548 rows starting from the beginning of the part | ||
6542 | 2024.08.22 02:20:46.777834 [ 3 ] {d737e9c8-d5ed-41e3-aa27-3a7cabe5f771} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6543 | 2024.08.22 02:20:46.777931 [ 3 ] {d737e9c8-d5ed-41e3-aa27-3a7cabe5f771} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6544 | 2024.08.22 02:20:46.778535 [ 3 ] {d737e9c8-d5ed-41e3-aa27-3a7cabe5f771} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6545 | 2024.08.22 02:20:46.779925 [ 187 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2408 rows, containing 5 columns (5 merged, 0 gathered) in 0.004192058 sec., 574419.5333175256 rows/sec., 44.04 MiB/sec. | ||
6546 | 2024.08.22 02:20:46.780064 [ 3 ] {d737e9c8-d5ed-41e3-aa27-3a7cabe5f771} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6547 | 2024.08.22 02:20:46.780111 [ 3 ] {d737e9c8-d5ed-41e3-aa27-3a7cabe5f771} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
6548 | 2024.08.22 02:20:46.780144 [ 200 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
6549 | 2024.08.22 02:20:46.780783 [ 200 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_31_6} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6550 | 2024.08.22 02:20:46.780848 [ 3 ] {d737e9c8-d5ed-41e3-aa27-3a7cabe5f771} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
6551 | 2024.08.22 02:20:46.780888 [ 200 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_31_6} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
6552 | 2024.08.22 02:20:46.781003 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
6553 | 2024.08.22 02:20:46.781301 [ 3 ] {d737e9c8-d5ed-41e3-aa27-3a7cabe5f771} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6554 | 2024.08.22 02:20:46.781514 [ 119 ] {} <Debug> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
6555 | 2024.08.22 02:20:46.781515 [ 3 ] {d737e9c8-d5ed-41e3-aa27-3a7cabe5f771} <Debug> executeQuery: Read 844 rows, 58.17 KiB in 0.00431 sec., 195823.66589327148 rows/sec., 13.18 MiB/sec. | ||
6556 | 2024.08.22 02:20:46.781566 [ 119 ] {} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6557 | 2024.08.22 02:20:46.781638 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
6558 | 2024.08.22 02:20:46.781966 [ 3 ] {d737e9c8-d5ed-41e3-aa27-3a7cabe5f771} <Debug> DynamicQueryHandler: Done processing query | ||
6559 | 2024.08.22 02:20:46.781968 [ 192 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::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 | ||
6560 | 2024.08.22 02:20:46.782042 [ 3 ] {d737e9c8-d5ed-41e3-aa27-3a7cabe5f771} <Debug> MemoryTracker: Peak memory usage (for query): 4.66 MiB. | ||
6561 | 2024.08.22 02:20:46.782124 [ 3 ] {} <Debug> HTTP-Session: b5b71ba5-75fa-4c0a-bc04-6e235b07de6e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6562 | 2024.08.22 02:20:46.782604 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 45111, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6563 | 2024.08.22 02:20:46.782631 [ 192 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6564 | 2024.08.22 02:20:46.782671 [ 192 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 8603 rows starting from the beginning of the part | ||
6565 | 2024.08.22 02:20:46.782688 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6566 | 2024.08.22 02:20:46.782716 [ 3 ] {} <Debug> HTTP-Session: 7c2c1a48-1151-466d-89f5-ec39d62ffa56 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
6567 | 2024.08.22 02:20:46.782767 [ 3 ] {} <Debug> HTTP-Session: 7c2c1a48-1151-466d-89f5-ec39d62ffa56 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6568 | 2024.08.22 02:20:46.782848 [ 3 ] {} <Debug> HTTP-Session: 7c2c1a48-1151-466d-89f5-ec39d62ffa56 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6569 | 2024.08.22 02:20:46.782858 [ 192 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 161 rows starting from the beginning of the part | ||
6570 | 2024.08.22 02:20:46.782969 [ 3 ] {} <Trace> HTTP-Session: 7c2c1a48-1151-466d-89f5-ec39d62ffa56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6571 | 2024.08.22 02:20:46.783223 [ 192 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 238 rows starting from the beginning of the part | ||
6572 | 2024.08.22 02:20:46.783482 [ 192 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::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 | ||
6573 | 2024.08.22 02:20:46.783703 [ 192 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 238 rows starting from the beginning of the part | ||
6574 | 2024.08.22 02:20:46.783919 [ 3 ] {ed415a0b-7871-42ae-b180-ea1cd5b50b89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6575 | 2024.08.22 02:20:46.784040 [ 192 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 844 rows starting from the beginning of the part | ||
6576 | 2024.08.22 02:20:46.784285 [ 3 ] {ed415a0b-7871-42ae-b180-ea1cd5b50b89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
6577 | 2024.08.22 02:20:46.785212 [ 3 ] {ed415a0b-7871-42ae-b180-ea1cd5b50b89} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6578 | 2024.08.22 02:20:46.786455 [ 3 ] {ed415a0b-7871-42ae-b180-ea1cd5b50b89} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6579 | 2024.08.22 02:20:46.786499 [ 3 ] {ed415a0b-7871-42ae-b180-ea1cd5b50b89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
6580 | 2024.08.22 02:20:46.787649 [ 3 ] {ed415a0b-7871-42ae-b180-ea1cd5b50b89} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
6581 | 2024.08.22 02:20:46.788143 [ 3 ] {ed415a0b-7871-42ae-b180-ea1cd5b50b89} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6582 | 2024.08.22 02:20:46.788373 [ 3 ] {ed415a0b-7871-42ae-b180-ea1cd5b50b89} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.005108 sec., 5481.5974941268605 rows/sec., 9.82 MiB/sec. | ||
6583 | 2024.08.22 02:20:46.789073 [ 3 ] {ed415a0b-7871-42ae-b180-ea1cd5b50b89} <Debug> DynamicQueryHandler: Done processing query | ||
6584 | 2024.08.22 02:20:46.789112 [ 3 ] {ed415a0b-7871-42ae-b180-ea1cd5b50b89} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
6585 | 2024.08.22 02:20:46.789132 [ 3 ] {} <Debug> HTTP-Session: 7c2c1a48-1151-466d-89f5-ec39d62ffa56 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6586 | 2024.08.22 02:20:46.789298 [ 192 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10244 rows, containing 5 columns (5 merged, 0 gathered) in 0.007537262 sec., 1359114.2247675615 rows/sec., 91.88 MiB/sec. | ||
6587 | 2024.08.22 02:20:46.789302 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6588 | 2024.08.22 02:20:46.789372 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6589 | 2024.08.22 02:20:46.789395 [ 3 ] {} <Debug> HTTP-Session: dd60a37d-3d22-46e9-82a7-8c10c7670061 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
6590 | 2024.08.22 02:20:46.789413 [ 3 ] {} <Debug> HTTP-Session: dd60a37d-3d22-46e9-82a7-8c10c7670061 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6591 | 2024.08.22 02:20:46.789427 [ 3 ] {} <Debug> HTTP-Session: dd60a37d-3d22-46e9-82a7-8c10c7670061 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6592 | 2024.08.22 02:20:46.789466 [ 3 ] {} <Trace> HTTP-Session: dd60a37d-3d22-46e9-82a7-8c10c7670061 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6593 | 2024.08.22 02:20:46.789521 [ 192 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
6594 | 2024.08.22 02:20:46.789613 [ 3 ] {9951843a-74a8-4b0f-b4bf-d7d5fed24210} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6595 | 2024.08.22 02:20:46.789671 [ 3 ] {9951843a-74a8-4b0f-b4bf-d7d5fed24210} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6596 | 2024.08.22 02:20:46.790034 [ 3 ] {9951843a-74a8-4b0f-b4bf-d7d5fed24210} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6597 | 2024.08.22 02:20:46.790213 [ 192 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6598 | 2024.08.22 02:20:46.790331 [ 192 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
6599 | 2024.08.22 02:20:46.790441 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.27 MiB. | ||
6600 | 2024.08.22 02:20:46.790464 [ 3 ] {9951843a-74a8-4b0f-b4bf-d7d5fed24210} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6601 | 2024.08.22 02:20:46.790510 [ 3 ] {9951843a-74a8-4b0f-b4bf-d7d5fed24210} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
6602 | 2024.08.22 02:20:46.790886 [ 3 ] {9951843a-74a8-4b0f-b4bf-d7d5fed24210} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
6603 | 2024.08.22 02:20:46.791217 [ 3 ] {9951843a-74a8-4b0f-b4bf-d7d5fed24210} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6604 | 2024.08.22 02:20:46.791378 [ 119 ] {} <Debug> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
6605 | 2024.08.22 02:20:46.791380 [ 3 ] {9951843a-74a8-4b0f-b4bf-d7d5fed24210} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001821 sec., 32948.929159802305 rows/sec., 2.22 MiB/sec. | ||
6606 | 2024.08.22 02:20:46.791439 [ 119 ] {} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6607 | 2024.08.22 02:20:46.791508 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
6608 | 2024.08.22 02:20:46.791682 [ 200 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::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 | ||
6609 | 2024.08.22 02:20:46.791694 [ 3 ] {9951843a-74a8-4b0f-b4bf-d7d5fed24210} <Debug> DynamicQueryHandler: Done processing query | ||
6610 | 2024.08.22 02:20:46.791730 [ 3 ] {9951843a-74a8-4b0f-b4bf-d7d5fed24210} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6611 | 2024.08.22 02:20:46.791756 [ 3 ] {} <Debug> HTTP-Session: dd60a37d-3d22-46e9-82a7-8c10c7670061 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6612 | 2024.08.22 02:20:46.791839 [ 200 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6613 | 2024.08.22 02:20:46.791872 [ 200 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1662 rows starting from the beginning of the part | ||
6614 | 2024.08.22 02:20:46.791962 [ 200 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::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 | ||
6615 | 2024.08.22 02:20:46.792162 [ 200 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 82 rows starting from the beginning of the part | ||
6616 | 2024.08.22 02:20:46.792348 [ 200 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::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 | ||
6617 | 2024.08.22 02:20:46.792484 [ 200 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 82 rows starting from the beginning of the part | ||
6618 | 2024.08.22 02:20:46.792677 [ 200 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 60 rows starting from the beginning of the part | ||
6619 | 2024.08.22 02:20:46.793994 [ 198 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2006 rows, containing 4 columns (4 merged, 0 gathered) in 0.00235861 sec., 850500.9306328727 rows/sec., 55.75 MiB/sec. | ||
6620 | 2024.08.22 02:20:46.794207 [ 200 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
6621 | 2024.08.22 02:20:46.794585 [ 200 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_31_6} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6622 | 2024.08.22 02:20:46.794667 [ 200 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_31_6} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
6623 | 2024.08.22 02:20:46.794735 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
6624 | 2024.08.22 02:20:47.000151 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 188.04 MiB, peak 198.65 MiB, free memory in arenas 0.00 B, will set to 189.38 MiB (RSS), difference: 1.35 MiB | ||
6625 | 2024.08.22 02:20:51.732611 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 28974, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6626 | 2024.08.22 02:20:51.732748 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6627 | 2024.08.22 02:20:51.732795 [ 3 ] {} <Debug> HTTP-Session: e23a29d1-b691-4451-970f-1db4fe68970a Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
6628 | 2024.08.22 02:20:51.732837 [ 3 ] {} <Debug> HTTP-Session: e23a29d1-b691-4451-970f-1db4fe68970a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6629 | 2024.08.22 02:20:51.732866 [ 3 ] {} <Debug> HTTP-Session: e23a29d1-b691-4451-970f-1db4fe68970a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6630 | 2024.08.22 02:20:51.732948 [ 3 ] {} <Trace> HTTP-Session: e23a29d1-b691-4451-970f-1db4fe68970a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6631 | 2024.08.22 02:20:51.733317 [ 3 ] {76bc5052-ff59-4f1e-a603-99f11ebf9872} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6632 | 2024.08.22 02:20:51.733466 [ 3 ] {76bc5052-ff59-4f1e-a603-99f11ebf9872} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6633 | 2024.08.22 02:20:51.733967 [ 3 ] {76bc5052-ff59-4f1e-a603-99f11ebf9872} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6634 | 2024.08.22 02:20:51.734560 [ 3 ] {76bc5052-ff59-4f1e-a603-99f11ebf9872} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6635 | 2024.08.22 02:20:51.734603 [ 3 ] {76bc5052-ff59-4f1e-a603-99f11ebf9872} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
6636 | 2024.08.22 02:20:51.735070 [ 3 ] {76bc5052-ff59-4f1e-a603-99f11ebf9872} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
6637 | 2024.08.22 02:20:51.735462 [ 3 ] {76bc5052-ff59-4f1e-a603-99f11ebf9872} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6638 | 2024.08.22 02:20:51.735638 [ 3 ] {76bc5052-ff59-4f1e-a603-99f11ebf9872} <Debug> executeQuery: Read 193 rows, 17.24 KiB in 0.002485 sec., 77665.99597585514 rows/sec., 6.78 MiB/sec. | ||
6639 | 2024.08.22 02:20:51.735844 [ 3 ] {76bc5052-ff59-4f1e-a603-99f11ebf9872} <Debug> DynamicQueryHandler: Done processing query | ||
6640 | 2024.08.22 02:20:51.735870 [ 3 ] {76bc5052-ff59-4f1e-a603-99f11ebf9872} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
6641 | 2024.08.22 02:20:51.735886 [ 3 ] {} <Debug> HTTP-Session: e23a29d1-b691-4451-970f-1db4fe68970a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6642 | 2024.08.22 02:20:51.736018 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6643 | 2024.08.22 02:20:51.736068 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6644 | 2024.08.22 02:20:51.736087 [ 3 ] {} <Debug> HTTP-Session: 3557a9f1-5957-4c53-a92d-0eca5d92d4f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
6645 | 2024.08.22 02:20:51.736103 [ 3 ] {} <Debug> HTTP-Session: 3557a9f1-5957-4c53-a92d-0eca5d92d4f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6646 | 2024.08.22 02:20:51.736117 [ 3 ] {} <Debug> HTTP-Session: 3557a9f1-5957-4c53-a92d-0eca5d92d4f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6647 | 2024.08.22 02:20:51.736149 [ 3 ] {} <Trace> HTTP-Session: 3557a9f1-5957-4c53-a92d-0eca5d92d4f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6648 | 2024.08.22 02:20:51.736243 [ 3 ] {c40729b4-38ff-43e8-b762-5a457a9430ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6649 | 2024.08.22 02:20:51.736288 [ 3 ] {c40729b4-38ff-43e8-b762-5a457a9430ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6650 | 2024.08.22 02:20:51.736530 [ 3 ] {c40729b4-38ff-43e8-b762-5a457a9430ea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6651 | 2024.08.22 02:20:51.736851 [ 3 ] {c40729b4-38ff-43e8-b762-5a457a9430ea} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6652 | 2024.08.22 02:20:51.736888 [ 3 ] {c40729b4-38ff-43e8-b762-5a457a9430ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
6653 | 2024.08.22 02:20:51.737229 [ 3 ] {c40729b4-38ff-43e8-b762-5a457a9430ea} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
6654 | 2024.08.22 02:20:51.737585 [ 3 ] {c40729b4-38ff-43e8-b762-5a457a9430ea} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6655 | 2024.08.22 02:20:51.737754 [ 3 ] {c40729b4-38ff-43e8-b762-5a457a9430ea} <Debug> executeQuery: Read 2 rows, 154.00 B in 0.00153 sec., 1307.1895424836603 rows/sec., 98.29 KiB/sec. | ||
6656 | 2024.08.22 02:20:51.737752 [ 113 ] {} <Debug> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0 | ||
6657 | 2024.08.22 02:20:51.737877 [ 113 ] {} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6658 | 2024.08.22 02:20:51.737916 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
6659 | 2024.08.22 02:20:51.738000 [ 3 ] {c40729b4-38ff-43e8-b762-5a457a9430ea} <Debug> DynamicQueryHandler: Done processing query | ||
6660 | 2024.08.22 02:20:51.738038 [ 3 ] {c40729b4-38ff-43e8-b762-5a457a9430ea} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6661 | 2024.08.22 02:20:51.738059 [ 3 ] {} <Debug> HTTP-Session: 3557a9f1-5957-4c53-a92d-0eca5d92d4f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6662 | 2024.08.22 02:20:51.738065 [ 192 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_25_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_20_4 to all_25_25_0 into Compact with storage Full | ||
6663 | 2024.08.22 02:20:51.738191 [ 192 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_25_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6664 | 2024.08.22 02:20:51.738223 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6665 | 2024.08.22 02:20:51.738233 [ 192 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 46 rows starting from the beginning of the part | ||
6666 | 2024.08.22 02:20:51.738280 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6667 | 2024.08.22 02:20:51.738330 [ 3 ] {} <Debug> HTTP-Session: 0d58c8ee-4305-40c8-82fd-d5d8cb1d3519 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
6668 | 2024.08.22 02:20:51.738405 [ 192 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 4 rows starting from the beginning of the part | ||
6669 | 2024.08.22 02:20:51.738420 [ 3 ] {} <Debug> HTTP-Session: 0d58c8ee-4305-40c8-82fd-d5d8cb1d3519 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6670 | 2024.08.22 02:20:51.738477 [ 3 ] {} <Debug> HTTP-Session: 0d58c8ee-4305-40c8-82fd-d5d8cb1d3519 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6671 | 2024.08.22 02:20:51.738656 [ 3 ] {} <Trace> HTTP-Session: 0d58c8ee-4305-40c8-82fd-d5d8cb1d3519 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6672 | 2024.08.22 02:20:51.738742 [ 192 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 28 rows starting from the beginning of the part | ||
6673 | 2024.08.22 02:20:51.739024 [ 3 ] {bb32c1b7-3903-40f9-bb8d-b410ac6bcd68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
6674 | 2024.08.22 02:20:51.739059 [ 192 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 4 rows starting from the beginning of the part | ||
6675 | 2024.08.22 02:20:51.739164 [ 3 ] {bb32c1b7-3903-40f9-bb8d-b410ac6bcd68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
6676 | 2024.08.22 02:20:51.739358 [ 192 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 28 rows starting from the beginning of the part | ||
6677 | 2024.08.22 02:20:51.739715 [ 192 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 2 rows starting from the beginning of the part | ||
6678 | 2024.08.22 02:20:51.740291 [ 3 ] {bb32c1b7-3903-40f9-bb8d-b410ac6bcd68} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6679 | 2024.08.22 02:20:51.740816 [ 3 ] {bb32c1b7-3903-40f9-bb8d-b410ac6bcd68} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6680 | 2024.08.22 02:20:51.740861 [ 3 ] {bb32c1b7-3903-40f9-bb8d-b410ac6bcd68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
6681 | 2024.08.22 02:20:51.741449 [ 3 ] {bb32c1b7-3903-40f9-bb8d-b410ac6bcd68} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
6682 | 2024.08.22 02:20:51.741516 [ 194 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_25_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 112 rows, containing 5 columns (5 merged, 0 gathered) in 0.003507395 sec., 31932.53112352615 rows/sec., 2.44 MiB/sec. | ||
6683 | 2024.08.22 02:20:51.741835 [ 194 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_25_5} <Trace> MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) | ||
6684 | 2024.08.22 02:20:51.742145 [ 3 ] {bb32c1b7-3903-40f9-bb8d-b410ac6bcd68} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6685 | 2024.08.22 02:20:51.742731 [ 3 ] {bb32c1b7-3903-40f9-bb8d-b410ac6bcd68} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.003848 sec., 3638.253638253638 rows/sec., 254.80 KiB/sec. | ||
6686 | 2024.08.22 02:20:51.743318 [ 3 ] {bb32c1b7-3903-40f9-bb8d-b410ac6bcd68} <Debug> DynamicQueryHandler: Done processing query | ||
6687 | 2024.08.22 02:20:51.743316 [ 194 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_25_5} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6688 | 2024.08.22 02:20:51.743370 [ 3 ] {bb32c1b7-3903-40f9-bb8d-b410ac6bcd68} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6689 | 2024.08.22 02:20:51.743411 [ 3 ] {} <Debug> HTTP-Session: 0d58c8ee-4305-40c8-82fd-d5d8cb1d3519 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6690 | 2024.08.22 02:20:51.743536 [ 194 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_25_5} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5 | ||
6691 | 2024.08.22 02:20:51.743571 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6692 | 2024.08.22 02:20:51.743682 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6693 | 2024.08.22 02:20:51.743717 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
6694 | 2024.08.22 02:20:51.743726 [ 3 ] {} <Debug> HTTP-Session: 610c6c01-53c9-46b6-b768-905bc5d9bda7 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
6695 | 2024.08.22 02:20:51.743774 [ 3 ] {} <Debug> HTTP-Session: 610c6c01-53c9-46b6-b768-905bc5d9bda7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6696 | 2024.08.22 02:20:51.743789 [ 3 ] {} <Debug> HTTP-Session: 610c6c01-53c9-46b6-b768-905bc5d9bda7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6697 | 2024.08.22 02:20:51.743823 [ 3 ] {} <Trace> HTTP-Session: 610c6c01-53c9-46b6-b768-905bc5d9bda7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6698 | 2024.08.22 02:20:51.743925 [ 3 ] {3076e573-6b80-49cd-83f1-dabd48d84702} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
6699 | 2024.08.22 02:20:51.743968 [ 3 ] {3076e573-6b80-49cd-83f1-dabd48d84702} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
6700 | 2024.08.22 02:20:51.744215 [ 3 ] {3076e573-6b80-49cd-83f1-dabd48d84702} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6701 | 2024.08.22 02:20:51.744522 [ 3 ] {3076e573-6b80-49cd-83f1-dabd48d84702} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6702 | 2024.08.22 02:20:51.744558 [ 3 ] {3076e573-6b80-49cd-83f1-dabd48d84702} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
6703 | 2024.08.22 02:20:51.744904 [ 3 ] {3076e573-6b80-49cd-83f1-dabd48d84702} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
6704 | 2024.08.22 02:20:51.745273 [ 3 ] {3076e573-6b80-49cd-83f1-dabd48d84702} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6705 | 2024.08.22 02:20:51.745408 [ 3 ] {3076e573-6b80-49cd-83f1-dabd48d84702} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001509 sec., 3976.1431411530816 rows/sec., 234.92 KiB/sec. | ||
6706 | 2024.08.22 02:20:51.745414 [ 112 ] {} <Debug> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
6707 | 2024.08.22 02:20:51.745469 [ 112 ] {} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6708 | 2024.08.22 02:20:51.745498 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
6709 | 2024.08.22 02:20:51.745624 [ 3 ] {3076e573-6b80-49cd-83f1-dabd48d84702} <Debug> DynamicQueryHandler: Done processing query | ||
6710 | 2024.08.22 02:20:51.745664 [ 3 ] {3076e573-6b80-49cd-83f1-dabd48d84702} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6711 | 2024.08.22 02:20:51.745667 [ 199 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_13_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_9_2 to all_13_13_0 into Compact with storage Full | ||
6712 | 2024.08.22 02:20:51.745684 [ 3 ] {} <Debug> HTTP-Session: 610c6c01-53c9-46b6-b768-905bc5d9bda7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6713 | 2024.08.22 02:20:51.745881 [ 199 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6714 | 2024.08.22 02:20:51.745938 [ 199 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 6 rows starting from the beginning of the part | ||
6715 | 2024.08.22 02:20:51.745965 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 62104, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6716 | 2024.08.22 02:20:51.746082 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6717 | 2024.08.22 02:20:51.746178 [ 3 ] {} <Debug> HTTP-Session: 7fe53901-9d9f-49ed-9f3b-551babb71aeb Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
6718 | 2024.08.22 02:20:51.746214 [ 199 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part | ||
6719 | 2024.08.22 02:20:51.746243 [ 3 ] {} <Debug> HTTP-Session: 7fe53901-9d9f-49ed-9f3b-551babb71aeb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6720 | 2024.08.22 02:20:51.746308 [ 3 ] {} <Debug> HTTP-Session: 7fe53901-9d9f-49ed-9f3b-551babb71aeb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6721 | 2024.08.22 02:20:51.746455 [ 3 ] {} <Trace> HTTP-Session: 7fe53901-9d9f-49ed-9f3b-551babb71aeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6722 | 2024.08.22 02:20:51.746554 [ 199 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 6 rows starting from the beginning of the part | ||
6723 | 2024.08.22 02:20:51.746845 [ 199 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part | ||
6724 | 2024.08.22 02:20:51.746921 [ 3 ] {50c8cfe2-0fd4-4475-80a6-937823cb8dc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6725 | 2024.08.22 02:20:51.747083 [ 3 ] {50c8cfe2-0fd4-4475-80a6-937823cb8dc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6726 | 2024.08.22 02:20:51.747189 [ 199 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part | ||
6727 | 2024.08.22 02:20:51.748044 [ 3 ] {50c8cfe2-0fd4-4475-80a6-937823cb8dc6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6728 | 2024.08.22 02:20:51.749341 [ 3 ] {50c8cfe2-0fd4-4475-80a6-937823cb8dc6} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6729 | 2024.08.22 02:20:51.749414 [ 3 ] {50c8cfe2-0fd4-4475-80a6-937823cb8dc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
6730 | 2024.08.22 02:20:51.749775 [ 194 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.004200178 sec., 7142.554434597772 rows/sec., 453.38 KiB/sec. | ||
6731 | 2024.08.22 02:20:51.749990 [ 194 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
6732 | 2024.08.22 02:20:51.750309 [ 3 ] {50c8cfe2-0fd4-4475-80a6-937823cb8dc6} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
6733 | 2024.08.22 02:20:51.750936 [ 194 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_13_3} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6734 | 2024.08.22 02:20:51.751101 [ 194 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_13_3} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
6735 | 2024.08.22 02:20:51.751202 [ 3 ] {50c8cfe2-0fd4-4475-80a6-937823cb8dc6} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6736 | 2024.08.22 02:20:51.751278 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
6737 | 2024.08.22 02:20:51.751423 [ 3 ] {50c8cfe2-0fd4-4475-80a6-937823cb8dc6} <Debug> executeQuery: Read 384 rows, 27.84 KiB in 0.004739 sec., 81029.75311247098 rows/sec., 5.74 MiB/sec. | ||
6738 | 2024.08.22 02:20:51.751624 [ 3 ] {50c8cfe2-0fd4-4475-80a6-937823cb8dc6} <Debug> DynamicQueryHandler: Done processing query | ||
6739 | 2024.08.22 02:20:51.751649 [ 3 ] {50c8cfe2-0fd4-4475-80a6-937823cb8dc6} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
6740 | 2024.08.22 02:20:51.751665 [ 3 ] {} <Debug> HTTP-Session: 7fe53901-9d9f-49ed-9f3b-551babb71aeb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6741 | 2024.08.22 02:20:51.751810 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6742 | 2024.08.22 02:20:51.751860 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6743 | 2024.08.22 02:20:51.751879 [ 3 ] {} <Debug> HTTP-Session: 272149a1-b270-45d6-b37d-39e133bbc1c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
6744 | 2024.08.22 02:20:51.751895 [ 3 ] {} <Debug> HTTP-Session: 272149a1-b270-45d6-b37d-39e133bbc1c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6745 | 2024.08.22 02:20:51.751909 [ 3 ] {} <Debug> HTTP-Session: 272149a1-b270-45d6-b37d-39e133bbc1c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6746 | 2024.08.22 02:20:51.751943 [ 3 ] {} <Trace> HTTP-Session: 272149a1-b270-45d6-b37d-39e133bbc1c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6747 | 2024.08.22 02:20:51.752039 [ 3 ] {11e11851-2574-469e-b278-0d9dd578a134} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
6748 | 2024.08.22 02:20:51.752084 [ 3 ] {11e11851-2574-469e-b278-0d9dd578a134} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
6749 | 2024.08.22 02:20:51.752220 [ 3 ] {11e11851-2574-469e-b278-0d9dd578a134} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6750 | 2024.08.22 02:20:51.752498 [ 3 ] {11e11851-2574-469e-b278-0d9dd578a134} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6751 | 2024.08.22 02:20:51.752532 [ 3 ] {11e11851-2574-469e-b278-0d9dd578a134} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
6752 | 2024.08.22 02:20:51.752890 [ 3 ] {11e11851-2574-469e-b278-0d9dd578a134} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
6753 | 2024.08.22 02:20:51.753206 [ 3 ] {11e11851-2574-469e-b278-0d9dd578a134} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6754 | 2024.08.22 02:20:51.753330 [ 3 ] {11e11851-2574-469e-b278-0d9dd578a134} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001319 sec., 4548.900682335102 rows/sec., 237.66 KiB/sec. | ||
6755 | 2024.08.22 02:20:51.753484 [ 3 ] {11e11851-2574-469e-b278-0d9dd578a134} <Debug> DynamicQueryHandler: Done processing query | ||
6756 | 2024.08.22 02:20:51.753508 [ 3 ] {11e11851-2574-469e-b278-0d9dd578a134} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
6757 | 2024.08.22 02:20:51.753525 [ 3 ] {} <Debug> HTTP-Session: 272149a1-b270-45d6-b37d-39e133bbc1c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6758 | 2024.08.22 02:20:51.753700 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 44601, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6759 | 2024.08.22 02:20:51.753747 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6760 | 2024.08.22 02:20:51.753766 [ 3 ] {} <Debug> HTTP-Session: dd753be8-57c2-4a7c-801b-98d8676e147a Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
6761 | 2024.08.22 02:20:51.753782 [ 3 ] {} <Debug> HTTP-Session: dd753be8-57c2-4a7c-801b-98d8676e147a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6762 | 2024.08.22 02:20:51.753795 [ 3 ] {} <Debug> HTTP-Session: dd753be8-57c2-4a7c-801b-98d8676e147a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6763 | 2024.08.22 02:20:51.753826 [ 3 ] {} <Trace> HTTP-Session: dd753be8-57c2-4a7c-801b-98d8676e147a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6764 | 2024.08.22 02:20:51.753999 [ 3 ] {05284e29-de8b-4f36-967a-512965cc6821} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6765 | 2024.08.22 02:20:51.754045 [ 3 ] {05284e29-de8b-4f36-967a-512965cc6821} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6766 | 2024.08.22 02:20:51.754187 [ 3 ] {05284e29-de8b-4f36-967a-512965cc6821} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6767 | 2024.08.22 02:20:51.754603 [ 3 ] {05284e29-de8b-4f36-967a-512965cc6821} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6768 | 2024.08.22 02:20:51.754638 [ 3 ] {05284e29-de8b-4f36-967a-512965cc6821} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
6769 | 2024.08.22 02:20:51.755017 [ 3 ] {05284e29-de8b-4f36-967a-512965cc6821} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
6770 | 2024.08.22 02:20:51.755358 [ 3 ] {05284e29-de8b-4f36-967a-512965cc6821} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6771 | 2024.08.22 02:20:51.755491 [ 3 ] {05284e29-de8b-4f36-967a-512965cc6821} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001584 sec., 149621.21212121213 rows/sec., 10.03 MiB/sec. | ||
6772 | 2024.08.22 02:20:51.755785 [ 3 ] {05284e29-de8b-4f36-967a-512965cc6821} <Debug> DynamicQueryHandler: Done processing query | ||
6773 | 2024.08.22 02:20:51.755825 [ 3 ] {05284e29-de8b-4f36-967a-512965cc6821} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
6774 | 2024.08.22 02:20:51.755841 [ 3 ] {} <Debug> HTTP-Session: dd753be8-57c2-4a7c-801b-98d8676e147a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6775 | 2024.08.22 02:20:51.756028 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6776 | 2024.08.22 02:20:51.756076 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6777 | 2024.08.22 02:20:51.756095 [ 3 ] {} <Debug> HTTP-Session: 7eafef03-a2f9-44ab-984e-97e4afee417d Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
6778 | 2024.08.22 02:20:51.756111 [ 3 ] {} <Debug> HTTP-Session: 7eafef03-a2f9-44ab-984e-97e4afee417d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6779 | 2024.08.22 02:20:51.756125 [ 3 ] {} <Debug> HTTP-Session: 7eafef03-a2f9-44ab-984e-97e4afee417d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6780 | 2024.08.22 02:20:51.756156 [ 3 ] {} <Trace> HTTP-Session: 7eafef03-a2f9-44ab-984e-97e4afee417d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6781 | 2024.08.22 02:20:51.756249 [ 3 ] {7b01ed58-5045-40dc-8b5a-8be368b28447} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
6782 | 2024.08.22 02:20:51.756295 [ 3 ] {7b01ed58-5045-40dc-8b5a-8be368b28447} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
6783 | 2024.08.22 02:20:51.756441 [ 3 ] {7b01ed58-5045-40dc-8b5a-8be368b28447} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6784 | 2024.08.22 02:20:51.756756 [ 3 ] {7b01ed58-5045-40dc-8b5a-8be368b28447} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6785 | 2024.08.22 02:20:51.756791 [ 3 ] {7b01ed58-5045-40dc-8b5a-8be368b28447} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
6786 | 2024.08.22 02:20:51.757133 [ 3 ] {7b01ed58-5045-40dc-8b5a-8be368b28447} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
6787 | 2024.08.22 02:20:51.757459 [ 3 ] {7b01ed58-5045-40dc-8b5a-8be368b28447} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6788 | 2024.08.22 02:20:51.757584 [ 3 ] {7b01ed58-5045-40dc-8b5a-8be368b28447} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001358 sec., 736.3770250368188 rows/sec., 49.62 KiB/sec. | ||
6789 | 2024.08.22 02:20:51.757885 [ 3 ] {7b01ed58-5045-40dc-8b5a-8be368b28447} <Debug> DynamicQueryHandler: Done processing query | ||
6790 | 2024.08.22 02:20:51.757909 [ 3 ] {7b01ed58-5045-40dc-8b5a-8be368b28447} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
6791 | 2024.08.22 02:20:51.757925 [ 3 ] {} <Debug> HTTP-Session: 7eafef03-a2f9-44ab-984e-97e4afee417d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6792 | 2024.08.22 02:20:51.758039 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 3204, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6793 | 2024.08.22 02:20:51.758087 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6794 | 2024.08.22 02:20:51.758105 [ 3 ] {} <Debug> HTTP-Session: 06ddb6e8-3109-4bc5-9a5e-554f4a5e2aa0 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
6795 | 2024.08.22 02:20:51.758122 [ 3 ] {} <Debug> HTTP-Session: 06ddb6e8-3109-4bc5-9a5e-554f4a5e2aa0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6796 | 2024.08.22 02:20:51.758136 [ 3 ] {} <Debug> HTTP-Session: 06ddb6e8-3109-4bc5-9a5e-554f4a5e2aa0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6797 | 2024.08.22 02:20:51.758166 [ 3 ] {} <Trace> HTTP-Session: 06ddb6e8-3109-4bc5-9a5e-554f4a5e2aa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6798 | 2024.08.22 02:20:51.758282 [ 3 ] {03d89c6e-a950-4a58-b330-c45e77da8618} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6799 | 2024.08.22 02:20:51.758352 [ 3 ] {03d89c6e-a950-4a58-b330-c45e77da8618} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
6800 | 2024.08.22 02:20:51.758787 [ 3 ] {03d89c6e-a950-4a58-b330-c45e77da8618} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6801 | 2024.08.22 02:20:51.759284 [ 3 ] {03d89c6e-a950-4a58-b330-c45e77da8618} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6802 | 2024.08.22 02:20:51.759320 [ 3 ] {03d89c6e-a950-4a58-b330-c45e77da8618} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
6803 | 2024.08.22 02:20:51.760041 [ 3 ] {03d89c6e-a950-4a58-b330-c45e77da8618} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
6804 | 2024.08.22 02:20:51.760693 [ 3 ] {03d89c6e-a950-4a58-b330-c45e77da8618} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6805 | 2024.08.22 02:20:51.760869 [ 3 ] {03d89c6e-a950-4a58-b330-c45e77da8618} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.002633 sec., 759.589821496392 rows/sec., 1.36 MiB/sec. | ||
6806 | 2024.08.22 02:20:51.761165 [ 3 ] {03d89c6e-a950-4a58-b330-c45e77da8618} <Debug> DynamicQueryHandler: Done processing query | ||
6807 | 2024.08.22 02:20:51.761200 [ 3 ] {03d89c6e-a950-4a58-b330-c45e77da8618} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
6808 | 2024.08.22 02:20:51.761222 [ 3 ] {} <Debug> HTTP-Session: 06ddb6e8-3109-4bc5-9a5e-554f4a5e2aa0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6809 | 2024.08.22 02:20:51.761372 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 12133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6810 | 2024.08.22 02:20:51.761434 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6811 | 2024.08.22 02:20:51.761462 [ 3 ] {} <Debug> HTTP-Session: b0733f39-ae83-45b2-b1fa-a8dd12851c7f Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
6812 | 2024.08.22 02:20:51.761485 [ 3 ] {} <Debug> HTTP-Session: b0733f39-ae83-45b2-b1fa-a8dd12851c7f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6813 | 2024.08.22 02:20:51.761504 [ 3 ] {} <Debug> HTTP-Session: b0733f39-ae83-45b2-b1fa-a8dd12851c7f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6814 | 2024.08.22 02:20:51.761544 [ 3 ] {} <Trace> HTTP-Session: b0733f39-ae83-45b2-b1fa-a8dd12851c7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6815 | 2024.08.22 02:20:51.761706 [ 3 ] {353daab9-0021-41fd-8ca8-ec2bfb579d0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6816 | 2024.08.22 02:20:51.761759 [ 3 ] {353daab9-0021-41fd-8ca8-ec2bfb579d0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6817 | 2024.08.22 02:20:51.761926 [ 3 ] {353daab9-0021-41fd-8ca8-ec2bfb579d0e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6818 | 2024.08.22 02:20:51.762344 [ 3 ] {353daab9-0021-41fd-8ca8-ec2bfb579d0e} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6819 | 2024.08.22 02:20:51.762389 [ 3 ] {353daab9-0021-41fd-8ca8-ec2bfb579d0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
6820 | 2024.08.22 02:20:51.762830 [ 3 ] {353daab9-0021-41fd-8ca8-ec2bfb579d0e} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
6821 | 2024.08.22 02:20:51.763243 [ 3 ] {353daab9-0021-41fd-8ca8-ec2bfb579d0e} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6822 | 2024.08.22 02:20:51.763398 [ 3 ] {353daab9-0021-41fd-8ca8-ec2bfb579d0e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001761 sec., 46564.45201590006 rows/sec., 2.96 MiB/sec. | ||
6823 | 2024.08.22 02:20:51.763573 [ 3 ] {353daab9-0021-41fd-8ca8-ec2bfb579d0e} <Debug> DynamicQueryHandler: Done processing query | ||
6824 | 2024.08.22 02:20:51.763598 [ 3 ] {353daab9-0021-41fd-8ca8-ec2bfb579d0e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6825 | 2024.08.22 02:20:51.763615 [ 3 ] {} <Debug> HTTP-Session: b0733f39-ae83-45b2-b1fa-a8dd12851c7f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6826 | 2024.08.22 02:20:56.728947 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 16453, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6827 | 2024.08.22 02:20:56.729059 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6828 | 2024.08.22 02:20:56.729084 [ 3 ] {} <Debug> HTTP-Session: ab34201d-04e9-48ea-8cf2-ed0ab6400d9f Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
6829 | 2024.08.22 02:20:56.729108 [ 3 ] {} <Debug> HTTP-Session: ab34201d-04e9-48ea-8cf2-ed0ab6400d9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6830 | 2024.08.22 02:20:56.729123 [ 3 ] {} <Debug> HTTP-Session: ab34201d-04e9-48ea-8cf2-ed0ab6400d9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6831 | 2024.08.22 02:20:56.729174 [ 3 ] {} <Trace> HTTP-Session: ab34201d-04e9-48ea-8cf2-ed0ab6400d9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6832 | 2024.08.22 02:20:56.729378 [ 3 ] {d3ffe003-665c-4478-ac5d-0ea097b94bfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6833 | 2024.08.22 02:20:56.729447 [ 3 ] {d3ffe003-665c-4478-ac5d-0ea097b94bfa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6834 | 2024.08.22 02:20:56.729782 [ 3 ] {d3ffe003-665c-4478-ac5d-0ea097b94bfa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6835 | 2024.08.22 02:20:56.730328 [ 3 ] {d3ffe003-665c-4478-ac5d-0ea097b94bfa} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6836 | 2024.08.22 02:20:56.730375 [ 3 ] {d3ffe003-665c-4478-ac5d-0ea097b94bfa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
6837 | 2024.08.22 02:20:56.730810 [ 3 ] {d3ffe003-665c-4478-ac5d-0ea097b94bfa} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
6838 | 2024.08.22 02:20:56.731202 [ 3 ] {d3ffe003-665c-4478-ac5d-0ea097b94bfa} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6839 | 2024.08.22 02:20:56.731376 [ 3 ] {d3ffe003-665c-4478-ac5d-0ea097b94bfa} <Debug> executeQuery: Read 112 rows, 9.63 KiB in 0.00207 sec., 54106.28019323672 rows/sec., 4.54 MiB/sec. | ||
6840 | 2024.08.22 02:20:56.731599 [ 3 ] {d3ffe003-665c-4478-ac5d-0ea097b94bfa} <Debug> DynamicQueryHandler: Done processing query | ||
6841 | 2024.08.22 02:20:56.731626 [ 3 ] {d3ffe003-665c-4478-ac5d-0ea097b94bfa} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
6842 | 2024.08.22 02:20:56.731644 [ 3 ] {} <Debug> HTTP-Session: ab34201d-04e9-48ea-8cf2-ed0ab6400d9f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6843 | 2024.08.22 02:20:56.731829 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 4068, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6844 | 2024.08.22 02:20:56.731886 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6845 | 2024.08.22 02:20:56.731906 [ 3 ] {} <Debug> HTTP-Session: a9258b04-02a6-4093-82d9-f4e46151aaad Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
6846 | 2024.08.22 02:20:56.731924 [ 3 ] {} <Debug> HTTP-Session: a9258b04-02a6-4093-82d9-f4e46151aaad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6847 | 2024.08.22 02:20:56.731938 [ 3 ] {} <Debug> HTTP-Session: a9258b04-02a6-4093-82d9-f4e46151aaad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6848 | 2024.08.22 02:20:56.731974 [ 3 ] {} <Trace> HTTP-Session: a9258b04-02a6-4093-82d9-f4e46151aaad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6849 | 2024.08.22 02:20:56.732093 [ 3 ] {adb28563-3984-4e22-ba6b-f327f5610d53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6850 | 2024.08.22 02:20:56.732140 [ 3 ] {adb28563-3984-4e22-ba6b-f327f5610d53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6851 | 2024.08.22 02:20:56.732378 [ 3 ] {adb28563-3984-4e22-ba6b-f327f5610d53} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6852 | 2024.08.22 02:20:56.732737 [ 3 ] {adb28563-3984-4e22-ba6b-f327f5610d53} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6853 | 2024.08.22 02:20:56.732775 [ 3 ] {adb28563-3984-4e22-ba6b-f327f5610d53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
6854 | 2024.08.22 02:20:56.733125 [ 3 ] {adb28563-3984-4e22-ba6b-f327f5610d53} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
6855 | 2024.08.22 02:20:56.733488 [ 3 ] {adb28563-3984-4e22-ba6b-f327f5610d53} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6856 | 2024.08.22 02:20:56.733648 [ 3 ] {adb28563-3984-4e22-ba6b-f327f5610d53} <Debug> executeQuery: Read 28 rows, 2.11 KiB in 0.001595 sec., 17554.85893416928 rows/sec., 1.29 MiB/sec. | ||
6857 | 2024.08.22 02:20:56.733823 [ 3 ] {adb28563-3984-4e22-ba6b-f327f5610d53} <Debug> DynamicQueryHandler: Done processing query | ||
6858 | 2024.08.22 02:20:56.733848 [ 3 ] {adb28563-3984-4e22-ba6b-f327f5610d53} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6859 | 2024.08.22 02:20:56.733864 [ 3 ] {} <Debug> HTTP-Session: a9258b04-02a6-4093-82d9-f4e46151aaad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6860 | 2024.08.22 02:20:56.734009 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 15623, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6861 | 2024.08.22 02:20:56.734061 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6862 | 2024.08.22 02:20:56.734081 [ 3 ] {} <Debug> HTTP-Session: 7cbafa6e-3df0-4218-b5e0-656c1df69efb Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
6863 | 2024.08.22 02:20:56.734097 [ 3 ] {} <Debug> HTTP-Session: 7cbafa6e-3df0-4218-b5e0-656c1df69efb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6864 | 2024.08.22 02:20:56.734111 [ 3 ] {} <Debug> HTTP-Session: 7cbafa6e-3df0-4218-b5e0-656c1df69efb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6865 | 2024.08.22 02:20:56.734144 [ 3 ] {} <Trace> HTTP-Session: 7cbafa6e-3df0-4218-b5e0-656c1df69efb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6866 | 2024.08.22 02:20:56.734272 [ 3 ] {7168d2f7-32db-4549-9a57-154d85f1d4b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6867 | 2024.08.22 02:20:56.734316 [ 3 ] {7168d2f7-32db-4549-9a57-154d85f1d4b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6868 | 2024.08.22 02:20:56.734543 [ 3 ] {7168d2f7-32db-4549-9a57-154d85f1d4b2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6869 | 2024.08.22 02:20:56.734907 [ 3 ] {7168d2f7-32db-4549-9a57-154d85f1d4b2} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6870 | 2024.08.22 02:20:56.734943 [ 3 ] {7168d2f7-32db-4549-9a57-154d85f1d4b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
6871 | 2024.08.22 02:20:56.735294 [ 3 ] {7168d2f7-32db-4549-9a57-154d85f1d4b2} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
6872 | 2024.08.22 02:20:56.735655 [ 3 ] {7168d2f7-32db-4549-9a57-154d85f1d4b2} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6873 | 2024.08.22 02:20:56.735815 [ 3 ] {7168d2f7-32db-4549-9a57-154d85f1d4b2} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.001593 sec., 57752.667922159446 rows/sec., 4.51 MiB/sec. | ||
6874 | 2024.08.22 02:20:56.735983 [ 3 ] {7168d2f7-32db-4549-9a57-154d85f1d4b2} <Debug> DynamicQueryHandler: Done processing query | ||
6875 | 2024.08.22 02:20:56.736007 [ 3 ] {7168d2f7-32db-4549-9a57-154d85f1d4b2} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
6876 | 2024.08.22 02:20:56.736023 [ 3 ] {} <Debug> HTTP-Session: 7cbafa6e-3df0-4218-b5e0-656c1df69efb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6877 | 2024.08.22 02:20:56.736181 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 30592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6878 | 2024.08.22 02:20:56.736231 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6879 | 2024.08.22 02:20:56.736250 [ 3 ] {} <Debug> HTTP-Session: 15af4014-8f22-43a9-904e-1c96b133c206 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
6880 | 2024.08.22 02:20:56.736268 [ 3 ] {} <Debug> HTTP-Session: 15af4014-8f22-43a9-904e-1c96b133c206 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6881 | 2024.08.22 02:20:56.736283 [ 3 ] {} <Debug> HTTP-Session: 15af4014-8f22-43a9-904e-1c96b133c206 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6882 | 2024.08.22 02:20:56.736314 [ 3 ] {} <Trace> HTTP-Session: 15af4014-8f22-43a9-904e-1c96b133c206 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6883 | 2024.08.22 02:20:56.736466 [ 3 ] {435268ec-d3f0-45e7-9711-a42805c8722f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6884 | 2024.08.22 02:20:56.736512 [ 3 ] {435268ec-d3f0-45e7-9711-a42805c8722f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6885 | 2024.08.22 02:20:56.736659 [ 3 ] {435268ec-d3f0-45e7-9711-a42805c8722f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6886 | 2024.08.22 02:20:56.737042 [ 3 ] {435268ec-d3f0-45e7-9711-a42805c8722f} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6887 | 2024.08.22 02:20:56.737078 [ 3 ] {435268ec-d3f0-45e7-9711-a42805c8722f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
6888 | 2024.08.22 02:20:56.737463 [ 3 ] {435268ec-d3f0-45e7-9711-a42805c8722f} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
6889 | 2024.08.22 02:20:56.737797 [ 3 ] {435268ec-d3f0-45e7-9711-a42805c8722f} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6890 | 2024.08.22 02:20:56.737953 [ 3 ] {435268ec-d3f0-45e7-9711-a42805c8722f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001562 sec., 102432.77848911652 rows/sec., 7.13 MiB/sec. | ||
6891 | 2024.08.22 02:20:56.738122 [ 3 ] {435268ec-d3f0-45e7-9711-a42805c8722f} <Debug> DynamicQueryHandler: Done processing query | ||
6892 | 2024.08.22 02:20:56.738146 [ 3 ] {435268ec-d3f0-45e7-9711-a42805c8722f} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6893 | 2024.08.22 02:20:56.738163 [ 3 ] {} <Debug> HTTP-Session: 15af4014-8f22-43a9-904e-1c96b133c206 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6894 | 2024.08.22 02:20:56.738349 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 45161, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6895 | 2024.08.22 02:20:56.738399 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6896 | 2024.08.22 02:20:56.738420 [ 3 ] {} <Debug> HTTP-Session: a0e78258-9306-4a50-983e-992de41231a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
6897 | 2024.08.22 02:20:56.738437 [ 3 ] {} <Debug> HTTP-Session: a0e78258-9306-4a50-983e-992de41231a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6898 | 2024.08.22 02:20:56.738451 [ 3 ] {} <Debug> HTTP-Session: a0e78258-9306-4a50-983e-992de41231a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6899 | 2024.08.22 02:20:56.738483 [ 3 ] {} <Trace> HTTP-Session: a0e78258-9306-4a50-983e-992de41231a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6900 | 2024.08.22 02:20:56.738778 [ 3 ] {f6aff7cb-d43b-4b30-a94b-9797ca7b7530} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6901 | 2024.08.22 02:20:56.738843 [ 3 ] {f6aff7cb-d43b-4b30-a94b-9797ca7b7530} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
6902 | 2024.08.22 02:20:56.739259 [ 3 ] {f6aff7cb-d43b-4b30-a94b-9797ca7b7530} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6903 | 2024.08.22 02:20:56.739927 [ 3 ] {f6aff7cb-d43b-4b30-a94b-9797ca7b7530} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6904 | 2024.08.22 02:20:56.739963 [ 3 ] {f6aff7cb-d43b-4b30-a94b-9797ca7b7530} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
6905 | 2024.08.22 02:20:56.740573 [ 3 ] {f6aff7cb-d43b-4b30-a94b-9797ca7b7530} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
6906 | 2024.08.22 02:20:56.740983 [ 3 ] {f6aff7cb-d43b-4b30-a94b-9797ca7b7530} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6907 | 2024.08.22 02:20:56.741173 [ 107 ] {} <Debug> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
6908 | 2024.08.22 02:20:56.741183 [ 3 ] {f6aff7cb-d43b-4b30-a94b-9797ca7b7530} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.002601 sec., 10765.090349865437 rows/sec., 19.29 MiB/sec. | ||
6909 | 2024.08.22 02:20:56.741265 [ 107 ] {} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6910 | 2024.08.22 02:20:56.741348 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
6911 | 2024.08.22 02:20:56.741857 [ 192 ] {54363e51-69d9-4b16-adfe-43c651565682::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 | ||
6912 | 2024.08.22 02:20:56.741997 [ 3 ] {f6aff7cb-d43b-4b30-a94b-9797ca7b7530} <Debug> DynamicQueryHandler: Done processing query | ||
6913 | 2024.08.22 02:20:56.742087 [ 3 ] {f6aff7cb-d43b-4b30-a94b-9797ca7b7530} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
6914 | 2024.08.22 02:20:56.742170 [ 3 ] {} <Debug> HTTP-Session: a0e78258-9306-4a50-983e-992de41231a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6915 | 2024.08.22 02:20:56.742375 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6916 | 2024.08.22 02:20:56.742445 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6917 | 2024.08.22 02:20:56.742482 [ 3 ] {} <Debug> HTTP-Session: 683b68cf-430b-4bc9-88d3-8ebb02e196bd Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
6918 | 2024.08.22 02:20:56.742511 [ 3 ] {} <Debug> HTTP-Session: 683b68cf-430b-4bc9-88d3-8ebb02e196bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6919 | 2024.08.22 02:20:56.742537 [ 3 ] {} <Debug> HTTP-Session: 683b68cf-430b-4bc9-88d3-8ebb02e196bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6920 | 2024.08.22 02:20:56.742545 [ 192 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6921 | 2024.08.22 02:20:56.742582 [ 3 ] {} <Trace> HTTP-Session: 683b68cf-430b-4bc9-88d3-8ebb02e196bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6922 | 2024.08.22 02:20:56.742631 [ 192 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 380 rows starting from the beginning of the part | ||
6923 | 2024.08.22 02:20:56.742753 [ 3 ] {4a824b12-b4ca-4288-b8fe-0b35fec5f598} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6924 | 2024.08.22 02:20:56.742903 [ 3 ] {4a824b12-b4ca-4288-b8fe-0b35fec5f598} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6925 | 2024.08.22 02:20:56.743172 [ 192 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 28 rows starting from the beginning of the part | ||
6926 | 2024.08.22 02:20:56.743448 [ 3 ] {4a824b12-b4ca-4288-b8fe-0b35fec5f598} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6927 | 2024.08.22 02:20:56.743753 [ 192 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 2 rows starting from the beginning of the part | ||
6928 | 2024.08.22 02:20:56.744230 [ 192 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 28 rows starting from the beginning of the part | ||
6929 | 2024.08.22 02:20:56.744408 [ 3 ] {4a824b12-b4ca-4288-b8fe-0b35fec5f598} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6930 | 2024.08.22 02:20:56.744491 [ 3 ] {4a824b12-b4ca-4288-b8fe-0b35fec5f598} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
6931 | 2024.08.22 02:20:56.744757 [ 192 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 2 rows starting from the beginning of the part | ||
6932 | 2024.08.22 02:20:56.745239 [ 192 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 28 rows starting from the beginning of the part | ||
6933 | 2024.08.22 02:20:56.745440 [ 3 ] {4a824b12-b4ca-4288-b8fe-0b35fec5f598} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
6934 | 2024.08.22 02:20:56.746056 [ 3 ] {4a824b12-b4ca-4288-b8fe-0b35fec5f598} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6935 | 2024.08.22 02:20:56.746329 [ 3 ] {4a824b12-b4ca-4288-b8fe-0b35fec5f598} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003626 sec., 16547.159404302263 rows/sec., 1.12 MiB/sec. | ||
6936 | 2024.08.22 02:20:56.746872 [ 3 ] {4a824b12-b4ca-4288-b8fe-0b35fec5f598} <Debug> DynamicQueryHandler: Done processing query | ||
6937 | 2024.08.22 02:20:56.746961 [ 3 ] {4a824b12-b4ca-4288-b8fe-0b35fec5f598} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6938 | 2024.08.22 02:20:56.747047 [ 3 ] {} <Debug> HTTP-Session: 683b68cf-430b-4bc9-88d3-8ebb02e196bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6939 | 2024.08.22 02:20:56.750139 [ 197 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 468 rows, containing 19 columns (19 merged, 0 gathered) in 0.008655206 sec., 54071.50332412654 rows/sec., 96.89 MiB/sec. | ||
6940 | 2024.08.22 02:20:56.750905 [ 197 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
6941 | 2024.08.22 02:20:56.751559 [ 197 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_26_5} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6942 | 2024.08.22 02:20:56.751655 [ 197 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_26_5} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
6943 | 2024.08.22 02:20:56.751817 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.24 MiB. | ||
6944 | 2024.08.22 02:21:00.124875 [ 105 ] {} <Debug> DNSResolver: Updating DNS cache | ||
6945 | 2024.08.22 02:21:00.124952 [ 105 ] {} <Debug> DNSResolver: Updated DNS cache | ||
6946 | 2024.08.22 02:21:01.732655 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 28974, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6947 | 2024.08.22 02:21:01.732766 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6948 | 2024.08.22 02:21:01.732792 [ 3 ] {} <Debug> HTTP-Session: c8dec263-a4a8-45e9-ab6b-77abec5545a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
6949 | 2024.08.22 02:21:01.732815 [ 3 ] {} <Debug> HTTP-Session: c8dec263-a4a8-45e9-ab6b-77abec5545a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6950 | 2024.08.22 02:21:01.732830 [ 3 ] {} <Debug> HTTP-Session: c8dec263-a4a8-45e9-ab6b-77abec5545a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6951 | 2024.08.22 02:21:01.732878 [ 3 ] {} <Trace> HTTP-Session: c8dec263-a4a8-45e9-ab6b-77abec5545a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6952 | 2024.08.22 02:21:01.733106 [ 3 ] {3c5c704a-7689-4dac-8494-712387b76a60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6953 | 2024.08.22 02:21:01.733171 [ 3 ] {3c5c704a-7689-4dac-8494-712387b76a60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6954 | 2024.08.22 02:21:01.733502 [ 3 ] {3c5c704a-7689-4dac-8494-712387b76a60} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6955 | 2024.08.22 02:21:01.734118 [ 3 ] {3c5c704a-7689-4dac-8494-712387b76a60} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6956 | 2024.08.22 02:21:01.734157 [ 3 ] {3c5c704a-7689-4dac-8494-712387b76a60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
6957 | 2024.08.22 02:21:01.734589 [ 3 ] {3c5c704a-7689-4dac-8494-712387b76a60} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
6958 | 2024.08.22 02:21:01.734966 [ 3 ] {3c5c704a-7689-4dac-8494-712387b76a60} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6959 | 2024.08.22 02:21:01.735113 [ 3 ] {3c5c704a-7689-4dac-8494-712387b76a60} <Debug> executeQuery: Read 193 rows, 17.24 KiB in 0.002101 sec., 91861.01856258925 rows/sec., 8.02 MiB/sec. | ||
6960 | 2024.08.22 02:21:01.735331 [ 3 ] {3c5c704a-7689-4dac-8494-712387b76a60} <Debug> DynamicQueryHandler: Done processing query | ||
6961 | 2024.08.22 02:21:01.735358 [ 3 ] {3c5c704a-7689-4dac-8494-712387b76a60} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
6962 | 2024.08.22 02:21:01.735375 [ 3 ] {} <Debug> HTTP-Session: c8dec263-a4a8-45e9-ab6b-77abec5545a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6963 | 2024.08.22 02:21:01.735545 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6964 | 2024.08.22 02:21:01.735601 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6965 | 2024.08.22 02:21:01.735621 [ 3 ] {} <Debug> HTTP-Session: 364834f6-7e45-4ef7-8656-17f52b7d2a89 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
6966 | 2024.08.22 02:21:01.735639 [ 3 ] {} <Debug> HTTP-Session: 364834f6-7e45-4ef7-8656-17f52b7d2a89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6967 | 2024.08.22 02:21:01.735653 [ 3 ] {} <Debug> HTTP-Session: 364834f6-7e45-4ef7-8656-17f52b7d2a89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6968 | 2024.08.22 02:21:01.735688 [ 3 ] {} <Trace> HTTP-Session: 364834f6-7e45-4ef7-8656-17f52b7d2a89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6969 | 2024.08.22 02:21:01.735789 [ 3 ] {ff2c72a3-5b7f-48b7-9bd8-e4cf58415149} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6970 | 2024.08.22 02:21:01.735836 [ 3 ] {ff2c72a3-5b7f-48b7-9bd8-e4cf58415149} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6971 | 2024.08.22 02:21:01.736069 [ 3 ] {ff2c72a3-5b7f-48b7-9bd8-e4cf58415149} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6972 | 2024.08.22 02:21:01.736400 [ 3 ] {ff2c72a3-5b7f-48b7-9bd8-e4cf58415149} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6973 | 2024.08.22 02:21:01.736435 [ 3 ] {ff2c72a3-5b7f-48b7-9bd8-e4cf58415149} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
6974 | 2024.08.22 02:21:01.736792 [ 3 ] {ff2c72a3-5b7f-48b7-9bd8-e4cf58415149} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
6975 | 2024.08.22 02:21:01.737144 [ 3 ] {ff2c72a3-5b7f-48b7-9bd8-e4cf58415149} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6976 | 2024.08.22 02:21:01.737273 [ 3 ] {ff2c72a3-5b7f-48b7-9bd8-e4cf58415149} <Debug> executeQuery: Read 2 rows, 154.00 B in 0.00151 sec., 1324.503311258278 rows/sec., 99.60 KiB/sec. | ||
6977 | 2024.08.22 02:21:01.737488 [ 3 ] {ff2c72a3-5b7f-48b7-9bd8-e4cf58415149} <Debug> DynamicQueryHandler: Done processing query | ||
6978 | 2024.08.22 02:21:01.737517 [ 3 ] {ff2c72a3-5b7f-48b7-9bd8-e4cf58415149} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6979 | 2024.08.22 02:21:01.737534 [ 3 ] {} <Debug> HTTP-Session: 364834f6-7e45-4ef7-8656-17f52b7d2a89 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6980 | 2024.08.22 02:21:01.737668 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6981 | 2024.08.22 02:21:01.737718 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6982 | 2024.08.22 02:21:01.737736 [ 3 ] {} <Debug> HTTP-Session: bb9548a0-a34d-4a04-bd0e-bbfa05d5f2b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
6983 | 2024.08.22 02:21:01.737752 [ 3 ] {} <Debug> HTTP-Session: bb9548a0-a34d-4a04-bd0e-bbfa05d5f2b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6984 | 2024.08.22 02:21:01.737766 [ 3 ] {} <Debug> HTTP-Session: bb9548a0-a34d-4a04-bd0e-bbfa05d5f2b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6985 | 2024.08.22 02:21:01.737798 [ 3 ] {} <Trace> HTTP-Session: bb9548a0-a34d-4a04-bd0e-bbfa05d5f2b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6986 | 2024.08.22 02:21:01.737896 [ 3 ] {f98be532-d317-4017-86bb-2d10d31c9945} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
6987 | 2024.08.22 02:21:01.737939 [ 3 ] {f98be532-d317-4017-86bb-2d10d31c9945} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
6988 | 2024.08.22 02:21:01.738169 [ 3 ] {f98be532-d317-4017-86bb-2d10d31c9945} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6989 | 2024.08.22 02:21:01.738481 [ 3 ] {f98be532-d317-4017-86bb-2d10d31c9945} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6990 | 2024.08.22 02:21:01.738518 [ 3 ] {f98be532-d317-4017-86bb-2d10d31c9945} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
6991 | 2024.08.22 02:21:01.738868 [ 3 ] {f98be532-d317-4017-86bb-2d10d31c9945} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
6992 | 2024.08.22 02:21:01.739215 [ 3 ] {f98be532-d317-4017-86bb-2d10d31c9945} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6993 | 2024.08.22 02:21:01.739387 [ 3 ] {f98be532-d317-4017-86bb-2d10d31c9945} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001508 sec., 9283.819628647214 rows/sec., 650.18 KiB/sec. | ||
6994 | 2024.08.22 02:21:01.739562 [ 3 ] {f98be532-d317-4017-86bb-2d10d31c9945} <Debug> DynamicQueryHandler: Done processing query | ||
6995 | 2024.08.22 02:21:01.739586 [ 3 ] {f98be532-d317-4017-86bb-2d10d31c9945} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6996 | 2024.08.22 02:21:01.739602 [ 3 ] {} <Debug> HTTP-Session: bb9548a0-a34d-4a04-bd0e-bbfa05d5f2b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6997 | 2024.08.22 02:21:01.739716 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6998 | 2024.08.22 02:21:01.739766 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6999 | 2024.08.22 02:21:01.739784 [ 3 ] {} <Debug> HTTP-Session: 7f060aaf-308e-4eda-a941-d9bdbccf7fdb Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
7000 | 2024.08.22 02:21:01.739800 [ 3 ] {} <Debug> HTTP-Session: 7f060aaf-308e-4eda-a941-d9bdbccf7fdb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7001 | 2024.08.22 02:21:01.739814 [ 3 ] {} <Debug> HTTP-Session: 7f060aaf-308e-4eda-a941-d9bdbccf7fdb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7002 | 2024.08.22 02:21:01.739845 [ 3 ] {} <Trace> HTTP-Session: 7f060aaf-308e-4eda-a941-d9bdbccf7fdb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7003 | 2024.08.22 02:21:01.739938 [ 3 ] {355e5a0e-5e18-4df2-9f41-e08ebb30038f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
7004 | 2024.08.22 02:21:01.739981 [ 3 ] {355e5a0e-5e18-4df2-9f41-e08ebb30038f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
7005 | 2024.08.22 02:21:01.740203 [ 3 ] {355e5a0e-5e18-4df2-9f41-e08ebb30038f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7006 | 2024.08.22 02:21:01.740509 [ 3 ] {355e5a0e-5e18-4df2-9f41-e08ebb30038f} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7007 | 2024.08.22 02:21:01.740545 [ 3 ] {355e5a0e-5e18-4df2-9f41-e08ebb30038f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
7008 | 2024.08.22 02:21:01.740886 [ 3 ] {355e5a0e-5e18-4df2-9f41-e08ebb30038f} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
7009 | 2024.08.22 02:21:01.741232 [ 3 ] {355e5a0e-5e18-4df2-9f41-e08ebb30038f} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7010 | 2024.08.22 02:21:01.741392 [ 3 ] {355e5a0e-5e18-4df2-9f41-e08ebb30038f} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001469 sec., 4084.411164057182 rows/sec., 241.32 KiB/sec. | ||
7011 | 2024.08.22 02:21:01.741564 [ 3 ] {355e5a0e-5e18-4df2-9f41-e08ebb30038f} <Debug> DynamicQueryHandler: Done processing query | ||
7012 | 2024.08.22 02:21:01.741587 [ 3 ] {355e5a0e-5e18-4df2-9f41-e08ebb30038f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7013 | 2024.08.22 02:21:01.741603 [ 3 ] {} <Debug> HTTP-Session: 7f060aaf-308e-4eda-a941-d9bdbccf7fdb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7014 | 2024.08.22 02:21:01.741781 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 62104, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7015 | 2024.08.22 02:21:01.741830 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7016 | 2024.08.22 02:21:01.741849 [ 3 ] {} <Debug> HTTP-Session: 5c38d8e4-cec2-4319-95fb-69afd6bd647a Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
7017 | 2024.08.22 02:21:01.741864 [ 3 ] {} <Debug> HTTP-Session: 5c38d8e4-cec2-4319-95fb-69afd6bd647a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7018 | 2024.08.22 02:21:01.741879 [ 3 ] {} <Debug> HTTP-Session: 5c38d8e4-cec2-4319-95fb-69afd6bd647a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7019 | 2024.08.22 02:21:01.741909 [ 3 ] {} <Trace> HTTP-Session: 5c38d8e4-cec2-4319-95fb-69afd6bd647a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7020 | 2024.08.22 02:21:01.742117 [ 3 ] {7da212e0-28ed-442a-b6c9-8fa4de944404} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7021 | 2024.08.22 02:21:01.742160 [ 3 ] {7da212e0-28ed-442a-b6c9-8fa4de944404} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7022 | 2024.08.22 02:21:01.742380 [ 3 ] {7da212e0-28ed-442a-b6c9-8fa4de944404} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7023 | 2024.08.22 02:21:01.742918 [ 3 ] {7da212e0-28ed-442a-b6c9-8fa4de944404} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7024 | 2024.08.22 02:21:01.742954 [ 3 ] {7da212e0-28ed-442a-b6c9-8fa4de944404} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
7025 | 2024.08.22 02:21:01.743320 [ 3 ] {7da212e0-28ed-442a-b6c9-8fa4de944404} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
7026 | 2024.08.22 02:21:01.743694 [ 3 ] {7da212e0-28ed-442a-b6c9-8fa4de944404} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7027 | 2024.08.22 02:21:01.743834 [ 3 ] {7da212e0-28ed-442a-b6c9-8fa4de944404} <Debug> executeQuery: Read 384 rows, 27.84 KiB in 0.001816 sec., 211453.7444933921 rows/sec., 14.97 MiB/sec. | ||
7028 | 2024.08.22 02:21:01.744038 [ 3 ] {7da212e0-28ed-442a-b6c9-8fa4de944404} <Debug> DynamicQueryHandler: Done processing query | ||
7029 | 2024.08.22 02:21:01.744062 [ 3 ] {7da212e0-28ed-442a-b6c9-8fa4de944404} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
7030 | 2024.08.22 02:21:01.744078 [ 3 ] {} <Debug> HTTP-Session: 5c38d8e4-cec2-4319-95fb-69afd6bd647a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7031 | 2024.08.22 02:21:01.744215 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7032 | 2024.08.22 02:21:01.744262 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7033 | 2024.08.22 02:21:01.744281 [ 3 ] {} <Debug> HTTP-Session: c6662ded-4fda-48a3-ac71-4fc65e1f34fa Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
7034 | 2024.08.22 02:21:01.744297 [ 3 ] {} <Debug> HTTP-Session: c6662ded-4fda-48a3-ac71-4fc65e1f34fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7035 | 2024.08.22 02:21:01.744311 [ 3 ] {} <Debug> HTTP-Session: c6662ded-4fda-48a3-ac71-4fc65e1f34fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7036 | 2024.08.22 02:21:01.744341 [ 3 ] {} <Trace> HTTP-Session: c6662ded-4fda-48a3-ac71-4fc65e1f34fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7037 | 2024.08.22 02:21:01.744435 [ 3 ] {52e6b0e6-aad9-4cec-bfb3-660125fc315c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
7038 | 2024.08.22 02:21:01.744478 [ 3 ] {52e6b0e6-aad9-4cec-bfb3-660125fc315c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
7039 | 2024.08.22 02:21:01.744616 [ 3 ] {52e6b0e6-aad9-4cec-bfb3-660125fc315c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7040 | 2024.08.22 02:21:01.744897 [ 3 ] {52e6b0e6-aad9-4cec-bfb3-660125fc315c} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7041 | 2024.08.22 02:21:01.744933 [ 3 ] {52e6b0e6-aad9-4cec-bfb3-660125fc315c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
7042 | 2024.08.22 02:21:01.745286 [ 3 ] {52e6b0e6-aad9-4cec-bfb3-660125fc315c} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
7043 | 2024.08.22 02:21:01.745598 [ 3 ] {52e6b0e6-aad9-4cec-bfb3-660125fc315c} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7044 | 2024.08.22 02:21:01.745754 [ 3 ] {52e6b0e6-aad9-4cec-bfb3-660125fc315c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001337 sec., 4487.658937920718 rows/sec., 234.46 KiB/sec. | ||
7045 | 2024.08.22 02:21:01.745919 [ 3 ] {52e6b0e6-aad9-4cec-bfb3-660125fc315c} <Debug> DynamicQueryHandler: Done processing query | ||
7046 | 2024.08.22 02:21:01.745942 [ 3 ] {52e6b0e6-aad9-4cec-bfb3-660125fc315c} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
7047 | 2024.08.22 02:21:01.745958 [ 3 ] {} <Debug> HTTP-Session: c6662ded-4fda-48a3-ac71-4fc65e1f34fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7048 | 2024.08.22 02:21:01.746106 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 44601, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7049 | 2024.08.22 02:21:01.746154 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7050 | 2024.08.22 02:21:01.746173 [ 3 ] {} <Debug> HTTP-Session: 52d1aaa2-79a9-4693-b9a1-082ceab3899e Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
7051 | 2024.08.22 02:21:01.746189 [ 3 ] {} <Debug> HTTP-Session: 52d1aaa2-79a9-4693-b9a1-082ceab3899e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7052 | 2024.08.22 02:21:01.746202 [ 3 ] {} <Debug> HTTP-Session: 52d1aaa2-79a9-4693-b9a1-082ceab3899e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7053 | 2024.08.22 02:21:01.746233 [ 3 ] {} <Trace> HTTP-Session: 52d1aaa2-79a9-4693-b9a1-082ceab3899e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7054 | 2024.08.22 02:21:01.746407 [ 3 ] {a44c0ee2-f624-414b-affa-345e046be25e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7055 | 2024.08.22 02:21:01.746452 [ 3 ] {a44c0ee2-f624-414b-affa-345e046be25e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7056 | 2024.08.22 02:21:01.746596 [ 3 ] {a44c0ee2-f624-414b-affa-345e046be25e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7057 | 2024.08.22 02:21:01.747026 [ 3 ] {a44c0ee2-f624-414b-affa-345e046be25e} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7058 | 2024.08.22 02:21:01.747061 [ 3 ] {a44c0ee2-f624-414b-affa-345e046be25e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
7059 | 2024.08.22 02:21:01.747431 [ 3 ] {a44c0ee2-f624-414b-affa-345e046be25e} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
7060 | 2024.08.22 02:21:01.747765 [ 3 ] {a44c0ee2-f624-414b-affa-345e046be25e} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7061 | 2024.08.22 02:21:01.747927 [ 3 ] {a44c0ee2-f624-414b-affa-345e046be25e} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001601 sec., 148032.4797001874 rows/sec., 9.92 MiB/sec. | ||
7062 | 2024.08.22 02:21:01.748119 [ 3 ] {a44c0ee2-f624-414b-affa-345e046be25e} <Debug> DynamicQueryHandler: Done processing query | ||
7063 | 2024.08.22 02:21:01.748147 [ 3 ] {a44c0ee2-f624-414b-affa-345e046be25e} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
7064 | 2024.08.22 02:21:01.748166 [ 3 ] {} <Debug> HTTP-Session: 52d1aaa2-79a9-4693-b9a1-082ceab3899e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7065 | 2024.08.22 02:21:01.748293 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7066 | 2024.08.22 02:21:01.748342 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7067 | 2024.08.22 02:21:01.748361 [ 3 ] {} <Debug> HTTP-Session: 07b677b3-9aa1-475e-9212-c8a5ab32005d Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
7068 | 2024.08.22 02:21:01.748401 [ 3 ] {} <Debug> HTTP-Session: 07b677b3-9aa1-475e-9212-c8a5ab32005d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7069 | 2024.08.22 02:21:01.748415 [ 3 ] {} <Debug> HTTP-Session: 07b677b3-9aa1-475e-9212-c8a5ab32005d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7070 | 2024.08.22 02:21:01.748446 [ 3 ] {} <Trace> HTTP-Session: 07b677b3-9aa1-475e-9212-c8a5ab32005d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7071 | 2024.08.22 02:21:01.748537 [ 3 ] {3fd83b2a-f313-4f7f-8124-2470f128694c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
7072 | 2024.08.22 02:21:01.748581 [ 3 ] {3fd83b2a-f313-4f7f-8124-2470f128694c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
7073 | 2024.08.22 02:21:01.748712 [ 3 ] {3fd83b2a-f313-4f7f-8124-2470f128694c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7074 | 2024.08.22 02:21:01.748990 [ 3 ] {3fd83b2a-f313-4f7f-8124-2470f128694c} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7075 | 2024.08.22 02:21:01.749025 [ 3 ] {3fd83b2a-f313-4f7f-8124-2470f128694c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
7076 | 2024.08.22 02:21:01.749360 [ 3 ] {3fd83b2a-f313-4f7f-8124-2470f128694c} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
7077 | 2024.08.22 02:21:01.749672 [ 3 ] {3fd83b2a-f313-4f7f-8124-2470f128694c} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7078 | 2024.08.22 02:21:01.749849 [ 3 ] {3fd83b2a-f313-4f7f-8124-2470f128694c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001326 sec., 754.1478129713424 rows/sec., 50.82 KiB/sec. | ||
7079 | 2024.08.22 02:21:01.750150 [ 3 ] {3fd83b2a-f313-4f7f-8124-2470f128694c} <Debug> DynamicQueryHandler: Done processing query | ||
7080 | 2024.08.22 02:21:01.750174 [ 3 ] {3fd83b2a-f313-4f7f-8124-2470f128694c} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
7081 | 2024.08.22 02:21:01.750190 [ 3 ] {} <Debug> HTTP-Session: 07b677b3-9aa1-475e-9212-c8a5ab32005d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7082 | 2024.08.22 02:21:01.750309 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 3204, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7083 | 2024.08.22 02:21:01.750356 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7084 | 2024.08.22 02:21:01.750375 [ 3 ] {} <Debug> HTTP-Session: c9d2da67-d62d-4a13-9272-c56c15d2ddcf Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
7085 | 2024.08.22 02:21:01.750391 [ 3 ] {} <Debug> HTTP-Session: c9d2da67-d62d-4a13-9272-c56c15d2ddcf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7086 | 2024.08.22 02:21:01.750404 [ 3 ] {} <Debug> HTTP-Session: c9d2da67-d62d-4a13-9272-c56c15d2ddcf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7087 | 2024.08.22 02:21:01.750434 [ 3 ] {} <Trace> HTTP-Session: c9d2da67-d62d-4a13-9272-c56c15d2ddcf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7088 | 2024.08.22 02:21:01.750556 [ 3 ] {a9d0df17-17b7-4e0c-9233-f67c24b5f142} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7089 | 2024.08.22 02:21:01.750626 [ 3 ] {a9d0df17-17b7-4e0c-9233-f67c24b5f142} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
7090 | 2024.08.22 02:21:01.751046 [ 3 ] {a9d0df17-17b7-4e0c-9233-f67c24b5f142} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7091 | 2024.08.22 02:21:01.751503 [ 3 ] {a9d0df17-17b7-4e0c-9233-f67c24b5f142} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7092 | 2024.08.22 02:21:01.751538 [ 3 ] {a9d0df17-17b7-4e0c-9233-f67c24b5f142} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
7093 | 2024.08.22 02:21:01.752125 [ 3 ] {a9d0df17-17b7-4e0c-9233-f67c24b5f142} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
7094 | 2024.08.22 02:21:01.752531 [ 3 ] {a9d0df17-17b7-4e0c-9233-f67c24b5f142} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7095 | 2024.08.22 02:21:01.752710 [ 3 ] {a9d0df17-17b7-4e0c-9233-f67c24b5f142} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.002203 sec., 907.8529278256922 rows/sec., 1.63 MiB/sec. | ||
7096 | 2024.08.22 02:21:01.752934 [ 3 ] {a9d0df17-17b7-4e0c-9233-f67c24b5f142} <Debug> DynamicQueryHandler: Done processing query | ||
7097 | 2024.08.22 02:21:01.752957 [ 3 ] {a9d0df17-17b7-4e0c-9233-f67c24b5f142} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
7098 | 2024.08.22 02:21:01.752974 [ 3 ] {} <Debug> HTTP-Session: c9d2da67-d62d-4a13-9272-c56c15d2ddcf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7099 | 2024.08.22 02:21:01.753107 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 12133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7100 | 2024.08.22 02:21:01.753154 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7101 | 2024.08.22 02:21:01.753173 [ 3 ] {} <Debug> HTTP-Session: 860cd0c2-a058-4b45-ba61-482d8e3e6414 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
7102 | 2024.08.22 02:21:01.753188 [ 3 ] {} <Debug> HTTP-Session: 860cd0c2-a058-4b45-ba61-482d8e3e6414 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7103 | 2024.08.22 02:21:01.753202 [ 3 ] {} <Debug> HTTP-Session: 860cd0c2-a058-4b45-ba61-482d8e3e6414 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7104 | 2024.08.22 02:21:01.753232 [ 3 ] {} <Trace> HTTP-Session: 860cd0c2-a058-4b45-ba61-482d8e3e6414 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7105 | 2024.08.22 02:21:01.753354 [ 3 ] {fc8e411b-19af-456b-924e-162b1e2cd555} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7106 | 2024.08.22 02:21:01.753396 [ 3 ] {fc8e411b-19af-456b-924e-162b1e2cd555} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7107 | 2024.08.22 02:21:01.753523 [ 3 ] {fc8e411b-19af-456b-924e-162b1e2cd555} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7108 | 2024.08.22 02:21:01.753819 [ 3 ] {fc8e411b-19af-456b-924e-162b1e2cd555} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7109 | 2024.08.22 02:21:01.753854 [ 3 ] {fc8e411b-19af-456b-924e-162b1e2cd555} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
7110 | 2024.08.22 02:21:01.754216 [ 3 ] {fc8e411b-19af-456b-924e-162b1e2cd555} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
7111 | 2024.08.22 02:21:01.754533 [ 3 ] {fc8e411b-19af-456b-924e-162b1e2cd555} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7112 | 2024.08.22 02:21:01.754685 [ 3 ] {fc8e411b-19af-456b-924e-162b1e2cd555} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001373 sec., 59723.233794610336 rows/sec., 3.79 MiB/sec. | ||
7113 | 2024.08.22 02:21:01.754870 [ 3 ] {fc8e411b-19af-456b-924e-162b1e2cd555} <Debug> DynamicQueryHandler: Done processing query | ||
7114 | 2024.08.22 02:21:01.754897 [ 3 ] {fc8e411b-19af-456b-924e-162b1e2cd555} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7115 | 2024.08.22 02:21:01.754912 [ 3 ] {} <Debug> HTTP-Session: 860cd0c2-a058-4b45-ba61-482d8e3e6414 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7116 | 2024.08.22 02:21:06.729604 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 16453, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7117 | 2024.08.22 02:21:06.729726 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7118 | 2024.08.22 02:21:06.729752 [ 3 ] {} <Debug> HTTP-Session: 53452235-d7de-49b3-8c9b-24317f281ae0 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
7119 | 2024.08.22 02:21:06.729777 [ 3 ] {} <Debug> HTTP-Session: 53452235-d7de-49b3-8c9b-24317f281ae0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7120 | 2024.08.22 02:21:06.729792 [ 3 ] {} <Debug> HTTP-Session: 53452235-d7de-49b3-8c9b-24317f281ae0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7121 | 2024.08.22 02:21:06.729841 [ 3 ] {} <Trace> HTTP-Session: 53452235-d7de-49b3-8c9b-24317f281ae0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7122 | 2024.08.22 02:21:06.730047 [ 3 ] {4ce98e93-d6f0-4f31-8216-0ab827103a33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7123 | 2024.08.22 02:21:06.730113 [ 3 ] {4ce98e93-d6f0-4f31-8216-0ab827103a33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7124 | 2024.08.22 02:21:06.730439 [ 3 ] {4ce98e93-d6f0-4f31-8216-0ab827103a33} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7125 | 2024.08.22 02:21:06.730948 [ 3 ] {4ce98e93-d6f0-4f31-8216-0ab827103a33} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7126 | 2024.08.22 02:21:06.730987 [ 3 ] {4ce98e93-d6f0-4f31-8216-0ab827103a33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
7127 | 2024.08.22 02:21:06.731405 [ 3 ] {4ce98e93-d6f0-4f31-8216-0ab827103a33} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
7128 | 2024.08.22 02:21:06.731787 [ 3 ] {4ce98e93-d6f0-4f31-8216-0ab827103a33} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7129 | 2024.08.22 02:21:06.731937 [ 3 ] {4ce98e93-d6f0-4f31-8216-0ab827103a33} <Debug> executeQuery: Read 112 rows, 9.63 KiB in 0.001964 sec., 57026.476578411406 rows/sec., 4.79 MiB/sec. | ||
7130 | 2024.08.22 02:21:06.732136 [ 3 ] {4ce98e93-d6f0-4f31-8216-0ab827103a33} <Debug> DynamicQueryHandler: Done processing query | ||
7131 | 2024.08.22 02:21:06.732162 [ 3 ] {4ce98e93-d6f0-4f31-8216-0ab827103a33} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
7132 | 2024.08.22 02:21:06.732180 [ 3 ] {} <Debug> HTTP-Session: 53452235-d7de-49b3-8c9b-24317f281ae0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7133 | 2024.08.22 02:21:06.732326 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 4068, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7134 | 2024.08.22 02:21:06.732376 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7135 | 2024.08.22 02:21:06.732395 [ 3 ] {} <Debug> HTTP-Session: 3cfef587-e31c-47d3-96ea-cae4989f1227 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
7136 | 2024.08.22 02:21:06.732411 [ 3 ] {} <Debug> HTTP-Session: 3cfef587-e31c-47d3-96ea-cae4989f1227 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7137 | 2024.08.22 02:21:06.732425 [ 3 ] {} <Debug> HTTP-Session: 3cfef587-e31c-47d3-96ea-cae4989f1227 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7138 | 2024.08.22 02:21:06.732457 [ 3 ] {} <Trace> HTTP-Session: 3cfef587-e31c-47d3-96ea-cae4989f1227 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7139 | 2024.08.22 02:21:06.732564 [ 3 ] {eb4d148a-1e23-4694-8f10-82789260dc74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
7140 | 2024.08.22 02:21:06.732608 [ 3 ] {eb4d148a-1e23-4694-8f10-82789260dc74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7141 | 2024.08.22 02:21:06.732834 [ 3 ] {eb4d148a-1e23-4694-8f10-82789260dc74} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7142 | 2024.08.22 02:21:06.733154 [ 3 ] {eb4d148a-1e23-4694-8f10-82789260dc74} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7143 | 2024.08.22 02:21:06.733190 [ 3 ] {eb4d148a-1e23-4694-8f10-82789260dc74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
7144 | 2024.08.22 02:21:06.733542 [ 3 ] {eb4d148a-1e23-4694-8f10-82789260dc74} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
7145 | 2024.08.22 02:21:06.733944 [ 3 ] {eb4d148a-1e23-4694-8f10-82789260dc74} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7146 | 2024.08.22 02:21:06.734077 [ 3 ] {eb4d148a-1e23-4694-8f10-82789260dc74} <Debug> executeQuery: Read 28 rows, 2.11 KiB in 0.00155 sec., 18064.516129032258 rows/sec., 1.33 MiB/sec. | ||
7147 | 2024.08.22 02:21:06.734236 [ 3 ] {eb4d148a-1e23-4694-8f10-82789260dc74} <Debug> DynamicQueryHandler: Done processing query | ||
7148 | 2024.08.22 02:21:06.734261 [ 3 ] {eb4d148a-1e23-4694-8f10-82789260dc74} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7149 | 2024.08.22 02:21:06.734278 [ 3 ] {} <Debug> HTTP-Session: 3cfef587-e31c-47d3-96ea-cae4989f1227 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7150 | 2024.08.22 02:21:06.734445 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 15623, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7151 | 2024.08.22 02:21:06.734495 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7152 | 2024.08.22 02:21:06.734514 [ 3 ] {} <Debug> HTTP-Session: 9940b05e-02e8-4184-a247-8e4d72e8124d Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
7153 | 2024.08.22 02:21:06.734531 [ 3 ] {} <Debug> HTTP-Session: 9940b05e-02e8-4184-a247-8e4d72e8124d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7154 | 2024.08.22 02:21:06.734545 [ 3 ] {} <Debug> HTTP-Session: 9940b05e-02e8-4184-a247-8e4d72e8124d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7155 | 2024.08.22 02:21:06.734575 [ 3 ] {} <Trace> HTTP-Session: 9940b05e-02e8-4184-a247-8e4d72e8124d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7156 | 2024.08.22 02:21:06.734696 [ 3 ] {a2d52bd7-cde2-41ed-bb10-d17007b62e8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7157 | 2024.08.22 02:21:06.734740 [ 3 ] {a2d52bd7-cde2-41ed-bb10-d17007b62e8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7158 | 2024.08.22 02:21:06.734964 [ 3 ] {a2d52bd7-cde2-41ed-bb10-d17007b62e8a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7159 | 2024.08.22 02:21:06.735329 [ 3 ] {a2d52bd7-cde2-41ed-bb10-d17007b62e8a} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7160 | 2024.08.22 02:21:06.735367 [ 3 ] {a2d52bd7-cde2-41ed-bb10-d17007b62e8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
7161 | 2024.08.22 02:21:06.735716 [ 3 ] {a2d52bd7-cde2-41ed-bb10-d17007b62e8a} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
7162 | 2024.08.22 02:21:06.736068 [ 3 ] {a2d52bd7-cde2-41ed-bb10-d17007b62e8a} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7163 | 2024.08.22 02:21:06.736199 [ 3 ] {a2d52bd7-cde2-41ed-bb10-d17007b62e8a} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.001545 sec., 59546.925566343045 rows/sec., 4.65 MiB/sec. | ||
7164 | 2024.08.22 02:21:06.736363 [ 3 ] {a2d52bd7-cde2-41ed-bb10-d17007b62e8a} <Debug> DynamicQueryHandler: Done processing query | ||
7165 | 2024.08.22 02:21:06.736388 [ 3 ] {a2d52bd7-cde2-41ed-bb10-d17007b62e8a} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
7166 | 2024.08.22 02:21:06.736404 [ 3 ] {} <Debug> HTTP-Session: 9940b05e-02e8-4184-a247-8e4d72e8124d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7167 | 2024.08.22 02:21:06.736564 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 30592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7168 | 2024.08.22 02:21:06.736614 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7169 | 2024.08.22 02:21:06.736634 [ 3 ] {} <Debug> HTTP-Session: 4c3540ef-2873-4c57-9e8c-ee6e33d24c8a Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
7170 | 2024.08.22 02:21:06.736652 [ 3 ] {} <Debug> HTTP-Session: 4c3540ef-2873-4c57-9e8c-ee6e33d24c8a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7171 | 2024.08.22 02:21:06.736667 [ 3 ] {} <Debug> HTTP-Session: 4c3540ef-2873-4c57-9e8c-ee6e33d24c8a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7172 | 2024.08.22 02:21:06.736697 [ 3 ] {} <Trace> HTTP-Session: 4c3540ef-2873-4c57-9e8c-ee6e33d24c8a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7173 | 2024.08.22 02:21:06.736844 [ 3 ] {85a8a4b5-029e-46a6-8fcb-f13c736b110d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7174 | 2024.08.22 02:21:06.736890 [ 3 ] {85a8a4b5-029e-46a6-8fcb-f13c736b110d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7175 | 2024.08.22 02:21:06.737030 [ 3 ] {85a8a4b5-029e-46a6-8fcb-f13c736b110d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7176 | 2024.08.22 02:21:06.737381 [ 3 ] {85a8a4b5-029e-46a6-8fcb-f13c736b110d} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7177 | 2024.08.22 02:21:06.737416 [ 3 ] {85a8a4b5-029e-46a6-8fcb-f13c736b110d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
7178 | 2024.08.22 02:21:06.737800 [ 3 ] {85a8a4b5-029e-46a6-8fcb-f13c736b110d} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
7179 | 2024.08.22 02:21:06.738149 [ 3 ] {85a8a4b5-029e-46a6-8fcb-f13c736b110d} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7180 | 2024.08.22 02:21:06.738275 [ 3 ] {85a8a4b5-029e-46a6-8fcb-f13c736b110d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001503 sec., 106453.75914836992 rows/sec., 7.41 MiB/sec. | ||
7181 | 2024.08.22 02:21:06.738425 [ 3 ] {85a8a4b5-029e-46a6-8fcb-f13c736b110d} <Debug> DynamicQueryHandler: Done processing query | ||
7182 | 2024.08.22 02:21:06.738450 [ 3 ] {85a8a4b5-029e-46a6-8fcb-f13c736b110d} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7183 | 2024.08.22 02:21:06.738466 [ 3 ] {} <Debug> HTTP-Session: 4c3540ef-2873-4c57-9e8c-ee6e33d24c8a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7184 | 2024.08.22 02:21:06.738665 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 45125, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7185 | 2024.08.22 02:21:06.738714 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7186 | 2024.08.22 02:21:06.738734 [ 3 ] {} <Debug> HTTP-Session: 10245923-5d87-4aee-b891-05657e1219ac Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
7187 | 2024.08.22 02:21:06.738751 [ 3 ] {} <Debug> HTTP-Session: 10245923-5d87-4aee-b891-05657e1219ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7188 | 2024.08.22 02:21:06.738765 [ 3 ] {} <Debug> HTTP-Session: 10245923-5d87-4aee-b891-05657e1219ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7189 | 2024.08.22 02:21:06.738796 [ 3 ] {} <Trace> HTTP-Session: 10245923-5d87-4aee-b891-05657e1219ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7190 | 2024.08.22 02:21:06.739073 [ 3 ] {9119f41c-4bd9-4c0c-b985-15cc89b8aa5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7191 | 2024.08.22 02:21:06.739136 [ 3 ] {9119f41c-4bd9-4c0c-b985-15cc89b8aa5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
7192 | 2024.08.22 02:21:06.739534 [ 3 ] {9119f41c-4bd9-4c0c-b985-15cc89b8aa5d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7193 | 2024.08.22 02:21:06.740234 [ 3 ] {9119f41c-4bd9-4c0c-b985-15cc89b8aa5d} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7194 | 2024.08.22 02:21:06.740269 [ 3 ] {9119f41c-4bd9-4c0c-b985-15cc89b8aa5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
7195 | 2024.08.22 02:21:06.740893 [ 3 ] {9119f41c-4bd9-4c0c-b985-15cc89b8aa5d} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
7196 | 2024.08.22 02:21:06.741302 [ 3 ] {9119f41c-4bd9-4c0c-b985-15cc89b8aa5d} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7197 | 2024.08.22 02:21:06.741454 [ 3 ] {9119f41c-4bd9-4c0c-b985-15cc89b8aa5d} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.002579 sec., 10856.921287320667 rows/sec., 19.46 MiB/sec. | ||
7198 | 2024.08.22 02:21:06.741794 [ 3 ] {9119f41c-4bd9-4c0c-b985-15cc89b8aa5d} <Debug> DynamicQueryHandler: Done processing query | ||
7199 | 2024.08.22 02:21:06.741819 [ 3 ] {9119f41c-4bd9-4c0c-b985-15cc89b8aa5d} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
7200 | 2024.08.22 02:21:06.741835 [ 3 ] {} <Debug> HTTP-Session: 10245923-5d87-4aee-b891-05657e1219ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7201 | 2024.08.22 02:21:06.741960 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7202 | 2024.08.22 02:21:06.742008 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7203 | 2024.08.22 02:21:06.742028 [ 3 ] {} <Debug> HTTP-Session: a2e8ab63-62e8-4a4b-a2be-3e4d4338e640 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
7204 | 2024.08.22 02:21:06.742046 [ 3 ] {} <Debug> HTTP-Session: a2e8ab63-62e8-4a4b-a2be-3e4d4338e640 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7205 | 2024.08.22 02:21:06.742060 [ 3 ] {} <Debug> HTTP-Session: a2e8ab63-62e8-4a4b-a2be-3e4d4338e640 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7206 | 2024.08.22 02:21:06.742091 [ 3 ] {} <Trace> HTTP-Session: a2e8ab63-62e8-4a4b-a2be-3e4d4338e640 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7207 | 2024.08.22 02:21:06.742210 [ 3 ] {78cb0176-8994-49cc-8e11-35385a6099aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7208 | 2024.08.22 02:21:06.742255 [ 3 ] {78cb0176-8994-49cc-8e11-35385a6099aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7209 | 2024.08.22 02:21:06.742386 [ 3 ] {78cb0176-8994-49cc-8e11-35385a6099aa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7210 | 2024.08.22 02:21:06.742679 [ 3 ] {78cb0176-8994-49cc-8e11-35385a6099aa} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7211 | 2024.08.22 02:21:06.742715 [ 3 ] {78cb0176-8994-49cc-8e11-35385a6099aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
7212 | 2024.08.22 02:21:06.743066 [ 3 ] {78cb0176-8994-49cc-8e11-35385a6099aa} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
7213 | 2024.08.22 02:21:06.743389 [ 3 ] {78cb0176-8994-49cc-8e11-35385a6099aa} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7214 | 2024.08.22 02:21:06.743512 [ 3 ] {78cb0176-8994-49cc-8e11-35385a6099aa} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001345 sec., 44609.665427509295 rows/sec., 3.01 MiB/sec. | ||
7215 | 2024.08.22 02:21:06.743768 [ 3 ] {78cb0176-8994-49cc-8e11-35385a6099aa} <Debug> DynamicQueryHandler: Done processing query | ||
7216 | 2024.08.22 02:21:06.743818 [ 3 ] {78cb0176-8994-49cc-8e11-35385a6099aa} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7217 | 2024.08.22 02:21:06.743855 [ 3 ] {} <Debug> HTTP-Session: a2e8ab63-62e8-4a4b-a2be-3e4d4338e640 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7218 | 2024.08.22 02:21:11.733555 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7219 | 2024.08.22 02:21:11.733690 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7220 | 2024.08.22 02:21:11.733718 [ 3 ] {} <Debug> HTTP-Session: 9bf30751-72c0-454f-9445-95cefecf67b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
7221 | 2024.08.22 02:21:11.733742 [ 3 ] {} <Debug> HTTP-Session: 9bf30751-72c0-454f-9445-95cefecf67b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7222 | 2024.08.22 02:21:11.733757 [ 3 ] {} <Debug> HTTP-Session: 9bf30751-72c0-454f-9445-95cefecf67b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7223 | 2024.08.22 02:21:11.733810 [ 3 ] {} <Trace> HTTP-Session: 9bf30751-72c0-454f-9445-95cefecf67b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7224 | 2024.08.22 02:21:11.733997 [ 3 ] {de896c5e-6589-421e-a612-417fd564ab7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
7225 | 2024.08.22 02:21:11.734066 [ 3 ] {de896c5e-6589-421e-a612-417fd564ab7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
7226 | 2024.08.22 02:21:11.734407 [ 3 ] {de896c5e-6589-421e-a612-417fd564ab7d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7227 | 2024.08.22 02:21:11.734841 [ 3 ] {de896c5e-6589-421e-a612-417fd564ab7d} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7228 | 2024.08.22 02:21:11.734888 [ 3 ] {de896c5e-6589-421e-a612-417fd564ab7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
7229 | 2024.08.22 02:21:11.735316 [ 3 ] {de896c5e-6589-421e-a612-417fd564ab7d} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
7230 | 2024.08.22 02:21:11.735778 [ 3 ] {de896c5e-6589-421e-a612-417fd564ab7d} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7231 | 2024.08.22 02:21:11.735968 [ 3 ] {de896c5e-6589-421e-a612-417fd564ab7d} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.002018 sec., 1982.1605550049555 rows/sec., 161.63 KiB/sec. | ||
7232 | 2024.08.22 02:21:11.736296 [ 3 ] {de896c5e-6589-421e-a612-417fd564ab7d} <Debug> DynamicQueryHandler: Done processing query | ||
7233 | 2024.08.22 02:21:11.736323 [ 3 ] {de896c5e-6589-421e-a612-417fd564ab7d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7234 | 2024.08.22 02:21:11.736341 [ 3 ] {} <Debug> HTTP-Session: 9bf30751-72c0-454f-9445-95cefecf67b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7235 | 2024.08.22 02:21:11.736565 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 29241, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7236 | 2024.08.22 02:21:11.736621 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7237 | 2024.08.22 02:21:11.736642 [ 3 ] {} <Debug> HTTP-Session: 9c2c0550-8662-446f-bb3a-5efb8f4be763 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
7238 | 2024.08.22 02:21:11.736660 [ 3 ] {} <Debug> HTTP-Session: 9c2c0550-8662-446f-bb3a-5efb8f4be763 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7239 | 2024.08.22 02:21:11.736674 [ 3 ] {} <Debug> HTTP-Session: 9c2c0550-8662-446f-bb3a-5efb8f4be763 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7240 | 2024.08.22 02:21:11.736711 [ 3 ] {} <Trace> HTTP-Session: 9c2c0550-8662-446f-bb3a-5efb8f4be763 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7241 | 2024.08.22 02:21:11.736871 [ 3 ] {d2abebb6-2d10-496e-a0ef-40033591cada} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7242 | 2024.08.22 02:21:11.736921 [ 3 ] {d2abebb6-2d10-496e-a0ef-40033591cada} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7243 | 2024.08.22 02:21:11.737446 [ 3 ] {d2abebb6-2d10-496e-a0ef-40033591cada} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7244 | 2024.08.22 02:21:11.737893 [ 3 ] {d2abebb6-2d10-496e-a0ef-40033591cada} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7245 | 2024.08.22 02:21:11.737931 [ 3 ] {d2abebb6-2d10-496e-a0ef-40033591cada} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
7246 | 2024.08.22 02:21:11.738318 [ 3 ] {d2abebb6-2d10-496e-a0ef-40033591cada} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
7247 | 2024.08.22 02:21:11.738682 [ 3 ] {d2abebb6-2d10-496e-a0ef-40033591cada} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7248 | 2024.08.22 02:21:11.738842 [ 3 ] {d2abebb6-2d10-496e-a0ef-40033591cada} <Debug> executeQuery: Read 195 rows, 17.39 KiB in 0.002039 sec., 95635.11525257479 rows/sec., 8.33 MiB/sec. | ||
7249 | 2024.08.22 02:21:11.738841 [ 95 ] {} <Debug> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
7250 | 2024.08.22 02:21:11.738962 [ 95 ] {} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7251 | 2024.08.22 02:21:11.739009 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
7252 | 2024.08.22 02:21:11.739111 [ 3 ] {d2abebb6-2d10-496e-a0ef-40033591cada} <Debug> DynamicQueryHandler: Done processing query | ||
7253 | 2024.08.22 02:21:11.739146 [ 3 ] {d2abebb6-2d10-496e-a0ef-40033591cada} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
7254 | 2024.08.22 02:21:11.739153 [ 192 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::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 | ||
7255 | 2024.08.22 02:21:11.739166 [ 3 ] {} <Debug> HTTP-Session: 9c2c0550-8662-446f-bb3a-5efb8f4be763 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7256 | 2024.08.22 02:21:11.739290 [ 192 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7257 | 2024.08.22 02:21:11.739324 [ 192 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1398 rows starting from the beginning of the part | ||
7258 | 2024.08.22 02:21:11.739346 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 897, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7259 | 2024.08.22 02:21:11.739410 [ 192 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 193 rows starting from the beginning of the part | ||
7260 | 2024.08.22 02:21:11.739467 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7261 | 2024.08.22 02:21:11.739556 [ 3 ] {} <Debug> HTTP-Session: 0256e7a2-8a62-4837-8783-dcd32fc17658 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
7262 | 2024.08.22 02:21:11.739654 [ 3 ] {} <Debug> HTTP-Session: 0256e7a2-8a62-4837-8783-dcd32fc17658 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7263 | 2024.08.22 02:21:11.739752 [ 3 ] {} <Debug> HTTP-Session: 0256e7a2-8a62-4837-8783-dcd32fc17658 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7264 | 2024.08.22 02:21:11.739822 [ 192 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 112 rows starting from the beginning of the part | ||
7265 | 2024.08.22 02:21:11.739928 [ 3 ] {} <Trace> HTTP-Session: 0256e7a2-8a62-4837-8783-dcd32fc17658 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7266 | 2024.08.22 02:21:11.740224 [ 192 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 193 rows starting from the beginning of the part | ||
7267 | 2024.08.22 02:21:11.740277 [ 3 ] {1340b473-93d6-4014-9100-28600d40e255} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
7268 | 2024.08.22 02:21:11.740461 [ 3 ] {1340b473-93d6-4014-9100-28600d40e255} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7269 | 2024.08.22 02:21:11.740572 [ 192 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 112 rows starting from the beginning of the part | ||
7270 | 2024.08.22 02:21:11.740888 [ 192 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 195 rows starting from the beginning of the part | ||
7271 | 2024.08.22 02:21:11.741534 [ 3 ] {1340b473-93d6-4014-9100-28600d40e255} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7272 | 2024.08.22 02:21:11.741996 [ 3 ] {1340b473-93d6-4014-9100-28600d40e255} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7273 | 2024.08.22 02:21:11.742043 [ 3 ] {1340b473-93d6-4014-9100-28600d40e255} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
7274 | 2024.08.22 02:21:11.742576 [ 3 ] {1340b473-93d6-4014-9100-28600d40e255} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
7275 | 2024.08.22 02:21:11.743087 [ 3 ] {1340b473-93d6-4014-9100-28600d40e255} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7276 | 2024.08.22 02:21:11.743138 [ 197 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2203 rows, containing 5 columns (5 merged, 0 gathered) in 0.004041657 sec., 545073.468629327 rows/sec., 48.09 MiB/sec. | ||
7277 | 2024.08.22 02:21:11.743335 [ 3 ] {1340b473-93d6-4014-9100-28600d40e255} <Debug> executeQuery: Read 6 rows, 440.00 B in 0.003166 sec., 1895.1358180669615 rows/sec., 135.72 KiB/sec. | ||
7278 | 2024.08.22 02:21:11.743645 [ 197 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
7279 | 2024.08.22 02:21:11.743893 [ 3 ] {1340b473-93d6-4014-9100-28600d40e255} <Debug> DynamicQueryHandler: Done processing query | ||
7280 | 2024.08.22 02:21:11.743978 [ 3 ] {1340b473-93d6-4014-9100-28600d40e255} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7281 | 2024.08.22 02:21:11.744044 [ 3 ] {} <Debug> HTTP-Session: 0256e7a2-8a62-4837-8783-dcd32fc17658 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7282 | 2024.08.22 02:21:11.744279 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7283 | 2024.08.22 02:21:11.744428 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7284 | 2024.08.22 02:21:11.744473 [ 3 ] {} <Debug> HTTP-Session: 7e29a516-39f8-422d-9c40-29b30a494eb4 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
7285 | 2024.08.22 02:21:11.744532 [ 3 ] {} <Debug> HTTP-Session: 7e29a516-39f8-422d-9c40-29b30a494eb4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7286 | 2024.08.22 02:21:11.744576 [ 3 ] {} <Debug> HTTP-Session: 7e29a516-39f8-422d-9c40-29b30a494eb4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7287 | 2024.08.22 02:21:11.744643 [ 3 ] {} <Trace> HTTP-Session: 7e29a516-39f8-422d-9c40-29b30a494eb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7288 | 2024.08.22 02:21:11.744815 [ 3 ] {ff30c83a-ac7e-48e8-ba66-a28308de5c70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
7289 | 2024.08.22 02:21:11.744873 [ 197 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_36_7} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7290 | 2024.08.22 02:21:11.744895 [ 3 ] {ff30c83a-ac7e-48e8-ba66-a28308de5c70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
7291 | 2024.08.22 02:21:11.745096 [ 197 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_36_7} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
7292 | 2024.08.22 02:21:11.745292 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB. | ||
7293 | 2024.08.22 02:21:11.745438 [ 3 ] {ff30c83a-ac7e-48e8-ba66-a28308de5c70} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7294 | 2024.08.22 02:21:11.745771 [ 3 ] {ff30c83a-ac7e-48e8-ba66-a28308de5c70} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7295 | 2024.08.22 02:21:11.745810 [ 3 ] {ff30c83a-ac7e-48e8-ba66-a28308de5c70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
7296 | 2024.08.22 02:21:11.746187 [ 3 ] {ff30c83a-ac7e-48e8-ba66-a28308de5c70} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
7297 | 2024.08.22 02:21:11.746552 [ 3 ] {ff30c83a-ac7e-48e8-ba66-a28308de5c70} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7298 | 2024.08.22 02:21:11.746711 [ 95 ] {} <Debug> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
7299 | 2024.08.22 02:21:11.746720 [ 3 ] {ff30c83a-ac7e-48e8-ba66-a28308de5c70} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001956 sec., 7157.464212678937 rows/sec., 501.26 KiB/sec. | ||
7300 | 2024.08.22 02:21:11.746760 [ 95 ] {} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7301 | 2024.08.22 02:21:11.746826 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
7302 | 2024.08.22 02:21:11.747034 [ 188 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::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 | ||
7303 | 2024.08.22 02:21:11.747042 [ 3 ] {ff30c83a-ac7e-48e8-ba66-a28308de5c70} <Debug> DynamicQueryHandler: Done processing query | ||
7304 | 2024.08.22 02:21:11.747110 [ 3 ] {ff30c83a-ac7e-48e8-ba66-a28308de5c70} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7305 | 2024.08.22 02:21:11.747160 [ 3 ] {} <Debug> HTTP-Session: 7e29a516-39f8-422d-9c40-29b30a494eb4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7306 | 2024.08.22 02:21:11.747279 [ 188 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7307 | 2024.08.22 02:21:11.747309 [ 188 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 243 rows starting from the beginning of the part | ||
7308 | 2024.08.22 02:21:11.747350 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7309 | 2024.08.22 02:21:11.747448 [ 188 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 14 rows starting from the beginning of the part | ||
7310 | 2024.08.22 02:21:11.747483 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7311 | 2024.08.22 02:21:11.747568 [ 3 ] {} <Debug> HTTP-Session: b532f87a-eef7-47a7-8ab8-a59c9f3d5439 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
7312 | 2024.08.22 02:21:11.747625 [ 3 ] {} <Debug> HTTP-Session: b532f87a-eef7-47a7-8ab8-a59c9f3d5439 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7313 | 2024.08.22 02:21:11.747721 [ 3 ] {} <Debug> HTTP-Session: b532f87a-eef7-47a7-8ab8-a59c9f3d5439 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7314 | 2024.08.22 02:21:11.747832 [ 188 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 228 rows starting from the beginning of the part | ||
7315 | 2024.08.22 02:21:11.747835 [ 3 ] {} <Trace> HTTP-Session: b532f87a-eef7-47a7-8ab8-a59c9f3d5439 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7316 | 2024.08.22 02:21:11.748154 [ 188 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 14 rows starting from the beginning of the part | ||
7317 | 2024.08.22 02:21:11.748172 [ 3 ] {198b3bf0-c764-44ad-b7ff-cb71e46c7962} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
7318 | 2024.08.22 02:21:11.748334 [ 3 ] {198b3bf0-c764-44ad-b7ff-cb71e46c7962} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
7319 | 2024.08.22 02:21:11.748552 [ 188 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 14 rows starting from the beginning of the part | ||
7320 | 2024.08.22 02:21:11.748859 [ 188 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 14 rows starting from the beginning of the part | ||
7321 | 2024.08.22 02:21:11.749580 [ 3 ] {198b3bf0-c764-44ad-b7ff-cb71e46c7962} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7322 | 2024.08.22 02:21:11.750074 [ 3 ] {198b3bf0-c764-44ad-b7ff-cb71e46c7962} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7323 | 2024.08.22 02:21:11.750119 [ 3 ] {198b3bf0-c764-44ad-b7ff-cb71e46c7962} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
7324 | 2024.08.22 02:21:11.750652 [ 3 ] {198b3bf0-c764-44ad-b7ff-cb71e46c7962} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
7325 | 2024.08.22 02:21:11.750974 [ 188 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 527 rows, containing 5 columns (5 merged, 0 gathered) in 0.004033146 sec., 130667.22603149006 rows/sec., 8.88 MiB/sec. | ||
7326 | 2024.08.22 02:21:11.751136 [ 188 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
7327 | 2024.08.22 02:21:11.751230 [ 3 ] {198b3bf0-c764-44ad-b7ff-cb71e46c7962} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7328 | 2024.08.22 02:21:11.751506 [ 3 ] {198b3bf0-c764-44ad-b7ff-cb71e46c7962} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.00346 sec., 1734.1040462427745 rows/sec., 102.45 KiB/sec. | ||
7329 | 2024.08.22 02:21:11.751770 [ 3 ] {198b3bf0-c764-44ad-b7ff-cb71e46c7962} <Debug> DynamicQueryHandler: Done processing query | ||
7330 | 2024.08.22 02:21:11.751796 [ 3 ] {198b3bf0-c764-44ad-b7ff-cb71e46c7962} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7331 | 2024.08.22 02:21:11.751815 [ 3 ] {} <Debug> HTTP-Session: b532f87a-eef7-47a7-8ab8-a59c9f3d5439 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7332 | 2024.08.22 02:21:11.751847 [ 188 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_21_4} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7333 | 2024.08.22 02:21:11.751917 [ 188 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_21_4} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
7334 | 2024.08.22 02:21:11.751989 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
7335 | 2024.08.22 02:21:11.752025 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 62788, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7336 | 2024.08.22 02:21:11.752072 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7337 | 2024.08.22 02:21:11.752092 [ 3 ] {} <Debug> HTTP-Session: 293140a2-d71c-49c4-bbbd-a339442a59a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
7338 | 2024.08.22 02:21:11.752108 [ 3 ] {} <Debug> HTTP-Session: 293140a2-d71c-49c4-bbbd-a339442a59a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7339 | 2024.08.22 02:21:11.752121 [ 3 ] {} <Debug> HTTP-Session: 293140a2-d71c-49c4-bbbd-a339442a59a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7340 | 2024.08.22 02:21:11.752150 [ 3 ] {} <Trace> HTTP-Session: 293140a2-d71c-49c4-bbbd-a339442a59a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7341 | 2024.08.22 02:21:11.752346 [ 3 ] {b4f5ec4d-1242-4541-aeaf-137b230e62dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7342 | 2024.08.22 02:21:11.752387 [ 3 ] {b4f5ec4d-1242-4541-aeaf-137b230e62dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7343 | 2024.08.22 02:21:11.752668 [ 3 ] {b4f5ec4d-1242-4541-aeaf-137b230e62dd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7344 | 2024.08.22 02:21:11.753187 [ 3 ] {b4f5ec4d-1242-4541-aeaf-137b230e62dd} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7345 | 2024.08.22 02:21:11.753224 [ 3 ] {b4f5ec4d-1242-4541-aeaf-137b230e62dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
7346 | 2024.08.22 02:21:11.753597 [ 3 ] {b4f5ec4d-1242-4541-aeaf-137b230e62dd} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
7347 | 2024.08.22 02:21:11.753986 [ 3 ] {b4f5ec4d-1242-4541-aeaf-137b230e62dd} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7348 | 2024.08.22 02:21:11.754140 [ 95 ] {} <Debug> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
7349 | 2024.08.22 02:21:11.754148 [ 3 ] {b4f5ec4d-1242-4541-aeaf-137b230e62dd} <Debug> executeQuery: Read 388 rows, 28.17 KiB in 0.00187 sec., 207486.63101604278 rows/sec., 14.71 MiB/sec. | ||
7350 | 2024.08.22 02:21:11.754190 [ 95 ] {} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7351 | 2024.08.22 02:21:11.754255 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
7352 | 2024.08.22 02:21:11.754464 [ 190 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::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 | ||
7353 | 2024.08.22 02:21:11.754480 [ 3 ] {b4f5ec4d-1242-4541-aeaf-137b230e62dd} <Debug> DynamicQueryHandler: Done processing query | ||
7354 | 2024.08.22 02:21:11.754542 [ 3 ] {b4f5ec4d-1242-4541-aeaf-137b230e62dd} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
7355 | 2024.08.22 02:21:11.754571 [ 3 ] {} <Debug> HTTP-Session: 293140a2-d71c-49c4-bbbd-a339442a59a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7356 | 2024.08.22 02:21:11.754703 [ 190 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7357 | 2024.08.22 02:21:11.754760 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7358 | 2024.08.22 02:21:11.754778 [ 190 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 902 rows starting from the beginning of the part | ||
7359 | 2024.08.22 02:21:11.754855 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7360 | 2024.08.22 02:21:11.754980 [ 3 ] {} <Debug> HTTP-Session: 934a266e-249e-4d2d-a731-1d280f842bc7 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
7361 | 2024.08.22 02:21:11.755023 [ 190 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 384 rows starting from the beginning of the part | ||
7362 | 2024.08.22 02:21:11.755053 [ 3 ] {} <Debug> HTTP-Session: 934a266e-249e-4d2d-a731-1d280f842bc7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7363 | 2024.08.22 02:21:11.755138 [ 3 ] {} <Debug> HTTP-Session: 934a266e-249e-4d2d-a731-1d280f842bc7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7364 | 2024.08.22 02:21:11.755312 [ 3 ] {} <Trace> HTTP-Session: 934a266e-249e-4d2d-a731-1d280f842bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7365 | 2024.08.22 02:21:11.755329 [ 190 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 92 rows starting from the beginning of the part | ||
7366 | 2024.08.22 02:21:11.755608 [ 190 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 384 rows starting from the beginning of the part | ||
7367 | 2024.08.22 02:21:11.755632 [ 3 ] {6cd1821c-8d48-4226-8e8a-894c7f5b8ea9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
7368 | 2024.08.22 02:21:11.755854 [ 3 ] {6cd1821c-8d48-4226-8e8a-894c7f5b8ea9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
7369 | 2024.08.22 02:21:11.755864 [ 190 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 92 rows starting from the beginning of the part | ||
7370 | 2024.08.22 02:21:11.756188 [ 190 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 388 rows starting from the beginning of the part | ||
7371 | 2024.08.22 02:21:11.756789 [ 3 ] {6cd1821c-8d48-4226-8e8a-894c7f5b8ea9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7372 | 2024.08.22 02:21:11.757401 [ 3 ] {6cd1821c-8d48-4226-8e8a-894c7f5b8ea9} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7373 | 2024.08.22 02:21:11.757448 [ 3 ] {6cd1821c-8d48-4226-8e8a-894c7f5b8ea9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
7374 | 2024.08.22 02:21:11.758344 [ 3 ] {6cd1821c-8d48-4226-8e8a-894c7f5b8ea9} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
7375 | 2024.08.22 02:21:11.758989 [ 3 ] {6cd1821c-8d48-4226-8e8a-894c7f5b8ea9} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7376 | 2024.08.22 02:21:11.759281 [ 3 ] {6cd1821c-8d48-4226-8e8a-894c7f5b8ea9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003762 sec., 1594.8963317384369 rows/sec., 83.33 KiB/sec. | ||
7377 | 2024.08.22 02:21:11.759945 [ 3 ] {6cd1821c-8d48-4226-8e8a-894c7f5b8ea9} <Debug> DynamicQueryHandler: Done processing query | ||
7378 | 2024.08.22 02:21:11.760061 [ 190 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2242 rows, containing 5 columns (5 merged, 0 gathered) in 0.005686093 sec., 394295.34480002354 rows/sec., 29.96 MiB/sec. | ||
7379 | 2024.08.22 02:21:11.760086 [ 3 ] {6cd1821c-8d48-4226-8e8a-894c7f5b8ea9} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
7380 | 2024.08.22 02:21:11.760147 [ 3 ] {} <Debug> HTTP-Session: 934a266e-249e-4d2d-a731-1d280f842bc7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7381 | 2024.08.22 02:21:11.760346 [ 190 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
7382 | 2024.08.22 02:21:11.760464 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 44982, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7383 | 2024.08.22 02:21:11.760573 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7384 | 2024.08.22 02:21:11.760600 [ 3 ] {} <Debug> HTTP-Session: be2760a9-8c7c-40f1-a1ca-fc2b257e740d Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
7385 | 2024.08.22 02:21:11.760636 [ 3 ] {} <Debug> HTTP-Session: be2760a9-8c7c-40f1-a1ca-fc2b257e740d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7386 | 2024.08.22 02:21:11.760668 [ 3 ] {} <Debug> HTTP-Session: be2760a9-8c7c-40f1-a1ca-fc2b257e740d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7387 | 2024.08.22 02:21:11.760853 [ 3 ] {} <Trace> HTTP-Session: be2760a9-8c7c-40f1-a1ca-fc2b257e740d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7388 | 2024.08.22 02:21:11.761262 [ 3 ] {a86a7504-1020-44af-9ab6-93e9dcf2486c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7389 | 2024.08.22 02:21:11.761354 [ 3 ] {a86a7504-1020-44af-9ab6-93e9dcf2486c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7390 | 2024.08.22 02:21:11.761378 [ 190 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_36_7} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7391 | 2024.08.22 02:21:11.761663 [ 190 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_36_7} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
7392 | 2024.08.22 02:21:11.761814 [ 3 ] {a86a7504-1020-44af-9ab6-93e9dcf2486c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7393 | 2024.08.22 02:21:11.761866 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
7394 | 2024.08.22 02:21:11.762471 [ 3 ] {a86a7504-1020-44af-9ab6-93e9dcf2486c} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7395 | 2024.08.22 02:21:11.762521 [ 3 ] {a86a7504-1020-44af-9ab6-93e9dcf2486c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
7396 | 2024.08.22 02:21:11.762966 [ 3 ] {a86a7504-1020-44af-9ab6-93e9dcf2486c} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
7397 | 2024.08.22 02:21:11.763349 [ 3 ] {a86a7504-1020-44af-9ab6-93e9dcf2486c} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7398 | 2024.08.22 02:21:11.763530 [ 3 ] {a86a7504-1020-44af-9ab6-93e9dcf2486c} <Debug> executeQuery: Read 239 rows, 16.41 KiB in 0.002439 sec., 97990.97990979909 rows/sec., 6.57 MiB/sec. | ||
7399 | 2024.08.22 02:21:11.763530 [ 95 ] {} <Debug> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
7400 | 2024.08.22 02:21:11.763618 [ 95 ] {} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7401 | 2024.08.22 02:21:11.763665 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
7402 | 2024.08.22 02:21:11.763865 [ 189 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::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 | ||
7403 | 2024.08.22 02:21:11.763882 [ 3 ] {a86a7504-1020-44af-9ab6-93e9dcf2486c} <Debug> DynamicQueryHandler: Done processing query | ||
7404 | 2024.08.22 02:21:11.763945 [ 3 ] {a86a7504-1020-44af-9ab6-93e9dcf2486c} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
7405 | 2024.08.22 02:21:11.763989 [ 3 ] {} <Debug> HTTP-Session: be2760a9-8c7c-40f1-a1ca-fc2b257e740d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7406 | 2024.08.22 02:21:11.764124 [ 189 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7407 | 2024.08.22 02:21:11.764202 [ 189 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 10244 rows starting from the beginning of the part | ||
7408 | 2024.08.22 02:21:11.764202 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7409 | 2024.08.22 02:21:11.764343 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7410 | 2024.08.22 02:21:11.764408 [ 189 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 237 rows starting from the beginning of the part | ||
7411 | 2024.08.22 02:21:11.764429 [ 3 ] {} <Debug> HTTP-Session: 885a881d-4c81-4695-a1e4-86ffc5a5fc23 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
7412 | 2024.08.22 02:21:11.764500 [ 3 ] {} <Debug> HTTP-Session: 885a881d-4c81-4695-a1e4-86ffc5a5fc23 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7413 | 2024.08.22 02:21:11.764567 [ 3 ] {} <Debug> HTTP-Session: 885a881d-4c81-4695-a1e4-86ffc5a5fc23 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7414 | 2024.08.22 02:21:11.764758 [ 3 ] {} <Trace> HTTP-Session: 885a881d-4c81-4695-a1e4-86ffc5a5fc23 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7415 | 2024.08.22 02:21:11.764774 [ 189 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::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 | ||
7416 | 2024.08.22 02:21:11.765105 [ 189 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 237 rows starting from the beginning of the part | ||
7417 | 2024.08.22 02:21:11.765136 [ 3 ] {6c28ae12-db62-40a8-b09b-a824ab29ca94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
7418 | 2024.08.22 02:21:11.765338 [ 3 ] {6c28ae12-db62-40a8-b09b-a824ab29ca94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
7419 | 2024.08.22 02:21:11.765502 [ 189 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 160 rows starting from the beginning of the part | ||
7420 | 2024.08.22 02:21:11.765845 [ 189 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 239 rows starting from the beginning of the part | ||
7421 | 2024.08.22 02:21:11.766634 [ 3 ] {6c28ae12-db62-40a8-b09b-a824ab29ca94} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7422 | 2024.08.22 02:21:11.767255 [ 3 ] {6c28ae12-db62-40a8-b09b-a824ab29ca94} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7423 | 2024.08.22 02:21:11.767297 [ 3 ] {6c28ae12-db62-40a8-b09b-a824ab29ca94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
7424 | 2024.08.22 02:21:11.767886 [ 3 ] {6c28ae12-db62-40a8-b09b-a824ab29ca94} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
7425 | 2024.08.22 02:21:11.768780 [ 3 ] {6c28ae12-db62-40a8-b09b-a824ab29ca94} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7426 | 2024.08.22 02:21:11.769158 [ 94 ] {} <Debug> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
7427 | 2024.08.22 02:21:11.769182 [ 3 ] {6c28ae12-db62-40a8-b09b-a824ab29ca94} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004186 sec., 238.89154323936935 rows/sec., 16.10 KiB/sec. | ||
7428 | 2024.08.22 02:21:11.769240 [ 94 ] {} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7429 | 2024.08.22 02:21:11.769387 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
7430 | 2024.08.22 02:21:11.769678 [ 188 ] {8761962f-4035-44a8-816e-471719dde5c7::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 | ||
7431 | 2024.08.22 02:21:11.769713 [ 3 ] {6c28ae12-db62-40a8-b09b-a824ab29ca94} <Debug> DynamicQueryHandler: Done processing query | ||
7432 | 2024.08.22 02:21:11.769938 [ 3 ] {6c28ae12-db62-40a8-b09b-a824ab29ca94} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
7433 | 2024.08.22 02:21:11.769972 [ 3 ] {} <Debug> HTTP-Session: 885a881d-4c81-4695-a1e4-86ffc5a5fc23 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7434 | 2024.08.22 02:21:11.770022 [ 188 ] {8761962f-4035-44a8-816e-471719dde5c7::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7435 | 2024.08.22 02:21:11.770061 [ 188 ] {8761962f-4035-44a8-816e-471719dde5c7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 11 rows starting from the beginning of the part | ||
7436 | 2024.08.22 02:21:11.770173 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 3204, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7437 | 2024.08.22 02:21:11.770240 [ 188 ] {8761962f-4035-44a8-816e-471719dde5c7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part | ||
7438 | 2024.08.22 02:21:11.770568 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7439 | 2024.08.22 02:21:11.770720 [ 3 ] {} <Debug> HTTP-Session: b2ce0672-2e8e-431d-b58d-bb06b184dd41 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
7440 | 2024.08.22 02:21:11.770817 [ 3 ] {} <Debug> HTTP-Session: b2ce0672-2e8e-431d-b58d-bb06b184dd41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7441 | 2024.08.22 02:21:11.770846 [ 188 ] {8761962f-4035-44a8-816e-471719dde5c7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part | ||
7442 | 2024.08.22 02:21:11.770879 [ 3 ] {} <Debug> HTTP-Session: b2ce0672-2e8e-431d-b58d-bb06b184dd41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7443 | 2024.08.22 02:21:11.771006 [ 3 ] {} <Trace> HTTP-Session: b2ce0672-2e8e-431d-b58d-bb06b184dd41 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7444 | 2024.08.22 02:21:11.771370 [ 188 ] {8761962f-4035-44a8-816e-471719dde5c7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part | ||
7445 | 2024.08.22 02:21:11.771501 [ 3 ] {3425631d-adee-4c2a-a232-6f513efd1904} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7446 | 2024.08.22 02:21:11.771759 [ 188 ] {8761962f-4035-44a8-816e-471719dde5c7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part | ||
7447 | 2024.08.22 02:21:11.771905 [ 3 ] {3425631d-adee-4c2a-a232-6f513efd1904} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
7448 | 2024.08.22 02:21:11.772036 [ 188 ] {8761962f-4035-44a8-816e-471719dde5c7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part | ||
7449 | 2024.08.22 02:21:11.773904 [ 191 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11277 rows, containing 5 columns (5 merged, 0 gathered) in 0.010071382 sec., 1119707.3053132133 rows/sec., 75.72 MiB/sec. | ||
7450 | 2024.08.22 02:21:11.774609 [ 191 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
7451 | 2024.08.22 02:21:11.776441 [ 3 ] {3425631d-adee-4c2a-a232-6f513efd1904} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7452 | 2024.08.22 02:21:11.776869 [ 191 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7453 | 2024.08.22 02:21:11.777283 [ 191 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
7454 | 2024.08.22 02:21:11.777732 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.15 MiB. | ||
7455 | 2024.08.22 02:21:11.778139 [ 191 ] {8761962f-4035-44a8-816e-471719dde5c7::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16 rows, containing 4 columns (4 merged, 0 gathered) in 0.008527185 sec., 1876.3519262218424 rows/sec., 125.98 KiB/sec. | ||
7456 | 2024.08.22 02:21:11.778391 [ 191 ] {8761962f-4035-44a8-816e-471719dde5c7::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
7457 | 2024.08.22 02:21:11.778515 [ 3 ] {3425631d-adee-4c2a-a232-6f513efd1904} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7458 | 2024.08.22 02:21:11.778585 [ 3 ] {3425631d-adee-4c2a-a232-6f513efd1904} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
7459 | 2024.08.22 02:21:11.779406 [ 191 ] {8761962f-4035-44a8-816e-471719dde5c7::all_1_16_3} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7460 | 2024.08.22 02:21:11.779581 [ 191 ] {8761962f-4035-44a8-816e-471719dde5c7::all_1_16_3} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
7461 | 2024.08.22 02:21:11.779745 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
7462 | 2024.08.22 02:21:11.780027 [ 3 ] {3425631d-adee-4c2a-a232-6f513efd1904} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
7463 | 2024.08.22 02:21:11.780468 [ 3 ] {3425631d-adee-4c2a-a232-6f513efd1904} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7464 | 2024.08.22 02:21:11.780672 [ 3 ] {3425631d-adee-4c2a-a232-6f513efd1904} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.009371 sec., 213.42439440828085 rows/sec., 391.63 KiB/sec. | ||
7465 | 2024.08.22 02:21:11.780938 [ 3 ] {3425631d-adee-4c2a-a232-6f513efd1904} <Debug> DynamicQueryHandler: Done processing query | ||
7466 | 2024.08.22 02:21:11.780963 [ 3 ] {3425631d-adee-4c2a-a232-6f513efd1904} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
7467 | 2024.08.22 02:21:11.780980 [ 3 ] {} <Debug> HTTP-Session: b2ce0672-2e8e-431d-b58d-bb06b184dd41 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7468 | 2024.08.22 02:21:11.781120 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 12133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7469 | 2024.08.22 02:21:11.781169 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7470 | 2024.08.22 02:21:11.781188 [ 3 ] {} <Debug> HTTP-Session: df4af3a2-b4ce-4eb5-beff-eb75c7e227ef Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
7471 | 2024.08.22 02:21:11.781204 [ 3 ] {} <Debug> HTTP-Session: df4af3a2-b4ce-4eb5-beff-eb75c7e227ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7472 | 2024.08.22 02:21:11.781217 [ 3 ] {} <Debug> HTTP-Session: df4af3a2-b4ce-4eb5-beff-eb75c7e227ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7473 | 2024.08.22 02:21:11.781252 [ 3 ] {} <Trace> HTTP-Session: df4af3a2-b4ce-4eb5-beff-eb75c7e227ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7474 | 2024.08.22 02:21:11.781378 [ 3 ] {f8694367-8ab2-46fe-b631-a1d069518e04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7475 | 2024.08.22 02:21:11.781423 [ 3 ] {f8694367-8ab2-46fe-b631-a1d069518e04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7476 | 2024.08.22 02:21:11.781559 [ 3 ] {f8694367-8ab2-46fe-b631-a1d069518e04} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7477 | 2024.08.22 02:21:11.781896 [ 3 ] {f8694367-8ab2-46fe-b631-a1d069518e04} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7478 | 2024.08.22 02:21:11.781931 [ 3 ] {f8694367-8ab2-46fe-b631-a1d069518e04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
7479 | 2024.08.22 02:21:11.782305 [ 3 ] {f8694367-8ab2-46fe-b631-a1d069518e04} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
7480 | 2024.08.22 02:21:11.782624 [ 3 ] {f8694367-8ab2-46fe-b631-a1d069518e04} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7481 | 2024.08.22 02:21:11.782781 [ 3 ] {f8694367-8ab2-46fe-b631-a1d069518e04} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001447 sec., 56668.970283344854 rows/sec., 3.60 MiB/sec. | ||
7482 | 2024.08.22 02:21:11.782794 [ 94 ] {} <Debug> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
7483 | 2024.08.22 02:21:11.782869 [ 94 ] {} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7484 | 2024.08.22 02:21:11.782924 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
7485 | 2024.08.22 02:21:11.783065 [ 3 ] {f8694367-8ab2-46fe-b631-a1d069518e04} <Debug> DynamicQueryHandler: Done processing query | ||
7486 | 2024.08.22 02:21:11.783104 [ 202 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::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 | ||
7487 | 2024.08.22 02:21:11.783116 [ 3 ] {f8694367-8ab2-46fe-b631-a1d069518e04} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7488 | 2024.08.22 02:21:11.783179 [ 3 ] {} <Debug> HTTP-Session: df4af3a2-b4ce-4eb5-beff-eb75c7e227ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7489 | 2024.08.22 02:21:11.783300 [ 202 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7490 | 2024.08.22 02:21:11.783335 [ 202 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 2006 rows starting from the beginning of the part | ||
7491 | 2024.08.22 02:21:11.783402 [ 202 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 82 rows starting from the beginning of the part | ||
7492 | 2024.08.22 02:21:11.783492 [ 202 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::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 | ||
7493 | 2024.08.22 02:21:11.783608 [ 202 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 82 rows starting from the beginning of the part | ||
7494 | 2024.08.22 02:21:11.783686 [ 202 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::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 | ||
7495 | 2024.08.22 02:21:11.783783 [ 202 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 82 rows starting from the beginning of the part | ||
7496 | 2024.08.22 02:21:11.785079 [ 195 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2372 rows, containing 4 columns (4 merged, 0 gathered) in 0.002064329 sec., 1149041.6498532936 rows/sec., 75.19 MiB/sec. | ||
7497 | 2024.08.22 02:21:11.785307 [ 195 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
7498 | 2024.08.22 02:21:11.785707 [ 195 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_36_7} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7499 | 2024.08.22 02:21:11.785791 [ 195 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_36_7} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
7500 | 2024.08.22 02:21:11.785878 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. | ||
7501 | 2024.08.22 02:21:15.124996 [ 92 ] {} <Debug> DNSResolver: Updating DNS cache | ||
7502 | 2024.08.22 02:21:15.125045 [ 92 ] {} <Debug> DNSResolver: Updated DNS cache | ||
7503 | 2024.08.22 02:21:16.759729 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 680, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7504 | 2024.08.22 02:21:16.759919 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7505 | 2024.08.22 02:21:16.759949 [ 3 ] {} <Debug> HTTP-Session: 5799c794-2329-41b6-bddb-0ab028ecb8cc Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
7506 | 2024.08.22 02:21:16.759979 [ 3 ] {} <Debug> HTTP-Session: 5799c794-2329-41b6-bddb-0ab028ecb8cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7507 | 2024.08.22 02:21:16.760001 [ 3 ] {} <Debug> HTTP-Session: 5799c794-2329-41b6-bddb-0ab028ecb8cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7508 | 2024.08.22 02:21:16.760063 [ 3 ] {} <Trace> HTTP-Session: 5799c794-2329-41b6-bddb-0ab028ecb8cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7509 | 2024.08.22 02:21:16.760268 [ 3 ] {0bd96767-ebfb-40fe-a255-bda8d86d252b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
7510 | 2024.08.22 02:21:16.760341 [ 3 ] {0bd96767-ebfb-40fe-a255-bda8d86d252b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
7511 | 2024.08.22 02:21:16.760776 [ 3 ] {0bd96767-ebfb-40fe-a255-bda8d86d252b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7512 | 2024.08.22 02:21:16.761487 [ 3 ] {0bd96767-ebfb-40fe-a255-bda8d86d252b} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7513 | 2024.08.22 02:21:16.761547 [ 3 ] {0bd96767-ebfb-40fe-a255-bda8d86d252b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
7514 | 2024.08.22 02:21:16.762077 [ 3 ] {0bd96767-ebfb-40fe-a255-bda8d86d252b} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
7515 | 2024.08.22 02:21:16.762577 [ 3 ] {0bd96767-ebfb-40fe-a255-bda8d86d252b} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7516 | 2024.08.22 02:21:16.762770 [ 3 ] {0bd96767-ebfb-40fe-a255-bda8d86d252b} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.002549 sec., 1569.242840329541 rows/sec., 127.96 KiB/sec. | ||
7517 | 2024.08.22 02:21:16.763061 [ 3 ] {0bd96767-ebfb-40fe-a255-bda8d86d252b} <Debug> DynamicQueryHandler: Done processing query | ||
7518 | 2024.08.22 02:21:16.763091 [ 3 ] {0bd96767-ebfb-40fe-a255-bda8d86d252b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7519 | 2024.08.22 02:21:16.763109 [ 3 ] {} <Debug> HTTP-Session: 5799c794-2329-41b6-bddb-0ab028ecb8cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7520 | 2024.08.22 02:21:16.763436 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 181835, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7521 | 2024.08.22 02:21:16.763498 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7522 | 2024.08.22 02:21:16.763522 [ 3 ] {} <Debug> HTTP-Session: 4e9447c4-407e-4c1c-aea0-a725411b0759 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
7523 | 2024.08.22 02:21:16.763542 [ 3 ] {} <Debug> HTTP-Session: 4e9447c4-407e-4c1c-aea0-a725411b0759 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7524 | 2024.08.22 02:21:16.763557 [ 3 ] {} <Debug> HTTP-Session: 4e9447c4-407e-4c1c-aea0-a725411b0759 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7525 | 2024.08.22 02:21:16.763596 [ 3 ] {} <Trace> HTTP-Session: 4e9447c4-407e-4c1c-aea0-a725411b0759 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7526 | 2024.08.22 02:21:16.764109 [ 3 ] {60acfe7a-214d-4c4f-a273-e5168d8ec7ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7527 | 2024.08.22 02:21:16.764165 [ 3 ] {60acfe7a-214d-4c4f-a273-e5168d8ec7ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7528 | 2024.08.22 02:21:16.764419 [ 3 ] {60acfe7a-214d-4c4f-a273-e5168d8ec7ae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7529 | 2024.08.22 02:21:16.765938 [ 3 ] {60acfe7a-214d-4c4f-a273-e5168d8ec7ae} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7530 | 2024.08.22 02:21:16.765982 [ 3 ] {60acfe7a-214d-4c4f-a273-e5168d8ec7ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
7531 | 2024.08.22 02:21:16.766449 [ 3 ] {60acfe7a-214d-4c4f-a273-e5168d8ec7ae} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
7532 | 2024.08.22 02:21:16.766845 [ 3 ] {60acfe7a-214d-4c4f-a273-e5168d8ec7ae} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7533 | 2024.08.22 02:21:16.767006 [ 3 ] {60acfe7a-214d-4c4f-a273-e5168d8ec7ae} <Debug> executeQuery: Read 1254 rows, 105.89 KiB in 0.003226 sec., 388716.67699938 rows/sec., 32.06 MiB/sec. | ||
7534 | 2024.08.22 02:21:16.767298 [ 3 ] {60acfe7a-214d-4c4f-a273-e5168d8ec7ae} <Debug> DynamicQueryHandler: Done processing query | ||
7535 | 2024.08.22 02:21:16.767338 [ 3 ] {60acfe7a-214d-4c4f-a273-e5168d8ec7ae} <Debug> MemoryTracker: Peak memory usage (for query): 4.98 MiB. | ||
7536 | 2024.08.22 02:21:16.767355 [ 3 ] {} <Debug> HTTP-Session: 4e9447c4-407e-4c1c-aea0-a725411b0759 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7537 | 2024.08.22 02:21:16.767579 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 4630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7538 | 2024.08.22 02:21:16.767641 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7539 | 2024.08.22 02:21:16.767663 [ 3 ] {} <Debug> HTTP-Session: 5ebdba3a-5703-4855-affa-196cb2ea4542 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
7540 | 2024.08.22 02:21:16.767682 [ 3 ] {} <Debug> HTTP-Session: 5ebdba3a-5703-4855-affa-196cb2ea4542 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7541 | 2024.08.22 02:21:16.767697 [ 3 ] {} <Debug> HTTP-Session: 5ebdba3a-5703-4855-affa-196cb2ea4542 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7542 | 2024.08.22 02:21:16.767734 [ 3 ] {} <Trace> HTTP-Session: 5ebdba3a-5703-4855-affa-196cb2ea4542 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7543 | 2024.08.22 02:21:16.767857 [ 3 ] {23a71b7c-7263-4e3b-a632-31151b87c04c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
7544 | 2024.08.22 02:21:16.767905 [ 3 ] {23a71b7c-7263-4e3b-a632-31151b87c04c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7545 | 2024.08.22 02:21:16.768164 [ 3 ] {23a71b7c-7263-4e3b-a632-31151b87c04c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7546 | 2024.08.22 02:21:16.768535 [ 3 ] {23a71b7c-7263-4e3b-a632-31151b87c04c} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7547 | 2024.08.22 02:21:16.768575 [ 3 ] {23a71b7c-7263-4e3b-a632-31151b87c04c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
7548 | 2024.08.22 02:21:16.768948 [ 3 ] {23a71b7c-7263-4e3b-a632-31151b87c04c} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
7549 | 2024.08.22 02:21:16.769343 [ 3 ] {23a71b7c-7263-4e3b-a632-31151b87c04c} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7550 | 2024.08.22 02:21:16.769520 [ 3 ] {23a71b7c-7263-4e3b-a632-31151b87c04c} <Debug> executeQuery: Read 32 rows, 2.38 KiB in 0.001689 sec., 18946.121965660153 rows/sec., 1.38 MiB/sec. | ||
7551 | 2024.08.22 02:21:16.769521 [ 91 ] {} <Debug> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0 | ||
7552 | 2024.08.22 02:21:16.769617 [ 91 ] {} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7553 | 2024.08.22 02:21:16.769682 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
7554 | 2024.08.22 02:21:16.769852 [ 3 ] {23a71b7c-7263-4e3b-a632-31151b87c04c} <Debug> DynamicQueryHandler: Done processing query | ||
7555 | 2024.08.22 02:21:16.769928 [ 3 ] {23a71b7c-7263-4e3b-a632-31151b87c04c} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
7556 | 2024.08.22 02:21:16.769957 [ 187 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_30_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_25_5 to all_30_30_0 into Compact with storage Full | ||
7557 | 2024.08.22 02:21:16.769990 [ 3 ] {} <Debug> HTTP-Session: 5ebdba3a-5703-4855-affa-196cb2ea4542 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7558 | 2024.08.22 02:21:16.770325 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 30489, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7559 | 2024.08.22 02:21:16.770392 [ 187 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_30_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7560 | 2024.08.22 02:21:16.770421 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7561 | 2024.08.22 02:21:16.770457 [ 187 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 46 rows starting from the beginning of the part | ||
7562 | 2024.08.22 02:21:16.770466 [ 3 ] {} <Debug> HTTP-Session: af4c8190-91bf-4a4a-996b-25456d327a90 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
7563 | 2024.08.22 02:21:16.770514 [ 3 ] {} <Debug> HTTP-Session: af4c8190-91bf-4a4a-996b-25456d327a90 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7564 | 2024.08.22 02:21:16.770556 [ 3 ] {} <Debug> HTTP-Session: af4c8190-91bf-4a4a-996b-25456d327a90 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7565 | 2024.08.22 02:21:16.770685 [ 3 ] {} <Trace> HTTP-Session: af4c8190-91bf-4a4a-996b-25456d327a90 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7566 | 2024.08.22 02:21:16.770691 [ 187 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 28 rows starting from the beginning of the part | ||
7567 | 2024.08.22 02:21:16.771033 [ 187 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 2 rows starting from the beginning of the part | ||
7568 | 2024.08.22 02:21:16.771144 [ 3 ] {483f8b89-4da7-40bd-b093-e2f715ac1556} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
7569 | 2024.08.22 02:21:16.771341 [ 3 ] {483f8b89-4da7-40bd-b093-e2f715ac1556} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
7570 | 2024.08.22 02:21:16.771374 [ 187 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 28 rows starting from the beginning of the part | ||
7571 | 2024.08.22 02:21:16.771720 [ 187 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 6 rows starting from the beginning of the part | ||
7572 | 2024.08.22 02:21:16.772066 [ 187 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 32 rows starting from the beginning of the part | ||
7573 | 2024.08.22 02:21:16.772900 [ 3 ] {483f8b89-4da7-40bd-b093-e2f715ac1556} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7574 | 2024.08.22 02:21:16.773977 [ 3 ] {483f8b89-4da7-40bd-b093-e2f715ac1556} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7575 | 2024.08.22 02:21:16.774049 [ 3 ] {483f8b89-4da7-40bd-b093-e2f715ac1556} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
7576 | 2024.08.22 02:21:16.775159 [ 187 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_30_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 142 rows, containing 5 columns (5 merged, 0 gathered) in 0.005399903 sec., 26296.768664177856 rows/sec., 2.01 MiB/sec. | ||
7577 | 2024.08.22 02:21:16.775221 [ 3 ] {483f8b89-4da7-40bd-b093-e2f715ac1556} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
7578 | 2024.08.22 02:21:16.775347 [ 187 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_30_6} <Trace> MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary) | ||
7579 | 2024.08.22 02:21:16.776198 [ 3 ] {483f8b89-4da7-40bd-b093-e2f715ac1556} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7580 | 2024.08.22 02:21:16.776505 [ 3 ] {483f8b89-4da7-40bd-b093-e2f715ac1556} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.005584 sec., 40830.94555873925 rows/sec., 2.76 MiB/sec. | ||
7581 | 2024.08.22 02:21:16.776534 [ 187 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_30_6} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7582 | 2024.08.22 02:21:16.776753 [ 187 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_30_6} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6 | ||
7583 | 2024.08.22 02:21:16.776891 [ 3 ] {483f8b89-4da7-40bd-b093-e2f715ac1556} <Debug> DynamicQueryHandler: Done processing query | ||
7584 | 2024.08.22 02:21:16.776899 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
7585 | 2024.08.22 02:21:16.776930 [ 3 ] {483f8b89-4da7-40bd-b093-e2f715ac1556} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
7586 | 2024.08.22 02:21:16.776966 [ 3 ] {} <Debug> HTTP-Session: af4c8190-91bf-4a4a-996b-25456d327a90 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7587 | 2024.08.22 02:21:16.777223 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 91321, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7588 | 2024.08.22 02:21:16.777277 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7589 | 2024.08.22 02:21:16.777297 [ 3 ] {} <Debug> HTTP-Session: 9a973ebc-c298-45bf-86ed-8433d523965e Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
7590 | 2024.08.22 02:21:16.777315 [ 3 ] {} <Debug> HTTP-Session: 9a973ebc-c298-45bf-86ed-8433d523965e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7591 | 2024.08.22 02:21:16.777330 [ 3 ] {} <Debug> HTTP-Session: 9a973ebc-c298-45bf-86ed-8433d523965e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7592 | 2024.08.22 02:21:16.777366 [ 3 ] {} <Trace> HTTP-Session: 9a973ebc-c298-45bf-86ed-8433d523965e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7593 | 2024.08.22 02:21:16.777675 [ 3 ] {b4d62fc9-ae7e-47d3-8bc1-f297523b9ed7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7594 | 2024.08.22 02:21:16.777723 [ 3 ] {b4d62fc9-ae7e-47d3-8bc1-f297523b9ed7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7595 | 2024.08.22 02:21:16.777979 [ 3 ] {b4d62fc9-ae7e-47d3-8bc1-f297523b9ed7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7596 | 2024.08.22 02:21:16.778721 [ 3 ] {b4d62fc9-ae7e-47d3-8bc1-f297523b9ed7} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7597 | 2024.08.22 02:21:16.778765 [ 3 ] {b4d62fc9-ae7e-47d3-8bc1-f297523b9ed7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
7598 | 2024.08.22 02:21:16.779187 [ 3 ] {b4d62fc9-ae7e-47d3-8bc1-f297523b9ed7} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
7599 | 2024.08.22 02:21:16.779566 [ 3 ] {b4d62fc9-ae7e-47d3-8bc1-f297523b9ed7} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7600 | 2024.08.22 02:21:16.779726 [ 3 ] {b4d62fc9-ae7e-47d3-8bc1-f297523b9ed7} <Debug> executeQuery: Read 552 rows, 41.97 KiB in 0.002232 sec., 247311.82795698923 rows/sec., 18.36 MiB/sec. | ||
7601 | 2024.08.22 02:21:16.780127 [ 3 ] {b4d62fc9-ae7e-47d3-8bc1-f297523b9ed7} <Debug> DynamicQueryHandler: Done processing query | ||
7602 | 2024.08.22 02:21:16.780155 [ 3 ] {b4d62fc9-ae7e-47d3-8bc1-f297523b9ed7} <Debug> MemoryTracker: Peak memory usage (for query): 4.57 MiB. | ||
7603 | 2024.08.22 02:21:16.780173 [ 3 ] {} <Debug> HTTP-Session: 9a973ebc-c298-45bf-86ed-8433d523965e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7604 | 2024.08.22 02:21:16.780492 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 160698, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7605 | 2024.08.22 02:21:16.780553 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7606 | 2024.08.22 02:21:16.780581 [ 3 ] {} <Debug> HTTP-Session: 8e3f6092-4513-448b-aea3-f1a8da583f04 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
7607 | 2024.08.22 02:21:16.780598 [ 3 ] {} <Debug> HTTP-Session: 8e3f6092-4513-448b-aea3-f1a8da583f04 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7608 | 2024.08.22 02:21:16.780612 [ 3 ] {} <Debug> HTTP-Session: 8e3f6092-4513-448b-aea3-f1a8da583f04 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7609 | 2024.08.22 02:21:16.780646 [ 3 ] {} <Trace> HTTP-Session: 8e3f6092-4513-448b-aea3-f1a8da583f04 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7610 | 2024.08.22 02:21:16.781063 [ 3 ] {42720d51-81f2-4e6a-830c-2f5ff7f2570d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7611 | 2024.08.22 02:21:16.781114 [ 3 ] {42720d51-81f2-4e6a-830c-2f5ff7f2570d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7612 | 2024.08.22 02:21:16.781289 [ 3 ] {42720d51-81f2-4e6a-830c-2f5ff7f2570d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7613 | 2024.08.22 02:21:16.782108 [ 3 ] {42720d51-81f2-4e6a-830c-2f5ff7f2570d} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7614 | 2024.08.22 02:21:16.782145 [ 3 ] {42720d51-81f2-4e6a-830c-2f5ff7f2570d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
7615 | 2024.08.22 02:21:16.782575 [ 3 ] {42720d51-81f2-4e6a-830c-2f5ff7f2570d} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
7616 | 2024.08.22 02:21:16.783000 [ 3 ] {42720d51-81f2-4e6a-830c-2f5ff7f2570d} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7617 | 2024.08.22 02:21:16.783155 [ 3 ] {42720d51-81f2-4e6a-830c-2f5ff7f2570d} <Debug> executeQuery: Read 846 rows, 58.31 KiB in 0.002364 sec., 357868.0203045685 rows/sec., 24.09 MiB/sec. | ||
7618 | 2024.08.22 02:21:16.783335 [ 3 ] {42720d51-81f2-4e6a-830c-2f5ff7f2570d} <Debug> DynamicQueryHandler: Done processing query | ||
7619 | 2024.08.22 02:21:16.783361 [ 3 ] {42720d51-81f2-4e6a-830c-2f5ff7f2570d} <Debug> MemoryTracker: Peak memory usage (for query): 4.66 MiB. | ||
7620 | 2024.08.22 02:21:16.783377 [ 3 ] {} <Debug> HTTP-Session: 8e3f6092-4513-448b-aea3-f1a8da583f04 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7621 | 2024.08.22 02:21:16.783574 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 45155, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7622 | 2024.08.22 02:21:16.783626 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7623 | 2024.08.22 02:21:16.783648 [ 3 ] {} <Debug> HTTP-Session: f9742ef4-c4cc-47b6-bdff-8e3e2f3bd6f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
7624 | 2024.08.22 02:21:16.783665 [ 3 ] {} <Debug> HTTP-Session: f9742ef4-c4cc-47b6-bdff-8e3e2f3bd6f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7625 | 2024.08.22 02:21:16.783679 [ 3 ] {} <Debug> HTTP-Session: f9742ef4-c4cc-47b6-bdff-8e3e2f3bd6f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7626 | 2024.08.22 02:21:16.783714 [ 3 ] {} <Trace> HTTP-Session: f9742ef4-c4cc-47b6-bdff-8e3e2f3bd6f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7627 | 2024.08.22 02:21:16.784091 [ 3 ] {39db14c9-3ba9-4ed7-9ffe-8c5d4e750f42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7628 | 2024.08.22 02:21:16.784157 [ 3 ] {39db14c9-3ba9-4ed7-9ffe-8c5d4e750f42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
7629 | 2024.08.22 02:21:16.784596 [ 3 ] {39db14c9-3ba9-4ed7-9ffe-8c5d4e750f42} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7630 | 2024.08.22 02:21:16.785341 [ 3 ] {39db14c9-3ba9-4ed7-9ffe-8c5d4e750f42} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7631 | 2024.08.22 02:21:16.785378 [ 3 ] {39db14c9-3ba9-4ed7-9ffe-8c5d4e750f42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
7632 | 2024.08.22 02:21:16.786025 [ 3 ] {39db14c9-3ba9-4ed7-9ffe-8c5d4e750f42} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
7633 | 2024.08.22 02:21:16.786442 [ 3 ] {39db14c9-3ba9-4ed7-9ffe-8c5d4e750f42} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7634 | 2024.08.22 02:21:16.786636 [ 3 ] {39db14c9-3ba9-4ed7-9ffe-8c5d4e750f42} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.002829 sec., 9897.490279250618 rows/sec., 17.74 MiB/sec. | ||
7635 | 2024.08.22 02:21:16.786871 [ 3 ] {39db14c9-3ba9-4ed7-9ffe-8c5d4e750f42} <Debug> DynamicQueryHandler: Done processing query | ||
7636 | 2024.08.22 02:21:16.786896 [ 3 ] {39db14c9-3ba9-4ed7-9ffe-8c5d4e750f42} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
7637 | 2024.08.22 02:21:16.786913 [ 3 ] {} <Debug> HTTP-Session: f9742ef4-c4cc-47b6-bdff-8e3e2f3bd6f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7638 | 2024.08.22 02:21:16.787056 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7639 | 2024.08.22 02:21:16.787106 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7640 | 2024.08.22 02:21:16.787126 [ 3 ] {} <Debug> HTTP-Session: 5081c399-c8b7-4021-b679-ac94ece92878 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
7641 | 2024.08.22 02:21:16.787143 [ 3 ] {} <Debug> HTTP-Session: 5081c399-c8b7-4021-b679-ac94ece92878 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7642 | 2024.08.22 02:21:16.787157 [ 3 ] {} <Debug> HTTP-Session: 5081c399-c8b7-4021-b679-ac94ece92878 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7643 | 2024.08.22 02:21:16.787189 [ 3 ] {} <Trace> HTTP-Session: 5081c399-c8b7-4021-b679-ac94ece92878 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7644 | 2024.08.22 02:21:16.787307 [ 3 ] {42430205-0bf0-4109-93b8-dcb412b52e4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7645 | 2024.08.22 02:21:16.787353 [ 3 ] {42430205-0bf0-4109-93b8-dcb412b52e4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7646 | 2024.08.22 02:21:16.787485 [ 3 ] {42430205-0bf0-4109-93b8-dcb412b52e4b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7647 | 2024.08.22 02:21:16.787798 [ 3 ] {42430205-0bf0-4109-93b8-dcb412b52e4b} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7648 | 2024.08.22 02:21:16.787835 [ 3 ] {42430205-0bf0-4109-93b8-dcb412b52e4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
7649 | 2024.08.22 02:21:16.788195 [ 3 ] {42430205-0bf0-4109-93b8-dcb412b52e4b} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
7650 | 2024.08.22 02:21:16.788515 [ 3 ] {42430205-0bf0-4109-93b8-dcb412b52e4b} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7651 | 2024.08.22 02:21:16.788666 [ 3 ] {42430205-0bf0-4109-93b8-dcb412b52e4b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001397 sec., 42949.17680744452 rows/sec., 2.89 MiB/sec. | ||
7652 | 2024.08.22 02:21:16.788841 [ 3 ] {42430205-0bf0-4109-93b8-dcb412b52e4b} <Debug> DynamicQueryHandler: Done processing query | ||
7653 | 2024.08.22 02:21:16.788866 [ 3 ] {42430205-0bf0-4109-93b8-dcb412b52e4b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7654 | 2024.08.22 02:21:16.788882 [ 3 ] {} <Debug> HTTP-Session: 5081c399-c8b7-4021-b679-ac94ece92878 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7655 | 2024.08.22 02:21:21.732961 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 363, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7656 | 2024.08.22 02:21:21.733135 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7657 | 2024.08.22 02:21:21.733181 [ 3 ] {} <Debug> HTTP-Session: 36580dd2-21bf-44ca-9c69-6fd6cdd51cb5 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
7658 | 2024.08.22 02:21:21.733223 [ 3 ] {} <Debug> HTTP-Session: 36580dd2-21bf-44ca-9c69-6fd6cdd51cb5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7659 | 2024.08.22 02:21:21.733252 [ 3 ] {} <Debug> HTTP-Session: 36580dd2-21bf-44ca-9c69-6fd6cdd51cb5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7660 | 2024.08.22 02:21:21.733330 [ 3 ] {} <Trace> HTTP-Session: 36580dd2-21bf-44ca-9c69-6fd6cdd51cb5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7661 | 2024.08.22 02:21:21.733598 [ 3 ] {7ad5cfa1-711a-4719-835e-aaf75238d787} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
7662 | 2024.08.22 02:21:21.733691 [ 3 ] {7ad5cfa1-711a-4719-835e-aaf75238d787} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
7663 | 2024.08.22 02:21:21.734033 [ 3 ] {7ad5cfa1-711a-4719-835e-aaf75238d787} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7664 | 2024.08.22 02:21:21.734482 [ 3 ] {7ad5cfa1-711a-4719-835e-aaf75238d787} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7665 | 2024.08.22 02:21:21.734526 [ 3 ] {7ad5cfa1-711a-4719-835e-aaf75238d787} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
7666 | 2024.08.22 02:21:21.734936 [ 3 ] {7ad5cfa1-711a-4719-835e-aaf75238d787} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
7667 | 2024.08.22 02:21:21.735335 [ 3 ] {7ad5cfa1-711a-4719-835e-aaf75238d787} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7668 | 2024.08.22 02:21:21.735530 [ 3 ] {7ad5cfa1-711a-4719-835e-aaf75238d787} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002006 sec., 997.0089730807578 rows/sec., 81.30 KiB/sec. | ||
7669 | 2024.08.22 02:21:21.735816 [ 3 ] {7ad5cfa1-711a-4719-835e-aaf75238d787} <Debug> DynamicQueryHandler: Done processing query | ||
7670 | 2024.08.22 02:21:21.735844 [ 3 ] {7ad5cfa1-711a-4719-835e-aaf75238d787} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7671 | 2024.08.22 02:21:21.735861 [ 3 ] {} <Debug> HTTP-Session: 36580dd2-21bf-44ca-9c69-6fd6cdd51cb5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7672 | 2024.08.22 02:21:21.736058 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 29106, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7673 | 2024.08.22 02:21:21.736116 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7674 | 2024.08.22 02:21:21.736136 [ 3 ] {} <Debug> HTTP-Session: a7f55dc0-62f4-464c-8b06-bfe7d61ee7ac Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
7675 | 2024.08.22 02:21:21.736155 [ 3 ] {} <Debug> HTTP-Session: a7f55dc0-62f4-464c-8b06-bfe7d61ee7ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7676 | 2024.08.22 02:21:21.736169 [ 3 ] {} <Debug> HTTP-Session: a7f55dc0-62f4-464c-8b06-bfe7d61ee7ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7677 | 2024.08.22 02:21:21.736205 [ 3 ] {} <Trace> HTTP-Session: a7f55dc0-62f4-464c-8b06-bfe7d61ee7ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7678 | 2024.08.22 02:21:21.736360 [ 3 ] {24f98971-85b7-4cda-a1f2-51466c19a9ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7679 | 2024.08.22 02:21:21.736408 [ 3 ] {24f98971-85b7-4cda-a1f2-51466c19a9ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7680 | 2024.08.22 02:21:21.736643 [ 3 ] {24f98971-85b7-4cda-a1f2-51466c19a9ab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7681 | 2024.08.22 02:21:21.737108 [ 3 ] {24f98971-85b7-4cda-a1f2-51466c19a9ab} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7682 | 2024.08.22 02:21:21.737144 [ 3 ] {24f98971-85b7-4cda-a1f2-51466c19a9ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
7683 | 2024.08.22 02:21:21.737512 [ 3 ] {24f98971-85b7-4cda-a1f2-51466c19a9ab} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
7684 | 2024.08.22 02:21:21.737874 [ 3 ] {24f98971-85b7-4cda-a1f2-51466c19a9ab} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7685 | 2024.08.22 02:21:21.738047 [ 3 ] {24f98971-85b7-4cda-a1f2-51466c19a9ab} <Debug> executeQuery: Read 194 rows, 17.32 KiB in 0.001749 sec., 110920.52601486564 rows/sec., 9.67 MiB/sec. | ||
7686 | 2024.08.22 02:21:21.738231 [ 3 ] {24f98971-85b7-4cda-a1f2-51466c19a9ab} <Debug> DynamicQueryHandler: Done processing query | ||
7687 | 2024.08.22 02:21:21.738255 [ 3 ] {24f98971-85b7-4cda-a1f2-51466c19a9ab} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
7688 | 2024.08.22 02:21:21.738271 [ 3 ] {} <Debug> HTTP-Session: a7f55dc0-62f4-464c-8b06-bfe7d61ee7ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7689 | 2024.08.22 02:21:21.738497 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 613, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7690 | 2024.08.22 02:21:21.738548 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7691 | 2024.08.22 02:21:21.738567 [ 3 ] {} <Debug> HTTP-Session: 7fde41f2-3f96-4c74-91fb-fee5df97e8a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
7692 | 2024.08.22 02:21:21.738584 [ 3 ] {} <Debug> HTTP-Session: 7fde41f2-3f96-4c74-91fb-fee5df97e8a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7693 | 2024.08.22 02:21:21.738598 [ 3 ] {} <Debug> HTTP-Session: 7fde41f2-3f96-4c74-91fb-fee5df97e8a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7694 | 2024.08.22 02:21:21.738629 [ 3 ] {} <Trace> HTTP-Session: 7fde41f2-3f96-4c74-91fb-fee5df97e8a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7695 | 2024.08.22 02:21:21.738725 [ 3 ] {d51c6f37-473c-4a1d-ba69-f941eac5ca47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
7696 | 2024.08.22 02:21:21.738769 [ 3 ] {d51c6f37-473c-4a1d-ba69-f941eac5ca47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7697 | 2024.08.22 02:21:21.738998 [ 3 ] {d51c6f37-473c-4a1d-ba69-f941eac5ca47} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7698 | 2024.08.22 02:21:21.739365 [ 3 ] {d51c6f37-473c-4a1d-ba69-f941eac5ca47} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7699 | 2024.08.22 02:21:21.739401 [ 3 ] {d51c6f37-473c-4a1d-ba69-f941eac5ca47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
7700 | 2024.08.22 02:21:21.739744 [ 3 ] {d51c6f37-473c-4a1d-ba69-f941eac5ca47} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
7701 | 2024.08.22 02:21:21.740095 [ 3 ] {d51c6f37-473c-4a1d-ba69-f941eac5ca47} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7702 | 2024.08.22 02:21:21.740259 [ 3 ] {d51c6f37-473c-4a1d-ba69-f941eac5ca47} <Debug> executeQuery: Read 4 rows, 297.00 B in 0.001558 sec., 2567.394094993582 rows/sec., 186.16 KiB/sec. | ||
7703 | 2024.08.22 02:21:21.740430 [ 3 ] {d51c6f37-473c-4a1d-ba69-f941eac5ca47} <Debug> DynamicQueryHandler: Done processing query | ||
7704 | 2024.08.22 02:21:21.740455 [ 3 ] {d51c6f37-473c-4a1d-ba69-f941eac5ca47} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7705 | 2024.08.22 02:21:21.740471 [ 3 ] {} <Debug> HTTP-Session: 7fde41f2-3f96-4c74-91fb-fee5df97e8a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7706 | 2024.08.22 02:21:21.740595 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7707 | 2024.08.22 02:21:21.740643 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7708 | 2024.08.22 02:21:21.740662 [ 3 ] {} <Debug> HTTP-Session: 5e9b4a05-46ea-45ec-b7bf-54a7ad17308b Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
7709 | 2024.08.22 02:21:21.740680 [ 3 ] {} <Debug> HTTP-Session: 5e9b4a05-46ea-45ec-b7bf-54a7ad17308b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7710 | 2024.08.22 02:21:21.740693 [ 3 ] {} <Debug> HTTP-Session: 5e9b4a05-46ea-45ec-b7bf-54a7ad17308b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7711 | 2024.08.22 02:21:21.740724 [ 3 ] {} <Trace> HTTP-Session: 5e9b4a05-46ea-45ec-b7bf-54a7ad17308b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7712 | 2024.08.22 02:21:21.740823 [ 3 ] {860542dc-1187-4fa4-8be7-d2d9ddc78fae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
7713 | 2024.08.22 02:21:21.740865 [ 3 ] {860542dc-1187-4fa4-8be7-d2d9ddc78fae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
7714 | 2024.08.22 02:21:21.741090 [ 3 ] {860542dc-1187-4fa4-8be7-d2d9ddc78fae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7715 | 2024.08.22 02:21:21.741454 [ 3 ] {860542dc-1187-4fa4-8be7-d2d9ddc78fae} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7716 | 2024.08.22 02:21:21.741489 [ 3 ] {860542dc-1187-4fa4-8be7-d2d9ddc78fae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
7717 | 2024.08.22 02:21:21.741848 [ 3 ] {860542dc-1187-4fa4-8be7-d2d9ddc78fae} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
7718 | 2024.08.22 02:21:21.742197 [ 3 ] {860542dc-1187-4fa4-8be7-d2d9ddc78fae} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7719 | 2024.08.22 02:21:21.742331 [ 3 ] {860542dc-1187-4fa4-8be7-d2d9ddc78fae} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001535 sec., 9120.521172638437 rows/sec., 638.74 KiB/sec. | ||
7720 | 2024.08.22 02:21:21.742492 [ 3 ] {860542dc-1187-4fa4-8be7-d2d9ddc78fae} <Debug> DynamicQueryHandler: Done processing query | ||
7721 | 2024.08.22 02:21:21.742515 [ 3 ] {860542dc-1187-4fa4-8be7-d2d9ddc78fae} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7722 | 2024.08.22 02:21:21.742531 [ 3 ] {} <Debug> HTTP-Session: 5e9b4a05-46ea-45ec-b7bf-54a7ad17308b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7723 | 2024.08.22 02:21:21.742679 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7724 | 2024.08.22 02:21:21.742727 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7725 | 2024.08.22 02:21:21.742745 [ 3 ] {} <Debug> HTTP-Session: 523a6560-ebdd-4bfa-b7e7-bcf3498e4c9f Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
7726 | 2024.08.22 02:21:21.742761 [ 3 ] {} <Debug> HTTP-Session: 523a6560-ebdd-4bfa-b7e7-bcf3498e4c9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7727 | 2024.08.22 02:21:21.742775 [ 3 ] {} <Debug> HTTP-Session: 523a6560-ebdd-4bfa-b7e7-bcf3498e4c9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7728 | 2024.08.22 02:21:21.742806 [ 3 ] {} <Trace> HTTP-Session: 523a6560-ebdd-4bfa-b7e7-bcf3498e4c9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7729 | 2024.08.22 02:21:21.742903 [ 3 ] {b4856541-91f8-4ce5-bdfd-eb2a48859778} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
7730 | 2024.08.22 02:21:21.742944 [ 3 ] {b4856541-91f8-4ce5-bdfd-eb2a48859778} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
7731 | 2024.08.22 02:21:21.743166 [ 3 ] {b4856541-91f8-4ce5-bdfd-eb2a48859778} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7732 | 2024.08.22 02:21:21.743487 [ 3 ] {b4856541-91f8-4ce5-bdfd-eb2a48859778} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7733 | 2024.08.22 02:21:21.743522 [ 3 ] {b4856541-91f8-4ce5-bdfd-eb2a48859778} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
7734 | 2024.08.22 02:21:21.743864 [ 3 ] {b4856541-91f8-4ce5-bdfd-eb2a48859778} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
7735 | 2024.08.22 02:21:21.744217 [ 3 ] {b4856541-91f8-4ce5-bdfd-eb2a48859778} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7736 | 2024.08.22 02:21:21.744345 [ 3 ] {b4856541-91f8-4ce5-bdfd-eb2a48859778} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001467 sec., 4089.9795501022495 rows/sec., 241.64 KiB/sec. | ||
7737 | 2024.08.22 02:21:21.744498 [ 3 ] {b4856541-91f8-4ce5-bdfd-eb2a48859778} <Debug> DynamicQueryHandler: Done processing query | ||
7738 | 2024.08.22 02:21:21.744522 [ 3 ] {b4856541-91f8-4ce5-bdfd-eb2a48859778} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7739 | 2024.08.22 02:21:21.744537 [ 3 ] {} <Debug> HTTP-Session: 523a6560-ebdd-4bfa-b7e7-bcf3498e4c9f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7740 | 2024.08.22 02:21:21.744729 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 62443, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7741 | 2024.08.22 02:21:21.744776 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7742 | 2024.08.22 02:21:21.744796 [ 3 ] {} <Debug> HTTP-Session: b6b3a444-66eb-4a96-9fed-d4f943cb6ff8 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
7743 | 2024.08.22 02:21:21.744813 [ 3 ] {} <Debug> HTTP-Session: b6b3a444-66eb-4a96-9fed-d4f943cb6ff8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7744 | 2024.08.22 02:21:21.744827 [ 3 ] {} <Debug> HTTP-Session: b6b3a444-66eb-4a96-9fed-d4f943cb6ff8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7745 | 2024.08.22 02:21:21.744857 [ 3 ] {} <Trace> HTTP-Session: b6b3a444-66eb-4a96-9fed-d4f943cb6ff8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7746 | 2024.08.22 02:21:21.745052 [ 3 ] {20e2e537-2090-4e0c-bd01-33a612f1871d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7747 | 2024.08.22 02:21:21.745095 [ 3 ] {20e2e537-2090-4e0c-bd01-33a612f1871d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7748 | 2024.08.22 02:21:21.745314 [ 3 ] {20e2e537-2090-4e0c-bd01-33a612f1871d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7749 | 2024.08.22 02:21:21.745843 [ 3 ] {20e2e537-2090-4e0c-bd01-33a612f1871d} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7750 | 2024.08.22 02:21:21.745879 [ 3 ] {20e2e537-2090-4e0c-bd01-33a612f1871d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
7751 | 2024.08.22 02:21:21.746242 [ 3 ] {20e2e537-2090-4e0c-bd01-33a612f1871d} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
7752 | 2024.08.22 02:21:21.746594 [ 3 ] {20e2e537-2090-4e0c-bd01-33a612f1871d} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7753 | 2024.08.22 02:21:21.746726 [ 3 ] {20e2e537-2090-4e0c-bd01-33a612f1871d} <Debug> executeQuery: Read 386 rows, 28.00 KiB in 0.001778 sec., 217097.8627671541 rows/sec., 15.38 MiB/sec. | ||
7754 | 2024.08.22 02:21:21.746893 [ 3 ] {20e2e537-2090-4e0c-bd01-33a612f1871d} <Debug> DynamicQueryHandler: Done processing query | ||
7755 | 2024.08.22 02:21:21.746917 [ 3 ] {20e2e537-2090-4e0c-bd01-33a612f1871d} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
7756 | 2024.08.22 02:21:21.746933 [ 3 ] {} <Debug> HTTP-Session: b6b3a444-66eb-4a96-9fed-d4f943cb6ff8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7757 | 2024.08.22 02:21:21.747073 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7758 | 2024.08.22 02:21:21.747123 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7759 | 2024.08.22 02:21:21.747142 [ 3 ] {} <Debug> HTTP-Session: 31b0d6ee-25bb-416d-b9d6-a40ca398e0a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
7760 | 2024.08.22 02:21:21.747158 [ 3 ] {} <Debug> HTTP-Session: 31b0d6ee-25bb-416d-b9d6-a40ca398e0a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7761 | 2024.08.22 02:21:21.747173 [ 3 ] {} <Debug> HTTP-Session: 31b0d6ee-25bb-416d-b9d6-a40ca398e0a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7762 | 2024.08.22 02:21:21.747203 [ 3 ] {} <Trace> HTTP-Session: 31b0d6ee-25bb-416d-b9d6-a40ca398e0a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7763 | 2024.08.22 02:21:21.747296 [ 3 ] {6863d191-5b57-4f55-8ad3-219756fa8510} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
7764 | 2024.08.22 02:21:21.747339 [ 3 ] {6863d191-5b57-4f55-8ad3-219756fa8510} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
7765 | 2024.08.22 02:21:21.747467 [ 3 ] {6863d191-5b57-4f55-8ad3-219756fa8510} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7766 | 2024.08.22 02:21:21.747719 [ 3 ] {6863d191-5b57-4f55-8ad3-219756fa8510} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7767 | 2024.08.22 02:21:21.747754 [ 3 ] {6863d191-5b57-4f55-8ad3-219756fa8510} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
7768 | 2024.08.22 02:21:21.748100 [ 3 ] {6863d191-5b57-4f55-8ad3-219756fa8510} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
7769 | 2024.08.22 02:21:21.748417 [ 3 ] {6863d191-5b57-4f55-8ad3-219756fa8510} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7770 | 2024.08.22 02:21:21.748540 [ 3 ] {6863d191-5b57-4f55-8ad3-219756fa8510} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001268 sec., 4731.86119873817 rows/sec., 247.22 KiB/sec. | ||
7771 | 2024.08.22 02:21:21.748539 [ 84 ] {} <Debug> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
7772 | 2024.08.22 02:21:21.748600 [ 84 ] {} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7773 | 2024.08.22 02:21:21.748634 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
7774 | 2024.08.22 02:21:21.748766 [ 3 ] {6863d191-5b57-4f55-8ad3-219756fa8510} <Debug> DynamicQueryHandler: Done processing query | ||
7775 | 2024.08.22 02:21:21.748836 [ 3 ] {6863d191-5b57-4f55-8ad3-219756fa8510} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
7776 | 2024.08.22 02:21:21.748948 [ 3 ] {} <Debug> HTTP-Session: 31b0d6ee-25bb-416d-b9d6-a40ca398e0a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7777 | 2024.08.22 02:21:21.749017 [ 202 ] {0b6dfbbe-deac-48d2-bc82-b319c8f68a7a::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 | ||
7778 | 2024.08.22 02:21:21.749239 [ 202 ] {0b6dfbbe-deac-48d2-bc82-b319c8f68a7a::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7779 | 2024.08.22 02:21:21.749284 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 44791, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7780 | 2024.08.22 02:21:21.749313 [ 202 ] {0b6dfbbe-deac-48d2-bc82-b319c8f68a7a::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 | ||
7781 | 2024.08.22 02:21:21.749405 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7782 | 2024.08.22 02:21:21.749530 [ 3 ] {} <Debug> HTTP-Session: 60b2b6fa-b981-4db9-b2fd-47a730e4d4cf Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
7783 | 2024.08.22 02:21:21.749560 [ 202 ] {0b6dfbbe-deac-48d2-bc82-b319c8f68a7a::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 | ||
7784 | 2024.08.22 02:21:21.749590 [ 3 ] {} <Debug> HTTP-Session: 60b2b6fa-b981-4db9-b2fd-47a730e4d4cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7785 | 2024.08.22 02:21:21.749674 [ 3 ] {} <Debug> HTTP-Session: 60b2b6fa-b981-4db9-b2fd-47a730e4d4cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7786 | 2024.08.22 02:21:21.749848 [ 3 ] {} <Trace> HTTP-Session: 60b2b6fa-b981-4db9-b2fd-47a730e4d4cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7787 | 2024.08.22 02:21:21.749861 [ 202 ] {0b6dfbbe-deac-48d2-bc82-b319c8f68a7a::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 | ||
7788 | 2024.08.22 02:21:21.750035 [ 202 ] {0b6dfbbe-deac-48d2-bc82-b319c8f68a7a::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 | ||
7789 | 2024.08.22 02:21:21.750203 [ 202 ] {0b6dfbbe-deac-48d2-bc82-b319c8f68a7a::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 | ||
7790 | 2024.08.22 02:21:21.750389 [ 3 ] {2eef9cc6-52d0-4db0-9a53-aa3d0834b29d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7791 | 2024.08.22 02:21:21.750497 [ 202 ] {0b6dfbbe-deac-48d2-bc82-b319c8f68a7a::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 | ||
7792 | 2024.08.22 02:21:21.750615 [ 3 ] {2eef9cc6-52d0-4db0-9a53-aa3d0834b29d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7793 | 2024.08.22 02:21:21.751285 [ 3 ] {2eef9cc6-52d0-4db0-9a53-aa3d0834b29d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7794 | 2024.08.22 02:21:21.752369 [ 3 ] {2eef9cc6-52d0-4db0-9a53-aa3d0834b29d} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7795 | 2024.08.22 02:21:21.752431 [ 3 ] {2eef9cc6-52d0-4db0-9a53-aa3d0834b29d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
7796 | 2024.08.22 02:21:21.753238 [ 202 ] {0b6dfbbe-deac-48d2-bc82-b319c8f68a7a::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 96 rows, containing 4 columns (4 merged, 0 gathered) in 0.004522048 sec., 21229.319104971906 rows/sec., 1.08 MiB/sec. | ||
7797 | 2024.08.22 02:21:21.753462 [ 202 ] {0b6dfbbe-deac-48d2-bc82-b319c8f68a7a::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
7798 | 2024.08.22 02:21:21.753530 [ 3 ] {2eef9cc6-52d0-4db0-9a53-aa3d0834b29d} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
7799 | 2024.08.22 02:21:21.754447 [ 198 ] {0b6dfbbe-deac-48d2-bc82-b319c8f68a7a::all_1_16_3} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7800 | 2024.08.22 02:21:21.754508 [ 3 ] {2eef9cc6-52d0-4db0-9a53-aa3d0834b29d} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7801 | 2024.08.22 02:21:21.754644 [ 198 ] {0b6dfbbe-deac-48d2-bc82-b319c8f68a7a::all_1_16_3} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
7802 | 2024.08.22 02:21:21.754908 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
7803 | 2024.08.22 02:21:21.754937 [ 3 ] {2eef9cc6-52d0-4db0-9a53-aa3d0834b29d} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.004833 sec., 49244.77550175875 rows/sec., 3.30 MiB/sec. | ||
7804 | 2024.08.22 02:21:21.755242 [ 3 ] {2eef9cc6-52d0-4db0-9a53-aa3d0834b29d} <Debug> DynamicQueryHandler: Done processing query | ||
7805 | 2024.08.22 02:21:21.755267 [ 3 ] {2eef9cc6-52d0-4db0-9a53-aa3d0834b29d} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
7806 | 2024.08.22 02:21:21.755283 [ 3 ] {} <Debug> HTTP-Session: 60b2b6fa-b981-4db9-b2fd-47a730e4d4cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7807 | 2024.08.22 02:21:21.755456 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7808 | 2024.08.22 02:21:21.755504 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7809 | 2024.08.22 02:21:21.755523 [ 3 ] {} <Debug> HTTP-Session: f827139c-ebc5-4bdc-b817-9b6e17d81bcd Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
7810 | 2024.08.22 02:21:21.755539 [ 3 ] {} <Debug> HTTP-Session: f827139c-ebc5-4bdc-b817-9b6e17d81bcd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7811 | 2024.08.22 02:21:21.755553 [ 3 ] {} <Debug> HTTP-Session: f827139c-ebc5-4bdc-b817-9b6e17d81bcd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7812 | 2024.08.22 02:21:21.755583 [ 3 ] {} <Trace> HTTP-Session: f827139c-ebc5-4bdc-b817-9b6e17d81bcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7813 | 2024.08.22 02:21:21.755674 [ 3 ] {ec714aeb-b59c-4a7b-a287-abdf8a3d1d47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
7814 | 2024.08.22 02:21:21.755719 [ 3 ] {ec714aeb-b59c-4a7b-a287-abdf8a3d1d47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
7815 | 2024.08.22 02:21:21.755854 [ 3 ] {ec714aeb-b59c-4a7b-a287-abdf8a3d1d47} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7816 | 2024.08.22 02:21:21.756088 [ 3 ] {ec714aeb-b59c-4a7b-a287-abdf8a3d1d47} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7817 | 2024.08.22 02:21:21.756122 [ 3 ] {ec714aeb-b59c-4a7b-a287-abdf8a3d1d47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
7818 | 2024.08.22 02:21:21.756467 [ 3 ] {ec714aeb-b59c-4a7b-a287-abdf8a3d1d47} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
7819 | 2024.08.22 02:21:21.756803 [ 3 ] {ec714aeb-b59c-4a7b-a287-abdf8a3d1d47} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7820 | 2024.08.22 02:21:21.756925 [ 3 ] {ec714aeb-b59c-4a7b-a287-abdf8a3d1d47} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001274 sec., 784.9293563579278 rows/sec., 52.89 KiB/sec. | ||
7821 | 2024.08.22 02:21:21.757231 [ 3 ] {ec714aeb-b59c-4a7b-a287-abdf8a3d1d47} <Debug> DynamicQueryHandler: Done processing query | ||
7822 | 2024.08.22 02:21:21.757255 [ 3 ] {ec714aeb-b59c-4a7b-a287-abdf8a3d1d47} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
7823 | 2024.08.22 02:21:21.757270 [ 3 ] {} <Debug> HTTP-Session: f827139c-ebc5-4bdc-b817-9b6e17d81bcd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7824 | 2024.08.22 02:21:21.757383 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 3204, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7825 | 2024.08.22 02:21:21.757431 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7826 | 2024.08.22 02:21:21.757450 [ 3 ] {} <Debug> HTTP-Session: b9f2ad50-1394-4528-99bf-9121af808eb5 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
7827 | 2024.08.22 02:21:21.757466 [ 3 ] {} <Debug> HTTP-Session: b9f2ad50-1394-4528-99bf-9121af808eb5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7828 | 2024.08.22 02:21:21.757480 [ 3 ] {} <Debug> HTTP-Session: b9f2ad50-1394-4528-99bf-9121af808eb5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7829 | 2024.08.22 02:21:21.757509 [ 3 ] {} <Trace> HTTP-Session: b9f2ad50-1394-4528-99bf-9121af808eb5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7830 | 2024.08.22 02:21:21.757623 [ 3 ] {8e29802a-f550-480f-a02c-63a828b746ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7831 | 2024.08.22 02:21:21.757693 [ 3 ] {8e29802a-f550-480f-a02c-63a828b746ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
7832 | 2024.08.22 02:21:21.758127 [ 3 ] {8e29802a-f550-480f-a02c-63a828b746ac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7833 | 2024.08.22 02:21:21.758532 [ 3 ] {8e29802a-f550-480f-a02c-63a828b746ac} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7834 | 2024.08.22 02:21:21.758567 [ 3 ] {8e29802a-f550-480f-a02c-63a828b746ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
7835 | 2024.08.22 02:21:21.759124 [ 3 ] {8e29802a-f550-480f-a02c-63a828b746ac} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
7836 | 2024.08.22 02:21:21.759524 [ 3 ] {8e29802a-f550-480f-a02c-63a828b746ac} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7837 | 2024.08.22 02:21:21.759661 [ 84 ] {} <Debug> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
7838 | 2024.08.22 02:21:21.759673 [ 3 ] {8e29802a-f550-480f-a02c-63a828b746ac} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.002092 sec., 956.0229445506692 rows/sec., 1.71 MiB/sec. | ||
7839 | 2024.08.22 02:21:21.759700 [ 84 ] {} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7840 | 2024.08.22 02:21:21.759737 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
7841 | 2024.08.22 02:21:21.760032 [ 199 ] {54363e51-69d9-4b16-adfe-43c651565682::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 | ||
7842 | 2024.08.22 02:21:21.760098 [ 3 ] {8e29802a-f550-480f-a02c-63a828b746ac} <Debug> DynamicQueryHandler: Done processing query | ||
7843 | 2024.08.22 02:21:21.760134 [ 3 ] {8e29802a-f550-480f-a02c-63a828b746ac} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
7844 | 2024.08.22 02:21:21.760175 [ 3 ] {} <Debug> HTTP-Session: b9f2ad50-1394-4528-99bf-9121af808eb5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7845 | 2024.08.22 02:21:21.760388 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 12133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7846 | 2024.08.22 02:21:21.760500 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7847 | 2024.08.22 02:21:21.760566 [ 3 ] {} <Debug> HTTP-Session: 3684f2bb-7940-4ed6-87ac-6cb4ea7b9492 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
7848 | 2024.08.22 02:21:21.760620 [ 3 ] {} <Debug> HTTP-Session: 3684f2bb-7940-4ed6-87ac-6cb4ea7b9492 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7849 | 2024.08.22 02:21:21.760666 [ 3 ] {} <Debug> HTTP-Session: 3684f2bb-7940-4ed6-87ac-6cb4ea7b9492 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7850 | 2024.08.22 02:21:21.760763 [ 3 ] {} <Trace> HTTP-Session: 3684f2bb-7940-4ed6-87ac-6cb4ea7b9492 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7851 | 2024.08.22 02:21:21.760765 [ 199 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7852 | 2024.08.22 02:21:21.760984 [ 3 ] {5cf91209-444d-423f-9d17-1d4346141446} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7853 | 2024.08.22 02:21:21.761014 [ 199 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 468 rows starting from the beginning of the part | ||
7854 | 2024.08.22 02:21:21.761068 [ 3 ] {5cf91209-444d-423f-9d17-1d4346141446} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7855 | 2024.08.22 02:21:21.761826 [ 199 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 2 rows starting from the beginning of the part | ||
7856 | 2024.08.22 02:21:21.762035 [ 3 ] {5cf91209-444d-423f-9d17-1d4346141446} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7857 | 2024.08.22 02:21:21.762618 [ 199 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 28 rows starting from the beginning of the part | ||
7858 | 2024.08.22 02:21:21.763488 [ 199 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 2 rows starting from the beginning of the part | ||
7859 | 2024.08.22 02:21:21.763493 [ 3 ] {5cf91209-444d-423f-9d17-1d4346141446} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7860 | 2024.08.22 02:21:21.763580 [ 3 ] {5cf91209-444d-423f-9d17-1d4346141446} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
7861 | 2024.08.22 02:21:21.764107 [ 199 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 28 rows starting from the beginning of the part | ||
7862 | 2024.08.22 02:21:21.764892 [ 199 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 2 rows starting from the beginning of the part | ||
7863 | 2024.08.22 02:21:21.765057 [ 3 ] {5cf91209-444d-423f-9d17-1d4346141446} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
7864 | 2024.08.22 02:21:21.766076 [ 3 ] {5cf91209-444d-423f-9d17-1d4346141446} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7865 | 2024.08.22 02:21:21.766471 [ 3 ] {5cf91209-444d-423f-9d17-1d4346141446} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005583 sec., 14687.444026509045 rows/sec., 955.22 KiB/sec. | ||
7866 | 2024.08.22 02:21:21.767205 [ 3 ] {5cf91209-444d-423f-9d17-1d4346141446} <Debug> DynamicQueryHandler: Done processing query | ||
7867 | 2024.08.22 02:21:21.767309 [ 3 ] {5cf91209-444d-423f-9d17-1d4346141446} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7868 | 2024.08.22 02:21:21.767412 [ 3 ] {} <Debug> HTTP-Session: 3684f2bb-7940-4ed6-87ac-6cb4ea7b9492 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7869 | 2024.08.22 02:21:21.784567 [ 194 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 530 rows, containing 19 columns (19 merged, 0 gathered) in 0.024722073 sec., 21438.33164799732 rows/sec., 38.42 MiB/sec. | ||
7870 | 2024.08.22 02:21:21.785152 [ 199 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
7871 | 2024.08.22 02:21:21.785756 [ 199 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_31_6} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7872 | 2024.08.22 02:21:21.785849 [ 199 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_31_6} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
7873 | 2024.08.22 02:21:21.785975 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.39 MiB. | ||
7874 | 2024.08.22 02:21:26.730593 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7875 | 2024.08.22 02:21:26.730703 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7876 | 2024.08.22 02:21:26.730728 [ 3 ] {} <Debug> HTTP-Session: 4e0bf584-76ad-4fe1-baf7-69e75a2fce39 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
7877 | 2024.08.22 02:21:26.730753 [ 3 ] {} <Debug> HTTP-Session: 4e0bf584-76ad-4fe1-baf7-69e75a2fce39 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7878 | 2024.08.22 02:21:26.730768 [ 3 ] {} <Debug> HTTP-Session: 4e0bf584-76ad-4fe1-baf7-69e75a2fce39 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7879 | 2024.08.22 02:21:26.730819 [ 3 ] {} <Trace> HTTP-Session: 4e0bf584-76ad-4fe1-baf7-69e75a2fce39 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7880 | 2024.08.22 02:21:26.730998 [ 3 ] {8e7fe206-eae9-406b-8da7-28f875b08231} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
7881 | 2024.08.22 02:21:26.731068 [ 3 ] {8e7fe206-eae9-406b-8da7-28f875b08231} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
7882 | 2024.08.22 02:21:26.731410 [ 3 ] {8e7fe206-eae9-406b-8da7-28f875b08231} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7883 | 2024.08.22 02:21:26.731789 [ 3 ] {8e7fe206-eae9-406b-8da7-28f875b08231} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7884 | 2024.08.22 02:21:26.731838 [ 3 ] {8e7fe206-eae9-406b-8da7-28f875b08231} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
7885 | 2024.08.22 02:21:26.732256 [ 3 ] {8e7fe206-eae9-406b-8da7-28f875b08231} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
7886 | 2024.08.22 02:21:26.732640 [ 3 ] {8e7fe206-eae9-406b-8da7-28f875b08231} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7887 | 2024.08.22 02:21:26.732825 [ 3 ] {8e7fe206-eae9-406b-8da7-28f875b08231} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001869 sec., 1070.0909577314071 rows/sec., 87.26 KiB/sec. | ||
7888 | 2024.08.22 02:21:26.732836 [ 78 ] {} <Debug> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 | ||
7889 | 2024.08.22 02:21:26.732950 [ 78 ] {} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7890 | 2024.08.22 02:21:26.733006 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
7891 | 2024.08.22 02:21:26.733147 [ 3 ] {8e7fe206-eae9-406b-8da7-28f875b08231} <Debug> DynamicQueryHandler: Done processing query | ||
7892 | 2024.08.22 02:21:26.733196 [ 3 ] {8e7fe206-eae9-406b-8da7-28f875b08231} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7893 | 2024.08.22 02:21:26.733214 [ 193 ] {cdab0789-df43-4ed0-9b00-f6a2b630ca3d::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_10_2 to all_15_15_0 into Compact with storage Full | ||
7894 | 2024.08.22 02:21:26.733226 [ 3 ] {} <Debug> HTTP-Session: 4e0bf584-76ad-4fe1-baf7-69e75a2fce39 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7895 | 2024.08.22 02:21:26.733446 [ 193 ] {cdab0789-df43-4ed0-9b00-f6a2b630ca3d::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7896 | 2024.08.22 02:21:26.733479 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 16586, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7897 | 2024.08.22 02:21:26.733505 [ 193 ] {cdab0789-df43-4ed0-9b00-f6a2b630ca3d::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 16 rows starting from the beginning of the part | ||
7898 | 2024.08.22 02:21:26.733572 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7899 | 2024.08.22 02:21:26.733631 [ 3 ] {} <Debug> HTTP-Session: cbd2b01d-35a0-418f-9584-4fcb87becb10 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
7900 | 2024.08.22 02:21:26.733705 [ 3 ] {} <Debug> HTTP-Session: cbd2b01d-35a0-418f-9584-4fcb87becb10 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7901 | 2024.08.22 02:21:26.733737 [ 193 ] {cdab0789-df43-4ed0-9b00-f6a2b630ca3d::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part | ||
7902 | 2024.08.22 02:21:26.733764 [ 3 ] {} <Debug> HTTP-Session: cbd2b01d-35a0-418f-9584-4fcb87becb10 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7903 | 2024.08.22 02:21:26.733936 [ 3 ] {} <Trace> HTTP-Session: cbd2b01d-35a0-418f-9584-4fcb87becb10 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7904 | 2024.08.22 02:21:26.734078 [ 193 ] {cdab0789-df43-4ed0-9b00-f6a2b630ca3d::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 4 rows starting from the beginning of the part | ||
7905 | 2024.08.22 02:21:26.734413 [ 193 ] {cdab0789-df43-4ed0-9b00-f6a2b630ca3d::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 4 rows starting from the beginning of the part | ||
7906 | 2024.08.22 02:21:26.734468 [ 3 ] {0d1f2096-13db-41b5-8213-3f4eace775da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7907 | 2024.08.22 02:21:26.734674 [ 3 ] {0d1f2096-13db-41b5-8213-3f4eace775da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7908 | 2024.08.22 02:21:26.734697 [ 193 ] {cdab0789-df43-4ed0-9b00-f6a2b630ca3d::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2 rows starting from the beginning of the part | ||
7909 | 2024.08.22 02:21:26.735064 [ 193 ] {cdab0789-df43-4ed0-9b00-f6a2b630ca3d::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 2 rows starting from the beginning of the part | ||
7910 | 2024.08.22 02:21:26.735938 [ 3 ] {0d1f2096-13db-41b5-8213-3f4eace775da} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7911 | 2024.08.22 02:21:26.736957 [ 3 ] {0d1f2096-13db-41b5-8213-3f4eace775da} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7912 | 2024.08.22 02:21:26.737037 [ 3 ] {0d1f2096-13db-41b5-8213-3f4eace775da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
7913 | 2024.08.22 02:21:26.738078 [ 194 ] {cdab0789-df43-4ed0-9b00-f6a2b630ca3d::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.00497839 sec., 6026.044564608237 rows/sec., 514.92 KiB/sec. | ||
7914 | 2024.08.22 02:21:26.738117 [ 3 ] {0d1f2096-13db-41b5-8213-3f4eace775da} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
7915 | 2024.08.22 02:21:26.738308 [ 194 ] {cdab0789-df43-4ed0-9b00-f6a2b630ca3d::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
7916 | 2024.08.22 02:21:26.739099 [ 3 ] {0d1f2096-13db-41b5-8213-3f4eace775da} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7917 | 2024.08.22 02:21:26.739418 [ 3 ] {0d1f2096-13db-41b5-8213-3f4eace775da} <Debug> executeQuery: Read 113 rows, 9.70 KiB in 0.005132 sec., 22018.706157443492 rows/sec., 1.85 MiB/sec. | ||
7918 | 2024.08.22 02:21:26.739569 [ 194 ] {cdab0789-df43-4ed0-9b00-f6a2b630ca3d::all_1_15_3} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7919 | 2024.08.22 02:21:26.739775 [ 194 ] {cdab0789-df43-4ed0-9b00-f6a2b630ca3d::all_1_15_3} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 | ||
7920 | 2024.08.22 02:21:26.739809 [ 3 ] {0d1f2096-13db-41b5-8213-3f4eace775da} <Debug> DynamicQueryHandler: Done processing query | ||
7921 | 2024.08.22 02:21:26.739871 [ 3 ] {0d1f2096-13db-41b5-8213-3f4eace775da} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
7922 | 2024.08.22 02:21:26.739935 [ 3 ] {} <Debug> HTTP-Session: cbd2b01d-35a0-418f-9584-4fcb87becb10 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7923 | 2024.08.22 02:21:26.739960 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
7924 | 2024.08.22 02:21:26.740126 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 4346, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7925 | 2024.08.22 02:21:26.740185 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7926 | 2024.08.22 02:21:26.740205 [ 3 ] {} <Debug> HTTP-Session: bfdcad4b-b057-4ac5-934c-7f0d9c721304 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
7927 | 2024.08.22 02:21:26.740223 [ 3 ] {} <Debug> HTTP-Session: bfdcad4b-b057-4ac5-934c-7f0d9c721304 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7928 | 2024.08.22 02:21:26.740236 [ 3 ] {} <Debug> HTTP-Session: bfdcad4b-b057-4ac5-934c-7f0d9c721304 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7929 | 2024.08.22 02:21:26.740274 [ 3 ] {} <Trace> HTTP-Session: bfdcad4b-b057-4ac5-934c-7f0d9c721304 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7930 | 2024.08.22 02:21:26.740394 [ 3 ] {ee2ca3a3-bb28-4ffe-9a4a-ae1fede7f80f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
7931 | 2024.08.22 02:21:26.740441 [ 3 ] {ee2ca3a3-bb28-4ffe-9a4a-ae1fede7f80f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7932 | 2024.08.22 02:21:26.740690 [ 3 ] {ee2ca3a3-bb28-4ffe-9a4a-ae1fede7f80f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7933 | 2024.08.22 02:21:26.740990 [ 3 ] {ee2ca3a3-bb28-4ffe-9a4a-ae1fede7f80f} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7934 | 2024.08.22 02:21:26.741027 [ 3 ] {ee2ca3a3-bb28-4ffe-9a4a-ae1fede7f80f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
7935 | 2024.08.22 02:21:26.741382 [ 3 ] {ee2ca3a3-bb28-4ffe-9a4a-ae1fede7f80f} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
7936 | 2024.08.22 02:21:26.741752 [ 3 ] {ee2ca3a3-bb28-4ffe-9a4a-ae1fede7f80f} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7937 | 2024.08.22 02:21:26.741925 [ 3 ] {ee2ca3a3-bb28-4ffe-9a4a-ae1fede7f80f} <Debug> executeQuery: Read 30 rows, 2.25 KiB in 0.001559 sec., 19243.10455420141 rows/sec., 1.41 MiB/sec. | ||
7938 | 2024.08.22 02:21:26.742297 [ 3 ] {ee2ca3a3-bb28-4ffe-9a4a-ae1fede7f80f} <Debug> DynamicQueryHandler: Done processing query | ||
7939 | 2024.08.22 02:21:26.742322 [ 3 ] {ee2ca3a3-bb28-4ffe-9a4a-ae1fede7f80f} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
7940 | 2024.08.22 02:21:26.742338 [ 3 ] {} <Debug> HTTP-Session: bfdcad4b-b057-4ac5-934c-7f0d9c721304 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7941 | 2024.08.22 02:21:26.742470 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 15964, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7942 | 2024.08.22 02:21:26.742519 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7943 | 2024.08.22 02:21:26.742539 [ 3 ] {} <Debug> HTTP-Session: d081bc08-f32d-4dec-9b08-099772a2179c Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
7944 | 2024.08.22 02:21:26.742556 [ 3 ] {} <Debug> HTTP-Session: d081bc08-f32d-4dec-9b08-099772a2179c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7945 | 2024.08.22 02:21:26.742570 [ 3 ] {} <Debug> HTTP-Session: d081bc08-f32d-4dec-9b08-099772a2179c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7946 | 2024.08.22 02:21:26.742601 [ 3 ] {} <Trace> HTTP-Session: d081bc08-f32d-4dec-9b08-099772a2179c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7947 | 2024.08.22 02:21:26.742729 [ 3 ] {077eee9b-e25b-4ac2-b0f4-3f825a88e295} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7948 | 2024.08.22 02:21:26.742774 [ 3 ] {077eee9b-e25b-4ac2-b0f4-3f825a88e295} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7949 | 2024.08.22 02:21:26.743023 [ 3 ] {077eee9b-e25b-4ac2-b0f4-3f825a88e295} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7950 | 2024.08.22 02:21:26.743366 [ 3 ] {077eee9b-e25b-4ac2-b0f4-3f825a88e295} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7951 | 2024.08.22 02:21:26.743403 [ 3 ] {077eee9b-e25b-4ac2-b0f4-3f825a88e295} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
7952 | 2024.08.22 02:21:26.743752 [ 3 ] {077eee9b-e25b-4ac2-b0f4-3f825a88e295} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
7953 | 2024.08.22 02:21:26.744450 [ 3 ] {077eee9b-e25b-4ac2-b0f4-3f825a88e295} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7954 | 2024.08.22 02:21:26.744653 [ 3 ] {077eee9b-e25b-4ac2-b0f4-3f825a88e295} <Debug> executeQuery: Read 94 rows, 7.52 KiB in 0.001961 sec., 47934.727180010195 rows/sec., 3.75 MiB/sec. | ||
7955 | 2024.08.22 02:21:26.744978 [ 3 ] {077eee9b-e25b-4ac2-b0f4-3f825a88e295} <Debug> DynamicQueryHandler: Done processing query | ||
7956 | 2024.08.22 02:21:26.745019 [ 3 ] {077eee9b-e25b-4ac2-b0f4-3f825a88e295} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
7957 | 2024.08.22 02:21:26.745047 [ 3 ] {} <Debug> HTTP-Session: d081bc08-f32d-4dec-9b08-099772a2179c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7958 | 2024.08.22 02:21:26.745244 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 30783, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7959 | 2024.08.22 02:21:26.745297 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7960 | 2024.08.22 02:21:26.745317 [ 3 ] {} <Debug> HTTP-Session: 9d8f634e-2985-423c-ba53-12a3a75c13ec Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
7961 | 2024.08.22 02:21:26.745335 [ 3 ] {} <Debug> HTTP-Session: 9d8f634e-2985-423c-ba53-12a3a75c13ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7962 | 2024.08.22 02:21:26.745349 [ 3 ] {} <Debug> HTTP-Session: 9d8f634e-2985-423c-ba53-12a3a75c13ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7963 | 2024.08.22 02:21:26.745381 [ 3 ] {} <Trace> HTTP-Session: 9d8f634e-2985-423c-ba53-12a3a75c13ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7964 | 2024.08.22 02:21:26.745533 [ 3 ] {4f130154-6336-43da-8a86-1f68b5619823} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7965 | 2024.08.22 02:21:26.745584 [ 3 ] {4f130154-6336-43da-8a86-1f68b5619823} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7966 | 2024.08.22 02:21:26.745748 [ 3 ] {4f130154-6336-43da-8a86-1f68b5619823} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7967 | 2024.08.22 02:21:26.746104 [ 3 ] {4f130154-6336-43da-8a86-1f68b5619823} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7968 | 2024.08.22 02:21:26.746140 [ 3 ] {4f130154-6336-43da-8a86-1f68b5619823} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
7969 | 2024.08.22 02:21:26.746528 [ 3 ] {4f130154-6336-43da-8a86-1f68b5619823} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
7970 | 2024.08.22 02:21:26.746876 [ 3 ] {4f130154-6336-43da-8a86-1f68b5619823} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7971 | 2024.08.22 02:21:26.747030 [ 3 ] {4f130154-6336-43da-8a86-1f68b5619823} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001565 sec., 102875.39936102237 rows/sec., 7.16 MiB/sec. | ||
7972 | 2024.08.22 02:21:26.747193 [ 3 ] {4f130154-6336-43da-8a86-1f68b5619823} <Debug> DynamicQueryHandler: Done processing query | ||
7973 | 2024.08.22 02:21:26.747217 [ 3 ] {4f130154-6336-43da-8a86-1f68b5619823} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7974 | 2024.08.22 02:21:26.747233 [ 3 ] {} <Debug> HTTP-Session: 9d8f634e-2985-423c-ba53-12a3a75c13ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7975 | 2024.08.22 02:21:26.747398 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 45160, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7976 | 2024.08.22 02:21:26.747449 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7977 | 2024.08.22 02:21:26.747468 [ 3 ] {} <Debug> HTTP-Session: da875de7-5078-4f80-a01a-07da2be9f1f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
7978 | 2024.08.22 02:21:26.747485 [ 3 ] {} <Debug> HTTP-Session: da875de7-5078-4f80-a01a-07da2be9f1f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7979 | 2024.08.22 02:21:26.747500 [ 3 ] {} <Debug> HTTP-Session: da875de7-5078-4f80-a01a-07da2be9f1f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7980 | 2024.08.22 02:21:26.747531 [ 3 ] {} <Trace> HTTP-Session: da875de7-5078-4f80-a01a-07da2be9f1f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7981 | 2024.08.22 02:21:26.747815 [ 3 ] {6181509c-0fc7-46b1-9092-415f707317a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7982 | 2024.08.22 02:21:26.747880 [ 3 ] {6181509c-0fc7-46b1-9092-415f707317a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
7983 | 2024.08.22 02:21:26.748304 [ 3 ] {6181509c-0fc7-46b1-9092-415f707317a6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7984 | 2024.08.22 02:21:26.748928 [ 3 ] {6181509c-0fc7-46b1-9092-415f707317a6} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7985 | 2024.08.22 02:21:26.748964 [ 3 ] {6181509c-0fc7-46b1-9092-415f707317a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
7986 | 2024.08.22 02:21:26.749570 [ 3 ] {6181509c-0fc7-46b1-9092-415f707317a6} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
7987 | 2024.08.22 02:21:26.749983 [ 3 ] {6181509c-0fc7-46b1-9092-415f707317a6} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7988 | 2024.08.22 02:21:26.750183 [ 3 ] {6181509c-0fc7-46b1-9092-415f707317a6} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.002568 sec., 10903.42679127726 rows/sec., 19.54 MiB/sec. | ||
7989 | 2024.08.22 02:21:26.750545 [ 3 ] {6181509c-0fc7-46b1-9092-415f707317a6} <Debug> DynamicQueryHandler: Done processing query | ||
7990 | 2024.08.22 02:21:26.750570 [ 3 ] {6181509c-0fc7-46b1-9092-415f707317a6} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
7991 | 2024.08.22 02:21:26.750585 [ 3 ] {} <Debug> HTTP-Session: da875de7-5078-4f80-a01a-07da2be9f1f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7992 | 2024.08.22 02:21:26.750724 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7993 | 2024.08.22 02:21:26.750773 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7994 | 2024.08.22 02:21:26.750792 [ 3 ] {} <Debug> HTTP-Session: c3ca1c97-9900-43ea-8d83-e5f000654738 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
7995 | 2024.08.22 02:21:26.750809 [ 3 ] {} <Debug> HTTP-Session: c3ca1c97-9900-43ea-8d83-e5f000654738 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7996 | 2024.08.22 02:21:26.750823 [ 3 ] {} <Debug> HTTP-Session: c3ca1c97-9900-43ea-8d83-e5f000654738 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7997 | 2024.08.22 02:21:26.750853 [ 3 ] {} <Trace> HTTP-Session: c3ca1c97-9900-43ea-8d83-e5f000654738 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7998 | 2024.08.22 02:21:26.750967 [ 3 ] {46367db9-6b27-4e94-9626-b5aa87569072} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7999 | 2024.08.22 02:21:26.751012 [ 3 ] {46367db9-6b27-4e94-9626-b5aa87569072} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8000 | 2024.08.22 02:21:26.751139 [ 3 ] {46367db9-6b27-4e94-9626-b5aa87569072} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8001 | 2024.08.22 02:21:26.751407 [ 3 ] {46367db9-6b27-4e94-9626-b5aa87569072} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8002 | 2024.08.22 02:21:26.751443 [ 3 ] {46367db9-6b27-4e94-9626-b5aa87569072} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
8003 | 2024.08.22 02:21:26.751802 [ 3 ] {46367db9-6b27-4e94-9626-b5aa87569072} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
8004 | 2024.08.22 02:21:26.752126 [ 3 ] {46367db9-6b27-4e94-9626-b5aa87569072} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8005 | 2024.08.22 02:21:26.752288 [ 3 ] {46367db9-6b27-4e94-9626-b5aa87569072} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001347 sec., 44543.42984409799 rows/sec., 3.00 MiB/sec. | ||
8006 | 2024.08.22 02:21:26.752586 [ 3 ] {46367db9-6b27-4e94-9626-b5aa87569072} <Debug> DynamicQueryHandler: Done processing query | ||
8007 | 2024.08.22 02:21:26.752623 [ 3 ] {46367db9-6b27-4e94-9626-b5aa87569072} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8008 | 2024.08.22 02:21:26.752639 [ 3 ] {} <Debug> HTTP-Session: c3ca1c97-9900-43ea-8d83-e5f000654738 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8009 | 2024.08.22 02:21:30.125091 [ 72 ] {} <Debug> DNSResolver: Updating DNS cache | ||
8010 | 2024.08.22 02:21:30.125159 [ 72 ] {} <Debug> DNSResolver: Updated DNS cache | ||
8011 | 2024.08.22 02:21:31.733063 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8012 | 2024.08.22 02:21:31.733189 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8013 | 2024.08.22 02:21:31.733218 [ 3 ] {} <Debug> HTTP-Session: 49766a25-cfae-4b22-a87b-e7d3cba8333a Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
8014 | 2024.08.22 02:21:31.733247 [ 3 ] {} <Debug> HTTP-Session: 49766a25-cfae-4b22-a87b-e7d3cba8333a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8015 | 2024.08.22 02:21:31.733265 [ 3 ] {} <Debug> HTTP-Session: 49766a25-cfae-4b22-a87b-e7d3cba8333a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8016 | 2024.08.22 02:21:31.733320 [ 3 ] {} <Trace> HTTP-Session: 49766a25-cfae-4b22-a87b-e7d3cba8333a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8017 | 2024.08.22 02:21:31.733524 [ 3 ] {f5012384-0645-4390-815c-a3b7be911fa3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
8018 | 2024.08.22 02:21:31.733601 [ 3 ] {f5012384-0645-4390-815c-a3b7be911fa3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
8019 | 2024.08.22 02:21:31.733983 [ 3 ] {f5012384-0645-4390-815c-a3b7be911fa3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8020 | 2024.08.22 02:21:31.734358 [ 3 ] {f5012384-0645-4390-815c-a3b7be911fa3} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8021 | 2024.08.22 02:21:31.734404 [ 3 ] {f5012384-0645-4390-815c-a3b7be911fa3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
8022 | 2024.08.22 02:21:31.734817 [ 3 ] {f5012384-0645-4390-815c-a3b7be911fa3} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
8023 | 2024.08.22 02:21:31.735209 [ 3 ] {f5012384-0645-4390-815c-a3b7be911fa3} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8024 | 2024.08.22 02:21:31.735407 [ 3 ] {f5012384-0645-4390-815c-a3b7be911fa3} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001931 sec., 1035.732780942517 rows/sec., 84.46 KiB/sec. | ||
8025 | 2024.08.22 02:21:31.735845 [ 3 ] {f5012384-0645-4390-815c-a3b7be911fa3} <Debug> DynamicQueryHandler: Done processing query | ||
8026 | 2024.08.22 02:21:31.735877 [ 3 ] {f5012384-0645-4390-815c-a3b7be911fa3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8027 | 2024.08.22 02:21:31.735895 [ 3 ] {} <Debug> HTTP-Session: 49766a25-cfae-4b22-a87b-e7d3cba8333a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8028 | 2024.08.22 02:21:31.736121 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 29107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8029 | 2024.08.22 02:21:31.736177 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8030 | 2024.08.22 02:21:31.736198 [ 3 ] {} <Debug> HTTP-Session: e15d54cc-783e-4a2c-aaaf-dec05c251543 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
8031 | 2024.08.22 02:21:31.736217 [ 3 ] {} <Debug> HTTP-Session: e15d54cc-783e-4a2c-aaaf-dec05c251543 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8032 | 2024.08.22 02:21:31.736231 [ 3 ] {} <Debug> HTTP-Session: e15d54cc-783e-4a2c-aaaf-dec05c251543 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8033 | 2024.08.22 02:21:31.736269 [ 3 ] {} <Trace> HTTP-Session: e15d54cc-783e-4a2c-aaaf-dec05c251543 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8034 | 2024.08.22 02:21:31.736435 [ 3 ] {45a0d7a1-7959-4671-a42a-75cc8b342709} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8035 | 2024.08.22 02:21:31.736484 [ 3 ] {45a0d7a1-7959-4671-a42a-75cc8b342709} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8036 | 2024.08.22 02:21:31.736745 [ 3 ] {45a0d7a1-7959-4671-a42a-75cc8b342709} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8037 | 2024.08.22 02:21:31.737161 [ 3 ] {45a0d7a1-7959-4671-a42a-75cc8b342709} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8038 | 2024.08.22 02:21:31.737198 [ 3 ] {45a0d7a1-7959-4671-a42a-75cc8b342709} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
8039 | 2024.08.22 02:21:31.737557 [ 3 ] {45a0d7a1-7959-4671-a42a-75cc8b342709} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
8040 | 2024.08.22 02:21:31.737960 [ 3 ] {45a0d7a1-7959-4671-a42a-75cc8b342709} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8041 | 2024.08.22 02:21:31.738127 [ 3 ] {45a0d7a1-7959-4671-a42a-75cc8b342709} <Debug> executeQuery: Read 194 rows, 17.32 KiB in 0.001762 sec., 110102.15664018162 rows/sec., 9.60 MiB/sec. | ||
8042 | 2024.08.22 02:21:31.738305 [ 3 ] {45a0d7a1-7959-4671-a42a-75cc8b342709} <Debug> DynamicQueryHandler: Done processing query | ||
8043 | 2024.08.22 02:21:31.738330 [ 3 ] {45a0d7a1-7959-4671-a42a-75cc8b342709} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
8044 | 2024.08.22 02:21:31.738346 [ 3 ] {} <Debug> HTTP-Session: e15d54cc-783e-4a2c-aaaf-dec05c251543 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8045 | 2024.08.22 02:21:31.738477 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 615, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8046 | 2024.08.22 02:21:31.738529 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8047 | 2024.08.22 02:21:31.738548 [ 3 ] {} <Debug> HTTP-Session: 72fd0ceb-e2ba-420f-952f-691f7aef8350 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
8048 | 2024.08.22 02:21:31.738566 [ 3 ] {} <Debug> HTTP-Session: 72fd0ceb-e2ba-420f-952f-691f7aef8350 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8049 | 2024.08.22 02:21:31.738580 [ 3 ] {} <Debug> HTTP-Session: 72fd0ceb-e2ba-420f-952f-691f7aef8350 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8050 | 2024.08.22 02:21:31.738613 [ 3 ] {} <Trace> HTTP-Session: 72fd0ceb-e2ba-420f-952f-691f7aef8350 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8051 | 2024.08.22 02:21:31.738712 [ 3 ] {e39585cc-9776-441a-b2f1-03339e3ef8c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
8052 | 2024.08.22 02:21:31.738758 [ 3 ] {e39585cc-9776-441a-b2f1-03339e3ef8c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8053 | 2024.08.22 02:21:31.738987 [ 3 ] {e39585cc-9776-441a-b2f1-03339e3ef8c9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8054 | 2024.08.22 02:21:31.739370 [ 3 ] {e39585cc-9776-441a-b2f1-03339e3ef8c9} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8055 | 2024.08.22 02:21:31.739408 [ 3 ] {e39585cc-9776-441a-b2f1-03339e3ef8c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
8056 | 2024.08.22 02:21:31.739754 [ 3 ] {e39585cc-9776-441a-b2f1-03339e3ef8c9} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
8057 | 2024.08.22 02:21:31.740105 [ 3 ] {e39585cc-9776-441a-b2f1-03339e3ef8c9} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8058 | 2024.08.22 02:21:31.740262 [ 3 ] {e39585cc-9776-441a-b2f1-03339e3ef8c9} <Debug> executeQuery: Read 4 rows, 297.00 B in 0.001574 sec., 2541.296060991105 rows/sec., 184.27 KiB/sec. | ||
8059 | 2024.08.22 02:21:31.740435 [ 3 ] {e39585cc-9776-441a-b2f1-03339e3ef8c9} <Debug> DynamicQueryHandler: Done processing query | ||
8060 | 2024.08.22 02:21:31.740460 [ 3 ] {e39585cc-9776-441a-b2f1-03339e3ef8c9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8061 | 2024.08.22 02:21:31.740476 [ 3 ] {} <Debug> HTTP-Session: 72fd0ceb-e2ba-420f-952f-691f7aef8350 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8062 | 2024.08.22 02:21:31.740599 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8063 | 2024.08.22 02:21:31.740650 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8064 | 2024.08.22 02:21:31.740669 [ 3 ] {} <Debug> HTTP-Session: 88cc51dc-0857-4bbb-bc43-894e2a1318e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
8065 | 2024.08.22 02:21:31.740686 [ 3 ] {} <Debug> HTTP-Session: 88cc51dc-0857-4bbb-bc43-894e2a1318e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8066 | 2024.08.22 02:21:31.740700 [ 3 ] {} <Debug> HTTP-Session: 88cc51dc-0857-4bbb-bc43-894e2a1318e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8067 | 2024.08.22 02:21:31.740731 [ 3 ] {} <Trace> HTTP-Session: 88cc51dc-0857-4bbb-bc43-894e2a1318e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8068 | 2024.08.22 02:21:31.740830 [ 3 ] {19454efd-644c-40b7-ae86-3781e106cc71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
8069 | 2024.08.22 02:21:31.740874 [ 3 ] {19454efd-644c-40b7-ae86-3781e106cc71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
8070 | 2024.08.22 02:21:31.741099 [ 3 ] {19454efd-644c-40b7-ae86-3781e106cc71} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8071 | 2024.08.22 02:21:31.741419 [ 3 ] {19454efd-644c-40b7-ae86-3781e106cc71} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8072 | 2024.08.22 02:21:31.741455 [ 3 ] {19454efd-644c-40b7-ae86-3781e106cc71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
8073 | 2024.08.22 02:21:31.741808 [ 3 ] {19454efd-644c-40b7-ae86-3781e106cc71} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
8074 | 2024.08.22 02:21:31.742165 [ 3 ] {19454efd-644c-40b7-ae86-3781e106cc71} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8075 | 2024.08.22 02:21:31.742327 [ 3 ] {19454efd-644c-40b7-ae86-3781e106cc71} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001523 sec., 9192.383453709783 rows/sec., 643.77 KiB/sec. | ||
8076 | 2024.08.22 02:21:31.742494 [ 3 ] {19454efd-644c-40b7-ae86-3781e106cc71} <Debug> DynamicQueryHandler: Done processing query | ||
8077 | 2024.08.22 02:21:31.742520 [ 3 ] {19454efd-644c-40b7-ae86-3781e106cc71} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
8078 | 2024.08.22 02:21:31.742535 [ 3 ] {} <Debug> HTTP-Session: 88cc51dc-0857-4bbb-bc43-894e2a1318e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8079 | 2024.08.22 02:21:31.742646 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8080 | 2024.08.22 02:21:31.742697 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8081 | 2024.08.22 02:21:31.742716 [ 3 ] {} <Debug> HTTP-Session: ec501632-d48d-4438-ac99-461f8fdf714c Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
8082 | 2024.08.22 02:21:31.742733 [ 3 ] {} <Debug> HTTP-Session: ec501632-d48d-4438-ac99-461f8fdf714c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8083 | 2024.08.22 02:21:31.742747 [ 3 ] {} <Debug> HTTP-Session: ec501632-d48d-4438-ac99-461f8fdf714c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8084 | 2024.08.22 02:21:31.742777 [ 3 ] {} <Trace> HTTP-Session: ec501632-d48d-4438-ac99-461f8fdf714c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8085 | 2024.08.22 02:21:31.742875 [ 3 ] {a021ec10-6a34-4807-acc5-915bf22d0a19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
8086 | 2024.08.22 02:21:31.742918 [ 3 ] {a021ec10-6a34-4807-acc5-915bf22d0a19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
8087 | 2024.08.22 02:21:31.743143 [ 3 ] {a021ec10-6a34-4807-acc5-915bf22d0a19} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8088 | 2024.08.22 02:21:31.743438 [ 3 ] {a021ec10-6a34-4807-acc5-915bf22d0a19} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8089 | 2024.08.22 02:21:31.743474 [ 3 ] {a021ec10-6a34-4807-acc5-915bf22d0a19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
8090 | 2024.08.22 02:21:31.743815 [ 3 ] {a021ec10-6a34-4807-acc5-915bf22d0a19} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
8091 | 2024.08.22 02:21:31.744166 [ 3 ] {a021ec10-6a34-4807-acc5-915bf22d0a19} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8092 | 2024.08.22 02:21:31.744302 [ 3 ] {a021ec10-6a34-4807-acc5-915bf22d0a19} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001448 sec., 4143.646408839779 rows/sec., 244.82 KiB/sec. | ||
8093 | 2024.08.22 02:21:31.744354 [ 65 ] {} <Debug> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
8094 | 2024.08.22 02:21:31.744453 [ 65 ] {} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8095 | 2024.08.22 02:21:31.744482 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
8096 | 2024.08.22 02:21:31.744569 [ 3 ] {a021ec10-6a34-4807-acc5-915bf22d0a19} <Debug> DynamicQueryHandler: Done processing query | ||
8097 | 2024.08.22 02:21:31.744623 [ 3 ] {a021ec10-6a34-4807-acc5-915bf22d0a19} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8098 | 2024.08.22 02:21:31.744677 [ 3 ] {} <Debug> HTTP-Session: ec501632-d48d-4438-ac99-461f8fdf714c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8099 | 2024.08.22 02:21:31.744731 [ 199 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_17_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_13_3 to all_17_17_0 into Compact with storage Full | ||
8100 | 2024.08.22 02:21:31.744931 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 62445, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8101 | 2024.08.22 02:21:31.744999 [ 199 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8102 | 2024.08.22 02:21:31.745032 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8103 | 2024.08.22 02:21:31.745063 [ 199 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 6 rows starting from the beginning of the part | ||
8104 | 2024.08.22 02:21:31.745077 [ 3 ] {} <Debug> HTTP-Session: beaf2d2f-4304-4701-a5ad-49abc075f625 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
8105 | 2024.08.22 02:21:31.745129 [ 3 ] {} <Debug> HTTP-Session: beaf2d2f-4304-4701-a5ad-49abc075f625 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8106 | 2024.08.22 02:21:31.745166 [ 3 ] {} <Debug> HTTP-Session: beaf2d2f-4304-4701-a5ad-49abc075f625 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8107 | 2024.08.22 02:21:31.745295 [ 199 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part | ||
8108 | 2024.08.22 02:21:31.745300 [ 3 ] {} <Trace> HTTP-Session: beaf2d2f-4304-4701-a5ad-49abc075f625 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8109 | 2024.08.22 02:21:31.745655 [ 199 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part | ||
8110 | 2024.08.22 02:21:31.745786 [ 3 ] {cfafdded-fc9c-47ae-8ccd-6355230a88ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8111 | 2024.08.22 02:21:31.745957 [ 3 ] {cfafdded-fc9c-47ae-8ccd-6355230a88ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8112 | 2024.08.22 02:21:31.746074 [ 199 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part | ||
8113 | 2024.08.22 02:21:31.746376 [ 199 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part | ||
8114 | 2024.08.22 02:21:31.747244 [ 3 ] {cfafdded-fc9c-47ae-8ccd-6355230a88ba} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8115 | 2024.08.22 02:21:31.748494 [ 3 ] {cfafdded-fc9c-47ae-8ccd-6355230a88ba} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8116 | 2024.08.22 02:21:31.748566 [ 3 ] {cfafdded-fc9c-47ae-8ccd-6355230a88ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
8117 | 2024.08.22 02:21:31.748992 [ 193 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.004400958 sec., 6816.697637196265 rows/sec., 432.70 KiB/sec. | ||
8118 | 2024.08.22 02:21:31.749290 [ 193 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
8119 | 2024.08.22 02:21:31.749445 [ 3 ] {cfafdded-fc9c-47ae-8ccd-6355230a88ba} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
8120 | 2024.08.22 02:21:31.750649 [ 193 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_17_4} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8121 | 2024.08.22 02:21:31.750671 [ 3 ] {cfafdded-fc9c-47ae-8ccd-6355230a88ba} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8122 | 2024.08.22 02:21:31.750814 [ 193 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_17_4} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
8123 | 2024.08.22 02:21:31.750941 [ 3 ] {cfafdded-fc9c-47ae-8ccd-6355230a88ba} <Debug> executeQuery: Read 386 rows, 28.00 KiB in 0.005376 sec., 71800.59523809524 rows/sec., 5.09 MiB/sec. | ||
8124 | 2024.08.22 02:21:31.751042 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
8125 | 2024.08.22 02:21:31.751268 [ 3 ] {cfafdded-fc9c-47ae-8ccd-6355230a88ba} <Debug> DynamicQueryHandler: Done processing query | ||
8126 | 2024.08.22 02:21:31.751297 [ 3 ] {cfafdded-fc9c-47ae-8ccd-6355230a88ba} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
8127 | 2024.08.22 02:21:31.751314 [ 3 ] {} <Debug> HTTP-Session: beaf2d2f-4304-4701-a5ad-49abc075f625 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8128 | 2024.08.22 02:21:31.751442 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8129 | 2024.08.22 02:21:31.751495 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8130 | 2024.08.22 02:21:31.751514 [ 3 ] {} <Debug> HTTP-Session: a49ebcbe-fca9-4061-b048-b3b09535a004 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
8131 | 2024.08.22 02:21:31.751531 [ 3 ] {} <Debug> HTTP-Session: a49ebcbe-fca9-4061-b048-b3b09535a004 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8132 | 2024.08.22 02:21:31.751544 [ 3 ] {} <Debug> HTTP-Session: a49ebcbe-fca9-4061-b048-b3b09535a004 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8133 | 2024.08.22 02:21:31.751576 [ 3 ] {} <Trace> HTTP-Session: a49ebcbe-fca9-4061-b048-b3b09535a004 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8134 | 2024.08.22 02:21:31.751675 [ 3 ] {e1d036d0-bb68-4e0c-afcf-6c0a8a268a10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
8135 | 2024.08.22 02:21:31.751720 [ 3 ] {e1d036d0-bb68-4e0c-afcf-6c0a8a268a10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
8136 | 2024.08.22 02:21:31.751872 [ 3 ] {e1d036d0-bb68-4e0c-afcf-6c0a8a268a10} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8137 | 2024.08.22 02:21:31.752141 [ 3 ] {e1d036d0-bb68-4e0c-afcf-6c0a8a268a10} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8138 | 2024.08.22 02:21:31.752177 [ 3 ] {e1d036d0-bb68-4e0c-afcf-6c0a8a268a10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
8139 | 2024.08.22 02:21:31.752540 [ 3 ] {e1d036d0-bb68-4e0c-afcf-6c0a8a268a10} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
8140 | 2024.08.22 02:21:31.752871 [ 3 ] {e1d036d0-bb68-4e0c-afcf-6c0a8a268a10} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8141 | 2024.08.22 02:21:31.753028 [ 3 ] {e1d036d0-bb68-4e0c-afcf-6c0a8a268a10} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00138 sec., 4347.826086956522 rows/sec., 227.16 KiB/sec. | ||
8142 | 2024.08.22 02:21:31.753193 [ 3 ] {e1d036d0-bb68-4e0c-afcf-6c0a8a268a10} <Debug> DynamicQueryHandler: Done processing query | ||
8143 | 2024.08.22 02:21:31.753217 [ 3 ] {e1d036d0-bb68-4e0c-afcf-6c0a8a268a10} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
8144 | 2024.08.22 02:21:31.753233 [ 3 ] {} <Debug> HTTP-Session: a49ebcbe-fca9-4061-b048-b3b09535a004 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8145 | 2024.08.22 02:21:31.753399 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 44792, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8146 | 2024.08.22 02:21:31.753448 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8147 | 2024.08.22 02:21:31.753467 [ 3 ] {} <Debug> HTTP-Session: 13aadafa-e375-4f29-a2e5-9b1c1fd1fabe Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
8148 | 2024.08.22 02:21:31.753483 [ 3 ] {} <Debug> HTTP-Session: 13aadafa-e375-4f29-a2e5-9b1c1fd1fabe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8149 | 2024.08.22 02:21:31.753496 [ 3 ] {} <Debug> HTTP-Session: 13aadafa-e375-4f29-a2e5-9b1c1fd1fabe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8150 | 2024.08.22 02:21:31.753527 [ 3 ] {} <Trace> HTTP-Session: 13aadafa-e375-4f29-a2e5-9b1c1fd1fabe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8151 | 2024.08.22 02:21:31.753740 [ 3 ] {212dad6a-1b02-40ea-a9bb-1537e737f5ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8152 | 2024.08.22 02:21:31.753786 [ 3 ] {212dad6a-1b02-40ea-a9bb-1537e737f5ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8153 | 2024.08.22 02:21:31.753929 [ 3 ] {212dad6a-1b02-40ea-a9bb-1537e737f5ef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8154 | 2024.08.22 02:21:31.754367 [ 3 ] {212dad6a-1b02-40ea-a9bb-1537e737f5ef} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8155 | 2024.08.22 02:21:31.754402 [ 3 ] {212dad6a-1b02-40ea-a9bb-1537e737f5ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
8156 | 2024.08.22 02:21:31.754783 [ 3 ] {212dad6a-1b02-40ea-a9bb-1537e737f5ef} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
8157 | 2024.08.22 02:21:31.755117 [ 3 ] {212dad6a-1b02-40ea-a9bb-1537e737f5ef} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8158 | 2024.08.22 02:21:31.755275 [ 3 ] {212dad6a-1b02-40ea-a9bb-1537e737f5ef} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001656 sec., 143719.80676328504 rows/sec., 9.63 MiB/sec. | ||
8159 | 2024.08.22 02:21:31.755440 [ 3 ] {212dad6a-1b02-40ea-a9bb-1537e737f5ef} <Debug> DynamicQueryHandler: Done processing query | ||
8160 | 2024.08.22 02:21:31.755463 [ 3 ] {212dad6a-1b02-40ea-a9bb-1537e737f5ef} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
8161 | 2024.08.22 02:21:31.755479 [ 3 ] {} <Debug> HTTP-Session: 13aadafa-e375-4f29-a2e5-9b1c1fd1fabe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8162 | 2024.08.22 02:21:31.755594 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8163 | 2024.08.22 02:21:31.755643 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8164 | 2024.08.22 02:21:31.755661 [ 3 ] {} <Debug> HTTP-Session: 2d138992-13a3-400a-b3db-82f2a8c6c2a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
8165 | 2024.08.22 02:21:31.755677 [ 3 ] {} <Debug> HTTP-Session: 2d138992-13a3-400a-b3db-82f2a8c6c2a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8166 | 2024.08.22 02:21:31.755691 [ 3 ] {} <Debug> HTTP-Session: 2d138992-13a3-400a-b3db-82f2a8c6c2a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8167 | 2024.08.22 02:21:31.755722 [ 3 ] {} <Trace> HTTP-Session: 2d138992-13a3-400a-b3db-82f2a8c6c2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8168 | 2024.08.22 02:21:31.755812 [ 3 ] {d6f6deea-decf-4847-970b-65cd7201535a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
8169 | 2024.08.22 02:21:31.755857 [ 3 ] {d6f6deea-decf-4847-970b-65cd7201535a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
8170 | 2024.08.22 02:21:31.755986 [ 3 ] {d6f6deea-decf-4847-970b-65cd7201535a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8171 | 2024.08.22 02:21:31.756238 [ 3 ] {d6f6deea-decf-4847-970b-65cd7201535a} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8172 | 2024.08.22 02:21:31.756273 [ 3 ] {d6f6deea-decf-4847-970b-65cd7201535a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
8173 | 2024.08.22 02:21:31.756610 [ 3 ] {d6f6deea-decf-4847-970b-65cd7201535a} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
8174 | 2024.08.22 02:21:31.756919 [ 3 ] {d6f6deea-decf-4847-970b-65cd7201535a} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8175 | 2024.08.22 02:21:31.757090 [ 3 ] {d6f6deea-decf-4847-970b-65cd7201535a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001297 sec., 771.0100231303007 rows/sec., 51.95 KiB/sec. | ||
8176 | 2024.08.22 02:21:31.757252 [ 3 ] {d6f6deea-decf-4847-970b-65cd7201535a} <Debug> DynamicQueryHandler: Done processing query | ||
8177 | 2024.08.22 02:21:31.757276 [ 3 ] {d6f6deea-decf-4847-970b-65cd7201535a} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
8178 | 2024.08.22 02:21:31.757291 [ 3 ] {} <Debug> HTTP-Session: 2d138992-13a3-400a-b3db-82f2a8c6c2a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8179 | 2024.08.22 02:21:31.757405 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 3204, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8180 | 2024.08.22 02:21:31.757454 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8181 | 2024.08.22 02:21:31.757472 [ 3 ] {} <Debug> HTTP-Session: f0c33642-1ad4-48d7-a149-bc1532482dff Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
8182 | 2024.08.22 02:21:31.757488 [ 3 ] {} <Debug> HTTP-Session: f0c33642-1ad4-48d7-a149-bc1532482dff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8183 | 2024.08.22 02:21:31.757502 [ 3 ] {} <Debug> HTTP-Session: f0c33642-1ad4-48d7-a149-bc1532482dff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8184 | 2024.08.22 02:21:31.757532 [ 3 ] {} <Trace> HTTP-Session: f0c33642-1ad4-48d7-a149-bc1532482dff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8185 | 2024.08.22 02:21:31.757639 [ 3 ] {a9a61a4e-5ad0-4c1f-881f-e0e5c60ee8d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8186 | 2024.08.22 02:21:31.757700 [ 3 ] {a9a61a4e-5ad0-4c1f-881f-e0e5c60ee8d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
8187 | 2024.08.22 02:21:31.758139 [ 3 ] {a9a61a4e-5ad0-4c1f-881f-e0e5c60ee8d2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8188 | 2024.08.22 02:21:31.758595 [ 3 ] {a9a61a4e-5ad0-4c1f-881f-e0e5c60ee8d2} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8189 | 2024.08.22 02:21:31.758630 [ 3 ] {a9a61a4e-5ad0-4c1f-881f-e0e5c60ee8d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
8190 | 2024.08.22 02:21:31.759238 [ 3 ] {a9a61a4e-5ad0-4c1f-881f-e0e5c60ee8d2} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
8191 | 2024.08.22 02:21:31.759640 [ 3 ] {a9a61a4e-5ad0-4c1f-881f-e0e5c60ee8d2} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8192 | 2024.08.22 02:21:31.759841 [ 3 ] {a9a61a4e-5ad0-4c1f-881f-e0e5c60ee8d2} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.002232 sec., 896.0573476702509 rows/sec., 1.61 MiB/sec. | ||
8193 | 2024.08.22 02:21:31.760376 [ 3 ] {a9a61a4e-5ad0-4c1f-881f-e0e5c60ee8d2} <Debug> DynamicQueryHandler: Done processing query | ||
8194 | 2024.08.22 02:21:31.760401 [ 3 ] {a9a61a4e-5ad0-4c1f-881f-e0e5c60ee8d2} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
8195 | 2024.08.22 02:21:31.760417 [ 3 ] {} <Debug> HTTP-Session: f0c33642-1ad4-48d7-a149-bc1532482dff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8196 | 2024.08.22 02:21:31.760533 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 12133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8197 | 2024.08.22 02:21:31.760582 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8198 | 2024.08.22 02:21:31.760601 [ 3 ] {} <Debug> HTTP-Session: ac019b62-f08f-40ba-a95a-42937ac298c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
8199 | 2024.08.22 02:21:31.760618 [ 3 ] {} <Debug> HTTP-Session: ac019b62-f08f-40ba-a95a-42937ac298c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8200 | 2024.08.22 02:21:31.760631 [ 3 ] {} <Debug> HTTP-Session: ac019b62-f08f-40ba-a95a-42937ac298c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8201 | 2024.08.22 02:21:31.760662 [ 3 ] {} <Trace> HTTP-Session: ac019b62-f08f-40ba-a95a-42937ac298c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8202 | 2024.08.22 02:21:31.760795 [ 3 ] {817ddc73-25b9-4557-b7d2-3de3f67a5878} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8203 | 2024.08.22 02:21:31.760839 [ 3 ] {817ddc73-25b9-4557-b7d2-3de3f67a5878} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8204 | 2024.08.22 02:21:31.760998 [ 3 ] {817ddc73-25b9-4557-b7d2-3de3f67a5878} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8205 | 2024.08.22 02:21:31.761438 [ 3 ] {817ddc73-25b9-4557-b7d2-3de3f67a5878} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8206 | 2024.08.22 02:21:31.761475 [ 3 ] {817ddc73-25b9-4557-b7d2-3de3f67a5878} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
8207 | 2024.08.22 02:21:31.761885 [ 3 ] {817ddc73-25b9-4557-b7d2-3de3f67a5878} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
8208 | 2024.08.22 02:21:31.762325 [ 3 ] {817ddc73-25b9-4557-b7d2-3de3f67a5878} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8209 | 2024.08.22 02:21:31.762505 [ 3 ] {817ddc73-25b9-4557-b7d2-3de3f67a5878} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001762 sec., 46538.024971623156 rows/sec., 2.96 MiB/sec. | ||
8210 | 2024.08.22 02:21:31.762808 [ 3 ] {817ddc73-25b9-4557-b7d2-3de3f67a5878} <Debug> DynamicQueryHandler: Done processing query | ||
8211 | 2024.08.22 02:21:31.762852 [ 3 ] {817ddc73-25b9-4557-b7d2-3de3f67a5878} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
8212 | 2024.08.22 02:21:31.762877 [ 3 ] {} <Debug> HTTP-Session: ac019b62-f08f-40ba-a95a-42937ac298c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8213 | 2024.08.22 02:21:36.730863 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 16453, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8214 | 2024.08.22 02:21:36.730981 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8215 | 2024.08.22 02:21:36.731006 [ 3 ] {} <Debug> HTTP-Session: 3b8152d2-fb50-4e17-a33f-97eb681604bc Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
8216 | 2024.08.22 02:21:36.731034 [ 3 ] {} <Debug> HTTP-Session: 3b8152d2-fb50-4e17-a33f-97eb681604bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8217 | 2024.08.22 02:21:36.731050 [ 3 ] {} <Debug> HTTP-Session: 3b8152d2-fb50-4e17-a33f-97eb681604bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8218 | 2024.08.22 02:21:36.731101 [ 3 ] {} <Trace> HTTP-Session: 3b8152d2-fb50-4e17-a33f-97eb681604bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8219 | 2024.08.22 02:21:36.731524 [ 3 ] {4eb2bf59-a433-49b5-9554-c0318207996e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8220 | 2024.08.22 02:21:36.731599 [ 3 ] {4eb2bf59-a433-49b5-9554-c0318207996e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8221 | 2024.08.22 02:21:36.731948 [ 3 ] {4eb2bf59-a433-49b5-9554-c0318207996e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8222 | 2024.08.22 02:21:36.732490 [ 3 ] {4eb2bf59-a433-49b5-9554-c0318207996e} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8223 | 2024.08.22 02:21:36.732537 [ 3 ] {4eb2bf59-a433-49b5-9554-c0318207996e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
8224 | 2024.08.22 02:21:36.732978 [ 3 ] {4eb2bf59-a433-49b5-9554-c0318207996e} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
8225 | 2024.08.22 02:21:36.733399 [ 3 ] {4eb2bf59-a433-49b5-9554-c0318207996e} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8226 | 2024.08.22 02:21:36.733587 [ 62 ] {} <Debug> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
8227 | 2024.08.22 02:21:36.733590 [ 3 ] {4eb2bf59-a433-49b5-9554-c0318207996e} <Debug> executeQuery: Read 112 rows, 9.63 KiB in 0.002142 sec., 52287.58169934641 rows/sec., 4.39 MiB/sec. | ||
8228 | 2024.08.22 02:21:36.733672 [ 62 ] {} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8229 | 2024.08.22 02:21:36.733745 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
8230 | 2024.08.22 02:21:36.734067 [ 3 ] {4eb2bf59-a433-49b5-9554-c0318207996e} <Debug> DynamicQueryHandler: Done processing query | ||
8231 | 2024.08.22 02:21:36.734103 [ 197 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::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 | ||
8232 | 2024.08.22 02:21:36.734139 [ 3 ] {4eb2bf59-a433-49b5-9554-c0318207996e} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
8233 | 2024.08.22 02:21:36.734229 [ 3 ] {} <Debug> HTTP-Session: 3b8152d2-fb50-4e17-a33f-97eb681604bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8234 | 2024.08.22 02:21:36.734558 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 4068, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8235 | 2024.08.22 02:21:36.734747 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8236 | 2024.08.22 02:21:36.734833 [ 3 ] {} <Debug> HTTP-Session: 14a59c25-87dc-4edc-a59b-dd0992921456 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
8237 | 2024.08.22 02:21:36.734890 [ 3 ] {} <Debug> HTTP-Session: 14a59c25-87dc-4edc-a59b-dd0992921456 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8238 | 2024.08.22 02:21:36.734912 [ 197 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8239 | 2024.08.22 02:21:36.734925 [ 3 ] {} <Debug> HTTP-Session: 14a59c25-87dc-4edc-a59b-dd0992921456 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8240 | 2024.08.22 02:21:36.735039 [ 3 ] {} <Trace> HTTP-Session: 14a59c25-87dc-4edc-a59b-dd0992921456 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8241 | 2024.08.22 02:21:36.735048 [ 197 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1398 rows starting from the beginning of the part | ||
8242 | 2024.08.22 02:21:36.735309 [ 3 ] {f1bf169c-3a66-49d5-a0d3-fefa63a306a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
8243 | 2024.08.22 02:21:36.735442 [ 197 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 1254 rows starting from the beginning of the part | ||
8244 | 2024.08.22 02:21:36.735463 [ 3 ] {f1bf169c-3a66-49d5-a0d3-fefa63a306a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8245 | 2024.08.22 02:21:36.735797 [ 197 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 194 rows starting from the beginning of the part | ||
8246 | 2024.08.22 02:21:36.736130 [ 197 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 113 rows starting from the beginning of the part | ||
8247 | 2024.08.22 02:21:36.736455 [ 197 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 194 rows starting from the beginning of the part | ||
8248 | 2024.08.22 02:21:36.736924 [ 197 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 112 rows starting from the beginning of the part | ||
8249 | 2024.08.22 02:21:36.737429 [ 3 ] {f1bf169c-3a66-49d5-a0d3-fefa63a306a7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8250 | 2024.08.22 02:21:36.738385 [ 3 ] {f1bf169c-3a66-49d5-a0d3-fefa63a306a7} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8251 | 2024.08.22 02:21:36.738439 [ 3 ] {f1bf169c-3a66-49d5-a0d3-fefa63a306a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
8252 | 2024.08.22 02:21:36.739452 [ 3 ] {f1bf169c-3a66-49d5-a0d3-fefa63a306a7} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
8253 | 2024.08.22 02:21:36.739980 [ 3 ] {f1bf169c-3a66-49d5-a0d3-fefa63a306a7} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8254 | 2024.08.22 02:21:36.740276 [ 3 ] {f1bf169c-3a66-49d5-a0d3-fefa63a306a7} <Debug> executeQuery: Read 28 rows, 2.11 KiB in 0.005079 sec., 5512.896239417208 rows/sec., 414.54 KiB/sec. | ||
8255 | 2024.08.22 02:21:36.740991 [ 3 ] {f1bf169c-3a66-49d5-a0d3-fefa63a306a7} <Debug> DynamicQueryHandler: Done processing query | ||
8256 | 2024.08.22 02:21:36.741080 [ 3 ] {f1bf169c-3a66-49d5-a0d3-fefa63a306a7} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
8257 | 2024.08.22 02:21:36.741152 [ 3 ] {} <Debug> HTTP-Session: 14a59c25-87dc-4edc-a59b-dd0992921456 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8258 | 2024.08.22 02:21:36.741173 [ 197 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3265 rows, containing 5 columns (5 merged, 0 gathered) in 0.00729222 sec., 447737.45169509423 rows/sec., 39.09 MiB/sec. | ||
8259 | 2024.08.22 02:21:36.741446 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 15623, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8260 | 2024.08.22 02:21:36.741520 [ 197 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
8261 | 2024.08.22 02:21:36.741541 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8262 | 2024.08.22 02:21:36.741605 [ 3 ] {} <Debug> HTTP-Session: dea4a510-80c3-485b-aa1a-b597b9eaae4d Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
8263 | 2024.08.22 02:21:36.741662 [ 3 ] {} <Debug> HTTP-Session: dea4a510-80c3-485b-aa1a-b597b9eaae4d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8264 | 2024.08.22 02:21:36.741689 [ 3 ] {} <Debug> HTTP-Session: dea4a510-80c3-485b-aa1a-b597b9eaae4d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8265 | 2024.08.22 02:21:36.741754 [ 3 ] {} <Trace> HTTP-Session: dea4a510-80c3-485b-aa1a-b597b9eaae4d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8266 | 2024.08.22 02:21:36.742176 [ 3 ] {85c4b2fa-eeb6-4578-b903-3ed21e44b1d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8267 | 2024.08.22 02:21:36.742239 [ 3 ] {85c4b2fa-eeb6-4578-b903-3ed21e44b1d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8268 | 2024.08.22 02:21:36.742481 [ 197 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_41_8} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8269 | 2024.08.22 02:21:36.742669 [ 197 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_41_8} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
8270 | 2024.08.22 02:21:36.742875 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
8271 | 2024.08.22 02:21:36.742995 [ 3 ] {85c4b2fa-eeb6-4578-b903-3ed21e44b1d2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8272 | 2024.08.22 02:21:36.743544 [ 3 ] {85c4b2fa-eeb6-4578-b903-3ed21e44b1d2} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8273 | 2024.08.22 02:21:36.743593 [ 3 ] {85c4b2fa-eeb6-4578-b903-3ed21e44b1d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
8274 | 2024.08.22 02:21:36.744144 [ 3 ] {85c4b2fa-eeb6-4578-b903-3ed21e44b1d2} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
8275 | 2024.08.22 02:21:36.744574 [ 3 ] {85c4b2fa-eeb6-4578-b903-3ed21e44b1d2} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8276 | 2024.08.22 02:21:36.744743 [ 62 ] {} <Debug> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
8277 | 2024.08.22 02:21:36.744753 [ 3 ] {85c4b2fa-eeb6-4578-b903-3ed21e44b1d2} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.002794 sec., 32927.7022190408 rows/sec., 2.57 MiB/sec. | ||
8278 | 2024.08.22 02:21:36.744800 [ 62 ] {} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8279 | 2024.08.22 02:21:36.744866 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
8280 | 2024.08.22 02:21:36.745047 [ 196 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::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 | ||
8281 | 2024.08.22 02:21:36.745097 [ 3 ] {85c4b2fa-eeb6-4578-b903-3ed21e44b1d2} <Debug> DynamicQueryHandler: Done processing query | ||
8282 | 2024.08.22 02:21:36.745128 [ 3 ] {85c4b2fa-eeb6-4578-b903-3ed21e44b1d2} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
8283 | 2024.08.22 02:21:36.745155 [ 3 ] {} <Debug> HTTP-Session: dea4a510-80c3-485b-aa1a-b597b9eaae4d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8284 | 2024.08.22 02:21:36.745211 [ 196 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8285 | 2024.08.22 02:21:36.745244 [ 196 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 902 rows starting from the beginning of the part | ||
8286 | 2024.08.22 02:21:36.745328 [ 196 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 552 rows starting from the beginning of the part | ||
8287 | 2024.08.22 02:21:36.745420 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 30592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8288 | 2024.08.22 02:21:36.745696 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8289 | 2024.08.22 02:21:36.745753 [ 196 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 386 rows starting from the beginning of the part | ||
8290 | 2024.08.22 02:21:36.745774 [ 3 ] {} <Debug> HTTP-Session: 1729aff2-22bf-4f26-9972-1a3b5f21e506 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
8291 | 2024.08.22 02:21:36.745857 [ 3 ] {} <Debug> HTTP-Session: 1729aff2-22bf-4f26-9972-1a3b5f21e506 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8292 | 2024.08.22 02:21:36.745919 [ 3 ] {} <Debug> HTTP-Session: 1729aff2-22bf-4f26-9972-1a3b5f21e506 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8293 | 2024.08.22 02:21:36.746012 [ 196 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 94 rows starting from the beginning of the part | ||
8294 | 2024.08.22 02:21:36.746048 [ 3 ] {} <Trace> HTTP-Session: 1729aff2-22bf-4f26-9972-1a3b5f21e506 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8295 | 2024.08.22 02:21:36.746360 [ 196 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 386 rows starting from the beginning of the part | ||
8296 | 2024.08.22 02:21:36.746480 [ 3 ] {a184e79c-eddb-4709-a133-384f5f1d5193} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8297 | 2024.08.22 02:21:36.746544 [ 196 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 92 rows starting from the beginning of the part | ||
8298 | 2024.08.22 02:21:36.746663 [ 3 ] {a184e79c-eddb-4709-a133-384f5f1d5193} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8299 | 2024.08.22 02:21:36.748258 [ 3 ] {a184e79c-eddb-4709-a133-384f5f1d5193} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8300 | 2024.08.22 02:21:36.748970 [ 3 ] {a184e79c-eddb-4709-a133-384f5f1d5193} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8301 | 2024.08.22 02:21:36.749019 [ 3 ] {a184e79c-eddb-4709-a133-384f5f1d5193} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
8302 | 2024.08.22 02:21:36.749700 [ 3 ] {a184e79c-eddb-4709-a133-384f5f1d5193} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
8303 | 2024.08.22 02:21:36.750102 [ 196 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2412 rows, containing 5 columns (5 merged, 0 gathered) in 0.005125262 sec., 470610.0878355097 rows/sec., 36.09 MiB/sec. | ||
8304 | 2024.08.22 02:21:36.750287 [ 3 ] {a184e79c-eddb-4709-a133-384f5f1d5193} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8305 | 2024.08.22 02:21:36.750473 [ 186 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
8306 | 2024.08.22 02:21:36.750539 [ 62 ] {} <Debug> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
8307 | 2024.08.22 02:21:36.750575 [ 3 ] {a184e79c-eddb-4709-a133-384f5f1d5193} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004251 sec., 37638.20277581746 rows/sec., 2.62 MiB/sec. | ||
8308 | 2024.08.22 02:21:36.750630 [ 62 ] {} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8309 | 2024.08.22 02:21:36.750722 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
8310 | 2024.08.22 02:21:36.751168 [ 195 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::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 | ||
8311 | 2024.08.22 02:21:36.751206 [ 3 ] {a184e79c-eddb-4709-a133-384f5f1d5193} <Debug> DynamicQueryHandler: Done processing query | ||
8312 | 2024.08.22 02:21:36.751331 [ 3 ] {a184e79c-eddb-4709-a133-384f5f1d5193} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8313 | 2024.08.22 02:21:36.751452 [ 3 ] {} <Debug> HTTP-Session: 1729aff2-22bf-4f26-9972-1a3b5f21e506 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8314 | 2024.08.22 02:21:36.751914 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 45152, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8315 | 2024.08.22 02:21:36.752000 [ 195 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8316 | 2024.08.22 02:21:36.752117 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8317 | 2024.08.22 02:21:36.752124 [ 195 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 11277 rows starting from the beginning of the part | ||
8318 | 2024.08.22 02:21:36.752204 [ 3 ] {} <Debug> HTTP-Session: 830067a4-9ab8-49b5-9516-272e8b8e371b Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
8319 | 2024.08.22 02:21:36.752265 [ 3 ] {} <Debug> HTTP-Session: 830067a4-9ab8-49b5-9516-272e8b8e371b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8320 | 2024.08.22 02:21:36.752357 [ 3 ] {} <Debug> HTTP-Session: 830067a4-9ab8-49b5-9516-272e8b8e371b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8321 | 2024.08.22 02:21:36.752500 [ 186 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_41_8} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8322 | 2024.08.22 02:21:36.752589 [ 195 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 846 rows starting from the beginning of the part | ||
8323 | 2024.08.22 02:21:36.752605 [ 3 ] {} <Trace> HTTP-Session: 830067a4-9ab8-49b5-9516-272e8b8e371b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8324 | 2024.08.22 02:21:36.753028 [ 195 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 238 rows starting from the beginning of the part | ||
8325 | 2024.08.22 02:21:36.753146 [ 186 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_41_8} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
8326 | 2024.08.22 02:21:36.753406 [ 195 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 161 rows starting from the beginning of the part | ||
8327 | 2024.08.22 02:21:36.753560 [ 3 ] {e607cbe8-0802-402f-a4c3-d94cdfa91c05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8328 | 2024.08.22 02:21:36.753544 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
8329 | 2024.08.22 02:21:36.753823 [ 195 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 238 rows starting from the beginning of the part | ||
8330 | 2024.08.22 02:21:36.753948 [ 3 ] {e607cbe8-0802-402f-a4c3-d94cdfa91c05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
8331 | 2024.08.22 02:21:36.754170 [ 195 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::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 | ||
8332 | 2024.08.22 02:21:36.756026 [ 3 ] {e607cbe8-0802-402f-a4c3-d94cdfa91c05} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8333 | 2024.08.22 02:21:36.757671 [ 3 ] {e607cbe8-0802-402f-a4c3-d94cdfa91c05} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8334 | 2024.08.22 02:21:36.757757 [ 3 ] {e607cbe8-0802-402f-a4c3-d94cdfa91c05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
8335 | 2024.08.22 02:21:36.758698 [ 3 ] {e607cbe8-0802-402f-a4c3-d94cdfa91c05} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
8336 | 2024.08.22 02:21:36.759523 [ 3 ] {e607cbe8-0802-402f-a4c3-d94cdfa91c05} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8337 | 2024.08.22 02:21:36.759787 [ 3 ] {e607cbe8-0802-402f-a4c3-d94cdfa91c05} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.00679 sec., 4123.711340206186 rows/sec., 7.39 MiB/sec. | ||
8338 | 2024.08.22 02:21:36.760065 [ 3 ] {e607cbe8-0802-402f-a4c3-d94cdfa91c05} <Debug> DynamicQueryHandler: Done processing query | ||
8339 | 2024.08.22 02:21:36.760091 [ 3 ] {e607cbe8-0802-402f-a4c3-d94cdfa91c05} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
8340 | 2024.08.22 02:21:36.760115 [ 3 ] {} <Debug> HTTP-Session: 830067a4-9ab8-49b5-9516-272e8b8e371b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8341 | 2024.08.22 02:21:36.760263 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8342 | 2024.08.22 02:21:36.760334 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8343 | 2024.08.22 02:21:36.760373 [ 3 ] {} <Debug> HTTP-Session: 73f6b56b-9ce5-43ff-ba80-86f5fb407ab4 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
8344 | 2024.08.22 02:21:36.760423 [ 3 ] {} <Debug> HTTP-Session: 73f6b56b-9ce5-43ff-ba80-86f5fb407ab4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8345 | 2024.08.22 02:21:36.760443 [ 3 ] {} <Debug> HTTP-Session: 73f6b56b-9ce5-43ff-ba80-86f5fb407ab4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8346 | 2024.08.22 02:21:36.760494 [ 3 ] {} <Trace> HTTP-Session: 73f6b56b-9ce5-43ff-ba80-86f5fb407ab4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8347 | 2024.08.22 02:21:36.760823 [ 3 ] {70dc129a-c442-40af-95c8-cd9ca29eb278} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8348 | 2024.08.22 02:21:36.760874 [ 191 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12920 rows, containing 5 columns (5 merged, 0 gathered) in 0.009974801 sec., 1295263.9355912965 rows/sec., 87.61 MiB/sec. | ||
8349 | 2024.08.22 02:21:36.760897 [ 3 ] {70dc129a-c442-40af-95c8-cd9ca29eb278} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8350 | 2024.08.22 02:21:36.761102 [ 3 ] {70dc129a-c442-40af-95c8-cd9ca29eb278} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8351 | 2024.08.22 02:21:36.761438 [ 191 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
8352 | 2024.08.22 02:21:36.761781 [ 3 ] {70dc129a-c442-40af-95c8-cd9ca29eb278} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8353 | 2024.08.22 02:21:36.761847 [ 3 ] {70dc129a-c442-40af-95c8-cd9ca29eb278} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
8354 | 2024.08.22 02:21:36.762806 [ 3 ] {70dc129a-c442-40af-95c8-cd9ca29eb278} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
8355 | 2024.08.22 02:21:36.762815 [ 191 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8356 | 2024.08.22 02:21:36.763004 [ 191 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
8357 | 2024.08.22 02:21:36.763280 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.38 MiB. | ||
8358 | 2024.08.22 02:21:36.763533 [ 3 ] {70dc129a-c442-40af-95c8-cd9ca29eb278} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8359 | 2024.08.22 02:21:36.763734 [ 3 ] {70dc129a-c442-40af-95c8-cd9ca29eb278} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003077 sec., 19499.512512187197 rows/sec., 1.31 MiB/sec. | ||
8360 | 2024.08.22 02:21:36.763733 [ 62 ] {} <Debug> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
8361 | 2024.08.22 02:21:36.763842 [ 62 ] {} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8362 | 2024.08.22 02:21:36.763880 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
8363 | 2024.08.22 02:21:36.764135 [ 3 ] {70dc129a-c442-40af-95c8-cd9ca29eb278} <Debug> DynamicQueryHandler: Done processing query | ||
8364 | 2024.08.22 02:21:36.764179 [ 192 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::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 | ||
8365 | 2024.08.22 02:21:36.764186 [ 3 ] {70dc129a-c442-40af-95c8-cd9ca29eb278} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8366 | 2024.08.22 02:21:36.764271 [ 3 ] {} <Debug> HTTP-Session: 73f6b56b-9ce5-43ff-ba80-86f5fb407ab4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8367 | 2024.08.22 02:21:36.764760 [ 192 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8368 | 2024.08.22 02:21:36.764836 [ 192 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2372 rows starting from the beginning of the part | ||
8369 | 2024.08.22 02:21:36.764945 [ 192 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::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 | ||
8370 | 2024.08.22 02:21:36.765154 [ 192 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 82 rows starting from the beginning of the part | ||
8371 | 2024.08.22 02:21:36.765342 [ 192 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::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 | ||
8372 | 2024.08.22 02:21:36.765499 [ 192 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 82 rows starting from the beginning of the part | ||
8373 | 2024.08.22 02:21:36.765590 [ 192 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::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 | ||
8374 | 2024.08.22 02:21:36.767162 [ 191 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2716 rows, containing 4 columns (4 merged, 0 gathered) in 0.003159973 sec., 859501.01472386 rows/sec., 56.25 MiB/sec. | ||
8375 | 2024.08.22 02:21:36.767490 [ 188 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
8376 | 2024.08.22 02:21:36.768007 [ 188 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_41_8} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8377 | 2024.08.22 02:21:36.768127 [ 188 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_41_8} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
8378 | 2024.08.22 02:21:36.768235 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. | ||
8379 | 2024.08.22 02:21:41.732961 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8380 | 2024.08.22 02:21:41.733076 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8381 | 2024.08.22 02:21:41.733102 [ 3 ] {} <Debug> HTTP-Session: 476acb7f-01ac-41ad-8542-0626c803de40 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
8382 | 2024.08.22 02:21:41.733126 [ 3 ] {} <Debug> HTTP-Session: 476acb7f-01ac-41ad-8542-0626c803de40 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8383 | 2024.08.22 02:21:41.733142 [ 3 ] {} <Debug> HTTP-Session: 476acb7f-01ac-41ad-8542-0626c803de40 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8384 | 2024.08.22 02:21:41.733193 [ 3 ] {} <Trace> HTTP-Session: 476acb7f-01ac-41ad-8542-0626c803de40 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8385 | 2024.08.22 02:21:41.733369 [ 3 ] {56bfd603-0164-4007-b531-8890d644deba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
8386 | 2024.08.22 02:21:41.733436 [ 3 ] {56bfd603-0164-4007-b531-8890d644deba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
8387 | 2024.08.22 02:21:41.733772 [ 3 ] {56bfd603-0164-4007-b531-8890d644deba} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8388 | 2024.08.22 02:21:41.734221 [ 3 ] {56bfd603-0164-4007-b531-8890d644deba} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8389 | 2024.08.22 02:21:41.734263 [ 3 ] {56bfd603-0164-4007-b531-8890d644deba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
8390 | 2024.08.22 02:21:41.734656 [ 3 ] {56bfd603-0164-4007-b531-8890d644deba} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
8391 | 2024.08.22 02:21:41.735020 [ 3 ] {56bfd603-0164-4007-b531-8890d644deba} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8392 | 2024.08.22 02:21:41.735233 [ 3 ] {56bfd603-0164-4007-b531-8890d644deba} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001916 sec., 1043.8413361169103 rows/sec., 85.12 KiB/sec. | ||
8393 | 2024.08.22 02:21:41.735596 [ 3 ] {56bfd603-0164-4007-b531-8890d644deba} <Debug> DynamicQueryHandler: Done processing query | ||
8394 | 2024.08.22 02:21:41.735626 [ 3 ] {56bfd603-0164-4007-b531-8890d644deba} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8395 | 2024.08.22 02:21:41.735643 [ 3 ] {} <Debug> HTTP-Session: 476acb7f-01ac-41ad-8542-0626c803de40 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8396 | 2024.08.22 02:21:41.735879 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 29107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8397 | 2024.08.22 02:21:41.735940 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8398 | 2024.08.22 02:21:41.735962 [ 3 ] {} <Debug> HTTP-Session: 94b32acb-1f98-417a-a898-eee434fdffad Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
8399 | 2024.08.22 02:21:41.735981 [ 3 ] {} <Debug> HTTP-Session: 94b32acb-1f98-417a-a898-eee434fdffad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8400 | 2024.08.22 02:21:41.735995 [ 3 ] {} <Debug> HTTP-Session: 94b32acb-1f98-417a-a898-eee434fdffad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8401 | 2024.08.22 02:21:41.736032 [ 3 ] {} <Trace> HTTP-Session: 94b32acb-1f98-417a-a898-eee434fdffad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8402 | 2024.08.22 02:21:41.736193 [ 3 ] {7d9826b9-e703-489f-a30b-0c529969529b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8403 | 2024.08.22 02:21:41.736242 [ 3 ] {7d9826b9-e703-489f-a30b-0c529969529b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8404 | 2024.08.22 02:21:41.736505 [ 3 ] {7d9826b9-e703-489f-a30b-0c529969529b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8405 | 2024.08.22 02:21:41.737036 [ 3 ] {7d9826b9-e703-489f-a30b-0c529969529b} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8406 | 2024.08.22 02:21:41.737074 [ 3 ] {7d9826b9-e703-489f-a30b-0c529969529b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
8407 | 2024.08.22 02:21:41.737442 [ 3 ] {7d9826b9-e703-489f-a30b-0c529969529b} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
8408 | 2024.08.22 02:21:41.737810 [ 3 ] {7d9826b9-e703-489f-a30b-0c529969529b} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8409 | 2024.08.22 02:21:41.737947 [ 3 ] {7d9826b9-e703-489f-a30b-0c529969529b} <Debug> executeQuery: Read 194 rows, 17.32 KiB in 0.001828 sec., 106126.9146608315 rows/sec., 9.25 MiB/sec. | ||
8410 | 2024.08.22 02:21:41.738189 [ 3 ] {7d9826b9-e703-489f-a30b-0c529969529b} <Debug> DynamicQueryHandler: Done processing query | ||
8411 | 2024.08.22 02:21:41.738217 [ 3 ] {7d9826b9-e703-489f-a30b-0c529969529b} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
8412 | 2024.08.22 02:21:41.738233 [ 3 ] {} <Debug> HTTP-Session: 94b32acb-1f98-417a-a898-eee434fdffad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8413 | 2024.08.22 02:21:41.738370 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 616, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8414 | 2024.08.22 02:21:41.738425 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8415 | 2024.08.22 02:21:41.738444 [ 3 ] {} <Debug> HTTP-Session: c2ac21c0-cb71-42be-bd5b-af56796348f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
8416 | 2024.08.22 02:21:41.738462 [ 3 ] {} <Debug> HTTP-Session: c2ac21c0-cb71-42be-bd5b-af56796348f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8417 | 2024.08.22 02:21:41.738476 [ 3 ] {} <Debug> HTTP-Session: c2ac21c0-cb71-42be-bd5b-af56796348f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8418 | 2024.08.22 02:21:41.738509 [ 3 ] {} <Trace> HTTP-Session: c2ac21c0-cb71-42be-bd5b-af56796348f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8419 | 2024.08.22 02:21:41.738610 [ 3 ] {3618cf94-b191-4dcf-bb79-801d434cf9ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
8420 | 2024.08.22 02:21:41.738655 [ 3 ] {3618cf94-b191-4dcf-bb79-801d434cf9ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8421 | 2024.08.22 02:21:41.738884 [ 3 ] {3618cf94-b191-4dcf-bb79-801d434cf9ed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8422 | 2024.08.22 02:21:41.739189 [ 3 ] {3618cf94-b191-4dcf-bb79-801d434cf9ed} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8423 | 2024.08.22 02:21:41.739224 [ 3 ] {3618cf94-b191-4dcf-bb79-801d434cf9ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
8424 | 2024.08.22 02:21:41.739571 [ 3 ] {3618cf94-b191-4dcf-bb79-801d434cf9ed} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
8425 | 2024.08.22 02:21:41.739929 [ 3 ] {3618cf94-b191-4dcf-bb79-801d434cf9ed} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8426 | 2024.08.22 02:21:41.740050 [ 56 ] {} <Debug> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995) (MergerMutator): Selected 6 parts from all_1_30_6 to all_35_35_0 | ||
8427 | 2024.08.22 02:21:41.740054 [ 3 ] {3618cf94-b191-4dcf-bb79-801d434cf9ed} <Debug> executeQuery: Read 4 rows, 297.00 B in 0.00147 sec., 2721.08843537415 rows/sec., 197.31 KiB/sec. | ||
8428 | 2024.08.22 02:21:41.740088 [ 56 ] {} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8429 | 2024.08.22 02:21:41.740122 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
8430 | 2024.08.22 02:21:41.740319 [ 3 ] {3618cf94-b191-4dcf-bb79-801d434cf9ed} <Debug> DynamicQueryHandler: Done processing query | ||
8431 | 2024.08.22 02:21:41.740333 [ 187 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_35_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_30_6 to all_35_35_0 into Compact with storage Full | ||
8432 | 2024.08.22 02:21:41.740354 [ 3 ] {3618cf94-b191-4dcf-bb79-801d434cf9ed} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8433 | 2024.08.22 02:21:41.740414 [ 3 ] {} <Debug> HTTP-Session: c2ac21c0-cb71-42be-bd5b-af56796348f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8434 | 2024.08.22 02:21:41.740596 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8435 | 2024.08.22 02:21:41.740628 [ 187 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_35_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8436 | 2024.08.22 02:21:41.740696 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8437 | 2024.08.22 02:21:41.740701 [ 187 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_30_6, total 46 rows starting from the beginning of the part | ||
8438 | 2024.08.22 02:21:41.740737 [ 3 ] {} <Debug> HTTP-Session: 180edcfc-3123-4aec-9a06-0c31c8abba12 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
8439 | 2024.08.22 02:21:41.740779 [ 3 ] {} <Debug> HTTP-Session: 180edcfc-3123-4aec-9a06-0c31c8abba12 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8440 | 2024.08.22 02:21:41.740828 [ 3 ] {} <Debug> HTTP-Session: 180edcfc-3123-4aec-9a06-0c31c8abba12 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8441 | 2024.08.22 02:21:41.740954 [ 187 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 4 rows starting from the beginning of the part | ||
8442 | 2024.08.22 02:21:41.740964 [ 3 ] {} <Trace> HTTP-Session: 180edcfc-3123-4aec-9a06-0c31c8abba12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8443 | 2024.08.22 02:21:41.741251 [ 187 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 30 rows starting from the beginning of the part | ||
8444 | 2024.08.22 02:21:41.741359 [ 3 ] {86295e7d-5d4b-4134-ae14-17c53e2d2ab3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
8445 | 2024.08.22 02:21:41.741526 [ 3 ] {86295e7d-5d4b-4134-ae14-17c53e2d2ab3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
8446 | 2024.08.22 02:21:41.741645 [ 187 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 4 rows starting from the beginning of the part | ||
8447 | 2024.08.22 02:21:41.742093 [ 187 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 28 rows starting from the beginning of the part | ||
8448 | 2024.08.22 02:21:41.742375 [ 187 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 4 rows starting from the beginning of the part | ||
8449 | 2024.08.22 02:21:41.743156 [ 3 ] {86295e7d-5d4b-4134-ae14-17c53e2d2ab3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8450 | 2024.08.22 02:21:41.743974 [ 3 ] {86295e7d-5d4b-4134-ae14-17c53e2d2ab3} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8451 | 2024.08.22 02:21:41.744043 [ 3 ] {86295e7d-5d4b-4134-ae14-17c53e2d2ab3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
8452 | 2024.08.22 02:21:41.745092 [ 3 ] {86295e7d-5d4b-4134-ae14-17c53e2d2ab3} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
8453 | 2024.08.22 02:21:41.745345 [ 187 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_35_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 116 rows, containing 5 columns (5 merged, 0 gathered) in 0.005115301 sec., 22677.062405516313 rows/sec., 1.73 MiB/sec. | ||
8454 | 2024.08.22 02:21:41.745609 [ 187 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_35_7} <Trace> MergedBlockOutputStream: filled checksums all_1_35_7 (state Temporary) | ||
8455 | 2024.08.22 02:21:41.745935 [ 3 ] {86295e7d-5d4b-4134-ae14-17c53e2d2ab3} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8456 | 2024.08.22 02:21:41.746465 [ 3 ] {86295e7d-5d4b-4134-ae14-17c53e2d2ab3} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005232 sec., 2675.840978593272 rows/sec., 187.40 KiB/sec. | ||
8457 | 2024.08.22 02:21:41.746871 [ 187 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_35_7} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Renaming temporary part tmp_merge_all_1_35_7 to all_1_35_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8458 | 2024.08.22 02:21:41.747059 [ 3 ] {86295e7d-5d4b-4134-ae14-17c53e2d2ab3} <Debug> DynamicQueryHandler: Done processing query | ||
8459 | 2024.08.22 02:21:41.747139 [ 3 ] {86295e7d-5d4b-4134-ae14-17c53e2d2ab3} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
8460 | 2024.08.22 02:21:41.747195 [ 3 ] {} <Debug> HTTP-Session: 180edcfc-3123-4aec-9a06-0c31c8abba12 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8461 | 2024.08.22 02:21:41.747219 [ 187 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_35_7} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995) (MergerMutator): Merged 6 parts: [all_1_30_6, all_35_35_0] -> all_1_35_7 | ||
8462 | 2024.08.22 02:21:41.747391 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8463 | 2024.08.22 02:21:41.747405 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
8464 | 2024.08.22 02:21:41.747466 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8465 | 2024.08.22 02:21:41.747491 [ 3 ] {} <Debug> HTTP-Session: 5bb7cb1e-eefd-4562-9f26-afa8c927ed59 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
8466 | 2024.08.22 02:21:41.747508 [ 3 ] {} <Debug> HTTP-Session: 5bb7cb1e-eefd-4562-9f26-afa8c927ed59 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8467 | 2024.08.22 02:21:41.747522 [ 3 ] {} <Debug> HTTP-Session: 5bb7cb1e-eefd-4562-9f26-afa8c927ed59 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8468 | 2024.08.22 02:21:41.747553 [ 3 ] {} <Trace> HTTP-Session: 5bb7cb1e-eefd-4562-9f26-afa8c927ed59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8469 | 2024.08.22 02:21:41.747657 [ 3 ] {f40f187b-760e-475a-985e-b5d2dc1123a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
8470 | 2024.08.22 02:21:41.747701 [ 3 ] {f40f187b-760e-475a-985e-b5d2dc1123a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
8471 | 2024.08.22 02:21:41.747956 [ 3 ] {f40f187b-760e-475a-985e-b5d2dc1123a9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8472 | 2024.08.22 02:21:41.748264 [ 3 ] {f40f187b-760e-475a-985e-b5d2dc1123a9} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8473 | 2024.08.22 02:21:41.748300 [ 3 ] {f40f187b-760e-475a-985e-b5d2dc1123a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
8474 | 2024.08.22 02:21:41.748651 [ 3 ] {f40f187b-760e-475a-985e-b5d2dc1123a9} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
8475 | 2024.08.22 02:21:41.749028 [ 3 ] {f40f187b-760e-475a-985e-b5d2dc1123a9} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8476 | 2024.08.22 02:21:41.749157 [ 3 ] {f40f187b-760e-475a-985e-b5d2dc1123a9} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001528 sec., 3926.7015706806283 rows/sec., 232.00 KiB/sec. | ||
8477 | 2024.08.22 02:21:41.749323 [ 3 ] {f40f187b-760e-475a-985e-b5d2dc1123a9} <Debug> DynamicQueryHandler: Done processing query | ||
8478 | 2024.08.22 02:21:41.749347 [ 3 ] {f40f187b-760e-475a-985e-b5d2dc1123a9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8479 | 2024.08.22 02:21:41.749363 [ 3 ] {} <Debug> HTTP-Session: 5bb7cb1e-eefd-4562-9f26-afa8c927ed59 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8480 | 2024.08.22 02:21:41.749548 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 62445, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8481 | 2024.08.22 02:21:41.749598 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8482 | 2024.08.22 02:21:41.749618 [ 3 ] {} <Debug> HTTP-Session: 8699e45f-0528-4a0a-ba55-615e2b64ab1f Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
8483 | 2024.08.22 02:21:41.749634 [ 3 ] {} <Debug> HTTP-Session: 8699e45f-0528-4a0a-ba55-615e2b64ab1f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8484 | 2024.08.22 02:21:41.749647 [ 3 ] {} <Debug> HTTP-Session: 8699e45f-0528-4a0a-ba55-615e2b64ab1f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8485 | 2024.08.22 02:21:41.749678 [ 3 ] {} <Trace> HTTP-Session: 8699e45f-0528-4a0a-ba55-615e2b64ab1f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8486 | 2024.08.22 02:21:41.749881 [ 3 ] {89bc02f3-9db1-4f7d-8a90-6d90a65e0831} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8487 | 2024.08.22 02:21:41.749950 [ 3 ] {89bc02f3-9db1-4f7d-8a90-6d90a65e0831} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8488 | 2024.08.22 02:21:41.750176 [ 3 ] {89bc02f3-9db1-4f7d-8a90-6d90a65e0831} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8489 | 2024.08.22 02:21:41.750748 [ 3 ] {89bc02f3-9db1-4f7d-8a90-6d90a65e0831} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8490 | 2024.08.22 02:21:41.750783 [ 3 ] {89bc02f3-9db1-4f7d-8a90-6d90a65e0831} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
8491 | 2024.08.22 02:21:41.751156 [ 3 ] {89bc02f3-9db1-4f7d-8a90-6d90a65e0831} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
8492 | 2024.08.22 02:21:41.751507 [ 3 ] {89bc02f3-9db1-4f7d-8a90-6d90a65e0831} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8493 | 2024.08.22 02:21:41.751639 [ 3 ] {89bc02f3-9db1-4f7d-8a90-6d90a65e0831} <Debug> executeQuery: Read 386 rows, 28.00 KiB in 0.001868 sec., 206638.11563169165 rows/sec., 14.64 MiB/sec. | ||
8494 | 2024.08.22 02:21:41.751844 [ 3 ] {89bc02f3-9db1-4f7d-8a90-6d90a65e0831} <Debug> DynamicQueryHandler: Done processing query | ||
8495 | 2024.08.22 02:21:41.751876 [ 3 ] {89bc02f3-9db1-4f7d-8a90-6d90a65e0831} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
8496 | 2024.08.22 02:21:41.751898 [ 3 ] {} <Debug> HTTP-Session: 8699e45f-0528-4a0a-ba55-615e2b64ab1f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8497 | 2024.08.22 02:21:41.752029 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8498 | 2024.08.22 02:21:41.752105 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8499 | 2024.08.22 02:21:41.752126 [ 3 ] {} <Debug> HTTP-Session: 42938f02-f4c0-427f-b294-b997e5a4e1c6 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
8500 | 2024.08.22 02:21:41.752142 [ 3 ] {} <Debug> HTTP-Session: 42938f02-f4c0-427f-b294-b997e5a4e1c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8501 | 2024.08.22 02:21:41.752155 [ 3 ] {} <Debug> HTTP-Session: 42938f02-f4c0-427f-b294-b997e5a4e1c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8502 | 2024.08.22 02:21:41.752186 [ 3 ] {} <Trace> HTTP-Session: 42938f02-f4c0-427f-b294-b997e5a4e1c6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8503 | 2024.08.22 02:21:41.752279 [ 3 ] {b9a60f49-a73e-4651-b966-f7cc22572bcc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
8504 | 2024.08.22 02:21:41.752324 [ 3 ] {b9a60f49-a73e-4651-b966-f7cc22572bcc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
8505 | 2024.08.22 02:21:41.752452 [ 3 ] {b9a60f49-a73e-4651-b966-f7cc22572bcc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8506 | 2024.08.22 02:21:41.752708 [ 3 ] {b9a60f49-a73e-4651-b966-f7cc22572bcc} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8507 | 2024.08.22 02:21:41.752742 [ 3 ] {b9a60f49-a73e-4651-b966-f7cc22572bcc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
8508 | 2024.08.22 02:21:41.753092 [ 3 ] {b9a60f49-a73e-4651-b966-f7cc22572bcc} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
8509 | 2024.08.22 02:21:41.753418 [ 3 ] {b9a60f49-a73e-4651-b966-f7cc22572bcc} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8510 | 2024.08.22 02:21:41.753546 [ 3 ] {b9a60f49-a73e-4651-b966-f7cc22572bcc} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001292 sec., 4643.962848297214 rows/sec., 242.63 KiB/sec. | ||
8511 | 2024.08.22 02:21:41.753702 [ 3 ] {b9a60f49-a73e-4651-b966-f7cc22572bcc} <Debug> DynamicQueryHandler: Done processing query | ||
8512 | 2024.08.22 02:21:41.753726 [ 3 ] {b9a60f49-a73e-4651-b966-f7cc22572bcc} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
8513 | 2024.08.22 02:21:41.753741 [ 3 ] {} <Debug> HTTP-Session: 42938f02-f4c0-427f-b294-b997e5a4e1c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8514 | 2024.08.22 02:21:41.753891 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 44791, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8515 | 2024.08.22 02:21:41.753940 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8516 | 2024.08.22 02:21:41.753959 [ 3 ] {} <Debug> HTTP-Session: 5399fcdc-2e62-4dd5-a8cf-06913c4ab6a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
8517 | 2024.08.22 02:21:41.753975 [ 3 ] {} <Debug> HTTP-Session: 5399fcdc-2e62-4dd5-a8cf-06913c4ab6a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8518 | 2024.08.22 02:21:41.753989 [ 3 ] {} <Debug> HTTP-Session: 5399fcdc-2e62-4dd5-a8cf-06913c4ab6a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8519 | 2024.08.22 02:21:41.754019 [ 3 ] {} <Trace> HTTP-Session: 5399fcdc-2e62-4dd5-a8cf-06913c4ab6a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8520 | 2024.08.22 02:21:41.754235 [ 3 ] {135a9478-7c74-4618-92c5-9acf8f4e1bdb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8521 | 2024.08.22 02:21:41.754281 [ 3 ] {135a9478-7c74-4618-92c5-9acf8f4e1bdb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8522 | 2024.08.22 02:21:41.754422 [ 3 ] {135a9478-7c74-4618-92c5-9acf8f4e1bdb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8523 | 2024.08.22 02:21:41.754839 [ 3 ] {135a9478-7c74-4618-92c5-9acf8f4e1bdb} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8524 | 2024.08.22 02:21:41.754874 [ 3 ] {135a9478-7c74-4618-92c5-9acf8f4e1bdb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
8525 | 2024.08.22 02:21:41.755257 [ 3 ] {135a9478-7c74-4618-92c5-9acf8f4e1bdb} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
8526 | 2024.08.22 02:21:41.755593 [ 3 ] {135a9478-7c74-4618-92c5-9acf8f4e1bdb} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8527 | 2024.08.22 02:21:41.755717 [ 3 ] {135a9478-7c74-4618-92c5-9acf8f4e1bdb} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001609 sec., 147917.96146674955 rows/sec., 9.92 MiB/sec. | ||
8528 | 2024.08.22 02:21:41.755876 [ 3 ] {135a9478-7c74-4618-92c5-9acf8f4e1bdb} <Debug> DynamicQueryHandler: Done processing query | ||
8529 | 2024.08.22 02:21:41.755900 [ 3 ] {135a9478-7c74-4618-92c5-9acf8f4e1bdb} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
8530 | 2024.08.22 02:21:41.755915 [ 3 ] {} <Debug> HTTP-Session: 5399fcdc-2e62-4dd5-a8cf-06913c4ab6a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8531 | 2024.08.22 02:21:41.756033 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8532 | 2024.08.22 02:21:41.756082 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8533 | 2024.08.22 02:21:41.756102 [ 3 ] {} <Debug> HTTP-Session: ae2ed9a2-c75c-47c7-b0fe-8445cd38853d Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
8534 | 2024.08.22 02:21:41.756118 [ 3 ] {} <Debug> HTTP-Session: ae2ed9a2-c75c-47c7-b0fe-8445cd38853d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8535 | 2024.08.22 02:21:41.756132 [ 3 ] {} <Debug> HTTP-Session: ae2ed9a2-c75c-47c7-b0fe-8445cd38853d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8536 | 2024.08.22 02:21:41.756162 [ 3 ] {} <Trace> HTTP-Session: ae2ed9a2-c75c-47c7-b0fe-8445cd38853d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8537 | 2024.08.22 02:21:41.756251 [ 3 ] {2b403aab-815d-49ee-a2b4-cc74b5d95e2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
8538 | 2024.08.22 02:21:41.756295 [ 3 ] {2b403aab-815d-49ee-a2b4-cc74b5d95e2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
8539 | 2024.08.22 02:21:41.756422 [ 3 ] {2b403aab-815d-49ee-a2b4-cc74b5d95e2f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8540 | 2024.08.22 02:21:41.756671 [ 3 ] {2b403aab-815d-49ee-a2b4-cc74b5d95e2f} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8541 | 2024.08.22 02:21:41.756704 [ 3 ] {2b403aab-815d-49ee-a2b4-cc74b5d95e2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
8542 | 2024.08.22 02:21:41.757047 [ 3 ] {2b403aab-815d-49ee-a2b4-cc74b5d95e2f} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
8543 | 2024.08.22 02:21:41.757361 [ 3 ] {2b403aab-815d-49ee-a2b4-cc74b5d95e2f} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8544 | 2024.08.22 02:21:41.757489 [ 3 ] {2b403aab-815d-49ee-a2b4-cc74b5d95e2f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001261 sec., 793.0214115781126 rows/sec., 53.44 KiB/sec. | ||
8545 | 2024.08.22 02:21:41.757807 [ 3 ] {2b403aab-815d-49ee-a2b4-cc74b5d95e2f} <Debug> DynamicQueryHandler: Done processing query | ||
8546 | 2024.08.22 02:21:41.757831 [ 3 ] {2b403aab-815d-49ee-a2b4-cc74b5d95e2f} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
8547 | 2024.08.22 02:21:41.757847 [ 3 ] {} <Debug> HTTP-Session: ae2ed9a2-c75c-47c7-b0fe-8445cd38853d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8548 | 2024.08.22 02:21:41.757951 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 3204, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8549 | 2024.08.22 02:21:41.757999 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8550 | 2024.08.22 02:21:41.758018 [ 3 ] {} <Debug> HTTP-Session: 637f6ba1-1abb-4105-b91f-070878a2d06e Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
8551 | 2024.08.22 02:21:41.758034 [ 3 ] {} <Debug> HTTP-Session: 637f6ba1-1abb-4105-b91f-070878a2d06e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8552 | 2024.08.22 02:21:41.758049 [ 3 ] {} <Debug> HTTP-Session: 637f6ba1-1abb-4105-b91f-070878a2d06e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8553 | 2024.08.22 02:21:41.758079 [ 3 ] {} <Trace> HTTP-Session: 637f6ba1-1abb-4105-b91f-070878a2d06e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8554 | 2024.08.22 02:21:41.758199 [ 3 ] {c2f22210-10d6-494b-9463-d312a098ca4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8555 | 2024.08.22 02:21:41.758272 [ 3 ] {c2f22210-10d6-494b-9463-d312a098ca4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
8556 | 2024.08.22 02:21:41.758708 [ 3 ] {c2f22210-10d6-494b-9463-d312a098ca4c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8557 | 2024.08.22 02:21:41.759140 [ 3 ] {c2f22210-10d6-494b-9463-d312a098ca4c} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8558 | 2024.08.22 02:21:41.759176 [ 3 ] {c2f22210-10d6-494b-9463-d312a098ca4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
8559 | 2024.08.22 02:21:41.759941 [ 3 ] {c2f22210-10d6-494b-9463-d312a098ca4c} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
8560 | 2024.08.22 02:21:41.760360 [ 3 ] {c2f22210-10d6-494b-9463-d312a098ca4c} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8561 | 2024.08.22 02:21:41.760518 [ 3 ] {c2f22210-10d6-494b-9463-d312a098ca4c} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.00236 sec., 847.457627118644 rows/sec., 1.52 MiB/sec. | ||
8562 | 2024.08.22 02:21:41.761078 [ 3 ] {c2f22210-10d6-494b-9463-d312a098ca4c} <Debug> DynamicQueryHandler: Done processing query | ||
8563 | 2024.08.22 02:21:41.761102 [ 3 ] {c2f22210-10d6-494b-9463-d312a098ca4c} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
8564 | 2024.08.22 02:21:41.761119 [ 3 ] {} <Debug> HTTP-Session: 637f6ba1-1abb-4105-b91f-070878a2d06e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8565 | 2024.08.22 02:21:41.761246 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 12133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8566 | 2024.08.22 02:21:41.761296 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8567 | 2024.08.22 02:21:41.761346 [ 3 ] {} <Debug> HTTP-Session: 02be7384-133c-44cf-81e7-54a8806498df Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
8568 | 2024.08.22 02:21:41.761388 [ 3 ] {} <Debug> HTTP-Session: 02be7384-133c-44cf-81e7-54a8806498df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8569 | 2024.08.22 02:21:41.761404 [ 3 ] {} <Debug> HTTP-Session: 02be7384-133c-44cf-81e7-54a8806498df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8570 | 2024.08.22 02:21:41.761443 [ 3 ] {} <Trace> HTTP-Session: 02be7384-133c-44cf-81e7-54a8806498df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8571 | 2024.08.22 02:21:41.761614 [ 3 ] {79f50a2d-0e61-4d1a-8745-c4616f642580} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8572 | 2024.08.22 02:21:41.761671 [ 3 ] {79f50a2d-0e61-4d1a-8745-c4616f642580} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8573 | 2024.08.22 02:21:41.761837 [ 3 ] {79f50a2d-0e61-4d1a-8745-c4616f642580} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8574 | 2024.08.22 02:21:41.762280 [ 3 ] {79f50a2d-0e61-4d1a-8745-c4616f642580} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8575 | 2024.08.22 02:21:41.762325 [ 3 ] {79f50a2d-0e61-4d1a-8745-c4616f642580} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
8576 | 2024.08.22 02:21:41.762728 [ 3 ] {79f50a2d-0e61-4d1a-8745-c4616f642580} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
8577 | 2024.08.22 02:21:41.763262 [ 3 ] {79f50a2d-0e61-4d1a-8745-c4616f642580} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8578 | 2024.08.22 02:21:41.763435 [ 3 ] {79f50a2d-0e61-4d1a-8745-c4616f642580} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001888 sec., 43432.20338983051 rows/sec., 2.76 MiB/sec. | ||
8579 | 2024.08.22 02:21:41.763815 [ 3 ] {79f50a2d-0e61-4d1a-8745-c4616f642580} <Debug> DynamicQueryHandler: Done processing query | ||
8580 | 2024.08.22 02:21:41.763862 [ 3 ] {79f50a2d-0e61-4d1a-8745-c4616f642580} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
8581 | 2024.08.22 02:21:41.763893 [ 3 ] {} <Debug> HTTP-Session: 02be7384-133c-44cf-81e7-54a8806498df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8582 | 2024.08.22 02:21:45.125410 [ 40 ] {} <Debug> DNSResolver: Updating DNS cache | ||
8583 | 2024.08.22 02:21:45.125466 [ 40 ] {} <Debug> DNSResolver: Updated DNS cache | ||
8584 | 2024.08.22 02:21:46.758844 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 181567, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8585 | 2024.08.22 02:21:46.758961 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8586 | 2024.08.22 02:21:46.758984 [ 3 ] {} <Debug> HTTP-Session: 7d1fb38a-7d82-464a-95c4-ec9c09546bc4 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
8587 | 2024.08.22 02:21:46.759007 [ 3 ] {} <Debug> HTTP-Session: 7d1fb38a-7d82-464a-95c4-ec9c09546bc4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8588 | 2024.08.22 02:21:46.759023 [ 3 ] {} <Debug> HTTP-Session: 7d1fb38a-7d82-464a-95c4-ec9c09546bc4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8589 | 2024.08.22 02:21:46.759073 [ 3 ] {} <Trace> HTTP-Session: 7d1fb38a-7d82-464a-95c4-ec9c09546bc4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8590 | 2024.08.22 02:21:46.759589 [ 3 ] {0c263d3d-cf5c-4b08-88cd-1a25ed4e71b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8591 | 2024.08.22 02:21:46.759658 [ 3 ] {0c263d3d-cf5c-4b08-88cd-1a25ed4e71b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8592 | 2024.08.22 02:21:46.759994 [ 3 ] {0c263d3d-cf5c-4b08-88cd-1a25ed4e71b8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8593 | 2024.08.22 02:21:46.761306 [ 3 ] {0c263d3d-cf5c-4b08-88cd-1a25ed4e71b8} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8594 | 2024.08.22 02:21:46.761441 [ 3 ] {0c263d3d-cf5c-4b08-88cd-1a25ed4e71b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
8595 | 2024.08.22 02:21:46.761998 [ 3 ] {0c263d3d-cf5c-4b08-88cd-1a25ed4e71b8} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
8596 | 2024.08.22 02:21:46.762465 [ 3 ] {0c263d3d-cf5c-4b08-88cd-1a25ed4e71b8} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8597 | 2024.08.22 02:21:46.762686 [ 3 ] {0c263d3d-cf5c-4b08-88cd-1a25ed4e71b8} <Debug> executeQuery: Read 1252 rows, 105.75 KiB in 0.003437 sec., 364271.16671515856 rows/sec., 30.05 MiB/sec. | ||
8598 | 2024.08.22 02:21:46.762911 [ 3 ] {0c263d3d-cf5c-4b08-88cd-1a25ed4e71b8} <Debug> DynamicQueryHandler: Done processing query | ||
8599 | 2024.08.22 02:21:46.762938 [ 3 ] {0c263d3d-cf5c-4b08-88cd-1a25ed4e71b8} <Debug> MemoryTracker: Peak memory usage (for query): 4.98 MiB. | ||
8600 | 2024.08.22 02:21:46.762956 [ 3 ] {} <Debug> HTTP-Session: 7d1fb38a-7d82-464a-95c4-ec9c09546bc4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8601 | 2024.08.22 02:21:46.763338 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 4068, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8602 | 2024.08.22 02:21:46.763394 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8603 | 2024.08.22 02:21:46.763414 [ 3 ] {} <Debug> HTTP-Session: 5ce3ac73-b57d-4db2-b263-a52ea2e8588d Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
8604 | 2024.08.22 02:21:46.763432 [ 3 ] {} <Debug> HTTP-Session: 5ce3ac73-b57d-4db2-b263-a52ea2e8588d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8605 | 2024.08.22 02:21:46.763446 [ 3 ] {} <Debug> HTTP-Session: 5ce3ac73-b57d-4db2-b263-a52ea2e8588d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8606 | 2024.08.22 02:21:46.763483 [ 3 ] {} <Trace> HTTP-Session: 5ce3ac73-b57d-4db2-b263-a52ea2e8588d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8607 | 2024.08.22 02:21:46.763600 [ 3 ] {48049c8b-b931-439a-986c-2302332eb4b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
8608 | 2024.08.22 02:21:46.763649 [ 3 ] {48049c8b-b931-439a-986c-2302332eb4b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8609 | 2024.08.22 02:21:46.763893 [ 3 ] {48049c8b-b931-439a-986c-2302332eb4b1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8610 | 2024.08.22 02:21:46.764274 [ 3 ] {48049c8b-b931-439a-986c-2302332eb4b1} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8611 | 2024.08.22 02:21:46.764316 [ 3 ] {48049c8b-b931-439a-986c-2302332eb4b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
8612 | 2024.08.22 02:21:46.764694 [ 3 ] {48049c8b-b931-439a-986c-2302332eb4b1} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
8613 | 2024.08.22 02:21:46.765072 [ 3 ] {48049c8b-b931-439a-986c-2302332eb4b1} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8614 | 2024.08.22 02:21:46.765240 [ 3 ] {48049c8b-b931-439a-986c-2302332eb4b1} <Debug> executeQuery: Read 28 rows, 2.11 KiB in 0.00167 sec., 16766.467065868263 rows/sec., 1.23 MiB/sec. | ||
8615 | 2024.08.22 02:21:46.765430 [ 3 ] {48049c8b-b931-439a-986c-2302332eb4b1} <Debug> DynamicQueryHandler: Done processing query | ||
8616 | 2024.08.22 02:21:46.765456 [ 3 ] {48049c8b-b931-439a-986c-2302332eb4b1} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
8617 | 2024.08.22 02:21:46.765472 [ 3 ] {} <Debug> HTTP-Session: 5ce3ac73-b57d-4db2-b263-a52ea2e8588d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8618 | 2024.08.22 02:21:46.765653 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 30489, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8619 | 2024.08.22 02:21:46.765708 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8620 | 2024.08.22 02:21:46.765731 [ 3 ] {} <Debug> HTTP-Session: 62541b07-fa2c-45c6-be0b-352259a76066 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
8621 | 2024.08.22 02:21:46.765749 [ 3 ] {} <Debug> HTTP-Session: 62541b07-fa2c-45c6-be0b-352259a76066 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8622 | 2024.08.22 02:21:46.765763 [ 3 ] {} <Debug> HTTP-Session: 62541b07-fa2c-45c6-be0b-352259a76066 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8623 | 2024.08.22 02:21:46.765797 [ 3 ] {} <Trace> HTTP-Session: 62541b07-fa2c-45c6-be0b-352259a76066 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8624 | 2024.08.22 02:21:46.765949 [ 3 ] {a30b234b-704e-4d39-883f-28b30bd73c84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
8625 | 2024.08.22 02:21:46.766000 [ 3 ] {a30b234b-704e-4d39-883f-28b30bd73c84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
8626 | 2024.08.22 02:21:46.766288 [ 3 ] {a30b234b-704e-4d39-883f-28b30bd73c84} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8627 | 2024.08.22 02:21:46.766859 [ 3 ] {a30b234b-704e-4d39-883f-28b30bd73c84} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8628 | 2024.08.22 02:21:46.766900 [ 3 ] {a30b234b-704e-4d39-883f-28b30bd73c84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
8629 | 2024.08.22 02:21:46.767278 [ 3 ] {a30b234b-704e-4d39-883f-28b30bd73c84} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
8630 | 2024.08.22 02:21:46.767638 [ 3 ] {a30b234b-704e-4d39-883f-28b30bd73c84} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8631 | 2024.08.22 02:21:46.767805 [ 3 ] {a30b234b-704e-4d39-883f-28b30bd73c84} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001919 sec., 118811.88118811882 rows/sec., 8.04 MiB/sec. | ||
8632 | 2024.08.22 02:21:46.767806 [ 47 ] {} <Debug> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
8633 | 2024.08.22 02:21:46.767921 [ 47 ] {} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8634 | 2024.08.22 02:21:46.767967 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
8635 | 2024.08.22 02:21:46.768076 [ 3 ] {a30b234b-704e-4d39-883f-28b30bd73c84} <Debug> DynamicQueryHandler: Done processing query | ||
8636 | 2024.08.22 02:21:46.768123 [ 3 ] {a30b234b-704e-4d39-883f-28b30bd73c84} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
8637 | 2024.08.22 02:21:46.768142 [ 191 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::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 | ||
8638 | 2024.08.22 02:21:46.768152 [ 3 ] {} <Debug> HTTP-Session: 62541b07-fa2c-45c6-be0b-352259a76066 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8639 | 2024.08.22 02:21:46.768324 [ 191 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8640 | 2024.08.22 02:21:46.768367 [ 191 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 243 rows starting from the beginning of the part | ||
8641 | 2024.08.22 02:21:46.768497 [ 191 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 228 rows starting from the beginning of the part | ||
8642 | 2024.08.22 02:21:46.768555 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 90635, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8643 | 2024.08.22 02:21:46.768725 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8644 | 2024.08.22 02:21:46.768799 [ 3 ] {} <Debug> HTTP-Session: 63869f1f-b533-4cf7-b163-02423e156a43 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
8645 | 2024.08.22 02:21:46.768871 [ 3 ] {} <Debug> HTTP-Session: 63869f1f-b533-4cf7-b163-02423e156a43 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8646 | 2024.08.22 02:21:46.768946 [ 3 ] {} <Debug> HTTP-Session: 63869f1f-b533-4cf7-b163-02423e156a43 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8647 | 2024.08.22 02:21:46.768973 [ 191 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 14 rows starting from the beginning of the part | ||
8648 | 2024.08.22 02:21:46.769029 [ 3 ] {} <Trace> HTTP-Session: 63869f1f-b533-4cf7-b163-02423e156a43 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8649 | 2024.08.22 02:21:46.769217 [ 191 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 14 rows starting from the beginning of the part | ||
8650 | 2024.08.22 02:21:46.769580 [ 3 ] {975871f8-a9e2-4e25-9e22-fd4ca8ba1189} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8651 | 2024.08.22 02:21:46.769587 [ 191 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 14 rows starting from the beginning of the part | ||
8652 | 2024.08.22 02:21:46.769713 [ 3 ] {975871f8-a9e2-4e25-9e22-fd4ca8ba1189} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8653 | 2024.08.22 02:21:46.769935 [ 191 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 228 rows starting from the beginning of the part | ||
8654 | 2024.08.22 02:21:46.770794 [ 3 ] {975871f8-a9e2-4e25-9e22-fd4ca8ba1189} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8655 | 2024.08.22 02:21:46.772185 [ 3 ] {975871f8-a9e2-4e25-9e22-fd4ca8ba1189} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8656 | 2024.08.22 02:21:46.772259 [ 3 ] {975871f8-a9e2-4e25-9e22-fd4ca8ba1189} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
8657 | 2024.08.22 02:21:46.772951 [ 191 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 741 rows, containing 5 columns (5 merged, 0 gathered) in 0.00490312 sec., 151128.26118879407 rows/sec., 10.26 MiB/sec. | ||
8658 | 2024.08.22 02:21:46.773165 [ 191 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
8659 | 2024.08.22 02:21:46.773175 [ 3 ] {975871f8-a9e2-4e25-9e22-fd4ca8ba1189} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
8660 | 2024.08.22 02:21:46.774386 [ 3 ] {975871f8-a9e2-4e25-9e22-fd4ca8ba1189} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8661 | 2024.08.22 02:21:46.774428 [ 191 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_26_5} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8662 | 2024.08.22 02:21:46.774622 [ 191 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_26_5} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
8663 | 2024.08.22 02:21:46.774693 [ 3 ] {975871f8-a9e2-4e25-9e22-fd4ca8ba1189} <Debug> executeQuery: Read 548 rows, 41.65 KiB in 0.005394 sec., 101594.36410826843 rows/sec., 7.54 MiB/sec. | ||
8664 | 2024.08.22 02:21:46.774922 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
8665 | 2024.08.22 02:21:46.775263 [ 3 ] {975871f8-a9e2-4e25-9e22-fd4ca8ba1189} <Debug> DynamicQueryHandler: Done processing query | ||
8666 | 2024.08.22 02:21:46.775307 [ 3 ] {975871f8-a9e2-4e25-9e22-fd4ca8ba1189} <Debug> MemoryTracker: Peak memory usage (for query): 4.57 MiB. | ||
8667 | 2024.08.22 02:21:46.775331 [ 3 ] {} <Debug> HTTP-Session: 63869f1f-b533-4cf7-b163-02423e156a43 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8668 | 2024.08.22 02:21:46.775568 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 160350, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8669 | 2024.08.22 02:21:46.775620 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8670 | 2024.08.22 02:21:46.775640 [ 3 ] {} <Debug> HTTP-Session: 49867b3b-52a0-485c-a0db-355072e1ad9f Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
8671 | 2024.08.22 02:21:46.775657 [ 3 ] {} <Debug> HTTP-Session: 49867b3b-52a0-485c-a0db-355072e1ad9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8672 | 2024.08.22 02:21:46.775671 [ 3 ] {} <Debug> HTTP-Session: 49867b3b-52a0-485c-a0db-355072e1ad9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8673 | 2024.08.22 02:21:46.775703 [ 3 ] {} <Trace> HTTP-Session: 49867b3b-52a0-485c-a0db-355072e1ad9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8674 | 2024.08.22 02:21:46.776182 [ 3 ] {b9c63137-7163-4874-942f-370d75c68360} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8675 | 2024.08.22 02:21:46.776240 [ 3 ] {b9c63137-7163-4874-942f-370d75c68360} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8676 | 2024.08.22 02:21:46.776441 [ 3 ] {b9c63137-7163-4874-942f-370d75c68360} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8677 | 2024.08.22 02:21:46.777229 [ 3 ] {b9c63137-7163-4874-942f-370d75c68360} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8678 | 2024.08.22 02:21:46.777266 [ 3 ] {b9c63137-7163-4874-942f-370d75c68360} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
8679 | 2024.08.22 02:21:46.777717 [ 3 ] {b9c63137-7163-4874-942f-370d75c68360} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
8680 | 2024.08.22 02:21:46.778073 [ 3 ] {b9c63137-7163-4874-942f-370d75c68360} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8681 | 2024.08.22 02:21:46.778231 [ 3 ] {b9c63137-7163-4874-942f-370d75c68360} <Debug> executeQuery: Read 844 rows, 58.17 KiB in 0.002377 sec., 355069.4152292806 rows/sec., 23.90 MiB/sec. | ||
8682 | 2024.08.22 02:21:46.778418 [ 3 ] {b9c63137-7163-4874-942f-370d75c68360} <Debug> DynamicQueryHandler: Done processing query | ||
8683 | 2024.08.22 02:21:46.778442 [ 3 ] {b9c63137-7163-4874-942f-370d75c68360} <Debug> MemoryTracker: Peak memory usage (for query): 4.66 MiB. | ||
8684 | 2024.08.22 02:21:46.778458 [ 3 ] {} <Debug> HTTP-Session: 49867b3b-52a0-485c-a0db-355072e1ad9f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8685 | 2024.08.22 02:21:46.778824 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 45158, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8686 | 2024.08.22 02:21:46.778872 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8687 | 2024.08.22 02:21:46.778892 [ 3 ] {} <Debug> HTTP-Session: 392ad953-407f-40cb-a3ea-e3c0d9d3cd9f Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
8688 | 2024.08.22 02:21:46.778909 [ 3 ] {} <Debug> HTTP-Session: 392ad953-407f-40cb-a3ea-e3c0d9d3cd9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8689 | 2024.08.22 02:21:46.778923 [ 3 ] {} <Debug> HTTP-Session: 392ad953-407f-40cb-a3ea-e3c0d9d3cd9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8690 | 2024.08.22 02:21:46.778954 [ 3 ] {} <Trace> HTTP-Session: 392ad953-407f-40cb-a3ea-e3c0d9d3cd9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8691 | 2024.08.22 02:21:46.779234 [ 3 ] {2117401d-9e7a-454e-b2d9-31e310fac2cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8692 | 2024.08.22 02:21:46.779299 [ 3 ] {2117401d-9e7a-454e-b2d9-31e310fac2cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
8693 | 2024.08.22 02:21:46.779733 [ 3 ] {2117401d-9e7a-454e-b2d9-31e310fac2cf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8694 | 2024.08.22 02:21:46.780468 [ 3 ] {2117401d-9e7a-454e-b2d9-31e310fac2cf} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8695 | 2024.08.22 02:21:46.780505 [ 3 ] {2117401d-9e7a-454e-b2d9-31e310fac2cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
8696 | 2024.08.22 02:21:46.781124 [ 3 ] {2117401d-9e7a-454e-b2d9-31e310fac2cf} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
8697 | 2024.08.22 02:21:46.781551 [ 3 ] {2117401d-9e7a-454e-b2d9-31e310fac2cf} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8698 | 2024.08.22 02:21:46.781733 [ 47 ] {} <Debug> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
8699 | 2024.08.22 02:21:46.781741 [ 3 ] {2117401d-9e7a-454e-b2d9-31e310fac2cf} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.002693 sec., 10397.326401782399 rows/sec., 18.63 MiB/sec. | ||
8700 | 2024.08.22 02:21:46.781798 [ 47 ] {} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8701 | 2024.08.22 02:21:46.781872 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
8702 | 2024.08.22 02:21:46.782196 [ 198 ] {54363e51-69d9-4b16-adfe-43c651565682::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 | ||
8703 | 2024.08.22 02:21:46.782336 [ 3 ] {2117401d-9e7a-454e-b2d9-31e310fac2cf} <Debug> DynamicQueryHandler: Done processing query | ||
8704 | 2024.08.22 02:21:46.782376 [ 3 ] {2117401d-9e7a-454e-b2d9-31e310fac2cf} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
8705 | 2024.08.22 02:21:46.782424 [ 3 ] {} <Debug> HTTP-Session: 392ad953-407f-40cb-a3ea-e3c0d9d3cd9f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8706 | 2024.08.22 02:21:46.782628 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8707 | 2024.08.22 02:21:46.782752 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8708 | 2024.08.22 02:21:46.782816 [ 3 ] {} <Debug> HTTP-Session: 82212537-adbc-4175-a5ef-c94119c685b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
8709 | 2024.08.22 02:21:46.782854 [ 198 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8710 | 2024.08.22 02:21:46.782866 [ 3 ] {} <Debug> HTTP-Session: 82212537-adbc-4175-a5ef-c94119c685b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8711 | 2024.08.22 02:21:46.782927 [ 3 ] {} <Debug> HTTP-Session: 82212537-adbc-4175-a5ef-c94119c685b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8712 | 2024.08.22 02:21:46.783029 [ 3 ] {} <Trace> HTTP-Session: 82212537-adbc-4175-a5ef-c94119c685b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8713 | 2024.08.22 02:21:46.783040 [ 198 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 530 rows starting from the beginning of the part | ||
8714 | 2024.08.22 02:21:46.783277 [ 3 ] {4c620da1-948f-4093-8425-01b78446536a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8715 | 2024.08.22 02:21:46.783447 [ 3 ] {4c620da1-948f-4093-8425-01b78446536a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8716 | 2024.08.22 02:21:46.783830 [ 198 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 28 rows starting from the beginning of the part | ||
8717 | 2024.08.22 02:21:46.784404 [ 3 ] {4c620da1-948f-4093-8425-01b78446536a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8718 | 2024.08.22 02:21:46.784657 [ 198 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 2 rows starting from the beginning of the part | ||
8719 | 2024.08.22 02:21:46.785052 [ 198 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 28 rows starting from the beginning of the part | ||
8720 | 2024.08.22 02:21:46.785628 [ 3 ] {4c620da1-948f-4093-8425-01b78446536a} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8721 | 2024.08.22 02:21:46.785701 [ 198 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 2 rows starting from the beginning of the part | ||
8722 | 2024.08.22 02:21:46.785705 [ 3 ] {4c620da1-948f-4093-8425-01b78446536a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
8723 | 2024.08.22 02:21:46.786343 [ 198 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 28 rows starting from the beginning of the part | ||
8724 | 2024.08.22 02:21:46.787170 [ 3 ] {4c620da1-948f-4093-8425-01b78446536a} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
8725 | 2024.08.22 02:21:46.787891 [ 3 ] {4c620da1-948f-4093-8425-01b78446536a} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8726 | 2024.08.22 02:21:46.788331 [ 3 ] {4c620da1-948f-4093-8425-01b78446536a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005168 sec., 11609.907120743035 rows/sec., 801.20 KiB/sec. | ||
8727 | 2024.08.22 02:21:46.788613 [ 3 ] {4c620da1-948f-4093-8425-01b78446536a} <Debug> DynamicQueryHandler: Done processing query | ||
8728 | 2024.08.22 02:21:46.788639 [ 3 ] {4c620da1-948f-4093-8425-01b78446536a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8729 | 2024.08.22 02:21:46.788657 [ 3 ] {} <Debug> HTTP-Session: 82212537-adbc-4175-a5ef-c94119c685b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8730 | 2024.08.22 02:21:46.791904 [ 202 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 618 rows, containing 19 columns (19 merged, 0 gathered) in 0.009892561 sec., 62471.18415544772 rows/sec., 111.95 MiB/sec. | ||
8731 | 2024.08.22 02:21:46.792776 [ 202 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
8732 | 2024.08.22 02:21:46.793353 [ 202 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_36_7} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8733 | 2024.08.22 02:21:46.793443 [ 202 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_36_7} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
8734 | 2024.08.22 02:21:46.793565 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.41 MiB. | ||
8735 | 2024.08.22 02:21:51.733170 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 28974, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8736 | 2024.08.22 02:21:51.733292 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8737 | 2024.08.22 02:21:51.733320 [ 3 ] {} <Debug> HTTP-Session: 1f060451-fe2d-4de8-8dbc-b60f1179e5c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
8738 | 2024.08.22 02:21:51.733348 [ 3 ] {} <Debug> HTTP-Session: 1f060451-fe2d-4de8-8dbc-b60f1179e5c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8739 | 2024.08.22 02:21:51.733366 [ 3 ] {} <Debug> HTTP-Session: 1f060451-fe2d-4de8-8dbc-b60f1179e5c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8740 | 2024.08.22 02:21:51.733419 [ 3 ] {} <Trace> HTTP-Session: 1f060451-fe2d-4de8-8dbc-b60f1179e5c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8741 | 2024.08.22 02:21:51.733649 [ 3 ] {c17f5c0f-7ed3-4acd-8c05-7ad6d0c369c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8742 | 2024.08.22 02:21:51.733715 [ 3 ] {c17f5c0f-7ed3-4acd-8c05-7ad6d0c369c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8743 | 2024.08.22 02:21:51.734049 [ 3 ] {c17f5c0f-7ed3-4acd-8c05-7ad6d0c369c0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8744 | 2024.08.22 02:21:51.734616 [ 3 ] {c17f5c0f-7ed3-4acd-8c05-7ad6d0c369c0} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8745 | 2024.08.22 02:21:51.734661 [ 3 ] {c17f5c0f-7ed3-4acd-8c05-7ad6d0c369c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
8746 | 2024.08.22 02:21:51.735082 [ 3 ] {c17f5c0f-7ed3-4acd-8c05-7ad6d0c369c0} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
8747 | 2024.08.22 02:21:51.735465 [ 3 ] {c17f5c0f-7ed3-4acd-8c05-7ad6d0c369c0} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8748 | 2024.08.22 02:21:51.735631 [ 3 ] {c17f5c0f-7ed3-4acd-8c05-7ad6d0c369c0} <Debug> executeQuery: Read 193 rows, 17.24 KiB in 0.002075 sec., 93012.04819277108 rows/sec., 8.12 MiB/sec. | ||
8749 | 2024.08.22 02:21:51.735988 [ 3 ] {c17f5c0f-7ed3-4acd-8c05-7ad6d0c369c0} <Debug> DynamicQueryHandler: Done processing query | ||
8750 | 2024.08.22 02:21:51.736028 [ 3 ] {c17f5c0f-7ed3-4acd-8c05-7ad6d0c369c0} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
8751 | 2024.08.22 02:21:51.736045 [ 3 ] {} <Debug> HTTP-Session: 1f060451-fe2d-4de8-8dbc-b60f1179e5c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8752 | 2024.08.22 02:21:51.736230 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8753 | 2024.08.22 02:21:51.736283 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8754 | 2024.08.22 02:21:51.736302 [ 3 ] {} <Debug> HTTP-Session: baa1b1c7-3a9e-47bf-99bb-a0f20ec79adf Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
8755 | 2024.08.22 02:21:51.736321 [ 3 ] {} <Debug> HTTP-Session: baa1b1c7-3a9e-47bf-99bb-a0f20ec79adf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8756 | 2024.08.22 02:21:51.736335 [ 3 ] {} <Debug> HTTP-Session: baa1b1c7-3a9e-47bf-99bb-a0f20ec79adf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8757 | 2024.08.22 02:21:51.736371 [ 3 ] {} <Trace> HTTP-Session: baa1b1c7-3a9e-47bf-99bb-a0f20ec79adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8758 | 2024.08.22 02:21:51.736476 [ 3 ] {45287057-c894-45a7-b6d9-746021ae30c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
8759 | 2024.08.22 02:21:51.736524 [ 3 ] {45287057-c894-45a7-b6d9-746021ae30c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8760 | 2024.08.22 02:21:51.736775 [ 3 ] {45287057-c894-45a7-b6d9-746021ae30c1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8761 | 2024.08.22 02:21:51.737100 [ 3 ] {45287057-c894-45a7-b6d9-746021ae30c1} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8762 | 2024.08.22 02:21:51.737137 [ 3 ] {45287057-c894-45a7-b6d9-746021ae30c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
8763 | 2024.08.22 02:21:51.737487 [ 3 ] {45287057-c894-45a7-b6d9-746021ae30c1} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
8764 | 2024.08.22 02:21:51.737857 [ 3 ] {45287057-c894-45a7-b6d9-746021ae30c1} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8765 | 2024.08.22 02:21:51.738016 [ 3 ] {45287057-c894-45a7-b6d9-746021ae30c1} <Debug> executeQuery: Read 2 rows, 154.00 B in 0.00156 sec., 1282.051282051282 rows/sec., 96.40 KiB/sec. | ||
8766 | 2024.08.22 02:21:51.738193 [ 3 ] {45287057-c894-45a7-b6d9-746021ae30c1} <Debug> DynamicQueryHandler: Done processing query | ||
8767 | 2024.08.22 02:21:51.738218 [ 3 ] {45287057-c894-45a7-b6d9-746021ae30c1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8768 | 2024.08.22 02:21:51.738233 [ 3 ] {} <Debug> HTTP-Session: baa1b1c7-3a9e-47bf-99bb-a0f20ec79adf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8769 | 2024.08.22 02:21:51.738362 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8770 | 2024.08.22 02:21:51.738412 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8771 | 2024.08.22 02:21:51.738430 [ 3 ] {} <Debug> HTTP-Session: 1d78f458-3346-4b5e-bb9f-213dd2974e76 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
8772 | 2024.08.22 02:21:51.738446 [ 3 ] {} <Debug> HTTP-Session: 1d78f458-3346-4b5e-bb9f-213dd2974e76 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8773 | 2024.08.22 02:21:51.738460 [ 3 ] {} <Debug> HTTP-Session: 1d78f458-3346-4b5e-bb9f-213dd2974e76 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8774 | 2024.08.22 02:21:51.738492 [ 3 ] {} <Trace> HTTP-Session: 1d78f458-3346-4b5e-bb9f-213dd2974e76 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8775 | 2024.08.22 02:21:51.738592 [ 3 ] {f281a0ad-3d86-495a-adf2-7290a7a439eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
8776 | 2024.08.22 02:21:51.738636 [ 3 ] {f281a0ad-3d86-495a-adf2-7290a7a439eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
8777 | 2024.08.22 02:21:51.738857 [ 3 ] {f281a0ad-3d86-495a-adf2-7290a7a439eb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8778 | 2024.08.22 02:21:51.739157 [ 3 ] {f281a0ad-3d86-495a-adf2-7290a7a439eb} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8779 | 2024.08.22 02:21:51.739194 [ 3 ] {f281a0ad-3d86-495a-adf2-7290a7a439eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
8780 | 2024.08.22 02:21:51.739541 [ 3 ] {f281a0ad-3d86-495a-adf2-7290a7a439eb} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
8781 | 2024.08.22 02:21:51.739891 [ 3 ] {f281a0ad-3d86-495a-adf2-7290a7a439eb} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8782 | 2024.08.22 02:21:51.740051 [ 3 ] {f281a0ad-3d86-495a-adf2-7290a7a439eb} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001482 sec., 9446.693657219972 rows/sec., 661.58 KiB/sec. | ||
8783 | 2024.08.22 02:21:51.740213 [ 3 ] {f281a0ad-3d86-495a-adf2-7290a7a439eb} <Debug> DynamicQueryHandler: Done processing query | ||
8784 | 2024.08.22 02:21:51.740237 [ 3 ] {f281a0ad-3d86-495a-adf2-7290a7a439eb} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
8785 | 2024.08.22 02:21:51.740253 [ 3 ] {} <Debug> HTTP-Session: 1d78f458-3346-4b5e-bb9f-213dd2974e76 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8786 | 2024.08.22 02:21:51.740366 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8787 | 2024.08.22 02:21:51.740413 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8788 | 2024.08.22 02:21:51.740432 [ 3 ] {} <Debug> HTTP-Session: 7f9c75a0-4cc6-4a87-97ee-1313d7fb6c8d Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
8789 | 2024.08.22 02:21:51.740448 [ 3 ] {} <Debug> HTTP-Session: 7f9c75a0-4cc6-4a87-97ee-1313d7fb6c8d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8790 | 2024.08.22 02:21:51.740461 [ 3 ] {} <Debug> HTTP-Session: 7f9c75a0-4cc6-4a87-97ee-1313d7fb6c8d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8791 | 2024.08.22 02:21:51.740492 [ 3 ] {} <Trace> HTTP-Session: 7f9c75a0-4cc6-4a87-97ee-1313d7fb6c8d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8792 | 2024.08.22 02:21:51.740587 [ 3 ] {482455cd-118e-4538-b356-c85976b963f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
8793 | 2024.08.22 02:21:51.740629 [ 3 ] {482455cd-118e-4538-b356-c85976b963f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
8794 | 2024.08.22 02:21:51.740852 [ 3 ] {482455cd-118e-4538-b356-c85976b963f5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8795 | 2024.08.22 02:21:51.741145 [ 3 ] {482455cd-118e-4538-b356-c85976b963f5} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8796 | 2024.08.22 02:21:51.741182 [ 3 ] {482455cd-118e-4538-b356-c85976b963f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
8797 | 2024.08.22 02:21:51.741524 [ 3 ] {482455cd-118e-4538-b356-c85976b963f5} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
8798 | 2024.08.22 02:21:51.741874 [ 3 ] {482455cd-118e-4538-b356-c85976b963f5} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8799 | 2024.08.22 02:21:51.742031 [ 3 ] {482455cd-118e-4538-b356-c85976b963f5} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001461 sec., 4106.776180698152 rows/sec., 242.64 KiB/sec. | ||
8800 | 2024.08.22 02:21:51.742324 [ 3 ] {482455cd-118e-4538-b356-c85976b963f5} <Debug> DynamicQueryHandler: Done processing query | ||
8801 | 2024.08.22 02:21:51.742349 [ 3 ] {482455cd-118e-4538-b356-c85976b963f5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8802 | 2024.08.22 02:21:51.742366 [ 3 ] {} <Debug> HTTP-Session: 7f9c75a0-4cc6-4a87-97ee-1313d7fb6c8d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8803 | 2024.08.22 02:21:51.742521 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 62104, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8804 | 2024.08.22 02:21:51.742569 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8805 | 2024.08.22 02:21:51.742588 [ 3 ] {} <Debug> HTTP-Session: 887cbe48-64dc-4135-8e8f-0e42ed1e0e48 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
8806 | 2024.08.22 02:21:51.742604 [ 3 ] {} <Debug> HTTP-Session: 887cbe48-64dc-4135-8e8f-0e42ed1e0e48 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8807 | 2024.08.22 02:21:51.742618 [ 3 ] {} <Debug> HTTP-Session: 887cbe48-64dc-4135-8e8f-0e42ed1e0e48 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8808 | 2024.08.22 02:21:51.742648 [ 3 ] {} <Trace> HTTP-Session: 887cbe48-64dc-4135-8e8f-0e42ed1e0e48 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8809 | 2024.08.22 02:21:51.742852 [ 3 ] {3e870f5c-9a77-46f5-b392-06afc5d87ecb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8810 | 2024.08.22 02:21:51.742896 [ 3 ] {3e870f5c-9a77-46f5-b392-06afc5d87ecb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8811 | 2024.08.22 02:21:51.743135 [ 3 ] {3e870f5c-9a77-46f5-b392-06afc5d87ecb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8812 | 2024.08.22 02:21:51.743682 [ 3 ] {3e870f5c-9a77-46f5-b392-06afc5d87ecb} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8813 | 2024.08.22 02:21:51.743718 [ 3 ] {3e870f5c-9a77-46f5-b392-06afc5d87ecb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
8814 | 2024.08.22 02:21:51.744091 [ 3 ] {3e870f5c-9a77-46f5-b392-06afc5d87ecb} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
8815 | 2024.08.22 02:21:51.744440 [ 3 ] {3e870f5c-9a77-46f5-b392-06afc5d87ecb} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8816 | 2024.08.22 02:21:51.744597 [ 3 ] {3e870f5c-9a77-46f5-b392-06afc5d87ecb} <Debug> executeQuery: Read 384 rows, 27.84 KiB in 0.001862 sec., 206229.86036519872 rows/sec., 14.60 MiB/sec. | ||
8817 | 2024.08.22 02:21:51.744758 [ 3 ] {3e870f5c-9a77-46f5-b392-06afc5d87ecb} <Debug> DynamicQueryHandler: Done processing query | ||
8818 | 2024.08.22 02:21:51.744783 [ 3 ] {3e870f5c-9a77-46f5-b392-06afc5d87ecb} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
8819 | 2024.08.22 02:21:51.744798 [ 3 ] {} <Debug> HTTP-Session: 887cbe48-64dc-4135-8e8f-0e42ed1e0e48 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8820 | 2024.08.22 02:21:51.744931 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8821 | 2024.08.22 02:21:51.744979 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8822 | 2024.08.22 02:21:51.744998 [ 3 ] {} <Debug> HTTP-Session: 0608610d-3e1a-4e4d-8598-4ae29035b744 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
8823 | 2024.08.22 02:21:51.745014 [ 3 ] {} <Debug> HTTP-Session: 0608610d-3e1a-4e4d-8598-4ae29035b744 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8824 | 2024.08.22 02:21:51.745028 [ 3 ] {} <Debug> HTTP-Session: 0608610d-3e1a-4e4d-8598-4ae29035b744 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8825 | 2024.08.22 02:21:51.745059 [ 3 ] {} <Trace> HTTP-Session: 0608610d-3e1a-4e4d-8598-4ae29035b744 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8826 | 2024.08.22 02:21:51.745153 [ 3 ] {d0e30e20-5487-411e-8d90-6c5e5df67617} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
8827 | 2024.08.22 02:21:51.745197 [ 3 ] {d0e30e20-5487-411e-8d90-6c5e5df67617} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
8828 | 2024.08.22 02:21:51.745323 [ 3 ] {d0e30e20-5487-411e-8d90-6c5e5df67617} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8829 | 2024.08.22 02:21:51.745558 [ 3 ] {d0e30e20-5487-411e-8d90-6c5e5df67617} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8830 | 2024.08.22 02:21:51.745591 [ 3 ] {d0e30e20-5487-411e-8d90-6c5e5df67617} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
8831 | 2024.08.22 02:21:51.745925 [ 3 ] {d0e30e20-5487-411e-8d90-6c5e5df67617} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
8832 | 2024.08.22 02:21:51.746301 [ 3 ] {d0e30e20-5487-411e-8d90-6c5e5df67617} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8833 | 2024.08.22 02:21:51.746442 [ 3 ] {d0e30e20-5487-411e-8d90-6c5e5df67617} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001312 sec., 4573.170731707317 rows/sec., 238.93 KiB/sec. | ||
8834 | 2024.08.22 02:21:51.746635 [ 3 ] {d0e30e20-5487-411e-8d90-6c5e5df67617} <Debug> DynamicQueryHandler: Done processing query | ||
8835 | 2024.08.22 02:21:51.746659 [ 3 ] {d0e30e20-5487-411e-8d90-6c5e5df67617} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
8836 | 2024.08.22 02:21:51.746674 [ 3 ] {} <Debug> HTTP-Session: 0608610d-3e1a-4e4d-8598-4ae29035b744 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8837 | 2024.08.22 02:21:51.746826 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 44601, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8838 | 2024.08.22 02:21:51.746874 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8839 | 2024.08.22 02:21:51.746893 [ 3 ] {} <Debug> HTTP-Session: 5ecf3430-f761-4233-834e-d2ab9ee4e386 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
8840 | 2024.08.22 02:21:51.746909 [ 3 ] {} <Debug> HTTP-Session: 5ecf3430-f761-4233-834e-d2ab9ee4e386 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8841 | 2024.08.22 02:21:51.746923 [ 3 ] {} <Debug> HTTP-Session: 5ecf3430-f761-4233-834e-d2ab9ee4e386 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8842 | 2024.08.22 02:21:51.746953 [ 3 ] {} <Trace> HTTP-Session: 5ecf3430-f761-4233-834e-d2ab9ee4e386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8843 | 2024.08.22 02:21:51.747150 [ 3 ] {fd8d5238-a906-4a27-bcff-9912ec97644b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8844 | 2024.08.22 02:21:51.747197 [ 3 ] {fd8d5238-a906-4a27-bcff-9912ec97644b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8845 | 2024.08.22 02:21:51.747350 [ 3 ] {fd8d5238-a906-4a27-bcff-9912ec97644b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8846 | 2024.08.22 02:21:51.747755 [ 3 ] {fd8d5238-a906-4a27-bcff-9912ec97644b} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8847 | 2024.08.22 02:21:51.747791 [ 3 ] {fd8d5238-a906-4a27-bcff-9912ec97644b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
8848 | 2024.08.22 02:21:51.748156 [ 3 ] {fd8d5238-a906-4a27-bcff-9912ec97644b} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
8849 | 2024.08.22 02:21:51.748498 [ 3 ] {fd8d5238-a906-4a27-bcff-9912ec97644b} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8850 | 2024.08.22 02:21:51.748653 [ 3 ] {fd8d5238-a906-4a27-bcff-9912ec97644b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001615 sec., 146749.22600619195 rows/sec., 9.84 MiB/sec. | ||
8851 | 2024.08.22 02:21:51.748819 [ 3 ] {fd8d5238-a906-4a27-bcff-9912ec97644b} <Debug> DynamicQueryHandler: Done processing query | ||
8852 | 2024.08.22 02:21:51.748842 [ 3 ] {fd8d5238-a906-4a27-bcff-9912ec97644b} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
8853 | 2024.08.22 02:21:51.748857 [ 3 ] {} <Debug> HTTP-Session: 5ecf3430-f761-4233-834e-d2ab9ee4e386 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8854 | 2024.08.22 02:21:51.748981 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8855 | 2024.08.22 02:21:51.749029 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8856 | 2024.08.22 02:21:51.749049 [ 3 ] {} <Debug> HTTP-Session: 695f56a3-002c-48a2-94af-22a665dc8f54 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
8857 | 2024.08.22 02:21:51.749065 [ 3 ] {} <Debug> HTTP-Session: 695f56a3-002c-48a2-94af-22a665dc8f54 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8858 | 2024.08.22 02:21:51.749079 [ 3 ] {} <Debug> HTTP-Session: 695f56a3-002c-48a2-94af-22a665dc8f54 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8859 | 2024.08.22 02:21:51.749110 [ 3 ] {} <Trace> HTTP-Session: 695f56a3-002c-48a2-94af-22a665dc8f54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8860 | 2024.08.22 02:21:51.749203 [ 3 ] {987c4a64-408d-440a-b025-339263f2d68e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
8861 | 2024.08.22 02:21:51.749248 [ 3 ] {987c4a64-408d-440a-b025-339263f2d68e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
8862 | 2024.08.22 02:21:51.749376 [ 3 ] {987c4a64-408d-440a-b025-339263f2d68e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8863 | 2024.08.22 02:21:51.749628 [ 3 ] {987c4a64-408d-440a-b025-339263f2d68e} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8864 | 2024.08.22 02:21:51.749663 [ 3 ] {987c4a64-408d-440a-b025-339263f2d68e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
8865 | 2024.08.22 02:21:51.749998 [ 3 ] {987c4a64-408d-440a-b025-339263f2d68e} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
8866 | 2024.08.22 02:21:51.750308 [ 3 ] {987c4a64-408d-440a-b025-339263f2d68e} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8867 | 2024.08.22 02:21:51.750459 [ 3 ] {987c4a64-408d-440a-b025-339263f2d68e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001272 sec., 786.1635220125787 rows/sec., 52.97 KiB/sec. | ||
8868 | 2024.08.22 02:21:51.750610 [ 3 ] {987c4a64-408d-440a-b025-339263f2d68e} <Debug> DynamicQueryHandler: Done processing query | ||
8869 | 2024.08.22 02:21:51.750633 [ 3 ] {987c4a64-408d-440a-b025-339263f2d68e} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
8870 | 2024.08.22 02:21:51.750648 [ 3 ] {} <Debug> HTTP-Session: 695f56a3-002c-48a2-94af-22a665dc8f54 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8871 | 2024.08.22 02:21:51.750766 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 3288, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8872 | 2024.08.22 02:21:51.750811 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8873 | 2024.08.22 02:21:51.750831 [ 3 ] {} <Debug> HTTP-Session: 8c4a1f9f-4411-44bc-9678-c51fe357eebf Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
8874 | 2024.08.22 02:21:51.750847 [ 3 ] {} <Debug> HTTP-Session: 8c4a1f9f-4411-44bc-9678-c51fe357eebf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8875 | 2024.08.22 02:21:51.750860 [ 3 ] {} <Debug> HTTP-Session: 8c4a1f9f-4411-44bc-9678-c51fe357eebf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8876 | 2024.08.22 02:21:51.750890 [ 3 ] {} <Trace> HTTP-Session: 8c4a1f9f-4411-44bc-9678-c51fe357eebf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8877 | 2024.08.22 02:21:51.750999 [ 3 ] {31e07971-08a9-4635-9dc4-9476b4f2e665} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8878 | 2024.08.22 02:21:51.751061 [ 3 ] {31e07971-08a9-4635-9dc4-9476b4f2e665} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
8879 | 2024.08.22 02:21:51.751473 [ 3 ] {31e07971-08a9-4635-9dc4-9476b4f2e665} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8880 | 2024.08.22 02:21:51.751865 [ 3 ] {31e07971-08a9-4635-9dc4-9476b4f2e665} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8881 | 2024.08.22 02:21:51.751900 [ 3 ] {31e07971-08a9-4635-9dc4-9476b4f2e665} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
8882 | 2024.08.22 02:21:51.752472 [ 3 ] {31e07971-08a9-4635-9dc4-9476b4f2e665} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
8883 | 2024.08.22 02:21:51.752875 [ 3 ] {31e07971-08a9-4635-9dc4-9476b4f2e665} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8884 | 2024.08.22 02:21:51.753056 [ 3 ] {31e07971-08a9-4635-9dc4-9476b4f2e665} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.002095 sec., 954.653937947494 rows/sec., 1.71 MiB/sec. | ||
8885 | 2024.08.22 02:21:51.753250 [ 3 ] {31e07971-08a9-4635-9dc4-9476b4f2e665} <Debug> DynamicQueryHandler: Done processing query | ||
8886 | 2024.08.22 02:21:51.753274 [ 3 ] {31e07971-08a9-4635-9dc4-9476b4f2e665} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
8887 | 2024.08.22 02:21:51.753289 [ 3 ] {} <Debug> HTTP-Session: 8c4a1f9f-4411-44bc-9678-c51fe357eebf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8888 | 2024.08.22 02:21:51.753408 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 12133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8889 | 2024.08.22 02:21:51.753455 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8890 | 2024.08.22 02:21:51.753474 [ 3 ] {} <Debug> HTTP-Session: da8caeab-adea-429d-8c97-de7e4e6df3d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
8891 | 2024.08.22 02:21:51.753490 [ 3 ] {} <Debug> HTTP-Session: da8caeab-adea-429d-8c97-de7e4e6df3d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8892 | 2024.08.22 02:21:51.753503 [ 3 ] {} <Debug> HTTP-Session: da8caeab-adea-429d-8c97-de7e4e6df3d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8893 | 2024.08.22 02:21:51.753534 [ 3 ] {} <Trace> HTTP-Session: da8caeab-adea-429d-8c97-de7e4e6df3d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8894 | 2024.08.22 02:21:51.753653 [ 3 ] {c7ade7de-658d-49e9-b537-86aee0f0b6fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8895 | 2024.08.22 02:21:51.753697 [ 3 ] {c7ade7de-658d-49e9-b537-86aee0f0b6fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8896 | 2024.08.22 02:21:51.753821 [ 3 ] {c7ade7de-658d-49e9-b537-86aee0f0b6fc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8897 | 2024.08.22 02:21:51.754090 [ 3 ] {c7ade7de-658d-49e9-b537-86aee0f0b6fc} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8898 | 2024.08.22 02:21:51.754125 [ 3 ] {c7ade7de-658d-49e9-b537-86aee0f0b6fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
8899 | 2024.08.22 02:21:51.754480 [ 3 ] {c7ade7de-658d-49e9-b537-86aee0f0b6fc} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
8900 | 2024.08.22 02:21:51.754796 [ 3 ] {c7ade7de-658d-49e9-b537-86aee0f0b6fc} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8901 | 2024.08.22 02:21:51.754948 [ 3 ] {c7ade7de-658d-49e9-b537-86aee0f0b6fc} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001331 sec., 61607.81367392938 rows/sec., 3.91 MiB/sec. | ||
8902 | 2024.08.22 02:21:51.755096 [ 3 ] {c7ade7de-658d-49e9-b537-86aee0f0b6fc} <Debug> DynamicQueryHandler: Done processing query | ||
8903 | 2024.08.22 02:21:51.755119 [ 3 ] {c7ade7de-658d-49e9-b537-86aee0f0b6fc} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
8904 | 2024.08.22 02:21:51.755134 [ 3 ] {} <Debug> HTTP-Session: da8caeab-adea-429d-8c97-de7e4e6df3d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8905 | 2024.08.22 02:21:56.731213 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 16453, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8906 | 2024.08.22 02:21:56.731338 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8907 | 2024.08.22 02:21:56.731363 [ 3 ] {} <Debug> HTTP-Session: 603d50eb-5264-47eb-9b10-8a03b38a1d4d Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
8908 | 2024.08.22 02:21:56.731387 [ 3 ] {} <Debug> HTTP-Session: 603d50eb-5264-47eb-9b10-8a03b38a1d4d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8909 | 2024.08.22 02:21:56.731402 [ 3 ] {} <Debug> HTTP-Session: 603d50eb-5264-47eb-9b10-8a03b38a1d4d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8910 | 2024.08.22 02:21:56.731451 [ 3 ] {} <Trace> HTTP-Session: 603d50eb-5264-47eb-9b10-8a03b38a1d4d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8911 | 2024.08.22 02:21:56.731658 [ 3 ] {b923561c-dee7-472a-a95e-19bcfed1c5d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8912 | 2024.08.22 02:21:56.731725 [ 3 ] {b923561c-dee7-472a-a95e-19bcfed1c5d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8913 | 2024.08.22 02:21:56.732052 [ 3 ] {b923561c-dee7-472a-a95e-19bcfed1c5d9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8914 | 2024.08.22 02:21:56.732497 [ 3 ] {b923561c-dee7-472a-a95e-19bcfed1c5d9} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8915 | 2024.08.22 02:21:56.732538 [ 3 ] {b923561c-dee7-472a-a95e-19bcfed1c5d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
8916 | 2024.08.22 02:21:56.733218 [ 3 ] {b923561c-dee7-472a-a95e-19bcfed1c5d9} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
8917 | 2024.08.22 02:21:56.733591 [ 3 ] {b923561c-dee7-472a-a95e-19bcfed1c5d9} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8918 | 2024.08.22 02:21:56.733783 [ 3 ] {b923561c-dee7-472a-a95e-19bcfed1c5d9} <Debug> executeQuery: Read 112 rows, 9.63 KiB in 0.002188 sec., 51188.29981718465 rows/sec., 4.30 MiB/sec. | ||
8919 | 2024.08.22 02:21:56.734082 [ 3 ] {b923561c-dee7-472a-a95e-19bcfed1c5d9} <Debug> DynamicQueryHandler: Done processing query | ||
8920 | 2024.08.22 02:21:56.734113 [ 3 ] {b923561c-dee7-472a-a95e-19bcfed1c5d9} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
8921 | 2024.08.22 02:21:56.734130 [ 3 ] {} <Debug> HTTP-Session: 603d50eb-5264-47eb-9b10-8a03b38a1d4d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8922 | 2024.08.22 02:21:56.734313 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 4068, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8923 | 2024.08.22 02:21:56.734368 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8924 | 2024.08.22 02:21:56.734388 [ 3 ] {} <Debug> HTTP-Session: 878a201f-5c1f-4641-8d54-9cc0337ba0c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
8925 | 2024.08.22 02:21:56.734409 [ 3 ] {} <Debug> HTTP-Session: 878a201f-5c1f-4641-8d54-9cc0337ba0c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8926 | 2024.08.22 02:21:56.734422 [ 3 ] {} <Debug> HTTP-Session: 878a201f-5c1f-4641-8d54-9cc0337ba0c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8927 | 2024.08.22 02:21:56.734453 [ 3 ] {} <Trace> HTTP-Session: 878a201f-5c1f-4641-8d54-9cc0337ba0c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8928 | 2024.08.22 02:21:56.734557 [ 3 ] {c5f19d6e-4419-48f0-81ea-e77a220a7e78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
8929 | 2024.08.22 02:21:56.734601 [ 3 ] {c5f19d6e-4419-48f0-81ea-e77a220a7e78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8930 | 2024.08.22 02:21:56.734836 [ 3 ] {c5f19d6e-4419-48f0-81ea-e77a220a7e78} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8931 | 2024.08.22 02:21:56.735135 [ 3 ] {c5f19d6e-4419-48f0-81ea-e77a220a7e78} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8932 | 2024.08.22 02:21:56.735171 [ 3 ] {c5f19d6e-4419-48f0-81ea-e77a220a7e78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
8933 | 2024.08.22 02:21:56.735514 [ 3 ] {c5f19d6e-4419-48f0-81ea-e77a220a7e78} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
8934 | 2024.08.22 02:21:56.735864 [ 3 ] {c5f19d6e-4419-48f0-81ea-e77a220a7e78} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8935 | 2024.08.22 02:21:56.736024 [ 3 ] {c5f19d6e-4419-48f0-81ea-e77a220a7e78} <Debug> executeQuery: Read 28 rows, 2.11 KiB in 0.001492 sec., 18766.756032171583 rows/sec., 1.38 MiB/sec. | ||
8936 | 2024.08.22 02:21:56.736185 [ 3 ] {c5f19d6e-4419-48f0-81ea-e77a220a7e78} <Debug> DynamicQueryHandler: Done processing query | ||
8937 | 2024.08.22 02:21:56.736209 [ 3 ] {c5f19d6e-4419-48f0-81ea-e77a220a7e78} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
8938 | 2024.08.22 02:21:56.736226 [ 3 ] {} <Debug> HTTP-Session: 878a201f-5c1f-4641-8d54-9cc0337ba0c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8939 | 2024.08.22 02:21:56.736367 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 15623, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8940 | 2024.08.22 02:21:56.736414 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8941 | 2024.08.22 02:21:56.736433 [ 3 ] {} <Debug> HTTP-Session: ae0b4eb5-e620-4581-a757-eca5a02a0c4f Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
8942 | 2024.08.22 02:21:56.736450 [ 3 ] {} <Debug> HTTP-Session: ae0b4eb5-e620-4581-a757-eca5a02a0c4f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8943 | 2024.08.22 02:21:56.736464 [ 3 ] {} <Debug> HTTP-Session: ae0b4eb5-e620-4581-a757-eca5a02a0c4f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8944 | 2024.08.22 02:21:56.736494 [ 3 ] {} <Trace> HTTP-Session: ae0b4eb5-e620-4581-a757-eca5a02a0c4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8945 | 2024.08.22 02:21:56.736608 [ 3 ] {298f2b4a-af81-4eac-9baf-be0f920dd685} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8946 | 2024.08.22 02:21:56.736652 [ 3 ] {298f2b4a-af81-4eac-9baf-be0f920dd685} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8947 | 2024.08.22 02:21:56.736871 [ 3 ] {298f2b4a-af81-4eac-9baf-be0f920dd685} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8948 | 2024.08.22 02:21:56.737192 [ 3 ] {298f2b4a-af81-4eac-9baf-be0f920dd685} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8949 | 2024.08.22 02:21:56.737228 [ 3 ] {298f2b4a-af81-4eac-9baf-be0f920dd685} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
8950 | 2024.08.22 02:21:56.737579 [ 3 ] {298f2b4a-af81-4eac-9baf-be0f920dd685} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
8951 | 2024.08.22 02:21:56.737920 [ 3 ] {298f2b4a-af81-4eac-9baf-be0f920dd685} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8952 | 2024.08.22 02:21:56.738086 [ 3 ] {298f2b4a-af81-4eac-9baf-be0f920dd685} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.00151 sec., 60927.15231788079 rows/sec., 4.76 MiB/sec. | ||
8953 | 2024.08.22 02:21:56.738364 [ 3 ] {298f2b4a-af81-4eac-9baf-be0f920dd685} <Debug> DynamicQueryHandler: Done processing query | ||
8954 | 2024.08.22 02:21:56.738410 [ 3 ] {298f2b4a-af81-4eac-9baf-be0f920dd685} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
8955 | 2024.08.22 02:21:56.738446 [ 3 ] {} <Debug> HTTP-Session: ae0b4eb5-e620-4581-a757-eca5a02a0c4f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8956 | 2024.08.22 02:21:56.738645 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 30592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8957 | 2024.08.22 02:21:56.738694 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8958 | 2024.08.22 02:21:56.738713 [ 3 ] {} <Debug> HTTP-Session: 71565fc6-0db8-4aa2-9a43-0a07e16f6170 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
8959 | 2024.08.22 02:21:56.738730 [ 3 ] {} <Debug> HTTP-Session: 71565fc6-0db8-4aa2-9a43-0a07e16f6170 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8960 | 2024.08.22 02:21:56.738744 [ 3 ] {} <Debug> HTTP-Session: 71565fc6-0db8-4aa2-9a43-0a07e16f6170 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8961 | 2024.08.22 02:21:56.738775 [ 3 ] {} <Trace> HTTP-Session: 71565fc6-0db8-4aa2-9a43-0a07e16f6170 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8962 | 2024.08.22 02:21:56.738916 [ 3 ] {8e7c89a8-dc43-40d1-a0ee-6d5df30f8482} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8963 | 2024.08.22 02:21:56.738965 [ 3 ] {8e7c89a8-dc43-40d1-a0ee-6d5df30f8482} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8964 | 2024.08.22 02:21:56.739124 [ 3 ] {8e7c89a8-dc43-40d1-a0ee-6d5df30f8482} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8965 | 2024.08.22 02:21:56.739478 [ 3 ] {8e7c89a8-dc43-40d1-a0ee-6d5df30f8482} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8966 | 2024.08.22 02:21:56.739514 [ 3 ] {8e7c89a8-dc43-40d1-a0ee-6d5df30f8482} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
8967 | 2024.08.22 02:21:56.739889 [ 3 ] {8e7c89a8-dc43-40d1-a0ee-6d5df30f8482} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
8968 | 2024.08.22 02:21:56.740215 [ 3 ] {8e7c89a8-dc43-40d1-a0ee-6d5df30f8482} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8969 | 2024.08.22 02:21:56.740379 [ 3 ] {8e7c89a8-dc43-40d1-a0ee-6d5df30f8482} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001518 sec., 105401.84453227931 rows/sec., 7.34 MiB/sec. | ||
8970 | 2024.08.22 02:21:56.740643 [ 3 ] {8e7c89a8-dc43-40d1-a0ee-6d5df30f8482} <Debug> DynamicQueryHandler: Done processing query | ||
8971 | 2024.08.22 02:21:56.740683 [ 3 ] {8e7c89a8-dc43-40d1-a0ee-6d5df30f8482} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8972 | 2024.08.22 02:21:56.740705 [ 3 ] {} <Debug> HTTP-Session: 71565fc6-0db8-4aa2-9a43-0a07e16f6170 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8973 | 2024.08.22 02:21:56.740877 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 45181, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8974 | 2024.08.22 02:21:56.740925 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8975 | 2024.08.22 02:21:56.740944 [ 3 ] {} <Debug> HTTP-Session: 12af895f-0755-4477-a0c5-28ad07b64577 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
8976 | 2024.08.22 02:21:56.740960 [ 3 ] {} <Debug> HTTP-Session: 12af895f-0755-4477-a0c5-28ad07b64577 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8977 | 2024.08.22 02:21:56.740974 [ 3 ] {} <Debug> HTTP-Session: 12af895f-0755-4477-a0c5-28ad07b64577 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8978 | 2024.08.22 02:21:56.741004 [ 3 ] {} <Trace> HTTP-Session: 12af895f-0755-4477-a0c5-28ad07b64577 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8979 | 2024.08.22 02:21:56.741295 [ 3 ] {6a42ead3-0fba-4417-8df2-f782ded36518} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8980 | 2024.08.22 02:21:56.741361 [ 3 ] {6a42ead3-0fba-4417-8df2-f782ded36518} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
8981 | 2024.08.22 02:21:56.741787 [ 3 ] {6a42ead3-0fba-4417-8df2-f782ded36518} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8982 | 2024.08.22 02:21:56.742346 [ 3 ] {6a42ead3-0fba-4417-8df2-f782ded36518} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8983 | 2024.08.22 02:21:56.742383 [ 3 ] {6a42ead3-0fba-4417-8df2-f782ded36518} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
8984 | 2024.08.22 02:21:56.742989 [ 3 ] {6a42ead3-0fba-4417-8df2-f782ded36518} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
8985 | 2024.08.22 02:21:56.743402 [ 3 ] {6a42ead3-0fba-4417-8df2-f782ded36518} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8986 | 2024.08.22 02:21:56.743624 [ 3 ] {6a42ead3-0fba-4417-8df2-f782ded36518} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.002526 sec., 11084.718923198732 rows/sec., 19.86 MiB/sec. | ||
8987 | 2024.08.22 02:21:56.744190 [ 3 ] {6a42ead3-0fba-4417-8df2-f782ded36518} <Debug> DynamicQueryHandler: Done processing query | ||
8988 | 2024.08.22 02:21:56.744214 [ 3 ] {6a42ead3-0fba-4417-8df2-f782ded36518} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
8989 | 2024.08.22 02:21:56.744230 [ 3 ] {} <Debug> HTTP-Session: 12af895f-0755-4477-a0c5-28ad07b64577 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8990 | 2024.08.22 02:21:56.744390 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8991 | 2024.08.22 02:21:56.744440 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8992 | 2024.08.22 02:21:56.744459 [ 3 ] {} <Debug> HTTP-Session: 76e397e3-ae65-4b51-b6f7-4bbfe51f3614 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
8993 | 2024.08.22 02:21:56.744476 [ 3 ] {} <Debug> HTTP-Session: 76e397e3-ae65-4b51-b6f7-4bbfe51f3614 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8994 | 2024.08.22 02:21:56.744490 [ 3 ] {} <Debug> HTTP-Session: 76e397e3-ae65-4b51-b6f7-4bbfe51f3614 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8995 | 2024.08.22 02:21:56.744520 [ 3 ] {} <Trace> HTTP-Session: 76e397e3-ae65-4b51-b6f7-4bbfe51f3614 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8996 | 2024.08.22 02:21:56.744632 [ 3 ] {9ece797c-a455-4434-a78e-c50edd1db383} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8997 | 2024.08.22 02:21:56.744678 [ 3 ] {9ece797c-a455-4434-a78e-c50edd1db383} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8998 | 2024.08.22 02:21:56.744830 [ 3 ] {9ece797c-a455-4434-a78e-c50edd1db383} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8999 | 2024.08.22 02:21:56.745213 [ 3 ] {9ece797c-a455-4434-a78e-c50edd1db383} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9000 | 2024.08.22 02:21:56.745249 [ 3 ] {9ece797c-a455-4434-a78e-c50edd1db383} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
9001 | 2024.08.22 02:21:56.745609 [ 3 ] {9ece797c-a455-4434-a78e-c50edd1db383} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
9002 | 2024.08.22 02:21:56.745925 [ 3 ] {9ece797c-a455-4434-a78e-c50edd1db383} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9003 | 2024.08.22 02:21:56.746086 [ 3 ] {9ece797c-a455-4434-a78e-c50edd1db383} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001485 sec., 40404.0404040404 rows/sec., 2.72 MiB/sec. | ||
9004 | 2024.08.22 02:21:56.746271 [ 3 ] {9ece797c-a455-4434-a78e-c50edd1db383} <Debug> DynamicQueryHandler: Done processing query | ||
9005 | 2024.08.22 02:21:56.746301 [ 3 ] {9ece797c-a455-4434-a78e-c50edd1db383} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9006 | 2024.08.22 02:21:56.746322 [ 3 ] {} <Debug> HTTP-Session: 76e397e3-ae65-4b51-b6f7-4bbfe51f3614 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9007 | 2024.08.22 02:22:00.125511 [ 31 ] {} <Debug> DNSResolver: Updating DNS cache | ||
9008 | 2024.08.22 02:22:00.125594 [ 31 ] {} <Debug> DNSResolver: Updated DNS cache | ||
9009 | 2024.08.22 02:22:01.732664 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 28974, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9010 | 2024.08.22 02:22:01.732786 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9011 | 2024.08.22 02:22:01.732816 [ 3 ] {} <Debug> HTTP-Session: 3ce83f22-2390-4475-a411-8c89576623bb Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
9012 | 2024.08.22 02:22:01.732845 [ 3 ] {} <Debug> HTTP-Session: 3ce83f22-2390-4475-a411-8c89576623bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9013 | 2024.08.22 02:22:01.732863 [ 3 ] {} <Debug> HTTP-Session: 3ce83f22-2390-4475-a411-8c89576623bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9014 | 2024.08.22 02:22:01.732918 [ 3 ] {} <Trace> HTTP-Session: 3ce83f22-2390-4475-a411-8c89576623bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9015 | 2024.08.22 02:22:01.733177 [ 3 ] {a13497a2-7555-43f3-9140-8dc97dc0211f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9016 | 2024.08.22 02:22:01.733252 [ 3 ] {a13497a2-7555-43f3-9140-8dc97dc0211f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9017 | 2024.08.22 02:22:01.733636 [ 3 ] {a13497a2-7555-43f3-9140-8dc97dc0211f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9018 | 2024.08.22 02:22:01.734288 [ 3 ] {a13497a2-7555-43f3-9140-8dc97dc0211f} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9019 | 2024.08.22 02:22:01.734337 [ 3 ] {a13497a2-7555-43f3-9140-8dc97dc0211f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
9020 | 2024.08.22 02:22:01.734799 [ 3 ] {a13497a2-7555-43f3-9140-8dc97dc0211f} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
9021 | 2024.08.22 02:22:01.735179 [ 3 ] {a13497a2-7555-43f3-9140-8dc97dc0211f} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9022 | 2024.08.22 02:22:01.735315 [ 28 ] {} <Debug> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
9023 | 2024.08.22 02:22:01.735322 [ 3 ] {a13497a2-7555-43f3-9140-8dc97dc0211f} <Debug> executeQuery: Read 193 rows, 17.24 KiB in 0.002255 sec., 85587.58314855876 rows/sec., 7.47 MiB/sec. | ||
9024 | 2024.08.22 02:22:01.735360 [ 28 ] {} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9025 | 2024.08.22 02:22:01.735396 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
9026 | 2024.08.22 02:22:01.735605 [ 198 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::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 | ||
9027 | 2024.08.22 02:22:01.735643 [ 3 ] {a13497a2-7555-43f3-9140-8dc97dc0211f} <Debug> DynamicQueryHandler: Done processing query | ||
9028 | 2024.08.22 02:22:01.735699 [ 3 ] {a13497a2-7555-43f3-9140-8dc97dc0211f} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
9029 | 2024.08.22 02:22:01.735725 [ 3 ] {} <Debug> HTTP-Session: 3ce83f22-2390-4475-a411-8c89576623bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9030 | 2024.08.22 02:22:01.735854 [ 198 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9031 | 2024.08.22 02:22:01.735904 [ 198 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1398 rows starting from the beginning of the part | ||
9032 | 2024.08.22 02:22:01.735934 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9033 | 2024.08.22 02:22:01.736080 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9034 | 2024.08.22 02:22:01.736106 [ 198 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 194 rows starting from the beginning of the part | ||
9035 | 2024.08.22 02:22:01.736203 [ 3 ] {} <Debug> HTTP-Session: c64e7fe3-4b9e-473b-9059-431603bbe93f Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
9036 | 2024.08.22 02:22:01.736362 [ 3 ] {} <Debug> HTTP-Session: c64e7fe3-4b9e-473b-9059-431603bbe93f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9037 | 2024.08.22 02:22:01.736421 [ 198 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 1252 rows starting from the beginning of the part | ||
9038 | 2024.08.22 02:22:01.736430 [ 3 ] {} <Debug> HTTP-Session: c64e7fe3-4b9e-473b-9059-431603bbe93f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9039 | 2024.08.22 02:22:01.736575 [ 3 ] {} <Trace> HTTP-Session: c64e7fe3-4b9e-473b-9059-431603bbe93f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9040 | 2024.08.22 02:22:01.736761 [ 198 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 193 rows starting from the beginning of the part | ||
9041 | 2024.08.22 02:22:01.737028 [ 198 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 112 rows starting from the beginning of the part | ||
9042 | 2024.08.22 02:22:01.737044 [ 3 ] {b154e010-f8a3-4c00-9f04-7e40c4e59394} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
9043 | 2024.08.22 02:22:01.737218 [ 3 ] {b154e010-f8a3-4c00-9f04-7e40c4e59394} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9044 | 2024.08.22 02:22:01.737280 [ 198 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 193 rows starting from the beginning of the part | ||
9045 | 2024.08.22 02:22:01.738378 [ 3 ] {b154e010-f8a3-4c00-9f04-7e40c4e59394} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9046 | 2024.08.22 02:22:01.739286 [ 3 ] {b154e010-f8a3-4c00-9f04-7e40c4e59394} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9047 | 2024.08.22 02:22:01.739356 [ 3 ] {b154e010-f8a3-4c00-9f04-7e40c4e59394} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
9048 | 2024.08.22 02:22:01.740607 [ 3 ] {b154e010-f8a3-4c00-9f04-7e40c4e59394} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
9049 | 2024.08.22 02:22:01.741263 [ 198 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3342 rows, containing 5 columns (5 merged, 0 gathered) in 0.005749194 sec., 581298.8742421981 rows/sec., 50.88 MiB/sec. | ||
9050 | 2024.08.22 02:22:01.741594 [ 3 ] {b154e010-f8a3-4c00-9f04-7e40c4e59394} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9051 | 2024.08.22 02:22:01.741675 [ 199 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
9052 | 2024.08.22 02:22:01.741937 [ 3 ] {b154e010-f8a3-4c00-9f04-7e40c4e59394} <Debug> executeQuery: Read 2 rows, 154.00 B in 0.00505 sec., 396.03960396039605 rows/sec., 29.78 KiB/sec. | ||
9053 | 2024.08.22 02:22:01.742475 [ 3 ] {b154e010-f8a3-4c00-9f04-7e40c4e59394} <Debug> DynamicQueryHandler: Done processing query | ||
9054 | 2024.08.22 02:22:01.742587 [ 3 ] {b154e010-f8a3-4c00-9f04-7e40c4e59394} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9055 | 2024.08.22 02:22:01.742692 [ 3 ] {} <Debug> HTTP-Session: c64e7fe3-4b9e-473b-9059-431603bbe93f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9056 | 2024.08.22 02:22:01.743029 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9057 | 2024.08.22 02:22:01.743168 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9058 | 2024.08.22 02:22:01.743204 [ 3 ] {} <Debug> HTTP-Session: 96a6c353-2ee2-4954-835b-8201a4b025a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
9059 | 2024.08.22 02:22:01.743244 [ 3 ] {} <Debug> HTTP-Session: 96a6c353-2ee2-4954-835b-8201a4b025a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9060 | 2024.08.22 02:22:01.743268 [ 3 ] {} <Debug> HTTP-Session: 96a6c353-2ee2-4954-835b-8201a4b025a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9061 | 2024.08.22 02:22:01.743334 [ 3 ] {} <Trace> HTTP-Session: 96a6c353-2ee2-4954-835b-8201a4b025a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9062 | 2024.08.22 02:22:01.743505 [ 199 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_46_9} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9063 | 2024.08.22 02:22:01.743541 [ 3 ] {42476029-7cbd-4d58-97f1-6ae810ffa382} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
9064 | 2024.08.22 02:22:01.743637 [ 3 ] {42476029-7cbd-4d58-97f1-6ae810ffa382} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
9065 | 2024.08.22 02:22:01.743708 [ 199 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_46_9} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
9066 | 2024.08.22 02:22:01.743911 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
9067 | 2024.08.22 02:22:01.744082 [ 3 ] {42476029-7cbd-4d58-97f1-6ae810ffa382} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9068 | 2024.08.22 02:22:01.744418 [ 3 ] {42476029-7cbd-4d58-97f1-6ae810ffa382} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9069 | 2024.08.22 02:22:01.744456 [ 3 ] {42476029-7cbd-4d58-97f1-6ae810ffa382} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
9070 | 2024.08.22 02:22:01.744829 [ 3 ] {42476029-7cbd-4d58-97f1-6ae810ffa382} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
9071 | 2024.08.22 02:22:01.745197 [ 3 ] {42476029-7cbd-4d58-97f1-6ae810ffa382} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9072 | 2024.08.22 02:22:01.745362 [ 3 ] {42476029-7cbd-4d58-97f1-6ae810ffa382} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001873 sec., 7474.639615589962 rows/sec., 523.48 KiB/sec. | ||
9073 | 2024.08.22 02:22:01.745679 [ 3 ] {42476029-7cbd-4d58-97f1-6ae810ffa382} <Debug> DynamicQueryHandler: Done processing query | ||
9074 | 2024.08.22 02:22:01.745707 [ 3 ] {42476029-7cbd-4d58-97f1-6ae810ffa382} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9075 | 2024.08.22 02:22:01.745724 [ 3 ] {} <Debug> HTTP-Session: 96a6c353-2ee2-4954-835b-8201a4b025a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9076 | 2024.08.22 02:22:01.745856 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9077 | 2024.08.22 02:22:01.745906 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9078 | 2024.08.22 02:22:01.745927 [ 3 ] {} <Debug> HTTP-Session: 485419a8-52ee-4ede-8bf7-348c8424074b Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
9079 | 2024.08.22 02:22:01.745944 [ 3 ] {} <Debug> HTTP-Session: 485419a8-52ee-4ede-8bf7-348c8424074b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9080 | 2024.08.22 02:22:01.745958 [ 3 ] {} <Debug> HTTP-Session: 485419a8-52ee-4ede-8bf7-348c8424074b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9081 | 2024.08.22 02:22:01.745990 [ 3 ] {} <Trace> HTTP-Session: 485419a8-52ee-4ede-8bf7-348c8424074b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9082 | 2024.08.22 02:22:01.746090 [ 3 ] {ed1874c4-d5c7-439f-a904-5a2ee5f05318} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
9083 | 2024.08.22 02:22:01.746136 [ 3 ] {ed1874c4-d5c7-439f-a904-5a2ee5f05318} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
9084 | 2024.08.22 02:22:01.746385 [ 3 ] {ed1874c4-d5c7-439f-a904-5a2ee5f05318} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9085 | 2024.08.22 02:22:01.746695 [ 3 ] {ed1874c4-d5c7-439f-a904-5a2ee5f05318} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9086 | 2024.08.22 02:22:01.746731 [ 3 ] {ed1874c4-d5c7-439f-a904-5a2ee5f05318} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
9087 | 2024.08.22 02:22:01.747085 [ 3 ] {ed1874c4-d5c7-439f-a904-5a2ee5f05318} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
9088 | 2024.08.22 02:22:01.747451 [ 3 ] {ed1874c4-d5c7-439f-a904-5a2ee5f05318} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9089 | 2024.08.22 02:22:01.747613 [ 3 ] {ed1874c4-d5c7-439f-a904-5a2ee5f05318} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001545 sec., 3883.495145631068 rows/sec., 229.44 KiB/sec. | ||
9090 | 2024.08.22 02:22:01.747837 [ 3 ] {ed1874c4-d5c7-439f-a904-5a2ee5f05318} <Debug> DynamicQueryHandler: Done processing query | ||
9091 | 2024.08.22 02:22:01.747861 [ 3 ] {ed1874c4-d5c7-439f-a904-5a2ee5f05318} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9092 | 2024.08.22 02:22:01.747877 [ 3 ] {} <Debug> HTTP-Session: 485419a8-52ee-4ede-8bf7-348c8424074b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9093 | 2024.08.22 02:22:01.748063 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 62104, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9094 | 2024.08.22 02:22:01.748114 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9095 | 2024.08.22 02:22:01.748133 [ 3 ] {} <Debug> HTTP-Session: 2de1e64b-60a6-4880-aa7a-4e913ddad9ae Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
9096 | 2024.08.22 02:22:01.748151 [ 3 ] {} <Debug> HTTP-Session: 2de1e64b-60a6-4880-aa7a-4e913ddad9ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9097 | 2024.08.22 02:22:01.748164 [ 3 ] {} <Debug> HTTP-Session: 2de1e64b-60a6-4880-aa7a-4e913ddad9ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9098 | 2024.08.22 02:22:01.748196 [ 3 ] {} <Trace> HTTP-Session: 2de1e64b-60a6-4880-aa7a-4e913ddad9ae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9099 | 2024.08.22 02:22:01.748464 [ 3 ] {6f2a10d2-467a-4006-a3e6-1311125e8580} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9100 | 2024.08.22 02:22:01.748510 [ 3 ] {6f2a10d2-467a-4006-a3e6-1311125e8580} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9101 | 2024.08.22 02:22:01.748737 [ 3 ] {6f2a10d2-467a-4006-a3e6-1311125e8580} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9102 | 2024.08.22 02:22:01.749286 [ 3 ] {6f2a10d2-467a-4006-a3e6-1311125e8580} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9103 | 2024.08.22 02:22:01.749323 [ 3 ] {6f2a10d2-467a-4006-a3e6-1311125e8580} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
9104 | 2024.08.22 02:22:01.749715 [ 3 ] {6f2a10d2-467a-4006-a3e6-1311125e8580} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
9105 | 2024.08.22 02:22:01.750069 [ 3 ] {6f2a10d2-467a-4006-a3e6-1311125e8580} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9106 | 2024.08.22 02:22:01.750230 [ 3 ] {6f2a10d2-467a-4006-a3e6-1311125e8580} <Debug> executeQuery: Read 384 rows, 27.84 KiB in 0.001928 sec., 199170.1244813278 rows/sec., 14.10 MiB/sec. | ||
9107 | 2024.08.22 02:22:01.750232 [ 27 ] {} <Debug> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
9108 | 2024.08.22 02:22:01.750337 [ 27 ] {} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9109 | 2024.08.22 02:22:01.750387 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
9110 | 2024.08.22 02:22:01.750481 [ 3 ] {6f2a10d2-467a-4006-a3e6-1311125e8580} <Debug> DynamicQueryHandler: Done processing query | ||
9111 | 2024.08.22 02:22:01.750558 [ 3 ] {6f2a10d2-467a-4006-a3e6-1311125e8580} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
9112 | 2024.08.22 02:22:01.750632 [ 3 ] {} <Debug> HTTP-Session: 2de1e64b-60a6-4880-aa7a-4e913ddad9ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9113 | 2024.08.22 02:22:01.750922 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9114 | 2024.08.22 02:22:01.750926 [ 198 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::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 | ||
9115 | 2024.08.22 02:22:01.751073 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9116 | 2024.08.22 02:22:01.751166 [ 3 ] {} <Debug> HTTP-Session: cf7c48de-bb82-4ce9-a268-f2d0d4f5c337 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
9117 | 2024.08.22 02:22:01.751236 [ 3 ] {} <Debug> HTTP-Session: cf7c48de-bb82-4ce9-a268-f2d0d4f5c337 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9118 | 2024.08.22 02:22:01.751297 [ 3 ] {} <Debug> HTTP-Session: cf7c48de-bb82-4ce9-a268-f2d0d4f5c337 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9119 | 2024.08.22 02:22:01.751434 [ 3 ] {} <Trace> HTTP-Session: cf7c48de-bb82-4ce9-a268-f2d0d4f5c337 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9120 | 2024.08.22 02:22:01.751642 [ 198 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9121 | 2024.08.22 02:22:01.751705 [ 3 ] {3522cc0c-7218-44b1-8ba5-4e9b62c561c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
9122 | 2024.08.22 02:22:01.751713 [ 198 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 902 rows starting from the beginning of the part | ||
9123 | 2024.08.22 02:22:01.751826 [ 3 ] {3522cc0c-7218-44b1-8ba5-4e9b62c561c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
9124 | 2024.08.22 02:22:01.751954 [ 198 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 386 rows starting from the beginning of the part | ||
9125 | 2024.08.22 02:22:01.752394 [ 198 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 548 rows starting from the beginning of the part | ||
9126 | 2024.08.22 02:22:01.752814 [ 198 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 384 rows starting from the beginning of the part | ||
9127 | 2024.08.22 02:22:01.752915 [ 3 ] {3522cc0c-7218-44b1-8ba5-4e9b62c561c7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9128 | 2024.08.22 02:22:01.753104 [ 198 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 92 rows starting from the beginning of the part | ||
9129 | 2024.08.22 02:22:01.753442 [ 198 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 384 rows starting from the beginning of the part | ||
9130 | 2024.08.22 02:22:01.754174 [ 3 ] {3522cc0c-7218-44b1-8ba5-4e9b62c561c7} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9131 | 2024.08.22 02:22:01.754227 [ 3 ] {3522cc0c-7218-44b1-8ba5-4e9b62c561c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
9132 | 2024.08.22 02:22:01.755199 [ 3 ] {3522cc0c-7218-44b1-8ba5-4e9b62c561c7} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
9133 | 2024.08.22 02:22:01.756081 [ 3 ] {3522cc0c-7218-44b1-8ba5-4e9b62c561c7} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9134 | 2024.08.22 02:22:01.756302 [ 3 ] {3522cc0c-7218-44b1-8ba5-4e9b62c561c7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004677 sec., 1282.8736369467608 rows/sec., 67.03 KiB/sec. | ||
9135 | 2024.08.22 02:22:01.756699 [ 3 ] {3522cc0c-7218-44b1-8ba5-4e9b62c561c7} <Debug> DynamicQueryHandler: Done processing query | ||
9136 | 2024.08.22 02:22:01.756778 [ 3 ] {3522cc0c-7218-44b1-8ba5-4e9b62c561c7} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
9137 | 2024.08.22 02:22:01.756872 [ 3 ] {} <Debug> HTTP-Session: cf7c48de-bb82-4ce9-a268-f2d0d4f5c337 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9138 | 2024.08.22 02:22:01.757102 [ 189 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2696 rows, containing 5 columns (5 merged, 0 gathered) in 0.006630788 sec., 406588.17624692566 rows/sec., 30.98 MiB/sec. | ||
9139 | 2024.08.22 02:22:01.757124 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 44601, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9140 | 2024.08.22 02:22:01.757217 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9141 | 2024.08.22 02:22:01.757237 [ 3 ] {} <Debug> HTTP-Session: 03da50c2-c8b3-424b-ad79-ab48555c3281 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
9142 | 2024.08.22 02:22:01.757259 [ 3 ] {} <Debug> HTTP-Session: 03da50c2-c8b3-424b-ad79-ab48555c3281 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9143 | 2024.08.22 02:22:01.757285 [ 3 ] {} <Debug> HTTP-Session: 03da50c2-c8b3-424b-ad79-ab48555c3281 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9144 | 2024.08.22 02:22:01.757330 [ 3 ] {} <Trace> HTTP-Session: 03da50c2-c8b3-424b-ad79-ab48555c3281 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9145 | 2024.08.22 02:22:01.757428 [ 189 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
9146 | 2024.08.22 02:22:01.757625 [ 3 ] {9927ecc8-61b3-446b-a498-9cb92f64e02a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9147 | 2024.08.22 02:22:01.757731 [ 3 ] {9927ecc8-61b3-446b-a498-9cb92f64e02a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9148 | 2024.08.22 02:22:01.758503 [ 3 ] {9927ecc8-61b3-446b-a498-9cb92f64e02a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9149 | 2024.08.22 02:22:01.758706 [ 189 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_46_9} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9150 | 2024.08.22 02:22:01.758867 [ 189 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_46_9} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
9151 | 2024.08.22 02:22:01.759041 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. | ||
9152 | 2024.08.22 02:22:01.759173 [ 3 ] {9927ecc8-61b3-446b-a498-9cb92f64e02a} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9153 | 2024.08.22 02:22:01.759214 [ 3 ] {9927ecc8-61b3-446b-a498-9cb92f64e02a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
9154 | 2024.08.22 02:22:01.759614 [ 3 ] {9927ecc8-61b3-446b-a498-9cb92f64e02a} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
9155 | 2024.08.22 02:22:01.759974 [ 3 ] {9927ecc8-61b3-446b-a498-9cb92f64e02a} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9156 | 2024.08.22 02:22:01.760125 [ 3 ] {9927ecc8-61b3-446b-a498-9cb92f64e02a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002679 sec., 88465.84546472564 rows/sec., 5.93 MiB/sec. | ||
9157 | 2024.08.22 02:22:01.760133 [ 27 ] {} <Debug> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
9158 | 2024.08.22 02:22:01.760215 [ 27 ] {} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9159 | 2024.08.22 02:22:01.760273 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
9160 | 2024.08.22 02:22:01.760433 [ 3 ] {9927ecc8-61b3-446b-a498-9cb92f64e02a} <Debug> DynamicQueryHandler: Done processing query | ||
9161 | 2024.08.22 02:22:01.760460 [ 190 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::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 | ||
9162 | 2024.08.22 02:22:01.760477 [ 3 ] {9927ecc8-61b3-446b-a498-9cb92f64e02a} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
9163 | 2024.08.22 02:22:01.760532 [ 3 ] {} <Debug> HTTP-Session: 03da50c2-c8b3-424b-ad79-ab48555c3281 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9164 | 2024.08.22 02:22:01.760661 [ 190 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9165 | 2024.08.22 02:22:01.760721 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9166 | 2024.08.22 02:22:01.760738 [ 190 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 12920 rows starting from the beginning of the part | ||
9167 | 2024.08.22 02:22:01.760816 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9168 | 2024.08.22 02:22:01.760910 [ 3 ] {} <Debug> HTTP-Session: 1dada327-cd42-4ff3-aa94-557dd366c817 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
9169 | 2024.08.22 02:22:01.760961 [ 190 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 238 rows starting from the beginning of the part | ||
9170 | 2024.08.22 02:22:01.760998 [ 3 ] {} <Debug> HTTP-Session: 1dada327-cd42-4ff3-aa94-557dd366c817 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9171 | 2024.08.22 02:22:01.761061 [ 3 ] {} <Debug> HTTP-Session: 1dada327-cd42-4ff3-aa94-557dd366c817 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9172 | 2024.08.22 02:22:01.761242 [ 3 ] {} <Trace> HTTP-Session: 1dada327-cd42-4ff3-aa94-557dd366c817 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9173 | 2024.08.22 02:22:01.761288 [ 190 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 844 rows starting from the beginning of the part | ||
9174 | 2024.08.22 02:22:01.761561 [ 190 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 237 rows starting from the beginning of the part | ||
9175 | 2024.08.22 02:22:01.761656 [ 3 ] {b46ee10f-4480-43e1-aaa4-1b2928f44b61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
9176 | 2024.08.22 02:22:01.761818 [ 190 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::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 | ||
9177 | 2024.08.22 02:22:01.761858 [ 3 ] {b46ee10f-4480-43e1-aaa4-1b2928f44b61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
9178 | 2024.08.22 02:22:01.762139 [ 190 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 237 rows starting from the beginning of the part | ||
9179 | 2024.08.22 02:22:01.762964 [ 3 ] {b46ee10f-4480-43e1-aaa4-1b2928f44b61} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9180 | 2024.08.22 02:22:01.763620 [ 3 ] {b46ee10f-4480-43e1-aaa4-1b2928f44b61} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9181 | 2024.08.22 02:22:01.763711 [ 3 ] {b46ee10f-4480-43e1-aaa4-1b2928f44b61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
9182 | 2024.08.22 02:22:01.764500 [ 3 ] {b46ee10f-4480-43e1-aaa4-1b2928f44b61} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
9183 | 2024.08.22 02:22:01.765531 [ 3 ] {b46ee10f-4480-43e1-aaa4-1b2928f44b61} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9184 | 2024.08.22 02:22:01.765836 [ 27 ] {} <Debug> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
9185 | 2024.08.22 02:22:01.765887 [ 3 ] {b46ee10f-4480-43e1-aaa4-1b2928f44b61} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004399 sec., 227.32439190725165 rows/sec., 15.32 KiB/sec. | ||
9186 | 2024.08.22 02:22:01.765903 [ 27 ] {} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9187 | 2024.08.22 02:22:01.765969 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
9188 | 2024.08.22 02:22:01.766244 [ 189 ] {8761962f-4035-44a8-816e-471719dde5c7::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 | ||
9189 | 2024.08.22 02:22:01.766568 [ 3 ] {b46ee10f-4480-43e1-aaa4-1b2928f44b61} <Debug> DynamicQueryHandler: Done processing query | ||
9190 | 2024.08.22 02:22:01.766687 [ 3 ] {b46ee10f-4480-43e1-aaa4-1b2928f44b61} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
9191 | 2024.08.22 02:22:01.766827 [ 3 ] {} <Debug> HTTP-Session: 1dada327-cd42-4ff3-aa94-557dd366c817 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9192 | 2024.08.22 02:22:01.767166 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 3288, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9193 | 2024.08.22 02:22:01.767206 [ 189 ] {8761962f-4035-44a8-816e-471719dde5c7::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9194 | 2024.08.22 02:22:01.767272 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9195 | 2024.08.22 02:22:01.767278 [ 189 ] {8761962f-4035-44a8-816e-471719dde5c7::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 | ||
9196 | 2024.08.22 02:22:01.767304 [ 3 ] {} <Debug> HTTP-Session: dd67a489-2008-4ce1-b043-da1412896484 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
9197 | 2024.08.22 02:22:01.767358 [ 3 ] {} <Debug> HTTP-Session: dd67a489-2008-4ce1-b043-da1412896484 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9198 | 2024.08.22 02:22:01.767392 [ 3 ] {} <Debug> HTTP-Session: dd67a489-2008-4ce1-b043-da1412896484 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9199 | 2024.08.22 02:22:01.767551 [ 3 ] {} <Trace> HTTP-Session: dd67a489-2008-4ce1-b043-da1412896484 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9200 | 2024.08.22 02:22:01.767600 [ 189 ] {8761962f-4035-44a8-816e-471719dde5c7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1 rows starting from the beginning of the part | ||
9201 | 2024.08.22 02:22:01.767931 [ 189 ] {8761962f-4035-44a8-816e-471719dde5c7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1 rows starting from the beginning of the part | ||
9202 | 2024.08.22 02:22:01.767985 [ 3 ] {6a63dda6-11b2-49e0-933e-2ffb5b0a5134} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9203 | 2024.08.22 02:22:01.768359 [ 189 ] {8761962f-4035-44a8-816e-471719dde5c7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1 rows starting from the beginning of the part | ||
9204 | 2024.08.22 02:22:01.768379 [ 3 ] {6a63dda6-11b2-49e0-933e-2ffb5b0a5134} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
9205 | 2024.08.22 02:22:01.768690 [ 189 ] {8761962f-4035-44a8-816e-471719dde5c7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1 rows starting from the beginning of the part | ||
9206 | 2024.08.22 02:22:01.769013 [ 189 ] {8761962f-4035-44a8-816e-471719dde5c7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1 rows starting from the beginning of the part | ||
9207 | 2024.08.22 02:22:01.771292 [ 195 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14636 rows, containing 5 columns (5 merged, 0 gathered) in 0.010905185 sec., 1342113.866018779 rows/sec., 90.74 MiB/sec. | ||
9208 | 2024.08.22 02:22:01.772207 [ 198 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
9209 | 2024.08.22 02:22:01.772766 [ 3 ] {6a63dda6-11b2-49e0-933e-2ffb5b0a5134} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9210 | 2024.08.22 02:22:01.774785 [ 195 ] {8761962f-4035-44a8-816e-471719dde5c7::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21 rows, containing 4 columns (4 merged, 0 gathered) in 0.008684516 sec., 2418.096759796401 rows/sec., 162.49 KiB/sec. | ||
9211 | 2024.08.22 02:22:01.775231 [ 195 ] {8761962f-4035-44a8-816e-471719dde5c7::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
9212 | 2024.08.22 02:22:01.775372 [ 3 ] {6a63dda6-11b2-49e0-933e-2ffb5b0a5134} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9213 | 2024.08.22 02:22:01.775495 [ 3 ] {6a63dda6-11b2-49e0-933e-2ffb5b0a5134} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
9214 | 2024.08.22 02:22:01.775516 [ 198 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9215 | 2024.08.22 02:22:01.776140 [ 198 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
9216 | 2024.08.22 02:22:01.776604 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.78 MiB. | ||
9217 | 2024.08.22 02:22:01.776733 [ 198 ] {8761962f-4035-44a8-816e-471719dde5c7::all_1_21_4} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9218 | 2024.08.22 02:22:01.776948 [ 198 ] {8761962f-4035-44a8-816e-471719dde5c7::all_1_21_4} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
9219 | 2024.08.22 02:22:01.777096 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
9220 | 2024.08.22 02:22:01.777409 [ 3 ] {6a63dda6-11b2-49e0-933e-2ffb5b0a5134} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
9221 | 2024.08.22 02:22:01.777858 [ 3 ] {6a63dda6-11b2-49e0-933e-2ffb5b0a5134} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9222 | 2024.08.22 02:22:01.778056 [ 3 ] {6a63dda6-11b2-49e0-933e-2ffb5b0a5134} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.010288 sec., 194.40124416796266 rows/sec., 356.72 KiB/sec. | ||
9223 | 2024.08.22 02:22:01.778333 [ 3 ] {6a63dda6-11b2-49e0-933e-2ffb5b0a5134} <Debug> DynamicQueryHandler: Done processing query | ||
9224 | 2024.08.22 02:22:01.778358 [ 3 ] {6a63dda6-11b2-49e0-933e-2ffb5b0a5134} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
9225 | 2024.08.22 02:22:01.778377 [ 3 ] {} <Debug> HTTP-Session: dd67a489-2008-4ce1-b043-da1412896484 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9226 | 2024.08.22 02:22:01.778510 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 12133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9227 | 2024.08.22 02:22:01.778559 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9228 | 2024.08.22 02:22:01.778579 [ 3 ] {} <Debug> HTTP-Session: 85a7a097-6253-4ea7-bff9-33ba9f4e16f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
9229 | 2024.08.22 02:22:01.778596 [ 3 ] {} <Debug> HTTP-Session: 85a7a097-6253-4ea7-bff9-33ba9f4e16f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9230 | 2024.08.22 02:22:01.778611 [ 3 ] {} <Debug> HTTP-Session: 85a7a097-6253-4ea7-bff9-33ba9f4e16f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9231 | 2024.08.22 02:22:01.778643 [ 3 ] {} <Trace> HTTP-Session: 85a7a097-6253-4ea7-bff9-33ba9f4e16f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9232 | 2024.08.22 02:22:01.778776 [ 3 ] {dbea1c0f-3546-4c50-a78a-e2615d5fbbcc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9233 | 2024.08.22 02:22:01.778824 [ 3 ] {dbea1c0f-3546-4c50-a78a-e2615d5fbbcc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9234 | 2024.08.22 02:22:01.778963 [ 3 ] {dbea1c0f-3546-4c50-a78a-e2615d5fbbcc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9235 | 2024.08.22 02:22:01.779285 [ 3 ] {dbea1c0f-3546-4c50-a78a-e2615d5fbbcc} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9236 | 2024.08.22 02:22:01.779323 [ 3 ] {dbea1c0f-3546-4c50-a78a-e2615d5fbbcc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
9237 | 2024.08.22 02:22:01.779718 [ 3 ] {dbea1c0f-3546-4c50-a78a-e2615d5fbbcc} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
9238 | 2024.08.22 02:22:01.780047 [ 3 ] {dbea1c0f-3546-4c50-a78a-e2615d5fbbcc} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9239 | 2024.08.22 02:22:01.780212 [ 3 ] {dbea1c0f-3546-4c50-a78a-e2615d5fbbcc} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00148 sec., 55405.40540540541 rows/sec., 3.52 MiB/sec. | ||
9240 | 2024.08.22 02:22:01.780216 [ 27 ] {} <Debug> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
9241 | 2024.08.22 02:22:01.780304 [ 27 ] {} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9242 | 2024.08.22 02:22:01.780357 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
9243 | 2024.08.22 02:22:01.780519 [ 3 ] {dbea1c0f-3546-4c50-a78a-e2615d5fbbcc} <Debug> DynamicQueryHandler: Done processing query | ||
9244 | 2024.08.22 02:22:01.780569 [ 197 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::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 | ||
9245 | 2024.08.22 02:22:01.780582 [ 3 ] {dbea1c0f-3546-4c50-a78a-e2615d5fbbcc} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9246 | 2024.08.22 02:22:01.780690 [ 3 ] {} <Debug> HTTP-Session: 85a7a097-6253-4ea7-bff9-33ba9f4e16f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9247 | 2024.08.22 02:22:01.780965 [ 197 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9248 | 2024.08.22 02:22:01.781010 [ 197 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2716 rows starting from the beginning of the part | ||
9249 | 2024.08.22 02:22:01.781073 [ 197 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 82 rows starting from the beginning of the part | ||
9250 | 2024.08.22 02:22:01.781324 [ 197 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::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 | ||
9251 | 2024.08.22 02:22:01.781393 [ 197 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 82 rows starting from the beginning of the part | ||
9252 | 2024.08.22 02:22:01.781641 [ 197 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::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 | ||
9253 | 2024.08.22 02:22:01.781714 [ 197 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 82 rows starting from the beginning of the part | ||
9254 | 2024.08.22 02:22:01.783212 [ 196 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3082 rows, containing 4 columns (4 merged, 0 gathered) in 0.002777502 sec., 1109630.1640826901 rows/sec., 72.54 MiB/sec. | ||
9255 | 2024.08.22 02:22:01.783511 [ 195 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
9256 | 2024.08.22 02:22:01.783958 [ 195 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_46_9} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9257 | 2024.08.22 02:22:01.784047 [ 195 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_46_9} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
9258 | 2024.08.22 02:22:01.784144 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. | ||
9259 | 2024.08.22 02:22:02.001272 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000889864 sec. | ||
9260 | 2024.08.22 02:22:06.730983 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 16453, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9261 | 2024.08.22 02:22:06.731111 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9262 | 2024.08.22 02:22:06.731139 [ 3 ] {} <Debug> HTTP-Session: 24ec7e3a-afae-4ac4-aa33-792bbea9ae4b Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
9263 | 2024.08.22 02:22:06.731166 [ 3 ] {} <Debug> HTTP-Session: 24ec7e3a-afae-4ac4-aa33-792bbea9ae4b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9264 | 2024.08.22 02:22:06.731185 [ 3 ] {} <Debug> HTTP-Session: 24ec7e3a-afae-4ac4-aa33-792bbea9ae4b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9265 | 2024.08.22 02:22:06.731242 [ 3 ] {} <Trace> HTTP-Session: 24ec7e3a-afae-4ac4-aa33-792bbea9ae4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9266 | 2024.08.22 02:22:06.731488 [ 3 ] {79591874-3d71-42a2-8ed6-bb314967265d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9267 | 2024.08.22 02:22:06.731567 [ 3 ] {79591874-3d71-42a2-8ed6-bb314967265d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9268 | 2024.08.22 02:22:06.731953 [ 3 ] {79591874-3d71-42a2-8ed6-bb314967265d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9269 | 2024.08.22 02:22:06.732484 [ 3 ] {79591874-3d71-42a2-8ed6-bb314967265d} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9270 | 2024.08.22 02:22:06.732531 [ 3 ] {79591874-3d71-42a2-8ed6-bb314967265d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
9271 | 2024.08.22 02:22:06.732970 [ 3 ] {79591874-3d71-42a2-8ed6-bb314967265d} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
9272 | 2024.08.22 02:22:06.733354 [ 3 ] {79591874-3d71-42a2-8ed6-bb314967265d} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9273 | 2024.08.22 02:22:06.733513 [ 3 ] {79591874-3d71-42a2-8ed6-bb314967265d} <Debug> executeQuery: Read 112 rows, 9.63 KiB in 0.00212 sec., 52830.188679245286 rows/sec., 4.44 MiB/sec. | ||
9274 | 2024.08.22 02:22:06.733727 [ 3 ] {79591874-3d71-42a2-8ed6-bb314967265d} <Debug> DynamicQueryHandler: Done processing query | ||
9275 | 2024.08.22 02:22:06.733755 [ 3 ] {79591874-3d71-42a2-8ed6-bb314967265d} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
9276 | 2024.08.22 02:22:06.733772 [ 3 ] {} <Debug> HTTP-Session: 24ec7e3a-afae-4ac4-aa33-792bbea9ae4b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9277 | 2024.08.22 02:22:06.733938 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 4068, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9278 | 2024.08.22 02:22:06.733992 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9279 | 2024.08.22 02:22:06.734012 [ 3 ] {} <Debug> HTTP-Session: 15913db9-f865-445c-9e5b-b0955d3a2406 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
9280 | 2024.08.22 02:22:06.734031 [ 3 ] {} <Debug> HTTP-Session: 15913db9-f865-445c-9e5b-b0955d3a2406 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9281 | 2024.08.22 02:22:06.734045 [ 3 ] {} <Debug> HTTP-Session: 15913db9-f865-445c-9e5b-b0955d3a2406 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9282 | 2024.08.22 02:22:06.734082 [ 3 ] {} <Trace> HTTP-Session: 15913db9-f865-445c-9e5b-b0955d3a2406 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9283 | 2024.08.22 02:22:06.734192 [ 3 ] {ed916495-400f-41e3-9437-12309b1ff0b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
9284 | 2024.08.22 02:22:06.734240 [ 3 ] {ed916495-400f-41e3-9437-12309b1ff0b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9285 | 2024.08.22 02:22:06.734476 [ 3 ] {ed916495-400f-41e3-9437-12309b1ff0b0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9286 | 2024.08.22 02:22:06.734845 [ 3 ] {ed916495-400f-41e3-9437-12309b1ff0b0} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9287 | 2024.08.22 02:22:06.734887 [ 3 ] {ed916495-400f-41e3-9437-12309b1ff0b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
9288 | 2024.08.22 02:22:06.735259 [ 3 ] {ed916495-400f-41e3-9437-12309b1ff0b0} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
9289 | 2024.08.22 02:22:06.735625 [ 3 ] {ed916495-400f-41e3-9437-12309b1ff0b0} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9290 | 2024.08.22 02:22:06.735793 [ 97 ] {} <Debug> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995) (MergerMutator): Selected 6 parts from all_1_35_7 to all_40_40_0 | ||
9291 | 2024.08.22 02:22:06.735798 [ 3 ] {ed916495-400f-41e3-9437-12309b1ff0b0} <Debug> executeQuery: Read 28 rows, 2.11 KiB in 0.001636 sec., 17114.914425427873 rows/sec., 1.26 MiB/sec. | ||
9292 | 2024.08.22 02:22:06.735872 [ 97 ] {} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9293 | 2024.08.22 02:22:06.735941 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
9294 | 2024.08.22 02:22:06.736134 [ 197 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_40_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_35_7 to all_40_40_0 into Compact with storage Full | ||
9295 | 2024.08.22 02:22:06.736137 [ 3 ] {ed916495-400f-41e3-9437-12309b1ff0b0} <Debug> DynamicQueryHandler: Done processing query | ||
9296 | 2024.08.22 02:22:06.736214 [ 3 ] {ed916495-400f-41e3-9437-12309b1ff0b0} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9297 | 2024.08.22 02:22:06.736254 [ 3 ] {} <Debug> HTTP-Session: 15913db9-f865-445c-9e5b-b0955d3a2406 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9298 | 2024.08.22 02:22:06.736375 [ 197 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_40_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9299 | 2024.08.22 02:22:06.736421 [ 197 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_35_7, total 46 rows starting from the beginning of the part | ||
9300 | 2024.08.22 02:22:06.736481 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 15623, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9301 | 2024.08.22 02:22:06.736593 [ 197 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 28 rows starting from the beginning of the part | ||
9302 | 2024.08.22 02:22:06.736614 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9303 | 2024.08.22 02:22:06.736717 [ 3 ] {} <Debug> HTTP-Session: 04649ea8-0aa8-4be7-96d2-fae5a9ae2ccd Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
9304 | 2024.08.22 02:22:06.736777 [ 3 ] {} <Debug> HTTP-Session: 04649ea8-0aa8-4be7-96d2-fae5a9ae2ccd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9305 | 2024.08.22 02:22:06.736890 [ 3 ] {} <Debug> HTTP-Session: 04649ea8-0aa8-4be7-96d2-fae5a9ae2ccd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9306 | 2024.08.22 02:22:06.737058 [ 197 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 2 rows starting from the beginning of the part | ||
9307 | 2024.08.22 02:22:06.737102 [ 3 ] {} <Trace> HTTP-Session: 04649ea8-0aa8-4be7-96d2-fae5a9ae2ccd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9308 | 2024.08.22 02:22:06.737461 [ 197 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 28 rows starting from the beginning of the part | ||
9309 | 2024.08.22 02:22:06.737605 [ 3 ] {e53ad9dc-a36e-4cb9-ac99-4482e132bd62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9310 | 2024.08.22 02:22:06.737719 [ 197 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 2 rows starting from the beginning of the part | ||
9311 | 2024.08.22 02:22:06.737770 [ 3 ] {e53ad9dc-a36e-4cb9-ac99-4482e132bd62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9312 | 2024.08.22 02:22:06.737997 [ 197 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 28 rows starting from the beginning of the part | ||
9313 | 2024.08.22 02:22:06.739122 [ 3 ] {e53ad9dc-a36e-4cb9-ac99-4482e132bd62} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9314 | 2024.08.22 02:22:06.740135 [ 3 ] {e53ad9dc-a36e-4cb9-ac99-4482e132bd62} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9315 | 2024.08.22 02:22:06.740204 [ 3 ] {e53ad9dc-a36e-4cb9-ac99-4482e132bd62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
9316 | 2024.08.22 02:22:06.741056 [ 195 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_40_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 134 rows, containing 5 columns (5 merged, 0 gathered) in 0.004992601 sec., 26839.717413828985 rows/sec., 2.06 MiB/sec. | ||
9317 | 2024.08.22 02:22:06.741171 [ 3 ] {e53ad9dc-a36e-4cb9-ac99-4482e132bd62} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
9318 | 2024.08.22 02:22:06.741471 [ 195 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_40_8} <Trace> MergedBlockOutputStream: filled checksums all_1_40_8 (state Temporary) | ||
9319 | 2024.08.22 02:22:06.741953 [ 3 ] {e53ad9dc-a36e-4cb9-ac99-4482e132bd62} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9320 | 2024.08.22 02:22:06.742405 [ 3 ] {e53ad9dc-a36e-4cb9-ac99-4482e132bd62} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.004998 sec., 18407.362945178073 rows/sec., 1.44 MiB/sec. | ||
9321 | 2024.08.22 02:22:06.742797 [ 3 ] {e53ad9dc-a36e-4cb9-ac99-4482e132bd62} <Debug> DynamicQueryHandler: Done processing query | ||
9322 | 2024.08.22 02:22:06.742821 [ 195 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_40_8} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Renaming temporary part tmp_merge_all_1_40_8 to all_1_40_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9323 | 2024.08.22 02:22:06.742837 [ 3 ] {e53ad9dc-a36e-4cb9-ac99-4482e132bd62} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
9324 | 2024.08.22 02:22:06.742889 [ 3 ] {} <Debug> HTTP-Session: 04649ea8-0aa8-4be7-96d2-fae5a9ae2ccd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9325 | 2024.08.22 02:22:06.743000 [ 195 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_40_8} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995) (MergerMutator): Merged 6 parts: [all_1_35_7, all_40_40_0] -> all_1_40_8 | ||
9326 | 2024.08.22 02:22:06.743139 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 30592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9327 | 2024.08.22 02:22:06.743155 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
9328 | 2024.08.22 02:22:06.743215 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9329 | 2024.08.22 02:22:06.743241 [ 3 ] {} <Debug> HTTP-Session: 3cb829aa-9369-44a8-a3e9-ff9ae84fd4d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
9330 | 2024.08.22 02:22:06.743258 [ 3 ] {} <Debug> HTTP-Session: 3cb829aa-9369-44a8-a3e9-ff9ae84fd4d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9331 | 2024.08.22 02:22:06.743273 [ 3 ] {} <Debug> HTTP-Session: 3cb829aa-9369-44a8-a3e9-ff9ae84fd4d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9332 | 2024.08.22 02:22:06.743308 [ 3 ] {} <Trace> HTTP-Session: 3cb829aa-9369-44a8-a3e9-ff9ae84fd4d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9333 | 2024.08.22 02:22:06.743471 [ 3 ] {7fc54e5e-8770-40da-afbc-3714805e1ee7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9334 | 2024.08.22 02:22:06.743525 [ 3 ] {7fc54e5e-8770-40da-afbc-3714805e1ee7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9335 | 2024.08.22 02:22:06.743703 [ 3 ] {7fc54e5e-8770-40da-afbc-3714805e1ee7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9336 | 2024.08.22 02:22:06.744122 [ 3 ] {7fc54e5e-8770-40da-afbc-3714805e1ee7} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9337 | 2024.08.22 02:22:06.744160 [ 3 ] {7fc54e5e-8770-40da-afbc-3714805e1ee7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
9338 | 2024.08.22 02:22:06.744587 [ 3 ] {7fc54e5e-8770-40da-afbc-3714805e1ee7} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
9339 | 2024.08.22 02:22:06.744948 [ 3 ] {7fc54e5e-8770-40da-afbc-3714805e1ee7} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9340 | 2024.08.22 02:22:06.745100 [ 3 ] {7fc54e5e-8770-40da-afbc-3714805e1ee7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001701 sec., 94062.31628453851 rows/sec., 6.55 MiB/sec. | ||
9341 | 2024.08.22 02:22:06.745272 [ 3 ] {7fc54e5e-8770-40da-afbc-3714805e1ee7} <Debug> DynamicQueryHandler: Done processing query | ||
9342 | 2024.08.22 02:22:06.745297 [ 3 ] {7fc54e5e-8770-40da-afbc-3714805e1ee7} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9343 | 2024.08.22 02:22:06.745314 [ 3 ] {} <Debug> HTTP-Session: 3cb829aa-9369-44a8-a3e9-ff9ae84fd4d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9344 | 2024.08.22 02:22:06.745506 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 45172, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9345 | 2024.08.22 02:22:06.745555 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9346 | 2024.08.22 02:22:06.745575 [ 3 ] {} <Debug> HTTP-Session: 5619f070-b404-4b90-89e9-1aa7f78ff017 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
9347 | 2024.08.22 02:22:06.745592 [ 3 ] {} <Debug> HTTP-Session: 5619f070-b404-4b90-89e9-1aa7f78ff017 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9348 | 2024.08.22 02:22:06.745607 [ 3 ] {} <Debug> HTTP-Session: 5619f070-b404-4b90-89e9-1aa7f78ff017 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9349 | 2024.08.22 02:22:06.745639 [ 3 ] {} <Trace> HTTP-Session: 5619f070-b404-4b90-89e9-1aa7f78ff017 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9350 | 2024.08.22 02:22:06.745936 [ 3 ] {b3ff36ce-c4ae-467a-a5c6-13a2a2681fa8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9351 | 2024.08.22 02:22:06.746001 [ 3 ] {b3ff36ce-c4ae-467a-a5c6-13a2a2681fa8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
9352 | 2024.08.22 02:22:06.746449 [ 3 ] {b3ff36ce-c4ae-467a-a5c6-13a2a2681fa8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9353 | 2024.08.22 02:22:06.747140 [ 3 ] {b3ff36ce-c4ae-467a-a5c6-13a2a2681fa8} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9354 | 2024.08.22 02:22:06.747177 [ 3 ] {b3ff36ce-c4ae-467a-a5c6-13a2a2681fa8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
9355 | 2024.08.22 02:22:06.747827 [ 3 ] {b3ff36ce-c4ae-467a-a5c6-13a2a2681fa8} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
9356 | 2024.08.22 02:22:06.748259 [ 3 ] {b3ff36ce-c4ae-467a-a5c6-13a2a2681fa8} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9357 | 2024.08.22 02:22:06.748468 [ 3 ] {b3ff36ce-c4ae-467a-a5c6-13a2a2681fa8} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.002742 sec., 10211.524434719182 rows/sec., 18.30 MiB/sec. | ||
9358 | 2024.08.22 02:22:06.748848 [ 3 ] {b3ff36ce-c4ae-467a-a5c6-13a2a2681fa8} <Debug> DynamicQueryHandler: Done processing query | ||
9359 | 2024.08.22 02:22:06.748873 [ 3 ] {b3ff36ce-c4ae-467a-a5c6-13a2a2681fa8} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
9360 | 2024.08.22 02:22:06.748890 [ 3 ] {} <Debug> HTTP-Session: 5619f070-b404-4b90-89e9-1aa7f78ff017 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9361 | 2024.08.22 02:22:06.749037 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9362 | 2024.08.22 02:22:06.749089 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9363 | 2024.08.22 02:22:06.749111 [ 3 ] {} <Debug> HTTP-Session: b4faefe1-1886-4e4a-96e6-8727d005afd0 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
9364 | 2024.08.22 02:22:06.749127 [ 3 ] {} <Debug> HTTP-Session: b4faefe1-1886-4e4a-96e6-8727d005afd0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9365 | 2024.08.22 02:22:06.749141 [ 3 ] {} <Debug> HTTP-Session: b4faefe1-1886-4e4a-96e6-8727d005afd0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9366 | 2024.08.22 02:22:06.749174 [ 3 ] {} <Trace> HTTP-Session: b4faefe1-1886-4e4a-96e6-8727d005afd0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9367 | 2024.08.22 02:22:06.749293 [ 3 ] {b2ee3f1e-c71d-4999-9eff-52125b5844cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9368 | 2024.08.22 02:22:06.749343 [ 3 ] {b2ee3f1e-c71d-4999-9eff-52125b5844cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9369 | 2024.08.22 02:22:06.749479 [ 3 ] {b2ee3f1e-c71d-4999-9eff-52125b5844cc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9370 | 2024.08.22 02:22:06.749847 [ 3 ] {b2ee3f1e-c71d-4999-9eff-52125b5844cc} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9371 | 2024.08.22 02:22:06.749889 [ 3 ] {b2ee3f1e-c71d-4999-9eff-52125b5844cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
9372 | 2024.08.22 02:22:06.750268 [ 3 ] {b2ee3f1e-c71d-4999-9eff-52125b5844cc} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
9373 | 2024.08.22 02:22:06.750598 [ 3 ] {b2ee3f1e-c71d-4999-9eff-52125b5844cc} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9374 | 2024.08.22 02:22:06.750772 [ 3 ] {b2ee3f1e-c71d-4999-9eff-52125b5844cc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001511 sec., 39708.80211780278 rows/sec., 2.68 MiB/sec. | ||
9375 | 2024.08.22 02:22:06.751101 [ 3 ] {b2ee3f1e-c71d-4999-9eff-52125b5844cc} <Debug> DynamicQueryHandler: Done processing query | ||
9376 | 2024.08.22 02:22:06.751143 [ 3 ] {b2ee3f1e-c71d-4999-9eff-52125b5844cc} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9377 | 2024.08.22 02:22:06.751161 [ 3 ] {} <Debug> HTTP-Session: b4faefe1-1886-4e4a-96e6-8727d005afd0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9378 | 2024.08.22 02:22:11.733387 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9379 | 2024.08.22 02:22:11.733528 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9380 | 2024.08.22 02:22:11.733564 [ 3 ] {} <Debug> HTTP-Session: 48646bd5-b3ba-47b9-8aa3-41662105a3bd Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
9381 | 2024.08.22 02:22:11.733594 [ 3 ] {} <Debug> HTTP-Session: 48646bd5-b3ba-47b9-8aa3-41662105a3bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9382 | 2024.08.22 02:22:11.733612 [ 3 ] {} <Debug> HTTP-Session: 48646bd5-b3ba-47b9-8aa3-41662105a3bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9383 | 2024.08.22 02:22:11.733669 [ 3 ] {} <Trace> HTTP-Session: 48646bd5-b3ba-47b9-8aa3-41662105a3bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9384 | 2024.08.22 02:22:11.733876 [ 3 ] {2efa37bb-c88e-46fe-9c26-85cbe6d5adcb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
9385 | 2024.08.22 02:22:11.733956 [ 3 ] {2efa37bb-c88e-46fe-9c26-85cbe6d5adcb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
9386 | 2024.08.22 02:22:11.734315 [ 3 ] {2efa37bb-c88e-46fe-9c26-85cbe6d5adcb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9387 | 2024.08.22 02:22:11.734784 [ 3 ] {2efa37bb-c88e-46fe-9c26-85cbe6d5adcb} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9388 | 2024.08.22 02:22:11.734834 [ 3 ] {2efa37bb-c88e-46fe-9c26-85cbe6d5adcb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
9389 | 2024.08.22 02:22:11.735267 [ 3 ] {2efa37bb-c88e-46fe-9c26-85cbe6d5adcb} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
9390 | 2024.08.22 02:22:11.735670 [ 3 ] {2efa37bb-c88e-46fe-9c26-85cbe6d5adcb} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9391 | 2024.08.22 02:22:11.735852 [ 3 ] {2efa37bb-c88e-46fe-9c26-85cbe6d5adcb} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.002031 sec., 1969.4731659281144 rows/sec., 160.60 KiB/sec. | ||
9392 | 2024.08.22 02:22:11.736232 [ 3 ] {2efa37bb-c88e-46fe-9c26-85cbe6d5adcb} <Debug> DynamicQueryHandler: Done processing query | ||
9393 | 2024.08.22 02:22:11.736262 [ 3 ] {2efa37bb-c88e-46fe-9c26-85cbe6d5adcb} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9394 | 2024.08.22 02:22:11.736279 [ 3 ] {} <Debug> HTTP-Session: 48646bd5-b3ba-47b9-8aa3-41662105a3bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9395 | 2024.08.22 02:22:11.736503 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 29241, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9396 | 2024.08.22 02:22:11.736566 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9397 | 2024.08.22 02:22:11.736587 [ 3 ] {} <Debug> HTTP-Session: 0780b23c-84b6-4b60-9579-3554d11566a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
9398 | 2024.08.22 02:22:11.736605 [ 3 ] {} <Debug> HTTP-Session: 0780b23c-84b6-4b60-9579-3554d11566a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9399 | 2024.08.22 02:22:11.736620 [ 3 ] {} <Debug> HTTP-Session: 0780b23c-84b6-4b60-9579-3554d11566a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9400 | 2024.08.22 02:22:11.736658 [ 3 ] {} <Trace> HTTP-Session: 0780b23c-84b6-4b60-9579-3554d11566a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9401 | 2024.08.22 02:22:11.736820 [ 3 ] {c2033407-573e-43e9-b113-302e5f30edff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9402 | 2024.08.22 02:22:11.736872 [ 3 ] {c2033407-573e-43e9-b113-302e5f30edff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9403 | 2024.08.22 02:22:11.737138 [ 3 ] {c2033407-573e-43e9-b113-302e5f30edff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9404 | 2024.08.22 02:22:11.737625 [ 3 ] {c2033407-573e-43e9-b113-302e5f30edff} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9405 | 2024.08.22 02:22:11.737665 [ 3 ] {c2033407-573e-43e9-b113-302e5f30edff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
9406 | 2024.08.22 02:22:11.738051 [ 3 ] {c2033407-573e-43e9-b113-302e5f30edff} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
9407 | 2024.08.22 02:22:11.738432 [ 3 ] {c2033407-573e-43e9-b113-302e5f30edff} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9408 | 2024.08.22 02:22:11.738603 [ 3 ] {c2033407-573e-43e9-b113-302e5f30edff} <Debug> executeQuery: Read 195 rows, 17.39 KiB in 0.001848 sec., 105519.48051948052 rows/sec., 9.19 MiB/sec. | ||
9409 | 2024.08.22 02:22:11.738790 [ 3 ] {c2033407-573e-43e9-b113-302e5f30edff} <Debug> DynamicQueryHandler: Done processing query | ||
9410 | 2024.08.22 02:22:11.738816 [ 3 ] {c2033407-573e-43e9-b113-302e5f30edff} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
9411 | 2024.08.22 02:22:11.738832 [ 3 ] {} <Debug> HTTP-Session: 0780b23c-84b6-4b60-9579-3554d11566a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9412 | 2024.08.22 02:22:11.738980 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 897, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9413 | 2024.08.22 02:22:11.739034 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9414 | 2024.08.22 02:22:11.739053 [ 3 ] {} <Debug> HTTP-Session: 310a8544-df82-47b7-a5ab-4f9ed275f827 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
9415 | 2024.08.22 02:22:11.739070 [ 3 ] {} <Debug> HTTP-Session: 310a8544-df82-47b7-a5ab-4f9ed275f827 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9416 | 2024.08.22 02:22:11.739085 [ 3 ] {} <Debug> HTTP-Session: 310a8544-df82-47b7-a5ab-4f9ed275f827 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9417 | 2024.08.22 02:22:11.739119 [ 3 ] {} <Trace> HTTP-Session: 310a8544-df82-47b7-a5ab-4f9ed275f827 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9418 | 2024.08.22 02:22:11.739221 [ 3 ] {4d3249a6-44d2-4082-abb6-c700322f716c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
9419 | 2024.08.22 02:22:11.739266 [ 3 ] {4d3249a6-44d2-4082-abb6-c700322f716c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9420 | 2024.08.22 02:22:11.739499 [ 3 ] {4d3249a6-44d2-4082-abb6-c700322f716c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9421 | 2024.08.22 02:22:11.739813 [ 3 ] {4d3249a6-44d2-4082-abb6-c700322f716c} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9422 | 2024.08.22 02:22:11.739851 [ 3 ] {4d3249a6-44d2-4082-abb6-c700322f716c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
9423 | 2024.08.22 02:22:11.740202 [ 3 ] {4d3249a6-44d2-4082-abb6-c700322f716c} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
9424 | 2024.08.22 02:22:11.740570 [ 3 ] {4d3249a6-44d2-4082-abb6-c700322f716c} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9425 | 2024.08.22 02:22:11.740741 [ 3 ] {4d3249a6-44d2-4082-abb6-c700322f716c} <Debug> executeQuery: Read 6 rows, 440.00 B in 0.001541 sec., 3893.5756002595717 rows/sec., 278.84 KiB/sec. | ||
9426 | 2024.08.22 02:22:11.740920 [ 3 ] {4d3249a6-44d2-4082-abb6-c700322f716c} <Debug> DynamicQueryHandler: Done processing query | ||
9427 | 2024.08.22 02:22:11.740945 [ 3 ] {4d3249a6-44d2-4082-abb6-c700322f716c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9428 | 2024.08.22 02:22:11.740962 [ 3 ] {} <Debug> HTTP-Session: 310a8544-df82-47b7-a5ab-4f9ed275f827 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9429 | 2024.08.22 02:22:11.741082 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9430 | 2024.08.22 02:22:11.741134 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9431 | 2024.08.22 02:22:11.741154 [ 3 ] {} <Debug> HTTP-Session: 05d3f77d-a1f3-49f2-96b2-246a9d5acc8e Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
9432 | 2024.08.22 02:22:11.741170 [ 3 ] {} <Debug> HTTP-Session: 05d3f77d-a1f3-49f2-96b2-246a9d5acc8e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9433 | 2024.08.22 02:22:11.741184 [ 3 ] {} <Debug> HTTP-Session: 05d3f77d-a1f3-49f2-96b2-246a9d5acc8e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9434 | 2024.08.22 02:22:11.741217 [ 3 ] {} <Trace> HTTP-Session: 05d3f77d-a1f3-49f2-96b2-246a9d5acc8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9435 | 2024.08.22 02:22:11.741317 [ 3 ] {92e2951d-70b1-4019-afa9-29dfcdde029d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
9436 | 2024.08.22 02:22:11.741361 [ 3 ] {92e2951d-70b1-4019-afa9-29dfcdde029d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
9437 | 2024.08.22 02:22:11.741589 [ 3 ] {92e2951d-70b1-4019-afa9-29dfcdde029d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9438 | 2024.08.22 02:22:11.741908 [ 3 ] {92e2951d-70b1-4019-afa9-29dfcdde029d} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9439 | 2024.08.22 02:22:11.741946 [ 3 ] {92e2951d-70b1-4019-afa9-29dfcdde029d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
9440 | 2024.08.22 02:22:11.742308 [ 3 ] {92e2951d-70b1-4019-afa9-29dfcdde029d} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
9441 | 2024.08.22 02:22:11.742672 [ 3 ] {92e2951d-70b1-4019-afa9-29dfcdde029d} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9442 | 2024.08.22 02:22:11.742827 [ 3 ] {92e2951d-70b1-4019-afa9-29dfcdde029d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001538 sec., 9102.730819245773 rows/sec., 637.50 KiB/sec. | ||
9443 | 2024.08.22 02:22:11.742995 [ 3 ] {92e2951d-70b1-4019-afa9-29dfcdde029d} <Debug> DynamicQueryHandler: Done processing query | ||
9444 | 2024.08.22 02:22:11.743019 [ 3 ] {92e2951d-70b1-4019-afa9-29dfcdde029d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9445 | 2024.08.22 02:22:11.743036 [ 3 ] {} <Debug> HTTP-Session: 05d3f77d-a1f3-49f2-96b2-246a9d5acc8e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9446 | 2024.08.22 02:22:11.743152 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9447 | 2024.08.22 02:22:11.743202 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9448 | 2024.08.22 02:22:11.743221 [ 3 ] {} <Debug> HTTP-Session: 95be707a-82e5-46e7-81cd-e9376cc4fc7e Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
9449 | 2024.08.22 02:22:11.743237 [ 3 ] {} <Debug> HTTP-Session: 95be707a-82e5-46e7-81cd-e9376cc4fc7e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9450 | 2024.08.22 02:22:11.743251 [ 3 ] {} <Debug> HTTP-Session: 95be707a-82e5-46e7-81cd-e9376cc4fc7e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9451 | 2024.08.22 02:22:11.743283 [ 3 ] {} <Trace> HTTP-Session: 95be707a-82e5-46e7-81cd-e9376cc4fc7e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9452 | 2024.08.22 02:22:11.743377 [ 3 ] {f1651403-831c-479c-bc9b-8107325e5603} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
9453 | 2024.08.22 02:22:11.743419 [ 3 ] {f1651403-831c-479c-bc9b-8107325e5603} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
9454 | 2024.08.22 02:22:11.743643 [ 3 ] {f1651403-831c-479c-bc9b-8107325e5603} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9455 | 2024.08.22 02:22:11.743947 [ 3 ] {f1651403-831c-479c-bc9b-8107325e5603} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9456 | 2024.08.22 02:22:11.743983 [ 3 ] {f1651403-831c-479c-bc9b-8107325e5603} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
9457 | 2024.08.22 02:22:11.744323 [ 3 ] {f1651403-831c-479c-bc9b-8107325e5603} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
9458 | 2024.08.22 02:22:11.744713 [ 3 ] {f1651403-831c-479c-bc9b-8107325e5603} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9459 | 2024.08.22 02:22:11.744881 [ 3 ] {f1651403-831c-479c-bc9b-8107325e5603} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001517 sec., 3955.174686882004 rows/sec., 233.68 KiB/sec. | ||
9460 | 2024.08.22 02:22:11.744883 [ 126 ] {} <Debug> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
9461 | 2024.08.22 02:22:11.744991 [ 126 ] {} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9462 | 2024.08.22 02:22:11.745038 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
9463 | 2024.08.22 02:22:11.745126 [ 3 ] {f1651403-831c-479c-bc9b-8107325e5603} <Debug> DynamicQueryHandler: Done processing query | ||
9464 | 2024.08.22 02:22:11.745163 [ 3 ] {f1651403-831c-479c-bc9b-8107325e5603} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9465 | 2024.08.22 02:22:11.745174 [ 188 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_21_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_17_4 to all_21_21_0 into Compact with storage Full | ||
9466 | 2024.08.22 02:22:11.745181 [ 3 ] {} <Debug> HTTP-Session: 95be707a-82e5-46e7-81cd-e9376cc4fc7e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9467 | 2024.08.22 02:22:11.745304 [ 188 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9468 | 2024.08.22 02:22:11.745336 [ 188 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 6 rows starting from the beginning of the part | ||
9469 | 2024.08.22 02:22:11.745383 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 62788, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9470 | 2024.08.22 02:22:11.745497 [ 188 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part | ||
9471 | 2024.08.22 02:22:11.745541 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9472 | 2024.08.22 02:22:11.745644 [ 3 ] {} <Debug> HTTP-Session: f3bb9608-be58-471f-a9e4-cb288daceca9 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
9473 | 2024.08.22 02:22:11.745799 [ 3 ] {} <Debug> HTTP-Session: f3bb9608-be58-471f-a9e4-cb288daceca9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9474 | 2024.08.22 02:22:11.745879 [ 3 ] {} <Debug> HTTP-Session: f3bb9608-be58-471f-a9e4-cb288daceca9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9475 | 2024.08.22 02:22:11.745880 [ 188 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part | ||
9476 | 2024.08.22 02:22:11.746001 [ 3 ] {} <Trace> HTTP-Session: f3bb9608-be58-471f-a9e4-cb288daceca9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9477 | 2024.08.22 02:22:11.746231 [ 188 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part | ||
9478 | 2024.08.22 02:22:11.746405 [ 188 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part | ||
9479 | 2024.08.22 02:22:11.746481 [ 3 ] {a50fda72-faeb-49e5-a758-5c465e8382f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9480 | 2024.08.22 02:22:11.746667 [ 3 ] {a50fda72-faeb-49e5-a758-5c465e8382f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9481 | 2024.08.22 02:22:11.747270 [ 3 ] {a50fda72-faeb-49e5-a758-5c465e8382f9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9482 | 2024.08.22 02:22:11.748168 [ 3 ] {a50fda72-faeb-49e5-a758-5c465e8382f9} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9483 | 2024.08.22 02:22:11.748214 [ 3 ] {a50fda72-faeb-49e5-a758-5c465e8382f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
9484 | 2024.08.22 02:22:11.748216 [ 187 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.003095282 sec., 9692.170212600984 rows/sec., 615.23 KiB/sec. | ||
9485 | 2024.08.22 02:22:11.748459 [ 187 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
9486 | 2024.08.22 02:22:11.748928 [ 3 ] {a50fda72-faeb-49e5-a758-5c465e8382f9} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
9487 | 2024.08.22 02:22:11.749512 [ 187 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_21_5} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9488 | 2024.08.22 02:22:11.749699 [ 187 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_21_5} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
9489 | 2024.08.22 02:22:11.749793 [ 3 ] {a50fda72-faeb-49e5-a758-5c465e8382f9} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9490 | 2024.08.22 02:22:11.749879 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
9491 | 2024.08.22 02:22:11.750067 [ 3 ] {a50fda72-faeb-49e5-a758-5c465e8382f9} <Debug> executeQuery: Read 388 rows, 28.17 KiB in 0.003785 sec., 102509.90752972258 rows/sec., 7.27 MiB/sec. | ||
9492 | 2024.08.22 02:22:11.750265 [ 3 ] {a50fda72-faeb-49e5-a758-5c465e8382f9} <Debug> DynamicQueryHandler: Done processing query | ||
9493 | 2024.08.22 02:22:11.750290 [ 3 ] {a50fda72-faeb-49e5-a758-5c465e8382f9} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
9494 | 2024.08.22 02:22:11.750306 [ 3 ] {} <Debug> HTTP-Session: f3bb9608-be58-471f-a9e4-cb288daceca9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9495 | 2024.08.22 02:22:11.750442 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9496 | 2024.08.22 02:22:11.750491 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9497 | 2024.08.22 02:22:11.750511 [ 3 ] {} <Debug> HTTP-Session: feb9e2ef-069c-429e-99bf-3107da7b6174 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
9498 | 2024.08.22 02:22:11.750527 [ 3 ] {} <Debug> HTTP-Session: feb9e2ef-069c-429e-99bf-3107da7b6174 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9499 | 2024.08.22 02:22:11.750541 [ 3 ] {} <Debug> HTTP-Session: feb9e2ef-069c-429e-99bf-3107da7b6174 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9500 | 2024.08.22 02:22:11.750573 [ 3 ] {} <Trace> HTTP-Session: feb9e2ef-069c-429e-99bf-3107da7b6174 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9501 | 2024.08.22 02:22:11.750668 [ 3 ] {434929ae-0e00-4c99-b1be-ce2c7e4d1b9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
9502 | 2024.08.22 02:22:11.750713 [ 3 ] {434929ae-0e00-4c99-b1be-ce2c7e4d1b9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
9503 | 2024.08.22 02:22:11.750849 [ 3 ] {434929ae-0e00-4c99-b1be-ce2c7e4d1b9a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9504 | 2024.08.22 02:22:11.751127 [ 3 ] {434929ae-0e00-4c99-b1be-ce2c7e4d1b9a} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9505 | 2024.08.22 02:22:11.751164 [ 3 ] {434929ae-0e00-4c99-b1be-ce2c7e4d1b9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
9506 | 2024.08.22 02:22:11.751519 [ 3 ] {434929ae-0e00-4c99-b1be-ce2c7e4d1b9a} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
9507 | 2024.08.22 02:22:11.751844 [ 3 ] {434929ae-0e00-4c99-b1be-ce2c7e4d1b9a} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9508 | 2024.08.22 02:22:11.752004 [ 3 ] {434929ae-0e00-4c99-b1be-ce2c7e4d1b9a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00135 sec., 4444.444444444444 rows/sec., 232.20 KiB/sec. | ||
9509 | 2024.08.22 02:22:11.752014 [ 29 ] {} <Debug> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
9510 | 2024.08.22 02:22:11.752096 [ 29 ] {} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9511 | 2024.08.22 02:22:11.752147 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
9512 | 2024.08.22 02:22:11.752255 [ 3 ] {434929ae-0e00-4c99-b1be-ce2c7e4d1b9a} <Debug> DynamicQueryHandler: Done processing query | ||
9513 | 2024.08.22 02:22:11.752287 [ 200 ] {0b6dfbbe-deac-48d2-bc82-b319c8f68a7a::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 | ||
9514 | 2024.08.22 02:22:11.752291 [ 3 ] {434929ae-0e00-4c99-b1be-ce2c7e4d1b9a} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
9515 | 2024.08.22 02:22:11.752333 [ 3 ] {} <Debug> HTTP-Session: feb9e2ef-069c-429e-99bf-3107da7b6174 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9516 | 2024.08.22 02:22:11.752425 [ 200 ] {0b6dfbbe-deac-48d2-bc82-b319c8f68a7a::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9517 | 2024.08.22 02:22:11.752455 [ 200 ] {0b6dfbbe-deac-48d2-bc82-b319c8f68a7a::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 | ||
9518 | 2024.08.22 02:22:11.752523 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 44982, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9519 | 2024.08.22 02:22:11.752628 [ 200 ] {0b6dfbbe-deac-48d2-bc82-b319c8f68a7a::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 | ||
9520 | 2024.08.22 02:22:11.752712 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9521 | 2024.08.22 02:22:11.752813 [ 3 ] {} <Debug> HTTP-Session: cb5c4b90-631b-4581-b89a-77621abd852c Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
9522 | 2024.08.22 02:22:11.752922 [ 3 ] {} <Debug> HTTP-Session: cb5c4b90-631b-4581-b89a-77621abd852c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9523 | 2024.08.22 02:22:11.752969 [ 200 ] {0b6dfbbe-deac-48d2-bc82-b319c8f68a7a::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 | ||
9524 | 2024.08.22 02:22:11.752992 [ 3 ] {} <Debug> HTTP-Session: cb5c4b90-631b-4581-b89a-77621abd852c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9525 | 2024.08.22 02:22:11.753141 [ 3 ] {} <Trace> HTTP-Session: cb5c4b90-631b-4581-b89a-77621abd852c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9526 | 2024.08.22 02:22:11.753278 [ 200 ] {0b6dfbbe-deac-48d2-bc82-b319c8f68a7a::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 | ||
9527 | 2024.08.22 02:22:11.753493 [ 200 ] {0b6dfbbe-deac-48d2-bc82-b319c8f68a7a::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 | ||
9528 | 2024.08.22 02:22:11.753615 [ 3 ] {4933e438-a377-47d6-8513-203d385ed91c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9529 | 2024.08.22 02:22:11.753753 [ 200 ] {0b6dfbbe-deac-48d2-bc82-b319c8f68a7a::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 | ||
9530 | 2024.08.22 02:22:11.753806 [ 3 ] {4933e438-a377-47d6-8513-203d385ed91c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9531 | 2024.08.22 02:22:11.754352 [ 3 ] {4933e438-a377-47d6-8513-203d385ed91c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9532 | 2024.08.22 02:22:11.755120 [ 3 ] {4933e438-a377-47d6-8513-203d385ed91c} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9533 | 2024.08.22 02:22:11.755173 [ 3 ] {4933e438-a377-47d6-8513-203d385ed91c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
9534 | 2024.08.22 02:22:11.755531 [ 194 ] {0b6dfbbe-deac-48d2-bc82-b319c8f68a7a::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 126 rows, containing 4 columns (4 merged, 0 gathered) in 0.003302904 sec., 38148.247723821216 rows/sec., 1.95 MiB/sec. | ||
9535 | 2024.08.22 02:22:11.755787 [ 194 ] {0b6dfbbe-deac-48d2-bc82-b319c8f68a7a::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
9536 | 2024.08.22 02:22:11.755941 [ 3 ] {4933e438-a377-47d6-8513-203d385ed91c} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
9537 | 2024.08.22 02:22:11.756791 [ 194 ] {0b6dfbbe-deac-48d2-bc82-b319c8f68a7a::all_1_21_4} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9538 | 2024.08.22 02:22:11.756950 [ 3 ] {4933e438-a377-47d6-8513-203d385ed91c} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9539 | 2024.08.22 02:22:11.757006 [ 194 ] {0b6dfbbe-deac-48d2-bc82-b319c8f68a7a::all_1_21_4} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
9540 | 2024.08.22 02:22:11.757204 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
9541 | 2024.08.22 02:22:11.757270 [ 3 ] {4933e438-a377-47d6-8513-203d385ed91c} <Debug> executeQuery: Read 239 rows, 16.41 KiB in 0.003882 sec., 61566.202988150435 rows/sec., 4.13 MiB/sec. | ||
9542 | 2024.08.22 02:22:11.757569 [ 3 ] {4933e438-a377-47d6-8513-203d385ed91c} <Debug> DynamicQueryHandler: Done processing query | ||
9543 | 2024.08.22 02:22:11.757606 [ 3 ] {4933e438-a377-47d6-8513-203d385ed91c} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
9544 | 2024.08.22 02:22:11.757636 [ 3 ] {} <Debug> HTTP-Session: cb5c4b90-631b-4581-b89a-77621abd852c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9545 | 2024.08.22 02:22:11.757793 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9546 | 2024.08.22 02:22:11.757869 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9547 | 2024.08.22 02:22:11.757904 [ 3 ] {} <Debug> HTTP-Session: fc9bff9c-5b8e-4c89-b339-5cf00cb23512 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
9548 | 2024.08.22 02:22:11.757927 [ 3 ] {} <Debug> HTTP-Session: fc9bff9c-5b8e-4c89-b339-5cf00cb23512 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9549 | 2024.08.22 02:22:11.757948 [ 3 ] {} <Debug> HTTP-Session: fc9bff9c-5b8e-4c89-b339-5cf00cb23512 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9550 | 2024.08.22 02:22:11.757990 [ 3 ] {} <Trace> HTTP-Session: fc9bff9c-5b8e-4c89-b339-5cf00cb23512 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9551 | 2024.08.22 02:22:11.758118 [ 3 ] {cc693360-c5f4-406d-ae22-b060ddd0d1d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
9552 | 2024.08.22 02:22:11.758167 [ 3 ] {cc693360-c5f4-406d-ae22-b060ddd0d1d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
9553 | 2024.08.22 02:22:11.758313 [ 3 ] {cc693360-c5f4-406d-ae22-b060ddd0d1d3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9554 | 2024.08.22 02:22:11.758622 [ 3 ] {cc693360-c5f4-406d-ae22-b060ddd0d1d3} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9555 | 2024.08.22 02:22:11.758661 [ 3 ] {cc693360-c5f4-406d-ae22-b060ddd0d1d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
9556 | 2024.08.22 02:22:11.759035 [ 3 ] {cc693360-c5f4-406d-ae22-b060ddd0d1d3} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
9557 | 2024.08.22 02:22:11.759380 [ 3 ] {cc693360-c5f4-406d-ae22-b060ddd0d1d3} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9558 | 2024.08.22 02:22:11.759531 [ 3 ] {cc693360-c5f4-406d-ae22-b060ddd0d1d3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001437 sec., 695.8942240779402 rows/sec., 46.89 KiB/sec. | ||
9559 | 2024.08.22 02:22:11.759688 [ 3 ] {cc693360-c5f4-406d-ae22-b060ddd0d1d3} <Debug> DynamicQueryHandler: Done processing query | ||
9560 | 2024.08.22 02:22:11.759711 [ 3 ] {cc693360-c5f4-406d-ae22-b060ddd0d1d3} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
9561 | 2024.08.22 02:22:11.759726 [ 3 ] {} <Debug> HTTP-Session: fc9bff9c-5b8e-4c89-b339-5cf00cb23512 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9562 | 2024.08.22 02:22:11.759848 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 3288, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9563 | 2024.08.22 02:22:11.759895 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9564 | 2024.08.22 02:22:11.759914 [ 3 ] {} <Debug> HTTP-Session: 58b45e9c-8111-4554-bf81-7096f450f6d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
9565 | 2024.08.22 02:22:11.759931 [ 3 ] {} <Debug> HTTP-Session: 58b45e9c-8111-4554-bf81-7096f450f6d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9566 | 2024.08.22 02:22:11.759945 [ 3 ] {} <Debug> HTTP-Session: 58b45e9c-8111-4554-bf81-7096f450f6d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9567 | 2024.08.22 02:22:11.759976 [ 3 ] {} <Trace> HTTP-Session: 58b45e9c-8111-4554-bf81-7096f450f6d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9568 | 2024.08.22 02:22:11.760094 [ 3 ] {6c1ab9b2-2da6-434f-b6eb-85819baa0bf2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9569 | 2024.08.22 02:22:11.760158 [ 3 ] {6c1ab9b2-2da6-434f-b6eb-85819baa0bf2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
9570 | 2024.08.22 02:22:11.760567 [ 3 ] {6c1ab9b2-2da6-434f-b6eb-85819baa0bf2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9571 | 2024.08.22 02:22:11.761038 [ 3 ] {6c1ab9b2-2da6-434f-b6eb-85819baa0bf2} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9572 | 2024.08.22 02:22:11.761076 [ 3 ] {6c1ab9b2-2da6-434f-b6eb-85819baa0bf2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
9573 | 2024.08.22 02:22:11.761662 [ 3 ] {6c1ab9b2-2da6-434f-b6eb-85819baa0bf2} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
9574 | 2024.08.22 02:22:11.762072 [ 3 ] {6c1ab9b2-2da6-434f-b6eb-85819baa0bf2} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9575 | 2024.08.22 02:22:11.762258 [ 29 ] {} <Debug> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
9576 | 2024.08.22 02:22:11.762277 [ 3 ] {6c1ab9b2-2da6-434f-b6eb-85819baa0bf2} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.002229 sec., 897.2633467922835 rows/sec., 1.61 MiB/sec. | ||
9577 | 2024.08.22 02:22:11.762306 [ 29 ] {} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9578 | 2024.08.22 02:22:11.762364 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
9579 | 2024.08.22 02:22:11.762696 [ 202 ] {54363e51-69d9-4b16-adfe-43c651565682::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 | ||
9580 | 2024.08.22 02:22:11.762868 [ 3 ] {6c1ab9b2-2da6-434f-b6eb-85819baa0bf2} <Debug> DynamicQueryHandler: Done processing query | ||
9581 | 2024.08.22 02:22:11.762934 [ 3 ] {6c1ab9b2-2da6-434f-b6eb-85819baa0bf2} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
9582 | 2024.08.22 02:22:11.762986 [ 3 ] {} <Debug> HTTP-Session: 58b45e9c-8111-4554-bf81-7096f450f6d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9583 | 2024.08.22 02:22:11.763264 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 12133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9584 | 2024.08.22 02:22:11.763394 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9585 | 2024.08.22 02:22:11.763479 [ 3 ] {} <Debug> HTTP-Session: c4bfda01-9bc9-4b85-8c04-a498680d1e65 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
9586 | 2024.08.22 02:22:11.763542 [ 3 ] {} <Debug> HTTP-Session: c4bfda01-9bc9-4b85-8c04-a498680d1e65 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9587 | 2024.08.22 02:22:11.763570 [ 202 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9588 | 2024.08.22 02:22:11.763588 [ 3 ] {} <Debug> HTTP-Session: c4bfda01-9bc9-4b85-8c04-a498680d1e65 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9589 | 2024.08.22 02:22:11.763714 [ 202 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 618 rows starting from the beginning of the part | ||
9590 | 2024.08.22 02:22:11.763751 [ 3 ] {} <Trace> HTTP-Session: c4bfda01-9bc9-4b85-8c04-a498680d1e65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9591 | 2024.08.22 02:22:11.764242 [ 3 ] {99817979-d137-4d06-9494-3ed666730078} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9592 | 2024.08.22 02:22:11.764306 [ 202 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 2 rows starting from the beginning of the part | ||
9593 | 2024.08.22 02:22:11.764344 [ 3 ] {99817979-d137-4d06-9494-3ed666730078} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9594 | 2024.08.22 02:22:11.765252 [ 202 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 28 rows starting from the beginning of the part | ||
9595 | 2024.08.22 02:22:11.765405 [ 3 ] {99817979-d137-4d06-9494-3ed666730078} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9596 | 2024.08.22 02:22:11.765929 [ 202 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 2 rows starting from the beginning of the part | ||
9597 | 2024.08.22 02:22:11.766717 [ 202 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 28 rows starting from the beginning of the part | ||
9598 | 2024.08.22 02:22:11.766733 [ 3 ] {99817979-d137-4d06-9494-3ed666730078} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9599 | 2024.08.22 02:22:11.766810 [ 3 ] {99817979-d137-4d06-9494-3ed666730078} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
9600 | 2024.08.22 02:22:11.767263 [ 202 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 2 rows starting from the beginning of the part | ||
9601 | 2024.08.22 02:22:11.768181 [ 3 ] {99817979-d137-4d06-9494-3ed666730078} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
9602 | 2024.08.22 02:22:11.769229 [ 3 ] {99817979-d137-4d06-9494-3ed666730078} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9603 | 2024.08.22 02:22:11.769462 [ 3 ] {99817979-d137-4d06-9494-3ed666730078} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005471 sec., 14988.119173825626 rows/sec., 974.78 KiB/sec. | ||
9604 | 2024.08.22 02:22:11.769826 [ 3 ] {99817979-d137-4d06-9494-3ed666730078} <Debug> DynamicQueryHandler: Done processing query | ||
9605 | 2024.08.22 02:22:11.769873 [ 3 ] {99817979-d137-4d06-9494-3ed666730078} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9606 | 2024.08.22 02:22:11.769920 [ 3 ] {} <Debug> HTTP-Session: c4bfda01-9bc9-4b85-8c04-a498680d1e65 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9607 | 2024.08.22 02:22:11.773431 [ 202 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 680 rows, containing 19 columns (19 merged, 0 gathered) in 0.010947726 sec., 62113.35577817713 rows/sec., 111.30 MiB/sec. | ||
9608 | 2024.08.22 02:22:11.774435 [ 202 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
9609 | 2024.08.22 02:22:11.774991 [ 202 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_41_8} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9610 | 2024.08.22 02:22:11.775072 [ 202 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_41_8} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
9611 | 2024.08.22 02:22:11.775185 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.41 MiB. | ||
9612 | 2024.08.22 02:22:15.125652 [ 83 ] {} <Debug> DNSResolver: Updating DNS cache | ||
9613 | 2024.08.22 02:22:15.125717 [ 83 ] {} <Debug> DNSResolver: Updated DNS cache | ||
9614 | 2024.08.22 02:22:16.760155 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 680, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9615 | 2024.08.22 02:22:16.760274 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9616 | 2024.08.22 02:22:16.760298 [ 3 ] {} <Debug> HTTP-Session: fe6b8b70-4587-40db-a4b7-84876d5c19d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
9617 | 2024.08.22 02:22:16.760322 [ 3 ] {} <Debug> HTTP-Session: fe6b8b70-4587-40db-a4b7-84876d5c19d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9618 | 2024.08.22 02:22:16.760337 [ 3 ] {} <Debug> HTTP-Session: fe6b8b70-4587-40db-a4b7-84876d5c19d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9619 | 2024.08.22 02:22:16.760386 [ 3 ] {} <Trace> HTTP-Session: fe6b8b70-4587-40db-a4b7-84876d5c19d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9620 | 2024.08.22 02:22:16.760559 [ 3 ] {666780eb-4bd9-49e3-8fed-08e5e663f0ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
9621 | 2024.08.22 02:22:16.760625 [ 3 ] {666780eb-4bd9-49e3-8fed-08e5e663f0ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
9622 | 2024.08.22 02:22:16.760961 [ 3 ] {666780eb-4bd9-49e3-8fed-08e5e663f0ee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9623 | 2024.08.22 02:22:16.761366 [ 3 ] {666780eb-4bd9-49e3-8fed-08e5e663f0ee} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9624 | 2024.08.22 02:22:16.761408 [ 3 ] {666780eb-4bd9-49e3-8fed-08e5e663f0ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
9625 | 2024.08.22 02:22:16.761818 [ 3 ] {666780eb-4bd9-49e3-8fed-08e5e663f0ee} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
9626 | 2024.08.22 02:22:16.762208 [ 3 ] {666780eb-4bd9-49e3-8fed-08e5e663f0ee} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9627 | 2024.08.22 02:22:16.762379 [ 3 ] {666780eb-4bd9-49e3-8fed-08e5e663f0ee} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001868 sec., 2141.327623126338 rows/sec., 174.61 KiB/sec. | ||
9628 | 2024.08.22 02:22:16.762585 [ 3 ] {666780eb-4bd9-49e3-8fed-08e5e663f0ee} <Debug> DynamicQueryHandler: Done processing query | ||
9629 | 2024.08.22 02:22:16.762610 [ 3 ] {666780eb-4bd9-49e3-8fed-08e5e663f0ee} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9630 | 2024.08.22 02:22:16.762627 [ 3 ] {} <Debug> HTTP-Session: fe6b8b70-4587-40db-a4b7-84876d5c19d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9631 | 2024.08.22 02:22:16.763025 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 181835, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9632 | 2024.08.22 02:22:16.763157 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9633 | 2024.08.22 02:22:16.763184 [ 3 ] {} <Debug> HTTP-Session: 435882da-988c-405d-b146-611087724b93 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
9634 | 2024.08.22 02:22:16.763211 [ 3 ] {} <Debug> HTTP-Session: 435882da-988c-405d-b146-611087724b93 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9635 | 2024.08.22 02:22:16.763228 [ 3 ] {} <Debug> HTTP-Session: 435882da-988c-405d-b146-611087724b93 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9636 | 2024.08.22 02:22:16.763268 [ 3 ] {} <Trace> HTTP-Session: 435882da-988c-405d-b146-611087724b93 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9637 | 2024.08.22 02:22:16.763878 [ 3 ] {070dec61-c0bc-4f98-84e0-c4cd832a8965} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9638 | 2024.08.22 02:22:16.763927 [ 3 ] {070dec61-c0bc-4f98-84e0-c4cd832a8965} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9639 | 2024.08.22 02:22:16.764194 [ 3 ] {070dec61-c0bc-4f98-84e0-c4cd832a8965} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9640 | 2024.08.22 02:22:16.765359 [ 3 ] {070dec61-c0bc-4f98-84e0-c4cd832a8965} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9641 | 2024.08.22 02:22:16.765399 [ 3 ] {070dec61-c0bc-4f98-84e0-c4cd832a8965} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
9642 | 2024.08.22 02:22:16.765871 [ 3 ] {070dec61-c0bc-4f98-84e0-c4cd832a8965} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
9643 | 2024.08.22 02:22:16.766241 [ 3 ] {070dec61-c0bc-4f98-84e0-c4cd832a8965} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9644 | 2024.08.22 02:22:16.766393 [ 3 ] {070dec61-c0bc-4f98-84e0-c4cd832a8965} <Debug> executeQuery: Read 1254 rows, 105.89 KiB in 0.002944 sec., 425951.0869565217 rows/sec., 35.13 MiB/sec. | ||
9645 | 2024.08.22 02:22:16.766568 [ 3 ] {070dec61-c0bc-4f98-84e0-c4cd832a8965} <Debug> DynamicQueryHandler: Done processing query | ||
9646 | 2024.08.22 02:22:16.766594 [ 3 ] {070dec61-c0bc-4f98-84e0-c4cd832a8965} <Debug> MemoryTracker: Peak memory usage (for query): 4.98 MiB. | ||
9647 | 2024.08.22 02:22:16.766613 [ 3 ] {} <Debug> HTTP-Session: 435882da-988c-405d-b146-611087724b93 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9648 | 2024.08.22 02:22:16.766798 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 4630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9649 | 2024.08.22 02:22:16.766846 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9650 | 2024.08.22 02:22:16.766865 [ 3 ] {} <Debug> HTTP-Session: d93da46e-dc94-4469-805b-c31adcf2f665 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
9651 | 2024.08.22 02:22:16.766883 [ 3 ] {} <Debug> HTTP-Session: d93da46e-dc94-4469-805b-c31adcf2f665 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9652 | 2024.08.22 02:22:16.766897 [ 3 ] {} <Debug> HTTP-Session: d93da46e-dc94-4469-805b-c31adcf2f665 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9653 | 2024.08.22 02:22:16.766931 [ 3 ] {} <Trace> HTTP-Session: d93da46e-dc94-4469-805b-c31adcf2f665 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9654 | 2024.08.22 02:22:16.767038 [ 3 ] {889aa4a2-f20c-43b5-8bc1-db4b084d23f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
9655 | 2024.08.22 02:22:16.767083 [ 3 ] {889aa4a2-f20c-43b5-8bc1-db4b084d23f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9656 | 2024.08.22 02:22:16.767310 [ 3 ] {889aa4a2-f20c-43b5-8bc1-db4b084d23f3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9657 | 2024.08.22 02:22:16.767665 [ 3 ] {889aa4a2-f20c-43b5-8bc1-db4b084d23f3} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9658 | 2024.08.22 02:22:16.767703 [ 3 ] {889aa4a2-f20c-43b5-8bc1-db4b084d23f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
9659 | 2024.08.22 02:22:16.768142 [ 3 ] {889aa4a2-f20c-43b5-8bc1-db4b084d23f3} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
9660 | 2024.08.22 02:22:16.768540 [ 3 ] {889aa4a2-f20c-43b5-8bc1-db4b084d23f3} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9661 | 2024.08.22 02:22:16.768713 [ 3 ] {889aa4a2-f20c-43b5-8bc1-db4b084d23f3} <Debug> executeQuery: Read 32 rows, 2.38 KiB in 0.001698 sec., 18845.70082449941 rows/sec., 1.37 MiB/sec. | ||
9662 | 2024.08.22 02:22:16.769083 [ 3 ] {889aa4a2-f20c-43b5-8bc1-db4b084d23f3} <Debug> DynamicQueryHandler: Done processing query | ||
9663 | 2024.08.22 02:22:16.769116 [ 3 ] {889aa4a2-f20c-43b5-8bc1-db4b084d23f3} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
9664 | 2024.08.22 02:22:16.769138 [ 3 ] {} <Debug> HTTP-Session: d93da46e-dc94-4469-805b-c31adcf2f665 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9665 | 2024.08.22 02:22:16.769357 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 30489, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9666 | 2024.08.22 02:22:16.769407 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9667 | 2024.08.22 02:22:16.769428 [ 3 ] {} <Debug> HTTP-Session: 1e778f80-adc3-48cc-af22-fc5231d53a63 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
9668 | 2024.08.22 02:22:16.769444 [ 3 ] {} <Debug> HTTP-Session: 1e778f80-adc3-48cc-af22-fc5231d53a63 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9669 | 2024.08.22 02:22:16.769458 [ 3 ] {} <Debug> HTTP-Session: 1e778f80-adc3-48cc-af22-fc5231d53a63 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9670 | 2024.08.22 02:22:16.769492 [ 3 ] {} <Trace> HTTP-Session: 1e778f80-adc3-48cc-af22-fc5231d53a63 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9671 | 2024.08.22 02:22:16.769648 [ 3 ] {afb1313e-ccf0-4717-9def-d7c1323630e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
9672 | 2024.08.22 02:22:16.769693 [ 3 ] {afb1313e-ccf0-4717-9def-d7c1323630e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
9673 | 2024.08.22 02:22:16.769946 [ 3 ] {afb1313e-ccf0-4717-9def-d7c1323630e0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9674 | 2024.08.22 02:22:16.770381 [ 3 ] {afb1313e-ccf0-4717-9def-d7c1323630e0} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9675 | 2024.08.22 02:22:16.770418 [ 3 ] {afb1313e-ccf0-4717-9def-d7c1323630e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
9676 | 2024.08.22 02:22:16.770814 [ 3 ] {afb1313e-ccf0-4717-9def-d7c1323630e0} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
9677 | 2024.08.22 02:22:16.771206 [ 3 ] {afb1313e-ccf0-4717-9def-d7c1323630e0} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9678 | 2024.08.22 02:22:16.771366 [ 3 ] {afb1313e-ccf0-4717-9def-d7c1323630e0} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001786 sec., 127659.5744680851 rows/sec., 8.64 MiB/sec. | ||
9679 | 2024.08.22 02:22:16.771751 [ 3 ] {afb1313e-ccf0-4717-9def-d7c1323630e0} <Debug> DynamicQueryHandler: Done processing query | ||
9680 | 2024.08.22 02:22:16.771780 [ 3 ] {afb1313e-ccf0-4717-9def-d7c1323630e0} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
9681 | 2024.08.22 02:22:16.771799 [ 3 ] {} <Debug> HTTP-Session: 1e778f80-adc3-48cc-af22-fc5231d53a63 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9682 | 2024.08.22 02:22:16.772030 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 91321, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9683 | 2024.08.22 02:22:16.772080 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9684 | 2024.08.22 02:22:16.772100 [ 3 ] {} <Debug> HTTP-Session: d35b3037-fa97-4ca9-8961-ce8a36e7f085 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
9685 | 2024.08.22 02:22:16.772117 [ 3 ] {} <Debug> HTTP-Session: d35b3037-fa97-4ca9-8961-ce8a36e7f085 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9686 | 2024.08.22 02:22:16.772132 [ 3 ] {} <Debug> HTTP-Session: d35b3037-fa97-4ca9-8961-ce8a36e7f085 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9687 | 2024.08.22 02:22:16.772164 [ 3 ] {} <Trace> HTTP-Session: d35b3037-fa97-4ca9-8961-ce8a36e7f085 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9688 | 2024.08.22 02:22:16.772516 [ 3 ] {f129b936-135b-401c-8e78-8bbde4500810} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9689 | 2024.08.22 02:22:16.772563 [ 3 ] {f129b936-135b-401c-8e78-8bbde4500810} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9690 | 2024.08.22 02:22:16.772818 [ 3 ] {f129b936-135b-401c-8e78-8bbde4500810} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9691 | 2024.08.22 02:22:16.773611 [ 3 ] {f129b936-135b-401c-8e78-8bbde4500810} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9692 | 2024.08.22 02:22:16.773651 [ 3 ] {f129b936-135b-401c-8e78-8bbde4500810} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
9693 | 2024.08.22 02:22:16.774038 [ 3 ] {f129b936-135b-401c-8e78-8bbde4500810} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
9694 | 2024.08.22 02:22:16.774405 [ 3 ] {f129b936-135b-401c-8e78-8bbde4500810} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9695 | 2024.08.22 02:22:16.774560 [ 3 ] {f129b936-135b-401c-8e78-8bbde4500810} <Debug> executeQuery: Read 552 rows, 41.97 KiB in 0.002286 sec., 241469.8162729659 rows/sec., 17.93 MiB/sec. | ||
9696 | 2024.08.22 02:22:16.774905 [ 3 ] {f129b936-135b-401c-8e78-8bbde4500810} <Debug> DynamicQueryHandler: Done processing query | ||
9697 | 2024.08.22 02:22:16.774947 [ 3 ] {f129b936-135b-401c-8e78-8bbde4500810} <Debug> MemoryTracker: Peak memory usage (for query): 4.57 MiB. | ||
9698 | 2024.08.22 02:22:16.774965 [ 3 ] {} <Debug> HTTP-Session: d35b3037-fa97-4ca9-8961-ce8a36e7f085 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9699 | 2024.08.22 02:22:16.775223 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 160763, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9700 | 2024.08.22 02:22:16.775274 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9701 | 2024.08.22 02:22:16.775295 [ 3 ] {} <Debug> HTTP-Session: cbb2f1ee-1f16-4421-afd7-f52cc8945e05 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
9702 | 2024.08.22 02:22:16.775312 [ 3 ] {} <Debug> HTTP-Session: cbb2f1ee-1f16-4421-afd7-f52cc8945e05 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9703 | 2024.08.22 02:22:16.775327 [ 3 ] {} <Debug> HTTP-Session: cbb2f1ee-1f16-4421-afd7-f52cc8945e05 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9704 | 2024.08.22 02:22:16.775358 [ 3 ] {} <Trace> HTTP-Session: cbb2f1ee-1f16-4421-afd7-f52cc8945e05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9705 | 2024.08.22 02:22:16.775751 [ 3 ] {3b49ab95-8e39-44f7-beec-4038a88f6e06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9706 | 2024.08.22 02:22:16.775802 [ 3 ] {3b49ab95-8e39-44f7-beec-4038a88f6e06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9707 | 2024.08.22 02:22:16.775969 [ 3 ] {3b49ab95-8e39-44f7-beec-4038a88f6e06} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9708 | 2024.08.22 02:22:16.776759 [ 3 ] {3b49ab95-8e39-44f7-beec-4038a88f6e06} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9709 | 2024.08.22 02:22:16.776797 [ 3 ] {3b49ab95-8e39-44f7-beec-4038a88f6e06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
9710 | 2024.08.22 02:22:16.777244 [ 3 ] {3b49ab95-8e39-44f7-beec-4038a88f6e06} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
9711 | 2024.08.22 02:22:16.777583 [ 3 ] {3b49ab95-8e39-44f7-beec-4038a88f6e06} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9712 | 2024.08.22 02:22:16.777736 [ 3 ] {3b49ab95-8e39-44f7-beec-4038a88f6e06} <Debug> executeQuery: Read 846 rows, 58.31 KiB in 0.00224 sec., 377678.5714285715 rows/sec., 25.42 MiB/sec. | ||
9713 | 2024.08.22 02:22:16.778015 [ 3 ] {3b49ab95-8e39-44f7-beec-4038a88f6e06} <Debug> DynamicQueryHandler: Done processing query | ||
9714 | 2024.08.22 02:22:16.778056 [ 3 ] {3b49ab95-8e39-44f7-beec-4038a88f6e06} <Debug> MemoryTracker: Peak memory usage (for query): 4.66 MiB. | ||
9715 | 2024.08.22 02:22:16.778080 [ 3 ] {} <Debug> HTTP-Session: cbb2f1ee-1f16-4421-afd7-f52cc8945e05 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9716 | 2024.08.22 02:22:16.778260 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 45157, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9717 | 2024.08.22 02:22:16.778309 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9718 | 2024.08.22 02:22:16.778329 [ 3 ] {} <Debug> HTTP-Session: 8cd16bdd-245f-4ac1-8a5e-18bdb2f0e07c Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
9719 | 2024.08.22 02:22:16.778347 [ 3 ] {} <Debug> HTTP-Session: 8cd16bdd-245f-4ac1-8a5e-18bdb2f0e07c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9720 | 2024.08.22 02:22:16.778361 [ 3 ] {} <Debug> HTTP-Session: 8cd16bdd-245f-4ac1-8a5e-18bdb2f0e07c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9721 | 2024.08.22 02:22:16.778392 [ 3 ] {} <Trace> HTTP-Session: 8cd16bdd-245f-4ac1-8a5e-18bdb2f0e07c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9722 | 2024.08.22 02:22:16.778738 [ 3 ] {579d9af4-a37e-4b36-b773-acc478220a4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9723 | 2024.08.22 02:22:16.778805 [ 3 ] {579d9af4-a37e-4b36-b773-acc478220a4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
9724 | 2024.08.22 02:22:16.779221 [ 3 ] {579d9af4-a37e-4b36-b773-acc478220a4e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9725 | 2024.08.22 02:22:16.779915 [ 3 ] {579d9af4-a37e-4b36-b773-acc478220a4e} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9726 | 2024.08.22 02:22:16.779950 [ 3 ] {579d9af4-a37e-4b36-b773-acc478220a4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
9727 | 2024.08.22 02:22:16.780578 [ 3 ] {579d9af4-a37e-4b36-b773-acc478220a4e} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
9728 | 2024.08.22 02:22:16.780987 [ 3 ] {579d9af4-a37e-4b36-b773-acc478220a4e} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9729 | 2024.08.22 02:22:16.781164 [ 3 ] {579d9af4-a37e-4b36-b773-acc478220a4e} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.002689 sec., 10412.792859799181 rows/sec., 18.66 MiB/sec. | ||
9730 | 2024.08.22 02:22:16.781385 [ 3 ] {579d9af4-a37e-4b36-b773-acc478220a4e} <Debug> DynamicQueryHandler: Done processing query | ||
9731 | 2024.08.22 02:22:16.781409 [ 3 ] {579d9af4-a37e-4b36-b773-acc478220a4e} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
9732 | 2024.08.22 02:22:16.781426 [ 3 ] {} <Debug> HTTP-Session: 8cd16bdd-245f-4ac1-8a5e-18bdb2f0e07c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9733 | 2024.08.22 02:22:16.781558 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9734 | 2024.08.22 02:22:16.781607 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9735 | 2024.08.22 02:22:16.781626 [ 3 ] {} <Debug> HTTP-Session: ab75cae1-f178-4043-862e-e4dad1b6080e Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
9736 | 2024.08.22 02:22:16.781644 [ 3 ] {} <Debug> HTTP-Session: ab75cae1-f178-4043-862e-e4dad1b6080e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9737 | 2024.08.22 02:22:16.781657 [ 3 ] {} <Debug> HTTP-Session: ab75cae1-f178-4043-862e-e4dad1b6080e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9738 | 2024.08.22 02:22:16.781689 [ 3 ] {} <Trace> HTTP-Session: ab75cae1-f178-4043-862e-e4dad1b6080e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9739 | 2024.08.22 02:22:16.781802 [ 3 ] {fb6f3878-ef81-4917-8b17-3aadc6dda50b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9740 | 2024.08.22 02:22:16.781845 [ 3 ] {fb6f3878-ef81-4917-8b17-3aadc6dda50b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9741 | 2024.08.22 02:22:16.781974 [ 3 ] {fb6f3878-ef81-4917-8b17-3aadc6dda50b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9742 | 2024.08.22 02:22:16.782278 [ 3 ] {fb6f3878-ef81-4917-8b17-3aadc6dda50b} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9743 | 2024.08.22 02:22:16.782313 [ 3 ] {fb6f3878-ef81-4917-8b17-3aadc6dda50b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
9744 | 2024.08.22 02:22:16.782676 [ 3 ] {fb6f3878-ef81-4917-8b17-3aadc6dda50b} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
9745 | 2024.08.22 02:22:16.782999 [ 3 ] {fb6f3878-ef81-4917-8b17-3aadc6dda50b} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9746 | 2024.08.22 02:22:16.783140 [ 3 ] {fb6f3878-ef81-4917-8b17-3aadc6dda50b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001379 sec., 43509.789702683105 rows/sec., 2.93 MiB/sec. | ||
9747 | 2024.08.22 02:22:16.783393 [ 3 ] {fb6f3878-ef81-4917-8b17-3aadc6dda50b} <Debug> DynamicQueryHandler: Done processing query | ||
9748 | 2024.08.22 02:22:16.783447 [ 3 ] {fb6f3878-ef81-4917-8b17-3aadc6dda50b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9749 | 2024.08.22 02:22:16.783501 [ 3 ] {} <Debug> HTTP-Session: ab75cae1-f178-4043-862e-e4dad1b6080e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9750 | 2024.08.22 02:22:21.734139 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 363, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9751 | 2024.08.22 02:22:21.734260 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9752 | 2024.08.22 02:22:21.734289 [ 3 ] {} <Debug> HTTP-Session: ffa9d571-ebb5-4d99-bbd6-163fd1fd457a Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
9753 | 2024.08.22 02:22:21.734317 [ 3 ] {} <Debug> HTTP-Session: ffa9d571-ebb5-4d99-bbd6-163fd1fd457a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9754 | 2024.08.22 02:22:21.734335 [ 3 ] {} <Debug> HTTP-Session: ffa9d571-ebb5-4d99-bbd6-163fd1fd457a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9755 | 2024.08.22 02:22:21.734392 [ 3 ] {} <Trace> HTTP-Session: ffa9d571-ebb5-4d99-bbd6-163fd1fd457a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9756 | 2024.08.22 02:22:21.734594 [ 3 ] {9d168d63-0a16-4b32-85f7-8a98dae52b8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
9757 | 2024.08.22 02:22:21.734671 [ 3 ] {9d168d63-0a16-4b32-85f7-8a98dae52b8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
9758 | 2024.08.22 02:22:21.735055 [ 3 ] {9d168d63-0a16-4b32-85f7-8a98dae52b8a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9759 | 2024.08.22 02:22:21.735498 [ 3 ] {9d168d63-0a16-4b32-85f7-8a98dae52b8a} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9760 | 2024.08.22 02:22:21.735539 [ 3 ] {9d168d63-0a16-4b32-85f7-8a98dae52b8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
9761 | 2024.08.22 02:22:21.735948 [ 3 ] {9d168d63-0a16-4b32-85f7-8a98dae52b8a} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
9762 | 2024.08.22 02:22:21.736321 [ 3 ] {9d168d63-0a16-4b32-85f7-8a98dae52b8a} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9763 | 2024.08.22 02:22:21.736495 [ 3 ] {9d168d63-0a16-4b32-85f7-8a98dae52b8a} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001954 sec., 1023.5414534288639 rows/sec., 83.46 KiB/sec. | ||
9764 | 2024.08.22 02:22:21.736507 [ 170 ] {} <Debug> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
9765 | 2024.08.22 02:22:21.736616 [ 170 ] {} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9766 | 2024.08.22 02:22:21.736674 [ 170 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
9767 | 2024.08.22 02:22:21.736807 [ 3 ] {9d168d63-0a16-4b32-85f7-8a98dae52b8a} <Debug> DynamicQueryHandler: Done processing query | ||
9768 | 2024.08.22 02:22:21.736870 [ 3 ] {9d168d63-0a16-4b32-85f7-8a98dae52b8a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9769 | 2024.08.22 02:22:21.736891 [ 191 ] {cdab0789-df43-4ed0-9b00-f6a2b630ca3d::all_1_20_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_15_3 to all_20_20_0 into Compact with storage Full | ||
9770 | 2024.08.22 02:22:21.736901 [ 3 ] {} <Debug> HTTP-Session: ffa9d571-ebb5-4d99-bbd6-163fd1fd457a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9771 | 2024.08.22 02:22:21.737126 [ 191 ] {cdab0789-df43-4ed0-9b00-f6a2b630ca3d::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9772 | 2024.08.22 02:22:21.737194 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 29106, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9773 | 2024.08.22 02:22:21.737195 [ 191 ] {cdab0789-df43-4ed0-9b00-f6a2b630ca3d::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 16 rows starting from the beginning of the part | ||
9774 | 2024.08.22 02:22:21.737284 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9775 | 2024.08.22 02:22:21.737351 [ 3 ] {} <Debug> HTTP-Session: ce615efc-80d3-4169-8b03-aca70f1568c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
9776 | 2024.08.22 02:22:21.737425 [ 3 ] {} <Debug> HTTP-Session: ce615efc-80d3-4169-8b03-aca70f1568c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9777 | 2024.08.22 02:22:21.737440 [ 191 ] {cdab0789-df43-4ed0-9b00-f6a2b630ca3d::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 2 rows starting from the beginning of the part | ||
9778 | 2024.08.22 02:22:21.737466 [ 3 ] {} <Debug> HTTP-Session: ce615efc-80d3-4169-8b03-aca70f1568c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9779 | 2024.08.22 02:22:21.737592 [ 3 ] {} <Trace> HTTP-Session: ce615efc-80d3-4169-8b03-aca70f1568c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9780 | 2024.08.22 02:22:21.737764 [ 191 ] {cdab0789-df43-4ed0-9b00-f6a2b630ca3d::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 2 rows starting from the beginning of the part | ||
9781 | 2024.08.22 02:22:21.738043 [ 3 ] {283ea2ab-4547-47d8-a368-3308c0a31e2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9782 | 2024.08.22 02:22:21.738120 [ 191 ] {cdab0789-df43-4ed0-9b00-f6a2b630ca3d::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 4 rows starting from the beginning of the part | ||
9783 | 2024.08.22 02:22:21.738181 [ 3 ] {283ea2ab-4547-47d8-a368-3308c0a31e2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9784 | 2024.08.22 02:22:21.738507 [ 191 ] {cdab0789-df43-4ed0-9b00-f6a2b630ca3d::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 4 rows starting from the beginning of the part | ||
9785 | 2024.08.22 02:22:21.738867 [ 191 ] {cdab0789-df43-4ed0-9b00-f6a2b630ca3d::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 2 rows starting from the beginning of the part | ||
9786 | 2024.08.22 02:22:21.739671 [ 3 ] {283ea2ab-4547-47d8-a368-3308c0a31e2e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9787 | 2024.08.22 02:22:21.740850 [ 3 ] {283ea2ab-4547-47d8-a368-3308c0a31e2e} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9788 | 2024.08.22 02:22:21.740930 [ 3 ] {283ea2ab-4547-47d8-a368-3308c0a31e2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
9789 | 2024.08.22 02:22:21.741735 [ 191 ] {cdab0789-df43-4ed0-9b00-f6a2b630ca3d::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.004960581 sec., 6047.678689250311 rows/sec., 516.77 KiB/sec. | ||
9790 | 2024.08.22 02:22:21.741957 [ 191 ] {cdab0789-df43-4ed0-9b00-f6a2b630ca3d::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
9791 | 2024.08.22 02:22:21.742000 [ 3 ] {283ea2ab-4547-47d8-a368-3308c0a31e2e} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
9792 | 2024.08.22 02:22:21.743257 [ 191 ] {cdab0789-df43-4ed0-9b00-f6a2b630ca3d::all_1_20_4} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9793 | 2024.08.22 02:22:21.743309 [ 3 ] {283ea2ab-4547-47d8-a368-3308c0a31e2e} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9794 | 2024.08.22 02:22:21.743443 [ 191 ] {cdab0789-df43-4ed0-9b00-f6a2b630ca3d::all_1_20_4} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
9795 | 2024.08.22 02:22:21.743631 [ 3 ] {283ea2ab-4547-47d8-a368-3308c0a31e2e} <Debug> executeQuery: Read 194 rows, 17.32 KiB in 0.005782 sec., 33552.40401245244 rows/sec., 2.92 MiB/sec. | ||
9796 | 2024.08.22 02:22:21.743709 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
9797 | 2024.08.22 02:22:21.743959 [ 3 ] {283ea2ab-4547-47d8-a368-3308c0a31e2e} <Debug> DynamicQueryHandler: Done processing query | ||
9798 | 2024.08.22 02:22:21.743988 [ 3 ] {283ea2ab-4547-47d8-a368-3308c0a31e2e} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
9799 | 2024.08.22 02:22:21.744005 [ 3 ] {} <Debug> HTTP-Session: ce615efc-80d3-4169-8b03-aca70f1568c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9800 | 2024.08.22 02:22:21.744208 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 613, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9801 | 2024.08.22 02:22:21.744258 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9802 | 2024.08.22 02:22:21.744277 [ 3 ] {} <Debug> HTTP-Session: b0dd476a-7317-4f75-9744-7eab3c0c4755 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
9803 | 2024.08.22 02:22:21.744294 [ 3 ] {} <Debug> HTTP-Session: b0dd476a-7317-4f75-9744-7eab3c0c4755 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9804 | 2024.08.22 02:22:21.744308 [ 3 ] {} <Debug> HTTP-Session: b0dd476a-7317-4f75-9744-7eab3c0c4755 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9805 | 2024.08.22 02:22:21.744340 [ 3 ] {} <Trace> HTTP-Session: b0dd476a-7317-4f75-9744-7eab3c0c4755 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9806 | 2024.08.22 02:22:21.744437 [ 3 ] {56da0ba0-849c-45c5-bde4-d94565b92a21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
9807 | 2024.08.22 02:22:21.744482 [ 3 ] {56da0ba0-849c-45c5-bde4-d94565b92a21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9808 | 2024.08.22 02:22:21.744731 [ 3 ] {56da0ba0-849c-45c5-bde4-d94565b92a21} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9809 | 2024.08.22 02:22:21.745043 [ 3 ] {56da0ba0-849c-45c5-bde4-d94565b92a21} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9810 | 2024.08.22 02:22:21.745080 [ 3 ] {56da0ba0-849c-45c5-bde4-d94565b92a21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
9811 | 2024.08.22 02:22:21.745431 [ 3 ] {56da0ba0-849c-45c5-bde4-d94565b92a21} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
9812 | 2024.08.22 02:22:21.745796 [ 3 ] {56da0ba0-849c-45c5-bde4-d94565b92a21} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9813 | 2024.08.22 02:22:21.745956 [ 3 ] {56da0ba0-849c-45c5-bde4-d94565b92a21} <Debug> executeQuery: Read 4 rows, 297.00 B in 0.00154 sec., 2597.4025974025976 rows/sec., 188.34 KiB/sec. | ||
9814 | 2024.08.22 02:22:21.746133 [ 3 ] {56da0ba0-849c-45c5-bde4-d94565b92a21} <Debug> DynamicQueryHandler: Done processing query | ||
9815 | 2024.08.22 02:22:21.746156 [ 3 ] {56da0ba0-849c-45c5-bde4-d94565b92a21} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9816 | 2024.08.22 02:22:21.746173 [ 3 ] {} <Debug> HTTP-Session: b0dd476a-7317-4f75-9744-7eab3c0c4755 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9817 | 2024.08.22 02:22:21.746293 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9818 | 2024.08.22 02:22:21.746342 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9819 | 2024.08.22 02:22:21.746363 [ 3 ] {} <Debug> HTTP-Session: d0ffc8c4-6b45-4c80-aaca-758ac9b341c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
9820 | 2024.08.22 02:22:21.746379 [ 3 ] {} <Debug> HTTP-Session: d0ffc8c4-6b45-4c80-aaca-758ac9b341c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9821 | 2024.08.22 02:22:21.746392 [ 3 ] {} <Debug> HTTP-Session: d0ffc8c4-6b45-4c80-aaca-758ac9b341c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9822 | 2024.08.22 02:22:21.746424 [ 3 ] {} <Trace> HTTP-Session: d0ffc8c4-6b45-4c80-aaca-758ac9b341c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9823 | 2024.08.22 02:22:21.746524 [ 3 ] {f950a37f-2d59-4da5-b339-6aea1ef78256} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
9824 | 2024.08.22 02:22:21.746570 [ 3 ] {f950a37f-2d59-4da5-b339-6aea1ef78256} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
9825 | 2024.08.22 02:22:21.746794 [ 3 ] {f950a37f-2d59-4da5-b339-6aea1ef78256} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9826 | 2024.08.22 02:22:21.747169 [ 3 ] {f950a37f-2d59-4da5-b339-6aea1ef78256} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9827 | 2024.08.22 02:22:21.747222 [ 3 ] {f950a37f-2d59-4da5-b339-6aea1ef78256} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
9828 | 2024.08.22 02:22:21.747599 [ 3 ] {f950a37f-2d59-4da5-b339-6aea1ef78256} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
9829 | 2024.08.22 02:22:21.747934 [ 3 ] {f950a37f-2d59-4da5-b339-6aea1ef78256} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9830 | 2024.08.22 02:22:21.748084 [ 170 ] {} <Debug> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
9831 | 2024.08.22 02:22:21.748092 [ 3 ] {f950a37f-2d59-4da5-b339-6aea1ef78256} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001612 sec., 8684.863523573202 rows/sec., 608.23 KiB/sec. | ||
9832 | 2024.08.22 02:22:21.748138 [ 170 ] {} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9833 | 2024.08.22 02:22:21.748201 [ 170 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
9834 | 2024.08.22 02:22:21.748385 [ 3 ] {f950a37f-2d59-4da5-b339-6aea1ef78256} <Debug> DynamicQueryHandler: Done processing query | ||
9835 | 2024.08.22 02:22:21.748409 [ 193 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::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 | ||
9836 | 2024.08.22 02:22:21.748418 [ 3 ] {f950a37f-2d59-4da5-b339-6aea1ef78256} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9837 | 2024.08.22 02:22:21.748496 [ 3 ] {} <Debug> HTTP-Session: d0ffc8c4-6b45-4c80-aaca-758ac9b341c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9838 | 2024.08.22 02:22:21.748725 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9839 | 2024.08.22 02:22:21.748780 [ 193 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9840 | 2024.08.22 02:22:21.748805 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9841 | 2024.08.22 02:22:21.748847 [ 3 ] {} <Debug> HTTP-Session: 9e3ecf02-4604-4780-9517-bf6b29820af5 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
9842 | 2024.08.22 02:22:21.748854 [ 193 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 243 rows starting from the beginning of the part | ||
9843 | 2024.08.22 02:22:21.748872 [ 3 ] {} <Debug> HTTP-Session: 9e3ecf02-4604-4780-9517-bf6b29820af5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9844 | 2024.08.22 02:22:21.748918 [ 3 ] {} <Debug> HTTP-Session: 9e3ecf02-4604-4780-9517-bf6b29820af5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9845 | 2024.08.22 02:22:21.749062 [ 3 ] {} <Trace> HTTP-Session: 9e3ecf02-4604-4780-9517-bf6b29820af5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9846 | 2024.08.22 02:22:21.749156 [ 193 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 14 rows starting from the beginning of the part | ||
9847 | 2024.08.22 02:22:21.749447 [ 193 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 14 rows starting from the beginning of the part | ||
9848 | 2024.08.22 02:22:21.749465 [ 3 ] {f66d2424-2ee9-4283-b9bb-4c7f3be9ca5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
9849 | 2024.08.22 02:22:21.749622 [ 3 ] {f66d2424-2ee9-4283-b9bb-4c7f3be9ca5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
9850 | 2024.08.22 02:22:21.749696 [ 193 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 14 rows starting from the beginning of the part | ||
9851 | 2024.08.22 02:22:21.750046 [ 193 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 228 rows starting from the beginning of the part | ||
9852 | 2024.08.22 02:22:21.750303 [ 193 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 14 rows starting from the beginning of the part | ||
9853 | 2024.08.22 02:22:21.750997 [ 3 ] {f66d2424-2ee9-4283-b9bb-4c7f3be9ca5f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9854 | 2024.08.22 02:22:21.751826 [ 3 ] {f66d2424-2ee9-4283-b9bb-4c7f3be9ca5f} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9855 | 2024.08.22 02:22:21.751883 [ 3 ] {f66d2424-2ee9-4283-b9bb-4c7f3be9ca5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
9856 | 2024.08.22 02:22:21.752898 [ 3 ] {f66d2424-2ee9-4283-b9bb-4c7f3be9ca5f} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
9857 | 2024.08.22 02:22:21.753432 [ 192 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 527 rows, containing 5 columns (5 merged, 0 gathered) in 0.005079521 sec., 103749.94020105439 rows/sec., 7.05 MiB/sec. | ||
9858 | 2024.08.22 02:22:21.753599 [ 192 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
9859 | 2024.08.22 02:22:21.753704 [ 3 ] {f66d2424-2ee9-4283-b9bb-4c7f3be9ca5f} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9860 | 2024.08.22 02:22:21.753975 [ 3 ] {f66d2424-2ee9-4283-b9bb-4c7f3be9ca5f} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.004696 sec., 1277.6831345826236 rows/sec., 75.49 KiB/sec. | ||
9861 | 2024.08.22 02:22:21.754286 [ 3 ] {f66d2424-2ee9-4283-b9bb-4c7f3be9ca5f} <Debug> DynamicQueryHandler: Done processing query | ||
9862 | 2024.08.22 02:22:21.754314 [ 3 ] {f66d2424-2ee9-4283-b9bb-4c7f3be9ca5f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9863 | 2024.08.22 02:22:21.754334 [ 3 ] {} <Debug> HTTP-Session: 9e3ecf02-4604-4780-9517-bf6b29820af5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9864 | 2024.08.22 02:22:21.754385 [ 192 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_31_6} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9865 | 2024.08.22 02:22:21.754467 [ 192 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_31_6} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
9866 | 2024.08.22 02:22:21.754524 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 62443, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9867 | 2024.08.22 02:22:21.754585 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
9868 | 2024.08.22 02:22:21.754593 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9869 | 2024.08.22 02:22:21.754630 [ 3 ] {} <Debug> HTTP-Session: 551914ea-986b-4b25-bcad-2da38f19525b Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
9870 | 2024.08.22 02:22:21.754649 [ 3 ] {} <Debug> HTTP-Session: 551914ea-986b-4b25-bcad-2da38f19525b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9871 | 2024.08.22 02:22:21.754663 [ 3 ] {} <Debug> HTTP-Session: 551914ea-986b-4b25-bcad-2da38f19525b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9872 | 2024.08.22 02:22:21.754693 [ 3 ] {} <Trace> HTTP-Session: 551914ea-986b-4b25-bcad-2da38f19525b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9873 | 2024.08.22 02:22:21.754902 [ 3 ] {00bf6b8b-a54b-4cb2-9283-502534506af0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9874 | 2024.08.22 02:22:21.754945 [ 3 ] {00bf6b8b-a54b-4cb2-9283-502534506af0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9875 | 2024.08.22 02:22:21.755174 [ 3 ] {00bf6b8b-a54b-4cb2-9283-502534506af0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9876 | 2024.08.22 02:22:21.755682 [ 3 ] {00bf6b8b-a54b-4cb2-9283-502534506af0} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9877 | 2024.08.22 02:22:21.755719 [ 3 ] {00bf6b8b-a54b-4cb2-9283-502534506af0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
9878 | 2024.08.22 02:22:21.756084 [ 3 ] {00bf6b8b-a54b-4cb2-9283-502534506af0} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
9879 | 2024.08.22 02:22:21.756435 [ 3 ] {00bf6b8b-a54b-4cb2-9283-502534506af0} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9880 | 2024.08.22 02:22:21.756601 [ 3 ] {00bf6b8b-a54b-4cb2-9283-502534506af0} <Debug> executeQuery: Read 386 rows, 28.00 KiB in 0.001798 sec., 214682.98109010013 rows/sec., 15.21 MiB/sec. | ||
9881 | 2024.08.22 02:22:21.756885 [ 3 ] {00bf6b8b-a54b-4cb2-9283-502534506af0} <Debug> DynamicQueryHandler: Done processing query | ||
9882 | 2024.08.22 02:22:21.756941 [ 3 ] {00bf6b8b-a54b-4cb2-9283-502534506af0} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
9883 | 2024.08.22 02:22:21.757005 [ 3 ] {} <Debug> HTTP-Session: 551914ea-986b-4b25-bcad-2da38f19525b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9884 | 2024.08.22 02:22:21.757260 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9885 | 2024.08.22 02:22:21.757311 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9886 | 2024.08.22 02:22:21.757330 [ 3 ] {} <Debug> HTTP-Session: f9b9a4b8-75b3-4f56-b74e-26d27654b40a Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
9887 | 2024.08.22 02:22:21.757347 [ 3 ] {} <Debug> HTTP-Session: f9b9a4b8-75b3-4f56-b74e-26d27654b40a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9888 | 2024.08.22 02:22:21.757361 [ 3 ] {} <Debug> HTTP-Session: f9b9a4b8-75b3-4f56-b74e-26d27654b40a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9889 | 2024.08.22 02:22:21.757393 [ 3 ] {} <Trace> HTTP-Session: f9b9a4b8-75b3-4f56-b74e-26d27654b40a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9890 | 2024.08.22 02:22:21.757491 [ 3 ] {aa78eff3-69a8-44c4-a6e0-60a2c340d3c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
9891 | 2024.08.22 02:22:21.757537 [ 3 ] {aa78eff3-69a8-44c4-a6e0-60a2c340d3c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
9892 | 2024.08.22 02:22:21.757685 [ 3 ] {aa78eff3-69a8-44c4-a6e0-60a2c340d3c1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9893 | 2024.08.22 02:22:21.757925 [ 3 ] {aa78eff3-69a8-44c4-a6e0-60a2c340d3c1} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9894 | 2024.08.22 02:22:21.757959 [ 3 ] {aa78eff3-69a8-44c4-a6e0-60a2c340d3c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
9895 | 2024.08.22 02:22:21.758309 [ 3 ] {aa78eff3-69a8-44c4-a6e0-60a2c340d3c1} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
9896 | 2024.08.22 02:22:21.758626 [ 3 ] {aa78eff3-69a8-44c4-a6e0-60a2c340d3c1} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9897 | 2024.08.22 02:22:21.758776 [ 3 ] {aa78eff3-69a8-44c4-a6e0-60a2c340d3c1} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001307 sec., 4590.665646518745 rows/sec., 239.84 KiB/sec. | ||
9898 | 2024.08.22 02:22:21.758972 [ 3 ] {aa78eff3-69a8-44c4-a6e0-60a2c340d3c1} <Debug> DynamicQueryHandler: Done processing query | ||
9899 | 2024.08.22 02:22:21.758996 [ 3 ] {aa78eff3-69a8-44c4-a6e0-60a2c340d3c1} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
9900 | 2024.08.22 02:22:21.759011 [ 3 ] {} <Debug> HTTP-Session: f9b9a4b8-75b3-4f56-b74e-26d27654b40a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9901 | 2024.08.22 02:22:21.759153 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 44791, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9902 | 2024.08.22 02:22:21.759200 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9903 | 2024.08.22 02:22:21.759218 [ 3 ] {} <Debug> HTTP-Session: c078311b-fe8e-4aa9-a93c-22b342db3943 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
9904 | 2024.08.22 02:22:21.759234 [ 3 ] {} <Debug> HTTP-Session: c078311b-fe8e-4aa9-a93c-22b342db3943 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9905 | 2024.08.22 02:22:21.759248 [ 3 ] {} <Debug> HTTP-Session: c078311b-fe8e-4aa9-a93c-22b342db3943 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9906 | 2024.08.22 02:22:21.759278 [ 3 ] {} <Trace> HTTP-Session: c078311b-fe8e-4aa9-a93c-22b342db3943 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9907 | 2024.08.22 02:22:21.759447 [ 3 ] {4d5ba000-1838-4579-aaa4-9ec1493eda86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9908 | 2024.08.22 02:22:21.759492 [ 3 ] {4d5ba000-1838-4579-aaa4-9ec1493eda86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9909 | 2024.08.22 02:22:21.759633 [ 3 ] {4d5ba000-1838-4579-aaa4-9ec1493eda86} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9910 | 2024.08.22 02:22:21.760026 [ 3 ] {4d5ba000-1838-4579-aaa4-9ec1493eda86} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9911 | 2024.08.22 02:22:21.760061 [ 3 ] {4d5ba000-1838-4579-aaa4-9ec1493eda86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
9912 | 2024.08.22 02:22:21.760431 [ 3 ] {4d5ba000-1838-4579-aaa4-9ec1493eda86} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
9913 | 2024.08.22 02:22:21.760782 [ 3 ] {4d5ba000-1838-4579-aaa4-9ec1493eda86} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9914 | 2024.08.22 02:22:21.760930 [ 3 ] {4d5ba000-1838-4579-aaa4-9ec1493eda86} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001566 sec., 151979.56577266924 rows/sec., 10.19 MiB/sec. | ||
9915 | 2024.08.22 02:22:21.761248 [ 3 ] {4d5ba000-1838-4579-aaa4-9ec1493eda86} <Debug> DynamicQueryHandler: Done processing query | ||
9916 | 2024.08.22 02:22:21.761301 [ 3 ] {4d5ba000-1838-4579-aaa4-9ec1493eda86} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
9917 | 2024.08.22 02:22:21.761321 [ 3 ] {} <Debug> HTTP-Session: c078311b-fe8e-4aa9-a93c-22b342db3943 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9918 | 2024.08.22 02:22:21.761510 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9919 | 2024.08.22 02:22:21.761559 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9920 | 2024.08.22 02:22:21.761579 [ 3 ] {} <Debug> HTTP-Session: d6a7e46b-bf08-4313-8d3e-4dca535eb40e Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
9921 | 2024.08.22 02:22:21.761596 [ 3 ] {} <Debug> HTTP-Session: d6a7e46b-bf08-4313-8d3e-4dca535eb40e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9922 | 2024.08.22 02:22:21.761610 [ 3 ] {} <Debug> HTTP-Session: d6a7e46b-bf08-4313-8d3e-4dca535eb40e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9923 | 2024.08.22 02:22:21.761641 [ 3 ] {} <Trace> HTTP-Session: d6a7e46b-bf08-4313-8d3e-4dca535eb40e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9924 | 2024.08.22 02:22:21.761766 [ 3 ] {eb03e66d-0c81-4af5-92c0-9c8c8a40054a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
9925 | 2024.08.22 02:22:21.761814 [ 3 ] {eb03e66d-0c81-4af5-92c0-9c8c8a40054a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
9926 | 2024.08.22 02:22:21.761970 [ 3 ] {eb03e66d-0c81-4af5-92c0-9c8c8a40054a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9927 | 2024.08.22 02:22:21.762277 [ 3 ] {eb03e66d-0c81-4af5-92c0-9c8c8a40054a} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9928 | 2024.08.22 02:22:21.762313 [ 3 ] {eb03e66d-0c81-4af5-92c0-9c8c8a40054a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
9929 | 2024.08.22 02:22:21.762664 [ 3 ] {eb03e66d-0c81-4af5-92c0-9c8c8a40054a} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
9930 | 2024.08.22 02:22:21.762996 [ 3 ] {eb03e66d-0c81-4af5-92c0-9c8c8a40054a} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9931 | 2024.08.22 02:22:21.763200 [ 3 ] {eb03e66d-0c81-4af5-92c0-9c8c8a40054a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001451 sec., 689.1798759476223 rows/sec., 46.44 KiB/sec. | ||
9932 | 2024.08.22 02:22:21.763403 [ 3 ] {eb03e66d-0c81-4af5-92c0-9c8c8a40054a} <Debug> DynamicQueryHandler: Done processing query | ||
9933 | 2024.08.22 02:22:21.763432 [ 3 ] {eb03e66d-0c81-4af5-92c0-9c8c8a40054a} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
9934 | 2024.08.22 02:22:21.763451 [ 3 ] {} <Debug> HTTP-Session: d6a7e46b-bf08-4313-8d3e-4dca535eb40e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9935 | 2024.08.22 02:22:21.763574 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 3288, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9936 | 2024.08.22 02:22:21.763639 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9937 | 2024.08.22 02:22:21.763668 [ 3 ] {} <Debug> HTTP-Session: a1ae7dd7-3b25-475b-8111-d46661eee727 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
9938 | 2024.08.22 02:22:21.763694 [ 3 ] {} <Debug> HTTP-Session: a1ae7dd7-3b25-475b-8111-d46661eee727 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9939 | 2024.08.22 02:22:21.763717 [ 3 ] {} <Debug> HTTP-Session: a1ae7dd7-3b25-475b-8111-d46661eee727 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9940 | 2024.08.22 02:22:21.763766 [ 3 ] {} <Trace> HTTP-Session: a1ae7dd7-3b25-475b-8111-d46661eee727 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9941 | 2024.08.22 02:22:21.763911 [ 3 ] {2ba0cf4b-9102-4cba-a957-a18b139ab12a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9942 | 2024.08.22 02:22:21.763991 [ 3 ] {2ba0cf4b-9102-4cba-a957-a18b139ab12a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
9943 | 2024.08.22 02:22:21.764518 [ 3 ] {2ba0cf4b-9102-4cba-a957-a18b139ab12a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9944 | 2024.08.22 02:22:21.765029 [ 3 ] {2ba0cf4b-9102-4cba-a957-a18b139ab12a} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9945 | 2024.08.22 02:22:21.765073 [ 3 ] {2ba0cf4b-9102-4cba-a957-a18b139ab12a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
9946 | 2024.08.22 02:22:21.765747 [ 3 ] {2ba0cf4b-9102-4cba-a957-a18b139ab12a} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
9947 | 2024.08.22 02:22:21.766264 [ 3 ] {2ba0cf4b-9102-4cba-a957-a18b139ab12a} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9948 | 2024.08.22 02:22:21.766461 [ 3 ] {2ba0cf4b-9102-4cba-a957-a18b139ab12a} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.002598 sec., 769.8229407236336 rows/sec., 1.38 MiB/sec. | ||
9949 | 2024.08.22 02:22:21.766676 [ 3 ] {2ba0cf4b-9102-4cba-a957-a18b139ab12a} <Debug> DynamicQueryHandler: Done processing query | ||
9950 | 2024.08.22 02:22:21.766704 [ 3 ] {2ba0cf4b-9102-4cba-a957-a18b139ab12a} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
9951 | 2024.08.22 02:22:21.766724 [ 3 ] {} <Debug> HTTP-Session: a1ae7dd7-3b25-475b-8111-d46661eee727 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9952 | 2024.08.22 02:22:21.766860 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 12133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9953 | 2024.08.22 02:22:21.766911 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9954 | 2024.08.22 02:22:21.766931 [ 3 ] {} <Debug> HTTP-Session: c061d101-baa3-4704-b347-1829ef4bffa0 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
9955 | 2024.08.22 02:22:21.766950 [ 3 ] {} <Debug> HTTP-Session: c061d101-baa3-4704-b347-1829ef4bffa0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9956 | 2024.08.22 02:22:21.766965 [ 3 ] {} <Debug> HTTP-Session: c061d101-baa3-4704-b347-1829ef4bffa0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9957 | 2024.08.22 02:22:21.766996 [ 3 ] {} <Trace> HTTP-Session: c061d101-baa3-4704-b347-1829ef4bffa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9958 | 2024.08.22 02:22:21.767139 [ 3 ] {ff191e8b-f9f1-46a2-b852-d610bef0bb81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9959 | 2024.08.22 02:22:21.767193 [ 3 ] {ff191e8b-f9f1-46a2-b852-d610bef0bb81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9960 | 2024.08.22 02:22:21.767334 [ 3 ] {ff191e8b-f9f1-46a2-b852-d610bef0bb81} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9961 | 2024.08.22 02:22:21.767669 [ 3 ] {ff191e8b-f9f1-46a2-b852-d610bef0bb81} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9962 | 2024.08.22 02:22:21.767710 [ 3 ] {ff191e8b-f9f1-46a2-b852-d610bef0bb81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
9963 | 2024.08.22 02:22:21.768095 [ 3 ] {ff191e8b-f9f1-46a2-b852-d610bef0bb81} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
9964 | 2024.08.22 02:22:21.768454 [ 3 ] {ff191e8b-f9f1-46a2-b852-d610bef0bb81} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9965 | 2024.08.22 02:22:21.768616 [ 3 ] {ff191e8b-f9f1-46a2-b852-d610bef0bb81} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001528 sec., 53664.92146596858 rows/sec., 3.41 MiB/sec. | ||
9966 | 2024.08.22 02:22:21.768803 [ 3 ] {ff191e8b-f9f1-46a2-b852-d610bef0bb81} <Debug> DynamicQueryHandler: Done processing query | ||
9967 | 2024.08.22 02:22:21.768826 [ 3 ] {ff191e8b-f9f1-46a2-b852-d610bef0bb81} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9968 | 2024.08.22 02:22:21.768843 [ 3 ] {} <Debug> HTTP-Session: c061d101-baa3-4704-b347-1829ef4bffa0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9969 | 2024.08.22 02:22:26.730929 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9970 | 2024.08.22 02:22:26.731044 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9971 | 2024.08.22 02:22:26.731069 [ 3 ] {} <Debug> HTTP-Session: bbec951c-5eb7-4bde-aa2f-e940c2520a50 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
9972 | 2024.08.22 02:22:26.731094 [ 3 ] {} <Debug> HTTP-Session: bbec951c-5eb7-4bde-aa2f-e940c2520a50 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9973 | 2024.08.22 02:22:26.731110 [ 3 ] {} <Debug> HTTP-Session: bbec951c-5eb7-4bde-aa2f-e940c2520a50 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9974 | 2024.08.22 02:22:26.731166 [ 3 ] {} <Trace> HTTP-Session: bbec951c-5eb7-4bde-aa2f-e940c2520a50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9975 | 2024.08.22 02:22:26.731341 [ 3 ] {daeb21c9-05da-4739-bb18-920c4e9e84e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
9976 | 2024.08.22 02:22:26.731410 [ 3 ] {daeb21c9-05da-4739-bb18-920c4e9e84e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
9977 | 2024.08.22 02:22:26.731748 [ 3 ] {daeb21c9-05da-4739-bb18-920c4e9e84e3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9978 | 2024.08.22 02:22:26.732161 [ 3 ] {daeb21c9-05da-4739-bb18-920c4e9e84e3} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9979 | 2024.08.22 02:22:26.732204 [ 3 ] {daeb21c9-05da-4739-bb18-920c4e9e84e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
9980 | 2024.08.22 02:22:26.732614 [ 3 ] {daeb21c9-05da-4739-bb18-920c4e9e84e3} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
9981 | 2024.08.22 02:22:26.732999 [ 3 ] {daeb21c9-05da-4739-bb18-920c4e9e84e3} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9982 | 2024.08.22 02:22:26.733145 [ 3 ] {daeb21c9-05da-4739-bb18-920c4e9e84e3} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001856 sec., 1077.5862068965516 rows/sec., 87.87 KiB/sec. | ||
9983 | 2024.08.22 02:22:26.733459 [ 3 ] {daeb21c9-05da-4739-bb18-920c4e9e84e3} <Debug> DynamicQueryHandler: Done processing query | ||
9984 | 2024.08.22 02:22:26.733491 [ 3 ] {daeb21c9-05da-4739-bb18-920c4e9e84e3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9985 | 2024.08.22 02:22:26.733508 [ 3 ] {} <Debug> HTTP-Session: bbec951c-5eb7-4bde-aa2f-e940c2520a50 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9986 | 2024.08.22 02:22:26.733709 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 16586, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9987 | 2024.08.22 02:22:26.733760 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9988 | 2024.08.22 02:22:26.733780 [ 3 ] {} <Debug> HTTP-Session: a9db200c-caf5-4e32-9fa7-f79393b56b73 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
9989 | 2024.08.22 02:22:26.733797 [ 3 ] {} <Debug> HTTP-Session: a9db200c-caf5-4e32-9fa7-f79393b56b73 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9990 | 2024.08.22 02:22:26.733811 [ 3 ] {} <Debug> HTTP-Session: a9db200c-caf5-4e32-9fa7-f79393b56b73 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9991 | 2024.08.22 02:22:26.733842 [ 3 ] {} <Trace> HTTP-Session: a9db200c-caf5-4e32-9fa7-f79393b56b73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9992 | 2024.08.22 02:22:26.733973 [ 3 ] {8ffa3e78-07e7-4956-9623-87ee1e37988a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9993 | 2024.08.22 02:22:26.734018 [ 3 ] {8ffa3e78-07e7-4956-9623-87ee1e37988a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9994 | 2024.08.22 02:22:26.734265 [ 3 ] {8ffa3e78-07e7-4956-9623-87ee1e37988a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9995 | 2024.08.22 02:22:26.734681 [ 3 ] {8ffa3e78-07e7-4956-9623-87ee1e37988a} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9996 | 2024.08.22 02:22:26.734720 [ 3 ] {8ffa3e78-07e7-4956-9623-87ee1e37988a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
9997 | 2024.08.22 02:22:26.735098 [ 3 ] {8ffa3e78-07e7-4956-9623-87ee1e37988a} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
9998 | 2024.08.22 02:22:26.735463 [ 3 ] {8ffa3e78-07e7-4956-9623-87ee1e37988a} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9999 | 2024.08.22 02:22:26.735610 [ 3 ] {8ffa3e78-07e7-4956-9623-87ee1e37988a} <Debug> executeQuery: Read 113 rows, 9.70 KiB in 0.001684 sec., 67102.1377672209 rows/sec., 5.63 MiB/sec. | ||
10000 | 2024.08.22 02:22:26.735643 [ 25 ] {} <Debug> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
10001 | 2024.08.22 02:22:26.735760 [ 25 ] {} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10002 | 2024.08.22 02:22:26.735799 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
10003 | 2024.08.22 02:22:26.735894 [ 3 ] {8ffa3e78-07e7-4956-9623-87ee1e37988a} <Debug> DynamicQueryHandler: Done processing query | ||
10004 | 2024.08.22 02:22:26.735969 [ 3 ] {8ffa3e78-07e7-4956-9623-87ee1e37988a} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
10005 | 2024.08.22 02:22:26.736059 [ 3 ] {} <Debug> HTTP-Session: a9db200c-caf5-4e32-9fa7-f79393b56b73 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10006 | 2024.08.22 02:22:26.736155 [ 193 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::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 | ||
10007 | 2024.08.22 02:22:26.736291 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 4346, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10008 | 2024.08.22 02:22:26.736457 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10009 | 2024.08.22 02:22:26.736566 [ 3 ] {} <Debug> HTTP-Session: 35ecd277-8d47-4ad8-920c-ef58a87fa7d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
10010 | 2024.08.22 02:22:26.736642 [ 3 ] {} <Debug> HTTP-Session: 35ecd277-8d47-4ad8-920c-ef58a87fa7d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10011 | 2024.08.22 02:22:26.736719 [ 3 ] {} <Debug> HTTP-Session: 35ecd277-8d47-4ad8-920c-ef58a87fa7d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10012 | 2024.08.22 02:22:26.736841 [ 3 ] {} <Trace> HTTP-Session: 35ecd277-8d47-4ad8-920c-ef58a87fa7d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10013 | 2024.08.22 02:22:26.736978 [ 193 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10014 | 2024.08.22 02:22:26.737074 [ 193 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1398 rows starting from the beginning of the part | ||
10015 | 2024.08.22 02:22:26.737109 [ 3 ] {5f977327-4ce7-4342-b024-7e06aa4c8cc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
10016 | 2024.08.22 02:22:26.737242 [ 3 ] {5f977327-4ce7-4342-b024-7e06aa4c8cc2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10017 | 2024.08.22 02:22:26.737279 [ 193 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 112 rows starting from the beginning of the part | ||
10018 | 2024.08.22 02:22:26.737565 [ 193 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 195 rows starting from the beginning of the part | ||
10019 | 2024.08.22 02:22:26.738035 [ 193 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 1254 rows starting from the beginning of the part | ||
10020 | 2024.08.22 02:22:26.738315 [ 193 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 194 rows starting from the beginning of the part | ||
10021 | 2024.08.22 02:22:26.738716 [ 193 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 113 rows starting from the beginning of the part | ||
10022 | 2024.08.22 02:22:26.739300 [ 3 ] {5f977327-4ce7-4342-b024-7e06aa4c8cc2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10023 | 2024.08.22 02:22:26.740168 [ 3 ] {5f977327-4ce7-4342-b024-7e06aa4c8cc2} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10024 | 2024.08.22 02:22:26.740216 [ 3 ] {5f977327-4ce7-4342-b024-7e06aa4c8cc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
10025 | 2024.08.22 02:22:26.741149 [ 3 ] {5f977327-4ce7-4342-b024-7e06aa4c8cc2} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
10026 | 2024.08.22 02:22:26.741694 [ 3 ] {5f977327-4ce7-4342-b024-7e06aa4c8cc2} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10027 | 2024.08.22 02:22:26.741975 [ 3 ] {5f977327-4ce7-4342-b024-7e06aa4c8cc2} <Debug> executeQuery: Read 30 rows, 2.25 KiB in 0.004918 sec., 6100.04066693778 rows/sec., 456.51 KiB/sec. | ||
10028 | 2024.08.22 02:22:26.742550 [ 193 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3266 rows, containing 5 columns (5 merged, 0 gathered) in 0.006668008 sec., 489801.4519478681 rows/sec., 42.76 MiB/sec. | ||
10029 | 2024.08.22 02:22:26.742602 [ 3 ] {5f977327-4ce7-4342-b024-7e06aa4c8cc2} <Debug> DynamicQueryHandler: Done processing query | ||
10030 | 2024.08.22 02:22:26.742637 [ 3 ] {5f977327-4ce7-4342-b024-7e06aa4c8cc2} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
10031 | 2024.08.22 02:22:26.742655 [ 3 ] {} <Debug> HTTP-Session: 35ecd277-8d47-4ad8-920c-ef58a87fa7d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10032 | 2024.08.22 02:22:26.742799 [ 193 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
10033 | 2024.08.22 02:22:26.742828 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 15964, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10034 | 2024.08.22 02:22:26.742914 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10035 | 2024.08.22 02:22:26.742954 [ 3 ] {} <Debug> HTTP-Session: c8f0c26e-e00d-4331-aca9-3999287f9b3f Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
10036 | 2024.08.22 02:22:26.742990 [ 3 ] {} <Debug> HTTP-Session: c8f0c26e-e00d-4331-aca9-3999287f9b3f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10037 | 2024.08.22 02:22:26.743018 [ 3 ] {} <Debug> HTTP-Session: c8f0c26e-e00d-4331-aca9-3999287f9b3f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10038 | 2024.08.22 02:22:26.743101 [ 3 ] {} <Trace> HTTP-Session: c8f0c26e-e00d-4331-aca9-3999287f9b3f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10039 | 2024.08.22 02:22:26.743436 [ 3 ] {89351118-8fe2-4822-bcc6-befe3bbf8990} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10040 | 2024.08.22 02:22:26.743510 [ 3 ] {89351118-8fe2-4822-bcc6-befe3bbf8990} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10041 | 2024.08.22 02:22:26.743669 [ 193 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_51_10} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10042 | 2024.08.22 02:22:26.743864 [ 193 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_51_10} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
10043 | 2024.08.22 02:22:26.744052 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB. | ||
10044 | 2024.08.22 02:22:26.744113 [ 3 ] {89351118-8fe2-4822-bcc6-befe3bbf8990} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10045 | 2024.08.22 02:22:26.744523 [ 3 ] {89351118-8fe2-4822-bcc6-befe3bbf8990} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10046 | 2024.08.22 02:22:26.744562 [ 3 ] {89351118-8fe2-4822-bcc6-befe3bbf8990} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
10047 | 2024.08.22 02:22:26.744951 [ 3 ] {89351118-8fe2-4822-bcc6-befe3bbf8990} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
10048 | 2024.08.22 02:22:26.745322 [ 3 ] {89351118-8fe2-4822-bcc6-befe3bbf8990} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10049 | 2024.08.22 02:22:26.745486 [ 25 ] {} <Debug> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
10050 | 2024.08.22 02:22:26.745494 [ 3 ] {89351118-8fe2-4822-bcc6-befe3bbf8990} <Debug> executeQuery: Read 94 rows, 7.52 KiB in 0.002165 sec., 43418.01385681293 rows/sec., 3.39 MiB/sec. | ||
10051 | 2024.08.22 02:22:26.745543 [ 25 ] {} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10052 | 2024.08.22 02:22:26.745609 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
10053 | 2024.08.22 02:22:26.745841 [ 198 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::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 | ||
10054 | 2024.08.22 02:22:26.745906 [ 3 ] {89351118-8fe2-4822-bcc6-befe3bbf8990} <Debug> DynamicQueryHandler: Done processing query | ||
10055 | 2024.08.22 02:22:26.745960 [ 3 ] {89351118-8fe2-4822-bcc6-befe3bbf8990} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
10056 | 2024.08.22 02:22:26.746001 [ 3 ] {} <Debug> HTTP-Session: c8f0c26e-e00d-4331-aca9-3999287f9b3f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10057 | 2024.08.22 02:22:26.746103 [ 198 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10058 | 2024.08.22 02:22:26.746142 [ 198 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 902 rows starting from the beginning of the part | ||
10059 | 2024.08.22 02:22:26.746312 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 30783, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10060 | 2024.08.22 02:22:26.746345 [ 198 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 92 rows starting from the beginning of the part | ||
10061 | 2024.08.22 02:22:26.746475 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10062 | 2024.08.22 02:22:26.746590 [ 3 ] {} <Debug> HTTP-Session: 6b77e9e6-8f2a-400b-9ffe-39f7c2c6c809 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
10063 | 2024.08.22 02:22:26.746606 [ 198 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 388 rows starting from the beginning of the part | ||
10064 | 2024.08.22 02:22:26.746658 [ 3 ] {} <Debug> HTTP-Session: 6b77e9e6-8f2a-400b-9ffe-39f7c2c6c809 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10065 | 2024.08.22 02:22:26.746709 [ 3 ] {} <Debug> HTTP-Session: 6b77e9e6-8f2a-400b-9ffe-39f7c2c6c809 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10066 | 2024.08.22 02:22:26.746833 [ 198 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 552 rows starting from the beginning of the part | ||
10067 | 2024.08.22 02:22:26.746868 [ 3 ] {} <Trace> HTTP-Session: 6b77e9e6-8f2a-400b-9ffe-39f7c2c6c809 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10068 | 2024.08.22 02:22:26.747093 [ 198 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 386 rows starting from the beginning of the part | ||
10069 | 2024.08.22 02:22:26.747277 [ 198 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 94 rows starting from the beginning of the part | ||
10070 | 2024.08.22 02:22:26.747349 [ 3 ] {4c23efd0-8f8d-42da-bfd6-168717844cbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10071 | 2024.08.22 02:22:26.747614 [ 3 ] {4c23efd0-8f8d-42da-bfd6-168717844cbd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10072 | 2024.08.22 02:22:26.748206 [ 3 ] {4c23efd0-8f8d-42da-bfd6-168717844cbd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10073 | 2024.08.22 02:22:26.749205 [ 3 ] {4c23efd0-8f8d-42da-bfd6-168717844cbd} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10074 | 2024.08.22 02:22:26.749272 [ 3 ] {4c23efd0-8f8d-42da-bfd6-168717844cbd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
10075 | 2024.08.22 02:22:26.750185 [ 3 ] {4c23efd0-8f8d-42da-bfd6-168717844cbd} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
10076 | 2024.08.22 02:22:26.750905 [ 193 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2414 rows, containing 5 columns (5 merged, 0 gathered) in 0.005207771 sec., 463538.04727588827 rows/sec., 35.55 MiB/sec. | ||
10077 | 2024.08.22 02:22:26.751136 [ 3 ] {4c23efd0-8f8d-42da-bfd6-168717844cbd} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10078 | 2024.08.22 02:22:26.751199 [ 193 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
10079 | 2024.08.22 02:22:26.751448 [ 25 ] {} <Debug> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
10080 | 2024.08.22 02:22:26.751474 [ 3 ] {4c23efd0-8f8d-42da-bfd6-168717844cbd} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.004366 sec., 36875.85890975721 rows/sec., 2.57 MiB/sec. | ||
10081 | 2024.08.22 02:22:26.751549 [ 25 ] {} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10082 | 2024.08.22 02:22:26.751655 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
10083 | 2024.08.22 02:22:26.752109 [ 3 ] {4c23efd0-8f8d-42da-bfd6-168717844cbd} <Debug> DynamicQueryHandler: Done processing query | ||
10084 | 2024.08.22 02:22:26.752218 [ 3 ] {4c23efd0-8f8d-42da-bfd6-168717844cbd} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10085 | 2024.08.22 02:22:26.752297 [ 3 ] {} <Debug> HTTP-Session: 6b77e9e6-8f2a-400b-9ffe-39f7c2c6c809 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10086 | 2024.08.22 02:22:26.752458 [ 190 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::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 | ||
10087 | 2024.08.22 02:22:26.752644 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 45158, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10088 | 2024.08.22 02:22:26.752818 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10089 | 2024.08.22 02:22:26.752895 [ 3 ] {} <Debug> HTTP-Session: 5557a62b-0302-48f3-af08-0239f368a8e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
10090 | 2024.08.22 02:22:26.752917 [ 193 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_51_10} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10091 | 2024.08.22 02:22:26.752966 [ 3 ] {} <Debug> HTTP-Session: 5557a62b-0302-48f3-af08-0239f368a8e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10092 | 2024.08.22 02:22:26.753034 [ 3 ] {} <Debug> HTTP-Session: 5557a62b-0302-48f3-af08-0239f368a8e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10093 | 2024.08.22 02:22:26.753059 [ 190 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10094 | 2024.08.22 02:22:26.753150 [ 3 ] {} <Trace> HTTP-Session: 5557a62b-0302-48f3-af08-0239f368a8e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10095 | 2024.08.22 02:22:26.753175 [ 190 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 14636 rows starting from the beginning of the part | ||
10096 | 2024.08.22 02:22:26.753209 [ 193 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_51_10} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
10097 | 2024.08.22 02:22:26.753615 [ 190 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 160 rows starting from the beginning of the part | ||
10098 | 2024.08.22 02:22:26.753633 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
10099 | 2024.08.22 02:22:26.753771 [ 190 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 239 rows starting from the beginning of the part | ||
10100 | 2024.08.22 02:22:26.753922 [ 3 ] {1e97f27b-e616-4133-af01-ae27ef06b609} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10101 | 2024.08.22 02:22:26.754101 [ 190 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 846 rows starting from the beginning of the part | ||
10102 | 2024.08.22 02:22:26.754339 [ 3 ] {1e97f27b-e616-4133-af01-ae27ef06b609} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
10103 | 2024.08.22 02:22:26.754422 [ 190 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 238 rows starting from the beginning of the part | ||
10104 | 2024.08.22 02:22:26.754773 [ 190 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 161 rows starting from the beginning of the part | ||
10105 | 2024.08.22 02:22:26.756537 [ 3 ] {1e97f27b-e616-4133-af01-ae27ef06b609} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10106 | 2024.08.22 02:22:26.758041 [ 3 ] {1e97f27b-e616-4133-af01-ae27ef06b609} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10107 | 2024.08.22 02:22:26.758111 [ 3 ] {1e97f27b-e616-4133-af01-ae27ef06b609} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
10108 | 2024.08.22 02:22:26.759734 [ 3 ] {1e97f27b-e616-4133-af01-ae27ef06b609} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
10109 | 2024.08.22 02:22:26.760496 [ 3 ] {1e97f27b-e616-4133-af01-ae27ef06b609} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10110 | 2024.08.22 02:22:26.760740 [ 3 ] {1e97f27b-e616-4133-af01-ae27ef06b609} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.007389 sec., 3789.4167005007444 rows/sec., 6.79 MiB/sec. | ||
10111 | 2024.08.22 02:22:26.761097 [ 3 ] {1e97f27b-e616-4133-af01-ae27ef06b609} <Debug> DynamicQueryHandler: Done processing query | ||
10112 | 2024.08.22 02:22:26.761127 [ 3 ] {1e97f27b-e616-4133-af01-ae27ef06b609} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
10113 | 2024.08.22 02:22:26.761146 [ 3 ] {} <Debug> HTTP-Session: 5557a62b-0302-48f3-af08-0239f368a8e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10114 | 2024.08.22 02:22:26.761296 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10115 | 2024.08.22 02:22:26.761382 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10116 | 2024.08.22 02:22:26.761516 [ 3 ] {} <Debug> HTTP-Session: 39eb052e-3199-4227-a01f-07cff680179f Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
10117 | 2024.08.22 02:22:26.761535 [ 3 ] {} <Debug> HTTP-Session: 39eb052e-3199-4227-a01f-07cff680179f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10118 | 2024.08.22 02:22:26.761550 [ 3 ] {} <Debug> HTTP-Session: 39eb052e-3199-4227-a01f-07cff680179f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10119 | 2024.08.22 02:22:26.761582 [ 3 ] {} <Trace> HTTP-Session: 39eb052e-3199-4227-a01f-07cff680179f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10120 | 2024.08.22 02:22:26.761732 [ 3 ] {6a094f84-3d93-442a-8262-9f2bfee9e86b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10121 | 2024.08.22 02:22:26.761780 [ 3 ] {6a094f84-3d93-442a-8262-9f2bfee9e86b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10122 | 2024.08.22 02:22:26.762273 [ 3 ] {6a094f84-3d93-442a-8262-9f2bfee9e86b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10123 | 2024.08.22 02:22:26.762504 [ 199 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16280 rows, containing 5 columns (5 merged, 0 gathered) in 0.010496013 sec., 1551065.152072506 rows/sec., 104.88 MiB/sec. | ||
10124 | 2024.08.22 02:22:26.762767 [ 3 ] {6a094f84-3d93-442a-8262-9f2bfee9e86b} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10125 | 2024.08.22 02:22:26.762854 [ 3 ] {6a094f84-3d93-442a-8262-9f2bfee9e86b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
10126 | 2024.08.22 02:22:26.763006 [ 199 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
10127 | 2024.08.22 02:22:26.763904 [ 3 ] {6a094f84-3d93-442a-8262-9f2bfee9e86b} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
10128 | 2024.08.22 02:22:26.764285 [ 199 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10129 | 2024.08.22 02:22:26.764492 [ 199 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
10130 | 2024.08.22 02:22:26.764667 [ 3 ] {6a094f84-3d93-442a-8262-9f2bfee9e86b} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10131 | 2024.08.22 02:22:26.764719 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.89 MiB. | ||
10132 | 2024.08.22 02:22:26.764919 [ 3 ] {6a094f84-3d93-442a-8262-9f2bfee9e86b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003235 sec., 18547.140649149922 rows/sec., 1.25 MiB/sec. | ||
10133 | 2024.08.22 02:22:26.764936 [ 25 ] {} <Debug> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
10134 | 2024.08.22 02:22:26.765047 [ 25 ] {} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10135 | 2024.08.22 02:22:26.765126 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
10136 | 2024.08.22 02:22:26.765478 [ 3 ] {6a094f84-3d93-442a-8262-9f2bfee9e86b} <Debug> DynamicQueryHandler: Done processing query | ||
10137 | 2024.08.22 02:22:26.765568 [ 3 ] {6a094f84-3d93-442a-8262-9f2bfee9e86b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10138 | 2024.08.22 02:22:26.765574 [ 189 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::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 | ||
10139 | 2024.08.22 02:22:26.765594 [ 3 ] {} <Debug> HTTP-Session: 39eb052e-3199-4227-a01f-07cff680179f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10140 | 2024.08.22 02:22:26.766241 [ 189 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10141 | 2024.08.22 02:22:26.766328 [ 189 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 3082 rows starting from the beginning of the part | ||
10142 | 2024.08.22 02:22:26.766451 [ 189 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::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 | ||
10143 | 2024.08.22 02:22:26.766679 [ 189 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 82 rows starting from the beginning of the part | ||
10144 | 2024.08.22 02:22:26.766875 [ 189 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::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 | ||
10145 | 2024.08.22 02:22:26.767069 [ 189 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 82 rows starting from the beginning of the part | ||
10146 | 2024.08.22 02:22:26.767200 [ 189 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::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 | ||
10147 | 2024.08.22 02:22:26.768966 [ 195 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3426 rows, containing 4 columns (4 merged, 0 gathered) in 0.003737435 sec., 916671.4605070055 rows/sec., 59.94 MiB/sec. | ||
10148 | 2024.08.22 02:22:26.769305 [ 197 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
10149 | 2024.08.22 02:22:26.769798 [ 197 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_51_10} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10150 | 2024.08.22 02:22:26.769893 [ 197 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_51_10} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
10151 | 2024.08.22 02:22:26.769981 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. | ||
10152 | 2024.08.22 02:22:30.125765 [ 22 ] {} <Debug> DNSResolver: Updating DNS cache | ||
10153 | 2024.08.22 02:22:30.125817 [ 22 ] {} <Debug> DNSResolver: Updated DNS cache | ||
10154 | 2024.08.22 02:22:31.734118 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10155 | 2024.08.22 02:22:31.734292 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10156 | 2024.08.22 02:22:31.734336 [ 3 ] {} <Debug> HTTP-Session: d20a0bfb-a71f-458b-b6a7-6b2bd317232d Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
10157 | 2024.08.22 02:22:31.734378 [ 3 ] {} <Debug> HTTP-Session: d20a0bfb-a71f-458b-b6a7-6b2bd317232d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10158 | 2024.08.22 02:22:31.734407 [ 3 ] {} <Debug> HTTP-Session: d20a0bfb-a71f-458b-b6a7-6b2bd317232d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10159 | 2024.08.22 02:22:31.734487 [ 3 ] {} <Trace> HTTP-Session: d20a0bfb-a71f-458b-b6a7-6b2bd317232d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10160 | 2024.08.22 02:22:31.734743 [ 3 ] {cbd62123-02bf-48fc-ae8e-65423bff1798} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
10161 | 2024.08.22 02:22:31.734812 [ 3 ] {cbd62123-02bf-48fc-ae8e-65423bff1798} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
10162 | 2024.08.22 02:22:31.735166 [ 3 ] {cbd62123-02bf-48fc-ae8e-65423bff1798} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10163 | 2024.08.22 02:22:31.735601 [ 3 ] {cbd62123-02bf-48fc-ae8e-65423bff1798} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10164 | 2024.08.22 02:22:31.735645 [ 3 ] {cbd62123-02bf-48fc-ae8e-65423bff1798} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
10165 | 2024.08.22 02:22:31.736070 [ 3 ] {cbd62123-02bf-48fc-ae8e-65423bff1798} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
10166 | 2024.08.22 02:22:31.736458 [ 3 ] {cbd62123-02bf-48fc-ae8e-65423bff1798} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10167 | 2024.08.22 02:22:31.736640 [ 3 ] {cbd62123-02bf-48fc-ae8e-65423bff1798} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001969 sec., 1015.7440325038091 rows/sec., 82.83 KiB/sec. | ||
10168 | 2024.08.22 02:22:31.736862 [ 3 ] {cbd62123-02bf-48fc-ae8e-65423bff1798} <Debug> DynamicQueryHandler: Done processing query | ||
10169 | 2024.08.22 02:22:31.736890 [ 3 ] {cbd62123-02bf-48fc-ae8e-65423bff1798} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10170 | 2024.08.22 02:22:31.736907 [ 3 ] {} <Debug> HTTP-Session: d20a0bfb-a71f-458b-b6a7-6b2bd317232d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10171 | 2024.08.22 02:22:31.737131 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 29107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10172 | 2024.08.22 02:22:31.737187 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10173 | 2024.08.22 02:22:31.737208 [ 3 ] {} <Debug> HTTP-Session: e1410672-19ec-483c-9a9b-d8c136f499dc Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
10174 | 2024.08.22 02:22:31.737226 [ 3 ] {} <Debug> HTTP-Session: e1410672-19ec-483c-9a9b-d8c136f499dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10175 | 2024.08.22 02:22:31.737241 [ 3 ] {} <Debug> HTTP-Session: e1410672-19ec-483c-9a9b-d8c136f499dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10176 | 2024.08.22 02:22:31.737277 [ 3 ] {} <Trace> HTTP-Session: e1410672-19ec-483c-9a9b-d8c136f499dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10177 | 2024.08.22 02:22:31.737439 [ 3 ] {646fe265-a78f-422a-b173-8f91142ead5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10178 | 2024.08.22 02:22:31.737488 [ 3 ] {646fe265-a78f-422a-b173-8f91142ead5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10179 | 2024.08.22 02:22:31.737728 [ 3 ] {646fe265-a78f-422a-b173-8f91142ead5c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10180 | 2024.08.22 02:22:31.738181 [ 3 ] {646fe265-a78f-422a-b173-8f91142ead5c} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10181 | 2024.08.22 02:22:31.738220 [ 3 ] {646fe265-a78f-422a-b173-8f91142ead5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
10182 | 2024.08.22 02:22:31.738606 [ 3 ] {646fe265-a78f-422a-b173-8f91142ead5c} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
10183 | 2024.08.22 02:22:31.738974 [ 3 ] {646fe265-a78f-422a-b173-8f91142ead5c} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10184 | 2024.08.22 02:22:31.739133 [ 3 ] {646fe265-a78f-422a-b173-8f91142ead5c} <Debug> executeQuery: Read 194 rows, 17.32 KiB in 0.001763 sec., 110039.70504821328 rows/sec., 9.59 MiB/sec. | ||
10185 | 2024.08.22 02:22:31.739311 [ 3 ] {646fe265-a78f-422a-b173-8f91142ead5c} <Debug> DynamicQueryHandler: Done processing query | ||
10186 | 2024.08.22 02:22:31.739336 [ 3 ] {646fe265-a78f-422a-b173-8f91142ead5c} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
10187 | 2024.08.22 02:22:31.739352 [ 3 ] {} <Debug> HTTP-Session: e1410672-19ec-483c-9a9b-d8c136f499dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10188 | 2024.08.22 02:22:31.739485 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 615, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10189 | 2024.08.22 02:22:31.739535 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10190 | 2024.08.22 02:22:31.739554 [ 3 ] {} <Debug> HTTP-Session: ac6396ec-6d4a-4765-9451-4d411f104be9 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
10191 | 2024.08.22 02:22:31.739571 [ 3 ] {} <Debug> HTTP-Session: ac6396ec-6d4a-4765-9451-4d411f104be9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10192 | 2024.08.22 02:22:31.739585 [ 3 ] {} <Debug> HTTP-Session: ac6396ec-6d4a-4765-9451-4d411f104be9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10193 | 2024.08.22 02:22:31.739619 [ 3 ] {} <Trace> HTTP-Session: ac6396ec-6d4a-4765-9451-4d411f104be9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10194 | 2024.08.22 02:22:31.739720 [ 3 ] {45b7733b-251f-4418-925b-4e943d29c89f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
10195 | 2024.08.22 02:22:31.739764 [ 3 ] {45b7733b-251f-4418-925b-4e943d29c89f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10196 | 2024.08.22 02:22:31.739991 [ 3 ] {45b7733b-251f-4418-925b-4e943d29c89f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10197 | 2024.08.22 02:22:31.740361 [ 3 ] {45b7733b-251f-4418-925b-4e943d29c89f} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10198 | 2024.08.22 02:22:31.740397 [ 3 ] {45b7733b-251f-4418-925b-4e943d29c89f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
10199 | 2024.08.22 02:22:31.740750 [ 3 ] {45b7733b-251f-4418-925b-4e943d29c89f} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
10200 | 2024.08.22 02:22:31.741107 [ 3 ] {45b7733b-251f-4418-925b-4e943d29c89f} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10201 | 2024.08.22 02:22:31.741275 [ 154 ] {} <Debug> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995) (MergerMutator): Selected 6 parts from all_1_40_8 to all_45_45_0 | ||
10202 | 2024.08.22 02:22:31.741286 [ 3 ] {45b7733b-251f-4418-925b-4e943d29c89f} <Debug> executeQuery: Read 4 rows, 297.00 B in 0.001579 sec., 2533.24889170361 rows/sec., 183.69 KiB/sec. | ||
10203 | 2024.08.22 02:22:31.741367 [ 154 ] {} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10204 | 2024.08.22 02:22:31.741441 [ 154 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
10205 | 2024.08.22 02:22:31.741627 [ 3 ] {45b7733b-251f-4418-925b-4e943d29c89f} <Debug> DynamicQueryHandler: Done processing query | ||
10206 | 2024.08.22 02:22:31.741638 [ 186 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_45_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_40_8 to all_45_45_0 into Compact with storage Full | ||
10207 | 2024.08.22 02:22:31.741664 [ 3 ] {45b7733b-251f-4418-925b-4e943d29c89f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10208 | 2024.08.22 02:22:31.741718 [ 3 ] {} <Debug> HTTP-Session: ac6396ec-6d4a-4765-9451-4d411f104be9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10209 | 2024.08.22 02:22:31.741863 [ 186 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_45_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10210 | 2024.08.22 02:22:31.741888 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10211 | 2024.08.22 02:22:31.741926 [ 186 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_40_8, total 46 rows starting from the beginning of the part | ||
10212 | 2024.08.22 02:22:31.741991 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10213 | 2024.08.22 02:22:31.742111 [ 3 ] {} <Debug> HTTP-Session: fc82b42e-004f-47f6-895e-dde197bae7d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
10214 | 2024.08.22 02:22:31.742168 [ 186 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 6 rows starting from the beginning of the part | ||
10215 | 2024.08.22 02:22:31.742207 [ 3 ] {} <Debug> HTTP-Session: fc82b42e-004f-47f6-895e-dde197bae7d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10216 | 2024.08.22 02:22:31.742277 [ 3 ] {} <Debug> HTTP-Session: fc82b42e-004f-47f6-895e-dde197bae7d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10217 | 2024.08.22 02:22:31.742445 [ 186 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 32 rows starting from the beginning of the part | ||
10218 | 2024.08.22 02:22:31.742462 [ 3 ] {} <Trace> HTTP-Session: fc82b42e-004f-47f6-895e-dde197bae7d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10219 | 2024.08.22 02:22:31.742704 [ 186 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 4 rows starting from the beginning of the part | ||
10220 | 2024.08.22 02:22:31.742891 [ 3 ] {57c26bac-f3c0-4d58-bdeb-dea3f768c3ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
10221 | 2024.08.22 02:22:31.742955 [ 186 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 30 rows starting from the beginning of the part | ||
10222 | 2024.08.22 02:22:31.743101 [ 3 ] {57c26bac-f3c0-4d58-bdeb-dea3f768c3ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
10223 | 2024.08.22 02:22:31.743221 [ 186 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 4 rows starting from the beginning of the part | ||
10224 | 2024.08.22 02:22:31.744198 [ 3 ] {57c26bac-f3c0-4d58-bdeb-dea3f768c3ac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10225 | 2024.08.22 02:22:31.745290 [ 3 ] {57c26bac-f3c0-4d58-bdeb-dea3f768c3ac} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10226 | 2024.08.22 02:22:31.745370 [ 3 ] {57c26bac-f3c0-4d58-bdeb-dea3f768c3ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
10227 | 2024.08.22 02:22:31.746262 [ 188 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_45_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 122 rows, containing 5 columns (5 merged, 0 gathered) in 0.00471558 sec., 25871.68492529021 rows/sec., 1.97 MiB/sec. | ||
10228 | 2024.08.22 02:22:31.746363 [ 3 ] {57c26bac-f3c0-4d58-bdeb-dea3f768c3ac} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
10229 | 2024.08.22 02:22:31.746636 [ 195 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_45_9} <Trace> MergedBlockOutputStream: filled checksums all_1_45_9 (state Temporary) | ||
10230 | 2024.08.22 02:22:31.747083 [ 3 ] {57c26bac-f3c0-4d58-bdeb-dea3f768c3ac} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10231 | 2024.08.22 02:22:31.747609 [ 3 ] {57c26bac-f3c0-4d58-bdeb-dea3f768c3ac} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.004874 sec., 2872.384078785392 rows/sec., 201.16 KiB/sec. | ||
10232 | 2024.08.22 02:22:31.747954 [ 195 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_45_9} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Renaming temporary part tmp_merge_all_1_45_9 to all_1_45_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10233 | 2024.08.22 02:22:31.748238 [ 3 ] {57c26bac-f3c0-4d58-bdeb-dea3f768c3ac} <Debug> DynamicQueryHandler: Done processing query | ||
10234 | 2024.08.22 02:22:31.748333 [ 3 ] {57c26bac-f3c0-4d58-bdeb-dea3f768c3ac} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
10235 | 2024.08.22 02:22:31.748367 [ 195 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_45_9} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995) (MergerMutator): Merged 6 parts: [all_1_40_8, all_45_45_0] -> all_1_45_9 | ||
10236 | 2024.08.22 02:22:31.748396 [ 3 ] {} <Debug> HTTP-Session: fc82b42e-004f-47f6-895e-dde197bae7d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10237 | 2024.08.22 02:22:31.748624 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
10238 | 2024.08.22 02:22:31.748658 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10239 | 2024.08.22 02:22:31.748728 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10240 | 2024.08.22 02:22:31.748747 [ 3 ] {} <Debug> HTTP-Session: 80da111b-c61c-4014-860d-a6dca21be013 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
10241 | 2024.08.22 02:22:31.748764 [ 3 ] {} <Debug> HTTP-Session: 80da111b-c61c-4014-860d-a6dca21be013 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10242 | 2024.08.22 02:22:31.748779 [ 3 ] {} <Debug> HTTP-Session: 80da111b-c61c-4014-860d-a6dca21be013 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10243 | 2024.08.22 02:22:31.748811 [ 3 ] {} <Trace> HTTP-Session: 80da111b-c61c-4014-860d-a6dca21be013 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10244 | 2024.08.22 02:22:31.748918 [ 3 ] {6e0aa96a-0fb2-41f1-b8c1-8b8f844b2563} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
10245 | 2024.08.22 02:22:31.748963 [ 3 ] {6e0aa96a-0fb2-41f1-b8c1-8b8f844b2563} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
10246 | 2024.08.22 02:22:31.749221 [ 3 ] {6e0aa96a-0fb2-41f1-b8c1-8b8f844b2563} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10247 | 2024.08.22 02:22:31.749529 [ 3 ] {6e0aa96a-0fb2-41f1-b8c1-8b8f844b2563} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10248 | 2024.08.22 02:22:31.749566 [ 3 ] {6e0aa96a-0fb2-41f1-b8c1-8b8f844b2563} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
10249 | 2024.08.22 02:22:31.749927 [ 3 ] {6e0aa96a-0fb2-41f1-b8c1-8b8f844b2563} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
10250 | 2024.08.22 02:22:31.750293 [ 3 ] {6e0aa96a-0fb2-41f1-b8c1-8b8f844b2563} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10251 | 2024.08.22 02:22:31.750449 [ 3 ] {6e0aa96a-0fb2-41f1-b8c1-8b8f844b2563} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001551 sec., 3868.4719535783365 rows/sec., 228.56 KiB/sec. | ||
10252 | 2024.08.22 02:22:31.750620 [ 3 ] {6e0aa96a-0fb2-41f1-b8c1-8b8f844b2563} <Debug> DynamicQueryHandler: Done processing query | ||
10253 | 2024.08.22 02:22:31.750645 [ 3 ] {6e0aa96a-0fb2-41f1-b8c1-8b8f844b2563} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10254 | 2024.08.22 02:22:31.750662 [ 3 ] {} <Debug> HTTP-Session: 80da111b-c61c-4014-860d-a6dca21be013 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10255 | 2024.08.22 02:22:31.750831 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 62445, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10256 | 2024.08.22 02:22:31.750883 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10257 | 2024.08.22 02:22:31.750902 [ 3 ] {} <Debug> HTTP-Session: 9f4f5954-d7f2-4c39-91dd-e95ba21ad5b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
10258 | 2024.08.22 02:22:31.750918 [ 3 ] {} <Debug> HTTP-Session: 9f4f5954-d7f2-4c39-91dd-e95ba21ad5b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10259 | 2024.08.22 02:22:31.750933 [ 3 ] {} <Debug> HTTP-Session: 9f4f5954-d7f2-4c39-91dd-e95ba21ad5b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10260 | 2024.08.22 02:22:31.750965 [ 3 ] {} <Trace> HTTP-Session: 9f4f5954-d7f2-4c39-91dd-e95ba21ad5b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10261 | 2024.08.22 02:22:31.751171 [ 3 ] {3178c3a3-1b2f-4e13-9708-8392c9dd60f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10262 | 2024.08.22 02:22:31.751214 [ 3 ] {3178c3a3-1b2f-4e13-9708-8392c9dd60f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10263 | 2024.08.22 02:22:31.751440 [ 3 ] {3178c3a3-1b2f-4e13-9708-8392c9dd60f7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10264 | 2024.08.22 02:22:31.751974 [ 3 ] {3178c3a3-1b2f-4e13-9708-8392c9dd60f7} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10265 | 2024.08.22 02:22:31.752011 [ 3 ] {3178c3a3-1b2f-4e13-9708-8392c9dd60f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
10266 | 2024.08.22 02:22:31.752382 [ 3 ] {3178c3a3-1b2f-4e13-9708-8392c9dd60f7} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
10267 | 2024.08.22 02:22:31.752739 [ 3 ] {3178c3a3-1b2f-4e13-9708-8392c9dd60f7} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10268 | 2024.08.22 02:22:31.752902 [ 3 ] {3178c3a3-1b2f-4e13-9708-8392c9dd60f7} <Debug> executeQuery: Read 386 rows, 28.00 KiB in 0.001838 sec., 210010.8813928183 rows/sec., 14.88 MiB/sec. | ||
10269 | 2024.08.22 02:22:31.753206 [ 3 ] {3178c3a3-1b2f-4e13-9708-8392c9dd60f7} <Debug> DynamicQueryHandler: Done processing query | ||
10270 | 2024.08.22 02:22:31.753276 [ 3 ] {3178c3a3-1b2f-4e13-9708-8392c9dd60f7} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
10271 | 2024.08.22 02:22:31.753342 [ 3 ] {} <Debug> HTTP-Session: 9f4f5954-d7f2-4c39-91dd-e95ba21ad5b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10272 | 2024.08.22 02:22:31.753570 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10273 | 2024.08.22 02:22:31.753623 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10274 | 2024.08.22 02:22:31.753643 [ 3 ] {} <Debug> HTTP-Session: 02111982-f56b-4c64-80cf-8eb1b0ef2a47 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
10275 | 2024.08.22 02:22:31.753661 [ 3 ] {} <Debug> HTTP-Session: 02111982-f56b-4c64-80cf-8eb1b0ef2a47 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10276 | 2024.08.22 02:22:31.753675 [ 3 ] {} <Debug> HTTP-Session: 02111982-f56b-4c64-80cf-8eb1b0ef2a47 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10277 | 2024.08.22 02:22:31.753709 [ 3 ] {} <Trace> HTTP-Session: 02111982-f56b-4c64-80cf-8eb1b0ef2a47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10278 | 2024.08.22 02:22:31.753812 [ 3 ] {4bd67a2b-cfb7-4b5c-b534-c919e4349973} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
10279 | 2024.08.22 02:22:31.753864 [ 3 ] {4bd67a2b-cfb7-4b5c-b534-c919e4349973} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
10280 | 2024.08.22 02:22:31.754018 [ 3 ] {4bd67a2b-cfb7-4b5c-b534-c919e4349973} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10281 | 2024.08.22 02:22:31.754310 [ 3 ] {4bd67a2b-cfb7-4b5c-b534-c919e4349973} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10282 | 2024.08.22 02:22:31.754347 [ 3 ] {4bd67a2b-cfb7-4b5c-b534-c919e4349973} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
10283 | 2024.08.22 02:22:31.754710 [ 3 ] {4bd67a2b-cfb7-4b5c-b534-c919e4349973} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
10284 | 2024.08.22 02:22:31.755052 [ 3 ] {4bd67a2b-cfb7-4b5c-b534-c919e4349973} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10285 | 2024.08.22 02:22:31.755210 [ 3 ] {4bd67a2b-cfb7-4b5c-b534-c919e4349973} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001415 sec., 4240.282685512368 rows/sec., 221.54 KiB/sec. | ||
10286 | 2024.08.22 02:22:31.755509 [ 3 ] {4bd67a2b-cfb7-4b5c-b534-c919e4349973} <Debug> DynamicQueryHandler: Done processing query | ||
10287 | 2024.08.22 02:22:31.755536 [ 3 ] {4bd67a2b-cfb7-4b5c-b534-c919e4349973} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
10288 | 2024.08.22 02:22:31.755552 [ 3 ] {} <Debug> HTTP-Session: 02111982-f56b-4c64-80cf-8eb1b0ef2a47 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10289 | 2024.08.22 02:22:31.755743 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 44792, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10290 | 2024.08.22 02:22:31.755795 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10291 | 2024.08.22 02:22:31.755814 [ 3 ] {} <Debug> HTTP-Session: 1cb8c986-5634-4a69-b561-2eb5f19eb043 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
10292 | 2024.08.22 02:22:31.755830 [ 3 ] {} <Debug> HTTP-Session: 1cb8c986-5634-4a69-b561-2eb5f19eb043 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10293 | 2024.08.22 02:22:31.755844 [ 3 ] {} <Debug> HTTP-Session: 1cb8c986-5634-4a69-b561-2eb5f19eb043 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10294 | 2024.08.22 02:22:31.755877 [ 3 ] {} <Trace> HTTP-Session: 1cb8c986-5634-4a69-b561-2eb5f19eb043 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10295 | 2024.08.22 02:22:31.756075 [ 3 ] {4fbd0274-0cac-42f7-af1a-da5ce0272ac3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10296 | 2024.08.22 02:22:31.756124 [ 3 ] {4fbd0274-0cac-42f7-af1a-da5ce0272ac3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10297 | 2024.08.22 02:22:31.756289 [ 3 ] {4fbd0274-0cac-42f7-af1a-da5ce0272ac3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10298 | 2024.08.22 02:22:31.756707 [ 3 ] {4fbd0274-0cac-42f7-af1a-da5ce0272ac3} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10299 | 2024.08.22 02:22:31.756744 [ 3 ] {4fbd0274-0cac-42f7-af1a-da5ce0272ac3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
10300 | 2024.08.22 02:22:31.757127 [ 3 ] {4fbd0274-0cac-42f7-af1a-da5ce0272ac3} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
10301 | 2024.08.22 02:22:31.757464 [ 3 ] {4fbd0274-0cac-42f7-af1a-da5ce0272ac3} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10302 | 2024.08.22 02:22:31.757620 [ 3 ] {4fbd0274-0cac-42f7-af1a-da5ce0272ac3} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.00166 sec., 143373.4939759036 rows/sec., 9.61 MiB/sec. | ||
10303 | 2024.08.22 02:22:31.757777 [ 3 ] {4fbd0274-0cac-42f7-af1a-da5ce0272ac3} <Debug> DynamicQueryHandler: Done processing query | ||
10304 | 2024.08.22 02:22:31.757801 [ 3 ] {4fbd0274-0cac-42f7-af1a-da5ce0272ac3} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
10305 | 2024.08.22 02:22:31.757816 [ 3 ] {} <Debug> HTTP-Session: 1cb8c986-5634-4a69-b561-2eb5f19eb043 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10306 | 2024.08.22 02:22:31.757978 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10307 | 2024.08.22 02:22:31.758026 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10308 | 2024.08.22 02:22:31.758045 [ 3 ] {} <Debug> HTTP-Session: 828772f4-14c8-4c46-b973-763ab939f40c Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
10309 | 2024.08.22 02:22:31.758062 [ 3 ] {} <Debug> HTTP-Session: 828772f4-14c8-4c46-b973-763ab939f40c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10310 | 2024.08.22 02:22:31.758076 [ 3 ] {} <Debug> HTTP-Session: 828772f4-14c8-4c46-b973-763ab939f40c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10311 | 2024.08.22 02:22:31.758106 [ 3 ] {} <Trace> HTTP-Session: 828772f4-14c8-4c46-b973-763ab939f40c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10312 | 2024.08.22 02:22:31.758200 [ 3 ] {a857fc85-31c3-4200-b8a3-c96ef19c6ff4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
10313 | 2024.08.22 02:22:31.758245 [ 3 ] {a857fc85-31c3-4200-b8a3-c96ef19c6ff4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
10314 | 2024.08.22 02:22:31.758374 [ 3 ] {a857fc85-31c3-4200-b8a3-c96ef19c6ff4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10315 | 2024.08.22 02:22:31.758615 [ 3 ] {a857fc85-31c3-4200-b8a3-c96ef19c6ff4} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10316 | 2024.08.22 02:22:31.758649 [ 3 ] {a857fc85-31c3-4200-b8a3-c96ef19c6ff4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
10317 | 2024.08.22 02:22:31.758991 [ 3 ] {a857fc85-31c3-4200-b8a3-c96ef19c6ff4} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
10318 | 2024.08.22 02:22:31.759307 [ 3 ] {a857fc85-31c3-4200-b8a3-c96ef19c6ff4} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10319 | 2024.08.22 02:22:31.759460 [ 3 ] {a857fc85-31c3-4200-b8a3-c96ef19c6ff4} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001273 sec., 785.5459544383347 rows/sec., 52.93 KiB/sec. | ||
10320 | 2024.08.22 02:22:31.759620 [ 3 ] {a857fc85-31c3-4200-b8a3-c96ef19c6ff4} <Debug> DynamicQueryHandler: Done processing query | ||
10321 | 2024.08.22 02:22:31.759645 [ 3 ] {a857fc85-31c3-4200-b8a3-c96ef19c6ff4} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
10322 | 2024.08.22 02:22:31.759660 [ 3 ] {} <Debug> HTTP-Session: 828772f4-14c8-4c46-b973-763ab939f40c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10323 | 2024.08.22 02:22:31.759768 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 3288, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10324 | 2024.08.22 02:22:31.759816 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10325 | 2024.08.22 02:22:31.759834 [ 3 ] {} <Debug> HTTP-Session: 74fb8044-f1a3-4189-b092-0c4d3d4ddbc5 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
10326 | 2024.08.22 02:22:31.759850 [ 3 ] {} <Debug> HTTP-Session: 74fb8044-f1a3-4189-b092-0c4d3d4ddbc5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10327 | 2024.08.22 02:22:31.759865 [ 3 ] {} <Debug> HTTP-Session: 74fb8044-f1a3-4189-b092-0c4d3d4ddbc5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10328 | 2024.08.22 02:22:31.759896 [ 3 ] {} <Trace> HTTP-Session: 74fb8044-f1a3-4189-b092-0c4d3d4ddbc5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10329 | 2024.08.22 02:22:31.760005 [ 3 ] {ef322159-b3a9-40f3-a8b6-e47709852ded} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10330 | 2024.08.22 02:22:31.760066 [ 3 ] {ef322159-b3a9-40f3-a8b6-e47709852ded} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
10331 | 2024.08.22 02:22:31.760490 [ 3 ] {ef322159-b3a9-40f3-a8b6-e47709852ded} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10332 | 2024.08.22 02:22:31.760902 [ 3 ] {ef322159-b3a9-40f3-a8b6-e47709852ded} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10333 | 2024.08.22 02:22:31.760937 [ 3 ] {ef322159-b3a9-40f3-a8b6-e47709852ded} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
10334 | 2024.08.22 02:22:31.761525 [ 3 ] {ef322159-b3a9-40f3-a8b6-e47709852ded} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
10335 | 2024.08.22 02:22:31.761928 [ 3 ] {ef322159-b3a9-40f3-a8b6-e47709852ded} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10336 | 2024.08.22 02:22:31.762152 [ 3 ] {ef322159-b3a9-40f3-a8b6-e47709852ded} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.002171 sec., 921.2344541685858 rows/sec., 1.65 MiB/sec. | ||
10337 | 2024.08.22 02:22:31.762775 [ 3 ] {ef322159-b3a9-40f3-a8b6-e47709852ded} <Debug> DynamicQueryHandler: Done processing query | ||
10338 | 2024.08.22 02:22:31.762800 [ 3 ] {ef322159-b3a9-40f3-a8b6-e47709852ded} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
10339 | 2024.08.22 02:22:31.762816 [ 3 ] {} <Debug> HTTP-Session: 74fb8044-f1a3-4189-b092-0c4d3d4ddbc5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10340 | 2024.08.22 02:22:31.762940 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 12133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10341 | 2024.08.22 02:22:31.763046 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10342 | 2024.08.22 02:22:31.763067 [ 3 ] {} <Debug> HTTP-Session: 461ea0a9-9aa3-4e7b-8609-aeb735d4e5aa Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
10343 | 2024.08.22 02:22:31.763084 [ 3 ] {} <Debug> HTTP-Session: 461ea0a9-9aa3-4e7b-8609-aeb735d4e5aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10344 | 2024.08.22 02:22:31.763098 [ 3 ] {} <Debug> HTTP-Session: 461ea0a9-9aa3-4e7b-8609-aeb735d4e5aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10345 | 2024.08.22 02:22:31.763128 [ 3 ] {} <Trace> HTTP-Session: 461ea0a9-9aa3-4e7b-8609-aeb735d4e5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10346 | 2024.08.22 02:22:31.763262 [ 3 ] {c49f5b94-428c-46d7-a4fb-0eca5f05d962} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10347 | 2024.08.22 02:22:31.763308 [ 3 ] {c49f5b94-428c-46d7-a4fb-0eca5f05d962} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10348 | 2024.08.22 02:22:31.763467 [ 3 ] {c49f5b94-428c-46d7-a4fb-0eca5f05d962} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10349 | 2024.08.22 02:22:31.763854 [ 3 ] {c49f5b94-428c-46d7-a4fb-0eca5f05d962} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10350 | 2024.08.22 02:22:31.763893 [ 3 ] {c49f5b94-428c-46d7-a4fb-0eca5f05d962} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
10351 | 2024.08.22 02:22:31.764409 [ 3 ] {c49f5b94-428c-46d7-a4fb-0eca5f05d962} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
10352 | 2024.08.22 02:22:31.764832 [ 3 ] {c49f5b94-428c-46d7-a4fb-0eca5f05d962} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10353 | 2024.08.22 02:22:31.765011 [ 3 ] {c49f5b94-428c-46d7-a4fb-0eca5f05d962} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001788 sec., 45861.297539149884 rows/sec., 2.91 MiB/sec. | ||
10354 | 2024.08.22 02:22:31.765204 [ 3 ] {c49f5b94-428c-46d7-a4fb-0eca5f05d962} <Debug> DynamicQueryHandler: Done processing query | ||
10355 | 2024.08.22 02:22:31.765229 [ 3 ] {c49f5b94-428c-46d7-a4fb-0eca5f05d962} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
10356 | 2024.08.22 02:22:31.765245 [ 3 ] {} <Debug> HTTP-Session: 461ea0a9-9aa3-4e7b-8609-aeb735d4e5aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10357 | 2024.08.22 02:22:36.730742 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 16453, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10358 | 2024.08.22 02:22:36.730862 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10359 | 2024.08.22 02:22:36.730887 [ 3 ] {} <Debug> HTTP-Session: 51c77c91-f871-472f-a8a8-2bdefd5b997d Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
10360 | 2024.08.22 02:22:36.730913 [ 3 ] {} <Debug> HTTP-Session: 51c77c91-f871-472f-a8a8-2bdefd5b997d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10361 | 2024.08.22 02:22:36.730928 [ 3 ] {} <Debug> HTTP-Session: 51c77c91-f871-472f-a8a8-2bdefd5b997d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10362 | 2024.08.22 02:22:36.730980 [ 3 ] {} <Trace> HTTP-Session: 51c77c91-f871-472f-a8a8-2bdefd5b997d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10363 | 2024.08.22 02:22:36.731192 [ 3 ] {8d0ffb6e-8383-4cd9-94c6-30c07fad9e69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10364 | 2024.08.22 02:22:36.731262 [ 3 ] {8d0ffb6e-8383-4cd9-94c6-30c07fad9e69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10365 | 2024.08.22 02:22:36.731599 [ 3 ] {8d0ffb6e-8383-4cd9-94c6-30c07fad9e69} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10366 | 2024.08.22 02:22:36.732092 [ 3 ] {8d0ffb6e-8383-4cd9-94c6-30c07fad9e69} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10367 | 2024.08.22 02:22:36.732136 [ 3 ] {8d0ffb6e-8383-4cd9-94c6-30c07fad9e69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
10368 | 2024.08.22 02:22:36.732558 [ 3 ] {8d0ffb6e-8383-4cd9-94c6-30c07fad9e69} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
10369 | 2024.08.22 02:22:36.732955 [ 3 ] {8d0ffb6e-8383-4cd9-94c6-30c07fad9e69} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10370 | 2024.08.22 02:22:36.733126 [ 3 ] {8d0ffb6e-8383-4cd9-94c6-30c07fad9e69} <Debug> executeQuery: Read 112 rows, 9.63 KiB in 0.002013 sec., 55638.35072031793 rows/sec., 4.67 MiB/sec. | ||
10371 | 2024.08.22 02:22:36.733329 [ 3 ] {8d0ffb6e-8383-4cd9-94c6-30c07fad9e69} <Debug> DynamicQueryHandler: Done processing query | ||
10372 | 2024.08.22 02:22:36.733357 [ 3 ] {8d0ffb6e-8383-4cd9-94c6-30c07fad9e69} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
10373 | 2024.08.22 02:22:36.733373 [ 3 ] {} <Debug> HTTP-Session: 51c77c91-f871-472f-a8a8-2bdefd5b997d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10374 | 2024.08.22 02:22:36.733554 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 4068, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10375 | 2024.08.22 02:22:36.733604 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10376 | 2024.08.22 02:22:36.733623 [ 3 ] {} <Debug> HTTP-Session: 7c7a4648-ade1-48b2-8a0a-e1decf33d52a Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
10377 | 2024.08.22 02:22:36.733640 [ 3 ] {} <Debug> HTTP-Session: 7c7a4648-ade1-48b2-8a0a-e1decf33d52a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10378 | 2024.08.22 02:22:36.733654 [ 3 ] {} <Debug> HTTP-Session: 7c7a4648-ade1-48b2-8a0a-e1decf33d52a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10379 | 2024.08.22 02:22:36.733686 [ 3 ] {} <Trace> HTTP-Session: 7c7a4648-ade1-48b2-8a0a-e1decf33d52a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10380 | 2024.08.22 02:22:36.733789 [ 3 ] {84f6704c-0ee6-46c4-a7fa-eaec8512e479} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
10381 | 2024.08.22 02:22:36.733834 [ 3 ] {84f6704c-0ee6-46c4-a7fa-eaec8512e479} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10382 | 2024.08.22 02:22:36.734061 [ 3 ] {84f6704c-0ee6-46c4-a7fa-eaec8512e479} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10383 | 2024.08.22 02:22:36.734401 [ 3 ] {84f6704c-0ee6-46c4-a7fa-eaec8512e479} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10384 | 2024.08.22 02:22:36.734439 [ 3 ] {84f6704c-0ee6-46c4-a7fa-eaec8512e479} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
10385 | 2024.08.22 02:22:36.734792 [ 3 ] {84f6704c-0ee6-46c4-a7fa-eaec8512e479} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
10386 | 2024.08.22 02:22:36.735158 [ 3 ] {84f6704c-0ee6-46c4-a7fa-eaec8512e479} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10387 | 2024.08.22 02:22:36.735320 [ 3 ] {84f6704c-0ee6-46c4-a7fa-eaec8512e479} <Debug> executeQuery: Read 28 rows, 2.11 KiB in 0.001554 sec., 18018.018018018018 rows/sec., 1.32 MiB/sec. | ||
10388 | 2024.08.22 02:22:36.735529 [ 3 ] {84f6704c-0ee6-46c4-a7fa-eaec8512e479} <Debug> DynamicQueryHandler: Done processing query | ||
10389 | 2024.08.22 02:22:36.735558 [ 3 ] {84f6704c-0ee6-46c4-a7fa-eaec8512e479} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
10390 | 2024.08.22 02:22:36.735576 [ 3 ] {} <Debug> HTTP-Session: 7c7a4648-ade1-48b2-8a0a-e1decf33d52a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10391 | 2024.08.22 02:22:36.735752 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 15623, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10392 | 2024.08.22 02:22:36.735802 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10393 | 2024.08.22 02:22:36.735822 [ 3 ] {} <Debug> HTTP-Session: 6b20de58-3ff6-4a78-b575-d11dc1198900 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
10394 | 2024.08.22 02:22:36.735838 [ 3 ] {} <Debug> HTTP-Session: 6b20de58-3ff6-4a78-b575-d11dc1198900 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10395 | 2024.08.22 02:22:36.735852 [ 3 ] {} <Debug> HTTP-Session: 6b20de58-3ff6-4a78-b575-d11dc1198900 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10396 | 2024.08.22 02:22:36.735884 [ 3 ] {} <Trace> HTTP-Session: 6b20de58-3ff6-4a78-b575-d11dc1198900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10397 | 2024.08.22 02:22:36.736026 [ 3 ] {44a64710-5001-48c0-9129-279030fd5500} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10398 | 2024.08.22 02:22:36.736081 [ 3 ] {44a64710-5001-48c0-9129-279030fd5500} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10399 | 2024.08.22 02:22:36.736348 [ 3 ] {44a64710-5001-48c0-9129-279030fd5500} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10400 | 2024.08.22 02:22:36.736729 [ 3 ] {44a64710-5001-48c0-9129-279030fd5500} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10401 | 2024.08.22 02:22:36.736768 [ 3 ] {44a64710-5001-48c0-9129-279030fd5500} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
10402 | 2024.08.22 02:22:36.737130 [ 3 ] {44a64710-5001-48c0-9129-279030fd5500} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
10403 | 2024.08.22 02:22:36.737488 [ 3 ] {44a64710-5001-48c0-9129-279030fd5500} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10404 | 2024.08.22 02:22:36.737651 [ 3 ] {44a64710-5001-48c0-9129-279030fd5500} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.001675 sec., 54925.37313432836 rows/sec., 4.29 MiB/sec. | ||
10405 | 2024.08.22 02:22:36.737913 [ 3 ] {44a64710-5001-48c0-9129-279030fd5500} <Debug> DynamicQueryHandler: Done processing query | ||
10406 | 2024.08.22 02:22:36.737970 [ 3 ] {44a64710-5001-48c0-9129-279030fd5500} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
10407 | 2024.08.22 02:22:36.737994 [ 3 ] {} <Debug> HTTP-Session: 6b20de58-3ff6-4a78-b575-d11dc1198900 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10408 | 2024.08.22 02:22:36.738186 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 30592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10409 | 2024.08.22 02:22:36.738239 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10410 | 2024.08.22 02:22:36.738259 [ 3 ] {} <Debug> HTTP-Session: 9d550871-0c78-4ecb-b3ba-237299f71583 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
10411 | 2024.08.22 02:22:36.738275 [ 3 ] {} <Debug> HTTP-Session: 9d550871-0c78-4ecb-b3ba-237299f71583 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10412 | 2024.08.22 02:22:36.738290 [ 3 ] {} <Debug> HTTP-Session: 9d550871-0c78-4ecb-b3ba-237299f71583 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10413 | 2024.08.22 02:22:36.738322 [ 3 ] {} <Trace> HTTP-Session: 9d550871-0c78-4ecb-b3ba-237299f71583 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10414 | 2024.08.22 02:22:36.738473 [ 3 ] {67e774f6-c94b-4ab7-9ceb-f1c421a947f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10415 | 2024.08.22 02:22:36.738523 [ 3 ] {67e774f6-c94b-4ab7-9ceb-f1c421a947f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10416 | 2024.08.22 02:22:36.738684 [ 3 ] {67e774f6-c94b-4ab7-9ceb-f1c421a947f7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10417 | 2024.08.22 02:22:36.739074 [ 3 ] {67e774f6-c94b-4ab7-9ceb-f1c421a947f7} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10418 | 2024.08.22 02:22:36.739112 [ 3 ] {67e774f6-c94b-4ab7-9ceb-f1c421a947f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
10419 | 2024.08.22 02:22:36.739522 [ 3 ] {67e774f6-c94b-4ab7-9ceb-f1c421a947f7} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
10420 | 2024.08.22 02:22:36.739863 [ 3 ] {67e774f6-c94b-4ab7-9ceb-f1c421a947f7} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10421 | 2024.08.22 02:22:36.740026 [ 3 ] {67e774f6-c94b-4ab7-9ceb-f1c421a947f7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001613 sec., 99194.04835709857 rows/sec., 6.91 MiB/sec. | ||
10422 | 2024.08.22 02:22:36.740202 [ 3 ] {67e774f6-c94b-4ab7-9ceb-f1c421a947f7} <Debug> DynamicQueryHandler: Done processing query | ||
10423 | 2024.08.22 02:22:36.740226 [ 3 ] {67e774f6-c94b-4ab7-9ceb-f1c421a947f7} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10424 | 2024.08.22 02:22:36.740242 [ 3 ] {} <Debug> HTTP-Session: 9d550871-0c78-4ecb-b3ba-237299f71583 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10425 | 2024.08.22 02:22:36.740391 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 45165, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10426 | 2024.08.22 02:22:36.740441 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10427 | 2024.08.22 02:22:36.740461 [ 3 ] {} <Debug> HTTP-Session: ec6da5d4-7414-43ba-bbb1-7e6dcb3fd1a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
10428 | 2024.08.22 02:22:36.740479 [ 3 ] {} <Debug> HTTP-Session: ec6da5d4-7414-43ba-bbb1-7e6dcb3fd1a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10429 | 2024.08.22 02:22:36.740492 [ 3 ] {} <Debug> HTTP-Session: ec6da5d4-7414-43ba-bbb1-7e6dcb3fd1a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10430 | 2024.08.22 02:22:36.740523 [ 3 ] {} <Trace> HTTP-Session: ec6da5d4-7414-43ba-bbb1-7e6dcb3fd1a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10431 | 2024.08.22 02:22:36.740826 [ 3 ] {9325f329-2c0b-4d99-8072-e73f0086b57f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10432 | 2024.08.22 02:22:36.740893 [ 3 ] {9325f329-2c0b-4d99-8072-e73f0086b57f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
10433 | 2024.08.22 02:22:36.741313 [ 3 ] {9325f329-2c0b-4d99-8072-e73f0086b57f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10434 | 2024.08.22 02:22:36.741936 [ 3 ] {9325f329-2c0b-4d99-8072-e73f0086b57f} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10435 | 2024.08.22 02:22:36.741973 [ 3 ] {9325f329-2c0b-4d99-8072-e73f0086b57f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
10436 | 2024.08.22 02:22:36.742579 [ 3 ] {9325f329-2c0b-4d99-8072-e73f0086b57f} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
10437 | 2024.08.22 02:22:36.742983 [ 3 ] {9325f329-2c0b-4d99-8072-e73f0086b57f} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10438 | 2024.08.22 02:22:36.743168 [ 53 ] {} <Debug> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
10439 | 2024.08.22 02:22:36.743182 [ 3 ] {9325f329-2c0b-4d99-8072-e73f0086b57f} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.002566 sec., 10911.925175370225 rows/sec., 19.55 MiB/sec. | ||
10440 | 2024.08.22 02:22:36.743264 [ 53 ] {} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10441 | 2024.08.22 02:22:36.743345 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
10442 | 2024.08.22 02:22:36.743677 [ 186 ] {54363e51-69d9-4b16-adfe-43c651565682::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 | ||
10443 | 2024.08.22 02:22:36.743704 [ 3 ] {9325f329-2c0b-4d99-8072-e73f0086b57f} <Debug> DynamicQueryHandler: Done processing query | ||
10444 | 2024.08.22 02:22:36.743780 [ 3 ] {9325f329-2c0b-4d99-8072-e73f0086b57f} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
10445 | 2024.08.22 02:22:36.743802 [ 3 ] {} <Debug> HTTP-Session: ec6da5d4-7414-43ba-bbb1-7e6dcb3fd1a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10446 | 2024.08.22 02:22:36.744050 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10447 | 2024.08.22 02:22:36.744178 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10448 | 2024.08.22 02:22:36.744239 [ 3 ] {} <Debug> HTTP-Session: c08651e3-6d52-4895-b2f7-4e1f5e049b35 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
10449 | 2024.08.22 02:22:36.744285 [ 3 ] {} <Debug> HTTP-Session: c08651e3-6d52-4895-b2f7-4e1f5e049b35 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10450 | 2024.08.22 02:22:36.744339 [ 3 ] {} <Debug> HTTP-Session: c08651e3-6d52-4895-b2f7-4e1f5e049b35 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10451 | 2024.08.22 02:22:36.744452 [ 3 ] {} <Trace> HTTP-Session: c08651e3-6d52-4895-b2f7-4e1f5e049b35 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10452 | 2024.08.22 02:22:36.744515 [ 186 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10453 | 2024.08.22 02:22:36.744705 [ 186 ] {54363e51-69d9-4b16-adfe-43c651565682::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 | ||
10454 | 2024.08.22 02:22:36.744734 [ 3 ] {f3078e3d-36f4-45bc-a318-922c63a06705} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10455 | 2024.08.22 02:22:36.744881 [ 3 ] {f3078e3d-36f4-45bc-a318-922c63a06705} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10456 | 2024.08.22 02:22:36.745474 [ 186 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 28 rows starting from the beginning of the part | ||
10457 | 2024.08.22 02:22:36.745766 [ 3 ] {f3078e3d-36f4-45bc-a318-922c63a06705} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10458 | 2024.08.22 02:22:36.746252 [ 186 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 2 rows starting from the beginning of the part | ||
10459 | 2024.08.22 02:22:36.746922 [ 186 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 28 rows starting from the beginning of the part | ||
10460 | 2024.08.22 02:22:36.747062 [ 3 ] {f3078e3d-36f4-45bc-a318-922c63a06705} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10461 | 2024.08.22 02:22:36.747177 [ 3 ] {f3078e3d-36f4-45bc-a318-922c63a06705} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
10462 | 2024.08.22 02:22:36.747613 [ 186 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 2 rows starting from the beginning of the part | ||
10463 | 2024.08.22 02:22:36.748270 [ 186 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 28 rows starting from the beginning of the part | ||
10464 | 2024.08.22 02:22:36.748567 [ 3 ] {f3078e3d-36f4-45bc-a318-922c63a06705} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
10465 | 2024.08.22 02:22:36.749587 [ 3 ] {f3078e3d-36f4-45bc-a318-922c63a06705} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10466 | 2024.08.22 02:22:36.749967 [ 3 ] {f3078e3d-36f4-45bc-a318-922c63a06705} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005322 sec., 11273.957158962796 rows/sec., 778.02 KiB/sec. | ||
10467 | 2024.08.22 02:22:36.750405 [ 3 ] {f3078e3d-36f4-45bc-a318-922c63a06705} <Debug> DynamicQueryHandler: Done processing query | ||
10468 | 2024.08.22 02:22:36.750442 [ 3 ] {f3078e3d-36f4-45bc-a318-922c63a06705} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10469 | 2024.08.22 02:22:36.750468 [ 3 ] {} <Debug> HTTP-Session: c08651e3-6d52-4895-b2f7-4e1f5e049b35 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10470 | 2024.08.22 02:22:36.754150 [ 195 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 768 rows, containing 19 columns (19 merged, 0 gathered) in 0.010643474 sec., 72156.89163143537 rows/sec., 129.30 MiB/sec. | ||
10471 | 2024.08.22 02:22:36.755364 [ 195 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
10472 | 2024.08.22 02:22:36.756017 [ 195 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_46_9} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10473 | 2024.08.22 02:22:36.756113 [ 195 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_46_9} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
10474 | 2024.08.22 02:22:36.756270 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.63 MiB. | ||
10475 | 2024.08.22 02:22:41.734185 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10476 | 2024.08.22 02:22:41.734312 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10477 | 2024.08.22 02:22:41.734338 [ 3 ] {} <Debug> HTTP-Session: c9260da7-3e2e-4ec0-8754-8406de43462d Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
10478 | 2024.08.22 02:22:41.734363 [ 3 ] {} <Debug> HTTP-Session: c9260da7-3e2e-4ec0-8754-8406de43462d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10479 | 2024.08.22 02:22:41.734378 [ 3 ] {} <Debug> HTTP-Session: c9260da7-3e2e-4ec0-8754-8406de43462d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10480 | 2024.08.22 02:22:41.734428 [ 3 ] {} <Trace> HTTP-Session: c9260da7-3e2e-4ec0-8754-8406de43462d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10481 | 2024.08.22 02:22:41.734615 [ 3 ] {8b11fc8e-cc1f-4efd-999a-7876d42d73a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
10482 | 2024.08.22 02:22:41.734683 [ 3 ] {8b11fc8e-cc1f-4efd-999a-7876d42d73a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
10483 | 2024.08.22 02:22:41.735026 [ 3 ] {8b11fc8e-cc1f-4efd-999a-7876d42d73a9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10484 | 2024.08.22 02:22:41.735440 [ 3 ] {8b11fc8e-cc1f-4efd-999a-7876d42d73a9} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10485 | 2024.08.22 02:22:41.735481 [ 3 ] {8b11fc8e-cc1f-4efd-999a-7876d42d73a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
10486 | 2024.08.22 02:22:41.735884 [ 3 ] {8b11fc8e-cc1f-4efd-999a-7876d42d73a9} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
10487 | 2024.08.22 02:22:41.736266 [ 3 ] {8b11fc8e-cc1f-4efd-999a-7876d42d73a9} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10488 | 2024.08.22 02:22:41.736456 [ 3 ] {8b11fc8e-cc1f-4efd-999a-7876d42d73a9} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001884 sec., 1061.5711252653928 rows/sec., 86.56 KiB/sec. | ||
10489 | 2024.08.22 02:22:41.736770 [ 3 ] {8b11fc8e-cc1f-4efd-999a-7876d42d73a9} <Debug> DynamicQueryHandler: Done processing query | ||
10490 | 2024.08.22 02:22:41.736798 [ 3 ] {8b11fc8e-cc1f-4efd-999a-7876d42d73a9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10491 | 2024.08.22 02:22:41.736815 [ 3 ] {} <Debug> HTTP-Session: c9260da7-3e2e-4ec0-8754-8406de43462d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10492 | 2024.08.22 02:22:41.737010 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 29107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10493 | 2024.08.22 02:22:41.737064 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10494 | 2024.08.22 02:22:41.737084 [ 3 ] {} <Debug> HTTP-Session: b0f95639-5bd9-4fd9-af82-f2e3180d0440 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
10495 | 2024.08.22 02:22:41.737100 [ 3 ] {} <Debug> HTTP-Session: b0f95639-5bd9-4fd9-af82-f2e3180d0440 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10496 | 2024.08.22 02:22:41.737114 [ 3 ] {} <Debug> HTTP-Session: b0f95639-5bd9-4fd9-af82-f2e3180d0440 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10497 | 2024.08.22 02:22:41.737146 [ 3 ] {} <Trace> HTTP-Session: b0f95639-5bd9-4fd9-af82-f2e3180d0440 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10498 | 2024.08.22 02:22:41.737296 [ 3 ] {fc0b419d-fed1-4e25-b721-69faa61b09cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10499 | 2024.08.22 02:22:41.737340 [ 3 ] {fc0b419d-fed1-4e25-b721-69faa61b09cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10500 | 2024.08.22 02:22:41.737587 [ 3 ] {fc0b419d-fed1-4e25-b721-69faa61b09cb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10501 | 2024.08.22 02:22:41.738031 [ 3 ] {fc0b419d-fed1-4e25-b721-69faa61b09cb} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10502 | 2024.08.22 02:22:41.738069 [ 3 ] {fc0b419d-fed1-4e25-b721-69faa61b09cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
10503 | 2024.08.22 02:22:41.738446 [ 3 ] {fc0b419d-fed1-4e25-b721-69faa61b09cb} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
10504 | 2024.08.22 02:22:41.738809 [ 3 ] {fc0b419d-fed1-4e25-b721-69faa61b09cb} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10505 | 2024.08.22 02:22:41.738967 [ 3 ] {fc0b419d-fed1-4e25-b721-69faa61b09cb} <Debug> executeQuery: Read 194 rows, 17.32 KiB in 0.001734 sec., 111880.04613610149 rows/sec., 9.75 MiB/sec. | ||
10506 | 2024.08.22 02:22:41.739126 [ 3 ] {fc0b419d-fed1-4e25-b721-69faa61b09cb} <Debug> DynamicQueryHandler: Done processing query | ||
10507 | 2024.08.22 02:22:41.739152 [ 3 ] {fc0b419d-fed1-4e25-b721-69faa61b09cb} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
10508 | 2024.08.22 02:22:41.739167 [ 3 ] {} <Debug> HTTP-Session: b0f95639-5bd9-4fd9-af82-f2e3180d0440 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10509 | 2024.08.22 02:22:41.739315 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 616, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10510 | 2024.08.22 02:22:41.739365 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10511 | 2024.08.22 02:22:41.739384 [ 3 ] {} <Debug> HTTP-Session: e85f9b5f-600b-4745-8480-49987d307256 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
10512 | 2024.08.22 02:22:41.739400 [ 3 ] {} <Debug> HTTP-Session: e85f9b5f-600b-4745-8480-49987d307256 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10513 | 2024.08.22 02:22:41.739414 [ 3 ] {} <Debug> HTTP-Session: e85f9b5f-600b-4745-8480-49987d307256 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10514 | 2024.08.22 02:22:41.739445 [ 3 ] {} <Trace> HTTP-Session: e85f9b5f-600b-4745-8480-49987d307256 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10515 | 2024.08.22 02:22:41.739544 [ 3 ] {7c32d975-8f8a-4b19-906f-5f96660884e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
10516 | 2024.08.22 02:22:41.739587 [ 3 ] {7c32d975-8f8a-4b19-906f-5f96660884e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10517 | 2024.08.22 02:22:41.739813 [ 3 ] {7c32d975-8f8a-4b19-906f-5f96660884e9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10518 | 2024.08.22 02:22:41.740079 [ 3 ] {7c32d975-8f8a-4b19-906f-5f96660884e9} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10519 | 2024.08.22 02:22:41.740116 [ 3 ] {7c32d975-8f8a-4b19-906f-5f96660884e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
10520 | 2024.08.22 02:22:41.740468 [ 3 ] {7c32d975-8f8a-4b19-906f-5f96660884e9} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
10521 | 2024.08.22 02:22:41.740833 [ 3 ] {7c32d975-8f8a-4b19-906f-5f96660884e9} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10522 | 2024.08.22 02:22:41.741005 [ 3 ] {7c32d975-8f8a-4b19-906f-5f96660884e9} <Debug> executeQuery: Read 4 rows, 297.00 B in 0.001478 sec., 2706.3599458728013 rows/sec., 196.24 KiB/sec. | ||
10523 | 2024.08.22 02:22:41.741313 [ 3 ] {7c32d975-8f8a-4b19-906f-5f96660884e9} <Debug> DynamicQueryHandler: Done processing query | ||
10524 | 2024.08.22 02:22:41.741389 [ 3 ] {7c32d975-8f8a-4b19-906f-5f96660884e9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10525 | 2024.08.22 02:22:41.741454 [ 3 ] {} <Debug> HTTP-Session: e85f9b5f-600b-4745-8480-49987d307256 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10526 | 2024.08.22 02:22:41.741690 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10527 | 2024.08.22 02:22:41.741787 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10528 | 2024.08.22 02:22:41.741819 [ 3 ] {} <Debug> HTTP-Session: 854f3adc-b8e1-41c7-b373-144cc6d26f7b Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
10529 | 2024.08.22 02:22:41.741836 [ 3 ] {} <Debug> HTTP-Session: 854f3adc-b8e1-41c7-b373-144cc6d26f7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10530 | 2024.08.22 02:22:41.741850 [ 3 ] {} <Debug> HTTP-Session: 854f3adc-b8e1-41c7-b373-144cc6d26f7b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10531 | 2024.08.22 02:22:41.741882 [ 3 ] {} <Trace> HTTP-Session: 854f3adc-b8e1-41c7-b373-144cc6d26f7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10532 | 2024.08.22 02:22:41.741992 [ 3 ] {f916b815-0ca2-4c42-852b-4e293bcacffb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
10533 | 2024.08.22 02:22:41.742038 [ 3 ] {f916b815-0ca2-4c42-852b-4e293bcacffb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
10534 | 2024.08.22 02:22:41.743005 [ 3 ] {f916b815-0ca2-4c42-852b-4e293bcacffb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10535 | 2024.08.22 02:22:41.743295 [ 3 ] {f916b815-0ca2-4c42-852b-4e293bcacffb} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10536 | 2024.08.22 02:22:41.743333 [ 3 ] {f916b815-0ca2-4c42-852b-4e293bcacffb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
10537 | 2024.08.22 02:22:41.743691 [ 3 ] {f916b815-0ca2-4c42-852b-4e293bcacffb} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
10538 | 2024.08.22 02:22:41.744051 [ 3 ] {f916b815-0ca2-4c42-852b-4e293bcacffb} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10539 | 2024.08.22 02:22:41.744214 [ 3 ] {f916b815-0ca2-4c42-852b-4e293bcacffb} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002244 sec., 6238.859180035651 rows/sec., 436.93 KiB/sec. | ||
10540 | 2024.08.22 02:22:41.744559 [ 3 ] {f916b815-0ca2-4c42-852b-4e293bcacffb} <Debug> DynamicQueryHandler: Done processing query | ||
10541 | 2024.08.22 02:22:41.744585 [ 3 ] {f916b815-0ca2-4c42-852b-4e293bcacffb} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
10542 | 2024.08.22 02:22:41.744601 [ 3 ] {} <Debug> HTTP-Session: 854f3adc-b8e1-41c7-b373-144cc6d26f7b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10543 | 2024.08.22 02:22:41.744720 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10544 | 2024.08.22 02:22:41.744769 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10545 | 2024.08.22 02:22:41.744788 [ 3 ] {} <Debug> HTTP-Session: db4c7b3d-c935-4192-a8dc-8d85d8b1e066 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
10546 | 2024.08.22 02:22:41.744805 [ 3 ] {} <Debug> HTTP-Session: db4c7b3d-c935-4192-a8dc-8d85d8b1e066 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10547 | 2024.08.22 02:22:41.744819 [ 3 ] {} <Debug> HTTP-Session: db4c7b3d-c935-4192-a8dc-8d85d8b1e066 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10548 | 2024.08.22 02:22:41.744850 [ 3 ] {} <Trace> HTTP-Session: db4c7b3d-c935-4192-a8dc-8d85d8b1e066 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10549 | 2024.08.22 02:22:41.744954 [ 3 ] {8f10f2fa-a711-4165-ae8b-955d3b2621f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
10550 | 2024.08.22 02:22:41.744999 [ 3 ] {8f10f2fa-a711-4165-ae8b-955d3b2621f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
10551 | 2024.08.22 02:22:41.745252 [ 3 ] {8f10f2fa-a711-4165-ae8b-955d3b2621f1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10552 | 2024.08.22 02:22:41.745524 [ 3 ] {8f10f2fa-a711-4165-ae8b-955d3b2621f1} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10553 | 2024.08.22 02:22:41.745561 [ 3 ] {8f10f2fa-a711-4165-ae8b-955d3b2621f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
10554 | 2024.08.22 02:22:41.745912 [ 3 ] {8f10f2fa-a711-4165-ae8b-955d3b2621f1} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
10555 | 2024.08.22 02:22:41.746265 [ 3 ] {8f10f2fa-a711-4165-ae8b-955d3b2621f1} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10556 | 2024.08.22 02:22:41.746436 [ 3 ] {8f10f2fa-a711-4165-ae8b-955d3b2621f1} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001508 sec., 3978.7798408488065 rows/sec., 235.07 KiB/sec. | ||
10557 | 2024.08.22 02:22:41.746601 [ 3 ] {8f10f2fa-a711-4165-ae8b-955d3b2621f1} <Debug> DynamicQueryHandler: Done processing query | ||
10558 | 2024.08.22 02:22:41.746626 [ 3 ] {8f10f2fa-a711-4165-ae8b-955d3b2621f1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10559 | 2024.08.22 02:22:41.746641 [ 3 ] {} <Debug> HTTP-Session: db4c7b3d-c935-4192-a8dc-8d85d8b1e066 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10560 | 2024.08.22 02:22:41.746794 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 62445, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10561 | 2024.08.22 02:22:41.746843 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10562 | 2024.08.22 02:22:41.746862 [ 3 ] {} <Debug> HTTP-Session: 7b1edc24-1748-4b10-af6b-55cae784e32d Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
10563 | 2024.08.22 02:22:41.746878 [ 3 ] {} <Debug> HTTP-Session: 7b1edc24-1748-4b10-af6b-55cae784e32d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10564 | 2024.08.22 02:22:41.746892 [ 3 ] {} <Debug> HTTP-Session: 7b1edc24-1748-4b10-af6b-55cae784e32d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10565 | 2024.08.22 02:22:41.746922 [ 3 ] {} <Trace> HTTP-Session: 7b1edc24-1748-4b10-af6b-55cae784e32d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10566 | 2024.08.22 02:22:41.747118 [ 3 ] {9b90595e-16ed-41da-b68f-b9af3d883297} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10567 | 2024.08.22 02:22:41.747162 [ 3 ] {9b90595e-16ed-41da-b68f-b9af3d883297} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10568 | 2024.08.22 02:22:41.747392 [ 3 ] {9b90595e-16ed-41da-b68f-b9af3d883297} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10569 | 2024.08.22 02:22:41.747894 [ 3 ] {9b90595e-16ed-41da-b68f-b9af3d883297} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10570 | 2024.08.22 02:22:41.747931 [ 3 ] {9b90595e-16ed-41da-b68f-b9af3d883297} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
10571 | 2024.08.22 02:22:41.748291 [ 3 ] {9b90595e-16ed-41da-b68f-b9af3d883297} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
10572 | 2024.08.22 02:22:41.748630 [ 3 ] {9b90595e-16ed-41da-b68f-b9af3d883297} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10573 | 2024.08.22 02:22:41.748796 [ 3 ] {9b90595e-16ed-41da-b68f-b9af3d883297} <Debug> executeQuery: Read 386 rows, 28.00 KiB in 0.001828 sec., 211159.7374179431 rows/sec., 14.96 MiB/sec. | ||
10574 | 2024.08.22 02:22:41.749131 [ 3 ] {9b90595e-16ed-41da-b68f-b9af3d883297} <Debug> DynamicQueryHandler: Done processing query | ||
10575 | 2024.08.22 02:22:41.749186 [ 3 ] {9b90595e-16ed-41da-b68f-b9af3d883297} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
10576 | 2024.08.22 02:22:41.749249 [ 3 ] {} <Debug> HTTP-Session: 7b1edc24-1748-4b10-af6b-55cae784e32d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10577 | 2024.08.22 02:22:41.749429 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10578 | 2024.08.22 02:22:41.749480 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10579 | 2024.08.22 02:22:41.749500 [ 3 ] {} <Debug> HTTP-Session: d7682deb-e976-4243-a6e7-d0206f580d94 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
10580 | 2024.08.22 02:22:41.749516 [ 3 ] {} <Debug> HTTP-Session: d7682deb-e976-4243-a6e7-d0206f580d94 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10581 | 2024.08.22 02:22:41.749530 [ 3 ] {} <Debug> HTTP-Session: d7682deb-e976-4243-a6e7-d0206f580d94 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10582 | 2024.08.22 02:22:41.749561 [ 3 ] {} <Trace> HTTP-Session: d7682deb-e976-4243-a6e7-d0206f580d94 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10583 | 2024.08.22 02:22:41.749662 [ 3 ] {7fc04c94-d847-4e14-a4f2-e709beadffc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
10584 | 2024.08.22 02:22:41.749709 [ 3 ] {7fc04c94-d847-4e14-a4f2-e709beadffc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
10585 | 2024.08.22 02:22:41.749860 [ 3 ] {7fc04c94-d847-4e14-a4f2-e709beadffc8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10586 | 2024.08.22 02:22:41.750091 [ 3 ] {7fc04c94-d847-4e14-a4f2-e709beadffc8} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10587 | 2024.08.22 02:22:41.750126 [ 3 ] {7fc04c94-d847-4e14-a4f2-e709beadffc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
10588 | 2024.08.22 02:22:41.750474 [ 3 ] {7fc04c94-d847-4e14-a4f2-e709beadffc8} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
10589 | 2024.08.22 02:22:41.750796 [ 3 ] {7fc04c94-d847-4e14-a4f2-e709beadffc8} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10590 | 2024.08.22 02:22:41.750957 [ 3 ] {7fc04c94-d847-4e14-a4f2-e709beadffc8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001322 sec., 4538.57791225416 rows/sec., 237.12 KiB/sec. | ||
10591 | 2024.08.22 02:22:41.751111 [ 3 ] {7fc04c94-d847-4e14-a4f2-e709beadffc8} <Debug> DynamicQueryHandler: Done processing query | ||
10592 | 2024.08.22 02:22:41.751135 [ 3 ] {7fc04c94-d847-4e14-a4f2-e709beadffc8} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
10593 | 2024.08.22 02:22:41.751151 [ 3 ] {} <Debug> HTTP-Session: d7682deb-e976-4243-a6e7-d0206f580d94 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10594 | 2024.08.22 02:22:41.751309 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 44791, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10595 | 2024.08.22 02:22:41.751357 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10596 | 2024.08.22 02:22:41.751376 [ 3 ] {} <Debug> HTTP-Session: 50f10f13-8765-445e-b37b-eae0176f3f65 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
10597 | 2024.08.22 02:22:41.751391 [ 3 ] {} <Debug> HTTP-Session: 50f10f13-8765-445e-b37b-eae0176f3f65 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10598 | 2024.08.22 02:22:41.751405 [ 3 ] {} <Debug> HTTP-Session: 50f10f13-8765-445e-b37b-eae0176f3f65 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10599 | 2024.08.22 02:22:41.751436 [ 3 ] {} <Trace> HTTP-Session: 50f10f13-8765-445e-b37b-eae0176f3f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10600 | 2024.08.22 02:22:41.751610 [ 3 ] {d0c2db18-9a0a-4631-85de-5e1f2eb433b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10601 | 2024.08.22 02:22:41.751656 [ 3 ] {d0c2db18-9a0a-4631-85de-5e1f2eb433b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10602 | 2024.08.22 02:22:41.751804 [ 3 ] {d0c2db18-9a0a-4631-85de-5e1f2eb433b0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10603 | 2024.08.22 02:22:41.752169 [ 3 ] {d0c2db18-9a0a-4631-85de-5e1f2eb433b0} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10604 | 2024.08.22 02:22:41.752204 [ 3 ] {d0c2db18-9a0a-4631-85de-5e1f2eb433b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
10605 | 2024.08.22 02:22:41.752578 [ 3 ] {d0c2db18-9a0a-4631-85de-5e1f2eb433b0} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
10606 | 2024.08.22 02:22:41.752907 [ 3 ] {d0c2db18-9a0a-4631-85de-5e1f2eb433b0} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10607 | 2024.08.22 02:22:41.753070 [ 3 ] {d0c2db18-9a0a-4631-85de-5e1f2eb433b0} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001541 sec., 154445.165476963 rows/sec., 10.35 MiB/sec. | ||
10608 | 2024.08.22 02:22:41.753380 [ 3 ] {d0c2db18-9a0a-4631-85de-5e1f2eb433b0} <Debug> DynamicQueryHandler: Done processing query | ||
10609 | 2024.08.22 02:22:41.753450 [ 3 ] {d0c2db18-9a0a-4631-85de-5e1f2eb433b0} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
10610 | 2024.08.22 02:22:41.753520 [ 3 ] {} <Debug> HTTP-Session: 50f10f13-8765-445e-b37b-eae0176f3f65 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10611 | 2024.08.22 02:22:41.753741 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10612 | 2024.08.22 02:22:41.753810 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10613 | 2024.08.22 02:22:41.753829 [ 3 ] {} <Debug> HTTP-Session: 8e822d13-71d4-49db-8e92-b33c11d6a278 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
10614 | 2024.08.22 02:22:41.753845 [ 3 ] {} <Debug> HTTP-Session: 8e822d13-71d4-49db-8e92-b33c11d6a278 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10615 | 2024.08.22 02:22:41.753858 [ 3 ] {} <Debug> HTTP-Session: 8e822d13-71d4-49db-8e92-b33c11d6a278 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10616 | 2024.08.22 02:22:41.753891 [ 3 ] {} <Trace> HTTP-Session: 8e822d13-71d4-49db-8e92-b33c11d6a278 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10617 | 2024.08.22 02:22:41.753998 [ 3 ] {94fb648a-2e4f-4055-92ad-c0b80d3df6d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
10618 | 2024.08.22 02:22:41.754047 [ 3 ] {94fb648a-2e4f-4055-92ad-c0b80d3df6d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
10619 | 2024.08.22 02:22:41.754197 [ 3 ] {94fb648a-2e4f-4055-92ad-c0b80d3df6d1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10620 | 2024.08.22 02:22:41.754420 [ 3 ] {94fb648a-2e4f-4055-92ad-c0b80d3df6d1} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10621 | 2024.08.22 02:22:41.754455 [ 3 ] {94fb648a-2e4f-4055-92ad-c0b80d3df6d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
10622 | 2024.08.22 02:22:41.754799 [ 3 ] {94fb648a-2e4f-4055-92ad-c0b80d3df6d1} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
10623 | 2024.08.22 02:22:41.755117 [ 3 ] {94fb648a-2e4f-4055-92ad-c0b80d3df6d1} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10624 | 2024.08.22 02:22:41.755276 [ 3 ] {94fb648a-2e4f-4055-92ad-c0b80d3df6d1} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001297 sec., 771.0100231303007 rows/sec., 51.95 KiB/sec. | ||
10625 | 2024.08.22 02:22:41.755453 [ 3 ] {94fb648a-2e4f-4055-92ad-c0b80d3df6d1} <Debug> DynamicQueryHandler: Done processing query | ||
10626 | 2024.08.22 02:22:41.755477 [ 3 ] {94fb648a-2e4f-4055-92ad-c0b80d3df6d1} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
10627 | 2024.08.22 02:22:41.755493 [ 3 ] {} <Debug> HTTP-Session: 8e822d13-71d4-49db-8e92-b33c11d6a278 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10628 | 2024.08.22 02:22:41.755592 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 3288, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10629 | 2024.08.22 02:22:41.755638 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10630 | 2024.08.22 02:22:41.755658 [ 3 ] {} <Debug> HTTP-Session: 44039e2c-b9bc-4ee8-bf5e-dd76f4f73097 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
10631 | 2024.08.22 02:22:41.755674 [ 3 ] {} <Debug> HTTP-Session: 44039e2c-b9bc-4ee8-bf5e-dd76f4f73097 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10632 | 2024.08.22 02:22:41.755687 [ 3 ] {} <Debug> HTTP-Session: 44039e2c-b9bc-4ee8-bf5e-dd76f4f73097 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10633 | 2024.08.22 02:22:41.755717 [ 3 ] {} <Trace> HTTP-Session: 44039e2c-b9bc-4ee8-bf5e-dd76f4f73097 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10634 | 2024.08.22 02:22:41.755825 [ 3 ] {87d32cfe-90cd-4fcd-b327-6acce89449f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10635 | 2024.08.22 02:22:41.755887 [ 3 ] {87d32cfe-90cd-4fcd-b327-6acce89449f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
10636 | 2024.08.22 02:22:41.756319 [ 3 ] {87d32cfe-90cd-4fcd-b327-6acce89449f6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10637 | 2024.08.22 02:22:41.756729 [ 3 ] {87d32cfe-90cd-4fcd-b327-6acce89449f6} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10638 | 2024.08.22 02:22:41.756764 [ 3 ] {87d32cfe-90cd-4fcd-b327-6acce89449f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
10639 | 2024.08.22 02:22:41.757339 [ 3 ] {87d32cfe-90cd-4fcd-b327-6acce89449f6} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
10640 | 2024.08.22 02:22:41.757749 [ 3 ] {87d32cfe-90cd-4fcd-b327-6acce89449f6} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10641 | 2024.08.22 02:22:41.757932 [ 3 ] {87d32cfe-90cd-4fcd-b327-6acce89449f6} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.002144 sec., 932.8358208955224 rows/sec., 1.67 MiB/sec. | ||
10642 | 2024.08.22 02:22:41.758138 [ 3 ] {87d32cfe-90cd-4fcd-b327-6acce89449f6} <Debug> DynamicQueryHandler: Done processing query | ||
10643 | 2024.08.22 02:22:41.758162 [ 3 ] {87d32cfe-90cd-4fcd-b327-6acce89449f6} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
10644 | 2024.08.22 02:22:41.758177 [ 3 ] {} <Debug> HTTP-Session: 44039e2c-b9bc-4ee8-bf5e-dd76f4f73097 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10645 | 2024.08.22 02:22:41.758302 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 12133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10646 | 2024.08.22 02:22:41.758350 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10647 | 2024.08.22 02:22:41.758370 [ 3 ] {} <Debug> HTTP-Session: 75c0d845-83e7-4d32-91df-2b9b5c3b4d12 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
10648 | 2024.08.22 02:22:41.758385 [ 3 ] {} <Debug> HTTP-Session: 75c0d845-83e7-4d32-91df-2b9b5c3b4d12 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10649 | 2024.08.22 02:22:41.758399 [ 3 ] {} <Debug> HTTP-Session: 75c0d845-83e7-4d32-91df-2b9b5c3b4d12 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10650 | 2024.08.22 02:22:41.758429 [ 3 ] {} <Trace> HTTP-Session: 75c0d845-83e7-4d32-91df-2b9b5c3b4d12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10651 | 2024.08.22 02:22:41.758543 [ 3 ] {7c49ab26-5d37-481a-80cb-77e727a951cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10652 | 2024.08.22 02:22:41.758587 [ 3 ] {7c49ab26-5d37-481a-80cb-77e727a951cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10653 | 2024.08.22 02:22:41.758714 [ 3 ] {7c49ab26-5d37-481a-80cb-77e727a951cf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10654 | 2024.08.22 02:22:41.759076 [ 3 ] {7c49ab26-5d37-481a-80cb-77e727a951cf} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10655 | 2024.08.22 02:22:41.759112 [ 3 ] {7c49ab26-5d37-481a-80cb-77e727a951cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
10656 | 2024.08.22 02:22:41.759471 [ 3 ] {7c49ab26-5d37-481a-80cb-77e727a951cf} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
10657 | 2024.08.22 02:22:41.759800 [ 3 ] {7c49ab26-5d37-481a-80cb-77e727a951cf} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10658 | 2024.08.22 02:22:41.759950 [ 3 ] {7c49ab26-5d37-481a-80cb-77e727a951cf} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001444 sec., 56786.703601108034 rows/sec., 3.61 MiB/sec. | ||
10659 | 2024.08.22 02:22:41.760130 [ 3 ] {7c49ab26-5d37-481a-80cb-77e727a951cf} <Debug> DynamicQueryHandler: Done processing query | ||
10660 | 2024.08.22 02:22:41.760154 [ 3 ] {7c49ab26-5d37-481a-80cb-77e727a951cf} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
10661 | 2024.08.22 02:22:41.760170 [ 3 ] {} <Debug> HTTP-Session: 75c0d845-83e7-4d32-91df-2b9b5c3b4d12 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10662 | 2024.08.22 02:22:45.126078 [ 127 ] {} <Debug> DNSResolver: Updating DNS cache | ||
10663 | 2024.08.22 02:22:45.126188 [ 127 ] {} <Debug> DNSResolver: Updated DNS cache | ||
10664 | 2024.08.22 02:22:46.761323 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 181567, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10665 | 2024.08.22 02:22:46.761451 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10666 | 2024.08.22 02:22:46.761481 [ 3 ] {} <Debug> HTTP-Session: e39d4038-b33a-479d-9c28-941ecf50901b Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
10667 | 2024.08.22 02:22:46.761511 [ 3 ] {} <Debug> HTTP-Session: e39d4038-b33a-479d-9c28-941ecf50901b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10668 | 2024.08.22 02:22:46.761529 [ 3 ] {} <Debug> HTTP-Session: e39d4038-b33a-479d-9c28-941ecf50901b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10669 | 2024.08.22 02:22:46.761586 [ 3 ] {} <Trace> HTTP-Session: e39d4038-b33a-479d-9c28-941ecf50901b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10670 | 2024.08.22 02:22:46.762209 [ 3 ] {7faecf36-75b5-4d2b-9319-98386d9373fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10671 | 2024.08.22 02:22:46.762284 [ 3 ] {7faecf36-75b5-4d2b-9319-98386d9373fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10672 | 2024.08.22 02:22:46.762624 [ 3 ] {7faecf36-75b5-4d2b-9319-98386d9373fb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10673 | 2024.08.22 02:22:46.764077 [ 3 ] {7faecf36-75b5-4d2b-9319-98386d9373fb} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10674 | 2024.08.22 02:22:46.764208 [ 3 ] {7faecf36-75b5-4d2b-9319-98386d9373fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
10675 | 2024.08.22 02:22:46.764814 [ 3 ] {7faecf36-75b5-4d2b-9319-98386d9373fb} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
10676 | 2024.08.22 02:22:46.765326 [ 3 ] {7faecf36-75b5-4d2b-9319-98386d9373fb} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10677 | 2024.08.22 02:22:46.765505 [ 3 ] {7faecf36-75b5-4d2b-9319-98386d9373fb} <Debug> executeQuery: Read 1252 rows, 105.75 KiB in 0.003693 sec., 339019.767126997 rows/sec., 27.96 MiB/sec. | ||
10678 | 2024.08.22 02:22:46.765847 [ 3 ] {7faecf36-75b5-4d2b-9319-98386d9373fb} <Debug> DynamicQueryHandler: Done processing query | ||
10679 | 2024.08.22 02:22:46.765909 [ 3 ] {7faecf36-75b5-4d2b-9319-98386d9373fb} <Debug> MemoryTracker: Peak memory usage (for query): 4.98 MiB. | ||
10680 | 2024.08.22 02:22:46.765958 [ 3 ] {} <Debug> HTTP-Session: e39d4038-b33a-479d-9c28-941ecf50901b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10681 | 2024.08.22 02:22:46.766193 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 4068, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10682 | 2024.08.22 02:22:46.766259 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10683 | 2024.08.22 02:22:46.766281 [ 3 ] {} <Debug> HTTP-Session: 4527984d-ee4e-4555-aa24-a1e6bf0f5827 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
10684 | 2024.08.22 02:22:46.766301 [ 3 ] {} <Debug> HTTP-Session: 4527984d-ee4e-4555-aa24-a1e6bf0f5827 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10685 | 2024.08.22 02:22:46.766316 [ 3 ] {} <Debug> HTTP-Session: 4527984d-ee4e-4555-aa24-a1e6bf0f5827 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10686 | 2024.08.22 02:22:46.766354 [ 3 ] {} <Trace> HTTP-Session: 4527984d-ee4e-4555-aa24-a1e6bf0f5827 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10687 | 2024.08.22 02:22:46.766485 [ 3 ] {5578a0b1-981e-4d2d-8d7a-e31725a201f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
10688 | 2024.08.22 02:22:46.766536 [ 3 ] {5578a0b1-981e-4d2d-8d7a-e31725a201f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10689 | 2024.08.22 02:22:46.766805 [ 3 ] {5578a0b1-981e-4d2d-8d7a-e31725a201f8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10690 | 2024.08.22 02:22:46.767196 [ 3 ] {5578a0b1-981e-4d2d-8d7a-e31725a201f8} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10691 | 2024.08.22 02:22:46.767239 [ 3 ] {5578a0b1-981e-4d2d-8d7a-e31725a201f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
10692 | 2024.08.22 02:22:46.767621 [ 3 ] {5578a0b1-981e-4d2d-8d7a-e31725a201f8} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
10693 | 2024.08.22 02:22:46.767996 [ 3 ] {5578a0b1-981e-4d2d-8d7a-e31725a201f8} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10694 | 2024.08.22 02:22:46.768211 [ 3 ] {5578a0b1-981e-4d2d-8d7a-e31725a201f8} <Debug> executeQuery: Read 28 rows, 2.11 KiB in 0.001761 sec., 15900.056785917093 rows/sec., 1.17 MiB/sec. | ||
10695 | 2024.08.22 02:22:46.768536 [ 3 ] {5578a0b1-981e-4d2d-8d7a-e31725a201f8} <Debug> DynamicQueryHandler: Done processing query | ||
10696 | 2024.08.22 02:22:46.768595 [ 3 ] {5578a0b1-981e-4d2d-8d7a-e31725a201f8} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
10697 | 2024.08.22 02:22:46.768649 [ 3 ] {} <Debug> HTTP-Session: 4527984d-ee4e-4555-aa24-a1e6bf0f5827 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10698 | 2024.08.22 02:22:46.768891 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 30489, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10699 | 2024.08.22 02:22:46.768949 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10700 | 2024.08.22 02:22:46.768970 [ 3 ] {} <Debug> HTTP-Session: 13031303-c390-4400-b1e7-645762485f62 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
10701 | 2024.08.22 02:22:46.768990 [ 3 ] {} <Debug> HTTP-Session: 13031303-c390-4400-b1e7-645762485f62 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10702 | 2024.08.22 02:22:46.769005 [ 3 ] {} <Debug> HTTP-Session: 13031303-c390-4400-b1e7-645762485f62 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10703 | 2024.08.22 02:22:46.769041 [ 3 ] {} <Trace> HTTP-Session: 13031303-c390-4400-b1e7-645762485f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10704 | 2024.08.22 02:22:46.769204 [ 3 ] {90e16968-5bce-4ae8-9411-63e0d191ff38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
10705 | 2024.08.22 02:22:46.769252 [ 3 ] {90e16968-5bce-4ae8-9411-63e0d191ff38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
10706 | 2024.08.22 02:22:46.769510 [ 3 ] {90e16968-5bce-4ae8-9411-63e0d191ff38} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10707 | 2024.08.22 02:22:46.769995 [ 3 ] {90e16968-5bce-4ae8-9411-63e0d191ff38} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10708 | 2024.08.22 02:22:46.770042 [ 3 ] {90e16968-5bce-4ae8-9411-63e0d191ff38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
10709 | 2024.08.22 02:22:46.770423 [ 3 ] {90e16968-5bce-4ae8-9411-63e0d191ff38} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
10710 | 2024.08.22 02:22:46.770786 [ 3 ] {90e16968-5bce-4ae8-9411-63e0d191ff38} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10711 | 2024.08.22 02:22:46.770917 [ 3 ] {90e16968-5bce-4ae8-9411-63e0d191ff38} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.00184 sec., 123913.04347826086 rows/sec., 8.39 MiB/sec. | ||
10712 | 2024.08.22 02:22:46.771262 [ 3 ] {90e16968-5bce-4ae8-9411-63e0d191ff38} <Debug> DynamicQueryHandler: Done processing query | ||
10713 | 2024.08.22 02:22:46.771300 [ 3 ] {90e16968-5bce-4ae8-9411-63e0d191ff38} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
10714 | 2024.08.22 02:22:46.771318 [ 3 ] {} <Debug> HTTP-Session: 13031303-c390-4400-b1e7-645762485f62 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10715 | 2024.08.22 02:22:46.771622 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 90635, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10716 | 2024.08.22 02:22:46.771676 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10717 | 2024.08.22 02:22:46.771696 [ 3 ] {} <Debug> HTTP-Session: f1546ff5-3810-47e2-a985-747cc31a0aae Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
10718 | 2024.08.22 02:22:46.771715 [ 3 ] {} <Debug> HTTP-Session: f1546ff5-3810-47e2-a985-747cc31a0aae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10719 | 2024.08.22 02:22:46.771729 [ 3 ] {} <Debug> HTTP-Session: f1546ff5-3810-47e2-a985-747cc31a0aae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10720 | 2024.08.22 02:22:46.771765 [ 3 ] {} <Trace> HTTP-Session: f1546ff5-3810-47e2-a985-747cc31a0aae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10721 | 2024.08.22 02:22:46.772157 [ 3 ] {f0529d6b-635c-463b-ab96-af57d0d6531f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10722 | 2024.08.22 02:22:46.772204 [ 3 ] {f0529d6b-635c-463b-ab96-af57d0d6531f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10723 | 2024.08.22 02:22:46.772455 [ 3 ] {f0529d6b-635c-463b-ab96-af57d0d6531f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10724 | 2024.08.22 02:22:46.773196 [ 3 ] {f0529d6b-635c-463b-ab96-af57d0d6531f} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10725 | 2024.08.22 02:22:46.773235 [ 3 ] {f0529d6b-635c-463b-ab96-af57d0d6531f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
10726 | 2024.08.22 02:22:46.773625 [ 3 ] {f0529d6b-635c-463b-ab96-af57d0d6531f} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
10727 | 2024.08.22 02:22:46.773983 [ 3 ] {f0529d6b-635c-463b-ab96-af57d0d6531f} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10728 | 2024.08.22 02:22:46.774137 [ 3 ] {f0529d6b-635c-463b-ab96-af57d0d6531f} <Debug> executeQuery: Read 548 rows, 41.65 KiB in 0.002237 sec., 244970.9432275369 rows/sec., 18.18 MiB/sec. | ||
10729 | 2024.08.22 02:22:46.774332 [ 3 ] {f0529d6b-635c-463b-ab96-af57d0d6531f} <Debug> DynamicQueryHandler: Done processing query | ||
10730 | 2024.08.22 02:22:46.774357 [ 3 ] {f0529d6b-635c-463b-ab96-af57d0d6531f} <Debug> MemoryTracker: Peak memory usage (for query): 4.57 MiB. | ||
10731 | 2024.08.22 02:22:46.774373 [ 3 ] {} <Debug> HTTP-Session: f1546ff5-3810-47e2-a985-747cc31a0aae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10732 | 2024.08.22 02:22:46.774668 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 160400, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10733 | 2024.08.22 02:22:46.774720 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10734 | 2024.08.22 02:22:46.774740 [ 3 ] {} <Debug> HTTP-Session: 919832be-aca2-48d2-90e6-e26008ea71fe Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
10735 | 2024.08.22 02:22:46.774758 [ 3 ] {} <Debug> HTTP-Session: 919832be-aca2-48d2-90e6-e26008ea71fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10736 | 2024.08.22 02:22:46.774774 [ 3 ] {} <Debug> HTTP-Session: 919832be-aca2-48d2-90e6-e26008ea71fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10737 | 2024.08.22 02:22:46.774807 [ 3 ] {} <Trace> HTTP-Session: 919832be-aca2-48d2-90e6-e26008ea71fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10738 | 2024.08.22 02:22:46.775268 [ 3 ] {7113305f-ed5a-463c-9f22-6b66dbb27860} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10739 | 2024.08.22 02:22:46.775326 [ 3 ] {7113305f-ed5a-463c-9f22-6b66dbb27860} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10740 | 2024.08.22 02:22:46.775485 [ 3 ] {7113305f-ed5a-463c-9f22-6b66dbb27860} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10741 | 2024.08.22 02:22:46.776328 [ 3 ] {7113305f-ed5a-463c-9f22-6b66dbb27860} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10742 | 2024.08.22 02:22:46.776368 [ 3 ] {7113305f-ed5a-463c-9f22-6b66dbb27860} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
10743 | 2024.08.22 02:22:46.776821 [ 3 ] {7113305f-ed5a-463c-9f22-6b66dbb27860} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
10744 | 2024.08.22 02:22:46.777181 [ 3 ] {7113305f-ed5a-463c-9f22-6b66dbb27860} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10745 | 2024.08.22 02:22:46.777319 [ 3 ] {7113305f-ed5a-463c-9f22-6b66dbb27860} <Debug> executeQuery: Read 844 rows, 58.17 KiB in 0.002362 sec., 357324.3014394581 rows/sec., 24.05 MiB/sec. | ||
10746 | 2024.08.22 02:22:46.777581 [ 3 ] {7113305f-ed5a-463c-9f22-6b66dbb27860} <Debug> DynamicQueryHandler: Done processing query | ||
10747 | 2024.08.22 02:22:46.777636 [ 3 ] {7113305f-ed5a-463c-9f22-6b66dbb27860} <Debug> MemoryTracker: Peak memory usage (for query): 4.66 MiB. | ||
10748 | 2024.08.22 02:22:46.777687 [ 3 ] {} <Debug> HTTP-Session: 919832be-aca2-48d2-90e6-e26008ea71fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10749 | 2024.08.22 02:22:46.777969 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 45188, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10750 | 2024.08.22 02:22:46.778025 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10751 | 2024.08.22 02:22:46.778046 [ 3 ] {} <Debug> HTTP-Session: 21f8e635-7739-4a88-b856-09dcd8ed71ea Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
10752 | 2024.08.22 02:22:46.778064 [ 3 ] {} <Debug> HTTP-Session: 21f8e635-7739-4a88-b856-09dcd8ed71ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10753 | 2024.08.22 02:22:46.778079 [ 3 ] {} <Debug> HTTP-Session: 21f8e635-7739-4a88-b856-09dcd8ed71ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10754 | 2024.08.22 02:22:46.778112 [ 3 ] {} <Trace> HTTP-Session: 21f8e635-7739-4a88-b856-09dcd8ed71ea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10755 | 2024.08.22 02:22:46.778483 [ 3 ] {5b9d237a-01aa-43ae-b209-322b9c0cfae5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10756 | 2024.08.22 02:22:46.778556 [ 3 ] {5b9d237a-01aa-43ae-b209-322b9c0cfae5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
10757 | 2024.08.22 02:22:46.778996 [ 3 ] {5b9d237a-01aa-43ae-b209-322b9c0cfae5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10758 | 2024.08.22 02:22:46.779698 [ 3 ] {5b9d237a-01aa-43ae-b209-322b9c0cfae5} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10759 | 2024.08.22 02:22:46.779736 [ 3 ] {5b9d237a-01aa-43ae-b209-322b9c0cfae5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
10760 | 2024.08.22 02:22:46.780389 [ 3 ] {5b9d237a-01aa-43ae-b209-322b9c0cfae5} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
10761 | 2024.08.22 02:22:46.780811 [ 3 ] {5b9d237a-01aa-43ae-b209-322b9c0cfae5} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10762 | 2024.08.22 02:22:46.780963 [ 3 ] {5b9d237a-01aa-43ae-b209-322b9c0cfae5} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.002761 sec., 10141.253169141615 rows/sec., 18.17 MiB/sec. | ||
10763 | 2024.08.22 02:22:46.781196 [ 3 ] {5b9d237a-01aa-43ae-b209-322b9c0cfae5} <Debug> DynamicQueryHandler: Done processing query | ||
10764 | 2024.08.22 02:22:46.781221 [ 3 ] {5b9d237a-01aa-43ae-b209-322b9c0cfae5} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
10765 | 2024.08.22 02:22:46.781237 [ 3 ] {} <Debug> HTTP-Session: 21f8e635-7739-4a88-b856-09dcd8ed71ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10766 | 2024.08.22 02:22:46.781384 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10767 | 2024.08.22 02:22:46.781434 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10768 | 2024.08.22 02:22:46.781454 [ 3 ] {} <Debug> HTTP-Session: f25426b7-da97-4640-abc9-7a63afe340eb Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
10769 | 2024.08.22 02:22:46.781470 [ 3 ] {} <Debug> HTTP-Session: f25426b7-da97-4640-abc9-7a63afe340eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10770 | 2024.08.22 02:22:46.781484 [ 3 ] {} <Debug> HTTP-Session: f25426b7-da97-4640-abc9-7a63afe340eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10771 | 2024.08.22 02:22:46.781517 [ 3 ] {} <Trace> HTTP-Session: f25426b7-da97-4640-abc9-7a63afe340eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10772 | 2024.08.22 02:22:46.781634 [ 3 ] {f24a751e-0c8c-46e3-a3b2-aff972e25b00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10773 | 2024.08.22 02:22:46.781680 [ 3 ] {f24a751e-0c8c-46e3-a3b2-aff972e25b00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10774 | 2024.08.22 02:22:46.781809 [ 3 ] {f24a751e-0c8c-46e3-a3b2-aff972e25b00} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10775 | 2024.08.22 02:22:46.782169 [ 3 ] {f24a751e-0c8c-46e3-a3b2-aff972e25b00} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10776 | 2024.08.22 02:22:46.782205 [ 3 ] {f24a751e-0c8c-46e3-a3b2-aff972e25b00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
10777 | 2024.08.22 02:22:46.782570 [ 3 ] {f24a751e-0c8c-46e3-a3b2-aff972e25b00} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
10778 | 2024.08.22 02:22:46.782886 [ 3 ] {f24a751e-0c8c-46e3-a3b2-aff972e25b00} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10779 | 2024.08.22 02:22:46.783014 [ 3 ] {f24a751e-0c8c-46e3-a3b2-aff972e25b00} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001423 sec., 42164.441321152495 rows/sec., 2.84 MiB/sec. | ||
10780 | 2024.08.22 02:22:46.783178 [ 3 ] {f24a751e-0c8c-46e3-a3b2-aff972e25b00} <Debug> DynamicQueryHandler: Done processing query | ||
10781 | 2024.08.22 02:22:46.783203 [ 3 ] {f24a751e-0c8c-46e3-a3b2-aff972e25b00} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10782 | 2024.08.22 02:22:46.783220 [ 3 ] {} <Debug> HTTP-Session: f25426b7-da97-4640-abc9-7a63afe340eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10783 | 2024.08.22 02:22:51.734935 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 28974, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10784 | 2024.08.22 02:22:51.735055 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10785 | 2024.08.22 02:22:51.735084 [ 3 ] {} <Debug> HTTP-Session: c3e3c90a-9675-49bd-a393-303d67186ecc Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
10786 | 2024.08.22 02:22:51.735112 [ 3 ] {} <Debug> HTTP-Session: c3e3c90a-9675-49bd-a393-303d67186ecc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10787 | 2024.08.22 02:22:51.735130 [ 3 ] {} <Debug> HTTP-Session: c3e3c90a-9675-49bd-a393-303d67186ecc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10788 | 2024.08.22 02:22:51.735186 [ 3 ] {} <Trace> HTTP-Session: c3e3c90a-9675-49bd-a393-303d67186ecc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10789 | 2024.08.22 02:22:51.735418 [ 3 ] {8eccc059-c118-4471-a150-514625557c25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10790 | 2024.08.22 02:22:51.735485 [ 3 ] {8eccc059-c118-4471-a150-514625557c25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10791 | 2024.08.22 02:22:51.735825 [ 3 ] {8eccc059-c118-4471-a150-514625557c25} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10792 | 2024.08.22 02:22:51.736421 [ 3 ] {8eccc059-c118-4471-a150-514625557c25} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10793 | 2024.08.22 02:22:51.736466 [ 3 ] {8eccc059-c118-4471-a150-514625557c25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
10794 | 2024.08.22 02:22:51.736911 [ 3 ] {8eccc059-c118-4471-a150-514625557c25} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
10795 | 2024.08.22 02:22:51.737292 [ 3 ] {8eccc059-c118-4471-a150-514625557c25} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10796 | 2024.08.22 02:22:51.737460 [ 3 ] {8eccc059-c118-4471-a150-514625557c25} <Debug> executeQuery: Read 193 rows, 17.24 KiB in 0.002136 sec., 90355.80524344569 rows/sec., 7.88 MiB/sec. | ||
10797 | 2024.08.22 02:22:51.737477 [ 149 ] {} <Debug> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
10798 | 2024.08.22 02:22:51.737591 [ 149 ] {} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10799 | 2024.08.22 02:22:51.737642 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
10800 | 2024.08.22 02:22:51.737787 [ 3 ] {8eccc059-c118-4471-a150-514625557c25} <Debug> DynamicQueryHandler: Done processing query | ||
10801 | 2024.08.22 02:22:51.737832 [ 3 ] {8eccc059-c118-4471-a150-514625557c25} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
10802 | 2024.08.22 02:22:51.737833 [ 194 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::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 | ||
10803 | 2024.08.22 02:22:51.737856 [ 3 ] {} <Debug> HTTP-Session: c3e3c90a-9675-49bd-a393-303d67186ecc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10804 | 2024.08.22 02:22:51.738041 [ 194 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10805 | 2024.08.22 02:22:51.738083 [ 194 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1398 rows starting from the beginning of the part | ||
10806 | 2024.08.22 02:22:51.738144 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10807 | 2024.08.22 02:22:51.738236 [ 194 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 194 rows starting from the beginning of the part | ||
10808 | 2024.08.22 02:22:51.738277 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10809 | 2024.08.22 02:22:51.738369 [ 3 ] {} <Debug> HTTP-Session: 0da7a549-7a3b-43aa-9017-80561f762e2b Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
10810 | 2024.08.22 02:22:51.738452 [ 3 ] {} <Debug> HTTP-Session: 0da7a549-7a3b-43aa-9017-80561f762e2b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10811 | 2024.08.22 02:22:51.738517 [ 3 ] {} <Debug> HTTP-Session: 0da7a549-7a3b-43aa-9017-80561f762e2b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10812 | 2024.08.22 02:22:51.738655 [ 3 ] {} <Trace> HTTP-Session: 0da7a549-7a3b-43aa-9017-80561f762e2b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10813 | 2024.08.22 02:22:51.738645 [ 194 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 112 rows starting from the beginning of the part | ||
10814 | 2024.08.22 02:22:51.738885 [ 194 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 194 rows starting from the beginning of the part | ||
10815 | 2024.08.22 02:22:51.738964 [ 3 ] {1dfe7b4e-1171-4e12-801c-63c2aab82878} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
10816 | 2024.08.22 02:22:51.739177 [ 3 ] {1dfe7b4e-1171-4e12-801c-63c2aab82878} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10817 | 2024.08.22 02:22:51.739203 [ 194 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 1252 rows starting from the beginning of the part | ||
10818 | 2024.08.22 02:22:51.739606 [ 194 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 193 rows starting from the beginning of the part | ||
10819 | 2024.08.22 02:22:51.740383 [ 3 ] {1dfe7b4e-1171-4e12-801c-63c2aab82878} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10820 | 2024.08.22 02:22:51.741255 [ 3 ] {1dfe7b4e-1171-4e12-801c-63c2aab82878} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10821 | 2024.08.22 02:22:51.741332 [ 3 ] {1dfe7b4e-1171-4e12-801c-63c2aab82878} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
10822 | 2024.08.22 02:22:51.742469 [ 3 ] {1dfe7b4e-1171-4e12-801c-63c2aab82878} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
10823 | 2024.08.22 02:22:51.743013 [ 3 ] {1dfe7b4e-1171-4e12-801c-63c2aab82878} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10824 | 2024.08.22 02:22:51.743509 [ 3 ] {1dfe7b4e-1171-4e12-801c-63c2aab82878} <Debug> executeQuery: Read 2 rows, 154.00 B in 0.004659 sec., 429.27666881305004 rows/sec., 32.28 KiB/sec. | ||
10825 | 2024.08.22 02:22:51.743593 [ 194 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3343 rows, containing 5 columns (5 merged, 0 gathered) in 0.005846394 sec., 571805.4582020985 rows/sec., 50.05 MiB/sec. | ||
10826 | 2024.08.22 02:22:51.744019 [ 3 ] {1dfe7b4e-1171-4e12-801c-63c2aab82878} <Debug> DynamicQueryHandler: Done processing query | ||
10827 | 2024.08.22 02:22:51.744079 [ 3 ] {1dfe7b4e-1171-4e12-801c-63c2aab82878} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10828 | 2024.08.22 02:22:51.744094 [ 194 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
10829 | 2024.08.22 02:22:51.744143 [ 3 ] {} <Debug> HTTP-Session: 0da7a549-7a3b-43aa-9017-80561f762e2b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10830 | 2024.08.22 02:22:51.744356 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10831 | 2024.08.22 02:22:51.744438 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10832 | 2024.08.22 02:22:51.744501 [ 3 ] {} <Debug> HTTP-Session: 83a75071-e6ed-48eb-8423-68f7e087737d Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
10833 | 2024.08.22 02:22:51.744571 [ 3 ] {} <Debug> HTTP-Session: 83a75071-e6ed-48eb-8423-68f7e087737d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10834 | 2024.08.22 02:22:51.744649 [ 3 ] {} <Debug> HTTP-Session: 83a75071-e6ed-48eb-8423-68f7e087737d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10835 | 2024.08.22 02:22:51.744777 [ 3 ] {} <Trace> HTTP-Session: 83a75071-e6ed-48eb-8423-68f7e087737d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10836 | 2024.08.22 02:22:51.745001 [ 3 ] {864d92d8-fda9-4e08-824d-578c644a8fa9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
10837 | 2024.08.22 02:22:51.745083 [ 3 ] {864d92d8-fda9-4e08-824d-578c644a8fa9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
10838 | 2024.08.22 02:22:51.745132 [ 194 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_56_11} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10839 | 2024.08.22 02:22:51.745344 [ 194 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_56_11} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
10840 | 2024.08.22 02:22:51.745532 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
10841 | 2024.08.22 02:22:51.745671 [ 3 ] {864d92d8-fda9-4e08-824d-578c644a8fa9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10842 | 2024.08.22 02:22:51.745999 [ 3 ] {864d92d8-fda9-4e08-824d-578c644a8fa9} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10843 | 2024.08.22 02:22:51.746037 [ 3 ] {864d92d8-fda9-4e08-824d-578c644a8fa9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
10844 | 2024.08.22 02:22:51.746401 [ 3 ] {864d92d8-fda9-4e08-824d-578c644a8fa9} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
10845 | 2024.08.22 02:22:51.746773 [ 3 ] {864d92d8-fda9-4e08-824d-578c644a8fa9} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10846 | 2024.08.22 02:22:51.746932 [ 3 ] {864d92d8-fda9-4e08-824d-578c644a8fa9} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002005 sec., 6982.543640897756 rows/sec., 489.01 KiB/sec. | ||
10847 | 2024.08.22 02:22:51.747117 [ 3 ] {864d92d8-fda9-4e08-824d-578c644a8fa9} <Debug> DynamicQueryHandler: Done processing query | ||
10848 | 2024.08.22 02:22:51.747142 [ 3 ] {864d92d8-fda9-4e08-824d-578c644a8fa9} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
10849 | 2024.08.22 02:22:51.747160 [ 3 ] {} <Debug> HTTP-Session: 83a75071-e6ed-48eb-8423-68f7e087737d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10850 | 2024.08.22 02:22:51.747294 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10851 | 2024.08.22 02:22:51.747344 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10852 | 2024.08.22 02:22:51.747363 [ 3 ] {} <Debug> HTTP-Session: 0728211e-b557-44de-84b6-084559f1afc6 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
10853 | 2024.08.22 02:22:51.747380 [ 3 ] {} <Debug> HTTP-Session: 0728211e-b557-44de-84b6-084559f1afc6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10854 | 2024.08.22 02:22:51.747394 [ 3 ] {} <Debug> HTTP-Session: 0728211e-b557-44de-84b6-084559f1afc6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10855 | 2024.08.22 02:22:51.747425 [ 3 ] {} <Trace> HTTP-Session: 0728211e-b557-44de-84b6-084559f1afc6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10856 | 2024.08.22 02:22:51.747521 [ 3 ] {99eda16e-cef4-4cd2-a005-3998af1284a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
10857 | 2024.08.22 02:22:51.747564 [ 3 ] {99eda16e-cef4-4cd2-a005-3998af1284a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
10858 | 2024.08.22 02:22:51.747793 [ 3 ] {99eda16e-cef4-4cd2-a005-3998af1284a6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10859 | 2024.08.22 02:22:51.748118 [ 3 ] {99eda16e-cef4-4cd2-a005-3998af1284a6} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10860 | 2024.08.22 02:22:51.748154 [ 3 ] {99eda16e-cef4-4cd2-a005-3998af1284a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
10861 | 2024.08.22 02:22:51.748498 [ 3 ] {99eda16e-cef4-4cd2-a005-3998af1284a6} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
10862 | 2024.08.22 02:22:51.748846 [ 3 ] {99eda16e-cef4-4cd2-a005-3998af1284a6} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10863 | 2024.08.22 02:22:51.748993 [ 149 ] {} <Debug> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
10864 | 2024.08.22 02:22:51.749008 [ 3 ] {99eda16e-cef4-4cd2-a005-3998af1284a6} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001507 sec., 3981.4200398142 rows/sec., 235.23 KiB/sec. | ||
10865 | 2024.08.22 02:22:51.749046 [ 149 ] {} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10866 | 2024.08.22 02:22:51.749110 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
10867 | 2024.08.22 02:22:51.749250 [ 200 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_25_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_21_5 to all_25_25_0 into Compact with storage Full | ||
10868 | 2024.08.22 02:22:51.749287 [ 3 ] {99eda16e-cef4-4cd2-a005-3998af1284a6} <Debug> DynamicQueryHandler: Done processing query | ||
10869 | 2024.08.22 02:22:51.749315 [ 3 ] {99eda16e-cef4-4cd2-a005-3998af1284a6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10870 | 2024.08.22 02:22:51.749339 [ 3 ] {} <Debug> HTTP-Session: 0728211e-b557-44de-84b6-084559f1afc6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10871 | 2024.08.22 02:22:51.749427 [ 200 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10872 | 2024.08.22 02:22:51.749465 [ 200 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 6 rows starting from the beginning of the part | ||
10873 | 2024.08.22 02:22:51.749580 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 62104, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10874 | 2024.08.22 02:22:51.749664 [ 200 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part | ||
10875 | 2024.08.22 02:22:51.749725 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10876 | 2024.08.22 02:22:51.749827 [ 3 ] {} <Debug> HTTP-Session: cd4a150c-874d-4ea8-87f5-afa89ea4d125 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
10877 | 2024.08.22 02:22:51.749922 [ 3 ] {} <Debug> HTTP-Session: cd4a150c-874d-4ea8-87f5-afa89ea4d125 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10878 | 2024.08.22 02:22:51.749996 [ 3 ] {} <Debug> HTTP-Session: cd4a150c-874d-4ea8-87f5-afa89ea4d125 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10879 | 2024.08.22 02:22:51.750060 [ 200 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 6 rows starting from the beginning of the part | ||
10880 | 2024.08.22 02:22:51.750100 [ 3 ] {} <Trace> HTTP-Session: cd4a150c-874d-4ea8-87f5-afa89ea4d125 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10881 | 2024.08.22 02:22:51.750299 [ 200 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part | ||
10882 | 2024.08.22 02:22:51.750513 [ 200 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 6 rows starting from the beginning of the part | ||
10883 | 2024.08.22 02:22:51.750595 [ 3 ] {f39a90c7-721d-4089-bffd-d9e06d8ee26c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10884 | 2024.08.22 02:22:51.750742 [ 3 ] {f39a90c7-721d-4089-bffd-d9e06d8ee26c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10885 | 2024.08.22 02:22:51.751315 [ 3 ] {f39a90c7-721d-4089-bffd-d9e06d8ee26c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10886 | 2024.08.22 02:22:51.752163 [ 3 ] {f39a90c7-721d-4089-bffd-d9e06d8ee26c} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10887 | 2024.08.22 02:22:51.752207 [ 3 ] {f39a90c7-721d-4089-bffd-d9e06d8ee26c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
10888 | 2024.08.22 02:22:51.752245 [ 187 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.003037102 sec., 9877.837491134642 rows/sec., 627.01 KiB/sec. | ||
10889 | 2024.08.22 02:22:51.752502 [ 187 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
10890 | 2024.08.22 02:22:51.752824 [ 3 ] {f39a90c7-721d-4089-bffd-d9e06d8ee26c} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
10891 | 2024.08.22 02:22:51.753590 [ 187 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_25_6} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10892 | 2024.08.22 02:22:51.753799 [ 187 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_25_6} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
10893 | 2024.08.22 02:22:51.753809 [ 3 ] {f39a90c7-721d-4089-bffd-d9e06d8ee26c} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10894 | 2024.08.22 02:22:51.753983 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
10895 | 2024.08.22 02:22:51.754122 [ 149 ] {} <Debug> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
10896 | 2024.08.22 02:22:51.754139 [ 3 ] {f39a90c7-721d-4089-bffd-d9e06d8ee26c} <Debug> executeQuery: Read 384 rows, 27.84 KiB in 0.003853 sec., 99662.60057098365 rows/sec., 7.06 MiB/sec. | ||
10897 | 2024.08.22 02:22:51.754188 [ 149 ] {} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10898 | 2024.08.22 02:22:51.754277 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
10899 | 2024.08.22 02:22:51.754498 [ 3 ] {f39a90c7-721d-4089-bffd-d9e06d8ee26c} <Debug> DynamicQueryHandler: Done processing query | ||
10900 | 2024.08.22 02:22:51.754499 [ 187 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::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 | ||
10901 | 2024.08.22 02:22:51.754536 [ 3 ] {f39a90c7-721d-4089-bffd-d9e06d8ee26c} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
10902 | 2024.08.22 02:22:51.754595 [ 3 ] {} <Debug> HTTP-Session: cd4a150c-874d-4ea8-87f5-afa89ea4d125 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10903 | 2024.08.22 02:22:51.754721 [ 187 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10904 | 2024.08.22 02:22:51.754762 [ 187 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 902 rows starting from the beginning of the part | ||
10905 | 2024.08.22 02:22:51.754922 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10906 | 2024.08.22 02:22:51.754958 [ 187 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 386 rows starting from the beginning of the part | ||
10907 | 2024.08.22 02:22:51.755072 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10908 | 2024.08.22 02:22:51.755203 [ 3 ] {} <Debug> HTTP-Session: dfd27983-cc4d-4c45-b169-efb60ddc7840 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
10909 | 2024.08.22 02:22:51.755278 [ 3 ] {} <Debug> HTTP-Session: dfd27983-cc4d-4c45-b169-efb60ddc7840 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10910 | 2024.08.22 02:22:51.755293 [ 187 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 92 rows starting from the beginning of the part | ||
10911 | 2024.08.22 02:22:51.755332 [ 3 ] {} <Debug> HTTP-Session: dfd27983-cc4d-4c45-b169-efb60ddc7840 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10912 | 2024.08.22 02:22:51.755481 [ 3 ] {} <Trace> HTTP-Session: dfd27983-cc4d-4c45-b169-efb60ddc7840 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10913 | 2024.08.22 02:22:51.755605 [ 187 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 386 rows starting from the beginning of the part | ||
10914 | 2024.08.22 02:22:51.755866 [ 3 ] {8eb69968-b705-48cc-ab16-fac544cb1645} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
10915 | 2024.08.22 02:22:51.755890 [ 187 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 548 rows starting from the beginning of the part | ||
10916 | 2024.08.22 02:22:51.756021 [ 3 ] {8eb69968-b705-48cc-ab16-fac544cb1645} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
10917 | 2024.08.22 02:22:51.756188 [ 187 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 384 rows starting from the beginning of the part | ||
10918 | 2024.08.22 02:22:51.757060 [ 3 ] {8eb69968-b705-48cc-ab16-fac544cb1645} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10919 | 2024.08.22 02:22:51.757693 [ 3 ] {8eb69968-b705-48cc-ab16-fac544cb1645} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10920 | 2024.08.22 02:22:51.757754 [ 3 ] {8eb69968-b705-48cc-ab16-fac544cb1645} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
10921 | 2024.08.22 02:22:51.758756 [ 3 ] {8eb69968-b705-48cc-ab16-fac544cb1645} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
10922 | 2024.08.22 02:22:51.759221 [ 3 ] {8eb69968-b705-48cc-ab16-fac544cb1645} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10923 | 2024.08.22 02:22:51.759477 [ 3 ] {8eb69968-b705-48cc-ab16-fac544cb1645} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003761 sec., 1595.3203935123638 rows/sec., 83.35 KiB/sec. | ||
10924 | 2024.08.22 02:22:51.760031 [ 202 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2698 rows, containing 5 columns (5 merged, 0 gathered) in 0.005629913 sec., 479225.87791321106 rows/sec., 36.52 MiB/sec. | ||
10925 | 2024.08.22 02:22:51.760057 [ 3 ] {8eb69968-b705-48cc-ab16-fac544cb1645} <Debug> DynamicQueryHandler: Done processing query | ||
10926 | 2024.08.22 02:22:51.760111 [ 3 ] {8eb69968-b705-48cc-ab16-fac544cb1645} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
10927 | 2024.08.22 02:22:51.760130 [ 3 ] {} <Debug> HTTP-Session: dfd27983-cc4d-4c45-b169-efb60ddc7840 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10928 | 2024.08.22 02:22:51.760283 [ 202 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
10929 | 2024.08.22 02:22:51.760342 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 44601, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10930 | 2024.08.22 02:22:51.760429 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10931 | 2024.08.22 02:22:51.760463 [ 3 ] {} <Debug> HTTP-Session: 7fd4894a-a11f-4af6-b2d3-247a34cc18da Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
10932 | 2024.08.22 02:22:51.760505 [ 3 ] {} <Debug> HTTP-Session: 7fd4894a-a11f-4af6-b2d3-247a34cc18da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10933 | 2024.08.22 02:22:51.760521 [ 3 ] {} <Debug> HTTP-Session: 7fd4894a-a11f-4af6-b2d3-247a34cc18da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10934 | 2024.08.22 02:22:51.760578 [ 3 ] {} <Trace> HTTP-Session: 7fd4894a-a11f-4af6-b2d3-247a34cc18da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10935 | 2024.08.22 02:22:51.761073 [ 3 ] {78907c9c-28c1-45fb-b960-6cccc33d43ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10936 | 2024.08.22 02:22:51.761150 [ 202 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_56_11} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10937 | 2024.08.22 02:22:51.761171 [ 3 ] {78907c9c-28c1-45fb-b960-6cccc33d43ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10938 | 2024.08.22 02:22:51.761367 [ 202 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_56_11} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
10939 | 2024.08.22 02:22:51.761574 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB. | ||
10940 | 2024.08.22 02:22:51.761668 [ 3 ] {78907c9c-28c1-45fb-b960-6cccc33d43ae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10941 | 2024.08.22 02:22:51.762133 [ 3 ] {78907c9c-28c1-45fb-b960-6cccc33d43ae} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10942 | 2024.08.22 02:22:51.762171 [ 3 ] {78907c9c-28c1-45fb-b960-6cccc33d43ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
10943 | 2024.08.22 02:22:51.762564 [ 3 ] {78907c9c-28c1-45fb-b960-6cccc33d43ae} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
10944 | 2024.08.22 02:22:51.762911 [ 3 ] {78907c9c-28c1-45fb-b960-6cccc33d43ae} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10945 | 2024.08.22 02:22:51.763069 [ 3 ] {78907c9c-28c1-45fb-b960-6cccc33d43ae} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002216 sec., 106949.45848375451 rows/sec., 7.17 MiB/sec. | ||
10946 | 2024.08.22 02:22:51.763078 [ 149 ] {} <Debug> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
10947 | 2024.08.22 02:22:51.763169 [ 149 ] {} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10948 | 2024.08.22 02:22:51.763230 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
10949 | 2024.08.22 02:22:51.763402 [ 3 ] {78907c9c-28c1-45fb-b960-6cccc33d43ae} <Debug> DynamicQueryHandler: Done processing query | ||
10950 | 2024.08.22 02:22:51.763464 [ 3 ] {78907c9c-28c1-45fb-b960-6cccc33d43ae} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
10951 | 2024.08.22 02:22:51.763535 [ 3 ] {} <Debug> HTTP-Session: 7fd4894a-a11f-4af6-b2d3-247a34cc18da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10952 | 2024.08.22 02:22:51.763583 [ 191 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::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 | ||
10953 | 2024.08.22 02:22:51.763839 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10954 | 2024.08.22 02:22:51.763965 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10955 | 2024.08.22 02:22:51.764030 [ 3 ] {} <Debug> HTTP-Session: 6a1cf251-0634-4bc8-a2b6-914b480ab010 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
10956 | 2024.08.22 02:22:51.764061 [ 191 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10957 | 2024.08.22 02:22:51.764074 [ 3 ] {} <Debug> HTTP-Session: 6a1cf251-0634-4bc8-a2b6-914b480ab010 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10958 | 2024.08.22 02:22:51.764131 [ 3 ] {} <Debug> HTTP-Session: 6a1cf251-0634-4bc8-a2b6-914b480ab010 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10959 | 2024.08.22 02:22:51.764167 [ 191 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 16280 rows starting from the beginning of the part | ||
10960 | 2024.08.22 02:22:51.764203 [ 3 ] {} <Trace> HTTP-Session: 6a1cf251-0634-4bc8-a2b6-914b480ab010 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10961 | 2024.08.22 02:22:51.764463 [ 191 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 238 rows starting from the beginning of the part | ||
10962 | 2024.08.22 02:22:51.764543 [ 3 ] {ec856644-823b-4125-95aa-dc00c08d02ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
10963 | 2024.08.22 02:22:51.764783 [ 3 ] {ec856644-823b-4125-95aa-dc00c08d02ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
10964 | 2024.08.22 02:22:51.764885 [ 191 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::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 | ||
10965 | 2024.08.22 02:22:51.765287 [ 191 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 238 rows starting from the beginning of the part | ||
10966 | 2024.08.22 02:22:51.765753 [ 191 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 844 rows starting from the beginning of the part | ||
10967 | 2024.08.22 02:22:51.766121 [ 3 ] {ec856644-823b-4125-95aa-dc00c08d02ca} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10968 | 2024.08.22 02:22:51.766329 [ 191 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 237 rows starting from the beginning of the part | ||
10969 | 2024.08.22 02:22:51.767141 [ 3 ] {ec856644-823b-4125-95aa-dc00c08d02ca} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10970 | 2024.08.22 02:22:51.767210 [ 3 ] {ec856644-823b-4125-95aa-dc00c08d02ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
10971 | 2024.08.22 02:22:51.767872 [ 3 ] {ec856644-823b-4125-95aa-dc00c08d02ca} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
10972 | 2024.08.22 02:22:51.768410 [ 3 ] {ec856644-823b-4125-95aa-dc00c08d02ca} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10973 | 2024.08.22 02:22:51.768741 [ 149 ] {} <Debug> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
10974 | 2024.08.22 02:22:51.768805 [ 3 ] {ec856644-823b-4125-95aa-dc00c08d02ca} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004404 sec., 227.0663033605813 rows/sec., 15.30 KiB/sec. | ||
10975 | 2024.08.22 02:22:51.768824 [ 149 ] {} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10976 | 2024.08.22 02:22:51.768910 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
10977 | 2024.08.22 02:22:51.769452 [ 3 ] {ec856644-823b-4125-95aa-dc00c08d02ca} <Debug> DynamicQueryHandler: Done processing query | ||
10978 | 2024.08.22 02:22:51.769546 [ 3 ] {ec856644-823b-4125-95aa-dc00c08d02ca} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
10979 | 2024.08.22 02:22:51.769624 [ 3 ] {} <Debug> HTTP-Session: 6a1cf251-0634-4bc8-a2b6-914b480ab010 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10980 | 2024.08.22 02:22:51.769988 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 3288, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10981 | 2024.08.22 02:22:51.770196 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10982 | 2024.08.22 02:22:51.770313 [ 3 ] {} <Debug> HTTP-Session: 4dd5898f-40e1-4e37-9b57-354d17734d7a Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
10983 | 2024.08.22 02:22:51.770407 [ 3 ] {} <Debug> HTTP-Session: 4dd5898f-40e1-4e37-9b57-354d17734d7a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10984 | 2024.08.22 02:22:51.770431 [ 202 ] {8761962f-4035-44a8-816e-471719dde5c7::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 | ||
10985 | 2024.08.22 02:22:51.770484 [ 3 ] {} <Debug> HTTP-Session: 4dd5898f-40e1-4e37-9b57-354d17734d7a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10986 | 2024.08.22 02:22:51.770659 [ 3 ] {} <Trace> HTTP-Session: 4dd5898f-40e1-4e37-9b57-354d17734d7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10987 | 2024.08.22 02:22:51.771175 [ 3 ] {7f0c448b-1023-42b4-a371-4c01c6bc6809} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10988 | 2024.08.22 02:22:51.771259 [ 202 ] {8761962f-4035-44a8-816e-471719dde5c7::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10989 | 2024.08.22 02:22:51.771406 [ 202 ] {8761962f-4035-44a8-816e-471719dde5c7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 21 rows starting from the beginning of the part | ||
10990 | 2024.08.22 02:22:51.771514 [ 3 ] {7f0c448b-1023-42b4-a371-4c01c6bc6809} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
10991 | 2024.08.22 02:22:51.771813 [ 202 ] {8761962f-4035-44a8-816e-471719dde5c7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1 rows starting from the beginning of the part | ||
10992 | 2024.08.22 02:22:51.772187 [ 202 ] {8761962f-4035-44a8-816e-471719dde5c7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1 rows starting from the beginning of the part | ||
10993 | 2024.08.22 02:22:51.773215 [ 202 ] {8761962f-4035-44a8-816e-471719dde5c7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1 rows starting from the beginning of the part | ||
10994 | 2024.08.22 02:22:51.773816 [ 202 ] {8761962f-4035-44a8-816e-471719dde5c7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1 rows starting from the beginning of the part | ||
10995 | 2024.08.22 02:22:51.774232 [ 202 ] {8761962f-4035-44a8-816e-471719dde5c7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1 rows starting from the beginning of the part | ||
10996 | 2024.08.22 02:22:51.775324 [ 3 ] {7f0c448b-1023-42b4-a371-4c01c6bc6809} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10997 | 2024.08.22 02:22:51.776934 [ 196 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 17997 rows, containing 5 columns (5 merged, 0 gathered) in 0.013583347 sec., 1324931.1822778287 rows/sec., 89.56 MiB/sec. | ||
10998 | 2024.08.22 02:22:51.777414 [ 196 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
10999 | 2024.08.22 02:22:51.778647 [ 3 ] {7f0c448b-1023-42b4-a371-4c01c6bc6809} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11000 | 2024.08.22 02:22:51.778753 [ 3 ] {7f0c448b-1023-42b4-a371-4c01c6bc6809} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
11001 | 2024.08.22 02:22:51.779650 [ 196 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11002 | 2024.08.22 02:22:51.780042 [ 196 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
11003 | 2024.08.22 02:22:51.780387 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.49 MiB. | ||
11004 | 2024.08.22 02:22:51.780813 [ 189 ] {8761962f-4035-44a8-816e-471719dde5c7::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 26 rows, containing 4 columns (4 merged, 0 gathered) in 0.011644108 sec., 2232.8889426308997 rows/sec., 150.12 KiB/sec. | ||
11005 | 2024.08.22 02:22:51.781020 [ 189 ] {8761962f-4035-44a8-816e-471719dde5c7::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
11006 | 2024.08.22 02:22:51.782062 [ 189 ] {8761962f-4035-44a8-816e-471719dde5c7::all_1_26_5} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11007 | 2024.08.22 02:22:51.782074 [ 3 ] {7f0c448b-1023-42b4-a371-4c01c6bc6809} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
11008 | 2024.08.22 02:22:51.782222 [ 189 ] {8761962f-4035-44a8-816e-471719dde5c7::all_1_26_5} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
11009 | 2024.08.22 02:22:51.782382 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
11010 | 2024.08.22 02:22:51.782903 [ 3 ] {7f0c448b-1023-42b4-a371-4c01c6bc6809} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11011 | 2024.08.22 02:22:51.783165 [ 3 ] {7f0c448b-1023-42b4-a371-4c01c6bc6809} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.012214 sec., 163.7465203864418 rows/sec., 300.47 KiB/sec. | ||
11012 | 2024.08.22 02:22:51.783544 [ 3 ] {7f0c448b-1023-42b4-a371-4c01c6bc6809} <Debug> DynamicQueryHandler: Done processing query | ||
11013 | 2024.08.22 02:22:51.783581 [ 3 ] {7f0c448b-1023-42b4-a371-4c01c6bc6809} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
11014 | 2024.08.22 02:22:51.783605 [ 3 ] {} <Debug> HTTP-Session: 4dd5898f-40e1-4e37-9b57-354d17734d7a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11015 | 2024.08.22 02:22:51.783778 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 12133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11016 | 2024.08.22 02:22:51.783844 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11017 | 2024.08.22 02:22:51.783872 [ 3 ] {} <Debug> HTTP-Session: 6d033fc7-fd63-4e38-959f-61f4c2d89537 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
11018 | 2024.08.22 02:22:51.783896 [ 3 ] {} <Debug> HTTP-Session: 6d033fc7-fd63-4e38-959f-61f4c2d89537 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11019 | 2024.08.22 02:22:51.783917 [ 3 ] {} <Debug> HTTP-Session: 6d033fc7-fd63-4e38-959f-61f4c2d89537 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11020 | 2024.08.22 02:22:51.783963 [ 3 ] {} <Trace> HTTP-Session: 6d033fc7-fd63-4e38-959f-61f4c2d89537 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11021 | 2024.08.22 02:22:51.784139 [ 3 ] {06f87930-505a-479d-a506-ae4b70cef9e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11022 | 2024.08.22 02:22:51.784201 [ 3 ] {06f87930-505a-479d-a506-ae4b70cef9e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11023 | 2024.08.22 02:22:51.784394 [ 3 ] {06f87930-505a-479d-a506-ae4b70cef9e5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11024 | 2024.08.22 02:22:51.784785 [ 3 ] {06f87930-505a-479d-a506-ae4b70cef9e5} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11025 | 2024.08.22 02:22:51.784831 [ 3 ] {06f87930-505a-479d-a506-ae4b70cef9e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
11026 | 2024.08.22 02:22:51.785283 [ 3 ] {06f87930-505a-479d-a506-ae4b70cef9e5} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
11027 | 2024.08.22 02:22:51.785692 [ 3 ] {06f87930-505a-479d-a506-ae4b70cef9e5} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11028 | 2024.08.22 02:22:51.785865 [ 149 ] {} <Debug> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
11029 | 2024.08.22 02:22:51.785873 [ 3 ] {06f87930-505a-479d-a506-ae4b70cef9e5} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001795 sec., 45682.45125348189 rows/sec., 2.90 MiB/sec. | ||
11030 | 2024.08.22 02:22:51.785921 [ 149 ] {} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11031 | 2024.08.22 02:22:51.785986 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
11032 | 2024.08.22 02:22:51.786150 [ 193 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::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 | ||
11033 | 2024.08.22 02:22:51.786196 [ 3 ] {06f87930-505a-479d-a506-ae4b70cef9e5} <Debug> DynamicQueryHandler: Done processing query | ||
11034 | 2024.08.22 02:22:51.786247 [ 3 ] {06f87930-505a-479d-a506-ae4b70cef9e5} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11035 | 2024.08.22 02:22:51.786302 [ 3 ] {} <Debug> HTTP-Session: 6d033fc7-fd63-4e38-959f-61f4c2d89537 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11036 | 2024.08.22 02:22:51.786389 [ 193 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11037 | 2024.08.22 02:22:51.786427 [ 193 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 3426 rows starting from the beginning of the part | ||
11038 | 2024.08.22 02:22:51.786490 [ 193 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 82 rows starting from the beginning of the part | ||
11039 | 2024.08.22 02:22:51.786623 [ 193 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::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 | ||
11040 | 2024.08.22 02:22:51.786868 [ 193 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 82 rows starting from the beginning of the part | ||
11041 | 2024.08.22 02:22:51.786979 [ 193 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::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 | ||
11042 | 2024.08.22 02:22:51.787179 [ 193 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 82 rows starting from the beginning of the part | ||
11043 | 2024.08.22 02:22:51.788838 [ 189 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3792 rows, containing 4 columns (4 merged, 0 gathered) in 0.002755062 sec., 1376375.5588803447 rows/sec., 89.92 MiB/sec. | ||
11044 | 2024.08.22 02:22:51.789087 [ 193 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
11045 | 2024.08.22 02:22:51.789456 [ 193 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_56_11} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11046 | 2024.08.22 02:22:51.789532 [ 193 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_56_11} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
11047 | 2024.08.22 02:22:51.789607 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. | ||
11048 | 2024.08.22 02:22:56.731653 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 16453, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11049 | 2024.08.22 02:22:56.731772 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11050 | 2024.08.22 02:22:56.731797 [ 3 ] {} <Debug> HTTP-Session: cde46ad0-f0dc-45ad-95cf-8bf12ae0ea4e Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
11051 | 2024.08.22 02:22:56.731822 [ 3 ] {} <Debug> HTTP-Session: cde46ad0-f0dc-45ad-95cf-8bf12ae0ea4e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11052 | 2024.08.22 02:22:56.731837 [ 3 ] {} <Debug> HTTP-Session: cde46ad0-f0dc-45ad-95cf-8bf12ae0ea4e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11053 | 2024.08.22 02:22:56.731887 [ 3 ] {} <Trace> HTTP-Session: cde46ad0-f0dc-45ad-95cf-8bf12ae0ea4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11054 | 2024.08.22 02:22:56.732094 [ 3 ] {159cc427-636e-4d80-8362-8df2bcd3fa6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11055 | 2024.08.22 02:22:56.732162 [ 3 ] {159cc427-636e-4d80-8362-8df2bcd3fa6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11056 | 2024.08.22 02:22:56.732495 [ 3 ] {159cc427-636e-4d80-8362-8df2bcd3fa6a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11057 | 2024.08.22 02:22:56.732953 [ 3 ] {159cc427-636e-4d80-8362-8df2bcd3fa6a} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11058 | 2024.08.22 02:22:56.732999 [ 3 ] {159cc427-636e-4d80-8362-8df2bcd3fa6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
11059 | 2024.08.22 02:22:56.733430 [ 3 ] {159cc427-636e-4d80-8362-8df2bcd3fa6a} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
11060 | 2024.08.22 02:22:56.733813 [ 3 ] {159cc427-636e-4d80-8362-8df2bcd3fa6a} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11061 | 2024.08.22 02:22:56.733962 [ 3 ] {159cc427-636e-4d80-8362-8df2bcd3fa6a} <Debug> executeQuery: Read 112 rows, 9.63 KiB in 0.001947 sec., 57524.39650744736 rows/sec., 4.83 MiB/sec. | ||
11062 | 2024.08.22 02:22:56.734158 [ 3 ] {159cc427-636e-4d80-8362-8df2bcd3fa6a} <Debug> DynamicQueryHandler: Done processing query | ||
11063 | 2024.08.22 02:22:56.734187 [ 3 ] {159cc427-636e-4d80-8362-8df2bcd3fa6a} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
11064 | 2024.08.22 02:22:56.734204 [ 3 ] {} <Debug> HTTP-Session: cde46ad0-f0dc-45ad-95cf-8bf12ae0ea4e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11065 | 2024.08.22 02:22:56.734368 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 4068, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11066 | 2024.08.22 02:22:56.734422 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11067 | 2024.08.22 02:22:56.734442 [ 3 ] {} <Debug> HTTP-Session: 20bda60c-7247-4a73-9cf2-2edebd8a1362 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
11068 | 2024.08.22 02:22:56.734460 [ 3 ] {} <Debug> HTTP-Session: 20bda60c-7247-4a73-9cf2-2edebd8a1362 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11069 | 2024.08.22 02:22:56.734474 [ 3 ] {} <Debug> HTTP-Session: 20bda60c-7247-4a73-9cf2-2edebd8a1362 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11070 | 2024.08.22 02:22:56.734510 [ 3 ] {} <Trace> HTTP-Session: 20bda60c-7247-4a73-9cf2-2edebd8a1362 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11071 | 2024.08.22 02:22:56.734625 [ 3 ] {220f9ec5-6e8e-4e9a-a9d5-4e241866ee82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
11072 | 2024.08.22 02:22:56.734675 [ 3 ] {220f9ec5-6e8e-4e9a-a9d5-4e241866ee82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11073 | 2024.08.22 02:22:56.734911 [ 3 ] {220f9ec5-6e8e-4e9a-a9d5-4e241866ee82} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11074 | 2024.08.22 02:22:56.735207 [ 3 ] {220f9ec5-6e8e-4e9a-a9d5-4e241866ee82} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11075 | 2024.08.22 02:22:56.735244 [ 3 ] {220f9ec5-6e8e-4e9a-a9d5-4e241866ee82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
11076 | 2024.08.22 02:22:56.735604 [ 3 ] {220f9ec5-6e8e-4e9a-a9d5-4e241866ee82} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
11077 | 2024.08.22 02:22:56.735967 [ 3 ] {220f9ec5-6e8e-4e9a-a9d5-4e241866ee82} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11078 | 2024.08.22 02:22:56.736104 [ 3 ] {220f9ec5-6e8e-4e9a-a9d5-4e241866ee82} <Debug> executeQuery: Read 28 rows, 2.11 KiB in 0.001516 sec., 18469.656992084434 rows/sec., 1.36 MiB/sec. | ||
11079 | 2024.08.22 02:22:56.736114 [ 144 ] {} <Debug> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995) (MergerMutator): Selected 6 parts from all_1_45_9 to all_50_50_0 | ||
11080 | 2024.08.22 02:22:56.736167 [ 144 ] {} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11081 | 2024.08.22 02:22:56.736198 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
11082 | 2024.08.22 02:22:56.736325 [ 3 ] {220f9ec5-6e8e-4e9a-a9d5-4e241866ee82} <Debug> DynamicQueryHandler: Done processing query | ||
11083 | 2024.08.22 02:22:56.736377 [ 3 ] {220f9ec5-6e8e-4e9a-a9d5-4e241866ee82} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11084 | 2024.08.22 02:22:56.736406 [ 3 ] {} <Debug> HTTP-Session: 20bda60c-7247-4a73-9cf2-2edebd8a1362 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11085 | 2024.08.22 02:22:56.736427 [ 190 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_50_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_45_9 to all_50_50_0 into Compact with storage Full | ||
11086 | 2024.08.22 02:22:56.736616 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 15623, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11087 | 2024.08.22 02:22:56.736724 [ 190 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_50_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11088 | 2024.08.22 02:22:56.736736 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11089 | 2024.08.22 02:22:56.736797 [ 3 ] {} <Debug> HTTP-Session: b99304e5-e829-4313-9e07-ec025a9e78f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
11090 | 2024.08.22 02:22:56.736798 [ 190 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_9, total 46 rows starting from the beginning of the part | ||
11091 | 2024.08.22 02:22:56.736833 [ 3 ] {} <Debug> HTTP-Session: b99304e5-e829-4313-9e07-ec025a9e78f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11092 | 2024.08.22 02:22:56.736870 [ 3 ] {} <Debug> HTTP-Session: b99304e5-e829-4313-9e07-ec025a9e78f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11093 | 2024.08.22 02:22:56.736970 [ 3 ] {} <Trace> HTTP-Session: b99304e5-e829-4313-9e07-ec025a9e78f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11094 | 2024.08.22 02:22:56.737108 [ 190 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 28 rows starting from the beginning of the part | ||
11095 | 2024.08.22 02:22:56.737379 [ 3 ] {a5d6574e-7321-4a94-8db3-9629c7a59cff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11096 | 2024.08.22 02:22:56.737422 [ 190 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 4 rows starting from the beginning of the part | ||
11097 | 2024.08.22 02:22:56.737557 [ 3 ] {a5d6574e-7321-4a94-8db3-9629c7a59cff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11098 | 2024.08.22 02:22:56.737870 [ 190 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 28 rows starting from the beginning of the part | ||
11099 | 2024.08.22 02:22:56.738130 [ 190 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 2 rows starting from the beginning of the part | ||
11100 | 2024.08.22 02:22:56.738485 [ 190 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 28 rows starting from the beginning of the part | ||
11101 | 2024.08.22 02:22:56.739240 [ 3 ] {a5d6574e-7321-4a94-8db3-9629c7a59cff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11102 | 2024.08.22 02:22:56.740265 [ 3 ] {a5d6574e-7321-4a94-8db3-9629c7a59cff} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11103 | 2024.08.22 02:22:56.740326 [ 3 ] {a5d6574e-7321-4a94-8db3-9629c7a59cff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
11104 | 2024.08.22 02:22:56.741498 [ 198 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_50_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 136 rows, containing 5 columns (5 merged, 0 gathered) in 0.005210722 sec., 26100.029899887195 rows/sec., 2.00 MiB/sec. | ||
11105 | 2024.08.22 02:22:56.741503 [ 3 ] {a5d6574e-7321-4a94-8db3-9629c7a59cff} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
11106 | 2024.08.22 02:22:56.741733 [ 198 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_50_10} <Trace> MergedBlockOutputStream: filled checksums all_1_50_10 (state Temporary) | ||
11107 | 2024.08.22 02:22:56.742573 [ 3 ] {a5d6574e-7321-4a94-8db3-9629c7a59cff} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11108 | 2024.08.22 02:22:56.742911 [ 3 ] {a5d6574e-7321-4a94-8db3-9629c7a59cff} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.005739 sec., 16030.667363652205 rows/sec., 1.25 MiB/sec. | ||
11109 | 2024.08.22 02:22:56.742979 [ 198 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_50_10} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Renaming temporary part tmp_merge_all_1_50_10 to all_1_50_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11110 | 2024.08.22 02:22:56.743212 [ 198 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_50_10} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995) (MergerMutator): Merged 6 parts: [all_1_45_9, all_50_50_0] -> all_1_50_10 | ||
11111 | 2024.08.22 02:22:56.743351 [ 3 ] {a5d6574e-7321-4a94-8db3-9629c7a59cff} <Debug> DynamicQueryHandler: Done processing query | ||
11112 | 2024.08.22 02:22:56.743367 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
11113 | 2024.08.22 02:22:56.743400 [ 3 ] {a5d6574e-7321-4a94-8db3-9629c7a59cff} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
11114 | 2024.08.22 02:22:56.743439 [ 3 ] {} <Debug> HTTP-Session: b99304e5-e829-4313-9e07-ec025a9e78f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11115 | 2024.08.22 02:22:56.743656 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 30592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11116 | 2024.08.22 02:22:56.743710 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11117 | 2024.08.22 02:22:56.743729 [ 3 ] {} <Debug> HTTP-Session: 511ed19e-5b0a-4659-abf1-989e00576c3a Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
11118 | 2024.08.22 02:22:56.743747 [ 3 ] {} <Debug> HTTP-Session: 511ed19e-5b0a-4659-abf1-989e00576c3a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11119 | 2024.08.22 02:22:56.743761 [ 3 ] {} <Debug> HTTP-Session: 511ed19e-5b0a-4659-abf1-989e00576c3a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11120 | 2024.08.22 02:22:56.743799 [ 3 ] {} <Trace> HTTP-Session: 511ed19e-5b0a-4659-abf1-989e00576c3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11121 | 2024.08.22 02:22:56.743966 [ 3 ] {1be49e71-ee78-4958-8ee5-8c09533cb5cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11122 | 2024.08.22 02:22:56.744018 [ 3 ] {1be49e71-ee78-4958-8ee5-8c09533cb5cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11123 | 2024.08.22 02:22:56.744195 [ 3 ] {1be49e71-ee78-4958-8ee5-8c09533cb5cf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11124 | 2024.08.22 02:22:56.744581 [ 3 ] {1be49e71-ee78-4958-8ee5-8c09533cb5cf} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11125 | 2024.08.22 02:22:56.744616 [ 3 ] {1be49e71-ee78-4958-8ee5-8c09533cb5cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
11126 | 2024.08.22 02:22:56.745017 [ 3 ] {1be49e71-ee78-4958-8ee5-8c09533cb5cf} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
11127 | 2024.08.22 02:22:56.745383 [ 3 ] {1be49e71-ee78-4958-8ee5-8c09533cb5cf} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11128 | 2024.08.22 02:22:56.745525 [ 3 ] {1be49e71-ee78-4958-8ee5-8c09533cb5cf} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001635 sec., 97859.32721712539 rows/sec., 6.82 MiB/sec. | ||
11129 | 2024.08.22 02:22:56.745689 [ 3 ] {1be49e71-ee78-4958-8ee5-8c09533cb5cf} <Debug> DynamicQueryHandler: Done processing query | ||
11130 | 2024.08.22 02:22:56.745714 [ 3 ] {1be49e71-ee78-4958-8ee5-8c09533cb5cf} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11131 | 2024.08.22 02:22:56.745731 [ 3 ] {} <Debug> HTTP-Session: 511ed19e-5b0a-4659-abf1-989e00576c3a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11132 | 2024.08.22 02:22:56.745901 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 45167, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11133 | 2024.08.22 02:22:56.745951 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11134 | 2024.08.22 02:22:56.745971 [ 3 ] {} <Debug> HTTP-Session: b9a34db2-1246-427b-a35e-2c2740be116b Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
11135 | 2024.08.22 02:22:56.745987 [ 3 ] {} <Debug> HTTP-Session: b9a34db2-1246-427b-a35e-2c2740be116b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11136 | 2024.08.22 02:22:56.746001 [ 3 ] {} <Debug> HTTP-Session: b9a34db2-1246-427b-a35e-2c2740be116b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11137 | 2024.08.22 02:22:56.746034 [ 3 ] {} <Trace> HTTP-Session: b9a34db2-1246-427b-a35e-2c2740be116b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11138 | 2024.08.22 02:22:56.746333 [ 3 ] {3a79a6d4-cf32-4f45-b13f-5f11b6379179} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11139 | 2024.08.22 02:22:56.746400 [ 3 ] {3a79a6d4-cf32-4f45-b13f-5f11b6379179} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
11140 | 2024.08.22 02:22:56.746826 [ 3 ] {3a79a6d4-cf32-4f45-b13f-5f11b6379179} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11141 | 2024.08.22 02:22:56.747411 [ 3 ] {3a79a6d4-cf32-4f45-b13f-5f11b6379179} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11142 | 2024.08.22 02:22:56.747448 [ 3 ] {3a79a6d4-cf32-4f45-b13f-5f11b6379179} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
11143 | 2024.08.22 02:22:56.748083 [ 3 ] {3a79a6d4-cf32-4f45-b13f-5f11b6379179} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
11144 | 2024.08.22 02:22:56.748515 [ 3 ] {3a79a6d4-cf32-4f45-b13f-5f11b6379179} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11145 | 2024.08.22 02:22:56.748668 [ 3 ] {3a79a6d4-cf32-4f45-b13f-5f11b6379179} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.002548 sec., 10989.010989010989 rows/sec., 19.69 MiB/sec. | ||
11146 | 2024.08.22 02:22:56.748866 [ 3 ] {3a79a6d4-cf32-4f45-b13f-5f11b6379179} <Debug> DynamicQueryHandler: Done processing query | ||
11147 | 2024.08.22 02:22:56.748890 [ 3 ] {3a79a6d4-cf32-4f45-b13f-5f11b6379179} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
11148 | 2024.08.22 02:22:56.748906 [ 3 ] {} <Debug> HTTP-Session: b9a34db2-1246-427b-a35e-2c2740be116b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11149 | 2024.08.22 02:22:56.749038 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11150 | 2024.08.22 02:22:56.749087 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11151 | 2024.08.22 02:22:56.749107 [ 3 ] {} <Debug> HTTP-Session: 713c27dc-2cdc-49e1-b852-59eaa3f7f557 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
11152 | 2024.08.22 02:22:56.749123 [ 3 ] {} <Debug> HTTP-Session: 713c27dc-2cdc-49e1-b852-59eaa3f7f557 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11153 | 2024.08.22 02:22:56.749137 [ 3 ] {} <Debug> HTTP-Session: 713c27dc-2cdc-49e1-b852-59eaa3f7f557 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11154 | 2024.08.22 02:22:56.749170 [ 3 ] {} <Trace> HTTP-Session: 713c27dc-2cdc-49e1-b852-59eaa3f7f557 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11155 | 2024.08.22 02:22:56.749288 [ 3 ] {574379b2-0722-4e7a-a014-68f2615960aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11156 | 2024.08.22 02:22:56.749333 [ 3 ] {574379b2-0722-4e7a-a014-68f2615960aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11157 | 2024.08.22 02:22:56.749460 [ 3 ] {574379b2-0722-4e7a-a014-68f2615960aa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11158 | 2024.08.22 02:22:56.749785 [ 3 ] {574379b2-0722-4e7a-a014-68f2615960aa} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11159 | 2024.08.22 02:22:56.749821 [ 3 ] {574379b2-0722-4e7a-a014-68f2615960aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
11160 | 2024.08.22 02:22:56.750185 [ 3 ] {574379b2-0722-4e7a-a014-68f2615960aa} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
11161 | 2024.08.22 02:22:56.750514 [ 3 ] {574379b2-0722-4e7a-a014-68f2615960aa} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11162 | 2024.08.22 02:22:56.750642 [ 3 ] {574379b2-0722-4e7a-a014-68f2615960aa} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001397 sec., 42949.17680744452 rows/sec., 2.89 MiB/sec. | ||
11163 | 2024.08.22 02:22:56.750884 [ 3 ] {574379b2-0722-4e7a-a014-68f2615960aa} <Debug> DynamicQueryHandler: Done processing query | ||
11164 | 2024.08.22 02:22:56.750936 [ 3 ] {574379b2-0722-4e7a-a014-68f2615960aa} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11165 | 2024.08.22 02:22:56.750990 [ 3 ] {} <Debug> HTTP-Session: 713c27dc-2cdc-49e1-b852-59eaa3f7f557 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11166 | 2024.08.22 02:23:00.126273 [ 141 ] {} <Debug> DNSResolver: Updating DNS cache | ||
11167 | 2024.08.22 02:23:00.126374 [ 141 ] {} <Debug> DNSResolver: Updated DNS cache | ||
11168 | 2024.08.22 02:23:01.734930 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 28974, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11169 | 2024.08.22 02:23:01.735046 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11170 | 2024.08.22 02:23:01.735072 [ 3 ] {} <Debug> HTTP-Session: c82813b5-e790-4bc9-8795-ccab9121c807 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
11171 | 2024.08.22 02:23:01.735096 [ 3 ] {} <Debug> HTTP-Session: c82813b5-e790-4bc9-8795-ccab9121c807 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11172 | 2024.08.22 02:23:01.735110 [ 3 ] {} <Debug> HTTP-Session: c82813b5-e790-4bc9-8795-ccab9121c807 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11173 | 2024.08.22 02:23:01.735161 [ 3 ] {} <Trace> HTTP-Session: c82813b5-e790-4bc9-8795-ccab9121c807 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11174 | 2024.08.22 02:23:01.735402 [ 3 ] {1d315d47-6fb8-4795-9fb1-5c5113e44cfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11175 | 2024.08.22 02:23:01.735469 [ 3 ] {1d315d47-6fb8-4795-9fb1-5c5113e44cfe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11176 | 2024.08.22 02:23:01.735805 [ 3 ] {1d315d47-6fb8-4795-9fb1-5c5113e44cfe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11177 | 2024.08.22 02:23:01.736336 [ 3 ] {1d315d47-6fb8-4795-9fb1-5c5113e44cfe} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11178 | 2024.08.22 02:23:01.736375 [ 3 ] {1d315d47-6fb8-4795-9fb1-5c5113e44cfe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
11179 | 2024.08.22 02:23:01.736799 [ 3 ] {1d315d47-6fb8-4795-9fb1-5c5113e44cfe} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
11180 | 2024.08.22 02:23:01.737176 [ 3 ] {1d315d47-6fb8-4795-9fb1-5c5113e44cfe} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11181 | 2024.08.22 02:23:01.737348 [ 3 ] {1d315d47-6fb8-4795-9fb1-5c5113e44cfe} <Debug> executeQuery: Read 193 rows, 17.24 KiB in 0.002041 sec., 94561.48946594808 rows/sec., 8.25 MiB/sec. | ||
11182 | 2024.08.22 02:23:01.737575 [ 3 ] {1d315d47-6fb8-4795-9fb1-5c5113e44cfe} <Debug> DynamicQueryHandler: Done processing query | ||
11183 | 2024.08.22 02:23:01.737611 [ 3 ] {1d315d47-6fb8-4795-9fb1-5c5113e44cfe} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
11184 | 2024.08.22 02:23:01.737632 [ 3 ] {} <Debug> HTTP-Session: c82813b5-e790-4bc9-8795-ccab9121c807 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11185 | 2024.08.22 02:23:01.737855 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11186 | 2024.08.22 02:23:01.737905 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11187 | 2024.08.22 02:23:01.737924 [ 3 ] {} <Debug> HTTP-Session: 421fab8b-dc49-45af-94da-137f457cdb35 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
11188 | 2024.08.22 02:23:01.737941 [ 3 ] {} <Debug> HTTP-Session: 421fab8b-dc49-45af-94da-137f457cdb35 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11189 | 2024.08.22 02:23:01.737955 [ 3 ] {} <Debug> HTTP-Session: 421fab8b-dc49-45af-94da-137f457cdb35 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11190 | 2024.08.22 02:23:01.737987 [ 3 ] {} <Trace> HTTP-Session: 421fab8b-dc49-45af-94da-137f457cdb35 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11191 | 2024.08.22 02:23:01.738084 [ 3 ] {afc15fe5-793a-4be2-acf1-be715454a659} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
11192 | 2024.08.22 02:23:01.738129 [ 3 ] {afc15fe5-793a-4be2-acf1-be715454a659} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11193 | 2024.08.22 02:23:01.738356 [ 3 ] {afc15fe5-793a-4be2-acf1-be715454a659} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11194 | 2024.08.22 02:23:01.738702 [ 3 ] {afc15fe5-793a-4be2-acf1-be715454a659} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11195 | 2024.08.22 02:23:01.738739 [ 3 ] {afc15fe5-793a-4be2-acf1-be715454a659} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
11196 | 2024.08.22 02:23:01.739096 [ 3 ] {afc15fe5-793a-4be2-acf1-be715454a659} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
11197 | 2024.08.22 02:23:01.739454 [ 3 ] {afc15fe5-793a-4be2-acf1-be715454a659} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11198 | 2024.08.22 02:23:01.739619 [ 3 ] {afc15fe5-793a-4be2-acf1-be715454a659} <Debug> executeQuery: Read 2 rows, 154.00 B in 0.001554 sec., 1287.001287001287 rows/sec., 96.78 KiB/sec. | ||
11199 | 2024.08.22 02:23:01.739901 [ 3 ] {afc15fe5-793a-4be2-acf1-be715454a659} <Debug> DynamicQueryHandler: Done processing query | ||
11200 | 2024.08.22 02:23:01.739957 [ 3 ] {afc15fe5-793a-4be2-acf1-be715454a659} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11201 | 2024.08.22 02:23:01.739999 [ 3 ] {} <Debug> HTTP-Session: 421fab8b-dc49-45af-94da-137f457cdb35 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11202 | 2024.08.22 02:23:01.740155 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11203 | 2024.08.22 02:23:01.740206 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11204 | 2024.08.22 02:23:01.740227 [ 3 ] {} <Debug> HTTP-Session: 7bbbb457-da53-489e-8018-38c522537765 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
11205 | 2024.08.22 02:23:01.740244 [ 3 ] {} <Debug> HTTP-Session: 7bbbb457-da53-489e-8018-38c522537765 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11206 | 2024.08.22 02:23:01.740257 [ 3 ] {} <Debug> HTTP-Session: 7bbbb457-da53-489e-8018-38c522537765 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11207 | 2024.08.22 02:23:01.740289 [ 3 ] {} <Trace> HTTP-Session: 7bbbb457-da53-489e-8018-38c522537765 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11208 | 2024.08.22 02:23:01.740405 [ 3 ] {a0f1bed1-ac30-469b-934a-a1a8fa99bbd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
11209 | 2024.08.22 02:23:01.740456 [ 3 ] {a0f1bed1-ac30-469b-934a-a1a8fa99bbd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
11210 | 2024.08.22 02:23:01.740727 [ 3 ] {a0f1bed1-ac30-469b-934a-a1a8fa99bbd7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11211 | 2024.08.22 02:23:01.741065 [ 3 ] {a0f1bed1-ac30-469b-934a-a1a8fa99bbd7} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11212 | 2024.08.22 02:23:01.741102 [ 3 ] {a0f1bed1-ac30-469b-934a-a1a8fa99bbd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
11213 | 2024.08.22 02:23:01.741461 [ 3 ] {a0f1bed1-ac30-469b-934a-a1a8fa99bbd7} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
11214 | 2024.08.22 02:23:01.741808 [ 3 ] {a0f1bed1-ac30-469b-934a-a1a8fa99bbd7} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11215 | 2024.08.22 02:23:01.741967 [ 3 ] {a0f1bed1-ac30-469b-934a-a1a8fa99bbd7} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001587 sec., 8821.676118462507 rows/sec., 617.81 KiB/sec. | ||
11216 | 2024.08.22 02:23:01.741979 [ 139 ] {} <Debug> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
11217 | 2024.08.22 02:23:01.742098 [ 139 ] {} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11218 | 2024.08.22 02:23:01.742134 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
11219 | 2024.08.22 02:23:01.742214 [ 3 ] {a0f1bed1-ac30-469b-934a-a1a8fa99bbd7} <Debug> DynamicQueryHandler: Done processing query | ||
11220 | 2024.08.22 02:23:01.742272 [ 3 ] {a0f1bed1-ac30-469b-934a-a1a8fa99bbd7} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11221 | 2024.08.22 02:23:01.742330 [ 3 ] {} <Debug> HTTP-Session: 7bbbb457-da53-489e-8018-38c522537765 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11222 | 2024.08.22 02:23:01.742394 [ 198 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::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 | ||
11223 | 2024.08.22 02:23:01.742508 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11224 | 2024.08.22 02:23:01.742609 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11225 | 2024.08.22 02:23:01.742668 [ 3 ] {} <Debug> HTTP-Session: 2e94daa4-0219-4470-8402-4082100c2b6f Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
11226 | 2024.08.22 02:23:01.742719 [ 3 ] {} <Debug> HTTP-Session: 2e94daa4-0219-4470-8402-4082100c2b6f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11227 | 2024.08.22 02:23:01.742731 [ 198 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11228 | 2024.08.22 02:23:01.742747 [ 3 ] {} <Debug> HTTP-Session: 2e94daa4-0219-4470-8402-4082100c2b6f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11229 | 2024.08.22 02:23:01.742795 [ 198 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 243 rows starting from the beginning of the part | ||
11230 | 2024.08.22 02:23:01.742821 [ 3 ] {} <Trace> HTTP-Session: 2e94daa4-0219-4470-8402-4082100c2b6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11231 | 2024.08.22 02:23:01.742970 [ 198 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 14 rows starting from the beginning of the part | ||
11232 | 2024.08.22 02:23:01.743169 [ 3 ] {0256f880-2486-44e6-96ef-495521d74947} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
11233 | 2024.08.22 02:23:01.743331 [ 198 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 14 rows starting from the beginning of the part | ||
11234 | 2024.08.22 02:23:01.743356 [ 3 ] {0256f880-2486-44e6-96ef-495521d74947} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
11235 | 2024.08.22 02:23:01.743657 [ 198 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 228 rows starting from the beginning of the part | ||
11236 | 2024.08.22 02:23:01.743994 [ 198 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 14 rows starting from the beginning of the part | ||
11237 | 2024.08.22 02:23:01.744309 [ 198 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 14 rows starting from the beginning of the part | ||
11238 | 2024.08.22 02:23:01.745039 [ 3 ] {0256f880-2486-44e6-96ef-495521d74947} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11239 | 2024.08.22 02:23:01.745864 [ 3 ] {0256f880-2486-44e6-96ef-495521d74947} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11240 | 2024.08.22 02:23:01.745941 [ 3 ] {0256f880-2486-44e6-96ef-495521d74947} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
11241 | 2024.08.22 02:23:01.746999 [ 3 ] {0256f880-2486-44e6-96ef-495521d74947} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
11242 | 2024.08.22 02:23:01.747341 [ 197 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 527 rows, containing 5 columns (5 merged, 0 gathered) in 0.005096541 sec., 103403.46521297484 rows/sec., 7.03 MiB/sec. | ||
11243 | 2024.08.22 02:23:01.747636 [ 197 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
11244 | 2024.08.22 02:23:01.747821 [ 3 ] {0256f880-2486-44e6-96ef-495521d74947} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11245 | 2024.08.22 02:23:01.748086 [ 3 ] {0256f880-2486-44e6-96ef-495521d74947} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.00509 sec., 1178.7819253438115 rows/sec., 69.64 KiB/sec. | ||
11246 | 2024.08.22 02:23:01.748916 [ 3 ] {0256f880-2486-44e6-96ef-495521d74947} <Debug> DynamicQueryHandler: Done processing query | ||
11247 | 2024.08.22 02:23:01.748992 [ 3 ] {0256f880-2486-44e6-96ef-495521d74947} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11248 | 2024.08.22 02:23:01.749054 [ 3 ] {} <Debug> HTTP-Session: 2e94daa4-0219-4470-8402-4082100c2b6f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11249 | 2024.08.22 02:23:01.749283 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 62104, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11250 | 2024.08.22 02:23:01.749300 [ 197 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_36_7} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11251 | 2024.08.22 02:23:01.749381 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11252 | 2024.08.22 02:23:01.749429 [ 3 ] {} <Debug> HTTP-Session: e7dba75b-bda5-49ba-8dc4-b194dc6fe7c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
11253 | 2024.08.22 02:23:01.749448 [ 3 ] {} <Debug> HTTP-Session: e7dba75b-bda5-49ba-8dc4-b194dc6fe7c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11254 | 2024.08.22 02:23:01.749474 [ 3 ] {} <Debug> HTTP-Session: e7dba75b-bda5-49ba-8dc4-b194dc6fe7c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11255 | 2024.08.22 02:23:01.749474 [ 197 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_36_7} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
11256 | 2024.08.22 02:23:01.749527 [ 3 ] {} <Trace> HTTP-Session: e7dba75b-bda5-49ba-8dc4-b194dc6fe7c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11257 | 2024.08.22 02:23:01.749658 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
11258 | 2024.08.22 02:23:01.749816 [ 3 ] {813a8f3f-cbed-447c-8174-302acb6abd36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11259 | 2024.08.22 02:23:01.749866 [ 3 ] {813a8f3f-cbed-447c-8174-302acb6abd36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11260 | 2024.08.22 02:23:01.750111 [ 3 ] {813a8f3f-cbed-447c-8174-302acb6abd36} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11261 | 2024.08.22 02:23:01.750683 [ 3 ] {813a8f3f-cbed-447c-8174-302acb6abd36} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11262 | 2024.08.22 02:23:01.750719 [ 3 ] {813a8f3f-cbed-447c-8174-302acb6abd36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
11263 | 2024.08.22 02:23:01.751103 [ 3 ] {813a8f3f-cbed-447c-8174-302acb6abd36} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
11264 | 2024.08.22 02:23:01.751467 [ 3 ] {813a8f3f-cbed-447c-8174-302acb6abd36} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11265 | 2024.08.22 02:23:01.751625 [ 3 ] {813a8f3f-cbed-447c-8174-302acb6abd36} <Debug> executeQuery: Read 384 rows, 27.84 KiB in 0.00194 sec., 197938.1443298969 rows/sec., 14.02 MiB/sec. | ||
11266 | 2024.08.22 02:23:01.751882 [ 3 ] {813a8f3f-cbed-447c-8174-302acb6abd36} <Debug> DynamicQueryHandler: Done processing query | ||
11267 | 2024.08.22 02:23:01.751938 [ 3 ] {813a8f3f-cbed-447c-8174-302acb6abd36} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
11268 | 2024.08.22 02:23:01.751992 [ 3 ] {} <Debug> HTTP-Session: e7dba75b-bda5-49ba-8dc4-b194dc6fe7c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11269 | 2024.08.22 02:23:01.752274 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11270 | 2024.08.22 02:23:01.752325 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11271 | 2024.08.22 02:23:01.752345 [ 3 ] {} <Debug> HTTP-Session: 28f5e60b-e8fa-462b-9779-91e2940f5c6b Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
11272 | 2024.08.22 02:23:01.752362 [ 3 ] {} <Debug> HTTP-Session: 28f5e60b-e8fa-462b-9779-91e2940f5c6b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11273 | 2024.08.22 02:23:01.752375 [ 3 ] {} <Debug> HTTP-Session: 28f5e60b-e8fa-462b-9779-91e2940f5c6b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11274 | 2024.08.22 02:23:01.752407 [ 3 ] {} <Trace> HTTP-Session: 28f5e60b-e8fa-462b-9779-91e2940f5c6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11275 | 2024.08.22 02:23:01.752506 [ 3 ] {2beb1f64-7ce9-43c9-88c5-4ec70651b859} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
11276 | 2024.08.22 02:23:01.752553 [ 3 ] {2beb1f64-7ce9-43c9-88c5-4ec70651b859} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
11277 | 2024.08.22 02:23:01.752697 [ 3 ] {2beb1f64-7ce9-43c9-88c5-4ec70651b859} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11278 | 2024.08.22 02:23:01.752932 [ 3 ] {2beb1f64-7ce9-43c9-88c5-4ec70651b859} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11279 | 2024.08.22 02:23:01.752967 [ 3 ] {2beb1f64-7ce9-43c9-88c5-4ec70651b859} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
11280 | 2024.08.22 02:23:01.753315 [ 3 ] {2beb1f64-7ce9-43c9-88c5-4ec70651b859} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
11281 | 2024.08.22 02:23:01.753631 [ 3 ] {2beb1f64-7ce9-43c9-88c5-4ec70651b859} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11282 | 2024.08.22 02:23:01.753784 [ 139 ] {} <Debug> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
11283 | 2024.08.22 02:23:01.753793 [ 3 ] {2beb1f64-7ce9-43c9-88c5-4ec70651b859} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001301 sec., 4611.837048424289 rows/sec., 240.95 KiB/sec. | ||
11284 | 2024.08.22 02:23:01.753846 [ 139 ] {} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11285 | 2024.08.22 02:23:01.753912 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
11286 | 2024.08.22 02:23:01.754093 [ 3 ] {2beb1f64-7ce9-43c9-88c5-4ec70651b859} <Debug> DynamicQueryHandler: Done processing query | ||
11287 | 2024.08.22 02:23:01.754112 [ 188 ] {0b6dfbbe-deac-48d2-bc82-b319c8f68a7a::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 | ||
11288 | 2024.08.22 02:23:01.754140 [ 3 ] {2beb1f64-7ce9-43c9-88c5-4ec70651b859} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
11289 | 2024.08.22 02:23:01.754193 [ 3 ] {} <Debug> HTTP-Session: 28f5e60b-e8fa-462b-9779-91e2940f5c6b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11290 | 2024.08.22 02:23:01.754378 [ 188 ] {0b6dfbbe-deac-48d2-bc82-b319c8f68a7a::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11291 | 2024.08.22 02:23:01.754386 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 44601, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11292 | 2024.08.22 02:23:01.754415 [ 188 ] {0b6dfbbe-deac-48d2-bc82-b319c8f68a7a::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 | ||
11293 | 2024.08.22 02:23:01.754450 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11294 | 2024.08.22 02:23:01.754487 [ 3 ] {} <Debug> HTTP-Session: 4bd9692c-e35c-4b5f-98f7-32831006ccba Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
11295 | 2024.08.22 02:23:01.754573 [ 3 ] {} <Debug> HTTP-Session: 4bd9692c-e35c-4b5f-98f7-32831006ccba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11296 | 2024.08.22 02:23:01.754605 [ 188 ] {0b6dfbbe-deac-48d2-bc82-b319c8f68a7a::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 | ||
11297 | 2024.08.22 02:23:01.754630 [ 3 ] {} <Debug> HTTP-Session: 4bd9692c-e35c-4b5f-98f7-32831006ccba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11298 | 2024.08.22 02:23:01.754797 [ 3 ] {} <Trace> HTTP-Session: 4bd9692c-e35c-4b5f-98f7-32831006ccba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11299 | 2024.08.22 02:23:01.754933 [ 188 ] {0b6dfbbe-deac-48d2-bc82-b319c8f68a7a::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 | ||
11300 | 2024.08.22 02:23:01.755201 [ 188 ] {0b6dfbbe-deac-48d2-bc82-b319c8f68a7a::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 | ||
11301 | 2024.08.22 02:23:01.755225 [ 3 ] {6a57dba3-1db3-419e-8db9-c894d041e8a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11302 | 2024.08.22 02:23:01.755471 [ 3 ] {6a57dba3-1db3-419e-8db9-c894d041e8a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11303 | 2024.08.22 02:23:01.755554 [ 188 ] {0b6dfbbe-deac-48d2-bc82-b319c8f68a7a::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 | ||
11304 | 2024.08.22 02:23:01.755882 [ 188 ] {0b6dfbbe-deac-48d2-bc82-b319c8f68a7a::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 | ||
11305 | 2024.08.22 02:23:01.756510 [ 3 ] {6a57dba3-1db3-419e-8db9-c894d041e8a5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11306 | 2024.08.22 02:23:01.757146 [ 3 ] {6a57dba3-1db3-419e-8db9-c894d041e8a5} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11307 | 2024.08.22 02:23:01.757190 [ 3 ] {6a57dba3-1db3-419e-8db9-c894d041e8a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
11308 | 2024.08.22 02:23:01.757697 [ 186 ] {0b6dfbbe-deac-48d2-bc82-b319c8f68a7a::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 156 rows, containing 4 columns (4 merged, 0 gathered) in 0.003703425 sec., 42123.16976852508 rows/sec., 2.15 MiB/sec. | ||
11309 | 2024.08.22 02:23:01.757787 [ 3 ] {6a57dba3-1db3-419e-8db9-c894d041e8a5} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
11310 | 2024.08.22 02:23:01.757939 [ 186 ] {0b6dfbbe-deac-48d2-bc82-b319c8f68a7a::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
11311 | 2024.08.22 02:23:01.758799 [ 3 ] {6a57dba3-1db3-419e-8db9-c894d041e8a5} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11312 | 2024.08.22 02:23:01.759134 [ 3 ] {6a57dba3-1db3-419e-8db9-c894d041e8a5} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.004129 sec., 57398.88592879632 rows/sec., 3.85 MiB/sec. | ||
11313 | 2024.08.22 02:23:01.759304 [ 186 ] {0b6dfbbe-deac-48d2-bc82-b319c8f68a7a::all_1_26_5} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11314 | 2024.08.22 02:23:01.759700 [ 3 ] {6a57dba3-1db3-419e-8db9-c894d041e8a5} <Debug> DynamicQueryHandler: Done processing query | ||
11315 | 2024.08.22 02:23:01.759727 [ 186 ] {0b6dfbbe-deac-48d2-bc82-b319c8f68a7a::all_1_26_5} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
11316 | 2024.08.22 02:23:01.759770 [ 3 ] {6a57dba3-1db3-419e-8db9-c894d041e8a5} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
11317 | 2024.08.22 02:23:01.759846 [ 3 ] {} <Debug> HTTP-Session: 4bd9692c-e35c-4b5f-98f7-32831006ccba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11318 | 2024.08.22 02:23:01.760052 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
11319 | 2024.08.22 02:23:01.760168 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11320 | 2024.08.22 02:23:01.760259 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11321 | 2024.08.22 02:23:01.760284 [ 3 ] {} <Debug> HTTP-Session: f98ed50c-da47-40a4-b21a-04632d228295 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
11322 | 2024.08.22 02:23:01.760301 [ 3 ] {} <Debug> HTTP-Session: f98ed50c-da47-40a4-b21a-04632d228295 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11323 | 2024.08.22 02:23:01.760314 [ 3 ] {} <Debug> HTTP-Session: f98ed50c-da47-40a4-b21a-04632d228295 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11324 | 2024.08.22 02:23:01.760349 [ 3 ] {} <Trace> HTTP-Session: f98ed50c-da47-40a4-b21a-04632d228295 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11325 | 2024.08.22 02:23:01.760451 [ 3 ] {668afe87-5812-4940-85be-81bcb0317e95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
11326 | 2024.08.22 02:23:01.760499 [ 3 ] {668afe87-5812-4940-85be-81bcb0317e95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
11327 | 2024.08.22 02:23:01.760660 [ 3 ] {668afe87-5812-4940-85be-81bcb0317e95} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11328 | 2024.08.22 02:23:01.760962 [ 3 ] {668afe87-5812-4940-85be-81bcb0317e95} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11329 | 2024.08.22 02:23:01.760997 [ 3 ] {668afe87-5812-4940-85be-81bcb0317e95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
11330 | 2024.08.22 02:23:01.761350 [ 3 ] {668afe87-5812-4940-85be-81bcb0317e95} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
11331 | 2024.08.22 02:23:01.761667 [ 3 ] {668afe87-5812-4940-85be-81bcb0317e95} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11332 | 2024.08.22 02:23:01.761823 [ 3 ] {668afe87-5812-4940-85be-81bcb0317e95} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001391 sec., 718.9072609633357 rows/sec., 48.44 KiB/sec. | ||
11333 | 2024.08.22 02:23:01.761988 [ 3 ] {668afe87-5812-4940-85be-81bcb0317e95} <Debug> DynamicQueryHandler: Done processing query | ||
11334 | 2024.08.22 02:23:01.762038 [ 3 ] {668afe87-5812-4940-85be-81bcb0317e95} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
11335 | 2024.08.22 02:23:01.762054 [ 3 ] {} <Debug> HTTP-Session: f98ed50c-da47-40a4-b21a-04632d228295 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11336 | 2024.08.22 02:23:01.762164 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 3288, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11337 | 2024.08.22 02:23:01.762212 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11338 | 2024.08.22 02:23:01.762230 [ 3 ] {} <Debug> HTTP-Session: bbfaae12-a2cd-49fc-9397-32f8322644f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
11339 | 2024.08.22 02:23:01.762246 [ 3 ] {} <Debug> HTTP-Session: bbfaae12-a2cd-49fc-9397-32f8322644f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11340 | 2024.08.22 02:23:01.762259 [ 3 ] {} <Debug> HTTP-Session: bbfaae12-a2cd-49fc-9397-32f8322644f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11341 | 2024.08.22 02:23:01.762290 [ 3 ] {} <Trace> HTTP-Session: bbfaae12-a2cd-49fc-9397-32f8322644f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11342 | 2024.08.22 02:23:01.762400 [ 3 ] {e3fc6d80-4e2f-4405-a44a-edda52cf87a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11343 | 2024.08.22 02:23:01.762461 [ 3 ] {e3fc6d80-4e2f-4405-a44a-edda52cf87a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
11344 | 2024.08.22 02:23:01.762900 [ 3 ] {e3fc6d80-4e2f-4405-a44a-edda52cf87a8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11345 | 2024.08.22 02:23:01.763319 [ 3 ] {e3fc6d80-4e2f-4405-a44a-edda52cf87a8} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11346 | 2024.08.22 02:23:01.763358 [ 3 ] {e3fc6d80-4e2f-4405-a44a-edda52cf87a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
11347 | 2024.08.22 02:23:01.763913 [ 3 ] {e3fc6d80-4e2f-4405-a44a-edda52cf87a8} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
11348 | 2024.08.22 02:23:01.764307 [ 3 ] {e3fc6d80-4e2f-4405-a44a-edda52cf87a8} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11349 | 2024.08.22 02:23:01.764498 [ 139 ] {} <Debug> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
11350 | 2024.08.22 02:23:01.764642 [ 139 ] {} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11351 | 2024.08.22 02:23:01.764525 [ 3 ] {e3fc6d80-4e2f-4405-a44a-edda52cf87a8} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.002163 sec., 924.6417013407305 rows/sec., 1.66 MiB/sec. | ||
11352 | 2024.08.22 02:23:01.764675 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
11353 | 2024.08.22 02:23:01.765063 [ 192 ] {54363e51-69d9-4b16-adfe-43c651565682::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 | ||
11354 | 2024.08.22 02:23:01.765352 [ 3 ] {e3fc6d80-4e2f-4405-a44a-edda52cf87a8} <Debug> DynamicQueryHandler: Done processing query | ||
11355 | 2024.08.22 02:23:01.765428 [ 3 ] {e3fc6d80-4e2f-4405-a44a-edda52cf87a8} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
11356 | 2024.08.22 02:23:01.765467 [ 3 ] {} <Debug> HTTP-Session: bbfaae12-a2cd-49fc-9397-32f8322644f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11357 | 2024.08.22 02:23:01.765660 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 12133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11358 | 2024.08.22 02:23:01.765715 [ 192 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11359 | 2024.08.22 02:23:01.765742 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11360 | 2024.08.22 02:23:01.765782 [ 3 ] {} <Debug> HTTP-Session: 5d005850-0bc6-4c31-bf96-dbf3e7dd613d Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
11361 | 2024.08.22 02:23:01.765807 [ 192 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 768 rows starting from the beginning of the part | ||
11362 | 2024.08.22 02:23:01.765816 [ 3 ] {} <Debug> HTTP-Session: 5d005850-0bc6-4c31-bf96-dbf3e7dd613d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11363 | 2024.08.22 02:23:01.765840 [ 3 ] {} <Debug> HTTP-Session: 5d005850-0bc6-4c31-bf96-dbf3e7dd613d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11364 | 2024.08.22 02:23:01.765898 [ 3 ] {} <Trace> HTTP-Session: 5d005850-0bc6-4c31-bf96-dbf3e7dd613d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11365 | 2024.08.22 02:23:01.766276 [ 3 ] {1b40389a-fa07-4ce9-b269-1e166ba998be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11366 | 2024.08.22 02:23:01.766350 [ 192 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 2 rows starting from the beginning of the part | ||
11367 | 2024.08.22 02:23:01.766372 [ 3 ] {1b40389a-fa07-4ce9-b269-1e166ba998be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11368 | 2024.08.22 02:23:01.767060 [ 3 ] {1b40389a-fa07-4ce9-b269-1e166ba998be} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11369 | 2024.08.22 02:23:01.767071 [ 192 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 28 rows starting from the beginning of the part | ||
11370 | 2024.08.22 02:23:01.767558 [ 192 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 2 rows starting from the beginning of the part | ||
11371 | 2024.08.22 02:23:01.767906 [ 3 ] {1b40389a-fa07-4ce9-b269-1e166ba998be} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11372 | 2024.08.22 02:23:01.768006 [ 3 ] {1b40389a-fa07-4ce9-b269-1e166ba998be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
11373 | 2024.08.22 02:23:01.768063 [ 192 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 28 rows starting from the beginning of the part | ||
11374 | 2024.08.22 02:23:01.768550 [ 192 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 2 rows starting from the beginning of the part | ||
11375 | 2024.08.22 02:23:01.769153 [ 3 ] {1b40389a-fa07-4ce9-b269-1e166ba998be} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
11376 | 2024.08.22 02:23:01.769711 [ 3 ] {1b40389a-fa07-4ce9-b269-1e166ba998be} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11377 | 2024.08.22 02:23:01.769890 [ 3 ] {1b40389a-fa07-4ce9-b269-1e166ba998be} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.003785 sec., 21664.46499339498 rows/sec., 1.38 MiB/sec. | ||
11378 | 2024.08.22 02:23:01.770073 [ 3 ] {1b40389a-fa07-4ce9-b269-1e166ba998be} <Debug> DynamicQueryHandler: Done processing query | ||
11379 | 2024.08.22 02:23:01.770098 [ 3 ] {1b40389a-fa07-4ce9-b269-1e166ba998be} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11380 | 2024.08.22 02:23:01.770113 [ 3 ] {} <Debug> HTTP-Session: 5d005850-0bc6-4c31-bf96-dbf3e7dd613d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11381 | 2024.08.22 02:23:01.775842 [ 186 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 830 rows, containing 19 columns (19 merged, 0 gathered) in 0.011009586 sec., 75388.84750071437 rows/sec., 135.09 MiB/sec. | ||
11382 | 2024.08.22 02:23:01.776644 [ 188 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
11383 | 2024.08.22 02:23:01.777180 [ 188 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_51_10} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11384 | 2024.08.22 02:23:01.777259 [ 188 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_51_10} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
11385 | 2024.08.22 02:23:01.777359 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.48 MiB. | ||
11386 | 2024.08.22 02:23:06.731651 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 16453, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11387 | 2024.08.22 02:23:06.731773 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11388 | 2024.08.22 02:23:06.731799 [ 3 ] {} <Debug> HTTP-Session: fc0ca578-445e-4556-9a44-3caac9ab81ea Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
11389 | 2024.08.22 02:23:06.731824 [ 3 ] {} <Debug> HTTP-Session: fc0ca578-445e-4556-9a44-3caac9ab81ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11390 | 2024.08.22 02:23:06.731839 [ 3 ] {} <Debug> HTTP-Session: fc0ca578-445e-4556-9a44-3caac9ab81ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11391 | 2024.08.22 02:23:06.731887 [ 3 ] {} <Trace> HTTP-Session: fc0ca578-445e-4556-9a44-3caac9ab81ea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11392 | 2024.08.22 02:23:06.732096 [ 3 ] {63dc04f0-8401-419e-bd5d-ebd30daefe37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11393 | 2024.08.22 02:23:06.732164 [ 3 ] {63dc04f0-8401-419e-bd5d-ebd30daefe37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11394 | 2024.08.22 02:23:06.732502 [ 3 ] {63dc04f0-8401-419e-bd5d-ebd30daefe37} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11395 | 2024.08.22 02:23:06.733075 [ 3 ] {63dc04f0-8401-419e-bd5d-ebd30daefe37} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11396 | 2024.08.22 02:23:06.733123 [ 3 ] {63dc04f0-8401-419e-bd5d-ebd30daefe37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
11397 | 2024.08.22 02:23:06.733566 [ 3 ] {63dc04f0-8401-419e-bd5d-ebd30daefe37} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
11398 | 2024.08.22 02:23:06.733954 [ 3 ] {63dc04f0-8401-419e-bd5d-ebd30daefe37} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11399 | 2024.08.22 02:23:06.734113 [ 3 ] {63dc04f0-8401-419e-bd5d-ebd30daefe37} <Debug> executeQuery: Read 112 rows, 9.63 KiB in 0.002094 sec., 53486.15090735435 rows/sec., 4.49 MiB/sec. | ||
11400 | 2024.08.22 02:23:06.734366 [ 3 ] {63dc04f0-8401-419e-bd5d-ebd30daefe37} <Debug> DynamicQueryHandler: Done processing query | ||
11401 | 2024.08.22 02:23:06.734395 [ 3 ] {63dc04f0-8401-419e-bd5d-ebd30daefe37} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
11402 | 2024.08.22 02:23:06.734412 [ 3 ] {} <Debug> HTTP-Session: fc0ca578-445e-4556-9a44-3caac9ab81ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11403 | 2024.08.22 02:23:06.734594 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 4068, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11404 | 2024.08.22 02:23:06.734649 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11405 | 2024.08.22 02:23:06.734670 [ 3 ] {} <Debug> HTTP-Session: a568f678-9478-4419-95ac-fb8ae86940ab Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
11406 | 2024.08.22 02:23:06.734688 [ 3 ] {} <Debug> HTTP-Session: a568f678-9478-4419-95ac-fb8ae86940ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11407 | 2024.08.22 02:23:06.734702 [ 3 ] {} <Debug> HTTP-Session: a568f678-9478-4419-95ac-fb8ae86940ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11408 | 2024.08.22 02:23:06.734740 [ 3 ] {} <Trace> HTTP-Session: a568f678-9478-4419-95ac-fb8ae86940ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11409 | 2024.08.22 02:23:06.734859 [ 3 ] {35f8b2a7-14c6-4727-a640-ba519d60e232} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
11410 | 2024.08.22 02:23:06.734907 [ 3 ] {35f8b2a7-14c6-4727-a640-ba519d60e232} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11411 | 2024.08.22 02:23:06.735154 [ 3 ] {35f8b2a7-14c6-4727-a640-ba519d60e232} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11412 | 2024.08.22 02:23:06.735538 [ 3 ] {35f8b2a7-14c6-4727-a640-ba519d60e232} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11413 | 2024.08.22 02:23:06.735591 [ 3 ] {35f8b2a7-14c6-4727-a640-ba519d60e232} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
11414 | 2024.08.22 02:23:06.736042 [ 3 ] {35f8b2a7-14c6-4727-a640-ba519d60e232} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
11415 | 2024.08.22 02:23:06.736488 [ 3 ] {35f8b2a7-14c6-4727-a640-ba519d60e232} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11416 | 2024.08.22 02:23:06.736678 [ 3 ] {35f8b2a7-14c6-4727-a640-ba519d60e232} <Debug> executeQuery: Read 28 rows, 2.11 KiB in 0.001847 sec., 15159.718462371415 rows/sec., 1.11 MiB/sec. | ||
11417 | 2024.08.22 02:23:06.736855 [ 3 ] {35f8b2a7-14c6-4727-a640-ba519d60e232} <Debug> DynamicQueryHandler: Done processing query | ||
11418 | 2024.08.22 02:23:06.736882 [ 3 ] {35f8b2a7-14c6-4727-a640-ba519d60e232} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11419 | 2024.08.22 02:23:06.736899 [ 3 ] {} <Debug> HTTP-Session: a568f678-9478-4419-95ac-fb8ae86940ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11420 | 2024.08.22 02:23:06.737046 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 15623, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11421 | 2024.08.22 02:23:06.737098 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11422 | 2024.08.22 02:23:06.737118 [ 3 ] {} <Debug> HTTP-Session: f2ac8989-cadb-4f05-8042-471208cb1d4c Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
11423 | 2024.08.22 02:23:06.737135 [ 3 ] {} <Debug> HTTP-Session: f2ac8989-cadb-4f05-8042-471208cb1d4c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11424 | 2024.08.22 02:23:06.737149 [ 3 ] {} <Debug> HTTP-Session: f2ac8989-cadb-4f05-8042-471208cb1d4c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11425 | 2024.08.22 02:23:06.737183 [ 3 ] {} <Trace> HTTP-Session: f2ac8989-cadb-4f05-8042-471208cb1d4c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11426 | 2024.08.22 02:23:06.737306 [ 3 ] {87ff7ff7-354f-4f94-861a-986fe80bd1bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11427 | 2024.08.22 02:23:06.737353 [ 3 ] {87ff7ff7-354f-4f94-861a-986fe80bd1bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11428 | 2024.08.22 02:23:06.737584 [ 3 ] {87ff7ff7-354f-4f94-861a-986fe80bd1bc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11429 | 2024.08.22 02:23:06.737956 [ 3 ] {87ff7ff7-354f-4f94-861a-986fe80bd1bc} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11430 | 2024.08.22 02:23:06.737994 [ 3 ] {87ff7ff7-354f-4f94-861a-986fe80bd1bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
11431 | 2024.08.22 02:23:06.738348 [ 3 ] {87ff7ff7-354f-4f94-861a-986fe80bd1bc} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
11432 | 2024.08.22 02:23:06.738718 [ 3 ] {87ff7ff7-354f-4f94-861a-986fe80bd1bc} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11433 | 2024.08.22 02:23:06.738873 [ 3 ] {87ff7ff7-354f-4f94-861a-986fe80bd1bc} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.001608 sec., 57213.930348258706 rows/sec., 4.47 MiB/sec. | ||
11434 | 2024.08.22 02:23:06.739047 [ 3 ] {87ff7ff7-354f-4f94-861a-986fe80bd1bc} <Debug> DynamicQueryHandler: Done processing query | ||
11435 | 2024.08.22 02:23:06.739072 [ 3 ] {87ff7ff7-354f-4f94-861a-986fe80bd1bc} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
11436 | 2024.08.22 02:23:06.739089 [ 3 ] {} <Debug> HTTP-Session: f2ac8989-cadb-4f05-8042-471208cb1d4c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11437 | 2024.08.22 02:23:06.739259 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 30592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11438 | 2024.08.22 02:23:06.739309 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11439 | 2024.08.22 02:23:06.739329 [ 3 ] {} <Debug> HTTP-Session: 99f27bd4-6eee-43f7-a6b4-6829396a0a8d Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
11440 | 2024.08.22 02:23:06.739345 [ 3 ] {} <Debug> HTTP-Session: 99f27bd4-6eee-43f7-a6b4-6829396a0a8d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11441 | 2024.08.22 02:23:06.739359 [ 3 ] {} <Debug> HTTP-Session: 99f27bd4-6eee-43f7-a6b4-6829396a0a8d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11442 | 2024.08.22 02:23:06.739389 [ 3 ] {} <Trace> HTTP-Session: 99f27bd4-6eee-43f7-a6b4-6829396a0a8d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11443 | 2024.08.22 02:23:06.739535 [ 3 ] {6de9d51f-5272-4e95-babf-228bcf266084} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11444 | 2024.08.22 02:23:06.739584 [ 3 ] {6de9d51f-5272-4e95-babf-228bcf266084} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11445 | 2024.08.22 02:23:06.739730 [ 3 ] {6de9d51f-5272-4e95-babf-228bcf266084} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11446 | 2024.08.22 02:23:06.740110 [ 3 ] {6de9d51f-5272-4e95-babf-228bcf266084} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11447 | 2024.08.22 02:23:06.740147 [ 3 ] {6de9d51f-5272-4e95-babf-228bcf266084} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
11448 | 2024.08.22 02:23:06.740526 [ 3 ] {6de9d51f-5272-4e95-babf-228bcf266084} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
11449 | 2024.08.22 02:23:06.740864 [ 3 ] {6de9d51f-5272-4e95-babf-228bcf266084} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11450 | 2024.08.22 02:23:06.741023 [ 3 ] {6de9d51f-5272-4e95-babf-228bcf266084} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001546 sec., 103492.88486416558 rows/sec., 7.21 MiB/sec. | ||
11451 | 2024.08.22 02:23:06.741278 [ 3 ] {6de9d51f-5272-4e95-babf-228bcf266084} <Debug> DynamicQueryHandler: Done processing query | ||
11452 | 2024.08.22 02:23:06.741335 [ 3 ] {6de9d51f-5272-4e95-babf-228bcf266084} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11453 | 2024.08.22 02:23:06.741388 [ 3 ] {} <Debug> HTTP-Session: 99f27bd4-6eee-43f7-a6b4-6829396a0a8d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11454 | 2024.08.22 02:23:06.741642 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 45172, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11455 | 2024.08.22 02:23:06.741693 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11456 | 2024.08.22 02:23:06.741714 [ 3 ] {} <Debug> HTTP-Session: c318b172-7706-42fb-891c-b3da33407617 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
11457 | 2024.08.22 02:23:06.741730 [ 3 ] {} <Debug> HTTP-Session: c318b172-7706-42fb-891c-b3da33407617 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11458 | 2024.08.22 02:23:06.741744 [ 3 ] {} <Debug> HTTP-Session: c318b172-7706-42fb-891c-b3da33407617 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11459 | 2024.08.22 02:23:06.741776 [ 3 ] {} <Trace> HTTP-Session: c318b172-7706-42fb-891c-b3da33407617 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11460 | 2024.08.22 02:23:06.742061 [ 3 ] {f887c75c-6374-4551-8f50-7ba9090121c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11461 | 2024.08.22 02:23:06.742133 [ 3 ] {f887c75c-6374-4551-8f50-7ba9090121c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
11462 | 2024.08.22 02:23:06.742555 [ 3 ] {f887c75c-6374-4551-8f50-7ba9090121c2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11463 | 2024.08.22 02:23:06.743213 [ 3 ] {f887c75c-6374-4551-8f50-7ba9090121c2} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11464 | 2024.08.22 02:23:06.743249 [ 3 ] {f887c75c-6374-4551-8f50-7ba9090121c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
11465 | 2024.08.22 02:23:06.743860 [ 3 ] {f887c75c-6374-4551-8f50-7ba9090121c2} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
11466 | 2024.08.22 02:23:06.744273 [ 3 ] {f887c75c-6374-4551-8f50-7ba9090121c2} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11467 | 2024.08.22 02:23:06.744448 [ 3 ] {f887c75c-6374-4551-8f50-7ba9090121c2} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.002589 sec., 10814.986481266898 rows/sec., 19.38 MiB/sec. | ||
11468 | 2024.08.22 02:23:06.744664 [ 3 ] {f887c75c-6374-4551-8f50-7ba9090121c2} <Debug> DynamicQueryHandler: Done processing query | ||
11469 | 2024.08.22 02:23:06.744689 [ 3 ] {f887c75c-6374-4551-8f50-7ba9090121c2} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
11470 | 2024.08.22 02:23:06.744705 [ 3 ] {} <Debug> HTTP-Session: c318b172-7706-42fb-891c-b3da33407617 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11471 | 2024.08.22 02:23:06.744835 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11472 | 2024.08.22 02:23:06.744885 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11473 | 2024.08.22 02:23:06.744905 [ 3 ] {} <Debug> HTTP-Session: f7d23b49-7902-4b11-b319-c6130eafe8f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
11474 | 2024.08.22 02:23:06.744921 [ 3 ] {} <Debug> HTTP-Session: f7d23b49-7902-4b11-b319-c6130eafe8f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11475 | 2024.08.22 02:23:06.744935 [ 3 ] {} <Debug> HTTP-Session: f7d23b49-7902-4b11-b319-c6130eafe8f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11476 | 2024.08.22 02:23:06.744967 [ 3 ] {} <Trace> HTTP-Session: f7d23b49-7902-4b11-b319-c6130eafe8f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11477 | 2024.08.22 02:23:06.745090 [ 3 ] {d9985459-140c-442c-b678-112ace258b2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11478 | 2024.08.22 02:23:06.745135 [ 3 ] {d9985459-140c-442c-b678-112ace258b2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11479 | 2024.08.22 02:23:06.745265 [ 3 ] {d9985459-140c-442c-b678-112ace258b2a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11480 | 2024.08.22 02:23:06.745656 [ 3 ] {d9985459-140c-442c-b678-112ace258b2a} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11481 | 2024.08.22 02:23:06.745693 [ 3 ] {d9985459-140c-442c-b678-112ace258b2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
11482 | 2024.08.22 02:23:06.746048 [ 3 ] {d9985459-140c-442c-b678-112ace258b2a} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
11483 | 2024.08.22 02:23:06.746379 [ 3 ] {d9985459-140c-442c-b678-112ace258b2a} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11484 | 2024.08.22 02:23:06.746531 [ 3 ] {d9985459-140c-442c-b678-112ace258b2a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001483 sec., 40458.53000674309 rows/sec., 2.73 MiB/sec. | ||
11485 | 2024.08.22 02:23:06.746782 [ 3 ] {d9985459-140c-442c-b678-112ace258b2a} <Debug> DynamicQueryHandler: Done processing query | ||
11486 | 2024.08.22 02:23:06.746845 [ 3 ] {d9985459-140c-442c-b678-112ace258b2a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11487 | 2024.08.22 02:23:06.746903 [ 3 ] {} <Debug> HTTP-Session: f7d23b49-7902-4b11-b319-c6130eafe8f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11488 | 2024.08.22 02:23:11.734796 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11489 | 2024.08.22 02:23:11.734940 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11490 | 2024.08.22 02:23:11.734970 [ 3 ] {} <Debug> HTTP-Session: 15944a80-df44-4b8d-9822-a6b77885e212 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
11491 | 2024.08.22 02:23:11.734998 [ 3 ] {} <Debug> HTTP-Session: 15944a80-df44-4b8d-9822-a6b77885e212 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11492 | 2024.08.22 02:23:11.735016 [ 3 ] {} <Debug> HTTP-Session: 15944a80-df44-4b8d-9822-a6b77885e212 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11493 | 2024.08.22 02:23:11.735072 [ 3 ] {} <Trace> HTTP-Session: 15944a80-df44-4b8d-9822-a6b77885e212 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11494 | 2024.08.22 02:23:11.735273 [ 3 ] {dfa1df33-b228-45ac-8460-c477d510ff12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
11495 | 2024.08.22 02:23:11.735351 [ 3 ] {dfa1df33-b228-45ac-8460-c477d510ff12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
11496 | 2024.08.22 02:23:11.735751 [ 3 ] {dfa1df33-b228-45ac-8460-c477d510ff12} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11497 | 2024.08.22 02:23:11.736207 [ 3 ] {dfa1df33-b228-45ac-8460-c477d510ff12} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11498 | 2024.08.22 02:23:11.736253 [ 3 ] {dfa1df33-b228-45ac-8460-c477d510ff12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
11499 | 2024.08.22 02:23:11.736682 [ 3 ] {dfa1df33-b228-45ac-8460-c477d510ff12} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
11500 | 2024.08.22 02:23:11.737074 [ 3 ] {dfa1df33-b228-45ac-8460-c477d510ff12} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11501 | 2024.08.22 02:23:11.737266 [ 3 ] {dfa1df33-b228-45ac-8460-c477d510ff12} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.002045 sec., 1955.9902200488998 rows/sec., 159.50 KiB/sec. | ||
11502 | 2024.08.22 02:23:11.737558 [ 3 ] {dfa1df33-b228-45ac-8460-c477d510ff12} <Debug> DynamicQueryHandler: Done processing query | ||
11503 | 2024.08.22 02:23:11.737593 [ 3 ] {dfa1df33-b228-45ac-8460-c477d510ff12} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11504 | 2024.08.22 02:23:11.737619 [ 3 ] {} <Debug> HTTP-Session: 15944a80-df44-4b8d-9822-a6b77885e212 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11505 | 2024.08.22 02:23:11.737903 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 29241, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11506 | 2024.08.22 02:23:11.737994 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11507 | 2024.08.22 02:23:11.738025 [ 3 ] {} <Debug> HTTP-Session: b4c6e038-bf67-41e7-a5e3-2f79c649da25 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
11508 | 2024.08.22 02:23:11.738053 [ 3 ] {} <Debug> HTTP-Session: b4c6e038-bf67-41e7-a5e3-2f79c649da25 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11509 | 2024.08.22 02:23:11.738075 [ 3 ] {} <Debug> HTTP-Session: b4c6e038-bf67-41e7-a5e3-2f79c649da25 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11510 | 2024.08.22 02:23:11.738124 [ 3 ] {} <Trace> HTTP-Session: b4c6e038-bf67-41e7-a5e3-2f79c649da25 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11511 | 2024.08.22 02:23:11.738356 [ 3 ] {baea92bc-7cff-4c4d-83b5-052c2c1ad7e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11512 | 2024.08.22 02:23:11.738407 [ 3 ] {baea92bc-7cff-4c4d-83b5-052c2c1ad7e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11513 | 2024.08.22 02:23:11.738656 [ 3 ] {baea92bc-7cff-4c4d-83b5-052c2c1ad7e9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11514 | 2024.08.22 02:23:11.739169 [ 3 ] {baea92bc-7cff-4c4d-83b5-052c2c1ad7e9} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11515 | 2024.08.22 02:23:11.739208 [ 3 ] {baea92bc-7cff-4c4d-83b5-052c2c1ad7e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
11516 | 2024.08.22 02:23:11.739636 [ 3 ] {baea92bc-7cff-4c4d-83b5-052c2c1ad7e9} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
11517 | 2024.08.22 02:23:11.740013 [ 3 ] {baea92bc-7cff-4c4d-83b5-052c2c1ad7e9} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11518 | 2024.08.22 02:23:11.740185 [ 3 ] {baea92bc-7cff-4c4d-83b5-052c2c1ad7e9} <Debug> executeQuery: Read 195 rows, 17.39 KiB in 0.001938 sec., 100619.19504643962 rows/sec., 8.76 MiB/sec. | ||
11519 | 2024.08.22 02:23:11.740383 [ 3 ] {baea92bc-7cff-4c4d-83b5-052c2c1ad7e9} <Debug> DynamicQueryHandler: Done processing query | ||
11520 | 2024.08.22 02:23:11.740409 [ 3 ] {baea92bc-7cff-4c4d-83b5-052c2c1ad7e9} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
11521 | 2024.08.22 02:23:11.740426 [ 3 ] {} <Debug> HTTP-Session: b4c6e038-bf67-41e7-a5e3-2f79c649da25 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11522 | 2024.08.22 02:23:11.740570 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 897, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11523 | 2024.08.22 02:23:11.740627 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11524 | 2024.08.22 02:23:11.740647 [ 3 ] {} <Debug> HTTP-Session: b77f5f73-a273-414c-b506-7b70a45b2d7e Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
11525 | 2024.08.22 02:23:11.740665 [ 3 ] {} <Debug> HTTP-Session: b77f5f73-a273-414c-b506-7b70a45b2d7e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11526 | 2024.08.22 02:23:11.740679 [ 3 ] {} <Debug> HTTP-Session: b77f5f73-a273-414c-b506-7b70a45b2d7e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11527 | 2024.08.22 02:23:11.740717 [ 3 ] {} <Trace> HTTP-Session: b77f5f73-a273-414c-b506-7b70a45b2d7e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11528 | 2024.08.22 02:23:11.740826 [ 3 ] {0e63cc22-5c08-470b-a6a3-97734a251653} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
11529 | 2024.08.22 02:23:11.740874 [ 3 ] {0e63cc22-5c08-470b-a6a3-97734a251653} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11530 | 2024.08.22 02:23:11.741110 [ 3 ] {0e63cc22-5c08-470b-a6a3-97734a251653} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11531 | 2024.08.22 02:23:11.741428 [ 3 ] {0e63cc22-5c08-470b-a6a3-97734a251653} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11532 | 2024.08.22 02:23:11.741466 [ 3 ] {0e63cc22-5c08-470b-a6a3-97734a251653} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
11533 | 2024.08.22 02:23:11.741833 [ 3 ] {0e63cc22-5c08-470b-a6a3-97734a251653} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
11534 | 2024.08.22 02:23:11.742206 [ 3 ] {0e63cc22-5c08-470b-a6a3-97734a251653} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11535 | 2024.08.22 02:23:11.742367 [ 3 ] {0e63cc22-5c08-470b-a6a3-97734a251653} <Debug> executeQuery: Read 6 rows, 440.00 B in 0.001571 sec., 3819.2234245703376 rows/sec., 273.51 KiB/sec. | ||
11536 | 2024.08.22 02:23:11.742544 [ 3 ] {0e63cc22-5c08-470b-a6a3-97734a251653} <Debug> DynamicQueryHandler: Done processing query | ||
11537 | 2024.08.22 02:23:11.742569 [ 3 ] {0e63cc22-5c08-470b-a6a3-97734a251653} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11538 | 2024.08.22 02:23:11.742585 [ 3 ] {} <Debug> HTTP-Session: b77f5f73-a273-414c-b506-7b70a45b2d7e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11539 | 2024.08.22 02:23:11.742700 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11540 | 2024.08.22 02:23:11.742750 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11541 | 2024.08.22 02:23:11.742770 [ 3 ] {} <Debug> HTTP-Session: d45871e0-522f-4fb7-a748-2b21458b4c45 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
11542 | 2024.08.22 02:23:11.742787 [ 3 ] {} <Debug> HTTP-Session: d45871e0-522f-4fb7-a748-2b21458b4c45 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11543 | 2024.08.22 02:23:11.742800 [ 3 ] {} <Debug> HTTP-Session: d45871e0-522f-4fb7-a748-2b21458b4c45 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11544 | 2024.08.22 02:23:11.742833 [ 3 ] {} <Trace> HTTP-Session: d45871e0-522f-4fb7-a748-2b21458b4c45 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11545 | 2024.08.22 02:23:11.742934 [ 3 ] {f44bd8e0-9b16-4b76-ab5b-9fd397f494f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
11546 | 2024.08.22 02:23:11.742981 [ 3 ] {f44bd8e0-9b16-4b76-ab5b-9fd397f494f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
11547 | 2024.08.22 02:23:11.743205 [ 3 ] {f44bd8e0-9b16-4b76-ab5b-9fd397f494f6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11548 | 2024.08.22 02:23:11.743527 [ 3 ] {f44bd8e0-9b16-4b76-ab5b-9fd397f494f6} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11549 | 2024.08.22 02:23:11.743565 [ 3 ] {f44bd8e0-9b16-4b76-ab5b-9fd397f494f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
11550 | 2024.08.22 02:23:11.743922 [ 3 ] {f44bd8e0-9b16-4b76-ab5b-9fd397f494f6} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
11551 | 2024.08.22 02:23:11.744271 [ 3 ] {f44bd8e0-9b16-4b76-ab5b-9fd397f494f6} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11552 | 2024.08.22 02:23:11.744428 [ 3 ] {f44bd8e0-9b16-4b76-ab5b-9fd397f494f6} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001516 sec., 9234.828496042217 rows/sec., 646.75 KiB/sec. | ||
11553 | 2024.08.22 02:23:11.744602 [ 3 ] {f44bd8e0-9b16-4b76-ab5b-9fd397f494f6} <Debug> DynamicQueryHandler: Done processing query | ||
11554 | 2024.08.22 02:23:11.744627 [ 3 ] {f44bd8e0-9b16-4b76-ab5b-9fd397f494f6} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11555 | 2024.08.22 02:23:11.744643 [ 3 ] {} <Debug> HTTP-Session: d45871e0-522f-4fb7-a748-2b21458b4c45 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11556 | 2024.08.22 02:23:11.744759 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11557 | 2024.08.22 02:23:11.744810 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11558 | 2024.08.22 02:23:11.744829 [ 3 ] {} <Debug> HTTP-Session: 44db3428-9110-44de-a93c-82cf0a439d18 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
11559 | 2024.08.22 02:23:11.744845 [ 3 ] {} <Debug> HTTP-Session: 44db3428-9110-44de-a93c-82cf0a439d18 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11560 | 2024.08.22 02:23:11.744858 [ 3 ] {} <Debug> HTTP-Session: 44db3428-9110-44de-a93c-82cf0a439d18 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11561 | 2024.08.22 02:23:11.744890 [ 3 ] {} <Trace> HTTP-Session: 44db3428-9110-44de-a93c-82cf0a439d18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11562 | 2024.08.22 02:23:11.744987 [ 3 ] {e4a061ce-771a-48ca-adea-db70afbf16d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
11563 | 2024.08.22 02:23:11.745029 [ 3 ] {e4a061ce-771a-48ca-adea-db70afbf16d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
11564 | 2024.08.22 02:23:11.745255 [ 3 ] {e4a061ce-771a-48ca-adea-db70afbf16d6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11565 | 2024.08.22 02:23:11.745618 [ 3 ] {e4a061ce-771a-48ca-adea-db70afbf16d6} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11566 | 2024.08.22 02:23:11.745661 [ 3 ] {e4a061ce-771a-48ca-adea-db70afbf16d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
11567 | 2024.08.22 02:23:11.746105 [ 3 ] {e4a061ce-771a-48ca-adea-db70afbf16d6} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
11568 | 2024.08.22 02:23:11.746616 [ 3 ] {e4a061ce-771a-48ca-adea-db70afbf16d6} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11569 | 2024.08.22 02:23:11.746813 [ 3 ] {e4a061ce-771a-48ca-adea-db70afbf16d6} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001849 sec., 3244.997295835587 rows/sec., 191.72 KiB/sec. | ||
11570 | 2024.08.22 02:23:11.747025 [ 3 ] {e4a061ce-771a-48ca-adea-db70afbf16d6} <Debug> DynamicQueryHandler: Done processing query | ||
11571 | 2024.08.22 02:23:11.747058 [ 3 ] {e4a061ce-771a-48ca-adea-db70afbf16d6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11572 | 2024.08.22 02:23:11.747081 [ 3 ] {} <Debug> HTTP-Session: 44db3428-9110-44de-a93c-82cf0a439d18 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11573 | 2024.08.22 02:23:11.747269 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 62788, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11574 | 2024.08.22 02:23:11.747323 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11575 | 2024.08.22 02:23:11.747342 [ 3 ] {} <Debug> HTTP-Session: 60c886e2-38b3-4204-8ed5-9ebd2a66f13c Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
11576 | 2024.08.22 02:23:11.747359 [ 3 ] {} <Debug> HTTP-Session: 60c886e2-38b3-4204-8ed5-9ebd2a66f13c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11577 | 2024.08.22 02:23:11.747373 [ 3 ] {} <Debug> HTTP-Session: 60c886e2-38b3-4204-8ed5-9ebd2a66f13c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11578 | 2024.08.22 02:23:11.747404 [ 3 ] {} <Trace> HTTP-Session: 60c886e2-38b3-4204-8ed5-9ebd2a66f13c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11579 | 2024.08.22 02:23:11.747608 [ 3 ] {b9e24886-56d9-44eb-aec0-af2a8da15f28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11580 | 2024.08.22 02:23:11.747653 [ 3 ] {b9e24886-56d9-44eb-aec0-af2a8da15f28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11581 | 2024.08.22 02:23:11.747876 [ 3 ] {b9e24886-56d9-44eb-aec0-af2a8da15f28} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11582 | 2024.08.22 02:23:11.748467 [ 3 ] {b9e24886-56d9-44eb-aec0-af2a8da15f28} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11583 | 2024.08.22 02:23:11.748507 [ 3 ] {b9e24886-56d9-44eb-aec0-af2a8da15f28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
11584 | 2024.08.22 02:23:11.748884 [ 3 ] {b9e24886-56d9-44eb-aec0-af2a8da15f28} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
11585 | 2024.08.22 02:23:11.749242 [ 3 ] {b9e24886-56d9-44eb-aec0-af2a8da15f28} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11586 | 2024.08.22 02:23:11.749415 [ 3 ] {b9e24886-56d9-44eb-aec0-af2a8da15f28} <Debug> executeQuery: Read 388 rows, 28.17 KiB in 0.001905 sec., 203674.5406824147 rows/sec., 14.44 MiB/sec. | ||
11587 | 2024.08.22 02:23:11.749590 [ 3 ] {b9e24886-56d9-44eb-aec0-af2a8da15f28} <Debug> DynamicQueryHandler: Done processing query | ||
11588 | 2024.08.22 02:23:11.749616 [ 3 ] {b9e24886-56d9-44eb-aec0-af2a8da15f28} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
11589 | 2024.08.22 02:23:11.749632 [ 3 ] {} <Debug> HTTP-Session: 60c886e2-38b3-4204-8ed5-9ebd2a66f13c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11590 | 2024.08.22 02:23:11.749762 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11591 | 2024.08.22 02:23:11.749812 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11592 | 2024.08.22 02:23:11.749832 [ 3 ] {} <Debug> HTTP-Session: e2ac82fc-2004-4cfe-b7d1-545cb46e58df Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
11593 | 2024.08.22 02:23:11.749848 [ 3 ] {} <Debug> HTTP-Session: e2ac82fc-2004-4cfe-b7d1-545cb46e58df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11594 | 2024.08.22 02:23:11.749861 [ 3 ] {} <Debug> HTTP-Session: e2ac82fc-2004-4cfe-b7d1-545cb46e58df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11595 | 2024.08.22 02:23:11.749892 [ 3 ] {} <Trace> HTTP-Session: e2ac82fc-2004-4cfe-b7d1-545cb46e58df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11596 | 2024.08.22 02:23:11.749990 [ 3 ] {1d71e66c-76ea-4609-8994-064a0d7fe5cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
11597 | 2024.08.22 02:23:11.750036 [ 3 ] {1d71e66c-76ea-4609-8994-064a0d7fe5cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
11598 | 2024.08.22 02:23:11.750168 [ 3 ] {1d71e66c-76ea-4609-8994-064a0d7fe5cb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11599 | 2024.08.22 02:23:11.750446 [ 3 ] {1d71e66c-76ea-4609-8994-064a0d7fe5cb} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11600 | 2024.08.22 02:23:11.750483 [ 3 ] {1d71e66c-76ea-4609-8994-064a0d7fe5cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
11601 | 2024.08.22 02:23:11.750839 [ 3 ] {1d71e66c-76ea-4609-8994-064a0d7fe5cb} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
11602 | 2024.08.22 02:23:11.751172 [ 3 ] {1d71e66c-76ea-4609-8994-064a0d7fe5cb} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11603 | 2024.08.22 02:23:11.751321 [ 3 ] {1d71e66c-76ea-4609-8994-064a0d7fe5cb} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00135 sec., 4444.444444444444 rows/sec., 232.20 KiB/sec. | ||
11604 | 2024.08.22 02:23:11.751489 [ 3 ] {1d71e66c-76ea-4609-8994-064a0d7fe5cb} <Debug> DynamicQueryHandler: Done processing query | ||
11605 | 2024.08.22 02:23:11.751514 [ 3 ] {1d71e66c-76ea-4609-8994-064a0d7fe5cb} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
11606 | 2024.08.22 02:23:11.751530 [ 3 ] {} <Debug> HTTP-Session: e2ac82fc-2004-4cfe-b7d1-545cb46e58df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11607 | 2024.08.22 02:23:11.751678 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 44982, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11608 | 2024.08.22 02:23:11.751728 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11609 | 2024.08.22 02:23:11.751747 [ 3 ] {} <Debug> HTTP-Session: dcb60366-97f6-42a3-a1a1-0e0a42332142 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
11610 | 2024.08.22 02:23:11.751763 [ 3 ] {} <Debug> HTTP-Session: dcb60366-97f6-42a3-a1a1-0e0a42332142 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11611 | 2024.08.22 02:23:11.751776 [ 3 ] {} <Debug> HTTP-Session: dcb60366-97f6-42a3-a1a1-0e0a42332142 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11612 | 2024.08.22 02:23:11.751807 [ 3 ] {} <Trace> HTTP-Session: dcb60366-97f6-42a3-a1a1-0e0a42332142 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11613 | 2024.08.22 02:23:11.752017 [ 3 ] {02a3ccc1-decb-400d-bf94-160f00cdfc26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11614 | 2024.08.22 02:23:11.752063 [ 3 ] {02a3ccc1-decb-400d-bf94-160f00cdfc26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11615 | 2024.08.22 02:23:11.752205 [ 3 ] {02a3ccc1-decb-400d-bf94-160f00cdfc26} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11616 | 2024.08.22 02:23:11.752639 [ 3 ] {02a3ccc1-decb-400d-bf94-160f00cdfc26} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11617 | 2024.08.22 02:23:11.752677 [ 3 ] {02a3ccc1-decb-400d-bf94-160f00cdfc26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
11618 | 2024.08.22 02:23:11.753054 [ 3 ] {02a3ccc1-decb-400d-bf94-160f00cdfc26} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
11619 | 2024.08.22 02:23:11.753394 [ 3 ] {02a3ccc1-decb-400d-bf94-160f00cdfc26} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11620 | 2024.08.22 02:23:11.753552 [ 3 ] {02a3ccc1-decb-400d-bf94-160f00cdfc26} <Debug> executeQuery: Read 239 rows, 16.41 KiB in 0.001643 sec., 145465.61168594036 rows/sec., 9.75 MiB/sec. | ||
11621 | 2024.08.22 02:23:11.753728 [ 3 ] {02a3ccc1-decb-400d-bf94-160f00cdfc26} <Debug> DynamicQueryHandler: Done processing query | ||
11622 | 2024.08.22 02:23:11.753762 [ 3 ] {02a3ccc1-decb-400d-bf94-160f00cdfc26} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
11623 | 2024.08.22 02:23:11.753792 [ 3 ] {} <Debug> HTTP-Session: dcb60366-97f6-42a3-a1a1-0e0a42332142 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11624 | 2024.08.22 02:23:11.753927 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11625 | 2024.08.22 02:23:11.753975 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11626 | 2024.08.22 02:23:11.753994 [ 3 ] {} <Debug> HTTP-Session: 0e355961-c18e-4ece-9756-639d3b3b1c62 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
11627 | 2024.08.22 02:23:11.754011 [ 3 ] {} <Debug> HTTP-Session: 0e355961-c18e-4ece-9756-639d3b3b1c62 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11628 | 2024.08.22 02:23:11.754024 [ 3 ] {} <Debug> HTTP-Session: 0e355961-c18e-4ece-9756-639d3b3b1c62 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11629 | 2024.08.22 02:23:11.754054 [ 3 ] {} <Trace> HTTP-Session: 0e355961-c18e-4ece-9756-639d3b3b1c62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11630 | 2024.08.22 02:23:11.754143 [ 3 ] {622e0107-84e5-4d9d-9013-b28d0d3290f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
11631 | 2024.08.22 02:23:11.754188 [ 3 ] {622e0107-84e5-4d9d-9013-b28d0d3290f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
11632 | 2024.08.22 02:23:11.754313 [ 3 ] {622e0107-84e5-4d9d-9013-b28d0d3290f7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11633 | 2024.08.22 02:23:11.754576 [ 3 ] {622e0107-84e5-4d9d-9013-b28d0d3290f7} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11634 | 2024.08.22 02:23:11.754612 [ 3 ] {622e0107-84e5-4d9d-9013-b28d0d3290f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
11635 | 2024.08.22 02:23:11.754952 [ 3 ] {622e0107-84e5-4d9d-9013-b28d0d3290f7} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
11636 | 2024.08.22 02:23:11.755260 [ 3 ] {622e0107-84e5-4d9d-9013-b28d0d3290f7} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11637 | 2024.08.22 02:23:11.755413 [ 3 ] {622e0107-84e5-4d9d-9013-b28d0d3290f7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001287 sec., 777.000777000777 rows/sec., 52.36 KiB/sec. | ||
11638 | 2024.08.22 02:23:11.755580 [ 3 ] {622e0107-84e5-4d9d-9013-b28d0d3290f7} <Debug> DynamicQueryHandler: Done processing query | ||
11639 | 2024.08.22 02:23:11.755602 [ 3 ] {622e0107-84e5-4d9d-9013-b28d0d3290f7} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
11640 | 2024.08.22 02:23:11.755618 [ 3 ] {} <Debug> HTTP-Session: 0e355961-c18e-4ece-9756-639d3b3b1c62 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11641 | 2024.08.22 02:23:11.755723 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 3288, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11642 | 2024.08.22 02:23:11.755770 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11643 | 2024.08.22 02:23:11.755788 [ 3 ] {} <Debug> HTTP-Session: 4c48d9c3-bf84-4925-8ef6-0f6ebfad83e4 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
11644 | 2024.08.22 02:23:11.755804 [ 3 ] {} <Debug> HTTP-Session: 4c48d9c3-bf84-4925-8ef6-0f6ebfad83e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11645 | 2024.08.22 02:23:11.755818 [ 3 ] {} <Debug> HTTP-Session: 4c48d9c3-bf84-4925-8ef6-0f6ebfad83e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11646 | 2024.08.22 02:23:11.755848 [ 3 ] {} <Trace> HTTP-Session: 4c48d9c3-bf84-4925-8ef6-0f6ebfad83e4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11647 | 2024.08.22 02:23:11.755955 [ 3 ] {13381a9f-c2b9-4582-8080-ccb42d78bd3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11648 | 2024.08.22 02:23:11.756017 [ 3 ] {13381a9f-c2b9-4582-8080-ccb42d78bd3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
11649 | 2024.08.22 02:23:11.756437 [ 3 ] {13381a9f-c2b9-4582-8080-ccb42d78bd3c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11650 | 2024.08.22 02:23:11.756878 [ 3 ] {13381a9f-c2b9-4582-8080-ccb42d78bd3c} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11651 | 2024.08.22 02:23:11.756913 [ 3 ] {13381a9f-c2b9-4582-8080-ccb42d78bd3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
11652 | 2024.08.22 02:23:11.757477 [ 3 ] {13381a9f-c2b9-4582-8080-ccb42d78bd3c} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
11653 | 2024.08.22 02:23:11.757871 [ 3 ] {13381a9f-c2b9-4582-8080-ccb42d78bd3c} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11654 | 2024.08.22 02:23:11.758054 [ 3 ] {13381a9f-c2b9-4582-8080-ccb42d78bd3c} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.002133 sec., 937.6465072667605 rows/sec., 1.68 MiB/sec. | ||
11655 | 2024.08.22 02:23:11.758536 [ 3 ] {13381a9f-c2b9-4582-8080-ccb42d78bd3c} <Debug> DynamicQueryHandler: Done processing query | ||
11656 | 2024.08.22 02:23:11.758571 [ 3 ] {13381a9f-c2b9-4582-8080-ccb42d78bd3c} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
11657 | 2024.08.22 02:23:11.758596 [ 3 ] {} <Debug> HTTP-Session: 4c48d9c3-bf84-4925-8ef6-0f6ebfad83e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11658 | 2024.08.22 02:23:11.758718 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 12133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11659 | 2024.08.22 02:23:11.758765 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11660 | 2024.08.22 02:23:11.758783 [ 3 ] {} <Debug> HTTP-Session: e5044c3e-16d8-4f93-be6d-aa8112cfe6f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
11661 | 2024.08.22 02:23:11.758799 [ 3 ] {} <Debug> HTTP-Session: e5044c3e-16d8-4f93-be6d-aa8112cfe6f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11662 | 2024.08.22 02:23:11.758814 [ 3 ] {} <Debug> HTTP-Session: e5044c3e-16d8-4f93-be6d-aa8112cfe6f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11663 | 2024.08.22 02:23:11.758844 [ 3 ] {} <Trace> HTTP-Session: e5044c3e-16d8-4f93-be6d-aa8112cfe6f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11664 | 2024.08.22 02:23:11.758963 [ 3 ] {4e5460c7-f502-43af-a312-c04bf78d2be4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11665 | 2024.08.22 02:23:11.759008 [ 3 ] {4e5460c7-f502-43af-a312-c04bf78d2be4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11666 | 2024.08.22 02:23:11.759155 [ 3 ] {4e5460c7-f502-43af-a312-c04bf78d2be4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11667 | 2024.08.22 02:23:11.759459 [ 3 ] {4e5460c7-f502-43af-a312-c04bf78d2be4} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11668 | 2024.08.22 02:23:11.759493 [ 3 ] {4e5460c7-f502-43af-a312-c04bf78d2be4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
11669 | 2024.08.22 02:23:11.759853 [ 3 ] {4e5460c7-f502-43af-a312-c04bf78d2be4} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
11670 | 2024.08.22 02:23:11.760167 [ 3 ] {4e5460c7-f502-43af-a312-c04bf78d2be4} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11671 | 2024.08.22 02:23:11.760320 [ 3 ] {4e5460c7-f502-43af-a312-c04bf78d2be4} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001391 sec., 58950.395398993525 rows/sec., 3.74 MiB/sec. | ||
11672 | 2024.08.22 02:23:11.760483 [ 3 ] {4e5460c7-f502-43af-a312-c04bf78d2be4} <Debug> DynamicQueryHandler: Done processing query | ||
11673 | 2024.08.22 02:23:11.760508 [ 3 ] {4e5460c7-f502-43af-a312-c04bf78d2be4} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11674 | 2024.08.22 02:23:11.760522 [ 3 ] {} <Debug> HTTP-Session: e5044c3e-16d8-4f93-be6d-aa8112cfe6f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11675 | 2024.08.22 02:23:15.126624 [ 124 ] {} <Debug> DNSResolver: Updating DNS cache | ||
11676 | 2024.08.22 02:23:15.126689 [ 124 ] {} <Debug> DNSResolver: Updated DNS cache | ||
11677 | 2024.08.22 02:23:16.762159 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 680, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11678 | 2024.08.22 02:23:16.762328 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11679 | 2024.08.22 02:23:16.762373 [ 3 ] {} <Debug> HTTP-Session: eaaaf49b-ce27-433a-a101-5768bf76a75d Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
11680 | 2024.08.22 02:23:16.762413 [ 3 ] {} <Debug> HTTP-Session: eaaaf49b-ce27-433a-a101-5768bf76a75d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11681 | 2024.08.22 02:23:16.762444 [ 3 ] {} <Debug> HTTP-Session: eaaaf49b-ce27-433a-a101-5768bf76a75d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11682 | 2024.08.22 02:23:16.762525 [ 3 ] {} <Trace> HTTP-Session: eaaaf49b-ce27-433a-a101-5768bf76a75d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11683 | 2024.08.22 02:23:16.762812 [ 3 ] {4f2b1221-27bf-4f75-9a30-7a0658a8d28e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
11684 | 2024.08.22 02:23:16.762924 [ 3 ] {4f2b1221-27bf-4f75-9a30-7a0658a8d28e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
11685 | 2024.08.22 02:23:16.763310 [ 3 ] {4f2b1221-27bf-4f75-9a30-7a0658a8d28e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11686 | 2024.08.22 02:23:16.763753 [ 3 ] {4f2b1221-27bf-4f75-9a30-7a0658a8d28e} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11687 | 2024.08.22 02:23:16.763801 [ 3 ] {4f2b1221-27bf-4f75-9a30-7a0658a8d28e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
11688 | 2024.08.22 02:23:16.764207 [ 3 ] {4f2b1221-27bf-4f75-9a30-7a0658a8d28e} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
11689 | 2024.08.22 02:23:16.764588 [ 3 ] {4f2b1221-27bf-4f75-9a30-7a0658a8d28e} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11690 | 2024.08.22 02:23:16.764840 [ 3 ] {4f2b1221-27bf-4f75-9a30-7a0658a8d28e} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.002111 sec., 1894.8365703458076 rows/sec., 154.51 KiB/sec. | ||
11691 | 2024.08.22 02:23:16.764901 [ 122 ] {} <Debug> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0 | ||
11692 | 2024.08.22 02:23:16.765051 [ 122 ] {} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11693 | 2024.08.22 02:23:16.765095 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
11694 | 2024.08.22 02:23:16.765183 [ 3 ] {4f2b1221-27bf-4f75-9a30-7a0658a8d28e} <Debug> DynamicQueryHandler: Done processing query | ||
11695 | 2024.08.22 02:23:16.765261 [ 3 ] {4f2b1221-27bf-4f75-9a30-7a0658a8d28e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11696 | 2024.08.22 02:23:16.765335 [ 3 ] {} <Debug> HTTP-Session: eaaaf49b-ce27-433a-a101-5768bf76a75d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11697 | 2024.08.22 02:23:16.765530 [ 189 ] {cdab0789-df43-4ed0-9b00-f6a2b630ca3d::all_1_25_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_20_4 to all_25_25_0 into Compact with storage Full | ||
11698 | 2024.08.22 02:23:16.765816 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 181835, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11699 | 2024.08.22 02:23:16.765845 [ 189 ] {cdab0789-df43-4ed0-9b00-f6a2b630ca3d::all_1_25_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11700 | 2024.08.22 02:23:16.765932 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11701 | 2024.08.22 02:23:16.765939 [ 189 ] {cdab0789-df43-4ed0-9b00-f6a2b630ca3d::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 16 rows starting from the beginning of the part | ||
11702 | 2024.08.22 02:23:16.765970 [ 3 ] {} <Debug> HTTP-Session: fe633bec-d97c-4d4e-bfb3-352aea9ce25e Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
11703 | 2024.08.22 02:23:16.766032 [ 3 ] {} <Debug> HTTP-Session: fe633bec-d97c-4d4e-bfb3-352aea9ce25e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11704 | 2024.08.22 02:23:16.766061 [ 3 ] {} <Debug> HTTP-Session: fe633bec-d97c-4d4e-bfb3-352aea9ce25e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11705 | 2024.08.22 02:23:16.766190 [ 3 ] {} <Trace> HTTP-Session: fe633bec-d97c-4d4e-bfb3-352aea9ce25e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11706 | 2024.08.22 02:23:16.766234 [ 189 ] {cdab0789-df43-4ed0-9b00-f6a2b630ca3d::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 2 rows starting from the beginning of the part | ||
11707 | 2024.08.22 02:23:16.766518 [ 189 ] {cdab0789-df43-4ed0-9b00-f6a2b630ca3d::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 2 rows starting from the beginning of the part | ||
11708 | 2024.08.22 02:23:16.766636 [ 189 ] {cdab0789-df43-4ed0-9b00-f6a2b630ca3d::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 2 rows starting from the beginning of the part | ||
11709 | 2024.08.22 02:23:16.766896 [ 189 ] {cdab0789-df43-4ed0-9b00-f6a2b630ca3d::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 4 rows starting from the beginning of the part | ||
11710 | 2024.08.22 02:23:16.767036 [ 3 ] {7609eaee-55d7-4182-a476-d50f7da2a2ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11711 | 2024.08.22 02:23:16.767141 [ 189 ] {cdab0789-df43-4ed0-9b00-f6a2b630ca3d::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 4 rows starting from the beginning of the part | ||
11712 | 2024.08.22 02:23:16.767202 [ 3 ] {7609eaee-55d7-4182-a476-d50f7da2a2ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11713 | 2024.08.22 02:23:16.768129 [ 3 ] {7609eaee-55d7-4182-a476-d50f7da2a2ae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11714 | 2024.08.22 02:23:16.769322 [ 193 ] {cdab0789-df43-4ed0-9b00-f6a2b630ca3d::all_1_25_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.004123797 sec., 7274.848883201574 rows/sec., 621.63 KiB/sec. | ||
11715 | 2024.08.22 02:23:16.769499 [ 196 ] {cdab0789-df43-4ed0-9b00-f6a2b630ca3d::all_1_25_5} <Trace> MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) | ||
11716 | 2024.08.22 02:23:16.769736 [ 3 ] {7609eaee-55d7-4182-a476-d50f7da2a2ae} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11717 | 2024.08.22 02:23:16.769791 [ 3 ] {7609eaee-55d7-4182-a476-d50f7da2a2ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
11718 | 2024.08.22 02:23:16.770103 [ 196 ] {cdab0789-df43-4ed0-9b00-f6a2b630ca3d::all_1_25_5} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11719 | 2024.08.22 02:23:16.770211 [ 196 ] {cdab0789-df43-4ed0-9b00-f6a2b630ca3d::all_1_25_5} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5 | ||
11720 | 2024.08.22 02:23:16.770310 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
11721 | 2024.08.22 02:23:16.770407 [ 3 ] {7609eaee-55d7-4182-a476-d50f7da2a2ae} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
11722 | 2024.08.22 02:23:16.770783 [ 3 ] {7609eaee-55d7-4182-a476-d50f7da2a2ae} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11723 | 2024.08.22 02:23:16.770961 [ 3 ] {7609eaee-55d7-4182-a476-d50f7da2a2ae} <Debug> executeQuery: Read 1254 rows, 105.89 KiB in 0.004461 sec., 281102.89172831207 rows/sec., 23.18 MiB/sec. | ||
11724 | 2024.08.22 02:23:16.770971 [ 122 ] {} <Debug> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
11725 | 2024.08.22 02:23:16.771075 [ 122 ] {} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11726 | 2024.08.22 02:23:16.771142 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
11727 | 2024.08.22 02:23:16.771312 [ 3 ] {7609eaee-55d7-4182-a476-d50f7da2a2ae} <Debug> DynamicQueryHandler: Done processing query | ||
11728 | 2024.08.22 02:23:16.771370 [ 3 ] {7609eaee-55d7-4182-a476-d50f7da2a2ae} <Debug> MemoryTracker: Peak memory usage (for query): 4.98 MiB. | ||
11729 | 2024.08.22 02:23:16.771386 [ 196 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::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 | ||
11730 | 2024.08.22 02:23:16.771403 [ 3 ] {} <Debug> HTTP-Session: fe633bec-d97c-4d4e-bfb3-352aea9ce25e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11731 | 2024.08.22 02:23:16.771718 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 4630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11732 | 2024.08.22 02:23:16.771946 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11733 | 2024.08.22 02:23:16.771971 [ 196 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11734 | 2024.08.22 02:23:16.772052 [ 3 ] {} <Debug> HTTP-Session: a63f722c-3656-4133-b90b-f9b39e1114dc Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
11735 | 2024.08.22 02:23:16.772097 [ 196 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1398 rows starting from the beginning of the part | ||
11736 | 2024.08.22 02:23:16.772125 [ 3 ] {} <Debug> HTTP-Session: a63f722c-3656-4133-b90b-f9b39e1114dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11737 | 2024.08.22 02:23:16.772206 [ 3 ] {} <Debug> HTTP-Session: a63f722c-3656-4133-b90b-f9b39e1114dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11738 | 2024.08.22 02:23:16.772423 [ 3 ] {} <Trace> HTTP-Session: a63f722c-3656-4133-b90b-f9b39e1114dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11739 | 2024.08.22 02:23:16.772604 [ 196 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 112 rows starting from the beginning of the part | ||
11740 | 2024.08.22 02:23:16.772902 [ 3 ] {407925e2-a866-4a15-b8c2-be7893295008} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
11741 | 2024.08.22 02:23:16.772928 [ 196 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 193 rows starting from the beginning of the part | ||
11742 | 2024.08.22 02:23:16.773037 [ 3 ] {407925e2-a866-4a15-b8c2-be7893295008} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11743 | 2024.08.22 02:23:16.773330 [ 196 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 112 rows starting from the beginning of the part | ||
11744 | 2024.08.22 02:23:16.773583 [ 196 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 195 rows starting from the beginning of the part | ||
11745 | 2024.08.22 02:23:16.773990 [ 196 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 1254 rows starting from the beginning of the part | ||
11746 | 2024.08.22 02:23:16.774590 [ 3 ] {407925e2-a866-4a15-b8c2-be7893295008} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11747 | 2024.08.22 02:23:16.775025 [ 3 ] {407925e2-a866-4a15-b8c2-be7893295008} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11748 | 2024.08.22 02:23:16.775068 [ 3 ] {407925e2-a866-4a15-b8c2-be7893295008} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
11749 | 2024.08.22 02:23:16.775667 [ 3 ] {407925e2-a866-4a15-b8c2-be7893295008} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
11750 | 2024.08.22 02:23:16.776065 [ 3 ] {407925e2-a866-4a15-b8c2-be7893295008} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11751 | 2024.08.22 02:23:16.776362 [ 3 ] {407925e2-a866-4a15-b8c2-be7893295008} <Debug> executeQuery: Read 32 rows, 2.38 KiB in 0.003621 sec., 8837.33775200221 rows/sec., 658.59 KiB/sec. | ||
11752 | 2024.08.22 02:23:16.776654 [ 196 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3264 rows, containing 5 columns (5 merged, 0 gathered) in 0.005413073 sec., 602984.6632402703 rows/sec., 52.65 MiB/sec. | ||
11753 | 2024.08.22 02:23:16.776819 [ 3 ] {407925e2-a866-4a15-b8c2-be7893295008} <Debug> DynamicQueryHandler: Done processing query | ||
11754 | 2024.08.22 02:23:16.776880 [ 3 ] {407925e2-a866-4a15-b8c2-be7893295008} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
11755 | 2024.08.22 02:23:16.776929 [ 3 ] {} <Debug> HTTP-Session: a63f722c-3656-4133-b90b-f9b39e1114dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11756 | 2024.08.22 02:23:16.777041 [ 193 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
11757 | 2024.08.22 02:23:16.777171 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 30489, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11758 | 2024.08.22 02:23:16.777259 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11759 | 2024.08.22 02:23:16.777291 [ 3 ] {} <Debug> HTTP-Session: 19159d11-993a-4333-836c-f7c4c3b673bb Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
11760 | 2024.08.22 02:23:16.777327 [ 3 ] {} <Debug> HTTP-Session: 19159d11-993a-4333-836c-f7c4c3b673bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11761 | 2024.08.22 02:23:16.777358 [ 3 ] {} <Debug> HTTP-Session: 19159d11-993a-4333-836c-f7c4c3b673bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11762 | 2024.08.22 02:23:16.777490 [ 3 ] {} <Trace> HTTP-Session: 19159d11-993a-4333-836c-f7c4c3b673bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11763 | 2024.08.22 02:23:16.777832 [ 3 ] {9896a713-3a3e-4ad8-a774-81d75404c296} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
11764 | 2024.08.22 02:23:16.777911 [ 3 ] {9896a713-3a3e-4ad8-a774-81d75404c296} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
11765 | 2024.08.22 02:23:16.777952 [ 193 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_61_12} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11766 | 2024.08.22 02:23:16.778167 [ 193 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_61_12} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
11767 | 2024.08.22 02:23:16.778381 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
11768 | 2024.08.22 02:23:16.778502 [ 3 ] {9896a713-3a3e-4ad8-a774-81d75404c296} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11769 | 2024.08.22 02:23:16.778981 [ 3 ] {9896a713-3a3e-4ad8-a774-81d75404c296} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11770 | 2024.08.22 02:23:16.779020 [ 3 ] {9896a713-3a3e-4ad8-a774-81d75404c296} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
11771 | 2024.08.22 02:23:16.779395 [ 3 ] {9896a713-3a3e-4ad8-a774-81d75404c296} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
11772 | 2024.08.22 02:23:16.779769 [ 3 ] {9896a713-3a3e-4ad8-a774-81d75404c296} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11773 | 2024.08.22 02:23:16.779941 [ 3 ] {9896a713-3a3e-4ad8-a774-81d75404c296} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.002233 sec., 102104.79175996417 rows/sec., 6.91 MiB/sec. | ||
11774 | 2024.08.22 02:23:16.780139 [ 3 ] {9896a713-3a3e-4ad8-a774-81d75404c296} <Debug> DynamicQueryHandler: Done processing query | ||
11775 | 2024.08.22 02:23:16.780166 [ 3 ] {9896a713-3a3e-4ad8-a774-81d75404c296} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
11776 | 2024.08.22 02:23:16.780182 [ 3 ] {} <Debug> HTTP-Session: 19159d11-993a-4333-836c-f7c4c3b673bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11777 | 2024.08.22 02:23:16.780443 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 91321, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11778 | 2024.08.22 02:23:16.780496 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11779 | 2024.08.22 02:23:16.780519 [ 3 ] {} <Debug> HTTP-Session: 56b0f6f3-8667-470c-be31-aa6fe6811277 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
11780 | 2024.08.22 02:23:16.780546 [ 3 ] {} <Debug> HTTP-Session: 56b0f6f3-8667-470c-be31-aa6fe6811277 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11781 | 2024.08.22 02:23:16.780562 [ 3 ] {} <Debug> HTTP-Session: 56b0f6f3-8667-470c-be31-aa6fe6811277 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11782 | 2024.08.22 02:23:16.780597 [ 3 ] {} <Trace> HTTP-Session: 56b0f6f3-8667-470c-be31-aa6fe6811277 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11783 | 2024.08.22 02:23:16.780885 [ 3 ] {8ea0a3db-ed63-4794-98e0-3c613396ee6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11784 | 2024.08.22 02:23:16.780932 [ 3 ] {8ea0a3db-ed63-4794-98e0-3c613396ee6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11785 | 2024.08.22 02:23:16.781166 [ 3 ] {8ea0a3db-ed63-4794-98e0-3c613396ee6d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11786 | 2024.08.22 02:23:16.781830 [ 3 ] {8ea0a3db-ed63-4794-98e0-3c613396ee6d} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11787 | 2024.08.22 02:23:16.781868 [ 3 ] {8ea0a3db-ed63-4794-98e0-3c613396ee6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
11788 | 2024.08.22 02:23:16.782245 [ 3 ] {8ea0a3db-ed63-4794-98e0-3c613396ee6d} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
11789 | 2024.08.22 02:23:16.782594 [ 3 ] {8ea0a3db-ed63-4794-98e0-3c613396ee6d} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11790 | 2024.08.22 02:23:16.782751 [ 3 ] {8ea0a3db-ed63-4794-98e0-3c613396ee6d} <Debug> executeQuery: Read 552 rows, 41.97 KiB in 0.00204 sec., 270588.23529411765 rows/sec., 20.09 MiB/sec. | ||
11791 | 2024.08.22 02:23:16.782765 [ 122 ] {} <Debug> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
11792 | 2024.08.22 02:23:16.782845 [ 122 ] {} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11793 | 2024.08.22 02:23:16.782899 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
11794 | 2024.08.22 02:23:16.783017 [ 3 ] {8ea0a3db-ed63-4794-98e0-3c613396ee6d} <Debug> DynamicQueryHandler: Done processing query | ||
11795 | 2024.08.22 02:23:16.783036 [ 200 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::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 | ||
11796 | 2024.08.22 02:23:16.783049 [ 3 ] {8ea0a3db-ed63-4794-98e0-3c613396ee6d} <Debug> MemoryTracker: Peak memory usage (for query): 4.57 MiB. | ||
11797 | 2024.08.22 02:23:16.783086 [ 3 ] {} <Debug> HTTP-Session: 56b0f6f3-8667-470c-be31-aa6fe6811277 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11798 | 2024.08.22 02:23:16.783196 [ 200 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11799 | 2024.08.22 02:23:16.783231 [ 200 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 902 rows starting from the beginning of the part | ||
11800 | 2024.08.22 02:23:16.783354 [ 200 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 92 rows starting from the beginning of the part | ||
11801 | 2024.08.22 02:23:16.783552 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 160785, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11802 | 2024.08.22 02:23:16.783694 [ 200 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 384 rows starting from the beginning of the part | ||
11803 | 2024.08.22 02:23:16.783712 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11804 | 2024.08.22 02:23:16.783770 [ 3 ] {} <Debug> HTTP-Session: 0b510d18-4f03-43b8-a3b4-08d726bb1815 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
11805 | 2024.08.22 02:23:16.783806 [ 3 ] {} <Debug> HTTP-Session: 0b510d18-4f03-43b8-a3b4-08d726bb1815 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11806 | 2024.08.22 02:23:16.783881 [ 3 ] {} <Debug> HTTP-Session: 0b510d18-4f03-43b8-a3b4-08d726bb1815 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11807 | 2024.08.22 02:23:16.783981 [ 200 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 92 rows starting from the beginning of the part | ||
11808 | 2024.08.22 02:23:16.784004 [ 3 ] {} <Trace> HTTP-Session: 0b510d18-4f03-43b8-a3b4-08d726bb1815 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11809 | 2024.08.22 02:23:16.784231 [ 200 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 388 rows starting from the beginning of the part | ||
11810 | 2024.08.22 02:23:16.784429 [ 200 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 552 rows starting from the beginning of the part | ||
11811 | 2024.08.22 02:23:16.784689 [ 3 ] {a9868bfb-44df-4b9d-9ecf-1ee637e85a18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11812 | 2024.08.22 02:23:16.784797 [ 3 ] {a9868bfb-44df-4b9d-9ecf-1ee637e85a18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11813 | 2024.08.22 02:23:16.785044 [ 3 ] {a9868bfb-44df-4b9d-9ecf-1ee637e85a18} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11814 | 2024.08.22 02:23:16.786013 [ 3 ] {a9868bfb-44df-4b9d-9ecf-1ee637e85a18} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11815 | 2024.08.22 02:23:16.786051 [ 3 ] {a9868bfb-44df-4b9d-9ecf-1ee637e85a18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
11816 | 2024.08.22 02:23:16.786352 [ 194 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2410 rows, containing 5 columns (5 merged, 0 gathered) in 0.003364084 sec., 716391.1483779835 rows/sec., 54.93 MiB/sec. | ||
11817 | 2024.08.22 02:23:16.786630 [ 194 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
11818 | 2024.08.22 02:23:16.786816 [ 3 ] {a9868bfb-44df-4b9d-9ecf-1ee637e85a18} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
11819 | 2024.08.22 02:23:16.787788 [ 194 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_61_12} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11820 | 2024.08.22 02:23:16.787844 [ 3 ] {a9868bfb-44df-4b9d-9ecf-1ee637e85a18} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11821 | 2024.08.22 02:23:16.787991 [ 194 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_61_12} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
11822 | 2024.08.22 02:23:16.788163 [ 122 ] {} <Debug> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
11823 | 2024.08.22 02:23:16.788218 [ 3 ] {a9868bfb-44df-4b9d-9ecf-1ee637e85a18} <Debug> executeQuery: Read 846 rows, 58.31 KiB in 0.003927 sec., 215431.62719633308 rows/sec., 14.50 MiB/sec. | ||
11824 | 2024.08.22 02:23:16.788249 [ 122 ] {} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11825 | 2024.08.22 02:23:16.788268 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
11826 | 2024.08.22 02:23:16.788334 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
11827 | 2024.08.22 02:23:16.788625 [ 187 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::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 | ||
11828 | 2024.08.22 02:23:16.788657 [ 3 ] {a9868bfb-44df-4b9d-9ecf-1ee637e85a18} <Debug> DynamicQueryHandler: Done processing query | ||
11829 | 2024.08.22 02:23:16.788719 [ 3 ] {a9868bfb-44df-4b9d-9ecf-1ee637e85a18} <Debug> MemoryTracker: Peak memory usage (for query): 4.66 MiB. | ||
11830 | 2024.08.22 02:23:16.788745 [ 3 ] {} <Debug> HTTP-Session: 0b510d18-4f03-43b8-a3b4-08d726bb1815 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11831 | 2024.08.22 02:23:16.788888 [ 187 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11832 | 2024.08.22 02:23:16.788934 [ 187 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_56_11, total 17997 rows starting from the beginning of the part | ||
11833 | 2024.08.22 02:23:16.789046 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 45179, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11834 | 2024.08.22 02:23:16.789184 [ 187 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::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 | ||
11835 | 2024.08.22 02:23:16.789206 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11836 | 2024.08.22 02:23:16.789277 [ 3 ] {} <Debug> HTTP-Session: 9fc25941-1993-4b96-94d5-d1dea168a4db Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
11837 | 2024.08.22 02:23:16.789354 [ 3 ] {} <Debug> HTTP-Session: 9fc25941-1993-4b96-94d5-d1dea168a4db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11838 | 2024.08.22 02:23:16.789425 [ 3 ] {} <Debug> HTTP-Session: 9fc25941-1993-4b96-94d5-d1dea168a4db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11839 | 2024.08.22 02:23:16.789480 [ 187 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 237 rows starting from the beginning of the part | ||
11840 | 2024.08.22 02:23:16.789548 [ 3 ] {} <Trace> HTTP-Session: 9fc25941-1993-4b96-94d5-d1dea168a4db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11841 | 2024.08.22 02:23:16.789823 [ 187 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 160 rows starting from the beginning of the part | ||
11842 | 2024.08.22 02:23:16.790008 [ 187 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 239 rows starting from the beginning of the part | ||
11843 | 2024.08.22 02:23:16.790164 [ 3 ] {81edfd44-f7bd-4fc7-b09c-a94cc451567c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11844 | 2024.08.22 02:23:16.790330 [ 187 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 846 rows starting from the beginning of the part | ||
11845 | 2024.08.22 02:23:16.790485 [ 3 ] {81edfd44-f7bd-4fc7-b09c-a94cc451567c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
11846 | 2024.08.22 02:23:16.792143 [ 3 ] {81edfd44-f7bd-4fc7-b09c-a94cc451567c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11847 | 2024.08.22 02:23:16.793665 [ 3 ] {81edfd44-f7bd-4fc7-b09c-a94cc451567c} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11848 | 2024.08.22 02:23:16.793750 [ 3 ] {81edfd44-f7bd-4fc7-b09c-a94cc451567c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
11849 | 2024.08.22 02:23:16.795440 [ 3 ] {81edfd44-f7bd-4fc7-b09c-a94cc451567c} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
11850 | 2024.08.22 02:23:16.796550 [ 3 ] {81edfd44-f7bd-4fc7-b09c-a94cc451567c} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11851 | 2024.08.22 02:23:16.796760 [ 3 ] {81edfd44-f7bd-4fc7-b09c-a94cc451567c} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.006959 sec., 4023.5666043971837 rows/sec., 7.21 MiB/sec. | ||
11852 | 2024.08.22 02:23:16.797026 [ 3 ] {81edfd44-f7bd-4fc7-b09c-a94cc451567c} <Debug> DynamicQueryHandler: Done processing query | ||
11853 | 2024.08.22 02:23:16.797051 [ 3 ] {81edfd44-f7bd-4fc7-b09c-a94cc451567c} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
11854 | 2024.08.22 02:23:16.797068 [ 3 ] {} <Debug> HTTP-Session: 9fc25941-1993-4b96-94d5-d1dea168a4db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11855 | 2024.08.22 02:23:16.797213 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11856 | 2024.08.22 02:23:16.797270 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11857 | 2024.08.22 02:23:16.797292 [ 3 ] {} <Debug> HTTP-Session: 15ee8374-2ef3-4e9a-9238-a2631e6682ba Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
11858 | 2024.08.22 02:23:16.797310 [ 3 ] {} <Debug> HTTP-Session: 15ee8374-2ef3-4e9a-9238-a2631e6682ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11859 | 2024.08.22 02:23:16.797324 [ 3 ] {} <Debug> HTTP-Session: 15ee8374-2ef3-4e9a-9238-a2631e6682ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11860 | 2024.08.22 02:23:16.797357 [ 3 ] {} <Trace> HTTP-Session: 15ee8374-2ef3-4e9a-9238-a2631e6682ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11861 | 2024.08.22 02:23:16.797521 [ 3 ] {00ae88cc-ecc9-49e6-af6f-8a6af4ca53a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11862 | 2024.08.22 02:23:16.797578 [ 3 ] {00ae88cc-ecc9-49e6-af6f-8a6af4ca53a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11863 | 2024.08.22 02:23:16.797780 [ 3 ] {00ae88cc-ecc9-49e6-af6f-8a6af4ca53a3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11864 | 2024.08.22 02:23:16.798149 [ 3 ] {00ae88cc-ecc9-49e6-af6f-8a6af4ca53a3} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11865 | 2024.08.22 02:23:16.798187 [ 3 ] {00ae88cc-ecc9-49e6-af6f-8a6af4ca53a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
11866 | 2024.08.22 02:23:16.798907 [ 3 ] {00ae88cc-ecc9-49e6-af6f-8a6af4ca53a3} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
11867 | 2024.08.22 02:23:16.799348 [ 3 ] {00ae88cc-ecc9-49e6-af6f-8a6af4ca53a3} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11868 | 2024.08.22 02:23:16.799566 [ 122 ] {} <Debug> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
11869 | 2024.08.22 02:23:16.799649 [ 3 ] {00ae88cc-ecc9-49e6-af6f-8a6af4ca53a3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002169 sec., 27662.51728907331 rows/sec., 1.86 MiB/sec. | ||
11870 | 2024.08.22 02:23:16.799657 [ 122 ] {} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11871 | 2024.08.22 02:23:16.799744 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
11872 | 2024.08.22 02:23:16.800218 [ 3 ] {00ae88cc-ecc9-49e6-af6f-8a6af4ca53a3} <Debug> DynamicQueryHandler: Done processing query | ||
11873 | 2024.08.22 02:23:16.800249 [ 200 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::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 | ||
11874 | 2024.08.22 02:23:16.800297 [ 3 ] {00ae88cc-ecc9-49e6-af6f-8a6af4ca53a3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11875 | 2024.08.22 02:23:16.800379 [ 3 ] {} <Debug> HTTP-Session: 15ee8374-2ef3-4e9a-9238-a2631e6682ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11876 | 2024.08.22 02:23:16.800623 [ 194 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 19639 rows, containing 5 columns (5 merged, 0 gathered) in 0.01212816 sec., 1619289.32335985 rows/sec., 109.47 MiB/sec. | ||
11877 | 2024.08.22 02:23:16.800667 [ 200 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11878 | 2024.08.22 02:23:16.800708 [ 200 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3792 rows starting from the beginning of the part | ||
11879 | 2024.08.22 02:23:16.800820 [ 200 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::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 | ||
11880 | 2024.08.22 02:23:16.801087 [ 194 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
11881 | 2024.08.22 02:23:16.801115 [ 200 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 82 rows starting from the beginning of the part | ||
11882 | 2024.08.22 02:23:16.801483 [ 200 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::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 | ||
11883 | 2024.08.22 02:23:16.801803 [ 200 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 82 rows starting from the beginning of the part | ||
11884 | 2024.08.22 02:23:16.802197 [ 200 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::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 | ||
11885 | 2024.08.22 02:23:16.802762 [ 194 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11886 | 2024.08.22 02:23:16.802923 [ 194 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
11887 | 2024.08.22 02:23:16.803093 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB. | ||
11888 | 2024.08.22 02:23:16.804495 [ 191 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4136 rows, containing 4 columns (4 merged, 0 gathered) in 0.004598769 sec., 899371.1143134173 rows/sec., 58.77 MiB/sec. | ||
11889 | 2024.08.22 02:23:16.804929 [ 191 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
11890 | 2024.08.22 02:23:16.805381 [ 191 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_61_12} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11891 | 2024.08.22 02:23:16.805483 [ 191 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_61_12} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
11892 | 2024.08.22 02:23:16.805601 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB. | ||
11893 | 2024.08.22 02:23:17.000165 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 200.17 MiB, peak 212.79 MiB, free memory in arenas 0.00 B, will set to 201.65 MiB (RSS), difference: 1.48 MiB | ||
11894 | 2024.08.22 02:23:21.734826 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 363, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11895 | 2024.08.22 02:23:21.734950 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11896 | 2024.08.22 02:23:21.734978 [ 3 ] {} <Debug> HTTP-Session: 6ce888a9-2d24-42fe-a663-f1bd8bf48325 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
11897 | 2024.08.22 02:23:21.735006 [ 3 ] {} <Debug> HTTP-Session: 6ce888a9-2d24-42fe-a663-f1bd8bf48325 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11898 | 2024.08.22 02:23:21.735024 [ 3 ] {} <Debug> HTTP-Session: 6ce888a9-2d24-42fe-a663-f1bd8bf48325 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11899 | 2024.08.22 02:23:21.735078 [ 3 ] {} <Trace> HTTP-Session: 6ce888a9-2d24-42fe-a663-f1bd8bf48325 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11900 | 2024.08.22 02:23:21.735259 [ 3 ] {660b9262-4efa-4bd9-9ab2-e878288ac550} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
11901 | 2024.08.22 02:23:21.735324 [ 3 ] {660b9262-4efa-4bd9-9ab2-e878288ac550} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
11902 | 2024.08.22 02:23:21.735661 [ 3 ] {660b9262-4efa-4bd9-9ab2-e878288ac550} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11903 | 2024.08.22 02:23:21.736109 [ 3 ] {660b9262-4efa-4bd9-9ab2-e878288ac550} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11904 | 2024.08.22 02:23:21.736151 [ 3 ] {660b9262-4efa-4bd9-9ab2-e878288ac550} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
11905 | 2024.08.22 02:23:21.736563 [ 3 ] {660b9262-4efa-4bd9-9ab2-e878288ac550} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
11906 | 2024.08.22 02:23:21.736961 [ 3 ] {660b9262-4efa-4bd9-9ab2-e878288ac550} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11907 | 2024.08.22 02:23:21.737140 [ 3 ] {660b9262-4efa-4bd9-9ab2-e878288ac550} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001929 sec., 1036.8066355624676 rows/sec., 84.54 KiB/sec. | ||
11908 | 2024.08.22 02:23:21.737356 [ 3 ] {660b9262-4efa-4bd9-9ab2-e878288ac550} <Debug> DynamicQueryHandler: Done processing query | ||
11909 | 2024.08.22 02:23:21.737384 [ 3 ] {660b9262-4efa-4bd9-9ab2-e878288ac550} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11910 | 2024.08.22 02:23:21.737400 [ 3 ] {} <Debug> HTTP-Session: 6ce888a9-2d24-42fe-a663-f1bd8bf48325 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11911 | 2024.08.22 02:23:21.737605 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 29106, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11912 | 2024.08.22 02:23:21.737664 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11913 | 2024.08.22 02:23:21.737685 [ 3 ] {} <Debug> HTTP-Session: d3f4de2c-6db7-42f6-b518-1301bfdf792b Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
11914 | 2024.08.22 02:23:21.737704 [ 3 ] {} <Debug> HTTP-Session: d3f4de2c-6db7-42f6-b518-1301bfdf792b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11915 | 2024.08.22 02:23:21.737717 [ 3 ] {} <Debug> HTTP-Session: d3f4de2c-6db7-42f6-b518-1301bfdf792b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11916 | 2024.08.22 02:23:21.737753 [ 3 ] {} <Trace> HTTP-Session: d3f4de2c-6db7-42f6-b518-1301bfdf792b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11917 | 2024.08.22 02:23:21.737913 [ 3 ] {0dea0a40-a983-41ed-83c3-c0b3902afe26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11918 | 2024.08.22 02:23:21.737960 [ 3 ] {0dea0a40-a983-41ed-83c3-c0b3902afe26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11919 | 2024.08.22 02:23:21.738199 [ 3 ] {0dea0a40-a983-41ed-83c3-c0b3902afe26} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11920 | 2024.08.22 02:23:21.738683 [ 3 ] {0dea0a40-a983-41ed-83c3-c0b3902afe26} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11921 | 2024.08.22 02:23:21.738720 [ 3 ] {0dea0a40-a983-41ed-83c3-c0b3902afe26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
11922 | 2024.08.22 02:23:21.739094 [ 3 ] {0dea0a40-a983-41ed-83c3-c0b3902afe26} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
11923 | 2024.08.22 02:23:21.739450 [ 3 ] {0dea0a40-a983-41ed-83c3-c0b3902afe26} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11924 | 2024.08.22 02:23:21.739606 [ 3 ] {0dea0a40-a983-41ed-83c3-c0b3902afe26} <Debug> executeQuery: Read 194 rows, 17.32 KiB in 0.001761 sec., 110164.67915956843 rows/sec., 9.60 MiB/sec. | ||
11925 | 2024.08.22 02:23:21.739783 [ 3 ] {0dea0a40-a983-41ed-83c3-c0b3902afe26} <Debug> DynamicQueryHandler: Done processing query | ||
11926 | 2024.08.22 02:23:21.739808 [ 3 ] {0dea0a40-a983-41ed-83c3-c0b3902afe26} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
11927 | 2024.08.22 02:23:21.739823 [ 3 ] {} <Debug> HTTP-Session: d3f4de2c-6db7-42f6-b518-1301bfdf792b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11928 | 2024.08.22 02:23:21.739959 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 613, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11929 | 2024.08.22 02:23:21.740010 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11930 | 2024.08.22 02:23:21.740030 [ 3 ] {} <Debug> HTTP-Session: 0f9fe7cf-51bc-432a-9261-dbf1df0c12b9 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
11931 | 2024.08.22 02:23:21.740047 [ 3 ] {} <Debug> HTTP-Session: 0f9fe7cf-51bc-432a-9261-dbf1df0c12b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11932 | 2024.08.22 02:23:21.740061 [ 3 ] {} <Debug> HTTP-Session: 0f9fe7cf-51bc-432a-9261-dbf1df0c12b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11933 | 2024.08.22 02:23:21.740092 [ 3 ] {} <Trace> HTTP-Session: 0f9fe7cf-51bc-432a-9261-dbf1df0c12b9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11934 | 2024.08.22 02:23:21.740190 [ 3 ] {e08ce6ec-d6c1-4c23-8c15-b87de5b8ef14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
11935 | 2024.08.22 02:23:21.740233 [ 3 ] {e08ce6ec-d6c1-4c23-8c15-b87de5b8ef14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11936 | 2024.08.22 02:23:21.740457 [ 3 ] {e08ce6ec-d6c1-4c23-8c15-b87de5b8ef14} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11937 | 2024.08.22 02:23:21.740762 [ 3 ] {e08ce6ec-d6c1-4c23-8c15-b87de5b8ef14} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11938 | 2024.08.22 02:23:21.740798 [ 3 ] {e08ce6ec-d6c1-4c23-8c15-b87de5b8ef14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
11939 | 2024.08.22 02:23:21.741136 [ 3 ] {e08ce6ec-d6c1-4c23-8c15-b87de5b8ef14} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
11940 | 2024.08.22 02:23:21.741493 [ 3 ] {e08ce6ec-d6c1-4c23-8c15-b87de5b8ef14} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11941 | 2024.08.22 02:23:21.741653 [ 3 ] {e08ce6ec-d6c1-4c23-8c15-b87de5b8ef14} <Debug> executeQuery: Read 4 rows, 297.00 B in 0.00148 sec., 2702.702702702703 rows/sec., 195.97 KiB/sec. | ||
11942 | 2024.08.22 02:23:21.741652 [ 119 ] {} <Debug> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995) (MergerMutator): Selected 6 parts from all_1_50_10 to all_55_55_0 | ||
11943 | 2024.08.22 02:23:21.741775 [ 119 ] {} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11944 | 2024.08.22 02:23:21.741825 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
11945 | 2024.08.22 02:23:21.741912 [ 3 ] {e08ce6ec-d6c1-4c23-8c15-b87de5b8ef14} <Debug> DynamicQueryHandler: Done processing query | ||
11946 | 2024.08.22 02:23:21.741963 [ 3 ] {e08ce6ec-d6c1-4c23-8c15-b87de5b8ef14} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11947 | 2024.08.22 02:23:21.742036 [ 3 ] {} <Debug> HTTP-Session: 0f9fe7cf-51bc-432a-9261-dbf1df0c12b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11948 | 2024.08.22 02:23:21.742178 [ 190 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_55_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_50_10 to all_55_55_0 into Compact with storage Full | ||
11949 | 2024.08.22 02:23:21.742209 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11950 | 2024.08.22 02:23:21.742327 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11951 | 2024.08.22 02:23:21.742378 [ 3 ] {} <Debug> HTTP-Session: 98350ec2-0223-42f9-b06a-699de3d4bd87 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
11952 | 2024.08.22 02:23:21.742424 [ 3 ] {} <Debug> HTTP-Session: 98350ec2-0223-42f9-b06a-699de3d4bd87 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11953 | 2024.08.22 02:23:21.742479 [ 3 ] {} <Debug> HTTP-Session: 98350ec2-0223-42f9-b06a-699de3d4bd87 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11954 | 2024.08.22 02:23:21.742586 [ 3 ] {} <Trace> HTTP-Session: 98350ec2-0223-42f9-b06a-699de3d4bd87 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11955 | 2024.08.22 02:23:21.742707 [ 190 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_55_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11956 | 2024.08.22 02:23:21.742797 [ 3 ] {f2abdfcd-5c8a-4d53-8935-5918fec03ece} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
11957 | 2024.08.22 02:23:21.742824 [ 190 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_50_10, total 46 rows starting from the beginning of the part | ||
11958 | 2024.08.22 02:23:21.742881 [ 3 ] {f2abdfcd-5c8a-4d53-8935-5918fec03ece} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
11959 | 2024.08.22 02:23:21.743290 [ 190 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 2 rows starting from the beginning of the part | ||
11960 | 2024.08.22 02:23:21.743578 [ 190 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 28 rows starting from the beginning of the part | ||
11961 | 2024.08.22 02:23:21.743981 [ 190 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 6 rows starting from the beginning of the part | ||
11962 | 2024.08.22 02:23:21.744358 [ 190 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 32 rows starting from the beginning of the part | ||
11963 | 2024.08.22 02:23:21.744744 [ 190 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 4 rows starting from the beginning of the part | ||
11964 | 2024.08.22 02:23:21.744980 [ 3 ] {f2abdfcd-5c8a-4d53-8935-5918fec03ece} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11965 | 2024.08.22 02:23:21.746004 [ 3 ] {f2abdfcd-5c8a-4d53-8935-5918fec03ece} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11966 | 2024.08.22 02:23:21.746074 [ 3 ] {f2abdfcd-5c8a-4d53-8935-5918fec03ece} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
11967 | 2024.08.22 02:23:21.747195 [ 3 ] {f2abdfcd-5c8a-4d53-8935-5918fec03ece} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
11968 | 2024.08.22 02:23:21.747602 [ 190 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_55_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 118 rows, containing 5 columns (5 merged, 0 gathered) in 0.005659873 sec., 20848.524339680414 rows/sec., 1.59 MiB/sec. | ||
11969 | 2024.08.22 02:23:21.747836 [ 190 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_55_11} <Trace> MergedBlockOutputStream: filled checksums all_1_55_11 (state Temporary) | ||
11970 | 2024.08.22 02:23:21.748126 [ 3 ] {f2abdfcd-5c8a-4d53-8935-5918fec03ece} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11971 | 2024.08.22 02:23:21.748718 [ 3 ] {f2abdfcd-5c8a-4d53-8935-5918fec03ece} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005962 sec., 2348.2053002348202 rows/sec., 164.45 KiB/sec. | ||
11972 | 2024.08.22 02:23:21.749037 [ 190 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_55_11} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Renaming temporary part tmp_merge_all_1_55_11 to all_1_55_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11973 | 2024.08.22 02:23:21.749084 [ 3 ] {f2abdfcd-5c8a-4d53-8935-5918fec03ece} <Debug> DynamicQueryHandler: Done processing query | ||
11974 | 2024.08.22 02:23:21.749137 [ 3 ] {f2abdfcd-5c8a-4d53-8935-5918fec03ece} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11975 | 2024.08.22 02:23:21.749165 [ 3 ] {} <Debug> HTTP-Session: 98350ec2-0223-42f9-b06a-699de3d4bd87 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11976 | 2024.08.22 02:23:21.749188 [ 190 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_55_11} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995) (MergerMutator): Merged 6 parts: [all_1_50_10, all_55_55_0] -> all_1_55_11 | ||
11977 | 2024.08.22 02:23:21.749338 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
11978 | 2024.08.22 02:23:21.749348 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11979 | 2024.08.22 02:23:21.749424 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11980 | 2024.08.22 02:23:21.749444 [ 3 ] {} <Debug> HTTP-Session: 25685492-35d4-43c4-ad1b-b3b50b5baa63 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
11981 | 2024.08.22 02:23:21.749461 [ 3 ] {} <Debug> HTTP-Session: 25685492-35d4-43c4-ad1b-b3b50b5baa63 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11982 | 2024.08.22 02:23:21.749475 [ 3 ] {} <Debug> HTTP-Session: 25685492-35d4-43c4-ad1b-b3b50b5baa63 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11983 | 2024.08.22 02:23:21.749506 [ 3 ] {} <Trace> HTTP-Session: 25685492-35d4-43c4-ad1b-b3b50b5baa63 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11984 | 2024.08.22 02:23:21.749609 [ 3 ] {265f30b2-862c-4506-b828-ba97ca2b26fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
11985 | 2024.08.22 02:23:21.749654 [ 3 ] {265f30b2-862c-4506-b828-ba97ca2b26fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
11986 | 2024.08.22 02:23:21.749907 [ 3 ] {265f30b2-862c-4506-b828-ba97ca2b26fb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11987 | 2024.08.22 02:23:21.750249 [ 3 ] {265f30b2-862c-4506-b828-ba97ca2b26fb} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11988 | 2024.08.22 02:23:21.750285 [ 3 ] {265f30b2-862c-4506-b828-ba97ca2b26fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
11989 | 2024.08.22 02:23:21.750637 [ 3 ] {265f30b2-862c-4506-b828-ba97ca2b26fb} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
11990 | 2024.08.22 02:23:21.751010 [ 3 ] {265f30b2-862c-4506-b828-ba97ca2b26fb} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11991 | 2024.08.22 02:23:21.751186 [ 3 ] {265f30b2-862c-4506-b828-ba97ca2b26fb} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001596 sec., 3759.3984962406016 rows/sec., 222.11 KiB/sec. | ||
11992 | 2024.08.22 02:23:21.751478 [ 3 ] {265f30b2-862c-4506-b828-ba97ca2b26fb} <Debug> DynamicQueryHandler: Done processing query | ||
11993 | 2024.08.22 02:23:21.751518 [ 3 ] {265f30b2-862c-4506-b828-ba97ca2b26fb} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11994 | 2024.08.22 02:23:21.751539 [ 3 ] {} <Debug> HTTP-Session: 25685492-35d4-43c4-ad1b-b3b50b5baa63 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11995 | 2024.08.22 02:23:21.751724 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 62443, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11996 | 2024.08.22 02:23:21.751773 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11997 | 2024.08.22 02:23:21.751793 [ 3 ] {} <Debug> HTTP-Session: 0fa22469-07bd-441d-b150-20d1b0ecc158 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
11998 | 2024.08.22 02:23:21.751809 [ 3 ] {} <Debug> HTTP-Session: 0fa22469-07bd-441d-b150-20d1b0ecc158 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11999 | 2024.08.22 02:23:21.751823 [ 3 ] {} <Debug> HTTP-Session: 0fa22469-07bd-441d-b150-20d1b0ecc158 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12000 | 2024.08.22 02:23:21.751853 [ 3 ] {} <Trace> HTTP-Session: 0fa22469-07bd-441d-b150-20d1b0ecc158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12001 | 2024.08.22 02:23:21.752062 [ 3 ] {20f5ada0-e858-4c4c-a9aa-d85133594fd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12002 | 2024.08.22 02:23:21.752108 [ 3 ] {20f5ada0-e858-4c4c-a9aa-d85133594fd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12003 | 2024.08.22 02:23:21.752350 [ 3 ] {20f5ada0-e858-4c4c-a9aa-d85133594fd5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12004 | 2024.08.22 02:23:21.753033 [ 3 ] {20f5ada0-e858-4c4c-a9aa-d85133594fd5} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12005 | 2024.08.22 02:23:21.753069 [ 3 ] {20f5ada0-e858-4c4c-a9aa-d85133594fd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
12006 | 2024.08.22 02:23:21.753441 [ 3 ] {20f5ada0-e858-4c4c-a9aa-d85133594fd5} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
12007 | 2024.08.22 02:23:21.753802 [ 3 ] {20f5ada0-e858-4c4c-a9aa-d85133594fd5} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12008 | 2024.08.22 02:23:21.753970 [ 3 ] {20f5ada0-e858-4c4c-a9aa-d85133594fd5} <Debug> executeQuery: Read 386 rows, 28.00 KiB in 0.002017 sec., 191373.3267228557 rows/sec., 13.56 MiB/sec. | ||
12009 | 2024.08.22 02:23:21.754171 [ 3 ] {20f5ada0-e858-4c4c-a9aa-d85133594fd5} <Debug> DynamicQueryHandler: Done processing query | ||
12010 | 2024.08.22 02:23:21.754208 [ 3 ] {20f5ada0-e858-4c4c-a9aa-d85133594fd5} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
12011 | 2024.08.22 02:23:21.754240 [ 3 ] {} <Debug> HTTP-Session: 0fa22469-07bd-441d-b150-20d1b0ecc158 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12012 | 2024.08.22 02:23:21.754385 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12013 | 2024.08.22 02:23:21.754435 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12014 | 2024.08.22 02:23:21.754454 [ 3 ] {} <Debug> HTTP-Session: bacb3523-7bd7-4d55-b36d-a9a96aa174cb Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
12015 | 2024.08.22 02:23:21.754472 [ 3 ] {} <Debug> HTTP-Session: bacb3523-7bd7-4d55-b36d-a9a96aa174cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12016 | 2024.08.22 02:23:21.754485 [ 3 ] {} <Debug> HTTP-Session: bacb3523-7bd7-4d55-b36d-a9a96aa174cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12017 | 2024.08.22 02:23:21.754515 [ 3 ] {} <Trace> HTTP-Session: bacb3523-7bd7-4d55-b36d-a9a96aa174cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12018 | 2024.08.22 02:23:21.754611 [ 3 ] {08626640-a82a-4a0a-942d-d18191e4869f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
12019 | 2024.08.22 02:23:21.754655 [ 3 ] {08626640-a82a-4a0a-942d-d18191e4869f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
12020 | 2024.08.22 02:23:21.754786 [ 3 ] {08626640-a82a-4a0a-942d-d18191e4869f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12021 | 2024.08.22 02:23:21.755048 [ 3 ] {08626640-a82a-4a0a-942d-d18191e4869f} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12022 | 2024.08.22 02:23:21.755084 [ 3 ] {08626640-a82a-4a0a-942d-d18191e4869f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
12023 | 2024.08.22 02:23:21.755445 [ 3 ] {08626640-a82a-4a0a-942d-d18191e4869f} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
12024 | 2024.08.22 02:23:21.755763 [ 3 ] {08626640-a82a-4a0a-942d-d18191e4869f} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12025 | 2024.08.22 02:23:21.755918 [ 3 ] {08626640-a82a-4a0a-942d-d18191e4869f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001331 sec., 4507.888805409467 rows/sec., 235.52 KiB/sec. | ||
12026 | 2024.08.22 02:23:21.756069 [ 3 ] {08626640-a82a-4a0a-942d-d18191e4869f} <Debug> DynamicQueryHandler: Done processing query | ||
12027 | 2024.08.22 02:23:21.756093 [ 3 ] {08626640-a82a-4a0a-942d-d18191e4869f} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
12028 | 2024.08.22 02:23:21.756109 [ 3 ] {} <Debug> HTTP-Session: bacb3523-7bd7-4d55-b36d-a9a96aa174cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12029 | 2024.08.22 02:23:21.756276 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 44791, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12030 | 2024.08.22 02:23:21.756325 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12031 | 2024.08.22 02:23:21.756344 [ 3 ] {} <Debug> HTTP-Session: 70bcca81-d398-4d73-b8ad-5d76d0b8edbe Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
12032 | 2024.08.22 02:23:21.756360 [ 3 ] {} <Debug> HTTP-Session: 70bcca81-d398-4d73-b8ad-5d76d0b8edbe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12033 | 2024.08.22 02:23:21.756373 [ 3 ] {} <Debug> HTTP-Session: 70bcca81-d398-4d73-b8ad-5d76d0b8edbe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12034 | 2024.08.22 02:23:21.756404 [ 3 ] {} <Trace> HTTP-Session: 70bcca81-d398-4d73-b8ad-5d76d0b8edbe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12035 | 2024.08.22 02:23:21.756588 [ 3 ] {e5f886d2-7cc6-405f-aff6-11ec13ae9e1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12036 | 2024.08.22 02:23:21.756634 [ 3 ] {e5f886d2-7cc6-405f-aff6-11ec13ae9e1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12037 | 2024.08.22 02:23:21.756780 [ 3 ] {e5f886d2-7cc6-405f-aff6-11ec13ae9e1a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12038 | 2024.08.22 02:23:21.757194 [ 3 ] {e5f886d2-7cc6-405f-aff6-11ec13ae9e1a} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12039 | 2024.08.22 02:23:21.757230 [ 3 ] {e5f886d2-7cc6-405f-aff6-11ec13ae9e1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
12040 | 2024.08.22 02:23:21.757608 [ 3 ] {e5f886d2-7cc6-405f-aff6-11ec13ae9e1a} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
12041 | 2024.08.22 02:23:21.757946 [ 3 ] {e5f886d2-7cc6-405f-aff6-11ec13ae9e1a} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12042 | 2024.08.22 02:23:21.758094 [ 3 ] {e5f886d2-7cc6-405f-aff6-11ec13ae9e1a} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001593 sec., 149403.64092906466 rows/sec., 10.02 MiB/sec. | ||
12043 | 2024.08.22 02:23:21.758368 [ 3 ] {e5f886d2-7cc6-405f-aff6-11ec13ae9e1a} <Debug> DynamicQueryHandler: Done processing query | ||
12044 | 2024.08.22 02:23:21.758425 [ 3 ] {e5f886d2-7cc6-405f-aff6-11ec13ae9e1a} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
12045 | 2024.08.22 02:23:21.758504 [ 3 ] {} <Debug> HTTP-Session: 70bcca81-d398-4d73-b8ad-5d76d0b8edbe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12046 | 2024.08.22 02:23:21.758673 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12047 | 2024.08.22 02:23:21.758726 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12048 | 2024.08.22 02:23:21.758746 [ 3 ] {} <Debug> HTTP-Session: 94d245da-d11c-4196-80df-df1cb423294b Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
12049 | 2024.08.22 02:23:21.758763 [ 3 ] {} <Debug> HTTP-Session: 94d245da-d11c-4196-80df-df1cb423294b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12050 | 2024.08.22 02:23:21.758777 [ 3 ] {} <Debug> HTTP-Session: 94d245da-d11c-4196-80df-df1cb423294b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12051 | 2024.08.22 02:23:21.758809 [ 3 ] {} <Trace> HTTP-Session: 94d245da-d11c-4196-80df-df1cb423294b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12052 | 2024.08.22 02:23:21.758908 [ 3 ] {755b0c9d-36fa-44c4-963a-3b68bb4bdde1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
12053 | 2024.08.22 02:23:21.758970 [ 3 ] {755b0c9d-36fa-44c4-963a-3b68bb4bdde1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
12054 | 2024.08.22 02:23:21.759205 [ 3 ] {755b0c9d-36fa-44c4-963a-3b68bb4bdde1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12055 | 2024.08.22 02:23:21.759575 [ 3 ] {755b0c9d-36fa-44c4-963a-3b68bb4bdde1} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12056 | 2024.08.22 02:23:21.759611 [ 3 ] {755b0c9d-36fa-44c4-963a-3b68bb4bdde1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
12057 | 2024.08.22 02:23:21.759975 [ 3 ] {755b0c9d-36fa-44c4-963a-3b68bb4bdde1} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
12058 | 2024.08.22 02:23:21.760320 [ 3 ] {755b0c9d-36fa-44c4-963a-3b68bb4bdde1} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12059 | 2024.08.22 02:23:21.760465 [ 3 ] {755b0c9d-36fa-44c4-963a-3b68bb4bdde1} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001579 sec., 633.3122229259025 rows/sec., 42.67 KiB/sec. | ||
12060 | 2024.08.22 02:23:21.760636 [ 3 ] {755b0c9d-36fa-44c4-963a-3b68bb4bdde1} <Debug> DynamicQueryHandler: Done processing query | ||
12061 | 2024.08.22 02:23:21.760662 [ 3 ] {755b0c9d-36fa-44c4-963a-3b68bb4bdde1} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
12062 | 2024.08.22 02:23:21.760679 [ 3 ] {} <Debug> HTTP-Session: 94d245da-d11c-4196-80df-df1cb423294b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12063 | 2024.08.22 02:23:21.760789 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 3288, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12064 | 2024.08.22 02:23:21.760838 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12065 | 2024.08.22 02:23:21.760858 [ 3 ] {} <Debug> HTTP-Session: 718024ab-c4d8-4a6a-bc04-4dbe5fa96408 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
12066 | 2024.08.22 02:23:21.760876 [ 3 ] {} <Debug> HTTP-Session: 718024ab-c4d8-4a6a-bc04-4dbe5fa96408 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12067 | 2024.08.22 02:23:21.760889 [ 3 ] {} <Debug> HTTP-Session: 718024ab-c4d8-4a6a-bc04-4dbe5fa96408 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12068 | 2024.08.22 02:23:21.760920 [ 3 ] {} <Trace> HTTP-Session: 718024ab-c4d8-4a6a-bc04-4dbe5fa96408 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12069 | 2024.08.22 02:23:21.761038 [ 3 ] {72ab93d5-de6f-4f25-a8ac-41c413479bfb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
12070 | 2024.08.22 02:23:21.761104 [ 3 ] {72ab93d5-de6f-4f25-a8ac-41c413479bfb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
12071 | 2024.08.22 02:23:21.761527 [ 3 ] {72ab93d5-de6f-4f25-a8ac-41c413479bfb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12072 | 2024.08.22 02:23:21.761987 [ 3 ] {72ab93d5-de6f-4f25-a8ac-41c413479bfb} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12073 | 2024.08.22 02:23:21.762024 [ 3 ] {72ab93d5-de6f-4f25-a8ac-41c413479bfb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
12074 | 2024.08.22 02:23:21.762611 [ 3 ] {72ab93d5-de6f-4f25-a8ac-41c413479bfb} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
12075 | 2024.08.22 02:23:21.763023 [ 3 ] {72ab93d5-de6f-4f25-a8ac-41c413479bfb} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12076 | 2024.08.22 02:23:21.763217 [ 3 ] {72ab93d5-de6f-4f25-a8ac-41c413479bfb} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.002223 sec., 899.6851102114259 rows/sec., 1.61 MiB/sec. | ||
12077 | 2024.08.22 02:23:21.763440 [ 3 ] {72ab93d5-de6f-4f25-a8ac-41c413479bfb} <Debug> DynamicQueryHandler: Done processing query | ||
12078 | 2024.08.22 02:23:21.763463 [ 3 ] {72ab93d5-de6f-4f25-a8ac-41c413479bfb} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
12079 | 2024.08.22 02:23:21.763479 [ 3 ] {} <Debug> HTTP-Session: 718024ab-c4d8-4a6a-bc04-4dbe5fa96408 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12080 | 2024.08.22 02:23:21.763601 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 12133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12081 | 2024.08.22 02:23:21.763651 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12082 | 2024.08.22 02:23:21.763671 [ 3 ] {} <Debug> HTTP-Session: 5fb36a8d-a325-45f4-b97e-e62f50955371 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
12083 | 2024.08.22 02:23:21.763687 [ 3 ] {} <Debug> HTTP-Session: 5fb36a8d-a325-45f4-b97e-e62f50955371 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12084 | 2024.08.22 02:23:21.763700 [ 3 ] {} <Debug> HTTP-Session: 5fb36a8d-a325-45f4-b97e-e62f50955371 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12085 | 2024.08.22 02:23:21.763733 [ 3 ] {} <Trace> HTTP-Session: 5fb36a8d-a325-45f4-b97e-e62f50955371 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12086 | 2024.08.22 02:23:21.763852 [ 3 ] {e60917a4-70e5-42a8-80c7-61557f81e48a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12087 | 2024.08.22 02:23:21.763897 [ 3 ] {e60917a4-70e5-42a8-80c7-61557f81e48a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12088 | 2024.08.22 02:23:21.764024 [ 3 ] {e60917a4-70e5-42a8-80c7-61557f81e48a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12089 | 2024.08.22 02:23:21.764318 [ 3 ] {e60917a4-70e5-42a8-80c7-61557f81e48a} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12090 | 2024.08.22 02:23:21.764353 [ 3 ] {e60917a4-70e5-42a8-80c7-61557f81e48a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
12091 | 2024.08.22 02:23:21.764718 [ 3 ] {e60917a4-70e5-42a8-80c7-61557f81e48a} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
12092 | 2024.08.22 02:23:21.765098 [ 3 ] {e60917a4-70e5-42a8-80c7-61557f81e48a} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12093 | 2024.08.22 02:23:21.765255 [ 3 ] {e60917a4-70e5-42a8-80c7-61557f81e48a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00144 sec., 56944.44444444444 rows/sec., 3.62 MiB/sec. | ||
12094 | 2024.08.22 02:23:21.765417 [ 3 ] {e60917a4-70e5-42a8-80c7-61557f81e48a} <Debug> DynamicQueryHandler: Done processing query | ||
12095 | 2024.08.22 02:23:21.765442 [ 3 ] {e60917a4-70e5-42a8-80c7-61557f81e48a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
12096 | 2024.08.22 02:23:21.765459 [ 3 ] {} <Debug> HTTP-Session: 5fb36a8d-a325-45f4-b97e-e62f50955371 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12097 | 2024.08.22 02:23:26.731908 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12098 | 2024.08.22 02:23:26.732028 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12099 | 2024.08.22 02:23:26.732053 [ 3 ] {} <Debug> HTTP-Session: 26fda81c-0710-4cc4-8951-2fbd8a182ef3 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
12100 | 2024.08.22 02:23:26.732078 [ 3 ] {} <Debug> HTTP-Session: 26fda81c-0710-4cc4-8951-2fbd8a182ef3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12101 | 2024.08.22 02:23:26.732093 [ 3 ] {} <Debug> HTTP-Session: 26fda81c-0710-4cc4-8951-2fbd8a182ef3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12102 | 2024.08.22 02:23:26.732144 [ 3 ] {} <Trace> HTTP-Session: 26fda81c-0710-4cc4-8951-2fbd8a182ef3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12103 | 2024.08.22 02:23:26.732324 [ 3 ] {e14fde96-a035-4156-8c1d-65b24dad978f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
12104 | 2024.08.22 02:23:26.732393 [ 3 ] {e14fde96-a035-4156-8c1d-65b24dad978f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
12105 | 2024.08.22 02:23:26.732723 [ 3 ] {e14fde96-a035-4156-8c1d-65b24dad978f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12106 | 2024.08.22 02:23:26.733146 [ 3 ] {e14fde96-a035-4156-8c1d-65b24dad978f} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12107 | 2024.08.22 02:23:26.733188 [ 3 ] {e14fde96-a035-4156-8c1d-65b24dad978f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
12108 | 2024.08.22 02:23:26.733589 [ 3 ] {e14fde96-a035-4156-8c1d-65b24dad978f} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
12109 | 2024.08.22 02:23:26.733984 [ 3 ] {e14fde96-a035-4156-8c1d-65b24dad978f} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12110 | 2024.08.22 02:23:26.734129 [ 3 ] {e14fde96-a035-4156-8c1d-65b24dad978f} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001859 sec., 1075.8472296933835 rows/sec., 87.73 KiB/sec. | ||
12111 | 2024.08.22 02:23:26.734356 [ 3 ] {e14fde96-a035-4156-8c1d-65b24dad978f} <Debug> DynamicQueryHandler: Done processing query | ||
12112 | 2024.08.22 02:23:26.734383 [ 3 ] {e14fde96-a035-4156-8c1d-65b24dad978f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12113 | 2024.08.22 02:23:26.734400 [ 3 ] {} <Debug> HTTP-Session: 26fda81c-0710-4cc4-8951-2fbd8a182ef3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12114 | 2024.08.22 02:23:26.734586 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 16586, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12115 | 2024.08.22 02:23:26.734636 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12116 | 2024.08.22 02:23:26.734656 [ 3 ] {} <Debug> HTTP-Session: acbad3c9-69d6-44e5-b6ab-12a85b9e75c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
12117 | 2024.08.22 02:23:26.734672 [ 3 ] {} <Debug> HTTP-Session: acbad3c9-69d6-44e5-b6ab-12a85b9e75c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12118 | 2024.08.22 02:23:26.734686 [ 3 ] {} <Debug> HTTP-Session: acbad3c9-69d6-44e5-b6ab-12a85b9e75c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12119 | 2024.08.22 02:23:26.734717 [ 3 ] {} <Trace> HTTP-Session: acbad3c9-69d6-44e5-b6ab-12a85b9e75c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12120 | 2024.08.22 02:23:26.734841 [ 3 ] {5523b179-393a-4272-a3d3-aa1ccb4720dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12121 | 2024.08.22 02:23:26.734885 [ 3 ] {5523b179-393a-4272-a3d3-aa1ccb4720dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12122 | 2024.08.22 02:23:26.735109 [ 3 ] {5523b179-393a-4272-a3d3-aa1ccb4720dc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12123 | 2024.08.22 02:23:26.735510 [ 3 ] {5523b179-393a-4272-a3d3-aa1ccb4720dc} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12124 | 2024.08.22 02:23:26.735547 [ 3 ] {5523b179-393a-4272-a3d3-aa1ccb4720dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
12125 | 2024.08.22 02:23:26.735911 [ 3 ] {5523b179-393a-4272-a3d3-aa1ccb4720dc} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
12126 | 2024.08.22 02:23:26.736258 [ 3 ] {5523b179-393a-4272-a3d3-aa1ccb4720dc} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12127 | 2024.08.22 02:23:26.736412 [ 3 ] {5523b179-393a-4272-a3d3-aa1ccb4720dc} <Debug> executeQuery: Read 113 rows, 9.70 KiB in 0.001611 sec., 70142.76846679082 rows/sec., 5.88 MiB/sec. | ||
12128 | 2024.08.22 02:23:26.736673 [ 3 ] {5523b179-393a-4272-a3d3-aa1ccb4720dc} <Debug> DynamicQueryHandler: Done processing query | ||
12129 | 2024.08.22 02:23:26.736733 [ 3 ] {5523b179-393a-4272-a3d3-aa1ccb4720dc} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
12130 | 2024.08.22 02:23:26.736785 [ 3 ] {} <Debug> HTTP-Session: acbad3c9-69d6-44e5-b6ab-12a85b9e75c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12131 | 2024.08.22 02:23:26.736961 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 4346, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12132 | 2024.08.22 02:23:26.737013 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12133 | 2024.08.22 02:23:26.737033 [ 3 ] {} <Debug> HTTP-Session: 22103375-e909-430b-bfca-752b43faa0db Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
12134 | 2024.08.22 02:23:26.737050 [ 3 ] {} <Debug> HTTP-Session: 22103375-e909-430b-bfca-752b43faa0db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12135 | 2024.08.22 02:23:26.737065 [ 3 ] {} <Debug> HTTP-Session: 22103375-e909-430b-bfca-752b43faa0db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12136 | 2024.08.22 02:23:26.737096 [ 3 ] {} <Trace> HTTP-Session: 22103375-e909-430b-bfca-752b43faa0db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12137 | 2024.08.22 02:23:26.737207 [ 3 ] {e412ecdd-0ac1-45ff-88e2-64c28216e192} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
12138 | 2024.08.22 02:23:26.737251 [ 3 ] {e412ecdd-0ac1-45ff-88e2-64c28216e192} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
12139 | 2024.08.22 02:23:26.737495 [ 3 ] {e412ecdd-0ac1-45ff-88e2-64c28216e192} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12140 | 2024.08.22 02:23:26.737817 [ 3 ] {e412ecdd-0ac1-45ff-88e2-64c28216e192} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12141 | 2024.08.22 02:23:26.737855 [ 3 ] {e412ecdd-0ac1-45ff-88e2-64c28216e192} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
12142 | 2024.08.22 02:23:26.738199 [ 3 ] {e412ecdd-0ac1-45ff-88e2-64c28216e192} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
12143 | 2024.08.22 02:23:26.738554 [ 3 ] {e412ecdd-0ac1-45ff-88e2-64c28216e192} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12144 | 2024.08.22 02:23:26.738707 [ 3 ] {e412ecdd-0ac1-45ff-88e2-64c28216e192} <Debug> executeQuery: Read 30 rows, 2.25 KiB in 0.001531 sec., 19595.03592423253 rows/sec., 1.43 MiB/sec. | ||
12145 | 2024.08.22 02:23:26.738881 [ 3 ] {e412ecdd-0ac1-45ff-88e2-64c28216e192} <Debug> DynamicQueryHandler: Done processing query | ||
12146 | 2024.08.22 02:23:26.738904 [ 3 ] {e412ecdd-0ac1-45ff-88e2-64c28216e192} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
12147 | 2024.08.22 02:23:26.738921 [ 3 ] {} <Debug> HTTP-Session: 22103375-e909-430b-bfca-752b43faa0db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12148 | 2024.08.22 02:23:26.739059 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 15964, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12149 | 2024.08.22 02:23:26.739108 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12150 | 2024.08.22 02:23:26.739127 [ 3 ] {} <Debug> HTTP-Session: 4e6e86bb-3adf-41cf-8da6-20efbd7db3f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
12151 | 2024.08.22 02:23:26.739144 [ 3 ] {} <Debug> HTTP-Session: 4e6e86bb-3adf-41cf-8da6-20efbd7db3f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12152 | 2024.08.22 02:23:26.739158 [ 3 ] {} <Debug> HTTP-Session: 4e6e86bb-3adf-41cf-8da6-20efbd7db3f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12153 | 2024.08.22 02:23:26.739188 [ 3 ] {} <Trace> HTTP-Session: 4e6e86bb-3adf-41cf-8da6-20efbd7db3f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12154 | 2024.08.22 02:23:26.739305 [ 3 ] {40136fd5-1fc0-49f3-ba1f-3e875901ea9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12155 | 2024.08.22 02:23:26.739348 [ 3 ] {40136fd5-1fc0-49f3-ba1f-3e875901ea9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12156 | 2024.08.22 02:23:26.739570 [ 3 ] {40136fd5-1fc0-49f3-ba1f-3e875901ea9b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12157 | 2024.08.22 02:23:26.739934 [ 3 ] {40136fd5-1fc0-49f3-ba1f-3e875901ea9b} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12158 | 2024.08.22 02:23:26.739970 [ 3 ] {40136fd5-1fc0-49f3-ba1f-3e875901ea9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
12159 | 2024.08.22 02:23:26.740329 [ 3 ] {40136fd5-1fc0-49f3-ba1f-3e875901ea9b} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
12160 | 2024.08.22 02:23:26.740672 [ 3 ] {40136fd5-1fc0-49f3-ba1f-3e875901ea9b} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12161 | 2024.08.22 02:23:26.740829 [ 3 ] {40136fd5-1fc0-49f3-ba1f-3e875901ea9b} <Debug> executeQuery: Read 94 rows, 7.52 KiB in 0.001558 sec., 60333.76123234917 rows/sec., 4.71 MiB/sec. | ||
12162 | 2024.08.22 02:23:26.740997 [ 3 ] {40136fd5-1fc0-49f3-ba1f-3e875901ea9b} <Debug> DynamicQueryHandler: Done processing query | ||
12163 | 2024.08.22 02:23:26.741022 [ 3 ] {40136fd5-1fc0-49f3-ba1f-3e875901ea9b} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
12164 | 2024.08.22 02:23:26.741038 [ 3 ] {} <Debug> HTTP-Session: 4e6e86bb-3adf-41cf-8da6-20efbd7db3f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12165 | 2024.08.22 02:23:26.741192 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 30783, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12166 | 2024.08.22 02:23:26.741242 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12167 | 2024.08.22 02:23:26.741261 [ 3 ] {} <Debug> HTTP-Session: a7d16710-2f30-4528-ac80-1f0bfcc178f9 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
12168 | 2024.08.22 02:23:26.741277 [ 3 ] {} <Debug> HTTP-Session: a7d16710-2f30-4528-ac80-1f0bfcc178f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12169 | 2024.08.22 02:23:26.741292 [ 3 ] {} <Debug> HTTP-Session: a7d16710-2f30-4528-ac80-1f0bfcc178f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12170 | 2024.08.22 02:23:26.741322 [ 3 ] {} <Trace> HTTP-Session: a7d16710-2f30-4528-ac80-1f0bfcc178f9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12171 | 2024.08.22 02:23:26.741473 [ 3 ] {f1e1ac2a-a50b-41c2-b5c5-5967f2caca9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12172 | 2024.08.22 02:23:26.741519 [ 3 ] {f1e1ac2a-a50b-41c2-b5c5-5967f2caca9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12173 | 2024.08.22 02:23:26.741661 [ 3 ] {f1e1ac2a-a50b-41c2-b5c5-5967f2caca9d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12174 | 2024.08.22 02:23:26.742052 [ 3 ] {f1e1ac2a-a50b-41c2-b5c5-5967f2caca9d} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12175 | 2024.08.22 02:23:26.742087 [ 3 ] {f1e1ac2a-a50b-41c2-b5c5-5967f2caca9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
12176 | 2024.08.22 02:23:26.742465 [ 3 ] {f1e1ac2a-a50b-41c2-b5c5-5967f2caca9d} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
12177 | 2024.08.22 02:23:26.742793 [ 3 ] {f1e1ac2a-a50b-41c2-b5c5-5967f2caca9d} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12178 | 2024.08.22 02:23:26.742952 [ 3 ] {f1e1ac2a-a50b-41c2-b5c5-5967f2caca9d} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001544 sec., 104274.61139896372 rows/sec., 7.26 MiB/sec. | ||
12179 | 2024.08.22 02:23:26.743144 [ 3 ] {f1e1ac2a-a50b-41c2-b5c5-5967f2caca9d} <Debug> DynamicQueryHandler: Done processing query | ||
12180 | 2024.08.22 02:23:26.743178 [ 3 ] {f1e1ac2a-a50b-41c2-b5c5-5967f2caca9d} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
12181 | 2024.08.22 02:23:26.743210 [ 3 ] {} <Debug> HTTP-Session: a7d16710-2f30-4528-ac80-1f0bfcc178f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12182 | 2024.08.22 02:23:26.743383 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 45182, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12183 | 2024.08.22 02:23:26.743433 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12184 | 2024.08.22 02:23:26.743452 [ 3 ] {} <Debug> HTTP-Session: 92f7a780-373f-4674-be44-90a4779f6c94 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
12185 | 2024.08.22 02:23:26.743469 [ 3 ] {} <Debug> HTTP-Session: 92f7a780-373f-4674-be44-90a4779f6c94 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12186 | 2024.08.22 02:23:26.743482 [ 3 ] {} <Debug> HTTP-Session: 92f7a780-373f-4674-be44-90a4779f6c94 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12187 | 2024.08.22 02:23:26.743513 [ 3 ] {} <Trace> HTTP-Session: 92f7a780-373f-4674-be44-90a4779f6c94 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12188 | 2024.08.22 02:23:26.743826 [ 3 ] {781cc738-1de8-407a-8155-86926b7fc01e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
12189 | 2024.08.22 02:23:26.743890 [ 3 ] {781cc738-1de8-407a-8155-86926b7fc01e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
12190 | 2024.08.22 02:23:26.744305 [ 3 ] {781cc738-1de8-407a-8155-86926b7fc01e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12191 | 2024.08.22 02:23:26.744944 [ 3 ] {781cc738-1de8-407a-8155-86926b7fc01e} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12192 | 2024.08.22 02:23:26.744980 [ 3 ] {781cc738-1de8-407a-8155-86926b7fc01e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
12193 | 2024.08.22 02:23:26.745600 [ 3 ] {781cc738-1de8-407a-8155-86926b7fc01e} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
12194 | 2024.08.22 02:23:26.746126 [ 3 ] {781cc738-1de8-407a-8155-86926b7fc01e} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12195 | 2024.08.22 02:23:26.746344 [ 113 ] {} <Debug> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
12196 | 2024.08.22 02:23:26.746363 [ 3 ] {781cc738-1de8-407a-8155-86926b7fc01e} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.002759 sec., 10148.604566872054 rows/sec., 18.19 MiB/sec. | ||
12197 | 2024.08.22 02:23:26.746430 [ 113 ] {} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12198 | 2024.08.22 02:23:26.746502 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
12199 | 2024.08.22 02:23:26.746863 [ 191 ] {54363e51-69d9-4b16-adfe-43c651565682::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 | ||
12200 | 2024.08.22 02:23:26.747140 [ 3 ] {781cc738-1de8-407a-8155-86926b7fc01e} <Debug> DynamicQueryHandler: Done processing query | ||
12201 | 2024.08.22 02:23:26.747251 [ 3 ] {781cc738-1de8-407a-8155-86926b7fc01e} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
12202 | 2024.08.22 02:23:26.747358 [ 3 ] {} <Debug> HTTP-Session: 92f7a780-373f-4674-be44-90a4779f6c94 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12203 | 2024.08.22 02:23:26.747713 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12204 | 2024.08.22 02:23:26.747841 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12205 | 2024.08.22 02:23:26.747908 [ 3 ] {} <Debug> HTTP-Session: 92071d61-56b2-44e0-a26d-4bf4f1d2a726 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
12206 | 2024.08.22 02:23:26.747964 [ 3 ] {} <Debug> HTTP-Session: 92071d61-56b2-44e0-a26d-4bf4f1d2a726 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12207 | 2024.08.22 02:23:26.748009 [ 3 ] {} <Debug> HTTP-Session: 92071d61-56b2-44e0-a26d-4bf4f1d2a726 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12208 | 2024.08.22 02:23:26.748108 [ 3 ] {} <Trace> HTTP-Session: 92071d61-56b2-44e0-a26d-4bf4f1d2a726 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12209 | 2024.08.22 02:23:26.748201 [ 191 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12210 | 2024.08.22 02:23:26.748398 [ 191 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 830 rows starting from the beginning of the part | ||
12211 | 2024.08.22 02:23:26.748408 [ 3 ] {ebeae0d2-90d7-47be-9b8e-ac23d5f0d747} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12212 | 2024.08.22 02:23:26.748525 [ 3 ] {ebeae0d2-90d7-47be-9b8e-ac23d5f0d747} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12213 | 2024.08.22 02:23:26.749083 [ 191 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 28 rows starting from the beginning of the part | ||
12214 | 2024.08.22 02:23:26.749514 [ 3 ] {ebeae0d2-90d7-47be-9b8e-ac23d5f0d747} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12215 | 2024.08.22 02:23:26.750031 [ 191 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 2 rows starting from the beginning of the part | ||
12216 | 2024.08.22 02:23:26.750800 [ 191 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 28 rows starting from the beginning of the part | ||
12217 | 2024.08.22 02:23:26.750896 [ 3 ] {ebeae0d2-90d7-47be-9b8e-ac23d5f0d747} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12218 | 2024.08.22 02:23:26.750978 [ 3 ] {ebeae0d2-90d7-47be-9b8e-ac23d5f0d747} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
12219 | 2024.08.22 02:23:26.751447 [ 191 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 2 rows starting from the beginning of the part | ||
12220 | 2024.08.22 02:23:26.752161 [ 191 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 28 rows starting from the beginning of the part | ||
12221 | 2024.08.22 02:23:26.752355 [ 3 ] {ebeae0d2-90d7-47be-9b8e-ac23d5f0d747} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
12222 | 2024.08.22 02:23:26.753442 [ 3 ] {ebeae0d2-90d7-47be-9b8e-ac23d5f0d747} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12223 | 2024.08.22 02:23:26.753751 [ 3 ] {ebeae0d2-90d7-47be-9b8e-ac23d5f0d747} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005493 sec., 10922.992900054616 rows/sec., 753.80 KiB/sec. | ||
12224 | 2024.08.22 02:23:26.754098 [ 3 ] {ebeae0d2-90d7-47be-9b8e-ac23d5f0d747} <Debug> DynamicQueryHandler: Done processing query | ||
12225 | 2024.08.22 02:23:26.754148 [ 3 ] {ebeae0d2-90d7-47be-9b8e-ac23d5f0d747} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12226 | 2024.08.22 02:23:26.754182 [ 3 ] {} <Debug> HTTP-Session: 92071d61-56b2-44e0-a26d-4bf4f1d2a726 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12227 | 2024.08.22 02:23:26.758804 [ 186 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 918 rows, containing 19 columns (19 merged, 0 gathered) in 0.01213481 sec., 75650.13378866254 rows/sec., 135.56 MiB/sec. | ||
12228 | 2024.08.22 02:23:26.759718 [ 197 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
12229 | 2024.08.22 02:23:26.760379 [ 197 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_56_11} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12230 | 2024.08.22 02:23:26.760470 [ 197 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_56_11} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
12231 | 2024.08.22 02:23:26.760631 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.04 MiB. | ||
12232 | 2024.08.22 02:23:30.127512 [ 110 ] {} <Debug> DNSResolver: Updating DNS cache | ||
12233 | 2024.08.22 02:23:30.127594 [ 110 ] {} <Debug> DNSResolver: Updated DNS cache | ||
12234 | 2024.08.22 02:23:31.734806 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12235 | 2024.08.22 02:23:31.734944 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12236 | 2024.08.22 02:23:31.734974 [ 3 ] {} <Debug> HTTP-Session: cb783822-fc3c-402d-962b-d17ee93694dd Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
12237 | 2024.08.22 02:23:31.735003 [ 3 ] {} <Debug> HTTP-Session: cb783822-fc3c-402d-962b-d17ee93694dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12238 | 2024.08.22 02:23:31.735022 [ 3 ] {} <Debug> HTTP-Session: cb783822-fc3c-402d-962b-d17ee93694dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12239 | 2024.08.22 02:23:31.735080 [ 3 ] {} <Trace> HTTP-Session: cb783822-fc3c-402d-962b-d17ee93694dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12240 | 2024.08.22 02:23:31.735291 [ 3 ] {78c4ce79-e1cd-497b-b0fe-5a254821f550} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
12241 | 2024.08.22 02:23:31.735368 [ 3 ] {78c4ce79-e1cd-497b-b0fe-5a254821f550} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
12242 | 2024.08.22 02:23:31.735727 [ 3 ] {78c4ce79-e1cd-497b-b0fe-5a254821f550} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12243 | 2024.08.22 02:23:31.736136 [ 3 ] {78c4ce79-e1cd-497b-b0fe-5a254821f550} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12244 | 2024.08.22 02:23:31.736180 [ 3 ] {78c4ce79-e1cd-497b-b0fe-5a254821f550} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
12245 | 2024.08.22 02:23:31.736595 [ 3 ] {78c4ce79-e1cd-497b-b0fe-5a254821f550} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
12246 | 2024.08.22 02:23:31.736982 [ 3 ] {78c4ce79-e1cd-497b-b0fe-5a254821f550} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12247 | 2024.08.22 02:23:31.737157 [ 3 ] {78c4ce79-e1cd-497b-b0fe-5a254821f550} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001918 sec., 1042.752867570386 rows/sec., 85.03 KiB/sec. | ||
12248 | 2024.08.22 02:23:31.737367 [ 3 ] {78c4ce79-e1cd-497b-b0fe-5a254821f550} <Debug> DynamicQueryHandler: Done processing query | ||
12249 | 2024.08.22 02:23:31.737394 [ 3 ] {78c4ce79-e1cd-497b-b0fe-5a254821f550} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12250 | 2024.08.22 02:23:31.737411 [ 3 ] {} <Debug> HTTP-Session: cb783822-fc3c-402d-962b-d17ee93694dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12251 | 2024.08.22 02:23:31.737614 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 29107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12252 | 2024.08.22 02:23:31.737663 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12253 | 2024.08.22 02:23:31.737683 [ 3 ] {} <Debug> HTTP-Session: 8b30b74e-229d-40fe-9e02-8798d61d3ba0 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
12254 | 2024.08.22 02:23:31.737700 [ 3 ] {} <Debug> HTTP-Session: 8b30b74e-229d-40fe-9e02-8798d61d3ba0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12255 | 2024.08.22 02:23:31.737714 [ 3 ] {} <Debug> HTTP-Session: 8b30b74e-229d-40fe-9e02-8798d61d3ba0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12256 | 2024.08.22 02:23:31.737746 [ 3 ] {} <Trace> HTTP-Session: 8b30b74e-229d-40fe-9e02-8798d61d3ba0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12257 | 2024.08.22 02:23:31.737893 [ 3 ] {df0e7764-3482-493a-93f7-4b48e5582e68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12258 | 2024.08.22 02:23:31.737937 [ 3 ] {df0e7764-3482-493a-93f7-4b48e5582e68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12259 | 2024.08.22 02:23:31.738163 [ 3 ] {df0e7764-3482-493a-93f7-4b48e5582e68} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12260 | 2024.08.22 02:23:31.738618 [ 3 ] {df0e7764-3482-493a-93f7-4b48e5582e68} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12261 | 2024.08.22 02:23:31.738655 [ 3 ] {df0e7764-3482-493a-93f7-4b48e5582e68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
12262 | 2024.08.22 02:23:31.739025 [ 3 ] {df0e7764-3482-493a-93f7-4b48e5582e68} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
12263 | 2024.08.22 02:23:31.739379 [ 3 ] {df0e7764-3482-493a-93f7-4b48e5582e68} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12264 | 2024.08.22 02:23:31.739540 [ 3 ] {df0e7764-3482-493a-93f7-4b48e5582e68} <Debug> executeQuery: Read 194 rows, 17.32 KiB in 0.001705 sec., 113782.99120234605 rows/sec., 9.92 MiB/sec. | ||
12265 | 2024.08.22 02:23:31.739702 [ 3 ] {df0e7764-3482-493a-93f7-4b48e5582e68} <Debug> DynamicQueryHandler: Done processing query | ||
12266 | 2024.08.22 02:23:31.739727 [ 3 ] {df0e7764-3482-493a-93f7-4b48e5582e68} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
12267 | 2024.08.22 02:23:31.739743 [ 3 ] {} <Debug> HTTP-Session: 8b30b74e-229d-40fe-9e02-8798d61d3ba0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12268 | 2024.08.22 02:23:31.739877 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 615, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12269 | 2024.08.22 02:23:31.739925 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12270 | 2024.08.22 02:23:31.739945 [ 3 ] {} <Debug> HTTP-Session: 94577048-b9b5-4071-8818-400b10091def Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
12271 | 2024.08.22 02:23:31.739962 [ 3 ] {} <Debug> HTTP-Session: 94577048-b9b5-4071-8818-400b10091def Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12272 | 2024.08.22 02:23:31.739976 [ 3 ] {} <Debug> HTTP-Session: 94577048-b9b5-4071-8818-400b10091def Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12273 | 2024.08.22 02:23:31.740007 [ 3 ] {} <Trace> HTTP-Session: 94577048-b9b5-4071-8818-400b10091def Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12274 | 2024.08.22 02:23:31.740101 [ 3 ] {cbe114ad-6604-4f94-a2e1-eda34fda5c89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
12275 | 2024.08.22 02:23:31.740144 [ 3 ] {cbe114ad-6604-4f94-a2e1-eda34fda5c89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
12276 | 2024.08.22 02:23:31.740369 [ 3 ] {cbe114ad-6604-4f94-a2e1-eda34fda5c89} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12277 | 2024.08.22 02:23:31.740660 [ 3 ] {cbe114ad-6604-4f94-a2e1-eda34fda5c89} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12278 | 2024.08.22 02:23:31.740697 [ 3 ] {cbe114ad-6604-4f94-a2e1-eda34fda5c89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
12279 | 2024.08.22 02:23:31.741050 [ 3 ] {cbe114ad-6604-4f94-a2e1-eda34fda5c89} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
12280 | 2024.08.22 02:23:31.741409 [ 3 ] {cbe114ad-6604-4f94-a2e1-eda34fda5c89} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12281 | 2024.08.22 02:23:31.741581 [ 3 ] {cbe114ad-6604-4f94-a2e1-eda34fda5c89} <Debug> executeQuery: Read 4 rows, 297.00 B in 0.001499 sec., 2668.4456304202804 rows/sec., 193.49 KiB/sec. | ||
12282 | 2024.08.22 02:23:31.741747 [ 3 ] {cbe114ad-6604-4f94-a2e1-eda34fda5c89} <Debug> DynamicQueryHandler: Done processing query | ||
12283 | 2024.08.22 02:23:31.741771 [ 3 ] {cbe114ad-6604-4f94-a2e1-eda34fda5c89} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12284 | 2024.08.22 02:23:31.741786 [ 3 ] {} <Debug> HTTP-Session: 94577048-b9b5-4071-8818-400b10091def Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12285 | 2024.08.22 02:23:31.741908 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12286 | 2024.08.22 02:23:31.741955 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12287 | 2024.08.22 02:23:31.741974 [ 3 ] {} <Debug> HTTP-Session: 9e0ea314-05cd-43fd-8197-0133dde8c4a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
12288 | 2024.08.22 02:23:31.741990 [ 3 ] {} <Debug> HTTP-Session: 9e0ea314-05cd-43fd-8197-0133dde8c4a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12289 | 2024.08.22 02:23:31.742004 [ 3 ] {} <Debug> HTTP-Session: 9e0ea314-05cd-43fd-8197-0133dde8c4a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12290 | 2024.08.22 02:23:31.742034 [ 3 ] {} <Trace> HTTP-Session: 9e0ea314-05cd-43fd-8197-0133dde8c4a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12291 | 2024.08.22 02:23:31.742133 [ 3 ] {189a723b-7e20-4706-9c0f-4846cfaad312} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
12292 | 2024.08.22 02:23:31.742174 [ 3 ] {189a723b-7e20-4706-9c0f-4846cfaad312} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
12293 | 2024.08.22 02:23:31.742396 [ 3 ] {189a723b-7e20-4706-9c0f-4846cfaad312} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12294 | 2024.08.22 02:23:31.742671 [ 3 ] {189a723b-7e20-4706-9c0f-4846cfaad312} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12295 | 2024.08.22 02:23:31.742707 [ 3 ] {189a723b-7e20-4706-9c0f-4846cfaad312} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
12296 | 2024.08.22 02:23:31.743051 [ 3 ] {189a723b-7e20-4706-9c0f-4846cfaad312} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
12297 | 2024.08.22 02:23:31.743395 [ 3 ] {189a723b-7e20-4706-9c0f-4846cfaad312} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12298 | 2024.08.22 02:23:31.743558 [ 3 ] {189a723b-7e20-4706-9c0f-4846cfaad312} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001446 sec., 9681.881051175656 rows/sec., 678.06 KiB/sec. | ||
12299 | 2024.08.22 02:23:31.743724 [ 3 ] {189a723b-7e20-4706-9c0f-4846cfaad312} <Debug> DynamicQueryHandler: Done processing query | ||
12300 | 2024.08.22 02:23:31.743747 [ 3 ] {189a723b-7e20-4706-9c0f-4846cfaad312} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
12301 | 2024.08.22 02:23:31.743763 [ 3 ] {} <Debug> HTTP-Session: 9e0ea314-05cd-43fd-8197-0133dde8c4a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12302 | 2024.08.22 02:23:31.743867 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12303 | 2024.08.22 02:23:31.743915 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12304 | 2024.08.22 02:23:31.743935 [ 3 ] {} <Debug> HTTP-Session: fc4e24a6-eeb2-4325-8fa9-e12a5019a0c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
12305 | 2024.08.22 02:23:31.743951 [ 3 ] {} <Debug> HTTP-Session: fc4e24a6-eeb2-4325-8fa9-e12a5019a0c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12306 | 2024.08.22 02:23:31.743965 [ 3 ] {} <Debug> HTTP-Session: fc4e24a6-eeb2-4325-8fa9-e12a5019a0c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12307 | 2024.08.22 02:23:31.743996 [ 3 ] {} <Trace> HTTP-Session: fc4e24a6-eeb2-4325-8fa9-e12a5019a0c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12308 | 2024.08.22 02:23:31.744091 [ 3 ] {486d4dda-6758-4610-b92f-4f3a4db50709} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
12309 | 2024.08.22 02:23:31.744133 [ 3 ] {486d4dda-6758-4610-b92f-4f3a4db50709} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
12310 | 2024.08.22 02:23:31.744353 [ 3 ] {486d4dda-6758-4610-b92f-4f3a4db50709} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12311 | 2024.08.22 02:23:31.744622 [ 3 ] {486d4dda-6758-4610-b92f-4f3a4db50709} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12312 | 2024.08.22 02:23:31.744657 [ 3 ] {486d4dda-6758-4610-b92f-4f3a4db50709} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
12313 | 2024.08.22 02:23:31.744995 [ 3 ] {486d4dda-6758-4610-b92f-4f3a4db50709} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
12314 | 2024.08.22 02:23:31.745339 [ 3 ] {486d4dda-6758-4610-b92f-4f3a4db50709} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12315 | 2024.08.22 02:23:31.745508 [ 3 ] {486d4dda-6758-4610-b92f-4f3a4db50709} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001431 sec., 4192.8721174004195 rows/sec., 247.72 KiB/sec. | ||
12316 | 2024.08.22 02:23:31.745506 [ 107 ] {} <Debug> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
12317 | 2024.08.22 02:23:31.745644 [ 107 ] {} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12318 | 2024.08.22 02:23:31.745706 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
12319 | 2024.08.22 02:23:31.745716 [ 3 ] {486d4dda-6758-4610-b92f-4f3a4db50709} <Debug> DynamicQueryHandler: Done processing query | ||
12320 | 2024.08.22 02:23:31.745762 [ 3 ] {486d4dda-6758-4610-b92f-4f3a4db50709} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12321 | 2024.08.22 02:23:31.745806 [ 3 ] {} <Debug> HTTP-Session: fc4e24a6-eeb2-4325-8fa9-e12a5019a0c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12322 | 2024.08.22 02:23:31.745978 [ 198 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_29_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_25_6 to all_29_29_0 into Compact with storage Full | ||
12323 | 2024.08.22 02:23:31.746099 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 62445, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12324 | 2024.08.22 02:23:31.746206 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12325 | 2024.08.22 02:23:31.746271 [ 3 ] {} <Debug> HTTP-Session: 4d173857-7d07-42b4-9ce5-2601eb9e1ac4 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
12326 | 2024.08.22 02:23:31.746331 [ 3 ] {} <Debug> HTTP-Session: 4d173857-7d07-42b4-9ce5-2601eb9e1ac4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12327 | 2024.08.22 02:23:31.746373 [ 3 ] {} <Debug> HTTP-Session: 4d173857-7d07-42b4-9ce5-2601eb9e1ac4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12328 | 2024.08.22 02:23:31.746474 [ 3 ] {} <Trace> HTTP-Session: 4d173857-7d07-42b4-9ce5-2601eb9e1ac4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12329 | 2024.08.22 02:23:31.746517 [ 198 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12330 | 2024.08.22 02:23:31.746581 [ 198 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 6 rows starting from the beginning of the part | ||
12331 | 2024.08.22 02:23:31.746718 [ 198 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part | ||
12332 | 2024.08.22 02:23:31.746941 [ 3 ] {14537241-0e51-42d8-9531-66d5fa031d2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12333 | 2024.08.22 02:23:31.747106 [ 3 ] {14537241-0e51-42d8-9531-66d5fa031d2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12334 | 2024.08.22 02:23:31.747118 [ 198 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 6 rows starting from the beginning of the part | ||
12335 | 2024.08.22 02:23:31.747550 [ 198 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 6 rows starting from the beginning of the part | ||
12336 | 2024.08.22 02:23:31.747892 [ 198 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 6 rows starting from the beginning of the part | ||
12337 | 2024.08.22 02:23:31.748564 [ 3 ] {14537241-0e51-42d8-9531-66d5fa031d2c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12338 | 2024.08.22 02:23:31.749727 [ 3 ] {14537241-0e51-42d8-9531-66d5fa031d2c} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12339 | 2024.08.22 02:23:31.749813 [ 3 ] {14537241-0e51-42d8-9531-66d5fa031d2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
12340 | 2024.08.22 02:23:31.750534 [ 197 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.00469431 sec., 6390.715568422196 rows/sec., 405.66 KiB/sec. | ||
12341 | 2024.08.22 02:23:31.750779 [ 3 ] {14537241-0e51-42d8-9531-66d5fa031d2c} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
12342 | 2024.08.22 02:23:31.750800 [ 197 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
12343 | 2024.08.22 02:23:31.751603 [ 3 ] {14537241-0e51-42d8-9531-66d5fa031d2c} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12344 | 2024.08.22 02:23:31.751893 [ 197 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_29_7} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12345 | 2024.08.22 02:23:31.751930 [ 3 ] {14537241-0e51-42d8-9531-66d5fa031d2c} <Debug> executeQuery: Read 386 rows, 28.00 KiB in 0.005282 sec., 73078.37940174177 rows/sec., 5.18 MiB/sec. | ||
12346 | 2024.08.22 02:23:31.752142 [ 197 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_29_7} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
12347 | 2024.08.22 02:23:31.752298 [ 3 ] {14537241-0e51-42d8-9531-66d5fa031d2c} <Debug> DynamicQueryHandler: Done processing query | ||
12348 | 2024.08.22 02:23:31.752310 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
12349 | 2024.08.22 02:23:31.752341 [ 3 ] {14537241-0e51-42d8-9531-66d5fa031d2c} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
12350 | 2024.08.22 02:23:31.752373 [ 3 ] {} <Debug> HTTP-Session: 4d173857-7d07-42b4-9ce5-2601eb9e1ac4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12351 | 2024.08.22 02:23:31.752505 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12352 | 2024.08.22 02:23:31.752554 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12353 | 2024.08.22 02:23:31.752573 [ 3 ] {} <Debug> HTTP-Session: 2ec69b48-a375-420c-acc2-f0207b411522 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
12354 | 2024.08.22 02:23:31.752590 [ 3 ] {} <Debug> HTTP-Session: 2ec69b48-a375-420c-acc2-f0207b411522 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12355 | 2024.08.22 02:23:31.752604 [ 3 ] {} <Debug> HTTP-Session: 2ec69b48-a375-420c-acc2-f0207b411522 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12356 | 2024.08.22 02:23:31.752638 [ 3 ] {} <Trace> HTTP-Session: 2ec69b48-a375-420c-acc2-f0207b411522 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12357 | 2024.08.22 02:23:31.752738 [ 3 ] {f836348f-0a02-4536-a92d-d5e1b54c40d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
12358 | 2024.08.22 02:23:31.752783 [ 3 ] {f836348f-0a02-4536-a92d-d5e1b54c40d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
12359 | 2024.08.22 02:23:31.752936 [ 3 ] {f836348f-0a02-4536-a92d-d5e1b54c40d4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12360 | 2024.08.22 02:23:31.753173 [ 3 ] {f836348f-0a02-4536-a92d-d5e1b54c40d4} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12361 | 2024.08.22 02:23:31.753209 [ 3 ] {f836348f-0a02-4536-a92d-d5e1b54c40d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
12362 | 2024.08.22 02:23:31.753570 [ 3 ] {f836348f-0a02-4536-a92d-d5e1b54c40d4} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
12363 | 2024.08.22 02:23:31.753893 [ 3 ] {f836348f-0a02-4536-a92d-d5e1b54c40d4} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12364 | 2024.08.22 02:23:31.754056 [ 3 ] {f836348f-0a02-4536-a92d-d5e1b54c40d4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001336 sec., 4491.017964071856 rows/sec., 234.64 KiB/sec. | ||
12365 | 2024.08.22 02:23:31.754323 [ 3 ] {f836348f-0a02-4536-a92d-d5e1b54c40d4} <Debug> DynamicQueryHandler: Done processing query | ||
12366 | 2024.08.22 02:23:31.754361 [ 3 ] {f836348f-0a02-4536-a92d-d5e1b54c40d4} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
12367 | 2024.08.22 02:23:31.754386 [ 3 ] {} <Debug> HTTP-Session: 2ec69b48-a375-420c-acc2-f0207b411522 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12368 | 2024.08.22 02:23:31.754567 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 44792, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12369 | 2024.08.22 02:23:31.754616 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12370 | 2024.08.22 02:23:31.754635 [ 3 ] {} <Debug> HTTP-Session: 385496d9-9b0a-42d8-ae39-09fe3950ad3a Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
12371 | 2024.08.22 02:23:31.754651 [ 3 ] {} <Debug> HTTP-Session: 385496d9-9b0a-42d8-ae39-09fe3950ad3a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12372 | 2024.08.22 02:23:31.754665 [ 3 ] {} <Debug> HTTP-Session: 385496d9-9b0a-42d8-ae39-09fe3950ad3a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12373 | 2024.08.22 02:23:31.754694 [ 3 ] {} <Trace> HTTP-Session: 385496d9-9b0a-42d8-ae39-09fe3950ad3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12374 | 2024.08.22 02:23:31.754868 [ 3 ] {c7920d3a-9527-4226-a2ec-bf23c38abca2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12375 | 2024.08.22 02:23:31.754914 [ 3 ] {c7920d3a-9527-4226-a2ec-bf23c38abca2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12376 | 2024.08.22 02:23:31.755073 [ 3 ] {c7920d3a-9527-4226-a2ec-bf23c38abca2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12377 | 2024.08.22 02:23:31.755470 [ 3 ] {c7920d3a-9527-4226-a2ec-bf23c38abca2} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12378 | 2024.08.22 02:23:31.755505 [ 3 ] {c7920d3a-9527-4226-a2ec-bf23c38abca2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
12379 | 2024.08.22 02:23:31.755883 [ 3 ] {c7920d3a-9527-4226-a2ec-bf23c38abca2} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
12380 | 2024.08.22 02:23:31.756222 [ 3 ] {c7920d3a-9527-4226-a2ec-bf23c38abca2} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12381 | 2024.08.22 02:23:31.756379 [ 3 ] {c7920d3a-9527-4226-a2ec-bf23c38abca2} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001602 sec., 148564.29463171036 rows/sec., 9.96 MiB/sec. | ||
12382 | 2024.08.22 02:23:31.756532 [ 3 ] {c7920d3a-9527-4226-a2ec-bf23c38abca2} <Debug> DynamicQueryHandler: Done processing query | ||
12383 | 2024.08.22 02:23:31.756555 [ 3 ] {c7920d3a-9527-4226-a2ec-bf23c38abca2} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
12384 | 2024.08.22 02:23:31.756571 [ 3 ] {} <Debug> HTTP-Session: 385496d9-9b0a-42d8-ae39-09fe3950ad3a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12385 | 2024.08.22 02:23:31.756691 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12386 | 2024.08.22 02:23:31.756739 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12387 | 2024.08.22 02:23:31.756758 [ 3 ] {} <Debug> HTTP-Session: c610eae6-380c-449a-a392-5eccc482d7da Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
12388 | 2024.08.22 02:23:31.756775 [ 3 ] {} <Debug> HTTP-Session: c610eae6-380c-449a-a392-5eccc482d7da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12389 | 2024.08.22 02:23:31.756789 [ 3 ] {} <Debug> HTTP-Session: c610eae6-380c-449a-a392-5eccc482d7da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12390 | 2024.08.22 02:23:31.756820 [ 3 ] {} <Trace> HTTP-Session: c610eae6-380c-449a-a392-5eccc482d7da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12391 | 2024.08.22 02:23:31.756911 [ 3 ] {0dc6b4cf-499f-4fb0-ab95-093abb4baca3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
12392 | 2024.08.22 02:23:31.756955 [ 3 ] {0dc6b4cf-499f-4fb0-ab95-093abb4baca3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
12393 | 2024.08.22 02:23:31.757083 [ 3 ] {0dc6b4cf-499f-4fb0-ab95-093abb4baca3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12394 | 2024.08.22 02:23:31.757300 [ 3 ] {0dc6b4cf-499f-4fb0-ab95-093abb4baca3} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12395 | 2024.08.22 02:23:31.757334 [ 3 ] {0dc6b4cf-499f-4fb0-ab95-093abb4baca3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
12396 | 2024.08.22 02:23:31.757670 [ 3 ] {0dc6b4cf-499f-4fb0-ab95-093abb4baca3} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
12397 | 2024.08.22 02:23:31.757991 [ 3 ] {0dc6b4cf-499f-4fb0-ab95-093abb4baca3} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12398 | 2024.08.22 02:23:31.758150 [ 3 ] {0dc6b4cf-499f-4fb0-ab95-093abb4baca3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001253 sec., 798.0845969672786 rows/sec., 53.78 KiB/sec. | ||
12399 | 2024.08.22 02:23:31.758297 [ 3 ] {0dc6b4cf-499f-4fb0-ab95-093abb4baca3} <Debug> DynamicQueryHandler: Done processing query | ||
12400 | 2024.08.22 02:23:31.758321 [ 3 ] {0dc6b4cf-499f-4fb0-ab95-093abb4baca3} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
12401 | 2024.08.22 02:23:31.758336 [ 3 ] {} <Debug> HTTP-Session: c610eae6-380c-449a-a392-5eccc482d7da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12402 | 2024.08.22 02:23:31.758442 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 3288, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12403 | 2024.08.22 02:23:31.758490 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12404 | 2024.08.22 02:23:31.758509 [ 3 ] {} <Debug> HTTP-Session: 688cf510-8ce2-42fb-b8aa-fa6cf865193f Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
12405 | 2024.08.22 02:23:31.758525 [ 3 ] {} <Debug> HTTP-Session: 688cf510-8ce2-42fb-b8aa-fa6cf865193f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12406 | 2024.08.22 02:23:31.758539 [ 3 ] {} <Debug> HTTP-Session: 688cf510-8ce2-42fb-b8aa-fa6cf865193f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12407 | 2024.08.22 02:23:31.758569 [ 3 ] {} <Trace> HTTP-Session: 688cf510-8ce2-42fb-b8aa-fa6cf865193f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12408 | 2024.08.22 02:23:31.758678 [ 3 ] {0009691b-01fa-452c-b993-9252b948f482} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
12409 | 2024.08.22 02:23:31.758739 [ 3 ] {0009691b-01fa-452c-b993-9252b948f482} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
12410 | 2024.08.22 02:23:31.759155 [ 3 ] {0009691b-01fa-452c-b993-9252b948f482} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12411 | 2024.08.22 02:23:31.759523 [ 3 ] {0009691b-01fa-452c-b993-9252b948f482} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12412 | 2024.08.22 02:23:31.759558 [ 3 ] {0009691b-01fa-452c-b993-9252b948f482} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
12413 | 2024.08.22 02:23:31.760128 [ 3 ] {0009691b-01fa-452c-b993-9252b948f482} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
12414 | 2024.08.22 02:23:31.760533 [ 3 ] {0009691b-01fa-452c-b993-9252b948f482} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12415 | 2024.08.22 02:23:31.760711 [ 3 ] {0009691b-01fa-452c-b993-9252b948f482} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.002072 sec., 965.2509652509652 rows/sec., 1.73 MiB/sec. | ||
12416 | 2024.08.22 02:23:31.760909 [ 3 ] {0009691b-01fa-452c-b993-9252b948f482} <Debug> DynamicQueryHandler: Done processing query | ||
12417 | 2024.08.22 02:23:31.760933 [ 3 ] {0009691b-01fa-452c-b993-9252b948f482} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
12418 | 2024.08.22 02:23:31.760949 [ 3 ] {} <Debug> HTTP-Session: 688cf510-8ce2-42fb-b8aa-fa6cf865193f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12419 | 2024.08.22 02:23:31.761065 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 12133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12420 | 2024.08.22 02:23:31.761111 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12421 | 2024.08.22 02:23:31.761129 [ 3 ] {} <Debug> HTTP-Session: 74b142c7-f04c-4afc-8f4d-85e6de1c88c9 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
12422 | 2024.08.22 02:23:31.761146 [ 3 ] {} <Debug> HTTP-Session: 74b142c7-f04c-4afc-8f4d-85e6de1c88c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12423 | 2024.08.22 02:23:31.761160 [ 3 ] {} <Debug> HTTP-Session: 74b142c7-f04c-4afc-8f4d-85e6de1c88c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12424 | 2024.08.22 02:23:31.761190 [ 3 ] {} <Trace> HTTP-Session: 74b142c7-f04c-4afc-8f4d-85e6de1c88c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12425 | 2024.08.22 02:23:31.761306 [ 3 ] {2c469ba1-2474-4d3e-8ba1-a41ce3633416} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12426 | 2024.08.22 02:23:31.761349 [ 3 ] {2c469ba1-2474-4d3e-8ba1-a41ce3633416} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12427 | 2024.08.22 02:23:31.761476 [ 3 ] {2c469ba1-2474-4d3e-8ba1-a41ce3633416} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12428 | 2024.08.22 02:23:31.761871 [ 3 ] {2c469ba1-2474-4d3e-8ba1-a41ce3633416} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12429 | 2024.08.22 02:23:31.761906 [ 3 ] {2c469ba1-2474-4d3e-8ba1-a41ce3633416} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
12430 | 2024.08.22 02:23:31.762267 [ 3 ] {2c469ba1-2474-4d3e-8ba1-a41ce3633416} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
12431 | 2024.08.22 02:23:31.762596 [ 3 ] {2c469ba1-2474-4d3e-8ba1-a41ce3633416} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12432 | 2024.08.22 02:23:31.762750 [ 3 ] {2c469ba1-2474-4d3e-8ba1-a41ce3633416} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00148 sec., 55405.40540540541 rows/sec., 3.52 MiB/sec. | ||
12433 | 2024.08.22 02:23:31.762917 [ 3 ] {2c469ba1-2474-4d3e-8ba1-a41ce3633416} <Debug> DynamicQueryHandler: Done processing query | ||
12434 | 2024.08.22 02:23:31.762941 [ 3 ] {2c469ba1-2474-4d3e-8ba1-a41ce3633416} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
12435 | 2024.08.22 02:23:31.762956 [ 3 ] {} <Debug> HTTP-Session: 74b142c7-f04c-4afc-8f4d-85e6de1c88c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12436 | 2024.08.22 02:23:36.731768 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 16453, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12437 | 2024.08.22 02:23:36.731915 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12438 | 2024.08.22 02:23:36.731946 [ 3 ] {} <Debug> HTTP-Session: 4e4c57b6-c60a-44c1-935a-881fc407e5cc Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
12439 | 2024.08.22 02:23:36.731975 [ 3 ] {} <Debug> HTTP-Session: 4e4c57b6-c60a-44c1-935a-881fc407e5cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12440 | 2024.08.22 02:23:36.731993 [ 3 ] {} <Debug> HTTP-Session: 4e4c57b6-c60a-44c1-935a-881fc407e5cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12441 | 2024.08.22 02:23:36.732051 [ 3 ] {} <Trace> HTTP-Session: 4e4c57b6-c60a-44c1-935a-881fc407e5cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12442 | 2024.08.22 02:23:36.732298 [ 3 ] {bec18f6d-9ac0-4acd-b4b5-bfc3d519a276} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12443 | 2024.08.22 02:23:36.732376 [ 3 ] {bec18f6d-9ac0-4acd-b4b5-bfc3d519a276} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12444 | 2024.08.22 02:23:36.732738 [ 3 ] {bec18f6d-9ac0-4acd-b4b5-bfc3d519a276} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12445 | 2024.08.22 02:23:36.733325 [ 3 ] {bec18f6d-9ac0-4acd-b4b5-bfc3d519a276} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12446 | 2024.08.22 02:23:36.733374 [ 3 ] {bec18f6d-9ac0-4acd-b4b5-bfc3d519a276} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
12447 | 2024.08.22 02:23:36.733814 [ 3 ] {bec18f6d-9ac0-4acd-b4b5-bfc3d519a276} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
12448 | 2024.08.22 02:23:36.734200 [ 3 ] {bec18f6d-9ac0-4acd-b4b5-bfc3d519a276} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12449 | 2024.08.22 02:23:36.734383 [ 3 ] {bec18f6d-9ac0-4acd-b4b5-bfc3d519a276} <Debug> executeQuery: Read 112 rows, 9.63 KiB in 0.00217 sec., 51612.90322580645 rows/sec., 4.33 MiB/sec. | ||
12450 | 2024.08.22 02:23:36.734603 [ 3 ] {bec18f6d-9ac0-4acd-b4b5-bfc3d519a276} <Debug> DynamicQueryHandler: Done processing query | ||
12451 | 2024.08.22 02:23:36.734633 [ 3 ] {bec18f6d-9ac0-4acd-b4b5-bfc3d519a276} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
12452 | 2024.08.22 02:23:36.734650 [ 3 ] {} <Debug> HTTP-Session: 4e4c57b6-c60a-44c1-935a-881fc407e5cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12453 | 2024.08.22 02:23:36.734818 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 4068, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12454 | 2024.08.22 02:23:36.734879 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12455 | 2024.08.22 02:23:36.734900 [ 3 ] {} <Debug> HTTP-Session: f9562c7c-867b-4ddb-9d9a-d004ca6ac405 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
12456 | 2024.08.22 02:23:36.734919 [ 3 ] {} <Debug> HTTP-Session: f9562c7c-867b-4ddb-9d9a-d004ca6ac405 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12457 | 2024.08.22 02:23:36.734934 [ 3 ] {} <Debug> HTTP-Session: f9562c7c-867b-4ddb-9d9a-d004ca6ac405 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12458 | 2024.08.22 02:23:36.734971 [ 3 ] {} <Trace> HTTP-Session: f9562c7c-867b-4ddb-9d9a-d004ca6ac405 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12459 | 2024.08.22 02:23:36.735089 [ 3 ] {eae17c26-5b66-438b-b237-1da85490c98d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
12460 | 2024.08.22 02:23:36.735138 [ 3 ] {eae17c26-5b66-438b-b237-1da85490c98d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
12461 | 2024.08.22 02:23:36.735376 [ 3 ] {eae17c26-5b66-438b-b237-1da85490c98d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12462 | 2024.08.22 02:23:36.735781 [ 3 ] {eae17c26-5b66-438b-b237-1da85490c98d} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12463 | 2024.08.22 02:23:36.735820 [ 3 ] {eae17c26-5b66-438b-b237-1da85490c98d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
12464 | 2024.08.22 02:23:36.736183 [ 3 ] {eae17c26-5b66-438b-b237-1da85490c98d} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
12465 | 2024.08.22 02:23:36.736541 [ 3 ] {eae17c26-5b66-438b-b237-1da85490c98d} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12466 | 2024.08.22 02:23:36.736707 [ 3 ] {eae17c26-5b66-438b-b237-1da85490c98d} <Debug> executeQuery: Read 28 rows, 2.11 KiB in 0.001648 sec., 16990.291262135925 rows/sec., 1.25 MiB/sec. | ||
12467 | 2024.08.22 02:23:36.736885 [ 3 ] {eae17c26-5b66-438b-b237-1da85490c98d} <Debug> DynamicQueryHandler: Done processing query | ||
12468 | 2024.08.22 02:23:36.736910 [ 3 ] {eae17c26-5b66-438b-b237-1da85490c98d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
12469 | 2024.08.22 02:23:36.736927 [ 3 ] {} <Debug> HTTP-Session: f9562c7c-867b-4ddb-9d9a-d004ca6ac405 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12470 | 2024.08.22 02:23:36.737104 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 15623, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12471 | 2024.08.22 02:23:36.737157 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12472 | 2024.08.22 02:23:36.737176 [ 3 ] {} <Debug> HTTP-Session: f613e947-a1c1-413d-8f94-73a9e6c13d7a Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
12473 | 2024.08.22 02:23:36.737194 [ 3 ] {} <Debug> HTTP-Session: f613e947-a1c1-413d-8f94-73a9e6c13d7a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12474 | 2024.08.22 02:23:36.737208 [ 3 ] {} <Debug> HTTP-Session: f613e947-a1c1-413d-8f94-73a9e6c13d7a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12475 | 2024.08.22 02:23:36.737241 [ 3 ] {} <Trace> HTTP-Session: f613e947-a1c1-413d-8f94-73a9e6c13d7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12476 | 2024.08.22 02:23:36.737368 [ 3 ] {8d70bca0-c031-448f-8368-851b8f9aade8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12477 | 2024.08.22 02:23:36.737414 [ 3 ] {8d70bca0-c031-448f-8368-851b8f9aade8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12478 | 2024.08.22 02:23:36.737644 [ 3 ] {8d70bca0-c031-448f-8368-851b8f9aade8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12479 | 2024.08.22 02:23:36.738027 [ 3 ] {8d70bca0-c031-448f-8368-851b8f9aade8} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12480 | 2024.08.22 02:23:36.738065 [ 3 ] {8d70bca0-c031-448f-8368-851b8f9aade8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
12481 | 2024.08.22 02:23:36.738437 [ 3 ] {8d70bca0-c031-448f-8368-851b8f9aade8} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
12482 | 2024.08.22 02:23:36.738795 [ 3 ] {8d70bca0-c031-448f-8368-851b8f9aade8} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12483 | 2024.08.22 02:23:36.738964 [ 3 ] {8d70bca0-c031-448f-8368-851b8f9aade8} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.001634 sec., 56303.54957160343 rows/sec., 4.40 MiB/sec. | ||
12484 | 2024.08.22 02:23:36.739137 [ 3 ] {8d70bca0-c031-448f-8368-851b8f9aade8} <Debug> DynamicQueryHandler: Done processing query | ||
12485 | 2024.08.22 02:23:36.739162 [ 3 ] {8d70bca0-c031-448f-8368-851b8f9aade8} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
12486 | 2024.08.22 02:23:36.739178 [ 3 ] {} <Debug> HTTP-Session: f613e947-a1c1-413d-8f94-73a9e6c13d7a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12487 | 2024.08.22 02:23:36.739337 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 30592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12488 | 2024.08.22 02:23:36.739388 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12489 | 2024.08.22 02:23:36.739408 [ 3 ] {} <Debug> HTTP-Session: 816f0ea8-eb4c-4ddf-a545-9a3c3435ba90 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
12490 | 2024.08.22 02:23:36.739425 [ 3 ] {} <Debug> HTTP-Session: 816f0ea8-eb4c-4ddf-a545-9a3c3435ba90 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12491 | 2024.08.22 02:23:36.739440 [ 3 ] {} <Debug> HTTP-Session: 816f0ea8-eb4c-4ddf-a545-9a3c3435ba90 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12492 | 2024.08.22 02:23:36.739471 [ 3 ] {} <Trace> HTTP-Session: 816f0ea8-eb4c-4ddf-a545-9a3c3435ba90 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12493 | 2024.08.22 02:23:36.739618 [ 3 ] {ec6779e4-1dc7-40a2-bc3c-43c942916b61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12494 | 2024.08.22 02:23:36.739665 [ 3 ] {ec6779e4-1dc7-40a2-bc3c-43c942916b61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12495 | 2024.08.22 02:23:36.739811 [ 3 ] {ec6779e4-1dc7-40a2-bc3c-43c942916b61} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12496 | 2024.08.22 02:23:36.740196 [ 3 ] {ec6779e4-1dc7-40a2-bc3c-43c942916b61} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12497 | 2024.08.22 02:23:36.740231 [ 3 ] {ec6779e4-1dc7-40a2-bc3c-43c942916b61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
12498 | 2024.08.22 02:23:36.740616 [ 3 ] {ec6779e4-1dc7-40a2-bc3c-43c942916b61} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
12499 | 2024.08.22 02:23:36.740944 [ 3 ] {ec6779e4-1dc7-40a2-bc3c-43c942916b61} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12500 | 2024.08.22 02:23:36.741105 [ 3 ] {ec6779e4-1dc7-40a2-bc3c-43c942916b61} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001546 sec., 103492.88486416558 rows/sec., 7.21 MiB/sec. | ||
12501 | 2024.08.22 02:23:36.741272 [ 3 ] {ec6779e4-1dc7-40a2-bc3c-43c942916b61} <Debug> DynamicQueryHandler: Done processing query | ||
12502 | 2024.08.22 02:23:36.741295 [ 3 ] {ec6779e4-1dc7-40a2-bc3c-43c942916b61} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
12503 | 2024.08.22 02:23:36.741311 [ 3 ] {} <Debug> HTTP-Session: 816f0ea8-eb4c-4ddf-a545-9a3c3435ba90 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12504 | 2024.08.22 02:23:36.741538 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 45189, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12505 | 2024.08.22 02:23:36.741591 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12506 | 2024.08.22 02:23:36.741610 [ 3 ] {} <Debug> HTTP-Session: 20763d74-6469-47ad-8291-89981c834a27 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
12507 | 2024.08.22 02:23:36.741627 [ 3 ] {} <Debug> HTTP-Session: 20763d74-6469-47ad-8291-89981c834a27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12508 | 2024.08.22 02:23:36.741641 [ 3 ] {} <Debug> HTTP-Session: 20763d74-6469-47ad-8291-89981c834a27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12509 | 2024.08.22 02:23:36.741672 [ 3 ] {} <Trace> HTTP-Session: 20763d74-6469-47ad-8291-89981c834a27 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12510 | 2024.08.22 02:23:36.741980 [ 3 ] {6351fa26-e89c-4dac-92c6-9a136a725d08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
12511 | 2024.08.22 02:23:36.742045 [ 3 ] {6351fa26-e89c-4dac-92c6-9a136a725d08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
12512 | 2024.08.22 02:23:36.742464 [ 3 ] {6351fa26-e89c-4dac-92c6-9a136a725d08} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12513 | 2024.08.22 02:23:36.743204 [ 3 ] {6351fa26-e89c-4dac-92c6-9a136a725d08} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12514 | 2024.08.22 02:23:36.743240 [ 3 ] {6351fa26-e89c-4dac-92c6-9a136a725d08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
12515 | 2024.08.22 02:23:36.743880 [ 3 ] {6351fa26-e89c-4dac-92c6-9a136a725d08} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
12516 | 2024.08.22 02:23:36.744307 [ 3 ] {6351fa26-e89c-4dac-92c6-9a136a725d08} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12517 | 2024.08.22 02:23:36.744495 [ 3 ] {6351fa26-e89c-4dac-92c6-9a136a725d08} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.00273 sec., 10256.410256410258 rows/sec., 18.38 MiB/sec. | ||
12518 | 2024.08.22 02:23:36.744720 [ 3 ] {6351fa26-e89c-4dac-92c6-9a136a725d08} <Debug> DynamicQueryHandler: Done processing query | ||
12519 | 2024.08.22 02:23:36.744743 [ 3 ] {6351fa26-e89c-4dac-92c6-9a136a725d08} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
12520 | 2024.08.22 02:23:36.744759 [ 3 ] {} <Debug> HTTP-Session: 20763d74-6469-47ad-8291-89981c834a27 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12521 | 2024.08.22 02:23:36.744896 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12522 | 2024.08.22 02:23:36.744946 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12523 | 2024.08.22 02:23:36.744966 [ 3 ] {} <Debug> HTTP-Session: 372a5f0a-5161-46ae-b57d-b39f5040565a Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
12524 | 2024.08.22 02:23:36.744982 [ 3 ] {} <Debug> HTTP-Session: 372a5f0a-5161-46ae-b57d-b39f5040565a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12525 | 2024.08.22 02:23:36.744997 [ 3 ] {} <Debug> HTTP-Session: 372a5f0a-5161-46ae-b57d-b39f5040565a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12526 | 2024.08.22 02:23:36.745027 [ 3 ] {} <Trace> HTTP-Session: 372a5f0a-5161-46ae-b57d-b39f5040565a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12527 | 2024.08.22 02:23:36.745141 [ 3 ] {9c46eba1-3b59-44d1-9bcc-f140eae73279} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12528 | 2024.08.22 02:23:36.745184 [ 3 ] {9c46eba1-3b59-44d1-9bcc-f140eae73279} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12529 | 2024.08.22 02:23:36.745314 [ 3 ] {9c46eba1-3b59-44d1-9bcc-f140eae73279} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12530 | 2024.08.22 02:23:36.745661 [ 3 ] {9c46eba1-3b59-44d1-9bcc-f140eae73279} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12531 | 2024.08.22 02:23:36.745697 [ 3 ] {9c46eba1-3b59-44d1-9bcc-f140eae73279} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
12532 | 2024.08.22 02:23:36.746101 [ 3 ] {9c46eba1-3b59-44d1-9bcc-f140eae73279} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
12533 | 2024.08.22 02:23:36.746444 [ 3 ] {9c46eba1-3b59-44d1-9bcc-f140eae73279} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12534 | 2024.08.22 02:23:36.746605 [ 3 ] {9c46eba1-3b59-44d1-9bcc-f140eae73279} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.0015 sec., 40000 rows/sec., 2.70 MiB/sec. | ||
12535 | 2024.08.22 02:23:36.746782 [ 3 ] {9c46eba1-3b59-44d1-9bcc-f140eae73279} <Debug> DynamicQueryHandler: Done processing query | ||
12536 | 2024.08.22 02:23:36.746806 [ 3 ] {9c46eba1-3b59-44d1-9bcc-f140eae73279} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12537 | 2024.08.22 02:23:36.746822 [ 3 ] {} <Debug> HTTP-Session: 372a5f0a-5161-46ae-b57d-b39f5040565a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12538 | 2024.08.22 02:23:41.735295 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12539 | 2024.08.22 02:23:41.735431 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12540 | 2024.08.22 02:23:41.735461 [ 3 ] {} <Debug> HTTP-Session: 15b4bc8c-304e-4c93-b2fd-04bc91f458dc Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
12541 | 2024.08.22 02:23:41.735490 [ 3 ] {} <Debug> HTTP-Session: 15b4bc8c-304e-4c93-b2fd-04bc91f458dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12542 | 2024.08.22 02:23:41.735509 [ 3 ] {} <Debug> HTTP-Session: 15b4bc8c-304e-4c93-b2fd-04bc91f458dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12543 | 2024.08.22 02:23:41.735566 [ 3 ] {} <Trace> HTTP-Session: 15b4bc8c-304e-4c93-b2fd-04bc91f458dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12544 | 2024.08.22 02:23:41.735756 [ 3 ] {4df3a859-e30e-4444-8b7a-40c26ad1a68f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
12545 | 2024.08.22 02:23:41.735824 [ 3 ] {4df3a859-e30e-4444-8b7a-40c26ad1a68f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
12546 | 2024.08.22 02:23:41.736165 [ 3 ] {4df3a859-e30e-4444-8b7a-40c26ad1a68f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12547 | 2024.08.22 02:23:41.736641 [ 3 ] {4df3a859-e30e-4444-8b7a-40c26ad1a68f} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12548 | 2024.08.22 02:23:41.736682 [ 3 ] {4df3a859-e30e-4444-8b7a-40c26ad1a68f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.86 GiB. | ||
12549 | 2024.08.22 02:23:41.737090 [ 3 ] {4df3a859-e30e-4444-8b7a-40c26ad1a68f} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
12550 | 2024.08.22 02:23:41.737476 [ 3 ] {4df3a859-e30e-4444-8b7a-40c26ad1a68f} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12551 | 2024.08.22 02:23:41.737668 [ 3 ] {4df3a859-e30e-4444-8b7a-40c26ad1a68f} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001957 sec., 1021.9724067450179 rows/sec., 83.33 KiB/sec. | ||
12552 | 2024.08.22 02:23:41.737881 [ 3 ] {4df3a859-e30e-4444-8b7a-40c26ad1a68f} <Debug> DynamicQueryHandler: Done processing query | ||
12553 | 2024.08.22 02:23:41.737908 [ 3 ] {4df3a859-e30e-4444-8b7a-40c26ad1a68f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12554 | 2024.08.22 02:23:41.737925 [ 3 ] {} <Debug> HTTP-Session: 15b4bc8c-304e-4c93-b2fd-04bc91f458dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12555 | 2024.08.22 02:23:41.738135 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 29107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12556 | 2024.08.22 02:23:41.738188 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12557 | 2024.08.22 02:23:41.738208 [ 3 ] {} <Debug> HTTP-Session: 23002b56-a9ff-4a08-bd86-d16e899e7494 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
12558 | 2024.08.22 02:23:41.738224 [ 3 ] {} <Debug> HTTP-Session: 23002b56-a9ff-4a08-bd86-d16e899e7494 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12559 | 2024.08.22 02:23:41.738238 [ 3 ] {} <Debug> HTTP-Session: 23002b56-a9ff-4a08-bd86-d16e899e7494 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12560 | 2024.08.22 02:23:41.738270 [ 3 ] {} <Trace> HTTP-Session: 23002b56-a9ff-4a08-bd86-d16e899e7494 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12561 | 2024.08.22 02:23:41.738419 [ 3 ] {b26d441a-53ae-4524-b426-891c1c53f0bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12562 | 2024.08.22 02:23:41.738464 [ 3 ] {b26d441a-53ae-4524-b426-891c1c53f0bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12563 | 2024.08.22 02:23:41.738694 [ 3 ] {b26d441a-53ae-4524-b426-891c1c53f0bd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12564 | 2024.08.22 02:23:41.739153 [ 3 ] {b26d441a-53ae-4524-b426-891c1c53f0bd} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12565 | 2024.08.22 02:23:41.739198 [ 3 ] {b26d441a-53ae-4524-b426-891c1c53f0bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.86 GiB. | ||
12566 | 2024.08.22 02:23:41.739590 [ 3 ] {b26d441a-53ae-4524-b426-891c1c53f0bd} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
12567 | 2024.08.22 02:23:41.739942 [ 3 ] {b26d441a-53ae-4524-b426-891c1c53f0bd} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12568 | 2024.08.22 02:23:41.740106 [ 3 ] {b26d441a-53ae-4524-b426-891c1c53f0bd} <Debug> executeQuery: Read 194 rows, 17.32 KiB in 0.001749 sec., 110920.52601486564 rows/sec., 9.67 MiB/sec. | ||
12569 | 2024.08.22 02:23:41.740106 [ 98 ] {} <Debug> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
12570 | 2024.08.22 02:23:41.740247 [ 98 ] {} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12571 | 2024.08.22 02:23:41.740286 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.86 GiB. | ||
12572 | 2024.08.22 02:23:41.740381 [ 3 ] {b26d441a-53ae-4524-b426-891c1c53f0bd} <Debug> DynamicQueryHandler: Done processing query | ||
12573 | 2024.08.22 02:23:41.740448 [ 3 ] {b26d441a-53ae-4524-b426-891c1c53f0bd} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
12574 | 2024.08.22 02:23:41.740511 [ 3 ] {} <Debug> HTTP-Session: 23002b56-a9ff-4a08-bd86-d16e899e7494 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12575 | 2024.08.22 02:23:41.740610 [ 192 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::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 | ||
12576 | 2024.08.22 02:23:41.740790 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 616, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12577 | 2024.08.22 02:23:41.741001 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12578 | 2024.08.22 02:23:41.741125 [ 3 ] {} <Debug> HTTP-Session: 3afc8f67-ca61-4aad-bbb5-29a4dc786e7c Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
12579 | 2024.08.22 02:23:41.741229 [ 3 ] {} <Debug> HTTP-Session: 3afc8f67-ca61-4aad-bbb5-29a4dc786e7c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12580 | 2024.08.22 02:23:41.741311 [ 3 ] {} <Debug> HTTP-Session: 3afc8f67-ca61-4aad-bbb5-29a4dc786e7c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12581 | 2024.08.22 02:23:41.741341 [ 192 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12582 | 2024.08.22 02:23:41.741481 [ 3 ] {} <Trace> HTTP-Session: 3afc8f67-ca61-4aad-bbb5-29a4dc786e7c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12583 | 2024.08.22 02:23:41.741498 [ 192 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1398 rows starting from the beginning of the part | ||
12584 | 2024.08.22 02:23:41.741918 [ 3 ] {78ff961c-839e-425f-83f7-8b5e3e88e6bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
12585 | 2024.08.22 02:23:41.741939 [ 192 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 194 rows starting from the beginning of the part | ||
12586 | 2024.08.22 02:23:41.742111 [ 3 ] {78ff961c-839e-425f-83f7-8b5e3e88e6bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
12587 | 2024.08.22 02:23:41.742386 [ 192 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 113 rows starting from the beginning of the part | ||
12588 | 2024.08.22 02:23:41.742844 [ 192 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 194 rows starting from the beginning of the part | ||
12589 | 2024.08.22 02:23:41.743180 [ 192 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 112 rows starting from the beginning of the part | ||
12590 | 2024.08.22 02:23:41.743685 [ 192 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 194 rows starting from the beginning of the part | ||
12591 | 2024.08.22 02:23:41.744241 [ 3 ] {78ff961c-839e-425f-83f7-8b5e3e88e6bd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12592 | 2024.08.22 02:23:41.744694 [ 3 ] {78ff961c-839e-425f-83f7-8b5e3e88e6bd} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12593 | 2024.08.22 02:23:41.744737 [ 3 ] {78ff961c-839e-425f-83f7-8b5e3e88e6bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.86 GiB. | ||
12594 | 2024.08.22 02:23:41.745296 [ 3 ] {78ff961c-839e-425f-83f7-8b5e3e88e6bd} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
12595 | 2024.08.22 02:23:41.745737 [ 3 ] {78ff961c-839e-425f-83f7-8b5e3e88e6bd} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12596 | 2024.08.22 02:23:41.745945 [ 192 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2205 rows, containing 5 columns (5 merged, 0 gathered) in 0.005545293 sec., 397634.53436996025 rows/sec., 35.08 MiB/sec. | ||
12597 | 2024.08.22 02:23:41.746060 [ 3 ] {78ff961c-839e-425f-83f7-8b5e3e88e6bd} <Debug> executeQuery: Read 4 rows, 297.00 B in 0.004313 sec., 927.4287039183863 rows/sec., 67.25 KiB/sec. | ||
12598 | 2024.08.22 02:23:41.746319 [ 192 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
12599 | 2024.08.22 02:23:41.746473 [ 3 ] {78ff961c-839e-425f-83f7-8b5e3e88e6bd} <Debug> DynamicQueryHandler: Done processing query | ||
12600 | 2024.08.22 02:23:41.746585 [ 3 ] {78ff961c-839e-425f-83f7-8b5e3e88e6bd} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12601 | 2024.08.22 02:23:41.746676 [ 3 ] {} <Debug> HTTP-Session: 3afc8f67-ca61-4aad-bbb5-29a4dc786e7c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12602 | 2024.08.22 02:23:41.747003 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12603 | 2024.08.22 02:23:41.747210 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12604 | 2024.08.22 02:23:41.747348 [ 3 ] {} <Debug> HTTP-Session: 726cc111-6122-4efc-9ef0-34698e1c81d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
12605 | 2024.08.22 02:23:41.747472 [ 3 ] {} <Debug> HTTP-Session: 726cc111-6122-4efc-9ef0-34698e1c81d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12606 | 2024.08.22 02:23:41.747569 [ 3 ] {} <Debug> HTTP-Session: 726cc111-6122-4efc-9ef0-34698e1c81d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12607 | 2024.08.22 02:23:41.747680 [ 3 ] {} <Trace> HTTP-Session: 726cc111-6122-4efc-9ef0-34698e1c81d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12608 | 2024.08.22 02:23:41.747823 [ 3 ] {d452e167-d6ad-4c0b-90d2-67680d4d2567} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
12609 | 2024.08.22 02:23:41.747873 [ 3 ] {d452e167-d6ad-4c0b-90d2-67680d4d2567} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
12610 | 2024.08.22 02:23:41.747941 [ 192 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_66_13} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12611 | 2024.08.22 02:23:41.748042 [ 192 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_66_13} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
12612 | 2024.08.22 02:23:41.748152 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
12613 | 2024.08.22 02:23:41.748229 [ 3 ] {d452e167-d6ad-4c0b-90d2-67680d4d2567} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12614 | 2024.08.22 02:23:41.748544 [ 3 ] {d452e167-d6ad-4c0b-90d2-67680d4d2567} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12615 | 2024.08.22 02:23:41.748582 [ 3 ] {d452e167-d6ad-4c0b-90d2-67680d4d2567} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.86 GiB. | ||
12616 | 2024.08.22 02:23:41.748952 [ 3 ] {d452e167-d6ad-4c0b-90d2-67680d4d2567} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
12617 | 2024.08.22 02:23:41.749314 [ 3 ] {d452e167-d6ad-4c0b-90d2-67680d4d2567} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12618 | 2024.08.22 02:23:41.749472 [ 3 ] {d452e167-d6ad-4c0b-90d2-67680d4d2567} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001679 sec., 8338.296605122097 rows/sec., 583.96 KiB/sec. | ||
12619 | 2024.08.22 02:23:41.749498 [ 98 ] {} <Debug> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
12620 | 2024.08.22 02:23:41.749640 [ 98 ] {} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12621 | 2024.08.22 02:23:41.749699 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.86 GiB. | ||
12622 | 2024.08.22 02:23:41.749790 [ 3 ] {d452e167-d6ad-4c0b-90d2-67680d4d2567} <Debug> DynamicQueryHandler: Done processing query | ||
12623 | 2024.08.22 02:23:41.749860 [ 3 ] {d452e167-d6ad-4c0b-90d2-67680d4d2567} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
12624 | 2024.08.22 02:23:41.749925 [ 3 ] {} <Debug> HTTP-Session: 726cc111-6122-4efc-9ef0-34698e1c81d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12625 | 2024.08.22 02:23:41.750023 [ 188 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::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 | ||
12626 | 2024.08.22 02:23:41.750191 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12627 | 2024.08.22 02:23:41.750392 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12628 | 2024.08.22 02:23:41.750513 [ 3 ] {} <Debug> HTTP-Session: 4d6ba234-3d45-4cb5-9f64-806cb931cd9f Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
12629 | 2024.08.22 02:23:41.750602 [ 3 ] {} <Debug> HTTP-Session: 4d6ba234-3d45-4cb5-9f64-806cb931cd9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12630 | 2024.08.22 02:23:41.750691 [ 3 ] {} <Debug> HTTP-Session: 4d6ba234-3d45-4cb5-9f64-806cb931cd9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12631 | 2024.08.22 02:23:41.750848 [ 3 ] {} <Trace> HTTP-Session: 4d6ba234-3d45-4cb5-9f64-806cb931cd9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12632 | 2024.08.22 02:23:41.750899 [ 188 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12633 | 2024.08.22 02:23:41.750999 [ 188 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 243 rows starting from the beginning of the part | ||
12634 | 2024.08.22 02:23:41.751077 [ 3 ] {e9a53de7-d7d0-401f-94f7-a9152220d0e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
12635 | 2024.08.22 02:23:41.751180 [ 188 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 14 rows starting from the beginning of the part | ||
12636 | 2024.08.22 02:23:41.751199 [ 3 ] {e9a53de7-d7d0-401f-94f7-a9152220d0e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
12637 | 2024.08.22 02:23:41.751576 [ 188 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 228 rows starting from the beginning of the part | ||
12638 | 2024.08.22 02:23:41.751862 [ 188 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 14 rows starting from the beginning of the part | ||
12639 | 2024.08.22 02:23:41.752237 [ 188 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 14 rows starting from the beginning of the part | ||
12640 | 2024.08.22 02:23:41.752610 [ 188 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 14 rows starting from the beginning of the part | ||
12641 | 2024.08.22 02:23:41.753126 [ 3 ] {e9a53de7-d7d0-401f-94f7-a9152220d0e9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12642 | 2024.08.22 02:23:41.753582 [ 3 ] {e9a53de7-d7d0-401f-94f7-a9152220d0e9} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12643 | 2024.08.22 02:23:41.753629 [ 3 ] {e9a53de7-d7d0-401f-94f7-a9152220d0e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.86 GiB. | ||
12644 | 2024.08.22 02:23:41.754172 [ 3 ] {e9a53de7-d7d0-401f-94f7-a9152220d0e9} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
12645 | 2024.08.22 02:23:41.754386 [ 188 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 527 rows, containing 5 columns (5 merged, 0 gathered) in 0.004570499 sec., 115304.69648937677 rows/sec., 7.83 MiB/sec. | ||
12646 | 2024.08.22 02:23:41.754541 [ 188 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
12647 | 2024.08.22 02:23:41.754702 [ 3 ] {e9a53de7-d7d0-401f-94f7-a9152220d0e9} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12648 | 2024.08.22 02:23:41.755063 [ 3 ] {e9a53de7-d7d0-401f-94f7-a9152220d0e9} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.004035 sec., 1486.988847583643 rows/sec., 87.85 KiB/sec. | ||
12649 | 2024.08.22 02:23:41.755255 [ 188 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_41_8} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12650 | 2024.08.22 02:23:41.755299 [ 3 ] {e9a53de7-d7d0-401f-94f7-a9152220d0e9} <Debug> DynamicQueryHandler: Done processing query | ||
12651 | 2024.08.22 02:23:41.755326 [ 3 ] {e9a53de7-d7d0-401f-94f7-a9152220d0e9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12652 | 2024.08.22 02:23:41.755344 [ 188 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_41_8} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
12653 | 2024.08.22 02:23:41.755349 [ 3 ] {} <Debug> HTTP-Session: 4d6ba234-3d45-4cb5-9f64-806cb931cd9f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12654 | 2024.08.22 02:23:41.755426 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
12655 | 2024.08.22 02:23:41.755535 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 62445, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12656 | 2024.08.22 02:23:41.755584 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12657 | 2024.08.22 02:23:41.755604 [ 3 ] {} <Debug> HTTP-Session: c0cdbc2c-f83e-4c2d-b98b-501613afc677 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
12658 | 2024.08.22 02:23:41.755621 [ 3 ] {} <Debug> HTTP-Session: c0cdbc2c-f83e-4c2d-b98b-501613afc677 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12659 | 2024.08.22 02:23:41.755635 [ 3 ] {} <Debug> HTTP-Session: c0cdbc2c-f83e-4c2d-b98b-501613afc677 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12660 | 2024.08.22 02:23:41.755666 [ 3 ] {} <Trace> HTTP-Session: c0cdbc2c-f83e-4c2d-b98b-501613afc677 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12661 | 2024.08.22 02:23:41.755863 [ 3 ] {fe565713-389c-4249-9a72-f45780090bd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12662 | 2024.08.22 02:23:41.755907 [ 3 ] {fe565713-389c-4249-9a72-f45780090bd4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12663 | 2024.08.22 02:23:41.756133 [ 3 ] {fe565713-389c-4249-9a72-f45780090bd4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12664 | 2024.08.22 02:23:41.756657 [ 3 ] {fe565713-389c-4249-9a72-f45780090bd4} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12665 | 2024.08.22 02:23:41.756693 [ 3 ] {fe565713-389c-4249-9a72-f45780090bd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.86 GiB. | ||
12666 | 2024.08.22 02:23:41.757060 [ 3 ] {fe565713-389c-4249-9a72-f45780090bd4} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
12667 | 2024.08.22 02:23:41.757409 [ 3 ] {fe565713-389c-4249-9a72-f45780090bd4} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12668 | 2024.08.22 02:23:41.757576 [ 3 ] {fe565713-389c-4249-9a72-f45780090bd4} <Debug> executeQuery: Read 386 rows, 28.00 KiB in 0.001811 sec., 213141.91054665932 rows/sec., 15.10 MiB/sec. | ||
12669 | 2024.08.22 02:23:41.757586 [ 98 ] {} <Debug> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
12670 | 2024.08.22 02:23:41.757674 [ 98 ] {} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12671 | 2024.08.22 02:23:41.757726 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.86 GiB. | ||
12672 | 2024.08.22 02:23:41.757887 [ 3 ] {fe565713-389c-4249-9a72-f45780090bd4} <Debug> DynamicQueryHandler: Done processing query | ||
12673 | 2024.08.22 02:23:41.757959 [ 3 ] {fe565713-389c-4249-9a72-f45780090bd4} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
12674 | 2024.08.22 02:23:41.757992 [ 192 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::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 | ||
12675 | 2024.08.22 02:23:41.757995 [ 3 ] {} <Debug> HTTP-Session: c0cdbc2c-f83e-4c2d-b98b-501613afc677 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12676 | 2024.08.22 02:23:41.758288 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12677 | 2024.08.22 02:23:41.758493 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12678 | 2024.08.22 02:23:41.758598 [ 3 ] {} <Debug> HTTP-Session: 044b4c0c-ffd3-4e4c-b4cf-013dbd8c71f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
12679 | 2024.08.22 02:23:41.758682 [ 3 ] {} <Debug> HTTP-Session: 044b4c0c-ffd3-4e4c-b4cf-013dbd8c71f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12680 | 2024.08.22 02:23:41.758771 [ 3 ] {} <Debug> HTTP-Session: 044b4c0c-ffd3-4e4c-b4cf-013dbd8c71f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12681 | 2024.08.22 02:23:41.758863 [ 192 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12682 | 2024.08.22 02:23:41.758932 [ 3 ] {} <Trace> HTTP-Session: 044b4c0c-ffd3-4e4c-b4cf-013dbd8c71f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12683 | 2024.08.22 02:23:41.758996 [ 192 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 902 rows starting from the beginning of the part | ||
12684 | 2024.08.22 02:23:41.759314 [ 3 ] {8474e554-6bc7-484d-9f46-a8f19960c026} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
12685 | 2024.08.22 02:23:41.759419 [ 192 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 386 rows starting from the beginning of the part | ||
12686 | 2024.08.22 02:23:41.759530 [ 3 ] {8474e554-6bc7-484d-9f46-a8f19960c026} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
12687 | 2024.08.22 02:23:41.760034 [ 192 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 94 rows starting from the beginning of the part | ||
12688 | 2024.08.22 02:23:41.760416 [ 192 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 386 rows starting from the beginning of the part | ||
12689 | 2024.08.22 02:23:41.760725 [ 192 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 92 rows starting from the beginning of the part | ||
12690 | 2024.08.22 02:23:41.761129 [ 192 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 386 rows starting from the beginning of the part | ||
12691 | 2024.08.22 02:23:41.761150 [ 3 ] {8474e554-6bc7-484d-9f46-a8f19960c026} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12692 | 2024.08.22 02:23:41.761893 [ 3 ] {8474e554-6bc7-484d-9f46-a8f19960c026} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12693 | 2024.08.22 02:23:41.761936 [ 3 ] {8474e554-6bc7-484d-9f46-a8f19960c026} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.86 GiB. | ||
12694 | 2024.08.22 02:23:41.762450 [ 3 ] {8474e554-6bc7-484d-9f46-a8f19960c026} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
12695 | 2024.08.22 02:23:41.762828 [ 3 ] {8474e554-6bc7-484d-9f46-a8f19960c026} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12696 | 2024.08.22 02:23:41.763196 [ 3 ] {8474e554-6bc7-484d-9f46-a8f19960c026} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004041 sec., 1484.7809948032664 rows/sec., 77.57 KiB/sec. | ||
12697 | 2024.08.22 02:23:41.763274 [ 202 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2246 rows, containing 5 columns (5 merged, 0 gathered) in 0.005443623 sec., 412592.86324567295 rows/sec., 31.36 MiB/sec. | ||
12698 | 2024.08.22 02:23:41.763491 [ 3 ] {8474e554-6bc7-484d-9f46-a8f19960c026} <Debug> DynamicQueryHandler: Done processing query | ||
12699 | 2024.08.22 02:23:41.763531 [ 3 ] {8474e554-6bc7-484d-9f46-a8f19960c026} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
12700 | 2024.08.22 02:23:41.763553 [ 3 ] {} <Debug> HTTP-Session: 044b4c0c-ffd3-4e4c-b4cf-013dbd8c71f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12701 | 2024.08.22 02:23:41.763612 [ 202 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
12702 | 2024.08.22 02:23:41.763765 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 44791, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12703 | 2024.08.22 02:23:41.763850 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12704 | 2024.08.22 02:23:41.763927 [ 3 ] {} <Debug> HTTP-Session: 7a5f8f5b-b9e8-45eb-b920-cd28c4b93c41 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
12705 | 2024.08.22 02:23:41.764020 [ 3 ] {} <Debug> HTTP-Session: 7a5f8f5b-b9e8-45eb-b920-cd28c4b93c41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12706 | 2024.08.22 02:23:41.764075 [ 3 ] {} <Debug> HTTP-Session: 7a5f8f5b-b9e8-45eb-b920-cd28c4b93c41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12707 | 2024.08.22 02:23:41.764203 [ 3 ] {} <Trace> HTTP-Session: 7a5f8f5b-b9e8-45eb-b920-cd28c4b93c41 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12708 | 2024.08.22 02:23:41.764517 [ 3 ] {756244d6-5e4c-4cb8-862e-ad3d401a44d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12709 | 2024.08.22 02:23:41.764531 [ 202 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_66_13} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12710 | 2024.08.22 02:23:41.764611 [ 3 ] {756244d6-5e4c-4cb8-862e-ad3d401a44d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12711 | 2024.08.22 02:23:41.764732 [ 202 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_66_13} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
12712 | 2024.08.22 02:23:41.764937 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
12713 | 2024.08.22 02:23:41.765036 [ 3 ] {756244d6-5e4c-4cb8-862e-ad3d401a44d2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12714 | 2024.08.22 02:23:41.765470 [ 3 ] {756244d6-5e4c-4cb8-862e-ad3d401a44d2} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12715 | 2024.08.22 02:23:41.765508 [ 3 ] {756244d6-5e4c-4cb8-862e-ad3d401a44d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.86 GiB. | ||
12716 | 2024.08.22 02:23:41.765897 [ 3 ] {756244d6-5e4c-4cb8-862e-ad3d401a44d2} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
12717 | 2024.08.22 02:23:41.766242 [ 3 ] {756244d6-5e4c-4cb8-862e-ad3d401a44d2} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12718 | 2024.08.22 02:23:41.766406 [ 3 ] {756244d6-5e4c-4cb8-862e-ad3d401a44d2} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.002053 sec., 115927.91037506088 rows/sec., 7.77 MiB/sec. | ||
12719 | 2024.08.22 02:23:41.766415 [ 98 ] {} <Debug> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
12720 | 2024.08.22 02:23:41.766499 [ 98 ] {} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12721 | 2024.08.22 02:23:41.766558 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.86 GiB. | ||
12722 | 2024.08.22 02:23:41.766732 [ 3 ] {756244d6-5e4c-4cb8-862e-ad3d401a44d2} <Debug> DynamicQueryHandler: Done processing query | ||
12723 | 2024.08.22 02:23:41.766763 [ 199 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::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 | ||
12724 | 2024.08.22 02:23:41.766770 [ 3 ] {756244d6-5e4c-4cb8-862e-ad3d401a44d2} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
12725 | 2024.08.22 02:23:41.766864 [ 3 ] {} <Debug> HTTP-Session: 7a5f8f5b-b9e8-45eb-b920-cd28c4b93c41 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12726 | 2024.08.22 02:23:41.767033 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12727 | 2024.08.22 02:23:41.767152 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12728 | 2024.08.22 02:23:41.767162 [ 199 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12729 | 2024.08.22 02:23:41.767182 [ 3 ] {} <Debug> HTTP-Session: 1aeb3a3e-a794-4151-8bcd-87f18294d29e Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
12730 | 2024.08.22 02:23:41.767226 [ 3 ] {} <Debug> HTTP-Session: 1aeb3a3e-a794-4151-8bcd-87f18294d29e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12731 | 2024.08.22 02:23:41.767244 [ 199 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 19639 rows starting from the beginning of the part | ||
12732 | 2024.08.22 02:23:41.767257 [ 3 ] {} <Debug> HTTP-Session: 1aeb3a3e-a794-4151-8bcd-87f18294d29e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12733 | 2024.08.22 02:23:41.767336 [ 3 ] {} <Trace> HTTP-Session: 1aeb3a3e-a794-4151-8bcd-87f18294d29e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12734 | 2024.08.22 02:23:41.767541 [ 199 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 238 rows starting from the beginning of the part | ||
12735 | 2024.08.22 02:23:41.767658 [ 3 ] {e95f3176-b504-4831-b216-50191da7cc96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
12736 | 2024.08.22 02:23:41.767836 [ 3 ] {e95f3176-b504-4831-b216-50191da7cc96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
12737 | 2024.08.22 02:23:41.767904 [ 199 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 161 rows starting from the beginning of the part | ||
12738 | 2024.08.22 02:23:41.768275 [ 199 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 238 rows starting from the beginning of the part | ||
12739 | 2024.08.22 02:23:41.768616 [ 199 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::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 | ||
12740 | 2024.08.22 02:23:41.769012 [ 3 ] {e95f3176-b504-4831-b216-50191da7cc96} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12741 | 2024.08.22 02:23:41.769100 [ 199 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 238 rows starting from the beginning of the part | ||
12742 | 2024.08.22 02:23:41.769838 [ 3 ] {e95f3176-b504-4831-b216-50191da7cc96} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12743 | 2024.08.22 02:23:41.769894 [ 3 ] {e95f3176-b504-4831-b216-50191da7cc96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.86 GiB. | ||
12744 | 2024.08.22 02:23:41.770574 [ 3 ] {e95f3176-b504-4831-b216-50191da7cc96} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
12745 | 2024.08.22 02:23:41.771119 [ 3 ] {e95f3176-b504-4831-b216-50191da7cc96} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12746 | 2024.08.22 02:23:41.771301 [ 98 ] {} <Debug> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
12747 | 2024.08.22 02:23:41.771358 [ 3 ] {e95f3176-b504-4831-b216-50191da7cc96} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003806 sec., 262.7430373095113 rows/sec., 17.70 KiB/sec. | ||
12748 | 2024.08.22 02:23:41.771402 [ 98 ] {} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12749 | 2024.08.22 02:23:41.771492 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.86 GiB. | ||
12750 | 2024.08.22 02:23:41.771769 [ 202 ] {8761962f-4035-44a8-816e-471719dde5c7::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 | ||
12751 | 2024.08.22 02:23:41.771792 [ 3 ] {e95f3176-b504-4831-b216-50191da7cc96} <Debug> DynamicQueryHandler: Done processing query | ||
12752 | 2024.08.22 02:23:41.771870 [ 3 ] {e95f3176-b504-4831-b216-50191da7cc96} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
12753 | 2024.08.22 02:23:41.771927 [ 3 ] {} <Debug> HTTP-Session: 1aeb3a3e-a794-4151-8bcd-87f18294d29e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12754 | 2024.08.22 02:23:41.772168 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 3288, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12755 | 2024.08.22 02:23:41.772318 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12756 | 2024.08.22 02:23:41.772393 [ 3 ] {} <Debug> HTTP-Session: 832cd339-88af-4cf9-be91-98c79878d4dd Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
12757 | 2024.08.22 02:23:41.772470 [ 3 ] {} <Debug> HTTP-Session: 832cd339-88af-4cf9-be91-98c79878d4dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12758 | 2024.08.22 02:23:41.772525 [ 3 ] {} <Debug> HTTP-Session: 832cd339-88af-4cf9-be91-98c79878d4dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12759 | 2024.08.22 02:23:41.772514 [ 202 ] {8761962f-4035-44a8-816e-471719dde5c7::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12760 | 2024.08.22 02:23:41.772669 [ 3 ] {} <Trace> HTTP-Session: 832cd339-88af-4cf9-be91-98c79878d4dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12761 | 2024.08.22 02:23:41.772712 [ 202 ] {8761962f-4035-44a8-816e-471719dde5c7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 26 rows starting from the beginning of the part | ||
12762 | 2024.08.22 02:23:41.773173 [ 3 ] {4835c374-ca13-440f-b0f1-228b64b0b785} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
12763 | 2024.08.22 02:23:41.773218 [ 202 ] {8761962f-4035-44a8-816e-471719dde5c7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 1 rows starting from the beginning of the part | ||
12764 | 2024.08.22 02:23:41.773639 [ 3 ] {4835c374-ca13-440f-b0f1-228b64b0b785} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
12765 | 2024.08.22 02:23:41.773812 [ 202 ] {8761962f-4035-44a8-816e-471719dde5c7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1 rows starting from the beginning of the part | ||
12766 | 2024.08.22 02:23:41.774831 [ 202 ] {8761962f-4035-44a8-816e-471719dde5c7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1 rows starting from the beginning of the part | ||
12767 | 2024.08.22 02:23:41.775157 [ 202 ] {8761962f-4035-44a8-816e-471719dde5c7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1 rows starting from the beginning of the part | ||
12768 | 2024.08.22 02:23:41.775591 [ 202 ] {8761962f-4035-44a8-816e-471719dde5c7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 1 rows starting from the beginning of the part | ||
12769 | 2024.08.22 02:23:41.777462 [ 3 ] {4835c374-ca13-440f-b0f1-228b64b0b785} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12770 | 2024.08.22 02:23:41.779876 [ 3 ] {4835c374-ca13-440f-b0f1-228b64b0b785} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12771 | 2024.08.22 02:23:41.779981 [ 3 ] {4835c374-ca13-440f-b0f1-228b64b0b785} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.86 GiB. | ||
12772 | 2024.08.22 02:23:41.780195 [ 200 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20674 rows, containing 5 columns (5 merged, 0 gathered) in 0.013532036 sec., 1527781.9243164887 rows/sec., 103.30 MiB/sec. | ||
12773 | 2024.08.22 02:23:41.780814 [ 200 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
12774 | 2024.08.22 02:23:41.781613 [ 202 ] {8761962f-4035-44a8-816e-471719dde5c7::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 31 rows, containing 4 columns (4 merged, 0 gathered) in 0.009977401 sec., 3107.021558018967 rows/sec., 208.97 KiB/sec. | ||
12775 | 2024.08.22 02:23:41.782118 [ 189 ] {8761962f-4035-44a8-816e-471719dde5c7::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
12776 | 2024.08.22 02:23:41.782456 [ 200 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12777 | 2024.08.22 02:23:41.782703 [ 200 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
12778 | 2024.08.22 02:23:41.782963 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.24 MiB. | ||
12779 | 2024.08.22 02:23:41.783423 [ 3 ] {4835c374-ca13-440f-b0f1-228b64b0b785} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
12780 | 2024.08.22 02:23:41.783598 [ 187 ] {8761962f-4035-44a8-816e-471719dde5c7::all_1_31_6} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12781 | 2024.08.22 02:23:41.783943 [ 187 ] {8761962f-4035-44a8-816e-471719dde5c7::all_1_31_6} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
12782 | 2024.08.22 02:23:41.784173 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
12783 | 2024.08.22 02:23:41.784333 [ 3 ] {4835c374-ca13-440f-b0f1-228b64b0b785} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12784 | 2024.08.22 02:23:41.784552 [ 3 ] {4835c374-ca13-440f-b0f1-228b64b0b785} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.011667 sec., 171.42367360932545 rows/sec., 314.56 KiB/sec. | ||
12785 | 2024.08.22 02:23:41.784848 [ 3 ] {4835c374-ca13-440f-b0f1-228b64b0b785} <Debug> DynamicQueryHandler: Done processing query | ||
12786 | 2024.08.22 02:23:41.784874 [ 3 ] {4835c374-ca13-440f-b0f1-228b64b0b785} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
12787 | 2024.08.22 02:23:41.784891 [ 3 ] {} <Debug> HTTP-Session: 832cd339-88af-4cf9-be91-98c79878d4dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12788 | 2024.08.22 02:23:41.785025 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 12133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12789 | 2024.08.22 02:23:41.785077 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12790 | 2024.08.22 02:23:41.785097 [ 3 ] {} <Debug> HTTP-Session: d85ca8ee-bb80-45fb-88b3-625571c61fcc Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
12791 | 2024.08.22 02:23:41.785114 [ 3 ] {} <Debug> HTTP-Session: d85ca8ee-bb80-45fb-88b3-625571c61fcc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12792 | 2024.08.22 02:23:41.785128 [ 3 ] {} <Debug> HTTP-Session: d85ca8ee-bb80-45fb-88b3-625571c61fcc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12793 | 2024.08.22 02:23:41.785160 [ 3 ] {} <Trace> HTTP-Session: d85ca8ee-bb80-45fb-88b3-625571c61fcc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12794 | 2024.08.22 02:23:41.785296 [ 3 ] {d824f31b-7083-4b51-9766-1548d75f55c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12795 | 2024.08.22 02:23:41.785341 [ 3 ] {d824f31b-7083-4b51-9766-1548d75f55c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12796 | 2024.08.22 02:23:41.785484 [ 3 ] {d824f31b-7083-4b51-9766-1548d75f55c9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12797 | 2024.08.22 02:23:41.785848 [ 3 ] {d824f31b-7083-4b51-9766-1548d75f55c9} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12798 | 2024.08.22 02:23:41.785887 [ 3 ] {d824f31b-7083-4b51-9766-1548d75f55c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.86 GiB. | ||
12799 | 2024.08.22 02:23:41.786275 [ 3 ] {d824f31b-7083-4b51-9766-1548d75f55c9} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
12800 | 2024.08.22 02:23:41.786607 [ 3 ] {d824f31b-7083-4b51-9766-1548d75f55c9} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12801 | 2024.08.22 02:23:41.786768 [ 3 ] {d824f31b-7083-4b51-9766-1548d75f55c9} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001519 sec., 53982.88347597104 rows/sec., 3.43 MiB/sec. | ||
12802 | 2024.08.22 02:23:41.786775 [ 98 ] {} <Debug> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
12803 | 2024.08.22 02:23:41.786867 [ 98 ] {} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12804 | 2024.08.22 02:23:41.786914 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.86 GiB. | ||
12805 | 2024.08.22 02:23:41.787104 [ 3 ] {d824f31b-7083-4b51-9766-1548d75f55c9} <Debug> DynamicQueryHandler: Done processing query | ||
12806 | 2024.08.22 02:23:41.787120 [ 189 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::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 | ||
12807 | 2024.08.22 02:23:41.787143 [ 3 ] {d824f31b-7083-4b51-9766-1548d75f55c9} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
12808 | 2024.08.22 02:23:41.787189 [ 3 ] {} <Debug> HTTP-Session: d85ca8ee-bb80-45fb-88b3-625571c61fcc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12809 | 2024.08.22 02:23:41.787329 [ 189 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12810 | 2024.08.22 02:23:41.787374 [ 189 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 4136 rows starting from the beginning of the part | ||
12811 | 2024.08.22 02:23:41.787507 [ 189 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 82 rows starting from the beginning of the part | ||
12812 | 2024.08.22 02:23:41.787668 [ 189 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::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 | ||
12813 | 2024.08.22 02:23:41.787815 [ 189 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 82 rows starting from the beginning of the part | ||
12814 | 2024.08.22 02:23:41.787905 [ 189 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::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 | ||
12815 | 2024.08.22 02:23:41.788157 [ 189 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 82 rows starting from the beginning of the part | ||
12816 | 2024.08.22 02:23:41.790233 [ 187 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4502 rows, containing 4 columns (4 merged, 0 gathered) in 0.003206644 sec., 1403960.0279918818 rows/sec., 91.68 MiB/sec. | ||
12817 | 2024.08.22 02:23:41.790573 [ 187 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
12818 | 2024.08.22 02:23:41.791034 [ 187 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_66_13} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12819 | 2024.08.22 02:23:41.791129 [ 187 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_66_13} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
12820 | 2024.08.22 02:23:41.791226 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.08 MiB. | ||
12821 | 2024.08.22 02:23:45.127656 [ 95 ] {} <Debug> DNSResolver: Updating DNS cache | ||
12822 | 2024.08.22 02:23:45.127716 [ 95 ] {} <Debug> DNSResolver: Updated DNS cache | ||
12823 | 2024.08.22 02:23:46.761348 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 184977, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12824 | 2024.08.22 02:23:46.761466 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12825 | 2024.08.22 02:23:46.761492 [ 3 ] {} <Debug> HTTP-Session: 297d1ba5-1dec-4cdc-8388-51c655a7daf2 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
12826 | 2024.08.22 02:23:46.761517 [ 3 ] {} <Debug> HTTP-Session: 297d1ba5-1dec-4cdc-8388-51c655a7daf2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12827 | 2024.08.22 02:23:46.761531 [ 3 ] {} <Debug> HTTP-Session: 297d1ba5-1dec-4cdc-8388-51c655a7daf2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12828 | 2024.08.22 02:23:46.761581 [ 3 ] {} <Trace> HTTP-Session: 297d1ba5-1dec-4cdc-8388-51c655a7daf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12829 | 2024.08.22 02:23:46.762287 [ 3 ] {22f714fd-94d9-43e9-bc1d-3a422de5a568} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12830 | 2024.08.22 02:23:46.762361 [ 3 ] {22f714fd-94d9-43e9-bc1d-3a422de5a568} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12831 | 2024.08.22 02:23:46.762699 [ 3 ] {22f714fd-94d9-43e9-bc1d-3a422de5a568} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12832 | 2024.08.22 02:23:46.764099 [ 3 ] {22f714fd-94d9-43e9-bc1d-3a422de5a568} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12833 | 2024.08.22 02:23:46.764144 [ 3 ] {22f714fd-94d9-43e9-bc1d-3a422de5a568} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.36 GiB. | ||
12834 | 2024.08.22 02:23:46.764675 [ 3 ] {22f714fd-94d9-43e9-bc1d-3a422de5a568} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
12835 | 2024.08.22 02:23:46.765113 [ 3 ] {22f714fd-94d9-43e9-bc1d-3a422de5a568} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12836 | 2024.08.22 02:23:46.765289 [ 3 ] {22f714fd-94d9-43e9-bc1d-3a422de5a568} <Debug> executeQuery: Read 1274 rows, 107.83 KiB in 0.003522 sec., 361726.2918796139 rows/sec., 29.90 MiB/sec. | ||
12837 | 2024.08.22 02:23:46.765493 [ 3 ] {22f714fd-94d9-43e9-bc1d-3a422de5a568} <Debug> DynamicQueryHandler: Done processing query | ||
12838 | 2024.08.22 02:23:46.765520 [ 3 ] {22f714fd-94d9-43e9-bc1d-3a422de5a568} <Debug> MemoryTracker: Peak memory usage (for query): 4.98 MiB. | ||
12839 | 2024.08.22 02:23:46.765536 [ 3 ] {} <Debug> HTTP-Session: 297d1ba5-1dec-4cdc-8388-51c655a7daf2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12840 | 2024.08.22 02:23:46.765985 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 5644, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12841 | 2024.08.22 02:23:46.766042 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12842 | 2024.08.22 02:23:46.766062 [ 3 ] {} <Debug> HTTP-Session: 4b43e189-44f4-455a-8ba8-e214e6c4a132 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
12843 | 2024.08.22 02:23:46.766079 [ 3 ] {} <Debug> HTTP-Session: 4b43e189-44f4-455a-8ba8-e214e6c4a132 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12844 | 2024.08.22 02:23:46.766095 [ 3 ] {} <Debug> HTTP-Session: 4b43e189-44f4-455a-8ba8-e214e6c4a132 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12845 | 2024.08.22 02:23:46.766127 [ 3 ] {} <Trace> HTTP-Session: 4b43e189-44f4-455a-8ba8-e214e6c4a132 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12846 | 2024.08.22 02:23:46.766239 [ 3 ] {e7cddd34-77b6-4602-bd9e-4f35ab7bc97e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
12847 | 2024.08.22 02:23:46.766284 [ 3 ] {e7cddd34-77b6-4602-bd9e-4f35ab7bc97e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
12848 | 2024.08.22 02:23:46.766516 [ 3 ] {e7cddd34-77b6-4602-bd9e-4f35ab7bc97e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12849 | 2024.08.22 02:23:46.766872 [ 3 ] {e7cddd34-77b6-4602-bd9e-4f35ab7bc97e} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12850 | 2024.08.22 02:23:46.766910 [ 3 ] {e7cddd34-77b6-4602-bd9e-4f35ab7bc97e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.36 GiB. | ||
12851 | 2024.08.22 02:23:46.767290 [ 3 ] {e7cddd34-77b6-4602-bd9e-4f35ab7bc97e} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
12852 | 2024.08.22 02:23:46.767674 [ 3 ] {e7cddd34-77b6-4602-bd9e-4f35ab7bc97e} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12853 | 2024.08.22 02:23:46.767841 [ 3 ] {e7cddd34-77b6-4602-bd9e-4f35ab7bc97e} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.00163 sec., 23926.380368098162 rows/sec., 1.76 MiB/sec. | ||
12854 | 2024.08.22 02:23:46.767853 [ 94 ] {} <Debug> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995) (MergerMutator): Selected 6 parts from all_1_55_11 to all_60_60_0 | ||
12855 | 2024.08.22 02:23:46.767970 [ 94 ] {} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12856 | 2024.08.22 02:23:46.768023 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.36 GiB. | ||
12857 | 2024.08.22 02:23:46.768103 [ 3 ] {e7cddd34-77b6-4602-bd9e-4f35ab7bc97e} <Debug> DynamicQueryHandler: Done processing query | ||
12858 | 2024.08.22 02:23:46.768158 [ 3 ] {e7cddd34-77b6-4602-bd9e-4f35ab7bc97e} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
12859 | 2024.08.22 02:23:46.768214 [ 3 ] {} <Debug> HTTP-Session: 4b43e189-44f4-455a-8ba8-e214e6c4a132 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12860 | 2024.08.22 02:23:46.768259 [ 195 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_60_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_55_11 to all_60_60_0 into Compact with storage Full | ||
12861 | 2024.08.22 02:23:46.768470 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 30489, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12862 | 2024.08.22 02:23:46.768521 [ 195 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_60_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12863 | 2024.08.22 02:23:46.768589 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12864 | 2024.08.22 02:23:46.768596 [ 195 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_55_11, total 46 rows starting from the beginning of the part | ||
12865 | 2024.08.22 02:23:46.768631 [ 3 ] {} <Debug> HTTP-Session: 049aadb0-c824-4dcb-9a35-30507099574b Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
12866 | 2024.08.22 02:23:46.768674 [ 3 ] {} <Debug> HTTP-Session: 049aadb0-c824-4dcb-9a35-30507099574b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12867 | 2024.08.22 02:23:46.768718 [ 3 ] {} <Debug> HTTP-Session: 049aadb0-c824-4dcb-9a35-30507099574b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12868 | 2024.08.22 02:23:46.768843 [ 195 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 30 rows starting from the beginning of the part | ||
12869 | 2024.08.22 02:23:46.768858 [ 3 ] {} <Trace> HTTP-Session: 049aadb0-c824-4dcb-9a35-30507099574b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12870 | 2024.08.22 02:23:46.769203 [ 195 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 4 rows starting from the beginning of the part | ||
12871 | 2024.08.22 02:23:46.769424 [ 3 ] {b0019c3a-10a1-420f-82e5-fde785f53cc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
12872 | 2024.08.22 02:23:46.769436 [ 195 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 28 rows starting from the beginning of the part | ||
12873 | 2024.08.22 02:23:46.769567 [ 3 ] {b0019c3a-10a1-420f-82e5-fde785f53cc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
12874 | 2024.08.22 02:23:46.769773 [ 195 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 4 rows starting from the beginning of the part | ||
12875 | 2024.08.22 02:23:46.770145 [ 195 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 39 rows starting from the beginning of the part | ||
12876 | 2024.08.22 02:23:46.771042 [ 3 ] {b0019c3a-10a1-420f-82e5-fde785f53cc6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12877 | 2024.08.22 02:23:46.772101 [ 3 ] {b0019c3a-10a1-420f-82e5-fde785f53cc6} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12878 | 2024.08.22 02:23:46.772169 [ 3 ] {b0019c3a-10a1-420f-82e5-fde785f53cc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.36 GiB. | ||
12879 | 2024.08.22 02:23:46.772926 [ 187 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_60_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 151 rows, containing 5 columns (5 merged, 0 gathered) in 0.004805391 sec., 31423.041330039534 rows/sec., 2.40 MiB/sec. | ||
12880 | 2024.08.22 02:23:46.773160 [ 187 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_60_12} <Trace> MergedBlockOutputStream: filled checksums all_1_60_12 (state Temporary) | ||
12881 | 2024.08.22 02:23:46.773254 [ 3 ] {b0019c3a-10a1-420f-82e5-fde785f53cc6} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
12882 | 2024.08.22 02:23:46.774402 [ 187 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_60_12} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Renaming temporary part tmp_merge_all_1_60_12 to all_1_60_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12883 | 2024.08.22 02:23:46.774429 [ 3 ] {b0019c3a-10a1-420f-82e5-fde785f53cc6} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12884 | 2024.08.22 02:23:46.774591 [ 187 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_60_12} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995) (MergerMutator): Merged 6 parts: [all_1_55_11, all_60_60_0] -> all_1_60_12 | ||
12885 | 2024.08.22 02:23:46.774764 [ 3 ] {b0019c3a-10a1-420f-82e5-fde785f53cc6} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.005618 sec., 40583.83766464934 rows/sec., 2.75 MiB/sec. | ||
12886 | 2024.08.22 02:23:46.774828 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
12887 | 2024.08.22 02:23:46.775143 [ 3 ] {b0019c3a-10a1-420f-82e5-fde785f53cc6} <Debug> DynamicQueryHandler: Done processing query | ||
12888 | 2024.08.22 02:23:46.775176 [ 3 ] {b0019c3a-10a1-420f-82e5-fde785f53cc6} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
12889 | 2024.08.22 02:23:46.775193 [ 3 ] {} <Debug> HTTP-Session: 049aadb0-c824-4dcb-9a35-30507099574b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12890 | 2024.08.22 02:23:46.775507 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 94206, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12891 | 2024.08.22 02:23:46.775560 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12892 | 2024.08.22 02:23:46.775580 [ 3 ] {} <Debug> HTTP-Session: 2f93febe-12d4-48d0-a257-ccd3957470f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
12893 | 2024.08.22 02:23:46.775599 [ 3 ] {} <Debug> HTTP-Session: 2f93febe-12d4-48d0-a257-ccd3957470f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12894 | 2024.08.22 02:23:46.775613 [ 3 ] {} <Debug> HTTP-Session: 2f93febe-12d4-48d0-a257-ccd3957470f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12895 | 2024.08.22 02:23:46.775646 [ 3 ] {} <Trace> HTTP-Session: 2f93febe-12d4-48d0-a257-ccd3957470f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12896 | 2024.08.22 02:23:46.776019 [ 3 ] {6292a03d-a50c-4262-b612-5a8aad3a7e8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12897 | 2024.08.22 02:23:46.776068 [ 3 ] {6292a03d-a50c-4262-b612-5a8aad3a7e8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12898 | 2024.08.22 02:23:46.776314 [ 3 ] {6292a03d-a50c-4262-b612-5a8aad3a7e8c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12899 | 2024.08.22 02:23:46.777024 [ 3 ] {6292a03d-a50c-4262-b612-5a8aad3a7e8c} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12900 | 2024.08.22 02:23:46.777064 [ 3 ] {6292a03d-a50c-4262-b612-5a8aad3a7e8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.36 GiB. | ||
12901 | 2024.08.22 02:23:46.777526 [ 3 ] {6292a03d-a50c-4262-b612-5a8aad3a7e8c} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
12902 | 2024.08.22 02:23:46.777955 [ 3 ] {6292a03d-a50c-4262-b612-5a8aad3a7e8c} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12903 | 2024.08.22 02:23:46.778130 [ 3 ] {6292a03d-a50c-4262-b612-5a8aad3a7e8c} <Debug> executeQuery: Read 569 rows, 43.34 KiB in 0.002359 sec., 241203.89995760916 rows/sec., 17.94 MiB/sec. | ||
12904 | 2024.08.22 02:23:46.778433 [ 3 ] {6292a03d-a50c-4262-b612-5a8aad3a7e8c} <Debug> DynamicQueryHandler: Done processing query | ||
12905 | 2024.08.22 02:23:46.778499 [ 3 ] {6292a03d-a50c-4262-b612-5a8aad3a7e8c} <Debug> MemoryTracker: Peak memory usage (for query): 4.57 MiB. | ||
12906 | 2024.08.22 02:23:46.778558 [ 3 ] {} <Debug> HTTP-Session: 2f93febe-12d4-48d0-a257-ccd3957470f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12907 | 2024.08.22 02:23:46.778943 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 160419, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12908 | 2024.08.22 02:23:46.779017 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12909 | 2024.08.22 02:23:46.779050 [ 3 ] {} <Debug> HTTP-Session: 9d0cb4bd-44ce-403e-a31c-dca8c78103e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
12910 | 2024.08.22 02:23:46.779076 [ 3 ] {} <Debug> HTTP-Session: 9d0cb4bd-44ce-403e-a31c-dca8c78103e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12911 | 2024.08.22 02:23:46.779093 [ 3 ] {} <Debug> HTTP-Session: 9d0cb4bd-44ce-403e-a31c-dca8c78103e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12912 | 2024.08.22 02:23:46.779127 [ 3 ] {} <Trace> HTTP-Session: 9d0cb4bd-44ce-403e-a31c-dca8c78103e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12913 | 2024.08.22 02:23:46.779564 [ 3 ] {13f52a86-0da2-4297-a6b8-cb5a88e01388} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12914 | 2024.08.22 02:23:46.779619 [ 3 ] {13f52a86-0da2-4297-a6b8-cb5a88e01388} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12915 | 2024.08.22 02:23:46.779786 [ 3 ] {13f52a86-0da2-4297-a6b8-cb5a88e01388} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12916 | 2024.08.22 02:23:46.780670 [ 3 ] {13f52a86-0da2-4297-a6b8-cb5a88e01388} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12917 | 2024.08.22 02:23:46.780709 [ 3 ] {13f52a86-0da2-4297-a6b8-cb5a88e01388} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.36 GiB. | ||
12918 | 2024.08.22 02:23:46.781194 [ 3 ] {13f52a86-0da2-4297-a6b8-cb5a88e01388} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
12919 | 2024.08.22 02:23:46.781575 [ 3 ] {13f52a86-0da2-4297-a6b8-cb5a88e01388} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12920 | 2024.08.22 02:23:46.781739 [ 3 ] {13f52a86-0da2-4297-a6b8-cb5a88e01388} <Debug> executeQuery: Read 844 rows, 58.17 KiB in 0.002442 sec., 345618.3456183456 rows/sec., 23.26 MiB/sec. | ||
12921 | 2024.08.22 02:23:46.781921 [ 3 ] {13f52a86-0da2-4297-a6b8-cb5a88e01388} <Debug> DynamicQueryHandler: Done processing query | ||
12922 | 2024.08.22 02:23:46.781946 [ 3 ] {13f52a86-0da2-4297-a6b8-cb5a88e01388} <Debug> MemoryTracker: Peak memory usage (for query): 4.66 MiB. | ||
12923 | 2024.08.22 02:23:46.781962 [ 3 ] {} <Debug> HTTP-Session: 9d0cb4bd-44ce-403e-a31c-dca8c78103e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12924 | 2024.08.22 02:23:46.782356 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 62608, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12925 | 2024.08.22 02:23:46.782409 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12926 | 2024.08.22 02:23:46.782429 [ 3 ] {} <Debug> HTTP-Session: 4a58d6b1-2e69-4c00-9c61-6ba43528a73e Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
12927 | 2024.08.22 02:23:46.782446 [ 3 ] {} <Debug> HTTP-Session: 4a58d6b1-2e69-4c00-9c61-6ba43528a73e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12928 | 2024.08.22 02:23:46.782461 [ 3 ] {} <Debug> HTTP-Session: 4a58d6b1-2e69-4c00-9c61-6ba43528a73e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12929 | 2024.08.22 02:23:46.782492 [ 3 ] {} <Trace> HTTP-Session: 4a58d6b1-2e69-4c00-9c61-6ba43528a73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12930 | 2024.08.22 02:23:46.783006 [ 3 ] {828880eb-ab2c-41d2-b465-ee847597acdc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
12931 | 2024.08.22 02:23:46.783078 [ 3 ] {828880eb-ab2c-41d2-b465-ee847597acdc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
12932 | 2024.08.22 02:23:46.783537 [ 3 ] {828880eb-ab2c-41d2-b465-ee847597acdc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12933 | 2024.08.22 02:23:46.784321 [ 3 ] {828880eb-ab2c-41d2-b465-ee847597acdc} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12934 | 2024.08.22 02:23:46.784361 [ 3 ] {828880eb-ab2c-41d2-b465-ee847597acdc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.36 GiB. | ||
12935 | 2024.08.22 02:23:46.785058 [ 3 ] {828880eb-ab2c-41d2-b465-ee847597acdc} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
12936 | 2024.08.22 02:23:46.785545 [ 3 ] {828880eb-ab2c-41d2-b465-ee847597acdc} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12937 | 2024.08.22 02:23:46.785751 [ 3 ] {828880eb-ab2c-41d2-b465-ee847597acdc} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.003151 sec., 12377.023167248492 rows/sec., 22.18 MiB/sec. | ||
12938 | 2024.08.22 02:23:46.786098 [ 3 ] {828880eb-ab2c-41d2-b465-ee847597acdc} <Debug> DynamicQueryHandler: Done processing query | ||
12939 | 2024.08.22 02:23:46.786126 [ 3 ] {828880eb-ab2c-41d2-b465-ee847597acdc} <Debug> MemoryTracker: Peak memory usage (for query): 4.55 MiB. | ||
12940 | 2024.08.22 02:23:46.786143 [ 3 ] {} <Debug> HTTP-Session: 4a58d6b1-2e69-4c00-9c61-6ba43528a73e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12941 | 2024.08.22 02:23:46.786309 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 2461, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12942 | 2024.08.22 02:23:46.786360 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12943 | 2024.08.22 02:23:46.786379 [ 3 ] {} <Debug> HTTP-Session: e0b0ae0e-282d-4026-9401-8c94aecf2c18 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
12944 | 2024.08.22 02:23:46.786397 [ 3 ] {} <Debug> HTTP-Session: e0b0ae0e-282d-4026-9401-8c94aecf2c18 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12945 | 2024.08.22 02:23:46.786412 [ 3 ] {} <Debug> HTTP-Session: e0b0ae0e-282d-4026-9401-8c94aecf2c18 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12946 | 2024.08.22 02:23:46.786444 [ 3 ] {} <Trace> HTTP-Session: e0b0ae0e-282d-4026-9401-8c94aecf2c18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12947 | 2024.08.22 02:23:46.786552 [ 3 ] {5289e2ec-1f43-478f-9fe1-4bb890395e39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
12948 | 2024.08.22 02:23:46.786599 [ 3 ] {5289e2ec-1f43-478f-9fe1-4bb890395e39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
12949 | 2024.08.22 02:23:46.786732 [ 3 ] {5289e2ec-1f43-478f-9fe1-4bb890395e39} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12950 | 2024.08.22 02:23:46.787020 [ 3 ] {5289e2ec-1f43-478f-9fe1-4bb890395e39} <Trace> oximeter.measurements_i64 (e717f8f5-cb28-4a40-9a81-0c11087f0caa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12951 | 2024.08.22 02:23:46.787057 [ 3 ] {5289e2ec-1f43-478f-9fe1-4bb890395e39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.36 GiB. | ||
12952 | 2024.08.22 02:23:46.787437 [ 3 ] {5289e2ec-1f43-478f-9fe1-4bb890395e39} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
12953 | 2024.08.22 02:23:46.787780 [ 3 ] {5289e2ec-1f43-478f-9fe1-4bb890395e39} <Trace> oximeter.measurements_i64 (e717f8f5-cb28-4a40-9a81-0c11087f0caa): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12954 | 2024.08.22 02:23:46.787946 [ 3 ] {5289e2ec-1f43-478f-9fe1-4bb890395e39} <Debug> executeQuery: Read 15 rows, 1.09 KiB in 0.001414 sec., 10608.20367751061 rows/sec., 769.37 KiB/sec. | ||
12955 | 2024.08.22 02:23:46.788363 [ 3 ] {5289e2ec-1f43-478f-9fe1-4bb890395e39} <Debug> DynamicQueryHandler: Done processing query | ||
12956 | 2024.08.22 02:23:46.788388 [ 3 ] {5289e2ec-1f43-478f-9fe1-4bb890395e39} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
12957 | 2024.08.22 02:23:46.788404 [ 3 ] {} <Debug> HTTP-Session: e0b0ae0e-282d-4026-9401-8c94aecf2c18 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12958 | 2024.08.22 02:23:46.788543 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12959 | 2024.08.22 02:23:46.788592 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12960 | 2024.08.22 02:23:46.788611 [ 3 ] {} <Debug> HTTP-Session: 809c4180-19fa-4dbc-9216-a15983ac6e81 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
12961 | 2024.08.22 02:23:46.788629 [ 3 ] {} <Debug> HTTP-Session: 809c4180-19fa-4dbc-9216-a15983ac6e81 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12962 | 2024.08.22 02:23:46.788642 [ 3 ] {} <Debug> HTTP-Session: 809c4180-19fa-4dbc-9216-a15983ac6e81 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12963 | 2024.08.22 02:23:46.788673 [ 3 ] {} <Trace> HTTP-Session: 809c4180-19fa-4dbc-9216-a15983ac6e81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12964 | 2024.08.22 02:23:46.788798 [ 3 ] {e1a16af3-b7b9-4224-aff3-9dd6d1697701} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12965 | 2024.08.22 02:23:46.788845 [ 3 ] {e1a16af3-b7b9-4224-aff3-9dd6d1697701} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12966 | 2024.08.22 02:23:46.789002 [ 3 ] {e1a16af3-b7b9-4224-aff3-9dd6d1697701} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12967 | 2024.08.22 02:23:46.789289 [ 3 ] {e1a16af3-b7b9-4224-aff3-9dd6d1697701} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12968 | 2024.08.22 02:23:46.789326 [ 3 ] {e1a16af3-b7b9-4224-aff3-9dd6d1697701} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.36 GiB. | ||
12969 | 2024.08.22 02:23:46.789718 [ 3 ] {e1a16af3-b7b9-4224-aff3-9dd6d1697701} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
12970 | 2024.08.22 02:23:46.790075 [ 3 ] {e1a16af3-b7b9-4224-aff3-9dd6d1697701} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12971 | 2024.08.22 02:23:46.790237 [ 3 ] {e1a16af3-b7b9-4224-aff3-9dd6d1697701} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001479 sec., 40567.951318458414 rows/sec., 2.73 MiB/sec. | ||
12972 | 2024.08.22 02:23:46.790399 [ 3 ] {e1a16af3-b7b9-4224-aff3-9dd6d1697701} <Debug> DynamicQueryHandler: Done processing query | ||
12973 | 2024.08.22 02:23:46.790425 [ 3 ] {e1a16af3-b7b9-4224-aff3-9dd6d1697701} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12974 | 2024.08.22 02:23:46.790441 [ 3 ] {} <Debug> HTTP-Session: 809c4180-19fa-4dbc-9216-a15983ac6e81 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12975 | 2024.08.22 02:23:51.734732 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 28974, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12976 | 2024.08.22 02:23:51.734875 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12977 | 2024.08.22 02:23:51.734904 [ 3 ] {} <Debug> HTTP-Session: e5fbc209-f575-4807-ad75-e7f1f4109ab2 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
12978 | 2024.08.22 02:23:51.734933 [ 3 ] {} <Debug> HTTP-Session: e5fbc209-f575-4807-ad75-e7f1f4109ab2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12979 | 2024.08.22 02:23:51.734952 [ 3 ] {} <Debug> HTTP-Session: e5fbc209-f575-4807-ad75-e7f1f4109ab2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12980 | 2024.08.22 02:23:51.735008 [ 3 ] {} <Trace> HTTP-Session: e5fbc209-f575-4807-ad75-e7f1f4109ab2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12981 | 2024.08.22 02:23:51.735249 [ 3 ] {6122282e-59ee-4ad7-bf8e-6c0137d4bbc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12982 | 2024.08.22 02:23:51.735319 [ 3 ] {6122282e-59ee-4ad7-bf8e-6c0137d4bbc3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12983 | 2024.08.22 02:23:51.735670 [ 3 ] {6122282e-59ee-4ad7-bf8e-6c0137d4bbc3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12984 | 2024.08.22 02:23:51.736192 [ 3 ] {6122282e-59ee-4ad7-bf8e-6c0137d4bbc3} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12985 | 2024.08.22 02:23:51.736243 [ 3 ] {6122282e-59ee-4ad7-bf8e-6c0137d4bbc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.36 GiB. | ||
12986 | 2024.08.22 02:23:51.736697 [ 3 ] {6122282e-59ee-4ad7-bf8e-6c0137d4bbc3} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
12987 | 2024.08.22 02:23:51.737101 [ 3 ] {6122282e-59ee-4ad7-bf8e-6c0137d4bbc3} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12988 | 2024.08.22 02:23:51.737278 [ 3 ] {6122282e-59ee-4ad7-bf8e-6c0137d4bbc3} <Debug> executeQuery: Read 193 rows, 17.24 KiB in 0.002126 sec., 90780.80903104422 rows/sec., 7.92 MiB/sec. | ||
12989 | 2024.08.22 02:23:51.737490 [ 3 ] {6122282e-59ee-4ad7-bf8e-6c0137d4bbc3} <Debug> DynamicQueryHandler: Done processing query | ||
12990 | 2024.08.22 02:23:51.737518 [ 3 ] {6122282e-59ee-4ad7-bf8e-6c0137d4bbc3} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
12991 | 2024.08.22 02:23:51.737535 [ 3 ] {} <Debug> HTTP-Session: e5fbc209-f575-4807-ad75-e7f1f4109ab2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12992 | 2024.08.22 02:23:51.737723 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12993 | 2024.08.22 02:23:51.737777 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12994 | 2024.08.22 02:23:51.737796 [ 3 ] {} <Debug> HTTP-Session: 5da57051-3ba3-4c39-94c0-161afee75968 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
12995 | 2024.08.22 02:23:51.737815 [ 3 ] {} <Debug> HTTP-Session: 5da57051-3ba3-4c39-94c0-161afee75968 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12996 | 2024.08.22 02:23:51.737829 [ 3 ] {} <Debug> HTTP-Session: 5da57051-3ba3-4c39-94c0-161afee75968 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12997 | 2024.08.22 02:23:51.737866 [ 3 ] {} <Trace> HTTP-Session: 5da57051-3ba3-4c39-94c0-161afee75968 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12998 | 2024.08.22 02:23:51.737973 [ 3 ] {3bc90df8-36ec-46e3-a524-4eaeb5f35850} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
12999 | 2024.08.22 02:23:51.738023 [ 3 ] {3bc90df8-36ec-46e3-a524-4eaeb5f35850} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
13000 | 2024.08.22 02:23:51.738263 [ 3 ] {3bc90df8-36ec-46e3-a524-4eaeb5f35850} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13001 | 2024.08.22 02:23:51.738590 [ 3 ] {3bc90df8-36ec-46e3-a524-4eaeb5f35850} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13002 | 2024.08.22 02:23:51.738640 [ 3 ] {3bc90df8-36ec-46e3-a524-4eaeb5f35850} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.36 GiB. | ||
13003 | 2024.08.22 02:23:51.739070 [ 3 ] {3bc90df8-36ec-46e3-a524-4eaeb5f35850} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
13004 | 2024.08.22 02:23:51.739435 [ 3 ] {3bc90df8-36ec-46e3-a524-4eaeb5f35850} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13005 | 2024.08.22 02:23:51.739600 [ 3 ] {3bc90df8-36ec-46e3-a524-4eaeb5f35850} <Debug> executeQuery: Read 2 rows, 154.00 B in 0.001651 sec., 1211.3870381586917 rows/sec., 91.09 KiB/sec. | ||
13006 | 2024.08.22 02:23:51.739762 [ 3 ] {3bc90df8-36ec-46e3-a524-4eaeb5f35850} <Debug> DynamicQueryHandler: Done processing query | ||
13007 | 2024.08.22 02:23:51.739787 [ 3 ] {3bc90df8-36ec-46e3-a524-4eaeb5f35850} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13008 | 2024.08.22 02:23:51.739804 [ 3 ] {} <Debug> HTTP-Session: 5da57051-3ba3-4c39-94c0-161afee75968 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13009 | 2024.08.22 02:23:51.739925 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13010 | 2024.08.22 02:23:51.739978 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13011 | 2024.08.22 02:23:51.739998 [ 3 ] {} <Debug> HTTP-Session: 3f109fa1-d17e-4b6d-9fd1-eb42c6d691b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
13012 | 2024.08.22 02:23:51.740016 [ 3 ] {} <Debug> HTTP-Session: 3f109fa1-d17e-4b6d-9fd1-eb42c6d691b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13013 | 2024.08.22 02:23:51.740031 [ 3 ] {} <Debug> HTTP-Session: 3f109fa1-d17e-4b6d-9fd1-eb42c6d691b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13014 | 2024.08.22 02:23:51.740064 [ 3 ] {} <Trace> HTTP-Session: 3f109fa1-d17e-4b6d-9fd1-eb42c6d691b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13015 | 2024.08.22 02:23:51.740164 [ 3 ] {39e75f9c-c002-4608-a7f2-6814b8ea32a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
13016 | 2024.08.22 02:23:51.740207 [ 3 ] {39e75f9c-c002-4608-a7f2-6814b8ea32a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
13017 | 2024.08.22 02:23:51.740433 [ 3 ] {39e75f9c-c002-4608-a7f2-6814b8ea32a0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13018 | 2024.08.22 02:23:51.740729 [ 3 ] {39e75f9c-c002-4608-a7f2-6814b8ea32a0} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13019 | 2024.08.22 02:23:51.740766 [ 3 ] {39e75f9c-c002-4608-a7f2-6814b8ea32a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.36 GiB. | ||
13020 | 2024.08.22 02:23:51.741126 [ 3 ] {39e75f9c-c002-4608-a7f2-6814b8ea32a0} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
13021 | 2024.08.22 02:23:51.741479 [ 3 ] {39e75f9c-c002-4608-a7f2-6814b8ea32a0} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13022 | 2024.08.22 02:23:51.741617 [ 3 ] {39e75f9c-c002-4608-a7f2-6814b8ea32a0} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00148 sec., 9459.45945945946 rows/sec., 662.48 KiB/sec. | ||
13023 | 2024.08.22 02:23:51.741801 [ 3 ] {39e75f9c-c002-4608-a7f2-6814b8ea32a0} <Debug> DynamicQueryHandler: Done processing query | ||
13024 | 2024.08.22 02:23:51.741827 [ 3 ] {39e75f9c-c002-4608-a7f2-6814b8ea32a0} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
13025 | 2024.08.22 02:23:51.741843 [ 3 ] {} <Debug> HTTP-Session: 3f109fa1-d17e-4b6d-9fd1-eb42c6d691b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13026 | 2024.08.22 02:23:51.741965 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13027 | 2024.08.22 02:23:51.742014 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13028 | 2024.08.22 02:23:51.742033 [ 3 ] {} <Debug> HTTP-Session: d4fe4b30-eb36-4936-9063-f95e4749e1a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
13029 | 2024.08.22 02:23:51.742050 [ 3 ] {} <Debug> HTTP-Session: d4fe4b30-eb36-4936-9063-f95e4749e1a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13030 | 2024.08.22 02:23:51.742064 [ 3 ] {} <Debug> HTTP-Session: d4fe4b30-eb36-4936-9063-f95e4749e1a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13031 | 2024.08.22 02:23:51.742096 [ 3 ] {} <Trace> HTTP-Session: d4fe4b30-eb36-4936-9063-f95e4749e1a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13032 | 2024.08.22 02:23:51.742195 [ 3 ] {3c4562e9-1e1b-42b1-863b-883f394168aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
13033 | 2024.08.22 02:23:51.742239 [ 3 ] {3c4562e9-1e1b-42b1-863b-883f394168aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
13034 | 2024.08.22 02:23:51.742474 [ 3 ] {3c4562e9-1e1b-42b1-863b-883f394168aa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13035 | 2024.08.22 02:23:51.742746 [ 3 ] {3c4562e9-1e1b-42b1-863b-883f394168aa} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13036 | 2024.08.22 02:23:51.742782 [ 3 ] {3c4562e9-1e1b-42b1-863b-883f394168aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.36 GiB. | ||
13037 | 2024.08.22 02:23:51.743147 [ 3 ] {3c4562e9-1e1b-42b1-863b-883f394168aa} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
13038 | 2024.08.22 02:23:51.743505 [ 3 ] {3c4562e9-1e1b-42b1-863b-883f394168aa} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13039 | 2024.08.22 02:23:51.743656 [ 3 ] {3c4562e9-1e1b-42b1-863b-883f394168aa} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.00148 sec., 4054.054054054054 rows/sec., 239.52 KiB/sec. | ||
13040 | 2024.08.22 02:23:51.743854 [ 3 ] {3c4562e9-1e1b-42b1-863b-883f394168aa} <Debug> DynamicQueryHandler: Done processing query | ||
13041 | 2024.08.22 02:23:51.743886 [ 3 ] {3c4562e9-1e1b-42b1-863b-883f394168aa} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13042 | 2024.08.22 02:23:51.743905 [ 3 ] {} <Debug> HTTP-Session: d4fe4b30-eb36-4936-9063-f95e4749e1a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13043 | 2024.08.22 02:23:51.744069 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 62104, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13044 | 2024.08.22 02:23:51.744119 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13045 | 2024.08.22 02:23:51.744138 [ 3 ] {} <Debug> HTTP-Session: 0625d6c2-5381-4a9e-bf45-ef9161083520 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
13046 | 2024.08.22 02:23:51.744155 [ 3 ] {} <Debug> HTTP-Session: 0625d6c2-5381-4a9e-bf45-ef9161083520 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13047 | 2024.08.22 02:23:51.744170 [ 3 ] {} <Debug> HTTP-Session: 0625d6c2-5381-4a9e-bf45-ef9161083520 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13048 | 2024.08.22 02:23:51.744200 [ 3 ] {} <Trace> HTTP-Session: 0625d6c2-5381-4a9e-bf45-ef9161083520 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13049 | 2024.08.22 02:23:51.744401 [ 3 ] {6293716a-1406-491d-8e57-cbe9229d0bb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13050 | 2024.08.22 02:23:51.744444 [ 3 ] {6293716a-1406-491d-8e57-cbe9229d0bb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13051 | 2024.08.22 02:23:51.744667 [ 3 ] {6293716a-1406-491d-8e57-cbe9229d0bb1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13052 | 2024.08.22 02:23:51.745191 [ 3 ] {6293716a-1406-491d-8e57-cbe9229d0bb1} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13053 | 2024.08.22 02:23:51.745228 [ 3 ] {6293716a-1406-491d-8e57-cbe9229d0bb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.36 GiB. | ||
13054 | 2024.08.22 02:23:51.745600 [ 3 ] {6293716a-1406-491d-8e57-cbe9229d0bb1} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
13055 | 2024.08.22 02:23:51.745951 [ 3 ] {6293716a-1406-491d-8e57-cbe9229d0bb1} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13056 | 2024.08.22 02:23:51.746111 [ 3 ] {6293716a-1406-491d-8e57-cbe9229d0bb1} <Debug> executeQuery: Read 384 rows, 27.84 KiB in 0.001816 sec., 211453.7444933921 rows/sec., 14.97 MiB/sec. | ||
13057 | 2024.08.22 02:23:51.746275 [ 3 ] {6293716a-1406-491d-8e57-cbe9229d0bb1} <Debug> DynamicQueryHandler: Done processing query | ||
13058 | 2024.08.22 02:23:51.746299 [ 3 ] {6293716a-1406-491d-8e57-cbe9229d0bb1} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
13059 | 2024.08.22 02:23:51.746316 [ 3 ] {} <Debug> HTTP-Session: 0625d6c2-5381-4a9e-bf45-ef9161083520 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13060 | 2024.08.22 02:23:51.746461 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13061 | 2024.08.22 02:23:51.746509 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13062 | 2024.08.22 02:23:51.746528 [ 3 ] {} <Debug> HTTP-Session: 2a462170-0709-4dcf-8f75-ea32ba2d2512 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
13063 | 2024.08.22 02:23:51.746545 [ 3 ] {} <Debug> HTTP-Session: 2a462170-0709-4dcf-8f75-ea32ba2d2512 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13064 | 2024.08.22 02:23:51.746559 [ 3 ] {} <Debug> HTTP-Session: 2a462170-0709-4dcf-8f75-ea32ba2d2512 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13065 | 2024.08.22 02:23:51.746591 [ 3 ] {} <Trace> HTTP-Session: 2a462170-0709-4dcf-8f75-ea32ba2d2512 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13066 | 2024.08.22 02:23:51.746688 [ 3 ] {3895a285-38f9-4a4c-b052-2902300a06b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
13067 | 2024.08.22 02:23:51.746733 [ 3 ] {3895a285-38f9-4a4c-b052-2902300a06b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
13068 | 2024.08.22 02:23:51.746862 [ 3 ] {3895a285-38f9-4a4c-b052-2902300a06b1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13069 | 2024.08.22 02:23:51.747087 [ 3 ] {3895a285-38f9-4a4c-b052-2902300a06b1} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13070 | 2024.08.22 02:23:51.747123 [ 3 ] {3895a285-38f9-4a4c-b052-2902300a06b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.36 GiB. | ||
13071 | 2024.08.22 02:23:51.747483 [ 3 ] {3895a285-38f9-4a4c-b052-2902300a06b1} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
13072 | 2024.08.22 02:23:51.747819 [ 3 ] {3895a285-38f9-4a4c-b052-2902300a06b1} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13073 | 2024.08.22 02:23:51.747966 [ 3 ] {3895a285-38f9-4a4c-b052-2902300a06b1} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001298 sec., 4622.496147919877 rows/sec., 241.51 KiB/sec. | ||
13074 | 2024.08.22 02:23:51.747984 [ 89 ] {} <Debug> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
13075 | 2024.08.22 02:23:51.748088 [ 89 ] {} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13076 | 2024.08.22 02:23:51.748138 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.36 GiB. | ||
13077 | 2024.08.22 02:23:51.748180 [ 3 ] {3895a285-38f9-4a4c-b052-2902300a06b1} <Debug> DynamicQueryHandler: Done processing query | ||
13078 | 2024.08.22 02:23:51.748245 [ 3 ] {3895a285-38f9-4a4c-b052-2902300a06b1} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
13079 | 2024.08.22 02:23:51.748317 [ 3 ] {} <Debug> HTTP-Session: 2a462170-0709-4dcf-8f75-ea32ba2d2512 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13080 | 2024.08.22 02:23:51.748509 [ 195 ] {0b6dfbbe-deac-48d2-bc82-b319c8f68a7a::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 | ||
13081 | 2024.08.22 02:23:51.748586 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 44601, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13082 | 2024.08.22 02:23:51.748778 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13083 | 2024.08.22 02:23:51.748872 [ 3 ] {} <Debug> HTTP-Session: a0868cff-c324-45b5-a6dc-25ce9810ce4e Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
13084 | 2024.08.22 02:23:51.748951 [ 3 ] {} <Debug> HTTP-Session: a0868cff-c324-45b5-a6dc-25ce9810ce4e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13085 | 2024.08.22 02:23:51.749025 [ 3 ] {} <Debug> HTTP-Session: a0868cff-c324-45b5-a6dc-25ce9810ce4e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13086 | 2024.08.22 02:23:51.749181 [ 3 ] {} <Trace> HTTP-Session: a0868cff-c324-45b5-a6dc-25ce9810ce4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13087 | 2024.08.22 02:23:51.749298 [ 195 ] {0b6dfbbe-deac-48d2-bc82-b319c8f68a7a::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13088 | 2024.08.22 02:23:51.749451 [ 195 ] {0b6dfbbe-deac-48d2-bc82-b319c8f68a7a::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 | ||
13089 | 2024.08.22 02:23:51.749601 [ 3 ] {6b2ef839-1c60-4490-8b1b-61b29399f391} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13090 | 2024.08.22 02:23:51.749697 [ 195 ] {0b6dfbbe-deac-48d2-bc82-b319c8f68a7a::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 | ||
13091 | 2024.08.22 02:23:51.749791 [ 3 ] {6b2ef839-1c60-4490-8b1b-61b29399f391} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13092 | 2024.08.22 02:23:51.749975 [ 195 ] {0b6dfbbe-deac-48d2-bc82-b319c8f68a7a::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 | ||
13093 | 2024.08.22 02:23:51.750401 [ 195 ] {0b6dfbbe-deac-48d2-bc82-b319c8f68a7a::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 | ||
13094 | 2024.08.22 02:23:51.750684 [ 195 ] {0b6dfbbe-deac-48d2-bc82-b319c8f68a7a::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 | ||
13095 | 2024.08.22 02:23:51.751069 [ 195 ] {0b6dfbbe-deac-48d2-bc82-b319c8f68a7a::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 | ||
13096 | 2024.08.22 02:23:51.751254 [ 3 ] {6b2ef839-1c60-4490-8b1b-61b29399f391} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13097 | 2024.08.22 02:23:51.752490 [ 3 ] {6b2ef839-1c60-4490-8b1b-61b29399f391} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13098 | 2024.08.22 02:23:51.752549 [ 3 ] {6b2ef839-1c60-4490-8b1b-61b29399f391} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.35 GiB. | ||
13099 | 2024.08.22 02:23:51.753691 [ 3 ] {6b2ef839-1c60-4490-8b1b-61b29399f391} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
13100 | 2024.08.22 02:23:51.753851 [ 190 ] {0b6dfbbe-deac-48d2-bc82-b319c8f68a7a::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 186 rows, containing 4 columns (4 merged, 0 gathered) in 0.005610843 sec., 33150.09883541564 rows/sec., 1.69 MiB/sec. | ||
13101 | 2024.08.22 02:23:51.754154 [ 190 ] {0b6dfbbe-deac-48d2-bc82-b319c8f68a7a::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
13102 | 2024.08.22 02:23:51.754346 [ 3 ] {6b2ef839-1c60-4490-8b1b-61b29399f391} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13103 | 2024.08.22 02:23:51.754775 [ 3 ] {6b2ef839-1c60-4490-8b1b-61b29399f391} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005354 sec., 44265.9693686963 rows/sec., 2.97 MiB/sec. | ||
13104 | 2024.08.22 02:23:51.755132 [ 3 ] {6b2ef839-1c60-4490-8b1b-61b29399f391} <Debug> DynamicQueryHandler: Done processing query | ||
13105 | 2024.08.22 02:23:51.755175 [ 190 ] {0b6dfbbe-deac-48d2-bc82-b319c8f68a7a::all_1_31_6} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13106 | 2024.08.22 02:23:51.755185 [ 3 ] {6b2ef839-1c60-4490-8b1b-61b29399f391} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
13107 | 2024.08.22 02:23:51.755251 [ 3 ] {} <Debug> HTTP-Session: a0868cff-c324-45b5-a6dc-25ce9810ce4e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13108 | 2024.08.22 02:23:51.755347 [ 190 ] {0b6dfbbe-deac-48d2-bc82-b319c8f68a7a::all_1_31_6} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
13109 | 2024.08.22 02:23:51.755459 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13110 | 2024.08.22 02:23:51.755505 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
13111 | 2024.08.22 02:23:51.755557 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13112 | 2024.08.22 02:23:51.755584 [ 3 ] {} <Debug> HTTP-Session: 75396920-6315-46fb-9df7-5ff0088c1f2f Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
13113 | 2024.08.22 02:23:51.755601 [ 3 ] {} <Debug> HTTP-Session: 75396920-6315-46fb-9df7-5ff0088c1f2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13114 | 2024.08.22 02:23:51.755616 [ 3 ] {} <Debug> HTTP-Session: 75396920-6315-46fb-9df7-5ff0088c1f2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13115 | 2024.08.22 02:23:51.755648 [ 3 ] {} <Trace> HTTP-Session: 75396920-6315-46fb-9df7-5ff0088c1f2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13116 | 2024.08.22 02:23:51.755750 [ 3 ] {5db9fd33-7107-4b70-9a6e-717b25057e09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
13117 | 2024.08.22 02:23:51.755798 [ 3 ] {5db9fd33-7107-4b70-9a6e-717b25057e09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
13118 | 2024.08.22 02:23:51.755947 [ 3 ] {5db9fd33-7107-4b70-9a6e-717b25057e09} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13119 | 2024.08.22 02:23:51.756220 [ 3 ] {5db9fd33-7107-4b70-9a6e-717b25057e09} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13120 | 2024.08.22 02:23:51.756256 [ 3 ] {5db9fd33-7107-4b70-9a6e-717b25057e09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.36 GiB. | ||
13121 | 2024.08.22 02:23:51.756619 [ 3 ] {5db9fd33-7107-4b70-9a6e-717b25057e09} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
13122 | 2024.08.22 02:23:51.756951 [ 3 ] {5db9fd33-7107-4b70-9a6e-717b25057e09} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13123 | 2024.08.22 02:23:51.757103 [ 3 ] {5db9fd33-7107-4b70-9a6e-717b25057e09} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001368 sec., 730.9941520467836 rows/sec., 49.26 KiB/sec. | ||
13124 | 2024.08.22 02:23:51.757258 [ 3 ] {5db9fd33-7107-4b70-9a6e-717b25057e09} <Debug> DynamicQueryHandler: Done processing query | ||
13125 | 2024.08.22 02:23:51.757284 [ 3 ] {5db9fd33-7107-4b70-9a6e-717b25057e09} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
13126 | 2024.08.22 02:23:51.757299 [ 3 ] {} <Debug> HTTP-Session: 75396920-6315-46fb-9df7-5ff0088c1f2f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13127 | 2024.08.22 02:23:51.757412 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 3288, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13128 | 2024.08.22 02:23:51.757460 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13129 | 2024.08.22 02:23:51.757480 [ 3 ] {} <Debug> HTTP-Session: 76fdec04-dc3f-4e25-aaf0-d7cf3dded649 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
13130 | 2024.08.22 02:23:51.757497 [ 3 ] {} <Debug> HTTP-Session: 76fdec04-dc3f-4e25-aaf0-d7cf3dded649 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13131 | 2024.08.22 02:23:51.757512 [ 3 ] {} <Debug> HTTP-Session: 76fdec04-dc3f-4e25-aaf0-d7cf3dded649 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13132 | 2024.08.22 02:23:51.757543 [ 3 ] {} <Trace> HTTP-Session: 76fdec04-dc3f-4e25-aaf0-d7cf3dded649 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13133 | 2024.08.22 02:23:51.757660 [ 3 ] {ddd09ffb-ba4d-4930-adb4-cf4beb110e0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
13134 | 2024.08.22 02:23:51.757721 [ 3 ] {ddd09ffb-ba4d-4930-adb4-cf4beb110e0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
13135 | 2024.08.22 02:23:51.758143 [ 3 ] {ddd09ffb-ba4d-4930-adb4-cf4beb110e0e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13136 | 2024.08.22 02:23:51.758630 [ 3 ] {ddd09ffb-ba4d-4930-adb4-cf4beb110e0e} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13137 | 2024.08.22 02:23:51.758667 [ 3 ] {ddd09ffb-ba4d-4930-adb4-cf4beb110e0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.36 GiB. | ||
13138 | 2024.08.22 02:23:51.759247 [ 3 ] {ddd09ffb-ba4d-4930-adb4-cf4beb110e0e} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
13139 | 2024.08.22 02:23:51.759670 [ 3 ] {ddd09ffb-ba4d-4930-adb4-cf4beb110e0e} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13140 | 2024.08.22 02:23:51.759853 [ 89 ] {} <Debug> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
13141 | 2024.08.22 02:23:51.759868 [ 3 ] {ddd09ffb-ba4d-4930-adb4-cf4beb110e0e} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.002244 sec., 891.2655971479501 rows/sec., 1.60 MiB/sec. | ||
13142 | 2024.08.22 02:23:51.759927 [ 89 ] {} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13143 | 2024.08.22 02:23:51.760015 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.36 GiB. | ||
13144 | 2024.08.22 02:23:51.760431 [ 191 ] {54363e51-69d9-4b16-adfe-43c651565682::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 | ||
13145 | 2024.08.22 02:23:51.760486 [ 3 ] {ddd09ffb-ba4d-4930-adb4-cf4beb110e0e} <Debug> DynamicQueryHandler: Done processing query | ||
13146 | 2024.08.22 02:23:51.760550 [ 3 ] {ddd09ffb-ba4d-4930-adb4-cf4beb110e0e} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
13147 | 2024.08.22 02:23:51.760581 [ 3 ] {} <Debug> HTTP-Session: 76fdec04-dc3f-4e25-aaf0-d7cf3dded649 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13148 | 2024.08.22 02:23:51.760800 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 12133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13149 | 2024.08.22 02:23:51.760932 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13150 | 2024.08.22 02:23:51.761016 [ 3 ] {} <Debug> HTTP-Session: 41fa82a9-fae0-4514-b0b3-43b8fcef11a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
13151 | 2024.08.22 02:23:51.761072 [ 3 ] {} <Debug> HTTP-Session: 41fa82a9-fae0-4514-b0b3-43b8fcef11a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13152 | 2024.08.22 02:23:51.761123 [ 3 ] {} <Debug> HTTP-Session: 41fa82a9-fae0-4514-b0b3-43b8fcef11a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13153 | 2024.08.22 02:23:51.761225 [ 3 ] {} <Trace> HTTP-Session: 41fa82a9-fae0-4514-b0b3-43b8fcef11a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13154 | 2024.08.22 02:23:51.761474 [ 191 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13155 | 2024.08.22 02:23:51.761501 [ 3 ] {9a1e61cc-2266-4d21-b351-5a5f00980331} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13156 | 2024.08.22 02:23:51.761646 [ 3 ] {9a1e61cc-2266-4d21-b351-5a5f00980331} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13157 | 2024.08.22 02:23:51.761652 [ 191 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 918 rows starting from the beginning of the part | ||
13158 | 2024.08.22 02:23:51.762486 [ 191 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 2 rows starting from the beginning of the part | ||
13159 | 2024.08.22 02:23:51.762500 [ 3 ] {9a1e61cc-2266-4d21-b351-5a5f00980331} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13160 | 2024.08.22 02:23:51.763378 [ 191 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 28 rows starting from the beginning of the part | ||
13161 | 2024.08.22 02:23:51.763773 [ 3 ] {9a1e61cc-2266-4d21-b351-5a5f00980331} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13162 | 2024.08.22 02:23:51.763882 [ 3 ] {9a1e61cc-2266-4d21-b351-5a5f00980331} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.35 GiB. | ||
13163 | 2024.08.22 02:23:51.764158 [ 191 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 2 rows starting from the beginning of the part | ||
13164 | 2024.08.22 02:23:51.764785 [ 191 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 39 rows starting from the beginning of the part | ||
13165 | 2024.08.22 02:23:51.765227 [ 3 ] {9a1e61cc-2266-4d21-b351-5a5f00980331} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
13166 | 2024.08.22 02:23:51.765387 [ 191 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 2 rows starting from the beginning of the part | ||
13167 | 2024.08.22 02:23:51.766480 [ 3 ] {9a1e61cc-2266-4d21-b351-5a5f00980331} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13168 | 2024.08.22 02:23:51.766841 [ 3 ] {9a1e61cc-2266-4d21-b351-5a5f00980331} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005453 sec., 15037.593984962405 rows/sec., 978.00 KiB/sec. | ||
13169 | 2024.08.22 02:23:51.767492 [ 3 ] {9a1e61cc-2266-4d21-b351-5a5f00980331} <Debug> DynamicQueryHandler: Done processing query | ||
13170 | 2024.08.22 02:23:51.767584 [ 3 ] {9a1e61cc-2266-4d21-b351-5a5f00980331} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
13171 | 2024.08.22 02:23:51.767669 [ 3 ] {} <Debug> HTTP-Session: 41fa82a9-fae0-4514-b0b3-43b8fcef11a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13172 | 2024.08.22 02:23:51.772238 [ 198 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 991 rows, containing 19 columns (19 merged, 0 gathered) in 0.01205761 sec., 82188.7588004588 rows/sec., 147.28 MiB/sec. | ||
13173 | 2024.08.22 02:23:51.773687 [ 198 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
13174 | 2024.08.22 02:23:51.774315 [ 198 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_61_12} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13175 | 2024.08.22 02:23:51.774399 [ 198 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_61_12} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
13176 | 2024.08.22 02:23:51.774550 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.13 MiB. | ||
13177 | 2024.08.22 02:23:53.462714 [ 88 ] {} <Debug> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d) (MergerMutator): Selected 5 parts from all_1_25_5 to all_29_29_0 | ||
13178 | 2024.08.22 02:23:53.462824 [ 88 ] {} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13179 | 2024.08.22 02:23:53.462861 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.35 GiB. | ||
13180 | 2024.08.22 02:23:53.463145 [ 193 ] {cdab0789-df43-4ed0-9b00-f6a2b630ca3d::all_1_29_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_25_5 to all_29_29_0 into Compact with storage Full | ||
13181 | 2024.08.22 02:23:53.463585 [ 193 ] {cdab0789-df43-4ed0-9b00-f6a2b630ca3d::all_1_29_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13182 | 2024.08.22 02:23:53.463649 [ 193 ] {cdab0789-df43-4ed0-9b00-f6a2b630ca3d::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 16 rows starting from the beginning of the part | ||
13183 | 2024.08.22 02:23:53.463802 [ 193 ] {cdab0789-df43-4ed0-9b00-f6a2b630ca3d::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 2 rows starting from the beginning of the part | ||
13184 | 2024.08.22 02:23:53.464171 [ 193 ] {cdab0789-df43-4ed0-9b00-f6a2b630ca3d::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 2 rows starting from the beginning of the part | ||
13185 | 2024.08.22 02:23:53.464453 [ 193 ] {cdab0789-df43-4ed0-9b00-f6a2b630ca3d::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 2 rows starting from the beginning of the part | ||
13186 | 2024.08.22 02:23:53.464674 [ 193 ] {cdab0789-df43-4ed0-9b00-f6a2b630ca3d::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 2 rows starting from the beginning of the part | ||
13187 | 2024.08.22 02:23:53.466206 [ 198 ] {cdab0789-df43-4ed0-9b00-f6a2b630ca3d::all_1_29_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24 rows, containing 5 columns (5 merged, 0 gathered) in 0.003232714 sec., 7424.102472411726 rows/sec., 634.38 KiB/sec. | ||
13188 | 2024.08.22 02:23:53.466471 [ 198 ] {cdab0789-df43-4ed0-9b00-f6a2b630ca3d::all_1_29_6} <Trace> MergedBlockOutputStream: filled checksums all_1_29_6 (state Temporary) | ||
13189 | 2024.08.22 02:23:53.467120 [ 198 ] {cdab0789-df43-4ed0-9b00-f6a2b630ca3d::all_1_29_6} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d): Renaming temporary part tmp_merge_all_1_29_6 to all_1_29_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13190 | 2024.08.22 02:23:53.467246 [ 198 ] {cdab0789-df43-4ed0-9b00-f6a2b630ca3d::all_1_29_6} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d) (MergerMutator): Merged 5 parts: [all_1_25_5, all_29_29_0] -> all_1_29_6 | ||
13191 | 2024.08.22 02:23:53.467383 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
13192 | 2024.08.22 02:23:56.733676 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 20176, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13193 | 2024.08.22 02:23:56.733920 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13194 | 2024.08.22 02:23:56.734041 [ 3 ] {} <Debug> HTTP-Session: 5a8a0d3d-3f73-4029-8591-4f0580924b34 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
13195 | 2024.08.22 02:23:56.734111 [ 3 ] {} <Debug> HTTP-Session: 5a8a0d3d-3f73-4029-8591-4f0580924b34 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13196 | 2024.08.22 02:23:56.734148 [ 3 ] {} <Debug> HTTP-Session: 5a8a0d3d-3f73-4029-8591-4f0580924b34 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13197 | 2024.08.22 02:23:56.734229 [ 3 ] {} <Trace> HTTP-Session: 5a8a0d3d-3f73-4029-8591-4f0580924b34 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13198 | 2024.08.22 02:23:56.734456 [ 3 ] {e949a802-43ef-474d-b3cc-d9e40b6b6102} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13199 | 2024.08.22 02:23:56.734524 [ 3 ] {e949a802-43ef-474d-b3cc-d9e40b6b6102} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13200 | 2024.08.22 02:23:56.734863 [ 3 ] {e949a802-43ef-474d-b3cc-d9e40b6b6102} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13201 | 2024.08.22 02:23:56.735456 [ 3 ] {e949a802-43ef-474d-b3cc-d9e40b6b6102} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13202 | 2024.08.22 02:23:56.735498 [ 3 ] {e949a802-43ef-474d-b3cc-d9e40b6b6102} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.35 GiB. | ||
13203 | 2024.08.22 02:23:56.735926 [ 3 ] {e949a802-43ef-474d-b3cc-d9e40b6b6102} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
13204 | 2024.08.22 02:23:56.736314 [ 3 ] {e949a802-43ef-474d-b3cc-d9e40b6b6102} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13205 | 2024.08.22 02:23:56.736495 [ 3 ] {e949a802-43ef-474d-b3cc-d9e40b6b6102} <Debug> executeQuery: Read 136 rows, 11.90 KiB in 0.002125 sec., 63999.99999999999 rows/sec., 5.47 MiB/sec. | ||
13206 | 2024.08.22 02:23:56.736809 [ 3 ] {e949a802-43ef-474d-b3cc-d9e40b6b6102} <Debug> DynamicQueryHandler: Done processing query | ||
13207 | 2024.08.22 02:23:56.736863 [ 3 ] {e949a802-43ef-474d-b3cc-d9e40b6b6102} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
13208 | 2024.08.22 02:23:56.736927 [ 3 ] {} <Debug> HTTP-Session: 5a8a0d3d-3f73-4029-8591-4f0580924b34 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13209 | 2024.08.22 02:23:56.737151 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 5788, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13210 | 2024.08.22 02:23:56.737208 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13211 | 2024.08.22 02:23:56.737228 [ 3 ] {} <Debug> HTTP-Session: 2765cdc2-ee14-4336-a59f-34965217c799 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
13212 | 2024.08.22 02:23:56.737246 [ 3 ] {} <Debug> HTTP-Session: 2765cdc2-ee14-4336-a59f-34965217c799 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13213 | 2024.08.22 02:23:56.737260 [ 3 ] {} <Debug> HTTP-Session: 2765cdc2-ee14-4336-a59f-34965217c799 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13214 | 2024.08.22 02:23:56.737294 [ 3 ] {} <Trace> HTTP-Session: 2765cdc2-ee14-4336-a59f-34965217c799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13215 | 2024.08.22 02:23:56.737410 [ 3 ] {a77a28ea-eb26-4591-a611-832c74f9e4ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
13216 | 2024.08.22 02:23:56.737455 [ 3 ] {a77a28ea-eb26-4591-a611-832c74f9e4ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
13217 | 2024.08.22 02:23:56.737707 [ 3 ] {a77a28ea-eb26-4591-a611-832c74f9e4ed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13218 | 2024.08.22 02:23:56.738081 [ 3 ] {a77a28ea-eb26-4591-a611-832c74f9e4ed} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13219 | 2024.08.22 02:23:56.738118 [ 3 ] {a77a28ea-eb26-4591-a611-832c74f9e4ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.35 GiB. | ||
13220 | 2024.08.22 02:23:56.738486 [ 3 ] {a77a28ea-eb26-4591-a611-832c74f9e4ed} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
13221 | 2024.08.22 02:23:56.738842 [ 3 ] {a77a28ea-eb26-4591-a611-832c74f9e4ed} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13222 | 2024.08.22 02:23:56.739001 [ 3 ] {a77a28ea-eb26-4591-a611-832c74f9e4ed} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001621 sec., 24676.125848241827 rows/sec., 1.81 MiB/sec. | ||
13223 | 2024.08.22 02:23:56.739161 [ 3 ] {a77a28ea-eb26-4591-a611-832c74f9e4ed} <Debug> DynamicQueryHandler: Done processing query | ||
13224 | 2024.08.22 02:23:56.739186 [ 3 ] {a77a28ea-eb26-4591-a611-832c74f9e4ed} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
13225 | 2024.08.22 02:23:56.739202 [ 3 ] {} <Debug> HTTP-Session: 2765cdc2-ee14-4336-a59f-34965217c799 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13226 | 2024.08.22 02:23:56.739370 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 17655, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13227 | 2024.08.22 02:23:56.739419 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13228 | 2024.08.22 02:23:56.739439 [ 3 ] {} <Debug> HTTP-Session: 80f027d9-3828-4c94-9929-3ce071d69492 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
13229 | 2024.08.22 02:23:56.739455 [ 3 ] {} <Debug> HTTP-Session: 80f027d9-3828-4c94-9929-3ce071d69492 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13230 | 2024.08.22 02:23:56.739469 [ 3 ] {} <Debug> HTTP-Session: 80f027d9-3828-4c94-9929-3ce071d69492 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13231 | 2024.08.22 02:23:56.739499 [ 3 ] {} <Trace> HTTP-Session: 80f027d9-3828-4c94-9929-3ce071d69492 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13232 | 2024.08.22 02:23:56.739624 [ 3 ] {9f414b39-61da-4128-87ff-6c45622a5b3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13233 | 2024.08.22 02:23:56.739668 [ 3 ] {9f414b39-61da-4128-87ff-6c45622a5b3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13234 | 2024.08.22 02:23:56.739891 [ 3 ] {9f414b39-61da-4128-87ff-6c45622a5b3d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13235 | 2024.08.22 02:23:56.740270 [ 3 ] {9f414b39-61da-4128-87ff-6c45622a5b3d} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13236 | 2024.08.22 02:23:56.740307 [ 3 ] {9f414b39-61da-4128-87ff-6c45622a5b3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.35 GiB. | ||
13237 | 2024.08.22 02:23:56.740674 [ 3 ] {9f414b39-61da-4128-87ff-6c45622a5b3d} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
13238 | 2024.08.22 02:23:56.741028 [ 3 ] {9f414b39-61da-4128-87ff-6c45622a5b3d} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13239 | 2024.08.22 02:23:56.741185 [ 3 ] {9f414b39-61da-4128-87ff-6c45622a5b3d} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001601 sec., 64959.40037476577 rows/sec., 5.07 MiB/sec. | ||
13240 | 2024.08.22 02:23:56.741358 [ 3 ] {9f414b39-61da-4128-87ff-6c45622a5b3d} <Debug> DynamicQueryHandler: Done processing query | ||
13241 | 2024.08.22 02:23:56.741383 [ 3 ] {9f414b39-61da-4128-87ff-6c45622a5b3d} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
13242 | 2024.08.22 02:23:56.741399 [ 3 ] {} <Debug> HTTP-Session: 80f027d9-3828-4c94-9929-3ce071d69492 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13243 | 2024.08.22 02:23:56.741605 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 30592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13244 | 2024.08.22 02:23:56.741655 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13245 | 2024.08.22 02:23:56.741674 [ 3 ] {} <Debug> HTTP-Session: 905381b5-fd49-4e1e-8bf1-f6b61bdad222 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
13246 | 2024.08.22 02:23:56.741691 [ 3 ] {} <Debug> HTTP-Session: 905381b5-fd49-4e1e-8bf1-f6b61bdad222 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13247 | 2024.08.22 02:23:56.741705 [ 3 ] {} <Debug> HTTP-Session: 905381b5-fd49-4e1e-8bf1-f6b61bdad222 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13248 | 2024.08.22 02:23:56.741736 [ 3 ] {} <Trace> HTTP-Session: 905381b5-fd49-4e1e-8bf1-f6b61bdad222 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13249 | 2024.08.22 02:23:56.741875 [ 3 ] {2497be2c-6904-400f-b5b6-50ef7d984830} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13250 | 2024.08.22 02:23:56.741922 [ 3 ] {2497be2c-6904-400f-b5b6-50ef7d984830} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13251 | 2024.08.22 02:23:56.742066 [ 3 ] {2497be2c-6904-400f-b5b6-50ef7d984830} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13252 | 2024.08.22 02:23:56.742455 [ 3 ] {2497be2c-6904-400f-b5b6-50ef7d984830} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13253 | 2024.08.22 02:23:56.742489 [ 3 ] {2497be2c-6904-400f-b5b6-50ef7d984830} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.35 GiB. | ||
13254 | 2024.08.22 02:23:56.742865 [ 3 ] {2497be2c-6904-400f-b5b6-50ef7d984830} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
13255 | 2024.08.22 02:23:56.743201 [ 3 ] {2497be2c-6904-400f-b5b6-50ef7d984830} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13256 | 2024.08.22 02:23:56.743358 [ 3 ] {2497be2c-6904-400f-b5b6-50ef7d984830} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001537 sec., 104098.8939492518 rows/sec., 7.25 MiB/sec. | ||
13257 | 2024.08.22 02:23:56.743611 [ 3 ] {2497be2c-6904-400f-b5b6-50ef7d984830} <Debug> DynamicQueryHandler: Done processing query | ||
13258 | 2024.08.22 02:23:56.743670 [ 3 ] {2497be2c-6904-400f-b5b6-50ef7d984830} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
13259 | 2024.08.22 02:23:56.743726 [ 3 ] {} <Debug> HTTP-Session: 905381b5-fd49-4e1e-8bf1-f6b61bdad222 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13260 | 2024.08.22 02:23:56.743971 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 64266, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13261 | 2024.08.22 02:23:56.744023 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13262 | 2024.08.22 02:23:56.744042 [ 3 ] {} <Debug> HTTP-Session: fd463383-4547-46c5-9430-8c164b002cb9 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
13263 | 2024.08.22 02:23:56.744059 [ 3 ] {} <Debug> HTTP-Session: fd463383-4547-46c5-9430-8c164b002cb9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13264 | 2024.08.22 02:23:56.744074 [ 3 ] {} <Debug> HTTP-Session: fd463383-4547-46c5-9430-8c164b002cb9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13265 | 2024.08.22 02:23:56.744106 [ 3 ] {} <Trace> HTTP-Session: fd463383-4547-46c5-9430-8c164b002cb9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13266 | 2024.08.22 02:23:56.744521 [ 3 ] {b6153941-1ed6-4156-9b02-32d3c567b4a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
13267 | 2024.08.22 02:23:56.744591 [ 3 ] {b6153941-1ed6-4156-9b02-32d3c567b4a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
13268 | 2024.08.22 02:23:56.745013 [ 3 ] {b6153941-1ed6-4156-9b02-32d3c567b4a4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13269 | 2024.08.22 02:23:56.745697 [ 3 ] {b6153941-1ed6-4156-9b02-32d3c567b4a4} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13270 | 2024.08.22 02:23:56.745734 [ 3 ] {b6153941-1ed6-4156-9b02-32d3c567b4a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.35 GiB. | ||
13271 | 2024.08.22 02:23:56.746352 [ 3 ] {b6153941-1ed6-4156-9b02-32d3c567b4a4} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
13272 | 2024.08.22 02:23:56.746756 [ 3 ] {b6153941-1ed6-4156-9b02-32d3c567b4a4} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13273 | 2024.08.22 02:23:56.746935 [ 3 ] {b6153941-1ed6-4156-9b02-32d3c567b4a4} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002726 sec., 14673.514306676449 rows/sec., 26.29 MiB/sec. | ||
13274 | 2024.08.22 02:23:56.747159 [ 3 ] {b6153941-1ed6-4156-9b02-32d3c567b4a4} <Debug> DynamicQueryHandler: Done processing query | ||
13275 | 2024.08.22 02:23:56.747190 [ 3 ] {b6153941-1ed6-4156-9b02-32d3c567b4a4} <Debug> MemoryTracker: Peak memory usage (for query): 4.55 MiB. | ||
13276 | 2024.08.22 02:23:56.747206 [ 3 ] {} <Debug> HTTP-Session: fd463383-4547-46c5-9430-8c164b002cb9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13277 | 2024.08.22 02:23:56.747367 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13278 | 2024.08.22 02:23:56.747415 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13279 | 2024.08.22 02:23:56.747433 [ 3 ] {} <Debug> HTTP-Session: 31a990b8-573f-4913-842d-e0e227aae3e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
13280 | 2024.08.22 02:23:56.747451 [ 3 ] {} <Debug> HTTP-Session: 31a990b8-573f-4913-842d-e0e227aae3e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13281 | 2024.08.22 02:23:56.747464 [ 3 ] {} <Debug> HTTP-Session: 31a990b8-573f-4913-842d-e0e227aae3e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13282 | 2024.08.22 02:23:56.747494 [ 3 ] {} <Trace> HTTP-Session: 31a990b8-573f-4913-842d-e0e227aae3e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13283 | 2024.08.22 02:23:56.747607 [ 3 ] {7ee11e10-9dc3-4863-b5a9-91cff6c570b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13284 | 2024.08.22 02:23:56.747651 [ 3 ] {7ee11e10-9dc3-4863-b5a9-91cff6c570b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13285 | 2024.08.22 02:23:56.747778 [ 3 ] {7ee11e10-9dc3-4863-b5a9-91cff6c570b6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13286 | 2024.08.22 02:23:56.748064 [ 3 ] {7ee11e10-9dc3-4863-b5a9-91cff6c570b6} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13287 | 2024.08.22 02:23:56.748099 [ 3 ] {7ee11e10-9dc3-4863-b5a9-91cff6c570b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.35 GiB. | ||
13288 | 2024.08.22 02:23:56.748458 [ 3 ] {7ee11e10-9dc3-4863-b5a9-91cff6c570b6} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
13289 | 2024.08.22 02:23:56.748785 [ 3 ] {7ee11e10-9dc3-4863-b5a9-91cff6c570b6} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13290 | 2024.08.22 02:23:56.748943 [ 3 ] {7ee11e10-9dc3-4863-b5a9-91cff6c570b6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001371 sec., 43763.6761487965 rows/sec., 2.95 MiB/sec. | ||
13291 | 2024.08.22 02:23:56.749101 [ 3 ] {7ee11e10-9dc3-4863-b5a9-91cff6c570b6} <Debug> DynamicQueryHandler: Done processing query | ||
13292 | 2024.08.22 02:23:56.749125 [ 3 ] {7ee11e10-9dc3-4863-b5a9-91cff6c570b6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13293 | 2024.08.22 02:23:56.749140 [ 3 ] {} <Debug> HTTP-Session: 31a990b8-573f-4913-842d-e0e227aae3e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13294 | 2024.08.22 02:24:00.127768 [ 78 ] {} <Debug> DNSResolver: Updating DNS cache | ||
13295 | 2024.08.22 02:24:00.127837 [ 78 ] {} <Debug> DNSResolver: Updated DNS cache | ||
13296 | 2024.08.22 02:24:01.736243 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 28974, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13297 | 2024.08.22 02:24:01.736408 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13298 | 2024.08.22 02:24:01.736438 [ 3 ] {} <Debug> HTTP-Session: 9bfe00a9-917a-4979-9721-ac3e48d10546 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
13299 | 2024.08.22 02:24:01.736468 [ 3 ] {} <Debug> HTTP-Session: 9bfe00a9-917a-4979-9721-ac3e48d10546 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13300 | 2024.08.22 02:24:01.736487 [ 3 ] {} <Debug> HTTP-Session: 9bfe00a9-917a-4979-9721-ac3e48d10546 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13301 | 2024.08.22 02:24:01.736544 [ 3 ] {} <Trace> HTTP-Session: 9bfe00a9-917a-4979-9721-ac3e48d10546 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13302 | 2024.08.22 02:24:01.736807 [ 3 ] {ef059699-25ba-4e84-afd6-dfa132fc1509} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13303 | 2024.08.22 02:24:01.736883 [ 3 ] {ef059699-25ba-4e84-afd6-dfa132fc1509} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13304 | 2024.08.22 02:24:01.737275 [ 3 ] {ef059699-25ba-4e84-afd6-dfa132fc1509} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13305 | 2024.08.22 02:24:01.737807 [ 3 ] {ef059699-25ba-4e84-afd6-dfa132fc1509} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13306 | 2024.08.22 02:24:01.737848 [ 3 ] {ef059699-25ba-4e84-afd6-dfa132fc1509} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.35 GiB. | ||
13307 | 2024.08.22 02:24:01.738299 [ 3 ] {ef059699-25ba-4e84-afd6-dfa132fc1509} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
13308 | 2024.08.22 02:24:01.738706 [ 3 ] {ef059699-25ba-4e84-afd6-dfa132fc1509} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13309 | 2024.08.22 02:24:01.738854 [ 3 ] {ef059699-25ba-4e84-afd6-dfa132fc1509} <Debug> executeQuery: Read 193 rows, 17.24 KiB in 0.002161 sec., 89310.5043961129 rows/sec., 7.79 MiB/sec. | ||
13310 | 2024.08.22 02:24:01.739058 [ 3 ] {ef059699-25ba-4e84-afd6-dfa132fc1509} <Debug> DynamicQueryHandler: Done processing query | ||
13311 | 2024.08.22 02:24:01.739085 [ 3 ] {ef059699-25ba-4e84-afd6-dfa132fc1509} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
13312 | 2024.08.22 02:24:01.739102 [ 3 ] {} <Debug> HTTP-Session: 9bfe00a9-917a-4979-9721-ac3e48d10546 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13313 | 2024.08.22 02:24:01.739247 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13314 | 2024.08.22 02:24:01.739300 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13315 | 2024.08.22 02:24:01.739320 [ 3 ] {} <Debug> HTTP-Session: 15e249f9-b53c-403c-9599-30a67e5a4d8b Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
13316 | 2024.08.22 02:24:01.739338 [ 3 ] {} <Debug> HTTP-Session: 15e249f9-b53c-403c-9599-30a67e5a4d8b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13317 | 2024.08.22 02:24:01.739352 [ 3 ] {} <Debug> HTTP-Session: 15e249f9-b53c-403c-9599-30a67e5a4d8b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13318 | 2024.08.22 02:24:01.739389 [ 3 ] {} <Trace> HTTP-Session: 15e249f9-b53c-403c-9599-30a67e5a4d8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13319 | 2024.08.22 02:24:01.739493 [ 3 ] {ef892f34-df87-4e7b-88cf-4c5b3326e65b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
13320 | 2024.08.22 02:24:01.739540 [ 3 ] {ef892f34-df87-4e7b-88cf-4c5b3326e65b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
13321 | 2024.08.22 02:24:01.739773 [ 3 ] {ef892f34-df87-4e7b-88cf-4c5b3326e65b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13322 | 2024.08.22 02:24:01.740053 [ 3 ] {ef892f34-df87-4e7b-88cf-4c5b3326e65b} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13323 | 2024.08.22 02:24:01.740089 [ 3 ] {ef892f34-df87-4e7b-88cf-4c5b3326e65b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.35 GiB. | ||
13324 | 2024.08.22 02:24:01.740441 [ 3 ] {ef892f34-df87-4e7b-88cf-4c5b3326e65b} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
13325 | 2024.08.22 02:24:01.740801 [ 3 ] {ef892f34-df87-4e7b-88cf-4c5b3326e65b} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13326 | 2024.08.22 02:24:01.740932 [ 3 ] {ef892f34-df87-4e7b-88cf-4c5b3326e65b} <Debug> executeQuery: Read 2 rows, 154.00 B in 0.001466 sec., 1364.256480218281 rows/sec., 102.59 KiB/sec. | ||
13327 | 2024.08.22 02:24:01.741085 [ 3 ] {ef892f34-df87-4e7b-88cf-4c5b3326e65b} <Debug> DynamicQueryHandler: Done processing query | ||
13328 | 2024.08.22 02:24:01.741109 [ 3 ] {ef892f34-df87-4e7b-88cf-4c5b3326e65b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13329 | 2024.08.22 02:24:01.741125 [ 3 ] {} <Debug> HTTP-Session: 15e249f9-b53c-403c-9599-30a67e5a4d8b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13330 | 2024.08.22 02:24:01.741243 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13331 | 2024.08.22 02:24:01.741293 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13332 | 2024.08.22 02:24:01.741313 [ 3 ] {} <Debug> HTTP-Session: b4f335f9-75e8-4648-a71e-69b70af1c699 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
13333 | 2024.08.22 02:24:01.741331 [ 3 ] {} <Debug> HTTP-Session: b4f335f9-75e8-4648-a71e-69b70af1c699 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13334 | 2024.08.22 02:24:01.741345 [ 3 ] {} <Debug> HTTP-Session: b4f335f9-75e8-4648-a71e-69b70af1c699 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13335 | 2024.08.22 02:24:01.741379 [ 3 ] {} <Trace> HTTP-Session: b4f335f9-75e8-4648-a71e-69b70af1c699 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13336 | 2024.08.22 02:24:01.741480 [ 3 ] {fc3cf29f-4bea-4713-b66d-35d1f63bb639} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
13337 | 2024.08.22 02:24:01.741525 [ 3 ] {fc3cf29f-4bea-4713-b66d-35d1f63bb639} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
13338 | 2024.08.22 02:24:01.741749 [ 3 ] {fc3cf29f-4bea-4713-b66d-35d1f63bb639} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13339 | 2024.08.22 02:24:01.742036 [ 3 ] {fc3cf29f-4bea-4713-b66d-35d1f63bb639} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13340 | 2024.08.22 02:24:01.742072 [ 3 ] {fc3cf29f-4bea-4713-b66d-35d1f63bb639} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.35 GiB. | ||
13341 | 2024.08.22 02:24:01.742430 [ 3 ] {fc3cf29f-4bea-4713-b66d-35d1f63bb639} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
13342 | 2024.08.22 02:24:01.742773 [ 3 ] {fc3cf29f-4bea-4713-b66d-35d1f63bb639} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13343 | 2024.08.22 02:24:01.742898 [ 3 ] {fc3cf29f-4bea-4713-b66d-35d1f63bb639} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001445 sec., 9688.581314878891 rows/sec., 678.53 KiB/sec. | ||
13344 | 2024.08.22 02:24:01.743049 [ 3 ] {fc3cf29f-4bea-4713-b66d-35d1f63bb639} <Debug> DynamicQueryHandler: Done processing query | ||
13345 | 2024.08.22 02:24:01.743074 [ 3 ] {fc3cf29f-4bea-4713-b66d-35d1f63bb639} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
13346 | 2024.08.22 02:24:01.743091 [ 3 ] {} <Debug> HTTP-Session: b4f335f9-75e8-4648-a71e-69b70af1c699 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13347 | 2024.08.22 02:24:01.743206 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13348 | 2024.08.22 02:24:01.743255 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13349 | 2024.08.22 02:24:01.743274 [ 3 ] {} <Debug> HTTP-Session: 0f38570f-afc5-441a-925b-7c35716b6337 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
13350 | 2024.08.22 02:24:01.743291 [ 3 ] {} <Debug> HTTP-Session: 0f38570f-afc5-441a-925b-7c35716b6337 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13351 | 2024.08.22 02:24:01.743305 [ 3 ] {} <Debug> HTTP-Session: 0f38570f-afc5-441a-925b-7c35716b6337 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13352 | 2024.08.22 02:24:01.743338 [ 3 ] {} <Trace> HTTP-Session: 0f38570f-afc5-441a-925b-7c35716b6337 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13353 | 2024.08.22 02:24:01.743436 [ 3 ] {d901eb45-f7de-4187-8d2d-08978aa7d2ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
13354 | 2024.08.22 02:24:01.743478 [ 3 ] {d901eb45-f7de-4187-8d2d-08978aa7d2ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
13355 | 2024.08.22 02:24:01.743700 [ 3 ] {d901eb45-f7de-4187-8d2d-08978aa7d2ee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13356 | 2024.08.22 02:24:01.743972 [ 3 ] {d901eb45-f7de-4187-8d2d-08978aa7d2ee} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13357 | 2024.08.22 02:24:01.744007 [ 3 ] {d901eb45-f7de-4187-8d2d-08978aa7d2ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.35 GiB. | ||
13358 | 2024.08.22 02:24:01.744376 [ 3 ] {d901eb45-f7de-4187-8d2d-08978aa7d2ee} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
13359 | 2024.08.22 02:24:01.744726 [ 3 ] {d901eb45-f7de-4187-8d2d-08978aa7d2ee} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13360 | 2024.08.22 02:24:01.744852 [ 3 ] {d901eb45-f7de-4187-8d2d-08978aa7d2ee} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001442 sec., 4160.887656033287 rows/sec., 245.83 KiB/sec. | ||
13361 | 2024.08.22 02:24:01.745166 [ 3 ] {d901eb45-f7de-4187-8d2d-08978aa7d2ee} <Debug> DynamicQueryHandler: Done processing query | ||
13362 | 2024.08.22 02:24:01.745214 [ 3 ] {d901eb45-f7de-4187-8d2d-08978aa7d2ee} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13363 | 2024.08.22 02:24:01.745232 [ 3 ] {} <Debug> HTTP-Session: 0f38570f-afc5-441a-925b-7c35716b6337 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13364 | 2024.08.22 02:24:01.745434 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 62104, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13365 | 2024.08.22 02:24:01.745484 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13366 | 2024.08.22 02:24:01.745503 [ 3 ] {} <Debug> HTTP-Session: 87115f74-3660-4ea5-b260-ee9811dab9f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
13367 | 2024.08.22 02:24:01.745520 [ 3 ] {} <Debug> HTTP-Session: 87115f74-3660-4ea5-b260-ee9811dab9f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13368 | 2024.08.22 02:24:01.745534 [ 3 ] {} <Debug> HTTP-Session: 87115f74-3660-4ea5-b260-ee9811dab9f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13369 | 2024.08.22 02:24:01.745567 [ 3 ] {} <Trace> HTTP-Session: 87115f74-3660-4ea5-b260-ee9811dab9f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13370 | 2024.08.22 02:24:01.745774 [ 3 ] {1fd2426e-be44-436d-ae61-c344b2151821} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13371 | 2024.08.22 02:24:01.745819 [ 3 ] {1fd2426e-be44-436d-ae61-c344b2151821} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13372 | 2024.08.22 02:24:01.746058 [ 3 ] {1fd2426e-be44-436d-ae61-c344b2151821} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13373 | 2024.08.22 02:24:01.746542 [ 3 ] {1fd2426e-be44-436d-ae61-c344b2151821} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13374 | 2024.08.22 02:24:01.746579 [ 3 ] {1fd2426e-be44-436d-ae61-c344b2151821} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.35 GiB. | ||
13375 | 2024.08.22 02:24:01.746953 [ 3 ] {1fd2426e-be44-436d-ae61-c344b2151821} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
13376 | 2024.08.22 02:24:01.747300 [ 3 ] {1fd2426e-be44-436d-ae61-c344b2151821} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13377 | 2024.08.22 02:24:01.747427 [ 3 ] {1fd2426e-be44-436d-ae61-c344b2151821} <Debug> executeQuery: Read 384 rows, 27.84 KiB in 0.001761 sec., 218057.9216354344 rows/sec., 15.44 MiB/sec. | ||
13378 | 2024.08.22 02:24:01.747582 [ 3 ] {1fd2426e-be44-436d-ae61-c344b2151821} <Debug> DynamicQueryHandler: Done processing query | ||
13379 | 2024.08.22 02:24:01.747606 [ 3 ] {1fd2426e-be44-436d-ae61-c344b2151821} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
13380 | 2024.08.22 02:24:01.747621 [ 3 ] {} <Debug> HTTP-Session: 87115f74-3660-4ea5-b260-ee9811dab9f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13381 | 2024.08.22 02:24:01.747822 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13382 | 2024.08.22 02:24:01.747870 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13383 | 2024.08.22 02:24:01.747888 [ 3 ] {} <Debug> HTTP-Session: f6671a65-874a-4d84-a62f-e25ea2f71925 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
13384 | 2024.08.22 02:24:01.747904 [ 3 ] {} <Debug> HTTP-Session: f6671a65-874a-4d84-a62f-e25ea2f71925 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13385 | 2024.08.22 02:24:01.747918 [ 3 ] {} <Debug> HTTP-Session: f6671a65-874a-4d84-a62f-e25ea2f71925 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13386 | 2024.08.22 02:24:01.747948 [ 3 ] {} <Trace> HTTP-Session: f6671a65-874a-4d84-a62f-e25ea2f71925 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13387 | 2024.08.22 02:24:01.748043 [ 3 ] {19413289-0bbf-4c67-9c0a-2392ffe8f21c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
13388 | 2024.08.22 02:24:01.748086 [ 3 ] {19413289-0bbf-4c67-9c0a-2392ffe8f21c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
13389 | 2024.08.22 02:24:01.748214 [ 3 ] {19413289-0bbf-4c67-9c0a-2392ffe8f21c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13390 | 2024.08.22 02:24:01.748549 [ 3 ] {19413289-0bbf-4c67-9c0a-2392ffe8f21c} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13391 | 2024.08.22 02:24:01.748584 [ 3 ] {19413289-0bbf-4c67-9c0a-2392ffe8f21c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.35 GiB. | ||
13392 | 2024.08.22 02:24:01.748934 [ 3 ] {19413289-0bbf-4c67-9c0a-2392ffe8f21c} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
13393 | 2024.08.22 02:24:01.749297 [ 3 ] {19413289-0bbf-4c67-9c0a-2392ffe8f21c} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13394 | 2024.08.22 02:24:01.749438 [ 3 ] {19413289-0bbf-4c67-9c0a-2392ffe8f21c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00142 sec., 4225.352112676056 rows/sec., 220.76 KiB/sec. | ||
13395 | 2024.08.22 02:24:01.749608 [ 3 ] {19413289-0bbf-4c67-9c0a-2392ffe8f21c} <Debug> DynamicQueryHandler: Done processing query | ||
13396 | 2024.08.22 02:24:01.749634 [ 3 ] {19413289-0bbf-4c67-9c0a-2392ffe8f21c} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
13397 | 2024.08.22 02:24:01.749651 [ 3 ] {} <Debug> HTTP-Session: f6671a65-874a-4d84-a62f-e25ea2f71925 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13398 | 2024.08.22 02:24:01.749816 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 44601, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13399 | 2024.08.22 02:24:01.749868 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13400 | 2024.08.22 02:24:01.749887 [ 3 ] {} <Debug> HTTP-Session: 390a8bb8-10b8-4f89-b7c8-ab32d8033612 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
13401 | 2024.08.22 02:24:01.749904 [ 3 ] {} <Debug> HTTP-Session: 390a8bb8-10b8-4f89-b7c8-ab32d8033612 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13402 | 2024.08.22 02:24:01.749918 [ 3 ] {} <Debug> HTTP-Session: 390a8bb8-10b8-4f89-b7c8-ab32d8033612 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13403 | 2024.08.22 02:24:01.749949 [ 3 ] {} <Trace> HTTP-Session: 390a8bb8-10b8-4f89-b7c8-ab32d8033612 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13404 | 2024.08.22 02:24:01.750124 [ 3 ] {15fad63c-307d-4458-a688-c2137c1e8338} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13405 | 2024.08.22 02:24:01.750171 [ 3 ] {15fad63c-307d-4458-a688-c2137c1e8338} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13406 | 2024.08.22 02:24:01.750313 [ 3 ] {15fad63c-307d-4458-a688-c2137c1e8338} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13407 | 2024.08.22 02:24:01.750762 [ 3 ] {15fad63c-307d-4458-a688-c2137c1e8338} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13408 | 2024.08.22 02:24:01.750799 [ 3 ] {15fad63c-307d-4458-a688-c2137c1e8338} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.35 GiB. | ||
13409 | 2024.08.22 02:24:01.751203 [ 3 ] {15fad63c-307d-4458-a688-c2137c1e8338} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
13410 | 2024.08.22 02:24:01.751567 [ 3 ] {15fad63c-307d-4458-a688-c2137c1e8338} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13411 | 2024.08.22 02:24:01.751700 [ 3 ] {15fad63c-307d-4458-a688-c2137c1e8338} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001664 sec., 142427.88461538462 rows/sec., 9.55 MiB/sec. | ||
13412 | 2024.08.22 02:24:01.751990 [ 3 ] {15fad63c-307d-4458-a688-c2137c1e8338} <Debug> DynamicQueryHandler: Done processing query | ||
13413 | 2024.08.22 02:24:01.752053 [ 3 ] {15fad63c-307d-4458-a688-c2137c1e8338} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
13414 | 2024.08.22 02:24:01.752113 [ 3 ] {} <Debug> HTTP-Session: 390a8bb8-10b8-4f89-b7c8-ab32d8033612 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13415 | 2024.08.22 02:24:01.752333 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13416 | 2024.08.22 02:24:01.752387 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13417 | 2024.08.22 02:24:01.752408 [ 3 ] {} <Debug> HTTP-Session: 63ac8881-e9d7-44fe-8663-46dd8b71e539 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
13418 | 2024.08.22 02:24:01.752425 [ 3 ] {} <Debug> HTTP-Session: 63ac8881-e9d7-44fe-8663-46dd8b71e539 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13419 | 2024.08.22 02:24:01.752439 [ 3 ] {} <Debug> HTTP-Session: 63ac8881-e9d7-44fe-8663-46dd8b71e539 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13420 | 2024.08.22 02:24:01.752472 [ 3 ] {} <Trace> HTTP-Session: 63ac8881-e9d7-44fe-8663-46dd8b71e539 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13421 | 2024.08.22 02:24:01.752572 [ 3 ] {07270760-f6b5-4419-b1d9-95d493fd3742} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
13422 | 2024.08.22 02:24:01.752621 [ 3 ] {07270760-f6b5-4419-b1d9-95d493fd3742} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
13423 | 2024.08.22 02:24:01.752770 [ 3 ] {07270760-f6b5-4419-b1d9-95d493fd3742} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13424 | 2024.08.22 02:24:01.753023 [ 3 ] {07270760-f6b5-4419-b1d9-95d493fd3742} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13425 | 2024.08.22 02:24:01.753059 [ 3 ] {07270760-f6b5-4419-b1d9-95d493fd3742} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.35 GiB. | ||
13426 | 2024.08.22 02:24:01.753415 [ 3 ] {07270760-f6b5-4419-b1d9-95d493fd3742} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
13427 | 2024.08.22 02:24:01.753742 [ 3 ] {07270760-f6b5-4419-b1d9-95d493fd3742} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13428 | 2024.08.22 02:24:01.753870 [ 3 ] {07270760-f6b5-4419-b1d9-95d493fd3742} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001323 sec., 755.8578987150416 rows/sec., 50.93 KiB/sec. | ||
13429 | 2024.08.22 02:24:01.754208 [ 3 ] {07270760-f6b5-4419-b1d9-95d493fd3742} <Debug> DynamicQueryHandler: Done processing query | ||
13430 | 2024.08.22 02:24:01.754233 [ 3 ] {07270760-f6b5-4419-b1d9-95d493fd3742} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
13431 | 2024.08.22 02:24:01.754250 [ 3 ] {} <Debug> HTTP-Session: 63ac8881-e9d7-44fe-8663-46dd8b71e539 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13432 | 2024.08.22 02:24:01.754365 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 3288, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13433 | 2024.08.22 02:24:01.754415 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13434 | 2024.08.22 02:24:01.754435 [ 3 ] {} <Debug> HTTP-Session: d2ab6a94-7531-4029-937f-fcf6e3c08d61 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
13435 | 2024.08.22 02:24:01.754451 [ 3 ] {} <Debug> HTTP-Session: d2ab6a94-7531-4029-937f-fcf6e3c08d61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13436 | 2024.08.22 02:24:01.754465 [ 3 ] {} <Debug> HTTP-Session: d2ab6a94-7531-4029-937f-fcf6e3c08d61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13437 | 2024.08.22 02:24:01.754497 [ 3 ] {} <Trace> HTTP-Session: d2ab6a94-7531-4029-937f-fcf6e3c08d61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13438 | 2024.08.22 02:24:01.754619 [ 3 ] {e686dbd8-70bc-46ca-90ce-1447416a353e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
13439 | 2024.08.22 02:24:01.754692 [ 3 ] {e686dbd8-70bc-46ca-90ce-1447416a353e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
13440 | 2024.08.22 02:24:01.755128 [ 3 ] {e686dbd8-70bc-46ca-90ce-1447416a353e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13441 | 2024.08.22 02:24:01.755603 [ 3 ] {e686dbd8-70bc-46ca-90ce-1447416a353e} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13442 | 2024.08.22 02:24:01.755639 [ 3 ] {e686dbd8-70bc-46ca-90ce-1447416a353e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.35 GiB. | ||
13443 | 2024.08.22 02:24:01.756259 [ 3 ] {e686dbd8-70bc-46ca-90ce-1447416a353e} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
13444 | 2024.08.22 02:24:01.756691 [ 3 ] {e686dbd8-70bc-46ca-90ce-1447416a353e} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13445 | 2024.08.22 02:24:01.756858 [ 3 ] {e686dbd8-70bc-46ca-90ce-1447416a353e} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.002281 sec., 876.8084173608066 rows/sec., 1.57 MiB/sec. | ||
13446 | 2024.08.22 02:24:01.757090 [ 3 ] {e686dbd8-70bc-46ca-90ce-1447416a353e} <Debug> DynamicQueryHandler: Done processing query | ||
13447 | 2024.08.22 02:24:01.757119 [ 3 ] {e686dbd8-70bc-46ca-90ce-1447416a353e} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
13448 | 2024.08.22 02:24:01.757136 [ 3 ] {} <Debug> HTTP-Session: d2ab6a94-7531-4029-937f-fcf6e3c08d61 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13449 | 2024.08.22 02:24:01.757266 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 12133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13450 | 2024.08.22 02:24:01.757316 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13451 | 2024.08.22 02:24:01.757334 [ 3 ] {} <Debug> HTTP-Session: 64e82039-9338-4384-a0fa-3a145c14cef2 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
13452 | 2024.08.22 02:24:01.757350 [ 3 ] {} <Debug> HTTP-Session: 64e82039-9338-4384-a0fa-3a145c14cef2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13453 | 2024.08.22 02:24:01.757365 [ 3 ] {} <Debug> HTTP-Session: 64e82039-9338-4384-a0fa-3a145c14cef2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13454 | 2024.08.22 02:24:01.757396 [ 3 ] {} <Trace> HTTP-Session: 64e82039-9338-4384-a0fa-3a145c14cef2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13455 | 2024.08.22 02:24:01.757543 [ 3 ] {995c86ba-3b29-43b7-98d1-8a0ee0040fbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13456 | 2024.08.22 02:24:01.757590 [ 3 ] {995c86ba-3b29-43b7-98d1-8a0ee0040fbc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13457 | 2024.08.22 02:24:01.757722 [ 3 ] {995c86ba-3b29-43b7-98d1-8a0ee0040fbc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13458 | 2024.08.22 02:24:01.758034 [ 3 ] {995c86ba-3b29-43b7-98d1-8a0ee0040fbc} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13459 | 2024.08.22 02:24:01.758069 [ 3 ] {995c86ba-3b29-43b7-98d1-8a0ee0040fbc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.35 GiB. | ||
13460 | 2024.08.22 02:24:01.758475 [ 3 ] {995c86ba-3b29-43b7-98d1-8a0ee0040fbc} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
13461 | 2024.08.22 02:24:01.758802 [ 3 ] {995c86ba-3b29-43b7-98d1-8a0ee0040fbc} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13462 | 2024.08.22 02:24:01.758929 [ 3 ] {995c86ba-3b29-43b7-98d1-8a0ee0040fbc} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001459 sec., 56202.878684030155 rows/sec., 3.57 MiB/sec. | ||
13463 | 2024.08.22 02:24:01.759191 [ 3 ] {995c86ba-3b29-43b7-98d1-8a0ee0040fbc} <Debug> DynamicQueryHandler: Done processing query | ||
13464 | 2024.08.22 02:24:01.759245 [ 3 ] {995c86ba-3b29-43b7-98d1-8a0ee0040fbc} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
13465 | 2024.08.22 02:24:01.759299 [ 3 ] {} <Debug> HTTP-Session: 64e82039-9338-4384-a0fa-3a145c14cef2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13466 | 2024.08.22 02:24:02.002589 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.002065499 sec. | ||
13467 | 2024.08.22 02:24:06.732684 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 20493, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13468 | 2024.08.22 02:24:06.732815 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13469 | 2024.08.22 02:24:06.732841 [ 3 ] {} <Debug> HTTP-Session: 3875b7e2-9e91-4202-8cc8-120f8dbb3b74 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
13470 | 2024.08.22 02:24:06.732866 [ 3 ] {} <Debug> HTTP-Session: 3875b7e2-9e91-4202-8cc8-120f8dbb3b74 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13471 | 2024.08.22 02:24:06.732976 [ 3 ] {} <Debug> HTTP-Session: 3875b7e2-9e91-4202-8cc8-120f8dbb3b74 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13472 | 2024.08.22 02:24:06.733030 [ 3 ] {} <Trace> HTTP-Session: 3875b7e2-9e91-4202-8cc8-120f8dbb3b74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13473 | 2024.08.22 02:24:06.733262 [ 3 ] {9240a08f-849d-42bc-a63f-9cf4e5475dd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13474 | 2024.08.22 02:24:06.733338 [ 3 ] {9240a08f-849d-42bc-a63f-9cf4e5475dd1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13475 | 2024.08.22 02:24:06.733686 [ 3 ] {9240a08f-849d-42bc-a63f-9cf4e5475dd1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13476 | 2024.08.22 02:24:06.734213 [ 3 ] {9240a08f-849d-42bc-a63f-9cf4e5475dd1} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13477 | 2024.08.22 02:24:06.734262 [ 3 ] {9240a08f-849d-42bc-a63f-9cf4e5475dd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.35 GiB. | ||
13478 | 2024.08.22 02:24:06.734703 [ 3 ] {9240a08f-849d-42bc-a63f-9cf4e5475dd1} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
13479 | 2024.08.22 02:24:06.735084 [ 3 ] {9240a08f-849d-42bc-a63f-9cf4e5475dd1} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13480 | 2024.08.22 02:24:06.735359 [ 70 ] {} <Debug> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
13481 | 2024.08.22 02:24:06.735365 [ 3 ] {9240a08f-849d-42bc-a63f-9cf4e5475dd1} <Debug> executeQuery: Read 138 rows, 12.09 KiB in 0.00218 sec., 63302.75229357798 rows/sec., 5.42 MiB/sec. | ||
13482 | 2024.08.22 02:24:06.735437 [ 70 ] {} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13483 | 2024.08.22 02:24:06.735510 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.35 GiB. | ||
13484 | 2024.08.22 02:24:06.735848 [ 194 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
13485 | 2024.08.22 02:24:06.735877 [ 3 ] {9240a08f-849d-42bc-a63f-9cf4e5475dd1} <Debug> DynamicQueryHandler: Done processing query | ||
13486 | 2024.08.22 02:24:06.735961 [ 3 ] {9240a08f-849d-42bc-a63f-9cf4e5475dd1} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
13487 | 2024.08.22 02:24:06.736046 [ 3 ] {} <Debug> HTTP-Session: 3875b7e2-9e91-4202-8cc8-120f8dbb3b74 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13488 | 2024.08.22 02:24:06.736399 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 5932, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13489 | 2024.08.22 02:24:06.736622 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13490 | 2024.08.22 02:24:06.736667 [ 194 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13491 | 2024.08.22 02:24:06.736715 [ 3 ] {} <Debug> HTTP-Session: 576e3cb3-7ca8-4716-8adf-f201830a2a3a Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
13492 | 2024.08.22 02:24:06.736809 [ 3 ] {} <Debug> HTTP-Session: 576e3cb3-7ca8-4716-8adf-f201830a2a3a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13493 | 2024.08.22 02:24:06.736817 [ 194 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1398 rows starting from the beginning of the part | ||
13494 | 2024.08.22 02:24:06.736870 [ 3 ] {} <Debug> HTTP-Session: 576e3cb3-7ca8-4716-8adf-f201830a2a3a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13495 | 2024.08.22 02:24:06.737020 [ 3 ] {} <Trace> HTTP-Session: 576e3cb3-7ca8-4716-8adf-f201830a2a3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13496 | 2024.08.22 02:24:06.737350 [ 194 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 1274 rows starting from the beginning of the part | ||
13497 | 2024.08.22 02:24:06.737543 [ 3 ] {d4eff39e-d96c-4e74-8ae3-2fbba419b49f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
13498 | 2024.08.22 02:24:06.737611 [ 194 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 193 rows starting from the beginning of the part | ||
13499 | 2024.08.22 02:24:06.737747 [ 3 ] {d4eff39e-d96c-4e74-8ae3-2fbba419b49f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
13500 | 2024.08.22 02:24:06.737904 [ 194 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 136 rows starting from the beginning of the part | ||
13501 | 2024.08.22 02:24:06.738311 [ 194 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 193 rows starting from the beginning of the part | ||
13502 | 2024.08.22 02:24:06.738632 [ 194 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 138 rows starting from the beginning of the part | ||
13503 | 2024.08.22 02:24:06.739425 [ 3 ] {d4eff39e-d96c-4e74-8ae3-2fbba419b49f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13504 | 2024.08.22 02:24:06.740176 [ 3 ] {d4eff39e-d96c-4e74-8ae3-2fbba419b49f} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13505 | 2024.08.22 02:24:06.740234 [ 3 ] {d4eff39e-d96c-4e74-8ae3-2fbba419b49f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.35 GiB. | ||
13506 | 2024.08.22 02:24:06.741268 [ 3 ] {d4eff39e-d96c-4e74-8ae3-2fbba419b49f} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
13507 | 2024.08.22 02:24:06.741731 [ 3 ] {d4eff39e-d96c-4e74-8ae3-2fbba419b49f} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13508 | 2024.08.22 02:24:06.742147 [ 3 ] {d4eff39e-d96c-4e74-8ae3-2fbba419b49f} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.004765 sec., 8604.407135362015 rows/sec., 647.01 KiB/sec. | ||
13509 | 2024.08.22 02:24:06.742604 [ 191 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3332 rows, containing 5 columns (5 merged, 0 gathered) in 0.006985219 sec., 477007.2348483276 rows/sec., 41.75 MiB/sec. | ||
13510 | 2024.08.22 02:24:06.742793 [ 3 ] {d4eff39e-d96c-4e74-8ae3-2fbba419b49f} <Debug> DynamicQueryHandler: Done processing query | ||
13511 | 2024.08.22 02:24:06.742863 [ 3 ] {d4eff39e-d96c-4e74-8ae3-2fbba419b49f} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
13512 | 2024.08.22 02:24:06.742958 [ 3 ] {} <Debug> HTTP-Session: 576e3cb3-7ca8-4716-8adf-f201830a2a3a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13513 | 2024.08.22 02:24:06.743074 [ 191 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
13514 | 2024.08.22 02:24:06.743254 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 17825, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13515 | 2024.08.22 02:24:06.743429 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13516 | 2024.08.22 02:24:06.743472 [ 3 ] {} <Debug> HTTP-Session: 591c33ce-e3a2-4c91-9f00-06d0fd96165f Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
13517 | 2024.08.22 02:24:06.743545 [ 3 ] {} <Debug> HTTP-Session: 591c33ce-e3a2-4c91-9f00-06d0fd96165f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13518 | 2024.08.22 02:24:06.743606 [ 3 ] {} <Debug> HTTP-Session: 591c33ce-e3a2-4c91-9f00-06d0fd96165f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13519 | 2024.08.22 02:24:06.743719 [ 3 ] {} <Trace> HTTP-Session: 591c33ce-e3a2-4c91-9f00-06d0fd96165f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13520 | 2024.08.22 02:24:06.744149 [ 3 ] {fe24fad8-feb2-466d-aa69-170408b2c588} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13521 | 2024.08.22 02:24:06.744228 [ 3 ] {fe24fad8-feb2-466d-aa69-170408b2c588} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13522 | 2024.08.22 02:24:06.744509 [ 191 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_71_14} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13523 | 2024.08.22 02:24:06.744760 [ 191 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_71_14} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
13524 | 2024.08.22 02:24:06.744817 [ 3 ] {fe24fad8-feb2-466d-aa69-170408b2c588} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13525 | 2024.08.22 02:24:06.744956 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
13526 | 2024.08.22 02:24:06.745345 [ 3 ] {fe24fad8-feb2-466d-aa69-170408b2c588} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13527 | 2024.08.22 02:24:06.745388 [ 3 ] {fe24fad8-feb2-466d-aa69-170408b2c588} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.35 GiB. | ||
13528 | 2024.08.22 02:24:06.745767 [ 3 ] {fe24fad8-feb2-466d-aa69-170408b2c588} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
13529 | 2024.08.22 02:24:06.746136 [ 3 ] {fe24fad8-feb2-466d-aa69-170408b2c588} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13530 | 2024.08.22 02:24:06.746299 [ 70 ] {} <Debug> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
13531 | 2024.08.22 02:24:06.746307 [ 3 ] {fe24fad8-feb2-466d-aa69-170408b2c588} <Debug> executeQuery: Read 105 rows, 8.40 KiB in 0.00233 sec., 45064.377682403436 rows/sec., 3.52 MiB/sec. | ||
13532 | 2024.08.22 02:24:06.746361 [ 70 ] {} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13533 | 2024.08.22 02:24:06.746438 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.35 GiB. | ||
13534 | 2024.08.22 02:24:06.746617 [ 196 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
13535 | 2024.08.22 02:24:06.746653 [ 3 ] {fe24fad8-feb2-466d-aa69-170408b2c588} <Debug> DynamicQueryHandler: Done processing query | ||
13536 | 2024.08.22 02:24:06.746686 [ 3 ] {fe24fad8-feb2-466d-aa69-170408b2c588} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
13537 | 2024.08.22 02:24:06.746708 [ 3 ] {} <Debug> HTTP-Session: 591c33ce-e3a2-4c91-9f00-06d0fd96165f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13538 | 2024.08.22 02:24:06.746776 [ 196 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13539 | 2024.08.22 02:24:06.746809 [ 196 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 902 rows starting from the beginning of the part | ||
13540 | 2024.08.22 02:24:06.746927 [ 196 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 569 rows starting from the beginning of the part | ||
13541 | 2024.08.22 02:24:06.746983 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 30592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13542 | 2024.08.22 02:24:06.747205 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13543 | 2024.08.22 02:24:06.747243 [ 196 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 384 rows starting from the beginning of the part | ||
13544 | 2024.08.22 02:24:06.747292 [ 3 ] {} <Debug> HTTP-Session: a667b682-23c1-4b64-9360-9ad6a753e6a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
13545 | 2024.08.22 02:24:06.747390 [ 3 ] {} <Debug> HTTP-Session: a667b682-23c1-4b64-9360-9ad6a753e6a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13546 | 2024.08.22 02:24:06.747497 [ 3 ] {} <Debug> HTTP-Session: a667b682-23c1-4b64-9360-9ad6a753e6a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13547 | 2024.08.22 02:24:06.747556 [ 196 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 104 rows starting from the beginning of the part | ||
13548 | 2024.08.22 02:24:06.747669 [ 3 ] {} <Trace> HTTP-Session: a667b682-23c1-4b64-9360-9ad6a753e6a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13549 | 2024.08.22 02:24:06.747925 [ 196 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 384 rows starting from the beginning of the part | ||
13550 | 2024.08.22 02:24:06.748199 [ 196 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 105 rows starting from the beginning of the part | ||
13551 | 2024.08.22 02:24:06.748236 [ 3 ] {afd26dcf-f9ae-4d34-a8c3-86b138c79f01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13552 | 2024.08.22 02:24:06.748458 [ 3 ] {afd26dcf-f9ae-4d34-a8c3-86b138c79f01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13553 | 2024.08.22 02:24:06.748866 [ 3 ] {afd26dcf-f9ae-4d34-a8c3-86b138c79f01} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13554 | 2024.08.22 02:24:06.749416 [ 3 ] {afd26dcf-f9ae-4d34-a8c3-86b138c79f01} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13555 | 2024.08.22 02:24:06.749463 [ 3 ] {afd26dcf-f9ae-4d34-a8c3-86b138c79f01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.35 GiB. | ||
13556 | 2024.08.22 02:24:06.750021 [ 3 ] {afd26dcf-f9ae-4d34-a8c3-86b138c79f01} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
13557 | 2024.08.22 02:24:06.750449 [ 196 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2448 rows, containing 5 columns (5 merged, 0 gathered) in 0.003905266 sec., 626845.9049908508 rows/sec., 48.12 MiB/sec. | ||
13558 | 2024.08.22 02:24:06.750479 [ 3 ] {afd26dcf-f9ae-4d34-a8c3-86b138c79f01} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13559 | 2024.08.22 02:24:06.750683 [ 70 ] {} <Debug> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
13560 | 2024.08.22 02:24:06.750692 [ 3 ] {afd26dcf-f9ae-4d34-a8c3-86b138c79f01} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002723 sec., 58758.72199779654 rows/sec., 4.09 MiB/sec. | ||
13561 | 2024.08.22 02:24:06.750701 [ 200 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
13562 | 2024.08.22 02:24:06.750743 [ 70 ] {} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13563 | 2024.08.22 02:24:06.750857 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.35 GiB. | ||
13564 | 2024.08.22 02:24:06.751394 [ 3 ] {afd26dcf-f9ae-4d34-a8c3-86b138c79f01} <Debug> DynamicQueryHandler: Done processing query | ||
13565 | 2024.08.22 02:24:06.751407 [ 189 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
13566 | 2024.08.22 02:24:06.751434 [ 3 ] {afd26dcf-f9ae-4d34-a8c3-86b138c79f01} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
13567 | 2024.08.22 02:24:06.751513 [ 3 ] {} <Debug> HTTP-Session: a667b682-23c1-4b64-9360-9ad6a753e6a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13568 | 2024.08.22 02:24:06.751845 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 65903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13569 | 2024.08.22 02:24:06.752030 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13570 | 2024.08.22 02:24:06.752122 [ 3 ] {} <Debug> HTTP-Session: f643bacd-0297-4bfd-abec-84b87c40bee4 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
13571 | 2024.08.22 02:24:06.752156 [ 189 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13572 | 2024.08.22 02:24:06.752183 [ 3 ] {} <Debug> HTTP-Session: f643bacd-0297-4bfd-abec-84b87c40bee4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13573 | 2024.08.22 02:24:06.752248 [ 3 ] {} <Debug> HTTP-Session: f643bacd-0297-4bfd-abec-84b87c40bee4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13574 | 2024.08.22 02:24:06.752290 [ 189 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 20674 rows starting from the beginning of the part | ||
13575 | 2024.08.22 02:24:06.752352 [ 3 ] {} <Trace> HTTP-Session: f643bacd-0297-4bfd-abec-84b87c40bee4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13576 | 2024.08.22 02:24:06.752538 [ 200 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_71_14} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13577 | 2024.08.22 02:24:06.752760 [ 189 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 844 rows starting from the beginning of the part | ||
13578 | 2024.08.22 02:24:06.752925 [ 200 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_71_14} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
13579 | 2024.08.22 02:24:06.752953 [ 189 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 237 rows starting from the beginning of the part | ||
13580 | 2024.08.22 02:24:06.753280 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. | ||
13581 | 2024.08.22 02:24:06.753342 [ 3 ] {81b20e1f-0f49-4c4e-a313-c8e0ee0cf6ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
13582 | 2024.08.22 02:24:06.753366 [ 189 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 160 rows starting from the beginning of the part | ||
13583 | 2024.08.22 02:24:06.753756 [ 189 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 237 rows starting from the beginning of the part | ||
13584 | 2024.08.22 02:24:06.753817 [ 3 ] {81b20e1f-0f49-4c4e-a313-c8e0ee0cf6ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
13585 | 2024.08.22 02:24:06.754044 [ 189 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 160 rows starting from the beginning of the part | ||
13586 | 2024.08.22 02:24:06.755743 [ 3 ] {81b20e1f-0f49-4c4e-a313-c8e0ee0cf6ba} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13587 | 2024.08.22 02:24:06.756769 [ 3 ] {81b20e1f-0f49-4c4e-a313-c8e0ee0cf6ba} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13588 | 2024.08.22 02:24:06.756826 [ 3 ] {81b20e1f-0f49-4c4e-a313-c8e0ee0cf6ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.35 GiB. | ||
13589 | 2024.08.22 02:24:06.758673 [ 3 ] {81b20e1f-0f49-4c4e-a313-c8e0ee0cf6ba} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
13590 | 2024.08.22 02:24:06.759486 [ 3 ] {81b20e1f-0f49-4c4e-a313-c8e0ee0cf6ba} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13591 | 2024.08.22 02:24:06.760138 [ 3 ] {81b20e1f-0f49-4c4e-a313-c8e0ee0cf6ba} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.00747 sec., 5488.621151271754 rows/sec., 9.84 MiB/sec. | ||
13592 | 2024.08.22 02:24:06.760817 [ 3 ] {81b20e1f-0f49-4c4e-a313-c8e0ee0cf6ba} <Debug> DynamicQueryHandler: Done processing query | ||
13593 | 2024.08.22 02:24:06.760844 [ 3 ] {81b20e1f-0f49-4c4e-a313-c8e0ee0cf6ba} <Debug> MemoryTracker: Peak memory usage (for query): 4.61 MiB. | ||
13594 | 2024.08.22 02:24:06.760861 [ 3 ] {} <Debug> HTTP-Session: f643bacd-0297-4bfd-abec-84b87c40bee4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13595 | 2024.08.22 02:24:06.761015 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13596 | 2024.08.22 02:24:06.761072 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13597 | 2024.08.22 02:24:06.761093 [ 3 ] {} <Debug> HTTP-Session: ca5c3c87-c725-427a-aa53-e465dbadd255 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
13598 | 2024.08.22 02:24:06.761111 [ 3 ] {} <Debug> HTTP-Session: ca5c3c87-c725-427a-aa53-e465dbadd255 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13599 | 2024.08.22 02:24:06.761126 [ 3 ] {} <Debug> HTTP-Session: ca5c3c87-c725-427a-aa53-e465dbadd255 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13600 | 2024.08.22 02:24:06.761158 [ 3 ] {} <Trace> HTTP-Session: ca5c3c87-c725-427a-aa53-e465dbadd255 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13601 | 2024.08.22 02:24:06.761298 [ 3 ] {4c0301f1-6a1f-41e1-823e-2253c87e5e0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13602 | 2024.08.22 02:24:06.761347 [ 3 ] {4c0301f1-6a1f-41e1-823e-2253c87e5e0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13603 | 2024.08.22 02:24:06.761506 [ 3 ] {4c0301f1-6a1f-41e1-823e-2253c87e5e0e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13604 | 2024.08.22 02:24:06.761845 [ 3 ] {4c0301f1-6a1f-41e1-823e-2253c87e5e0e} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13605 | 2024.08.22 02:24:06.761888 [ 3 ] {4c0301f1-6a1f-41e1-823e-2253c87e5e0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.35 GiB. | ||
13606 | 2024.08.22 02:24:06.762458 [ 3 ] {4c0301f1-6a1f-41e1-823e-2253c87e5e0e} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
13607 | 2024.08.22 02:24:06.762850 [ 3 ] {4c0301f1-6a1f-41e1-823e-2253c87e5e0e} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13608 | 2024.08.22 02:24:06.763023 [ 70 ] {} <Debug> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
13609 | 2024.08.22 02:24:06.763032 [ 3 ] {4c0301f1-6a1f-41e1-823e-2253c87e5e0e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001777 sec., 33764.772087788406 rows/sec., 2.28 MiB/sec. | ||
13610 | 2024.08.22 02:24:06.763098 [ 70 ] {} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13611 | 2024.08.22 02:24:06.763203 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.35 GiB. | ||
13612 | 2024.08.22 02:24:06.763363 [ 192 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
13613 | 2024.08.22 02:24:06.763372 [ 3 ] {4c0301f1-6a1f-41e1-823e-2253c87e5e0e} <Debug> DynamicQueryHandler: Done processing query | ||
13614 | 2024.08.22 02:24:06.763413 [ 3 ] {4c0301f1-6a1f-41e1-823e-2253c87e5e0e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13615 | 2024.08.22 02:24:06.763546 [ 3 ] {} <Debug> HTTP-Session: ca5c3c87-c725-427a-aa53-e465dbadd255 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13616 | 2024.08.22 02:24:06.763655 [ 192 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13617 | 2024.08.22 02:24:06.763740 [ 192 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 4502 rows starting from the beginning of the part | ||
13618 | 2024.08.22 02:24:06.763890 [ 192 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 60 rows starting from the beginning of the part | ||
13619 | 2024.08.22 02:24:06.764059 [ 192 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 82 rows starting from the beginning of the part | ||
13620 | 2024.08.22 02:24:06.764290 [ 192 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 60 rows starting from the beginning of the part | ||
13621 | 2024.08.22 02:24:06.764519 [ 192 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 82 rows starting from the beginning of the part | ||
13622 | 2024.08.22 02:24:06.764691 [ 192 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 60 rows starting from the beginning of the part | ||
13623 | 2024.08.22 02:24:06.765359 [ 188 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 22312 rows, containing 5 columns (5 merged, 0 gathered) in 0.014292309 sec., 1561119.3404788547 rows/sec., 105.56 MiB/sec. | ||
13624 | 2024.08.22 02:24:06.766029 [ 188 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
13625 | 2024.08.22 02:24:06.766717 [ 188 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13626 | 2024.08.22 02:24:06.766869 [ 188 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
13627 | 2024.08.22 02:24:06.766991 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. | ||
13628 | 2024.08.22 02:24:06.767435 [ 202 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4846 rows, containing 4 columns (4 merged, 0 gathered) in 0.004129977 sec., 1173372.1519514516 rows/sec., 76.64 MiB/sec. | ||
13629 | 2024.08.22 02:24:06.767786 [ 187 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
13630 | 2024.08.22 02:24:06.768241 [ 187 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_71_14} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13631 | 2024.08.22 02:24:06.768336 [ 187 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_71_14} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
13632 | 2024.08.22 02:24:06.768432 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.11 MiB. | ||
13633 | 2024.08.22 02:24:11.723810 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 1521, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13634 | 2024.08.22 02:24:11.723935 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13635 | 2024.08.22 02:24:11.723959 [ 3 ] {} <Debug> HTTP-Session: 7b6bd7ef-7a7c-4ebd-a1b4-02bd4144a4fd Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
13636 | 2024.08.22 02:24:11.723984 [ 3 ] {} <Debug> HTTP-Session: 7b6bd7ef-7a7c-4ebd-a1b4-02bd4144a4fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13637 | 2024.08.22 02:24:11.723999 [ 3 ] {} <Debug> HTTP-Session: 7b6bd7ef-7a7c-4ebd-a1b4-02bd4144a4fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13638 | 2024.08.22 02:24:11.724048 [ 3 ] {} <Trace> HTTP-Session: 7b6bd7ef-7a7c-4ebd-a1b4-02bd4144a4fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13639 | 2024.08.22 02:24:11.724289 [ 3 ] {1a3b8516-7872-446e-b690-483b136b6a9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
13640 | 2024.08.22 02:24:11.724701 [ 3 ] {1a3b8516-7872-446e-b690-483b136b6a9d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
13641 | 2024.08.22 02:24:11.724756 [ 3 ] {1a3b8516-7872-446e-b690-483b136b6a9d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
13642 | 2024.08.22 02:24:11.725134 [ 3 ] {1a3b8516-7872-446e-b690-483b136b6a9d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
13643 | 2024.08.22 02:24:11.725213 [ 3 ] {1a3b8516-7872-446e-b690-483b136b6a9d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
13644 | 2024.08.22 02:24:11.725387 [ 3 ] {1a3b8516-7872-446e-b690-483b136b6a9d} <Debug> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Key condition: (column 0 notIn 42-element set) | ||
13645 | 2024.08.22 02:24:11.725477 [ 263 ] {1a3b8516-7872-446e-b690-483b136b6a9d} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
13646 | 2024.08.22 02:24:11.725537 [ 260 ] {1a3b8516-7872-446e-b690-483b136b6a9d} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps | ||
13647 | 2024.08.22 02:24:11.725658 [ 3 ] {1a3b8516-7872-446e-b690-483b136b6a9d} <Debug> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
13648 | 2024.08.22 02:24:11.725689 [ 3 ] {1a3b8516-7872-446e-b690-483b136b6a9d} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
13649 | 2024.08.22 02:24:11.725744 [ 3 ] {1a3b8516-7872-446e-b690-483b136b6a9d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
13650 | 2024.08.22 02:24:11.725770 [ 3 ] {1a3b8516-7872-446e-b690-483b136b6a9d} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 41 rows starting from 0 | ||
13651 | 2024.08.22 02:24:11.727175 [ 3 ] {1a3b8516-7872-446e-b690-483b136b6a9d} <Debug> executeQuery: Read 41 rows, 1.56 KiB in 0.003006 sec., 13639.387890884896 rows/sec., 520.44 KiB/sec. | ||
13652 | 2024.08.22 02:24:11.727440 [ 3 ] {1a3b8516-7872-446e-b690-483b136b6a9d} <Debug> DynamicQueryHandler: Done processing query | ||
13653 | 2024.08.22 02:24:11.727466 [ 3 ] {1a3b8516-7872-446e-b690-483b136b6a9d} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
13654 | 2024.08.22 02:24:11.727484 [ 3 ] {} <Debug> HTTP-Session: 7b6bd7ef-7a7c-4ebd-a1b4-02bd4144a4fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13655 | 2024.08.22 02:24:11.739955 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 538, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13656 | 2024.08.22 02:24:11.740016 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13657 | 2024.08.22 02:24:11.740043 [ 3 ] {} <Debug> HTTP-Session: 2d7ace2f-cdfe-4e1b-9cbc-cfe95c3687c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
13658 | 2024.08.22 02:24:11.740064 [ 3 ] {} <Debug> HTTP-Session: 2d7ace2f-cdfe-4e1b-9cbc-cfe95c3687c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13659 | 2024.08.22 02:24:11.740082 [ 3 ] {} <Debug> HTTP-Session: 2d7ace2f-cdfe-4e1b-9cbc-cfe95c3687c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13660 | 2024.08.22 02:24:11.740123 [ 3 ] {} <Trace> HTTP-Session: 2d7ace2f-cdfe-4e1b-9cbc-cfe95c3687c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13661 | 2024.08.22 02:24:11.740259 [ 3 ] {284e1e29-e7a7-4c90-9038-bb4bc6f9cd41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
13662 | 2024.08.22 02:24:11.740315 [ 3 ] {284e1e29-e7a7-4c90-9038-bb4bc6f9cd41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
13663 | 2024.08.22 02:24:11.740522 [ 3 ] {284e1e29-e7a7-4c90-9038-bb4bc6f9cd41} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13664 | 2024.08.22 02:24:11.740859 [ 3 ] {284e1e29-e7a7-4c90-9038-bb4bc6f9cd41} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13665 | 2024.08.22 02:24:11.740894 [ 3 ] {284e1e29-e7a7-4c90-9038-bb4bc6f9cd41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.35 GiB. | ||
13666 | 2024.08.22 02:24:11.741377 [ 3 ] {284e1e29-e7a7-4c90-9038-bb4bc6f9cd41} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
13667 | 2024.08.22 02:24:11.741720 [ 3 ] {284e1e29-e7a7-4c90-9038-bb4bc6f9cd41} <Trace> oximeter.timeseries_schema (236b3340-edbb-4d8f-bb03-604a9953b02c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13668 | 2024.08.22 02:24:11.741856 [ 3 ] {284e1e29-e7a7-4c90-9038-bb4bc6f9cd41} <Debug> executeQuery: Read 1 rows, 285.00 B in 0.001643 sec., 608.6427267194157 rows/sec., 169.40 KiB/sec. | ||
13669 | 2024.08.22 02:24:11.742310 [ 3 ] {284e1e29-e7a7-4c90-9038-bb4bc6f9cd41} <Debug> DynamicQueryHandler: Done processing query | ||
13670 | 2024.08.22 02:24:11.742334 [ 3 ] {284e1e29-e7a7-4c90-9038-bb4bc6f9cd41} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
13671 | 2024.08.22 02:24:11.742350 [ 3 ] {} <Debug> HTTP-Session: 2d7ace2f-cdfe-4e1b-9cbc-cfe95c3687c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13672 | 2024.08.22 02:24:11.742477 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 976, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13673 | 2024.08.22 02:24:11.742525 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13674 | 2024.08.22 02:24:11.742544 [ 3 ] {} <Debug> HTTP-Session: c5f79f67-3883-4180-acda-18c0c8d9c4e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
13675 | 2024.08.22 02:24:11.742561 [ 3 ] {} <Debug> HTTP-Session: c5f79f67-3883-4180-acda-18c0c8d9c4e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13676 | 2024.08.22 02:24:11.742575 [ 3 ] {} <Debug> HTTP-Session: c5f79f67-3883-4180-acda-18c0c8d9c4e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13677 | 2024.08.22 02:24:11.742605 [ 3 ] {} <Trace> HTTP-Session: c5f79f67-3883-4180-acda-18c0c8d9c4e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13678 | 2024.08.22 02:24:11.742700 [ 3 ] {645e6e89-214d-41e9-9bf9-34ff1e8b0a48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
13679 | 2024.08.22 02:24:11.742744 [ 3 ] {645e6e89-214d-41e9-9bf9-34ff1e8b0a48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
13680 | 2024.08.22 02:24:11.742986 [ 3 ] {645e6e89-214d-41e9-9bf9-34ff1e8b0a48} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13681 | 2024.08.22 02:24:11.743336 [ 3 ] {645e6e89-214d-41e9-9bf9-34ff1e8b0a48} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13682 | 2024.08.22 02:24:11.743371 [ 3 ] {645e6e89-214d-41e9-9bf9-34ff1e8b0a48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.35 GiB. | ||
13683 | 2024.08.22 02:24:11.743722 [ 3 ] {645e6e89-214d-41e9-9bf9-34ff1e8b0a48} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
13684 | 2024.08.22 02:24:11.744081 [ 3 ] {645e6e89-214d-41e9-9bf9-34ff1e8b0a48} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13685 | 2024.08.22 02:24:11.744204 [ 3 ] {645e6e89-214d-41e9-9bf9-34ff1e8b0a48} <Debug> executeQuery: Read 6 rows, 486.00 B in 0.001529 sec., 3924.133420536298 rows/sec., 310.41 KiB/sec. | ||
13686 | 2024.08.22 02:24:11.744519 [ 3 ] {645e6e89-214d-41e9-9bf9-34ff1e8b0a48} <Debug> DynamicQueryHandler: Done processing query | ||
13687 | 2024.08.22 02:24:11.744548 [ 3 ] {645e6e89-214d-41e9-9bf9-34ff1e8b0a48} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13688 | 2024.08.22 02:24:11.744564 [ 3 ] {} <Debug> HTTP-Session: c5f79f67-3883-4180-acda-18c0c8d9c4e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13689 | 2024.08.22 02:24:11.744738 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 29751, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13690 | 2024.08.22 02:24:11.744789 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13691 | 2024.08.22 02:24:11.744809 [ 3 ] {} <Debug> HTTP-Session: 38c86b78-d020-4d4e-9650-d7f8abe266cb Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
13692 | 2024.08.22 02:24:11.744825 [ 3 ] {} <Debug> HTTP-Session: 38c86b78-d020-4d4e-9650-d7f8abe266cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13693 | 2024.08.22 02:24:11.744840 [ 3 ] {} <Debug> HTTP-Session: 38c86b78-d020-4d4e-9650-d7f8abe266cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13694 | 2024.08.22 02:24:11.744869 [ 3 ] {} <Trace> HTTP-Session: 38c86b78-d020-4d4e-9650-d7f8abe266cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13695 | 2024.08.22 02:24:11.745016 [ 3 ] {dca334d2-93c6-4a99-8965-a0cc08e7f463} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13696 | 2024.08.22 02:24:11.745060 [ 3 ] {dca334d2-93c6-4a99-8965-a0cc08e7f463} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13697 | 2024.08.22 02:24:11.745302 [ 3 ] {dca334d2-93c6-4a99-8965-a0cc08e7f463} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13698 | 2024.08.22 02:24:11.745716 [ 3 ] {dca334d2-93c6-4a99-8965-a0cc08e7f463} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13699 | 2024.08.22 02:24:11.745752 [ 3 ] {dca334d2-93c6-4a99-8965-a0cc08e7f463} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.35 GiB. | ||
13700 | 2024.08.22 02:24:11.746109 [ 3 ] {dca334d2-93c6-4a99-8965-a0cc08e7f463} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
13701 | 2024.08.22 02:24:11.746467 [ 3 ] {dca334d2-93c6-4a99-8965-a0cc08e7f463} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13702 | 2024.08.22 02:24:11.746593 [ 3 ] {dca334d2-93c6-4a99-8965-a0cc08e7f463} <Debug> executeQuery: Read 199 rows, 17.66 KiB in 0.001646 sec., 120899.14945321993 rows/sec., 10.48 MiB/sec. | ||
13703 | 2024.08.22 02:24:11.746745 [ 3 ] {dca334d2-93c6-4a99-8965-a0cc08e7f463} <Debug> DynamicQueryHandler: Done processing query | ||
13704 | 2024.08.22 02:24:11.746768 [ 3 ] {dca334d2-93c6-4a99-8965-a0cc08e7f463} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
13705 | 2024.08.22 02:24:11.746783 [ 3 ] {} <Debug> HTTP-Session: 38c86b78-d020-4d4e-9650-d7f8abe266cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13706 | 2024.08.22 02:24:11.746941 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 1163, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13707 | 2024.08.22 02:24:11.746989 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13708 | 2024.08.22 02:24:11.747009 [ 3 ] {} <Debug> HTTP-Session: bbe2a222-5a4e-43a0-b82a-f4bcae023768 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
13709 | 2024.08.22 02:24:11.747025 [ 3 ] {} <Debug> HTTP-Session: bbe2a222-5a4e-43a0-b82a-f4bcae023768 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13710 | 2024.08.22 02:24:11.747039 [ 3 ] {} <Debug> HTTP-Session: bbe2a222-5a4e-43a0-b82a-f4bcae023768 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13711 | 2024.08.22 02:24:11.747069 [ 3 ] {} <Trace> HTTP-Session: bbe2a222-5a4e-43a0-b82a-f4bcae023768 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13712 | 2024.08.22 02:24:11.747162 [ 3 ] {f3fa955d-aa8c-4797-a6ab-66e82b9588ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
13713 | 2024.08.22 02:24:11.747204 [ 3 ] {f3fa955d-aa8c-4797-a6ab-66e82b9588ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
13714 | 2024.08.22 02:24:11.747423 [ 3 ] {f3fa955d-aa8c-4797-a6ab-66e82b9588ca} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13715 | 2024.08.22 02:24:11.747712 [ 3 ] {f3fa955d-aa8c-4797-a6ab-66e82b9588ca} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13716 | 2024.08.22 02:24:11.747746 [ 3 ] {f3fa955d-aa8c-4797-a6ab-66e82b9588ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.35 GiB. | ||
13717 | 2024.08.22 02:24:11.748102 [ 3 ] {f3fa955d-aa8c-4797-a6ab-66e82b9588ca} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
13718 | 2024.08.22 02:24:11.748455 [ 3 ] {f3fa955d-aa8c-4797-a6ab-66e82b9588ca} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13719 | 2024.08.22 02:24:11.748602 [ 3 ] {f3fa955d-aa8c-4797-a6ab-66e82b9588ca} <Debug> executeQuery: Read 8 rows, 568.00 B in 0.001463 sec., 5468.2159945317835 rows/sec., 379.14 KiB/sec. | ||
13720 | 2024.08.22 02:24:11.748660 [ 62 ] {} <Debug> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995) (MergerMutator): Selected 6 parts from all_1_60_12 to all_65_65_0 | ||
13721 | 2024.08.22 02:24:11.748759 [ 62 ] {} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13722 | 2024.08.22 02:24:11.748795 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.35 GiB. | ||
13723 | 2024.08.22 02:24:11.748868 [ 3 ] {f3fa955d-aa8c-4797-a6ab-66e82b9588ca} <Debug> DynamicQueryHandler: Done processing query | ||
13724 | 2024.08.22 02:24:11.748935 [ 3 ] {f3fa955d-aa8c-4797-a6ab-66e82b9588ca} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
13725 | 2024.08.22 02:24:11.749001 [ 3 ] {} <Debug> HTTP-Session: bbe2a222-5a4e-43a0-b82a-f4bcae023768 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13726 | 2024.08.22 02:24:11.749137 [ 186 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_65_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_60_12 to all_65_65_0 into Compact with storage Full | ||
13727 | 2024.08.22 02:24:11.749251 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13728 | 2024.08.22 02:24:11.749400 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13729 | 2024.08.22 02:24:11.749487 [ 3 ] {} <Debug> HTTP-Session: b5f26f04-9f84-4bf8-b6e1-0297c1757d6f Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
13730 | 2024.08.22 02:24:11.749559 [ 3 ] {} <Debug> HTTP-Session: b5f26f04-9f84-4bf8-b6e1-0297c1757d6f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13731 | 2024.08.22 02:24:11.749619 [ 3 ] {} <Debug> HTTP-Session: b5f26f04-9f84-4bf8-b6e1-0297c1757d6f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13732 | 2024.08.22 02:24:11.749767 [ 3 ] {} <Trace> HTTP-Session: b5f26f04-9f84-4bf8-b6e1-0297c1757d6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13733 | 2024.08.22 02:24:11.750138 [ 3 ] {1d73a9b7-5b24-41c1-8aa7-fd80ca12842a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
13734 | 2024.08.22 02:24:11.750281 [ 3 ] {1d73a9b7-5b24-41c1-8aa7-fd80ca12842a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
13735 | 2024.08.22 02:24:11.750314 [ 186 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_65_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13736 | 2024.08.22 02:24:11.750432 [ 186 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_60_12, total 57 rows starting from the beginning of the part | ||
13737 | 2024.08.22 02:24:11.750770 [ 186 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 2 rows starting from the beginning of the part | ||
13738 | 2024.08.22 02:24:11.751259 [ 186 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 40 rows starting from the beginning of the part | ||
13739 | 2024.08.22 02:24:11.751669 [ 3 ] {1d73a9b7-5b24-41c1-8aa7-fd80ca12842a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13740 | 2024.08.22 02:24:11.751671 [ 186 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 2 rows starting from the beginning of the part | ||
13741 | 2024.08.22 02:24:11.752008 [ 186 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 41 rows starting from the beginning of the part | ||
13742 | 2024.08.22 02:24:11.752148 [ 186 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 8 rows starting from the beginning of the part | ||
13743 | 2024.08.22 02:24:11.753089 [ 3 ] {1d73a9b7-5b24-41c1-8aa7-fd80ca12842a} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13744 | 2024.08.22 02:24:11.753152 [ 3 ] {1d73a9b7-5b24-41c1-8aa7-fd80ca12842a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.35 GiB. | ||
13745 | 2024.08.22 02:24:11.754135 [ 3 ] {1d73a9b7-5b24-41c1-8aa7-fd80ca12842a} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
13746 | 2024.08.22 02:24:11.755328 [ 187 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_65_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 150 rows, containing 5 columns (5 merged, 0 gathered) in 0.006437197 sec., 23302.067654601837 rows/sec., 1.78 MiB/sec. | ||
13747 | 2024.08.22 02:24:11.755361 [ 3 ] {1d73a9b7-5b24-41c1-8aa7-fd80ca12842a} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13748 | 2024.08.22 02:24:11.755636 [ 202 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_65_13} <Trace> MergedBlockOutputStream: filled checksums all_1_65_13 (state Temporary) | ||
13749 | 2024.08.22 02:24:11.755680 [ 3 ] {1d73a9b7-5b24-41c1-8aa7-fd80ca12842a} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005689 sec., 2460.889435753208 rows/sec., 172.34 KiB/sec. | ||
13750 | 2024.08.22 02:24:11.756073 [ 3 ] {1d73a9b7-5b24-41c1-8aa7-fd80ca12842a} <Debug> DynamicQueryHandler: Done processing query | ||
13751 | 2024.08.22 02:24:11.756132 [ 3 ] {1d73a9b7-5b24-41c1-8aa7-fd80ca12842a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
13752 | 2024.08.22 02:24:11.756194 [ 3 ] {} <Debug> HTTP-Session: b5f26f04-9f84-4bf8-b6e1-0297c1757d6f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13753 | 2024.08.22 02:24:11.756373 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13754 | 2024.08.22 02:24:11.756462 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13755 | 2024.08.22 02:24:11.756490 [ 3 ] {} <Debug> HTTP-Session: 5c5a7d24-a1dd-4aeb-b186-6680a3561379 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
13756 | 2024.08.22 02:24:11.756529 [ 3 ] {} <Debug> HTTP-Session: 5c5a7d24-a1dd-4aeb-b186-6680a3561379 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13757 | 2024.08.22 02:24:11.756543 [ 202 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_65_13} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Renaming temporary part tmp_merge_all_1_65_13 to all_1_65_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13758 | 2024.08.22 02:24:11.756561 [ 3 ] {} <Debug> HTTP-Session: 5c5a7d24-a1dd-4aeb-b186-6680a3561379 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13759 | 2024.08.22 02:24:11.756643 [ 3 ] {} <Trace> HTTP-Session: 5c5a7d24-a1dd-4aeb-b186-6680a3561379 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13760 | 2024.08.22 02:24:11.756702 [ 202 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_65_13} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995) (MergerMutator): Merged 6 parts: [all_1_60_12, all_65_65_0] -> all_1_65_13 | ||
13761 | 2024.08.22 02:24:11.756845 [ 3 ] {c5230cf4-aa2f-4940-9ce8-47911ffd46be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
13762 | 2024.08.22 02:24:11.756860 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
13763 | 2024.08.22 02:24:11.756921 [ 3 ] {c5230cf4-aa2f-4940-9ce8-47911ffd46be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
13764 | 2024.08.22 02:24:11.757176 [ 3 ] {c5230cf4-aa2f-4940-9ce8-47911ffd46be} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13765 | 2024.08.22 02:24:11.757468 [ 3 ] {c5230cf4-aa2f-4940-9ce8-47911ffd46be} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13766 | 2024.08.22 02:24:11.757506 [ 3 ] {c5230cf4-aa2f-4940-9ce8-47911ffd46be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.35 GiB. | ||
13767 | 2024.08.22 02:24:11.757861 [ 3 ] {c5230cf4-aa2f-4940-9ce8-47911ffd46be} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
13768 | 2024.08.22 02:24:11.758254 [ 3 ] {c5230cf4-aa2f-4940-9ce8-47911ffd46be} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13769 | 2024.08.22 02:24:11.758424 [ 62 ] {} <Debug> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
13770 | 2024.08.22 02:24:11.758432 [ 3 ] {c5230cf4-aa2f-4940-9ce8-47911ffd46be} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001661 sec., 3612.281757977122 rows/sec., 213.42 KiB/sec. | ||
13771 | 2024.08.22 02:24:11.758470 [ 62 ] {} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13772 | 2024.08.22 02:24:11.758530 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.35 GiB. | ||
13773 | 2024.08.22 02:24:11.758874 [ 3 ] {c5230cf4-aa2f-4940-9ce8-47911ffd46be} <Debug> DynamicQueryHandler: Done processing query | ||
13774 | 2024.08.22 02:24:11.758891 [ 187 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_33_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_29_7 to all_33_33_0 into Compact with storage Full | ||
13775 | 2024.08.22 02:24:11.758952 [ 3 ] {c5230cf4-aa2f-4940-9ce8-47911ffd46be} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13776 | 2024.08.22 02:24:11.759030 [ 3 ] {} <Debug> HTTP-Session: 5c5a7d24-a1dd-4aeb-b186-6680a3561379 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13777 | 2024.08.22 02:24:11.759396 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 65026, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13778 | 2024.08.22 02:24:11.759540 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13779 | 2024.08.22 02:24:11.759609 [ 187 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13780 | 2024.08.22 02:24:11.759610 [ 3 ] {} <Debug> HTTP-Session: 0c77bc15-4d69-492c-99c1-3f4b8dc25aff Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
13781 | 2024.08.22 02:24:11.759672 [ 3 ] {} <Debug> HTTP-Session: 0c77bc15-4d69-492c-99c1-3f4b8dc25aff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13782 | 2024.08.22 02:24:11.759678 [ 187 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 6 rows starting from the beginning of the part | ||
13783 | 2024.08.22 02:24:11.759696 [ 3 ] {} <Debug> HTTP-Session: 0c77bc15-4d69-492c-99c1-3f4b8dc25aff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13784 | 2024.08.22 02:24:11.759764 [ 3 ] {} <Trace> HTTP-Session: 0c77bc15-4d69-492c-99c1-3f4b8dc25aff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13785 | 2024.08.22 02:24:11.759911 [ 187 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part | ||
13786 | 2024.08.22 02:24:11.760261 [ 3 ] {e2f1cb1b-f2b5-40de-8db4-32212fcdbc70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13787 | 2024.08.22 02:24:11.760281 [ 187 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 6 rows starting from the beginning of the part | ||
13788 | 2024.08.22 02:24:11.760430 [ 3 ] {e2f1cb1b-f2b5-40de-8db4-32212fcdbc70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13789 | 2024.08.22 02:24:11.760582 [ 187 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 6 rows starting from the beginning of the part | ||
13790 | 2024.08.22 02:24:11.760985 [ 187 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 6 rows starting from the beginning of the part | ||
13791 | 2024.08.22 02:24:11.761885 [ 3 ] {e2f1cb1b-f2b5-40de-8db4-32212fcdbc70} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13792 | 2024.08.22 02:24:11.763153 [ 3 ] {e2f1cb1b-f2b5-40de-8db4-32212fcdbc70} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13793 | 2024.08.22 02:24:11.763220 [ 3 ] {e2f1cb1b-f2b5-40de-8db4-32212fcdbc70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.35 GiB. | ||
13794 | 2024.08.22 02:24:11.763678 [ 202 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.00502903 sec., 5965.3650902858 rows/sec., 378.66 KiB/sec. | ||
13795 | 2024.08.22 02:24:11.763950 [ 202 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
13796 | 2024.08.22 02:24:11.764160 [ 3 ] {e2f1cb1b-f2b5-40de-8db4-32212fcdbc70} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
13797 | 2024.08.22 02:24:11.765172 [ 202 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_33_8} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13798 | 2024.08.22 02:24:11.765346 [ 3 ] {e2f1cb1b-f2b5-40de-8db4-32212fcdbc70} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13799 | 2024.08.22 02:24:11.765394 [ 202 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_33_8} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
13800 | 2024.08.22 02:24:11.765587 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
13801 | 2024.08.22 02:24:11.765654 [ 3 ] {e2f1cb1b-f2b5-40de-8db4-32212fcdbc70} <Debug> executeQuery: Read 402 rows, 29.15 KiB in 0.005671 sec., 70886.96878857345 rows/sec., 5.02 MiB/sec. | ||
13802 | 2024.08.22 02:24:11.765846 [ 3 ] {e2f1cb1b-f2b5-40de-8db4-32212fcdbc70} <Debug> DynamicQueryHandler: Done processing query | ||
13803 | 2024.08.22 02:24:11.765870 [ 3 ] {e2f1cb1b-f2b5-40de-8db4-32212fcdbc70} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
13804 | 2024.08.22 02:24:11.765887 [ 3 ] {} <Debug> HTTP-Session: 0c77bc15-4d69-492c-99c1-3f4b8dc25aff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13805 | 2024.08.22 02:24:11.766080 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13806 | 2024.08.22 02:24:11.766129 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13807 | 2024.08.22 02:24:11.766149 [ 3 ] {} <Debug> HTTP-Session: e9d89554-ebc0-43c5-b6ba-c40ab3c230cc Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
13808 | 2024.08.22 02:24:11.766167 [ 3 ] {} <Debug> HTTP-Session: e9d89554-ebc0-43c5-b6ba-c40ab3c230cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13809 | 2024.08.22 02:24:11.766180 [ 3 ] {} <Debug> HTTP-Session: e9d89554-ebc0-43c5-b6ba-c40ab3c230cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13810 | 2024.08.22 02:24:11.766211 [ 3 ] {} <Trace> HTTP-Session: e9d89554-ebc0-43c5-b6ba-c40ab3c230cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13811 | 2024.08.22 02:24:11.766308 [ 3 ] {0fd1b361-94ce-4911-9d7a-49f36f71f7ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
13812 | 2024.08.22 02:24:11.766354 [ 3 ] {0fd1b361-94ce-4911-9d7a-49f36f71f7ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
13813 | 2024.08.22 02:24:11.766499 [ 3 ] {0fd1b361-94ce-4911-9d7a-49f36f71f7ac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13814 | 2024.08.22 02:24:11.766767 [ 3 ] {0fd1b361-94ce-4911-9d7a-49f36f71f7ac} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13815 | 2024.08.22 02:24:11.766809 [ 3 ] {0fd1b361-94ce-4911-9d7a-49f36f71f7ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.35 GiB. | ||
13816 | 2024.08.22 02:24:11.767200 [ 3 ] {0fd1b361-94ce-4911-9d7a-49f36f71f7ac} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
13817 | 2024.08.22 02:24:11.767547 [ 3 ] {0fd1b361-94ce-4911-9d7a-49f36f71f7ac} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13818 | 2024.08.22 02:24:11.767717 [ 3 ] {0fd1b361-94ce-4911-9d7a-49f36f71f7ac} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001423 sec., 4216.44413211525 rows/sec., 220.29 KiB/sec. | ||
13819 | 2024.08.22 02:24:11.767877 [ 3 ] {0fd1b361-94ce-4911-9d7a-49f36f71f7ac} <Debug> DynamicQueryHandler: Done processing query | ||
13820 | 2024.08.22 02:24:11.767902 [ 3 ] {0fd1b361-94ce-4911-9d7a-49f36f71f7ac} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
13821 | 2024.08.22 02:24:11.767918 [ 3 ] {} <Debug> HTTP-Session: e9d89554-ebc0-43c5-b6ba-c40ab3c230cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13822 | 2024.08.22 02:24:11.768069 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 45344, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13823 | 2024.08.22 02:24:11.768119 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13824 | 2024.08.22 02:24:11.768139 [ 3 ] {} <Debug> HTTP-Session: a93e2a4c-a176-40b1-8597-617df7084be3 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
13825 | 2024.08.22 02:24:11.768155 [ 3 ] {} <Debug> HTTP-Session: a93e2a4c-a176-40b1-8597-617df7084be3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13826 | 2024.08.22 02:24:11.768169 [ 3 ] {} <Debug> HTTP-Session: a93e2a4c-a176-40b1-8597-617df7084be3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13827 | 2024.08.22 02:24:11.768201 [ 3 ] {} <Trace> HTTP-Session: a93e2a4c-a176-40b1-8597-617df7084be3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13828 | 2024.08.22 02:24:11.768383 [ 3 ] {e0ef5a25-bb95-4502-818d-ddeb003f5680} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13829 | 2024.08.22 02:24:11.768432 [ 3 ] {e0ef5a25-bb95-4502-818d-ddeb003f5680} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13830 | 2024.08.22 02:24:11.768585 [ 3 ] {e0ef5a25-bb95-4502-818d-ddeb003f5680} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13831 | 2024.08.22 02:24:11.768975 [ 3 ] {e0ef5a25-bb95-4502-818d-ddeb003f5680} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13832 | 2024.08.22 02:24:11.769011 [ 3 ] {e0ef5a25-bb95-4502-818d-ddeb003f5680} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.35 GiB. | ||
13833 | 2024.08.22 02:24:11.769408 [ 3 ] {e0ef5a25-bb95-4502-818d-ddeb003f5680} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
13834 | 2024.08.22 02:24:11.769768 [ 3 ] {e0ef5a25-bb95-4502-818d-ddeb003f5680} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13835 | 2024.08.22 02:24:11.769928 [ 3 ] {e0ef5a25-bb95-4502-818d-ddeb003f5680} <Debug> executeQuery: Read 241 rows, 16.53 KiB in 0.001629 sec., 147943.52363413136 rows/sec., 9.91 MiB/sec. | ||
13836 | 2024.08.22 02:24:11.770171 [ 3 ] {e0ef5a25-bb95-4502-818d-ddeb003f5680} <Debug> DynamicQueryHandler: Done processing query | ||
13837 | 2024.08.22 02:24:11.770226 [ 3 ] {e0ef5a25-bb95-4502-818d-ddeb003f5680} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
13838 | 2024.08.22 02:24:11.770282 [ 3 ] {} <Debug> HTTP-Session: a93e2a4c-a176-40b1-8597-617df7084be3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13839 | 2024.08.22 02:24:11.770504 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13840 | 2024.08.22 02:24:11.770557 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13841 | 2024.08.22 02:24:11.770578 [ 3 ] {} <Debug> HTTP-Session: 51eafee6-137d-40f3-b467-55eacbebd396 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
13842 | 2024.08.22 02:24:11.770595 [ 3 ] {} <Debug> HTTP-Session: 51eafee6-137d-40f3-b467-55eacbebd396 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13843 | 2024.08.22 02:24:11.770610 [ 3 ] {} <Debug> HTTP-Session: 51eafee6-137d-40f3-b467-55eacbebd396 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13844 | 2024.08.22 02:24:11.770643 [ 3 ] {} <Trace> HTTP-Session: 51eafee6-137d-40f3-b467-55eacbebd396 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13845 | 2024.08.22 02:24:11.770744 [ 3 ] {8b954b79-314e-4100-99f6-9c30f80f49aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
13846 | 2024.08.22 02:24:11.770791 [ 3 ] {8b954b79-314e-4100-99f6-9c30f80f49aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
13847 | 2024.08.22 02:24:11.770936 [ 3 ] {8b954b79-314e-4100-99f6-9c30f80f49aa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13848 | 2024.08.22 02:24:11.771172 [ 3 ] {8b954b79-314e-4100-99f6-9c30f80f49aa} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13849 | 2024.08.22 02:24:11.771209 [ 3 ] {8b954b79-314e-4100-99f6-9c30f80f49aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.35 GiB. | ||
13850 | 2024.08.22 02:24:11.771567 [ 3 ] {8b954b79-314e-4100-99f6-9c30f80f49aa} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
13851 | 2024.08.22 02:24:11.771888 [ 3 ] {8b954b79-314e-4100-99f6-9c30f80f49aa} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13852 | 2024.08.22 02:24:11.772048 [ 3 ] {8b954b79-314e-4100-99f6-9c30f80f49aa} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00132 sec., 757.5757575757576 rows/sec., 51.05 KiB/sec. | ||
13853 | 2024.08.22 02:24:11.772277 [ 3 ] {8b954b79-314e-4100-99f6-9c30f80f49aa} <Debug> DynamicQueryHandler: Done processing query | ||
13854 | 2024.08.22 02:24:11.772311 [ 3 ] {8b954b79-314e-4100-99f6-9c30f80f49aa} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
13855 | 2024.08.22 02:24:11.772332 [ 3 ] {} <Debug> HTTP-Session: 51eafee6-137d-40f3-b467-55eacbebd396 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13856 | 2024.08.22 02:24:11.772456 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 3288, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13857 | 2024.08.22 02:24:11.772516 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13858 | 2024.08.22 02:24:11.772541 [ 3 ] {} <Debug> HTTP-Session: 599a1391-6633-4da9-918e-bce802cff078 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
13859 | 2024.08.22 02:24:11.772562 [ 3 ] {} <Debug> HTTP-Session: 599a1391-6633-4da9-918e-bce802cff078 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13860 | 2024.08.22 02:24:11.772580 [ 3 ] {} <Debug> HTTP-Session: 599a1391-6633-4da9-918e-bce802cff078 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13861 | 2024.08.22 02:24:11.772616 [ 3 ] {} <Trace> HTTP-Session: 599a1391-6633-4da9-918e-bce802cff078 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13862 | 2024.08.22 02:24:11.772733 [ 3 ] {fc15fe7b-3733-41b7-8fd0-5da6fdc95773} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
13863 | 2024.08.22 02:24:11.772797 [ 3 ] {fc15fe7b-3733-41b7-8fd0-5da6fdc95773} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
13864 | 2024.08.22 02:24:11.773226 [ 3 ] {fc15fe7b-3733-41b7-8fd0-5da6fdc95773} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13865 | 2024.08.22 02:24:11.773623 [ 3 ] {fc15fe7b-3733-41b7-8fd0-5da6fdc95773} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13866 | 2024.08.22 02:24:11.773661 [ 3 ] {fc15fe7b-3733-41b7-8fd0-5da6fdc95773} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.35 GiB. | ||
13867 | 2024.08.22 02:24:11.774233 [ 3 ] {fc15fe7b-3733-41b7-8fd0-5da6fdc95773} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
13868 | 2024.08.22 02:24:11.774701 [ 3 ] {fc15fe7b-3733-41b7-8fd0-5da6fdc95773} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13869 | 2024.08.22 02:24:11.774896 [ 3 ] {fc15fe7b-3733-41b7-8fd0-5da6fdc95773} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.002197 sec., 910.3322712790168 rows/sec., 1.63 MiB/sec. | ||
13870 | 2024.08.22 02:24:11.775090 [ 3 ] {fc15fe7b-3733-41b7-8fd0-5da6fdc95773} <Debug> DynamicQueryHandler: Done processing query | ||
13871 | 2024.08.22 02:24:11.775113 [ 3 ] {fc15fe7b-3733-41b7-8fd0-5da6fdc95773} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
13872 | 2024.08.22 02:24:11.775129 [ 3 ] {} <Debug> HTTP-Session: 599a1391-6633-4da9-918e-bce802cff078 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13873 | 2024.08.22 02:24:11.775251 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 12133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13874 | 2024.08.22 02:24:11.775298 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13875 | 2024.08.22 02:24:11.775317 [ 3 ] {} <Debug> HTTP-Session: 99fb1386-5c4b-45a1-9901-6e9020a24087 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
13876 | 2024.08.22 02:24:11.775334 [ 3 ] {} <Debug> HTTP-Session: 99fb1386-5c4b-45a1-9901-6e9020a24087 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13877 | 2024.08.22 02:24:11.775349 [ 3 ] {} <Debug> HTTP-Session: 99fb1386-5c4b-45a1-9901-6e9020a24087 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13878 | 2024.08.22 02:24:11.775378 [ 3 ] {} <Trace> HTTP-Session: 99fb1386-5c4b-45a1-9901-6e9020a24087 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13879 | 2024.08.22 02:24:11.775492 [ 3 ] {2c27eae4-a92e-4276-a92a-15d2e1fcc2d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13880 | 2024.08.22 02:24:11.775536 [ 3 ] {2c27eae4-a92e-4276-a92a-15d2e1fcc2d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13881 | 2024.08.22 02:24:11.775663 [ 3 ] {2c27eae4-a92e-4276-a92a-15d2e1fcc2d4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13882 | 2024.08.22 02:24:11.775995 [ 3 ] {2c27eae4-a92e-4276-a92a-15d2e1fcc2d4} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13883 | 2024.08.22 02:24:11.776031 [ 3 ] {2c27eae4-a92e-4276-a92a-15d2e1fcc2d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.35 GiB. | ||
13884 | 2024.08.22 02:24:11.776386 [ 3 ] {2c27eae4-a92e-4276-a92a-15d2e1fcc2d4} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
13885 | 2024.08.22 02:24:11.776717 [ 3 ] {2c27eae4-a92e-4276-a92a-15d2e1fcc2d4} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13886 | 2024.08.22 02:24:11.776869 [ 3 ] {2c27eae4-a92e-4276-a92a-15d2e1fcc2d4} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001411 sec., 58114.812189936216 rows/sec., 3.69 MiB/sec. | ||
13887 | 2024.08.22 02:24:11.777028 [ 3 ] {2c27eae4-a92e-4276-a92a-15d2e1fcc2d4} <Debug> DynamicQueryHandler: Done processing query | ||
13888 | 2024.08.22 02:24:11.777051 [ 3 ] {2c27eae4-a92e-4276-a92a-15d2e1fcc2d4} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
13889 | 2024.08.22 02:24:11.777067 [ 3 ] {} <Debug> HTTP-Session: 99fb1386-5c4b-45a1-9901-6e9020a24087 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13890 | 2024.08.22 02:24:15.127876 [ 57 ] {} <Debug> DNSResolver: Updating DNS cache | ||
13891 | 2024.08.22 02:24:15.127949 [ 57 ] {} <Debug> DNSResolver: Updated DNS cache | ||
13892 | 2024.08.22 02:24:16.764530 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 829, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13893 | 2024.08.22 02:24:16.764669 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13894 | 2024.08.22 02:24:16.764702 [ 3 ] {} <Debug> HTTP-Session: 2009f261-22a8-405a-903f-f5f1241e8239 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
13895 | 2024.08.22 02:24:16.764732 [ 3 ] {} <Debug> HTTP-Session: 2009f261-22a8-405a-903f-f5f1241e8239 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13896 | 2024.08.22 02:24:16.764751 [ 3 ] {} <Debug> HTTP-Session: 2009f261-22a8-405a-903f-f5f1241e8239 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13897 | 2024.08.22 02:24:16.764805 [ 3 ] {} <Trace> HTTP-Session: 2009f261-22a8-405a-903f-f5f1241e8239 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13898 | 2024.08.22 02:24:16.765006 [ 3 ] {5425777a-2b2a-4f32-acab-4dc1ecc08794} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
13899 | 2024.08.22 02:24:16.765082 [ 3 ] {5425777a-2b2a-4f32-acab-4dc1ecc08794} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
13900 | 2024.08.22 02:24:16.765468 [ 3 ] {5425777a-2b2a-4f32-acab-4dc1ecc08794} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13901 | 2024.08.22 02:24:16.765901 [ 3 ] {5425777a-2b2a-4f32-acab-4dc1ecc08794} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13902 | 2024.08.22 02:24:16.765943 [ 3 ] {5425777a-2b2a-4f32-acab-4dc1ecc08794} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.85 GiB. | ||
13903 | 2024.08.22 02:24:16.766360 [ 3 ] {5425777a-2b2a-4f32-acab-4dc1ecc08794} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
13904 | 2024.08.22 02:24:16.766747 [ 3 ] {5425777a-2b2a-4f32-acab-4dc1ecc08794} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13905 | 2024.08.22 02:24:16.766898 [ 3 ] {5425777a-2b2a-4f32-acab-4dc1ecc08794} <Debug> executeQuery: Read 5 rows, 410.00 B in 0.001954 sec., 2558.8536335721597 rows/sec., 204.91 KiB/sec. | ||
13906 | 2024.08.22 02:24:16.767180 [ 3 ] {5425777a-2b2a-4f32-acab-4dc1ecc08794} <Debug> DynamicQueryHandler: Done processing query | ||
13907 | 2024.08.22 02:24:16.767214 [ 3 ] {5425777a-2b2a-4f32-acab-4dc1ecc08794} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13908 | 2024.08.22 02:24:16.767230 [ 3 ] {} <Debug> HTTP-Session: 2009f261-22a8-405a-903f-f5f1241e8239 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13909 | 2024.08.22 02:24:16.767489 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 187051, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13910 | 2024.08.22 02:24:16.767539 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13911 | 2024.08.22 02:24:16.767558 [ 3 ] {} <Debug> HTTP-Session: 5b735116-800b-470e-80e4-b3f1f36a6897 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
13912 | 2024.08.22 02:24:16.767575 [ 3 ] {} <Debug> HTTP-Session: 5b735116-800b-470e-80e4-b3f1f36a6897 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13913 | 2024.08.22 02:24:16.767589 [ 3 ] {} <Debug> HTTP-Session: 5b735116-800b-470e-80e4-b3f1f36a6897 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13914 | 2024.08.22 02:24:16.767620 [ 3 ] {} <Trace> HTTP-Session: 5b735116-800b-470e-80e4-b3f1f36a6897 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13915 | 2024.08.22 02:24:16.768100 [ 3 ] {484d5572-0a6a-4d55-a86a-4157d1b17414} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13916 | 2024.08.22 02:24:16.768146 [ 3 ] {484d5572-0a6a-4d55-a86a-4157d1b17414} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13917 | 2024.08.22 02:24:16.768392 [ 3 ] {484d5572-0a6a-4d55-a86a-4157d1b17414} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13918 | 2024.08.22 02:24:16.769549 [ 3 ] {484d5572-0a6a-4d55-a86a-4157d1b17414} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13919 | 2024.08.22 02:24:16.769585 [ 3 ] {484d5572-0a6a-4d55-a86a-4157d1b17414} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.85 GiB. | ||
13920 | 2024.08.22 02:24:16.770019 [ 3 ] {484d5572-0a6a-4d55-a86a-4157d1b17414} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
13921 | 2024.08.22 02:24:16.770381 [ 3 ] {484d5572-0a6a-4d55-a86a-4157d1b17414} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13922 | 2024.08.22 02:24:16.770511 [ 3 ] {484d5572-0a6a-4d55-a86a-4157d1b17414} <Debug> executeQuery: Read 1288 rows, 109.05 KiB in 0.00274 sec., 470072.99270073 rows/sec., 38.87 MiB/sec. | ||
13923 | 2024.08.22 02:24:16.770682 [ 3 ] {484d5572-0a6a-4d55-a86a-4157d1b17414} <Debug> DynamicQueryHandler: Done processing query | ||
13924 | 2024.08.22 02:24:16.770708 [ 3 ] {484d5572-0a6a-4d55-a86a-4157d1b17414} <Debug> MemoryTracker: Peak memory usage (for query): 4.99 MiB. | ||
13925 | 2024.08.22 02:24:16.770724 [ 3 ] {} <Debug> HTTP-Session: 5b735116-800b-470e-80e4-b3f1f36a6897 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13926 | 2024.08.22 02:24:16.770873 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 7057, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13927 | 2024.08.22 02:24:16.770923 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13928 | 2024.08.22 02:24:16.770941 [ 3 ] {} <Debug> HTTP-Session: aa40b3b3-35c4-4ae8-b4d4-f55a160cfb05 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
13929 | 2024.08.22 02:24:16.770958 [ 3 ] {} <Debug> HTTP-Session: aa40b3b3-35c4-4ae8-b4d4-f55a160cfb05 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13930 | 2024.08.22 02:24:16.770972 [ 3 ] {} <Debug> HTTP-Session: aa40b3b3-35c4-4ae8-b4d4-f55a160cfb05 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13931 | 2024.08.22 02:24:16.771002 [ 3 ] {} <Trace> HTTP-Session: aa40b3b3-35c4-4ae8-b4d4-f55a160cfb05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13932 | 2024.08.22 02:24:16.771106 [ 3 ] {bd695189-ce05-44fd-a0aa-312d99d9e315} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
13933 | 2024.08.22 02:24:16.771151 [ 3 ] {bd695189-ce05-44fd-a0aa-312d99d9e315} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
13934 | 2024.08.22 02:24:16.771377 [ 3 ] {bd695189-ce05-44fd-a0aa-312d99d9e315} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13935 | 2024.08.22 02:24:16.771718 [ 3 ] {bd695189-ce05-44fd-a0aa-312d99d9e315} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13936 | 2024.08.22 02:24:16.771754 [ 3 ] {bd695189-ce05-44fd-a0aa-312d99d9e315} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.85 GiB. | ||
13937 | 2024.08.22 02:24:16.772098 [ 3 ] {bd695189-ce05-44fd-a0aa-312d99d9e315} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
13938 | 2024.08.22 02:24:16.772456 [ 3 ] {bd695189-ce05-44fd-a0aa-312d99d9e315} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13939 | 2024.08.22 02:24:16.772582 [ 3 ] {bd695189-ce05-44fd-a0aa-312d99d9e315} <Debug> executeQuery: Read 49 rows, 3.65 KiB in 0.001508 sec., 32493.36870026525 rows/sec., 2.36 MiB/sec. | ||
13940 | 2024.08.22 02:24:16.772739 [ 3 ] {bd695189-ce05-44fd-a0aa-312d99d9e315} <Debug> DynamicQueryHandler: Done processing query | ||
13941 | 2024.08.22 02:24:16.772764 [ 3 ] {bd695189-ce05-44fd-a0aa-312d99d9e315} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
13942 | 2024.08.22 02:24:16.772781 [ 3 ] {} <Debug> HTTP-Session: aa40b3b3-35c4-4ae8-b4d4-f55a160cfb05 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13943 | 2024.08.22 02:24:16.772951 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 30489, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13944 | 2024.08.22 02:24:16.772998 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13945 | 2024.08.22 02:24:16.773018 [ 3 ] {} <Debug> HTTP-Session: 0f241b78-20ec-4cf4-9340-55a08f3e3331 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
13946 | 2024.08.22 02:24:16.773035 [ 3 ] {} <Debug> HTTP-Session: 0f241b78-20ec-4cf4-9340-55a08f3e3331 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13947 | 2024.08.22 02:24:16.773049 [ 3 ] {} <Debug> HTTP-Session: 0f241b78-20ec-4cf4-9340-55a08f3e3331 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13948 | 2024.08.22 02:24:16.773080 [ 3 ] {} <Trace> HTTP-Session: 0f241b78-20ec-4cf4-9340-55a08f3e3331 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13949 | 2024.08.22 02:24:16.773224 [ 3 ] {b148f899-d7e7-4151-982b-c4ccc23a5590} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
13950 | 2024.08.22 02:24:16.773267 [ 3 ] {b148f899-d7e7-4151-982b-c4ccc23a5590} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
13951 | 2024.08.22 02:24:16.773487 [ 3 ] {b148f899-d7e7-4151-982b-c4ccc23a5590} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13952 | 2024.08.22 02:24:16.773915 [ 3 ] {b148f899-d7e7-4151-982b-c4ccc23a5590} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13953 | 2024.08.22 02:24:16.773951 [ 3 ] {b148f899-d7e7-4151-982b-c4ccc23a5590} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.85 GiB. | ||
13954 | 2024.08.22 02:24:16.774305 [ 3 ] {b148f899-d7e7-4151-982b-c4ccc23a5590} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
13955 | 2024.08.22 02:24:16.774650 [ 3 ] {b148f899-d7e7-4151-982b-c4ccc23a5590} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13956 | 2024.08.22 02:24:16.774770 [ 56 ] {} <Debug> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
13957 | 2024.08.22 02:24:16.774772 [ 3 ] {b148f899-d7e7-4151-982b-c4ccc23a5590} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001616 sec., 141089.10891089108 rows/sec., 9.55 MiB/sec. | ||
13958 | 2024.08.22 02:24:16.774809 [ 56 ] {} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13959 | 2024.08.22 02:24:16.774844 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.85 GiB. | ||
13960 | 2024.08.22 02:24:16.775072 [ 3 ] {b148f899-d7e7-4151-982b-c4ccc23a5590} <Debug> DynamicQueryHandler: Done processing query | ||
13961 | 2024.08.22 02:24:16.775164 [ 3 ] {b148f899-d7e7-4151-982b-c4ccc23a5590} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
13962 | 2024.08.22 02:24:16.775237 [ 3 ] {} <Debug> HTTP-Session: 0f241b78-20ec-4cf4-9340-55a08f3e3331 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13963 | 2024.08.22 02:24:16.775256 [ 195 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::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 | ||
13964 | 2024.08.22 02:24:16.775537 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 96679, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13965 | 2024.08.22 02:24:16.775664 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13966 | 2024.08.22 02:24:16.775703 [ 195 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13967 | 2024.08.22 02:24:16.775717 [ 3 ] {} <Debug> HTTP-Session: 5b15e880-d9a9-4aed-8a9b-1b3985fb8a4d Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
13968 | 2024.08.22 02:24:16.775774 [ 3 ] {} <Debug> HTTP-Session: 5b15e880-d9a9-4aed-8a9b-1b3985fb8a4d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13969 | 2024.08.22 02:24:16.775779 [ 195 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 243 rows starting from the beginning of the part | ||
13970 | 2024.08.22 02:24:16.775793 [ 3 ] {} <Debug> HTTP-Session: 5b15e880-d9a9-4aed-8a9b-1b3985fb8a4d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13971 | 2024.08.22 02:24:16.775860 [ 3 ] {} <Trace> HTTP-Session: 5b15e880-d9a9-4aed-8a9b-1b3985fb8a4d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13972 | 2024.08.22 02:24:16.776007 [ 195 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 228 rows starting from the beginning of the part | ||
13973 | 2024.08.22 02:24:16.776311 [ 195 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 14 rows starting from the beginning of the part | ||
13974 | 2024.08.22 02:24:16.776465 [ 3 ] {43d3d16b-bf75-4599-b7db-335851325b80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13975 | 2024.08.22 02:24:16.776613 [ 195 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 14 rows starting from the beginning of the part | ||
13976 | 2024.08.22 02:24:16.776644 [ 3 ] {43d3d16b-bf75-4599-b7db-335851325b80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13977 | 2024.08.22 02:24:16.776944 [ 195 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 14 rows starting from the beginning of the part | ||
13978 | 2024.08.22 02:24:16.777311 [ 195 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 228 rows starting from the beginning of the part | ||
13979 | 2024.08.22 02:24:16.778121 [ 3 ] {43d3d16b-bf75-4599-b7db-335851325b80} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13980 | 2024.08.22 02:24:16.779434 [ 3 ] {43d3d16b-bf75-4599-b7db-335851325b80} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13981 | 2024.08.22 02:24:16.779511 [ 3 ] {43d3d16b-bf75-4599-b7db-335851325b80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.85 GiB. | ||
13982 | 2024.08.22 02:24:16.780432 [ 195 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 741 rows, containing 5 columns (5 merged, 0 gathered) in 0.005468593 sec., 135501.03289822445 rows/sec., 9.20 MiB/sec. | ||
13983 | 2024.08.22 02:24:16.780485 [ 3 ] {43d3d16b-bf75-4599-b7db-335851325b80} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
13984 | 2024.08.22 02:24:16.780643 [ 195 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
13985 | 2024.08.22 02:24:16.781482 [ 3 ] {43d3d16b-bf75-4599-b7db-335851325b80} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13986 | 2024.08.22 02:24:16.781709 [ 195 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_46_9} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13987 | 2024.08.22 02:24:16.781789 [ 3 ] {43d3d16b-bf75-4599-b7db-335851325b80} <Debug> executeQuery: Read 584 rows, 44.47 KiB in 0.005674 sec., 102925.62566090941 rows/sec., 7.65 MiB/sec. | ||
13988 | 2024.08.22 02:24:16.782004 [ 195 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_46_9} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
13989 | 2024.08.22 02:24:16.782340 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
13990 | 2024.08.22 02:24:16.782372 [ 3 ] {43d3d16b-bf75-4599-b7db-335851325b80} <Debug> DynamicQueryHandler: Done processing query | ||
13991 | 2024.08.22 02:24:16.782450 [ 3 ] {43d3d16b-bf75-4599-b7db-335851325b80} <Debug> MemoryTracker: Peak memory usage (for query): 4.57 MiB. | ||
13992 | 2024.08.22 02:24:16.782516 [ 3 ] {} <Debug> HTTP-Session: 5b15e880-d9a9-4aed-8a9b-1b3985fb8a4d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13993 | 2024.08.22 02:24:16.782839 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 161016, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13994 | 2024.08.22 02:24:16.782890 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13995 | 2024.08.22 02:24:16.782910 [ 3 ] {} <Debug> HTTP-Session: 524a5260-26ad-4c5a-8974-e51f95462217 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
13996 | 2024.08.22 02:24:16.782928 [ 3 ] {} <Debug> HTTP-Session: 524a5260-26ad-4c5a-8974-e51f95462217 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13997 | 2024.08.22 02:24:16.782942 [ 3 ] {} <Debug> HTTP-Session: 524a5260-26ad-4c5a-8974-e51f95462217 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13998 | 2024.08.22 02:24:16.782975 [ 3 ] {} <Trace> HTTP-Session: 524a5260-26ad-4c5a-8974-e51f95462217 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13999 | 2024.08.22 02:24:16.783401 [ 3 ] {38122fef-2e29-424e-9726-0b803052eda7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
14000 | 2024.08.22 02:24:16.783452 [ 3 ] {38122fef-2e29-424e-9726-0b803052eda7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14001 | 2024.08.22 02:24:16.783630 [ 3 ] {38122fef-2e29-424e-9726-0b803052eda7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14002 | 2024.08.22 02:24:16.784421 [ 3 ] {38122fef-2e29-424e-9726-0b803052eda7} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14003 | 2024.08.22 02:24:16.784457 [ 3 ] {38122fef-2e29-424e-9726-0b803052eda7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.85 GiB. | ||
14004 | 2024.08.22 02:24:16.784899 [ 3 ] {38122fef-2e29-424e-9726-0b803052eda7} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
14005 | 2024.08.22 02:24:16.785250 [ 3 ] {38122fef-2e29-424e-9726-0b803052eda7} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14006 | 2024.08.22 02:24:16.785378 [ 3 ] {38122fef-2e29-424e-9726-0b803052eda7} <Debug> executeQuery: Read 847 rows, 58.37 KiB in 0.002248 sec., 376779.35943060496 rows/sec., 25.36 MiB/sec. | ||
14007 | 2024.08.22 02:24:16.785645 [ 3 ] {38122fef-2e29-424e-9726-0b803052eda7} <Debug> DynamicQueryHandler: Done processing query | ||
14008 | 2024.08.22 02:24:16.785705 [ 3 ] {38122fef-2e29-424e-9726-0b803052eda7} <Debug> MemoryTracker: Peak memory usage (for query): 4.66 MiB. | ||
14009 | 2024.08.22 02:24:16.785761 [ 3 ] {} <Debug> HTTP-Session: 524a5260-26ad-4c5a-8974-e51f95462217 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14010 | 2024.08.22 02:24:16.786004 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 71229, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14011 | 2024.08.22 02:24:16.786056 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14012 | 2024.08.22 02:24:16.786075 [ 3 ] {} <Debug> HTTP-Session: 9e71c277-bc11-4049-ada3-95723fd1b4bc Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
14013 | 2024.08.22 02:24:16.786093 [ 3 ] {} <Debug> HTTP-Session: 9e71c277-bc11-4049-ada3-95723fd1b4bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14014 | 2024.08.22 02:24:16.786107 [ 3 ] {} <Debug> HTTP-Session: 9e71c277-bc11-4049-ada3-95723fd1b4bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14015 | 2024.08.22 02:24:16.786139 [ 3 ] {} <Trace> HTTP-Session: 9e71c277-bc11-4049-ada3-95723fd1b4bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14016 | 2024.08.22 02:24:16.786651 [ 3 ] {32bae644-689e-4908-9fe8-8e7e0aa6317b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
14017 | 2024.08.22 02:24:16.786725 [ 3 ] {32bae644-689e-4908-9fe8-8e7e0aa6317b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
14018 | 2024.08.22 02:24:16.787172 [ 3 ] {32bae644-689e-4908-9fe8-8e7e0aa6317b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14019 | 2024.08.22 02:24:16.788056 [ 3 ] {32bae644-689e-4908-9fe8-8e7e0aa6317b} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14020 | 2024.08.22 02:24:16.788104 [ 3 ] {32bae644-689e-4908-9fe8-8e7e0aa6317b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.85 GiB. | ||
14021 | 2024.08.22 02:24:16.788900 [ 3 ] {32bae644-689e-4908-9fe8-8e7e0aa6317b} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
14022 | 2024.08.22 02:24:16.789322 [ 3 ] {32bae644-689e-4908-9fe8-8e7e0aa6317b} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14023 | 2024.08.22 02:24:16.789472 [ 56 ] {} <Debug> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
14024 | 2024.08.22 02:24:16.789475 [ 3 ] {32bae644-689e-4908-9fe8-8e7e0aa6317b} <Debug> executeQuery: Read 44 rows, 80.74 KiB in 0.003231 sec., 13618.074899411948 rows/sec., 24.40 MiB/sec. | ||
14025 | 2024.08.22 02:24:16.789514 [ 56 ] {} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14026 | 2024.08.22 02:24:16.789554 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.85 GiB. | ||
14027 | 2024.08.22 02:24:16.789825 [ 198 ] {54363e51-69d9-4b16-adfe-43c651565682::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 | ||
14028 | 2024.08.22 02:24:16.789973 [ 3 ] {32bae644-689e-4908-9fe8-8e7e0aa6317b} <Debug> DynamicQueryHandler: Done processing query | ||
14029 | 2024.08.22 02:24:16.790023 [ 3 ] {32bae644-689e-4908-9fe8-8e7e0aa6317b} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
14030 | 2024.08.22 02:24:16.790077 [ 3 ] {} <Debug> HTTP-Session: 9e71c277-bc11-4049-ada3-95723fd1b4bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14031 | 2024.08.22 02:24:16.790301 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 1451, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14032 | 2024.08.22 02:24:16.790431 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14033 | 2024.08.22 02:24:16.790471 [ 198 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14034 | 2024.08.22 02:24:16.790522 [ 3 ] {} <Debug> HTTP-Session: 6639cf74-ac9e-4cbd-b8de-2c604f660fd9 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
14035 | 2024.08.22 02:24:16.790585 [ 3 ] {} <Debug> HTTP-Session: 6639cf74-ac9e-4cbd-b8de-2c604f660fd9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14036 | 2024.08.22 02:24:16.790632 [ 3 ] {} <Debug> HTTP-Session: 6639cf74-ac9e-4cbd-b8de-2c604f660fd9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14037 | 2024.08.22 02:24:16.790666 [ 198 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 991 rows starting from the beginning of the part | ||
14038 | 2024.08.22 02:24:16.790707 [ 3 ] {} <Trace> HTTP-Session: 6639cf74-ac9e-4cbd-b8de-2c604f660fd9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14039 | 2024.08.22 02:24:16.791157 [ 3 ] {1692ab98-35e9-4559-8776-e0b7d6dbf282} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
14040 | 2024.08.22 02:24:16.791237 [ 198 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 40 rows starting from the beginning of the part | ||
14041 | 2024.08.22 02:24:16.791260 [ 3 ] {1692ab98-35e9-4559-8776-e0b7d6dbf282} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
14042 | 2024.08.22 02:24:16.792040 [ 198 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 2 rows starting from the beginning of the part | ||
14043 | 2024.08.22 02:24:16.792215 [ 3 ] {1692ab98-35e9-4559-8776-e0b7d6dbf282} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14044 | 2024.08.22 02:24:16.792656 [ 198 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 41 rows starting from the beginning of the part | ||
14045 | 2024.08.22 02:24:16.793336 [ 198 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 2 rows starting from the beginning of the part | ||
14046 | 2024.08.22 02:24:16.793403 [ 3 ] {1692ab98-35e9-4559-8776-e0b7d6dbf282} <Trace> oximeter.measurements_i64 (e717f8f5-cb28-4a40-9a81-0c11087f0caa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14047 | 2024.08.22 02:24:16.793477 [ 3 ] {1692ab98-35e9-4559-8776-e0b7d6dbf282} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.85 GiB. | ||
14048 | 2024.08.22 02:24:16.793930 [ 198 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 44 rows starting from the beginning of the part | ||
14049 | 2024.08.22 02:24:16.794841 [ 3 ] {1692ab98-35e9-4559-8776-e0b7d6dbf282} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
14050 | 2024.08.22 02:24:16.795661 [ 3 ] {1692ab98-35e9-4559-8776-e0b7d6dbf282} <Trace> oximeter.measurements_i64 (e717f8f5-cb28-4a40-9a81-0c11087f0caa): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14051 | 2024.08.22 02:24:16.796078 [ 3 ] {1692ab98-35e9-4559-8776-e0b7d6dbf282} <Debug> executeQuery: Read 9 rows, 651.00 B in 0.005141 sec., 1750.632172729041 rows/sec., 123.66 KiB/sec. | ||
14052 | 2024.08.22 02:24:16.796389 [ 3 ] {1692ab98-35e9-4559-8776-e0b7d6dbf282} <Debug> DynamicQueryHandler: Done processing query | ||
14053 | 2024.08.22 02:24:16.796414 [ 3 ] {1692ab98-35e9-4559-8776-e0b7d6dbf282} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
14054 | 2024.08.22 02:24:16.796436 [ 3 ] {} <Debug> HTTP-Session: 6639cf74-ac9e-4cbd-b8de-2c604f660fd9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14055 | 2024.08.22 02:24:16.796594 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14056 | 2024.08.22 02:24:16.796653 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14057 | 2024.08.22 02:24:16.796685 [ 3 ] {} <Debug> HTTP-Session: 0c90a84b-0aba-4b9d-8ce9-256935770d69 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
14058 | 2024.08.22 02:24:16.796706 [ 3 ] {} <Debug> HTTP-Session: 0c90a84b-0aba-4b9d-8ce9-256935770d69 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14059 | 2024.08.22 02:24:16.796728 [ 3 ] {} <Debug> HTTP-Session: 0c90a84b-0aba-4b9d-8ce9-256935770d69 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14060 | 2024.08.22 02:24:16.796774 [ 3 ] {} <Trace> HTTP-Session: 0c90a84b-0aba-4b9d-8ce9-256935770d69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14061 | 2024.08.22 02:24:16.796999 [ 3 ] {ca627a1e-9bcc-4251-bba6-d5081e361083} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
14062 | 2024.08.22 02:24:16.797133 [ 3 ] {ca627a1e-9bcc-4251-bba6-d5081e361083} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14063 | 2024.08.22 02:24:16.797767 [ 3 ] {ca627a1e-9bcc-4251-bba6-d5081e361083} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14064 | 2024.08.22 02:24:16.798819 [ 3 ] {ca627a1e-9bcc-4251-bba6-d5081e361083} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14065 | 2024.08.22 02:24:16.798895 [ 3 ] {ca627a1e-9bcc-4251-bba6-d5081e361083} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.85 GiB. | ||
14066 | 2024.08.22 02:24:16.800089 [ 3 ] {ca627a1e-9bcc-4251-bba6-d5081e361083} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
14067 | 2024.08.22 02:24:16.800984 [ 3 ] {ca627a1e-9bcc-4251-bba6-d5081e361083} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14068 | 2024.08.22 02:24:16.801162 [ 3 ] {ca627a1e-9bcc-4251-bba6-d5081e361083} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004271 sec., 14048.232264106768 rows/sec., 969.47 KiB/sec. | ||
14069 | 2024.08.22 02:24:16.801392 [ 3 ] {ca627a1e-9bcc-4251-bba6-d5081e361083} <Debug> DynamicQueryHandler: Done processing query | ||
14070 | 2024.08.22 02:24:16.801416 [ 3 ] {ca627a1e-9bcc-4251-bba6-d5081e361083} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14071 | 2024.08.22 02:24:16.801432 [ 3 ] {} <Debug> HTTP-Session: 0c90a84b-0aba-4b9d-8ce9-256935770d69 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14072 | 2024.08.22 02:24:16.803508 [ 197 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1120 rows, containing 19 columns (19 merged, 0 gathered) in 0.013830347 sec., 80981.33763382799 rows/sec., 145.11 MiB/sec. | ||
14073 | 2024.08.22 02:24:16.805097 [ 199 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
14074 | 2024.08.22 02:24:16.805726 [ 199 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_66_13} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14075 | 2024.08.22 02:24:16.805817 [ 199 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_66_13} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
14076 | 2024.08.22 02:24:16.805969 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.43 MiB. | ||
14077 | 2024.08.22 02:24:21.735467 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 661, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14078 | 2024.08.22 02:24:21.735668 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14079 | 2024.08.22 02:24:21.735715 [ 3 ] {} <Debug> HTTP-Session: 5ff77f4b-c260-48b6-b638-ef5495e64f23 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
14080 | 2024.08.22 02:24:21.735757 [ 3 ] {} <Debug> HTTP-Session: 5ff77f4b-c260-48b6-b638-ef5495e64f23 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14081 | 2024.08.22 02:24:21.735784 [ 3 ] {} <Debug> HTTP-Session: 5ff77f4b-c260-48b6-b638-ef5495e64f23 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14082 | 2024.08.22 02:24:21.735864 [ 3 ] {} <Trace> HTTP-Session: 5ff77f4b-c260-48b6-b638-ef5495e64f23 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14083 | 2024.08.22 02:24:21.736090 [ 3 ] {84b861e3-ca95-4d98-b98e-ab6608a181a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
14084 | 2024.08.22 02:24:21.736161 [ 3 ] {84b861e3-ca95-4d98-b98e-ab6608a181a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
14085 | 2024.08.22 02:24:21.736512 [ 3 ] {84b861e3-ca95-4d98-b98e-ab6608a181a9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14086 | 2024.08.22 02:24:21.736962 [ 3 ] {84b861e3-ca95-4d98-b98e-ab6608a181a9} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14087 | 2024.08.22 02:24:21.737011 [ 3 ] {84b861e3-ca95-4d98-b98e-ab6608a181a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.84 GiB. | ||
14088 | 2024.08.22 02:24:21.737443 [ 3 ] {84b861e3-ca95-4d98-b98e-ab6608a181a9} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
14089 | 2024.08.22 02:24:21.737838 [ 3 ] {84b861e3-ca95-4d98-b98e-ab6608a181a9} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14090 | 2024.08.22 02:24:21.738030 [ 3 ] {84b861e3-ca95-4d98-b98e-ab6608a181a9} <Debug> executeQuery: Read 4 rows, 319.00 B in 0.001987 sec., 2013.0850528434826 rows/sec., 156.78 KiB/sec. | ||
14091 | 2024.08.22 02:24:21.738267 [ 3 ] {84b861e3-ca95-4d98-b98e-ab6608a181a9} <Debug> DynamicQueryHandler: Done processing query | ||
14092 | 2024.08.22 02:24:21.738294 [ 3 ] {84b861e3-ca95-4d98-b98e-ab6608a181a9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14093 | 2024.08.22 02:24:21.738311 [ 3 ] {} <Debug> HTTP-Session: 5ff77f4b-c260-48b6-b638-ef5495e64f23 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14094 | 2024.08.22 02:24:21.738501 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 29616, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14095 | 2024.08.22 02:24:21.738564 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14096 | 2024.08.22 02:24:21.738586 [ 3 ] {} <Debug> HTTP-Session: 0a7a875d-c173-4b48-bac5-edb2976f59d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
14097 | 2024.08.22 02:24:21.738604 [ 3 ] {} <Debug> HTTP-Session: 0a7a875d-c173-4b48-bac5-edb2976f59d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14098 | 2024.08.22 02:24:21.738618 [ 3 ] {} <Debug> HTTP-Session: 0a7a875d-c173-4b48-bac5-edb2976f59d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14099 | 2024.08.22 02:24:21.738655 [ 3 ] {} <Trace> HTTP-Session: 0a7a875d-c173-4b48-bac5-edb2976f59d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14100 | 2024.08.22 02:24:21.738822 [ 3 ] {6a155fae-7b58-4636-8068-b5a5e024a5ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
14101 | 2024.08.22 02:24:21.738872 [ 3 ] {6a155fae-7b58-4636-8068-b5a5e024a5ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14102 | 2024.08.22 02:24:21.739119 [ 3 ] {6a155fae-7b58-4636-8068-b5a5e024a5ff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14103 | 2024.08.22 02:24:21.739615 [ 3 ] {6a155fae-7b58-4636-8068-b5a5e024a5ff} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14104 | 2024.08.22 02:24:21.739655 [ 3 ] {6a155fae-7b58-4636-8068-b5a5e024a5ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.84 GiB. | ||
14105 | 2024.08.22 02:24:21.740040 [ 3 ] {6a155fae-7b58-4636-8068-b5a5e024a5ff} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
14106 | 2024.08.22 02:24:21.740414 [ 3 ] {6a155fae-7b58-4636-8068-b5a5e024a5ff} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14107 | 2024.08.22 02:24:21.740580 [ 3 ] {6a155fae-7b58-4636-8068-b5a5e024a5ff} <Debug> executeQuery: Read 198 rows, 17.58 KiB in 0.001833 sec., 108019.63993453355 rows/sec., 9.37 MiB/sec. | ||
14108 | 2024.08.22 02:24:21.740879 [ 3 ] {6a155fae-7b58-4636-8068-b5a5e024a5ff} <Debug> DynamicQueryHandler: Done processing query | ||
14109 | 2024.08.22 02:24:21.740940 [ 3 ] {6a155fae-7b58-4636-8068-b5a5e024a5ff} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
14110 | 2024.08.22 02:24:21.741002 [ 3 ] {} <Debug> HTTP-Session: 0a7a875d-c173-4b48-bac5-edb2976f59d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14111 | 2024.08.22 02:24:21.741188 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 879, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14112 | 2024.08.22 02:24:21.741245 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14113 | 2024.08.22 02:24:21.741265 [ 3 ] {} <Debug> HTTP-Session: d6398a17-7a99-465c-91d7-937be36790c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
14114 | 2024.08.22 02:24:21.741282 [ 3 ] {} <Debug> HTTP-Session: d6398a17-7a99-465c-91d7-937be36790c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14115 | 2024.08.22 02:24:21.741296 [ 3 ] {} <Debug> HTTP-Session: d6398a17-7a99-465c-91d7-937be36790c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14116 | 2024.08.22 02:24:21.741331 [ 3 ] {} <Trace> HTTP-Session: d6398a17-7a99-465c-91d7-937be36790c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14117 | 2024.08.22 02:24:21.741438 [ 3 ] {c710e386-be47-4fd0-a53b-6969e9af46ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
14118 | 2024.08.22 02:24:21.741485 [ 3 ] {c710e386-be47-4fd0-a53b-6969e9af46ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
14119 | 2024.08.22 02:24:21.741732 [ 3 ] {c710e386-be47-4fd0-a53b-6969e9af46ab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14120 | 2024.08.22 02:24:21.742055 [ 3 ] {c710e386-be47-4fd0-a53b-6969e9af46ab} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14121 | 2024.08.22 02:24:21.742092 [ 3 ] {c710e386-be47-4fd0-a53b-6969e9af46ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.84 GiB. | ||
14122 | 2024.08.22 02:24:21.742442 [ 3 ] {c710e386-be47-4fd0-a53b-6969e9af46ab} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
14123 | 2024.08.22 02:24:21.742794 [ 3 ] {c710e386-be47-4fd0-a53b-6969e9af46ab} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14124 | 2024.08.22 02:24:21.742955 [ 3 ] {c710e386-be47-4fd0-a53b-6969e9af46ab} <Debug> executeQuery: Read 6 rows, 425.00 B in 0.001547 sec., 3878.4744667097607 rows/sec., 268.29 KiB/sec. | ||
14125 | 2024.08.22 02:24:21.743141 [ 3 ] {c710e386-be47-4fd0-a53b-6969e9af46ab} <Debug> DynamicQueryHandler: Done processing query | ||
14126 | 2024.08.22 02:24:21.743164 [ 3 ] {c710e386-be47-4fd0-a53b-6969e9af46ab} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14127 | 2024.08.22 02:24:21.743181 [ 3 ] {} <Debug> HTTP-Session: d6398a17-7a99-465c-91d7-937be36790c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14128 | 2024.08.22 02:24:21.743301 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14129 | 2024.08.22 02:24:21.743350 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14130 | 2024.08.22 02:24:21.743369 [ 3 ] {} <Debug> HTTP-Session: 3e2fd53b-5615-4344-bab1-8a39ff39dd51 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
14131 | 2024.08.22 02:24:21.743386 [ 3 ] {} <Debug> HTTP-Session: 3e2fd53b-5615-4344-bab1-8a39ff39dd51 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14132 | 2024.08.22 02:24:21.743399 [ 3 ] {} <Debug> HTTP-Session: 3e2fd53b-5615-4344-bab1-8a39ff39dd51 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14133 | 2024.08.22 02:24:21.743431 [ 3 ] {} <Trace> HTTP-Session: 3e2fd53b-5615-4344-bab1-8a39ff39dd51 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14134 | 2024.08.22 02:24:21.743532 [ 3 ] {2d3f45c4-0bce-498b-950b-a9f4a38f4aa4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
14135 | 2024.08.22 02:24:21.743577 [ 3 ] {2d3f45c4-0bce-498b-950b-a9f4a38f4aa4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
14136 | 2024.08.22 02:24:21.743804 [ 3 ] {2d3f45c4-0bce-498b-950b-a9f4a38f4aa4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14137 | 2024.08.22 02:24:21.744113 [ 3 ] {2d3f45c4-0bce-498b-950b-a9f4a38f4aa4} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14138 | 2024.08.22 02:24:21.744149 [ 3 ] {2d3f45c4-0bce-498b-950b-a9f4a38f4aa4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.84 GiB. | ||
14139 | 2024.08.22 02:24:21.744510 [ 3 ] {2d3f45c4-0bce-498b-950b-a9f4a38f4aa4} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
14140 | 2024.08.22 02:24:21.744862 [ 3 ] {2d3f45c4-0bce-498b-950b-a9f4a38f4aa4} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14141 | 2024.08.22 02:24:21.745001 [ 3 ] {2d3f45c4-0bce-498b-950b-a9f4a38f4aa4} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001492 sec., 9383.378016085791 rows/sec., 657.15 KiB/sec. | ||
14142 | 2024.08.22 02:24:21.745233 [ 3 ] {2d3f45c4-0bce-498b-950b-a9f4a38f4aa4} <Debug> DynamicQueryHandler: Done processing query | ||
14143 | 2024.08.22 02:24:21.745258 [ 3 ] {2d3f45c4-0bce-498b-950b-a9f4a38f4aa4} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
14144 | 2024.08.22 02:24:21.745275 [ 3 ] {} <Debug> HTTP-Session: 3e2fd53b-5615-4344-bab1-8a39ff39dd51 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14145 | 2024.08.22 02:24:21.745392 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14146 | 2024.08.22 02:24:21.745442 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14147 | 2024.08.22 02:24:21.745462 [ 3 ] {} <Debug> HTTP-Session: 5619f39a-3b89-4212-ac60-4d92c715cb93 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
14148 | 2024.08.22 02:24:21.745478 [ 3 ] {} <Debug> HTTP-Session: 5619f39a-3b89-4212-ac60-4d92c715cb93 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14149 | 2024.08.22 02:24:21.745492 [ 3 ] {} <Debug> HTTP-Session: 5619f39a-3b89-4212-ac60-4d92c715cb93 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14150 | 2024.08.22 02:24:21.745524 [ 3 ] {} <Trace> HTTP-Session: 5619f39a-3b89-4212-ac60-4d92c715cb93 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14151 | 2024.08.22 02:24:21.745622 [ 3 ] {e536921c-9dce-4a3b-961c-f0a48661abd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
14152 | 2024.08.22 02:24:21.745665 [ 3 ] {e536921c-9dce-4a3b-961c-f0a48661abd3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
14153 | 2024.08.22 02:24:21.745903 [ 3 ] {e536921c-9dce-4a3b-961c-f0a48661abd3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14154 | 2024.08.22 02:24:21.746213 [ 3 ] {e536921c-9dce-4a3b-961c-f0a48661abd3} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14155 | 2024.08.22 02:24:21.746250 [ 3 ] {e536921c-9dce-4a3b-961c-f0a48661abd3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.84 GiB. | ||
14156 | 2024.08.22 02:24:21.746622 [ 3 ] {e536921c-9dce-4a3b-961c-f0a48661abd3} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
14157 | 2024.08.22 02:24:21.746970 [ 3 ] {e536921c-9dce-4a3b-961c-f0a48661abd3} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14158 | 2024.08.22 02:24:21.747134 [ 3 ] {e536921c-9dce-4a3b-961c-f0a48661abd3} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001528 sec., 3926.7015706806283 rows/sec., 232.00 KiB/sec. | ||
14159 | 2024.08.22 02:24:21.747425 [ 3 ] {e536921c-9dce-4a3b-961c-f0a48661abd3} <Debug> DynamicQueryHandler: Done processing query | ||
14160 | 2024.08.22 02:24:21.747467 [ 3 ] {e536921c-9dce-4a3b-961c-f0a48661abd3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14161 | 2024.08.22 02:24:21.747487 [ 3 ] {} <Debug> HTTP-Session: 5619f39a-3b89-4212-ac60-4d92c715cb93 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14162 | 2024.08.22 02:24:21.747677 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 64681, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14163 | 2024.08.22 02:24:21.747727 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14164 | 2024.08.22 02:24:21.747746 [ 3 ] {} <Debug> HTTP-Session: 7b9e561a-6ffd-47da-a123-3c3ec97d9f50 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
14165 | 2024.08.22 02:24:21.747762 [ 3 ] {} <Debug> HTTP-Session: 7b9e561a-6ffd-47da-a123-3c3ec97d9f50 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14166 | 2024.08.22 02:24:21.747775 [ 3 ] {} <Debug> HTTP-Session: 7b9e561a-6ffd-47da-a123-3c3ec97d9f50 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14167 | 2024.08.22 02:24:21.747832 [ 3 ] {} <Trace> HTTP-Session: 7b9e561a-6ffd-47da-a123-3c3ec97d9f50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14168 | 2024.08.22 02:24:21.748050 [ 3 ] {ae18202d-c6c0-4818-812d-9f2221eb4aae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
14169 | 2024.08.22 02:24:21.748095 [ 3 ] {ae18202d-c6c0-4818-812d-9f2221eb4aae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14170 | 2024.08.22 02:24:21.748335 [ 3 ] {ae18202d-c6c0-4818-812d-9f2221eb4aae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14171 | 2024.08.22 02:24:21.748898 [ 3 ] {ae18202d-c6c0-4818-812d-9f2221eb4aae} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14172 | 2024.08.22 02:24:21.748934 [ 3 ] {ae18202d-c6c0-4818-812d-9f2221eb4aae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.84 GiB. | ||
14173 | 2024.08.22 02:24:21.749298 [ 3 ] {ae18202d-c6c0-4818-812d-9f2221eb4aae} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
14174 | 2024.08.22 02:24:21.749648 [ 3 ] {ae18202d-c6c0-4818-812d-9f2221eb4aae} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14175 | 2024.08.22 02:24:21.749802 [ 3 ] {ae18202d-c6c0-4818-812d-9f2221eb4aae} <Debug> executeQuery: Read 400 rows, 28.99 KiB in 0.001875 sec., 213333.33333333334 rows/sec., 15.10 MiB/sec. | ||
14176 | 2024.08.22 02:24:21.749993 [ 3 ] {ae18202d-c6c0-4818-812d-9f2221eb4aae} <Debug> DynamicQueryHandler: Done processing query | ||
14177 | 2024.08.22 02:24:21.750016 [ 3 ] {ae18202d-c6c0-4818-812d-9f2221eb4aae} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
14178 | 2024.08.22 02:24:21.750032 [ 3 ] {} <Debug> HTTP-Session: 7b9e561a-6ffd-47da-a123-3c3ec97d9f50 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14179 | 2024.08.22 02:24:21.750179 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14180 | 2024.08.22 02:24:21.750228 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14181 | 2024.08.22 02:24:21.750248 [ 3 ] {} <Debug> HTTP-Session: f2bd66bf-7b9a-4db6-a910-e29b4711db73 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
14182 | 2024.08.22 02:24:21.750264 [ 3 ] {} <Debug> HTTP-Session: f2bd66bf-7b9a-4db6-a910-e29b4711db73 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14183 | 2024.08.22 02:24:21.750278 [ 3 ] {} <Debug> HTTP-Session: f2bd66bf-7b9a-4db6-a910-e29b4711db73 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14184 | 2024.08.22 02:24:21.750308 [ 3 ] {} <Trace> HTTP-Session: f2bd66bf-7b9a-4db6-a910-e29b4711db73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14185 | 2024.08.22 02:24:21.750402 [ 3 ] {b5203ead-47ac-410e-a735-641c71630905} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
14186 | 2024.08.22 02:24:21.750447 [ 3 ] {b5203ead-47ac-410e-a735-641c71630905} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
14187 | 2024.08.22 02:24:21.750577 [ 3 ] {b5203ead-47ac-410e-a735-641c71630905} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14188 | 2024.08.22 02:24:21.750898 [ 3 ] {b5203ead-47ac-410e-a735-641c71630905} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14189 | 2024.08.22 02:24:21.750934 [ 3 ] {b5203ead-47ac-410e-a735-641c71630905} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.84 GiB. | ||
14190 | 2024.08.22 02:24:21.751289 [ 3 ] {b5203ead-47ac-410e-a735-641c71630905} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
14191 | 2024.08.22 02:24:21.751617 [ 3 ] {b5203ead-47ac-410e-a735-641c71630905} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14192 | 2024.08.22 02:24:21.751775 [ 3 ] {b5203ead-47ac-410e-a735-641c71630905} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001387 sec., 4325.883201153569 rows/sec., 226.01 KiB/sec. | ||
14193 | 2024.08.22 02:24:21.752102 [ 3 ] {b5203ead-47ac-410e-a735-641c71630905} <Debug> DynamicQueryHandler: Done processing query | ||
14194 | 2024.08.22 02:24:21.752138 [ 3 ] {b5203ead-47ac-410e-a735-641c71630905} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
14195 | 2024.08.22 02:24:21.752154 [ 3 ] {} <Debug> HTTP-Session: f2bd66bf-7b9a-4db6-a910-e29b4711db73 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14196 | 2024.08.22 02:24:21.752326 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 45153, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14197 | 2024.08.22 02:24:21.752376 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14198 | 2024.08.22 02:24:21.752395 [ 3 ] {} <Debug> HTTP-Session: 8590bbfe-db8a-4714-a0ee-33592c7b14b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
14199 | 2024.08.22 02:24:21.752412 [ 3 ] {} <Debug> HTTP-Session: 8590bbfe-db8a-4714-a0ee-33592c7b14b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14200 | 2024.08.22 02:24:21.752425 [ 3 ] {} <Debug> HTTP-Session: 8590bbfe-db8a-4714-a0ee-33592c7b14b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14201 | 2024.08.22 02:24:21.752455 [ 3 ] {} <Trace> HTTP-Session: 8590bbfe-db8a-4714-a0ee-33592c7b14b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14202 | 2024.08.22 02:24:21.752655 [ 3 ] {99de5d86-7dd4-4771-be14-eb4a1fc5eef0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
14203 | 2024.08.22 02:24:21.752703 [ 3 ] {99de5d86-7dd4-4771-be14-eb4a1fc5eef0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14204 | 2024.08.22 02:24:21.752869 [ 3 ] {99de5d86-7dd4-4771-be14-eb4a1fc5eef0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14205 | 2024.08.22 02:24:21.753324 [ 3 ] {99de5d86-7dd4-4771-be14-eb4a1fc5eef0} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14206 | 2024.08.22 02:24:21.753360 [ 3 ] {99de5d86-7dd4-4771-be14-eb4a1fc5eef0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.84 GiB. | ||
14207 | 2024.08.22 02:24:21.753747 [ 3 ] {99de5d86-7dd4-4771-be14-eb4a1fc5eef0} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
14208 | 2024.08.22 02:24:21.754080 [ 3 ] {99de5d86-7dd4-4771-be14-eb4a1fc5eef0} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14209 | 2024.08.22 02:24:21.754238 [ 3 ] {99de5d86-7dd4-4771-be14-eb4a1fc5eef0} <Debug> executeQuery: Read 240 rows, 16.46 KiB in 0.001677 sec., 143112.70125223612 rows/sec., 9.59 MiB/sec. | ||
14210 | 2024.08.22 02:24:21.754507 [ 3 ] {99de5d86-7dd4-4771-be14-eb4a1fc5eef0} <Debug> DynamicQueryHandler: Done processing query | ||
14211 | 2024.08.22 02:24:21.754560 [ 3 ] {99de5d86-7dd4-4771-be14-eb4a1fc5eef0} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
14212 | 2024.08.22 02:24:21.754624 [ 3 ] {} <Debug> HTTP-Session: 8590bbfe-db8a-4714-a0ee-33592c7b14b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14213 | 2024.08.22 02:24:21.754803 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14214 | 2024.08.22 02:24:21.754855 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14215 | 2024.08.22 02:24:21.754874 [ 3 ] {} <Debug> HTTP-Session: 1e315c17-2c05-4a13-a0b7-dd3796d45376 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
14216 | 2024.08.22 02:24:21.754891 [ 3 ] {} <Debug> HTTP-Session: 1e315c17-2c05-4a13-a0b7-dd3796d45376 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14217 | 2024.08.22 02:24:21.754905 [ 3 ] {} <Debug> HTTP-Session: 1e315c17-2c05-4a13-a0b7-dd3796d45376 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14218 | 2024.08.22 02:24:21.754937 [ 3 ] {} <Trace> HTTP-Session: 1e315c17-2c05-4a13-a0b7-dd3796d45376 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14219 | 2024.08.22 02:24:21.755034 [ 3 ] {29edd1a8-3722-4047-a94f-78bbcdb1c6d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
14220 | 2024.08.22 02:24:21.755081 [ 3 ] {29edd1a8-3722-4047-a94f-78bbcdb1c6d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
14221 | 2024.08.22 02:24:21.755220 [ 3 ] {29edd1a8-3722-4047-a94f-78bbcdb1c6d5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14222 | 2024.08.22 02:24:21.755473 [ 3 ] {29edd1a8-3722-4047-a94f-78bbcdb1c6d5} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14223 | 2024.08.22 02:24:21.755509 [ 3 ] {29edd1a8-3722-4047-a94f-78bbcdb1c6d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.84 GiB. | ||
14224 | 2024.08.22 02:24:21.755853 [ 3 ] {29edd1a8-3722-4047-a94f-78bbcdb1c6d5} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
14225 | 2024.08.22 02:24:21.756168 [ 3 ] {29edd1a8-3722-4047-a94f-78bbcdb1c6d5} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14226 | 2024.08.22 02:24:21.756328 [ 3 ] {29edd1a8-3722-4047-a94f-78bbcdb1c6d5} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00131 sec., 763.3587786259542 rows/sec., 51.44 KiB/sec. | ||
14227 | 2024.08.22 02:24:21.756499 [ 3 ] {29edd1a8-3722-4047-a94f-78bbcdb1c6d5} <Debug> DynamicQueryHandler: Done processing query | ||
14228 | 2024.08.22 02:24:21.756523 [ 3 ] {29edd1a8-3722-4047-a94f-78bbcdb1c6d5} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
14229 | 2024.08.22 02:24:21.756538 [ 3 ] {} <Debug> HTTP-Session: 1e315c17-2c05-4a13-a0b7-dd3796d45376 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14230 | 2024.08.22 02:24:21.756646 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 3336, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14231 | 2024.08.22 02:24:21.756695 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14232 | 2024.08.22 02:24:21.756714 [ 3 ] {} <Debug> HTTP-Session: 6c1bc57f-d6a1-41af-8bc7-9f86e917cf5a Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
14233 | 2024.08.22 02:24:21.756731 [ 3 ] {} <Debug> HTTP-Session: 6c1bc57f-d6a1-41af-8bc7-9f86e917cf5a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14234 | 2024.08.22 02:24:21.756744 [ 3 ] {} <Debug> HTTP-Session: 6c1bc57f-d6a1-41af-8bc7-9f86e917cf5a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14235 | 2024.08.22 02:24:21.756774 [ 3 ] {} <Trace> HTTP-Session: 6c1bc57f-d6a1-41af-8bc7-9f86e917cf5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14236 | 2024.08.22 02:24:21.756884 [ 3 ] {25d29743-0dbc-4660-9638-7927e567ea67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
14237 | 2024.08.22 02:24:21.756946 [ 3 ] {25d29743-0dbc-4660-9638-7927e567ea67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
14238 | 2024.08.22 02:24:21.757360 [ 3 ] {25d29743-0dbc-4660-9638-7927e567ea67} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14239 | 2024.08.22 02:24:21.757845 [ 3 ] {25d29743-0dbc-4660-9638-7927e567ea67} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14240 | 2024.08.22 02:24:21.757880 [ 3 ] {25d29743-0dbc-4660-9638-7927e567ea67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.84 GiB. | ||
14241 | 2024.08.22 02:24:21.758466 [ 3 ] {25d29743-0dbc-4660-9638-7927e567ea67} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
14242 | 2024.08.22 02:24:21.758877 [ 3 ] {25d29743-0dbc-4660-9638-7927e567ea67} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14243 | 2024.08.22 02:24:21.759060 [ 3 ] {25d29743-0dbc-4660-9638-7927e567ea67} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.002216 sec., 902.5270758122743 rows/sec., 1.62 MiB/sec. | ||
14244 | 2024.08.22 02:24:21.759289 [ 3 ] {25d29743-0dbc-4660-9638-7927e567ea67} <Debug> DynamicQueryHandler: Done processing query | ||
14245 | 2024.08.22 02:24:21.759312 [ 3 ] {25d29743-0dbc-4660-9638-7927e567ea67} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
14246 | 2024.08.22 02:24:21.759328 [ 3 ] {} <Debug> HTTP-Session: 6c1bc57f-d6a1-41af-8bc7-9f86e917cf5a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14247 | 2024.08.22 02:24:21.759454 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 12133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14248 | 2024.08.22 02:24:21.759503 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14249 | 2024.08.22 02:24:21.759523 [ 3 ] {} <Debug> HTTP-Session: 7b348cb7-4568-43cc-97cf-96de03a3b5fa Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
14250 | 2024.08.22 02:24:21.759539 [ 3 ] {} <Debug> HTTP-Session: 7b348cb7-4568-43cc-97cf-96de03a3b5fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14251 | 2024.08.22 02:24:21.759553 [ 3 ] {} <Debug> HTTP-Session: 7b348cb7-4568-43cc-97cf-96de03a3b5fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14252 | 2024.08.22 02:24:21.759584 [ 3 ] {} <Trace> HTTP-Session: 7b348cb7-4568-43cc-97cf-96de03a3b5fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14253 | 2024.08.22 02:24:21.759711 [ 3 ] {3d187a94-0754-4eef-b5fe-d3e0bfd45279} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
14254 | 2024.08.22 02:24:21.759755 [ 3 ] {3d187a94-0754-4eef-b5fe-d3e0bfd45279} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14255 | 2024.08.22 02:24:21.759885 [ 3 ] {3d187a94-0754-4eef-b5fe-d3e0bfd45279} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14256 | 2024.08.22 02:24:21.760180 [ 3 ] {3d187a94-0754-4eef-b5fe-d3e0bfd45279} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14257 | 2024.08.22 02:24:21.760215 [ 3 ] {3d187a94-0754-4eef-b5fe-d3e0bfd45279} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.84 GiB. | ||
14258 | 2024.08.22 02:24:21.760579 [ 3 ] {3d187a94-0754-4eef-b5fe-d3e0bfd45279} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
14259 | 2024.08.22 02:24:21.760899 [ 3 ] {3d187a94-0754-4eef-b5fe-d3e0bfd45279} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14260 | 2024.08.22 02:24:21.761053 [ 3 ] {3d187a94-0754-4eef-b5fe-d3e0bfd45279} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001387 sec., 59120.403749098776 rows/sec., 3.75 MiB/sec. | ||
14261 | 2024.08.22 02:24:21.761224 [ 3 ] {3d187a94-0754-4eef-b5fe-d3e0bfd45279} <Debug> DynamicQueryHandler: Done processing query | ||
14262 | 2024.08.22 02:24:21.761248 [ 3 ] {3d187a94-0754-4eef-b5fe-d3e0bfd45279} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
14263 | 2024.08.22 02:24:21.761264 [ 3 ] {} <Debug> HTTP-Session: 7b348cb7-4568-43cc-97cf-96de03a3b5fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14264 | 2024.08.22 02:24:26.733231 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 514, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14265 | 2024.08.22 02:24:26.733418 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14266 | 2024.08.22 02:24:26.733465 [ 3 ] {} <Debug> HTTP-Session: 8da9b2ec-e460-4473-b743-fdb65c321a6b Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
14267 | 2024.08.22 02:24:26.733508 [ 3 ] {} <Debug> HTTP-Session: 8da9b2ec-e460-4473-b743-fdb65c321a6b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14268 | 2024.08.22 02:24:26.733538 [ 3 ] {} <Debug> HTTP-Session: 8da9b2ec-e460-4473-b743-fdb65c321a6b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14269 | 2024.08.22 02:24:26.733619 [ 3 ] {} <Trace> HTTP-Session: 8da9b2ec-e460-4473-b743-fdb65c321a6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14270 | 2024.08.22 02:24:26.733907 [ 3 ] {71f214b7-f94a-4a11-a9d7-30834753922c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
14271 | 2024.08.22 02:24:26.734019 [ 3 ] {71f214b7-f94a-4a11-a9d7-30834753922c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
14272 | 2024.08.22 02:24:26.734401 [ 3 ] {71f214b7-f94a-4a11-a9d7-30834753922c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14273 | 2024.08.22 02:24:26.734888 [ 3 ] {71f214b7-f94a-4a11-a9d7-30834753922c} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14274 | 2024.08.22 02:24:26.734936 [ 3 ] {71f214b7-f94a-4a11-a9d7-30834753922c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.84 GiB. | ||
14275 | 2024.08.22 02:24:26.735365 [ 3 ] {71f214b7-f94a-4a11-a9d7-30834753922c} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
14276 | 2024.08.22 02:24:26.735746 [ 3 ] {71f214b7-f94a-4a11-a9d7-30834753922c} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14277 | 2024.08.22 02:24:26.735918 [ 3 ] {71f214b7-f94a-4a11-a9d7-30834753922c} <Debug> executeQuery: Read 3 rows, 243.00 B in 0.002097 sec., 1430.615164520744 rows/sec., 113.16 KiB/sec. | ||
14278 | 2024.08.22 02:24:26.736253 [ 3 ] {71f214b7-f94a-4a11-a9d7-30834753922c} <Debug> DynamicQueryHandler: Done processing query | ||
14279 | 2024.08.22 02:24:26.736284 [ 3 ] {71f214b7-f94a-4a11-a9d7-30834753922c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14280 | 2024.08.22 02:24:26.736301 [ 3 ] {} <Debug> HTTP-Session: 8da9b2ec-e460-4473-b743-fdb65c321a6b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14281 | 2024.08.22 02:24:26.736462 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 21802, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14282 | 2024.08.22 02:24:26.736521 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14283 | 2024.08.22 02:24:26.736542 [ 3 ] {} <Debug> HTTP-Session: 1434fa6c-2b06-4091-951d-8fee78cbcc67 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
14284 | 2024.08.22 02:24:26.736560 [ 3 ] {} <Debug> HTTP-Session: 1434fa6c-2b06-4091-951d-8fee78cbcc67 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14285 | 2024.08.22 02:24:26.736574 [ 3 ] {} <Debug> HTTP-Session: 1434fa6c-2b06-4091-951d-8fee78cbcc67 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14286 | 2024.08.22 02:24:26.736610 [ 3 ] {} <Trace> HTTP-Session: 1434fa6c-2b06-4091-951d-8fee78cbcc67 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14287 | 2024.08.22 02:24:26.736764 [ 3 ] {9184ec49-d435-4aec-98f7-48c5bebee3d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
14288 | 2024.08.22 02:24:26.736814 [ 3 ] {9184ec49-d435-4aec-98f7-48c5bebee3d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14289 | 2024.08.22 02:24:26.737070 [ 3 ] {9184ec49-d435-4aec-98f7-48c5bebee3d2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14290 | 2024.08.22 02:24:26.737507 [ 3 ] {9184ec49-d435-4aec-98f7-48c5bebee3d2} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14291 | 2024.08.22 02:24:26.737545 [ 3 ] {9184ec49-d435-4aec-98f7-48c5bebee3d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.84 GiB. | ||
14292 | 2024.08.22 02:24:26.737927 [ 3 ] {9184ec49-d435-4aec-98f7-48c5bebee3d2} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
14293 | 2024.08.22 02:24:26.738281 [ 3 ] {9184ec49-d435-4aec-98f7-48c5bebee3d2} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14294 | 2024.08.22 02:24:26.738450 [ 3 ] {9184ec49-d435-4aec-98f7-48c5bebee3d2} <Debug> executeQuery: Read 147 rows, 12.86 KiB in 0.001752 sec., 83904.1095890411 rows/sec., 7.17 MiB/sec. | ||
14295 | 2024.08.22 02:24:26.738736 [ 3 ] {9184ec49-d435-4aec-98f7-48c5bebee3d2} <Debug> DynamicQueryHandler: Done processing query | ||
14296 | 2024.08.22 02:24:26.738790 [ 3 ] {9184ec49-d435-4aec-98f7-48c5bebee3d2} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
14297 | 2024.08.22 02:24:26.738843 [ 3 ] {} <Debug> HTTP-Session: 1434fa6c-2b06-4091-951d-8fee78cbcc67 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14298 | 2024.08.22 02:24:26.739049 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 6773, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14299 | 2024.08.22 02:24:26.739101 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14300 | 2024.08.22 02:24:26.739122 [ 3 ] {} <Debug> HTTP-Session: a275b3d7-8df2-426c-8b2f-75469c0d4266 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
14301 | 2024.08.22 02:24:26.739140 [ 3 ] {} <Debug> HTTP-Session: a275b3d7-8df2-426c-8b2f-75469c0d4266 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14302 | 2024.08.22 02:24:26.739154 [ 3 ] {} <Debug> HTTP-Session: a275b3d7-8df2-426c-8b2f-75469c0d4266 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14303 | 2024.08.22 02:24:26.739188 [ 3 ] {} <Trace> HTTP-Session: a275b3d7-8df2-426c-8b2f-75469c0d4266 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14304 | 2024.08.22 02:24:26.739312 [ 3 ] {5f5fc4e9-140c-4895-9b79-2ecabf16b88a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
14305 | 2024.08.22 02:24:26.739359 [ 3 ] {5f5fc4e9-140c-4895-9b79-2ecabf16b88a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
14306 | 2024.08.22 02:24:26.739612 [ 3 ] {5f5fc4e9-140c-4895-9b79-2ecabf16b88a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14307 | 2024.08.22 02:24:26.739962 [ 3 ] {5f5fc4e9-140c-4895-9b79-2ecabf16b88a} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14308 | 2024.08.22 02:24:26.740000 [ 3 ] {5f5fc4e9-140c-4895-9b79-2ecabf16b88a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.84 GiB. | ||
14309 | 2024.08.22 02:24:26.740355 [ 3 ] {5f5fc4e9-140c-4895-9b79-2ecabf16b88a} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
14310 | 2024.08.22 02:24:26.740706 [ 3 ] {5f5fc4e9-140c-4895-9b79-2ecabf16b88a} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14311 | 2024.08.22 02:24:26.740868 [ 3 ] {5f5fc4e9-140c-4895-9b79-2ecabf16b88a} <Debug> executeQuery: Read 47 rows, 3.51 KiB in 0.001592 sec., 29522.61306532663 rows/sec., 2.15 MiB/sec. | ||
14312 | 2024.08.22 02:24:26.741052 [ 3 ] {5f5fc4e9-140c-4895-9b79-2ecabf16b88a} <Debug> DynamicQueryHandler: Done processing query | ||
14313 | 2024.08.22 02:24:26.741077 [ 3 ] {5f5fc4e9-140c-4895-9b79-2ecabf16b88a} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
14314 | 2024.08.22 02:24:26.741093 [ 3 ] {} <Debug> HTTP-Session: a275b3d7-8df2-426c-8b2f-75469c0d4266 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14315 | 2024.08.22 02:24:26.741294 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 19793, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14316 | 2024.08.22 02:24:26.741343 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14317 | 2024.08.22 02:24:26.741363 [ 3 ] {} <Debug> HTTP-Session: bf685271-f528-441b-97ac-7db564e51a2b Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
14318 | 2024.08.22 02:24:26.741379 [ 3 ] {} <Debug> HTTP-Session: bf685271-f528-441b-97ac-7db564e51a2b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14319 | 2024.08.22 02:24:26.741393 [ 3 ] {} <Debug> HTTP-Session: bf685271-f528-441b-97ac-7db564e51a2b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14320 | 2024.08.22 02:24:26.741426 [ 3 ] {} <Trace> HTTP-Session: bf685271-f528-441b-97ac-7db564e51a2b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14321 | 2024.08.22 02:24:26.741555 [ 3 ] {01e8e3aa-29aa-4663-95fb-46ce1af1f1c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
14322 | 2024.08.22 02:24:26.741600 [ 3 ] {01e8e3aa-29aa-4663-95fb-46ce1af1f1c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14323 | 2024.08.22 02:24:26.741828 [ 3 ] {01e8e3aa-29aa-4663-95fb-46ce1af1f1c7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14324 | 2024.08.22 02:24:26.742196 [ 3 ] {01e8e3aa-29aa-4663-95fb-46ce1af1f1c7} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14325 | 2024.08.22 02:24:26.742234 [ 3 ] {01e8e3aa-29aa-4663-95fb-46ce1af1f1c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.84 GiB. | ||
14326 | 2024.08.22 02:24:26.742593 [ 3 ] {01e8e3aa-29aa-4663-95fb-46ce1af1f1c7} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
14327 | 2024.08.22 02:24:26.742949 [ 3 ] {01e8e3aa-29aa-4663-95fb-46ce1af1f1c7} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14328 | 2024.08.22 02:24:26.743106 [ 3 ] {01e8e3aa-29aa-4663-95fb-46ce1af1f1c7} <Debug> executeQuery: Read 117 rows, 9.29 KiB in 0.001597 sec., 73262.36693800877 rows/sec., 5.68 MiB/sec. | ||
14329 | 2024.08.22 02:24:26.743386 [ 3 ] {01e8e3aa-29aa-4663-95fb-46ce1af1f1c7} <Debug> DynamicQueryHandler: Done processing query | ||
14330 | 2024.08.22 02:24:26.743447 [ 3 ] {01e8e3aa-29aa-4663-95fb-46ce1af1f1c7} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
14331 | 2024.08.22 02:24:26.743507 [ 3 ] {} <Debug> HTTP-Session: bf685271-f528-441b-97ac-7db564e51a2b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14332 | 2024.08.22 02:24:26.743722 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 30964, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14333 | 2024.08.22 02:24:26.743774 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14334 | 2024.08.22 02:24:26.743794 [ 3 ] {} <Debug> HTTP-Session: a6b358e0-4e6d-41a1-863f-aad5f06794a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
14335 | 2024.08.22 02:24:26.743811 [ 3 ] {} <Debug> HTTP-Session: a6b358e0-4e6d-41a1-863f-aad5f06794a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14336 | 2024.08.22 02:24:26.743825 [ 3 ] {} <Debug> HTTP-Session: a6b358e0-4e6d-41a1-863f-aad5f06794a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14337 | 2024.08.22 02:24:26.743858 [ 3 ] {} <Trace> HTTP-Session: a6b358e0-4e6d-41a1-863f-aad5f06794a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14338 | 2024.08.22 02:24:26.744015 [ 3 ] {516eda01-eeb5-4a3d-aff5-ed7965cd5abe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
14339 | 2024.08.22 02:24:26.744067 [ 3 ] {516eda01-eeb5-4a3d-aff5-ed7965cd5abe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14340 | 2024.08.22 02:24:26.744228 [ 3 ] {516eda01-eeb5-4a3d-aff5-ed7965cd5abe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14341 | 2024.08.22 02:24:26.744607 [ 3 ] {516eda01-eeb5-4a3d-aff5-ed7965cd5abe} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14342 | 2024.08.22 02:24:26.744645 [ 3 ] {516eda01-eeb5-4a3d-aff5-ed7965cd5abe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.84 GiB. | ||
14343 | 2024.08.22 02:24:26.745036 [ 3 ] {516eda01-eeb5-4a3d-aff5-ed7965cd5abe} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
14344 | 2024.08.22 02:24:26.745373 [ 3 ] {516eda01-eeb5-4a3d-aff5-ed7965cd5abe} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14345 | 2024.08.22 02:24:26.745536 [ 3 ] {516eda01-eeb5-4a3d-aff5-ed7965cd5abe} <Debug> executeQuery: Read 162 rows, 11.54 KiB in 0.001584 sec., 102272.72727272728 rows/sec., 7.12 MiB/sec. | ||
14346 | 2024.08.22 02:24:26.745716 [ 3 ] {516eda01-eeb5-4a3d-aff5-ed7965cd5abe} <Debug> DynamicQueryHandler: Done processing query | ||
14347 | 2024.08.22 02:24:26.745740 [ 3 ] {516eda01-eeb5-4a3d-aff5-ed7965cd5abe} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
14348 | 2024.08.22 02:24:26.745756 [ 3 ] {} <Debug> HTTP-Session: a6b358e0-4e6d-41a1-863f-aad5f06794a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14349 | 2024.08.22 02:24:26.745930 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 71229, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14350 | 2024.08.22 02:24:26.745979 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14351 | 2024.08.22 02:24:26.745998 [ 3 ] {} <Debug> HTTP-Session: d55682d8-8860-45e8-8944-6354733834a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
14352 | 2024.08.22 02:24:26.746014 [ 3 ] {} <Debug> HTTP-Session: d55682d8-8860-45e8-8944-6354733834a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14353 | 2024.08.22 02:24:26.746028 [ 3 ] {} <Debug> HTTP-Session: d55682d8-8860-45e8-8944-6354733834a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14354 | 2024.08.22 02:24:26.746059 [ 3 ] {} <Trace> HTTP-Session: d55682d8-8860-45e8-8944-6354733834a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14355 | 2024.08.22 02:24:26.746492 [ 3 ] {2a9f6999-06d2-4feb-ba24-ed13409fd901} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
14356 | 2024.08.22 02:24:26.746557 [ 3 ] {2a9f6999-06d2-4feb-ba24-ed13409fd901} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
14357 | 2024.08.22 02:24:26.747002 [ 3 ] {2a9f6999-06d2-4feb-ba24-ed13409fd901} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14358 | 2024.08.22 02:24:26.747725 [ 3 ] {2a9f6999-06d2-4feb-ba24-ed13409fd901} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14359 | 2024.08.22 02:24:26.747761 [ 3 ] {2a9f6999-06d2-4feb-ba24-ed13409fd901} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.84 GiB. | ||
14360 | 2024.08.22 02:24:26.748392 [ 3 ] {2a9f6999-06d2-4feb-ba24-ed13409fd901} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
14361 | 2024.08.22 02:24:26.748791 [ 3 ] {2a9f6999-06d2-4feb-ba24-ed13409fd901} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14362 | 2024.08.22 02:24:26.748985 [ 3 ] {2a9f6999-06d2-4feb-ba24-ed13409fd901} <Debug> executeQuery: Read 44 rows, 80.74 KiB in 0.002821 sec., 15597.305919886565 rows/sec., 27.95 MiB/sec. | ||
14363 | 2024.08.22 02:24:26.749203 [ 3 ] {2a9f6999-06d2-4feb-ba24-ed13409fd901} <Debug> DynamicQueryHandler: Done processing query | ||
14364 | 2024.08.22 02:24:26.749227 [ 3 ] {2a9f6999-06d2-4feb-ba24-ed13409fd901} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
14365 | 2024.08.22 02:24:26.749243 [ 3 ] {} <Debug> HTTP-Session: d55682d8-8860-45e8-8944-6354733834a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14366 | 2024.08.22 02:24:26.749414 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14367 | 2024.08.22 02:24:26.749462 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14368 | 2024.08.22 02:24:26.749481 [ 3 ] {} <Debug> HTTP-Session: a29cf737-9140-432d-9756-23e4d25654aa Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
14369 | 2024.08.22 02:24:26.749497 [ 3 ] {} <Debug> HTTP-Session: a29cf737-9140-432d-9756-23e4d25654aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14370 | 2024.08.22 02:24:26.749511 [ 3 ] {} <Debug> HTTP-Session: a29cf737-9140-432d-9756-23e4d25654aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14371 | 2024.08.22 02:24:26.749541 [ 3 ] {} <Trace> HTTP-Session: a29cf737-9140-432d-9756-23e4d25654aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14372 | 2024.08.22 02:24:26.749650 [ 3 ] {ce4c4367-fefb-4695-89bd-521debdb5635} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
14373 | 2024.08.22 02:24:26.749695 [ 3 ] {ce4c4367-fefb-4695-89bd-521debdb5635} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14374 | 2024.08.22 02:24:26.749821 [ 3 ] {ce4c4367-fefb-4695-89bd-521debdb5635} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14375 | 2024.08.22 02:24:26.750164 [ 3 ] {ce4c4367-fefb-4695-89bd-521debdb5635} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14376 | 2024.08.22 02:24:26.750200 [ 3 ] {ce4c4367-fefb-4695-89bd-521debdb5635} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.84 GiB. | ||
14377 | 2024.08.22 02:24:26.750554 [ 3 ] {ce4c4367-fefb-4695-89bd-521debdb5635} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
14378 | 2024.08.22 02:24:26.750881 [ 3 ] {ce4c4367-fefb-4695-89bd-521debdb5635} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14379 | 2024.08.22 02:24:26.751039 [ 3 ] {ce4c4367-fefb-4695-89bd-521debdb5635} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001415 sec., 42402.826855123676 rows/sec., 2.86 MiB/sec. | ||
14380 | 2024.08.22 02:24:26.751212 [ 3 ] {ce4c4367-fefb-4695-89bd-521debdb5635} <Debug> DynamicQueryHandler: Done processing query | ||
14381 | 2024.08.22 02:24:26.751236 [ 3 ] {ce4c4367-fefb-4695-89bd-521debdb5635} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14382 | 2024.08.22 02:24:26.751252 [ 3 ] {} <Debug> HTTP-Session: a29cf737-9140-432d-9756-23e4d25654aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14383 | 2024.08.22 02:24:30.128212 [ 36 ] {} <Debug> DNSResolver: Updating DNS cache | ||
14384 | 2024.08.22 02:24:30.128305 [ 36 ] {} <Debug> DNSResolver: Updated DNS cache | ||
14385 | 2024.08.22 02:24:31.736801 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 663, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14386 | 2024.08.22 02:24:31.736940 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14387 | 2024.08.22 02:24:31.736970 [ 3 ] {} <Debug> HTTP-Session: 13193400-3ba7-415b-99ad-adf30f906e83 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
14388 | 2024.08.22 02:24:31.736998 [ 3 ] {} <Debug> HTTP-Session: 13193400-3ba7-415b-99ad-adf30f906e83 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14389 | 2024.08.22 02:24:31.737017 [ 3 ] {} <Debug> HTTP-Session: 13193400-3ba7-415b-99ad-adf30f906e83 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14390 | 2024.08.22 02:24:31.737072 [ 3 ] {} <Trace> HTTP-Session: 13193400-3ba7-415b-99ad-adf30f906e83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14391 | 2024.08.22 02:24:31.737266 [ 3 ] {105a0d5b-1945-4d3d-84be-9a18f1dfb41c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
14392 | 2024.08.22 02:24:31.737334 [ 3 ] {105a0d5b-1945-4d3d-84be-9a18f1dfb41c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
14393 | 2024.08.22 02:24:31.737669 [ 3 ] {105a0d5b-1945-4d3d-84be-9a18f1dfb41c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14394 | 2024.08.22 02:24:31.738074 [ 3 ] {105a0d5b-1945-4d3d-84be-9a18f1dfb41c} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14395 | 2024.08.22 02:24:31.738115 [ 3 ] {105a0d5b-1945-4d3d-84be-9a18f1dfb41c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.84 GiB. | ||
14396 | 2024.08.22 02:24:31.738523 [ 3 ] {105a0d5b-1945-4d3d-84be-9a18f1dfb41c} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
14397 | 2024.08.22 02:24:31.738894 [ 3 ] {105a0d5b-1945-4d3d-84be-9a18f1dfb41c} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14398 | 2024.08.22 02:24:31.739065 [ 35 ] {} <Debug> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d) (MergerMutator): Selected 6 parts from all_1_29_6 to all_34_34_0 | ||
14399 | 2024.08.22 02:24:31.739075 [ 3 ] {105a0d5b-1945-4d3d-84be-9a18f1dfb41c} <Debug> executeQuery: Read 4 rows, 319.00 B in 0.001853 sec., 2158.6616297895303 rows/sec., 168.12 KiB/sec. | ||
14400 | 2024.08.22 02:24:31.739156 [ 35 ] {} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14401 | 2024.08.22 02:24:31.739225 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.84 GiB. | ||
14402 | 2024.08.22 02:24:31.739402 [ 188 ] {cdab0789-df43-4ed0-9b00-f6a2b630ca3d::all_1_34_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_29_6 to all_34_34_0 into Compact with storage Full | ||
14403 | 2024.08.22 02:24:31.739441 [ 3 ] {105a0d5b-1945-4d3d-84be-9a18f1dfb41c} <Debug> DynamicQueryHandler: Done processing query | ||
14404 | 2024.08.22 02:24:31.739471 [ 3 ] {105a0d5b-1945-4d3d-84be-9a18f1dfb41c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14405 | 2024.08.22 02:24:31.739494 [ 3 ] {} <Debug> HTTP-Session: 13193400-3ba7-415b-99ad-adf30f906e83 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14406 | 2024.08.22 02:24:31.739576 [ 188 ] {cdab0789-df43-4ed0-9b00-f6a2b630ca3d::all_1_34_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14407 | 2024.08.22 02:24:31.739616 [ 188 ] {cdab0789-df43-4ed0-9b00-f6a2b630ca3d::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_6, total 16 rows starting from the beginning of the part | ||
14408 | 2024.08.22 02:24:31.739712 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 29617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14409 | 2024.08.22 02:24:31.739737 [ 188 ] {cdab0789-df43-4ed0-9b00-f6a2b630ca3d::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part | ||
14410 | 2024.08.22 02:24:31.739861 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14411 | 2024.08.22 02:24:31.739931 [ 3 ] {} <Debug> HTTP-Session: b722243c-6aae-4923-ab20-6d0df6c7a8ec Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
14412 | 2024.08.22 02:24:31.740027 [ 3 ] {} <Debug> HTTP-Session: b722243c-6aae-4923-ab20-6d0df6c7a8ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14413 | 2024.08.22 02:24:31.740046 [ 3 ] {} <Debug> HTTP-Session: b722243c-6aae-4923-ab20-6d0df6c7a8ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14414 | 2024.08.22 02:24:31.740060 [ 188 ] {cdab0789-df43-4ed0-9b00-f6a2b630ca3d::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 5 rows starting from the beginning of the part | ||
14415 | 2024.08.22 02:24:31.740175 [ 3 ] {} <Trace> HTTP-Session: b722243c-6aae-4923-ab20-6d0df6c7a8ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14416 | 2024.08.22 02:24:31.740482 [ 188 ] {cdab0789-df43-4ed0-9b00-f6a2b630ca3d::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 4 rows starting from the beginning of the part | ||
14417 | 2024.08.22 02:24:31.740653 [ 3 ] {4de752b7-5fc0-4fb8-9c65-c0d950ed72ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
14418 | 2024.08.22 02:24:31.740797 [ 188 ] {cdab0789-df43-4ed0-9b00-f6a2b630ca3d::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 3 rows starting from the beginning of the part | ||
14419 | 2024.08.22 02:24:31.740818 [ 3 ] {4de752b7-5fc0-4fb8-9c65-c0d950ed72ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14420 | 2024.08.22 02:24:31.741173 [ 188 ] {cdab0789-df43-4ed0-9b00-f6a2b630ca3d::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 4 rows starting from the beginning of the part | ||
14421 | 2024.08.22 02:24:31.741807 [ 3 ] {4de752b7-5fc0-4fb8-9c65-c0d950ed72ae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14422 | 2024.08.22 02:24:31.742665 [ 3 ] {4de752b7-5fc0-4fb8-9c65-c0d950ed72ae} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14423 | 2024.08.22 02:24:31.742709 [ 3 ] {4de752b7-5fc0-4fb8-9c65-c0d950ed72ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.84 GiB. | ||
14424 | 2024.08.22 02:24:31.743035 [ 199 ] {cdab0789-df43-4ed0-9b00-f6a2b630ca3d::all_1_34_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.003689495 sec., 10299.512534913314 rows/sec., 864.20 KiB/sec. | ||
14425 | 2024.08.22 02:24:31.743332 [ 3 ] {4de752b7-5fc0-4fb8-9c65-c0d950ed72ae} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
14426 | 2024.08.22 02:24:31.743347 [ 199 ] {cdab0789-df43-4ed0-9b00-f6a2b630ca3d::all_1_34_7} <Trace> MergedBlockOutputStream: filled checksums all_1_34_7 (state Temporary) | ||
14427 | 2024.08.22 02:24:31.744214 [ 3 ] {4de752b7-5fc0-4fb8-9c65-c0d950ed72ae} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14428 | 2024.08.22 02:24:31.744386 [ 199 ] {cdab0789-df43-4ed0-9b00-f6a2b630ca3d::all_1_34_7} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d): Renaming temporary part tmp_merge_all_1_34_7 to all_1_34_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14429 | 2024.08.22 02:24:31.744485 [ 35 ] {} <Debug> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
14430 | 2024.08.22 02:24:31.744567 [ 3 ] {4de752b7-5fc0-4fb8-9c65-c0d950ed72ae} <Debug> executeQuery: Read 198 rows, 17.58 KiB in 0.004097 sec., 48328.04491091042 rows/sec., 4.19 MiB/sec. | ||
14431 | 2024.08.22 02:24:31.744597 [ 35 ] {} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14432 | 2024.08.22 02:24:31.744694 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.84 GiB. | ||
14433 | 2024.08.22 02:24:31.744852 [ 199 ] {cdab0789-df43-4ed0-9b00-f6a2b630ca3d::all_1_34_7} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d) (MergerMutator): Merged 6 parts: [all_1_29_6, all_34_34_0] -> all_1_34_7 | ||
14434 | 2024.08.22 02:24:31.745168 [ 3 ] {4de752b7-5fc0-4fb8-9c65-c0d950ed72ae} <Debug> DynamicQueryHandler: Done processing query | ||
14435 | 2024.08.22 02:24:31.745166 [ 192 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
14436 | 2024.08.22 02:24:31.745207 [ 3 ] {4de752b7-5fc0-4fb8-9c65-c0d950ed72ae} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
14437 | 2024.08.22 02:24:31.745182 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
14438 | 2024.08.22 02:24:31.745245 [ 3 ] {} <Debug> HTTP-Session: b722243c-6aae-4923-ab20-6d0df6c7a8ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14439 | 2024.08.22 02:24:31.745354 [ 192 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14440 | 2024.08.22 02:24:31.745383 [ 192 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1424 rows starting from the beginning of the part | ||
14441 | 2024.08.22 02:24:31.745424 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 881, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14442 | 2024.08.22 02:24:31.745562 [ 192 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 199 rows starting from the beginning of the part | ||
14443 | 2024.08.22 02:24:31.745575 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14444 | 2024.08.22 02:24:31.745660 [ 3 ] {} <Debug> HTTP-Session: 8067f64a-d39c-45e6-b2e1-3a8304d647bd Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
14445 | 2024.08.22 02:24:31.745747 [ 3 ] {} <Debug> HTTP-Session: 8067f64a-d39c-45e6-b2e1-3a8304d647bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14446 | 2024.08.22 02:24:31.745845 [ 3 ] {} <Debug> HTTP-Session: 8067f64a-d39c-45e6-b2e1-3a8304d647bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14447 | 2024.08.22 02:24:31.745935 [ 192 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 1288 rows starting from the beginning of the part | ||
14448 | 2024.08.22 02:24:31.745992 [ 3 ] {} <Trace> HTTP-Session: 8067f64a-d39c-45e6-b2e1-3a8304d647bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14449 | 2024.08.22 02:24:31.746266 [ 192 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 198 rows starting from the beginning of the part | ||
14450 | 2024.08.22 02:24:31.746340 [ 3 ] {db18c063-ab22-4fa3-8a72-51a685cbeb48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
14451 | 2024.08.22 02:24:31.746522 [ 3 ] {db18c063-ab22-4fa3-8a72-51a685cbeb48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
14452 | 2024.08.22 02:24:31.746609 [ 192 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 147 rows starting from the beginning of the part | ||
14453 | 2024.08.22 02:24:31.746963 [ 192 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 198 rows starting from the beginning of the part | ||
14454 | 2024.08.22 02:24:31.747541 [ 3 ] {db18c063-ab22-4fa3-8a72-51a685cbeb48} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14455 | 2024.08.22 02:24:31.748073 [ 3 ] {db18c063-ab22-4fa3-8a72-51a685cbeb48} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14456 | 2024.08.22 02:24:31.748128 [ 3 ] {db18c063-ab22-4fa3-8a72-51a685cbeb48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.84 GiB. | ||
14457 | 2024.08.22 02:24:31.748675 [ 3 ] {db18c063-ab22-4fa3-8a72-51a685cbeb48} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
14458 | 2024.08.22 02:24:31.749064 [ 3 ] {db18c063-ab22-4fa3-8a72-51a685cbeb48} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14459 | 2024.08.22 02:24:31.749391 [ 3 ] {db18c063-ab22-4fa3-8a72-51a685cbeb48} <Debug> executeQuery: Read 6 rows, 425.00 B in 0.003152 sec., 1903.5532994923858 rows/sec., 131.67 KiB/sec. | ||
14460 | 2024.08.22 02:24:31.749478 [ 192 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3454 rows, containing 5 columns (5 merged, 0 gathered) in 0.004611639 sec., 748974.4969196419 rows/sec., 65.64 MiB/sec. | ||
14461 | 2024.08.22 02:24:31.749632 [ 3 ] {db18c063-ab22-4fa3-8a72-51a685cbeb48} <Debug> DynamicQueryHandler: Done processing query | ||
14462 | 2024.08.22 02:24:31.749659 [ 3 ] {db18c063-ab22-4fa3-8a72-51a685cbeb48} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14463 | 2024.08.22 02:24:31.749681 [ 3 ] {} <Debug> HTTP-Session: 8067f64a-d39c-45e6-b2e1-3a8304d647bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14464 | 2024.08.22 02:24:31.749684 [ 192 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
14465 | 2024.08.22 02:24:31.749855 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14466 | 2024.08.22 02:24:31.749937 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14467 | 2024.08.22 02:24:31.749972 [ 3 ] {} <Debug> HTTP-Session: e449046a-07e8-483b-80f8-aa8fd2deb3ff Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
14468 | 2024.08.22 02:24:31.750002 [ 3 ] {} <Debug> HTTP-Session: e449046a-07e8-483b-80f8-aa8fd2deb3ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14469 | 2024.08.22 02:24:31.750016 [ 3 ] {} <Debug> HTTP-Session: e449046a-07e8-483b-80f8-aa8fd2deb3ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14470 | 2024.08.22 02:24:31.750052 [ 3 ] {} <Trace> HTTP-Session: e449046a-07e8-483b-80f8-aa8fd2deb3ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14471 | 2024.08.22 02:24:31.750162 [ 192 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_76_15} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14472 | 2024.08.22 02:24:31.750180 [ 3 ] {bdf8f96a-275d-4797-8445-f9bfb6cce4a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
14473 | 2024.08.22 02:24:31.750236 [ 3 ] {bdf8f96a-275d-4797-8445-f9bfb6cce4a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
14474 | 2024.08.22 02:24:31.750252 [ 192 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_76_15} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
14475 | 2024.08.22 02:24:31.750345 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
14476 | 2024.08.22 02:24:31.750514 [ 3 ] {bdf8f96a-275d-4797-8445-f9bfb6cce4a8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14477 | 2024.08.22 02:24:31.750818 [ 3 ] {bdf8f96a-275d-4797-8445-f9bfb6cce4a8} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14478 | 2024.08.22 02:24:31.750854 [ 3 ] {bdf8f96a-275d-4797-8445-f9bfb6cce4a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.84 GiB. | ||
14479 | 2024.08.22 02:24:31.751208 [ 3 ] {bdf8f96a-275d-4797-8445-f9bfb6cce4a8} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
14480 | 2024.08.22 02:24:31.751553 [ 3 ] {bdf8f96a-275d-4797-8445-f9bfb6cce4a8} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14481 | 2024.08.22 02:24:31.751710 [ 3 ] {bdf8f96a-275d-4797-8445-f9bfb6cce4a8} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001561 sec., 8968.609865470851 rows/sec., 628.10 KiB/sec. | ||
14482 | 2024.08.22 02:24:31.751915 [ 3 ] {bdf8f96a-275d-4797-8445-f9bfb6cce4a8} <Debug> DynamicQueryHandler: Done processing query | ||
14483 | 2024.08.22 02:24:31.751945 [ 3 ] {bdf8f96a-275d-4797-8445-f9bfb6cce4a8} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
14484 | 2024.08.22 02:24:31.751960 [ 3 ] {} <Debug> HTTP-Session: e449046a-07e8-483b-80f8-aa8fd2deb3ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14485 | 2024.08.22 02:24:31.752112 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14486 | 2024.08.22 02:24:31.752161 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14487 | 2024.08.22 02:24:31.752180 [ 3 ] {} <Debug> HTTP-Session: 7000ccb2-f737-4351-934f-7ba3006b2939 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
14488 | 2024.08.22 02:24:31.752197 [ 3 ] {} <Debug> HTTP-Session: 7000ccb2-f737-4351-934f-7ba3006b2939 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14489 | 2024.08.22 02:24:31.752210 [ 3 ] {} <Debug> HTTP-Session: 7000ccb2-f737-4351-934f-7ba3006b2939 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14490 | 2024.08.22 02:24:31.752242 [ 3 ] {} <Trace> HTTP-Session: 7000ccb2-f737-4351-934f-7ba3006b2939 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14491 | 2024.08.22 02:24:31.752338 [ 3 ] {ec07d921-99fa-4130-bc93-fae3336401a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
14492 | 2024.08.22 02:24:31.752380 [ 3 ] {ec07d921-99fa-4130-bc93-fae3336401a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
14493 | 2024.08.22 02:24:31.752609 [ 3 ] {ec07d921-99fa-4130-bc93-fae3336401a9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14494 | 2024.08.22 02:24:31.752978 [ 3 ] {ec07d921-99fa-4130-bc93-fae3336401a9} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14495 | 2024.08.22 02:24:31.753020 [ 3 ] {ec07d921-99fa-4130-bc93-fae3336401a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.84 GiB. | ||
14496 | 2024.08.22 02:24:31.753367 [ 3 ] {ec07d921-99fa-4130-bc93-fae3336401a9} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
14497 | 2024.08.22 02:24:31.753714 [ 3 ] {ec07d921-99fa-4130-bc93-fae3336401a9} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14498 | 2024.08.22 02:24:31.753885 [ 3 ] {ec07d921-99fa-4130-bc93-fae3336401a9} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001562 sec., 3841.229193341869 rows/sec., 226.95 KiB/sec. | ||
14499 | 2024.08.22 02:24:31.754069 [ 3 ] {ec07d921-99fa-4130-bc93-fae3336401a9} <Debug> DynamicQueryHandler: Done processing query | ||
14500 | 2024.08.22 02:24:31.754093 [ 3 ] {ec07d921-99fa-4130-bc93-fae3336401a9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14501 | 2024.08.22 02:24:31.754109 [ 3 ] {} <Debug> HTTP-Session: 7000ccb2-f737-4351-934f-7ba3006b2939 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14502 | 2024.08.22 02:24:31.754273 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 64683, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14503 | 2024.08.22 02:24:31.754323 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14504 | 2024.08.22 02:24:31.754342 [ 3 ] {} <Debug> HTTP-Session: 6d1ac181-ad1d-4756-8155-5040067986ba Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
14505 | 2024.08.22 02:24:31.754359 [ 3 ] {} <Debug> HTTP-Session: 6d1ac181-ad1d-4756-8155-5040067986ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14506 | 2024.08.22 02:24:31.754372 [ 3 ] {} <Debug> HTTP-Session: 6d1ac181-ad1d-4756-8155-5040067986ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14507 | 2024.08.22 02:24:31.754403 [ 3 ] {} <Trace> HTTP-Session: 6d1ac181-ad1d-4756-8155-5040067986ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14508 | 2024.08.22 02:24:31.754599 [ 3 ] {476d687e-0f42-45ce-958b-53eef7d6ccf8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
14509 | 2024.08.22 02:24:31.754642 [ 3 ] {476d687e-0f42-45ce-958b-53eef7d6ccf8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14510 | 2024.08.22 02:24:31.754875 [ 3 ] {476d687e-0f42-45ce-958b-53eef7d6ccf8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14511 | 2024.08.22 02:24:31.755424 [ 3 ] {476d687e-0f42-45ce-958b-53eef7d6ccf8} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14512 | 2024.08.22 02:24:31.755461 [ 3 ] {476d687e-0f42-45ce-958b-53eef7d6ccf8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.84 GiB. | ||
14513 | 2024.08.22 02:24:31.755827 [ 3 ] {476d687e-0f42-45ce-958b-53eef7d6ccf8} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
14514 | 2024.08.22 02:24:31.756185 [ 3 ] {476d687e-0f42-45ce-958b-53eef7d6ccf8} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14515 | 2024.08.22 02:24:31.756338 [ 35 ] {} <Debug> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
14516 | 2024.08.22 02:24:31.756345 [ 3 ] {476d687e-0f42-45ce-958b-53eef7d6ccf8} <Debug> executeQuery: Read 400 rows, 28.99 KiB in 0.00184 sec., 217391.30434782608 rows/sec., 15.38 MiB/sec. | ||
14517 | 2024.08.22 02:24:31.756384 [ 35 ] {} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14518 | 2024.08.22 02:24:31.756443 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.84 GiB. | ||
14519 | 2024.08.22 02:24:31.756688 [ 196 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
14520 | 2024.08.22 02:24:31.756706 [ 3 ] {476d687e-0f42-45ce-958b-53eef7d6ccf8} <Debug> DynamicQueryHandler: Done processing query | ||
14521 | 2024.08.22 02:24:31.756741 [ 3 ] {476d687e-0f42-45ce-958b-53eef7d6ccf8} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
14522 | 2024.08.22 02:24:31.756825 [ 3 ] {} <Debug> HTTP-Session: 6d1ac181-ad1d-4756-8155-5040067986ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14523 | 2024.08.22 02:24:31.757079 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14524 | 2024.08.22 02:24:31.757262 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14525 | 2024.08.22 02:24:31.757312 [ 196 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14526 | 2024.08.22 02:24:31.757348 [ 3 ] {} <Debug> HTTP-Session: 6cbe0206-bd6d-48c2-9b45-bbc69bfc5e48 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
14527 | 2024.08.22 02:24:31.757430 [ 3 ] {} <Debug> HTTP-Session: 6cbe0206-bd6d-48c2-9b45-bbc69bfc5e48 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14528 | 2024.08.22 02:24:31.757448 [ 196 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 918 rows starting from the beginning of the part | ||
14529 | 2024.08.22 02:24:31.757489 [ 3 ] {} <Debug> HTTP-Session: 6cbe0206-bd6d-48c2-9b45-bbc69bfc5e48 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14530 | 2024.08.22 02:24:31.757633 [ 3 ] {} <Trace> HTTP-Session: 6cbe0206-bd6d-48c2-9b45-bbc69bfc5e48 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14531 | 2024.08.22 02:24:31.757846 [ 196 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 402 rows starting from the beginning of the part | ||
14532 | 2024.08.22 02:24:31.758005 [ 3 ] {2fa6ff20-5428-44be-9920-0ab92167587b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
14533 | 2024.08.22 02:24:31.758267 [ 3 ] {2fa6ff20-5428-44be-9920-0ab92167587b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
14534 | 2024.08.22 02:24:31.758320 [ 196 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 584 rows starting from the beginning of the part | ||
14535 | 2024.08.22 02:24:31.758782 [ 196 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 400 rows starting from the beginning of the part | ||
14536 | 2024.08.22 02:24:31.759354 [ 196 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 117 rows starting from the beginning of the part | ||
14537 | 2024.08.22 02:24:31.759839 [ 196 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 400 rows starting from the beginning of the part | ||
14538 | 2024.08.22 02:24:31.760141 [ 3 ] {2fa6ff20-5428-44be-9920-0ab92167587b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14539 | 2024.08.22 02:24:31.760799 [ 3 ] {2fa6ff20-5428-44be-9920-0ab92167587b} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14540 | 2024.08.22 02:24:31.760842 [ 3 ] {2fa6ff20-5428-44be-9920-0ab92167587b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.84 GiB. | ||
14541 | 2024.08.22 02:24:31.761388 [ 3 ] {2fa6ff20-5428-44be-9920-0ab92167587b} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
14542 | 2024.08.22 02:24:31.761748 [ 3 ] {2fa6ff20-5428-44be-9920-0ab92167587b} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14543 | 2024.08.22 02:24:31.761980 [ 3 ] {2fa6ff20-5428-44be-9920-0ab92167587b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00411 sec., 1459.85401459854 rows/sec., 76.27 KiB/sec. | ||
14544 | 2024.08.22 02:24:31.762289 [ 194 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2821 rows, containing 5 columns (5 merged, 0 gathered) in 0.005744474 sec., 491080.64550383546 rows/sec., 37.45 MiB/sec. | ||
14545 | 2024.08.22 02:24:31.762334 [ 3 ] {2fa6ff20-5428-44be-9920-0ab92167587b} <Debug> DynamicQueryHandler: Done processing query | ||
14546 | 2024.08.22 02:24:31.762382 [ 3 ] {2fa6ff20-5428-44be-9920-0ab92167587b} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
14547 | 2024.08.22 02:24:31.762406 [ 3 ] {} <Debug> HTTP-Session: 6cbe0206-bd6d-48c2-9b45-bbc69bfc5e48 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14548 | 2024.08.22 02:24:31.762571 [ 194 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
14549 | 2024.08.22 02:24:31.762589 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 45154, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14550 | 2024.08.22 02:24:31.762697 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14551 | 2024.08.22 02:24:31.762731 [ 3 ] {} <Debug> HTTP-Session: ea417669-5f30-4bbf-acf4-de098c36f2d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
14552 | 2024.08.22 02:24:31.762749 [ 3 ] {} <Debug> HTTP-Session: ea417669-5f30-4bbf-acf4-de098c36f2d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14553 | 2024.08.22 02:24:31.762764 [ 3 ] {} <Debug> HTTP-Session: ea417669-5f30-4bbf-acf4-de098c36f2d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14554 | 2024.08.22 02:24:31.762819 [ 3 ] {} <Trace> HTTP-Session: ea417669-5f30-4bbf-acf4-de098c36f2d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14555 | 2024.08.22 02:24:31.763235 [ 3 ] {0f044633-e054-49e2-843b-759e31c7c446} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
14556 | 2024.08.22 02:24:31.763307 [ 3 ] {0f044633-e054-49e2-843b-759e31c7c446} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14557 | 2024.08.22 02:24:31.763582 [ 194 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_76_15} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14558 | 2024.08.22 02:24:31.763755 [ 3 ] {0f044633-e054-49e2-843b-759e31c7c446} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14559 | 2024.08.22 02:24:31.763808 [ 194 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_76_15} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
14560 | 2024.08.22 02:24:31.763958 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. | ||
14561 | 2024.08.22 02:24:31.764269 [ 3 ] {0f044633-e054-49e2-843b-759e31c7c446} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14562 | 2024.08.22 02:24:31.764311 [ 3 ] {0f044633-e054-49e2-843b-759e31c7c446} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.84 GiB. | ||
14563 | 2024.08.22 02:24:31.764712 [ 3 ] {0f044633-e054-49e2-843b-759e31c7c446} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
14564 | 2024.08.22 02:24:31.765060 [ 3 ] {0f044633-e054-49e2-843b-759e31c7c446} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14565 | 2024.08.22 02:24:31.765221 [ 35 ] {} <Debug> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
14566 | 2024.08.22 02:24:31.765227 [ 3 ] {0f044633-e054-49e2-843b-759e31c7c446} <Debug> executeQuery: Read 240 rows, 16.46 KiB in 0.0022 sec., 109090.90909090909 rows/sec., 7.31 MiB/sec. | ||
14567 | 2024.08.22 02:24:31.765283 [ 35 ] {} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14568 | 2024.08.22 02:24:31.765353 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.84 GiB. | ||
14569 | 2024.08.22 02:24:31.765595 [ 3 ] {0f044633-e054-49e2-843b-759e31c7c446} <Debug> DynamicQueryHandler: Done processing query | ||
14570 | 2024.08.22 02:24:31.765660 [ 3 ] {0f044633-e054-49e2-843b-759e31c7c446} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
14571 | 2024.08.22 02:24:31.765677 [ 194 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
14572 | 2024.08.22 02:24:31.765705 [ 3 ] {} <Debug> HTTP-Session: ea417669-5f30-4bbf-acf4-de098c36f2d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14573 | 2024.08.22 02:24:31.765971 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14574 | 2024.08.22 02:24:31.766138 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14575 | 2024.08.22 02:24:31.766225 [ 3 ] {} <Debug> HTTP-Session: 2f844366-b625-462f-b66f-7c3237aa623d Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
14576 | 2024.08.22 02:24:31.766297 [ 3 ] {} <Debug> HTTP-Session: 2f844366-b625-462f-b66f-7c3237aa623d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14577 | 2024.08.22 02:24:31.766371 [ 3 ] {} <Debug> HTTP-Session: 2f844366-b625-462f-b66f-7c3237aa623d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14578 | 2024.08.22 02:24:31.766504 [ 3 ] {} <Trace> HTTP-Session: 2f844366-b625-462f-b66f-7c3237aa623d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14579 | 2024.08.22 02:24:31.766706 [ 194 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14580 | 2024.08.22 02:24:31.766916 [ 3 ] {f40111f3-2b88-4c33-ae29-546941749df1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
14581 | 2024.08.22 02:24:31.766908 [ 194 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_71_14, total 22312 rows starting from the beginning of the part | ||
14582 | 2024.08.22 02:24:31.767072 [ 3 ] {f40111f3-2b88-4c33-ae29-546941749df1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
14583 | 2024.08.22 02:24:31.767341 [ 194 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 241 rows starting from the beginning of the part | ||
14584 | 2024.08.22 02:24:31.767713 [ 194 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 847 rows starting from the beginning of the part | ||
14585 | 2024.08.22 02:24:31.768085 [ 194 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 240 rows starting from the beginning of the part | ||
14586 | 2024.08.22 02:24:31.768460 [ 194 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 162 rows starting from the beginning of the part | ||
14587 | 2024.08.22 02:24:31.768522 [ 3 ] {f40111f3-2b88-4c33-ae29-546941749df1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14588 | 2024.08.22 02:24:31.768725 [ 194 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 240 rows starting from the beginning of the part | ||
14589 | 2024.08.22 02:24:31.769439 [ 3 ] {f40111f3-2b88-4c33-ae29-546941749df1} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14590 | 2024.08.22 02:24:31.769510 [ 3 ] {f40111f3-2b88-4c33-ae29-546941749df1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.84 GiB. | ||
14591 | 2024.08.22 02:24:31.770156 [ 3 ] {f40111f3-2b88-4c33-ae29-546941749df1} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
14592 | 2024.08.22 02:24:31.770579 [ 3 ] {f40111f3-2b88-4c33-ae29-546941749df1} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14593 | 2024.08.22 02:24:31.770787 [ 35 ] {} <Debug> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
14594 | 2024.08.22 02:24:31.770814 [ 3 ] {f40111f3-2b88-4c33-ae29-546941749df1} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004027 sec., 248.32381425378694 rows/sec., 16.73 KiB/sec. | ||
14595 | 2024.08.22 02:24:31.770898 [ 35 ] {} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14596 | 2024.08.22 02:24:31.771001 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.84 GiB. | ||
14597 | 2024.08.22 02:24:31.771365 [ 3 ] {f40111f3-2b88-4c33-ae29-546941749df1} <Debug> DynamicQueryHandler: Done processing query | ||
14598 | 2024.08.22 02:24:31.771450 [ 3 ] {f40111f3-2b88-4c33-ae29-546941749df1} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
14599 | 2024.08.22 02:24:31.771536 [ 3 ] {} <Debug> HTTP-Session: 2f844366-b625-462f-b66f-7c3237aa623d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14600 | 2024.08.22 02:24:31.771750 [ 191 ] {8761962f-4035-44a8-816e-471719dde5c7::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 | ||
14601 | 2024.08.22 02:24:31.771791 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 3336, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14602 | 2024.08.22 02:24:31.772000 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14603 | 2024.08.22 02:24:31.772093 [ 3 ] {} <Debug> HTTP-Session: f7c6abc6-e298-4cd9-bf08-0aaf550c448c Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
14604 | 2024.08.22 02:24:31.772170 [ 3 ] {} <Debug> HTTP-Session: f7c6abc6-e298-4cd9-bf08-0aaf550c448c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14605 | 2024.08.22 02:24:31.772252 [ 3 ] {} <Debug> HTTP-Session: f7c6abc6-e298-4cd9-bf08-0aaf550c448c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14606 | 2024.08.22 02:24:31.772395 [ 3 ] {} <Trace> HTTP-Session: f7c6abc6-e298-4cd9-bf08-0aaf550c448c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14607 | 2024.08.22 02:24:31.772571 [ 191 ] {8761962f-4035-44a8-816e-471719dde5c7::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14608 | 2024.08.22 02:24:31.772703 [ 191 ] {8761962f-4035-44a8-816e-471719dde5c7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 31 rows starting from the beginning of the part | ||
14609 | 2024.08.22 02:24:31.772758 [ 3 ] {47522db4-490a-4222-b162-0448c843069e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
14610 | 2024.08.22 02:24:31.773136 [ 191 ] {8761962f-4035-44a8-816e-471719dde5c7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1 rows starting from the beginning of the part | ||
14611 | 2024.08.22 02:24:31.773156 [ 3 ] {47522db4-490a-4222-b162-0448c843069e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
14612 | 2024.08.22 02:24:31.773536 [ 191 ] {8761962f-4035-44a8-816e-471719dde5c7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 1 rows starting from the beginning of the part | ||
14613 | 2024.08.22 02:24:31.774007 [ 191 ] {8761962f-4035-44a8-816e-471719dde5c7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 1 rows starting from the beginning of the part | ||
14614 | 2024.08.22 02:24:31.774425 [ 191 ] {8761962f-4035-44a8-816e-471719dde5c7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1 rows starting from the beginning of the part | ||
14615 | 2024.08.22 02:24:31.774765 [ 191 ] {8761962f-4035-44a8-816e-471719dde5c7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 1 rows starting from the beginning of the part | ||
14616 | 2024.08.22 02:24:31.777093 [ 3 ] {47522db4-490a-4222-b162-0448c843069e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14617 | 2024.08.22 02:24:31.779491 [ 3 ] {47522db4-490a-4222-b162-0448c843069e} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14618 | 2024.08.22 02:24:31.779674 [ 3 ] {47522db4-490a-4222-b162-0448c843069e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.84 GiB. | ||
14619 | 2024.08.22 02:24:31.780119 [ 191 ] {8761962f-4035-44a8-816e-471719dde5c7::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.008955197 sec., 4020.0120667362203 rows/sec., 270.44 KiB/sec. | ||
14620 | 2024.08.22 02:24:31.780353 [ 191 ] {8761962f-4035-44a8-816e-471719dde5c7::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
14621 | 2024.08.22 02:24:31.781619 [ 191 ] {8761962f-4035-44a8-816e-471719dde5c7::all_1_36_7} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14622 | 2024.08.22 02:24:31.781958 [ 191 ] {8761962f-4035-44a8-816e-471719dde5c7::all_1_36_7} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
14623 | 2024.08.22 02:24:31.782203 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
14624 | 2024.08.22 02:24:31.782509 [ 3 ] {47522db4-490a-4222-b162-0448c843069e} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
14625 | 2024.08.22 02:24:31.782518 [ 186 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24042 rows, containing 5 columns (5 merged, 0 gathered) in 0.017039771 sec., 1410934.4544595114 rows/sec., 95.38 MiB/sec. | ||
14626 | 2024.08.22 02:24:31.783055 [ 3 ] {47522db4-490a-4222-b162-0448c843069e} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14627 | 2024.08.22 02:24:31.783122 [ 186 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
14628 | 2024.08.22 02:24:31.783426 [ 3 ] {47522db4-490a-4222-b162-0448c843069e} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.010848 sec., 184.36578171091446 rows/sec., 338.30 KiB/sec. | ||
14629 | 2024.08.22 02:24:31.784269 [ 3 ] {47522db4-490a-4222-b162-0448c843069e} <Debug> DynamicQueryHandler: Done processing query | ||
14630 | 2024.08.22 02:24:31.784321 [ 3 ] {47522db4-490a-4222-b162-0448c843069e} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
14631 | 2024.08.22 02:24:31.784367 [ 3 ] {} <Debug> HTTP-Session: f7c6abc6-e298-4cd9-bf08-0aaf550c448c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14632 | 2024.08.22 02:24:31.784398 [ 186 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14633 | 2024.08.22 02:24:31.784543 [ 186 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
14634 | 2024.08.22 02:24:31.784569 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 12133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14635 | 2024.08.22 02:24:31.784679 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14636 | 2024.08.22 02:24:31.784693 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.34 MiB. | ||
14637 | 2024.08.22 02:24:31.784718 [ 3 ] {} <Debug> HTTP-Session: a72d02cf-9e8a-42ff-957a-2c21ac64748e Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
14638 | 2024.08.22 02:24:31.784753 [ 3 ] {} <Debug> HTTP-Session: a72d02cf-9e8a-42ff-957a-2c21ac64748e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14639 | 2024.08.22 02:24:31.784767 [ 3 ] {} <Debug> HTTP-Session: a72d02cf-9e8a-42ff-957a-2c21ac64748e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14640 | 2024.08.22 02:24:31.784804 [ 3 ] {} <Trace> HTTP-Session: a72d02cf-9e8a-42ff-957a-2c21ac64748e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14641 | 2024.08.22 02:24:31.784946 [ 3 ] {575b9e71-0b2a-45e2-8606-8fa18f6f6fbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
14642 | 2024.08.22 02:24:31.784992 [ 3 ] {575b9e71-0b2a-45e2-8606-8fa18f6f6fbc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14643 | 2024.08.22 02:24:31.785143 [ 3 ] {575b9e71-0b2a-45e2-8606-8fa18f6f6fbc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14644 | 2024.08.22 02:24:31.785459 [ 3 ] {575b9e71-0b2a-45e2-8606-8fa18f6f6fbc} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14645 | 2024.08.22 02:24:31.785495 [ 3 ] {575b9e71-0b2a-45e2-8606-8fa18f6f6fbc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.84 GiB. | ||
14646 | 2024.08.22 02:24:31.785881 [ 3 ] {575b9e71-0b2a-45e2-8606-8fa18f6f6fbc} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
14647 | 2024.08.22 02:24:31.786215 [ 3 ] {575b9e71-0b2a-45e2-8606-8fa18f6f6fbc} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14648 | 2024.08.22 02:24:31.786377 [ 35 ] {} <Debug> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
14649 | 2024.08.22 02:24:31.786380 [ 3 ] {575b9e71-0b2a-45e2-8606-8fa18f6f6fbc} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001483 sec., 55293.32434254889 rows/sec., 3.51 MiB/sec. | ||
14650 | 2024.08.22 02:24:31.786420 [ 35 ] {} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14651 | 2024.08.22 02:24:31.786479 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.84 GiB. | ||
14652 | 2024.08.22 02:24:31.786765 [ 3 ] {575b9e71-0b2a-45e2-8606-8fa18f6f6fbc} <Debug> DynamicQueryHandler: Done processing query | ||
14653 | 2024.08.22 02:24:31.786829 [ 202 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
14654 | 2024.08.22 02:24:31.786848 [ 3 ] {575b9e71-0b2a-45e2-8606-8fa18f6f6fbc} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
14655 | 2024.08.22 02:24:31.786943 [ 3 ] {} <Debug> HTTP-Session: a72d02cf-9e8a-42ff-957a-2c21ac64748e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14656 | 2024.08.22 02:24:31.787445 [ 202 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14657 | 2024.08.22 02:24:31.787545 [ 202 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 4846 rows starting from the beginning of the part | ||
14658 | 2024.08.22 02:24:31.787815 [ 202 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 82 rows starting from the beginning of the part | ||
14659 | 2024.08.22 02:24:31.787903 [ 202 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 60 rows starting from the beginning of the part | ||
14660 | 2024.08.22 02:24:31.787986 [ 202 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 82 rows starting from the beginning of the part | ||
14661 | 2024.08.22 02:24:31.788207 [ 202 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 60 rows starting from the beginning of the part | ||
14662 | 2024.08.22 02:24:31.788295 [ 202 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 82 rows starting from the beginning of the part | ||
14663 | 2024.08.22 02:24:31.790109 [ 202 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5212 rows, containing 4 columns (4 merged, 0 gathered) in 0.003498285 sec., 1489872.8948613394 rows/sec., 97.26 MiB/sec. | ||
14664 | 2024.08.22 02:24:31.790551 [ 193 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
14665 | 2024.08.22 02:24:31.791025 [ 193 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_76_15} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14666 | 2024.08.22 02:24:31.791115 [ 193 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_76_15} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
14667 | 2024.08.22 02:24:31.791219 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.11 MiB. | ||
14668 | 2024.08.22 02:24:36.733428 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 203, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14669 | 2024.08.22 02:24:36.733630 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14670 | 2024.08.22 02:24:36.733676 [ 3 ] {} <Debug> HTTP-Session: fa423ff6-2d6c-4364-8e57-c83e52b19c6d Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
14671 | 2024.08.22 02:24:36.733719 [ 3 ] {} <Debug> HTTP-Session: fa423ff6-2d6c-4364-8e57-c83e52b19c6d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14672 | 2024.08.22 02:24:36.733748 [ 3 ] {} <Debug> HTTP-Session: fa423ff6-2d6c-4364-8e57-c83e52b19c6d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14673 | 2024.08.22 02:24:36.733830 [ 3 ] {} <Trace> HTTP-Session: fa423ff6-2d6c-4364-8e57-c83e52b19c6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14674 | 2024.08.22 02:24:36.734114 [ 3 ] {88424218-d4c4-45a6-98e0-f43f21984cdc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
14675 | 2024.08.22 02:24:36.734223 [ 3 ] {88424218-d4c4-45a6-98e0-f43f21984cdc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
14676 | 2024.08.22 02:24:36.734676 [ 3 ] {88424218-d4c4-45a6-98e0-f43f21984cdc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14677 | 2024.08.22 02:24:36.735116 [ 3 ] {88424218-d4c4-45a6-98e0-f43f21984cdc} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14678 | 2024.08.22 02:24:36.735161 [ 3 ] {88424218-d4c4-45a6-98e0-f43f21984cdc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.84 GiB. | ||
14679 | 2024.08.22 02:24:36.735579 [ 3 ] {88424218-d4c4-45a6-98e0-f43f21984cdc} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
14680 | 2024.08.22 02:24:36.735973 [ 3 ] {88424218-d4c4-45a6-98e0-f43f21984cdc} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14681 | 2024.08.22 02:24:36.736136 [ 3 ] {88424218-d4c4-45a6-98e0-f43f21984cdc} <Debug> executeQuery: Read 1 rows, 76.00 B in 0.002101 sec., 475.9638267491671 rows/sec., 35.33 KiB/sec. | ||
14682 | 2024.08.22 02:24:36.736361 [ 3 ] {88424218-d4c4-45a6-98e0-f43f21984cdc} <Debug> DynamicQueryHandler: Done processing query | ||
14683 | 2024.08.22 02:24:36.736390 [ 3 ] {88424218-d4c4-45a6-98e0-f43f21984cdc} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14684 | 2024.08.22 02:24:36.736407 [ 3 ] {} <Debug> HTTP-Session: fa423ff6-2d6c-4364-8e57-c83e52b19c6d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14685 | 2024.08.22 02:24:36.736595 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 21669, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14686 | 2024.08.22 02:24:36.736650 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14687 | 2024.08.22 02:24:36.736669 [ 3 ] {} <Debug> HTTP-Session: 02edf3ce-c973-4d44-9f30-9ac813787d15 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
14688 | 2024.08.22 02:24:36.736687 [ 3 ] {} <Debug> HTTP-Session: 02edf3ce-c973-4d44-9f30-9ac813787d15 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14689 | 2024.08.22 02:24:36.736701 [ 3 ] {} <Debug> HTTP-Session: 02edf3ce-c973-4d44-9f30-9ac813787d15 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14690 | 2024.08.22 02:24:36.736739 [ 3 ] {} <Trace> HTTP-Session: 02edf3ce-c973-4d44-9f30-9ac813787d15 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14691 | 2024.08.22 02:24:36.736889 [ 3 ] {af84a109-ca3f-4655-8cad-f4ed7aef5334} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
14692 | 2024.08.22 02:24:36.736938 [ 3 ] {af84a109-ca3f-4655-8cad-f4ed7aef5334} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14693 | 2024.08.22 02:24:36.737170 [ 3 ] {af84a109-ca3f-4655-8cad-f4ed7aef5334} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14694 | 2024.08.22 02:24:36.737659 [ 3 ] {af84a109-ca3f-4655-8cad-f4ed7aef5334} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14695 | 2024.08.22 02:24:36.737698 [ 3 ] {af84a109-ca3f-4655-8cad-f4ed7aef5334} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.84 GiB. | ||
14696 | 2024.08.22 02:24:36.738070 [ 3 ] {af84a109-ca3f-4655-8cad-f4ed7aef5334} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
14697 | 2024.08.22 02:24:36.738433 [ 3 ] {af84a109-ca3f-4655-8cad-f4ed7aef5334} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14698 | 2024.08.22 02:24:36.738595 [ 3 ] {af84a109-ca3f-4655-8cad-f4ed7aef5334} <Debug> executeQuery: Read 146 rows, 12.79 KiB in 0.001762 sec., 82860.38592508514 rows/sec., 7.09 MiB/sec. | ||
14699 | 2024.08.22 02:24:36.738784 [ 3 ] {af84a109-ca3f-4655-8cad-f4ed7aef5334} <Debug> DynamicQueryHandler: Done processing query | ||
14700 | 2024.08.22 02:24:36.738809 [ 3 ] {af84a109-ca3f-4655-8cad-f4ed7aef5334} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
14701 | 2024.08.22 02:24:36.738826 [ 3 ] {} <Debug> HTTP-Session: 02edf3ce-c973-4d44-9f30-9ac813787d15 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14702 | 2024.08.22 02:24:36.739002 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 6495, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14703 | 2024.08.22 02:24:36.739053 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14704 | 2024.08.22 02:24:36.739071 [ 3 ] {} <Debug> HTTP-Session: 98f70420-099f-4b98-b811-24aef7074f1a Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
14705 | 2024.08.22 02:24:36.739089 [ 3 ] {} <Debug> HTTP-Session: 98f70420-099f-4b98-b811-24aef7074f1a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14706 | 2024.08.22 02:24:36.739103 [ 3 ] {} <Debug> HTTP-Session: 98f70420-099f-4b98-b811-24aef7074f1a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14707 | 2024.08.22 02:24:36.739136 [ 3 ] {} <Trace> HTTP-Session: 98f70420-099f-4b98-b811-24aef7074f1a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14708 | 2024.08.22 02:24:36.739247 [ 3 ] {7e2c13ab-bde2-4a6f-a20e-390c00a9d8a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
14709 | 2024.08.22 02:24:36.739291 [ 3 ] {7e2c13ab-bde2-4a6f-a20e-390c00a9d8a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
14710 | 2024.08.22 02:24:36.739521 [ 3 ] {7e2c13ab-bde2-4a6f-a20e-390c00a9d8a8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14711 | 2024.08.22 02:24:36.739849 [ 3 ] {7e2c13ab-bde2-4a6f-a20e-390c00a9d8a8} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14712 | 2024.08.22 02:24:36.739887 [ 3 ] {7e2c13ab-bde2-4a6f-a20e-390c00a9d8a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.84 GiB. | ||
14713 | 2024.08.22 02:24:36.740243 [ 3 ] {7e2c13ab-bde2-4a6f-a20e-390c00a9d8a8} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
14714 | 2024.08.22 02:24:36.740608 [ 3 ] {7e2c13ab-bde2-4a6f-a20e-390c00a9d8a8} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14715 | 2024.08.22 02:24:36.740766 [ 3 ] {7e2c13ab-bde2-4a6f-a20e-390c00a9d8a8} <Debug> executeQuery: Read 45 rows, 3.37 KiB in 0.001549 sec., 29051.00064557779 rows/sec., 2.13 MiB/sec. | ||
14716 | 2024.08.22 02:24:36.740775 [ 27 ] {} <Debug> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995) (MergerMutator): Selected 6 parts from all_1_65_13 to all_70_70_0 | ||
14717 | 2024.08.22 02:24:36.740863 [ 27 ] {} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14718 | 2024.08.22 02:24:36.740915 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.84 GiB. | ||
14719 | 2024.08.22 02:24:36.741069 [ 3 ] {7e2c13ab-bde2-4a6f-a20e-390c00a9d8a8} <Debug> DynamicQueryHandler: Done processing query | ||
14720 | 2024.08.22 02:24:36.741149 [ 3 ] {7e2c13ab-bde2-4a6f-a20e-390c00a9d8a8} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
14721 | 2024.08.22 02:24:36.741197 [ 3 ] {} <Debug> HTTP-Session: 98f70420-099f-4b98-b811-24aef7074f1a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14722 | 2024.08.22 02:24:36.741306 [ 195 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_70_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_65_13 to all_70_70_0 into Compact with storage Full | ||
14723 | 2024.08.22 02:24:36.741482 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 19452, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14724 | 2024.08.22 02:24:36.741653 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14725 | 2024.08.22 02:24:36.741756 [ 3 ] {} <Debug> HTTP-Session: c685fab6-2c85-4f8a-91b2-6f6b70489ddc Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
14726 | 2024.08.22 02:24:36.741835 [ 3 ] {} <Debug> HTTP-Session: c685fab6-2c85-4f8a-91b2-6f6b70489ddc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14727 | 2024.08.22 02:24:36.741903 [ 3 ] {} <Debug> HTTP-Session: c685fab6-2c85-4f8a-91b2-6f6b70489ddc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14728 | 2024.08.22 02:24:36.742032 [ 3 ] {} <Trace> HTTP-Session: c685fab6-2c85-4f8a-91b2-6f6b70489ddc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14729 | 2024.08.22 02:24:36.742120 [ 195 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_70_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14730 | 2024.08.22 02:24:36.742206 [ 195 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_65_13, total 61 rows starting from the beginning of the part | ||
14731 | 2024.08.22 02:24:36.742328 [ 3 ] {c651275a-dfa5-479a-a7e0-99a9c12189c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
14732 | 2024.08.22 02:24:36.742441 [ 195 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 49 rows starting from the beginning of the part | ||
14733 | 2024.08.22 02:24:36.742480 [ 3 ] {c651275a-dfa5-479a-a7e0-99a9c12189c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14734 | 2024.08.22 02:24:36.742863 [ 195 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 6 rows starting from the beginning of the part | ||
14735 | 2024.08.22 02:24:36.743224 [ 195 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 47 rows starting from the beginning of the part | ||
14736 | 2024.08.22 02:24:36.743726 [ 195 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 6 rows starting from the beginning of the part | ||
14737 | 2024.08.22 02:24:36.744022 [ 195 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 45 rows starting from the beginning of the part | ||
14738 | 2024.08.22 02:24:36.744125 [ 3 ] {c651275a-dfa5-479a-a7e0-99a9c12189c4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14739 | 2024.08.22 02:24:36.745344 [ 3 ] {c651275a-dfa5-479a-a7e0-99a9c12189c4} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14740 | 2024.08.22 02:24:36.745400 [ 3 ] {c651275a-dfa5-479a-a7e0-99a9c12189c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.84 GiB. | ||
14741 | 2024.08.22 02:24:36.746427 [ 3 ] {c651275a-dfa5-479a-a7e0-99a9c12189c4} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
14742 | 2024.08.22 02:24:36.747020 [ 193 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_70_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 214 rows, containing 5 columns (5 merged, 0 gathered) in 0.005996735 sec., 35686.085845047346 rows/sec., 2.72 MiB/sec. | ||
14743 | 2024.08.22 02:24:36.747276 [ 193 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_70_14} <Trace> MergedBlockOutputStream: filled checksums all_1_70_14 (state Temporary) | ||
14744 | 2024.08.22 02:24:36.747413 [ 3 ] {c651275a-dfa5-479a-a7e0-99a9c12189c4} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14745 | 2024.08.22 02:24:36.747737 [ 3 ] {c651275a-dfa5-479a-a7e0-99a9c12189c4} <Debug> executeQuery: Read 115 rows, 9.13 KiB in 0.005503 sec., 20897.69216790841 rows/sec., 1.62 MiB/sec. | ||
14746 | 2024.08.22 02:24:36.748580 [ 3 ] {c651275a-dfa5-479a-a7e0-99a9c12189c4} <Debug> DynamicQueryHandler: Done processing query | ||
14747 | 2024.08.22 02:24:36.748667 [ 3 ] {c651275a-dfa5-479a-a7e0-99a9c12189c4} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
14748 | 2024.08.22 02:24:36.748742 [ 3 ] {} <Debug> HTTP-Session: c685fab6-2c85-4f8a-91b2-6f6b70489ddc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14749 | 2024.08.22 02:24:36.748994 [ 193 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_70_14} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Renaming temporary part tmp_merge_all_1_70_14 to all_1_70_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14750 | 2024.08.22 02:24:36.749029 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 30773, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14751 | 2024.08.22 02:24:36.749128 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14752 | 2024.08.22 02:24:36.749155 [ 193 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_70_14} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995) (MergerMutator): Merged 6 parts: [all_1_65_13, all_70_70_0] -> all_1_70_14 | ||
14753 | 2024.08.22 02:24:36.749164 [ 3 ] {} <Debug> HTTP-Session: cabc38ad-31f4-421f-8d90-5d5d2b129fd0 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
14754 | 2024.08.22 02:24:36.749201 [ 3 ] {} <Debug> HTTP-Session: cabc38ad-31f4-421f-8d90-5d5d2b129fd0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14755 | 2024.08.22 02:24:36.749225 [ 3 ] {} <Debug> HTTP-Session: cabc38ad-31f4-421f-8d90-5d5d2b129fd0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14756 | 2024.08.22 02:24:36.749308 [ 3 ] {} <Trace> HTTP-Session: cabc38ad-31f4-421f-8d90-5d5d2b129fd0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14757 | 2024.08.22 02:24:36.749319 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
14758 | 2024.08.22 02:24:36.749495 [ 3 ] {4e402a1d-a19b-4459-a4de-df30603a4e02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
14759 | 2024.08.22 02:24:36.749547 [ 3 ] {4e402a1d-a19b-4459-a4de-df30603a4e02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14760 | 2024.08.22 02:24:36.749723 [ 3 ] {4e402a1d-a19b-4459-a4de-df30603a4e02} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14761 | 2024.08.22 02:24:36.750115 [ 3 ] {4e402a1d-a19b-4459-a4de-df30603a4e02} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14762 | 2024.08.22 02:24:36.750151 [ 3 ] {4e402a1d-a19b-4459-a4de-df30603a4e02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.84 GiB. | ||
14763 | 2024.08.22 02:24:36.750537 [ 3 ] {4e402a1d-a19b-4459-a4de-df30603a4e02} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
14764 | 2024.08.22 02:24:36.750878 [ 3 ] {4e402a1d-a19b-4459-a4de-df30603a4e02} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14765 | 2024.08.22 02:24:36.751031 [ 3 ] {4e402a1d-a19b-4459-a4de-df30603a4e02} <Debug> executeQuery: Read 161 rows, 11.47 KiB in 0.001609 sec., 100062.15040397763 rows/sec., 6.96 MiB/sec. | ||
14766 | 2024.08.22 02:24:36.751196 [ 3 ] {4e402a1d-a19b-4459-a4de-df30603a4e02} <Debug> DynamicQueryHandler: Done processing query | ||
14767 | 2024.08.22 02:24:36.751221 [ 3 ] {4e402a1d-a19b-4459-a4de-df30603a4e02} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
14768 | 2024.08.22 02:24:36.751238 [ 3 ] {} <Debug> HTTP-Session: cabc38ad-31f4-421f-8d90-5d5d2b129fd0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14769 | 2024.08.22 02:24:36.751434 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 71230, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14770 | 2024.08.22 02:24:36.751482 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14771 | 2024.08.22 02:24:36.751501 [ 3 ] {} <Debug> HTTP-Session: af213106-2104-4d02-b9d7-76116d0d069a Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
14772 | 2024.08.22 02:24:36.751517 [ 3 ] {} <Debug> HTTP-Session: af213106-2104-4d02-b9d7-76116d0d069a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14773 | 2024.08.22 02:24:36.751531 [ 3 ] {} <Debug> HTTP-Session: af213106-2104-4d02-b9d7-76116d0d069a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14774 | 2024.08.22 02:24:36.751562 [ 3 ] {} <Trace> HTTP-Session: af213106-2104-4d02-b9d7-76116d0d069a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14775 | 2024.08.22 02:24:36.752004 [ 3 ] {935c44a6-4fea-4579-81e6-420e59696d85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
14776 | 2024.08.22 02:24:36.752069 [ 3 ] {935c44a6-4fea-4579-81e6-420e59696d85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
14777 | 2024.08.22 02:24:36.752503 [ 3 ] {935c44a6-4fea-4579-81e6-420e59696d85} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14778 | 2024.08.22 02:24:36.753279 [ 3 ] {935c44a6-4fea-4579-81e6-420e59696d85} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14779 | 2024.08.22 02:24:36.753315 [ 3 ] {935c44a6-4fea-4579-81e6-420e59696d85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.84 GiB. | ||
14780 | 2024.08.22 02:24:36.753999 [ 3 ] {935c44a6-4fea-4579-81e6-420e59696d85} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
14781 | 2024.08.22 02:24:36.754412 [ 3 ] {935c44a6-4fea-4579-81e6-420e59696d85} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14782 | 2024.08.22 02:24:36.754605 [ 3 ] {935c44a6-4fea-4579-81e6-420e59696d85} <Debug> executeQuery: Read 44 rows, 80.74 KiB in 0.002939 sec., 14971.07859816264 rows/sec., 26.83 MiB/sec. | ||
14783 | 2024.08.22 02:24:36.754844 [ 3 ] {935c44a6-4fea-4579-81e6-420e59696d85} <Debug> DynamicQueryHandler: Done processing query | ||
14784 | 2024.08.22 02:24:36.754870 [ 3 ] {935c44a6-4fea-4579-81e6-420e59696d85} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
14785 | 2024.08.22 02:24:36.754885 [ 3 ] {} <Debug> HTTP-Session: af213106-2104-4d02-b9d7-76116d0d069a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14786 | 2024.08.22 02:24:36.755048 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14787 | 2024.08.22 02:24:36.755098 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14788 | 2024.08.22 02:24:36.755118 [ 3 ] {} <Debug> HTTP-Session: 2ab8cedf-470b-4cef-9070-2b5a45b93269 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
14789 | 2024.08.22 02:24:36.755135 [ 3 ] {} <Debug> HTTP-Session: 2ab8cedf-470b-4cef-9070-2b5a45b93269 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14790 | 2024.08.22 02:24:36.755148 [ 3 ] {} <Debug> HTTP-Session: 2ab8cedf-470b-4cef-9070-2b5a45b93269 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14791 | 2024.08.22 02:24:36.755179 [ 3 ] {} <Trace> HTTP-Session: 2ab8cedf-470b-4cef-9070-2b5a45b93269 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14792 | 2024.08.22 02:24:36.755294 [ 3 ] {1bb634fe-8e17-4b97-b775-09a0114cc2e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
14793 | 2024.08.22 02:24:36.755339 [ 3 ] {1bb634fe-8e17-4b97-b775-09a0114cc2e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14794 | 2024.08.22 02:24:36.755469 [ 3 ] {1bb634fe-8e17-4b97-b775-09a0114cc2e5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14795 | 2024.08.22 02:24:36.755751 [ 3 ] {1bb634fe-8e17-4b97-b775-09a0114cc2e5} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14796 | 2024.08.22 02:24:36.755787 [ 3 ] {1bb634fe-8e17-4b97-b775-09a0114cc2e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.84 GiB. | ||
14797 | 2024.08.22 02:24:36.756136 [ 3 ] {1bb634fe-8e17-4b97-b775-09a0114cc2e5} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
14798 | 2024.08.22 02:24:36.756447 [ 3 ] {1bb634fe-8e17-4b97-b775-09a0114cc2e5} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14799 | 2024.08.22 02:24:36.756595 [ 3 ] {1bb634fe-8e17-4b97-b775-09a0114cc2e5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001336 sec., 44910.17964071856 rows/sec., 3.03 MiB/sec. | ||
14800 | 2024.08.22 02:24:36.756796 [ 3 ] {1bb634fe-8e17-4b97-b775-09a0114cc2e5} <Debug> DynamicQueryHandler: Done processing query | ||
14801 | 2024.08.22 02:24:36.756829 [ 3 ] {1bb634fe-8e17-4b97-b775-09a0114cc2e5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14802 | 2024.08.22 02:24:36.756846 [ 3 ] {} <Debug> HTTP-Session: 2ab8cedf-470b-4cef-9070-2b5a45b93269 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14803 | 2024.08.22 02:24:41.736936 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14804 | 2024.08.22 02:24:41.737116 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14805 | 2024.08.22 02:24:41.737161 [ 3 ] {} <Debug> HTTP-Session: fcb09e9b-3aab-426f-8b67-2d2336de1f20 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
14806 | 2024.08.22 02:24:41.737203 [ 3 ] {} <Debug> HTTP-Session: fcb09e9b-3aab-426f-8b67-2d2336de1f20 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14807 | 2024.08.22 02:24:41.737232 [ 3 ] {} <Debug> HTTP-Session: fcb09e9b-3aab-426f-8b67-2d2336de1f20 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14808 | 2024.08.22 02:24:41.737312 [ 3 ] {} <Trace> HTTP-Session: fcb09e9b-3aab-426f-8b67-2d2336de1f20 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14809 | 2024.08.22 02:24:41.737587 [ 3 ] {d460c564-fdc6-44af-8f4f-42ef4a7863f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
14810 | 2024.08.22 02:24:41.737673 [ 3 ] {d460c564-fdc6-44af-8f4f-42ef4a7863f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
14811 | 2024.08.22 02:24:41.738042 [ 3 ] {d460c564-fdc6-44af-8f4f-42ef4a7863f4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14812 | 2024.08.22 02:24:41.738461 [ 3 ] {d460c564-fdc6-44af-8f4f-42ef4a7863f4} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14813 | 2024.08.22 02:24:41.738505 [ 3 ] {d460c564-fdc6-44af-8f4f-42ef4a7863f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.84 GiB. | ||
14814 | 2024.08.22 02:24:41.738922 [ 3 ] {d460c564-fdc6-44af-8f4f-42ef4a7863f4} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
14815 | 2024.08.22 02:24:41.739321 [ 3 ] {d460c564-fdc6-44af-8f4f-42ef4a7863f4} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14816 | 2024.08.22 02:24:41.739505 [ 3 ] {d460c564-fdc6-44af-8f4f-42ef4a7863f4} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001997 sec., 1001.5022533800701 rows/sec., 81.67 KiB/sec. | ||
14817 | 2024.08.22 02:24:41.739883 [ 3 ] {d460c564-fdc6-44af-8f4f-42ef4a7863f4} <Debug> DynamicQueryHandler: Done processing query | ||
14818 | 2024.08.22 02:24:41.739912 [ 3 ] {d460c564-fdc6-44af-8f4f-42ef4a7863f4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14819 | 2024.08.22 02:24:41.739929 [ 3 ] {} <Debug> HTTP-Session: fcb09e9b-3aab-426f-8b67-2d2336de1f20 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14820 | 2024.08.22 02:24:41.740151 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 29107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14821 | 2024.08.22 02:24:41.740206 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14822 | 2024.08.22 02:24:41.740226 [ 3 ] {} <Debug> HTTP-Session: eb64d1de-1155-441e-a570-b36f6a9fd93b Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
14823 | 2024.08.22 02:24:41.740245 [ 3 ] {} <Debug> HTTP-Session: eb64d1de-1155-441e-a570-b36f6a9fd93b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14824 | 2024.08.22 02:24:41.740259 [ 3 ] {} <Debug> HTTP-Session: eb64d1de-1155-441e-a570-b36f6a9fd93b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14825 | 2024.08.22 02:24:41.740295 [ 3 ] {} <Trace> HTTP-Session: eb64d1de-1155-441e-a570-b36f6a9fd93b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14826 | 2024.08.22 02:24:41.740454 [ 3 ] {0d0851b0-ab7d-469c-bdb5-4e50ce910649} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
14827 | 2024.08.22 02:24:41.740504 [ 3 ] {0d0851b0-ab7d-469c-bdb5-4e50ce910649} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14828 | 2024.08.22 02:24:41.740759 [ 3 ] {0d0851b0-ab7d-469c-bdb5-4e50ce910649} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14829 | 2024.08.22 02:24:41.741207 [ 3 ] {0d0851b0-ab7d-469c-bdb5-4e50ce910649} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14830 | 2024.08.22 02:24:41.741246 [ 3 ] {0d0851b0-ab7d-469c-bdb5-4e50ce910649} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.84 GiB. | ||
14831 | 2024.08.22 02:24:41.741621 [ 3 ] {0d0851b0-ab7d-469c-bdb5-4e50ce910649} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
14832 | 2024.08.22 02:24:41.741982 [ 3 ] {0d0851b0-ab7d-469c-bdb5-4e50ce910649} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14833 | 2024.08.22 02:24:41.742148 [ 3 ] {0d0851b0-ab7d-469c-bdb5-4e50ce910649} <Debug> executeQuery: Read 194 rows, 17.32 KiB in 0.001769 sec., 109666.47823629169 rows/sec., 9.56 MiB/sec. | ||
14834 | 2024.08.22 02:24:41.742314 [ 3 ] {0d0851b0-ab7d-469c-bdb5-4e50ce910649} <Debug> DynamicQueryHandler: Done processing query | ||
14835 | 2024.08.22 02:24:41.742338 [ 3 ] {0d0851b0-ab7d-469c-bdb5-4e50ce910649} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
14836 | 2024.08.22 02:24:41.742354 [ 3 ] {} <Debug> HTTP-Session: eb64d1de-1155-441e-a570-b36f6a9fd93b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14837 | 2024.08.22 02:24:41.742536 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 616, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14838 | 2024.08.22 02:24:41.742584 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14839 | 2024.08.22 02:24:41.742605 [ 3 ] {} <Debug> HTTP-Session: 306419af-63bf-431f-9336-2f21bc85520d Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
14840 | 2024.08.22 02:24:41.742621 [ 3 ] {} <Debug> HTTP-Session: 306419af-63bf-431f-9336-2f21bc85520d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14841 | 2024.08.22 02:24:41.742635 [ 3 ] {} <Debug> HTTP-Session: 306419af-63bf-431f-9336-2f21bc85520d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14842 | 2024.08.22 02:24:41.742667 [ 3 ] {} <Trace> HTTP-Session: 306419af-63bf-431f-9336-2f21bc85520d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14843 | 2024.08.22 02:24:41.742768 [ 3 ] {3d33cb90-7614-488b-b749-a06210595d46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
14844 | 2024.08.22 02:24:41.742813 [ 3 ] {3d33cb90-7614-488b-b749-a06210595d46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
14845 | 2024.08.22 02:24:41.743037 [ 3 ] {3d33cb90-7614-488b-b749-a06210595d46} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14846 | 2024.08.22 02:24:41.743336 [ 3 ] {3d33cb90-7614-488b-b749-a06210595d46} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14847 | 2024.08.22 02:24:41.743373 [ 3 ] {3d33cb90-7614-488b-b749-a06210595d46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.84 GiB. | ||
14848 | 2024.08.22 02:24:41.743721 [ 3 ] {3d33cb90-7614-488b-b749-a06210595d46} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
14849 | 2024.08.22 02:24:41.744092 [ 3 ] {3d33cb90-7614-488b-b749-a06210595d46} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14850 | 2024.08.22 02:24:41.744255 [ 3 ] {3d33cb90-7614-488b-b749-a06210595d46} <Debug> executeQuery: Read 4 rows, 297.00 B in 0.001504 sec., 2659.5744680851067 rows/sec., 192.85 KiB/sec. | ||
14851 | 2024.08.22 02:24:41.744517 [ 3 ] {3d33cb90-7614-488b-b749-a06210595d46} <Debug> DynamicQueryHandler: Done processing query | ||
14852 | 2024.08.22 02:24:41.744577 [ 3 ] {3d33cb90-7614-488b-b749-a06210595d46} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14853 | 2024.08.22 02:24:41.744634 [ 3 ] {} <Debug> HTTP-Session: 306419af-63bf-431f-9336-2f21bc85520d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14854 | 2024.08.22 02:24:41.744810 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14855 | 2024.08.22 02:24:41.744867 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14856 | 2024.08.22 02:24:41.744888 [ 3 ] {} <Debug> HTTP-Session: beb8ed8f-f4f2-4000-8bac-656d18a54750 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
14857 | 2024.08.22 02:24:41.744906 [ 3 ] {} <Debug> HTTP-Session: beb8ed8f-f4f2-4000-8bac-656d18a54750 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14858 | 2024.08.22 02:24:41.744920 [ 3 ] {} <Debug> HTTP-Session: beb8ed8f-f4f2-4000-8bac-656d18a54750 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14859 | 2024.08.22 02:24:41.744952 [ 3 ] {} <Trace> HTTP-Session: beb8ed8f-f4f2-4000-8bac-656d18a54750 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14860 | 2024.08.22 02:24:41.745056 [ 3 ] {fcbc3d3e-98a3-4d1a-b14e-57607d8460da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
14861 | 2024.08.22 02:24:41.745099 [ 3 ] {fcbc3d3e-98a3-4d1a-b14e-57607d8460da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
14862 | 2024.08.22 02:24:41.745343 [ 3 ] {fcbc3d3e-98a3-4d1a-b14e-57607d8460da} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14863 | 2024.08.22 02:24:41.745623 [ 3 ] {fcbc3d3e-98a3-4d1a-b14e-57607d8460da} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14864 | 2024.08.22 02:24:41.745660 [ 3 ] {fcbc3d3e-98a3-4d1a-b14e-57607d8460da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.84 GiB. | ||
14865 | 2024.08.22 02:24:41.746015 [ 3 ] {fcbc3d3e-98a3-4d1a-b14e-57607d8460da} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
14866 | 2024.08.22 02:24:41.746363 [ 3 ] {fcbc3d3e-98a3-4d1a-b14e-57607d8460da} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14867 | 2024.08.22 02:24:41.746552 [ 3 ] {fcbc3d3e-98a3-4d1a-b14e-57607d8460da} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001512 sec., 9259.25925925926 rows/sec., 648.46 KiB/sec. | ||
14868 | 2024.08.22 02:24:41.746867 [ 3 ] {fcbc3d3e-98a3-4d1a-b14e-57607d8460da} <Debug> DynamicQueryHandler: Done processing query | ||
14869 | 2024.08.22 02:24:41.746913 [ 3 ] {fcbc3d3e-98a3-4d1a-b14e-57607d8460da} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
14870 | 2024.08.22 02:24:41.746945 [ 3 ] {} <Debug> HTTP-Session: beb8ed8f-f4f2-4000-8bac-656d18a54750 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14871 | 2024.08.22 02:24:41.747063 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14872 | 2024.08.22 02:24:41.747111 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14873 | 2024.08.22 02:24:41.747131 [ 3 ] {} <Debug> HTTP-Session: bc7a366f-d62d-4159-9e81-c5d4af24516e Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
14874 | 2024.08.22 02:24:41.747148 [ 3 ] {} <Debug> HTTP-Session: bc7a366f-d62d-4159-9e81-c5d4af24516e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14875 | 2024.08.22 02:24:41.747162 [ 3 ] {} <Debug> HTTP-Session: bc7a366f-d62d-4159-9e81-c5d4af24516e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14876 | 2024.08.22 02:24:41.747192 [ 3 ] {} <Trace> HTTP-Session: bc7a366f-d62d-4159-9e81-c5d4af24516e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14877 | 2024.08.22 02:24:41.747381 [ 3 ] {05c7ad74-fba4-4535-8f60-acf77a2f9600} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
14878 | 2024.08.22 02:24:41.747426 [ 3 ] {05c7ad74-fba4-4535-8f60-acf77a2f9600} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
14879 | 2024.08.22 02:24:41.747670 [ 3 ] {05c7ad74-fba4-4535-8f60-acf77a2f9600} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14880 | 2024.08.22 02:24:41.747945 [ 3 ] {05c7ad74-fba4-4535-8f60-acf77a2f9600} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14881 | 2024.08.22 02:24:41.747983 [ 3 ] {05c7ad74-fba4-4535-8f60-acf77a2f9600} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.84 GiB. | ||
14882 | 2024.08.22 02:24:41.748328 [ 3 ] {05c7ad74-fba4-4535-8f60-acf77a2f9600} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
14883 | 2024.08.22 02:24:41.748683 [ 3 ] {05c7ad74-fba4-4535-8f60-acf77a2f9600} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14884 | 2024.08.22 02:24:41.748843 [ 3 ] {05c7ad74-fba4-4535-8f60-acf77a2f9600} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.00148 sec., 4054.054054054054 rows/sec., 239.52 KiB/sec. | ||
14885 | 2024.08.22 02:24:41.749193 [ 3 ] {05c7ad74-fba4-4535-8f60-acf77a2f9600} <Debug> DynamicQueryHandler: Done processing query | ||
14886 | 2024.08.22 02:24:41.749222 [ 3 ] {05c7ad74-fba4-4535-8f60-acf77a2f9600} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14887 | 2024.08.22 02:24:41.749238 [ 3 ] {} <Debug> HTTP-Session: bc7a366f-d62d-4159-9e81-c5d4af24516e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14888 | 2024.08.22 02:24:41.749431 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 62445, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14889 | 2024.08.22 02:24:41.749483 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14890 | 2024.08.22 02:24:41.749503 [ 3 ] {} <Debug> HTTP-Session: ccd149d1-11ba-45aa-bc1d-66381b80f85e Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
14891 | 2024.08.22 02:24:41.749519 [ 3 ] {} <Debug> HTTP-Session: ccd149d1-11ba-45aa-bc1d-66381b80f85e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14892 | 2024.08.22 02:24:41.749533 [ 3 ] {} <Debug> HTTP-Session: ccd149d1-11ba-45aa-bc1d-66381b80f85e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14893 | 2024.08.22 02:24:41.749564 [ 3 ] {} <Trace> HTTP-Session: ccd149d1-11ba-45aa-bc1d-66381b80f85e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14894 | 2024.08.22 02:24:41.749767 [ 3 ] {bb52448f-64d4-44fb-af67-12c73a550263} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
14895 | 2024.08.22 02:24:41.749812 [ 3 ] {bb52448f-64d4-44fb-af67-12c73a550263} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14896 | 2024.08.22 02:24:41.750056 [ 3 ] {bb52448f-64d4-44fb-af67-12c73a550263} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14897 | 2024.08.22 02:24:41.750553 [ 3 ] {bb52448f-64d4-44fb-af67-12c73a550263} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14898 | 2024.08.22 02:24:41.750590 [ 3 ] {bb52448f-64d4-44fb-af67-12c73a550263} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.84 GiB. | ||
14899 | 2024.08.22 02:24:41.750986 [ 3 ] {bb52448f-64d4-44fb-af67-12c73a550263} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
14900 | 2024.08.22 02:24:41.751340 [ 3 ] {bb52448f-64d4-44fb-af67-12c73a550263} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14901 | 2024.08.22 02:24:41.751500 [ 3 ] {bb52448f-64d4-44fb-af67-12c73a550263} <Debug> executeQuery: Read 386 rows, 28.00 KiB in 0.001835 sec., 210354.2234332425 rows/sec., 14.90 MiB/sec. | ||
14902 | 2024.08.22 02:24:41.751666 [ 3 ] {bb52448f-64d4-44fb-af67-12c73a550263} <Debug> DynamicQueryHandler: Done processing query | ||
14903 | 2024.08.22 02:24:41.751690 [ 3 ] {bb52448f-64d4-44fb-af67-12c73a550263} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
14904 | 2024.08.22 02:24:41.751707 [ 3 ] {} <Debug> HTTP-Session: ccd149d1-11ba-45aa-bc1d-66381b80f85e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14905 | 2024.08.22 02:24:41.751883 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14906 | 2024.08.22 02:24:41.751931 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14907 | 2024.08.22 02:24:41.751950 [ 3 ] {} <Debug> HTTP-Session: f72549c7-8c86-486d-8ed8-21a18237122b Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
14908 | 2024.08.22 02:24:41.751966 [ 3 ] {} <Debug> HTTP-Session: f72549c7-8c86-486d-8ed8-21a18237122b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14909 | 2024.08.22 02:24:41.751979 [ 3 ] {} <Debug> HTTP-Session: f72549c7-8c86-486d-8ed8-21a18237122b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14910 | 2024.08.22 02:24:41.752010 [ 3 ] {} <Trace> HTTP-Session: f72549c7-8c86-486d-8ed8-21a18237122b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14911 | 2024.08.22 02:24:41.752104 [ 3 ] {81d7d472-0776-4455-ae87-a661d6193b7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
14912 | 2024.08.22 02:24:41.752151 [ 3 ] {81d7d472-0776-4455-ae87-a661d6193b7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
14913 | 2024.08.22 02:24:41.752280 [ 3 ] {81d7d472-0776-4455-ae87-a661d6193b7b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14914 | 2024.08.22 02:24:41.752501 [ 3 ] {81d7d472-0776-4455-ae87-a661d6193b7b} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14915 | 2024.08.22 02:24:41.752538 [ 3 ] {81d7d472-0776-4455-ae87-a661d6193b7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.84 GiB. | ||
14916 | 2024.08.22 02:24:41.752890 [ 3 ] {81d7d472-0776-4455-ae87-a661d6193b7b} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
14917 | 2024.08.22 02:24:41.753211 [ 3 ] {81d7d472-0776-4455-ae87-a661d6193b7b} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14918 | 2024.08.22 02:24:41.753368 [ 3 ] {81d7d472-0776-4455-ae87-a661d6193b7b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001284 sec., 4672.897196261682 rows/sec., 244.14 KiB/sec. | ||
14919 | 2024.08.22 02:24:41.753366 [ 97 ] {} <Debug> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
14920 | 2024.08.22 02:24:41.753475 [ 97 ] {} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14921 | 2024.08.22 02:24:41.753527 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.84 GiB. | ||
14922 | 2024.08.22 02:24:41.753622 [ 3 ] {81d7d472-0776-4455-ae87-a661d6193b7b} <Debug> DynamicQueryHandler: Done processing query | ||
14923 | 2024.08.22 02:24:41.753705 [ 3 ] {81d7d472-0776-4455-ae87-a661d6193b7b} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
14924 | 2024.08.22 02:24:41.753806 [ 3 ] {} <Debug> HTTP-Session: f72549c7-8c86-486d-8ed8-21a18237122b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14925 | 2024.08.22 02:24:41.754005 [ 198 ] {0b6dfbbe-deac-48d2-bc82-b319c8f68a7a::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 | ||
14926 | 2024.08.22 02:24:41.754170 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 44791, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14927 | 2024.08.22 02:24:41.754378 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14928 | 2024.08.22 02:24:41.754471 [ 3 ] {} <Debug> HTTP-Session: a338da31-17bf-422d-a0ac-54450ce4861b Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
14929 | 2024.08.22 02:24:41.754531 [ 3 ] {} <Debug> HTTP-Session: a338da31-17bf-422d-a0ac-54450ce4861b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14930 | 2024.08.22 02:24:41.754588 [ 3 ] {} <Debug> HTTP-Session: a338da31-17bf-422d-a0ac-54450ce4861b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14931 | 2024.08.22 02:24:41.754674 [ 3 ] {} <Trace> HTTP-Session: a338da31-17bf-422d-a0ac-54450ce4861b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14932 | 2024.08.22 02:24:41.754674 [ 198 ] {0b6dfbbe-deac-48d2-bc82-b319c8f68a7a::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14933 | 2024.08.22 02:24:41.754741 [ 198 ] {0b6dfbbe-deac-48d2-bc82-b319c8f68a7a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 186 rows starting from the beginning of the part | ||
14934 | 2024.08.22 02:24:41.754931 [ 198 ] {0b6dfbbe-deac-48d2-bc82-b319c8f68a7a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 6 rows starting from the beginning of the part | ||
14935 | 2024.08.22 02:24:41.755167 [ 3 ] {5ba3ed4a-e774-4f72-9beb-019a80a69ffa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
14936 | 2024.08.22 02:24:41.755308 [ 198 ] {0b6dfbbe-deac-48d2-bc82-b319c8f68a7a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 6 rows starting from the beginning of the part | ||
14937 | 2024.08.22 02:24:41.755461 [ 3 ] {5ba3ed4a-e774-4f72-9beb-019a80a69ffa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14938 | 2024.08.22 02:24:41.755557 [ 198 ] {0b6dfbbe-deac-48d2-bc82-b319c8f68a7a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 6 rows starting from the beginning of the part | ||
14939 | 2024.08.22 02:24:41.755916 [ 198 ] {0b6dfbbe-deac-48d2-bc82-b319c8f68a7a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 6 rows starting from the beginning of the part | ||
14940 | 2024.08.22 02:24:41.756202 [ 198 ] {0b6dfbbe-deac-48d2-bc82-b319c8f68a7a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 6 rows starting from the beginning of the part | ||
14941 | 2024.08.22 02:24:41.756910 [ 3 ] {5ba3ed4a-e774-4f72-9beb-019a80a69ffa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14942 | 2024.08.22 02:24:41.757823 [ 3 ] {5ba3ed4a-e774-4f72-9beb-019a80a69ffa} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14943 | 2024.08.22 02:24:41.757895 [ 3 ] {5ba3ed4a-e774-4f72-9beb-019a80a69ffa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.84 GiB. | ||
14944 | 2024.08.22 02:24:41.759040 [ 3 ] {5ba3ed4a-e774-4f72-9beb-019a80a69ffa} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
14945 | 2024.08.22 02:24:41.759048 [ 198 ] {0b6dfbbe-deac-48d2-bc82-b319c8f68a7a::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 216 rows, containing 4 columns (4 merged, 0 gathered) in 0.005391393 sec., 40063.85733705556 rows/sec., 2.04 MiB/sec. | ||
14946 | 2024.08.22 02:24:41.759247 [ 198 ] {0b6dfbbe-deac-48d2-bc82-b319c8f68a7a::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
14947 | 2024.08.22 02:24:41.759926 [ 3 ] {5ba3ed4a-e774-4f72-9beb-019a80a69ffa} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14948 | 2024.08.22 02:24:41.760187 [ 200 ] {0b6dfbbe-deac-48d2-bc82-b319c8f68a7a::all_1_36_7} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14949 | 2024.08.22 02:24:41.760252 [ 3 ] {5ba3ed4a-e774-4f72-9beb-019a80a69ffa} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.0054 sec., 44074.07407407407 rows/sec., 2.95 MiB/sec. | ||
14950 | 2024.08.22 02:24:41.760369 [ 200 ] {0b6dfbbe-deac-48d2-bc82-b319c8f68a7a::all_1_36_7} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
14951 | 2024.08.22 02:24:41.760494 [ 3 ] {5ba3ed4a-e774-4f72-9beb-019a80a69ffa} <Debug> DynamicQueryHandler: Done processing query | ||
14952 | 2024.08.22 02:24:41.760495 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
14953 | 2024.08.22 02:24:41.760523 [ 3 ] {5ba3ed4a-e774-4f72-9beb-019a80a69ffa} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
14954 | 2024.08.22 02:24:41.760545 [ 3 ] {} <Debug> HTTP-Session: a338da31-17bf-422d-a0ac-54450ce4861b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14955 | 2024.08.22 02:24:41.760686 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14956 | 2024.08.22 02:24:41.760735 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14957 | 2024.08.22 02:24:41.760754 [ 3 ] {} <Debug> HTTP-Session: 3fe2ca5a-849c-45f6-bf7c-ef2726edd9ff Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
14958 | 2024.08.22 02:24:41.760771 [ 3 ] {} <Debug> HTTP-Session: 3fe2ca5a-849c-45f6-bf7c-ef2726edd9ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14959 | 2024.08.22 02:24:41.760785 [ 3 ] {} <Debug> HTTP-Session: 3fe2ca5a-849c-45f6-bf7c-ef2726edd9ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14960 | 2024.08.22 02:24:41.760817 [ 3 ] {} <Trace> HTTP-Session: 3fe2ca5a-849c-45f6-bf7c-ef2726edd9ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14961 | 2024.08.22 02:24:41.760910 [ 3 ] {11e7b3e5-f13f-4691-a14e-0b9e97df03f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
14962 | 2024.08.22 02:24:41.760956 [ 3 ] {11e7b3e5-f13f-4691-a14e-0b9e97df03f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
14963 | 2024.08.22 02:24:41.761090 [ 3 ] {11e7b3e5-f13f-4691-a14e-0b9e97df03f3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14964 | 2024.08.22 02:24:41.761316 [ 3 ] {11e7b3e5-f13f-4691-a14e-0b9e97df03f3} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14965 | 2024.08.22 02:24:41.761352 [ 3 ] {11e7b3e5-f13f-4691-a14e-0b9e97df03f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.84 GiB. | ||
14966 | 2024.08.22 02:24:41.761699 [ 3 ] {11e7b3e5-f13f-4691-a14e-0b9e97df03f3} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
14967 | 2024.08.22 02:24:41.762029 [ 3 ] {11e7b3e5-f13f-4691-a14e-0b9e97df03f3} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14968 | 2024.08.22 02:24:41.762178 [ 3 ] {11e7b3e5-f13f-4691-a14e-0b9e97df03f3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001292 sec., 773.9938080495356 rows/sec., 52.15 KiB/sec. | ||
14969 | 2024.08.22 02:24:41.762338 [ 3 ] {11e7b3e5-f13f-4691-a14e-0b9e97df03f3} <Debug> DynamicQueryHandler: Done processing query | ||
14970 | 2024.08.22 02:24:41.762362 [ 3 ] {11e7b3e5-f13f-4691-a14e-0b9e97df03f3} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
14971 | 2024.08.22 02:24:41.762380 [ 3 ] {} <Debug> HTTP-Session: 3fe2ca5a-849c-45f6-bf7c-ef2726edd9ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14972 | 2024.08.22 02:24:41.762520 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 3336, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14973 | 2024.08.22 02:24:41.762573 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14974 | 2024.08.22 02:24:41.762593 [ 3 ] {} <Debug> HTTP-Session: b8d9f918-585b-49e4-ad74-ad86ceabcd78 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
14975 | 2024.08.22 02:24:41.762609 [ 3 ] {} <Debug> HTTP-Session: b8d9f918-585b-49e4-ad74-ad86ceabcd78 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14976 | 2024.08.22 02:24:41.762624 [ 3 ] {} <Debug> HTTP-Session: b8d9f918-585b-49e4-ad74-ad86ceabcd78 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14977 | 2024.08.22 02:24:41.762654 [ 3 ] {} <Trace> HTTP-Session: b8d9f918-585b-49e4-ad74-ad86ceabcd78 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14978 | 2024.08.22 02:24:41.762765 [ 3 ] {ec3e7037-ecbd-4c50-8801-2adee84bb65d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
14979 | 2024.08.22 02:24:41.762828 [ 3 ] {ec3e7037-ecbd-4c50-8801-2adee84bb65d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
14980 | 2024.08.22 02:24:41.763249 [ 3 ] {ec3e7037-ecbd-4c50-8801-2adee84bb65d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14981 | 2024.08.22 02:24:41.763642 [ 3 ] {ec3e7037-ecbd-4c50-8801-2adee84bb65d} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14982 | 2024.08.22 02:24:41.763678 [ 3 ] {ec3e7037-ecbd-4c50-8801-2adee84bb65d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.84 GiB. | ||
14983 | 2024.08.22 02:24:41.764245 [ 3 ] {ec3e7037-ecbd-4c50-8801-2adee84bb65d} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
14984 | 2024.08.22 02:24:41.764648 [ 3 ] {ec3e7037-ecbd-4c50-8801-2adee84bb65d} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14985 | 2024.08.22 02:24:41.764824 [ 97 ] {} <Debug> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
14986 | 2024.08.22 02:24:41.764846 [ 3 ] {ec3e7037-ecbd-4c50-8801-2adee84bb65d} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.002116 sec., 945.179584120983 rows/sec., 1.69 MiB/sec. | ||
14987 | 2024.08.22 02:24:41.764889 [ 97 ] {} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14988 | 2024.08.22 02:24:41.764965 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.84 GiB. | ||
14989 | 2024.08.22 02:24:41.765481 [ 198 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
14990 | 2024.08.22 02:24:41.765635 [ 3 ] {ec3e7037-ecbd-4c50-8801-2adee84bb65d} <Debug> DynamicQueryHandler: Done processing query | ||
14991 | 2024.08.22 02:24:41.765711 [ 3 ] {ec3e7037-ecbd-4c50-8801-2adee84bb65d} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
14992 | 2024.08.22 02:24:41.765789 [ 3 ] {} <Debug> HTTP-Session: b8d9f918-585b-49e4-ad74-ad86ceabcd78 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14993 | 2024.08.22 02:24:41.766082 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 12133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14994 | 2024.08.22 02:24:41.766245 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14995 | 2024.08.22 02:24:41.766333 [ 3 ] {} <Debug> HTTP-Session: ed32bf41-2c44-4934-adc1-8351e3cb2b34 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
14996 | 2024.08.22 02:24:41.766406 [ 3 ] {} <Debug> HTTP-Session: ed32bf41-2c44-4934-adc1-8351e3cb2b34 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14997 | 2024.08.22 02:24:41.766470 [ 3 ] {} <Debug> HTTP-Session: ed32bf41-2c44-4934-adc1-8351e3cb2b34 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14998 | 2024.08.22 02:24:41.766626 [ 3 ] {} <Trace> HTTP-Session: ed32bf41-2c44-4934-adc1-8351e3cb2b34 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14999 | 2024.08.22 02:24:41.766930 [ 3 ] {f606bef1-cd9e-4472-a40a-4af7a5ad420c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
15000 | 2024.08.22 02:24:41.767019 [ 198 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15001 | 2024.08.22 02:24:41.767037 [ 3 ] {f606bef1-cd9e-4472-a40a-4af7a5ad420c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
15002 | 2024.08.22 02:24:41.767230 [ 198 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1120 rows starting from the beginning of the part | ||
15003 | 2024.08.22 02:24:41.767988 [ 3 ] {f606bef1-cd9e-4472-a40a-4af7a5ad420c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15004 | 2024.08.22 02:24:41.768078 [ 198 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 2 rows starting from the beginning of the part | ||
15005 | 2024.08.22 02:24:41.768574 [ 198 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 44 rows starting from the beginning of the part | ||
15006 | 2024.08.22 02:24:41.769109 [ 3 ] {f606bef1-cd9e-4472-a40a-4af7a5ad420c} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15007 | 2024.08.22 02:24:41.769202 [ 3 ] {f606bef1-cd9e-4472-a40a-4af7a5ad420c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.84 GiB. | ||
15008 | 2024.08.22 02:24:41.769215 [ 198 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 2 rows starting from the beginning of the part | ||
15009 | 2024.08.22 02:24:41.769876 [ 198 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 44 rows starting from the beginning of the part | ||
15010 | 2024.08.22 02:24:41.770500 [ 198 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 2 rows starting from the beginning of the part | ||
15011 | 2024.08.22 02:24:41.770647 [ 3 ] {f606bef1-cd9e-4472-a40a-4af7a5ad420c} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
15012 | 2024.08.22 02:24:41.771759 [ 3 ] {f606bef1-cd9e-4472-a40a-4af7a5ad420c} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15013 | 2024.08.22 02:24:41.772270 [ 3 ] {f606bef1-cd9e-4472-a40a-4af7a5ad420c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005444 sec., 15062.45407788391 rows/sec., 979.61 KiB/sec. | ||
15014 | 2024.08.22 02:24:41.772854 [ 3 ] {f606bef1-cd9e-4472-a40a-4af7a5ad420c} <Debug> DynamicQueryHandler: Done processing query | ||
15015 | 2024.08.22 02:24:41.772907 [ 3 ] {f606bef1-cd9e-4472-a40a-4af7a5ad420c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
15016 | 2024.08.22 02:24:41.772939 [ 3 ] {} <Debug> HTTP-Session: ed32bf41-2c44-4934-adc1-8351e3cb2b34 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15017 | 2024.08.22 02:24:41.777326 [ 198 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1214 rows, containing 19 columns (19 merged, 0 gathered) in 0.012229 sec., 99272.2217679287 rows/sec., 177.89 MiB/sec. | ||
15018 | 2024.08.22 02:24:41.778867 [ 197 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
15019 | 2024.08.22 02:24:41.779521 [ 197 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_71_14} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15020 | 2024.08.22 02:24:41.779625 [ 197 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_71_14} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
15021 | 2024.08.22 02:24:41.779784 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.50 MiB. | ||
15022 | 2024.08.22 02:24:45.128560 [ 126 ] {} <Debug> DNSResolver: Updating DNS cache | ||
15023 | 2024.08.22 02:24:45.128634 [ 126 ] {} <Debug> DNSResolver: Updated DNS cache | ||
15024 | 2024.08.22 02:24:46.762824 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 186528, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15025 | 2024.08.22 02:24:46.762977 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15026 | 2024.08.22 02:24:46.763009 [ 3 ] {} <Debug> HTTP-Session: e486972a-bd6c-4fc0-9d15-df0fb7659c5f Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
15027 | 2024.08.22 02:24:46.763038 [ 3 ] {} <Debug> HTTP-Session: e486972a-bd6c-4fc0-9d15-df0fb7659c5f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15028 | 2024.08.22 02:24:46.763056 [ 3 ] {} <Debug> HTTP-Session: e486972a-bd6c-4fc0-9d15-df0fb7659c5f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15029 | 2024.08.22 02:24:46.763112 [ 3 ] {} <Trace> HTTP-Session: e486972a-bd6c-4fc0-9d15-df0fb7659c5f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15030 | 2024.08.22 02:24:46.763727 [ 3 ] {d91234f6-77a3-4b1a-8fe1-20b792d6368f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
15031 | 2024.08.22 02:24:46.763801 [ 3 ] {d91234f6-77a3-4b1a-8fe1-20b792d6368f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
15032 | 2024.08.22 02:24:46.764139 [ 3 ] {d91234f6-77a3-4b1a-8fe1-20b792d6368f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15033 | 2024.08.22 02:24:46.765480 [ 3 ] {d91234f6-77a3-4b1a-8fe1-20b792d6368f} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15034 | 2024.08.22 02:24:46.765532 [ 3 ] {d91234f6-77a3-4b1a-8fe1-20b792d6368f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.84 GiB. | ||
15035 | 2024.08.22 02:24:46.766060 [ 3 ] {d91234f6-77a3-4b1a-8fe1-20b792d6368f} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
15036 | 2024.08.22 02:24:46.766469 [ 3 ] {d91234f6-77a3-4b1a-8fe1-20b792d6368f} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15037 | 2024.08.22 02:24:46.766638 [ 3 ] {d91234f6-77a3-4b1a-8fe1-20b792d6368f} <Debug> executeQuery: Read 1284 rows, 108.77 KiB in 0.003308 sec., 388149.93954050785 rows/sec., 32.11 MiB/sec. | ||
15038 | 2024.08.22 02:24:46.766926 [ 3 ] {d91234f6-77a3-4b1a-8fe1-20b792d6368f} <Debug> DynamicQueryHandler: Done processing query | ||
15039 | 2024.08.22 02:24:46.766990 [ 3 ] {d91234f6-77a3-4b1a-8fe1-20b792d6368f} <Debug> MemoryTracker: Peak memory usage (for query): 4.99 MiB. | ||
15040 | 2024.08.22 02:24:46.767046 [ 3 ] {} <Debug> HTTP-Session: e486972a-bd6c-4fc0-9d15-df0fb7659c5f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15041 | 2024.08.22 02:24:46.767327 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 6362, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15042 | 2024.08.22 02:24:46.767386 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15043 | 2024.08.22 02:24:46.767407 [ 3 ] {} <Debug> HTTP-Session: a75782fb-b984-438e-abe6-eef8db8a45f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
15044 | 2024.08.22 02:24:46.767427 [ 3 ] {} <Debug> HTTP-Session: a75782fb-b984-438e-abe6-eef8db8a45f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15045 | 2024.08.22 02:24:46.767441 [ 3 ] {} <Debug> HTTP-Session: a75782fb-b984-438e-abe6-eef8db8a45f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15046 | 2024.08.22 02:24:46.767479 [ 3 ] {} <Trace> HTTP-Session: a75782fb-b984-438e-abe6-eef8db8a45f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15047 | 2024.08.22 02:24:46.767605 [ 3 ] {2c657ab0-1b3f-429e-bbff-6192eb3b40a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
15048 | 2024.08.22 02:24:46.767656 [ 3 ] {2c657ab0-1b3f-429e-bbff-6192eb3b40a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
15049 | 2024.08.22 02:24:46.767910 [ 3 ] {2c657ab0-1b3f-429e-bbff-6192eb3b40a5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15050 | 2024.08.22 02:24:46.768323 [ 3 ] {2c657ab0-1b3f-429e-bbff-6192eb3b40a5} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15051 | 2024.08.22 02:24:46.768363 [ 3 ] {2c657ab0-1b3f-429e-bbff-6192eb3b40a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.84 GiB. | ||
15052 | 2024.08.22 02:24:46.768732 [ 3 ] {2c657ab0-1b3f-429e-bbff-6192eb3b40a5} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
15053 | 2024.08.22 02:24:46.769103 [ 3 ] {2c657ab0-1b3f-429e-bbff-6192eb3b40a5} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15054 | 2024.08.22 02:24:46.769261 [ 3 ] {2c657ab0-1b3f-429e-bbff-6192eb3b40a5} <Debug> executeQuery: Read 44 rows, 3.31 KiB in 0.001696 sec., 25943.396226415094 rows/sec., 1.91 MiB/sec. | ||
15055 | 2024.08.22 02:24:46.769551 [ 3 ] {2c657ab0-1b3f-429e-bbff-6192eb3b40a5} <Debug> DynamicQueryHandler: Done processing query | ||
15056 | 2024.08.22 02:24:46.769612 [ 3 ] {2c657ab0-1b3f-429e-bbff-6192eb3b40a5} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
15057 | 2024.08.22 02:24:46.769667 [ 3 ] {} <Debug> HTTP-Session: a75782fb-b984-438e-abe6-eef8db8a45f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15058 | 2024.08.22 02:24:46.769898 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 30489, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15059 | 2024.08.22 02:24:46.769956 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15060 | 2024.08.22 02:24:46.769977 [ 3 ] {} <Debug> HTTP-Session: 91b149c6-8a9e-4c91-b707-600f9cf35b4c Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
15061 | 2024.08.22 02:24:46.769995 [ 3 ] {} <Debug> HTTP-Session: 91b149c6-8a9e-4c91-b707-600f9cf35b4c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15062 | 2024.08.22 02:24:46.770010 [ 3 ] {} <Debug> HTTP-Session: 91b149c6-8a9e-4c91-b707-600f9cf35b4c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15063 | 2024.08.22 02:24:46.770044 [ 3 ] {} <Trace> HTTP-Session: 91b149c6-8a9e-4c91-b707-600f9cf35b4c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15064 | 2024.08.22 02:24:46.770206 [ 3 ] {f5a17161-f330-40d9-a94c-7e29586dc6b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
15065 | 2024.08.22 02:24:46.770255 [ 3 ] {f5a17161-f330-40d9-a94c-7e29586dc6b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
15066 | 2024.08.22 02:24:46.770509 [ 3 ] {f5a17161-f330-40d9-a94c-7e29586dc6b7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15067 | 2024.08.22 02:24:46.770953 [ 3 ] {f5a17161-f330-40d9-a94c-7e29586dc6b7} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15068 | 2024.08.22 02:24:46.770991 [ 3 ] {f5a17161-f330-40d9-a94c-7e29586dc6b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.84 GiB. | ||
15069 | 2024.08.22 02:24:46.771404 [ 3 ] {f5a17161-f330-40d9-a94c-7e29586dc6b7} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
15070 | 2024.08.22 02:24:46.771762 [ 3 ] {f5a17161-f330-40d9-a94c-7e29586dc6b7} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15071 | 2024.08.22 02:24:46.771930 [ 3 ] {f5a17161-f330-40d9-a94c-7e29586dc6b7} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001791 sec., 127303.18257956448 rows/sec., 8.62 MiB/sec. | ||
15072 | 2024.08.22 02:24:46.772227 [ 3 ] {f5a17161-f330-40d9-a94c-7e29586dc6b7} <Debug> DynamicQueryHandler: Done processing query | ||
15073 | 2024.08.22 02:24:46.772279 [ 3 ] {f5a17161-f330-40d9-a94c-7e29586dc6b7} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
15074 | 2024.08.22 02:24:46.772322 [ 3 ] {} <Debug> HTTP-Session: 91b149c6-8a9e-4c91-b707-600f9cf35b4c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15075 | 2024.08.22 02:24:46.772598 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 93345, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15076 | 2024.08.22 02:24:46.772670 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15077 | 2024.08.22 02:24:46.772693 [ 3 ] {} <Debug> HTTP-Session: 05ea06a5-f5da-4a53-887f-9ac11b8d6553 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
15078 | 2024.08.22 02:24:46.772711 [ 3 ] {} <Debug> HTTP-Session: 05ea06a5-f5da-4a53-887f-9ac11b8d6553 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15079 | 2024.08.22 02:24:46.772725 [ 3 ] {} <Debug> HTTP-Session: 05ea06a5-f5da-4a53-887f-9ac11b8d6553 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15080 | 2024.08.22 02:24:46.772756 [ 3 ] {} <Trace> HTTP-Session: 05ea06a5-f5da-4a53-887f-9ac11b8d6553 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15081 | 2024.08.22 02:24:46.773096 [ 3 ] {32de3ade-d773-4b4c-a1fc-7d703fa44f40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
15082 | 2024.08.22 02:24:46.773143 [ 3 ] {32de3ade-d773-4b4c-a1fc-7d703fa44f40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
15083 | 2024.08.22 02:24:46.773388 [ 3 ] {32de3ade-d773-4b4c-a1fc-7d703fa44f40} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15084 | 2024.08.22 02:24:46.774081 [ 3 ] {32de3ade-d773-4b4c-a1fc-7d703fa44f40} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15085 | 2024.08.22 02:24:46.774120 [ 3 ] {32de3ade-d773-4b4c-a1fc-7d703fa44f40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.84 GiB. | ||
15086 | 2024.08.22 02:24:46.774523 [ 3 ] {32de3ade-d773-4b4c-a1fc-7d703fa44f40} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
15087 | 2024.08.22 02:24:46.774892 [ 3 ] {32de3ade-d773-4b4c-a1fc-7d703fa44f40} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15088 | 2024.08.22 02:24:46.775041 [ 3 ] {32de3ade-d773-4b4c-a1fc-7d703fa44f40} <Debug> executeQuery: Read 564 rows, 42.93 KiB in 0.002166 sec., 260387.81163434903 rows/sec., 19.35 MiB/sec. | ||
15089 | 2024.08.22 02:24:46.775320 [ 3 ] {32de3ade-d773-4b4c-a1fc-7d703fa44f40} <Debug> DynamicQueryHandler: Done processing query | ||
15090 | 2024.08.22 02:24:46.775379 [ 3 ] {32de3ade-d773-4b4c-a1fc-7d703fa44f40} <Debug> MemoryTracker: Peak memory usage (for query): 4.57 MiB. | ||
15091 | 2024.08.22 02:24:46.775432 [ 3 ] {} <Debug> HTTP-Session: 05ea06a5-f5da-4a53-887f-9ac11b8d6553 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15092 | 2024.08.22 02:24:46.775749 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 160494, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15093 | 2024.08.22 02:24:46.775805 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15094 | 2024.08.22 02:24:46.775825 [ 3 ] {} <Debug> HTTP-Session: de75462b-e8f4-45ff-bed4-f5f54d104c3c Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
15095 | 2024.08.22 02:24:46.775843 [ 3 ] {} <Debug> HTTP-Session: de75462b-e8f4-45ff-bed4-f5f54d104c3c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15096 | 2024.08.22 02:24:46.775856 [ 3 ] {} <Debug> HTTP-Session: de75462b-e8f4-45ff-bed4-f5f54d104c3c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15097 | 2024.08.22 02:24:46.775890 [ 3 ] {} <Trace> HTTP-Session: de75462b-e8f4-45ff-bed4-f5f54d104c3c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15098 | 2024.08.22 02:24:46.776324 [ 3 ] {e7334100-f1bf-4190-9244-3386e7e5a86b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
15099 | 2024.08.22 02:24:46.776376 [ 3 ] {e7334100-f1bf-4190-9244-3386e7e5a86b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
15100 | 2024.08.22 02:24:46.776551 [ 3 ] {e7334100-f1bf-4190-9244-3386e7e5a86b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15101 | 2024.08.22 02:24:46.777358 [ 3 ] {e7334100-f1bf-4190-9244-3386e7e5a86b} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15102 | 2024.08.22 02:24:46.777395 [ 3 ] {e7334100-f1bf-4190-9244-3386e7e5a86b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.84 GiB. | ||
15103 | 2024.08.22 02:24:46.777824 [ 3 ] {e7334100-f1bf-4190-9244-3386e7e5a86b} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
15104 | 2024.08.22 02:24:46.778239 [ 3 ] {e7334100-f1bf-4190-9244-3386e7e5a86b} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15105 | 2024.08.22 02:24:46.778401 [ 3 ] {e7334100-f1bf-4190-9244-3386e7e5a86b} <Debug> executeQuery: Read 844 rows, 58.17 KiB in 0.002344 sec., 360068.25938566553 rows/sec., 24.23 MiB/sec. | ||
15106 | 2024.08.22 02:24:46.778673 [ 3 ] {e7334100-f1bf-4190-9244-3386e7e5a86b} <Debug> DynamicQueryHandler: Done processing query | ||
15107 | 2024.08.22 02:24:46.778736 [ 3 ] {e7334100-f1bf-4190-9244-3386e7e5a86b} <Debug> MemoryTracker: Peak memory usage (for query): 4.66 MiB. | ||
15108 | 2024.08.22 02:24:46.778793 [ 3 ] {} <Debug> HTTP-Session: de75462b-e8f4-45ff-bed4-f5f54d104c3c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15109 | 2024.08.22 02:24:46.779160 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 71241, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15110 | 2024.08.22 02:24:46.779232 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15111 | 2024.08.22 02:24:46.779254 [ 3 ] {} <Debug> HTTP-Session: 37ed9c56-db73-474c-8753-c776c4518dfc Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
15112 | 2024.08.22 02:24:46.779273 [ 3 ] {} <Debug> HTTP-Session: 37ed9c56-db73-474c-8753-c776c4518dfc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15113 | 2024.08.22 02:24:46.779289 [ 3 ] {} <Debug> HTTP-Session: 37ed9c56-db73-474c-8753-c776c4518dfc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15114 | 2024.08.22 02:24:46.779323 [ 3 ] {} <Trace> HTTP-Session: 37ed9c56-db73-474c-8753-c776c4518dfc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15115 | 2024.08.22 02:24:46.779847 [ 3 ] {ebc87c1b-5863-4bec-b015-e7a604cc916a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
15116 | 2024.08.22 02:24:46.779940 [ 3 ] {ebc87c1b-5863-4bec-b015-e7a604cc916a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
15117 | 2024.08.22 02:24:46.780379 [ 3 ] {ebc87c1b-5863-4bec-b015-e7a604cc916a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15118 | 2024.08.22 02:24:46.781223 [ 3 ] {ebc87c1b-5863-4bec-b015-e7a604cc916a} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15119 | 2024.08.22 02:24:46.781264 [ 3 ] {ebc87c1b-5863-4bec-b015-e7a604cc916a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.84 GiB. | ||
15120 | 2024.08.22 02:24:46.781952 [ 3 ] {ebc87c1b-5863-4bec-b015-e7a604cc916a} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
15121 | 2024.08.22 02:24:46.782381 [ 3 ] {ebc87c1b-5863-4bec-b015-e7a604cc916a} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15122 | 2024.08.22 02:24:46.782591 [ 3 ] {ebc87c1b-5863-4bec-b015-e7a604cc916a} <Debug> executeQuery: Read 44 rows, 80.74 KiB in 0.003157 sec., 13937.282229965156 rows/sec., 24.97 MiB/sec. | ||
15123 | 2024.08.22 02:24:46.782874 [ 3 ] {ebc87c1b-5863-4bec-b015-e7a604cc916a} <Debug> DynamicQueryHandler: Done processing query | ||
15124 | 2024.08.22 02:24:46.782901 [ 3 ] {ebc87c1b-5863-4bec-b015-e7a604cc916a} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
15125 | 2024.08.22 02:24:46.782918 [ 3 ] {} <Debug> HTTP-Session: 37ed9c56-db73-474c-8753-c776c4518dfc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15126 | 2024.08.22 02:24:46.783054 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15127 | 2024.08.22 02:24:46.783105 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15128 | 2024.08.22 02:24:46.783126 [ 3 ] {} <Debug> HTTP-Session: 9743ed25-e5e5-4f7e-9785-dd6fcee863b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
15129 | 2024.08.22 02:24:46.783143 [ 3 ] {} <Debug> HTTP-Session: 9743ed25-e5e5-4f7e-9785-dd6fcee863b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15130 | 2024.08.22 02:24:46.783157 [ 3 ] {} <Debug> HTTP-Session: 9743ed25-e5e5-4f7e-9785-dd6fcee863b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15131 | 2024.08.22 02:24:46.783189 [ 3 ] {} <Trace> HTTP-Session: 9743ed25-e5e5-4f7e-9785-dd6fcee863b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15132 | 2024.08.22 02:24:46.783305 [ 3 ] {cab447d7-bde2-477c-b066-8fcda94646f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
15133 | 2024.08.22 02:24:46.783352 [ 3 ] {cab447d7-bde2-477c-b066-8fcda94646f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
15134 | 2024.08.22 02:24:46.783486 [ 3 ] {cab447d7-bde2-477c-b066-8fcda94646f6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15135 | 2024.08.22 02:24:46.783783 [ 3 ] {cab447d7-bde2-477c-b066-8fcda94646f6} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15136 | 2024.08.22 02:24:46.783821 [ 3 ] {cab447d7-bde2-477c-b066-8fcda94646f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.84 GiB. | ||
15137 | 2024.08.22 02:24:46.784199 [ 3 ] {cab447d7-bde2-477c-b066-8fcda94646f6} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
15138 | 2024.08.22 02:24:46.784529 [ 3 ] {cab447d7-bde2-477c-b066-8fcda94646f6} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15139 | 2024.08.22 02:24:46.784691 [ 3 ] {cab447d7-bde2-477c-b066-8fcda94646f6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001416 sec., 42372.88135593221 rows/sec., 2.86 MiB/sec. | ||
15140 | 2024.08.22 02:24:46.784941 [ 3 ] {cab447d7-bde2-477c-b066-8fcda94646f6} <Debug> DynamicQueryHandler: Done processing query | ||
15141 | 2024.08.22 02:24:46.784997 [ 3 ] {cab447d7-bde2-477c-b066-8fcda94646f6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15142 | 2024.08.22 02:24:46.785054 [ 3 ] {} <Debug> HTTP-Session: 9743ed25-e5e5-4f7e-9785-dd6fcee863b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15143 | 2024.08.22 02:24:51.737097 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 28974, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15144 | 2024.08.22 02:24:51.737237 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15145 | 2024.08.22 02:24:51.737268 [ 3 ] {} <Debug> HTTP-Session: 48975f8f-c955-4916-bec0-515ea32d4420 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
15146 | 2024.08.22 02:24:51.737297 [ 3 ] {} <Debug> HTTP-Session: 48975f8f-c955-4916-bec0-515ea32d4420 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15147 | 2024.08.22 02:24:51.737315 [ 3 ] {} <Debug> HTTP-Session: 48975f8f-c955-4916-bec0-515ea32d4420 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15148 | 2024.08.22 02:24:51.737372 [ 3 ] {} <Trace> HTTP-Session: 48975f8f-c955-4916-bec0-515ea32d4420 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15149 | 2024.08.22 02:24:51.737632 [ 3 ] {23a7ac5f-bd63-4c1d-901d-aec344e4d5cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
15150 | 2024.08.22 02:24:51.737711 [ 3 ] {23a7ac5f-bd63-4c1d-901d-aec344e4d5cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
15151 | 2024.08.22 02:24:51.738067 [ 3 ] {23a7ac5f-bd63-4c1d-901d-aec344e4d5cd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15152 | 2024.08.22 02:24:51.738573 [ 3 ] {23a7ac5f-bd63-4c1d-901d-aec344e4d5cd} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15153 | 2024.08.22 02:24:51.738618 [ 3 ] {23a7ac5f-bd63-4c1d-901d-aec344e4d5cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.83 GiB. | ||
15154 | 2024.08.22 02:24:51.739061 [ 3 ] {23a7ac5f-bd63-4c1d-901d-aec344e4d5cd} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
15155 | 2024.08.22 02:24:51.739452 [ 3 ] {23a7ac5f-bd63-4c1d-901d-aec344e4d5cd} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15156 | 2024.08.22 02:24:51.739635 [ 3 ] {23a7ac5f-bd63-4c1d-901d-aec344e4d5cd} <Debug> executeQuery: Read 193 rows, 17.24 KiB in 0.002116 sec., 91209.82986767487 rows/sec., 7.96 MiB/sec. | ||
15157 | 2024.08.22 02:24:51.739859 [ 3 ] {23a7ac5f-bd63-4c1d-901d-aec344e4d5cd} <Debug> DynamicQueryHandler: Done processing query | ||
15158 | 2024.08.22 02:24:51.739886 [ 3 ] {23a7ac5f-bd63-4c1d-901d-aec344e4d5cd} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
15159 | 2024.08.22 02:24:51.739903 [ 3 ] {} <Debug> HTTP-Session: 48975f8f-c955-4916-bec0-515ea32d4420 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15160 | 2024.08.22 02:24:51.740055 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15161 | 2024.08.22 02:24:51.740107 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15162 | 2024.08.22 02:24:51.740127 [ 3 ] {} <Debug> HTTP-Session: 51001966-46d6-437f-9131-3d5556a66eed Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
15163 | 2024.08.22 02:24:51.740145 [ 3 ] {} <Debug> HTTP-Session: 51001966-46d6-437f-9131-3d5556a66eed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15164 | 2024.08.22 02:24:51.740159 [ 3 ] {} <Debug> HTTP-Session: 51001966-46d6-437f-9131-3d5556a66eed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15165 | 2024.08.22 02:24:51.740198 [ 3 ] {} <Trace> HTTP-Session: 51001966-46d6-437f-9131-3d5556a66eed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15166 | 2024.08.22 02:24:51.740305 [ 3 ] {c5ca015e-917d-4560-bf56-4d9bc7439249} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
15167 | 2024.08.22 02:24:51.740354 [ 3 ] {c5ca015e-917d-4560-bf56-4d9bc7439249} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
15168 | 2024.08.22 02:24:51.740595 [ 3 ] {c5ca015e-917d-4560-bf56-4d9bc7439249} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15169 | 2024.08.22 02:24:51.740882 [ 3 ] {c5ca015e-917d-4560-bf56-4d9bc7439249} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15170 | 2024.08.22 02:24:51.740921 [ 3 ] {c5ca015e-917d-4560-bf56-4d9bc7439249} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.83 GiB. | ||
15171 | 2024.08.22 02:24:51.741276 [ 3 ] {c5ca015e-917d-4560-bf56-4d9bc7439249} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
15172 | 2024.08.22 02:24:51.741643 [ 3 ] {c5ca015e-917d-4560-bf56-4d9bc7439249} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15173 | 2024.08.22 02:24:51.741809 [ 3 ] {c5ca015e-917d-4560-bf56-4d9bc7439249} <Debug> executeQuery: Read 2 rows, 154.00 B in 0.001525 sec., 1311.4754098360654 rows/sec., 98.62 KiB/sec. | ||
15174 | 2024.08.22 02:24:51.741976 [ 3 ] {c5ca015e-917d-4560-bf56-4d9bc7439249} <Debug> DynamicQueryHandler: Done processing query | ||
15175 | 2024.08.22 02:24:51.742002 [ 3 ] {c5ca015e-917d-4560-bf56-4d9bc7439249} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15176 | 2024.08.22 02:24:51.742017 [ 3 ] {} <Debug> HTTP-Session: 51001966-46d6-437f-9131-3d5556a66eed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15177 | 2024.08.22 02:24:51.742171 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15178 | 2024.08.22 02:24:51.742221 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15179 | 2024.08.22 02:24:51.742239 [ 3 ] {} <Debug> HTTP-Session: f070b0c1-fd8d-4c51-8161-809f86021fbe Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
15180 | 2024.08.22 02:24:51.742256 [ 3 ] {} <Debug> HTTP-Session: f070b0c1-fd8d-4c51-8161-809f86021fbe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15181 | 2024.08.22 02:24:51.742270 [ 3 ] {} <Debug> HTTP-Session: f070b0c1-fd8d-4c51-8161-809f86021fbe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15182 | 2024.08.22 02:24:51.742303 [ 3 ] {} <Trace> HTTP-Session: f070b0c1-fd8d-4c51-8161-809f86021fbe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15183 | 2024.08.22 02:24:51.742401 [ 3 ] {22f4acde-d2a3-4530-966e-e726d977228d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
15184 | 2024.08.22 02:24:51.742444 [ 3 ] {22f4acde-d2a3-4530-966e-e726d977228d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
15185 | 2024.08.22 02:24:51.742673 [ 3 ] {22f4acde-d2a3-4530-966e-e726d977228d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15186 | 2024.08.22 02:24:51.742957 [ 3 ] {22f4acde-d2a3-4530-966e-e726d977228d} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15187 | 2024.08.22 02:24:51.742994 [ 3 ] {22f4acde-d2a3-4530-966e-e726d977228d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.83 GiB. | ||
15188 | 2024.08.22 02:24:51.743347 [ 3 ] {22f4acde-d2a3-4530-966e-e726d977228d} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
15189 | 2024.08.22 02:24:51.743694 [ 3 ] {22f4acde-d2a3-4530-966e-e726d977228d} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15190 | 2024.08.22 02:24:51.743855 [ 3 ] {22f4acde-d2a3-4530-966e-e726d977228d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001477 sec., 9478.67298578199 rows/sec., 663.82 KiB/sec. | ||
15191 | 2024.08.22 02:24:51.743853 [ 137 ] {} <Debug> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
15192 | 2024.08.22 02:24:51.743979 [ 137 ] {} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15193 | 2024.08.22 02:24:51.744029 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.83 GiB. | ||
15194 | 2024.08.22 02:24:51.744116 [ 3 ] {22f4acde-d2a3-4530-966e-e726d977228d} <Debug> DynamicQueryHandler: Done processing query | ||
15195 | 2024.08.22 02:24:51.744181 [ 3 ] {22f4acde-d2a3-4530-966e-e726d977228d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
15196 | 2024.08.22 02:24:51.744216 [ 3 ] {} <Debug> HTTP-Session: f070b0c1-fd8d-4c51-8161-809f86021fbe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15197 | 2024.08.22 02:24:51.744241 [ 189 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::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 | ||
15198 | 2024.08.22 02:24:51.744402 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15199 | 2024.08.22 02:24:51.744518 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15200 | 2024.08.22 02:24:51.744554 [ 189 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15201 | 2024.08.22 02:24:51.744567 [ 3 ] {} <Debug> HTTP-Session: 8baf493d-da22-426d-a12d-86f2bf3a85d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
15202 | 2024.08.22 02:24:51.744624 [ 3 ] {} <Debug> HTTP-Session: 8baf493d-da22-426d-a12d-86f2bf3a85d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15203 | 2024.08.22 02:24:51.744638 [ 189 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 243 rows starting from the beginning of the part | ||
15204 | 2024.08.22 02:24:51.744653 [ 3 ] {} <Debug> HTTP-Session: 8baf493d-da22-426d-a12d-86f2bf3a85d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15205 | 2024.08.22 02:24:51.744734 [ 3 ] {} <Trace> HTTP-Session: 8baf493d-da22-426d-a12d-86f2bf3a85d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15206 | 2024.08.22 02:24:51.744886 [ 189 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 14 rows starting from the beginning of the part | ||
15207 | 2024.08.22 02:24:51.745055 [ 3 ] {e11c0d96-b3be-47da-befc-d2ab1f63c1bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
15208 | 2024.08.22 02:24:51.745217 [ 189 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 14 rows starting from the beginning of the part | ||
15209 | 2024.08.22 02:24:51.745293 [ 3 ] {e11c0d96-b3be-47da-befc-d2ab1f63c1bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
15210 | 2024.08.22 02:24:51.745618 [ 189 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 14 rows starting from the beginning of the part | ||
15211 | 2024.08.22 02:24:51.746045 [ 189 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 228 rows starting from the beginning of the part | ||
15212 | 2024.08.22 02:24:51.746343 [ 189 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 14 rows starting from the beginning of the part | ||
15213 | 2024.08.22 02:24:51.747125 [ 3 ] {e11c0d96-b3be-47da-befc-d2ab1f63c1bd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15214 | 2024.08.22 02:24:51.747916 [ 3 ] {e11c0d96-b3be-47da-befc-d2ab1f63c1bd} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15215 | 2024.08.22 02:24:51.747988 [ 3 ] {e11c0d96-b3be-47da-befc-d2ab1f63c1bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.83 GiB. | ||
15216 | 2024.08.22 02:24:51.749000 [ 3 ] {e11c0d96-b3be-47da-befc-d2ab1f63c1bd} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
15217 | 2024.08.22 02:24:51.749546 [ 189 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 527 rows, containing 5 columns (5 merged, 0 gathered) in 0.005432283 sec., 97012.61881974852 rows/sec., 6.59 MiB/sec. | ||
15218 | 2024.08.22 02:24:51.749782 [ 189 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
15219 | 2024.08.22 02:24:51.749963 [ 3 ] {e11c0d96-b3be-47da-befc-d2ab1f63c1bd} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15220 | 2024.08.22 02:24:51.750247 [ 137 ] {} <Debug> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 | ||
15221 | 2024.08.22 02:24:51.750342 [ 137 ] {} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15222 | 2024.08.22 02:24:51.750429 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.83 GiB. | ||
15223 | 2024.08.22 02:24:51.750446 [ 3 ] {e11c0d96-b3be-47da-befc-d2ab1f63c1bd} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.005474 sec., 1096.0906101571063 rows/sec., 64.76 KiB/sec. | ||
15224 | 2024.08.22 02:24:51.751513 [ 189 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_51_10} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15225 | 2024.08.22 02:24:51.751525 [ 3 ] {e11c0d96-b3be-47da-befc-d2ab1f63c1bd} <Debug> DynamicQueryHandler: Done processing query | ||
15226 | 2024.08.22 02:24:51.751657 [ 3 ] {e11c0d96-b3be-47da-befc-d2ab1f63c1bd} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15227 | 2024.08.22 02:24:51.751798 [ 3 ] {} <Debug> HTTP-Session: 8baf493d-da22-426d-a12d-86f2bf3a85d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15228 | 2024.08.22 02:24:51.751659 [ 186 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_37_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_33_8 to all_37_37_0 into Compact with storage Full | ||
15229 | 2024.08.22 02:24:51.751905 [ 189 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_51_10} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
15230 | 2024.08.22 02:24:51.752195 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 62104, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15231 | 2024.08.22 02:24:51.752226 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
15232 | 2024.08.22 02:24:51.752359 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15233 | 2024.08.22 02:24:51.752434 [ 3 ] {} <Debug> HTTP-Session: 74288421-ac53-4d3b-90e5-6694038dc62b Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
15234 | 2024.08.22 02:24:51.752450 [ 186 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15235 | 2024.08.22 02:24:51.752467 [ 3 ] {} <Debug> HTTP-Session: 74288421-ac53-4d3b-90e5-6694038dc62b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15236 | 2024.08.22 02:24:51.752521 [ 3 ] {} <Debug> HTTP-Session: 74288421-ac53-4d3b-90e5-6694038dc62b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15237 | 2024.08.22 02:24:51.752533 [ 186 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_8, total 6 rows starting from the beginning of the part | ||
15238 | 2024.08.22 02:24:51.752607 [ 3 ] {} <Trace> HTTP-Session: 74288421-ac53-4d3b-90e5-6694038dc62b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15239 | 2024.08.22 02:24:51.752800 [ 186 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 6 rows starting from the beginning of the part | ||
15240 | 2024.08.22 02:24:51.752971 [ 186 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 6 rows starting from the beginning of the part | ||
15241 | 2024.08.22 02:24:51.753192 [ 3 ] {a1b4df14-7bdd-4f27-b6e9-18a0b2ec2ddd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
15242 | 2024.08.22 02:24:51.753228 [ 186 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 6 rows starting from the beginning of the part | ||
15243 | 2024.08.22 02:24:51.753321 [ 3 ] {a1b4df14-7bdd-4f27-b6e9-18a0b2ec2ddd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
15244 | 2024.08.22 02:24:51.753579 [ 186 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 6 rows starting from the beginning of the part | ||
15245 | 2024.08.22 02:24:51.754464 [ 3 ] {a1b4df14-7bdd-4f27-b6e9-18a0b2ec2ddd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15246 | 2024.08.22 02:24:51.755817 [ 3 ] {a1b4df14-7bdd-4f27-b6e9-18a0b2ec2ddd} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15247 | 2024.08.22 02:24:51.755902 [ 3 ] {a1b4df14-7bdd-4f27-b6e9-18a0b2ec2ddd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.83 GiB. | ||
15248 | 2024.08.22 02:24:51.756190 [ 186 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.005580963 sec., 5375.416393192358 rows/sec., 341.21 KiB/sec. | ||
15249 | 2024.08.22 02:24:51.756379 [ 186 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) | ||
15250 | 2024.08.22 02:24:51.756873 [ 3 ] {a1b4df14-7bdd-4f27-b6e9-18a0b2ec2ddd} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
15251 | 2024.08.22 02:24:51.757326 [ 186 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_37_9} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15252 | 2024.08.22 02:24:51.757502 [ 186 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_37_9} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 | ||
15253 | 2024.08.22 02:24:51.757665 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
15254 | 2024.08.22 02:24:51.757743 [ 3 ] {a1b4df14-7bdd-4f27-b6e9-18a0b2ec2ddd} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15255 | 2024.08.22 02:24:51.757919 [ 3 ] {a1b4df14-7bdd-4f27-b6e9-18a0b2ec2ddd} <Debug> executeQuery: Read 384 rows, 27.84 KiB in 0.005057 sec., 75934.3484279217 rows/sec., 5.38 MiB/sec. | ||
15256 | 2024.08.22 02:24:51.758106 [ 3 ] {a1b4df14-7bdd-4f27-b6e9-18a0b2ec2ddd} <Debug> DynamicQueryHandler: Done processing query | ||
15257 | 2024.08.22 02:24:51.758131 [ 3 ] {a1b4df14-7bdd-4f27-b6e9-18a0b2ec2ddd} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
15258 | 2024.08.22 02:24:51.758147 [ 3 ] {} <Debug> HTTP-Session: 74288421-ac53-4d3b-90e5-6694038dc62b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15259 | 2024.08.22 02:24:51.758349 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15260 | 2024.08.22 02:24:51.758397 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15261 | 2024.08.22 02:24:51.758416 [ 3 ] {} <Debug> HTTP-Session: 44e7e20e-f5ff-4cea-b902-0b5abdad8219 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
15262 | 2024.08.22 02:24:51.758431 [ 3 ] {} <Debug> HTTP-Session: 44e7e20e-f5ff-4cea-b902-0b5abdad8219 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15263 | 2024.08.22 02:24:51.758446 [ 3 ] {} <Debug> HTTP-Session: 44e7e20e-f5ff-4cea-b902-0b5abdad8219 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15264 | 2024.08.22 02:24:51.758480 [ 3 ] {} <Trace> HTTP-Session: 44e7e20e-f5ff-4cea-b902-0b5abdad8219 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15265 | 2024.08.22 02:24:51.758577 [ 3 ] {76fd435a-9295-417a-9ebc-ad8bfbe9db1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
15266 | 2024.08.22 02:24:51.758623 [ 3 ] {76fd435a-9295-417a-9ebc-ad8bfbe9db1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
15267 | 2024.08.22 02:24:51.758761 [ 3 ] {76fd435a-9295-417a-9ebc-ad8bfbe9db1d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15268 | 2024.08.22 02:24:51.759078 [ 3 ] {76fd435a-9295-417a-9ebc-ad8bfbe9db1d} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15269 | 2024.08.22 02:24:51.759115 [ 3 ] {76fd435a-9295-417a-9ebc-ad8bfbe9db1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.83 GiB. | ||
15270 | 2024.08.22 02:24:51.759473 [ 3 ] {76fd435a-9295-417a-9ebc-ad8bfbe9db1d} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
15271 | 2024.08.22 02:24:51.759803 [ 3 ] {76fd435a-9295-417a-9ebc-ad8bfbe9db1d} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15272 | 2024.08.22 02:24:51.759962 [ 3 ] {76fd435a-9295-417a-9ebc-ad8bfbe9db1d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001404 sec., 4273.504273504273 rows/sec., 223.27 KiB/sec. | ||
15273 | 2024.08.22 02:24:51.760131 [ 3 ] {76fd435a-9295-417a-9ebc-ad8bfbe9db1d} <Debug> DynamicQueryHandler: Done processing query | ||
15274 | 2024.08.22 02:24:51.760155 [ 3 ] {76fd435a-9295-417a-9ebc-ad8bfbe9db1d} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
15275 | 2024.08.22 02:24:51.760171 [ 3 ] {} <Debug> HTTP-Session: 44e7e20e-f5ff-4cea-b902-0b5abdad8219 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15276 | 2024.08.22 02:24:51.760349 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 44601, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15277 | 2024.08.22 02:24:51.760398 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15278 | 2024.08.22 02:24:51.760417 [ 3 ] {} <Debug> HTTP-Session: 8d02849f-6432-4abd-8010-cfa3464074cd Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
15279 | 2024.08.22 02:24:51.760432 [ 3 ] {} <Debug> HTTP-Session: 8d02849f-6432-4abd-8010-cfa3464074cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15280 | 2024.08.22 02:24:51.760446 [ 3 ] {} <Debug> HTTP-Session: 8d02849f-6432-4abd-8010-cfa3464074cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15281 | 2024.08.22 02:24:51.760477 [ 3 ] {} <Trace> HTTP-Session: 8d02849f-6432-4abd-8010-cfa3464074cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15282 | 2024.08.22 02:24:51.760654 [ 3 ] {3f2142ff-c79b-4780-8d4b-ebf99646f213} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
15283 | 2024.08.22 02:24:51.760699 [ 3 ] {3f2142ff-c79b-4780-8d4b-ebf99646f213} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
15284 | 2024.08.22 02:24:51.760846 [ 3 ] {3f2142ff-c79b-4780-8d4b-ebf99646f213} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15285 | 2024.08.22 02:24:51.761283 [ 3 ] {3f2142ff-c79b-4780-8d4b-ebf99646f213} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15286 | 2024.08.22 02:24:51.761319 [ 3 ] {3f2142ff-c79b-4780-8d4b-ebf99646f213} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.83 GiB. | ||
15287 | 2024.08.22 02:24:51.761699 [ 3 ] {3f2142ff-c79b-4780-8d4b-ebf99646f213} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
15288 | 2024.08.22 02:24:51.762036 [ 3 ] {3f2142ff-c79b-4780-8d4b-ebf99646f213} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15289 | 2024.08.22 02:24:51.762201 [ 3 ] {3f2142ff-c79b-4780-8d4b-ebf99646f213} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001637 sec., 144777.03115455102 rows/sec., 9.70 MiB/sec. | ||
15290 | 2024.08.22 02:24:51.762363 [ 3 ] {3f2142ff-c79b-4780-8d4b-ebf99646f213} <Debug> DynamicQueryHandler: Done processing query | ||
15291 | 2024.08.22 02:24:51.762387 [ 3 ] {3f2142ff-c79b-4780-8d4b-ebf99646f213} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
15292 | 2024.08.22 02:24:51.762403 [ 3 ] {} <Debug> HTTP-Session: 8d02849f-6432-4abd-8010-cfa3464074cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15293 | 2024.08.22 02:24:51.762568 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15294 | 2024.08.22 02:24:51.762615 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15295 | 2024.08.22 02:24:51.762634 [ 3 ] {} <Debug> HTTP-Session: 7f507a01-8356-4bfa-9702-bf9388eb8df6 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
15296 | 2024.08.22 02:24:51.762650 [ 3 ] {} <Debug> HTTP-Session: 7f507a01-8356-4bfa-9702-bf9388eb8df6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15297 | 2024.08.22 02:24:51.762664 [ 3 ] {} <Debug> HTTP-Session: 7f507a01-8356-4bfa-9702-bf9388eb8df6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15298 | 2024.08.22 02:24:51.762696 [ 3 ] {} <Trace> HTTP-Session: 7f507a01-8356-4bfa-9702-bf9388eb8df6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15299 | 2024.08.22 02:24:51.762786 [ 3 ] {733dd51a-64ed-4c45-a72d-a4257dd5bb06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
15300 | 2024.08.22 02:24:51.762830 [ 3 ] {733dd51a-64ed-4c45-a72d-a4257dd5bb06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
15301 | 2024.08.22 02:24:51.762958 [ 3 ] {733dd51a-64ed-4c45-a72d-a4257dd5bb06} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15302 | 2024.08.22 02:24:51.763248 [ 3 ] {733dd51a-64ed-4c45-a72d-a4257dd5bb06} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15303 | 2024.08.22 02:24:51.763285 [ 3 ] {733dd51a-64ed-4c45-a72d-a4257dd5bb06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.83 GiB. | ||
15304 | 2024.08.22 02:24:51.763643 [ 3 ] {733dd51a-64ed-4c45-a72d-a4257dd5bb06} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
15305 | 2024.08.22 02:24:51.763965 [ 3 ] {733dd51a-64ed-4c45-a72d-a4257dd5bb06} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15306 | 2024.08.22 02:24:51.764127 [ 3 ] {733dd51a-64ed-4c45-a72d-a4257dd5bb06} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001358 sec., 736.3770250368188 rows/sec., 49.62 KiB/sec. | ||
15307 | 2024.08.22 02:24:51.764296 [ 3 ] {733dd51a-64ed-4c45-a72d-a4257dd5bb06} <Debug> DynamicQueryHandler: Done processing query | ||
15308 | 2024.08.22 02:24:51.764321 [ 3 ] {733dd51a-64ed-4c45-a72d-a4257dd5bb06} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
15309 | 2024.08.22 02:24:51.764337 [ 3 ] {} <Debug> HTTP-Session: 7f507a01-8356-4bfa-9702-bf9388eb8df6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15310 | 2024.08.22 02:24:51.764443 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 3336, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15311 | 2024.08.22 02:24:51.764491 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15312 | 2024.08.22 02:24:51.764509 [ 3 ] {} <Debug> HTTP-Session: 1ebfc7c4-d6d0-4c9c-a8b0-c79afbb9e835 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
15313 | 2024.08.22 02:24:51.764525 [ 3 ] {} <Debug> HTTP-Session: 1ebfc7c4-d6d0-4c9c-a8b0-c79afbb9e835 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15314 | 2024.08.22 02:24:51.764538 [ 3 ] {} <Debug> HTTP-Session: 1ebfc7c4-d6d0-4c9c-a8b0-c79afbb9e835 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15315 | 2024.08.22 02:24:51.764569 [ 3 ] {} <Trace> HTTP-Session: 1ebfc7c4-d6d0-4c9c-a8b0-c79afbb9e835 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15316 | 2024.08.22 02:24:51.764679 [ 3 ] {b68b1266-7811-4c65-a6ea-32e7882dbf63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
15317 | 2024.08.22 02:24:51.764741 [ 3 ] {b68b1266-7811-4c65-a6ea-32e7882dbf63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
15318 | 2024.08.22 02:24:51.765169 [ 3 ] {b68b1266-7811-4c65-a6ea-32e7882dbf63} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15319 | 2024.08.22 02:24:51.765667 [ 3 ] {b68b1266-7811-4c65-a6ea-32e7882dbf63} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15320 | 2024.08.22 02:24:51.765704 [ 3 ] {b68b1266-7811-4c65-a6ea-32e7882dbf63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.83 GiB. | ||
15321 | 2024.08.22 02:24:51.766292 [ 3 ] {b68b1266-7811-4c65-a6ea-32e7882dbf63} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
15322 | 2024.08.22 02:24:51.766698 [ 3 ] {b68b1266-7811-4c65-a6ea-32e7882dbf63} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15323 | 2024.08.22 02:24:51.766885 [ 3 ] {b68b1266-7811-4c65-a6ea-32e7882dbf63} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.002242 sec., 892.0606601248885 rows/sec., 1.60 MiB/sec. | ||
15324 | 2024.08.22 02:24:51.767415 [ 3 ] {b68b1266-7811-4c65-a6ea-32e7882dbf63} <Debug> DynamicQueryHandler: Done processing query | ||
15325 | 2024.08.22 02:24:51.767478 [ 3 ] {b68b1266-7811-4c65-a6ea-32e7882dbf63} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
15326 | 2024.08.22 02:24:51.767538 [ 3 ] {} <Debug> HTTP-Session: 1ebfc7c4-d6d0-4c9c-a8b0-c79afbb9e835 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15327 | 2024.08.22 02:24:51.767795 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 12133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15328 | 2024.08.22 02:24:51.767852 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15329 | 2024.08.22 02:24:51.767871 [ 3 ] {} <Debug> HTTP-Session: 20a87fbc-e2c9-49b2-bfc5-654e8b97dc0a Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
15330 | 2024.08.22 02:24:51.767889 [ 3 ] {} <Debug> HTTP-Session: 20a87fbc-e2c9-49b2-bfc5-654e8b97dc0a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15331 | 2024.08.22 02:24:51.767910 [ 3 ] {} <Debug> HTTP-Session: 20a87fbc-e2c9-49b2-bfc5-654e8b97dc0a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15332 | 2024.08.22 02:24:51.767953 [ 3 ] {} <Trace> HTTP-Session: 20a87fbc-e2c9-49b2-bfc5-654e8b97dc0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15333 | 2024.08.22 02:24:51.768093 [ 3 ] {1d3bc59e-abdf-4769-819f-9e2d9941ce8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
15334 | 2024.08.22 02:24:51.768140 [ 3 ] {1d3bc59e-abdf-4769-819f-9e2d9941ce8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
15335 | 2024.08.22 02:24:51.768282 [ 3 ] {1d3bc59e-abdf-4769-819f-9e2d9941ce8d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15336 | 2024.08.22 02:24:51.768607 [ 3 ] {1d3bc59e-abdf-4769-819f-9e2d9941ce8d} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15337 | 2024.08.22 02:24:51.768644 [ 3 ] {1d3bc59e-abdf-4769-819f-9e2d9941ce8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.83 GiB. | ||
15338 | 2024.08.22 02:24:51.769013 [ 3 ] {1d3bc59e-abdf-4769-819f-9e2d9941ce8d} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
15339 | 2024.08.22 02:24:51.769346 [ 3 ] {1d3bc59e-abdf-4769-819f-9e2d9941ce8d} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15340 | 2024.08.22 02:24:51.769502 [ 3 ] {1d3bc59e-abdf-4769-819f-9e2d9941ce8d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001463 sec., 56049.21394395078 rows/sec., 3.56 MiB/sec. | ||
15341 | 2024.08.22 02:24:51.769691 [ 3 ] {1d3bc59e-abdf-4769-819f-9e2d9941ce8d} <Debug> DynamicQueryHandler: Done processing query | ||
15342 | 2024.08.22 02:24:51.769728 [ 3 ] {1d3bc59e-abdf-4769-819f-9e2d9941ce8d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
15343 | 2024.08.22 02:24:51.769763 [ 3 ] {} <Debug> HTTP-Session: 20a87fbc-e2c9-49b2-bfc5-654e8b97dc0a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15344 | 2024.08.22 02:24:56.734376 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 21414, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15345 | 2024.08.22 02:24:56.734558 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15346 | 2024.08.22 02:24:56.734604 [ 3 ] {} <Debug> HTTP-Session: 0305aa34-716f-4c06-ac0b-11370f04550f Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
15347 | 2024.08.22 02:24:56.734643 [ 3 ] {} <Debug> HTTP-Session: 0305aa34-716f-4c06-ac0b-11370f04550f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15348 | 2024.08.22 02:24:56.734670 [ 3 ] {} <Debug> HTTP-Session: 0305aa34-716f-4c06-ac0b-11370f04550f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15349 | 2024.08.22 02:24:56.734747 [ 3 ] {} <Trace> HTTP-Session: 0305aa34-716f-4c06-ac0b-11370f04550f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15350 | 2024.08.22 02:24:56.735138 [ 3 ] {d642665e-e375-404e-b589-24070dd7ed02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
15351 | 2024.08.22 02:24:56.735208 [ 3 ] {d642665e-e375-404e-b589-24070dd7ed02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
15352 | 2024.08.22 02:24:56.735552 [ 3 ] {d642665e-e375-404e-b589-24070dd7ed02} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15353 | 2024.08.22 02:24:56.736143 [ 3 ] {d642665e-e375-404e-b589-24070dd7ed02} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15354 | 2024.08.22 02:24:56.736191 [ 3 ] {d642665e-e375-404e-b589-24070dd7ed02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.83 GiB. | ||
15355 | 2024.08.22 02:24:56.736626 [ 3 ] {d642665e-e375-404e-b589-24070dd7ed02} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
15356 | 2024.08.22 02:24:56.737014 [ 3 ] {d642665e-e375-404e-b589-24070dd7ed02} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15357 | 2024.08.22 02:24:56.737189 [ 3 ] {d642665e-e375-404e-b589-24070dd7ed02} <Debug> executeQuery: Read 144 rows, 12.65 KiB in 0.002164 sec., 66543.43807763401 rows/sec., 5.71 MiB/sec. | ||
15358 | 2024.08.22 02:24:56.737252 [ 71 ] {} <Debug> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
15359 | 2024.08.22 02:24:56.737366 [ 71 ] {} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15360 | 2024.08.22 02:24:56.737404 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.83 GiB. | ||
15361 | 2024.08.22 02:24:56.737515 [ 3 ] {d642665e-e375-404e-b589-24070dd7ed02} <Debug> DynamicQueryHandler: Done processing query | ||
15362 | 2024.08.22 02:24:56.737581 [ 3 ] {d642665e-e375-404e-b589-24070dd7ed02} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
15363 | 2024.08.22 02:24:56.737616 [ 3 ] {} <Debug> HTTP-Session: 0305aa34-716f-4c06-ac0b-11370f04550f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15364 | 2024.08.22 02:24:56.737639 [ 189 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
15365 | 2024.08.22 02:24:56.737833 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 6362, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15366 | 2024.08.22 02:24:56.737916 [ 189 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15367 | 2024.08.22 02:24:56.737936 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15368 | 2024.08.22 02:24:56.737988 [ 3 ] {} <Debug> HTTP-Session: f3dac73b-f6e3-415f-87e6-3a74b1699640 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
15369 | 2024.08.22 02:24:56.737995 [ 189 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1436 rows starting from the beginning of the part | ||
15370 | 2024.08.22 02:24:56.738027 [ 3 ] {} <Debug> HTTP-Session: f3dac73b-f6e3-415f-87e6-3a74b1699640 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15371 | 2024.08.22 02:24:56.738068 [ 3 ] {} <Debug> HTTP-Session: f3dac73b-f6e3-415f-87e6-3a74b1699640 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15372 | 2024.08.22 02:24:56.738219 [ 3 ] {} <Trace> HTTP-Session: f3dac73b-f6e3-415f-87e6-3a74b1699640 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15373 | 2024.08.22 02:24:56.738244 [ 189 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 146 rows starting from the beginning of the part | ||
15374 | 2024.08.22 02:24:56.738466 [ 189 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 194 rows starting from the beginning of the part | ||
15375 | 2024.08.22 02:24:56.738677 [ 3 ] {a2cafb10-ce36-4061-8534-b18bfb12a492} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
15376 | 2024.08.22 02:24:56.738721 [ 189 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 1284 rows starting from the beginning of the part | ||
15377 | 2024.08.22 02:24:56.738840 [ 3 ] {a2cafb10-ce36-4061-8534-b18bfb12a492} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
15378 | 2024.08.22 02:24:56.739043 [ 189 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 193 rows starting from the beginning of the part | ||
15379 | 2024.08.22 02:24:56.739505 [ 189 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 144 rows starting from the beginning of the part | ||
15380 | 2024.08.22 02:24:56.740386 [ 3 ] {a2cafb10-ce36-4061-8534-b18bfb12a492} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15381 | 2024.08.22 02:24:56.741196 [ 3 ] {a2cafb10-ce36-4061-8534-b18bfb12a492} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15382 | 2024.08.22 02:24:56.741275 [ 3 ] {a2cafb10-ce36-4061-8534-b18bfb12a492} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.83 GiB. | ||
15383 | 2024.08.22 02:24:56.742222 [ 3 ] {a2cafb10-ce36-4061-8534-b18bfb12a492} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
15384 | 2024.08.22 02:24:56.742683 [ 3 ] {a2cafb10-ce36-4061-8534-b18bfb12a492} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15385 | 2024.08.22 02:24:56.743000 [ 3 ] {a2cafb10-ce36-4061-8534-b18bfb12a492} <Debug> executeQuery: Read 44 rows, 3.31 KiB in 0.004502 sec., 9773.434029320302 rows/sec., 734.92 KiB/sec. | ||
15386 | 2024.08.22 02:24:56.743372 [ 192 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3397 rows, containing 5 columns (5 merged, 0 gathered) in 0.005877684 sec., 577948.7294655513 rows/sec., 50.63 MiB/sec. | ||
15387 | 2024.08.22 02:24:56.743388 [ 3 ] {a2cafb10-ce36-4061-8534-b18bfb12a492} <Debug> DynamicQueryHandler: Done processing query | ||
15388 | 2024.08.22 02:24:56.743417 [ 3 ] {a2cafb10-ce36-4061-8534-b18bfb12a492} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
15389 | 2024.08.22 02:24:56.743436 [ 3 ] {} <Debug> HTTP-Session: f3dac73b-f6e3-415f-87e6-3a74b1699640 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15390 | 2024.08.22 02:24:56.743626 [ 192 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
15391 | 2024.08.22 02:24:56.743634 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 18333, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15392 | 2024.08.22 02:24:56.743705 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15393 | 2024.08.22 02:24:56.743726 [ 3 ] {} <Debug> HTTP-Session: 80ffec5f-b345-476b-9672-ff023b9933dc Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
15394 | 2024.08.22 02:24:56.743744 [ 3 ] {} <Debug> HTTP-Session: 80ffec5f-b345-476b-9672-ff023b9933dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15395 | 2024.08.22 02:24:56.743764 [ 3 ] {} <Debug> HTTP-Session: 80ffec5f-b345-476b-9672-ff023b9933dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15396 | 2024.08.22 02:24:56.743805 [ 3 ] {} <Trace> HTTP-Session: 80ffec5f-b345-476b-9672-ff023b9933dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15397 | 2024.08.22 02:24:56.744002 [ 3 ] {7bd7a43b-b608-42ed-9c86-049deb49c166} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
15398 | 2024.08.22 02:24:56.744060 [ 3 ] {7bd7a43b-b608-42ed-9c86-049deb49c166} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
15399 | 2024.08.22 02:24:56.744205 [ 192 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_81_16} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15400 | 2024.08.22 02:24:56.744341 [ 192 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_81_16} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
15401 | 2024.08.22 02:24:56.744444 [ 3 ] {7bd7a43b-b608-42ed-9c86-049deb49c166} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15402 | 2024.08.22 02:24:56.744463 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
15403 | 2024.08.22 02:24:56.744859 [ 3 ] {7bd7a43b-b608-42ed-9c86-049deb49c166} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15404 | 2024.08.22 02:24:56.744898 [ 3 ] {7bd7a43b-b608-42ed-9c86-049deb49c166} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.83 GiB. | ||
15405 | 2024.08.22 02:24:56.745265 [ 3 ] {7bd7a43b-b608-42ed-9c86-049deb49c166} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
15406 | 2024.08.22 02:24:56.745646 [ 3 ] {7bd7a43b-b608-42ed-9c86-049deb49c166} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15407 | 2024.08.22 02:24:56.745818 [ 3 ] {7bd7a43b-b608-42ed-9c86-049deb49c166} <Debug> executeQuery: Read 108 rows, 8.64 KiB in 0.001908 sec., 56603.77358490566 rows/sec., 4.42 MiB/sec. | ||
15408 | 2024.08.22 02:24:56.745843 [ 71 ] {} <Debug> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
15409 | 2024.08.22 02:24:56.745958 [ 71 ] {} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15410 | 2024.08.22 02:24:56.746028 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.83 GiB. | ||
15411 | 2024.08.22 02:24:56.746121 [ 3 ] {7bd7a43b-b608-42ed-9c86-049deb49c166} <Debug> DynamicQueryHandler: Done processing query | ||
15412 | 2024.08.22 02:24:56.746200 [ 3 ] {7bd7a43b-b608-42ed-9c86-049deb49c166} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
15413 | 2024.08.22 02:24:56.746264 [ 3 ] {} <Debug> HTTP-Session: 80ffec5f-b345-476b-9672-ff023b9933dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15414 | 2024.08.22 02:24:56.746341 [ 196 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
15415 | 2024.08.22 02:24:56.746561 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 30592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15416 | 2024.08.22 02:24:56.746785 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15417 | 2024.08.22 02:24:56.746902 [ 3 ] {} <Debug> HTTP-Session: 6e8b982a-d004-4fc7-b90b-bade2c9d180b Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
15418 | 2024.08.22 02:24:56.746996 [ 3 ] {} <Debug> HTTP-Session: 6e8b982a-d004-4fc7-b90b-bade2c9d180b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15419 | 2024.08.22 02:24:56.747055 [ 196 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15420 | 2024.08.22 02:24:56.747073 [ 3 ] {} <Debug> HTTP-Session: 6e8b982a-d004-4fc7-b90b-bade2c9d180b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15421 | 2024.08.22 02:24:56.747187 [ 196 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 942 rows starting from the beginning of the part | ||
15422 | 2024.08.22 02:24:56.747216 [ 3 ] {} <Trace> HTTP-Session: 6e8b982a-d004-4fc7-b90b-bade2c9d180b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15423 | 2024.08.22 02:24:56.747724 [ 196 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 115 rows starting from the beginning of the part | ||
15424 | 2024.08.22 02:24:56.747850 [ 3 ] {665c23ec-abd2-4ff0-a422-6e85bcaddbe0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
15425 | 2024.08.22 02:24:56.748183 [ 3 ] {665c23ec-abd2-4ff0-a422-6e85bcaddbe0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
15426 | 2024.08.22 02:24:56.748311 [ 196 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 386 rows starting from the beginning of the part | ||
15427 | 2024.08.22 02:24:56.748893 [ 196 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 564 rows starting from the beginning of the part | ||
15428 | 2024.08.22 02:24:56.749185 [ 196 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 384 rows starting from the beginning of the part | ||
15429 | 2024.08.22 02:24:56.749570 [ 196 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 108 rows starting from the beginning of the part | ||
15430 | 2024.08.22 02:24:56.749674 [ 3 ] {665c23ec-abd2-4ff0-a422-6e85bcaddbe0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15431 | 2024.08.22 02:24:56.750516 [ 3 ] {665c23ec-abd2-4ff0-a422-6e85bcaddbe0} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15432 | 2024.08.22 02:24:56.750562 [ 3 ] {665c23ec-abd2-4ff0-a422-6e85bcaddbe0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.83 GiB. | ||
15433 | 2024.08.22 02:24:56.751172 [ 3 ] {665c23ec-abd2-4ff0-a422-6e85bcaddbe0} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
15434 | 2024.08.22 02:24:56.751596 [ 3 ] {665c23ec-abd2-4ff0-a422-6e85bcaddbe0} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15435 | 2024.08.22 02:24:56.751792 [ 199 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2499 rows, containing 5 columns (5 merged, 0 gathered) in 0.005623994 sec., 444346.135504412 rows/sec., 34.11 MiB/sec. | ||
15436 | 2024.08.22 02:24:56.751929 [ 3 ] {665c23ec-abd2-4ff0-a422-6e85bcaddbe0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00439 sec., 36446.46924829157 rows/sec., 2.54 MiB/sec. | ||
15437 | 2024.08.22 02:24:56.751929 [ 71 ] {} <Debug> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
15438 | 2024.08.22 02:24:56.752061 [ 71 ] {} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15439 | 2024.08.22 02:24:56.752141 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.83 GiB. | ||
15440 | 2024.08.22 02:24:56.752257 [ 199 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
15441 | 2024.08.22 02:24:56.752441 [ 3 ] {665c23ec-abd2-4ff0-a422-6e85bcaddbe0} <Debug> DynamicQueryHandler: Done processing query | ||
15442 | 2024.08.22 02:24:56.752533 [ 3 ] {665c23ec-abd2-4ff0-a422-6e85bcaddbe0} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
15443 | 2024.08.22 02:24:56.752617 [ 3 ] {} <Debug> HTTP-Session: 6e8b982a-d004-4fc7-b90b-bade2c9d180b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15444 | 2024.08.22 02:24:56.752630 [ 188 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
15445 | 2024.08.22 02:24:56.752983 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 71243, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15446 | 2024.08.22 02:24:56.753190 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15447 | 2024.08.22 02:24:56.753224 [ 188 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15448 | 2024.08.22 02:24:56.753304 [ 3 ] {} <Debug> HTTP-Session: c04554ca-4bb6-4584-a0e8-2681cfdc1837 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
15449 | 2024.08.22 02:24:56.753358 [ 188 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_76_15, total 24042 rows starting from the beginning of the part | ||
15450 | 2024.08.22 02:24:56.753397 [ 3 ] {} <Debug> HTTP-Session: c04554ca-4bb6-4584-a0e8-2681cfdc1837 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15451 | 2024.08.22 02:24:56.753445 [ 3 ] {} <Debug> HTTP-Session: c04554ca-4bb6-4584-a0e8-2681cfdc1837 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15452 | 2024.08.22 02:24:56.753609 [ 3 ] {} <Trace> HTTP-Session: c04554ca-4bb6-4584-a0e8-2681cfdc1837 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15453 | 2024.08.22 02:24:56.753732 [ 188 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 161 rows starting from the beginning of the part | ||
15454 | 2024.08.22 02:24:56.754122 [ 188 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 238 rows starting from the beginning of the part | ||
15455 | 2024.08.22 02:24:56.754511 [ 3 ] {ae061f86-3db7-4eed-9edf-25c9efd73432} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
15456 | 2024.08.22 02:24:56.754556 [ 188 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 844 rows starting from the beginning of the part | ||
15457 | 2024.08.22 02:24:56.754731 [ 194 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_81_16} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15458 | 2024.08.22 02:24:56.755187 [ 3 ] {ae061f86-3db7-4eed-9edf-25c9efd73432} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
15459 | 2024.08.22 02:24:56.755227 [ 188 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 237 rows starting from the beginning of the part | ||
15460 | 2024.08.22 02:24:56.755686 [ 188 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 160 rows starting from the beginning of the part | ||
15461 | 2024.08.22 02:24:56.756508 [ 194 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_81_16} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
15462 | 2024.08.22 02:24:56.756888 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB. | ||
15463 | 2024.08.22 02:24:56.757480 [ 3 ] {ae061f86-3db7-4eed-9edf-25c9efd73432} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15464 | 2024.08.22 02:24:56.758503 [ 3 ] {ae061f86-3db7-4eed-9edf-25c9efd73432} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15465 | 2024.08.22 02:24:56.758554 [ 3 ] {ae061f86-3db7-4eed-9edf-25c9efd73432} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.83 GiB. | ||
15466 | 2024.08.22 02:24:56.759566 [ 3 ] {ae061f86-3db7-4eed-9edf-25c9efd73432} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
15467 | 2024.08.22 02:24:56.760419 [ 3 ] {ae061f86-3db7-4eed-9edf-25c9efd73432} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15468 | 2024.08.22 02:24:56.760638 [ 3 ] {ae061f86-3db7-4eed-9edf-25c9efd73432} <Debug> executeQuery: Read 44 rows, 80.74 KiB in 0.006784 sec., 6485.8490566037735 rows/sec., 11.62 MiB/sec. | ||
15469 | 2024.08.22 02:24:56.760937 [ 3 ] {ae061f86-3db7-4eed-9edf-25c9efd73432} <Debug> DynamicQueryHandler: Done processing query | ||
15470 | 2024.08.22 02:24:56.760965 [ 3 ] {ae061f86-3db7-4eed-9edf-25c9efd73432} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
15471 | 2024.08.22 02:24:56.760983 [ 3 ] {} <Debug> HTTP-Session: c04554ca-4bb6-4584-a0e8-2681cfdc1837 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15472 | 2024.08.22 02:24:56.761181 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15473 | 2024.08.22 02:24:56.761233 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15474 | 2024.08.22 02:24:56.761254 [ 3 ] {} <Debug> HTTP-Session: ca42f45f-d465-4f24-b7b8-3fe1ca06fcd3 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
15475 | 2024.08.22 02:24:56.761271 [ 3 ] {} <Debug> HTTP-Session: ca42f45f-d465-4f24-b7b8-3fe1ca06fcd3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15476 | 2024.08.22 02:24:56.761285 [ 3 ] {} <Debug> HTTP-Session: ca42f45f-d465-4f24-b7b8-3fe1ca06fcd3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15477 | 2024.08.22 02:24:56.761324 [ 3 ] {} <Trace> HTTP-Session: ca42f45f-d465-4f24-b7b8-3fe1ca06fcd3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15478 | 2024.08.22 02:24:56.761455 [ 3 ] {74b8d1e7-eaa4-4327-b2ca-a4cdb85a86bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
15479 | 2024.08.22 02:24:56.761513 [ 3 ] {74b8d1e7-eaa4-4327-b2ca-a4cdb85a86bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
15480 | 2024.08.22 02:24:56.761663 [ 3 ] {74b8d1e7-eaa4-4327-b2ca-a4cdb85a86bc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15481 | 2024.08.22 02:24:56.762143 [ 3 ] {74b8d1e7-eaa4-4327-b2ca-a4cdb85a86bc} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15482 | 2024.08.22 02:24:56.762181 [ 3 ] {74b8d1e7-eaa4-4327-b2ca-a4cdb85a86bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.83 GiB. | ||
15483 | 2024.08.22 02:24:56.762613 [ 3 ] {74b8d1e7-eaa4-4327-b2ca-a4cdb85a86bc} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
15484 | 2024.08.22 02:24:56.763007 [ 3 ] {74b8d1e7-eaa4-4327-b2ca-a4cdb85a86bc} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15485 | 2024.08.22 02:24:56.763197 [ 3 ] {74b8d1e7-eaa4-4327-b2ca-a4cdb85a86bc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001772 sec., 33860.045146726865 rows/sec., 2.28 MiB/sec. | ||
15486 | 2024.08.22 02:24:56.763242 [ 71 ] {} <Debug> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
15487 | 2024.08.22 02:24:56.763368 [ 71 ] {} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15488 | 2024.08.22 02:24:56.763463 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.83 GiB. | ||
15489 | 2024.08.22 02:24:56.763588 [ 3 ] {74b8d1e7-eaa4-4327-b2ca-a4cdb85a86bc} <Debug> DynamicQueryHandler: Done processing query | ||
15490 | 2024.08.22 02:24:56.763678 [ 3 ] {74b8d1e7-eaa4-4327-b2ca-a4cdb85a86bc} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15491 | 2024.08.22 02:24:56.763804 [ 3 ] {} <Debug> HTTP-Session: ca42f45f-d465-4f24-b7b8-3fe1ca06fcd3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15492 | 2024.08.22 02:24:56.764156 [ 194 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
15493 | 2024.08.22 02:24:56.765211 [ 194 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15494 | 2024.08.22 02:24:56.765280 [ 188 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25682 rows, containing 5 columns (5 merged, 0 gathered) in 0.012978784 sec., 1978767.8106053695 rows/sec., 133.78 MiB/sec. | ||
15495 | 2024.08.22 02:24:56.765378 [ 194 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 5212 rows starting from the beginning of the part | ||
15496 | 2024.08.22 02:24:56.765790 [ 188 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
15497 | 2024.08.22 02:24:56.765844 [ 194 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 60 rows starting from the beginning of the part | ||
15498 | 2024.08.22 02:24:56.766398 [ 194 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 82 rows starting from the beginning of the part | ||
15499 | 2024.08.22 02:24:56.766561 [ 194 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 60 rows starting from the beginning of the part | ||
15500 | 2024.08.22 02:24:56.766999 [ 194 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 82 rows starting from the beginning of the part | ||
15501 | 2024.08.22 02:24:56.767412 [ 194 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 60 rows starting from the beginning of the part | ||
15502 | 2024.08.22 02:24:56.767775 [ 188 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15503 | 2024.08.22 02:24:56.767972 [ 188 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
15504 | 2024.08.22 02:24:56.768111 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.33 MiB. | ||
15505 | 2024.08.22 02:24:56.770143 [ 191 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5556 rows, containing 4 columns (4 merged, 0 gathered) in 0.006542727 sec., 849187.1967147643 rows/sec., 55.45 MiB/sec. | ||
15506 | 2024.08.22 02:24:56.770579 [ 195 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
15507 | 2024.08.22 02:24:56.771026 [ 195 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_81_16} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15508 | 2024.08.22 02:24:56.771122 [ 195 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_81_16} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
15509 | 2024.08.22 02:24:56.771217 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.12 MiB. | ||
15510 | 2024.08.22 02:25:00.128687 [ 23 ] {} <Debug> DNSResolver: Updating DNS cache | ||
15511 | 2024.08.22 02:25:00.128763 [ 23 ] {} <Debug> DNSResolver: Updated DNS cache | ||
15512 | 2024.08.22 02:25:01.736340 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 28974, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15513 | 2024.08.22 02:25:01.736537 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15514 | 2024.08.22 02:25:01.736583 [ 3 ] {} <Debug> HTTP-Session: 3e6fff46-06d7-41e5-afdf-e4751b9ed4d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
15515 | 2024.08.22 02:25:01.736624 [ 3 ] {} <Debug> HTTP-Session: 3e6fff46-06d7-41e5-afdf-e4751b9ed4d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15516 | 2024.08.22 02:25:01.736655 [ 3 ] {} <Debug> HTTP-Session: 3e6fff46-06d7-41e5-afdf-e4751b9ed4d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15517 | 2024.08.22 02:25:01.736736 [ 3 ] {} <Trace> HTTP-Session: 3e6fff46-06d7-41e5-afdf-e4751b9ed4d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15518 | 2024.08.22 02:25:01.737112 [ 3 ] {5bc71459-7fbb-4c44-84df-07d776c947d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
15519 | 2024.08.22 02:25:01.737188 [ 3 ] {5bc71459-7fbb-4c44-84df-07d776c947d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
15520 | 2024.08.22 02:25:01.737531 [ 3 ] {5bc71459-7fbb-4c44-84df-07d776c947d1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15521 | 2024.08.22 02:25:01.738113 [ 3 ] {5bc71459-7fbb-4c44-84df-07d776c947d1} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15522 | 2024.08.22 02:25:01.738158 [ 3 ] {5bc71459-7fbb-4c44-84df-07d776c947d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.83 GiB. | ||
15523 | 2024.08.22 02:25:01.738614 [ 3 ] {5bc71459-7fbb-4c44-84df-07d776c947d1} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
15524 | 2024.08.22 02:25:01.739008 [ 3 ] {5bc71459-7fbb-4c44-84df-07d776c947d1} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15525 | 2024.08.22 02:25:01.739193 [ 3 ] {5bc71459-7fbb-4c44-84df-07d776c947d1} <Debug> executeQuery: Read 193 rows, 17.24 KiB in 0.00225 sec., 85777.77777777778 rows/sec., 7.48 MiB/sec. | ||
15526 | 2024.08.22 02:25:01.739429 [ 3 ] {5bc71459-7fbb-4c44-84df-07d776c947d1} <Debug> DynamicQueryHandler: Done processing query | ||
15527 | 2024.08.22 02:25:01.739457 [ 3 ] {5bc71459-7fbb-4c44-84df-07d776c947d1} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
15528 | 2024.08.22 02:25:01.739474 [ 3 ] {} <Debug> HTTP-Session: 3e6fff46-06d7-41e5-afdf-e4751b9ed4d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15529 | 2024.08.22 02:25:01.739620 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15530 | 2024.08.22 02:25:01.739676 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15531 | 2024.08.22 02:25:01.739697 [ 3 ] {} <Debug> HTTP-Session: 163ba803-d080-4a09-bb5e-780eecc0a8d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
15532 | 2024.08.22 02:25:01.739715 [ 3 ] {} <Debug> HTTP-Session: 163ba803-d080-4a09-bb5e-780eecc0a8d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15533 | 2024.08.22 02:25:01.739729 [ 3 ] {} <Debug> HTTP-Session: 163ba803-d080-4a09-bb5e-780eecc0a8d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15534 | 2024.08.22 02:25:01.739765 [ 3 ] {} <Trace> HTTP-Session: 163ba803-d080-4a09-bb5e-780eecc0a8d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15535 | 2024.08.22 02:25:01.739870 [ 3 ] {7c88b00a-199d-4dce-8719-3f98fcbddb49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
15536 | 2024.08.22 02:25:01.739918 [ 3 ] {7c88b00a-199d-4dce-8719-3f98fcbddb49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
15537 | 2024.08.22 02:25:01.740161 [ 3 ] {7c88b00a-199d-4dce-8719-3f98fcbddb49} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15538 | 2024.08.22 02:25:01.740480 [ 3 ] {7c88b00a-199d-4dce-8719-3f98fcbddb49} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15539 | 2024.08.22 02:25:01.740517 [ 3 ] {7c88b00a-199d-4dce-8719-3f98fcbddb49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.83 GiB. | ||
15540 | 2024.08.22 02:25:01.740873 [ 3 ] {7c88b00a-199d-4dce-8719-3f98fcbddb49} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
15541 | 2024.08.22 02:25:01.741255 [ 3 ] {7c88b00a-199d-4dce-8719-3f98fcbddb49} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15542 | 2024.08.22 02:25:01.741413 [ 3 ] {7c88b00a-199d-4dce-8719-3f98fcbddb49} <Debug> executeQuery: Read 2 rows, 154.00 B in 0.001567 sec., 1276.3241863433311 rows/sec., 95.97 KiB/sec. | ||
15543 | 2024.08.22 02:25:01.741424 [ 25 ] {} <Debug> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995) (MergerMutator): Selected 6 parts from all_1_70_14 to all_75_75_0 | ||
15544 | 2024.08.22 02:25:01.741541 [ 25 ] {} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15545 | 2024.08.22 02:25:01.741585 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.83 GiB. | ||
15546 | 2024.08.22 02:25:01.741701 [ 3 ] {7c88b00a-199d-4dce-8719-3f98fcbddb49} <Debug> DynamicQueryHandler: Done processing query | ||
15547 | 2024.08.22 02:25:01.741761 [ 3 ] {7c88b00a-199d-4dce-8719-3f98fcbddb49} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15548 | 2024.08.22 02:25:01.741835 [ 3 ] {} <Debug> HTTP-Session: 163ba803-d080-4a09-bb5e-780eecc0a8d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15549 | 2024.08.22 02:25:01.741893 [ 200 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_75_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_70_14 to all_75_75_0 into Compact with storage Full | ||
15550 | 2024.08.22 02:25:01.742093 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15551 | 2024.08.22 02:25:01.742268 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15552 | 2024.08.22 02:25:01.742371 [ 3 ] {} <Debug> HTTP-Session: cc874afa-de41-4e73-8ad9-fc06f1dee3bb Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
15553 | 2024.08.22 02:25:01.742469 [ 3 ] {} <Debug> HTTP-Session: cc874afa-de41-4e73-8ad9-fc06f1dee3bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15554 | 2024.08.22 02:25:01.742549 [ 3 ] {} <Debug> HTTP-Session: cc874afa-de41-4e73-8ad9-fc06f1dee3bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15555 | 2024.08.22 02:25:01.742565 [ 200 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_75_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15556 | 2024.08.22 02:25:01.742691 [ 3 ] {} <Trace> HTTP-Session: cc874afa-de41-4e73-8ad9-fc06f1dee3bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15557 | 2024.08.22 02:25:01.742706 [ 200 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_70_14, total 65 rows starting from the beginning of the part | ||
15558 | 2024.08.22 02:25:01.743246 [ 200 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 4 rows starting from the beginning of the part | ||
15559 | 2024.08.22 02:25:01.743266 [ 3 ] {0c66d8af-258d-4d93-b6bb-f96ed2e50aac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
15560 | 2024.08.22 02:25:01.743478 [ 3 ] {0c66d8af-258d-4d93-b6bb-f96ed2e50aac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
15561 | 2024.08.22 02:25:01.743793 [ 200 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 44 rows starting from the beginning of the part | ||
15562 | 2024.08.22 02:25:01.744195 [ 200 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 2 rows starting from the beginning of the part | ||
15563 | 2024.08.22 02:25:01.744470 [ 200 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 44 rows starting from the beginning of the part | ||
15564 | 2024.08.22 02:25:01.744944 [ 200 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 2 rows starting from the beginning of the part | ||
15565 | 2024.08.22 02:25:01.745711 [ 3 ] {0c66d8af-258d-4d93-b6bb-f96ed2e50aac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15566 | 2024.08.22 02:25:01.746207 [ 3 ] {0c66d8af-258d-4d93-b6bb-f96ed2e50aac} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15567 | 2024.08.22 02:25:01.746253 [ 3 ] {0c66d8af-258d-4d93-b6bb-f96ed2e50aac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.83 GiB. | ||
15568 | 2024.08.22 02:25:01.746822 [ 3 ] {0c66d8af-258d-4d93-b6bb-f96ed2e50aac} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
15569 | 2024.08.22 02:25:01.747000 [ 191 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_75_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 161 rows, containing 5 columns (5 merged, 0 gathered) in 0.005310271 sec., 30318.603325517663 rows/sec., 2.32 MiB/sec. | ||
15570 | 2024.08.22 02:25:01.747329 [ 191 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_75_15} <Trace> MergedBlockOutputStream: filled checksums all_1_75_15 (state Temporary) | ||
15571 | 2024.08.22 02:25:01.747527 [ 3 ] {0c66d8af-258d-4d93-b6bb-f96ed2e50aac} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15572 | 2024.08.22 02:25:01.747917 [ 3 ] {0c66d8af-258d-4d93-b6bb-f96ed2e50aac} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.004944 sec., 2831.7152103559874 rows/sec., 198.31 KiB/sec. | ||
15573 | 2024.08.22 02:25:01.748444 [ 3 ] {0c66d8af-258d-4d93-b6bb-f96ed2e50aac} <Debug> DynamicQueryHandler: Done processing query | ||
15574 | 2024.08.22 02:25:01.748488 [ 3 ] {0c66d8af-258d-4d93-b6bb-f96ed2e50aac} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
15575 | 2024.08.22 02:25:01.748512 [ 3 ] {} <Debug> HTTP-Session: cc874afa-de41-4e73-8ad9-fc06f1dee3bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15576 | 2024.08.22 02:25:01.748603 [ 191 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_75_15} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Renaming temporary part tmp_merge_all_1_75_15 to all_1_75_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15577 | 2024.08.22 02:25:01.748709 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15578 | 2024.08.22 02:25:01.748815 [ 191 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_75_15} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995) (MergerMutator): Merged 6 parts: [all_1_70_14, all_75_75_0] -> all_1_75_15 | ||
15579 | 2024.08.22 02:25:01.748825 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15580 | 2024.08.22 02:25:01.748864 [ 3 ] {} <Debug> HTTP-Session: 009a2d04-42da-4f9d-8800-dfc8e1f2275c Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
15581 | 2024.08.22 02:25:01.748892 [ 3 ] {} <Debug> HTTP-Session: 009a2d04-42da-4f9d-8800-dfc8e1f2275c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15582 | 2024.08.22 02:25:01.748943 [ 3 ] {} <Debug> HTTP-Session: 009a2d04-42da-4f9d-8800-dfc8e1f2275c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15583 | 2024.08.22 02:25:01.748989 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
15584 | 2024.08.22 02:25:01.749005 [ 3 ] {} <Trace> HTTP-Session: 009a2d04-42da-4f9d-8800-dfc8e1f2275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15585 | 2024.08.22 02:25:01.749128 [ 3 ] {4cb5b99e-0b97-4de7-b402-e799912eb22c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
15586 | 2024.08.22 02:25:01.749198 [ 3 ] {4cb5b99e-0b97-4de7-b402-e799912eb22c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
15587 | 2024.08.22 02:25:01.749452 [ 3 ] {4cb5b99e-0b97-4de7-b402-e799912eb22c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15588 | 2024.08.22 02:25:01.749760 [ 3 ] {4cb5b99e-0b97-4de7-b402-e799912eb22c} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15589 | 2024.08.22 02:25:01.749798 [ 3 ] {4cb5b99e-0b97-4de7-b402-e799912eb22c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.83 GiB. | ||
15590 | 2024.08.22 02:25:01.750159 [ 3 ] {4cb5b99e-0b97-4de7-b402-e799912eb22c} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
15591 | 2024.08.22 02:25:01.750527 [ 3 ] {4cb5b99e-0b97-4de7-b402-e799912eb22c} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15592 | 2024.08.22 02:25:01.750693 [ 3 ] {4cb5b99e-0b97-4de7-b402-e799912eb22c} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001588 sec., 3778.337531486146 rows/sec., 223.23 KiB/sec. | ||
15593 | 2024.08.22 02:25:01.750857 [ 3 ] {4cb5b99e-0b97-4de7-b402-e799912eb22c} <Debug> DynamicQueryHandler: Done processing query | ||
15594 | 2024.08.22 02:25:01.750882 [ 3 ] {4cb5b99e-0b97-4de7-b402-e799912eb22c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15595 | 2024.08.22 02:25:01.750897 [ 3 ] {} <Debug> HTTP-Session: 009a2d04-42da-4f9d-8800-dfc8e1f2275c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15596 | 2024.08.22 02:25:01.751078 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 62104, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15597 | 2024.08.22 02:25:01.751128 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15598 | 2024.08.22 02:25:01.751148 [ 3 ] {} <Debug> HTTP-Session: bb2eb980-30fb-42cb-83c6-633368f7c79e Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
15599 | 2024.08.22 02:25:01.751164 [ 3 ] {} <Debug> HTTP-Session: bb2eb980-30fb-42cb-83c6-633368f7c79e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15600 | 2024.08.22 02:25:01.751178 [ 3 ] {} <Debug> HTTP-Session: bb2eb980-30fb-42cb-83c6-633368f7c79e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15601 | 2024.08.22 02:25:01.751209 [ 3 ] {} <Trace> HTTP-Session: bb2eb980-30fb-42cb-83c6-633368f7c79e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15602 | 2024.08.22 02:25:01.751429 [ 3 ] {c5f81bf3-1290-4dfd-82e1-4155375319cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
15603 | 2024.08.22 02:25:01.751474 [ 3 ] {c5f81bf3-1290-4dfd-82e1-4155375319cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
15604 | 2024.08.22 02:25:01.751703 [ 3 ] {c5f81bf3-1290-4dfd-82e1-4155375319cd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15605 | 2024.08.22 02:25:01.752250 [ 3 ] {c5f81bf3-1290-4dfd-82e1-4155375319cd} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15606 | 2024.08.22 02:25:01.752287 [ 3 ] {c5f81bf3-1290-4dfd-82e1-4155375319cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.83 GiB. | ||
15607 | 2024.08.22 02:25:01.752668 [ 3 ] {c5f81bf3-1290-4dfd-82e1-4155375319cd} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
15608 | 2024.08.22 02:25:01.753036 [ 3 ] {c5f81bf3-1290-4dfd-82e1-4155375319cd} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15609 | 2024.08.22 02:25:01.753199 [ 3 ] {c5f81bf3-1290-4dfd-82e1-4155375319cd} <Debug> executeQuery: Read 384 rows, 27.84 KiB in 0.001883 sec., 203929.89909718535 rows/sec., 14.44 MiB/sec. | ||
15610 | 2024.08.22 02:25:01.753399 [ 3 ] {c5f81bf3-1290-4dfd-82e1-4155375319cd} <Debug> DynamicQueryHandler: Done processing query | ||
15611 | 2024.08.22 02:25:01.753436 [ 3 ] {c5f81bf3-1290-4dfd-82e1-4155375319cd} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
15612 | 2024.08.22 02:25:01.753469 [ 3 ] {} <Debug> HTTP-Session: bb2eb980-30fb-42cb-83c6-633368f7c79e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15613 | 2024.08.22 02:25:01.753611 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15614 | 2024.08.22 02:25:01.753661 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15615 | 2024.08.22 02:25:01.753680 [ 3 ] {} <Debug> HTTP-Session: 6dbc4061-65ee-4df5-ad54-8440b4770be6 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
15616 | 2024.08.22 02:25:01.753696 [ 3 ] {} <Debug> HTTP-Session: 6dbc4061-65ee-4df5-ad54-8440b4770be6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15617 | 2024.08.22 02:25:01.753711 [ 3 ] {} <Debug> HTTP-Session: 6dbc4061-65ee-4df5-ad54-8440b4770be6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15618 | 2024.08.22 02:25:01.753741 [ 3 ] {} <Trace> HTTP-Session: 6dbc4061-65ee-4df5-ad54-8440b4770be6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15619 | 2024.08.22 02:25:01.753837 [ 3 ] {5f286e06-2e52-4ea3-8e4c-ecf0704cb228} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
15620 | 2024.08.22 02:25:01.753882 [ 3 ] {5f286e06-2e52-4ea3-8e4c-ecf0704cb228} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
15621 | 2024.08.22 02:25:01.754010 [ 3 ] {5f286e06-2e52-4ea3-8e4c-ecf0704cb228} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15622 | 2024.08.22 02:25:01.754264 [ 3 ] {5f286e06-2e52-4ea3-8e4c-ecf0704cb228} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15623 | 2024.08.22 02:25:01.754299 [ 3 ] {5f286e06-2e52-4ea3-8e4c-ecf0704cb228} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.83 GiB. | ||
15624 | 2024.08.22 02:25:01.754652 [ 3 ] {5f286e06-2e52-4ea3-8e4c-ecf0704cb228} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
15625 | 2024.08.22 02:25:01.754974 [ 3 ] {5f286e06-2e52-4ea3-8e4c-ecf0704cb228} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15626 | 2024.08.22 02:25:01.755143 [ 3 ] {5f286e06-2e52-4ea3-8e4c-ecf0704cb228} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001328 sec., 4518.0722891566265 rows/sec., 236.05 KiB/sec. | ||
15627 | 2024.08.22 02:25:01.755298 [ 3 ] {5f286e06-2e52-4ea3-8e4c-ecf0704cb228} <Debug> DynamicQueryHandler: Done processing query | ||
15628 | 2024.08.22 02:25:01.755322 [ 3 ] {5f286e06-2e52-4ea3-8e4c-ecf0704cb228} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
15629 | 2024.08.22 02:25:01.755337 [ 3 ] {} <Debug> HTTP-Session: 6dbc4061-65ee-4df5-ad54-8440b4770be6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15630 | 2024.08.22 02:25:01.755504 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 44601, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15631 | 2024.08.22 02:25:01.755552 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15632 | 2024.08.22 02:25:01.755571 [ 3 ] {} <Debug> HTTP-Session: 19114671-5e5d-4fea-8268-e4d1e60efb19 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
15633 | 2024.08.22 02:25:01.755587 [ 3 ] {} <Debug> HTTP-Session: 19114671-5e5d-4fea-8268-e4d1e60efb19 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15634 | 2024.08.22 02:25:01.755601 [ 3 ] {} <Debug> HTTP-Session: 19114671-5e5d-4fea-8268-e4d1e60efb19 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15635 | 2024.08.22 02:25:01.755632 [ 3 ] {} <Trace> HTTP-Session: 19114671-5e5d-4fea-8268-e4d1e60efb19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15636 | 2024.08.22 02:25:01.755814 [ 3 ] {57100b33-fb63-4d98-ad0f-bd2a816aa20c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
15637 | 2024.08.22 02:25:01.755860 [ 3 ] {57100b33-fb63-4d98-ad0f-bd2a816aa20c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
15638 | 2024.08.22 02:25:01.756005 [ 3 ] {57100b33-fb63-4d98-ad0f-bd2a816aa20c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15639 | 2024.08.22 02:25:01.756418 [ 3 ] {57100b33-fb63-4d98-ad0f-bd2a816aa20c} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15640 | 2024.08.22 02:25:01.756454 [ 3 ] {57100b33-fb63-4d98-ad0f-bd2a816aa20c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.83 GiB. | ||
15641 | 2024.08.22 02:25:01.756832 [ 3 ] {57100b33-fb63-4d98-ad0f-bd2a816aa20c} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
15642 | 2024.08.22 02:25:01.757173 [ 3 ] {57100b33-fb63-4d98-ad0f-bd2a816aa20c} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15643 | 2024.08.22 02:25:01.757328 [ 3 ] {57100b33-fb63-4d98-ad0f-bd2a816aa20c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001598 sec., 148310.38798498124 rows/sec., 9.94 MiB/sec. | ||
15644 | 2024.08.22 02:25:01.757497 [ 3 ] {57100b33-fb63-4d98-ad0f-bd2a816aa20c} <Debug> DynamicQueryHandler: Done processing query | ||
15645 | 2024.08.22 02:25:01.757522 [ 3 ] {57100b33-fb63-4d98-ad0f-bd2a816aa20c} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
15646 | 2024.08.22 02:25:01.757538 [ 3 ] {} <Debug> HTTP-Session: 19114671-5e5d-4fea-8268-e4d1e60efb19 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15647 | 2024.08.22 02:25:01.757650 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15648 | 2024.08.22 02:25:01.757699 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15649 | 2024.08.22 02:25:01.757718 [ 3 ] {} <Debug> HTTP-Session: 3e15972e-f262-4570-affc-a0082b58c6d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
15650 | 2024.08.22 02:25:01.757734 [ 3 ] {} <Debug> HTTP-Session: 3e15972e-f262-4570-affc-a0082b58c6d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15651 | 2024.08.22 02:25:01.757748 [ 3 ] {} <Debug> HTTP-Session: 3e15972e-f262-4570-affc-a0082b58c6d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15652 | 2024.08.22 02:25:01.757778 [ 3 ] {} <Trace> HTTP-Session: 3e15972e-f262-4570-affc-a0082b58c6d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15653 | 2024.08.22 02:25:01.757868 [ 3 ] {b3700f35-eb83-4e11-96ac-b369130313b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
15654 | 2024.08.22 02:25:01.757913 [ 3 ] {b3700f35-eb83-4e11-96ac-b369130313b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
15655 | 2024.08.22 02:25:01.758040 [ 3 ] {b3700f35-eb83-4e11-96ac-b369130313b9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15656 | 2024.08.22 02:25:01.758281 [ 3 ] {b3700f35-eb83-4e11-96ac-b369130313b9} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15657 | 2024.08.22 02:25:01.758315 [ 3 ] {b3700f35-eb83-4e11-96ac-b369130313b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.83 GiB. | ||
15658 | 2024.08.22 02:25:01.758670 [ 3 ] {b3700f35-eb83-4e11-96ac-b369130313b9} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
15659 | 2024.08.22 02:25:01.758992 [ 3 ] {b3700f35-eb83-4e11-96ac-b369130313b9} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15660 | 2024.08.22 02:25:01.759143 [ 3 ] {b3700f35-eb83-4e11-96ac-b369130313b9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001291 sec., 774.5933384972889 rows/sec., 52.19 KiB/sec. | ||
15661 | 2024.08.22 02:25:01.759428 [ 3 ] {b3700f35-eb83-4e11-96ac-b369130313b9} <Debug> DynamicQueryHandler: Done processing query | ||
15662 | 2024.08.22 02:25:01.759479 [ 3 ] {b3700f35-eb83-4e11-96ac-b369130313b9} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
15663 | 2024.08.22 02:25:01.759508 [ 3 ] {} <Debug> HTTP-Session: 3e15972e-f262-4570-affc-a0082b58c6d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15664 | 2024.08.22 02:25:01.759627 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 3336, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15665 | 2024.08.22 02:25:01.759677 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15666 | 2024.08.22 02:25:01.759695 [ 3 ] {} <Debug> HTTP-Session: 21d1b33a-a0af-40ef-9102-362ebded55a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
15667 | 2024.08.22 02:25:01.759712 [ 3 ] {} <Debug> HTTP-Session: 21d1b33a-a0af-40ef-9102-362ebded55a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15668 | 2024.08.22 02:25:01.759725 [ 3 ] {} <Debug> HTTP-Session: 21d1b33a-a0af-40ef-9102-362ebded55a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15669 | 2024.08.22 02:25:01.759756 [ 3 ] {} <Trace> HTTP-Session: 21d1b33a-a0af-40ef-9102-362ebded55a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15670 | 2024.08.22 02:25:01.759866 [ 3 ] {4187bcb5-57f0-42ed-8bac-e602cda2ec98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
15671 | 2024.08.22 02:25:01.759935 [ 3 ] {4187bcb5-57f0-42ed-8bac-e602cda2ec98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
15672 | 2024.08.22 02:25:01.760364 [ 3 ] {4187bcb5-57f0-42ed-8bac-e602cda2ec98} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15673 | 2024.08.22 02:25:01.760819 [ 3 ] {4187bcb5-57f0-42ed-8bac-e602cda2ec98} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15674 | 2024.08.22 02:25:01.760855 [ 3 ] {4187bcb5-57f0-42ed-8bac-e602cda2ec98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.83 GiB. | ||
15675 | 2024.08.22 02:25:01.761449 [ 3 ] {4187bcb5-57f0-42ed-8bac-e602cda2ec98} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
15676 | 2024.08.22 02:25:01.761862 [ 3 ] {4187bcb5-57f0-42ed-8bac-e602cda2ec98} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15677 | 2024.08.22 02:25:01.762058 [ 3 ] {4187bcb5-57f0-42ed-8bac-e602cda2ec98} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.002224 sec., 899.2805755395684 rows/sec., 1.61 MiB/sec. | ||
15678 | 2024.08.22 02:25:01.762266 [ 3 ] {4187bcb5-57f0-42ed-8bac-e602cda2ec98} <Debug> DynamicQueryHandler: Done processing query | ||
15679 | 2024.08.22 02:25:01.762291 [ 3 ] {4187bcb5-57f0-42ed-8bac-e602cda2ec98} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
15680 | 2024.08.22 02:25:01.762306 [ 3 ] {} <Debug> HTTP-Session: 21d1b33a-a0af-40ef-9102-362ebded55a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15681 | 2024.08.22 02:25:01.762424 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 12133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15682 | 2024.08.22 02:25:01.762472 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15683 | 2024.08.22 02:25:01.762491 [ 3 ] {} <Debug> HTTP-Session: 1bc73b42-ba1f-4c7d-87f2-c0dfb5d102c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
15684 | 2024.08.22 02:25:01.762507 [ 3 ] {} <Debug> HTTP-Session: 1bc73b42-ba1f-4c7d-87f2-c0dfb5d102c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15685 | 2024.08.22 02:25:01.762521 [ 3 ] {} <Debug> HTTP-Session: 1bc73b42-ba1f-4c7d-87f2-c0dfb5d102c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15686 | 2024.08.22 02:25:01.762552 [ 3 ] {} <Trace> HTTP-Session: 1bc73b42-ba1f-4c7d-87f2-c0dfb5d102c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15687 | 2024.08.22 02:25:01.762676 [ 3 ] {b4e6412b-2b33-4cca-be0d-e501c03f354d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
15688 | 2024.08.22 02:25:01.762720 [ 3 ] {b4e6412b-2b33-4cca-be0d-e501c03f354d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
15689 | 2024.08.22 02:25:01.762848 [ 3 ] {b4e6412b-2b33-4cca-be0d-e501c03f354d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15690 | 2024.08.22 02:25:01.763242 [ 3 ] {b4e6412b-2b33-4cca-be0d-e501c03f354d} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15691 | 2024.08.22 02:25:01.763278 [ 3 ] {b4e6412b-2b33-4cca-be0d-e501c03f354d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.83 GiB. | ||
15692 | 2024.08.22 02:25:01.763637 [ 3 ] {b4e6412b-2b33-4cca-be0d-e501c03f354d} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
15693 | 2024.08.22 02:25:01.763966 [ 3 ] {b4e6412b-2b33-4cca-be0d-e501c03f354d} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15694 | 2024.08.22 02:25:01.764121 [ 3 ] {b4e6412b-2b33-4cca-be0d-e501c03f354d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001488 sec., 55107.526881720434 rows/sec., 3.50 MiB/sec. | ||
15695 | 2024.08.22 02:25:01.764303 [ 3 ] {b4e6412b-2b33-4cca-be0d-e501c03f354d} <Debug> DynamicQueryHandler: Done processing query | ||
15696 | 2024.08.22 02:25:01.764342 [ 3 ] {b4e6412b-2b33-4cca-be0d-e501c03f354d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
15697 | 2024.08.22 02:25:01.764374 [ 3 ] {} <Debug> HTTP-Session: 1bc73b42-ba1f-4c7d-87f2-c0dfb5d102c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15698 | 2024.08.22 02:25:06.733984 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 21414, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15699 | 2024.08.22 02:25:06.734128 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15700 | 2024.08.22 02:25:06.734158 [ 3 ] {} <Debug> HTTP-Session: bc966da1-0f60-47e3-9824-f70fa965aab9 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
15701 | 2024.08.22 02:25:06.734186 [ 3 ] {} <Debug> HTTP-Session: bc966da1-0f60-47e3-9824-f70fa965aab9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15702 | 2024.08.22 02:25:06.734210 [ 3 ] {} <Debug> HTTP-Session: bc966da1-0f60-47e3-9824-f70fa965aab9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15703 | 2024.08.22 02:25:06.734293 [ 3 ] {} <Trace> HTTP-Session: bc966da1-0f60-47e3-9824-f70fa965aab9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15704 | 2024.08.22 02:25:06.734662 [ 3 ] {d46b0f9f-e5a4-4978-9c32-821dc8bf417e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
15705 | 2024.08.22 02:25:06.734776 [ 3 ] {d46b0f9f-e5a4-4978-9c32-821dc8bf417e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
15706 | 2024.08.22 02:25:06.735305 [ 3 ] {d46b0f9f-e5a4-4978-9c32-821dc8bf417e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15707 | 2024.08.22 02:25:06.735853 [ 3 ] {d46b0f9f-e5a4-4978-9c32-821dc8bf417e} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15708 | 2024.08.22 02:25:06.735903 [ 3 ] {d46b0f9f-e5a4-4978-9c32-821dc8bf417e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.83 GiB. | ||
15709 | 2024.08.22 02:25:06.736350 [ 3 ] {d46b0f9f-e5a4-4978-9c32-821dc8bf417e} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
15710 | 2024.08.22 02:25:06.736750 [ 3 ] {d46b0f9f-e5a4-4978-9c32-821dc8bf417e} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15711 | 2024.08.22 02:25:06.736924 [ 3 ] {d46b0f9f-e5a4-4978-9c32-821dc8bf417e} <Debug> executeQuery: Read 144 rows, 12.65 KiB in 0.002417 sec., 59577.989242863056 rows/sec., 5.11 MiB/sec. | ||
15712 | 2024.08.22 02:25:06.737192 [ 3 ] {d46b0f9f-e5a4-4978-9c32-821dc8bf417e} <Debug> DynamicQueryHandler: Done processing query | ||
15713 | 2024.08.22 02:25:06.737222 [ 3 ] {d46b0f9f-e5a4-4978-9c32-821dc8bf417e} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
15714 | 2024.08.22 02:25:06.737240 [ 3 ] {} <Debug> HTTP-Session: bc966da1-0f60-47e3-9824-f70fa965aab9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15715 | 2024.08.22 02:25:06.737377 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 6362, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15716 | 2024.08.22 02:25:06.737434 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15717 | 2024.08.22 02:25:06.737454 [ 3 ] {} <Debug> HTTP-Session: ca0415a5-8209-4914-9430-a7fce5c1063f Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
15718 | 2024.08.22 02:25:06.737472 [ 3 ] {} <Debug> HTTP-Session: ca0415a5-8209-4914-9430-a7fce5c1063f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15719 | 2024.08.22 02:25:06.737487 [ 3 ] {} <Debug> HTTP-Session: ca0415a5-8209-4914-9430-a7fce5c1063f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15720 | 2024.08.22 02:25:06.737523 [ 3 ] {} <Trace> HTTP-Session: ca0415a5-8209-4914-9430-a7fce5c1063f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15721 | 2024.08.22 02:25:06.737641 [ 3 ] {b2d004cb-f39d-4629-bef5-4b9192b85580} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
15722 | 2024.08.22 02:25:06.737688 [ 3 ] {b2d004cb-f39d-4629-bef5-4b9192b85580} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
15723 | 2024.08.22 02:25:06.737931 [ 3 ] {b2d004cb-f39d-4629-bef5-4b9192b85580} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15724 | 2024.08.22 02:25:06.738295 [ 3 ] {b2d004cb-f39d-4629-bef5-4b9192b85580} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15725 | 2024.08.22 02:25:06.738334 [ 3 ] {b2d004cb-f39d-4629-bef5-4b9192b85580} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.83 GiB. | ||
15726 | 2024.08.22 02:25:06.738699 [ 3 ] {b2d004cb-f39d-4629-bef5-4b9192b85580} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
15727 | 2024.08.22 02:25:06.739062 [ 3 ] {b2d004cb-f39d-4629-bef5-4b9192b85580} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15728 | 2024.08.22 02:25:06.739221 [ 3 ] {b2d004cb-f39d-4629-bef5-4b9192b85580} <Debug> executeQuery: Read 44 rows, 3.31 KiB in 0.001615 sec., 27244.582043343657 rows/sec., 2.00 MiB/sec. | ||
15729 | 2024.08.22 02:25:06.739404 [ 3 ] {b2d004cb-f39d-4629-bef5-4b9192b85580} <Debug> DynamicQueryHandler: Done processing query | ||
15730 | 2024.08.22 02:25:06.739430 [ 3 ] {b2d004cb-f39d-4629-bef5-4b9192b85580} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
15731 | 2024.08.22 02:25:06.739446 [ 3 ] {} <Debug> HTTP-Session: ca0415a5-8209-4914-9430-a7fce5c1063f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15732 | 2024.08.22 02:25:06.739589 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 18333, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15733 | 2024.08.22 02:25:06.739641 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15734 | 2024.08.22 02:25:06.739661 [ 3 ] {} <Debug> HTTP-Session: 53c29f79-5289-4ba6-9b36-7cca532d8495 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
15735 | 2024.08.22 02:25:06.739678 [ 3 ] {} <Debug> HTTP-Session: 53c29f79-5289-4ba6-9b36-7cca532d8495 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15736 | 2024.08.22 02:25:06.739692 [ 3 ] {} <Debug> HTTP-Session: 53c29f79-5289-4ba6-9b36-7cca532d8495 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15737 | 2024.08.22 02:25:06.739723 [ 3 ] {} <Trace> HTTP-Session: 53c29f79-5289-4ba6-9b36-7cca532d8495 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15738 | 2024.08.22 02:25:06.739857 [ 3 ] {2c958ac1-1741-455e-b2c9-ceb956f01cad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
15739 | 2024.08.22 02:25:06.739902 [ 3 ] {2c958ac1-1741-455e-b2c9-ceb956f01cad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
15740 | 2024.08.22 02:25:06.740128 [ 3 ] {2c958ac1-1741-455e-b2c9-ceb956f01cad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15741 | 2024.08.22 02:25:06.740499 [ 3 ] {2c958ac1-1741-455e-b2c9-ceb956f01cad} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15742 | 2024.08.22 02:25:06.740536 [ 3 ] {2c958ac1-1741-455e-b2c9-ceb956f01cad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.83 GiB. | ||
15743 | 2024.08.22 02:25:06.740897 [ 3 ] {2c958ac1-1741-455e-b2c9-ceb956f01cad} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
15744 | 2024.08.22 02:25:06.741268 [ 3 ] {2c958ac1-1741-455e-b2c9-ceb956f01cad} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15745 | 2024.08.22 02:25:06.741428 [ 3 ] {2c958ac1-1741-455e-b2c9-ceb956f01cad} <Debug> executeQuery: Read 108 rows, 8.64 KiB in 0.001639 sec., 65893.83770591824 rows/sec., 5.15 MiB/sec. | ||
15746 | 2024.08.22 02:25:06.741641 [ 3 ] {2c958ac1-1741-455e-b2c9-ceb956f01cad} <Debug> DynamicQueryHandler: Done processing query | ||
15747 | 2024.08.22 02:25:06.741688 [ 3 ] {2c958ac1-1741-455e-b2c9-ceb956f01cad} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
15748 | 2024.08.22 02:25:06.741738 [ 3 ] {} <Debug> HTTP-Session: 53c29f79-5289-4ba6-9b36-7cca532d8495 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15749 | 2024.08.22 02:25:06.742002 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 30592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15750 | 2024.08.22 02:25:06.742052 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15751 | 2024.08.22 02:25:06.742071 [ 3 ] {} <Debug> HTTP-Session: faafc642-4b6d-4b2d-87f5-04ea5ee483d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
15752 | 2024.08.22 02:25:06.742087 [ 3 ] {} <Debug> HTTP-Session: faafc642-4b6d-4b2d-87f5-04ea5ee483d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15753 | 2024.08.22 02:25:06.742101 [ 3 ] {} <Debug> HTTP-Session: faafc642-4b6d-4b2d-87f5-04ea5ee483d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15754 | 2024.08.22 02:25:06.742131 [ 3 ] {} <Trace> HTTP-Session: faafc642-4b6d-4b2d-87f5-04ea5ee483d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15755 | 2024.08.22 02:25:06.742346 [ 3 ] {6848a6ac-ecc9-4104-bdaf-23bfca75a167} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
15756 | 2024.08.22 02:25:06.742396 [ 3 ] {6848a6ac-ecc9-4104-bdaf-23bfca75a167} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
15757 | 2024.08.22 02:25:06.742557 [ 3 ] {6848a6ac-ecc9-4104-bdaf-23bfca75a167} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15758 | 2024.08.22 02:25:06.742935 [ 3 ] {6848a6ac-ecc9-4104-bdaf-23bfca75a167} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15759 | 2024.08.22 02:25:06.742972 [ 3 ] {6848a6ac-ecc9-4104-bdaf-23bfca75a167} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.83 GiB. | ||
15760 | 2024.08.22 02:25:06.743370 [ 3 ] {6848a6ac-ecc9-4104-bdaf-23bfca75a167} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
15761 | 2024.08.22 02:25:06.743712 [ 3 ] {6848a6ac-ecc9-4104-bdaf-23bfca75a167} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15762 | 2024.08.22 02:25:06.743864 [ 3 ] {6848a6ac-ecc9-4104-bdaf-23bfca75a167} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001585 sec., 100946.37223974764 rows/sec., 7.03 MiB/sec. | ||
15763 | 2024.08.22 02:25:06.744038 [ 3 ] {6848a6ac-ecc9-4104-bdaf-23bfca75a167} <Debug> DynamicQueryHandler: Done processing query | ||
15764 | 2024.08.22 02:25:06.744063 [ 3 ] {6848a6ac-ecc9-4104-bdaf-23bfca75a167} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
15765 | 2024.08.22 02:25:06.744079 [ 3 ] {} <Debug> HTTP-Session: faafc642-4b6d-4b2d-87f5-04ea5ee483d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15766 | 2024.08.22 02:25:06.744230 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 71218, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15767 | 2024.08.22 02:25:06.744279 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15768 | 2024.08.22 02:25:06.744298 [ 3 ] {} <Debug> HTTP-Session: 23a8f411-f8df-4fc0-a4ea-da31e7304322 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
15769 | 2024.08.22 02:25:06.744314 [ 3 ] {} <Debug> HTTP-Session: 23a8f411-f8df-4fc0-a4ea-da31e7304322 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15770 | 2024.08.22 02:25:06.744329 [ 3 ] {} <Debug> HTTP-Session: 23a8f411-f8df-4fc0-a4ea-da31e7304322 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15771 | 2024.08.22 02:25:06.744360 [ 3 ] {} <Trace> HTTP-Session: 23a8f411-f8df-4fc0-a4ea-da31e7304322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15772 | 2024.08.22 02:25:06.744777 [ 3 ] {ce68de2d-40de-40c1-8747-b92ed8a14e54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
15773 | 2024.08.22 02:25:06.744842 [ 3 ] {ce68de2d-40de-40c1-8747-b92ed8a14e54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
15774 | 2024.08.22 02:25:06.745259 [ 3 ] {ce68de2d-40de-40c1-8747-b92ed8a14e54} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15775 | 2024.08.22 02:25:06.746059 [ 3 ] {ce68de2d-40de-40c1-8747-b92ed8a14e54} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15776 | 2024.08.22 02:25:06.746095 [ 3 ] {ce68de2d-40de-40c1-8747-b92ed8a14e54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.83 GiB. | ||
15777 | 2024.08.22 02:25:06.746725 [ 3 ] {ce68de2d-40de-40c1-8747-b92ed8a14e54} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
15778 | 2024.08.22 02:25:06.747126 [ 3 ] {ce68de2d-40de-40c1-8747-b92ed8a14e54} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15779 | 2024.08.22 02:25:06.747351 [ 154 ] {} <Debug> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
15780 | 2024.08.22 02:25:06.747361 [ 3 ] {ce68de2d-40de-40c1-8747-b92ed8a14e54} <Debug> executeQuery: Read 44 rows, 80.74 KiB in 0.002901 sec., 15167.183729748363 rows/sec., 27.18 MiB/sec. | ||
15781 | 2024.08.22 02:25:06.747501 [ 154 ] {} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15782 | 2024.08.22 02:25:06.747611 [ 154 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.83 GiB. | ||
15783 | 2024.08.22 02:25:06.747977 [ 3 ] {ce68de2d-40de-40c1-8747-b92ed8a14e54} <Debug> DynamicQueryHandler: Done processing query | ||
15784 | 2024.08.22 02:25:06.748041 [ 3 ] {ce68de2d-40de-40c1-8747-b92ed8a14e54} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
15785 | 2024.08.22 02:25:06.748046 [ 197 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
15786 | 2024.08.22 02:25:06.748079 [ 3 ] {} <Debug> HTTP-Session: 23a8f411-f8df-4fc0-a4ea-da31e7304322 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15787 | 2024.08.22 02:25:06.748371 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15788 | 2024.08.22 02:25:06.748533 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15789 | 2024.08.22 02:25:06.748628 [ 3 ] {} <Debug> HTTP-Session: 8f02ae95-a4d0-4929-ad1d-13198d5f57e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
15790 | 2024.08.22 02:25:06.748704 [ 3 ] {} <Debug> HTTP-Session: 8f02ae95-a4d0-4929-ad1d-13198d5f57e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15791 | 2024.08.22 02:25:06.748778 [ 3 ] {} <Debug> HTTP-Session: 8f02ae95-a4d0-4929-ad1d-13198d5f57e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15792 | 2024.08.22 02:25:06.748932 [ 3 ] {} <Trace> HTTP-Session: 8f02ae95-a4d0-4929-ad1d-13198d5f57e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15793 | 2024.08.22 02:25:06.749366 [ 3 ] {c67adcc1-0a3a-4b72-a8cf-1946d6fc3344} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
15794 | 2024.08.22 02:25:06.749549 [ 3 ] {c67adcc1-0a3a-4b72-a8cf-1946d6fc3344} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
15795 | 2024.08.22 02:25:06.750258 [ 197 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15796 | 2024.08.22 02:25:06.750670 [ 197 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1214 rows starting from the beginning of the part | ||
15797 | 2024.08.22 02:25:06.750728 [ 3 ] {c67adcc1-0a3a-4b72-a8cf-1946d6fc3344} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15798 | 2024.08.22 02:25:06.751425 [ 197 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 44 rows starting from the beginning of the part | ||
15799 | 2024.08.22 02:25:06.751913 [ 3 ] {c67adcc1-0a3a-4b72-a8cf-1946d6fc3344} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15800 | 2024.08.22 02:25:06.752027 [ 3 ] {c67adcc1-0a3a-4b72-a8cf-1946d6fc3344} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.83 GiB. | ||
15801 | 2024.08.22 02:25:06.752251 [ 197 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 2 rows starting from the beginning of the part | ||
15802 | 2024.08.22 02:25:06.752984 [ 197 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 44 rows starting from the beginning of the part | ||
15803 | 2024.08.22 02:25:06.753464 [ 3 ] {c67adcc1-0a3a-4b72-a8cf-1946d6fc3344} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
15804 | 2024.08.22 02:25:06.753567 [ 197 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 2 rows starting from the beginning of the part | ||
15805 | 2024.08.22 02:25:06.754332 [ 197 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 44 rows starting from the beginning of the part | ||
15806 | 2024.08.22 02:25:06.754841 [ 3 ] {c67adcc1-0a3a-4b72-a8cf-1946d6fc3344} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15807 | 2024.08.22 02:25:06.755234 [ 3 ] {c67adcc1-0a3a-4b72-a8cf-1946d6fc3344} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006066 sec., 9891.196834817012 rows/sec., 682.60 KiB/sec. | ||
15808 | 2024.08.22 02:25:06.755563 [ 3 ] {c67adcc1-0a3a-4b72-a8cf-1946d6fc3344} <Debug> DynamicQueryHandler: Done processing query | ||
15809 | 2024.08.22 02:25:06.755611 [ 3 ] {c67adcc1-0a3a-4b72-a8cf-1946d6fc3344} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15810 | 2024.08.22 02:25:06.755650 [ 3 ] {} <Debug> HTTP-Session: 8f02ae95-a4d0-4929-ad1d-13198d5f57e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15811 | 2024.08.22 02:25:06.760700 [ 193 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1350 rows, containing 19 columns (19 merged, 0 gathered) in 0.012911274 sec., 104559.78240412216 rows/sec., 187.37 MiB/sec. | ||
15812 | 2024.08.22 02:25:06.762019 [ 198 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
15813 | 2024.08.22 02:25:06.762692 [ 198 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_76_15} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15814 | 2024.08.22 02:25:06.762781 [ 198 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_76_15} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
15815 | 2024.08.22 02:25:06.762963 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.61 MiB. | ||
15816 | 2024.08.22 02:25:11.737593 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15817 | 2024.08.22 02:25:11.737787 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15818 | 2024.08.22 02:25:11.737833 [ 3 ] {} <Debug> HTTP-Session: e70910b7-6b3b-4c07-9c61-64b933d739b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
15819 | 2024.08.22 02:25:11.737874 [ 3 ] {} <Debug> HTTP-Session: e70910b7-6b3b-4c07-9c61-64b933d739b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15820 | 2024.08.22 02:25:11.737901 [ 3 ] {} <Debug> HTTP-Session: e70910b7-6b3b-4c07-9c61-64b933d739b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15821 | 2024.08.22 02:25:11.737983 [ 3 ] {} <Trace> HTTP-Session: e70910b7-6b3b-4c07-9c61-64b933d739b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15822 | 2024.08.22 02:25:11.738264 [ 3 ] {2e72d100-1f3b-4c03-ae70-33a884a14b5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
15823 | 2024.08.22 02:25:11.738376 [ 3 ] {2e72d100-1f3b-4c03-ae70-33a884a14b5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
15824 | 2024.08.22 02:25:11.738727 [ 3 ] {2e72d100-1f3b-4c03-ae70-33a884a14b5a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15825 | 2024.08.22 02:25:11.739154 [ 3 ] {2e72d100-1f3b-4c03-ae70-33a884a14b5a} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15826 | 2024.08.22 02:25:11.739197 [ 3 ] {2e72d100-1f3b-4c03-ae70-33a884a14b5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.83 GiB. | ||
15827 | 2024.08.22 02:25:11.739616 [ 3 ] {2e72d100-1f3b-4c03-ae70-33a884a14b5a} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
15828 | 2024.08.22 02:25:11.740008 [ 3 ] {2e72d100-1f3b-4c03-ae70-33a884a14b5a} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15829 | 2024.08.22 02:25:11.740196 [ 3 ] {2e72d100-1f3b-4c03-ae70-33a884a14b5a} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.002018 sec., 1982.1605550049555 rows/sec., 161.63 KiB/sec. | ||
15830 | 2024.08.22 02:25:11.740464 [ 3 ] {2e72d100-1f3b-4c03-ae70-33a884a14b5a} <Debug> DynamicQueryHandler: Done processing query | ||
15831 | 2024.08.22 02:25:11.740492 [ 3 ] {2e72d100-1f3b-4c03-ae70-33a884a14b5a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15832 | 2024.08.22 02:25:11.740508 [ 3 ] {} <Debug> HTTP-Session: e70910b7-6b3b-4c07-9c61-64b933d739b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15833 | 2024.08.22 02:25:11.740753 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 29241, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15834 | 2024.08.22 02:25:11.740807 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15835 | 2024.08.22 02:25:11.740826 [ 3 ] {} <Debug> HTTP-Session: 7e8ce344-121b-4709-9948-e5319b8499e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
15836 | 2024.08.22 02:25:11.740844 [ 3 ] {} <Debug> HTTP-Session: 7e8ce344-121b-4709-9948-e5319b8499e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15837 | 2024.08.22 02:25:11.740858 [ 3 ] {} <Debug> HTTP-Session: 7e8ce344-121b-4709-9948-e5319b8499e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15838 | 2024.08.22 02:25:11.740892 [ 3 ] {} <Trace> HTTP-Session: 7e8ce344-121b-4709-9948-e5319b8499e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15839 | 2024.08.22 02:25:11.741050 [ 3 ] {3cdb6b25-559d-4a3b-a495-a6b4bde75046} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
15840 | 2024.08.22 02:25:11.741097 [ 3 ] {3cdb6b25-559d-4a3b-a495-a6b4bde75046} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
15841 | 2024.08.22 02:25:11.741333 [ 3 ] {3cdb6b25-559d-4a3b-a495-a6b4bde75046} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15842 | 2024.08.22 02:25:11.741794 [ 3 ] {3cdb6b25-559d-4a3b-a495-a6b4bde75046} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15843 | 2024.08.22 02:25:11.741832 [ 3 ] {3cdb6b25-559d-4a3b-a495-a6b4bde75046} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.83 GiB. | ||
15844 | 2024.08.22 02:25:11.742214 [ 3 ] {3cdb6b25-559d-4a3b-a495-a6b4bde75046} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
15845 | 2024.08.22 02:25:11.742594 [ 3 ] {3cdb6b25-559d-4a3b-a495-a6b4bde75046} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15846 | 2024.08.22 02:25:11.742762 [ 3 ] {3cdb6b25-559d-4a3b-a495-a6b4bde75046} <Debug> executeQuery: Read 195 rows, 17.39 KiB in 0.001782 sec., 109427.60942760944 rows/sec., 9.53 MiB/sec. | ||
15847 | 2024.08.22 02:25:11.742950 [ 3 ] {3cdb6b25-559d-4a3b-a495-a6b4bde75046} <Debug> DynamicQueryHandler: Done processing query | ||
15848 | 2024.08.22 02:25:11.742976 [ 3 ] {3cdb6b25-559d-4a3b-a495-a6b4bde75046} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
15849 | 2024.08.22 02:25:11.742992 [ 3 ] {} <Debug> HTTP-Session: 7e8ce344-121b-4709-9948-e5319b8499e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15850 | 2024.08.22 02:25:11.743160 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 897, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15851 | 2024.08.22 02:25:11.743211 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15852 | 2024.08.22 02:25:11.743231 [ 3 ] {} <Debug> HTTP-Session: 4917d6f9-0bf4-42cf-898b-2e926f09c465 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
15853 | 2024.08.22 02:25:11.743248 [ 3 ] {} <Debug> HTTP-Session: 4917d6f9-0bf4-42cf-898b-2e926f09c465 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15854 | 2024.08.22 02:25:11.743263 [ 3 ] {} <Debug> HTTP-Session: 4917d6f9-0bf4-42cf-898b-2e926f09c465 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15855 | 2024.08.22 02:25:11.743296 [ 3 ] {} <Trace> HTTP-Session: 4917d6f9-0bf4-42cf-898b-2e926f09c465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15856 | 2024.08.22 02:25:11.743396 [ 3 ] {5674493d-3739-4023-a7f7-299d1a7838fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
15857 | 2024.08.22 02:25:11.743440 [ 3 ] {5674493d-3739-4023-a7f7-299d1a7838fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
15858 | 2024.08.22 02:25:11.743671 [ 3 ] {5674493d-3739-4023-a7f7-299d1a7838fe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15859 | 2024.08.22 02:25:11.743968 [ 3 ] {5674493d-3739-4023-a7f7-299d1a7838fe} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15860 | 2024.08.22 02:25:11.744006 [ 3 ] {5674493d-3739-4023-a7f7-299d1a7838fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.83 GiB. | ||
15861 | 2024.08.22 02:25:11.744360 [ 3 ] {5674493d-3739-4023-a7f7-299d1a7838fe} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
15862 | 2024.08.22 02:25:11.744713 [ 3 ] {5674493d-3739-4023-a7f7-299d1a7838fe} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15863 | 2024.08.22 02:25:11.744876 [ 3 ] {5674493d-3739-4023-a7f7-299d1a7838fe} <Debug> executeQuery: Read 6 rows, 440.00 B in 0.001508 sec., 3978.7798408488065 rows/sec., 284.94 KiB/sec. | ||
15864 | 2024.08.22 02:25:11.745040 [ 3 ] {5674493d-3739-4023-a7f7-299d1a7838fe} <Debug> DynamicQueryHandler: Done processing query | ||
15865 | 2024.08.22 02:25:11.745064 [ 3 ] {5674493d-3739-4023-a7f7-299d1a7838fe} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15866 | 2024.08.22 02:25:11.745080 [ 3 ] {} <Debug> HTTP-Session: 4917d6f9-0bf4-42cf-898b-2e926f09c465 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15867 | 2024.08.22 02:25:11.745187 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15868 | 2024.08.22 02:25:11.745238 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15869 | 2024.08.22 02:25:11.745258 [ 3 ] {} <Debug> HTTP-Session: 4c763db6-228a-4a1b-846a-0dadf46571a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
15870 | 2024.08.22 02:25:11.745274 [ 3 ] {} <Debug> HTTP-Session: 4c763db6-228a-4a1b-846a-0dadf46571a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15871 | 2024.08.22 02:25:11.745293 [ 3 ] {} <Debug> HTTP-Session: 4c763db6-228a-4a1b-846a-0dadf46571a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15872 | 2024.08.22 02:25:11.745325 [ 3 ] {} <Trace> HTTP-Session: 4c763db6-228a-4a1b-846a-0dadf46571a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15873 | 2024.08.22 02:25:11.745427 [ 3 ] {d62b9c81-f37a-4c3c-9b45-2960f0b8e58c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
15874 | 2024.08.22 02:25:11.745470 [ 3 ] {d62b9c81-f37a-4c3c-9b45-2960f0b8e58c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
15875 | 2024.08.22 02:25:11.745699 [ 3 ] {d62b9c81-f37a-4c3c-9b45-2960f0b8e58c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15876 | 2024.08.22 02:25:11.746050 [ 3 ] {d62b9c81-f37a-4c3c-9b45-2960f0b8e58c} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15877 | 2024.08.22 02:25:11.746087 [ 3 ] {d62b9c81-f37a-4c3c-9b45-2960f0b8e58c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.83 GiB. | ||
15878 | 2024.08.22 02:25:11.746434 [ 3 ] {d62b9c81-f37a-4c3c-9b45-2960f0b8e58c} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
15879 | 2024.08.22 02:25:11.746789 [ 3 ] {d62b9c81-f37a-4c3c-9b45-2960f0b8e58c} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15880 | 2024.08.22 02:25:11.746936 [ 3 ] {d62b9c81-f37a-4c3c-9b45-2960f0b8e58c} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001533 sec., 9132.4200913242 rows/sec., 639.58 KiB/sec. | ||
15881 | 2024.08.22 02:25:11.747115 [ 3 ] {d62b9c81-f37a-4c3c-9b45-2960f0b8e58c} <Debug> DynamicQueryHandler: Done processing query | ||
15882 | 2024.08.22 02:25:11.747141 [ 3 ] {d62b9c81-f37a-4c3c-9b45-2960f0b8e58c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
15883 | 2024.08.22 02:25:11.747156 [ 3 ] {} <Debug> HTTP-Session: 4c763db6-228a-4a1b-846a-0dadf46571a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15884 | 2024.08.22 02:25:11.747264 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15885 | 2024.08.22 02:25:11.747318 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15886 | 2024.08.22 02:25:11.747338 [ 3 ] {} <Debug> HTTP-Session: 5da883fd-9cf5-4667-abb7-9f9e77e70854 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
15887 | 2024.08.22 02:25:11.747360 [ 3 ] {} <Debug> HTTP-Session: 5da883fd-9cf5-4667-abb7-9f9e77e70854 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15888 | 2024.08.22 02:25:11.747375 [ 3 ] {} <Debug> HTTP-Session: 5da883fd-9cf5-4667-abb7-9f9e77e70854 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15889 | 2024.08.22 02:25:11.747406 [ 3 ] {} <Trace> HTTP-Session: 5da883fd-9cf5-4667-abb7-9f9e77e70854 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15890 | 2024.08.22 02:25:11.747502 [ 3 ] {432fa3bd-7d3c-4ea1-8df9-bb0dc4b6249e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
15891 | 2024.08.22 02:25:11.747545 [ 3 ] {432fa3bd-7d3c-4ea1-8df9-bb0dc4b6249e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
15892 | 2024.08.22 02:25:11.747772 [ 3 ] {432fa3bd-7d3c-4ea1-8df9-bb0dc4b6249e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15893 | 2024.08.22 02:25:11.748071 [ 3 ] {432fa3bd-7d3c-4ea1-8df9-bb0dc4b6249e} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15894 | 2024.08.22 02:25:11.748108 [ 3 ] {432fa3bd-7d3c-4ea1-8df9-bb0dc4b6249e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.83 GiB. | ||
15895 | 2024.08.22 02:25:11.748457 [ 3 ] {432fa3bd-7d3c-4ea1-8df9-bb0dc4b6249e} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
15896 | 2024.08.22 02:25:11.748818 [ 3 ] {432fa3bd-7d3c-4ea1-8df9-bb0dc4b6249e} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15897 | 2024.08.22 02:25:11.748983 [ 3 ] {432fa3bd-7d3c-4ea1-8df9-bb0dc4b6249e} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.0015 sec., 4000 rows/sec., 236.33 KiB/sec. | ||
15898 | 2024.08.22 02:25:11.749270 [ 3 ] {432fa3bd-7d3c-4ea1-8df9-bb0dc4b6249e} <Debug> DynamicQueryHandler: Done processing query | ||
15899 | 2024.08.22 02:25:11.749309 [ 3 ] {432fa3bd-7d3c-4ea1-8df9-bb0dc4b6249e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15900 | 2024.08.22 02:25:11.749325 [ 3 ] {} <Debug> HTTP-Session: 5da883fd-9cf5-4667-abb7-9f9e77e70854 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15901 | 2024.08.22 02:25:11.749494 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 62788, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15902 | 2024.08.22 02:25:11.749542 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15903 | 2024.08.22 02:25:11.749561 [ 3 ] {} <Debug> HTTP-Session: 7dcbb5ed-ae3b-4a2e-9ee7-3db72f1e2d00 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
15904 | 2024.08.22 02:25:11.749577 [ 3 ] {} <Debug> HTTP-Session: 7dcbb5ed-ae3b-4a2e-9ee7-3db72f1e2d00 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15905 | 2024.08.22 02:25:11.749590 [ 3 ] {} <Debug> HTTP-Session: 7dcbb5ed-ae3b-4a2e-9ee7-3db72f1e2d00 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15906 | 2024.08.22 02:25:11.749620 [ 3 ] {} <Trace> HTTP-Session: 7dcbb5ed-ae3b-4a2e-9ee7-3db72f1e2d00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15907 | 2024.08.22 02:25:11.749819 [ 3 ] {27b1fe4d-989d-490f-8d69-76fc280ca32c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
15908 | 2024.08.22 02:25:11.749863 [ 3 ] {27b1fe4d-989d-490f-8d69-76fc280ca32c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
15909 | 2024.08.22 02:25:11.750088 [ 3 ] {27b1fe4d-989d-490f-8d69-76fc280ca32c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15910 | 2024.08.22 02:25:11.750673 [ 3 ] {27b1fe4d-989d-490f-8d69-76fc280ca32c} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15911 | 2024.08.22 02:25:11.750710 [ 3 ] {27b1fe4d-989d-490f-8d69-76fc280ca32c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.83 GiB. | ||
15912 | 2024.08.22 02:25:11.751087 [ 3 ] {27b1fe4d-989d-490f-8d69-76fc280ca32c} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
15913 | 2024.08.22 02:25:11.751445 [ 3 ] {27b1fe4d-989d-490f-8d69-76fc280ca32c} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15914 | 2024.08.22 02:25:11.751610 [ 3 ] {27b1fe4d-989d-490f-8d69-76fc280ca32c} <Debug> executeQuery: Read 388 rows, 28.17 KiB in 0.001857 sec., 208939.1491653204 rows/sec., 14.81 MiB/sec. | ||
15915 | 2024.08.22 02:25:11.751787 [ 3 ] {27b1fe4d-989d-490f-8d69-76fc280ca32c} <Debug> DynamicQueryHandler: Done processing query | ||
15916 | 2024.08.22 02:25:11.751814 [ 3 ] {27b1fe4d-989d-490f-8d69-76fc280ca32c} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
15917 | 2024.08.22 02:25:11.751829 [ 3 ] {} <Debug> HTTP-Session: 7dcbb5ed-ae3b-4a2e-9ee7-3db72f1e2d00 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15918 | 2024.08.22 02:25:11.751952 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15919 | 2024.08.22 02:25:11.752002 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15920 | 2024.08.22 02:25:11.752022 [ 3 ] {} <Debug> HTTP-Session: 89b8f478-7e51-4dea-b0f8-01b8b7e76373 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
15921 | 2024.08.22 02:25:11.752038 [ 3 ] {} <Debug> HTTP-Session: 89b8f478-7e51-4dea-b0f8-01b8b7e76373 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15922 | 2024.08.22 02:25:11.752052 [ 3 ] {} <Debug> HTTP-Session: 89b8f478-7e51-4dea-b0f8-01b8b7e76373 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15923 | 2024.08.22 02:25:11.752083 [ 3 ] {} <Trace> HTTP-Session: 89b8f478-7e51-4dea-b0f8-01b8b7e76373 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15924 | 2024.08.22 02:25:11.752179 [ 3 ] {b943ab00-069b-4417-a9a0-a91b8c9aa9e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
15925 | 2024.08.22 02:25:11.752224 [ 3 ] {b943ab00-069b-4417-a9a0-a91b8c9aa9e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
15926 | 2024.08.22 02:25:11.752357 [ 3 ] {b943ab00-069b-4417-a9a0-a91b8c9aa9e9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15927 | 2024.08.22 02:25:11.752692 [ 3 ] {b943ab00-069b-4417-a9a0-a91b8c9aa9e9} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15928 | 2024.08.22 02:25:11.752729 [ 3 ] {b943ab00-069b-4417-a9a0-a91b8c9aa9e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.83 GiB. | ||
15929 | 2024.08.22 02:25:11.753094 [ 3 ] {b943ab00-069b-4417-a9a0-a91b8c9aa9e9} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
15930 | 2024.08.22 02:25:11.753428 [ 3 ] {b943ab00-069b-4417-a9a0-a91b8c9aa9e9} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15931 | 2024.08.22 02:25:11.753586 [ 3 ] {b943ab00-069b-4417-a9a0-a91b8c9aa9e9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001432 sec., 4189.944134078212 rows/sec., 218.91 KiB/sec. | ||
15932 | 2024.08.22 02:25:11.753756 [ 3 ] {b943ab00-069b-4417-a9a0-a91b8c9aa9e9} <Debug> DynamicQueryHandler: Done processing query | ||
15933 | 2024.08.22 02:25:11.753781 [ 3 ] {b943ab00-069b-4417-a9a0-a91b8c9aa9e9} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
15934 | 2024.08.22 02:25:11.753798 [ 3 ] {} <Debug> HTTP-Session: 89b8f478-7e51-4dea-b0f8-01b8b7e76373 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15935 | 2024.08.22 02:25:11.753982 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 44982, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15936 | 2024.08.22 02:25:11.754032 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15937 | 2024.08.22 02:25:11.754051 [ 3 ] {} <Debug> HTTP-Session: cb6b5791-05f9-4ee5-856e-315194aa0f51 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
15938 | 2024.08.22 02:25:11.754068 [ 3 ] {} <Debug> HTTP-Session: cb6b5791-05f9-4ee5-856e-315194aa0f51 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15939 | 2024.08.22 02:25:11.754082 [ 3 ] {} <Debug> HTTP-Session: cb6b5791-05f9-4ee5-856e-315194aa0f51 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15940 | 2024.08.22 02:25:11.754114 [ 3 ] {} <Trace> HTTP-Session: cb6b5791-05f9-4ee5-856e-315194aa0f51 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15941 | 2024.08.22 02:25:11.754329 [ 3 ] {198dee45-405e-4a5c-b6c4-1f898aaccb0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
15942 | 2024.08.22 02:25:11.754376 [ 3 ] {198dee45-405e-4a5c-b6c4-1f898aaccb0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
15943 | 2024.08.22 02:25:11.754522 [ 3 ] {198dee45-405e-4a5c-b6c4-1f898aaccb0b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15944 | 2024.08.22 02:25:11.754953 [ 3 ] {198dee45-405e-4a5c-b6c4-1f898aaccb0b} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15945 | 2024.08.22 02:25:11.754990 [ 3 ] {198dee45-405e-4a5c-b6c4-1f898aaccb0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.83 GiB. | ||
15946 | 2024.08.22 02:25:11.755386 [ 3 ] {198dee45-405e-4a5c-b6c4-1f898aaccb0b} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
15947 | 2024.08.22 02:25:11.755731 [ 3 ] {198dee45-405e-4a5c-b6c4-1f898aaccb0b} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15948 | 2024.08.22 02:25:11.755892 [ 3 ] {198dee45-405e-4a5c-b6c4-1f898aaccb0b} <Debug> executeQuery: Read 239 rows, 16.41 KiB in 0.001682 sec., 142092.74673008325 rows/sec., 9.53 MiB/sec. | ||
15949 | 2024.08.22 02:25:11.756082 [ 3 ] {198dee45-405e-4a5c-b6c4-1f898aaccb0b} <Debug> DynamicQueryHandler: Done processing query | ||
15950 | 2024.08.22 02:25:11.756118 [ 3 ] {198dee45-405e-4a5c-b6c4-1f898aaccb0b} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
15951 | 2024.08.22 02:25:11.756149 [ 3 ] {} <Debug> HTTP-Session: cb6b5791-05f9-4ee5-856e-315194aa0f51 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15952 | 2024.08.22 02:25:11.756319 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15953 | 2024.08.22 02:25:11.756381 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15954 | 2024.08.22 02:25:11.756411 [ 3 ] {} <Debug> HTTP-Session: e0e9b4de-7401-46a0-aa88-081adb7e9499 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
15955 | 2024.08.22 02:25:11.756431 [ 3 ] {} <Debug> HTTP-Session: e0e9b4de-7401-46a0-aa88-081adb7e9499 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15956 | 2024.08.22 02:25:11.756445 [ 3 ] {} <Debug> HTTP-Session: e0e9b4de-7401-46a0-aa88-081adb7e9499 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15957 | 2024.08.22 02:25:11.756476 [ 3 ] {} <Trace> HTTP-Session: e0e9b4de-7401-46a0-aa88-081adb7e9499 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15958 | 2024.08.22 02:25:11.756571 [ 3 ] {3e04f029-1837-4e9d-a62a-d860e992bd0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
15959 | 2024.08.22 02:25:11.756617 [ 3 ] {3e04f029-1837-4e9d-a62a-d860e992bd0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
15960 | 2024.08.22 02:25:11.756747 [ 3 ] {3e04f029-1837-4e9d-a62a-d860e992bd0c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15961 | 2024.08.22 02:25:11.757069 [ 3 ] {3e04f029-1837-4e9d-a62a-d860e992bd0c} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15962 | 2024.08.22 02:25:11.757106 [ 3 ] {3e04f029-1837-4e9d-a62a-d860e992bd0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.83 GiB. | ||
15963 | 2024.08.22 02:25:11.757461 [ 3 ] {3e04f029-1837-4e9d-a62a-d860e992bd0c} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
15964 | 2024.08.22 02:25:11.757784 [ 3 ] {3e04f029-1837-4e9d-a62a-d860e992bd0c} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15965 | 2024.08.22 02:25:11.757945 [ 3 ] {3e04f029-1837-4e9d-a62a-d860e992bd0c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001387 sec., 720.9805335255949 rows/sec., 48.58 KiB/sec. | ||
15966 | 2024.08.22 02:25:11.758223 [ 3 ] {3e04f029-1837-4e9d-a62a-d860e992bd0c} <Debug> DynamicQueryHandler: Done processing query | ||
15967 | 2024.08.22 02:25:11.758262 [ 3 ] {3e04f029-1837-4e9d-a62a-d860e992bd0c} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
15968 | 2024.08.22 02:25:11.758286 [ 3 ] {} <Debug> HTTP-Session: e0e9b4de-7401-46a0-aa88-081adb7e9499 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15969 | 2024.08.22 02:25:11.758406 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 3336, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15970 | 2024.08.22 02:25:11.758457 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15971 | 2024.08.22 02:25:11.758477 [ 3 ] {} <Debug> HTTP-Session: 21121b6d-10b2-4d0c-bf8a-2d692ccf06bb Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
15972 | 2024.08.22 02:25:11.758493 [ 3 ] {} <Debug> HTTP-Session: 21121b6d-10b2-4d0c-bf8a-2d692ccf06bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15973 | 2024.08.22 02:25:11.758507 [ 3 ] {} <Debug> HTTP-Session: 21121b6d-10b2-4d0c-bf8a-2d692ccf06bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15974 | 2024.08.22 02:25:11.758538 [ 3 ] {} <Trace> HTTP-Session: 21121b6d-10b2-4d0c-bf8a-2d692ccf06bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15975 | 2024.08.22 02:25:11.758652 [ 3 ] {10a8a9b4-ba2d-489b-880a-02bf0c32cc3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
15976 | 2024.08.22 02:25:11.758723 [ 3 ] {10a8a9b4-ba2d-489b-880a-02bf0c32cc3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
15977 | 2024.08.22 02:25:11.759153 [ 3 ] {10a8a9b4-ba2d-489b-880a-02bf0c32cc3a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15978 | 2024.08.22 02:25:11.759584 [ 3 ] {10a8a9b4-ba2d-489b-880a-02bf0c32cc3a} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15979 | 2024.08.22 02:25:11.759620 [ 3 ] {10a8a9b4-ba2d-489b-880a-02bf0c32cc3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.83 GiB. | ||
15980 | 2024.08.22 02:25:11.760191 [ 3 ] {10a8a9b4-ba2d-489b-880a-02bf0c32cc3a} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
15981 | 2024.08.22 02:25:11.760611 [ 3 ] {10a8a9b4-ba2d-489b-880a-02bf0c32cc3a} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15982 | 2024.08.22 02:25:11.760801 [ 3 ] {10a8a9b4-ba2d-489b-880a-02bf0c32cc3a} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.002191 sec., 912.8251939753538 rows/sec., 1.64 MiB/sec. | ||
15983 | 2024.08.22 02:25:11.761003 [ 3 ] {10a8a9b4-ba2d-489b-880a-02bf0c32cc3a} <Debug> DynamicQueryHandler: Done processing query | ||
15984 | 2024.08.22 02:25:11.761027 [ 3 ] {10a8a9b4-ba2d-489b-880a-02bf0c32cc3a} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
15985 | 2024.08.22 02:25:11.761043 [ 3 ] {} <Debug> HTTP-Session: 21121b6d-10b2-4d0c-bf8a-2d692ccf06bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15986 | 2024.08.22 02:25:11.761215 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 12133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15987 | 2024.08.22 02:25:11.761263 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15988 | 2024.08.22 02:25:11.761282 [ 3 ] {} <Debug> HTTP-Session: 441c0e2c-511e-4b7d-8f33-17ec51bff461 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
15989 | 2024.08.22 02:25:11.761299 [ 3 ] {} <Debug> HTTP-Session: 441c0e2c-511e-4b7d-8f33-17ec51bff461 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15990 | 2024.08.22 02:25:11.761312 [ 3 ] {} <Debug> HTTP-Session: 441c0e2c-511e-4b7d-8f33-17ec51bff461 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15991 | 2024.08.22 02:25:11.761343 [ 3 ] {} <Trace> HTTP-Session: 441c0e2c-511e-4b7d-8f33-17ec51bff461 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15992 | 2024.08.22 02:25:11.761472 [ 3 ] {0d3e639d-c8a3-4566-862e-c4ee0135088b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
15993 | 2024.08.22 02:25:11.761517 [ 3 ] {0d3e639d-c8a3-4566-862e-c4ee0135088b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
15994 | 2024.08.22 02:25:11.761643 [ 3 ] {0d3e639d-c8a3-4566-862e-c4ee0135088b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15995 | 2024.08.22 02:25:11.761951 [ 3 ] {0d3e639d-c8a3-4566-862e-c4ee0135088b} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15996 | 2024.08.22 02:25:11.761988 [ 3 ] {0d3e639d-c8a3-4566-862e-c4ee0135088b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.83 GiB. | ||
15997 | 2024.08.22 02:25:11.762346 [ 3 ] {0d3e639d-c8a3-4566-862e-c4ee0135088b} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
15998 | 2024.08.22 02:25:11.762667 [ 3 ] {0d3e639d-c8a3-4566-862e-c4ee0135088b} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15999 | 2024.08.22 02:25:11.762819 [ 3 ] {0d3e639d-c8a3-4566-862e-c4ee0135088b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001396 sec., 58739.25501432664 rows/sec., 3.73 MiB/sec. | ||
16000 | 2024.08.22 02:25:11.763009 [ 3 ] {0d3e639d-c8a3-4566-862e-c4ee0135088b} <Debug> DynamicQueryHandler: Done processing query | ||
16001 | 2024.08.22 02:25:11.763047 [ 3 ] {0d3e639d-c8a3-4566-862e-c4ee0135088b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
16002 | 2024.08.22 02:25:11.763078 [ 3 ] {} <Debug> HTTP-Session: 441c0e2c-511e-4b7d-8f33-17ec51bff461 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16003 | 2024.08.22 02:25:15.128809 [ 61 ] {} <Debug> DNSResolver: Updating DNS cache | ||
16004 | 2024.08.22 02:25:15.128868 [ 61 ] {} <Debug> DNSResolver: Updated DNS cache | ||
16005 | 2024.08.22 02:25:16.761722 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 680, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16006 | 2024.08.22 02:25:16.761865 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16007 | 2024.08.22 02:25:16.761895 [ 3 ] {} <Debug> HTTP-Session: 34304b17-e4d5-4afb-af65-7792c315fdcd Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
16008 | 2024.08.22 02:25:16.761924 [ 3 ] {} <Debug> HTTP-Session: 34304b17-e4d5-4afb-af65-7792c315fdcd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16009 | 2024.08.22 02:25:16.761943 [ 3 ] {} <Debug> HTTP-Session: 34304b17-e4d5-4afb-af65-7792c315fdcd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16010 | 2024.08.22 02:25:16.762001 [ 3 ] {} <Trace> HTTP-Session: 34304b17-e4d5-4afb-af65-7792c315fdcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16011 | 2024.08.22 02:25:16.762205 [ 3 ] {359d72e8-a055-4003-9e9d-475bf968cb99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
16012 | 2024.08.22 02:25:16.762284 [ 3 ] {359d72e8-a055-4003-9e9d-475bf968cb99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
16013 | 2024.08.22 02:25:16.762658 [ 3 ] {359d72e8-a055-4003-9e9d-475bf968cb99} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16014 | 2024.08.22 02:25:16.763071 [ 3 ] {359d72e8-a055-4003-9e9d-475bf968cb99} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16015 | 2024.08.22 02:25:16.763119 [ 3 ] {359d72e8-a055-4003-9e9d-475bf968cb99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.83 GiB. | ||
16016 | 2024.08.22 02:25:16.763543 [ 3 ] {359d72e8-a055-4003-9e9d-475bf968cb99} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
16017 | 2024.08.22 02:25:16.763937 [ 3 ] {359d72e8-a055-4003-9e9d-475bf968cb99} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16018 | 2024.08.22 02:25:16.764127 [ 3 ] {359d72e8-a055-4003-9e9d-475bf968cb99} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001976 sec., 2024.2914979757086 rows/sec., 165.07 KiB/sec. | ||
16019 | 2024.08.22 02:25:16.764349 [ 3 ] {359d72e8-a055-4003-9e9d-475bf968cb99} <Debug> DynamicQueryHandler: Done processing query | ||
16020 | 2024.08.22 02:25:16.764377 [ 3 ] {359d72e8-a055-4003-9e9d-475bf968cb99} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16021 | 2024.08.22 02:25:16.764394 [ 3 ] {} <Debug> HTTP-Session: 34304b17-e4d5-4afb-af65-7792c315fdcd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16022 | 2024.08.22 02:25:16.764678 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 186796, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16023 | 2024.08.22 02:25:16.764733 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16024 | 2024.08.22 02:25:16.764753 [ 3 ] {} <Debug> HTTP-Session: 44aae146-5b9b-4e82-8814-8a13c8efd3f9 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
16025 | 2024.08.22 02:25:16.764772 [ 3 ] {} <Debug> HTTP-Session: 44aae146-5b9b-4e82-8814-8a13c8efd3f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16026 | 2024.08.22 02:25:16.764786 [ 3 ] {} <Debug> HTTP-Session: 44aae146-5b9b-4e82-8814-8a13c8efd3f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16027 | 2024.08.22 02:25:16.764823 [ 3 ] {} <Trace> HTTP-Session: 44aae146-5b9b-4e82-8814-8a13c8efd3f9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16028 | 2024.08.22 02:25:16.765300 [ 3 ] {f5c80714-0bb4-4f83-9edb-80a288e496ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
16029 | 2024.08.22 02:25:16.765351 [ 3 ] {f5c80714-0bb4-4f83-9edb-80a288e496ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
16030 | 2024.08.22 02:25:16.765597 [ 3 ] {f5c80714-0bb4-4f83-9edb-80a288e496ec} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16031 | 2024.08.22 02:25:16.766842 [ 3 ] {f5c80714-0bb4-4f83-9edb-80a288e496ec} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16032 | 2024.08.22 02:25:16.766882 [ 3 ] {f5c80714-0bb4-4f83-9edb-80a288e496ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.83 GiB. | ||
16033 | 2024.08.22 02:25:16.767346 [ 3 ] {f5c80714-0bb4-4f83-9edb-80a288e496ec} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
16034 | 2024.08.22 02:25:16.767737 [ 3 ] {f5c80714-0bb4-4f83-9edb-80a288e496ec} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16035 | 2024.08.22 02:25:16.767907 [ 3 ] {f5c80714-0bb4-4f83-9edb-80a288e496ec} <Debug> executeQuery: Read 1286 rows, 108.92 KiB in 0.002942 sec., 437117.60707002034 rows/sec., 36.15 MiB/sec. | ||
16036 | 2024.08.22 02:25:16.768181 [ 3 ] {f5c80714-0bb4-4f83-9edb-80a288e496ec} <Debug> DynamicQueryHandler: Done processing query | ||
16037 | 2024.08.22 02:25:16.768243 [ 3 ] {f5c80714-0bb4-4f83-9edb-80a288e496ec} <Debug> MemoryTracker: Peak memory usage (for query): 4.99 MiB. | ||
16038 | 2024.08.22 02:25:16.768295 [ 3 ] {} <Debug> HTTP-Session: 44aae146-5b9b-4e82-8814-8a13c8efd3f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16039 | 2024.08.22 02:25:16.768509 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 6924, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16040 | 2024.08.22 02:25:16.768566 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16041 | 2024.08.22 02:25:16.768588 [ 3 ] {} <Debug> HTTP-Session: e8031a36-b6e1-436a-938a-f3bcd63c554a Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
16042 | 2024.08.22 02:25:16.768605 [ 3 ] {} <Debug> HTTP-Session: e8031a36-b6e1-436a-938a-f3bcd63c554a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16043 | 2024.08.22 02:25:16.768619 [ 3 ] {} <Debug> HTTP-Session: e8031a36-b6e1-436a-938a-f3bcd63c554a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16044 | 2024.08.22 02:25:16.768656 [ 3 ] {} <Trace> HTTP-Session: e8031a36-b6e1-436a-938a-f3bcd63c554a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16045 | 2024.08.22 02:25:16.768782 [ 3 ] {2f07a85d-fdfa-400d-abfa-43829adeb639} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
16046 | 2024.08.22 02:25:16.768829 [ 3 ] {2f07a85d-fdfa-400d-abfa-43829adeb639} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
16047 | 2024.08.22 02:25:16.769084 [ 3 ] {2f07a85d-fdfa-400d-abfa-43829adeb639} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16048 | 2024.08.22 02:25:16.769412 [ 3 ] {2f07a85d-fdfa-400d-abfa-43829adeb639} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16049 | 2024.08.22 02:25:16.769450 [ 3 ] {2f07a85d-fdfa-400d-abfa-43829adeb639} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.83 GiB. | ||
16050 | 2024.08.22 02:25:16.769808 [ 3 ] {2f07a85d-fdfa-400d-abfa-43829adeb639} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
16051 | 2024.08.22 02:25:16.770149 [ 3 ] {2f07a85d-fdfa-400d-abfa-43829adeb639} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16052 | 2024.08.22 02:25:16.770309 [ 3 ] {2f07a85d-fdfa-400d-abfa-43829adeb639} <Debug> executeQuery: Read 48 rows, 3.59 KiB in 0.001568 sec., 30612.244897959186 rows/sec., 2.23 MiB/sec. | ||
16053 | 2024.08.22 02:25:16.770575 [ 3 ] {2f07a85d-fdfa-400d-abfa-43829adeb639} <Debug> DynamicQueryHandler: Done processing query | ||
16054 | 2024.08.22 02:25:16.770633 [ 3 ] {2f07a85d-fdfa-400d-abfa-43829adeb639} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
16055 | 2024.08.22 02:25:16.770684 [ 3 ] {} <Debug> HTTP-Session: e8031a36-b6e1-436a-938a-f3bcd63c554a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16056 | 2024.08.22 02:25:16.770896 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 30489, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16057 | 2024.08.22 02:25:16.770950 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16058 | 2024.08.22 02:25:16.770970 [ 3 ] {} <Debug> HTTP-Session: 4165f76f-681a-4a98-9edf-b04d38b0f9d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
16059 | 2024.08.22 02:25:16.770987 [ 3 ] {} <Debug> HTTP-Session: 4165f76f-681a-4a98-9edf-b04d38b0f9d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16060 | 2024.08.22 02:25:16.771002 [ 3 ] {} <Debug> HTTP-Session: 4165f76f-681a-4a98-9edf-b04d38b0f9d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16061 | 2024.08.22 02:25:16.771036 [ 3 ] {} <Trace> HTTP-Session: 4165f76f-681a-4a98-9edf-b04d38b0f9d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16062 | 2024.08.22 02:25:16.771189 [ 3 ] {93430500-a8ef-4003-b394-ae6c6241277e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
16063 | 2024.08.22 02:25:16.771235 [ 3 ] {93430500-a8ef-4003-b394-ae6c6241277e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
16064 | 2024.08.22 02:25:16.771480 [ 3 ] {93430500-a8ef-4003-b394-ae6c6241277e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16065 | 2024.08.22 02:25:16.771901 [ 3 ] {93430500-a8ef-4003-b394-ae6c6241277e} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16066 | 2024.08.22 02:25:16.771939 [ 3 ] {93430500-a8ef-4003-b394-ae6c6241277e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.83 GiB. | ||
16067 | 2024.08.22 02:25:16.772310 [ 3 ] {93430500-a8ef-4003-b394-ae6c6241277e} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
16068 | 2024.08.22 02:25:16.772671 [ 3 ] {93430500-a8ef-4003-b394-ae6c6241277e} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16069 | 2024.08.22 02:25:16.772832 [ 3 ] {93430500-a8ef-4003-b394-ae6c6241277e} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.00171 sec., 133333.33333333334 rows/sec., 9.03 MiB/sec. | ||
16070 | 2024.08.22 02:25:16.773008 [ 3 ] {93430500-a8ef-4003-b394-ae6c6241277e} <Debug> DynamicQueryHandler: Done processing query | ||
16071 | 2024.08.22 02:25:16.773032 [ 3 ] {93430500-a8ef-4003-b394-ae6c6241277e} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
16072 | 2024.08.22 02:25:16.773050 [ 3 ] {} <Debug> HTTP-Session: 4165f76f-681a-4a98-9edf-b04d38b0f9d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16073 | 2024.08.22 02:25:16.773254 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 94031, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16074 | 2024.08.22 02:25:16.773305 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16075 | 2024.08.22 02:25:16.773325 [ 3 ] {} <Debug> HTTP-Session: 5aaca8a2-3f4c-48e6-9eaa-60f91beb4cc2 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
16076 | 2024.08.22 02:25:16.773341 [ 3 ] {} <Debug> HTTP-Session: 5aaca8a2-3f4c-48e6-9eaa-60f91beb4cc2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16077 | 2024.08.22 02:25:16.773355 [ 3 ] {} <Debug> HTTP-Session: 5aaca8a2-3f4c-48e6-9eaa-60f91beb4cc2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16078 | 2024.08.22 02:25:16.773388 [ 3 ] {} <Trace> HTTP-Session: 5aaca8a2-3f4c-48e6-9eaa-60f91beb4cc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16079 | 2024.08.22 02:25:16.773642 [ 3 ] {62fc3a6a-f49f-47b1-b98c-64180cc61305} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
16080 | 2024.08.22 02:25:16.773688 [ 3 ] {62fc3a6a-f49f-47b1-b98c-64180cc61305} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
16081 | 2024.08.22 02:25:16.773915 [ 3 ] {62fc3a6a-f49f-47b1-b98c-64180cc61305} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16082 | 2024.08.22 02:25:16.774681 [ 3 ] {62fc3a6a-f49f-47b1-b98c-64180cc61305} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16083 | 2024.08.22 02:25:16.774720 [ 3 ] {62fc3a6a-f49f-47b1-b98c-64180cc61305} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.83 GiB. | ||
16084 | 2024.08.22 02:25:16.775106 [ 3 ] {62fc3a6a-f49f-47b1-b98c-64180cc61305} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
16085 | 2024.08.22 02:25:16.775459 [ 3 ] {62fc3a6a-f49f-47b1-b98c-64180cc61305} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16086 | 2024.08.22 02:25:16.775623 [ 3 ] {62fc3a6a-f49f-47b1-b98c-64180cc61305} <Debug> executeQuery: Read 568 rows, 43.25 KiB in 0.002132 sec., 266416.5103189493 rows/sec., 19.81 MiB/sec. | ||
16087 | 2024.08.22 02:25:16.775794 [ 3 ] {62fc3a6a-f49f-47b1-b98c-64180cc61305} <Debug> DynamicQueryHandler: Done processing query | ||
16088 | 2024.08.22 02:25:16.775820 [ 3 ] {62fc3a6a-f49f-47b1-b98c-64180cc61305} <Debug> MemoryTracker: Peak memory usage (for query): 4.57 MiB. | ||
16089 | 2024.08.22 02:25:16.775835 [ 3 ] {} <Debug> HTTP-Session: 5aaca8a2-3f4c-48e6-9eaa-60f91beb4cc2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16090 | 2024.08.22 02:25:16.776068 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 160882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16091 | 2024.08.22 02:25:16.776117 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16092 | 2024.08.22 02:25:16.776137 [ 3 ] {} <Debug> HTTP-Session: 4bcb490b-8a4f-4e4c-abfb-532875537f94 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
16093 | 2024.08.22 02:25:16.776153 [ 3 ] {} <Debug> HTTP-Session: 4bcb490b-8a4f-4e4c-abfb-532875537f94 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16094 | 2024.08.22 02:25:16.776168 [ 3 ] {} <Debug> HTTP-Session: 4bcb490b-8a4f-4e4c-abfb-532875537f94 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16095 | 2024.08.22 02:25:16.776200 [ 3 ] {} <Trace> HTTP-Session: 4bcb490b-8a4f-4e4c-abfb-532875537f94 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16096 | 2024.08.22 02:25:16.776621 [ 3 ] {16b16cc3-56e1-4a30-a1be-3752bf178175} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
16097 | 2024.08.22 02:25:16.776671 [ 3 ] {16b16cc3-56e1-4a30-a1be-3752bf178175} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
16098 | 2024.08.22 02:25:16.776816 [ 3 ] {16b16cc3-56e1-4a30-a1be-3752bf178175} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16099 | 2024.08.22 02:25:16.777649 [ 3 ] {16b16cc3-56e1-4a30-a1be-3752bf178175} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16100 | 2024.08.22 02:25:16.777687 [ 3 ] {16b16cc3-56e1-4a30-a1be-3752bf178175} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.83 GiB. | ||
16101 | 2024.08.22 02:25:16.778126 [ 3 ] {16b16cc3-56e1-4a30-a1be-3752bf178175} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
16102 | 2024.08.22 02:25:16.778472 [ 3 ] {16b16cc3-56e1-4a30-a1be-3752bf178175} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16103 | 2024.08.22 02:25:16.778640 [ 3 ] {16b16cc3-56e1-4a30-a1be-3752bf178175} <Debug> executeQuery: Read 846 rows, 58.31 KiB in 0.002299 sec., 367986.08090474125 rows/sec., 24.77 MiB/sec. | ||
16104 | 2024.08.22 02:25:16.778830 [ 3 ] {16b16cc3-56e1-4a30-a1be-3752bf178175} <Debug> DynamicQueryHandler: Done processing query | ||
16105 | 2024.08.22 02:25:16.778856 [ 3 ] {16b16cc3-56e1-4a30-a1be-3752bf178175} <Debug> MemoryTracker: Peak memory usage (for query): 4.66 MiB. | ||
16106 | 2024.08.22 02:25:16.778872 [ 3 ] {} <Debug> HTTP-Session: 4bcb490b-8a4f-4e4c-abfb-532875537f94 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16107 | 2024.08.22 02:25:16.779061 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 71216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16108 | 2024.08.22 02:25:16.779113 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16109 | 2024.08.22 02:25:16.779133 [ 3 ] {} <Debug> HTTP-Session: 62185587-eb00-4304-bc49-ec673bbd3ccd Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
16110 | 2024.08.22 02:25:16.779150 [ 3 ] {} <Debug> HTTP-Session: 62185587-eb00-4304-bc49-ec673bbd3ccd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16111 | 2024.08.22 02:25:16.779164 [ 3 ] {} <Debug> HTTP-Session: 62185587-eb00-4304-bc49-ec673bbd3ccd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16112 | 2024.08.22 02:25:16.779195 [ 3 ] {} <Trace> HTTP-Session: 62185587-eb00-4304-bc49-ec673bbd3ccd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16113 | 2024.08.22 02:25:16.779650 [ 3 ] {f980034b-4964-4825-845f-423877fb7519} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
16114 | 2024.08.22 02:25:16.779715 [ 3 ] {f980034b-4964-4825-845f-423877fb7519} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
16115 | 2024.08.22 02:25:16.780131 [ 3 ] {f980034b-4964-4825-845f-423877fb7519} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16116 | 2024.08.22 02:25:16.780915 [ 3 ] {f980034b-4964-4825-845f-423877fb7519} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16117 | 2024.08.22 02:25:16.780952 [ 3 ] {f980034b-4964-4825-845f-423877fb7519} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.83 GiB. | ||
16118 | 2024.08.22 02:25:16.781607 [ 3 ] {f980034b-4964-4825-845f-423877fb7519} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
16119 | 2024.08.22 02:25:16.782020 [ 3 ] {f980034b-4964-4825-845f-423877fb7519} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16120 | 2024.08.22 02:25:16.782203 [ 3 ] {f980034b-4964-4825-845f-423877fb7519} <Debug> executeQuery: Read 44 rows, 80.74 KiB in 0.002898 sec., 15182.88474810214 rows/sec., 27.21 MiB/sec. | ||
16121 | 2024.08.22 02:25:16.782408 [ 3 ] {f980034b-4964-4825-845f-423877fb7519} <Debug> DynamicQueryHandler: Done processing query | ||
16122 | 2024.08.22 02:25:16.782434 [ 3 ] {f980034b-4964-4825-845f-423877fb7519} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
16123 | 2024.08.22 02:25:16.782450 [ 3 ] {} <Debug> HTTP-Session: 62185587-eb00-4304-bc49-ec673bbd3ccd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16124 | 2024.08.22 02:25:16.782580 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16125 | 2024.08.22 02:25:16.782631 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16126 | 2024.08.22 02:25:16.782651 [ 3 ] {} <Debug> HTTP-Session: 7f338dd3-24f8-4bbe-bce3-f42bc1e3d395 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
16127 | 2024.08.22 02:25:16.782668 [ 3 ] {} <Debug> HTTP-Session: 7f338dd3-24f8-4bbe-bce3-f42bc1e3d395 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16128 | 2024.08.22 02:25:16.782682 [ 3 ] {} <Debug> HTTP-Session: 7f338dd3-24f8-4bbe-bce3-f42bc1e3d395 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16129 | 2024.08.22 02:25:16.782713 [ 3 ] {} <Trace> HTTP-Session: 7f338dd3-24f8-4bbe-bce3-f42bc1e3d395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16130 | 2024.08.22 02:25:16.782828 [ 3 ] {99ed60ab-8b80-47bd-a0bf-adb85056172a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
16131 | 2024.08.22 02:25:16.782874 [ 3 ] {99ed60ab-8b80-47bd-a0bf-adb85056172a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
16132 | 2024.08.22 02:25:16.783001 [ 3 ] {99ed60ab-8b80-47bd-a0bf-adb85056172a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16133 | 2024.08.22 02:25:16.783327 [ 3 ] {99ed60ab-8b80-47bd-a0bf-adb85056172a} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16134 | 2024.08.22 02:25:16.783364 [ 3 ] {99ed60ab-8b80-47bd-a0bf-adb85056172a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.83 GiB. | ||
16135 | 2024.08.22 02:25:16.783722 [ 3 ] {99ed60ab-8b80-47bd-a0bf-adb85056172a} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
16136 | 2024.08.22 02:25:16.784049 [ 3 ] {99ed60ab-8b80-47bd-a0bf-adb85056172a} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16137 | 2024.08.22 02:25:16.784211 [ 3 ] {99ed60ab-8b80-47bd-a0bf-adb85056172a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00142 sec., 42253.52112676056 rows/sec., 2.85 MiB/sec. | ||
16138 | 2024.08.22 02:25:16.784371 [ 3 ] {99ed60ab-8b80-47bd-a0bf-adb85056172a} <Debug> DynamicQueryHandler: Done processing query | ||
16139 | 2024.08.22 02:25:16.784395 [ 3 ] {99ed60ab-8b80-47bd-a0bf-adb85056172a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16140 | 2024.08.22 02:25:16.784411 [ 3 ] {} <Debug> HTTP-Session: 7f338dd3-24f8-4bbe-bce3-f42bc1e3d395 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16141 | 2024.08.22 02:25:21.736725 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 363, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16142 | 2024.08.22 02:25:21.736927 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16143 | 2024.08.22 02:25:21.736975 [ 3 ] {} <Debug> HTTP-Session: 27777c57-7675-4ddc-8479-ef69a0f6ebef Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
16144 | 2024.08.22 02:25:21.737017 [ 3 ] {} <Debug> HTTP-Session: 27777c57-7675-4ddc-8479-ef69a0f6ebef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16145 | 2024.08.22 02:25:21.737047 [ 3 ] {} <Debug> HTTP-Session: 27777c57-7675-4ddc-8479-ef69a0f6ebef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16146 | 2024.08.22 02:25:21.737128 [ 3 ] {} <Trace> HTTP-Session: 27777c57-7675-4ddc-8479-ef69a0f6ebef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16147 | 2024.08.22 02:25:21.737413 [ 3 ] {8604e6fa-9132-4cae-861b-171c9cf86256} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
16148 | 2024.08.22 02:25:21.737575 [ 3 ] {8604e6fa-9132-4cae-861b-171c9cf86256} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
16149 | 2024.08.22 02:25:21.738013 [ 3 ] {8604e6fa-9132-4cae-861b-171c9cf86256} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16150 | 2024.08.22 02:25:21.738478 [ 3 ] {8604e6fa-9132-4cae-861b-171c9cf86256} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16151 | 2024.08.22 02:25:21.738531 [ 3 ] {8604e6fa-9132-4cae-861b-171c9cf86256} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.82 GiB. | ||
16152 | 2024.08.22 02:25:21.738962 [ 3 ] {8604e6fa-9132-4cae-861b-171c9cf86256} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
16153 | 2024.08.22 02:25:21.739341 [ 3 ] {8604e6fa-9132-4cae-861b-171c9cf86256} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16154 | 2024.08.22 02:25:21.739538 [ 3 ] {8604e6fa-9132-4cae-861b-171c9cf86256} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002209 sec., 905.3870529651426 rows/sec., 73.83 KiB/sec. | ||
16155 | 2024.08.22 02:25:21.739535 [ 59 ] {} <Debug> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d) (MergerMutator): Selected 6 parts from all_1_34_7 to all_39_39_0 | ||
16156 | 2024.08.22 02:25:21.739656 [ 59 ] {} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16157 | 2024.08.22 02:25:21.739706 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.82 GiB. | ||
16158 | 2024.08.22 02:25:21.739897 [ 3 ] {8604e6fa-9132-4cae-861b-171c9cf86256} <Debug> DynamicQueryHandler: Done processing query | ||
16159 | 2024.08.22 02:25:21.739975 [ 190 ] {cdab0789-df43-4ed0-9b00-f6a2b630ca3d::all_1_39_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_34_7 to all_39_39_0 into Compact with storage Full | ||
16160 | 2024.08.22 02:25:21.740000 [ 3 ] {8604e6fa-9132-4cae-861b-171c9cf86256} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16161 | 2024.08.22 02:25:21.740101 [ 3 ] {} <Debug> HTTP-Session: 27777c57-7675-4ddc-8479-ef69a0f6ebef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16162 | 2024.08.22 02:25:21.740513 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 29106, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16163 | 2024.08.22 02:25:21.740514 [ 190 ] {cdab0789-df43-4ed0-9b00-f6a2b630ca3d::all_1_39_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16164 | 2024.08.22 02:25:21.740618 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16165 | 2024.08.22 02:25:21.740621 [ 190 ] {cdab0789-df43-4ed0-9b00-f6a2b630ca3d::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_34_7, total 19 rows starting from the beginning of the part | ||
16166 | 2024.08.22 02:25:21.740662 [ 3 ] {} <Debug> HTTP-Session: d3cbda1a-c7c7-4c3c-94bb-133f1f177375 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
16167 | 2024.08.22 02:25:21.740701 [ 3 ] {} <Debug> HTTP-Session: d3cbda1a-c7c7-4c3c-94bb-133f1f177375 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16168 | 2024.08.22 02:25:21.740750 [ 3 ] {} <Debug> HTTP-Session: d3cbda1a-c7c7-4c3c-94bb-133f1f177375 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16169 | 2024.08.22 02:25:21.740893 [ 3 ] {} <Trace> HTTP-Session: d3cbda1a-c7c7-4c3c-94bb-133f1f177375 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16170 | 2024.08.22 02:25:21.740884 [ 190 ] {cdab0789-df43-4ed0-9b00-f6a2b630ca3d::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1 rows starting from the beginning of the part | ||
16171 | 2024.08.22 02:25:21.741222 [ 190 ] {cdab0789-df43-4ed0-9b00-f6a2b630ca3d::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 2 rows starting from the beginning of the part | ||
16172 | 2024.08.22 02:25:21.741415 [ 3 ] {2c26550b-0d3b-4caa-8dbb-1ed27b8a3c2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
16173 | 2024.08.22 02:25:21.741513 [ 190 ] {cdab0789-df43-4ed0-9b00-f6a2b630ca3d::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 4 rows starting from the beginning of the part | ||
16174 | 2024.08.22 02:25:21.741570 [ 3 ] {2c26550b-0d3b-4caa-8dbb-1ed27b8a3c2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
16175 | 2024.08.22 02:25:21.741867 [ 190 ] {cdab0789-df43-4ed0-9b00-f6a2b630ca3d::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 4 rows starting from the beginning of the part | ||
16176 | 2024.08.22 02:25:21.742177 [ 190 ] {cdab0789-df43-4ed0-9b00-f6a2b630ca3d::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 2 rows starting from the beginning of the part | ||
16177 | 2024.08.22 02:25:21.742966 [ 3 ] {2c26550b-0d3b-4caa-8dbb-1ed27b8a3c2d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16178 | 2024.08.22 02:25:21.744172 [ 3 ] {2c26550b-0d3b-4caa-8dbb-1ed27b8a3c2d} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16179 | 2024.08.22 02:25:21.744240 [ 3 ] {2c26550b-0d3b-4caa-8dbb-1ed27b8a3c2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.82 GiB. | ||
16180 | 2024.08.22 02:25:21.745056 [ 190 ] {cdab0789-df43-4ed0-9b00-f6a2b630ca3d::all_1_39_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 5 columns (5 merged, 0 gathered) in 0.005253962 sec., 6090.641690975306 rows/sec., 514.86 KiB/sec. | ||
16181 | 2024.08.22 02:25:21.745271 [ 190 ] {cdab0789-df43-4ed0-9b00-f6a2b630ca3d::all_1_39_8} <Trace> MergedBlockOutputStream: filled checksums all_1_39_8 (state Temporary) | ||
16182 | 2024.08.22 02:25:21.745330 [ 3 ] {2c26550b-0d3b-4caa-8dbb-1ed27b8a3c2d} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
16183 | 2024.08.22 02:25:21.746521 [ 190 ] {cdab0789-df43-4ed0-9b00-f6a2b630ca3d::all_1_39_8} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d): Renaming temporary part tmp_merge_all_1_39_8 to all_1_39_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16184 | 2024.08.22 02:25:21.746571 [ 3 ] {2c26550b-0d3b-4caa-8dbb-1ed27b8a3c2d} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16185 | 2024.08.22 02:25:21.746687 [ 190 ] {cdab0789-df43-4ed0-9b00-f6a2b630ca3d::all_1_39_8} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d) (MergerMutator): Merged 6 parts: [all_1_34_7, all_39_39_0] -> all_1_39_8 | ||
16186 | 2024.08.22 02:25:21.746936 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
16187 | 2024.08.22 02:25:21.746964 [ 3 ] {2c26550b-0d3b-4caa-8dbb-1ed27b8a3c2d} <Debug> executeQuery: Read 194 rows, 17.32 KiB in 0.005788 sec., 33517.62266758811 rows/sec., 2.92 MiB/sec. | ||
16188 | 2024.08.22 02:25:21.747051 [ 59 ] {} <Debug> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
16189 | 2024.08.22 02:25:21.747185 [ 59 ] {} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16190 | 2024.08.22 02:25:21.747258 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.82 GiB. | ||
16191 | 2024.08.22 02:25:21.747386 [ 3 ] {2c26550b-0d3b-4caa-8dbb-1ed27b8a3c2d} <Debug> DynamicQueryHandler: Done processing query | ||
16192 | 2024.08.22 02:25:21.747470 [ 3 ] {2c26550b-0d3b-4caa-8dbb-1ed27b8a3c2d} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
16193 | 2024.08.22 02:25:21.747547 [ 3 ] {} <Debug> HTTP-Session: d3cbda1a-c7c7-4c3c-94bb-133f1f177375 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16194 | 2024.08.22 02:25:21.747610 [ 193 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
16195 | 2024.08.22 02:25:21.747827 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 613, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16196 | 2024.08.22 02:25:21.748043 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16197 | 2024.08.22 02:25:21.748146 [ 3 ] {} <Debug> HTTP-Session: a2ff3824-ddca-40f1-8338-337292248d65 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
16198 | 2024.08.22 02:25:21.748242 [ 3 ] {} <Debug> HTTP-Session: a2ff3824-ddca-40f1-8338-337292248d65 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16199 | 2024.08.22 02:25:21.748266 [ 193 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16200 | 2024.08.22 02:25:21.748323 [ 3 ] {} <Debug> HTTP-Session: a2ff3824-ddca-40f1-8338-337292248d65 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16201 | 2024.08.22 02:25:21.748374 [ 193 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1436 rows starting from the beginning of the part | ||
16202 | 2024.08.22 02:25:21.748521 [ 3 ] {} <Trace> HTTP-Session: a2ff3824-ddca-40f1-8338-337292248d65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16203 | 2024.08.22 02:25:21.748840 [ 193 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 193 rows starting from the beginning of the part | ||
16204 | 2024.08.22 02:25:21.748958 [ 3 ] {47e56525-6fd1-4cd2-9e9b-dc0ced7566e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
16205 | 2024.08.22 02:25:21.749135 [ 3 ] {47e56525-6fd1-4cd2-9e9b-dc0ced7566e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
16206 | 2024.08.22 02:25:21.749192 [ 193 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 144 rows starting from the beginning of the part | ||
16207 | 2024.08.22 02:25:21.749558 [ 193 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 195 rows starting from the beginning of the part | ||
16208 | 2024.08.22 02:25:21.749932 [ 193 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 1286 rows starting from the beginning of the part | ||
16209 | 2024.08.22 02:25:21.750358 [ 193 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 194 rows starting from the beginning of the part | ||
16210 | 2024.08.22 02:25:21.751010 [ 3 ] {47e56525-6fd1-4cd2-9e9b-dc0ced7566e5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16211 | 2024.08.22 02:25:21.751743 [ 3 ] {47e56525-6fd1-4cd2-9e9b-dc0ced7566e5} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16212 | 2024.08.22 02:25:21.751792 [ 3 ] {47e56525-6fd1-4cd2-9e9b-dc0ced7566e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.82 GiB. | ||
16213 | 2024.08.22 02:25:21.752736 [ 3 ] {47e56525-6fd1-4cd2-9e9b-dc0ced7566e5} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
16214 | 2024.08.22 02:25:21.753351 [ 3 ] {47e56525-6fd1-4cd2-9e9b-dc0ced7566e5} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16215 | 2024.08.22 02:25:21.753625 [ 3 ] {47e56525-6fd1-4cd2-9e9b-dc0ced7566e5} <Debug> executeQuery: Read 4 rows, 297.00 B in 0.004767 sec., 839.1021606880637 rows/sec., 60.84 KiB/sec. | ||
16216 | 2024.08.22 02:25:21.754109 [ 3 ] {47e56525-6fd1-4cd2-9e9b-dc0ced7566e5} <Debug> DynamicQueryHandler: Done processing query | ||
16217 | 2024.08.22 02:25:21.754151 [ 3 ] {47e56525-6fd1-4cd2-9e9b-dc0ced7566e5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16218 | 2024.08.22 02:25:21.754172 [ 187 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3448 rows, containing 5 columns (5 merged, 0 gathered) in 0.006783078 sec., 508323.80226204096 rows/sec., 44.59 MiB/sec. | ||
16219 | 2024.08.22 02:25:21.754192 [ 3 ] {} <Debug> HTTP-Session: a2ff3824-ddca-40f1-8338-337292248d65 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16220 | 2024.08.22 02:25:21.754443 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16221 | 2024.08.22 02:25:21.754499 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16222 | 2024.08.22 02:25:21.754509 [ 192 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
16223 | 2024.08.22 02:25:21.754519 [ 3 ] {} <Debug> HTTP-Session: 7469ca89-f031-4347-b25b-5f243e3e260a Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
16224 | 2024.08.22 02:25:21.754548 [ 3 ] {} <Debug> HTTP-Session: 7469ca89-f031-4347-b25b-5f243e3e260a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16225 | 2024.08.22 02:25:21.754571 [ 3 ] {} <Debug> HTTP-Session: 7469ca89-f031-4347-b25b-5f243e3e260a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16226 | 2024.08.22 02:25:21.754615 [ 3 ] {} <Trace> HTTP-Session: 7469ca89-f031-4347-b25b-5f243e3e260a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16227 | 2024.08.22 02:25:21.754737 [ 3 ] {e3742df4-dd3e-4915-89b9-8f2b34a2c20f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
16228 | 2024.08.22 02:25:21.754818 [ 3 ] {e3742df4-dd3e-4915-89b9-8f2b34a2c20f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
16229 | 2024.08.22 02:25:21.755204 [ 192 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_86_17} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16230 | 2024.08.22 02:25:21.755257 [ 3 ] {e3742df4-dd3e-4915-89b9-8f2b34a2c20f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16231 | 2024.08.22 02:25:21.755326 [ 192 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_86_17} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
16232 | 2024.08.22 02:25:21.755427 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
16233 | 2024.08.22 02:25:21.755607 [ 3 ] {e3742df4-dd3e-4915-89b9-8f2b34a2c20f} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16234 | 2024.08.22 02:25:21.755644 [ 3 ] {e3742df4-dd3e-4915-89b9-8f2b34a2c20f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.82 GiB. | ||
16235 | 2024.08.22 02:25:21.756005 [ 3 ] {e3742df4-dd3e-4915-89b9-8f2b34a2c20f} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
16236 | 2024.08.22 02:25:21.756363 [ 3 ] {e3742df4-dd3e-4915-89b9-8f2b34a2c20f} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16237 | 2024.08.22 02:25:21.756537 [ 3 ] {e3742df4-dd3e-4915-89b9-8f2b34a2c20f} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001831 sec., 7646.095030038231 rows/sec., 535.48 KiB/sec. | ||
16238 | 2024.08.22 02:25:21.756704 [ 3 ] {e3742df4-dd3e-4915-89b9-8f2b34a2c20f} <Debug> DynamicQueryHandler: Done processing query | ||
16239 | 2024.08.22 02:25:21.756729 [ 3 ] {e3742df4-dd3e-4915-89b9-8f2b34a2c20f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
16240 | 2024.08.22 02:25:21.756745 [ 3 ] {} <Debug> HTTP-Session: 7469ca89-f031-4347-b25b-5f243e3e260a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16241 | 2024.08.22 02:25:21.756920 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16242 | 2024.08.22 02:25:21.756968 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16243 | 2024.08.22 02:25:21.756988 [ 3 ] {} <Debug> HTTP-Session: c1bc5459-4804-41ac-801e-d219830d84d6 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
16244 | 2024.08.22 02:25:21.757004 [ 3 ] {} <Debug> HTTP-Session: c1bc5459-4804-41ac-801e-d219830d84d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16245 | 2024.08.22 02:25:21.757018 [ 3 ] {} <Debug> HTTP-Session: c1bc5459-4804-41ac-801e-d219830d84d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16246 | 2024.08.22 02:25:21.757048 [ 3 ] {} <Trace> HTTP-Session: c1bc5459-4804-41ac-801e-d219830d84d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16247 | 2024.08.22 02:25:21.757142 [ 3 ] {967815ae-b061-4d39-9cec-b7e131001c67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
16248 | 2024.08.22 02:25:21.757186 [ 3 ] {967815ae-b061-4d39-9cec-b7e131001c67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
16249 | 2024.08.22 02:25:21.757411 [ 3 ] {967815ae-b061-4d39-9cec-b7e131001c67} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16250 | 2024.08.22 02:25:21.757680 [ 3 ] {967815ae-b061-4d39-9cec-b7e131001c67} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16251 | 2024.08.22 02:25:21.757716 [ 3 ] {967815ae-b061-4d39-9cec-b7e131001c67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.82 GiB. | ||
16252 | 2024.08.22 02:25:21.758063 [ 3 ] {967815ae-b061-4d39-9cec-b7e131001c67} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
16253 | 2024.08.22 02:25:21.758425 [ 3 ] {967815ae-b061-4d39-9cec-b7e131001c67} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16254 | 2024.08.22 02:25:21.758586 [ 3 ] {967815ae-b061-4d39-9cec-b7e131001c67} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001459 sec., 4112.40575736806 rows/sec., 242.97 KiB/sec. | ||
16255 | 2024.08.22 02:25:21.758896 [ 3 ] {967815ae-b061-4d39-9cec-b7e131001c67} <Debug> DynamicQueryHandler: Done processing query | ||
16256 | 2024.08.22 02:25:21.758944 [ 3 ] {967815ae-b061-4d39-9cec-b7e131001c67} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16257 | 2024.08.22 02:25:21.758976 [ 3 ] {} <Debug> HTTP-Session: c1bc5459-4804-41ac-801e-d219830d84d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16258 | 2024.08.22 02:25:21.759143 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 62443, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16259 | 2024.08.22 02:25:21.759192 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16260 | 2024.08.22 02:25:21.759210 [ 3 ] {} <Debug> HTTP-Session: 3c3077dc-11e0-495f-bfc7-46a570591e8a Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
16261 | 2024.08.22 02:25:21.759228 [ 3 ] {} <Debug> HTTP-Session: 3c3077dc-11e0-495f-bfc7-46a570591e8a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16262 | 2024.08.22 02:25:21.759242 [ 3 ] {} <Debug> HTTP-Session: 3c3077dc-11e0-495f-bfc7-46a570591e8a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16263 | 2024.08.22 02:25:21.759273 [ 3 ] {} <Trace> HTTP-Session: 3c3077dc-11e0-495f-bfc7-46a570591e8a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16264 | 2024.08.22 02:25:21.759532 [ 3 ] {ce691662-ff7c-4a93-b12d-cf6d31c39242} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
16265 | 2024.08.22 02:25:21.759577 [ 3 ] {ce691662-ff7c-4a93-b12d-cf6d31c39242} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
16266 | 2024.08.22 02:25:21.759816 [ 3 ] {ce691662-ff7c-4a93-b12d-cf6d31c39242} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16267 | 2024.08.22 02:25:21.760409 [ 3 ] {ce691662-ff7c-4a93-b12d-cf6d31c39242} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16268 | 2024.08.22 02:25:21.760447 [ 3 ] {ce691662-ff7c-4a93-b12d-cf6d31c39242} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.82 GiB. | ||
16269 | 2024.08.22 02:25:21.760819 [ 3 ] {ce691662-ff7c-4a93-b12d-cf6d31c39242} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
16270 | 2024.08.22 02:25:21.761169 [ 3 ] {ce691662-ff7c-4a93-b12d-cf6d31c39242} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16271 | 2024.08.22 02:25:21.761326 [ 3 ] {ce691662-ff7c-4a93-b12d-cf6d31c39242} <Debug> executeQuery: Read 386 rows, 28.00 KiB in 0.00195 sec., 197948.71794871797 rows/sec., 14.02 MiB/sec. | ||
16272 | 2024.08.22 02:25:21.761354 [ 59 ] {} <Debug> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
16273 | 2024.08.22 02:25:21.761464 [ 59 ] {} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16274 | 2024.08.22 02:25:21.761537 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.82 GiB. | ||
16275 | 2024.08.22 02:25:21.761659 [ 3 ] {ce691662-ff7c-4a93-b12d-cf6d31c39242} <Debug> DynamicQueryHandler: Done processing query | ||
16276 | 2024.08.22 02:25:21.761735 [ 3 ] {ce691662-ff7c-4a93-b12d-cf6d31c39242} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
16277 | 2024.08.22 02:25:21.761807 [ 3 ] {} <Debug> HTTP-Session: 3c3077dc-11e0-495f-bfc7-46a570591e8a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16278 | 2024.08.22 02:25:21.761929 [ 199 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
16279 | 2024.08.22 02:25:21.762096 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16280 | 2024.08.22 02:25:21.762259 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16281 | 2024.08.22 02:25:21.762343 [ 3 ] {} <Debug> HTTP-Session: f8a29acd-daae-4f81-9f12-9c6acd57455f Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
16282 | 2024.08.22 02:25:21.762418 [ 3 ] {} <Debug> HTTP-Session: f8a29acd-daae-4f81-9f12-9c6acd57455f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16283 | 2024.08.22 02:25:21.762486 [ 3 ] {} <Debug> HTTP-Session: f8a29acd-daae-4f81-9f12-9c6acd57455f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16284 | 2024.08.22 02:25:21.762624 [ 3 ] {} <Trace> HTTP-Session: f8a29acd-daae-4f81-9f12-9c6acd57455f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16285 | 2024.08.22 02:25:21.762981 [ 3 ] {b55e374c-a9f2-4488-89e9-4af403f4fe29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
16286 | 2024.08.22 02:25:21.763096 [ 199 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16287 | 2024.08.22 02:25:21.763166 [ 3 ] {b55e374c-a9f2-4488-89e9-4af403f4fe29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
16288 | 2024.08.22 02:25:21.763343 [ 199 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 942 rows starting from the beginning of the part | ||
16289 | 2024.08.22 02:25:21.763766 [ 199 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 384 rows starting from the beginning of the part | ||
16290 | 2024.08.22 02:25:21.764169 [ 199 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 108 rows starting from the beginning of the part | ||
16291 | 2024.08.22 02:25:21.764278 [ 3 ] {b55e374c-a9f2-4488-89e9-4af403f4fe29} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16292 | 2024.08.22 02:25:21.764531 [ 199 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 388 rows starting from the beginning of the part | ||
16293 | 2024.08.22 02:25:21.764851 [ 199 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 568 rows starting from the beginning of the part | ||
16294 | 2024.08.22 02:25:21.765224 [ 199 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 386 rows starting from the beginning of the part | ||
16295 | 2024.08.22 02:25:21.765801 [ 3 ] {b55e374c-a9f2-4488-89e9-4af403f4fe29} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16296 | 2024.08.22 02:25:21.765909 [ 3 ] {b55e374c-a9f2-4488-89e9-4af403f4fe29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.82 GiB. | ||
16297 | 2024.08.22 02:25:21.766736 [ 3 ] {b55e374c-a9f2-4488-89e9-4af403f4fe29} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
16298 | 2024.08.22 02:25:21.767637 [ 3 ] {b55e374c-a9f2-4488-89e9-4af403f4fe29} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16299 | 2024.08.22 02:25:21.768033 [ 3 ] {b55e374c-a9f2-4488-89e9-4af403f4fe29} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005192 sec., 1155.6240369799693 rows/sec., 60.38 KiB/sec. | ||
16300 | 2024.08.22 02:25:21.768324 [ 3 ] {b55e374c-a9f2-4488-89e9-4af403f4fe29} <Debug> DynamicQueryHandler: Done processing query | ||
16301 | 2024.08.22 02:25:21.768355 [ 3 ] {b55e374c-a9f2-4488-89e9-4af403f4fe29} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
16302 | 2024.08.22 02:25:21.768372 [ 3 ] {} <Debug> HTTP-Session: f8a29acd-daae-4f81-9f12-9c6acd57455f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16303 | 2024.08.22 02:25:21.768633 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 44791, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16304 | 2024.08.22 02:25:21.768752 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16305 | 2024.08.22 02:25:21.768754 [ 202 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2776 rows, containing 5 columns (5 merged, 0 gathered) in 0.007088929 sec., 391596.53030803386 rows/sec., 29.88 MiB/sec. | ||
16306 | 2024.08.22 02:25:21.768780 [ 3 ] {} <Debug> HTTP-Session: 334b5095-462b-4dba-8bc3-3b6614575953 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
16307 | 2024.08.22 02:25:21.768825 [ 3 ] {} <Debug> HTTP-Session: 334b5095-462b-4dba-8bc3-3b6614575953 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16308 | 2024.08.22 02:25:21.768846 [ 3 ] {} <Debug> HTTP-Session: 334b5095-462b-4dba-8bc3-3b6614575953 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16309 | 2024.08.22 02:25:21.768885 [ 3 ] {} <Trace> HTTP-Session: 334b5095-462b-4dba-8bc3-3b6614575953 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16310 | 2024.08.22 02:25:21.769027 [ 202 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
16311 | 2024.08.22 02:25:21.769246 [ 3 ] {bd30b887-905d-4ae8-b3a1-7bd5fbacc62b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
16312 | 2024.08.22 02:25:21.769477 [ 3 ] {bd30b887-905d-4ae8-b3a1-7bd5fbacc62b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
16313 | 2024.08.22 02:25:21.769999 [ 3 ] {bd30b887-905d-4ae8-b3a1-7bd5fbacc62b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16314 | 2024.08.22 02:25:21.770064 [ 202 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_86_17} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16315 | 2024.08.22 02:25:21.770252 [ 202 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_86_17} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
16316 | 2024.08.22 02:25:21.770367 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. | ||
16317 | 2024.08.22 02:25:21.770636 [ 3 ] {bd30b887-905d-4ae8-b3a1-7bd5fbacc62b} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16318 | 2024.08.22 02:25:21.770680 [ 3 ] {bd30b887-905d-4ae8-b3a1-7bd5fbacc62b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.82 GiB. | ||
16319 | 2024.08.22 02:25:21.771085 [ 3 ] {bd30b887-905d-4ae8-b3a1-7bd5fbacc62b} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
16320 | 2024.08.22 02:25:21.771439 [ 3 ] {bd30b887-905d-4ae8-b3a1-7bd5fbacc62b} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16321 | 2024.08.22 02:25:21.771595 [ 3 ] {bd30b887-905d-4ae8-b3a1-7bd5fbacc62b} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.002571 sec., 92570.98405289771 rows/sec., 6.21 MiB/sec. | ||
16322 | 2024.08.22 02:25:21.771617 [ 59 ] {} <Debug> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
16323 | 2024.08.22 02:25:21.771698 [ 59 ] {} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16324 | 2024.08.22 02:25:21.771744 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.82 GiB. | ||
16325 | 2024.08.22 02:25:21.771904 [ 195 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
16326 | 2024.08.22 02:25:21.771904 [ 3 ] {bd30b887-905d-4ae8-b3a1-7bd5fbacc62b} <Debug> DynamicQueryHandler: Done processing query | ||
16327 | 2024.08.22 02:25:21.771968 [ 3 ] {bd30b887-905d-4ae8-b3a1-7bd5fbacc62b} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
16328 | 2024.08.22 02:25:21.772011 [ 3 ] {} <Debug> HTTP-Session: 334b5095-462b-4dba-8bc3-3b6614575953 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16329 | 2024.08.22 02:25:21.772128 [ 195 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16330 | 2024.08.22 02:25:21.772167 [ 195 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_81_16, total 25682 rows starting from the beginning of the part | ||
16331 | 2024.08.22 02:25:21.772207 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16332 | 2024.08.22 02:25:21.772363 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16333 | 2024.08.22 02:25:21.772406 [ 195 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 237 rows starting from the beginning of the part | ||
16334 | 2024.08.22 02:25:21.772456 [ 3 ] {} <Debug> HTTP-Session: 6f3f38bd-e24c-4841-8d06-d9b540a732a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
16335 | 2024.08.22 02:25:21.772520 [ 3 ] {} <Debug> HTTP-Session: 6f3f38bd-e24c-4841-8d06-d9b540a732a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16336 | 2024.08.22 02:25:21.772590 [ 3 ] {} <Debug> HTTP-Session: 6f3f38bd-e24c-4841-8d06-d9b540a732a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16337 | 2024.08.22 02:25:21.772738 [ 3 ] {} <Trace> HTTP-Session: 6f3f38bd-e24c-4841-8d06-d9b540a732a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16338 | 2024.08.22 02:25:21.772758 [ 195 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 160 rows starting from the beginning of the part | ||
16339 | 2024.08.22 02:25:21.773086 [ 195 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 239 rows starting from the beginning of the part | ||
16340 | 2024.08.22 02:25:21.773098 [ 3 ] {d75f641a-37e0-4ae8-9002-78ee45ee8848} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
16341 | 2024.08.22 02:25:21.773272 [ 3 ] {d75f641a-37e0-4ae8-9002-78ee45ee8848} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
16342 | 2024.08.22 02:25:21.773442 [ 195 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 846 rows starting from the beginning of the part | ||
16343 | 2024.08.22 02:25:21.773808 [ 195 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 238 rows starting from the beginning of the part | ||
16344 | 2024.08.22 02:25:21.774490 [ 3 ] {d75f641a-37e0-4ae8-9002-78ee45ee8848} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16345 | 2024.08.22 02:25:21.775165 [ 3 ] {d75f641a-37e0-4ae8-9002-78ee45ee8848} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16346 | 2024.08.22 02:25:21.775208 [ 3 ] {d75f641a-37e0-4ae8-9002-78ee45ee8848} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.82 GiB. | ||
16347 | 2024.08.22 02:25:21.775626 [ 3 ] {d75f641a-37e0-4ae8-9002-78ee45ee8848} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
16348 | 2024.08.22 02:25:21.776108 [ 3 ] {d75f641a-37e0-4ae8-9002-78ee45ee8848} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16349 | 2024.08.22 02:25:21.776362 [ 59 ] {} <Debug> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
16350 | 2024.08.22 02:25:21.776448 [ 59 ] {} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16351 | 2024.08.22 02:25:21.776522 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.82 GiB. | ||
16352 | 2024.08.22 02:25:21.776539 [ 3 ] {d75f641a-37e0-4ae8-9002-78ee45ee8848} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003547 sec., 281.928390188892 rows/sec., 19.00 KiB/sec. | ||
16353 | 2024.08.22 02:25:21.777019 [ 187 ] {8761962f-4035-44a8-816e-471719dde5c7::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 | ||
16354 | 2024.08.22 02:25:21.777282 [ 3 ] {d75f641a-37e0-4ae8-9002-78ee45ee8848} <Debug> DynamicQueryHandler: Done processing query | ||
16355 | 2024.08.22 02:25:21.777374 [ 3 ] {d75f641a-37e0-4ae8-9002-78ee45ee8848} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
16356 | 2024.08.22 02:25:21.777467 [ 3 ] {} <Debug> HTTP-Session: 6f3f38bd-e24c-4841-8d06-d9b540a732a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16357 | 2024.08.22 02:25:21.777623 [ 187 ] {8761962f-4035-44a8-816e-471719dde5c7::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16358 | 2024.08.22 02:25:21.777671 [ 187 ] {8761962f-4035-44a8-816e-471719dde5c7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 36 rows starting from the beginning of the part | ||
16359 | 2024.08.22 02:25:21.777743 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 3336, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16360 | 2024.08.22 02:25:21.777906 [ 187 ] {8761962f-4035-44a8-816e-471719dde5c7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 1 rows starting from the beginning of the part | ||
16361 | 2024.08.22 02:25:21.777925 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16362 | 2024.08.22 02:25:21.778048 [ 3 ] {} <Debug> HTTP-Session: 64d4ece8-f6f1-402e-a824-8f6c84c5b1d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
16363 | 2024.08.22 02:25:21.778149 [ 3 ] {} <Debug> HTTP-Session: 64d4ece8-f6f1-402e-a824-8f6c84c5b1d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16364 | 2024.08.22 02:25:21.778210 [ 3 ] {} <Debug> HTTP-Session: 64d4ece8-f6f1-402e-a824-8f6c84c5b1d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16365 | 2024.08.22 02:25:21.778240 [ 187 ] {8761962f-4035-44a8-816e-471719dde5c7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 1 rows starting from the beginning of the part | ||
16366 | 2024.08.22 02:25:21.778425 [ 3 ] {} <Trace> HTTP-Session: 64d4ece8-f6f1-402e-a824-8f6c84c5b1d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16367 | 2024.08.22 02:25:21.778588 [ 187 ] {8761962f-4035-44a8-816e-471719dde5c7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 1 rows starting from the beginning of the part | ||
16368 | 2024.08.22 02:25:21.778870 [ 3 ] {72c498bf-45ca-4d47-82e6-58f17550d796} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
16369 | 2024.08.22 02:25:21.778948 [ 187 ] {8761962f-4035-44a8-816e-471719dde5c7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 1 rows starting from the beginning of the part | ||
16370 | 2024.08.22 02:25:21.779330 [ 3 ] {72c498bf-45ca-4d47-82e6-58f17550d796} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
16371 | 2024.08.22 02:25:21.779444 [ 187 ] {8761962f-4035-44a8-816e-471719dde5c7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 1 rows starting from the beginning of the part | ||
16372 | 2024.08.22 02:25:21.782812 [ 3 ] {72c498bf-45ca-4d47-82e6-58f17550d796} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16373 | 2024.08.22 02:25:21.784861 [ 196 ] {8761962f-4035-44a8-816e-471719dde5c7::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41 rows, containing 4 columns (4 merged, 0 gathered) in 0.008211774 sec., 4992.83102530586 rows/sec., 335.96 KiB/sec. | ||
16374 | 2024.08.22 02:25:21.785247 [ 188 ] {8761962f-4035-44a8-816e-471719dde5c7::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
16375 | 2024.08.22 02:25:21.785362 [ 196 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27402 rows, containing 5 columns (5 merged, 0 gathered) in 0.013535216 sec., 2024496.6907066721 rows/sec., 136.85 MiB/sec. | ||
16376 | 2024.08.22 02:25:21.785460 [ 3 ] {72c498bf-45ca-4d47-82e6-58f17550d796} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16377 | 2024.08.22 02:25:21.785504 [ 3 ] {72c498bf-45ca-4d47-82e6-58f17550d796} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.82 GiB. | ||
16378 | 2024.08.22 02:25:21.785756 [ 196 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
16379 | 2024.08.22 02:25:21.786260 [ 188 ] {8761962f-4035-44a8-816e-471719dde5c7::all_1_41_8} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16380 | 2024.08.22 02:25:21.786628 [ 188 ] {8761962f-4035-44a8-816e-471719dde5c7::all_1_41_8} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
16381 | 2024.08.22 02:25:21.786816 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
16382 | 2024.08.22 02:25:21.786982 [ 196 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16383 | 2024.08.22 02:25:21.787101 [ 196 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
16384 | 2024.08.22 02:25:21.787155 [ 3 ] {72c498bf-45ca-4d47-82e6-58f17550d796} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
16385 | 2024.08.22 02:25:21.787208 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.36 MiB. | ||
16386 | 2024.08.22 02:25:21.787613 [ 3 ] {72c498bf-45ca-4d47-82e6-58f17550d796} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16387 | 2024.08.22 02:25:21.787818 [ 3 ] {72c498bf-45ca-4d47-82e6-58f17550d796} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.009133 sec., 218.98609438300667 rows/sec., 401.83 KiB/sec. | ||
16388 | 2024.08.22 02:25:21.788372 [ 3 ] {72c498bf-45ca-4d47-82e6-58f17550d796} <Debug> DynamicQueryHandler: Done processing query | ||
16389 | 2024.08.22 02:25:21.788433 [ 3 ] {72c498bf-45ca-4d47-82e6-58f17550d796} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
16390 | 2024.08.22 02:25:21.788483 [ 3 ] {} <Debug> HTTP-Session: 64d4ece8-f6f1-402e-a824-8f6c84c5b1d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16391 | 2024.08.22 02:25:21.788635 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 12133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16392 | 2024.08.22 02:25:21.788686 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16393 | 2024.08.22 02:25:21.788705 [ 3 ] {} <Debug> HTTP-Session: 437e2fbf-0f7e-4e12-b96e-55725be027a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
16394 | 2024.08.22 02:25:21.788721 [ 3 ] {} <Debug> HTTP-Session: 437e2fbf-0f7e-4e12-b96e-55725be027a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16395 | 2024.08.22 02:25:21.788735 [ 3 ] {} <Debug> HTTP-Session: 437e2fbf-0f7e-4e12-b96e-55725be027a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16396 | 2024.08.22 02:25:21.788767 [ 3 ] {} <Trace> HTTP-Session: 437e2fbf-0f7e-4e12-b96e-55725be027a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16397 | 2024.08.22 02:25:21.788910 [ 3 ] {02bfa9e3-07d3-4921-b337-0e2807d7231d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
16398 | 2024.08.22 02:25:21.788957 [ 3 ] {02bfa9e3-07d3-4921-b337-0e2807d7231d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
16399 | 2024.08.22 02:25:21.789104 [ 3 ] {02bfa9e3-07d3-4921-b337-0e2807d7231d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16400 | 2024.08.22 02:25:21.789425 [ 3 ] {02bfa9e3-07d3-4921-b337-0e2807d7231d} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16401 | 2024.08.22 02:25:21.789460 [ 3 ] {02bfa9e3-07d3-4921-b337-0e2807d7231d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.82 GiB. | ||
16402 | 2024.08.22 02:25:21.789827 [ 3 ] {02bfa9e3-07d3-4921-b337-0e2807d7231d} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
16403 | 2024.08.22 02:25:21.790144 [ 3 ] {02bfa9e3-07d3-4921-b337-0e2807d7231d} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16404 | 2024.08.22 02:25:21.790306 [ 3 ] {02bfa9e3-07d3-4921-b337-0e2807d7231d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001453 sec., 56434.96214728148 rows/sec., 3.58 MiB/sec. | ||
16405 | 2024.08.22 02:25:21.790307 [ 59 ] {} <Debug> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
16406 | 2024.08.22 02:25:21.790388 [ 59 ] {} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16407 | 2024.08.22 02:25:21.790441 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.82 GiB. | ||
16408 | 2024.08.22 02:25:21.790624 [ 3 ] {02bfa9e3-07d3-4921-b337-0e2807d7231d} <Debug> DynamicQueryHandler: Done processing query | ||
16409 | 2024.08.22 02:25:21.790701 [ 3 ] {02bfa9e3-07d3-4921-b337-0e2807d7231d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
16410 | 2024.08.22 02:25:21.790709 [ 194 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
16411 | 2024.08.22 02:25:21.790726 [ 3 ] {} <Debug> HTTP-Session: 437e2fbf-0f7e-4e12-b96e-55725be027a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16412 | 2024.08.22 02:25:21.791248 [ 194 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16413 | 2024.08.22 02:25:21.791345 [ 194 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 5556 rows starting from the beginning of the part | ||
16414 | 2024.08.22 02:25:21.791656 [ 194 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 82 rows starting from the beginning of the part | ||
16415 | 2024.08.22 02:25:21.792038 [ 194 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 60 rows starting from the beginning of the part | ||
16416 | 2024.08.22 02:25:21.792313 [ 194 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 82 rows starting from the beginning of the part | ||
16417 | 2024.08.22 02:25:21.792386 [ 194 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 60 rows starting from the beginning of the part | ||
16418 | 2024.08.22 02:25:21.792460 [ 194 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 82 rows starting from the beginning of the part | ||
16419 | 2024.08.22 02:25:21.794715 [ 188 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5922 rows, containing 4 columns (4 merged, 0 gathered) in 0.004181927 sec., 1416093.5855647407 rows/sec., 92.42 MiB/sec. | ||
16420 | 2024.08.22 02:25:21.795397 [ 188 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
16421 | 2024.08.22 02:25:21.795912 [ 188 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_86_17} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16422 | 2024.08.22 02:25:21.795987 [ 188 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_86_17} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
16423 | 2024.08.22 02:25:21.796070 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.18 MiB. | ||
16424 | 2024.08.22 02:25:26.734489 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16425 | 2024.08.22 02:25:26.734678 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16426 | 2024.08.22 02:25:26.734725 [ 3 ] {} <Debug> HTTP-Session: 2095a373-0a1b-462f-a992-2eae7ca07001 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
16427 | 2024.08.22 02:25:26.734767 [ 3 ] {} <Debug> HTTP-Session: 2095a373-0a1b-462f-a992-2eae7ca07001 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16428 | 2024.08.22 02:25:26.734796 [ 3 ] {} <Debug> HTTP-Session: 2095a373-0a1b-462f-a992-2eae7ca07001 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16429 | 2024.08.22 02:25:26.734864 [ 3 ] {} <Trace> HTTP-Session: 2095a373-0a1b-462f-a992-2eae7ca07001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16430 | 2024.08.22 02:25:26.735047 [ 3 ] {8a07aee3-e732-4ade-b279-9190e7c7bc16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
16431 | 2024.08.22 02:25:26.735116 [ 3 ] {8a07aee3-e732-4ade-b279-9190e7c7bc16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
16432 | 2024.08.22 02:25:26.735463 [ 3 ] {8a07aee3-e732-4ade-b279-9190e7c7bc16} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16433 | 2024.08.22 02:25:26.735903 [ 3 ] {8a07aee3-e732-4ade-b279-9190e7c7bc16} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16434 | 2024.08.22 02:25:26.735950 [ 3 ] {8a07aee3-e732-4ade-b279-9190e7c7bc16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.82 GiB. | ||
16435 | 2024.08.22 02:25:26.736364 [ 3 ] {8a07aee3-e732-4ade-b279-9190e7c7bc16} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
16436 | 2024.08.22 02:25:26.736763 [ 3 ] {8a07aee3-e732-4ade-b279-9190e7c7bc16} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16437 | 2024.08.22 02:25:26.736942 [ 3 ] {8a07aee3-e732-4ade-b279-9190e7c7bc16} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001946 sec., 1027.749229188078 rows/sec., 83.81 KiB/sec. | ||
16438 | 2024.08.22 02:25:26.737346 [ 3 ] {8a07aee3-e732-4ade-b279-9190e7c7bc16} <Debug> DynamicQueryHandler: Done processing query | ||
16439 | 2024.08.22 02:25:26.737375 [ 3 ] {8a07aee3-e732-4ade-b279-9190e7c7bc16} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16440 | 2024.08.22 02:25:26.737392 [ 3 ] {} <Debug> HTTP-Session: 2095a373-0a1b-462f-a992-2eae7ca07001 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16441 | 2024.08.22 02:25:26.737617 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 21547, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16442 | 2024.08.22 02:25:26.737673 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16443 | 2024.08.22 02:25:26.737694 [ 3 ] {} <Debug> HTTP-Session: 56b81bfa-f207-4038-9d9c-57837d04a3b9 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
16444 | 2024.08.22 02:25:26.737713 [ 3 ] {} <Debug> HTTP-Session: 56b81bfa-f207-4038-9d9c-57837d04a3b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16445 | 2024.08.22 02:25:26.737727 [ 3 ] {} <Debug> HTTP-Session: 56b81bfa-f207-4038-9d9c-57837d04a3b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16446 | 2024.08.22 02:25:26.737764 [ 3 ] {} <Trace> HTTP-Session: 56b81bfa-f207-4038-9d9c-57837d04a3b9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16447 | 2024.08.22 02:25:26.737918 [ 3 ] {5f3205e3-f743-4713-ab1e-5b1a48233774} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
16448 | 2024.08.22 02:25:26.737967 [ 3 ] {5f3205e3-f743-4713-ab1e-5b1a48233774} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
16449 | 2024.08.22 02:25:26.738228 [ 3 ] {5f3205e3-f743-4713-ab1e-5b1a48233774} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16450 | 2024.08.22 02:25:26.738665 [ 3 ] {5f3205e3-f743-4713-ab1e-5b1a48233774} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16451 | 2024.08.22 02:25:26.738704 [ 3 ] {5f3205e3-f743-4713-ab1e-5b1a48233774} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.82 GiB. | ||
16452 | 2024.08.22 02:25:26.739069 [ 3 ] {5f3205e3-f743-4713-ab1e-5b1a48233774} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
16453 | 2024.08.22 02:25:26.739438 [ 3 ] {5f3205e3-f743-4713-ab1e-5b1a48233774} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16454 | 2024.08.22 02:25:26.739596 [ 3 ] {5f3205e3-f743-4713-ab1e-5b1a48233774} <Debug> executeQuery: Read 145 rows, 12.72 KiB in 0.00174 sec., 83333.33333333333 rows/sec., 7.14 MiB/sec. | ||
16455 | 2024.08.22 02:25:26.739805 [ 3 ] {5f3205e3-f743-4713-ab1e-5b1a48233774} <Debug> DynamicQueryHandler: Done processing query | ||
16456 | 2024.08.22 02:25:26.739840 [ 3 ] {5f3205e3-f743-4713-ab1e-5b1a48233774} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
16457 | 2024.08.22 02:25:26.739861 [ 3 ] {} <Debug> HTTP-Session: 56b81bfa-f207-4038-9d9c-57837d04a3b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16458 | 2024.08.22 02:25:26.740015 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 6640, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16459 | 2024.08.22 02:25:26.740077 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16460 | 2024.08.22 02:25:26.740102 [ 3 ] {} <Debug> HTTP-Session: 43cfa1dd-0a35-494e-a158-39810b04eb48 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
16461 | 2024.08.22 02:25:26.740123 [ 3 ] {} <Debug> HTTP-Session: 43cfa1dd-0a35-494e-a158-39810b04eb48 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16462 | 2024.08.22 02:25:26.740140 [ 3 ] {} <Debug> HTTP-Session: 43cfa1dd-0a35-494e-a158-39810b04eb48 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16463 | 2024.08.22 02:25:26.740181 [ 3 ] {} <Trace> HTTP-Session: 43cfa1dd-0a35-494e-a158-39810b04eb48 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16464 | 2024.08.22 02:25:26.740329 [ 3 ] {05b8925d-d060-467f-b964-aff6c92d22d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
16465 | 2024.08.22 02:25:26.740385 [ 3 ] {05b8925d-d060-467f-b964-aff6c92d22d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
16466 | 2024.08.22 02:25:26.740676 [ 3 ] {05b8925d-d060-467f-b964-aff6c92d22d4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16467 | 2024.08.22 02:25:26.741081 [ 3 ] {05b8925d-d060-467f-b964-aff6c92d22d4} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16468 | 2024.08.22 02:25:26.741120 [ 3 ] {05b8925d-d060-467f-b964-aff6c92d22d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.82 GiB. | ||
16469 | 2024.08.22 02:25:26.741484 [ 3 ] {05b8925d-d060-467f-b964-aff6c92d22d4} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
16470 | 2024.08.22 02:25:26.741856 [ 3 ] {05b8925d-d060-467f-b964-aff6c92d22d4} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16471 | 2024.08.22 02:25:26.742038 [ 3 ] {05b8925d-d060-467f-b964-aff6c92d22d4} <Debug> executeQuery: Read 46 rows, 3.45 KiB in 0.001753 sec., 26240.730176839705 rows/sec., 1.92 MiB/sec. | ||
16472 | 2024.08.22 02:25:26.742076 [ 150 ] {} <Debug> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995) (MergerMutator): Selected 6 parts from all_1_75_15 to all_80_80_0 | ||
16473 | 2024.08.22 02:25:26.742230 [ 150 ] {} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16474 | 2024.08.22 02:25:26.742292 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.82 GiB. | ||
16475 | 2024.08.22 02:25:26.742321 [ 3 ] {05b8925d-d060-467f-b964-aff6c92d22d4} <Debug> DynamicQueryHandler: Done processing query | ||
16476 | 2024.08.22 02:25:26.742364 [ 3 ] {05b8925d-d060-467f-b964-aff6c92d22d4} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
16477 | 2024.08.22 02:25:26.742426 [ 3 ] {} <Debug> HTTP-Session: 43cfa1dd-0a35-494e-a158-39810b04eb48 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16478 | 2024.08.22 02:25:26.742564 [ 191 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_80_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_75_15 to all_80_80_0 into Compact with storage Full | ||
16479 | 2024.08.22 02:25:26.742669 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 18674, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16480 | 2024.08.22 02:25:26.742783 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16481 | 2024.08.22 02:25:26.742848 [ 3 ] {} <Debug> HTTP-Session: 8d7921e4-e8d4-42fe-a785-862f65dc696a Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
16482 | 2024.08.22 02:25:26.742902 [ 3 ] {} <Debug> HTTP-Session: 8d7921e4-e8d4-42fe-a785-862f65dc696a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16483 | 2024.08.22 02:25:26.742943 [ 3 ] {} <Debug> HTTP-Session: 8d7921e4-e8d4-42fe-a785-862f65dc696a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16484 | 2024.08.22 02:25:26.742944 [ 191 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_80_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16485 | 2024.08.22 02:25:26.743008 [ 3 ] {} <Trace> HTTP-Session: 8d7921e4-e8d4-42fe-a785-862f65dc696a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16486 | 2024.08.22 02:25:26.743026 [ 191 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_75_15, total 65 rows starting from the beginning of the part | ||
16487 | 2024.08.22 02:25:26.743264 [ 191 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 44 rows starting from the beginning of the part | ||
16488 | 2024.08.22 02:25:26.743362 [ 3 ] {d555d5ce-078b-47cc-9168-0b6c2995bddd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
16489 | 2024.08.22 02:25:26.743533 [ 3 ] {d555d5ce-078b-47cc-9168-0b6c2995bddd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
16490 | 2024.08.22 02:25:26.743700 [ 191 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 6 rows starting from the beginning of the part | ||
16491 | 2024.08.22 02:25:26.744174 [ 191 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 48 rows starting from the beginning of the part | ||
16492 | 2024.08.22 02:25:26.744475 [ 191 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 4 rows starting from the beginning of the part | ||
16493 | 2024.08.22 02:25:26.744913 [ 191 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 46 rows starting from the beginning of the part | ||
16494 | 2024.08.22 02:25:26.745236 [ 3 ] {d555d5ce-078b-47cc-9168-0b6c2995bddd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16495 | 2024.08.22 02:25:26.746328 [ 3 ] {d555d5ce-078b-47cc-9168-0b6c2995bddd} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16496 | 2024.08.22 02:25:26.746395 [ 3 ] {d555d5ce-078b-47cc-9168-0b6c2995bddd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.82 GiB. | ||
16497 | 2024.08.22 02:25:26.747503 [ 3 ] {d555d5ce-078b-47cc-9168-0b6c2995bddd} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
16498 | 2024.08.22 02:25:26.747979 [ 194 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_80_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 213 rows, containing 5 columns (5 merged, 0 gathered) in 0.005541103 sec., 38440.00012271925 rows/sec., 2.94 MiB/sec. | ||
16499 | 2024.08.22 02:25:26.748223 [ 200 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_80_16} <Trace> MergedBlockOutputStream: filled checksums all_1_80_16 (state Temporary) | ||
16500 | 2024.08.22 02:25:26.748264 [ 3 ] {d555d5ce-078b-47cc-9168-0b6c2995bddd} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16501 | 2024.08.22 02:25:26.748532 [ 3 ] {d555d5ce-078b-47cc-9168-0b6c2995bddd} <Debug> executeQuery: Read 110 rows, 8.80 KiB in 0.005342 sec., 20591.53874953201 rows/sec., 1.61 MiB/sec. | ||
16502 | 2024.08.22 02:25:26.748837 [ 3 ] {d555d5ce-078b-47cc-9168-0b6c2995bddd} <Debug> DynamicQueryHandler: Done processing query | ||
16503 | 2024.08.22 02:25:26.748863 [ 3 ] {d555d5ce-078b-47cc-9168-0b6c2995bddd} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
16504 | 2024.08.22 02:25:26.748886 [ 3 ] {} <Debug> HTTP-Session: 8d7921e4-e8d4-42fe-a785-862f65dc696a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16505 | 2024.08.22 02:25:26.749021 [ 200 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_80_16} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Renaming temporary part tmp_merge_all_1_80_16 to all_1_80_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16506 | 2024.08.22 02:25:26.749046 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 30783, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16507 | 2024.08.22 02:25:26.749097 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16508 | 2024.08.22 02:25:26.749109 [ 200 ] {9e7fe1c1-44d5-4230-82a4-8d1cf9a56995::all_1_80_16} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995) (MergerMutator): Merged 6 parts: [all_1_75_15, all_80_80_0] -> all_1_80_16 | ||
16509 | 2024.08.22 02:25:26.749117 [ 3 ] {} <Debug> HTTP-Session: a2cd106e-b30e-4ca0-b204-e21e142ed619 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
16510 | 2024.08.22 02:25:26.749139 [ 3 ] {} <Debug> HTTP-Session: a2cd106e-b30e-4ca0-b204-e21e142ed619 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16511 | 2024.08.22 02:25:26.749156 [ 3 ] {} <Debug> HTTP-Session: a2cd106e-b30e-4ca0-b204-e21e142ed619 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16512 | 2024.08.22 02:25:26.749213 [ 3 ] {} <Trace> HTTP-Session: a2cd106e-b30e-4ca0-b204-e21e142ed619 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16513 | 2024.08.22 02:25:26.749216 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
16514 | 2024.08.22 02:25:26.749370 [ 3 ] {be173ef8-a7bd-4a16-87e9-f595e7b0a642} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
16515 | 2024.08.22 02:25:26.749419 [ 3 ] {be173ef8-a7bd-4a16-87e9-f595e7b0a642} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
16516 | 2024.08.22 02:25:26.749571 [ 3 ] {be173ef8-a7bd-4a16-87e9-f595e7b0a642} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16517 | 2024.08.22 02:25:26.749970 [ 3 ] {be173ef8-a7bd-4a16-87e9-f595e7b0a642} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16518 | 2024.08.22 02:25:26.750006 [ 3 ] {be173ef8-a7bd-4a16-87e9-f595e7b0a642} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.82 GiB. | ||
16519 | 2024.08.22 02:25:26.750394 [ 3 ] {be173ef8-a7bd-4a16-87e9-f595e7b0a642} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
16520 | 2024.08.22 02:25:26.750736 [ 3 ] {be173ef8-a7bd-4a16-87e9-f595e7b0a642} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16521 | 2024.08.22 02:25:26.750901 [ 3 ] {be173ef8-a7bd-4a16-87e9-f595e7b0a642} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001596 sec., 100877.19298245614 rows/sec., 7.03 MiB/sec. | ||
16522 | 2024.08.22 02:25:26.751078 [ 3 ] {be173ef8-a7bd-4a16-87e9-f595e7b0a642} <Debug> DynamicQueryHandler: Done processing query | ||
16523 | 2024.08.22 02:25:26.751103 [ 3 ] {be173ef8-a7bd-4a16-87e9-f595e7b0a642} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
16524 | 2024.08.22 02:25:26.751118 [ 3 ] {} <Debug> HTTP-Session: a2cd106e-b30e-4ca0-b204-e21e142ed619 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16525 | 2024.08.22 02:25:26.751364 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 71217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16526 | 2024.08.22 02:25:26.751414 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16527 | 2024.08.22 02:25:26.751432 [ 3 ] {} <Debug> HTTP-Session: 0099d4a2-c636-4c5f-b714-a0b670c6f719 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
16528 | 2024.08.22 02:25:26.751449 [ 3 ] {} <Debug> HTTP-Session: 0099d4a2-c636-4c5f-b714-a0b670c6f719 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16529 | 2024.08.22 02:25:26.751464 [ 3 ] {} <Debug> HTTP-Session: 0099d4a2-c636-4c5f-b714-a0b670c6f719 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16530 | 2024.08.22 02:25:26.751495 [ 3 ] {} <Trace> HTTP-Session: 0099d4a2-c636-4c5f-b714-a0b670c6f719 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16531 | 2024.08.22 02:25:26.751921 [ 3 ] {cf7dd8cf-2f3a-4f79-8e14-d424055d3bc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
16532 | 2024.08.22 02:25:26.751986 [ 3 ] {cf7dd8cf-2f3a-4f79-8e14-d424055d3bc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
16533 | 2024.08.22 02:25:26.752415 [ 3 ] {cf7dd8cf-2f3a-4f79-8e14-d424055d3bc0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16534 | 2024.08.22 02:25:26.753227 [ 3 ] {cf7dd8cf-2f3a-4f79-8e14-d424055d3bc0} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16535 | 2024.08.22 02:25:26.753265 [ 3 ] {cf7dd8cf-2f3a-4f79-8e14-d424055d3bc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.82 GiB. | ||
16536 | 2024.08.22 02:25:26.753922 [ 3 ] {cf7dd8cf-2f3a-4f79-8e14-d424055d3bc0} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
16537 | 2024.08.22 02:25:26.754347 [ 3 ] {cf7dd8cf-2f3a-4f79-8e14-d424055d3bc0} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16538 | 2024.08.22 02:25:26.754563 [ 3 ] {cf7dd8cf-2f3a-4f79-8e14-d424055d3bc0} <Debug> executeQuery: Read 44 rows, 80.74 KiB in 0.002952 sec., 14905.149051490514 rows/sec., 26.71 MiB/sec. | ||
16539 | 2024.08.22 02:25:26.754922 [ 3 ] {cf7dd8cf-2f3a-4f79-8e14-d424055d3bc0} <Debug> DynamicQueryHandler: Done processing query | ||
16540 | 2024.08.22 02:25:26.754987 [ 3 ] {cf7dd8cf-2f3a-4f79-8e14-d424055d3bc0} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
16541 | 2024.08.22 02:25:26.755043 [ 3 ] {} <Debug> HTTP-Session: 0099d4a2-c636-4c5f-b714-a0b670c6f719 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16542 | 2024.08.22 02:25:26.755223 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16543 | 2024.08.22 02:25:26.755276 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16544 | 2024.08.22 02:25:26.755295 [ 3 ] {} <Debug> HTTP-Session: 0b231f1e-6b02-40a1-a447-015ccd36626f Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
16545 | 2024.08.22 02:25:26.755313 [ 3 ] {} <Debug> HTTP-Session: 0b231f1e-6b02-40a1-a447-015ccd36626f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16546 | 2024.08.22 02:25:26.755327 [ 3 ] {} <Debug> HTTP-Session: 0b231f1e-6b02-40a1-a447-015ccd36626f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16547 | 2024.08.22 02:25:26.755360 [ 3 ] {} <Trace> HTTP-Session: 0b231f1e-6b02-40a1-a447-015ccd36626f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16548 | 2024.08.22 02:25:26.755476 [ 3 ] {0b34ed7f-3208-44ca-88dc-482025c6c9b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
16549 | 2024.08.22 02:25:26.755524 [ 3 ] {0b34ed7f-3208-44ca-88dc-482025c6c9b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
16550 | 2024.08.22 02:25:26.755662 [ 3 ] {0b34ed7f-3208-44ca-88dc-482025c6c9b2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16551 | 2024.08.22 02:25:26.755985 [ 3 ] {0b34ed7f-3208-44ca-88dc-482025c6c9b2} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16552 | 2024.08.22 02:25:26.756022 [ 3 ] {0b34ed7f-3208-44ca-88dc-482025c6c9b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.82 GiB. | ||
16553 | 2024.08.22 02:25:26.756390 [ 3 ] {0b34ed7f-3208-44ca-88dc-482025c6c9b2} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
16554 | 2024.08.22 02:25:26.756722 [ 3 ] {0b34ed7f-3208-44ca-88dc-482025c6c9b2} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16555 | 2024.08.22 02:25:26.756884 [ 3 ] {0b34ed7f-3208-44ca-88dc-482025c6c9b2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001443 sec., 41580.04158004158 rows/sec., 2.80 MiB/sec. | ||
16556 | 2024.08.22 02:25:26.757052 [ 3 ] {0b34ed7f-3208-44ca-88dc-482025c6c9b2} <Debug> DynamicQueryHandler: Done processing query | ||
16557 | 2024.08.22 02:25:26.757077 [ 3 ] {0b34ed7f-3208-44ca-88dc-482025c6c9b2} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16558 | 2024.08.22 02:25:26.757092 [ 3 ] {} <Debug> HTTP-Session: 0b231f1e-6b02-40a1-a447-015ccd36626f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16559 | 2024.08.22 02:25:30.128923 [ 147 ] {} <Debug> DNSResolver: Updating DNS cache | ||
16560 | 2024.08.22 02:25:30.128998 [ 147 ] {} <Debug> DNSResolver: Updated DNS cache | ||
16561 | 2024.08.22 02:25:31.737031 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16562 | 2024.08.22 02:25:31.737180 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16563 | 2024.08.22 02:25:31.737210 [ 3 ] {} <Debug> HTTP-Session: 38a334ec-786e-4401-b741-b2585809cc64 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
16564 | 2024.08.22 02:25:31.737238 [ 3 ] {} <Debug> HTTP-Session: 38a334ec-786e-4401-b741-b2585809cc64 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16565 | 2024.08.22 02:25:31.737256 [ 3 ] {} <Debug> HTTP-Session: 38a334ec-786e-4401-b741-b2585809cc64 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16566 | 2024.08.22 02:25:31.737312 [ 3 ] {} <Trace> HTTP-Session: 38a334ec-786e-4401-b741-b2585809cc64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16567 | 2024.08.22 02:25:31.737517 [ 3 ] {6e7d607b-ef76-4d7b-b419-3c4528ad0ee1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
16568 | 2024.08.22 02:25:31.737597 [ 3 ] {6e7d607b-ef76-4d7b-b419-3c4528ad0ee1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
16569 | 2024.08.22 02:25:31.737993 [ 3 ] {6e7d607b-ef76-4d7b-b419-3c4528ad0ee1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16570 | 2024.08.22 02:25:31.738405 [ 3 ] {6e7d607b-ef76-4d7b-b419-3c4528ad0ee1} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16571 | 2024.08.22 02:25:31.738454 [ 3 ] {6e7d607b-ef76-4d7b-b419-3c4528ad0ee1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.82 GiB. | ||
16572 | 2024.08.22 02:25:31.738881 [ 3 ] {6e7d607b-ef76-4d7b-b419-3c4528ad0ee1} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
16573 | 2024.08.22 02:25:31.739274 [ 3 ] {6e7d607b-ef76-4d7b-b419-3c4528ad0ee1} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16574 | 2024.08.22 02:25:31.739450 [ 3 ] {6e7d607b-ef76-4d7b-b419-3c4528ad0ee1} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00199 sec., 1005.0251256281407 rows/sec., 81.95 KiB/sec. | ||
16575 | 2024.08.22 02:25:31.739669 [ 3 ] {6e7d607b-ef76-4d7b-b419-3c4528ad0ee1} <Debug> DynamicQueryHandler: Done processing query | ||
16576 | 2024.08.22 02:25:31.739696 [ 3 ] {6e7d607b-ef76-4d7b-b419-3c4528ad0ee1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16577 | 2024.08.22 02:25:31.739713 [ 3 ] {} <Debug> HTTP-Session: 38a334ec-786e-4401-b741-b2585809cc64 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16578 | 2024.08.22 02:25:31.739935 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 29107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16579 | 2024.08.22 02:25:31.739991 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16580 | 2024.08.22 02:25:31.740011 [ 3 ] {} <Debug> HTTP-Session: 218e9169-8214-49c2-8a22-1c4ade3268c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
16581 | 2024.08.22 02:25:31.740029 [ 3 ] {} <Debug> HTTP-Session: 218e9169-8214-49c2-8a22-1c4ade3268c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16582 | 2024.08.22 02:25:31.740044 [ 3 ] {} <Debug> HTTP-Session: 218e9169-8214-49c2-8a22-1c4ade3268c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16583 | 2024.08.22 02:25:31.740080 [ 3 ] {} <Trace> HTTP-Session: 218e9169-8214-49c2-8a22-1c4ade3268c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16584 | 2024.08.22 02:25:31.740240 [ 3 ] {7f6bc33f-23b4-4904-b7fc-53e41ce29972} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
16585 | 2024.08.22 02:25:31.740290 [ 3 ] {7f6bc33f-23b4-4904-b7fc-53e41ce29972} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
16586 | 2024.08.22 02:25:31.740531 [ 3 ] {7f6bc33f-23b4-4904-b7fc-53e41ce29972} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16587 | 2024.08.22 02:25:31.741013 [ 3 ] {7f6bc33f-23b4-4904-b7fc-53e41ce29972} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16588 | 2024.08.22 02:25:31.741052 [ 3 ] {7f6bc33f-23b4-4904-b7fc-53e41ce29972} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.82 GiB. | ||
16589 | 2024.08.22 02:25:31.741443 [ 3 ] {7f6bc33f-23b4-4904-b7fc-53e41ce29972} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
16590 | 2024.08.22 02:25:31.741804 [ 3 ] {7f6bc33f-23b4-4904-b7fc-53e41ce29972} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16591 | 2024.08.22 02:25:31.741967 [ 3 ] {7f6bc33f-23b4-4904-b7fc-53e41ce29972} <Debug> executeQuery: Read 194 rows, 17.32 KiB in 0.001796 sec., 108017.81737193764 rows/sec., 9.42 MiB/sec. | ||
16592 | 2024.08.22 02:25:31.742151 [ 3 ] {7f6bc33f-23b4-4904-b7fc-53e41ce29972} <Debug> DynamicQueryHandler: Done processing query | ||
16593 | 2024.08.22 02:25:31.742177 [ 3 ] {7f6bc33f-23b4-4904-b7fc-53e41ce29972} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
16594 | 2024.08.22 02:25:31.742192 [ 3 ] {} <Debug> HTTP-Session: 218e9169-8214-49c2-8a22-1c4ade3268c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16595 | 2024.08.22 02:25:31.742348 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 615, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16596 | 2024.08.22 02:25:31.742400 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16597 | 2024.08.22 02:25:31.742419 [ 3 ] {} <Debug> HTTP-Session: 382a4d76-1ea0-4306-88bd-ec8d7a1623d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
16598 | 2024.08.22 02:25:31.742435 [ 3 ] {} <Debug> HTTP-Session: 382a4d76-1ea0-4306-88bd-ec8d7a1623d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16599 | 2024.08.22 02:25:31.742449 [ 3 ] {} <Debug> HTTP-Session: 382a4d76-1ea0-4306-88bd-ec8d7a1623d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16600 | 2024.08.22 02:25:31.742483 [ 3 ] {} <Trace> HTTP-Session: 382a4d76-1ea0-4306-88bd-ec8d7a1623d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16601 | 2024.08.22 02:25:31.742580 [ 3 ] {9dad53c9-3fbb-4c94-902b-ad52fb958bd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
16602 | 2024.08.22 02:25:31.742627 [ 3 ] {9dad53c9-3fbb-4c94-902b-ad52fb958bd1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
16603 | 2024.08.22 02:25:31.742858 [ 3 ] {9dad53c9-3fbb-4c94-902b-ad52fb958bd1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16604 | 2024.08.22 02:25:31.743156 [ 3 ] {9dad53c9-3fbb-4c94-902b-ad52fb958bd1} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16605 | 2024.08.22 02:25:31.743194 [ 3 ] {9dad53c9-3fbb-4c94-902b-ad52fb958bd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.82 GiB. | ||
16606 | 2024.08.22 02:25:31.743554 [ 3 ] {9dad53c9-3fbb-4c94-902b-ad52fb958bd1} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
16607 | 2024.08.22 02:25:31.743911 [ 3 ] {9dad53c9-3fbb-4c94-902b-ad52fb958bd1} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16608 | 2024.08.22 02:25:31.744069 [ 3 ] {9dad53c9-3fbb-4c94-902b-ad52fb958bd1} <Debug> executeQuery: Read 4 rows, 297.00 B in 0.001512 sec., 2645.5026455026455 rows/sec., 191.82 KiB/sec. | ||
16609 | 2024.08.22 02:25:31.744255 [ 3 ] {9dad53c9-3fbb-4c94-902b-ad52fb958bd1} <Debug> DynamicQueryHandler: Done processing query | ||
16610 | 2024.08.22 02:25:31.744293 [ 3 ] {9dad53c9-3fbb-4c94-902b-ad52fb958bd1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16611 | 2024.08.22 02:25:31.744325 [ 3 ] {} <Debug> HTTP-Session: 382a4d76-1ea0-4306-88bd-ec8d7a1623d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16612 | 2024.08.22 02:25:31.744499 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16613 | 2024.08.22 02:25:31.744549 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16614 | 2024.08.22 02:25:31.744568 [ 3 ] {} <Debug> HTTP-Session: 362c0573-4467-4075-97d3-887dffc75e6f Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
16615 | 2024.08.22 02:25:31.744585 [ 3 ] {} <Debug> HTTP-Session: 362c0573-4467-4075-97d3-887dffc75e6f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16616 | 2024.08.22 02:25:31.744601 [ 3 ] {} <Debug> HTTP-Session: 362c0573-4467-4075-97d3-887dffc75e6f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16617 | 2024.08.22 02:25:31.744633 [ 3 ] {} <Trace> HTTP-Session: 362c0573-4467-4075-97d3-887dffc75e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16618 | 2024.08.22 02:25:31.744732 [ 3 ] {655a5c62-c4c5-4fb4-9b19-89535ecebf83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
16619 | 2024.08.22 02:25:31.744776 [ 3 ] {655a5c62-c4c5-4fb4-9b19-89535ecebf83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
16620 | 2024.08.22 02:25:31.745003 [ 3 ] {655a5c62-c4c5-4fb4-9b19-89535ecebf83} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16621 | 2024.08.22 02:25:31.745350 [ 3 ] {655a5c62-c4c5-4fb4-9b19-89535ecebf83} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16622 | 2024.08.22 02:25:31.745388 [ 3 ] {655a5c62-c4c5-4fb4-9b19-89535ecebf83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.82 GiB. | ||
16623 | 2024.08.22 02:25:31.745746 [ 3 ] {655a5c62-c4c5-4fb4-9b19-89535ecebf83} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
16624 | 2024.08.22 02:25:31.746106 [ 3 ] {655a5c62-c4c5-4fb4-9b19-89535ecebf83} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16625 | 2024.08.22 02:25:31.746267 [ 3 ] {655a5c62-c4c5-4fb4-9b19-89535ecebf83} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001551 sec., 9026.434558349452 rows/sec., 632.15 KiB/sec. | ||
16626 | 2024.08.22 02:25:31.746268 [ 145 ] {} <Debug> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
16627 | 2024.08.22 02:25:31.746386 [ 145 ] {} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16628 | 2024.08.22 02:25:31.746434 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.82 GiB. | ||
16629 | 2024.08.22 02:25:31.746515 [ 3 ] {655a5c62-c4c5-4fb4-9b19-89535ecebf83} <Debug> DynamicQueryHandler: Done processing query | ||
16630 | 2024.08.22 02:25:31.746583 [ 3 ] {655a5c62-c4c5-4fb4-9b19-89535ecebf83} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
16631 | 2024.08.22 02:25:31.746646 [ 3 ] {} <Debug> HTTP-Session: 362c0573-4467-4075-97d3-887dffc75e6f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16632 | 2024.08.22 02:25:31.746785 [ 194 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::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 | ||
16633 | 2024.08.22 02:25:31.746833 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16634 | 2024.08.22 02:25:31.746910 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16635 | 2024.08.22 02:25:31.746958 [ 3 ] {} <Debug> HTTP-Session: 8447672a-c8bf-479a-9af8-e882466e8d50 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
16636 | 2024.08.22 02:25:31.746995 [ 3 ] {} <Debug> HTTP-Session: 8447672a-c8bf-479a-9af8-e882466e8d50 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16637 | 2024.08.22 02:25:31.747038 [ 3 ] {} <Debug> HTTP-Session: 8447672a-c8bf-479a-9af8-e882466e8d50 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16638 | 2024.08.22 02:25:31.747146 [ 3 ] {} <Trace> HTTP-Session: 8447672a-c8bf-479a-9af8-e882466e8d50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16639 | 2024.08.22 02:25:31.747231 [ 194 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16640 | 2024.08.22 02:25:31.747306 [ 194 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 243 rows starting from the beginning of the part | ||
16641 | 2024.08.22 02:25:31.747393 [ 3 ] {6de69233-f6b4-451f-8a87-6a798b0eda4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
16642 | 2024.08.22 02:25:31.747519 [ 194 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 14 rows starting from the beginning of the part | ||
16643 | 2024.08.22 02:25:31.747550 [ 3 ] {6de69233-f6b4-451f-8a87-6a798b0eda4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
16644 | 2024.08.22 02:25:31.748021 [ 194 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 14 rows starting from the beginning of the part | ||
16645 | 2024.08.22 02:25:31.748352 [ 194 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 228 rows starting from the beginning of the part | ||
16646 | 2024.08.22 02:25:31.748783 [ 194 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 14 rows starting from the beginning of the part | ||
16647 | 2024.08.22 02:25:31.749216 [ 194 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 14 rows starting from the beginning of the part | ||
16648 | 2024.08.22 02:25:31.749241 [ 3 ] {6de69233-f6b4-451f-8a87-6a798b0eda4a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16649 | 2024.08.22 02:25:31.750147 [ 3 ] {6de69233-f6b4-451f-8a87-6a798b0eda4a} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16650 | 2024.08.22 02:25:31.750204 [ 3 ] {6de69233-f6b4-451f-8a87-6a798b0eda4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.82 GiB. | ||
16651 | 2024.08.22 02:25:31.751234 [ 3 ] {6de69233-f6b4-451f-8a87-6a798b0eda4a} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
16652 | 2024.08.22 02:25:31.752486 [ 3 ] {6de69233-f6b4-451f-8a87-6a798b0eda4a} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16653 | 2024.08.22 02:25:31.752594 [ 194 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 527 rows, containing 5 columns (5 merged, 0 gathered) in 0.006054305 sec., 87045.49902920319 rows/sec., 5.91 MiB/sec. | ||
16654 | 2024.08.22 02:25:31.752796 [ 145 ] {} <Debug> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0 | ||
16655 | 2024.08.22 02:25:31.752834 [ 3 ] {6de69233-f6b4-451f-8a87-6a798b0eda4a} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.005507 sec., 1089.5224260032687 rows/sec., 64.37 KiB/sec. | ||
16656 | 2024.08.22 02:25:31.752886 [ 145 ] {} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16657 | 2024.08.22 02:25:31.752995 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.82 GiB. | ||
16658 | 2024.08.22 02:25:31.753042 [ 191 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
16659 | 2024.08.22 02:25:31.753365 [ 3 ] {6de69233-f6b4-451f-8a87-6a798b0eda4a} <Debug> DynamicQueryHandler: Done processing query | ||
16660 | 2024.08.22 02:25:31.753393 [ 197 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_41_10} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_37_9 to all_41_41_0 into Compact with storage Full | ||
16661 | 2024.08.22 02:25:31.753427 [ 3 ] {6de69233-f6b4-451f-8a87-6a798b0eda4a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16662 | 2024.08.22 02:25:31.753477 [ 3 ] {} <Debug> HTTP-Session: 8447672a-c8bf-479a-9af8-e882466e8d50 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16663 | 2024.08.22 02:25:31.753820 [ 197 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16664 | 2024.08.22 02:25:31.753823 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 62445, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16665 | 2024.08.22 02:25:31.753977 [ 197 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_37_9, total 6 rows starting from the beginning of the part | ||
16666 | 2024.08.22 02:25:31.754012 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16667 | 2024.08.22 02:25:31.754131 [ 3 ] {} <Debug> HTTP-Session: 4cb2b7d8-0c12-4da7-9e82-12c47354bb60 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
16668 | 2024.08.22 02:25:31.754223 [ 3 ] {} <Debug> HTTP-Session: 4cb2b7d8-0c12-4da7-9e82-12c47354bb60 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16669 | 2024.08.22 02:25:31.754288 [ 3 ] {} <Debug> HTTP-Session: 4cb2b7d8-0c12-4da7-9e82-12c47354bb60 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16670 | 2024.08.22 02:25:31.754353 [ 197 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 6 rows starting from the beginning of the part | ||
16671 | 2024.08.22 02:25:31.754392 [ 3 ] {} <Trace> HTTP-Session: 4cb2b7d8-0c12-4da7-9e82-12c47354bb60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16672 | 2024.08.22 02:25:31.754652 [ 197 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 6 rows starting from the beginning of the part | ||
16673 | 2024.08.22 02:25:31.754926 [ 3 ] {5f18cfcd-c7ad-4444-a47f-e55ae23c0089} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
16674 | 2024.08.22 02:25:31.754996 [ 197 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 6 rows starting from the beginning of the part | ||
16675 | 2024.08.22 02:25:31.755122 [ 3 ] {5f18cfcd-c7ad-4444-a47f-e55ae23c0089} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
16676 | 2024.08.22 02:25:31.755437 [ 197 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 6 rows starting from the beginning of the part | ||
16677 | 2024.08.22 02:25:31.756239 [ 191 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_56_11} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16678 | 2024.08.22 02:25:31.757305 [ 191 ] {ceb2f7df-7434-4250-94d4-558a266c33a5::all_1_56_11} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
16679 | 2024.08.22 02:25:31.757415 [ 3 ] {5f18cfcd-c7ad-4444-a47f-e55ae23c0089} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16680 | 2024.08.22 02:25:31.757694 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
16681 | 2024.08.22 02:25:31.758887 [ 197 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.005763084 sec., 5205.546197140281 rows/sec., 330.43 KiB/sec. | ||
16682 | 2024.08.22 02:25:31.758907 [ 3 ] {5f18cfcd-c7ad-4444-a47f-e55ae23c0089} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16683 | 2024.08.22 02:25:31.758960 [ 3 ] {5f18cfcd-c7ad-4444-a47f-e55ae23c0089} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.82 GiB. | ||
16684 | 2024.08.22 02:25:31.759111 [ 198 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary) | ||
16685 | 2024.08.22 02:25:31.760020 [ 3 ] {5f18cfcd-c7ad-4444-a47f-e55ae23c0089} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
16686 | 2024.08.22 02:25:31.760260 [ 198 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_41_10} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16687 | 2024.08.22 02:25:31.760553 [ 198 ] {772ed6f2-42e7-4857-93ee-2201315e8356::all_1_41_10} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10 | ||
16688 | 2024.08.22 02:25:31.760743 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
16689 | 2024.08.22 02:25:31.760871 [ 3 ] {5f18cfcd-c7ad-4444-a47f-e55ae23c0089} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16690 | 2024.08.22 02:25:31.761039 [ 3 ] {5f18cfcd-c7ad-4444-a47f-e55ae23c0089} <Debug> executeQuery: Read 386 rows, 28.00 KiB in 0.006411 sec., 60209.01575417251 rows/sec., 4.27 MiB/sec. | ||
16691 | 2024.08.22 02:25:31.761251 [ 3 ] {5f18cfcd-c7ad-4444-a47f-e55ae23c0089} <Debug> DynamicQueryHandler: Done processing query | ||
16692 | 2024.08.22 02:25:31.761277 [ 3 ] {5f18cfcd-c7ad-4444-a47f-e55ae23c0089} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
16693 | 2024.08.22 02:25:31.761294 [ 3 ] {} <Debug> HTTP-Session: 4cb2b7d8-0c12-4da7-9e82-12c47354bb60 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16694 | 2024.08.22 02:25:31.761512 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16695 | 2024.08.22 02:25:31.761560 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16696 | 2024.08.22 02:25:31.761580 [ 3 ] {} <Debug> HTTP-Session: 32e5e2d8-2478-4b06-bca3-1e64a5bca21d Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
16697 | 2024.08.22 02:25:31.761598 [ 3 ] {} <Debug> HTTP-Session: 32e5e2d8-2478-4b06-bca3-1e64a5bca21d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16698 | 2024.08.22 02:25:31.761612 [ 3 ] {} <Debug> HTTP-Session: 32e5e2d8-2478-4b06-bca3-1e64a5bca21d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16699 | 2024.08.22 02:25:31.761643 [ 3 ] {} <Trace> HTTP-Session: 32e5e2d8-2478-4b06-bca3-1e64a5bca21d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16700 | 2024.08.22 02:25:31.761741 [ 3 ] {5cc1ea37-15a0-4796-8500-aa98ca559bfb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
16701 | 2024.08.22 02:25:31.761788 [ 3 ] {5cc1ea37-15a0-4796-8500-aa98ca559bfb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
16702 | 2024.08.22 02:25:31.761927 [ 3 ] {5cc1ea37-15a0-4796-8500-aa98ca559bfb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16703 | 2024.08.22 02:25:31.762193 [ 3 ] {5cc1ea37-15a0-4796-8500-aa98ca559bfb} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16704 | 2024.08.22 02:25:31.762229 [ 3 ] {5cc1ea37-15a0-4796-8500-aa98ca559bfb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.82 GiB. | ||
16705 | 2024.08.22 02:25:31.762591 [ 3 ] {5cc1ea37-15a0-4796-8500-aa98ca559bfb} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
16706 | 2024.08.22 02:25:31.762928 [ 3 ] {5cc1ea37-15a0-4796-8500-aa98ca559bfb} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16707 | 2024.08.22 02:25:31.763084 [ 145 ] {} <Debug> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
16708 | 2024.08.22 02:25:31.763091 [ 3 ] {5cc1ea37-15a0-4796-8500-aa98ca559bfb} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001365 sec., 4395.604395604396 rows/sec., 229.65 KiB/sec. | ||
16709 | 2024.08.22 02:25:31.763130 [ 145 ] {} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16710 | 2024.08.22 02:25:31.763192 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.82 GiB. | ||
16711 | 2024.08.22 02:25:31.763477 [ 3 ] {5cc1ea37-15a0-4796-8500-aa98ca559bfb} <Debug> DynamicQueryHandler: Done processing query | ||
16712 | 2024.08.22 02:25:31.763544 [ 197 ] {0b6dfbbe-deac-48d2-bc82-b319c8f68a7a::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 | ||
16713 | 2024.08.22 02:25:31.763554 [ 3 ] {5cc1ea37-15a0-4796-8500-aa98ca559bfb} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
16714 | 2024.08.22 02:25:31.763670 [ 3 ] {} <Debug> HTTP-Session: 32e5e2d8-2478-4b06-bca3-1e64a5bca21d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16715 | 2024.08.22 02:25:31.763948 [ 197 ] {0b6dfbbe-deac-48d2-bc82-b319c8f68a7a::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16716 | 2024.08.22 02:25:31.764040 [ 197 ] {0b6dfbbe-deac-48d2-bc82-b319c8f68a7a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 216 rows starting from the beginning of the part | ||
16717 | 2024.08.22 02:25:31.764061 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 44792, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16718 | 2024.08.22 02:25:31.764186 [ 197 ] {0b6dfbbe-deac-48d2-bc82-b319c8f68a7a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 6 rows starting from the beginning of the part | ||
16719 | 2024.08.22 02:25:31.764209 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16720 | 2024.08.22 02:25:31.764296 [ 3 ] {} <Debug> HTTP-Session: 6fc24dc3-c590-41d9-be46-d51a4660946c Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
16721 | 2024.08.22 02:25:31.764407 [ 3 ] {} <Debug> HTTP-Session: 6fc24dc3-c590-41d9-be46-d51a4660946c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16722 | 2024.08.22 02:25:31.764507 [ 3 ] {} <Debug> HTTP-Session: 6fc24dc3-c590-41d9-be46-d51a4660946c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16723 | 2024.08.22 02:25:31.764535 [ 197 ] {0b6dfbbe-deac-48d2-bc82-b319c8f68a7a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 6 rows starting from the beginning of the part | ||
16724 | 2024.08.22 02:25:31.764702 [ 3 ] {} <Trace> HTTP-Session: 6fc24dc3-c590-41d9-be46-d51a4660946c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16725 | 2024.08.22 02:25:31.764950 [ 197 ] {0b6dfbbe-deac-48d2-bc82-b319c8f68a7a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 6 rows starting from the beginning of the part | ||
16726 | 2024.08.22 02:25:31.765250 [ 197 ] {0b6dfbbe-deac-48d2-bc82-b319c8f68a7a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 6 rows starting from the beginning of the part | ||
16727 | 2024.08.22 02:25:31.765325 [ 3 ] {83beb700-1fd4-4e02-9eb6-1b422561350f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
16728 | 2024.08.22 02:25:31.765563 [ 3 ] {83beb700-1fd4-4e02-9eb6-1b422561350f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
16729 | 2024.08.22 02:25:31.765578 [ 197 ] {0b6dfbbe-deac-48d2-bc82-b319c8f68a7a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 6 rows starting from the beginning of the part | ||
16730 | 2024.08.22 02:25:31.766425 [ 3 ] {83beb700-1fd4-4e02-9eb6-1b422561350f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16731 | 2024.08.22 02:25:31.767460 [ 3 ] {83beb700-1fd4-4e02-9eb6-1b422561350f} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16732 | 2024.08.22 02:25:31.767527 [ 3 ] {83beb700-1fd4-4e02-9eb6-1b422561350f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.82 GiB. | ||
16733 | 2024.08.22 02:25:31.768266 [ 197 ] {0b6dfbbe-deac-48d2-bc82-b319c8f68a7a::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 246 rows, containing 4 columns (4 merged, 0 gathered) in 0.004964311 sec., 49553.704431491096 rows/sec., 2.53 MiB/sec. | ||
16734 | 2024.08.22 02:25:31.768458 [ 197 ] {0b6dfbbe-deac-48d2-bc82-b319c8f68a7a::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
16735 | 2024.08.22 02:25:31.768557 [ 3 ] {83beb700-1fd4-4e02-9eb6-1b422561350f} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
16736 | 2024.08.22 02:25:31.769314 [ 197 ] {0b6dfbbe-deac-48d2-bc82-b319c8f68a7a::all_1_41_8} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16737 | 2024.08.22 02:25:31.769412 [ 3 ] {83beb700-1fd4-4e02-9eb6-1b422561350f} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16738 | 2024.08.22 02:25:31.769478 [ 197 ] {0b6dfbbe-deac-48d2-bc82-b319c8f68a7a::all_1_41_8} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
16739 | 2024.08.22 02:25:31.769674 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
16740 | 2024.08.22 02:25:31.769749 [ 3 ] {83beb700-1fd4-4e02-9eb6-1b422561350f} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.004716 sec., 50466.49703138253 rows/sec., 3.38 MiB/sec. | ||
16741 | 2024.08.22 02:25:31.769992 [ 3 ] {83beb700-1fd4-4e02-9eb6-1b422561350f} <Debug> DynamicQueryHandler: Done processing query | ||
16742 | 2024.08.22 02:25:31.770028 [ 3 ] {83beb700-1fd4-4e02-9eb6-1b422561350f} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
16743 | 2024.08.22 02:25:31.770059 [ 3 ] {} <Debug> HTTP-Session: 6fc24dc3-c590-41d9-be46-d51a4660946c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16744 | 2024.08.22 02:25:31.770262 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16745 | 2024.08.22 02:25:31.770311 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16746 | 2024.08.22 02:25:31.770330 [ 3 ] {} <Debug> HTTP-Session: 257b757d-608f-4157-9675-23ba4decd3d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
16747 | 2024.08.22 02:25:31.770346 [ 3 ] {} <Debug> HTTP-Session: 257b757d-608f-4157-9675-23ba4decd3d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16748 | 2024.08.22 02:25:31.770360 [ 3 ] {} <Debug> HTTP-Session: 257b757d-608f-4157-9675-23ba4decd3d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16749 | 2024.08.22 02:25:31.770391 [ 3 ] {} <Trace> HTTP-Session: 257b757d-608f-4157-9675-23ba4decd3d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16750 | 2024.08.22 02:25:31.770485 [ 3 ] {15f5e7fa-0183-4bf5-b9a8-2984b79aff57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
16751 | 2024.08.22 02:25:31.770531 [ 3 ] {15f5e7fa-0183-4bf5-b9a8-2984b79aff57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
16752 | 2024.08.22 02:25:31.770671 [ 3 ] {15f5e7fa-0183-4bf5-b9a8-2984b79aff57} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16753 | 2024.08.22 02:25:31.770922 [ 3 ] {15f5e7fa-0183-4bf5-b9a8-2984b79aff57} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16754 | 2024.08.22 02:25:31.770959 [ 3 ] {15f5e7fa-0183-4bf5-b9a8-2984b79aff57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.82 GiB. | ||
16755 | 2024.08.22 02:25:31.771319 [ 3 ] {15f5e7fa-0183-4bf5-b9a8-2984b79aff57} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
16756 | 2024.08.22 02:25:31.771646 [ 3 ] {15f5e7fa-0183-4bf5-b9a8-2984b79aff57} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16757 | 2024.08.22 02:25:31.771811 [ 3 ] {15f5e7fa-0183-4bf5-b9a8-2984b79aff57} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001342 sec., 745.1564828614008 rows/sec., 50.21 KiB/sec. | ||
16758 | 2024.08.22 02:25:31.772150 [ 3 ] {15f5e7fa-0183-4bf5-b9a8-2984b79aff57} <Debug> DynamicQueryHandler: Done processing query | ||
16759 | 2024.08.22 02:25:31.772187 [ 3 ] {15f5e7fa-0183-4bf5-b9a8-2984b79aff57} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
16760 | 2024.08.22 02:25:31.772204 [ 3 ] {} <Debug> HTTP-Session: 257b757d-608f-4157-9675-23ba4decd3d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16761 | 2024.08.22 02:25:31.772357 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 3336, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16762 | 2024.08.22 02:25:31.772405 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16763 | 2024.08.22 02:25:31.772424 [ 3 ] {} <Debug> HTTP-Session: 661a9ad6-a0a5-4917-9018-c818f19a283b Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
16764 | 2024.08.22 02:25:31.772440 [ 3 ] {} <Debug> HTTP-Session: 661a9ad6-a0a5-4917-9018-c818f19a283b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16765 | 2024.08.22 02:25:31.772454 [ 3 ] {} <Debug> HTTP-Session: 661a9ad6-a0a5-4917-9018-c818f19a283b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16766 | 2024.08.22 02:25:31.772484 [ 3 ] {} <Trace> HTTP-Session: 661a9ad6-a0a5-4917-9018-c818f19a283b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16767 | 2024.08.22 02:25:31.772600 [ 3 ] {87a91c36-d3f9-4941-b126-7ffacddd2cfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
16768 | 2024.08.22 02:25:31.772672 [ 3 ] {87a91c36-d3f9-4941-b126-7ffacddd2cfe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
16769 | 2024.08.22 02:25:31.773112 [ 3 ] {87a91c36-d3f9-4941-b126-7ffacddd2cfe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16770 | 2024.08.22 02:25:31.773539 [ 3 ] {87a91c36-d3f9-4941-b126-7ffacddd2cfe} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16771 | 2024.08.22 02:25:31.773575 [ 3 ] {87a91c36-d3f9-4941-b126-7ffacddd2cfe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.82 GiB. | ||
16772 | 2024.08.22 02:25:31.774158 [ 3 ] {87a91c36-d3f9-4941-b126-7ffacddd2cfe} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
16773 | 2024.08.22 02:25:31.774566 [ 3 ] {87a91c36-d3f9-4941-b126-7ffacddd2cfe} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16774 | 2024.08.22 02:25:31.774755 [ 145 ] {} <Debug> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
16775 | 2024.08.22 02:25:31.774763 [ 3 ] {87a91c36-d3f9-4941-b126-7ffacddd2cfe} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.002197 sec., 910.3322712790168 rows/sec., 1.63 MiB/sec. | ||
16776 | 2024.08.22 02:25:31.774822 [ 145 ] {} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16777 | 2024.08.22 02:25:31.774905 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.82 GiB. | ||
16778 | 2024.08.22 02:25:31.775171 [ 189 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
16779 | 2024.08.22 02:25:31.775309 [ 3 ] {87a91c36-d3f9-4941-b126-7ffacddd2cfe} <Debug> DynamicQueryHandler: Done processing query | ||
16780 | 2024.08.22 02:25:31.775366 [ 3 ] {87a91c36-d3f9-4941-b126-7ffacddd2cfe} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
16781 | 2024.08.22 02:25:31.775413 [ 3 ] {} <Debug> HTTP-Session: 661a9ad6-a0a5-4917-9018-c818f19a283b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16782 | 2024.08.22 02:25:31.775615 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 12133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16783 | 2024.08.22 02:25:31.775740 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16784 | 2024.08.22 02:25:31.775807 [ 3 ] {} <Debug> HTTP-Session: e84c5cc9-f881-46f7-9547-5ac35276d555 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
16785 | 2024.08.22 02:25:31.775815 [ 189 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16786 | 2024.08.22 02:25:31.775836 [ 3 ] {} <Debug> HTTP-Session: e84c5cc9-f881-46f7-9547-5ac35276d555 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16787 | 2024.08.22 02:25:31.775884 [ 3 ] {} <Debug> HTTP-Session: e84c5cc9-f881-46f7-9547-5ac35276d555 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16788 | 2024.08.22 02:25:31.775956 [ 189 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1350 rows starting from the beginning of the part | ||
16789 | 2024.08.22 02:25:31.775971 [ 3 ] {} <Trace> HTTP-Session: e84c5cc9-f881-46f7-9547-5ac35276d555 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16790 | 2024.08.22 02:25:31.776318 [ 3 ] {1d5c5e8c-1c4f-4d5a-83fd-d64a8b03697d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
16791 | 2024.08.22 02:25:31.776507 [ 3 ] {1d5c5e8c-1c4f-4d5a-83fd-d64a8b03697d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
16792 | 2024.08.22 02:25:31.776691 [ 189 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 2 rows starting from the beginning of the part | ||
16793 | 2024.08.22 02:25:31.777400 [ 3 ] {1d5c5e8c-1c4f-4d5a-83fd-d64a8b03697d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16794 | 2024.08.22 02:25:31.777526 [ 189 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 44 rows starting from the beginning of the part | ||
16795 | 2024.08.22 02:25:31.778164 [ 189 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 2 rows starting from the beginning of the part | ||
16796 | 2024.08.22 02:25:31.778405 [ 3 ] {1d5c5e8c-1c4f-4d5a-83fd-d64a8b03697d} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16797 | 2024.08.22 02:25:31.778502 [ 3 ] {1d5c5e8c-1c4f-4d5a-83fd-d64a8b03697d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.82 GiB. | ||
16798 | 2024.08.22 02:25:31.778872 [ 189 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 44 rows starting from the beginning of the part | ||
16799 | 2024.08.22 02:25:31.779539 [ 189 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 2 rows starting from the beginning of the part | ||
16800 | 2024.08.22 02:25:31.779794 [ 3 ] {1d5c5e8c-1c4f-4d5a-83fd-d64a8b03697d} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
16801 | 2024.08.22 02:25:31.780803 [ 3 ] {1d5c5e8c-1c4f-4d5a-83fd-d64a8b03697d} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16802 | 2024.08.22 02:25:31.781144 [ 3 ] {1d5c5e8c-1c4f-4d5a-83fd-d64a8b03697d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005001 sec., 16396.720655868827 rows/sec., 1.04 MiB/sec. | ||
16803 | 2024.08.22 02:25:31.781554 [ 3 ] {1d5c5e8c-1c4f-4d5a-83fd-d64a8b03697d} <Debug> DynamicQueryHandler: Done processing query | ||
16804 | 2024.08.22 02:25:31.781597 [ 3 ] {1d5c5e8c-1c4f-4d5a-83fd-d64a8b03697d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
16805 | 2024.08.22 02:25:31.781622 [ 3 ] {} <Debug> HTTP-Session: e84c5cc9-f881-46f7-9547-5ac35276d555 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16806 | 2024.08.22 02:25:31.786306 [ 196 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1444 rows, containing 19 columns (19 merged, 0 gathered) in 0.011282376 sec., 127987.22538585844 rows/sec., 229.35 MiB/sec. | ||
16807 | 2024.08.22 02:25:31.787808 [ 196 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
16808 | 2024.08.22 02:25:31.788398 [ 196 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_81_16} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16809 | 2024.08.22 02:25:31.788476 [ 196 ] {54363e51-69d9-4b16-adfe-43c651565682::all_1_81_16} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
16810 | 2024.08.22 02:25:31.788625 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.49 MiB. | ||
16811 | 2024.08.22 02:25:36.733997 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 21414, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16812 | 2024.08.22 02:25:36.734133 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16813 | 2024.08.22 02:25:36.734157 [ 3 ] {} <Debug> HTTP-Session: db052c7d-e0c7-4493-b800-bca7ed3fecb1 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
16814 | 2024.08.22 02:25:36.734182 [ 3 ] {} <Debug> HTTP-Session: db052c7d-e0c7-4493-b800-bca7ed3fecb1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16815 | 2024.08.22 02:25:36.734197 [ 3 ] {} <Debug> HTTP-Session: db052c7d-e0c7-4493-b800-bca7ed3fecb1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16816 | 2024.08.22 02:25:36.734248 [ 3 ] {} <Trace> HTTP-Session: db052c7d-e0c7-4493-b800-bca7ed3fecb1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16817 | 2024.08.22 02:25:36.734476 [ 3 ] {8a2ae37f-a05b-4c57-bd90-9eb165fc7751} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
16818 | 2024.08.22 02:25:36.734546 [ 3 ] {8a2ae37f-a05b-4c57-bd90-9eb165fc7751} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
16819 | 2024.08.22 02:25:36.734884 [ 3 ] {8a2ae37f-a05b-4c57-bd90-9eb165fc7751} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16820 | 2024.08.22 02:25:36.735417 [ 3 ] {8a2ae37f-a05b-4c57-bd90-9eb165fc7751} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16821 | 2024.08.22 02:25:36.735459 [ 3 ] {8a2ae37f-a05b-4c57-bd90-9eb165fc7751} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.82 GiB. | ||
16822 | 2024.08.22 02:25:36.735892 [ 3 ] {8a2ae37f-a05b-4c57-bd90-9eb165fc7751} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
16823 | 2024.08.22 02:25:36.736290 [ 3 ] {8a2ae37f-a05b-4c57-bd90-9eb165fc7751} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16824 | 2024.08.22 02:25:36.736437 [ 3 ] {8a2ae37f-a05b-4c57-bd90-9eb165fc7751} <Debug> executeQuery: Read 144 rows, 12.65 KiB in 0.002054 sec., 70107.10808179164 rows/sec., 6.02 MiB/sec. | ||
16825 | 2024.08.22 02:25:36.736629 [ 3 ] {8a2ae37f-a05b-4c57-bd90-9eb165fc7751} <Debug> DynamicQueryHandler: Done processing query | ||
16826 | 2024.08.22 02:25:36.736655 [ 3 ] {8a2ae37f-a05b-4c57-bd90-9eb165fc7751} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
16827 | 2024.08.22 02:25:36.736674 [ 3 ] {} <Debug> HTTP-Session: db052c7d-e0c7-4493-b800-bca7ed3fecb1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16828 | 2024.08.22 02:25:36.736843 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 6362, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16829 | 2024.08.22 02:25:36.736893 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16830 | 2024.08.22 02:25:36.736913 [ 3 ] {} <Debug> HTTP-Session: bb24c889-1e6b-476d-9268-29fa69c03bc1 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
16831 | 2024.08.22 02:25:36.736929 [ 3 ] {} <Debug> HTTP-Session: bb24c889-1e6b-476d-9268-29fa69c03bc1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16832 | 2024.08.22 02:25:36.736943 [ 3 ] {} <Debug> HTTP-Session: bb24c889-1e6b-476d-9268-29fa69c03bc1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16833 | 2024.08.22 02:25:36.736975 [ 3 ] {} <Trace> HTTP-Session: bb24c889-1e6b-476d-9268-29fa69c03bc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16834 | 2024.08.22 02:25:36.737090 [ 3 ] {2e9f857a-163c-41fc-88e6-cf6e7b423eda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
16835 | 2024.08.22 02:25:36.737135 [ 3 ] {2e9f857a-163c-41fc-88e6-cf6e7b423eda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
16836 | 2024.08.22 02:25:36.737360 [ 3 ] {2e9f857a-163c-41fc-88e6-cf6e7b423eda} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16837 | 2024.08.22 02:25:36.737706 [ 3 ] {2e9f857a-163c-41fc-88e6-cf6e7b423eda} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16838 | 2024.08.22 02:25:36.737745 [ 3 ] {2e9f857a-163c-41fc-88e6-cf6e7b423eda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.82 GiB. | ||
16839 | 2024.08.22 02:25:36.738103 [ 3 ] {2e9f857a-163c-41fc-88e6-cf6e7b423eda} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
16840 | 2024.08.22 02:25:36.738462 [ 3 ] {2e9f857a-163c-41fc-88e6-cf6e7b423eda} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16841 | 2024.08.22 02:25:36.738594 [ 3 ] {2e9f857a-163c-41fc-88e6-cf6e7b423eda} <Debug> executeQuery: Read 44 rows, 3.31 KiB in 0.001543 sec., 28515.87815942968 rows/sec., 2.09 MiB/sec. | ||
16842 | 2024.08.22 02:25:36.738774 [ 3 ] {2e9f857a-163c-41fc-88e6-cf6e7b423eda} <Debug> DynamicQueryHandler: Done processing query | ||
16843 | 2024.08.22 02:25:36.738800 [ 3 ] {2e9f857a-163c-41fc-88e6-cf6e7b423eda} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
16844 | 2024.08.22 02:25:36.738816 [ 3 ] {} <Debug> HTTP-Session: bb24c889-1e6b-476d-9268-29fa69c03bc1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16845 | 2024.08.22 02:25:36.738964 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 18333, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16846 | 2024.08.22 02:25:36.739013 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16847 | 2024.08.22 02:25:36.739032 [ 3 ] {} <Debug> HTTP-Session: 1ea47d5e-7ed0-437b-9de9-9f342628457a Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
16848 | 2024.08.22 02:25:36.739048 [ 3 ] {} <Debug> HTTP-Session: 1ea47d5e-7ed0-437b-9de9-9f342628457a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16849 | 2024.08.22 02:25:36.739062 [ 3 ] {} <Debug> HTTP-Session: 1ea47d5e-7ed0-437b-9de9-9f342628457a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16850 | 2024.08.22 02:25:36.739093 [ 3 ] {} <Trace> HTTP-Session: 1ea47d5e-7ed0-437b-9de9-9f342628457a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16851 | 2024.08.22 02:25:36.739211 [ 3 ] {c46bcd9b-a050-4016-88dd-51f11db0cc28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
16852 | 2024.08.22 02:25:36.739255 [ 3 ] {c46bcd9b-a050-4016-88dd-51f11db0cc28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
16853 | 2024.08.22 02:25:36.739489 [ 3 ] {c46bcd9b-a050-4016-88dd-51f11db0cc28} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16854 | 2024.08.22 02:25:36.739868 [ 3 ] {c46bcd9b-a050-4016-88dd-51f11db0cc28} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16855 | 2024.08.22 02:25:36.739905 [ 3 ] {c46bcd9b-a050-4016-88dd-51f11db0cc28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.82 GiB. | ||
16856 | 2024.08.22 02:25:36.740256 [ 3 ] {c46bcd9b-a050-4016-88dd-51f11db0cc28} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
16857 | 2024.08.22 02:25:36.740609 [ 3 ] {c46bcd9b-a050-4016-88dd-51f11db0cc28} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16858 | 2024.08.22 02:25:36.740736 [ 3 ] {c46bcd9b-a050-4016-88dd-51f11db0cc28} <Debug> executeQuery: Read 108 rows, 8.64 KiB in 0.001568 sec., 68877.55102040817 rows/sec., 5.38 MiB/sec. | ||
16859 | 2024.08.22 02:25:36.740998 [ 3 ] {c46bcd9b-a050-4016-88dd-51f11db0cc28} <Debug> DynamicQueryHandler: Done processing query | ||
16860 | 2024.08.22 02:25:36.741056 [ 3 ] {c46bcd9b-a050-4016-88dd-51f11db0cc28} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
16861 | 2024.08.22 02:25:36.741110 [ 3 ] {} <Debug> HTTP-Session: 1ea47d5e-7ed0-437b-9de9-9f342628457a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16862 | 2024.08.22 02:25:36.741348 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 30592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16863 | 2024.08.22 02:25:36.741401 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16864 | 2024.08.22 02:25:36.741420 [ 3 ] {} <Debug> HTTP-Session: b01e7ca6-2a07-46ff-974c-8d126cfd7839 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
16865 | 2024.08.22 02:25:36.741437 [ 3 ] {} <Debug> HTTP-Session: b01e7ca6-2a07-46ff-974c-8d126cfd7839 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16866 | 2024.08.22 02:25:36.741451 [ 3 ] {} <Debug> HTTP-Session: b01e7ca6-2a07-46ff-974c-8d126cfd7839 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16867 | 2024.08.22 02:25:36.741483 [ 3 ] {} <Trace> HTTP-Session: b01e7ca6-2a07-46ff-974c-8d126cfd7839 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16868 | 2024.08.22 02:25:36.741630 [ 3 ] {eab8f434-9465-452f-bbe3-3be996b5889d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
16869 | 2024.08.22 02:25:36.741682 [ 3 ] {eab8f434-9465-452f-bbe3-3be996b5889d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
16870 | 2024.08.22 02:25:36.741856 [ 3 ] {eab8f434-9465-452f-bbe3-3be996b5889d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16871 | 2024.08.22 02:25:36.742248 [ 3 ] {eab8f434-9465-452f-bbe3-3be996b5889d} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16872 | 2024.08.22 02:25:36.742286 [ 3 ] {eab8f434-9465-452f-bbe3-3be996b5889d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.82 GiB. | ||
16873 | 2024.08.22 02:25:36.742684 [ 3 ] {eab8f434-9465-452f-bbe3-3be996b5889d} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
16874 | 2024.08.22 02:25:36.743030 [ 3 ] {eab8f434-9465-452f-bbe3-3be996b5889d} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16875 | 2024.08.22 02:25:36.743181 [ 3 ] {eab8f434-9465-452f-bbe3-3be996b5889d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001611 sec., 99317.19428926133 rows/sec., 6.92 MiB/sec. | ||
16876 | 2024.08.22 02:25:36.743423 [ 3 ] {eab8f434-9465-452f-bbe3-3be996b5889d} <Debug> DynamicQueryHandler: Done processing query | ||
16877 | 2024.08.22 02:25:36.743449 [ 3 ] {eab8f434-9465-452f-bbe3-3be996b5889d} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
16878 | 2024.08.22 02:25:36.743466 [ 3 ] {} <Debug> HTTP-Session: b01e7ca6-2a07-46ff-974c-8d126cfd7839 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16879 | 2024.08.22 02:25:36.743670 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 71226, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16880 | 2024.08.22 02:25:36.743722 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16881 | 2024.08.22 02:25:36.743742 [ 3 ] {} <Debug> HTTP-Session: 8a08ed24-01df-4cd2-918e-47452da288ba Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
16882 | 2024.08.22 02:25:36.743759 [ 3 ] {} <Debug> HTTP-Session: 8a08ed24-01df-4cd2-918e-47452da288ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16883 | 2024.08.22 02:25:36.743773 [ 3 ] {} <Debug> HTTP-Session: 8a08ed24-01df-4cd2-918e-47452da288ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16884 | 2024.08.22 02:25:36.743805 [ 3 ] {} <Trace> HTTP-Session: 8a08ed24-01df-4cd2-918e-47452da288ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16885 | 2024.08.22 02:25:36.744228 [ 3 ] {029abd28-a1ad-423f-b0cc-73aa54661691} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
16886 | 2024.08.22 02:25:36.744297 [ 3 ] {029abd28-a1ad-423f-b0cc-73aa54661691} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
16887 | 2024.08.22 02:25:36.744706 [ 3 ] {029abd28-a1ad-423f-b0cc-73aa54661691} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16888 | 2024.08.22 02:25:36.745452 [ 3 ] {029abd28-a1ad-423f-b0cc-73aa54661691} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16889 | 2024.08.22 02:25:36.745488 [ 3 ] {029abd28-a1ad-423f-b0cc-73aa54661691} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.82 GiB. | ||
16890 | 2024.08.22 02:25:36.746118 [ 3 ] {029abd28-a1ad-423f-b0cc-73aa54661691} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
16891 | 2024.08.22 02:25:36.746520 [ 3 ] {029abd28-a1ad-423f-b0cc-73aa54661691} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16892 | 2024.08.22 02:25:36.746706 [ 3 ] {029abd28-a1ad-423f-b0cc-73aa54661691} <Debug> executeQuery: Read 44 rows, 80.74 KiB in 0.002796 sec., 15736.766809728184 rows/sec., 28.20 MiB/sec. | ||
16893 | 2024.08.22 02:25:36.747090 [ 3 ] {029abd28-a1ad-423f-b0cc-73aa54661691} <Debug> DynamicQueryHandler: Done processing query | ||
16894 | 2024.08.22 02:25:36.747155 [ 3 ] {029abd28-a1ad-423f-b0cc-73aa54661691} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
16895 | 2024.08.22 02:25:36.747201 [ 3 ] {} <Debug> HTTP-Session: 8a08ed24-01df-4cd2-918e-47452da288ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16896 | 2024.08.22 02:25:36.747380 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16897 | 2024.08.22 02:25:36.747431 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16898 | 2024.08.22 02:25:36.747451 [ 3 ] {} <Debug> HTTP-Session: 96b67e4c-dd1f-44ac-ba1f-1d7284d83e28 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
16899 | 2024.08.22 02:25:36.747468 [ 3 ] {} <Debug> HTTP-Session: 96b67e4c-dd1f-44ac-ba1f-1d7284d83e28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16900 | 2024.08.22 02:25:36.747482 [ 3 ] {} <Debug> HTTP-Session: 96b67e4c-dd1f-44ac-ba1f-1d7284d83e28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16901 | 2024.08.22 02:25:36.747514 [ 3 ] {} <Trace> HTTP-Session: 96b67e4c-dd1f-44ac-ba1f-1d7284d83e28 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16902 | 2024.08.22 02:25:36.747629 [ 3 ] {b169891d-0dca-403a-9ad3-b1d34fe5dfd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
16903 | 2024.08.22 02:25:36.747676 [ 3 ] {b169891d-0dca-403a-9ad3-b1d34fe5dfd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
16904 | 2024.08.22 02:25:36.747814 [ 3 ] {b169891d-0dca-403a-9ad3-b1d34fe5dfd2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16905 | 2024.08.22 02:25:36.748109 [ 3 ] {b169891d-0dca-403a-9ad3-b1d34fe5dfd2} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16906 | 2024.08.22 02:25:36.748145 [ 3 ] {b169891d-0dca-403a-9ad3-b1d34fe5dfd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.82 GiB. | ||
16907 | 2024.08.22 02:25:36.748508 [ 3 ] {b169891d-0dca-403a-9ad3-b1d34fe5dfd2} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
16908 | 2024.08.22 02:25:36.748838 [ 3 ] {b169891d-0dca-403a-9ad3-b1d34fe5dfd2} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16909 | 2024.08.22 02:25:36.748989 [ 3 ] {b169891d-0dca-403a-9ad3-b1d34fe5dfd2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001395 sec., 43010.75268817204 rows/sec., 2.90 MiB/sec. | ||
16910 | 2024.08.22 02:25:36.749168 [ 3 ] {b169891d-0dca-403a-9ad3-b1d34fe5dfd2} <Debug> DynamicQueryHandler: Done processing query | ||
16911 | 2024.08.22 02:25:36.749193 [ 3 ] {b169891d-0dca-403a-9ad3-b1d34fe5dfd2} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16912 | 2024.08.22 02:25:36.749209 [ 3 ] {} <Debug> HTTP-Session: 96b67e4c-dd1f-44ac-ba1f-1d7284d83e28 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16913 | 2024.08.22 02:25:41.736639 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16914 | 2024.08.22 02:25:41.736842 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16915 | 2024.08.22 02:25:41.736886 [ 3 ] {} <Debug> HTTP-Session: 84fa424e-fe5c-4980-8992-bef448a04d15 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
16916 | 2024.08.22 02:25:41.736929 [ 3 ] {} <Debug> HTTP-Session: 84fa424e-fe5c-4980-8992-bef448a04d15 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16917 | 2024.08.22 02:25:41.736959 [ 3 ] {} <Debug> HTTP-Session: 84fa424e-fe5c-4980-8992-bef448a04d15 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16918 | 2024.08.22 02:25:41.737039 [ 3 ] {} <Trace> HTTP-Session: 84fa424e-fe5c-4980-8992-bef448a04d15 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16919 | 2024.08.22 02:25:41.737340 [ 3 ] {3a187803-afd1-4d53-8254-9d7cefe5199e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
16920 | 2024.08.22 02:25:41.737430 [ 3 ] {3a187803-afd1-4d53-8254-9d7cefe5199e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
16921 | 2024.08.22 02:25:41.737778 [ 3 ] {3a187803-afd1-4d53-8254-9d7cefe5199e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16922 | 2024.08.22 02:25:41.738189 [ 3 ] {3a187803-afd1-4d53-8254-9d7cefe5199e} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16923 | 2024.08.22 02:25:41.738232 [ 3 ] {3a187803-afd1-4d53-8254-9d7cefe5199e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.82 GiB. | ||
16924 | 2024.08.22 02:25:41.738660 [ 3 ] {3a187803-afd1-4d53-8254-9d7cefe5199e} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
16925 | 2024.08.22 02:25:41.739047 [ 3 ] {3a187803-afd1-4d53-8254-9d7cefe5199e} <Trace> oximeter.fields_ipaddr (cdab0789-df43-4ed0-9b00-f6a2b630ca3d): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16926 | 2024.08.22 02:25:41.739231 [ 3 ] {3a187803-afd1-4d53-8254-9d7cefe5199e} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001989 sec., 1005.5304172951232 rows/sec., 81.99 KiB/sec. | ||
16927 | 2024.08.22 02:25:41.739465 [ 3 ] {3a187803-afd1-4d53-8254-9d7cefe5199e} <Debug> DynamicQueryHandler: Done processing query | ||
16928 | 2024.08.22 02:25:41.739497 [ 3 ] {3a187803-afd1-4d53-8254-9d7cefe5199e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16929 | 2024.08.22 02:25:41.739516 [ 3 ] {} <Debug> HTTP-Session: 84fa424e-fe5c-4980-8992-bef448a04d15 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16930 | 2024.08.22 02:25:41.739765 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 29107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16931 | 2024.08.22 02:25:41.739815 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16932 | 2024.08.22 02:25:41.739834 [ 3 ] {} <Debug> HTTP-Session: 6965f246-1aab-4aad-9030-24eaf166076f Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
16933 | 2024.08.22 02:25:41.739850 [ 3 ] {} <Debug> HTTP-Session: 6965f246-1aab-4aad-9030-24eaf166076f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16934 | 2024.08.22 02:25:41.739864 [ 3 ] {} <Debug> HTTP-Session: 6965f246-1aab-4aad-9030-24eaf166076f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16935 | 2024.08.22 02:25:41.739897 [ 3 ] {} <Trace> HTTP-Session: 6965f246-1aab-4aad-9030-24eaf166076f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16936 | 2024.08.22 02:25:41.740042 [ 3 ] {1a06ed18-7ff2-4989-9023-3cfc010ce460} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
16937 | 2024.08.22 02:25:41.740086 [ 3 ] {1a06ed18-7ff2-4989-9023-3cfc010ce460} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
16938 | 2024.08.22 02:25:41.740316 [ 3 ] {1a06ed18-7ff2-4989-9023-3cfc010ce460} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16939 | 2024.08.22 02:25:41.740772 [ 3 ] {1a06ed18-7ff2-4989-9023-3cfc010ce460} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16940 | 2024.08.22 02:25:41.740810 [ 3 ] {1a06ed18-7ff2-4989-9023-3cfc010ce460} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.82 GiB. | ||
16941 | 2024.08.22 02:25:41.741180 [ 3 ] {1a06ed18-7ff2-4989-9023-3cfc010ce460} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
16942 | 2024.08.22 02:25:41.741531 [ 3 ] {1a06ed18-7ff2-4989-9023-3cfc010ce460} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16943 | 2024.08.22 02:25:41.741697 [ 3 ] {1a06ed18-7ff2-4989-9023-3cfc010ce460} <Debug> executeQuery: Read 194 rows, 17.32 KiB in 0.001718 sec., 112922.00232828871 rows/sec., 9.84 MiB/sec. | ||
16944 | 2024.08.22 02:25:41.741883 [ 3 ] {1a06ed18-7ff2-4989-9023-3cfc010ce460} <Debug> DynamicQueryHandler: Done processing query | ||
16945 | 2024.08.22 02:25:41.741908 [ 3 ] {1a06ed18-7ff2-4989-9023-3cfc010ce460} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
16946 | 2024.08.22 02:25:41.741924 [ 3 ] {} <Debug> HTTP-Session: 6965f246-1aab-4aad-9030-24eaf166076f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16947 | 2024.08.22 02:25:41.742037 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 616, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16948 | 2024.08.22 02:25:41.742086 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16949 | 2024.08.22 02:25:41.742106 [ 3 ] {} <Debug> HTTP-Session: 48dda967-70f5-44d3-9ee3-14202c00801d Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
16950 | 2024.08.22 02:25:41.742122 [ 3 ] {} <Debug> HTTP-Session: 48dda967-70f5-44d3-9ee3-14202c00801d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16951 | 2024.08.22 02:25:41.742135 [ 3 ] {} <Debug> HTTP-Session: 48dda967-70f5-44d3-9ee3-14202c00801d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16952 | 2024.08.22 02:25:41.742166 [ 3 ] {} <Trace> HTTP-Session: 48dda967-70f5-44d3-9ee3-14202c00801d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16953 | 2024.08.22 02:25:41.742262 [ 3 ] {2cc5d362-9523-4da6-b13d-6877479859de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
16954 | 2024.08.22 02:25:41.742306 [ 3 ] {2cc5d362-9523-4da6-b13d-6877479859de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
16955 | 2024.08.22 02:25:41.742533 [ 3 ] {2cc5d362-9523-4da6-b13d-6877479859de} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16956 | 2024.08.22 02:25:41.742888 [ 3 ] {2cc5d362-9523-4da6-b13d-6877479859de} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16957 | 2024.08.22 02:25:41.742927 [ 3 ] {2cc5d362-9523-4da6-b13d-6877479859de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.82 GiB. | ||
16958 | 2024.08.22 02:25:41.743280 [ 3 ] {2cc5d362-9523-4da6-b13d-6877479859de} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
16959 | 2024.08.22 02:25:41.743645 [ 3 ] {2cc5d362-9523-4da6-b13d-6877479859de} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16960 | 2024.08.22 02:25:41.743803 [ 3 ] {2cc5d362-9523-4da6-b13d-6877479859de} <Debug> executeQuery: Read 4 rows, 297.00 B in 0.001562 sec., 2560.819462227913 rows/sec., 185.68 KiB/sec. | ||
16961 | 2024.08.22 02:25:41.743983 [ 3 ] {2cc5d362-9523-4da6-b13d-6877479859de} <Debug> DynamicQueryHandler: Done processing query | ||
16962 | 2024.08.22 02:25:41.744009 [ 3 ] {2cc5d362-9523-4da6-b13d-6877479859de} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16963 | 2024.08.22 02:25:41.744024 [ 3 ] {} <Debug> HTTP-Session: 48dda967-70f5-44d3-9ee3-14202c00801d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16964 | 2024.08.22 02:25:41.744133 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16965 | 2024.08.22 02:25:41.744183 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16966 | 2024.08.22 02:25:41.744202 [ 3 ] {} <Debug> HTTP-Session: 5099fd2c-14f1-4d19-9109-9cc42cb2b579 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
16967 | 2024.08.22 02:25:41.744218 [ 3 ] {} <Debug> HTTP-Session: 5099fd2c-14f1-4d19-9109-9cc42cb2b579 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16968 | 2024.08.22 02:25:41.744232 [ 3 ] {} <Debug> HTTP-Session: 5099fd2c-14f1-4d19-9109-9cc42cb2b579 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16969 | 2024.08.22 02:25:41.744262 [ 3 ] {} <Trace> HTTP-Session: 5099fd2c-14f1-4d19-9109-9cc42cb2b579 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16970 | 2024.08.22 02:25:41.744361 [ 3 ] {e7e623d6-91d6-4a34-bfeb-1d3e47810bcb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
16971 | 2024.08.22 02:25:41.744404 [ 3 ] {e7e623d6-91d6-4a34-bfeb-1d3e47810bcb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
16972 | 2024.08.22 02:25:41.744633 [ 3 ] {e7e623d6-91d6-4a34-bfeb-1d3e47810bcb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16973 | 2024.08.22 02:25:41.744955 [ 3 ] {e7e623d6-91d6-4a34-bfeb-1d3e47810bcb} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16974 | 2024.08.22 02:25:41.744992 [ 3 ] {e7e623d6-91d6-4a34-bfeb-1d3e47810bcb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.82 GiB. | ||
16975 | 2024.08.22 02:25:41.745357 [ 3 ] {e7e623d6-91d6-4a34-bfeb-1d3e47810bcb} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
16976 | 2024.08.22 02:25:41.745709 [ 3 ] {e7e623d6-91d6-4a34-bfeb-1d3e47810bcb} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16977 | 2024.08.22 02:25:41.745875 [ 3 ] {e7e623d6-91d6-4a34-bfeb-1d3e47810bcb} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001531 sec., 9144.350097975179 rows/sec., 640.41 KiB/sec. | ||
16978 | 2024.08.22 02:25:41.746133 [ 3 ] {e7e623d6-91d6-4a34-bfeb-1d3e47810bcb} <Debug> DynamicQueryHandler: Done processing query | ||
16979 | 2024.08.22 02:25:41.746194 [ 3 ] {e7e623d6-91d6-4a34-bfeb-1d3e47810bcb} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
16980 | 2024.08.22 02:25:41.746254 [ 3 ] {} <Debug> HTTP-Session: 5099fd2c-14f1-4d19-9109-9cc42cb2b579 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16981 | 2024.08.22 02:25:41.746437 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16982 | 2024.08.22 02:25:41.746489 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16983 | 2024.08.22 02:25:41.746508 [ 3 ] {} <Debug> HTTP-Session: 9d19b5ff-5e81-4f9f-b3a2-1acf04871e99 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
16984 | 2024.08.22 02:25:41.746525 [ 3 ] {} <Debug> HTTP-Session: 9d19b5ff-5e81-4f9f-b3a2-1acf04871e99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16985 | 2024.08.22 02:25:41.746539 [ 3 ] {} <Debug> HTTP-Session: 9d19b5ff-5e81-4f9f-b3a2-1acf04871e99 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16986 | 2024.08.22 02:25:41.746571 [ 3 ] {} <Trace> HTTP-Session: 9d19b5ff-5e81-4f9f-b3a2-1acf04871e99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16987 | 2024.08.22 02:25:41.746671 [ 3 ] {a0838ee7-94e9-4767-8d38-49f0bb57fc37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
16988 | 2024.08.22 02:25:41.746717 [ 3 ] {a0838ee7-94e9-4767-8d38-49f0bb57fc37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
16989 | 2024.08.22 02:25:41.746962 [ 3 ] {a0838ee7-94e9-4767-8d38-49f0bb57fc37} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16990 | 2024.08.22 02:25:41.747302 [ 3 ] {a0838ee7-94e9-4767-8d38-49f0bb57fc37} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16991 | 2024.08.22 02:25:41.747339 [ 3 ] {a0838ee7-94e9-4767-8d38-49f0bb57fc37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.82 GiB. | ||
16992 | 2024.08.22 02:25:41.747691 [ 3 ] {a0838ee7-94e9-4767-8d38-49f0bb57fc37} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
16993 | 2024.08.22 02:25:41.748049 [ 3 ] {a0838ee7-94e9-4767-8d38-49f0bb57fc37} <Trace> oximeter.fields_u8 (772ed6f2-42e7-4857-93ee-2201315e8356): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16994 | 2024.08.22 02:25:41.748213 [ 3 ] {a0838ee7-94e9-4767-8d38-49f0bb57fc37} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001566 sec., 3831.417624521073 rows/sec., 226.37 KiB/sec. | ||
16995 | 2024.08.22 02:25:41.748393 [ 3 ] {a0838ee7-94e9-4767-8d38-49f0bb57fc37} <Debug> DynamicQueryHandler: Done processing query | ||
16996 | 2024.08.22 02:25:41.748418 [ 3 ] {a0838ee7-94e9-4767-8d38-49f0bb57fc37} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16997 | 2024.08.22 02:25:41.748433 [ 3 ] {} <Debug> HTTP-Session: 9d19b5ff-5e81-4f9f-b3a2-1acf04871e99 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16998 | 2024.08.22 02:25:41.748607 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 62445, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16999 | 2024.08.22 02:25:41.748656 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17000 | 2024.08.22 02:25:41.748675 [ 3 ] {} <Debug> HTTP-Session: c0ad0381-7b82-4d25-8ebd-d4d104766a0b Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
17001 | 2024.08.22 02:25:41.748691 [ 3 ] {} <Debug> HTTP-Session: c0ad0381-7b82-4d25-8ebd-d4d104766a0b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17002 | 2024.08.22 02:25:41.748729 [ 3 ] {} <Debug> HTTP-Session: c0ad0381-7b82-4d25-8ebd-d4d104766a0b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17003 | 2024.08.22 02:25:41.748762 [ 3 ] {} <Trace> HTTP-Session: c0ad0381-7b82-4d25-8ebd-d4d104766a0b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17004 | 2024.08.22 02:25:41.748960 [ 3 ] {abb54c43-7414-4812-a3ba-84412de5cb04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
17005 | 2024.08.22 02:25:41.749004 [ 3 ] {abb54c43-7414-4812-a3ba-84412de5cb04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
17006 | 2024.08.22 02:25:41.749232 [ 3 ] {abb54c43-7414-4812-a3ba-84412de5cb04} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17007 | 2024.08.22 02:25:41.749803 [ 3 ] {abb54c43-7414-4812-a3ba-84412de5cb04} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17008 | 2024.08.22 02:25:41.749841 [ 3 ] {abb54c43-7414-4812-a3ba-84412de5cb04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.82 GiB. | ||
17009 | 2024.08.22 02:25:41.750214 [ 3 ] {abb54c43-7414-4812-a3ba-84412de5cb04} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
17010 | 2024.08.22 02:25:41.750577 [ 3 ] {abb54c43-7414-4812-a3ba-84412de5cb04} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17011 | 2024.08.22 02:25:41.750747 [ 3 ] {abb54c43-7414-4812-a3ba-84412de5cb04} <Debug> executeQuery: Read 386 rows, 28.00 KiB in 0.001888 sec., 204449.1525423729 rows/sec., 14.49 MiB/sec. | ||
17012 | 2024.08.22 02:25:41.750959 [ 3 ] {abb54c43-7414-4812-a3ba-84412de5cb04} <Debug> DynamicQueryHandler: Done processing query | ||
17013 | 2024.08.22 02:25:41.750985 [ 3 ] {abb54c43-7414-4812-a3ba-84412de5cb04} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
17014 | 2024.08.22 02:25:41.751000 [ 3 ] {} <Debug> HTTP-Session: c0ad0381-7b82-4d25-8ebd-d4d104766a0b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17015 | 2024.08.22 02:25:41.751118 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17016 | 2024.08.22 02:25:41.751169 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17017 | 2024.08.22 02:25:41.751187 [ 3 ] {} <Debug> HTTP-Session: 6d7f0258-54a5-4704-939c-6e4e803382fc Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
17018 | 2024.08.22 02:25:41.751204 [ 3 ] {} <Debug> HTTP-Session: 6d7f0258-54a5-4704-939c-6e4e803382fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17019 | 2024.08.22 02:25:41.751217 [ 3 ] {} <Debug> HTTP-Session: 6d7f0258-54a5-4704-939c-6e4e803382fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17020 | 2024.08.22 02:25:41.751249 [ 3 ] {} <Trace> HTTP-Session: 6d7f0258-54a5-4704-939c-6e4e803382fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17021 | 2024.08.22 02:25:41.751344 [ 3 ] {9f8aa357-7356-46bd-b291-141d4b12a3ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
17022 | 2024.08.22 02:25:41.751390 [ 3 ] {9f8aa357-7356-46bd-b291-141d4b12a3ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
17023 | 2024.08.22 02:25:41.751521 [ 3 ] {9f8aa357-7356-46bd-b291-141d4b12a3ff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17024 | 2024.08.22 02:25:41.751822 [ 3 ] {9f8aa357-7356-46bd-b291-141d4b12a3ff} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17025 | 2024.08.22 02:25:41.751859 [ 3 ] {9f8aa357-7356-46bd-b291-141d4b12a3ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.82 GiB. | ||
17026 | 2024.08.22 02:25:41.752226 [ 3 ] {9f8aa357-7356-46bd-b291-141d4b12a3ff} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
17027 | 2024.08.22 02:25:41.752550 [ 3 ] {9f8aa357-7356-46bd-b291-141d4b12a3ff} <Trace> oximeter.measurements_bool (0b6dfbbe-deac-48d2-bc82-b319c8f68a7a): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17028 | 2024.08.22 02:25:41.752703 [ 3 ] {9f8aa357-7356-46bd-b291-141d4b12a3ff} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001382 sec., 4341.534008683068 rows/sec., 226.83 KiB/sec. | ||
17029 | 2024.08.22 02:25:41.752870 [ 3 ] {9f8aa357-7356-46bd-b291-141d4b12a3ff} <Debug> DynamicQueryHandler: Done processing query | ||
17030 | 2024.08.22 02:25:41.752894 [ 3 ] {9f8aa357-7356-46bd-b291-141d4b12a3ff} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
17031 | 2024.08.22 02:25:41.752910 [ 3 ] {} <Debug> HTTP-Session: 6d7f0258-54a5-4704-939c-6e4e803382fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17032 | 2024.08.22 02:25:41.753043 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 44791, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17033 | 2024.08.22 02:25:41.753091 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17034 | 2024.08.22 02:25:41.753109 [ 3 ] {} <Debug> HTTP-Session: 03349b17-c7a2-47f7-aaa9-ff6e523192e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
17035 | 2024.08.22 02:25:41.753124 [ 3 ] {} <Debug> HTTP-Session: 03349b17-c7a2-47f7-aaa9-ff6e523192e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17036 | 2024.08.22 02:25:41.753138 [ 3 ] {} <Debug> HTTP-Session: 03349b17-c7a2-47f7-aaa9-ff6e523192e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17037 | 2024.08.22 02:25:41.753168 [ 3 ] {} <Trace> HTTP-Session: 03349b17-c7a2-47f7-aaa9-ff6e523192e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17038 | 2024.08.22 02:25:41.753345 [ 3 ] {a1ad9698-0b93-413b-b848-1a34d14c91c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
17039 | 2024.08.22 02:25:41.753390 [ 3 ] {a1ad9698-0b93-413b-b848-1a34d14c91c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
17040 | 2024.08.22 02:25:41.753533 [ 3 ] {a1ad9698-0b93-413b-b848-1a34d14c91c4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17041 | 2024.08.22 02:25:41.753987 [ 3 ] {a1ad9698-0b93-413b-b848-1a34d14c91c4} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17042 | 2024.08.22 02:25:41.754023 [ 3 ] {a1ad9698-0b93-413b-b848-1a34d14c91c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.82 GiB. | ||
17043 | 2024.08.22 02:25:41.754412 [ 3 ] {a1ad9698-0b93-413b-b848-1a34d14c91c4} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
17044 | 2024.08.22 02:25:41.754743 [ 3 ] {a1ad9698-0b93-413b-b848-1a34d14c91c4} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17045 | 2024.08.22 02:25:41.754906 [ 3 ] {a1ad9698-0b93-413b-b848-1a34d14c91c4} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001647 sec., 144505.16089860353 rows/sec., 9.69 MiB/sec. | ||
17046 | 2024.08.22 02:25:41.755074 [ 3 ] {a1ad9698-0b93-413b-b848-1a34d14c91c4} <Debug> DynamicQueryHandler: Done processing query | ||
17047 | 2024.08.22 02:25:41.755099 [ 3 ] {a1ad9698-0b93-413b-b848-1a34d14c91c4} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
17048 | 2024.08.22 02:25:41.755114 [ 3 ] {} <Debug> HTTP-Session: 03349b17-c7a2-47f7-aaa9-ff6e523192e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17049 | 2024.08.22 02:25:41.755218 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17050 | 2024.08.22 02:25:41.755266 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17051 | 2024.08.22 02:25:41.755285 [ 3 ] {} <Debug> HTTP-Session: 2a341df9-cc01-483a-ba56-4e1aa2f4324b Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
17052 | 2024.08.22 02:25:41.755301 [ 3 ] {} <Debug> HTTP-Session: 2a341df9-cc01-483a-ba56-4e1aa2f4324b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17053 | 2024.08.22 02:25:41.755314 [ 3 ] {} <Debug> HTTP-Session: 2a341df9-cc01-483a-ba56-4e1aa2f4324b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17054 | 2024.08.22 02:25:41.755345 [ 3 ] {} <Trace> HTTP-Session: 2a341df9-cc01-483a-ba56-4e1aa2f4324b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17055 | 2024.08.22 02:25:41.755435 [ 3 ] {d910ecb1-5f8a-4c24-aa6a-4ccf29a466f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
17056 | 2024.08.22 02:25:41.755481 [ 3 ] {d910ecb1-5f8a-4c24-aa6a-4ccf29a466f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
17057 | 2024.08.22 02:25:41.755610 [ 3 ] {d910ecb1-5f8a-4c24-aa6a-4ccf29a466f3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17058 | 2024.08.22 02:25:41.755908 [ 3 ] {d910ecb1-5f8a-4c24-aa6a-4ccf29a466f3} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17059 | 2024.08.22 02:25:41.755943 [ 3 ] {d910ecb1-5f8a-4c24-aa6a-4ccf29a466f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.82 GiB. | ||
17060 | 2024.08.22 02:25:41.756295 [ 3 ] {d910ecb1-5f8a-4c24-aa6a-4ccf29a466f3} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
17061 | 2024.08.22 02:25:41.756621 [ 3 ] {d910ecb1-5f8a-4c24-aa6a-4ccf29a466f3} <Trace> oximeter.measurements_f64 (8761962f-4035-44a8-816e-471719dde5c7): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17062 | 2024.08.22 02:25:41.756766 [ 3 ] {d910ecb1-5f8a-4c24-aa6a-4ccf29a466f3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001349 sec., 741.2898443291327 rows/sec., 49.95 KiB/sec. | ||
17063 | 2024.08.22 02:25:41.756961 [ 3 ] {d910ecb1-5f8a-4c24-aa6a-4ccf29a466f3} <Debug> DynamicQueryHandler: Done processing query | ||
17064 | 2024.08.22 02:25:41.756992 [ 3 ] {d910ecb1-5f8a-4c24-aa6a-4ccf29a466f3} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
17065 | 2024.08.22 02:25:41.757018 [ 3 ] {} <Debug> HTTP-Session: 2a341df9-cc01-483a-ba56-4e1aa2f4324b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17066 | 2024.08.22 02:25:41.757125 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 3336, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17067 | 2024.08.22 02:25:41.757173 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17068 | 2024.08.22 02:25:41.757191 [ 3 ] {} <Debug> HTTP-Session: 6395b518-0510-4554-95fe-0c2adb787dbf Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
17069 | 2024.08.22 02:25:41.757207 [ 3 ] {} <Debug> HTTP-Session: 6395b518-0510-4554-95fe-0c2adb787dbf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17070 | 2024.08.22 02:25:41.757220 [ 3 ] {} <Debug> HTTP-Session: 6395b518-0510-4554-95fe-0c2adb787dbf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17071 | 2024.08.22 02:25:41.757249 [ 3 ] {} <Trace> HTTP-Session: 6395b518-0510-4554-95fe-0c2adb787dbf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17072 | 2024.08.22 02:25:41.757369 [ 3 ] {80116866-588d-46bd-af21-528da9ba21a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
17073 | 2024.08.22 02:25:41.757431 [ 3 ] {80116866-588d-46bd-af21-528da9ba21a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
17074 | 2024.08.22 02:25:41.757852 [ 3 ] {80116866-588d-46bd-af21-528da9ba21a1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17075 | 2024.08.22 02:25:41.758313 [ 3 ] {80116866-588d-46bd-af21-528da9ba21a1} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17076 | 2024.08.22 02:25:41.758349 [ 3 ] {80116866-588d-46bd-af21-528da9ba21a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.82 GiB. | ||
17077 | 2024.08.22 02:25:41.758912 [ 3 ] {80116866-588d-46bd-af21-528da9ba21a1} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
17078 | 2024.08.22 02:25:41.759285 [ 3 ] {80116866-588d-46bd-af21-528da9ba21a1} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17079 | 2024.08.22 02:25:41.759459 [ 3 ] {80116866-588d-46bd-af21-528da9ba21a1} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.002188 sec., 914.0767824497259 rows/sec., 1.64 MiB/sec. | ||
17080 | 2024.08.22 02:25:41.759666 [ 3 ] {80116866-588d-46bd-af21-528da9ba21a1} <Debug> DynamicQueryHandler: Done processing query | ||
17081 | 2024.08.22 02:25:41.759754 [ 3 ] {80116866-588d-46bd-af21-528da9ba21a1} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
17082 | 2024.08.22 02:25:41.759770 [ 3 ] {} <Debug> HTTP-Session: 6395b518-0510-4554-95fe-0c2adb787dbf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17083 | 2024.08.22 02:25:41.759891 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 12133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17084 | 2024.08.22 02:25:41.759939 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17085 | 2024.08.22 02:25:41.759957 [ 3 ] {} <Debug> HTTP-Session: e16bc724-af65-4c54-bb3e-98e66b46d02f Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
17086 | 2024.08.22 02:25:41.759974 [ 3 ] {} <Debug> HTTP-Session: e16bc724-af65-4c54-bb3e-98e66b46d02f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17087 | 2024.08.22 02:25:41.759987 [ 3 ] {} <Debug> HTTP-Session: e16bc724-af65-4c54-bb3e-98e66b46d02f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17088 | 2024.08.22 02:25:41.760018 [ 3 ] {} <Trace> HTTP-Session: e16bc724-af65-4c54-bb3e-98e66b46d02f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17089 | 2024.08.22 02:25:41.760151 [ 3 ] {92955597-89e1-4c11-8a13-ff03d03b863d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
17090 | 2024.08.22 02:25:41.760197 [ 3 ] {92955597-89e1-4c11-8a13-ff03d03b863d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
17091 | 2024.08.22 02:25:41.760328 [ 3 ] {92955597-89e1-4c11-8a13-ff03d03b863d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17092 | 2024.08.22 02:25:41.760651 [ 3 ] {92955597-89e1-4c11-8a13-ff03d03b863d} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17093 | 2024.08.22 02:25:41.760687 [ 3 ] {92955597-89e1-4c11-8a13-ff03d03b863d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.82 GiB. | ||
17094 | 2024.08.22 02:25:41.761046 [ 3 ] {92955597-89e1-4c11-8a13-ff03d03b863d} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
17095 | 2024.08.22 02:25:41.761366 [ 3 ] {92955597-89e1-4c11-8a13-ff03d03b863d} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17096 | 2024.08.22 02:25:41.761514 [ 3 ] {92955597-89e1-4c11-8a13-ff03d03b863d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00142 sec., 57746.47887323944 rows/sec., 3.67 MiB/sec. | ||
17097 | 2024.08.22 02:25:41.761771 [ 3 ] {92955597-89e1-4c11-8a13-ff03d03b863d} <Debug> DynamicQueryHandler: Done processing query | ||
17098 | 2024.08.22 02:25:41.761832 [ 3 ] {92955597-89e1-4c11-8a13-ff03d03b863d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
17099 | 2024.08.22 02:25:41.761887 [ 3 ] {} <Debug> HTTP-Session: e16bc724-af65-4c54-bb3e-98e66b46d02f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17100 | 2024.08.22 02:25:45.129263 [ 131 ] {} <Debug> DNSResolver: Updating DNS cache | ||
17101 | 2024.08.22 02:25:45.129346 [ 131 ] {} <Debug> DNSResolver: Updated DNS cache | ||
17102 | 2024.08.22 02:25:46.764578 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 186528, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17103 | 2024.08.22 02:25:46.764771 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17104 | 2024.08.22 02:25:46.764817 [ 3 ] {} <Debug> HTTP-Session: 77d1d196-d5a6-4aee-9afb-335c8c2aa5d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
17105 | 2024.08.22 02:25:46.764858 [ 3 ] {} <Debug> HTTP-Session: 77d1d196-d5a6-4aee-9afb-335c8c2aa5d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17106 | 2024.08.22 02:25:46.764887 [ 3 ] {} <Debug> HTTP-Session: 77d1d196-d5a6-4aee-9afb-335c8c2aa5d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17107 | 2024.08.22 02:25:46.764967 [ 3 ] {} <Trace> HTTP-Session: 77d1d196-d5a6-4aee-9afb-335c8c2aa5d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17108 | 2024.08.22 02:25:46.765743 [ 3 ] {5477f660-4d53-4b6b-b49b-f8e4cd4f8256} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
17109 | 2024.08.22 02:25:46.765816 [ 3 ] {5477f660-4d53-4b6b-b49b-f8e4cd4f8256} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
17110 | 2024.08.22 02:25:46.766158 [ 3 ] {5477f660-4d53-4b6b-b49b-f8e4cd4f8256} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17111 | 2024.08.22 02:25:46.767679 [ 3 ] {5477f660-4d53-4b6b-b49b-f8e4cd4f8256} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17112 | 2024.08.22 02:25:46.767727 [ 3 ] {5477f660-4d53-4b6b-b49b-f8e4cd4f8256} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.81 GiB. | ||
17113 | 2024.08.22 02:25:46.768277 [ 3 ] {5477f660-4d53-4b6b-b49b-f8e4cd4f8256} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
17114 | 2024.08.22 02:25:46.768673 [ 3 ] {5477f660-4d53-4b6b-b49b-f8e4cd4f8256} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17115 | 2024.08.22 02:25:46.768852 [ 3 ] {5477f660-4d53-4b6b-b49b-f8e4cd4f8256} <Debug> executeQuery: Read 1284 rows, 108.77 KiB in 0.003596 sec., 357063.40378198 rows/sec., 29.54 MiB/sec. | ||
17116 | 2024.08.22 02:25:46.768877 [ 130 ] {} <Debug> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
17117 | 2024.08.22 02:25:46.768983 [ 130 ] {} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17118 | 2024.08.22 02:25:46.769039 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.81 GiB. | ||
17119 | 2024.08.22 02:25:46.769205 [ 3 ] {5477f660-4d53-4b6b-b49b-f8e4cd4f8256} <Debug> DynamicQueryHandler: Done processing query | ||
17120 | 2024.08.22 02:25:46.769285 [ 3 ] {5477f660-4d53-4b6b-b49b-f8e4cd4f8256} <Debug> MemoryTracker: Peak memory usage (for query): 4.99 MiB. | ||
17121 | 2024.08.22 02:25:46.769326 [ 3 ] {} <Debug> HTTP-Session: 77d1d196-d5a6-4aee-9afb-335c8c2aa5d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17122 | 2024.08.22 02:25:46.769343 [ 193 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
17123 | 2024.08.22 02:25:46.769894 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 6362, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17124 | 2024.08.22 02:25:46.770080 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17125 | 2024.08.22 02:25:46.770086 [ 193 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17126 | 2024.08.22 02:25:46.770173 [ 3 ] {} <Debug> HTTP-Session: 84af828f-64a4-48eb-93bf-40d7f7594f50 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
17127 | 2024.08.22 02:25:46.770240 [ 193 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1436 rows starting from the beginning of the part | ||
17128 | 2024.08.22 02:25:46.770258 [ 3 ] {} <Debug> HTTP-Session: 84af828f-64a4-48eb-93bf-40d7f7594f50 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17129 | 2024.08.22 02:25:46.770321 [ 3 ] {} <Debug> HTTP-Session: 84af828f-64a4-48eb-93bf-40d7f7594f50 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17130 | 2024.08.22 02:25:46.770507 [ 3 ] {} <Trace> HTTP-Session: 84af828f-64a4-48eb-93bf-40d7f7594f50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17131 | 2024.08.22 02:25:46.770803 [ 193 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 145 rows starting from the beginning of the part | ||
17132 | 2024.08.22 02:25:46.771102 [ 3 ] {fa408952-d661-4a95-b339-87a5ce029fe0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
17133 | 2024.08.22 02:25:46.771212 [ 193 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 194 rows starting from the beginning of the part | ||
17134 | 2024.08.22 02:25:46.771270 [ 3 ] {fa408952-d661-4a95-b339-87a5ce029fe0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
17135 | 2024.08.22 02:25:46.771632 [ 193 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 144 rows starting from the beginning of the part | ||
17136 | 2024.08.22 02:25:46.771948 [ 193 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 194 rows starting from the beginning of the part | ||
17137 | 2024.08.22 02:25:46.772358 [ 193 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 1284 rows starting from the beginning of the part | ||
17138 | 2024.08.22 02:25:46.773156 [ 3 ] {fa408952-d661-4a95-b339-87a5ce029fe0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17139 | 2024.08.22 02:25:46.774122 [ 3 ] {fa408952-d661-4a95-b339-87a5ce029fe0} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17140 | 2024.08.22 02:25:46.774192 [ 3 ] {fa408952-d661-4a95-b339-87a5ce029fe0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.81 GiB. | ||
17141 | 2024.08.22 02:25:46.775101 [ 3 ] {fa408952-d661-4a95-b339-87a5ce029fe0} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
17142 | 2024.08.22 02:25:46.775618 [ 3 ] {fa408952-d661-4a95-b339-87a5ce029fe0} <Trace> oximeter.fields_u16 (9e7fe1c1-44d5-4230-82a4-8d1cf9a56995): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17143 | 2024.08.22 02:25:46.775957 [ 3 ] {fa408952-d661-4a95-b339-87a5ce029fe0} <Debug> executeQuery: Read 44 rows, 3.31 KiB in 0.005052 sec., 8709.422011084718 rows/sec., 654.91 KiB/sec. | ||
17144 | 2024.08.22 02:25:46.776404 [ 193 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3397 rows, containing 5 columns (5 merged, 0 gathered) in 0.00726513 sec., 467575.9415179081 rows/sec., 40.97 MiB/sec. | ||
17145 | 2024.08.22 02:25:46.776508 [ 3 ] {fa408952-d661-4a95-b339-87a5ce029fe0} <Debug> DynamicQueryHandler: Done processing query | ||
17146 | 2024.08.22 02:25:46.776541 [ 3 ] {fa408952-d661-4a95-b339-87a5ce029fe0} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
17147 | 2024.08.22 02:25:46.776574 [ 3 ] {} <Debug> HTTP-Session: 84af828f-64a4-48eb-93bf-40d7f7594f50 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17148 | 2024.08.22 02:25:46.776690 [ 193 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
17149 | 2024.08.22 02:25:46.776811 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 30489, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17150 | 2024.08.22 02:25:46.776903 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17151 | 2024.08.22 02:25:46.776995 [ 3 ] {} <Debug> HTTP-Session: ef1205d5-b9c0-469f-987d-c7734fbcc763 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
17152 | 2024.08.22 02:25:46.777061 [ 3 ] {} <Debug> HTTP-Session: ef1205d5-b9c0-469f-987d-c7734fbcc763 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17153 | 2024.08.22 02:25:46.777119 [ 3 ] {} <Debug> HTTP-Session: ef1205d5-b9c0-469f-987d-c7734fbcc763 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17154 | 2024.08.22 02:25:46.777222 [ 3 ] {} <Trace> HTTP-Session: ef1205d5-b9c0-469f-987d-c7734fbcc763 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17155 | 2024.08.22 02:25:46.777517 [ 3 ] {8845d6de-8f6e-496a-a558-3b81cdc902ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
17156 | 2024.08.22 02:25:46.777527 [ 193 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_91_18} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17157 | 2024.08.22 02:25:46.777618 [ 3 ] {8845d6de-8f6e-496a-a558-3b81cdc902ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
17158 | 2024.08.22 02:25:46.777764 [ 193 ] {e1804331-7746-4a7d-906a-46d1d193c5b0::all_1_91_18} <Trace> oximeter.fields_string (e1804331-7746-4a7d-906a-46d1d193c5b0) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
17159 | 2024.08.22 02:25:46.777914 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
17160 | 2024.08.22 02:25:46.778092 [ 3 ] {8845d6de-8f6e-496a-a558-3b81cdc902ed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17161 | 2024.08.22 02:25:46.778629 [ 3 ] {8845d6de-8f6e-496a-a558-3b81cdc902ed} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17162 | 2024.08.22 02:25:46.778668 [ 3 ] {8845d6de-8f6e-496a-a558-3b81cdc902ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.81 GiB. | ||
17163 | 2024.08.22 02:25:46.779069 [ 3 ] {8845d6de-8f6e-496a-a558-3b81cdc902ed} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
17164 | 2024.08.22 02:25:46.779457 [ 3 ] {8845d6de-8f6e-496a-a558-3b81cdc902ed} <Trace> oximeter.fields_u32 (ceb2f7df-7434-4250-94d4-558a266c33a5): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17165 | 2024.08.22 02:25:46.779636 [ 3 ] {8845d6de-8f6e-496a-a558-3b81cdc902ed} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.00225 sec., 101333.33333333334 rows/sec., 6.86 MiB/sec. | ||
17166 | 2024.08.22 02:25:46.779916 [ 3 ] {8845d6de-8f6e-496a-a558-3b81cdc902ed} <Debug> DynamicQueryHandler: Done processing query | ||
17167 | 2024.08.22 02:25:46.779980 [ 3 ] {8845d6de-8f6e-496a-a558-3b81cdc902ed} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
17168 | 2024.08.22 02:25:46.780032 [ 3 ] {} <Debug> HTTP-Session: ef1205d5-b9c0-469f-987d-c7734fbcc763 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17169 | 2024.08.22 02:25:46.780329 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 93345, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17170 | 2024.08.22 02:25:46.780384 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17171 | 2024.08.22 02:25:46.780404 [ 3 ] {} <Debug> HTTP-Session: 9563a12c-4eef-425d-b665-7565f65c0208 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
17172 | 2024.08.22 02:25:46.780421 [ 3 ] {} <Debug> HTTP-Session: 9563a12c-4eef-425d-b665-7565f65c0208 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17173 | 2024.08.22 02:25:46.780435 [ 3 ] {} <Debug> HTTP-Session: 9563a12c-4eef-425d-b665-7565f65c0208 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17174 | 2024.08.22 02:25:46.780469 [ 3 ] {} <Trace> HTTP-Session: 9563a12c-4eef-425d-b665-7565f65c0208 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17175 | 2024.08.22 02:25:46.780898 [ 3 ] {511a937e-41bb-4a9d-a4cf-54eefe8b12aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
17176 | 2024.08.22 02:25:46.781042 [ 3 ] {511a937e-41bb-4a9d-a4cf-54eefe8b12aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
17177 | 2024.08.22 02:25:46.781389 [ 3 ] {511a937e-41bb-4a9d-a4cf-54eefe8b12aa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17178 | 2024.08.22 02:25:46.782096 [ 3 ] {511a937e-41bb-4a9d-a4cf-54eefe8b12aa} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17179 | 2024.08.22 02:25:46.782136 [ 3 ] {511a937e-41bb-4a9d-a4cf-54eefe8b12aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.81 GiB. | ||
17180 | 2024.08.22 02:25:46.782524 [ 3 ] {511a937e-41bb-4a9d-a4cf-54eefe8b12aa} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
17181 | 2024.08.22 02:25:46.782879 [ 3 ] {511a937e-41bb-4a9d-a4cf-54eefe8b12aa} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17182 | 2024.08.22 02:25:46.783044 [ 130 ] {} <Debug> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
17183 | 2024.08.22 02:25:46.783045 [ 3 ] {511a937e-41bb-4a9d-a4cf-54eefe8b12aa} <Debug> executeQuery: Read 564 rows, 42.93 KiB in 0.002458 sec., 229454.84133441822 rows/sec., 17.06 MiB/sec. | ||
17184 | 2024.08.22 02:25:46.783129 [ 130 ] {} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17185 | 2024.08.22 02:25:46.783199 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.81 GiB. | ||
17186 | 2024.08.22 02:25:46.783483 [ 3 ] {511a937e-41bb-4a9d-a4cf-54eefe8b12aa} <Debug> DynamicQueryHandler: Done processing query | ||
17187 | 2024.08.22 02:25:46.783489 [ 202 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
17188 | 2024.08.22 02:25:46.783524 [ 3 ] {511a937e-41bb-4a9d-a4cf-54eefe8b12aa} <Debug> MemoryTracker: Peak memory usage (for query): 4.57 MiB. | ||
17189 | 2024.08.22 02:25:46.783612 [ 3 ] {} <Debug> HTTP-Session: 9563a12c-4eef-425d-b665-7565f65c0208 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17190 | 2024.08.22 02:25:46.784090 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 160506, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17191 | 2024.08.22 02:25:46.784261 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17192 | 2024.08.22 02:25:46.784346 [ 3 ] {} <Debug> HTTP-Session: 19c42fec-78e6-4e74-9575-a36554e145f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
17193 | 2024.08.22 02:25:46.784428 [ 3 ] {} <Debug> HTTP-Session: 19c42fec-78e6-4e74-9575-a36554e145f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17194 | 2024.08.22 02:25:46.784447 [ 202 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17195 | 2024.08.22 02:25:46.784491 [ 3 ] {} <Debug> HTTP-Session: 19c42fec-78e6-4e74-9575-a36554e145f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17196 | 2024.08.22 02:25:46.784648 [ 3 ] {} <Trace> HTTP-Session: 19c42fec-78e6-4e74-9575-a36554e145f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17197 | 2024.08.22 02:25:46.784665 [ 202 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 942 rows starting from the beginning of the part | ||
17198 | 2024.08.22 02:25:46.785016 [ 202 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 110 rows starting from the beginning of the part | ||
17199 | 2024.08.22 02:25:46.785100 [ 202 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 386 rows starting from the beginning of the part | ||
17200 | 2024.08.22 02:25:46.785172 [ 202 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 108 rows starting from the beginning of the part | ||
17201 | 2024.08.22 02:25:46.785381 [ 202 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 386 rows starting from the beginning of the part | ||
17202 | 2024.08.22 02:25:46.785470 [ 3 ] {67b945e5-c91c-41ef-af7f-129b8f352ce7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
17203 | 2024.08.22 02:25:46.785618 [ 202 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 564 rows starting from the beginning of the part | ||
17204 | 2024.08.22 02:25:46.785716 [ 3 ] {67b945e5-c91c-41ef-af7f-129b8f352ce7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
17205 | 2024.08.22 02:25:46.786480 [ 3 ] {67b945e5-c91c-41ef-af7f-129b8f352ce7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17206 | 2024.08.22 02:25:46.787893 [ 3 ] {67b945e5-c91c-41ef-af7f-129b8f352ce7} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17207 | 2024.08.22 02:25:46.787935 [ 3 ] {67b945e5-c91c-41ef-af7f-129b8f352ce7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.81 GiB. | ||
17208 | 2024.08.22 02:25:46.788603 [ 190 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2496 rows, containing 5 columns (5 merged, 0 gathered) in 0.005289732 sec., 471857.5534639562 rows/sec., 36.23 MiB/sec. | ||
17209 | 2024.08.22 02:25:46.788886 [ 3 ] {67b945e5-c91c-41ef-af7f-129b8f352ce7} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
17210 | 2024.08.22 02:25:46.788897 [ 190 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
17211 | 2024.08.22 02:25:46.789840 [ 3 ] {67b945e5-c91c-41ef-af7f-129b8f352ce7} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17212 | 2024.08.22 02:25:46.789968 [ 190 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_91_18} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17213 | 2024.08.22 02:25:46.790110 [ 130 ] {} <Debug> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
17214 | 2024.08.22 02:25:46.790192 [ 130 ] {} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17215 | 2024.08.22 02:25:46.790215 [ 3 ] {67b945e5-c91c-41ef-af7f-129b8f352ce7} <Debug> executeQuery: Read 844 rows, 58.17 KiB in 0.005243 sec., 160976.54014876977 rows/sec., 10.83 MiB/sec. | ||
17216 | 2024.08.22 02:25:46.790234 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.81 GiB. | ||
17217 | 2024.08.22 02:25:46.790290 [ 190 ] {dedaefdc-9d3d-40e7-a0fe-983cf02201e8::all_1_91_18} <Trace> oximeter.fields_uuid (dedaefdc-9d3d-40e7-a0fe-983cf02201e8) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
17218 | 2024.08.22 02:25:46.790876 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
17219 | 2024.08.22 02:25:46.790914 [ 3 ] {67b945e5-c91c-41ef-af7f-129b8f352ce7} <Debug> DynamicQueryHandler: Done processing query | ||
17220 | 2024.08.22 02:25:46.790989 [ 3 ] {67b945e5-c91c-41ef-af7f-129b8f352ce7} <Debug> MemoryTracker: Peak memory usage (for query): 4.66 MiB. | ||
17221 | 2024.08.22 02:25:46.790999 [ 195 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
17222 | 2024.08.22 02:25:46.791054 [ 3 ] {} <Debug> HTTP-Session: 19c42fec-78e6-4e74-9575-a36554e145f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17223 | 2024.08.22 02:25:46.791587 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 71240, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17224 | 2024.08.22 02:25:46.791754 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17225 | 2024.08.22 02:25:46.791769 [ 195 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17226 | 2024.08.22 02:25:46.791821 [ 3 ] {} <Debug> HTTP-Session: 944050ed-9e31-4e3e-a64e-a4100f1aada1 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
17227 | 2024.08.22 02:25:46.791906 [ 3 ] {} <Debug> HTTP-Session: 944050ed-9e31-4e3e-a64e-a4100f1aada1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17228 | 2024.08.22 02:25:46.791915 [ 195 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_86_17, total 27402 rows starting from the beginning of the part | ||
17229 | 2024.08.22 02:25:46.791948 [ 3 ] {} <Debug> HTTP-Session: 944050ed-9e31-4e3e-a64e-a4100f1aada1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17230 | 2024.08.22 02:25:46.792055 [ 3 ] {} <Trace> HTTP-Session: 944050ed-9e31-4e3e-a64e-a4100f1aada1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17231 | 2024.08.22 02:25:46.792183 [ 195 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 161 rows starting from the beginning of the part | ||
17232 | 2024.08.22 02:25:46.792493 [ 195 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 238 rows starting from the beginning of the part | ||
17233 | 2024.08.22 02:25:46.792664 [ 195 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 160 rows starting from the beginning of the part | ||
17234 | 2024.08.22 02:25:46.792931 [ 3 ] {65c7ed1b-13e7-4231-b846-ec370ce3c97b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
17235 | 2024.08.22 02:25:46.792950 [ 195 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 238 rows starting from the beginning of the part | ||
17236 | 2024.08.22 02:25:46.793276 [ 195 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 844 rows starting from the beginning of the part | ||
17237 | 2024.08.22 02:25:46.793288 [ 3 ] {65c7ed1b-13e7-4231-b846-ec370ce3c97b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
17238 | 2024.08.22 02:25:46.795098 [ 3 ] {65c7ed1b-13e7-4231-b846-ec370ce3c97b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17239 | 2024.08.22 02:25:46.796967 [ 3 ] {65c7ed1b-13e7-4231-b846-ec370ce3c97b} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17240 | 2024.08.22 02:25:46.797033 [ 3 ] {65c7ed1b-13e7-4231-b846-ec370ce3c97b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.81 GiB. | ||
17241 | 2024.08.22 02:25:46.798421 [ 3 ] {65c7ed1b-13e7-4231-b846-ec370ce3c97b} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
17242 | 2024.08.22 02:25:46.798958 [ 3 ] {65c7ed1b-13e7-4231-b846-ec370ce3c97b} <Trace> oximeter.measurements_histogramf64 (54363e51-69d9-4b16-adfe-43c651565682): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17243 | 2024.08.22 02:25:46.799191 [ 3 ] {65c7ed1b-13e7-4231-b846-ec370ce3c97b} <Debug> executeQuery: Read 44 rows, 80.74 KiB in 0.00687 sec., 6404.657933042212 rows/sec., 11.48 MiB/sec. | ||
17244 | 2024.08.22 02:25:46.800158 [ 3 ] {65c7ed1b-13e7-4231-b846-ec370ce3c97b} <Debug> DynamicQueryHandler: Done processing query | ||
17245 | 2024.08.22 02:25:46.800238 [ 3 ] {65c7ed1b-13e7-4231-b846-ec370ce3c97b} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
17246 | 2024.08.22 02:25:46.800288 [ 3 ] {} <Debug> HTTP-Session: 944050ed-9e31-4e3e-a64e-a4100f1aada1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17247 | 2024.08.22 02:25:46.800514 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54522, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17248 | 2024.08.22 02:25:46.800571 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17249 | 2024.08.22 02:25:46.800591 [ 3 ] {} <Debug> HTTP-Session: 35b073e7-d1c7-44da-99ca-e37d070ee9b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:54522 | ||
17250 | 2024.08.22 02:25:46.800608 [ 3 ] {} <Debug> HTTP-Session: 35b073e7-d1c7-44da-99ca-e37d070ee9b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17251 | 2024.08.22 02:25:46.800622 [ 3 ] {} <Debug> HTTP-Session: 35b073e7-d1c7-44da-99ca-e37d070ee9b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17252 | 2024.08.22 02:25:46.800657 [ 3 ] {} <Trace> HTTP-Session: 35b073e7-d1c7-44da-99ca-e37d070ee9b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17253 | 2024.08.22 02:25:46.800830 [ 3 ] {a3276df6-a0b5-4cf1-8776-6a7e532d5bc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54522) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
17254 | 2024.08.22 02:25:46.800881 [ 3 ] {a3276df6-a0b5-4cf1-8776-6a7e532d5bc3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
17255 | 2024.08.22 02:25:46.801141 [ 3 ] {a3276df6-a0b5-4cf1-8776-6a7e532d5bc3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17256 | 2024.08.22 02:25:46.801618 [ 3 ] {a3276df6-a0b5-4cf1-8776-6a7e532d5bc3} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17257 | 2024.08.22 02:25:46.801659 [ 3 ] {a3276df6-a0b5-4cf1-8776-6a7e532d5bc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.81 GiB. | ||
17258 | 2024.08.22 02:25:46.802143 [ 3 ] {a3276df6-a0b5-4cf1-8776-6a7e532d5bc3} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
17259 | 2024.08.22 02:25:46.802594 [ 3 ] {a3276df6-a0b5-4cf1-8776-6a7e532d5bc3} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17260 | 2024.08.22 02:25:46.802818 [ 3 ] {a3276df6-a0b5-4cf1-8776-6a7e532d5bc3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002036 sec., 29469.548133595283 rows/sec., 1.99 MiB/sec. | ||
17261 | 2024.08.22 02:25:46.802823 [ 130 ] {} <Debug> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
17262 | 2024.08.22 02:25:46.802926 [ 130 ] {} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17263 | 2024.08.22 02:25:46.802984 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.81 GiB. | ||
17264 | 2024.08.22 02:25:46.803237 [ 3 ] {a3276df6-a0b5-4cf1-8776-6a7e532d5bc3} <Debug> DynamicQueryHandler: Done processing query | ||
17265 | 2024.08.22 02:25:46.803298 [ 199 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
17266 | 2024.08.22 02:25:46.803306 [ 3 ] {a3276df6-a0b5-4cf1-8776-6a7e532d5bc3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
17267 | 2024.08.22 02:25:46.803368 [ 3 ] {} <Debug> HTTP-Session: 35b073e7-d1c7-44da-99ca-e37d070ee9b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17268 | 2024.08.22 02:25:46.803552 [ 199 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17269 | 2024.08.22 02:25:46.803618 [ 199 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 5922 rows starting from the beginning of the part | ||
17270 | 2024.08.22 02:25:46.803904 [ 199 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 60 rows starting from the beginning of the part | ||
17271 | 2024.08.22 02:25:46.803949 [ 195 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 29043 rows, containing 5 columns (5 merged, 0 gathered) in 0.013475316 sec., 2155274.132346878 rows/sec., 145.70 MiB/sec. | ||
17272 | 2024.08.22 02:25:46.804156 [ 199 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 82 rows starting from the beginning of the part | ||
17273 | 2024.08.22 02:25:46.804325 [ 199 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 60 rows starting from the beginning of the part | ||
17274 | 2024.08.22 02:25:46.804527 [ 199 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 82 rows starting from the beginning of the part | ||
17275 | 2024.08.22 02:25:46.804624 [ 195 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
17276 | 2024.08.22 02:25:46.804738 [ 199 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 60 rows starting from the beginning of the part | ||
17277 | 2024.08.22 02:25:46.805688 [ 195 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17278 | 2024.08.22 02:25:46.805801 [ 195 ] {7806b6c3-6673-401f-ac2c-5bd7feadee9c::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (7806b6c3-6673-401f-ac2c-5bd7feadee9c) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
17279 | 2024.08.22 02:25:46.805912 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. | ||
17280 | 2024.08.22 02:25:46.807063 [ 188 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6266 rows, containing 4 columns (4 merged, 0 gathered) in 0.003955546 sec., 1584104.9503658914 rows/sec., 103.41 MiB/sec. | ||
17281 | 2024.08.22 02:25:46.807471 [ 188 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
17282 | 2024.08.22 02:25:46.807877 [ 188 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_91_18} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17283 | 2024.08.22 02:25:46.807968 [ 188 ] {757f1fdd-0218-4e0e-ae1b-fd7711eb40fc::all_1_91_18} <Trace> oximeter.measurements_u64 (757f1fdd-0218-4e0e-ae1b-fd7711eb40fc) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
17284 | 2024.08.22 02:25:46.808063 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.20 MiB. |