1 | [ May 30 04:09:51 Enabled. ] | ||
2 | [ May 30 04:09:51 Rereading configuration. ] | ||
3 | [ May 30 04:09:52 Rereading configuration. ] | ||
4 | [ May 30 04:09: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 | [ May 30 04:09: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.05.30 04:09:57.567713 [ 1 ] {} <Information> Application: Will watch for the process with pid 23729 | ||
33 | 2024.05.30 04:09:57.568122 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
34 | 2024.05.30 04:09:57.861189 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 23729 | ||
35 | 2024.05.30 04:09:57.862286 [ 1 ] {} <Information> Application: starting up | ||
36 | 2024.05.30 04:09:57.863385 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
37 | 2024.05.30 04:09:57.984114 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
38 | 2024.05.30 04:09:58.073657 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
39 | 2024.05.30 04:09:58.073728 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
40 | 2024.05.30 04:09:58.073748 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
41 | 2024.05.30 04:09:58.073833 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
42 | 2024.05.30 04:09:58.074300 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
43 | 2024.05.30 04:09:58.076476 [ 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.05.30 04:09:58.077113 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
48 | 2024.05.30 04:09:58.078281 [ 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.05.30 04:09:58.078315 [ 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.05.30 04:09:58.078333 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
51 | 2024.05.30 04:09:58.078635 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
52 | 2024.05.30 04:09:58.079846 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
53 | 2024.05.30 04:09:58.086180 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
54 | 2024.05.30 04:09:58.087030 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
55 | 2024.05.30 04:09:58.088548 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
56 | 2024.05.30 04:09:58.088621 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
57 | 2024.05.30 04:09:58.090370 [ 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.05.30 04:09:58.090730 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
62 | 2024.05.30 04:09:58.096044 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
63 | 2024.05.30 04:09:58.096677 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: config.xml | ||
64 | 2024.05.30 04:09:58.098585 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
65 | 2024.05.30 04:09:58.099021 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
66 | 2024.05.30 04:09:58.099577 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
67 | 2024.05.30 04:09:58.099950 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
68 | 2024.05.30 04:09:58.101557 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
69 | 2024.05.30 04:09:58.101595 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
70 | 2024.05.30 04:09:58.101676 [ 128 ] {} <Debug> DNSResolver: Updating DNS cache | ||
71 | 2024.05.30 04:09:58.101812 [ 128 ] {} <Debug> DNSResolver: Updated DNS cache | ||
72 | 2024.05.30 04:09:58.135825 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
73 | 2024.05.30 04:09:58.135860 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000178493 sec | ||
74 | 2024.05.30 04:09:58.135903 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
75 | 2024.05.30 04:09:58.135915 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
76 | 2024.05.30 04:09:58.137215 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
77 | 2024.05.30 04:09:58.138525 [ 1 ] {} <Debug> SystemLog: Not creating system.query_log since corresponding section 'query_log' is missing from config | ||
78 | 2024.05.30 04:09:58.138619 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
79 | 2024.05.30 04:09:58.138658 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
80 | 2024.05.30 04:09:58.138673 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
81 | 2024.05.30 04:09:58.138687 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
82 | 2024.05.30 04:09:58.138723 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
83 | 2024.05.30 04:09:58.138737 [ 1 ] {} <Debug> SystemLog: Not creating system.metric_log since corresponding section 'metric_log' is missing from config | ||
84 | 2024.05.30 04:09:58.138751 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
85 | 2024.05.30 04:09:58.138796 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
86 | 2024.05.30 04:09:58.138811 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_metric_log since corresponding section 'asynchronous_metric_log' is missing from config | ||
87 | 2024.05.30 04:09:58.138824 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
88 | 2024.05.30 04:09:58.138844 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
89 | 2024.05.30 04:09:58.138882 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
90 | 2024.05.30 04:09:58.138895 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
91 | 2024.05.30 04:09:58.138914 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
92 | 2024.05.30 04:09:58.138949 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
93 | 2024.05.30 04:09:58.138964 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
94 | 2024.05.30 04:09:58.182607 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
95 | 2024.05.30 04:09:58.187870 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
96 | 2024.05.30 04:09:58.187917 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 7.9812e-05 sec | ||
97 | 2024.05.30 04:09:58.187933 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
98 | 2024.05.30 04:09:58.187957 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
99 | 2024.05.30 04:09:58.187992 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
100 | 2024.05.30 04:09:58.188244 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
101 | 2024.05.30 04:09:58.188297 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
102 | 2024.05.30 04:09:58.188316 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
103 | 2024.05.30 04:09:58.188341 [ 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.05.30 04:09:58.188357 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
105 | 2024.05.30 04:09:58.262305 [ 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.05.30 04:09:58.512191 [ 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.05.30 04:09:58.512261 [ 1 ] {} <Trace> MySQLHandlerFactory: Generating new RSA key pair. | ||
108 | 2024.05.30 04:09:58.613990 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
109 | 2024.05.30 04:09:58.614190 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 9.87 MiB, peak 16.07 MiB, free memory in arenas 0.00 B, will set to 157.07 MiB (RSS), difference: 147.21 MiB | ||
110 | 2024.05.30 04:09:58.615310 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.7111e-05 sec. | ||
111 | 2024.05.30 04:09:58.615721 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
112 | 2024.05.30 04:09:58.615818 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
113 | 2024.05.30 04:09:58.615888 [ 1 ] {} <Information> Application: Listening for MySQL compatibility protocol: [fd00:1122:3344:101::e]:9004 | ||
114 | 2024.05.30 04:09:58.615918 [ 1 ] {} <Information> Application: Ready for connections. | ||
115 | 2024.05.30 04:09:58.616958 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47581, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
116 | 2024.05.30 04:09:58.617157 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
117 | 2024.05.30 04:09:58.617193 [ 3 ] {} <Debug> HTTP-Session: bc4ce59f-e593-4856-b38e-eee721b43a0c Authenticating user 'default' from [fd00:1122:3344:101::d]:47581 | ||
118 | 2024.05.30 04:09:58.617289 [ 3 ] {} <Debug> HTTP-Session: bc4ce59f-e593-4856-b38e-eee721b43a0c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
119 | 2024.05.30 04:09:58.617316 [ 3 ] {} <Debug> HTTP-Session: bc4ce59f-e593-4856-b38e-eee721b43a0c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
120 | 2024.05.30 04:09:58.617404 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
121 | 2024.05.30 04:09:58.617440 [ 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.05.30 04:09:58.617464 [ 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.05.30 04:09:58.617537 [ 3 ] {} <Trace> HTTP-Session: bc4ce59f-e593-4856-b38e-eee721b43a0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
124 | 2024.05.30 04:09:58.618848 [ 3 ] {2316ffab-cc36-4bb7-903f-a206f369aa46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47581) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
125 | 2024.05.30 04:09:58.669201 [ 3 ] {2316ffab-cc36-4bb7-903f-a206f369aa46} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:47581) (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 @ 0x0000000000114257 in /system/lib/amd64/libc.so.1 | ||
149 | |||
150 | 2024.05.30 04:09:58.670134 [ 3 ] {2316ffab-cc36-4bb7-903f-a206f369aa46} <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 @ 0x0000000000114257 in /system/lib/amd64/libc.so.1 | ||
174 | (version 23.8.7.1) | ||
175 | 2024.05.30 04:09:58.672044 [ 3 ] {} <Debug> HTTP-Session: bc4ce59f-e593-4856-b38e-eee721b43a0c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
176 | 2024.05.30 04:09:58.673949 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47581, User-Agent: (none), Length: 33, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
177 | 2024.05.30 04:09:58.674019 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
178 | 2024.05.30 04:09:58.674045 [ 3 ] {} <Debug> HTTP-Session: 82b14df7-c895-4e27-a31a-11221072a2b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:47581 | ||
179 | 2024.05.30 04:09:58.674072 [ 3 ] {} <Debug> HTTP-Session: 82b14df7-c895-4e27-a31a-11221072a2b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
180 | 2024.05.30 04:09:58.674087 [ 3 ] {} <Debug> HTTP-Session: 82b14df7-c895-4e27-a31a-11221072a2b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
181 | 2024.05.30 04:09:58.674135 [ 3 ] {} <Trace> HTTP-Session: 82b14df7-c895-4e27-a31a-11221072a2b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
182 | 2024.05.30 04:09:58.675579 [ 3 ] {a0821ba5-7a93-4e6a-bf94-11712c726e7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47581) SHOW CLUSTERS FORMAT JSONEachRow; (stage: Complete) | ||
183 | 2024.05.30 04:09:58.675721 [ 3 ] {a0821ba5-7a93-4e6a-bf94-11712c726e7e} <Debug> executeQuery: (internal) SELECT DISTINCT cluster FROM system.clusters ORDER BY cluster (stage: Complete) | ||
184 | 2024.05.30 04:09:58.678276 [ 3 ] {a0821ba5-7a93-4e6a-bf94-11712c726e7e} <Trace> ContextAccess (default): Access granted: SELECT(cluster) ON system.clusters | ||
185 | 2024.05.30 04:09:58.681997 [ 3 ] {a0821ba5-7a93-4e6a-bf94-11712c726e7e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
186 | 2024.05.30 04:09:58.689411 [ 3 ] {a0821ba5-7a93-4e6a-bf94-11712c726e7e} <Debug> DynamicQueryHandler: Done processing query | ||
187 | 2024.05.30 04:09:58.689530 [ 3 ] {a0821ba5-7a93-4e6a-bf94-11712c726e7e} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
188 | 2024.05.30 04:09:58.689568 [ 3 ] {} <Debug> HTTP-Session: 82b14df7-c895-4e27-a31a-11221072a2b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
189 | 2024.05.30 04:09:58.689970 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47581, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
190 | 2024.05.30 04:09:58.690030 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
191 | 2024.05.30 04:09:58.690054 [ 3 ] {} <Debug> HTTP-Session: eee2b318-ce61-4a9f-8d1c-85455ba3d044 Authenticating user 'default' from [fd00:1122:3344:101::d]:47581 | ||
192 | 2024.05.30 04:09:58.690073 [ 3 ] {} <Debug> HTTP-Session: eee2b318-ce61-4a9f-8d1c-85455ba3d044 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
193 | 2024.05.30 04:09:58.690090 [ 3 ] {} <Debug> HTTP-Session: eee2b318-ce61-4a9f-8d1c-85455ba3d044 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
194 | 2024.05.30 04:09:58.690131 [ 3 ] {} <Trace> HTTP-Session: eee2b318-ce61-4a9f-8d1c-85455ba3d044 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
195 | 2024.05.30 04:09:58.690258 [ 3 ] {6eb04fa9-f02e-43e9-bf9f-9a7a3d9d09a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47581) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
196 | 2024.05.30 04:09:58.690600 [ 3 ] {6eb04fa9-f02e-43e9-bf9f-9a7a3d9d09a0} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:47581) (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 @ 0x0000000000114257 in /system/lib/amd64/libc.so.1 | ||
220 | |||
221 | 2024.05.30 04:09:58.690747 [ 3 ] {6eb04fa9-f02e-43e9-bf9f-9a7a3d9d09a0} <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 @ 0x0000000000114257 in /system/lib/amd64/libc.so.1 | ||
245 | (version 23.8.7.1) | ||
246 | 2024.05.30 04:09:58.690923 [ 3 ] {} <Debug> HTTP-Session: eee2b318-ce61-4a9f-8d1c-85455ba3d044 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
247 | 2024.05.30 04:09:58.691216 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47581, User-Agent: (none), Length: 32, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
248 | 2024.05.30 04:09:58.691278 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
249 | 2024.05.30 04:09:58.691298 [ 3 ] {} <Debug> HTTP-Session: 26473355-92f3-48ab-aac2-9dd008e549f9 Authenticating user 'default' from [fd00:1122:3344:101::d]:47581 | ||
250 | 2024.05.30 04:09:58.691318 [ 3 ] {} <Debug> HTTP-Session: 26473355-92f3-48ab-aac2-9dd008e549f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
251 | 2024.05.30 04:09:58.691342 [ 3 ] {} <Debug> HTTP-Session: 26473355-92f3-48ab-aac2-9dd008e549f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
252 | 2024.05.30 04:09:58.691374 [ 3 ] {} <Trace> HTTP-Session: 26473355-92f3-48ab-aac2-9dd008e549f9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
253 | 2024.05.30 04:09:58.691616 [ 3 ] {495c455d-2270-49da-b565-c20d7610925b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47581) DROP DATABASE IF EXISTS oximeter (stage: Complete) | ||
254 | 2024.05.30 04:09:58.691784 [ 3 ] {495c455d-2270-49da-b565-c20d7610925b} <Debug> DynamicQueryHandler: Done processing query | ||
255 | 2024.05.30 04:09:58.691808 [ 3 ] {} <Debug> HTTP-Session: 26473355-92f3-48ab-aac2-9dd008e549f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
256 | 2024.05.30 04:09:58.691909 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47581, User-Agent: (none), Length: 38, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
257 | 2024.05.30 04:09:58.691962 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
258 | 2024.05.30 04:09:58.691985 [ 3 ] {} <Debug> HTTP-Session: f200a20b-591a-4c8c-9345-590f38d49375 Authenticating user 'default' from [fd00:1122:3344:101::d]:47581 | ||
259 | 2024.05.30 04:09:58.692001 [ 3 ] {} <Debug> HTTP-Session: f200a20b-591a-4c8c-9345-590f38d49375 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
260 | 2024.05.30 04:09:58.692019 [ 3 ] {} <Debug> HTTP-Session: f200a20b-591a-4c8c-9345-590f38d49375 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
261 | 2024.05.30 04:09:58.692054 [ 3 ] {} <Trace> HTTP-Session: f200a20b-591a-4c8c-9345-590f38d49375 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
262 | 2024.05.30 04:09:58.692151 [ 3 ] {cfe76fbe-a2ba-40c9-92e8-b57016703360} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47581) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
263 | 2024.05.30 04:09:58.692214 [ 3 ] {cfe76fbe-a2ba-40c9-92e8-b57016703360} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
264 | 2024.05.30 04:09:58.704094 [ 3 ] {cfe76fbe-a2ba-40c9-92e8-b57016703360} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
265 | 2024.05.30 04:09:58.704139 [ 3 ] {cfe76fbe-a2ba-40c9-92e8-b57016703360} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 7.9711e-05 sec | ||
266 | 2024.05.30 04:09:58.704157 [ 3 ] {cfe76fbe-a2ba-40c9-92e8-b57016703360} <Trace> ReferentialDeps: No tables | ||
267 | 2024.05.30 04:09:58.704177 [ 3 ] {cfe76fbe-a2ba-40c9-92e8-b57016703360} <Trace> LoadingDeps: No tables | ||
268 | 2024.05.30 04:09:58.704207 [ 3 ] {cfe76fbe-a2ba-40c9-92e8-b57016703360} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
269 | 2024.05.30 04:09:58.704362 [ 3 ] {cfe76fbe-a2ba-40c9-92e8-b57016703360} <Debug> DynamicQueryHandler: Done processing query | ||
270 | 2024.05.30 04:09:58.704390 [ 3 ] {} <Debug> HTTP-Session: f200a20b-591a-4c8c-9345-590f38d49375 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
271 | 2024.05.30 04:09:58.704512 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47581, User-Agent: (none), Length: 223, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
272 | 2024.05.30 04:09:58.704632 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
273 | 2024.05.30 04:09:58.704651 [ 3 ] {} <Debug> HTTP-Session: 39947f7a-bbff-4fc8-b043-a9d7b4da4b61 Authenticating user 'default' from [fd00:1122:3344:101::d]:47581 | ||
274 | 2024.05.30 04:09:58.704671 [ 3 ] {} <Debug> HTTP-Session: 39947f7a-bbff-4fc8-b043-a9d7b4da4b61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
275 | 2024.05.30 04:09:58.704716 [ 3 ] {} <Debug> HTTP-Session: 39947f7a-bbff-4fc8-b043-a9d7b4da4b61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
276 | 2024.05.30 04:09:58.704748 [ 3 ] {} <Trace> HTTP-Session: 39947f7a-bbff-4fc8-b043-a9d7b4da4b61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
277 | 2024.05.30 04:09:58.704894 [ 3 ] {c8185905-4c76-44f3-969e-65a7ccc700af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47581) /* 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.05.30 04:09:58.704946 [ 3 ] {c8185905-4c76-44f3-969e-65a7ccc700af} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
280 | 2024.05.30 04:09:58.710402 [ 3 ] {c8185905-4c76-44f3-969e-65a7ccc700af} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
281 | 2024.05.30 04:09:58.712471 [ 3 ] {c8185905-4c76-44f3-969e-65a7ccc700af} <Debug> oximeter.version (6327a087-8987-4566-8890-38b8e71db229): Loading data parts | ||
282 | 2024.05.30 04:09:58.712936 [ 3 ] {c8185905-4c76-44f3-969e-65a7ccc700af} <Debug> oximeter.version (6327a087-8987-4566-8890-38b8e71db229): There are no data parts | ||
283 | 2024.05.30 04:09:58.717654 [ 3 ] {c8185905-4c76-44f3-969e-65a7ccc700af} <Debug> DynamicQueryHandler: Done processing query | ||
284 | 2024.05.30 04:09:58.717681 [ 3 ] {} <Debug> HTTP-Session: 39947f7a-bbff-4fc8-b043-a9d7b4da4b61 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
285 | 2024.05.30 04:09:58.717839 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47581, User-Agent: (none), Length: 818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
286 | 2024.05.30 04:09:58.717895 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
287 | 2024.05.30 04:09:58.717926 [ 3 ] {} <Debug> HTTP-Session: ca265e57-f41d-4252-8103-a316a7e7051b Authenticating user 'default' from [fd00:1122:3344:101::d]:47581 | ||
288 | 2024.05.30 04:09:58.717944 [ 3 ] {} <Debug> HTTP-Session: ca265e57-f41d-4252-8103-a316a7e7051b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
289 | 2024.05.30 04:09:58.717961 [ 3 ] {} <Debug> HTTP-Session: ca265e57-f41d-4252-8103-a316a7e7051b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
290 | 2024.05.30 04:09:58.718001 [ 3 ] {} <Trace> HTTP-Session: ca265e57-f41d-4252-8103-a316a7e7051b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
291 | 2024.05.30 04:09:58.718206 [ 3 ] {a8ba3ebc-77df-4593-8483-417a5f188e6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47581) /* 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.05.30 04:09:58.718262 [ 3 ] {a8ba3ebc-77df-4593-8483-417a5f188e6e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
303 | 2024.05.30 04:09:58.726226 [ 3 ] {a8ba3ebc-77df-4593-8483-417a5f188e6e} <Debug> oximeter.measurements_bool (a60e49b5-dd1d-45a3-b41a-ee00ccae0f69): Loading data parts | ||
304 | 2024.05.30 04:09:58.726414 [ 3 ] {a8ba3ebc-77df-4593-8483-417a5f188e6e} <Debug> oximeter.measurements_bool (a60e49b5-dd1d-45a3-b41a-ee00ccae0f69): There are no data parts | ||
305 | 2024.05.30 04:09:58.732474 [ 3 ] {a8ba3ebc-77df-4593-8483-417a5f188e6e} <Debug> DynamicQueryHandler: Done processing query | ||
306 | 2024.05.30 04:09:58.732508 [ 3 ] {} <Debug> HTTP-Session: ca265e57-f41d-4252-8103-a316a7e7051b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
307 | 2024.05.30 04:09:58.732708 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47581, User-Agent: (none), Length: 292, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
308 | 2024.05.30 04:09:58.732765 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
309 | 2024.05.30 04:09:58.732792 [ 3 ] {} <Debug> HTTP-Session: 8edef2c1-32c6-460a-8472-484b61919a0d Authenticating user 'default' from [fd00:1122:3344:101::d]:47581 | ||
310 | 2024.05.30 04:09:58.732812 [ 3 ] {} <Debug> HTTP-Session: 8edef2c1-32c6-460a-8472-484b61919a0d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
311 | 2024.05.30 04:09:58.732831 [ 3 ] {} <Debug> HTTP-Session: 8edef2c1-32c6-460a-8472-484b61919a0d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
312 | 2024.05.30 04:09:58.732867 [ 3 ] {} <Trace> HTTP-Session: 8edef2c1-32c6-460a-8472-484b61919a0d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
313 | 2024.05.30 04:09:58.733055 [ 3 ] {248a779d-42b1-4314-b337-bcb46e09ddc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47581) 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.05.30 04:09:58.733108 [ 3 ] {248a779d-42b1-4314-b337-bcb46e09ddc4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
315 | 2024.05.30 04:09:58.735219 [ 3 ] {248a779d-42b1-4314-b337-bcb46e09ddc4} <Debug> oximeter.measurements_i8 (389fcff1-a1cb-465a-88d7-4e2e4c197489): Loading data parts | ||
316 | 2024.05.30 04:09:58.735403 [ 3 ] {248a779d-42b1-4314-b337-bcb46e09ddc4} <Debug> oximeter.measurements_i8 (389fcff1-a1cb-465a-88d7-4e2e4c197489): There are no data parts | ||
317 | 2024.05.30 04:09:58.737984 [ 3 ] {248a779d-42b1-4314-b337-bcb46e09ddc4} <Debug> DynamicQueryHandler: Done processing query | ||
318 | 2024.05.30 04:09:58.738060 [ 3 ] {} <Debug> HTTP-Session: 8edef2c1-32c6-460a-8472-484b61919a0d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
319 | 2024.05.30 04:09:58.738180 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47581, User-Agent: (none), Length: 293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
320 | 2024.05.30 04:09:58.738249 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
321 | 2024.05.30 04:09:58.738284 [ 3 ] {} <Debug> HTTP-Session: 72b5d9b7-c814-404a-9238-e0df8242abe9 Authenticating user 'default' from [fd00:1122:3344:101::d]:47581 | ||
322 | 2024.05.30 04:09:58.738304 [ 3 ] {} <Debug> HTTP-Session: 72b5d9b7-c814-404a-9238-e0df8242abe9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
323 | 2024.05.30 04:09:58.738327 [ 3 ] {} <Debug> HTTP-Session: 72b5d9b7-c814-404a-9238-e0df8242abe9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
324 | 2024.05.30 04:09:58.738374 [ 3 ] {} <Trace> HTTP-Session: 72b5d9b7-c814-404a-9238-e0df8242abe9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
325 | 2024.05.30 04:09:58.738595 [ 3 ] {9f0a7aa1-a822-4f47-ba48-12d047de4cef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47581) 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.05.30 04:09:58.738717 [ 3 ] {9f0a7aa1-a822-4f47-ba48-12d047de4cef} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
327 | 2024.05.30 04:09:58.740428 [ 3 ] {9f0a7aa1-a822-4f47-ba48-12d047de4cef} <Debug> oximeter.measurements_u8 (8e856b69-2cb7-47b1-955a-6a69c2f2e75e): Loading data parts | ||
328 | 2024.05.30 04:09:58.740629 [ 3 ] {9f0a7aa1-a822-4f47-ba48-12d047de4cef} <Debug> oximeter.measurements_u8 (8e856b69-2cb7-47b1-955a-6a69c2f2e75e): There are no data parts | ||
329 | 2024.05.30 04:09:58.749795 [ 3 ] {9f0a7aa1-a822-4f47-ba48-12d047de4cef} <Debug> DynamicQueryHandler: Done processing query | ||
330 | 2024.05.30 04:09:58.749830 [ 3 ] {} <Debug> HTTP-Session: 72b5d9b7-c814-404a-9238-e0df8242abe9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
331 | 2024.05.30 04:09:58.749966 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47581, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
332 | 2024.05.30 04:09:58.750036 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
333 | 2024.05.30 04:09:58.750066 [ 3 ] {} <Debug> HTTP-Session: 9955ec78-8934-46c9-9a81-a1813c922f19 Authenticating user 'default' from [fd00:1122:3344:101::d]:47581 | ||
334 | 2024.05.30 04:09:58.750090 [ 3 ] {} <Debug> HTTP-Session: 9955ec78-8934-46c9-9a81-a1813c922f19 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
335 | 2024.05.30 04:09:58.750113 [ 3 ] {} <Debug> HTTP-Session: 9955ec78-8934-46c9-9a81-a1813c922f19 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
336 | 2024.05.30 04:09:58.750159 [ 3 ] {} <Trace> HTTP-Session: 9955ec78-8934-46c9-9a81-a1813c922f19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
337 | 2024.05.30 04:09:58.750405 [ 3 ] {bad7406a-238b-405b-bcee-afdd6271a220} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47581) 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.05.30 04:09:58.750467 [ 3 ] {bad7406a-238b-405b-bcee-afdd6271a220} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
339 | 2024.05.30 04:09:58.752979 [ 3 ] {bad7406a-238b-405b-bcee-afdd6271a220} <Debug> oximeter.measurements_i16 (9f8a970f-fd2a-47d1-9720-10a4ec193611): Loading data parts | ||
340 | 2024.05.30 04:09:58.753187 [ 3 ] {bad7406a-238b-405b-bcee-afdd6271a220} <Debug> oximeter.measurements_i16 (9f8a970f-fd2a-47d1-9720-10a4ec193611): There are no data parts | ||
341 | 2024.05.30 04:09:58.755675 [ 3 ] {bad7406a-238b-405b-bcee-afdd6271a220} <Debug> DynamicQueryHandler: Done processing query | ||
342 | 2024.05.30 04:09:58.755782 [ 3 ] {} <Debug> HTTP-Session: 9955ec78-8934-46c9-9a81-a1813c922f19 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
343 | 2024.05.30 04:09:58.755914 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47581, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
344 | 2024.05.30 04:09:58.755983 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
345 | 2024.05.30 04:09:58.756016 [ 3 ] {} <Debug> HTTP-Session: 5a2e0879-1b9c-4111-ba69-1ec73f64241e Authenticating user 'default' from [fd00:1122:3344:101::d]:47581 | ||
346 | 2024.05.30 04:09:58.756036 [ 3 ] {} <Debug> HTTP-Session: 5a2e0879-1b9c-4111-ba69-1ec73f64241e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
347 | 2024.05.30 04:09:58.756058 [ 3 ] {} <Debug> HTTP-Session: 5a2e0879-1b9c-4111-ba69-1ec73f64241e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
348 | 2024.05.30 04:09:58.756116 [ 3 ] {} <Trace> HTTP-Session: 5a2e0879-1b9c-4111-ba69-1ec73f64241e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
349 | 2024.05.30 04:09:58.756343 [ 3 ] {1892bd6e-fb4a-43fd-bf7f-d24816b647a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47581) 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.05.30 04:09:58.756413 [ 3 ] {1892bd6e-fb4a-43fd-bf7f-d24816b647a3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
351 | 2024.05.30 04:09:58.758208 [ 3 ] {1892bd6e-fb4a-43fd-bf7f-d24816b647a3} <Debug> oximeter.measurements_u16 (2ceaef6f-87e7-4dad-b4b0-4c7b562e4b32): Loading data parts | ||
352 | 2024.05.30 04:09:58.758378 [ 3 ] {1892bd6e-fb4a-43fd-bf7f-d24816b647a3} <Debug> oximeter.measurements_u16 (2ceaef6f-87e7-4dad-b4b0-4c7b562e4b32): There are no data parts | ||
353 | 2024.05.30 04:09:58.765535 [ 3 ] {1892bd6e-fb4a-43fd-bf7f-d24816b647a3} <Debug> DynamicQueryHandler: Done processing query | ||
354 | 2024.05.30 04:09:58.765578 [ 3 ] {} <Debug> HTTP-Session: 5a2e0879-1b9c-4111-ba69-1ec73f64241e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
355 | 2024.05.30 04:09:58.765706 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47581, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
356 | 2024.05.30 04:09:58.765828 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
357 | 2024.05.30 04:09:58.765853 [ 3 ] {} <Debug> HTTP-Session: 55302bab-8811-4a0c-acb3-d053d665c78e Authenticating user 'default' from [fd00:1122:3344:101::d]:47581 | ||
358 | 2024.05.30 04:09:58.765886 [ 3 ] {} <Debug> HTTP-Session: 55302bab-8811-4a0c-acb3-d053d665c78e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
359 | 2024.05.30 04:09:58.765899 [ 3 ] {} <Debug> HTTP-Session: 55302bab-8811-4a0c-acb3-d053d665c78e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
360 | 2024.05.30 04:09:58.765938 [ 3 ] {} <Trace> HTTP-Session: 55302bab-8811-4a0c-acb3-d053d665c78e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
361 | 2024.05.30 04:09:58.766156 [ 3 ] {b51584e8-d2ee-4789-9d9d-5a2b857cac30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47581) 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.05.30 04:09:58.766210 [ 3 ] {b51584e8-d2ee-4789-9d9d-5a2b857cac30} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
363 | 2024.05.30 04:09:58.768402 [ 3 ] {b51584e8-d2ee-4789-9d9d-5a2b857cac30} <Debug> oximeter.measurements_i32 (af81559c-742c-4026-983b-22b94c246d2a): Loading data parts | ||
364 | 2024.05.30 04:09:58.768563 [ 3 ] {b51584e8-d2ee-4789-9d9d-5a2b857cac30} <Debug> oximeter.measurements_i32 (af81559c-742c-4026-983b-22b94c246d2a): There are no data parts | ||
365 | 2024.05.30 04:09:58.771171 [ 3 ] {b51584e8-d2ee-4789-9d9d-5a2b857cac30} <Debug> DynamicQueryHandler: Done processing query | ||
366 | 2024.05.30 04:09:58.771212 [ 3 ] {} <Debug> HTTP-Session: 55302bab-8811-4a0c-acb3-d053d665c78e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
367 | 2024.05.30 04:09:58.771337 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47581, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
368 | 2024.05.30 04:09:58.771403 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
369 | 2024.05.30 04:09:58.771473 [ 3 ] {} <Debug> HTTP-Session: b6352195-c016-485a-9d66-a3c8711a48c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:47581 | ||
370 | 2024.05.30 04:09:58.771495 [ 3 ] {} <Debug> HTTP-Session: b6352195-c016-485a-9d66-a3c8711a48c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
371 | 2024.05.30 04:09:58.771520 [ 3 ] {} <Debug> HTTP-Session: b6352195-c016-485a-9d66-a3c8711a48c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
372 | 2024.05.30 04:09:58.771564 [ 3 ] {} <Trace> HTTP-Session: b6352195-c016-485a-9d66-a3c8711a48c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
373 | 2024.05.30 04:09:58.771835 [ 3 ] {3a0a2911-c9af-4663-ae6f-13f756f39295} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47581) 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.05.30 04:09:58.771889 [ 3 ] {3a0a2911-c9af-4663-ae6f-13f756f39295} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
375 | 2024.05.30 04:09:58.773550 [ 3 ] {3a0a2911-c9af-4663-ae6f-13f756f39295} <Debug> oximeter.measurements_u32 (e42f4bfc-172c-495b-a855-e51d1908f30d): Loading data parts | ||
376 | 2024.05.30 04:09:58.773730 [ 3 ] {3a0a2911-c9af-4663-ae6f-13f756f39295} <Debug> oximeter.measurements_u32 (e42f4bfc-172c-495b-a855-e51d1908f30d): There are no data parts | ||
377 | 2024.05.30 04:09:58.783069 [ 3 ] {3a0a2911-c9af-4663-ae6f-13f756f39295} <Debug> DynamicQueryHandler: Done processing query | ||
378 | 2024.05.30 04:09:58.783102 [ 3 ] {} <Debug> HTTP-Session: b6352195-c016-485a-9d66-a3c8711a48c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
379 | 2024.05.30 04:09:58.783228 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47581, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
380 | 2024.05.30 04:09:58.783284 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
381 | 2024.05.30 04:09:58.783309 [ 3 ] {} <Debug> HTTP-Session: ccdeaf5f-2e92-4b71-983b-b2ea7dcb3c1d Authenticating user 'default' from [fd00:1122:3344:101::d]:47581 | ||
382 | 2024.05.30 04:09:58.783329 [ 3 ] {} <Debug> HTTP-Session: ccdeaf5f-2e92-4b71-983b-b2ea7dcb3c1d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
383 | 2024.05.30 04:09:58.783345 [ 3 ] {} <Debug> HTTP-Session: ccdeaf5f-2e92-4b71-983b-b2ea7dcb3c1d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
384 | 2024.05.30 04:09:58.783381 [ 3 ] {} <Trace> HTTP-Session: ccdeaf5f-2e92-4b71-983b-b2ea7dcb3c1d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
385 | 2024.05.30 04:09:58.783567 [ 3 ] {5adb074c-89b6-4537-bc52-541e496e3dcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47581) 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.05.30 04:09:58.783622 [ 3 ] {5adb074c-89b6-4537-bc52-541e496e3dcf} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
387 | 2024.05.30 04:09:58.786173 [ 3 ] {5adb074c-89b6-4537-bc52-541e496e3dcf} <Debug> oximeter.measurements_i64 (47c87da3-71ba-42a5-b93b-c042f71418c0): Loading data parts | ||
388 | 2024.05.30 04:09:58.786343 [ 3 ] {5adb074c-89b6-4537-bc52-541e496e3dcf} <Debug> oximeter.measurements_i64 (47c87da3-71ba-42a5-b93b-c042f71418c0): There are no data parts | ||
389 | 2024.05.30 04:09:58.788901 [ 3 ] {5adb074c-89b6-4537-bc52-541e496e3dcf} <Debug> DynamicQueryHandler: Done processing query | ||
390 | 2024.05.30 04:09:58.788986 [ 3 ] {} <Debug> HTTP-Session: ccdeaf5f-2e92-4b71-983b-b2ea7dcb3c1d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
391 | 2024.05.30 04:09:58.789106 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47581, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
392 | 2024.05.30 04:09:58.789178 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
393 | 2024.05.30 04:09:58.789199 [ 3 ] {} <Debug> HTTP-Session: 833a4745-f2f7-4908-87b5-9ed3c90cbb3a Authenticating user 'default' from [fd00:1122:3344:101::d]:47581 | ||
394 | 2024.05.30 04:09:58.789223 [ 3 ] {} <Debug> HTTP-Session: 833a4745-f2f7-4908-87b5-9ed3c90cbb3a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
395 | 2024.05.30 04:09:58.789238 [ 3 ] {} <Debug> HTTP-Session: 833a4745-f2f7-4908-87b5-9ed3c90cbb3a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
396 | 2024.05.30 04:09:58.789283 [ 3 ] {} <Trace> HTTP-Session: 833a4745-f2f7-4908-87b5-9ed3c90cbb3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
397 | 2024.05.30 04:09:58.789479 [ 3 ] {0ebd396f-2248-4d31-a47b-9e19f44cbd4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47581) 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.05.30 04:09:58.789538 [ 3 ] {0ebd396f-2248-4d31-a47b-9e19f44cbd4e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
399 | 2024.05.30 04:09:58.791490 [ 3 ] {0ebd396f-2248-4d31-a47b-9e19f44cbd4e} <Debug> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Loading data parts | ||
400 | 2024.05.30 04:09:58.791729 [ 3 ] {0ebd396f-2248-4d31-a47b-9e19f44cbd4e} <Debug> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): There are no data parts | ||
401 | 2024.05.30 04:09:58.798626 [ 3 ] {0ebd396f-2248-4d31-a47b-9e19f44cbd4e} <Debug> DynamicQueryHandler: Done processing query | ||
402 | 2024.05.30 04:09:58.798666 [ 3 ] {} <Debug> HTTP-Session: 833a4745-f2f7-4908-87b5-9ed3c90cbb3a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
403 | 2024.05.30 04:09:58.798810 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47581, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
404 | 2024.05.30 04:09:58.798929 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
405 | 2024.05.30 04:09:58.798960 [ 3 ] {} <Debug> HTTP-Session: e87eac76-96f4-4d81-860c-39ce76995ff5 Authenticating user 'default' from [fd00:1122:3344:101::d]:47581 | ||
406 | 2024.05.30 04:09:58.798987 [ 3 ] {} <Debug> HTTP-Session: e87eac76-96f4-4d81-860c-39ce76995ff5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
407 | 2024.05.30 04:09:58.799002 [ 3 ] {} <Debug> HTTP-Session: e87eac76-96f4-4d81-860c-39ce76995ff5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
408 | 2024.05.30 04:09:58.799044 [ 3 ] {} <Trace> HTTP-Session: e87eac76-96f4-4d81-860c-39ce76995ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
409 | 2024.05.30 04:09:58.799238 [ 3 ] {e8726575-cead-40fa-ad04-d1f7f31af81c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47581) 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.05.30 04:09:58.799304 [ 3 ] {e8726575-cead-40fa-ad04-d1f7f31af81c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
411 | 2024.05.30 04:09:58.801602 [ 3 ] {e8726575-cead-40fa-ad04-d1f7f31af81c} <Debug> oximeter.measurements_f32 (456effc1-fee4-466f-8707-27deeb290e31): Loading data parts | ||
412 | 2024.05.30 04:09:58.801797 [ 3 ] {e8726575-cead-40fa-ad04-d1f7f31af81c} <Debug> oximeter.measurements_f32 (456effc1-fee4-466f-8707-27deeb290e31): There are no data parts | ||
413 | 2024.05.30 04:09:58.804387 [ 3 ] {e8726575-cead-40fa-ad04-d1f7f31af81c} <Debug> DynamicQueryHandler: Done processing query | ||
414 | 2024.05.30 04:09:58.804423 [ 3 ] {} <Debug> HTTP-Session: e87eac76-96f4-4d81-860c-39ce76995ff5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
415 | 2024.05.30 04:09:58.804555 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47581, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
416 | 2024.05.30 04:09:58.804633 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
417 | 2024.05.30 04:09:58.804658 [ 3 ] {} <Debug> HTTP-Session: 546c1d74-0066-45ae-b664-dadc6b22f25f Authenticating user 'default' from [fd00:1122:3344:101::d]:47581 | ||
418 | 2024.05.30 04:09:58.804684 [ 3 ] {} <Debug> HTTP-Session: 546c1d74-0066-45ae-b664-dadc6b22f25f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
419 | 2024.05.30 04:09:58.804708 [ 3 ] {} <Debug> HTTP-Session: 546c1d74-0066-45ae-b664-dadc6b22f25f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
420 | 2024.05.30 04:09:58.804752 [ 3 ] {} <Trace> HTTP-Session: 546c1d74-0066-45ae-b664-dadc6b22f25f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
421 | 2024.05.30 04:09:58.805010 [ 3 ] {ebbbd880-e791-454c-87e2-e85a52c34a49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47581) 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.05.30 04:09:58.805079 [ 3 ] {ebbbd880-e791-454c-87e2-e85a52c34a49} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
423 | 2024.05.30 04:09:58.806831 [ 3 ] {ebbbd880-e791-454c-87e2-e85a52c34a49} <Debug> oximeter.measurements_f64 (b1b117e8-f9dd-41af-8d2b-0a4d9c4d5d24): Loading data parts | ||
424 | 2024.05.30 04:09:58.807092 [ 3 ] {ebbbd880-e791-454c-87e2-e85a52c34a49} <Debug> oximeter.measurements_f64 (b1b117e8-f9dd-41af-8d2b-0a4d9c4d5d24): There are no data parts | ||
425 | 2024.05.30 04:09:58.816231 [ 3 ] {ebbbd880-e791-454c-87e2-e85a52c34a49} <Debug> DynamicQueryHandler: Done processing query | ||
426 | 2024.05.30 04:09:58.816274 [ 3 ] {} <Debug> HTTP-Session: 546c1d74-0066-45ae-b664-dadc6b22f25f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
427 | 2024.05.30 04:09:58.816416 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47581, User-Agent: (none), Length: 298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
428 | 2024.05.30 04:09:58.816486 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
429 | 2024.05.30 04:09:58.816510 [ 3 ] {} <Debug> HTTP-Session: 5eaaed31-d4fd-4342-9eda-f31377f5ce97 Authenticating user 'default' from [fd00:1122:3344:101::d]:47581 | ||
430 | 2024.05.30 04:09:58.816539 [ 3 ] {} <Debug> HTTP-Session: 5eaaed31-d4fd-4342-9eda-f31377f5ce97 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
431 | 2024.05.30 04:09:58.816557 [ 3 ] {} <Debug> HTTP-Session: 5eaaed31-d4fd-4342-9eda-f31377f5ce97 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
432 | 2024.05.30 04:09:58.816603 [ 3 ] {} <Trace> HTTP-Session: 5eaaed31-d4fd-4342-9eda-f31377f5ce97 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
433 | 2024.05.30 04:09:58.816834 [ 3 ] {3aa248c9-4d23-48bf-bfed-cca459b9446e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47581) 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.05.30 04:09:58.816891 [ 3 ] {3aa248c9-4d23-48bf-bfed-cca459b9446e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
435 | 2024.05.30 04:09:58.819339 [ 3 ] {3aa248c9-4d23-48bf-bfed-cca459b9446e} <Debug> oximeter.measurements_string (0268e2bb-4d04-41ee-9219-2918b2cddd26): Loading data parts | ||
436 | 2024.05.30 04:09:58.819521 [ 3 ] {3aa248c9-4d23-48bf-bfed-cca459b9446e} <Debug> oximeter.measurements_string (0268e2bb-4d04-41ee-9219-2918b2cddd26): There are no data parts | ||
437 | 2024.05.30 04:09:58.822106 [ 3 ] {3aa248c9-4d23-48bf-bfed-cca459b9446e} <Debug> DynamicQueryHandler: Done processing query | ||
438 | 2024.05.30 04:09:58.822143 [ 3 ] {} <Debug> HTTP-Session: 5eaaed31-d4fd-4342-9eda-f31377f5ce97 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
439 | 2024.05.30 04:09:58.822296 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47581, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
440 | 2024.05.30 04:09:58.822371 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
441 | 2024.05.30 04:09:58.822395 [ 3 ] {} <Debug> HTTP-Session: fb1cc4b0-024f-4cde-8c0b-20fb99841c21 Authenticating user 'default' from [fd00:1122:3344:101::d]:47581 | ||
442 | 2024.05.30 04:09:58.822426 [ 3 ] {} <Debug> HTTP-Session: fb1cc4b0-024f-4cde-8c0b-20fb99841c21 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
443 | 2024.05.30 04:09:58.822457 [ 3 ] {} <Debug> HTTP-Session: fb1cc4b0-024f-4cde-8c0b-20fb99841c21 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
444 | 2024.05.30 04:09:58.822502 [ 3 ] {} <Trace> HTTP-Session: fb1cc4b0-024f-4cde-8c0b-20fb99841c21 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
445 | 2024.05.30 04:09:58.822741 [ 3 ] {ad2199b7-d966-4c9e-a3da-eb8ebaf7831b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47581) 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.05.30 04:09:58.822829 [ 3 ] {ad2199b7-d966-4c9e-a3da-eb8ebaf7831b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
454 | 2024.05.30 04:09:58.824646 [ 3 ] {ad2199b7-d966-4c9e-a3da-eb8ebaf7831b} <Debug> oximeter.measurements_bytes (a64e3e93-ad98-495e-89e3-3d5d99c4efc8): Loading data parts | ||
455 | 2024.05.30 04:09:58.824830 [ 3 ] {ad2199b7-d966-4c9e-a3da-eb8ebaf7831b} <Debug> oximeter.measurements_bytes (a64e3e93-ad98-495e-89e3-3d5d99c4efc8): There are no data parts | ||
456 | 2024.05.30 04:09:58.832098 [ 3 ] {ad2199b7-d966-4c9e-a3da-eb8ebaf7831b} <Debug> DynamicQueryHandler: Done processing query | ||
457 | 2024.05.30 04:09:58.832131 [ 3 ] {} <Debug> HTTP-Session: fb1cc4b0-024f-4cde-8c0b-20fb99841c21 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
458 | 2024.05.30 04:09:58.832296 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47581, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
459 | 2024.05.30 04:09:58.832376 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
460 | 2024.05.30 04:09:58.832407 [ 3 ] {} <Debug> HTTP-Session: e5d13e20-0e77-47b1-901c-c69e85aaedde Authenticating user 'default' from [fd00:1122:3344:101::d]:47581 | ||
461 | 2024.05.30 04:09:58.832428 [ 3 ] {} <Debug> HTTP-Session: e5d13e20-0e77-47b1-901c-c69e85aaedde Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
462 | 2024.05.30 04:09:58.832456 [ 3 ] {} <Debug> HTTP-Session: e5d13e20-0e77-47b1-901c-c69e85aaedde Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
463 | 2024.05.30 04:09:58.832497 [ 3 ] {} <Trace> HTTP-Session: e5d13e20-0e77-47b1-901c-c69e85aaedde Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
464 | 2024.05.30 04:09:58.832760 [ 3 ] {fed0c60c-c922-4407-bca3-2c3d358cc18b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47581) 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.05.30 04:09:58.832833 [ 3 ] {fed0c60c-c922-4407-bca3-2c3d358cc18b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
466 | 2024.05.30 04:09:58.835171 [ 3 ] {fed0c60c-c922-4407-bca3-2c3d358cc18b} <Debug> oximeter.measurements_cumulativei64 (82e976ec-ecee-4884-bbfb-2682e5a35005): Loading data parts | ||
467 | 2024.05.30 04:09:58.835353 [ 3 ] {fed0c60c-c922-4407-bca3-2c3d358cc18b} <Debug> oximeter.measurements_cumulativei64 (82e976ec-ecee-4884-bbfb-2682e5a35005): There are no data parts | ||
468 | 2024.05.30 04:09:58.849823 [ 3 ] {fed0c60c-c922-4407-bca3-2c3d358cc18b} <Debug> DynamicQueryHandler: Done processing query | ||
469 | 2024.05.30 04:09:58.849880 [ 3 ] {} <Debug> HTTP-Session: e5d13e20-0e77-47b1-901c-c69e85aaedde Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
470 | 2024.05.30 04:09:58.850020 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47581, User-Agent: (none), Length: 354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
471 | 2024.05.30 04:09:58.850164 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
472 | 2024.05.30 04:09:58.850186 [ 3 ] {} <Debug> HTTP-Session: f374e624-3fb0-4200-8699-0df0655aa9d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:47581 | ||
473 | 2024.05.30 04:09:58.850215 [ 3 ] {} <Debug> HTTP-Session: f374e624-3fb0-4200-8699-0df0655aa9d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
474 | 2024.05.30 04:09:58.850231 [ 3 ] {} <Debug> HTTP-Session: f374e624-3fb0-4200-8699-0df0655aa9d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
475 | 2024.05.30 04:09:58.850275 [ 3 ] {} <Trace> HTTP-Session: f374e624-3fb0-4200-8699-0df0655aa9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
476 | 2024.05.30 04:09:58.850476 [ 3 ] {6e1a12ef-5140-4d71-b988-bbe4a7a819fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47581) 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.05.30 04:09:58.850545 [ 3 ] {6e1a12ef-5140-4d71-b988-bbe4a7a819fd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
478 | 2024.05.30 04:09:58.862624 [ 3 ] {6e1a12ef-5140-4d71-b988-bbe4a7a819fd} <Debug> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Loading data parts | ||
479 | 2024.05.30 04:09:58.862812 [ 3 ] {6e1a12ef-5140-4d71-b988-bbe4a7a819fd} <Debug> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): There are no data parts | ||
480 | 2024.05.30 04:09:58.866440 [ 3 ] {6e1a12ef-5140-4d71-b988-bbe4a7a819fd} <Debug> DynamicQueryHandler: Done processing query | ||
481 | 2024.05.30 04:09:58.866469 [ 3 ] {} <Debug> HTTP-Session: f374e624-3fb0-4200-8699-0df0655aa9d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
482 | 2024.05.30 04:09:58.866606 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47581, User-Agent: (none), Length: 355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
483 | 2024.05.30 04:09:58.866669 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
484 | 2024.05.30 04:09:58.866691 [ 3 ] {} <Debug> HTTP-Session: 9aa9cdc2-f8a8-4b00-8dc7-a85c1154fb9e Authenticating user 'default' from [fd00:1122:3344:101::d]:47581 | ||
485 | 2024.05.30 04:09:58.866719 [ 3 ] {} <Debug> HTTP-Session: 9aa9cdc2-f8a8-4b00-8dc7-a85c1154fb9e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
486 | 2024.05.30 04:09:58.866743 [ 3 ] {} <Debug> HTTP-Session: 9aa9cdc2-f8a8-4b00-8dc7-a85c1154fb9e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
487 | 2024.05.30 04:09:58.866775 [ 3 ] {} <Trace> HTTP-Session: 9aa9cdc2-f8a8-4b00-8dc7-a85c1154fb9e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
488 | 2024.05.30 04:09:58.866987 [ 3 ] {dcebc2ec-7c8b-4b16-8002-7a863b568edb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47581) 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.05.30 04:09:58.867061 [ 3 ] {dcebc2ec-7c8b-4b16-8002-7a863b568edb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
490 | 2024.05.30 04:09:58.878077 [ 3 ] {dcebc2ec-7c8b-4b16-8002-7a863b568edb} <Debug> oximeter.measurements_cumulativef32 (8f63f738-ea28-4813-b742-3326747a6dd4): Loading data parts | ||
491 | 2024.05.30 04:09:58.878335 [ 3 ] {dcebc2ec-7c8b-4b16-8002-7a863b568edb} <Debug> oximeter.measurements_cumulativef32 (8f63f738-ea28-4813-b742-3326747a6dd4): There are no data parts | ||
492 | 2024.05.30 04:09:58.890442 [ 3 ] {dcebc2ec-7c8b-4b16-8002-7a863b568edb} <Debug> DynamicQueryHandler: Done processing query | ||
493 | 2024.05.30 04:09:58.890543 [ 3 ] {} <Debug> HTTP-Session: 9aa9cdc2-f8a8-4b00-8dc7-a85c1154fb9e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
494 | 2024.05.30 04:09:58.890680 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47581, User-Agent: (none), Length: 356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
495 | 2024.05.30 04:09:58.890758 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
496 | 2024.05.30 04:09:58.890794 [ 3 ] {} <Debug> HTTP-Session: fe211503-6c62-4e41-a580-2dbbccddae4c Authenticating user 'default' from [fd00:1122:3344:101::d]:47581 | ||
497 | 2024.05.30 04:09:58.890827 [ 3 ] {} <Debug> HTTP-Session: fe211503-6c62-4e41-a580-2dbbccddae4c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
498 | 2024.05.30 04:09:58.890840 [ 3 ] {} <Debug> HTTP-Session: fe211503-6c62-4e41-a580-2dbbccddae4c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
499 | 2024.05.30 04:09:58.890889 [ 3 ] {} <Trace> HTTP-Session: fe211503-6c62-4e41-a580-2dbbccddae4c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
500 | 2024.05.30 04:09:58.891122 [ 3 ] {8e0c95d5-3abd-4d41-ad3f-3362f8f17c1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47581) 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.05.30 04:09:58.891262 [ 3 ] {8e0c95d5-3abd-4d41-ad3f-3362f8f17c1c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
502 | 2024.05.30 04:09:58.904934 [ 3 ] {8e0c95d5-3abd-4d41-ad3f-3362f8f17c1c} <Debug> oximeter.measurements_cumulativef64 (e9b58c98-cc0b-415d-8bce-a6325607b1ff): Loading data parts | ||
503 | 2024.05.30 04:09:58.905307 [ 3 ] {8e0c95d5-3abd-4d41-ad3f-3362f8f17c1c} <Debug> oximeter.measurements_cumulativef64 (e9b58c98-cc0b-415d-8bce-a6325607b1ff): There are no data parts | ||
504 | 2024.05.30 04:09:58.909175 [ 3 ] {8e0c95d5-3abd-4d41-ad3f-3362f8f17c1c} <Debug> DynamicQueryHandler: Done processing query | ||
505 | 2024.05.30 04:09:58.909202 [ 3 ] {} <Debug> HTTP-Session: fe211503-6c62-4e41-a580-2dbbccddae4c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
506 | 2024.05.30 04:09:58.909466 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47581, User-Agent: (none), Length: 836, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
507 | 2024.05.30 04:09:58.909534 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
508 | 2024.05.30 04:09:58.909553 [ 3 ] {} <Debug> HTTP-Session: d71a0aad-0c37-4edc-abe9-f343e719725b Authenticating user 'default' from [fd00:1122:3344:101::d]:47581 | ||
509 | 2024.05.30 04:09:58.909579 [ 3 ] {} <Debug> HTTP-Session: d71a0aad-0c37-4edc-abe9-f343e719725b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
510 | 2024.05.30 04:09:58.909604 [ 3 ] {} <Debug> HTTP-Session: d71a0aad-0c37-4edc-abe9-f343e719725b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
511 | 2024.05.30 04:09:58.909640 [ 3 ] {} <Trace> HTTP-Session: d71a0aad-0c37-4edc-abe9-f343e719725b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
512 | 2024.05.30 04:09:58.909853 [ 3 ] {9f97458d-d01c-4c53-80a0-f761a6f88387} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47581) 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) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
523 | 2024.05.30 04:09:58.909930 [ 3 ] {9f97458d-d01c-4c53-80a0-f761a6f88387} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
524 | 2024.05.30 04:09:58.920669 [ 3 ] {9f97458d-d01c-4c53-80a0-f761a6f88387} <Debug> oximeter.measurements_histogrami8 (9d37dc88-5807-4af1-ad18-65370fbe01ba): Loading data parts | ||
525 | 2024.05.30 04:09:58.920838 [ 3 ] {9f97458d-d01c-4c53-80a0-f761a6f88387} <Debug> oximeter.measurements_histogrami8 (9d37dc88-5807-4af1-ad18-65370fbe01ba): There are no data parts | ||
526 | 2024.05.30 04:09:58.934684 [ 3 ] {9f97458d-d01c-4c53-80a0-f761a6f88387} <Debug> DynamicQueryHandler: Done processing query | ||
527 | 2024.05.30 04:09:58.934715 [ 3 ] {} <Debug> HTTP-Session: d71a0aad-0c37-4edc-abe9-f343e719725b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
528 | 2024.05.30 04:09:58.934875 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47581, User-Agent: (none), Length: 373, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
529 | 2024.05.30 04:09:58.934940 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
530 | 2024.05.30 04:09:58.934970 [ 3 ] {} <Debug> HTTP-Session: cb3a48cd-ff8d-4a43-a06a-9ad591eddccd Authenticating user 'default' from [fd00:1122:3344:101::d]:47581 | ||
531 | 2024.05.30 04:09:58.934990 [ 3 ] {} <Debug> HTTP-Session: cb3a48cd-ff8d-4a43-a06a-9ad591eddccd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
532 | 2024.05.30 04:09:58.935012 [ 3 ] {} <Debug> HTTP-Session: cb3a48cd-ff8d-4a43-a06a-9ad591eddccd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
533 | 2024.05.30 04:09:58.935050 [ 3 ] {} <Trace> HTTP-Session: cb3a48cd-ff8d-4a43-a06a-9ad591eddccd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
534 | 2024.05.30 04:09:58.935289 [ 3 ] {be4b1f9e-64f7-4897-b2af-d7cff76591f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47581) 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) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
535 | 2024.05.30 04:09:58.935471 [ 3 ] {be4b1f9e-64f7-4897-b2af-d7cff76591f6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
536 | 2024.05.30 04:09:58.938255 [ 3 ] {be4b1f9e-64f7-4897-b2af-d7cff76591f6} <Debug> oximeter.measurements_histogramu8 (bcaf7905-11ab-4b5f-92f6-ec614a5f73fc): Loading data parts | ||
537 | 2024.05.30 04:09:58.938503 [ 3 ] {be4b1f9e-64f7-4897-b2af-d7cff76591f6} <Debug> oximeter.measurements_histogramu8 (bcaf7905-11ab-4b5f-92f6-ec614a5f73fc): There are no data parts | ||
538 | 2024.05.30 04:09:58.948829 [ 3 ] {be4b1f9e-64f7-4897-b2af-d7cff76591f6} <Debug> DynamicQueryHandler: Done processing query | ||
539 | 2024.05.30 04:09:58.948864 [ 3 ] {} <Debug> HTTP-Session: cb3a48cd-ff8d-4a43-a06a-9ad591eddccd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
540 | 2024.05.30 04:09:58.948983 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47581, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
541 | 2024.05.30 04:09:58.949040 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
542 | 2024.05.30 04:09:58.949065 [ 3 ] {} <Debug> HTTP-Session: b70f421b-346c-44e0-bcdb-c5893eca2201 Authenticating user 'default' from [fd00:1122:3344:101::d]:47581 | ||
543 | 2024.05.30 04:09:58.949087 [ 3 ] {} <Debug> HTTP-Session: b70f421b-346c-44e0-bcdb-c5893eca2201 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
544 | 2024.05.30 04:09:58.949100 [ 3 ] {} <Debug> HTTP-Session: b70f421b-346c-44e0-bcdb-c5893eca2201 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
545 | 2024.05.30 04:09:58.949136 [ 3 ] {} <Trace> HTTP-Session: b70f421b-346c-44e0-bcdb-c5893eca2201 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
546 | 2024.05.30 04:09:58.949323 [ 3 ] {b156cdce-237d-49fe-94d1-99f57dead841} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47581) 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) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
547 | 2024.05.30 04:09:58.949448 [ 3 ] {b156cdce-237d-49fe-94d1-99f57dead841} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
548 | 2024.05.30 04:09:58.964650 [ 3 ] {b156cdce-237d-49fe-94d1-99f57dead841} <Debug> oximeter.measurements_histogrami16 (dffc70f2-dde4-4491-a5dd-23dcb89c9918): Loading data parts | ||
549 | 2024.05.30 04:09:58.964903 [ 3 ] {b156cdce-237d-49fe-94d1-99f57dead841} <Debug> oximeter.measurements_histogrami16 (dffc70f2-dde4-4491-a5dd-23dcb89c9918): There are no data parts | ||
550 | 2024.05.30 04:09:58.968218 [ 3 ] {b156cdce-237d-49fe-94d1-99f57dead841} <Debug> DynamicQueryHandler: Done processing query | ||
551 | 2024.05.30 04:09:58.968254 [ 3 ] {} <Debug> HTTP-Session: b70f421b-346c-44e0-bcdb-c5893eca2201 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
552 | 2024.05.30 04:09:58.968376 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47581, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
553 | 2024.05.30 04:09:58.968430 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
554 | 2024.05.30 04:09:58.968516 [ 3 ] {} <Debug> HTTP-Session: 620c6cf3-e6a1-417a-943f-f75991adbec9 Authenticating user 'default' from [fd00:1122:3344:101::d]:47581 | ||
555 | 2024.05.30 04:09:58.968536 [ 3 ] {} <Debug> HTTP-Session: 620c6cf3-e6a1-417a-943f-f75991adbec9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
556 | 2024.05.30 04:09:58.968555 [ 3 ] {} <Debug> HTTP-Session: 620c6cf3-e6a1-417a-943f-f75991adbec9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
557 | 2024.05.30 04:09:58.968585 [ 3 ] {} <Trace> HTTP-Session: 620c6cf3-e6a1-417a-943f-f75991adbec9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
558 | 2024.05.30 04:09:58.968773 [ 3 ] {4bb73d3b-f0f4-4439-88b5-cc8a479e4552} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47581) 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) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
559 | 2024.05.30 04:09:58.968829 [ 3 ] {4bb73d3b-f0f4-4439-88b5-cc8a479e4552} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
560 | 2024.05.30 04:09:58.978133 [ 3 ] {4bb73d3b-f0f4-4439-88b5-cc8a479e4552} <Debug> oximeter.measurements_histogramu16 (d0d44fac-4787-4030-9316-280fc7ec9600): Loading data parts | ||
561 | 2024.05.30 04:09:58.978349 [ 3 ] {4bb73d3b-f0f4-4439-88b5-cc8a479e4552} <Debug> oximeter.measurements_histogramu16 (d0d44fac-4787-4030-9316-280fc7ec9600): There are no data parts | ||
562 | 2024.05.30 04:09:58.993623 [ 3 ] {4bb73d3b-f0f4-4439-88b5-cc8a479e4552} <Debug> DynamicQueryHandler: Done processing query | ||
563 | 2024.05.30 04:09:58.993716 [ 3 ] {} <Debug> HTTP-Session: 620c6cf3-e6a1-417a-943f-f75991adbec9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
564 | 2024.05.30 04:09:58.993843 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47581, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
565 | 2024.05.30 04:09:58.993904 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
566 | 2024.05.30 04:09:58.993932 [ 3 ] {} <Debug> HTTP-Session: a01b6471-629c-4662-8f9d-babc51b1ec64 Authenticating user 'default' from [fd00:1122:3344:101::d]:47581 | ||
567 | 2024.05.30 04:09:58.993947 [ 3 ] {} <Debug> HTTP-Session: a01b6471-629c-4662-8f9d-babc51b1ec64 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
568 | 2024.05.30 04:09:58.993965 [ 3 ] {} <Debug> HTTP-Session: a01b6471-629c-4662-8f9d-babc51b1ec64 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
569 | 2024.05.30 04:09:58.994007 [ 3 ] {} <Trace> HTTP-Session: a01b6471-629c-4662-8f9d-babc51b1ec64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
570 | 2024.05.30 04:09:58.994188 [ 3 ] {866c76c0-9c7e-4075-887e-f32ab1143f34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47581) 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) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
571 | 2024.05.30 04:09:58.994245 [ 3 ] {866c76c0-9c7e-4075-887e-f32ab1143f34} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
572 | 2024.05.30 04:09:59.001464 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 160.09 MiB, peak 161.15 MiB, free memory in arenas 0.00 B, will set to 170.92 MiB (RSS), difference: 10.83 MiB | ||
573 | 2024.05.30 04:09:59.006425 [ 3 ] {866c76c0-9c7e-4075-887e-f32ab1143f34} <Debug> oximeter.measurements_histogrami32 (7ac3d3d9-3c20-4003-adbb-7c4dbd532291): Loading data parts | ||
574 | 2024.05.30 04:09:59.006754 [ 3 ] {866c76c0-9c7e-4075-887e-f32ab1143f34} <Debug> oximeter.measurements_histogrami32 (7ac3d3d9-3c20-4003-adbb-7c4dbd532291): There are no data parts | ||
575 | 2024.05.30 04:09:59.010026 [ 3 ] {866c76c0-9c7e-4075-887e-f32ab1143f34} <Debug> DynamicQueryHandler: Done processing query | ||
576 | 2024.05.30 04:09:59.010238 [ 3 ] {} <Debug> HTTP-Session: a01b6471-629c-4662-8f9d-babc51b1ec64 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
577 | 2024.05.30 04:09:59.010393 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47581, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
578 | 2024.05.30 04:09:59.010489 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
579 | 2024.05.30 04:09:59.010510 [ 3 ] {} <Debug> HTTP-Session: c6fbaa62-5ae2-442d-9519-6514ec2f965b Authenticating user 'default' from [fd00:1122:3344:101::d]:47581 | ||
580 | 2024.05.30 04:09:59.010527 [ 3 ] {} <Debug> HTTP-Session: c6fbaa62-5ae2-442d-9519-6514ec2f965b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
581 | 2024.05.30 04:09:59.010548 [ 3 ] {} <Debug> HTTP-Session: c6fbaa62-5ae2-442d-9519-6514ec2f965b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
582 | 2024.05.30 04:09:59.010665 [ 3 ] {} <Trace> HTTP-Session: c6fbaa62-5ae2-442d-9519-6514ec2f965b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
583 | 2024.05.30 04:09:59.010869 [ 3 ] {7bc7f663-10ab-4100-a6c6-b62849c52ac6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47581) 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) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
584 | 2024.05.30 04:09:59.010931 [ 3 ] {7bc7f663-10ab-4100-a6c6-b62849c52ac6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
585 | 2024.05.30 04:09:59.022901 [ 3 ] {7bc7f663-10ab-4100-a6c6-b62849c52ac6} <Debug> oximeter.measurements_histogramu32 (210f8631-43f5-4647-b0ae-bbe207231e55): Loading data parts | ||
586 | 2024.05.30 04:09:59.023058 [ 3 ] {7bc7f663-10ab-4100-a6c6-b62849c52ac6} <Debug> oximeter.measurements_histogramu32 (210f8631-43f5-4647-b0ae-bbe207231e55): There are no data parts | ||
587 | 2024.05.30 04:09:59.026412 [ 3 ] {7bc7f663-10ab-4100-a6c6-b62849c52ac6} <Debug> DynamicQueryHandler: Done processing query | ||
588 | 2024.05.30 04:09:59.026439 [ 3 ] {} <Debug> HTTP-Session: c6fbaa62-5ae2-442d-9519-6514ec2f965b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
589 | 2024.05.30 04:09:59.026628 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47581, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
590 | 2024.05.30 04:09:59.026766 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
591 | 2024.05.30 04:09:59.026792 [ 3 ] {} <Debug> HTTP-Session: 353111f2-33b9-4cf2-b0ad-38dd591d501e Authenticating user 'default' from [fd00:1122:3344:101::d]:47581 | ||
592 | 2024.05.30 04:09:59.026808 [ 3 ] {} <Debug> HTTP-Session: 353111f2-33b9-4cf2-b0ad-38dd591d501e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
593 | 2024.05.30 04:09:59.026827 [ 3 ] {} <Debug> HTTP-Session: 353111f2-33b9-4cf2-b0ad-38dd591d501e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
594 | 2024.05.30 04:09:59.026862 [ 3 ] {} <Trace> HTTP-Session: 353111f2-33b9-4cf2-b0ad-38dd591d501e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
595 | 2024.05.30 04:09:59.027112 [ 3 ] {7a778efe-78cc-49ed-b4cb-af91c04fbbf8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47581) 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) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
596 | 2024.05.30 04:09:59.027186 [ 3 ] {7a778efe-78cc-49ed-b4cb-af91c04fbbf8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
597 | 2024.05.30 04:09:59.035938 [ 3 ] {7a778efe-78cc-49ed-b4cb-af91c04fbbf8} <Debug> oximeter.measurements_histogrami64 (5522a1c8-859d-4ef5-b51d-fabc6b6fc4cc): Loading data parts | ||
598 | 2024.05.30 04:09:59.036142 [ 3 ] {7a778efe-78cc-49ed-b4cb-af91c04fbbf8} <Debug> oximeter.measurements_histogrami64 (5522a1c8-859d-4ef5-b51d-fabc6b6fc4cc): There are no data parts | ||
599 | 2024.05.30 04:09:59.039137 [ 3 ] {7a778efe-78cc-49ed-b4cb-af91c04fbbf8} <Debug> DynamicQueryHandler: Done processing query | ||
600 | 2024.05.30 04:09:59.039191 [ 3 ] {} <Debug> HTTP-Session: 353111f2-33b9-4cf2-b0ad-38dd591d501e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
601 | 2024.05.30 04:09:59.039334 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47581, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
602 | 2024.05.30 04:09:59.039409 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
603 | 2024.05.30 04:09:59.039439 [ 3 ] {} <Debug> HTTP-Session: 00111b56-ee12-4fb9-b9fa-7f13c7859abb Authenticating user 'default' from [fd00:1122:3344:101::d]:47581 | ||
604 | 2024.05.30 04:09:59.039468 [ 3 ] {} <Debug> HTTP-Session: 00111b56-ee12-4fb9-b9fa-7f13c7859abb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
605 | 2024.05.30 04:09:59.039484 [ 3 ] {} <Debug> HTTP-Session: 00111b56-ee12-4fb9-b9fa-7f13c7859abb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
606 | 2024.05.30 04:09:59.039535 [ 3 ] {} <Trace> HTTP-Session: 00111b56-ee12-4fb9-b9fa-7f13c7859abb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
607 | 2024.05.30 04:09:59.039813 [ 3 ] {b415000a-e6bb-4ebd-9356-a300efffc38e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47581) 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) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
608 | 2024.05.30 04:09:59.039875 [ 3 ] {b415000a-e6bb-4ebd-9356-a300efffc38e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
609 | 2024.05.30 04:09:59.051354 [ 3 ] {b415000a-e6bb-4ebd-9356-a300efffc38e} <Debug> oximeter.measurements_histogramu64 (20131409-534e-4def-830e-ccf7a27ed107): Loading data parts | ||
610 | 2024.05.30 04:09:59.051580 [ 3 ] {b415000a-e6bb-4ebd-9356-a300efffc38e} <Debug> oximeter.measurements_histogramu64 (20131409-534e-4def-830e-ccf7a27ed107): There are no data parts | ||
611 | 2024.05.30 04:09:59.063521 [ 3 ] {b415000a-e6bb-4ebd-9356-a300efffc38e} <Debug> DynamicQueryHandler: Done processing query | ||
612 | 2024.05.30 04:09:59.063552 [ 3 ] {} <Debug> HTTP-Session: 00111b56-ee12-4fb9-b9fa-7f13c7859abb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
613 | 2024.05.30 04:09:59.063692 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47581, User-Agent: (none), Length: 376, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
614 | 2024.05.30 04:09:59.063750 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
615 | 2024.05.30 04:09:59.063839 [ 3 ] {} <Debug> HTTP-Session: b1eafd74-0ee0-4abd-ab5c-190b7a067281 Authenticating user 'default' from [fd00:1122:3344:101::d]:47581 | ||
616 | 2024.05.30 04:09:59.063862 [ 3 ] {} <Debug> HTTP-Session: b1eafd74-0ee0-4abd-ab5c-190b7a067281 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
617 | 2024.05.30 04:09:59.063883 [ 3 ] {} <Debug> HTTP-Session: b1eafd74-0ee0-4abd-ab5c-190b7a067281 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
618 | 2024.05.30 04:09:59.063914 [ 3 ] {} <Trace> HTTP-Session: b1eafd74-0ee0-4abd-ab5c-190b7a067281 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
619 | 2024.05.30 04:09:59.064103 [ 3 ] {3e510b3a-e062-4b72-8e65-e0914973c290} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47581) 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) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
620 | 2024.05.30 04:09:59.064162 [ 3 ] {3e510b3a-e062-4b72-8e65-e0914973c290} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
621 | 2024.05.30 04:09:59.078414 [ 3 ] {3e510b3a-e062-4b72-8e65-e0914973c290} <Debug> oximeter.measurements_histogramf32 (29346c52-87f2-4381-96ff-59527df44133): Loading data parts | ||
622 | 2024.05.30 04:09:59.078569 [ 3 ] {3e510b3a-e062-4b72-8e65-e0914973c290} <Debug> oximeter.measurements_histogramf32 (29346c52-87f2-4381-96ff-59527df44133): There are no data parts | ||
623 | 2024.05.30 04:09:59.082027 [ 3 ] {3e510b3a-e062-4b72-8e65-e0914973c290} <Debug> DynamicQueryHandler: Done processing query | ||
624 | 2024.05.30 04:09:59.082062 [ 3 ] {} <Debug> HTTP-Session: b1eafd74-0ee0-4abd-ab5c-190b7a067281 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
625 | 2024.05.30 04:09:59.082169 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47581, User-Agent: (none), Length: 376, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
626 | 2024.05.30 04:09:59.082226 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
627 | 2024.05.30 04:09:59.082254 [ 3 ] {} <Debug> HTTP-Session: 4bef4663-8efd-40ac-b173-ca3d13d8ceb1 Authenticating user 'default' from [fd00:1122:3344:101::d]:47581 | ||
628 | 2024.05.30 04:09:59.082270 [ 3 ] {} <Debug> HTTP-Session: 4bef4663-8efd-40ac-b173-ca3d13d8ceb1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
629 | 2024.05.30 04:09:59.082291 [ 3 ] {} <Debug> HTTP-Session: 4bef4663-8efd-40ac-b173-ca3d13d8ceb1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
630 | 2024.05.30 04:09:59.082329 [ 3 ] {} <Trace> HTTP-Session: 4bef4663-8efd-40ac-b173-ca3d13d8ceb1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
631 | 2024.05.30 04:09:59.082507 [ 3 ] {4347ccbe-d3e4-4435-96d4-14afc1fec2ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47581) 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) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
632 | 2024.05.30 04:09:59.082564 [ 3 ] {4347ccbe-d3e4-4435-96d4-14afc1fec2ec} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
633 | 2024.05.30 04:09:59.092592 [ 3 ] {4347ccbe-d3e4-4435-96d4-14afc1fec2ec} <Debug> oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Loading data parts | ||
634 | 2024.05.30 04:09:59.092787 [ 3 ] {4347ccbe-d3e4-4435-96d4-14afc1fec2ec} <Debug> oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): There are no data parts | ||
635 | 2024.05.30 04:09:59.095960 [ 3 ] {4347ccbe-d3e4-4435-96d4-14afc1fec2ec} <Debug> DynamicQueryHandler: Done processing query | ||
636 | 2024.05.30 04:09:59.096001 [ 3 ] {} <Debug> HTTP-Session: 4bef4663-8efd-40ac-b173-ca3d13d8ceb1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
637 | 2024.05.30 04:09:59.096160 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47581, User-Agent: (none), Length: 1196, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
638 | 2024.05.30 04:09:59.096226 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
639 | 2024.05.30 04:09:59.096248 [ 3 ] {} <Debug> HTTP-Session: c4550e2b-266a-47f2-8cb2-6315788313d6 Authenticating user 'default' from [fd00:1122:3344:101::d]:47581 | ||
640 | 2024.05.30 04:09:59.096274 [ 3 ] {} <Debug> HTTP-Session: c4550e2b-266a-47f2-8cb2-6315788313d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
641 | 2024.05.30 04:09:59.096290 [ 3 ] {} <Debug> HTTP-Session: c4550e2b-266a-47f2-8cb2-6315788313d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
642 | 2024.05.30 04:09:59.096333 [ 3 ] {} <Trace> HTTP-Session: c4550e2b-266a-47f2-8cb2-6315788313d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
643 | 2024.05.30 04:09:59.096510 [ 3 ] {8c8f9129-23c8-4eed-aa70-976c537dabbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47581) /* The field tables store named dimensions of each timeseries. | ||
644 | * | ||
645 | * As with the measurement tables, there is one field table for each field data | ||
646 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
647 | * this behavior **must not** be relied upon for query correctness. | ||
648 | * | ||
649 | * The index for the fields differs from the measurements, however. Rows are | ||
650 | * sorted by timeseries name, then field name, field value, and finally | ||
651 | * timeseries key. This reflects the most common pattern for looking them up: | ||
652 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
653 | * usually then used to look up measurements. | ||
654 | * | ||
655 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
656 | * timeseries name and then key, since it would improve lookups where one | ||
657 | * already has the key. Realistically though, these tables are quite small and | ||
658 | * so performance benefits will be low in absolute terms. | ||
659 | */ | ||
660 | CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
661 | 2024.05.30 04:09:59.096575 [ 3 ] {8c8f9129-23c8-4eed-aa70-976c537dabbc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
662 | 2024.05.30 04:09:59.107504 [ 3 ] {8c8f9129-23c8-4eed-aa70-976c537dabbc} <Debug> oximeter.fields_bool (0a35d9ce-6dc0-4730-b1d6-9d41fd1f6905): Loading data parts | ||
663 | 2024.05.30 04:09:59.107677 [ 3 ] {8c8f9129-23c8-4eed-aa70-976c537dabbc} <Debug> oximeter.fields_bool (0a35d9ce-6dc0-4730-b1d6-9d41fd1f6905): There are no data parts | ||
664 | 2024.05.30 04:09:59.109791 [ 3 ] {8c8f9129-23c8-4eed-aa70-976c537dabbc} <Debug> DynamicQueryHandler: Done processing query | ||
665 | 2024.05.30 04:09:59.109841 [ 3 ] {} <Debug> HTTP-Session: c4550e2b-266a-47f2-8cb2-6315788313d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
666 | 2024.05.30 04:09:59.110017 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47581, User-Agent: (none), Length: 248, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
667 | 2024.05.30 04:09:59.110075 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
668 | 2024.05.30 04:09:59.110101 [ 3 ] {} <Debug> HTTP-Session: 56b6d7eb-c4ee-4f5f-94b9-5d460a4d25cd Authenticating user 'default' from [fd00:1122:3344:101::d]:47581 | ||
669 | 2024.05.30 04:09:59.110116 [ 3 ] {} <Debug> HTTP-Session: 56b6d7eb-c4ee-4f5f-94b9-5d460a4d25cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
670 | 2024.05.30 04:09:59.110135 [ 3 ] {} <Debug> HTTP-Session: 56b6d7eb-c4ee-4f5f-94b9-5d460a4d25cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
671 | 2024.05.30 04:09:59.110171 [ 3 ] {} <Trace> HTTP-Session: 56b6d7eb-c4ee-4f5f-94b9-5d460a4d25cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
672 | 2024.05.30 04:09:59.110304 [ 3 ] {861344bb-353c-4626-99ef-3adf9fc3d215} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47581) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
673 | 2024.05.30 04:09:59.110386 [ 3 ] {861344bb-353c-4626-99ef-3adf9fc3d215} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
674 | 2024.05.30 04:09:59.113087 [ 3 ] {861344bb-353c-4626-99ef-3adf9fc3d215} <Debug> oximeter.fields_i8 (e1e09505-da36-4bdb-a077-348104c93802): Loading data parts | ||
675 | 2024.05.30 04:09:59.113233 [ 3 ] {861344bb-353c-4626-99ef-3adf9fc3d215} <Debug> oximeter.fields_i8 (e1e09505-da36-4bdb-a077-348104c93802): There are no data parts | ||
676 | 2024.05.30 04:09:59.114515 [ 3 ] {861344bb-353c-4626-99ef-3adf9fc3d215} <Debug> DynamicQueryHandler: Done processing query | ||
677 | 2024.05.30 04:09:59.114540 [ 3 ] {} <Debug> HTTP-Session: 56b6d7eb-c4ee-4f5f-94b9-5d460a4d25cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
678 | 2024.05.30 04:09:59.114664 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47581, User-Agent: (none), Length: 249, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
679 | 2024.05.30 04:09:59.114738 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
680 | 2024.05.30 04:09:59.114760 [ 3 ] {} <Debug> HTTP-Session: 94fa961a-690f-4bc4-98a1-5a9d255f27dc Authenticating user 'default' from [fd00:1122:3344:101::d]:47581 | ||
681 | 2024.05.30 04:09:59.114792 [ 3 ] {} <Debug> HTTP-Session: 94fa961a-690f-4bc4-98a1-5a9d255f27dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
682 | 2024.05.30 04:09:59.114815 [ 3 ] {} <Debug> HTTP-Session: 94fa961a-690f-4bc4-98a1-5a9d255f27dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
683 | 2024.05.30 04:09:59.114851 [ 3 ] {} <Trace> HTTP-Session: 94fa961a-690f-4bc4-98a1-5a9d255f27dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
684 | 2024.05.30 04:09:59.115061 [ 3 ] {aabd52cd-d507-4009-a61d-2543943490da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47581) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
685 | 2024.05.30 04:09:59.115141 [ 3 ] {aabd52cd-d507-4009-a61d-2543943490da} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
686 | 2024.05.30 04:09:59.122750 [ 3 ] {aabd52cd-d507-4009-a61d-2543943490da} <Debug> oximeter.fields_u8 (2d2ecaf8-b65b-474c-91e4-b0c0714c4c8d): Loading data parts | ||
687 | 2024.05.30 04:09:59.122906 [ 3 ] {aabd52cd-d507-4009-a61d-2543943490da} <Debug> oximeter.fields_u8 (2d2ecaf8-b65b-474c-91e4-b0c0714c4c8d): There are no data parts | ||
688 | 2024.05.30 04:09:59.124715 [ 3 ] {aabd52cd-d507-4009-a61d-2543943490da} <Debug> DynamicQueryHandler: Done processing query | ||
689 | 2024.05.30 04:09:59.124739 [ 3 ] {} <Debug> HTTP-Session: 94fa961a-690f-4bc4-98a1-5a9d255f27dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
690 | 2024.05.30 04:09:59.124872 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47581, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
691 | 2024.05.30 04:09:59.124929 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
692 | 2024.05.30 04:09:59.124947 [ 3 ] {} <Debug> HTTP-Session: 97918005-2744-45c7-9f92-adc5c800cb00 Authenticating user 'default' from [fd00:1122:3344:101::d]:47581 | ||
693 | 2024.05.30 04:09:59.124970 [ 3 ] {} <Debug> HTTP-Session: 97918005-2744-45c7-9f92-adc5c800cb00 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
694 | 2024.05.30 04:09:59.125056 [ 3 ] {} <Debug> HTTP-Session: 97918005-2744-45c7-9f92-adc5c800cb00 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
695 | 2024.05.30 04:09:59.125085 [ 3 ] {} <Trace> HTTP-Session: 97918005-2744-45c7-9f92-adc5c800cb00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
696 | 2024.05.30 04:09:59.125223 [ 3 ] {7ae18aef-f784-4f5b-a372-3828cbdebf37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47581) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
697 | 2024.05.30 04:09:59.125274 [ 3 ] {7ae18aef-f784-4f5b-a372-3828cbdebf37} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
698 | 2024.05.30 04:09:59.127904 [ 3 ] {7ae18aef-f784-4f5b-a372-3828cbdebf37} <Debug> oximeter.fields_i16 (bde34188-0a36-4d4e-a206-4bfc2074cb77): Loading data parts | ||
699 | 2024.05.30 04:09:59.128185 [ 3 ] {7ae18aef-f784-4f5b-a372-3828cbdebf37} <Debug> oximeter.fields_i16 (bde34188-0a36-4d4e-a206-4bfc2074cb77): There are no data parts | ||
700 | 2024.05.30 04:09:59.129474 [ 3 ] {7ae18aef-f784-4f5b-a372-3828cbdebf37} <Debug> DynamicQueryHandler: Done processing query | ||
701 | 2024.05.30 04:09:59.129498 [ 3 ] {} <Debug> HTTP-Session: 97918005-2744-45c7-9f92-adc5c800cb00 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
702 | 2024.05.30 04:09:59.129604 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47581, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
703 | 2024.05.30 04:09:59.129663 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
704 | 2024.05.30 04:09:59.129681 [ 3 ] {} <Debug> HTTP-Session: fc2ed42d-8f1f-4bc0-bceb-7314b314e56e Authenticating user 'default' from [fd00:1122:3344:101::d]:47581 | ||
705 | 2024.05.30 04:09:59.129702 [ 3 ] {} <Debug> HTTP-Session: fc2ed42d-8f1f-4bc0-bceb-7314b314e56e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
706 | 2024.05.30 04:09:59.129721 [ 3 ] {} <Debug> HTTP-Session: fc2ed42d-8f1f-4bc0-bceb-7314b314e56e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
707 | 2024.05.30 04:09:59.129749 [ 3 ] {} <Trace> HTTP-Session: fc2ed42d-8f1f-4bc0-bceb-7314b314e56e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
708 | 2024.05.30 04:09:59.129885 [ 3 ] {f2e11219-e73c-4d8f-b2ee-cad31fc385d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47581) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
709 | 2024.05.30 04:09:59.129929 [ 3 ] {f2e11219-e73c-4d8f-b2ee-cad31fc385d5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
710 | 2024.05.30 04:09:59.139949 [ 3 ] {f2e11219-e73c-4d8f-b2ee-cad31fc385d5} <Debug> oximeter.fields_u16 (f5010535-cd64-42d7-ac63-98dfd59d33c1): Loading data parts | ||
711 | 2024.05.30 04:09:59.140219 [ 3 ] {f2e11219-e73c-4d8f-b2ee-cad31fc385d5} <Debug> oximeter.fields_u16 (f5010535-cd64-42d7-ac63-98dfd59d33c1): There are no data parts | ||
712 | 2024.05.30 04:09:59.142840 [ 3 ] {f2e11219-e73c-4d8f-b2ee-cad31fc385d5} <Debug> DynamicQueryHandler: Done processing query | ||
713 | 2024.05.30 04:09:59.142874 [ 3 ] {} <Debug> HTTP-Session: fc2ed42d-8f1f-4bc0-bceb-7314b314e56e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
714 | 2024.05.30 04:09:59.143009 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47581, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
715 | 2024.05.30 04:09:59.143129 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
716 | 2024.05.30 04:09:59.143155 [ 3 ] {} <Debug> HTTP-Session: 6065fe9a-5942-4b20-a250-0e4d33f43d41 Authenticating user 'default' from [fd00:1122:3344:101::d]:47581 | ||
717 | 2024.05.30 04:09:59.143182 [ 3 ] {} <Debug> HTTP-Session: 6065fe9a-5942-4b20-a250-0e4d33f43d41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
718 | 2024.05.30 04:09:59.143195 [ 3 ] {} <Debug> HTTP-Session: 6065fe9a-5942-4b20-a250-0e4d33f43d41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
719 | 2024.05.30 04:09:59.143230 [ 3 ] {} <Trace> HTTP-Session: 6065fe9a-5942-4b20-a250-0e4d33f43d41 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
720 | 2024.05.30 04:09:59.143374 [ 3 ] {4607cabf-98e6-47c3-9d39-05d50217103f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47581) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
721 | 2024.05.30 04:09:59.143418 [ 3 ] {4607cabf-98e6-47c3-9d39-05d50217103f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
722 | 2024.05.30 04:09:59.152405 [ 3 ] {4607cabf-98e6-47c3-9d39-05d50217103f} <Debug> oximeter.fields_i32 (3198717c-de2f-434c-bb53-3f7abef4c20d): Loading data parts | ||
723 | 2024.05.30 04:09:59.152563 [ 3 ] {4607cabf-98e6-47c3-9d39-05d50217103f} <Debug> oximeter.fields_i32 (3198717c-de2f-434c-bb53-3f7abef4c20d): There are no data parts | ||
724 | 2024.05.30 04:09:59.166250 [ 3 ] {4607cabf-98e6-47c3-9d39-05d50217103f} <Debug> DynamicQueryHandler: Done processing query | ||
725 | 2024.05.30 04:09:59.166299 [ 3 ] {} <Debug> HTTP-Session: 6065fe9a-5942-4b20-a250-0e4d33f43d41 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
726 | 2024.05.30 04:09:59.166424 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47581, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
727 | 2024.05.30 04:09:59.166496 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
728 | 2024.05.30 04:09:59.166535 [ 3 ] {} <Debug> HTTP-Session: d4913bbf-5a48-49af-bbda-7a769e453603 Authenticating user 'default' from [fd00:1122:3344:101::d]:47581 | ||
729 | 2024.05.30 04:09:59.166555 [ 3 ] {} <Debug> HTTP-Session: d4913bbf-5a48-49af-bbda-7a769e453603 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
730 | 2024.05.30 04:09:59.166584 [ 3 ] {} <Debug> HTTP-Session: d4913bbf-5a48-49af-bbda-7a769e453603 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
731 | 2024.05.30 04:09:59.166632 [ 3 ] {} <Trace> HTTP-Session: d4913bbf-5a48-49af-bbda-7a769e453603 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
732 | 2024.05.30 04:09:59.166813 [ 3 ] {1c2f49ed-6f42-41c5-bc4d-a0d0f94ef567} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47581) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
733 | 2024.05.30 04:09:59.166881 [ 3 ] {1c2f49ed-6f42-41c5-bc4d-a0d0f94ef567} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
734 | 2024.05.30 04:09:59.168987 [ 3 ] {1c2f49ed-6f42-41c5-bc4d-a0d0f94ef567} <Debug> oximeter.fields_u32 (850ede4d-1641-456e-99c2-5055f20a4c3f): Loading data parts | ||
735 | 2024.05.30 04:09:59.169222 [ 3 ] {1c2f49ed-6f42-41c5-bc4d-a0d0f94ef567} <Debug> oximeter.fields_u32 (850ede4d-1641-456e-99c2-5055f20a4c3f): There are no data parts | ||
736 | 2024.05.30 04:09:59.179708 [ 3 ] {1c2f49ed-6f42-41c5-bc4d-a0d0f94ef567} <Debug> DynamicQueryHandler: Done processing query | ||
737 | 2024.05.30 04:09:59.179737 [ 3 ] {} <Debug> HTTP-Session: d4913bbf-5a48-49af-bbda-7a769e453603 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
738 | 2024.05.30 04:09:59.179871 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47581, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
739 | 2024.05.30 04:09:59.179945 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
740 | 2024.05.30 04:09:59.179982 [ 3 ] {} <Debug> HTTP-Session: f0f72b05-fcf1-4d2b-9907-97ae3d5c9f5c Authenticating user 'default' from [fd00:1122:3344:101::d]:47581 | ||
741 | 2024.05.30 04:09:59.180005 [ 3 ] {} <Debug> HTTP-Session: f0f72b05-fcf1-4d2b-9907-97ae3d5c9f5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
742 | 2024.05.30 04:09:59.180036 [ 3 ] {} <Debug> HTTP-Session: f0f72b05-fcf1-4d2b-9907-97ae3d5c9f5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
743 | 2024.05.30 04:09:59.180072 [ 3 ] {} <Trace> HTTP-Session: f0f72b05-fcf1-4d2b-9907-97ae3d5c9f5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
744 | 2024.05.30 04:09:59.180294 [ 3 ] {1d0f6644-a276-43ad-afb1-38ba89299551} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47581) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
745 | 2024.05.30 04:09:59.180340 [ 3 ] {1d0f6644-a276-43ad-afb1-38ba89299551} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
746 | 2024.05.30 04:09:59.182703 [ 3 ] {1d0f6644-a276-43ad-afb1-38ba89299551} <Debug> oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Loading data parts | ||
747 | 2024.05.30 04:09:59.182917 [ 3 ] {1d0f6644-a276-43ad-afb1-38ba89299551} <Debug> oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): There are no data parts | ||
748 | 2024.05.30 04:09:59.196548 [ 3 ] {1d0f6644-a276-43ad-afb1-38ba89299551} <Debug> DynamicQueryHandler: Done processing query | ||
749 | 2024.05.30 04:09:59.196578 [ 3 ] {} <Debug> HTTP-Session: f0f72b05-fcf1-4d2b-9907-97ae3d5c9f5c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
750 | 2024.05.30 04:09:59.196755 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47581, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
751 | 2024.05.30 04:09:59.196825 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
752 | 2024.05.30 04:09:59.196871 [ 3 ] {} <Debug> HTTP-Session: 9b8ad789-6a0f-45bb-8b68-08461c60cbd7 Authenticating user 'default' from [fd00:1122:3344:101::d]:47581 | ||
753 | 2024.05.30 04:09:59.196890 [ 3 ] {} <Debug> HTTP-Session: 9b8ad789-6a0f-45bb-8b68-08461c60cbd7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
754 | 2024.05.30 04:09:59.196914 [ 3 ] {} <Debug> HTTP-Session: 9b8ad789-6a0f-45bb-8b68-08461c60cbd7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
755 | 2024.05.30 04:09:59.196958 [ 3 ] {} <Trace> HTTP-Session: 9b8ad789-6a0f-45bb-8b68-08461c60cbd7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
756 | 2024.05.30 04:09:59.197125 [ 3 ] {ae6c4b95-9828-4219-ac42-6c0f527d2c94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47581) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
757 | 2024.05.30 04:09:59.197184 [ 3 ] {ae6c4b95-9828-4219-ac42-6c0f527d2c94} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
758 | 2024.05.30 04:09:59.200948 [ 3 ] {ae6c4b95-9828-4219-ac42-6c0f527d2c94} <Debug> oximeter.fields_u64 (cd515c19-a0b2-4ba0-b366-7015be705475): Loading data parts | ||
759 | 2024.05.30 04:09:59.201084 [ 3 ] {ae6c4b95-9828-4219-ac42-6c0f527d2c94} <Debug> oximeter.fields_u64 (cd515c19-a0b2-4ba0-b366-7015be705475): There are no data parts | ||
760 | 2024.05.30 04:09:59.202478 [ 3 ] {ae6c4b95-9828-4219-ac42-6c0f527d2c94} <Debug> DynamicQueryHandler: Done processing query | ||
761 | 2024.05.30 04:09:59.202503 [ 3 ] {} <Debug> HTTP-Session: 9b8ad789-6a0f-45bb-8b68-08461c60cbd7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
762 | 2024.05.30 04:09:59.202637 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47581, User-Agent: (none), Length: 252, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
763 | 2024.05.30 04:09:59.202682 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
764 | 2024.05.30 04:09:59.202700 [ 3 ] {} <Debug> HTTP-Session: 335116e1-0cbd-4be6-965f-2134b706d2ab Authenticating user 'default' from [fd00:1122:3344:101::d]:47581 | ||
765 | 2024.05.30 04:09:59.202726 [ 3 ] {} <Debug> HTTP-Session: 335116e1-0cbd-4be6-965f-2134b706d2ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
766 | 2024.05.30 04:09:59.202739 [ 3 ] {} <Debug> HTTP-Session: 335116e1-0cbd-4be6-965f-2134b706d2ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
767 | 2024.05.30 04:09:59.202767 [ 3 ] {} <Trace> HTTP-Session: 335116e1-0cbd-4be6-965f-2134b706d2ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
768 | 2024.05.30 04:09:59.202905 [ 3 ] {99b1e9a8-74c1-4e3c-b8bc-caefc58ddd1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47581) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
769 | 2024.05.30 04:09:59.202942 [ 3 ] {99b1e9a8-74c1-4e3c-b8bc-caefc58ddd1f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
770 | 2024.05.30 04:09:59.210679 [ 3 ] {99b1e9a8-74c1-4e3c-b8bc-caefc58ddd1f} <Debug> oximeter.fields_ipaddr (7437664c-5015-4ab1-bcc0-e9747c26d3d7): Loading data parts | ||
771 | 2024.05.30 04:09:59.210826 [ 3 ] {99b1e9a8-74c1-4e3c-b8bc-caefc58ddd1f} <Debug> oximeter.fields_ipaddr (7437664c-5015-4ab1-bcc0-e9747c26d3d7): There are no data parts | ||
772 | 2024.05.30 04:09:59.212597 [ 3 ] {99b1e9a8-74c1-4e3c-b8bc-caefc58ddd1f} <Debug> DynamicQueryHandler: Done processing query | ||
773 | 2024.05.30 04:09:59.212622 [ 3 ] {} <Debug> HTTP-Session: 335116e1-0cbd-4be6-965f-2134b706d2ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
774 | 2024.05.30 04:09:59.212727 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47581, User-Agent: (none), Length: 254, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
775 | 2024.05.30 04:09:59.212772 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
776 | 2024.05.30 04:09:59.212791 [ 3 ] {} <Debug> HTTP-Session: 1b6b6331-c207-41c1-bd25-9fcfd3cfd61a Authenticating user 'default' from [fd00:1122:3344:101::d]:47581 | ||
777 | 2024.05.30 04:09:59.212806 [ 3 ] {} <Debug> HTTP-Session: 1b6b6331-c207-41c1-bd25-9fcfd3cfd61a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
778 | 2024.05.30 04:09:59.212819 [ 3 ] {} <Debug> HTTP-Session: 1b6b6331-c207-41c1-bd25-9fcfd3cfd61a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
779 | 2024.05.30 04:09:59.212847 [ 3 ] {} <Trace> HTTP-Session: 1b6b6331-c207-41c1-bd25-9fcfd3cfd61a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
780 | 2024.05.30 04:09:59.212979 [ 3 ] {7c276cf2-cb99-4755-8dc5-fb9c005e00a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47581) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
781 | 2024.05.30 04:09:59.213016 [ 3 ] {7c276cf2-cb99-4755-8dc5-fb9c005e00a1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
782 | 2024.05.30 04:09:59.215678 [ 3 ] {7c276cf2-cb99-4755-8dc5-fb9c005e00a1} <Debug> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Loading data parts | ||
783 | 2024.05.30 04:09:59.215818 [ 3 ] {7c276cf2-cb99-4755-8dc5-fb9c005e00a1} <Debug> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): There are no data parts | ||
784 | 2024.05.30 04:09:59.217140 [ 3 ] {7c276cf2-cb99-4755-8dc5-fb9c005e00a1} <Debug> DynamicQueryHandler: Done processing query | ||
785 | 2024.05.30 04:09:59.217166 [ 3 ] {} <Debug> HTTP-Session: 1b6b6331-c207-41c1-bd25-9fcfd3cfd61a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
786 | 2024.05.30 04:09:59.217275 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47581, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
787 | 2024.05.30 04:09:59.217385 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
788 | 2024.05.30 04:09:59.217403 [ 3 ] {} <Debug> HTTP-Session: 28b92556-1f6b-45e7-b528-73955c785d28 Authenticating user 'default' from [fd00:1122:3344:101::d]:47581 | ||
789 | 2024.05.30 04:09:59.217419 [ 3 ] {} <Debug> HTTP-Session: 28b92556-1f6b-45e7-b528-73955c785d28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
790 | 2024.05.30 04:09:59.217432 [ 3 ] {} <Debug> HTTP-Session: 28b92556-1f6b-45e7-b528-73955c785d28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
791 | 2024.05.30 04:09:59.217460 [ 3 ] {} <Trace> HTTP-Session: 28b92556-1f6b-45e7-b528-73955c785d28 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
792 | 2024.05.30 04:09:59.217595 [ 3 ] {0bfb7d1c-5b50-4dcb-98f0-608d48812ba6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47581) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
793 | 2024.05.30 04:09:59.217633 [ 3 ] {0bfb7d1c-5b50-4dcb-98f0-608d48812ba6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
794 | 2024.05.30 04:09:59.227278 [ 3 ] {0bfb7d1c-5b50-4dcb-98f0-608d48812ba6} <Debug> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Loading data parts | ||
795 | 2024.05.30 04:09:59.227481 [ 3 ] {0bfb7d1c-5b50-4dcb-98f0-608d48812ba6} <Debug> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): There are no data parts | ||
796 | 2024.05.30 04:09:59.229437 [ 3 ] {0bfb7d1c-5b50-4dcb-98f0-608d48812ba6} <Debug> DynamicQueryHandler: Done processing query | ||
797 | 2024.05.30 04:09:59.229462 [ 3 ] {} <Debug> HTTP-Session: 28b92556-1f6b-45e7-b528-73955c785d28 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
798 | 2024.05.30 04:09:59.229565 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47581, User-Agent: (none), Length: 1416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
799 | 2024.05.30 04:09:59.229610 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
800 | 2024.05.30 04:09:59.229628 [ 3 ] {} <Debug> HTTP-Session: 46dac406-4cd1-49ae-a9a4-cb79edd2e893 Authenticating user 'default' from [fd00:1122:3344:101::d]:47581 | ||
801 | 2024.05.30 04:09:59.229644 [ 3 ] {} <Debug> HTTP-Session: 46dac406-4cd1-49ae-a9a4-cb79edd2e893 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
802 | 2024.05.30 04:09:59.229658 [ 3 ] {} <Debug> HTTP-Session: 46dac406-4cd1-49ae-a9a4-cb79edd2e893 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
803 | 2024.05.30 04:09:59.229685 [ 3 ] {} <Trace> HTTP-Session: 46dac406-4cd1-49ae-a9a4-cb79edd2e893 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
804 | 2024.05.30 04:09:59.229880 [ 3 ] {720436bc-c29a-4ffb-bca9-190680d4ec4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47581) /* The timeseries schema table stores the extracted schema for the samples | ||
805 | * oximeter collects. | ||
806 | */ | ||
807 | 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) | ||
808 | 2024.05.30 04:09:59.229937 [ 3 ] {720436bc-c29a-4ffb-bca9-190680d4ec4c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
809 | 2024.05.30 04:09:59.232776 [ 3 ] {720436bc-c29a-4ffb-bca9-190680d4ec4c} <Debug> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af): Loading data parts | ||
810 | 2024.05.30 04:09:59.232920 [ 3 ] {720436bc-c29a-4ffb-bca9-190680d4ec4c} <Debug> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af): There are no data parts | ||
811 | 2024.05.30 04:09:59.234268 [ 3 ] {720436bc-c29a-4ffb-bca9-190680d4ec4c} <Debug> DynamicQueryHandler: Done processing query | ||
812 | 2024.05.30 04:09:59.234293 [ 3 ] {} <Debug> HTTP-Session: 46dac406-4cd1-49ae-a9a4-cb79edd2e893 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
813 | 2024.05.30 04:09:59.234468 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47581, User-Agent: (none), Length: 51, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
814 | 2024.05.30 04:09:59.234512 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
815 | 2024.05.30 04:09:59.234530 [ 3 ] {} <Debug> HTTP-Session: 2c0e74de-54ec-401f-8e9d-801d3ba7112c Authenticating user 'default' from [fd00:1122:3344:101::d]:47581 | ||
816 | 2024.05.30 04:09:59.234546 [ 3 ] {} <Debug> HTTP-Session: 2c0e74de-54ec-401f-8e9d-801d3ba7112c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
817 | 2024.05.30 04:09:59.234559 [ 3 ] {} <Debug> HTTP-Session: 2c0e74de-54ec-401f-8e9d-801d3ba7112c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
818 | 2024.05.30 04:09:59.234587 [ 3 ] {} <Trace> HTTP-Session: 2c0e74de-54ec-401f-8e9d-801d3ba7112c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
819 | 2024.05.30 04:09:59.234745 [ 3 ] {263279a5-1ccf-4906-9519-37fbdf39d196} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47581) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
820 | 2024.05.30 04:09:59.236528 [ 3 ] {263279a5-1ccf-4906-9519-37fbdf39d196} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
821 | 2024.05.30 04:09:59.240493 [ 3 ] {263279a5-1ccf-4906-9519-37fbdf39d196} <Trace> oximeter.version (6327a087-8987-4566-8890-38b8e71db229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
822 | 2024.05.30 04:09:59.240529 [ 3 ] {263279a5-1ccf-4906-9519-37fbdf39d196} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
823 | 2024.05.30 04:09:59.245093 [ 3 ] {263279a5-1ccf-4906-9519-37fbdf39d196} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
824 | 2024.05.30 04:09:59.246236 [ 3 ] {263279a5-1ccf-4906-9519-37fbdf39d196} <Trace> oximeter.version (6327a087-8987-4566-8890-38b8e71db229): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
825 | 2024.05.30 04:09:59.246593 [ 3 ] {263279a5-1ccf-4906-9519-37fbdf39d196} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.011873 sec., 84.22471153036301 rows/sec., 1.32 KiB/sec. | ||
826 | 2024.05.30 04:09:59.246748 [ 3 ] {263279a5-1ccf-4906-9519-37fbdf39d196} <Debug> DynamicQueryHandler: Done processing query | ||
827 | 2024.05.30 04:09:59.246771 [ 3 ] {263279a5-1ccf-4906-9519-37fbdf39d196} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
828 | 2024.05.30 04:09:59.246791 [ 3 ] {} <Debug> HTTP-Session: 2c0e74de-54ec-401f-8e9d-801d3ba7112c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
829 | 2024.05.30 04:10:00.003605 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 171.45 MiB, peak 176.59 MiB, free memory in arenas 0.00 B, will set to 173.71 MiB (RSS), difference: 2.26 MiB | ||
830 | 2024.05.30 04:10:13.102148 [ 59 ] {} <Debug> DNSResolver: Updating DNS cache | ||
831 | 2024.05.30 04:10:13.102221 [ 59 ] {} <Debug> DNSResolver: Updated DNS cache | ||
832 | 2024.05.30 04:10:24.354074 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 60, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
833 | 2024.05.30 04:10:24.354202 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
834 | 2024.05.30 04:10:24.354229 [ 3 ] {} <Debug> HTTP-Session: 83795236-6fcd-4a04-bad6-b1618a89a90c Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
835 | 2024.05.30 04:10:24.354256 [ 3 ] {} <Debug> HTTP-Session: 83795236-6fcd-4a04-bad6-b1618a89a90c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
836 | 2024.05.30 04:10:24.354274 [ 3 ] {} <Debug> HTTP-Session: 83795236-6fcd-4a04-bad6-b1618a89a90c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
837 | 2024.05.30 04:10:24.354324 [ 3 ] {} <Trace> HTTP-Session: 83795236-6fcd-4a04-bad6-b1618a89a90c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
838 | 2024.05.30 04:10:24.354512 [ 3 ] {66069bb3-841c-47a3-b090-c5b140c50e40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) SELECT * FROM oximeter.timeseries_schema FORMAT JSONEachRow; (stage: Complete) | ||
839 | 2024.05.30 04:10:24.354925 [ 3 ] {66069bb3-841c-47a3-b090-c5b140c50e40} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
840 | 2024.05.30 04:10:24.355073 [ 3 ] {66069bb3-841c-47a3-b090-c5b140c50e40} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
841 | 2024.05.30 04:10:24.360372 [ 3 ] {66069bb3-841c-47a3-b090-c5b140c50e40} <Debug> DynamicQueryHandler: Done processing query | ||
842 | 2024.05.30 04:10:24.360402 [ 3 ] {66069bb3-841c-47a3-b090-c5b140c50e40} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
843 | 2024.05.30 04:10:24.360417 [ 3 ] {} <Debug> HTTP-Session: 83795236-6fcd-4a04-bad6-b1618a89a90c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
844 | 2024.05.30 04:10:24.365361 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 129, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
845 | 2024.05.30 04:10:24.365416 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
846 | 2024.05.30 04:10:24.365435 [ 3 ] {} <Debug> HTTP-Session: ef590252-1e71-427a-b22f-3709c5cbf819 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
847 | 2024.05.30 04:10:24.365452 [ 3 ] {} <Debug> HTTP-Session: ef590252-1e71-427a-b22f-3709c5cbf819 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
848 | 2024.05.30 04:10:24.365467 [ 3 ] {} <Debug> HTTP-Session: ef590252-1e71-427a-b22f-3709c5cbf819 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
849 | 2024.05.30 04:10:24.365500 [ 3 ] {} <Trace> HTTP-Session: ef590252-1e71-427a-b22f-3709c5cbf819 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
850 | 2024.05.30 04:10:24.365715 [ 3 ] {eafdf2ab-d107-4e71-bc20-eb55b19610d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_routes') FORMAT JSONEachRow; (stage: Complete) | ||
851 | 2024.05.30 04:10:24.373575 [ 3 ] {eafdf2ab-d107-4e71-bc20-eb55b19610d5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
852 | 2024.05.30 04:10:24.373747 [ 3 ] {eafdf2ab-d107-4e71-bc20-eb55b19610d5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
853 | 2024.05.30 04:10:24.374918 [ 3 ] {eafdf2ab-d107-4e71-bc20-eb55b19610d5} <Debug> DynamicQueryHandler: Done processing query | ||
854 | 2024.05.30 04:10:24.374943 [ 3 ] {eafdf2ab-d107-4e71-bc20-eb55b19610d5} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
855 | 2024.05.30 04:10:24.374957 [ 3 ] {} <Debug> HTTP-Session: ef590252-1e71-427a-b22f-3709c5cbf819 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
856 | 2024.05.30 04:10:24.375299 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 170, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
857 | 2024.05.30 04:10:24.375344 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
858 | 2024.05.30 04:10:24.375362 [ 3 ] {} <Debug> HTTP-Session: 8154ac47-5c8c-4933-8536-2c5b7bf4cac8 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
859 | 2024.05.30 04:10:24.375377 [ 3 ] {} <Debug> HTTP-Session: 8154ac47-5c8c-4933-8536-2c5b7bf4cac8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
860 | 2024.05.30 04:10:24.375390 [ 3 ] {} <Debug> HTTP-Session: 8154ac47-5c8c-4933-8536-2c5b7bf4cac8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
861 | 2024.05.30 04:10:24.375418 [ 3 ] {} <Trace> HTTP-Session: 8154ac47-5c8c-4933-8536-2c5b7bf4cac8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
862 | 2024.05.30 04:10:24.375529 [ 3 ] {f6e49126-f32b-4d73-82f9-dbde53411ae1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT JSONEachRow; (stage: Complete) | ||
863 | 2024.05.30 04:10:24.375921 [ 3 ] {f6e49126-f32b-4d73-82f9-dbde53411ae1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
864 | 2024.05.30 04:10:24.375970 [ 3 ] {f6e49126-f32b-4d73-82f9-dbde53411ae1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
865 | 2024.05.30 04:10:24.376907 [ 3 ] {f6e49126-f32b-4d73-82f9-dbde53411ae1} <Debug> DynamicQueryHandler: Done processing query | ||
866 | 2024.05.30 04:10:24.376930 [ 3 ] {f6e49126-f32b-4d73-82f9-dbde53411ae1} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
867 | 2024.05.30 04:10:24.376945 [ 3 ] {} <Debug> HTTP-Session: 8154ac47-5c8c-4933-8536-2c5b7bf4cac8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
868 | 2024.05.30 04:10:24.377133 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 198, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
869 | 2024.05.30 04:10:24.377177 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
870 | 2024.05.30 04:10:24.377196 [ 3 ] {} <Debug> HTTP-Session: 87605ae2-a4e0-446f-bfce-27a02f447805 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
871 | 2024.05.30 04:10:24.377211 [ 3 ] {} <Debug> HTTP-Session: 87605ae2-a4e0-446f-bfce-27a02f447805 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
872 | 2024.05.30 04:10:24.377225 [ 3 ] {} <Debug> HTTP-Session: 87605ae2-a4e0-446f-bfce-27a02f447805 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
873 | 2024.05.30 04:10:24.377253 [ 3 ] {} <Trace> HTTP-Session: 87605ae2-a4e0-446f-bfce-27a02f447805 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
874 | 2024.05.30 04:10:24.377365 [ 3 ] {8a8575d6-80ab-4d0c-8758-4576c9878f65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
875 | 2024.05.30 04:10:24.377656 [ 3 ] {8a8575d6-80ab-4d0c-8758-4576c9878f65} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
876 | 2024.05.30 04:10:24.377771 [ 3 ] {8a8575d6-80ab-4d0c-8758-4576c9878f65} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
877 | 2024.05.30 04:10:24.378600 [ 3 ] {8a8575d6-80ab-4d0c-8758-4576c9878f65} <Debug> DynamicQueryHandler: Done processing query | ||
878 | 2024.05.30 04:10:24.378624 [ 3 ] {8a8575d6-80ab-4d0c-8758-4576c9878f65} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
879 | 2024.05.30 04:10:24.378639 [ 3 ] {} <Debug> HTTP-Session: 87605ae2-a4e0-446f-bfce-27a02f447805 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
880 | 2024.05.30 04:10:24.379409 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 1071, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
881 | 2024.05.30 04:10:24.379454 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
882 | 2024.05.30 04:10:24.379472 [ 3 ] {} <Debug> HTTP-Session: 505d205c-9c42-4013-a8b9-de613ddd3aef Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
883 | 2024.05.30 04:10:24.379487 [ 3 ] {} <Debug> HTTP-Session: 505d205c-9c42-4013-a8b9-de613ddd3aef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
884 | 2024.05.30 04:10:24.379500 [ 3 ] {} <Debug> HTTP-Session: 505d205c-9c42-4013-a8b9-de613ddd3aef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
885 | 2024.05.30 04:10:24.379528 [ 3 ] {} <Trace> HTTP-Session: 505d205c-9c42-4013-a8b9-de613ddd3aef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
886 | 2024.05.30 04:10:24.379629 [ 3 ] {89027631-08fc-4273-95db-fe1e74ebf749} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
887 | 2024.05.30 04:10:24.379737 [ 3 ] {89027631-08fc-4273-95db-fe1e74ebf749} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
888 | 2024.05.30 04:10:24.379914 [ 3 ] {89027631-08fc-4273-95db-fe1e74ebf749} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
889 | 2024.05.30 04:10:24.380401 [ 3 ] {89027631-08fc-4273-95db-fe1e74ebf749} <Trace> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
890 | 2024.05.30 04:10:24.380438 [ 3 ] {89027631-08fc-4273-95db-fe1e74ebf749} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
891 | 2024.05.30 04:10:24.381013 [ 3 ] {89027631-08fc-4273-95db-fe1e74ebf749} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
892 | 2024.05.30 04:10:24.381301 [ 3 ] {89027631-08fc-4273-95db-fe1e74ebf749} <Trace> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
893 | 2024.05.30 04:10:24.381465 [ 3 ] {89027631-08fc-4273-95db-fe1e74ebf749} <Debug> executeQuery: Read 4 rows, 521.00 B in 0.001847 sec., 2165.674066053059 rows/sec., 275.47 KiB/sec. | ||
894 | 2024.05.30 04:10:24.381812 [ 3 ] {89027631-08fc-4273-95db-fe1e74ebf749} <Debug> DynamicQueryHandler: Done processing query | ||
895 | 2024.05.30 04:10:24.381835 [ 3 ] {89027631-08fc-4273-95db-fe1e74ebf749} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
896 | 2024.05.30 04:10:24.381850 [ 3 ] {} <Debug> HTTP-Session: 505d205c-9c42-4013-a8b9-de613ddd3aef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
897 | 2024.05.30 04:10:24.381944 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 631, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
898 | 2024.05.30 04:10:24.381989 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
899 | 2024.05.30 04:10:24.382007 [ 3 ] {} <Debug> HTTP-Session: 1d9b3384-7af1-421e-a0af-02e0a2b9625c Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
900 | 2024.05.30 04:10:24.382022 [ 3 ] {} <Debug> HTTP-Session: 1d9b3384-7af1-421e-a0af-02e0a2b9625c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
901 | 2024.05.30 04:10:24.382035 [ 3 ] {} <Debug> HTTP-Session: 1d9b3384-7af1-421e-a0af-02e0a2b9625c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
902 | 2024.05.30 04:10:24.382075 [ 3 ] {} <Trace> HTTP-Session: 1d9b3384-7af1-421e-a0af-02e0a2b9625c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
903 | 2024.05.30 04:10:24.382169 [ 3 ] {b7e341cc-21c6-4017-a3a3-0e7633ca78b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
904 | 2024.05.30 04:10:24.382209 [ 3 ] {b7e341cc-21c6-4017-a3a3-0e7633ca78b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
905 | 2024.05.30 04:10:24.382337 [ 3 ] {b7e341cc-21c6-4017-a3a3-0e7633ca78b5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
906 | 2024.05.30 04:10:24.383227 [ 3 ] {b7e341cc-21c6-4017-a3a3-0e7633ca78b5} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
907 | 2024.05.30 04:10:24.383259 [ 3 ] {b7e341cc-21c6-4017-a3a3-0e7633ca78b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
908 | 2024.05.30 04:10:24.383535 [ 3 ] {b7e341cc-21c6-4017-a3a3-0e7633ca78b5} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
909 | 2024.05.30 04:10:24.383879 [ 3 ] {b7e341cc-21c6-4017-a3a3-0e7633ca78b5} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
910 | 2024.05.30 04:10:24.384019 [ 3 ] {b7e341cc-21c6-4017-a3a3-0e7633ca78b5} <Debug> executeQuery: Read 4 rows, 345.00 B in 0.00185 sec., 2162.162162162162 rows/sec., 182.12 KiB/sec. | ||
911 | 2024.05.30 04:10:24.384247 [ 3 ] {b7e341cc-21c6-4017-a3a3-0e7633ca78b5} <Debug> DynamicQueryHandler: Done processing query | ||
912 | 2024.05.30 04:10:24.384270 [ 3 ] {b7e341cc-21c6-4017-a3a3-0e7633ca78b5} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
913 | 2024.05.30 04:10:24.384284 [ 3 ] {} <Debug> HTTP-Session: 1d9b3384-7af1-421e-a0af-02e0a2b9625c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
914 | 2024.05.30 04:10:24.384400 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 1406, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
915 | 2024.05.30 04:10:24.384445 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
916 | 2024.05.30 04:10:24.384463 [ 3 ] {} <Debug> HTTP-Session: 490ec76e-1841-4e82-a5d8-54e175d7cad7 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
917 | 2024.05.30 04:10:24.384478 [ 3 ] {} <Debug> HTTP-Session: 490ec76e-1841-4e82-a5d8-54e175d7cad7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
918 | 2024.05.30 04:10:24.384491 [ 3 ] {} <Debug> HTTP-Session: 490ec76e-1841-4e82-a5d8-54e175d7cad7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
919 | 2024.05.30 04:10:24.384519 [ 3 ] {} <Trace> HTTP-Session: 490ec76e-1841-4e82-a5d8-54e175d7cad7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
920 | 2024.05.30 04:10:24.384609 [ 3 ] {0c88bd0c-52d4-4fb8-8d96-1c7d1f002a45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
921 | 2024.05.30 04:10:24.384649 [ 3 ] {0c88bd0c-52d4-4fb8-8d96-1c7d1f002a45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
922 | 2024.05.30 04:10:24.385325 [ 3 ] {0c88bd0c-52d4-4fb8-8d96-1c7d1f002a45} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
923 | 2024.05.30 04:10:24.385627 [ 3 ] {0c88bd0c-52d4-4fb8-8d96-1c7d1f002a45} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
924 | 2024.05.30 04:10:24.385661 [ 3 ] {0c88bd0c-52d4-4fb8-8d96-1c7d1f002a45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
925 | 2024.05.30 04:10:24.386494 [ 3 ] {0c88bd0c-52d4-4fb8-8d96-1c7d1f002a45} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
926 | 2024.05.30 04:10:24.386862 [ 3 ] {0c88bd0c-52d4-4fb8-8d96-1c7d1f002a45} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
927 | 2024.05.30 04:10:24.387001 [ 3 ] {0c88bd0c-52d4-4fb8-8d96-1c7d1f002a45} <Debug> executeQuery: Read 8 rows, 658.00 B in 0.002359 sec., 3391.267486222976 rows/sec., 272.39 KiB/sec. | ||
928 | 2024.05.30 04:10:24.387154 [ 3 ] {0c88bd0c-52d4-4fb8-8d96-1c7d1f002a45} <Debug> DynamicQueryHandler: Done processing query | ||
929 | 2024.05.30 04:10:24.387177 [ 3 ] {0c88bd0c-52d4-4fb8-8d96-1c7d1f002a45} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
930 | 2024.05.30 04:10:24.387191 [ 3 ] {} <Debug> HTTP-Session: 490ec76e-1841-4e82-a5d8-54e175d7cad7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
931 | 2024.05.30 04:10:24.387296 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 1627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
932 | 2024.05.30 04:10:24.387342 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
933 | 2024.05.30 04:10:24.387359 [ 3 ] {} <Debug> HTTP-Session: a514f395-f4a8-4bb9-89f2-7fddfa470b72 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
934 | 2024.05.30 04:10:24.387374 [ 3 ] {} <Debug> HTTP-Session: a514f395-f4a8-4bb9-89f2-7fddfa470b72 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
935 | 2024.05.30 04:10:24.387387 [ 3 ] {} <Debug> HTTP-Session: a514f395-f4a8-4bb9-89f2-7fddfa470b72 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
936 | 2024.05.30 04:10:24.387415 [ 3 ] {} <Trace> HTTP-Session: a514f395-f4a8-4bb9-89f2-7fddfa470b72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
937 | 2024.05.30 04:10:24.387505 [ 3 ] {be0d1b2a-c210-4ab3-a3ad-879c70bb1d18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
938 | 2024.05.30 04:10:24.387548 [ 3 ] {be0d1b2a-c210-4ab3-a3ad-879c70bb1d18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
939 | 2024.05.30 04:10:24.387677 [ 3 ] {be0d1b2a-c210-4ab3-a3ad-879c70bb1d18} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
940 | 2024.05.30 04:10:24.388638 [ 3 ] {be0d1b2a-c210-4ab3-a3ad-879c70bb1d18} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
941 | 2024.05.30 04:10:24.388681 [ 3 ] {be0d1b2a-c210-4ab3-a3ad-879c70bb1d18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
942 | 2024.05.30 04:10:24.389295 [ 3 ] {be0d1b2a-c210-4ab3-a3ad-879c70bb1d18} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
943 | 2024.05.30 04:10:24.389620 [ 3 ] {be0d1b2a-c210-4ab3-a3ad-879c70bb1d18} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
944 | 2024.05.30 04:10:24.389834 [ 3 ] {be0d1b2a-c210-4ab3-a3ad-879c70bb1d18} <Debug> executeQuery: Read 8 rows, 624.00 B in 0.002296 sec., 3484.3205574912895 rows/sec., 265.41 KiB/sec. | ||
945 | 2024.05.30 04:10:24.390099 [ 3 ] {be0d1b2a-c210-4ab3-a3ad-879c70bb1d18} <Debug> DynamicQueryHandler: Done processing query | ||
946 | 2024.05.30 04:10:24.390122 [ 3 ] {be0d1b2a-c210-4ab3-a3ad-879c70bb1d18} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
947 | 2024.05.30 04:10:24.390138 [ 3 ] {} <Debug> HTTP-Session: a514f395-f4a8-4bb9-89f2-7fddfa470b72 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
948 | 2024.05.30 04:10:24.390251 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 1213, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
949 | 2024.05.30 04:10:24.390298 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
950 | 2024.05.30 04:10:24.390317 [ 3 ] {} <Debug> HTTP-Session: 5f7742c6-c5e1-4c03-abfd-48dc65c8622c Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
951 | 2024.05.30 04:10:24.390332 [ 3 ] {} <Debug> HTTP-Session: 5f7742c6-c5e1-4c03-abfd-48dc65c8622c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
952 | 2024.05.30 04:10:24.390344 [ 3 ] {} <Debug> HTTP-Session: 5f7742c6-c5e1-4c03-abfd-48dc65c8622c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
953 | 2024.05.30 04:10:24.390375 [ 3 ] {} <Trace> HTTP-Session: 5f7742c6-c5e1-4c03-abfd-48dc65c8622c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
954 | 2024.05.30 04:10:24.390471 [ 3 ] {68d00de1-6e63-4b45-9965-d5b20f5b1bfd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
955 | 2024.05.30 04:10:24.390514 [ 3 ] {68d00de1-6e63-4b45-9965-d5b20f5b1bfd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
956 | 2024.05.30 04:10:24.390653 [ 3 ] {68d00de1-6e63-4b45-9965-d5b20f5b1bfd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
957 | 2024.05.30 04:10:24.390974 [ 3 ] {68d00de1-6e63-4b45-9965-d5b20f5b1bfd} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
958 | 2024.05.30 04:10:24.391009 [ 3 ] {68d00de1-6e63-4b45-9965-d5b20f5b1bfd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
959 | 2024.05.30 04:10:24.391338 [ 3 ] {68d00de1-6e63-4b45-9965-d5b20f5b1bfd} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
960 | 2024.05.30 04:10:24.391636 [ 3 ] {68d00de1-6e63-4b45-9965-d5b20f5b1bfd} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
961 | 2024.05.30 04:10:24.391826 [ 3 ] {68d00de1-6e63-4b45-9965-d5b20f5b1bfd} <Debug> executeQuery: Read 8 rows, 516.00 B in 0.001332 sec., 6006.006006006006 rows/sec., 378.31 KiB/sec. | ||
962 | 2024.05.30 04:10:24.391982 [ 3 ] {68d00de1-6e63-4b45-9965-d5b20f5b1bfd} <Debug> DynamicQueryHandler: Done processing query | ||
963 | 2024.05.30 04:10:24.392005 [ 3 ] {68d00de1-6e63-4b45-9965-d5b20f5b1bfd} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
964 | 2024.05.30 04:10:24.392020 [ 3 ] {} <Debug> HTTP-Session: 5f7742c6-c5e1-4c03-abfd-48dc65c8622c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
965 | 2024.05.30 04:10:28.102532 [ 100 ] {} <Debug> DNSResolver: Updating DNS cache | ||
966 | 2024.05.30 04:10:28.102585 [ 100 ] {} <Debug> DNSResolver: Updated DNS cache | ||
967 | 2024.05.30 04:10:29.353695 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 239, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
968 | 2024.05.30 04:10:29.353825 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
969 | 2024.05.30 04:10:29.353852 [ 3 ] {} <Debug> HTTP-Session: 757fd0ae-6fd9-423c-b296-b5bf2057867b Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
970 | 2024.05.30 04:10:29.353877 [ 3 ] {} <Debug> HTTP-Session: 757fd0ae-6fd9-423c-b296-b5bf2057867b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
971 | 2024.05.30 04:10:29.353893 [ 3 ] {} <Debug> HTTP-Session: 757fd0ae-6fd9-423c-b296-b5bf2057867b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
972 | 2024.05.30 04:10:29.354008 [ 3 ] {} <Trace> HTTP-Session: 757fd0ae-6fd9-423c-b296-b5bf2057867b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
973 | 2024.05.30 04:10:29.354225 [ 3 ] {3cf729c5-fd80-4957-913f-fe4be4d3a827} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('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) | ||
974 | 2024.05.30 04:10:29.354631 [ 3 ] {3cf729c5-fd80-4957-913f-fe4be4d3a827} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
975 | 2024.05.30 04:10:29.354703 [ 3 ] {3cf729c5-fd80-4957-913f-fe4be4d3a827} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
976 | 2024.05.30 04:10:29.354930 [ 3 ] {3cf729c5-fd80-4957-913f-fe4be4d3a827} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
977 | 2024.05.30 04:10:29.357073 [ 3 ] {3cf729c5-fd80-4957-913f-fe4be4d3a827} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
978 | 2024.05.30 04:10:29.359551 [ 3 ] {3cf729c5-fd80-4957-913f-fe4be4d3a827} <Debug> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Key condition: (column 0 notIn 4-element set) | ||
979 | 2024.05.30 04:10:29.363074 [ 3 ] {3cf729c5-fd80-4957-913f-fe4be4d3a827} <Trace> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
980 | 2024.05.30 04:10:29.363133 [ 3 ] {3cf729c5-fd80-4957-913f-fe4be4d3a827} <Debug> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (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 | ||
981 | 2024.05.30 04:10:29.363156 [ 3 ] {3cf729c5-fd80-4957-913f-fe4be4d3a827} <Trace> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
982 | 2024.05.30 04:10:29.363276 [ 3 ] {3cf729c5-fd80-4957-913f-fe4be4d3a827} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
983 | 2024.05.30 04:10:29.363304 [ 3 ] {3cf729c5-fd80-4957-913f-fe4be4d3a827} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
984 | 2024.05.30 04:10:29.369422 [ 3 ] {3cf729c5-fd80-4957-913f-fe4be4d3a827} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.015246 sec., 262.3638987275351 rows/sec., 10.83 KiB/sec. | ||
985 | 2024.05.30 04:10:29.369708 [ 3 ] {3cf729c5-fd80-4957-913f-fe4be4d3a827} <Debug> DynamicQueryHandler: Done processing query | ||
986 | 2024.05.30 04:10:29.369738 [ 3 ] {3cf729c5-fd80-4957-913f-fe4be4d3a827} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
987 | 2024.05.30 04:10:29.369757 [ 3 ] {} <Debug> HTTP-Session: 757fd0ae-6fd9-423c-b296-b5bf2057867b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
988 | 2024.05.30 04:10:29.369990 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 282, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
989 | 2024.05.30 04:10:29.370105 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
990 | 2024.05.30 04:10:29.370123 [ 3 ] {} <Debug> HTTP-Session: 659621d2-5a3b-4024-8d9c-efcd36b28dd9 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
991 | 2024.05.30 04:10:29.370138 [ 3 ] {} <Debug> HTTP-Session: 659621d2-5a3b-4024-8d9c-efcd36b28dd9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
992 | 2024.05.30 04:10:29.370151 [ 3 ] {} <Debug> HTTP-Session: 659621d2-5a3b-4024-8d9c-efcd36b28dd9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
993 | 2024.05.30 04:10:29.370183 [ 3 ] {} <Trace> HTTP-Session: 659621d2-5a3b-4024-8d9c-efcd36b28dd9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
994 | 2024.05.30 04:10:29.370313 [ 3 ] {31eb8db6-fbc0-421e-9fb9-faf2365d2c0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', '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) | ||
995 | 2024.05.30 04:10:29.370534 [ 3 ] {31eb8db6-fbc0-421e-9fb9-faf2365d2c0e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
996 | 2024.05.30 04:10:29.370565 [ 3 ] {31eb8db6-fbc0-421e-9fb9-faf2365d2c0e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
997 | 2024.05.30 04:10:29.370756 [ 3 ] {31eb8db6-fbc0-421e-9fb9-faf2365d2c0e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
998 | 2024.05.30 04:10:29.370817 [ 3 ] {31eb8db6-fbc0-421e-9fb9-faf2365d2c0e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
999 | 2024.05.30 04:10:29.370945 [ 3 ] {31eb8db6-fbc0-421e-9fb9-faf2365d2c0e} <Debug> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Key condition: (column 0 notIn 5-element set) | ||
1000 | 2024.05.30 04:10:29.370976 [ 3 ] {31eb8db6-fbc0-421e-9fb9-faf2365d2c0e} <Trace> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1001 | 2024.05.30 04:10:29.370998 [ 3 ] {31eb8db6-fbc0-421e-9fb9-faf2365d2c0e} <Debug> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (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 | ||
1002 | 2024.05.30 04:10:29.371079 [ 3 ] {31eb8db6-fbc0-421e-9fb9-faf2365d2c0e} <Trace> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1003 | 2024.05.30 04:10:29.371116 [ 3 ] {31eb8db6-fbc0-421e-9fb9-faf2365d2c0e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1004 | 2024.05.30 04:10:29.371135 [ 3 ] {31eb8db6-fbc0-421e-9fb9-faf2365d2c0e} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1005 | 2024.05.30 04:10:29.371983 [ 3 ] {31eb8db6-fbc0-421e-9fb9-faf2365d2c0e} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.00174 sec., 2298.8505747126437 rows/sec., 94.85 KiB/sec. | ||
1006 | 2024.05.30 04:10:29.372290 [ 3 ] {31eb8db6-fbc0-421e-9fb9-faf2365d2c0e} <Debug> DynamicQueryHandler: Done processing query | ||
1007 | 2024.05.30 04:10:29.372313 [ 3 ] {31eb8db6-fbc0-421e-9fb9-faf2365d2c0e} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1008 | 2024.05.30 04:10:29.372328 [ 3 ] {} <Debug> HTTP-Session: 659621d2-5a3b-4024-8d9c-efcd36b28dd9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1009 | 2024.05.30 04:10:29.372634 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 324, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1010 | 2024.05.30 04:10:29.372680 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1011 | 2024.05.30 04:10:29.372698 [ 3 ] {} <Debug> HTTP-Session: 7e0129ee-f9c0-44e7-97c4-3a62a4fea199 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
1012 | 2024.05.30 04:10:29.372712 [ 3 ] {} <Debug> HTTP-Session: 7e0129ee-f9c0-44e7-97c4-3a62a4fea199 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1013 | 2024.05.30 04:10:29.372725 [ 3 ] {} <Debug> HTTP-Session: 7e0129ee-f9c0-44e7-97c4-3a62a4fea199 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1014 | 2024.05.30 04:10:29.372754 [ 3 ] {} <Trace> HTTP-Session: 7e0129ee-f9c0-44e7-97c4-3a62a4fea199 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1015 | 2024.05.30 04:10:29.372872 [ 3 ] {b6d821cc-fff4-403e-9198-dcea52b1c1a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', '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) | ||
1016 | 2024.05.30 04:10:29.373154 [ 3 ] {b6d821cc-fff4-403e-9198-dcea52b1c1a1} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1017 | 2024.05.30 04:10:29.373184 [ 3 ] {b6d821cc-fff4-403e-9198-dcea52b1c1a1} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1018 | 2024.05.30 04:10:29.373375 [ 3 ] {b6d821cc-fff4-403e-9198-dcea52b1c1a1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1019 | 2024.05.30 04:10:29.373437 [ 3 ] {b6d821cc-fff4-403e-9198-dcea52b1c1a1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1020 | 2024.05.30 04:10:29.373565 [ 3 ] {b6d821cc-fff4-403e-9198-dcea52b1c1a1} <Debug> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Key condition: (column 0 notIn 6-element set) | ||
1021 | 2024.05.30 04:10:29.373596 [ 3 ] {b6d821cc-fff4-403e-9198-dcea52b1c1a1} <Trace> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1022 | 2024.05.30 04:10:29.373617 [ 3 ] {b6d821cc-fff4-403e-9198-dcea52b1c1a1} <Debug> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (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 | ||
1023 | 2024.05.30 04:10:29.373632 [ 3 ] {b6d821cc-fff4-403e-9198-dcea52b1c1a1} <Trace> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1024 | 2024.05.30 04:10:29.373669 [ 3 ] {b6d821cc-fff4-403e-9198-dcea52b1c1a1} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1025 | 2024.05.30 04:10:29.373688 [ 3 ] {b6d821cc-fff4-403e-9198-dcea52b1c1a1} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1026 | 2024.05.30 04:10:29.374600 [ 3 ] {b6d821cc-fff4-403e-9198-dcea52b1c1a1} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001754 sec., 2280.501710376283 rows/sec., 94.09 KiB/sec. | ||
1027 | 2024.05.30 04:10:29.374810 [ 3 ] {b6d821cc-fff4-403e-9198-dcea52b1c1a1} <Debug> DynamicQueryHandler: Done processing query | ||
1028 | 2024.05.30 04:10:29.374832 [ 3 ] {b6d821cc-fff4-403e-9198-dcea52b1c1a1} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1029 | 2024.05.30 04:10:29.374847 [ 3 ] {} <Debug> HTTP-Session: 7e0129ee-f9c0-44e7-97c4-3a62a4fea199 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1030 | 2024.05.30 04:10:29.375114 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 358, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1031 | 2024.05.30 04:10:29.375159 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1032 | 2024.05.30 04:10:29.375178 [ 3 ] {} <Debug> HTTP-Session: 290dad17-9784-48d0-acb4-728b61fad192 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
1033 | 2024.05.30 04:10:29.375193 [ 3 ] {} <Debug> HTTP-Session: 290dad17-9784-48d0-acb4-728b61fad192 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1034 | 2024.05.30 04:10:29.375206 [ 3 ] {} <Debug> HTTP-Session: 290dad17-9784-48d0-acb4-728b61fad192 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1035 | 2024.05.30 04:10:29.375235 [ 3 ] {} <Trace> HTTP-Session: 290dad17-9784-48d0-acb4-728b61fad192 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1036 | 2024.05.30 04:10:29.375353 [ 3 ] {554d9475-51c9-4ff5-a6ac-80ef50aae77e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1037 | 2024.05.30 04:10:29.375572 [ 3 ] {554d9475-51c9-4ff5-a6ac-80ef50aae77e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1038 | 2024.05.30 04:10:29.375603 [ 3 ] {554d9475-51c9-4ff5-a6ac-80ef50aae77e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1039 | 2024.05.30 04:10:29.375798 [ 3 ] {554d9475-51c9-4ff5-a6ac-80ef50aae77e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1040 | 2024.05.30 04:10:29.375859 [ 3 ] {554d9475-51c9-4ff5-a6ac-80ef50aae77e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1041 | 2024.05.30 04:10:29.375986 [ 3 ] {554d9475-51c9-4ff5-a6ac-80ef50aae77e} <Debug> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Key condition: (column 0 notIn 7-element set) | ||
1042 | 2024.05.30 04:10:29.376016 [ 3 ] {554d9475-51c9-4ff5-a6ac-80ef50aae77e} <Trace> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1043 | 2024.05.30 04:10:29.376105 [ 3 ] {554d9475-51c9-4ff5-a6ac-80ef50aae77e} <Debug> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (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 | ||
1044 | 2024.05.30 04:10:29.376120 [ 3 ] {554d9475-51c9-4ff5-a6ac-80ef50aae77e} <Trace> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1045 | 2024.05.30 04:10:29.376158 [ 3 ] {554d9475-51c9-4ff5-a6ac-80ef50aae77e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1046 | 2024.05.30 04:10:29.376177 [ 3 ] {554d9475-51c9-4ff5-a6ac-80ef50aae77e} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1047 | 2024.05.30 04:10:29.376901 [ 3 ] {554d9475-51c9-4ff5-a6ac-80ef50aae77e} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001633 sec., 2449.479485609308 rows/sec., 101.06 KiB/sec. | ||
1048 | 2024.05.30 04:10:29.377199 [ 3 ] {554d9475-51c9-4ff5-a6ac-80ef50aae77e} <Debug> DynamicQueryHandler: Done processing query | ||
1049 | 2024.05.30 04:10:29.377223 [ 3 ] {554d9475-51c9-4ff5-a6ac-80ef50aae77e} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1050 | 2024.05.30 04:10:29.377238 [ 3 ] {} <Debug> HTTP-Session: 290dad17-9784-48d0-acb4-728b61fad192 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1051 | 2024.05.30 04:10:29.377443 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 396, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1052 | 2024.05.30 04:10:29.377489 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1053 | 2024.05.30 04:10:29.377507 [ 3 ] {} <Debug> HTTP-Session: b28dc18d-56bb-4d45-b5a4-686c644700b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
1054 | 2024.05.30 04:10:29.377522 [ 3 ] {} <Debug> HTTP-Session: b28dc18d-56bb-4d45-b5a4-686c644700b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1055 | 2024.05.30 04:10:29.377535 [ 3 ] {} <Debug> HTTP-Session: b28dc18d-56bb-4d45-b5a4-686c644700b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1056 | 2024.05.30 04:10:29.377565 [ 3 ] {} <Trace> HTTP-Session: b28dc18d-56bb-4d45-b5a4-686c644700b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1057 | 2024.05.30 04:10:29.377684 [ 3 ] {f3bf3a2a-bd1a-4d74-b781-5789cc23df41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) 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', '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) | ||
1058 | 2024.05.30 04:10:29.377905 [ 3 ] {f3bf3a2a-bd1a-4d74-b781-5789cc23df41} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1059 | 2024.05.30 04:10:29.377937 [ 3 ] {f3bf3a2a-bd1a-4d74-b781-5789cc23df41} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1060 | 2024.05.30 04:10:29.378203 [ 3 ] {f3bf3a2a-bd1a-4d74-b781-5789cc23df41} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1061 | 2024.05.30 04:10:29.378263 [ 3 ] {f3bf3a2a-bd1a-4d74-b781-5789cc23df41} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1062 | 2024.05.30 04:10:29.378390 [ 3 ] {f3bf3a2a-bd1a-4d74-b781-5789cc23df41} <Debug> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Key condition: (column 0 notIn 8-element set) | ||
1063 | 2024.05.30 04:10:29.378421 [ 3 ] {f3bf3a2a-bd1a-4d74-b781-5789cc23df41} <Trace> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1064 | 2024.05.30 04:10:29.378443 [ 3 ] {f3bf3a2a-bd1a-4d74-b781-5789cc23df41} <Debug> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (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 | ||
1065 | 2024.05.30 04:10:29.378458 [ 3 ] {f3bf3a2a-bd1a-4d74-b781-5789cc23df41} <Trace> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1066 | 2024.05.30 04:10:29.378496 [ 3 ] {f3bf3a2a-bd1a-4d74-b781-5789cc23df41} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1067 | 2024.05.30 04:10:29.378515 [ 3 ] {f3bf3a2a-bd1a-4d74-b781-5789cc23df41} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1068 | 2024.05.30 04:10:29.379328 [ 3 ] {f3bf3a2a-bd1a-4d74-b781-5789cc23df41} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001666 sec., 2400.9603841536614 rows/sec., 99.06 KiB/sec. | ||
1069 | 2024.05.30 04:10:29.379534 [ 3 ] {f3bf3a2a-bd1a-4d74-b781-5789cc23df41} <Debug> DynamicQueryHandler: Done processing query | ||
1070 | 2024.05.30 04:10:29.379558 [ 3 ] {f3bf3a2a-bd1a-4d74-b781-5789cc23df41} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1071 | 2024.05.30 04:10:29.379573 [ 3 ] {} <Debug> HTTP-Session: b28dc18d-56bb-4d45-b5a4-686c644700b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1072 | 2024.05.30 04:10:29.379769 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 431, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1073 | 2024.05.30 04:10:29.379814 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1074 | 2024.05.30 04:10:29.379833 [ 3 ] {} <Debug> HTTP-Session: ed0fa655-bb69-4ce7-adaa-cf2ee2bd297a Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
1075 | 2024.05.30 04:10:29.379848 [ 3 ] {} <Debug> HTTP-Session: ed0fa655-bb69-4ce7-adaa-cf2ee2bd297a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1076 | 2024.05.30 04:10:29.379861 [ 3 ] {} <Debug> HTTP-Session: ed0fa655-bb69-4ce7-adaa-cf2ee2bd297a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1077 | 2024.05.30 04:10:29.379891 [ 3 ] {} <Trace> HTTP-Session: ed0fa655-bb69-4ce7-adaa-cf2ee2bd297a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1078 | 2024.05.30 04:10:29.380009 [ 3 ] {e43ca31c-11f2-48da-a5de-a02b02070941} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) 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', '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) | ||
1079 | 2024.05.30 04:10:29.380297 [ 3 ] {e43ca31c-11f2-48da-a5de-a02b02070941} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1080 | 2024.05.30 04:10:29.380329 [ 3 ] {e43ca31c-11f2-48da-a5de-a02b02070941} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1081 | 2024.05.30 04:10:29.380531 [ 3 ] {e43ca31c-11f2-48da-a5de-a02b02070941} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1082 | 2024.05.30 04:10:29.380589 [ 3 ] {e43ca31c-11f2-48da-a5de-a02b02070941} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1083 | 2024.05.30 04:10:29.380715 [ 3 ] {e43ca31c-11f2-48da-a5de-a02b02070941} <Debug> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Key condition: (column 0 notIn 9-element set) | ||
1084 | 2024.05.30 04:10:29.380746 [ 3 ] {e43ca31c-11f2-48da-a5de-a02b02070941} <Trace> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1085 | 2024.05.30 04:10:29.380767 [ 3 ] {e43ca31c-11f2-48da-a5de-a02b02070941} <Debug> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (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 | ||
1086 | 2024.05.30 04:10:29.380782 [ 3 ] {e43ca31c-11f2-48da-a5de-a02b02070941} <Trace> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1087 | 2024.05.30 04:10:29.380819 [ 3 ] {e43ca31c-11f2-48da-a5de-a02b02070941} <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_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1088 | 2024.05.30 04:10:29.380838 [ 3 ] {e43ca31c-11f2-48da-a5de-a02b02070941} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1089 | 2024.05.30 04:10:29.381700 [ 3 ] {e43ca31c-11f2-48da-a5de-a02b02070941} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001715 sec., 2332.3615160349855 rows/sec., 96.23 KiB/sec. | ||
1090 | 2024.05.30 04:10:29.381921 [ 3 ] {e43ca31c-11f2-48da-a5de-a02b02070941} <Debug> DynamicQueryHandler: Done processing query | ||
1091 | 2024.05.30 04:10:29.381943 [ 3 ] {e43ca31c-11f2-48da-a5de-a02b02070941} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1092 | 2024.05.30 04:10:29.381959 [ 3 ] {} <Debug> HTTP-Session: ed0fa655-bb69-4ce7-adaa-cf2ee2bd297a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1093 | 2024.05.30 04:10:29.382219 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 470, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1094 | 2024.05.30 04:10:29.382264 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1095 | 2024.05.30 04:10:29.382283 [ 3 ] {} <Debug> HTTP-Session: d9a3da11-851d-404c-969d-394b0ff5433d Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
1096 | 2024.05.30 04:10:29.382298 [ 3 ] {} <Debug> HTTP-Session: d9a3da11-851d-404c-969d-394b0ff5433d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1097 | 2024.05.30 04:10:29.382310 [ 3 ] {} <Debug> HTTP-Session: d9a3da11-851d-404c-969d-394b0ff5433d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1098 | 2024.05.30 04:10:29.382340 [ 3 ] {} <Trace> HTTP-Session: d9a3da11-851d-404c-969d-394b0ff5433d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1099 | 2024.05.30 04:10:29.382461 [ 3 ] {3763c304-7511-41df-a5f3-8de99a9486cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) 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', '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) | ||
1100 | 2024.05.30 04:10:29.382684 [ 3 ] {3763c304-7511-41df-a5f3-8de99a9486cd} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1101 | 2024.05.30 04:10:29.382716 [ 3 ] {3763c304-7511-41df-a5f3-8de99a9486cd} <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:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1102 | 2024.05.30 04:10:29.382919 [ 3 ] {3763c304-7511-41df-a5f3-8de99a9486cd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1103 | 2024.05.30 04:10:29.382978 [ 3 ] {3763c304-7511-41df-a5f3-8de99a9486cd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1104 | 2024.05.30 04:10:29.383169 [ 3 ] {3763c304-7511-41df-a5f3-8de99a9486cd} <Debug> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Key condition: (column 0 notIn 10-element set) | ||
1105 | 2024.05.30 04:10:29.383200 [ 3 ] {3763c304-7511-41df-a5f3-8de99a9486cd} <Trace> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1106 | 2024.05.30 04:10:29.383221 [ 3 ] {3763c304-7511-41df-a5f3-8de99a9486cd} <Debug> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (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 | ||
1107 | 2024.05.30 04:10:29.383236 [ 3 ] {3763c304-7511-41df-a5f3-8de99a9486cd} <Trace> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1108 | 2024.05.30 04:10:29.383273 [ 3 ] {3763c304-7511-41df-a5f3-8de99a9486cd} <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:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1109 | 2024.05.30 04:10:29.383292 [ 3 ] {3763c304-7511-41df-a5f3-8de99a9486cd} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1110 | 2024.05.30 04:10:29.384167 [ 3 ] {3763c304-7511-41df-a5f3-8de99a9486cd} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001734 sec., 2306.8050749711647 rows/sec., 95.18 KiB/sec. | ||
1111 | 2024.05.30 04:10:29.384378 [ 3 ] {3763c304-7511-41df-a5f3-8de99a9486cd} <Debug> DynamicQueryHandler: Done processing query | ||
1112 | 2024.05.30 04:10:29.384401 [ 3 ] {3763c304-7511-41df-a5f3-8de99a9486cd} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1113 | 2024.05.30 04:10:29.384416 [ 3 ] {} <Debug> HTTP-Session: d9a3da11-851d-404c-969d-394b0ff5433d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1114 | 2024.05.30 04:10:29.384622 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 502, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1115 | 2024.05.30 04:10:29.384667 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1116 | 2024.05.30 04:10:29.384685 [ 3 ] {} <Debug> HTTP-Session: 00fed310-6546-4ed1-a19c-7b0ac7bb53f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
1117 | 2024.05.30 04:10:29.384700 [ 3 ] {} <Debug> HTTP-Session: 00fed310-6546-4ed1-a19c-7b0ac7bb53f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1118 | 2024.05.30 04:10:29.384713 [ 3 ] {} <Debug> HTTP-Session: 00fed310-6546-4ed1-a19c-7b0ac7bb53f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1119 | 2024.05.30 04:10:29.384741 [ 3 ] {} <Trace> HTTP-Session: 00fed310-6546-4ed1-a19c-7b0ac7bb53f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1120 | 2024.05.30 04:10:29.384863 [ 3 ] {ee946496-f18d-4781-814f-be3b3088442a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) 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', '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) | ||
1121 | 2024.05.30 04:10:29.385154 [ 3 ] {ee946496-f18d-4781-814f-be3b3088442a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1122 | 2024.05.30 04:10:29.385186 [ 3 ] {ee946496-f18d-4781-814f-be3b3088442a} <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:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1123 | 2024.05.30 04:10:29.385398 [ 3 ] {ee946496-f18d-4781-814f-be3b3088442a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1124 | 2024.05.30 04:10:29.385458 [ 3 ] {ee946496-f18d-4781-814f-be3b3088442a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1125 | 2024.05.30 04:10:29.385585 [ 3 ] {ee946496-f18d-4781-814f-be3b3088442a} <Debug> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Key condition: (column 0 notIn 11-element set) | ||
1126 | 2024.05.30 04:10:29.385615 [ 3 ] {ee946496-f18d-4781-814f-be3b3088442a} <Trace> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1127 | 2024.05.30 04:10:29.385637 [ 3 ] {ee946496-f18d-4781-814f-be3b3088442a} <Debug> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (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 | ||
1128 | 2024.05.30 04:10:29.385652 [ 3 ] {ee946496-f18d-4781-814f-be3b3088442a} <Trace> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1129 | 2024.05.30 04:10:29.385689 [ 3 ] {ee946496-f18d-4781-814f-be3b3088442a} <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:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1130 | 2024.05.30 04:10:29.385709 [ 3 ] {ee946496-f18d-4781-814f-be3b3088442a} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1131 | 2024.05.30 04:10:29.386488 [ 3 ] {ee946496-f18d-4781-814f-be3b3088442a} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001649 sec., 2425.712553062462 rows/sec., 100.08 KiB/sec. | ||
1132 | 2024.05.30 04:10:29.386709 [ 3 ] {ee946496-f18d-4781-814f-be3b3088442a} <Debug> DynamicQueryHandler: Done processing query | ||
1133 | 2024.05.30 04:10:29.386732 [ 3 ] {ee946496-f18d-4781-814f-be3b3088442a} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1134 | 2024.05.30 04:10:29.386748 [ 3 ] {} <Debug> HTTP-Session: 00fed310-6546-4ed1-a19c-7b0ac7bb53f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1135 | 2024.05.30 04:10:29.386959 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 538, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1136 | 2024.05.30 04:10:29.387012 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1137 | 2024.05.30 04:10:29.387030 [ 3 ] {} <Debug> HTTP-Session: 428bfcbf-6d90-4c88-a953-fcf493ed8348 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
1138 | 2024.05.30 04:10:29.387046 [ 3 ] {} <Debug> HTTP-Session: 428bfcbf-6d90-4c88-a953-fcf493ed8348 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1139 | 2024.05.30 04:10:29.387124 [ 3 ] {} <Debug> HTTP-Session: 428bfcbf-6d90-4c88-a953-fcf493ed8348 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1140 | 2024.05.30 04:10:29.387153 [ 3 ] {} <Trace> HTTP-Session: 428bfcbf-6d90-4c88-a953-fcf493ed8348 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1141 | 2024.05.30 04:10:29.387276 [ 3 ] {eb1fc291-3b76-416a-b630-01a7c92f6af6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) 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', '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) | ||
1142 | 2024.05.30 04:10:29.387503 [ 3 ] {eb1fc291-3b76-416a-b630-01a7c92f6af6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1143 | 2024.05.30 04:10:29.387537 [ 3 ] {eb1fc291-3b76-416a-b630-01a7c92f6af6} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1144 | 2024.05.30 04:10:29.387748 [ 3 ] {eb1fc291-3b76-416a-b630-01a7c92f6af6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1145 | 2024.05.30 04:10:29.387809 [ 3 ] {eb1fc291-3b76-416a-b630-01a7c92f6af6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1146 | 2024.05.30 04:10:29.387933 [ 3 ] {eb1fc291-3b76-416a-b630-01a7c92f6af6} <Debug> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Key condition: (column 0 notIn 12-element set) | ||
1147 | 2024.05.30 04:10:29.387964 [ 3 ] {eb1fc291-3b76-416a-b630-01a7c92f6af6} <Trace> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1148 | 2024.05.30 04:10:29.387985 [ 3 ] {eb1fc291-3b76-416a-b630-01a7c92f6af6} <Debug> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (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 | ||
1149 | 2024.05.30 04:10:29.388001 [ 3 ] {eb1fc291-3b76-416a-b630-01a7c92f6af6} <Trace> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1150 | 2024.05.30 04:10:29.388038 [ 3 ] {eb1fc291-3b76-416a-b630-01a7c92f6af6} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1151 | 2024.05.30 04:10:29.388057 [ 3 ] {eb1fc291-3b76-416a-b630-01a7c92f6af6} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1152 | 2024.05.30 04:10:29.388859 [ 3 ] {eb1fc291-3b76-416a-b630-01a7c92f6af6} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001673 sec., 2390.914524805738 rows/sec., 98.65 KiB/sec. | ||
1153 | 2024.05.30 04:10:29.389133 [ 3 ] {eb1fc291-3b76-416a-b630-01a7c92f6af6} <Debug> DynamicQueryHandler: Done processing query | ||
1154 | 2024.05.30 04:10:29.389159 [ 3 ] {eb1fc291-3b76-416a-b630-01a7c92f6af6} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1155 | 2024.05.30 04:10:29.389174 [ 3 ] {} <Debug> HTTP-Session: 428bfcbf-6d90-4c88-a953-fcf493ed8348 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1156 | 2024.05.30 04:10:29.389372 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 579, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1157 | 2024.05.30 04:10:29.389418 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1158 | 2024.05.30 04:10:29.389436 [ 3 ] {} <Debug> HTTP-Session: d9ba967c-0cad-4411-9828-d741c9a392d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
1159 | 2024.05.30 04:10:29.389451 [ 3 ] {} <Debug> HTTP-Session: d9ba967c-0cad-4411-9828-d741c9a392d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1160 | 2024.05.30 04:10:29.389465 [ 3 ] {} <Debug> HTTP-Session: d9ba967c-0cad-4411-9828-d741c9a392d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1161 | 2024.05.30 04:10:29.389493 [ 3 ] {} <Trace> HTTP-Session: d9ba967c-0cad-4411-9828-d741c9a392d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1162 | 2024.05.30 04:10:29.389617 [ 3 ] {ac434d4c-2e27-48fc-b094-1a653b2e2009} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) 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', '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) | ||
1163 | 2024.05.30 04:10:29.389845 [ 3 ] {ac434d4c-2e27-48fc-b094-1a653b2e2009} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1164 | 2024.05.30 04:10:29.389878 [ 3 ] {ac434d4c-2e27-48fc-b094-1a653b2e2009} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1165 | 2024.05.30 04:10:29.390162 [ 3 ] {ac434d4c-2e27-48fc-b094-1a653b2e2009} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1166 | 2024.05.30 04:10:29.390222 [ 3 ] {ac434d4c-2e27-48fc-b094-1a653b2e2009} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1167 | 2024.05.30 04:10:29.390349 [ 3 ] {ac434d4c-2e27-48fc-b094-1a653b2e2009} <Debug> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Key condition: (column 0 notIn 13-element set) | ||
1168 | 2024.05.30 04:10:29.390380 [ 3 ] {ac434d4c-2e27-48fc-b094-1a653b2e2009} <Trace> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1169 | 2024.05.30 04:10:29.390401 [ 3 ] {ac434d4c-2e27-48fc-b094-1a653b2e2009} <Debug> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (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 | ||
1170 | 2024.05.30 04:10:29.390416 [ 3 ] {ac434d4c-2e27-48fc-b094-1a653b2e2009} <Trace> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1171 | 2024.05.30 04:10:29.390454 [ 3 ] {ac434d4c-2e27-48fc-b094-1a653b2e2009} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1172 | 2024.05.30 04:10:29.390474 [ 3 ] {ac434d4c-2e27-48fc-b094-1a653b2e2009} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1173 | 2024.05.30 04:10:29.391368 [ 3 ] {ac434d4c-2e27-48fc-b094-1a653b2e2009} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.00178 sec., 2247.191011235955 rows/sec., 92.72 KiB/sec. | ||
1174 | 2024.05.30 04:10:29.391603 [ 3 ] {ac434d4c-2e27-48fc-b094-1a653b2e2009} <Debug> DynamicQueryHandler: Done processing query | ||
1175 | 2024.05.30 04:10:29.391626 [ 3 ] {ac434d4c-2e27-48fc-b094-1a653b2e2009} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1176 | 2024.05.30 04:10:29.391642 [ 3 ] {} <Debug> HTTP-Session: d9ba967c-0cad-4411-9828-d741c9a392d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1177 | 2024.05.30 04:10:29.391838 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1178 | 2024.05.30 04:10:29.391884 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1179 | 2024.05.30 04:10:29.391903 [ 3 ] {} <Debug> HTTP-Session: ce95a473-0460-4ffc-a20c-2755cd5ffe10 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
1180 | 2024.05.30 04:10:29.391918 [ 3 ] {} <Debug> HTTP-Session: ce95a473-0460-4ffc-a20c-2755cd5ffe10 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1181 | 2024.05.30 04:10:29.391932 [ 3 ] {} <Debug> HTTP-Session: ce95a473-0460-4ffc-a20c-2755cd5ffe10 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1182 | 2024.05.30 04:10:29.391960 [ 3 ] {} <Trace> HTTP-Session: ce95a473-0460-4ffc-a20c-2755cd5ffe10 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1183 | 2024.05.30 04:10:29.392151 [ 3 ] {30eaf454-e236-4f09-bd19-f9acd130b870} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) 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', '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) | ||
1184 | 2024.05.30 04:10:29.392385 [ 3 ] {30eaf454-e236-4f09-bd19-f9acd130b870} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1185 | 2024.05.30 04:10:29.392419 [ 3 ] {30eaf454-e236-4f09-bd19-f9acd130b870} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1186 | 2024.05.30 04:10:29.392640 [ 3 ] {30eaf454-e236-4f09-bd19-f9acd130b870} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1187 | 2024.05.30 04:10:29.392700 [ 3 ] {30eaf454-e236-4f09-bd19-f9acd130b870} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1188 | 2024.05.30 04:10:29.392826 [ 3 ] {30eaf454-e236-4f09-bd19-f9acd130b870} <Debug> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Key condition: (column 0 notIn 14-element set) | ||
1189 | 2024.05.30 04:10:29.392856 [ 3 ] {30eaf454-e236-4f09-bd19-f9acd130b870} <Trace> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1190 | 2024.05.30 04:10:29.392878 [ 3 ] {30eaf454-e236-4f09-bd19-f9acd130b870} <Debug> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (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 | ||
1191 | 2024.05.30 04:10:29.392893 [ 3 ] {30eaf454-e236-4f09-bd19-f9acd130b870} <Trace> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1192 | 2024.05.30 04:10:29.392931 [ 3 ] {30eaf454-e236-4f09-bd19-f9acd130b870} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1193 | 2024.05.30 04:10:29.392950 [ 3 ] {30eaf454-e236-4f09-bd19-f9acd130b870} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1194 | 2024.05.30 04:10:29.393788 [ 3 ] {30eaf454-e236-4f09-bd19-f9acd130b870} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001735 sec., 2305.4755043227665 rows/sec., 95.12 KiB/sec. | ||
1195 | 2024.05.30 04:10:29.393998 [ 3 ] {30eaf454-e236-4f09-bd19-f9acd130b870} <Debug> DynamicQueryHandler: Done processing query | ||
1196 | 2024.05.30 04:10:29.394021 [ 3 ] {30eaf454-e236-4f09-bd19-f9acd130b870} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1197 | 2024.05.30 04:10:29.394036 [ 3 ] {} <Debug> HTTP-Session: ce95a473-0460-4ffc-a20c-2755cd5ffe10 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1198 | 2024.05.30 04:10:29.394302 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 639, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1199 | 2024.05.30 04:10:29.394348 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1200 | 2024.05.30 04:10:29.394366 [ 3 ] {} <Debug> HTTP-Session: aaa6f1fe-303d-48ae-a056-102c6b1e2f0b Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
1201 | 2024.05.30 04:10:29.394381 [ 3 ] {} <Debug> HTTP-Session: aaa6f1fe-303d-48ae-a056-102c6b1e2f0b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1202 | 2024.05.30 04:10:29.394394 [ 3 ] {} <Debug> HTTP-Session: aaa6f1fe-303d-48ae-a056-102c6b1e2f0b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1203 | 2024.05.30 04:10:29.394424 [ 3 ] {} <Trace> HTTP-Session: aaa6f1fe-303d-48ae-a056-102c6b1e2f0b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1204 | 2024.05.30 04:10:29.394548 [ 3 ] {fa5ece20-2d2a-495e-a047-aa3d3d2b0773} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) 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', '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) | ||
1205 | 2024.05.30 04:10:29.394782 [ 3 ] {fa5ece20-2d2a-495e-a047-aa3d3d2b0773} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1206 | 2024.05.30 04:10:29.394817 [ 3 ] {fa5ece20-2d2a-495e-a047-aa3d3d2b0773} <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: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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1207 | 2024.05.30 04:10:29.395040 [ 3 ] {fa5ece20-2d2a-495e-a047-aa3d3d2b0773} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1208 | 2024.05.30 04:10:29.395167 [ 3 ] {fa5ece20-2d2a-495e-a047-aa3d3d2b0773} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1209 | 2024.05.30 04:10:29.395291 [ 3 ] {fa5ece20-2d2a-495e-a047-aa3d3d2b0773} <Debug> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Key condition: (column 0 notIn 15-element set) | ||
1210 | 2024.05.30 04:10:29.395322 [ 3 ] {fa5ece20-2d2a-495e-a047-aa3d3d2b0773} <Trace> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1211 | 2024.05.30 04:10:29.395343 [ 3 ] {fa5ece20-2d2a-495e-a047-aa3d3d2b0773} <Debug> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (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 | ||
1212 | 2024.05.30 04:10:29.395359 [ 3 ] {fa5ece20-2d2a-495e-a047-aa3d3d2b0773} <Trace> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1213 | 2024.05.30 04:10:29.395396 [ 3 ] {fa5ece20-2d2a-495e-a047-aa3d3d2b0773} <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: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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1214 | 2024.05.30 04:10:29.395415 [ 3 ] {fa5ece20-2d2a-495e-a047-aa3d3d2b0773} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1215 | 2024.05.30 04:10:29.396167 [ 3 ] {fa5ece20-2d2a-495e-a047-aa3d3d2b0773} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001644 sec., 2433.0900243309 rows/sec., 100.39 KiB/sec. | ||
1216 | 2024.05.30 04:10:29.396388 [ 3 ] {fa5ece20-2d2a-495e-a047-aa3d3d2b0773} <Debug> DynamicQueryHandler: Done processing query | ||
1217 | 2024.05.30 04:10:29.396411 [ 3 ] {fa5ece20-2d2a-495e-a047-aa3d3d2b0773} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1218 | 2024.05.30 04:10:29.396426 [ 3 ] {} <Debug> HTTP-Session: aaa6f1fe-303d-48ae-a056-102c6b1e2f0b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1219 | 2024.05.30 04:10:29.396615 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 671, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1220 | 2024.05.30 04:10:29.396661 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1221 | 2024.05.30 04:10:29.396679 [ 3 ] {} <Debug> HTTP-Session: a59a7488-5dfd-4ea1-8483-bb01c3781e78 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
1222 | 2024.05.30 04:10:29.396694 [ 3 ] {} <Debug> HTTP-Session: a59a7488-5dfd-4ea1-8483-bb01c3781e78 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1223 | 2024.05.30 04:10:29.396707 [ 3 ] {} <Debug> HTTP-Session: a59a7488-5dfd-4ea1-8483-bb01c3781e78 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1224 | 2024.05.30 04:10:29.396736 [ 3 ] {} <Trace> HTTP-Session: a59a7488-5dfd-4ea1-8483-bb01c3781e78 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1225 | 2024.05.30 04:10:29.396860 [ 3 ] {ac6b9922-7096-4945-90dd-4fbb42fa0301} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) 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', '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) | ||
1226 | 2024.05.30 04:10:29.397159 [ 3 ] {ac6b9922-7096-4945-90dd-4fbb42fa0301} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1227 | 2024.05.30 04:10:29.397194 [ 3 ] {ac6b9922-7096-4945-90dd-4fbb42fa0301} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1228 | 2024.05.30 04:10:29.397418 [ 3 ] {ac6b9922-7096-4945-90dd-4fbb42fa0301} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1229 | 2024.05.30 04:10:29.397478 [ 3 ] {ac6b9922-7096-4945-90dd-4fbb42fa0301} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1230 | 2024.05.30 04:10:29.397605 [ 3 ] {ac6b9922-7096-4945-90dd-4fbb42fa0301} <Debug> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Key condition: (column 0 notIn 16-element set) | ||
1231 | 2024.05.30 04:10:29.397636 [ 3 ] {ac6b9922-7096-4945-90dd-4fbb42fa0301} <Trace> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1232 | 2024.05.30 04:10:29.397657 [ 3 ] {ac6b9922-7096-4945-90dd-4fbb42fa0301} <Debug> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (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 | ||
1233 | 2024.05.30 04:10:29.397672 [ 3 ] {ac6b9922-7096-4945-90dd-4fbb42fa0301} <Trace> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1234 | 2024.05.30 04:10:29.397710 [ 3 ] {ac6b9922-7096-4945-90dd-4fbb42fa0301} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1235 | 2024.05.30 04:10:29.397730 [ 3 ] {ac6b9922-7096-4945-90dd-4fbb42fa0301} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1236 | 2024.05.30 04:10:29.398617 [ 3 ] {ac6b9922-7096-4945-90dd-4fbb42fa0301} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001789 sec., 2235.8859698155393 rows/sec., 92.25 KiB/sec. | ||
1237 | 2024.05.30 04:10:29.398831 [ 3 ] {ac6b9922-7096-4945-90dd-4fbb42fa0301} <Debug> DynamicQueryHandler: Done processing query | ||
1238 | 2024.05.30 04:10:29.398854 [ 3 ] {ac6b9922-7096-4945-90dd-4fbb42fa0301} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1239 | 2024.05.30 04:10:29.398869 [ 3 ] {} <Debug> HTTP-Session: a59a7488-5dfd-4ea1-8483-bb01c3781e78 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1240 | 2024.05.30 04:10:29.399063 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 713, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1241 | 2024.05.30 04:10:29.399176 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1242 | 2024.05.30 04:10:29.399194 [ 3 ] {} <Debug> HTTP-Session: c8b1b882-5594-47fc-a2f4-a2ddea653936 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
1243 | 2024.05.30 04:10:29.399209 [ 3 ] {} <Debug> HTTP-Session: c8b1b882-5594-47fc-a2f4-a2ddea653936 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1244 | 2024.05.30 04:10:29.399222 [ 3 ] {} <Debug> HTTP-Session: c8b1b882-5594-47fc-a2f4-a2ddea653936 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1245 | 2024.05.30 04:10:29.399251 [ 3 ] {} <Trace> HTTP-Session: c8b1b882-5594-47fc-a2f4-a2ddea653936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1246 | 2024.05.30 04:10:29.399379 [ 3 ] {ae3d9d7d-ff46-4779-90be-e712112a20eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) 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', '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) | ||
1247 | 2024.05.30 04:10:29.399615 [ 3 ] {ae3d9d7d-ff46-4779-90be-e712112a20eb} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1248 | 2024.05.30 04:10:29.399650 [ 3 ] {ae3d9d7d-ff46-4779-90be-e712112a20eb} <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_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1249 | 2024.05.30 04:10:29.399879 [ 3 ] {ae3d9d7d-ff46-4779-90be-e712112a20eb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1250 | 2024.05.30 04:10:29.399939 [ 3 ] {ae3d9d7d-ff46-4779-90be-e712112a20eb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1251 | 2024.05.30 04:10:29.400067 [ 3 ] {ae3d9d7d-ff46-4779-90be-e712112a20eb} <Debug> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Key condition: (column 0 notIn 17-element set) | ||
1252 | 2024.05.30 04:10:29.400097 [ 3 ] {ae3d9d7d-ff46-4779-90be-e712112a20eb} <Trace> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1253 | 2024.05.30 04:10:29.400184 [ 3 ] {ae3d9d7d-ff46-4779-90be-e712112a20eb} <Debug> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (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 | ||
1254 | 2024.05.30 04:10:29.400199 [ 3 ] {ae3d9d7d-ff46-4779-90be-e712112a20eb} <Trace> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1255 | 2024.05.30 04:10:29.400237 [ 3 ] {ae3d9d7d-ff46-4779-90be-e712112a20eb} <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_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1256 | 2024.05.30 04:10:29.400257 [ 3 ] {ae3d9d7d-ff46-4779-90be-e712112a20eb} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1257 | 2024.05.30 04:10:29.401187 [ 3 ] {ae3d9d7d-ff46-4779-90be-e712112a20eb} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001835 sec., 2179.8365122615805 rows/sec., 89.94 KiB/sec. | ||
1258 | 2024.05.30 04:10:29.401420 [ 3 ] {ae3d9d7d-ff46-4779-90be-e712112a20eb} <Debug> DynamicQueryHandler: Done processing query | ||
1259 | 2024.05.30 04:10:29.401443 [ 3 ] {ae3d9d7d-ff46-4779-90be-e712112a20eb} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1260 | 2024.05.30 04:10:29.401457 [ 3 ] {} <Debug> HTTP-Session: c8b1b882-5594-47fc-a2f4-a2ddea653936 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1261 | 2024.05.30 04:10:29.404331 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 3987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1262 | 2024.05.30 04:10:29.404385 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1263 | 2024.05.30 04:10:29.404407 [ 3 ] {} <Debug> HTTP-Session: a1a24040-f126-4017-9884-a3c2daf97dd5 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
1264 | 2024.05.30 04:10:29.404426 [ 3 ] {} <Debug> HTTP-Session: a1a24040-f126-4017-9884-a3c2daf97dd5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1265 | 2024.05.30 04:10:29.404441 [ 3 ] {} <Debug> HTTP-Session: a1a24040-f126-4017-9884-a3c2daf97dd5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1266 | 2024.05.30 04:10:29.404477 [ 3 ] {} <Trace> HTTP-Session: a1a24040-f126-4017-9884-a3c2daf97dd5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1267 | 2024.05.30 04:10:29.404609 [ 3 ] {f4c72e68-a652-4db9-bafb-28f1167cca2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
1268 | 2024.05.30 04:10:29.404660 [ 3 ] {f4c72e68-a652-4db9-bafb-28f1167cca2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1269 | 2024.05.30 04:10:29.404845 [ 3 ] {f4c72e68-a652-4db9-bafb-28f1167cca2c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1270 | 2024.05.30 04:10:29.405257 [ 3 ] {f4c72e68-a652-4db9-bafb-28f1167cca2c} <Trace> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1271 | 2024.05.30 04:10:29.405291 [ 3 ] {f4c72e68-a652-4db9-bafb-28f1167cca2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
1272 | 2024.05.30 04:10:29.405723 [ 3 ] {f4c72e68-a652-4db9-bafb-28f1167cca2c} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1273 | 2024.05.30 04:10:29.406009 [ 3 ] {f4c72e68-a652-4db9-bafb-28f1167cca2c} <Trace> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1274 | 2024.05.30 04:10:29.406225 [ 3 ] {f4c72e68-a652-4db9-bafb-28f1167cca2c} <Debug> executeQuery: Read 14 rows, 2.01 KiB in 0.001636 sec., 8557.457212713936 rows/sec., 1.20 MiB/sec. | ||
1275 | 2024.05.30 04:10:29.406380 [ 3 ] {f4c72e68-a652-4db9-bafb-28f1167cca2c} <Debug> DynamicQueryHandler: Done processing query | ||
1276 | 2024.05.30 04:10:29.406404 [ 3 ] {f4c72e68-a652-4db9-bafb-28f1167cca2c} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1277 | 2024.05.30 04:10:29.406419 [ 3 ] {} <Debug> HTTP-Session: a1a24040-f126-4017-9884-a3c2daf97dd5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1278 | 2024.05.30 04:10:29.406521 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 4261, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1279 | 2024.05.30 04:10:29.406567 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1280 | 2024.05.30 04:10:29.406585 [ 3 ] {} <Debug> HTTP-Session: 3e9a7867-4b30-4ed9-af90-cc3e051943b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
1281 | 2024.05.30 04:10:29.406600 [ 3 ] {} <Debug> HTTP-Session: 3e9a7867-4b30-4ed9-af90-cc3e051943b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1282 | 2024.05.30 04:10:29.406613 [ 3 ] {} <Debug> HTTP-Session: 3e9a7867-4b30-4ed9-af90-cc3e051943b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1283 | 2024.05.30 04:10:29.406642 [ 3 ] {} <Trace> HTTP-Session: 3e9a7867-4b30-4ed9-af90-cc3e051943b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1284 | 2024.05.30 04:10:29.406743 [ 3 ] {19458393-e29a-4b06-8582-f3a5ba271381} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1285 | 2024.05.30 04:10:29.406782 [ 3 ] {19458393-e29a-4b06-8582-f3a5ba271381} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1286 | 2024.05.30 04:10:29.406898 [ 3 ] {19458393-e29a-4b06-8582-f3a5ba271381} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1287 | 2024.05.30 04:10:29.407295 [ 3 ] {19458393-e29a-4b06-8582-f3a5ba271381} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1288 | 2024.05.30 04:10:29.407326 [ 3 ] {19458393-e29a-4b06-8582-f3a5ba271381} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
1289 | 2024.05.30 04:10:29.407611 [ 3 ] {19458393-e29a-4b06-8582-f3a5ba271381} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1290 | 2024.05.30 04:10:29.407889 [ 3 ] {19458393-e29a-4b06-8582-f3a5ba271381} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1291 | 2024.05.30 04:10:29.408007 [ 3 ] {19458393-e29a-4b06-8582-f3a5ba271381} <Debug> executeQuery: Read 30 rows, 2.40 KiB in 0.001308 sec., 22935.779816513765 rows/sec., 1.79 MiB/sec. | ||
1292 | 2024.05.30 04:10:29.408310 [ 3 ] {19458393-e29a-4b06-8582-f3a5ba271381} <Debug> DynamicQueryHandler: Done processing query | ||
1293 | 2024.05.30 04:10:29.408334 [ 3 ] {19458393-e29a-4b06-8582-f3a5ba271381} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1294 | 2024.05.30 04:10:29.408349 [ 3 ] {} <Debug> HTTP-Session: 3e9a7867-4b30-4ed9-af90-cc3e051943b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1295 | 2024.05.30 04:10:29.408483 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 6144, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1296 | 2024.05.30 04:10:29.408529 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1297 | 2024.05.30 04:10:29.408547 [ 3 ] {} <Debug> HTTP-Session: a050867e-758c-4c2f-8557-82c8794593f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
1298 | 2024.05.30 04:10:29.408563 [ 3 ] {} <Debug> HTTP-Session: a050867e-758c-4c2f-8557-82c8794593f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1299 | 2024.05.30 04:10:29.408576 [ 3 ] {} <Debug> HTTP-Session: a050867e-758c-4c2f-8557-82c8794593f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1300 | 2024.05.30 04:10:29.408606 [ 3 ] {} <Trace> HTTP-Session: a050867e-758c-4c2f-8557-82c8794593f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1301 | 2024.05.30 04:10:29.408705 [ 3 ] {4602a8b5-14d1-41d2-8053-88667001b5b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1302 | 2024.05.30 04:10:29.408747 [ 3 ] {4602a8b5-14d1-41d2-8053-88667001b5b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1303 | 2024.05.30 04:10:29.408876 [ 3 ] {4602a8b5-14d1-41d2-8053-88667001b5b6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1304 | 2024.05.30 04:10:29.409226 [ 3 ] {4602a8b5-14d1-41d2-8053-88667001b5b6} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1305 | 2024.05.30 04:10:29.409259 [ 3 ] {4602a8b5-14d1-41d2-8053-88667001b5b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
1306 | 2024.05.30 04:10:29.409538 [ 3 ] {4602a8b5-14d1-41d2-8053-88667001b5b6} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1307 | 2024.05.30 04:10:29.409817 [ 3 ] {4602a8b5-14d1-41d2-8053-88667001b5b6} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1308 | 2024.05.30 04:10:29.409931 [ 3 ] {4602a8b5-14d1-41d2-8053-88667001b5b6} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.00127 sec., 28346.456692913383 rows/sec., 2.21 MiB/sec. | ||
1309 | 2024.05.30 04:10:29.410076 [ 3 ] {4602a8b5-14d1-41d2-8053-88667001b5b6} <Debug> DynamicQueryHandler: Done processing query | ||
1310 | 2024.05.30 04:10:29.410099 [ 3 ] {4602a8b5-14d1-41d2-8053-88667001b5b6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1311 | 2024.05.30 04:10:29.410114 [ 3 ] {} <Debug> HTTP-Session: a050867e-758c-4c2f-8557-82c8794593f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1312 | 2024.05.30 04:10:29.410332 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 11547, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1313 | 2024.05.30 04:10:29.410377 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1314 | 2024.05.30 04:10:29.410395 [ 3 ] {} <Debug> HTTP-Session: d15ecc5e-5bad-46ab-b61d-9d586dac09dd Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
1315 | 2024.05.30 04:10:29.410410 [ 3 ] {} <Debug> HTTP-Session: d15ecc5e-5bad-46ab-b61d-9d586dac09dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1316 | 2024.05.30 04:10:29.410423 [ 3 ] {} <Debug> HTTP-Session: d15ecc5e-5bad-46ab-b61d-9d586dac09dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1317 | 2024.05.30 04:10:29.410453 [ 3 ] {} <Trace> HTTP-Session: d15ecc5e-5bad-46ab-b61d-9d586dac09dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1318 | 2024.05.30 04:10:29.410563 [ 3 ] {8c2785d5-2f43-49c0-919b-9f8fccd8e6cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1319 | 2024.05.30 04:10:29.410606 [ 3 ] {8c2785d5-2f43-49c0-919b-9f8fccd8e6cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1320 | 2024.05.30 04:10:29.410743 [ 3 ] {8c2785d5-2f43-49c0-919b-9f8fccd8e6cd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1321 | 2024.05.30 04:10:29.411053 [ 3 ] {8c2785d5-2f43-49c0-919b-9f8fccd8e6cd} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1322 | 2024.05.30 04:10:29.411087 [ 3 ] {8c2785d5-2f43-49c0-919b-9f8fccd8e6cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
1323 | 2024.05.30 04:10:29.411506 [ 3 ] {8c2785d5-2f43-49c0-919b-9f8fccd8e6cd} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1324 | 2024.05.30 04:10:29.411815 [ 3 ] {8c2785d5-2f43-49c0-919b-9f8fccd8e6cd} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1325 | 2024.05.30 04:10:29.411930 [ 3 ] {8c2785d5-2f43-49c0-919b-9f8fccd8e6cd} <Debug> executeQuery: Read 60 rows, 4.31 KiB in 0.001432 sec., 41899.44134078213 rows/sec., 2.94 MiB/sec. | ||
1326 | 2024.05.30 04:10:29.412083 [ 3 ] {8c2785d5-2f43-49c0-919b-9f8fccd8e6cd} <Debug> DynamicQueryHandler: Done processing query | ||
1327 | 2024.05.30 04:10:29.412106 [ 3 ] {8c2785d5-2f43-49c0-919b-9f8fccd8e6cd} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1328 | 2024.05.30 04:10:29.412121 [ 3 ] {} <Debug> HTTP-Session: d15ecc5e-5bad-46ab-b61d-9d586dac09dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1329 | 2024.05.30 04:10:29.412312 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 4547, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1330 | 2024.05.30 04:10:29.412358 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1331 | 2024.05.30 04:10:29.412375 [ 3 ] {} <Debug> HTTP-Session: 6cc117c6-bacd-4d5f-bd06-2c5c4a1eab8e Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
1332 | 2024.05.30 04:10:29.412390 [ 3 ] {} <Debug> HTTP-Session: 6cc117c6-bacd-4d5f-bd06-2c5c4a1eab8e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1333 | 2024.05.30 04:10:29.412403 [ 3 ] {} <Debug> HTTP-Session: 6cc117c6-bacd-4d5f-bd06-2c5c4a1eab8e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1334 | 2024.05.30 04:10:29.412432 [ 3 ] {} <Trace> HTTP-Session: 6cc117c6-bacd-4d5f-bd06-2c5c4a1eab8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1335 | 2024.05.30 04:10:29.412529 [ 3 ] {fa2c12b0-4df9-403d-9743-29e5a5f917b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1336 | 2024.05.30 04:10:29.412570 [ 3 ] {fa2c12b0-4df9-403d-9743-29e5a5f917b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1337 | 2024.05.30 04:10:29.412687 [ 3 ] {fa2c12b0-4df9-403d-9743-29e5a5f917b5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1338 | 2024.05.30 04:10:29.412942 [ 3 ] {fa2c12b0-4df9-403d-9743-29e5a5f917b5} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1339 | 2024.05.30 04:10:29.412976 [ 3 ] {fa2c12b0-4df9-403d-9743-29e5a5f917b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
1340 | 2024.05.30 04:10:29.413375 [ 3 ] {fa2c12b0-4df9-403d-9743-29e5a5f917b5} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1341 | 2024.05.30 04:10:29.413665 [ 3 ] {fa2c12b0-4df9-403d-9743-29e5a5f917b5} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1342 | 2024.05.30 04:10:29.413776 [ 3 ] {fa2c12b0-4df9-403d-9743-29e5a5f917b5} <Debug> executeQuery: Read 30 rows, 2.04 KiB in 0.001291 sec., 23237.800154918667 rows/sec., 1.54 MiB/sec. | ||
1343 | 2024.05.30 04:10:29.413922 [ 3 ] {fa2c12b0-4df9-403d-9743-29e5a5f917b5} <Debug> DynamicQueryHandler: Done processing query | ||
1344 | 2024.05.30 04:10:29.413945 [ 3 ] {fa2c12b0-4df9-403d-9743-29e5a5f917b5} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1345 | 2024.05.30 04:10:29.413960 [ 3 ] {} <Debug> HTTP-Session: 6cc117c6-bacd-4d5f-bd06-2c5c4a1eab8e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1346 | 2024.05.30 04:10:34.374282 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 4261, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1347 | 2024.05.30 04:10:34.374463 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1348 | 2024.05.30 04:10:34.374485 [ 3 ] {} <Debug> HTTP-Session: 999f8124-8049-49af-9b1a-d88938e73666 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
1349 | 2024.05.30 04:10:34.374506 [ 3 ] {} <Debug> HTTP-Session: 999f8124-8049-49af-9b1a-d88938e73666 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1350 | 2024.05.30 04:10:34.374519 [ 3 ] {} <Debug> HTTP-Session: 999f8124-8049-49af-9b1a-d88938e73666 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1351 | 2024.05.30 04:10:34.374565 [ 3 ] {} <Trace> HTTP-Session: 999f8124-8049-49af-9b1a-d88938e73666 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1352 | 2024.05.30 04:10:34.374739 [ 3 ] {f02fc418-575d-436f-920b-0803781b380e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1353 | 2024.05.30 04:10:34.374799 [ 3 ] {f02fc418-575d-436f-920b-0803781b380e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1354 | 2024.05.30 04:10:34.374967 [ 3 ] {f02fc418-575d-436f-920b-0803781b380e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1355 | 2024.05.30 04:10:34.375456 [ 3 ] {f02fc418-575d-436f-920b-0803781b380e} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1356 | 2024.05.30 04:10:34.375493 [ 3 ] {f02fc418-575d-436f-920b-0803781b380e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
1357 | 2024.05.30 04:10:34.375823 [ 3 ] {f02fc418-575d-436f-920b-0803781b380e} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1358 | 2024.05.30 04:10:34.376124 [ 3 ] {f02fc418-575d-436f-920b-0803781b380e} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1359 | 2024.05.30 04:10:34.376257 [ 3 ] {f02fc418-575d-436f-920b-0803781b380e} <Debug> executeQuery: Read 30 rows, 2.40 KiB in 0.001606 sec., 18679.950186799502 rows/sec., 1.46 MiB/sec. | ||
1360 | 2024.05.30 04:10:34.376604 [ 3 ] {f02fc418-575d-436f-920b-0803781b380e} <Debug> DynamicQueryHandler: Done processing query | ||
1361 | 2024.05.30 04:10:34.376629 [ 3 ] {f02fc418-575d-436f-920b-0803781b380e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1362 | 2024.05.30 04:10:34.376645 [ 3 ] {} <Debug> HTTP-Session: 999f8124-8049-49af-9b1a-d88938e73666 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1363 | 2024.05.30 04:10:34.376803 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 6144, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1364 | 2024.05.30 04:10:34.376851 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1365 | 2024.05.30 04:10:34.376869 [ 3 ] {} <Debug> HTTP-Session: 023e2f47-0056-436a-afbe-2f41adc835d6 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
1366 | 2024.05.30 04:10:34.376887 [ 3 ] {} <Debug> HTTP-Session: 023e2f47-0056-436a-afbe-2f41adc835d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1367 | 2024.05.30 04:10:34.376900 [ 3 ] {} <Debug> HTTP-Session: 023e2f47-0056-436a-afbe-2f41adc835d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1368 | 2024.05.30 04:10:34.376930 [ 3 ] {} <Trace> HTTP-Session: 023e2f47-0056-436a-afbe-2f41adc835d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1369 | 2024.05.30 04:10:34.377036 [ 3 ] {7da921bc-8387-4d4a-94ab-c7b502e587ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1370 | 2024.05.30 04:10:34.377078 [ 3 ] {7da921bc-8387-4d4a-94ab-c7b502e587ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1371 | 2024.05.30 04:10:34.377212 [ 3 ] {7da921bc-8387-4d4a-94ab-c7b502e587ec} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1372 | 2024.05.30 04:10:34.377589 [ 3 ] {7da921bc-8387-4d4a-94ab-c7b502e587ec} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1373 | 2024.05.30 04:10:34.377622 [ 3 ] {7da921bc-8387-4d4a-94ab-c7b502e587ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
1374 | 2024.05.30 04:10:34.377906 [ 3 ] {7da921bc-8387-4d4a-94ab-c7b502e587ec} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1375 | 2024.05.30 04:10:34.378187 [ 3 ] {7da921bc-8387-4d4a-94ab-c7b502e587ec} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1376 | 2024.05.30 04:10:34.378299 [ 3 ] {7da921bc-8387-4d4a-94ab-c7b502e587ec} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.001311 sec., 27459.954233409608 rows/sec., 2.14 MiB/sec. | ||
1377 | 2024.05.30 04:10:34.378508 [ 3 ] {7da921bc-8387-4d4a-94ab-c7b502e587ec} <Debug> DynamicQueryHandler: Done processing query | ||
1378 | 2024.05.30 04:10:34.378553 [ 3 ] {7da921bc-8387-4d4a-94ab-c7b502e587ec} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1379 | 2024.05.30 04:10:34.378568 [ 3 ] {} <Debug> HTTP-Session: 023e2f47-0056-436a-afbe-2f41adc835d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1380 | 2024.05.30 04:10:34.378742 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 11547, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1381 | 2024.05.30 04:10:34.378787 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1382 | 2024.05.30 04:10:34.378806 [ 3 ] {} <Debug> HTTP-Session: eeb0a900-2e8f-4765-a0ce-63932f1a7fee Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
1383 | 2024.05.30 04:10:34.378821 [ 3 ] {} <Debug> HTTP-Session: eeb0a900-2e8f-4765-a0ce-63932f1a7fee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1384 | 2024.05.30 04:10:34.378833 [ 3 ] {} <Debug> HTTP-Session: eeb0a900-2e8f-4765-a0ce-63932f1a7fee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1385 | 2024.05.30 04:10:34.378862 [ 3 ] {} <Trace> HTTP-Session: eeb0a900-2e8f-4765-a0ce-63932f1a7fee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1386 | 2024.05.30 04:10:34.378974 [ 3 ] {89b2021b-bf2a-411c-bef5-4a0d44650f5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1387 | 2024.05.30 04:10:34.379021 [ 3 ] {89b2021b-bf2a-411c-bef5-4a0d44650f5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1388 | 2024.05.30 04:10:34.379175 [ 3 ] {89b2021b-bf2a-411c-bef5-4a0d44650f5c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1389 | 2024.05.30 04:10:34.379590 [ 3 ] {89b2021b-bf2a-411c-bef5-4a0d44650f5c} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1390 | 2024.05.30 04:10:34.379664 [ 3 ] {89b2021b-bf2a-411c-bef5-4a0d44650f5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
1391 | 2024.05.30 04:10:34.380090 [ 3 ] {89b2021b-bf2a-411c-bef5-4a0d44650f5c} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1392 | 2024.05.30 04:10:34.380556 [ 3 ] {89b2021b-bf2a-411c-bef5-4a0d44650f5c} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1393 | 2024.05.30 04:10:34.380693 [ 3 ] {89b2021b-bf2a-411c-bef5-4a0d44650f5c} <Debug> executeQuery: Read 60 rows, 4.31 KiB in 0.001734 sec., 34602.07612456747 rows/sec., 2.43 MiB/sec. | ||
1394 | 2024.05.30 04:10:34.380895 [ 3 ] {89b2021b-bf2a-411c-bef5-4a0d44650f5c} <Debug> DynamicQueryHandler: Done processing query | ||
1395 | 2024.05.30 04:10:34.380926 [ 3 ] {89b2021b-bf2a-411c-bef5-4a0d44650f5c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1396 | 2024.05.30 04:10:34.380949 [ 3 ] {} <Debug> HTTP-Session: eeb0a900-2e8f-4765-a0ce-63932f1a7fee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1397 | 2024.05.30 04:10:34.381120 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 4547, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1398 | 2024.05.30 04:10:34.381171 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1399 | 2024.05.30 04:10:34.381190 [ 3 ] {} <Debug> HTTP-Session: 10d11862-4bf2-49e1-a6e5-c05c5b20b2a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
1400 | 2024.05.30 04:10:34.381206 [ 3 ] {} <Debug> HTTP-Session: 10d11862-4bf2-49e1-a6e5-c05c5b20b2a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1401 | 2024.05.30 04:10:34.381226 [ 3 ] {} <Debug> HTTP-Session: 10d11862-4bf2-49e1-a6e5-c05c5b20b2a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1402 | 2024.05.30 04:10:34.381261 [ 3 ] {} <Trace> HTTP-Session: 10d11862-4bf2-49e1-a6e5-c05c5b20b2a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1403 | 2024.05.30 04:10:34.381375 [ 3 ] {735aab01-d0ca-4ed2-a954-e7138eeac73d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1404 | 2024.05.30 04:10:34.381492 [ 3 ] {735aab01-d0ca-4ed2-a954-e7138eeac73d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1405 | 2024.05.30 04:10:34.381711 [ 3 ] {735aab01-d0ca-4ed2-a954-e7138eeac73d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1406 | 2024.05.30 04:10:34.382072 [ 3 ] {735aab01-d0ca-4ed2-a954-e7138eeac73d} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1407 | 2024.05.30 04:10:34.382110 [ 3 ] {735aab01-d0ca-4ed2-a954-e7138eeac73d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
1408 | 2024.05.30 04:10:34.382674 [ 3 ] {735aab01-d0ca-4ed2-a954-e7138eeac73d} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1409 | 2024.05.30 04:10:34.383142 [ 3 ] {735aab01-d0ca-4ed2-a954-e7138eeac73d} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1410 | 2024.05.30 04:10:34.383304 [ 3 ] {735aab01-d0ca-4ed2-a954-e7138eeac73d} <Debug> executeQuery: Read 30 rows, 2.04 KiB in 0.001956 sec., 15337.423312883437 rows/sec., 1.02 MiB/sec. | ||
1411 | 2024.05.30 04:10:34.383556 [ 3 ] {735aab01-d0ca-4ed2-a954-e7138eeac73d} <Debug> DynamicQueryHandler: Done processing query | ||
1412 | 2024.05.30 04:10:34.383587 [ 3 ] {735aab01-d0ca-4ed2-a954-e7138eeac73d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1413 | 2024.05.30 04:10:34.383608 [ 3 ] {} <Debug> HTTP-Session: 10d11862-4bf2-49e1-a6e5-c05c5b20b2a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1414 | 2024.05.30 04:10:39.396101 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 7798, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1415 | 2024.05.30 04:10:39.396289 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1416 | 2024.05.30 04:10:39.396316 [ 3 ] {} <Debug> HTTP-Session: f52c4e43-ac67-40f0-9d69-a8367463d4cc Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
1417 | 2024.05.30 04:10:39.396341 [ 3 ] {} <Debug> HTTP-Session: f52c4e43-ac67-40f0-9d69-a8367463d4cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1418 | 2024.05.30 04:10:39.396356 [ 3 ] {} <Debug> HTTP-Session: f52c4e43-ac67-40f0-9d69-a8367463d4cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1419 | 2024.05.30 04:10:39.396407 [ 3 ] {} <Trace> HTTP-Session: f52c4e43-ac67-40f0-9d69-a8367463d4cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1420 | 2024.05.30 04:10:39.396603 [ 3 ] {2005c755-5156-41fc-98e2-3c2cf31c74f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1421 | 2024.05.30 04:10:39.396667 [ 3 ] {2005c755-5156-41fc-98e2-3c2cf31c74f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1422 | 2024.05.30 04:10:39.396908 [ 3 ] {2005c755-5156-41fc-98e2-3c2cf31c74f9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1423 | 2024.05.30 04:10:39.397377 [ 3 ] {2005c755-5156-41fc-98e2-3c2cf31c74f9} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1424 | 2024.05.30 04:10:39.397425 [ 3 ] {2005c755-5156-41fc-98e2-3c2cf31c74f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
1425 | 2024.05.30 04:10:39.397785 [ 3 ] {2005c755-5156-41fc-98e2-3c2cf31c74f9} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1426 | 2024.05.30 04:10:39.398259 [ 3 ] {2005c755-5156-41fc-98e2-3c2cf31c74f9} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1427 | 2024.05.30 04:10:39.398448 [ 3 ] {2005c755-5156-41fc-98e2-3c2cf31c74f9} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001881 sec., 29771.398192450823 rows/sec., 2.27 MiB/sec. | ||
1428 | 2024.05.30 04:10:39.398676 [ 3 ] {2005c755-5156-41fc-98e2-3c2cf31c74f9} <Debug> DynamicQueryHandler: Done processing query | ||
1429 | 2024.05.30 04:10:39.398710 [ 3 ] {2005c755-5156-41fc-98e2-3c2cf31c74f9} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1430 | 2024.05.30 04:10:39.398733 [ 3 ] {} <Debug> HTTP-Session: f52c4e43-ac67-40f0-9d69-a8367463d4cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1431 | 2024.05.30 04:10:39.399005 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 10872, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1432 | 2024.05.30 04:10:39.399062 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1433 | 2024.05.30 04:10:39.399084 [ 3 ] {} <Debug> HTTP-Session: 3543df6f-ef96-42ad-9a87-b44eee625883 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
1434 | 2024.05.30 04:10:39.399105 [ 3 ] {} <Debug> HTTP-Session: 3543df6f-ef96-42ad-9a87-b44eee625883 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1435 | 2024.05.30 04:10:39.399118 [ 3 ] {} <Debug> HTTP-Session: 3543df6f-ef96-42ad-9a87-b44eee625883 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1436 | 2024.05.30 04:10:39.399153 [ 3 ] {} <Trace> HTTP-Session: 3543df6f-ef96-42ad-9a87-b44eee625883 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1437 | 2024.05.30 04:10:39.399289 [ 3 ] {652ba6d4-6d3b-411d-8c3b-7b2da8f1b5fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1438 | 2024.05.30 04:10:39.399339 [ 3 ] {652ba6d4-6d3b-411d-8c3b-7b2da8f1b5fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1439 | 2024.05.30 04:10:39.399470 [ 3 ] {652ba6d4-6d3b-411d-8c3b-7b2da8f1b5fb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1440 | 2024.05.30 04:10:39.399796 [ 3 ] {652ba6d4-6d3b-411d-8c3b-7b2da8f1b5fb} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1441 | 2024.05.30 04:10:39.399902 [ 3 ] {652ba6d4-6d3b-411d-8c3b-7b2da8f1b5fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
1442 | 2024.05.30 04:10:39.400212 [ 3 ] {652ba6d4-6d3b-411d-8c3b-7b2da8f1b5fb} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1443 | 2024.05.30 04:10:39.400513 [ 3 ] {652ba6d4-6d3b-411d-8c3b-7b2da8f1b5fb} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1444 | 2024.05.30 04:10:39.400674 [ 3 ] {652ba6d4-6d3b-411d-8c3b-7b2da8f1b5fb} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001454 sec., 44016.506189821186 rows/sec., 3.44 MiB/sec. | ||
1445 | 2024.05.30 04:10:39.400986 [ 3 ] {652ba6d4-6d3b-411d-8c3b-7b2da8f1b5fb} <Debug> DynamicQueryHandler: Done processing query | ||
1446 | 2024.05.30 04:10:39.401012 [ 3 ] {652ba6d4-6d3b-411d-8c3b-7b2da8f1b5fb} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1447 | 2024.05.30 04:10:39.401029 [ 3 ] {} <Debug> HTTP-Session: 3543df6f-ef96-42ad-9a87-b44eee625883 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1448 | 2024.05.30 04:10:39.401285 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 26751, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1449 | 2024.05.30 04:10:39.401334 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1450 | 2024.05.30 04:10:39.401355 [ 3 ] {} <Debug> HTTP-Session: c3333ea3-ad59-4301-babb-a2014c9bfb87 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
1451 | 2024.05.30 04:10:39.401373 [ 3 ] {} <Debug> HTTP-Session: c3333ea3-ad59-4301-babb-a2014c9bfb87 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1452 | 2024.05.30 04:10:39.401387 [ 3 ] {} <Debug> HTTP-Session: c3333ea3-ad59-4301-babb-a2014c9bfb87 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1453 | 2024.05.30 04:10:39.401418 [ 3 ] {} <Trace> HTTP-Session: c3333ea3-ad59-4301-babb-a2014c9bfb87 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1454 | 2024.05.30 04:10:39.401569 [ 3 ] {22bac045-7b07-4453-adf8-9ea9580cdf3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1455 | 2024.05.30 04:10:39.401624 [ 3 ] {22bac045-7b07-4453-adf8-9ea9580cdf3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1456 | 2024.05.30 04:10:39.401813 [ 3 ] {22bac045-7b07-4453-adf8-9ea9580cdf3f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1457 | 2024.05.30 04:10:39.402252 [ 3 ] {22bac045-7b07-4453-adf8-9ea9580cdf3f} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1458 | 2024.05.30 04:10:39.402287 [ 3 ] {22bac045-7b07-4453-adf8-9ea9580cdf3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
1459 | 2024.05.30 04:10:39.402726 [ 3 ] {22bac045-7b07-4453-adf8-9ea9580cdf3f} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1460 | 2024.05.30 04:10:39.403177 [ 3 ] {22bac045-7b07-4453-adf8-9ea9580cdf3f} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1461 | 2024.05.30 04:10:39.403326 [ 3 ] {22bac045-7b07-4453-adf8-9ea9580cdf3f} <Debug> executeQuery: Read 140 rows, 9.99 KiB in 0.001793 sec., 78081.42777467931 rows/sec., 5.44 MiB/sec. | ||
1462 | 2024.05.30 04:10:39.403504 [ 3 ] {22bac045-7b07-4453-adf8-9ea9580cdf3f} <Debug> DynamicQueryHandler: Done processing query | ||
1463 | 2024.05.30 04:10:39.403528 [ 3 ] {22bac045-7b07-4453-adf8-9ea9580cdf3f} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
1464 | 2024.05.30 04:10:39.403545 [ 3 ] {} <Debug> HTTP-Session: c3333ea3-ad59-4301-babb-a2014c9bfb87 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1465 | 2024.05.30 04:10:39.403666 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 8191, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1466 | 2024.05.30 04:10:39.403717 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1467 | 2024.05.30 04:10:39.403737 [ 3 ] {} <Debug> HTTP-Session: 31a9d364-3d95-46ca-bdf4-cfcc3ba7ca12 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
1468 | 2024.05.30 04:10:39.403754 [ 3 ] {} <Debug> HTTP-Session: 31a9d364-3d95-46ca-bdf4-cfcc3ba7ca12 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1469 | 2024.05.30 04:10:39.403767 [ 3 ] {} <Debug> HTTP-Session: 31a9d364-3d95-46ca-bdf4-cfcc3ba7ca12 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1470 | 2024.05.30 04:10:39.403796 [ 3 ] {} <Trace> HTTP-Session: 31a9d364-3d95-46ca-bdf4-cfcc3ba7ca12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1471 | 2024.05.30 04:10:39.403973 [ 3 ] {bdaf6a2b-7794-4a77-a270-6414c60d9816} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1472 | 2024.05.30 04:10:39.404018 [ 3 ] {bdaf6a2b-7794-4a77-a270-6414c60d9816} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1473 | 2024.05.30 04:10:39.404142 [ 3 ] {bdaf6a2b-7794-4a77-a270-6414c60d9816} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1474 | 2024.05.30 04:10:39.404467 [ 3 ] {bdaf6a2b-7794-4a77-a270-6414c60d9816} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1475 | 2024.05.30 04:10:39.404510 [ 3 ] {bdaf6a2b-7794-4a77-a270-6414c60d9816} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
1476 | 2024.05.30 04:10:39.404947 [ 3 ] {bdaf6a2b-7794-4a77-a270-6414c60d9816} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1477 | 2024.05.30 04:10:39.405282 [ 3 ] {bdaf6a2b-7794-4a77-a270-6414c60d9816} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1478 | 2024.05.30 04:10:39.405438 [ 3 ] {bdaf6a2b-7794-4a77-a270-6414c60d9816} <Debug> executeQuery: Read 54 rows, 3.72 KiB in 0.001526 sec., 35386.631716906944 rows/sec., 2.38 MiB/sec. | ||
1479 | 2024.05.30 04:10:39.405593 [ 3 ] {bdaf6a2b-7794-4a77-a270-6414c60d9816} <Debug> DynamicQueryHandler: Done processing query | ||
1480 | 2024.05.30 04:10:39.405619 [ 3 ] {bdaf6a2b-7794-4a77-a270-6414c60d9816} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1481 | 2024.05.30 04:10:39.405634 [ 3 ] {} <Debug> HTTP-Session: 31a9d364-3d95-46ca-bdf4-cfcc3ba7ca12 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1482 | 2024.05.30 04:10:43.102832 [ 88 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1483 | 2024.05.30 04:10:43.102887 [ 88 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1484 | 2024.05.30 04:10:44.413407 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 7798, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1485 | 2024.05.30 04:10:44.413586 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1486 | 2024.05.30 04:10:44.413622 [ 3 ] {} <Debug> HTTP-Session: 7df89fe8-e64a-4090-b5d0-55e907683f2b Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
1487 | 2024.05.30 04:10:44.413655 [ 3 ] {} <Debug> HTTP-Session: 7df89fe8-e64a-4090-b5d0-55e907683f2b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1488 | 2024.05.30 04:10:44.413677 [ 3 ] {} <Debug> HTTP-Session: 7df89fe8-e64a-4090-b5d0-55e907683f2b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1489 | 2024.05.30 04:10:44.413739 [ 3 ] {} <Trace> HTTP-Session: 7df89fe8-e64a-4090-b5d0-55e907683f2b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1490 | 2024.05.30 04:10:44.413983 [ 3 ] {963d581a-3c41-4b65-ba6c-1e80b12f53e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1491 | 2024.05.30 04:10:44.414065 [ 3 ] {963d581a-3c41-4b65-ba6c-1e80b12f53e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1492 | 2024.05.30 04:10:44.414391 [ 3 ] {963d581a-3c41-4b65-ba6c-1e80b12f53e3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1493 | 2024.05.30 04:10:44.414898 [ 3 ] {963d581a-3c41-4b65-ba6c-1e80b12f53e3} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1494 | 2024.05.30 04:10:44.414950 [ 3 ] {963d581a-3c41-4b65-ba6c-1e80b12f53e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
1495 | 2024.05.30 04:10:44.415456 [ 3 ] {963d581a-3c41-4b65-ba6c-1e80b12f53e3} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1496 | 2024.05.30 04:10:44.415866 [ 3 ] {963d581a-3c41-4b65-ba6c-1e80b12f53e3} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1497 | 2024.05.30 04:10:44.416022 [ 3 ] {963d581a-3c41-4b65-ba6c-1e80b12f53e3} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002127 sec., 26328.161730136344 rows/sec., 2.01 MiB/sec. | ||
1498 | 2024.05.30 04:10:44.416228 [ 3 ] {963d581a-3c41-4b65-ba6c-1e80b12f53e3} <Debug> DynamicQueryHandler: Done processing query | ||
1499 | 2024.05.30 04:10:44.416326 [ 3 ] {963d581a-3c41-4b65-ba6c-1e80b12f53e3} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1500 | 2024.05.30 04:10:44.416343 [ 3 ] {} <Debug> HTTP-Session: 7df89fe8-e64a-4090-b5d0-55e907683f2b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1501 | 2024.05.30 04:10:44.416523 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 10872, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1502 | 2024.05.30 04:10:44.416578 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1503 | 2024.05.30 04:10:44.416597 [ 3 ] {} <Debug> HTTP-Session: 47e13e21-faa0-4b8d-8ee2-1e13ff8e2068 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
1504 | 2024.05.30 04:10:44.416613 [ 3 ] {} <Debug> HTTP-Session: 47e13e21-faa0-4b8d-8ee2-1e13ff8e2068 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1505 | 2024.05.30 04:10:44.416626 [ 3 ] {} <Debug> HTTP-Session: 47e13e21-faa0-4b8d-8ee2-1e13ff8e2068 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1506 | 2024.05.30 04:10:44.416661 [ 3 ] {} <Trace> HTTP-Session: 47e13e21-faa0-4b8d-8ee2-1e13ff8e2068 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1507 | 2024.05.30 04:10:44.416784 [ 3 ] {3de07c4f-94d4-4434-8791-e7b54d771354} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1508 | 2024.05.30 04:10:44.416832 [ 3 ] {3de07c4f-94d4-4434-8791-e7b54d771354} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1509 | 2024.05.30 04:10:44.416961 [ 3 ] {3de07c4f-94d4-4434-8791-e7b54d771354} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1510 | 2024.05.30 04:10:44.417392 [ 3 ] {3de07c4f-94d4-4434-8791-e7b54d771354} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1511 | 2024.05.30 04:10:44.417430 [ 3 ] {3de07c4f-94d4-4434-8791-e7b54d771354} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
1512 | 2024.05.30 04:10:44.417764 [ 3 ] {3de07c4f-94d4-4434-8791-e7b54d771354} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1513 | 2024.05.30 04:10:44.418078 [ 3 ] {3de07c4f-94d4-4434-8791-e7b54d771354} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1514 | 2024.05.30 04:10:44.418203 [ 3 ] {3de07c4f-94d4-4434-8791-e7b54d771354} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001492 sec., 42895.442359249326 rows/sec., 3.35 MiB/sec. | ||
1515 | 2024.05.30 04:10:44.418446 [ 3 ] {3de07c4f-94d4-4434-8791-e7b54d771354} <Debug> DynamicQueryHandler: Done processing query | ||
1516 | 2024.05.30 04:10:44.418473 [ 3 ] {3de07c4f-94d4-4434-8791-e7b54d771354} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1517 | 2024.05.30 04:10:44.418490 [ 3 ] {} <Debug> HTTP-Session: 47e13e21-faa0-4b8d-8ee2-1e13ff8e2068 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1518 | 2024.05.30 04:10:44.418758 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 30552, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1519 | 2024.05.30 04:10:44.418809 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1520 | 2024.05.30 04:10:44.418827 [ 3 ] {} <Debug> HTTP-Session: 74a117da-e568-4dcf-a292-b59869ae00f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
1521 | 2024.05.30 04:10:44.418845 [ 3 ] {} <Debug> HTTP-Session: 74a117da-e568-4dcf-a292-b59869ae00f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1522 | 2024.05.30 04:10:44.418859 [ 3 ] {} <Debug> HTTP-Session: 74a117da-e568-4dcf-a292-b59869ae00f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1523 | 2024.05.30 04:10:44.418889 [ 3 ] {} <Trace> HTTP-Session: 74a117da-e568-4dcf-a292-b59869ae00f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1524 | 2024.05.30 04:10:44.419033 [ 3 ] {7fc0dae5-d8fe-4f9a-a8a8-81bd276656b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1525 | 2024.05.30 04:10:44.419081 [ 3 ] {7fc0dae5-d8fe-4f9a-a8a8-81bd276656b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1526 | 2024.05.30 04:10:44.419215 [ 3 ] {7fc0dae5-d8fe-4f9a-a8a8-81bd276656b1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1527 | 2024.05.30 04:10:44.419784 [ 3 ] {7fc0dae5-d8fe-4f9a-a8a8-81bd276656b1} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1528 | 2024.05.30 04:10:44.419826 [ 3 ] {7fc0dae5-d8fe-4f9a-a8a8-81bd276656b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
1529 | 2024.05.30 04:10:44.420366 [ 3 ] {7fc0dae5-d8fe-4f9a-a8a8-81bd276656b1} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1530 | 2024.05.30 04:10:44.420720 [ 3 ] {7fc0dae5-d8fe-4f9a-a8a8-81bd276656b1} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1531 | 2024.05.30 04:10:44.420873 [ 3 ] {7fc0dae5-d8fe-4f9a-a8a8-81bd276656b1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001884 sec., 84925.69002123142 rows/sec., 5.91 MiB/sec. | ||
1532 | 2024.05.30 04:10:44.421061 [ 3 ] {7fc0dae5-d8fe-4f9a-a8a8-81bd276656b1} <Debug> DynamicQueryHandler: Done processing query | ||
1533 | 2024.05.30 04:10:44.421087 [ 3 ] {7fc0dae5-d8fe-4f9a-a8a8-81bd276656b1} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
1534 | 2024.05.30 04:10:44.421103 [ 3 ] {} <Debug> HTTP-Session: 74a117da-e568-4dcf-a292-b59869ae00f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1535 | 2024.05.30 04:10:44.421246 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1536 | 2024.05.30 04:10:44.421366 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1537 | 2024.05.30 04:10:44.421386 [ 3 ] {} <Debug> HTTP-Session: e7b52050-4cf4-4d4e-8b47-48702f231073 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
1538 | 2024.05.30 04:10:44.421403 [ 3 ] {} <Debug> HTTP-Session: e7b52050-4cf4-4d4e-8b47-48702f231073 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1539 | 2024.05.30 04:10:44.421416 [ 3 ] {} <Debug> HTTP-Session: e7b52050-4cf4-4d4e-8b47-48702f231073 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1540 | 2024.05.30 04:10:44.421446 [ 3 ] {} <Trace> HTTP-Session: e7b52050-4cf4-4d4e-8b47-48702f231073 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1541 | 2024.05.30 04:10:44.421580 [ 3 ] {f16c0787-30c1-40bb-819c-61fb6b9a30e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1542 | 2024.05.30 04:10:44.421625 [ 3 ] {f16c0787-30c1-40bb-819c-61fb6b9a30e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1543 | 2024.05.30 04:10:44.421752 [ 3 ] {f16c0787-30c1-40bb-819c-61fb6b9a30e4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1544 | 2024.05.30 04:10:44.422096 [ 3 ] {f16c0787-30c1-40bb-819c-61fb6b9a30e4} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1545 | 2024.05.30 04:10:44.422132 [ 3 ] {f16c0787-30c1-40bb-819c-61fb6b9a30e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
1546 | 2024.05.30 04:10:44.422561 [ 3 ] {f16c0787-30c1-40bb-819c-61fb6b9a30e4} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1547 | 2024.05.30 04:10:44.422901 [ 3 ] {f16c0787-30c1-40bb-819c-61fb6b9a30e4} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1548 | 2024.05.30 04:10:44.423056 [ 3 ] {f16c0787-30c1-40bb-819c-61fb6b9a30e4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001546 sec., 38809.831824062094 rows/sec., 2.62 MiB/sec. | ||
1549 | 2024.05.30 04:10:44.423255 [ 3 ] {f16c0787-30c1-40bb-819c-61fb6b9a30e4} <Debug> DynamicQueryHandler: Done processing query | ||
1550 | 2024.05.30 04:10:44.423346 [ 3 ] {f16c0787-30c1-40bb-819c-61fb6b9a30e4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1551 | 2024.05.30 04:10:44.423363 [ 3 ] {} <Debug> HTTP-Session: e7b52050-4cf4-4d4e-8b47-48702f231073 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1552 | 2024.05.30 04:10:49.425093 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 754, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1553 | 2024.05.30 04:10:49.425206 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1554 | 2024.05.30 04:10:49.425234 [ 3 ] {} <Debug> HTTP-Session: f66c9941-9071-4d61-8a6b-5211feb64598 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
1555 | 2024.05.30 04:10:49.425260 [ 3 ] {} <Debug> HTTP-Session: f66c9941-9071-4d61-8a6b-5211feb64598 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1556 | 2024.05.30 04:10:49.425278 [ 3 ] {} <Debug> HTTP-Session: f66c9941-9071-4d61-8a6b-5211feb64598 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1557 | 2024.05.30 04:10:49.425333 [ 3 ] {} <Trace> HTTP-Session: f66c9941-9071-4d61-8a6b-5211feb64598 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1558 | 2024.05.30 04:10:49.425599 [ 3 ] {a16efaeb-1e94-43c9-b95d-b1757a8cca2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1559 | 2024.05.30 04:10:49.426057 [ 3 ] {a16efaeb-1e94-43c9-b95d-b1757a8cca2e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1560 | 2024.05.30 04:10:49.426098 [ 3 ] {a16efaeb-1e94-43c9-b95d-b1757a8cca2e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1561 | 2024.05.30 04:10:49.426375 [ 3 ] {a16efaeb-1e94-43c9-b95d-b1757a8cca2e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1562 | 2024.05.30 04:10:49.426452 [ 3 ] {a16efaeb-1e94-43c9-b95d-b1757a8cca2e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1563 | 2024.05.30 04:10:49.426613 [ 3 ] {a16efaeb-1e94-43c9-b95d-b1757a8cca2e} <Debug> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
1564 | 2024.05.30 04:10:49.426819 [ 254 ] {a16efaeb-1e94-43c9-b95d-b1757a8cca2e} <Trace> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1565 | 2024.05.30 04:10:49.426825 [ 250 ] {a16efaeb-1e94-43c9-b95d-b1757a8cca2e} <Trace> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1566 | 2024.05.30 04:10:49.426980 [ 3 ] {a16efaeb-1e94-43c9-b95d-b1757a8cca2e} <Debug> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (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 | ||
1567 | 2024.05.30 04:10:49.427011 [ 3 ] {a16efaeb-1e94-43c9-b95d-b1757a8cca2e} <Trace> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1568 | 2024.05.30 04:10:49.429134 [ 3 ] {a16efaeb-1e94-43c9-b95d-b1757a8cca2e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1569 | 2024.05.30 04:10:49.429225 [ 3 ] {a16efaeb-1e94-43c9-b95d-b1757a8cca2e} <Debug> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1570 | 2024.05.30 04:10:49.429284 [ 3 ] {a16efaeb-1e94-43c9-b95d-b1757a8cca2e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1571 | 2024.05.30 04:10:49.429327 [ 3 ] {a16efaeb-1e94-43c9-b95d-b1757a8cca2e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1572 | 2024.05.30 04:10:49.430981 [ 3 ] {a16efaeb-1e94-43c9-b95d-b1757a8cca2e} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.005444 sec., 3306.3923585598823 rows/sec., 135.25 KiB/sec. | ||
1573 | 2024.05.30 04:10:49.431468 [ 3 ] {a16efaeb-1e94-43c9-b95d-b1757a8cca2e} <Debug> DynamicQueryHandler: Done processing query | ||
1574 | 2024.05.30 04:10:49.431506 [ 3 ] {a16efaeb-1e94-43c9-b95d-b1757a8cca2e} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1575 | 2024.05.30 04:10:49.431533 [ 3 ] {} <Debug> HTTP-Session: f66c9941-9071-4d61-8a6b-5211feb64598 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1576 | 2024.05.30 04:10:49.433000 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 796, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1577 | 2024.05.30 04:10:49.433058 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1578 | 2024.05.30 04:10:49.433078 [ 3 ] {} <Debug> HTTP-Session: 94ec377e-8d5f-4e29-80a8-2e3cf217ddbb Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
1579 | 2024.05.30 04:10:49.433097 [ 3 ] {} <Debug> HTTP-Session: 94ec377e-8d5f-4e29-80a8-2e3cf217ddbb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1580 | 2024.05.30 04:10:49.433111 [ 3 ] {} <Debug> HTTP-Session: 94ec377e-8d5f-4e29-80a8-2e3cf217ddbb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1581 | 2024.05.30 04:10:49.433146 [ 3 ] {} <Trace> HTTP-Session: 94ec377e-8d5f-4e29-80a8-2e3cf217ddbb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1582 | 2024.05.30 04:10:49.433320 [ 3 ] {d6caf54b-2f40-4a4c-b4c9-c7a40e8a89bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) 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', '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) | ||
1583 | 2024.05.30 04:10:49.433584 [ 3 ] {d6caf54b-2f40-4a4c-b4c9-c7a40e8a89bb} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1584 | 2024.05.30 04:10:49.433623 [ 3 ] {d6caf54b-2f40-4a4c-b4c9-c7a40e8a89bb} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1585 | 2024.05.30 04:10:49.433947 [ 3 ] {d6caf54b-2f40-4a4c-b4c9-c7a40e8a89bb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1586 | 2024.05.30 04:10:49.434011 [ 3 ] {d6caf54b-2f40-4a4c-b4c9-c7a40e8a89bb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1587 | 2024.05.30 04:10:49.434145 [ 3 ] {d6caf54b-2f40-4a4c-b4c9-c7a40e8a89bb} <Debug> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
1588 | 2024.05.30 04:10:49.434246 [ 256 ] {d6caf54b-2f40-4a4c-b4c9-c7a40e8a89bb} <Trace> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1589 | 2024.05.30 04:10:49.434263 [ 257 ] {d6caf54b-2f40-4a4c-b4c9-c7a40e8a89bb} <Trace> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1590 | 2024.05.30 04:10:49.434369 [ 3 ] {d6caf54b-2f40-4a4c-b4c9-c7a40e8a89bb} <Debug> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (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 | ||
1591 | 2024.05.30 04:10:49.434396 [ 3 ] {d6caf54b-2f40-4a4c-b4c9-c7a40e8a89bb} <Trace> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1592 | 2024.05.30 04:10:49.434471 [ 3 ] {d6caf54b-2f40-4a4c-b4c9-c7a40e8a89bb} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1593 | 2024.05.30 04:10:49.434491 [ 3 ] {d6caf54b-2f40-4a4c-b4c9-c7a40e8a89bb} <Debug> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1594 | 2024.05.30 04:10:49.434528 [ 3 ] {d6caf54b-2f40-4a4c-b4c9-c7a40e8a89bb} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1595 | 2024.05.30 04:10:49.434566 [ 3 ] {d6caf54b-2f40-4a4c-b4c9-c7a40e8a89bb} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1596 | 2024.05.30 04:10:49.435661 [ 3 ] {d6caf54b-2f40-4a4c-b4c9-c7a40e8a89bb} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002427 sec., 7416.563658838072 rows/sec., 303.39 KiB/sec. | ||
1597 | 2024.05.30 04:10:49.436036 [ 3 ] {d6caf54b-2f40-4a4c-b4c9-c7a40e8a89bb} <Debug> DynamicQueryHandler: Done processing query | ||
1598 | 2024.05.30 04:10:49.436069 [ 3 ] {d6caf54b-2f40-4a4c-b4c9-c7a40e8a89bb} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1599 | 2024.05.30 04:10:49.436086 [ 3 ] {} <Debug> HTTP-Session: 94ec377e-8d5f-4e29-80a8-2e3cf217ddbb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1600 | 2024.05.30 04:10:49.436308 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 834, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1601 | 2024.05.30 04:10:49.436368 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1602 | 2024.05.30 04:10:49.436392 [ 3 ] {} <Debug> HTTP-Session: 8cbe3474-e6c7-40de-930f-2ffee1083e45 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
1603 | 2024.05.30 04:10:49.436413 [ 3 ] {} <Debug> HTTP-Session: 8cbe3474-e6c7-40de-930f-2ffee1083e45 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1604 | 2024.05.30 04:10:49.436430 [ 3 ] {} <Debug> HTTP-Session: 8cbe3474-e6c7-40de-930f-2ffee1083e45 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1605 | 2024.05.30 04:10:49.436469 [ 3 ] {} <Trace> HTTP-Session: 8cbe3474-e6c7-40de-930f-2ffee1083e45 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1606 | 2024.05.30 04:10:49.436608 [ 3 ] {cd988bb4-0e22-4343-9b39-acce1275121c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) 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', '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) | ||
1607 | 2024.05.30 04:10:49.436926 [ 3 ] {cd988bb4-0e22-4343-9b39-acce1275121c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1608 | 2024.05.30 04:10:49.436965 [ 3 ] {cd988bb4-0e22-4343-9b39-acce1275121c} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1609 | 2024.05.30 04:10:49.437213 [ 3 ] {cd988bb4-0e22-4343-9b39-acce1275121c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1610 | 2024.05.30 04:10:49.437275 [ 3 ] {cd988bb4-0e22-4343-9b39-acce1275121c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1611 | 2024.05.30 04:10:49.437406 [ 3 ] {cd988bb4-0e22-4343-9b39-acce1275121c} <Debug> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
1612 | 2024.05.30 04:10:49.437499 [ 250 ] {cd988bb4-0e22-4343-9b39-acce1275121c} <Trace> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1613 | 2024.05.30 04:10:49.437512 [ 253 ] {cd988bb4-0e22-4343-9b39-acce1275121c} <Trace> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1614 | 2024.05.30 04:10:49.437638 [ 3 ] {cd988bb4-0e22-4343-9b39-acce1275121c} <Debug> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (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 | ||
1615 | 2024.05.30 04:10:49.437675 [ 3 ] {cd988bb4-0e22-4343-9b39-acce1275121c} <Trace> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1616 | 2024.05.30 04:10:49.437825 [ 3 ] {cd988bb4-0e22-4343-9b39-acce1275121c} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1617 | 2024.05.30 04:10:49.437846 [ 3 ] {cd988bb4-0e22-4343-9b39-acce1275121c} <Debug> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1618 | 2024.05.30 04:10:49.437885 [ 3 ] {cd988bb4-0e22-4343-9b39-acce1275121c} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1619 | 2024.05.30 04:10:49.437925 [ 3 ] {cd988bb4-0e22-4343-9b39-acce1275121c} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1620 | 2024.05.30 04:10:49.439261 [ 3 ] {cd988bb4-0e22-4343-9b39-acce1275121c} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002679 sec., 6718.924972004479 rows/sec., 274.85 KiB/sec. | ||
1621 | 2024.05.30 04:10:49.439554 [ 3 ] {cd988bb4-0e22-4343-9b39-acce1275121c} <Debug> DynamicQueryHandler: Done processing query | ||
1622 | 2024.05.30 04:10:49.439578 [ 3 ] {cd988bb4-0e22-4343-9b39-acce1275121c} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1623 | 2024.05.30 04:10:49.439593 [ 3 ] {} <Debug> HTTP-Session: 8cbe3474-e6c7-40de-930f-2ffee1083e45 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1624 | 2024.05.30 04:10:49.439844 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 871, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1625 | 2024.05.30 04:10:49.439891 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1626 | 2024.05.30 04:10:49.439908 [ 3 ] {} <Debug> HTTP-Session: 7e1828cc-cfcd-4637-8170-794d5f77dfe9 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
1627 | 2024.05.30 04:10:49.439924 [ 3 ] {} <Debug> HTTP-Session: 7e1828cc-cfcd-4637-8170-794d5f77dfe9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1628 | 2024.05.30 04:10:49.439937 [ 3 ] {} <Debug> HTTP-Session: 7e1828cc-cfcd-4637-8170-794d5f77dfe9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1629 | 2024.05.30 04:10:49.439968 [ 3 ] {} <Trace> HTTP-Session: 7e1828cc-cfcd-4637-8170-794d5f77dfe9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1630 | 2024.05.30 04:10:49.440102 [ 3 ] {23d73b36-893c-4a01-8c0e-0d96b7a82e73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) 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', '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) | ||
1631 | 2024.05.30 04:10:49.440350 [ 3 ] {23d73b36-893c-4a01-8c0e-0d96b7a82e73} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1632 | 2024.05.30 04:10:49.440389 [ 3 ] {23d73b36-893c-4a01-8c0e-0d96b7a82e73} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1633 | 2024.05.30 04:10:49.440638 [ 3 ] {23d73b36-893c-4a01-8c0e-0d96b7a82e73} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1634 | 2024.05.30 04:10:49.440769 [ 3 ] {23d73b36-893c-4a01-8c0e-0d96b7a82e73} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1635 | 2024.05.30 04:10:49.440897 [ 3 ] {23d73b36-893c-4a01-8c0e-0d96b7a82e73} <Debug> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
1636 | 2024.05.30 04:10:49.440999 [ 256 ] {23d73b36-893c-4a01-8c0e-0d96b7a82e73} <Trace> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1637 | 2024.05.30 04:10:49.441003 [ 254 ] {23d73b36-893c-4a01-8c0e-0d96b7a82e73} <Trace> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1638 | 2024.05.30 04:10:49.441119 [ 3 ] {23d73b36-893c-4a01-8c0e-0d96b7a82e73} <Debug> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (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 | ||
1639 | 2024.05.30 04:10:49.441145 [ 3 ] {23d73b36-893c-4a01-8c0e-0d96b7a82e73} <Trace> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1640 | 2024.05.30 04:10:49.441218 [ 3 ] {23d73b36-893c-4a01-8c0e-0d96b7a82e73} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1641 | 2024.05.30 04:10:49.441237 [ 3 ] {23d73b36-893c-4a01-8c0e-0d96b7a82e73} <Debug> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1642 | 2024.05.30 04:10:49.441273 [ 3 ] {23d73b36-893c-4a01-8c0e-0d96b7a82e73} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1643 | 2024.05.30 04:10:49.441309 [ 3 ] {23d73b36-893c-4a01-8c0e-0d96b7a82e73} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1644 | 2024.05.30 04:10:49.442584 [ 3 ] {23d73b36-893c-4a01-8c0e-0d96b7a82e73} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002571 sec., 7001.166861143524 rows/sec., 286.40 KiB/sec. | ||
1645 | 2024.05.30 04:10:49.442945 [ 3 ] {23d73b36-893c-4a01-8c0e-0d96b7a82e73} <Debug> DynamicQueryHandler: Done processing query | ||
1646 | 2024.05.30 04:10:49.442967 [ 3 ] {23d73b36-893c-4a01-8c0e-0d96b7a82e73} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1647 | 2024.05.30 04:10:49.442983 [ 3 ] {} <Debug> HTTP-Session: 7e1828cc-cfcd-4637-8170-794d5f77dfe9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1648 | 2024.05.30 04:10:49.449620 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 947, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1649 | 2024.05.30 04:10:49.449666 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1650 | 2024.05.30 04:10:49.449684 [ 3 ] {} <Debug> HTTP-Session: b98ae3de-a7e7-40b2-acff-5e21432cddcb Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
1651 | 2024.05.30 04:10:49.449699 [ 3 ] {} <Debug> HTTP-Session: b98ae3de-a7e7-40b2-acff-5e21432cddcb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1652 | 2024.05.30 04:10:49.449712 [ 3 ] {} <Debug> HTTP-Session: b98ae3de-a7e7-40b2-acff-5e21432cddcb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1653 | 2024.05.30 04:10:49.449812 [ 3 ] {} <Trace> HTTP-Session: b98ae3de-a7e7-40b2-acff-5e21432cddcb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1654 | 2024.05.30 04:10:49.449916 [ 3 ] {e00c2d5d-6028-4577-8a45-937bf2e1980a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
1655 | 2024.05.30 04:10:49.449960 [ 3 ] {e00c2d5d-6028-4577-8a45-937bf2e1980a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1656 | 2024.05.30 04:10:49.450114 [ 3 ] {e00c2d5d-6028-4577-8a45-937bf2e1980a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1657 | 2024.05.30 04:10:49.450474 [ 3 ] {e00c2d5d-6028-4577-8a45-937bf2e1980a} <Trace> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1658 | 2024.05.30 04:10:49.450511 [ 3 ] {e00c2d5d-6028-4577-8a45-937bf2e1980a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
1659 | 2024.05.30 04:10:49.451023 [ 3 ] {e00c2d5d-6028-4577-8a45-937bf2e1980a} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1660 | 2024.05.30 04:10:49.451310 [ 3 ] {e00c2d5d-6028-4577-8a45-937bf2e1980a} <Trace> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1661 | 2024.05.30 04:10:49.451472 [ 3 ] {e00c2d5d-6028-4577-8a45-937bf2e1980a} <Debug> executeQuery: Read 4 rows, 443.00 B in 0.001614 sec., 2478.3147459727384 rows/sec., 268.04 KiB/sec. | ||
1662 | 2024.05.30 04:10:49.451664 [ 3 ] {e00c2d5d-6028-4577-8a45-937bf2e1980a} <Debug> DynamicQueryHandler: Done processing query | ||
1663 | 2024.05.30 04:10:49.451687 [ 3 ] {e00c2d5d-6028-4577-8a45-937bf2e1980a} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1664 | 2024.05.30 04:10:49.451702 [ 3 ] {} <Debug> HTTP-Session: b98ae3de-a7e7-40b2-acff-5e21432cddcb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1665 | 2024.05.30 04:10:49.451868 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 2920, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1666 | 2024.05.30 04:10:49.451914 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1667 | 2024.05.30 04:10:49.451931 [ 3 ] {} <Debug> HTTP-Session: df02851c-9615-46b0-a00a-c9b286874344 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
1668 | 2024.05.30 04:10:49.451946 [ 3 ] {} <Debug> HTTP-Session: df02851c-9615-46b0-a00a-c9b286874344 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1669 | 2024.05.30 04:10:49.451959 [ 3 ] {} <Debug> HTTP-Session: df02851c-9615-46b0-a00a-c9b286874344 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1670 | 2024.05.30 04:10:49.451987 [ 3 ] {} <Trace> HTTP-Session: df02851c-9615-46b0-a00a-c9b286874344 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1671 | 2024.05.30 04:10:49.452080 [ 3 ] {45aebeea-954f-4a12-b46a-c12b3aef2c24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1672 | 2024.05.30 04:10:49.452120 [ 3 ] {45aebeea-954f-4a12-b46a-c12b3aef2c24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1673 | 2024.05.30 04:10:49.452235 [ 3 ] {45aebeea-954f-4a12-b46a-c12b3aef2c24} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1674 | 2024.05.30 04:10:49.453092 [ 3 ] {45aebeea-954f-4a12-b46a-c12b3aef2c24} <Trace> oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1675 | 2024.05.30 04:10:49.453124 [ 3 ] {45aebeea-954f-4a12-b46a-c12b3aef2c24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
1676 | 2024.05.30 04:10:49.453415 [ 3 ] {45aebeea-954f-4a12-b46a-c12b3aef2c24} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1677 | 2024.05.30 04:10:49.453696 [ 3 ] {45aebeea-954f-4a12-b46a-c12b3aef2c24} <Trace> oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1678 | 2024.05.30 04:10:49.453903 [ 3 ] {45aebeea-954f-4a12-b46a-c12b3aef2c24} <Debug> executeQuery: Read 20 rows, 1.62 KiB in 0.001825 sec., 10958.90410958904 rows/sec., 888.27 KiB/sec. | ||
1679 | 2024.05.30 04:10:49.454143 [ 3 ] {45aebeea-954f-4a12-b46a-c12b3aef2c24} <Debug> DynamicQueryHandler: Done processing query | ||
1680 | 2024.05.30 04:10:49.454167 [ 3 ] {45aebeea-954f-4a12-b46a-c12b3aef2c24} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1681 | 2024.05.30 04:10:49.454181 [ 3 ] {} <Debug> HTTP-Session: df02851c-9615-46b0-a00a-c9b286874344 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1682 | 2024.05.30 04:10:49.454356 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 16855, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1683 | 2024.05.30 04:10:49.454402 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1684 | 2024.05.30 04:10:49.454419 [ 3 ] {} <Debug> HTTP-Session: 43d4711d-858e-4302-9734-124e902b7b4e Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
1685 | 2024.05.30 04:10:49.454435 [ 3 ] {} <Debug> HTTP-Session: 43d4711d-858e-4302-9734-124e902b7b4e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1686 | 2024.05.30 04:10:49.454448 [ 3 ] {} <Debug> HTTP-Session: 43d4711d-858e-4302-9734-124e902b7b4e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1687 | 2024.05.30 04:10:49.454477 [ 3 ] {} <Trace> HTTP-Session: 43d4711d-858e-4302-9734-124e902b7b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1688 | 2024.05.30 04:10:49.454614 [ 3 ] {75f019dd-1da7-49d8-b3a6-f79875b3b59a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1689 | 2024.05.30 04:10:49.454655 [ 3 ] {75f019dd-1da7-49d8-b3a6-f79875b3b59a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1690 | 2024.05.30 04:10:49.454859 [ 3 ] {75f019dd-1da7-49d8-b3a6-f79875b3b59a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1691 | 2024.05.30 04:10:49.455255 [ 3 ] {75f019dd-1da7-49d8-b3a6-f79875b3b59a} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1692 | 2024.05.30 04:10:49.455289 [ 3 ] {75f019dd-1da7-49d8-b3a6-f79875b3b59a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
1693 | 2024.05.30 04:10:49.455581 [ 3 ] {75f019dd-1da7-49d8-b3a6-f79875b3b59a} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1694 | 2024.05.30 04:10:49.455927 [ 3 ] {75f019dd-1da7-49d8-b3a6-f79875b3b59a} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1695 | 2024.05.30 04:10:49.456064 [ 83 ] {} <Debug> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1696 | 2024.05.30 04:10:49.456075 [ 3 ] {75f019dd-1da7-49d8-b3a6-f79875b3b59a} <Debug> executeQuery: Read 116 rows, 9.80 KiB in 0.001479 sec., 78431.37254901961 rows/sec., 6.47 MiB/sec. | ||
1697 | 2024.05.30 04:10:49.456142 [ 83 ] {} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1698 | 2024.05.30 04:10:49.456206 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
1699 | 2024.05.30 04:10:49.456352 [ 3 ] {75f019dd-1da7-49d8-b3a6-f79875b3b59a} <Debug> DynamicQueryHandler: Done processing query | ||
1700 | 2024.05.30 04:10:49.456381 [ 3 ] {75f019dd-1da7-49d8-b3a6-f79875b3b59a} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
1701 | 2024.05.30 04:10:49.456398 [ 3 ] {} <Debug> HTTP-Session: 43d4711d-858e-4302-9734-124e902b7b4e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1702 | 2024.05.30 04:10:49.456568 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 15460, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1703 | 2024.05.30 04:10:49.456613 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1704 | 2024.05.30 04:10:49.456631 [ 3 ] {} <Debug> HTTP-Session: cfa11bf8-5635-4a3c-bb3a-aad85a6b3121 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
1705 | 2024.05.30 04:10:49.456647 [ 3 ] {} <Debug> HTTP-Session: cfa11bf8-5635-4a3c-bb3a-aad85a6b3121 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1706 | 2024.05.30 04:10:49.456660 [ 3 ] {} <Debug> HTTP-Session: cfa11bf8-5635-4a3c-bb3a-aad85a6b3121 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1707 | 2024.05.30 04:10:49.456688 [ 3 ] {} <Trace> HTTP-Session: cfa11bf8-5635-4a3c-bb3a-aad85a6b3121 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1708 | 2024.05.30 04:10:49.456879 [ 3 ] {2f13037c-eaa2-457c-b621-4a656855fac3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1709 | 2024.05.30 04:10:49.456921 [ 3 ] {2f13037c-eaa2-457c-b621-4a656855fac3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1710 | 2024.05.30 04:10:49.457050 [ 3 ] {2f13037c-eaa2-457c-b621-4a656855fac3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1711 | 2024.05.30 04:10:49.457378 [ 3 ] {2f13037c-eaa2-457c-b621-4a656855fac3} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1712 | 2024.05.30 04:10:49.457412 [ 3 ] {2f13037c-eaa2-457c-b621-4a656855fac3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
1713 | 2024.05.30 04:10:49.457695 [ 3 ] {2f13037c-eaa2-457c-b621-4a656855fac3} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1714 | 2024.05.30 04:10:49.458047 [ 3 ] {2f13037c-eaa2-457c-b621-4a656855fac3} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1715 | 2024.05.30 04:10:49.458190 [ 83 ] {} <Debug> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1716 | 2024.05.30 04:10:49.458194 [ 3 ] {2f13037c-eaa2-457c-b621-4a656855fac3} <Debug> executeQuery: Read 91 rows, 7.29 KiB in 0.001377 sec., 66085.69353667393 rows/sec., 5.17 MiB/sec. | ||
1717 | 2024.05.30 04:10:49.458236 [ 83 ] {} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1718 | 2024.05.30 04:10:49.458297 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
1719 | 2024.05.30 04:10:49.458498 [ 3 ] {2f13037c-eaa2-457c-b621-4a656855fac3} <Debug> DynamicQueryHandler: Done processing query | ||
1720 | 2024.05.30 04:10:49.458526 [ 3 ] {2f13037c-eaa2-457c-b621-4a656855fac3} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
1721 | 2024.05.30 04:10:49.458542 [ 3 ] {} <Debug> HTTP-Session: cfa11bf8-5635-4a3c-bb3a-aad85a6b3121 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1722 | 2024.05.30 04:10:49.458732 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 30552, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1723 | 2024.05.30 04:10:49.458845 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1724 | 2024.05.30 04:10:49.458863 [ 3 ] {} <Debug> HTTP-Session: 6138005a-9484-4a99-ad18-981e639c399c Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
1725 | 2024.05.30 04:10:49.458878 [ 3 ] {} <Debug> HTTP-Session: 6138005a-9484-4a99-ad18-981e639c399c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1726 | 2024.05.30 04:10:49.458891 [ 3 ] {} <Debug> HTTP-Session: 6138005a-9484-4a99-ad18-981e639c399c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1727 | 2024.05.30 04:10:49.458920 [ 3 ] {} <Trace> HTTP-Session: 6138005a-9484-4a99-ad18-981e639c399c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1728 | 2024.05.30 04:10:49.459055 [ 3 ] {e3aeedb8-0d4c-415c-93c8-25a573a7a94b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1729 | 2024.05.30 04:10:49.459099 [ 3 ] {e3aeedb8-0d4c-415c-93c8-25a573a7a94b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1730 | 2024.05.30 04:10:49.459246 [ 3 ] {e3aeedb8-0d4c-415c-93c8-25a573a7a94b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1731 | 2024.05.30 04:10:49.459609 [ 3 ] {e3aeedb8-0d4c-415c-93c8-25a573a7a94b} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1732 | 2024.05.30 04:10:49.459643 [ 3 ] {e3aeedb8-0d4c-415c-93c8-25a573a7a94b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
1733 | 2024.05.30 04:10:49.460059 [ 3 ] {e3aeedb8-0d4c-415c-93c8-25a573a7a94b} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1734 | 2024.05.30 04:10:49.460366 [ 3 ] {e3aeedb8-0d4c-415c-93c8-25a573a7a94b} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1735 | 2024.05.30 04:10:49.460421 [ 203 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::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 | ||
1736 | 2024.05.30 04:10:49.460424 [ 195 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::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 | ||
1737 | 2024.05.30 04:10:49.460558 [ 83 ] {} <Debug> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1738 | 2024.05.30 04:10:49.460664 [ 83 ] {} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1739 | 2024.05.30 04:10:49.460761 [ 3 ] {e3aeedb8-0d4c-415c-93c8-25a573a7a94b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001767 sec., 90548.95302773062 rows/sec., 6.31 MiB/sec. | ||
1740 | 2024.05.30 04:10:49.460847 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
1741 | 2024.05.30 04:10:49.461538 [ 203 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1742 | 2024.05.30 04:10:49.461562 [ 195 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1743 | 2024.05.30 04:10:49.461626 [ 191 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::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 | ||
1744 | 2024.05.30 04:10:49.461636 [ 203 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 4 rows starting from the beginning of the part | ||
1745 | 2024.05.30 04:10:49.461641 [ 195 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part | ||
1746 | 2024.05.30 04:10:49.461668 [ 3 ] {e3aeedb8-0d4c-415c-93c8-25a573a7a94b} <Debug> DynamicQueryHandler: Done processing query | ||
1747 | 2024.05.30 04:10:49.461761 [ 3 ] {e3aeedb8-0d4c-415c-93c8-25a573a7a94b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
1748 | 2024.05.30 04:10:49.461925 [ 3 ] {} <Debug> HTTP-Session: 6138005a-9484-4a99-ad18-981e639c399c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1749 | 2024.05.30 04:10:49.462313 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 21436, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1750 | 2024.05.30 04:10:49.462493 [ 195 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 36 rows starting from the beginning of the part | ||
1751 | 2024.05.30 04:10:49.462555 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1752 | 2024.05.30 04:10:49.462589 [ 203 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 30 rows starting from the beginning of the part | ||
1753 | 2024.05.30 04:10:49.462687 [ 3 ] {} <Debug> HTTP-Session: 518fe676-6029-4fc1-9cfe-6928ac44df8b Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
1754 | 2024.05.30 04:10:49.462845 [ 3 ] {} <Debug> HTTP-Session: 518fe676-6029-4fc1-9cfe-6928ac44df8b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1755 | 2024.05.30 04:10:49.462937 [ 3 ] {} <Debug> HTTP-Session: 518fe676-6029-4fc1-9cfe-6928ac44df8b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1756 | 2024.05.30 04:10:49.463164 [ 3 ] {} <Trace> HTTP-Session: 518fe676-6029-4fc1-9cfe-6928ac44df8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1757 | 2024.05.30 04:10:49.463350 [ 191 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1758 | 2024.05.30 04:10:49.463369 [ 195 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 36 rows starting from the beginning of the part | ||
1759 | 2024.05.30 04:10:49.463505 [ 191 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part | ||
1760 | 2024.05.30 04:10:49.463913 [ 3 ] {ceae59cc-92ee-4fce-890a-862ac397941c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1761 | 2024.05.30 04:10:49.464180 [ 195 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 64 rows starting from the beginning of the part | ||
1762 | 2024.05.30 04:10:49.464188 [ 3 ] {ceae59cc-92ee-4fce-890a-862ac397941c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
1763 | 2024.05.30 04:10:49.464255 [ 203 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 30 rows starting from the beginning of the part | ||
1764 | 2024.05.30 04:10:49.464397 [ 191 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 60 rows starting from the beginning of the part | ||
1765 | 2024.05.30 04:10:49.465256 [ 195 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::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 | ||
1766 | 2024.05.30 04:10:49.465442 [ 203 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 56 rows starting from the beginning of the part | ||
1767 | 2024.05.30 04:10:49.465859 [ 195 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 91 rows starting from the beginning of the part | ||
1768 | 2024.05.30 04:10:49.466310 [ 203 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::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 | ||
1769 | 2024.05.30 04:10:49.466639 [ 191 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 60 rows starting from the beginning of the part | ||
1770 | 2024.05.30 04:10:49.466671 [ 3 ] {ceae59cc-92ee-4fce-890a-862ac397941c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1771 | 2024.05.30 04:10:49.466781 [ 203 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 116 rows starting from the beginning of the part | ||
1772 | 2024.05.30 04:10:49.467684 [ 191 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 140 rows starting from the beginning of the part | ||
1773 | 2024.05.30 04:10:49.468345 [ 191 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::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 | ||
1774 | 2024.05.30 04:10:49.469179 [ 191 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 160 rows starting from the beginning of the part | ||
1775 | 2024.05.30 04:10:49.469695 [ 3 ] {ceae59cc-92ee-4fce-890a-862ac397941c} <Trace> oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1776 | 2024.05.30 04:10:49.469888 [ 3 ] {ceae59cc-92ee-4fce-890a-862ac397941c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
1777 | 2024.05.30 04:10:49.476525 [ 3 ] {ceae59cc-92ee-4fce-890a-862ac397941c} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1778 | 2024.05.30 04:10:49.479512 [ 3 ] {ceae59cc-92ee-4fce-890a-862ac397941c} <Trace> oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1779 | 2024.05.30 04:10:49.479582 [ 195 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 299 rows, containing 4 columns (4 merged, 0 gathered) in 0.021083104 sec., 14181.972445803049 rows/sec., 1.11 MiB/sec. | ||
1780 | 2024.05.30 04:10:49.479756 [ 203 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 292 rows, containing 4 columns (4 merged, 0 gathered) in 0.023381246 sec., 12488.641537752093 rows/sec., 1013.10 KiB/sec. | ||
1781 | 2024.05.30 04:10:49.480110 [ 195 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1782 | 2024.05.30 04:10:49.480331 [ 203 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1783 | 2024.05.30 04:10:49.480530 [ 3 ] {ceae59cc-92ee-4fce-890a-862ac397941c} <Debug> executeQuery: Read 20 rows, 27.64 KiB in 0.016956 sec., 1179.523472517103 rows/sec., 1.59 MiB/sec. | ||
1784 | 2024.05.30 04:10:49.481738 [ 3 ] {ceae59cc-92ee-4fce-890a-862ac397941c} <Debug> DynamicQueryHandler: Done processing query | ||
1785 | 2024.05.30 04:10:49.481815 [ 3 ] {ceae59cc-92ee-4fce-890a-862ac397941c} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
1786 | 2024.05.30 04:10:49.482014 [ 3 ] {} <Debug> HTTP-Session: 518fe676-6029-4fc1-9cfe-6928ac44df8b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1787 | 2024.05.30 04:10:49.482269 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 1979, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1788 | 2024.05.30 04:10:49.482339 [ 203 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_6_1} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1789 | 2024.05.30 04:10:49.482436 [ 195 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_6_1} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1790 | 2024.05.30 04:10:49.482456 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1791 | 2024.05.30 04:10:49.482544 [ 3 ] {} <Debug> HTTP-Session: 83af8bc6-dfd9-46d0-bcd5-b0105c0073ba Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
1792 | 2024.05.30 04:10:49.482572 [ 203 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_6_1} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1793 | 2024.05.30 04:10:49.482622 [ 3 ] {} <Debug> HTTP-Session: 83af8bc6-dfd9-46d0-bcd5-b0105c0073ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1794 | 2024.05.30 04:10:49.482672 [ 3 ] {} <Debug> HTTP-Session: 83af8bc6-dfd9-46d0-bcd5-b0105c0073ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1795 | 2024.05.30 04:10:49.482718 [ 195 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_6_1} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1796 | 2024.05.30 04:10:49.482810 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
1797 | 2024.05.30 04:10:49.482831 [ 3 ] {} <Trace> HTTP-Session: 83af8bc6-dfd9-46d0-bcd5-b0105c0073ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1798 | 2024.05.30 04:10:49.483005 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
1799 | 2024.05.30 04:10:49.483109 [ 3 ] {85a7a0a9-60a5-4b88-8b0e-1e5f9d131ee3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
1800 | 2024.05.30 04:10:49.483157 [ 3 ] {85a7a0a9-60a5-4b88-8b0e-1e5f9d131ee3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
1801 | 2024.05.30 04:10:49.483338 [ 3 ] {85a7a0a9-60a5-4b88-8b0e-1e5f9d131ee3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1802 | 2024.05.30 04:10:49.483927 [ 191 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 588 rows, containing 5 columns (5 merged, 0 gathered) in 0.022720834 sec., 25879.33171819309 rows/sec., 1.81 MiB/sec. | ||
1803 | 2024.05.30 04:10:49.484062 [ 3 ] {85a7a0a9-60a5-4b88-8b0e-1e5f9d131ee3} <Trace> oximeter.measurements_i64 (47c87da3-71ba-42a5-b93b-c042f71418c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1804 | 2024.05.30 04:10:49.484114 [ 3 ] {85a7a0a9-60a5-4b88-8b0e-1e5f9d131ee3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
1805 | 2024.05.30 04:10:49.484192 [ 191 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1806 | 2024.05.30 04:10:49.485074 [ 3 ] {85a7a0a9-60a5-4b88-8b0e-1e5f9d131ee3} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1807 | 2024.05.30 04:10:49.485155 [ 191 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1808 | 2024.05.30 04:10:49.485276 [ 191 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1809 | 2024.05.30 04:10:49.485466 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. | ||
1810 | 2024.05.30 04:10:49.485665 [ 3 ] {85a7a0a9-60a5-4b88-8b0e-1e5f9d131ee3} <Trace> oximeter.measurements_i64 (47c87da3-71ba-42a5-b93b-c042f71418c0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1811 | 2024.05.30 04:10:49.485845 [ 3 ] {85a7a0a9-60a5-4b88-8b0e-1e5f9d131ee3} <Debug> executeQuery: Read 12 rows, 926.00 B in 0.002799 sec., 4287.245444801715 rows/sec., 323.08 KiB/sec. | ||
1812 | 2024.05.30 04:10:49.486188 [ 3 ] {85a7a0a9-60a5-4b88-8b0e-1e5f9d131ee3} <Debug> DynamicQueryHandler: Done processing query | ||
1813 | 2024.05.30 04:10:49.486211 [ 3 ] {85a7a0a9-60a5-4b88-8b0e-1e5f9d131ee3} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1814 | 2024.05.30 04:10:49.486226 [ 3 ] {} <Debug> HTTP-Session: 83af8bc6-dfd9-46d0-bcd5-b0105c0073ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1815 | 2024.05.30 04:10:49.486356 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1816 | 2024.05.30 04:10:49.486401 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1817 | 2024.05.30 04:10:49.486418 [ 3 ] {} <Debug> HTTP-Session: f1319900-3a6c-45ae-829d-a8738302b2ab Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
1818 | 2024.05.30 04:10:49.486434 [ 3 ] {} <Debug> HTTP-Session: f1319900-3a6c-45ae-829d-a8738302b2ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1819 | 2024.05.30 04:10:49.486447 [ 3 ] {} <Debug> HTTP-Session: f1319900-3a6c-45ae-829d-a8738302b2ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1820 | 2024.05.30 04:10:49.486475 [ 3 ] {} <Trace> HTTP-Session: f1319900-3a6c-45ae-829d-a8738302b2ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1821 | 2024.05.30 04:10:49.486592 [ 3 ] {214215ec-971e-49b2-8ae2-b00d4fbc2ba8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1822 | 2024.05.30 04:10:49.486633 [ 3 ] {214215ec-971e-49b2-8ae2-b00d4fbc2ba8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1823 | 2024.05.30 04:10:49.486770 [ 3 ] {214215ec-971e-49b2-8ae2-b00d4fbc2ba8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1824 | 2024.05.30 04:10:49.487117 [ 3 ] {214215ec-971e-49b2-8ae2-b00d4fbc2ba8} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1825 | 2024.05.30 04:10:49.487150 [ 3 ] {214215ec-971e-49b2-8ae2-b00d4fbc2ba8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
1826 | 2024.05.30 04:10:49.487489 [ 3 ] {214215ec-971e-49b2-8ae2-b00d4fbc2ba8} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1827 | 2024.05.30 04:10:49.487782 [ 3 ] {214215ec-971e-49b2-8ae2-b00d4fbc2ba8} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1828 | 2024.05.30 04:10:49.488001 [ 83 ] {} <Debug> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1829 | 2024.05.30 04:10:49.488013 [ 3 ] {214215ec-971e-49b2-8ae2-b00d4fbc2ba8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001416 sec., 42372.88135593221 rows/sec., 2.86 MiB/sec. | ||
1830 | 2024.05.30 04:10:49.488049 [ 83 ] {} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1831 | 2024.05.30 04:10:49.488104 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
1832 | 2024.05.30 04:10:49.488281 [ 195 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::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 | ||
1833 | 2024.05.30 04:10:49.488315 [ 3 ] {214215ec-971e-49b2-8ae2-b00d4fbc2ba8} <Debug> DynamicQueryHandler: Done processing query | ||
1834 | 2024.05.30 04:10:49.488360 [ 3 ] {214215ec-971e-49b2-8ae2-b00d4fbc2ba8} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1835 | 2024.05.30 04:10:49.488407 [ 3 ] {} <Debug> HTTP-Session: f1319900-3a6c-45ae-829d-a8738302b2ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1836 | 2024.05.30 04:10:49.488504 [ 195 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1837 | 2024.05.30 04:10:49.488540 [ 195 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part | ||
1838 | 2024.05.30 04:10:49.488648 [ 195 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 30 rows starting from the beginning of the part | ||
1839 | 2024.05.30 04:10:49.488851 [ 195 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 30 rows starting from the beginning of the part | ||
1840 | 2024.05.30 04:10:49.489056 [ 195 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 54 rows starting from the beginning of the part | ||
1841 | 2024.05.30 04:10:49.489196 [ 195 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::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 | ||
1842 | 2024.05.30 04:10:49.489320 [ 195 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 60 rows starting from the beginning of the part | ||
1843 | 2024.05.30 04:10:49.490238 [ 191 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 242 rows, containing 4 columns (4 merged, 0 gathered) in 0.002046786 sec., 118234.14856267338 rows/sec., 7.91 MiB/sec. | ||
1844 | 2024.05.30 04:10:49.490383 [ 188 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1845 | 2024.05.30 04:10:49.490782 [ 188 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_6_1} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1846 | 2024.05.30 04:10:49.490861 [ 188 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_6_1} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1847 | 2024.05.30 04:10:49.490997 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
1848 | 2024.05.30 04:10:54.440459 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 923, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1849 | 2024.05.30 04:10:54.440558 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1850 | 2024.05.30 04:10:54.440581 [ 3 ] {} <Debug> HTTP-Session: e2cec863-63f0-4e44-8e9a-17f426d4933a Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
1851 | 2024.05.30 04:10:54.440602 [ 3 ] {} <Debug> HTTP-Session: e2cec863-63f0-4e44-8e9a-17f426d4933a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1852 | 2024.05.30 04:10:54.440615 [ 3 ] {} <Debug> HTTP-Session: e2cec863-63f0-4e44-8e9a-17f426d4933a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1853 | 2024.05.30 04:10:54.440659 [ 3 ] {} <Trace> HTTP-Session: e2cec863-63f0-4e44-8e9a-17f426d4933a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1854 | 2024.05.30 04:10:54.440860 [ 3 ] {c9d43af7-8f44-405d-b67b-20baecd0c0d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) 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', '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) | ||
1855 | 2024.05.30 04:10:54.441284 [ 3 ] {c9d43af7-8f44-405d-b67b-20baecd0c0d1} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1856 | 2024.05.30 04:10:54.441327 [ 3 ] {c9d43af7-8f44-405d-b67b-20baecd0c0d1} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1857 | 2024.05.30 04:10:54.441617 [ 3 ] {c9d43af7-8f44-405d-b67b-20baecd0c0d1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1858 | 2024.05.30 04:10:54.441692 [ 3 ] {c9d43af7-8f44-405d-b67b-20baecd0c0d1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1859 | 2024.05.30 04:10:54.441851 [ 3 ] {c9d43af7-8f44-405d-b67b-20baecd0c0d1} <Debug> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
1860 | 2024.05.30 04:10:54.442014 [ 256 ] {c9d43af7-8f44-405d-b67b-20baecd0c0d1} <Trace> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1861 | 2024.05.30 04:10:54.442205 [ 258 ] {c9d43af7-8f44-405d-b67b-20baecd0c0d1} <Trace> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
1862 | 2024.05.30 04:10:54.442186 [ 255 ] {c9d43af7-8f44-405d-b67b-20baecd0c0d1} <Trace> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1863 | 2024.05.30 04:10:54.442363 [ 3 ] {c9d43af7-8f44-405d-b67b-20baecd0c0d1} <Debug> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (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 | ||
1864 | 2024.05.30 04:10:54.442395 [ 3 ] {c9d43af7-8f44-405d-b67b-20baecd0c0d1} <Trace> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1865 | 2024.05.30 04:10:54.442504 [ 3 ] {c9d43af7-8f44-405d-b67b-20baecd0c0d1} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1866 | 2024.05.30 04:10:54.442525 [ 3 ] {c9d43af7-8f44-405d-b67b-20baecd0c0d1} <Debug> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Reading approx. 22 rows with 3 streams | ||
1867 | 2024.05.30 04:10:54.442563 [ 3 ] {c9d43af7-8f44-405d-b67b-20baecd0c0d1} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1868 | 2024.05.30 04:10:54.442605 [ 3 ] {c9d43af7-8f44-405d-b67b-20baecd0c0d1} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1869 | 2024.05.30 04:10:54.442640 [ 3 ] {c9d43af7-8f44-405d-b67b-20baecd0c0d1} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1870 | 2024.05.30 04:10:54.444755 [ 3 ] {c9d43af7-8f44-405d-b67b-20baecd0c0d1} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.003972 sec., 5538.77139979859 rows/sec., 231.85 KiB/sec. | ||
1871 | 2024.05.30 04:10:54.445189 [ 3 ] {c9d43af7-8f44-405d-b67b-20baecd0c0d1} <Debug> DynamicQueryHandler: Done processing query | ||
1872 | 2024.05.30 04:10:54.445214 [ 3 ] {c9d43af7-8f44-405d-b67b-20baecd0c0d1} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
1873 | 2024.05.30 04:10:54.445230 [ 3 ] {} <Debug> HTTP-Session: e2cec863-63f0-4e44-8e9a-17f426d4933a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1874 | 2024.05.30 04:10:54.445469 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 961, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1875 | 2024.05.30 04:10:54.445518 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1876 | 2024.05.30 04:10:54.445536 [ 3 ] {} <Debug> HTTP-Session: 9ab983a7-35b2-42cf-8acd-e159d228b02b Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
1877 | 2024.05.30 04:10:54.445552 [ 3 ] {} <Debug> HTTP-Session: 9ab983a7-35b2-42cf-8acd-e159d228b02b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1878 | 2024.05.30 04:10:54.445564 [ 3 ] {} <Debug> HTTP-Session: 9ab983a7-35b2-42cf-8acd-e159d228b02b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1879 | 2024.05.30 04:10:54.445597 [ 3 ] {} <Trace> HTTP-Session: 9ab983a7-35b2-42cf-8acd-e159d228b02b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1880 | 2024.05.30 04:10:54.445740 [ 3 ] {d4232f07-6c10-48fc-868d-8362008436a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) 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', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1881 | 2024.05.30 04:10:54.446003 [ 3 ] {d4232f07-6c10-48fc-868d-8362008436a3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1882 | 2024.05.30 04:10:54.446042 [ 3 ] {d4232f07-6c10-48fc-868d-8362008436a3} <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', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1883 | 2024.05.30 04:10:54.446373 [ 3 ] {d4232f07-6c10-48fc-868d-8362008436a3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1884 | 2024.05.30 04:10:54.446434 [ 3 ] {d4232f07-6c10-48fc-868d-8362008436a3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1885 | 2024.05.30 04:10:54.446566 [ 3 ] {d4232f07-6c10-48fc-868d-8362008436a3} <Debug> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
1886 | 2024.05.30 04:10:54.446757 [ 255 ] {d4232f07-6c10-48fc-868d-8362008436a3} <Trace> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1887 | 2024.05.30 04:10:54.446777 [ 256 ] {d4232f07-6c10-48fc-868d-8362008436a3} <Trace> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1888 | 2024.05.30 04:10:54.446790 [ 259 ] {d4232f07-6c10-48fc-868d-8362008436a3} <Trace> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
1889 | 2024.05.30 04:10:54.446972 [ 3 ] {d4232f07-6c10-48fc-868d-8362008436a3} <Debug> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (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 | ||
1890 | 2024.05.30 04:10:54.447000 [ 3 ] {d4232f07-6c10-48fc-868d-8362008436a3} <Trace> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1891 | 2024.05.30 04:10:54.447175 [ 3 ] {d4232f07-6c10-48fc-868d-8362008436a3} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1892 | 2024.05.30 04:10:54.447196 [ 3 ] {d4232f07-6c10-48fc-868d-8362008436a3} <Debug> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Reading approx. 22 rows with 3 streams | ||
1893 | 2024.05.30 04:10:54.447234 [ 3 ] {d4232f07-6c10-48fc-868d-8362008436a3} <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', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1894 | 2024.05.30 04:10:54.447271 [ 3 ] {d4232f07-6c10-48fc-868d-8362008436a3} <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', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1895 | 2024.05.30 04:10:54.447307 [ 3 ] {d4232f07-6c10-48fc-868d-8362008436a3} <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', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1896 | 2024.05.30 04:10:54.448984 [ 3 ] {d4232f07-6c10-48fc-868d-8362008436a3} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.003319 sec., 6628.502561012353 rows/sec., 277.46 KiB/sec. | ||
1897 | 2024.05.30 04:10:54.449433 [ 3 ] {d4232f07-6c10-48fc-868d-8362008436a3} <Debug> DynamicQueryHandler: Done processing query | ||
1898 | 2024.05.30 04:10:54.449514 [ 3 ] {d4232f07-6c10-48fc-868d-8362008436a3} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
1899 | 2024.05.30 04:10:54.449531 [ 3 ] {} <Debug> HTTP-Session: 9ab983a7-35b2-42cf-8acd-e159d228b02b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1900 | 2024.05.30 04:10:54.449751 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 995, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1901 | 2024.05.30 04:10:54.449811 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1902 | 2024.05.30 04:10:54.449835 [ 3 ] {} <Debug> HTTP-Session: a39f6031-bd3d-465f-8d53-bb33c0b0afbc Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
1903 | 2024.05.30 04:10:54.449858 [ 3 ] {} <Debug> HTTP-Session: a39f6031-bd3d-465f-8d53-bb33c0b0afbc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1904 | 2024.05.30 04:10:54.449876 [ 3 ] {} <Debug> HTTP-Session: a39f6031-bd3d-465f-8d53-bb33c0b0afbc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1905 | 2024.05.30 04:10:54.449915 [ 3 ] {} <Trace> HTTP-Session: a39f6031-bd3d-465f-8d53-bb33c0b0afbc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1906 | 2024.05.30 04:10:54.450153 [ 3 ] {b683336a-ad9d-4919-8c7e-76d1df67a805} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) 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', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1907 | 2024.05.30 04:10:54.450461 [ 3 ] {b683336a-ad9d-4919-8c7e-76d1df67a805} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1908 | 2024.05.30 04:10:54.450516 [ 3 ] {b683336a-ad9d-4919-8c7e-76d1df67a805} <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', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1909 | 2024.05.30 04:10:54.450818 [ 3 ] {b683336a-ad9d-4919-8c7e-76d1df67a805} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1910 | 2024.05.30 04:10:54.450884 [ 3 ] {b683336a-ad9d-4919-8c7e-76d1df67a805} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1911 | 2024.05.30 04:10:54.451031 [ 3 ] {b683336a-ad9d-4919-8c7e-76d1df67a805} <Debug> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
1912 | 2024.05.30 04:10:54.451222 [ 263 ] {b683336a-ad9d-4919-8c7e-76d1df67a805} <Trace> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1913 | 2024.05.30 04:10:54.451281 [ 255 ] {b683336a-ad9d-4919-8c7e-76d1df67a805} <Trace> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
1914 | 2024.05.30 04:10:54.451283 [ 256 ] {b683336a-ad9d-4919-8c7e-76d1df67a805} <Trace> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1915 | 2024.05.30 04:10:54.451407 [ 3 ] {b683336a-ad9d-4919-8c7e-76d1df67a805} <Debug> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (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 | ||
1916 | 2024.05.30 04:10:54.451441 [ 3 ] {b683336a-ad9d-4919-8c7e-76d1df67a805} <Trace> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1917 | 2024.05.30 04:10:54.451546 [ 3 ] {b683336a-ad9d-4919-8c7e-76d1df67a805} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1918 | 2024.05.30 04:10:54.451567 [ 3 ] {b683336a-ad9d-4919-8c7e-76d1df67a805} <Debug> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Reading approx. 22 rows with 3 streams | ||
1919 | 2024.05.30 04:10:54.451607 [ 3 ] {b683336a-ad9d-4919-8c7e-76d1df67a805} <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', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1920 | 2024.05.30 04:10:54.451648 [ 3 ] {b683336a-ad9d-4919-8c7e-76d1df67a805} <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', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1921 | 2024.05.30 04:10:54.451687 [ 3 ] {b683336a-ad9d-4919-8c7e-76d1df67a805} <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', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1922 | 2024.05.30 04:10:54.453396 [ 3 ] {b683336a-ad9d-4919-8c7e-76d1df67a805} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.00333 sec., 6606.606606606607 rows/sec., 276.55 KiB/sec. | ||
1923 | 2024.05.30 04:10:54.453728 [ 3 ] {b683336a-ad9d-4919-8c7e-76d1df67a805} <Debug> DynamicQueryHandler: Done processing query | ||
1924 | 2024.05.30 04:10:54.453754 [ 3 ] {b683336a-ad9d-4919-8c7e-76d1df67a805} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
1925 | 2024.05.30 04:10:54.453770 [ 3 ] {} <Debug> HTTP-Session: a39f6031-bd3d-465f-8d53-bb33c0b0afbc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1926 | 2024.05.30 04:10:54.454001 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 1032, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1927 | 2024.05.30 04:10:54.454057 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1928 | 2024.05.30 04:10:54.454078 [ 3 ] {} <Debug> HTTP-Session: f0d90e8e-13d2-4da7-a24b-747522a1d61f Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
1929 | 2024.05.30 04:10:54.454096 [ 3 ] {} <Debug> HTTP-Session: f0d90e8e-13d2-4da7-a24b-747522a1d61f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1930 | 2024.05.30 04:10:54.454176 [ 3 ] {} <Debug> HTTP-Session: f0d90e8e-13d2-4da7-a24b-747522a1d61f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1931 | 2024.05.30 04:10:54.454215 [ 3 ] {} <Trace> HTTP-Session: f0d90e8e-13d2-4da7-a24b-747522a1d61f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1932 | 2024.05.30 04:10:54.454400 [ 3 ] {8dd41810-ce78-4600-be90-71d9dc790cc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) 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', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1933 | 2024.05.30 04:10:54.454757 [ 3 ] {8dd41810-ce78-4600-be90-71d9dc790cc9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1934 | 2024.05.30 04:10:54.454799 [ 3 ] {8dd41810-ce78-4600-be90-71d9dc790cc9} <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', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1935 | 2024.05.30 04:10:54.455081 [ 3 ] {8dd41810-ce78-4600-be90-71d9dc790cc9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1936 | 2024.05.30 04:10:54.455247 [ 3 ] {8dd41810-ce78-4600-be90-71d9dc790cc9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1937 | 2024.05.30 04:10:54.455421 [ 3 ] {8dd41810-ce78-4600-be90-71d9dc790cc9} <Debug> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
1938 | 2024.05.30 04:10:54.455592 [ 256 ] {8dd41810-ce78-4600-be90-71d9dc790cc9} <Trace> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1939 | 2024.05.30 04:10:54.455597 [ 259 ] {8dd41810-ce78-4600-be90-71d9dc790cc9} <Trace> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1940 | 2024.05.30 04:10:54.455614 [ 260 ] {8dd41810-ce78-4600-be90-71d9dc790cc9} <Trace> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
1941 | 2024.05.30 04:10:54.455770 [ 3 ] {8dd41810-ce78-4600-be90-71d9dc790cc9} <Debug> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (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 | ||
1942 | 2024.05.30 04:10:54.455840 [ 3 ] {8dd41810-ce78-4600-be90-71d9dc790cc9} <Trace> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1943 | 2024.05.30 04:10:54.455961 [ 3 ] {8dd41810-ce78-4600-be90-71d9dc790cc9} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1944 | 2024.05.30 04:10:54.455985 [ 3 ] {8dd41810-ce78-4600-be90-71d9dc790cc9} <Debug> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Reading approx. 22 rows with 3 streams | ||
1945 | 2024.05.30 04:10:54.456029 [ 3 ] {8dd41810-ce78-4600-be90-71d9dc790cc9} <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', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1946 | 2024.05.30 04:10:54.456094 [ 3 ] {8dd41810-ce78-4600-be90-71d9dc790cc9} <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', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1947 | 2024.05.30 04:10:54.456211 [ 3 ] {8dd41810-ce78-4600-be90-71d9dc790cc9} <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', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1948 | 2024.05.30 04:10:54.457907 [ 3 ] {8dd41810-ce78-4600-be90-71d9dc790cc9} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.003625 sec., 6068.965517241379 rows/sec., 254.04 KiB/sec. | ||
1949 | 2024.05.30 04:10:54.458298 [ 3 ] {8dd41810-ce78-4600-be90-71d9dc790cc9} <Debug> DynamicQueryHandler: Done processing query | ||
1950 | 2024.05.30 04:10:54.458323 [ 3 ] {8dd41810-ce78-4600-be90-71d9dc790cc9} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
1951 | 2024.05.30 04:10:54.458338 [ 3 ] {} <Debug> HTTP-Session: f0d90e8e-13d2-4da7-a24b-747522a1d61f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1952 | 2024.05.30 04:10:54.458538 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 1071, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1953 | 2024.05.30 04:10:54.458586 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1954 | 2024.05.30 04:10:54.458604 [ 3 ] {} <Debug> HTTP-Session: 542f5cdb-7d29-4ba6-9ceb-c36aa6771126 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
1955 | 2024.05.30 04:10:54.458619 [ 3 ] {} <Debug> HTTP-Session: 542f5cdb-7d29-4ba6-9ceb-c36aa6771126 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1956 | 2024.05.30 04:10:54.458632 [ 3 ] {} <Debug> HTTP-Session: 542f5cdb-7d29-4ba6-9ceb-c36aa6771126 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1957 | 2024.05.30 04:10:54.458662 [ 3 ] {} <Trace> HTTP-Session: 542f5cdb-7d29-4ba6-9ceb-c36aa6771126 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1958 | 2024.05.30 04:10:54.458805 [ 3 ] {7762ea4d-3e83-4bfb-8a13-3bf58e8a5bcd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) 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', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1959 | 2024.05.30 04:10:54.459068 [ 3 ] {7762ea4d-3e83-4bfb-8a13-3bf58e8a5bcd} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1960 | 2024.05.30 04:10:54.459107 [ 3 ] {7762ea4d-3e83-4bfb-8a13-3bf58e8a5bcd} <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', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1961 | 2024.05.30 04:10:54.459440 [ 3 ] {7762ea4d-3e83-4bfb-8a13-3bf58e8a5bcd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1962 | 2024.05.30 04:10:54.459502 [ 3 ] {7762ea4d-3e83-4bfb-8a13-3bf58e8a5bcd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1963 | 2024.05.30 04:10:54.459635 [ 3 ] {7762ea4d-3e83-4bfb-8a13-3bf58e8a5bcd} <Debug> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
1964 | 2024.05.30 04:10:54.459765 [ 255 ] {7762ea4d-3e83-4bfb-8a13-3bf58e8a5bcd} <Trace> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1965 | 2024.05.30 04:10:54.459794 [ 258 ] {7762ea4d-3e83-4bfb-8a13-3bf58e8a5bcd} <Trace> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
1966 | 2024.05.30 04:10:54.459795 [ 256 ] {7762ea4d-3e83-4bfb-8a13-3bf58e8a5bcd} <Trace> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1967 | 2024.05.30 04:10:54.459927 [ 3 ] {7762ea4d-3e83-4bfb-8a13-3bf58e8a5bcd} <Debug> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (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 | ||
1968 | 2024.05.30 04:10:54.459955 [ 3 ] {7762ea4d-3e83-4bfb-8a13-3bf58e8a5bcd} <Trace> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1969 | 2024.05.30 04:10:54.460054 [ 3 ] {7762ea4d-3e83-4bfb-8a13-3bf58e8a5bcd} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1970 | 2024.05.30 04:10:54.460073 [ 3 ] {7762ea4d-3e83-4bfb-8a13-3bf58e8a5bcd} <Debug> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Reading approx. 22 rows with 3 streams | ||
1971 | 2024.05.30 04:10:54.460110 [ 3 ] {7762ea4d-3e83-4bfb-8a13-3bf58e8a5bcd} <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', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1972 | 2024.05.30 04:10:54.460215 [ 3 ] {7762ea4d-3e83-4bfb-8a13-3bf58e8a5bcd} <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', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1973 | 2024.05.30 04:10:54.460250 [ 3 ] {7762ea4d-3e83-4bfb-8a13-3bf58e8a5bcd} <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', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1974 | 2024.05.30 04:10:54.461865 [ 3 ] {7762ea4d-3e83-4bfb-8a13-3bf58e8a5bcd} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.003122 sec., 7046.764894298526 rows/sec., 294.97 KiB/sec. | ||
1975 | 2024.05.30 04:10:54.462238 [ 3 ] {7762ea4d-3e83-4bfb-8a13-3bf58e8a5bcd} <Debug> DynamicQueryHandler: Done processing query | ||
1976 | 2024.05.30 04:10:54.462262 [ 3 ] {7762ea4d-3e83-4bfb-8a13-3bf58e8a5bcd} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
1977 | 2024.05.30 04:10:54.462277 [ 3 ] {} <Debug> HTTP-Session: 542f5cdb-7d29-4ba6-9ceb-c36aa6771126 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1978 | 2024.05.30 04:10:54.462485 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 1104, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1979 | 2024.05.30 04:10:54.462532 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1980 | 2024.05.30 04:10:54.462550 [ 3 ] {} <Debug> HTTP-Session: 9854ee9d-2b2a-42f5-8cd4-525b9ebe7848 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
1981 | 2024.05.30 04:10:54.462565 [ 3 ] {} <Debug> HTTP-Session: 9854ee9d-2b2a-42f5-8cd4-525b9ebe7848 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1982 | 2024.05.30 04:10:54.462577 [ 3 ] {} <Debug> HTTP-Session: 9854ee9d-2b2a-42f5-8cd4-525b9ebe7848 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1983 | 2024.05.30 04:10:54.462606 [ 3 ] {} <Trace> HTTP-Session: 9854ee9d-2b2a-42f5-8cd4-525b9ebe7848 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1984 | 2024.05.30 04:10:54.462742 [ 3 ] {16b5501e-36ff-4726-867b-51f05cf1d67b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) 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', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1985 | 2024.05.30 04:10:54.463006 [ 3 ] {16b5501e-36ff-4726-867b-51f05cf1d67b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1986 | 2024.05.30 04:10:54.463046 [ 3 ] {16b5501e-36ff-4726-867b-51f05cf1d67b} <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', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1987 | 2024.05.30 04:10:54.463380 [ 3 ] {16b5501e-36ff-4726-867b-51f05cf1d67b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1988 | 2024.05.30 04:10:54.463440 [ 3 ] {16b5501e-36ff-4726-867b-51f05cf1d67b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1989 | 2024.05.30 04:10:54.463572 [ 3 ] {16b5501e-36ff-4726-867b-51f05cf1d67b} <Debug> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
1990 | 2024.05.30 04:10:54.463749 [ 256 ] {16b5501e-36ff-4726-867b-51f05cf1d67b} <Trace> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1991 | 2024.05.30 04:10:54.463761 [ 259 ] {16b5501e-36ff-4726-867b-51f05cf1d67b} <Trace> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1992 | 2024.05.30 04:10:54.463754 [ 261 ] {16b5501e-36ff-4726-867b-51f05cf1d67b} <Trace> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
1993 | 2024.05.30 04:10:54.463931 [ 3 ] {16b5501e-36ff-4726-867b-51f05cf1d67b} <Debug> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (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 | ||
1994 | 2024.05.30 04:10:54.463954 [ 3 ] {16b5501e-36ff-4726-867b-51f05cf1d67b} <Trace> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1995 | 2024.05.30 04:10:54.464051 [ 3 ] {16b5501e-36ff-4726-867b-51f05cf1d67b} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1996 | 2024.05.30 04:10:54.464070 [ 3 ] {16b5501e-36ff-4726-867b-51f05cf1d67b} <Debug> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Reading approx. 22 rows with 3 streams | ||
1997 | 2024.05.30 04:10:54.464107 [ 3 ] {16b5501e-36ff-4726-867b-51f05cf1d67b} <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', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1998 | 2024.05.30 04:10:54.464212 [ 3 ] {16b5501e-36ff-4726-867b-51f05cf1d67b} <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', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1999 | 2024.05.30 04:10:54.464249 [ 3 ] {16b5501e-36ff-4726-867b-51f05cf1d67b} <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', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2000 | 2024.05.30 04:10:54.465865 [ 3 ] {16b5501e-36ff-4726-867b-51f05cf1d67b} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.003187 sec., 6903.043614684656 rows/sec., 288.95 KiB/sec. | ||
2001 | 2024.05.30 04:10:54.466226 [ 3 ] {16b5501e-36ff-4726-867b-51f05cf1d67b} <Debug> DynamicQueryHandler: Done processing query | ||
2002 | 2024.05.30 04:10:54.466249 [ 3 ] {16b5501e-36ff-4726-867b-51f05cf1d67b} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2003 | 2024.05.30 04:10:54.466264 [ 3 ] {} <Debug> HTTP-Session: 9854ee9d-2b2a-42f5-8cd4-525b9ebe7848 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2004 | 2024.05.30 04:10:54.480948 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 1942, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2005 | 2024.05.30 04:10:54.481002 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2006 | 2024.05.30 04:10:54.481024 [ 3 ] {} <Debug> HTTP-Session: 846629ee-865e-44c2-9cc8-c7b495ca4117 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
2007 | 2024.05.30 04:10:54.481043 [ 3 ] {} <Debug> HTTP-Session: 846629ee-865e-44c2-9cc8-c7b495ca4117 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2008 | 2024.05.30 04:10:54.481058 [ 3 ] {} <Debug> HTTP-Session: 846629ee-865e-44c2-9cc8-c7b495ca4117 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2009 | 2024.05.30 04:10:54.481093 [ 3 ] {} <Trace> HTTP-Session: 846629ee-865e-44c2-9cc8-c7b495ca4117 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2010 | 2024.05.30 04:10:54.481287 [ 3 ] {8be36bdd-767f-43b0-9161-88007a5094f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
2011 | 2024.05.30 04:10:54.481338 [ 3 ] {8be36bdd-767f-43b0-9161-88007a5094f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2012 | 2024.05.30 04:10:54.481527 [ 3 ] {8be36bdd-767f-43b0-9161-88007a5094f7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2013 | 2024.05.30 04:10:54.481852 [ 3 ] {8be36bdd-767f-43b0-9161-88007a5094f7} <Trace> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2014 | 2024.05.30 04:10:54.481887 [ 3 ] {8be36bdd-767f-43b0-9161-88007a5094f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
2015 | 2024.05.30 04:10:54.482406 [ 3 ] {8be36bdd-767f-43b0-9161-88007a5094f7} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2016 | 2024.05.30 04:10:54.482703 [ 3 ] {8be36bdd-767f-43b0-9161-88007a5094f7} <Trace> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2017 | 2024.05.30 04:10:54.482833 [ 3 ] {8be36bdd-767f-43b0-9161-88007a5094f7} <Debug> executeQuery: Read 6 rows, 996.00 B in 0.001627 sec., 3687.768899815612 rows/sec., 597.82 KiB/sec. | ||
2018 | 2024.05.30 04:10:54.482977 [ 3 ] {8be36bdd-767f-43b0-9161-88007a5094f7} <Debug> DynamicQueryHandler: Done processing query | ||
2019 | 2024.05.30 04:10:54.483000 [ 3 ] {8be36bdd-767f-43b0-9161-88007a5094f7} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
2020 | 2024.05.30 04:10:54.483015 [ 3 ] {} <Debug> HTTP-Session: 846629ee-865e-44c2-9cc8-c7b495ca4117 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2021 | 2024.05.30 04:10:54.483140 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 12733, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2022 | 2024.05.30 04:10:54.483184 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2023 | 2024.05.30 04:10:54.483268 [ 3 ] {} <Debug> HTTP-Session: e1300345-f468-4579-8a6b-f4539b523f96 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
2024 | 2024.05.30 04:10:54.483287 [ 3 ] {} <Debug> HTTP-Session: e1300345-f468-4579-8a6b-f4539b523f96 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2025 | 2024.05.30 04:10:54.483299 [ 3 ] {} <Debug> HTTP-Session: e1300345-f468-4579-8a6b-f4539b523f96 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2026 | 2024.05.30 04:10:54.483327 [ 3 ] {} <Trace> HTTP-Session: e1300345-f468-4579-8a6b-f4539b523f96 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2027 | 2024.05.30 04:10:54.483443 [ 3 ] {4807aaac-acc9-4986-ae9f-75d1c09a4715} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2028 | 2024.05.30 04:10:54.483483 [ 3 ] {4807aaac-acc9-4986-ae9f-75d1c09a4715} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2029 | 2024.05.30 04:10:54.483596 [ 3 ] {4807aaac-acc9-4986-ae9f-75d1c09a4715} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2030 | 2024.05.30 04:10:54.483903 [ 3 ] {4807aaac-acc9-4986-ae9f-75d1c09a4715} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2031 | 2024.05.30 04:10:54.483938 [ 3 ] {4807aaac-acc9-4986-ae9f-75d1c09a4715} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
2032 | 2024.05.30 04:10:54.484298 [ 3 ] {4807aaac-acc9-4986-ae9f-75d1c09a4715} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2033 | 2024.05.30 04:10:54.484585 [ 3 ] {4807aaac-acc9-4986-ae9f-75d1c09a4715} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2034 | 2024.05.30 04:10:54.484703 [ 3 ] {4807aaac-acc9-4986-ae9f-75d1c09a4715} <Debug> executeQuery: Read 92 rows, 7.14 KiB in 0.001322 sec., 69591.52798789712 rows/sec., 5.28 MiB/sec. | ||
2035 | 2024.05.30 04:10:54.484839 [ 3 ] {4807aaac-acc9-4986-ae9f-75d1c09a4715} <Debug> DynamicQueryHandler: Done processing query | ||
2036 | 2024.05.30 04:10:54.484861 [ 3 ] {4807aaac-acc9-4986-ae9f-75d1c09a4715} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
2037 | 2024.05.30 04:10:54.484876 [ 3 ] {} <Debug> HTTP-Session: e1300345-f468-4579-8a6b-f4539b523f96 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2038 | 2024.05.30 04:10:54.485006 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 14914, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2039 | 2024.05.30 04:10:54.485050 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2040 | 2024.05.30 04:10:54.485068 [ 3 ] {} <Debug> HTTP-Session: b7352486-0062-4be6-8662-11ade6992203 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
2041 | 2024.05.30 04:10:54.485083 [ 3 ] {} <Debug> HTTP-Session: b7352486-0062-4be6-8662-11ade6992203 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2042 | 2024.05.30 04:10:54.485096 [ 3 ] {} <Debug> HTTP-Session: b7352486-0062-4be6-8662-11ade6992203 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2043 | 2024.05.30 04:10:54.485123 [ 3 ] {} <Trace> HTTP-Session: b7352486-0062-4be6-8662-11ade6992203 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2044 | 2024.05.30 04:10:54.485298 [ 3 ] {a5219223-b503-4b3d-954f-d579e17e3ac4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2045 | 2024.05.30 04:10:54.485337 [ 3 ] {a5219223-b503-4b3d-954f-d579e17e3ac4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2046 | 2024.05.30 04:10:54.485450 [ 3 ] {a5219223-b503-4b3d-954f-d579e17e3ac4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2047 | 2024.05.30 04:10:54.485745 [ 3 ] {a5219223-b503-4b3d-954f-d579e17e3ac4} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2048 | 2024.05.30 04:10:54.485779 [ 3 ] {a5219223-b503-4b3d-954f-d579e17e3ac4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
2049 | 2024.05.30 04:10:54.486069 [ 3 ] {a5219223-b503-4b3d-954f-d579e17e3ac4} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2050 | 2024.05.30 04:10:54.486428 [ 3 ] {a5219223-b503-4b3d-954f-d579e17e3ac4} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2051 | 2024.05.30 04:10:54.486546 [ 3 ] {a5219223-b503-4b3d-954f-d579e17e3ac4} <Debug> executeQuery: Read 88 rows, 7.01 KiB in 0.001306 sec., 67381.3169984686 rows/sec., 5.24 MiB/sec. | ||
2052 | 2024.05.30 04:10:54.486682 [ 3 ] {a5219223-b503-4b3d-954f-d579e17e3ac4} <Debug> DynamicQueryHandler: Done processing query | ||
2053 | 2024.05.30 04:10:54.486705 [ 3 ] {a5219223-b503-4b3d-954f-d579e17e3ac4} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
2054 | 2024.05.30 04:10:54.486720 [ 3 ] {} <Debug> HTTP-Session: b7352486-0062-4be6-8662-11ade6992203 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2055 | 2024.05.30 04:10:54.487295 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 67478, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2056 | 2024.05.30 04:10:54.487340 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2057 | 2024.05.30 04:10:54.487357 [ 3 ] {} <Debug> HTTP-Session: c09b66f3-46c5-4be9-90dd-d934696d5a6b Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
2058 | 2024.05.30 04:10:54.487372 [ 3 ] {} <Debug> HTTP-Session: c09b66f3-46c5-4be9-90dd-d934696d5a6b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2059 | 2024.05.30 04:10:54.487385 [ 3 ] {} <Debug> HTTP-Session: c09b66f3-46c5-4be9-90dd-d934696d5a6b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2060 | 2024.05.30 04:10:54.487412 [ 3 ] {} <Trace> HTTP-Session: c09b66f3-46c5-4be9-90dd-d934696d5a6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2061 | 2024.05.30 04:10:54.487727 [ 3 ] {421c2e80-8a7c-4c6f-8253-a894e84dcda2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2062 | 2024.05.30 04:10:54.487770 [ 3 ] {421c2e80-8a7c-4c6f-8253-a894e84dcda2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2063 | 2024.05.30 04:10:54.487900 [ 3 ] {421c2e80-8a7c-4c6f-8253-a894e84dcda2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2064 | 2024.05.30 04:10:54.488456 [ 3 ] {421c2e80-8a7c-4c6f-8253-a894e84dcda2} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2065 | 2024.05.30 04:10:54.488489 [ 3 ] {421c2e80-8a7c-4c6f-8253-a894e84dcda2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
2066 | 2024.05.30 04:10:54.488854 [ 3 ] {421c2e80-8a7c-4c6f-8253-a894e84dcda2} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2067 | 2024.05.30 04:10:54.489177 [ 3 ] {421c2e80-8a7c-4c6f-8253-a894e84dcda2} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2068 | 2024.05.30 04:10:54.489360 [ 3 ] {421c2e80-8a7c-4c6f-8253-a894e84dcda2} <Debug> executeQuery: Read 352 rows, 25.29 KiB in 0.001839 sec., 191408.3741163676 rows/sec., 13.43 MiB/sec. | ||
2069 | 2024.05.30 04:10:54.489502 [ 3 ] {421c2e80-8a7c-4c6f-8253-a894e84dcda2} <Debug> DynamicQueryHandler: Done processing query | ||
2070 | 2024.05.30 04:10:54.489525 [ 3 ] {421c2e80-8a7c-4c6f-8253-a894e84dcda2} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
2071 | 2024.05.30 04:10:54.489539 [ 3 ] {} <Debug> HTTP-Session: c09b66f3-46c5-4be9-90dd-d934696d5a6b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2072 | 2024.05.30 04:10:54.489677 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2073 | 2024.05.30 04:10:54.489721 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2074 | 2024.05.30 04:10:54.489738 [ 3 ] {} <Debug> HTTP-Session: 27c03b7b-3c34-40a3-b467-7b566dda0bfd Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
2075 | 2024.05.30 04:10:54.489753 [ 3 ] {} <Debug> HTTP-Session: 27c03b7b-3c34-40a3-b467-7b566dda0bfd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2076 | 2024.05.30 04:10:54.489765 [ 3 ] {} <Debug> HTTP-Session: 27c03b7b-3c34-40a3-b467-7b566dda0bfd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2077 | 2024.05.30 04:10:54.489793 [ 3 ] {} <Trace> HTTP-Session: 27c03b7b-3c34-40a3-b467-7b566dda0bfd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2078 | 2024.05.30 04:10:54.489895 [ 3 ] {ff75de2f-d621-4f08-b55b-f6bef6958f91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2079 | 2024.05.30 04:10:54.489934 [ 3 ] {ff75de2f-d621-4f08-b55b-f6bef6958f91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2080 | 2024.05.30 04:10:54.490050 [ 3 ] {ff75de2f-d621-4f08-b55b-f6bef6958f91} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2081 | 2024.05.30 04:10:54.490486 [ 3 ] {ff75de2f-d621-4f08-b55b-f6bef6958f91} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2082 | 2024.05.30 04:10:54.490519 [ 3 ] {ff75de2f-d621-4f08-b55b-f6bef6958f91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
2083 | 2024.05.30 04:10:54.490851 [ 3 ] {ff75de2f-d621-4f08-b55b-f6bef6958f91} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2084 | 2024.05.30 04:10:54.491141 [ 3 ] {ff75de2f-d621-4f08-b55b-f6bef6958f91} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2085 | 2024.05.30 04:10:54.491319 [ 3 ] {ff75de2f-d621-4f08-b55b-f6bef6958f91} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001415 sec., 42402.826855123676 rows/sec., 2.86 MiB/sec. | ||
2086 | 2024.05.30 04:10:54.491500 [ 3 ] {ff75de2f-d621-4f08-b55b-f6bef6958f91} <Debug> DynamicQueryHandler: Done processing query | ||
2087 | 2024.05.30 04:10:54.491522 [ 3 ] {ff75de2f-d621-4f08-b55b-f6bef6958f91} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2088 | 2024.05.30 04:10:54.491537 [ 3 ] {} <Debug> HTTP-Session: 27c03b7b-3c34-40a3-b467-7b566dda0bfd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2089 | 2024.05.30 04:10:58.103226 [ 73 ] {} <Debug> DNSResolver: Updating DNS cache | ||
2090 | 2024.05.30 04:10:58.103272 [ 73 ] {} <Debug> DNSResolver: Updated DNS cache | ||
2091 | 2024.05.30 04:10:59.465308 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 2920, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2092 | 2024.05.30 04:10:59.465487 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2093 | 2024.05.30 04:10:59.465583 [ 3 ] {} <Debug> HTTP-Session: c29e9d16-b3f5-425b-b341-36fff92dea5c Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
2094 | 2024.05.30 04:10:59.465610 [ 3 ] {} <Debug> HTTP-Session: c29e9d16-b3f5-425b-b341-36fff92dea5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2095 | 2024.05.30 04:10:59.465628 [ 3 ] {} <Debug> HTTP-Session: c29e9d16-b3f5-425b-b341-36fff92dea5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2096 | 2024.05.30 04:10:59.465688 [ 3 ] {} <Trace> HTTP-Session: c29e9d16-b3f5-425b-b341-36fff92dea5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2097 | 2024.05.30 04:10:59.465901 [ 3 ] {0d8186b6-3476-49ae-ae88-c968a76782d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2098 | 2024.05.30 04:10:59.465972 [ 3 ] {0d8186b6-3476-49ae-ae88-c968a76782d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2099 | 2024.05.30 04:10:59.466160 [ 3 ] {0d8186b6-3476-49ae-ae88-c968a76782d9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2100 | 2024.05.30 04:10:59.466677 [ 3 ] {0d8186b6-3476-49ae-ae88-c968a76782d9} <Trace> oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2101 | 2024.05.30 04:10:59.466722 [ 3 ] {0d8186b6-3476-49ae-ae88-c968a76782d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
2102 | 2024.05.30 04:10:59.467160 [ 3 ] {0d8186b6-3476-49ae-ae88-c968a76782d9} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2103 | 2024.05.30 04:10:59.467607 [ 3 ] {0d8186b6-3476-49ae-ae88-c968a76782d9} <Trace> oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2104 | 2024.05.30 04:10:59.467752 [ 3 ] {0d8186b6-3476-49ae-ae88-c968a76782d9} <Debug> executeQuery: Read 20 rows, 1.62 KiB in 0.001902 sec., 10515.247108307045 rows/sec., 852.31 KiB/sec. | ||
2105 | 2024.05.30 04:10:59.468134 [ 3 ] {0d8186b6-3476-49ae-ae88-c968a76782d9} <Debug> DynamicQueryHandler: Done processing query | ||
2106 | 2024.05.30 04:10:59.468164 [ 3 ] {0d8186b6-3476-49ae-ae88-c968a76782d9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2107 | 2024.05.30 04:10:59.468183 [ 3 ] {} <Debug> HTTP-Session: c29e9d16-b3f5-425b-b341-36fff92dea5c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2108 | 2024.05.30 04:10:59.468329 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 16855, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2109 | 2024.05.30 04:10:59.468386 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2110 | 2024.05.30 04:10:59.468406 [ 3 ] {} <Debug> HTTP-Session: b1b71084-3eee-4f92-acfa-92a6fedff92b Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
2111 | 2024.05.30 04:10:59.468489 [ 3 ] {} <Debug> HTTP-Session: b1b71084-3eee-4f92-acfa-92a6fedff92b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2112 | 2024.05.30 04:10:59.468503 [ 3 ] {} <Debug> HTTP-Session: b1b71084-3eee-4f92-acfa-92a6fedff92b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2113 | 2024.05.30 04:10:59.468537 [ 3 ] {} <Trace> HTTP-Session: b1b71084-3eee-4f92-acfa-92a6fedff92b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2114 | 2024.05.30 04:10:59.468674 [ 3 ] {cacad1b5-9ff1-49ff-aa04-843e23832496} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2115 | 2024.05.30 04:10:59.468720 [ 3 ] {cacad1b5-9ff1-49ff-aa04-843e23832496} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2116 | 2024.05.30 04:10:59.468863 [ 3 ] {cacad1b5-9ff1-49ff-aa04-843e23832496} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2117 | 2024.05.30 04:10:59.469281 [ 3 ] {cacad1b5-9ff1-49ff-aa04-843e23832496} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2118 | 2024.05.30 04:10:59.469318 [ 3 ] {cacad1b5-9ff1-49ff-aa04-843e23832496} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
2119 | 2024.05.30 04:10:59.469699 [ 3 ] {cacad1b5-9ff1-49ff-aa04-843e23832496} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2120 | 2024.05.30 04:10:59.470001 [ 3 ] {cacad1b5-9ff1-49ff-aa04-843e23832496} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2121 | 2024.05.30 04:10:59.470121 [ 3 ] {cacad1b5-9ff1-49ff-aa04-843e23832496} <Debug> executeQuery: Read 116 rows, 9.80 KiB in 0.001529 sec., 75866.57946370177 rows/sec., 6.26 MiB/sec. | ||
2122 | 2024.05.30 04:10:59.470321 [ 3 ] {cacad1b5-9ff1-49ff-aa04-843e23832496} <Debug> DynamicQueryHandler: Done processing query | ||
2123 | 2024.05.30 04:10:59.470349 [ 3 ] {cacad1b5-9ff1-49ff-aa04-843e23832496} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
2124 | 2024.05.30 04:10:59.470369 [ 3 ] {} <Debug> HTTP-Session: b1b71084-3eee-4f92-acfa-92a6fedff92b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2125 | 2024.05.30 04:10:59.470569 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 14261, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2126 | 2024.05.30 04:10:59.470618 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2127 | 2024.05.30 04:10:59.470637 [ 3 ] {} <Debug> HTTP-Session: e8f3f7ff-a3a1-473a-9503-0677f30257f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
2128 | 2024.05.30 04:10:59.470654 [ 3 ] {} <Debug> HTTP-Session: e8f3f7ff-a3a1-473a-9503-0677f30257f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2129 | 2024.05.30 04:10:59.470667 [ 3 ] {} <Debug> HTTP-Session: e8f3f7ff-a3a1-473a-9503-0677f30257f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2130 | 2024.05.30 04:10:59.470698 [ 3 ] {} <Trace> HTTP-Session: e8f3f7ff-a3a1-473a-9503-0677f30257f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2131 | 2024.05.30 04:10:59.470842 [ 3 ] {23fca5d4-45da-45b5-9c42-3bf48cc747b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2132 | 2024.05.30 04:10:59.470893 [ 3 ] {23fca5d4-45da-45b5-9c42-3bf48cc747b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2133 | 2024.05.30 04:10:59.471044 [ 3 ] {23fca5d4-45da-45b5-9c42-3bf48cc747b7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2134 | 2024.05.30 04:10:59.471512 [ 3 ] {23fca5d4-45da-45b5-9c42-3bf48cc747b7} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2135 | 2024.05.30 04:10:59.471548 [ 3 ] {23fca5d4-45da-45b5-9c42-3bf48cc747b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
2136 | 2024.05.30 04:10:59.471841 [ 3 ] {23fca5d4-45da-45b5-9c42-3bf48cc747b7} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2137 | 2024.05.30 04:10:59.472131 [ 3 ] {23fca5d4-45da-45b5-9c42-3bf48cc747b7} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2138 | 2024.05.30 04:10:59.472248 [ 3 ] {23fca5d4-45da-45b5-9c42-3bf48cc747b7} <Debug> executeQuery: Read 84 rows, 6.72 KiB in 0.001499 sec., 56037.35823882589 rows/sec., 4.38 MiB/sec. | ||
2139 | 2024.05.30 04:10:59.472560 [ 3 ] {23fca5d4-45da-45b5-9c42-3bf48cc747b7} <Debug> DynamicQueryHandler: Done processing query | ||
2140 | 2024.05.30 04:10:59.472593 [ 3 ] {23fca5d4-45da-45b5-9c42-3bf48cc747b7} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
2141 | 2024.05.30 04:10:59.472610 [ 3 ] {} <Debug> HTTP-Session: e8f3f7ff-a3a1-473a-9503-0677f30257f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2142 | 2024.05.30 04:10:59.472797 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 30552, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2143 | 2024.05.30 04:10:59.472853 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2144 | 2024.05.30 04:10:59.472872 [ 3 ] {} <Debug> HTTP-Session: b99ecadb-e114-4d68-b3b7-66e8e4358d08 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
2145 | 2024.05.30 04:10:59.472889 [ 3 ] {} <Debug> HTTP-Session: b99ecadb-e114-4d68-b3b7-66e8e4358d08 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2146 | 2024.05.30 04:10:59.472903 [ 3 ] {} <Debug> HTTP-Session: b99ecadb-e114-4d68-b3b7-66e8e4358d08 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2147 | 2024.05.30 04:10:59.472934 [ 3 ] {} <Trace> HTTP-Session: b99ecadb-e114-4d68-b3b7-66e8e4358d08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2148 | 2024.05.30 04:10:59.473096 [ 3 ] {a0e7d03d-d07f-42fa-9a89-0b8c1849ff2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2149 | 2024.05.30 04:10:59.473144 [ 3 ] {a0e7d03d-d07f-42fa-9a89-0b8c1849ff2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2150 | 2024.05.30 04:10:59.473296 [ 3 ] {a0e7d03d-d07f-42fa-9a89-0b8c1849ff2e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2151 | 2024.05.30 04:10:59.473752 [ 3 ] {a0e7d03d-d07f-42fa-9a89-0b8c1849ff2e} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2152 | 2024.05.30 04:10:59.473788 [ 3 ] {a0e7d03d-d07f-42fa-9a89-0b8c1849ff2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
2153 | 2024.05.30 04:10:59.474169 [ 3 ] {a0e7d03d-d07f-42fa-9a89-0b8c1849ff2e} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2154 | 2024.05.30 04:10:59.474544 [ 3 ] {a0e7d03d-d07f-42fa-9a89-0b8c1849ff2e} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2155 | 2024.05.30 04:10:59.474662 [ 3 ] {a0e7d03d-d07f-42fa-9a89-0b8c1849ff2e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00161 sec., 99378.88198757764 rows/sec., 6.92 MiB/sec. | ||
2156 | 2024.05.30 04:10:59.474824 [ 3 ] {a0e7d03d-d07f-42fa-9a89-0b8c1849ff2e} <Debug> DynamicQueryHandler: Done processing query | ||
2157 | 2024.05.30 04:10:59.474847 [ 3 ] {a0e7d03d-d07f-42fa-9a89-0b8c1849ff2e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
2158 | 2024.05.30 04:10:59.474863 [ 3 ] {} <Debug> HTTP-Session: b99ecadb-e114-4d68-b3b7-66e8e4358d08 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2159 | 2024.05.30 04:10:59.475005 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 21437, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2160 | 2024.05.30 04:10:59.475054 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2161 | 2024.05.30 04:10:59.475073 [ 3 ] {} <Debug> HTTP-Session: c222d5c7-29ec-405e-9a89-2e73133a9590 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
2162 | 2024.05.30 04:10:59.475089 [ 3 ] {} <Debug> HTTP-Session: c222d5c7-29ec-405e-9a89-2e73133a9590 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2163 | 2024.05.30 04:10:59.475102 [ 3 ] {} <Debug> HTTP-Session: c222d5c7-29ec-405e-9a89-2e73133a9590 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2164 | 2024.05.30 04:10:59.475133 [ 3 ] {} <Trace> HTTP-Session: c222d5c7-29ec-405e-9a89-2e73133a9590 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2165 | 2024.05.30 04:10:59.475322 [ 3 ] {308fd00b-5aee-4c29-b428-c5a5a9eff2d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2166 | 2024.05.30 04:10:59.475368 [ 3 ] {308fd00b-5aee-4c29-b428-c5a5a9eff2d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
2167 | 2024.05.30 04:10:59.475579 [ 3 ] {308fd00b-5aee-4c29-b428-c5a5a9eff2d5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2168 | 2024.05.30 04:10:59.475959 [ 3 ] {308fd00b-5aee-4c29-b428-c5a5a9eff2d5} <Trace> oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2169 | 2024.05.30 04:10:59.475992 [ 3 ] {308fd00b-5aee-4c29-b428-c5a5a9eff2d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
2170 | 2024.05.30 04:10:59.476355 [ 3 ] {308fd00b-5aee-4c29-b428-c5a5a9eff2d5} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2171 | 2024.05.30 04:10:59.476728 [ 3 ] {308fd00b-5aee-4c29-b428-c5a5a9eff2d5} <Trace> oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2172 | 2024.05.30 04:10:59.476850 [ 3 ] {308fd00b-5aee-4c29-b428-c5a5a9eff2d5} <Debug> executeQuery: Read 20 rows, 27.64 KiB in 0.001613 sec., 12399.25604463732 rows/sec., 16.73 MiB/sec. | ||
2173 | 2024.05.30 04:10:59.477235 [ 3 ] {308fd00b-5aee-4c29-b428-c5a5a9eff2d5} <Debug> DynamicQueryHandler: Done processing query | ||
2174 | 2024.05.30 04:10:59.477258 [ 3 ] {308fd00b-5aee-4c29-b428-c5a5a9eff2d5} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
2175 | 2024.05.30 04:10:59.477273 [ 3 ] {} <Debug> HTTP-Session: c222d5c7-29ec-405e-9a89-2e73133a9590 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2176 | 2024.05.30 04:10:59.477402 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2177 | 2024.05.30 04:10:59.477513 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2178 | 2024.05.30 04:10:59.477531 [ 3 ] {} <Debug> HTTP-Session: c7184cab-9369-45f4-95ae-b1fb6d2af8a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
2179 | 2024.05.30 04:10:59.477547 [ 3 ] {} <Debug> HTTP-Session: c7184cab-9369-45f4-95ae-b1fb6d2af8a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2180 | 2024.05.30 04:10:59.477560 [ 3 ] {} <Debug> HTTP-Session: c7184cab-9369-45f4-95ae-b1fb6d2af8a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2181 | 2024.05.30 04:10:59.477589 [ 3 ] {} <Trace> HTTP-Session: c7184cab-9369-45f4-95ae-b1fb6d2af8a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2182 | 2024.05.30 04:10:59.477707 [ 3 ] {0b5cba9c-8984-4a08-b4c7-aaa0675d858d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2183 | 2024.05.30 04:10:59.477749 [ 3 ] {0b5cba9c-8984-4a08-b4c7-aaa0675d858d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2184 | 2024.05.30 04:10:59.477878 [ 3 ] {0b5cba9c-8984-4a08-b4c7-aaa0675d858d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2185 | 2024.05.30 04:10:59.478147 [ 3 ] {0b5cba9c-8984-4a08-b4c7-aaa0675d858d} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2186 | 2024.05.30 04:10:59.478181 [ 3 ] {0b5cba9c-8984-4a08-b4c7-aaa0675d858d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
2187 | 2024.05.30 04:10:59.478571 [ 3 ] {0b5cba9c-8984-4a08-b4c7-aaa0675d858d} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2188 | 2024.05.30 04:10:59.478867 [ 3 ] {0b5cba9c-8984-4a08-b4c7-aaa0675d858d} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2189 | 2024.05.30 04:10:59.478991 [ 3 ] {0b5cba9c-8984-4a08-b4c7-aaa0675d858d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00135 sec., 44444.444444444445 rows/sec., 3.00 MiB/sec. | ||
2190 | 2024.05.30 04:10:59.479184 [ 3 ] {0b5cba9c-8984-4a08-b4c7-aaa0675d858d} <Debug> DynamicQueryHandler: Done processing query | ||
2191 | 2024.05.30 04:10:59.479206 [ 3 ] {0b5cba9c-8984-4a08-b4c7-aaa0675d858d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2192 | 2024.05.30 04:10:59.479221 [ 3 ] {} <Debug> HTTP-Session: c7184cab-9369-45f4-95ae-b1fb6d2af8a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2193 | 2024.05.30 04:11:04.478902 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 7798, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2194 | 2024.05.30 04:11:04.479010 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2195 | 2024.05.30 04:11:04.479035 [ 3 ] {} <Debug> HTTP-Session: 7e8a71f1-1313-4a43-a900-9f924ca2ab97 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
2196 | 2024.05.30 04:11:04.479130 [ 3 ] {} <Debug> HTTP-Session: 7e8a71f1-1313-4a43-a900-9f924ca2ab97 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2197 | 2024.05.30 04:11:04.479192 [ 3 ] {} <Debug> HTTP-Session: 7e8a71f1-1313-4a43-a900-9f924ca2ab97 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2198 | 2024.05.30 04:11:04.479273 [ 3 ] {} <Trace> HTTP-Session: 7e8a71f1-1313-4a43-a900-9f924ca2ab97 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2199 | 2024.05.30 04:11:04.479474 [ 3 ] {48e118b8-9cb5-463c-bc20-d83a270519bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2200 | 2024.05.30 04:11:04.479543 [ 3 ] {48e118b8-9cb5-463c-bc20-d83a270519bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2201 | 2024.05.30 04:11:04.479741 [ 3 ] {48e118b8-9cb5-463c-bc20-d83a270519bc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2202 | 2024.05.30 04:11:04.480223 [ 3 ] {48e118b8-9cb5-463c-bc20-d83a270519bc} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2203 | 2024.05.30 04:11:04.480270 [ 3 ] {48e118b8-9cb5-463c-bc20-d83a270519bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
2204 | 2024.05.30 04:11:04.480661 [ 3 ] {48e118b8-9cb5-463c-bc20-d83a270519bc} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2205 | 2024.05.30 04:11:04.481062 [ 3 ] {48e118b8-9cb5-463c-bc20-d83a270519bc} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2206 | 2024.05.30 04:11:04.481301 [ 3 ] {48e118b8-9cb5-463c-bc20-d83a270519bc} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001877 sec., 29834.84283431007 rows/sec., 2.28 MiB/sec. | ||
2207 | 2024.05.30 04:11:04.481494 [ 3 ] {48e118b8-9cb5-463c-bc20-d83a270519bc} <Debug> DynamicQueryHandler: Done processing query | ||
2208 | 2024.05.30 04:11:04.481520 [ 3 ] {48e118b8-9cb5-463c-bc20-d83a270519bc} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2209 | 2024.05.30 04:11:04.481537 [ 3 ] {} <Debug> HTTP-Session: 7e8a71f1-1313-4a43-a900-9f924ca2ab97 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2210 | 2024.05.30 04:11:04.481664 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 10872, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2211 | 2024.05.30 04:11:04.481716 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2212 | 2024.05.30 04:11:04.481734 [ 3 ] {} <Debug> HTTP-Session: acb03e36-930f-4266-a1fa-767ddf4c3a4c Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
2213 | 2024.05.30 04:11:04.481752 [ 3 ] {} <Debug> HTTP-Session: acb03e36-930f-4266-a1fa-767ddf4c3a4c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2214 | 2024.05.30 04:11:04.481765 [ 3 ] {} <Debug> HTTP-Session: acb03e36-930f-4266-a1fa-767ddf4c3a4c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2215 | 2024.05.30 04:11:04.481799 [ 3 ] {} <Trace> HTTP-Session: acb03e36-930f-4266-a1fa-767ddf4c3a4c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2216 | 2024.05.30 04:11:04.481916 [ 3 ] {10733b65-03d0-4e02-8bc9-e3ce22d5c2a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2217 | 2024.05.30 04:11:04.481960 [ 3 ] {10733b65-03d0-4e02-8bc9-e3ce22d5c2a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2218 | 2024.05.30 04:11:04.482148 [ 3 ] {10733b65-03d0-4e02-8bc9-e3ce22d5c2a5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2219 | 2024.05.30 04:11:04.482491 [ 3 ] {10733b65-03d0-4e02-8bc9-e3ce22d5c2a5} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2220 | 2024.05.30 04:11:04.482527 [ 3 ] {10733b65-03d0-4e02-8bc9-e3ce22d5c2a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
2221 | 2024.05.30 04:11:04.482824 [ 3 ] {10733b65-03d0-4e02-8bc9-e3ce22d5c2a5} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2222 | 2024.05.30 04:11:04.483197 [ 3 ] {10733b65-03d0-4e02-8bc9-e3ce22d5c2a5} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2223 | 2024.05.30 04:11:04.483345 [ 3 ] {10733b65-03d0-4e02-8bc9-e3ce22d5c2a5} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001426 sec., 44880.78541374474 rows/sec., 3.50 MiB/sec. | ||
2224 | 2024.05.30 04:11:04.483498 [ 3 ] {10733b65-03d0-4e02-8bc9-e3ce22d5c2a5} <Debug> DynamicQueryHandler: Done processing query | ||
2225 | 2024.05.30 04:11:04.483522 [ 3 ] {10733b65-03d0-4e02-8bc9-e3ce22d5c2a5} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
2226 | 2024.05.30 04:11:04.483536 [ 3 ] {} <Debug> HTTP-Session: acb03e36-930f-4266-a1fa-767ddf4c3a4c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2227 | 2024.05.30 04:11:04.483727 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 30552, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2228 | 2024.05.30 04:11:04.483773 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2229 | 2024.05.30 04:11:04.483791 [ 3 ] {} <Debug> HTTP-Session: c6898bcb-482e-4758-b6e5-58de46d7aae9 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
2230 | 2024.05.30 04:11:04.483806 [ 3 ] {} <Debug> HTTP-Session: c6898bcb-482e-4758-b6e5-58de46d7aae9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2231 | 2024.05.30 04:11:04.483819 [ 3 ] {} <Debug> HTTP-Session: c6898bcb-482e-4758-b6e5-58de46d7aae9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2232 | 2024.05.30 04:11:04.483847 [ 3 ] {} <Trace> HTTP-Session: c6898bcb-482e-4758-b6e5-58de46d7aae9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2233 | 2024.05.30 04:11:04.483978 [ 3 ] {23de7674-1201-41dc-b072-81c099a03732} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2234 | 2024.05.30 04:11:04.484025 [ 3 ] {23de7674-1201-41dc-b072-81c099a03732} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2235 | 2024.05.30 04:11:04.484226 [ 3 ] {23de7674-1201-41dc-b072-81c099a03732} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2236 | 2024.05.30 04:11:04.484657 [ 3 ] {23de7674-1201-41dc-b072-81c099a03732} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2237 | 2024.05.30 04:11:04.484697 [ 3 ] {23de7674-1201-41dc-b072-81c099a03732} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
2238 | 2024.05.30 04:11:04.485155 [ 3 ] {23de7674-1201-41dc-b072-81c099a03732} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2239 | 2024.05.30 04:11:04.485492 [ 3 ] {23de7674-1201-41dc-b072-81c099a03732} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2240 | 2024.05.30 04:11:04.485642 [ 3 ] {23de7674-1201-41dc-b072-81c099a03732} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001697 sec., 94284.03064230997 rows/sec., 6.57 MiB/sec. | ||
2241 | 2024.05.30 04:11:04.485796 [ 3 ] {23de7674-1201-41dc-b072-81c099a03732} <Debug> DynamicQueryHandler: Done processing query | ||
2242 | 2024.05.30 04:11:04.485819 [ 3 ] {23de7674-1201-41dc-b072-81c099a03732} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
2243 | 2024.05.30 04:11:04.485834 [ 3 ] {} <Debug> HTTP-Session: c6898bcb-482e-4758-b6e5-58de46d7aae9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2244 | 2024.05.30 04:11:04.485954 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2245 | 2024.05.30 04:11:04.486008 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2246 | 2024.05.30 04:11:04.486028 [ 3 ] {} <Debug> HTTP-Session: acb3fdd1-8783-45dd-b55b-c7e7afbd2188 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
2247 | 2024.05.30 04:11:04.486044 [ 3 ] {} <Debug> HTTP-Session: acb3fdd1-8783-45dd-b55b-c7e7afbd2188 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2248 | 2024.05.30 04:11:04.486057 [ 3 ] {} <Debug> HTTP-Session: acb3fdd1-8783-45dd-b55b-c7e7afbd2188 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2249 | 2024.05.30 04:11:04.486156 [ 3 ] {} <Trace> HTTP-Session: acb3fdd1-8783-45dd-b55b-c7e7afbd2188 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2250 | 2024.05.30 04:11:04.486273 [ 3 ] {ca474c1f-7847-41c5-ba62-27345c93be1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2251 | 2024.05.30 04:11:04.486315 [ 3 ] {ca474c1f-7847-41c5-ba62-27345c93be1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2252 | 2024.05.30 04:11:04.486435 [ 3 ] {ca474c1f-7847-41c5-ba62-27345c93be1f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2253 | 2024.05.30 04:11:04.486718 [ 3 ] {ca474c1f-7847-41c5-ba62-27345c93be1f} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2254 | 2024.05.30 04:11:04.486753 [ 3 ] {ca474c1f-7847-41c5-ba62-27345c93be1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
2255 | 2024.05.30 04:11:04.487172 [ 3 ] {ca474c1f-7847-41c5-ba62-27345c93be1f} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2256 | 2024.05.30 04:11:04.487480 [ 3 ] {ca474c1f-7847-41c5-ba62-27345c93be1f} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2257 | 2024.05.30 04:11:04.487642 [ 3 ] {ca474c1f-7847-41c5-ba62-27345c93be1f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001428 sec., 42016.80672268908 rows/sec., 2.83 MiB/sec. | ||
2258 | 2024.05.30 04:11:04.487791 [ 3 ] {ca474c1f-7847-41c5-ba62-27345c93be1f} <Debug> DynamicQueryHandler: Done processing query | ||
2259 | 2024.05.30 04:11:04.487816 [ 3 ] {ca474c1f-7847-41c5-ba62-27345c93be1f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2260 | 2024.05.30 04:11:04.487830 [ 3 ] {} <Debug> HTTP-Session: acb3fdd1-8783-45dd-b55b-c7e7afbd2188 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2261 | 2024.05.30 04:11:09.492814 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 2920, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2262 | 2024.05.30 04:11:09.492930 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2263 | 2024.05.30 04:11:09.492956 [ 3 ] {} <Debug> HTTP-Session: 2cd95f93-bce8-4517-bff7-3a9df9edf1b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
2264 | 2024.05.30 04:11:09.492979 [ 3 ] {} <Debug> HTTP-Session: 2cd95f93-bce8-4517-bff7-3a9df9edf1b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2265 | 2024.05.30 04:11:09.492993 [ 3 ] {} <Debug> HTTP-Session: 2cd95f93-bce8-4517-bff7-3a9df9edf1b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2266 | 2024.05.30 04:11:09.493039 [ 3 ] {} <Trace> HTTP-Session: 2cd95f93-bce8-4517-bff7-3a9df9edf1b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2267 | 2024.05.30 04:11:09.493217 [ 3 ] {a2b086d0-3536-4e68-a5be-f30f24740a74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2268 | 2024.05.30 04:11:09.493281 [ 3 ] {a2b086d0-3536-4e68-a5be-f30f24740a74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2269 | 2024.05.30 04:11:09.493458 [ 3 ] {a2b086d0-3536-4e68-a5be-f30f24740a74} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2270 | 2024.05.30 04:11:09.493862 [ 3 ] {a2b086d0-3536-4e68-a5be-f30f24740a74} <Trace> oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2271 | 2024.05.30 04:11:09.493907 [ 3 ] {a2b086d0-3536-4e68-a5be-f30f24740a74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
2272 | 2024.05.30 04:11:09.494279 [ 3 ] {a2b086d0-3536-4e68-a5be-f30f24740a74} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2273 | 2024.05.30 04:11:09.494619 [ 3 ] {a2b086d0-3536-4e68-a5be-f30f24740a74} <Trace> oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2274 | 2024.05.30 04:11:09.494827 [ 3 ] {a2b086d0-3536-4e68-a5be-f30f24740a74} <Debug> executeQuery: Read 20 rows, 1.62 KiB in 0.001632 sec., 12254.901960784315 rows/sec., 993.32 KiB/sec. | ||
2275 | 2024.05.30 04:11:09.495056 [ 3 ] {a2b086d0-3536-4e68-a5be-f30f24740a74} <Debug> DynamicQueryHandler: Done processing query | ||
2276 | 2024.05.30 04:11:09.495083 [ 3 ] {a2b086d0-3536-4e68-a5be-f30f24740a74} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2277 | 2024.05.30 04:11:09.495099 [ 3 ] {} <Debug> HTTP-Session: 2cd95f93-bce8-4517-bff7-3a9df9edf1b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2278 | 2024.05.30 04:11:09.495304 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 16855, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2279 | 2024.05.30 04:11:09.495355 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2280 | 2024.05.30 04:11:09.495374 [ 3 ] {} <Debug> HTTP-Session: e13e9799-39f7-4ee0-8819-846e94d7d996 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
2281 | 2024.05.30 04:11:09.495392 [ 3 ] {} <Debug> HTTP-Session: e13e9799-39f7-4ee0-8819-846e94d7d996 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2282 | 2024.05.30 04:11:09.495406 [ 3 ] {} <Debug> HTTP-Session: e13e9799-39f7-4ee0-8819-846e94d7d996 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2283 | 2024.05.30 04:11:09.495442 [ 3 ] {} <Trace> HTTP-Session: e13e9799-39f7-4ee0-8819-846e94d7d996 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2284 | 2024.05.30 04:11:09.495578 [ 3 ] {4c395534-ead5-4838-ab74-3f97b78076b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2285 | 2024.05.30 04:11:09.495623 [ 3 ] {4c395534-ead5-4838-ab74-3f97b78076b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2286 | 2024.05.30 04:11:09.495813 [ 3 ] {4c395534-ead5-4838-ab74-3f97b78076b6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2287 | 2024.05.30 04:11:09.496148 [ 3 ] {4c395534-ead5-4838-ab74-3f97b78076b6} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2288 | 2024.05.30 04:11:09.496184 [ 3 ] {4c395534-ead5-4838-ab74-3f97b78076b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
2289 | 2024.05.30 04:11:09.496517 [ 3 ] {4c395534-ead5-4838-ab74-3f97b78076b6} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2290 | 2024.05.30 04:11:09.496920 [ 3 ] {4c395534-ead5-4838-ab74-3f97b78076b6} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2291 | 2024.05.30 04:11:09.497052 [ 3 ] {4c395534-ead5-4838-ab74-3f97b78076b6} <Debug> executeQuery: Read 116 rows, 9.80 KiB in 0.001492 sec., 77747.9892761394 rows/sec., 6.41 MiB/sec. | ||
2292 | 2024.05.30 04:11:09.497311 [ 3 ] {4c395534-ead5-4838-ab74-3f97b78076b6} <Debug> DynamicQueryHandler: Done processing query | ||
2293 | 2024.05.30 04:11:09.497336 [ 3 ] {4c395534-ead5-4838-ab74-3f97b78076b6} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
2294 | 2024.05.30 04:11:09.497352 [ 3 ] {} <Debug> HTTP-Session: e13e9799-39f7-4ee0-8819-846e94d7d996 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2295 | 2024.05.30 04:11:09.497496 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 14261, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2296 | 2024.05.30 04:11:09.497543 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2297 | 2024.05.30 04:11:09.497563 [ 3 ] {} <Debug> HTTP-Session: ed87e773-9759-4a96-b71c-7760bdc73940 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
2298 | 2024.05.30 04:11:09.497579 [ 3 ] {} <Debug> HTTP-Session: ed87e773-9759-4a96-b71c-7760bdc73940 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2299 | 2024.05.30 04:11:09.497592 [ 3 ] {} <Debug> HTTP-Session: ed87e773-9759-4a96-b71c-7760bdc73940 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2300 | 2024.05.30 04:11:09.497623 [ 3 ] {} <Trace> HTTP-Session: ed87e773-9759-4a96-b71c-7760bdc73940 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2301 | 2024.05.30 04:11:09.497806 [ 3 ] {846427d6-730a-42c5-b0fa-8abf2be72eb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2302 | 2024.05.30 04:11:09.497850 [ 3 ] {846427d6-730a-42c5-b0fa-8abf2be72eb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2303 | 2024.05.30 04:11:09.497991 [ 3 ] {846427d6-730a-42c5-b0fa-8abf2be72eb9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2304 | 2024.05.30 04:11:09.498288 [ 3 ] {846427d6-730a-42c5-b0fa-8abf2be72eb9} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2305 | 2024.05.30 04:11:09.498323 [ 3 ] {846427d6-730a-42c5-b0fa-8abf2be72eb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
2306 | 2024.05.30 04:11:09.498615 [ 3 ] {846427d6-730a-42c5-b0fa-8abf2be72eb9} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2307 | 2024.05.30 04:11:09.498980 [ 3 ] {846427d6-730a-42c5-b0fa-8abf2be72eb9} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2308 | 2024.05.30 04:11:09.499145 [ 3 ] {846427d6-730a-42c5-b0fa-8abf2be72eb9} <Debug> executeQuery: Read 84 rows, 6.72 KiB in 0.001403 sec., 59871.70349251604 rows/sec., 4.68 MiB/sec. | ||
2309 | 2024.05.30 04:11:09.499304 [ 3 ] {846427d6-730a-42c5-b0fa-8abf2be72eb9} <Debug> DynamicQueryHandler: Done processing query | ||
2310 | 2024.05.30 04:11:09.499337 [ 3 ] {846427d6-730a-42c5-b0fa-8abf2be72eb9} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
2311 | 2024.05.30 04:11:09.499357 [ 3 ] {} <Debug> HTTP-Session: ed87e773-9759-4a96-b71c-7760bdc73940 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2312 | 2024.05.30 04:11:09.499533 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 30562, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2313 | 2024.05.30 04:11:09.499585 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2314 | 2024.05.30 04:11:09.499605 [ 3 ] {} <Debug> HTTP-Session: 38446622-ef71-4188-a79e-91bf6fe11c98 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
2315 | 2024.05.30 04:11:09.499621 [ 3 ] {} <Debug> HTTP-Session: 38446622-ef71-4188-a79e-91bf6fe11c98 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2316 | 2024.05.30 04:11:09.499634 [ 3 ] {} <Debug> HTTP-Session: 38446622-ef71-4188-a79e-91bf6fe11c98 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2317 | 2024.05.30 04:11:09.499665 [ 3 ] {} <Trace> HTTP-Session: 38446622-ef71-4188-a79e-91bf6fe11c98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2318 | 2024.05.30 04:11:09.499871 [ 3 ] {161a7bdb-a985-4bf0-ab7e-d577ed0deae8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2319 | 2024.05.30 04:11:09.499918 [ 3 ] {161a7bdb-a985-4bf0-ab7e-d577ed0deae8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2320 | 2024.05.30 04:11:09.500055 [ 3 ] {161a7bdb-a985-4bf0-ab7e-d577ed0deae8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2321 | 2024.05.30 04:11:09.500403 [ 3 ] {161a7bdb-a985-4bf0-ab7e-d577ed0deae8} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2322 | 2024.05.30 04:11:09.500436 [ 3 ] {161a7bdb-a985-4bf0-ab7e-d577ed0deae8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
2323 | 2024.05.30 04:11:09.500905 [ 3 ] {161a7bdb-a985-4bf0-ab7e-d577ed0deae8} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2324 | 2024.05.30 04:11:09.501255 [ 3 ] {161a7bdb-a985-4bf0-ab7e-d577ed0deae8} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2325 | 2024.05.30 04:11:09.501379 [ 3 ] {161a7bdb-a985-4bf0-ab7e-d577ed0deae8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001607 sec., 99564.40572495334 rows/sec., 6.93 MiB/sec. | ||
2326 | 2024.05.30 04:11:09.501530 [ 3 ] {161a7bdb-a985-4bf0-ab7e-d577ed0deae8} <Debug> DynamicQueryHandler: Done processing query | ||
2327 | 2024.05.30 04:11:09.501557 [ 3 ] {161a7bdb-a985-4bf0-ab7e-d577ed0deae8} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
2328 | 2024.05.30 04:11:09.501574 [ 3 ] {} <Debug> HTTP-Session: 38446622-ef71-4188-a79e-91bf6fe11c98 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2329 | 2024.05.30 04:11:09.501810 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 21437, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2330 | 2024.05.30 04:11:09.501865 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2331 | 2024.05.30 04:11:09.501889 [ 3 ] {} <Debug> HTTP-Session: 26bbbeb7-f961-4fc1-90c0-284089292a62 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
2332 | 2024.05.30 04:11:09.501911 [ 3 ] {} <Debug> HTTP-Session: 26bbbeb7-f961-4fc1-90c0-284089292a62 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2333 | 2024.05.30 04:11:09.501929 [ 3 ] {} <Debug> HTTP-Session: 26bbbeb7-f961-4fc1-90c0-284089292a62 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2334 | 2024.05.30 04:11:09.501967 [ 3 ] {} <Trace> HTTP-Session: 26bbbeb7-f961-4fc1-90c0-284089292a62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2335 | 2024.05.30 04:11:09.502236 [ 3 ] {82c0c591-a19e-4596-b87b-7dd300ff2935} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2336 | 2024.05.30 04:11:09.502288 [ 3 ] {82c0c591-a19e-4596-b87b-7dd300ff2935} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
2337 | 2024.05.30 04:11:09.502458 [ 3 ] {82c0c591-a19e-4596-b87b-7dd300ff2935} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2338 | 2024.05.30 04:11:09.502927 [ 3 ] {82c0c591-a19e-4596-b87b-7dd300ff2935} <Trace> oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2339 | 2024.05.30 04:11:09.502962 [ 3 ] {82c0c591-a19e-4596-b87b-7dd300ff2935} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
2340 | 2024.05.30 04:11:09.503384 [ 3 ] {82c0c591-a19e-4596-b87b-7dd300ff2935} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2341 | 2024.05.30 04:11:09.503808 [ 3 ] {82c0c591-a19e-4596-b87b-7dd300ff2935} <Trace> oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2342 | 2024.05.30 04:11:09.503929 [ 3 ] {82c0c591-a19e-4596-b87b-7dd300ff2935} <Debug> executeQuery: Read 20 rows, 27.64 KiB in 0.00186 sec., 10752.68817204301 rows/sec., 14.51 MiB/sec. | ||
2343 | 2024.05.30 04:11:09.504171 [ 3 ] {82c0c591-a19e-4596-b87b-7dd300ff2935} <Debug> DynamicQueryHandler: Done processing query | ||
2344 | 2024.05.30 04:11:09.504195 [ 3 ] {82c0c591-a19e-4596-b87b-7dd300ff2935} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
2345 | 2024.05.30 04:11:09.504211 [ 3 ] {} <Debug> HTTP-Session: 26bbbeb7-f961-4fc1-90c0-284089292a62 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2346 | 2024.05.30 04:11:09.504362 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2347 | 2024.05.30 04:11:09.504417 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2348 | 2024.05.30 04:11:09.504436 [ 3 ] {} <Debug> HTTP-Session: a2afe496-8ae3-49c8-aef8-96c1b024f429 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
2349 | 2024.05.30 04:11:09.504453 [ 3 ] {} <Debug> HTTP-Session: a2afe496-8ae3-49c8-aef8-96c1b024f429 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2350 | 2024.05.30 04:11:09.504466 [ 3 ] {} <Debug> HTTP-Session: a2afe496-8ae3-49c8-aef8-96c1b024f429 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2351 | 2024.05.30 04:11:09.504495 [ 3 ] {} <Trace> HTTP-Session: a2afe496-8ae3-49c8-aef8-96c1b024f429 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2352 | 2024.05.30 04:11:09.504627 [ 3 ] {f3bd9323-a5ad-4eb1-85ae-c57e06887590} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2353 | 2024.05.30 04:11:09.504679 [ 3 ] {f3bd9323-a5ad-4eb1-85ae-c57e06887590} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2354 | 2024.05.30 04:11:09.504878 [ 3 ] {f3bd9323-a5ad-4eb1-85ae-c57e06887590} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2355 | 2024.05.30 04:11:09.505213 [ 3 ] {f3bd9323-a5ad-4eb1-85ae-c57e06887590} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2356 | 2024.05.30 04:11:09.505248 [ 3 ] {f3bd9323-a5ad-4eb1-85ae-c57e06887590} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
2357 | 2024.05.30 04:11:09.505591 [ 3 ] {f3bd9323-a5ad-4eb1-85ae-c57e06887590} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2358 | 2024.05.30 04:11:09.505971 [ 3 ] {f3bd9323-a5ad-4eb1-85ae-c57e06887590} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2359 | 2024.05.30 04:11:09.506115 [ 3 ] {f3bd9323-a5ad-4eb1-85ae-c57e06887590} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001477 sec., 40622.88422477996 rows/sec., 2.74 MiB/sec. | ||
2360 | 2024.05.30 04:11:09.506272 [ 3 ] {f3bd9323-a5ad-4eb1-85ae-c57e06887590} <Debug> DynamicQueryHandler: Done processing query | ||
2361 | 2024.05.30 04:11:09.506295 [ 3 ] {f3bd9323-a5ad-4eb1-85ae-c57e06887590} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2362 | 2024.05.30 04:11:09.506311 [ 3 ] {} <Debug> HTTP-Session: a2afe496-8ae3-49c8-aef8-96c1b024f429 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2363 | 2024.05.30 04:11:13.103377 [ 56 ] {} <Debug> DNSResolver: Updating DNS cache | ||
2364 | 2024.05.30 04:11:13.103431 [ 56 ] {} <Debug> DNSResolver: Updated DNS cache | ||
2365 | 2024.05.30 04:11:14.493199 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 7798, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2366 | 2024.05.30 04:11:14.493334 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2367 | 2024.05.30 04:11:14.493363 [ 3 ] {} <Debug> HTTP-Session: f534cb1a-d240-43fa-9791-ccf0f179b601 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
2368 | 2024.05.30 04:11:14.493390 [ 3 ] {} <Debug> HTTP-Session: f534cb1a-d240-43fa-9791-ccf0f179b601 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2369 | 2024.05.30 04:11:14.493408 [ 3 ] {} <Debug> HTTP-Session: f534cb1a-d240-43fa-9791-ccf0f179b601 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2370 | 2024.05.30 04:11:14.493461 [ 3 ] {} <Trace> HTTP-Session: f534cb1a-d240-43fa-9791-ccf0f179b601 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2371 | 2024.05.30 04:11:14.493671 [ 3 ] {b3693917-8bc4-41fc-9149-48b55cd23cb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2372 | 2024.05.30 04:11:14.493742 [ 3 ] {b3693917-8bc4-41fc-9149-48b55cd23cb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2373 | 2024.05.30 04:11:14.493945 [ 3 ] {b3693917-8bc4-41fc-9149-48b55cd23cb0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2374 | 2024.05.30 04:11:14.494371 [ 3 ] {b3693917-8bc4-41fc-9149-48b55cd23cb0} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2375 | 2024.05.30 04:11:14.494414 [ 3 ] {b3693917-8bc4-41fc-9149-48b55cd23cb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
2376 | 2024.05.30 04:11:14.494773 [ 3 ] {b3693917-8bc4-41fc-9149-48b55cd23cb0} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2377 | 2024.05.30 04:11:14.495108 [ 3 ] {b3693917-8bc4-41fc-9149-48b55cd23cb0} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2378 | 2024.05.30 04:11:14.495275 [ 3 ] {b3693917-8bc4-41fc-9149-48b55cd23cb0} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001664 sec., 33653.846153846156 rows/sec., 2.57 MiB/sec. | ||
2379 | 2024.05.30 04:11:14.495306 [ 56 ] {} <Debug> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2380 | 2024.05.30 04:11:14.495419 [ 56 ] {} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2381 | 2024.05.30 04:11:14.495455 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
2382 | 2024.05.30 04:11:14.495554 [ 3 ] {b3693917-8bc4-41fc-9149-48b55cd23cb0} <Debug> DynamicQueryHandler: Done processing query | ||
2383 | 2024.05.30 04:11:14.495619 [ 3 ] {b3693917-8bc4-41fc-9149-48b55cd23cb0} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2384 | 2024.05.30 04:11:14.495702 [ 3 ] {} <Debug> HTTP-Session: f534cb1a-d240-43fa-9791-ccf0f179b601 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2385 | 2024.05.30 04:11:14.495968 [ 195 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::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 | ||
2386 | 2024.05.30 04:11:14.495991 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 10872, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2387 | 2024.05.30 04:11:14.496098 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2388 | 2024.05.30 04:11:14.496137 [ 3 ] {} <Debug> HTTP-Session: 96f66711-7810-4649-8593-c25cff63ad85 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
2389 | 2024.05.30 04:11:14.496190 [ 3 ] {} <Debug> HTTP-Session: 96f66711-7810-4649-8593-c25cff63ad85 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2390 | 2024.05.30 04:11:14.496230 [ 3 ] {} <Debug> HTTP-Session: 96f66711-7810-4649-8593-c25cff63ad85 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2391 | 2024.05.30 04:11:14.496328 [ 3 ] {} <Trace> HTTP-Session: 96f66711-7810-4649-8593-c25cff63ad85 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2392 | 2024.05.30 04:11:14.496339 [ 195 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2393 | 2024.05.30 04:11:14.496394 [ 195 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 116 rows starting from the beginning of the part | ||
2394 | 2024.05.30 04:11:14.496632 [ 195 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::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 | ||
2395 | 2024.05.30 04:11:14.496664 [ 3 ] {2a037fce-dd68-4f8c-9a1f-7ff3adc41baf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2396 | 2024.05.30 04:11:14.496869 [ 3 ] {2a037fce-dd68-4f8c-9a1f-7ff3adc41baf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2397 | 2024.05.30 04:11:14.496918 [ 195 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 116 rows starting from the beginning of the part | ||
2398 | 2024.05.30 04:11:14.497333 [ 195 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 56 rows starting from the beginning of the part | ||
2399 | 2024.05.30 04:11:14.497699 [ 195 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 116 rows starting from the beginning of the part | ||
2400 | 2024.05.30 04:11:14.498023 [ 3 ] {2a037fce-dd68-4f8c-9a1f-7ff3adc41baf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2401 | 2024.05.30 04:11:14.498045 [ 195 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 56 rows starting from the beginning of the part | ||
2402 | 2024.05.30 04:11:14.499066 [ 3 ] {2a037fce-dd68-4f8c-9a1f-7ff3adc41baf} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2403 | 2024.05.30 04:11:14.499130 [ 3 ] {2a037fce-dd68-4f8c-9a1f-7ff3adc41baf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
2404 | 2024.05.30 04:11:14.500172 [ 3 ] {2a037fce-dd68-4f8c-9a1f-7ff3adc41baf} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2405 | 2024.05.30 04:11:14.500924 [ 195 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 552 rows, containing 4 columns (4 merged, 0 gathered) in 0.005338225 sec., 103405.15808157205 rows/sec., 8.29 MiB/sec. | ||
2406 | 2024.05.30 04:11:14.501056 [ 3 ] {2a037fce-dd68-4f8c-9a1f-7ff3adc41baf} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2407 | 2024.05.30 04:11:14.501144 [ 195 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2408 | 2024.05.30 04:11:14.501317 [ 56 ] {} <Debug> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2409 | 2024.05.30 04:11:14.501367 [ 3 ] {2a037fce-dd68-4f8c-9a1f-7ff3adc41baf} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004896 sec., 13071.8954248366 rows/sec., 1.02 MiB/sec. | ||
2410 | 2024.05.30 04:11:14.501410 [ 56 ] {} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2411 | 2024.05.30 04:11:14.501516 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
2412 | 2024.05.30 04:11:14.502002 [ 191 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::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 | ||
2413 | 2024.05.30 04:11:14.502098 [ 3 ] {2a037fce-dd68-4f8c-9a1f-7ff3adc41baf} <Debug> DynamicQueryHandler: Done processing query | ||
2414 | 2024.05.30 04:11:14.502186 [ 3 ] {2a037fce-dd68-4f8c-9a1f-7ff3adc41baf} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
2415 | 2024.05.30 04:11:14.502266 [ 3 ] {} <Debug> HTTP-Session: 96f66711-7810-4649-8593-c25cff63ad85 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2416 | 2024.05.30 04:11:14.502395 [ 191 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2417 | 2024.05.30 04:11:14.502442 [ 191 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 91 rows starting from the beginning of the part | ||
2418 | 2024.05.30 04:11:14.502506 [ 195 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_11_2} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2419 | 2024.05.30 04:11:14.502579 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 30562, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2420 | 2024.05.30 04:11:14.502812 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2421 | 2024.05.30 04:11:14.502825 [ 191 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 88 rows starting from the beginning of the part | ||
2422 | 2024.05.30 04:11:14.502912 [ 3 ] {} <Debug> HTTP-Session: c9c52fe4-5b0d-4c0f-89c4-ef74c2fc2e5c Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
2423 | 2024.05.30 04:11:14.502982 [ 195 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_11_2} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2424 | 2024.05.30 04:11:14.503034 [ 3 ] {} <Debug> HTTP-Session: c9c52fe4-5b0d-4c0f-89c4-ef74c2fc2e5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2425 | 2024.05.30 04:11:14.503103 [ 3 ] {} <Debug> HTTP-Session: c9c52fe4-5b0d-4c0f-89c4-ef74c2fc2e5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2426 | 2024.05.30 04:11:14.503255 [ 3 ] {} <Trace> HTTP-Session: c9c52fe4-5b0d-4c0f-89c4-ef74c2fc2e5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2427 | 2024.05.30 04:11:14.503276 [ 191 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 84 rows starting from the beginning of the part | ||
2428 | 2024.05.30 04:11:14.503410 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
2429 | 2024.05.30 04:11:14.503580 [ 191 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 64 rows starting from the beginning of the part | ||
2430 | 2024.05.30 04:11:14.503817 [ 191 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 84 rows starting from the beginning of the part | ||
2431 | 2024.05.30 04:11:14.503875 [ 3 ] {5edb022c-281d-4e2e-b332-b03cddd7fe43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2432 | 2024.05.30 04:11:14.504039 [ 3 ] {5edb022c-281d-4e2e-b332-b03cddd7fe43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2433 | 2024.05.30 04:11:14.504304 [ 191 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 64 rows starting from the beginning of the part | ||
2434 | 2024.05.30 04:11:14.504986 [ 3 ] {5edb022c-281d-4e2e-b332-b03cddd7fe43} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2435 | 2024.05.30 04:11:14.506052 [ 3 ] {5edb022c-281d-4e2e-b332-b03cddd7fe43} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2436 | 2024.05.30 04:11:14.506125 [ 3 ] {5edb022c-281d-4e2e-b332-b03cddd7fe43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
2437 | 2024.05.30 04:11:14.507223 [ 193 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 475 rows, containing 4 columns (4 merged, 0 gathered) in 0.005542649 sec., 85699.09442217971 rows/sec., 6.69 MiB/sec. | ||
2438 | 2024.05.30 04:11:14.507261 [ 3 ] {5edb022c-281d-4e2e-b332-b03cddd7fe43} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2439 | 2024.05.30 04:11:14.507537 [ 193 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2440 | 2024.05.30 04:11:14.507896 [ 3 ] {5edb022c-281d-4e2e-b332-b03cddd7fe43} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2441 | 2024.05.30 04:11:14.508304 [ 56 ] {} <Debug> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2442 | 2024.05.30 04:11:14.508334 [ 3 ] {5edb022c-281d-4e2e-b332-b03cddd7fe43} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004748 sec., 33698.39932603201 rows/sec., 2.35 MiB/sec. | ||
2443 | 2024.05.30 04:11:14.508385 [ 56 ] {} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2444 | 2024.05.30 04:11:14.508499 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
2445 | 2024.05.30 04:11:14.508824 [ 195 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::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 | ||
2446 | 2024.05.30 04:11:14.508871 [ 3 ] {5edb022c-281d-4e2e-b332-b03cddd7fe43} <Debug> DynamicQueryHandler: Done processing query | ||
2447 | 2024.05.30 04:11:14.508928 [ 193 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_11_2} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2448 | 2024.05.30 04:11:14.508948 [ 3 ] {5edb022c-281d-4e2e-b332-b03cddd7fe43} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
2449 | 2024.05.30 04:11:14.509017 [ 3 ] {} <Debug> HTTP-Session: c9c52fe4-5b0d-4c0f-89c4-ef74c2fc2e5c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2450 | 2024.05.30 04:11:14.509273 [ 193 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_11_2} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2451 | 2024.05.30 04:11:14.509305 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2452 | 2024.05.30 04:11:14.509342 [ 195 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2453 | 2024.05.30 04:11:14.509473 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2454 | 2024.05.30 04:11:14.509513 [ 195 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 588 rows starting from the beginning of the part | ||
2455 | 2024.05.30 04:11:14.509547 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
2456 | 2024.05.30 04:11:14.509550 [ 3 ] {} <Debug> HTTP-Session: f61e2625-54ac-422a-9315-5acc1822d620 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
2457 | 2024.05.30 04:11:14.509617 [ 3 ] {} <Debug> HTTP-Session: f61e2625-54ac-422a-9315-5acc1822d620 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2458 | 2024.05.30 04:11:14.509676 [ 3 ] {} <Debug> HTTP-Session: f61e2625-54ac-422a-9315-5acc1822d620 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2459 | 2024.05.30 04:11:14.509809 [ 3 ] {} <Trace> HTTP-Session: f61e2625-54ac-422a-9315-5acc1822d620 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2460 | 2024.05.30 04:11:14.509844 [ 195 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 352 rows starting from the beginning of the part | ||
2461 | 2024.05.30 04:11:14.510227 [ 195 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 160 rows starting from the beginning of the part | ||
2462 | 2024.05.30 04:11:14.510254 [ 3 ] {02688966-fef8-4dfe-a89f-fb1211b5a030} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2463 | 2024.05.30 04:11:14.510432 [ 3 ] {02688966-fef8-4dfe-a89f-fb1211b5a030} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2464 | 2024.05.30 04:11:14.510607 [ 195 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::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 | ||
2465 | 2024.05.30 04:11:14.511011 [ 195 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 160 rows starting from the beginning of the part | ||
2466 | 2024.05.30 04:11:14.511389 [ 3 ] {02688966-fef8-4dfe-a89f-fb1211b5a030} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2467 | 2024.05.30 04:11:14.511394 [ 195 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::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 | ||
2468 | 2024.05.30 04:11:14.512238 [ 3 ] {02688966-fef8-4dfe-a89f-fb1211b5a030} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2469 | 2024.05.30 04:11:14.512312 [ 3 ] {02688966-fef8-4dfe-a89f-fb1211b5a030} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
2470 | 2024.05.30 04:11:14.513405 [ 3 ] {02688966-fef8-4dfe-a89f-fb1211b5a030} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2471 | 2024.05.30 04:11:14.514202 [ 3 ] {02688966-fef8-4dfe-a89f-fb1211b5a030} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2472 | 2024.05.30 04:11:14.514579 [ 56 ] {} <Debug> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2473 | 2024.05.30 04:11:14.514660 [ 3 ] {02688966-fef8-4dfe-a89f-fb1211b5a030} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004603 sec., 13034.977188789919 rows/sec., 899.55 KiB/sec. | ||
2474 | 2024.05.30 04:11:14.514666 [ 200 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1580 rows, containing 5 columns (5 merged, 0 gathered) in 0.006012737 sec., 262775.50473270327 rows/sec., 18.35 MiB/sec. | ||
2475 | 2024.05.30 04:11:14.514674 [ 56 ] {} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2476 | 2024.05.30 04:11:14.514795 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
2477 | 2024.05.30 04:11:14.515026 [ 3 ] {02688966-fef8-4dfe-a89f-fb1211b5a030} <Debug> DynamicQueryHandler: Done processing query | ||
2478 | 2024.05.30 04:11:14.515099 [ 3 ] {02688966-fef8-4dfe-a89f-fb1211b5a030} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2479 | 2024.05.30 04:11:14.515114 [ 200 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2480 | 2024.05.30 04:11:14.515136 [ 197 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::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 | ||
2481 | 2024.05.30 04:11:14.515144 [ 3 ] {} <Debug> HTTP-Session: f61e2625-54ac-422a-9315-5acc1822d620 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2482 | 2024.05.30 04:11:14.515444 [ 197 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2483 | 2024.05.30 04:11:14.515528 [ 197 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 242 rows starting from the beginning of the part | ||
2484 | 2024.05.30 04:11:14.515866 [ 197 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 60 rows starting from the beginning of the part | ||
2485 | 2024.05.30 04:11:14.516114 [ 197 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 60 rows starting from the beginning of the part | ||
2486 | 2024.05.30 04:11:14.516425 [ 197 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::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 | ||
2487 | 2024.05.30 04:11:14.516458 [ 186 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2488 | 2024.05.30 04:11:14.516603 [ 197 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 60 rows starting from the beginning of the part | ||
2489 | 2024.05.30 04:11:14.516914 [ 197 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::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 | ||
2490 | 2024.05.30 04:11:14.516970 [ 186 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2491 | 2024.05.30 04:11:14.517348 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
2492 | 2024.05.30 04:11:14.518387 [ 200 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 542 rows, containing 4 columns (4 merged, 0 gathered) in 0.003456711 sec., 156796.44610151096 rows/sec., 10.53 MiB/sec. | ||
2493 | 2024.05.30 04:11:14.518594 [ 186 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2494 | 2024.05.30 04:11:14.519033 [ 186 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_11_2} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2495 | 2024.05.30 04:11:14.519119 [ 186 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_11_2} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2496 | 2024.05.30 04:11:14.519198 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
2497 | 2024.05.30 04:11:19.496118 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 4497, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2498 | 2024.05.30 04:11:19.496240 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2499 | 2024.05.30 04:11:19.496265 [ 3 ] {} <Debug> HTTP-Session: f6c5a0dc-31a8-45c9-8251-ad69d02deeeb Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
2500 | 2024.05.30 04:11:19.496288 [ 3 ] {} <Debug> HTTP-Session: f6c5a0dc-31a8-45c9-8251-ad69d02deeeb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2501 | 2024.05.30 04:11:19.496302 [ 3 ] {} <Debug> HTTP-Session: f6c5a0dc-31a8-45c9-8251-ad69d02deeeb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2502 | 2024.05.30 04:11:19.496351 [ 3 ] {} <Trace> HTTP-Session: f6c5a0dc-31a8-45c9-8251-ad69d02deeeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2503 | 2024.05.30 04:11:19.496537 [ 3 ] {63ecf198-156e-451c-a8d5-91f11b8cde7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2504 | 2024.05.30 04:11:19.496603 [ 3 ] {63ecf198-156e-451c-a8d5-91f11b8cde7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2505 | 2024.05.30 04:11:19.496783 [ 3 ] {63ecf198-156e-451c-a8d5-91f11b8cde7b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2506 | 2024.05.30 04:11:19.497207 [ 3 ] {63ecf198-156e-451c-a8d5-91f11b8cde7b} <Trace> oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2507 | 2024.05.30 04:11:19.497254 [ 3 ] {63ecf198-156e-451c-a8d5-91f11b8cde7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
2508 | 2024.05.30 04:11:19.497615 [ 3 ] {63ecf198-156e-451c-a8d5-91f11b8cde7b} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2509 | 2024.05.30 04:11:19.497951 [ 3 ] {63ecf198-156e-451c-a8d5-91f11b8cde7b} <Trace> oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2510 | 2024.05.30 04:11:19.498124 [ 3 ] {63ecf198-156e-451c-a8d5-91f11b8cde7b} <Debug> executeQuery: Read 31 rows, 2.51 KiB in 0.001642 sec., 18879.415347137638 rows/sec., 1.49 MiB/sec. | ||
2511 | 2024.05.30 04:11:19.498354 [ 3 ] {63ecf198-156e-451c-a8d5-91f11b8cde7b} <Debug> DynamicQueryHandler: Done processing query | ||
2512 | 2024.05.30 04:11:19.498382 [ 3 ] {63ecf198-156e-451c-a8d5-91f11b8cde7b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2513 | 2024.05.30 04:11:19.498398 [ 3 ] {} <Debug> HTTP-Session: f6c5a0dc-31a8-45c9-8251-ad69d02deeeb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2514 | 2024.05.30 04:11:19.498598 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 21838, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2515 | 2024.05.30 04:11:19.498650 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2516 | 2024.05.30 04:11:19.498669 [ 3 ] {} <Debug> HTTP-Session: 81bb8075-592e-4865-97ed-d600fb586399 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
2517 | 2024.05.30 04:11:19.498688 [ 3 ] {} <Debug> HTTP-Session: 81bb8075-592e-4865-97ed-d600fb586399 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2518 | 2024.05.30 04:11:19.498701 [ 3 ] {} <Debug> HTTP-Session: 81bb8075-592e-4865-97ed-d600fb586399 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2519 | 2024.05.30 04:11:19.498737 [ 3 ] {} <Trace> HTTP-Session: 81bb8075-592e-4865-97ed-d600fb586399 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2520 | 2024.05.30 04:11:19.498890 [ 3 ] {64888a9b-67d2-432e-bd87-a0fec47211a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2521 | 2024.05.30 04:11:19.498937 [ 3 ] {64888a9b-67d2-432e-bd87-a0fec47211a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2522 | 2024.05.30 04:11:19.499066 [ 3 ] {64888a9b-67d2-432e-bd87-a0fec47211a1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2523 | 2024.05.30 04:11:19.499474 [ 3 ] {64888a9b-67d2-432e-bd87-a0fec47211a1} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2524 | 2024.05.30 04:11:19.499512 [ 3 ] {64888a9b-67d2-432e-bd87-a0fec47211a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
2525 | 2024.05.30 04:11:19.499831 [ 3 ] {64888a9b-67d2-432e-bd87-a0fec47211a1} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2526 | 2024.05.30 04:11:19.500146 [ 3 ] {64888a9b-67d2-432e-bd87-a0fec47211a1} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2527 | 2024.05.30 04:11:19.500310 [ 3 ] {64888a9b-67d2-432e-bd87-a0fec47211a1} <Debug> executeQuery: Read 149 rows, 12.78 KiB in 0.001489 sec., 100067.15916722632 rows/sec., 8.38 MiB/sec. | ||
2528 | 2024.05.30 04:11:19.500481 [ 3 ] {64888a9b-67d2-432e-bd87-a0fec47211a1} <Debug> DynamicQueryHandler: Done processing query | ||
2529 | 2024.05.30 04:11:19.500505 [ 3 ] {64888a9b-67d2-432e-bd87-a0fec47211a1} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
2530 | 2024.05.30 04:11:19.500521 [ 3 ] {} <Debug> HTTP-Session: 81bb8075-592e-4865-97ed-d600fb586399 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2531 | 2024.05.30 04:11:19.500669 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 18340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2532 | 2024.05.30 04:11:19.500720 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2533 | 2024.05.30 04:11:19.500739 [ 3 ] {} <Debug> HTTP-Session: 6b529c44-cee7-48a8-a356-20c12dddd76d Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
2534 | 2024.05.30 04:11:19.500755 [ 3 ] {} <Debug> HTTP-Session: 6b529c44-cee7-48a8-a356-20c12dddd76d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2535 | 2024.05.30 04:11:19.500769 [ 3 ] {} <Debug> HTTP-Session: 6b529c44-cee7-48a8-a356-20c12dddd76d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2536 | 2024.05.30 04:11:19.500801 [ 3 ] {} <Trace> HTTP-Session: 6b529c44-cee7-48a8-a356-20c12dddd76d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2537 | 2024.05.30 04:11:19.500936 [ 3 ] {7c2e3c4e-56b5-4a2d-a4d3-1c01c21dd1e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2538 | 2024.05.30 04:11:19.500979 [ 3 ] {7c2e3c4e-56b5-4a2d-a4d3-1c01c21dd1e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2539 | 2024.05.30 04:11:19.501109 [ 3 ] {7c2e3c4e-56b5-4a2d-a4d3-1c01c21dd1e5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2540 | 2024.05.30 04:11:19.501445 [ 3 ] {7c2e3c4e-56b5-4a2d-a4d3-1c01c21dd1e5} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2541 | 2024.05.30 04:11:19.501482 [ 3 ] {7c2e3c4e-56b5-4a2d-a4d3-1c01c21dd1e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
2542 | 2024.05.30 04:11:19.501811 [ 3 ] {7c2e3c4e-56b5-4a2d-a4d3-1c01c21dd1e5} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2543 | 2024.05.30 04:11:19.502110 [ 3 ] {7c2e3c4e-56b5-4a2d-a4d3-1c01c21dd1e5} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2544 | 2024.05.30 04:11:19.502264 [ 3 ] {7c2e3c4e-56b5-4a2d-a4d3-1c01c21dd1e5} <Debug> executeQuery: Read 108 rows, 8.65 KiB in 0.00138 sec., 78260.86956521739 rows/sec., 6.12 MiB/sec. | ||
2545 | 2024.05.30 04:11:19.502418 [ 3 ] {7c2e3c4e-56b5-4a2d-a4d3-1c01c21dd1e5} <Debug> DynamicQueryHandler: Done processing query | ||
2546 | 2024.05.30 04:11:19.502442 [ 3 ] {7c2e3c4e-56b5-4a2d-a4d3-1c01c21dd1e5} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
2547 | 2024.05.30 04:11:19.502458 [ 3 ] {} <Debug> HTTP-Session: 6b529c44-cee7-48a8-a356-20c12dddd76d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2548 | 2024.05.30 04:11:19.502625 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 30562, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2549 | 2024.05.30 04:11:19.502672 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2550 | 2024.05.30 04:11:19.502690 [ 3 ] {} <Debug> HTTP-Session: 59caa07b-315c-460e-b61f-ca80946edf27 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
2551 | 2024.05.30 04:11:19.502706 [ 3 ] {} <Debug> HTTP-Session: 59caa07b-315c-460e-b61f-ca80946edf27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2552 | 2024.05.30 04:11:19.502720 [ 3 ] {} <Debug> HTTP-Session: 59caa07b-315c-460e-b61f-ca80946edf27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2553 | 2024.05.30 04:11:19.502751 [ 3 ] {} <Trace> HTTP-Session: 59caa07b-315c-460e-b61f-ca80946edf27 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2554 | 2024.05.30 04:11:19.502897 [ 3 ] {af819f42-4480-42bb-8ef3-a1ad74d030f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2555 | 2024.05.30 04:11:19.502944 [ 3 ] {af819f42-4480-42bb-8ef3-a1ad74d030f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2556 | 2024.05.30 04:11:19.503086 [ 3 ] {af819f42-4480-42bb-8ef3-a1ad74d030f0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2557 | 2024.05.30 04:11:19.503453 [ 3 ] {af819f42-4480-42bb-8ef3-a1ad74d030f0} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2558 | 2024.05.30 04:11:19.503490 [ 3 ] {af819f42-4480-42bb-8ef3-a1ad74d030f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
2559 | 2024.05.30 04:11:19.503897 [ 3 ] {af819f42-4480-42bb-8ef3-a1ad74d030f0} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2560 | 2024.05.30 04:11:19.504227 [ 3 ] {af819f42-4480-42bb-8ef3-a1ad74d030f0} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2561 | 2024.05.30 04:11:19.504385 [ 3 ] {af819f42-4480-42bb-8ef3-a1ad74d030f0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001555 sec., 102893.89067524116 rows/sec., 7.17 MiB/sec. | ||
2562 | 2024.05.30 04:11:19.504552 [ 3 ] {af819f42-4480-42bb-8ef3-a1ad74d030f0} <Debug> DynamicQueryHandler: Done processing query | ||
2563 | 2024.05.30 04:11:19.504575 [ 3 ] {af819f42-4480-42bb-8ef3-a1ad74d030f0} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
2564 | 2024.05.30 04:11:19.504592 [ 3 ] {} <Debug> HTTP-Session: 59caa07b-315c-460e-b61f-ca80946edf27 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2565 | 2024.05.30 04:11:19.504806 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 33190, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2566 | 2024.05.30 04:11:19.504855 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2567 | 2024.05.30 04:11:19.504873 [ 3 ] {} <Debug> HTTP-Session: 28bf223d-b727-4b2e-92aa-ab20aca60ad1 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
2568 | 2024.05.30 04:11:19.504889 [ 3 ] {} <Debug> HTTP-Session: 28bf223d-b727-4b2e-92aa-ab20aca60ad1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2569 | 2024.05.30 04:11:19.504902 [ 3 ] {} <Debug> HTTP-Session: 28bf223d-b727-4b2e-92aa-ab20aca60ad1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2570 | 2024.05.30 04:11:19.504933 [ 3 ] {} <Trace> HTTP-Session: 28bf223d-b727-4b2e-92aa-ab20aca60ad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2571 | 2024.05.30 04:11:19.505219 [ 3 ] {506ab6c6-81ee-4a1f-9c19-1973f5b0fef9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2572 | 2024.05.30 04:11:19.505267 [ 3 ] {506ab6c6-81ee-4a1f-9c19-1973f5b0fef9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
2573 | 2024.05.30 04:11:19.505429 [ 3 ] {506ab6c6-81ee-4a1f-9c19-1973f5b0fef9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2574 | 2024.05.30 04:11:19.505852 [ 3 ] {506ab6c6-81ee-4a1f-9c19-1973f5b0fef9} <Trace> oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2575 | 2024.05.30 04:11:19.505887 [ 3 ] {506ab6c6-81ee-4a1f-9c19-1973f5b0fef9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
2576 | 2024.05.30 04:11:19.506302 [ 3 ] {506ab6c6-81ee-4a1f-9c19-1973f5b0fef9} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2577 | 2024.05.30 04:11:19.506636 [ 3 ] {506ab6c6-81ee-4a1f-9c19-1973f5b0fef9} <Trace> oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2578 | 2024.05.30 04:11:19.506810 [ 3 ] {506ab6c6-81ee-4a1f-9c19-1973f5b0fef9} <Debug> executeQuery: Read 31 rows, 42.84 KiB in 0.00179 sec., 17318.435754189944 rows/sec., 23.37 MiB/sec. | ||
2579 | 2024.05.30 04:11:19.507092 [ 3 ] {506ab6c6-81ee-4a1f-9c19-1973f5b0fef9} <Debug> DynamicQueryHandler: Done processing query | ||
2580 | 2024.05.30 04:11:19.507115 [ 3 ] {506ab6c6-81ee-4a1f-9c19-1973f5b0fef9} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
2581 | 2024.05.30 04:11:19.507131 [ 3 ] {} <Debug> HTTP-Session: 28bf223d-b727-4b2e-92aa-ab20aca60ad1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2582 | 2024.05.30 04:11:19.507260 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 2405, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2583 | 2024.05.30 04:11:19.507308 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2584 | 2024.05.30 04:11:19.507327 [ 3 ] {} <Debug> HTTP-Session: d31aa66b-3ce0-4762-a1b9-03f71c3924eb Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
2585 | 2024.05.30 04:11:19.507343 [ 3 ] {} <Debug> HTTP-Session: d31aa66b-3ce0-4762-a1b9-03f71c3924eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2586 | 2024.05.30 04:11:19.507357 [ 3 ] {} <Debug> HTTP-Session: d31aa66b-3ce0-4762-a1b9-03f71c3924eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2587 | 2024.05.30 04:11:19.507387 [ 3 ] {} <Trace> HTTP-Session: d31aa66b-3ce0-4762-a1b9-03f71c3924eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2588 | 2024.05.30 04:11:19.507487 [ 3 ] {2b9a49c2-eefe-4690-a290-f56f5efdcaf8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
2589 | 2024.05.30 04:11:19.507532 [ 3 ] {2b9a49c2-eefe-4690-a290-f56f5efdcaf8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
2590 | 2024.05.30 04:11:19.507698 [ 3 ] {2b9a49c2-eefe-4690-a290-f56f5efdcaf8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2591 | 2024.05.30 04:11:19.508022 [ 3 ] {2b9a49c2-eefe-4690-a290-f56f5efdcaf8} <Trace> oximeter.measurements_i64 (47c87da3-71ba-42a5-b93b-c042f71418c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2592 | 2024.05.30 04:11:19.508057 [ 3 ] {2b9a49c2-eefe-4690-a290-f56f5efdcaf8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
2593 | 2024.05.30 04:11:19.508399 [ 3 ] {2b9a49c2-eefe-4690-a290-f56f5efdcaf8} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2594 | 2024.05.30 04:11:19.508712 [ 3 ] {2b9a49c2-eefe-4690-a290-f56f5efdcaf8} <Trace> oximeter.measurements_i64 (47c87da3-71ba-42a5-b93b-c042f71418c0): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2595 | 2024.05.30 04:11:19.508868 [ 3 ] {2b9a49c2-eefe-4690-a290-f56f5efdcaf8} <Debug> executeQuery: Read 15 rows, 1.09 KiB in 0.001403 sec., 10691.375623663578 rows/sec., 775.40 KiB/sec. | ||
2596 | 2024.05.30 04:11:19.509076 [ 3 ] {2b9a49c2-eefe-4690-a290-f56f5efdcaf8} <Debug> DynamicQueryHandler: Done processing query | ||
2597 | 2024.05.30 04:11:19.509100 [ 3 ] {2b9a49c2-eefe-4690-a290-f56f5efdcaf8} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2598 | 2024.05.30 04:11:19.509115 [ 3 ] {} <Debug> HTTP-Session: d31aa66b-3ce0-4762-a1b9-03f71c3924eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2599 | 2024.05.30 04:11:19.509230 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2600 | 2024.05.30 04:11:19.509278 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2601 | 2024.05.30 04:11:19.509366 [ 3 ] {} <Debug> HTTP-Session: 321869aa-bed8-4938-acd5-d89016059f55 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
2602 | 2024.05.30 04:11:19.509383 [ 3 ] {} <Debug> HTTP-Session: 321869aa-bed8-4938-acd5-d89016059f55 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2603 | 2024.05.30 04:11:19.509396 [ 3 ] {} <Debug> HTTP-Session: 321869aa-bed8-4938-acd5-d89016059f55 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2604 | 2024.05.30 04:11:19.509425 [ 3 ] {} <Trace> HTTP-Session: 321869aa-bed8-4938-acd5-d89016059f55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2605 | 2024.05.30 04:11:19.509529 [ 3 ] {d3b8c65c-7780-4858-be9c-3d4460a59dc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2606 | 2024.05.30 04:11:19.509569 [ 3 ] {d3b8c65c-7780-4858-be9c-3d4460a59dc5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2607 | 2024.05.30 04:11:19.509686 [ 3 ] {d3b8c65c-7780-4858-be9c-3d4460a59dc5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2608 | 2024.05.30 04:11:19.509945 [ 3 ] {d3b8c65c-7780-4858-be9c-3d4460a59dc5} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2609 | 2024.05.30 04:11:19.509979 [ 3 ] {d3b8c65c-7780-4858-be9c-3d4460a59dc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
2610 | 2024.05.30 04:11:19.510300 [ 3 ] {d3b8c65c-7780-4858-be9c-3d4460a59dc5} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2611 | 2024.05.30 04:11:19.510669 [ 3 ] {d3b8c65c-7780-4858-be9c-3d4460a59dc5} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2612 | 2024.05.30 04:11:19.510822 [ 3 ] {d3b8c65c-7780-4858-be9c-3d4460a59dc5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001317 sec., 45558.08656036446 rows/sec., 3.07 MiB/sec. | ||
2613 | 2024.05.30 04:11:19.511097 [ 3 ] {d3b8c65c-7780-4858-be9c-3d4460a59dc5} <Debug> DynamicQueryHandler: Done processing query | ||
2614 | 2024.05.30 04:11:19.511122 [ 3 ] {d3b8c65c-7780-4858-be9c-3d4460a59dc5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2615 | 2024.05.30 04:11:19.511138 [ 3 ] {} <Debug> HTTP-Session: 321869aa-bed8-4938-acd5-d89016059f55 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2616 | 2024.05.30 04:11:24.486333 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 1139, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2617 | 2024.05.30 04:11:24.486536 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2618 | 2024.05.30 04:11:24.486572 [ 3 ] {} <Debug> HTTP-Session: bd5b7a83-6041-4982-99b8-9fed047758d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
2619 | 2024.05.30 04:11:24.486603 [ 3 ] {} <Debug> HTTP-Session: bd5b7a83-6041-4982-99b8-9fed047758d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2620 | 2024.05.30 04:11:24.486624 [ 3 ] {} <Debug> HTTP-Session: bd5b7a83-6041-4982-99b8-9fed047758d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2621 | 2024.05.30 04:11:24.486685 [ 3 ] {} <Trace> HTTP-Session: bd5b7a83-6041-4982-99b8-9fed047758d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2622 | 2024.05.30 04:11:24.487027 [ 3 ] {9fb31a21-a3ca-4f55-a0b8-14b174f556f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) 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', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
2623 | 2024.05.30 04:11:24.487445 [ 3 ] {9fb31a21-a3ca-4f55-a0b8-14b174f556f6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2624 | 2024.05.30 04:11:24.487496 [ 3 ] {9fb31a21-a3ca-4f55-a0b8-14b174f556f6} <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', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
2625 | 2024.05.30 04:11:24.487830 [ 3 ] {9fb31a21-a3ca-4f55-a0b8-14b174f556f6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2626 | 2024.05.30 04:11:24.487911 [ 3 ] {9fb31a21-a3ca-4f55-a0b8-14b174f556f6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2627 | 2024.05.30 04:11:24.488081 [ 3 ] {9fb31a21-a3ca-4f55-a0b8-14b174f556f6} <Debug> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
2628 | 2024.05.30 04:11:24.488176 [ 263 ] {9fb31a21-a3ca-4f55-a0b8-14b174f556f6} <Trace> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2629 | 2024.05.30 04:11:24.488295 [ 261 ] {9fb31a21-a3ca-4f55-a0b8-14b174f556f6} <Trace> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2630 | 2024.05.30 04:11:24.488331 [ 258 ] {9fb31a21-a3ca-4f55-a0b8-14b174f556f6} <Trace> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2631 | 2024.05.30 04:11:24.488381 [ 255 ] {9fb31a21-a3ca-4f55-a0b8-14b174f556f6} <Trace> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2632 | 2024.05.30 04:11:24.488570 [ 3 ] {9fb31a21-a3ca-4f55-a0b8-14b174f556f6} <Debug> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (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 | ||
2633 | 2024.05.30 04:11:24.488602 [ 3 ] {9fb31a21-a3ca-4f55-a0b8-14b174f556f6} <Trace> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2634 | 2024.05.30 04:11:24.488732 [ 3 ] {9fb31a21-a3ca-4f55-a0b8-14b174f556f6} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2635 | 2024.05.30 04:11:24.488755 [ 3 ] {9fb31a21-a3ca-4f55-a0b8-14b174f556f6} <Debug> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Reading approx. 28 rows with 4 streams | ||
2636 | 2024.05.30 04:11:24.488797 [ 3 ] {9fb31a21-a3ca-4f55-a0b8-14b174f556f6} <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', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2637 | 2024.05.30 04:11:24.488843 [ 3 ] {9fb31a21-a3ca-4f55-a0b8-14b174f556f6} <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', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2638 | 2024.05.30 04:11:24.488885 [ 3 ] {9fb31a21-a3ca-4f55-a0b8-14b174f556f6} <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', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2639 | 2024.05.30 04:11:24.488922 [ 3 ] {9fb31a21-a3ca-4f55-a0b8-14b174f556f6} <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', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2640 | 2024.05.30 04:11:24.491220 [ 3 ] {9fb31a21-a3ca-4f55-a0b8-14b174f556f6} <Debug> executeQuery: Read 28 rows, 1.16 KiB in 0.004362 sec., 6419.0738193489215 rows/sec., 266.19 KiB/sec. | ||
2641 | 2024.05.30 04:11:24.491622 [ 3 ] {9fb31a21-a3ca-4f55-a0b8-14b174f556f6} <Debug> DynamicQueryHandler: Done processing query | ||
2642 | 2024.05.30 04:11:24.491648 [ 3 ] {9fb31a21-a3ca-4f55-a0b8-14b174f556f6} <Debug> MemoryTracker: Peak memory usage (for query): 3.13 MiB. | ||
2643 | 2024.05.30 04:11:24.491665 [ 3 ] {} <Debug> HTTP-Session: bd5b7a83-6041-4982-99b8-9fed047758d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2644 | 2024.05.30 04:11:24.501287 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 452, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2645 | 2024.05.30 04:11:24.501354 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2646 | 2024.05.30 04:11:24.501378 [ 3 ] {} <Debug> HTTP-Session: 9891be23-89a6-4fca-846c-a44f5d53d0b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
2647 | 2024.05.30 04:11:24.501400 [ 3 ] {} <Debug> HTTP-Session: 9891be23-89a6-4fca-846c-a44f5d53d0b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2648 | 2024.05.30 04:11:24.501418 [ 3 ] {} <Debug> HTTP-Session: 9891be23-89a6-4fca-846c-a44f5d53d0b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2649 | 2024.05.30 04:11:24.501461 [ 3 ] {} <Trace> HTTP-Session: 9891be23-89a6-4fca-846c-a44f5d53d0b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2650 | 2024.05.30 04:11:24.501615 [ 3 ] {50d5dde0-71eb-459f-9438-1d3ee32d2499} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
2651 | 2024.05.30 04:11:24.501676 [ 3 ] {50d5dde0-71eb-459f-9438-1d3ee32d2499} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2652 | 2024.05.30 04:11:24.501864 [ 3 ] {50d5dde0-71eb-459f-9438-1d3ee32d2499} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2653 | 2024.05.30 04:11:24.502177 [ 3 ] {50d5dde0-71eb-459f-9438-1d3ee32d2499} <Trace> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2654 | 2024.05.30 04:11:24.502216 [ 3 ] {50d5dde0-71eb-459f-9438-1d3ee32d2499} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
2655 | 2024.05.30 04:11:24.502691 [ 3 ] {50d5dde0-71eb-459f-9438-1d3ee32d2499} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2656 | 2024.05.30 04:11:24.503006 [ 3 ] {50d5dde0-71eb-459f-9438-1d3ee32d2499} <Trace> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2657 | 2024.05.30 04:11:24.503174 [ 3 ] {50d5dde0-71eb-459f-9438-1d3ee32d2499} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.001594 sec., 627.3525721455459 rows/sec., 142.13 KiB/sec. | ||
2658 | 2024.05.30 04:11:24.503493 [ 3 ] {50d5dde0-71eb-459f-9438-1d3ee32d2499} <Debug> DynamicQueryHandler: Done processing query | ||
2659 | 2024.05.30 04:11:24.503518 [ 3 ] {50d5dde0-71eb-459f-9438-1d3ee32d2499} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
2660 | 2024.05.30 04:11:24.503534 [ 3 ] {} <Debug> HTTP-Session: 9891be23-89a6-4fca-846c-a44f5d53d0b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2661 | 2024.05.30 04:11:24.503650 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2662 | 2024.05.30 04:11:24.503700 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2663 | 2024.05.30 04:11:24.503719 [ 3 ] {} <Debug> HTTP-Session: df83469b-591f-4e93-88fa-ab90466cf1a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
2664 | 2024.05.30 04:11:24.503735 [ 3 ] {} <Debug> HTTP-Session: df83469b-591f-4e93-88fa-ab90466cf1a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2665 | 2024.05.30 04:11:24.503748 [ 3 ] {} <Debug> HTTP-Session: df83469b-591f-4e93-88fa-ab90466cf1a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2666 | 2024.05.30 04:11:24.503781 [ 3 ] {} <Trace> HTTP-Session: df83469b-591f-4e93-88fa-ab90466cf1a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2667 | 2024.05.30 04:11:24.503881 [ 3 ] {813a97a1-728d-437b-9e13-ff9534867444} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
2668 | 2024.05.30 04:11:24.503927 [ 3 ] {813a97a1-728d-437b-9e13-ff9534867444} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
2669 | 2024.05.30 04:11:24.504100 [ 3 ] {813a97a1-728d-437b-9e13-ff9534867444} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2670 | 2024.05.30 04:11:24.504414 [ 3 ] {813a97a1-728d-437b-9e13-ff9534867444} <Trace> oximeter.fields_ipaddr (7437664c-5015-4ab1-bcc0-e9747c26d3d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2671 | 2024.05.30 04:11:24.504447 [ 3 ] {813a97a1-728d-437b-9e13-ff9534867444} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
2672 | 2024.05.30 04:11:24.504822 [ 3 ] {813a97a1-728d-437b-9e13-ff9534867444} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
2673 | 2024.05.30 04:11:24.505128 [ 3 ] {813a97a1-728d-437b-9e13-ff9534867444} <Trace> oximeter.fields_ipaddr (7437664c-5015-4ab1-bcc0-e9747c26d3d7): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2674 | 2024.05.30 04:11:24.505283 [ 3 ] {813a97a1-728d-437b-9e13-ff9534867444} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001428 sec., 4201.680672268907 rows/sec., 342.62 KiB/sec. | ||
2675 | 2024.05.30 04:11:24.505498 [ 3 ] {813a97a1-728d-437b-9e13-ff9534867444} <Debug> DynamicQueryHandler: Done processing query | ||
2676 | 2024.05.30 04:11:24.505521 [ 3 ] {813a97a1-728d-437b-9e13-ff9534867444} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2677 | 2024.05.30 04:11:24.505537 [ 3 ] {} <Debug> HTTP-Session: df83469b-591f-4e93-88fa-ab90466cf1a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2678 | 2024.05.30 04:11:24.505703 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 13133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2679 | 2024.05.30 04:11:24.505751 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2680 | 2024.05.30 04:11:24.505770 [ 3 ] {} <Debug> HTTP-Session: a6c20682-e3e5-4155-91ae-f6ea0ec54485 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
2681 | 2024.05.30 04:11:24.505786 [ 3 ] {} <Debug> HTTP-Session: a6c20682-e3e5-4155-91ae-f6ea0ec54485 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2682 | 2024.05.30 04:11:24.505800 [ 3 ] {} <Debug> HTTP-Session: a6c20682-e3e5-4155-91ae-f6ea0ec54485 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2683 | 2024.05.30 04:11:24.505831 [ 3 ] {} <Trace> HTTP-Session: a6c20682-e3e5-4155-91ae-f6ea0ec54485 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2684 | 2024.05.30 04:11:24.505955 [ 3 ] {77117b8a-57e3-4a9f-944f-75ee27fc198c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2685 | 2024.05.30 04:11:24.505996 [ 3 ] {77117b8a-57e3-4a9f-944f-75ee27fc198c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2686 | 2024.05.30 04:11:24.506119 [ 3 ] {77117b8a-57e3-4a9f-944f-75ee27fc198c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2687 | 2024.05.30 04:11:24.506448 [ 3 ] {77117b8a-57e3-4a9f-944f-75ee27fc198c} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2688 | 2024.05.30 04:11:24.506493 [ 3 ] {77117b8a-57e3-4a9f-944f-75ee27fc198c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
2689 | 2024.05.30 04:11:24.506791 [ 3 ] {77117b8a-57e3-4a9f-944f-75ee27fc198c} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2690 | 2024.05.30 04:11:24.507080 [ 3 ] {77117b8a-57e3-4a9f-944f-75ee27fc198c} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2691 | 2024.05.30 04:11:24.507238 [ 3 ] {77117b8a-57e3-4a9f-944f-75ee27fc198c} <Debug> executeQuery: Read 95 rows, 7.36 KiB in 0.001335 sec., 71161.04868913858 rows/sec., 5.39 MiB/sec. | ||
2692 | 2024.05.30 04:11:24.507400 [ 3 ] {77117b8a-57e3-4a9f-944f-75ee27fc198c} <Debug> DynamicQueryHandler: Done processing query | ||
2693 | 2024.05.30 04:11:24.507424 [ 3 ] {77117b8a-57e3-4a9f-944f-75ee27fc198c} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
2694 | 2024.05.30 04:11:24.507440 [ 3 ] {} <Debug> HTTP-Session: a6c20682-e3e5-4155-91ae-f6ea0ec54485 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2695 | 2024.05.30 04:11:24.507553 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 888, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2696 | 2024.05.30 04:11:24.507601 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2697 | 2024.05.30 04:11:24.507619 [ 3 ] {} <Debug> HTTP-Session: 1cebb5da-c568-4e95-ab81-54f7aeee53eb Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
2698 | 2024.05.30 04:11:24.507635 [ 3 ] {} <Debug> HTTP-Session: 1cebb5da-c568-4e95-ab81-54f7aeee53eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2699 | 2024.05.30 04:11:24.507649 [ 3 ] {} <Debug> HTTP-Session: 1cebb5da-c568-4e95-ab81-54f7aeee53eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2700 | 2024.05.30 04:11:24.507679 [ 3 ] {} <Trace> HTTP-Session: 1cebb5da-c568-4e95-ab81-54f7aeee53eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2701 | 2024.05.30 04:11:24.507774 [ 3 ] {edbbccc6-161c-431a-8619-4a9977d5625e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
2702 | 2024.05.30 04:11:24.507816 [ 3 ] {edbbccc6-161c-431a-8619-4a9977d5625e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2703 | 2024.05.30 04:11:24.507937 [ 3 ] {edbbccc6-161c-431a-8619-4a9977d5625e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2704 | 2024.05.30 04:11:24.510414 [ 3 ] {edbbccc6-161c-431a-8619-4a9977d5625e} <Trace> oximeter.fields_u16 (f5010535-cd64-42d7-ac63-98dfd59d33c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2705 | 2024.05.30 04:11:24.510449 [ 3 ] {edbbccc6-161c-431a-8619-4a9977d5625e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
2706 | 2024.05.30 04:11:24.510746 [ 3 ] {edbbccc6-161c-431a-8619-4a9977d5625e} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
2707 | 2024.05.30 04:11:24.511052 [ 3 ] {edbbccc6-161c-431a-8619-4a9977d5625e} <Trace> oximeter.fields_u16 (f5010535-cd64-42d7-ac63-98dfd59d33c1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2708 | 2024.05.30 04:11:24.511207 [ 3 ] {edbbccc6-161c-431a-8619-4a9977d5625e} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.003451 sec., 1738.6264850767893 rows/sec., 121.40 KiB/sec. | ||
2709 | 2024.05.30 04:11:24.511481 [ 3 ] {edbbccc6-161c-431a-8619-4a9977d5625e} <Debug> DynamicQueryHandler: Done processing query | ||
2710 | 2024.05.30 04:11:24.511508 [ 3 ] {edbbccc6-161c-431a-8619-4a9977d5625e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2711 | 2024.05.30 04:11:24.511524 [ 3 ] {} <Debug> HTTP-Session: 1cebb5da-c568-4e95-ab81-54f7aeee53eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2712 | 2024.05.30 04:11:24.511707 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 15939, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2713 | 2024.05.30 04:11:24.511761 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2714 | 2024.05.30 04:11:24.511780 [ 3 ] {} <Debug> HTTP-Session: 5c7cec56-6800-4be9-aaea-5b06b9e7eedf Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
2715 | 2024.05.30 04:11:24.511796 [ 3 ] {} <Debug> HTTP-Session: 5c7cec56-6800-4be9-aaea-5b06b9e7eedf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2716 | 2024.05.30 04:11:24.511810 [ 3 ] {} <Debug> HTTP-Session: 5c7cec56-6800-4be9-aaea-5b06b9e7eedf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2717 | 2024.05.30 04:11:24.511842 [ 3 ] {} <Trace> HTTP-Session: 5c7cec56-6800-4be9-aaea-5b06b9e7eedf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2718 | 2024.05.30 04:11:24.511989 [ 3 ] {58f5eb86-3ade-4f4e-9f68-c15a9ab79db4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2719 | 2024.05.30 04:11:24.512034 [ 3 ] {58f5eb86-3ade-4f4e-9f68-c15a9ab79db4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2720 | 2024.05.30 04:11:24.512179 [ 3 ] {58f5eb86-3ade-4f4e-9f68-c15a9ab79db4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2721 | 2024.05.30 04:11:24.512534 [ 3 ] {58f5eb86-3ade-4f4e-9f68-c15a9ab79db4} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2722 | 2024.05.30 04:11:24.512572 [ 3 ] {58f5eb86-3ade-4f4e-9f68-c15a9ab79db4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
2723 | 2024.05.30 04:11:24.512895 [ 3 ] {58f5eb86-3ade-4f4e-9f68-c15a9ab79db4} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2724 | 2024.05.30 04:11:24.513196 [ 3 ] {58f5eb86-3ade-4f4e-9f68-c15a9ab79db4} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2725 | 2024.05.30 04:11:24.513356 [ 3 ] {58f5eb86-3ade-4f4e-9f68-c15a9ab79db4} <Debug> executeQuery: Read 94 rows, 7.50 KiB in 0.001412 sec., 66572.23796033995 rows/sec., 5.19 MiB/sec. | ||
2726 | 2024.05.30 04:11:24.513525 [ 3 ] {58f5eb86-3ade-4f4e-9f68-c15a9ab79db4} <Debug> DynamicQueryHandler: Done processing query | ||
2727 | 2024.05.30 04:11:24.513549 [ 3 ] {58f5eb86-3ade-4f4e-9f68-c15a9ab79db4} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
2728 | 2024.05.30 04:11:24.513565 [ 3 ] {} <Debug> HTTP-Session: 5c7cec56-6800-4be9-aaea-5b06b9e7eedf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2729 | 2024.05.30 04:11:24.513710 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 38064, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2730 | 2024.05.30 04:11:24.513760 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2731 | 2024.05.30 04:11:24.513780 [ 3 ] {} <Debug> HTTP-Session: f09df9b0-ee35-46c2-8c50-fc7e5f030d4a Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
2732 | 2024.05.30 04:11:24.513796 [ 3 ] {} <Debug> HTTP-Session: f09df9b0-ee35-46c2-8c50-fc7e5f030d4a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2733 | 2024.05.30 04:11:24.513810 [ 3 ] {} <Debug> HTTP-Session: f09df9b0-ee35-46c2-8c50-fc7e5f030d4a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2734 | 2024.05.30 04:11:24.513841 [ 3 ] {} <Trace> HTTP-Session: f09df9b0-ee35-46c2-8c50-fc7e5f030d4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2735 | 2024.05.30 04:11:24.514031 [ 3 ] {5719ecbd-4abf-42b4-9348-a7880b01b161} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2736 | 2024.05.30 04:11:24.514079 [ 3 ] {5719ecbd-4abf-42b4-9348-a7880b01b161} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2737 | 2024.05.30 04:11:24.514225 [ 3 ] {5719ecbd-4abf-42b4-9348-a7880b01b161} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2738 | 2024.05.30 04:11:24.514639 [ 3 ] {5719ecbd-4abf-42b4-9348-a7880b01b161} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2739 | 2024.05.30 04:11:24.514677 [ 3 ] {5719ecbd-4abf-42b4-9348-a7880b01b161} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
2740 | 2024.05.30 04:11:24.515074 [ 3 ] {5719ecbd-4abf-42b4-9348-a7880b01b161} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2741 | 2024.05.30 04:11:24.515409 [ 3 ] {5719ecbd-4abf-42b4-9348-a7880b01b161} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2742 | 2024.05.30 04:11:24.515563 [ 3 ] {5719ecbd-4abf-42b4-9348-a7880b01b161} <Debug> executeQuery: Read 199 rows, 14.22 KiB in 0.00164 sec., 121341.46341463416 rows/sec., 8.47 MiB/sec. | ||
2743 | 2024.05.30 04:11:24.515732 [ 3 ] {5719ecbd-4abf-42b4-9348-a7880b01b161} <Debug> DynamicQueryHandler: Done processing query | ||
2744 | 2024.05.30 04:11:24.515757 [ 3 ] {5719ecbd-4abf-42b4-9348-a7880b01b161} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
2745 | 2024.05.30 04:11:24.515773 [ 3 ] {} <Debug> HTTP-Session: f09df9b0-ee35-46c2-8c50-fc7e5f030d4a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2746 | 2024.05.30 04:11:24.515942 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2747 | 2024.05.30 04:11:24.515991 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2748 | 2024.05.30 04:11:24.516011 [ 3 ] {} <Debug> HTTP-Session: 4067f902-c9fc-4851-88dd-45ad664a39fc Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
2749 | 2024.05.30 04:11:24.516028 [ 3 ] {} <Debug> HTTP-Session: 4067f902-c9fc-4851-88dd-45ad664a39fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2750 | 2024.05.30 04:11:24.516042 [ 3 ] {} <Debug> HTTP-Session: 4067f902-c9fc-4851-88dd-45ad664a39fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2751 | 2024.05.30 04:11:24.516072 [ 3 ] {} <Trace> HTTP-Session: 4067f902-c9fc-4851-88dd-45ad664a39fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2752 | 2024.05.30 04:11:24.516205 [ 3 ] {f5ae4740-7b8f-411a-b591-9f8ed2b53086} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2753 | 2024.05.30 04:11:24.516249 [ 3 ] {f5ae4740-7b8f-411a-b591-9f8ed2b53086} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2754 | 2024.05.30 04:11:24.516378 [ 3 ] {f5ae4740-7b8f-411a-b591-9f8ed2b53086} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2755 | 2024.05.30 04:11:24.516666 [ 3 ] {f5ae4740-7b8f-411a-b591-9f8ed2b53086} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2756 | 2024.05.30 04:11:24.516703 [ 3 ] {f5ae4740-7b8f-411a-b591-9f8ed2b53086} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
2757 | 2024.05.30 04:11:24.517060 [ 3 ] {f5ae4740-7b8f-411a-b591-9f8ed2b53086} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2758 | 2024.05.30 04:11:24.517396 [ 3 ] {f5ae4740-7b8f-411a-b591-9f8ed2b53086} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2759 | 2024.05.30 04:11:24.517547 [ 3 ] {f5ae4740-7b8f-411a-b591-9f8ed2b53086} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.0014 sec., 42857.142857142855 rows/sec., 2.89 MiB/sec. | ||
2760 | 2024.05.30 04:11:24.517715 [ 3 ] {f5ae4740-7b8f-411a-b591-9f8ed2b53086} <Debug> DynamicQueryHandler: Done processing query | ||
2761 | 2024.05.30 04:11:24.517740 [ 3 ] {f5ae4740-7b8f-411a-b591-9f8ed2b53086} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2762 | 2024.05.30 04:11:24.517756 [ 3 ] {} <Debug> HTTP-Session: 4067f902-c9fc-4851-88dd-45ad664a39fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2763 | 2024.05.30 04:11:28.103677 [ 46 ] {} <Debug> DNSResolver: Updating DNS cache | ||
2764 | 2024.05.30 04:11:28.103729 [ 46 ] {} <Debug> DNSResolver: Updated DNS cache | ||
2765 | 2024.05.30 04:11:29.494790 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 4497, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2766 | 2024.05.30 04:11:29.494929 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2767 | 2024.05.30 04:11:29.494959 [ 3 ] {} <Debug> HTTP-Session: 16207372-124e-4ec3-93ac-9854ed4f2a5b Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
2768 | 2024.05.30 04:11:29.494988 [ 3 ] {} <Debug> HTTP-Session: 16207372-124e-4ec3-93ac-9854ed4f2a5b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2769 | 2024.05.30 04:11:29.495007 [ 3 ] {} <Debug> HTTP-Session: 16207372-124e-4ec3-93ac-9854ed4f2a5b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2770 | 2024.05.30 04:11:29.495061 [ 3 ] {} <Trace> HTTP-Session: 16207372-124e-4ec3-93ac-9854ed4f2a5b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2771 | 2024.05.30 04:11:29.495275 [ 3 ] {c24624c4-cbeb-46c3-ab1f-03ac01f7f1b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2772 | 2024.05.30 04:11:29.495351 [ 3 ] {c24624c4-cbeb-46c3-ab1f-03ac01f7f1b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2773 | 2024.05.30 04:11:29.495560 [ 3 ] {c24624c4-cbeb-46c3-ab1f-03ac01f7f1b5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2774 | 2024.05.30 04:11:29.496036 [ 3 ] {c24624c4-cbeb-46c3-ab1f-03ac01f7f1b5} <Trace> oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2775 | 2024.05.30 04:11:29.496085 [ 3 ] {c24624c4-cbeb-46c3-ab1f-03ac01f7f1b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
2776 | 2024.05.30 04:11:29.496451 [ 3 ] {c24624c4-cbeb-46c3-ab1f-03ac01f7f1b5} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2777 | 2024.05.30 04:11:29.496780 [ 3 ] {c24624c4-cbeb-46c3-ab1f-03ac01f7f1b5} <Trace> oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2778 | 2024.05.30 04:11:29.496963 [ 3 ] {c24624c4-cbeb-46c3-ab1f-03ac01f7f1b5} <Debug> executeQuery: Read 31 rows, 2.51 KiB in 0.001748 sec., 17734.55377574371 rows/sec., 1.40 MiB/sec. | ||
2779 | 2024.05.30 04:11:29.497177 [ 3 ] {c24624c4-cbeb-46c3-ab1f-03ac01f7f1b5} <Debug> DynamicQueryHandler: Done processing query | ||
2780 | 2024.05.30 04:11:29.497205 [ 3 ] {c24624c4-cbeb-46c3-ab1f-03ac01f7f1b5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2781 | 2024.05.30 04:11:29.497222 [ 3 ] {} <Debug> HTTP-Session: 16207372-124e-4ec3-93ac-9854ed4f2a5b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2782 | 2024.05.30 04:11:29.497385 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 21838, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2783 | 2024.05.30 04:11:29.497442 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2784 | 2024.05.30 04:11:29.497463 [ 3 ] {} <Debug> HTTP-Session: 1acd64b0-afea-4730-8327-6a543bfe8f60 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
2785 | 2024.05.30 04:11:29.497480 [ 3 ] {} <Debug> HTTP-Session: 1acd64b0-afea-4730-8327-6a543bfe8f60 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2786 | 2024.05.30 04:11:29.497494 [ 3 ] {} <Debug> HTTP-Session: 1acd64b0-afea-4730-8327-6a543bfe8f60 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2787 | 2024.05.30 04:11:29.497532 [ 3 ] {} <Trace> HTTP-Session: 1acd64b0-afea-4730-8327-6a543bfe8f60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2788 | 2024.05.30 04:11:29.497680 [ 3 ] {93f92539-429f-4c2a-b134-61766328122d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2789 | 2024.05.30 04:11:29.497727 [ 3 ] {93f92539-429f-4c2a-b134-61766328122d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2790 | 2024.05.30 04:11:29.497859 [ 3 ] {93f92539-429f-4c2a-b134-61766328122d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2791 | 2024.05.30 04:11:29.498246 [ 3 ] {93f92539-429f-4c2a-b134-61766328122d} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2792 | 2024.05.30 04:11:29.498284 [ 3 ] {93f92539-429f-4c2a-b134-61766328122d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
2793 | 2024.05.30 04:11:29.498608 [ 3 ] {93f92539-429f-4c2a-b134-61766328122d} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2794 | 2024.05.30 04:11:29.498909 [ 3 ] {93f92539-429f-4c2a-b134-61766328122d} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2795 | 2024.05.30 04:11:29.499072 [ 3 ] {93f92539-429f-4c2a-b134-61766328122d} <Debug> executeQuery: Read 149 rows, 12.78 KiB in 0.001446 sec., 103042.87690179807 rows/sec., 8.63 MiB/sec. | ||
2796 | 2024.05.30 04:11:29.499240 [ 3 ] {93f92539-429f-4c2a-b134-61766328122d} <Debug> DynamicQueryHandler: Done processing query | ||
2797 | 2024.05.30 04:11:29.499265 [ 3 ] {93f92539-429f-4c2a-b134-61766328122d} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
2798 | 2024.05.30 04:11:29.499281 [ 3 ] {} <Debug> HTTP-Session: 1acd64b0-afea-4730-8327-6a543bfe8f60 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2799 | 2024.05.30 04:11:29.499465 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 16124, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2800 | 2024.05.30 04:11:29.499518 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2801 | 2024.05.30 04:11:29.499536 [ 3 ] {} <Debug> HTTP-Session: ac7406e6-238c-45f6-bad6-b3ba98c13563 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
2802 | 2024.05.30 04:11:29.499554 [ 3 ] {} <Debug> HTTP-Session: ac7406e6-238c-45f6-bad6-b3ba98c13563 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2803 | 2024.05.30 04:11:29.499568 [ 3 ] {} <Debug> HTTP-Session: ac7406e6-238c-45f6-bad6-b3ba98c13563 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2804 | 2024.05.30 04:11:29.499605 [ 3 ] {} <Trace> HTTP-Session: ac7406e6-238c-45f6-bad6-b3ba98c13563 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2805 | 2024.05.30 04:11:29.499739 [ 3 ] {07c87829-c880-46eb-bf75-d2ae7582413d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2806 | 2024.05.30 04:11:29.499782 [ 3 ] {07c87829-c880-46eb-bf75-d2ae7582413d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2807 | 2024.05.30 04:11:29.499913 [ 3 ] {07c87829-c880-46eb-bf75-d2ae7582413d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2808 | 2024.05.30 04:11:29.500258 [ 3 ] {07c87829-c880-46eb-bf75-d2ae7582413d} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2809 | 2024.05.30 04:11:29.500295 [ 3 ] {07c87829-c880-46eb-bf75-d2ae7582413d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
2810 | 2024.05.30 04:11:29.500601 [ 3 ] {07c87829-c880-46eb-bf75-d2ae7582413d} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2811 | 2024.05.30 04:11:29.500907 [ 3 ] {07c87829-c880-46eb-bf75-d2ae7582413d} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2812 | 2024.05.30 04:11:29.501061 [ 3 ] {07c87829-c880-46eb-bf75-d2ae7582413d} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.001368 sec., 69444.44444444444 rows/sec., 5.42 MiB/sec. | ||
2813 | 2024.05.30 04:11:29.501265 [ 3 ] {07c87829-c880-46eb-bf75-d2ae7582413d} <Debug> DynamicQueryHandler: Done processing query | ||
2814 | 2024.05.30 04:11:29.501290 [ 3 ] {07c87829-c880-46eb-bf75-d2ae7582413d} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
2815 | 2024.05.30 04:11:29.501307 [ 3 ] {} <Debug> HTTP-Session: ac7406e6-238c-45f6-bad6-b3ba98c13563 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2816 | 2024.05.30 04:11:29.501457 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 30571, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2817 | 2024.05.30 04:11:29.501508 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2818 | 2024.05.30 04:11:29.501528 [ 3 ] {} <Debug> HTTP-Session: 8e884d27-9fa2-46f4-a7b9-b83ea3fae272 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
2819 | 2024.05.30 04:11:29.501545 [ 3 ] {} <Debug> HTTP-Session: 8e884d27-9fa2-46f4-a7b9-b83ea3fae272 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2820 | 2024.05.30 04:11:29.501559 [ 3 ] {} <Debug> HTTP-Session: 8e884d27-9fa2-46f4-a7b9-b83ea3fae272 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2821 | 2024.05.30 04:11:29.501592 [ 3 ] {} <Trace> HTTP-Session: 8e884d27-9fa2-46f4-a7b9-b83ea3fae272 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2822 | 2024.05.30 04:11:29.501752 [ 3 ] {13e76a29-08be-4d50-b606-da0e9806019f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2823 | 2024.05.30 04:11:29.501800 [ 3 ] {13e76a29-08be-4d50-b606-da0e9806019f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2824 | 2024.05.30 04:11:29.501946 [ 3 ] {13e76a29-08be-4d50-b606-da0e9806019f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2825 | 2024.05.30 04:11:29.502332 [ 3 ] {13e76a29-08be-4d50-b606-da0e9806019f} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2826 | 2024.05.30 04:11:29.502369 [ 3 ] {13e76a29-08be-4d50-b606-da0e9806019f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
2827 | 2024.05.30 04:11:29.502761 [ 3 ] {13e76a29-08be-4d50-b606-da0e9806019f} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2828 | 2024.05.30 04:11:29.503112 [ 3 ] {13e76a29-08be-4d50-b606-da0e9806019f} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2829 | 2024.05.30 04:11:29.503269 [ 3 ] {13e76a29-08be-4d50-b606-da0e9806019f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001588 sec., 100755.66750629724 rows/sec., 7.02 MiB/sec. | ||
2830 | 2024.05.30 04:11:29.503439 [ 3 ] {13e76a29-08be-4d50-b606-da0e9806019f} <Debug> DynamicQueryHandler: Done processing query | ||
2831 | 2024.05.30 04:11:29.503464 [ 3 ] {13e76a29-08be-4d50-b606-da0e9806019f} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
2832 | 2024.05.30 04:11:29.503480 [ 3 ] {} <Debug> HTTP-Session: 8e884d27-9fa2-46f4-a7b9-b83ea3fae272 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2833 | 2024.05.30 04:11:29.503656 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 33190, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2834 | 2024.05.30 04:11:29.503708 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2835 | 2024.05.30 04:11:29.503728 [ 3 ] {} <Debug> HTTP-Session: 962449ef-85a8-42c0-8d0e-9659f53dcdae Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
2836 | 2024.05.30 04:11:29.503746 [ 3 ] {} <Debug> HTTP-Session: 962449ef-85a8-42c0-8d0e-9659f53dcdae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2837 | 2024.05.30 04:11:29.503759 [ 3 ] {} <Debug> HTTP-Session: 962449ef-85a8-42c0-8d0e-9659f53dcdae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2838 | 2024.05.30 04:11:29.503792 [ 3 ] {} <Trace> HTTP-Session: 962449ef-85a8-42c0-8d0e-9659f53dcdae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2839 | 2024.05.30 04:11:29.504085 [ 3 ] {97020095-01ee-42b5-8d1e-ed39f3b723ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2840 | 2024.05.30 04:11:29.504134 [ 3 ] {97020095-01ee-42b5-8d1e-ed39f3b723ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
2841 | 2024.05.30 04:11:29.504294 [ 3 ] {97020095-01ee-42b5-8d1e-ed39f3b723ac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2842 | 2024.05.30 04:11:29.504759 [ 3 ] {97020095-01ee-42b5-8d1e-ed39f3b723ac} <Trace> oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2843 | 2024.05.30 04:11:29.504795 [ 3 ] {97020095-01ee-42b5-8d1e-ed39f3b723ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
2844 | 2024.05.30 04:11:29.505250 [ 3 ] {97020095-01ee-42b5-8d1e-ed39f3b723ac} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2845 | 2024.05.30 04:11:29.505593 [ 3 ] {97020095-01ee-42b5-8d1e-ed39f3b723ac} <Trace> oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2846 | 2024.05.30 04:11:29.505754 [ 3 ] {97020095-01ee-42b5-8d1e-ed39f3b723ac} <Debug> executeQuery: Read 31 rows, 42.84 KiB in 0.001874 sec., 16542.155816435432 rows/sec., 22.32 MiB/sec. | ||
2847 | 2024.05.30 04:11:29.505933 [ 3 ] {97020095-01ee-42b5-8d1e-ed39f3b723ac} <Debug> DynamicQueryHandler: Done processing query | ||
2848 | 2024.05.30 04:11:29.505959 [ 3 ] {97020095-01ee-42b5-8d1e-ed39f3b723ac} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
2849 | 2024.05.30 04:11:29.505975 [ 3 ] {} <Debug> HTTP-Session: 962449ef-85a8-42c0-8d0e-9659f53dcdae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2850 | 2024.05.30 04:11:29.506093 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2851 | 2024.05.30 04:11:29.506144 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2852 | 2024.05.30 04:11:29.506164 [ 3 ] {} <Debug> HTTP-Session: 1936d3ea-9ce6-4df4-b182-867a42fc2ad0 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
2853 | 2024.05.30 04:11:29.506181 [ 3 ] {} <Debug> HTTP-Session: 1936d3ea-9ce6-4df4-b182-867a42fc2ad0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2854 | 2024.05.30 04:11:29.506194 [ 3 ] {} <Debug> HTTP-Session: 1936d3ea-9ce6-4df4-b182-867a42fc2ad0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2855 | 2024.05.30 04:11:29.506226 [ 3 ] {} <Trace> HTTP-Session: 1936d3ea-9ce6-4df4-b182-867a42fc2ad0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2856 | 2024.05.30 04:11:29.506343 [ 3 ] {16dee8db-5044-447e-83da-f974452ab043} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2857 | 2024.05.30 04:11:29.506386 [ 3 ] {16dee8db-5044-447e-83da-f974452ab043} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2858 | 2024.05.30 04:11:29.506514 [ 3 ] {16dee8db-5044-447e-83da-f974452ab043} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2859 | 2024.05.30 04:11:29.506799 [ 3 ] {16dee8db-5044-447e-83da-f974452ab043} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2860 | 2024.05.30 04:11:29.506836 [ 3 ] {16dee8db-5044-447e-83da-f974452ab043} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
2861 | 2024.05.30 04:11:29.507211 [ 3 ] {16dee8db-5044-447e-83da-f974452ab043} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2862 | 2024.05.30 04:11:29.507527 [ 3 ] {16dee8db-5044-447e-83da-f974452ab043} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2863 | 2024.05.30 04:11:29.507676 [ 3 ] {16dee8db-5044-447e-83da-f974452ab043} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001378 sec., 43541.36429608127 rows/sec., 2.93 MiB/sec. | ||
2864 | 2024.05.30 04:11:29.507832 [ 3 ] {16dee8db-5044-447e-83da-f974452ab043} <Debug> DynamicQueryHandler: Done processing query | ||
2865 | 2024.05.30 04:11:29.507856 [ 3 ] {16dee8db-5044-447e-83da-f974452ab043} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2866 | 2024.05.30 04:11:29.507870 [ 3 ] {} <Debug> HTTP-Session: 1936d3ea-9ce6-4df4-b182-867a42fc2ad0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2867 | 2024.05.30 04:11:34.494064 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 7798, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2868 | 2024.05.30 04:11:34.494224 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2869 | 2024.05.30 04:11:34.494264 [ 3 ] {} <Debug> HTTP-Session: 3c4523ba-030b-4f9e-aa22-ef7876dfda7c Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
2870 | 2024.05.30 04:11:34.494296 [ 3 ] {} <Debug> HTTP-Session: 3c4523ba-030b-4f9e-aa22-ef7876dfda7c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2871 | 2024.05.30 04:11:34.494319 [ 3 ] {} <Debug> HTTP-Session: 3c4523ba-030b-4f9e-aa22-ef7876dfda7c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2872 | 2024.05.30 04:11:34.494384 [ 3 ] {} <Trace> HTTP-Session: 3c4523ba-030b-4f9e-aa22-ef7876dfda7c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2873 | 2024.05.30 04:11:34.494649 [ 3 ] {4e733f7c-9122-4725-b8db-353c64d164fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2874 | 2024.05.30 04:11:34.494745 [ 3 ] {4e733f7c-9122-4725-b8db-353c64d164fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2875 | 2024.05.30 04:11:34.494949 [ 3 ] {4e733f7c-9122-4725-b8db-353c64d164fb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2876 | 2024.05.30 04:11:34.495415 [ 3 ] {4e733f7c-9122-4725-b8db-353c64d164fb} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2877 | 2024.05.30 04:11:34.495460 [ 3 ] {4e733f7c-9122-4725-b8db-353c64d164fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
2878 | 2024.05.30 04:11:34.495837 [ 3 ] {4e733f7c-9122-4725-b8db-353c64d164fb} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2879 | 2024.05.30 04:11:34.496188 [ 3 ] {4e733f7c-9122-4725-b8db-353c64d164fb} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2880 | 2024.05.30 04:11:34.496360 [ 3 ] {4e733f7c-9122-4725-b8db-353c64d164fb} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001801 sec., 31093.83675735702 rows/sec., 2.37 MiB/sec. | ||
2881 | 2024.05.30 04:11:34.496671 [ 3 ] {4e733f7c-9122-4725-b8db-353c64d164fb} <Debug> DynamicQueryHandler: Done processing query | ||
2882 | 2024.05.30 04:11:34.496719 [ 3 ] {4e733f7c-9122-4725-b8db-353c64d164fb} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2883 | 2024.05.30 04:11:34.496752 [ 3 ] {} <Debug> HTTP-Session: 3c4523ba-030b-4f9e-aa22-ef7876dfda7c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2884 | 2024.05.30 04:11:34.496938 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 10872, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2885 | 2024.05.30 04:11:34.497011 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2886 | 2024.05.30 04:11:34.497036 [ 3 ] {} <Debug> HTTP-Session: 7f245c78-2ebc-4bd2-bb72-92efbd0cef3c Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
2887 | 2024.05.30 04:11:34.497054 [ 3 ] {} <Debug> HTTP-Session: 7f245c78-2ebc-4bd2-bb72-92efbd0cef3c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2888 | 2024.05.30 04:11:34.497070 [ 3 ] {} <Debug> HTTP-Session: 7f245c78-2ebc-4bd2-bb72-92efbd0cef3c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2889 | 2024.05.30 04:11:34.497113 [ 3 ] {} <Trace> HTTP-Session: 7f245c78-2ebc-4bd2-bb72-92efbd0cef3c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2890 | 2024.05.30 04:11:34.497265 [ 3 ] {fd4d8939-a1b1-40cd-8df3-f494c59d910f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2891 | 2024.05.30 04:11:34.497315 [ 3 ] {fd4d8939-a1b1-40cd-8df3-f494c59d910f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2892 | 2024.05.30 04:11:34.497505 [ 3 ] {fd4d8939-a1b1-40cd-8df3-f494c59d910f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2893 | 2024.05.30 04:11:34.497926 [ 3 ] {fd4d8939-a1b1-40cd-8df3-f494c59d910f} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2894 | 2024.05.30 04:11:34.497968 [ 3 ] {fd4d8939-a1b1-40cd-8df3-f494c59d910f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
2895 | 2024.05.30 04:11:34.498394 [ 3 ] {fd4d8939-a1b1-40cd-8df3-f494c59d910f} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2896 | 2024.05.30 04:11:34.498725 [ 3 ] {fd4d8939-a1b1-40cd-8df3-f494c59d910f} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2897 | 2024.05.30 04:11:34.498884 [ 3 ] {fd4d8939-a1b1-40cd-8df3-f494c59d910f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001661 sec., 38531.00541842264 rows/sec., 3.01 MiB/sec. | ||
2898 | 2024.05.30 04:11:34.499074 [ 3 ] {fd4d8939-a1b1-40cd-8df3-f494c59d910f} <Debug> DynamicQueryHandler: Done processing query | ||
2899 | 2024.05.30 04:11:34.499100 [ 3 ] {fd4d8939-a1b1-40cd-8df3-f494c59d910f} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
2900 | 2024.05.30 04:11:34.499116 [ 3 ] {} <Debug> HTTP-Session: 7f245c78-2ebc-4bd2-bb72-92efbd0cef3c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2901 | 2024.05.30 04:11:34.499362 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2902 | 2024.05.30 04:11:34.499421 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2903 | 2024.05.30 04:11:34.499440 [ 3 ] {} <Debug> HTTP-Session: 86e3f02b-7110-4586-ad7b-53f91ce19142 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
2904 | 2024.05.30 04:11:34.499457 [ 3 ] {} <Debug> HTTP-Session: 86e3f02b-7110-4586-ad7b-53f91ce19142 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2905 | 2024.05.30 04:11:34.499471 [ 3 ] {} <Debug> HTTP-Session: 86e3f02b-7110-4586-ad7b-53f91ce19142 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2906 | 2024.05.30 04:11:34.499503 [ 3 ] {} <Trace> HTTP-Session: 86e3f02b-7110-4586-ad7b-53f91ce19142 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2907 | 2024.05.30 04:11:34.499672 [ 3 ] {aa91b279-6d5b-4e5d-b669-048728ea1021} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2908 | 2024.05.30 04:11:34.499723 [ 3 ] {aa91b279-6d5b-4e5d-b669-048728ea1021} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2909 | 2024.05.30 04:11:34.499873 [ 3 ] {aa91b279-6d5b-4e5d-b669-048728ea1021} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2910 | 2024.05.30 04:11:34.500277 [ 3 ] {aa91b279-6d5b-4e5d-b669-048728ea1021} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2911 | 2024.05.30 04:11:34.500315 [ 3 ] {aa91b279-6d5b-4e5d-b669-048728ea1021} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
2912 | 2024.05.30 04:11:34.500740 [ 3 ] {aa91b279-6d5b-4e5d-b669-048728ea1021} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2913 | 2024.05.30 04:11:34.501086 [ 3 ] {aa91b279-6d5b-4e5d-b669-048728ea1021} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2914 | 2024.05.30 04:11:34.501255 [ 3 ] {aa91b279-6d5b-4e5d-b669-048728ea1021} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001662 sec., 96269.55475330926 rows/sec., 6.70 MiB/sec. | ||
2915 | 2024.05.30 04:11:34.501439 [ 3 ] {aa91b279-6d5b-4e5d-b669-048728ea1021} <Debug> DynamicQueryHandler: Done processing query | ||
2916 | 2024.05.30 04:11:34.501463 [ 3 ] {aa91b279-6d5b-4e5d-b669-048728ea1021} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
2917 | 2024.05.30 04:11:34.501480 [ 3 ] {} <Debug> HTTP-Session: 86e3f02b-7110-4586-ad7b-53f91ce19142 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2918 | 2024.05.30 04:11:34.501614 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2919 | 2024.05.30 04:11:34.501668 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2920 | 2024.05.30 04:11:34.501688 [ 3 ] {} <Debug> HTTP-Session: 0bceb61a-9009-44c1-ba73-c5d42e114675 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
2921 | 2024.05.30 04:11:34.501705 [ 3 ] {} <Debug> HTTP-Session: 0bceb61a-9009-44c1-ba73-c5d42e114675 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2922 | 2024.05.30 04:11:34.501722 [ 3 ] {} <Debug> HTTP-Session: 0bceb61a-9009-44c1-ba73-c5d42e114675 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2923 | 2024.05.30 04:11:34.501755 [ 3 ] {} <Trace> HTTP-Session: 0bceb61a-9009-44c1-ba73-c5d42e114675 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2924 | 2024.05.30 04:11:34.501886 [ 3 ] {1b103866-85f4-4953-8617-f4c2d9f0fe9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2925 | 2024.05.30 04:11:34.501933 [ 3 ] {1b103866-85f4-4953-8617-f4c2d9f0fe9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2926 | 2024.05.30 04:11:34.502061 [ 3 ] {1b103866-85f4-4953-8617-f4c2d9f0fe9a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2927 | 2024.05.30 04:11:34.502435 [ 3 ] {1b103866-85f4-4953-8617-f4c2d9f0fe9a} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2928 | 2024.05.30 04:11:34.502474 [ 3 ] {1b103866-85f4-4953-8617-f4c2d9f0fe9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
2929 | 2024.05.30 04:11:34.502854 [ 3 ] {1b103866-85f4-4953-8617-f4c2d9f0fe9a} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2930 | 2024.05.30 04:11:34.503181 [ 3 ] {1b103866-85f4-4953-8617-f4c2d9f0fe9a} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2931 | 2024.05.30 04:11:34.503352 [ 3 ] {1b103866-85f4-4953-8617-f4c2d9f0fe9a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001502 sec., 39946.73768308921 rows/sec., 2.69 MiB/sec. | ||
2932 | 2024.05.30 04:11:34.503599 [ 3 ] {1b103866-85f4-4953-8617-f4c2d9f0fe9a} <Debug> DynamicQueryHandler: Done processing query | ||
2933 | 2024.05.30 04:11:34.503626 [ 3 ] {1b103866-85f4-4953-8617-f4c2d9f0fe9a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2934 | 2024.05.30 04:11:34.503643 [ 3 ] {} <Debug> HTTP-Session: 0bceb61a-9009-44c1-ba73-c5d42e114675 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2935 | 2024.05.30 04:11:35.162232 [ 37 ] {} <Debug> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
2936 | 2024.05.30 04:11:35.162302 [ 37 ] {} <Trace> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2937 | 2024.05.30 04:11:35.162332 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
2938 | 2024.05.30 04:11:35.162554 [ 197 ] {3e8c99b1-a8f5-4577-838c-ae8a043781af::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.05.30 04:11:35.162937 [ 197 ] {3e8c99b1-a8f5-4577-838c-ae8a043781af::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2940 | 2024.05.30 04:11:35.162986 [ 197 ] {3e8c99b1-a8f5-4577-838c-ae8a043781af::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 | ||
2941 | 2024.05.30 04:11:35.163092 [ 197 ] {3e8c99b1-a8f5-4577-838c-ae8a043781af::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 14 rows starting from the beginning of the part | ||
2942 | 2024.05.30 04:11:35.163189 [ 197 ] {3e8c99b1-a8f5-4577-838c-ae8a043781af::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 | ||
2943 | 2024.05.30 04:11:35.163276 [ 197 ] {3e8c99b1-a8f5-4577-838c-ae8a043781af::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 | ||
2944 | 2024.05.30 04:11:35.163350 [ 197 ] {3e8c99b1-a8f5-4577-838c-ae8a043781af::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part | ||
2945 | 2024.05.30 04:11:35.165418 [ 200 ] {3e8c99b1-a8f5-4577-838c-ae8a043781af::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 29 rows, containing 6 columns (6 merged, 0 gathered) in 0.002997293 sec., 9675.397099983218 rows/sec., 1.35 MiB/sec. | ||
2946 | 2024.05.30 04:11:35.165611 [ 200 ] {3e8c99b1-a8f5-4577-838c-ae8a043781af::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
2947 | 2024.05.30 04:11:35.166183 [ 200 ] {3e8c99b1-a8f5-4577-838c-ae8a043781af::all_1_5_1} <Trace> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2948 | 2024.05.30 04:11:35.166271 [ 200 ] {3e8c99b1-a8f5-4577-838c-ae8a043781af::all_1_5_1} <Trace> oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
2949 | 2024.05.30 04:11:35.166371 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
2950 | 2024.05.30 04:11:39.495131 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 4497, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2951 | 2024.05.30 04:11:39.495253 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2952 | 2024.05.30 04:11:39.495276 [ 3 ] {} <Debug> HTTP-Session: ff8aaa27-a187-400e-8d94-a982589ea975 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
2953 | 2024.05.30 04:11:39.495299 [ 3 ] {} <Debug> HTTP-Session: ff8aaa27-a187-400e-8d94-a982589ea975 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2954 | 2024.05.30 04:11:39.495314 [ 3 ] {} <Debug> HTTP-Session: ff8aaa27-a187-400e-8d94-a982589ea975 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2955 | 2024.05.30 04:11:39.495362 [ 3 ] {} <Trace> HTTP-Session: ff8aaa27-a187-400e-8d94-a982589ea975 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2956 | 2024.05.30 04:11:39.495552 [ 3 ] {02dee34c-21a9-4ec9-837c-051a320659e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2957 | 2024.05.30 04:11:39.495616 [ 3 ] {02dee34c-21a9-4ec9-837c-051a320659e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2958 | 2024.05.30 04:11:39.495795 [ 3 ] {02dee34c-21a9-4ec9-837c-051a320659e4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2959 | 2024.05.30 04:11:39.496310 [ 3 ] {02dee34c-21a9-4ec9-837c-051a320659e4} <Trace> oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2960 | 2024.05.30 04:11:39.496355 [ 3 ] {02dee34c-21a9-4ec9-837c-051a320659e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
2961 | 2024.05.30 04:11:39.496715 [ 3 ] {02dee34c-21a9-4ec9-837c-051a320659e4} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
2962 | 2024.05.30 04:11:39.497039 [ 3 ] {02dee34c-21a9-4ec9-837c-051a320659e4} <Trace> oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2963 | 2024.05.30 04:11:39.497223 [ 29 ] {} <Debug> oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
2964 | 2024.05.30 04:11:39.497230 [ 3 ] {02dee34c-21a9-4ec9-837c-051a320659e4} <Debug> executeQuery: Read 31 rows, 2.51 KiB in 0.001727 sec., 17950.20266357846 rows/sec., 1.42 MiB/sec. | ||
2965 | 2024.05.30 04:11:39.497318 [ 29 ] {} <Trace> oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2966 | 2024.05.30 04:11:39.497391 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
2967 | 2024.05.30 04:11:39.497654 [ 3 ] {02dee34c-21a9-4ec9-837c-051a320659e4} <Debug> DynamicQueryHandler: Done processing query | ||
2968 | 2024.05.30 04:11:39.497712 [ 198 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::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 | ||
2969 | 2024.05.30 04:11:39.497733 [ 3 ] {02dee34c-21a9-4ec9-837c-051a320659e4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2970 | 2024.05.30 04:11:39.497819 [ 3 ] {} <Debug> HTTP-Session: ff8aaa27-a187-400e-8d94-a982589ea975 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2971 | 2024.05.30 04:11:39.497968 [ 198 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2972 | 2024.05.30 04:11:39.497997 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2973 | 2024.05.30 04:11:39.498037 [ 198 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 20 rows starting from the beginning of the part | ||
2974 | 2024.05.30 04:11:39.498085 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2975 | 2024.05.30 04:11:39.498130 [ 3 ] {} <Debug> HTTP-Session: e401e408-2fd5-499b-84b3-14cca3dc04bb Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
2976 | 2024.05.30 04:11:39.498169 [ 3 ] {} <Debug> HTTP-Session: e401e408-2fd5-499b-84b3-14cca3dc04bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2977 | 2024.05.30 04:11:39.498243 [ 3 ] {} <Debug> HTTP-Session: e401e408-2fd5-499b-84b3-14cca3dc04bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2978 | 2024.05.30 04:11:39.498321 [ 198 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 20 rows starting from the beginning of the part | ||
2979 | 2024.05.30 04:11:39.498364 [ 3 ] {} <Trace> HTTP-Session: e401e408-2fd5-499b-84b3-14cca3dc04bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2980 | 2024.05.30 04:11:39.498586 [ 198 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 20 rows starting from the beginning of the part | ||
2981 | 2024.05.30 04:11:39.498755 [ 3 ] {a44f479b-583c-4ab7-be18-67e9cfaa78a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
2982 | 2024.05.30 04:11:39.498845 [ 198 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 31 rows starting from the beginning of the part | ||
2983 | 2024.05.30 04:11:39.498910 [ 3 ] {a44f479b-583c-4ab7-be18-67e9cfaa78a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
2984 | 2024.05.30 04:11:39.499087 [ 198 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 31 rows starting from the beginning of the part | ||
2985 | 2024.05.30 04:11:39.499395 [ 198 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 31 rows starting from the beginning of the part | ||
2986 | 2024.05.30 04:11:39.500004 [ 3 ] {a44f479b-583c-4ab7-be18-67e9cfaa78a6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2987 | 2024.05.30 04:11:39.500749 [ 3 ] {a44f479b-583c-4ab7-be18-67e9cfaa78a6} <Trace> oximeter.fields_ipaddr (7437664c-5015-4ab1-bcc0-e9747c26d3d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2988 | 2024.05.30 04:11:39.500812 [ 3 ] {a44f479b-583c-4ab7-be18-67e9cfaa78a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
2989 | 2024.05.30 04:11:39.501803 [ 3 ] {a44f479b-583c-4ab7-be18-67e9cfaa78a6} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2990 | 2024.05.30 04:11:39.502016 [ 197 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 153 rows, containing 4 columns (4 merged, 0 gathered) in 0.004489789 sec., 34077.32523733298 rows/sec., 2.70 MiB/sec. | ||
2991 | 2024.05.30 04:11:39.502311 [ 197 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
2992 | 2024.05.30 04:11:39.502475 [ 3 ] {a44f479b-583c-4ab7-be18-67e9cfaa78a6} <Trace> oximeter.fields_ipaddr (7437664c-5015-4ab1-bcc0-e9747c26d3d7): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2993 | 2024.05.30 04:11:39.502822 [ 3 ] {a44f479b-583c-4ab7-be18-67e9cfaa78a6} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.004206 sec., 951.0223490252022 rows/sec., 77.55 KiB/sec. | ||
2994 | 2024.05.30 04:11:39.503474 [ 3 ] {a44f479b-583c-4ab7-be18-67e9cfaa78a6} <Debug> DynamicQueryHandler: Done processing query | ||
2995 | 2024.05.30 04:11:39.503508 [ 3 ] {a44f479b-583c-4ab7-be18-67e9cfaa78a6} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2996 | 2024.05.30 04:11:39.503542 [ 3 ] {} <Debug> HTTP-Session: e401e408-2fd5-499b-84b3-14cca3dc04bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2997 | 2024.05.30 04:11:39.503635 [ 197 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_6_1} <Trace> oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2998 | 2024.05.30 04:11:39.503741 [ 197 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_6_1} <Trace> oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
2999 | 2024.05.30 04:11:39.503761 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 22104, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3000 | 2024.05.30 04:11:39.503869 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3001 | 2024.05.30 04:11:39.503903 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
3002 | 2024.05.30 04:11:39.503914 [ 3 ] {} <Debug> HTTP-Session: e2685f66-045f-4b46-8f42-55f974cc4684 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
3003 | 2024.05.30 04:11:39.503959 [ 3 ] {} <Debug> HTTP-Session: e2685f66-045f-4b46-8f42-55f974cc4684 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3004 | 2024.05.30 04:11:39.503973 [ 3 ] {} <Debug> HTTP-Session: e2685f66-045f-4b46-8f42-55f974cc4684 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3005 | 2024.05.30 04:11:39.504006 [ 3 ] {} <Trace> HTTP-Session: e2685f66-045f-4b46-8f42-55f974cc4684 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3006 | 2024.05.30 04:11:39.504158 [ 3 ] {6e60ead2-adcd-4c04-a918-01752ca015f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3007 | 2024.05.30 04:11:39.504204 [ 3 ] {6e60ead2-adcd-4c04-a918-01752ca015f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3008 | 2024.05.30 04:11:39.504352 [ 3 ] {6e60ead2-adcd-4c04-a918-01752ca015f0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3009 | 2024.05.30 04:11:39.504774 [ 3 ] {6e60ead2-adcd-4c04-a918-01752ca015f0} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3010 | 2024.05.30 04:11:39.504811 [ 3 ] {6e60ead2-adcd-4c04-a918-01752ca015f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
3011 | 2024.05.30 04:11:39.505148 [ 3 ] {6e60ead2-adcd-4c04-a918-01752ca015f0} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3012 | 2024.05.30 04:11:39.505460 [ 3 ] {6e60ead2-adcd-4c04-a918-01752ca015f0} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3013 | 2024.05.30 04:11:39.505613 [ 29 ] {} <Debug> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3014 | 2024.05.30 04:11:39.505628 [ 3 ] {6e60ead2-adcd-4c04-a918-01752ca015f0} <Debug> executeQuery: Read 151 rows, 12.93 KiB in 0.001527 sec., 98886.70595939751 rows/sec., 8.27 MiB/sec. | ||
3015 | 2024.05.30 04:11:39.505664 [ 29 ] {} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3016 | 2024.05.30 04:11:39.505727 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
3017 | 2024.05.30 04:11:39.506008 [ 3 ] {6e60ead2-adcd-4c04-a918-01752ca015f0} <Debug> DynamicQueryHandler: Done processing query | ||
3018 | 2024.05.30 04:11:39.506092 [ 3 ] {6e60ead2-adcd-4c04-a918-01752ca015f0} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
3019 | 2024.05.30 04:11:39.506147 [ 199 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::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 | ||
3020 | 2024.05.30 04:11:39.506160 [ 3 ] {} <Debug> HTTP-Session: e2685f66-045f-4b46-8f42-55f974cc4684 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3021 | 2024.05.30 04:11:39.506397 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 608, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3022 | 2024.05.30 04:11:39.506400 [ 199 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3023 | 2024.05.30 04:11:39.506479 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3024 | 2024.05.30 04:11:39.506479 [ 199 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 152 rows starting from the beginning of the part | ||
3025 | 2024.05.30 04:11:39.506515 [ 3 ] {} <Debug> HTTP-Session: 484da293-d9ed-46d8-a07b-56a29d6f9130 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
3026 | 2024.05.30 04:11:39.506538 [ 3 ] {} <Debug> HTTP-Session: 484da293-d9ed-46d8-a07b-56a29d6f9130 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3027 | 2024.05.30 04:11:39.506569 [ 3 ] {} <Debug> HTTP-Session: 484da293-d9ed-46d8-a07b-56a29d6f9130 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3028 | 2024.05.30 04:11:39.506676 [ 3 ] {} <Trace> HTTP-Session: 484da293-d9ed-46d8-a07b-56a29d6f9130 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3029 | 2024.05.30 04:11:39.506829 [ 199 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 149 rows starting from the beginning of the part | ||
3030 | 2024.05.30 04:11:39.507073 [ 3 ] {13ac5de8-43b3-423e-a782-b1e8798fb71a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3031 | 2024.05.30 04:11:39.507097 [ 199 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 95 rows starting from the beginning of the part | ||
3032 | 2024.05.30 04:11:39.507203 [ 3 ] {13ac5de8-43b3-423e-a782-b1e8798fb71a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3033 | 2024.05.30 04:11:39.507526 [ 199 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 149 rows starting from the beginning of the part | ||
3034 | 2024.05.30 04:11:39.507877 [ 199 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 56 rows starting from the beginning of the part | ||
3035 | 2024.05.30 04:11:39.508039 [ 3 ] {13ac5de8-43b3-423e-a782-b1e8798fb71a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3036 | 2024.05.30 04:11:39.508180 [ 199 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 151 rows starting from the beginning of the part | ||
3037 | 2024.05.30 04:11:39.508933 [ 3 ] {13ac5de8-43b3-423e-a782-b1e8798fb71a} <Trace> oximeter.fields_u16 (f5010535-cd64-42d7-ac63-98dfd59d33c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3038 | 2024.05.30 04:11:39.508988 [ 3 ] {13ac5de8-43b3-423e-a782-b1e8798fb71a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
3039 | 2024.05.30 04:11:39.509820 [ 3 ] {13ac5de8-43b3-423e-a782-b1e8798fb71a} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
3040 | 2024.05.30 04:11:39.510787 [ 3 ] {13ac5de8-43b3-423e-a782-b1e8798fb71a} <Trace> oximeter.fields_u16 (f5010535-cd64-42d7-ac63-98dfd59d33c1): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3041 | 2024.05.30 04:11:39.511221 [ 3 ] {13ac5de8-43b3-423e-a782-b1e8798fb71a} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.004252 sec., 940.7337723424272 rows/sec., 65.69 KiB/sec. | ||
3042 | 2024.05.30 04:11:39.511627 [ 199 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 752 rows, containing 4 columns (4 merged, 0 gathered) in 0.005797854 sec., 129703.16258394916 rows/sec., 10.58 MiB/sec. | ||
3043 | 2024.05.30 04:11:39.511754 [ 3 ] {13ac5de8-43b3-423e-a782-b1e8798fb71a} <Debug> DynamicQueryHandler: Done processing query | ||
3044 | 2024.05.30 04:11:39.511791 [ 3 ] {13ac5de8-43b3-423e-a782-b1e8798fb71a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3045 | 2024.05.30 04:11:39.511812 [ 3 ] {} <Debug> HTTP-Session: 484da293-d9ed-46d8-a07b-56a29d6f9130 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3046 | 2024.05.30 04:11:39.511861 [ 198 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3047 | 2024.05.30 04:11:39.511980 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 16806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3048 | 2024.05.30 04:11:39.512062 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3049 | 2024.05.30 04:11:39.512092 [ 3 ] {} <Debug> HTTP-Session: d44be322-136f-47b0-8cb0-d1ee92861ce3 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
3050 | 2024.05.30 04:11:39.512140 [ 3 ] {} <Debug> HTTP-Session: d44be322-136f-47b0-8cb0-d1ee92861ce3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3051 | 2024.05.30 04:11:39.512191 [ 3 ] {} <Debug> HTTP-Session: d44be322-136f-47b0-8cb0-d1ee92861ce3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3052 | 2024.05.30 04:11:39.512297 [ 3 ] {} <Trace> HTTP-Session: d44be322-136f-47b0-8cb0-d1ee92861ce3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3053 | 2024.05.30 04:11:39.512554 [ 3 ] {42aa6952-72a0-4d42-8612-2bb658ea5339} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3054 | 2024.05.30 04:11:39.512630 [ 3 ] {42aa6952-72a0-4d42-8612-2bb658ea5339} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3055 | 2024.05.30 04:11:39.512643 [ 198 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_16_3} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3056 | 2024.05.30 04:11:39.512850 [ 198 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_16_3} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3057 | 2024.05.30 04:11:39.513046 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
3058 | 2024.05.30 04:11:39.513061 [ 3 ] {42aa6952-72a0-4d42-8612-2bb658ea5339} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3059 | 2024.05.30 04:11:39.513428 [ 3 ] {42aa6952-72a0-4d42-8612-2bb658ea5339} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3060 | 2024.05.30 04:11:39.513466 [ 3 ] {42aa6952-72a0-4d42-8612-2bb658ea5339} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
3061 | 2024.05.30 04:11:39.513783 [ 3 ] {42aa6952-72a0-4d42-8612-2bb658ea5339} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3062 | 2024.05.30 04:11:39.514082 [ 3 ] {42aa6952-72a0-4d42-8612-2bb658ea5339} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3063 | 2024.05.30 04:11:39.514236 [ 3 ] {42aa6952-72a0-4d42-8612-2bb658ea5339} <Debug> executeQuery: Read 99 rows, 7.92 KiB in 0.00179 sec., 55307.262569832405 rows/sec., 4.32 MiB/sec. | ||
3064 | 2024.05.30 04:11:39.514238 [ 29 ] {} <Debug> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3065 | 2024.05.30 04:11:39.514322 [ 29 ] {} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3066 | 2024.05.30 04:11:39.514357 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
3067 | 2024.05.30 04:11:39.514578 [ 3 ] {42aa6952-72a0-4d42-8612-2bb658ea5339} <Debug> DynamicQueryHandler: Done processing query | ||
3068 | 2024.05.30 04:11:39.514653 [ 3 ] {42aa6952-72a0-4d42-8612-2bb658ea5339} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
3069 | 2024.05.30 04:11:39.514704 [ 196 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::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 | ||
3070 | 2024.05.30 04:11:39.514747 [ 3 ] {} <Debug> HTTP-Session: d44be322-136f-47b0-8cb0-d1ee92861ce3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3071 | 2024.05.30 04:11:39.515031 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 30976, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3072 | 2024.05.30 04:11:39.515073 [ 196 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3073 | 2024.05.30 04:11:39.515094 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3074 | 2024.05.30 04:11:39.515119 [ 3 ] {} <Debug> HTTP-Session: f72239ef-1903-47de-b3a8-54bb70c3d464 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
3075 | 2024.05.30 04:11:39.515117 [ 196 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 115 rows starting from the beginning of the part | ||
3076 | 2024.05.30 04:11:39.515136 [ 3 ] {} <Debug> HTTP-Session: f72239ef-1903-47de-b3a8-54bb70c3d464 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3077 | 2024.05.30 04:11:39.515154 [ 3 ] {} <Debug> HTTP-Session: f72239ef-1903-47de-b3a8-54bb70c3d464 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3078 | 2024.05.30 04:11:39.515194 [ 3 ] {} <Trace> HTTP-Session: f72239ef-1903-47de-b3a8-54bb70c3d464 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3079 | 2024.05.30 04:11:39.515342 [ 196 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 108 rows starting from the beginning of the part | ||
3080 | 2024.05.30 04:11:39.515541 [ 3 ] {0b9c47fe-2af9-4e25-9a6f-e1db9aa4a64e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3081 | 2024.05.30 04:11:39.515625 [ 196 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 94 rows starting from the beginning of the part | ||
3082 | 2024.05.30 04:11:39.515711 [ 3 ] {0b9c47fe-2af9-4e25-9a6f-e1db9aa4a64e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3083 | 2024.05.30 04:11:39.515856 [ 196 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 95 rows starting from the beginning of the part | ||
3084 | 2024.05.30 04:11:39.516221 [ 196 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 64 rows starting from the beginning of the part | ||
3085 | 2024.05.30 04:11:39.516563 [ 196 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 99 rows starting from the beginning of the part | ||
3086 | 2024.05.30 04:11:39.517107 [ 3 ] {0b9c47fe-2af9-4e25-9a6f-e1db9aa4a64e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3087 | 2024.05.30 04:11:39.517692 [ 3 ] {0b9c47fe-2af9-4e25-9a6f-e1db9aa4a64e} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3088 | 2024.05.30 04:11:39.517738 [ 3 ] {0b9c47fe-2af9-4e25-9a6f-e1db9aa4a64e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
3089 | 2024.05.30 04:11:39.518348 [ 3 ] {0b9c47fe-2af9-4e25-9a6f-e1db9aa4a64e} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3090 | 2024.05.30 04:11:39.518472 [ 198 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 575 rows, containing 4 columns (4 merged, 0 gathered) in 0.004012101 sec., 143316.4319642003 rows/sec., 11.19 MiB/sec. | ||
3091 | 2024.05.30 04:11:39.518715 [ 198 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3092 | 2024.05.30 04:11:39.519099 [ 3 ] {0b9c47fe-2af9-4e25-9a6f-e1db9aa4a64e} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3093 | 2024.05.30 04:11:39.519435 [ 29 ] {} <Debug> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3094 | 2024.05.30 04:11:39.519470 [ 3 ] {0b9c47fe-2af9-4e25-9a6f-e1db9aa4a64e} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.004077 sec., 39735.09933774835 rows/sec., 2.77 MiB/sec. | ||
3095 | 2024.05.30 04:11:39.519519 [ 29 ] {} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3096 | 2024.05.30 04:11:39.519625 [ 198 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_16_3} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3097 | 2024.05.30 04:11:39.519647 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
3098 | 2024.05.30 04:11:39.520064 [ 198 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_16_3} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3099 | 2024.05.30 04:11:39.520131 [ 3 ] {0b9c47fe-2af9-4e25-9a6f-e1db9aa4a64e} <Debug> DynamicQueryHandler: Done processing query | ||
3100 | 2024.05.30 04:11:39.520214 [ 3 ] {0b9c47fe-2af9-4e25-9a6f-e1db9aa4a64e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3101 | 2024.05.30 04:11:39.520328 [ 3 ] {} <Debug> HTTP-Session: f72239ef-1903-47de-b3a8-54bb70c3d464 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3102 | 2024.05.30 04:11:39.520557 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
3103 | 2024.05.30 04:11:39.520619 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 33191, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3104 | 2024.05.30 04:11:39.520664 [ 199 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::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 | ||
3105 | 2024.05.30 04:11:39.520726 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3106 | 2024.05.30 04:11:39.520787 [ 3 ] {} <Debug> HTTP-Session: 78e39c8d-5381-4f79-9246-039429ffe0ee Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
3107 | 2024.05.30 04:11:39.520837 [ 3 ] {} <Debug> HTTP-Session: 78e39c8d-5381-4f79-9246-039429ffe0ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3108 | 2024.05.30 04:11:39.520878 [ 3 ] {} <Debug> HTTP-Session: 78e39c8d-5381-4f79-9246-039429ffe0ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3109 | 2024.05.30 04:11:39.520981 [ 3 ] {} <Trace> HTTP-Session: 78e39c8d-5381-4f79-9246-039429ffe0ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3110 | 2024.05.30 04:11:39.520980 [ 199 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3111 | 2024.05.30 04:11:39.521043 [ 199 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1580 rows starting from the beginning of the part | ||
3112 | 2024.05.30 04:11:39.521237 [ 199 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 160 rows starting from the beginning of the part | ||
3113 | 2024.05.30 04:11:39.521529 [ 3 ] {dc02fb6f-ee3e-4c82-8863-545fa7ae5a6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3114 | 2024.05.30 04:11:39.521539 [ 199 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 199 rows starting from the beginning of the part | ||
3115 | 2024.05.30 04:11:39.521749 [ 3 ] {dc02fb6f-ee3e-4c82-8863-545fa7ae5a6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
3116 | 2024.05.30 04:11:39.521803 [ 199 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 160 rows starting from the beginning of the part | ||
3117 | 2024.05.30 04:11:39.522243 [ 199 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 160 rows starting from the beginning of the part | ||
3118 | 2024.05.30 04:11:39.522595 [ 199 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 162 rows starting from the beginning of the part | ||
3119 | 2024.05.30 04:11:39.522994 [ 3 ] {dc02fb6f-ee3e-4c82-8863-545fa7ae5a6b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3120 | 2024.05.30 04:11:39.523954 [ 3 ] {dc02fb6f-ee3e-4c82-8863-545fa7ae5a6b} <Trace> oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3121 | 2024.05.30 04:11:39.524034 [ 3 ] {dc02fb6f-ee3e-4c82-8863-545fa7ae5a6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
3122 | 2024.05.30 04:11:39.525088 [ 3 ] {dc02fb6f-ee3e-4c82-8863-545fa7ae5a6b} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
3123 | 2024.05.30 04:11:39.525778 [ 199 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2421 rows, containing 5 columns (5 merged, 0 gathered) in 0.005952716 sec., 406705.1073829156 rows/sec., 28.38 MiB/sec. | ||
3124 | 2024.05.30 04:11:39.525955 [ 3 ] {dc02fb6f-ee3e-4c82-8863-545fa7ae5a6b} <Trace> oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3125 | 2024.05.30 04:11:39.526105 [ 199 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3126 | 2024.05.30 04:11:39.526168 [ 29 ] {} <Debug> oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
3127 | 2024.05.30 04:11:39.526266 [ 29 ] {} <Trace> oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3128 | 2024.05.30 04:11:39.526267 [ 3 ] {dc02fb6f-ee3e-4c82-8863-545fa7ae5a6b} <Debug> executeQuery: Read 31 rows, 42.84 KiB in 0.005117 sec., 6058.237248387727 rows/sec., 8.18 MiB/sec. | ||
3129 | 2024.05.30 04:11:39.526333 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
3130 | 2024.05.30 04:11:39.526943 [ 196 ] {685be072-9424-4095-bf5b-8da187daa969::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 | ||
3131 | 2024.05.30 04:11:39.527041 [ 3 ] {dc02fb6f-ee3e-4c82-8863-545fa7ae5a6b} <Debug> DynamicQueryHandler: Done processing query | ||
3132 | 2024.05.30 04:11:39.527121 [ 3 ] {dc02fb6f-ee3e-4c82-8863-545fa7ae5a6b} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
3133 | 2024.05.30 04:11:39.527197 [ 3 ] {} <Debug> HTTP-Session: 78e39c8d-5381-4f79-9246-039429ffe0ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3134 | 2024.05.30 04:11:39.527470 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3135 | 2024.05.30 04:11:39.527490 [ 196 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3136 | 2024.05.30 04:11:39.527564 [ 196 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 20 rows starting from the beginning of the part | ||
3137 | 2024.05.30 04:11:39.527622 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3138 | 2024.05.30 04:11:39.527670 [ 3 ] {} <Debug> HTTP-Session: f124f26c-9d98-4a5f-91da-58ed02767f90 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
3139 | 2024.05.30 04:11:39.527755 [ 3 ] {} <Debug> HTTP-Session: f124f26c-9d98-4a5f-91da-58ed02767f90 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3140 | 2024.05.30 04:11:39.527822 [ 3 ] {} <Debug> HTTP-Session: f124f26c-9d98-4a5f-91da-58ed02767f90 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3141 | 2024.05.30 04:11:39.527925 [ 196 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 20 rows starting from the beginning of the part | ||
3142 | 2024.05.30 04:11:39.527963 [ 3 ] {} <Trace> HTTP-Session: f124f26c-9d98-4a5f-91da-58ed02767f90 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3143 | 2024.05.30 04:11:39.528099 [ 194 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3144 | 2024.05.30 04:11:39.528401 [ 196 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 20 rows starting from the beginning of the part | ||
3145 | 2024.05.30 04:11:39.528429 [ 3 ] {13f5a2a8-0038-40aa-9cd5-b20c3f24b98f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3146 | 2024.05.30 04:11:39.528659 [ 194 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3147 | 2024.05.30 04:11:39.528711 [ 3 ] {13f5a2a8-0038-40aa-9cd5-b20c3f24b98f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3148 | 2024.05.30 04:11:39.529007 [ 196 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 31 rows starting from the beginning of the part | ||
3149 | 2024.05.30 04:11:39.529139 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. | ||
3150 | 2024.05.30 04:11:39.529400 [ 196 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 31 rows starting from the beginning of the part | ||
3151 | 2024.05.30 04:11:39.529770 [ 196 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 31 rows starting from the beginning of the part | ||
3152 | 2024.05.30 04:11:39.530263 [ 3 ] {13f5a2a8-0038-40aa-9cd5-b20c3f24b98f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3153 | 2024.05.30 04:11:39.530778 [ 3 ] {13f5a2a8-0038-40aa-9cd5-b20c3f24b98f} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3154 | 2024.05.30 04:11:39.530818 [ 3 ] {13f5a2a8-0038-40aa-9cd5-b20c3f24b98f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
3155 | 2024.05.30 04:11:39.531343 [ 3 ] {13f5a2a8-0038-40aa-9cd5-b20c3f24b98f} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3156 | 2024.05.30 04:11:39.531900 [ 3 ] {13f5a2a8-0038-40aa-9cd5-b20c3f24b98f} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3157 | 2024.05.30 04:11:39.531978 [ 194 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 153 rows, containing 6 columns (6 merged, 0 gathered) in 0.005461677 sec., 28013.37391427578 rows/sec., 37.80 MiB/sec. | ||
3158 | 2024.05.30 04:11:39.532159 [ 29 ] {} <Debug> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3159 | 2024.05.30 04:11:39.532174 [ 3 ] {13f5a2a8-0038-40aa-9cd5-b20c3f24b98f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003947 sec., 15201.418799087915 rows/sec., 1.02 MiB/sec. | ||
3160 | 2024.05.30 04:11:39.532223 [ 29 ] {} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3161 | 2024.05.30 04:11:39.532363 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
3162 | 2024.05.30 04:11:39.532468 [ 194 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
3163 | 2024.05.30 04:11:39.532725 [ 3 ] {13f5a2a8-0038-40aa-9cd5-b20c3f24b98f} <Debug> DynamicQueryHandler: Done processing query | ||
3164 | 2024.05.30 04:11:39.532805 [ 190 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::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 | ||
3165 | 2024.05.30 04:11:39.532809 [ 3 ] {13f5a2a8-0038-40aa-9cd5-b20c3f24b98f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3166 | 2024.05.30 04:11:39.532881 [ 3 ] {} <Debug> HTTP-Session: f124f26c-9d98-4a5f-91da-58ed02767f90 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3167 | 2024.05.30 04:11:39.533081 [ 190 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3168 | 2024.05.30 04:11:39.533140 [ 190 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 542 rows starting from the beginning of the part | ||
3169 | 2024.05.30 04:11:39.533357 [ 190 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 60 rows starting from the beginning of the part | ||
3170 | 2024.05.30 04:11:39.533648 [ 194 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_6_1} <Trace> oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3171 | 2024.05.30 04:11:39.533674 [ 190 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::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 | ||
3172 | 2024.05.30 04:11:39.534037 [ 194 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_6_1} <Trace> oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
3173 | 2024.05.30 04:11:39.534038 [ 190 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 60 rows starting from the beginning of the part | ||
3174 | 2024.05.30 04:11:39.534366 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. | ||
3175 | 2024.05.30 04:11:39.534434 [ 190 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::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 | ||
3176 | 2024.05.30 04:11:39.534626 [ 190 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 60 rows starting from the beginning of the part | ||
3177 | 2024.05.30 04:11:39.535802 [ 194 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 842 rows, containing 4 columns (4 merged, 0 gathered) in 0.003260128 sec., 258272.0678451889 rows/sec., 17.37 MiB/sec. | ||
3178 | 2024.05.30 04:11:39.535955 [ 190 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3179 | 2024.05.30 04:11:39.536311 [ 190 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_16_3} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3180 | 2024.05.30 04:11:39.536383 [ 190 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_16_3} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3181 | 2024.05.30 04:11:39.536451 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
3182 | 2024.05.30 04:11:43.103765 [ 33 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3183 | 2024.05.30 04:11:43.103822 [ 33 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3184 | 2024.05.30 04:11:44.494532 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 7798, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3185 | 2024.05.30 04:11:44.494670 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3186 | 2024.05.30 04:11:44.494698 [ 3 ] {} <Debug> HTTP-Session: a5d38f7c-a890-4b77-9cd8-2c6e8407d090 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
3187 | 2024.05.30 04:11:44.494725 [ 3 ] {} <Debug> HTTP-Session: a5d38f7c-a890-4b77-9cd8-2c6e8407d090 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3188 | 2024.05.30 04:11:44.494743 [ 3 ] {} <Debug> HTTP-Session: a5d38f7c-a890-4b77-9cd8-2c6e8407d090 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3189 | 2024.05.30 04:11:44.494796 [ 3 ] {} <Trace> HTTP-Session: a5d38f7c-a890-4b77-9cd8-2c6e8407d090 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3190 | 2024.05.30 04:11:44.495010 [ 3 ] {40294a55-1d44-48bc-a962-5c620cc9e85a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3191 | 2024.05.30 04:11:44.495085 [ 3 ] {40294a55-1d44-48bc-a962-5c620cc9e85a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3192 | 2024.05.30 04:11:44.495295 [ 3 ] {40294a55-1d44-48bc-a962-5c620cc9e85a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3193 | 2024.05.30 04:11:44.495783 [ 3 ] {40294a55-1d44-48bc-a962-5c620cc9e85a} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3194 | 2024.05.30 04:11:44.495830 [ 3 ] {40294a55-1d44-48bc-a962-5c620cc9e85a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
3195 | 2024.05.30 04:11:44.496209 [ 3 ] {40294a55-1d44-48bc-a962-5c620cc9e85a} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3196 | 2024.05.30 04:11:44.496538 [ 3 ] {40294a55-1d44-48bc-a962-5c620cc9e85a} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3197 | 2024.05.30 04:11:44.496711 [ 3 ] {40294a55-1d44-48bc-a962-5c620cc9e85a} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001766 sec., 31710.07927519819 rows/sec., 2.42 MiB/sec. | ||
3198 | 2024.05.30 04:11:44.496924 [ 3 ] {40294a55-1d44-48bc-a962-5c620cc9e85a} <Debug> DynamicQueryHandler: Done processing query | ||
3199 | 2024.05.30 04:11:44.496952 [ 3 ] {40294a55-1d44-48bc-a962-5c620cc9e85a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3200 | 2024.05.30 04:11:44.496968 [ 3 ] {} <Debug> HTTP-Session: a5d38f7c-a890-4b77-9cd8-2c6e8407d090 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3201 | 2024.05.30 04:11:44.497109 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 10872, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3202 | 2024.05.30 04:11:44.497162 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3203 | 2024.05.30 04:11:44.497182 [ 3 ] {} <Debug> HTTP-Session: 0b0a53b4-256e-4f02-8c11-130610277928 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
3204 | 2024.05.30 04:11:44.497200 [ 3 ] {} <Debug> HTTP-Session: 0b0a53b4-256e-4f02-8c11-130610277928 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3205 | 2024.05.30 04:11:44.497214 [ 3 ] {} <Debug> HTTP-Session: 0b0a53b4-256e-4f02-8c11-130610277928 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3206 | 2024.05.30 04:11:44.497248 [ 3 ] {} <Trace> HTTP-Session: 0b0a53b4-256e-4f02-8c11-130610277928 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3207 | 2024.05.30 04:11:44.497373 [ 3 ] {972880e6-3668-4c15-a072-be13e03fce4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3208 | 2024.05.30 04:11:44.497419 [ 3 ] {972880e6-3668-4c15-a072-be13e03fce4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3209 | 2024.05.30 04:11:44.497550 [ 3 ] {972880e6-3668-4c15-a072-be13e03fce4f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3210 | 2024.05.30 04:11:44.497877 [ 3 ] {972880e6-3668-4c15-a072-be13e03fce4f} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3211 | 2024.05.30 04:11:44.497915 [ 3 ] {972880e6-3668-4c15-a072-be13e03fce4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
3212 | 2024.05.30 04:11:44.498228 [ 3 ] {972880e6-3668-4c15-a072-be13e03fce4f} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3213 | 2024.05.30 04:11:44.498535 [ 3 ] {972880e6-3668-4c15-a072-be13e03fce4f} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3214 | 2024.05.30 04:11:44.498692 [ 3 ] {972880e6-3668-4c15-a072-be13e03fce4f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001363 sec., 46955.24578136463 rows/sec., 3.66 MiB/sec. | ||
3215 | 2024.05.30 04:11:44.498850 [ 3 ] {972880e6-3668-4c15-a072-be13e03fce4f} <Debug> DynamicQueryHandler: Done processing query | ||
3216 | 2024.05.30 04:11:44.498875 [ 3 ] {972880e6-3668-4c15-a072-be13e03fce4f} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
3217 | 2024.05.30 04:11:44.498891 [ 3 ] {} <Debug> HTTP-Session: 0b0a53b4-256e-4f02-8c11-130610277928 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3218 | 2024.05.30 04:11:44.499041 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3219 | 2024.05.30 04:11:44.499091 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3220 | 2024.05.30 04:11:44.499109 [ 3 ] {} <Debug> HTTP-Session: e939310a-0205-4808-9c12-a53389cf096c Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
3221 | 2024.05.30 04:11:44.499126 [ 3 ] {} <Debug> HTTP-Session: e939310a-0205-4808-9c12-a53389cf096c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3222 | 2024.05.30 04:11:44.499139 [ 3 ] {} <Debug> HTTP-Session: e939310a-0205-4808-9c12-a53389cf096c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3223 | 2024.05.30 04:11:44.499171 [ 3 ] {} <Trace> HTTP-Session: e939310a-0205-4808-9c12-a53389cf096c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3224 | 2024.05.30 04:11:44.499315 [ 3 ] {7ca6a87c-4f6b-4dc1-804c-2cbdb6072af6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3225 | 2024.05.30 04:11:44.499363 [ 3 ] {7ca6a87c-4f6b-4dc1-804c-2cbdb6072af6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3226 | 2024.05.30 04:11:44.499506 [ 3 ] {7ca6a87c-4f6b-4dc1-804c-2cbdb6072af6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3227 | 2024.05.30 04:11:44.499866 [ 3 ] {7ca6a87c-4f6b-4dc1-804c-2cbdb6072af6} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3228 | 2024.05.30 04:11:44.499903 [ 3 ] {7ca6a87c-4f6b-4dc1-804c-2cbdb6072af6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
3229 | 2024.05.30 04:11:44.500302 [ 3 ] {7ca6a87c-4f6b-4dc1-804c-2cbdb6072af6} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3230 | 2024.05.30 04:11:44.500632 [ 3 ] {7ca6a87c-4f6b-4dc1-804c-2cbdb6072af6} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3231 | 2024.05.30 04:11:44.500791 [ 3 ] {7ca6a87c-4f6b-4dc1-804c-2cbdb6072af6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001543 sec., 103694.10239792611 rows/sec., 7.22 MiB/sec. | ||
3232 | 2024.05.30 04:11:44.501000 [ 3 ] {7ca6a87c-4f6b-4dc1-804c-2cbdb6072af6} <Debug> DynamicQueryHandler: Done processing query | ||
3233 | 2024.05.30 04:11:44.501024 [ 3 ] {7ca6a87c-4f6b-4dc1-804c-2cbdb6072af6} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3234 | 2024.05.30 04:11:44.501040 [ 3 ] {} <Debug> HTTP-Session: e939310a-0205-4808-9c12-a53389cf096c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3235 | 2024.05.30 04:11:44.501155 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3236 | 2024.05.30 04:11:44.501205 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3237 | 2024.05.30 04:11:44.501223 [ 3 ] {} <Debug> HTTP-Session: 4dcb65f2-5766-425b-bb81-cb99b03cb4bb Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
3238 | 2024.05.30 04:11:44.501239 [ 3 ] {} <Debug> HTTP-Session: 4dcb65f2-5766-425b-bb81-cb99b03cb4bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3239 | 2024.05.30 04:11:44.501252 [ 3 ] {} <Debug> HTTP-Session: 4dcb65f2-5766-425b-bb81-cb99b03cb4bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3240 | 2024.05.30 04:11:44.501283 [ 3 ] {} <Trace> HTTP-Session: 4dcb65f2-5766-425b-bb81-cb99b03cb4bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3241 | 2024.05.30 04:11:44.501405 [ 3 ] {d3bce9fe-9b37-4625-a376-0c00c4001aa9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3242 | 2024.05.30 04:11:44.501449 [ 3 ] {d3bce9fe-9b37-4625-a376-0c00c4001aa9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3243 | 2024.05.30 04:11:44.501575 [ 3 ] {d3bce9fe-9b37-4625-a376-0c00c4001aa9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3244 | 2024.05.30 04:11:44.501842 [ 3 ] {d3bce9fe-9b37-4625-a376-0c00c4001aa9} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3245 | 2024.05.30 04:11:44.501877 [ 3 ] {d3bce9fe-9b37-4625-a376-0c00c4001aa9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
3246 | 2024.05.30 04:11:44.502231 [ 3 ] {d3bce9fe-9b37-4625-a376-0c00c4001aa9} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3247 | 2024.05.30 04:11:44.502540 [ 3 ] {d3bce9fe-9b37-4625-a376-0c00c4001aa9} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3248 | 2024.05.30 04:11:44.502693 [ 3 ] {d3bce9fe-9b37-4625-a376-0c00c4001aa9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001337 sec., 44876.58937920718 rows/sec., 3.02 MiB/sec. | ||
3249 | 2024.05.30 04:11:44.502993 [ 3 ] {d3bce9fe-9b37-4625-a376-0c00c4001aa9} <Debug> DynamicQueryHandler: Done processing query | ||
3250 | 2024.05.30 04:11:44.503029 [ 3 ] {d3bce9fe-9b37-4625-a376-0c00c4001aa9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3251 | 2024.05.30 04:11:44.503046 [ 3 ] {} <Debug> HTTP-Session: 4dcb65f2-5766-425b-bb81-cb99b03cb4bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3252 | 2024.05.30 04:11:49.496411 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 4497, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3253 | 2024.05.30 04:11:49.496549 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3254 | 2024.05.30 04:11:49.496577 [ 3 ] {} <Debug> HTTP-Session: b706cdd8-6aa5-4947-b4af-d070a3cf29b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
3255 | 2024.05.30 04:11:49.496604 [ 3 ] {} <Debug> HTTP-Session: b706cdd8-6aa5-4947-b4af-d070a3cf29b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3256 | 2024.05.30 04:11:49.496623 [ 3 ] {} <Debug> HTTP-Session: b706cdd8-6aa5-4947-b4af-d070a3cf29b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3257 | 2024.05.30 04:11:49.496677 [ 3 ] {} <Trace> HTTP-Session: b706cdd8-6aa5-4947-b4af-d070a3cf29b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3258 | 2024.05.30 04:11:49.496882 [ 3 ] {fbfcd1ca-a560-4bf1-ae6b-e7997529b26d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3259 | 2024.05.30 04:11:49.496956 [ 3 ] {fbfcd1ca-a560-4bf1-ae6b-e7997529b26d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3260 | 2024.05.30 04:11:49.497144 [ 3 ] {fbfcd1ca-a560-4bf1-ae6b-e7997529b26d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3261 | 2024.05.30 04:11:49.497580 [ 3 ] {fbfcd1ca-a560-4bf1-ae6b-e7997529b26d} <Trace> oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3262 | 2024.05.30 04:11:49.497625 [ 3 ] {fbfcd1ca-a560-4bf1-ae6b-e7997529b26d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
3263 | 2024.05.30 04:11:49.497990 [ 3 ] {fbfcd1ca-a560-4bf1-ae6b-e7997529b26d} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
3264 | 2024.05.30 04:11:49.498319 [ 3 ] {fbfcd1ca-a560-4bf1-ae6b-e7997529b26d} <Trace> oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3265 | 2024.05.30 04:11:49.498481 [ 3 ] {fbfcd1ca-a560-4bf1-ae6b-e7997529b26d} <Debug> executeQuery: Read 31 rows, 2.51 KiB in 0.001666 sec., 18607.442977190876 rows/sec., 1.47 MiB/sec. | ||
3266 | 2024.05.30 04:11:49.498700 [ 3 ] {fbfcd1ca-a560-4bf1-ae6b-e7997529b26d} <Debug> DynamicQueryHandler: Done processing query | ||
3267 | 2024.05.30 04:11:49.498728 [ 3 ] {fbfcd1ca-a560-4bf1-ae6b-e7997529b26d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3268 | 2024.05.30 04:11:49.498745 [ 3 ] {} <Debug> HTTP-Session: b706cdd8-6aa5-4947-b4af-d070a3cf29b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3269 | 2024.05.30 04:11:49.498886 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 21838, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3270 | 2024.05.30 04:11:49.498939 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3271 | 2024.05.30 04:11:49.498959 [ 3 ] {} <Debug> HTTP-Session: 0b96ad03-b178-40cc-b195-4d9c27e668a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
3272 | 2024.05.30 04:11:49.498977 [ 3 ] {} <Debug> HTTP-Session: 0b96ad03-b178-40cc-b195-4d9c27e668a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3273 | 2024.05.30 04:11:49.499019 [ 3 ] {} <Debug> HTTP-Session: 0b96ad03-b178-40cc-b195-4d9c27e668a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3274 | 2024.05.30 04:11:49.499056 [ 3 ] {} <Trace> HTTP-Session: 0b96ad03-b178-40cc-b195-4d9c27e668a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3275 | 2024.05.30 04:11:49.499200 [ 3 ] {1e4f062e-cc4c-40a9-9d33-6841dbcd651e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3276 | 2024.05.30 04:11:49.499246 [ 3 ] {1e4f062e-cc4c-40a9-9d33-6841dbcd651e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3277 | 2024.05.30 04:11:49.499378 [ 3 ] {1e4f062e-cc4c-40a9-9d33-6841dbcd651e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3278 | 2024.05.30 04:11:49.499770 [ 3 ] {1e4f062e-cc4c-40a9-9d33-6841dbcd651e} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3279 | 2024.05.30 04:11:49.499808 [ 3 ] {1e4f062e-cc4c-40a9-9d33-6841dbcd651e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
3280 | 2024.05.30 04:11:49.500130 [ 3 ] {1e4f062e-cc4c-40a9-9d33-6841dbcd651e} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3281 | 2024.05.30 04:11:49.500449 [ 3 ] {1e4f062e-cc4c-40a9-9d33-6841dbcd651e} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3282 | 2024.05.30 04:11:49.500668 [ 3 ] {1e4f062e-cc4c-40a9-9d33-6841dbcd651e} <Debug> executeQuery: Read 149 rows, 12.78 KiB in 0.00152 sec., 98026.31578947368 rows/sec., 8.21 MiB/sec. | ||
3283 | 2024.05.30 04:11:49.500829 [ 3 ] {1e4f062e-cc4c-40a9-9d33-6841dbcd651e} <Debug> DynamicQueryHandler: Done processing query | ||
3284 | 2024.05.30 04:11:49.500853 [ 3 ] {1e4f062e-cc4c-40a9-9d33-6841dbcd651e} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
3285 | 2024.05.30 04:11:49.500869 [ 3 ] {} <Debug> HTTP-Session: 0b96ad03-b178-40cc-b195-4d9c27e668a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3286 | 2024.05.30 04:11:49.500989 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 16124, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3287 | 2024.05.30 04:11:49.501037 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3288 | 2024.05.30 04:11:49.501056 [ 3 ] {} <Debug> HTTP-Session: 0150696f-3c12-44a6-886a-8509e36eb6c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
3289 | 2024.05.30 04:11:49.501073 [ 3 ] {} <Debug> HTTP-Session: 0150696f-3c12-44a6-886a-8509e36eb6c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3290 | 2024.05.30 04:11:49.501086 [ 3 ] {} <Debug> HTTP-Session: 0150696f-3c12-44a6-886a-8509e36eb6c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3291 | 2024.05.30 04:11:49.501117 [ 3 ] {} <Trace> HTTP-Session: 0150696f-3c12-44a6-886a-8509e36eb6c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3292 | 2024.05.30 04:11:49.501235 [ 3 ] {51026ac9-4375-4cb4-a44f-08031fbfb3d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3293 | 2024.05.30 04:11:49.501277 [ 3 ] {51026ac9-4375-4cb4-a44f-08031fbfb3d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3294 | 2024.05.30 04:11:49.501400 [ 3 ] {51026ac9-4375-4cb4-a44f-08031fbfb3d2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3295 | 2024.05.30 04:11:49.501737 [ 3 ] {51026ac9-4375-4cb4-a44f-08031fbfb3d2} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3296 | 2024.05.30 04:11:49.501773 [ 3 ] {51026ac9-4375-4cb4-a44f-08031fbfb3d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
3297 | 2024.05.30 04:11:49.502095 [ 3 ] {51026ac9-4375-4cb4-a44f-08031fbfb3d2} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3298 | 2024.05.30 04:11:49.502403 [ 3 ] {51026ac9-4375-4cb4-a44f-08031fbfb3d2} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3299 | 2024.05.30 04:11:49.502563 [ 3 ] {51026ac9-4375-4cb4-a44f-08031fbfb3d2} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.001367 sec., 69495.24506217997 rows/sec., 5.43 MiB/sec. | ||
3300 | 2024.05.30 04:11:49.502846 [ 3 ] {51026ac9-4375-4cb4-a44f-08031fbfb3d2} <Debug> DynamicQueryHandler: Done processing query | ||
3301 | 2024.05.30 04:11:49.502871 [ 3 ] {51026ac9-4375-4cb4-a44f-08031fbfb3d2} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
3302 | 2024.05.30 04:11:49.502887 [ 3 ] {} <Debug> HTTP-Session: 0150696f-3c12-44a6-886a-8509e36eb6c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3303 | 2024.05.30 04:11:49.503033 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3304 | 2024.05.30 04:11:49.503081 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3305 | 2024.05.30 04:11:49.503100 [ 3 ] {} <Debug> HTTP-Session: 9f006647-b45b-4542-9844-b696cb7b0181 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
3306 | 2024.05.30 04:11:49.503116 [ 3 ] {} <Debug> HTTP-Session: 9f006647-b45b-4542-9844-b696cb7b0181 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3307 | 2024.05.30 04:11:49.503130 [ 3 ] {} <Debug> HTTP-Session: 9f006647-b45b-4542-9844-b696cb7b0181 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3308 | 2024.05.30 04:11:49.503161 [ 3 ] {} <Trace> HTTP-Session: 9f006647-b45b-4542-9844-b696cb7b0181 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3309 | 2024.05.30 04:11:49.503307 [ 3 ] {c42f7b82-d4d9-4851-8c71-47fae1ac63bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3310 | 2024.05.30 04:11:49.503356 [ 3 ] {c42f7b82-d4d9-4851-8c71-47fae1ac63bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3311 | 2024.05.30 04:11:49.503520 [ 3 ] {c42f7b82-d4d9-4851-8c71-47fae1ac63bb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3312 | 2024.05.30 04:11:49.503899 [ 3 ] {c42f7b82-d4d9-4851-8c71-47fae1ac63bb} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3313 | 2024.05.30 04:11:49.503937 [ 3 ] {c42f7b82-d4d9-4851-8c71-47fae1ac63bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
3314 | 2024.05.30 04:11:49.504297 [ 3 ] {c42f7b82-d4d9-4851-8c71-47fae1ac63bb} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3315 | 2024.05.30 04:11:49.504605 [ 3 ] {c42f7b82-d4d9-4851-8c71-47fae1ac63bb} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3316 | 2024.05.30 04:11:49.504761 [ 3 ] {c42f7b82-d4d9-4851-8c71-47fae1ac63bb} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001569 sec., 101975.78075207138 rows/sec., 7.10 MiB/sec. | ||
3317 | 2024.05.30 04:11:49.504905 [ 3 ] {c42f7b82-d4d9-4851-8c71-47fae1ac63bb} <Debug> DynamicQueryHandler: Done processing query | ||
3318 | 2024.05.30 04:11:49.504927 [ 3 ] {c42f7b82-d4d9-4851-8c71-47fae1ac63bb} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3319 | 2024.05.30 04:11:49.504942 [ 3 ] {} <Debug> HTTP-Session: 9f006647-b45b-4542-9844-b696cb7b0181 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3320 | 2024.05.30 04:11:49.505171 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 33191, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3321 | 2024.05.30 04:11:49.505220 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3322 | 2024.05.30 04:11:49.505239 [ 3 ] {} <Debug> HTTP-Session: 8da6a10f-56d8-4dc4-a6e5-db7686cd67eb Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
3323 | 2024.05.30 04:11:49.505256 [ 3 ] {} <Debug> HTTP-Session: 8da6a10f-56d8-4dc4-a6e5-db7686cd67eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3324 | 2024.05.30 04:11:49.505270 [ 3 ] {} <Debug> HTTP-Session: 8da6a10f-56d8-4dc4-a6e5-db7686cd67eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3325 | 2024.05.30 04:11:49.505301 [ 3 ] {} <Trace> HTTP-Session: 8da6a10f-56d8-4dc4-a6e5-db7686cd67eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3326 | 2024.05.30 04:11:49.505546 [ 3 ] {46800416-9464-4d84-ac5d-6b1d87634bbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3327 | 2024.05.30 04:11:49.505594 [ 3 ] {46800416-9464-4d84-ac5d-6b1d87634bbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
3328 | 2024.05.30 04:11:49.505754 [ 3 ] {46800416-9464-4d84-ac5d-6b1d87634bbf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3329 | 2024.05.30 04:11:49.506168 [ 3 ] {46800416-9464-4d84-ac5d-6b1d87634bbf} <Trace> oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3330 | 2024.05.30 04:11:49.506204 [ 3 ] {46800416-9464-4d84-ac5d-6b1d87634bbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
3331 | 2024.05.30 04:11:49.506621 [ 3 ] {46800416-9464-4d84-ac5d-6b1d87634bbf} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
3332 | 2024.05.30 04:11:49.506963 [ 3 ] {46800416-9464-4d84-ac5d-6b1d87634bbf} <Trace> oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3333 | 2024.05.30 04:11:49.507126 [ 3 ] {46800416-9464-4d84-ac5d-6b1d87634bbf} <Debug> executeQuery: Read 31 rows, 42.84 KiB in 0.001744 sec., 17775.229357798165 rows/sec., 23.99 MiB/sec. | ||
3334 | 2024.05.30 04:11:49.507280 [ 3 ] {46800416-9464-4d84-ac5d-6b1d87634bbf} <Debug> DynamicQueryHandler: Done processing query | ||
3335 | 2024.05.30 04:11:49.507304 [ 3 ] {46800416-9464-4d84-ac5d-6b1d87634bbf} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
3336 | 2024.05.30 04:11:49.507320 [ 3 ] {} <Debug> HTTP-Session: 8da6a10f-56d8-4dc4-a6e5-db7686cd67eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3337 | 2024.05.30 04:11:49.507435 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3338 | 2024.05.30 04:11:49.507482 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3339 | 2024.05.30 04:11:49.507501 [ 3 ] {} <Debug> HTTP-Session: fd4996fe-fd4e-4e17-ac76-2d8df0a0bbdf Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
3340 | 2024.05.30 04:11:49.507517 [ 3 ] {} <Debug> HTTP-Session: fd4996fe-fd4e-4e17-ac76-2d8df0a0bbdf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3341 | 2024.05.30 04:11:49.507530 [ 3 ] {} <Debug> HTTP-Session: fd4996fe-fd4e-4e17-ac76-2d8df0a0bbdf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3342 | 2024.05.30 04:11:49.507560 [ 3 ] {} <Trace> HTTP-Session: fd4996fe-fd4e-4e17-ac76-2d8df0a0bbdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3343 | 2024.05.30 04:11:49.507672 [ 3 ] {48ae19df-5109-4cb7-95aa-47aeb2f1688f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3344 | 2024.05.30 04:11:49.507715 [ 3 ] {48ae19df-5109-4cb7-95aa-47aeb2f1688f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3345 | 2024.05.30 04:11:49.507839 [ 3 ] {48ae19df-5109-4cb7-95aa-47aeb2f1688f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3346 | 2024.05.30 04:11:49.508096 [ 3 ] {48ae19df-5109-4cb7-95aa-47aeb2f1688f} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3347 | 2024.05.30 04:11:49.508132 [ 3 ] {48ae19df-5109-4cb7-95aa-47aeb2f1688f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
3348 | 2024.05.30 04:11:49.508482 [ 3 ] {48ae19df-5109-4cb7-95aa-47aeb2f1688f} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3349 | 2024.05.30 04:11:49.508799 [ 3 ] {48ae19df-5109-4cb7-95aa-47aeb2f1688f} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3350 | 2024.05.30 04:11:49.508957 [ 3 ] {48ae19df-5109-4cb7-95aa-47aeb2f1688f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001324 sec., 45317.220543806645 rows/sec., 3.05 MiB/sec. | ||
3351 | 2024.05.30 04:11:49.509110 [ 3 ] {48ae19df-5109-4cb7-95aa-47aeb2f1688f} <Debug> DynamicQueryHandler: Done processing query | ||
3352 | 2024.05.30 04:11:49.509134 [ 3 ] {48ae19df-5109-4cb7-95aa-47aeb2f1688f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3353 | 2024.05.30 04:11:49.509150 [ 3 ] {} <Debug> HTTP-Session: fd4996fe-fd4e-4e17-ac76-2d8df0a0bbdf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3354 | 2024.05.30 04:11:54.496020 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 12733, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3355 | 2024.05.30 04:11:54.496134 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3356 | 2024.05.30 04:11:54.496167 [ 3 ] {} <Debug> HTTP-Session: c605d2af-79f7-4b3f-a4b4-da58ee206139 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
3357 | 2024.05.30 04:11:54.496191 [ 3 ] {} <Debug> HTTP-Session: c605d2af-79f7-4b3f-a4b4-da58ee206139 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3358 | 2024.05.30 04:11:54.496205 [ 3 ] {} <Debug> HTTP-Session: c605d2af-79f7-4b3f-a4b4-da58ee206139 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3359 | 2024.05.30 04:11:54.496252 [ 3 ] {} <Trace> HTTP-Session: c605d2af-79f7-4b3f-a4b4-da58ee206139 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3360 | 2024.05.30 04:11:54.496448 [ 3 ] {17b8680b-2b8b-43bd-a615-c5d593cc20d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3361 | 2024.05.30 04:11:54.496512 [ 3 ] {17b8680b-2b8b-43bd-a615-c5d593cc20d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3362 | 2024.05.30 04:11:54.496693 [ 3 ] {17b8680b-2b8b-43bd-a615-c5d593cc20d7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3363 | 2024.05.30 04:11:54.497100 [ 3 ] {17b8680b-2b8b-43bd-a615-c5d593cc20d7} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3364 | 2024.05.30 04:11:54.497155 [ 3 ] {17b8680b-2b8b-43bd-a615-c5d593cc20d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
3365 | 2024.05.30 04:11:54.497513 [ 3 ] {17b8680b-2b8b-43bd-a615-c5d593cc20d7} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3366 | 2024.05.30 04:11:54.497831 [ 3 ] {17b8680b-2b8b-43bd-a615-c5d593cc20d7} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3367 | 2024.05.30 04:11:54.497998 [ 3 ] {17b8680b-2b8b-43bd-a615-c5d593cc20d7} <Debug> executeQuery: Read 92 rows, 7.14 KiB in 0.001613 sec., 57036.577805331675 rows/sec., 4.32 MiB/sec. | ||
3368 | 2024.05.30 04:11:54.498206 [ 3 ] {17b8680b-2b8b-43bd-a615-c5d593cc20d7} <Debug> DynamicQueryHandler: Done processing query | ||
3369 | 2024.05.30 04:11:54.498234 [ 3 ] {17b8680b-2b8b-43bd-a615-c5d593cc20d7} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
3370 | 2024.05.30 04:11:54.498249 [ 3 ] {} <Debug> HTTP-Session: c605d2af-79f7-4b3f-a4b4-da58ee206139 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3371 | 2024.05.30 04:11:54.498383 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 14914, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3372 | 2024.05.30 04:11:54.498433 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3373 | 2024.05.30 04:11:54.498452 [ 3 ] {} <Debug> HTTP-Session: 06a7bf2f-8507-49f8-9ce6-d9282d678284 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
3374 | 2024.05.30 04:11:54.498470 [ 3 ] {} <Debug> HTTP-Session: 06a7bf2f-8507-49f8-9ce6-d9282d678284 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3375 | 2024.05.30 04:11:54.498484 [ 3 ] {} <Debug> HTTP-Session: 06a7bf2f-8507-49f8-9ce6-d9282d678284 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3376 | 2024.05.30 04:11:54.498518 [ 3 ] {} <Trace> HTTP-Session: 06a7bf2f-8507-49f8-9ce6-d9282d678284 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3377 | 2024.05.30 04:11:54.498642 [ 3 ] {a0568e9d-f353-468a-bdb3-06b0dd20c096} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3378 | 2024.05.30 04:11:54.498687 [ 3 ] {a0568e9d-f353-468a-bdb3-06b0dd20c096} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3379 | 2024.05.30 04:11:54.498817 [ 3 ] {a0568e9d-f353-468a-bdb3-06b0dd20c096} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3380 | 2024.05.30 04:11:54.499121 [ 3 ] {a0568e9d-f353-468a-bdb3-06b0dd20c096} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3381 | 2024.05.30 04:11:54.499166 [ 3 ] {a0568e9d-f353-468a-bdb3-06b0dd20c096} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
3382 | 2024.05.30 04:11:54.499471 [ 3 ] {a0568e9d-f353-468a-bdb3-06b0dd20c096} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3383 | 2024.05.30 04:11:54.499765 [ 3 ] {a0568e9d-f353-468a-bdb3-06b0dd20c096} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3384 | 2024.05.30 04:11:54.499919 [ 3 ] {a0568e9d-f353-468a-bdb3-06b0dd20c096} <Debug> executeQuery: Read 88 rows, 7.01 KiB in 0.00132 sec., 66666.66666666667 rows/sec., 5.19 MiB/sec. | ||
3385 | 2024.05.30 04:11:54.500072 [ 3 ] {a0568e9d-f353-468a-bdb3-06b0dd20c096} <Debug> DynamicQueryHandler: Done processing query | ||
3386 | 2024.05.30 04:11:54.500095 [ 3 ] {a0568e9d-f353-468a-bdb3-06b0dd20c096} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
3387 | 2024.05.30 04:11:54.500111 [ 3 ] {} <Debug> HTTP-Session: 06a7bf2f-8507-49f8-9ce6-d9282d678284 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3388 | 2024.05.30 04:11:54.500330 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 37552, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3389 | 2024.05.30 04:11:54.500379 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3390 | 2024.05.30 04:11:54.500398 [ 3 ] {} <Debug> HTTP-Session: 6c18fa86-6640-482c-9652-9e9cb4bf19ea Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
3391 | 2024.05.30 04:11:54.500415 [ 3 ] {} <Debug> HTTP-Session: 6c18fa86-6640-482c-9652-9e9cb4bf19ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3392 | 2024.05.30 04:11:54.500428 [ 3 ] {} <Debug> HTTP-Session: 6c18fa86-6640-482c-9652-9e9cb4bf19ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3393 | 2024.05.30 04:11:54.500460 [ 3 ] {} <Trace> HTTP-Session: 6c18fa86-6640-482c-9652-9e9cb4bf19ea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3394 | 2024.05.30 04:11:54.500620 [ 3 ] {49e2d7b9-502c-4c32-a3fd-48c286cbc573} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3395 | 2024.05.30 04:11:54.500668 [ 3 ] {49e2d7b9-502c-4c32-a3fd-48c286cbc573} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3396 | 2024.05.30 04:11:54.500811 [ 3 ] {49e2d7b9-502c-4c32-a3fd-48c286cbc573} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3397 | 2024.05.30 04:11:54.501183 [ 3 ] {49e2d7b9-502c-4c32-a3fd-48c286cbc573} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3398 | 2024.05.30 04:11:54.501225 [ 3 ] {49e2d7b9-502c-4c32-a3fd-48c286cbc573} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
3399 | 2024.05.30 04:11:54.501630 [ 3 ] {49e2d7b9-502c-4c32-a3fd-48c286cbc573} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3400 | 2024.05.30 04:11:54.501955 [ 3 ] {49e2d7b9-502c-4c32-a3fd-48c286cbc573} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3401 | 2024.05.30 04:11:54.502114 [ 3 ] {49e2d7b9-502c-4c32-a3fd-48c286cbc573} <Debug> executeQuery: Read 196 rows, 14.01 KiB in 0.001573 sec., 124602.67005721551 rows/sec., 8.70 MiB/sec. | ||
3402 | 2024.05.30 04:11:54.502272 [ 3 ] {49e2d7b9-502c-4c32-a3fd-48c286cbc573} <Debug> DynamicQueryHandler: Done processing query | ||
3403 | 2024.05.30 04:11:54.502297 [ 3 ] {49e2d7b9-502c-4c32-a3fd-48c286cbc573} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
3404 | 2024.05.30 04:11:54.502312 [ 3 ] {} <Debug> HTTP-Session: 6c18fa86-6640-482c-9652-9e9cb4bf19ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3405 | 2024.05.30 04:11:54.502428 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3406 | 2024.05.30 04:11:54.502477 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3407 | 2024.05.30 04:11:54.502496 [ 3 ] {} <Debug> HTTP-Session: ce063baa-ddf9-41d8-a6a3-b6fb4d3989ed Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
3408 | 2024.05.30 04:11:54.502513 [ 3 ] {} <Debug> HTTP-Session: ce063baa-ddf9-41d8-a6a3-b6fb4d3989ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3409 | 2024.05.30 04:11:54.502526 [ 3 ] {} <Debug> HTTP-Session: ce063baa-ddf9-41d8-a6a3-b6fb4d3989ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3410 | 2024.05.30 04:11:54.502558 [ 3 ] {} <Trace> HTTP-Session: ce063baa-ddf9-41d8-a6a3-b6fb4d3989ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3411 | 2024.05.30 04:11:54.502670 [ 3 ] {c58e13b1-9fbb-4e02-9880-51100fdf8f3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3412 | 2024.05.30 04:11:54.502715 [ 3 ] {c58e13b1-9fbb-4e02-9880-51100fdf8f3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3413 | 2024.05.30 04:11:54.502841 [ 3 ] {c58e13b1-9fbb-4e02-9880-51100fdf8f3a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3414 | 2024.05.30 04:11:54.503096 [ 3 ] {c58e13b1-9fbb-4e02-9880-51100fdf8f3a} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3415 | 2024.05.30 04:11:54.503132 [ 3 ] {c58e13b1-9fbb-4e02-9880-51100fdf8f3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
3416 | 2024.05.30 04:11:54.503474 [ 3 ] {c58e13b1-9fbb-4e02-9880-51100fdf8f3a} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3417 | 2024.05.30 04:11:54.503786 [ 3 ] {c58e13b1-9fbb-4e02-9880-51100fdf8f3a} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3418 | 2024.05.30 04:11:54.503923 [ 3 ] {c58e13b1-9fbb-4e02-9880-51100fdf8f3a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001288 sec., 46583.850931677014 rows/sec., 3.14 MiB/sec. | ||
3419 | 2024.05.30 04:11:54.504078 [ 3 ] {c58e13b1-9fbb-4e02-9880-51100fdf8f3a} <Debug> DynamicQueryHandler: Done processing query | ||
3420 | 2024.05.30 04:11:54.504102 [ 3 ] {c58e13b1-9fbb-4e02-9880-51100fdf8f3a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3421 | 2024.05.30 04:11:54.504117 [ 3 ] {} <Debug> HTTP-Session: ce063baa-ddf9-41d8-a6a3-b6fb4d3989ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3422 | 2024.05.30 04:11:58.104074 [ 40 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3423 | 2024.05.30 04:11:58.104131 [ 40 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3424 | 2024.05.30 04:11:59.001241 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000866505 sec. | ||
3425 | 2024.05.30 04:11:59.496580 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 4497, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3426 | 2024.05.30 04:11:59.496702 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3427 | 2024.05.30 04:11:59.496731 [ 3 ] {} <Debug> HTTP-Session: 9ffdebf3-252d-4e80-99c3-23f71e41e9f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
3428 | 2024.05.30 04:11:59.496759 [ 3 ] {} <Debug> HTTP-Session: 9ffdebf3-252d-4e80-99c3-23f71e41e9f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3429 | 2024.05.30 04:11:59.496777 [ 3 ] {} <Debug> HTTP-Session: 9ffdebf3-252d-4e80-99c3-23f71e41e9f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3430 | 2024.05.30 04:11:59.496833 [ 3 ] {} <Trace> HTTP-Session: 9ffdebf3-252d-4e80-99c3-23f71e41e9f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3431 | 2024.05.30 04:11:59.497046 [ 3 ] {b1e9bf89-e741-4a6d-aa8a-d2e2f75259bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3432 | 2024.05.30 04:11:59.497120 [ 3 ] {b1e9bf89-e741-4a6d-aa8a-d2e2f75259bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3433 | 2024.05.30 04:11:59.497333 [ 3 ] {b1e9bf89-e741-4a6d-aa8a-d2e2f75259bf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3434 | 2024.05.30 04:11:59.497722 [ 3 ] {b1e9bf89-e741-4a6d-aa8a-d2e2f75259bf} <Trace> oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3435 | 2024.05.30 04:11:59.497768 [ 3 ] {b1e9bf89-e741-4a6d-aa8a-d2e2f75259bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
3436 | 2024.05.30 04:11:59.498133 [ 3 ] {b1e9bf89-e741-4a6d-aa8a-d2e2f75259bf} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
3437 | 2024.05.30 04:11:59.498482 [ 3 ] {b1e9bf89-e741-4a6d-aa8a-d2e2f75259bf} <Trace> oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3438 | 2024.05.30 04:11:59.498646 [ 3 ] {b1e9bf89-e741-4a6d-aa8a-d2e2f75259bf} <Debug> executeQuery: Read 31 rows, 2.51 KiB in 0.001667 sec., 18596.280743851228 rows/sec., 1.47 MiB/sec. | ||
3439 | 2024.05.30 04:11:59.498938 [ 3 ] {b1e9bf89-e741-4a6d-aa8a-d2e2f75259bf} <Debug> DynamicQueryHandler: Done processing query | ||
3440 | 2024.05.30 04:11:59.498966 [ 3 ] {b1e9bf89-e741-4a6d-aa8a-d2e2f75259bf} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3441 | 2024.05.30 04:11:59.498983 [ 3 ] {} <Debug> HTTP-Session: 9ffdebf3-252d-4e80-99c3-23f71e41e9f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3442 | 2024.05.30 04:11:59.499182 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 21838, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3443 | 2024.05.30 04:11:59.499236 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3444 | 2024.05.30 04:11:59.499261 [ 3 ] {} <Debug> HTTP-Session: e4734be5-7b12-4232-9300-8663f8e3368b Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
3445 | 2024.05.30 04:11:59.499279 [ 3 ] {} <Debug> HTTP-Session: e4734be5-7b12-4232-9300-8663f8e3368b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3446 | 2024.05.30 04:11:59.499293 [ 3 ] {} <Debug> HTTP-Session: e4734be5-7b12-4232-9300-8663f8e3368b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3447 | 2024.05.30 04:11:59.499328 [ 3 ] {} <Trace> HTTP-Session: e4734be5-7b12-4232-9300-8663f8e3368b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3448 | 2024.05.30 04:11:59.499474 [ 3 ] {7e2f149b-65ab-44cd-836d-3f6fe3bda9f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3449 | 2024.05.30 04:11:59.499524 [ 3 ] {7e2f149b-65ab-44cd-836d-3f6fe3bda9f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3450 | 2024.05.30 04:11:59.499673 [ 3 ] {7e2f149b-65ab-44cd-836d-3f6fe3bda9f2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3451 | 2024.05.30 04:11:59.500127 [ 3 ] {7e2f149b-65ab-44cd-836d-3f6fe3bda9f2} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3452 | 2024.05.30 04:11:59.500165 [ 3 ] {7e2f149b-65ab-44cd-836d-3f6fe3bda9f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
3453 | 2024.05.30 04:11:59.500491 [ 3 ] {7e2f149b-65ab-44cd-836d-3f6fe3bda9f2} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3454 | 2024.05.30 04:11:59.500790 [ 3 ] {7e2f149b-65ab-44cd-836d-3f6fe3bda9f2} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3455 | 2024.05.30 04:11:59.500958 [ 3 ] {7e2f149b-65ab-44cd-836d-3f6fe3bda9f2} <Debug> executeQuery: Read 149 rows, 12.78 KiB in 0.00154 sec., 96753.24675324676 rows/sec., 8.11 MiB/sec. | ||
3456 | 2024.05.30 04:11:59.501163 [ 3 ] {7e2f149b-65ab-44cd-836d-3f6fe3bda9f2} <Debug> DynamicQueryHandler: Done processing query | ||
3457 | 2024.05.30 04:11:59.501188 [ 3 ] {7e2f149b-65ab-44cd-836d-3f6fe3bda9f2} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
3458 | 2024.05.30 04:11:59.501203 [ 3 ] {} <Debug> HTTP-Session: e4734be5-7b12-4232-9300-8663f8e3368b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3459 | 2024.05.30 04:11:59.501348 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 16124, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3460 | 2024.05.30 04:11:59.501399 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3461 | 2024.05.30 04:11:59.501418 [ 3 ] {} <Debug> HTTP-Session: 73c7fa00-f36c-405d-8de6-77bc133c5a87 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
3462 | 2024.05.30 04:11:59.501435 [ 3 ] {} <Debug> HTTP-Session: 73c7fa00-f36c-405d-8de6-77bc133c5a87 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3463 | 2024.05.30 04:11:59.501449 [ 3 ] {} <Debug> HTTP-Session: 73c7fa00-f36c-405d-8de6-77bc133c5a87 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3464 | 2024.05.30 04:11:59.501481 [ 3 ] {} <Trace> HTTP-Session: 73c7fa00-f36c-405d-8de6-77bc133c5a87 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3465 | 2024.05.30 04:11:59.501601 [ 3 ] {b16e0197-4b51-4ad9-a119-96c71957c34f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3466 | 2024.05.30 04:11:59.501644 [ 3 ] {b16e0197-4b51-4ad9-a119-96c71957c34f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3467 | 2024.05.30 04:11:59.501773 [ 3 ] {b16e0197-4b51-4ad9-a119-96c71957c34f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3468 | 2024.05.30 04:11:59.502624 [ 3 ] {b16e0197-4b51-4ad9-a119-96c71957c34f} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3469 | 2024.05.30 04:11:59.502719 [ 3 ] {b16e0197-4b51-4ad9-a119-96c71957c34f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
3470 | 2024.05.30 04:11:59.503047 [ 3 ] {b16e0197-4b51-4ad9-a119-96c71957c34f} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3471 | 2024.05.30 04:11:59.503403 [ 3 ] {b16e0197-4b51-4ad9-a119-96c71957c34f} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3472 | 2024.05.30 04:11:59.503564 [ 3 ] {b16e0197-4b51-4ad9-a119-96c71957c34f} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.001997 sec., 47571.35703555333 rows/sec., 3.72 MiB/sec. | ||
3473 | 2024.05.30 04:11:59.503850 [ 3 ] {b16e0197-4b51-4ad9-a119-96c71957c34f} <Debug> DynamicQueryHandler: Done processing query | ||
3474 | 2024.05.30 04:11:59.503875 [ 3 ] {b16e0197-4b51-4ad9-a119-96c71957c34f} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
3475 | 2024.05.30 04:11:59.503891 [ 3 ] {} <Debug> HTTP-Session: 73c7fa00-f36c-405d-8de6-77bc133c5a87 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3476 | 2024.05.30 04:11:59.504046 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3477 | 2024.05.30 04:11:59.504095 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3478 | 2024.05.30 04:11:59.504115 [ 3 ] {} <Debug> HTTP-Session: e0e995f0-5e87-45b5-a04d-b8d06131a2a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
3479 | 2024.05.30 04:11:59.504132 [ 3 ] {} <Debug> HTTP-Session: e0e995f0-5e87-45b5-a04d-b8d06131a2a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3480 | 2024.05.30 04:11:59.504145 [ 3 ] {} <Debug> HTTP-Session: e0e995f0-5e87-45b5-a04d-b8d06131a2a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3481 | 2024.05.30 04:11:59.504176 [ 3 ] {} <Trace> HTTP-Session: e0e995f0-5e87-45b5-a04d-b8d06131a2a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3482 | 2024.05.30 04:11:59.504320 [ 3 ] {809ce5c5-5f85-4af7-94aa-a50482eafc81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3483 | 2024.05.30 04:11:59.504367 [ 3 ] {809ce5c5-5f85-4af7-94aa-a50482eafc81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3484 | 2024.05.30 04:11:59.504529 [ 3 ] {809ce5c5-5f85-4af7-94aa-a50482eafc81} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3485 | 2024.05.30 04:11:59.504915 [ 3 ] {809ce5c5-5f85-4af7-94aa-a50482eafc81} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3486 | 2024.05.30 04:11:59.504951 [ 3 ] {809ce5c5-5f85-4af7-94aa-a50482eafc81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
3487 | 2024.05.30 04:11:59.505331 [ 3 ] {809ce5c5-5f85-4af7-94aa-a50482eafc81} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3488 | 2024.05.30 04:11:59.505683 [ 3 ] {809ce5c5-5f85-4af7-94aa-a50482eafc81} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3489 | 2024.05.30 04:11:59.505841 [ 3 ] {809ce5c5-5f85-4af7-94aa-a50482eafc81} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001587 sec., 100819.15563957152 rows/sec., 7.02 MiB/sec. | ||
3490 | 2024.05.30 04:11:59.506014 [ 3 ] {809ce5c5-5f85-4af7-94aa-a50482eafc81} <Debug> DynamicQueryHandler: Done processing query | ||
3491 | 2024.05.30 04:11:59.506039 [ 3 ] {809ce5c5-5f85-4af7-94aa-a50482eafc81} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3492 | 2024.05.30 04:11:59.506054 [ 3 ] {} <Debug> HTTP-Session: e0e995f0-5e87-45b5-a04d-b8d06131a2a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3493 | 2024.05.30 04:11:59.506196 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 33191, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3494 | 2024.05.30 04:11:59.506245 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3495 | 2024.05.30 04:11:59.506265 [ 3 ] {} <Debug> HTTP-Session: 85630fd6-c355-47aa-9421-cb381d8bc209 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
3496 | 2024.05.30 04:11:59.506282 [ 3 ] {} <Debug> HTTP-Session: 85630fd6-c355-47aa-9421-cb381d8bc209 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3497 | 2024.05.30 04:11:59.506296 [ 3 ] {} <Debug> HTTP-Session: 85630fd6-c355-47aa-9421-cb381d8bc209 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3498 | 2024.05.30 04:11:59.506326 [ 3 ] {} <Trace> HTTP-Session: 85630fd6-c355-47aa-9421-cb381d8bc209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3499 | 2024.05.30 04:11:59.506577 [ 3 ] {c9f56f1e-1c87-4ee4-be1d-ca4f85d006e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3500 | 2024.05.30 04:11:59.506625 [ 3 ] {c9f56f1e-1c87-4ee4-be1d-ca4f85d006e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
3501 | 2024.05.30 04:11:59.506785 [ 3 ] {c9f56f1e-1c87-4ee4-be1d-ca4f85d006e9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3502 | 2024.05.30 04:11:59.507255 [ 3 ] {c9f56f1e-1c87-4ee4-be1d-ca4f85d006e9} <Trace> oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3503 | 2024.05.30 04:11:59.507291 [ 3 ] {c9f56f1e-1c87-4ee4-be1d-ca4f85d006e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
3504 | 2024.05.30 04:11:59.507688 [ 3 ] {c9f56f1e-1c87-4ee4-be1d-ca4f85d006e9} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
3505 | 2024.05.30 04:11:59.508022 [ 3 ] {c9f56f1e-1c87-4ee4-be1d-ca4f85d006e9} <Trace> oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3506 | 2024.05.30 04:11:59.508182 [ 3 ] {c9f56f1e-1c87-4ee4-be1d-ca4f85d006e9} <Debug> executeQuery: Read 31 rows, 42.84 KiB in 0.001778 sec., 17435.320584926885 rows/sec., 23.53 MiB/sec. | ||
3507 | 2024.05.30 04:11:59.508463 [ 3 ] {c9f56f1e-1c87-4ee4-be1d-ca4f85d006e9} <Debug> DynamicQueryHandler: Done processing query | ||
3508 | 2024.05.30 04:11:59.508488 [ 3 ] {c9f56f1e-1c87-4ee4-be1d-ca4f85d006e9} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
3509 | 2024.05.30 04:11:59.508505 [ 3 ] {} <Debug> HTTP-Session: 85630fd6-c355-47aa-9421-cb381d8bc209 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3510 | 2024.05.30 04:11:59.508637 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3511 | 2024.05.30 04:11:59.508685 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3512 | 2024.05.30 04:11:59.508705 [ 3 ] {} <Debug> HTTP-Session: 35a66b23-e2cd-451c-a756-df4582be78ce Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
3513 | 2024.05.30 04:11:59.508722 [ 3 ] {} <Debug> HTTP-Session: 35a66b23-e2cd-451c-a756-df4582be78ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3514 | 2024.05.30 04:11:59.508736 [ 3 ] {} <Debug> HTTP-Session: 35a66b23-e2cd-451c-a756-df4582be78ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3515 | 2024.05.30 04:11:59.508767 [ 3 ] {} <Trace> HTTP-Session: 35a66b23-e2cd-451c-a756-df4582be78ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3516 | 2024.05.30 04:11:59.508893 [ 3 ] {e2776d73-95ec-4553-aea9-d034b4427a0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3517 | 2024.05.30 04:11:59.508939 [ 3 ] {e2776d73-95ec-4553-aea9-d034b4427a0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3518 | 2024.05.30 04:11:59.509078 [ 3 ] {e2776d73-95ec-4553-aea9-d034b4427a0b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3519 | 2024.05.30 04:11:59.509366 [ 3 ] {e2776d73-95ec-4553-aea9-d034b4427a0b} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3520 | 2024.05.30 04:11:59.509402 [ 3 ] {e2776d73-95ec-4553-aea9-d034b4427a0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
3521 | 2024.05.30 04:11:59.509750 [ 3 ] {e2776d73-95ec-4553-aea9-d034b4427a0b} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3522 | 2024.05.30 04:11:59.510056 [ 3 ] {e2776d73-95ec-4553-aea9-d034b4427a0b} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3523 | 2024.05.30 04:11:59.510214 [ 3 ] {e2776d73-95ec-4553-aea9-d034b4427a0b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00137 sec., 43795.620437956204 rows/sec., 2.95 MiB/sec. | ||
3524 | 2024.05.30 04:11:59.510727 [ 3 ] {e2776d73-95ec-4553-aea9-d034b4427a0b} <Debug> DynamicQueryHandler: Done processing query | ||
3525 | 2024.05.30 04:11:59.510775 [ 3 ] {e2776d73-95ec-4553-aea9-d034b4427a0b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3526 | 2024.05.30 04:11:59.510804 [ 3 ] {} <Debug> HTTP-Session: 35a66b23-e2cd-451c-a756-df4582be78ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3527 | 2024.05.30 04:12:04.494901 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 7798, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3528 | 2024.05.30 04:12:04.495030 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3529 | 2024.05.30 04:12:04.495058 [ 3 ] {} <Debug> HTTP-Session: 7db91ec2-0f2c-4038-b1ce-1ef1fbc47a95 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
3530 | 2024.05.30 04:12:04.495084 [ 3 ] {} <Debug> HTTP-Session: 7db91ec2-0f2c-4038-b1ce-1ef1fbc47a95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3531 | 2024.05.30 04:12:04.495102 [ 3 ] {} <Debug> HTTP-Session: 7db91ec2-0f2c-4038-b1ce-1ef1fbc47a95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3532 | 2024.05.30 04:12:04.495157 [ 3 ] {} <Trace> HTTP-Session: 7db91ec2-0f2c-4038-b1ce-1ef1fbc47a95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3533 | 2024.05.30 04:12:04.495363 [ 3 ] {8b426aa8-dba5-48fb-8199-c780d3f0a06b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3534 | 2024.05.30 04:12:04.495434 [ 3 ] {8b426aa8-dba5-48fb-8199-c780d3f0a06b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3535 | 2024.05.30 04:12:04.495640 [ 3 ] {8b426aa8-dba5-48fb-8199-c780d3f0a06b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3536 | 2024.05.30 04:12:04.496081 [ 3 ] {8b426aa8-dba5-48fb-8199-c780d3f0a06b} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3537 | 2024.05.30 04:12:04.496120 [ 3 ] {8b426aa8-dba5-48fb-8199-c780d3f0a06b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
3538 | 2024.05.30 04:12:04.496467 [ 3 ] {8b426aa8-dba5-48fb-8199-c780d3f0a06b} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3539 | 2024.05.30 04:12:04.496797 [ 3 ] {8b426aa8-dba5-48fb-8199-c780d3f0a06b} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3540 | 2024.05.30 04:12:04.496941 [ 122 ] {} <Debug> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
3541 | 2024.05.30 04:12:04.496944 [ 3 ] {8b426aa8-dba5-48fb-8199-c780d3f0a06b} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001649 sec., 33959.97574287447 rows/sec., 2.59 MiB/sec. | ||
3542 | 2024.05.30 04:12:04.496981 [ 122 ] {} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3543 | 2024.05.30 04:12:04.497014 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
3544 | 2024.05.30 04:12:04.497137 [ 187 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::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 | ||
3545 | 2024.05.30 04:12:04.497169 [ 3 ] {8b426aa8-dba5-48fb-8199-c780d3f0a06b} <Debug> DynamicQueryHandler: Done processing query | ||
3546 | 2024.05.30 04:12:04.497198 [ 3 ] {8b426aa8-dba5-48fb-8199-c780d3f0a06b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3547 | 2024.05.30 04:12:04.497224 [ 3 ] {} <Debug> HTTP-Session: 7db91ec2-0f2c-4038-b1ce-1ef1fbc47a95 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3548 | 2024.05.30 04:12:04.497274 [ 187 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3549 | 2024.05.30 04:12:04.497303 [ 187 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 190 rows starting from the beginning of the part | ||
3550 | 2024.05.30 04:12:04.497417 [ 187 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 56 rows starting from the beginning of the part | ||
3551 | 2024.05.30 04:12:04.497455 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 10872, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3552 | 2024.05.30 04:12:04.497627 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3553 | 2024.05.30 04:12:04.497768 [ 3 ] {} <Debug> HTTP-Session: 50504020-4ce8-4888-8236-44c979cea4cb Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
3554 | 2024.05.30 04:12:04.497795 [ 187 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 149 rows starting from the beginning of the part | ||
3555 | 2024.05.30 04:12:04.497839 [ 3 ] {} <Debug> HTTP-Session: 50504020-4ce8-4888-8236-44c979cea4cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3556 | 2024.05.30 04:12:04.497897 [ 3 ] {} <Debug> HTTP-Session: 50504020-4ce8-4888-8236-44c979cea4cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3557 | 2024.05.30 04:12:04.498058 [ 3 ] {} <Trace> HTTP-Session: 50504020-4ce8-4888-8236-44c979cea4cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3558 | 2024.05.30 04:12:04.498182 [ 187 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 92 rows starting from the beginning of the part | ||
3559 | 2024.05.30 04:12:04.498456 [ 3 ] {abdeec02-2f63-41ca-a4d6-ff6e9219b62f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3560 | 2024.05.30 04:12:04.498477 [ 187 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 149 rows starting from the beginning of the part | ||
3561 | 2024.05.30 04:12:04.498592 [ 3 ] {abdeec02-2f63-41ca-a4d6-ff6e9219b62f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3562 | 2024.05.30 04:12:04.498753 [ 187 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 56 rows starting from the beginning of the part | ||
3563 | 2024.05.30 04:12:04.499460 [ 3 ] {abdeec02-2f63-41ca-a4d6-ff6e9219b62f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3564 | 2024.05.30 04:12:04.499986 [ 3 ] {abdeec02-2f63-41ca-a4d6-ff6e9219b62f} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3565 | 2024.05.30 04:12:04.500028 [ 3 ] {abdeec02-2f63-41ca-a4d6-ff6e9219b62f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
3566 | 2024.05.30 04:12:04.500489 [ 3 ] {abdeec02-2f63-41ca-a4d6-ff6e9219b62f} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3567 | 2024.05.30 04:12:04.500797 [ 187 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 692 rows, containing 4 columns (4 merged, 0 gathered) in 0.003710976 sec., 186473.85485651213 rows/sec., 15.10 MiB/sec. | ||
3568 | 2024.05.30 04:12:04.501042 [ 190 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
3569 | 2024.05.30 04:12:04.501047 [ 3 ] {abdeec02-2f63-41ca-a4d6-ff6e9219b62f} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3570 | 2024.05.30 04:12:04.501370 [ 122 ] {} <Debug> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
3571 | 2024.05.30 04:12:04.501417 [ 3 ] {abdeec02-2f63-41ca-a4d6-ff6e9219b62f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003092 sec., 20698.576972833118 rows/sec., 1.62 MiB/sec. | ||
3572 | 2024.05.30 04:12:04.501460 [ 122 ] {} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3573 | 2024.05.30 04:12:04.501572 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
3574 | 2024.05.30 04:12:04.502046 [ 194 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::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 | ||
3575 | 2024.05.30 04:12:04.502213 [ 3 ] {abdeec02-2f63-41ca-a4d6-ff6e9219b62f} <Debug> DynamicQueryHandler: Done processing query | ||
3576 | 2024.05.30 04:12:04.502304 [ 3 ] {abdeec02-2f63-41ca-a4d6-ff6e9219b62f} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
3577 | 2024.05.30 04:12:04.502372 [ 3 ] {} <Debug> HTTP-Session: 50504020-4ce8-4888-8236-44c979cea4cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3578 | 2024.05.30 04:12:04.502409 [ 194 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3579 | 2024.05.30 04:12:04.502484 [ 190 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_21_4} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3580 | 2024.05.30 04:12:04.502492 [ 194 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 147 rows starting from the beginning of the part | ||
3581 | 2024.05.30 04:12:04.502663 [ 190 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_21_4} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
3582 | 2024.05.30 04:12:04.502714 [ 194 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 64 rows starting from the beginning of the part | ||
3583 | 2024.05.30 04:12:04.502734 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3584 | 2024.05.30 04:12:04.503020 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3585 | 2024.05.30 04:12:04.503053 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
3586 | 2024.05.30 04:12:04.503141 [ 3 ] {} <Debug> HTTP-Session: 85c767ce-4a41-4bda-9adf-068ad53cc421 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
3587 | 2024.05.30 04:12:04.503175 [ 194 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 95 rows starting from the beginning of the part | ||
3588 | 2024.05.30 04:12:04.503215 [ 3 ] {} <Debug> HTTP-Session: 85c767ce-4a41-4bda-9adf-068ad53cc421 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3589 | 2024.05.30 04:12:04.503260 [ 3 ] {} <Debug> HTTP-Session: 85c767ce-4a41-4bda-9adf-068ad53cc421 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3590 | 2024.05.30 04:12:04.503384 [ 3 ] {} <Trace> HTTP-Session: 85c767ce-4a41-4bda-9adf-068ad53cc421 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3591 | 2024.05.30 04:12:04.503399 [ 194 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 88 rows starting from the beginning of the part | ||
3592 | 2024.05.30 04:12:04.503549 [ 194 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 95 rows starting from the beginning of the part | ||
3593 | 2024.05.30 04:12:04.503859 [ 3 ] {912b43bf-6dbf-49c8-b47c-ab854ee8e502} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3594 | 2024.05.30 04:12:04.503910 [ 194 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 64 rows starting from the beginning of the part | ||
3595 | 2024.05.30 04:12:04.504082 [ 3 ] {912b43bf-6dbf-49c8-b47c-ab854ee8e502} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3596 | 2024.05.30 04:12:04.504756 [ 3 ] {912b43bf-6dbf-49c8-b47c-ab854ee8e502} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3597 | 2024.05.30 04:12:04.505727 [ 3 ] {912b43bf-6dbf-49c8-b47c-ab854ee8e502} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3598 | 2024.05.30 04:12:04.505799 [ 3 ] {912b43bf-6dbf-49c8-b47c-ab854ee8e502} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
3599 | 2024.05.30 04:12:04.506552 [ 202 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 553 rows, containing 4 columns (4 merged, 0 gathered) in 0.004798855 sec., 115235.8218783439 rows/sec., 8.99 MiB/sec. | ||
3600 | 2024.05.30 04:12:04.506777 [ 202 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
3601 | 2024.05.30 04:12:04.506785 [ 3 ] {912b43bf-6dbf-49c8-b47c-ab854ee8e502} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3602 | 2024.05.30 04:12:04.507715 [ 202 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_21_4} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3603 | 2024.05.30 04:12:04.507766 [ 3 ] {912b43bf-6dbf-49c8-b47c-ab854ee8e502} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3604 | 2024.05.30 04:12:04.507894 [ 202 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_21_4} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
3605 | 2024.05.30 04:12:04.508026 [ 122 ] {} <Debug> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
3606 | 2024.05.30 04:12:04.508115 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
3607 | 2024.05.30 04:12:04.508111 [ 3 ] {912b43bf-6dbf-49c8-b47c-ab854ee8e502} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004517 sec., 35421.740092982065 rows/sec., 2.47 MiB/sec. | ||
3608 | 2024.05.30 04:12:04.508127 [ 122 ] {} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3609 | 2024.05.30 04:12:04.508197 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
3610 | 2024.05.30 04:12:04.508529 [ 190 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::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 | ||
3611 | 2024.05.30 04:12:04.508546 [ 3 ] {912b43bf-6dbf-49c8-b47c-ab854ee8e502} <Debug> DynamicQueryHandler: Done processing query | ||
3612 | 2024.05.30 04:12:04.508626 [ 3 ] {912b43bf-6dbf-49c8-b47c-ab854ee8e502} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3613 | 2024.05.30 04:12:04.508690 [ 3 ] {} <Debug> HTTP-Session: 85c767ce-4a41-4bda-9adf-068ad53cc421 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3614 | 2024.05.30 04:12:04.508979 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3615 | 2024.05.30 04:12:04.509125 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3616 | 2024.05.30 04:12:04.509204 [ 190 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3617 | 2024.05.30 04:12:04.509203 [ 3 ] {} <Debug> HTTP-Session: 312add81-8415-42e3-af11-ec1900858db9 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
3618 | 2024.05.30 04:12:04.509288 [ 3 ] {} <Debug> HTTP-Session: 312add81-8415-42e3-af11-ec1900858db9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3619 | 2024.05.30 04:12:04.509297 [ 190 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 2421 rows starting from the beginning of the part | ||
3620 | 2024.05.30 04:12:04.509325 [ 3 ] {} <Debug> HTTP-Session: 312add81-8415-42e3-af11-ec1900858db9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3621 | 2024.05.30 04:12:04.509448 [ 3 ] {} <Trace> HTTP-Session: 312add81-8415-42e3-af11-ec1900858db9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3622 | 2024.05.30 04:12:04.509550 [ 190 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::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 | ||
3623 | 2024.05.30 04:12:04.509790 [ 190 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 160 rows starting from the beginning of the part | ||
3624 | 2024.05.30 04:12:04.509976 [ 3 ] {6179d930-5848-44df-a0e0-26255a65e4ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3625 | 2024.05.30 04:12:04.510059 [ 190 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 196 rows starting from the beginning of the part | ||
3626 | 2024.05.30 04:12:04.510132 [ 3 ] {6179d930-5848-44df-a0e0-26255a65e4ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3627 | 2024.05.30 04:12:04.510297 [ 190 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 160 rows starting from the beginning of the part | ||
3628 | 2024.05.30 04:12:04.510663 [ 190 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::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 | ||
3629 | 2024.05.30 04:12:04.511309 [ 3 ] {6179d930-5848-44df-a0e0-26255a65e4ac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3630 | 2024.05.30 04:12:04.511875 [ 3 ] {6179d930-5848-44df-a0e0-26255a65e4ac} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3631 | 2024.05.30 04:12:04.511920 [ 3 ] {6179d930-5848-44df-a0e0-26255a65e4ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
3632 | 2024.05.30 04:12:04.512933 [ 3 ] {6179d930-5848-44df-a0e0-26255a65e4ac} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3633 | 2024.05.30 04:12:04.513457 [ 3 ] {6179d930-5848-44df-a0e0-26255a65e4ac} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3634 | 2024.05.30 04:12:04.513774 [ 194 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3257 rows, containing 5 columns (5 merged, 0 gathered) in 0.005441366 sec., 598562.9343808154 rows/sec., 41.75 MiB/sec. | ||
3635 | 2024.05.30 04:12:04.513809 [ 122 ] {} <Debug> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
3636 | 2024.05.30 04:12:04.513848 [ 3 ] {6179d930-5848-44df-a0e0-26255a65e4ac} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004125 sec., 14545.454545454544 rows/sec., 1003.79 KiB/sec. | ||
3637 | 2024.05.30 04:12:04.513889 [ 122 ] {} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3638 | 2024.05.30 04:12:04.513945 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
3639 | 2024.05.30 04:12:04.514281 [ 3 ] {6179d930-5848-44df-a0e0-26255a65e4ac} <Debug> DynamicQueryHandler: Done processing query | ||
3640 | 2024.05.30 04:12:04.514427 [ 3 ] {6179d930-5848-44df-a0e0-26255a65e4ac} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3641 | 2024.05.30 04:12:04.514432 [ 194 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
3642 | 2024.05.30 04:12:04.514542 [ 3 ] {} <Debug> HTTP-Session: 312add81-8415-42e3-af11-ec1900858db9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3643 | 2024.05.30 04:12:04.514853 [ 189 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::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 | ||
3644 | 2024.05.30 04:12:04.515384 [ 189 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3645 | 2024.05.30 04:12:04.515477 [ 189 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 842 rows starting from the beginning of the part | ||
3646 | 2024.05.30 04:12:04.515778 [ 189 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::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 | ||
3647 | 2024.05.30 04:12:04.515801 [ 194 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3648 | 2024.05.30 04:12:04.516108 [ 189 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 60 rows starting from the beginning of the part | ||
3649 | 2024.05.30 04:12:04.516139 [ 194 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
3650 | 2024.05.30 04:12:04.516427 [ 189 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::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 | ||
3651 | 2024.05.30 04:12:04.516454 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. | ||
3652 | 2024.05.30 04:12:04.516613 [ 189 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 60 rows starting from the beginning of the part | ||
3653 | 2024.05.30 04:12:04.516804 [ 189 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::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 | ||
3654 | 2024.05.30 04:12:04.518117 [ 194 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1142 rows, containing 4 columns (4 merged, 0 gathered) in 0.004039142 sec., 282733.31316403334 rows/sec., 19.02 MiB/sec. | ||
3655 | 2024.05.30 04:12:04.518290 [ 190 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
3656 | 2024.05.30 04:12:04.518681 [ 190 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_21_4} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3657 | 2024.05.30 04:12:04.518762 [ 190 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_21_4} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
3658 | 2024.05.30 04:12:04.518842 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
3659 | 2024.05.30 04:12:09.496954 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 4497, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3660 | 2024.05.30 04:12:09.497068 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3661 | 2024.05.30 04:12:09.497096 [ 3 ] {} <Debug> HTTP-Session: 82a7950b-6c2e-4f5e-b616-17485d902677 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
3662 | 2024.05.30 04:12:09.497118 [ 3 ] {} <Debug> HTTP-Session: 82a7950b-6c2e-4f5e-b616-17485d902677 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3663 | 2024.05.30 04:12:09.497132 [ 3 ] {} <Debug> HTTP-Session: 82a7950b-6c2e-4f5e-b616-17485d902677 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3664 | 2024.05.30 04:12:09.497179 [ 3 ] {} <Trace> HTTP-Session: 82a7950b-6c2e-4f5e-b616-17485d902677 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3665 | 2024.05.30 04:12:09.497374 [ 3 ] {06b4c05e-936c-4e61-914f-9e3aa3879935} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3666 | 2024.05.30 04:12:09.497436 [ 3 ] {06b4c05e-936c-4e61-914f-9e3aa3879935} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3667 | 2024.05.30 04:12:09.497614 [ 3 ] {06b4c05e-936c-4e61-914f-9e3aa3879935} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3668 | 2024.05.30 04:12:09.498068 [ 3 ] {06b4c05e-936c-4e61-914f-9e3aa3879935} <Trace> oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3669 | 2024.05.30 04:12:09.498109 [ 3 ] {06b4c05e-936c-4e61-914f-9e3aa3879935} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
3670 | 2024.05.30 04:12:09.498471 [ 3 ] {06b4c05e-936c-4e61-914f-9e3aa3879935} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
3671 | 2024.05.30 04:12:09.498792 [ 3 ] {06b4c05e-936c-4e61-914f-9e3aa3879935} <Trace> oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3672 | 2024.05.30 04:12:09.498941 [ 3 ] {06b4c05e-936c-4e61-914f-9e3aa3879935} <Debug> executeQuery: Read 31 rows, 2.51 KiB in 0.001625 sec., 19076.923076923078 rows/sec., 1.51 MiB/sec. | ||
3673 | 2024.05.30 04:12:09.499153 [ 3 ] {06b4c05e-936c-4e61-914f-9e3aa3879935} <Debug> DynamicQueryHandler: Done processing query | ||
3674 | 2024.05.30 04:12:09.499179 [ 3 ] {06b4c05e-936c-4e61-914f-9e3aa3879935} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3675 | 2024.05.30 04:12:09.499194 [ 3 ] {} <Debug> HTTP-Session: 82a7950b-6c2e-4f5e-b616-17485d902677 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3676 | 2024.05.30 04:12:09.499321 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 680, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3677 | 2024.05.30 04:12:09.499370 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3678 | 2024.05.30 04:12:09.499388 [ 3 ] {} <Debug> HTTP-Session: 6cda1060-3776-4e12-8525-9254423c929f Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
3679 | 2024.05.30 04:12:09.499405 [ 3 ] {} <Debug> HTTP-Session: 6cda1060-3776-4e12-8525-9254423c929f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3680 | 2024.05.30 04:12:09.499418 [ 3 ] {} <Debug> HTTP-Session: 6cda1060-3776-4e12-8525-9254423c929f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3681 | 2024.05.30 04:12:09.499449 [ 3 ] {} <Trace> HTTP-Session: 6cda1060-3776-4e12-8525-9254423c929f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3682 | 2024.05.30 04:12:09.499545 [ 3 ] {1924f1c8-3fca-4f77-98e5-18a7f9875052} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
3683 | 2024.05.30 04:12:09.499588 [ 3 ] {1924f1c8-3fca-4f77-98e5-18a7f9875052} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3684 | 2024.05.30 04:12:09.499716 [ 3 ] {1924f1c8-3fca-4f77-98e5-18a7f9875052} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3685 | 2024.05.30 04:12:09.500026 [ 3 ] {1924f1c8-3fca-4f77-98e5-18a7f9875052} <Trace> oximeter.fields_ipaddr (7437664c-5015-4ab1-bcc0-e9747c26d3d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3686 | 2024.05.30 04:12:09.500062 [ 3 ] {1924f1c8-3fca-4f77-98e5-18a7f9875052} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
3687 | 2024.05.30 04:12:09.500370 [ 3 ] {1924f1c8-3fca-4f77-98e5-18a7f9875052} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
3688 | 2024.05.30 04:12:09.500664 [ 3 ] {1924f1c8-3fca-4f77-98e5-18a7f9875052} <Trace> oximeter.fields_ipaddr (7437664c-5015-4ab1-bcc0-e9747c26d3d7): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3689 | 2024.05.30 04:12:09.500819 [ 3 ] {1924f1c8-3fca-4f77-98e5-18a7f9875052} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001289 sec., 3103.1807602792865 rows/sec., 253.04 KiB/sec. | ||
3690 | 2024.05.30 04:12:09.500983 [ 3 ] {1924f1c8-3fca-4f77-98e5-18a7f9875052} <Debug> DynamicQueryHandler: Done processing query | ||
3691 | 2024.05.30 04:12:09.501009 [ 3 ] {1924f1c8-3fca-4f77-98e5-18a7f9875052} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3692 | 2024.05.30 04:12:09.501024 [ 3 ] {} <Debug> HTTP-Session: 6cda1060-3776-4e12-8525-9254423c929f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3693 | 2024.05.30 04:12:09.501151 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 22106, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3694 | 2024.05.30 04:12:09.501196 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3695 | 2024.05.30 04:12:09.501215 [ 3 ] {} <Debug> HTTP-Session: 6dc5f705-ec24-4b27-b65e-971d90b18970 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
3696 | 2024.05.30 04:12:09.501232 [ 3 ] {} <Debug> HTTP-Session: 6dc5f705-ec24-4b27-b65e-971d90b18970 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3697 | 2024.05.30 04:12:09.501246 [ 3 ] {} <Debug> HTTP-Session: 6dc5f705-ec24-4b27-b65e-971d90b18970 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3698 | 2024.05.30 04:12:09.501276 [ 3 ] {} <Trace> HTTP-Session: 6dc5f705-ec24-4b27-b65e-971d90b18970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3699 | 2024.05.30 04:12:09.501424 [ 3 ] {68894267-a750-401b-a369-a26bb11e0117} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3700 | 2024.05.30 04:12:09.501465 [ 3 ] {68894267-a750-401b-a369-a26bb11e0117} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3701 | 2024.05.30 04:12:09.501588 [ 3 ] {68894267-a750-401b-a369-a26bb11e0117} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3702 | 2024.05.30 04:12:09.501981 [ 3 ] {68894267-a750-401b-a369-a26bb11e0117} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3703 | 2024.05.30 04:12:09.502017 [ 3 ] {68894267-a750-401b-a369-a26bb11e0117} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
3704 | 2024.05.30 04:12:09.502335 [ 3 ] {68894267-a750-401b-a369-a26bb11e0117} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
3705 | 2024.05.30 04:12:09.502629 [ 3 ] {68894267-a750-401b-a369-a26bb11e0117} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3706 | 2024.05.30 04:12:09.502783 [ 3 ] {68894267-a750-401b-a369-a26bb11e0117} <Debug> executeQuery: Read 151 rows, 12.93 KiB in 0.001416 sec., 106638.41807909605 rows/sec., 8.92 MiB/sec. | ||
3707 | 2024.05.30 04:12:09.502946 [ 3 ] {68894267-a750-401b-a369-a26bb11e0117} <Debug> DynamicQueryHandler: Done processing query | ||
3708 | 2024.05.30 04:12:09.502969 [ 3 ] {68894267-a750-401b-a369-a26bb11e0117} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
3709 | 2024.05.30 04:12:09.502985 [ 3 ] {} <Debug> HTTP-Session: 6dc5f705-ec24-4b27-b65e-971d90b18970 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3710 | 2024.05.30 04:12:09.503093 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 613, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3711 | 2024.05.30 04:12:09.503141 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3712 | 2024.05.30 04:12:09.503160 [ 3 ] {} <Debug> HTTP-Session: 132c6ffa-a870-4b65-a040-27d900071c1e Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
3713 | 2024.05.30 04:12:09.503177 [ 3 ] {} <Debug> HTTP-Session: 132c6ffa-a870-4b65-a040-27d900071c1e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3714 | 2024.05.30 04:12:09.503191 [ 3 ] {} <Debug> HTTP-Session: 132c6ffa-a870-4b65-a040-27d900071c1e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3715 | 2024.05.30 04:12:09.503221 [ 3 ] {} <Trace> HTTP-Session: 132c6ffa-a870-4b65-a040-27d900071c1e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3716 | 2024.05.30 04:12:09.503331 [ 3 ] {7a031585-c5f1-42de-8ffa-84407ce1e5b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3717 | 2024.05.30 04:12:09.503374 [ 3 ] {7a031585-c5f1-42de-8ffa-84407ce1e5b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3718 | 2024.05.30 04:12:09.503499 [ 3 ] {7a031585-c5f1-42de-8ffa-84407ce1e5b6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3719 | 2024.05.30 04:12:09.503786 [ 3 ] {7a031585-c5f1-42de-8ffa-84407ce1e5b6} <Trace> oximeter.fields_u16 (f5010535-cd64-42d7-ac63-98dfd59d33c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3720 | 2024.05.30 04:12:09.503822 [ 3 ] {7a031585-c5f1-42de-8ffa-84407ce1e5b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
3721 | 2024.05.30 04:12:09.504113 [ 3 ] {7a031585-c5f1-42de-8ffa-84407ce1e5b6} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
3722 | 2024.05.30 04:12:09.504420 [ 3 ] {7a031585-c5f1-42de-8ffa-84407ce1e5b6} <Trace> oximeter.fields_u16 (f5010535-cd64-42d7-ac63-98dfd59d33c1): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3723 | 2024.05.30 04:12:09.504549 [ 3 ] {7a031585-c5f1-42de-8ffa-84407ce1e5b6} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001243 sec., 3218.0209171359616 rows/sec., 224.70 KiB/sec. | ||
3724 | 2024.05.30 04:12:09.504741 [ 3 ] {7a031585-c5f1-42de-8ffa-84407ce1e5b6} <Debug> DynamicQueryHandler: Done processing query | ||
3725 | 2024.05.30 04:12:09.504765 [ 3 ] {7a031585-c5f1-42de-8ffa-84407ce1e5b6} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3726 | 2024.05.30 04:12:09.504781 [ 3 ] {} <Debug> HTTP-Session: 132c6ffa-a870-4b65-a040-27d900071c1e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3727 | 2024.05.30 04:12:09.504896 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 16810, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3728 | 2024.05.30 04:12:09.504943 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3729 | 2024.05.30 04:12:09.504961 [ 3 ] {} <Debug> HTTP-Session: f6cfc075-c376-480e-b293-7eba9225a528 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
3730 | 2024.05.30 04:12:09.504979 [ 3 ] {} <Debug> HTTP-Session: f6cfc075-c376-480e-b293-7eba9225a528 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3731 | 2024.05.30 04:12:09.504992 [ 3 ] {} <Debug> HTTP-Session: f6cfc075-c376-480e-b293-7eba9225a528 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3732 | 2024.05.30 04:12:09.505023 [ 3 ] {} <Trace> HTTP-Session: f6cfc075-c376-480e-b293-7eba9225a528 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3733 | 2024.05.30 04:12:09.505141 [ 3 ] {34a110a1-7f85-4f07-87c9-1e28a0fc9f0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3734 | 2024.05.30 04:12:09.505182 [ 3 ] {34a110a1-7f85-4f07-87c9-1e28a0fc9f0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3735 | 2024.05.30 04:12:09.505317 [ 3 ] {34a110a1-7f85-4f07-87c9-1e28a0fc9f0b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3736 | 2024.05.30 04:12:09.505664 [ 3 ] {34a110a1-7f85-4f07-87c9-1e28a0fc9f0b} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3737 | 2024.05.30 04:12:09.505700 [ 3 ] {34a110a1-7f85-4f07-87c9-1e28a0fc9f0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
3738 | 2024.05.30 04:12:09.506010 [ 3 ] {34a110a1-7f85-4f07-87c9-1e28a0fc9f0b} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
3739 | 2024.05.30 04:12:09.506311 [ 3 ] {34a110a1-7f85-4f07-87c9-1e28a0fc9f0b} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3740 | 2024.05.30 04:12:09.506460 [ 3 ] {34a110a1-7f85-4f07-87c9-1e28a0fc9f0b} <Debug> executeQuery: Read 99 rows, 7.92 KiB in 0.001359 sec., 72847.6821192053 rows/sec., 5.69 MiB/sec. | ||
3741 | 2024.05.30 04:12:09.506618 [ 3 ] {34a110a1-7f85-4f07-87c9-1e28a0fc9f0b} <Debug> DynamicQueryHandler: Done processing query | ||
3742 | 2024.05.30 04:12:09.506642 [ 3 ] {34a110a1-7f85-4f07-87c9-1e28a0fc9f0b} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
3743 | 2024.05.30 04:12:09.506658 [ 3 ] {} <Debug> HTTP-Session: f6cfc075-c376-480e-b293-7eba9225a528 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3744 | 2024.05.30 04:12:09.506801 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 30977, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3745 | 2024.05.30 04:12:09.506858 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3746 | 2024.05.30 04:12:09.506879 [ 3 ] {} <Debug> HTTP-Session: 19ee238a-b351-4bc2-9525-3022eebc3853 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
3747 | 2024.05.30 04:12:09.506896 [ 3 ] {} <Debug> HTTP-Session: 19ee238a-b351-4bc2-9525-3022eebc3853 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3748 | 2024.05.30 04:12:09.506910 [ 3 ] {} <Debug> HTTP-Session: 19ee238a-b351-4bc2-9525-3022eebc3853 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3749 | 2024.05.30 04:12:09.506942 [ 3 ] {} <Trace> HTTP-Session: 19ee238a-b351-4bc2-9525-3022eebc3853 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3750 | 2024.05.30 04:12:09.507096 [ 3 ] {7e7a9e32-4b6f-4ebf-adc0-e292dc729d45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3751 | 2024.05.30 04:12:09.507144 [ 3 ] {7e7a9e32-4b6f-4ebf-adc0-e292dc729d45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3752 | 2024.05.30 04:12:09.507291 [ 3 ] {7e7a9e32-4b6f-4ebf-adc0-e292dc729d45} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3753 | 2024.05.30 04:12:09.507679 [ 3 ] {7e7a9e32-4b6f-4ebf-adc0-e292dc729d45} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3754 | 2024.05.30 04:12:09.507716 [ 3 ] {7e7a9e32-4b6f-4ebf-adc0-e292dc729d45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
3755 | 2024.05.30 04:12:09.508108 [ 3 ] {7e7a9e32-4b6f-4ebf-adc0-e292dc729d45} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
3756 | 2024.05.30 04:12:09.508450 [ 3 ] {7e7a9e32-4b6f-4ebf-adc0-e292dc729d45} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3757 | 2024.05.30 04:12:09.508600 [ 3 ] {7e7a9e32-4b6f-4ebf-adc0-e292dc729d45} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001563 sec., 103646.83301343571 rows/sec., 7.22 MiB/sec. | ||
3758 | 2024.05.30 04:12:09.508938 [ 3 ] {7e7a9e32-4b6f-4ebf-adc0-e292dc729d45} <Debug> DynamicQueryHandler: Done processing query | ||
3759 | 2024.05.30 04:12:09.508963 [ 3 ] {7e7a9e32-4b6f-4ebf-adc0-e292dc729d45} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3760 | 2024.05.30 04:12:09.508980 [ 3 ] {} <Debug> HTTP-Session: 19ee238a-b351-4bc2-9525-3022eebc3853 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3761 | 2024.05.30 04:12:09.509161 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 33191, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3762 | 2024.05.30 04:12:09.509211 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3763 | 2024.05.30 04:12:09.509230 [ 3 ] {} <Debug> HTTP-Session: 1549b5c3-5277-462b-b401-caa0a3554bd9 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
3764 | 2024.05.30 04:12:09.509247 [ 3 ] {} <Debug> HTTP-Session: 1549b5c3-5277-462b-b401-caa0a3554bd9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3765 | 2024.05.30 04:12:09.509261 [ 3 ] {} <Debug> HTTP-Session: 1549b5c3-5277-462b-b401-caa0a3554bd9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3766 | 2024.05.30 04:12:09.509292 [ 3 ] {} <Trace> HTTP-Session: 1549b5c3-5277-462b-b401-caa0a3554bd9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3767 | 2024.05.30 04:12:09.509564 [ 3 ] {d491fc57-eac7-44e4-909c-95f2d082364d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3768 | 2024.05.30 04:12:09.509615 [ 3 ] {d491fc57-eac7-44e4-909c-95f2d082364d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
3769 | 2024.05.30 04:12:09.509797 [ 3 ] {d491fc57-eac7-44e4-909c-95f2d082364d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3770 | 2024.05.30 04:12:09.510430 [ 3 ] {d491fc57-eac7-44e4-909c-95f2d082364d} <Trace> oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3771 | 2024.05.30 04:12:09.510469 [ 3 ] {d491fc57-eac7-44e4-909c-95f2d082364d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
3772 | 2024.05.30 04:12:09.510896 [ 3 ] {d491fc57-eac7-44e4-909c-95f2d082364d} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
3773 | 2024.05.30 04:12:09.511232 [ 3 ] {d491fc57-eac7-44e4-909c-95f2d082364d} <Trace> oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3774 | 2024.05.30 04:12:09.511391 [ 3 ] {d491fc57-eac7-44e4-909c-95f2d082364d} <Debug> executeQuery: Read 31 rows, 42.84 KiB in 0.002 sec., 15500 rows/sec., 20.92 MiB/sec. | ||
3775 | 2024.05.30 04:12:09.511574 [ 3 ] {d491fc57-eac7-44e4-909c-95f2d082364d} <Debug> DynamicQueryHandler: Done processing query | ||
3776 | 2024.05.30 04:12:09.511599 [ 3 ] {d491fc57-eac7-44e4-909c-95f2d082364d} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
3777 | 2024.05.30 04:12:09.511615 [ 3 ] {} <Debug> HTTP-Session: 1549b5c3-5277-462b-b401-caa0a3554bd9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3778 | 2024.05.30 04:12:09.511731 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3779 | 2024.05.30 04:12:09.511780 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3780 | 2024.05.30 04:12:09.511799 [ 3 ] {} <Debug> HTTP-Session: a1327413-0d77-4f19-b918-62ab4a70d01b Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
3781 | 2024.05.30 04:12:09.511816 [ 3 ] {} <Debug> HTTP-Session: a1327413-0d77-4f19-b918-62ab4a70d01b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3782 | 2024.05.30 04:12:09.511829 [ 3 ] {} <Debug> HTTP-Session: a1327413-0d77-4f19-b918-62ab4a70d01b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3783 | 2024.05.30 04:12:09.511861 [ 3 ] {} <Trace> HTTP-Session: a1327413-0d77-4f19-b918-62ab4a70d01b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3784 | 2024.05.30 04:12:09.511986 [ 3 ] {dd98665b-ec77-4762-b6cf-c4425bb261fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3785 | 2024.05.30 04:12:09.512030 [ 3 ] {dd98665b-ec77-4762-b6cf-c4425bb261fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3786 | 2024.05.30 04:12:09.512159 [ 3 ] {dd98665b-ec77-4762-b6cf-c4425bb261fa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3787 | 2024.05.30 04:12:09.512523 [ 3 ] {dd98665b-ec77-4762-b6cf-c4425bb261fa} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3788 | 2024.05.30 04:12:09.512560 [ 3 ] {dd98665b-ec77-4762-b6cf-c4425bb261fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
3789 | 2024.05.30 04:12:09.512927 [ 3 ] {dd98665b-ec77-4762-b6cf-c4425bb261fa} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
3790 | 2024.05.30 04:12:09.513261 [ 3 ] {dd98665b-ec77-4762-b6cf-c4425bb261fa} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3791 | 2024.05.30 04:12:09.513407 [ 3 ] {dd98665b-ec77-4762-b6cf-c4425bb261fa} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001472 sec., 40760.86956521739 rows/sec., 2.75 MiB/sec. | ||
3792 | 2024.05.30 04:12:09.513620 [ 3 ] {dd98665b-ec77-4762-b6cf-c4425bb261fa} <Debug> DynamicQueryHandler: Done processing query | ||
3793 | 2024.05.30 04:12:09.513645 [ 3 ] {dd98665b-ec77-4762-b6cf-c4425bb261fa} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3794 | 2024.05.30 04:12:09.513662 [ 3 ] {} <Debug> HTTP-Session: a1327413-0d77-4f19-b918-62ab4a70d01b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3795 | 2024.05.30 04:12:13.104379 [ 117 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3796 | 2024.05.30 04:12:13.104429 [ 117 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3797 | 2024.05.30 04:12:14.493743 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 7798, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3798 | 2024.05.30 04:12:14.493874 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3799 | 2024.05.30 04:12:14.493903 [ 3 ] {} <Debug> HTTP-Session: 778e590f-0394-455e-8166-589b3454fdc0 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
3800 | 2024.05.30 04:12:14.493930 [ 3 ] {} <Debug> HTTP-Session: 778e590f-0394-455e-8166-589b3454fdc0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3801 | 2024.05.30 04:12:14.493947 [ 3 ] {} <Debug> HTTP-Session: 778e590f-0394-455e-8166-589b3454fdc0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3802 | 2024.05.30 04:12:14.494001 [ 3 ] {} <Trace> HTTP-Session: 778e590f-0394-455e-8166-589b3454fdc0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3803 | 2024.05.30 04:12:14.494209 [ 3 ] {267abe91-d7e2-4ab6-a84b-689b4de583df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3804 | 2024.05.30 04:12:14.494281 [ 3 ] {267abe91-d7e2-4ab6-a84b-689b4de583df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3805 | 2024.05.30 04:12:14.494494 [ 3 ] {267abe91-d7e2-4ab6-a84b-689b4de583df} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3806 | 2024.05.30 04:12:14.495072 [ 3 ] {267abe91-d7e2-4ab6-a84b-689b4de583df} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3807 | 2024.05.30 04:12:14.495116 [ 3 ] {267abe91-d7e2-4ab6-a84b-689b4de583df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
3808 | 2024.05.30 04:12:14.495479 [ 3 ] {267abe91-d7e2-4ab6-a84b-689b4de583df} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
3809 | 2024.05.30 04:12:14.495802 [ 3 ] {267abe91-d7e2-4ab6-a84b-689b4de583df} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3810 | 2024.05.30 04:12:14.495997 [ 3 ] {267abe91-d7e2-4ab6-a84b-689b4de583df} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00185 sec., 30270.27027027027 rows/sec., 2.31 MiB/sec. | ||
3811 | 2024.05.30 04:12:14.496202 [ 3 ] {267abe91-d7e2-4ab6-a84b-689b4de583df} <Debug> DynamicQueryHandler: Done processing query | ||
3812 | 2024.05.30 04:12:14.496230 [ 3 ] {267abe91-d7e2-4ab6-a84b-689b4de583df} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3813 | 2024.05.30 04:12:14.496245 [ 3 ] {} <Debug> HTTP-Session: 778e590f-0394-455e-8166-589b3454fdc0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3814 | 2024.05.30 04:12:14.496377 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 10872, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3815 | 2024.05.30 04:12:14.496431 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3816 | 2024.05.30 04:12:14.496451 [ 3 ] {} <Debug> HTTP-Session: 70f34c4c-4eaf-46bb-a090-78d999267e31 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
3817 | 2024.05.30 04:12:14.496469 [ 3 ] {} <Debug> HTTP-Session: 70f34c4c-4eaf-46bb-a090-78d999267e31 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3818 | 2024.05.30 04:12:14.496482 [ 3 ] {} <Debug> HTTP-Session: 70f34c4c-4eaf-46bb-a090-78d999267e31 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3819 | 2024.05.30 04:12:14.496516 [ 3 ] {} <Trace> HTTP-Session: 70f34c4c-4eaf-46bb-a090-78d999267e31 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3820 | 2024.05.30 04:12:14.496639 [ 3 ] {2f345a5c-f6b1-4488-98d6-daf94bfc7bd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3821 | 2024.05.30 04:12:14.496684 [ 3 ] {2f345a5c-f6b1-4488-98d6-daf94bfc7bd1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3822 | 2024.05.30 04:12:14.496819 [ 3 ] {2f345a5c-f6b1-4488-98d6-daf94bfc7bd1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3823 | 2024.05.30 04:12:14.497177 [ 3 ] {2f345a5c-f6b1-4488-98d6-daf94bfc7bd1} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3824 | 2024.05.30 04:12:14.497214 [ 3 ] {2f345a5c-f6b1-4488-98d6-daf94bfc7bd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
3825 | 2024.05.30 04:12:14.497569 [ 3 ] {2f345a5c-f6b1-4488-98d6-daf94bfc7bd1} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
3826 | 2024.05.30 04:12:14.497879 [ 3 ] {2f345a5c-f6b1-4488-98d6-daf94bfc7bd1} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3827 | 2024.05.30 04:12:14.498043 [ 3 ] {2f345a5c-f6b1-4488-98d6-daf94bfc7bd1} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001448 sec., 44198.895027624305 rows/sec., 3.45 MiB/sec. | ||
3828 | 2024.05.30 04:12:14.498214 [ 3 ] {2f345a5c-f6b1-4488-98d6-daf94bfc7bd1} <Debug> DynamicQueryHandler: Done processing query | ||
3829 | 2024.05.30 04:12:14.498239 [ 3 ] {2f345a5c-f6b1-4488-98d6-daf94bfc7bd1} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
3830 | 2024.05.30 04:12:14.498257 [ 3 ] {} <Debug> HTTP-Session: 70f34c4c-4eaf-46bb-a090-78d999267e31 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3831 | 2024.05.30 04:12:14.498413 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3832 | 2024.05.30 04:12:14.498466 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3833 | 2024.05.30 04:12:14.498486 [ 3 ] {} <Debug> HTTP-Session: 9af18f27-62a2-49ae-8647-781d39815de0 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
3834 | 2024.05.30 04:12:14.498503 [ 3 ] {} <Debug> HTTP-Session: 9af18f27-62a2-49ae-8647-781d39815de0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3835 | 2024.05.30 04:12:14.498517 [ 3 ] {} <Debug> HTTP-Session: 9af18f27-62a2-49ae-8647-781d39815de0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3836 | 2024.05.30 04:12:14.498550 [ 3 ] {} <Trace> HTTP-Session: 9af18f27-62a2-49ae-8647-781d39815de0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3837 | 2024.05.30 04:12:14.498697 [ 3 ] {a18dd14e-a6f0-49b9-9a01-de432d34434b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3838 | 2024.05.30 04:12:14.498746 [ 3 ] {a18dd14e-a6f0-49b9-9a01-de432d34434b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3839 | 2024.05.30 04:12:14.498898 [ 3 ] {a18dd14e-a6f0-49b9-9a01-de432d34434b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3840 | 2024.05.30 04:12:14.499283 [ 3 ] {a18dd14e-a6f0-49b9-9a01-de432d34434b} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3841 | 2024.05.30 04:12:14.499321 [ 3 ] {a18dd14e-a6f0-49b9-9a01-de432d34434b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
3842 | 2024.05.30 04:12:14.499711 [ 3 ] {a18dd14e-a6f0-49b9-9a01-de432d34434b} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
3843 | 2024.05.30 04:12:14.500053 [ 3 ] {a18dd14e-a6f0-49b9-9a01-de432d34434b} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3844 | 2024.05.30 04:12:14.500217 [ 3 ] {a18dd14e-a6f0-49b9-9a01-de432d34434b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001586 sec., 100882.72383354351 rows/sec., 7.03 MiB/sec. | ||
3845 | 2024.05.30 04:12:14.500391 [ 3 ] {a18dd14e-a6f0-49b9-9a01-de432d34434b} <Debug> DynamicQueryHandler: Done processing query | ||
3846 | 2024.05.30 04:12:14.500415 [ 3 ] {a18dd14e-a6f0-49b9-9a01-de432d34434b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3847 | 2024.05.30 04:12:14.500432 [ 3 ] {} <Debug> HTTP-Session: 9af18f27-62a2-49ae-8647-781d39815de0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3848 | 2024.05.30 04:12:14.500551 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3849 | 2024.05.30 04:12:14.500601 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3850 | 2024.05.30 04:12:14.500620 [ 3 ] {} <Debug> HTTP-Session: ab04363e-7a5d-4d93-b3b9-753ce7bee5aa Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
3851 | 2024.05.30 04:12:14.500637 [ 3 ] {} <Debug> HTTP-Session: ab04363e-7a5d-4d93-b3b9-753ce7bee5aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3852 | 2024.05.30 04:12:14.500650 [ 3 ] {} <Debug> HTTP-Session: ab04363e-7a5d-4d93-b3b9-753ce7bee5aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3853 | 2024.05.30 04:12:14.500681 [ 3 ] {} <Trace> HTTP-Session: ab04363e-7a5d-4d93-b3b9-753ce7bee5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3854 | 2024.05.30 04:12:14.500811 [ 3 ] {502d77f7-ecad-4b48-a7e5-0741f71d8c57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3855 | 2024.05.30 04:12:14.500857 [ 3 ] {502d77f7-ecad-4b48-a7e5-0741f71d8c57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3856 | 2024.05.30 04:12:14.500986 [ 3 ] {502d77f7-ecad-4b48-a7e5-0741f71d8c57} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3857 | 2024.05.30 04:12:14.501282 [ 3 ] {502d77f7-ecad-4b48-a7e5-0741f71d8c57} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3858 | 2024.05.30 04:12:14.501318 [ 3 ] {502d77f7-ecad-4b48-a7e5-0741f71d8c57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
3859 | 2024.05.30 04:12:14.501664 [ 3 ] {502d77f7-ecad-4b48-a7e5-0741f71d8c57} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
3860 | 2024.05.30 04:12:14.501985 [ 3 ] {502d77f7-ecad-4b48-a7e5-0741f71d8c57} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3861 | 2024.05.30 04:12:14.502140 [ 3 ] {502d77f7-ecad-4b48-a7e5-0741f71d8c57} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001383 sec., 43383.94793926248 rows/sec., 2.92 MiB/sec. | ||
3862 | 2024.05.30 04:12:14.502303 [ 3 ] {502d77f7-ecad-4b48-a7e5-0741f71d8c57} <Debug> DynamicQueryHandler: Done processing query | ||
3863 | 2024.05.30 04:12:14.502327 [ 3 ] {502d77f7-ecad-4b48-a7e5-0741f71d8c57} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3864 | 2024.05.30 04:12:14.502342 [ 3 ] {} <Debug> HTTP-Session: ab04363e-7a5d-4d93-b3b9-753ce7bee5aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3865 | 2024.05.30 04:12:19.495672 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 4497, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3866 | 2024.05.30 04:12:19.495812 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3867 | 2024.05.30 04:12:19.495842 [ 3 ] {} <Debug> HTTP-Session: 8038d383-a57a-4d0d-a144-6ff56579e610 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
3868 | 2024.05.30 04:12:19.495870 [ 3 ] {} <Debug> HTTP-Session: 8038d383-a57a-4d0d-a144-6ff56579e610 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3869 | 2024.05.30 04:12:19.495889 [ 3 ] {} <Debug> HTTP-Session: 8038d383-a57a-4d0d-a144-6ff56579e610 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3870 | 2024.05.30 04:12:19.495944 [ 3 ] {} <Trace> HTTP-Session: 8038d383-a57a-4d0d-a144-6ff56579e610 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3871 | 2024.05.30 04:12:19.496141 [ 3 ] {2c1076bb-ad91-4d99-a57e-7d59c8d50f2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3872 | 2024.05.30 04:12:19.496207 [ 3 ] {2c1076bb-ad91-4d99-a57e-7d59c8d50f2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3873 | 2024.05.30 04:12:19.496395 [ 3 ] {2c1076bb-ad91-4d99-a57e-7d59c8d50f2b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3874 | 2024.05.30 04:12:19.496860 [ 3 ] {2c1076bb-ad91-4d99-a57e-7d59c8d50f2b} <Trace> oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3875 | 2024.05.30 04:12:19.496907 [ 3 ] {2c1076bb-ad91-4d99-a57e-7d59c8d50f2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
3876 | 2024.05.30 04:12:19.497278 [ 3 ] {2c1076bb-ad91-4d99-a57e-7d59c8d50f2b} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
3877 | 2024.05.30 04:12:19.497610 [ 3 ] {2c1076bb-ad91-4d99-a57e-7d59c8d50f2b} <Trace> oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3878 | 2024.05.30 04:12:19.497780 [ 3 ] {2c1076bb-ad91-4d99-a57e-7d59c8d50f2b} <Debug> executeQuery: Read 31 rows, 2.51 KiB in 0.001692 sec., 18321.513002364067 rows/sec., 1.45 MiB/sec. | ||
3879 | 2024.05.30 04:12:19.497796 [ 148 ] {} <Debug> oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba) (MergerMutator): Selected 5 parts from all_1_6_1 to all_10_10_0 | ||
3880 | 2024.05.30 04:12:19.497900 [ 148 ] {} <Trace> oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3881 | 2024.05.30 04:12:19.497949 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
3882 | 2024.05.30 04:12:19.498069 [ 3 ] {2c1076bb-ad91-4d99-a57e-7d59c8d50f2b} <Debug> DynamicQueryHandler: Done processing query | ||
3883 | 2024.05.30 04:12:19.498123 [ 3 ] {2c1076bb-ad91-4d99-a57e-7d59c8d50f2b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3884 | 2024.05.30 04:12:19.498157 [ 3 ] {} <Debug> HTTP-Session: 8038d383-a57a-4d0d-a144-6ff56579e610 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3885 | 2024.05.30 04:12:19.498158 [ 203 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_6_1 to all_10_10_0 into Compact with storage Full | ||
3886 | 2024.05.30 04:12:19.498360 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 21838, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3887 | 2024.05.30 04:12:19.498426 [ 203 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3888 | 2024.05.30 04:12:19.498462 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3889 | 2024.05.30 04:12:19.498501 [ 203 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 31 rows starting from the beginning of the part | ||
3890 | 2024.05.30 04:12:19.498511 [ 3 ] {} <Debug> HTTP-Session: 36cad4ac-327f-452f-a170-8488ab8cb6ad Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
3891 | 2024.05.30 04:12:19.498566 [ 3 ] {} <Debug> HTTP-Session: 36cad4ac-327f-452f-a170-8488ab8cb6ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3892 | 2024.05.30 04:12:19.498601 [ 3 ] {} <Debug> HTTP-Session: 36cad4ac-327f-452f-a170-8488ab8cb6ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3893 | 2024.05.30 04:12:19.498736 [ 3 ] {} <Trace> HTTP-Session: 36cad4ac-327f-452f-a170-8488ab8cb6ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3894 | 2024.05.30 04:12:19.498844 [ 203 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 31 rows starting from the beginning of the part | ||
3895 | 2024.05.30 04:12:19.499133 [ 3 ] {8a78fe41-d4d8-480e-98e0-f90d29b39163} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3896 | 2024.05.30 04:12:19.499127 [ 203 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 31 rows starting from the beginning of the part | ||
3897 | 2024.05.30 04:12:19.499251 [ 3 ] {8a78fe41-d4d8-480e-98e0-f90d29b39163} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3898 | 2024.05.30 04:12:19.499461 [ 203 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 31 rows starting from the beginning of the part | ||
3899 | 2024.05.30 04:12:19.499765 [ 203 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 31 rows starting from the beginning of the part | ||
3900 | 2024.05.30 04:12:19.500190 [ 3 ] {8a78fe41-d4d8-480e-98e0-f90d29b39163} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3901 | 2024.05.30 04:12:19.501180 [ 3 ] {8a78fe41-d4d8-480e-98e0-f90d29b39163} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3902 | 2024.05.30 04:12:19.501259 [ 3 ] {8a78fe41-d4d8-480e-98e0-f90d29b39163} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
3903 | 2024.05.30 04:12:19.502285 [ 3 ] {8a78fe41-d4d8-480e-98e0-f90d29b39163} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
3904 | 2024.05.30 04:12:19.502287 [ 203 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 155 rows, containing 4 columns (4 merged, 0 gathered) in 0.004246035 sec., 36504.644921673986 rows/sec., 2.89 MiB/sec. | ||
3905 | 2024.05.30 04:12:19.502570 [ 190 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
3906 | 2024.05.30 04:12:19.502877 [ 3 ] {8a78fe41-d4d8-480e-98e0-f90d29b39163} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3907 | 2024.05.30 04:12:19.503216 [ 3 ] {8a78fe41-d4d8-480e-98e0-f90d29b39163} <Debug> executeQuery: Read 149 rows, 12.78 KiB in 0.004276 sec., 34845.65014031805 rows/sec., 2.92 MiB/sec. | ||
3908 | 2024.05.30 04:12:19.503444 [ 190 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_10_2} <Trace> oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3909 | 2024.05.30 04:12:19.503562 [ 3 ] {8a78fe41-d4d8-480e-98e0-f90d29b39163} <Debug> DynamicQueryHandler: Done processing query | ||
3910 | 2024.05.30 04:12:19.503577 [ 190 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_10_2} <Trace> oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba) (MergerMutator): Merged 5 parts: [all_1_6_1, all_10_10_0] -> all_1_10_2 | ||
3911 | 2024.05.30 04:12:19.503607 [ 3 ] {8a78fe41-d4d8-480e-98e0-f90d29b39163} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
3912 | 2024.05.30 04:12:19.503634 [ 3 ] {} <Debug> HTTP-Session: 36cad4ac-327f-452f-a170-8488ab8cb6ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3913 | 2024.05.30 04:12:19.503752 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
3914 | 2024.05.30 04:12:19.503811 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 16124, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3915 | 2024.05.30 04:12:19.503872 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3916 | 2024.05.30 04:12:19.503890 [ 3 ] {} <Debug> HTTP-Session: ea05e377-9ac5-4636-9fe6-9818a5fb27b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
3917 | 2024.05.30 04:12:19.503908 [ 3 ] {} <Debug> HTTP-Session: ea05e377-9ac5-4636-9fe6-9818a5fb27b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3918 | 2024.05.30 04:12:19.503922 [ 3 ] {} <Debug> HTTP-Session: ea05e377-9ac5-4636-9fe6-9818a5fb27b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3919 | 2024.05.30 04:12:19.503956 [ 3 ] {} <Trace> HTTP-Session: ea05e377-9ac5-4636-9fe6-9818a5fb27b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3920 | 2024.05.30 04:12:19.504110 [ 3 ] {b1afc30b-bf13-498f-b7a1-f88dac2b5c19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3921 | 2024.05.30 04:12:19.504155 [ 3 ] {b1afc30b-bf13-498f-b7a1-f88dac2b5c19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3922 | 2024.05.30 04:12:19.504316 [ 3 ] {b1afc30b-bf13-498f-b7a1-f88dac2b5c19} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3923 | 2024.05.30 04:12:19.504696 [ 3 ] {b1afc30b-bf13-498f-b7a1-f88dac2b5c19} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3924 | 2024.05.30 04:12:19.504735 [ 3 ] {b1afc30b-bf13-498f-b7a1-f88dac2b5c19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
3925 | 2024.05.30 04:12:19.505070 [ 3 ] {b1afc30b-bf13-498f-b7a1-f88dac2b5c19} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
3926 | 2024.05.30 04:12:19.505424 [ 3 ] {b1afc30b-bf13-498f-b7a1-f88dac2b5c19} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3927 | 2024.05.30 04:12:19.505590 [ 3 ] {b1afc30b-bf13-498f-b7a1-f88dac2b5c19} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.00154 sec., 61688.31168831169 rows/sec., 4.82 MiB/sec. | ||
3928 | 2024.05.30 04:12:19.505765 [ 3 ] {b1afc30b-bf13-498f-b7a1-f88dac2b5c19} <Debug> DynamicQueryHandler: Done processing query | ||
3929 | 2024.05.30 04:12:19.505792 [ 3 ] {b1afc30b-bf13-498f-b7a1-f88dac2b5c19} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
3930 | 2024.05.30 04:12:19.505810 [ 3 ] {} <Debug> HTTP-Session: ea05e377-9ac5-4636-9fe6-9818a5fb27b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3931 | 2024.05.30 04:12:19.505971 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3932 | 2024.05.30 04:12:19.506042 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3933 | 2024.05.30 04:12:19.506064 [ 3 ] {} <Debug> HTTP-Session: b1291c3e-4e73-4456-8f98-dd330ac8fab3 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
3934 | 2024.05.30 04:12:19.506083 [ 3 ] {} <Debug> HTTP-Session: b1291c3e-4e73-4456-8f98-dd330ac8fab3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3935 | 2024.05.30 04:12:19.506097 [ 3 ] {} <Debug> HTTP-Session: b1291c3e-4e73-4456-8f98-dd330ac8fab3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3936 | 2024.05.30 04:12:19.506130 [ 3 ] {} <Trace> HTTP-Session: b1291c3e-4e73-4456-8f98-dd330ac8fab3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3937 | 2024.05.30 04:12:19.506298 [ 3 ] {592a27b9-416f-4121-93e7-34bfeeaf6829} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3938 | 2024.05.30 04:12:19.506346 [ 3 ] {592a27b9-416f-4121-93e7-34bfeeaf6829} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3939 | 2024.05.30 04:12:19.506498 [ 3 ] {592a27b9-416f-4121-93e7-34bfeeaf6829} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3940 | 2024.05.30 04:12:19.506911 [ 3 ] {592a27b9-416f-4121-93e7-34bfeeaf6829} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3941 | 2024.05.30 04:12:19.506950 [ 3 ] {592a27b9-416f-4121-93e7-34bfeeaf6829} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
3942 | 2024.05.30 04:12:19.507350 [ 3 ] {592a27b9-416f-4121-93e7-34bfeeaf6829} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
3943 | 2024.05.30 04:12:19.507697 [ 3 ] {592a27b9-416f-4121-93e7-34bfeeaf6829} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3944 | 2024.05.30 04:12:19.507863 [ 3 ] {592a27b9-416f-4121-93e7-34bfeeaf6829} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001643 sec., 97382.83627510651 rows/sec., 6.78 MiB/sec. | ||
3945 | 2024.05.30 04:12:19.508034 [ 3 ] {592a27b9-416f-4121-93e7-34bfeeaf6829} <Debug> DynamicQueryHandler: Done processing query | ||
3946 | 2024.05.30 04:12:19.508059 [ 3 ] {592a27b9-416f-4121-93e7-34bfeeaf6829} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3947 | 2024.05.30 04:12:19.508075 [ 3 ] {} <Debug> HTTP-Session: b1291c3e-4e73-4456-8f98-dd330ac8fab3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3948 | 2024.05.30 04:12:19.508202 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 33191, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3949 | 2024.05.30 04:12:19.508254 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3950 | 2024.05.30 04:12:19.508273 [ 3 ] {} <Debug> HTTP-Session: a158856d-595d-4a3a-b301-ba4dc7358c57 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
3951 | 2024.05.30 04:12:19.508289 [ 3 ] {} <Debug> HTTP-Session: a158856d-595d-4a3a-b301-ba4dc7358c57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3952 | 2024.05.30 04:12:19.508303 [ 3 ] {} <Debug> HTTP-Session: a158856d-595d-4a3a-b301-ba4dc7358c57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3953 | 2024.05.30 04:12:19.508334 [ 3 ] {} <Trace> HTTP-Session: a158856d-595d-4a3a-b301-ba4dc7358c57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3954 | 2024.05.30 04:12:19.508597 [ 3 ] {740dcefc-2cc6-4ab3-92a7-68d9801d553c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3955 | 2024.05.30 04:12:19.508646 [ 3 ] {740dcefc-2cc6-4ab3-92a7-68d9801d553c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
3956 | 2024.05.30 04:12:19.508811 [ 3 ] {740dcefc-2cc6-4ab3-92a7-68d9801d553c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3957 | 2024.05.30 04:12:19.509276 [ 3 ] {740dcefc-2cc6-4ab3-92a7-68d9801d553c} <Trace> oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3958 | 2024.05.30 04:12:19.509313 [ 3 ] {740dcefc-2cc6-4ab3-92a7-68d9801d553c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
3959 | 2024.05.30 04:12:19.509721 [ 3 ] {740dcefc-2cc6-4ab3-92a7-68d9801d553c} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
3960 | 2024.05.30 04:12:19.510057 [ 3 ] {740dcefc-2cc6-4ab3-92a7-68d9801d553c} <Trace> oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3961 | 2024.05.30 04:12:19.510218 [ 3 ] {740dcefc-2cc6-4ab3-92a7-68d9801d553c} <Debug> executeQuery: Read 31 rows, 42.84 KiB in 0.0018 sec., 17222.222222222223 rows/sec., 23.24 MiB/sec. | ||
3962 | 2024.05.30 04:12:19.510387 [ 3 ] {740dcefc-2cc6-4ab3-92a7-68d9801d553c} <Debug> DynamicQueryHandler: Done processing query | ||
3963 | 2024.05.30 04:12:19.510411 [ 3 ] {740dcefc-2cc6-4ab3-92a7-68d9801d553c} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
3964 | 2024.05.30 04:12:19.510427 [ 3 ] {} <Debug> HTTP-Session: a158856d-595d-4a3a-b301-ba4dc7358c57 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3965 | 2024.05.30 04:12:19.510544 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3966 | 2024.05.30 04:12:19.510594 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3967 | 2024.05.30 04:12:19.510613 [ 3 ] {} <Debug> HTTP-Session: f3279851-6fc8-4cab-a093-927e2a36b1c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
3968 | 2024.05.30 04:12:19.510629 [ 3 ] {} <Debug> HTTP-Session: f3279851-6fc8-4cab-a093-927e2a36b1c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3969 | 2024.05.30 04:12:19.510642 [ 3 ] {} <Debug> HTTP-Session: f3279851-6fc8-4cab-a093-927e2a36b1c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3970 | 2024.05.30 04:12:19.510673 [ 3 ] {} <Trace> HTTP-Session: f3279851-6fc8-4cab-a093-927e2a36b1c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3971 | 2024.05.30 04:12:19.510804 [ 3 ] {d2bc2e74-2dd2-455e-97d5-43f9e38ad93a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3972 | 2024.05.30 04:12:19.510848 [ 3 ] {d2bc2e74-2dd2-455e-97d5-43f9e38ad93a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3973 | 2024.05.30 04:12:19.510975 [ 3 ] {d2bc2e74-2dd2-455e-97d5-43f9e38ad93a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3974 | 2024.05.30 04:12:19.511322 [ 3 ] {d2bc2e74-2dd2-455e-97d5-43f9e38ad93a} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3975 | 2024.05.30 04:12:19.511359 [ 3 ] {d2bc2e74-2dd2-455e-97d5-43f9e38ad93a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
3976 | 2024.05.30 04:12:19.511715 [ 3 ] {d2bc2e74-2dd2-455e-97d5-43f9e38ad93a} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
3977 | 2024.05.30 04:12:19.512039 [ 3 ] {d2bc2e74-2dd2-455e-97d5-43f9e38ad93a} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3978 | 2024.05.30 04:12:19.512191 [ 3 ] {d2bc2e74-2dd2-455e-97d5-43f9e38ad93a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001437 sec., 41753.65344467641 rows/sec., 2.81 MiB/sec. | ||
3979 | 2024.05.30 04:12:19.512505 [ 3 ] {d2bc2e74-2dd2-455e-97d5-43f9e38ad93a} <Debug> DynamicQueryHandler: Done processing query | ||
3980 | 2024.05.30 04:12:19.512530 [ 3 ] {d2bc2e74-2dd2-455e-97d5-43f9e38ad93a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3981 | 2024.05.30 04:12:19.512546 [ 3 ] {} <Debug> HTTP-Session: f3279851-6fc8-4cab-a093-927e2a36b1c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3982 | 2024.05.30 04:12:24.495625 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3983 | 2024.05.30 04:12:24.495766 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3984 | 2024.05.30 04:12:24.495794 [ 3 ] {} <Debug> HTTP-Session: 43c6fd16-08f8-42c8-8bb7-a6b76da2fd8a Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
3985 | 2024.05.30 04:12:24.495823 [ 3 ] {} <Debug> HTTP-Session: 43c6fd16-08f8-42c8-8bb7-a6b76da2fd8a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3986 | 2024.05.30 04:12:24.495841 [ 3 ] {} <Debug> HTTP-Session: 43c6fd16-08f8-42c8-8bb7-a6b76da2fd8a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3987 | 2024.05.30 04:12:24.495895 [ 3 ] {} <Trace> HTTP-Session: 43c6fd16-08f8-42c8-8bb7-a6b76da2fd8a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3988 | 2024.05.30 04:12:24.496089 [ 3 ] {6032aa73-99d2-4045-bd03-fc04dfdb7db7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
3989 | 2024.05.30 04:12:24.496163 [ 3 ] {6032aa73-99d2-4045-bd03-fc04dfdb7db7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3990 | 2024.05.30 04:12:24.496345 [ 3 ] {6032aa73-99d2-4045-bd03-fc04dfdb7db7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3991 | 2024.05.30 04:12:24.496767 [ 3 ] {6032aa73-99d2-4045-bd03-fc04dfdb7db7} <Trace> oximeter.fields_ipaddr (7437664c-5015-4ab1-bcc0-e9747c26d3d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3992 | 2024.05.30 04:12:24.496811 [ 3 ] {6032aa73-99d2-4045-bd03-fc04dfdb7db7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
3993 | 2024.05.30 04:12:24.497193 [ 3 ] {6032aa73-99d2-4045-bd03-fc04dfdb7db7} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
3994 | 2024.05.30 04:12:24.497539 [ 3 ] {6032aa73-99d2-4045-bd03-fc04dfdb7db7} <Trace> oximeter.fields_ipaddr (7437664c-5015-4ab1-bcc0-e9747c26d3d7): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3995 | 2024.05.30 04:12:24.497704 [ 3 ] {6032aa73-99d2-4045-bd03-fc04dfdb7db7} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.00167 sec., 3592.814371257485 rows/sec., 292.97 KiB/sec. | ||
3996 | 2024.05.30 04:12:24.497928 [ 3 ] {6032aa73-99d2-4045-bd03-fc04dfdb7db7} <Debug> DynamicQueryHandler: Done processing query | ||
3997 | 2024.05.30 04:12:24.497955 [ 3 ] {6032aa73-99d2-4045-bd03-fc04dfdb7db7} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3998 | 2024.05.30 04:12:24.497972 [ 3 ] {} <Debug> HTTP-Session: 43c6fd16-08f8-42c8-8bb7-a6b76da2fd8a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3999 | 2024.05.30 04:12:24.498111 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 13133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4000 | 2024.05.30 04:12:24.498161 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4001 | 2024.05.30 04:12:24.498182 [ 3 ] {} <Debug> HTTP-Session: e26534c8-6225-4647-975c-1c1b731633d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
4002 | 2024.05.30 04:12:24.498199 [ 3 ] {} <Debug> HTTP-Session: e26534c8-6225-4647-975c-1c1b731633d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4003 | 2024.05.30 04:12:24.498214 [ 3 ] {} <Debug> HTTP-Session: e26534c8-6225-4647-975c-1c1b731633d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4004 | 2024.05.30 04:12:24.498271 [ 3 ] {} <Trace> HTTP-Session: e26534c8-6225-4647-975c-1c1b731633d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4005 | 2024.05.30 04:12:24.498393 [ 3 ] {279bff7d-cb81-4188-b772-356be0642150} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4006 | 2024.05.30 04:12:24.498437 [ 3 ] {279bff7d-cb81-4188-b772-356be0642150} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4007 | 2024.05.30 04:12:24.498565 [ 3 ] {279bff7d-cb81-4188-b772-356be0642150} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4008 | 2024.05.30 04:12:24.498902 [ 3 ] {279bff7d-cb81-4188-b772-356be0642150} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4009 | 2024.05.30 04:12:24.498939 [ 3 ] {279bff7d-cb81-4188-b772-356be0642150} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
4010 | 2024.05.30 04:12:24.499253 [ 3 ] {279bff7d-cb81-4188-b772-356be0642150} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
4011 | 2024.05.30 04:12:24.499561 [ 3 ] {279bff7d-cb81-4188-b772-356be0642150} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4012 | 2024.05.30 04:12:24.499728 [ 3 ] {279bff7d-cb81-4188-b772-356be0642150} <Debug> executeQuery: Read 95 rows, 7.36 KiB in 0.001371 sec., 69292.48723559445 rows/sec., 5.24 MiB/sec. | ||
4013 | 2024.05.30 04:12:24.499933 [ 3 ] {279bff7d-cb81-4188-b772-356be0642150} <Debug> DynamicQueryHandler: Done processing query | ||
4014 | 2024.05.30 04:12:24.499959 [ 3 ] {279bff7d-cb81-4188-b772-356be0642150} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
4015 | 2024.05.30 04:12:24.499976 [ 3 ] {} <Debug> HTTP-Session: e26534c8-6225-4647-975c-1c1b731633d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4016 | 2024.05.30 04:12:24.500091 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 888, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4017 | 2024.05.30 04:12:24.500140 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4018 | 2024.05.30 04:12:24.500160 [ 3 ] {} <Debug> HTTP-Session: da1d3a39-11fc-45c5-98ff-89eee3a94c76 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
4019 | 2024.05.30 04:12:24.500177 [ 3 ] {} <Debug> HTTP-Session: da1d3a39-11fc-45c5-98ff-89eee3a94c76 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4020 | 2024.05.30 04:12:24.500192 [ 3 ] {} <Debug> HTTP-Session: da1d3a39-11fc-45c5-98ff-89eee3a94c76 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4021 | 2024.05.30 04:12:24.500224 [ 3 ] {} <Trace> HTTP-Session: da1d3a39-11fc-45c5-98ff-89eee3a94c76 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4022 | 2024.05.30 04:12:24.500319 [ 3 ] {9b4eefea-bb56-4c8b-9612-09664040ab1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4023 | 2024.05.30 04:12:24.500362 [ 3 ] {9b4eefea-bb56-4c8b-9612-09664040ab1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4024 | 2024.05.30 04:12:24.500486 [ 3 ] {9b4eefea-bb56-4c8b-9612-09664040ab1b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4025 | 2024.05.30 04:12:24.500753 [ 3 ] {9b4eefea-bb56-4c8b-9612-09664040ab1b} <Trace> oximeter.fields_u16 (f5010535-cd64-42d7-ac63-98dfd59d33c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4026 | 2024.05.30 04:12:24.500791 [ 3 ] {9b4eefea-bb56-4c8b-9612-09664040ab1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
4027 | 2024.05.30 04:12:24.501089 [ 3 ] {9b4eefea-bb56-4c8b-9612-09664040ab1b} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
4028 | 2024.05.30 04:12:24.501394 [ 3 ] {9b4eefea-bb56-4c8b-9612-09664040ab1b} <Trace> oximeter.fields_u16 (f5010535-cd64-42d7-ac63-98dfd59d33c1): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4029 | 2024.05.30 04:12:24.501515 [ 3 ] {9b4eefea-bb56-4c8b-9612-09664040ab1b} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.001221 sec., 4914.004914004914 rows/sec., 343.12 KiB/sec. | ||
4030 | 2024.05.30 04:12:24.501697 [ 3 ] {9b4eefea-bb56-4c8b-9612-09664040ab1b} <Debug> DynamicQueryHandler: Done processing query | ||
4031 | 2024.05.30 04:12:24.501723 [ 3 ] {9b4eefea-bb56-4c8b-9612-09664040ab1b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4032 | 2024.05.30 04:12:24.501738 [ 3 ] {} <Debug> HTTP-Session: da1d3a39-11fc-45c5-98ff-89eee3a94c76 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4033 | 2024.05.30 04:12:24.501857 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 15939, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4034 | 2024.05.30 04:12:24.501906 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4035 | 2024.05.30 04:12:24.501925 [ 3 ] {} <Debug> HTTP-Session: 2638e8db-43cd-481d-9086-b4b179d662bb Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
4036 | 2024.05.30 04:12:24.501941 [ 3 ] {} <Debug> HTTP-Session: 2638e8db-43cd-481d-9086-b4b179d662bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4037 | 2024.05.30 04:12:24.501955 [ 3 ] {} <Debug> HTTP-Session: 2638e8db-43cd-481d-9086-b4b179d662bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4038 | 2024.05.30 04:12:24.501985 [ 3 ] {} <Trace> HTTP-Session: 2638e8db-43cd-481d-9086-b4b179d662bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4039 | 2024.05.30 04:12:24.502102 [ 3 ] {b4e2c617-80af-4ff5-bd14-1866dc316a74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4040 | 2024.05.30 04:12:24.502145 [ 3 ] {b4e2c617-80af-4ff5-bd14-1866dc316a74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4041 | 2024.05.30 04:12:24.502270 [ 3 ] {b4e2c617-80af-4ff5-bd14-1866dc316a74} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4042 | 2024.05.30 04:12:24.502609 [ 3 ] {b4e2c617-80af-4ff5-bd14-1866dc316a74} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4043 | 2024.05.30 04:12:24.502646 [ 3 ] {b4e2c617-80af-4ff5-bd14-1866dc316a74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
4044 | 2024.05.30 04:12:24.502968 [ 3 ] {b4e2c617-80af-4ff5-bd14-1866dc316a74} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
4045 | 2024.05.30 04:12:24.503268 [ 3 ] {b4e2c617-80af-4ff5-bd14-1866dc316a74} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4046 | 2024.05.30 04:12:24.503399 [ 3 ] {b4e2c617-80af-4ff5-bd14-1866dc316a74} <Debug> executeQuery: Read 94 rows, 7.50 KiB in 0.001338 sec., 70254.110612855 rows/sec., 5.48 MiB/sec. | ||
4047 | 2024.05.30 04:12:24.503554 [ 3 ] {b4e2c617-80af-4ff5-bd14-1866dc316a74} <Debug> DynamicQueryHandler: Done processing query | ||
4048 | 2024.05.30 04:12:24.503580 [ 3 ] {b4e2c617-80af-4ff5-bd14-1866dc316a74} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
4049 | 2024.05.30 04:12:24.503596 [ 3 ] {} <Debug> HTTP-Session: 2638e8db-43cd-481d-9086-b4b179d662bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4050 | 2024.05.30 04:12:24.503755 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 38133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4051 | 2024.05.30 04:12:24.503804 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4052 | 2024.05.30 04:12:24.503823 [ 3 ] {} <Debug> HTTP-Session: f166bafd-a228-4d9b-ba97-7e8e222103a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
4053 | 2024.05.30 04:12:24.503840 [ 3 ] {} <Debug> HTTP-Session: f166bafd-a228-4d9b-ba97-7e8e222103a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4054 | 2024.05.30 04:12:24.503854 [ 3 ] {} <Debug> HTTP-Session: f166bafd-a228-4d9b-ba97-7e8e222103a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4055 | 2024.05.30 04:12:24.503884 [ 3 ] {} <Trace> HTTP-Session: f166bafd-a228-4d9b-ba97-7e8e222103a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4056 | 2024.05.30 04:12:24.504047 [ 3 ] {4abe81de-cdbe-4725-a0d8-a1c32be56863} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4057 | 2024.05.30 04:12:24.504093 [ 3 ] {4abe81de-cdbe-4725-a0d8-a1c32be56863} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4058 | 2024.05.30 04:12:24.504240 [ 3 ] {4abe81de-cdbe-4725-a0d8-a1c32be56863} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4059 | 2024.05.30 04:12:24.504647 [ 3 ] {4abe81de-cdbe-4725-a0d8-a1c32be56863} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4060 | 2024.05.30 04:12:24.504684 [ 3 ] {4abe81de-cdbe-4725-a0d8-a1c32be56863} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
4061 | 2024.05.30 04:12:24.505071 [ 3 ] {4abe81de-cdbe-4725-a0d8-a1c32be56863} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
4062 | 2024.05.30 04:12:24.505429 [ 3 ] {4abe81de-cdbe-4725-a0d8-a1c32be56863} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4063 | 2024.05.30 04:12:24.505564 [ 3 ] {4abe81de-cdbe-4725-a0d8-a1c32be56863} <Debug> executeQuery: Read 199 rows, 14.22 KiB in 0.001601 sec., 124297.31417863835 rows/sec., 8.68 MiB/sec. | ||
4064 | 2024.05.30 04:12:24.505724 [ 3 ] {4abe81de-cdbe-4725-a0d8-a1c32be56863} <Debug> DynamicQueryHandler: Done processing query | ||
4065 | 2024.05.30 04:12:24.505749 [ 3 ] {4abe81de-cdbe-4725-a0d8-a1c32be56863} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
4066 | 2024.05.30 04:12:24.505764 [ 3 ] {} <Debug> HTTP-Session: f166bafd-a228-4d9b-ba97-7e8e222103a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4067 | 2024.05.30 04:12:24.505877 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4068 | 2024.05.30 04:12:24.505926 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4069 | 2024.05.30 04:12:24.505944 [ 3 ] {} <Debug> HTTP-Session: 58bc63c6-833a-4088-ad2d-4e72b1fdc9bc Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
4070 | 2024.05.30 04:12:24.505961 [ 3 ] {} <Debug> HTTP-Session: 58bc63c6-833a-4088-ad2d-4e72b1fdc9bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4071 | 2024.05.30 04:12:24.505974 [ 3 ] {} <Debug> HTTP-Session: 58bc63c6-833a-4088-ad2d-4e72b1fdc9bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4072 | 2024.05.30 04:12:24.506005 [ 3 ] {} <Trace> HTTP-Session: 58bc63c6-833a-4088-ad2d-4e72b1fdc9bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4073 | 2024.05.30 04:12:24.506141 [ 3 ] {05bb9f3d-d0cc-4df7-b2a6-c114b5f48055} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4074 | 2024.05.30 04:12:24.506186 [ 3 ] {05bb9f3d-d0cc-4df7-b2a6-c114b5f48055} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4075 | 2024.05.30 04:12:24.506311 [ 3 ] {05bb9f3d-d0cc-4df7-b2a6-c114b5f48055} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4076 | 2024.05.30 04:12:24.506618 [ 3 ] {05bb9f3d-d0cc-4df7-b2a6-c114b5f48055} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4077 | 2024.05.30 04:12:24.506655 [ 3 ] {05bb9f3d-d0cc-4df7-b2a6-c114b5f48055} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
4078 | 2024.05.30 04:12:24.506999 [ 3 ] {05bb9f3d-d0cc-4df7-b2a6-c114b5f48055} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
4079 | 2024.05.30 04:12:24.507310 [ 3 ] {05bb9f3d-d0cc-4df7-b2a6-c114b5f48055} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4080 | 2024.05.30 04:12:24.507445 [ 3 ] {05bb9f3d-d0cc-4df7-b2a6-c114b5f48055} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001366 sec., 43923.86530014641 rows/sec., 2.96 MiB/sec. | ||
4081 | 2024.05.30 04:12:24.507590 [ 3 ] {05bb9f3d-d0cc-4df7-b2a6-c114b5f48055} <Debug> DynamicQueryHandler: Done processing query | ||
4082 | 2024.05.30 04:12:24.507616 [ 3 ] {05bb9f3d-d0cc-4df7-b2a6-c114b5f48055} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4083 | 2024.05.30 04:12:24.507631 [ 3 ] {} <Debug> HTTP-Session: 58bc63c6-833a-4088-ad2d-4e72b1fdc9bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4084 | 2024.05.30 04:12:28.104672 [ 125 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4085 | 2024.05.30 04:12:28.104719 [ 125 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4086 | 2024.05.30 04:12:29.496337 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 4497, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4087 | 2024.05.30 04:12:29.496459 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4088 | 2024.05.30 04:12:29.496483 [ 3 ] {} <Debug> HTTP-Session: a5d387f8-ae67-4c7d-a091-b802d6bc2674 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
4089 | 2024.05.30 04:12:29.496506 [ 3 ] {} <Debug> HTTP-Session: a5d387f8-ae67-4c7d-a091-b802d6bc2674 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4090 | 2024.05.30 04:12:29.496520 [ 3 ] {} <Debug> HTTP-Session: a5d387f8-ae67-4c7d-a091-b802d6bc2674 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4091 | 2024.05.30 04:12:29.496567 [ 3 ] {} <Trace> HTTP-Session: a5d387f8-ae67-4c7d-a091-b802d6bc2674 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4092 | 2024.05.30 04:12:29.496745 [ 3 ] {54a1e5f6-fa87-4804-bd63-cf118dbea09d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4093 | 2024.05.30 04:12:29.496809 [ 3 ] {54a1e5f6-fa87-4804-bd63-cf118dbea09d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4094 | 2024.05.30 04:12:29.496995 [ 3 ] {54a1e5f6-fa87-4804-bd63-cf118dbea09d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4095 | 2024.05.30 04:12:29.497418 [ 3 ] {54a1e5f6-fa87-4804-bd63-cf118dbea09d} <Trace> oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4096 | 2024.05.30 04:12:29.497458 [ 3 ] {54a1e5f6-fa87-4804-bd63-cf118dbea09d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
4097 | 2024.05.30 04:12:29.497817 [ 3 ] {54a1e5f6-fa87-4804-bd63-cf118dbea09d} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
4098 | 2024.05.30 04:12:29.498142 [ 3 ] {54a1e5f6-fa87-4804-bd63-cf118dbea09d} <Trace> oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4099 | 2024.05.30 04:12:29.498292 [ 3 ] {54a1e5f6-fa87-4804-bd63-cf118dbea09d} <Debug> executeQuery: Read 31 rows, 2.51 KiB in 0.001606 sec., 19302.61519302615 rows/sec., 1.53 MiB/sec. | ||
4100 | 2024.05.30 04:12:29.498625 [ 3 ] {54a1e5f6-fa87-4804-bd63-cf118dbea09d} <Debug> DynamicQueryHandler: Done processing query | ||
4101 | 2024.05.30 04:12:29.498652 [ 3 ] {54a1e5f6-fa87-4804-bd63-cf118dbea09d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4102 | 2024.05.30 04:12:29.498669 [ 3 ] {} <Debug> HTTP-Session: a5d387f8-ae67-4c7d-a091-b802d6bc2674 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4103 | 2024.05.30 04:12:29.498845 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 21838, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4104 | 2024.05.30 04:12:29.498899 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4105 | 2024.05.30 04:12:29.498917 [ 3 ] {} <Debug> HTTP-Session: 98892d43-a6d0-4a8a-8d2d-7eaf6951c674 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
4106 | 2024.05.30 04:12:29.498933 [ 3 ] {} <Debug> HTTP-Session: 98892d43-a6d0-4a8a-8d2d-7eaf6951c674 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4107 | 2024.05.30 04:12:29.498947 [ 3 ] {} <Debug> HTTP-Session: 98892d43-a6d0-4a8a-8d2d-7eaf6951c674 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4108 | 2024.05.30 04:12:29.498979 [ 3 ] {} <Trace> HTTP-Session: 98892d43-a6d0-4a8a-8d2d-7eaf6951c674 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4109 | 2024.05.30 04:12:29.499117 [ 3 ] {04874201-9df1-4d58-bbf1-5fdacdfb8783} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4110 | 2024.05.30 04:12:29.499162 [ 3 ] {04874201-9df1-4d58-bbf1-5fdacdfb8783} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4111 | 2024.05.30 04:12:29.499309 [ 3 ] {04874201-9df1-4d58-bbf1-5fdacdfb8783} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4112 | 2024.05.30 04:12:29.499692 [ 3 ] {04874201-9df1-4d58-bbf1-5fdacdfb8783} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4113 | 2024.05.30 04:12:29.499729 [ 3 ] {04874201-9df1-4d58-bbf1-5fdacdfb8783} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
4114 | 2024.05.30 04:12:29.500045 [ 3 ] {04874201-9df1-4d58-bbf1-5fdacdfb8783} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
4115 | 2024.05.30 04:12:29.500345 [ 3 ] {04874201-9df1-4d58-bbf1-5fdacdfb8783} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4116 | 2024.05.30 04:12:29.500493 [ 3 ] {04874201-9df1-4d58-bbf1-5fdacdfb8783} <Debug> executeQuery: Read 149 rows, 12.78 KiB in 0.001428 sec., 104341.73669467786 rows/sec., 8.74 MiB/sec. | ||
4117 | 2024.05.30 04:12:29.500525 [ 144 ] {} <Debug> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
4118 | 2024.05.30 04:12:29.500635 [ 144 ] {} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4119 | 2024.05.30 04:12:29.500744 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
4120 | 2024.05.30 04:12:29.500881 [ 3 ] {04874201-9df1-4d58-bbf1-5fdacdfb8783} <Debug> DynamicQueryHandler: Done processing query | ||
4121 | 2024.05.30 04:12:29.500981 [ 3 ] {04874201-9df1-4d58-bbf1-5fdacdfb8783} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
4122 | 2024.05.30 04:12:29.501088 [ 3 ] {} <Debug> HTTP-Session: 98892d43-a6d0-4a8a-8d2d-7eaf6951c674 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4123 | 2024.05.30 04:12:29.501174 [ 190 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::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 | ||
4124 | 2024.05.30 04:12:29.501326 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 16124, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4125 | 2024.05.30 04:12:29.501397 [ 190 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4126 | 2024.05.30 04:12:29.501416 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4127 | 2024.05.30 04:12:29.501456 [ 190 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 190 rows starting from the beginning of the part | ||
4128 | 2024.05.30 04:12:29.501466 [ 3 ] {} <Debug> HTTP-Session: 3498d9dc-a65a-4508-905a-813c006d92b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
4129 | 2024.05.30 04:12:29.501510 [ 3 ] {} <Debug> HTTP-Session: 3498d9dc-a65a-4508-905a-813c006d92b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4130 | 2024.05.30 04:12:29.501545 [ 3 ] {} <Debug> HTTP-Session: 3498d9dc-a65a-4508-905a-813c006d92b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4131 | 2024.05.30 04:12:29.501648 [ 190 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 151 rows starting from the beginning of the part | ||
4132 | 2024.05.30 04:12:29.501694 [ 3 ] {} <Trace> HTTP-Session: 3498d9dc-a65a-4508-905a-813c006d92b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4133 | 2024.05.30 04:12:29.501843 [ 190 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 56 rows starting from the beginning of the part | ||
4134 | 2024.05.30 04:12:29.502163 [ 190 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 149 rows starting from the beginning of the part | ||
4135 | 2024.05.30 04:12:29.502205 [ 3 ] {7cb3b1ea-0bb7-49d8-b578-0f5ca9f77612} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4136 | 2024.05.30 04:12:29.502394 [ 3 ] {7cb3b1ea-0bb7-49d8-b578-0f5ca9f77612} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4137 | 2024.05.30 04:12:29.502445 [ 190 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 95 rows starting from the beginning of the part | ||
4138 | 2024.05.30 04:12:29.502800 [ 190 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 149 rows starting from the beginning of the part | ||
4139 | 2024.05.30 04:12:29.503553 [ 3 ] {7cb3b1ea-0bb7-49d8-b578-0f5ca9f77612} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4140 | 2024.05.30 04:12:29.504354 [ 3 ] {7cb3b1ea-0bb7-49d8-b578-0f5ca9f77612} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4141 | 2024.05.30 04:12:29.504421 [ 3 ] {7cb3b1ea-0bb7-49d8-b578-0f5ca9f77612} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
4142 | 2024.05.30 04:12:29.505119 [ 3 ] {7cb3b1ea-0bb7-49d8-b578-0f5ca9f77612} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
4143 | 2024.05.30 04:12:29.505729 [ 190 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 790 rows, containing 4 columns (4 merged, 0 gathered) in 0.004813845 sec., 164109.97861376926 rows/sec., 13.42 MiB/sec. | ||
4144 | 2024.05.30 04:12:29.505923 [ 190 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
4145 | 2024.05.30 04:12:29.505974 [ 3 ] {7cb3b1ea-0bb7-49d8-b578-0f5ca9f77612} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4146 | 2024.05.30 04:12:29.506291 [ 3 ] {7cb3b1ea-0bb7-49d8-b578-0f5ca9f77612} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.004361 sec., 21783.994496675074 rows/sec., 1.70 MiB/sec. | ||
4147 | 2024.05.30 04:12:29.506313 [ 144 ] {} <Debug> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
4148 | 2024.05.30 04:12:29.506461 [ 144 ] {} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4149 | 2024.05.30 04:12:29.506717 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
4150 | 2024.05.30 04:12:29.506878 [ 3 ] {7cb3b1ea-0bb7-49d8-b578-0f5ca9f77612} <Debug> DynamicQueryHandler: Done processing query | ||
4151 | 2024.05.30 04:12:29.506953 [ 3 ] {7cb3b1ea-0bb7-49d8-b578-0f5ca9f77612} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
4152 | 2024.05.30 04:12:29.507029 [ 3 ] {} <Debug> HTTP-Session: 3498d9dc-a65a-4508-905a-813c006d92b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4153 | 2024.05.30 04:12:29.507134 [ 190 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_26_5} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4154 | 2024.05.30 04:12:29.507143 [ 203 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::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 | ||
4155 | 2024.05.30 04:12:29.507304 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4156 | 2024.05.30 04:12:29.507316 [ 190 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_26_5} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
4157 | 2024.05.30 04:12:29.507466 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4158 | 2024.05.30 04:12:29.507552 [ 3 ] {} <Debug> HTTP-Session: 394d32fd-f97a-44b6-b69a-8674e9ed755d Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
4159 | 2024.05.30 04:12:29.507583 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
4160 | 2024.05.30 04:12:29.507615 [ 3 ] {} <Debug> HTTP-Session: 394d32fd-f97a-44b6-b69a-8674e9ed755d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4161 | 2024.05.30 04:12:29.507679 [ 3 ] {} <Debug> HTTP-Session: 394d32fd-f97a-44b6-b69a-8674e9ed755d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4162 | 2024.05.30 04:12:29.507734 [ 203 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4163 | 2024.05.30 04:12:29.507760 [ 3 ] {} <Trace> HTTP-Session: 394d32fd-f97a-44b6-b69a-8674e9ed755d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4164 | 2024.05.30 04:12:29.507809 [ 203 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 147 rows starting from the beginning of the part | ||
4165 | 2024.05.30 04:12:29.508024 [ 203 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 99 rows starting from the beginning of the part | ||
4166 | 2024.05.30 04:12:29.508234 [ 3 ] {d175d841-168b-4b32-b955-5f749c424a83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4167 | 2024.05.30 04:12:29.508291 [ 203 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 64 rows starting from the beginning of the part | ||
4168 | 2024.05.30 04:12:29.508471 [ 3 ] {d175d841-168b-4b32-b955-5f749c424a83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4169 | 2024.05.30 04:12:29.508524 [ 203 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 95 rows starting from the beginning of the part | ||
4170 | 2024.05.30 04:12:29.508855 [ 203 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 94 rows starting from the beginning of the part | ||
4171 | 2024.05.30 04:12:29.509195 [ 203 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 95 rows starting from the beginning of the part | ||
4172 | 2024.05.30 04:12:29.509852 [ 3 ] {d175d841-168b-4b32-b955-5f749c424a83} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4173 | 2024.05.30 04:12:29.510731 [ 3 ] {d175d841-168b-4b32-b955-5f749c424a83} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4174 | 2024.05.30 04:12:29.510805 [ 3 ] {d175d841-168b-4b32-b955-5f749c424a83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
4175 | 2024.05.30 04:12:29.511888 [ 3 ] {d175d841-168b-4b32-b955-5f749c424a83} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
4176 | 2024.05.30 04:12:29.511957 [ 190 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 594 rows, containing 4 columns (4 merged, 0 gathered) in 0.005122021 sec., 115969.84862030046 rows/sec., 9.06 MiB/sec. | ||
4177 | 2024.05.30 04:12:29.512213 [ 188 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
4178 | 2024.05.30 04:12:29.512686 [ 3 ] {d175d841-168b-4b32-b955-5f749c424a83} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4179 | 2024.05.30 04:12:29.513031 [ 144 ] {} <Debug> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
4180 | 2024.05.30 04:12:29.513068 [ 3 ] {d175d841-168b-4b32-b955-5f749c424a83} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005097 sec., 31391.014322150284 rows/sec., 2.19 MiB/sec. | ||
4181 | 2024.05.30 04:12:29.513110 [ 144 ] {} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4182 | 2024.05.30 04:12:29.513224 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
4183 | 2024.05.30 04:12:29.513394 [ 188 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_26_5} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4184 | 2024.05.30 04:12:29.513640 [ 3 ] {d175d841-168b-4b32-b955-5f749c424a83} <Debug> DynamicQueryHandler: Done processing query | ||
4185 | 2024.05.30 04:12:29.513713 [ 3 ] {d175d841-168b-4b32-b955-5f749c424a83} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4186 | 2024.05.30 04:12:29.513713 [ 193 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::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 | ||
4187 | 2024.05.30 04:12:29.513742 [ 188 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_26_5} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
4188 | 2024.05.30 04:12:29.513760 [ 3 ] {} <Debug> HTTP-Session: 394d32fd-f97a-44b6-b69a-8674e9ed755d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4189 | 2024.05.30 04:12:29.514035 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
4190 | 2024.05.30 04:12:29.514053 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 33191, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4191 | 2024.05.30 04:12:29.514197 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4192 | 2024.05.30 04:12:29.514267 [ 3 ] {} <Debug> HTTP-Session: 9aa57239-1362-4708-a5ed-e40aa2886258 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
4193 | 2024.05.30 04:12:29.514281 [ 193 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4194 | 2024.05.30 04:12:29.514298 [ 3 ] {} <Debug> HTTP-Session: 9aa57239-1362-4708-a5ed-e40aa2886258 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4195 | 2024.05.30 04:12:29.514344 [ 3 ] {} <Debug> HTTP-Session: 9aa57239-1362-4708-a5ed-e40aa2886258 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4196 | 2024.05.30 04:12:29.514362 [ 193 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 3257 rows starting from the beginning of the part | ||
4197 | 2024.05.30 04:12:29.514408 [ 3 ] {} <Trace> HTTP-Session: 9aa57239-1362-4708-a5ed-e40aa2886258 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4198 | 2024.05.30 04:12:29.514604 [ 193 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 162 rows starting from the beginning of the part | ||
4199 | 2024.05.30 04:12:29.514858 [ 193 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::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 | ||
4200 | 2024.05.30 04:12:29.514986 [ 193 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 160 rows starting from the beginning of the part | ||
4201 | 2024.05.30 04:12:29.515178 [ 193 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 199 rows starting from the beginning of the part | ||
4202 | 2024.05.30 04:12:29.515298 [ 3 ] {416bddeb-24f8-4094-a69c-0bec0fb830a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4203 | 2024.05.30 04:12:29.515490 [ 193 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 160 rows starting from the beginning of the part | ||
4204 | 2024.05.30 04:12:29.515523 [ 3 ] {416bddeb-24f8-4094-a69c-0bec0fb830a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
4205 | 2024.05.30 04:12:29.516348 [ 3 ] {416bddeb-24f8-4094-a69c-0bec0fb830a7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4206 | 2024.05.30 04:12:29.517226 [ 3 ] {416bddeb-24f8-4094-a69c-0bec0fb830a7} <Trace> oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4207 | 2024.05.30 04:12:29.517296 [ 3 ] {416bddeb-24f8-4094-a69c-0bec0fb830a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
4208 | 2024.05.30 04:12:29.518603 [ 3 ] {416bddeb-24f8-4094-a69c-0bec0fb830a7} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
4209 | 2024.05.30 04:12:29.519292 [ 3 ] {416bddeb-24f8-4094-a69c-0bec0fb830a7} <Trace> oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4210 | 2024.05.30 04:12:29.519479 [ 144 ] {} <Debug> oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
4211 | 2024.05.30 04:12:29.519561 [ 144 ] {} <Trace> oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4212 | 2024.05.30 04:12:29.519597 [ 3 ] {416bddeb-24f8-4094-a69c-0bec0fb830a7} <Debug> executeQuery: Read 31 rows, 42.84 KiB in 0.00496 sec., 6250 rows/sec., 8.43 MiB/sec. | ||
4213 | 2024.05.30 04:12:29.519643 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
4214 | 2024.05.30 04:12:29.520130 [ 190 ] {685be072-9424-4095-bf5b-8da187daa969::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 | ||
4215 | 2024.05.30 04:12:29.520311 [ 3 ] {416bddeb-24f8-4094-a69c-0bec0fb830a7} <Debug> DynamicQueryHandler: Done processing query | ||
4216 | 2024.05.30 04:12:29.520296 [ 188 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4098 rows, containing 5 columns (5 merged, 0 gathered) in 0.006882552 sec., 595418.6760957272 rows/sec., 41.52 MiB/sec. | ||
4217 | 2024.05.30 04:12:29.520382 [ 3 ] {416bddeb-24f8-4094-a69c-0bec0fb830a7} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
4218 | 2024.05.30 04:12:29.520465 [ 3 ] {} <Debug> HTTP-Session: 9aa57239-1362-4708-a5ed-e40aa2886258 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4219 | 2024.05.30 04:12:29.520563 [ 190 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4220 | 2024.05.30 04:12:29.520602 [ 190 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 153 rows starting from the beginning of the part | ||
4221 | 2024.05.30 04:12:29.520677 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4222 | 2024.05.30 04:12:29.520834 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4223 | 2024.05.30 04:12:29.520846 [ 190 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 31 rows starting from the beginning of the part | ||
4224 | 2024.05.30 04:12:29.520913 [ 3 ] {} <Debug> HTTP-Session: 55e54fb4-dcbe-4311-9d56-a69edc643e99 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
4225 | 2024.05.30 04:12:29.520995 [ 3 ] {} <Debug> HTTP-Session: 55e54fb4-dcbe-4311-9d56-a69edc643e99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4226 | 2024.05.30 04:12:29.521087 [ 3 ] {} <Debug> HTTP-Session: 55e54fb4-dcbe-4311-9d56-a69edc643e99 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4227 | 2024.05.30 04:12:29.521299 [ 190 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 31 rows starting from the beginning of the part | ||
4228 | 2024.05.30 04:12:29.521293 [ 3 ] {} <Trace> HTTP-Session: 55e54fb4-dcbe-4311-9d56-a69edc643e99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4229 | 2024.05.30 04:12:29.521749 [ 190 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 31 rows starting from the beginning of the part | ||
4230 | 2024.05.30 04:12:29.521801 [ 195 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
4231 | 2024.05.30 04:12:29.521882 [ 3 ] {7ddfc1b2-dbca-4d56-a815-527fb0768c5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4232 | 2024.05.30 04:12:29.522181 [ 190 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 31 rows starting from the beginning of the part | ||
4233 | 2024.05.30 04:12:29.522194 [ 3 ] {7ddfc1b2-dbca-4d56-a815-527fb0768c5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4234 | 2024.05.30 04:12:29.522584 [ 190 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 31 rows starting from the beginning of the part | ||
4235 | 2024.05.30 04:12:29.523659 [ 3 ] {7ddfc1b2-dbca-4d56-a815-527fb0768c5a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4236 | 2024.05.30 04:12:29.525014 [ 3 ] {7ddfc1b2-dbca-4d56-a815-527fb0768c5a} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4237 | 2024.05.30 04:12:29.525024 [ 195 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4238 | 2024.05.30 04:12:29.525066 [ 3 ] {7ddfc1b2-dbca-4d56-a815-527fb0768c5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
4239 | 2024.05.30 04:12:29.525438 [ 195 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
4240 | 2024.05.30 04:12:29.525913 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.90 MiB. | ||
4241 | 2024.05.30 04:12:29.526458 [ 3 ] {7ddfc1b2-dbca-4d56-a815-527fb0768c5a} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
4242 | 2024.05.30 04:12:29.527500 [ 3 ] {7ddfc1b2-dbca-4d56-a815-527fb0768c5a} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4243 | 2024.05.30 04:12:29.527703 [ 144 ] {} <Debug> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
4244 | 2024.05.30 04:12:29.527710 [ 3 ] {7ddfc1b2-dbca-4d56-a815-527fb0768c5a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006066 sec., 9891.196834817012 rows/sec., 682.60 KiB/sec. | ||
4245 | 2024.05.30 04:12:29.527754 [ 144 ] {} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4246 | 2024.05.30 04:12:29.527818 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
4247 | 2024.05.30 04:12:29.528032 [ 188 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::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 | ||
4248 | 2024.05.30 04:12:29.528079 [ 3 ] {7ddfc1b2-dbca-4d56-a815-527fb0768c5a} <Debug> DynamicQueryHandler: Done processing query | ||
4249 | 2024.05.30 04:12:29.528132 [ 3 ] {7ddfc1b2-dbca-4d56-a815-527fb0768c5a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4250 | 2024.05.30 04:12:29.528189 [ 3 ] {} <Debug> HTTP-Session: 55e54fb4-dcbe-4311-9d56-a69edc643e99 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4251 | 2024.05.30 04:12:29.528284 [ 188 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4252 | 2024.05.30 04:12:29.528321 [ 188 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1142 rows starting from the beginning of the part | ||
4253 | 2024.05.30 04:12:29.528415 [ 188 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 60 rows starting from the beginning of the part | ||
4254 | 2024.05.30 04:12:29.528623 [ 188 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::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 | ||
4255 | 2024.05.30 04:12:29.528762 [ 188 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 60 rows starting from the beginning of the part | ||
4256 | 2024.05.30 04:12:29.528932 [ 188 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::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 | ||
4257 | 2024.05.30 04:12:29.529024 [ 188 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 60 rows starting from the beginning of the part | ||
4258 | 2024.05.30 04:12:29.530500 [ 186 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 308 rows, containing 6 columns (6 merged, 0 gathered) in 0.010664519 sec., 28880.814971589432 rows/sec., 38.97 MiB/sec. | ||
4259 | 2024.05.30 04:12:29.530667 [ 188 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1442 rows, containing 4 columns (4 merged, 0 gathered) in 0.002714408 sec., 531239.22416969 rows/sec., 35.76 MiB/sec. | ||
4260 | 2024.05.30 04:12:29.530888 [ 200 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
4261 | 2024.05.30 04:12:29.531017 [ 186 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
4262 | 2024.05.30 04:12:29.531798 [ 200 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_26_5} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4263 | 2024.05.30 04:12:29.531887 [ 186 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_11_2} <Trace> oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4264 | 2024.05.30 04:12:29.531969 [ 200 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_26_5} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
4265 | 2024.05.30 04:12:29.532058 [ 186 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_11_2} <Trace> oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
4266 | 2024.05.30 04:12:29.532116 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
4267 | 2024.05.30 04:12:29.532232 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.28 MiB. | ||
4268 | 2024.05.30 04:12:30.000141 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 180.82 MiB, peak 192.17 MiB, free memory in arenas 0.00 B, will set to 182.91 MiB (RSS), difference: 2.09 MiB | ||
4269 | 2024.05.30 04:12:34.495420 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 7798, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4270 | 2024.05.30 04:12:34.495561 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4271 | 2024.05.30 04:12:34.495589 [ 3 ] {} <Debug> HTTP-Session: 8e7e9acd-aeaa-421e-a839-a860bcf9087f Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
4272 | 2024.05.30 04:12:34.495618 [ 3 ] {} <Debug> HTTP-Session: 8e7e9acd-aeaa-421e-a839-a860bcf9087f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4273 | 2024.05.30 04:12:34.495638 [ 3 ] {} <Debug> HTTP-Session: 8e7e9acd-aeaa-421e-a839-a860bcf9087f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4274 | 2024.05.30 04:12:34.495693 [ 3 ] {} <Trace> HTTP-Session: 8e7e9acd-aeaa-421e-a839-a860bcf9087f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4275 | 2024.05.30 04:12:34.495909 [ 3 ] {0277e20c-af95-4d80-8863-f0e107361d98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4276 | 2024.05.30 04:12:34.495982 [ 3 ] {0277e20c-af95-4d80-8863-f0e107361d98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4277 | 2024.05.30 04:12:34.496187 [ 3 ] {0277e20c-af95-4d80-8863-f0e107361d98} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4278 | 2024.05.30 04:12:34.496662 [ 3 ] {0277e20c-af95-4d80-8863-f0e107361d98} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4279 | 2024.05.30 04:12:34.496704 [ 3 ] {0277e20c-af95-4d80-8863-f0e107361d98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
4280 | 2024.05.30 04:12:34.497068 [ 3 ] {0277e20c-af95-4d80-8863-f0e107361d98} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
4281 | 2024.05.30 04:12:34.497400 [ 3 ] {0277e20c-af95-4d80-8863-f0e107361d98} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4282 | 2024.05.30 04:12:34.497562 [ 3 ] {0277e20c-af95-4d80-8863-f0e107361d98} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001721 sec., 32539.22138291691 rows/sec., 2.48 MiB/sec. | ||
4283 | 2024.05.30 04:12:34.497856 [ 3 ] {0277e20c-af95-4d80-8863-f0e107361d98} <Debug> DynamicQueryHandler: Done processing query | ||
4284 | 2024.05.30 04:12:34.497904 [ 3 ] {0277e20c-af95-4d80-8863-f0e107361d98} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4285 | 2024.05.30 04:12:34.497940 [ 3 ] {} <Debug> HTTP-Session: 8e7e9acd-aeaa-421e-a839-a860bcf9087f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4286 | 2024.05.30 04:12:34.498112 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 10872, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4287 | 2024.05.30 04:12:34.498164 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4288 | 2024.05.30 04:12:34.498183 [ 3 ] {} <Debug> HTTP-Session: aebd17fa-673d-4387-95da-d76ede513d9c Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
4289 | 2024.05.30 04:12:34.498200 [ 3 ] {} <Debug> HTTP-Session: aebd17fa-673d-4387-95da-d76ede513d9c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4290 | 2024.05.30 04:12:34.498214 [ 3 ] {} <Debug> HTTP-Session: aebd17fa-673d-4387-95da-d76ede513d9c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4291 | 2024.05.30 04:12:34.498245 [ 3 ] {} <Trace> HTTP-Session: aebd17fa-673d-4387-95da-d76ede513d9c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4292 | 2024.05.30 04:12:34.498365 [ 3 ] {ba006d27-03dc-4a68-9cf4-5124c7af8d8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4293 | 2024.05.30 04:12:34.498410 [ 3 ] {ba006d27-03dc-4a68-9cf4-5124c7af8d8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4294 | 2024.05.30 04:12:34.498554 [ 3 ] {ba006d27-03dc-4a68-9cf4-5124c7af8d8e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4295 | 2024.05.30 04:12:34.498886 [ 3 ] {ba006d27-03dc-4a68-9cf4-5124c7af8d8e} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4296 | 2024.05.30 04:12:34.498923 [ 3 ] {ba006d27-03dc-4a68-9cf4-5124c7af8d8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
4297 | 2024.05.30 04:12:34.499234 [ 3 ] {ba006d27-03dc-4a68-9cf4-5124c7af8d8e} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
4298 | 2024.05.30 04:12:34.499546 [ 3 ] {ba006d27-03dc-4a68-9cf4-5124c7af8d8e} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4299 | 2024.05.30 04:12:34.499699 [ 3 ] {ba006d27-03dc-4a68-9cf4-5124c7af8d8e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00137 sec., 46715.32846715329 rows/sec., 3.65 MiB/sec. | ||
4300 | 2024.05.30 04:12:34.499879 [ 3 ] {ba006d27-03dc-4a68-9cf4-5124c7af8d8e} <Debug> DynamicQueryHandler: Done processing query | ||
4301 | 2024.05.30 04:12:34.499903 [ 3 ] {ba006d27-03dc-4a68-9cf4-5124c7af8d8e} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
4302 | 2024.05.30 04:12:34.499918 [ 3 ] {} <Debug> HTTP-Session: aebd17fa-673d-4387-95da-d76ede513d9c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4303 | 2024.05.30 04:12:34.500125 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4304 | 2024.05.30 04:12:34.500173 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4305 | 2024.05.30 04:12:34.500193 [ 3 ] {} <Debug> HTTP-Session: b52efb24-6f3e-4148-8c14-eeb8ffdf8eaf Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
4306 | 2024.05.30 04:12:34.500210 [ 3 ] {} <Debug> HTTP-Session: b52efb24-6f3e-4148-8c14-eeb8ffdf8eaf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4307 | 2024.05.30 04:12:34.500223 [ 3 ] {} <Debug> HTTP-Session: b52efb24-6f3e-4148-8c14-eeb8ffdf8eaf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4308 | 2024.05.30 04:12:34.500254 [ 3 ] {} <Trace> HTTP-Session: b52efb24-6f3e-4148-8c14-eeb8ffdf8eaf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4309 | 2024.05.30 04:12:34.500398 [ 3 ] {676fc0ae-21c2-4636-b070-a6b8dbee7e91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4310 | 2024.05.30 04:12:34.500444 [ 3 ] {676fc0ae-21c2-4636-b070-a6b8dbee7e91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4311 | 2024.05.30 04:12:34.500589 [ 3 ] {676fc0ae-21c2-4636-b070-a6b8dbee7e91} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4312 | 2024.05.30 04:12:34.500919 [ 3 ] {676fc0ae-21c2-4636-b070-a6b8dbee7e91} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4313 | 2024.05.30 04:12:34.500955 [ 3 ] {676fc0ae-21c2-4636-b070-a6b8dbee7e91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
4314 | 2024.05.30 04:12:34.501351 [ 3 ] {676fc0ae-21c2-4636-b070-a6b8dbee7e91} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
4315 | 2024.05.30 04:12:34.501682 [ 3 ] {676fc0ae-21c2-4636-b070-a6b8dbee7e91} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4316 | 2024.05.30 04:12:34.501841 [ 3 ] {676fc0ae-21c2-4636-b070-a6b8dbee7e91} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001507 sec., 106171.20106171201 rows/sec., 7.39 MiB/sec. | ||
4317 | 2024.05.30 04:12:34.502156 [ 3 ] {676fc0ae-21c2-4636-b070-a6b8dbee7e91} <Debug> DynamicQueryHandler: Done processing query | ||
4318 | 2024.05.30 04:12:34.502185 [ 3 ] {676fc0ae-21c2-4636-b070-a6b8dbee7e91} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4319 | 2024.05.30 04:12:34.502202 [ 3 ] {} <Debug> HTTP-Session: b52efb24-6f3e-4148-8c14-eeb8ffdf8eaf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4320 | 2024.05.30 04:12:34.502343 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4321 | 2024.05.30 04:12:34.502391 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4322 | 2024.05.30 04:12:34.502410 [ 3 ] {} <Debug> HTTP-Session: ba58632f-7438-47d5-93ad-5694a0ac8485 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
4323 | 2024.05.30 04:12:34.502427 [ 3 ] {} <Debug> HTTP-Session: ba58632f-7438-47d5-93ad-5694a0ac8485 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4324 | 2024.05.30 04:12:34.502441 [ 3 ] {} <Debug> HTTP-Session: ba58632f-7438-47d5-93ad-5694a0ac8485 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4325 | 2024.05.30 04:12:34.502471 [ 3 ] {} <Trace> HTTP-Session: ba58632f-7438-47d5-93ad-5694a0ac8485 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4326 | 2024.05.30 04:12:34.502589 [ 3 ] {747966d5-a011-42c8-b069-614ac86d1b4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4327 | 2024.05.30 04:12:34.502634 [ 3 ] {747966d5-a011-42c8-b069-614ac86d1b4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4328 | 2024.05.30 04:12:34.502780 [ 3 ] {747966d5-a011-42c8-b069-614ac86d1b4c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4329 | 2024.05.30 04:12:34.503043 [ 3 ] {747966d5-a011-42c8-b069-614ac86d1b4c} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4330 | 2024.05.30 04:12:34.503079 [ 3 ] {747966d5-a011-42c8-b069-614ac86d1b4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
4331 | 2024.05.30 04:12:34.503437 [ 3 ] {747966d5-a011-42c8-b069-614ac86d1b4c} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
4332 | 2024.05.30 04:12:34.503755 [ 3 ] {747966d5-a011-42c8-b069-614ac86d1b4c} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4333 | 2024.05.30 04:12:34.503904 [ 3 ] {747966d5-a011-42c8-b069-614ac86d1b4c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001355 sec., 44280.44280442804 rows/sec., 2.98 MiB/sec. | ||
4334 | 2024.05.30 04:12:34.504057 [ 3 ] {747966d5-a011-42c8-b069-614ac86d1b4c} <Debug> DynamicQueryHandler: Done processing query | ||
4335 | 2024.05.30 04:12:34.504081 [ 3 ] {747966d5-a011-42c8-b069-614ac86d1b4c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4336 | 2024.05.30 04:12:34.504097 [ 3 ] {} <Debug> HTTP-Session: ba58632f-7438-47d5-93ad-5694a0ac8485 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4337 | 2024.05.30 04:12:39.495925 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 4497, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4338 | 2024.05.30 04:12:39.496062 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4339 | 2024.05.30 04:12:39.496091 [ 3 ] {} <Debug> HTTP-Session: 0896f8a6-e52f-4434-93e6-2b6e93a74789 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
4340 | 2024.05.30 04:12:39.496120 [ 3 ] {} <Debug> HTTP-Session: 0896f8a6-e52f-4434-93e6-2b6e93a74789 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4341 | 2024.05.30 04:12:39.496137 [ 3 ] {} <Debug> HTTP-Session: 0896f8a6-e52f-4434-93e6-2b6e93a74789 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4342 | 2024.05.30 04:12:39.496192 [ 3 ] {} <Trace> HTTP-Session: 0896f8a6-e52f-4434-93e6-2b6e93a74789 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4343 | 2024.05.30 04:12:39.496406 [ 3 ] {95c21482-2290-4eaf-81d9-aa250b2a451f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4344 | 2024.05.30 04:12:39.496476 [ 3 ] {95c21482-2290-4eaf-81d9-aa250b2a451f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4345 | 2024.05.30 04:12:39.496658 [ 3 ] {95c21482-2290-4eaf-81d9-aa250b2a451f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4346 | 2024.05.30 04:12:39.497020 [ 3 ] {95c21482-2290-4eaf-81d9-aa250b2a451f} <Trace> oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4347 | 2024.05.30 04:12:39.497066 [ 3 ] {95c21482-2290-4eaf-81d9-aa250b2a451f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
4348 | 2024.05.30 04:12:39.497435 [ 3 ] {95c21482-2290-4eaf-81d9-aa250b2a451f} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
4349 | 2024.05.30 04:12:39.497777 [ 3 ] {95c21482-2290-4eaf-81d9-aa250b2a451f} <Trace> oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4350 | 2024.05.30 04:12:39.497948 [ 3 ] {95c21482-2290-4eaf-81d9-aa250b2a451f} <Debug> executeQuery: Read 31 rows, 2.51 KiB in 0.001609 sec., 19266.625233064016 rows/sec., 1.53 MiB/sec. | ||
4351 | 2024.05.30 04:12:39.498180 [ 3 ] {95c21482-2290-4eaf-81d9-aa250b2a451f} <Debug> DynamicQueryHandler: Done processing query | ||
4352 | 2024.05.30 04:12:39.498207 [ 3 ] {95c21482-2290-4eaf-81d9-aa250b2a451f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4353 | 2024.05.30 04:12:39.498224 [ 3 ] {} <Debug> HTTP-Session: 0896f8a6-e52f-4434-93e6-2b6e93a74789 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4354 | 2024.05.30 04:12:39.498356 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4355 | 2024.05.30 04:12:39.498409 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4356 | 2024.05.30 04:12:39.498430 [ 3 ] {} <Debug> HTTP-Session: 09929bec-5814-4b8a-a9ff-4f3eb5aa4040 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
4357 | 2024.05.30 04:12:39.498449 [ 3 ] {} <Debug> HTTP-Session: 09929bec-5814-4b8a-a9ff-4f3eb5aa4040 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4358 | 2024.05.30 04:12:39.498463 [ 3 ] {} <Debug> HTTP-Session: 09929bec-5814-4b8a-a9ff-4f3eb5aa4040 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4359 | 2024.05.30 04:12:39.498499 [ 3 ] {} <Trace> HTTP-Session: 09929bec-5814-4b8a-a9ff-4f3eb5aa4040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4360 | 2024.05.30 04:12:39.498604 [ 3 ] {b622f13c-3592-44c4-bc95-dfa4b7aa771d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
4361 | 2024.05.30 04:12:39.498651 [ 3 ] {b622f13c-3592-44c4-bc95-dfa4b7aa771d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4362 | 2024.05.30 04:12:39.498789 [ 3 ] {b622f13c-3592-44c4-bc95-dfa4b7aa771d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4363 | 2024.05.30 04:12:39.499042 [ 3 ] {b622f13c-3592-44c4-bc95-dfa4b7aa771d} <Trace> oximeter.fields_ipaddr (7437664c-5015-4ab1-bcc0-e9747c26d3d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4364 | 2024.05.30 04:12:39.499080 [ 3 ] {b622f13c-3592-44c4-bc95-dfa4b7aa771d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
4365 | 2024.05.30 04:12:39.499387 [ 3 ] {b622f13c-3592-44c4-bc95-dfa4b7aa771d} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
4366 | 2024.05.30 04:12:39.499691 [ 3 ] {b622f13c-3592-44c4-bc95-dfa4b7aa771d} <Trace> oximeter.fields_ipaddr (7437664c-5015-4ab1-bcc0-e9747c26d3d7): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4367 | 2024.05.30 04:12:39.499864 [ 3 ] {b622f13c-3592-44c4-bc95-dfa4b7aa771d} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001278 sec., 3129.8904538341158 rows/sec., 255.22 KiB/sec. | ||
4368 | 2024.05.30 04:12:39.500139 [ 3 ] {b622f13c-3592-44c4-bc95-dfa4b7aa771d} <Debug> DynamicQueryHandler: Done processing query | ||
4369 | 2024.05.30 04:12:39.500163 [ 3 ] {b622f13c-3592-44c4-bc95-dfa4b7aa771d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4370 | 2024.05.30 04:12:39.500179 [ 3 ] {} <Debug> HTTP-Session: 09929bec-5814-4b8a-a9ff-4f3eb5aa4040 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4371 | 2024.05.30 04:12:39.500308 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 22104, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4372 | 2024.05.30 04:12:39.500358 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4373 | 2024.05.30 04:12:39.500377 [ 3 ] {} <Debug> HTTP-Session: 31a190a5-606f-4cbb-a3e8-9d819f428105 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
4374 | 2024.05.30 04:12:39.500395 [ 3 ] {} <Debug> HTTP-Session: 31a190a5-606f-4cbb-a3e8-9d819f428105 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4375 | 2024.05.30 04:12:39.500408 [ 3 ] {} <Debug> HTTP-Session: 31a190a5-606f-4cbb-a3e8-9d819f428105 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4376 | 2024.05.30 04:12:39.500442 [ 3 ] {} <Trace> HTTP-Session: 31a190a5-606f-4cbb-a3e8-9d819f428105 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4377 | 2024.05.30 04:12:39.500580 [ 3 ] {d8dce891-c3d9-4f2d-97dc-b61409fe5333} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4378 | 2024.05.30 04:12:39.500624 [ 3 ] {d8dce891-c3d9-4f2d-97dc-b61409fe5333} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4379 | 2024.05.30 04:12:39.500765 [ 3 ] {d8dce891-c3d9-4f2d-97dc-b61409fe5333} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4380 | 2024.05.30 04:12:39.501109 [ 3 ] {d8dce891-c3d9-4f2d-97dc-b61409fe5333} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4381 | 2024.05.30 04:12:39.501147 [ 3 ] {d8dce891-c3d9-4f2d-97dc-b61409fe5333} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
4382 | 2024.05.30 04:12:39.501468 [ 3 ] {d8dce891-c3d9-4f2d-97dc-b61409fe5333} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
4383 | 2024.05.30 04:12:39.501766 [ 3 ] {d8dce891-c3d9-4f2d-97dc-b61409fe5333} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4384 | 2024.05.30 04:12:39.501922 [ 3 ] {d8dce891-c3d9-4f2d-97dc-b61409fe5333} <Debug> executeQuery: Read 151 rows, 12.93 KiB in 0.001395 sec., 108243.72759856631 rows/sec., 9.05 MiB/sec. | ||
4385 | 2024.05.30 04:12:39.502081 [ 3 ] {d8dce891-c3d9-4f2d-97dc-b61409fe5333} <Debug> DynamicQueryHandler: Done processing query | ||
4386 | 2024.05.30 04:12:39.502106 [ 3 ] {d8dce891-c3d9-4f2d-97dc-b61409fe5333} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
4387 | 2024.05.30 04:12:39.502121 [ 3 ] {} <Debug> HTTP-Session: 31a190a5-606f-4cbb-a3e8-9d819f428105 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4388 | 2024.05.30 04:12:39.502226 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 608, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4389 | 2024.05.30 04:12:39.502274 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4390 | 2024.05.30 04:12:39.502292 [ 3 ] {} <Debug> HTTP-Session: faba65a2-5958-4e2f-9dfa-c49e88d82eeb Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
4391 | 2024.05.30 04:12:39.502309 [ 3 ] {} <Debug> HTTP-Session: faba65a2-5958-4e2f-9dfa-c49e88d82eeb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4392 | 2024.05.30 04:12:39.502322 [ 3 ] {} <Debug> HTTP-Session: faba65a2-5958-4e2f-9dfa-c49e88d82eeb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4393 | 2024.05.30 04:12:39.502354 [ 3 ] {} <Trace> HTTP-Session: faba65a2-5958-4e2f-9dfa-c49e88d82eeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4394 | 2024.05.30 04:12:39.502451 [ 3 ] {a4b45595-e3e8-449d-93a9-479e662bdda7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4395 | 2024.05.30 04:12:39.502495 [ 3 ] {a4b45595-e3e8-449d-93a9-479e662bdda7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4396 | 2024.05.30 04:12:39.502622 [ 3 ] {a4b45595-e3e8-449d-93a9-479e662bdda7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4397 | 2024.05.30 04:12:39.502865 [ 3 ] {a4b45595-e3e8-449d-93a9-479e662bdda7} <Trace> oximeter.fields_u16 (f5010535-cd64-42d7-ac63-98dfd59d33c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4398 | 2024.05.30 04:12:39.502902 [ 3 ] {a4b45595-e3e8-449d-93a9-479e662bdda7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
4399 | 2024.05.30 04:12:39.503195 [ 3 ] {a4b45595-e3e8-449d-93a9-479e662bdda7} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
4400 | 2024.05.30 04:12:39.503503 [ 3 ] {a4b45595-e3e8-449d-93a9-479e662bdda7} <Trace> oximeter.fields_u16 (f5010535-cd64-42d7-ac63-98dfd59d33c1): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4401 | 2024.05.30 04:12:39.503637 [ 3 ] {a4b45595-e3e8-449d-93a9-479e662bdda7} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.00121 sec., 3305.785123966942 rows/sec., 230.82 KiB/sec. | ||
4402 | 2024.05.30 04:12:39.503830 [ 3 ] {a4b45595-e3e8-449d-93a9-479e662bdda7} <Debug> DynamicQueryHandler: Done processing query | ||
4403 | 2024.05.30 04:12:39.503854 [ 3 ] {a4b45595-e3e8-449d-93a9-479e662bdda7} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4404 | 2024.05.30 04:12:39.503870 [ 3 ] {} <Debug> HTTP-Session: faba65a2-5958-4e2f-9dfa-c49e88d82eeb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4405 | 2024.05.30 04:12:39.503987 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 16806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4406 | 2024.05.30 04:12:39.504034 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4407 | 2024.05.30 04:12:39.504053 [ 3 ] {} <Debug> HTTP-Session: f033e82d-3e85-4df2-9ba0-2030b675e236 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
4408 | 2024.05.30 04:12:39.504070 [ 3 ] {} <Debug> HTTP-Session: f033e82d-3e85-4df2-9ba0-2030b675e236 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4409 | 2024.05.30 04:12:39.504083 [ 3 ] {} <Debug> HTTP-Session: f033e82d-3e85-4df2-9ba0-2030b675e236 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4410 | 2024.05.30 04:12:39.504114 [ 3 ] {} <Trace> HTTP-Session: f033e82d-3e85-4df2-9ba0-2030b675e236 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4411 | 2024.05.30 04:12:39.504235 [ 3 ] {02eac6d8-c0a1-41bd-b517-a1d4cd4ab224} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4412 | 2024.05.30 04:12:39.504276 [ 3 ] {02eac6d8-c0a1-41bd-b517-a1d4cd4ab224} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4413 | 2024.05.30 04:12:39.504407 [ 3 ] {02eac6d8-c0a1-41bd-b517-a1d4cd4ab224} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4414 | 2024.05.30 04:12:39.504715 [ 3 ] {02eac6d8-c0a1-41bd-b517-a1d4cd4ab224} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4415 | 2024.05.30 04:12:39.504751 [ 3 ] {02eac6d8-c0a1-41bd-b517-a1d4cd4ab224} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
4416 | 2024.05.30 04:12:39.505062 [ 3 ] {02eac6d8-c0a1-41bd-b517-a1d4cd4ab224} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
4417 | 2024.05.30 04:12:39.505367 [ 3 ] {02eac6d8-c0a1-41bd-b517-a1d4cd4ab224} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4418 | 2024.05.30 04:12:39.505521 [ 3 ] {02eac6d8-c0a1-41bd-b517-a1d4cd4ab224} <Debug> executeQuery: Read 99 rows, 7.92 KiB in 0.001327 sec., 74604.3707611153 rows/sec., 5.83 MiB/sec. | ||
4419 | 2024.05.30 04:12:39.505825 [ 3 ] {02eac6d8-c0a1-41bd-b517-a1d4cd4ab224} <Debug> DynamicQueryHandler: Done processing query | ||
4420 | 2024.05.30 04:12:39.505850 [ 3 ] {02eac6d8-c0a1-41bd-b517-a1d4cd4ab224} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
4421 | 2024.05.30 04:12:39.505866 [ 3 ] {} <Debug> HTTP-Session: f033e82d-3e85-4df2-9ba0-2030b675e236 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4422 | 2024.05.30 04:12:39.506001 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 30978, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4423 | 2024.05.30 04:12:39.506050 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4424 | 2024.05.30 04:12:39.506069 [ 3 ] {} <Debug> HTTP-Session: 5ebab4f9-2232-4f66-a176-10e8384bdec6 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
4425 | 2024.05.30 04:12:39.506086 [ 3 ] {} <Debug> HTTP-Session: 5ebab4f9-2232-4f66-a176-10e8384bdec6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4426 | 2024.05.30 04:12:39.506101 [ 3 ] {} <Debug> HTTP-Session: 5ebab4f9-2232-4f66-a176-10e8384bdec6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4427 | 2024.05.30 04:12:39.506132 [ 3 ] {} <Trace> HTTP-Session: 5ebab4f9-2232-4f66-a176-10e8384bdec6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4428 | 2024.05.30 04:12:39.506277 [ 3 ] {5170c63a-2e1c-47a0-82f9-9bd82a24148d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4429 | 2024.05.30 04:12:39.506325 [ 3 ] {5170c63a-2e1c-47a0-82f9-9bd82a24148d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4430 | 2024.05.30 04:12:39.506491 [ 3 ] {5170c63a-2e1c-47a0-82f9-9bd82a24148d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4431 | 2024.05.30 04:12:39.506955 [ 3 ] {5170c63a-2e1c-47a0-82f9-9bd82a24148d} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4432 | 2024.05.30 04:12:39.506992 [ 3 ] {5170c63a-2e1c-47a0-82f9-9bd82a24148d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
4433 | 2024.05.30 04:12:39.507388 [ 3 ] {5170c63a-2e1c-47a0-82f9-9bd82a24148d} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
4434 | 2024.05.30 04:12:39.507721 [ 3 ] {5170c63a-2e1c-47a0-82f9-9bd82a24148d} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4435 | 2024.05.30 04:12:39.507882 [ 3 ] {5170c63a-2e1c-47a0-82f9-9bd82a24148d} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001663 sec., 97414.3114852676 rows/sec., 6.78 MiB/sec. | ||
4436 | 2024.05.30 04:12:39.508094 [ 3 ] {5170c63a-2e1c-47a0-82f9-9bd82a24148d} <Debug> DynamicQueryHandler: Done processing query | ||
4437 | 2024.05.30 04:12:39.508118 [ 3 ] {5170c63a-2e1c-47a0-82f9-9bd82a24148d} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4438 | 2024.05.30 04:12:39.508135 [ 3 ] {} <Debug> HTTP-Session: 5ebab4f9-2232-4f66-a176-10e8384bdec6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4439 | 2024.05.30 04:12:39.508295 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 33191, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4440 | 2024.05.30 04:12:39.508345 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4441 | 2024.05.30 04:12:39.508364 [ 3 ] {} <Debug> HTTP-Session: 949bd2b0-2f23-4f3e-8b75-0fbdd048bb95 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
4442 | 2024.05.30 04:12:39.508381 [ 3 ] {} <Debug> HTTP-Session: 949bd2b0-2f23-4f3e-8b75-0fbdd048bb95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4443 | 2024.05.30 04:12:39.508395 [ 3 ] {} <Debug> HTTP-Session: 949bd2b0-2f23-4f3e-8b75-0fbdd048bb95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4444 | 2024.05.30 04:12:39.508425 [ 3 ] {} <Trace> HTTP-Session: 949bd2b0-2f23-4f3e-8b75-0fbdd048bb95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4445 | 2024.05.30 04:12:39.508693 [ 3 ] {a9e688db-2af9-4214-8e8b-0ca9ca48edd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4446 | 2024.05.30 04:12:39.508740 [ 3 ] {a9e688db-2af9-4214-8e8b-0ca9ca48edd8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
4447 | 2024.05.30 04:12:39.508901 [ 3 ] {a9e688db-2af9-4214-8e8b-0ca9ca48edd8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4448 | 2024.05.30 04:12:39.509382 [ 3 ] {a9e688db-2af9-4214-8e8b-0ca9ca48edd8} <Trace> oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4449 | 2024.05.30 04:12:39.509423 [ 3 ] {a9e688db-2af9-4214-8e8b-0ca9ca48edd8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
4450 | 2024.05.30 04:12:39.509852 [ 3 ] {a9e688db-2af9-4214-8e8b-0ca9ca48edd8} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
4451 | 2024.05.30 04:12:39.510209 [ 3 ] {a9e688db-2af9-4214-8e8b-0ca9ca48edd8} <Trace> oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4452 | 2024.05.30 04:12:39.510375 [ 3 ] {a9e688db-2af9-4214-8e8b-0ca9ca48edd8} <Debug> executeQuery: Read 31 rows, 42.84 KiB in 0.001859 sec., 16675.632060247444 rows/sec., 22.50 MiB/sec. | ||
4453 | 2024.05.30 04:12:39.510704 [ 3 ] {a9e688db-2af9-4214-8e8b-0ca9ca48edd8} <Debug> DynamicQueryHandler: Done processing query | ||
4454 | 2024.05.30 04:12:39.510732 [ 3 ] {a9e688db-2af9-4214-8e8b-0ca9ca48edd8} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
4455 | 2024.05.30 04:12:39.510749 [ 3 ] {} <Debug> HTTP-Session: 949bd2b0-2f23-4f3e-8b75-0fbdd048bb95 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4456 | 2024.05.30 04:12:39.510864 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4457 | 2024.05.30 04:12:39.510913 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4458 | 2024.05.30 04:12:39.510932 [ 3 ] {} <Debug> HTTP-Session: b50f8bea-5224-491a-bf90-b6e37d501fb4 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
4459 | 2024.05.30 04:12:39.510948 [ 3 ] {} <Debug> HTTP-Session: b50f8bea-5224-491a-bf90-b6e37d501fb4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4460 | 2024.05.30 04:12:39.510962 [ 3 ] {} <Debug> HTTP-Session: b50f8bea-5224-491a-bf90-b6e37d501fb4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4461 | 2024.05.30 04:12:39.510994 [ 3 ] {} <Trace> HTTP-Session: b50f8bea-5224-491a-bf90-b6e37d501fb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4462 | 2024.05.30 04:12:39.511118 [ 3 ] {a284bd30-8858-49e2-ae07-01a536a6b8e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4463 | 2024.05.30 04:12:39.511164 [ 3 ] {a284bd30-8858-49e2-ae07-01a536a6b8e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4464 | 2024.05.30 04:12:39.511312 [ 3 ] {a284bd30-8858-49e2-ae07-01a536a6b8e3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4465 | 2024.05.30 04:12:39.511621 [ 3 ] {a284bd30-8858-49e2-ae07-01a536a6b8e3} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4466 | 2024.05.30 04:12:39.511658 [ 3 ] {a284bd30-8858-49e2-ae07-01a536a6b8e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
4467 | 2024.05.30 04:12:39.512027 [ 3 ] {a284bd30-8858-49e2-ae07-01a536a6b8e3} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
4468 | 2024.05.30 04:12:39.512391 [ 3 ] {a284bd30-8858-49e2-ae07-01a536a6b8e3} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4469 | 2024.05.30 04:12:39.512543 [ 3 ] {a284bd30-8858-49e2-ae07-01a536a6b8e3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001461 sec., 41067.761806981514 rows/sec., 2.77 MiB/sec. | ||
4470 | 2024.05.30 04:12:39.512763 [ 3 ] {a284bd30-8858-49e2-ae07-01a536a6b8e3} <Debug> DynamicQueryHandler: Done processing query | ||
4471 | 2024.05.30 04:12:39.512788 [ 3 ] {a284bd30-8858-49e2-ae07-01a536a6b8e3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4472 | 2024.05.30 04:12:39.512804 [ 3 ] {} <Debug> HTTP-Session: b50f8bea-5224-491a-bf90-b6e37d501fb4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4473 | 2024.05.30 04:12:43.104763 [ 132 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4474 | 2024.05.30 04:12:43.104823 [ 132 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4475 | 2024.05.30 04:12:44.495425 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 7798, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4476 | 2024.05.30 04:12:44.495564 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4477 | 2024.05.30 04:12:44.495595 [ 3 ] {} <Debug> HTTP-Session: 1377f62f-5771-4462-81c7-bdfeac9c3429 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
4478 | 2024.05.30 04:12:44.495619 [ 3 ] {} <Debug> HTTP-Session: 1377f62f-5771-4462-81c7-bdfeac9c3429 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4479 | 2024.05.30 04:12:44.495634 [ 3 ] {} <Debug> HTTP-Session: 1377f62f-5771-4462-81c7-bdfeac9c3429 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4480 | 2024.05.30 04:12:44.495680 [ 3 ] {} <Trace> HTTP-Session: 1377f62f-5771-4462-81c7-bdfeac9c3429 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4481 | 2024.05.30 04:12:44.495872 [ 3 ] {6248b709-23bb-4c89-942f-85cd066200d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4482 | 2024.05.30 04:12:44.495936 [ 3 ] {6248b709-23bb-4c89-942f-85cd066200d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4483 | 2024.05.30 04:12:44.496127 [ 3 ] {6248b709-23bb-4c89-942f-85cd066200d1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4484 | 2024.05.30 04:12:44.496556 [ 3 ] {6248b709-23bb-4c89-942f-85cd066200d1} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4485 | 2024.05.30 04:12:44.496602 [ 3 ] {6248b709-23bb-4c89-942f-85cd066200d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
4486 | 2024.05.30 04:12:44.496956 [ 3 ] {6248b709-23bb-4c89-942f-85cd066200d1} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
4487 | 2024.05.30 04:12:44.497289 [ 3 ] {6248b709-23bb-4c89-942f-85cd066200d1} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4488 | 2024.05.30 04:12:44.497466 [ 3 ] {6248b709-23bb-4c89-942f-85cd066200d1} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001649 sec., 33959.97574287447 rows/sec., 2.59 MiB/sec. | ||
4489 | 2024.05.30 04:12:44.497664 [ 3 ] {6248b709-23bb-4c89-942f-85cd066200d1} <Debug> DynamicQueryHandler: Done processing query | ||
4490 | 2024.05.30 04:12:44.497691 [ 3 ] {6248b709-23bb-4c89-942f-85cd066200d1} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4491 | 2024.05.30 04:12:44.497707 [ 3 ] {} <Debug> HTTP-Session: 1377f62f-5771-4462-81c7-bdfeac9c3429 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4492 | 2024.05.30 04:12:44.497849 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 10872, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4493 | 2024.05.30 04:12:44.497900 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4494 | 2024.05.30 04:12:44.497920 [ 3 ] {} <Debug> HTTP-Session: 60748ef9-576d-4e33-99df-25e4479d5eb3 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
4495 | 2024.05.30 04:12:44.497937 [ 3 ] {} <Debug> HTTP-Session: 60748ef9-576d-4e33-99df-25e4479d5eb3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4496 | 2024.05.30 04:12:44.497950 [ 3 ] {} <Debug> HTTP-Session: 60748ef9-576d-4e33-99df-25e4479d5eb3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4497 | 2024.05.30 04:12:44.497985 [ 3 ] {} <Trace> HTTP-Session: 60748ef9-576d-4e33-99df-25e4479d5eb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4498 | 2024.05.30 04:12:44.498119 [ 3 ] {5ebcda48-5d85-4d30-bd9f-cd189c84cd2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4499 | 2024.05.30 04:12:44.498167 [ 3 ] {5ebcda48-5d85-4d30-bd9f-cd189c84cd2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4500 | 2024.05.30 04:12:44.498296 [ 3 ] {5ebcda48-5d85-4d30-bd9f-cd189c84cd2c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4501 | 2024.05.30 04:12:44.498655 [ 3 ] {5ebcda48-5d85-4d30-bd9f-cd189c84cd2c} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4502 | 2024.05.30 04:12:44.498692 [ 3 ] {5ebcda48-5d85-4d30-bd9f-cd189c84cd2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
4503 | 2024.05.30 04:12:44.499002 [ 3 ] {5ebcda48-5d85-4d30-bd9f-cd189c84cd2c} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
4504 | 2024.05.30 04:12:44.499314 [ 3 ] {5ebcda48-5d85-4d30-bd9f-cd189c84cd2c} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4505 | 2024.05.30 04:12:44.499466 [ 3 ] {5ebcda48-5d85-4d30-bd9f-cd189c84cd2c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001403 sec., 45616.535994297934 rows/sec., 3.56 MiB/sec. | ||
4506 | 2024.05.30 04:12:44.499628 [ 3 ] {5ebcda48-5d85-4d30-bd9f-cd189c84cd2c} <Debug> DynamicQueryHandler: Done processing query | ||
4507 | 2024.05.30 04:12:44.499652 [ 3 ] {5ebcda48-5d85-4d30-bd9f-cd189c84cd2c} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
4508 | 2024.05.30 04:12:44.499667 [ 3 ] {} <Debug> HTTP-Session: 60748ef9-576d-4e33-99df-25e4479d5eb3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4509 | 2024.05.30 04:12:44.499820 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4510 | 2024.05.30 04:12:44.499869 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4511 | 2024.05.30 04:12:44.499888 [ 3 ] {} <Debug> HTTP-Session: 5d9c5e69-eab2-4ee0-8380-1cd298e54db7 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
4512 | 2024.05.30 04:12:44.499904 [ 3 ] {} <Debug> HTTP-Session: 5d9c5e69-eab2-4ee0-8380-1cd298e54db7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4513 | 2024.05.30 04:12:44.499918 [ 3 ] {} <Debug> HTTP-Session: 5d9c5e69-eab2-4ee0-8380-1cd298e54db7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4514 | 2024.05.30 04:12:44.499949 [ 3 ] {} <Trace> HTTP-Session: 5d9c5e69-eab2-4ee0-8380-1cd298e54db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4515 | 2024.05.30 04:12:44.500106 [ 3 ] {b77e37df-eae2-48b5-93e0-2f97d3435161} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4516 | 2024.05.30 04:12:44.500153 [ 3 ] {b77e37df-eae2-48b5-93e0-2f97d3435161} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4517 | 2024.05.30 04:12:44.500300 [ 3 ] {b77e37df-eae2-48b5-93e0-2f97d3435161} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4518 | 2024.05.30 04:12:44.500659 [ 3 ] {b77e37df-eae2-48b5-93e0-2f97d3435161} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4519 | 2024.05.30 04:12:44.500694 [ 3 ] {b77e37df-eae2-48b5-93e0-2f97d3435161} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
4520 | 2024.05.30 04:12:44.501077 [ 3 ] {b77e37df-eae2-48b5-93e0-2f97d3435161} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
4521 | 2024.05.30 04:12:44.501402 [ 3 ] {b77e37df-eae2-48b5-93e0-2f97d3435161} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4522 | 2024.05.30 04:12:44.501527 [ 3 ] {b77e37df-eae2-48b5-93e0-2f97d3435161} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001504 sec., 106382.97872340426 rows/sec., 7.41 MiB/sec. | ||
4523 | 2024.05.30 04:12:44.501677 [ 3 ] {b77e37df-eae2-48b5-93e0-2f97d3435161} <Debug> DynamicQueryHandler: Done processing query | ||
4524 | 2024.05.30 04:12:44.501701 [ 3 ] {b77e37df-eae2-48b5-93e0-2f97d3435161} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4525 | 2024.05.30 04:12:44.501716 [ 3 ] {} <Debug> HTTP-Session: 5d9c5e69-eab2-4ee0-8380-1cd298e54db7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4526 | 2024.05.30 04:12:44.501830 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4527 | 2024.05.30 04:12:44.501876 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4528 | 2024.05.30 04:12:44.501894 [ 3 ] {} <Debug> HTTP-Session: a67bb319-f7df-47bc-a903-59afe46ee79e Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
4529 | 2024.05.30 04:12:44.501910 [ 3 ] {} <Debug> HTTP-Session: a67bb319-f7df-47bc-a903-59afe46ee79e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4530 | 2024.05.30 04:12:44.501924 [ 3 ] {} <Debug> HTTP-Session: a67bb319-f7df-47bc-a903-59afe46ee79e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4531 | 2024.05.30 04:12:44.501954 [ 3 ] {} <Trace> HTTP-Session: a67bb319-f7df-47bc-a903-59afe46ee79e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4532 | 2024.05.30 04:12:44.502074 [ 3 ] {4733d848-d734-4a7f-9ab4-95ce1af3850a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4533 | 2024.05.30 04:12:44.502120 [ 3 ] {4733d848-d734-4a7f-9ab4-95ce1af3850a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4534 | 2024.05.30 04:12:44.502244 [ 3 ] {4733d848-d734-4a7f-9ab4-95ce1af3850a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4535 | 2024.05.30 04:12:44.502531 [ 3 ] {4733d848-d734-4a7f-9ab4-95ce1af3850a} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4536 | 2024.05.30 04:12:44.502565 [ 3 ] {4733d848-d734-4a7f-9ab4-95ce1af3850a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
4537 | 2024.05.30 04:12:44.502912 [ 3 ] {4733d848-d734-4a7f-9ab4-95ce1af3850a} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
4538 | 2024.05.30 04:12:44.503228 [ 3 ] {4733d848-d734-4a7f-9ab4-95ce1af3850a} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4539 | 2024.05.30 04:12:44.503352 [ 3 ] {4733d848-d734-4a7f-9ab4-95ce1af3850a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001329 sec., 45146.72686230248 rows/sec., 3.04 MiB/sec. | ||
4540 | 2024.05.30 04:12:44.503506 [ 3 ] {4733d848-d734-4a7f-9ab4-95ce1af3850a} <Debug> DynamicQueryHandler: Done processing query | ||
4541 | 2024.05.30 04:12:44.503529 [ 3 ] {4733d848-d734-4a7f-9ab4-95ce1af3850a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4542 | 2024.05.30 04:12:44.503544 [ 3 ] {} <Debug> HTTP-Session: a67bb319-f7df-47bc-a903-59afe46ee79e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4543 | 2024.05.30 04:12:49.496284 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 4497, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4544 | 2024.05.30 04:12:49.496403 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4545 | 2024.05.30 04:12:49.496428 [ 3 ] {} <Debug> HTTP-Session: ba6149fd-44b3-4133-9468-a3a9d0ff15d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
4546 | 2024.05.30 04:12:49.496451 [ 3 ] {} <Debug> HTTP-Session: ba6149fd-44b3-4133-9468-a3a9d0ff15d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4547 | 2024.05.30 04:12:49.496466 [ 3 ] {} <Debug> HTTP-Session: ba6149fd-44b3-4133-9468-a3a9d0ff15d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4548 | 2024.05.30 04:12:49.496512 [ 3 ] {} <Trace> HTTP-Session: ba6149fd-44b3-4133-9468-a3a9d0ff15d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4549 | 2024.05.30 04:12:49.496699 [ 3 ] {61e0c0aa-3bf6-404e-b9f2-e387b641e86a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4550 | 2024.05.30 04:12:49.496764 [ 3 ] {61e0c0aa-3bf6-404e-b9f2-e387b641e86a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4551 | 2024.05.30 04:12:49.496946 [ 3 ] {61e0c0aa-3bf6-404e-b9f2-e387b641e86a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4552 | 2024.05.30 04:12:49.497382 [ 3 ] {61e0c0aa-3bf6-404e-b9f2-e387b641e86a} <Trace> oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4553 | 2024.05.30 04:12:49.497429 [ 3 ] {61e0c0aa-3bf6-404e-b9f2-e387b641e86a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
4554 | 2024.05.30 04:12:49.497798 [ 3 ] {61e0c0aa-3bf6-404e-b9f2-e387b641e86a} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
4555 | 2024.05.30 04:12:49.498139 [ 3 ] {61e0c0aa-3bf6-404e-b9f2-e387b641e86a} <Trace> oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4556 | 2024.05.30 04:12:49.498302 [ 3 ] {61e0c0aa-3bf6-404e-b9f2-e387b641e86a} <Debug> executeQuery: Read 31 rows, 2.51 KiB in 0.001659 sec., 18685.955394816152 rows/sec., 1.48 MiB/sec. | ||
4557 | 2024.05.30 04:12:49.498508 [ 3 ] {61e0c0aa-3bf6-404e-b9f2-e387b641e86a} <Debug> DynamicQueryHandler: Done processing query | ||
4558 | 2024.05.30 04:12:49.498535 [ 3 ] {61e0c0aa-3bf6-404e-b9f2-e387b641e86a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4559 | 2024.05.30 04:12:49.498552 [ 3 ] {} <Debug> HTTP-Session: ba6149fd-44b3-4133-9468-a3a9d0ff15d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4560 | 2024.05.30 04:12:49.498721 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 21838, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4561 | 2024.05.30 04:12:49.498773 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4562 | 2024.05.30 04:12:49.498793 [ 3 ] {} <Debug> HTTP-Session: 44800948-0fba-4e1c-a4e4-e68d0345c9fe Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
4563 | 2024.05.30 04:12:49.498811 [ 3 ] {} <Debug> HTTP-Session: 44800948-0fba-4e1c-a4e4-e68d0345c9fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4564 | 2024.05.30 04:12:49.498824 [ 3 ] {} <Debug> HTTP-Session: 44800948-0fba-4e1c-a4e4-e68d0345c9fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4565 | 2024.05.30 04:12:49.498859 [ 3 ] {} <Trace> HTTP-Session: 44800948-0fba-4e1c-a4e4-e68d0345c9fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4566 | 2024.05.30 04:12:49.499002 [ 3 ] {6f46cae7-d59f-4f9d-8812-bbd779b2ff78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4567 | 2024.05.30 04:12:49.499058 [ 3 ] {6f46cae7-d59f-4f9d-8812-bbd779b2ff78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4568 | 2024.05.30 04:12:49.499189 [ 3 ] {6f46cae7-d59f-4f9d-8812-bbd779b2ff78} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4569 | 2024.05.30 04:12:49.499665 [ 3 ] {6f46cae7-d59f-4f9d-8812-bbd779b2ff78} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4570 | 2024.05.30 04:12:49.499702 [ 3 ] {6f46cae7-d59f-4f9d-8812-bbd779b2ff78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
4571 | 2024.05.30 04:12:49.500016 [ 3 ] {6f46cae7-d59f-4f9d-8812-bbd779b2ff78} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
4572 | 2024.05.30 04:12:49.500320 [ 3 ] {6f46cae7-d59f-4f9d-8812-bbd779b2ff78} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4573 | 2024.05.30 04:12:49.500474 [ 3 ] {6f46cae7-d59f-4f9d-8812-bbd779b2ff78} <Debug> executeQuery: Read 149 rows, 12.78 KiB in 0.001528 sec., 97513.0890052356 rows/sec., 8.17 MiB/sec. | ||
4574 | 2024.05.30 04:12:49.500751 [ 3 ] {6f46cae7-d59f-4f9d-8812-bbd779b2ff78} <Debug> DynamicQueryHandler: Done processing query | ||
4575 | 2024.05.30 04:12:49.500790 [ 3 ] {6f46cae7-d59f-4f9d-8812-bbd779b2ff78} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
4576 | 2024.05.30 04:12:49.500809 [ 3 ] {} <Debug> HTTP-Session: 44800948-0fba-4e1c-a4e4-e68d0345c9fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4577 | 2024.05.30 04:12:49.501015 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 16124, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4578 | 2024.05.30 04:12:49.501075 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4579 | 2024.05.30 04:12:49.501095 [ 3 ] {} <Debug> HTTP-Session: c0f461f6-9627-4260-8165-b60973e0b8d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
4580 | 2024.05.30 04:12:49.501112 [ 3 ] {} <Debug> HTTP-Session: c0f461f6-9627-4260-8165-b60973e0b8d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4581 | 2024.05.30 04:12:49.501126 [ 3 ] {} <Debug> HTTP-Session: c0f461f6-9627-4260-8165-b60973e0b8d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4582 | 2024.05.30 04:12:49.501158 [ 3 ] {} <Trace> HTTP-Session: c0f461f6-9627-4260-8165-b60973e0b8d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4583 | 2024.05.30 04:12:49.501294 [ 3 ] {8d61e3f3-62ff-4d2a-86a1-d27f93822692} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4584 | 2024.05.30 04:12:49.501339 [ 3 ] {8d61e3f3-62ff-4d2a-86a1-d27f93822692} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4585 | 2024.05.30 04:12:49.501483 [ 3 ] {8d61e3f3-62ff-4d2a-86a1-d27f93822692} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4586 | 2024.05.30 04:12:49.501866 [ 3 ] {8d61e3f3-62ff-4d2a-86a1-d27f93822692} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4587 | 2024.05.30 04:12:49.501904 [ 3 ] {8d61e3f3-62ff-4d2a-86a1-d27f93822692} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
4588 | 2024.05.30 04:12:49.502224 [ 3 ] {8d61e3f3-62ff-4d2a-86a1-d27f93822692} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
4589 | 2024.05.30 04:12:49.502518 [ 3 ] {8d61e3f3-62ff-4d2a-86a1-d27f93822692} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4590 | 2024.05.30 04:12:49.502659 [ 3 ] {8d61e3f3-62ff-4d2a-86a1-d27f93822692} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.00142 sec., 66901.40845070423 rows/sec., 5.23 MiB/sec. | ||
4591 | 2024.05.30 04:12:49.502860 [ 3 ] {8d61e3f3-62ff-4d2a-86a1-d27f93822692} <Debug> DynamicQueryHandler: Done processing query | ||
4592 | 2024.05.30 04:12:49.502894 [ 3 ] {8d61e3f3-62ff-4d2a-86a1-d27f93822692} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
4593 | 2024.05.30 04:12:49.502914 [ 3 ] {} <Debug> HTTP-Session: c0f461f6-9627-4260-8165-b60973e0b8d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4594 | 2024.05.30 04:12:49.503088 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4595 | 2024.05.30 04:12:49.503137 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4596 | 2024.05.30 04:12:49.503156 [ 3 ] {} <Debug> HTTP-Session: 12e45e6a-25cf-4f7a-b7af-a15cfdb4019b Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
4597 | 2024.05.30 04:12:49.503174 [ 3 ] {} <Debug> HTTP-Session: 12e45e6a-25cf-4f7a-b7af-a15cfdb4019b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4598 | 2024.05.30 04:12:49.503187 [ 3 ] {} <Debug> HTTP-Session: 12e45e6a-25cf-4f7a-b7af-a15cfdb4019b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4599 | 2024.05.30 04:12:49.503219 [ 3 ] {} <Trace> HTTP-Session: 12e45e6a-25cf-4f7a-b7af-a15cfdb4019b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4600 | 2024.05.30 04:12:49.503370 [ 3 ] {f8336515-02b4-4461-9f38-cca53942f4ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4601 | 2024.05.30 04:12:49.503417 [ 3 ] {f8336515-02b4-4461-9f38-cca53942f4ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4602 | 2024.05.30 04:12:49.503560 [ 3 ] {f8336515-02b4-4461-9f38-cca53942f4ab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4603 | 2024.05.30 04:12:49.503955 [ 3 ] {f8336515-02b4-4461-9f38-cca53942f4ab} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4604 | 2024.05.30 04:12:49.503990 [ 3 ] {f8336515-02b4-4461-9f38-cca53942f4ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
4605 | 2024.05.30 04:12:49.504390 [ 3 ] {f8336515-02b4-4461-9f38-cca53942f4ab} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
4606 | 2024.05.30 04:12:49.504716 [ 3 ] {f8336515-02b4-4461-9f38-cca53942f4ab} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4607 | 2024.05.30 04:12:49.504878 [ 3 ] {f8336515-02b4-4461-9f38-cca53942f4ab} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001571 sec., 101845.95798854233 rows/sec., 7.09 MiB/sec. | ||
4608 | 2024.05.30 04:12:49.505065 [ 3 ] {f8336515-02b4-4461-9f38-cca53942f4ab} <Debug> DynamicQueryHandler: Done processing query | ||
4609 | 2024.05.30 04:12:49.505089 [ 3 ] {f8336515-02b4-4461-9f38-cca53942f4ab} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4610 | 2024.05.30 04:12:49.505105 [ 3 ] {} <Debug> HTTP-Session: 12e45e6a-25cf-4f7a-b7af-a15cfdb4019b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4611 | 2024.05.30 04:12:49.505310 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 33191, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4612 | 2024.05.30 04:12:49.505358 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4613 | 2024.05.30 04:12:49.505377 [ 3 ] {} <Debug> HTTP-Session: 6e3339b6-049d-4a9f-91c1-35d35cdeba33 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
4614 | 2024.05.30 04:12:49.505393 [ 3 ] {} <Debug> HTTP-Session: 6e3339b6-049d-4a9f-91c1-35d35cdeba33 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4615 | 2024.05.30 04:12:49.505407 [ 3 ] {} <Debug> HTTP-Session: 6e3339b6-049d-4a9f-91c1-35d35cdeba33 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4616 | 2024.05.30 04:12:49.505437 [ 3 ] {} <Trace> HTTP-Session: 6e3339b6-049d-4a9f-91c1-35d35cdeba33 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4617 | 2024.05.30 04:12:49.505729 [ 3 ] {5c331359-159c-4ee2-bb87-27c990560a32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4618 | 2024.05.30 04:12:49.505777 [ 3 ] {5c331359-159c-4ee2-bb87-27c990560a32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
4619 | 2024.05.30 04:12:49.505935 [ 3 ] {5c331359-159c-4ee2-bb87-27c990560a32} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4620 | 2024.05.30 04:12:49.506405 [ 3 ] {5c331359-159c-4ee2-bb87-27c990560a32} <Trace> oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4621 | 2024.05.30 04:12:49.506440 [ 3 ] {5c331359-159c-4ee2-bb87-27c990560a32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
4622 | 2024.05.30 04:12:49.506843 [ 3 ] {5c331359-159c-4ee2-bb87-27c990560a32} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
4623 | 2024.05.30 04:12:49.507179 [ 3 ] {5c331359-159c-4ee2-bb87-27c990560a32} <Trace> oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4624 | 2024.05.30 04:12:49.507341 [ 3 ] {5c331359-159c-4ee2-bb87-27c990560a32} <Debug> executeQuery: Read 31 rows, 42.84 KiB in 0.001817 sec., 17061.089708310403 rows/sec., 23.02 MiB/sec. | ||
4625 | 2024.05.30 04:12:49.507670 [ 3 ] {5c331359-159c-4ee2-bb87-27c990560a32} <Debug> DynamicQueryHandler: Done processing query | ||
4626 | 2024.05.30 04:12:49.507694 [ 3 ] {5c331359-159c-4ee2-bb87-27c990560a32} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
4627 | 2024.05.30 04:12:49.507710 [ 3 ] {} <Debug> HTTP-Session: 6e3339b6-049d-4a9f-91c1-35d35cdeba33 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4628 | 2024.05.30 04:12:49.507832 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4629 | 2024.05.30 04:12:49.507880 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4630 | 2024.05.30 04:12:49.507899 [ 3 ] {} <Debug> HTTP-Session: cd22e3b4-1c43-498a-8a9a-e234a9a5c325 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
4631 | 2024.05.30 04:12:49.507916 [ 3 ] {} <Debug> HTTP-Session: cd22e3b4-1c43-498a-8a9a-e234a9a5c325 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4632 | 2024.05.30 04:12:49.507929 [ 3 ] {} <Debug> HTTP-Session: cd22e3b4-1c43-498a-8a9a-e234a9a5c325 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4633 | 2024.05.30 04:12:49.507959 [ 3 ] {} <Trace> HTTP-Session: cd22e3b4-1c43-498a-8a9a-e234a9a5c325 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4634 | 2024.05.30 04:12:49.508097 [ 3 ] {84d1eb7b-b8a7-48f3-ad0d-11793712a521} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4635 | 2024.05.30 04:12:49.508142 [ 3 ] {84d1eb7b-b8a7-48f3-ad0d-11793712a521} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4636 | 2024.05.30 04:12:49.508284 [ 3 ] {84d1eb7b-b8a7-48f3-ad0d-11793712a521} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4637 | 2024.05.30 04:12:49.508587 [ 3 ] {84d1eb7b-b8a7-48f3-ad0d-11793712a521} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4638 | 2024.05.30 04:12:49.508624 [ 3 ] {84d1eb7b-b8a7-48f3-ad0d-11793712a521} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
4639 | 2024.05.30 04:12:49.508976 [ 3 ] {84d1eb7b-b8a7-48f3-ad0d-11793712a521} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
4640 | 2024.05.30 04:12:49.509302 [ 3 ] {84d1eb7b-b8a7-48f3-ad0d-11793712a521} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4641 | 2024.05.30 04:12:49.509452 [ 3 ] {84d1eb7b-b8a7-48f3-ad0d-11793712a521} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001405 sec., 42704.62633451957 rows/sec., 2.88 MiB/sec. | ||
4642 | 2024.05.30 04:12:49.509709 [ 3 ] {84d1eb7b-b8a7-48f3-ad0d-11793712a521} <Debug> DynamicQueryHandler: Done processing query | ||
4643 | 2024.05.30 04:12:49.509756 [ 3 ] {84d1eb7b-b8a7-48f3-ad0d-11793712a521} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4644 | 2024.05.30 04:12:49.509789 [ 3 ] {} <Debug> HTTP-Session: cd22e3b4-1c43-498a-8a9a-e234a9a5c325 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4645 | 2024.05.30 04:12:50.444601 [ 130 ] {} <Debug> oximeter.fields_u16 (f5010535-cd64-42d7-ac63-98dfd59d33c1) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
4646 | 2024.05.30 04:12:50.444668 [ 130 ] {} <Trace> oximeter.fields_u16 (f5010535-cd64-42d7-ac63-98dfd59d33c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4647 | 2024.05.30 04:12:50.444691 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
4648 | 2024.05.30 04:12:50.444966 [ 198 ] {f5010535-cd64-42d7-ac63-98dfd59d33c1::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 | ||
4649 | 2024.05.30 04:12:50.445297 [ 198 ] {f5010535-cd64-42d7-ac63-98dfd59d33c1::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4650 | 2024.05.30 04:12:50.445360 [ 198 ] {f5010535-cd64-42d7-ac63-98dfd59d33c1::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 | ||
4651 | 2024.05.30 04:12:50.445502 [ 198 ] {f5010535-cd64-42d7-ac63-98dfd59d33c1::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 4 rows starting from the beginning of the part | ||
4652 | 2024.05.30 04:12:50.445731 [ 198 ] {f5010535-cd64-42d7-ac63-98dfd59d33c1::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 | ||
4653 | 2024.05.30 04:12:50.445896 [ 198 ] {f5010535-cd64-42d7-ac63-98dfd59d33c1::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 | ||
4654 | 2024.05.30 04:12:50.446033 [ 198 ] {f5010535-cd64-42d7-ac63-98dfd59d33c1::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 4 rows starting from the beginning of the part | ||
4655 | 2024.05.30 04:12:50.446959 [ 198 ] {f5010535-cd64-42d7-ac63-98dfd59d33c1::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24 rows, containing 4 columns (4 merged, 0 gathered) in 0.002178219 sec., 11018.175858350332 rows/sec., 769.34 KiB/sec. | ||
4656 | 2024.05.30 04:12:50.447138 [ 188 ] {f5010535-cd64-42d7-ac63-98dfd59d33c1::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
4657 | 2024.05.30 04:12:50.447629 [ 188 ] {f5010535-cd64-42d7-ac63-98dfd59d33c1::all_1_5_1} <Trace> oximeter.fields_u16 (f5010535-cd64-42d7-ac63-98dfd59d33c1): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4658 | 2024.05.30 04:12:50.447722 [ 188 ] {f5010535-cd64-42d7-ac63-98dfd59d33c1::all_1_5_1} <Trace> oximeter.fields_u16 (f5010535-cd64-42d7-ac63-98dfd59d33c1) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
4659 | 2024.05.30 04:12:50.447822 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
4660 | 2024.05.30 04:12:51.386570 [ 126 ] {} <Debug> oximeter.fields_ipaddr (7437664c-5015-4ab1-bcc0-e9747c26d3d7) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
4661 | 2024.05.30 04:12:51.386667 [ 126 ] {} <Trace> oximeter.fields_ipaddr (7437664c-5015-4ab1-bcc0-e9747c26d3d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4662 | 2024.05.30 04:12:51.386708 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
4663 | 2024.05.30 04:12:51.386889 [ 200 ] {7437664c-5015-4ab1-bcc0-e9747c26d3d7::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 | ||
4664 | 2024.05.30 04:12:51.387070 [ 200 ] {7437664c-5015-4ab1-bcc0-e9747c26d3d7::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4665 | 2024.05.30 04:12:51.387114 [ 200 ] {7437664c-5015-4ab1-bcc0-e9747c26d3d7::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 | ||
4666 | 2024.05.30 04:12:51.387230 [ 200 ] {7437664c-5015-4ab1-bcc0-e9747c26d3d7::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 4 rows starting from the beginning of the part | ||
4667 | 2024.05.30 04:12:51.387499 [ 200 ] {7437664c-5015-4ab1-bcc0-e9747c26d3d7::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 | ||
4668 | 2024.05.30 04:12:51.387827 [ 200 ] {7437664c-5015-4ab1-bcc0-e9747c26d3d7::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 | ||
4669 | 2024.05.30 04:12:51.388008 [ 200 ] {7437664c-5015-4ab1-bcc0-e9747c26d3d7::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 4 rows starting from the beginning of the part | ||
4670 | 2024.05.30 04:12:51.389105 [ 188 ] {7437664c-5015-4ab1-bcc0-e9747c26d3d7::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24 rows, containing 4 columns (4 merged, 0 gathered) in 0.002296251 sec., 10451.819073785922 rows/sec., 852.27 KiB/sec. | ||
4671 | 2024.05.30 04:12:51.389259 [ 200 ] {7437664c-5015-4ab1-bcc0-e9747c26d3d7::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
4672 | 2024.05.30 04:12:51.389619 [ 200 ] {7437664c-5015-4ab1-bcc0-e9747c26d3d7::all_1_5_1} <Trace> oximeter.fields_ipaddr (7437664c-5015-4ab1-bcc0-e9747c26d3d7): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4673 | 2024.05.30 04:12:51.389697 [ 200 ] {7437664c-5015-4ab1-bcc0-e9747c26d3d7::all_1_5_1} <Trace> oximeter.fields_ipaddr (7437664c-5015-4ab1-bcc0-e9747c26d3d7) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
4674 | 2024.05.30 04:12:51.389775 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
4675 | 2024.05.30 04:12:54.496303 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 12733, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4676 | 2024.05.30 04:12:54.496443 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4677 | 2024.05.30 04:12:54.496474 [ 3 ] {} <Debug> HTTP-Session: 50d2a4ab-83fc-4730-88ff-e598b6f17da9 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
4678 | 2024.05.30 04:12:54.496501 [ 3 ] {} <Debug> HTTP-Session: 50d2a4ab-83fc-4730-88ff-e598b6f17da9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4679 | 2024.05.30 04:12:54.496520 [ 3 ] {} <Debug> HTTP-Session: 50d2a4ab-83fc-4730-88ff-e598b6f17da9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4680 | 2024.05.30 04:12:54.496575 [ 3 ] {} <Trace> HTTP-Session: 50d2a4ab-83fc-4730-88ff-e598b6f17da9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4681 | 2024.05.30 04:12:54.496862 [ 3 ] {c5e42181-3cb4-4df1-b1c9-93bd83c3b500} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4682 | 2024.05.30 04:12:54.496965 [ 3 ] {c5e42181-3cb4-4df1-b1c9-93bd83c3b500} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4683 | 2024.05.30 04:12:54.497177 [ 3 ] {c5e42181-3cb4-4df1-b1c9-93bd83c3b500} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4684 | 2024.05.30 04:12:54.497716 [ 3 ] {c5e42181-3cb4-4df1-b1c9-93bd83c3b500} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4685 | 2024.05.30 04:12:54.497765 [ 3 ] {c5e42181-3cb4-4df1-b1c9-93bd83c3b500} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
4686 | 2024.05.30 04:12:54.498160 [ 3 ] {c5e42181-3cb4-4df1-b1c9-93bd83c3b500} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
4687 | 2024.05.30 04:12:54.498485 [ 3 ] {c5e42181-3cb4-4df1-b1c9-93bd83c3b500} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4688 | 2024.05.30 04:12:54.498656 [ 3 ] {c5e42181-3cb4-4df1-b1c9-93bd83c3b500} <Debug> executeQuery: Read 92 rows, 7.14 KiB in 0.001917 sec., 47991.65362545644 rows/sec., 3.64 MiB/sec. | ||
4689 | 2024.05.30 04:12:54.498678 [ 124 ] {} <Debug> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
4690 | 2024.05.30 04:12:54.498770 [ 124 ] {} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4691 | 2024.05.30 04:12:54.498818 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
4692 | 2024.05.30 04:12:54.499008 [ 3 ] {c5e42181-3cb4-4df1-b1c9-93bd83c3b500} <Debug> DynamicQueryHandler: Done processing query | ||
4693 | 2024.05.30 04:12:54.499098 [ 3 ] {c5e42181-3cb4-4df1-b1c9-93bd83c3b500} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
4694 | 2024.05.30 04:12:54.499166 [ 3 ] {} <Debug> HTTP-Session: 50d2a4ab-83fc-4730-88ff-e598b6f17da9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4695 | 2024.05.30 04:12:54.499209 [ 199 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::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 | ||
4696 | 2024.05.30 04:12:54.499419 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 14914, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4697 | 2024.05.30 04:12:54.499536 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4698 | 2024.05.30 04:12:54.499591 [ 3 ] {} <Debug> HTTP-Session: b973bf39-0105-451e-868d-6bda58412aeb Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
4699 | 2024.05.30 04:12:54.499620 [ 199 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4700 | 2024.05.30 04:12:54.499633 [ 3 ] {} <Debug> HTTP-Session: b973bf39-0105-451e-868d-6bda58412aeb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4701 | 2024.05.30 04:12:54.499679 [ 199 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 192 rows starting from the beginning of the part | ||
4702 | 2024.05.30 04:12:54.499688 [ 3 ] {} <Debug> HTTP-Session: b973bf39-0105-451e-868d-6bda58412aeb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4703 | 2024.05.30 04:12:54.499800 [ 3 ] {} <Trace> HTTP-Session: b973bf39-0105-451e-868d-6bda58412aeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4704 | 2024.05.30 04:12:54.499931 [ 199 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 56 rows starting from the beginning of the part | ||
4705 | 2024.05.30 04:12:54.500211 [ 3 ] {2c533d63-912b-4a06-a1c8-17398ff0560c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4706 | 2024.05.30 04:12:54.500222 [ 199 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 151 rows starting from the beginning of the part | ||
4707 | 2024.05.30 04:12:54.500348 [ 3 ] {2c533d63-912b-4a06-a1c8-17398ff0560c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4708 | 2024.05.30 04:12:54.500563 [ 199 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 56 rows starting from the beginning of the part | ||
4709 | 2024.05.30 04:12:54.500979 [ 199 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 149 rows starting from the beginning of the part | ||
4710 | 2024.05.30 04:12:54.501245 [ 3 ] {2c533d63-912b-4a06-a1c8-17398ff0560c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4711 | 2024.05.30 04:12:54.501281 [ 199 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 92 rows starting from the beginning of the part | ||
4712 | 2024.05.30 04:12:54.502256 [ 3 ] {2c533d63-912b-4a06-a1c8-17398ff0560c} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4713 | 2024.05.30 04:12:54.502322 [ 3 ] {2c533d63-912b-4a06-a1c8-17398ff0560c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
4714 | 2024.05.30 04:12:54.503202 [ 3 ] {2c533d63-912b-4a06-a1c8-17398ff0560c} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
4715 | 2024.05.30 04:12:54.503891 [ 200 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 696 rows, containing 4 columns (4 merged, 0 gathered) in 0.004966879 sec., 140128.23747065308 rows/sec., 11.34 MiB/sec. | ||
4716 | 2024.05.30 04:12:54.503961 [ 3 ] {2c533d63-912b-4a06-a1c8-17398ff0560c} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4717 | 2024.05.30 04:12:54.504067 [ 200 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
4718 | 2024.05.30 04:12:54.504222 [ 124 ] {} <Debug> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
4719 | 2024.05.30 04:12:54.504249 [ 3 ] {2c533d63-912b-4a06-a1c8-17398ff0560c} <Debug> executeQuery: Read 88 rows, 7.01 KiB in 0.004211 sec., 20897.64901448587 rows/sec., 1.63 MiB/sec. | ||
4720 | 2024.05.30 04:12:54.504308 [ 124 ] {} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4721 | 2024.05.30 04:12:54.504462 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
4722 | 2024.05.30 04:12:54.504813 [ 3 ] {2c533d63-912b-4a06-a1c8-17398ff0560c} <Debug> DynamicQueryHandler: Done processing query | ||
4723 | 2024.05.30 04:12:54.504918 [ 3 ] {2c533d63-912b-4a06-a1c8-17398ff0560c} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
4724 | 2024.05.30 04:12:54.505014 [ 3 ] {} <Debug> HTTP-Session: b973bf39-0105-451e-868d-6bda58412aeb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4725 | 2024.05.30 04:12:54.505077 [ 188 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::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 | ||
4726 | 2024.05.30 04:12:54.505328 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 37563, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4727 | 2024.05.30 04:12:54.505514 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4728 | 2024.05.30 04:12:54.505538 [ 188 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4729 | 2024.05.30 04:12:54.505595 [ 3 ] {} <Debug> HTTP-Session: 691e4ece-1fc9-4410-ac95-a35436eac74a Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
4730 | 2024.05.30 04:12:54.505630 [ 200 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_31_6} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4731 | 2024.05.30 04:12:54.505642 [ 188 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 151 rows starting from the beginning of the part | ||
4732 | 2024.05.30 04:12:54.505650 [ 3 ] {} <Debug> HTTP-Session: 691e4ece-1fc9-4410-ac95-a35436eac74a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4733 | 2024.05.30 04:12:54.505730 [ 3 ] {} <Debug> HTTP-Session: 691e4ece-1fc9-4410-ac95-a35436eac74a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4734 | 2024.05.30 04:12:54.505884 [ 3 ] {} <Trace> HTTP-Session: 691e4ece-1fc9-4410-ac95-a35436eac74a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4735 | 2024.05.30 04:12:54.505885 [ 200 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_31_6} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
4736 | 2024.05.30 04:12:54.506177 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
4737 | 2024.05.30 04:12:54.506252 [ 188 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 64 rows starting from the beginning of the part | ||
4738 | 2024.05.30 04:12:54.506352 [ 3 ] {60901673-2e16-402c-b7e3-2fca01fe9a2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4739 | 2024.05.30 04:12:54.506524 [ 188 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 99 rows starting from the beginning of the part | ||
4740 | 2024.05.30 04:12:54.506551 [ 3 ] {60901673-2e16-402c-b7e3-2fca01fe9a2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4741 | 2024.05.30 04:12:54.506934 [ 188 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 64 rows starting from the beginning of the part | ||
4742 | 2024.05.30 04:12:54.507270 [ 188 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 95 rows starting from the beginning of the part | ||
4743 | 2024.05.30 04:12:54.507620 [ 188 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 88 rows starting from the beginning of the part | ||
4744 | 2024.05.30 04:12:54.507692 [ 3 ] {60901673-2e16-402c-b7e3-2fca01fe9a2e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4745 | 2024.05.30 04:12:54.509077 [ 3 ] {60901673-2e16-402c-b7e3-2fca01fe9a2e} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4746 | 2024.05.30 04:12:54.509149 [ 3 ] {60901673-2e16-402c-b7e3-2fca01fe9a2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
4747 | 2024.05.30 04:12:54.510190 [ 196 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 561 rows, containing 4 columns (4 merged, 0 gathered) in 0.005509438 sec., 101825.26784038589 rows/sec., 7.95 MiB/sec. | ||
4748 | 2024.05.30 04:12:54.510244 [ 3 ] {60901673-2e16-402c-b7e3-2fca01fe9a2e} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
4749 | 2024.05.30 04:12:54.510363 [ 196 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
4750 | 2024.05.30 04:12:54.510791 [ 3 ] {60901673-2e16-402c-b7e3-2fca01fe9a2e} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4751 | 2024.05.30 04:12:54.511054 [ 124 ] {} <Debug> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
4752 | 2024.05.30 04:12:54.511081 [ 3 ] {60901673-2e16-402c-b7e3-2fca01fe9a2e} <Debug> executeQuery: Read 196 rows, 14.01 KiB in 0.004931 sec., 39748.52970999797 rows/sec., 2.78 MiB/sec. | ||
4753 | 2024.05.30 04:12:54.511062 [ 196 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_31_6} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4754 | 2024.05.30 04:12:54.511159 [ 124 ] {} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4755 | 2024.05.30 04:12:54.511282 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
4756 | 2024.05.30 04:12:54.511534 [ 196 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_31_6} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
4757 | 2024.05.30 04:12:54.511758 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
4758 | 2024.05.30 04:12:54.511759 [ 3 ] {60901673-2e16-402c-b7e3-2fca01fe9a2e} <Debug> DynamicQueryHandler: Done processing query | ||
4759 | 2024.05.30 04:12:54.511827 [ 3 ] {60901673-2e16-402c-b7e3-2fca01fe9a2e} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
4760 | 2024.05.30 04:12:54.511836 [ 196 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::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 | ||
4761 | 2024.05.30 04:12:54.511881 [ 3 ] {} <Debug> HTTP-Session: 691e4ece-1fc9-4410-ac95-a35436eac74a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4762 | 2024.05.30 04:12:54.512060 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4763 | 2024.05.30 04:12:54.512068 [ 196 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4764 | 2024.05.30 04:12:54.512110 [ 196 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 4098 rows starting from the beginning of the part | ||
4765 | 2024.05.30 04:12:54.512120 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4766 | 2024.05.30 04:12:54.512150 [ 3 ] {} <Debug> HTTP-Session: 98918f42-65c4-4adf-bc13-e5dfc8c6845a Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
4767 | 2024.05.30 04:12:54.512180 [ 3 ] {} <Debug> HTTP-Session: 98918f42-65c4-4adf-bc13-e5dfc8c6845a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4768 | 2024.05.30 04:12:54.512266 [ 3 ] {} <Debug> HTTP-Session: 98918f42-65c4-4adf-bc13-e5dfc8c6845a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4769 | 2024.05.30 04:12:54.512337 [ 196 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 160 rows starting from the beginning of the part | ||
4770 | 2024.05.30 04:12:54.512391 [ 3 ] {} <Trace> HTTP-Session: 98918f42-65c4-4adf-bc13-e5dfc8c6845a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4771 | 2024.05.30 04:12:54.512527 [ 196 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 162 rows starting from the beginning of the part | ||
4772 | 2024.05.30 04:12:54.512836 [ 3 ] {e98ce0c9-a12b-4b97-9a41-556a35493e6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4773 | 2024.05.30 04:12:54.512923 [ 196 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::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 | ||
4774 | 2024.05.30 04:12:54.513004 [ 3 ] {e98ce0c9-a12b-4b97-9a41-556a35493e6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4775 | 2024.05.30 04:12:54.513340 [ 196 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 160 rows starting from the beginning of the part | ||
4776 | 2024.05.30 04:12:54.513682 [ 196 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 196 rows starting from the beginning of the part | ||
4777 | 2024.05.30 04:12:54.514168 [ 3 ] {e98ce0c9-a12b-4b97-9a41-556a35493e6a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4778 | 2024.05.30 04:12:54.514656 [ 3 ] {e98ce0c9-a12b-4b97-9a41-556a35493e6a} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4779 | 2024.05.30 04:12:54.514738 [ 3 ] {e98ce0c9-a12b-4b97-9a41-556a35493e6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
4780 | 2024.05.30 04:12:54.515276 [ 3 ] {e98ce0c9-a12b-4b97-9a41-556a35493e6a} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
4781 | 2024.05.30 04:12:54.515866 [ 3 ] {e98ce0c9-a12b-4b97-9a41-556a35493e6a} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4782 | 2024.05.30 04:12:54.516106 [ 124 ] {} <Debug> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
4783 | 2024.05.30 04:12:54.516111 [ 3 ] {e98ce0c9-a12b-4b97-9a41-556a35493e6a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00352 sec., 17045.454545454544 rows/sec., 1.15 MiB/sec. | ||
4784 | 2024.05.30 04:12:54.516305 [ 124 ] {} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4785 | 2024.05.30 04:12:54.516373 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
4786 | 2024.05.30 04:12:54.516683 [ 187 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::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 | ||
4787 | 2024.05.30 04:12:54.516702 [ 3 ] {e98ce0c9-a12b-4b97-9a41-556a35493e6a} <Debug> DynamicQueryHandler: Done processing query | ||
4788 | 2024.05.30 04:12:54.516738 [ 3 ] {e98ce0c9-a12b-4b97-9a41-556a35493e6a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4789 | 2024.05.30 04:12:54.516773 [ 3 ] {} <Debug> HTTP-Session: 98918f42-65c4-4adf-bc13-e5dfc8c6845a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4790 | 2024.05.30 04:12:54.516856 [ 187 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4791 | 2024.05.30 04:12:54.516895 [ 187 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1442 rows starting from the beginning of the part | ||
4792 | 2024.05.30 04:12:54.517015 [ 187 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::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 | ||
4793 | 2024.05.30 04:12:54.517450 [ 187 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 60 rows starting from the beginning of the part | ||
4794 | 2024.05.30 04:12:54.517982 [ 196 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4936 rows, containing 5 columns (5 merged, 0 gathered) in 0.006498946 sec., 759507.7724911085 rows/sec., 52.96 MiB/sec. | ||
4795 | 2024.05.30 04:12:54.518026 [ 187 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::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 | ||
4796 | 2024.05.30 04:12:54.518138 [ 187 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 60 rows starting from the beginning of the part | ||
4797 | 2024.05.30 04:12:54.518391 [ 187 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::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 | ||
4798 | 2024.05.30 04:12:54.518510 [ 196 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
4799 | 2024.05.30 04:12:54.519307 [ 196 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4800 | 2024.05.30 04:12:54.519408 [ 196 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
4801 | 2024.05.30 04:12:54.519507 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.22 MiB. | ||
4802 | 2024.05.30 04:12:54.520040 [ 188 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1742 rows, containing 4 columns (4 merged, 0 gathered) in 0.003466822 sec., 502477.48514345416 rows/sec., 33.83 MiB/sec. | ||
4803 | 2024.05.30 04:12:54.520223 [ 187 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
4804 | 2024.05.30 04:12:54.520586 [ 187 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_31_6} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4805 | 2024.05.30 04:12:54.520666 [ 187 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_31_6} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
4806 | 2024.05.30 04:12:54.520736 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
4807 | 2024.05.30 04:12:58.104869 [ 119 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4808 | 2024.05.30 04:12:58.104925 [ 119 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4809 | 2024.05.30 04:12:59.496133 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 4497, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4810 | 2024.05.30 04:12:59.496255 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4811 | 2024.05.30 04:12:59.496280 [ 3 ] {} <Debug> HTTP-Session: f6ae0943-235f-485a-bbe7-90a1c43aa991 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
4812 | 2024.05.30 04:12:59.496303 [ 3 ] {} <Debug> HTTP-Session: f6ae0943-235f-485a-bbe7-90a1c43aa991 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4813 | 2024.05.30 04:12:59.496318 [ 3 ] {} <Debug> HTTP-Session: f6ae0943-235f-485a-bbe7-90a1c43aa991 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4814 | 2024.05.30 04:12:59.496366 [ 3 ] {} <Trace> HTTP-Session: f6ae0943-235f-485a-bbe7-90a1c43aa991 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4815 | 2024.05.30 04:12:59.496548 [ 3 ] {dc477c23-2b3d-4f2e-b3bb-bc55590ef3a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4816 | 2024.05.30 04:12:59.496612 [ 3 ] {dc477c23-2b3d-4f2e-b3bb-bc55590ef3a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4817 | 2024.05.30 04:12:59.496795 [ 3 ] {dc477c23-2b3d-4f2e-b3bb-bc55590ef3a0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4818 | 2024.05.30 04:12:59.497317 [ 3 ] {dc477c23-2b3d-4f2e-b3bb-bc55590ef3a0} <Trace> oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4819 | 2024.05.30 04:12:59.497362 [ 3 ] {dc477c23-2b3d-4f2e-b3bb-bc55590ef3a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
4820 | 2024.05.30 04:12:59.497728 [ 3 ] {dc477c23-2b3d-4f2e-b3bb-bc55590ef3a0} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
4821 | 2024.05.30 04:12:59.498077 [ 3 ] {dc477c23-2b3d-4f2e-b3bb-bc55590ef3a0} <Trace> oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4822 | 2024.05.30 04:12:59.498253 [ 3 ] {dc477c23-2b3d-4f2e-b3bb-bc55590ef3a0} <Debug> executeQuery: Read 31 rows, 2.51 KiB in 0.001756 sec., 17653.75854214123 rows/sec., 1.40 MiB/sec. | ||
4823 | 2024.05.30 04:12:59.498262 [ 118 ] {} <Debug> oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba) (MergerMutator): Selected 5 parts from all_1_10_2 to all_14_14_0 | ||
4824 | 2024.05.30 04:12:59.498357 [ 118 ] {} <Trace> oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4825 | 2024.05.30 04:12:59.498410 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
4826 | 2024.05.30 04:12:59.498627 [ 3 ] {dc477c23-2b3d-4f2e-b3bb-bc55590ef3a0} <Debug> DynamicQueryHandler: Done processing query | ||
4827 | 2024.05.30 04:12:59.498731 [ 3 ] {dc477c23-2b3d-4f2e-b3bb-bc55590ef3a0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4828 | 2024.05.30 04:12:59.498864 [ 3 ] {} <Debug> HTTP-Session: f6ae0943-235f-485a-bbe7-90a1c43aa991 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4829 | 2024.05.30 04:12:59.499005 [ 202 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_14_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_10_2 to all_14_14_0 into Compact with storage Full | ||
4830 | 2024.05.30 04:12:59.499291 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 21838, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4831 | 2024.05.30 04:12:59.499479 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4832 | 2024.05.30 04:12:59.499550 [ 3 ] {} <Debug> HTTP-Session: 3520251b-bda6-47d3-a016-a9f9a87d4971 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
4833 | 2024.05.30 04:12:59.499608 [ 3 ] {} <Debug> HTTP-Session: 3520251b-bda6-47d3-a016-a9f9a87d4971 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4834 | 2024.05.30 04:12:59.499638 [ 202 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_14_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4835 | 2024.05.30 04:12:59.499648 [ 3 ] {} <Debug> HTTP-Session: 3520251b-bda6-47d3-a016-a9f9a87d4971 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4836 | 2024.05.30 04:12:59.499702 [ 202 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 31 rows starting from the beginning of the part | ||
4837 | 2024.05.30 04:12:59.499729 [ 3 ] {} <Trace> HTTP-Session: 3520251b-bda6-47d3-a016-a9f9a87d4971 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4838 | 2024.05.30 04:12:59.499942 [ 202 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 31 rows starting from the beginning of the part | ||
4839 | 2024.05.30 04:12:59.500141 [ 3 ] {c8645a4c-c8d7-42b1-8500-0619f2852241} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4840 | 2024.05.30 04:12:59.500157 [ 202 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 31 rows starting from the beginning of the part | ||
4841 | 2024.05.30 04:12:59.500289 [ 3 ] {c8645a4c-c8d7-42b1-8500-0619f2852241} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4842 | 2024.05.30 04:12:59.500527 [ 202 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 31 rows starting from the beginning of the part | ||
4843 | 2024.05.30 04:12:59.500805 [ 202 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 31 rows starting from the beginning of the part | ||
4844 | 2024.05.30 04:12:59.501492 [ 3 ] {c8645a4c-c8d7-42b1-8500-0619f2852241} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4845 | 2024.05.30 04:12:59.502402 [ 3 ] {c8645a4c-c8d7-42b1-8500-0619f2852241} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4846 | 2024.05.30 04:12:59.502477 [ 3 ] {c8645a4c-c8d7-42b1-8500-0619f2852241} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
4847 | 2024.05.30 04:12:59.503323 [ 187 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_14_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 155 rows, containing 4 columns (4 merged, 0 gathered) in 0.004805665 sec., 32253.600698342478 rows/sec., 2.55 MiB/sec. | ||
4848 | 2024.05.30 04:12:59.503373 [ 3 ] {c8645a4c-c8d7-42b1-8500-0619f2852241} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
4849 | 2024.05.30 04:12:59.503467 [ 187 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_14_3} <Trace> MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) | ||
4850 | 2024.05.30 04:12:59.503833 [ 3 ] {c8645a4c-c8d7-42b1-8500-0619f2852241} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4851 | 2024.05.30 04:12:59.504003 [ 187 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_14_3} <Trace> oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4852 | 2024.05.30 04:12:59.504117 [ 3 ] {c8645a4c-c8d7-42b1-8500-0619f2852241} <Debug> executeQuery: Read 149 rows, 12.78 KiB in 0.004182 sec., 35628.885700621715 rows/sec., 2.99 MiB/sec. | ||
4853 | 2024.05.30 04:12:59.504280 [ 187 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_14_3} <Trace> oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba) (MergerMutator): Merged 5 parts: [all_1_10_2, all_14_14_0] -> all_1_14_3 | ||
4854 | 2024.05.30 04:12:59.504630 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
4855 | 2024.05.30 04:12:59.504735 [ 3 ] {c8645a4c-c8d7-42b1-8500-0619f2852241} <Debug> DynamicQueryHandler: Done processing query | ||
4856 | 2024.05.30 04:12:59.504789 [ 3 ] {c8645a4c-c8d7-42b1-8500-0619f2852241} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
4857 | 2024.05.30 04:12:59.504826 [ 3 ] {} <Debug> HTTP-Session: 3520251b-bda6-47d3-a016-a9f9a87d4971 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4858 | 2024.05.30 04:12:59.505047 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 16124, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4859 | 2024.05.30 04:12:59.505102 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4860 | 2024.05.30 04:12:59.505122 [ 3 ] {} <Debug> HTTP-Session: d5be5705-24bb-4eb2-90ac-a8f80107ea78 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
4861 | 2024.05.30 04:12:59.505140 [ 3 ] {} <Debug> HTTP-Session: d5be5705-24bb-4eb2-90ac-a8f80107ea78 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4862 | 2024.05.30 04:12:59.505154 [ 3 ] {} <Debug> HTTP-Session: d5be5705-24bb-4eb2-90ac-a8f80107ea78 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4863 | 2024.05.30 04:12:59.505188 [ 3 ] {} <Trace> HTTP-Session: d5be5705-24bb-4eb2-90ac-a8f80107ea78 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4864 | 2024.05.30 04:12:59.505326 [ 3 ] {f66a8e8e-98e9-4d65-aa8f-8e17488684a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4865 | 2024.05.30 04:12:59.505374 [ 3 ] {f66a8e8e-98e9-4d65-aa8f-8e17488684a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4866 | 2024.05.30 04:12:59.505526 [ 3 ] {f66a8e8e-98e9-4d65-aa8f-8e17488684a9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4867 | 2024.05.30 04:12:59.505888 [ 3 ] {f66a8e8e-98e9-4d65-aa8f-8e17488684a9} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4868 | 2024.05.30 04:12:59.505925 [ 3 ] {f66a8e8e-98e9-4d65-aa8f-8e17488684a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
4869 | 2024.05.30 04:12:59.506250 [ 3 ] {f66a8e8e-98e9-4d65-aa8f-8e17488684a9} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
4870 | 2024.05.30 04:12:59.506546 [ 3 ] {f66a8e8e-98e9-4d65-aa8f-8e17488684a9} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4871 | 2024.05.30 04:12:59.506693 [ 3 ] {f66a8e8e-98e9-4d65-aa8f-8e17488684a9} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.001421 sec., 66854.32793807179 rows/sec., 5.22 MiB/sec. | ||
4872 | 2024.05.30 04:12:59.506897 [ 3 ] {f66a8e8e-98e9-4d65-aa8f-8e17488684a9} <Debug> DynamicQueryHandler: Done processing query | ||
4873 | 2024.05.30 04:12:59.506920 [ 3 ] {f66a8e8e-98e9-4d65-aa8f-8e17488684a9} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
4874 | 2024.05.30 04:12:59.506935 [ 3 ] {} <Debug> HTTP-Session: d5be5705-24bb-4eb2-90ac-a8f80107ea78 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4875 | 2024.05.30 04:12:59.507096 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4876 | 2024.05.30 04:12:59.507147 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4877 | 2024.05.30 04:12:59.507165 [ 3 ] {} <Debug> HTTP-Session: 0e3ce7e8-a87b-48fd-bf2c-b8f13b2660c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
4878 | 2024.05.30 04:12:59.507182 [ 3 ] {} <Debug> HTTP-Session: 0e3ce7e8-a87b-48fd-bf2c-b8f13b2660c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4879 | 2024.05.30 04:12:59.507196 [ 3 ] {} <Debug> HTTP-Session: 0e3ce7e8-a87b-48fd-bf2c-b8f13b2660c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4880 | 2024.05.30 04:12:59.507226 [ 3 ] {} <Trace> HTTP-Session: 0e3ce7e8-a87b-48fd-bf2c-b8f13b2660c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4881 | 2024.05.30 04:12:59.507380 [ 3 ] {f43ccd25-05d0-4abf-a232-25af4f5369a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4882 | 2024.05.30 04:12:59.507431 [ 3 ] {f43ccd25-05d0-4abf-a232-25af4f5369a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4883 | 2024.05.30 04:12:59.507581 [ 3 ] {f43ccd25-05d0-4abf-a232-25af4f5369a0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4884 | 2024.05.30 04:12:59.508127 [ 3 ] {f43ccd25-05d0-4abf-a232-25af4f5369a0} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4885 | 2024.05.30 04:12:59.508164 [ 3 ] {f43ccd25-05d0-4abf-a232-25af4f5369a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
4886 | 2024.05.30 04:12:59.508563 [ 3 ] {f43ccd25-05d0-4abf-a232-25af4f5369a0} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
4887 | 2024.05.30 04:12:59.508896 [ 3 ] {f43ccd25-05d0-4abf-a232-25af4f5369a0} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4888 | 2024.05.30 04:12:59.509074 [ 3 ] {f43ccd25-05d0-4abf-a232-25af4f5369a0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001755 sec., 91168.09116809117 rows/sec., 6.35 MiB/sec. | ||
4889 | 2024.05.30 04:12:59.509375 [ 3 ] {f43ccd25-05d0-4abf-a232-25af4f5369a0} <Debug> DynamicQueryHandler: Done processing query | ||
4890 | 2024.05.30 04:12:59.509400 [ 3 ] {f43ccd25-05d0-4abf-a232-25af4f5369a0} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4891 | 2024.05.30 04:12:59.509416 [ 3 ] {} <Debug> HTTP-Session: 0e3ce7e8-a87b-48fd-bf2c-b8f13b2660c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4892 | 2024.05.30 04:12:59.509601 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 33193, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4893 | 2024.05.30 04:12:59.509651 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4894 | 2024.05.30 04:12:59.509670 [ 3 ] {} <Debug> HTTP-Session: 72cbea82-737c-4c09-9edf-9c985b4ecb65 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
4895 | 2024.05.30 04:12:59.509686 [ 3 ] {} <Debug> HTTP-Session: 72cbea82-737c-4c09-9edf-9c985b4ecb65 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4896 | 2024.05.30 04:12:59.509699 [ 3 ] {} <Debug> HTTP-Session: 72cbea82-737c-4c09-9edf-9c985b4ecb65 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4897 | 2024.05.30 04:12:59.509731 [ 3 ] {} <Trace> HTTP-Session: 72cbea82-737c-4c09-9edf-9c985b4ecb65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4898 | 2024.05.30 04:12:59.510018 [ 3 ] {6bffe772-abdc-4bbf-a936-9c5904bbb173} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4899 | 2024.05.30 04:12:59.510068 [ 3 ] {6bffe772-abdc-4bbf-a936-9c5904bbb173} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
4900 | 2024.05.30 04:12:59.510248 [ 3 ] {6bffe772-abdc-4bbf-a936-9c5904bbb173} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4901 | 2024.05.30 04:12:59.510716 [ 3 ] {6bffe772-abdc-4bbf-a936-9c5904bbb173} <Trace> oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4902 | 2024.05.30 04:12:59.510757 [ 3 ] {6bffe772-abdc-4bbf-a936-9c5904bbb173} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
4903 | 2024.05.30 04:12:59.511194 [ 3 ] {6bffe772-abdc-4bbf-a936-9c5904bbb173} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
4904 | 2024.05.30 04:12:59.511532 [ 3 ] {6bffe772-abdc-4bbf-a936-9c5904bbb173} <Trace> oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4905 | 2024.05.30 04:12:59.511698 [ 3 ] {6bffe772-abdc-4bbf-a936-9c5904bbb173} <Debug> executeQuery: Read 31 rows, 42.84 KiB in 0.001874 sec., 16542.155816435432 rows/sec., 22.32 MiB/sec. | ||
4906 | 2024.05.30 04:12:59.511910 [ 3 ] {6bffe772-abdc-4bbf-a936-9c5904bbb173} <Debug> DynamicQueryHandler: Done processing query | ||
4907 | 2024.05.30 04:12:59.511934 [ 3 ] {6bffe772-abdc-4bbf-a936-9c5904bbb173} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
4908 | 2024.05.30 04:12:59.511949 [ 3 ] {} <Debug> HTTP-Session: 72cbea82-737c-4c09-9edf-9c985b4ecb65 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4909 | 2024.05.30 04:12:59.512086 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4910 | 2024.05.30 04:12:59.512134 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4911 | 2024.05.30 04:12:59.512153 [ 3 ] {} <Debug> HTTP-Session: 01ed7b2c-aa12-46e9-8659-eb397abd0317 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
4912 | 2024.05.30 04:12:59.512168 [ 3 ] {} <Debug> HTTP-Session: 01ed7b2c-aa12-46e9-8659-eb397abd0317 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4913 | 2024.05.30 04:12:59.512182 [ 3 ] {} <Debug> HTTP-Session: 01ed7b2c-aa12-46e9-8659-eb397abd0317 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4914 | 2024.05.30 04:12:59.512212 [ 3 ] {} <Trace> HTTP-Session: 01ed7b2c-aa12-46e9-8659-eb397abd0317 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4915 | 2024.05.30 04:12:59.512339 [ 3 ] {ebfdcea7-e538-4cd5-92f7-d279d15b7212} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4916 | 2024.05.30 04:12:59.512382 [ 3 ] {ebfdcea7-e538-4cd5-92f7-d279d15b7212} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4917 | 2024.05.30 04:12:59.512507 [ 3 ] {ebfdcea7-e538-4cd5-92f7-d279d15b7212} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4918 | 2024.05.30 04:12:59.512796 [ 3 ] {ebfdcea7-e538-4cd5-92f7-d279d15b7212} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4919 | 2024.05.30 04:12:59.512831 [ 3 ] {ebfdcea7-e538-4cd5-92f7-d279d15b7212} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
4920 | 2024.05.30 04:12:59.513190 [ 3 ] {ebfdcea7-e538-4cd5-92f7-d279d15b7212} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
4921 | 2024.05.30 04:12:59.513503 [ 3 ] {ebfdcea7-e538-4cd5-92f7-d279d15b7212} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4922 | 2024.05.30 04:12:59.513667 [ 3 ] {ebfdcea7-e538-4cd5-92f7-d279d15b7212} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00137 sec., 43795.620437956204 rows/sec., 2.95 MiB/sec. | ||
4923 | 2024.05.30 04:12:59.513956 [ 3 ] {ebfdcea7-e538-4cd5-92f7-d279d15b7212} <Debug> DynamicQueryHandler: Done processing query | ||
4924 | 2024.05.30 04:12:59.513991 [ 3 ] {ebfdcea7-e538-4cd5-92f7-d279d15b7212} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4925 | 2024.05.30 04:12:59.514007 [ 3 ] {} <Debug> HTTP-Session: 01ed7b2c-aa12-46e9-8659-eb397abd0317 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4926 | 2024.05.30 04:13:04.494920 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 7798, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4927 | 2024.05.30 04:13:04.495065 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4928 | 2024.05.30 04:13:04.495093 [ 3 ] {} <Debug> HTTP-Session: d8688fb5-75b5-4150-b8cf-73d3d0129a8b Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
4929 | 2024.05.30 04:13:04.495121 [ 3 ] {} <Debug> HTTP-Session: d8688fb5-75b5-4150-b8cf-73d3d0129a8b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4930 | 2024.05.30 04:13:04.495139 [ 3 ] {} <Debug> HTTP-Session: d8688fb5-75b5-4150-b8cf-73d3d0129a8b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4931 | 2024.05.30 04:13:04.495192 [ 3 ] {} <Trace> HTTP-Session: d8688fb5-75b5-4150-b8cf-73d3d0129a8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4932 | 2024.05.30 04:13:04.495406 [ 3 ] {1d1c400d-2d41-4108-bbfb-e3e902e9840f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4933 | 2024.05.30 04:13:04.495477 [ 3 ] {1d1c400d-2d41-4108-bbfb-e3e902e9840f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4934 | 2024.05.30 04:13:04.495703 [ 3 ] {1d1c400d-2d41-4108-bbfb-e3e902e9840f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4935 | 2024.05.30 04:13:04.496247 [ 3 ] {1d1c400d-2d41-4108-bbfb-e3e902e9840f} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4936 | 2024.05.30 04:13:04.496293 [ 3 ] {1d1c400d-2d41-4108-bbfb-e3e902e9840f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
4937 | 2024.05.30 04:13:04.496658 [ 3 ] {1d1c400d-2d41-4108-bbfb-e3e902e9840f} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
4938 | 2024.05.30 04:13:04.496999 [ 3 ] {1d1c400d-2d41-4108-bbfb-e3e902e9840f} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4939 | 2024.05.30 04:13:04.497163 [ 3 ] {1d1c400d-2d41-4108-bbfb-e3e902e9840f} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001826 sec., 30668.127053669225 rows/sec., 2.34 MiB/sec. | ||
4940 | 2024.05.30 04:13:04.497374 [ 3 ] {1d1c400d-2d41-4108-bbfb-e3e902e9840f} <Debug> DynamicQueryHandler: Done processing query | ||
4941 | 2024.05.30 04:13:04.497401 [ 3 ] {1d1c400d-2d41-4108-bbfb-e3e902e9840f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4942 | 2024.05.30 04:13:04.497417 [ 3 ] {} <Debug> HTTP-Session: d8688fb5-75b5-4150-b8cf-73d3d0129a8b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4943 | 2024.05.30 04:13:04.497612 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 10872, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4944 | 2024.05.30 04:13:04.497668 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4945 | 2024.05.30 04:13:04.497687 [ 3 ] {} <Debug> HTTP-Session: efc0e121-3809-4d90-9c70-964bb5da39f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
4946 | 2024.05.30 04:13:04.497704 [ 3 ] {} <Debug> HTTP-Session: efc0e121-3809-4d90-9c70-964bb5da39f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4947 | 2024.05.30 04:13:04.497717 [ 3 ] {} <Debug> HTTP-Session: efc0e121-3809-4d90-9c70-964bb5da39f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4948 | 2024.05.30 04:13:04.497752 [ 3 ] {} <Trace> HTTP-Session: efc0e121-3809-4d90-9c70-964bb5da39f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4949 | 2024.05.30 04:13:04.497875 [ 3 ] {0374dcf3-8a74-456b-bfc8-1609bc2c82c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4950 | 2024.05.30 04:13:04.497921 [ 3 ] {0374dcf3-8a74-456b-bfc8-1609bc2c82c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4951 | 2024.05.30 04:13:04.498067 [ 3 ] {0374dcf3-8a74-456b-bfc8-1609bc2c82c4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4952 | 2024.05.30 04:13:04.498454 [ 3 ] {0374dcf3-8a74-456b-bfc8-1609bc2c82c4} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4953 | 2024.05.30 04:13:04.498491 [ 3 ] {0374dcf3-8a74-456b-bfc8-1609bc2c82c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
4954 | 2024.05.30 04:13:04.498805 [ 3 ] {0374dcf3-8a74-456b-bfc8-1609bc2c82c4} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
4955 | 2024.05.30 04:13:04.499118 [ 3 ] {0374dcf3-8a74-456b-bfc8-1609bc2c82c4} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4956 | 2024.05.30 04:13:04.499279 [ 3 ] {0374dcf3-8a74-456b-bfc8-1609bc2c82c4} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001445 sec., 44290.65743944636 rows/sec., 3.46 MiB/sec. | ||
4957 | 2024.05.30 04:13:04.499448 [ 3 ] {0374dcf3-8a74-456b-bfc8-1609bc2c82c4} <Debug> DynamicQueryHandler: Done processing query | ||
4958 | 2024.05.30 04:13:04.499473 [ 3 ] {0374dcf3-8a74-456b-bfc8-1609bc2c82c4} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
4959 | 2024.05.30 04:13:04.499489 [ 3 ] {} <Debug> HTTP-Session: efc0e121-3809-4d90-9c70-964bb5da39f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4960 | 2024.05.30 04:13:04.499642 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4961 | 2024.05.30 04:13:04.499693 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4962 | 2024.05.30 04:13:04.499712 [ 3 ] {} <Debug> HTTP-Session: a60f3daf-cea6-4de5-8d33-e73c3ef1ea9c Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
4963 | 2024.05.30 04:13:04.499729 [ 3 ] {} <Debug> HTTP-Session: a60f3daf-cea6-4de5-8d33-e73c3ef1ea9c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4964 | 2024.05.30 04:13:04.499742 [ 3 ] {} <Debug> HTTP-Session: a60f3daf-cea6-4de5-8d33-e73c3ef1ea9c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4965 | 2024.05.30 04:13:04.499773 [ 3 ] {} <Trace> HTTP-Session: a60f3daf-cea6-4de5-8d33-e73c3ef1ea9c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4966 | 2024.05.30 04:13:04.499934 [ 3 ] {6821bf9d-e3ed-4fbd-9d19-1f6ef9827122} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4967 | 2024.05.30 04:13:04.499981 [ 3 ] {6821bf9d-e3ed-4fbd-9d19-1f6ef9827122} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4968 | 2024.05.30 04:13:04.500126 [ 3 ] {6821bf9d-e3ed-4fbd-9d19-1f6ef9827122} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4969 | 2024.05.30 04:13:04.500545 [ 3 ] {6821bf9d-e3ed-4fbd-9d19-1f6ef9827122} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4970 | 2024.05.30 04:13:04.500580 [ 3 ] {6821bf9d-e3ed-4fbd-9d19-1f6ef9827122} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
4971 | 2024.05.30 04:13:04.500968 [ 3 ] {6821bf9d-e3ed-4fbd-9d19-1f6ef9827122} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
4972 | 2024.05.30 04:13:04.501299 [ 3 ] {6821bf9d-e3ed-4fbd-9d19-1f6ef9827122} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4973 | 2024.05.30 04:13:04.501424 [ 3 ] {6821bf9d-e3ed-4fbd-9d19-1f6ef9827122} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001574 sec., 101651.84243964421 rows/sec., 7.08 MiB/sec. | ||
4974 | 2024.05.30 04:13:04.501589 [ 3 ] {6821bf9d-e3ed-4fbd-9d19-1f6ef9827122} <Debug> DynamicQueryHandler: Done processing query | ||
4975 | 2024.05.30 04:13:04.501614 [ 3 ] {6821bf9d-e3ed-4fbd-9d19-1f6ef9827122} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4976 | 2024.05.30 04:13:04.501629 [ 3 ] {} <Debug> HTTP-Session: a60f3daf-cea6-4de5-8d33-e73c3ef1ea9c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4977 | 2024.05.30 04:13:04.501794 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4978 | 2024.05.30 04:13:04.501843 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4979 | 2024.05.30 04:13:04.501861 [ 3 ] {} <Debug> HTTP-Session: 64fdf5af-4fd1-4333-8f8c-98a88a305ab3 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
4980 | 2024.05.30 04:13:04.501877 [ 3 ] {} <Debug> HTTP-Session: 64fdf5af-4fd1-4333-8f8c-98a88a305ab3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4981 | 2024.05.30 04:13:04.501890 [ 3 ] {} <Debug> HTTP-Session: 64fdf5af-4fd1-4333-8f8c-98a88a305ab3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4982 | 2024.05.30 04:13:04.501921 [ 3 ] {} <Trace> HTTP-Session: 64fdf5af-4fd1-4333-8f8c-98a88a305ab3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4983 | 2024.05.30 04:13:04.502060 [ 3 ] {74d92b1b-cc5f-459c-b63b-b1f128727d82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4984 | 2024.05.30 04:13:04.502105 [ 3 ] {74d92b1b-cc5f-459c-b63b-b1f128727d82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4985 | 2024.05.30 04:13:04.502229 [ 3 ] {74d92b1b-cc5f-459c-b63b-b1f128727d82} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4986 | 2024.05.30 04:13:04.502532 [ 3 ] {74d92b1b-cc5f-459c-b63b-b1f128727d82} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4987 | 2024.05.30 04:13:04.502567 [ 3 ] {74d92b1b-cc5f-459c-b63b-b1f128727d82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
4988 | 2024.05.30 04:13:04.502914 [ 3 ] {74d92b1b-cc5f-459c-b63b-b1f128727d82} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
4989 | 2024.05.30 04:13:04.503243 [ 3 ] {74d92b1b-cc5f-459c-b63b-b1f128727d82} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4990 | 2024.05.30 04:13:04.503366 [ 3 ] {74d92b1b-cc5f-459c-b63b-b1f128727d82} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001364 sec., 43988.26979472141 rows/sec., 2.96 MiB/sec. | ||
4991 | 2024.05.30 04:13:04.503619 [ 3 ] {74d92b1b-cc5f-459c-b63b-b1f128727d82} <Debug> DynamicQueryHandler: Done processing query | ||
4992 | 2024.05.30 04:13:04.503655 [ 3 ] {74d92b1b-cc5f-459c-b63b-b1f128727d82} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4993 | 2024.05.30 04:13:04.503681 [ 3 ] {} <Debug> HTTP-Session: 64fdf5af-4fd1-4333-8f8c-98a88a305ab3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4994 | 2024.05.30 04:13:09.496005 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 4497, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4995 | 2024.05.30 04:13:09.496148 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4996 | 2024.05.30 04:13:09.496176 [ 3 ] {} <Debug> HTTP-Session: 86dc035a-2188-4b8d-ae30-8764b5a1964d Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
4997 | 2024.05.30 04:13:09.496202 [ 3 ] {} <Debug> HTTP-Session: 86dc035a-2188-4b8d-ae30-8764b5a1964d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4998 | 2024.05.30 04:13:09.496220 [ 3 ] {} <Debug> HTTP-Session: 86dc035a-2188-4b8d-ae30-8764b5a1964d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4999 | 2024.05.30 04:13:09.496274 [ 3 ] {} <Trace> HTTP-Session: 86dc035a-2188-4b8d-ae30-8764b5a1964d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5000 | 2024.05.30 04:13:09.496486 [ 3 ] {ea300d4f-3e6a-4291-9e42-8e77562bdf8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5001 | 2024.05.30 04:13:09.496560 [ 3 ] {ea300d4f-3e6a-4291-9e42-8e77562bdf8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5002 | 2024.05.30 04:13:09.496778 [ 3 ] {ea300d4f-3e6a-4291-9e42-8e77562bdf8f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5003 | 2024.05.30 04:13:09.497329 [ 3 ] {ea300d4f-3e6a-4291-9e42-8e77562bdf8f} <Trace> oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5004 | 2024.05.30 04:13:09.497377 [ 3 ] {ea300d4f-3e6a-4291-9e42-8e77562bdf8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
5005 | 2024.05.30 04:13:09.497745 [ 3 ] {ea300d4f-3e6a-4291-9e42-8e77562bdf8f} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
5006 | 2024.05.30 04:13:09.498079 [ 3 ] {ea300d4f-3e6a-4291-9e42-8e77562bdf8f} <Trace> oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5007 | 2024.05.30 04:13:09.498254 [ 3 ] {ea300d4f-3e6a-4291-9e42-8e77562bdf8f} <Debug> executeQuery: Read 31 rows, 2.51 KiB in 0.001831 sec., 16930.638995084653 rows/sec., 1.34 MiB/sec. | ||
5008 | 2024.05.30 04:13:09.498599 [ 3 ] {ea300d4f-3e6a-4291-9e42-8e77562bdf8f} <Debug> DynamicQueryHandler: Done processing query | ||
5009 | 2024.05.30 04:13:09.498627 [ 3 ] {ea300d4f-3e6a-4291-9e42-8e77562bdf8f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5010 | 2024.05.30 04:13:09.498644 [ 3 ] {} <Debug> HTTP-Session: 86dc035a-2188-4b8d-ae30-8764b5a1964d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5011 | 2024.05.30 04:13:09.498803 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 680, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5012 | 2024.05.30 04:13:09.498861 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5013 | 2024.05.30 04:13:09.498880 [ 3 ] {} <Debug> HTTP-Session: c336dadf-ae99-4e9c-8c65-e743a53f3520 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
5014 | 2024.05.30 04:13:09.498898 [ 3 ] {} <Debug> HTTP-Session: c336dadf-ae99-4e9c-8c65-e743a53f3520 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5015 | 2024.05.30 04:13:09.498911 [ 3 ] {} <Debug> HTTP-Session: c336dadf-ae99-4e9c-8c65-e743a53f3520 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5016 | 2024.05.30 04:13:09.498946 [ 3 ] {} <Trace> HTTP-Session: c336dadf-ae99-4e9c-8c65-e743a53f3520 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5017 | 2024.05.30 04:13:09.499053 [ 3 ] {93d73093-a5d6-407f-9e69-f0819df7a7ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
5018 | 2024.05.30 04:13:09.499100 [ 3 ] {93d73093-a5d6-407f-9e69-f0819df7a7ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
5019 | 2024.05.30 04:13:09.499252 [ 3 ] {93d73093-a5d6-407f-9e69-f0819df7a7ab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5020 | 2024.05.30 04:13:09.499564 [ 3 ] {93d73093-a5d6-407f-9e69-f0819df7a7ab} <Trace> oximeter.fields_ipaddr (7437664c-5015-4ab1-bcc0-e9747c26d3d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5021 | 2024.05.30 04:13:09.499603 [ 3 ] {93d73093-a5d6-407f-9e69-f0819df7a7ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
5022 | 2024.05.30 04:13:09.499912 [ 3 ] {93d73093-a5d6-407f-9e69-f0819df7a7ab} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
5023 | 2024.05.30 04:13:09.500225 [ 3 ] {93d73093-a5d6-407f-9e69-f0819df7a7ab} <Trace> oximeter.fields_ipaddr (7437664c-5015-4ab1-bcc0-e9747c26d3d7): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5024 | 2024.05.30 04:13:09.500384 [ 3 ] {93d73093-a5d6-407f-9e69-f0819df7a7ab} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001359 sec., 2943.3406916850627 rows/sec., 240.01 KiB/sec. | ||
5025 | 2024.05.30 04:13:09.500548 [ 3 ] {93d73093-a5d6-407f-9e69-f0819df7a7ab} <Debug> DynamicQueryHandler: Done processing query | ||
5026 | 2024.05.30 04:13:09.500572 [ 3 ] {93d73093-a5d6-407f-9e69-f0819df7a7ab} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5027 | 2024.05.30 04:13:09.500587 [ 3 ] {} <Debug> HTTP-Session: c336dadf-ae99-4e9c-8c65-e743a53f3520 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5028 | 2024.05.30 04:13:09.500781 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 22106, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5029 | 2024.05.30 04:13:09.500833 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5030 | 2024.05.30 04:13:09.500852 [ 3 ] {} <Debug> HTTP-Session: 7b3d3e8e-a277-4133-8f89-ccfbcd4a7195 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
5031 | 2024.05.30 04:13:09.500868 [ 3 ] {} <Debug> HTTP-Session: 7b3d3e8e-a277-4133-8f89-ccfbcd4a7195 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5032 | 2024.05.30 04:13:09.500882 [ 3 ] {} <Debug> HTTP-Session: 7b3d3e8e-a277-4133-8f89-ccfbcd4a7195 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5033 | 2024.05.30 04:13:09.500913 [ 3 ] {} <Trace> HTTP-Session: 7b3d3e8e-a277-4133-8f89-ccfbcd4a7195 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5034 | 2024.05.30 04:13:09.501048 [ 3 ] {7fd0dd82-6737-4166-9a92-b29d6a21ce4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5035 | 2024.05.30 04:13:09.501090 [ 3 ] {7fd0dd82-6737-4166-9a92-b29d6a21ce4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5036 | 2024.05.30 04:13:09.501215 [ 3 ] {7fd0dd82-6737-4166-9a92-b29d6a21ce4b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5037 | 2024.05.30 04:13:09.501685 [ 3 ] {7fd0dd82-6737-4166-9a92-b29d6a21ce4b} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5038 | 2024.05.30 04:13:09.501721 [ 3 ] {7fd0dd82-6737-4166-9a92-b29d6a21ce4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
5039 | 2024.05.30 04:13:09.502031 [ 3 ] {7fd0dd82-6737-4166-9a92-b29d6a21ce4b} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
5040 | 2024.05.30 04:13:09.502328 [ 3 ] {7fd0dd82-6737-4166-9a92-b29d6a21ce4b} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5041 | 2024.05.30 04:13:09.502493 [ 3 ] {7fd0dd82-6737-4166-9a92-b29d6a21ce4b} <Debug> executeQuery: Read 151 rows, 12.93 KiB in 0.001503 sec., 100465.73519627412 rows/sec., 8.40 MiB/sec. | ||
5042 | 2024.05.30 04:13:09.502661 [ 3 ] {7fd0dd82-6737-4166-9a92-b29d6a21ce4b} <Debug> DynamicQueryHandler: Done processing query | ||
5043 | 2024.05.30 04:13:09.502686 [ 3 ] {7fd0dd82-6737-4166-9a92-b29d6a21ce4b} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
5044 | 2024.05.30 04:13:09.502701 [ 3 ] {} <Debug> HTTP-Session: 7b3d3e8e-a277-4133-8f89-ccfbcd4a7195 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5045 | 2024.05.30 04:13:09.502821 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 613, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5046 | 2024.05.30 04:13:09.502871 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5047 | 2024.05.30 04:13:09.502890 [ 3 ] {} <Debug> HTTP-Session: d27abe70-3d66-4b03-8b40-3a1bbf430ec0 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
5048 | 2024.05.30 04:13:09.502907 [ 3 ] {} <Debug> HTTP-Session: d27abe70-3d66-4b03-8b40-3a1bbf430ec0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5049 | 2024.05.30 04:13:09.502920 [ 3 ] {} <Debug> HTTP-Session: d27abe70-3d66-4b03-8b40-3a1bbf430ec0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5050 | 2024.05.30 04:13:09.502951 [ 3 ] {} <Trace> HTTP-Session: d27abe70-3d66-4b03-8b40-3a1bbf430ec0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5051 | 2024.05.30 04:13:09.503045 [ 3 ] {710956d2-2224-462d-b832-888d5a792076} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5052 | 2024.05.30 04:13:09.503088 [ 3 ] {710956d2-2224-462d-b832-888d5a792076} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5053 | 2024.05.30 04:13:09.503214 [ 3 ] {710956d2-2224-462d-b832-888d5a792076} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5054 | 2024.05.30 04:13:09.503479 [ 3 ] {710956d2-2224-462d-b832-888d5a792076} <Trace> oximeter.fields_u16 (f5010535-cd64-42d7-ac63-98dfd59d33c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5055 | 2024.05.30 04:13:09.503516 [ 3 ] {710956d2-2224-462d-b832-888d5a792076} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
5056 | 2024.05.30 04:13:09.503810 [ 3 ] {710956d2-2224-462d-b832-888d5a792076} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
5057 | 2024.05.30 04:13:09.504104 [ 3 ] {710956d2-2224-462d-b832-888d5a792076} <Trace> oximeter.fields_u16 (f5010535-cd64-42d7-ac63-98dfd59d33c1): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5058 | 2024.05.30 04:13:09.504262 [ 3 ] {710956d2-2224-462d-b832-888d5a792076} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001234 sec., 3241.4910858995136 rows/sec., 226.33 KiB/sec. | ||
5059 | 2024.05.30 04:13:09.504508 [ 3 ] {710956d2-2224-462d-b832-888d5a792076} <Debug> DynamicQueryHandler: Done processing query | ||
5060 | 2024.05.30 04:13:09.504533 [ 3 ] {710956d2-2224-462d-b832-888d5a792076} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5061 | 2024.05.30 04:13:09.504548 [ 3 ] {} <Debug> HTTP-Session: d27abe70-3d66-4b03-8b40-3a1bbf430ec0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5062 | 2024.05.30 04:13:09.504673 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 16810, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5063 | 2024.05.30 04:13:09.504722 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5064 | 2024.05.30 04:13:09.504740 [ 3 ] {} <Debug> HTTP-Session: b0abfc1e-af3d-47bc-a3c9-1ca6542c41e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
5065 | 2024.05.30 04:13:09.504757 [ 3 ] {} <Debug> HTTP-Session: b0abfc1e-af3d-47bc-a3c9-1ca6542c41e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5066 | 2024.05.30 04:13:09.504770 [ 3 ] {} <Debug> HTTP-Session: b0abfc1e-af3d-47bc-a3c9-1ca6542c41e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5067 | 2024.05.30 04:13:09.504801 [ 3 ] {} <Trace> HTTP-Session: b0abfc1e-af3d-47bc-a3c9-1ca6542c41e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5068 | 2024.05.30 04:13:09.504933 [ 3 ] {0240bb16-2971-42a1-9637-a3a6ce7dcc32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5069 | 2024.05.30 04:13:09.504975 [ 3 ] {0240bb16-2971-42a1-9637-a3a6ce7dcc32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5070 | 2024.05.30 04:13:09.505115 [ 3 ] {0240bb16-2971-42a1-9637-a3a6ce7dcc32} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5071 | 2024.05.30 04:13:09.505474 [ 3 ] {0240bb16-2971-42a1-9637-a3a6ce7dcc32} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5072 | 2024.05.30 04:13:09.505511 [ 3 ] {0240bb16-2971-42a1-9637-a3a6ce7dcc32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
5073 | 2024.05.30 04:13:09.505826 [ 3 ] {0240bb16-2971-42a1-9637-a3a6ce7dcc32} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
5074 | 2024.05.30 04:13:09.506121 [ 3 ] {0240bb16-2971-42a1-9637-a3a6ce7dcc32} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5075 | 2024.05.30 04:13:09.506272 [ 3 ] {0240bb16-2971-42a1-9637-a3a6ce7dcc32} <Debug> executeQuery: Read 99 rows, 7.92 KiB in 0.001396 sec., 70916.90544412607 rows/sec., 5.54 MiB/sec. | ||
5076 | 2024.05.30 04:13:09.506434 [ 3 ] {0240bb16-2971-42a1-9637-a3a6ce7dcc32} <Debug> DynamicQueryHandler: Done processing query | ||
5077 | 2024.05.30 04:13:09.506457 [ 3 ] {0240bb16-2971-42a1-9637-a3a6ce7dcc32} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
5078 | 2024.05.30 04:13:09.506473 [ 3 ] {} <Debug> HTTP-Session: b0abfc1e-af3d-47bc-a3c9-1ca6542c41e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5079 | 2024.05.30 04:13:09.506629 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 30979, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5080 | 2024.05.30 04:13:09.506679 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5081 | 2024.05.30 04:13:09.506697 [ 3 ] {} <Debug> HTTP-Session: 74a9eff3-2d98-4128-ad85-afe613533072 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
5082 | 2024.05.30 04:13:09.506713 [ 3 ] {} <Debug> HTTP-Session: 74a9eff3-2d98-4128-ad85-afe613533072 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5083 | 2024.05.30 04:13:09.506726 [ 3 ] {} <Debug> HTTP-Session: 74a9eff3-2d98-4128-ad85-afe613533072 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5084 | 2024.05.30 04:13:09.506757 [ 3 ] {} <Trace> HTTP-Session: 74a9eff3-2d98-4128-ad85-afe613533072 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5085 | 2024.05.30 04:13:09.506910 [ 3 ] {6aaa98b7-cf6e-4873-93e6-76839f19aeb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5086 | 2024.05.30 04:13:09.506957 [ 3 ] {6aaa98b7-cf6e-4873-93e6-76839f19aeb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5087 | 2024.05.30 04:13:09.507101 [ 3 ] {6aaa98b7-cf6e-4873-93e6-76839f19aeb1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5088 | 2024.05.30 04:13:09.507510 [ 3 ] {6aaa98b7-cf6e-4873-93e6-76839f19aeb1} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5089 | 2024.05.30 04:13:09.507546 [ 3 ] {6aaa98b7-cf6e-4873-93e6-76839f19aeb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
5090 | 2024.05.30 04:13:09.507925 [ 3 ] {6aaa98b7-cf6e-4873-93e6-76839f19aeb1} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
5091 | 2024.05.30 04:13:09.508245 [ 3 ] {6aaa98b7-cf6e-4873-93e6-76839f19aeb1} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5092 | 2024.05.30 04:13:09.508415 [ 3 ] {6aaa98b7-cf6e-4873-93e6-76839f19aeb1} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001568 sec., 103316.32653061225 rows/sec., 7.19 MiB/sec. | ||
5093 | 2024.05.30 04:13:09.508592 [ 3 ] {6aaa98b7-cf6e-4873-93e6-76839f19aeb1} <Debug> DynamicQueryHandler: Done processing query | ||
5094 | 2024.05.30 04:13:09.508616 [ 3 ] {6aaa98b7-cf6e-4873-93e6-76839f19aeb1} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5095 | 2024.05.30 04:13:09.508631 [ 3 ] {} <Debug> HTTP-Session: 74a9eff3-2d98-4128-ad85-afe613533072 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5096 | 2024.05.30 04:13:09.508875 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 33193, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5097 | 2024.05.30 04:13:09.508923 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5098 | 2024.05.30 04:13:09.508942 [ 3 ] {} <Debug> HTTP-Session: 89d7f406-5044-4fe7-b13b-71d7042eb8fb Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
5099 | 2024.05.30 04:13:09.508959 [ 3 ] {} <Debug> HTTP-Session: 89d7f406-5044-4fe7-b13b-71d7042eb8fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5100 | 2024.05.30 04:13:09.508973 [ 3 ] {} <Debug> HTTP-Session: 89d7f406-5044-4fe7-b13b-71d7042eb8fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5101 | 2024.05.30 04:13:09.509002 [ 3 ] {} <Trace> HTTP-Session: 89d7f406-5044-4fe7-b13b-71d7042eb8fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5102 | 2024.05.30 04:13:09.509358 [ 3 ] {83d71c6a-5f63-415a-b4eb-a932989c8eb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5103 | 2024.05.30 04:13:09.509406 [ 3 ] {83d71c6a-5f63-415a-b4eb-a932989c8eb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
5104 | 2024.05.30 04:13:09.509563 [ 3 ] {83d71c6a-5f63-415a-b4eb-a932989c8eb2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5105 | 2024.05.30 04:13:09.510007 [ 3 ] {83d71c6a-5f63-415a-b4eb-a932989c8eb2} <Trace> oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5106 | 2024.05.30 04:13:09.510042 [ 3 ] {83d71c6a-5f63-415a-b4eb-a932989c8eb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
5107 | 2024.05.30 04:13:09.510491 [ 3 ] {83d71c6a-5f63-415a-b4eb-a932989c8eb2} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
5108 | 2024.05.30 04:13:09.510823 [ 3 ] {83d71c6a-5f63-415a-b4eb-a932989c8eb2} <Trace> oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5109 | 2024.05.30 04:13:09.510989 [ 3 ] {83d71c6a-5f63-415a-b4eb-a932989c8eb2} <Debug> executeQuery: Read 31 rows, 42.84 KiB in 0.001891 sec., 16393.442622950817 rows/sec., 22.12 MiB/sec. | ||
5110 | 2024.05.30 04:13:09.511162 [ 3 ] {83d71c6a-5f63-415a-b4eb-a932989c8eb2} <Debug> DynamicQueryHandler: Done processing query | ||
5111 | 2024.05.30 04:13:09.511185 [ 3 ] {83d71c6a-5f63-415a-b4eb-a932989c8eb2} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
5112 | 2024.05.30 04:13:09.511201 [ 3 ] {} <Debug> HTTP-Session: 89d7f406-5044-4fe7-b13b-71d7042eb8fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5113 | 2024.05.30 04:13:09.511319 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5114 | 2024.05.30 04:13:09.511368 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5115 | 2024.05.30 04:13:09.511386 [ 3 ] {} <Debug> HTTP-Session: 04967297-55b6-4033-a3a3-eafc0af5dbfa Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
5116 | 2024.05.30 04:13:09.511402 [ 3 ] {} <Debug> HTTP-Session: 04967297-55b6-4033-a3a3-eafc0af5dbfa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5117 | 2024.05.30 04:13:09.511416 [ 3 ] {} <Debug> HTTP-Session: 04967297-55b6-4033-a3a3-eafc0af5dbfa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5118 | 2024.05.30 04:13:09.511445 [ 3 ] {} <Trace> HTTP-Session: 04967297-55b6-4033-a3a3-eafc0af5dbfa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5119 | 2024.05.30 04:13:09.511574 [ 3 ] {25892dbb-4553-455e-99fe-96059a32f673} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5120 | 2024.05.30 04:13:09.511617 [ 3 ] {25892dbb-4553-455e-99fe-96059a32f673} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5121 | 2024.05.30 04:13:09.511738 [ 3 ] {25892dbb-4553-455e-99fe-96059a32f673} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5122 | 2024.05.30 04:13:09.512022 [ 3 ] {25892dbb-4553-455e-99fe-96059a32f673} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5123 | 2024.05.30 04:13:09.512058 [ 3 ] {25892dbb-4553-455e-99fe-96059a32f673} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
5124 | 2024.05.30 04:13:09.512417 [ 3 ] {25892dbb-4553-455e-99fe-96059a32f673} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
5125 | 2024.05.30 04:13:09.512726 [ 3 ] {25892dbb-4553-455e-99fe-96059a32f673} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5126 | 2024.05.30 04:13:09.512863 [ 3 ] {25892dbb-4553-455e-99fe-96059a32f673} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001344 sec., 44642.857142857145 rows/sec., 3.01 MiB/sec. | ||
5127 | 2024.05.30 04:13:09.513033 [ 3 ] {25892dbb-4553-455e-99fe-96059a32f673} <Debug> DynamicQueryHandler: Done processing query | ||
5128 | 2024.05.30 04:13:09.513057 [ 3 ] {25892dbb-4553-455e-99fe-96059a32f673} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5129 | 2024.05.30 04:13:09.513072 [ 3 ] {} <Debug> HTTP-Session: 04967297-55b6-4033-a3a3-eafc0af5dbfa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5130 | 2024.05.30 04:13:13.105166 [ 58 ] {} <Debug> DNSResolver: Updating DNS cache | ||
5131 | 2024.05.30 04:13:13.105218 [ 58 ] {} <Debug> DNSResolver: Updated DNS cache | ||
5132 | 2024.05.30 04:13:14.494213 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 7798, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5133 | 2024.05.30 04:13:14.494350 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5134 | 2024.05.30 04:13:14.494379 [ 3 ] {} <Debug> HTTP-Session: 5d4e9b98-fa17-42c8-99e0-b0d757e2c01d Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
5135 | 2024.05.30 04:13:14.494406 [ 3 ] {} <Debug> HTTP-Session: 5d4e9b98-fa17-42c8-99e0-b0d757e2c01d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5136 | 2024.05.30 04:13:14.494426 [ 3 ] {} <Debug> HTTP-Session: 5d4e9b98-fa17-42c8-99e0-b0d757e2c01d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5137 | 2024.05.30 04:13:14.494479 [ 3 ] {} <Trace> HTTP-Session: 5d4e9b98-fa17-42c8-99e0-b0d757e2c01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5138 | 2024.05.30 04:13:14.494690 [ 3 ] {09da9668-3d8a-4ce7-895c-40f57504bc0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5139 | 2024.05.30 04:13:14.494765 [ 3 ] {09da9668-3d8a-4ce7-895c-40f57504bc0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5140 | 2024.05.30 04:13:14.494953 [ 3 ] {09da9668-3d8a-4ce7-895c-40f57504bc0f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5141 | 2024.05.30 04:13:14.495480 [ 3 ] {09da9668-3d8a-4ce7-895c-40f57504bc0f} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5142 | 2024.05.30 04:13:14.495524 [ 3 ] {09da9668-3d8a-4ce7-895c-40f57504bc0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
5143 | 2024.05.30 04:13:14.495887 [ 3 ] {09da9668-3d8a-4ce7-895c-40f57504bc0f} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
5144 | 2024.05.30 04:13:14.496210 [ 3 ] {09da9668-3d8a-4ce7-895c-40f57504bc0f} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5145 | 2024.05.30 04:13:14.496374 [ 3 ] {09da9668-3d8a-4ce7-895c-40f57504bc0f} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00175 sec., 32000 rows/sec., 2.44 MiB/sec. | ||
5146 | 2024.05.30 04:13:14.496589 [ 3 ] {09da9668-3d8a-4ce7-895c-40f57504bc0f} <Debug> DynamicQueryHandler: Done processing query | ||
5147 | 2024.05.30 04:13:14.496618 [ 3 ] {09da9668-3d8a-4ce7-895c-40f57504bc0f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5148 | 2024.05.30 04:13:14.496635 [ 3 ] {} <Debug> HTTP-Session: 5d4e9b98-fa17-42c8-99e0-b0d757e2c01d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5149 | 2024.05.30 04:13:14.496809 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 10872, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5150 | 2024.05.30 04:13:14.496866 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5151 | 2024.05.30 04:13:14.496885 [ 3 ] {} <Debug> HTTP-Session: d8f38f09-6381-4327-b811-776ae2698055 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
5152 | 2024.05.30 04:13:14.496903 [ 3 ] {} <Debug> HTTP-Session: d8f38f09-6381-4327-b811-776ae2698055 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5153 | 2024.05.30 04:13:14.496918 [ 3 ] {} <Debug> HTTP-Session: d8f38f09-6381-4327-b811-776ae2698055 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5154 | 2024.05.30 04:13:14.496953 [ 3 ] {} <Trace> HTTP-Session: d8f38f09-6381-4327-b811-776ae2698055 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5155 | 2024.05.30 04:13:14.497079 [ 3 ] {d6e0ff6e-16d5-46bc-bbf7-7cb7876e58a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5156 | 2024.05.30 04:13:14.497126 [ 3 ] {d6e0ff6e-16d5-46bc-bbf7-7cb7876e58a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5157 | 2024.05.30 04:13:14.497259 [ 3 ] {d6e0ff6e-16d5-46bc-bbf7-7cb7876e58a7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5158 | 2024.05.30 04:13:14.497603 [ 3 ] {d6e0ff6e-16d5-46bc-bbf7-7cb7876e58a7} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5159 | 2024.05.30 04:13:14.497642 [ 3 ] {d6e0ff6e-16d5-46bc-bbf7-7cb7876e58a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
5160 | 2024.05.30 04:13:14.497956 [ 3 ] {d6e0ff6e-16d5-46bc-bbf7-7cb7876e58a7} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
5161 | 2024.05.30 04:13:14.498277 [ 3 ] {d6e0ff6e-16d5-46bc-bbf7-7cb7876e58a7} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5162 | 2024.05.30 04:13:14.498452 [ 3 ] {d6e0ff6e-16d5-46bc-bbf7-7cb7876e58a7} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001408 sec., 45454.545454545456 rows/sec., 3.55 MiB/sec. | ||
5163 | 2024.05.30 04:13:14.498753 [ 3 ] {d6e0ff6e-16d5-46bc-bbf7-7cb7876e58a7} <Debug> DynamicQueryHandler: Done processing query | ||
5164 | 2024.05.30 04:13:14.498817 [ 3 ] {d6e0ff6e-16d5-46bc-bbf7-7cb7876e58a7} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
5165 | 2024.05.30 04:13:14.498875 [ 3 ] {} <Debug> HTTP-Session: d8f38f09-6381-4327-b811-776ae2698055 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5166 | 2024.05.30 04:13:14.499204 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5167 | 2024.05.30 04:13:14.499259 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5168 | 2024.05.30 04:13:14.499279 [ 3 ] {} <Debug> HTTP-Session: 5c1f14c8-3ef4-4662-840c-8636422be571 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
5169 | 2024.05.30 04:13:14.499295 [ 3 ] {} <Debug> HTTP-Session: 5c1f14c8-3ef4-4662-840c-8636422be571 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5170 | 2024.05.30 04:13:14.499311 [ 3 ] {} <Debug> HTTP-Session: 5c1f14c8-3ef4-4662-840c-8636422be571 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5171 | 2024.05.30 04:13:14.499343 [ 3 ] {} <Trace> HTTP-Session: 5c1f14c8-3ef4-4662-840c-8636422be571 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5172 | 2024.05.30 04:13:14.499534 [ 3 ] {e79e213d-43f5-457a-8150-c8dfb3f7985a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5173 | 2024.05.30 04:13:14.499586 [ 3 ] {e79e213d-43f5-457a-8150-c8dfb3f7985a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5174 | 2024.05.30 04:13:14.499748 [ 3 ] {e79e213d-43f5-457a-8150-c8dfb3f7985a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5175 | 2024.05.30 04:13:14.500137 [ 3 ] {e79e213d-43f5-457a-8150-c8dfb3f7985a} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5176 | 2024.05.30 04:13:14.500175 [ 3 ] {e79e213d-43f5-457a-8150-c8dfb3f7985a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
5177 | 2024.05.30 04:13:14.500568 [ 3 ] {e79e213d-43f5-457a-8150-c8dfb3f7985a} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
5178 | 2024.05.30 04:13:14.500899 [ 3 ] {e79e213d-43f5-457a-8150-c8dfb3f7985a} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5179 | 2024.05.30 04:13:14.501072 [ 3 ] {e79e213d-43f5-457a-8150-c8dfb3f7985a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001632 sec., 98039.21568627452 rows/sec., 6.83 MiB/sec. | ||
5180 | 2024.05.30 04:13:14.501293 [ 3 ] {e79e213d-43f5-457a-8150-c8dfb3f7985a} <Debug> DynamicQueryHandler: Done processing query | ||
5181 | 2024.05.30 04:13:14.501318 [ 3 ] {e79e213d-43f5-457a-8150-c8dfb3f7985a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5182 | 2024.05.30 04:13:14.501334 [ 3 ] {} <Debug> HTTP-Session: 5c1f14c8-3ef4-4662-840c-8636422be571 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5183 | 2024.05.30 04:13:14.501466 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5184 | 2024.05.30 04:13:14.501516 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5185 | 2024.05.30 04:13:14.501534 [ 3 ] {} <Debug> HTTP-Session: 46e6d9ca-391d-469a-a808-8e7871a67269 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
5186 | 2024.05.30 04:13:14.501552 [ 3 ] {} <Debug> HTTP-Session: 46e6d9ca-391d-469a-a808-8e7871a67269 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5187 | 2024.05.30 04:13:14.501566 [ 3 ] {} <Debug> HTTP-Session: 46e6d9ca-391d-469a-a808-8e7871a67269 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5188 | 2024.05.30 04:13:14.501596 [ 3 ] {} <Trace> HTTP-Session: 46e6d9ca-391d-469a-a808-8e7871a67269 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5189 | 2024.05.30 04:13:14.501730 [ 3 ] {47d79835-2194-4f77-a1f3-d48cb9f4ed1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5190 | 2024.05.30 04:13:14.501775 [ 3 ] {47d79835-2194-4f77-a1f3-d48cb9f4ed1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5191 | 2024.05.30 04:13:14.501901 [ 3 ] {47d79835-2194-4f77-a1f3-d48cb9f4ed1f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5192 | 2024.05.30 04:13:14.502183 [ 3 ] {47d79835-2194-4f77-a1f3-d48cb9f4ed1f} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5193 | 2024.05.30 04:13:14.502219 [ 3 ] {47d79835-2194-4f77-a1f3-d48cb9f4ed1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
5194 | 2024.05.30 04:13:14.502579 [ 3 ] {47d79835-2194-4f77-a1f3-d48cb9f4ed1f} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
5195 | 2024.05.30 04:13:14.502891 [ 3 ] {47d79835-2194-4f77-a1f3-d48cb9f4ed1f} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5196 | 2024.05.30 04:13:14.503061 [ 3 ] {47d79835-2194-4f77-a1f3-d48cb9f4ed1f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001373 sec., 43699.92716678805 rows/sec., 2.95 MiB/sec. | ||
5197 | 2024.05.30 04:13:14.503229 [ 3 ] {47d79835-2194-4f77-a1f3-d48cb9f4ed1f} <Debug> DynamicQueryHandler: Done processing query | ||
5198 | 2024.05.30 04:13:14.503253 [ 3 ] {47d79835-2194-4f77-a1f3-d48cb9f4ed1f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5199 | 2024.05.30 04:13:14.503269 [ 3 ] {} <Debug> HTTP-Session: 46e6d9ca-391d-469a-a808-8e7871a67269 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5200 | 2024.05.30 04:13:19.494807 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 4497, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5201 | 2024.05.30 04:13:19.494932 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5202 | 2024.05.30 04:13:19.494957 [ 3 ] {} <Debug> HTTP-Session: 18fe7621-37fd-49f7-aa29-a21cf3905f93 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
5203 | 2024.05.30 04:13:19.494980 [ 3 ] {} <Debug> HTTP-Session: 18fe7621-37fd-49f7-aa29-a21cf3905f93 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5204 | 2024.05.30 04:13:19.494994 [ 3 ] {} <Debug> HTTP-Session: 18fe7621-37fd-49f7-aa29-a21cf3905f93 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5205 | 2024.05.30 04:13:19.495042 [ 3 ] {} <Trace> HTTP-Session: 18fe7621-37fd-49f7-aa29-a21cf3905f93 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5206 | 2024.05.30 04:13:19.495226 [ 3 ] {04035a00-8118-4ea4-9cb3-ac6116922a73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5207 | 2024.05.30 04:13:19.495291 [ 3 ] {04035a00-8118-4ea4-9cb3-ac6116922a73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5208 | 2024.05.30 04:13:19.495472 [ 3 ] {04035a00-8118-4ea4-9cb3-ac6116922a73} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5209 | 2024.05.30 04:13:19.495892 [ 3 ] {04035a00-8118-4ea4-9cb3-ac6116922a73} <Trace> oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5210 | 2024.05.30 04:13:19.495938 [ 3 ] {04035a00-8118-4ea4-9cb3-ac6116922a73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
5211 | 2024.05.30 04:13:19.496300 [ 3 ] {04035a00-8118-4ea4-9cb3-ac6116922a73} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
5212 | 2024.05.30 04:13:19.496639 [ 3 ] {04035a00-8118-4ea4-9cb3-ac6116922a73} <Trace> oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5213 | 2024.05.30 04:13:19.496790 [ 3 ] {04035a00-8118-4ea4-9cb3-ac6116922a73} <Debug> executeQuery: Read 31 rows, 2.51 KiB in 0.001622 sec., 19112.207151664614 rows/sec., 1.51 MiB/sec. | ||
5214 | 2024.05.30 04:13:19.496994 [ 3 ] {04035a00-8118-4ea4-9cb3-ac6116922a73} <Debug> DynamicQueryHandler: Done processing query | ||
5215 | 2024.05.30 04:13:19.497021 [ 3 ] {04035a00-8118-4ea4-9cb3-ac6116922a73} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5216 | 2024.05.30 04:13:19.497037 [ 3 ] {} <Debug> HTTP-Session: 18fe7621-37fd-49f7-aa29-a21cf3905f93 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5217 | 2024.05.30 04:13:19.497187 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 21838, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5218 | 2024.05.30 04:13:19.497245 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5219 | 2024.05.30 04:13:19.497265 [ 3 ] {} <Debug> HTTP-Session: 0b687ab5-8089-41ee-9c26-629a92f9049a Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
5220 | 2024.05.30 04:13:19.497283 [ 3 ] {} <Debug> HTTP-Session: 0b687ab5-8089-41ee-9c26-629a92f9049a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5221 | 2024.05.30 04:13:19.497296 [ 3 ] {} <Debug> HTTP-Session: 0b687ab5-8089-41ee-9c26-629a92f9049a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5222 | 2024.05.30 04:13:19.497331 [ 3 ] {} <Trace> HTTP-Session: 0b687ab5-8089-41ee-9c26-629a92f9049a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5223 | 2024.05.30 04:13:19.497475 [ 3 ] {ada4cbec-e62a-4fb6-ae93-a5cf8f77d6fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5224 | 2024.05.30 04:13:19.497523 [ 3 ] {ada4cbec-e62a-4fb6-ae93-a5cf8f77d6fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5225 | 2024.05.30 04:13:19.497653 [ 3 ] {ada4cbec-e62a-4fb6-ae93-a5cf8f77d6fd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5226 | 2024.05.30 04:13:19.498051 [ 3 ] {ada4cbec-e62a-4fb6-ae93-a5cf8f77d6fd} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5227 | 2024.05.30 04:13:19.498087 [ 3 ] {ada4cbec-e62a-4fb6-ae93-a5cf8f77d6fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
5228 | 2024.05.30 04:13:19.498435 [ 3 ] {ada4cbec-e62a-4fb6-ae93-a5cf8f77d6fd} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
5229 | 2024.05.30 04:13:19.498744 [ 3 ] {ada4cbec-e62a-4fb6-ae93-a5cf8f77d6fd} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5230 | 2024.05.30 04:13:19.498872 [ 3 ] {ada4cbec-e62a-4fb6-ae93-a5cf8f77d6fd} <Debug> executeQuery: Read 149 rows, 12.78 KiB in 0.001459 sec., 102124.74297464016 rows/sec., 8.56 MiB/sec. | ||
5231 | 2024.05.30 04:13:19.498879 [ 42 ] {} <Debug> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
5232 | 2024.05.30 04:13:19.498936 [ 42 ] {} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5233 | 2024.05.30 04:13:19.498972 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
5234 | 2024.05.30 04:13:19.499084 [ 3 ] {ada4cbec-e62a-4fb6-ae93-a5cf8f77d6fd} <Debug> DynamicQueryHandler: Done processing query | ||
5235 | 2024.05.30 04:13:19.499162 [ 3 ] {ada4cbec-e62a-4fb6-ae93-a5cf8f77d6fd} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
5236 | 2024.05.30 04:13:19.499233 [ 3 ] {} <Debug> HTTP-Session: 0b687ab5-8089-41ee-9c26-629a92f9049a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5237 | 2024.05.30 04:13:19.499370 [ 188 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::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 | ||
5238 | 2024.05.30 04:13:19.499501 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 16124, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5239 | 2024.05.30 04:13:19.499656 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5240 | 2024.05.30 04:13:19.499728 [ 3 ] {} <Debug> HTTP-Session: c698f376-0ad7-4e61-859d-abe5146290fc Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
5241 | 2024.05.30 04:13:19.499784 [ 3 ] {} <Debug> HTTP-Session: c698f376-0ad7-4e61-859d-abe5146290fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5242 | 2024.05.30 04:13:19.499824 [ 3 ] {} <Debug> HTTP-Session: c698f376-0ad7-4e61-859d-abe5146290fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5243 | 2024.05.30 04:13:19.499863 [ 188 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5244 | 2024.05.30 04:13:19.499895 [ 3 ] {} <Trace> HTTP-Session: c698f376-0ad7-4e61-859d-abe5146290fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5245 | 2024.05.30 04:13:19.499917 [ 188 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 192 rows starting from the beginning of the part | ||
5246 | 2024.05.30 04:13:19.500146 [ 188 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 149 rows starting from the beginning of the part | ||
5247 | 2024.05.30 04:13:19.500201 [ 3 ] {01e450bb-11c2-40e6-abb3-ce0b056fe3bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5248 | 2024.05.30 04:13:19.500372 [ 3 ] {01e450bb-11c2-40e6-abb3-ce0b056fe3bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5249 | 2024.05.30 04:13:19.500555 [ 188 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 56 rows starting from the beginning of the part | ||
5250 | 2024.05.30 04:13:19.500916 [ 188 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 151 rows starting from the beginning of the part | ||
5251 | 2024.05.30 04:13:19.501286 [ 188 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 56 rows starting from the beginning of the part | ||
5252 | 2024.05.30 04:13:19.501386 [ 3 ] {01e450bb-11c2-40e6-abb3-ce0b056fe3bf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5253 | 2024.05.30 04:13:19.501576 [ 188 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 149 rows starting from the beginning of the part | ||
5254 | 2024.05.30 04:13:19.502369 [ 3 ] {01e450bb-11c2-40e6-abb3-ce0b056fe3bf} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5255 | 2024.05.30 04:13:19.502432 [ 3 ] {01e450bb-11c2-40e6-abb3-ce0b056fe3bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
5256 | 2024.05.30 04:13:19.503425 [ 3 ] {01e450bb-11c2-40e6-abb3-ce0b056fe3bf} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
5257 | 2024.05.30 04:13:19.504399 [ 3 ] {01e450bb-11c2-40e6-abb3-ce0b056fe3bf} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5258 | 2024.05.30 04:13:19.504746 [ 202 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 753 rows, containing 4 columns (4 merged, 0 gathered) in 0.00565502 sec., 133156.0277417233 rows/sec., 10.93 MiB/sec. | ||
5259 | 2024.05.30 04:13:19.504811 [ 3 ] {01e450bb-11c2-40e6-abb3-ce0b056fe3bf} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.004761 sec., 19953.791220331866 rows/sec., 1.56 MiB/sec. | ||
5260 | 2024.05.30 04:13:19.504822 [ 61 ] {} <Debug> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
5261 | 2024.05.30 04:13:19.504967 [ 61 ] {} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5262 | 2024.05.30 04:13:19.505037 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
5263 | 2024.05.30 04:13:19.505101 [ 202 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
5264 | 2024.05.30 04:13:19.505267 [ 3 ] {01e450bb-11c2-40e6-abb3-ce0b056fe3bf} <Debug> DynamicQueryHandler: Done processing query | ||
5265 | 2024.05.30 04:13:19.505347 [ 3 ] {01e450bb-11c2-40e6-abb3-ce0b056fe3bf} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
5266 | 2024.05.30 04:13:19.505417 [ 3 ] {} <Debug> HTTP-Session: c698f376-0ad7-4e61-859d-abe5146290fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5267 | 2024.05.30 04:13:19.505549 [ 189 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::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 | ||
5268 | 2024.05.30 04:13:19.505684 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5269 | 2024.05.30 04:13:19.505850 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5270 | 2024.05.30 04:13:19.505944 [ 3 ] {} <Debug> HTTP-Session: 578badc7-ce05-4a74-8dc8-b42653eb424d Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
5271 | 2024.05.30 04:13:19.506002 [ 3 ] {} <Debug> HTTP-Session: 578badc7-ce05-4a74-8dc8-b42653eb424d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5272 | 2024.05.30 04:13:19.506064 [ 3 ] {} <Debug> HTTP-Session: 578badc7-ce05-4a74-8dc8-b42653eb424d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5273 | 2024.05.30 04:13:19.506193 [ 3 ] {} <Trace> HTTP-Session: 578badc7-ce05-4a74-8dc8-b42653eb424d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5274 | 2024.05.30 04:13:19.506231 [ 189 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5275 | 2024.05.30 04:13:19.506319 [ 189 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 151 rows starting from the beginning of the part | ||
5276 | 2024.05.30 04:13:19.506342 [ 202 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_36_7} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5277 | 2024.05.30 04:13:19.506650 [ 202 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_36_7} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
5278 | 2024.05.30 04:13:19.506683 [ 3 ] {e111325f-3027-4725-bbde-a64c74188ac5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5279 | 2024.05.30 04:13:19.506893 [ 3 ] {e111325f-3027-4725-bbde-a64c74188ac5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5280 | 2024.05.30 04:13:19.506888 [ 189 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 95 rows starting from the beginning of the part | ||
5281 | 2024.05.30 04:13:19.506941 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
5282 | 2024.05.30 04:13:19.507325 [ 189 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 64 rows starting from the beginning of the part | ||
5283 | 2024.05.30 04:13:19.507699 [ 189 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 99 rows starting from the beginning of the part | ||
5284 | 2024.05.30 04:13:19.507962 [ 3 ] {e111325f-3027-4725-bbde-a64c74188ac5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5285 | 2024.05.30 04:13:19.507990 [ 189 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 64 rows starting from the beginning of the part | ||
5286 | 2024.05.30 04:13:19.508238 [ 189 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 95 rows starting from the beginning of the part | ||
5287 | 2024.05.30 04:13:19.509096 [ 3 ] {e111325f-3027-4725-bbde-a64c74188ac5} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5288 | 2024.05.30 04:13:19.509154 [ 3 ] {e111325f-3027-4725-bbde-a64c74188ac5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
5289 | 2024.05.30 04:13:19.510316 [ 3 ] {e111325f-3027-4725-bbde-a64c74188ac5} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
5290 | 2024.05.30 04:13:19.511048 [ 189 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 568 rows, containing 4 columns (4 merged, 0 gathered) in 0.005834113 sec., 97358.4159237231 rows/sec., 7.61 MiB/sec. | ||
5291 | 2024.05.30 04:13:19.511208 [ 3 ] {e111325f-3027-4725-bbde-a64c74188ac5} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5292 | 2024.05.30 04:13:19.511321 [ 188 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
5293 | 2024.05.30 04:13:19.511442 [ 61 ] {} <Debug> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
5294 | 2024.05.30 04:13:19.511533 [ 61 ] {} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5295 | 2024.05.30 04:13:19.511582 [ 3 ] {e111325f-3027-4725-bbde-a64c74188ac5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005145 sec., 31098.153547133137 rows/sec., 2.17 MiB/sec. | ||
5296 | 2024.05.30 04:13:19.511610 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
5297 | 2024.05.30 04:13:19.512146 [ 194 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::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 | ||
5298 | 2024.05.30 04:13:19.512304 [ 3 ] {e111325f-3027-4725-bbde-a64c74188ac5} <Debug> DynamicQueryHandler: Done processing query | ||
5299 | 2024.05.30 04:13:19.512429 [ 3 ] {e111325f-3027-4725-bbde-a64c74188ac5} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5300 | 2024.05.30 04:13:19.512603 [ 3 ] {} <Debug> HTTP-Session: 578badc7-ce05-4a74-8dc8-b42653eb424d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5301 | 2024.05.30 04:13:19.512980 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 33193, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5302 | 2024.05.30 04:13:19.513107 [ 194 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5303 | 2024.05.30 04:13:19.513199 [ 194 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 4936 rows starting from the beginning of the part | ||
5304 | 2024.05.30 04:13:19.513257 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5305 | 2024.05.30 04:13:19.513343 [ 3 ] {} <Debug> HTTP-Session: fed0b72a-c033-47e1-b489-f01c100b2cc0 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
5306 | 2024.05.30 04:13:19.513429 [ 3 ] {} <Debug> HTTP-Session: fed0b72a-c033-47e1-b489-f01c100b2cc0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5307 | 2024.05.30 04:13:19.513520 [ 3 ] {} <Debug> HTTP-Session: fed0b72a-c033-47e1-b489-f01c100b2cc0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5308 | 2024.05.30 04:13:19.513651 [ 194 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 160 rows starting from the beginning of the part | ||
5309 | 2024.05.30 04:13:19.513718 [ 3 ] {} <Trace> HTTP-Session: fed0b72a-c033-47e1-b489-f01c100b2cc0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5310 | 2024.05.30 04:13:19.514070 [ 194 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::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 | ||
5311 | 2024.05.30 04:13:19.514448 [ 194 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 162 rows starting from the beginning of the part | ||
5312 | 2024.05.30 04:13:19.514458 [ 189 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_36_7} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5313 | 2024.05.30 04:13:19.514636 [ 3 ] {fca91cb7-2f14-4b19-8a62-633ac4c19f7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5314 | 2024.05.30 04:13:19.514935 [ 194 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::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 | ||
5315 | 2024.05.30 04:13:19.514935 [ 3 ] {fca91cb7-2f14-4b19-8a62-633ac4c19f7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
5316 | 2024.05.30 04:13:19.515035 [ 189 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_36_7} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
5317 | 2024.05.30 04:13:19.515345 [ 194 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 160 rows starting from the beginning of the part | ||
5318 | 2024.05.30 04:13:19.515609 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
5319 | 2024.05.30 04:13:19.516415 [ 3 ] {fca91cb7-2f14-4b19-8a62-633ac4c19f7b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5320 | 2024.05.30 04:13:19.517145 [ 3 ] {fca91cb7-2f14-4b19-8a62-633ac4c19f7b} <Trace> oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5321 | 2024.05.30 04:13:19.517188 [ 3 ] {fca91cb7-2f14-4b19-8a62-633ac4c19f7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
5322 | 2024.05.30 04:13:19.518364 [ 3 ] {fca91cb7-2f14-4b19-8a62-633ac4c19f7b} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
5323 | 2024.05.30 04:13:19.518889 [ 3 ] {fca91cb7-2f14-4b19-8a62-633ac4c19f7b} <Trace> oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5324 | 2024.05.30 04:13:19.519171 [ 61 ] {} <Debug> oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
5325 | 2024.05.30 04:13:19.519203 [ 3 ] {fca91cb7-2f14-4b19-8a62-633ac4c19f7b} <Debug> executeQuery: Read 31 rows, 42.84 KiB in 0.005168 sec., 5998.452012383901 rows/sec., 8.09 MiB/sec. | ||
5326 | 2024.05.30 04:13:19.519258 [ 61 ] {} <Trace> oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5327 | 2024.05.30 04:13:19.519334 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
5328 | 2024.05.30 04:13:19.519592 [ 188 ] {685be072-9424-4095-bf5b-8da187daa969::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 | ||
5329 | 2024.05.30 04:13:19.519642 [ 3 ] {fca91cb7-2f14-4b19-8a62-633ac4c19f7b} <Debug> DynamicQueryHandler: Done processing query | ||
5330 | 2024.05.30 04:13:19.519694 [ 3 ] {fca91cb7-2f14-4b19-8a62-633ac4c19f7b} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
5331 | 2024.05.30 04:13:19.519764 [ 3 ] {} <Debug> HTTP-Session: fed0b72a-c033-47e1-b489-f01c100b2cc0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5332 | 2024.05.30 04:13:19.520037 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5333 | 2024.05.30 04:13:19.520218 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5334 | 2024.05.30 04:13:19.520287 [ 188 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5335 | 2024.05.30 04:13:19.520311 [ 3 ] {} <Debug> HTTP-Session: 3df7fac6-19b8-4c94-a619-e114cd105362 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
5336 | 2024.05.30 04:13:19.520398 [ 3 ] {} <Debug> HTTP-Session: 3df7fac6-19b8-4c94-a619-e114cd105362 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5337 | 2024.05.30 04:13:19.520473 [ 3 ] {} <Debug> HTTP-Session: 3df7fac6-19b8-4c94-a619-e114cd105362 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5338 | 2024.05.30 04:13:19.520484 [ 188 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 308 rows starting from the beginning of the part | ||
5339 | 2024.05.30 04:13:19.520530 [ 189 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5738 rows, containing 5 columns (5 merged, 0 gathered) in 0.008731025 sec., 657196.6063549239 rows/sec., 45.82 MiB/sec. | ||
5340 | 2024.05.30 04:13:19.520584 [ 3 ] {} <Trace> HTTP-Session: 3df7fac6-19b8-4c94-a619-e114cd105362 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5341 | 2024.05.30 04:13:19.520799 [ 188 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 31 rows starting from the beginning of the part | ||
5342 | 2024.05.30 04:13:19.521170 [ 3 ] {b5777b5a-443c-4633-9dd2-94931fcda6e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5343 | 2024.05.30 04:13:19.521261 [ 188 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 31 rows starting from the beginning of the part | ||
5344 | 2024.05.30 04:13:19.521297 [ 189 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
5345 | 2024.05.30 04:13:19.521391 [ 3 ] {b5777b5a-443c-4633-9dd2-94931fcda6e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5346 | 2024.05.30 04:13:19.521799 [ 188 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 31 rows starting from the beginning of the part | ||
5347 | 2024.05.30 04:13:19.522355 [ 188 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 31 rows starting from the beginning of the part | ||
5348 | 2024.05.30 04:13:19.523113 [ 188 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 31 rows starting from the beginning of the part | ||
5349 | 2024.05.30 04:13:19.523130 [ 3 ] {b5777b5a-443c-4633-9dd2-94931fcda6e7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5350 | 2024.05.30 04:13:19.524012 [ 189 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5351 | 2024.05.30 04:13:19.524335 [ 189 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
5352 | 2024.05.30 04:13:19.524637 [ 3 ] {b5777b5a-443c-4633-9dd2-94931fcda6e7} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5353 | 2024.05.30 04:13:19.524669 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.31 MiB. | ||
5354 | 2024.05.30 04:13:19.524730 [ 3 ] {b5777b5a-443c-4633-9dd2-94931fcda6e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
5355 | 2024.05.30 04:13:19.525457 [ 3 ] {b5777b5a-443c-4633-9dd2-94931fcda6e7} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
5356 | 2024.05.30 04:13:19.526512 [ 3 ] {b5777b5a-443c-4633-9dd2-94931fcda6e7} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5357 | 2024.05.30 04:13:19.526791 [ 61 ] {} <Debug> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
5358 | 2024.05.30 04:13:19.526869 [ 3 ] {b5777b5a-443c-4633-9dd2-94931fcda6e7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006017 sec., 9971.746717633372 rows/sec., 688.15 KiB/sec. | ||
5359 | 2024.05.30 04:13:19.526880 [ 61 ] {} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5360 | 2024.05.30 04:13:19.527027 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
5361 | 2024.05.30 04:13:19.527627 [ 191 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::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 | ||
5362 | 2024.05.30 04:13:19.527644 [ 3 ] {b5777b5a-443c-4633-9dd2-94931fcda6e7} <Debug> DynamicQueryHandler: Done processing query | ||
5363 | 2024.05.30 04:13:19.527695 [ 3 ] {b5777b5a-443c-4633-9dd2-94931fcda6e7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5364 | 2024.05.30 04:13:19.527747 [ 3 ] {} <Debug> HTTP-Session: 3df7fac6-19b8-4c94-a619-e114cd105362 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5365 | 2024.05.30 04:13:19.527846 [ 191 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5366 | 2024.05.30 04:13:19.527880 [ 191 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1742 rows starting from the beginning of the part | ||
5367 | 2024.05.30 04:13:19.527970 [ 191 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 60 rows starting from the beginning of the part | ||
5368 | 2024.05.30 04:13:19.528061 [ 191 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::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 | ||
5369 | 2024.05.30 04:13:19.528351 [ 191 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 60 rows starting from the beginning of the part | ||
5370 | 2024.05.30 04:13:19.528702 [ 191 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::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 | ||
5371 | 2024.05.30 04:13:19.529019 [ 191 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 60 rows starting from the beginning of the part | ||
5372 | 2024.05.30 04:13:19.529055 [ 188 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 463 rows, containing 6 columns (6 merged, 0 gathered) in 0.00959365 sec., 48261.089366403816 rows/sec., 65.13 MiB/sec. | ||
5373 | 2024.05.30 04:13:19.529617 [ 188 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
5374 | 2024.05.30 04:13:19.530261 [ 193 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_16_3} <Trace> oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5375 | 2024.05.30 04:13:19.530526 [ 193 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_16_3} <Trace> oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
5376 | 2024.05.30 04:13:19.530678 [ 191 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2042 rows, containing 4 columns (4 merged, 0 gathered) in 0.003328869 sec., 613421.5554892668 rows/sec., 41.30 MiB/sec. | ||
5377 | 2024.05.30 04:13:19.530725 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.76 MiB. | ||
5378 | 2024.05.30 04:13:19.530999 [ 197 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
5379 | 2024.05.30 04:13:19.531480 [ 197 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_36_7} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5380 | 2024.05.30 04:13:19.531577 [ 197 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_36_7} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
5381 | 2024.05.30 04:13:19.531663 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. | ||
5382 | 2024.05.30 04:13:20.001070 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 184.47 MiB, peak 193.93 MiB, free memory in arenas 0.00 B, will set to 186.29 MiB (RSS), difference: 1.82 MiB | ||
5383 | 2024.05.30 04:13:24.494775 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5384 | 2024.05.30 04:13:24.494906 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5385 | 2024.05.30 04:13:24.494932 [ 3 ] {} <Debug> HTTP-Session: 5ce0a8fe-385e-4b55-9b52-4ea5da534d86 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
5386 | 2024.05.30 04:13:24.494956 [ 3 ] {} <Debug> HTTP-Session: 5ce0a8fe-385e-4b55-9b52-4ea5da534d86 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5387 | 2024.05.30 04:13:24.494970 [ 3 ] {} <Debug> HTTP-Session: 5ce0a8fe-385e-4b55-9b52-4ea5da534d86 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5388 | 2024.05.30 04:13:24.495019 [ 3 ] {} <Trace> HTTP-Session: 5ce0a8fe-385e-4b55-9b52-4ea5da534d86 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5389 | 2024.05.30 04:13:24.495201 [ 3 ] {d83bef50-93e8-4641-8930-81380e5e6e09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
5390 | 2024.05.30 04:13:24.495269 [ 3 ] {d83bef50-93e8-4641-8930-81380e5e6e09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
5391 | 2024.05.30 04:13:24.495458 [ 3 ] {d83bef50-93e8-4641-8930-81380e5e6e09} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5392 | 2024.05.30 04:13:24.495870 [ 3 ] {d83bef50-93e8-4641-8930-81380e5e6e09} <Trace> oximeter.fields_ipaddr (7437664c-5015-4ab1-bcc0-e9747c26d3d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5393 | 2024.05.30 04:13:24.495918 [ 3 ] {d83bef50-93e8-4641-8930-81380e5e6e09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
5394 | 2024.05.30 04:13:24.496303 [ 3 ] {d83bef50-93e8-4641-8930-81380e5e6e09} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
5395 | 2024.05.30 04:13:24.496640 [ 3 ] {d83bef50-93e8-4641-8930-81380e5e6e09} <Trace> oximeter.fields_ipaddr (7437664c-5015-4ab1-bcc0-e9747c26d3d7): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5396 | 2024.05.30 04:13:24.496813 [ 3 ] {d83bef50-93e8-4641-8930-81380e5e6e09} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001662 sec., 3610.1083032490974 rows/sec., 294.38 KiB/sec. | ||
5397 | 2024.05.30 04:13:24.497078 [ 3 ] {d83bef50-93e8-4641-8930-81380e5e6e09} <Debug> DynamicQueryHandler: Done processing query | ||
5398 | 2024.05.30 04:13:24.497106 [ 3 ] {d83bef50-93e8-4641-8930-81380e5e6e09} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5399 | 2024.05.30 04:13:24.497122 [ 3 ] {} <Debug> HTTP-Session: 5ce0a8fe-385e-4b55-9b52-4ea5da534d86 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5400 | 2024.05.30 04:13:24.497261 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 13133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5401 | 2024.05.30 04:13:24.497315 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5402 | 2024.05.30 04:13:24.497334 [ 3 ] {} <Debug> HTTP-Session: c7992079-6fb8-4842-9d1e-72ec1f57c88b Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
5403 | 2024.05.30 04:13:24.497352 [ 3 ] {} <Debug> HTTP-Session: c7992079-6fb8-4842-9d1e-72ec1f57c88b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5404 | 2024.05.30 04:13:24.497366 [ 3 ] {} <Debug> HTTP-Session: c7992079-6fb8-4842-9d1e-72ec1f57c88b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5405 | 2024.05.30 04:13:24.497401 [ 3 ] {} <Trace> HTTP-Session: c7992079-6fb8-4842-9d1e-72ec1f57c88b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5406 | 2024.05.30 04:13:24.497534 [ 3 ] {9c278ac9-d8d0-4c68-8c85-2fbaae977625} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5407 | 2024.05.30 04:13:24.497581 [ 3 ] {9c278ac9-d8d0-4c68-8c85-2fbaae977625} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5408 | 2024.05.30 04:13:24.497712 [ 3 ] {9c278ac9-d8d0-4c68-8c85-2fbaae977625} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5409 | 2024.05.30 04:13:24.498068 [ 3 ] {9c278ac9-d8d0-4c68-8c85-2fbaae977625} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5410 | 2024.05.30 04:13:24.498106 [ 3 ] {9c278ac9-d8d0-4c68-8c85-2fbaae977625} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
5411 | 2024.05.30 04:13:24.498430 [ 3 ] {9c278ac9-d8d0-4c68-8c85-2fbaae977625} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
5412 | 2024.05.30 04:13:24.498735 [ 3 ] {9c278ac9-d8d0-4c68-8c85-2fbaae977625} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5413 | 2024.05.30 04:13:24.498895 [ 3 ] {9c278ac9-d8d0-4c68-8c85-2fbaae977625} <Debug> executeQuery: Read 95 rows, 7.36 KiB in 0.001406 sec., 67567.56756756757 rows/sec., 5.11 MiB/sec. | ||
5414 | 2024.05.30 04:13:24.499052 [ 3 ] {9c278ac9-d8d0-4c68-8c85-2fbaae977625} <Debug> DynamicQueryHandler: Done processing query | ||
5415 | 2024.05.30 04:13:24.499077 [ 3 ] {9c278ac9-d8d0-4c68-8c85-2fbaae977625} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
5416 | 2024.05.30 04:13:24.499093 [ 3 ] {} <Debug> HTTP-Session: c7992079-6fb8-4842-9d1e-72ec1f57c88b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5417 | 2024.05.30 04:13:24.499206 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 888, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5418 | 2024.05.30 04:13:24.499255 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5419 | 2024.05.30 04:13:24.499275 [ 3 ] {} <Debug> HTTP-Session: bac31da4-beac-4670-90bb-3d56f941548e Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
5420 | 2024.05.30 04:13:24.499291 [ 3 ] {} <Debug> HTTP-Session: bac31da4-beac-4670-90bb-3d56f941548e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5421 | 2024.05.30 04:13:24.499305 [ 3 ] {} <Debug> HTTP-Session: bac31da4-beac-4670-90bb-3d56f941548e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5422 | 2024.05.30 04:13:24.499338 [ 3 ] {} <Trace> HTTP-Session: bac31da4-beac-4670-90bb-3d56f941548e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5423 | 2024.05.30 04:13:24.499436 [ 3 ] {7124efea-bb3e-4a8a-8123-423084660750} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5424 | 2024.05.30 04:13:24.499508 [ 3 ] {7124efea-bb3e-4a8a-8123-423084660750} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5425 | 2024.05.30 04:13:24.499635 [ 3 ] {7124efea-bb3e-4a8a-8123-423084660750} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5426 | 2024.05.30 04:13:24.499910 [ 3 ] {7124efea-bb3e-4a8a-8123-423084660750} <Trace> oximeter.fields_u16 (f5010535-cd64-42d7-ac63-98dfd59d33c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5427 | 2024.05.30 04:13:24.499948 [ 3 ] {7124efea-bb3e-4a8a-8123-423084660750} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
5428 | 2024.05.30 04:13:24.500248 [ 3 ] {7124efea-bb3e-4a8a-8123-423084660750} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
5429 | 2024.05.30 04:13:24.500553 [ 3 ] {7124efea-bb3e-4a8a-8123-423084660750} <Trace> oximeter.fields_u16 (f5010535-cd64-42d7-ac63-98dfd59d33c1): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5430 | 2024.05.30 04:13:24.500712 [ 3 ] {7124efea-bb3e-4a8a-8123-423084660750} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.001302 sec., 4608.294930875576 rows/sec., 321.77 KiB/sec. | ||
5431 | 2024.05.30 04:13:24.500874 [ 3 ] {7124efea-bb3e-4a8a-8123-423084660750} <Debug> DynamicQueryHandler: Done processing query | ||
5432 | 2024.05.30 04:13:24.500898 [ 3 ] {7124efea-bb3e-4a8a-8123-423084660750} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5433 | 2024.05.30 04:13:24.500913 [ 3 ] {} <Debug> HTTP-Session: bac31da4-beac-4670-90bb-3d56f941548e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5434 | 2024.05.30 04:13:24.501036 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 15939, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5435 | 2024.05.30 04:13:24.501109 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5436 | 2024.05.30 04:13:24.501128 [ 3 ] {} <Debug> HTTP-Session: cf17be60-f83e-4a05-af28-4c5910269316 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
5437 | 2024.05.30 04:13:24.501145 [ 3 ] {} <Debug> HTTP-Session: cf17be60-f83e-4a05-af28-4c5910269316 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5438 | 2024.05.30 04:13:24.501159 [ 3 ] {} <Debug> HTTP-Session: cf17be60-f83e-4a05-af28-4c5910269316 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5439 | 2024.05.30 04:13:24.501190 [ 3 ] {} <Trace> HTTP-Session: cf17be60-f83e-4a05-af28-4c5910269316 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5440 | 2024.05.30 04:13:24.501311 [ 3 ] {a515ab3c-09ff-4722-b578-b34590fd9e4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5441 | 2024.05.30 04:13:24.501354 [ 3 ] {a515ab3c-09ff-4722-b578-b34590fd9e4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5442 | 2024.05.30 04:13:24.501480 [ 3 ] {a515ab3c-09ff-4722-b578-b34590fd9e4d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5443 | 2024.05.30 04:13:24.501796 [ 3 ] {a515ab3c-09ff-4722-b578-b34590fd9e4d} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5444 | 2024.05.30 04:13:24.501834 [ 3 ] {a515ab3c-09ff-4722-b578-b34590fd9e4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
5445 | 2024.05.30 04:13:24.502163 [ 3 ] {a515ab3c-09ff-4722-b578-b34590fd9e4d} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
5446 | 2024.05.30 04:13:24.502459 [ 3 ] {a515ab3c-09ff-4722-b578-b34590fd9e4d} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5447 | 2024.05.30 04:13:24.502610 [ 3 ] {a515ab3c-09ff-4722-b578-b34590fd9e4d} <Debug> executeQuery: Read 94 rows, 7.50 KiB in 0.001341 sec., 70096.94258016406 rows/sec., 5.46 MiB/sec. | ||
5448 | 2024.05.30 04:13:24.502851 [ 3 ] {a515ab3c-09ff-4722-b578-b34590fd9e4d} <Debug> DynamicQueryHandler: Done processing query | ||
5449 | 2024.05.30 04:13:24.502904 [ 3 ] {a515ab3c-09ff-4722-b578-b34590fd9e4d} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
5450 | 2024.05.30 04:13:24.502946 [ 3 ] {} <Debug> HTTP-Session: cf17be60-f83e-4a05-af28-4c5910269316 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5451 | 2024.05.30 04:13:24.503128 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 38135, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5452 | 2024.05.30 04:13:24.503180 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5453 | 2024.05.30 04:13:24.503199 [ 3 ] {} <Debug> HTTP-Session: 842e0491-9dcf-4902-a48d-684dea820952 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
5454 | 2024.05.30 04:13:24.503216 [ 3 ] {} <Debug> HTTP-Session: 842e0491-9dcf-4902-a48d-684dea820952 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5455 | 2024.05.30 04:13:24.503229 [ 3 ] {} <Debug> HTTP-Session: 842e0491-9dcf-4902-a48d-684dea820952 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5456 | 2024.05.30 04:13:24.503261 [ 3 ] {} <Trace> HTTP-Session: 842e0491-9dcf-4902-a48d-684dea820952 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5457 | 2024.05.30 04:13:24.503448 [ 3 ] {e911a846-54dc-4d05-bf71-f4356219446b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5458 | 2024.05.30 04:13:24.503498 [ 3 ] {e911a846-54dc-4d05-bf71-f4356219446b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5459 | 2024.05.30 04:13:24.503658 [ 3 ] {e911a846-54dc-4d05-bf71-f4356219446b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5460 | 2024.05.30 04:13:24.504068 [ 3 ] {e911a846-54dc-4d05-bf71-f4356219446b} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5461 | 2024.05.30 04:13:24.504104 [ 3 ] {e911a846-54dc-4d05-bf71-f4356219446b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
5462 | 2024.05.30 04:13:24.504511 [ 3 ] {e911a846-54dc-4d05-bf71-f4356219446b} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
5463 | 2024.05.30 04:13:24.504844 [ 3 ] {e911a846-54dc-4d05-bf71-f4356219446b} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5464 | 2024.05.30 04:13:24.505000 [ 3 ] {e911a846-54dc-4d05-bf71-f4356219446b} <Debug> executeQuery: Read 199 rows, 14.22 KiB in 0.001658 sec., 120024.12545235224 rows/sec., 8.38 MiB/sec. | ||
5465 | 2024.05.30 04:13:24.505274 [ 3 ] {e911a846-54dc-4d05-bf71-f4356219446b} <Debug> DynamicQueryHandler: Done processing query | ||
5466 | 2024.05.30 04:13:24.505311 [ 3 ] {e911a846-54dc-4d05-bf71-f4356219446b} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
5467 | 2024.05.30 04:13:24.505337 [ 3 ] {} <Debug> HTTP-Session: 842e0491-9dcf-4902-a48d-684dea820952 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5468 | 2024.05.30 04:13:24.505458 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5469 | 2024.05.30 04:13:24.505506 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5470 | 2024.05.30 04:13:24.505525 [ 3 ] {} <Debug> HTTP-Session: 7e9eed66-e01f-45e6-b8e7-856ec95c9484 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
5471 | 2024.05.30 04:13:24.505541 [ 3 ] {} <Debug> HTTP-Session: 7e9eed66-e01f-45e6-b8e7-856ec95c9484 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5472 | 2024.05.30 04:13:24.505555 [ 3 ] {} <Debug> HTTP-Session: 7e9eed66-e01f-45e6-b8e7-856ec95c9484 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5473 | 2024.05.30 04:13:24.505585 [ 3 ] {} <Trace> HTTP-Session: 7e9eed66-e01f-45e6-b8e7-856ec95c9484 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5474 | 2024.05.30 04:13:24.505700 [ 3 ] {26c466a2-6207-4315-9be2-32bca985d44f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5475 | 2024.05.30 04:13:24.505745 [ 3 ] {26c466a2-6207-4315-9be2-32bca985d44f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5476 | 2024.05.30 04:13:24.505882 [ 3 ] {26c466a2-6207-4315-9be2-32bca985d44f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5477 | 2024.05.30 04:13:24.506136 [ 3 ] {26c466a2-6207-4315-9be2-32bca985d44f} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5478 | 2024.05.30 04:13:24.506172 [ 3 ] {26c466a2-6207-4315-9be2-32bca985d44f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
5479 | 2024.05.30 04:13:24.506525 [ 3 ] {26c466a2-6207-4315-9be2-32bca985d44f} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
5480 | 2024.05.30 04:13:24.506842 [ 3 ] {26c466a2-6207-4315-9be2-32bca985d44f} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5481 | 2024.05.30 04:13:24.506997 [ 3 ] {26c466a2-6207-4315-9be2-32bca985d44f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001329 sec., 45146.72686230248 rows/sec., 3.04 MiB/sec. | ||
5482 | 2024.05.30 04:13:24.507150 [ 3 ] {26c466a2-6207-4315-9be2-32bca985d44f} <Debug> DynamicQueryHandler: Done processing query | ||
5483 | 2024.05.30 04:13:24.507174 [ 3 ] {26c466a2-6207-4315-9be2-32bca985d44f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5484 | 2024.05.30 04:13:24.507189 [ 3 ] {} <Debug> HTTP-Session: 7e9eed66-e01f-45e6-b8e7-856ec95c9484 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5485 | 2024.05.30 04:13:28.105257 [ 102 ] {} <Debug> DNSResolver: Updating DNS cache | ||
5486 | 2024.05.30 04:13:28.105314 [ 102 ] {} <Debug> DNSResolver: Updated DNS cache | ||
5487 | 2024.05.30 04:13:29.493677 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 4497, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5488 | 2024.05.30 04:13:29.493813 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5489 | 2024.05.30 04:13:29.493843 [ 3 ] {} <Debug> HTTP-Session: eba24531-950b-43f1-acd5-aa609ee7e3f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
5490 | 2024.05.30 04:13:29.493871 [ 3 ] {} <Debug> HTTP-Session: eba24531-950b-43f1-acd5-aa609ee7e3f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5491 | 2024.05.30 04:13:29.493888 [ 3 ] {} <Debug> HTTP-Session: eba24531-950b-43f1-acd5-aa609ee7e3f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5492 | 2024.05.30 04:13:29.493942 [ 3 ] {} <Trace> HTTP-Session: eba24531-950b-43f1-acd5-aa609ee7e3f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5493 | 2024.05.30 04:13:29.494149 [ 3 ] {3046f8cf-6029-45ec-adf4-7296d60f3359} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5494 | 2024.05.30 04:13:29.494224 [ 3 ] {3046f8cf-6029-45ec-adf4-7296d60f3359} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5495 | 2024.05.30 04:13:29.494417 [ 3 ] {3046f8cf-6029-45ec-adf4-7296d60f3359} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5496 | 2024.05.30 04:13:29.494800 [ 3 ] {3046f8cf-6029-45ec-adf4-7296d60f3359} <Trace> oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5497 | 2024.05.30 04:13:29.494846 [ 3 ] {3046f8cf-6029-45ec-adf4-7296d60f3359} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
5498 | 2024.05.30 04:13:29.495216 [ 3 ] {3046f8cf-6029-45ec-adf4-7296d60f3359} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
5499 | 2024.05.30 04:13:29.495544 [ 3 ] {3046f8cf-6029-45ec-adf4-7296d60f3359} <Trace> oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5500 | 2024.05.30 04:13:29.495710 [ 3 ] {3046f8cf-6029-45ec-adf4-7296d60f3359} <Debug> executeQuery: Read 31 rows, 2.51 KiB in 0.001625 sec., 19076.923076923078 rows/sec., 1.51 MiB/sec. | ||
5501 | 2024.05.30 04:13:29.495924 [ 3 ] {3046f8cf-6029-45ec-adf4-7296d60f3359} <Debug> DynamicQueryHandler: Done processing query | ||
5502 | 2024.05.30 04:13:29.495951 [ 3 ] {3046f8cf-6029-45ec-adf4-7296d60f3359} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5503 | 2024.05.30 04:13:29.495967 [ 3 ] {} <Debug> HTTP-Session: eba24531-950b-43f1-acd5-aa609ee7e3f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5504 | 2024.05.30 04:13:29.496111 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 21838, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5505 | 2024.05.30 04:13:29.496164 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5506 | 2024.05.30 04:13:29.496183 [ 3 ] {} <Debug> HTTP-Session: 7e358709-6df2-4019-90e3-bed81a99e7a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
5507 | 2024.05.30 04:13:29.496200 [ 3 ] {} <Debug> HTTP-Session: 7e358709-6df2-4019-90e3-bed81a99e7a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5508 | 2024.05.30 04:13:29.496214 [ 3 ] {} <Debug> HTTP-Session: 7e358709-6df2-4019-90e3-bed81a99e7a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5509 | 2024.05.30 04:13:29.496249 [ 3 ] {} <Trace> HTTP-Session: 7e358709-6df2-4019-90e3-bed81a99e7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5510 | 2024.05.30 04:13:29.496392 [ 3 ] {a5526066-2e36-430c-8c4c-0d562cf58d90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5511 | 2024.05.30 04:13:29.496439 [ 3 ] {a5526066-2e36-430c-8c4c-0d562cf58d90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5512 | 2024.05.30 04:13:29.496566 [ 3 ] {a5526066-2e36-430c-8c4c-0d562cf58d90} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5513 | 2024.05.30 04:13:29.496928 [ 3 ] {a5526066-2e36-430c-8c4c-0d562cf58d90} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5514 | 2024.05.30 04:13:29.496966 [ 3 ] {a5526066-2e36-430c-8c4c-0d562cf58d90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
5515 | 2024.05.30 04:13:29.497285 [ 3 ] {a5526066-2e36-430c-8c4c-0d562cf58d90} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
5516 | 2024.05.30 04:13:29.497582 [ 3 ] {a5526066-2e36-430c-8c4c-0d562cf58d90} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5517 | 2024.05.30 04:13:29.497755 [ 3 ] {a5526066-2e36-430c-8c4c-0d562cf58d90} <Debug> executeQuery: Read 149 rows, 12.78 KiB in 0.001418 sec., 105077.57404795487 rows/sec., 8.80 MiB/sec. | ||
5518 | 2024.05.30 04:13:29.497919 [ 3 ] {a5526066-2e36-430c-8c4c-0d562cf58d90} <Debug> DynamicQueryHandler: Done processing query | ||
5519 | 2024.05.30 04:13:29.497944 [ 3 ] {a5526066-2e36-430c-8c4c-0d562cf58d90} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
5520 | 2024.05.30 04:13:29.497960 [ 3 ] {} <Debug> HTTP-Session: 7e358709-6df2-4019-90e3-bed81a99e7a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5521 | 2024.05.30 04:13:29.498079 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 16124, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5522 | 2024.05.30 04:13:29.498126 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5523 | 2024.05.30 04:13:29.498145 [ 3 ] {} <Debug> HTTP-Session: bc7fad26-4f55-4370-92d6-4c130678b732 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
5524 | 2024.05.30 04:13:29.498162 [ 3 ] {} <Debug> HTTP-Session: bc7fad26-4f55-4370-92d6-4c130678b732 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5525 | 2024.05.30 04:13:29.498176 [ 3 ] {} <Debug> HTTP-Session: bc7fad26-4f55-4370-92d6-4c130678b732 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5526 | 2024.05.30 04:13:29.498207 [ 3 ] {} <Trace> HTTP-Session: bc7fad26-4f55-4370-92d6-4c130678b732 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5527 | 2024.05.30 04:13:29.498327 [ 3 ] {e8737928-35fa-478f-b00a-283945a69858} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5528 | 2024.05.30 04:13:29.498371 [ 3 ] {e8737928-35fa-478f-b00a-283945a69858} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5529 | 2024.05.30 04:13:29.498495 [ 3 ] {e8737928-35fa-478f-b00a-283945a69858} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5530 | 2024.05.30 04:13:29.498814 [ 3 ] {e8737928-35fa-478f-b00a-283945a69858} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5531 | 2024.05.30 04:13:29.498850 [ 3 ] {e8737928-35fa-478f-b00a-283945a69858} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
5532 | 2024.05.30 04:13:29.499161 [ 3 ] {e8737928-35fa-478f-b00a-283945a69858} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
5533 | 2024.05.30 04:13:29.499469 [ 3 ] {e8737928-35fa-478f-b00a-283945a69858} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5534 | 2024.05.30 04:13:29.499603 [ 3 ] {e8737928-35fa-478f-b00a-283945a69858} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.001323 sec., 71806.50037792895 rows/sec., 5.61 MiB/sec. | ||
5535 | 2024.05.30 04:13:29.499745 [ 3 ] {e8737928-35fa-478f-b00a-283945a69858} <Debug> DynamicQueryHandler: Done processing query | ||
5536 | 2024.05.30 04:13:29.499769 [ 3 ] {e8737928-35fa-478f-b00a-283945a69858} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
5537 | 2024.05.30 04:13:29.499784 [ 3 ] {} <Debug> HTTP-Session: bc7fad26-4f55-4370-92d6-4c130678b732 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5538 | 2024.05.30 04:13:29.499922 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5539 | 2024.05.30 04:13:29.499970 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5540 | 2024.05.30 04:13:29.499988 [ 3 ] {} <Debug> HTTP-Session: 319e18b8-3bc6-4c31-a187-a6e5d3219413 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
5541 | 2024.05.30 04:13:29.500005 [ 3 ] {} <Debug> HTTP-Session: 319e18b8-3bc6-4c31-a187-a6e5d3219413 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5542 | 2024.05.30 04:13:29.500018 [ 3 ] {} <Debug> HTTP-Session: 319e18b8-3bc6-4c31-a187-a6e5d3219413 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5543 | 2024.05.30 04:13:29.500049 [ 3 ] {} <Trace> HTTP-Session: 319e18b8-3bc6-4c31-a187-a6e5d3219413 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5544 | 2024.05.30 04:13:29.500191 [ 3 ] {bf25dbe4-f5ae-4355-9bb7-57a986c3140c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5545 | 2024.05.30 04:13:29.500236 [ 3 ] {bf25dbe4-f5ae-4355-9bb7-57a986c3140c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5546 | 2024.05.30 04:13:29.500374 [ 3 ] {bf25dbe4-f5ae-4355-9bb7-57a986c3140c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5547 | 2024.05.30 04:13:29.500718 [ 3 ] {bf25dbe4-f5ae-4355-9bb7-57a986c3140c} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5548 | 2024.05.30 04:13:29.500754 [ 3 ] {bf25dbe4-f5ae-4355-9bb7-57a986c3140c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
5549 | 2024.05.30 04:13:29.501151 [ 3 ] {bf25dbe4-f5ae-4355-9bb7-57a986c3140c} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
5550 | 2024.05.30 04:13:29.501477 [ 3 ] {bf25dbe4-f5ae-4355-9bb7-57a986c3140c} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5551 | 2024.05.30 04:13:29.501610 [ 3 ] {bf25dbe4-f5ae-4355-9bb7-57a986c3140c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001485 sec., 107744.10774410775 rows/sec., 7.50 MiB/sec. | ||
5552 | 2024.05.30 04:13:29.501754 [ 3 ] {bf25dbe4-f5ae-4355-9bb7-57a986c3140c} <Debug> DynamicQueryHandler: Done processing query | ||
5553 | 2024.05.30 04:13:29.501778 [ 3 ] {bf25dbe4-f5ae-4355-9bb7-57a986c3140c} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5554 | 2024.05.30 04:13:29.501793 [ 3 ] {} <Debug> HTTP-Session: 319e18b8-3bc6-4c31-a187-a6e5d3219413 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5555 | 2024.05.30 04:13:29.501917 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 33193, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5556 | 2024.05.30 04:13:29.501965 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5557 | 2024.05.30 04:13:29.501984 [ 3 ] {} <Debug> HTTP-Session: e11c0265-815b-4af0-9e43-0789829b16e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
5558 | 2024.05.30 04:13:29.502000 [ 3 ] {} <Debug> HTTP-Session: e11c0265-815b-4af0-9e43-0789829b16e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5559 | 2024.05.30 04:13:29.502013 [ 3 ] {} <Debug> HTTP-Session: e11c0265-815b-4af0-9e43-0789829b16e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5560 | 2024.05.30 04:13:29.502043 [ 3 ] {} <Trace> HTTP-Session: e11c0265-815b-4af0-9e43-0789829b16e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5561 | 2024.05.30 04:13:29.502289 [ 3 ] {7f83882e-1893-40ef-9f2c-7d691c36f4e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5562 | 2024.05.30 04:13:29.502337 [ 3 ] {7f83882e-1893-40ef-9f2c-7d691c36f4e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
5563 | 2024.05.30 04:13:29.502492 [ 3 ] {7f83882e-1893-40ef-9f2c-7d691c36f4e8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5564 | 2024.05.30 04:13:29.503008 [ 3 ] {7f83882e-1893-40ef-9f2c-7d691c36f4e8} <Trace> oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5565 | 2024.05.30 04:13:29.503044 [ 3 ] {7f83882e-1893-40ef-9f2c-7d691c36f4e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
5566 | 2024.05.30 04:13:29.503452 [ 3 ] {7f83882e-1893-40ef-9f2c-7d691c36f4e8} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
5567 | 2024.05.30 04:13:29.503793 [ 3 ] {7f83882e-1893-40ef-9f2c-7d691c36f4e8} <Trace> oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5568 | 2024.05.30 04:13:29.503921 [ 3 ] {7f83882e-1893-40ef-9f2c-7d691c36f4e8} <Debug> executeQuery: Read 31 rows, 42.84 KiB in 0.001804 sec., 17184.035476718404 rows/sec., 23.19 MiB/sec. | ||
5569 | 2024.05.30 04:13:29.504086 [ 3 ] {7f83882e-1893-40ef-9f2c-7d691c36f4e8} <Debug> DynamicQueryHandler: Done processing query | ||
5570 | 2024.05.30 04:13:29.504110 [ 3 ] {7f83882e-1893-40ef-9f2c-7d691c36f4e8} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
5571 | 2024.05.30 04:13:29.504125 [ 3 ] {} <Debug> HTTP-Session: e11c0265-815b-4af0-9e43-0789829b16e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5572 | 2024.05.30 04:13:29.504234 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5573 | 2024.05.30 04:13:29.504283 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5574 | 2024.05.30 04:13:29.504301 [ 3 ] {} <Debug> HTTP-Session: 3bba5da0-1181-4848-b9c7-19e7fa8ce3ae Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
5575 | 2024.05.30 04:13:29.504318 [ 3 ] {} <Debug> HTTP-Session: 3bba5da0-1181-4848-b9c7-19e7fa8ce3ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5576 | 2024.05.30 04:13:29.504331 [ 3 ] {} <Debug> HTTP-Session: 3bba5da0-1181-4848-b9c7-19e7fa8ce3ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5577 | 2024.05.30 04:13:29.504361 [ 3 ] {} <Trace> HTTP-Session: 3bba5da0-1181-4848-b9c7-19e7fa8ce3ae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5578 | 2024.05.30 04:13:29.504489 [ 3 ] {3211b802-3ae3-4a2e-a50e-1fa9f69bd057} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5579 | 2024.05.30 04:13:29.504533 [ 3 ] {3211b802-3ae3-4a2e-a50e-1fa9f69bd057} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5580 | 2024.05.30 04:13:29.504656 [ 3 ] {3211b802-3ae3-4a2e-a50e-1fa9f69bd057} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5581 | 2024.05.30 04:13:29.504995 [ 3 ] {3211b802-3ae3-4a2e-a50e-1fa9f69bd057} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5582 | 2024.05.30 04:13:29.505030 [ 3 ] {3211b802-3ae3-4a2e-a50e-1fa9f69bd057} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
5583 | 2024.05.30 04:13:29.505380 [ 3 ] {3211b802-3ae3-4a2e-a50e-1fa9f69bd057} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
5584 | 2024.05.30 04:13:29.505700 [ 3 ] {3211b802-3ae3-4a2e-a50e-1fa9f69bd057} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5585 | 2024.05.30 04:13:29.505831 [ 3 ] {3211b802-3ae3-4a2e-a50e-1fa9f69bd057} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001396 sec., 42979.942693409736 rows/sec., 2.90 MiB/sec. | ||
5586 | 2024.05.30 04:13:29.505991 [ 3 ] {3211b802-3ae3-4a2e-a50e-1fa9f69bd057} <Debug> DynamicQueryHandler: Done processing query | ||
5587 | 2024.05.30 04:13:29.506015 [ 3 ] {3211b802-3ae3-4a2e-a50e-1fa9f69bd057} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5588 | 2024.05.30 04:13:29.506031 [ 3 ] {} <Debug> HTTP-Session: 3bba5da0-1181-4848-b9c7-19e7fa8ce3ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5589 | 2024.05.30 04:13:34.491958 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 7798, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5590 | 2024.05.30 04:13:34.492099 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5591 | 2024.05.30 04:13:34.492128 [ 3 ] {} <Debug> HTTP-Session: d6a0777e-8443-402a-9ae9-fb9807489575 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
5592 | 2024.05.30 04:13:34.492155 [ 3 ] {} <Debug> HTTP-Session: d6a0777e-8443-402a-9ae9-fb9807489575 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5593 | 2024.05.30 04:13:34.492173 [ 3 ] {} <Debug> HTTP-Session: d6a0777e-8443-402a-9ae9-fb9807489575 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5594 | 2024.05.30 04:13:34.492228 [ 3 ] {} <Trace> HTTP-Session: d6a0777e-8443-402a-9ae9-fb9807489575 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5595 | 2024.05.30 04:13:34.492439 [ 3 ] {193b18b1-bb85-4f75-be72-8cff81df0c94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5596 | 2024.05.30 04:13:34.492513 [ 3 ] {193b18b1-bb85-4f75-be72-8cff81df0c94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5597 | 2024.05.30 04:13:34.492724 [ 3 ] {193b18b1-bb85-4f75-be72-8cff81df0c94} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5598 | 2024.05.30 04:13:34.493189 [ 3 ] {193b18b1-bb85-4f75-be72-8cff81df0c94} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5599 | 2024.05.30 04:13:34.493234 [ 3 ] {193b18b1-bb85-4f75-be72-8cff81df0c94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
5600 | 2024.05.30 04:13:34.493600 [ 3 ] {193b18b1-bb85-4f75-be72-8cff81df0c94} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
5601 | 2024.05.30 04:13:34.493925 [ 3 ] {193b18b1-bb85-4f75-be72-8cff81df0c94} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5602 | 2024.05.30 04:13:34.494088 [ 3 ] {193b18b1-bb85-4f75-be72-8cff81df0c94} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001722 sec., 32520.325203252032 rows/sec., 2.48 MiB/sec. | ||
5603 | 2024.05.30 04:13:34.494402 [ 3 ] {193b18b1-bb85-4f75-be72-8cff81df0c94} <Debug> DynamicQueryHandler: Done processing query | ||
5604 | 2024.05.30 04:13:34.494459 [ 3 ] {193b18b1-bb85-4f75-be72-8cff81df0c94} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5605 | 2024.05.30 04:13:34.494493 [ 3 ] {} <Debug> HTTP-Session: d6a0777e-8443-402a-9ae9-fb9807489575 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5606 | 2024.05.30 04:13:34.494644 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 10872, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5607 | 2024.05.30 04:13:34.494699 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5608 | 2024.05.30 04:13:34.494719 [ 3 ] {} <Debug> HTTP-Session: 4bb39f93-008a-4923-a7fb-aef563ebf7d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
5609 | 2024.05.30 04:13:34.494737 [ 3 ] {} <Debug> HTTP-Session: 4bb39f93-008a-4923-a7fb-aef563ebf7d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5610 | 2024.05.30 04:13:34.494751 [ 3 ] {} <Debug> HTTP-Session: 4bb39f93-008a-4923-a7fb-aef563ebf7d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5611 | 2024.05.30 04:13:34.494788 [ 3 ] {} <Trace> HTTP-Session: 4bb39f93-008a-4923-a7fb-aef563ebf7d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5612 | 2024.05.30 04:13:34.494920 [ 3 ] {a63d1ab2-1c47-4454-ab49-ac1a2f23b202} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5613 | 2024.05.30 04:13:34.494968 [ 3 ] {a63d1ab2-1c47-4454-ab49-ac1a2f23b202} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5614 | 2024.05.30 04:13:34.495122 [ 3 ] {a63d1ab2-1c47-4454-ab49-ac1a2f23b202} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5615 | 2024.05.30 04:13:34.495477 [ 3 ] {a63d1ab2-1c47-4454-ab49-ac1a2f23b202} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5616 | 2024.05.30 04:13:34.495515 [ 3 ] {a63d1ab2-1c47-4454-ab49-ac1a2f23b202} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
5617 | 2024.05.30 04:13:34.495823 [ 3 ] {a63d1ab2-1c47-4454-ab49-ac1a2f23b202} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
5618 | 2024.05.30 04:13:34.496134 [ 3 ] {a63d1ab2-1c47-4454-ab49-ac1a2f23b202} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5619 | 2024.05.30 04:13:34.496302 [ 3 ] {a63d1ab2-1c47-4454-ab49-ac1a2f23b202} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001423 sec., 44975.404075895996 rows/sec., 3.51 MiB/sec. | ||
5620 | 2024.05.30 04:13:34.496474 [ 3 ] {a63d1ab2-1c47-4454-ab49-ac1a2f23b202} <Debug> DynamicQueryHandler: Done processing query | ||
5621 | 2024.05.30 04:13:34.496498 [ 3 ] {a63d1ab2-1c47-4454-ab49-ac1a2f23b202} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
5622 | 2024.05.30 04:13:34.496515 [ 3 ] {} <Debug> HTTP-Session: 4bb39f93-008a-4923-a7fb-aef563ebf7d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5623 | 2024.05.30 04:13:34.496668 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5624 | 2024.05.30 04:13:34.496718 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5625 | 2024.05.30 04:13:34.496737 [ 3 ] {} <Debug> HTTP-Session: 84281859-df81-44fd-904c-a6531ae9ba91 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
5626 | 2024.05.30 04:13:34.496754 [ 3 ] {} <Debug> HTTP-Session: 84281859-df81-44fd-904c-a6531ae9ba91 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5627 | 2024.05.30 04:13:34.496767 [ 3 ] {} <Debug> HTTP-Session: 84281859-df81-44fd-904c-a6531ae9ba91 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5628 | 2024.05.30 04:13:34.496800 [ 3 ] {} <Trace> HTTP-Session: 84281859-df81-44fd-904c-a6531ae9ba91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5629 | 2024.05.30 04:13:34.496945 [ 3 ] {b3aea4d2-6aff-4205-8da2-65a1e9f0b92d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5630 | 2024.05.30 04:13:34.496992 [ 3 ] {b3aea4d2-6aff-4205-8da2-65a1e9f0b92d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5631 | 2024.05.30 04:13:34.497136 [ 3 ] {b3aea4d2-6aff-4205-8da2-65a1e9f0b92d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5632 | 2024.05.30 04:13:34.497508 [ 3 ] {b3aea4d2-6aff-4205-8da2-65a1e9f0b92d} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5633 | 2024.05.30 04:13:34.497544 [ 3 ] {b3aea4d2-6aff-4205-8da2-65a1e9f0b92d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
5634 | 2024.05.30 04:13:34.497934 [ 3 ] {b3aea4d2-6aff-4205-8da2-65a1e9f0b92d} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
5635 | 2024.05.30 04:13:34.498258 [ 3 ] {b3aea4d2-6aff-4205-8da2-65a1e9f0b92d} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5636 | 2024.05.30 04:13:34.498426 [ 3 ] {b3aea4d2-6aff-4205-8da2-65a1e9f0b92d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001541 sec., 103828.68267358857 rows/sec., 7.23 MiB/sec. | ||
5637 | 2024.05.30 04:13:34.498583 [ 3 ] {b3aea4d2-6aff-4205-8da2-65a1e9f0b92d} <Debug> DynamicQueryHandler: Done processing query | ||
5638 | 2024.05.30 04:13:34.498607 [ 3 ] {b3aea4d2-6aff-4205-8da2-65a1e9f0b92d} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5639 | 2024.05.30 04:13:34.498623 [ 3 ] {} <Debug> HTTP-Session: 84281859-df81-44fd-904c-a6531ae9ba91 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5640 | 2024.05.30 04:13:34.498734 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5641 | 2024.05.30 04:13:34.498783 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5642 | 2024.05.30 04:13:34.498801 [ 3 ] {} <Debug> HTTP-Session: 1a38f2ff-0643-494f-bfb9-e20d36acb030 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
5643 | 2024.05.30 04:13:34.498818 [ 3 ] {} <Debug> HTTP-Session: 1a38f2ff-0643-494f-bfb9-e20d36acb030 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5644 | 2024.05.30 04:13:34.498831 [ 3 ] {} <Debug> HTTP-Session: 1a38f2ff-0643-494f-bfb9-e20d36acb030 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5645 | 2024.05.30 04:13:34.498862 [ 3 ] {} <Trace> HTTP-Session: 1a38f2ff-0643-494f-bfb9-e20d36acb030 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5646 | 2024.05.30 04:13:34.498979 [ 3 ] {b3446401-7339-4b88-918b-a112cbdcd697} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5647 | 2024.05.30 04:13:34.499024 [ 3 ] {b3446401-7339-4b88-918b-a112cbdcd697} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5648 | 2024.05.30 04:13:34.499146 [ 3 ] {b3446401-7339-4b88-918b-a112cbdcd697} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5649 | 2024.05.30 04:13:34.499444 [ 3 ] {b3446401-7339-4b88-918b-a112cbdcd697} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5650 | 2024.05.30 04:13:34.499482 [ 3 ] {b3446401-7339-4b88-918b-a112cbdcd697} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
5651 | 2024.05.30 04:13:34.499828 [ 3 ] {b3446401-7339-4b88-918b-a112cbdcd697} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
5652 | 2024.05.30 04:13:34.500140 [ 3 ] {b3446401-7339-4b88-918b-a112cbdcd697} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5653 | 2024.05.30 04:13:34.500296 [ 3 ] {b3446401-7339-4b88-918b-a112cbdcd697} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001354 sec., 44313.14623338257 rows/sec., 2.99 MiB/sec. | ||
5654 | 2024.05.30 04:13:34.500457 [ 3 ] {b3446401-7339-4b88-918b-a112cbdcd697} <Debug> DynamicQueryHandler: Done processing query | ||
5655 | 2024.05.30 04:13:34.500481 [ 3 ] {b3446401-7339-4b88-918b-a112cbdcd697} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5656 | 2024.05.30 04:13:34.500497 [ 3 ] {} <Debug> HTTP-Session: 1a38f2ff-0643-494f-bfb9-e20d36acb030 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5657 | 2024.05.30 04:13:39.494267 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 4497, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5658 | 2024.05.30 04:13:39.494410 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5659 | 2024.05.30 04:13:39.494439 [ 3 ] {} <Debug> HTTP-Session: 7eeb68cc-7fd2-4841-98f3-b6374e5bc67f Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
5660 | 2024.05.30 04:13:39.494466 [ 3 ] {} <Debug> HTTP-Session: 7eeb68cc-7fd2-4841-98f3-b6374e5bc67f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5661 | 2024.05.30 04:13:39.494484 [ 3 ] {} <Debug> HTTP-Session: 7eeb68cc-7fd2-4841-98f3-b6374e5bc67f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5662 | 2024.05.30 04:13:39.494536 [ 3 ] {} <Trace> HTTP-Session: 7eeb68cc-7fd2-4841-98f3-b6374e5bc67f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5663 | 2024.05.30 04:13:39.494749 [ 3 ] {898bf2df-99b8-4ff6-9d08-7783e9807b1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5664 | 2024.05.30 04:13:39.494823 [ 3 ] {898bf2df-99b8-4ff6-9d08-7783e9807b1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5665 | 2024.05.30 04:13:39.495013 [ 3 ] {898bf2df-99b8-4ff6-9d08-7783e9807b1c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5666 | 2024.05.30 04:13:39.495450 [ 3 ] {898bf2df-99b8-4ff6-9d08-7783e9807b1c} <Trace> oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5667 | 2024.05.30 04:13:39.495499 [ 3 ] {898bf2df-99b8-4ff6-9d08-7783e9807b1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
5668 | 2024.05.30 04:13:39.495867 [ 3 ] {898bf2df-99b8-4ff6-9d08-7783e9807b1c} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
5669 | 2024.05.30 04:13:39.496197 [ 3 ] {898bf2df-99b8-4ff6-9d08-7783e9807b1c} <Trace> oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5670 | 2024.05.30 04:13:39.496377 [ 3 ] {898bf2df-99b8-4ff6-9d08-7783e9807b1c} <Debug> executeQuery: Read 31 rows, 2.51 KiB in 0.001691 sec., 18332.347723240688 rows/sec., 1.45 MiB/sec. | ||
5671 | 2024.05.30 04:13:39.496409 [ 109 ] {} <Debug> oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba) (MergerMutator): Selected 5 parts from all_1_14_3 to all_18_18_0 | ||
5672 | 2024.05.30 04:13:39.496537 [ 109 ] {} <Trace> oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5673 | 2024.05.30 04:13:39.496600 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
5674 | 2024.05.30 04:13:39.496647 [ 3 ] {898bf2df-99b8-4ff6-9d08-7783e9807b1c} <Debug> DynamicQueryHandler: Done processing query | ||
5675 | 2024.05.30 04:13:39.496706 [ 3 ] {898bf2df-99b8-4ff6-9d08-7783e9807b1c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5676 | 2024.05.30 04:13:39.496771 [ 3 ] {} <Debug> HTTP-Session: 7eeb68cc-7fd2-4841-98f3-b6374e5bc67f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5677 | 2024.05.30 04:13:39.496888 [ 191 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_18_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_14_3 to all_18_18_0 into Compact with storage Full | ||
5678 | 2024.05.30 04:13:39.497003 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5679 | 2024.05.30 04:13:39.497125 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5680 | 2024.05.30 04:13:39.497184 [ 3 ] {} <Debug> HTTP-Session: fd6aa2fe-c373-4665-87a7-86e6d662075f Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
5681 | 2024.05.30 04:13:39.497245 [ 3 ] {} <Debug> HTTP-Session: fd6aa2fe-c373-4665-87a7-86e6d662075f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5682 | 2024.05.30 04:13:39.497251 [ 191 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_18_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5683 | 2024.05.30 04:13:39.497269 [ 3 ] {} <Debug> HTTP-Session: fd6aa2fe-c373-4665-87a7-86e6d662075f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5684 | 2024.05.30 04:13:39.497325 [ 191 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 31 rows starting from the beginning of the part | ||
5685 | 2024.05.30 04:13:39.497344 [ 3 ] {} <Trace> HTTP-Session: fd6aa2fe-c373-4665-87a7-86e6d662075f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5686 | 2024.05.30 04:13:39.497475 [ 191 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 31 rows starting from the beginning of the part | ||
5687 | 2024.05.30 04:13:39.497701 [ 3 ] {2729f801-f7cf-4033-bbc4-fe7669f20b28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
5688 | 2024.05.30 04:13:39.497905 [ 3 ] {2729f801-f7cf-4033-bbc4-fe7669f20b28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
5689 | 2024.05.30 04:13:39.497914 [ 191 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 31 rows starting from the beginning of the part | ||
5690 | 2024.05.30 04:13:39.498327 [ 191 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 31 rows starting from the beginning of the part | ||
5691 | 2024.05.30 04:13:39.498685 [ 191 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 31 rows starting from the beginning of the part | ||
5692 | 2024.05.30 04:13:39.498831 [ 3 ] {2729f801-f7cf-4033-bbc4-fe7669f20b28} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5693 | 2024.05.30 04:13:39.499663 [ 3 ] {2729f801-f7cf-4033-bbc4-fe7669f20b28} <Trace> oximeter.fields_ipaddr (7437664c-5015-4ab1-bcc0-e9747c26d3d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5694 | 2024.05.30 04:13:39.499730 [ 3 ] {2729f801-f7cf-4033-bbc4-fe7669f20b28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
5695 | 2024.05.30 04:13:39.500638 [ 3 ] {2729f801-f7cf-4033-bbc4-fe7669f20b28} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
5696 | 2024.05.30 04:13:39.501141 [ 191 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_18_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 155 rows, containing 4 columns (4 merged, 0 gathered) in 0.004417669 sec., 35086.3770010836 rows/sec., 2.78 MiB/sec. | ||
5697 | 2024.05.30 04:13:39.501355 [ 191 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_18_4} <Trace> MergedBlockOutputStream: filled checksums all_1_18_4 (state Temporary) | ||
5698 | 2024.05.30 04:13:39.501514 [ 3 ] {2729f801-f7cf-4033-bbc4-fe7669f20b28} <Trace> oximeter.fields_ipaddr (7437664c-5015-4ab1-bcc0-e9747c26d3d7): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5699 | 2024.05.30 04:13:39.501999 [ 3 ] {2729f801-f7cf-4033-bbc4-fe7669f20b28} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.004468 sec., 895.2551477170995 rows/sec., 73.00 KiB/sec. | ||
5700 | 2024.05.30 04:13:39.502268 [ 191 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_18_4} <Trace> oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Renaming temporary part tmp_merge_all_1_18_4 to all_1_18_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5701 | 2024.05.30 04:13:39.502339 [ 3 ] {2729f801-f7cf-4033-bbc4-fe7669f20b28} <Debug> DynamicQueryHandler: Done processing query | ||
5702 | 2024.05.30 04:13:39.502372 [ 3 ] {2729f801-f7cf-4033-bbc4-fe7669f20b28} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5703 | 2024.05.30 04:13:39.502401 [ 191 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_18_4} <Trace> oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba) (MergerMutator): Merged 5 parts: [all_1_14_3, all_18_18_0] -> all_1_18_4 | ||
5704 | 2024.05.30 04:13:39.502407 [ 3 ] {} <Debug> HTTP-Session: fd6aa2fe-c373-4665-87a7-86e6d662075f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5705 | 2024.05.30 04:13:39.502523 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
5706 | 2024.05.30 04:13:39.502621 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 22104, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5707 | 2024.05.30 04:13:39.502681 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5708 | 2024.05.30 04:13:39.502700 [ 3 ] {} <Debug> HTTP-Session: 77d4243d-b41d-4df6-a78e-92374e4b9b3d Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
5709 | 2024.05.30 04:13:39.502718 [ 3 ] {} <Debug> HTTP-Session: 77d4243d-b41d-4df6-a78e-92374e4b9b3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5710 | 2024.05.30 04:13:39.502731 [ 3 ] {} <Debug> HTTP-Session: 77d4243d-b41d-4df6-a78e-92374e4b9b3d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5711 | 2024.05.30 04:13:39.502766 [ 3 ] {} <Trace> HTTP-Session: 77d4243d-b41d-4df6-a78e-92374e4b9b3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5712 | 2024.05.30 04:13:39.502922 [ 3 ] {90acd8cb-bbff-4385-a01a-3036a0d72503} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5713 | 2024.05.30 04:13:39.502969 [ 3 ] {90acd8cb-bbff-4385-a01a-3036a0d72503} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5714 | 2024.05.30 04:13:39.503117 [ 3 ] {90acd8cb-bbff-4385-a01a-3036a0d72503} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5715 | 2024.05.30 04:13:39.503506 [ 3 ] {90acd8cb-bbff-4385-a01a-3036a0d72503} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5716 | 2024.05.30 04:13:39.503543 [ 3 ] {90acd8cb-bbff-4385-a01a-3036a0d72503} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
5717 | 2024.05.30 04:13:39.503868 [ 3 ] {90acd8cb-bbff-4385-a01a-3036a0d72503} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
5718 | 2024.05.30 04:13:39.504179 [ 3 ] {90acd8cb-bbff-4385-a01a-3036a0d72503} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5719 | 2024.05.30 04:13:39.504332 [ 3 ] {90acd8cb-bbff-4385-a01a-3036a0d72503} <Debug> executeQuery: Read 151 rows, 12.93 KiB in 0.001471 sec., 102651.2576478586 rows/sec., 8.58 MiB/sec. | ||
5720 | 2024.05.30 04:13:39.504590 [ 3 ] {90acd8cb-bbff-4385-a01a-3036a0d72503} <Debug> DynamicQueryHandler: Done processing query | ||
5721 | 2024.05.30 04:13:39.504650 [ 3 ] {90acd8cb-bbff-4385-a01a-3036a0d72503} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
5722 | 2024.05.30 04:13:39.504713 [ 3 ] {} <Debug> HTTP-Session: 77d4243d-b41d-4df6-a78e-92374e4b9b3d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5723 | 2024.05.30 04:13:39.504883 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 608, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5724 | 2024.05.30 04:13:39.504935 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5725 | 2024.05.30 04:13:39.504954 [ 3 ] {} <Debug> HTTP-Session: 06b2cae1-62b6-4309-9fef-12d78f6a4738 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
5726 | 2024.05.30 04:13:39.504971 [ 3 ] {} <Debug> HTTP-Session: 06b2cae1-62b6-4309-9fef-12d78f6a4738 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5727 | 2024.05.30 04:13:39.504985 [ 3 ] {} <Debug> HTTP-Session: 06b2cae1-62b6-4309-9fef-12d78f6a4738 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5728 | 2024.05.30 04:13:39.505017 [ 3 ] {} <Trace> HTTP-Session: 06b2cae1-62b6-4309-9fef-12d78f6a4738 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5729 | 2024.05.30 04:13:39.505118 [ 3 ] {bf8dfda0-52f0-4c97-b12c-6db1bdbf57ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5730 | 2024.05.30 04:13:39.505163 [ 3 ] {bf8dfda0-52f0-4c97-b12c-6db1bdbf57ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5731 | 2024.05.30 04:13:39.505308 [ 3 ] {bf8dfda0-52f0-4c97-b12c-6db1bdbf57ef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5732 | 2024.05.30 04:13:39.505599 [ 3 ] {bf8dfda0-52f0-4c97-b12c-6db1bdbf57ef} <Trace> oximeter.fields_u16 (f5010535-cd64-42d7-ac63-98dfd59d33c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5733 | 2024.05.30 04:13:39.505636 [ 3 ] {bf8dfda0-52f0-4c97-b12c-6db1bdbf57ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
5734 | 2024.05.30 04:13:39.505928 [ 3 ] {bf8dfda0-52f0-4c97-b12c-6db1bdbf57ef} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
5735 | 2024.05.30 04:13:39.506236 [ 3 ] {bf8dfda0-52f0-4c97-b12c-6db1bdbf57ef} <Trace> oximeter.fields_u16 (f5010535-cd64-42d7-ac63-98dfd59d33c1): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5736 | 2024.05.30 04:13:39.506395 [ 3 ] {bf8dfda0-52f0-4c97-b12c-6db1bdbf57ef} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001298 sec., 3081.6640986132516 rows/sec., 215.17 KiB/sec. | ||
5737 | 2024.05.30 04:13:39.506660 [ 3 ] {bf8dfda0-52f0-4c97-b12c-6db1bdbf57ef} <Debug> DynamicQueryHandler: Done processing query | ||
5738 | 2024.05.30 04:13:39.506685 [ 3 ] {bf8dfda0-52f0-4c97-b12c-6db1bdbf57ef} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5739 | 2024.05.30 04:13:39.506700 [ 3 ] {} <Debug> HTTP-Session: 06b2cae1-62b6-4309-9fef-12d78f6a4738 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5740 | 2024.05.30 04:13:39.506830 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 16806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5741 | 2024.05.30 04:13:39.506879 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5742 | 2024.05.30 04:13:39.506898 [ 3 ] {} <Debug> HTTP-Session: 210f9a2a-42cf-4b81-a0d3-5cec8bec8ffa Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
5743 | 2024.05.30 04:13:39.506914 [ 3 ] {} <Debug> HTTP-Session: 210f9a2a-42cf-4b81-a0d3-5cec8bec8ffa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5744 | 2024.05.30 04:13:39.506927 [ 3 ] {} <Debug> HTTP-Session: 210f9a2a-42cf-4b81-a0d3-5cec8bec8ffa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5745 | 2024.05.30 04:13:39.506958 [ 3 ] {} <Trace> HTTP-Session: 210f9a2a-42cf-4b81-a0d3-5cec8bec8ffa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5746 | 2024.05.30 04:13:39.507081 [ 3 ] {72e6cbd1-7f27-49a0-80d6-9f808163587e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5747 | 2024.05.30 04:13:39.507125 [ 3 ] {72e6cbd1-7f27-49a0-80d6-9f808163587e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5748 | 2024.05.30 04:13:39.507268 [ 3 ] {72e6cbd1-7f27-49a0-80d6-9f808163587e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5749 | 2024.05.30 04:13:39.507623 [ 3 ] {72e6cbd1-7f27-49a0-80d6-9f808163587e} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5750 | 2024.05.30 04:13:39.507660 [ 3 ] {72e6cbd1-7f27-49a0-80d6-9f808163587e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
5751 | 2024.05.30 04:13:39.507966 [ 3 ] {72e6cbd1-7f27-49a0-80d6-9f808163587e} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
5752 | 2024.05.30 04:13:39.508259 [ 3 ] {72e6cbd1-7f27-49a0-80d6-9f808163587e} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5753 | 2024.05.30 04:13:39.508418 [ 3 ] {72e6cbd1-7f27-49a0-80d6-9f808163587e} <Debug> executeQuery: Read 99 rows, 7.92 KiB in 0.001376 sec., 71947.67441860464 rows/sec., 5.62 MiB/sec. | ||
5754 | 2024.05.30 04:13:39.508589 [ 3 ] {72e6cbd1-7f27-49a0-80d6-9f808163587e} <Debug> DynamicQueryHandler: Done processing query | ||
5755 | 2024.05.30 04:13:39.508613 [ 3 ] {72e6cbd1-7f27-49a0-80d6-9f808163587e} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
5756 | 2024.05.30 04:13:39.508628 [ 3 ] {} <Debug> HTTP-Session: 210f9a2a-42cf-4b81-a0d3-5cec8bec8ffa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5757 | 2024.05.30 04:13:39.508773 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 30978, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5758 | 2024.05.30 04:13:39.508822 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5759 | 2024.05.30 04:13:39.508841 [ 3 ] {} <Debug> HTTP-Session: 69e3ca0d-6c7e-4f2d-a761-030213f93db6 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
5760 | 2024.05.30 04:13:39.508862 [ 3 ] {} <Debug> HTTP-Session: 69e3ca0d-6c7e-4f2d-a761-030213f93db6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5761 | 2024.05.30 04:13:39.508876 [ 3 ] {} <Debug> HTTP-Session: 69e3ca0d-6c7e-4f2d-a761-030213f93db6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5762 | 2024.05.30 04:13:39.508906 [ 3 ] {} <Trace> HTTP-Session: 69e3ca0d-6c7e-4f2d-a761-030213f93db6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5763 | 2024.05.30 04:13:39.509053 [ 3 ] {a47cca9d-816f-4a3b-adb2-61980898ff7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5764 | 2024.05.30 04:13:39.509101 [ 3 ] {a47cca9d-816f-4a3b-adb2-61980898ff7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5765 | 2024.05.30 04:13:39.509245 [ 3 ] {a47cca9d-816f-4a3b-adb2-61980898ff7e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5766 | 2024.05.30 04:13:39.509636 [ 3 ] {a47cca9d-816f-4a3b-adb2-61980898ff7e} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5767 | 2024.05.30 04:13:39.509673 [ 3 ] {a47cca9d-816f-4a3b-adb2-61980898ff7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
5768 | 2024.05.30 04:13:39.510051 [ 3 ] {a47cca9d-816f-4a3b-adb2-61980898ff7e} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
5769 | 2024.05.30 04:13:39.510378 [ 3 ] {a47cca9d-816f-4a3b-adb2-61980898ff7e} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5770 | 2024.05.30 04:13:39.510538 [ 3 ] {a47cca9d-816f-4a3b-adb2-61980898ff7e} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001541 sec., 105126.54120700843 rows/sec., 7.32 MiB/sec. | ||
5771 | 2024.05.30 04:13:39.510708 [ 3 ] {a47cca9d-816f-4a3b-adb2-61980898ff7e} <Debug> DynamicQueryHandler: Done processing query | ||
5772 | 2024.05.30 04:13:39.510732 [ 3 ] {a47cca9d-816f-4a3b-adb2-61980898ff7e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5773 | 2024.05.30 04:13:39.510747 [ 3 ] {} <Debug> HTTP-Session: 69e3ca0d-6c7e-4f2d-a761-030213f93db6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5774 | 2024.05.30 04:13:39.510923 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 33193, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5775 | 2024.05.30 04:13:39.510973 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5776 | 2024.05.30 04:13:39.510992 [ 3 ] {} <Debug> HTTP-Session: 07cf8187-41d9-41f3-85dd-b38b07913296 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
5777 | 2024.05.30 04:13:39.511007 [ 3 ] {} <Debug> HTTP-Session: 07cf8187-41d9-41f3-85dd-b38b07913296 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5778 | 2024.05.30 04:13:39.511021 [ 3 ] {} <Debug> HTTP-Session: 07cf8187-41d9-41f3-85dd-b38b07913296 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5779 | 2024.05.30 04:13:39.511051 [ 3 ] {} <Trace> HTTP-Session: 07cf8187-41d9-41f3-85dd-b38b07913296 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5780 | 2024.05.30 04:13:39.511469 [ 3 ] {9755f666-e832-4043-9bbb-29bbc40646d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5781 | 2024.05.30 04:13:39.511519 [ 3 ] {9755f666-e832-4043-9bbb-29bbc40646d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
5782 | 2024.05.30 04:13:39.511681 [ 3 ] {9755f666-e832-4043-9bbb-29bbc40646d6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5783 | 2024.05.30 04:13:39.512212 [ 3 ] {9755f666-e832-4043-9bbb-29bbc40646d6} <Trace> oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5784 | 2024.05.30 04:13:39.512248 [ 3 ] {9755f666-e832-4043-9bbb-29bbc40646d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
5785 | 2024.05.30 04:13:39.512660 [ 3 ] {9755f666-e832-4043-9bbb-29bbc40646d6} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
5786 | 2024.05.30 04:13:39.512996 [ 3 ] {9755f666-e832-4043-9bbb-29bbc40646d6} <Trace> oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5787 | 2024.05.30 04:13:39.513168 [ 3 ] {9755f666-e832-4043-9bbb-29bbc40646d6} <Debug> executeQuery: Read 31 rows, 42.84 KiB in 0.002032 sec., 15255.905511811025 rows/sec., 20.59 MiB/sec. | ||
5788 | 2024.05.30 04:13:39.513400 [ 3 ] {9755f666-e832-4043-9bbb-29bbc40646d6} <Debug> DynamicQueryHandler: Done processing query | ||
5789 | 2024.05.30 04:13:39.513424 [ 3 ] {9755f666-e832-4043-9bbb-29bbc40646d6} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
5790 | 2024.05.30 04:13:39.513440 [ 3 ] {} <Debug> HTTP-Session: 07cf8187-41d9-41f3-85dd-b38b07913296 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5791 | 2024.05.30 04:13:39.513561 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5792 | 2024.05.30 04:13:39.513611 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5793 | 2024.05.30 04:13:39.513630 [ 3 ] {} <Debug> HTTP-Session: b619be50-c762-4391-a6ff-b61e64da5921 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
5794 | 2024.05.30 04:13:39.513646 [ 3 ] {} <Debug> HTTP-Session: b619be50-c762-4391-a6ff-b61e64da5921 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5795 | 2024.05.30 04:13:39.513659 [ 3 ] {} <Debug> HTTP-Session: b619be50-c762-4391-a6ff-b61e64da5921 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5796 | 2024.05.30 04:13:39.513690 [ 3 ] {} <Trace> HTTP-Session: b619be50-c762-4391-a6ff-b61e64da5921 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5797 | 2024.05.30 04:13:39.513819 [ 3 ] {b22d4c58-c420-4aef-b707-525919f4c61f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5798 | 2024.05.30 04:13:39.513862 [ 3 ] {b22d4c58-c420-4aef-b707-525919f4c61f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5799 | 2024.05.30 04:13:39.513989 [ 3 ] {b22d4c58-c420-4aef-b707-525919f4c61f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5800 | 2024.05.30 04:13:39.514277 [ 3 ] {b22d4c58-c420-4aef-b707-525919f4c61f} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5801 | 2024.05.30 04:13:39.514313 [ 3 ] {b22d4c58-c420-4aef-b707-525919f4c61f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
5802 | 2024.05.30 04:13:39.514668 [ 3 ] {b22d4c58-c420-4aef-b707-525919f4c61f} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
5803 | 2024.05.30 04:13:39.514982 [ 3 ] {b22d4c58-c420-4aef-b707-525919f4c61f} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5804 | 2024.05.30 04:13:39.515143 [ 3 ] {b22d4c58-c420-4aef-b707-525919f4c61f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001371 sec., 43763.6761487965 rows/sec., 2.95 MiB/sec. | ||
5805 | 2024.05.30 04:13:39.515310 [ 3 ] {b22d4c58-c420-4aef-b707-525919f4c61f} <Debug> DynamicQueryHandler: Done processing query | ||
5806 | 2024.05.30 04:13:39.515333 [ 3 ] {b22d4c58-c420-4aef-b707-525919f4c61f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5807 | 2024.05.30 04:13:39.515349 [ 3 ] {} <Debug> HTTP-Session: b619be50-c762-4391-a6ff-b61e64da5921 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5808 | 2024.05.30 04:13:43.105550 [ 105 ] {} <Debug> DNSResolver: Updating DNS cache | ||
5809 | 2024.05.30 04:13:43.105600 [ 105 ] {} <Debug> DNSResolver: Updated DNS cache | ||
5810 | 2024.05.30 04:13:44.491978 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 7798, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5811 | 2024.05.30 04:13:44.492126 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5812 | 2024.05.30 04:13:44.492164 [ 3 ] {} <Debug> HTTP-Session: c9a29900-f578-4a8b-bbcb-ededd4fc74f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
5813 | 2024.05.30 04:13:44.492197 [ 3 ] {} <Debug> HTTP-Session: c9a29900-f578-4a8b-bbcb-ededd4fc74f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5814 | 2024.05.30 04:13:44.492222 [ 3 ] {} <Debug> HTTP-Session: c9a29900-f578-4a8b-bbcb-ededd4fc74f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5815 | 2024.05.30 04:13:44.492289 [ 3 ] {} <Trace> HTTP-Session: c9a29900-f578-4a8b-bbcb-ededd4fc74f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5816 | 2024.05.30 04:13:44.492554 [ 3 ] {39fb965b-970b-4155-a519-0494aa6b6176} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5817 | 2024.05.30 04:13:44.492689 [ 3 ] {39fb965b-970b-4155-a519-0494aa6b6176} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5818 | 2024.05.30 04:13:44.492948 [ 3 ] {39fb965b-970b-4155-a519-0494aa6b6176} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5819 | 2024.05.30 04:13:44.493420 [ 3 ] {39fb965b-970b-4155-a519-0494aa6b6176} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5820 | 2024.05.30 04:13:44.493468 [ 3 ] {39fb965b-970b-4155-a519-0494aa6b6176} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
5821 | 2024.05.30 04:13:44.493847 [ 3 ] {39fb965b-970b-4155-a519-0494aa6b6176} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
5822 | 2024.05.30 04:13:44.494171 [ 3 ] {39fb965b-970b-4155-a519-0494aa6b6176} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5823 | 2024.05.30 04:13:44.494351 [ 106 ] {} <Debug> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
5824 | 2024.05.30 04:13:44.494362 [ 3 ] {39fb965b-970b-4155-a519-0494aa6b6176} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001899 sec., 29489.20484465508 rows/sec., 2.25 MiB/sec. | ||
5825 | 2024.05.30 04:13:44.494434 [ 106 ] {} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5826 | 2024.05.30 04:13:44.494504 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
5827 | 2024.05.30 04:13:44.494717 [ 193 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::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 | ||
5828 | 2024.05.30 04:13:44.494758 [ 3 ] {39fb965b-970b-4155-a519-0494aa6b6176} <Debug> DynamicQueryHandler: Done processing query | ||
5829 | 2024.05.30 04:13:44.494812 [ 3 ] {39fb965b-970b-4155-a519-0494aa6b6176} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5830 | 2024.05.30 04:13:44.494837 [ 3 ] {} <Debug> HTTP-Session: c9a29900-f578-4a8b-bbcb-ededd4fc74f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5831 | 2024.05.30 04:13:44.494959 [ 193 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5832 | 2024.05.30 04:13:44.495001 [ 193 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 192 rows starting from the beginning of the part | ||
5833 | 2024.05.30 04:13:44.495136 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 10872, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5834 | 2024.05.30 04:13:44.495195 [ 193 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 95 rows starting from the beginning of the part | ||
5835 | 2024.05.30 04:13:44.495287 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5836 | 2024.05.30 04:13:44.495401 [ 3 ] {} <Debug> HTTP-Session: c48e675c-de52-438e-a28e-0b32be41b909 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
5837 | 2024.05.30 04:13:44.495480 [ 193 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 149 rows starting from the beginning of the part | ||
5838 | 2024.05.30 04:13:44.495491 [ 3 ] {} <Debug> HTTP-Session: c48e675c-de52-438e-a28e-0b32be41b909 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5839 | 2024.05.30 04:13:44.495572 [ 3 ] {} <Debug> HTTP-Session: c48e675c-de52-438e-a28e-0b32be41b909 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5840 | 2024.05.30 04:13:44.495756 [ 3 ] {} <Trace> HTTP-Session: c48e675c-de52-438e-a28e-0b32be41b909 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5841 | 2024.05.30 04:13:44.495827 [ 193 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 56 rows starting from the beginning of the part | ||
5842 | 2024.05.30 04:13:44.496105 [ 193 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 151 rows starting from the beginning of the part | ||
5843 | 2024.05.30 04:13:44.496127 [ 3 ] {4d51875f-40a4-4e38-8e95-c851937d7a05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5844 | 2024.05.30 04:13:44.496285 [ 3 ] {4d51875f-40a4-4e38-8e95-c851937d7a05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5845 | 2024.05.30 04:13:44.496381 [ 193 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 56 rows starting from the beginning of the part | ||
5846 | 2024.05.30 04:13:44.497098 [ 3 ] {4d51875f-40a4-4e38-8e95-c851937d7a05} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5847 | 2024.05.30 04:13:44.498068 [ 3 ] {4d51875f-40a4-4e38-8e95-c851937d7a05} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5848 | 2024.05.30 04:13:44.498141 [ 3 ] {4d51875f-40a4-4e38-8e95-c851937d7a05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
5849 | 2024.05.30 04:13:44.498991 [ 3 ] {4d51875f-40a4-4e38-8e95-c851937d7a05} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
5850 | 2024.05.30 04:13:44.499402 [ 190 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 699 rows, containing 4 columns (4 merged, 0 gathered) in 0.004779824 sec., 146239.69418120835 rows/sec., 11.83 MiB/sec. | ||
5851 | 2024.05.30 04:13:44.499726 [ 195 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
5852 | 2024.05.30 04:13:44.499737 [ 3 ] {4d51875f-40a4-4e38-8e95-c851937d7a05} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5853 | 2024.05.30 04:13:44.500051 [ 106 ] {} <Debug> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
5854 | 2024.05.30 04:13:44.500113 [ 3 ] {4d51875f-40a4-4e38-8e95-c851937d7a05} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004119 sec., 15537.75188152464 rows/sec., 1.21 MiB/sec. | ||
5855 | 2024.05.30 04:13:44.500137 [ 106 ] {} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5856 | 2024.05.30 04:13:44.500215 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
5857 | 2024.05.30 04:13:44.500756 [ 203 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::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 | ||
5858 | 2024.05.30 04:13:44.500926 [ 3 ] {4d51875f-40a4-4e38-8e95-c851937d7a05} <Debug> DynamicQueryHandler: Done processing query | ||
5859 | 2024.05.30 04:13:44.501023 [ 3 ] {4d51875f-40a4-4e38-8e95-c851937d7a05} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
5860 | 2024.05.30 04:13:44.501112 [ 3 ] {} <Debug> HTTP-Session: c48e675c-de52-438e-a28e-0b32be41b909 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5861 | 2024.05.30 04:13:44.501129 [ 203 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5862 | 2024.05.30 04:13:44.501203 [ 203 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 151 rows starting from the beginning of the part | ||
5863 | 2024.05.30 04:13:44.501218 [ 195 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_41_8} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5864 | 2024.05.30 04:13:44.501426 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5865 | 2024.05.30 04:13:44.501531 [ 203 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 94 rows starting from the beginning of the part | ||
5866 | 2024.05.30 04:13:44.501630 [ 195 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_41_8} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
5867 | 2024.05.30 04:13:44.501657 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5868 | 2024.05.30 04:13:44.501777 [ 3 ] {} <Debug> HTTP-Session: 6515cb3a-fbd4-431a-b16e-a62179e0f371 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
5869 | 2024.05.30 04:13:44.501888 [ 3 ] {} <Debug> HTTP-Session: 6515cb3a-fbd4-431a-b16e-a62179e0f371 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5870 | 2024.05.30 04:13:44.501981 [ 3 ] {} <Debug> HTTP-Session: 6515cb3a-fbd4-431a-b16e-a62179e0f371 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5871 | 2024.05.30 04:13:44.501987 [ 203 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 95 rows starting from the beginning of the part | ||
5872 | 2024.05.30 04:13:44.502076 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
5873 | 2024.05.30 04:13:44.502175 [ 3 ] {} <Trace> HTTP-Session: 6515cb3a-fbd4-431a-b16e-a62179e0f371 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5874 | 2024.05.30 04:13:44.502320 [ 203 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 64 rows starting from the beginning of the part | ||
5875 | 2024.05.30 04:13:44.502578 [ 203 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 99 rows starting from the beginning of the part | ||
5876 | 2024.05.30 04:13:44.502656 [ 3 ] {d515b578-a15f-4ce2-8a4b-2c97fe5d6f6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5877 | 2024.05.30 04:13:44.502850 [ 3 ] {d515b578-a15f-4ce2-8a4b-2c97fe5d6f6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5878 | 2024.05.30 04:13:44.502907 [ 203 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 64 rows starting from the beginning of the part | ||
5879 | 2024.05.30 04:13:44.503738 [ 3 ] {d515b578-a15f-4ce2-8a4b-2c97fe5d6f6e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5880 | 2024.05.30 04:13:44.504735 [ 3 ] {d515b578-a15f-4ce2-8a4b-2c97fe5d6f6e} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5881 | 2024.05.30 04:13:44.504798 [ 3 ] {d515b578-a15f-4ce2-8a4b-2c97fe5d6f6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
5882 | 2024.05.30 04:13:44.505759 [ 203 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 567 rows, containing 4 columns (4 merged, 0 gathered) in 0.005382916 sec., 105333.24317154495 rows/sec., 8.23 MiB/sec. | ||
5883 | 2024.05.30 04:13:44.505860 [ 3 ] {d515b578-a15f-4ce2-8a4b-2c97fe5d6f6e} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
5884 | 2024.05.30 04:13:44.505927 [ 203 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
5885 | 2024.05.30 04:13:44.506809 [ 203 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_41_8} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5886 | 2024.05.30 04:13:44.506890 [ 3 ] {d515b578-a15f-4ce2-8a4b-2c97fe5d6f6e} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5887 | 2024.05.30 04:13:44.506991 [ 203 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_41_8} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
5888 | 2024.05.30 04:13:44.507188 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
5889 | 2024.05.30 04:13:44.507188 [ 106 ] {} <Debug> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
5890 | 2024.05.30 04:13:44.507280 [ 106 ] {} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5891 | 2024.05.30 04:13:44.507287 [ 3 ] {d515b578-a15f-4ce2-8a4b-2c97fe5d6f6e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00486 sec., 32921.81069958848 rows/sec., 2.29 MiB/sec. | ||
5892 | 2024.05.30 04:13:44.507320 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
5893 | 2024.05.30 04:13:44.507601 [ 190 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::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 | ||
5894 | 2024.05.30 04:13:44.507695 [ 3 ] {d515b578-a15f-4ce2-8a4b-2c97fe5d6f6e} <Debug> DynamicQueryHandler: Done processing query | ||
5895 | 2024.05.30 04:13:44.507751 [ 3 ] {d515b578-a15f-4ce2-8a4b-2c97fe5d6f6e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5896 | 2024.05.30 04:13:44.507798 [ 3 ] {} <Debug> HTTP-Session: 6515cb3a-fbd4-431a-b16e-a62179e0f371 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5897 | 2024.05.30 04:13:44.507884 [ 190 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5898 | 2024.05.30 04:13:44.507926 [ 190 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 5738 rows starting from the beginning of the part | ||
5899 | 2024.05.30 04:13:44.508108 [ 190 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 199 rows starting from the beginning of the part | ||
5900 | 2024.05.30 04:13:44.508097 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5901 | 2024.05.30 04:13:44.508312 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5902 | 2024.05.30 04:13:44.508349 [ 190 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 160 rows starting from the beginning of the part | ||
5903 | 2024.05.30 04:13:44.508397 [ 3 ] {} <Debug> HTTP-Session: 0f81ddeb-4c8d-4213-8a52-94d5651bbaec Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
5904 | 2024.05.30 04:13:44.508483 [ 3 ] {} <Debug> HTTP-Session: 0f81ddeb-4c8d-4213-8a52-94d5651bbaec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5905 | 2024.05.30 04:13:44.508585 [ 3 ] {} <Debug> HTTP-Session: 0f81ddeb-4c8d-4213-8a52-94d5651bbaec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5906 | 2024.05.30 04:13:44.508590 [ 190 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 160 rows starting from the beginning of the part | ||
5907 | 2024.05.30 04:13:44.508685 [ 3 ] {} <Trace> HTTP-Session: 0f81ddeb-4c8d-4213-8a52-94d5651bbaec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5908 | 2024.05.30 04:13:44.508853 [ 190 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 162 rows starting from the beginning of the part | ||
5909 | 2024.05.30 04:13:44.509068 [ 190 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::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 | ||
5910 | 2024.05.30 04:13:44.509148 [ 3 ] {e62fc90b-fac0-4dc5-a95c-f6f05dd76f9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5911 | 2024.05.30 04:13:44.509350 [ 3 ] {e62fc90b-fac0-4dc5-a95c-f6f05dd76f9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5912 | 2024.05.30 04:13:44.509796 [ 3 ] {e62fc90b-fac0-4dc5-a95c-f6f05dd76f9e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5913 | 2024.05.30 04:13:44.510291 [ 3 ] {e62fc90b-fac0-4dc5-a95c-f6f05dd76f9e} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5914 | 2024.05.30 04:13:44.510335 [ 3 ] {e62fc90b-fac0-4dc5-a95c-f6f05dd76f9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
5915 | 2024.05.30 04:13:44.511308 [ 3 ] {e62fc90b-fac0-4dc5-a95c-f6f05dd76f9e} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
5916 | 2024.05.30 04:13:44.511770 [ 3 ] {e62fc90b-fac0-4dc5-a95c-f6f05dd76f9e} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5917 | 2024.05.30 04:13:44.512097 [ 3 ] {e62fc90b-fac0-4dc5-a95c-f6f05dd76f9e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003159 sec., 18993.35232668566 rows/sec., 1.28 MiB/sec. | ||
5918 | 2024.05.30 04:13:44.512113 [ 106 ] {} <Debug> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
5919 | 2024.05.30 04:13:44.512273 [ 106 ] {} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5920 | 2024.05.30 04:13:44.512440 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
5921 | 2024.05.30 04:13:44.512607 [ 3 ] {e62fc90b-fac0-4dc5-a95c-f6f05dd76f9e} <Debug> DynamicQueryHandler: Done processing query | ||
5922 | 2024.05.30 04:13:44.512672 [ 3 ] {e62fc90b-fac0-4dc5-a95c-f6f05dd76f9e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5923 | 2024.05.30 04:13:44.512715 [ 3 ] {} <Debug> HTTP-Session: 0f81ddeb-4c8d-4213-8a52-94d5651bbaec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5924 | 2024.05.30 04:13:44.512728 [ 186 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::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 | ||
5925 | 2024.05.30 04:13:44.513036 [ 186 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5926 | 2024.05.30 04:13:44.513041 [ 190 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6579 rows, containing 5 columns (5 merged, 0 gathered) in 0.005583259 sec., 1178344.0460132693 rows/sec., 82.15 MiB/sec. | ||
5927 | 2024.05.30 04:13:44.513078 [ 186 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2042 rows starting from the beginning of the part | ||
5928 | 2024.05.30 04:13:44.513184 [ 186 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::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 | ||
5929 | 2024.05.30 04:13:44.513292 [ 186 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 60 rows starting from the beginning of the part | ||
5930 | 2024.05.30 04:13:44.513397 [ 186 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::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 | ||
5931 | 2024.05.30 04:13:44.513488 [ 190 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
5932 | 2024.05.30 04:13:44.513530 [ 186 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 60 rows starting from the beginning of the part | ||
5933 | 2024.05.30 04:13:44.513704 [ 186 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::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 | ||
5934 | 2024.05.30 04:13:44.514312 [ 190 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5935 | 2024.05.30 04:13:44.514422 [ 190 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
5936 | 2024.05.30 04:13:44.514505 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.37 MiB. | ||
5937 | 2024.05.30 04:13:44.515163 [ 199 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2342 rows, containing 4 columns (4 merged, 0 gathered) in 0.002593956 sec., 902868.051732566 rows/sec., 60.80 MiB/sec. | ||
5938 | 2024.05.30 04:13:44.515566 [ 199 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
5939 | 2024.05.30 04:13:44.516040 [ 199 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_41_8} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5940 | 2024.05.30 04:13:44.516119 [ 199 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_41_8} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
5941 | 2024.05.30 04:13:44.516206 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. | ||
5942 | 2024.05.30 04:13:49.493825 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 4497, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5943 | 2024.05.30 04:13:49.493947 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5944 | 2024.05.30 04:13:49.493971 [ 3 ] {} <Debug> HTTP-Session: 749ed363-9fb7-42ac-b887-846cc6de5945 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
5945 | 2024.05.30 04:13:49.493993 [ 3 ] {} <Debug> HTTP-Session: 749ed363-9fb7-42ac-b887-846cc6de5945 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5946 | 2024.05.30 04:13:49.494008 [ 3 ] {} <Debug> HTTP-Session: 749ed363-9fb7-42ac-b887-846cc6de5945 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5947 | 2024.05.30 04:13:49.494055 [ 3 ] {} <Trace> HTTP-Session: 749ed363-9fb7-42ac-b887-846cc6de5945 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5948 | 2024.05.30 04:13:49.494245 [ 3 ] {8fa76ed7-8fd2-4f92-8a65-ba9643ff0d88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5949 | 2024.05.30 04:13:49.494307 [ 3 ] {8fa76ed7-8fd2-4f92-8a65-ba9643ff0d88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5950 | 2024.05.30 04:13:49.494485 [ 3 ] {8fa76ed7-8fd2-4f92-8a65-ba9643ff0d88} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5951 | 2024.05.30 04:13:49.494928 [ 3 ] {8fa76ed7-8fd2-4f92-8a65-ba9643ff0d88} <Trace> oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5952 | 2024.05.30 04:13:49.494965 [ 3 ] {8fa76ed7-8fd2-4f92-8a65-ba9643ff0d88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
5953 | 2024.05.30 04:13:49.495326 [ 3 ] {8fa76ed7-8fd2-4f92-8a65-ba9643ff0d88} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
5954 | 2024.05.30 04:13:49.495646 [ 3 ] {8fa76ed7-8fd2-4f92-8a65-ba9643ff0d88} <Trace> oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5955 | 2024.05.30 04:13:49.495795 [ 3 ] {8fa76ed7-8fd2-4f92-8a65-ba9643ff0d88} <Debug> executeQuery: Read 31 rows, 2.51 KiB in 0.00162 sec., 19135.802469135804 rows/sec., 1.51 MiB/sec. | ||
5956 | 2024.05.30 04:13:49.496004 [ 3 ] {8fa76ed7-8fd2-4f92-8a65-ba9643ff0d88} <Debug> DynamicQueryHandler: Done processing query | ||
5957 | 2024.05.30 04:13:49.496029 [ 3 ] {8fa76ed7-8fd2-4f92-8a65-ba9643ff0d88} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5958 | 2024.05.30 04:13:49.496044 [ 3 ] {} <Debug> HTTP-Session: 749ed363-9fb7-42ac-b887-846cc6de5945 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5959 | 2024.05.30 04:13:49.496229 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 21838, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5960 | 2024.05.30 04:13:49.496277 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5961 | 2024.05.30 04:13:49.496297 [ 3 ] {} <Debug> HTTP-Session: 308d3826-7a5e-4773-adc8-4ebd6f83d6a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
5962 | 2024.05.30 04:13:49.496313 [ 3 ] {} <Debug> HTTP-Session: 308d3826-7a5e-4773-adc8-4ebd6f83d6a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5963 | 2024.05.30 04:13:49.496327 [ 3 ] {} <Debug> HTTP-Session: 308d3826-7a5e-4773-adc8-4ebd6f83d6a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5964 | 2024.05.30 04:13:49.496358 [ 3 ] {} <Trace> HTTP-Session: 308d3826-7a5e-4773-adc8-4ebd6f83d6a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5965 | 2024.05.30 04:13:49.496494 [ 3 ] {dc7e568c-0325-4da1-b3ac-84cef8100ac2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5966 | 2024.05.30 04:13:49.496536 [ 3 ] {dc7e568c-0325-4da1-b3ac-84cef8100ac2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5967 | 2024.05.30 04:13:49.496663 [ 3 ] {dc7e568c-0325-4da1-b3ac-84cef8100ac2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5968 | 2024.05.30 04:13:49.497074 [ 3 ] {dc7e568c-0325-4da1-b3ac-84cef8100ac2} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5969 | 2024.05.30 04:13:49.497110 [ 3 ] {dc7e568c-0325-4da1-b3ac-84cef8100ac2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
5970 | 2024.05.30 04:13:49.497430 [ 3 ] {dc7e568c-0325-4da1-b3ac-84cef8100ac2} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
5971 | 2024.05.30 04:13:49.497735 [ 3 ] {dc7e568c-0325-4da1-b3ac-84cef8100ac2} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5972 | 2024.05.30 04:13:49.497876 [ 3 ] {dc7e568c-0325-4da1-b3ac-84cef8100ac2} <Debug> executeQuery: Read 149 rows, 12.78 KiB in 0.001438 sec., 103616.13351877607 rows/sec., 8.68 MiB/sec. | ||
5973 | 2024.05.30 04:13:49.498037 [ 3 ] {dc7e568c-0325-4da1-b3ac-84cef8100ac2} <Debug> DynamicQueryHandler: Done processing query | ||
5974 | 2024.05.30 04:13:49.498060 [ 3 ] {dc7e568c-0325-4da1-b3ac-84cef8100ac2} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
5975 | 2024.05.30 04:13:49.498076 [ 3 ] {} <Debug> HTTP-Session: 308d3826-7a5e-4773-adc8-4ebd6f83d6a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5976 | 2024.05.30 04:13:49.498228 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 16124, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5977 | 2024.05.30 04:13:49.498275 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5978 | 2024.05.30 04:13:49.498295 [ 3 ] {} <Debug> HTTP-Session: a344b4eb-92bd-4591-bb2a-e974c3ab91ec Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
5979 | 2024.05.30 04:13:49.498311 [ 3 ] {} <Debug> HTTP-Session: a344b4eb-92bd-4591-bb2a-e974c3ab91ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5980 | 2024.05.30 04:13:49.498325 [ 3 ] {} <Debug> HTTP-Session: a344b4eb-92bd-4591-bb2a-e974c3ab91ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5981 | 2024.05.30 04:13:49.498355 [ 3 ] {} <Trace> HTTP-Session: a344b4eb-92bd-4591-bb2a-e974c3ab91ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5982 | 2024.05.30 04:13:49.498486 [ 3 ] {46bb66b5-a287-4933-90de-5a11f0686d7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5983 | 2024.05.30 04:13:49.498527 [ 3 ] {46bb66b5-a287-4933-90de-5a11f0686d7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5984 | 2024.05.30 04:13:49.498650 [ 3 ] {46bb66b5-a287-4933-90de-5a11f0686d7f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5985 | 2024.05.30 04:13:49.499004 [ 3 ] {46bb66b5-a287-4933-90de-5a11f0686d7f} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5986 | 2024.05.30 04:13:49.499040 [ 3 ] {46bb66b5-a287-4933-90de-5a11f0686d7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
5987 | 2024.05.30 04:13:49.499354 [ 3 ] {46bb66b5-a287-4933-90de-5a11f0686d7f} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
5988 | 2024.05.30 04:13:49.499644 [ 3 ] {46bb66b5-a287-4933-90de-5a11f0686d7f} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5989 | 2024.05.30 04:13:49.499790 [ 3 ] {46bb66b5-a287-4933-90de-5a11f0686d7f} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.001356 sec., 70058.99705014749 rows/sec., 5.47 MiB/sec. | ||
5990 | 2024.05.30 04:13:49.499952 [ 3 ] {46bb66b5-a287-4933-90de-5a11f0686d7f} <Debug> DynamicQueryHandler: Done processing query | ||
5991 | 2024.05.30 04:13:49.499975 [ 3 ] {46bb66b5-a287-4933-90de-5a11f0686d7f} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
5992 | 2024.05.30 04:13:49.499990 [ 3 ] {} <Debug> HTTP-Session: a344b4eb-92bd-4591-bb2a-e974c3ab91ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5993 | 2024.05.30 04:13:49.500157 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5994 | 2024.05.30 04:13:49.500205 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5995 | 2024.05.30 04:13:49.500232 [ 3 ] {} <Debug> HTTP-Session: 2550acf8-1d43-40b1-910c-8a0a08ecfd74 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
5996 | 2024.05.30 04:13:49.500248 [ 3 ] {} <Debug> HTTP-Session: 2550acf8-1d43-40b1-910c-8a0a08ecfd74 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5997 | 2024.05.30 04:13:49.500261 [ 3 ] {} <Debug> HTTP-Session: 2550acf8-1d43-40b1-910c-8a0a08ecfd74 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5998 | 2024.05.30 04:13:49.500291 [ 3 ] {} <Trace> HTTP-Session: 2550acf8-1d43-40b1-910c-8a0a08ecfd74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5999 | 2024.05.30 04:13:49.500432 [ 3 ] {9a1e4a48-fcf5-45bc-a395-7fbecd977e7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6000 | 2024.05.30 04:13:49.500477 [ 3 ] {9a1e4a48-fcf5-45bc-a395-7fbecd977e7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6001 | 2024.05.30 04:13:49.500621 [ 3 ] {9a1e4a48-fcf5-45bc-a395-7fbecd977e7e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6002 | 2024.05.30 04:13:49.500997 [ 3 ] {9a1e4a48-fcf5-45bc-a395-7fbecd977e7e} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6003 | 2024.05.30 04:13:49.501031 [ 3 ] {9a1e4a48-fcf5-45bc-a395-7fbecd977e7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
6004 | 2024.05.30 04:13:49.501415 [ 3 ] {9a1e4a48-fcf5-45bc-a395-7fbecd977e7e} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
6005 | 2024.05.30 04:13:49.501738 [ 3 ] {9a1e4a48-fcf5-45bc-a395-7fbecd977e7e} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6006 | 2024.05.30 04:13:49.501883 [ 3 ] {9a1e4a48-fcf5-45bc-a395-7fbecd977e7e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001517 sec., 105471.32498352011 rows/sec., 7.35 MiB/sec. | ||
6007 | 2024.05.30 04:13:49.502047 [ 3 ] {9a1e4a48-fcf5-45bc-a395-7fbecd977e7e} <Debug> DynamicQueryHandler: Done processing query | ||
6008 | 2024.05.30 04:13:49.502072 [ 3 ] {9a1e4a48-fcf5-45bc-a395-7fbecd977e7e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6009 | 2024.05.30 04:13:49.502087 [ 3 ] {} <Debug> HTTP-Session: 2550acf8-1d43-40b1-910c-8a0a08ecfd74 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6010 | 2024.05.30 04:13:49.502262 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 33193, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6011 | 2024.05.30 04:13:49.502312 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6012 | 2024.05.30 04:13:49.502330 [ 3 ] {} <Debug> HTTP-Session: 74715c4f-c876-463c-b266-3270b8e64f3a Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
6013 | 2024.05.30 04:13:49.502349 [ 3 ] {} <Debug> HTTP-Session: 74715c4f-c876-463c-b266-3270b8e64f3a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6014 | 2024.05.30 04:13:49.502367 [ 3 ] {} <Debug> HTTP-Session: 74715c4f-c876-463c-b266-3270b8e64f3a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6015 | 2024.05.30 04:13:49.502405 [ 3 ] {} <Trace> HTTP-Session: 74715c4f-c876-463c-b266-3270b8e64f3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6016 | 2024.05.30 04:13:49.502676 [ 3 ] {ff5f2c90-2334-4680-ad29-19a29b9b38ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6017 | 2024.05.30 04:13:49.502723 [ 3 ] {ff5f2c90-2334-4680-ad29-19a29b9b38ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
6018 | 2024.05.30 04:13:49.502877 [ 3 ] {ff5f2c90-2334-4680-ad29-19a29b9b38ef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6019 | 2024.05.30 04:13:49.503356 [ 3 ] {ff5f2c90-2334-4680-ad29-19a29b9b38ef} <Trace> oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6020 | 2024.05.30 04:13:49.503392 [ 3 ] {ff5f2c90-2334-4680-ad29-19a29b9b38ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
6021 | 2024.05.30 04:13:49.503803 [ 3 ] {ff5f2c90-2334-4680-ad29-19a29b9b38ef} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
6022 | 2024.05.30 04:13:49.504134 [ 3 ] {ff5f2c90-2334-4680-ad29-19a29b9b38ef} <Trace> oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6023 | 2024.05.30 04:13:49.504305 [ 3 ] {ff5f2c90-2334-4680-ad29-19a29b9b38ef} <Debug> executeQuery: Read 31 rows, 42.84 KiB in 0.001803 sec., 17193.56627842485 rows/sec., 23.20 MiB/sec. | ||
6024 | 2024.05.30 04:13:49.504498 [ 3 ] {ff5f2c90-2334-4680-ad29-19a29b9b38ef} <Debug> DynamicQueryHandler: Done processing query | ||
6025 | 2024.05.30 04:13:49.504525 [ 3 ] {ff5f2c90-2334-4680-ad29-19a29b9b38ef} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
6026 | 2024.05.30 04:13:49.504541 [ 3 ] {} <Debug> HTTP-Session: 74715c4f-c876-463c-b266-3270b8e64f3a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6027 | 2024.05.30 04:13:49.504684 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6028 | 2024.05.30 04:13:49.504734 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6029 | 2024.05.30 04:13:49.504753 [ 3 ] {} <Debug> HTTP-Session: e5248ac5-af3d-4fbe-919f-cb57d5db1dcd Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
6030 | 2024.05.30 04:13:49.504769 [ 3 ] {} <Debug> HTTP-Session: e5248ac5-af3d-4fbe-919f-cb57d5db1dcd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6031 | 2024.05.30 04:13:49.504783 [ 3 ] {} <Debug> HTTP-Session: e5248ac5-af3d-4fbe-919f-cb57d5db1dcd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6032 | 2024.05.30 04:13:49.504816 [ 3 ] {} <Trace> HTTP-Session: e5248ac5-af3d-4fbe-919f-cb57d5db1dcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6033 | 2024.05.30 04:13:49.504957 [ 3 ] {9287b236-0bd0-417e-b833-ffcf59cf7b23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6034 | 2024.05.30 04:13:49.505003 [ 3 ] {9287b236-0bd0-417e-b833-ffcf59cf7b23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6035 | 2024.05.30 04:13:49.505133 [ 3 ] {9287b236-0bd0-417e-b833-ffcf59cf7b23} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6036 | 2024.05.30 04:13:49.505437 [ 3 ] {9287b236-0bd0-417e-b833-ffcf59cf7b23} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6037 | 2024.05.30 04:13:49.505476 [ 3 ] {9287b236-0bd0-417e-b833-ffcf59cf7b23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
6038 | 2024.05.30 04:13:49.505841 [ 3 ] {9287b236-0bd0-417e-b833-ffcf59cf7b23} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
6039 | 2024.05.30 04:13:49.506168 [ 3 ] {9287b236-0bd0-417e-b833-ffcf59cf7b23} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6040 | 2024.05.30 04:13:49.506325 [ 3 ] {9287b236-0bd0-417e-b833-ffcf59cf7b23} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001421 sec., 42223.7860661506 rows/sec., 2.85 MiB/sec. | ||
6041 | 2024.05.30 04:13:49.506509 [ 3 ] {9287b236-0bd0-417e-b833-ffcf59cf7b23} <Debug> DynamicQueryHandler: Done processing query | ||
6042 | 2024.05.30 04:13:49.506535 [ 3 ] {9287b236-0bd0-417e-b833-ffcf59cf7b23} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6043 | 2024.05.30 04:13:49.506551 [ 3 ] {} <Debug> HTTP-Session: e5248ac5-af3d-4fbe-919f-cb57d5db1dcd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6044 | 2024.05.30 04:13:54.492660 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 12733, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6045 | 2024.05.30 04:13:54.492785 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6046 | 2024.05.30 04:13:54.492809 [ 3 ] {} <Debug> HTTP-Session: a446e3de-b457-4a47-9c4e-075d739f2a0f Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
6047 | 2024.05.30 04:13:54.492832 [ 3 ] {} <Debug> HTTP-Session: a446e3de-b457-4a47-9c4e-075d739f2a0f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6048 | 2024.05.30 04:13:54.492848 [ 3 ] {} <Debug> HTTP-Session: a446e3de-b457-4a47-9c4e-075d739f2a0f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6049 | 2024.05.30 04:13:54.492895 [ 3 ] {} <Trace> HTTP-Session: a446e3de-b457-4a47-9c4e-075d739f2a0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6050 | 2024.05.30 04:13:54.493099 [ 3 ] {32063cff-cba7-444f-a363-07c8db54a378} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6051 | 2024.05.30 04:13:54.493165 [ 3 ] {32063cff-cba7-444f-a363-07c8db54a378} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6052 | 2024.05.30 04:13:54.493350 [ 3 ] {32063cff-cba7-444f-a363-07c8db54a378} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6053 | 2024.05.30 04:13:54.493853 [ 3 ] {32063cff-cba7-444f-a363-07c8db54a378} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6054 | 2024.05.30 04:13:54.493896 [ 3 ] {32063cff-cba7-444f-a363-07c8db54a378} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
6055 | 2024.05.30 04:13:54.494268 [ 3 ] {32063cff-cba7-444f-a363-07c8db54a378} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
6056 | 2024.05.30 04:13:54.494729 [ 3 ] {32063cff-cba7-444f-a363-07c8db54a378} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6057 | 2024.05.30 04:13:54.494962 [ 3 ] {32063cff-cba7-444f-a363-07c8db54a378} <Debug> executeQuery: Read 92 rows, 7.14 KiB in 0.00193 sec., 47668.39378238342 rows/sec., 3.61 MiB/sec. | ||
6058 | 2024.05.30 04:13:54.495236 [ 3 ] {32063cff-cba7-444f-a363-07c8db54a378} <Debug> DynamicQueryHandler: Done processing query | ||
6059 | 2024.05.30 04:13:54.495266 [ 3 ] {32063cff-cba7-444f-a363-07c8db54a378} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
6060 | 2024.05.30 04:13:54.495283 [ 3 ] {} <Debug> HTTP-Session: a446e3de-b457-4a47-9c4e-075d739f2a0f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6061 | 2024.05.30 04:13:54.495429 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 14914, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6062 | 2024.05.30 04:13:54.495488 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6063 | 2024.05.30 04:13:54.495508 [ 3 ] {} <Debug> HTTP-Session: d5d153d4-44b1-4893-bf1f-3496c98c16fe Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
6064 | 2024.05.30 04:13:54.495527 [ 3 ] {} <Debug> HTTP-Session: d5d153d4-44b1-4893-bf1f-3496c98c16fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6065 | 2024.05.30 04:13:54.495541 [ 3 ] {} <Debug> HTTP-Session: d5d153d4-44b1-4893-bf1f-3496c98c16fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6066 | 2024.05.30 04:13:54.495575 [ 3 ] {} <Trace> HTTP-Session: d5d153d4-44b1-4893-bf1f-3496c98c16fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6067 | 2024.05.30 04:13:54.495717 [ 3 ] {585816df-fea5-4000-9dba-13ad4b93a0ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6068 | 2024.05.30 04:13:54.495765 [ 3 ] {585816df-fea5-4000-9dba-13ad4b93a0ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6069 | 2024.05.30 04:13:54.495902 [ 3 ] {585816df-fea5-4000-9dba-13ad4b93a0ee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6070 | 2024.05.30 04:13:54.496300 [ 3 ] {585816df-fea5-4000-9dba-13ad4b93a0ee} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6071 | 2024.05.30 04:13:54.496337 [ 3 ] {585816df-fea5-4000-9dba-13ad4b93a0ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
6072 | 2024.05.30 04:13:54.496653 [ 3 ] {585816df-fea5-4000-9dba-13ad4b93a0ee} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
6073 | 2024.05.30 04:13:54.496955 [ 3 ] {585816df-fea5-4000-9dba-13ad4b93a0ee} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6074 | 2024.05.30 04:13:54.497111 [ 3 ] {585816df-fea5-4000-9dba-13ad4b93a0ee} <Debug> executeQuery: Read 88 rows, 7.01 KiB in 0.001441 sec., 61068.70229007633 rows/sec., 4.75 MiB/sec. | ||
6075 | 2024.05.30 04:13:54.497277 [ 3 ] {585816df-fea5-4000-9dba-13ad4b93a0ee} <Debug> DynamicQueryHandler: Done processing query | ||
6076 | 2024.05.30 04:13:54.497302 [ 3 ] {585816df-fea5-4000-9dba-13ad4b93a0ee} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
6077 | 2024.05.30 04:13:54.497318 [ 3 ] {} <Debug> HTTP-Session: d5d153d4-44b1-4893-bf1f-3496c98c16fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6078 | 2024.05.30 04:13:54.497546 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 37563, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6079 | 2024.05.30 04:13:54.497600 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6080 | 2024.05.30 04:13:54.497619 [ 3 ] {} <Debug> HTTP-Session: 0f74dc34-113c-4920-a0b4-78a848789971 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
6081 | 2024.05.30 04:13:54.497636 [ 3 ] {} <Debug> HTTP-Session: 0f74dc34-113c-4920-a0b4-78a848789971 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6082 | 2024.05.30 04:13:54.497650 [ 3 ] {} <Debug> HTTP-Session: 0f74dc34-113c-4920-a0b4-78a848789971 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6083 | 2024.05.30 04:13:54.497683 [ 3 ] {} <Trace> HTTP-Session: 0f74dc34-113c-4920-a0b4-78a848789971 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6084 | 2024.05.30 04:13:54.497850 [ 3 ] {e5758757-c196-4805-ba18-9c9cb31b67e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6085 | 2024.05.30 04:13:54.497898 [ 3 ] {e5758757-c196-4805-ba18-9c9cb31b67e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6086 | 2024.05.30 04:13:54.498047 [ 3 ] {e5758757-c196-4805-ba18-9c9cb31b67e6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6087 | 2024.05.30 04:13:54.498442 [ 3 ] {e5758757-c196-4805-ba18-9c9cb31b67e6} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6088 | 2024.05.30 04:13:54.498480 [ 3 ] {e5758757-c196-4805-ba18-9c9cb31b67e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
6089 | 2024.05.30 04:13:54.498870 [ 3 ] {e5758757-c196-4805-ba18-9c9cb31b67e6} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
6090 | 2024.05.30 04:13:54.499197 [ 3 ] {e5758757-c196-4805-ba18-9c9cb31b67e6} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6091 | 2024.05.30 04:13:54.499347 [ 3 ] {e5758757-c196-4805-ba18-9c9cb31b67e6} <Debug> executeQuery: Read 196 rows, 14.01 KiB in 0.001579 sec., 124129.19569347688 rows/sec., 8.67 MiB/sec. | ||
6092 | 2024.05.30 04:13:54.499516 [ 3 ] {e5758757-c196-4805-ba18-9c9cb31b67e6} <Debug> DynamicQueryHandler: Done processing query | ||
6093 | 2024.05.30 04:13:54.499541 [ 3 ] {e5758757-c196-4805-ba18-9c9cb31b67e6} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
6094 | 2024.05.30 04:13:54.499556 [ 3 ] {} <Debug> HTTP-Session: 0f74dc34-113c-4920-a0b4-78a848789971 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6095 | 2024.05.30 04:13:54.499697 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6096 | 2024.05.30 04:13:54.499747 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6097 | 2024.05.30 04:13:54.499766 [ 3 ] {} <Debug> HTTP-Session: 6dd56bbf-9633-4eee-beef-d3872c5d8007 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
6098 | 2024.05.30 04:13:54.499783 [ 3 ] {} <Debug> HTTP-Session: 6dd56bbf-9633-4eee-beef-d3872c5d8007 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6099 | 2024.05.30 04:13:54.499797 [ 3 ] {} <Debug> HTTP-Session: 6dd56bbf-9633-4eee-beef-d3872c5d8007 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6100 | 2024.05.30 04:13:54.499827 [ 3 ] {} <Trace> HTTP-Session: 6dd56bbf-9633-4eee-beef-d3872c5d8007 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6101 | 2024.05.30 04:13:54.499952 [ 3 ] {cf0b4373-7239-4f96-8777-fb1a9f5ef90d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6102 | 2024.05.30 04:13:54.499998 [ 3 ] {cf0b4373-7239-4f96-8777-fb1a9f5ef90d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6103 | 2024.05.30 04:13:54.500123 [ 3 ] {cf0b4373-7239-4f96-8777-fb1a9f5ef90d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6104 | 2024.05.30 04:13:54.500422 [ 3 ] {cf0b4373-7239-4f96-8777-fb1a9f5ef90d} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6105 | 2024.05.30 04:13:54.500459 [ 3 ] {cf0b4373-7239-4f96-8777-fb1a9f5ef90d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
6106 | 2024.05.30 04:13:54.500809 [ 3 ] {cf0b4373-7239-4f96-8777-fb1a9f5ef90d} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
6107 | 2024.05.30 04:13:54.501130 [ 3 ] {cf0b4373-7239-4f96-8777-fb1a9f5ef90d} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6108 | 2024.05.30 04:13:54.501285 [ 3 ] {cf0b4373-7239-4f96-8777-fb1a9f5ef90d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001376 sec., 43604.651162790695 rows/sec., 2.94 MiB/sec. | ||
6109 | 2024.05.30 04:13:54.501457 [ 3 ] {cf0b4373-7239-4f96-8777-fb1a9f5ef90d} <Debug> DynamicQueryHandler: Done processing query | ||
6110 | 2024.05.30 04:13:54.501482 [ 3 ] {cf0b4373-7239-4f96-8777-fb1a9f5ef90d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6111 | 2024.05.30 04:13:54.501497 [ 3 ] {} <Debug> HTTP-Session: 6dd56bbf-9633-4eee-beef-d3872c5d8007 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6112 | 2024.05.30 04:13:58.105640 [ 96 ] {} <Debug> DNSResolver: Updating DNS cache | ||
6113 | 2024.05.30 04:13:58.105693 [ 96 ] {} <Debug> DNSResolver: Updated DNS cache | ||
6114 | 2024.05.30 04:13:59.001274 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000885646 sec. | ||
6115 | 2024.05.30 04:13:59.492766 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 4497, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6116 | 2024.05.30 04:13:59.492884 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6117 | 2024.05.30 04:13:59.492912 [ 3 ] {} <Debug> HTTP-Session: 46e00e0f-e091-4d5d-aa3b-ac49090737a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
6118 | 2024.05.30 04:13:59.492939 [ 3 ] {} <Debug> HTTP-Session: 46e00e0f-e091-4d5d-aa3b-ac49090737a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6119 | 2024.05.30 04:13:59.492957 [ 3 ] {} <Debug> HTTP-Session: 46e00e0f-e091-4d5d-aa3b-ac49090737a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6120 | 2024.05.30 04:13:59.493012 [ 3 ] {} <Trace> HTTP-Session: 46e00e0f-e091-4d5d-aa3b-ac49090737a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6121 | 2024.05.30 04:13:59.493216 [ 3 ] {5c5a5126-895a-429a-80d6-595c68030e97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6122 | 2024.05.30 04:13:59.493291 [ 3 ] {5c5a5126-895a-429a-80d6-595c68030e97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6123 | 2024.05.30 04:13:59.493501 [ 3 ] {5c5a5126-895a-429a-80d6-595c68030e97} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6124 | 2024.05.30 04:13:59.493939 [ 3 ] {5c5a5126-895a-429a-80d6-595c68030e97} <Trace> oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6125 | 2024.05.30 04:13:59.493979 [ 3 ] {5c5a5126-895a-429a-80d6-595c68030e97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
6126 | 2024.05.30 04:13:59.494344 [ 3 ] {5c5a5126-895a-429a-80d6-595c68030e97} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
6127 | 2024.05.30 04:13:59.494674 [ 3 ] {5c5a5126-895a-429a-80d6-595c68030e97} <Trace> oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6128 | 2024.05.30 04:13:59.494821 [ 3 ] {5c5a5126-895a-429a-80d6-595c68030e97} <Debug> executeQuery: Read 31 rows, 2.51 KiB in 0.00167 sec., 18562.874251497007 rows/sec., 1.47 MiB/sec. | ||
6129 | 2024.05.30 04:13:59.495009 [ 3 ] {5c5a5126-895a-429a-80d6-595c68030e97} <Debug> DynamicQueryHandler: Done processing query | ||
6130 | 2024.05.30 04:13:59.495035 [ 3 ] {5c5a5126-895a-429a-80d6-595c68030e97} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6131 | 2024.05.30 04:13:59.495051 [ 3 ] {} <Debug> HTTP-Session: 46e00e0f-e091-4d5d-aa3b-ac49090737a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6132 | 2024.05.30 04:13:59.495238 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 21838, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6133 | 2024.05.30 04:13:59.495289 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6134 | 2024.05.30 04:13:59.495309 [ 3 ] {} <Debug> HTTP-Session: b56c810d-3126-4f34-b330-eb377546dccc Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
6135 | 2024.05.30 04:13:59.495325 [ 3 ] {} <Debug> HTTP-Session: b56c810d-3126-4f34-b330-eb377546dccc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6136 | 2024.05.30 04:13:59.495340 [ 3 ] {} <Debug> HTTP-Session: b56c810d-3126-4f34-b330-eb377546dccc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6137 | 2024.05.30 04:13:59.495372 [ 3 ] {} <Trace> HTTP-Session: b56c810d-3126-4f34-b330-eb377546dccc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6138 | 2024.05.30 04:13:59.495508 [ 3 ] {2fb832f6-03a4-484d-82d5-c34dd3818dd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6139 | 2024.05.30 04:13:59.495551 [ 3 ] {2fb832f6-03a4-484d-82d5-c34dd3818dd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6140 | 2024.05.30 04:13:59.495674 [ 3 ] {2fb832f6-03a4-484d-82d5-c34dd3818dd2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6141 | 2024.05.30 04:13:59.496066 [ 3 ] {2fb832f6-03a4-484d-82d5-c34dd3818dd2} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6142 | 2024.05.30 04:13:59.496103 [ 3 ] {2fb832f6-03a4-484d-82d5-c34dd3818dd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
6143 | 2024.05.30 04:13:59.496419 [ 3 ] {2fb832f6-03a4-484d-82d5-c34dd3818dd2} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
6144 | 2024.05.30 04:13:59.496721 [ 3 ] {2fb832f6-03a4-484d-82d5-c34dd3818dd2} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6145 | 2024.05.30 04:13:59.496850 [ 3 ] {2fb832f6-03a4-484d-82d5-c34dd3818dd2} <Debug> executeQuery: Read 149 rows, 12.78 KiB in 0.001401 sec., 106352.60528194148 rows/sec., 8.91 MiB/sec. | ||
6146 | 2024.05.30 04:13:59.497034 [ 3 ] {2fb832f6-03a4-484d-82d5-c34dd3818dd2} <Debug> DynamicQueryHandler: Done processing query | ||
6147 | 2024.05.30 04:13:59.497059 [ 3 ] {2fb832f6-03a4-484d-82d5-c34dd3818dd2} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
6148 | 2024.05.30 04:13:59.497075 [ 3 ] {} <Debug> HTTP-Session: b56c810d-3126-4f34-b330-eb377546dccc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6149 | 2024.05.30 04:13:59.497214 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 16124, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6150 | 2024.05.30 04:13:59.497264 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6151 | 2024.05.30 04:13:59.497283 [ 3 ] {} <Debug> HTTP-Session: d61a1815-f06d-49b6-a6cf-25c9d4cd722b Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
6152 | 2024.05.30 04:13:59.497299 [ 3 ] {} <Debug> HTTP-Session: d61a1815-f06d-49b6-a6cf-25c9d4cd722b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6153 | 2024.05.30 04:13:59.497313 [ 3 ] {} <Debug> HTTP-Session: d61a1815-f06d-49b6-a6cf-25c9d4cd722b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6154 | 2024.05.30 04:13:59.497344 [ 3 ] {} <Trace> HTTP-Session: d61a1815-f06d-49b6-a6cf-25c9d4cd722b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6155 | 2024.05.30 04:13:59.497474 [ 3 ] {5ce5afae-64c0-4250-b6d9-832fd9b7fe4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6156 | 2024.05.30 04:13:59.497518 [ 3 ] {5ce5afae-64c0-4250-b6d9-832fd9b7fe4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6157 | 2024.05.30 04:13:59.497665 [ 3 ] {5ce5afae-64c0-4250-b6d9-832fd9b7fe4e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6158 | 2024.05.30 04:13:59.498003 [ 3 ] {5ce5afae-64c0-4250-b6d9-832fd9b7fe4e} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6159 | 2024.05.30 04:13:59.498041 [ 3 ] {5ce5afae-64c0-4250-b6d9-832fd9b7fe4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
6160 | 2024.05.30 04:13:59.498347 [ 3 ] {5ce5afae-64c0-4250-b6d9-832fd9b7fe4e} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
6161 | 2024.05.30 04:13:59.498651 [ 3 ] {5ce5afae-64c0-4250-b6d9-832fd9b7fe4e} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6162 | 2024.05.30 04:13:59.498781 [ 3 ] {5ce5afae-64c0-4250-b6d9-832fd9b7fe4e} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.001364 sec., 69648.09384164223 rows/sec., 5.44 MiB/sec. | ||
6163 | 2024.05.30 04:13:59.498937 [ 3 ] {5ce5afae-64c0-4250-b6d9-832fd9b7fe4e} <Debug> DynamicQueryHandler: Done processing query | ||
6164 | 2024.05.30 04:13:59.498962 [ 3 ] {5ce5afae-64c0-4250-b6d9-832fd9b7fe4e} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
6165 | 2024.05.30 04:13:59.498977 [ 3 ] {} <Debug> HTTP-Session: d61a1815-f06d-49b6-a6cf-25c9d4cd722b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6166 | 2024.05.30 04:13:59.499153 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6167 | 2024.05.30 04:13:59.499203 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6168 | 2024.05.30 04:13:59.499222 [ 3 ] {} <Debug> HTTP-Session: 47222d5d-1141-4404-86ca-827f612ebe4b Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
6169 | 2024.05.30 04:13:59.499239 [ 3 ] {} <Debug> HTTP-Session: 47222d5d-1141-4404-86ca-827f612ebe4b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6170 | 2024.05.30 04:13:59.499253 [ 3 ] {} <Debug> HTTP-Session: 47222d5d-1141-4404-86ca-827f612ebe4b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6171 | 2024.05.30 04:13:59.499284 [ 3 ] {} <Trace> HTTP-Session: 47222d5d-1141-4404-86ca-827f612ebe4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6172 | 2024.05.30 04:13:59.499426 [ 3 ] {43e3263c-9436-4a49-87cd-569c7d161aa5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6173 | 2024.05.30 04:13:59.499473 [ 3 ] {43e3263c-9436-4a49-87cd-569c7d161aa5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6174 | 2024.05.30 04:13:59.499612 [ 3 ] {43e3263c-9436-4a49-87cd-569c7d161aa5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6175 | 2024.05.30 04:13:59.499990 [ 3 ] {43e3263c-9436-4a49-87cd-569c7d161aa5} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6176 | 2024.05.30 04:13:59.500028 [ 3 ] {43e3263c-9436-4a49-87cd-569c7d161aa5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
6177 | 2024.05.30 04:13:59.500409 [ 3 ] {43e3263c-9436-4a49-87cd-569c7d161aa5} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
6178 | 2024.05.30 04:13:59.500749 [ 3 ] {43e3263c-9436-4a49-87cd-569c7d161aa5} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6179 | 2024.05.30 04:13:59.500882 [ 3 ] {43e3263c-9436-4a49-87cd-569c7d161aa5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001522 sec., 105124.83574244416 rows/sec., 7.32 MiB/sec. | ||
6180 | 2024.05.30 04:13:59.501043 [ 3 ] {43e3263c-9436-4a49-87cd-569c7d161aa5} <Debug> DynamicQueryHandler: Done processing query | ||
6181 | 2024.05.30 04:13:59.501069 [ 3 ] {43e3263c-9436-4a49-87cd-569c7d161aa5} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6182 | 2024.05.30 04:13:59.501084 [ 3 ] {} <Debug> HTTP-Session: 47222d5d-1141-4404-86ca-827f612ebe4b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6183 | 2024.05.30 04:13:59.501240 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 33193, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6184 | 2024.05.30 04:13:59.501291 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6185 | 2024.05.30 04:13:59.501309 [ 3 ] {} <Debug> HTTP-Session: d13a03e4-f7cc-406d-99e6-5ad0cf2a0d23 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
6186 | 2024.05.30 04:13:59.501326 [ 3 ] {} <Debug> HTTP-Session: d13a03e4-f7cc-406d-99e6-5ad0cf2a0d23 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6187 | 2024.05.30 04:13:59.501339 [ 3 ] {} <Debug> HTTP-Session: d13a03e4-f7cc-406d-99e6-5ad0cf2a0d23 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6188 | 2024.05.30 04:13:59.501370 [ 3 ] {} <Trace> HTTP-Session: d13a03e4-f7cc-406d-99e6-5ad0cf2a0d23 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6189 | 2024.05.30 04:13:59.501640 [ 3 ] {4b8d8d49-574b-4e56-9c64-de0fdf8447e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6190 | 2024.05.30 04:13:59.501689 [ 3 ] {4b8d8d49-574b-4e56-9c64-de0fdf8447e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
6191 | 2024.05.30 04:13:59.501845 [ 3 ] {4b8d8d49-574b-4e56-9c64-de0fdf8447e0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6192 | 2024.05.30 04:13:59.502294 [ 3 ] {4b8d8d49-574b-4e56-9c64-de0fdf8447e0} <Trace> oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6193 | 2024.05.30 04:13:59.502331 [ 3 ] {4b8d8d49-574b-4e56-9c64-de0fdf8447e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
6194 | 2024.05.30 04:13:59.502741 [ 3 ] {4b8d8d49-574b-4e56-9c64-de0fdf8447e0} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
6195 | 2024.05.30 04:13:59.503085 [ 3 ] {4b8d8d49-574b-4e56-9c64-de0fdf8447e0} <Trace> oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6196 | 2024.05.30 04:13:59.503219 [ 3 ] {4b8d8d49-574b-4e56-9c64-de0fdf8447e0} <Debug> executeQuery: Read 31 rows, 42.84 KiB in 0.001766 sec., 17553.793884484712 rows/sec., 23.69 MiB/sec. | ||
6197 | 2024.05.30 04:13:59.503393 [ 3 ] {4b8d8d49-574b-4e56-9c64-de0fdf8447e0} <Debug> DynamicQueryHandler: Done processing query | ||
6198 | 2024.05.30 04:13:59.503420 [ 3 ] {4b8d8d49-574b-4e56-9c64-de0fdf8447e0} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
6199 | 2024.05.30 04:13:59.503435 [ 3 ] {} <Debug> HTTP-Session: d13a03e4-f7cc-406d-99e6-5ad0cf2a0d23 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6200 | 2024.05.30 04:13:59.503559 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6201 | 2024.05.30 04:13:59.503608 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6202 | 2024.05.30 04:13:59.503627 [ 3 ] {} <Debug> HTTP-Session: 3ccf5a52-4c41-4666-bf0e-8c271407ac07 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
6203 | 2024.05.30 04:13:59.503644 [ 3 ] {} <Debug> HTTP-Session: 3ccf5a52-4c41-4666-bf0e-8c271407ac07 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6204 | 2024.05.30 04:13:59.503657 [ 3 ] {} <Debug> HTTP-Session: 3ccf5a52-4c41-4666-bf0e-8c271407ac07 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6205 | 2024.05.30 04:13:59.503689 [ 3 ] {} <Trace> HTTP-Session: 3ccf5a52-4c41-4666-bf0e-8c271407ac07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6206 | 2024.05.30 04:13:59.503803 [ 3 ] {595d7810-8152-4c94-b5bd-d635b7882d00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6207 | 2024.05.30 04:13:59.503849 [ 3 ] {595d7810-8152-4c94-b5bd-d635b7882d00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6208 | 2024.05.30 04:13:59.503973 [ 3 ] {595d7810-8152-4c94-b5bd-d635b7882d00} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6209 | 2024.05.30 04:13:59.504356 [ 3 ] {595d7810-8152-4c94-b5bd-d635b7882d00} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6210 | 2024.05.30 04:13:59.504393 [ 3 ] {595d7810-8152-4c94-b5bd-d635b7882d00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
6211 | 2024.05.30 04:13:59.504749 [ 3 ] {595d7810-8152-4c94-b5bd-d635b7882d00} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
6212 | 2024.05.30 04:13:59.505069 [ 3 ] {595d7810-8152-4c94-b5bd-d635b7882d00} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6213 | 2024.05.30 04:13:59.505201 [ 3 ] {595d7810-8152-4c94-b5bd-d635b7882d00} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00144 sec., 41666.666666666664 rows/sec., 2.81 MiB/sec. | ||
6214 | 2024.05.30 04:13:59.505363 [ 3 ] {595d7810-8152-4c94-b5bd-d635b7882d00} <Debug> DynamicQueryHandler: Done processing query | ||
6215 | 2024.05.30 04:13:59.505387 [ 3 ] {595d7810-8152-4c94-b5bd-d635b7882d00} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6216 | 2024.05.30 04:13:59.505403 [ 3 ] {} <Debug> HTTP-Session: 3ccf5a52-4c41-4666-bf0e-8c271407ac07 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6217 | 2024.05.30 04:14:04.491282 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 7798, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6218 | 2024.05.30 04:14:04.491427 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6219 | 2024.05.30 04:14:04.491457 [ 3 ] {} <Debug> HTTP-Session: 593fb2cf-088c-4171-a211-8682dae61c6a Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
6220 | 2024.05.30 04:14:04.491486 [ 3 ] {} <Debug> HTTP-Session: 593fb2cf-088c-4171-a211-8682dae61c6a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6221 | 2024.05.30 04:14:04.491504 [ 3 ] {} <Debug> HTTP-Session: 593fb2cf-088c-4171-a211-8682dae61c6a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6222 | 2024.05.30 04:14:04.491560 [ 3 ] {} <Trace> HTTP-Session: 593fb2cf-088c-4171-a211-8682dae61c6a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6223 | 2024.05.30 04:14:04.491772 [ 3 ] {325374ee-9f67-4141-8fee-ae3fd5d6f265} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6224 | 2024.05.30 04:14:04.491842 [ 3 ] {325374ee-9f67-4141-8fee-ae3fd5d6f265} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6225 | 2024.05.30 04:14:04.492026 [ 3 ] {325374ee-9f67-4141-8fee-ae3fd5d6f265} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6226 | 2024.05.30 04:14:04.492602 [ 3 ] {325374ee-9f67-4141-8fee-ae3fd5d6f265} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6227 | 2024.05.30 04:14:04.492650 [ 3 ] {325374ee-9f67-4141-8fee-ae3fd5d6f265} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
6228 | 2024.05.30 04:14:04.493012 [ 3 ] {325374ee-9f67-4141-8fee-ae3fd5d6f265} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
6229 | 2024.05.30 04:14:04.493342 [ 3 ] {325374ee-9f67-4141-8fee-ae3fd5d6f265} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6230 | 2024.05.30 04:14:04.493518 [ 3 ] {325374ee-9f67-4141-8fee-ae3fd5d6f265} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00181 sec., 30939.22651933702 rows/sec., 2.36 MiB/sec. | ||
6231 | 2024.05.30 04:14:04.493733 [ 3 ] {325374ee-9f67-4141-8fee-ae3fd5d6f265} <Debug> DynamicQueryHandler: Done processing query | ||
6232 | 2024.05.30 04:14:04.493760 [ 3 ] {325374ee-9f67-4141-8fee-ae3fd5d6f265} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6233 | 2024.05.30 04:14:04.493776 [ 3 ] {} <Debug> HTTP-Session: 593fb2cf-088c-4171-a211-8682dae61c6a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6234 | 2024.05.30 04:14:04.493964 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 10872, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6235 | 2024.05.30 04:14:04.494020 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6236 | 2024.05.30 04:14:04.494040 [ 3 ] {} <Debug> HTTP-Session: 35cfcbfb-e374-4b20-95bf-f466bae0f067 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
6237 | 2024.05.30 04:14:04.494058 [ 3 ] {} <Debug> HTTP-Session: 35cfcbfb-e374-4b20-95bf-f466bae0f067 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6238 | 2024.05.30 04:14:04.494071 [ 3 ] {} <Debug> HTTP-Session: 35cfcbfb-e374-4b20-95bf-f466bae0f067 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6239 | 2024.05.30 04:14:04.494106 [ 3 ] {} <Trace> HTTP-Session: 35cfcbfb-e374-4b20-95bf-f466bae0f067 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6240 | 2024.05.30 04:14:04.494230 [ 3 ] {d17522fb-92cf-4e06-a428-8b04543a48b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6241 | 2024.05.30 04:14:04.494276 [ 3 ] {d17522fb-92cf-4e06-a428-8b04543a48b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6242 | 2024.05.30 04:14:04.494408 [ 3 ] {d17522fb-92cf-4e06-a428-8b04543a48b2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6243 | 2024.05.30 04:14:04.494768 [ 3 ] {d17522fb-92cf-4e06-a428-8b04543a48b2} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6244 | 2024.05.30 04:14:04.494806 [ 3 ] {d17522fb-92cf-4e06-a428-8b04543a48b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
6245 | 2024.05.30 04:14:04.495110 [ 3 ] {d17522fb-92cf-4e06-a428-8b04543a48b2} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
6246 | 2024.05.30 04:14:04.495412 [ 3 ] {d17522fb-92cf-4e06-a428-8b04543a48b2} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6247 | 2024.05.30 04:14:04.495577 [ 3 ] {d17522fb-92cf-4e06-a428-8b04543a48b2} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001389 sec., 46076.31389488841 rows/sec., 3.60 MiB/sec. | ||
6248 | 2024.05.30 04:14:04.495747 [ 3 ] {d17522fb-92cf-4e06-a428-8b04543a48b2} <Debug> DynamicQueryHandler: Done processing query | ||
6249 | 2024.05.30 04:14:04.495773 [ 3 ] {d17522fb-92cf-4e06-a428-8b04543a48b2} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
6250 | 2024.05.30 04:14:04.495788 [ 3 ] {} <Debug> HTTP-Session: 35cfcbfb-e374-4b20-95bf-f466bae0f067 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6251 | 2024.05.30 04:14:04.495944 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6252 | 2024.05.30 04:14:04.495996 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6253 | 2024.05.30 04:14:04.496014 [ 3 ] {} <Debug> HTTP-Session: f1f29d15-245f-4f41-a830-eb11906ff4fa Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
6254 | 2024.05.30 04:14:04.496031 [ 3 ] {} <Debug> HTTP-Session: f1f29d15-245f-4f41-a830-eb11906ff4fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6255 | 2024.05.30 04:14:04.496044 [ 3 ] {} <Debug> HTTP-Session: f1f29d15-245f-4f41-a830-eb11906ff4fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6256 | 2024.05.30 04:14:04.496077 [ 3 ] {} <Trace> HTTP-Session: f1f29d15-245f-4f41-a830-eb11906ff4fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6257 | 2024.05.30 04:14:04.496230 [ 3 ] {c41a1f49-adbb-4867-b074-ef09f6db5dd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6258 | 2024.05.30 04:14:04.496279 [ 3 ] {c41a1f49-adbb-4867-b074-ef09f6db5dd4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6259 | 2024.05.30 04:14:04.496424 [ 3 ] {c41a1f49-adbb-4867-b074-ef09f6db5dd4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6260 | 2024.05.30 04:14:04.496795 [ 3 ] {c41a1f49-adbb-4867-b074-ef09f6db5dd4} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6261 | 2024.05.30 04:14:04.496832 [ 3 ] {c41a1f49-adbb-4867-b074-ef09f6db5dd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
6262 | 2024.05.30 04:14:04.497225 [ 3 ] {c41a1f49-adbb-4867-b074-ef09f6db5dd4} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
6263 | 2024.05.30 04:14:04.497559 [ 3 ] {c41a1f49-adbb-4867-b074-ef09f6db5dd4} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6264 | 2024.05.30 04:14:04.497725 [ 3 ] {c41a1f49-adbb-4867-b074-ef09f6db5dd4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001566 sec., 102171.13665389529 rows/sec., 7.12 MiB/sec. | ||
6265 | 2024.05.30 04:14:04.497893 [ 3 ] {c41a1f49-adbb-4867-b074-ef09f6db5dd4} <Debug> DynamicQueryHandler: Done processing query | ||
6266 | 2024.05.30 04:14:04.497917 [ 3 ] {c41a1f49-adbb-4867-b074-ef09f6db5dd4} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6267 | 2024.05.30 04:14:04.497933 [ 3 ] {} <Debug> HTTP-Session: f1f29d15-245f-4f41-a830-eb11906ff4fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6268 | 2024.05.30 04:14:04.498074 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6269 | 2024.05.30 04:14:04.498123 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6270 | 2024.05.30 04:14:04.498142 [ 3 ] {} <Debug> HTTP-Session: a9954880-0552-4c0f-b86a-491c67d5d98b Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
6271 | 2024.05.30 04:14:04.498158 [ 3 ] {} <Debug> HTTP-Session: a9954880-0552-4c0f-b86a-491c67d5d98b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6272 | 2024.05.30 04:14:04.498172 [ 3 ] {} <Debug> HTTP-Session: a9954880-0552-4c0f-b86a-491c67d5d98b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6273 | 2024.05.30 04:14:04.498203 [ 3 ] {} <Trace> HTTP-Session: a9954880-0552-4c0f-b86a-491c67d5d98b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6274 | 2024.05.30 04:14:04.498327 [ 3 ] {580cf6cd-4b04-4ca8-b103-dc22c54f4dcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6275 | 2024.05.30 04:14:04.498372 [ 3 ] {580cf6cd-4b04-4ca8-b103-dc22c54f4dcf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6276 | 2024.05.30 04:14:04.498496 [ 3 ] {580cf6cd-4b04-4ca8-b103-dc22c54f4dcf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6277 | 2024.05.30 04:14:04.498789 [ 3 ] {580cf6cd-4b04-4ca8-b103-dc22c54f4dcf} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6278 | 2024.05.30 04:14:04.498825 [ 3 ] {580cf6cd-4b04-4ca8-b103-dc22c54f4dcf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
6279 | 2024.05.30 04:14:04.499175 [ 3 ] {580cf6cd-4b04-4ca8-b103-dc22c54f4dcf} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
6280 | 2024.05.30 04:14:04.499481 [ 3 ] {580cf6cd-4b04-4ca8-b103-dc22c54f4dcf} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6281 | 2024.05.30 04:14:04.499639 [ 3 ] {580cf6cd-4b04-4ca8-b103-dc22c54f4dcf} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001358 sec., 44182.62150220913 rows/sec., 2.98 MiB/sec. | ||
6282 | 2024.05.30 04:14:04.499805 [ 3 ] {580cf6cd-4b04-4ca8-b103-dc22c54f4dcf} <Debug> DynamicQueryHandler: Done processing query | ||
6283 | 2024.05.30 04:14:04.499829 [ 3 ] {580cf6cd-4b04-4ca8-b103-dc22c54f4dcf} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6284 | 2024.05.30 04:14:04.499844 [ 3 ] {} <Debug> HTTP-Session: a9954880-0552-4c0f-b86a-491c67d5d98b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6285 | 2024.05.30 04:14:09.492381 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 4497, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6286 | 2024.05.30 04:14:09.492522 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6287 | 2024.05.30 04:14:09.492552 [ 3 ] {} <Debug> HTTP-Session: d0b1509c-6ab6-4277-a405-a1a92dd98d15 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
6288 | 2024.05.30 04:14:09.492579 [ 3 ] {} <Debug> HTTP-Session: d0b1509c-6ab6-4277-a405-a1a92dd98d15 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6289 | 2024.05.30 04:14:09.492598 [ 3 ] {} <Debug> HTTP-Session: d0b1509c-6ab6-4277-a405-a1a92dd98d15 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6290 | 2024.05.30 04:14:09.492654 [ 3 ] {} <Trace> HTTP-Session: d0b1509c-6ab6-4277-a405-a1a92dd98d15 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6291 | 2024.05.30 04:14:09.492866 [ 3 ] {59e452ee-b2d7-43e8-982c-708557b83a59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6292 | 2024.05.30 04:14:09.492936 [ 3 ] {59e452ee-b2d7-43e8-982c-708557b83a59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6293 | 2024.05.30 04:14:09.493123 [ 3 ] {59e452ee-b2d7-43e8-982c-708557b83a59} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6294 | 2024.05.30 04:14:09.493585 [ 3 ] {59e452ee-b2d7-43e8-982c-708557b83a59} <Trace> oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6295 | 2024.05.30 04:14:09.493635 [ 3 ] {59e452ee-b2d7-43e8-982c-708557b83a59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
6296 | 2024.05.30 04:14:09.494007 [ 3 ] {59e452ee-b2d7-43e8-982c-708557b83a59} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
6297 | 2024.05.30 04:14:09.494351 [ 3 ] {59e452ee-b2d7-43e8-982c-708557b83a59} <Trace> oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6298 | 2024.05.30 04:14:09.494545 [ 3 ] {59e452ee-b2d7-43e8-982c-708557b83a59} <Debug> executeQuery: Read 31 rows, 2.51 KiB in 0.001739 sec., 17826.336975273145 rows/sec., 1.41 MiB/sec. | ||
6299 | 2024.05.30 04:14:09.494854 [ 3 ] {59e452ee-b2d7-43e8-982c-708557b83a59} <Debug> DynamicQueryHandler: Done processing query | ||
6300 | 2024.05.30 04:14:09.494883 [ 3 ] {59e452ee-b2d7-43e8-982c-708557b83a59} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6301 | 2024.05.30 04:14:09.494902 [ 3 ] {} <Debug> HTTP-Session: d0b1509c-6ab6-4277-a405-a1a92dd98d15 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6302 | 2024.05.30 04:14:09.495026 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 680, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6303 | 2024.05.30 04:14:09.495086 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6304 | 2024.05.30 04:14:09.495106 [ 3 ] {} <Debug> HTTP-Session: 92f6aa4c-4931-4129-b839-0ea354a4b717 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
6305 | 2024.05.30 04:14:09.495124 [ 3 ] {} <Debug> HTTP-Session: 92f6aa4c-4931-4129-b839-0ea354a4b717 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6306 | 2024.05.30 04:14:09.495138 [ 3 ] {} <Debug> HTTP-Session: 92f6aa4c-4931-4129-b839-0ea354a4b717 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6307 | 2024.05.30 04:14:09.495173 [ 3 ] {} <Trace> HTTP-Session: 92f6aa4c-4931-4129-b839-0ea354a4b717 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6308 | 2024.05.30 04:14:09.495282 [ 3 ] {b9f7ecbc-6b84-415d-b2be-00230fdee312} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
6309 | 2024.05.30 04:14:09.495330 [ 3 ] {b9f7ecbc-6b84-415d-b2be-00230fdee312} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
6310 | 2024.05.30 04:14:09.495480 [ 3 ] {b9f7ecbc-6b84-415d-b2be-00230fdee312} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6311 | 2024.05.30 04:14:09.495799 [ 3 ] {b9f7ecbc-6b84-415d-b2be-00230fdee312} <Trace> oximeter.fields_ipaddr (7437664c-5015-4ab1-bcc0-e9747c26d3d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6312 | 2024.05.30 04:14:09.495838 [ 3 ] {b9f7ecbc-6b84-415d-b2be-00230fdee312} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
6313 | 2024.05.30 04:14:09.496139 [ 3 ] {b9f7ecbc-6b84-415d-b2be-00230fdee312} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
6314 | 2024.05.30 04:14:09.496437 [ 3 ] {b9f7ecbc-6b84-415d-b2be-00230fdee312} <Trace> oximeter.fields_ipaddr (7437664c-5015-4ab1-bcc0-e9747c26d3d7): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6315 | 2024.05.30 04:14:09.496613 [ 3 ] {b9f7ecbc-6b84-415d-b2be-00230fdee312} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001352 sec., 2958.579881656805 rows/sec., 241.25 KiB/sec. | ||
6316 | 2024.05.30 04:14:09.497112 [ 3 ] {b9f7ecbc-6b84-415d-b2be-00230fdee312} <Debug> DynamicQueryHandler: Done processing query | ||
6317 | 2024.05.30 04:14:09.497139 [ 3 ] {b9f7ecbc-6b84-415d-b2be-00230fdee312} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6318 | 2024.05.30 04:14:09.497156 [ 3 ] {} <Debug> HTTP-Session: 92f6aa4c-4931-4129-b839-0ea354a4b717 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6319 | 2024.05.30 04:14:09.497300 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 22106, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6320 | 2024.05.30 04:14:09.497355 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6321 | 2024.05.30 04:14:09.497374 [ 3 ] {} <Debug> HTTP-Session: a4d7da0c-b49b-49bb-b2e4-dcf2efdf2ed8 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
6322 | 2024.05.30 04:14:09.497391 [ 3 ] {} <Debug> HTTP-Session: a4d7da0c-b49b-49bb-b2e4-dcf2efdf2ed8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6323 | 2024.05.30 04:14:09.497405 [ 3 ] {} <Debug> HTTP-Session: a4d7da0c-b49b-49bb-b2e4-dcf2efdf2ed8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6324 | 2024.05.30 04:14:09.497438 [ 3 ] {} <Trace> HTTP-Session: a4d7da0c-b49b-49bb-b2e4-dcf2efdf2ed8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6325 | 2024.05.30 04:14:09.497580 [ 3 ] {b7d1d1d4-9c6f-483e-b6bb-7c9e30f9c2a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6326 | 2024.05.30 04:14:09.497626 [ 3 ] {b7d1d1d4-9c6f-483e-b6bb-7c9e30f9c2a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6327 | 2024.05.30 04:14:09.497779 [ 3 ] {b7d1d1d4-9c6f-483e-b6bb-7c9e30f9c2a8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6328 | 2024.05.30 04:14:09.498196 [ 3 ] {b7d1d1d4-9c6f-483e-b6bb-7c9e30f9c2a8} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6329 | 2024.05.30 04:14:09.498234 [ 3 ] {b7d1d1d4-9c6f-483e-b6bb-7c9e30f9c2a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
6330 | 2024.05.30 04:14:09.498550 [ 3 ] {b7d1d1d4-9c6f-483e-b6bb-7c9e30f9c2a8} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
6331 | 2024.05.30 04:14:09.498852 [ 3 ] {b7d1d1d4-9c6f-483e-b6bb-7c9e30f9c2a8} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6332 | 2024.05.30 04:14:09.499017 [ 3 ] {b7d1d1d4-9c6f-483e-b6bb-7c9e30f9c2a8} <Debug> executeQuery: Read 151 rows, 12.93 KiB in 0.001493 sec., 101138.64701942398 rows/sec., 8.46 MiB/sec. | ||
6333 | 2024.05.30 04:14:09.499017 [ 91 ] {} <Debug> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
6334 | 2024.05.30 04:14:09.499130 [ 91 ] {} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6335 | 2024.05.30 04:14:09.499179 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
6336 | 2024.05.30 04:14:09.499267 [ 3 ] {b7d1d1d4-9c6f-483e-b6bb-7c9e30f9c2a8} <Debug> DynamicQueryHandler: Done processing query | ||
6337 | 2024.05.30 04:14:09.499309 [ 3 ] {b7d1d1d4-9c6f-483e-b6bb-7c9e30f9c2a8} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
6338 | 2024.05.30 04:14:09.499330 [ 3 ] {} <Debug> HTTP-Session: a4d7da0c-b49b-49bb-b2e4-dcf2efdf2ed8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6339 | 2024.05.30 04:14:09.499345 [ 196 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::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 | ||
6340 | 2024.05.30 04:14:09.499454 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 613, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6341 | 2024.05.30 04:14:09.499502 [ 196 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6342 | 2024.05.30 04:14:09.499516 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6343 | 2024.05.30 04:14:09.499545 [ 3 ] {} <Debug> HTTP-Session: 930d8fb6-0c4e-43de-9f50-3316bb16c485 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
6344 | 2024.05.30 04:14:09.499545 [ 196 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 192 rows starting from the beginning of the part | ||
6345 | 2024.05.30 04:14:09.499569 [ 3 ] {} <Debug> HTTP-Session: 930d8fb6-0c4e-43de-9f50-3316bb16c485 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6346 | 2024.05.30 04:14:09.499590 [ 3 ] {} <Debug> HTTP-Session: 930d8fb6-0c4e-43de-9f50-3316bb16c485 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6347 | 2024.05.30 04:14:09.499644 [ 3 ] {} <Trace> HTTP-Session: 930d8fb6-0c4e-43de-9f50-3316bb16c485 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6348 | 2024.05.30 04:14:09.499729 [ 196 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 149 rows starting from the beginning of the part | ||
6349 | 2024.05.30 04:14:09.499977 [ 3 ] {5b94181f-f552-4c1e-b7d1-384e233ef1eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6350 | 2024.05.30 04:14:09.499995 [ 196 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 92 rows starting from the beginning of the part | ||
6351 | 2024.05.30 04:14:09.500123 [ 3 ] {5b94181f-f552-4c1e-b7d1-384e233ef1eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6352 | 2024.05.30 04:14:09.500377 [ 196 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 149 rows starting from the beginning of the part | ||
6353 | 2024.05.30 04:14:09.500672 [ 196 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 56 rows starting from the beginning of the part | ||
6354 | 2024.05.30 04:14:09.501093 [ 196 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 151 rows starting from the beginning of the part | ||
6355 | 2024.05.30 04:14:09.501689 [ 3 ] {5b94181f-f552-4c1e-b7d1-384e233ef1eb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6356 | 2024.05.30 04:14:09.502196 [ 3 ] {5b94181f-f552-4c1e-b7d1-384e233ef1eb} <Trace> oximeter.fields_u16 (f5010535-cd64-42d7-ac63-98dfd59d33c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6357 | 2024.05.30 04:14:09.502242 [ 3 ] {5b94181f-f552-4c1e-b7d1-384e233ef1eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
6358 | 2024.05.30 04:14:09.502704 [ 3 ] {5b94181f-f552-4c1e-b7d1-384e233ef1eb} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
6359 | 2024.05.30 04:14:09.503125 [ 199 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 789 rows, containing 4 columns (4 merged, 0 gathered) in 0.003848978 sec., 204989.4803243874 rows/sec., 16.77 MiB/sec. | ||
6360 | 2024.05.30 04:14:09.503204 [ 3 ] {5b94181f-f552-4c1e-b7d1-384e233ef1eb} <Trace> oximeter.fields_u16 (f5010535-cd64-42d7-ac63-98dfd59d33c1): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6361 | 2024.05.30 04:14:09.503399 [ 199 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
6362 | 2024.05.30 04:14:09.503511 [ 3 ] {5b94181f-f552-4c1e-b7d1-384e233ef1eb} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.003629 sec., 1102.2320198401765 rows/sec., 76.96 KiB/sec. | ||
6363 | 2024.05.30 04:14:09.504439 [ 3 ] {5b94181f-f552-4c1e-b7d1-384e233ef1eb} <Debug> DynamicQueryHandler: Done processing query | ||
6364 | 2024.05.30 04:14:09.504482 [ 3 ] {5b94181f-f552-4c1e-b7d1-384e233ef1eb} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6365 | 2024.05.30 04:14:09.504524 [ 3 ] {} <Debug> HTTP-Session: 930d8fb6-0c4e-43de-9f50-3316bb16c485 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6366 | 2024.05.30 04:14:09.504694 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 16810, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6367 | 2024.05.30 04:14:09.504706 [ 199 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_46_9} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6368 | 2024.05.30 04:14:09.504807 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6369 | 2024.05.30 04:14:09.504856 [ 3 ] {} <Debug> HTTP-Session: ea90f53a-f4c4-471a-acbb-1e6fbf3d62fe Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
6370 | 2024.05.30 04:14:09.504888 [ 3 ] {} <Debug> HTTP-Session: ea90f53a-f4c4-471a-acbb-1e6fbf3d62fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6371 | 2024.05.30 04:14:09.504904 [ 199 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_46_9} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
6372 | 2024.05.30 04:14:09.504912 [ 3 ] {} <Debug> HTTP-Session: ea90f53a-f4c4-471a-acbb-1e6fbf3d62fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6373 | 2024.05.30 04:14:09.504994 [ 3 ] {} <Trace> HTTP-Session: ea90f53a-f4c4-471a-acbb-1e6fbf3d62fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6374 | 2024.05.30 04:14:09.505054 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
6375 | 2024.05.30 04:14:09.505186 [ 3 ] {e37f29b1-1e8d-4bac-8f18-11da49410076} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6376 | 2024.05.30 04:14:09.505235 [ 3 ] {e37f29b1-1e8d-4bac-8f18-11da49410076} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6377 | 2024.05.30 04:14:09.505379 [ 3 ] {e37f29b1-1e8d-4bac-8f18-11da49410076} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6378 | 2024.05.30 04:14:09.505742 [ 3 ] {e37f29b1-1e8d-4bac-8f18-11da49410076} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6379 | 2024.05.30 04:14:09.505780 [ 3 ] {e37f29b1-1e8d-4bac-8f18-11da49410076} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
6380 | 2024.05.30 04:14:09.506104 [ 3 ] {e37f29b1-1e8d-4bac-8f18-11da49410076} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
6381 | 2024.05.30 04:14:09.506415 [ 3 ] {e37f29b1-1e8d-4bac-8f18-11da49410076} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6382 | 2024.05.30 04:14:09.506565 [ 3 ] {e37f29b1-1e8d-4bac-8f18-11da49410076} <Debug> executeQuery: Read 99 rows, 7.92 KiB in 0.001429 sec., 69279.21623512947 rows/sec., 5.42 MiB/sec. | ||
6383 | 2024.05.30 04:14:09.506597 [ 89 ] {} <Debug> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
6384 | 2024.05.30 04:14:09.506698 [ 89 ] {} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6385 | 2024.05.30 04:14:09.506732 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
6386 | 2024.05.30 04:14:09.506819 [ 3 ] {e37f29b1-1e8d-4bac-8f18-11da49410076} <Debug> DynamicQueryHandler: Done processing query | ||
6387 | 2024.05.30 04:14:09.506878 [ 3 ] {e37f29b1-1e8d-4bac-8f18-11da49410076} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
6388 | 2024.05.30 04:14:09.506927 [ 3 ] {} <Debug> HTTP-Session: ea90f53a-f4c4-471a-acbb-1e6fbf3d62fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6389 | 2024.05.30 04:14:09.506933 [ 199 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::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 | ||
6390 | 2024.05.30 04:14:09.507134 [ 199 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6391 | 2024.05.30 04:14:09.507132 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 30979, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6392 | 2024.05.30 04:14:09.507190 [ 199 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 151 rows starting from the beginning of the part | ||
6393 | 2024.05.30 04:14:09.507251 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6394 | 2024.05.30 04:14:09.507344 [ 3 ] {} <Debug> HTTP-Session: fa82eea9-ea44-484f-a83e-6d57022bbd16 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
6395 | 2024.05.30 04:14:09.507417 [ 3 ] {} <Debug> HTTP-Session: fa82eea9-ea44-484f-a83e-6d57022bbd16 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6396 | 2024.05.30 04:14:09.507412 [ 199 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 95 rows starting from the beginning of the part | ||
6397 | 2024.05.30 04:14:09.507475 [ 3 ] {} <Debug> HTTP-Session: fa82eea9-ea44-484f-a83e-6d57022bbd16 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6398 | 2024.05.30 04:14:09.507633 [ 3 ] {} <Trace> HTTP-Session: fa82eea9-ea44-484f-a83e-6d57022bbd16 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6399 | 2024.05.30 04:14:09.507707 [ 199 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 88 rows starting from the beginning of the part | ||
6400 | 2024.05.30 04:14:09.507945 [ 199 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 95 rows starting from the beginning of the part | ||
6401 | 2024.05.30 04:14:09.508076 [ 3 ] {67decbce-44ef-40b8-b1a3-75bb5e482196} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6402 | 2024.05.30 04:14:09.508207 [ 199 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 64 rows starting from the beginning of the part | ||
6403 | 2024.05.30 04:14:09.508320 [ 3 ] {67decbce-44ef-40b8-b1a3-75bb5e482196} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6404 | 2024.05.30 04:14:09.508504 [ 199 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 99 rows starting from the beginning of the part | ||
6405 | 2024.05.30 04:14:09.509292 [ 3 ] {67decbce-44ef-40b8-b1a3-75bb5e482196} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6406 | 2024.05.30 04:14:09.510268 [ 3 ] {67decbce-44ef-40b8-b1a3-75bb5e482196} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6407 | 2024.05.30 04:14:09.510337 [ 3 ] {67decbce-44ef-40b8-b1a3-75bb5e482196} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
6408 | 2024.05.30 04:14:09.511408 [ 196 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 592 rows, containing 4 columns (4 merged, 0 gathered) in 0.004578741 sec., 129293.18343186479 rows/sec., 10.10 MiB/sec. | ||
6409 | 2024.05.30 04:14:09.511445 [ 3 ] {67decbce-44ef-40b8-b1a3-75bb5e482196} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
6410 | 2024.05.30 04:14:09.511617 [ 186 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
6411 | 2024.05.30 04:14:09.512205 [ 3 ] {67decbce-44ef-40b8-b1a3-75bb5e482196} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6412 | 2024.05.30 04:14:09.512518 [ 3 ] {67decbce-44ef-40b8-b1a3-75bb5e482196} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.00462 sec., 35064.93506493507 rows/sec., 2.44 MiB/sec. | ||
6413 | 2024.05.30 04:14:09.512554 [ 89 ] {} <Debug> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
6414 | 2024.05.30 04:14:09.512638 [ 186 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_46_9} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6415 | 2024.05.30 04:14:09.512690 [ 89 ] {} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6416 | 2024.05.30 04:14:09.512822 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
6417 | 2024.05.30 04:14:09.512996 [ 186 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_46_9} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
6418 | 2024.05.30 04:14:09.513076 [ 3 ] {67decbce-44ef-40b8-b1a3-75bb5e482196} <Debug> DynamicQueryHandler: Done processing query | ||
6419 | 2024.05.30 04:14:09.513171 [ 3 ] {67decbce-44ef-40b8-b1a3-75bb5e482196} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6420 | 2024.05.30 04:14:09.513272 [ 3 ] {} <Debug> HTTP-Session: fa82eea9-ea44-484f-a83e-6d57022bbd16 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6421 | 2024.05.30 04:14:09.513417 [ 187 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::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 | ||
6422 | 2024.05.30 04:14:09.513467 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
6423 | 2024.05.30 04:14:09.513638 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 33193, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6424 | 2024.05.30 04:14:09.513772 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6425 | 2024.05.30 04:14:09.513847 [ 3 ] {} <Debug> HTTP-Session: b2a3ae5d-9844-49f0-a3ad-3b4b0090af41 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
6426 | 2024.05.30 04:14:09.513906 [ 3 ] {} <Debug> HTTP-Session: b2a3ae5d-9844-49f0-a3ad-3b4b0090af41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6427 | 2024.05.30 04:14:09.513925 [ 187 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6428 | 2024.05.30 04:14:09.513941 [ 3 ] {} <Debug> HTTP-Session: b2a3ae5d-9844-49f0-a3ad-3b4b0090af41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6429 | 2024.05.30 04:14:09.514001 [ 187 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 6579 rows starting from the beginning of the part | ||
6430 | 2024.05.30 04:14:09.514013 [ 3 ] {} <Trace> HTTP-Session: b2a3ae5d-9844-49f0-a3ad-3b4b0090af41 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6431 | 2024.05.30 04:14:09.514118 [ 187 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 160 rows starting from the beginning of the part | ||
6432 | 2024.05.30 04:14:09.514442 [ 187 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 196 rows starting from the beginning of the part | ||
6433 | 2024.05.30 04:14:09.514494 [ 3 ] {373b9bac-4c5d-44bf-b845-6b9df1b31e92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6434 | 2024.05.30 04:14:09.514705 [ 3 ] {373b9bac-4c5d-44bf-b845-6b9df1b31e92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
6435 | 2024.05.30 04:14:09.514774 [ 187 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 160 rows starting from the beginning of the part | ||
6436 | 2024.05.30 04:14:09.515193 [ 187 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::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 | ||
6437 | 2024.05.30 04:14:09.515527 [ 187 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 162 rows starting from the beginning of the part | ||
6438 | 2024.05.30 04:14:09.516146 [ 3 ] {373b9bac-4c5d-44bf-b845-6b9df1b31e92} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6439 | 2024.05.30 04:14:09.516740 [ 3 ] {373b9bac-4c5d-44bf-b845-6b9df1b31e92} <Trace> oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6440 | 2024.05.30 04:14:09.516776 [ 3 ] {373b9bac-4c5d-44bf-b845-6b9df1b31e92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
6441 | 2024.05.30 04:14:09.517373 [ 3 ] {373b9bac-4c5d-44bf-b845-6b9df1b31e92} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
6442 | 2024.05.30 04:14:09.517776 [ 3 ] {373b9bac-4c5d-44bf-b845-6b9df1b31e92} <Trace> oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6443 | 2024.05.30 04:14:09.518000 [ 89 ] {} <Debug> oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
6444 | 2024.05.30 04:14:09.518010 [ 3 ] {373b9bac-4c5d-44bf-b845-6b9df1b31e92} <Debug> executeQuery: Read 31 rows, 42.84 KiB in 0.003823 sec., 8108.815066701543 rows/sec., 10.94 MiB/sec. | ||
6445 | 2024.05.30 04:14:09.518059 [ 89 ] {} <Trace> oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6446 | 2024.05.30 04:14:09.518171 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
6447 | 2024.05.30 04:14:09.518598 [ 202 ] {685be072-9424-4095-bf5b-8da187daa969::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 | ||
6448 | 2024.05.30 04:14:09.518676 [ 3 ] {373b9bac-4c5d-44bf-b845-6b9df1b31e92} <Debug> DynamicQueryHandler: Done processing query | ||
6449 | 2024.05.30 04:14:09.518779 [ 3 ] {373b9bac-4c5d-44bf-b845-6b9df1b31e92} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
6450 | 2024.05.30 04:14:09.518876 [ 3 ] {} <Debug> HTTP-Session: b2a3ae5d-9844-49f0-a3ad-3b4b0090af41 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6451 | 2024.05.30 04:14:09.519219 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6452 | 2024.05.30 04:14:09.519408 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6453 | 2024.05.30 04:14:09.519534 [ 3 ] {} <Debug> HTTP-Session: de35a911-9858-4ce7-b2b5-88065eaacfe3 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
6454 | 2024.05.30 04:14:09.519615 [ 202 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6455 | 2024.05.30 04:14:09.519633 [ 3 ] {} <Debug> HTTP-Session: de35a911-9858-4ce7-b2b5-88065eaacfe3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6456 | 2024.05.30 04:14:09.519723 [ 3 ] {} <Debug> HTTP-Session: de35a911-9858-4ce7-b2b5-88065eaacfe3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6457 | 2024.05.30 04:14:09.519761 [ 202 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 463 rows starting from the beginning of the part | ||
6458 | 2024.05.30 04:14:09.519773 [ 187 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7417 rows, containing 5 columns (5 merged, 0 gathered) in 0.00676231 sec., 1096814.5500575986 rows/sec., 76.46 MiB/sec. | ||
6459 | 2024.05.30 04:14:09.519812 [ 3 ] {} <Trace> HTTP-Session: de35a911-9858-4ce7-b2b5-88065eaacfe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6460 | 2024.05.30 04:14:09.520071 [ 202 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 31 rows starting from the beginning of the part | ||
6461 | 2024.05.30 04:14:09.520296 [ 3 ] {6c253a24-5cfb-4ce7-b46f-488128c59f72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6462 | 2024.05.30 04:14:09.520420 [ 202 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 31 rows starting from the beginning of the part | ||
6463 | 2024.05.30 04:14:09.520438 [ 187 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
6464 | 2024.05.30 04:14:09.520543 [ 3 ] {6c253a24-5cfb-4ce7-b46f-488128c59f72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6465 | 2024.05.30 04:14:09.520951 [ 202 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 31 rows starting from the beginning of the part | ||
6466 | 2024.05.30 04:14:09.521559 [ 202 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 31 rows starting from the beginning of the part | ||
6467 | 2024.05.30 04:14:09.522206 [ 202 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 31 rows starting from the beginning of the part | ||
6468 | 2024.05.30 04:14:09.522415 [ 3 ] {6c253a24-5cfb-4ce7-b46f-488128c59f72} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6469 | 2024.05.30 04:14:09.523264 [ 187 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6470 | 2024.05.30 04:14:09.523596 [ 187 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
6471 | 2024.05.30 04:14:09.523866 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.41 MiB. | ||
6472 | 2024.05.30 04:14:09.524023 [ 3 ] {6c253a24-5cfb-4ce7-b46f-488128c59f72} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6473 | 2024.05.30 04:14:09.524105 [ 3 ] {6c253a24-5cfb-4ce7-b46f-488128c59f72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
6474 | 2024.05.30 04:14:09.524615 [ 3 ] {6c253a24-5cfb-4ce7-b46f-488128c59f72} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
6475 | 2024.05.30 04:14:09.525023 [ 3 ] {6c253a24-5cfb-4ce7-b46f-488128c59f72} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6476 | 2024.05.30 04:14:09.525348 [ 89 ] {} <Debug> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
6477 | 2024.05.30 04:14:09.525372 [ 3 ] {6c253a24-5cfb-4ce7-b46f-488128c59f72} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005305 sec., 11310.084825636193 rows/sec., 780.51 KiB/sec. | ||
6478 | 2024.05.30 04:14:09.525477 [ 89 ] {} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6479 | 2024.05.30 04:14:09.525604 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
6480 | 2024.05.30 04:14:09.526001 [ 3 ] {6c253a24-5cfb-4ce7-b46f-488128c59f72} <Debug> DynamicQueryHandler: Done processing query | ||
6481 | 2024.05.30 04:14:09.526035 [ 186 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::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 | ||
6482 | 2024.05.30 04:14:09.526067 [ 3 ] {6c253a24-5cfb-4ce7-b46f-488128c59f72} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6483 | 2024.05.30 04:14:09.526155 [ 3 ] {} <Debug> HTTP-Session: de35a911-9858-4ce7-b2b5-88065eaacfe3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6484 | 2024.05.30 04:14:09.526373 [ 186 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6485 | 2024.05.30 04:14:09.526414 [ 186 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2342 rows starting from the beginning of the part | ||
6486 | 2024.05.30 04:14:09.526643 [ 186 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 60 rows starting from the beginning of the part | ||
6487 | 2024.05.30 04:14:09.526919 [ 186 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::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 | ||
6488 | 2024.05.30 04:14:09.527119 [ 186 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 60 rows starting from the beginning of the part | ||
6489 | 2024.05.30 04:14:09.527311 [ 186 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::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 | ||
6490 | 2024.05.30 04:14:09.527523 [ 186 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 60 rows starting from the beginning of the part | ||
6491 | 2024.05.30 04:14:09.528904 [ 202 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 618 rows, containing 6 columns (6 merged, 0 gathered) in 0.010540197 sec., 58632.6802051233 rows/sec., 79.12 MiB/sec. | ||
6492 | 2024.05.30 04:14:09.529099 [ 194 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2642 rows, containing 4 columns (4 merged, 0 gathered) in 0.003317199 sec., 796455.0815311352 rows/sec., 53.64 MiB/sec. | ||
6493 | 2024.05.30 04:14:09.529302 [ 202 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
6494 | 2024.05.30 04:14:09.529315 [ 194 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
6495 | 2024.05.30 04:14:09.529989 [ 202 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_21_4} <Trace> oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6496 | 2024.05.30 04:14:09.530059 [ 194 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_46_9} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6497 | 2024.05.30 04:14:09.530090 [ 202 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_21_4} <Trace> oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
6498 | 2024.05.30 04:14:09.530199 [ 194 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_46_9} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
6499 | 2024.05.30 04:14:09.530205 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.47 MiB. | ||
6500 | 2024.05.30 04:14:09.530287 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. | ||
6501 | 2024.05.30 04:14:10.000152 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 187.52 MiB, peak 196.15 MiB, free memory in arenas 0.00 B, will set to 188.88 MiB (RSS), difference: 1.36 MiB | ||
6502 | 2024.05.30 04:14:13.105727 [ 88 ] {} <Debug> DNSResolver: Updating DNS cache | ||
6503 | 2024.05.30 04:14:13.105783 [ 88 ] {} <Debug> DNSResolver: Updated DNS cache | ||
6504 | 2024.05.30 04:14:14.491314 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 7798, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6505 | 2024.05.30 04:14:14.491462 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6506 | 2024.05.30 04:14:14.491491 [ 3 ] {} <Debug> HTTP-Session: 9f194db4-8b35-419d-8a47-9b4034213129 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
6507 | 2024.05.30 04:14:14.491520 [ 3 ] {} <Debug> HTTP-Session: 9f194db4-8b35-419d-8a47-9b4034213129 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6508 | 2024.05.30 04:14:14.491538 [ 3 ] {} <Debug> HTTP-Session: 9f194db4-8b35-419d-8a47-9b4034213129 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6509 | 2024.05.30 04:14:14.491593 [ 3 ] {} <Trace> HTTP-Session: 9f194db4-8b35-419d-8a47-9b4034213129 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6510 | 2024.05.30 04:14:14.491815 [ 3 ] {e04393d5-d68c-4491-b224-15c84ef5cdc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6511 | 2024.05.30 04:14:14.491892 [ 3 ] {e04393d5-d68c-4491-b224-15c84ef5cdc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6512 | 2024.05.30 04:14:14.492097 [ 3 ] {e04393d5-d68c-4491-b224-15c84ef5cdc0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6513 | 2024.05.30 04:14:14.492628 [ 3 ] {e04393d5-d68c-4491-b224-15c84ef5cdc0} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6514 | 2024.05.30 04:14:14.492678 [ 3 ] {e04393d5-d68c-4491-b224-15c84ef5cdc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
6515 | 2024.05.30 04:14:14.493054 [ 3 ] {e04393d5-d68c-4491-b224-15c84ef5cdc0} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
6516 | 2024.05.30 04:14:14.493390 [ 3 ] {e04393d5-d68c-4491-b224-15c84ef5cdc0} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6517 | 2024.05.30 04:14:14.493579 [ 3 ] {e04393d5-d68c-4491-b224-15c84ef5cdc0} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00183 sec., 30601.09289617486 rows/sec., 2.34 MiB/sec. | ||
6518 | 2024.05.30 04:14:14.493937 [ 3 ] {e04393d5-d68c-4491-b224-15c84ef5cdc0} <Debug> DynamicQueryHandler: Done processing query | ||
6519 | 2024.05.30 04:14:14.493964 [ 3 ] {e04393d5-d68c-4491-b224-15c84ef5cdc0} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6520 | 2024.05.30 04:14:14.493981 [ 3 ] {} <Debug> HTTP-Session: 9f194db4-8b35-419d-8a47-9b4034213129 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6521 | 2024.05.30 04:14:14.494118 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 10872, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6522 | 2024.05.30 04:14:14.494174 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6523 | 2024.05.30 04:14:14.494193 [ 3 ] {} <Debug> HTTP-Session: d10716a5-3920-4630-947e-0c2e9750f28b Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
6524 | 2024.05.30 04:14:14.494211 [ 3 ] {} <Debug> HTTP-Session: d10716a5-3920-4630-947e-0c2e9750f28b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6525 | 2024.05.30 04:14:14.494225 [ 3 ] {} <Debug> HTTP-Session: d10716a5-3920-4630-947e-0c2e9750f28b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6526 | 2024.05.30 04:14:14.494260 [ 3 ] {} <Trace> HTTP-Session: d10716a5-3920-4630-947e-0c2e9750f28b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6527 | 2024.05.30 04:14:14.494385 [ 3 ] {5afcba24-a90f-41d7-8210-abc0bea6d664} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6528 | 2024.05.30 04:14:14.494434 [ 3 ] {5afcba24-a90f-41d7-8210-abc0bea6d664} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6529 | 2024.05.30 04:14:14.494583 [ 3 ] {5afcba24-a90f-41d7-8210-abc0bea6d664} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6530 | 2024.05.30 04:14:14.494989 [ 3 ] {5afcba24-a90f-41d7-8210-abc0bea6d664} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6531 | 2024.05.30 04:14:14.495054 [ 3 ] {5afcba24-a90f-41d7-8210-abc0bea6d664} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
6532 | 2024.05.30 04:14:14.495526 [ 3 ] {5afcba24-a90f-41d7-8210-abc0bea6d664} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
6533 | 2024.05.30 04:14:14.496016 [ 3 ] {5afcba24-a90f-41d7-8210-abc0bea6d664} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6534 | 2024.05.30 04:14:14.496225 [ 3 ] {5afcba24-a90f-41d7-8210-abc0bea6d664} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001883 sec., 33988.316516197556 rows/sec., 2.65 MiB/sec. | ||
6535 | 2024.05.30 04:14:14.496409 [ 3 ] {5afcba24-a90f-41d7-8210-abc0bea6d664} <Debug> DynamicQueryHandler: Done processing query | ||
6536 | 2024.05.30 04:14:14.496435 [ 3 ] {5afcba24-a90f-41d7-8210-abc0bea6d664} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
6537 | 2024.05.30 04:14:14.496450 [ 3 ] {} <Debug> HTTP-Session: d10716a5-3920-4630-947e-0c2e9750f28b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6538 | 2024.05.30 04:14:14.496607 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6539 | 2024.05.30 04:14:14.496657 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6540 | 2024.05.30 04:14:14.496676 [ 3 ] {} <Debug> HTTP-Session: b40d9606-1de4-4f63-b5fb-7b7d2dd53dff Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
6541 | 2024.05.30 04:14:14.496692 [ 3 ] {} <Debug> HTTP-Session: b40d9606-1de4-4f63-b5fb-7b7d2dd53dff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6542 | 2024.05.30 04:14:14.496706 [ 3 ] {} <Debug> HTTP-Session: b40d9606-1de4-4f63-b5fb-7b7d2dd53dff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6543 | 2024.05.30 04:14:14.496736 [ 3 ] {} <Trace> HTTP-Session: b40d9606-1de4-4f63-b5fb-7b7d2dd53dff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6544 | 2024.05.30 04:14:14.496886 [ 3 ] {2a9baa09-c2c5-4fea-971c-f663f8bd2a35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6545 | 2024.05.30 04:14:14.496932 [ 3 ] {2a9baa09-c2c5-4fea-971c-f663f8bd2a35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6546 | 2024.05.30 04:14:14.497074 [ 3 ] {2a9baa09-c2c5-4fea-971c-f663f8bd2a35} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6547 | 2024.05.30 04:14:14.497478 [ 3 ] {2a9baa09-c2c5-4fea-971c-f663f8bd2a35} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6548 | 2024.05.30 04:14:14.497516 [ 3 ] {2a9baa09-c2c5-4fea-971c-f663f8bd2a35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
6549 | 2024.05.30 04:14:14.497919 [ 3 ] {2a9baa09-c2c5-4fea-971c-f663f8bd2a35} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
6550 | 2024.05.30 04:14:14.498254 [ 3 ] {2a9baa09-c2c5-4fea-971c-f663f8bd2a35} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6551 | 2024.05.30 04:14:14.498419 [ 3 ] {2a9baa09-c2c5-4fea-971c-f663f8bd2a35} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001601 sec., 99937.53903810118 rows/sec., 6.96 MiB/sec. | ||
6552 | 2024.05.30 04:14:14.498591 [ 3 ] {2a9baa09-c2c5-4fea-971c-f663f8bd2a35} <Debug> DynamicQueryHandler: Done processing query | ||
6553 | 2024.05.30 04:14:14.498616 [ 3 ] {2a9baa09-c2c5-4fea-971c-f663f8bd2a35} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6554 | 2024.05.30 04:14:14.498631 [ 3 ] {} <Debug> HTTP-Session: b40d9606-1de4-4f63-b5fb-7b7d2dd53dff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6555 | 2024.05.30 04:14:14.498744 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6556 | 2024.05.30 04:14:14.498794 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6557 | 2024.05.30 04:14:14.498813 [ 3 ] {} <Debug> HTTP-Session: e7b23d5e-39ad-4396-95b5-87b8d8720211 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
6558 | 2024.05.30 04:14:14.498831 [ 3 ] {} <Debug> HTTP-Session: e7b23d5e-39ad-4396-95b5-87b8d8720211 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6559 | 2024.05.30 04:14:14.498845 [ 3 ] {} <Debug> HTTP-Session: e7b23d5e-39ad-4396-95b5-87b8d8720211 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6560 | 2024.05.30 04:14:14.498875 [ 3 ] {} <Trace> HTTP-Session: e7b23d5e-39ad-4396-95b5-87b8d8720211 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6561 | 2024.05.30 04:14:14.499000 [ 3 ] {94ad7949-6d67-4d4e-b582-faec004e0470} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6562 | 2024.05.30 04:14:14.499044 [ 3 ] {94ad7949-6d67-4d4e-b582-faec004e0470} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6563 | 2024.05.30 04:14:14.499171 [ 3 ] {94ad7949-6d67-4d4e-b582-faec004e0470} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6564 | 2024.05.30 04:14:14.499466 [ 3 ] {94ad7949-6d67-4d4e-b582-faec004e0470} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6565 | 2024.05.30 04:14:14.499504 [ 3 ] {94ad7949-6d67-4d4e-b582-faec004e0470} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
6566 | 2024.05.30 04:14:14.499876 [ 3 ] {94ad7949-6d67-4d4e-b582-faec004e0470} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
6567 | 2024.05.30 04:14:14.500187 [ 3 ] {94ad7949-6d67-4d4e-b582-faec004e0470} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6568 | 2024.05.30 04:14:14.500319 [ 3 ] {94ad7949-6d67-4d4e-b582-faec004e0470} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001369 sec., 43827.61139517897 rows/sec., 2.95 MiB/sec. | ||
6569 | 2024.05.30 04:14:14.500487 [ 3 ] {94ad7949-6d67-4d4e-b582-faec004e0470} <Debug> DynamicQueryHandler: Done processing query | ||
6570 | 2024.05.30 04:14:14.500512 [ 3 ] {94ad7949-6d67-4d4e-b582-faec004e0470} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6571 | 2024.05.30 04:14:14.500528 [ 3 ] {} <Debug> HTTP-Session: e7b23d5e-39ad-4396-95b5-87b8d8720211 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6572 | 2024.05.30 04:14:19.493371 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 4497, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6573 | 2024.05.30 04:14:19.493502 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6574 | 2024.05.30 04:14:19.493527 [ 3 ] {} <Debug> HTTP-Session: 2433fe03-5e15-490d-b197-4970599009c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
6575 | 2024.05.30 04:14:19.493551 [ 3 ] {} <Debug> HTTP-Session: 2433fe03-5e15-490d-b197-4970599009c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6576 | 2024.05.30 04:14:19.493565 [ 3 ] {} <Debug> HTTP-Session: 2433fe03-5e15-490d-b197-4970599009c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6577 | 2024.05.30 04:14:19.493614 [ 3 ] {} <Trace> HTTP-Session: 2433fe03-5e15-490d-b197-4970599009c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6578 | 2024.05.30 04:14:19.493803 [ 3 ] {af2ef7ce-37b1-4785-92d9-457917a1eaa2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6579 | 2024.05.30 04:14:19.493869 [ 3 ] {af2ef7ce-37b1-4785-92d9-457917a1eaa2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6580 | 2024.05.30 04:14:19.494065 [ 3 ] {af2ef7ce-37b1-4785-92d9-457917a1eaa2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6581 | 2024.05.30 04:14:19.494442 [ 3 ] {af2ef7ce-37b1-4785-92d9-457917a1eaa2} <Trace> oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6582 | 2024.05.30 04:14:19.494488 [ 3 ] {af2ef7ce-37b1-4785-92d9-457917a1eaa2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
6583 | 2024.05.30 04:14:19.494857 [ 3 ] {af2ef7ce-37b1-4785-92d9-457917a1eaa2} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
6584 | 2024.05.30 04:14:19.495191 [ 3 ] {af2ef7ce-37b1-4785-92d9-457917a1eaa2} <Trace> oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6585 | 2024.05.30 04:14:19.495369 [ 3 ] {af2ef7ce-37b1-4785-92d9-457917a1eaa2} <Debug> executeQuery: Read 31 rows, 2.51 KiB in 0.001617 sec., 19171.3048855906 rows/sec., 1.52 MiB/sec. | ||
6586 | 2024.05.30 04:14:19.495379 [ 81 ] {} <Debug> oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba) (MergerMutator): Selected 5 parts from all_1_18_4 to all_22_22_0 | ||
6587 | 2024.05.30 04:14:19.495485 [ 81 ] {} <Trace> oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6588 | 2024.05.30 04:14:19.495531 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
6589 | 2024.05.30 04:14:19.495680 [ 3 ] {af2ef7ce-37b1-4785-92d9-457917a1eaa2} <Debug> DynamicQueryHandler: Done processing query | ||
6590 | 2024.05.30 04:14:19.495763 [ 3 ] {af2ef7ce-37b1-4785-92d9-457917a1eaa2} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6591 | 2024.05.30 04:14:19.495793 [ 3 ] {} <Debug> HTTP-Session: 2433fe03-5e15-490d-b197-4970599009c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6592 | 2024.05.30 04:14:19.495794 [ 189 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_22_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_18_4 to all_22_22_0 into Compact with storage Full | ||
6593 | 2024.05.30 04:14:19.496023 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 21838, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6594 | 2024.05.30 04:14:19.496194 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6595 | 2024.05.30 04:14:19.496282 [ 3 ] {} <Debug> HTTP-Session: 89bbd80f-f91b-431b-a993-7f0efbedc31e Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
6596 | 2024.05.30 04:14:19.496356 [ 3 ] {} <Debug> HTTP-Session: 89bbd80f-f91b-431b-a993-7f0efbedc31e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6597 | 2024.05.30 04:14:19.496356 [ 189 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_22_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6598 | 2024.05.30 04:14:19.496381 [ 3 ] {} <Debug> HTTP-Session: 89bbd80f-f91b-431b-a993-7f0efbedc31e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6599 | 2024.05.30 04:14:19.496428 [ 189 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_18_4, total 31 rows starting from the beginning of the part | ||
6600 | 2024.05.30 04:14:19.496452 [ 3 ] {} <Trace> HTTP-Session: 89bbd80f-f91b-431b-a993-7f0efbedc31e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6601 | 2024.05.30 04:14:19.496589 [ 189 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 31 rows starting from the beginning of the part | ||
6602 | 2024.05.30 04:14:19.496898 [ 3 ] {922cbb3d-40ca-4ea5-960e-029c4aaedaba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6603 | 2024.05.30 04:14:19.496952 [ 189 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 31 rows starting from the beginning of the part | ||
6604 | 2024.05.30 04:14:19.497056 [ 3 ] {922cbb3d-40ca-4ea5-960e-029c4aaedaba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6605 | 2024.05.30 04:14:19.497356 [ 189 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 31 rows starting from the beginning of the part | ||
6606 | 2024.05.30 04:14:19.497681 [ 189 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 31 rows starting from the beginning of the part | ||
6607 | 2024.05.30 04:14:19.498119 [ 3 ] {922cbb3d-40ca-4ea5-960e-029c4aaedaba} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6608 | 2024.05.30 04:14:19.499053 [ 3 ] {922cbb3d-40ca-4ea5-960e-029c4aaedaba} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6609 | 2024.05.30 04:14:19.499130 [ 3 ] {922cbb3d-40ca-4ea5-960e-029c4aaedaba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
6610 | 2024.05.30 04:14:19.500104 [ 3 ] {922cbb3d-40ca-4ea5-960e-029c4aaedaba} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
6611 | 2024.05.30 04:14:19.500147 [ 194 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_22_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 155 rows, containing 4 columns (4 merged, 0 gathered) in 0.00452619 sec., 34245.13774278145 rows/sec., 2.71 MiB/sec. | ||
6612 | 2024.05.30 04:14:19.500483 [ 194 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_22_5} <Trace> MergedBlockOutputStream: filled checksums all_1_22_5 (state Temporary) | ||
6613 | 2024.05.30 04:14:19.500683 [ 3 ] {922cbb3d-40ca-4ea5-960e-029c4aaedaba} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6614 | 2024.05.30 04:14:19.501084 [ 3 ] {922cbb3d-40ca-4ea5-960e-029c4aaedaba} <Debug> executeQuery: Read 149 rows, 12.78 KiB in 0.004419 sec., 33718.03575469563 rows/sec., 2.82 MiB/sec. | ||
6615 | 2024.05.30 04:14:19.501433 [ 3 ] {922cbb3d-40ca-4ea5-960e-029c4aaedaba} <Debug> DynamicQueryHandler: Done processing query | ||
6616 | 2024.05.30 04:14:19.501487 [ 3 ] {922cbb3d-40ca-4ea5-960e-029c4aaedaba} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
6617 | 2024.05.30 04:14:19.501488 [ 202 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_22_5} <Trace> oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Renaming temporary part tmp_merge_all_1_22_5 to all_1_22_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6618 | 2024.05.30 04:14:19.501513 [ 3 ] {} <Debug> HTTP-Session: 89bbd80f-f91b-431b-a993-7f0efbedc31e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6619 | 2024.05.30 04:14:19.501638 [ 202 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_22_5} <Trace> oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba) (MergerMutator): Merged 5 parts: [all_1_18_4, all_22_22_0] -> all_1_22_5 | ||
6620 | 2024.05.30 04:14:19.501684 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 16124, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6621 | 2024.05.30 04:14:19.501780 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
6622 | 2024.05.30 04:14:19.501790 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6623 | 2024.05.30 04:14:19.501834 [ 3 ] {} <Debug> HTTP-Session: dd065541-c15c-4178-8c6b-62fd47a7fdef Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
6624 | 2024.05.30 04:14:19.501851 [ 3 ] {} <Debug> HTTP-Session: dd065541-c15c-4178-8c6b-62fd47a7fdef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6625 | 2024.05.30 04:14:19.501865 [ 3 ] {} <Debug> HTTP-Session: dd065541-c15c-4178-8c6b-62fd47a7fdef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6626 | 2024.05.30 04:14:19.501897 [ 3 ] {} <Trace> HTTP-Session: dd065541-c15c-4178-8c6b-62fd47a7fdef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6627 | 2024.05.30 04:14:19.502036 [ 3 ] {e62b45c3-42e1-4618-bd29-b2ce6533fecc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6628 | 2024.05.30 04:14:19.502083 [ 3 ] {e62b45c3-42e1-4618-bd29-b2ce6533fecc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6629 | 2024.05.30 04:14:19.502230 [ 3 ] {e62b45c3-42e1-4618-bd29-b2ce6533fecc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6630 | 2024.05.30 04:14:19.502550 [ 3 ] {e62b45c3-42e1-4618-bd29-b2ce6533fecc} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6631 | 2024.05.30 04:14:19.502587 [ 3 ] {e62b45c3-42e1-4618-bd29-b2ce6533fecc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
6632 | 2024.05.30 04:14:19.502913 [ 3 ] {e62b45c3-42e1-4618-bd29-b2ce6533fecc} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
6633 | 2024.05.30 04:14:19.503223 [ 3 ] {e62b45c3-42e1-4618-bd29-b2ce6533fecc} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6634 | 2024.05.30 04:14:19.503382 [ 3 ] {e62b45c3-42e1-4618-bd29-b2ce6533fecc} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.001398 sec., 67954.22031473534 rows/sec., 5.31 MiB/sec. | ||
6635 | 2024.05.30 04:14:19.503534 [ 3 ] {e62b45c3-42e1-4618-bd29-b2ce6533fecc} <Debug> DynamicQueryHandler: Done processing query | ||
6636 | 2024.05.30 04:14:19.503558 [ 3 ] {e62b45c3-42e1-4618-bd29-b2ce6533fecc} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
6637 | 2024.05.30 04:14:19.503574 [ 3 ] {} <Debug> HTTP-Session: dd065541-c15c-4178-8c6b-62fd47a7fdef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6638 | 2024.05.30 04:14:19.503718 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6639 | 2024.05.30 04:14:19.503766 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6640 | 2024.05.30 04:14:19.503785 [ 3 ] {} <Debug> HTTP-Session: 08125885-f192-4ba1-9e7f-62bbe5670cfe Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
6641 | 2024.05.30 04:14:19.503801 [ 3 ] {} <Debug> HTTP-Session: 08125885-f192-4ba1-9e7f-62bbe5670cfe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6642 | 2024.05.30 04:14:19.503814 [ 3 ] {} <Debug> HTTP-Session: 08125885-f192-4ba1-9e7f-62bbe5670cfe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6643 | 2024.05.30 04:14:19.503845 [ 3 ] {} <Trace> HTTP-Session: 08125885-f192-4ba1-9e7f-62bbe5670cfe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6644 | 2024.05.30 04:14:19.503998 [ 3 ] {49a5aa00-ef20-4c67-a508-b00b5efdf9b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6645 | 2024.05.30 04:14:19.504045 [ 3 ] {49a5aa00-ef20-4c67-a508-b00b5efdf9b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6646 | 2024.05.30 04:14:19.504189 [ 3 ] {49a5aa00-ef20-4c67-a508-b00b5efdf9b9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6647 | 2024.05.30 04:14:19.504525 [ 3 ] {49a5aa00-ef20-4c67-a508-b00b5efdf9b9} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6648 | 2024.05.30 04:14:19.504562 [ 3 ] {49a5aa00-ef20-4c67-a508-b00b5efdf9b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
6649 | 2024.05.30 04:14:19.504948 [ 3 ] {49a5aa00-ef20-4c67-a508-b00b5efdf9b9} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
6650 | 2024.05.30 04:14:19.505276 [ 3 ] {49a5aa00-ef20-4c67-a508-b00b5efdf9b9} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6651 | 2024.05.30 04:14:19.505452 [ 3 ] {49a5aa00-ef20-4c67-a508-b00b5efdf9b9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001517 sec., 105471.32498352011 rows/sec., 7.35 MiB/sec. | ||
6652 | 2024.05.30 04:14:19.505611 [ 3 ] {49a5aa00-ef20-4c67-a508-b00b5efdf9b9} <Debug> DynamicQueryHandler: Done processing query | ||
6653 | 2024.05.30 04:14:19.505636 [ 3 ] {49a5aa00-ef20-4c67-a508-b00b5efdf9b9} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6654 | 2024.05.30 04:14:19.505651 [ 3 ] {} <Debug> HTTP-Session: 08125885-f192-4ba1-9e7f-62bbe5670cfe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6655 | 2024.05.30 04:14:19.505790 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 33193, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6656 | 2024.05.30 04:14:19.505839 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6657 | 2024.05.30 04:14:19.505857 [ 3 ] {} <Debug> HTTP-Session: e83bc394-4645-414c-b52d-ae6c0b2eeab4 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
6658 | 2024.05.30 04:14:19.505873 [ 3 ] {} <Debug> HTTP-Session: e83bc394-4645-414c-b52d-ae6c0b2eeab4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6659 | 2024.05.30 04:14:19.505886 [ 3 ] {} <Debug> HTTP-Session: e83bc394-4645-414c-b52d-ae6c0b2eeab4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6660 | 2024.05.30 04:14:19.505918 [ 3 ] {} <Trace> HTTP-Session: e83bc394-4645-414c-b52d-ae6c0b2eeab4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6661 | 2024.05.30 04:14:19.506206 [ 3 ] {cecad7d9-3f92-4600-bb8e-d4444aeb3c1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6662 | 2024.05.30 04:14:19.506255 [ 3 ] {cecad7d9-3f92-4600-bb8e-d4444aeb3c1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
6663 | 2024.05.30 04:14:19.506414 [ 3 ] {cecad7d9-3f92-4600-bb8e-d4444aeb3c1a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6664 | 2024.05.30 04:14:19.506831 [ 3 ] {cecad7d9-3f92-4600-bb8e-d4444aeb3c1a} <Trace> oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6665 | 2024.05.30 04:14:19.506868 [ 3 ] {cecad7d9-3f92-4600-bb8e-d4444aeb3c1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
6666 | 2024.05.30 04:14:19.507270 [ 3 ] {cecad7d9-3f92-4600-bb8e-d4444aeb3c1a} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
6667 | 2024.05.30 04:14:19.507613 [ 3 ] {cecad7d9-3f92-4600-bb8e-d4444aeb3c1a} <Trace> oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6668 | 2024.05.30 04:14:19.507776 [ 3 ] {cecad7d9-3f92-4600-bb8e-d4444aeb3c1a} <Debug> executeQuery: Read 31 rows, 42.84 KiB in 0.001778 sec., 17435.320584926885 rows/sec., 23.53 MiB/sec. | ||
6669 | 2024.05.30 04:14:19.507931 [ 3 ] {cecad7d9-3f92-4600-bb8e-d4444aeb3c1a} <Debug> DynamicQueryHandler: Done processing query | ||
6670 | 2024.05.30 04:14:19.507955 [ 3 ] {cecad7d9-3f92-4600-bb8e-d4444aeb3c1a} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
6671 | 2024.05.30 04:14:19.507971 [ 3 ] {} <Debug> HTTP-Session: e83bc394-4645-414c-b52d-ae6c0b2eeab4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6672 | 2024.05.30 04:14:19.508084 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6673 | 2024.05.30 04:14:19.508132 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6674 | 2024.05.30 04:14:19.508151 [ 3 ] {} <Debug> HTTP-Session: f8859b5d-a08b-43da-9918-ab0a6aed5710 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
6675 | 2024.05.30 04:14:19.508166 [ 3 ] {} <Debug> HTTP-Session: f8859b5d-a08b-43da-9918-ab0a6aed5710 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6676 | 2024.05.30 04:14:19.508179 [ 3 ] {} <Debug> HTTP-Session: f8859b5d-a08b-43da-9918-ab0a6aed5710 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6677 | 2024.05.30 04:14:19.508209 [ 3 ] {} <Trace> HTTP-Session: f8859b5d-a08b-43da-9918-ab0a6aed5710 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6678 | 2024.05.30 04:14:19.508320 [ 3 ] {6e1a4d8b-7e9b-4717-ba69-17694e987a42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6679 | 2024.05.30 04:14:19.508364 [ 3 ] {6e1a4d8b-7e9b-4717-ba69-17694e987a42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6680 | 2024.05.30 04:14:19.508491 [ 3 ] {6e1a4d8b-7e9b-4717-ba69-17694e987a42} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6681 | 2024.05.30 04:14:19.508768 [ 3 ] {6e1a4d8b-7e9b-4717-ba69-17694e987a42} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6682 | 2024.05.30 04:14:19.508805 [ 3 ] {6e1a4d8b-7e9b-4717-ba69-17694e987a42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
6683 | 2024.05.30 04:14:19.509158 [ 3 ] {6e1a4d8b-7e9b-4717-ba69-17694e987a42} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
6684 | 2024.05.30 04:14:19.509465 [ 3 ] {6e1a4d8b-7e9b-4717-ba69-17694e987a42} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6685 | 2024.05.30 04:14:19.509602 [ 3 ] {6e1a4d8b-7e9b-4717-ba69-17694e987a42} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00132 sec., 45454.545454545456 rows/sec., 3.06 MiB/sec. | ||
6686 | 2024.05.30 04:14:19.509768 [ 3 ] {6e1a4d8b-7e9b-4717-ba69-17694e987a42} <Debug> DynamicQueryHandler: Done processing query | ||
6687 | 2024.05.30 04:14:19.509791 [ 3 ] {6e1a4d8b-7e9b-4717-ba69-17694e987a42} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6688 | 2024.05.30 04:14:19.509806 [ 3 ] {} <Debug> HTTP-Session: f8859b5d-a08b-43da-9918-ab0a6aed5710 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6689 | 2024.05.30 04:14:21.839831 [ 79 ] {} <Debug> oximeter.fields_u16 (f5010535-cd64-42d7-ac63-98dfd59d33c1) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
6690 | 2024.05.30 04:14:21.839904 [ 79 ] {} <Trace> oximeter.fields_u16 (f5010535-cd64-42d7-ac63-98dfd59d33c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6691 | 2024.05.30 04:14:21.839931 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
6692 | 2024.05.30 04:14:21.840106 [ 194 ] {f5010535-cd64-42d7-ac63-98dfd59d33c1::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 | ||
6693 | 2024.05.30 04:14:21.840290 [ 194 ] {f5010535-cd64-42d7-ac63-98dfd59d33c1::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6694 | 2024.05.30 04:14:21.840330 [ 194 ] {f5010535-cd64-42d7-ac63-98dfd59d33c1::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 14 rows starting from the beginning of the part | ||
6695 | 2024.05.30 04:14:21.840412 [ 194 ] {f5010535-cd64-42d7-ac63-98dfd59d33c1::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 4 rows starting from the beginning of the part | ||
6696 | 2024.05.30 04:14:21.840519 [ 194 ] {f5010535-cd64-42d7-ac63-98dfd59d33c1::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 | ||
6697 | 2024.05.30 04:14:21.840644 [ 194 ] {f5010535-cd64-42d7-ac63-98dfd59d33c1::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 4 rows starting from the beginning of the part | ||
6698 | 2024.05.30 04:14:21.840751 [ 194 ] {f5010535-cd64-42d7-ac63-98dfd59d33c1::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 4 rows starting from the beginning of the part | ||
6699 | 2024.05.30 04:14:21.841693 [ 189 ] {f5010535-cd64-42d7-ac63-98dfd59d33c1::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.001675079 sec., 19103.57660743165 rows/sec., 1.30 MiB/sec. | ||
6700 | 2024.05.30 04:14:21.841896 [ 188 ] {f5010535-cd64-42d7-ac63-98dfd59d33c1::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
6701 | 2024.05.30 04:14:21.842337 [ 188 ] {f5010535-cd64-42d7-ac63-98dfd59d33c1::all_1_9_2} <Trace> oximeter.fields_u16 (f5010535-cd64-42d7-ac63-98dfd59d33c1): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6702 | 2024.05.30 04:14:21.842429 [ 188 ] {f5010535-cd64-42d7-ac63-98dfd59d33c1::all_1_9_2} <Trace> oximeter.fields_u16 (f5010535-cd64-42d7-ac63-98dfd59d33c1) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
6703 | 2024.05.30 04:14:21.842528 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
6704 | 2024.05.30 04:14:22.241650 [ 79 ] {} <Debug> oximeter.fields_ipaddr (7437664c-5015-4ab1-bcc0-e9747c26d3d7) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
6705 | 2024.05.30 04:14:22.241717 [ 79 ] {} <Trace> oximeter.fields_ipaddr (7437664c-5015-4ab1-bcc0-e9747c26d3d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6706 | 2024.05.30 04:14:22.241740 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
6707 | 2024.05.30 04:14:22.241889 [ 194 ] {7437664c-5015-4ab1-bcc0-e9747c26d3d7::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 | ||
6708 | 2024.05.30 04:14:22.242061 [ 194 ] {7437664c-5015-4ab1-bcc0-e9747c26d3d7::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6709 | 2024.05.30 04:14:22.242103 [ 194 ] {7437664c-5015-4ab1-bcc0-e9747c26d3d7::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 14 rows starting from the beginning of the part | ||
6710 | 2024.05.30 04:14:22.242178 [ 194 ] {7437664c-5015-4ab1-bcc0-e9747c26d3d7::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 4 rows starting from the beginning of the part | ||
6711 | 2024.05.30 04:14:22.242259 [ 194 ] {7437664c-5015-4ab1-bcc0-e9747c26d3d7::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 | ||
6712 | 2024.05.30 04:14:22.242405 [ 194 ] {7437664c-5015-4ab1-bcc0-e9747c26d3d7::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 4 rows starting from the beginning of the part | ||
6713 | 2024.05.30 04:14:22.242495 [ 194 ] {7437664c-5015-4ab1-bcc0-e9747c26d3d7::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 4 rows starting from the beginning of the part | ||
6714 | 2024.05.30 04:14:22.243351 [ 194 ] {7437664c-5015-4ab1-bcc0-e9747c26d3d7::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.001543808 sec., 20727.966171959208 rows/sec., 1.65 MiB/sec. | ||
6715 | 2024.05.30 04:14:22.243566 [ 197 ] {7437664c-5015-4ab1-bcc0-e9747c26d3d7::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
6716 | 2024.05.30 04:14:22.244066 [ 197 ] {7437664c-5015-4ab1-bcc0-e9747c26d3d7::all_1_9_2} <Trace> oximeter.fields_ipaddr (7437664c-5015-4ab1-bcc0-e9747c26d3d7): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6717 | 2024.05.30 04:14:22.244159 [ 197 ] {7437664c-5015-4ab1-bcc0-e9747c26d3d7::all_1_9_2} <Trace> oximeter.fields_ipaddr (7437664c-5015-4ab1-bcc0-e9747c26d3d7) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
6718 | 2024.05.30 04:14:22.244262 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
6719 | 2024.05.30 04:14:24.493278 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6720 | 2024.05.30 04:14:24.493415 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6721 | 2024.05.30 04:14:24.493444 [ 3 ] {} <Debug> HTTP-Session: 327ceb02-641f-4fce-bd75-ec66b95343d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
6722 | 2024.05.30 04:14:24.493471 [ 3 ] {} <Debug> HTTP-Session: 327ceb02-641f-4fce-bd75-ec66b95343d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6723 | 2024.05.30 04:14:24.493489 [ 3 ] {} <Debug> HTTP-Session: 327ceb02-641f-4fce-bd75-ec66b95343d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6724 | 2024.05.30 04:14:24.493544 [ 3 ] {} <Trace> HTTP-Session: 327ceb02-641f-4fce-bd75-ec66b95343d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6725 | 2024.05.30 04:14:24.493735 [ 3 ] {4343555c-a823-4c91-8d60-019baecb930a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
6726 | 2024.05.30 04:14:24.493808 [ 3 ] {4343555c-a823-4c91-8d60-019baecb930a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
6727 | 2024.05.30 04:14:24.494019 [ 3 ] {4343555c-a823-4c91-8d60-019baecb930a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6728 | 2024.05.30 04:14:24.494407 [ 3 ] {4343555c-a823-4c91-8d60-019baecb930a} <Trace> oximeter.fields_ipaddr (7437664c-5015-4ab1-bcc0-e9747c26d3d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6729 | 2024.05.30 04:14:24.494452 [ 3 ] {4343555c-a823-4c91-8d60-019baecb930a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
6730 | 2024.05.30 04:14:24.494808 [ 3 ] {4343555c-a823-4c91-8d60-019baecb930a} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
6731 | 2024.05.30 04:14:24.495134 [ 3 ] {4343555c-a823-4c91-8d60-019baecb930a} <Trace> oximeter.fields_ipaddr (7437664c-5015-4ab1-bcc0-e9747c26d3d7): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6732 | 2024.05.30 04:14:24.495303 [ 3 ] {4343555c-a823-4c91-8d60-019baecb930a} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001619 sec., 3705.9913526868436 rows/sec., 302.20 KiB/sec. | ||
6733 | 2024.05.30 04:14:24.495513 [ 3 ] {4343555c-a823-4c91-8d60-019baecb930a} <Debug> DynamicQueryHandler: Done processing query | ||
6734 | 2024.05.30 04:14:24.495542 [ 3 ] {4343555c-a823-4c91-8d60-019baecb930a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6735 | 2024.05.30 04:14:24.495558 [ 3 ] {} <Debug> HTTP-Session: 327ceb02-641f-4fce-bd75-ec66b95343d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6736 | 2024.05.30 04:14:24.495690 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 13133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6737 | 2024.05.30 04:14:24.495745 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6738 | 2024.05.30 04:14:24.495764 [ 3 ] {} <Debug> HTTP-Session: 0fdced0c-c2f1-4e49-b265-0b31766d0650 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
6739 | 2024.05.30 04:14:24.495781 [ 3 ] {} <Debug> HTTP-Session: 0fdced0c-c2f1-4e49-b265-0b31766d0650 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6740 | 2024.05.30 04:14:24.495796 [ 3 ] {} <Debug> HTTP-Session: 0fdced0c-c2f1-4e49-b265-0b31766d0650 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6741 | 2024.05.30 04:14:24.495831 [ 3 ] {} <Trace> HTTP-Session: 0fdced0c-c2f1-4e49-b265-0b31766d0650 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6742 | 2024.05.30 04:14:24.495962 [ 3 ] {f5b7b5ca-2be2-409e-accc-78d061d1620e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6743 | 2024.05.30 04:14:24.496009 [ 3 ] {f5b7b5ca-2be2-409e-accc-78d061d1620e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6744 | 2024.05.30 04:14:24.496142 [ 3 ] {f5b7b5ca-2be2-409e-accc-78d061d1620e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6745 | 2024.05.30 04:14:24.496590 [ 3 ] {f5b7b5ca-2be2-409e-accc-78d061d1620e} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6746 | 2024.05.30 04:14:24.496628 [ 3 ] {f5b7b5ca-2be2-409e-accc-78d061d1620e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
6747 | 2024.05.30 04:14:24.496946 [ 3 ] {f5b7b5ca-2be2-409e-accc-78d061d1620e} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
6748 | 2024.05.30 04:14:24.497263 [ 3 ] {f5b7b5ca-2be2-409e-accc-78d061d1620e} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6749 | 2024.05.30 04:14:24.497421 [ 3 ] {f5b7b5ca-2be2-409e-accc-78d061d1620e} <Debug> executeQuery: Read 95 rows, 7.36 KiB in 0.001506 sec., 63081.00929614874 rows/sec., 4.77 MiB/sec. | ||
6750 | 2024.05.30 04:14:24.497716 [ 3 ] {f5b7b5ca-2be2-409e-accc-78d061d1620e} <Debug> DynamicQueryHandler: Done processing query | ||
6751 | 2024.05.30 04:14:24.497783 [ 3 ] {f5b7b5ca-2be2-409e-accc-78d061d1620e} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
6752 | 2024.05.30 04:14:24.497851 [ 3 ] {} <Debug> HTTP-Session: 0fdced0c-c2f1-4e49-b265-0b31766d0650 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6753 | 2024.05.30 04:14:24.498066 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 888, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6754 | 2024.05.30 04:14:24.498151 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6755 | 2024.05.30 04:14:24.498172 [ 3 ] {} <Debug> HTTP-Session: c0c82793-9c89-4e93-9176-9cd54032e0cb Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
6756 | 2024.05.30 04:14:24.498190 [ 3 ] {} <Debug> HTTP-Session: c0c82793-9c89-4e93-9176-9cd54032e0cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6757 | 2024.05.30 04:14:24.498204 [ 3 ] {} <Debug> HTTP-Session: c0c82793-9c89-4e93-9176-9cd54032e0cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6758 | 2024.05.30 04:14:24.498238 [ 3 ] {} <Trace> HTTP-Session: c0c82793-9c89-4e93-9176-9cd54032e0cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6759 | 2024.05.30 04:14:24.498343 [ 3 ] {e2a59981-e216-4cd7-8bb5-f06f0e42764c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6760 | 2024.05.30 04:14:24.498389 [ 3 ] {e2a59981-e216-4cd7-8bb5-f06f0e42764c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6761 | 2024.05.30 04:14:24.498533 [ 3 ] {e2a59981-e216-4cd7-8bb5-f06f0e42764c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6762 | 2024.05.30 04:14:24.498812 [ 3 ] {e2a59981-e216-4cd7-8bb5-f06f0e42764c} <Trace> oximeter.fields_u16 (f5010535-cd64-42d7-ac63-98dfd59d33c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6763 | 2024.05.30 04:14:24.498849 [ 3 ] {e2a59981-e216-4cd7-8bb5-f06f0e42764c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
6764 | 2024.05.30 04:14:24.499143 [ 3 ] {e2a59981-e216-4cd7-8bb5-f06f0e42764c} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
6765 | 2024.05.30 04:14:24.499432 [ 3 ] {e2a59981-e216-4cd7-8bb5-f06f0e42764c} <Trace> oximeter.fields_u16 (f5010535-cd64-42d7-ac63-98dfd59d33c1): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6766 | 2024.05.30 04:14:24.499586 [ 3 ] {e2a59981-e216-4cd7-8bb5-f06f0e42764c} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.001269 sec., 4728.132387706856 rows/sec., 330.14 KiB/sec. | ||
6767 | 2024.05.30 04:14:24.499738 [ 3 ] {e2a59981-e216-4cd7-8bb5-f06f0e42764c} <Debug> DynamicQueryHandler: Done processing query | ||
6768 | 2024.05.30 04:14:24.499762 [ 3 ] {e2a59981-e216-4cd7-8bb5-f06f0e42764c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6769 | 2024.05.30 04:14:24.499777 [ 3 ] {} <Debug> HTTP-Session: c0c82793-9c89-4e93-9176-9cd54032e0cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6770 | 2024.05.30 04:14:24.499888 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 15939, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6771 | 2024.05.30 04:14:24.499936 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6772 | 2024.05.30 04:14:24.499955 [ 3 ] {} <Debug> HTTP-Session: 30db6cef-f551-41d1-b4e6-49da8e3e4ccb Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
6773 | 2024.05.30 04:14:24.499972 [ 3 ] {} <Debug> HTTP-Session: 30db6cef-f551-41d1-b4e6-49da8e3e4ccb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6774 | 2024.05.30 04:14:24.499986 [ 3 ] {} <Debug> HTTP-Session: 30db6cef-f551-41d1-b4e6-49da8e3e4ccb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6775 | 2024.05.30 04:14:24.500016 [ 3 ] {} <Trace> HTTP-Session: 30db6cef-f551-41d1-b4e6-49da8e3e4ccb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6776 | 2024.05.30 04:14:24.500133 [ 3 ] {a436bb0f-d586-4bfd-90b4-7f444bfadbcd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6777 | 2024.05.30 04:14:24.500176 [ 3 ] {a436bb0f-d586-4bfd-90b4-7f444bfadbcd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6778 | 2024.05.30 04:14:24.500300 [ 3 ] {a436bb0f-d586-4bfd-90b4-7f444bfadbcd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6779 | 2024.05.30 04:14:24.500690 [ 3 ] {a436bb0f-d586-4bfd-90b4-7f444bfadbcd} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6780 | 2024.05.30 04:14:24.500725 [ 3 ] {a436bb0f-d586-4bfd-90b4-7f444bfadbcd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
6781 | 2024.05.30 04:14:24.501030 [ 3 ] {a436bb0f-d586-4bfd-90b4-7f444bfadbcd} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
6782 | 2024.05.30 04:14:24.501326 [ 3 ] {a436bb0f-d586-4bfd-90b4-7f444bfadbcd} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6783 | 2024.05.30 04:14:24.501482 [ 3 ] {a436bb0f-d586-4bfd-90b4-7f444bfadbcd} <Debug> executeQuery: Read 94 rows, 7.50 KiB in 0.00139 sec., 67625.89928057554 rows/sec., 5.27 MiB/sec. | ||
6784 | 2024.05.30 04:14:24.501656 [ 3 ] {a436bb0f-d586-4bfd-90b4-7f444bfadbcd} <Debug> DynamicQueryHandler: Done processing query | ||
6785 | 2024.05.30 04:14:24.501680 [ 3 ] {a436bb0f-d586-4bfd-90b4-7f444bfadbcd} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
6786 | 2024.05.30 04:14:24.501696 [ 3 ] {} <Debug> HTTP-Session: 30db6cef-f551-41d1-b4e6-49da8e3e4ccb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6787 | 2024.05.30 04:14:24.501859 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 38135, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6788 | 2024.05.30 04:14:24.501909 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6789 | 2024.05.30 04:14:24.501928 [ 3 ] {} <Debug> HTTP-Session: 1ef64872-803f-4a22-b529-4392a235b747 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
6790 | 2024.05.30 04:14:24.501944 [ 3 ] {} <Debug> HTTP-Session: 1ef64872-803f-4a22-b529-4392a235b747 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6791 | 2024.05.30 04:14:24.501958 [ 3 ] {} <Debug> HTTP-Session: 1ef64872-803f-4a22-b529-4392a235b747 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6792 | 2024.05.30 04:14:24.501988 [ 3 ] {} <Trace> HTTP-Session: 1ef64872-803f-4a22-b529-4392a235b747 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6793 | 2024.05.30 04:14:24.502161 [ 3 ] {34a3515a-7be2-412e-b388-ad6220713c95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6794 | 2024.05.30 04:14:24.502208 [ 3 ] {34a3515a-7be2-412e-b388-ad6220713c95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6795 | 2024.05.30 04:14:24.502356 [ 3 ] {34a3515a-7be2-412e-b388-ad6220713c95} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6796 | 2024.05.30 04:14:24.502754 [ 3 ] {34a3515a-7be2-412e-b388-ad6220713c95} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6797 | 2024.05.30 04:14:24.502790 [ 3 ] {34a3515a-7be2-412e-b388-ad6220713c95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
6798 | 2024.05.30 04:14:24.503175 [ 3 ] {34a3515a-7be2-412e-b388-ad6220713c95} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
6799 | 2024.05.30 04:14:24.503520 [ 3 ] {34a3515a-7be2-412e-b388-ad6220713c95} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6800 | 2024.05.30 04:14:24.503675 [ 3 ] {34a3515a-7be2-412e-b388-ad6220713c95} <Debug> executeQuery: Read 199 rows, 14.22 KiB in 0.001595 sec., 124764.89028213166 rows/sec., 8.71 MiB/sec. | ||
6801 | 2024.05.30 04:14:24.503865 [ 3 ] {34a3515a-7be2-412e-b388-ad6220713c95} <Debug> DynamicQueryHandler: Done processing query | ||
6802 | 2024.05.30 04:14:24.503895 [ 3 ] {34a3515a-7be2-412e-b388-ad6220713c95} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
6803 | 2024.05.30 04:14:24.503912 [ 3 ] {} <Debug> HTTP-Session: 1ef64872-803f-4a22-b529-4392a235b747 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6804 | 2024.05.30 04:14:24.504044 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6805 | 2024.05.30 04:14:24.504091 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6806 | 2024.05.30 04:14:24.504110 [ 3 ] {} <Debug> HTTP-Session: dca6507e-8fe9-4156-affa-88544f86c43a Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
6807 | 2024.05.30 04:14:24.504125 [ 3 ] {} <Debug> HTTP-Session: dca6507e-8fe9-4156-affa-88544f86c43a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6808 | 2024.05.30 04:14:24.504140 [ 3 ] {} <Debug> HTTP-Session: dca6507e-8fe9-4156-affa-88544f86c43a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6809 | 2024.05.30 04:14:24.504170 [ 3 ] {} <Trace> HTTP-Session: dca6507e-8fe9-4156-affa-88544f86c43a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6810 | 2024.05.30 04:14:24.504300 [ 3 ] {7f1cfcec-ae8b-47d7-a7dc-45f00336ad95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6811 | 2024.05.30 04:14:24.504345 [ 3 ] {7f1cfcec-ae8b-47d7-a7dc-45f00336ad95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6812 | 2024.05.30 04:14:24.504469 [ 3 ] {7f1cfcec-ae8b-47d7-a7dc-45f00336ad95} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6813 | 2024.05.30 04:14:24.504771 [ 3 ] {7f1cfcec-ae8b-47d7-a7dc-45f00336ad95} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6814 | 2024.05.30 04:14:24.504807 [ 3 ] {7f1cfcec-ae8b-47d7-a7dc-45f00336ad95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
6815 | 2024.05.30 04:14:24.505170 [ 3 ] {7f1cfcec-ae8b-47d7-a7dc-45f00336ad95} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
6816 | 2024.05.30 04:14:24.505485 [ 3 ] {7f1cfcec-ae8b-47d7-a7dc-45f00336ad95} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6817 | 2024.05.30 04:14:24.505640 [ 3 ] {7f1cfcec-ae8b-47d7-a7dc-45f00336ad95} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001388 sec., 43227.66570605188 rows/sec., 2.91 MiB/sec. | ||
6818 | 2024.05.30 04:14:24.505914 [ 3 ] {7f1cfcec-ae8b-47d7-a7dc-45f00336ad95} <Debug> DynamicQueryHandler: Done processing query | ||
6819 | 2024.05.30 04:14:24.505965 [ 3 ] {7f1cfcec-ae8b-47d7-a7dc-45f00336ad95} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6820 | 2024.05.30 04:14:24.506000 [ 3 ] {} <Debug> HTTP-Session: dca6507e-8fe9-4156-affa-88544f86c43a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6821 | 2024.05.30 04:14:28.105834 [ 75 ] {} <Debug> DNSResolver: Updating DNS cache | ||
6822 | 2024.05.30 04:14:28.105887 [ 75 ] {} <Debug> DNSResolver: Updated DNS cache | ||
6823 | 2024.05.30 04:14:29.492793 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 4497, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6824 | 2024.05.30 04:14:29.492932 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6825 | 2024.05.30 04:14:29.492961 [ 3 ] {} <Debug> HTTP-Session: 83af30c1-510e-4229-90fa-edca3e607c03 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
6826 | 2024.05.30 04:14:29.492989 [ 3 ] {} <Debug> HTTP-Session: 83af30c1-510e-4229-90fa-edca3e607c03 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6827 | 2024.05.30 04:14:29.493007 [ 3 ] {} <Debug> HTTP-Session: 83af30c1-510e-4229-90fa-edca3e607c03 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6828 | 2024.05.30 04:14:29.493062 [ 3 ] {} <Trace> HTTP-Session: 83af30c1-510e-4229-90fa-edca3e607c03 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6829 | 2024.05.30 04:14:29.493271 [ 3 ] {780c8eb8-e4a2-496a-b7d1-67b9aa1d3848} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6830 | 2024.05.30 04:14:29.493345 [ 3 ] {780c8eb8-e4a2-496a-b7d1-67b9aa1d3848} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6831 | 2024.05.30 04:14:29.493543 [ 3 ] {780c8eb8-e4a2-496a-b7d1-67b9aa1d3848} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6832 | 2024.05.30 04:14:29.493949 [ 3 ] {780c8eb8-e4a2-496a-b7d1-67b9aa1d3848} <Trace> oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6833 | 2024.05.30 04:14:29.493997 [ 3 ] {780c8eb8-e4a2-496a-b7d1-67b9aa1d3848} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
6834 | 2024.05.30 04:14:29.494370 [ 3 ] {780c8eb8-e4a2-496a-b7d1-67b9aa1d3848} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
6835 | 2024.05.30 04:14:29.494701 [ 3 ] {780c8eb8-e4a2-496a-b7d1-67b9aa1d3848} <Trace> oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6836 | 2024.05.30 04:14:29.494868 [ 3 ] {780c8eb8-e4a2-496a-b7d1-67b9aa1d3848} <Debug> executeQuery: Read 31 rows, 2.51 KiB in 0.001662 sec., 18652.226233453668 rows/sec., 1.48 MiB/sec. | ||
6837 | 2024.05.30 04:14:29.495204 [ 3 ] {780c8eb8-e4a2-496a-b7d1-67b9aa1d3848} <Debug> DynamicQueryHandler: Done processing query | ||
6838 | 2024.05.30 04:14:29.495232 [ 3 ] {780c8eb8-e4a2-496a-b7d1-67b9aa1d3848} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6839 | 2024.05.30 04:14:29.495248 [ 3 ] {} <Debug> HTTP-Session: 83af30c1-510e-4229-90fa-edca3e607c03 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6840 | 2024.05.30 04:14:29.495408 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 21838, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6841 | 2024.05.30 04:14:29.495462 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6842 | 2024.05.30 04:14:29.495481 [ 3 ] {} <Debug> HTTP-Session: 978e2920-4fbf-479a-ab45-87db446be891 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
6843 | 2024.05.30 04:14:29.495498 [ 3 ] {} <Debug> HTTP-Session: 978e2920-4fbf-479a-ab45-87db446be891 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6844 | 2024.05.30 04:14:29.495512 [ 3 ] {} <Debug> HTTP-Session: 978e2920-4fbf-479a-ab45-87db446be891 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6845 | 2024.05.30 04:14:29.495547 [ 3 ] {} <Trace> HTTP-Session: 978e2920-4fbf-479a-ab45-87db446be891 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6846 | 2024.05.30 04:14:29.495698 [ 3 ] {3a8815ee-9fc5-4219-80ce-678988d414d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6847 | 2024.05.30 04:14:29.495747 [ 3 ] {3a8815ee-9fc5-4219-80ce-678988d414d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6848 | 2024.05.30 04:14:29.495897 [ 3 ] {3a8815ee-9fc5-4219-80ce-678988d414d2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6849 | 2024.05.30 04:14:29.496328 [ 3 ] {3a8815ee-9fc5-4219-80ce-678988d414d2} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6850 | 2024.05.30 04:14:29.496366 [ 3 ] {3a8815ee-9fc5-4219-80ce-678988d414d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
6851 | 2024.05.30 04:14:29.496722 [ 3 ] {3a8815ee-9fc5-4219-80ce-678988d414d2} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
6852 | 2024.05.30 04:14:29.497027 [ 3 ] {3a8815ee-9fc5-4219-80ce-678988d414d2} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6853 | 2024.05.30 04:14:29.497189 [ 3 ] {3a8815ee-9fc5-4219-80ce-678988d414d2} <Debug> executeQuery: Read 149 rows, 12.78 KiB in 0.001554 sec., 95881.59588159587 rows/sec., 8.03 MiB/sec. | ||
6854 | 2024.05.30 04:14:29.497435 [ 3 ] {3a8815ee-9fc5-4219-80ce-678988d414d2} <Debug> DynamicQueryHandler: Done processing query | ||
6855 | 2024.05.30 04:14:29.497494 [ 3 ] {3a8815ee-9fc5-4219-80ce-678988d414d2} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
6856 | 2024.05.30 04:14:29.497559 [ 3 ] {} <Debug> HTTP-Session: 978e2920-4fbf-479a-ab45-87db446be891 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6857 | 2024.05.30 04:14:29.497734 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 16124, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6858 | 2024.05.30 04:14:29.497787 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6859 | 2024.05.30 04:14:29.497806 [ 3 ] {} <Debug> HTTP-Session: 9b3abcb9-641d-428f-95dc-c67dfe3bfa90 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
6860 | 2024.05.30 04:14:29.497823 [ 3 ] {} <Debug> HTTP-Session: 9b3abcb9-641d-428f-95dc-c67dfe3bfa90 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6861 | 2024.05.30 04:14:29.497836 [ 3 ] {} <Debug> HTTP-Session: 9b3abcb9-641d-428f-95dc-c67dfe3bfa90 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6862 | 2024.05.30 04:14:29.497869 [ 3 ] {} <Trace> HTTP-Session: 9b3abcb9-641d-428f-95dc-c67dfe3bfa90 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6863 | 2024.05.30 04:14:29.498005 [ 3 ] {75f91001-da97-4f24-ad0d-a8191fff137c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6864 | 2024.05.30 04:14:29.498135 [ 3 ] {75f91001-da97-4f24-ad0d-a8191fff137c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6865 | 2024.05.30 04:14:29.498281 [ 3 ] {75f91001-da97-4f24-ad0d-a8191fff137c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6866 | 2024.05.30 04:14:29.498608 [ 3 ] {75f91001-da97-4f24-ad0d-a8191fff137c} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6867 | 2024.05.30 04:14:29.498645 [ 3 ] {75f91001-da97-4f24-ad0d-a8191fff137c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
6868 | 2024.05.30 04:14:29.498965 [ 3 ] {75f91001-da97-4f24-ad0d-a8191fff137c} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
6869 | 2024.05.30 04:14:29.499270 [ 3 ] {75f91001-da97-4f24-ad0d-a8191fff137c} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6870 | 2024.05.30 04:14:29.499427 [ 3 ] {75f91001-da97-4f24-ad0d-a8191fff137c} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.001472 sec., 64538.04347826087 rows/sec., 5.04 MiB/sec. | ||
6871 | 2024.05.30 04:14:29.499693 [ 3 ] {75f91001-da97-4f24-ad0d-a8191fff137c} <Debug> DynamicQueryHandler: Done processing query | ||
6872 | 2024.05.30 04:14:29.499754 [ 3 ] {75f91001-da97-4f24-ad0d-a8191fff137c} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
6873 | 2024.05.30 04:14:29.499801 [ 3 ] {} <Debug> HTTP-Session: 9b3abcb9-641d-428f-95dc-c67dfe3bfa90 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6874 | 2024.05.30 04:14:29.499970 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6875 | 2024.05.30 04:14:29.500102 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6876 | 2024.05.30 04:14:29.500122 [ 3 ] {} <Debug> HTTP-Session: bcf7b0ad-3b84-4bae-813e-1353345faf88 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
6877 | 2024.05.30 04:14:29.500139 [ 3 ] {} <Debug> HTTP-Session: bcf7b0ad-3b84-4bae-813e-1353345faf88 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6878 | 2024.05.30 04:14:29.500152 [ 3 ] {} <Debug> HTTP-Session: bcf7b0ad-3b84-4bae-813e-1353345faf88 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6879 | 2024.05.30 04:14:29.500184 [ 3 ] {} <Trace> HTTP-Session: bcf7b0ad-3b84-4bae-813e-1353345faf88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6880 | 2024.05.30 04:14:29.500340 [ 3 ] {0cecc40f-dbe7-4407-8ece-7f3274c17c27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6881 | 2024.05.30 04:14:29.500388 [ 3 ] {0cecc40f-dbe7-4407-8ece-7f3274c17c27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6882 | 2024.05.30 04:14:29.500548 [ 3 ] {0cecc40f-dbe7-4407-8ece-7f3274c17c27} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6883 | 2024.05.30 04:14:29.500975 [ 3 ] {0cecc40f-dbe7-4407-8ece-7f3274c17c27} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6884 | 2024.05.30 04:14:29.501014 [ 3 ] {0cecc40f-dbe7-4407-8ece-7f3274c17c27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
6885 | 2024.05.30 04:14:29.501409 [ 3 ] {0cecc40f-dbe7-4407-8ece-7f3274c17c27} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
6886 | 2024.05.30 04:14:29.501741 [ 3 ] {0cecc40f-dbe7-4407-8ece-7f3274c17c27} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6887 | 2024.05.30 04:14:29.501904 [ 3 ] {0cecc40f-dbe7-4407-8ece-7f3274c17c27} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00163 sec., 98159.50920245399 rows/sec., 6.84 MiB/sec. | ||
6888 | 2024.05.30 04:14:29.502077 [ 3 ] {0cecc40f-dbe7-4407-8ece-7f3274c17c27} <Debug> DynamicQueryHandler: Done processing query | ||
6889 | 2024.05.30 04:14:29.502101 [ 3 ] {0cecc40f-dbe7-4407-8ece-7f3274c17c27} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6890 | 2024.05.30 04:14:29.502117 [ 3 ] {} <Debug> HTTP-Session: bcf7b0ad-3b84-4bae-813e-1353345faf88 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6891 | 2024.05.30 04:14:29.502261 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 33193, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6892 | 2024.05.30 04:14:29.502311 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6893 | 2024.05.30 04:14:29.502329 [ 3 ] {} <Debug> HTTP-Session: 24edb92a-932d-42c6-ba18-8d009de2fe55 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
6894 | 2024.05.30 04:14:29.502345 [ 3 ] {} <Debug> HTTP-Session: 24edb92a-932d-42c6-ba18-8d009de2fe55 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6895 | 2024.05.30 04:14:29.502358 [ 3 ] {} <Debug> HTTP-Session: 24edb92a-932d-42c6-ba18-8d009de2fe55 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6896 | 2024.05.30 04:14:29.502389 [ 3 ] {} <Trace> HTTP-Session: 24edb92a-932d-42c6-ba18-8d009de2fe55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6897 | 2024.05.30 04:14:29.502872 [ 3 ] {6df2cde3-bb6a-436f-b7e1-96f7e3e3c9b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6898 | 2024.05.30 04:14:29.502922 [ 3 ] {6df2cde3-bb6a-436f-b7e1-96f7e3e3c9b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
6899 | 2024.05.30 04:14:29.503082 [ 3 ] {6df2cde3-bb6a-436f-b7e1-96f7e3e3c9b6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6900 | 2024.05.30 04:14:29.503569 [ 3 ] {6df2cde3-bb6a-436f-b7e1-96f7e3e3c9b6} <Trace> oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6901 | 2024.05.30 04:14:29.503605 [ 3 ] {6df2cde3-bb6a-436f-b7e1-96f7e3e3c9b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
6902 | 2024.05.30 04:14:29.504044 [ 3 ] {6df2cde3-bb6a-436f-b7e1-96f7e3e3c9b6} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
6903 | 2024.05.30 04:14:29.504385 [ 3 ] {6df2cde3-bb6a-436f-b7e1-96f7e3e3c9b6} <Trace> oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6904 | 2024.05.30 04:14:29.504544 [ 3 ] {6df2cde3-bb6a-436f-b7e1-96f7e3e3c9b6} <Debug> executeQuery: Read 31 rows, 42.84 KiB in 0.002067 sec., 14997.581035316885 rows/sec., 20.24 MiB/sec. | ||
6905 | 2024.05.30 04:14:29.504717 [ 3 ] {6df2cde3-bb6a-436f-b7e1-96f7e3e3c9b6} <Debug> DynamicQueryHandler: Done processing query | ||
6906 | 2024.05.30 04:14:29.504742 [ 3 ] {6df2cde3-bb6a-436f-b7e1-96f7e3e3c9b6} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
6907 | 2024.05.30 04:14:29.504757 [ 3 ] {} <Debug> HTTP-Session: 24edb92a-932d-42c6-ba18-8d009de2fe55 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6908 | 2024.05.30 04:14:29.504863 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6909 | 2024.05.30 04:14:29.504913 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6910 | 2024.05.30 04:14:29.504931 [ 3 ] {} <Debug> HTTP-Session: d535468f-1f5e-4f2a-bf09-b26a2d8a4ee7 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
6911 | 2024.05.30 04:14:29.504947 [ 3 ] {} <Debug> HTTP-Session: d535468f-1f5e-4f2a-bf09-b26a2d8a4ee7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6912 | 2024.05.30 04:14:29.504961 [ 3 ] {} <Debug> HTTP-Session: d535468f-1f5e-4f2a-bf09-b26a2d8a4ee7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6913 | 2024.05.30 04:14:29.504991 [ 3 ] {} <Trace> HTTP-Session: d535468f-1f5e-4f2a-bf09-b26a2d8a4ee7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6914 | 2024.05.30 04:14:29.505114 [ 3 ] {6410f036-6b4c-49bb-a1f6-b85a41bf255d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6915 | 2024.05.30 04:14:29.505158 [ 3 ] {6410f036-6b4c-49bb-a1f6-b85a41bf255d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6916 | 2024.05.30 04:14:29.505284 [ 3 ] {6410f036-6b4c-49bb-a1f6-b85a41bf255d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6917 | 2024.05.30 04:14:29.505569 [ 3 ] {6410f036-6b4c-49bb-a1f6-b85a41bf255d} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6918 | 2024.05.30 04:14:29.505605 [ 3 ] {6410f036-6b4c-49bb-a1f6-b85a41bf255d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
6919 | 2024.05.30 04:14:29.505964 [ 3 ] {6410f036-6b4c-49bb-a1f6-b85a41bf255d} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
6920 | 2024.05.30 04:14:29.506287 [ 3 ] {6410f036-6b4c-49bb-a1f6-b85a41bf255d} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6921 | 2024.05.30 04:14:29.506446 [ 3 ] {6410f036-6b4c-49bb-a1f6-b85a41bf255d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001371 sec., 43763.6761487965 rows/sec., 2.95 MiB/sec. | ||
6922 | 2024.05.30 04:14:29.506640 [ 3 ] {6410f036-6b4c-49bb-a1f6-b85a41bf255d} <Debug> DynamicQueryHandler: Done processing query | ||
6923 | 2024.05.30 04:14:29.506669 [ 3 ] {6410f036-6b4c-49bb-a1f6-b85a41bf255d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6924 | 2024.05.30 04:14:29.506687 [ 3 ] {} <Debug> HTTP-Session: d535468f-1f5e-4f2a-bf09-b26a2d8a4ee7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6925 | 2024.05.30 04:14:34.491642 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 7798, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6926 | 2024.05.30 04:14:34.491781 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6927 | 2024.05.30 04:14:34.491810 [ 3 ] {} <Debug> HTTP-Session: bfc9b5c7-deff-4abb-bbb9-fac60369907b Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
6928 | 2024.05.30 04:14:34.491837 [ 3 ] {} <Debug> HTTP-Session: bfc9b5c7-deff-4abb-bbb9-fac60369907b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6929 | 2024.05.30 04:14:34.491855 [ 3 ] {} <Debug> HTTP-Session: bfc9b5c7-deff-4abb-bbb9-fac60369907b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6930 | 2024.05.30 04:14:34.491908 [ 3 ] {} <Trace> HTTP-Session: bfc9b5c7-deff-4abb-bbb9-fac60369907b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6931 | 2024.05.30 04:14:34.492114 [ 3 ] {581ced3a-6021-4014-9ecb-bedd43403c02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6932 | 2024.05.30 04:14:34.492185 [ 3 ] {581ced3a-6021-4014-9ecb-bedd43403c02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6933 | 2024.05.30 04:14:34.492399 [ 3 ] {581ced3a-6021-4014-9ecb-bedd43403c02} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6934 | 2024.05.30 04:14:34.492966 [ 3 ] {581ced3a-6021-4014-9ecb-bedd43403c02} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6935 | 2024.05.30 04:14:34.493007 [ 3 ] {581ced3a-6021-4014-9ecb-bedd43403c02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
6936 | 2024.05.30 04:14:34.493374 [ 3 ] {581ced3a-6021-4014-9ecb-bedd43403c02} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
6937 | 2024.05.30 04:14:34.493697 [ 3 ] {581ced3a-6021-4014-9ecb-bedd43403c02} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6938 | 2024.05.30 04:14:34.493840 [ 3 ] {581ced3a-6021-4014-9ecb-bedd43403c02} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001797 sec., 31163.049526989427 rows/sec., 2.38 MiB/sec. | ||
6939 | 2024.05.30 04:14:34.493852 [ 72 ] {} <Debug> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
6940 | 2024.05.30 04:14:34.493914 [ 72 ] {} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6941 | 2024.05.30 04:14:34.493954 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
6942 | 2024.05.30 04:14:34.494101 [ 3 ] {581ced3a-6021-4014-9ecb-bedd43403c02} <Debug> DynamicQueryHandler: Done processing query | ||
6943 | 2024.05.30 04:14:34.494183 [ 3 ] {581ced3a-6021-4014-9ecb-bedd43403c02} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6944 | 2024.05.30 04:14:34.494261 [ 3 ] {} <Debug> HTTP-Session: bfc9b5c7-deff-4abb-bbb9-fac60369907b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6945 | 2024.05.30 04:14:34.494374 [ 191 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::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 | ||
6946 | 2024.05.30 04:14:34.494533 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 10872, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6947 | 2024.05.30 04:14:34.494687 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6948 | 2024.05.30 04:14:34.494776 [ 3 ] {} <Debug> HTTP-Session: 1f7ac748-20e5-4af0-b750-83d713ee7058 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
6949 | 2024.05.30 04:14:34.494836 [ 3 ] {} <Debug> HTTP-Session: 1f7ac748-20e5-4af0-b750-83d713ee7058 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6950 | 2024.05.30 04:14:34.494886 [ 3 ] {} <Debug> HTTP-Session: 1f7ac748-20e5-4af0-b750-83d713ee7058 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6951 | 2024.05.30 04:14:34.494918 [ 191 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6952 | 2024.05.30 04:14:34.494956 [ 3 ] {} <Trace> HTTP-Session: 1f7ac748-20e5-4af0-b750-83d713ee7058 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6953 | 2024.05.30 04:14:34.494981 [ 191 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 192 rows starting from the beginning of the part | ||
6954 | 2024.05.30 04:14:34.495236 [ 191 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 56 rows starting from the beginning of the part | ||
6955 | 2024.05.30 04:14:34.495254 [ 3 ] {a9292862-3d6c-41ba-8964-002c55d8cdd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6956 | 2024.05.30 04:14:34.495413 [ 3 ] {a9292862-3d6c-41ba-8964-002c55d8cdd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6957 | 2024.05.30 04:14:34.495620 [ 191 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 149 rows starting from the beginning of the part | ||
6958 | 2024.05.30 04:14:34.495986 [ 191 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 95 rows starting from the beginning of the part | ||
6959 | 2024.05.30 04:14:34.496374 [ 191 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 149 rows starting from the beginning of the part | ||
6960 | 2024.05.30 04:14:34.496412 [ 3 ] {a9292862-3d6c-41ba-8964-002c55d8cdd9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6961 | 2024.05.30 04:14:34.496794 [ 191 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 56 rows starting from the beginning of the part | ||
6962 | 2024.05.30 04:14:34.497505 [ 3 ] {a9292862-3d6c-41ba-8964-002c55d8cdd9} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6963 | 2024.05.30 04:14:34.497562 [ 3 ] {a9292862-3d6c-41ba-8964-002c55d8cdd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
6964 | 2024.05.30 04:14:34.498317 [ 3 ] {a9292862-3d6c-41ba-8964-002c55d8cdd9} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
6965 | 2024.05.30 04:14:34.499236 [ 3 ] {a9292862-3d6c-41ba-8964-002c55d8cdd9} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6966 | 2024.05.30 04:14:34.499618 [ 72 ] {} <Debug> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
6967 | 2024.05.30 04:14:34.499671 [ 3 ] {a9292862-3d6c-41ba-8964-002c55d8cdd9} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004562 sec., 14028.934677772906 rows/sec., 1.09 MiB/sec. | ||
6968 | 2024.05.30 04:14:34.499683 [ 72 ] {} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6969 | 2024.05.30 04:14:34.499692 [ 194 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 697 rows, containing 4 columns (4 merged, 0 gathered) in 0.00563923 sec., 123598.43453804863 rows/sec., 10.00 MiB/sec. | ||
6970 | 2024.05.30 04:14:34.499738 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
6971 | 2024.05.30 04:14:34.500078 [ 3 ] {a9292862-3d6c-41ba-8964-002c55d8cdd9} <Debug> DynamicQueryHandler: Done processing query | ||
6972 | 2024.05.30 04:14:34.500127 [ 3 ] {a9292862-3d6c-41ba-8964-002c55d8cdd9} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
6973 | 2024.05.30 04:14:34.500137 [ 189 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::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 | ||
6974 | 2024.05.30 04:14:34.500169 [ 3 ] {} <Debug> HTTP-Session: 1f7ac748-20e5-4af0-b750-83d713ee7058 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6975 | 2024.05.30 04:14:34.500143 [ 194 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
6976 | 2024.05.30 04:14:34.500459 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6977 | 2024.05.30 04:14:34.500556 [ 189 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6978 | 2024.05.30 04:14:34.500604 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6979 | 2024.05.30 04:14:34.500703 [ 3 ] {} <Debug> HTTP-Session: 466bf9fc-ff70-4102-b0f5-0bbf881ad0c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
6980 | 2024.05.30 04:14:34.500759 [ 189 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 151 rows starting from the beginning of the part | ||
6981 | 2024.05.30 04:14:34.500779 [ 3 ] {} <Debug> HTTP-Session: 466bf9fc-ff70-4102-b0f5-0bbf881ad0c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6982 | 2024.05.30 04:14:34.500853 [ 3 ] {} <Debug> HTTP-Session: 466bf9fc-ff70-4102-b0f5-0bbf881ad0c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6983 | 2024.05.30 04:14:34.501027 [ 3 ] {} <Trace> HTTP-Session: 466bf9fc-ff70-4102-b0f5-0bbf881ad0c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6984 | 2024.05.30 04:14:34.501376 [ 189 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 64 rows starting from the beginning of the part | ||
6985 | 2024.05.30 04:14:34.501652 [ 3 ] {1acaee13-2288-4f42-b6b6-92fed82181f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6986 | 2024.05.30 04:14:34.501778 [ 189 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 95 rows starting from the beginning of the part | ||
6987 | 2024.05.30 04:14:34.501907 [ 3 ] {1acaee13-2288-4f42-b6b6-92fed82181f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6988 | 2024.05.30 04:14:34.502156 [ 194 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_51_10} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6989 | 2024.05.30 04:14:34.502351 [ 189 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 94 rows starting from the beginning of the part | ||
6990 | 2024.05.30 04:14:34.502586 [ 194 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_51_10} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
6991 | 2024.05.30 04:14:34.502877 [ 189 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 95 rows starting from the beginning of the part | ||
6992 | 2024.05.30 04:14:34.502993 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
6993 | 2024.05.30 04:14:34.503355 [ 189 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 64 rows starting from the beginning of the part | ||
6994 | 2024.05.30 04:14:34.503489 [ 3 ] {1acaee13-2288-4f42-b6b6-92fed82181f9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6995 | 2024.05.30 04:14:34.504594 [ 3 ] {1acaee13-2288-4f42-b6b6-92fed82181f9} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6996 | 2024.05.30 04:14:34.504677 [ 3 ] {1acaee13-2288-4f42-b6b6-92fed82181f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
6997 | 2024.05.30 04:14:34.505712 [ 3 ] {1acaee13-2288-4f42-b6b6-92fed82181f9} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
6998 | 2024.05.30 04:14:34.505968 [ 193 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 563 rows, containing 4 columns (4 merged, 0 gathered) in 0.006030167 sec., 93363.91512871865 rows/sec., 7.29 MiB/sec. | ||
6999 | 2024.05.30 04:14:34.506262 [ 198 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
7000 | 2024.05.30 04:14:34.506472 [ 3 ] {1acaee13-2288-4f42-b6b6-92fed82181f9} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7001 | 2024.05.30 04:14:34.506878 [ 72 ] {} <Debug> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
7002 | 2024.05.30 04:14:34.506933 [ 3 ] {1acaee13-2288-4f42-b6b6-92fed82181f9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005638 sec., 28378.857750975523 rows/sec., 1.98 MiB/sec. | ||
7003 | 2024.05.30 04:14:34.506944 [ 72 ] {} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7004 | 2024.05.30 04:14:34.507047 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
7005 | 2024.05.30 04:14:34.507418 [ 198 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_51_10} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7006 | 2024.05.30 04:14:34.507636 [ 3 ] {1acaee13-2288-4f42-b6b6-92fed82181f9} <Debug> DynamicQueryHandler: Done processing query | ||
7007 | 2024.05.30 04:14:34.507674 [ 193 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::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 | ||
7008 | 2024.05.30 04:14:34.507748 [ 3 ] {1acaee13-2288-4f42-b6b6-92fed82181f9} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7009 | 2024.05.30 04:14:34.507863 [ 3 ] {} <Debug> HTTP-Session: 466bf9fc-ff70-4102-b0f5-0bbf881ad0c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7010 | 2024.05.30 04:14:34.507983 [ 198 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_51_10} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
7011 | 2024.05.30 04:14:34.508281 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7012 | 2024.05.30 04:14:34.508474 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
7013 | 2024.05.30 04:14:34.508544 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7014 | 2024.05.30 04:14:34.508653 [ 193 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7015 | 2024.05.30 04:14:34.508683 [ 3 ] {} <Debug> HTTP-Session: dee86a74-c25b-4e00-97f6-6e590a9da019 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
7016 | 2024.05.30 04:14:34.508775 [ 193 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 7417 rows starting from the beginning of the part | ||
7017 | 2024.05.30 04:14:34.508793 [ 3 ] {} <Debug> HTTP-Session: dee86a74-c25b-4e00-97f6-6e590a9da019 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7018 | 2024.05.30 04:14:34.508862 [ 3 ] {} <Debug> HTTP-Session: dee86a74-c25b-4e00-97f6-6e590a9da019 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7019 | 2024.05.30 04:14:34.508996 [ 3 ] {} <Trace> HTTP-Session: dee86a74-c25b-4e00-97f6-6e590a9da019 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7020 | 2024.05.30 04:14:34.509063 [ 193 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::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 | ||
7021 | 2024.05.30 04:14:34.509326 [ 193 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 160 rows starting from the beginning of the part | ||
7022 | 2024.05.30 04:14:34.509423 [ 3 ] {15890a9c-49c2-49e3-b08e-2b167cf6ee53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7023 | 2024.05.30 04:14:34.509553 [ 193 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 199 rows starting from the beginning of the part | ||
7024 | 2024.05.30 04:14:34.509599 [ 3 ] {15890a9c-49c2-49e3-b08e-2b167cf6ee53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7025 | 2024.05.30 04:14:34.510026 [ 193 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 160 rows starting from the beginning of the part | ||
7026 | 2024.05.30 04:14:34.510405 [ 193 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 160 rows starting from the beginning of the part | ||
7027 | 2024.05.30 04:14:34.510561 [ 3 ] {15890a9c-49c2-49e3-b08e-2b167cf6ee53} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7028 | 2024.05.30 04:14:34.511494 [ 3 ] {15890a9c-49c2-49e3-b08e-2b167cf6ee53} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7029 | 2024.05.30 04:14:34.511551 [ 3 ] {15890a9c-49c2-49e3-b08e-2b167cf6ee53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
7030 | 2024.05.30 04:14:34.511986 [ 3 ] {15890a9c-49c2-49e3-b08e-2b167cf6ee53} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
7031 | 2024.05.30 04:14:34.512957 [ 3 ] {15890a9c-49c2-49e3-b08e-2b167cf6ee53} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7032 | 2024.05.30 04:14:34.513179 [ 72 ] {} <Debug> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
7033 | 2024.05.30 04:14:34.513187 [ 3 ] {15890a9c-49c2-49e3-b08e-2b167cf6ee53} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003979 sec., 15079.165619502388 rows/sec., 1.02 MiB/sec. | ||
7034 | 2024.05.30 04:14:34.513218 [ 72 ] {} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7035 | 2024.05.30 04:14:34.513269 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
7036 | 2024.05.30 04:14:34.513578 [ 3 ] {15890a9c-49c2-49e3-b08e-2b167cf6ee53} <Debug> DynamicQueryHandler: Done processing query | ||
7037 | 2024.05.30 04:14:34.513641 [ 3 ] {15890a9c-49c2-49e3-b08e-2b167cf6ee53} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7038 | 2024.05.30 04:14:34.513729 [ 3 ] {} <Debug> HTTP-Session: dee86a74-c25b-4e00-97f6-6e590a9da019 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7039 | 2024.05.30 04:14:34.513771 [ 190 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::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 | ||
7040 | 2024.05.30 04:14:34.514682 [ 190 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7041 | 2024.05.30 04:14:34.514751 [ 190 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2642 rows starting from the beginning of the part | ||
7042 | 2024.05.30 04:14:34.514868 [ 190 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::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 | ||
7043 | 2024.05.30 04:14:34.515089 [ 190 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 60 rows starting from the beginning of the part | ||
7044 | 2024.05.30 04:14:34.515307 [ 190 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::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 | ||
7045 | 2024.05.30 04:14:34.515391 [ 190 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 60 rows starting from the beginning of the part | ||
7046 | 2024.05.30 04:14:34.515472 [ 190 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::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 | ||
7047 | 2024.05.30 04:14:34.516247 [ 193 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8256 rows, containing 5 columns (5 merged, 0 gathered) in 0.00900714 sec., 916606.1591137698 rows/sec., 63.89 MiB/sec. | ||
7048 | 2024.05.30 04:14:34.516458 [ 193 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
7049 | 2024.05.30 04:14:34.517323 [ 193 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7050 | 2024.05.30 04:14:34.517548 [ 193 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
7051 | 2024.05.30 04:14:34.517727 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.45 MiB. | ||
7052 | 2024.05.30 04:14:34.518318 [ 195 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2942 rows, containing 4 columns (4 merged, 0 gathered) in 0.004927258 sec., 597086.6554988596 rows/sec., 40.22 MiB/sec. | ||
7053 | 2024.05.30 04:14:34.518618 [ 195 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
7054 | 2024.05.30 04:14:34.519057 [ 195 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_51_10} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7055 | 2024.05.30 04:14:34.519156 [ 195 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_51_10} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
7056 | 2024.05.30 04:14:34.519259 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. | ||
7057 | 2024.05.30 04:14:39.492067 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 4497, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7058 | 2024.05.30 04:14:39.492192 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7059 | 2024.05.30 04:14:39.492217 [ 3 ] {} <Debug> HTTP-Session: 60dbeaf0-0561-493c-809d-d2d43966861c Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
7060 | 2024.05.30 04:14:39.492241 [ 3 ] {} <Debug> HTTP-Session: 60dbeaf0-0561-493c-809d-d2d43966861c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7061 | 2024.05.30 04:14:39.492256 [ 3 ] {} <Debug> HTTP-Session: 60dbeaf0-0561-493c-809d-d2d43966861c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7062 | 2024.05.30 04:14:39.492303 [ 3 ] {} <Trace> HTTP-Session: 60dbeaf0-0561-493c-809d-d2d43966861c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7063 | 2024.05.30 04:14:39.492492 [ 3 ] {41965677-87f7-4089-9abd-8be701a300c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7064 | 2024.05.30 04:14:39.492559 [ 3 ] {41965677-87f7-4089-9abd-8be701a300c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7065 | 2024.05.30 04:14:39.492748 [ 3 ] {41965677-87f7-4089-9abd-8be701a300c7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7066 | 2024.05.30 04:14:39.493181 [ 3 ] {41965677-87f7-4089-9abd-8be701a300c7} <Trace> oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7067 | 2024.05.30 04:14:39.493229 [ 3 ] {41965677-87f7-4089-9abd-8be701a300c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
7068 | 2024.05.30 04:14:39.493614 [ 3 ] {41965677-87f7-4089-9abd-8be701a300c7} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
7069 | 2024.05.30 04:14:39.493962 [ 3 ] {41965677-87f7-4089-9abd-8be701a300c7} <Trace> oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7070 | 2024.05.30 04:14:39.494161 [ 3 ] {41965677-87f7-4089-9abd-8be701a300c7} <Debug> executeQuery: Read 31 rows, 2.51 KiB in 0.00172 sec., 18023.25581395349 rows/sec., 1.43 MiB/sec. | ||
7071 | 2024.05.30 04:14:39.494398 [ 3 ] {41965677-87f7-4089-9abd-8be701a300c7} <Debug> DynamicQueryHandler: Done processing query | ||
7072 | 2024.05.30 04:14:39.494426 [ 3 ] {41965677-87f7-4089-9abd-8be701a300c7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7073 | 2024.05.30 04:14:39.494443 [ 3 ] {} <Debug> HTTP-Session: 60dbeaf0-0561-493c-809d-d2d43966861c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7074 | 2024.05.30 04:14:39.494576 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7075 | 2024.05.30 04:14:39.494637 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7076 | 2024.05.30 04:14:39.494657 [ 3 ] {} <Debug> HTTP-Session: 363cd116-96cb-4c94-8267-d8f5684f6ea0 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
7077 | 2024.05.30 04:14:39.494676 [ 3 ] {} <Debug> HTTP-Session: 363cd116-96cb-4c94-8267-d8f5684f6ea0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7078 | 2024.05.30 04:14:39.494690 [ 3 ] {} <Debug> HTTP-Session: 363cd116-96cb-4c94-8267-d8f5684f6ea0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7079 | 2024.05.30 04:14:39.494726 [ 3 ] {} <Trace> HTTP-Session: 363cd116-96cb-4c94-8267-d8f5684f6ea0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7080 | 2024.05.30 04:14:39.494836 [ 3 ] {423b115f-6884-4578-9e03-e85f5a570b55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
7081 | 2024.05.30 04:14:39.494883 [ 3 ] {423b115f-6884-4578-9e03-e85f5a570b55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
7082 | 2024.05.30 04:14:39.495026 [ 3 ] {423b115f-6884-4578-9e03-e85f5a570b55} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7083 | 2024.05.30 04:14:39.495345 [ 3 ] {423b115f-6884-4578-9e03-e85f5a570b55} <Trace> oximeter.fields_ipaddr (7437664c-5015-4ab1-bcc0-e9747c26d3d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7084 | 2024.05.30 04:14:39.495384 [ 3 ] {423b115f-6884-4578-9e03-e85f5a570b55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
7085 | 2024.05.30 04:14:39.495696 [ 3 ] {423b115f-6884-4578-9e03-e85f5a570b55} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
7086 | 2024.05.30 04:14:39.496010 [ 3 ] {423b115f-6884-4578-9e03-e85f5a570b55} <Trace> oximeter.fields_ipaddr (7437664c-5015-4ab1-bcc0-e9747c26d3d7): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7087 | 2024.05.30 04:14:39.496161 [ 3 ] {423b115f-6884-4578-9e03-e85f5a570b55} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001354 sec., 2954.2097488921713 rows/sec., 240.90 KiB/sec. | ||
7088 | 2024.05.30 04:14:39.496385 [ 3 ] {423b115f-6884-4578-9e03-e85f5a570b55} <Debug> DynamicQueryHandler: Done processing query | ||
7089 | 2024.05.30 04:14:39.496410 [ 3 ] {423b115f-6884-4578-9e03-e85f5a570b55} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7090 | 2024.05.30 04:14:39.496425 [ 3 ] {} <Debug> HTTP-Session: 363cd116-96cb-4c94-8267-d8f5684f6ea0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7091 | 2024.05.30 04:14:39.496596 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 22104, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7092 | 2024.05.30 04:14:39.496650 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7093 | 2024.05.30 04:14:39.496669 [ 3 ] {} <Debug> HTTP-Session: b5f7039d-8d64-45d3-8949-b55f4319b18c Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
7094 | 2024.05.30 04:14:39.496688 [ 3 ] {} <Debug> HTTP-Session: b5f7039d-8d64-45d3-8949-b55f4319b18c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7095 | 2024.05.30 04:14:39.496702 [ 3 ] {} <Debug> HTTP-Session: b5f7039d-8d64-45d3-8949-b55f4319b18c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7096 | 2024.05.30 04:14:39.496738 [ 3 ] {} <Trace> HTTP-Session: b5f7039d-8d64-45d3-8949-b55f4319b18c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7097 | 2024.05.30 04:14:39.496882 [ 3 ] {e85576d6-f8cd-472c-9429-b9e7c4043634} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7098 | 2024.05.30 04:14:39.496927 [ 3 ] {e85576d6-f8cd-472c-9429-b9e7c4043634} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7099 | 2024.05.30 04:14:39.497062 [ 3 ] {e85576d6-f8cd-472c-9429-b9e7c4043634} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7100 | 2024.05.30 04:14:39.497463 [ 3 ] {e85576d6-f8cd-472c-9429-b9e7c4043634} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7101 | 2024.05.30 04:14:39.497500 [ 3 ] {e85576d6-f8cd-472c-9429-b9e7c4043634} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
7102 | 2024.05.30 04:14:39.497820 [ 3 ] {e85576d6-f8cd-472c-9429-b9e7c4043634} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
7103 | 2024.05.30 04:14:39.498123 [ 3 ] {e85576d6-f8cd-472c-9429-b9e7c4043634} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7104 | 2024.05.30 04:14:39.498281 [ 3 ] {e85576d6-f8cd-472c-9429-b9e7c4043634} <Debug> executeQuery: Read 151 rows, 12.93 KiB in 0.001459 sec., 103495.54489376285 rows/sec., 8.65 MiB/sec. | ||
7105 | 2024.05.30 04:14:39.498455 [ 3 ] {e85576d6-f8cd-472c-9429-b9e7c4043634} <Debug> DynamicQueryHandler: Done processing query | ||
7106 | 2024.05.30 04:14:39.498480 [ 3 ] {e85576d6-f8cd-472c-9429-b9e7c4043634} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
7107 | 2024.05.30 04:14:39.498496 [ 3 ] {} <Debug> HTTP-Session: b5f7039d-8d64-45d3-8949-b55f4319b18c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7108 | 2024.05.30 04:14:39.498620 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 608, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7109 | 2024.05.30 04:14:39.498679 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7110 | 2024.05.30 04:14:39.498705 [ 3 ] {} <Debug> HTTP-Session: cf62c040-7927-42a7-afac-68a164b69638 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
7111 | 2024.05.30 04:14:39.498723 [ 3 ] {} <Debug> HTTP-Session: cf62c040-7927-42a7-afac-68a164b69638 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7112 | 2024.05.30 04:14:39.498736 [ 3 ] {} <Debug> HTTP-Session: cf62c040-7927-42a7-afac-68a164b69638 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7113 | 2024.05.30 04:14:39.498772 [ 3 ] {} <Trace> HTTP-Session: cf62c040-7927-42a7-afac-68a164b69638 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7114 | 2024.05.30 04:14:39.498880 [ 3 ] {e73d61a5-437e-446b-a94e-3d74c0baa680} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
7115 | 2024.05.30 04:14:39.498932 [ 3 ] {e73d61a5-437e-446b-a94e-3d74c0baa680} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7116 | 2024.05.30 04:14:39.499125 [ 3 ] {e73d61a5-437e-446b-a94e-3d74c0baa680} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7117 | 2024.05.30 04:14:39.499495 [ 3 ] {e73d61a5-437e-446b-a94e-3d74c0baa680} <Trace> oximeter.fields_u16 (f5010535-cd64-42d7-ac63-98dfd59d33c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7118 | 2024.05.30 04:14:39.499544 [ 3 ] {e73d61a5-437e-446b-a94e-3d74c0baa680} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
7119 | 2024.05.30 04:14:39.499933 [ 3 ] {e73d61a5-437e-446b-a94e-3d74c0baa680} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
7120 | 2024.05.30 04:14:39.500247 [ 3 ] {e73d61a5-437e-446b-a94e-3d74c0baa680} <Trace> oximeter.fields_u16 (f5010535-cd64-42d7-ac63-98dfd59d33c1): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7121 | 2024.05.30 04:14:39.500417 [ 3 ] {e73d61a5-437e-446b-a94e-3d74c0baa680} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001563 sec., 2559.181062060141 rows/sec., 178.69 KiB/sec. | ||
7122 | 2024.05.30 04:14:39.500586 [ 3 ] {e73d61a5-437e-446b-a94e-3d74c0baa680} <Debug> DynamicQueryHandler: Done processing query | ||
7123 | 2024.05.30 04:14:39.500611 [ 3 ] {e73d61a5-437e-446b-a94e-3d74c0baa680} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7124 | 2024.05.30 04:14:39.500627 [ 3 ] {} <Debug> HTTP-Session: cf62c040-7927-42a7-afac-68a164b69638 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7125 | 2024.05.30 04:14:39.500752 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 16806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7126 | 2024.05.30 04:14:39.500805 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7127 | 2024.05.30 04:14:39.500824 [ 3 ] {} <Debug> HTTP-Session: 9d50ce89-2d85-4e02-9112-5081f4e1668e Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
7128 | 2024.05.30 04:14:39.500841 [ 3 ] {} <Debug> HTTP-Session: 9d50ce89-2d85-4e02-9112-5081f4e1668e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7129 | 2024.05.30 04:14:39.500854 [ 3 ] {} <Debug> HTTP-Session: 9d50ce89-2d85-4e02-9112-5081f4e1668e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7130 | 2024.05.30 04:14:39.500888 [ 3 ] {} <Trace> HTTP-Session: 9d50ce89-2d85-4e02-9112-5081f4e1668e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7131 | 2024.05.30 04:14:39.501023 [ 3 ] {5639139b-ad54-4a65-800a-0c00c1bb87c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7132 | 2024.05.30 04:14:39.501067 [ 3 ] {5639139b-ad54-4a65-800a-0c00c1bb87c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7133 | 2024.05.30 04:14:39.501207 [ 3 ] {5639139b-ad54-4a65-800a-0c00c1bb87c7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7134 | 2024.05.30 04:14:39.501560 [ 3 ] {5639139b-ad54-4a65-800a-0c00c1bb87c7} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7135 | 2024.05.30 04:14:39.501596 [ 3 ] {5639139b-ad54-4a65-800a-0c00c1bb87c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
7136 | 2024.05.30 04:14:39.501925 [ 3 ] {5639139b-ad54-4a65-800a-0c00c1bb87c7} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
7137 | 2024.05.30 04:14:39.502382 [ 3 ] {5639139b-ad54-4a65-800a-0c00c1bb87c7} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7138 | 2024.05.30 04:14:39.502587 [ 3 ] {5639139b-ad54-4a65-800a-0c00c1bb87c7} <Debug> executeQuery: Read 99 rows, 7.92 KiB in 0.00161 sec., 61490.68322981366 rows/sec., 4.81 MiB/sec. | ||
7139 | 2024.05.30 04:14:39.502779 [ 3 ] {5639139b-ad54-4a65-800a-0c00c1bb87c7} <Debug> DynamicQueryHandler: Done processing query | ||
7140 | 2024.05.30 04:14:39.502805 [ 3 ] {5639139b-ad54-4a65-800a-0c00c1bb87c7} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
7141 | 2024.05.30 04:14:39.502822 [ 3 ] {} <Debug> HTTP-Session: 9d50ce89-2d85-4e02-9112-5081f4e1668e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7142 | 2024.05.30 04:14:39.502988 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 30978, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7143 | 2024.05.30 04:14:39.503041 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7144 | 2024.05.30 04:14:39.503061 [ 3 ] {} <Debug> HTTP-Session: c6f27e04-eb56-49d8-9458-b11dce18f859 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
7145 | 2024.05.30 04:14:39.503078 [ 3 ] {} <Debug> HTTP-Session: c6f27e04-eb56-49d8-9458-b11dce18f859 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7146 | 2024.05.30 04:14:39.503092 [ 3 ] {} <Debug> HTTP-Session: c6f27e04-eb56-49d8-9458-b11dce18f859 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7147 | 2024.05.30 04:14:39.503124 [ 3 ] {} <Trace> HTTP-Session: c6f27e04-eb56-49d8-9458-b11dce18f859 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7148 | 2024.05.30 04:14:39.503275 [ 3 ] {defb5d25-2d07-42e1-9745-39f85113b4c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7149 | 2024.05.30 04:14:39.503333 [ 3 ] {defb5d25-2d07-42e1-9745-39f85113b4c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7150 | 2024.05.30 04:14:39.503486 [ 3 ] {defb5d25-2d07-42e1-9745-39f85113b4c8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7151 | 2024.05.30 04:14:39.503856 [ 3 ] {defb5d25-2d07-42e1-9745-39f85113b4c8} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7152 | 2024.05.30 04:14:39.503894 [ 3 ] {defb5d25-2d07-42e1-9745-39f85113b4c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
7153 | 2024.05.30 04:14:39.504298 [ 3 ] {defb5d25-2d07-42e1-9745-39f85113b4c8} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
7154 | 2024.05.30 04:14:39.504638 [ 3 ] {defb5d25-2d07-42e1-9745-39f85113b4c8} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7155 | 2024.05.30 04:14:39.504796 [ 3 ] {defb5d25-2d07-42e1-9745-39f85113b4c8} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001582 sec., 102402.02275600506 rows/sec., 7.13 MiB/sec. | ||
7156 | 2024.05.30 04:14:39.504969 [ 3 ] {defb5d25-2d07-42e1-9745-39f85113b4c8} <Debug> DynamicQueryHandler: Done processing query | ||
7157 | 2024.05.30 04:14:39.504994 [ 3 ] {defb5d25-2d07-42e1-9745-39f85113b4c8} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7158 | 2024.05.30 04:14:39.505010 [ 3 ] {} <Debug> HTTP-Session: c6f27e04-eb56-49d8-9458-b11dce18f859 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7159 | 2024.05.30 04:14:39.505201 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 33194, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7160 | 2024.05.30 04:14:39.505254 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7161 | 2024.05.30 04:14:39.505273 [ 3 ] {} <Debug> HTTP-Session: a48ef228-4251-4bad-a1c1-e2404b6de7b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
7162 | 2024.05.30 04:14:39.505289 [ 3 ] {} <Debug> HTTP-Session: a48ef228-4251-4bad-a1c1-e2404b6de7b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7163 | 2024.05.30 04:14:39.505302 [ 3 ] {} <Debug> HTTP-Session: a48ef228-4251-4bad-a1c1-e2404b6de7b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7164 | 2024.05.30 04:14:39.505334 [ 3 ] {} <Trace> HTTP-Session: a48ef228-4251-4bad-a1c1-e2404b6de7b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7165 | 2024.05.30 04:14:39.505606 [ 3 ] {62a5024e-300a-4518-abf2-9aedbc4be1f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7166 | 2024.05.30 04:14:39.505657 [ 3 ] {62a5024e-300a-4518-abf2-9aedbc4be1f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
7167 | 2024.05.30 04:14:39.505820 [ 3 ] {62a5024e-300a-4518-abf2-9aedbc4be1f2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7168 | 2024.05.30 04:14:39.506305 [ 3 ] {62a5024e-300a-4518-abf2-9aedbc4be1f2} <Trace> oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7169 | 2024.05.30 04:14:39.506341 [ 3 ] {62a5024e-300a-4518-abf2-9aedbc4be1f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
7170 | 2024.05.30 04:14:39.506772 [ 3 ] {62a5024e-300a-4518-abf2-9aedbc4be1f2} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
7171 | 2024.05.30 04:14:39.507125 [ 3 ] {62a5024e-300a-4518-abf2-9aedbc4be1f2} <Trace> oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7172 | 2024.05.30 04:14:39.507286 [ 3 ] {62a5024e-300a-4518-abf2-9aedbc4be1f2} <Debug> executeQuery: Read 31 rows, 42.84 KiB in 0.001865 sec., 16621.983914209115 rows/sec., 22.43 MiB/sec. | ||
7173 | 2024.05.30 04:14:39.507466 [ 3 ] {62a5024e-300a-4518-abf2-9aedbc4be1f2} <Debug> DynamicQueryHandler: Done processing query | ||
7174 | 2024.05.30 04:14:39.507491 [ 3 ] {62a5024e-300a-4518-abf2-9aedbc4be1f2} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
7175 | 2024.05.30 04:14:39.507507 [ 3 ] {} <Debug> HTTP-Session: a48ef228-4251-4bad-a1c1-e2404b6de7b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7176 | 2024.05.30 04:14:39.507625 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7177 | 2024.05.30 04:14:39.507676 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7178 | 2024.05.30 04:14:39.507694 [ 3 ] {} <Debug> HTTP-Session: fbc75a89-9e59-41b0-adfe-11da6e4e11b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
7179 | 2024.05.30 04:14:39.507711 [ 3 ] {} <Debug> HTTP-Session: fbc75a89-9e59-41b0-adfe-11da6e4e11b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7180 | 2024.05.30 04:14:39.507724 [ 3 ] {} <Debug> HTTP-Session: fbc75a89-9e59-41b0-adfe-11da6e4e11b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7181 | 2024.05.30 04:14:39.507756 [ 3 ] {} <Trace> HTTP-Session: fbc75a89-9e59-41b0-adfe-11da6e4e11b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7182 | 2024.05.30 04:14:39.507875 [ 3 ] {644dedf5-9a36-40a7-8ca3-da9c25226172} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7183 | 2024.05.30 04:14:39.507920 [ 3 ] {644dedf5-9a36-40a7-8ca3-da9c25226172} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7184 | 2024.05.30 04:14:39.508049 [ 3 ] {644dedf5-9a36-40a7-8ca3-da9c25226172} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7185 | 2024.05.30 04:14:39.508417 [ 3 ] {644dedf5-9a36-40a7-8ca3-da9c25226172} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7186 | 2024.05.30 04:14:39.508455 [ 3 ] {644dedf5-9a36-40a7-8ca3-da9c25226172} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
7187 | 2024.05.30 04:14:39.508815 [ 3 ] {644dedf5-9a36-40a7-8ca3-da9c25226172} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
7188 | 2024.05.30 04:14:39.509130 [ 3 ] {644dedf5-9a36-40a7-8ca3-da9c25226172} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7189 | 2024.05.30 04:14:39.509280 [ 3 ] {644dedf5-9a36-40a7-8ca3-da9c25226172} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001441 sec., 41637.75156141568 rows/sec., 2.81 MiB/sec. | ||
7190 | 2024.05.30 04:14:39.509443 [ 3 ] {644dedf5-9a36-40a7-8ca3-da9c25226172} <Debug> DynamicQueryHandler: Done processing query | ||
7191 | 2024.05.30 04:14:39.509467 [ 3 ] {644dedf5-9a36-40a7-8ca3-da9c25226172} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7192 | 2024.05.30 04:14:39.509482 [ 3 ] {} <Debug> HTTP-Session: fbc75a89-9e59-41b0-adfe-11da6e4e11b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7193 | 2024.05.30 04:14:43.106128 [ 62 ] {} <Debug> DNSResolver: Updating DNS cache | ||
7194 | 2024.05.30 04:14:43.106181 [ 62 ] {} <Debug> DNSResolver: Updated DNS cache | ||
7195 | 2024.05.30 04:14:44.491525 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 7798, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7196 | 2024.05.30 04:14:44.491662 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7197 | 2024.05.30 04:14:44.491690 [ 3 ] {} <Debug> HTTP-Session: 2206e0ef-afb2-4735-b668-db4dea3a9f50 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
7198 | 2024.05.30 04:14:44.491717 [ 3 ] {} <Debug> HTTP-Session: 2206e0ef-afb2-4735-b668-db4dea3a9f50 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7199 | 2024.05.30 04:14:44.491734 [ 3 ] {} <Debug> HTTP-Session: 2206e0ef-afb2-4735-b668-db4dea3a9f50 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7200 | 2024.05.30 04:14:44.491786 [ 3 ] {} <Trace> HTTP-Session: 2206e0ef-afb2-4735-b668-db4dea3a9f50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7201 | 2024.05.30 04:14:44.491979 [ 3 ] {904c40c9-514e-4fcb-a31d-368082029e31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7202 | 2024.05.30 04:14:44.492041 [ 3 ] {904c40c9-514e-4fcb-a31d-368082029e31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7203 | 2024.05.30 04:14:44.492225 [ 3 ] {904c40c9-514e-4fcb-a31d-368082029e31} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7204 | 2024.05.30 04:14:44.492691 [ 3 ] {904c40c9-514e-4fcb-a31d-368082029e31} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7205 | 2024.05.30 04:14:44.492729 [ 3 ] {904c40c9-514e-4fcb-a31d-368082029e31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
7206 | 2024.05.30 04:14:44.493087 [ 3 ] {904c40c9-514e-4fcb-a31d-368082029e31} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
7207 | 2024.05.30 04:14:44.493410 [ 3 ] {904c40c9-514e-4fcb-a31d-368082029e31} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7208 | 2024.05.30 04:14:44.493557 [ 3 ] {904c40c9-514e-4fcb-a31d-368082029e31} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001641 sec., 34125.53321145643 rows/sec., 2.61 MiB/sec. | ||
7209 | 2024.05.30 04:14:44.493780 [ 3 ] {904c40c9-514e-4fcb-a31d-368082029e31} <Debug> DynamicQueryHandler: Done processing query | ||
7210 | 2024.05.30 04:14:44.493806 [ 3 ] {904c40c9-514e-4fcb-a31d-368082029e31} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7211 | 2024.05.30 04:14:44.493823 [ 3 ] {} <Debug> HTTP-Session: 2206e0ef-afb2-4735-b668-db4dea3a9f50 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7212 | 2024.05.30 04:14:44.494011 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 10872, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7213 | 2024.05.30 04:14:44.494060 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7214 | 2024.05.30 04:14:44.494078 [ 3 ] {} <Debug> HTTP-Session: 8dee46e7-8f35-4f3b-a485-3cd922eefe6b Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
7215 | 2024.05.30 04:14:44.494095 [ 3 ] {} <Debug> HTTP-Session: 8dee46e7-8f35-4f3b-a485-3cd922eefe6b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7216 | 2024.05.30 04:14:44.494109 [ 3 ] {} <Debug> HTTP-Session: 8dee46e7-8f35-4f3b-a485-3cd922eefe6b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7217 | 2024.05.30 04:14:44.494140 [ 3 ] {} <Trace> HTTP-Session: 8dee46e7-8f35-4f3b-a485-3cd922eefe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7218 | 2024.05.30 04:14:44.494253 [ 3 ] {47f1df69-8d08-4acd-90b3-4d551e63357d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7219 | 2024.05.30 04:14:44.494297 [ 3 ] {47f1df69-8d08-4acd-90b3-4d551e63357d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7220 | 2024.05.30 04:14:44.494427 [ 3 ] {47f1df69-8d08-4acd-90b3-4d551e63357d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7221 | 2024.05.30 04:14:44.494781 [ 3 ] {47f1df69-8d08-4acd-90b3-4d551e63357d} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7222 | 2024.05.30 04:14:44.494818 [ 3 ] {47f1df69-8d08-4acd-90b3-4d551e63357d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
7223 | 2024.05.30 04:14:44.495125 [ 3 ] {47f1df69-8d08-4acd-90b3-4d551e63357d} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
7224 | 2024.05.30 04:14:44.495438 [ 3 ] {47f1df69-8d08-4acd-90b3-4d551e63357d} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7225 | 2024.05.30 04:14:44.495591 [ 3 ] {47f1df69-8d08-4acd-90b3-4d551e63357d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001368 sec., 46783.62573099415 rows/sec., 3.65 MiB/sec. | ||
7226 | 2024.05.30 04:14:44.495781 [ 3 ] {47f1df69-8d08-4acd-90b3-4d551e63357d} <Debug> DynamicQueryHandler: Done processing query | ||
7227 | 2024.05.30 04:14:44.495816 [ 3 ] {47f1df69-8d08-4acd-90b3-4d551e63357d} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
7228 | 2024.05.30 04:14:44.495852 [ 3 ] {} <Debug> HTTP-Session: 8dee46e7-8f35-4f3b-a485-3cd922eefe6b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7229 | 2024.05.30 04:14:44.496008 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7230 | 2024.05.30 04:14:44.496056 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7231 | 2024.05.30 04:14:44.496075 [ 3 ] {} <Debug> HTTP-Session: d4dd2d41-2f2a-484f-8d39-e70ae79ac079 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
7232 | 2024.05.30 04:14:44.496092 [ 3 ] {} <Debug> HTTP-Session: d4dd2d41-2f2a-484f-8d39-e70ae79ac079 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7233 | 2024.05.30 04:14:44.496105 [ 3 ] {} <Debug> HTTP-Session: d4dd2d41-2f2a-484f-8d39-e70ae79ac079 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7234 | 2024.05.30 04:14:44.496135 [ 3 ] {} <Trace> HTTP-Session: d4dd2d41-2f2a-484f-8d39-e70ae79ac079 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7235 | 2024.05.30 04:14:44.496271 [ 3 ] {2feb2d13-58d7-4cc6-9c96-f90db6f6eea7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7236 | 2024.05.30 04:14:44.496317 [ 3 ] {2feb2d13-58d7-4cc6-9c96-f90db6f6eea7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7237 | 2024.05.30 04:14:44.496459 [ 3 ] {2feb2d13-58d7-4cc6-9c96-f90db6f6eea7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7238 | 2024.05.30 04:14:44.496828 [ 3 ] {2feb2d13-58d7-4cc6-9c96-f90db6f6eea7} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7239 | 2024.05.30 04:14:44.496865 [ 3 ] {2feb2d13-58d7-4cc6-9c96-f90db6f6eea7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
7240 | 2024.05.30 04:14:44.497247 [ 3 ] {2feb2d13-58d7-4cc6-9c96-f90db6f6eea7} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
7241 | 2024.05.30 04:14:44.497578 [ 3 ] {2feb2d13-58d7-4cc6-9c96-f90db6f6eea7} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7242 | 2024.05.30 04:14:44.497735 [ 3 ] {2feb2d13-58d7-4cc6-9c96-f90db6f6eea7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001518 sec., 105401.84453227931 rows/sec., 7.34 MiB/sec. | ||
7243 | 2024.05.30 04:14:44.497902 [ 3 ] {2feb2d13-58d7-4cc6-9c96-f90db6f6eea7} <Debug> DynamicQueryHandler: Done processing query | ||
7244 | 2024.05.30 04:14:44.497925 [ 3 ] {2feb2d13-58d7-4cc6-9c96-f90db6f6eea7} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7245 | 2024.05.30 04:14:44.497941 [ 3 ] {} <Debug> HTTP-Session: d4dd2d41-2f2a-484f-8d39-e70ae79ac079 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7246 | 2024.05.30 04:14:44.498094 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7247 | 2024.05.30 04:14:44.498142 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7248 | 2024.05.30 04:14:44.498160 [ 3 ] {} <Debug> HTTP-Session: e5900b53-54ac-4d26-a22d-1b7ec19184bc Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
7249 | 2024.05.30 04:14:44.498176 [ 3 ] {} <Debug> HTTP-Session: e5900b53-54ac-4d26-a22d-1b7ec19184bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7250 | 2024.05.30 04:14:44.498190 [ 3 ] {} <Debug> HTTP-Session: e5900b53-54ac-4d26-a22d-1b7ec19184bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7251 | 2024.05.30 04:14:44.498220 [ 3 ] {} <Trace> HTTP-Session: e5900b53-54ac-4d26-a22d-1b7ec19184bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7252 | 2024.05.30 04:14:44.498346 [ 3 ] {ba0dd5cb-7232-423c-adf0-b84ab01d2b1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7253 | 2024.05.30 04:14:44.498393 [ 3 ] {ba0dd5cb-7232-423c-adf0-b84ab01d2b1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7254 | 2024.05.30 04:14:44.498518 [ 3 ] {ba0dd5cb-7232-423c-adf0-b84ab01d2b1a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7255 | 2024.05.30 04:14:44.498795 [ 3 ] {ba0dd5cb-7232-423c-adf0-b84ab01d2b1a} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7256 | 2024.05.30 04:14:44.498831 [ 3 ] {ba0dd5cb-7232-423c-adf0-b84ab01d2b1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
7257 | 2024.05.30 04:14:44.499186 [ 3 ] {ba0dd5cb-7232-423c-adf0-b84ab01d2b1a} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
7258 | 2024.05.30 04:14:44.499494 [ 3 ] {ba0dd5cb-7232-423c-adf0-b84ab01d2b1a} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7259 | 2024.05.30 04:14:44.499645 [ 3 ] {ba0dd5cb-7232-423c-adf0-b84ab01d2b1a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001345 sec., 44609.665427509295 rows/sec., 3.01 MiB/sec. | ||
7260 | 2024.05.30 04:14:44.499905 [ 3 ] {ba0dd5cb-7232-423c-adf0-b84ab01d2b1a} <Debug> DynamicQueryHandler: Done processing query | ||
7261 | 2024.05.30 04:14:44.499969 [ 3 ] {ba0dd5cb-7232-423c-adf0-b84ab01d2b1a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7262 | 2024.05.30 04:14:44.500028 [ 3 ] {} <Debug> HTTP-Session: e5900b53-54ac-4d26-a22d-1b7ec19184bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7263 | 2024.05.30 04:14:49.495287 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 4497, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7264 | 2024.05.30 04:14:49.495426 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7265 | 2024.05.30 04:14:49.495456 [ 3 ] {} <Debug> HTTP-Session: 6cb320f6-b713-4258-a588-7d9f9c529895 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
7266 | 2024.05.30 04:14:49.495483 [ 3 ] {} <Debug> HTTP-Session: 6cb320f6-b713-4258-a588-7d9f9c529895 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7267 | 2024.05.30 04:14:49.495500 [ 3 ] {} <Debug> HTTP-Session: 6cb320f6-b713-4258-a588-7d9f9c529895 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7268 | 2024.05.30 04:14:49.495553 [ 3 ] {} <Trace> HTTP-Session: 6cb320f6-b713-4258-a588-7d9f9c529895 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7269 | 2024.05.30 04:14:49.495760 [ 3 ] {c587221a-c848-4d69-bf5f-751383134f21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7270 | 2024.05.30 04:14:49.495830 [ 3 ] {c587221a-c848-4d69-bf5f-751383134f21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7271 | 2024.05.30 04:14:49.496041 [ 3 ] {c587221a-c848-4d69-bf5f-751383134f21} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7272 | 2024.05.30 04:14:49.496468 [ 3 ] {c587221a-c848-4d69-bf5f-751383134f21} <Trace> oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7273 | 2024.05.30 04:14:49.496510 [ 3 ] {c587221a-c848-4d69-bf5f-751383134f21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
7274 | 2024.05.30 04:14:49.496886 [ 3 ] {c587221a-c848-4d69-bf5f-751383134f21} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
7275 | 2024.05.30 04:14:49.497219 [ 3 ] {c587221a-c848-4d69-bf5f-751383134f21} <Trace> oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7276 | 2024.05.30 04:14:49.497363 [ 3 ] {c587221a-c848-4d69-bf5f-751383134f21} <Debug> executeQuery: Read 31 rows, 2.51 KiB in 0.001672 sec., 18540.669856459328 rows/sec., 1.47 MiB/sec. | ||
7277 | 2024.05.30 04:14:49.497691 [ 3 ] {c587221a-c848-4d69-bf5f-751383134f21} <Debug> DynamicQueryHandler: Done processing query | ||
7278 | 2024.05.30 04:14:49.497720 [ 3 ] {c587221a-c848-4d69-bf5f-751383134f21} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7279 | 2024.05.30 04:14:49.497737 [ 3 ] {} <Debug> HTTP-Session: 6cb320f6-b713-4258-a588-7d9f9c529895 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7280 | 2024.05.30 04:14:49.497904 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 21838, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7281 | 2024.05.30 04:14:49.497961 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7282 | 2024.05.30 04:14:49.497981 [ 3 ] {} <Debug> HTTP-Session: d58386fb-149c-4c8c-9e0a-1f794e5946d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
7283 | 2024.05.30 04:14:49.497997 [ 3 ] {} <Debug> HTTP-Session: d58386fb-149c-4c8c-9e0a-1f794e5946d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7284 | 2024.05.30 04:14:49.498011 [ 3 ] {} <Debug> HTTP-Session: d58386fb-149c-4c8c-9e0a-1f794e5946d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7285 | 2024.05.30 04:14:49.498046 [ 3 ] {} <Trace> HTTP-Session: d58386fb-149c-4c8c-9e0a-1f794e5946d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7286 | 2024.05.30 04:14:49.498193 [ 3 ] {7a01834a-ff1e-460e-8343-adc4cd2b794e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7287 | 2024.05.30 04:14:49.498239 [ 3 ] {7a01834a-ff1e-460e-8343-adc4cd2b794e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7288 | 2024.05.30 04:14:49.498385 [ 3 ] {7a01834a-ff1e-460e-8343-adc4cd2b794e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7289 | 2024.05.30 04:14:49.498766 [ 3 ] {7a01834a-ff1e-460e-8343-adc4cd2b794e} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7290 | 2024.05.30 04:14:49.498802 [ 3 ] {7a01834a-ff1e-460e-8343-adc4cd2b794e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
7291 | 2024.05.30 04:14:49.499121 [ 3 ] {7a01834a-ff1e-460e-8343-adc4cd2b794e} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
7292 | 2024.05.30 04:14:49.499427 [ 3 ] {7a01834a-ff1e-460e-8343-adc4cd2b794e} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7293 | 2024.05.30 04:14:49.499551 [ 3 ] {7a01834a-ff1e-460e-8343-adc4cd2b794e} <Debug> executeQuery: Read 149 rows, 12.78 KiB in 0.001422 sec., 104781.99718706048 rows/sec., 8.78 MiB/sec. | ||
7294 | 2024.05.30 04:14:49.499809 [ 3 ] {7a01834a-ff1e-460e-8343-adc4cd2b794e} <Debug> DynamicQueryHandler: Done processing query | ||
7295 | 2024.05.30 04:14:49.499857 [ 3 ] {7a01834a-ff1e-460e-8343-adc4cd2b794e} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
7296 | 2024.05.30 04:14:49.499906 [ 3 ] {} <Debug> HTTP-Session: d58386fb-149c-4c8c-9e0a-1f794e5946d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7297 | 2024.05.30 04:14:49.500039 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 16124, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7298 | 2024.05.30 04:14:49.500091 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7299 | 2024.05.30 04:14:49.500110 [ 3 ] {} <Debug> HTTP-Session: 138397d4-6be9-473c-8d9e-976df803e7c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
7300 | 2024.05.30 04:14:49.500127 [ 3 ] {} <Debug> HTTP-Session: 138397d4-6be9-473c-8d9e-976df803e7c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7301 | 2024.05.30 04:14:49.500140 [ 3 ] {} <Debug> HTTP-Session: 138397d4-6be9-473c-8d9e-976df803e7c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7302 | 2024.05.30 04:14:49.500173 [ 3 ] {} <Trace> HTTP-Session: 138397d4-6be9-473c-8d9e-976df803e7c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7303 | 2024.05.30 04:14:49.500302 [ 3 ] {f0a95535-7ce1-43a6-9acd-a2507898c287} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7304 | 2024.05.30 04:14:49.500346 [ 3 ] {f0a95535-7ce1-43a6-9acd-a2507898c287} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7305 | 2024.05.30 04:14:49.500488 [ 3 ] {f0a95535-7ce1-43a6-9acd-a2507898c287} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7306 | 2024.05.30 04:14:49.500824 [ 3 ] {f0a95535-7ce1-43a6-9acd-a2507898c287} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7307 | 2024.05.30 04:14:49.500860 [ 3 ] {f0a95535-7ce1-43a6-9acd-a2507898c287} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
7308 | 2024.05.30 04:14:49.501167 [ 3 ] {f0a95535-7ce1-43a6-9acd-a2507898c287} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
7309 | 2024.05.30 04:14:49.501465 [ 3 ] {f0a95535-7ce1-43a6-9acd-a2507898c287} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7310 | 2024.05.30 04:14:49.501590 [ 3 ] {f0a95535-7ce1-43a6-9acd-a2507898c287} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.001341 sec., 70842.65473527218 rows/sec., 5.53 MiB/sec. | ||
7311 | 2024.05.30 04:14:49.501743 [ 3 ] {f0a95535-7ce1-43a6-9acd-a2507898c287} <Debug> DynamicQueryHandler: Done processing query | ||
7312 | 2024.05.30 04:14:49.501766 [ 3 ] {f0a95535-7ce1-43a6-9acd-a2507898c287} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
7313 | 2024.05.30 04:14:49.501782 [ 3 ] {} <Debug> HTTP-Session: 138397d4-6be9-473c-8d9e-976df803e7c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7314 | 2024.05.30 04:14:49.501920 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7315 | 2024.05.30 04:14:49.501969 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7316 | 2024.05.30 04:14:49.501988 [ 3 ] {} <Debug> HTTP-Session: d36e59bc-20f3-476e-b7dd-0183866a01e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
7317 | 2024.05.30 04:14:49.502003 [ 3 ] {} <Debug> HTTP-Session: d36e59bc-20f3-476e-b7dd-0183866a01e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7318 | 2024.05.30 04:14:49.502017 [ 3 ] {} <Debug> HTTP-Session: d36e59bc-20f3-476e-b7dd-0183866a01e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7319 | 2024.05.30 04:14:49.502051 [ 3 ] {} <Trace> HTTP-Session: d36e59bc-20f3-476e-b7dd-0183866a01e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7320 | 2024.05.30 04:14:49.502232 [ 3 ] {1ed72393-787f-4ac8-9cbb-fef8069c3856} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7321 | 2024.05.30 04:14:49.502287 [ 3 ] {1ed72393-787f-4ac8-9cbb-fef8069c3856} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7322 | 2024.05.30 04:14:49.502445 [ 3 ] {1ed72393-787f-4ac8-9cbb-fef8069c3856} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7323 | 2024.05.30 04:14:49.502848 [ 3 ] {1ed72393-787f-4ac8-9cbb-fef8069c3856} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7324 | 2024.05.30 04:14:49.502884 [ 3 ] {1ed72393-787f-4ac8-9cbb-fef8069c3856} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
7325 | 2024.05.30 04:14:49.503275 [ 3 ] {1ed72393-787f-4ac8-9cbb-fef8069c3856} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
7326 | 2024.05.30 04:14:49.503610 [ 3 ] {1ed72393-787f-4ac8-9cbb-fef8069c3856} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7327 | 2024.05.30 04:14:49.503732 [ 3 ] {1ed72393-787f-4ac8-9cbb-fef8069c3856} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001594 sec., 100376.41154328734 rows/sec., 6.99 MiB/sec. | ||
7328 | 2024.05.30 04:14:49.503893 [ 3 ] {1ed72393-787f-4ac8-9cbb-fef8069c3856} <Debug> DynamicQueryHandler: Done processing query | ||
7329 | 2024.05.30 04:14:49.503916 [ 3 ] {1ed72393-787f-4ac8-9cbb-fef8069c3856} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7330 | 2024.05.30 04:14:49.503931 [ 3 ] {} <Debug> HTTP-Session: d36e59bc-20f3-476e-b7dd-0183866a01e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7331 | 2024.05.30 04:14:49.504063 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 33195, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7332 | 2024.05.30 04:14:49.504112 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7333 | 2024.05.30 04:14:49.504131 [ 3 ] {} <Debug> HTTP-Session: 879c4f97-f02c-4b49-94b3-087869e1588f Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
7334 | 2024.05.30 04:14:49.504147 [ 3 ] {} <Debug> HTTP-Session: 879c4f97-f02c-4b49-94b3-087869e1588f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7335 | 2024.05.30 04:14:49.504161 [ 3 ] {} <Debug> HTTP-Session: 879c4f97-f02c-4b49-94b3-087869e1588f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7336 | 2024.05.30 04:14:49.504191 [ 3 ] {} <Trace> HTTP-Session: 879c4f97-f02c-4b49-94b3-087869e1588f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7337 | 2024.05.30 04:14:49.504445 [ 3 ] {dbc616af-826b-4080-b08b-5146a47734b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7338 | 2024.05.30 04:14:49.504492 [ 3 ] {dbc616af-826b-4080-b08b-5146a47734b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
7339 | 2024.05.30 04:14:49.504646 [ 3 ] {dbc616af-826b-4080-b08b-5146a47734b1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7340 | 2024.05.30 04:14:49.505089 [ 3 ] {dbc616af-826b-4080-b08b-5146a47734b1} <Trace> oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7341 | 2024.05.30 04:14:49.505125 [ 3 ] {dbc616af-826b-4080-b08b-5146a47734b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
7342 | 2024.05.30 04:14:49.505531 [ 3 ] {dbc616af-826b-4080-b08b-5146a47734b1} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
7343 | 2024.05.30 04:14:49.505857 [ 3 ] {dbc616af-826b-4080-b08b-5146a47734b1} <Trace> oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7344 | 2024.05.30 04:14:49.505989 [ 3 ] {dbc616af-826b-4080-b08b-5146a47734b1} <Debug> executeQuery: Read 31 rows, 42.84 KiB in 0.001717 sec., 18054.7466511357 rows/sec., 24.36 MiB/sec. | ||
7345 | 2024.05.30 04:14:49.506313 [ 3 ] {dbc616af-826b-4080-b08b-5146a47734b1} <Debug> DynamicQueryHandler: Done processing query | ||
7346 | 2024.05.30 04:14:49.506337 [ 3 ] {dbc616af-826b-4080-b08b-5146a47734b1} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
7347 | 2024.05.30 04:14:49.506353 [ 3 ] {} <Debug> HTTP-Session: 879c4f97-f02c-4b49-94b3-087869e1588f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7348 | 2024.05.30 04:14:49.506472 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7349 | 2024.05.30 04:14:49.506521 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7350 | 2024.05.30 04:14:49.506539 [ 3 ] {} <Debug> HTTP-Session: 597365b9-1992-4a76-be88-543c666b1233 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
7351 | 2024.05.30 04:14:49.506556 [ 3 ] {} <Debug> HTTP-Session: 597365b9-1992-4a76-be88-543c666b1233 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7352 | 2024.05.30 04:14:49.506569 [ 3 ] {} <Debug> HTTP-Session: 597365b9-1992-4a76-be88-543c666b1233 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7353 | 2024.05.30 04:14:49.506600 [ 3 ] {} <Trace> HTTP-Session: 597365b9-1992-4a76-be88-543c666b1233 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7354 | 2024.05.30 04:14:49.506728 [ 3 ] {f0ac9c7a-133b-4c30-91f4-7c88399938c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7355 | 2024.05.30 04:14:49.506773 [ 3 ] {f0ac9c7a-133b-4c30-91f4-7c88399938c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7356 | 2024.05.30 04:14:49.506919 [ 3 ] {f0ac9c7a-133b-4c30-91f4-7c88399938c8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7357 | 2024.05.30 04:14:49.507308 [ 3 ] {f0ac9c7a-133b-4c30-91f4-7c88399938c8} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7358 | 2024.05.30 04:14:49.507344 [ 3 ] {f0ac9c7a-133b-4c30-91f4-7c88399938c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
7359 | 2024.05.30 04:14:49.507689 [ 3 ] {f0ac9c7a-133b-4c30-91f4-7c88399938c8} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
7360 | 2024.05.30 04:14:49.508014 [ 3 ] {f0ac9c7a-133b-4c30-91f4-7c88399938c8} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7361 | 2024.05.30 04:14:49.508140 [ 3 ] {f0ac9c7a-133b-4c30-91f4-7c88399938c8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001466 sec., 40927.69440654843 rows/sec., 2.76 MiB/sec. | ||
7362 | 2024.05.30 04:14:49.508300 [ 3 ] {f0ac9c7a-133b-4c30-91f4-7c88399938c8} <Debug> DynamicQueryHandler: Done processing query | ||
7363 | 2024.05.30 04:14:49.508324 [ 3 ] {f0ac9c7a-133b-4c30-91f4-7c88399938c8} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7364 | 2024.05.30 04:14:49.508340 [ 3 ] {} <Debug> HTTP-Session: 597365b9-1992-4a76-be88-543c666b1233 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7365 | 2024.05.30 04:14:54.492615 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 12733, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7366 | 2024.05.30 04:14:54.492761 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7367 | 2024.05.30 04:14:54.492790 [ 3 ] {} <Debug> HTTP-Session: 8505c66a-27e7-441d-9d1f-bb0609fa8950 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
7368 | 2024.05.30 04:14:54.492818 [ 3 ] {} <Debug> HTTP-Session: 8505c66a-27e7-441d-9d1f-bb0609fa8950 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7369 | 2024.05.30 04:14:54.492836 [ 3 ] {} <Debug> HTTP-Session: 8505c66a-27e7-441d-9d1f-bb0609fa8950 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7370 | 2024.05.30 04:14:54.492891 [ 3 ] {} <Trace> HTTP-Session: 8505c66a-27e7-441d-9d1f-bb0609fa8950 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7371 | 2024.05.30 04:14:54.493122 [ 3 ] {39433711-9c49-4f06-aae1-a1e7095c75c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7372 | 2024.05.30 04:14:54.493195 [ 3 ] {39433711-9c49-4f06-aae1-a1e7095c75c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7373 | 2024.05.30 04:14:54.493385 [ 3 ] {39433711-9c49-4f06-aae1-a1e7095c75c8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7374 | 2024.05.30 04:14:54.493873 [ 3 ] {39433711-9c49-4f06-aae1-a1e7095c75c8} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7375 | 2024.05.30 04:14:54.493922 [ 3 ] {39433711-9c49-4f06-aae1-a1e7095c75c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
7376 | 2024.05.30 04:14:54.494301 [ 3 ] {39433711-9c49-4f06-aae1-a1e7095c75c8} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
7377 | 2024.05.30 04:14:54.494634 [ 3 ] {39433711-9c49-4f06-aae1-a1e7095c75c8} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7378 | 2024.05.30 04:14:54.494802 [ 3 ] {39433711-9c49-4f06-aae1-a1e7095c75c8} <Debug> executeQuery: Read 92 rows, 7.14 KiB in 0.001763 sec., 52183.77765173001 rows/sec., 3.96 MiB/sec. | ||
7379 | 2024.05.30 04:14:54.495098 [ 3 ] {39433711-9c49-4f06-aae1-a1e7095c75c8} <Debug> DynamicQueryHandler: Done processing query | ||
7380 | 2024.05.30 04:14:54.495153 [ 3 ] {39433711-9c49-4f06-aae1-a1e7095c75c8} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
7381 | 2024.05.30 04:14:54.495201 [ 3 ] {} <Debug> HTTP-Session: 8505c66a-27e7-441d-9d1f-bb0609fa8950 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7382 | 2024.05.30 04:14:54.495347 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 14914, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7383 | 2024.05.30 04:14:54.495403 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7384 | 2024.05.30 04:14:54.495422 [ 3 ] {} <Debug> HTTP-Session: 92487cb0-6328-4340-8abc-8d8cae23d0cb Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
7385 | 2024.05.30 04:14:54.495440 [ 3 ] {} <Debug> HTTP-Session: 92487cb0-6328-4340-8abc-8d8cae23d0cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7386 | 2024.05.30 04:14:54.495454 [ 3 ] {} <Debug> HTTP-Session: 92487cb0-6328-4340-8abc-8d8cae23d0cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7387 | 2024.05.30 04:14:54.495490 [ 3 ] {} <Trace> HTTP-Session: 92487cb0-6328-4340-8abc-8d8cae23d0cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7388 | 2024.05.30 04:14:54.495621 [ 3 ] {3086e809-4cf8-44d8-8b96-48113aa9c58a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7389 | 2024.05.30 04:14:54.495670 [ 3 ] {3086e809-4cf8-44d8-8b96-48113aa9c58a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7390 | 2024.05.30 04:14:54.495816 [ 3 ] {3086e809-4cf8-44d8-8b96-48113aa9c58a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7391 | 2024.05.30 04:14:54.496174 [ 3 ] {3086e809-4cf8-44d8-8b96-48113aa9c58a} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7392 | 2024.05.30 04:14:54.496212 [ 3 ] {3086e809-4cf8-44d8-8b96-48113aa9c58a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
7393 | 2024.05.30 04:14:54.496522 [ 3 ] {3086e809-4cf8-44d8-8b96-48113aa9c58a} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
7394 | 2024.05.30 04:14:54.496821 [ 3 ] {3086e809-4cf8-44d8-8b96-48113aa9c58a} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7395 | 2024.05.30 04:14:54.496983 [ 3 ] {3086e809-4cf8-44d8-8b96-48113aa9c58a} <Debug> executeQuery: Read 88 rows, 7.01 KiB in 0.001405 sec., 62633.45195729537 rows/sec., 4.87 MiB/sec. | ||
7396 | 2024.05.30 04:14:54.497177 [ 3 ] {3086e809-4cf8-44d8-8b96-48113aa9c58a} <Debug> DynamicQueryHandler: Done processing query | ||
7397 | 2024.05.30 04:14:54.497213 [ 3 ] {3086e809-4cf8-44d8-8b96-48113aa9c58a} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
7398 | 2024.05.30 04:14:54.497236 [ 3 ] {} <Debug> HTTP-Session: 92487cb0-6328-4340-8abc-8d8cae23d0cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7399 | 2024.05.30 04:14:54.497397 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 37563, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7400 | 2024.05.30 04:14:54.497447 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7401 | 2024.05.30 04:14:54.497466 [ 3 ] {} <Debug> HTTP-Session: 429fe9b3-609f-4f52-93fa-2e44255bcae7 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
7402 | 2024.05.30 04:14:54.497484 [ 3 ] {} <Debug> HTTP-Session: 429fe9b3-609f-4f52-93fa-2e44255bcae7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7403 | 2024.05.30 04:14:54.497497 [ 3 ] {} <Debug> HTTP-Session: 429fe9b3-609f-4f52-93fa-2e44255bcae7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7404 | 2024.05.30 04:14:54.497530 [ 3 ] {} <Trace> HTTP-Session: 429fe9b3-609f-4f52-93fa-2e44255bcae7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7405 | 2024.05.30 04:14:54.497707 [ 3 ] {61df81d5-1ce7-420d-946a-dc41b925905f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7406 | 2024.05.30 04:14:54.497754 [ 3 ] {61df81d5-1ce7-420d-946a-dc41b925905f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7407 | 2024.05.30 04:14:54.497899 [ 3 ] {61df81d5-1ce7-420d-946a-dc41b925905f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7408 | 2024.05.30 04:14:54.498279 [ 3 ] {61df81d5-1ce7-420d-946a-dc41b925905f} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7409 | 2024.05.30 04:14:54.498315 [ 3 ] {61df81d5-1ce7-420d-946a-dc41b925905f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
7410 | 2024.05.30 04:14:54.498700 [ 3 ] {61df81d5-1ce7-420d-946a-dc41b925905f} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
7411 | 2024.05.30 04:14:54.499039 [ 3 ] {61df81d5-1ce7-420d-946a-dc41b925905f} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7412 | 2024.05.30 04:14:54.499205 [ 3 ] {61df81d5-1ce7-420d-946a-dc41b925905f} <Debug> executeQuery: Read 196 rows, 14.01 KiB in 0.001578 sec., 124207.85804816223 rows/sec., 8.67 MiB/sec. | ||
7413 | 2024.05.30 04:14:54.499388 [ 3 ] {61df81d5-1ce7-420d-946a-dc41b925905f} <Debug> DynamicQueryHandler: Done processing query | ||
7414 | 2024.05.30 04:14:54.499420 [ 3 ] {61df81d5-1ce7-420d-946a-dc41b925905f} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
7415 | 2024.05.30 04:14:54.499445 [ 3 ] {} <Debug> HTTP-Session: 429fe9b3-609f-4f52-93fa-2e44255bcae7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7416 | 2024.05.30 04:14:54.499567 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7417 | 2024.05.30 04:14:54.499615 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7418 | 2024.05.30 04:14:54.499634 [ 3 ] {} <Debug> HTTP-Session: 6c2b6fc7-f30b-4de5-909e-b62be2876932 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
7419 | 2024.05.30 04:14:54.499650 [ 3 ] {} <Debug> HTTP-Session: 6c2b6fc7-f30b-4de5-909e-b62be2876932 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7420 | 2024.05.30 04:14:54.499664 [ 3 ] {} <Debug> HTTP-Session: 6c2b6fc7-f30b-4de5-909e-b62be2876932 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7421 | 2024.05.30 04:14:54.499694 [ 3 ] {} <Trace> HTTP-Session: 6c2b6fc7-f30b-4de5-909e-b62be2876932 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7422 | 2024.05.30 04:14:54.499820 [ 3 ] {4131ae38-4aea-4ed8-a264-79233b7a8f0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7423 | 2024.05.30 04:14:54.499864 [ 3 ] {4131ae38-4aea-4ed8-a264-79233b7a8f0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7424 | 2024.05.30 04:14:54.499986 [ 3 ] {4131ae38-4aea-4ed8-a264-79233b7a8f0c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7425 | 2024.05.30 04:14:54.500264 [ 3 ] {4131ae38-4aea-4ed8-a264-79233b7a8f0c} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7426 | 2024.05.30 04:14:54.500300 [ 3 ] {4131ae38-4aea-4ed8-a264-79233b7a8f0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
7427 | 2024.05.30 04:14:54.500654 [ 3 ] {4131ae38-4aea-4ed8-a264-79233b7a8f0c} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
7428 | 2024.05.30 04:14:54.500969 [ 3 ] {4131ae38-4aea-4ed8-a264-79233b7a8f0c} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7429 | 2024.05.30 04:14:54.501119 [ 3 ] {4131ae38-4aea-4ed8-a264-79233b7a8f0c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001341 sec., 44742.729306487694 rows/sec., 3.02 MiB/sec. | ||
7430 | 2024.05.30 04:14:54.501367 [ 3 ] {4131ae38-4aea-4ed8-a264-79233b7a8f0c} <Debug> DynamicQueryHandler: Done processing query | ||
7431 | 2024.05.30 04:14:54.501421 [ 3 ] {4131ae38-4aea-4ed8-a264-79233b7a8f0c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7432 | 2024.05.30 04:14:54.501475 [ 3 ] {} <Debug> HTTP-Session: 6c2b6fc7-f30b-4de5-909e-b62be2876932 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7433 | 2024.05.30 04:14:58.106445 [ 51 ] {} <Debug> DNSResolver: Updating DNS cache | ||
7434 | 2024.05.30 04:14:58.106540 [ 51 ] {} <Debug> DNSResolver: Updated DNS cache | ||
7435 | 2024.05.30 04:14:59.493618 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 4497, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7436 | 2024.05.30 04:14:59.493732 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7437 | 2024.05.30 04:14:59.493754 [ 3 ] {} <Debug> HTTP-Session: 9cc466be-15ae-419c-b795-693f9c38345e Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
7438 | 2024.05.30 04:14:59.493778 [ 3 ] {} <Debug> HTTP-Session: 9cc466be-15ae-419c-b795-693f9c38345e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7439 | 2024.05.30 04:14:59.493792 [ 3 ] {} <Debug> HTTP-Session: 9cc466be-15ae-419c-b795-693f9c38345e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7440 | 2024.05.30 04:14:59.493839 [ 3 ] {} <Trace> HTTP-Session: 9cc466be-15ae-419c-b795-693f9c38345e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7441 | 2024.05.30 04:14:59.494017 [ 3 ] {76084c31-8dec-4b50-9c97-a228413d26c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7442 | 2024.05.30 04:14:59.494081 [ 3 ] {76084c31-8dec-4b50-9c97-a228413d26c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7443 | 2024.05.30 04:14:59.494264 [ 3 ] {76084c31-8dec-4b50-9c97-a228413d26c8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7444 | 2024.05.30 04:14:59.494691 [ 3 ] {76084c31-8dec-4b50-9c97-a228413d26c8} <Trace> oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7445 | 2024.05.30 04:14:59.494729 [ 3 ] {76084c31-8dec-4b50-9c97-a228413d26c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
7446 | 2024.05.30 04:14:59.495084 [ 3 ] {76084c31-8dec-4b50-9c97-a228413d26c8} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
7447 | 2024.05.30 04:14:59.495405 [ 3 ] {76084c31-8dec-4b50-9c97-a228413d26c8} <Trace> oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7448 | 2024.05.30 04:14:59.495545 [ 3 ] {76084c31-8dec-4b50-9c97-a228413d26c8} <Debug> executeQuery: Read 31 rows, 2.51 KiB in 0.001586 sec., 19546.027742749055 rows/sec., 1.55 MiB/sec. | ||
7449 | 2024.05.30 04:14:59.495545 [ 50 ] {} <Debug> oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba) (MergerMutator): Selected 5 parts from all_1_22_5 to all_26_26_0 | ||
7450 | 2024.05.30 04:14:59.495606 [ 50 ] {} <Trace> oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7451 | 2024.05.30 04:14:59.495634 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
7452 | 2024.05.30 04:14:59.495793 [ 3 ] {76084c31-8dec-4b50-9c97-a228413d26c8} <Debug> DynamicQueryHandler: Done processing query | ||
7453 | 2024.05.30 04:14:59.495884 [ 3 ] {76084c31-8dec-4b50-9c97-a228413d26c8} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7454 | 2024.05.30 04:14:59.495951 [ 3 ] {} <Debug> HTTP-Session: 9cc466be-15ae-419c-b795-693f9c38345e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7455 | 2024.05.30 04:14:59.495994 [ 203 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_26_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_22_5 to all_26_26_0 into Compact with storage Full | ||
7456 | 2024.05.30 04:14:59.496158 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 21838, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7457 | 2024.05.30 04:14:59.496283 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7458 | 2024.05.30 04:14:59.496347 [ 3 ] {} <Debug> HTTP-Session: 7669e503-e069-409d-ac3f-2e8c778b53e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
7459 | 2024.05.30 04:14:59.496362 [ 203 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_26_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7460 | 2024.05.30 04:14:59.496382 [ 3 ] {} <Debug> HTTP-Session: 7669e503-e069-409d-ac3f-2e8c778b53e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7461 | 2024.05.30 04:14:59.496424 [ 3 ] {} <Debug> HTTP-Session: 7669e503-e069-409d-ac3f-2e8c778b53e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7462 | 2024.05.30 04:14:59.496430 [ 203 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_22_5, total 31 rows starting from the beginning of the part | ||
7463 | 2024.05.30 04:14:59.496499 [ 3 ] {} <Trace> HTTP-Session: 7669e503-e069-409d-ac3f-2e8c778b53e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7464 | 2024.05.30 04:14:59.496666 [ 203 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 31 rows starting from the beginning of the part | ||
7465 | 2024.05.30 04:14:59.496899 [ 3 ] {b15062a4-47c8-4524-94ac-ccc304c2b752} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7466 | 2024.05.30 04:14:59.497061 [ 3 ] {b15062a4-47c8-4524-94ac-ccc304c2b752} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7467 | 2024.05.30 04:14:59.497047 [ 203 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 31 rows starting from the beginning of the part | ||
7468 | 2024.05.30 04:14:59.497465 [ 203 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 31 rows starting from the beginning of the part | ||
7469 | 2024.05.30 04:14:59.497839 [ 203 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 31 rows starting from the beginning of the part | ||
7470 | 2024.05.30 04:14:59.497918 [ 3 ] {b15062a4-47c8-4524-94ac-ccc304c2b752} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7471 | 2024.05.30 04:14:59.498951 [ 3 ] {b15062a4-47c8-4524-94ac-ccc304c2b752} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7472 | 2024.05.30 04:14:59.499011 [ 3 ] {b15062a4-47c8-4524-94ac-ccc304c2b752} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
7473 | 2024.05.30 04:14:59.499860 [ 3 ] {b15062a4-47c8-4524-94ac-ccc304c2b752} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
7474 | 2024.05.30 04:14:59.500128 [ 203 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_26_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 155 rows, containing 4 columns (4 merged, 0 gathered) in 0.004381768 sec., 35373.84909470332 rows/sec., 2.80 MiB/sec. | ||
7475 | 2024.05.30 04:14:59.500380 [ 203 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_26_6} <Trace> MergedBlockOutputStream: filled checksums all_1_26_6 (state Temporary) | ||
7476 | 2024.05.30 04:14:59.500634 [ 3 ] {b15062a4-47c8-4524-94ac-ccc304c2b752} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7477 | 2024.05.30 04:14:59.501023 [ 50 ] {} <Debug> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
7478 | 2024.05.30 04:14:59.501099 [ 3 ] {b15062a4-47c8-4524-94ac-ccc304c2b752} <Debug> executeQuery: Read 149 rows, 12.78 KiB in 0.004377 sec., 34041.580991546725 rows/sec., 2.85 MiB/sec. | ||
7479 | 2024.05.30 04:14:59.501106 [ 50 ] {} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7480 | 2024.05.30 04:14:59.501178 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
7481 | 2024.05.30 04:14:59.501466 [ 200 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_26_6} <Trace> oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Renaming temporary part tmp_merge_all_1_26_6 to all_1_26_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7482 | 2024.05.30 04:14:59.501603 [ 193 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::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 | ||
7483 | 2024.05.30 04:14:59.501616 [ 3 ] {b15062a4-47c8-4524-94ac-ccc304c2b752} <Debug> DynamicQueryHandler: Done processing query | ||
7484 | 2024.05.30 04:14:59.501669 [ 200 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_26_6} <Trace> oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba) (MergerMutator): Merged 5 parts: [all_1_22_5, all_26_26_0] -> all_1_26_6 | ||
7485 | 2024.05.30 04:14:59.501709 [ 3 ] {b15062a4-47c8-4524-94ac-ccc304c2b752} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
7486 | 2024.05.30 04:14:59.501755 [ 3 ] {} <Debug> HTTP-Session: 7669e503-e069-409d-ac3f-2e8c778b53e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7487 | 2024.05.30 04:14:59.501895 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
7488 | 2024.05.30 04:14:59.502031 [ 193 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7489 | 2024.05.30 04:14:59.502028 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 16124, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7490 | 2024.05.30 04:14:59.502097 [ 193 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 192 rows starting from the beginning of the part | ||
7491 | 2024.05.30 04:14:59.502148 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7492 | 2024.05.30 04:14:59.502217 [ 3 ] {} <Debug> HTTP-Session: c3b7ee66-d459-46d8-ad9f-55ac4f37d2eb Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
7493 | 2024.05.30 04:14:59.502286 [ 3 ] {} <Debug> HTTP-Session: c3b7ee66-d459-46d8-ad9f-55ac4f37d2eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7494 | 2024.05.30 04:14:59.502345 [ 3 ] {} <Debug> HTTP-Session: c3b7ee66-d459-46d8-ad9f-55ac4f37d2eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7495 | 2024.05.30 04:14:59.502404 [ 193 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 151 rows starting from the beginning of the part | ||
7496 | 2024.05.30 04:14:59.502448 [ 3 ] {} <Trace> HTTP-Session: c3b7ee66-d459-46d8-ad9f-55ac4f37d2eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7497 | 2024.05.30 04:14:59.502691 [ 193 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 56 rows starting from the beginning of the part | ||
7498 | 2024.05.30 04:14:59.502818 [ 3 ] {b74b8e00-a3d2-4c7a-b2a4-0ab5f6d094f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7499 | 2024.05.30 04:14:59.502976 [ 3 ] {b74b8e00-a3d2-4c7a-b2a4-0ab5f6d094f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7500 | 2024.05.30 04:14:59.502976 [ 193 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 149 rows starting from the beginning of the part | ||
7501 | 2024.05.30 04:14:59.503343 [ 193 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 92 rows starting from the beginning of the part | ||
7502 | 2024.05.30 04:14:59.503701 [ 193 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 149 rows starting from the beginning of the part | ||
7503 | 2024.05.30 04:14:59.503841 [ 3 ] {b74b8e00-a3d2-4c7a-b2a4-0ab5f6d094f6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7504 | 2024.05.30 04:14:59.504767 [ 3 ] {b74b8e00-a3d2-4c7a-b2a4-0ab5f6d094f6} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7505 | 2024.05.30 04:14:59.504826 [ 3 ] {b74b8e00-a3d2-4c7a-b2a4-0ab5f6d094f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
7506 | 2024.05.30 04:14:59.505709 [ 3 ] {b74b8e00-a3d2-4c7a-b2a4-0ab5f6d094f6} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
7507 | 2024.05.30 04:14:59.506422 [ 3 ] {b74b8e00-a3d2-4c7a-b2a4-0ab5f6d094f6} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7508 | 2024.05.30 04:14:59.506532 [ 193 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 789 rows, containing 4 columns (4 merged, 0 gathered) in 0.005178023 sec., 152374.757701926 rows/sec., 12.46 MiB/sec. | ||
7509 | 2024.05.30 04:14:59.506667 [ 50 ] {} <Debug> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
7510 | 2024.05.30 04:14:59.506684 [ 3 ] {b74b8e00-a3d2-4c7a-b2a4-0ab5f6d094f6} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.004022 sec., 23620.089507707606 rows/sec., 1.84 MiB/sec. | ||
7511 | 2024.05.30 04:14:59.506721 [ 50 ] {} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7512 | 2024.05.30 04:14:59.506770 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
7513 | 2024.05.30 04:14:59.506781 [ 196 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
7514 | 2024.05.30 04:14:59.507168 [ 3 ] {b74b8e00-a3d2-4c7a-b2a4-0ab5f6d094f6} <Debug> DynamicQueryHandler: Done processing query | ||
7515 | 2024.05.30 04:14:59.507195 [ 200 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::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 | ||
7516 | 2024.05.30 04:14:59.507225 [ 3 ] {b74b8e00-a3d2-4c7a-b2a4-0ab5f6d094f6} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
7517 | 2024.05.30 04:14:59.507354 [ 3 ] {} <Debug> HTTP-Session: c3b7ee66-d459-46d8-ad9f-55ac4f37d2eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7518 | 2024.05.30 04:14:59.507798 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7519 | 2024.05.30 04:14:59.508082 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7520 | 2024.05.30 04:14:59.508236 [ 3 ] {} <Debug> HTTP-Session: 0d880c4e-55b5-4994-b09e-77c35019d059 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
7521 | 2024.05.30 04:14:59.508295 [ 200 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7522 | 2024.05.30 04:14:59.508349 [ 3 ] {} <Debug> HTTP-Session: 0d880c4e-55b5-4994-b09e-77c35019d059 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7523 | 2024.05.30 04:14:59.508450 [ 200 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 151 rows starting from the beginning of the part | ||
7524 | 2024.05.30 04:14:59.508470 [ 3 ] {} <Debug> HTTP-Session: 0d880c4e-55b5-4994-b09e-77c35019d059 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7525 | 2024.05.30 04:14:59.508700 [ 3 ] {} <Trace> HTTP-Session: 0d880c4e-55b5-4994-b09e-77c35019d059 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7526 | 2024.05.30 04:14:59.509061 [ 200 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 99 rows starting from the beginning of the part | ||
7527 | 2024.05.30 04:14:59.509411 [ 3 ] {4e80376a-67f0-4161-82dc-5ae6ed1907f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7528 | 2024.05.30 04:14:59.509522 [ 200 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 64 rows starting from the beginning of the part | ||
7529 | 2024.05.30 04:14:59.509636 [ 3 ] {4e80376a-67f0-4161-82dc-5ae6ed1907f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7530 | 2024.05.30 04:14:59.510101 [ 200 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 95 rows starting from the beginning of the part | ||
7531 | 2024.05.30 04:14:59.510134 [ 196 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_56_11} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7532 | 2024.05.30 04:14:59.510562 [ 200 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 88 rows starting from the beginning of the part | ||
7533 | 2024.05.30 04:14:59.510678 [ 196 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_56_11} <Trace> oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
7534 | 2024.05.30 04:14:59.511078 [ 200 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 95 rows starting from the beginning of the part | ||
7535 | 2024.05.30 04:14:59.511179 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
7536 | 2024.05.30 04:14:59.512120 [ 3 ] {4e80376a-67f0-4161-82dc-5ae6ed1907f3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7537 | 2024.05.30 04:14:59.512674 [ 3 ] {4e80376a-67f0-4161-82dc-5ae6ed1907f3} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7538 | 2024.05.30 04:14:59.512717 [ 3 ] {4e80376a-67f0-4161-82dc-5ae6ed1907f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
7539 | 2024.05.30 04:14:59.513290 [ 186 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 592 rows, containing 4 columns (4 merged, 0 gathered) in 0.006416364 sec., 92264.09224913051 rows/sec., 7.20 MiB/sec. | ||
7540 | 2024.05.30 04:14:59.513305 [ 3 ] {4e80376a-67f0-4161-82dc-5ae6ed1907f3} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
7541 | 2024.05.30 04:14:59.513534 [ 186 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
7542 | 2024.05.30 04:14:59.514086 [ 3 ] {4e80376a-67f0-4161-82dc-5ae6ed1907f3} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7543 | 2024.05.30 04:14:59.514347 [ 50 ] {} <Debug> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
7544 | 2024.05.30 04:14:59.514363 [ 3 ] {4e80376a-67f0-4161-82dc-5ae6ed1907f3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005268 sec., 30372.057706909643 rows/sec., 2.12 MiB/sec. | ||
7545 | 2024.05.30 04:14:59.514414 [ 50 ] {} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7546 | 2024.05.30 04:14:59.514493 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
7547 | 2024.05.30 04:14:59.514511 [ 186 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_56_11} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7548 | 2024.05.30 04:14:59.515054 [ 3 ] {4e80376a-67f0-4161-82dc-5ae6ed1907f3} <Debug> DynamicQueryHandler: Done processing query | ||
7549 | 2024.05.30 04:14:59.515096 [ 196 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::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 | ||
7550 | 2024.05.30 04:14:59.515166 [ 3 ] {4e80376a-67f0-4161-82dc-5ae6ed1907f3} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7551 | 2024.05.30 04:14:59.515161 [ 186 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_56_11} <Trace> oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
7552 | 2024.05.30 04:14:59.515273 [ 3 ] {} <Debug> HTTP-Session: 0d880c4e-55b5-4994-b09e-77c35019d059 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7553 | 2024.05.30 04:14:59.515599 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
7554 | 2024.05.30 04:14:59.515633 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 33195, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7555 | 2024.05.30 04:14:59.515816 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7556 | 2024.05.30 04:14:59.515891 [ 3 ] {} <Debug> HTTP-Session: 838cabf3-726a-4cf6-b4ac-3e66088ce2f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
7557 | 2024.05.30 04:14:59.515914 [ 196 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7558 | 2024.05.30 04:14:59.515938 [ 3 ] {} <Debug> HTTP-Session: 838cabf3-726a-4cf6-b4ac-3e66088ce2f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7559 | 2024.05.30 04:14:59.515994 [ 3 ] {} <Debug> HTTP-Session: 838cabf3-726a-4cf6-b4ac-3e66088ce2f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7560 | 2024.05.30 04:14:59.516002 [ 196 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 8256 rows starting from the beginning of the part | ||
7561 | 2024.05.30 04:14:59.516066 [ 3 ] {} <Trace> HTTP-Session: 838cabf3-726a-4cf6-b4ac-3e66088ce2f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7562 | 2024.05.30 04:14:59.516205 [ 196 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 162 rows starting from the beginning of the part | ||
7563 | 2024.05.30 04:14:59.516448 [ 196 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::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 | ||
7564 | 2024.05.30 04:14:59.516662 [ 3 ] {086ef905-840f-43f7-831a-ae05330087fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7565 | 2024.05.30 04:14:59.516694 [ 196 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 160 rows starting from the beginning of the part | ||
7566 | 2024.05.30 04:14:59.516864 [ 3 ] {086ef905-840f-43f7-831a-ae05330087fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
7567 | 2024.05.30 04:14:59.517087 [ 196 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 196 rows starting from the beginning of the part | ||
7568 | 2024.05.30 04:14:59.517494 [ 196 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 160 rows starting from the beginning of the part | ||
7569 | 2024.05.30 04:14:59.518151 [ 3 ] {086ef905-840f-43f7-831a-ae05330087fb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7570 | 2024.05.30 04:14:59.518757 [ 3 ] {086ef905-840f-43f7-831a-ae05330087fb} <Trace> oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7571 | 2024.05.30 04:14:59.518793 [ 3 ] {086ef905-840f-43f7-831a-ae05330087fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
7572 | 2024.05.30 04:14:59.519420 [ 3 ] {086ef905-840f-43f7-831a-ae05330087fb} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
7573 | 2024.05.30 04:14:59.519917 [ 3 ] {086ef905-840f-43f7-831a-ae05330087fb} <Trace> oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7574 | 2024.05.30 04:14:59.520203 [ 50 ] {} <Debug> oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
7575 | 2024.05.30 04:14:59.520227 [ 3 ] {086ef905-840f-43f7-831a-ae05330087fb} <Debug> executeQuery: Read 31 rows, 42.84 KiB in 0.003988 sec., 7773.319959879638 rows/sec., 10.49 MiB/sec. | ||
7576 | 2024.05.30 04:14:59.520239 [ 50 ] {} <Trace> oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7577 | 2024.05.30 04:14:59.520282 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
7578 | 2024.05.30 04:14:59.520437 [ 200 ] {685be072-9424-4095-bf5b-8da187daa969::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 | ||
7579 | 2024.05.30 04:14:59.520482 [ 3 ] {086ef905-840f-43f7-831a-ae05330087fb} <Debug> DynamicQueryHandler: Done processing query | ||
7580 | 2024.05.30 04:14:59.520529 [ 3 ] {086ef905-840f-43f7-831a-ae05330087fb} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
7581 | 2024.05.30 04:14:59.520553 [ 3 ] {} <Debug> HTTP-Session: 838cabf3-726a-4cf6-b4ac-3e66088ce2f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7582 | 2024.05.30 04:14:59.520702 [ 200 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7583 | 2024.05.30 04:14:59.520786 [ 200 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 618 rows starting from the beginning of the part | ||
7584 | 2024.05.30 04:14:59.520799 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7585 | 2024.05.30 04:14:59.520973 [ 200 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 31 rows starting from the beginning of the part | ||
7586 | 2024.05.30 04:14:59.520985 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7587 | 2024.05.30 04:14:59.521084 [ 3 ] {} <Debug> HTTP-Session: 66361cfc-10c4-4ca8-8ac1-741b6352ffec Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 | ||
7588 | 2024.05.30 04:14:59.521204 [ 3 ] {} <Debug> HTTP-Session: 66361cfc-10c4-4ca8-8ac1-741b6352ffec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7589 | 2024.05.30 04:14:59.521317 [ 3 ] {} <Debug> HTTP-Session: 66361cfc-10c4-4ca8-8ac1-741b6352ffec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7590 | 2024.05.30 04:14:59.521361 [ 200 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 31 rows starting from the beginning of the part | ||
7591 | 2024.05.30 04:14:59.521499 [ 3 ] {} <Trace> HTTP-Session: 66361cfc-10c4-4ca8-8ac1-741b6352ffec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7592 | 2024.05.30 04:14:59.521735 [ 200 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 31 rows starting from the beginning of the part | ||
7593 | 2024.05.30 04:14:59.521883 [ 3 ] {c32011bf-dddb-454e-9153-982b17e22172} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7594 | 2024.05.30 04:14:59.522142 [ 3 ] {c32011bf-dddb-454e-9153-982b17e22172} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7595 | 2024.05.30 04:14:59.522319 [ 200 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 31 rows starting from the beginning of the part | ||
7596 | 2024.05.30 04:14:59.522852 [ 200 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 31 rows starting from the beginning of the part | ||
7597 | 2024.05.30 04:14:59.523404 [ 199 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9094 rows, containing 5 columns (5 merged, 0 gathered) in 0.008745055 sec., 1039901.978889784 rows/sec., 72.49 MiB/sec. | ||
7598 | 2024.05.30 04:14:59.523685 [ 3 ] {c32011bf-dddb-454e-9153-982b17e22172} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7599 | 2024.05.30 04:14:59.523886 [ 202 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
7600 | 2024.05.30 04:14:59.525088 [ 3 ] {c32011bf-dddb-454e-9153-982b17e22172} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7601 | 2024.05.30 04:14:59.525203 [ 3 ] {c32011bf-dddb-454e-9153-982b17e22172} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
7602 | 2024.05.30 04:14:59.525857 [ 202 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7603 | 2024.05.30 04:14:59.526345 [ 202 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
7604 | 2024.05.30 04:14:59.526556 [ 3 ] {c32011bf-dddb-454e-9153-982b17e22172} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
7605 | 2024.05.30 04:14:59.526598 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.06 MiB. | ||
7606 | 2024.05.30 04:14:59.527301 [ 3 ] {c32011bf-dddb-454e-9153-982b17e22172} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7607 | 2024.05.30 04:14:59.527450 [ 3 ] {c32011bf-dddb-454e-9153-982b17e22172} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005752 sec., 10431.15438108484 rows/sec., 719.86 KiB/sec. | ||
7608 | 2024.05.30 04:14:59.527452 [ 50 ] {} <Debug> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
7609 | 2024.05.30 04:14:59.527541 [ 50 ] {} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7610 | 2024.05.30 04:14:59.527613 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
7611 | 2024.05.30 04:14:59.527808 [ 199 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::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 | ||
7612 | 2024.05.30 04:14:59.527822 [ 3 ] {c32011bf-dddb-454e-9153-982b17e22172} <Debug> DynamicQueryHandler: Done processing query | ||
7613 | 2024.05.30 04:14:59.527872 [ 3 ] {c32011bf-dddb-454e-9153-982b17e22172} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7614 | 2024.05.30 04:14:59.527916 [ 3 ] {} <Debug> HTTP-Session: 66361cfc-10c4-4ca8-8ac1-741b6352ffec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7615 | 2024.05.30 04:14:59.528051 [ 199 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7616 | 2024.05.30 04:14:59.528091 [ 199 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2942 rows starting from the beginning of the part | ||
7617 | 2024.05.30 04:14:59.528223 [ 199 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 60 rows starting from the beginning of the part | ||
7618 | 2024.05.30 04:14:59.528715 [ 199 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::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 | ||
7619 | 2024.05.30 04:14:59.529029 [ 200 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 773 rows, containing 6 columns (6 merged, 0 gathered) in 0.008654524 sec., 89317.44830796009 rows/sec., 120.53 MiB/sec. | ||
7620 | 2024.05.30 04:14:59.529066 [ 199 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 60 rows starting from the beginning of the part | ||
7621 | 2024.05.30 04:14:59.529244 [ 199 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::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 | ||
7622 | 2024.05.30 04:14:59.529435 [ 199 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 60 rows starting from the beginning of the part | ||
7623 | 2024.05.30 04:14:59.529754 [ 200 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
7624 | 2024.05.30 04:14:59.530644 [ 200 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_26_5} <Trace> oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7625 | 2024.05.30 04:14:59.530808 [ 200 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_26_5} <Trace> oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
7626 | 2024.05.30 04:14:59.530983 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.72 MiB. | ||
7627 | 2024.05.30 04:14:59.531893 [ 188 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3242 rows, containing 4 columns (4 merged, 0 gathered) in 0.004181244 sec., 775367.3308709083 rows/sec., 52.23 MiB/sec. | ||
7628 | 2024.05.30 04:14:59.532166 [ 200 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
7629 | 2024.05.30 04:14:59.532541 [ 200 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_56_11} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7630 | 2024.05.30 04:14:59.532614 [ 200 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_56_11} <Trace> oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
7631 | 2024.05.30 04:14:59.532697 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB. | ||
7632 | 2024.05.30 04:15:00.000159 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 190.91 MiB, peak 202.37 MiB, free memory in arenas 0.00 B, will set to 192.16 MiB (RSS), difference: 1.26 MiB |