1 | [ Jul 5 23:25:59 Enabled. ] | ||
2 | [ Jul 5 23:25:59 Rereading configuration. ] | ||
3 | [ Jul 5 23:26:01 Rereading configuration. ] | ||
4 | [ Jul 5 23:26:12 Executing start method ("/opt/oxide/lib/svc/manifest/clickhouse.sh"). ] | ||
5 | + set -o errexit | ||
6 | + set -o pipefail | ||
7 | + . /lib/svc/share/smf_include.sh | ||
8 | ++ SMF_EXIT_OK=0 | ||
9 | ++ SMF_EXIT_NODAEMON=94 | ||
10 | ++ SMF_EXIT_ERR_FATAL=95 | ||
11 | ++ SMF_EXIT_ERR_CONFIG=96 | ||
12 | ++ SMF_EXIT_MON_DEGRADE=97 | ||
13 | ++ SMF_EXIT_MON_OFFLINE=98 | ||
14 | ++ SMF_EXIT_ERR_NOSMF=99 | ||
15 | ++ SMF_EXIT_ERR_PERM=100 | ||
16 | ++ svcprop -c -p config/listen_addr svc:/oxide/clickhouse:default | ||
17 | + LISTEN_ADDR=fd00:1122:3344:101::e | ||
18 | ++ svcprop -c -p config/listen_port svc:/oxide/clickhouse:default | ||
19 | + LISTEN_PORT=8123 | ||
20 | ++ svcprop -c -p config/store svc:/oxide/clickhouse:default | ||
21 | + DATASTORE=/data | ||
22 | + single_node=true | ||
23 | + command=() | ||
24 | + true | ||
25 | + command+=("/opt/oxide/clickhouse/clickhouse" "server" "--log-file" "/var/tmp/clickhouse-server.log" "--errorlog-file" "/var/tmp/clickhouse-server.errlog" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT") | ||
26 | + exec /opt/oxide/clickhouse/clickhouse server --log-file /var/tmp/clickhouse-server.log --errorlog-file /var/tmp/clickhouse-server.errlog -- --path /data --listen_host fd00:1122:3344:101::e --http_port 8123 | ||
27 | [ Jul 5 23:26:12 Method "start" exited with status 0. ] | ||
28 | Processing configuration file 'config.xml'. | ||
29 | There is no file 'config.xml', will use embedded config. | ||
30 | Logging trace to /var/tmp/clickhouse-server.log | ||
31 | Logging errors to /var/tmp/clickhouse-server.errlog | ||
32 | 2024.07.05 23:26:13.607483 [ 1 ] {} <Information> Application: Will watch for the process with pid 22715 | ||
33 | 2024.07.05 23:26:13.608052 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
34 | 2024.07.05 23:26:14.129789 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 22715 | ||
35 | 2024.07.05 23:26:14.130515 [ 1 ] {} <Information> Application: starting up | ||
36 | 2024.07.05 23:26:14.131236 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
37 | 2024.07.05 23:26:14.218871 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
38 | 2024.07.05 23:26:14.242188 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
39 | 2024.07.05 23:26:14.242230 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
40 | 2024.07.05 23:26:14.242247 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
41 | 2024.07.05 23:26:14.242309 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
42 | 2024.07.05 23:26:14.242578 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
43 | 2024.07.05 23:26:14.244030 [ 1 ] {} <Debug> ConfigReloader: Loading config 'config.xml' | ||
44 | Processing configuration file 'config.xml'. | ||
45 | There is no file 'config.xml', will use embedded config. | ||
46 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
47 | 2024.07.05 23:26:14.244507 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
48 | 2024.07.05 23:26:14.245292 [ 1 ] {} <Information> Application: Setting max_server_memory_usage was set to 86.29 GiB (95.88 GiB available * 0.90 max_server_memory_usage_to_ram_ratio) | ||
49 | 2024.07.05 23:26:14.245316 [ 1 ] {} <Information> Application: Setting merges_mutations_memory_usage_soft_limit was set to 47.94 GiB (95.88 GiB available * 0.50 merges_mutations_memory_usage_to_ram_ratio) | ||
50 | 2024.07.05 23:26:14.245329 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
51 | 2024.07.05 23:26:14.245497 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
52 | 2024.07.05 23:26:14.246377 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
53 | 2024.07.05 23:26:14.251824 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
54 | 2024.07.05 23:26:14.252583 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
55 | 2024.07.05 23:26:14.253982 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
56 | 2024.07.05 23:26:14.254044 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
57 | 2024.07.05 23:26:14.255533 [ 1 ] {} <Debug> ConfigReloader: Loading config 'config.xml' | ||
58 | Processing configuration file 'config.xml'. | ||
59 | There is no file 'config.xml', will use embedded config. | ||
60 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
61 | 2024.07.05 23:26:14.255800 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
62 | 2024.07.05 23:26:14.260078 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
63 | 2024.07.05 23:26:14.260351 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: config.xml | ||
64 | 2024.07.05 23:26:14.261834 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
65 | 2024.07.05 23:26:14.262202 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
66 | 2024.07.05 23:26:14.262541 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
67 | 2024.07.05 23:26:14.262882 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
68 | 2024.07.05 23:26:14.264175 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
69 | 2024.07.05 23:26:14.264202 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
70 | 2024.07.05 23:26:14.264301 [ 33 ] {} <Debug> DNSResolver: Updating DNS cache | ||
71 | 2024.07.05 23:26:14.264454 [ 33 ] {} <Debug> DNSResolver: Updated DNS cache | ||
72 | 2024.07.05 23:26:14.277025 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
73 | 2024.07.05 23:26:14.277056 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000145944 sec | ||
74 | 2024.07.05 23:26:14.277091 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
75 | 2024.07.05 23:26:14.277103 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
76 | 2024.07.05 23:26:14.278178 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
77 | 2024.07.05 23:26:14.279165 [ 1 ] {} <Debug> SystemLog: Not creating system.query_log since corresponding section 'query_log' is missing from config | ||
78 | 2024.07.05 23:26:14.279185 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
79 | 2024.07.05 23:26:14.279216 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
80 | 2024.07.05 23:26:14.279231 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
81 | 2024.07.05 23:26:14.279243 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
82 | 2024.07.05 23:26:14.279276 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
83 | 2024.07.05 23:26:14.279288 [ 1 ] {} <Debug> SystemLog: Not creating system.metric_log since corresponding section 'metric_log' is missing from config | ||
84 | 2024.07.05 23:26:14.279303 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
85 | 2024.07.05 23:26:14.279337 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
86 | 2024.07.05 23:26:14.279350 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_metric_log since corresponding section 'asynchronous_metric_log' is missing from config | ||
87 | 2024.07.05 23:26:14.279364 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
88 | 2024.07.05 23:26:14.279379 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
89 | 2024.07.05 23:26:14.279411 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
90 | 2024.07.05 23:26:14.279424 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
91 | 2024.07.05 23:26:14.279439 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
92 | 2024.07.05 23:26:14.279466 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
93 | 2024.07.05 23:26:14.279482 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
94 | 2024.07.05 23:26:14.316121 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
95 | 2024.07.05 23:26:14.317554 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
96 | 2024.07.05 23:26:14.317581 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 4.3481e-05 sec | ||
97 | 2024.07.05 23:26:14.317594 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
98 | 2024.07.05 23:26:14.317608 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
99 | 2024.07.05 23:26:14.317629 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
100 | 2024.07.05 23:26:14.317800 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
101 | 2024.07.05 23:26:14.317841 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
102 | 2024.07.05 23:26:14.317854 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
103 | 2024.07.05 23:26:14.317869 [ 1 ] {} <Information> Application: Query Profiler and TraceCollector are disabled because they require PHDR cache to be created (otherwise the function 'dl_iterate_phdr' is not lock free and not async-signal safe). | ||
104 | 2024.07.05 23:26:14.317880 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
105 | 2024.07.05 23:26:14.373244 [ 1 ] {} <Trace> MySQLHandlerFactory: Failed to create SSL context. SSL will be disabled. Error: Poco::Exception. Code: 1000, e.code() = 0, SSL Exception: Configuration error: no certificate file has been specified (version 23.8.7.1) | ||
106 | 2024.07.05 23:26:14.566664 [ 1 ] {} <Trace> MySQLHandlerFactory: Failed to read RSA key pair from server certificate. Error: Code: 139. DB::Exception: Certificate file is not set. (NO_ELEMENTS_IN_CONFIG) (version 23.8.7.1) | ||
107 | 2024.07.05 23:26:14.566753 [ 1 ] {} <Trace> MySQLHandlerFactory: Generating new RSA key pair. | ||
108 | 2024.07.05 23:26:14.613087 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
109 | 2024.07.05 23:26:14.613302 [ 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.20 MiB | ||
110 | 2024.07.05 23:26:14.614184 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.24e-05 sec. | ||
111 | 2024.07.05 23:26:14.614531 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
112 | 2024.07.05 23:26:14.614653 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
113 | 2024.07.05 23:26:14.614696 [ 1 ] {} <Information> Application: Listening for MySQL compatibility protocol: [fd00:1122:3344:101::e]:9004 | ||
114 | 2024.07.05 23:26:14.614739 [ 1 ] {} <Information> Application: Ready for connections. | ||
115 | 2024.07.05 23:26:15.112042 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41835, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
116 | 2024.07.05 23:26:15.112326 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
117 | 2024.07.05 23:26:15.112406 [ 3 ] {} <Debug> HTTP-Session: d657eb65-1652-4ae8-96a2-19a4887c6aa2 Authenticating user 'default' from [fd00:1122:3344:101::d]:41835 | ||
118 | 2024.07.05 23:26:15.112444 [ 3 ] {} <Debug> HTTP-Session: d657eb65-1652-4ae8-96a2-19a4887c6aa2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
119 | 2024.07.05 23:26:15.112503 [ 3 ] {} <Debug> HTTP-Session: d657eb65-1652-4ae8-96a2-19a4887c6aa2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
120 | 2024.07.05 23:26:15.112637 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
121 | 2024.07.05 23:26:15.112679 [ 3 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
122 | 2024.07.05 23:26:15.112765 [ 3 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
123 | 2024.07.05 23:26:15.112859 [ 3 ] {} <Trace> HTTP-Session: d657eb65-1652-4ae8-96a2-19a4887c6aa2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
124 | 2024.07.05 23:26:15.114038 [ 3 ] {4357223b-f36c-4a53-9aab-6f29fcd02121} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41835) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
125 | 2024.07.05 23:26:15.155498 [ 3 ] {4357223b-f36c-4a53-9aab-6f29fcd02121} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:41835) (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 @ 0x0000000000114287 in /system/lib/amd64/libc.so.1 | ||
149 | |||
150 | 2024.07.05 23:26:15.156391 [ 3 ] {4357223b-f36c-4a53-9aab-6f29fcd02121} <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 @ 0x0000000000114287 in /system/lib/amd64/libc.so.1 | ||
174 | (version 23.8.7.1) | ||
175 | 2024.07.05 23:26:15.157986 [ 3 ] {} <Debug> HTTP-Session: d657eb65-1652-4ae8-96a2-19a4887c6aa2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
176 | 2024.07.05 23:26:15.163017 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41835, User-Agent: (none), Length: 33, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
177 | 2024.07.05 23:26:15.163095 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
178 | 2024.07.05 23:26:15.163166 [ 3 ] {} <Debug> HTTP-Session: bfd7fb91-0b7c-42bc-9748-17af05df48d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:41835 | ||
179 | 2024.07.05 23:26:15.163246 [ 3 ] {} <Debug> HTTP-Session: bfd7fb91-0b7c-42bc-9748-17af05df48d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
180 | 2024.07.05 23:26:15.163263 [ 3 ] {} <Debug> HTTP-Session: bfd7fb91-0b7c-42bc-9748-17af05df48d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
181 | 2024.07.05 23:26:15.163350 [ 3 ] {} <Trace> HTTP-Session: bfd7fb91-0b7c-42bc-9748-17af05df48d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
182 | 2024.07.05 23:26:15.164640 [ 3 ] {4fd47f60-3796-4ee0-a7b6-0b9458e2dc66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41835) SHOW CLUSTERS FORMAT JSONEachRow; (stage: Complete) | ||
183 | 2024.07.05 23:26:15.164801 [ 3 ] {4fd47f60-3796-4ee0-a7b6-0b9458e2dc66} <Debug> executeQuery: (internal) SELECT DISTINCT cluster FROM system.clusters ORDER BY cluster (stage: Complete) | ||
184 | 2024.07.05 23:26:15.166975 [ 3 ] {4fd47f60-3796-4ee0-a7b6-0b9458e2dc66} <Trace> ContextAccess (default): Access granted: SELECT(cluster) ON system.clusters | ||
185 | 2024.07.05 23:26:15.169960 [ 3 ] {4fd47f60-3796-4ee0-a7b6-0b9458e2dc66} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
186 | 2024.07.05 23:26:15.176636 [ 3 ] {4fd47f60-3796-4ee0-a7b6-0b9458e2dc66} <Debug> DynamicQueryHandler: Done processing query | ||
187 | 2024.07.05 23:26:15.176672 [ 3 ] {4fd47f60-3796-4ee0-a7b6-0b9458e2dc66} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
188 | 2024.07.05 23:26:15.176695 [ 3 ] {} <Debug> HTTP-Session: bfd7fb91-0b7c-42bc-9748-17af05df48d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
189 | 2024.07.05 23:26:15.193275 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41835, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
190 | 2024.07.05 23:26:15.193341 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
191 | 2024.07.05 23:26:15.193369 [ 3 ] {} <Debug> HTTP-Session: 41d81619-9e86-48c9-a3ae-bf473dc2e45a Authenticating user 'default' from [fd00:1122:3344:101::d]:41835 | ||
192 | 2024.07.05 23:26:15.193390 [ 3 ] {} <Debug> HTTP-Session: 41d81619-9e86-48c9-a3ae-bf473dc2e45a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
193 | 2024.07.05 23:26:15.193410 [ 3 ] {} <Debug> HTTP-Session: 41d81619-9e86-48c9-a3ae-bf473dc2e45a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
194 | 2024.07.05 23:26:15.193454 [ 3 ] {} <Trace> HTTP-Session: 41d81619-9e86-48c9-a3ae-bf473dc2e45a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
195 | 2024.07.05 23:26:15.193593 [ 3 ] {3f8a03c4-381e-4159-9967-517a6c25859d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41835) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
196 | 2024.07.05 23:26:15.193861 [ 3 ] {3f8a03c4-381e-4159-9967-517a6c25859d} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:41835) (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 @ 0x0000000000114287 in /system/lib/amd64/libc.so.1 | ||
220 | |||
221 | 2024.07.05 23:26:15.193978 [ 3 ] {3f8a03c4-381e-4159-9967-517a6c25859d} <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 @ 0x0000000000114287 in /system/lib/amd64/libc.so.1 | ||
245 | (version 23.8.7.1) | ||
246 | 2024.07.05 23:26:15.194127 [ 3 ] {} <Debug> HTTP-Session: 41d81619-9e86-48c9-a3ae-bf473dc2e45a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
247 | 2024.07.05 23:26:15.196235 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41835, User-Agent: (none), Length: 32, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
248 | 2024.07.05 23:26:15.196296 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
249 | 2024.07.05 23:26:15.196320 [ 3 ] {} <Debug> HTTP-Session: b1032541-d012-4c16-87db-3fe30111b765 Authenticating user 'default' from [fd00:1122:3344:101::d]:41835 | ||
250 | 2024.07.05 23:26:15.196344 [ 3 ] {} <Debug> HTTP-Session: b1032541-d012-4c16-87db-3fe30111b765 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
251 | 2024.07.05 23:26:15.196365 [ 3 ] {} <Debug> HTTP-Session: b1032541-d012-4c16-87db-3fe30111b765 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
252 | 2024.07.05 23:26:15.196400 [ 3 ] {} <Trace> HTTP-Session: b1032541-d012-4c16-87db-3fe30111b765 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
253 | 2024.07.05 23:26:15.196595 [ 3 ] {d5600a8e-2c6e-4ddb-9363-6729de0327db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41835) DROP DATABASE IF EXISTS oximeter (stage: Complete) | ||
254 | 2024.07.05 23:26:15.196766 [ 3 ] {d5600a8e-2c6e-4ddb-9363-6729de0327db} <Debug> DynamicQueryHandler: Done processing query | ||
255 | 2024.07.05 23:26:15.196788 [ 3 ] {} <Debug> HTTP-Session: b1032541-d012-4c16-87db-3fe30111b765 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
256 | 2024.07.05 23:26:15.196906 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41835, User-Agent: (none), Length: 38, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
257 | 2024.07.05 23:26:15.196955 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
258 | 2024.07.05 23:26:15.196977 [ 3 ] {} <Debug> HTTP-Session: 66f4904f-2ae6-41bb-a632-3a9d07a5f2b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:41835 | ||
259 | 2024.07.05 23:26:15.196993 [ 3 ] {} <Debug> HTTP-Session: 66f4904f-2ae6-41bb-a632-3a9d07a5f2b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
260 | 2024.07.05 23:26:15.197009 [ 3 ] {} <Debug> HTTP-Session: 66f4904f-2ae6-41bb-a632-3a9d07a5f2b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
261 | 2024.07.05 23:26:15.197041 [ 3 ] {} <Trace> HTTP-Session: 66f4904f-2ae6-41bb-a632-3a9d07a5f2b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
262 | 2024.07.05 23:26:15.197124 [ 3 ] {e7ce4964-6e77-4235-92e8-df4b7d0c69ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41835) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
263 | 2024.07.05 23:26:15.197179 [ 3 ] {e7ce4964-6e77-4235-92e8-df4b7d0c69ad} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
264 | 2024.07.05 23:26:15.198556 [ 3 ] {e7ce4964-6e77-4235-92e8-df4b7d0c69ad} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
265 | 2024.07.05 23:26:15.198585 [ 3 ] {e7ce4964-6e77-4235-92e8-df4b7d0c69ad} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.0131e-05 sec | ||
266 | 2024.07.05 23:26:15.198600 [ 3 ] {e7ce4964-6e77-4235-92e8-df4b7d0c69ad} <Trace> ReferentialDeps: No tables | ||
267 | 2024.07.05 23:26:15.198617 [ 3 ] {e7ce4964-6e77-4235-92e8-df4b7d0c69ad} <Trace> LoadingDeps: No tables | ||
268 | 2024.07.05 23:26:15.198639 [ 3 ] {e7ce4964-6e77-4235-92e8-df4b7d0c69ad} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
269 | 2024.07.05 23:26:15.198758 [ 3 ] {e7ce4964-6e77-4235-92e8-df4b7d0c69ad} <Debug> DynamicQueryHandler: Done processing query | ||
270 | 2024.07.05 23:26:15.198779 [ 3 ] {} <Debug> HTTP-Session: 66f4904f-2ae6-41bb-a632-3a9d07a5f2b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
271 | 2024.07.05 23:26:15.198889 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41835, User-Agent: (none), Length: 223, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
272 | 2024.07.05 23:26:15.198938 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
273 | 2024.07.05 23:26:15.198957 [ 3 ] {} <Debug> HTTP-Session: 04181b03-a763-408a-9f44-56780d0cf361 Authenticating user 'default' from [fd00:1122:3344:101::d]:41835 | ||
274 | 2024.07.05 23:26:15.198977 [ 3 ] {} <Debug> HTTP-Session: 04181b03-a763-408a-9f44-56780d0cf361 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
275 | 2024.07.05 23:26:15.198995 [ 3 ] {} <Debug> HTTP-Session: 04181b03-a763-408a-9f44-56780d0cf361 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
276 | 2024.07.05 23:26:15.199023 [ 3 ] {} <Trace> HTTP-Session: 04181b03-a763-408a-9f44-56780d0cf361 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
277 | 2024.07.05 23:26:15.199159 [ 3 ] {9260bfc9-6e11-40a0-af2e-c6dca17f846f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41835) /* The version table contains metadata about the `oximeter` database */ | ||
278 | CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) | ||
279 | 2024.07.05 23:26:15.199206 [ 3 ] {9260bfc9-6e11-40a0-af2e-c6dca17f846f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
280 | 2024.07.05 23:26:15.203441 [ 3 ] {9260bfc9-6e11-40a0-af2e-c6dca17f846f} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
281 | 2024.07.05 23:26:15.204415 [ 3 ] {9260bfc9-6e11-40a0-af2e-c6dca17f846f} <Debug> oximeter.version (4170879d-43a8-4369-8b0d-4fb01060b29f): Loading data parts | ||
282 | 2024.07.05 23:26:15.204785 [ 3 ] {9260bfc9-6e11-40a0-af2e-c6dca17f846f} <Debug> oximeter.version (4170879d-43a8-4369-8b0d-4fb01060b29f): There are no data parts | ||
283 | 2024.07.05 23:26:15.207264 [ 3 ] {9260bfc9-6e11-40a0-af2e-c6dca17f846f} <Debug> DynamicQueryHandler: Done processing query | ||
284 | 2024.07.05 23:26:15.207290 [ 3 ] {} <Debug> HTTP-Session: 04181b03-a763-408a-9f44-56780d0cf361 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
285 | 2024.07.05 23:26:15.207406 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41835, User-Agent: (none), Length: 818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
286 | 2024.07.05 23:26:15.207459 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
287 | 2024.07.05 23:26:15.207484 [ 3 ] {} <Debug> HTTP-Session: a27b504c-422b-486d-aff2-fc090e18b129 Authenticating user 'default' from [fd00:1122:3344:101::d]:41835 | ||
288 | 2024.07.05 23:26:15.207499 [ 3 ] {} <Debug> HTTP-Session: a27b504c-422b-486d-aff2-fc090e18b129 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
289 | 2024.07.05 23:26:15.207518 [ 3 ] {} <Debug> HTTP-Session: a27b504c-422b-486d-aff2-fc090e18b129 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
290 | 2024.07.05 23:26:15.207551 [ 3 ] {} <Trace> HTTP-Session: a27b504c-422b-486d-aff2-fc090e18b129 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
291 | 2024.07.05 23:26:15.207738 [ 3 ] {7a8a611d-573f-45e4-9067-8d7e136df2f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41835) /* The measurement tables contain all individual samples from each timeseries. | ||
292 | * | ||
293 | * Each table stores a single datum type, and otherwise contains nearly the same | ||
294 | * structure. The primary sorting key is on the timeseries name, key, and then | ||
295 | * timestamp, so that all timeseries from the same schema are grouped, followed | ||
296 | * by all samples from the same timeseries. | ||
297 | * | ||
298 | * This reflects that one usually looks up the _key_ in one or more field table, | ||
299 | * and then uses that to index quickly into the measurements tables. | ||
300 | */ | ||
301 | CREATE TABLE IF NOT EXISTS oximeter.measurements_bool ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
302 | 2024.07.05 23:26:15.207796 [ 3 ] {7a8a611d-573f-45e4-9067-8d7e136df2f7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
303 | 2024.07.05 23:26:15.214035 [ 3 ] {7a8a611d-573f-45e4-9067-8d7e136df2f7} <Debug> oximeter.measurements_bool (34754836-f64b-4f49-9263-9ce5de78c4cb): Loading data parts | ||
304 | 2024.07.05 23:26:15.214209 [ 3 ] {7a8a611d-573f-45e4-9067-8d7e136df2f7} <Debug> oximeter.measurements_bool (34754836-f64b-4f49-9263-9ce5de78c4cb): There are no data parts | ||
305 | 2024.07.05 23:26:15.215637 [ 3 ] {7a8a611d-573f-45e4-9067-8d7e136df2f7} <Debug> DynamicQueryHandler: Done processing query | ||
306 | 2024.07.05 23:26:15.215663 [ 3 ] {} <Debug> HTTP-Session: a27b504c-422b-486d-aff2-fc090e18b129 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
307 | 2024.07.05 23:26:15.215813 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41835, User-Agent: (none), Length: 292, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
308 | 2024.07.05 23:26:15.215867 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
309 | 2024.07.05 23:26:15.215893 [ 3 ] {} <Debug> HTTP-Session: a3971e1e-d2fa-415c-837a-6a5006b34462 Authenticating user 'default' from [fd00:1122:3344:101::d]:41835 | ||
310 | 2024.07.05 23:26:15.215910 [ 3 ] {} <Debug> HTTP-Session: a3971e1e-d2fa-415c-837a-6a5006b34462 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
311 | 2024.07.05 23:26:15.215929 [ 3 ] {} <Debug> HTTP-Session: a3971e1e-d2fa-415c-837a-6a5006b34462 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
312 | 2024.07.05 23:26:15.215958 [ 3 ] {} <Trace> HTTP-Session: a3971e1e-d2fa-415c-837a-6a5006b34462 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
313 | 2024.07.05 23:26:15.216138 [ 3 ] {57309bf8-8c62-4ade-8421-e4312349e86f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41835) CREATE TABLE IF NOT EXISTS oximeter.measurements_i8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
314 | 2024.07.05 23:26:15.216188 [ 3 ] {57309bf8-8c62-4ade-8421-e4312349e86f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
315 | 2024.07.05 23:26:15.217727 [ 3 ] {57309bf8-8c62-4ade-8421-e4312349e86f} <Debug> oximeter.measurements_i8 (60c52442-4e77-4884-b197-7513ba7a0263): Loading data parts | ||
316 | 2024.07.05 23:26:15.217881 [ 3 ] {57309bf8-8c62-4ade-8421-e4312349e86f} <Debug> oximeter.measurements_i8 (60c52442-4e77-4884-b197-7513ba7a0263): There are no data parts | ||
317 | 2024.07.05 23:26:15.219200 [ 3 ] {57309bf8-8c62-4ade-8421-e4312349e86f} <Debug> DynamicQueryHandler: Done processing query | ||
318 | 2024.07.05 23:26:15.219236 [ 3 ] {} <Debug> HTTP-Session: a3971e1e-d2fa-415c-837a-6a5006b34462 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
319 | 2024.07.05 23:26:15.219362 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41835, User-Agent: (none), Length: 293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
320 | 2024.07.05 23:26:15.219415 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
321 | 2024.07.05 23:26:15.219438 [ 3 ] {} <Debug> HTTP-Session: b47864db-d6d5-4503-983a-968da0e744d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:41835 | ||
322 | 2024.07.05 23:26:15.219453 [ 3 ] {} <Debug> HTTP-Session: b47864db-d6d5-4503-983a-968da0e744d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
323 | 2024.07.05 23:26:15.219470 [ 3 ] {} <Debug> HTTP-Session: b47864db-d6d5-4503-983a-968da0e744d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
324 | 2024.07.05 23:26:15.219503 [ 3 ] {} <Trace> HTTP-Session: b47864db-d6d5-4503-983a-968da0e744d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
325 | 2024.07.05 23:26:15.219670 [ 3 ] {783ed557-0ec0-4aeb-98d0-434b94fb3cf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41835) CREATE TABLE IF NOT EXISTS oximeter.measurements_u8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
326 | 2024.07.05 23:26:15.219721 [ 3 ] {783ed557-0ec0-4aeb-98d0-434b94fb3cf4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
327 | 2024.07.05 23:26:15.221211 [ 3 ] {783ed557-0ec0-4aeb-98d0-434b94fb3cf4} <Debug> oximeter.measurements_u8 (e43a5f23-181b-4e37-9278-01d37b142dc1): Loading data parts | ||
328 | 2024.07.05 23:26:15.221374 [ 3 ] {783ed557-0ec0-4aeb-98d0-434b94fb3cf4} <Debug> oximeter.measurements_u8 (e43a5f23-181b-4e37-9278-01d37b142dc1): There are no data parts | ||
329 | 2024.07.05 23:26:15.222603 [ 3 ] {783ed557-0ec0-4aeb-98d0-434b94fb3cf4} <Debug> DynamicQueryHandler: Done processing query | ||
330 | 2024.07.05 23:26:15.222628 [ 3 ] {} <Debug> HTTP-Session: b47864db-d6d5-4503-983a-968da0e744d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
331 | 2024.07.05 23:26:15.222754 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41835, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
332 | 2024.07.05 23:26:15.222806 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
333 | 2024.07.05 23:26:15.222828 [ 3 ] {} <Debug> HTTP-Session: 8e52e178-5ba5-4e48-8e28-f639a35e9cc1 Authenticating user 'default' from [fd00:1122:3344:101::d]:41835 | ||
334 | 2024.07.05 23:26:15.222844 [ 3 ] {} <Debug> HTTP-Session: 8e52e178-5ba5-4e48-8e28-f639a35e9cc1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
335 | 2024.07.05 23:26:15.222860 [ 3 ] {} <Debug> HTTP-Session: 8e52e178-5ba5-4e48-8e28-f639a35e9cc1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
336 | 2024.07.05 23:26:15.222893 [ 3 ] {} <Trace> HTTP-Session: 8e52e178-5ba5-4e48-8e28-f639a35e9cc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
337 | 2024.07.05 23:26:15.223062 [ 3 ] {e54d6182-1d04-43cc-b3d2-37c3d15c1463} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41835) CREATE TABLE IF NOT EXISTS oximeter.measurements_i16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
338 | 2024.07.05 23:26:15.223108 [ 3 ] {e54d6182-1d04-43cc-b3d2-37c3d15c1463} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
339 | 2024.07.05 23:26:15.224706 [ 3 ] {e54d6182-1d04-43cc-b3d2-37c3d15c1463} <Debug> oximeter.measurements_i16 (09f31766-aacc-47c5-8c14-7aa6c11ae4b8): Loading data parts | ||
340 | 2024.07.05 23:26:15.224854 [ 3 ] {e54d6182-1d04-43cc-b3d2-37c3d15c1463} <Debug> oximeter.measurements_i16 (09f31766-aacc-47c5-8c14-7aa6c11ae4b8): There are no data parts | ||
341 | 2024.07.05 23:26:15.226179 [ 3 ] {e54d6182-1d04-43cc-b3d2-37c3d15c1463} <Debug> DynamicQueryHandler: Done processing query | ||
342 | 2024.07.05 23:26:15.226210 [ 3 ] {} <Debug> HTTP-Session: 8e52e178-5ba5-4e48-8e28-f639a35e9cc1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
343 | 2024.07.05 23:26:15.226320 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41835, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
344 | 2024.07.05 23:26:15.226370 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
345 | 2024.07.05 23:26:15.226393 [ 3 ] {} <Debug> HTTP-Session: 587c5f0e-d51f-4110-aaf1-ba15e4daf9f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:41835 | ||
346 | 2024.07.05 23:26:15.226408 [ 3 ] {} <Debug> HTTP-Session: 587c5f0e-d51f-4110-aaf1-ba15e4daf9f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
347 | 2024.07.05 23:26:15.226424 [ 3 ] {} <Debug> HTTP-Session: 587c5f0e-d51f-4110-aaf1-ba15e4daf9f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
348 | 2024.07.05 23:26:15.226457 [ 3 ] {} <Trace> HTTP-Session: 587c5f0e-d51f-4110-aaf1-ba15e4daf9f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
349 | 2024.07.05 23:26:15.226623 [ 3 ] {ad775fa2-bcbb-4f85-a588-4b4465495032} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41835) CREATE TABLE IF NOT EXISTS oximeter.measurements_u16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
350 | 2024.07.05 23:26:15.226673 [ 3 ] {ad775fa2-bcbb-4f85-a588-4b4465495032} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
351 | 2024.07.05 23:26:15.228133 [ 3 ] {ad775fa2-bcbb-4f85-a588-4b4465495032} <Debug> oximeter.measurements_u16 (1954c78c-e3c0-47b3-8ee5-85f16b7dfd4b): Loading data parts | ||
352 | 2024.07.05 23:26:15.228278 [ 3 ] {ad775fa2-bcbb-4f85-a588-4b4465495032} <Debug> oximeter.measurements_u16 (1954c78c-e3c0-47b3-8ee5-85f16b7dfd4b): There are no data parts | ||
353 | 2024.07.05 23:26:15.229581 [ 3 ] {ad775fa2-bcbb-4f85-a588-4b4465495032} <Debug> DynamicQueryHandler: Done processing query | ||
354 | 2024.07.05 23:26:15.229611 [ 3 ] {} <Debug> HTTP-Session: 587c5f0e-d51f-4110-aaf1-ba15e4daf9f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
355 | 2024.07.05 23:26:15.229733 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41835, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
356 | 2024.07.05 23:26:15.229783 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
357 | 2024.07.05 23:26:15.229805 [ 3 ] {} <Debug> HTTP-Session: bac1b758-6a5a-4cc5-a860-45d965dbca50 Authenticating user 'default' from [fd00:1122:3344:101::d]:41835 | ||
358 | 2024.07.05 23:26:15.229828 [ 3 ] {} <Debug> HTTP-Session: bac1b758-6a5a-4cc5-a860-45d965dbca50 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
359 | 2024.07.05 23:26:15.229841 [ 3 ] {} <Debug> HTTP-Session: bac1b758-6a5a-4cc5-a860-45d965dbca50 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
360 | 2024.07.05 23:26:15.229873 [ 3 ] {} <Trace> HTTP-Session: bac1b758-6a5a-4cc5-a860-45d965dbca50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
361 | 2024.07.05 23:26:15.230045 [ 3 ] {4269a43b-ad9d-4222-91b0-0581cdcf6374} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41835) CREATE TABLE IF NOT EXISTS oximeter.measurements_i32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
362 | 2024.07.05 23:26:15.230093 [ 3 ] {4269a43b-ad9d-4222-91b0-0581cdcf6374} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
363 | 2024.07.05 23:26:15.231560 [ 3 ] {4269a43b-ad9d-4222-91b0-0581cdcf6374} <Debug> oximeter.measurements_i32 (adf1bde2-c5e8-4edf-b39f-b02affa2498e): Loading data parts | ||
364 | 2024.07.05 23:26:15.231702 [ 3 ] {4269a43b-ad9d-4222-91b0-0581cdcf6374} <Debug> oximeter.measurements_i32 (adf1bde2-c5e8-4edf-b39f-b02affa2498e): There are no data parts | ||
365 | 2024.07.05 23:26:15.233012 [ 3 ] {4269a43b-ad9d-4222-91b0-0581cdcf6374} <Debug> DynamicQueryHandler: Done processing query | ||
366 | 2024.07.05 23:26:15.233042 [ 3 ] {} <Debug> HTTP-Session: bac1b758-6a5a-4cc5-a860-45d965dbca50 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
367 | 2024.07.05 23:26:15.233146 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41835, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
368 | 2024.07.05 23:26:15.233197 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
369 | 2024.07.05 23:26:15.233222 [ 3 ] {} <Debug> HTTP-Session: 19d9f856-91db-4672-bd62-f266777d4b22 Authenticating user 'default' from [fd00:1122:3344:101::d]:41835 | ||
370 | 2024.07.05 23:26:15.233238 [ 3 ] {} <Debug> HTTP-Session: 19d9f856-91db-4672-bd62-f266777d4b22 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
371 | 2024.07.05 23:26:15.233254 [ 3 ] {} <Debug> HTTP-Session: 19d9f856-91db-4672-bd62-f266777d4b22 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
372 | 2024.07.05 23:26:15.233288 [ 3 ] {} <Trace> HTTP-Session: 19d9f856-91db-4672-bd62-f266777d4b22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
373 | 2024.07.05 23:26:15.233459 [ 3 ] {fdb95175-ffef-496a-a400-06e303065921} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41835) CREATE TABLE IF NOT EXISTS oximeter.measurements_u32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
374 | 2024.07.05 23:26:15.233506 [ 3 ] {fdb95175-ffef-496a-a400-06e303065921} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
375 | 2024.07.05 23:26:15.235030 [ 3 ] {fdb95175-ffef-496a-a400-06e303065921} <Debug> oximeter.measurements_u32 (5721db83-5ffa-48c0-b512-74f770f2b138): Loading data parts | ||
376 | 2024.07.05 23:26:15.235183 [ 3 ] {fdb95175-ffef-496a-a400-06e303065921} <Debug> oximeter.measurements_u32 (5721db83-5ffa-48c0-b512-74f770f2b138): There are no data parts | ||
377 | 2024.07.05 23:26:15.236570 [ 3 ] {fdb95175-ffef-496a-a400-06e303065921} <Debug> DynamicQueryHandler: Done processing query | ||
378 | 2024.07.05 23:26:15.236600 [ 3 ] {} <Debug> HTTP-Session: 19d9f856-91db-4672-bd62-f266777d4b22 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
379 | 2024.07.05 23:26:15.236704 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41835, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
380 | 2024.07.05 23:26:15.236755 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
381 | 2024.07.05 23:26:15.236777 [ 3 ] {} <Debug> HTTP-Session: 5c419ab9-79aa-4412-a919-15255eec6e8a Authenticating user 'default' from [fd00:1122:3344:101::d]:41835 | ||
382 | 2024.07.05 23:26:15.236796 [ 3 ] {} <Debug> HTTP-Session: 5c419ab9-79aa-4412-a919-15255eec6e8a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
383 | 2024.07.05 23:26:15.236809 [ 3 ] {} <Debug> HTTP-Session: 5c419ab9-79aa-4412-a919-15255eec6e8a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
384 | 2024.07.05 23:26:15.236841 [ 3 ] {} <Trace> HTTP-Session: 5c419ab9-79aa-4412-a919-15255eec6e8a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
385 | 2024.07.05 23:26:15.237013 [ 3 ] {a28b5668-4837-4db1-9948-68dc29fadc00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41835) CREATE TABLE IF NOT EXISTS oximeter.measurements_i64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
386 | 2024.07.05 23:26:15.237062 [ 3 ] {a28b5668-4837-4db1-9948-68dc29fadc00} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
387 | 2024.07.05 23:26:15.238523 [ 3 ] {a28b5668-4837-4db1-9948-68dc29fadc00} <Debug> oximeter.measurements_i64 (230a8609-22a1-4ede-8e6f-680f3b148594): Loading data parts | ||
388 | 2024.07.05 23:26:15.238676 [ 3 ] {a28b5668-4837-4db1-9948-68dc29fadc00} <Debug> oximeter.measurements_i64 (230a8609-22a1-4ede-8e6f-680f3b148594): There are no data parts | ||
389 | 2024.07.05 23:26:15.239943 [ 3 ] {a28b5668-4837-4db1-9948-68dc29fadc00} <Debug> DynamicQueryHandler: Done processing query | ||
390 | 2024.07.05 23:26:15.239973 [ 3 ] {} <Debug> HTTP-Session: 5c419ab9-79aa-4412-a919-15255eec6e8a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
391 | 2024.07.05 23:26:15.240077 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41835, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
392 | 2024.07.05 23:26:15.240130 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
393 | 2024.07.05 23:26:15.240149 [ 3 ] {} <Debug> HTTP-Session: a5e68634-dad6-45f9-b4d0-b6f4370224ce Authenticating user 'default' from [fd00:1122:3344:101::d]:41835 | ||
394 | 2024.07.05 23:26:15.240168 [ 3 ] {} <Debug> HTTP-Session: a5e68634-dad6-45f9-b4d0-b6f4370224ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
395 | 2024.07.05 23:26:15.240181 [ 3 ] {} <Debug> HTTP-Session: a5e68634-dad6-45f9-b4d0-b6f4370224ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
396 | 2024.07.05 23:26:15.240213 [ 3 ] {} <Trace> HTTP-Session: a5e68634-dad6-45f9-b4d0-b6f4370224ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
397 | 2024.07.05 23:26:15.240386 [ 3 ] {8b4dbdd5-955a-4891-a926-346e70388554} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41835) CREATE TABLE IF NOT EXISTS oximeter.measurements_u64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
398 | 2024.07.05 23:26:15.240434 [ 3 ] {8b4dbdd5-955a-4891-a926-346e70388554} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
399 | 2024.07.05 23:26:15.241913 [ 3 ] {8b4dbdd5-955a-4891-a926-346e70388554} <Debug> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242): Loading data parts | ||
400 | 2024.07.05 23:26:15.242067 [ 3 ] {8b4dbdd5-955a-4891-a926-346e70388554} <Debug> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242): There are no data parts | ||
401 | 2024.07.05 23:26:15.243413 [ 3 ] {8b4dbdd5-955a-4891-a926-346e70388554} <Debug> DynamicQueryHandler: Done processing query | ||
402 | 2024.07.05 23:26:15.243443 [ 3 ] {} <Debug> HTTP-Session: a5e68634-dad6-45f9-b4d0-b6f4370224ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
403 | 2024.07.05 23:26:15.243554 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41835, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
404 | 2024.07.05 23:26:15.243600 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
405 | 2024.07.05 23:26:15.243623 [ 3 ] {} <Debug> HTTP-Session: e2106ce3-095f-400a-8b9f-d7520653d5d6 Authenticating user 'default' from [fd00:1122:3344:101::d]:41835 | ||
406 | 2024.07.05 23:26:15.243644 [ 3 ] {} <Debug> HTTP-Session: e2106ce3-095f-400a-8b9f-d7520653d5d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
407 | 2024.07.05 23:26:15.243657 [ 3 ] {} <Debug> HTTP-Session: e2106ce3-095f-400a-8b9f-d7520653d5d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
408 | 2024.07.05 23:26:15.243689 [ 3 ] {} <Trace> HTTP-Session: e2106ce3-095f-400a-8b9f-d7520653d5d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
409 | 2024.07.05 23:26:15.243859 [ 3 ] {5fc4d034-501b-4e0a-a026-5efb21cdbb52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41835) CREATE TABLE IF NOT EXISTS oximeter.measurements_f32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
410 | 2024.07.05 23:26:15.243910 [ 3 ] {5fc4d034-501b-4e0a-a026-5efb21cdbb52} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
411 | 2024.07.05 23:26:15.245386 [ 3 ] {5fc4d034-501b-4e0a-a026-5efb21cdbb52} <Debug> oximeter.measurements_f32 (48318390-88f3-47f1-901e-6cae83e8135f): Loading data parts | ||
412 | 2024.07.05 23:26:15.245537 [ 3 ] {5fc4d034-501b-4e0a-a026-5efb21cdbb52} <Debug> oximeter.measurements_f32 (48318390-88f3-47f1-901e-6cae83e8135f): There are no data parts | ||
413 | 2024.07.05 23:26:15.246864 [ 3 ] {5fc4d034-501b-4e0a-a026-5efb21cdbb52} <Debug> DynamicQueryHandler: Done processing query | ||
414 | 2024.07.05 23:26:15.246888 [ 3 ] {} <Debug> HTTP-Session: e2106ce3-095f-400a-8b9f-d7520653d5d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
415 | 2024.07.05 23:26:15.247000 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41835, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
416 | 2024.07.05 23:26:15.247056 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
417 | 2024.07.05 23:26:15.247074 [ 3 ] {} <Debug> HTTP-Session: e97465d3-0524-40a3-be79-7bef8ea7a2f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:41835 | ||
418 | 2024.07.05 23:26:15.247093 [ 3 ] {} <Debug> HTTP-Session: e97465d3-0524-40a3-be79-7bef8ea7a2f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
419 | 2024.07.05 23:26:15.247110 [ 3 ] {} <Debug> HTTP-Session: e97465d3-0524-40a3-be79-7bef8ea7a2f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
420 | 2024.07.05 23:26:15.247139 [ 3 ] {} <Trace> HTTP-Session: e97465d3-0524-40a3-be79-7bef8ea7a2f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
421 | 2024.07.05 23:26:15.247314 [ 3 ] {4e0a3984-7aa6-470b-863c-726ba4c35c38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41835) CREATE TABLE IF NOT EXISTS oximeter.measurements_f64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
422 | 2024.07.05 23:26:15.247366 [ 3 ] {4e0a3984-7aa6-470b-863c-726ba4c35c38} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
423 | 2024.07.05 23:26:15.248900 [ 3 ] {4e0a3984-7aa6-470b-863c-726ba4c35c38} <Debug> oximeter.measurements_f64 (3ff1d04d-4ec2-4958-bce3-b89f619aa26a): Loading data parts | ||
424 | 2024.07.05 23:26:15.249054 [ 3 ] {4e0a3984-7aa6-470b-863c-726ba4c35c38} <Debug> oximeter.measurements_f64 (3ff1d04d-4ec2-4958-bce3-b89f619aa26a): There are no data parts | ||
425 | 2024.07.05 23:26:15.250372 [ 3 ] {4e0a3984-7aa6-470b-863c-726ba4c35c38} <Debug> DynamicQueryHandler: Done processing query | ||
426 | 2024.07.05 23:26:15.250403 [ 3 ] {} <Debug> HTTP-Session: e97465d3-0524-40a3-be79-7bef8ea7a2f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
427 | 2024.07.05 23:26:15.250511 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41835, User-Agent: (none), Length: 298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
428 | 2024.07.05 23:26:15.250561 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
429 | 2024.07.05 23:26:15.250581 [ 3 ] {} <Debug> HTTP-Session: 81cd8061-ac3b-4299-acd9-535e373725f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:41835 | ||
430 | 2024.07.05 23:26:15.250600 [ 3 ] {} <Debug> HTTP-Session: 81cd8061-ac3b-4299-acd9-535e373725f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
431 | 2024.07.05 23:26:15.250613 [ 3 ] {} <Debug> HTTP-Session: 81cd8061-ac3b-4299-acd9-535e373725f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
432 | 2024.07.05 23:26:15.250645 [ 3 ] {} <Trace> HTTP-Session: 81cd8061-ac3b-4299-acd9-535e373725f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
433 | 2024.07.05 23:26:15.250813 [ 3 ] {a9d0e96a-02f4-4239-b9b9-51c11a7200fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41835) CREATE TABLE IF NOT EXISTS oximeter.measurements_string ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(String) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
434 | 2024.07.05 23:26:15.250865 [ 3 ] {a9d0e96a-02f4-4239-b9b9-51c11a7200fa} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
435 | 2024.07.05 23:26:15.252349 [ 3 ] {a9d0e96a-02f4-4239-b9b9-51c11a7200fa} <Debug> oximeter.measurements_string (e09fc286-77ce-429c-b4dc-5ced087f6b8c): Loading data parts | ||
436 | 2024.07.05 23:26:15.252505 [ 3 ] {a9d0e96a-02f4-4239-b9b9-51c11a7200fa} <Debug> oximeter.measurements_string (e09fc286-77ce-429c-b4dc-5ced087f6b8c): There are no data parts | ||
437 | 2024.07.05 23:26:15.253821 [ 3 ] {a9d0e96a-02f4-4239-b9b9-51c11a7200fa} <Debug> DynamicQueryHandler: Done processing query | ||
438 | 2024.07.05 23:26:15.253846 [ 3 ] {} <Debug> HTTP-Session: 81cd8061-ac3b-4299-acd9-535e373725f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
439 | 2024.07.05 23:26:15.253958 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41835, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
440 | 2024.07.05 23:26:15.254009 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
441 | 2024.07.05 23:26:15.254028 [ 3 ] {} <Debug> HTTP-Session: 77cee145-feb4-4478-b173-392f11cb3679 Authenticating user 'default' from [fd00:1122:3344:101::d]:41835 | ||
442 | 2024.07.05 23:26:15.254048 [ 3 ] {} <Debug> HTTP-Session: 77cee145-feb4-4478-b173-392f11cb3679 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
443 | 2024.07.05 23:26:15.254067 [ 3 ] {} <Debug> HTTP-Session: 77cee145-feb4-4478-b173-392f11cb3679 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
444 | 2024.07.05 23:26:15.254095 [ 3 ] {} <Trace> HTTP-Session: 77cee145-feb4-4478-b173-392f11cb3679 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
445 | 2024.07.05 23:26:15.254265 [ 3 ] {ec772c57-a770-4a21-950e-97d6fbd865f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41835) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
446 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
447 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
448 | * a string isn't palatable for a few reasons. | ||
449 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
450 | * details. | ||
451 | */ | ||
452 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
453 | 2024.07.05 23:26:15.254319 [ 3 ] {ec772c57-a770-4a21-950e-97d6fbd865f2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
454 | 2024.07.05 23:26:15.255762 [ 3 ] {ec772c57-a770-4a21-950e-97d6fbd865f2} <Debug> oximeter.measurements_bytes (77e5dd47-c168-470f-aa81-2ed38c4f19b6): Loading data parts | ||
455 | 2024.07.05 23:26:15.255903 [ 3 ] {ec772c57-a770-4a21-950e-97d6fbd865f2} <Debug> oximeter.measurements_bytes (77e5dd47-c168-470f-aa81-2ed38c4f19b6): There are no data parts | ||
456 | 2024.07.05 23:26:15.257208 [ 3 ] {ec772c57-a770-4a21-950e-97d6fbd865f2} <Debug> DynamicQueryHandler: Done processing query | ||
457 | 2024.07.05 23:26:15.257233 [ 3 ] {} <Debug> HTTP-Session: 77cee145-feb4-4478-b173-392f11cb3679 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
458 | 2024.07.05 23:26:15.257341 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41835, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
459 | 2024.07.05 23:26:15.257392 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
460 | 2024.07.05 23:26:15.257411 [ 3 ] {} <Debug> HTTP-Session: aa96a16c-5784-4e4f-b3a3-69b037bcfae8 Authenticating user 'default' from [fd00:1122:3344:101::d]:41835 | ||
461 | 2024.07.05 23:26:15.257431 [ 3 ] {} <Debug> HTTP-Session: aa96a16c-5784-4e4f-b3a3-69b037bcfae8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
462 | 2024.07.05 23:26:15.257449 [ 3 ] {} <Debug> HTTP-Session: aa96a16c-5784-4e4f-b3a3-69b037bcfae8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
463 | 2024.07.05 23:26:15.257478 [ 3 ] {} <Trace> HTTP-Session: aa96a16c-5784-4e4f-b3a3-69b037bcfae8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
464 | 2024.07.05 23:26:15.257662 [ 3 ] {b4eb08c7-ae3e-49d0-83bd-79e578806e47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41835) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativei64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
465 | 2024.07.05 23:26:15.257710 [ 3 ] {b4eb08c7-ae3e-49d0-83bd-79e578806e47} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
466 | 2024.07.05 23:26:15.259224 [ 3 ] {b4eb08c7-ae3e-49d0-83bd-79e578806e47} <Debug> oximeter.measurements_cumulativei64 (d7ebe926-20b5-4c85-bde3-5805bc70270a): Loading data parts | ||
467 | 2024.07.05 23:26:15.259377 [ 3 ] {b4eb08c7-ae3e-49d0-83bd-79e578806e47} <Debug> oximeter.measurements_cumulativei64 (d7ebe926-20b5-4c85-bde3-5805bc70270a): There are no data parts | ||
468 | 2024.07.05 23:26:15.260600 [ 3 ] {b4eb08c7-ae3e-49d0-83bd-79e578806e47} <Debug> DynamicQueryHandler: Done processing query | ||
469 | 2024.07.05 23:26:15.260632 [ 3 ] {} <Debug> HTTP-Session: aa96a16c-5784-4e4f-b3a3-69b037bcfae8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
470 | 2024.07.05 23:26:15.260746 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41835, User-Agent: (none), Length: 354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
471 | 2024.07.05 23:26:15.260801 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
472 | 2024.07.05 23:26:15.260820 [ 3 ] {} <Debug> HTTP-Session: ec163abc-adad-4b87-9028-defa1a5cd40a Authenticating user 'default' from [fd00:1122:3344:101::d]:41835 | ||
473 | 2024.07.05 23:26:15.260841 [ 3 ] {} <Debug> HTTP-Session: ec163abc-adad-4b87-9028-defa1a5cd40a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
474 | 2024.07.05 23:26:15.260854 [ 3 ] {} <Debug> HTTP-Session: ec163abc-adad-4b87-9028-defa1a5cd40a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
475 | 2024.07.05 23:26:15.260887 [ 3 ] {} <Trace> HTTP-Session: ec163abc-adad-4b87-9028-defa1a5cd40a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
476 | 2024.07.05 23:26:15.261066 [ 3 ] {acdb50bb-dcd7-4df8-9f8d-af5b5426a9a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41835) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativeu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
477 | 2024.07.05 23:26:15.261120 [ 3 ] {acdb50bb-dcd7-4df8-9f8d-af5b5426a9a8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
478 | 2024.07.05 23:26:15.262630 [ 3 ] {acdb50bb-dcd7-4df8-9f8d-af5b5426a9a8} <Debug> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb): Loading data parts | ||
479 | 2024.07.05 23:26:15.262780 [ 3 ] {acdb50bb-dcd7-4df8-9f8d-af5b5426a9a8} <Debug> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb): There are no data parts | ||
480 | 2024.07.05 23:26:15.264104 [ 3 ] {acdb50bb-dcd7-4df8-9f8d-af5b5426a9a8} <Debug> DynamicQueryHandler: Done processing query | ||
481 | 2024.07.05 23:26:15.264130 [ 3 ] {} <Debug> HTTP-Session: ec163abc-adad-4b87-9028-defa1a5cd40a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
482 | 2024.07.05 23:26:15.264235 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41835, User-Agent: (none), Length: 355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
483 | 2024.07.05 23:26:15.264286 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
484 | 2024.07.05 23:26:15.264305 [ 3 ] {} <Debug> HTTP-Session: 862d8dd2-e387-487d-a1fe-2a658b85cd26 Authenticating user 'default' from [fd00:1122:3344:101::d]:41835 | ||
485 | 2024.07.05 23:26:15.264326 [ 3 ] {} <Debug> HTTP-Session: 862d8dd2-e387-487d-a1fe-2a658b85cd26 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
486 | 2024.07.05 23:26:15.264344 [ 3 ] {} <Debug> HTTP-Session: 862d8dd2-e387-487d-a1fe-2a658b85cd26 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
487 | 2024.07.05 23:26:15.264373 [ 3 ] {} <Trace> HTTP-Session: 862d8dd2-e387-487d-a1fe-2a658b85cd26 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
488 | 2024.07.05 23:26:15.264553 [ 3 ] {d33b63f0-1767-4a4e-9368-6014e331440c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41835) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
489 | 2024.07.05 23:26:15.264612 [ 3 ] {d33b63f0-1767-4a4e-9368-6014e331440c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
490 | 2024.07.05 23:26:15.266110 [ 3 ] {d33b63f0-1767-4a4e-9368-6014e331440c} <Debug> oximeter.measurements_cumulativef32 (243e637b-74a2-40ca-9f12-1eacf3a1e3ec): Loading data parts | ||
491 | 2024.07.05 23:26:15.266283 [ 3 ] {d33b63f0-1767-4a4e-9368-6014e331440c} <Debug> oximeter.measurements_cumulativef32 (243e637b-74a2-40ca-9f12-1eacf3a1e3ec): There are no data parts | ||
492 | 2024.07.05 23:26:15.267556 [ 3 ] {d33b63f0-1767-4a4e-9368-6014e331440c} <Debug> DynamicQueryHandler: Done processing query | ||
493 | 2024.07.05 23:26:15.267588 [ 3 ] {} <Debug> HTTP-Session: 862d8dd2-e387-487d-a1fe-2a658b85cd26 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
494 | 2024.07.05 23:26:15.267696 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41835, User-Agent: (none), Length: 356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
495 | 2024.07.05 23:26:15.267748 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
496 | 2024.07.05 23:26:15.267773 [ 3 ] {} <Debug> HTTP-Session: 5294dd68-4b81-4ef2-beed-9c15bb2819d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:41835 | ||
497 | 2024.07.05 23:26:15.267794 [ 3 ] {} <Debug> HTTP-Session: 5294dd68-4b81-4ef2-beed-9c15bb2819d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
498 | 2024.07.05 23:26:15.267808 [ 3 ] {} <Debug> HTTP-Session: 5294dd68-4b81-4ef2-beed-9c15bb2819d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
499 | 2024.07.05 23:26:15.267841 [ 3 ] {} <Trace> HTTP-Session: 5294dd68-4b81-4ef2-beed-9c15bb2819d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
500 | 2024.07.05 23:26:15.268030 [ 3 ] {00212565-9322-48a9-831a-3e37b3b3e8e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41835) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
501 | 2024.07.05 23:26:15.268083 [ 3 ] {00212565-9322-48a9-831a-3e37b3b3e8e7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
502 | 2024.07.05 23:26:15.269622 [ 3 ] {00212565-9322-48a9-831a-3e37b3b3e8e7} <Debug> oximeter.measurements_cumulativef64 (178c4056-d3da-4326-8d94-7492d2b27ac1): Loading data parts | ||
503 | 2024.07.05 23:26:15.269786 [ 3 ] {00212565-9322-48a9-831a-3e37b3b3e8e7} <Debug> oximeter.measurements_cumulativef64 (178c4056-d3da-4326-8d94-7492d2b27ac1): There are no data parts | ||
504 | 2024.07.05 23:26:15.271151 [ 3 ] {00212565-9322-48a9-831a-3e37b3b3e8e7} <Debug> DynamicQueryHandler: Done processing query | ||
505 | 2024.07.05 23:26:15.271176 [ 3 ] {} <Debug> HTTP-Session: 5294dd68-4b81-4ef2-beed-9c15bb2819d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
506 | 2024.07.05 23:26:15.271291 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41835, User-Agent: (none), Length: 1300, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
507 | 2024.07.05 23:26:15.271345 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
508 | 2024.07.05 23:26:15.271363 [ 3 ] {} <Debug> HTTP-Session: 46cdddb2-54eb-4c95-a556-77e72c832f05 Authenticating user 'default' from [fd00:1122:3344:101::d]:41835 | ||
509 | 2024.07.05 23:26:15.271383 [ 3 ] {} <Debug> HTTP-Session: 46cdddb2-54eb-4c95-a556-77e72c832f05 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
510 | 2024.07.05 23:26:15.271401 [ 3 ] {} <Debug> HTTP-Session: 46cdddb2-54eb-4c95-a556-77e72c832f05 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
511 | 2024.07.05 23:26:15.271429 [ 3 ] {} <Trace> HTTP-Session: 46cdddb2-54eb-4c95-a556-77e72c832f05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
512 | 2024.07.05 23:26:15.271673 [ 3 ] {b74debcf-60fc-4236-b3a9-8c5a8074a3e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41835) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
513 | * NOTE: Array types cannot be Nullable, see | ||
514 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
515 | * for more details. | ||
516 | * | ||
517 | * This means we need to use empty arrays to indicate a missing value. This | ||
518 | * is unfortunate, and at this point relies on the fact that an | ||
519 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
520 | * to figure out another way to represent missing samples here. | ||
521 | */ | ||
522 | bins Array(Int8), counts Array(UInt64), min Int8, max Int8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
523 | 2024.07.05 23:26:15.271736 [ 3 ] {b74debcf-60fc-4236-b3a9-8c5a8074a3e4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
524 | 2024.07.05 23:26:15.273530 [ 3 ] {b74debcf-60fc-4236-b3a9-8c5a8074a3e4} <Debug> oximeter.measurements_histogrami8 (9945cb99-7dad-4de6-be37-e19c5055b931): Loading data parts | ||
525 | 2024.07.05 23:26:15.273694 [ 3 ] {b74debcf-60fc-4236-b3a9-8c5a8074a3e4} <Debug> oximeter.measurements_histogrami8 (9945cb99-7dad-4de6-be37-e19c5055b931): There are no data parts | ||
526 | 2024.07.05 23:26:15.275077 [ 3 ] {b74debcf-60fc-4236-b3a9-8c5a8074a3e4} <Debug> DynamicQueryHandler: Done processing query | ||
527 | 2024.07.05 23:26:15.275109 [ 3 ] {} <Debug> HTTP-Session: 46cdddb2-54eb-4c95-a556-77e72c832f05 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
528 | 2024.07.05 23:26:15.275226 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41835, User-Agent: (none), Length: 839, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
529 | 2024.07.05 23:26:15.275272 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
530 | 2024.07.05 23:26:15.275296 [ 3 ] {} <Debug> HTTP-Session: 96814b71-d7f4-4262-9ecb-ba3729437c64 Authenticating user 'default' from [fd00:1122:3344:101::d]:41835 | ||
531 | 2024.07.05 23:26:15.275318 [ 3 ] {} <Debug> HTTP-Session: 96814b71-d7f4-4262-9ecb-ba3729437c64 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
532 | 2024.07.05 23:26:15.275331 [ 3 ] {} <Debug> HTTP-Session: 96814b71-d7f4-4262-9ecb-ba3729437c64 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
533 | 2024.07.05 23:26:15.275365 [ 3 ] {} <Trace> HTTP-Session: 96814b71-d7f4-4262-9ecb-ba3729437c64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
534 | 2024.07.05 23:26:15.275608 [ 3 ] {76d96fbf-3be3-42b8-a7a5-a83f75686414} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41835) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt8), counts Array(UInt64), min UInt8, max UInt8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
535 | 2024.07.05 23:26:15.275670 [ 3 ] {76d96fbf-3be3-42b8-a7a5-a83f75686414} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
536 | 2024.07.05 23:26:15.277419 [ 3 ] {76d96fbf-3be3-42b8-a7a5-a83f75686414} <Debug> oximeter.measurements_histogramu8 (447d404b-cbb1-426d-9f62-26401c7e40a2): Loading data parts | ||
537 | 2024.07.05 23:26:15.277585 [ 3 ] {76d96fbf-3be3-42b8-a7a5-a83f75686414} <Debug> oximeter.measurements_histogramu8 (447d404b-cbb1-426d-9f62-26401c7e40a2): There are no data parts | ||
538 | 2024.07.05 23:26:15.278898 [ 3 ] {76d96fbf-3be3-42b8-a7a5-a83f75686414} <Debug> DynamicQueryHandler: Done processing query | ||
539 | 2024.07.05 23:26:15.278923 [ 3 ] {} <Debug> HTTP-Session: 96814b71-d7f4-4262-9ecb-ba3729437c64 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
540 | 2024.07.05 23:26:15.279036 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41835, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
541 | 2024.07.05 23:26:15.279094 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
542 | 2024.07.05 23:26:15.279113 [ 3 ] {} <Debug> HTTP-Session: f101f189-19ec-46c5-8b2a-dbf3f9992848 Authenticating user 'default' from [fd00:1122:3344:101::d]:41835 | ||
543 | 2024.07.05 23:26:15.279133 [ 3 ] {} <Debug> HTTP-Session: f101f189-19ec-46c5-8b2a-dbf3f9992848 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
544 | 2024.07.05 23:26:15.279146 [ 3 ] {} <Debug> HTTP-Session: f101f189-19ec-46c5-8b2a-dbf3f9992848 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
545 | 2024.07.05 23:26:15.279180 [ 3 ] {} <Trace> HTTP-Session: f101f189-19ec-46c5-8b2a-dbf3f9992848 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
546 | 2024.07.05 23:26:15.279423 [ 3 ] {83bac163-2ae9-4959-ae9a-da3d79039ad2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41835) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int16), counts Array(UInt64), min Int16, max Int16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
547 | 2024.07.05 23:26:15.279487 [ 3 ] {83bac163-2ae9-4959-ae9a-da3d79039ad2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
548 | 2024.07.05 23:26:15.281271 [ 3 ] {83bac163-2ae9-4959-ae9a-da3d79039ad2} <Debug> oximeter.measurements_histogrami16 (e715b2fa-5bcc-4b2b-96d1-d0544ed90e2c): Loading data parts | ||
549 | 2024.07.05 23:26:15.281435 [ 3 ] {83bac163-2ae9-4959-ae9a-da3d79039ad2} <Debug> oximeter.measurements_histogrami16 (e715b2fa-5bcc-4b2b-96d1-d0544ed90e2c): There are no data parts | ||
550 | 2024.07.05 23:26:15.282813 [ 3 ] {83bac163-2ae9-4959-ae9a-da3d79039ad2} <Debug> DynamicQueryHandler: Done processing query | ||
551 | 2024.07.05 23:26:15.282845 [ 3 ] {} <Debug> HTTP-Session: f101f189-19ec-46c5-8b2a-dbf3f9992848 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
552 | 2024.07.05 23:26:15.282962 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41835, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
553 | 2024.07.05 23:26:15.283008 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
554 | 2024.07.05 23:26:15.283034 [ 3 ] {} <Debug> HTTP-Session: 2dc65669-6345-4f3c-bce7-2c711f2516f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:41835 | ||
555 | 2024.07.05 23:26:15.283054 [ 3 ] {} <Debug> HTTP-Session: 2dc65669-6345-4f3c-bce7-2c711f2516f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
556 | 2024.07.05 23:26:15.283068 [ 3 ] {} <Debug> HTTP-Session: 2dc65669-6345-4f3c-bce7-2c711f2516f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
557 | 2024.07.05 23:26:15.283102 [ 3 ] {} <Trace> HTTP-Session: 2dc65669-6345-4f3c-bce7-2c711f2516f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
558 | 2024.07.05 23:26:15.283347 [ 3 ] {050e1673-f372-48fb-bb7d-f42afc34baec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41835) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt16), counts Array(UInt64), min UInt16, max UInt16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
559 | 2024.07.05 23:26:15.283410 [ 3 ] {050e1673-f372-48fb-bb7d-f42afc34baec} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
560 | 2024.07.05 23:26:15.285152 [ 3 ] {050e1673-f372-48fb-bb7d-f42afc34baec} <Debug> oximeter.measurements_histogramu16 (b4871c1e-a048-441a-b4b5-5a80c6a9cfa0): Loading data parts | ||
561 | 2024.07.05 23:26:15.285308 [ 3 ] {050e1673-f372-48fb-bb7d-f42afc34baec} <Debug> oximeter.measurements_histogramu16 (b4871c1e-a048-441a-b4b5-5a80c6a9cfa0): There are no data parts | ||
562 | 2024.07.05 23:26:15.286692 [ 3 ] {050e1673-f372-48fb-bb7d-f42afc34baec} <Debug> DynamicQueryHandler: Done processing query | ||
563 | 2024.07.05 23:26:15.286717 [ 3 ] {} <Debug> HTTP-Session: 2dc65669-6345-4f3c-bce7-2c711f2516f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
564 | 2024.07.05 23:26:15.286855 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41835, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
565 | 2024.07.05 23:26:15.286908 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
566 | 2024.07.05 23:26:15.286925 [ 3 ] {} <Debug> HTTP-Session: 777fbf1f-28a6-4514-832d-6d0ddaea835f Authenticating user 'default' from [fd00:1122:3344:101::d]:41835 | ||
567 | 2024.07.05 23:26:15.286946 [ 3 ] {} <Debug> HTTP-Session: 777fbf1f-28a6-4514-832d-6d0ddaea835f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
568 | 2024.07.05 23:26:15.286965 [ 3 ] {} <Debug> HTTP-Session: 777fbf1f-28a6-4514-832d-6d0ddaea835f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
569 | 2024.07.05 23:26:15.286995 [ 3 ] {} <Trace> HTTP-Session: 777fbf1f-28a6-4514-832d-6d0ddaea835f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
570 | 2024.07.05 23:26:15.287241 [ 3 ] {b434a765-8797-4ccb-868e-f37e649c46cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41835) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int32), counts Array(UInt64), min Int32, max Int32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
571 | 2024.07.05 23:26:15.287310 [ 3 ] {b434a765-8797-4ccb-868e-f37e649c46cc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
572 | 2024.07.05 23:26:15.289077 [ 3 ] {b434a765-8797-4ccb-868e-f37e649c46cc} <Debug> oximeter.measurements_histogrami32 (bb4305c8-dcea-46bf-ad71-9e11818f218a): Loading data parts | ||
573 | 2024.07.05 23:26:15.289248 [ 3 ] {b434a765-8797-4ccb-868e-f37e649c46cc} <Debug> oximeter.measurements_histogrami32 (bb4305c8-dcea-46bf-ad71-9e11818f218a): There are no data parts | ||
574 | 2024.07.05 23:26:15.290639 [ 3 ] {b434a765-8797-4ccb-868e-f37e649c46cc} <Debug> DynamicQueryHandler: Done processing query | ||
575 | 2024.07.05 23:26:15.290665 [ 3 ] {} <Debug> HTTP-Session: 777fbf1f-28a6-4514-832d-6d0ddaea835f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
576 | 2024.07.05 23:26:15.290788 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41835, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
577 | 2024.07.05 23:26:15.290840 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
578 | 2024.07.05 23:26:15.290859 [ 3 ] {} <Debug> HTTP-Session: ea8782f6-223f-4531-bfdf-f9b3e767cd86 Authenticating user 'default' from [fd00:1122:3344:101::d]:41835 | ||
579 | 2024.07.05 23:26:15.290886 [ 3 ] {} <Debug> HTTP-Session: ea8782f6-223f-4531-bfdf-f9b3e767cd86 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
580 | 2024.07.05 23:26:15.290900 [ 3 ] {} <Debug> HTTP-Session: ea8782f6-223f-4531-bfdf-f9b3e767cd86 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
581 | 2024.07.05 23:26:15.290934 [ 3 ] {} <Trace> HTTP-Session: ea8782f6-223f-4531-bfdf-f9b3e767cd86 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
582 | 2024.07.05 23:26:15.291182 [ 3 ] {ef4a417c-bace-4ee6-b0a5-3d7fe80c0e30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41835) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt32), counts Array(UInt64), min UInt32, max UInt32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
583 | 2024.07.05 23:26:15.291246 [ 3 ] {ef4a417c-bace-4ee6-b0a5-3d7fe80c0e30} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
584 | 2024.07.05 23:26:15.293084 [ 3 ] {ef4a417c-bace-4ee6-b0a5-3d7fe80c0e30} <Debug> oximeter.measurements_histogramu32 (f137c158-1cc6-48f9-aea2-9b5b20da4fd3): Loading data parts | ||
585 | 2024.07.05 23:26:15.293253 [ 3 ] {ef4a417c-bace-4ee6-b0a5-3d7fe80c0e30} <Debug> oximeter.measurements_histogramu32 (f137c158-1cc6-48f9-aea2-9b5b20da4fd3): There are no data parts | ||
586 | 2024.07.05 23:26:15.294665 [ 3 ] {ef4a417c-bace-4ee6-b0a5-3d7fe80c0e30} <Debug> DynamicQueryHandler: Done processing query | ||
587 | 2024.07.05 23:26:15.294690 [ 3 ] {} <Debug> HTTP-Session: ea8782f6-223f-4531-bfdf-f9b3e767cd86 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
588 | 2024.07.05 23:26:15.294820 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41835, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
589 | 2024.07.05 23:26:15.294872 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
590 | 2024.07.05 23:26:15.294890 [ 3 ] {} <Debug> HTTP-Session: de032227-7f48-460a-94d0-358bc14a1a25 Authenticating user 'default' from [fd00:1122:3344:101::d]:41835 | ||
591 | 2024.07.05 23:26:15.294910 [ 3 ] {} <Debug> HTTP-Session: de032227-7f48-460a-94d0-358bc14a1a25 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
592 | 2024.07.05 23:26:15.294928 [ 3 ] {} <Debug> HTTP-Session: de032227-7f48-460a-94d0-358bc14a1a25 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
593 | 2024.07.05 23:26:15.294958 [ 3 ] {} <Trace> HTTP-Session: de032227-7f48-460a-94d0-358bc14a1a25 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
594 | 2024.07.05 23:26:15.295205 [ 3 ] {b6219508-f7c8-4b4a-a01e-55b769f76203} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41835) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int64), counts Array(UInt64), min Int64, max Int64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
595 | 2024.07.05 23:26:15.295268 [ 3 ] {b6219508-f7c8-4b4a-a01e-55b769f76203} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
596 | 2024.07.05 23:26:15.297012 [ 3 ] {b6219508-f7c8-4b4a-a01e-55b769f76203} <Debug> oximeter.measurements_histogrami64 (b784702b-7451-4607-8217-d1ff2adb5027): Loading data parts | ||
597 | 2024.07.05 23:26:15.297183 [ 3 ] {b6219508-f7c8-4b4a-a01e-55b769f76203} <Debug> oximeter.measurements_histogrami64 (b784702b-7451-4607-8217-d1ff2adb5027): There are no data parts | ||
598 | 2024.07.05 23:26:15.298479 [ 3 ] {b6219508-f7c8-4b4a-a01e-55b769f76203} <Debug> DynamicQueryHandler: Done processing query | ||
599 | 2024.07.05 23:26:15.298506 [ 3 ] {} <Debug> HTTP-Session: de032227-7f48-460a-94d0-358bc14a1a25 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
600 | 2024.07.05 23:26:15.298664 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41835, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
601 | 2024.07.05 23:26:15.298726 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
602 | 2024.07.05 23:26:15.298754 [ 3 ] {} <Debug> HTTP-Session: d5c064fe-fbdb-43eb-9a1d-1cb6bfd37714 Authenticating user 'default' from [fd00:1122:3344:101::d]:41835 | ||
603 | 2024.07.05 23:26:15.298776 [ 3 ] {} <Debug> HTTP-Session: d5c064fe-fbdb-43eb-9a1d-1cb6bfd37714 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
604 | 2024.07.05 23:26:15.298807 [ 3 ] {} <Debug> HTTP-Session: d5c064fe-fbdb-43eb-9a1d-1cb6bfd37714 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
605 | 2024.07.05 23:26:15.298851 [ 3 ] {} <Trace> HTTP-Session: d5c064fe-fbdb-43eb-9a1d-1cb6bfd37714 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
606 | 2024.07.05 23:26:15.299145 [ 3 ] {4c1b8a6e-cecc-47d5-8ed8-05ac3183885a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41835) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt64), counts Array(UInt64), min UInt64, max UInt64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
607 | 2024.07.05 23:26:15.299217 [ 3 ] {4c1b8a6e-cecc-47d5-8ed8-05ac3183885a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
608 | 2024.07.05 23:26:15.301100 [ 3 ] {4c1b8a6e-cecc-47d5-8ed8-05ac3183885a} <Debug> oximeter.measurements_histogramu64 (3b684d4d-18c9-4596-a962-ab6014e15de6): Loading data parts | ||
609 | 2024.07.05 23:26:15.301279 [ 3 ] {4c1b8a6e-cecc-47d5-8ed8-05ac3183885a} <Debug> oximeter.measurements_histogramu64 (3b684d4d-18c9-4596-a962-ab6014e15de6): There are no data parts | ||
610 | 2024.07.05 23:26:15.302737 [ 3 ] {4c1b8a6e-cecc-47d5-8ed8-05ac3183885a} <Debug> DynamicQueryHandler: Done processing query | ||
611 | 2024.07.05 23:26:15.302762 [ 3 ] {} <Debug> HTTP-Session: d5c064fe-fbdb-43eb-9a1d-1cb6bfd37714 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
612 | 2024.07.05 23:26:15.302898 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41835, User-Agent: (none), Length: 848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
613 | 2024.07.05 23:26:15.302952 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
614 | 2024.07.05 23:26:15.302971 [ 3 ] {} <Debug> HTTP-Session: 5440e140-f25e-4119-9993-0c0cb7543a86 Authenticating user 'default' from [fd00:1122:3344:101::d]:41835 | ||
615 | 2024.07.05 23:26:15.302992 [ 3 ] {} <Debug> HTTP-Session: 5440e140-f25e-4119-9993-0c0cb7543a86 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
616 | 2024.07.05 23:26:15.303012 [ 3 ] {} <Debug> HTTP-Session: 5440e140-f25e-4119-9993-0c0cb7543a86 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
617 | 2024.07.05 23:26:15.303041 [ 3 ] {} <Trace> HTTP-Session: 5440e140-f25e-4119-9993-0c0cb7543a86 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
618 | 2024.07.05 23:26:15.303285 [ 3 ] {06c807f8-5fa3-48d9-9fee-5774cef72cc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41835) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float32), counts Array(UInt64), min Float32, max Float32, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
619 | 2024.07.05 23:26:15.303350 [ 3 ] {06c807f8-5fa3-48d9-9fee-5774cef72cc1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
620 | 2024.07.05 23:26:15.305155 [ 3 ] {06c807f8-5fa3-48d9-9fee-5774cef72cc1} <Debug> oximeter.measurements_histogramf32 (1e95b367-bd98-4a00-aac3-3f3af183052e): Loading data parts | ||
621 | 2024.07.05 23:26:15.305334 [ 3 ] {06c807f8-5fa3-48d9-9fee-5774cef72cc1} <Debug> oximeter.measurements_histogramf32 (1e95b367-bd98-4a00-aac3-3f3af183052e): There are no data parts | ||
622 | 2024.07.05 23:26:15.306768 [ 3 ] {06c807f8-5fa3-48d9-9fee-5774cef72cc1} <Debug> DynamicQueryHandler: Done processing query | ||
623 | 2024.07.05 23:26:15.306802 [ 3 ] {} <Debug> HTTP-Session: 5440e140-f25e-4119-9993-0c0cb7543a86 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
624 | 2024.07.05 23:26:15.306910 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41835, User-Agent: (none), Length: 848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
625 | 2024.07.05 23:26:15.306964 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
626 | 2024.07.05 23:26:15.306989 [ 3 ] {} <Debug> HTTP-Session: d264704c-a8ac-44a1-982f-33ee653dff13 Authenticating user 'default' from [fd00:1122:3344:101::d]:41835 | ||
627 | 2024.07.05 23:26:15.307004 [ 3 ] {} <Debug> HTTP-Session: d264704c-a8ac-44a1-982f-33ee653dff13 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
628 | 2024.07.05 23:26:15.307023 [ 3 ] {} <Debug> HTTP-Session: d264704c-a8ac-44a1-982f-33ee653dff13 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
629 | 2024.07.05 23:26:15.307059 [ 3 ] {} <Trace> HTTP-Session: d264704c-a8ac-44a1-982f-33ee653dff13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
630 | 2024.07.05 23:26:15.307297 [ 3 ] {2ad765c0-fba2-4f95-bb2c-fc858737f9c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41835) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float64), counts Array(UInt64), min Float64, max Float64, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
631 | 2024.07.05 23:26:15.307363 [ 3 ] {2ad765c0-fba2-4f95-bb2c-fc858737f9c1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
632 | 2024.07.05 23:26:15.309237 [ 3 ] {2ad765c0-fba2-4f95-bb2c-fc858737f9c1} <Debug> oximeter.measurements_histogramf64 (3a521290-854b-45c9-817a-bf8e30cab779): Loading data parts | ||
633 | 2024.07.05 23:26:15.309386 [ 3 ] {2ad765c0-fba2-4f95-bb2c-fc858737f9c1} <Debug> oximeter.measurements_histogramf64 (3a521290-854b-45c9-817a-bf8e30cab779): There are no data parts | ||
634 | 2024.07.05 23:26:15.310781 [ 3 ] {2ad765c0-fba2-4f95-bb2c-fc858737f9c1} <Debug> DynamicQueryHandler: Done processing query | ||
635 | 2024.07.05 23:26:15.310806 [ 3 ] {} <Debug> HTTP-Session: d264704c-a8ac-44a1-982f-33ee653dff13 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
636 | 2024.07.05 23:26:15.310932 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41835, User-Agent: (none), Length: 1196, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
637 | 2024.07.05 23:26:15.310985 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
638 | 2024.07.05 23:26:15.311009 [ 3 ] {} <Debug> HTTP-Session: 17caee2c-8644-4466-9b96-3ae9d32899be Authenticating user 'default' from [fd00:1122:3344:101::d]:41835 | ||
639 | 2024.07.05 23:26:15.311024 [ 3 ] {} <Debug> HTTP-Session: 17caee2c-8644-4466-9b96-3ae9d32899be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
640 | 2024.07.05 23:26:15.311052 [ 3 ] {} <Debug> HTTP-Session: 17caee2c-8644-4466-9b96-3ae9d32899be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
641 | 2024.07.05 23:26:15.311086 [ 3 ] {} <Trace> HTTP-Session: 17caee2c-8644-4466-9b96-3ae9d32899be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
642 | 2024.07.05 23:26:15.311241 [ 3 ] {7d84dd72-bdcf-4705-aea3-721f8f703406} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41835) /* The field tables store named dimensions of each timeseries. | ||
643 | * | ||
644 | * As with the measurement tables, there is one field table for each field data | ||
645 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
646 | * this behavior **must not** be relied upon for query correctness. | ||
647 | * | ||
648 | * The index for the fields differs from the measurements, however. Rows are | ||
649 | * sorted by timeseries name, then field name, field value, and finally | ||
650 | * timeseries key. This reflects the most common pattern for looking them up: | ||
651 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
652 | * usually then used to look up measurements. | ||
653 | * | ||
654 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
655 | * timeseries name and then key, since it would improve lookups where one | ||
656 | * already has the key. Realistically though, these tables are quite small and | ||
657 | * so performance benefits will be low in absolute terms. | ||
658 | */ | ||
659 | CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
660 | 2024.07.05 23:26:15.311295 [ 3 ] {7d84dd72-bdcf-4705-aea3-721f8f703406} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
661 | 2024.07.05 23:26:15.312730 [ 3 ] {7d84dd72-bdcf-4705-aea3-721f8f703406} <Debug> oximeter.fields_bool (7bd309ce-062c-4984-bb9d-9b716d60e25f): Loading data parts | ||
662 | 2024.07.05 23:26:15.312891 [ 3 ] {7d84dd72-bdcf-4705-aea3-721f8f703406} <Debug> oximeter.fields_bool (7bd309ce-062c-4984-bb9d-9b716d60e25f): There are no data parts | ||
663 | 2024.07.05 23:26:15.314176 [ 3 ] {7d84dd72-bdcf-4705-aea3-721f8f703406} <Debug> DynamicQueryHandler: Done processing query | ||
664 | 2024.07.05 23:26:15.314209 [ 3 ] {} <Debug> HTTP-Session: 17caee2c-8644-4466-9b96-3ae9d32899be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
665 | 2024.07.05 23:26:15.314322 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41835, User-Agent: (none), Length: 248, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
666 | 2024.07.05 23:26:15.314375 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
667 | 2024.07.05 23:26:15.314393 [ 3 ] {} <Debug> HTTP-Session: db76d202-e203-4979-846d-0be48437ca7d Authenticating user 'default' from [fd00:1122:3344:101::d]:41835 | ||
668 | 2024.07.05 23:26:15.314414 [ 3 ] {} <Debug> HTTP-Session: db76d202-e203-4979-846d-0be48437ca7d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
669 | 2024.07.05 23:26:15.314427 [ 3 ] {} <Debug> HTTP-Session: db76d202-e203-4979-846d-0be48437ca7d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
670 | 2024.07.05 23:26:15.314462 [ 3 ] {} <Trace> HTTP-Session: db76d202-e203-4979-846d-0be48437ca7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
671 | 2024.07.05 23:26:15.314605 [ 3 ] {4dfa704a-6fbe-471c-b038-abe1c8de27a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41835) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
672 | 2024.07.05 23:26:15.314656 [ 3 ] {4dfa704a-6fbe-471c-b038-abe1c8de27a8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
673 | 2024.07.05 23:26:15.316029 [ 3 ] {4dfa704a-6fbe-471c-b038-abe1c8de27a8} <Debug> oximeter.fields_i8 (0d29b831-35b7-456e-b4f7-e152739fe91f): Loading data parts | ||
674 | 2024.07.05 23:26:15.316180 [ 3 ] {4dfa704a-6fbe-471c-b038-abe1c8de27a8} <Debug> oximeter.fields_i8 (0d29b831-35b7-456e-b4f7-e152739fe91f): There are no data parts | ||
675 | 2024.07.05 23:26:15.317462 [ 3 ] {4dfa704a-6fbe-471c-b038-abe1c8de27a8} <Debug> DynamicQueryHandler: Done processing query | ||
676 | 2024.07.05 23:26:15.317495 [ 3 ] {} <Debug> HTTP-Session: db76d202-e203-4979-846d-0be48437ca7d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
677 | 2024.07.05 23:26:15.317599 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41835, User-Agent: (none), Length: 249, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
678 | 2024.07.05 23:26:15.317657 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
679 | 2024.07.05 23:26:15.317675 [ 3 ] {} <Debug> HTTP-Session: fa5acf9d-f87d-4f3a-b520-3a224744b932 Authenticating user 'default' from [fd00:1122:3344:101::d]:41835 | ||
680 | 2024.07.05 23:26:15.317696 [ 3 ] {} <Debug> HTTP-Session: fa5acf9d-f87d-4f3a-b520-3a224744b932 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
681 | 2024.07.05 23:26:15.317710 [ 3 ] {} <Debug> HTTP-Session: fa5acf9d-f87d-4f3a-b520-3a224744b932 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
682 | 2024.07.05 23:26:15.317745 [ 3 ] {} <Trace> HTTP-Session: fa5acf9d-f87d-4f3a-b520-3a224744b932 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
683 | 2024.07.05 23:26:15.317886 [ 3 ] {17a88d0f-7c31-4209-82e1-da175b121772} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41835) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
684 | 2024.07.05 23:26:15.317931 [ 3 ] {17a88d0f-7c31-4209-82e1-da175b121772} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
685 | 2024.07.05 23:26:15.319274 [ 3 ] {17a88d0f-7c31-4209-82e1-da175b121772} <Debug> oximeter.fields_u8 (d0a6fb0a-f888-4c34-9497-369852f0e95d): Loading data parts | ||
686 | 2024.07.05 23:26:15.319426 [ 3 ] {17a88d0f-7c31-4209-82e1-da175b121772} <Debug> oximeter.fields_u8 (d0a6fb0a-f888-4c34-9497-369852f0e95d): There are no data parts | ||
687 | 2024.07.05 23:26:15.320725 [ 3 ] {17a88d0f-7c31-4209-82e1-da175b121772} <Debug> DynamicQueryHandler: Done processing query | ||
688 | 2024.07.05 23:26:15.320774 [ 3 ] {} <Debug> HTTP-Session: fa5acf9d-f87d-4f3a-b520-3a224744b932 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
689 | 2024.07.05 23:26:15.320906 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41835, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
690 | 2024.07.05 23:26:15.320978 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
691 | 2024.07.05 23:26:15.321014 [ 3 ] {} <Debug> HTTP-Session: 9262750c-540c-4d4a-be9d-319c534762c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:41835 | ||
692 | 2024.07.05 23:26:15.321045 [ 3 ] {} <Debug> HTTP-Session: 9262750c-540c-4d4a-be9d-319c534762c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
693 | 2024.07.05 23:26:15.321062 [ 3 ] {} <Debug> HTTP-Session: 9262750c-540c-4d4a-be9d-319c534762c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
694 | 2024.07.05 23:26:15.321108 [ 3 ] {} <Trace> HTTP-Session: 9262750c-540c-4d4a-be9d-319c534762c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
695 | 2024.07.05 23:26:15.321291 [ 3 ] {fe7dad28-cee2-4b88-902a-566d66fc7db5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41835) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
696 | 2024.07.05 23:26:15.321354 [ 3 ] {fe7dad28-cee2-4b88-902a-566d66fc7db5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
697 | 2024.07.05 23:26:15.322813 [ 3 ] {fe7dad28-cee2-4b88-902a-566d66fc7db5} <Debug> oximeter.fields_i16 (8e2425de-4bcf-414e-bcbf-b0f50c364844): Loading data parts | ||
698 | 2024.07.05 23:26:15.322967 [ 3 ] {fe7dad28-cee2-4b88-902a-566d66fc7db5} <Debug> oximeter.fields_i16 (8e2425de-4bcf-414e-bcbf-b0f50c364844): There are no data parts | ||
699 | 2024.07.05 23:26:15.324289 [ 3 ] {fe7dad28-cee2-4b88-902a-566d66fc7db5} <Debug> DynamicQueryHandler: Done processing query | ||
700 | 2024.07.05 23:26:15.324331 [ 3 ] {} <Debug> HTTP-Session: 9262750c-540c-4d4a-be9d-319c534762c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
701 | 2024.07.05 23:26:15.324440 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41835, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
702 | 2024.07.05 23:26:15.324499 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
703 | 2024.07.05 23:26:15.324531 [ 3 ] {} <Debug> HTTP-Session: 19e008bb-ded1-4754-bb6b-3dbe44dc0270 Authenticating user 'default' from [fd00:1122:3344:101::d]:41835 | ||
704 | 2024.07.05 23:26:15.324547 [ 3 ] {} <Debug> HTTP-Session: 19e008bb-ded1-4754-bb6b-3dbe44dc0270 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
705 | 2024.07.05 23:26:15.324572 [ 3 ] {} <Debug> HTTP-Session: 19e008bb-ded1-4754-bb6b-3dbe44dc0270 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
706 | 2024.07.05 23:26:15.324611 [ 3 ] {} <Trace> HTTP-Session: 19e008bb-ded1-4754-bb6b-3dbe44dc0270 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
707 | 2024.07.05 23:26:15.324746 [ 3 ] {02c1cd17-a93a-47ea-9857-5742dd2cbb29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41835) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
708 | 2024.07.05 23:26:15.324812 [ 3 ] {02c1cd17-a93a-47ea-9857-5742dd2cbb29} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
709 | 2024.07.05 23:26:15.326175 [ 3 ] {02c1cd17-a93a-47ea-9857-5742dd2cbb29} <Debug> oximeter.fields_u16 (45fa30f1-4b24-4248-82d1-beb821e1c8a3): Loading data parts | ||
710 | 2024.07.05 23:26:15.326354 [ 3 ] {02c1cd17-a93a-47ea-9857-5742dd2cbb29} <Debug> oximeter.fields_u16 (45fa30f1-4b24-4248-82d1-beb821e1c8a3): There are no data parts | ||
711 | 2024.07.05 23:26:15.327612 [ 3 ] {02c1cd17-a93a-47ea-9857-5742dd2cbb29} <Debug> DynamicQueryHandler: Done processing query | ||
712 | 2024.07.05 23:26:15.327638 [ 3 ] {} <Debug> HTTP-Session: 19e008bb-ded1-4754-bb6b-3dbe44dc0270 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
713 | 2024.07.05 23:26:15.327764 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41835, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
714 | 2024.07.05 23:26:15.327823 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
715 | 2024.07.05 23:26:15.327841 [ 3 ] {} <Debug> HTTP-Session: d5d015ba-5cc1-40bd-86a9-7a2e3f549108 Authenticating user 'default' from [fd00:1122:3344:101::d]:41835 | ||
716 | 2024.07.05 23:26:15.327869 [ 3 ] {} <Debug> HTTP-Session: d5d015ba-5cc1-40bd-86a9-7a2e3f549108 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
717 | 2024.07.05 23:26:15.327894 [ 3 ] {} <Debug> HTTP-Session: d5d015ba-5cc1-40bd-86a9-7a2e3f549108 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
718 | 2024.07.05 23:26:15.327923 [ 3 ] {} <Trace> HTTP-Session: d5d015ba-5cc1-40bd-86a9-7a2e3f549108 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
719 | 2024.07.05 23:26:15.328071 [ 3 ] {99013fbd-c6de-40c5-8083-5ea8444c217c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41835) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
720 | 2024.07.05 23:26:15.328137 [ 3 ] {99013fbd-c6de-40c5-8083-5ea8444c217c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
721 | 2024.07.05 23:26:15.329530 [ 3 ] {99013fbd-c6de-40c5-8083-5ea8444c217c} <Debug> oximeter.fields_i32 (ad388250-d290-4e98-bb5a-b21137fb9c8b): Loading data parts | ||
722 | 2024.07.05 23:26:15.329701 [ 3 ] {99013fbd-c6de-40c5-8083-5ea8444c217c} <Debug> oximeter.fields_i32 (ad388250-d290-4e98-bb5a-b21137fb9c8b): There are no data parts | ||
723 | 2024.07.05 23:26:15.331023 [ 3 ] {99013fbd-c6de-40c5-8083-5ea8444c217c} <Debug> DynamicQueryHandler: Done processing query | ||
724 | 2024.07.05 23:26:15.331048 [ 3 ] {} <Debug> HTTP-Session: d5d015ba-5cc1-40bd-86a9-7a2e3f549108 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
725 | 2024.07.05 23:26:15.331164 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41835, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
726 | 2024.07.05 23:26:15.331223 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
727 | 2024.07.05 23:26:15.331241 [ 3 ] {} <Debug> HTTP-Session: cc4bba9b-1168-4430-b03c-180dcd350e81 Authenticating user 'default' from [fd00:1122:3344:101::d]:41835 | ||
728 | 2024.07.05 23:26:15.331267 [ 3 ] {} <Debug> HTTP-Session: cc4bba9b-1168-4430-b03c-180dcd350e81 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
729 | 2024.07.05 23:26:15.331280 [ 3 ] {} <Debug> HTTP-Session: cc4bba9b-1168-4430-b03c-180dcd350e81 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
730 | 2024.07.05 23:26:15.331315 [ 3 ] {} <Trace> HTTP-Session: cc4bba9b-1168-4430-b03c-180dcd350e81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
731 | 2024.07.05 23:26:15.331458 [ 3 ] {4e24dd36-8f0e-423a-a9d5-b9076f39dfa9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41835) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
732 | 2024.07.05 23:26:15.331510 [ 3 ] {4e24dd36-8f0e-423a-a9d5-b9076f39dfa9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
733 | 2024.07.05 23:26:15.332906 [ 3 ] {4e24dd36-8f0e-423a-a9d5-b9076f39dfa9} <Debug> oximeter.fields_u32 (10539a04-2289-4ab0-bdec-c42229b35254): Loading data parts | ||
734 | 2024.07.05 23:26:15.333066 [ 3 ] {4e24dd36-8f0e-423a-a9d5-b9076f39dfa9} <Debug> oximeter.fields_u32 (10539a04-2289-4ab0-bdec-c42229b35254): There are no data parts | ||
735 | 2024.07.05 23:26:15.334369 [ 3 ] {4e24dd36-8f0e-423a-a9d5-b9076f39dfa9} <Debug> DynamicQueryHandler: Done processing query | ||
736 | 2024.07.05 23:26:15.334399 [ 3 ] {} <Debug> HTTP-Session: cc4bba9b-1168-4430-b03c-180dcd350e81 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
737 | 2024.07.05 23:26:15.334504 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41835, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
738 | 2024.07.05 23:26:15.334574 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
739 | 2024.07.05 23:26:15.334593 [ 3 ] {} <Debug> HTTP-Session: dff05b40-47ae-4b47-b0c4-cd112a85d6d6 Authenticating user 'default' from [fd00:1122:3344:101::d]:41835 | ||
740 | 2024.07.05 23:26:15.334616 [ 3 ] {} <Debug> HTTP-Session: dff05b40-47ae-4b47-b0c4-cd112a85d6d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
741 | 2024.07.05 23:26:15.334630 [ 3 ] {} <Debug> HTTP-Session: dff05b40-47ae-4b47-b0c4-cd112a85d6d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
742 | 2024.07.05 23:26:15.334659 [ 3 ] {} <Trace> HTTP-Session: dff05b40-47ae-4b47-b0c4-cd112a85d6d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
743 | 2024.07.05 23:26:15.334804 [ 3 ] {5caeacea-b36e-420e-8aee-490ec6c2e663} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41835) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
744 | 2024.07.05 23:26:15.334842 [ 3 ] {5caeacea-b36e-420e-8aee-490ec6c2e663} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
745 | 2024.07.05 23:26:15.336215 [ 3 ] {5caeacea-b36e-420e-8aee-490ec6c2e663} <Debug> oximeter.fields_i64 (90cc20bc-62f3-4585-81bd-da47c52ed55a): Loading data parts | ||
746 | 2024.07.05 23:26:15.336360 [ 3 ] {5caeacea-b36e-420e-8aee-490ec6c2e663} <Debug> oximeter.fields_i64 (90cc20bc-62f3-4585-81bd-da47c52ed55a): There are no data parts | ||
747 | 2024.07.05 23:26:15.337587 [ 3 ] {5caeacea-b36e-420e-8aee-490ec6c2e663} <Debug> DynamicQueryHandler: Done processing query | ||
748 | 2024.07.05 23:26:15.337624 [ 3 ] {} <Debug> HTTP-Session: dff05b40-47ae-4b47-b0c4-cd112a85d6d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
749 | 2024.07.05 23:26:15.337727 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41835, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
750 | 2024.07.05 23:26:15.337773 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
751 | 2024.07.05 23:26:15.337791 [ 3 ] {} <Debug> HTTP-Session: 0ea45e32-6241-4f82-b815-b19392ff9658 Authenticating user 'default' from [fd00:1122:3344:101::d]:41835 | ||
752 | 2024.07.05 23:26:15.337806 [ 3 ] {} <Debug> HTTP-Session: 0ea45e32-6241-4f82-b815-b19392ff9658 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
753 | 2024.07.05 23:26:15.337821 [ 3 ] {} <Debug> HTTP-Session: 0ea45e32-6241-4f82-b815-b19392ff9658 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
754 | 2024.07.05 23:26:15.337850 [ 3 ] {} <Trace> HTTP-Session: 0ea45e32-6241-4f82-b815-b19392ff9658 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
755 | 2024.07.05 23:26:15.337987 [ 3 ] {cf4e284a-1809-4f75-9205-9113ce6a4df1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41835) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
756 | 2024.07.05 23:26:15.338025 [ 3 ] {cf4e284a-1809-4f75-9205-9113ce6a4df1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
757 | 2024.07.05 23:26:15.339395 [ 3 ] {cf4e284a-1809-4f75-9205-9113ce6a4df1} <Debug> oximeter.fields_u64 (65e26e70-6a7b-458b-9ce9-6c6f3a5991fc): Loading data parts | ||
758 | 2024.07.05 23:26:15.339551 [ 3 ] {cf4e284a-1809-4f75-9205-9113ce6a4df1} <Debug> oximeter.fields_u64 (65e26e70-6a7b-458b-9ce9-6c6f3a5991fc): There are no data parts | ||
759 | 2024.07.05 23:26:15.340851 [ 3 ] {cf4e284a-1809-4f75-9205-9113ce6a4df1} <Debug> DynamicQueryHandler: Done processing query | ||
760 | 2024.07.05 23:26:15.340878 [ 3 ] {} <Debug> HTTP-Session: 0ea45e32-6241-4f82-b815-b19392ff9658 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
761 | 2024.07.05 23:26:15.340987 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41835, User-Agent: (none), Length: 252, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
762 | 2024.07.05 23:26:15.341033 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
763 | 2024.07.05 23:26:15.341052 [ 3 ] {} <Debug> HTTP-Session: 01ca8573-b177-4310-ae6c-ef937a645817 Authenticating user 'default' from [fd00:1122:3344:101::d]:41835 | ||
764 | 2024.07.05 23:26:15.341068 [ 3 ] {} <Debug> HTTP-Session: 01ca8573-b177-4310-ae6c-ef937a645817 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
765 | 2024.07.05 23:26:15.341081 [ 3 ] {} <Debug> HTTP-Session: 01ca8573-b177-4310-ae6c-ef937a645817 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
766 | 2024.07.05 23:26:15.341111 [ 3 ] {} <Trace> HTTP-Session: 01ca8573-b177-4310-ae6c-ef937a645817 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
767 | 2024.07.05 23:26:15.341245 [ 3 ] {783ac2bd-6a33-4f0e-8415-3fa1337e2e2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41835) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
768 | 2024.07.05 23:26:15.341284 [ 3 ] {783ac2bd-6a33-4f0e-8415-3fa1337e2e2e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
769 | 2024.07.05 23:26:15.342631 [ 3 ] {783ac2bd-6a33-4f0e-8415-3fa1337e2e2e} <Debug> oximeter.fields_ipaddr (621c09d4-afcc-4919-9877-59c96fa833d8): Loading data parts | ||
770 | 2024.07.05 23:26:15.342801 [ 3 ] {783ac2bd-6a33-4f0e-8415-3fa1337e2e2e} <Debug> oximeter.fields_ipaddr (621c09d4-afcc-4919-9877-59c96fa833d8): There are no data parts | ||
771 | 2024.07.05 23:26:15.344254 [ 3 ] {783ac2bd-6a33-4f0e-8415-3fa1337e2e2e} <Debug> DynamicQueryHandler: Done processing query | ||
772 | 2024.07.05 23:26:15.344280 [ 3 ] {} <Debug> HTTP-Session: 01ca8573-b177-4310-ae6c-ef937a645817 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
773 | 2024.07.05 23:26:15.344387 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41835, User-Agent: (none), Length: 254, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
774 | 2024.07.05 23:26:15.344433 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
775 | 2024.07.05 23:26:15.344452 [ 3 ] {} <Debug> HTTP-Session: b75f73b3-6c3a-4f15-a8f8-641698da4409 Authenticating user 'default' from [fd00:1122:3344:101::d]:41835 | ||
776 | 2024.07.05 23:26:15.344468 [ 3 ] {} <Debug> HTTP-Session: b75f73b3-6c3a-4f15-a8f8-641698da4409 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
777 | 2024.07.05 23:26:15.344482 [ 3 ] {} <Debug> HTTP-Session: b75f73b3-6c3a-4f15-a8f8-641698da4409 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
778 | 2024.07.05 23:26:15.344511 [ 3 ] {} <Trace> HTTP-Session: b75f73b3-6c3a-4f15-a8f8-641698da4409 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
779 | 2024.07.05 23:26:15.344647 [ 3 ] {bf8a0b58-9d72-41e0-aee7-734026415066} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41835) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
780 | 2024.07.05 23:26:15.344686 [ 3 ] {bf8a0b58-9d72-41e0-aee7-734026415066} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
781 | 2024.07.05 23:26:15.346052 [ 3 ] {bf8a0b58-9d72-41e0-aee7-734026415066} <Debug> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c): Loading data parts | ||
782 | 2024.07.05 23:26:15.346214 [ 3 ] {bf8a0b58-9d72-41e0-aee7-734026415066} <Debug> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c): There are no data parts | ||
783 | 2024.07.05 23:26:15.347650 [ 3 ] {bf8a0b58-9d72-41e0-aee7-734026415066} <Debug> DynamicQueryHandler: Done processing query | ||
784 | 2024.07.05 23:26:15.347678 [ 3 ] {} <Debug> HTTP-Session: b75f73b3-6c3a-4f15-a8f8-641698da4409 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
785 | 2024.07.05 23:26:15.347785 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41835, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
786 | 2024.07.05 23:26:15.347831 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
787 | 2024.07.05 23:26:15.347849 [ 3 ] {} <Debug> HTTP-Session: 7f5b688a-e3f5-49dc-8443-9c2416b8b63a Authenticating user 'default' from [fd00:1122:3344:101::d]:41835 | ||
788 | 2024.07.05 23:26:15.347864 [ 3 ] {} <Debug> HTTP-Session: 7f5b688a-e3f5-49dc-8443-9c2416b8b63a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
789 | 2024.07.05 23:26:15.347878 [ 3 ] {} <Debug> HTTP-Session: 7f5b688a-e3f5-49dc-8443-9c2416b8b63a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
790 | 2024.07.05 23:26:15.347907 [ 3 ] {} <Trace> HTTP-Session: 7f5b688a-e3f5-49dc-8443-9c2416b8b63a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
791 | 2024.07.05 23:26:15.348044 [ 3 ] {f949ba53-5d1a-48e6-99b2-b2dd679194a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41835) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
792 | 2024.07.05 23:26:15.348083 [ 3 ] {f949ba53-5d1a-48e6-99b2-b2dd679194a2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
793 | 2024.07.05 23:26:15.349524 [ 3 ] {f949ba53-5d1a-48e6-99b2-b2dd679194a2} <Debug> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b): Loading data parts | ||
794 | 2024.07.05 23:26:15.349667 [ 3 ] {f949ba53-5d1a-48e6-99b2-b2dd679194a2} <Debug> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b): There are no data parts | ||
795 | 2024.07.05 23:26:15.350969 [ 3 ] {f949ba53-5d1a-48e6-99b2-b2dd679194a2} <Debug> DynamicQueryHandler: Done processing query | ||
796 | 2024.07.05 23:26:15.350996 [ 3 ] {} <Debug> HTTP-Session: 7f5b688a-e3f5-49dc-8443-9c2416b8b63a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
797 | 2024.07.05 23:26:15.351103 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41835, User-Agent: (none), Length: 1416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
798 | 2024.07.05 23:26:15.351148 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
799 | 2024.07.05 23:26:15.351166 [ 3 ] {} <Debug> HTTP-Session: 784ceda0-6f40-4f10-8caa-a694914eb0a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:41835 | ||
800 | 2024.07.05 23:26:15.351182 [ 3 ] {} <Debug> HTTP-Session: 784ceda0-6f40-4f10-8caa-a694914eb0a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
801 | 2024.07.05 23:26:15.351195 [ 3 ] {} <Debug> HTTP-Session: 784ceda0-6f40-4f10-8caa-a694914eb0a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
802 | 2024.07.05 23:26:15.351224 [ 3 ] {} <Trace> HTTP-Session: 784ceda0-6f40-4f10-8caa-a694914eb0a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
803 | 2024.07.05 23:26:15.351432 [ 3 ] {fa438b24-a69e-400d-ad1d-e89b1b85cfe3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41835) /* The timeseries schema table stores the extracted schema for the samples | ||
804 | * oximeter collects. | ||
805 | */ | ||
806 | CREATE TABLE IF NOT EXISTS oximeter.timeseries_schema ( timeseries_name String, fields Nested( name String, type Enum( 'Bool' = 1, 'I64' = 2, 'IpAddr' = 3, 'String' = 4, 'Uuid' = 6, 'I8' = 7, 'U8' = 8, 'I16' = 9, 'U16' = 10, 'I32' = 11, 'U32' = 12, 'U64' = 13 ), source Enum( 'Target' = 1, 'Metric' = 2 ) ), datum_type Enum( 'Bool' = 1, 'I64' = 2, 'F64' = 3, 'String' = 4, 'Bytes' = 5, 'CumulativeI64' = 6, 'CumulativeF64' = 7, 'HistogramI64' = 8, 'HistogramF64' = 9, 'I8' = 10, 'U8' = 11, 'I16' = 12, 'U16' = 13, 'I32' = 14, 'U32' = 15, 'U64' = 16, 'F32' = 17, 'CumulativeU64' = 18, 'CumulativeF32' = 19, 'HistogramI8' = 20, 'HistogramU8' = 21, 'HistogramI16' = 22, 'HistogramU16' = 23, 'HistogramI32' = 24, 'HistogramU32' = 25, 'HistogramU64' = 26, 'HistogramF32' = 27 ), created DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (timeseries_name, fields.name) (stage: Complete) | ||
807 | 2024.07.05 23:26:15.351490 [ 3 ] {fa438b24-a69e-400d-ad1d-e89b1b85cfe3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
808 | 2024.07.05 23:26:15.352966 [ 3 ] {fa438b24-a69e-400d-ad1d-e89b1b85cfe3} <Debug> oximeter.timeseries_schema (f89da0a6-df14-4137-aa63-4eba12bb476a): Loading data parts | ||
809 | 2024.07.05 23:26:15.353135 [ 3 ] {fa438b24-a69e-400d-ad1d-e89b1b85cfe3} <Debug> oximeter.timeseries_schema (f89da0a6-df14-4137-aa63-4eba12bb476a): There are no data parts | ||
810 | 2024.07.05 23:26:15.354638 [ 3 ] {fa438b24-a69e-400d-ad1d-e89b1b85cfe3} <Debug> DynamicQueryHandler: Done processing query | ||
811 | 2024.07.05 23:26:15.354664 [ 3 ] {} <Debug> HTTP-Session: 784ceda0-6f40-4f10-8caa-a694914eb0a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
812 | 2024.07.05 23:26:15.354793 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41835, User-Agent: (none), Length: 51, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
813 | 2024.07.05 23:26:15.354838 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
814 | 2024.07.05 23:26:15.354857 [ 3 ] {} <Debug> HTTP-Session: c3625d2b-ac26-42f9-b63f-fff50f708e8f Authenticating user 'default' from [fd00:1122:3344:101::d]:41835 | ||
815 | 2024.07.05 23:26:15.354874 [ 3 ] {} <Debug> HTTP-Session: c3625d2b-ac26-42f9-b63f-fff50f708e8f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
816 | 2024.07.05 23:26:15.354887 [ 3 ] {} <Debug> HTTP-Session: c3625d2b-ac26-42f9-b63f-fff50f708e8f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
817 | 2024.07.05 23:26:15.354917 [ 3 ] {} <Trace> HTTP-Session: c3625d2b-ac26-42f9-b63f-fff50f708e8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
818 | 2024.07.05 23:26:15.355073 [ 3 ] {9768dd2f-d10b-4636-b2bf-9fe7b1ea73b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41835) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
819 | 2024.07.05 23:26:15.356694 [ 3 ] {9768dd2f-d10b-4636-b2bf-9fe7b1ea73b4} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
820 | 2024.07.05 23:26:15.360399 [ 3 ] {9768dd2f-d10b-4636-b2bf-9fe7b1ea73b4} <Trace> oximeter.version (4170879d-43a8-4369-8b0d-4fb01060b29f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
821 | 2024.07.05 23:26:15.360434 [ 3 ] {9768dd2f-d10b-4636-b2bf-9fe7b1ea73b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
822 | 2024.07.05 23:26:15.364700 [ 3 ] {9768dd2f-d10b-4636-b2bf-9fe7b1ea73b4} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
823 | 2024.07.05 23:26:15.365687 [ 3 ] {9768dd2f-d10b-4636-b2bf-9fe7b1ea73b4} <Trace> oximeter.version (4170879d-43a8-4369-8b0d-4fb01060b29f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
824 | 2024.07.05 23:26:15.365960 [ 3 ] {9768dd2f-d10b-4636-b2bf-9fe7b1ea73b4} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.010957 sec., 91.26585744273068 rows/sec., 1.43 KiB/sec. | ||
825 | 2024.07.05 23:26:15.366139 [ 3 ] {9768dd2f-d10b-4636-b2bf-9fe7b1ea73b4} <Debug> DynamicQueryHandler: Done processing query | ||
826 | 2024.07.05 23:26:15.366175 [ 3 ] {9768dd2f-d10b-4636-b2bf-9fe7b1ea73b4} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
827 | 2024.07.05 23:26:15.366192 [ 3 ] {} <Debug> HTTP-Session: c3625d2b-ac26-42f9-b63f-fff50f708e8f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
828 | 2024.07.05 23:26:16.001140 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 161.21 MiB, peak 166.34 MiB, free memory in arenas 0.00 B, will set to 173.66 MiB (RSS), difference: 12.45 MiB | ||
829 | 2024.07.05 23:26:29.264508 [ 117 ] {} <Debug> DNSResolver: Updating DNS cache | ||
830 | 2024.07.05 23:26:29.264575 [ 117 ] {} <Debug> DNSResolver: Updated DNS cache | ||
831 | 2024.07.05 23:26:30.369790 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 60, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
832 | 2024.07.05 23:26:30.369967 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
833 | 2024.07.05 23:26:30.370015 [ 3 ] {} <Debug> HTTP-Session: 89d956ae-73ea-4f87-9081-48d287007d79 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
834 | 2024.07.05 23:26:30.370055 [ 3 ] {} <Debug> HTTP-Session: 89d956ae-73ea-4f87-9081-48d287007d79 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
835 | 2024.07.05 23:26:30.370084 [ 3 ] {} <Debug> HTTP-Session: 89d956ae-73ea-4f87-9081-48d287007d79 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
836 | 2024.07.05 23:26:30.370165 [ 3 ] {} <Trace> HTTP-Session: 89d956ae-73ea-4f87-9081-48d287007d79 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
837 | 2024.07.05 23:26:30.370425 [ 3 ] {90400381-c1f9-4607-ab68-012b5fa0ce3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) SELECT * FROM oximeter.timeseries_schema FORMAT JSONEachRow; (stage: Complete) | ||
838 | 2024.07.05 23:26:30.370769 [ 3 ] {90400381-c1f9-4607-ab68-012b5fa0ce3f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
839 | 2024.07.05 23:26:30.370912 [ 3 ] {90400381-c1f9-4607-ab68-012b5fa0ce3f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
840 | 2024.07.05 23:26:30.371956 [ 3 ] {90400381-c1f9-4607-ab68-012b5fa0ce3f} <Debug> DynamicQueryHandler: Done processing query | ||
841 | 2024.07.05 23:26:30.371986 [ 3 ] {90400381-c1f9-4607-ab68-012b5fa0ce3f} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
842 | 2024.07.05 23:26:30.372003 [ 3 ] {} <Debug> HTTP-Session: 89d956ae-73ea-4f87-9081-48d287007d79 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
843 | 2024.07.05 23:26:30.378463 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
844 | 2024.07.05 23:26:30.378517 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
845 | 2024.07.05 23:26:30.378536 [ 3 ] {} <Debug> HTTP-Session: 0f4f8e0d-ce16-4488-b878-745b9195bd6b Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
846 | 2024.07.05 23:26:30.378555 [ 3 ] {} <Debug> HTTP-Session: 0f4f8e0d-ce16-4488-b878-745b9195bd6b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
847 | 2024.07.05 23:26:30.378569 [ 3 ] {} <Debug> HTTP-Session: 0f4f8e0d-ce16-4488-b878-745b9195bd6b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
848 | 2024.07.05 23:26:30.378604 [ 3 ] {} <Trace> HTTP-Session: 0f4f8e0d-ce16-4488-b878-745b9195bd6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
849 | 2024.07.05 23:26:30.378759 [ 3 ] {6193021e-c98b-496c-85c6-06b843d7aac4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes') FORMAT JSONEachRow; (stage: Complete) | ||
850 | 2024.07.05 23:26:30.381032 [ 3 ] {6193021e-c98b-496c-85c6-06b843d7aac4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
851 | 2024.07.05 23:26:30.381087 [ 3 ] {6193021e-c98b-496c-85c6-06b843d7aac4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
852 | 2024.07.05 23:26:30.382107 [ 3 ] {6193021e-c98b-496c-85c6-06b843d7aac4} <Debug> DynamicQueryHandler: Done processing query | ||
853 | 2024.07.05 23:26:30.382134 [ 3 ] {6193021e-c98b-496c-85c6-06b843d7aac4} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
854 | 2024.07.05 23:26:30.382150 [ 3 ] {} <Debug> HTTP-Session: 0f4f8e0d-ce16-4488-b878-745b9195bd6b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
855 | 2024.07.05 23:26:30.382574 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 175, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
856 | 2024.07.05 23:26:30.382629 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
857 | 2024.07.05 23:26:30.382649 [ 3 ] {} <Debug> HTTP-Session: 58658125-ae09-4afa-b9d9-e14727b4fdd3 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
858 | 2024.07.05 23:26:30.382667 [ 3 ] {} <Debug> HTTP-Session: 58658125-ae09-4afa-b9d9-e14727b4fdd3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
859 | 2024.07.05 23:26:30.382680 [ 3 ] {} <Debug> HTTP-Session: 58658125-ae09-4afa-b9d9-e14727b4fdd3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
860 | 2024.07.05 23:26:30.382715 [ 3 ] {} <Trace> HTTP-Session: 58658125-ae09-4afa-b9d9-e14727b4fdd3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
861 | 2024.07.05 23:26:30.382844 [ 3 ] {0f39f332-3a7f-42bc-bf59-7c0f7b296615} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes') FORMAT JSONEachRow; (stage: Complete) | ||
862 | 2024.07.05 23:26:30.383196 [ 3 ] {0f39f332-3a7f-42bc-bf59-7c0f7b296615} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
863 | 2024.07.05 23:26:30.383250 [ 3 ] {0f39f332-3a7f-42bc-bf59-7c0f7b296615} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
864 | 2024.07.05 23:26:30.384246 [ 3 ] {0f39f332-3a7f-42bc-bf59-7c0f7b296615} <Debug> DynamicQueryHandler: Done processing query | ||
865 | 2024.07.05 23:26:30.384271 [ 3 ] {0f39f332-3a7f-42bc-bf59-7c0f7b296615} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
866 | 2024.07.05 23:26:30.384286 [ 3 ] {} <Debug> HTTP-Session: 58658125-ae09-4afa-b9d9-e14727b4fdd3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
867 | 2024.07.05 23:26:30.384507 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 209, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
868 | 2024.07.05 23:26:30.384553 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
869 | 2024.07.05 23:26:30.384572 [ 3 ] {} <Debug> HTTP-Session: 77777bec-ce15-4bbc-bd8c-82cf730822be Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
870 | 2024.07.05 23:26:30.384589 [ 3 ] {} <Debug> HTTP-Session: 77777bec-ce15-4bbc-bd8c-82cf730822be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
871 | 2024.07.05 23:26:30.384602 [ 3 ] {} <Debug> HTTP-Session: 77777bec-ce15-4bbc-bd8c-82cf730822be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
872 | 2024.07.05 23:26:30.384633 [ 3 ] {} <Trace> HTTP-Session: 77777bec-ce15-4bbc-bd8c-82cf730822be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
873 | 2024.07.05 23:26:30.384751 [ 3 ] {54f59c5b-931b-47a6-a67a-8becc457b3c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
874 | 2024.07.05 23:26:30.385060 [ 3 ] {54f59c5b-931b-47a6-a67a-8becc457b3c1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
875 | 2024.07.05 23:26:30.385110 [ 3 ] {54f59c5b-931b-47a6-a67a-8becc457b3c1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
876 | 2024.07.05 23:26:30.385960 [ 3 ] {54f59c5b-931b-47a6-a67a-8becc457b3c1} <Debug> DynamicQueryHandler: Done processing query | ||
877 | 2024.07.05 23:26:30.385984 [ 3 ] {54f59c5b-931b-47a6-a67a-8becc457b3c1} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
878 | 2024.07.05 23:26:30.386000 [ 3 ] {} <Debug> HTTP-Session: 77777bec-ce15-4bbc-bd8c-82cf730822be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
879 | 2024.07.05 23:26:30.386210 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 247, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
880 | 2024.07.05 23:26:30.386257 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
881 | 2024.07.05 23:26:30.386276 [ 3 ] {} <Debug> HTTP-Session: c0ace868-806f-4349-b032-e3c011f569fc Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
882 | 2024.07.05 23:26:30.386293 [ 3 ] {} <Debug> HTTP-Session: c0ace868-806f-4349-b032-e3c011f569fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
883 | 2024.07.05 23:26:30.386307 [ 3 ] {} <Debug> HTTP-Session: c0ace868-806f-4349-b032-e3c011f569fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
884 | 2024.07.05 23:26:30.386337 [ 3 ] {} <Trace> HTTP-Session: c0ace868-806f-4349-b032-e3c011f569fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
885 | 2024.07.05 23:26:30.386456 [ 3 ] {a46c4802-3752-4dcf-bbc5-06e3ac574e64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
886 | 2024.07.05 23:26:30.386771 [ 3 ] {a46c4802-3752-4dcf-bbc5-06e3ac574e64} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
887 | 2024.07.05 23:26:30.386821 [ 3 ] {a46c4802-3752-4dcf-bbc5-06e3ac574e64} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
888 | 2024.07.05 23:26:30.387661 [ 3 ] {a46c4802-3752-4dcf-bbc5-06e3ac574e64} <Debug> DynamicQueryHandler: Done processing query | ||
889 | 2024.07.05 23:26:30.387686 [ 3 ] {a46c4802-3752-4dcf-bbc5-06e3ac574e64} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
890 | 2024.07.05 23:26:30.387703 [ 3 ] {} <Debug> HTTP-Session: c0ace868-806f-4349-b032-e3c011f569fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
891 | 2024.07.05 23:26:30.387912 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 282, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
892 | 2024.07.05 23:26:30.387957 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
893 | 2024.07.05 23:26:30.387975 [ 3 ] {} <Debug> HTTP-Session: 752bfed7-a256-4f2c-be4d-df9bb07c2e8a Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
894 | 2024.07.05 23:26:30.387992 [ 3 ] {} <Debug> HTTP-Session: 752bfed7-a256-4f2c-be4d-df9bb07c2e8a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
895 | 2024.07.05 23:26:30.388006 [ 3 ] {} <Debug> HTTP-Session: 752bfed7-a256-4f2c-be4d-df9bb07c2e8a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
896 | 2024.07.05 23:26:30.388037 [ 3 ] {} <Trace> HTTP-Session: 752bfed7-a256-4f2c-be4d-df9bb07c2e8a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
897 | 2024.07.05 23:26:30.388156 [ 3 ] {e3871af1-9949-4dc7-8b0a-beb3ade6972c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
898 | 2024.07.05 23:26:30.388456 [ 3 ] {e3871af1-9949-4dc7-8b0a-beb3ade6972c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
899 | 2024.07.05 23:26:30.388503 [ 3 ] {e3871af1-9949-4dc7-8b0a-beb3ade6972c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
900 | 2024.07.05 23:26:30.389322 [ 3 ] {e3871af1-9949-4dc7-8b0a-beb3ade6972c} <Debug> DynamicQueryHandler: Done processing query | ||
901 | 2024.07.05 23:26:30.389347 [ 3 ] {e3871af1-9949-4dc7-8b0a-beb3ade6972c} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
902 | 2024.07.05 23:26:30.389364 [ 3 ] {} <Debug> HTTP-Session: 752bfed7-a256-4f2c-be4d-df9bb07c2e8a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
903 | 2024.07.05 23:26:30.389591 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 321, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
904 | 2024.07.05 23:26:30.389637 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
905 | 2024.07.05 23:26:30.389657 [ 3 ] {} <Debug> HTTP-Session: 75da2d64-a732-45d3-858f-c3a255cc56f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
906 | 2024.07.05 23:26:30.389673 [ 3 ] {} <Debug> HTTP-Session: 75da2d64-a732-45d3-858f-c3a255cc56f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
907 | 2024.07.05 23:26:30.389687 [ 3 ] {} <Debug> HTTP-Session: 75da2d64-a732-45d3-858f-c3a255cc56f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
908 | 2024.07.05 23:26:30.389716 [ 3 ] {} <Trace> HTTP-Session: 75da2d64-a732-45d3-858f-c3a255cc56f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
909 | 2024.07.05 23:26:30.389837 [ 3 ] {9888006d-9c26-4ff9-9c1f-f85a097de2b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
910 | 2024.07.05 23:26:30.390154 [ 3 ] {9888006d-9c26-4ff9-9c1f-f85a097de2b5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
911 | 2024.07.05 23:26:30.390204 [ 3 ] {9888006d-9c26-4ff9-9c1f-f85a097de2b5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
912 | 2024.07.05 23:26:30.391000 [ 3 ] {9888006d-9c26-4ff9-9c1f-f85a097de2b5} <Debug> DynamicQueryHandler: Done processing query | ||
913 | 2024.07.05 23:26:30.391025 [ 3 ] {9888006d-9c26-4ff9-9c1f-f85a097de2b5} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
914 | 2024.07.05 23:26:30.391041 [ 3 ] {} <Debug> HTTP-Session: 75da2d64-a732-45d3-858f-c3a255cc56f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
915 | 2024.07.05 23:26:30.391246 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
916 | 2024.07.05 23:26:30.391290 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
917 | 2024.07.05 23:26:30.391308 [ 3 ] {} <Debug> HTTP-Session: dc411150-52aa-4eeb-9f32-bff488819d8c Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
918 | 2024.07.05 23:26:30.391325 [ 3 ] {} <Debug> HTTP-Session: dc411150-52aa-4eeb-9f32-bff488819d8c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
919 | 2024.07.05 23:26:30.391340 [ 3 ] {} <Debug> HTTP-Session: dc411150-52aa-4eeb-9f32-bff488819d8c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
920 | 2024.07.05 23:26:30.391369 [ 3 ] {} <Trace> HTTP-Session: dc411150-52aa-4eeb-9f32-bff488819d8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
921 | 2024.07.05 23:26:30.391490 [ 3 ] {3d339cff-b0ed-44c6-bef2-2d8d62ee458e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
922 | 2024.07.05 23:26:30.391812 [ 3 ] {3d339cff-b0ed-44c6-bef2-2d8d62ee458e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
923 | 2024.07.05 23:26:30.391862 [ 3 ] {3d339cff-b0ed-44c6-bef2-2d8d62ee458e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
924 | 2024.07.05 23:26:30.392710 [ 3 ] {3d339cff-b0ed-44c6-bef2-2d8d62ee458e} <Debug> DynamicQueryHandler: Done processing query | ||
925 | 2024.07.05 23:26:30.392735 [ 3 ] {3d339cff-b0ed-44c6-bef2-2d8d62ee458e} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
926 | 2024.07.05 23:26:30.392751 [ 3 ] {} <Debug> HTTP-Session: dc411150-52aa-4eeb-9f32-bff488819d8c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
927 | 2024.07.05 23:26:30.392947 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 389, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
928 | 2024.07.05 23:26:30.392994 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
929 | 2024.07.05 23:26:30.393013 [ 3 ] {} <Debug> HTTP-Session: 2f2b3813-c628-424c-af00-0e8d9fce1982 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
930 | 2024.07.05 23:26:30.393029 [ 3 ] {} <Debug> HTTP-Session: 2f2b3813-c628-424c-af00-0e8d9fce1982 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
931 | 2024.07.05 23:26:30.393044 [ 3 ] {} <Debug> HTTP-Session: 2f2b3813-c628-424c-af00-0e8d9fce1982 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
932 | 2024.07.05 23:26:30.393073 [ 3 ] {} <Trace> HTTP-Session: 2f2b3813-c628-424c-af00-0e8d9fce1982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
933 | 2024.07.05 23:26:30.393196 [ 3 ] {156f25af-3bad-408c-851e-21e1b5650a6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
934 | 2024.07.05 23:26:30.393524 [ 3 ] {156f25af-3bad-408c-851e-21e1b5650a6f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
935 | 2024.07.05 23:26:30.393574 [ 3 ] {156f25af-3bad-408c-851e-21e1b5650a6f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
936 | 2024.07.05 23:26:30.394407 [ 3 ] {156f25af-3bad-408c-851e-21e1b5650a6f} <Debug> DynamicQueryHandler: Done processing query | ||
937 | 2024.07.05 23:26:30.394432 [ 3 ] {156f25af-3bad-408c-851e-21e1b5650a6f} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
938 | 2024.07.05 23:26:30.394448 [ 3 ] {} <Debug> HTTP-Session: 2f2b3813-c628-424c-af00-0e8d9fce1982 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
939 | 2024.07.05 23:26:30.394663 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 430, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
940 | 2024.07.05 23:26:30.394709 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
941 | 2024.07.05 23:26:30.394728 [ 3 ] {} <Debug> HTTP-Session: 2de3c698-a555-4026-87a1-af9696ca221b Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
942 | 2024.07.05 23:26:30.394744 [ 3 ] {} <Debug> HTTP-Session: 2de3c698-a555-4026-87a1-af9696ca221b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
943 | 2024.07.05 23:26:30.394757 [ 3 ] {} <Debug> HTTP-Session: 2de3c698-a555-4026-87a1-af9696ca221b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
944 | 2024.07.05 23:26:30.394787 [ 3 ] {} <Trace> HTTP-Session: 2de3c698-a555-4026-87a1-af9696ca221b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
945 | 2024.07.05 23:26:30.394909 [ 3 ] {7aaac2d4-a192-458e-9fc4-995ae7cce969} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
946 | 2024.07.05 23:26:30.395237 [ 3 ] {7aaac2d4-a192-458e-9fc4-995ae7cce969} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
947 | 2024.07.05 23:26:30.395287 [ 3 ] {7aaac2d4-a192-458e-9fc4-995ae7cce969} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
948 | 2024.07.05 23:26:30.396170 [ 3 ] {7aaac2d4-a192-458e-9fc4-995ae7cce969} <Debug> DynamicQueryHandler: Done processing query | ||
949 | 2024.07.05 23:26:30.396195 [ 3 ] {7aaac2d4-a192-458e-9fc4-995ae7cce969} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
950 | 2024.07.05 23:26:30.396212 [ 3 ] {} <Debug> HTTP-Session: 2de3c698-a555-4026-87a1-af9696ca221b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
951 | 2024.07.05 23:26:30.396463 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 458, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
952 | 2024.07.05 23:26:30.396509 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
953 | 2024.07.05 23:26:30.396528 [ 3 ] {} <Debug> HTTP-Session: 36b74943-e118-44a7-9914-f4d3a29e3baf Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
954 | 2024.07.05 23:26:30.396544 [ 3 ] {} <Debug> HTTP-Session: 36b74943-e118-44a7-9914-f4d3a29e3baf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
955 | 2024.07.05 23:26:30.396559 [ 3 ] {} <Debug> HTTP-Session: 36b74943-e118-44a7-9914-f4d3a29e3baf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
956 | 2024.07.05 23:26:30.396589 [ 3 ] {} <Trace> HTTP-Session: 36b74943-e118-44a7-9914-f4d3a29e3baf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
957 | 2024.07.05 23:26:30.396712 [ 3 ] {07cc8983-b3d4-42b7-aaea-0ff9d5147882} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent') FORMAT JSONEachRow; (stage: Complete) | ||
958 | 2024.07.05 23:26:30.397040 [ 3 ] {07cc8983-b3d4-42b7-aaea-0ff9d5147882} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
959 | 2024.07.05 23:26:30.397090 [ 3 ] {07cc8983-b3d4-42b7-aaea-0ff9d5147882} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
960 | 2024.07.05 23:26:30.397940 [ 3 ] {07cc8983-b3d4-42b7-aaea-0ff9d5147882} <Debug> DynamicQueryHandler: Done processing query | ||
961 | 2024.07.05 23:26:30.397966 [ 3 ] {07cc8983-b3d4-42b7-aaea-0ff9d5147882} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
962 | 2024.07.05 23:26:30.397983 [ 3 ] {} <Debug> HTTP-Session: 36b74943-e118-44a7-9914-f4d3a29e3baf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
963 | 2024.07.05 23:26:30.398182 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 490, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
964 | 2024.07.05 23:26:30.398228 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
965 | 2024.07.05 23:26:30.398247 [ 3 ] {} <Debug> HTTP-Session: 1b8178ba-33e3-4079-bf21-96c59f9c0ec7 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
966 | 2024.07.05 23:26:30.398263 [ 3 ] {} <Debug> HTTP-Session: 1b8178ba-33e3-4079-bf21-96c59f9c0ec7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
967 | 2024.07.05 23:26:30.398277 [ 3 ] {} <Debug> HTTP-Session: 1b8178ba-33e3-4079-bf21-96c59f9c0ec7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
968 | 2024.07.05 23:26:30.398307 [ 3 ] {} <Trace> HTTP-Session: 1b8178ba-33e3-4079-bf21-96c59f9c0ec7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
969 | 2024.07.05 23:26:30.398436 [ 3 ] {4eff5a86-ec03-4f68-b421-4c4437c6f10a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT JSONEachRow; (stage: Complete) | ||
970 | 2024.07.05 23:26:30.398766 [ 3 ] {4eff5a86-ec03-4f68-b421-4c4437c6f10a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
971 | 2024.07.05 23:26:30.398816 [ 3 ] {4eff5a86-ec03-4f68-b421-4c4437c6f10a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
972 | 2024.07.05 23:26:30.399674 [ 3 ] {4eff5a86-ec03-4f68-b421-4c4437c6f10a} <Debug> DynamicQueryHandler: Done processing query | ||
973 | 2024.07.05 23:26:30.399699 [ 3 ] {4eff5a86-ec03-4f68-b421-4c4437c6f10a} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
974 | 2024.07.05 23:26:30.399715 [ 3 ] {} <Debug> HTTP-Session: 1b8178ba-33e3-4079-bf21-96c59f9c0ec7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
975 | 2024.07.05 23:26:30.399936 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 522, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
976 | 2024.07.05 23:26:30.399982 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
977 | 2024.07.05 23:26:30.400001 [ 3 ] {} <Debug> HTTP-Session: 050f118a-7f69-43f6-af0d-b088d633abd8 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
978 | 2024.07.05 23:26:30.400017 [ 3 ] {} <Debug> HTTP-Session: 050f118a-7f69-43f6-af0d-b088d633abd8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
979 | 2024.07.05 23:26:30.400031 [ 3 ] {} <Debug> HTTP-Session: 050f118a-7f69-43f6-af0d-b088d633abd8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
980 | 2024.07.05 23:26:30.400061 [ 3 ] {} <Trace> HTTP-Session: 050f118a-7f69-43f6-af0d-b088d633abd8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
981 | 2024.07.05 23:26:30.400188 [ 3 ] {272b7366-611a-45ea-b660-2dd535f0d191} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT JSONEachRow; (stage: Complete) | ||
982 | 2024.07.05 23:26:30.400507 [ 3 ] {272b7366-611a-45ea-b660-2dd535f0d191} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
983 | 2024.07.05 23:26:30.400554 [ 3 ] {272b7366-611a-45ea-b660-2dd535f0d191} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
984 | 2024.07.05 23:26:30.401451 [ 3 ] {272b7366-611a-45ea-b660-2dd535f0d191} <Debug> DynamicQueryHandler: Done processing query | ||
985 | 2024.07.05 23:26:30.401477 [ 3 ] {272b7366-611a-45ea-b660-2dd535f0d191} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
986 | 2024.07.05 23:26:30.401495 [ 3 ] {} <Debug> HTTP-Session: 050f118a-7f69-43f6-af0d-b088d633abd8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
987 | 2024.07.05 23:26:30.401724 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 564, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
988 | 2024.07.05 23:26:30.401771 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
989 | 2024.07.05 23:26:30.401790 [ 3 ] {} <Debug> HTTP-Session: c46d4f92-3aca-4d1d-8ada-095774c44bbb Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
990 | 2024.07.05 23:26:30.401806 [ 3 ] {} <Debug> HTTP-Session: c46d4f92-3aca-4d1d-8ada-095774c44bbb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
991 | 2024.07.05 23:26:30.401820 [ 3 ] {} <Debug> HTTP-Session: c46d4f92-3aca-4d1d-8ada-095774c44bbb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
992 | 2024.07.05 23:26:30.401850 [ 3 ] {} <Trace> HTTP-Session: c46d4f92-3aca-4d1d-8ada-095774c44bbb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
993 | 2024.07.05 23:26:30.401976 [ 3 ] {9b879082-c91b-4303-94ef-0feaaf7ae5af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT JSONEachRow; (stage: Complete) | ||
994 | 2024.07.05 23:26:30.402313 [ 3 ] {9b879082-c91b-4303-94ef-0feaaf7ae5af} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
995 | 2024.07.05 23:26:30.402364 [ 3 ] {9b879082-c91b-4303-94ef-0feaaf7ae5af} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
996 | 2024.07.05 23:26:30.403288 [ 3 ] {9b879082-c91b-4303-94ef-0feaaf7ae5af} <Debug> DynamicQueryHandler: Done processing query | ||
997 | 2024.07.05 23:26:30.403313 [ 3 ] {9b879082-c91b-4303-94ef-0feaaf7ae5af} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
998 | 2024.07.05 23:26:30.403330 [ 3 ] {} <Debug> HTTP-Session: c46d4f92-3aca-4d1d-8ada-095774c44bbb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
999 | 2024.07.05 23:26:30.406865 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1000 | 2024.07.05 23:26:30.406923 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1001 | 2024.07.05 23:26:30.406945 [ 3 ] {} <Debug> HTTP-Session: 5fa48d8d-d1e3-4f5a-af88-78d6a3f0c6d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
1002 | 2024.07.05 23:26:30.406966 [ 3 ] {} <Debug> HTTP-Session: 5fa48d8d-d1e3-4f5a-af88-78d6a3f0c6d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1003 | 2024.07.05 23:26:30.406983 [ 3 ] {} <Debug> HTTP-Session: 5fa48d8d-d1e3-4f5a-af88-78d6a3f0c6d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1004 | 2024.07.05 23:26:30.407019 [ 3 ] {} <Trace> HTTP-Session: 5fa48d8d-d1e3-4f5a-af88-78d6a3f0c6d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1005 | 2024.07.05 23:26:30.407177 [ 3 ] {aa3192c6-a399-472e-a3d7-692627c5a55b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT JSONEachRow; (stage: Complete) | ||
1006 | 2024.07.05 23:26:30.407530 [ 3 ] {aa3192c6-a399-472e-a3d7-692627c5a55b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1007 | 2024.07.05 23:26:30.407580 [ 3 ] {aa3192c6-a399-472e-a3d7-692627c5a55b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1008 | 2024.07.05 23:26:30.408513 [ 3 ] {aa3192c6-a399-472e-a3d7-692627c5a55b} <Debug> DynamicQueryHandler: Done processing query | ||
1009 | 2024.07.05 23:26:30.408538 [ 3 ] {aa3192c6-a399-472e-a3d7-692627c5a55b} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1010 | 2024.07.05 23:26:30.408554 [ 3 ] {} <Debug> HTTP-Session: 5fa48d8d-d1e3-4f5a-af88-78d6a3f0c6d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1011 | 2024.07.05 23:26:30.408842 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 644, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1012 | 2024.07.05 23:26:30.408890 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1013 | 2024.07.05 23:26:30.408908 [ 3 ] {} <Debug> HTTP-Session: ce6ed9d7-fa4e-411a-8db0-460770eba9c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
1014 | 2024.07.05 23:26:30.408924 [ 3 ] {} <Debug> HTTP-Session: ce6ed9d7-fa4e-411a-8db0-460770eba9c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1015 | 2024.07.05 23:26:30.408938 [ 3 ] {} <Debug> HTTP-Session: ce6ed9d7-fa4e-411a-8db0-460770eba9c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1016 | 2024.07.05 23:26:30.408968 [ 3 ] {} <Trace> HTTP-Session: ce6ed9d7-fa4e-411a-8db0-460770eba9c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1017 | 2024.07.05 23:26:30.409096 [ 3 ] {f42f56d0-a0e9-44e3-96e6-b2cbd4b95f83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'static_routing_config:static_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1018 | 2024.07.05 23:26:30.409449 [ 3 ] {f42f56d0-a0e9-44e3-96e6-b2cbd4b95f83} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1019 | 2024.07.05 23:26:30.409499 [ 3 ] {f42f56d0-a0e9-44e3-96e6-b2cbd4b95f83} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1020 | 2024.07.05 23:26:30.410343 [ 3 ] {f42f56d0-a0e9-44e3-96e6-b2cbd4b95f83} <Debug> DynamicQueryHandler: Done processing query | ||
1021 | 2024.07.05 23:26:30.410369 [ 3 ] {f42f56d0-a0e9-44e3-96e6-b2cbd4b95f83} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1022 | 2024.07.05 23:26:30.410386 [ 3 ] {} <Debug> HTTP-Session: ce6ed9d7-fa4e-411a-8db0-460770eba9c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1023 | 2024.07.05 23:26:30.410597 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 685, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1024 | 2024.07.05 23:26:30.410644 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1025 | 2024.07.05 23:26:30.410662 [ 3 ] {} <Debug> HTTP-Session: bf71114b-5f63-4c21-af8c-7a26d7208359 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
1026 | 2024.07.05 23:26:30.410679 [ 3 ] {} <Debug> HTTP-Session: bf71114b-5f63-4c21-af8c-7a26d7208359 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1027 | 2024.07.05 23:26:30.410692 [ 3 ] {} <Debug> HTTP-Session: bf71114b-5f63-4c21-af8c-7a26d7208359 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1028 | 2024.07.05 23:26:30.410722 [ 3 ] {} <Trace> HTTP-Session: bf71114b-5f63-4c21-af8c-7a26d7208359 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1029 | 2024.07.05 23:26:30.410850 [ 3 ] {f65e70a6-7418-4960-8925-fdb5e3d77645} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1030 | 2024.07.05 23:26:30.411201 [ 3 ] {f65e70a6-7418-4960-8925-fdb5e3d77645} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1031 | 2024.07.05 23:26:30.411252 [ 3 ] {f65e70a6-7418-4960-8925-fdb5e3d77645} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1032 | 2024.07.05 23:26:30.412154 [ 3 ] {f65e70a6-7418-4960-8925-fdb5e3d77645} <Debug> DynamicQueryHandler: Done processing query | ||
1033 | 2024.07.05 23:26:30.412179 [ 3 ] {f65e70a6-7418-4960-8925-fdb5e3d77645} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1034 | 2024.07.05 23:26:30.412195 [ 3 ] {} <Debug> HTTP-Session: bf71114b-5f63-4c21-af8c-7a26d7208359 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1035 | 2024.07.05 23:26:30.412607 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 713, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1036 | 2024.07.05 23:26:30.412654 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1037 | 2024.07.05 23:26:30.412673 [ 3 ] {} <Debug> HTTP-Session: dce6382e-223b-4317-aefa-04eec4ac3884 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
1038 | 2024.07.05 23:26:30.412690 [ 3 ] {} <Debug> HTTP-Session: dce6382e-223b-4317-aefa-04eec4ac3884 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1039 | 2024.07.05 23:26:30.412704 [ 3 ] {} <Debug> HTTP-Session: dce6382e-223b-4317-aefa-04eec4ac3884 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1040 | 2024.07.05 23:26:30.412734 [ 3 ] {} <Trace> HTTP-Session: dce6382e-223b-4317-aefa-04eec4ac3884 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1041 | 2024.07.05 23:26:30.412866 [ 3 ] {d3f1a517-c2fd-4292-8e43-119b84f23466} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1042 | 2024.07.05 23:26:30.413217 [ 3 ] {d3f1a517-c2fd-4292-8e43-119b84f23466} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1043 | 2024.07.05 23:26:30.413267 [ 3 ] {d3f1a517-c2fd-4292-8e43-119b84f23466} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1044 | 2024.07.05 23:26:30.414062 [ 3 ] {d3f1a517-c2fd-4292-8e43-119b84f23466} <Debug> DynamicQueryHandler: Done processing query | ||
1045 | 2024.07.05 23:26:30.414085 [ 3 ] {d3f1a517-c2fd-4292-8e43-119b84f23466} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1046 | 2024.07.05 23:26:30.414100 [ 3 ] {} <Debug> HTTP-Session: dce6382e-223b-4317-aefa-04eec4ac3884 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1047 | 2024.07.05 23:26:30.415440 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 5000, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1048 | 2024.07.05 23:26:30.415485 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1049 | 2024.07.05 23:26:30.415503 [ 3 ] {} <Debug> HTTP-Session: 1318b76c-497b-4c1c-9a07-aa706d49c63c Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
1050 | 2024.07.05 23:26:30.415520 [ 3 ] {} <Debug> HTTP-Session: 1318b76c-497b-4c1c-9a07-aa706d49c63c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1051 | 2024.07.05 23:26:30.415534 [ 3 ] {} <Debug> HTTP-Session: 1318b76c-497b-4c1c-9a07-aa706d49c63c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1052 | 2024.07.05 23:26:30.415564 [ 3 ] {} <Trace> HTTP-Session: 1318b76c-497b-4c1c-9a07-aa706d49c63c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1053 | 2024.07.05 23:26:30.415688 [ 3 ] {17851b77-4ad9-4a2f-af3e-b302a5794e92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
1054 | 2024.07.05 23:26:30.415733 [ 3 ] {17851b77-4ad9-4a2f-af3e-b302a5794e92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1055 | 2024.07.05 23:26:30.415921 [ 3 ] {17851b77-4ad9-4a2f-af3e-b302a5794e92} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1056 | 2024.07.05 23:26:30.416420 [ 3 ] {17851b77-4ad9-4a2f-af3e-b302a5794e92} <Trace> oximeter.timeseries_schema (f89da0a6-df14-4137-aa63-4eba12bb476a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1057 | 2024.07.05 23:26:30.416460 [ 3 ] {17851b77-4ad9-4a2f-af3e-b302a5794e92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
1058 | 2024.07.05 23:26:30.417152 [ 3 ] {17851b77-4ad9-4a2f-af3e-b302a5794e92} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1059 | 2024.07.05 23:26:30.417722 [ 3 ] {17851b77-4ad9-4a2f-af3e-b302a5794e92} <Trace> oximeter.timeseries_schema (f89da0a6-df14-4137-aa63-4eba12bb476a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1060 | 2024.07.05 23:26:30.417870 [ 3 ] {17851b77-4ad9-4a2f-af3e-b302a5794e92} <Debug> executeQuery: Read 18 rows, 2.52 KiB in 0.00223 sec., 8071.748878923766 rows/sec., 1.10 MiB/sec. | ||
1061 | 2024.07.05 23:26:30.418182 [ 3 ] {17851b77-4ad9-4a2f-af3e-b302a5794e92} <Debug> DynamicQueryHandler: Done processing query | ||
1062 | 2024.07.05 23:26:30.418207 [ 3 ] {17851b77-4ad9-4a2f-af3e-b302a5794e92} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
1063 | 2024.07.05 23:26:30.418223 [ 3 ] {} <Debug> HTTP-Session: 1318b76c-497b-4c1c-9a07-aa706d49c63c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1064 | 2024.07.05 23:26:30.418365 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 4180, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1065 | 2024.07.05 23:26:30.418414 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1066 | 2024.07.05 23:26:30.418433 [ 3 ] {} <Debug> HTTP-Session: f6f7c3f4-9c25-435e-8bb6-ad75de2cff68 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
1067 | 2024.07.05 23:26:30.418450 [ 3 ] {} <Debug> HTTP-Session: f6f7c3f4-9c25-435e-8bb6-ad75de2cff68 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1068 | 2024.07.05 23:26:30.418463 [ 3 ] {} <Debug> HTTP-Session: f6f7c3f4-9c25-435e-8bb6-ad75de2cff68 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1069 | 2024.07.05 23:26:30.418493 [ 3 ] {} <Trace> HTTP-Session: f6f7c3f4-9c25-435e-8bb6-ad75de2cff68 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1070 | 2024.07.05 23:26:30.418602 [ 3 ] {7494550d-2cb1-47bc-8812-8f7aec827d56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1071 | 2024.07.05 23:26:30.418645 [ 3 ] {7494550d-2cb1-47bc-8812-8f7aec827d56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1072 | 2024.07.05 23:26:30.418785 [ 3 ] {7494550d-2cb1-47bc-8812-8f7aec827d56} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1073 | 2024.07.05 23:26:30.419759 [ 3 ] {7494550d-2cb1-47bc-8812-8f7aec827d56} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1074 | 2024.07.05 23:26:30.419794 [ 3 ] {7494550d-2cb1-47bc-8812-8f7aec827d56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
1075 | 2024.07.05 23:26:30.420275 [ 3 ] {7494550d-2cb1-47bc-8812-8f7aec827d56} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1076 | 2024.07.05 23:26:30.420854 [ 3 ] {7494550d-2cb1-47bc-8812-8f7aec827d56} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1077 | 2024.07.05 23:26:30.421003 [ 3 ] {7494550d-2cb1-47bc-8812-8f7aec827d56} <Debug> executeQuery: Read 30 rows, 2.32 KiB in 0.002435 sec., 12320.328542094456 rows/sec., 951.30 KiB/sec. | ||
1078 | 2024.07.05 23:26:30.421167 [ 3 ] {7494550d-2cb1-47bc-8812-8f7aec827d56} <Debug> DynamicQueryHandler: Done processing query | ||
1079 | 2024.07.05 23:26:30.421191 [ 3 ] {7494550d-2cb1-47bc-8812-8f7aec827d56} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1080 | 2024.07.05 23:26:30.421207 [ 3 ] {} <Debug> HTTP-Session: f6f7c3f4-9c25-435e-8bb6-ad75de2cff68 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1081 | 2024.07.05 23:26:30.421329 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 6146, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1082 | 2024.07.05 23:26:30.421376 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1083 | 2024.07.05 23:26:30.421394 [ 3 ] {} <Debug> HTTP-Session: 5a683d73-9481-43ff-a54f-4ebdb4f49372 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
1084 | 2024.07.05 23:26:30.421411 [ 3 ] {} <Debug> HTTP-Session: 5a683d73-9481-43ff-a54f-4ebdb4f49372 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1085 | 2024.07.05 23:26:30.421425 [ 3 ] {} <Debug> HTTP-Session: 5a683d73-9481-43ff-a54f-4ebdb4f49372 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1086 | 2024.07.05 23:26:30.421454 [ 3 ] {} <Trace> HTTP-Session: 5a683d73-9481-43ff-a54f-4ebdb4f49372 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1087 | 2024.07.05 23:26:30.421562 [ 3 ] {633e657a-4421-4b9e-8748-bb6e96ea826c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1088 | 2024.07.05 23:26:30.421604 [ 3 ] {633e657a-4421-4b9e-8748-bb6e96ea826c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1089 | 2024.07.05 23:26:30.422273 [ 3 ] {633e657a-4421-4b9e-8748-bb6e96ea826c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1090 | 2024.07.05 23:26:30.422620 [ 3 ] {633e657a-4421-4b9e-8748-bb6e96ea826c} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1091 | 2024.07.05 23:26:30.422657 [ 3 ] {633e657a-4421-4b9e-8748-bb6e96ea826c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
1092 | 2024.07.05 23:26:30.423657 [ 3 ] {633e657a-4421-4b9e-8748-bb6e96ea826c} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1093 | 2024.07.05 23:26:30.424292 [ 3 ] {633e657a-4421-4b9e-8748-bb6e96ea826c} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1094 | 2024.07.05 23:26:30.424439 [ 3 ] {633e657a-4421-4b9e-8748-bb6e96ea826c} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.002913 sec., 12358.39340885685 rows/sec., 988.30 KiB/sec. | ||
1095 | 2024.07.05 23:26:30.424601 [ 3 ] {633e657a-4421-4b9e-8748-bb6e96ea826c} <Debug> DynamicQueryHandler: Done processing query | ||
1096 | 2024.07.05 23:26:30.424625 [ 3 ] {633e657a-4421-4b9e-8748-bb6e96ea826c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1097 | 2024.07.05 23:26:30.424640 [ 3 ] {} <Debug> HTTP-Session: 5a683d73-9481-43ff-a54f-4ebdb4f49372 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1098 | 2024.07.05 23:26:30.424857 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 19902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1099 | 2024.07.05 23:26:30.424905 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1100 | 2024.07.05 23:26:30.424923 [ 3 ] {} <Debug> HTTP-Session: fce10f6d-4482-4e49-8fa5-502af7fa1a50 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
1101 | 2024.07.05 23:26:30.424940 [ 3 ] {} <Debug> HTTP-Session: fce10f6d-4482-4e49-8fa5-502af7fa1a50 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1102 | 2024.07.05 23:26:30.424954 [ 3 ] {} <Debug> HTTP-Session: fce10f6d-4482-4e49-8fa5-502af7fa1a50 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1103 | 2024.07.05 23:26:30.424983 [ 3 ] {} <Trace> HTTP-Session: fce10f6d-4482-4e49-8fa5-502af7fa1a50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1104 | 2024.07.05 23:26:30.425112 [ 3 ] {ef0754f0-de22-4239-9ab6-5bdda486df58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1105 | 2024.07.05 23:26:30.425158 [ 3 ] {ef0754f0-de22-4239-9ab6-5bdda486df58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1106 | 2024.07.05 23:26:30.425298 [ 3 ] {ef0754f0-de22-4239-9ab6-5bdda486df58} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1107 | 2024.07.05 23:26:30.426159 [ 3 ] {ef0754f0-de22-4239-9ab6-5bdda486df58} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1108 | 2024.07.05 23:26:30.426190 [ 3 ] {ef0754f0-de22-4239-9ab6-5bdda486df58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
1109 | 2024.07.05 23:26:30.426827 [ 3 ] {ef0754f0-de22-4239-9ab6-5bdda486df58} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1110 | 2024.07.05 23:26:30.427472 [ 3 ] {ef0754f0-de22-4239-9ab6-5bdda486df58} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1111 | 2024.07.05 23:26:30.427629 [ 3 ] {ef0754f0-de22-4239-9ab6-5bdda486df58} <Debug> executeQuery: Read 104 rows, 7.40 KiB in 0.002569 sec., 40482.67808485792 rows/sec., 2.81 MiB/sec. | ||
1112 | 2024.07.05 23:26:30.427786 [ 3 ] {ef0754f0-de22-4239-9ab6-5bdda486df58} <Debug> DynamicQueryHandler: Done processing query | ||
1113 | 2024.07.05 23:26:30.427810 [ 3 ] {ef0754f0-de22-4239-9ab6-5bdda486df58} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1114 | 2024.07.05 23:26:30.427826 [ 3 ] {} <Debug> HTTP-Session: fce10f6d-4482-4e49-8fa5-502af7fa1a50 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1115 | 2024.07.05 23:26:30.428027 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 5206, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1116 | 2024.07.05 23:26:30.428074 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1117 | 2024.07.05 23:26:30.428091 [ 3 ] {} <Debug> HTTP-Session: d464f8b3-1e15-458d-b316-95b851a0cc17 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
1118 | 2024.07.05 23:26:30.428107 [ 3 ] {} <Debug> HTTP-Session: d464f8b3-1e15-458d-b316-95b851a0cc17 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1119 | 2024.07.05 23:26:30.428121 [ 3 ] {} <Debug> HTTP-Session: d464f8b3-1e15-458d-b316-95b851a0cc17 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1120 | 2024.07.05 23:26:30.428151 [ 3 ] {} <Trace> HTTP-Session: d464f8b3-1e15-458d-b316-95b851a0cc17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1121 | 2024.07.05 23:26:30.428250 [ 3 ] {64b25615-9a6d-4c68-9962-dad4a44ac6ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1122 | 2024.07.05 23:26:30.428294 [ 3 ] {64b25615-9a6d-4c68-9962-dad4a44ac6ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1123 | 2024.07.05 23:26:30.428421 [ 3 ] {64b25615-9a6d-4c68-9962-dad4a44ac6ce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1124 | 2024.07.05 23:26:30.428704 [ 3 ] {64b25615-9a6d-4c68-9962-dad4a44ac6ce} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1125 | 2024.07.05 23:26:30.428739 [ 3 ] {64b25615-9a6d-4c68-9962-dad4a44ac6ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
1126 | 2024.07.05 23:26:30.429240 [ 3 ] {64b25615-9a6d-4c68-9962-dad4a44ac6ce} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1127 | 2024.07.05 23:26:30.429868 [ 3 ] {64b25615-9a6d-4c68-9962-dad4a44ac6ce} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1128 | 2024.07.05 23:26:30.430015 [ 3 ] {64b25615-9a6d-4c68-9962-dad4a44ac6ce} <Debug> executeQuery: Read 34 rows, 2.36 KiB in 0.001795 sec., 18941.504178272982 rows/sec., 1.28 MiB/sec. | ||
1129 | 2024.07.05 23:26:30.430176 [ 3 ] {64b25615-9a6d-4c68-9962-dad4a44ac6ce} <Debug> DynamicQueryHandler: Done processing query | ||
1130 | 2024.07.05 23:26:30.430201 [ 3 ] {64b25615-9a6d-4c68-9962-dad4a44ac6ce} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1131 | 2024.07.05 23:26:30.430216 [ 3 ] {} <Debug> HTTP-Session: d464f8b3-1e15-458d-b316-95b851a0cc17 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1132 | 2024.07.05 23:26:35.376353 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 7809, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1133 | 2024.07.05 23:26:35.376498 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1134 | 2024.07.05 23:26:35.376528 [ 3 ] {} <Debug> HTTP-Session: c4a5e25e-55a8-4339-8627-94db7a0bd7fa Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
1135 | 2024.07.05 23:26:35.376558 [ 3 ] {} <Debug> HTTP-Session: c4a5e25e-55a8-4339-8627-94db7a0bd7fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1136 | 2024.07.05 23:26:35.376578 [ 3 ] {} <Debug> HTTP-Session: c4a5e25e-55a8-4339-8627-94db7a0bd7fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1137 | 2024.07.05 23:26:35.376634 [ 3 ] {} <Trace> HTTP-Session: c4a5e25e-55a8-4339-8627-94db7a0bd7fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1138 | 2024.07.05 23:26:35.376863 [ 3 ] {fe0dfc01-e279-46e9-b8ad-c8f9d03a9a3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1139 | 2024.07.05 23:26:35.376938 [ 3 ] {fe0dfc01-e279-46e9-b8ad-c8f9d03a9a3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1140 | 2024.07.05 23:26:35.377129 [ 3 ] {fe0dfc01-e279-46e9-b8ad-c8f9d03a9a3c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1141 | 2024.07.05 23:26:35.377611 [ 3 ] {fe0dfc01-e279-46e9-b8ad-c8f9d03a9a3c} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1142 | 2024.07.05 23:26:35.377653 [ 3 ] {fe0dfc01-e279-46e9-b8ad-c8f9d03a9a3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
1143 | 2024.07.05 23:26:35.378190 [ 3 ] {fe0dfc01-e279-46e9-b8ad-c8f9d03a9a3c} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1144 | 2024.07.05 23:26:35.378812 [ 3 ] {fe0dfc01-e279-46e9-b8ad-c8f9d03a9a3c} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1145 | 2024.07.05 23:26:35.378988 [ 3 ] {fe0dfc01-e279-46e9-b8ad-c8f9d03a9a3c} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002205 sec., 25396.8253968254 rows/sec., 1.94 MiB/sec. | ||
1146 | 2024.07.05 23:26:35.379286 [ 3 ] {fe0dfc01-e279-46e9-b8ad-c8f9d03a9a3c} <Debug> DynamicQueryHandler: Done processing query | ||
1147 | 2024.07.05 23:26:35.379314 [ 3 ] {fe0dfc01-e279-46e9-b8ad-c8f9d03a9a3c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1148 | 2024.07.05 23:26:35.379331 [ 3 ] {} <Debug> HTTP-Session: c4a5e25e-55a8-4339-8627-94db7a0bd7fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1149 | 2024.07.05 23:26:35.379508 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 10884, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1150 | 2024.07.05 23:26:35.379557 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1151 | 2024.07.05 23:26:35.379576 [ 3 ] {} <Debug> HTTP-Session: 3aefc347-f4ca-4cc4-86af-494d5a48fa0a Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
1152 | 2024.07.05 23:26:35.379593 [ 3 ] {} <Debug> HTTP-Session: 3aefc347-f4ca-4cc4-86af-494d5a48fa0a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1153 | 2024.07.05 23:26:35.379607 [ 3 ] {} <Debug> HTTP-Session: 3aefc347-f4ca-4cc4-86af-494d5a48fa0a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1154 | 2024.07.05 23:26:35.379638 [ 3 ] {} <Trace> HTTP-Session: 3aefc347-f4ca-4cc4-86af-494d5a48fa0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1155 | 2024.07.05 23:26:35.379758 [ 3 ] {03a4dd8e-c94a-4d58-85c6-8f88da386b58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1156 | 2024.07.05 23:26:35.379803 [ 3 ] {03a4dd8e-c94a-4d58-85c6-8f88da386b58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1157 | 2024.07.05 23:26:35.379947 [ 3 ] {03a4dd8e-c94a-4d58-85c6-8f88da386b58} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1158 | 2024.07.05 23:26:35.380289 [ 3 ] {03a4dd8e-c94a-4d58-85c6-8f88da386b58} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1159 | 2024.07.05 23:26:35.380325 [ 3 ] {03a4dd8e-c94a-4d58-85c6-8f88da386b58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
1160 | 2024.07.05 23:26:35.380775 [ 3 ] {03a4dd8e-c94a-4d58-85c6-8f88da386b58} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1161 | 2024.07.05 23:26:35.381388 [ 3 ] {03a4dd8e-c94a-4d58-85c6-8f88da386b58} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1162 | 2024.07.05 23:26:35.381512 [ 3 ] {03a4dd8e-c94a-4d58-85c6-8f88da386b58} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001797 sec., 35614.913745130776 rows/sec., 2.78 MiB/sec. | ||
1163 | 2024.07.05 23:26:35.381674 [ 3 ] {03a4dd8e-c94a-4d58-85c6-8f88da386b58} <Debug> DynamicQueryHandler: Done processing query | ||
1164 | 2024.07.05 23:26:35.381699 [ 3 ] {03a4dd8e-c94a-4d58-85c6-8f88da386b58} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1165 | 2024.07.05 23:26:35.381715 [ 3 ] {} <Debug> HTTP-Session: 3aefc347-f4ca-4cc4-86af-494d5a48fa0a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1166 | 2024.07.05 23:26:35.382117 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 24880, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1167 | 2024.07.05 23:26:35.382166 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1168 | 2024.07.05 23:26:35.382185 [ 3 ] {} <Debug> HTTP-Session: 4890b891-0b31-4ada-b721-94c7b78cefbd Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
1169 | 2024.07.05 23:26:35.382201 [ 3 ] {} <Debug> HTTP-Session: 4890b891-0b31-4ada-b721-94c7b78cefbd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1170 | 2024.07.05 23:26:35.382216 [ 3 ] {} <Debug> HTTP-Session: 4890b891-0b31-4ada-b721-94c7b78cefbd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1171 | 2024.07.05 23:26:35.382247 [ 3 ] {} <Trace> HTTP-Session: 4890b891-0b31-4ada-b721-94c7b78cefbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1172 | 2024.07.05 23:26:35.382382 [ 3 ] {e0247bb4-d590-46ee-8c3a-5d300bfab512} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1173 | 2024.07.05 23:26:35.382430 [ 3 ] {e0247bb4-d590-46ee-8c3a-5d300bfab512} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1174 | 2024.07.05 23:26:35.382573 [ 3 ] {e0247bb4-d590-46ee-8c3a-5d300bfab512} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1175 | 2024.07.05 23:26:35.382963 [ 3 ] {e0247bb4-d590-46ee-8c3a-5d300bfab512} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1176 | 2024.07.05 23:26:35.382999 [ 3 ] {e0247bb4-d590-46ee-8c3a-5d300bfab512} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
1177 | 2024.07.05 23:26:35.383512 [ 3 ] {e0247bb4-d590-46ee-8c3a-5d300bfab512} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1178 | 2024.07.05 23:26:35.384161 [ 3 ] {e0247bb4-d590-46ee-8c3a-5d300bfab512} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1179 | 2024.07.05 23:26:35.384293 [ 3 ] {e0247bb4-d590-46ee-8c3a-5d300bfab512} <Debug> executeQuery: Read 130 rows, 9.28 KiB in 0.001971 sec., 65956.36732623033 rows/sec., 4.60 MiB/sec. | ||
1180 | 2024.07.05 23:26:35.384446 [ 3 ] {e0247bb4-d590-46ee-8c3a-5d300bfab512} <Debug> DynamicQueryHandler: Done processing query | ||
1181 | 2024.07.05 23:26:35.384471 [ 3 ] {e0247bb4-d590-46ee-8c3a-5d300bfab512} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
1182 | 2024.07.05 23:26:35.384487 [ 3 ] {} <Debug> HTTP-Session: 4890b891-0b31-4ada-b721-94c7b78cefbd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1183 | 2024.07.05 23:26:35.384677 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 7289, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1184 | 2024.07.05 23:26:35.384725 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1185 | 2024.07.05 23:26:35.384746 [ 3 ] {} <Debug> HTTP-Session: e7b072aa-91a1-4061-8b89-7d199111f673 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
1186 | 2024.07.05 23:26:35.384762 [ 3 ] {} <Debug> HTTP-Session: e7b072aa-91a1-4061-8b89-7d199111f673 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1187 | 2024.07.05 23:26:35.384777 [ 3 ] {} <Debug> HTTP-Session: e7b072aa-91a1-4061-8b89-7d199111f673 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1188 | 2024.07.05 23:26:35.384807 [ 3 ] {} <Trace> HTTP-Session: e7b072aa-91a1-4061-8b89-7d199111f673 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1189 | 2024.07.05 23:26:35.384925 [ 3 ] {668629e9-0904-4f56-98b1-b0b82fbc549d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1190 | 2024.07.05 23:26:35.384970 [ 3 ] {668629e9-0904-4f56-98b1-b0b82fbc549d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1191 | 2024.07.05 23:26:35.385096 [ 3 ] {668629e9-0904-4f56-98b1-b0b82fbc549d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1192 | 2024.07.05 23:26:35.385384 [ 3 ] {668629e9-0904-4f56-98b1-b0b82fbc549d} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1193 | 2024.07.05 23:26:35.385421 [ 3 ] {668629e9-0904-4f56-98b1-b0b82fbc549d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
1194 | 2024.07.05 23:26:35.385922 [ 3 ] {668629e9-0904-4f56-98b1-b0b82fbc549d} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1195 | 2024.07.05 23:26:35.386518 [ 3 ] {668629e9-0904-4f56-98b1-b0b82fbc549d} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1196 | 2024.07.05 23:26:35.386634 [ 3 ] {668629e9-0904-4f56-98b1-b0b82fbc549d} <Debug> executeQuery: Read 48 rows, 3.30 KiB in 0.001815 sec., 26446.280991735537 rows/sec., 1.77 MiB/sec. | ||
1197 | 2024.07.05 23:26:35.386859 [ 3 ] {668629e9-0904-4f56-98b1-b0b82fbc549d} <Debug> DynamicQueryHandler: Done processing query | ||
1198 | 2024.07.05 23:26:35.386883 [ 3 ] {668629e9-0904-4f56-98b1-b0b82fbc549d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1199 | 2024.07.05 23:26:35.386898 [ 3 ] {} <Debug> HTTP-Session: e7b072aa-91a1-4061-8b89-7d199111f673 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1200 | 2024.07.05 23:26:40.377673 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 7809, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1201 | 2024.07.05 23:26:40.377825 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1202 | 2024.07.05 23:26:40.377856 [ 3 ] {} <Debug> HTTP-Session: db3aaacb-c66e-46f4-8af1-80989eeb244e Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
1203 | 2024.07.05 23:26:40.377885 [ 3 ] {} <Debug> HTTP-Session: db3aaacb-c66e-46f4-8af1-80989eeb244e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1204 | 2024.07.05 23:26:40.377904 [ 3 ] {} <Debug> HTTP-Session: db3aaacb-c66e-46f4-8af1-80989eeb244e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1205 | 2024.07.05 23:26:40.377963 [ 3 ] {} <Trace> HTTP-Session: db3aaacb-c66e-46f4-8af1-80989eeb244e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1206 | 2024.07.05 23:26:40.378239 [ 3 ] {75419e4b-d456-4634-88c6-e5d38d62d7da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1207 | 2024.07.05 23:26:40.378327 [ 3 ] {75419e4b-d456-4634-88c6-e5d38d62d7da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1208 | 2024.07.05 23:26:40.378549 [ 3 ] {75419e4b-d456-4634-88c6-e5d38d62d7da} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1209 | 2024.07.05 23:26:40.379033 [ 3 ] {75419e4b-d456-4634-88c6-e5d38d62d7da} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1210 | 2024.07.05 23:26:40.379080 [ 3 ] {75419e4b-d456-4634-88c6-e5d38d62d7da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
1211 | 2024.07.05 23:26:40.379633 [ 3 ] {75419e4b-d456-4634-88c6-e5d38d62d7da} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1212 | 2024.07.05 23:26:40.380253 [ 3 ] {75419e4b-d456-4634-88c6-e5d38d62d7da} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1213 | 2024.07.05 23:26:40.380431 [ 3 ] {75419e4b-d456-4634-88c6-e5d38d62d7da} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002261 sec., 24767.80185758514 rows/sec., 1.89 MiB/sec. | ||
1214 | 2024.07.05 23:26:40.380744 [ 3 ] {75419e4b-d456-4634-88c6-e5d38d62d7da} <Debug> DynamicQueryHandler: Done processing query | ||
1215 | 2024.07.05 23:26:40.380771 [ 3 ] {75419e4b-d456-4634-88c6-e5d38d62d7da} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1216 | 2024.07.05 23:26:40.380788 [ 3 ] {} <Debug> HTTP-Session: db3aaacb-c66e-46f4-8af1-80989eeb244e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1217 | 2024.07.05 23:26:40.380970 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 10884, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1218 | 2024.07.05 23:26:40.381024 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1219 | 2024.07.05 23:26:40.381046 [ 3 ] {} <Debug> HTTP-Session: 8f3431dc-10db-4cb2-9930-f810362b7054 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
1220 | 2024.07.05 23:26:40.381064 [ 3 ] {} <Debug> HTTP-Session: 8f3431dc-10db-4cb2-9930-f810362b7054 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1221 | 2024.07.05 23:26:40.381078 [ 3 ] {} <Debug> HTTP-Session: 8f3431dc-10db-4cb2-9930-f810362b7054 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1222 | 2024.07.05 23:26:40.381115 [ 3 ] {} <Trace> HTTP-Session: 8f3431dc-10db-4cb2-9930-f810362b7054 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1223 | 2024.07.05 23:26:40.381248 [ 3 ] {cb4e6f0a-0a12-4dcd-8b9e-8b936247d10c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1224 | 2024.07.05 23:26:40.381297 [ 3 ] {cb4e6f0a-0a12-4dcd-8b9e-8b936247d10c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1225 | 2024.07.05 23:26:40.381445 [ 3 ] {cb4e6f0a-0a12-4dcd-8b9e-8b936247d10c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1226 | 2024.07.05 23:26:40.381801 [ 3 ] {cb4e6f0a-0a12-4dcd-8b9e-8b936247d10c} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1227 | 2024.07.05 23:26:40.381839 [ 3 ] {cb4e6f0a-0a12-4dcd-8b9e-8b936247d10c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
1228 | 2024.07.05 23:26:40.382300 [ 3 ] {cb4e6f0a-0a12-4dcd-8b9e-8b936247d10c} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1229 | 2024.07.05 23:26:40.382888 [ 3 ] {cb4e6f0a-0a12-4dcd-8b9e-8b936247d10c} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1230 | 2024.07.05 23:26:40.383048 [ 3 ] {cb4e6f0a-0a12-4dcd-8b9e-8b936247d10c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001839 sec., 34801.52256661229 rows/sec., 2.72 MiB/sec. | ||
1231 | 2024.07.05 23:26:40.383236 [ 3 ] {cb4e6f0a-0a12-4dcd-8b9e-8b936247d10c} <Debug> DynamicQueryHandler: Done processing query | ||
1232 | 2024.07.05 23:26:40.383261 [ 3 ] {cb4e6f0a-0a12-4dcd-8b9e-8b936247d10c} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1233 | 2024.07.05 23:26:40.383278 [ 3 ] {} <Debug> HTTP-Session: 8f3431dc-10db-4cb2-9930-f810362b7054 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1234 | 2024.07.05 23:26:40.383546 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 30592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1235 | 2024.07.05 23:26:40.383598 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1236 | 2024.07.05 23:26:40.383618 [ 3 ] {} <Debug> HTTP-Session: 0ca2c41d-72de-4d88-8852-cf960b0e8459 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
1237 | 2024.07.05 23:26:40.383635 [ 3 ] {} <Debug> HTTP-Session: 0ca2c41d-72de-4d88-8852-cf960b0e8459 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1238 | 2024.07.05 23:26:40.383649 [ 3 ] {} <Debug> HTTP-Session: 0ca2c41d-72de-4d88-8852-cf960b0e8459 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1239 | 2024.07.05 23:26:40.383683 [ 3 ] {} <Trace> HTTP-Session: 0ca2c41d-72de-4d88-8852-cf960b0e8459 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1240 | 2024.07.05 23:26:40.383837 [ 3 ] {79073cff-7a4d-4ccc-97a5-956c9e8e2ca4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1241 | 2024.07.05 23:26:40.383887 [ 3 ] {79073cff-7a4d-4ccc-97a5-956c9e8e2ca4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1242 | 2024.07.05 23:26:40.384030 [ 3 ] {79073cff-7a4d-4ccc-97a5-956c9e8e2ca4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1243 | 2024.07.05 23:26:40.384471 [ 3 ] {79073cff-7a4d-4ccc-97a5-956c9e8e2ca4} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1244 | 2024.07.05 23:26:40.384506 [ 3 ] {79073cff-7a4d-4ccc-97a5-956c9e8e2ca4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
1245 | 2024.07.05 23:26:40.385018 [ 3 ] {79073cff-7a4d-4ccc-97a5-956c9e8e2ca4} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1246 | 2024.07.05 23:26:40.385779 [ 3 ] {79073cff-7a4d-4ccc-97a5-956c9e8e2ca4} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1247 | 2024.07.05 23:26:40.385941 [ 3 ] {79073cff-7a4d-4ccc-97a5-956c9e8e2ca4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002177 sec., 73495.63619660083 rows/sec., 5.12 MiB/sec. | ||
1248 | 2024.07.05 23:26:40.386112 [ 3 ] {79073cff-7a4d-4ccc-97a5-956c9e8e2ca4} <Debug> DynamicQueryHandler: Done processing query | ||
1249 | 2024.07.05 23:26:40.386136 [ 3 ] {79073cff-7a4d-4ccc-97a5-956c9e8e2ca4} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
1250 | 2024.07.05 23:26:40.386153 [ 3 ] {} <Debug> HTTP-Session: 0ca2c41d-72de-4d88-8852-cf960b0e8459 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1251 | 2024.07.05 23:26:40.386289 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1252 | 2024.07.05 23:26:40.386339 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1253 | 2024.07.05 23:26:40.386359 [ 3 ] {} <Debug> HTTP-Session: 3642b845-4b84-46d2-b481-05bed97640b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
1254 | 2024.07.05 23:26:40.386375 [ 3 ] {} <Debug> HTTP-Session: 3642b845-4b84-46d2-b481-05bed97640b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1255 | 2024.07.05 23:26:40.386390 [ 3 ] {} <Debug> HTTP-Session: 3642b845-4b84-46d2-b481-05bed97640b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1256 | 2024.07.05 23:26:40.386421 [ 3 ] {} <Trace> HTTP-Session: 3642b845-4b84-46d2-b481-05bed97640b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1257 | 2024.07.05 23:26:40.386540 [ 3 ] {57f51d8c-8ae0-45a3-9aaa-baca28640e83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1258 | 2024.07.05 23:26:40.386587 [ 3 ] {57f51d8c-8ae0-45a3-9aaa-baca28640e83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1259 | 2024.07.05 23:26:40.386711 [ 3 ] {57f51d8c-8ae0-45a3-9aaa-baca28640e83} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1260 | 2024.07.05 23:26:40.387017 [ 3 ] {57f51d8c-8ae0-45a3-9aaa-baca28640e83} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1261 | 2024.07.05 23:26:40.387053 [ 3 ] {57f51d8c-8ae0-45a3-9aaa-baca28640e83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
1262 | 2024.07.05 23:26:40.387540 [ 3 ] {57f51d8c-8ae0-45a3-9aaa-baca28640e83} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1263 | 2024.07.05 23:26:40.388190 [ 3 ] {57f51d8c-8ae0-45a3-9aaa-baca28640e83} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1264 | 2024.07.05 23:26:40.388355 [ 3 ] {57f51d8c-8ae0-45a3-9aaa-baca28640e83} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001858 sec., 32292.787944025833 rows/sec., 2.18 MiB/sec. | ||
1265 | 2024.07.05 23:26:40.388531 [ 3 ] {57f51d8c-8ae0-45a3-9aaa-baca28640e83} <Debug> DynamicQueryHandler: Done processing query | ||
1266 | 2024.07.05 23:26:40.388555 [ 3 ] {57f51d8c-8ae0-45a3-9aaa-baca28640e83} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1267 | 2024.07.05 23:26:40.388572 [ 3 ] {} <Debug> HTTP-Session: 3642b845-4b84-46d2-b481-05bed97640b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1268 | 2024.07.05 23:26:44.264812 [ 95 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1269 | 2024.07.05 23:26:44.264877 [ 95 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1270 | 2024.07.05 23:26:45.377920 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 7809, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1271 | 2024.07.05 23:26:45.378067 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1272 | 2024.07.05 23:26:45.378098 [ 3 ] {} <Debug> HTTP-Session: 07cce699-7c63-4030-848a-adbf6eca3d32 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
1273 | 2024.07.05 23:26:45.378126 [ 3 ] {} <Debug> HTTP-Session: 07cce699-7c63-4030-848a-adbf6eca3d32 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1274 | 2024.07.05 23:26:45.378145 [ 3 ] {} <Debug> HTTP-Session: 07cce699-7c63-4030-848a-adbf6eca3d32 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1275 | 2024.07.05 23:26:45.378203 [ 3 ] {} <Trace> HTTP-Session: 07cce699-7c63-4030-848a-adbf6eca3d32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1276 | 2024.07.05 23:26:45.378433 [ 3 ] {40102f26-8b8f-4a3d-9a91-4dabf054d06b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1277 | 2024.07.05 23:26:45.378511 [ 3 ] {40102f26-8b8f-4a3d-9a91-4dabf054d06b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1278 | 2024.07.05 23:26:45.378733 [ 3 ] {40102f26-8b8f-4a3d-9a91-4dabf054d06b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1279 | 2024.07.05 23:26:45.379367 [ 3 ] {40102f26-8b8f-4a3d-9a91-4dabf054d06b} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1280 | 2024.07.05 23:26:45.379415 [ 3 ] {40102f26-8b8f-4a3d-9a91-4dabf054d06b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
1281 | 2024.07.05 23:26:45.379935 [ 3 ] {40102f26-8b8f-4a3d-9a91-4dabf054d06b} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1282 | 2024.07.05 23:26:45.380503 [ 3 ] {40102f26-8b8f-4a3d-9a91-4dabf054d06b} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1283 | 2024.07.05 23:26:45.380688 [ 3 ] {40102f26-8b8f-4a3d-9a91-4dabf054d06b} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002328 sec., 24054.982817869415 rows/sec., 1.84 MiB/sec. | ||
1284 | 2024.07.05 23:26:45.380903 [ 3 ] {40102f26-8b8f-4a3d-9a91-4dabf054d06b} <Debug> DynamicQueryHandler: Done processing query | ||
1285 | 2024.07.05 23:26:45.380930 [ 3 ] {40102f26-8b8f-4a3d-9a91-4dabf054d06b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1286 | 2024.07.05 23:26:45.380947 [ 3 ] {} <Debug> HTTP-Session: 07cce699-7c63-4030-848a-adbf6eca3d32 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1287 | 2024.07.05 23:26:45.381120 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 10884, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1288 | 2024.07.05 23:26:45.381177 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1289 | 2024.07.05 23:26:45.381198 [ 3 ] {} <Debug> HTTP-Session: 6dfe24dc-65e2-4693-9da1-29f3bf67a2bb Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
1290 | 2024.07.05 23:26:45.381216 [ 3 ] {} <Debug> HTTP-Session: 6dfe24dc-65e2-4693-9da1-29f3bf67a2bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1291 | 2024.07.05 23:26:45.381230 [ 3 ] {} <Debug> HTTP-Session: 6dfe24dc-65e2-4693-9da1-29f3bf67a2bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1292 | 2024.07.05 23:26:45.381266 [ 3 ] {} <Trace> HTTP-Session: 6dfe24dc-65e2-4693-9da1-29f3bf67a2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1293 | 2024.07.05 23:26:45.381397 [ 3 ] {39db9868-cfbe-4612-bb99-d041457ee8fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1294 | 2024.07.05 23:26:45.381445 [ 3 ] {39db9868-cfbe-4612-bb99-d041457ee8fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1295 | 2024.07.05 23:26:45.381581 [ 3 ] {39db9868-cfbe-4612-bb99-d041457ee8fe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1296 | 2024.07.05 23:26:45.382006 [ 3 ] {39db9868-cfbe-4612-bb99-d041457ee8fe} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1297 | 2024.07.05 23:26:45.382042 [ 3 ] {39db9868-cfbe-4612-bb99-d041457ee8fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
1298 | 2024.07.05 23:26:45.382443 [ 3 ] {39db9868-cfbe-4612-bb99-d041457ee8fe} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1299 | 2024.07.05 23:26:45.383060 [ 3 ] {39db9868-cfbe-4612-bb99-d041457ee8fe} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1300 | 2024.07.05 23:26:45.383217 [ 3 ] {39db9868-cfbe-4612-bb99-d041457ee8fe} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001863 sec., 34353.193773483625 rows/sec., 2.68 MiB/sec. | ||
1301 | 2024.07.05 23:26:45.383387 [ 3 ] {39db9868-cfbe-4612-bb99-d041457ee8fe} <Debug> DynamicQueryHandler: Done processing query | ||
1302 | 2024.07.05 23:26:45.383412 [ 3 ] {39db9868-cfbe-4612-bb99-d041457ee8fe} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1303 | 2024.07.05 23:26:45.383428 [ 3 ] {} <Debug> HTTP-Session: 6dfe24dc-65e2-4693-9da1-29f3bf67a2bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1304 | 2024.07.05 23:26:45.383665 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 30592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1305 | 2024.07.05 23:26:45.383718 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1306 | 2024.07.05 23:26:45.383737 [ 3 ] {} <Debug> HTTP-Session: 6b3fadef-11c8-4375-9504-47d4e71f46dc Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
1307 | 2024.07.05 23:26:45.383754 [ 3 ] {} <Debug> HTTP-Session: 6b3fadef-11c8-4375-9504-47d4e71f46dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1308 | 2024.07.05 23:26:45.383768 [ 3 ] {} <Debug> HTTP-Session: 6b3fadef-11c8-4375-9504-47d4e71f46dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1309 | 2024.07.05 23:26:45.383801 [ 3 ] {} <Trace> HTTP-Session: 6b3fadef-11c8-4375-9504-47d4e71f46dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1310 | 2024.07.05 23:26:45.383950 [ 3 ] {f8beda1b-d20f-453d-a4c3-9aec6fbea1e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1311 | 2024.07.05 23:26:45.383999 [ 3 ] {f8beda1b-d20f-453d-a4c3-9aec6fbea1e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1312 | 2024.07.05 23:26:45.384147 [ 3 ] {f8beda1b-d20f-453d-a4c3-9aec6fbea1e3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1313 | 2024.07.05 23:26:45.384552 [ 3 ] {f8beda1b-d20f-453d-a4c3-9aec6fbea1e3} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1314 | 2024.07.05 23:26:45.384588 [ 3 ] {f8beda1b-d20f-453d-a4c3-9aec6fbea1e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
1315 | 2024.07.05 23:26:45.385104 [ 3 ] {f8beda1b-d20f-453d-a4c3-9aec6fbea1e3} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1316 | 2024.07.05 23:26:45.385736 [ 3 ] {f8beda1b-d20f-453d-a4c3-9aec6fbea1e3} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1317 | 2024.07.05 23:26:45.385902 [ 3 ] {f8beda1b-d20f-453d-a4c3-9aec6fbea1e3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002016 sec., 79365.07936507936 rows/sec., 5.53 MiB/sec. | ||
1318 | 2024.07.05 23:26:45.386242 [ 3 ] {f8beda1b-d20f-453d-a4c3-9aec6fbea1e3} <Debug> DynamicQueryHandler: Done processing query | ||
1319 | 2024.07.05 23:26:45.386266 [ 3 ] {f8beda1b-d20f-453d-a4c3-9aec6fbea1e3} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
1320 | 2024.07.05 23:26:45.386283 [ 3 ] {} <Debug> HTTP-Session: 6b3fadef-11c8-4375-9504-47d4e71f46dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1321 | 2024.07.05 23:26:45.386480 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1322 | 2024.07.05 23:26:45.386531 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1323 | 2024.07.05 23:26:45.386552 [ 3 ] {} <Debug> HTTP-Session: c0091929-21d0-467e-b269-5b73174a8115 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
1324 | 2024.07.05 23:26:45.386568 [ 3 ] {} <Debug> HTTP-Session: c0091929-21d0-467e-b269-5b73174a8115 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1325 | 2024.07.05 23:26:45.386583 [ 3 ] {} <Debug> HTTP-Session: c0091929-21d0-467e-b269-5b73174a8115 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1326 | 2024.07.05 23:26:45.386614 [ 3 ] {} <Trace> HTTP-Session: c0091929-21d0-467e-b269-5b73174a8115 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1327 | 2024.07.05 23:26:45.386736 [ 3 ] {38f86439-55dc-4996-9fb2-e0f05f2e2b47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1328 | 2024.07.05 23:26:45.386783 [ 3 ] {38f86439-55dc-4996-9fb2-e0f05f2e2b47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1329 | 2024.07.05 23:26:45.386930 [ 3 ] {38f86439-55dc-4996-9fb2-e0f05f2e2b47} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1330 | 2024.07.05 23:26:45.387241 [ 3 ] {38f86439-55dc-4996-9fb2-e0f05f2e2b47} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1331 | 2024.07.05 23:26:45.387276 [ 3 ] {38f86439-55dc-4996-9fb2-e0f05f2e2b47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
1332 | 2024.07.05 23:26:45.387733 [ 3 ] {38f86439-55dc-4996-9fb2-e0f05f2e2b47} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1333 | 2024.07.05 23:26:45.388298 [ 3 ] {38f86439-55dc-4996-9fb2-e0f05f2e2b47} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1334 | 2024.07.05 23:26:45.388421 [ 3 ] {38f86439-55dc-4996-9fb2-e0f05f2e2b47} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001731 sec., 34662.04506065858 rows/sec., 2.34 MiB/sec. | ||
1335 | 2024.07.05 23:26:45.388617 [ 3 ] {38f86439-55dc-4996-9fb2-e0f05f2e2b47} <Debug> DynamicQueryHandler: Done processing query | ||
1336 | 2024.07.05 23:26:45.388640 [ 3 ] {38f86439-55dc-4996-9fb2-e0f05f2e2b47} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1337 | 2024.07.05 23:26:45.388656 [ 3 ] {} <Debug> HTTP-Session: c0091929-21d0-467e-b269-5b73174a8115 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1338 | 2024.07.05 23:26:50.373922 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 754, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1339 | 2024.07.05 23:26:50.374075 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1340 | 2024.07.05 23:26:50.374101 [ 3 ] {} <Debug> HTTP-Session: 2caf6bc0-bcc6-48a4-b6c1-18e6958aa7e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
1341 | 2024.07.05 23:26:50.374126 [ 3 ] {} <Debug> HTTP-Session: 2caf6bc0-bcc6-48a4-b6c1-18e6958aa7e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1342 | 2024.07.05 23:26:50.374141 [ 3 ] {} <Debug> HTTP-Session: 2caf6bc0-bcc6-48a4-b6c1-18e6958aa7e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1343 | 2024.07.05 23:26:50.374191 [ 3 ] {} <Trace> HTTP-Session: 2caf6bc0-bcc6-48a4-b6c1-18e6958aa7e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1344 | 2024.07.05 23:26:50.374435 [ 3 ] {13c0cbcf-d500-40ef-aac5-5744ea2a6c24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) 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) | ||
1345 | 2024.07.05 23:26:50.374860 [ 3 ] {13c0cbcf-d500-40ef-aac5-5744ea2a6c24} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1346 | 2024.07.05 23:26:50.374936 [ 3 ] {13c0cbcf-d500-40ef-aac5-5744ea2a6c24} <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 | ||
1347 | 2024.07.05 23:26:50.375244 [ 3 ] {13c0cbcf-d500-40ef-aac5-5744ea2a6c24} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1348 | 2024.07.05 23:26:50.375436 [ 3 ] {13c0cbcf-d500-40ef-aac5-5744ea2a6c24} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1349 | 2024.07.05 23:26:50.375792 [ 3 ] {13c0cbcf-d500-40ef-aac5-5744ea2a6c24} <Debug> oximeter.timeseries_schema (f89da0a6-df14-4137-aa63-4eba12bb476a) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
1350 | 2024.07.05 23:26:50.376998 [ 3 ] {13c0cbcf-d500-40ef-aac5-5744ea2a6c24} <Trace> oximeter.timeseries_schema (f89da0a6-df14-4137-aa63-4eba12bb476a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1351 | 2024.07.05 23:26:50.377055 [ 3 ] {13c0cbcf-d500-40ef-aac5-5744ea2a6c24} <Debug> oximeter.timeseries_schema (f89da0a6-df14-4137-aa63-4eba12bb476a) (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 | ||
1352 | 2024.07.05 23:26:50.377075 [ 3 ] {13c0cbcf-d500-40ef-aac5-5744ea2a6c24} <Trace> oximeter.timeseries_schema (f89da0a6-df14-4137-aa63-4eba12bb476a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1353 | 2024.07.05 23:26:50.377186 [ 3 ] {13c0cbcf-d500-40ef-aac5-5744ea2a6c24} <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'))" | ||
1354 | 2024.07.05 23:26:50.377211 [ 3 ] {13c0cbcf-d500-40ef-aac5-5744ea2a6c24} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1355 | 2024.07.05 23:26:50.379254 [ 3 ] {13c0cbcf-d500-40ef-aac5-5744ea2a6c24} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.004919 sec., 3659.280341532832 rows/sec., 149.69 KiB/sec. | ||
1356 | 2024.07.05 23:26:50.379557 [ 3 ] {13c0cbcf-d500-40ef-aac5-5744ea2a6c24} <Debug> DynamicQueryHandler: Done processing query | ||
1357 | 2024.07.05 23:26:50.379585 [ 3 ] {13c0cbcf-d500-40ef-aac5-5744ea2a6c24} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1358 | 2024.07.05 23:26:50.379602 [ 3 ] {} <Debug> HTTP-Session: 2caf6bc0-bcc6-48a4-b6c1-18e6958aa7e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1359 | 2024.07.05 23:26:50.379854 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 792, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1360 | 2024.07.05 23:26:50.379909 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1361 | 2024.07.05 23:26:50.379930 [ 3 ] {} <Debug> HTTP-Session: 587a8327-e627-4cbe-b844-28edd3c6f45e Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
1362 | 2024.07.05 23:26:50.379949 [ 3 ] {} <Debug> HTTP-Session: 587a8327-e627-4cbe-b844-28edd3c6f45e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1363 | 2024.07.05 23:26:50.379963 [ 3 ] {} <Debug> HTTP-Session: 587a8327-e627-4cbe-b844-28edd3c6f45e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1364 | 2024.07.05 23:26:50.379999 [ 3 ] {} <Trace> HTTP-Session: 587a8327-e627-4cbe-b844-28edd3c6f45e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1365 | 2024.07.05 23:26:50.380143 [ 3 ] {9e05ef38-4a9c-4f9b-87fe-455dbaf2b6b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) 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', 'physical_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1366 | 2024.07.05 23:26:50.380400 [ 3 ] {9e05ef38-4a9c-4f9b-87fe-455dbaf2b6b0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1367 | 2024.07.05 23:26:50.380439 [ 3 ] {9e05ef38-4a9c-4f9b-87fe-455dbaf2b6b0} <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', 'physical_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1368 | 2024.07.05 23:26:50.380682 [ 3 ] {9e05ef38-4a9c-4f9b-87fe-455dbaf2b6b0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1369 | 2024.07.05 23:26:50.380744 [ 3 ] {9e05ef38-4a9c-4f9b-87fe-455dbaf2b6b0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1370 | 2024.07.05 23:26:50.380877 [ 3 ] {9e05ef38-4a9c-4f9b-87fe-455dbaf2b6b0} <Debug> oximeter.timeseries_schema (f89da0a6-df14-4137-aa63-4eba12bb476a) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
1371 | 2024.07.05 23:26:50.380979 [ 3 ] {9e05ef38-4a9c-4f9b-87fe-455dbaf2b6b0} <Trace> oximeter.timeseries_schema (f89da0a6-df14-4137-aa63-4eba12bb476a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1372 | 2024.07.05 23:26:50.381002 [ 3 ] {9e05ef38-4a9c-4f9b-87fe-455dbaf2b6b0} <Debug> oximeter.timeseries_schema (f89da0a6-df14-4137-aa63-4eba12bb476a) (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 | ||
1373 | 2024.07.05 23:26:50.381018 [ 3 ] {9e05ef38-4a9c-4f9b-87fe-455dbaf2b6b0} <Trace> oximeter.timeseries_schema (f89da0a6-df14-4137-aa63-4eba12bb476a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1374 | 2024.07.05 23:26:50.381060 [ 3 ] {9e05ef38-4a9c-4f9b-87fe-455dbaf2b6b0} <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', 'physical_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1375 | 2024.07.05 23:26:50.381082 [ 3 ] {9e05ef38-4a9c-4f9b-87fe-455dbaf2b6b0} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1376 | 2024.07.05 23:26:50.381926 [ 3 ] {9e05ef38-4a9c-4f9b-87fe-455dbaf2b6b0} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001833 sec., 9819.967266775777 rows/sec., 401.71 KiB/sec. | ||
1377 | 2024.07.05 23:26:50.382178 [ 3 ] {9e05ef38-4a9c-4f9b-87fe-455dbaf2b6b0} <Debug> DynamicQueryHandler: Done processing query | ||
1378 | 2024.07.05 23:26:50.382203 [ 3 ] {9e05ef38-4a9c-4f9b-87fe-455dbaf2b6b0} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1379 | 2024.07.05 23:26:50.382219 [ 3 ] {} <Debug> HTTP-Session: 587a8327-e627-4cbe-b844-28edd3c6f45e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1380 | 2024.07.05 23:26:50.382664 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 826, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1381 | 2024.07.05 23:26:50.382715 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1382 | 2024.07.05 23:26:50.382734 [ 3 ] {} <Debug> HTTP-Session: 1908a179-1c3d-44e2-b381-68b8c9f8a1a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
1383 | 2024.07.05 23:26:50.382750 [ 3 ] {} <Debug> HTTP-Session: 1908a179-1c3d-44e2-b381-68b8c9f8a1a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1384 | 2024.07.05 23:26:50.382764 [ 3 ] {} <Debug> HTTP-Session: 1908a179-1c3d-44e2-b381-68b8c9f8a1a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1385 | 2024.07.05 23:26:50.382797 [ 3 ] {} <Trace> HTTP-Session: 1908a179-1c3d-44e2-b381-68b8c9f8a1a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1386 | 2024.07.05 23:26:50.382940 [ 3 ] {3d36c9ac-685a-4fa1-9f9e-48084f77e0d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) 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', '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) | ||
1387 | 2024.07.05 23:26:50.383198 [ 3 ] {3d36c9ac-685a-4fa1-9f9e-48084f77e0d8} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1388 | 2024.07.05 23:26:50.383239 [ 3 ] {3d36c9ac-685a-4fa1-9f9e-48084f77e0d8} <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', '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 | ||
1389 | 2024.07.05 23:26:50.383492 [ 3 ] {3d36c9ac-685a-4fa1-9f9e-48084f77e0d8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1390 | 2024.07.05 23:26:50.383557 [ 3 ] {3d36c9ac-685a-4fa1-9f9e-48084f77e0d8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1391 | 2024.07.05 23:26:50.383690 [ 3 ] {3d36c9ac-685a-4fa1-9f9e-48084f77e0d8} <Debug> oximeter.timeseries_schema (f89da0a6-df14-4137-aa63-4eba12bb476a) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
1392 | 2024.07.05 23:26:50.383722 [ 3 ] {3d36c9ac-685a-4fa1-9f9e-48084f77e0d8} <Trace> oximeter.timeseries_schema (f89da0a6-df14-4137-aa63-4eba12bb476a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1393 | 2024.07.05 23:26:50.383745 [ 3 ] {3d36c9ac-685a-4fa1-9f9e-48084f77e0d8} <Debug> oximeter.timeseries_schema (f89da0a6-df14-4137-aa63-4eba12bb476a) (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 | ||
1394 | 2024.07.05 23:26:50.383761 [ 3 ] {3d36c9ac-685a-4fa1-9f9e-48084f77e0d8} <Trace> oximeter.timeseries_schema (f89da0a6-df14-4137-aa63-4eba12bb476a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1395 | 2024.07.05 23:26:50.383800 [ 3 ] {3d36c9ac-685a-4fa1-9f9e-48084f77e0d8} <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', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1396 | 2024.07.05 23:26:50.383907 [ 3 ] {3d36c9ac-685a-4fa1-9f9e-48084f77e0d8} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1397 | 2024.07.05 23:26:50.384774 [ 3 ] {3d36c9ac-685a-4fa1-9f9e-48084f77e0d8} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.0019 sec., 9473.684210526315 rows/sec., 387.54 KiB/sec. | ||
1398 | 2024.07.05 23:26:50.385008 [ 3 ] {3d36c9ac-685a-4fa1-9f9e-48084f77e0d8} <Debug> DynamicQueryHandler: Done processing query | ||
1399 | 2024.07.05 23:26:50.385033 [ 3 ] {3d36c9ac-685a-4fa1-9f9e-48084f77e0d8} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1400 | 2024.07.05 23:26:50.385049 [ 3 ] {} <Debug> HTTP-Session: 1908a179-1c3d-44e2-b381-68b8c9f8a1a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1401 | 2024.07.05 23:26:50.385279 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 863, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1402 | 2024.07.05 23:26:50.385328 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1403 | 2024.07.05 23:26:50.385346 [ 3 ] {} <Debug> HTTP-Session: ffe6b940-0850-4e2b-bb6b-a26a209efd06 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
1404 | 2024.07.05 23:26:50.385362 [ 3 ] {} <Debug> HTTP-Session: ffe6b940-0850-4e2b-bb6b-a26a209efd06 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1405 | 2024.07.05 23:26:50.385375 [ 3 ] {} <Debug> HTTP-Session: ffe6b940-0850-4e2b-bb6b-a26a209efd06 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1406 | 2024.07.05 23:26:50.385406 [ 3 ] {} <Trace> HTTP-Session: ffe6b940-0850-4e2b-bb6b-a26a209efd06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1407 | 2024.07.05 23:26:50.385646 [ 3 ] {9095abec-de83-46a4-8c3a-259fd861fde7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) 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', '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) | ||
1408 | 2024.07.05 23:26:50.385906 [ 3 ] {9095abec-de83-46a4-8c3a-259fd861fde7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1409 | 2024.07.05 23:26:50.385947 [ 3 ] {9095abec-de83-46a4-8c3a-259fd861fde7} <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', '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 | ||
1410 | 2024.07.05 23:26:50.386202 [ 3 ] {9095abec-de83-46a4-8c3a-259fd861fde7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1411 | 2024.07.05 23:26:50.386265 [ 3 ] {9095abec-de83-46a4-8c3a-259fd861fde7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1412 | 2024.07.05 23:26:50.386400 [ 3 ] {9095abec-de83-46a4-8c3a-259fd861fde7} <Debug> oximeter.timeseries_schema (f89da0a6-df14-4137-aa63-4eba12bb476a) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
1413 | 2024.07.05 23:26:50.386432 [ 3 ] {9095abec-de83-46a4-8c3a-259fd861fde7} <Trace> oximeter.timeseries_schema (f89da0a6-df14-4137-aa63-4eba12bb476a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1414 | 2024.07.05 23:26:50.386455 [ 3 ] {9095abec-de83-46a4-8c3a-259fd861fde7} <Debug> oximeter.timeseries_schema (f89da0a6-df14-4137-aa63-4eba12bb476a) (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 | ||
1415 | 2024.07.05 23:26:50.386471 [ 3 ] {9095abec-de83-46a4-8c3a-259fd861fde7} <Trace> oximeter.timeseries_schema (f89da0a6-df14-4137-aa63-4eba12bb476a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1416 | 2024.07.05 23:26:50.386512 [ 3 ] {9095abec-de83-46a4-8c3a-259fd861fde7} <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', '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'))" | ||
1417 | 2024.07.05 23:26:50.386533 [ 3 ] {9095abec-de83-46a4-8c3a-259fd861fde7} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1418 | 2024.07.05 23:26:50.387431 [ 3 ] {9095abec-de83-46a4-8c3a-259fd861fde7} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001811 sec., 9939.260077305356 rows/sec., 406.59 KiB/sec. | ||
1419 | 2024.07.05 23:26:50.387669 [ 3 ] {9095abec-de83-46a4-8c3a-259fd861fde7} <Debug> DynamicQueryHandler: Done processing query | ||
1420 | 2024.07.05 23:26:50.387694 [ 3 ] {9095abec-de83-46a4-8c3a-259fd861fde7} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1421 | 2024.07.05 23:26:50.387709 [ 3 ] {} <Debug> HTTP-Session: ffe6b940-0850-4e2b-bb6b-a26a209efd06 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1422 | 2024.07.05 23:26:50.387928 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1423 | 2024.07.05 23:26:50.387977 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1424 | 2024.07.05 23:26:50.387996 [ 3 ] {} <Debug> HTTP-Session: 287b6208-e7c7-43c5-b6eb-803299c3e10a Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
1425 | 2024.07.05 23:26:50.388012 [ 3 ] {} <Debug> HTTP-Session: 287b6208-e7c7-43c5-b6eb-803299c3e10a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1426 | 2024.07.05 23:26:50.388026 [ 3 ] {} <Debug> HTTP-Session: 287b6208-e7c7-43c5-b6eb-803299c3e10a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1427 | 2024.07.05 23:26:50.388057 [ 3 ] {} <Trace> HTTP-Session: 287b6208-e7c7-43c5-b6eb-803299c3e10a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1428 | 2024.07.05 23:26:50.388243 [ 3 ] {5c3a951d-1664-4a2c-b1ca-0707a36e3fb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) 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', '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) | ||
1429 | 2024.07.05 23:26:50.388509 [ 3 ] {5c3a951d-1664-4a2c-b1ca-0707a36e3fb7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1430 | 2024.07.05 23:26:50.388550 [ 3 ] {5c3a951d-1664-4a2c-b1ca-0707a36e3fb7} <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', '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 | ||
1431 | 2024.07.05 23:26:50.388805 [ 3 ] {5c3a951d-1664-4a2c-b1ca-0707a36e3fb7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1432 | 2024.07.05 23:26:50.388869 [ 3 ] {5c3a951d-1664-4a2c-b1ca-0707a36e3fb7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1433 | 2024.07.05 23:26:50.389003 [ 3 ] {5c3a951d-1664-4a2c-b1ca-0707a36e3fb7} <Debug> oximeter.timeseries_schema (f89da0a6-df14-4137-aa63-4eba12bb476a) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
1434 | 2024.07.05 23:26:50.389035 [ 3 ] {5c3a951d-1664-4a2c-b1ca-0707a36e3fb7} <Trace> oximeter.timeseries_schema (f89da0a6-df14-4137-aa63-4eba12bb476a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1435 | 2024.07.05 23:26:50.389058 [ 3 ] {5c3a951d-1664-4a2c-b1ca-0707a36e3fb7} <Debug> oximeter.timeseries_schema (f89da0a6-df14-4137-aa63-4eba12bb476a) (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 | ||
1436 | 2024.07.05 23:26:50.389074 [ 3 ] {5c3a951d-1664-4a2c-b1ca-0707a36e3fb7} <Trace> oximeter.timeseries_schema (f89da0a6-df14-4137-aa63-4eba12bb476a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1437 | 2024.07.05 23:26:50.389115 [ 3 ] {5c3a951d-1664-4a2c-b1ca-0707a36e3fb7} <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', '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'))" | ||
1438 | 2024.07.05 23:26:50.389136 [ 3 ] {5c3a951d-1664-4a2c-b1ca-0707a36e3fb7} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1439 | 2024.07.05 23:26:50.390088 [ 3 ] {5c3a951d-1664-4a2c-b1ca-0707a36e3fb7} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001861 sec., 9672.219236969371 rows/sec., 395.66 KiB/sec. | ||
1440 | 2024.07.05 23:26:50.390348 [ 3 ] {5c3a951d-1664-4a2c-b1ca-0707a36e3fb7} <Debug> DynamicQueryHandler: Done processing query | ||
1441 | 2024.07.05 23:26:50.390373 [ 3 ] {5c3a951d-1664-4a2c-b1ca-0707a36e3fb7} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1442 | 2024.07.05 23:26:50.390389 [ 3 ] {} <Debug> HTTP-Session: 287b6208-e7c7-43c5-b6eb-803299c3e10a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1443 | 2024.07.05 23:26:50.390664 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 935, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1444 | 2024.07.05 23:26:50.390712 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1445 | 2024.07.05 23:26:50.390731 [ 3 ] {} <Debug> HTTP-Session: 45a5427b-0b87-4f14-a466-cc92ea37030f Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
1446 | 2024.07.05 23:26:50.390747 [ 3 ] {} <Debug> HTTP-Session: 45a5427b-0b87-4f14-a466-cc92ea37030f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1447 | 2024.07.05 23:26:50.390760 [ 3 ] {} <Debug> HTTP-Session: 45a5427b-0b87-4f14-a466-cc92ea37030f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1448 | 2024.07.05 23:26:50.390790 [ 3 ] {} <Trace> HTTP-Session: 45a5427b-0b87-4f14-a466-cc92ea37030f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1449 | 2024.07.05 23:26:50.390928 [ 3 ] {6dcebfae-041c-4646-a978-45bfa48f4710} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) 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', '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) | ||
1450 | 2024.07.05 23:26:50.391194 [ 3 ] {6dcebfae-041c-4646-a978-45bfa48f4710} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1451 | 2024.07.05 23:26:50.391234 [ 3 ] {6dcebfae-041c-4646-a978-45bfa48f4710} <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', '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 | ||
1452 | 2024.07.05 23:26:50.391497 [ 3 ] {6dcebfae-041c-4646-a978-45bfa48f4710} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1453 | 2024.07.05 23:26:50.391560 [ 3 ] {6dcebfae-041c-4646-a978-45bfa48f4710} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1454 | 2024.07.05 23:26:50.391694 [ 3 ] {6dcebfae-041c-4646-a978-45bfa48f4710} <Debug> oximeter.timeseries_schema (f89da0a6-df14-4137-aa63-4eba12bb476a) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
1455 | 2024.07.05 23:26:50.391725 [ 3 ] {6dcebfae-041c-4646-a978-45bfa48f4710} <Trace> oximeter.timeseries_schema (f89da0a6-df14-4137-aa63-4eba12bb476a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1456 | 2024.07.05 23:26:50.391747 [ 3 ] {6dcebfae-041c-4646-a978-45bfa48f4710} <Debug> oximeter.timeseries_schema (f89da0a6-df14-4137-aa63-4eba12bb476a) (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 | ||
1457 | 2024.07.05 23:26:50.391764 [ 3 ] {6dcebfae-041c-4646-a978-45bfa48f4710} <Trace> oximeter.timeseries_schema (f89da0a6-df14-4137-aa63-4eba12bb476a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1458 | 2024.07.05 23:26:50.391804 [ 3 ] {6dcebfae-041c-4646-a978-45bfa48f4710} <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', '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'))" | ||
1459 | 2024.07.05 23:26:50.391825 [ 3 ] {6dcebfae-041c-4646-a978-45bfa48f4710} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1460 | 2024.07.05 23:26:50.392702 [ 3 ] {6dcebfae-041c-4646-a978-45bfa48f4710} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001841 sec., 9777.29494839761 rows/sec., 399.96 KiB/sec. | ||
1461 | 2024.07.05 23:26:50.393033 [ 3 ] {6dcebfae-041c-4646-a978-45bfa48f4710} <Debug> DynamicQueryHandler: Done processing query | ||
1462 | 2024.07.05 23:26:50.393058 [ 3 ] {6dcebfae-041c-4646-a978-45bfa48f4710} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1463 | 2024.07.05 23:26:50.393075 [ 3 ] {} <Debug> HTTP-Session: 45a5427b-0b87-4f14-a466-cc92ea37030f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1464 | 2024.07.05 23:26:50.403584 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 1942, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1465 | 2024.07.05 23:26:50.403643 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1466 | 2024.07.05 23:26:50.403667 [ 3 ] {} <Debug> HTTP-Session: 3e541234-33bf-431d-8f6f-658560cea033 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
1467 | 2024.07.05 23:26:50.403686 [ 3 ] {} <Debug> HTTP-Session: 3e541234-33bf-431d-8f6f-658560cea033 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1468 | 2024.07.05 23:26:50.403703 [ 3 ] {} <Debug> HTTP-Session: 3e541234-33bf-431d-8f6f-658560cea033 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1469 | 2024.07.05 23:26:50.403741 [ 3 ] {} <Trace> HTTP-Session: 3e541234-33bf-431d-8f6f-658560cea033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1470 | 2024.07.05 23:26:50.403875 [ 3 ] {003b02f3-fa35-4d58-856c-93cd33e79a96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
1471 | 2024.07.05 23:26:50.403931 [ 3 ] {003b02f3-fa35-4d58-856c-93cd33e79a96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1472 | 2024.07.05 23:26:50.404119 [ 3 ] {003b02f3-fa35-4d58-856c-93cd33e79a96} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1473 | 2024.07.05 23:26:50.404444 [ 3 ] {003b02f3-fa35-4d58-856c-93cd33e79a96} <Trace> oximeter.timeseries_schema (f89da0a6-df14-4137-aa63-4eba12bb476a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1474 | 2024.07.05 23:26:50.404481 [ 3 ] {003b02f3-fa35-4d58-856c-93cd33e79a96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
1475 | 2024.07.05 23:26:50.405124 [ 3 ] {003b02f3-fa35-4d58-856c-93cd33e79a96} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1476 | 2024.07.05 23:26:50.405652 [ 3 ] {003b02f3-fa35-4d58-856c-93cd33e79a96} <Trace> oximeter.timeseries_schema (f89da0a6-df14-4137-aa63-4eba12bb476a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1477 | 2024.07.05 23:26:50.405832 [ 3 ] {003b02f3-fa35-4d58-856c-93cd33e79a96} <Debug> executeQuery: Read 6 rows, 996.00 B in 0.002003 sec., 2995.5067398901647 rows/sec., 485.60 KiB/sec. | ||
1478 | 2024.07.05 23:26:50.406128 [ 3 ] {003b02f3-fa35-4d58-856c-93cd33e79a96} <Debug> DynamicQueryHandler: Done processing query | ||
1479 | 2024.07.05 23:26:50.406153 [ 3 ] {003b02f3-fa35-4d58-856c-93cd33e79a96} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1480 | 2024.07.05 23:26:50.406168 [ 3 ] {} <Debug> HTTP-Session: 3e541234-33bf-431d-8f6f-658560cea033 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1481 | 2024.07.05 23:26:50.406294 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 12747, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1482 | 2024.07.05 23:26:50.406342 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1483 | 2024.07.05 23:26:50.406361 [ 3 ] {} <Debug> HTTP-Session: 5652a6e7-e71f-45b8-bbd1-b4d999aa23b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
1484 | 2024.07.05 23:26:50.406377 [ 3 ] {} <Debug> HTTP-Session: 5652a6e7-e71f-45b8-bbd1-b4d999aa23b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1485 | 2024.07.05 23:26:50.406391 [ 3 ] {} <Debug> HTTP-Session: 5652a6e7-e71f-45b8-bbd1-b4d999aa23b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1486 | 2024.07.05 23:26:50.406422 [ 3 ] {} <Trace> HTTP-Session: 5652a6e7-e71f-45b8-bbd1-b4d999aa23b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1487 | 2024.07.05 23:26:50.406549 [ 3 ] {5de79e46-cecd-4c4e-a5c6-59e377eb237e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1488 | 2024.07.05 23:26:50.406594 [ 3 ] {5de79e46-cecd-4c4e-a5c6-59e377eb237e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1489 | 2024.07.05 23:26:50.406740 [ 3 ] {5de79e46-cecd-4c4e-a5c6-59e377eb237e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1490 | 2024.07.05 23:26:50.407086 [ 3 ] {5de79e46-cecd-4c4e-a5c6-59e377eb237e} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1491 | 2024.07.05 23:26:50.407124 [ 3 ] {5de79e46-cecd-4c4e-a5c6-59e377eb237e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
1492 | 2024.07.05 23:26:50.407560 [ 3 ] {5de79e46-cecd-4c4e-a5c6-59e377eb237e} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1493 | 2024.07.05 23:26:50.408091 [ 3 ] {5de79e46-cecd-4c4e-a5c6-59e377eb237e} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1494 | 2024.07.05 23:26:50.408283 [ 3 ] {5de79e46-cecd-4c4e-a5c6-59e377eb237e} <Debug> executeQuery: Read 92 rows, 7.14 KiB in 0.00178 sec., 51685.39325842697 rows/sec., 3.92 MiB/sec. | ||
1495 | 2024.07.05 23:26:50.408590 [ 3 ] {5de79e46-cecd-4c4e-a5c6-59e377eb237e} <Debug> DynamicQueryHandler: Done processing query | ||
1496 | 2024.07.05 23:26:50.408615 [ 3 ] {5de79e46-cecd-4c4e-a5c6-59e377eb237e} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
1497 | 2024.07.05 23:26:50.408631 [ 3 ] {} <Debug> HTTP-Session: 5652a6e7-e71f-45b8-bbd1-b4d999aa23b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1498 | 2024.07.05 23:26:50.408798 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 14928, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1499 | 2024.07.05 23:26:50.408848 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1500 | 2024.07.05 23:26:50.408867 [ 3 ] {} <Debug> HTTP-Session: cd1587da-6c23-401f-98c9-b66e977b7980 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
1501 | 2024.07.05 23:26:50.408883 [ 3 ] {} <Debug> HTTP-Session: cd1587da-6c23-401f-98c9-b66e977b7980 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1502 | 2024.07.05 23:26:50.408897 [ 3 ] {} <Debug> HTTP-Session: cd1587da-6c23-401f-98c9-b66e977b7980 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1503 | 2024.07.05 23:26:50.408927 [ 3 ] {} <Trace> HTTP-Session: cd1587da-6c23-401f-98c9-b66e977b7980 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1504 | 2024.07.05 23:26:50.409054 [ 3 ] {ec7d5fd4-e92e-43b1-a157-4902c9414158} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1505 | 2024.07.05 23:26:50.409097 [ 3 ] {ec7d5fd4-e92e-43b1-a157-4902c9414158} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1506 | 2024.07.05 23:26:50.409248 [ 3 ] {ec7d5fd4-e92e-43b1-a157-4902c9414158} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1507 | 2024.07.05 23:26:50.409576 [ 3 ] {ec7d5fd4-e92e-43b1-a157-4902c9414158} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1508 | 2024.07.05 23:26:50.409613 [ 3 ] {ec7d5fd4-e92e-43b1-a157-4902c9414158} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
1509 | 2024.07.05 23:26:50.410032 [ 3 ] {ec7d5fd4-e92e-43b1-a157-4902c9414158} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1510 | 2024.07.05 23:26:50.410585 [ 3 ] {ec7d5fd4-e92e-43b1-a157-4902c9414158} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1511 | 2024.07.05 23:26:50.410735 [ 3 ] {ec7d5fd4-e92e-43b1-a157-4902c9414158} <Debug> executeQuery: Read 88 rows, 7.01 KiB in 0.001729 sec., 50896.47194910353 rows/sec., 3.96 MiB/sec. | ||
1512 | 2024.07.05 23:26:50.410923 [ 3 ] {ec7d5fd4-e92e-43b1-a157-4902c9414158} <Debug> DynamicQueryHandler: Done processing query | ||
1513 | 2024.07.05 23:26:50.410947 [ 3 ] {ec7d5fd4-e92e-43b1-a157-4902c9414158} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
1514 | 2024.07.05 23:26:50.410963 [ 3 ] {} <Debug> HTTP-Session: cd1587da-6c23-401f-98c9-b66e977b7980 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1515 | 2024.07.05 23:26:50.411355 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 62913, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1516 | 2024.07.05 23:26:50.411405 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1517 | 2024.07.05 23:26:50.411425 [ 3 ] {} <Debug> HTTP-Session: a873d8de-d6d2-48a8-a2e7-06d4f8cb2bd4 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
1518 | 2024.07.05 23:26:50.411440 [ 3 ] {} <Debug> HTTP-Session: a873d8de-d6d2-48a8-a2e7-06d4f8cb2bd4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1519 | 2024.07.05 23:26:50.411454 [ 3 ] {} <Debug> HTTP-Session: a873d8de-d6d2-48a8-a2e7-06d4f8cb2bd4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1520 | 2024.07.05 23:26:50.411484 [ 3 ] {} <Trace> HTTP-Session: a873d8de-d6d2-48a8-a2e7-06d4f8cb2bd4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1521 | 2024.07.05 23:26:50.411689 [ 3 ] {649ce1e7-5812-4615-82bf-878820ebf51b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1522 | 2024.07.05 23:26:50.411736 [ 3 ] {649ce1e7-5812-4615-82bf-878820ebf51b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1523 | 2024.07.05 23:26:50.411882 [ 3 ] {649ce1e7-5812-4615-82bf-878820ebf51b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1524 | 2024.07.05 23:26:50.412350 [ 3 ] {649ce1e7-5812-4615-82bf-878820ebf51b} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1525 | 2024.07.05 23:26:50.412385 [ 3 ] {649ce1e7-5812-4615-82bf-878820ebf51b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
1526 | 2024.07.05 23:26:50.412910 [ 3 ] {649ce1e7-5812-4615-82bf-878820ebf51b} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1527 | 2024.07.05 23:26:50.413512 [ 3 ] {649ce1e7-5812-4615-82bf-878820ebf51b} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1528 | 2024.07.05 23:26:50.413700 [ 3 ] {649ce1e7-5812-4615-82bf-878820ebf51b} <Debug> executeQuery: Read 328 rows, 23.55 KiB in 0.002114 sec., 155156.10217596972 rows/sec., 10.88 MiB/sec. | ||
1529 | 2024.07.05 23:26:50.414015 [ 3 ] {649ce1e7-5812-4615-82bf-878820ebf51b} <Debug> DynamicQueryHandler: Done processing query | ||
1530 | 2024.07.05 23:26:50.414041 [ 3 ] {649ce1e7-5812-4615-82bf-878820ebf51b} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
1531 | 2024.07.05 23:26:50.414056 [ 3 ] {} <Debug> HTTP-Session: a873d8de-d6d2-48a8-a2e7-06d4f8cb2bd4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1532 | 2024.07.05 23:26:50.414202 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1533 | 2024.07.05 23:26:50.414252 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1534 | 2024.07.05 23:26:50.414271 [ 3 ] {} <Debug> HTTP-Session: 6ea320de-dd79-4cf4-ac4d-7a3ac2817891 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
1535 | 2024.07.05 23:26:50.414287 [ 3 ] {} <Debug> HTTP-Session: 6ea320de-dd79-4cf4-ac4d-7a3ac2817891 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1536 | 2024.07.05 23:26:50.414301 [ 3 ] {} <Debug> HTTP-Session: 6ea320de-dd79-4cf4-ac4d-7a3ac2817891 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1537 | 2024.07.05 23:26:50.414330 [ 3 ] {} <Trace> HTTP-Session: 6ea320de-dd79-4cf4-ac4d-7a3ac2817891 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1538 | 2024.07.05 23:26:50.414451 [ 3 ] {e0eff938-027b-4afb-8d32-edcb2849af54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1539 | 2024.07.05 23:26:50.414497 [ 3 ] {e0eff938-027b-4afb-8d32-edcb2849af54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1540 | 2024.07.05 23:26:50.414642 [ 3 ] {e0eff938-027b-4afb-8d32-edcb2849af54} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1541 | 2024.07.05 23:26:50.414924 [ 3 ] {e0eff938-027b-4afb-8d32-edcb2849af54} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1542 | 2024.07.05 23:26:50.414960 [ 3 ] {e0eff938-027b-4afb-8d32-edcb2849af54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
1543 | 2024.07.05 23:26:50.415419 [ 3 ] {e0eff938-027b-4afb-8d32-edcb2849af54} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1544 | 2024.07.05 23:26:50.415990 [ 3 ] {e0eff938-027b-4afb-8d32-edcb2849af54} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1545 | 2024.07.05 23:26:50.416184 [ 3 ] {e0eff938-027b-4afb-8d32-edcb2849af54} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001762 sec., 34052.2133938706 rows/sec., 2.29 MiB/sec. | ||
1546 | 2024.07.05 23:26:50.416343 [ 3 ] {e0eff938-027b-4afb-8d32-edcb2849af54} <Debug> DynamicQueryHandler: Done processing query | ||
1547 | 2024.07.05 23:26:50.416367 [ 3 ] {e0eff938-027b-4afb-8d32-edcb2849af54} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1548 | 2024.07.05 23:26:50.416383 [ 3 ] {} <Debug> HTTP-Session: 6ea320de-dd79-4cf4-ac4d-7a3ac2817891 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1549 | 2024.07.05 23:26:55.379334 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 7809, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1550 | 2024.07.05 23:26:55.379481 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1551 | 2024.07.05 23:26:55.379511 [ 3 ] {} <Debug> HTTP-Session: df5be953-ce45-4aab-909c-3002c4966270 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
1552 | 2024.07.05 23:26:55.379541 [ 3 ] {} <Debug> HTTP-Session: df5be953-ce45-4aab-909c-3002c4966270 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1553 | 2024.07.05 23:26:55.379559 [ 3 ] {} <Debug> HTTP-Session: df5be953-ce45-4aab-909c-3002c4966270 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1554 | 2024.07.05 23:26:55.379617 [ 3 ] {} <Trace> HTTP-Session: df5be953-ce45-4aab-909c-3002c4966270 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1555 | 2024.07.05 23:26:55.379843 [ 3 ] {be6136b6-67bf-40a8-9eb4-c401fb62338a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1556 | 2024.07.05 23:26:55.379922 [ 3 ] {be6136b6-67bf-40a8-9eb4-c401fb62338a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1557 | 2024.07.05 23:26:55.380129 [ 3 ] {be6136b6-67bf-40a8-9eb4-c401fb62338a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1558 | 2024.07.05 23:26:55.380580 [ 3 ] {be6136b6-67bf-40a8-9eb4-c401fb62338a} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1559 | 2024.07.05 23:26:55.380627 [ 3 ] {be6136b6-67bf-40a8-9eb4-c401fb62338a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
1560 | 2024.07.05 23:26:55.381142 [ 3 ] {be6136b6-67bf-40a8-9eb4-c401fb62338a} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1561 | 2024.07.05 23:26:55.381754 [ 3 ] {be6136b6-67bf-40a8-9eb4-c401fb62338a} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1562 | 2024.07.05 23:26:55.381929 [ 3 ] {be6136b6-67bf-40a8-9eb4-c401fb62338a} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002157 sec., 25961.984237366712 rows/sec., 1.98 MiB/sec. | ||
1563 | 2024.07.05 23:26:55.381940 [ 86 ] {} <Debug> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1564 | 2024.07.05 23:26:55.382060 [ 86 ] {} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1565 | 2024.07.05 23:26:55.382099 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
1566 | 2024.07.05 23:26:55.382193 [ 3 ] {be6136b6-67bf-40a8-9eb4-c401fb62338a} <Debug> DynamicQueryHandler: Done processing query | ||
1567 | 2024.07.05 23:26:55.382266 [ 3 ] {be6136b6-67bf-40a8-9eb4-c401fb62338a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1568 | 2024.07.05 23:26:55.382328 [ 3 ] {} <Debug> HTTP-Session: df5be953-ce45-4aab-909c-3002c4966270 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1569 | 2024.07.05 23:26:55.382541 [ 187 ] {5312aebe-5a34-422e-b0ce-e859ed1f196c::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 | ||
1570 | 2024.07.05 23:26:55.382606 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 10884, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1571 | 2024.07.05 23:26:55.382675 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1572 | 2024.07.05 23:26:55.382708 [ 3 ] {} <Debug> HTTP-Session: 21cc2046-07ad-4a50-8b4b-de96904afcdc Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
1573 | 2024.07.05 23:26:55.382734 [ 3 ] {} <Debug> HTTP-Session: 21cc2046-07ad-4a50-8b4b-de96904afcdc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1574 | 2024.07.05 23:26:55.382741 [ 187 ] {5312aebe-5a34-422e-b0ce-e859ed1f196c::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1575 | 2024.07.05 23:26:55.382752 [ 3 ] {} <Debug> HTTP-Session: 21cc2046-07ad-4a50-8b4b-de96904afcdc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1576 | 2024.07.05 23:26:55.382797 [ 3 ] {} <Trace> HTTP-Session: 21cc2046-07ad-4a50-8b4b-de96904afcdc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1577 | 2024.07.05 23:26:55.382811 [ 187 ] {5312aebe-5a34-422e-b0ce-e859ed1f196c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 30 rows starting from the beginning of the part | ||
1578 | 2024.07.05 23:26:55.383017 [ 3 ] {cd1c1fbd-4405-4e30-ace1-011f15f90df9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1579 | 2024.07.05 23:26:55.383043 [ 187 ] {5312aebe-5a34-422e-b0ce-e859ed1f196c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 56 rows starting from the beginning of the part | ||
1580 | 2024.07.05 23:26:55.383159 [ 3 ] {cd1c1fbd-4405-4e30-ace1-011f15f90df9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1581 | 2024.07.05 23:26:55.383337 [ 187 ] {5312aebe-5a34-422e-b0ce-e859ed1f196c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 56 rows starting from the beginning of the part | ||
1582 | 2024.07.05 23:26:55.383656 [ 187 ] {5312aebe-5a34-422e-b0ce-e859ed1f196c::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 | ||
1583 | 2024.07.05 23:26:55.383966 [ 187 ] {5312aebe-5a34-422e-b0ce-e859ed1f196c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 92 rows starting from the beginning of the part | ||
1584 | 2024.07.05 23:26:55.384247 [ 187 ] {5312aebe-5a34-422e-b0ce-e859ed1f196c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 56 rows starting from the beginning of the part | ||
1585 | 2024.07.05 23:26:55.384282 [ 3 ] {cd1c1fbd-4405-4e30-ace1-011f15f90df9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1586 | 2024.07.05 23:26:55.385230 [ 3 ] {cd1c1fbd-4405-4e30-ace1-011f15f90df9} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1587 | 2024.07.05 23:26:55.385278 [ 3 ] {cd1c1fbd-4405-4e30-ace1-011f15f90df9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
1588 | 2024.07.05 23:26:55.385941 [ 3 ] {cd1c1fbd-4405-4e30-ace1-011f15f90df9} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1589 | 2024.07.05 23:26:55.386124 [ 188 ] {5312aebe-5a34-422e-b0ce-e859ed1f196c::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 346 rows, containing 4 columns (4 merged, 0 gathered) in 0.003910268 sec., 88484.98363795014 rows/sec., 6.74 MiB/sec. | ||
1590 | 2024.07.05 23:26:55.386519 [ 188 ] {5312aebe-5a34-422e-b0ce-e859ed1f196c::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1591 | 2024.07.05 23:26:55.386742 [ 3 ] {cd1c1fbd-4405-4e30-ace1-011f15f90df9} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1592 | 2024.07.05 23:26:55.387046 [ 86 ] {} <Debug> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1593 | 2024.07.05 23:26:55.387161 [ 86 ] {} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1594 | 2024.07.05 23:26:55.387227 [ 3 ] {cd1c1fbd-4405-4e30-ace1-011f15f90df9} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004294 sec., 14904.517931998136 rows/sec., 1.16 MiB/sec. | ||
1595 | 2024.07.05 23:26:55.387252 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
1596 | 2024.07.05 23:26:55.387998 [ 187 ] {41c6d68c-04fc-4ca2-8bf5-9cf02702be2b::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 | ||
1597 | 2024.07.05 23:26:55.388136 [ 3 ] {cd1c1fbd-4405-4e30-ace1-011f15f90df9} <Debug> DynamicQueryHandler: Done processing query | ||
1598 | 2024.07.05 23:26:55.388155 [ 188 ] {5312aebe-5a34-422e-b0ce-e859ed1f196c::all_1_6_1} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1599 | 2024.07.05 23:26:55.388207 [ 3 ] {cd1c1fbd-4405-4e30-ace1-011f15f90df9} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1600 | 2024.07.05 23:26:55.388277 [ 3 ] {} <Debug> HTTP-Session: 21cc2046-07ad-4a50-8b4b-de96904afcdc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1601 | 2024.07.05 23:26:55.388459 [ 187 ] {41c6d68c-04fc-4ca2-8bf5-9cf02702be2b::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1602 | 2024.07.05 23:26:55.388493 [ 188 ] {5312aebe-5a34-422e-b0ce-e859ed1f196c::all_1_6_1} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1603 | 2024.07.05 23:26:55.388511 [ 187 ] {41c6d68c-04fc-4ca2-8bf5-9cf02702be2b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 36 rows starting from the beginning of the part | ||
1604 | 2024.07.05 23:26:55.388693 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 30592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1605 | 2024.07.05 23:26:55.388829 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
1606 | 2024.07.05 23:26:55.388907 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1607 | 2024.07.05 23:26:55.388957 [ 187 ] {41c6d68c-04fc-4ca2-8bf5-9cf02702be2b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 64 rows starting from the beginning of the part | ||
1608 | 2024.07.05 23:26:55.388992 [ 3 ] {} <Debug> HTTP-Session: d2042eb9-2740-43dd-bfa1-d285d0f4767e Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
1609 | 2024.07.05 23:26:55.389021 [ 3 ] {} <Debug> HTTP-Session: d2042eb9-2740-43dd-bfa1-d285d0f4767e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1610 | 2024.07.05 23:26:55.389073 [ 3 ] {} <Debug> HTTP-Session: d2042eb9-2740-43dd-bfa1-d285d0f4767e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1611 | 2024.07.05 23:26:55.389104 [ 187 ] {41c6d68c-04fc-4ca2-8bf5-9cf02702be2b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 64 rows starting from the beginning of the part | ||
1612 | 2024.07.05 23:26:55.389159 [ 3 ] {} <Trace> HTTP-Session: d2042eb9-2740-43dd-bfa1-d285d0f4767e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1613 | 2024.07.05 23:26:55.389258 [ 187 ] {41c6d68c-04fc-4ca2-8bf5-9cf02702be2b::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 | ||
1614 | 2024.07.05 23:26:55.389377 [ 187 ] {41c6d68c-04fc-4ca2-8bf5-9cf02702be2b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 88 rows starting from the beginning of the part | ||
1615 | 2024.07.05 23:26:55.389459 [ 3 ] {0f2fdb3b-c9e1-40cf-8c1d-579a0a059c8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1616 | 2024.07.05 23:26:55.389531 [ 187 ] {41c6d68c-04fc-4ca2-8bf5-9cf02702be2b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 64 rows starting from the beginning of the part | ||
1617 | 2024.07.05 23:26:55.389609 [ 3 ] {0f2fdb3b-c9e1-40cf-8c1d-579a0a059c8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1618 | 2024.07.05 23:26:55.390163 [ 3 ] {0f2fdb3b-c9e1-40cf-8c1d-579a0a059c8b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1619 | 2024.07.05 23:26:55.390788 [ 3 ] {0f2fdb3b-c9e1-40cf-8c1d-579a0a059c8b} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1620 | 2024.07.05 23:26:55.390831 [ 3 ] {0f2fdb3b-c9e1-40cf-8c1d-579a0a059c8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
1621 | 2024.07.05 23:26:55.391231 [ 193 ] {41c6d68c-04fc-4ca2-8bf5-9cf02702be2b::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 380 rows, containing 4 columns (4 merged, 0 gathered) in 0.003824306 sec., 99364.43370378835 rows/sec., 7.75 MiB/sec. | ||
1622 | 2024.07.05 23:26:55.391647 [ 188 ] {41c6d68c-04fc-4ca2-8bf5-9cf02702be2b::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1623 | 2024.07.05 23:26:55.391723 [ 3 ] {0f2fdb3b-c9e1-40cf-8c1d-579a0a059c8b} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1624 | 2024.07.05 23:26:55.392456 [ 188 ] {41c6d68c-04fc-4ca2-8bf5-9cf02702be2b::all_1_6_1} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1625 | 2024.07.05 23:26:55.392601 [ 188 ] {41c6d68c-04fc-4ca2-8bf5-9cf02702be2b::all_1_6_1} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1626 | 2024.07.05 23:26:55.392696 [ 3 ] {0f2fdb3b-c9e1-40cf-8c1d-579a0a059c8b} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1627 | 2024.07.05 23:26:55.392777 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
1628 | 2024.07.05 23:26:55.392948 [ 86 ] {} <Debug> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1629 | 2024.07.05 23:26:55.392972 [ 3 ] {0f2fdb3b-c9e1-40cf-8c1d-579a0a059c8b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003648 sec., 43859.649122807015 rows/sec., 3.05 MiB/sec. | ||
1630 | 2024.07.05 23:26:55.393013 [ 86 ] {} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1631 | 2024.07.05 23:26:55.393093 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
1632 | 2024.07.05 23:26:55.393391 [ 191 ] {32bf2426-5e02-498f-a333-0e56dff421cb::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 | ||
1633 | 2024.07.05 23:26:55.393414 [ 3 ] {0f2fdb3b-c9e1-40cf-8c1d-579a0a059c8b} <Debug> DynamicQueryHandler: Done processing query | ||
1634 | 2024.07.05 23:26:55.393483 [ 3 ] {0f2fdb3b-c9e1-40cf-8c1d-579a0a059c8b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
1635 | 2024.07.05 23:26:55.393544 [ 3 ] {} <Debug> HTTP-Session: d2042eb9-2740-43dd-bfa1-d285d0f4767e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1636 | 2024.07.05 23:26:55.393754 [ 191 ] {32bf2426-5e02-498f-a333-0e56dff421cb::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1637 | 2024.07.05 23:26:55.393775 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1638 | 2024.07.05 23:26:55.393799 [ 191 ] {32bf2426-5e02-498f-a333-0e56dff421cb::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 104 rows starting from the beginning of the part | ||
1639 | 2024.07.05 23:26:55.393839 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1640 | 2024.07.05 23:26:55.393883 [ 3 ] {} <Debug> HTTP-Session: 6ed14e80-63b6-49e0-856b-e19cc85e1183 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
1641 | 2024.07.05 23:26:55.393944 [ 3 ] {} <Debug> HTTP-Session: 6ed14e80-63b6-49e0-856b-e19cc85e1183 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1642 | 2024.07.05 23:26:55.393976 [ 191 ] {32bf2426-5e02-498f-a333-0e56dff421cb::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 130 rows starting from the beginning of the part | ||
1643 | 2024.07.05 23:26:55.393990 [ 3 ] {} <Debug> HTTP-Session: 6ed14e80-63b6-49e0-856b-e19cc85e1183 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1644 | 2024.07.05 23:26:55.394075 [ 3 ] {} <Trace> HTTP-Session: 6ed14e80-63b6-49e0-856b-e19cc85e1183 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1645 | 2024.07.05 23:26:55.394141 [ 191 ] {32bf2426-5e02-498f-a333-0e56dff421cb::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 160 rows starting from the beginning of the part | ||
1646 | 2024.07.05 23:26:55.394374 [ 191 ] {32bf2426-5e02-498f-a333-0e56dff421cb::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 160 rows starting from the beginning of the part | ||
1647 | 2024.07.05 23:26:55.394394 [ 3 ] {3835bf12-c60e-4d36-b9ab-64ddcddeb936} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1648 | 2024.07.05 23:26:55.394584 [ 3 ] {3835bf12-c60e-4d36-b9ab-64ddcddeb936} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1649 | 2024.07.05 23:26:55.394644 [ 191 ] {32bf2426-5e02-498f-a333-0e56dff421cb::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 328 rows starting from the beginning of the part | ||
1650 | 2024.07.05 23:26:55.395006 [ 191 ] {32bf2426-5e02-498f-a333-0e56dff421cb::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 | ||
1651 | 2024.07.05 23:26:55.395569 [ 3 ] {3835bf12-c60e-4d36-b9ab-64ddcddeb936} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1652 | 2024.07.05 23:26:55.396044 [ 3 ] {3835bf12-c60e-4d36-b9ab-64ddcddeb936} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1653 | 2024.07.05 23:26:55.396090 [ 3 ] {3835bf12-c60e-4d36-b9ab-64ddcddeb936} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
1654 | 2024.07.05 23:26:55.396789 [ 3 ] {3835bf12-c60e-4d36-b9ab-64ddcddeb936} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1655 | 2024.07.05 23:26:55.396948 [ 193 ] {32bf2426-5e02-498f-a333-0e56dff421cb::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1042 rows, containing 5 columns (5 merged, 0 gathered) in 0.003722874 sec., 279891.2882896386 rows/sec., 19.53 MiB/sec. | ||
1656 | 2024.07.05 23:26:55.397419 [ 193 ] {32bf2426-5e02-498f-a333-0e56dff421cb::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1657 | 2024.07.05 23:26:55.397626 [ 3 ] {3835bf12-c60e-4d36-b9ab-64ddcddeb936} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1658 | 2024.07.05 23:26:55.397803 [ 86 ] {} <Debug> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1659 | 2024.07.05 23:26:55.397883 [ 3 ] {3835bf12-c60e-4d36-b9ab-64ddcddeb936} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003622 sec., 16565.433462175595 rows/sec., 1.12 MiB/sec. | ||
1660 | 2024.07.05 23:26:55.397898 [ 86 ] {} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1661 | 2024.07.05 23:26:55.397989 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
1662 | 2024.07.05 23:26:55.398582 [ 3 ] {3835bf12-c60e-4d36-b9ab-64ddcddeb936} <Debug> DynamicQueryHandler: Done processing query | ||
1663 | 2024.07.05 23:26:55.398621 [ 191 ] {bcc711bb-3808-4d12-8719-f1e4bc8a9242::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 | ||
1664 | 2024.07.05 23:26:55.398670 [ 3 ] {3835bf12-c60e-4d36-b9ab-64ddcddeb936} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1665 | 2024.07.05 23:26:55.398726 [ 3 ] {} <Debug> HTTP-Session: 6ed14e80-63b6-49e0-856b-e19cc85e1183 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1666 | 2024.07.05 23:26:55.398901 [ 191 ] {bcc711bb-3808-4d12-8719-f1e4bc8a9242::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1667 | 2024.07.05 23:26:55.398954 [ 191 ] {bcc711bb-3808-4d12-8719-f1e4bc8a9242::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 34 rows starting from the beginning of the part | ||
1668 | 2024.07.05 23:26:55.399107 [ 191 ] {bcc711bb-3808-4d12-8719-f1e4bc8a9242::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 48 rows starting from the beginning of the part | ||
1669 | 2024.07.05 23:26:55.399250 [ 191 ] {bcc711bb-3808-4d12-8719-f1e4bc8a9242::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 | ||
1670 | 2024.07.05 23:26:55.399518 [ 191 ] {bcc711bb-3808-4d12-8719-f1e4bc8a9242::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 60 rows starting from the beginning of the part | ||
1671 | 2024.07.05 23:26:55.399727 [ 193 ] {32bf2426-5e02-498f-a333-0e56dff421cb::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1672 | 2024.07.05 23:26:55.399821 [ 191 ] {bcc711bb-3808-4d12-8719-f1e4bc8a9242::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 | ||
1673 | 2024.07.05 23:26:55.400067 [ 191 ] {bcc711bb-3808-4d12-8719-f1e4bc8a9242::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 | ||
1674 | 2024.07.05 23:26:55.400082 [ 193 ] {32bf2426-5e02-498f-a333-0e56dff421cb::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1675 | 2024.07.05 23:26:55.400408 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. | ||
1676 | 2024.07.05 23:26:55.401272 [ 196 ] {bcc711bb-3808-4d12-8719-f1e4bc8a9242::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 322 rows, containing 4 columns (4 merged, 0 gathered) in 0.00312656 sec., 102988.58809682206 rows/sec., 6.94 MiB/sec. | ||
1677 | 2024.07.05 23:26:55.401510 [ 193 ] {bcc711bb-3808-4d12-8719-f1e4bc8a9242::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1678 | 2024.07.05 23:26:55.402205 [ 193 ] {bcc711bb-3808-4d12-8719-f1e4bc8a9242::all_1_6_1} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1679 | 2024.07.05 23:26:55.402286 [ 193 ] {bcc711bb-3808-4d12-8719-f1e4bc8a9242::all_1_6_1} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1680 | 2024.07.05 23:26:55.402368 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
1681 | 2024.07.05 23:26:59.265158 [ 82 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1682 | 2024.07.05 23:26:59.265225 [ 82 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1683 | 2024.07.05 23:27:00.379563 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 7809, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1684 | 2024.07.05 23:27:00.379689 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1685 | 2024.07.05 23:27:00.379716 [ 3 ] {} <Debug> HTTP-Session: 6f9a65c0-0cff-4319-b99b-a673224aaab8 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
1686 | 2024.07.05 23:27:00.379741 [ 3 ] {} <Debug> HTTP-Session: 6f9a65c0-0cff-4319-b99b-a673224aaab8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1687 | 2024.07.05 23:27:00.379755 [ 3 ] {} <Debug> HTTP-Session: 6f9a65c0-0cff-4319-b99b-a673224aaab8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1688 | 2024.07.05 23:27:00.379808 [ 3 ] {} <Trace> HTTP-Session: 6f9a65c0-0cff-4319-b99b-a673224aaab8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1689 | 2024.07.05 23:27:00.380014 [ 3 ] {5fcaa9d5-7ea3-4535-b19f-f1da649020dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1690 | 2024.07.05 23:27:00.380085 [ 3 ] {5fcaa9d5-7ea3-4535-b19f-f1da649020dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1691 | 2024.07.05 23:27:00.380277 [ 3 ] {5fcaa9d5-7ea3-4535-b19f-f1da649020dc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1692 | 2024.07.05 23:27:00.380749 [ 3 ] {5fcaa9d5-7ea3-4535-b19f-f1da649020dc} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1693 | 2024.07.05 23:27:00.380797 [ 3 ] {5fcaa9d5-7ea3-4535-b19f-f1da649020dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
1694 | 2024.07.05 23:27:00.381190 [ 3 ] {5fcaa9d5-7ea3-4535-b19f-f1da649020dc} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1695 | 2024.07.05 23:27:00.381547 [ 3 ] {5fcaa9d5-7ea3-4535-b19f-f1da649020dc} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1696 | 2024.07.05 23:27:00.381724 [ 3 ] {5fcaa9d5-7ea3-4535-b19f-f1da649020dc} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001771 sec., 31620.553359683796 rows/sec., 2.41 MiB/sec. | ||
1697 | 2024.07.05 23:27:00.381949 [ 3 ] {5fcaa9d5-7ea3-4535-b19f-f1da649020dc} <Debug> DynamicQueryHandler: Done processing query | ||
1698 | 2024.07.05 23:27:00.381978 [ 3 ] {5fcaa9d5-7ea3-4535-b19f-f1da649020dc} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1699 | 2024.07.05 23:27:00.381995 [ 3 ] {} <Debug> HTTP-Session: 6f9a65c0-0cff-4319-b99b-a673224aaab8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1700 | 2024.07.05 23:27:00.382175 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 10884, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1701 | 2024.07.05 23:27:00.382235 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1702 | 2024.07.05 23:27:00.382257 [ 3 ] {} <Debug> HTTP-Session: f52d32db-7b85-4bd7-bf06-b0fe5abdc745 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
1703 | 2024.07.05 23:27:00.382274 [ 3 ] {} <Debug> HTTP-Session: f52d32db-7b85-4bd7-bf06-b0fe5abdc745 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1704 | 2024.07.05 23:27:00.382288 [ 3 ] {} <Debug> HTTP-Session: f52d32db-7b85-4bd7-bf06-b0fe5abdc745 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1705 | 2024.07.05 23:27:00.382325 [ 3 ] {} <Trace> HTTP-Session: f52d32db-7b85-4bd7-bf06-b0fe5abdc745 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1706 | 2024.07.05 23:27:00.382459 [ 3 ] {87d15699-efd7-45e2-8baa-4968457c4fba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1707 | 2024.07.05 23:27:00.382508 [ 3 ] {87d15699-efd7-45e2-8baa-4968457c4fba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1708 | 2024.07.05 23:27:00.382648 [ 3 ] {87d15699-efd7-45e2-8baa-4968457c4fba} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1709 | 2024.07.05 23:27:00.382993 [ 3 ] {87d15699-efd7-45e2-8baa-4968457c4fba} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1710 | 2024.07.05 23:27:00.383031 [ 3 ] {87d15699-efd7-45e2-8baa-4968457c4fba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
1711 | 2024.07.05 23:27:00.383362 [ 3 ] {87d15699-efd7-45e2-8baa-4968457c4fba} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1712 | 2024.07.05 23:27:00.383692 [ 3 ] {87d15699-efd7-45e2-8baa-4968457c4fba} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1713 | 2024.07.05 23:27:00.383822 [ 3 ] {87d15699-efd7-45e2-8baa-4968457c4fba} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001414 sec., 45261.669024045266 rows/sec., 3.53 MiB/sec. | ||
1714 | 2024.07.05 23:27:00.384128 [ 3 ] {87d15699-efd7-45e2-8baa-4968457c4fba} <Debug> DynamicQueryHandler: Done processing query | ||
1715 | 2024.07.05 23:27:00.384170 [ 3 ] {87d15699-efd7-45e2-8baa-4968457c4fba} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1716 | 2024.07.05 23:27:00.384200 [ 3 ] {} <Debug> HTTP-Session: f52d32db-7b85-4bd7-bf06-b0fe5abdc745 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1717 | 2024.07.05 23:27:00.384392 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 30592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1718 | 2024.07.05 23:27:00.384451 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1719 | 2024.07.05 23:27:00.384471 [ 3 ] {} <Debug> HTTP-Session: 8e9c1ca3-427a-4b8a-9810-bd9e0d1eb1eb Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
1720 | 2024.07.05 23:27:00.384487 [ 3 ] {} <Debug> HTTP-Session: 8e9c1ca3-427a-4b8a-9810-bd9e0d1eb1eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1721 | 2024.07.05 23:27:00.384503 [ 3 ] {} <Debug> HTTP-Session: 8e9c1ca3-427a-4b8a-9810-bd9e0d1eb1eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1722 | 2024.07.05 23:27:00.384535 [ 3 ] {} <Trace> HTTP-Session: 8e9c1ca3-427a-4b8a-9810-bd9e0d1eb1eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1723 | 2024.07.05 23:27:00.384691 [ 3 ] {e48feba4-8fef-4b8d-97b2-52db3e745857} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1724 | 2024.07.05 23:27:00.384743 [ 3 ] {e48feba4-8fef-4b8d-97b2-52db3e745857} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1725 | 2024.07.05 23:27:00.384912 [ 3 ] {e48feba4-8fef-4b8d-97b2-52db3e745857} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1726 | 2024.07.05 23:27:00.385286 [ 3 ] {e48feba4-8fef-4b8d-97b2-52db3e745857} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1727 | 2024.07.05 23:27:00.385324 [ 3 ] {e48feba4-8fef-4b8d-97b2-52db3e745857} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
1728 | 2024.07.05 23:27:00.385737 [ 3 ] {e48feba4-8fef-4b8d-97b2-52db3e745857} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1729 | 2024.07.05 23:27:00.386099 [ 3 ] {e48feba4-8fef-4b8d-97b2-52db3e745857} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1730 | 2024.07.05 23:27:00.386266 [ 3 ] {e48feba4-8fef-4b8d-97b2-52db3e745857} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001636 sec., 97799.51100244498 rows/sec., 6.81 MiB/sec. | ||
1731 | 2024.07.05 23:27:00.386446 [ 3 ] {e48feba4-8fef-4b8d-97b2-52db3e745857} <Debug> DynamicQueryHandler: Done processing query | ||
1732 | 2024.07.05 23:27:00.386470 [ 3 ] {e48feba4-8fef-4b8d-97b2-52db3e745857} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
1733 | 2024.07.05 23:27:00.386486 [ 3 ] {} <Debug> HTTP-Session: 8e9c1ca3-427a-4b8a-9810-bd9e0d1eb1eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1734 | 2024.07.05 23:27:00.386623 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1735 | 2024.07.05 23:27:00.386676 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1736 | 2024.07.05 23:27:00.386695 [ 3 ] {} <Debug> HTTP-Session: 0dc7726b-68c5-4692-bf8b-b41dd50753b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
1737 | 2024.07.05 23:27:00.386712 [ 3 ] {} <Debug> HTTP-Session: 0dc7726b-68c5-4692-bf8b-b41dd50753b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1738 | 2024.07.05 23:27:00.386726 [ 3 ] {} <Debug> HTTP-Session: 0dc7726b-68c5-4692-bf8b-b41dd50753b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1739 | 2024.07.05 23:27:00.386757 [ 3 ] {} <Trace> HTTP-Session: 0dc7726b-68c5-4692-bf8b-b41dd50753b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1740 | 2024.07.05 23:27:00.386906 [ 3 ] {c6587279-ddb1-4ad3-8ea6-92b69231e1c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1741 | 2024.07.05 23:27:00.386953 [ 3 ] {c6587279-ddb1-4ad3-8ea6-92b69231e1c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1742 | 2024.07.05 23:27:00.387079 [ 3 ] {c6587279-ddb1-4ad3-8ea6-92b69231e1c7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1743 | 2024.07.05 23:27:00.387438 [ 3 ] {c6587279-ddb1-4ad3-8ea6-92b69231e1c7} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1744 | 2024.07.05 23:27:00.387475 [ 3 ] {c6587279-ddb1-4ad3-8ea6-92b69231e1c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
1745 | 2024.07.05 23:27:00.387836 [ 3 ] {c6587279-ddb1-4ad3-8ea6-92b69231e1c7} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1746 | 2024.07.05 23:27:00.388156 [ 3 ] {c6587279-ddb1-4ad3-8ea6-92b69231e1c7} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1747 | 2024.07.05 23:27:00.388311 [ 3 ] {c6587279-ddb1-4ad3-8ea6-92b69231e1c7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001503 sec., 39920.159680638724 rows/sec., 2.69 MiB/sec. | ||
1748 | 2024.07.05 23:27:00.388592 [ 3 ] {c6587279-ddb1-4ad3-8ea6-92b69231e1c7} <Debug> DynamicQueryHandler: Done processing query | ||
1749 | 2024.07.05 23:27:00.388615 [ 3 ] {c6587279-ddb1-4ad3-8ea6-92b69231e1c7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1750 | 2024.07.05 23:27:00.388630 [ 3 ] {} <Debug> HTTP-Session: 0dc7726b-68c5-4692-bf8b-b41dd50753b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1751 | 2024.07.05 23:27:05.379460 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 7809, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1752 | 2024.07.05 23:27:05.379631 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1753 | 2024.07.05 23:27:05.379670 [ 3 ] {} <Debug> HTTP-Session: 9dc6f4d8-2452-43cb-b510-286772ec08a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
1754 | 2024.07.05 23:27:05.379703 [ 3 ] {} <Debug> HTTP-Session: 9dc6f4d8-2452-43cb-b510-286772ec08a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1755 | 2024.07.05 23:27:05.379725 [ 3 ] {} <Debug> HTTP-Session: 9dc6f4d8-2452-43cb-b510-286772ec08a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1756 | 2024.07.05 23:27:05.379792 [ 3 ] {} <Trace> HTTP-Session: 9dc6f4d8-2452-43cb-b510-286772ec08a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1757 | 2024.07.05 23:27:05.380055 [ 3 ] {f924532a-43f8-41c2-b811-0a55aba0b40a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1758 | 2024.07.05 23:27:05.380145 [ 3 ] {f924532a-43f8-41c2-b811-0a55aba0b40a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1759 | 2024.07.05 23:27:05.380336 [ 3 ] {f924532a-43f8-41c2-b811-0a55aba0b40a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1760 | 2024.07.05 23:27:05.380800 [ 3 ] {f924532a-43f8-41c2-b811-0a55aba0b40a} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1761 | 2024.07.05 23:27:05.380849 [ 3 ] {f924532a-43f8-41c2-b811-0a55aba0b40a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
1762 | 2024.07.05 23:27:05.381249 [ 3 ] {f924532a-43f8-41c2-b811-0a55aba0b40a} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1763 | 2024.07.05 23:27:05.381619 [ 3 ] {f924532a-43f8-41c2-b811-0a55aba0b40a} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1764 | 2024.07.05 23:27:05.381808 [ 3 ] {f924532a-43f8-41c2-b811-0a55aba0b40a} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00184 sec., 30434.782608695652 rows/sec., 2.32 MiB/sec. | ||
1765 | 2024.07.05 23:27:05.382148 [ 3 ] {f924532a-43f8-41c2-b811-0a55aba0b40a} <Debug> DynamicQueryHandler: Done processing query | ||
1766 | 2024.07.05 23:27:05.382177 [ 3 ] {f924532a-43f8-41c2-b811-0a55aba0b40a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1767 | 2024.07.05 23:27:05.382194 [ 3 ] {} <Debug> HTTP-Session: 9dc6f4d8-2452-43cb-b510-286772ec08a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1768 | 2024.07.05 23:27:05.382371 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 10884, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1769 | 2024.07.05 23:27:05.382432 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1770 | 2024.07.05 23:27:05.382455 [ 3 ] {} <Debug> HTTP-Session: 9c3be7d0-74cd-4943-85ab-922e9c241f4d Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
1771 | 2024.07.05 23:27:05.382474 [ 3 ] {} <Debug> HTTP-Session: 9c3be7d0-74cd-4943-85ab-922e9c241f4d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1772 | 2024.07.05 23:27:05.382488 [ 3 ] {} <Debug> HTTP-Session: 9c3be7d0-74cd-4943-85ab-922e9c241f4d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1773 | 2024.07.05 23:27:05.382527 [ 3 ] {} <Trace> HTTP-Session: 9c3be7d0-74cd-4943-85ab-922e9c241f4d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1774 | 2024.07.05 23:27:05.382660 [ 3 ] {775118be-7cc3-481f-abfe-9bb10a011cf6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1775 | 2024.07.05 23:27:05.382709 [ 3 ] {775118be-7cc3-481f-abfe-9bb10a011cf6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1776 | 2024.07.05 23:27:05.382866 [ 3 ] {775118be-7cc3-481f-abfe-9bb10a011cf6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1777 | 2024.07.05 23:27:05.383206 [ 3 ] {775118be-7cc3-481f-abfe-9bb10a011cf6} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1778 | 2024.07.05 23:27:05.383245 [ 3 ] {775118be-7cc3-481f-abfe-9bb10a011cf6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
1779 | 2024.07.05 23:27:05.383583 [ 3 ] {775118be-7cc3-481f-abfe-9bb10a011cf6} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1780 | 2024.07.05 23:27:05.383914 [ 3 ] {775118be-7cc3-481f-abfe-9bb10a011cf6} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1781 | 2024.07.05 23:27:05.384078 [ 3 ] {775118be-7cc3-481f-abfe-9bb10a011cf6} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001457 sec., 43925.87508579272 rows/sec., 3.43 MiB/sec. | ||
1782 | 2024.07.05 23:27:05.384268 [ 3 ] {775118be-7cc3-481f-abfe-9bb10a011cf6} <Debug> DynamicQueryHandler: Done processing query | ||
1783 | 2024.07.05 23:27:05.384296 [ 3 ] {775118be-7cc3-481f-abfe-9bb10a011cf6} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1784 | 2024.07.05 23:27:05.384312 [ 3 ] {} <Debug> HTTP-Session: 9c3be7d0-74cd-4943-85ab-922e9c241f4d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1785 | 2024.07.05 23:27:05.384549 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 30592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1786 | 2024.07.05 23:27:05.384609 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1787 | 2024.07.05 23:27:05.384630 [ 3 ] {} <Debug> HTTP-Session: 1ecce3cf-f625-478a-9b29-f66ffa5033c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
1788 | 2024.07.05 23:27:05.384649 [ 3 ] {} <Debug> HTTP-Session: 1ecce3cf-f625-478a-9b29-f66ffa5033c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1789 | 2024.07.05 23:27:05.384666 [ 3 ] {} <Debug> HTTP-Session: 1ecce3cf-f625-478a-9b29-f66ffa5033c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1790 | 2024.07.05 23:27:05.384702 [ 3 ] {} <Trace> HTTP-Session: 1ecce3cf-f625-478a-9b29-f66ffa5033c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1791 | 2024.07.05 23:27:05.384862 [ 3 ] {c6a850e0-ab8e-4c5c-821f-85d98e83111a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1792 | 2024.07.05 23:27:05.384914 [ 3 ] {c6a850e0-ab8e-4c5c-821f-85d98e83111a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1793 | 2024.07.05 23:27:05.385070 [ 3 ] {c6a850e0-ab8e-4c5c-821f-85d98e83111a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1794 | 2024.07.05 23:27:05.385468 [ 3 ] {c6a850e0-ab8e-4c5c-821f-85d98e83111a} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1795 | 2024.07.05 23:27:05.385506 [ 3 ] {c6a850e0-ab8e-4c5c-821f-85d98e83111a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
1796 | 2024.07.05 23:27:05.385914 [ 3 ] {c6a850e0-ab8e-4c5c-821f-85d98e83111a} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1797 | 2024.07.05 23:27:05.386279 [ 3 ] {c6a850e0-ab8e-4c5c-821f-85d98e83111a} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1798 | 2024.07.05 23:27:05.386450 [ 3 ] {c6a850e0-ab8e-4c5c-821f-85d98e83111a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001649 sec., 97028.50212249848 rows/sec., 6.76 MiB/sec. | ||
1799 | 2024.07.05 23:27:05.386677 [ 3 ] {c6a850e0-ab8e-4c5c-821f-85d98e83111a} <Debug> DynamicQueryHandler: Done processing query | ||
1800 | 2024.07.05 23:27:05.386704 [ 3 ] {c6a850e0-ab8e-4c5c-821f-85d98e83111a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
1801 | 2024.07.05 23:27:05.386721 [ 3 ] {} <Debug> HTTP-Session: 1ecce3cf-f625-478a-9b29-f66ffa5033c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1802 | 2024.07.05 23:27:05.386876 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1803 | 2024.07.05 23:27:05.386930 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1804 | 2024.07.05 23:27:05.386951 [ 3 ] {} <Debug> HTTP-Session: b4445bab-fa16-4a6d-864a-e83a3fd951cc Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
1805 | 2024.07.05 23:27:05.386969 [ 3 ] {} <Debug> HTTP-Session: b4445bab-fa16-4a6d-864a-e83a3fd951cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1806 | 2024.07.05 23:27:05.386984 [ 3 ] {} <Debug> HTTP-Session: b4445bab-fa16-4a6d-864a-e83a3fd951cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1807 | 2024.07.05 23:27:05.387017 [ 3 ] {} <Trace> HTTP-Session: b4445bab-fa16-4a6d-864a-e83a3fd951cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1808 | 2024.07.05 23:27:05.387149 [ 3 ] {668b330e-9551-470f-a501-cea6beb3d267} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1809 | 2024.07.05 23:27:05.387197 [ 3 ] {668b330e-9551-470f-a501-cea6beb3d267} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1810 | 2024.07.05 23:27:05.387325 [ 3 ] {668b330e-9551-470f-a501-cea6beb3d267} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1811 | 2024.07.05 23:27:05.387628 [ 3 ] {668b330e-9551-470f-a501-cea6beb3d267} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1812 | 2024.07.05 23:27:05.387665 [ 3 ] {668b330e-9551-470f-a501-cea6beb3d267} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
1813 | 2024.07.05 23:27:05.388033 [ 3 ] {668b330e-9551-470f-a501-cea6beb3d267} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1814 | 2024.07.05 23:27:05.388376 [ 3 ] {668b330e-9551-470f-a501-cea6beb3d267} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1815 | 2024.07.05 23:27:05.388535 [ 3 ] {668b330e-9551-470f-a501-cea6beb3d267} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001429 sec., 41987.40377886634 rows/sec., 2.83 MiB/sec. | ||
1816 | 2024.07.05 23:27:05.388705 [ 3 ] {668b330e-9551-470f-a501-cea6beb3d267} <Debug> DynamicQueryHandler: Done processing query | ||
1817 | 2024.07.05 23:27:05.388731 [ 3 ] {668b330e-9551-470f-a501-cea6beb3d267} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1818 | 2024.07.05 23:27:05.388747 [ 3 ] {} <Debug> HTTP-Session: b4445bab-fa16-4a6d-864a-e83a3fd951cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1819 | 2024.07.05 23:27:10.379298 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 7809, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1820 | 2024.07.05 23:27:10.379430 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1821 | 2024.07.05 23:27:10.379457 [ 3 ] {} <Debug> HTTP-Session: 2502f5da-af03-44e2-9467-9059bca4b54b Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
1822 | 2024.07.05 23:27:10.379481 [ 3 ] {} <Debug> HTTP-Session: 2502f5da-af03-44e2-9467-9059bca4b54b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1823 | 2024.07.05 23:27:10.379497 [ 3 ] {} <Debug> HTTP-Session: 2502f5da-af03-44e2-9467-9059bca4b54b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1824 | 2024.07.05 23:27:10.379548 [ 3 ] {} <Trace> HTTP-Session: 2502f5da-af03-44e2-9467-9059bca4b54b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1825 | 2024.07.05 23:27:10.379746 [ 3 ] {544f6bdc-0965-40b4-954a-3dd5ca6e4875} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1826 | 2024.07.05 23:27:10.379815 [ 3 ] {544f6bdc-0965-40b4-954a-3dd5ca6e4875} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1827 | 2024.07.05 23:27:10.380008 [ 3 ] {544f6bdc-0965-40b4-954a-3dd5ca6e4875} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1828 | 2024.07.05 23:27:10.380461 [ 3 ] {544f6bdc-0965-40b4-954a-3dd5ca6e4875} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1829 | 2024.07.05 23:27:10.380508 [ 3 ] {544f6bdc-0965-40b4-954a-3dd5ca6e4875} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.16 GiB. | ||
1830 | 2024.07.05 23:27:10.380898 [ 3 ] {544f6bdc-0965-40b4-954a-3dd5ca6e4875} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1831 | 2024.07.05 23:27:10.381262 [ 3 ] {544f6bdc-0965-40b4-954a-3dd5ca6e4875} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1832 | 2024.07.05 23:27:10.381421 [ 3 ] {544f6bdc-0965-40b4-954a-3dd5ca6e4875} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00174 sec., 32183.908045977012 rows/sec., 2.46 MiB/sec. | ||
1833 | 2024.07.05 23:27:10.381646 [ 3 ] {544f6bdc-0965-40b4-954a-3dd5ca6e4875} <Debug> DynamicQueryHandler: Done processing query | ||
1834 | 2024.07.05 23:27:10.381673 [ 3 ] {544f6bdc-0965-40b4-954a-3dd5ca6e4875} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1835 | 2024.07.05 23:27:10.381690 [ 3 ] {} <Debug> HTTP-Session: 2502f5da-af03-44e2-9467-9059bca4b54b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1836 | 2024.07.05 23:27:10.381878 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 10884, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1837 | 2024.07.05 23:27:10.381934 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1838 | 2024.07.05 23:27:10.381955 [ 3 ] {} <Debug> HTTP-Session: 4f068b34-e1a5-4ef6-a546-741d4fe59ad1 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
1839 | 2024.07.05 23:27:10.381973 [ 3 ] {} <Debug> HTTP-Session: 4f068b34-e1a5-4ef6-a546-741d4fe59ad1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1840 | 2024.07.05 23:27:10.381988 [ 3 ] {} <Debug> HTTP-Session: 4f068b34-e1a5-4ef6-a546-741d4fe59ad1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1841 | 2024.07.05 23:27:10.382024 [ 3 ] {} <Trace> HTTP-Session: 4f068b34-e1a5-4ef6-a546-741d4fe59ad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1842 | 2024.07.05 23:27:10.382156 [ 3 ] {bdbbd7dc-59d3-41ab-b6ce-f76655c531a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1843 | 2024.07.05 23:27:10.382205 [ 3 ] {bdbbd7dc-59d3-41ab-b6ce-f76655c531a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1844 | 2024.07.05 23:27:10.382345 [ 3 ] {bdbbd7dc-59d3-41ab-b6ce-f76655c531a1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1845 | 2024.07.05 23:27:10.382694 [ 3 ] {bdbbd7dc-59d3-41ab-b6ce-f76655c531a1} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1846 | 2024.07.05 23:27:10.382734 [ 3 ] {bdbbd7dc-59d3-41ab-b6ce-f76655c531a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.16 GiB. | ||
1847 | 2024.07.05 23:27:10.383095 [ 3 ] {bdbbd7dc-59d3-41ab-b6ce-f76655c531a1} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1848 | 2024.07.05 23:27:10.383420 [ 3 ] {bdbbd7dc-59d3-41ab-b6ce-f76655c531a1} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1849 | 2024.07.05 23:27:10.383577 [ 3 ] {bdbbd7dc-59d3-41ab-b6ce-f76655c531a1} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001464 sec., 43715.84699453552 rows/sec., 3.41 MiB/sec. | ||
1850 | 2024.07.05 23:27:10.383751 [ 3 ] {bdbbd7dc-59d3-41ab-b6ce-f76655c531a1} <Debug> DynamicQueryHandler: Done processing query | ||
1851 | 2024.07.05 23:27:10.383776 [ 3 ] {bdbbd7dc-59d3-41ab-b6ce-f76655c531a1} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1852 | 2024.07.05 23:27:10.383793 [ 3 ] {} <Debug> HTTP-Session: 4f068b34-e1a5-4ef6-a546-741d4fe59ad1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1853 | 2024.07.05 23:27:10.383978 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 30592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1854 | 2024.07.05 23:27:10.384029 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1855 | 2024.07.05 23:27:10.384050 [ 3 ] {} <Debug> HTTP-Session: f61cb28d-c2cf-4cec-a279-86ef8c460636 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
1856 | 2024.07.05 23:27:10.384068 [ 3 ] {} <Debug> HTTP-Session: f61cb28d-c2cf-4cec-a279-86ef8c460636 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1857 | 2024.07.05 23:27:10.384082 [ 3 ] {} <Debug> HTTP-Session: f61cb28d-c2cf-4cec-a279-86ef8c460636 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1858 | 2024.07.05 23:27:10.384116 [ 3 ] {} <Trace> HTTP-Session: f61cb28d-c2cf-4cec-a279-86ef8c460636 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1859 | 2024.07.05 23:27:10.384268 [ 3 ] {34c1b526-199a-4451-8742-f8f2e1f29d00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1860 | 2024.07.05 23:27:10.384317 [ 3 ] {34c1b526-199a-4451-8742-f8f2e1f29d00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1861 | 2024.07.05 23:27:10.384466 [ 3 ] {34c1b526-199a-4451-8742-f8f2e1f29d00} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1862 | 2024.07.05 23:27:10.384850 [ 3 ] {34c1b526-199a-4451-8742-f8f2e1f29d00} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1863 | 2024.07.05 23:27:10.384888 [ 3 ] {34c1b526-199a-4451-8742-f8f2e1f29d00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.16 GiB. | ||
1864 | 2024.07.05 23:27:10.385298 [ 3 ] {34c1b526-199a-4451-8742-f8f2e1f29d00} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1865 | 2024.07.05 23:27:10.385677 [ 3 ] {34c1b526-199a-4451-8742-f8f2e1f29d00} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1866 | 2024.07.05 23:27:10.385842 [ 3 ] {34c1b526-199a-4451-8742-f8f2e1f29d00} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001644 sec., 97323.60097323601 rows/sec., 6.78 MiB/sec. | ||
1867 | 2024.07.05 23:27:10.386016 [ 3 ] {34c1b526-199a-4451-8742-f8f2e1f29d00} <Debug> DynamicQueryHandler: Done processing query | ||
1868 | 2024.07.05 23:27:10.386041 [ 3 ] {34c1b526-199a-4451-8742-f8f2e1f29d00} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
1869 | 2024.07.05 23:27:10.386058 [ 3 ] {} <Debug> HTTP-Session: f61cb28d-c2cf-4cec-a279-86ef8c460636 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1870 | 2024.07.05 23:27:10.386196 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1871 | 2024.07.05 23:27:10.386245 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1872 | 2024.07.05 23:27:10.386265 [ 3 ] {} <Debug> HTTP-Session: 6e1e86d6-ee43-4462-8333-333e527f5b97 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
1873 | 2024.07.05 23:27:10.386281 [ 3 ] {} <Debug> HTTP-Session: 6e1e86d6-ee43-4462-8333-333e527f5b97 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1874 | 2024.07.05 23:27:10.386295 [ 3 ] {} <Debug> HTTP-Session: 6e1e86d6-ee43-4462-8333-333e527f5b97 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1875 | 2024.07.05 23:27:10.386327 [ 3 ] {} <Trace> HTTP-Session: 6e1e86d6-ee43-4462-8333-333e527f5b97 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1876 | 2024.07.05 23:27:10.386451 [ 3 ] {e64703a4-e5da-4f4a-8579-668203807013} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1877 | 2024.07.05 23:27:10.386497 [ 3 ] {e64703a4-e5da-4f4a-8579-668203807013} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1878 | 2024.07.05 23:27:10.386624 [ 3 ] {e64703a4-e5da-4f4a-8579-668203807013} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1879 | 2024.07.05 23:27:10.386916 [ 3 ] {e64703a4-e5da-4f4a-8579-668203807013} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1880 | 2024.07.05 23:27:10.386953 [ 3 ] {e64703a4-e5da-4f4a-8579-668203807013} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.16 GiB. | ||
1881 | 2024.07.05 23:27:10.387318 [ 3 ] {e64703a4-e5da-4f4a-8579-668203807013} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1882 | 2024.07.05 23:27:10.387641 [ 3 ] {e64703a4-e5da-4f4a-8579-668203807013} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1883 | 2024.07.05 23:27:10.387794 [ 3 ] {e64703a4-e5da-4f4a-8579-668203807013} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00138 sec., 43478.260869565216 rows/sec., 2.93 MiB/sec. | ||
1884 | 2024.07.05 23:27:10.387988 [ 3 ] {e64703a4-e5da-4f4a-8579-668203807013} <Debug> DynamicQueryHandler: Done processing query | ||
1885 | 2024.07.05 23:27:10.388013 [ 3 ] {e64703a4-e5da-4f4a-8579-668203807013} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1886 | 2024.07.05 23:27:10.388029 [ 3 ] {} <Debug> HTTP-Session: 6e1e86d6-ee43-4462-8333-333e527f5b97 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1887 | 2024.07.05 23:27:14.265497 [ 72 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1888 | 2024.07.05 23:27:14.265575 [ 72 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1889 | 2024.07.05 23:27:15.379464 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 7809, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1890 | 2024.07.05 23:27:15.379574 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1891 | 2024.07.05 23:27:15.379599 [ 3 ] {} <Debug> HTTP-Session: 4fca5177-df66-40a6-a691-fd4d70ba5f8d Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
1892 | 2024.07.05 23:27:15.379624 [ 3 ] {} <Debug> HTTP-Session: 4fca5177-df66-40a6-a691-fd4d70ba5f8d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1893 | 2024.07.05 23:27:15.379639 [ 3 ] {} <Debug> HTTP-Session: 4fca5177-df66-40a6-a691-fd4d70ba5f8d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1894 | 2024.07.05 23:27:15.379691 [ 3 ] {} <Trace> HTTP-Session: 4fca5177-df66-40a6-a691-fd4d70ba5f8d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1895 | 2024.07.05 23:27:15.379887 [ 3 ] {95c73c3b-22e5-426a-89b3-951e457341c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1896 | 2024.07.05 23:27:15.379958 [ 3 ] {95c73c3b-22e5-426a-89b3-951e457341c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1897 | 2024.07.05 23:27:15.380157 [ 3 ] {95c73c3b-22e5-426a-89b3-951e457341c1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1898 | 2024.07.05 23:27:15.380621 [ 3 ] {95c73c3b-22e5-426a-89b3-951e457341c1} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1899 | 2024.07.05 23:27:15.380662 [ 3 ] {95c73c3b-22e5-426a-89b3-951e457341c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
1900 | 2024.07.05 23:27:15.381040 [ 3 ] {95c73c3b-22e5-426a-89b3-951e457341c1} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
1901 | 2024.07.05 23:27:15.381393 [ 3 ] {95c73c3b-22e5-426a-89b3-951e457341c1} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1902 | 2024.07.05 23:27:15.381543 [ 3 ] {95c73c3b-22e5-426a-89b3-951e457341c1} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001724 sec., 32482.59860788863 rows/sec., 2.48 MiB/sec. | ||
1903 | 2024.07.05 23:27:15.381853 [ 3 ] {95c73c3b-22e5-426a-89b3-951e457341c1} <Debug> DynamicQueryHandler: Done processing query | ||
1904 | 2024.07.05 23:27:15.381883 [ 3 ] {95c73c3b-22e5-426a-89b3-951e457341c1} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1905 | 2024.07.05 23:27:15.381901 [ 3 ] {} <Debug> HTTP-Session: 4fca5177-df66-40a6-a691-fd4d70ba5f8d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1906 | 2024.07.05 23:27:15.382079 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 10884, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1907 | 2024.07.05 23:27:15.382129 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1908 | 2024.07.05 23:27:15.382148 [ 3 ] {} <Debug> HTTP-Session: 85f44601-c7d9-4f4e-bc51-d2c5bd336149 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
1909 | 2024.07.05 23:27:15.382165 [ 3 ] {} <Debug> HTTP-Session: 85f44601-c7d9-4f4e-bc51-d2c5bd336149 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1910 | 2024.07.05 23:27:15.382179 [ 3 ] {} <Debug> HTTP-Session: 85f44601-c7d9-4f4e-bc51-d2c5bd336149 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1911 | 2024.07.05 23:27:15.382211 [ 3 ] {} <Trace> HTTP-Session: 85f44601-c7d9-4f4e-bc51-d2c5bd336149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1912 | 2024.07.05 23:27:15.382331 [ 3 ] {b8c81a20-c7e5-4324-a4a0-6e4cb6617bfc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1913 | 2024.07.05 23:27:15.382375 [ 3 ] {b8c81a20-c7e5-4324-a4a0-6e4cb6617bfc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1914 | 2024.07.05 23:27:15.382518 [ 3 ] {b8c81a20-c7e5-4324-a4a0-6e4cb6617bfc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1915 | 2024.07.05 23:27:15.382848 [ 3 ] {b8c81a20-c7e5-4324-a4a0-6e4cb6617bfc} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1916 | 2024.07.05 23:27:15.382884 [ 3 ] {b8c81a20-c7e5-4324-a4a0-6e4cb6617bfc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
1917 | 2024.07.05 23:27:15.383206 [ 3 ] {b8c81a20-c7e5-4324-a4a0-6e4cb6617bfc} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
1918 | 2024.07.05 23:27:15.383521 [ 3 ] {b8c81a20-c7e5-4324-a4a0-6e4cb6617bfc} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1919 | 2024.07.05 23:27:15.383651 [ 3 ] {b8c81a20-c7e5-4324-a4a0-6e4cb6617bfc} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001359 sec., 47093.451066961 rows/sec., 3.68 MiB/sec. | ||
1920 | 2024.07.05 23:27:15.383934 [ 3 ] {b8c81a20-c7e5-4324-a4a0-6e4cb6617bfc} <Debug> DynamicQueryHandler: Done processing query | ||
1921 | 2024.07.05 23:27:15.383961 [ 3 ] {b8c81a20-c7e5-4324-a4a0-6e4cb6617bfc} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1922 | 2024.07.05 23:27:15.383985 [ 3 ] {} <Debug> HTTP-Session: 85f44601-c7d9-4f4e-bc51-d2c5bd336149 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1923 | 2024.07.05 23:27:15.384207 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 30592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1924 | 2024.07.05 23:27:15.384258 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1925 | 2024.07.05 23:27:15.384278 [ 3 ] {} <Debug> HTTP-Session: e01c7365-d3d1-4a86-9777-71e6cd30ff25 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
1926 | 2024.07.05 23:27:15.384295 [ 3 ] {} <Debug> HTTP-Session: e01c7365-d3d1-4a86-9777-71e6cd30ff25 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1927 | 2024.07.05 23:27:15.384309 [ 3 ] {} <Debug> HTTP-Session: e01c7365-d3d1-4a86-9777-71e6cd30ff25 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1928 | 2024.07.05 23:27:15.384340 [ 3 ] {} <Trace> HTTP-Session: e01c7365-d3d1-4a86-9777-71e6cd30ff25 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1929 | 2024.07.05 23:27:15.384492 [ 3 ] {faa1e45b-0436-4571-8f7b-410fb9eb7bd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1930 | 2024.07.05 23:27:15.384543 [ 3 ] {faa1e45b-0436-4571-8f7b-410fb9eb7bd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1931 | 2024.07.05 23:27:15.384706 [ 3 ] {faa1e45b-0436-4571-8f7b-410fb9eb7bd0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1932 | 2024.07.05 23:27:15.385119 [ 3 ] {faa1e45b-0436-4571-8f7b-410fb9eb7bd0} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1933 | 2024.07.05 23:27:15.385155 [ 3 ] {faa1e45b-0436-4571-8f7b-410fb9eb7bd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
1934 | 2024.07.05 23:27:15.385553 [ 3 ] {faa1e45b-0436-4571-8f7b-410fb9eb7bd0} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
1935 | 2024.07.05 23:27:15.385905 [ 3 ] {faa1e45b-0436-4571-8f7b-410fb9eb7bd0} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1936 | 2024.07.05 23:27:15.386038 [ 3 ] {faa1e45b-0436-4571-8f7b-410fb9eb7bd0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001618 sec., 98887.51545117429 rows/sec., 6.89 MiB/sec. | ||
1937 | 2024.07.05 23:27:15.386569 [ 3 ] {faa1e45b-0436-4571-8f7b-410fb9eb7bd0} <Debug> DynamicQueryHandler: Done processing query | ||
1938 | 2024.07.05 23:27:15.386594 [ 3 ] {faa1e45b-0436-4571-8f7b-410fb9eb7bd0} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
1939 | 2024.07.05 23:27:15.386610 [ 3 ] {} <Debug> HTTP-Session: e01c7365-d3d1-4a86-9777-71e6cd30ff25 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1940 | 2024.07.05 23:27:15.386750 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1941 | 2024.07.05 23:27:15.386800 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1942 | 2024.07.05 23:27:15.386820 [ 3 ] {} <Debug> HTTP-Session: 8f2a68f0-0278-483d-b9b4-7943e75f46fe Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
1943 | 2024.07.05 23:27:15.386837 [ 3 ] {} <Debug> HTTP-Session: 8f2a68f0-0278-483d-b9b4-7943e75f46fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1944 | 2024.07.05 23:27:15.386851 [ 3 ] {} <Debug> HTTP-Session: 8f2a68f0-0278-483d-b9b4-7943e75f46fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1945 | 2024.07.05 23:27:15.386885 [ 3 ] {} <Trace> HTTP-Session: 8f2a68f0-0278-483d-b9b4-7943e75f46fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1946 | 2024.07.05 23:27:15.387017 [ 3 ] {8e1749b5-9864-44a6-8ddb-1ea1447125e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1947 | 2024.07.05 23:27:15.387065 [ 3 ] {8e1749b5-9864-44a6-8ddb-1ea1447125e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1948 | 2024.07.05 23:27:15.387206 [ 3 ] {8e1749b5-9864-44a6-8ddb-1ea1447125e3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1949 | 2024.07.05 23:27:15.387520 [ 3 ] {8e1749b5-9864-44a6-8ddb-1ea1447125e3} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1950 | 2024.07.05 23:27:15.387557 [ 3 ] {8e1749b5-9864-44a6-8ddb-1ea1447125e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
1951 | 2024.07.05 23:27:15.387926 [ 3 ] {8e1749b5-9864-44a6-8ddb-1ea1447125e3} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
1952 | 2024.07.05 23:27:15.388283 [ 3 ] {8e1749b5-9864-44a6-8ddb-1ea1447125e3} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1953 | 2024.07.05 23:27:15.388412 [ 3 ] {8e1749b5-9864-44a6-8ddb-1ea1447125e3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001449 sec., 41407.867494824015 rows/sec., 2.79 MiB/sec. | ||
1954 | 2024.07.05 23:27:15.388921 [ 3 ] {8e1749b5-9864-44a6-8ddb-1ea1447125e3} <Debug> DynamicQueryHandler: Done processing query | ||
1955 | 2024.07.05 23:27:15.388946 [ 3 ] {8e1749b5-9864-44a6-8ddb-1ea1447125e3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1956 | 2024.07.05 23:27:15.388962 [ 3 ] {} <Debug> HTTP-Session: 8f2a68f0-0278-483d-b9b4-7943e75f46fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1957 | 2024.07.05 23:27:20.375345 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 970, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1958 | 2024.07.05 23:27:20.375544 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1959 | 2024.07.05 23:27:20.375593 [ 3 ] {} <Debug> HTTP-Session: 49832778-9406-4f05-acb9-41a119338779 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
1960 | 2024.07.05 23:27:20.375636 [ 3 ] {} <Debug> HTTP-Session: 49832778-9406-4f05-acb9-41a119338779 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1961 | 2024.07.05 23:27:20.375664 [ 3 ] {} <Debug> HTTP-Session: 49832778-9406-4f05-acb9-41a119338779 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1962 | 2024.07.05 23:27:20.375746 [ 3 ] {} <Trace> HTTP-Session: 49832778-9406-4f05-acb9-41a119338779 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1963 | 2024.07.05 23:27:20.376130 [ 3 ] {5124a53d-5eab-48c3-a288-4391b2882138} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) 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', '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) | ||
1964 | 2024.07.05 23:27:20.376699 [ 3 ] {5124a53d-5eab-48c3-a288-4391b2882138} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1965 | 2024.07.05 23:27:20.376746 [ 3 ] {5124a53d-5eab-48c3-a288-4391b2882138} <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', '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 | ||
1966 | 2024.07.05 23:27:20.377064 [ 3 ] {5124a53d-5eab-48c3-a288-4391b2882138} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1967 | 2024.07.05 23:27:20.377149 [ 3 ] {5124a53d-5eab-48c3-a288-4391b2882138} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1968 | 2024.07.05 23:27:20.377322 [ 3 ] {5124a53d-5eab-48c3-a288-4391b2882138} <Debug> oximeter.timeseries_schema (f89da0a6-df14-4137-aa63-4eba12bb476a) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
1969 | 2024.07.05 23:27:20.377465 [ 252 ] {5124a53d-5eab-48c3-a288-4391b2882138} <Trace> oximeter.timeseries_schema (f89da0a6-df14-4137-aa63-4eba12bb476a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1970 | 2024.07.05 23:27:20.377465 [ 254 ] {5124a53d-5eab-48c3-a288-4391b2882138} <Trace> oximeter.timeseries_schema (f89da0a6-df14-4137-aa63-4eba12bb476a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1971 | 2024.07.05 23:27:20.377625 [ 3 ] {5124a53d-5eab-48c3-a288-4391b2882138} <Debug> oximeter.timeseries_schema (f89da0a6-df14-4137-aa63-4eba12bb476a) (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 | ||
1972 | 2024.07.05 23:27:20.377661 [ 3 ] {5124a53d-5eab-48c3-a288-4391b2882138} <Trace> oximeter.timeseries_schema (f89da0a6-df14-4137-aa63-4eba12bb476a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1973 | 2024.07.05 23:27:20.377860 [ 3 ] {5124a53d-5eab-48c3-a288-4391b2882138} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1974 | 2024.07.05 23:27:20.377903 [ 3 ] {5124a53d-5eab-48c3-a288-4391b2882138} <Debug> oximeter.timeseries_schema (f89da0a6-df14-4137-aa63-4eba12bb476a) (SelectExecutor): Reading approx. 24 rows with 2 streams | ||
1975 | 2024.07.05 23:27:20.377961 [ 3 ] {5124a53d-5eab-48c3-a288-4391b2882138} <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', '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'))" | ||
1976 | 2024.07.05 23:27:20.378008 [ 3 ] {5124a53d-5eab-48c3-a288-4391b2882138} <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', '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'))" | ||
1977 | 2024.07.05 23:27:20.380286 [ 3 ] {5124a53d-5eab-48c3-a288-4391b2882138} <Debug> executeQuery: Read 24 rows, 1000.00 B in 0.004336 sec., 5535.055350553506 rows/sec., 225.22 KiB/sec. | ||
1978 | 2024.07.05 23:27:20.380645 [ 3 ] {5124a53d-5eab-48c3-a288-4391b2882138} <Debug> DynamicQueryHandler: Done processing query | ||
1979 | 2024.07.05 23:27:20.380673 [ 3 ] {5124a53d-5eab-48c3-a288-4391b2882138} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1980 | 2024.07.05 23:27:20.380691 [ 3 ] {} <Debug> HTTP-Session: 49832778-9406-4f05-acb9-41a119338779 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1981 | 2024.07.05 23:27:20.382330 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 1012, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1982 | 2024.07.05 23:27:20.382385 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1983 | 2024.07.05 23:27:20.382406 [ 3 ] {} <Debug> HTTP-Session: 419fa47a-7a13-41ff-9fea-eb27ab7062e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
1984 | 2024.07.05 23:27:20.382424 [ 3 ] {} <Debug> HTTP-Session: 419fa47a-7a13-41ff-9fea-eb27ab7062e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1985 | 2024.07.05 23:27:20.382437 [ 3 ] {} <Debug> HTTP-Session: 419fa47a-7a13-41ff-9fea-eb27ab7062e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1986 | 2024.07.05 23:27:20.382475 [ 3 ] {} <Trace> HTTP-Session: 419fa47a-7a13-41ff-9fea-eb27ab7062e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1987 | 2024.07.05 23:27:20.382732 [ 3 ] {6e9a9ef6-0405-474e-bf32-8223fff8867c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) 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', '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) | ||
1988 | 2024.07.05 23:27:20.383284 [ 3 ] {6e9a9ef6-0405-474e-bf32-8223fff8867c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1989 | 2024.07.05 23:27:20.383370 [ 3 ] {6e9a9ef6-0405-474e-bf32-8223fff8867c} <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', '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 | ||
1990 | 2024.07.05 23:27:20.383767 [ 3 ] {6e9a9ef6-0405-474e-bf32-8223fff8867c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1991 | 2024.07.05 23:27:20.383834 [ 3 ] {6e9a9ef6-0405-474e-bf32-8223fff8867c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1992 | 2024.07.05 23:27:20.383976 [ 3 ] {6e9a9ef6-0405-474e-bf32-8223fff8867c} <Debug> oximeter.timeseries_schema (f89da0a6-df14-4137-aa63-4eba12bb476a) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
1993 | 2024.07.05 23:27:20.384057 [ 259 ] {6e9a9ef6-0405-474e-bf32-8223fff8867c} <Trace> oximeter.timeseries_schema (f89da0a6-df14-4137-aa63-4eba12bb476a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1994 | 2024.07.05 23:27:20.384076 [ 257 ] {6e9a9ef6-0405-474e-bf32-8223fff8867c} <Trace> oximeter.timeseries_schema (f89da0a6-df14-4137-aa63-4eba12bb476a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1995 | 2024.07.05 23:27:20.384185 [ 3 ] {6e9a9ef6-0405-474e-bf32-8223fff8867c} <Debug> oximeter.timeseries_schema (f89da0a6-df14-4137-aa63-4eba12bb476a) (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 | ||
1996 | 2024.07.05 23:27:20.384214 [ 3 ] {6e9a9ef6-0405-474e-bf32-8223fff8867c} <Trace> oximeter.timeseries_schema (f89da0a6-df14-4137-aa63-4eba12bb476a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1997 | 2024.07.05 23:27:20.384293 [ 3 ] {6e9a9ef6-0405-474e-bf32-8223fff8867c} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1998 | 2024.07.05 23:27:20.384315 [ 3 ] {6e9a9ef6-0405-474e-bf32-8223fff8867c} <Debug> oximeter.timeseries_schema (f89da0a6-df14-4137-aa63-4eba12bb476a) (SelectExecutor): Reading approx. 24 rows with 2 streams | ||
1999 | 2024.07.05 23:27:20.384354 [ 3 ] {6e9a9ef6-0405-474e-bf32-8223fff8867c} <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', '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'))" | ||
2000 | 2024.07.05 23:27:20.384393 [ 3 ] {6e9a9ef6-0405-474e-bf32-8223fff8867c} <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', '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'))" | ||
2001 | 2024.07.05 23:27:20.385689 [ 3 ] {6e9a9ef6-0405-474e-bf32-8223fff8867c} <Debug> executeQuery: Read 24 rows, 1000.00 B in 0.003114 sec., 7707.129094412331 rows/sec., 313.60 KiB/sec. | ||
2002 | 2024.07.05 23:27:20.386003 [ 3 ] {6e9a9ef6-0405-474e-bf32-8223fff8867c} <Debug> DynamicQueryHandler: Done processing query | ||
2003 | 2024.07.05 23:27:20.386029 [ 3 ] {6e9a9ef6-0405-474e-bf32-8223fff8867c} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
2004 | 2024.07.05 23:27:20.386047 [ 3 ] {} <Debug> HTTP-Session: 419fa47a-7a13-41ff-9fea-eb27ab7062e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2005 | 2024.07.05 23:27:20.386401 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 1050, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2006 | 2024.07.05 23:27:20.386454 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2007 | 2024.07.05 23:27:20.386475 [ 3 ] {} <Debug> HTTP-Session: f5e3b068-1a24-42ce-9e0a-abcb125ace5b Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
2008 | 2024.07.05 23:27:20.386492 [ 3 ] {} <Debug> HTTP-Session: f5e3b068-1a24-42ce-9e0a-abcb125ace5b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2009 | 2024.07.05 23:27:20.386506 [ 3 ] {} <Debug> HTTP-Session: f5e3b068-1a24-42ce-9e0a-abcb125ace5b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2010 | 2024.07.05 23:27:20.386541 [ 3 ] {} <Trace> HTTP-Session: f5e3b068-1a24-42ce-9e0a-abcb125ace5b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2011 | 2024.07.05 23:27:20.386695 [ 3 ] {eb3d0d1e-3a64-4608-8e19-438d1723094d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) 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', '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) | ||
2012 | 2024.07.05 23:27:20.386976 [ 3 ] {eb3d0d1e-3a64-4608-8e19-438d1723094d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2013 | 2024.07.05 23:27:20.387019 [ 3 ] {eb3d0d1e-3a64-4608-8e19-438d1723094d} <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', '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 | ||
2014 | 2024.07.05 23:27:20.387295 [ 3 ] {eb3d0d1e-3a64-4608-8e19-438d1723094d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2015 | 2024.07.05 23:27:20.387361 [ 3 ] {eb3d0d1e-3a64-4608-8e19-438d1723094d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2016 | 2024.07.05 23:27:20.387499 [ 3 ] {eb3d0d1e-3a64-4608-8e19-438d1723094d} <Debug> oximeter.timeseries_schema (f89da0a6-df14-4137-aa63-4eba12bb476a) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
2017 | 2024.07.05 23:27:20.387616 [ 252 ] {eb3d0d1e-3a64-4608-8e19-438d1723094d} <Trace> oximeter.timeseries_schema (f89da0a6-df14-4137-aa63-4eba12bb476a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2018 | 2024.07.05 23:27:20.387616 [ 254 ] {eb3d0d1e-3a64-4608-8e19-438d1723094d} <Trace> oximeter.timeseries_schema (f89da0a6-df14-4137-aa63-4eba12bb476a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2019 | 2024.07.05 23:27:20.387786 [ 3 ] {eb3d0d1e-3a64-4608-8e19-438d1723094d} <Debug> oximeter.timeseries_schema (f89da0a6-df14-4137-aa63-4eba12bb476a) (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 | ||
2020 | 2024.07.05 23:27:20.387816 [ 3 ] {eb3d0d1e-3a64-4608-8e19-438d1723094d} <Trace> oximeter.timeseries_schema (f89da0a6-df14-4137-aa63-4eba12bb476a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2021 | 2024.07.05 23:27:20.387929 [ 3 ] {eb3d0d1e-3a64-4608-8e19-438d1723094d} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2022 | 2024.07.05 23:27:20.387951 [ 3 ] {eb3d0d1e-3a64-4608-8e19-438d1723094d} <Debug> oximeter.timeseries_schema (f89da0a6-df14-4137-aa63-4eba12bb476a) (SelectExecutor): Reading approx. 24 rows with 2 streams | ||
2023 | 2024.07.05 23:27:20.387989 [ 3 ] {eb3d0d1e-3a64-4608-8e19-438d1723094d} <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', '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'))" | ||
2024 | 2024.07.05 23:27:20.388030 [ 3 ] {eb3d0d1e-3a64-4608-8e19-438d1723094d} <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', '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'))" | ||
2025 | 2024.07.05 23:27:20.389508 [ 3 ] {eb3d0d1e-3a64-4608-8e19-438d1723094d} <Debug> executeQuery: Read 24 rows, 1000.00 B in 0.002885 sec., 8318.890814558059 rows/sec., 338.50 KiB/sec. | ||
2026 | 2024.07.05 23:27:20.389807 [ 3 ] {eb3d0d1e-3a64-4608-8e19-438d1723094d} <Debug> DynamicQueryHandler: Done processing query | ||
2027 | 2024.07.05 23:27:20.389830 [ 3 ] {eb3d0d1e-3a64-4608-8e19-438d1723094d} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
2028 | 2024.07.05 23:27:20.389846 [ 3 ] {} <Debug> HTTP-Session: f5e3b068-1a24-42ce-9e0a-abcb125ace5b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2029 | 2024.07.05 23:27:20.390054 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 1087, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2030 | 2024.07.05 23:27:20.390103 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2031 | 2024.07.05 23:27:20.390122 [ 3 ] {} <Debug> HTTP-Session: aefccc50-36f4-4b3a-933b-431fa9f46d07 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
2032 | 2024.07.05 23:27:20.390139 [ 3 ] {} <Debug> HTTP-Session: aefccc50-36f4-4b3a-933b-431fa9f46d07 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2033 | 2024.07.05 23:27:20.390153 [ 3 ] {} <Debug> HTTP-Session: aefccc50-36f4-4b3a-933b-431fa9f46d07 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2034 | 2024.07.05 23:27:20.390184 [ 3 ] {} <Trace> HTTP-Session: aefccc50-36f4-4b3a-933b-431fa9f46d07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2035 | 2024.07.05 23:27:20.390329 [ 3 ] {c217ed79-64e7-4710-af85-29b1352c8cdd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) 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', '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) | ||
2036 | 2024.07.05 23:27:20.390601 [ 3 ] {c217ed79-64e7-4710-af85-29b1352c8cdd} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2037 | 2024.07.05 23:27:20.390645 [ 3 ] {c217ed79-64e7-4710-af85-29b1352c8cdd} <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', '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 | ||
2038 | 2024.07.05 23:27:20.390921 [ 3 ] {c217ed79-64e7-4710-af85-29b1352c8cdd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2039 | 2024.07.05 23:27:20.390985 [ 3 ] {c217ed79-64e7-4710-af85-29b1352c8cdd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2040 | 2024.07.05 23:27:20.391120 [ 3 ] {c217ed79-64e7-4710-af85-29b1352c8cdd} <Debug> oximeter.timeseries_schema (f89da0a6-df14-4137-aa63-4eba12bb476a) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
2041 | 2024.07.05 23:27:20.391225 [ 254 ] {c217ed79-64e7-4710-af85-29b1352c8cdd} <Trace> oximeter.timeseries_schema (f89da0a6-df14-4137-aa63-4eba12bb476a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2042 | 2024.07.05 23:27:20.391230 [ 258 ] {c217ed79-64e7-4710-af85-29b1352c8cdd} <Trace> oximeter.timeseries_schema (f89da0a6-df14-4137-aa63-4eba12bb476a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2043 | 2024.07.05 23:27:20.391355 [ 3 ] {c217ed79-64e7-4710-af85-29b1352c8cdd} <Debug> oximeter.timeseries_schema (f89da0a6-df14-4137-aa63-4eba12bb476a) (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 | ||
2044 | 2024.07.05 23:27:20.391383 [ 3 ] {c217ed79-64e7-4710-af85-29b1352c8cdd} <Trace> oximeter.timeseries_schema (f89da0a6-df14-4137-aa63-4eba12bb476a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2045 | 2024.07.05 23:27:20.391461 [ 3 ] {c217ed79-64e7-4710-af85-29b1352c8cdd} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2046 | 2024.07.05 23:27:20.391480 [ 3 ] {c217ed79-64e7-4710-af85-29b1352c8cdd} <Debug> oximeter.timeseries_schema (f89da0a6-df14-4137-aa63-4eba12bb476a) (SelectExecutor): Reading approx. 24 rows with 2 streams | ||
2047 | 2024.07.05 23:27:20.391518 [ 3 ] {c217ed79-64e7-4710-af85-29b1352c8cdd} <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', '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'))" | ||
2048 | 2024.07.05 23:27:20.391556 [ 3 ] {c217ed79-64e7-4710-af85-29b1352c8cdd} <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', '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'))" | ||
2049 | 2024.07.05 23:27:20.392841 [ 3 ] {c217ed79-64e7-4710-af85-29b1352c8cdd} <Debug> executeQuery: Read 24 rows, 1000.00 B in 0.002582 sec., 9295.120061967467 rows/sec., 378.22 KiB/sec. | ||
2050 | 2024.07.05 23:27:20.393145 [ 3 ] {c217ed79-64e7-4710-af85-29b1352c8cdd} <Debug> DynamicQueryHandler: Done processing query | ||
2051 | 2024.07.05 23:27:20.393170 [ 3 ] {c217ed79-64e7-4710-af85-29b1352c8cdd} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
2052 | 2024.07.05 23:27:20.393186 [ 3 ] {} <Debug> HTTP-Session: aefccc50-36f4-4b3a-933b-431fa9f46d07 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2053 | 2024.07.05 23:27:20.395341 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 1139, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2054 | 2024.07.05 23:27:20.395403 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2055 | 2024.07.05 23:27:20.395427 [ 3 ] {} <Debug> HTTP-Session: 2e37d1e1-c6dd-42e0-8bbb-06be0e47bb20 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
2056 | 2024.07.05 23:27:20.395447 [ 3 ] {} <Debug> HTTP-Session: 2e37d1e1-c6dd-42e0-8bbb-06be0e47bb20 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2057 | 2024.07.05 23:27:20.395464 [ 3 ] {} <Debug> HTTP-Session: 2e37d1e1-c6dd-42e0-8bbb-06be0e47bb20 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2058 | 2024.07.05 23:27:20.395503 [ 3 ] {} <Trace> HTTP-Session: 2e37d1e1-c6dd-42e0-8bbb-06be0e47bb20 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2059 | 2024.07.05 23:27:20.395708 [ 3 ] {2c255cff-aba4-48d4-a123-2b396a92b942} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) 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) | ||
2060 | 2024.07.05 23:27:20.396061 [ 3 ] {2c255cff-aba4-48d4-a123-2b396a92b942} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2061 | 2024.07.05 23:27:20.396116 [ 3 ] {2c255cff-aba4-48d4-a123-2b396a92b942} <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 | ||
2062 | 2024.07.05 23:27:20.396467 [ 3 ] {2c255cff-aba4-48d4-a123-2b396a92b942} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2063 | 2024.07.05 23:27:20.396552 [ 3 ] {2c255cff-aba4-48d4-a123-2b396a92b942} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2064 | 2024.07.05 23:27:20.396721 [ 3 ] {2c255cff-aba4-48d4-a123-2b396a92b942} <Debug> oximeter.timeseries_schema (f89da0a6-df14-4137-aa63-4eba12bb476a) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
2065 | 2024.07.05 23:27:20.396834 [ 254 ] {2c255cff-aba4-48d4-a123-2b396a92b942} <Trace> oximeter.timeseries_schema (f89da0a6-df14-4137-aa63-4eba12bb476a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2066 | 2024.07.05 23:27:20.396840 [ 252 ] {2c255cff-aba4-48d4-a123-2b396a92b942} <Trace> oximeter.timeseries_schema (f89da0a6-df14-4137-aa63-4eba12bb476a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2067 | 2024.07.05 23:27:20.396991 [ 3 ] {2c255cff-aba4-48d4-a123-2b396a92b942} <Debug> oximeter.timeseries_schema (f89da0a6-df14-4137-aa63-4eba12bb476a) (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 | ||
2068 | 2024.07.05 23:27:20.397020 [ 3 ] {2c255cff-aba4-48d4-a123-2b396a92b942} <Trace> oximeter.timeseries_schema (f89da0a6-df14-4137-aa63-4eba12bb476a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2069 | 2024.07.05 23:27:20.397108 [ 3 ] {2c255cff-aba4-48d4-a123-2b396a92b942} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2070 | 2024.07.05 23:27:20.397129 [ 3 ] {2c255cff-aba4-48d4-a123-2b396a92b942} <Debug> oximeter.timeseries_schema (f89da0a6-df14-4137-aa63-4eba12bb476a) (SelectExecutor): Reading approx. 24 rows with 2 streams | ||
2071 | 2024.07.05 23:27:20.397168 [ 3 ] {2c255cff-aba4-48d4-a123-2b396a92b942} <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'))" | ||
2072 | 2024.07.05 23:27:20.397210 [ 3 ] {2c255cff-aba4-48d4-a123-2b396a92b942} <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'))" | ||
2073 | 2024.07.05 23:27:20.398336 [ 3 ] {2c255cff-aba4-48d4-a123-2b396a92b942} <Debug> executeQuery: Read 24 rows, 1000.00 B in 0.00273 sec., 8791.208791208792 rows/sec., 357.72 KiB/sec. | ||
2074 | 2024.07.05 23:27:20.398635 [ 3 ] {2c255cff-aba4-48d4-a123-2b396a92b942} <Debug> DynamicQueryHandler: Done processing query | ||
2075 | 2024.07.05 23:27:20.398660 [ 3 ] {2c255cff-aba4-48d4-a123-2b396a92b942} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
2076 | 2024.07.05 23:27:20.398676 [ 3 ] {} <Debug> HTTP-Session: 2e37d1e1-c6dd-42e0-8bbb-06be0e47bb20 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2077 | 2024.07.05 23:27:20.403695 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 1341, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2078 | 2024.07.05 23:27:20.403752 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2079 | 2024.07.05 23:27:20.403776 [ 3 ] {} <Debug> HTTP-Session: b642eae0-06c4-4e43-bb2c-f8dbfe241058 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
2080 | 2024.07.05 23:27:20.403796 [ 3 ] {} <Debug> HTTP-Session: b642eae0-06c4-4e43-bb2c-f8dbfe241058 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2081 | 2024.07.05 23:27:20.403813 [ 3 ] {} <Debug> HTTP-Session: b642eae0-06c4-4e43-bb2c-f8dbfe241058 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2082 | 2024.07.05 23:27:20.403851 [ 3 ] {} <Trace> HTTP-Session: b642eae0-06c4-4e43-bb2c-f8dbfe241058 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2083 | 2024.07.05 23:27:20.403986 [ 3 ] {a33a6c46-9498-424d-b940-565b3f118637} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
2084 | 2024.07.05 23:27:20.404041 [ 3 ] {a33a6c46-9498-424d-b940-565b3f118637} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2085 | 2024.07.05 23:27:20.404242 [ 3 ] {a33a6c46-9498-424d-b940-565b3f118637} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2086 | 2024.07.05 23:27:20.404609 [ 3 ] {a33a6c46-9498-424d-b940-565b3f118637} <Trace> oximeter.timeseries_schema (f89da0a6-df14-4137-aa63-4eba12bb476a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2087 | 2024.07.05 23:27:20.404648 [ 3 ] {a33a6c46-9498-424d-b940-565b3f118637} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
2088 | 2024.07.05 23:27:20.405144 [ 3 ] {a33a6c46-9498-424d-b940-565b3f118637} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2089 | 2024.07.05 23:27:20.405471 [ 3 ] {a33a6c46-9498-424d-b940-565b3f118637} <Trace> oximeter.timeseries_schema (f89da0a6-df14-4137-aa63-4eba12bb476a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2090 | 2024.07.05 23:27:20.405641 [ 3 ] {a33a6c46-9498-424d-b940-565b3f118637} <Debug> executeQuery: Read 5 rows, 675.00 B in 0.001691 sec., 2956.830277942046 rows/sec., 389.82 KiB/sec. | ||
2091 | 2024.07.05 23:27:20.405938 [ 3 ] {a33a6c46-9498-424d-b940-565b3f118637} <Debug> DynamicQueryHandler: Done processing query | ||
2092 | 2024.07.05 23:27:20.405963 [ 3 ] {a33a6c46-9498-424d-b940-565b3f118637} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
2093 | 2024.07.05 23:27:20.405979 [ 3 ] {} <Debug> HTTP-Session: b642eae0-06c4-4e43-bb2c-f8dbfe241058 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2094 | 2024.07.05 23:27:20.406109 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 3207, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2095 | 2024.07.05 23:27:20.406165 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2096 | 2024.07.05 23:27:20.406185 [ 3 ] {} <Debug> HTTP-Session: 5a5da9e4-9b77-472c-a461-57495f99892f Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
2097 | 2024.07.05 23:27:20.406202 [ 3 ] {} <Debug> HTTP-Session: 5a5da9e4-9b77-472c-a461-57495f99892f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2098 | 2024.07.05 23:27:20.406216 [ 3 ] {} <Debug> HTTP-Session: 5a5da9e4-9b77-472c-a461-57495f99892f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2099 | 2024.07.05 23:27:20.406246 [ 3 ] {} <Trace> HTTP-Session: 5a5da9e4-9b77-472c-a461-57495f99892f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2100 | 2024.07.05 23:27:20.406355 [ 3 ] {2bd6628f-9122-429a-b36b-64fc8ce35fbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2101 | 2024.07.05 23:27:20.406399 [ 3 ] {2bd6628f-9122-429a-b36b-64fc8ce35fbe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2102 | 2024.07.05 23:27:20.406547 [ 3 ] {2bd6628f-9122-429a-b36b-64fc8ce35fbe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2103 | 2024.07.05 23:27:20.407442 [ 3 ] {2bd6628f-9122-429a-b36b-64fc8ce35fbe} <Trace> oximeter.fields_i64 (90cc20bc-62f3-4585-81bd-da47c52ed55a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2104 | 2024.07.05 23:27:20.407477 [ 3 ] {2bd6628f-9122-429a-b36b-64fc8ce35fbe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
2105 | 2024.07.05 23:27:20.407789 [ 3 ] {2bd6628f-9122-429a-b36b-64fc8ce35fbe} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
2106 | 2024.07.05 23:27:20.408093 [ 3 ] {2bd6628f-9122-429a-b36b-64fc8ce35fbe} <Trace> oximeter.fields_i64 (90cc20bc-62f3-4585-81bd-da47c52ed55a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2107 | 2024.07.05 23:27:20.408249 [ 3 ] {2bd6628f-9122-429a-b36b-64fc8ce35fbe} <Debug> executeQuery: Read 22 rows, 1.78 KiB in 0.00191 sec., 11518.324607329843 rows/sec., 933.61 KiB/sec. | ||
2108 | 2024.07.05 23:27:20.408576 [ 3 ] {2bd6628f-9122-429a-b36b-64fc8ce35fbe} <Debug> DynamicQueryHandler: Done processing query | ||
2109 | 2024.07.05 23:27:20.408602 [ 3 ] {2bd6628f-9122-429a-b36b-64fc8ce35fbe} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2110 | 2024.07.05 23:27:20.408619 [ 3 ] {} <Debug> HTTP-Session: 5a5da9e4-9b77-472c-a461-57495f99892f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2111 | 2024.07.05 23:27:20.408784 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2112 | 2024.07.05 23:27:20.408834 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2113 | 2024.07.05 23:27:20.408853 [ 3 ] {} <Debug> HTTP-Session: 647aa05e-6f74-4fe7-894b-678ec86f990d Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
2114 | 2024.07.05 23:27:20.408870 [ 3 ] {} <Debug> HTTP-Session: 647aa05e-6f74-4fe7-894b-678ec86f990d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2115 | 2024.07.05 23:27:20.408884 [ 3 ] {} <Debug> HTTP-Session: 647aa05e-6f74-4fe7-894b-678ec86f990d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2116 | 2024.07.05 23:27:20.408914 [ 3 ] {} <Trace> HTTP-Session: 647aa05e-6f74-4fe7-894b-678ec86f990d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2117 | 2024.07.05 23:27:20.409010 [ 3 ] {66c3ade2-db0e-4746-a623-b962b397e547} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
2118 | 2024.07.05 23:27:20.409058 [ 3 ] {66c3ade2-db0e-4746-a623-b962b397e547} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
2119 | 2024.07.05 23:27:20.409230 [ 3 ] {66c3ade2-db0e-4746-a623-b962b397e547} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2120 | 2024.07.05 23:27:20.409574 [ 3 ] {66c3ade2-db0e-4746-a623-b962b397e547} <Trace> oximeter.fields_ipaddr (621c09d4-afcc-4919-9877-59c96fa833d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2121 | 2024.07.05 23:27:20.409610 [ 3 ] {66c3ade2-db0e-4746-a623-b962b397e547} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
2122 | 2024.07.05 23:27:20.409952 [ 3 ] {66c3ade2-db0e-4746-a623-b962b397e547} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
2123 | 2024.07.05 23:27:20.410245 [ 3 ] {66c3ade2-db0e-4746-a623-b962b397e547} <Trace> oximeter.fields_ipaddr (621c09d4-afcc-4919-9877-59c96fa833d8): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2124 | 2024.07.05 23:27:20.410403 [ 3 ] {66c3ade2-db0e-4746-a623-b962b397e547} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00141 sec., 1418.4397163120568 rows/sec., 115.66 KiB/sec. | ||
2125 | 2024.07.05 23:27:20.410680 [ 3 ] {66c3ade2-db0e-4746-a623-b962b397e547} <Debug> DynamicQueryHandler: Done processing query | ||
2126 | 2024.07.05 23:27:20.410707 [ 3 ] {66c3ade2-db0e-4746-a623-b962b397e547} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2127 | 2024.07.05 23:27:20.410722 [ 3 ] {} <Debug> HTTP-Session: 647aa05e-6f74-4fe7-894b-678ec86f990d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2128 | 2024.07.05 23:27:20.410962 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 22817, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2129 | 2024.07.05 23:27:20.411010 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2130 | 2024.07.05 23:27:20.411029 [ 3 ] {} <Debug> HTTP-Session: 109b9235-0d34-453d-a2ab-1fa6732e524b Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
2131 | 2024.07.05 23:27:20.411046 [ 3 ] {} <Debug> HTTP-Session: 109b9235-0d34-453d-a2ab-1fa6732e524b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2132 | 2024.07.05 23:27:20.411059 [ 3 ] {} <Debug> HTTP-Session: 109b9235-0d34-453d-a2ab-1fa6732e524b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2133 | 2024.07.05 23:27:20.411090 [ 3 ] {} <Trace> HTTP-Session: 109b9235-0d34-453d-a2ab-1fa6732e524b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2134 | 2024.07.05 23:27:20.411254 [ 3 ] {85f8d8d7-125c-447a-a552-391257bebfb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2135 | 2024.07.05 23:27:20.411296 [ 3 ] {85f8d8d7-125c-447a-a552-391257bebfb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2136 | 2024.07.05 23:27:20.411445 [ 3 ] {85f8d8d7-125c-447a-a552-391257bebfb9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2137 | 2024.07.05 23:27:20.411842 [ 3 ] {85f8d8d7-125c-447a-a552-391257bebfb9} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2138 | 2024.07.05 23:27:20.411878 [ 3 ] {85f8d8d7-125c-447a-a552-391257bebfb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
2139 | 2024.07.05 23:27:20.412242 [ 3 ] {85f8d8d7-125c-447a-a552-391257bebfb9} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2140 | 2024.07.05 23:27:20.412548 [ 3 ] {85f8d8d7-125c-447a-a552-391257bebfb9} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2141 | 2024.07.05 23:27:20.412706 [ 68 ] {} <Debug> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2142 | 2024.07.05 23:27:20.412715 [ 3 ] {85f8d8d7-125c-447a-a552-391257bebfb9} <Debug> executeQuery: Read 159 rows, 13.15 KiB in 0.001536 sec., 103515.625 rows/sec., 8.36 MiB/sec. | ||
2143 | 2024.07.05 23:27:20.412798 [ 68 ] {} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2144 | 2024.07.05 23:27:20.412863 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
2145 | 2024.07.05 23:27:20.413045 [ 3 ] {85f8d8d7-125c-447a-a552-391257bebfb9} <Debug> DynamicQueryHandler: Done processing query | ||
2146 | 2024.07.05 23:27:20.413132 [ 3 ] {85f8d8d7-125c-447a-a552-391257bebfb9} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
2147 | 2024.07.05 23:27:20.413219 [ 3 ] {} <Debug> HTTP-Session: 109b9235-0d34-453d-a2ab-1fa6732e524b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2148 | 2024.07.05 23:27:20.413249 [ 191 ] {5312aebe-5a34-422e-b0ce-e859ed1f196c::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 | ||
2149 | 2024.07.05 23:27:20.413435 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2150 | 2024.07.05 23:27:20.413485 [ 191 ] {5312aebe-5a34-422e-b0ce-e859ed1f196c::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2151 | 2024.07.05 23:27:20.413507 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2152 | 2024.07.05 23:27:20.413526 [ 191 ] {5312aebe-5a34-422e-b0ce-e859ed1f196c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 92 rows starting from the beginning of the part | ||
2153 | 2024.07.05 23:27:20.413536 [ 3 ] {} <Debug> HTTP-Session: daeb9b4c-e330-4a2a-8383-2e41f97e4a76 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
2154 | 2024.07.05 23:27:20.413562 [ 3 ] {} <Debug> HTTP-Session: daeb9b4c-e330-4a2a-8383-2e41f97e4a76 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2155 | 2024.07.05 23:27:20.413591 [ 3 ] {} <Debug> HTTP-Session: daeb9b4c-e330-4a2a-8383-2e41f97e4a76 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2156 | 2024.07.05 23:27:20.413671 [ 191 ] {5312aebe-5a34-422e-b0ce-e859ed1f196c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 56 rows starting from the beginning of the part | ||
2157 | 2024.07.05 23:27:20.413700 [ 3 ] {} <Trace> HTTP-Session: daeb9b4c-e330-4a2a-8383-2e41f97e4a76 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2158 | 2024.07.05 23:27:20.413918 [ 191 ] {5312aebe-5a34-422e-b0ce-e859ed1f196c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 56 rows starting from the beginning of the part | ||
2159 | 2024.07.05 23:27:20.413956 [ 3 ] {dd5d855b-5abc-4663-8404-41456dc75fcc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
2160 | 2024.07.05 23:27:20.414099 [ 3 ] {dd5d855b-5abc-4663-8404-41456dc75fcc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2161 | 2024.07.05 23:27:20.414157 [ 191 ] {5312aebe-5a34-422e-b0ce-e859ed1f196c::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 | ||
2162 | 2024.07.05 23:27:20.414441 [ 191 ] {5312aebe-5a34-422e-b0ce-e859ed1f196c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 56 rows starting from the beginning of the part | ||
2163 | 2024.07.05 23:27:20.414730 [ 191 ] {5312aebe-5a34-422e-b0ce-e859ed1f196c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 159 rows starting from the beginning of the part | ||
2164 | 2024.07.05 23:27:20.414978 [ 3 ] {dd5d855b-5abc-4663-8404-41456dc75fcc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2165 | 2024.07.05 23:27:20.415579 [ 3 ] {dd5d855b-5abc-4663-8404-41456dc75fcc} <Trace> oximeter.fields_u16 (45fa30f1-4b24-4248-82d1-beb821e1c8a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2166 | 2024.07.05 23:27:20.415627 [ 3 ] {dd5d855b-5abc-4663-8404-41456dc75fcc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
2167 | 2024.07.05 23:27:20.416191 [ 3 ] {dd5d855b-5abc-4663-8404-41456dc75fcc} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
2168 | 2024.07.05 23:27:20.416650 [ 196 ] {5312aebe-5a34-422e-b0ce-e859ed1f196c::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 475 rows, containing 4 columns (4 merged, 0 gathered) in 0.003676063 sec., 129214.32521695086 rows/sec., 10.04 MiB/sec. | ||
2169 | 2024.07.05 23:27:20.416720 [ 3 ] {dd5d855b-5abc-4663-8404-41456dc75fcc} <Trace> oximeter.fields_u16 (45fa30f1-4b24-4248-82d1-beb821e1c8a3): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2170 | 2024.07.05 23:27:20.416965 [ 196 ] {5312aebe-5a34-422e-b0ce-e859ed1f196c::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2171 | 2024.07.05 23:27:20.416975 [ 3 ] {dd5d855b-5abc-4663-8404-41456dc75fcc} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.003062 sec., 653.1678641410842 rows/sec., 45.61 KiB/sec. | ||
2172 | 2024.07.05 23:27:20.417465 [ 3 ] {dd5d855b-5abc-4663-8404-41456dc75fcc} <Debug> DynamicQueryHandler: Done processing query | ||
2173 | 2024.07.05 23:27:20.417529 [ 3 ] {dd5d855b-5abc-4663-8404-41456dc75fcc} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2174 | 2024.07.05 23:27:20.417580 [ 3 ] {} <Debug> HTTP-Session: daeb9b4c-e330-4a2a-8383-2e41f97e4a76 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2175 | 2024.07.05 23:27:20.417791 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 20194, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2176 | 2024.07.05 23:27:20.417844 [ 195 ] {5312aebe-5a34-422e-b0ce-e859ed1f196c::all_1_11_2} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2177 | 2024.07.05 23:27:20.417869 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2178 | 2024.07.05 23:27:20.417901 [ 3 ] {} <Debug> HTTP-Session: 2f551d2e-06bc-46dd-bb71-1b411ff7a2cf Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
2179 | 2024.07.05 23:27:20.417925 [ 3 ] {} <Debug> HTTP-Session: 2f551d2e-06bc-46dd-bb71-1b411ff7a2cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2180 | 2024.07.05 23:27:20.417943 [ 3 ] {} <Debug> HTTP-Session: 2f551d2e-06bc-46dd-bb71-1b411ff7a2cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2181 | 2024.07.05 23:27:20.417966 [ 195 ] {5312aebe-5a34-422e-b0ce-e859ed1f196c::all_1_11_2} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2182 | 2024.07.05 23:27:20.417981 [ 3 ] {} <Trace> HTTP-Session: 2f551d2e-06bc-46dd-bb71-1b411ff7a2cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2183 | 2024.07.05 23:27:20.418075 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
2184 | 2024.07.05 23:27:20.418192 [ 3 ] {3c6d9023-4136-4ee1-9c63-3f1c7900c91c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2185 | 2024.07.05 23:27:20.418237 [ 3 ] {3c6d9023-4136-4ee1-9c63-3f1c7900c91c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2186 | 2024.07.05 23:27:20.418381 [ 3 ] {3c6d9023-4136-4ee1-9c63-3f1c7900c91c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2187 | 2024.07.05 23:27:20.418815 [ 3 ] {3c6d9023-4136-4ee1-9c63-3f1c7900c91c} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2188 | 2024.07.05 23:27:20.418852 [ 3 ] {3c6d9023-4136-4ee1-9c63-3f1c7900c91c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
2189 | 2024.07.05 23:27:20.419198 [ 3 ] {3c6d9023-4136-4ee1-9c63-3f1c7900c91c} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2190 | 2024.07.05 23:27:20.419530 [ 3 ] {3c6d9023-4136-4ee1-9c63-3f1c7900c91c} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2191 | 2024.07.05 23:27:20.419654 [ 3 ] {3c6d9023-4136-4ee1-9c63-3f1c7900c91c} <Debug> executeQuery: Read 119 rows, 9.51 KiB in 0.001566 sec., 75989.78288633462 rows/sec., 5.93 MiB/sec. | ||
2192 | 2024.07.05 23:27:20.419667 [ 67 ] {} <Debug> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2193 | 2024.07.05 23:27:20.419717 [ 67 ] {} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2194 | 2024.07.05 23:27:20.419744 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
2195 | 2024.07.05 23:27:20.419871 [ 3 ] {3c6d9023-4136-4ee1-9c63-3f1c7900c91c} <Debug> DynamicQueryHandler: Done processing query | ||
2196 | 2024.07.05 23:27:20.419884 [ 196 ] {41c6d68c-04fc-4ca2-8bf5-9cf02702be2b::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 | ||
2197 | 2024.07.05 23:27:20.419905 [ 3 ] {3c6d9023-4136-4ee1-9c63-3f1c7900c91c} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
2198 | 2024.07.05 23:27:20.419963 [ 3 ] {} <Debug> HTTP-Session: 2f551d2e-06bc-46dd-bb71-1b411ff7a2cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2199 | 2024.07.05 23:27:20.420072 [ 196 ] {41c6d68c-04fc-4ca2-8bf5-9cf02702be2b::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2200 | 2024.07.05 23:27:20.420106 [ 196 ] {41c6d68c-04fc-4ca2-8bf5-9cf02702be2b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 88 rows starting from the beginning of the part | ||
2201 | 2024.07.05 23:27:20.420250 [ 196 ] {41c6d68c-04fc-4ca2-8bf5-9cf02702be2b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 64 rows starting from the beginning of the part | ||
2202 | 2024.07.05 23:27:20.420290 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 37711, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2203 | 2024.07.05 23:27:20.420513 [ 196 ] {41c6d68c-04fc-4ca2-8bf5-9cf02702be2b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 64 rows starting from the beginning of the part | ||
2204 | 2024.07.05 23:27:20.420513 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2205 | 2024.07.05 23:27:20.420657 [ 3 ] {} <Debug> HTTP-Session: 413fb9b9-3c29-4e64-9c12-f77edcc3f3f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
2206 | 2024.07.05 23:27:20.420750 [ 3 ] {} <Debug> HTTP-Session: 413fb9b9-3c29-4e64-9c12-f77edcc3f3f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2207 | 2024.07.05 23:27:20.420797 [ 196 ] {41c6d68c-04fc-4ca2-8bf5-9cf02702be2b::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 | ||
2208 | 2024.07.05 23:27:20.420814 [ 3 ] {} <Debug> HTTP-Session: 413fb9b9-3c29-4e64-9c12-f77edcc3f3f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2209 | 2024.07.05 23:27:20.420956 [ 3 ] {} <Trace> HTTP-Session: 413fb9b9-3c29-4e64-9c12-f77edcc3f3f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2210 | 2024.07.05 23:27:20.421094 [ 196 ] {41c6d68c-04fc-4ca2-8bf5-9cf02702be2b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 64 rows starting from the beginning of the part | ||
2211 | 2024.07.05 23:27:20.421304 [ 196 ] {41c6d68c-04fc-4ca2-8bf5-9cf02702be2b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 119 rows starting from the beginning of the part | ||
2212 | 2024.07.05 23:27:20.421532 [ 3 ] {335e78b9-a078-49a4-a4ce-4f9c36ea4837} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2213 | 2024.07.05 23:27:20.421723 [ 3 ] {335e78b9-a078-49a4-a4ce-4f9c36ea4837} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2214 | 2024.07.05 23:27:20.422270 [ 3 ] {335e78b9-a078-49a4-a4ce-4f9c36ea4837} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2215 | 2024.07.05 23:27:20.423392 [ 3 ] {335e78b9-a078-49a4-a4ce-4f9c36ea4837} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2216 | 2024.07.05 23:27:20.423476 [ 3 ] {335e78b9-a078-49a4-a4ce-4f9c36ea4837} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
2217 | 2024.07.05 23:27:20.424208 [ 191 ] {41c6d68c-04fc-4ca2-8bf5-9cf02702be2b::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 463 rows, containing 4 columns (4 merged, 0 gathered) in 0.004383329 sec., 105627.48084846015 rows/sec., 8.24 MiB/sec. | ||
2218 | 2024.07.05 23:27:20.424344 [ 3 ] {335e78b9-a078-49a4-a4ce-4f9c36ea4837} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2219 | 2024.07.05 23:27:20.424388 [ 191 ] {41c6d68c-04fc-4ca2-8bf5-9cf02702be2b::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2220 | 2024.07.05 23:27:20.424899 [ 3 ] {335e78b9-a078-49a4-a4ce-4f9c36ea4837} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2221 | 2024.07.05 23:27:20.424927 [ 191 ] {41c6d68c-04fc-4ca2-8bf5-9cf02702be2b::all_1_11_2} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2222 | 2024.07.05 23:27:20.425061 [ 191 ] {41c6d68c-04fc-4ca2-8bf5-9cf02702be2b::all_1_11_2} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2223 | 2024.07.05 23:27:20.425066 [ 67 ] {} <Debug> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2224 | 2024.07.05 23:27:20.425094 [ 3 ] {335e78b9-a078-49a4-a4ce-4f9c36ea4837} <Debug> executeQuery: Read 197 rows, 14.08 KiB in 0.003887 sec., 50681.759711860046 rows/sec., 3.54 MiB/sec. | ||
2225 | 2024.07.05 23:27:20.425116 [ 67 ] {} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2226 | 2024.07.05 23:27:20.425178 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
2227 | 2024.07.05 23:27:20.425234 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
2228 | 2024.07.05 23:27:20.425372 [ 195 ] {32bf2426-5e02-498f-a333-0e56dff421cb::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 | ||
2229 | 2024.07.05 23:27:20.425420 [ 3 ] {335e78b9-a078-49a4-a4ce-4f9c36ea4837} <Debug> DynamicQueryHandler: Done processing query | ||
2230 | 2024.07.05 23:27:20.425466 [ 3 ] {335e78b9-a078-49a4-a4ce-4f9c36ea4837} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
2231 | 2024.07.05 23:27:20.425502 [ 3 ] {} <Debug> HTTP-Session: 413fb9b9-3c29-4e64-9c12-f77edcc3f3f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2232 | 2024.07.05 23:27:20.425520 [ 195 ] {32bf2426-5e02-498f-a333-0e56dff421cb::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2233 | 2024.07.05 23:27:20.425564 [ 195 ] {32bf2426-5e02-498f-a333-0e56dff421cb::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1042 rows starting from the beginning of the part | ||
2234 | 2024.07.05 23:27:20.425658 [ 195 ] {32bf2426-5e02-498f-a333-0e56dff421cb::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 160 rows starting from the beginning of the part | ||
2235 | 2024.07.05 23:27:20.425798 [ 195 ] {32bf2426-5e02-498f-a333-0e56dff421cb::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 | ||
2236 | 2024.07.05 23:27:20.425801 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 35284, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2237 | 2024.07.05 23:27:20.425909 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2238 | 2024.07.05 23:27:20.425933 [ 195 ] {32bf2426-5e02-498f-a333-0e56dff421cb::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 | ||
2239 | 2024.07.05 23:27:20.425961 [ 3 ] {} <Debug> HTTP-Session: f6d31212-f408-4a56-9b75-c68a7c924c22 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
2240 | 2024.07.05 23:27:20.425993 [ 3 ] {} <Debug> HTTP-Session: f6d31212-f408-4a56-9b75-c68a7c924c22 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2241 | 2024.07.05 23:27:20.426044 [ 3 ] {} <Debug> HTTP-Session: f6d31212-f408-4a56-9b75-c68a7c924c22 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2242 | 2024.07.05 23:27:20.426115 [ 195 ] {32bf2426-5e02-498f-a333-0e56dff421cb::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 | ||
2243 | 2024.07.05 23:27:20.426126 [ 3 ] {} <Trace> HTTP-Session: f6d31212-f408-4a56-9b75-c68a7c924c22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2244 | 2024.07.05 23:27:20.426245 [ 195 ] {32bf2426-5e02-498f-a333-0e56dff421cb::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 197 rows starting from the beginning of the part | ||
2245 | 2024.07.05 23:27:20.426682 [ 3 ] {747a44b4-6267-4e7e-b3fb-77c9161f33f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2246 | 2024.07.05 23:27:20.426763 [ 3 ] {747a44b4-6267-4e7e-b3fb-77c9161f33f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
2247 | 2024.07.05 23:27:20.427740 [ 3 ] {747a44b4-6267-4e7e-b3fb-77c9161f33f7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2248 | 2024.07.05 23:27:20.428207 [ 191 ] {32bf2426-5e02-498f-a333-0e56dff421cb::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1879 rows, containing 5 columns (5 merged, 0 gathered) in 0.002883585 sec., 651619.4251253214 rows/sec., 45.45 MiB/sec. | ||
2249 | 2024.07.05 23:27:20.428475 [ 195 ] {32bf2426-5e02-498f-a333-0e56dff421cb::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2250 | 2024.07.05 23:27:20.429139 [ 3 ] {747a44b4-6267-4e7e-b3fb-77c9161f33f7} <Trace> oximeter.measurements_histogramf64 (3a521290-854b-45c9-817a-bf8e30cab779): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2251 | 2024.07.05 23:27:20.429181 [ 3 ] {747a44b4-6267-4e7e-b3fb-77c9161f33f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
2252 | 2024.07.05 23:27:20.429321 [ 195 ] {32bf2426-5e02-498f-a333-0e56dff421cb::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2253 | 2024.07.05 23:27:20.429451 [ 195 ] {32bf2426-5e02-498f-a333-0e56dff421cb::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2254 | 2024.07.05 23:27:20.429539 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. | ||
2255 | 2024.07.05 23:27:20.432843 [ 3 ] {747a44b4-6267-4e7e-b3fb-77c9161f33f7} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
2256 | 2024.07.05 23:27:20.433297 [ 3 ] {747a44b4-6267-4e7e-b3fb-77c9161f33f7} <Trace> oximeter.measurements_histogramf64 (3a521290-854b-45c9-817a-bf8e30cab779): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2257 | 2024.07.05 23:27:20.433470 [ 3 ] {747a44b4-6267-4e7e-b3fb-77c9161f33f7} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.007193 sec., 3058.5291255387183 rows/sec., 5.48 MiB/sec. | ||
2258 | 2024.07.05 23:27:20.434077 [ 3 ] {747a44b4-6267-4e7e-b3fb-77c9161f33f7} <Debug> DynamicQueryHandler: Done processing query | ||
2259 | 2024.07.05 23:27:20.434104 [ 3 ] {747a44b4-6267-4e7e-b3fb-77c9161f33f7} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
2260 | 2024.07.05 23:27:20.434122 [ 3 ] {} <Debug> HTTP-Session: f6d31212-f408-4a56-9b75-c68a7c924c22 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2261 | 2024.07.05 23:27:20.434294 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 1975, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2262 | 2024.07.05 23:27:20.434346 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2263 | 2024.07.05 23:27:20.434366 [ 3 ] {} <Debug> HTTP-Session: f429dd93-cc90-48e8-8822-e5215e8d4cfc Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
2264 | 2024.07.05 23:27:20.434383 [ 3 ] {} <Debug> HTTP-Session: f429dd93-cc90-48e8-8822-e5215e8d4cfc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2265 | 2024.07.05 23:27:20.434397 [ 3 ] {} <Debug> HTTP-Session: f429dd93-cc90-48e8-8822-e5215e8d4cfc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2266 | 2024.07.05 23:27:20.434430 [ 3 ] {} <Trace> HTTP-Session: f429dd93-cc90-48e8-8822-e5215e8d4cfc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2267 | 2024.07.05 23:27:20.434531 [ 3 ] {41768176-0550-475b-a21e-43a67847eb8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
2268 | 2024.07.05 23:27:20.434577 [ 3 ] {41768176-0550-475b-a21e-43a67847eb8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
2269 | 2024.07.05 23:27:20.434709 [ 3 ] {41768176-0550-475b-a21e-43a67847eb8d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2270 | 2024.07.05 23:27:20.434984 [ 3 ] {41768176-0550-475b-a21e-43a67847eb8d} <Trace> oximeter.measurements_i64 (230a8609-22a1-4ede-8e6f-680f3b148594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2271 | 2024.07.05 23:27:20.435020 [ 3 ] {41768176-0550-475b-a21e-43a67847eb8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
2272 | 2024.07.05 23:27:20.435373 [ 3 ] {41768176-0550-475b-a21e-43a67847eb8d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
2273 | 2024.07.05 23:27:20.435705 [ 3 ] {41768176-0550-475b-a21e-43a67847eb8d} <Trace> oximeter.measurements_i64 (230a8609-22a1-4ede-8e6f-680f3b148594): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2274 | 2024.07.05 23:27:20.435843 [ 3 ] {41768176-0550-475b-a21e-43a67847eb8d} <Debug> executeQuery: Read 12 rows, 926.00 B in 0.001324 sec., 9063.444108761329 rows/sec., 683.00 KiB/sec. | ||
2275 | 2024.07.05 23:27:20.436207 [ 3 ] {41768176-0550-475b-a21e-43a67847eb8d} <Debug> DynamicQueryHandler: Done processing query | ||
2276 | 2024.07.05 23:27:20.436232 [ 3 ] {41768176-0550-475b-a21e-43a67847eb8d} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2277 | 2024.07.05 23:27:20.436248 [ 3 ] {} <Debug> HTTP-Session: f429dd93-cc90-48e8-8822-e5215e8d4cfc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2278 | 2024.07.05 23:27:20.436377 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2279 | 2024.07.05 23:27:20.436426 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2280 | 2024.07.05 23:27:20.436446 [ 3 ] {} <Debug> HTTP-Session: 312c6dca-5823-4ef3-89df-961d8f3dd1c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
2281 | 2024.07.05 23:27:20.436463 [ 3 ] {} <Debug> HTTP-Session: 312c6dca-5823-4ef3-89df-961d8f3dd1c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2282 | 2024.07.05 23:27:20.436477 [ 3 ] {} <Debug> HTTP-Session: 312c6dca-5823-4ef3-89df-961d8f3dd1c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2283 | 2024.07.05 23:27:20.436509 [ 3 ] {} <Trace> HTTP-Session: 312c6dca-5823-4ef3-89df-961d8f3dd1c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2284 | 2024.07.05 23:27:20.436627 [ 3 ] {f3c8a788-fb19-4df8-ab69-8b347fbf3b28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2285 | 2024.07.05 23:27:20.436673 [ 3 ] {f3c8a788-fb19-4df8-ab69-8b347fbf3b28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2286 | 2024.07.05 23:27:20.436818 [ 3 ] {f3c8a788-fb19-4df8-ab69-8b347fbf3b28} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2287 | 2024.07.05 23:27:20.437116 [ 3 ] {f3c8a788-fb19-4df8-ab69-8b347fbf3b28} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2288 | 2024.07.05 23:27:20.437153 [ 3 ] {f3c8a788-fb19-4df8-ab69-8b347fbf3b28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
2289 | 2024.07.05 23:27:20.437506 [ 3 ] {f3c8a788-fb19-4df8-ab69-8b347fbf3b28} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2290 | 2024.07.05 23:27:20.437845 [ 3 ] {f3c8a788-fb19-4df8-ab69-8b347fbf3b28} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2291 | 2024.07.05 23:27:20.437965 [ 67 ] {} <Debug> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2292 | 2024.07.05 23:27:20.437970 [ 3 ] {f3c8a788-fb19-4df8-ab69-8b347fbf3b28} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001387 sec., 43258.83201153569 rows/sec., 2.92 MiB/sec. | ||
2293 | 2024.07.05 23:27:20.437998 [ 67 ] {} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2294 | 2024.07.05 23:27:20.438033 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
2295 | 2024.07.05 23:27:20.438149 [ 191 ] {bcc711bb-3808-4d12-8719-f1e4bc8a9242::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 | ||
2296 | 2024.07.05 23:27:20.438180 [ 3 ] {f3c8a788-fb19-4df8-ab69-8b347fbf3b28} <Debug> DynamicQueryHandler: Done processing query | ||
2297 | 2024.07.05 23:27:20.438211 [ 3 ] {f3c8a788-fb19-4df8-ab69-8b347fbf3b28} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2298 | 2024.07.05 23:27:20.438238 [ 3 ] {} <Debug> HTTP-Session: 312c6dca-5823-4ef3-89df-961d8f3dd1c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2299 | 2024.07.05 23:27:20.438306 [ 191 ] {bcc711bb-3808-4d12-8719-f1e4bc8a9242::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2300 | 2024.07.05 23:27:20.438340 [ 191 ] {bcc711bb-3808-4d12-8719-f1e4bc8a9242::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 322 rows starting from the beginning of the part | ||
2301 | 2024.07.05 23:27:20.438418 [ 191 ] {bcc711bb-3808-4d12-8719-f1e4bc8a9242::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 | ||
2302 | 2024.07.05 23:27:20.438548 [ 191 ] {bcc711bb-3808-4d12-8719-f1e4bc8a9242::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 | ||
2303 | 2024.07.05 23:27:20.438774 [ 191 ] {bcc711bb-3808-4d12-8719-f1e4bc8a9242::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 | ||
2304 | 2024.07.05 23:27:20.438827 [ 191 ] {bcc711bb-3808-4d12-8719-f1e4bc8a9242::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 | ||
2305 | 2024.07.05 23:27:20.439041 [ 191 ] {bcc711bb-3808-4d12-8719-f1e4bc8a9242::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 | ||
2306 | 2024.07.05 23:27:20.440129 [ 195 ] {bcc711bb-3808-4d12-8719-f1e4bc8a9242::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 622 rows, containing 4 columns (4 merged, 0 gathered) in 0.002034095 sec., 305787.0945064021 rows/sec., 20.61 MiB/sec. | ||
2307 | 2024.07.05 23:27:20.440262 [ 195 ] {bcc711bb-3808-4d12-8719-f1e4bc8a9242::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2308 | 2024.07.05 23:27:20.440597 [ 195 ] {bcc711bb-3808-4d12-8719-f1e4bc8a9242::all_1_11_2} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2309 | 2024.07.05 23:27:20.440672 [ 195 ] {bcc711bb-3808-4d12-8719-f1e4bc8a9242::all_1_11_2} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2310 | 2024.07.05 23:27:20.440733 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
2311 | 2024.07.05 23:27:25.380718 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 1632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2312 | 2024.07.05 23:27:25.380864 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2313 | 2024.07.05 23:27:25.380895 [ 3 ] {} <Debug> HTTP-Session: 7f7f4064-12d6-46af-9c82-1aa7c767ce93 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
2314 | 2024.07.05 23:27:25.380924 [ 3 ] {} <Debug> HTTP-Session: 7f7f4064-12d6-46af-9c82-1aa7c767ce93 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2315 | 2024.07.05 23:27:25.380944 [ 3 ] {} <Debug> HTTP-Session: 7f7f4064-12d6-46af-9c82-1aa7c767ce93 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2316 | 2024.07.05 23:27:25.381002 [ 3 ] {} <Trace> HTTP-Session: 7f7f4064-12d6-46af-9c82-1aa7c767ce93 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2317 | 2024.07.05 23:27:25.381212 [ 3 ] {5bd94e54-bc99-4800-856b-1fe390656175} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2318 | 2024.07.05 23:27:25.381289 [ 3 ] {5bd94e54-bc99-4800-856b-1fe390656175} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2319 | 2024.07.05 23:27:25.381508 [ 3 ] {5bd94e54-bc99-4800-856b-1fe390656175} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2320 | 2024.07.05 23:27:25.381931 [ 3 ] {5bd94e54-bc99-4800-856b-1fe390656175} <Trace> oximeter.fields_i64 (90cc20bc-62f3-4585-81bd-da47c52ed55a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2321 | 2024.07.05 23:27:25.381977 [ 3 ] {5bd94e54-bc99-4800-856b-1fe390656175} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
2322 | 2024.07.05 23:27:25.382351 [ 3 ] {5bd94e54-bc99-4800-856b-1fe390656175} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2323 | 2024.07.05 23:27:25.382695 [ 3 ] {5bd94e54-bc99-4800-856b-1fe390656175} <Trace> oximeter.fields_i64 (90cc20bc-62f3-4585-81bd-da47c52ed55a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2324 | 2024.07.05 23:27:25.382844 [ 3 ] {5bd94e54-bc99-4800-856b-1fe390656175} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.001696 sec., 6485.8490566037735 rows/sec., 525.71 KiB/sec. | ||
2325 | 2024.07.05 23:27:25.383148 [ 3 ] {5bd94e54-bc99-4800-856b-1fe390656175} <Debug> DynamicQueryHandler: Done processing query | ||
2326 | 2024.07.05 23:27:25.383176 [ 3 ] {5bd94e54-bc99-4800-856b-1fe390656175} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2327 | 2024.07.05 23:27:25.383194 [ 3 ] {} <Debug> HTTP-Session: 7f7f4064-12d6-46af-9c82-1aa7c767ce93 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2328 | 2024.07.05 23:27:25.383360 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2329 | 2024.07.05 23:27:25.383417 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2330 | 2024.07.05 23:27:25.383439 [ 3 ] {} <Debug> HTTP-Session: ebd763de-eaef-46fb-a9dd-a3fbfc09e052 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
2331 | 2024.07.05 23:27:25.383457 [ 3 ] {} <Debug> HTTP-Session: ebd763de-eaef-46fb-a9dd-a3fbfc09e052 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2332 | 2024.07.05 23:27:25.383472 [ 3 ] {} <Debug> HTTP-Session: ebd763de-eaef-46fb-a9dd-a3fbfc09e052 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2333 | 2024.07.05 23:27:25.383508 [ 3 ] {} <Trace> HTTP-Session: ebd763de-eaef-46fb-a9dd-a3fbfc09e052 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2334 | 2024.07.05 23:27:25.383613 [ 3 ] {859098a9-baa9-4db2-975c-1fc6b667a217} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
2335 | 2024.07.05 23:27:25.383662 [ 3 ] {859098a9-baa9-4db2-975c-1fc6b667a217} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
2336 | 2024.07.05 23:27:25.383811 [ 3 ] {859098a9-baa9-4db2-975c-1fc6b667a217} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2337 | 2024.07.05 23:27:25.384110 [ 3 ] {859098a9-baa9-4db2-975c-1fc6b667a217} <Trace> oximeter.fields_ipaddr (621c09d4-afcc-4919-9877-59c96fa833d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2338 | 2024.07.05 23:27:25.384149 [ 3 ] {859098a9-baa9-4db2-975c-1fc6b667a217} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
2339 | 2024.07.05 23:27:25.384454 [ 3 ] {859098a9-baa9-4db2-975c-1fc6b667a217} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2340 | 2024.07.05 23:27:25.384767 [ 3 ] {859098a9-baa9-4db2-975c-1fc6b667a217} <Trace> oximeter.fields_ipaddr (621c09d4-afcc-4919-9877-59c96fa833d8): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2341 | 2024.07.05 23:27:25.384889 [ 3 ] {859098a9-baa9-4db2-975c-1fc6b667a217} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001306 sec., 1531.3935681470136 rows/sec., 124.87 KiB/sec. | ||
2342 | 2024.07.05 23:27:25.385165 [ 3 ] {859098a9-baa9-4db2-975c-1fc6b667a217} <Debug> DynamicQueryHandler: Done processing query | ||
2343 | 2024.07.05 23:27:25.385190 [ 3 ] {859098a9-baa9-4db2-975c-1fc6b667a217} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2344 | 2024.07.05 23:27:25.385207 [ 3 ] {} <Debug> HTTP-Session: ebd763de-eaef-46fb-a9dd-a3fbfc09e052 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2345 | 2024.07.05 23:27:25.385346 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 12937, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2346 | 2024.07.05 23:27:25.385399 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2347 | 2024.07.05 23:27:25.385419 [ 3 ] {} <Debug> HTTP-Session: 0d586664-1279-4e6c-8c6d-82b8e8e71718 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
2348 | 2024.07.05 23:27:25.385437 [ 3 ] {} <Debug> HTTP-Session: 0d586664-1279-4e6c-8c6d-82b8e8e71718 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2349 | 2024.07.05 23:27:25.385451 [ 3 ] {} <Debug> HTTP-Session: 0d586664-1279-4e6c-8c6d-82b8e8e71718 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2350 | 2024.07.05 23:27:25.385485 [ 3 ] {} <Trace> HTTP-Session: 0d586664-1279-4e6c-8c6d-82b8e8e71718 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2351 | 2024.07.05 23:27:25.385606 [ 3 ] {1480cebf-7d4d-4ee9-bda6-cf5aea3ab5c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2352 | 2024.07.05 23:27:25.385652 [ 3 ] {1480cebf-7d4d-4ee9-bda6-cf5aea3ab5c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2353 | 2024.07.05 23:27:25.385793 [ 3 ] {1480cebf-7d4d-4ee9-bda6-cf5aea3ab5c0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2354 | 2024.07.05 23:27:25.386121 [ 3 ] {1480cebf-7d4d-4ee9-bda6-cf5aea3ab5c0} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2355 | 2024.07.05 23:27:25.386158 [ 3 ] {1480cebf-7d4d-4ee9-bda6-cf5aea3ab5c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
2356 | 2024.07.05 23:27:25.386480 [ 3 ] {1480cebf-7d4d-4ee9-bda6-cf5aea3ab5c0} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2357 | 2024.07.05 23:27:25.386785 [ 3 ] {1480cebf-7d4d-4ee9-bda6-cf5aea3ab5c0} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2358 | 2024.07.05 23:27:25.386910 [ 3 ] {1480cebf-7d4d-4ee9-bda6-cf5aea3ab5c0} <Debug> executeQuery: Read 90 rows, 7.44 KiB in 0.001352 sec., 66568.04733727811 rows/sec., 5.37 MiB/sec. | ||
2359 | 2024.07.05 23:27:25.387216 [ 3 ] {1480cebf-7d4d-4ee9-bda6-cf5aea3ab5c0} <Debug> DynamicQueryHandler: Done processing query | ||
2360 | 2024.07.05 23:27:25.387242 [ 3 ] {1480cebf-7d4d-4ee9-bda6-cf5aea3ab5c0} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
2361 | 2024.07.05 23:27:25.387259 [ 3 ] {} <Debug> HTTP-Session: 0d586664-1279-4e6c-8c6d-82b8e8e71718 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2362 | 2024.07.05 23:27:25.387401 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2363 | 2024.07.05 23:27:25.387450 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2364 | 2024.07.05 23:27:25.387470 [ 3 ] {} <Debug> HTTP-Session: 5da05f34-ba40-4f32-a59e-32fab29db61b Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
2365 | 2024.07.05 23:27:25.387488 [ 3 ] {} <Debug> HTTP-Session: 5da05f34-ba40-4f32-a59e-32fab29db61b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2366 | 2024.07.05 23:27:25.387502 [ 3 ] {} <Debug> HTTP-Session: 5da05f34-ba40-4f32-a59e-32fab29db61b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2367 | 2024.07.05 23:27:25.387533 [ 3 ] {} <Trace> HTTP-Session: 5da05f34-ba40-4f32-a59e-32fab29db61b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2368 | 2024.07.05 23:27:25.387630 [ 3 ] {d99d9036-e267-4513-8e12-634376dde17d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
2369 | 2024.07.05 23:27:25.387676 [ 3 ] {d99d9036-e267-4513-8e12-634376dde17d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2370 | 2024.07.05 23:27:25.387821 [ 3 ] {d99d9036-e267-4513-8e12-634376dde17d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2371 | 2024.07.05 23:27:25.388086 [ 3 ] {d99d9036-e267-4513-8e12-634376dde17d} <Trace> oximeter.fields_u16 (45fa30f1-4b24-4248-82d1-beb821e1c8a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2372 | 2024.07.05 23:27:25.388122 [ 3 ] {d99d9036-e267-4513-8e12-634376dde17d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
2373 | 2024.07.05 23:27:25.388418 [ 3 ] {d99d9036-e267-4513-8e12-634376dde17d} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2374 | 2024.07.05 23:27:25.388726 [ 3 ] {d99d9036-e267-4513-8e12-634376dde17d} <Trace> oximeter.fields_u16 (45fa30f1-4b24-4248-82d1-beb821e1c8a3): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2375 | 2024.07.05 23:27:25.388859 [ 3 ] {d99d9036-e267-4513-8e12-634376dde17d} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001248 sec., 1602.5641025641025 rows/sec., 111.90 KiB/sec. | ||
2376 | 2024.07.05 23:27:25.389152 [ 3 ] {d99d9036-e267-4513-8e12-634376dde17d} <Debug> DynamicQueryHandler: Done processing query | ||
2377 | 2024.07.05 23:27:25.389177 [ 3 ] {d99d9036-e267-4513-8e12-634376dde17d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2378 | 2024.07.05 23:27:25.389194 [ 3 ] {} <Debug> HTTP-Session: 5da05f34-ba40-4f32-a59e-32fab29db61b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2379 | 2024.07.05 23:27:25.389318 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 15310, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2380 | 2024.07.05 23:27:25.389369 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2381 | 2024.07.05 23:27:25.389390 [ 3 ] {} <Debug> HTTP-Session: c503f92a-14ad-4ff7-9958-ae7d03fc2150 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
2382 | 2024.07.05 23:27:25.389407 [ 3 ] {} <Debug> HTTP-Session: c503f92a-14ad-4ff7-9958-ae7d03fc2150 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2383 | 2024.07.05 23:27:25.389421 [ 3 ] {} <Debug> HTTP-Session: c503f92a-14ad-4ff7-9958-ae7d03fc2150 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2384 | 2024.07.05 23:27:25.389454 [ 3 ] {} <Trace> HTTP-Session: c503f92a-14ad-4ff7-9958-ae7d03fc2150 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2385 | 2024.07.05 23:27:25.389571 [ 3 ] {3ea6f769-8398-4e5b-a30f-65427603dbfc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2386 | 2024.07.05 23:27:25.389614 [ 3 ] {3ea6f769-8398-4e5b-a30f-65427603dbfc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2387 | 2024.07.05 23:27:25.389757 [ 3 ] {3ea6f769-8398-4e5b-a30f-65427603dbfc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2388 | 2024.07.05 23:27:25.390088 [ 3 ] {3ea6f769-8398-4e5b-a30f-65427603dbfc} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2389 | 2024.07.05 23:27:25.390125 [ 3 ] {3ea6f769-8398-4e5b-a30f-65427603dbfc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
2390 | 2024.07.05 23:27:25.390437 [ 3 ] {3ea6f769-8398-4e5b-a30f-65427603dbfc} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2391 | 2024.07.05 23:27:25.390733 [ 3 ] {3ea6f769-8398-4e5b-a30f-65427603dbfc} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2392 | 2024.07.05 23:27:25.390890 [ 3 ] {3ea6f769-8398-4e5b-a30f-65427603dbfc} <Debug> executeQuery: Read 90 rows, 7.21 KiB in 0.001362 sec., 66079.29515418502 rows/sec., 5.17 MiB/sec. | ||
2393 | 2024.07.05 23:27:25.391054 [ 3 ] {3ea6f769-8398-4e5b-a30f-65427603dbfc} <Debug> DynamicQueryHandler: Done processing query | ||
2394 | 2024.07.05 23:27:25.391079 [ 3 ] {3ea6f769-8398-4e5b-a30f-65427603dbfc} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
2395 | 2024.07.05 23:27:25.391096 [ 3 ] {} <Debug> HTTP-Session: c503f92a-14ad-4ff7-9958-ae7d03fc2150 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2396 | 2024.07.05 23:27:25.391282 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 30782, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2397 | 2024.07.05 23:27:25.391332 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2398 | 2024.07.05 23:27:25.391352 [ 3 ] {} <Debug> HTTP-Session: 42882543-e510-4f3e-98c2-6388b8228c20 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
2399 | 2024.07.05 23:27:25.391369 [ 3 ] {} <Debug> HTTP-Session: 42882543-e510-4f3e-98c2-6388b8228c20 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2400 | 2024.07.05 23:27:25.391384 [ 3 ] {} <Debug> HTTP-Session: 42882543-e510-4f3e-98c2-6388b8228c20 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2401 | 2024.07.05 23:27:25.391416 [ 3 ] {} <Trace> HTTP-Session: 42882543-e510-4f3e-98c2-6388b8228c20 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2402 | 2024.07.05 23:27:25.391563 [ 3 ] {8fdf382c-7d83-48ce-8971-9e44952db877} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2403 | 2024.07.05 23:27:25.391611 [ 3 ] {8fdf382c-7d83-48ce-8971-9e44952db877} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2404 | 2024.07.05 23:27:25.391757 [ 3 ] {8fdf382c-7d83-48ce-8971-9e44952db877} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2405 | 2024.07.05 23:27:25.392125 [ 3 ] {8fdf382c-7d83-48ce-8971-9e44952db877} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2406 | 2024.07.05 23:27:25.392163 [ 3 ] {8fdf382c-7d83-48ce-8971-9e44952db877} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
2407 | 2024.07.05 23:27:25.392555 [ 3 ] {8fdf382c-7d83-48ce-8971-9e44952db877} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2408 | 2024.07.05 23:27:25.392892 [ 3 ] {8fdf382c-7d83-48ce-8971-9e44952db877} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2409 | 2024.07.05 23:27:25.393049 [ 3 ] {8fdf382c-7d83-48ce-8971-9e44952db877} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001548 sec., 104005.16795865634 rows/sec., 7.24 MiB/sec. | ||
2410 | 2024.07.05 23:27:25.393226 [ 3 ] {8fdf382c-7d83-48ce-8971-9e44952db877} <Debug> DynamicQueryHandler: Done processing query | ||
2411 | 2024.07.05 23:27:25.393252 [ 3 ] {8fdf382c-7d83-48ce-8971-9e44952db877} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
2412 | 2024.07.05 23:27:25.393269 [ 3 ] {} <Debug> HTTP-Session: 42882543-e510-4f3e-98c2-6388b8228c20 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2413 | 2024.07.05 23:27:25.393447 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 17546, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2414 | 2024.07.05 23:27:25.393497 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2415 | 2024.07.05 23:27:25.393517 [ 3 ] {} <Debug> HTTP-Session: 32e1761f-e2ac-4f20-a553-28a9ad68e26d Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
2416 | 2024.07.05 23:27:25.393534 [ 3 ] {} <Debug> HTTP-Session: 32e1761f-e2ac-4f20-a553-28a9ad68e26d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2417 | 2024.07.05 23:27:25.393548 [ 3 ] {} <Debug> HTTP-Session: 32e1761f-e2ac-4f20-a553-28a9ad68e26d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2418 | 2024.07.05 23:27:25.393580 [ 3 ] {} <Trace> HTTP-Session: 32e1761f-e2ac-4f20-a553-28a9ad68e26d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2419 | 2024.07.05 23:27:25.393787 [ 3 ] {05dc354f-db04-4efd-95fb-66fad7c78bb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2420 | 2024.07.05 23:27:25.393853 [ 3 ] {05dc354f-db04-4efd-95fb-66fad7c78bb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
2421 | 2024.07.05 23:27:25.394256 [ 3 ] {05dc354f-db04-4efd-95fb-66fad7c78bb6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2422 | 2024.07.05 23:27:25.394857 [ 3 ] {05dc354f-db04-4efd-95fb-66fad7c78bb6} <Trace> oximeter.measurements_histogramf64 (3a521290-854b-45c9-817a-bf8e30cab779): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2423 | 2024.07.05 23:27:25.394894 [ 3 ] {05dc354f-db04-4efd-95fb-66fad7c78bb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
2424 | 2024.07.05 23:27:25.395473 [ 3 ] {05dc354f-db04-4efd-95fb-66fad7c78bb6} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2425 | 2024.07.05 23:27:25.395879 [ 3 ] {05dc354f-db04-4efd-95fb-66fad7c78bb6} <Trace> oximeter.measurements_histogramf64 (3a521290-854b-45c9-817a-bf8e30cab779): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2426 | 2024.07.05 23:27:25.396099 [ 3 ] {05dc354f-db04-4efd-95fb-66fad7c78bb6} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002436 sec., 4515.59934318555 rows/sec., 8.09 MiB/sec. | ||
2427 | 2024.07.05 23:27:25.396486 [ 3 ] {05dc354f-db04-4efd-95fb-66fad7c78bb6} <Debug> DynamicQueryHandler: Done processing query | ||
2428 | 2024.07.05 23:27:25.396511 [ 3 ] {05dc354f-db04-4efd-95fb-66fad7c78bb6} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
2429 | 2024.07.05 23:27:25.396527 [ 3 ] {} <Debug> HTTP-Session: 32e1761f-e2ac-4f20-a553-28a9ad68e26d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2430 | 2024.07.05 23:27:25.396643 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 2407, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2431 | 2024.07.05 23:27:25.396693 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2432 | 2024.07.05 23:27:25.396714 [ 3 ] {} <Debug> HTTP-Session: 6b94eeea-6c9a-495b-8846-0a58ec0c3d4f Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
2433 | 2024.07.05 23:27:25.396731 [ 3 ] {} <Debug> HTTP-Session: 6b94eeea-6c9a-495b-8846-0a58ec0c3d4f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2434 | 2024.07.05 23:27:25.396745 [ 3 ] {} <Debug> HTTP-Session: 6b94eeea-6c9a-495b-8846-0a58ec0c3d4f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2435 | 2024.07.05 23:27:25.396776 [ 3 ] {} <Trace> HTTP-Session: 6b94eeea-6c9a-495b-8846-0a58ec0c3d4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2436 | 2024.07.05 23:27:25.396877 [ 3 ] {69183376-71ea-49ae-921e-c6acdbfed8af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
2437 | 2024.07.05 23:27:25.396925 [ 3 ] {69183376-71ea-49ae-921e-c6acdbfed8af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
2438 | 2024.07.05 23:27:25.397054 [ 3 ] {69183376-71ea-49ae-921e-c6acdbfed8af} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2439 | 2024.07.05 23:27:25.397324 [ 3 ] {69183376-71ea-49ae-921e-c6acdbfed8af} <Trace> oximeter.measurements_i64 (230a8609-22a1-4ede-8e6f-680f3b148594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2440 | 2024.07.05 23:27:25.397361 [ 3 ] {69183376-71ea-49ae-921e-c6acdbfed8af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
2441 | 2024.07.05 23:27:25.397711 [ 3 ] {69183376-71ea-49ae-921e-c6acdbfed8af} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2442 | 2024.07.05 23:27:25.398037 [ 3 ] {69183376-71ea-49ae-921e-c6acdbfed8af} <Trace> oximeter.measurements_i64 (230a8609-22a1-4ede-8e6f-680f3b148594): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2443 | 2024.07.05 23:27:25.398206 [ 3 ] {69183376-71ea-49ae-921e-c6acdbfed8af} <Debug> executeQuery: Read 15 rows, 1.09 KiB in 0.001346 sec., 11144.130757800891 rows/sec., 808.24 KiB/sec. | ||
2444 | 2024.07.05 23:27:25.398475 [ 3 ] {69183376-71ea-49ae-921e-c6acdbfed8af} <Debug> DynamicQueryHandler: Done processing query | ||
2445 | 2024.07.05 23:27:25.398501 [ 3 ] {69183376-71ea-49ae-921e-c6acdbfed8af} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2446 | 2024.07.05 23:27:25.398518 [ 3 ] {} <Debug> HTTP-Session: 6b94eeea-6c9a-495b-8846-0a58ec0c3d4f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2447 | 2024.07.05 23:27:25.398637 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2448 | 2024.07.05 23:27:25.398686 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2449 | 2024.07.05 23:27:25.398705 [ 3 ] {} <Debug> HTTP-Session: af6625a3-88a3-4c81-bc87-1db7a16774a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
2450 | 2024.07.05 23:27:25.398723 [ 3 ] {} <Debug> HTTP-Session: af6625a3-88a3-4c81-bc87-1db7a16774a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2451 | 2024.07.05 23:27:25.398737 [ 3 ] {} <Debug> HTTP-Session: af6625a3-88a3-4c81-bc87-1db7a16774a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2452 | 2024.07.05 23:27:25.398768 [ 3 ] {} <Trace> HTTP-Session: af6625a3-88a3-4c81-bc87-1db7a16774a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2453 | 2024.07.05 23:27:25.398885 [ 3 ] {5b16d2aa-c9d2-40e8-a1b8-b13a8efd6335} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2454 | 2024.07.05 23:27:25.398932 [ 3 ] {5b16d2aa-c9d2-40e8-a1b8-b13a8efd6335} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2455 | 2024.07.05 23:27:25.399083 [ 3 ] {5b16d2aa-c9d2-40e8-a1b8-b13a8efd6335} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2456 | 2024.07.05 23:27:25.399428 [ 3 ] {5b16d2aa-c9d2-40e8-a1b8-b13a8efd6335} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2457 | 2024.07.05 23:27:25.399465 [ 3 ] {5b16d2aa-c9d2-40e8-a1b8-b13a8efd6335} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
2458 | 2024.07.05 23:27:25.399816 [ 3 ] {5b16d2aa-c9d2-40e8-a1b8-b13a8efd6335} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2459 | 2024.07.05 23:27:25.400134 [ 3 ] {5b16d2aa-c9d2-40e8-a1b8-b13a8efd6335} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2460 | 2024.07.05 23:27:25.400290 [ 3 ] {5b16d2aa-c9d2-40e8-a1b8-b13a8efd6335} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001443 sec., 41580.04158004158 rows/sec., 2.80 MiB/sec. | ||
2461 | 2024.07.05 23:27:25.400460 [ 3 ] {5b16d2aa-c9d2-40e8-a1b8-b13a8efd6335} <Debug> DynamicQueryHandler: Done processing query | ||
2462 | 2024.07.05 23:27:25.400485 [ 3 ] {5b16d2aa-c9d2-40e8-a1b8-b13a8efd6335} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2463 | 2024.07.05 23:27:25.400502 [ 3 ] {} <Debug> HTTP-Session: af6625a3-88a3-4c81-bc87-1db7a16774a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2464 | 2024.07.05 23:27:29.265621 [ 58 ] {} <Debug> DNSResolver: Updating DNS cache | ||
2465 | 2024.07.05 23:27:29.265694 [ 58 ] {} <Debug> DNSResolver: Updated DNS cache | ||
2466 | 2024.07.05 23:27:30.380685 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 3207, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2467 | 2024.07.05 23:27:30.380806 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2468 | 2024.07.05 23:27:30.380833 [ 3 ] {} <Debug> HTTP-Session: 2ad814ba-ff2b-4787-a443-298c51fda009 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
2469 | 2024.07.05 23:27:30.380858 [ 3 ] {} <Debug> HTTP-Session: 2ad814ba-ff2b-4787-a443-298c51fda009 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2470 | 2024.07.05 23:27:30.380873 [ 3 ] {} <Debug> HTTP-Session: 2ad814ba-ff2b-4787-a443-298c51fda009 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2471 | 2024.07.05 23:27:30.380925 [ 3 ] {} <Trace> HTTP-Session: 2ad814ba-ff2b-4787-a443-298c51fda009 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2472 | 2024.07.05 23:27:30.381122 [ 3 ] {e40eecdd-0bbd-4b43-8d6d-49b7a907efdc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2473 | 2024.07.05 23:27:30.381193 [ 3 ] {e40eecdd-0bbd-4b43-8d6d-49b7a907efdc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2474 | 2024.07.05 23:27:30.381389 [ 3 ] {e40eecdd-0bbd-4b43-8d6d-49b7a907efdc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2475 | 2024.07.05 23:27:30.381809 [ 3 ] {e40eecdd-0bbd-4b43-8d6d-49b7a907efdc} <Trace> oximeter.fields_i64 (90cc20bc-62f3-4585-81bd-da47c52ed55a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2476 | 2024.07.05 23:27:30.381857 [ 3 ] {e40eecdd-0bbd-4b43-8d6d-49b7a907efdc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
2477 | 2024.07.05 23:27:30.382230 [ 3 ] {e40eecdd-0bbd-4b43-8d6d-49b7a907efdc} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2478 | 2024.07.05 23:27:30.382572 [ 3 ] {e40eecdd-0bbd-4b43-8d6d-49b7a907efdc} <Trace> oximeter.fields_i64 (90cc20bc-62f3-4585-81bd-da47c52ed55a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2479 | 2024.07.05 23:27:30.382736 [ 3 ] {e40eecdd-0bbd-4b43-8d6d-49b7a907efdc} <Debug> executeQuery: Read 22 rows, 1.78 KiB in 0.001669 sec., 13181.545835829838 rows/sec., 1.04 MiB/sec. | ||
2480 | 2024.07.05 23:27:30.383065 [ 3 ] {e40eecdd-0bbd-4b43-8d6d-49b7a907efdc} <Debug> DynamicQueryHandler: Done processing query | ||
2481 | 2024.07.05 23:27:30.383093 [ 3 ] {e40eecdd-0bbd-4b43-8d6d-49b7a907efdc} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2482 | 2024.07.05 23:27:30.383110 [ 3 ] {} <Debug> HTTP-Session: 2ad814ba-ff2b-4787-a443-298c51fda009 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2483 | 2024.07.05 23:27:30.383280 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2484 | 2024.07.05 23:27:30.383337 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2485 | 2024.07.05 23:27:30.383357 [ 3 ] {} <Debug> HTTP-Session: ffd1953d-0604-48db-957f-4cca62a80bff Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
2486 | 2024.07.05 23:27:30.383377 [ 3 ] {} <Debug> HTTP-Session: ffd1953d-0604-48db-957f-4cca62a80bff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2487 | 2024.07.05 23:27:30.383391 [ 3 ] {} <Debug> HTTP-Session: ffd1953d-0604-48db-957f-4cca62a80bff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2488 | 2024.07.05 23:27:30.383428 [ 3 ] {} <Trace> HTTP-Session: ffd1953d-0604-48db-957f-4cca62a80bff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2489 | 2024.07.05 23:27:30.383535 [ 3 ] {32a545d8-42d8-4c4a-a9cc-094beb694eab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
2490 | 2024.07.05 23:27:30.383585 [ 3 ] {32a545d8-42d8-4c4a-a9cc-094beb694eab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
2491 | 2024.07.05 23:27:30.383742 [ 3 ] {32a545d8-42d8-4c4a-a9cc-094beb694eab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2492 | 2024.07.05 23:27:30.384044 [ 3 ] {32a545d8-42d8-4c4a-a9cc-094beb694eab} <Trace> oximeter.fields_ipaddr (621c09d4-afcc-4919-9877-59c96fa833d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2493 | 2024.07.05 23:27:30.384082 [ 3 ] {32a545d8-42d8-4c4a-a9cc-094beb694eab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
2494 | 2024.07.05 23:27:30.384384 [ 3 ] {32a545d8-42d8-4c4a-a9cc-094beb694eab} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2495 | 2024.07.05 23:27:30.384721 [ 3 ] {32a545d8-42d8-4c4a-a9cc-094beb694eab} <Trace> oximeter.fields_ipaddr (621c09d4-afcc-4919-9877-59c96fa833d8): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2496 | 2024.07.05 23:27:30.384887 [ 3 ] {32a545d8-42d8-4c4a-a9cc-094beb694eab} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001375 sec., 1454.5454545454547 rows/sec., 118.61 KiB/sec. | ||
2497 | 2024.07.05 23:27:30.385064 [ 3 ] {32a545d8-42d8-4c4a-a9cc-094beb694eab} <Debug> DynamicQueryHandler: Done processing query | ||
2498 | 2024.07.05 23:27:30.385089 [ 3 ] {32a545d8-42d8-4c4a-a9cc-094beb694eab} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2499 | 2024.07.05 23:27:30.385107 [ 3 ] {} <Debug> HTTP-Session: ffd1953d-0604-48db-957f-4cca62a80bff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2500 | 2024.07.05 23:27:30.385254 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 17880, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2501 | 2024.07.05 23:27:30.385306 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2502 | 2024.07.05 23:27:30.385327 [ 3 ] {} <Debug> HTTP-Session: bbd5ceab-870b-4cb8-b394-18b11d7de671 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
2503 | 2024.07.05 23:27:30.385346 [ 3 ] {} <Debug> HTTP-Session: bbd5ceab-870b-4cb8-b394-18b11d7de671 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2504 | 2024.07.05 23:27:30.385361 [ 3 ] {} <Debug> HTTP-Session: bbd5ceab-870b-4cb8-b394-18b11d7de671 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2505 | 2024.07.05 23:27:30.385394 [ 3 ] {} <Trace> HTTP-Session: bbd5ceab-870b-4cb8-b394-18b11d7de671 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2506 | 2024.07.05 23:27:30.385529 [ 3 ] {436a1e50-edee-4735-a987-42c2fafbd577} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2507 | 2024.07.05 23:27:30.385574 [ 3 ] {436a1e50-edee-4735-a987-42c2fafbd577} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2508 | 2024.07.05 23:27:30.385703 [ 3 ] {436a1e50-edee-4735-a987-42c2fafbd577} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2509 | 2024.07.05 23:27:30.386059 [ 3 ] {436a1e50-edee-4735-a987-42c2fafbd577} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2510 | 2024.07.05 23:27:30.386097 [ 3 ] {436a1e50-edee-4735-a987-42c2fafbd577} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
2511 | 2024.07.05 23:27:30.386421 [ 3 ] {436a1e50-edee-4735-a987-42c2fafbd577} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2512 | 2024.07.05 23:27:30.386733 [ 3 ] {436a1e50-edee-4735-a987-42c2fafbd577} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2513 | 2024.07.05 23:27:30.386895 [ 3 ] {436a1e50-edee-4735-a987-42c2fafbd577} <Debug> executeQuery: Read 123 rows, 10.39 KiB in 0.001415 sec., 86925.79505300353 rows/sec., 7.17 MiB/sec. | ||
2514 | 2024.07.05 23:27:30.387051 [ 3 ] {436a1e50-edee-4735-a987-42c2fafbd577} <Debug> DynamicQueryHandler: Done processing query | ||
2515 | 2024.07.05 23:27:30.387075 [ 3 ] {436a1e50-edee-4735-a987-42c2fafbd577} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
2516 | 2024.07.05 23:27:30.387091 [ 3 ] {} <Debug> HTTP-Session: bbd5ceab-870b-4cb8-b394-18b11d7de671 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2517 | 2024.07.05 23:27:30.387216 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2518 | 2024.07.05 23:27:30.387265 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2519 | 2024.07.05 23:27:30.387283 [ 3 ] {} <Debug> HTTP-Session: 587b973b-3762-49e1-8104-320532db8e67 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
2520 | 2024.07.05 23:27:30.387302 [ 3 ] {} <Debug> HTTP-Session: 587b973b-3762-49e1-8104-320532db8e67 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2521 | 2024.07.05 23:27:30.387317 [ 3 ] {} <Debug> HTTP-Session: 587b973b-3762-49e1-8104-320532db8e67 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2522 | 2024.07.05 23:27:30.387348 [ 3 ] {} <Trace> HTTP-Session: 587b973b-3762-49e1-8104-320532db8e67 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2523 | 2024.07.05 23:27:30.387446 [ 3 ] {3ed6b26f-1d27-4d2b-b578-dbbbb4f7d6a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
2524 | 2024.07.05 23:27:30.387490 [ 3 ] {3ed6b26f-1d27-4d2b-b578-dbbbb4f7d6a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2525 | 2024.07.05 23:27:30.387619 [ 3 ] {3ed6b26f-1d27-4d2b-b578-dbbbb4f7d6a7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2526 | 2024.07.05 23:27:30.387881 [ 3 ] {3ed6b26f-1d27-4d2b-b578-dbbbb4f7d6a7} <Trace> oximeter.fields_u16 (45fa30f1-4b24-4248-82d1-beb821e1c8a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2527 | 2024.07.05 23:27:30.387917 [ 3 ] {3ed6b26f-1d27-4d2b-b578-dbbbb4f7d6a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
2528 | 2024.07.05 23:27:30.388220 [ 3 ] {3ed6b26f-1d27-4d2b-b578-dbbbb4f7d6a7} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2529 | 2024.07.05 23:27:30.388521 [ 3 ] {3ed6b26f-1d27-4d2b-b578-dbbbb4f7d6a7} <Trace> oximeter.fields_u16 (45fa30f1-4b24-4248-82d1-beb821e1c8a3): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2530 | 2024.07.05 23:27:30.388654 [ 3 ] {3ed6b26f-1d27-4d2b-b578-dbbbb4f7d6a7} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001231 sec., 1624.6953696181965 rows/sec., 113.44 KiB/sec. | ||
2531 | 2024.07.05 23:27:30.388821 [ 3 ] {3ed6b26f-1d27-4d2b-b578-dbbbb4f7d6a7} <Debug> DynamicQueryHandler: Done processing query | ||
2532 | 2024.07.05 23:27:30.388845 [ 3 ] {3ed6b26f-1d27-4d2b-b578-dbbbb4f7d6a7} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2533 | 2024.07.05 23:27:30.388861 [ 3 ] {} <Debug> HTTP-Session: 587b973b-3762-49e1-8104-320532db8e67 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2534 | 2024.07.05 23:27:30.388990 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 14955, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2535 | 2024.07.05 23:27:30.389041 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2536 | 2024.07.05 23:27:30.389060 [ 3 ] {} <Debug> HTTP-Session: d3f9d256-b2f5-49cc-8b9f-d9c51e8678d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
2537 | 2024.07.05 23:27:30.389077 [ 3 ] {} <Debug> HTTP-Session: d3f9d256-b2f5-49cc-8b9f-d9c51e8678d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2538 | 2024.07.05 23:27:30.389091 [ 3 ] {} <Debug> HTTP-Session: d3f9d256-b2f5-49cc-8b9f-d9c51e8678d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2539 | 2024.07.05 23:27:30.389122 [ 3 ] {} <Trace> HTTP-Session: d3f9d256-b2f5-49cc-8b9f-d9c51e8678d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2540 | 2024.07.05 23:27:30.389247 [ 3 ] {88aeb69e-9545-466b-9456-8915e373dee9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2541 | 2024.07.05 23:27:30.389290 [ 3 ] {88aeb69e-9545-466b-9456-8915e373dee9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2542 | 2024.07.05 23:27:30.389417 [ 3 ] {88aeb69e-9545-466b-9456-8915e373dee9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2543 | 2024.07.05 23:27:30.389738 [ 3 ] {88aeb69e-9545-466b-9456-8915e373dee9} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2544 | 2024.07.05 23:27:30.389775 [ 3 ] {88aeb69e-9545-466b-9456-8915e373dee9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
2545 | 2024.07.05 23:27:30.390111 [ 3 ] {88aeb69e-9545-466b-9456-8915e373dee9} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2546 | 2024.07.05 23:27:30.390444 [ 3 ] {88aeb69e-9545-466b-9456-8915e373dee9} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2547 | 2024.07.05 23:27:30.390596 [ 3 ] {88aeb69e-9545-466b-9456-8915e373dee9} <Debug> executeQuery: Read 88 rows, 7.04 KiB in 0.001391 sec., 63263.83896477354 rows/sec., 4.94 MiB/sec. | ||
2548 | 2024.07.05 23:27:30.390748 [ 3 ] {88aeb69e-9545-466b-9456-8915e373dee9} <Debug> DynamicQueryHandler: Done processing query | ||
2549 | 2024.07.05 23:27:30.390773 [ 3 ] {88aeb69e-9545-466b-9456-8915e373dee9} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
2550 | 2024.07.05 23:27:30.390789 [ 3 ] {} <Debug> HTTP-Session: d3f9d256-b2f5-49cc-8b9f-d9c51e8678d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2551 | 2024.07.05 23:27:30.390970 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 30786, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2552 | 2024.07.05 23:27:30.391018 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2553 | 2024.07.05 23:27:30.391040 [ 3 ] {} <Debug> HTTP-Session: 224aaf03-3e8c-44d6-840a-9554bc05f001 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
2554 | 2024.07.05 23:27:30.391056 [ 3 ] {} <Debug> HTTP-Session: 224aaf03-3e8c-44d6-840a-9554bc05f001 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2555 | 2024.07.05 23:27:30.391070 [ 3 ] {} <Debug> HTTP-Session: 224aaf03-3e8c-44d6-840a-9554bc05f001 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2556 | 2024.07.05 23:27:30.391102 [ 3 ] {} <Trace> HTTP-Session: 224aaf03-3e8c-44d6-840a-9554bc05f001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2557 | 2024.07.05 23:27:30.391244 [ 3 ] {8778858e-6f93-4b79-8261-29d7c92db274} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2558 | 2024.07.05 23:27:30.391294 [ 3 ] {8778858e-6f93-4b79-8261-29d7c92db274} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2559 | 2024.07.05 23:27:30.391438 [ 3 ] {8778858e-6f93-4b79-8261-29d7c92db274} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2560 | 2024.07.05 23:27:30.391923 [ 3 ] {8778858e-6f93-4b79-8261-29d7c92db274} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2561 | 2024.07.05 23:27:30.391960 [ 3 ] {8778858e-6f93-4b79-8261-29d7c92db274} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
2562 | 2024.07.05 23:27:30.392365 [ 3 ] {8778858e-6f93-4b79-8261-29d7c92db274} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2563 | 2024.07.05 23:27:30.392715 [ 3 ] {8778858e-6f93-4b79-8261-29d7c92db274} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2564 | 2024.07.05 23:27:30.392879 [ 3 ] {8778858e-6f93-4b79-8261-29d7c92db274} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001692 sec., 95153.66430260047 rows/sec., 6.63 MiB/sec. | ||
2565 | 2024.07.05 23:27:30.393200 [ 3 ] {8778858e-6f93-4b79-8261-29d7c92db274} <Debug> DynamicQueryHandler: Done processing query | ||
2566 | 2024.07.05 23:27:30.393225 [ 3 ] {8778858e-6f93-4b79-8261-29d7c92db274} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
2567 | 2024.07.05 23:27:30.393242 [ 3 ] {} <Debug> HTTP-Session: 224aaf03-3e8c-44d6-840a-9554bc05f001 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2568 | 2024.07.05 23:27:30.393421 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 35276, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2569 | 2024.07.05 23:27:30.393473 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2570 | 2024.07.05 23:27:30.393492 [ 3 ] {} <Debug> HTTP-Session: 43d409eb-f1f1-428e-a9fe-766f5c1f3989 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
2571 | 2024.07.05 23:27:30.393510 [ 3 ] {} <Debug> HTTP-Session: 43d409eb-f1f1-428e-a9fe-766f5c1f3989 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2572 | 2024.07.05 23:27:30.393524 [ 3 ] {} <Debug> HTTP-Session: 43d409eb-f1f1-428e-a9fe-766f5c1f3989 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2573 | 2024.07.05 23:27:30.393555 [ 3 ] {} <Trace> HTTP-Session: 43d409eb-f1f1-428e-a9fe-766f5c1f3989 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2574 | 2024.07.05 23:27:30.394045 [ 3 ] {93ab2ae5-4a66-452e-a0bf-daebcc98368b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2575 | 2024.07.05 23:27:30.394120 [ 3 ] {93ab2ae5-4a66-452e-a0bf-daebcc98368b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
2576 | 2024.07.05 23:27:30.394535 [ 3 ] {93ab2ae5-4a66-452e-a0bf-daebcc98368b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2577 | 2024.07.05 23:27:30.395251 [ 3 ] {93ab2ae5-4a66-452e-a0bf-daebcc98368b} <Trace> oximeter.measurements_histogramf64 (3a521290-854b-45c9-817a-bf8e30cab779): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2578 | 2024.07.05 23:27:30.395289 [ 3 ] {93ab2ae5-4a66-452e-a0bf-daebcc98368b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
2579 | 2024.07.05 23:27:30.395903 [ 3 ] {93ab2ae5-4a66-452e-a0bf-daebcc98368b} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2580 | 2024.07.05 23:27:30.396316 [ 3 ] {93ab2ae5-4a66-452e-a0bf-daebcc98368b} <Trace> oximeter.measurements_histogramf64 (3a521290-854b-45c9-817a-bf8e30cab779): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2581 | 2024.07.05 23:27:30.396485 [ 3 ] {93ab2ae5-4a66-452e-a0bf-daebcc98368b} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.00285 sec., 7719.298245614034 rows/sec., 13.83 MiB/sec. | ||
2582 | 2024.07.05 23:27:30.396707 [ 3 ] {93ab2ae5-4a66-452e-a0bf-daebcc98368b} <Debug> DynamicQueryHandler: Done processing query | ||
2583 | 2024.07.05 23:27:30.396732 [ 3 ] {93ab2ae5-4a66-452e-a0bf-daebcc98368b} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
2584 | 2024.07.05 23:27:30.396750 [ 3 ] {} <Debug> HTTP-Session: 43d409eb-f1f1-428e-a9fe-766f5c1f3989 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2585 | 2024.07.05 23:27:30.396883 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2586 | 2024.07.05 23:27:30.396934 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2587 | 2024.07.05 23:27:30.396955 [ 3 ] {} <Debug> HTTP-Session: 2042e933-83ff-4e1f-a6ce-3d7be33dfdcd Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
2588 | 2024.07.05 23:27:30.396974 [ 3 ] {} <Debug> HTTP-Session: 2042e933-83ff-4e1f-a6ce-3d7be33dfdcd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2589 | 2024.07.05 23:27:30.396990 [ 3 ] {} <Debug> HTTP-Session: 2042e933-83ff-4e1f-a6ce-3d7be33dfdcd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2590 | 2024.07.05 23:27:30.397022 [ 3 ] {} <Trace> HTTP-Session: 2042e933-83ff-4e1f-a6ce-3d7be33dfdcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2591 | 2024.07.05 23:27:30.397176 [ 3 ] {9f380e46-ca80-4c9d-81ea-e0a134744038} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2592 | 2024.07.05 23:27:30.397223 [ 3 ] {9f380e46-ca80-4c9d-81ea-e0a134744038} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2593 | 2024.07.05 23:27:30.397351 [ 3 ] {9f380e46-ca80-4c9d-81ea-e0a134744038} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2594 | 2024.07.05 23:27:30.397670 [ 3 ] {9f380e46-ca80-4c9d-81ea-e0a134744038} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2595 | 2024.07.05 23:27:30.397709 [ 3 ] {9f380e46-ca80-4c9d-81ea-e0a134744038} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
2596 | 2024.07.05 23:27:30.398109 [ 3 ] {9f380e46-ca80-4c9d-81ea-e0a134744038} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2597 | 2024.07.05 23:27:30.398434 [ 3 ] {9f380e46-ca80-4c9d-81ea-e0a134744038} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2598 | 2024.07.05 23:27:30.398588 [ 3 ] {9f380e46-ca80-4c9d-81ea-e0a134744038} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001488 sec., 40322.58064516129 rows/sec., 2.72 MiB/sec. | ||
2599 | 2024.07.05 23:27:30.398762 [ 3 ] {9f380e46-ca80-4c9d-81ea-e0a134744038} <Debug> DynamicQueryHandler: Done processing query | ||
2600 | 2024.07.05 23:27:30.398787 [ 3 ] {9f380e46-ca80-4c9d-81ea-e0a134744038} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2601 | 2024.07.05 23:27:30.398804 [ 3 ] {} <Debug> HTTP-Session: 2042e933-83ff-4e1f-a6ce-3d7be33dfdcd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2602 | 2024.07.05 23:27:35.380463 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 1632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2603 | 2024.07.05 23:27:35.380598 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2604 | 2024.07.05 23:27:35.380628 [ 3 ] {} <Debug> HTTP-Session: 0c893ed0-3575-4151-b1ca-64037fceff61 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
2605 | 2024.07.05 23:27:35.380654 [ 3 ] {} <Debug> HTTP-Session: 0c893ed0-3575-4151-b1ca-64037fceff61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2606 | 2024.07.05 23:27:35.380670 [ 3 ] {} <Debug> HTTP-Session: 0c893ed0-3575-4151-b1ca-64037fceff61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2607 | 2024.07.05 23:27:35.380722 [ 3 ] {} <Trace> HTTP-Session: 0c893ed0-3575-4151-b1ca-64037fceff61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2608 | 2024.07.05 23:27:35.380910 [ 3 ] {0fc7bb3e-d552-4048-9444-1b7c65dabfa7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2609 | 2024.07.05 23:27:35.380978 [ 3 ] {0fc7bb3e-d552-4048-9444-1b7c65dabfa7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2610 | 2024.07.05 23:27:35.381178 [ 3 ] {0fc7bb3e-d552-4048-9444-1b7c65dabfa7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2611 | 2024.07.05 23:27:35.381643 [ 3 ] {0fc7bb3e-d552-4048-9444-1b7c65dabfa7} <Trace> oximeter.fields_i64 (90cc20bc-62f3-4585-81bd-da47c52ed55a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2612 | 2024.07.05 23:27:35.381686 [ 3 ] {0fc7bb3e-d552-4048-9444-1b7c65dabfa7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
2613 | 2024.07.05 23:27:35.382056 [ 3 ] {0fc7bb3e-d552-4048-9444-1b7c65dabfa7} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2614 | 2024.07.05 23:27:35.382397 [ 3 ] {0fc7bb3e-d552-4048-9444-1b7c65dabfa7} <Trace> oximeter.fields_i64 (90cc20bc-62f3-4585-81bd-da47c52ed55a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2615 | 2024.07.05 23:27:35.382566 [ 3 ] {0fc7bb3e-d552-4048-9444-1b7c65dabfa7} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.00171 sec., 6432.748538011696 rows/sec., 521.40 KiB/sec. | ||
2616 | 2024.07.05 23:27:35.382805 [ 3 ] {0fc7bb3e-d552-4048-9444-1b7c65dabfa7} <Debug> DynamicQueryHandler: Done processing query | ||
2617 | 2024.07.05 23:27:35.382832 [ 3 ] {0fc7bb3e-d552-4048-9444-1b7c65dabfa7} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2618 | 2024.07.05 23:27:35.382847 [ 3 ] {} <Debug> HTTP-Session: 0c893ed0-3575-4151-b1ca-64037fceff61 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2619 | 2024.07.05 23:27:35.383007 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2620 | 2024.07.05 23:27:35.383058 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2621 | 2024.07.05 23:27:35.383079 [ 3 ] {} <Debug> HTTP-Session: ac4491bf-8c53-472e-a0a1-981c4b44e337 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
2622 | 2024.07.05 23:27:35.383095 [ 3 ] {} <Debug> HTTP-Session: ac4491bf-8c53-472e-a0a1-981c4b44e337 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2623 | 2024.07.05 23:27:35.383110 [ 3 ] {} <Debug> HTTP-Session: ac4491bf-8c53-472e-a0a1-981c4b44e337 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2624 | 2024.07.05 23:27:35.383142 [ 3 ] {} <Trace> HTTP-Session: ac4491bf-8c53-472e-a0a1-981c4b44e337 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2625 | 2024.07.05 23:27:35.383236 [ 3 ] {b8890eca-406f-4972-b264-3616ad811451} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
2626 | 2024.07.05 23:27:35.383280 [ 3 ] {b8890eca-406f-4972-b264-3616ad811451} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
2627 | 2024.07.05 23:27:35.383410 [ 3 ] {b8890eca-406f-4972-b264-3616ad811451} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2628 | 2024.07.05 23:27:35.383740 [ 3 ] {b8890eca-406f-4972-b264-3616ad811451} <Trace> oximeter.fields_ipaddr (621c09d4-afcc-4919-9877-59c96fa833d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2629 | 2024.07.05 23:27:35.383777 [ 3 ] {b8890eca-406f-4972-b264-3616ad811451} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
2630 | 2024.07.05 23:27:35.384076 [ 3 ] {b8890eca-406f-4972-b264-3616ad811451} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2631 | 2024.07.05 23:27:35.384387 [ 3 ] {b8890eca-406f-4972-b264-3616ad811451} <Trace> oximeter.fields_ipaddr (621c09d4-afcc-4919-9877-59c96fa833d8): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2632 | 2024.07.05 23:27:35.384536 [ 3 ] {b8890eca-406f-4972-b264-3616ad811451} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001317 sec., 1518.602885345482 rows/sec., 123.83 KiB/sec. | ||
2633 | 2024.07.05 23:27:35.384703 [ 3 ] {b8890eca-406f-4972-b264-3616ad811451} <Debug> DynamicQueryHandler: Done processing query | ||
2634 | 2024.07.05 23:27:35.384731 [ 3 ] {b8890eca-406f-4972-b264-3616ad811451} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2635 | 2024.07.05 23:27:35.384746 [ 3 ] {} <Debug> HTTP-Session: ac4491bf-8c53-472e-a0a1-981c4b44e337 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2636 | 2024.07.05 23:27:35.384900 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 12937, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2637 | 2024.07.05 23:27:35.384950 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2638 | 2024.07.05 23:27:35.384970 [ 3 ] {} <Debug> HTTP-Session: bd2e509a-2d6b-49de-824f-017cab1d222f Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
2639 | 2024.07.05 23:27:35.384987 [ 3 ] {} <Debug> HTTP-Session: bd2e509a-2d6b-49de-824f-017cab1d222f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2640 | 2024.07.05 23:27:35.385003 [ 3 ] {} <Debug> HTTP-Session: bd2e509a-2d6b-49de-824f-017cab1d222f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2641 | 2024.07.05 23:27:35.385034 [ 3 ] {} <Trace> HTTP-Session: bd2e509a-2d6b-49de-824f-017cab1d222f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2642 | 2024.07.05 23:27:35.385152 [ 3 ] {db80dd6b-a15d-45a7-abea-ca0d5992414f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2643 | 2024.07.05 23:27:35.385195 [ 3 ] {db80dd6b-a15d-45a7-abea-ca0d5992414f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2644 | 2024.07.05 23:27:35.385320 [ 3 ] {db80dd6b-a15d-45a7-abea-ca0d5992414f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2645 | 2024.07.05 23:27:35.385673 [ 3 ] {db80dd6b-a15d-45a7-abea-ca0d5992414f} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2646 | 2024.07.05 23:27:35.385709 [ 3 ] {db80dd6b-a15d-45a7-abea-ca0d5992414f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
2647 | 2024.07.05 23:27:35.386028 [ 3 ] {db80dd6b-a15d-45a7-abea-ca0d5992414f} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2648 | 2024.07.05 23:27:35.386336 [ 3 ] {db80dd6b-a15d-45a7-abea-ca0d5992414f} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2649 | 2024.07.05 23:27:35.386481 [ 3 ] {db80dd6b-a15d-45a7-abea-ca0d5992414f} <Debug> executeQuery: Read 90 rows, 7.44 KiB in 0.001369 sec., 65741.41709276845 rows/sec., 5.30 MiB/sec. | ||
2650 | 2024.07.05 23:27:35.386771 [ 3 ] {db80dd6b-a15d-45a7-abea-ca0d5992414f} <Debug> DynamicQueryHandler: Done processing query | ||
2651 | 2024.07.05 23:27:35.386798 [ 3 ] {db80dd6b-a15d-45a7-abea-ca0d5992414f} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
2652 | 2024.07.05 23:27:35.386816 [ 3 ] {} <Debug> HTTP-Session: bd2e509a-2d6b-49de-824f-017cab1d222f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2653 | 2024.07.05 23:27:35.386941 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2654 | 2024.07.05 23:27:35.386990 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2655 | 2024.07.05 23:27:35.387011 [ 3 ] {} <Debug> HTTP-Session: f10d3388-c65e-483c-b4a4-f01d367bf032 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
2656 | 2024.07.05 23:27:35.387028 [ 3 ] {} <Debug> HTTP-Session: f10d3388-c65e-483c-b4a4-f01d367bf032 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2657 | 2024.07.05 23:27:35.387043 [ 3 ] {} <Debug> HTTP-Session: f10d3388-c65e-483c-b4a4-f01d367bf032 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2658 | 2024.07.05 23:27:35.387073 [ 3 ] {} <Trace> HTTP-Session: f10d3388-c65e-483c-b4a4-f01d367bf032 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2659 | 2024.07.05 23:27:35.387170 [ 3 ] {c0a2d671-968f-4d4b-8cb5-caba6603e2fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
2660 | 2024.07.05 23:27:35.387214 [ 3 ] {c0a2d671-968f-4d4b-8cb5-caba6603e2fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2661 | 2024.07.05 23:27:35.387360 [ 3 ] {c0a2d671-968f-4d4b-8cb5-caba6603e2fa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2662 | 2024.07.05 23:27:35.387658 [ 3 ] {c0a2d671-968f-4d4b-8cb5-caba6603e2fa} <Trace> oximeter.fields_u16 (45fa30f1-4b24-4248-82d1-beb821e1c8a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2663 | 2024.07.05 23:27:35.387694 [ 3 ] {c0a2d671-968f-4d4b-8cb5-caba6603e2fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
2664 | 2024.07.05 23:27:35.387997 [ 3 ] {c0a2d671-968f-4d4b-8cb5-caba6603e2fa} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2665 | 2024.07.05 23:27:35.388295 [ 3 ] {c0a2d671-968f-4d4b-8cb5-caba6603e2fa} <Trace> oximeter.fields_u16 (45fa30f1-4b24-4248-82d1-beb821e1c8a3): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2666 | 2024.07.05 23:27:35.388456 [ 3 ] {c0a2d671-968f-4d4b-8cb5-caba6603e2fa} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001298 sec., 1540.8320493066258 rows/sec., 107.59 KiB/sec. | ||
2667 | 2024.07.05 23:27:35.388644 [ 3 ] {c0a2d671-968f-4d4b-8cb5-caba6603e2fa} <Debug> DynamicQueryHandler: Done processing query | ||
2668 | 2024.07.05 23:27:35.388669 [ 3 ] {c0a2d671-968f-4d4b-8cb5-caba6603e2fa} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2669 | 2024.07.05 23:27:35.388684 [ 3 ] {} <Debug> HTTP-Session: f10d3388-c65e-483c-b4a4-f01d367bf032 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2670 | 2024.07.05 23:27:35.388823 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 13092, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2671 | 2024.07.05 23:27:35.388873 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2672 | 2024.07.05 23:27:35.388893 [ 3 ] {} <Debug> HTTP-Session: 9f32c043-b985-446d-84d7-a0a0247f60d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
2673 | 2024.07.05 23:27:35.388909 [ 3 ] {} <Debug> HTTP-Session: 9f32c043-b985-446d-84d7-a0a0247f60d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2674 | 2024.07.05 23:27:35.388923 [ 3 ] {} <Debug> HTTP-Session: 9f32c043-b985-446d-84d7-a0a0247f60d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2675 | 2024.07.05 23:27:35.388954 [ 3 ] {} <Trace> HTTP-Session: 9f32c043-b985-446d-84d7-a0a0247f60d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2676 | 2024.07.05 23:27:35.389075 [ 3 ] {cc8fa2f2-b068-49b4-b7e8-e3ef336b67f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2677 | 2024.07.05 23:27:35.389118 [ 3 ] {cc8fa2f2-b068-49b4-b7e8-e3ef336b67f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2678 | 2024.07.05 23:27:35.389246 [ 3 ] {cc8fa2f2-b068-49b4-b7e8-e3ef336b67f7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2679 | 2024.07.05 23:27:35.389593 [ 3 ] {cc8fa2f2-b068-49b4-b7e8-e3ef336b67f7} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2680 | 2024.07.05 23:27:35.389629 [ 3 ] {cc8fa2f2-b068-49b4-b7e8-e3ef336b67f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
2681 | 2024.07.05 23:27:35.389940 [ 3 ] {cc8fa2f2-b068-49b4-b7e8-e3ef336b67f7} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2682 | 2024.07.05 23:27:35.390301 [ 3 ] {cc8fa2f2-b068-49b4-b7e8-e3ef336b67f7} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2683 | 2024.07.05 23:27:35.390448 [ 3 ] {cc8fa2f2-b068-49b4-b7e8-e3ef336b67f7} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.001407 sec., 54726.36815920398 rows/sec., 4.27 MiB/sec. | ||
2684 | 2024.07.05 23:27:35.390627 [ 3 ] {cc8fa2f2-b068-49b4-b7e8-e3ef336b67f7} <Debug> DynamicQueryHandler: Done processing query | ||
2685 | 2024.07.05 23:27:35.390653 [ 3 ] {cc8fa2f2-b068-49b4-b7e8-e3ef336b67f7} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
2686 | 2024.07.05 23:27:35.390671 [ 3 ] {} <Debug> HTTP-Session: 9f32c043-b985-446d-84d7-a0a0247f60d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2687 | 2024.07.05 23:27:35.390845 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 30792, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2688 | 2024.07.05 23:27:35.390894 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2689 | 2024.07.05 23:27:35.390914 [ 3 ] {} <Debug> HTTP-Session: ec89ed29-eb2a-47d9-840b-743c806fc0c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
2690 | 2024.07.05 23:27:35.390931 [ 3 ] {} <Debug> HTTP-Session: ec89ed29-eb2a-47d9-840b-743c806fc0c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2691 | 2024.07.05 23:27:35.390950 [ 3 ] {} <Debug> HTTP-Session: ec89ed29-eb2a-47d9-840b-743c806fc0c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2692 | 2024.07.05 23:27:35.391008 [ 3 ] {} <Trace> HTTP-Session: ec89ed29-eb2a-47d9-840b-743c806fc0c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2693 | 2024.07.05 23:27:35.391163 [ 3 ] {21de7b91-512e-4718-a043-b7198e40e183} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2694 | 2024.07.05 23:27:35.391210 [ 3 ] {21de7b91-512e-4718-a043-b7198e40e183} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2695 | 2024.07.05 23:27:35.391354 [ 3 ] {21de7b91-512e-4718-a043-b7198e40e183} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2696 | 2024.07.05 23:27:35.391811 [ 3 ] {21de7b91-512e-4718-a043-b7198e40e183} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2697 | 2024.07.05 23:27:35.391848 [ 3 ] {21de7b91-512e-4718-a043-b7198e40e183} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
2698 | 2024.07.05 23:27:35.392249 [ 3 ] {21de7b91-512e-4718-a043-b7198e40e183} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2699 | 2024.07.05 23:27:35.392583 [ 3 ] {21de7b91-512e-4718-a043-b7198e40e183} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2700 | 2024.07.05 23:27:35.392735 [ 3 ] {21de7b91-512e-4718-a043-b7198e40e183} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001636 sec., 98410.75794621026 rows/sec., 6.85 MiB/sec. | ||
2701 | 2024.07.05 23:27:35.392918 [ 3 ] {21de7b91-512e-4718-a043-b7198e40e183} <Debug> DynamicQueryHandler: Done processing query | ||
2702 | 2024.07.05 23:27:35.392943 [ 3 ] {21de7b91-512e-4718-a043-b7198e40e183} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
2703 | 2024.07.05 23:27:35.392959 [ 3 ] {} <Debug> HTTP-Session: ec89ed29-eb2a-47d9-840b-743c806fc0c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2704 | 2024.07.05 23:27:35.393110 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 17595, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2705 | 2024.07.05 23:27:35.393159 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2706 | 2024.07.05 23:27:35.393180 [ 3 ] {} <Debug> HTTP-Session: 6a1f341c-c18b-49d7-af53-40bfde96b1e4 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
2707 | 2024.07.05 23:27:35.393196 [ 3 ] {} <Debug> HTTP-Session: 6a1f341c-c18b-49d7-af53-40bfde96b1e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2708 | 2024.07.05 23:27:35.393210 [ 3 ] {} <Debug> HTTP-Session: 6a1f341c-c18b-49d7-af53-40bfde96b1e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2709 | 2024.07.05 23:27:35.393241 [ 3 ] {} <Trace> HTTP-Session: 6a1f341c-c18b-49d7-af53-40bfde96b1e4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2710 | 2024.07.05 23:27:35.393425 [ 3 ] {b6614402-acae-4186-b960-5a8b6e2a2728} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2711 | 2024.07.05 23:27:35.393490 [ 3 ] {b6614402-acae-4186-b960-5a8b6e2a2728} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
2712 | 2024.07.05 23:27:35.393878 [ 3 ] {b6614402-acae-4186-b960-5a8b6e2a2728} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2713 | 2024.07.05 23:27:35.394430 [ 3 ] {b6614402-acae-4186-b960-5a8b6e2a2728} <Trace> oximeter.measurements_histogramf64 (3a521290-854b-45c9-817a-bf8e30cab779): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2714 | 2024.07.05 23:27:35.394466 [ 3 ] {b6614402-acae-4186-b960-5a8b6e2a2728} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
2715 | 2024.07.05 23:27:35.395123 [ 3 ] {b6614402-acae-4186-b960-5a8b6e2a2728} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2716 | 2024.07.05 23:27:35.395530 [ 3 ] {b6614402-acae-4186-b960-5a8b6e2a2728} <Trace> oximeter.measurements_histogramf64 (3a521290-854b-45c9-817a-bf8e30cab779): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2717 | 2024.07.05 23:27:35.395740 [ 3 ] {b6614402-acae-4186-b960-5a8b6e2a2728} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002411 sec., 4562.422231439237 rows/sec., 8.18 MiB/sec. | ||
2718 | 2024.07.05 23:27:35.396157 [ 3 ] {b6614402-acae-4186-b960-5a8b6e2a2728} <Debug> DynamicQueryHandler: Done processing query | ||
2719 | 2024.07.05 23:27:35.396182 [ 3 ] {b6614402-acae-4186-b960-5a8b6e2a2728} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
2720 | 2024.07.05 23:27:35.396198 [ 3 ] {} <Debug> HTTP-Session: 6a1f341c-c18b-49d7-af53-40bfde96b1e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2721 | 2024.07.05 23:27:35.396353 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2722 | 2024.07.05 23:27:35.396402 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2723 | 2024.07.05 23:27:35.396422 [ 3 ] {} <Debug> HTTP-Session: cd5b4929-009d-46bb-bb54-df82d212d780 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
2724 | 2024.07.05 23:27:35.396438 [ 3 ] {} <Debug> HTTP-Session: cd5b4929-009d-46bb-bb54-df82d212d780 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2725 | 2024.07.05 23:27:35.396452 [ 3 ] {} <Debug> HTTP-Session: cd5b4929-009d-46bb-bb54-df82d212d780 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2726 | 2024.07.05 23:27:35.396485 [ 3 ] {} <Trace> HTTP-Session: cd5b4929-009d-46bb-bb54-df82d212d780 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2727 | 2024.07.05 23:27:35.396614 [ 3 ] {00b3bec3-d427-4ac4-868a-debdba14638b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2728 | 2024.07.05 23:27:35.396661 [ 3 ] {00b3bec3-d427-4ac4-868a-debdba14638b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2729 | 2024.07.05 23:27:35.396811 [ 3 ] {00b3bec3-d427-4ac4-868a-debdba14638b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2730 | 2024.07.05 23:27:35.397135 [ 3 ] {00b3bec3-d427-4ac4-868a-debdba14638b} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2731 | 2024.07.05 23:27:35.397175 [ 3 ] {00b3bec3-d427-4ac4-868a-debdba14638b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
2732 | 2024.07.05 23:27:35.397525 [ 3 ] {00b3bec3-d427-4ac4-868a-debdba14638b} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2733 | 2024.07.05 23:27:35.397854 [ 3 ] {00b3bec3-d427-4ac4-868a-debdba14638b} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2734 | 2024.07.05 23:27:35.398012 [ 3 ] {00b3bec3-d427-4ac4-868a-debdba14638b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001439 sec., 41695.62195969423 rows/sec., 2.81 MiB/sec. | ||
2735 | 2024.07.05 23:27:35.398183 [ 3 ] {00b3bec3-d427-4ac4-868a-debdba14638b} <Debug> DynamicQueryHandler: Done processing query | ||
2736 | 2024.07.05 23:27:35.398208 [ 3 ] {00b3bec3-d427-4ac4-868a-debdba14638b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2737 | 2024.07.05 23:27:35.398223 [ 3 ] {} <Debug> HTTP-Session: cd5b4929-009d-46bb-bb54-df82d212d780 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2738 | 2024.07.05 23:27:40.381356 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 3207, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2739 | 2024.07.05 23:27:40.381557 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2740 | 2024.07.05 23:27:40.381604 [ 3 ] {} <Debug> HTTP-Session: af2c4faf-f93e-4f7c-a68f-a49adff452f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
2741 | 2024.07.05 23:27:40.381647 [ 3 ] {} <Debug> HTTP-Session: af2c4faf-f93e-4f7c-a68f-a49adff452f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2742 | 2024.07.05 23:27:40.381677 [ 3 ] {} <Debug> HTTP-Session: af2c4faf-f93e-4f7c-a68f-a49adff452f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2743 | 2024.07.05 23:27:40.381761 [ 3 ] {} <Trace> HTTP-Session: af2c4faf-f93e-4f7c-a68f-a49adff452f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2744 | 2024.07.05 23:27:40.382057 [ 3 ] {418a6bc5-e620-4ce0-817b-8a3a2c75a0cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2745 | 2024.07.05 23:27:40.382168 [ 3 ] {418a6bc5-e620-4ce0-817b-8a3a2c75a0cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2746 | 2024.07.05 23:27:40.382396 [ 3 ] {418a6bc5-e620-4ce0-817b-8a3a2c75a0cd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2747 | 2024.07.05 23:27:40.382859 [ 3 ] {418a6bc5-e620-4ce0-817b-8a3a2c75a0cd} <Trace> oximeter.fields_i64 (90cc20bc-62f3-4585-81bd-da47c52ed55a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2748 | 2024.07.05 23:27:40.382904 [ 3 ] {418a6bc5-e620-4ce0-817b-8a3a2c75a0cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
2749 | 2024.07.05 23:27:40.383277 [ 3 ] {418a6bc5-e620-4ce0-817b-8a3a2c75a0cd} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2750 | 2024.07.05 23:27:40.383614 [ 3 ] {418a6bc5-e620-4ce0-817b-8a3a2c75a0cd} <Trace> oximeter.fields_i64 (90cc20bc-62f3-4585-81bd-da47c52ed55a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2751 | 2024.07.05 23:27:40.383766 [ 3 ] {418a6bc5-e620-4ce0-817b-8a3a2c75a0cd} <Debug> executeQuery: Read 22 rows, 1.78 KiB in 0.001811 sec., 12147.98453892877 rows/sec., 984.65 KiB/sec. | ||
2752 | 2024.07.05 23:27:40.384017 [ 3 ] {418a6bc5-e620-4ce0-817b-8a3a2c75a0cd} <Debug> DynamicQueryHandler: Done processing query | ||
2753 | 2024.07.05 23:27:40.384045 [ 3 ] {418a6bc5-e620-4ce0-817b-8a3a2c75a0cd} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2754 | 2024.07.05 23:27:40.384062 [ 3 ] {} <Debug> HTTP-Session: af2c4faf-f93e-4f7c-a68f-a49adff452f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2755 | 2024.07.05 23:27:40.384239 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 17746, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2756 | 2024.07.05 23:27:40.384300 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2757 | 2024.07.05 23:27:40.384321 [ 3 ] {} <Debug> HTTP-Session: d6a2fd29-4393-402f-b442-844838982db8 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
2758 | 2024.07.05 23:27:40.384340 [ 3 ] {} <Debug> HTTP-Session: d6a2fd29-4393-402f-b442-844838982db8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2759 | 2024.07.05 23:27:40.384355 [ 3 ] {} <Debug> HTTP-Session: d6a2fd29-4393-402f-b442-844838982db8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2760 | 2024.07.05 23:27:40.384392 [ 3 ] {} <Trace> HTTP-Session: d6a2fd29-4393-402f-b442-844838982db8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2761 | 2024.07.05 23:27:40.384539 [ 3 ] {a2b3150b-c43f-48eb-8b15-b07605bb9e4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2762 | 2024.07.05 23:27:40.384587 [ 3 ] {a2b3150b-c43f-48eb-8b15-b07605bb9e4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2763 | 2024.07.05 23:27:40.384727 [ 3 ] {a2b3150b-c43f-48eb-8b15-b07605bb9e4e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2764 | 2024.07.05 23:27:40.385162 [ 3 ] {a2b3150b-c43f-48eb-8b15-b07605bb9e4e} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2765 | 2024.07.05 23:27:40.385202 [ 3 ] {a2b3150b-c43f-48eb-8b15-b07605bb9e4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
2766 | 2024.07.05 23:27:40.385527 [ 3 ] {a2b3150b-c43f-48eb-8b15-b07605bb9e4e} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2767 | 2024.07.05 23:27:40.385832 [ 3 ] {a2b3150b-c43f-48eb-8b15-b07605bb9e4e} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2768 | 2024.07.05 23:27:40.385981 [ 3 ] {a2b3150b-c43f-48eb-8b15-b07605bb9e4e} <Debug> executeQuery: Read 122 rows, 10.31 KiB in 0.001501 sec., 81279.14723517656 rows/sec., 6.71 MiB/sec. | ||
2769 | 2024.07.05 23:27:40.386163 [ 3 ] {a2b3150b-c43f-48eb-8b15-b07605bb9e4e} <Debug> DynamicQueryHandler: Done processing query | ||
2770 | 2024.07.05 23:27:40.386190 [ 3 ] {a2b3150b-c43f-48eb-8b15-b07605bb9e4e} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
2771 | 2024.07.05 23:27:40.386206 [ 3 ] {} <Debug> HTTP-Session: d6a2fd29-4393-402f-b442-844838982db8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2772 | 2024.07.05 23:27:40.386357 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 14612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2773 | 2024.07.05 23:27:40.386410 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2774 | 2024.07.05 23:27:40.386430 [ 3 ] {} <Debug> HTTP-Session: 4daef034-01ca-4d70-a8d9-3d66d97071d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
2775 | 2024.07.05 23:27:40.386448 [ 3 ] {} <Debug> HTTP-Session: 4daef034-01ca-4d70-a8d9-3d66d97071d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2776 | 2024.07.05 23:27:40.386462 [ 3 ] {} <Debug> HTTP-Session: 4daef034-01ca-4d70-a8d9-3d66d97071d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2777 | 2024.07.05 23:27:40.386495 [ 3 ] {} <Trace> HTTP-Session: 4daef034-01ca-4d70-a8d9-3d66d97071d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2778 | 2024.07.05 23:27:40.386621 [ 3 ] {26ac0dc0-5bdb-447f-a78c-7d88821a1b52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2779 | 2024.07.05 23:27:40.386666 [ 3 ] {26ac0dc0-5bdb-447f-a78c-7d88821a1b52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2780 | 2024.07.05 23:27:40.386795 [ 3 ] {26ac0dc0-5bdb-447f-a78c-7d88821a1b52} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2781 | 2024.07.05 23:27:40.387151 [ 3 ] {26ac0dc0-5bdb-447f-a78c-7d88821a1b52} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2782 | 2024.07.05 23:27:40.387188 [ 3 ] {26ac0dc0-5bdb-447f-a78c-7d88821a1b52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
2783 | 2024.07.05 23:27:40.387499 [ 3 ] {26ac0dc0-5bdb-447f-a78c-7d88821a1b52} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2784 | 2024.07.05 23:27:40.387810 [ 3 ] {26ac0dc0-5bdb-447f-a78c-7d88821a1b52} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2785 | 2024.07.05 23:27:40.387970 [ 3 ] {26ac0dc0-5bdb-447f-a78c-7d88821a1b52} <Debug> executeQuery: Read 86 rows, 6.88 KiB in 0.001389 sec., 61915.0467962563 rows/sec., 4.83 MiB/sec. | ||
2786 | 2024.07.05 23:27:40.388139 [ 3 ] {26ac0dc0-5bdb-447f-a78c-7d88821a1b52} <Debug> DynamicQueryHandler: Done processing query | ||
2787 | 2024.07.05 23:27:40.388163 [ 3 ] {26ac0dc0-5bdb-447f-a78c-7d88821a1b52} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
2788 | 2024.07.05 23:27:40.388180 [ 3 ] {} <Debug> HTTP-Session: 4daef034-01ca-4d70-a8d9-3d66d97071d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2789 | 2024.07.05 23:27:40.388353 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 30602, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2790 | 2024.07.05 23:27:40.388403 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2791 | 2024.07.05 23:27:40.388423 [ 3 ] {} <Debug> HTTP-Session: 7c9c066b-6897-438d-80b9-d476379cce9e Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
2792 | 2024.07.05 23:27:40.388439 [ 3 ] {} <Debug> HTTP-Session: 7c9c066b-6897-438d-80b9-d476379cce9e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2793 | 2024.07.05 23:27:40.388454 [ 3 ] {} <Debug> HTTP-Session: 7c9c066b-6897-438d-80b9-d476379cce9e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2794 | 2024.07.05 23:27:40.388487 [ 3 ] {} <Trace> HTTP-Session: 7c9c066b-6897-438d-80b9-d476379cce9e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2795 | 2024.07.05 23:27:40.388699 [ 3 ] {aa2334d4-2577-4c71-86de-13d4e4c777cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2796 | 2024.07.05 23:27:40.388749 [ 3 ] {aa2334d4-2577-4c71-86de-13d4e4c777cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2797 | 2024.07.05 23:27:40.388897 [ 3 ] {aa2334d4-2577-4c71-86de-13d4e4c777cd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2798 | 2024.07.05 23:27:40.389298 [ 3 ] {aa2334d4-2577-4c71-86de-13d4e4c777cd} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2799 | 2024.07.05 23:27:40.389335 [ 3 ] {aa2334d4-2577-4c71-86de-13d4e4c777cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
2800 | 2024.07.05 23:27:40.389725 [ 3 ] {aa2334d4-2577-4c71-86de-13d4e4c777cd} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2801 | 2024.07.05 23:27:40.390063 [ 3 ] {aa2334d4-2577-4c71-86de-13d4e4c777cd} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2802 | 2024.07.05 23:27:40.390228 [ 3 ] {aa2334d4-2577-4c71-86de-13d4e4c777cd} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001656 sec., 96618.35748792271 rows/sec., 6.73 MiB/sec. | ||
2803 | 2024.07.05 23:27:40.390401 [ 3 ] {aa2334d4-2577-4c71-86de-13d4e4c777cd} <Debug> DynamicQueryHandler: Done processing query | ||
2804 | 2024.07.05 23:27:40.390426 [ 3 ] {aa2334d4-2577-4c71-86de-13d4e4c777cd} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
2805 | 2024.07.05 23:27:40.390443 [ 3 ] {} <Debug> HTTP-Session: 7c9c066b-6897-438d-80b9-d476379cce9e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2806 | 2024.07.05 23:27:40.390615 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 35285, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2807 | 2024.07.05 23:27:40.390664 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2808 | 2024.07.05 23:27:40.390684 [ 3 ] {} <Debug> HTTP-Session: 3e748b97-a471-46b3-9b50-72e290eca7af Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
2809 | 2024.07.05 23:27:40.390702 [ 3 ] {} <Debug> HTTP-Session: 3e748b97-a471-46b3-9b50-72e290eca7af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2810 | 2024.07.05 23:27:40.390717 [ 3 ] {} <Debug> HTTP-Session: 3e748b97-a471-46b3-9b50-72e290eca7af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2811 | 2024.07.05 23:27:40.390749 [ 3 ] {} <Trace> HTTP-Session: 3e748b97-a471-46b3-9b50-72e290eca7af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2812 | 2024.07.05 23:27:40.391342 [ 3 ] {0926daa6-4ad6-4e11-a712-50a722482c64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2813 | 2024.07.05 23:27:40.391410 [ 3 ] {0926daa6-4ad6-4e11-a712-50a722482c64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
2814 | 2024.07.05 23:27:40.391816 [ 3 ] {0926daa6-4ad6-4e11-a712-50a722482c64} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2815 | 2024.07.05 23:27:40.392485 [ 3 ] {0926daa6-4ad6-4e11-a712-50a722482c64} <Trace> oximeter.measurements_histogramf64 (3a521290-854b-45c9-817a-bf8e30cab779): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2816 | 2024.07.05 23:27:40.392522 [ 3 ] {0926daa6-4ad6-4e11-a712-50a722482c64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
2817 | 2024.07.05 23:27:40.393130 [ 3 ] {0926daa6-4ad6-4e11-a712-50a722482c64} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2818 | 2024.07.05 23:27:40.393540 [ 3 ] {0926daa6-4ad6-4e11-a712-50a722482c64} <Trace> oximeter.measurements_histogramf64 (3a521290-854b-45c9-817a-bf8e30cab779): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2819 | 2024.07.05 23:27:40.393741 [ 3 ] {0926daa6-4ad6-4e11-a712-50a722482c64} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.002907 sec., 7567.939456484349 rows/sec., 13.56 MiB/sec. | ||
2820 | 2024.07.05 23:27:40.394101 [ 3 ] {0926daa6-4ad6-4e11-a712-50a722482c64} <Debug> DynamicQueryHandler: Done processing query | ||
2821 | 2024.07.05 23:27:40.394126 [ 3 ] {0926daa6-4ad6-4e11-a712-50a722482c64} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
2822 | 2024.07.05 23:27:40.394142 [ 3 ] {} <Debug> HTTP-Session: 3e748b97-a471-46b3-9b50-72e290eca7af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2823 | 2024.07.05 23:27:40.394267 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2824 | 2024.07.05 23:27:40.394319 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2825 | 2024.07.05 23:27:40.394339 [ 3 ] {} <Debug> HTTP-Session: 6031363d-dc05-40ca-96c1-e433a030da39 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
2826 | 2024.07.05 23:27:40.394356 [ 3 ] {} <Debug> HTTP-Session: 6031363d-dc05-40ca-96c1-e433a030da39 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2827 | 2024.07.05 23:27:40.394371 [ 3 ] {} <Debug> HTTP-Session: 6031363d-dc05-40ca-96c1-e433a030da39 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2828 | 2024.07.05 23:27:40.394402 [ 3 ] {} <Trace> HTTP-Session: 6031363d-dc05-40ca-96c1-e433a030da39 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2829 | 2024.07.05 23:27:40.394522 [ 3 ] {d5a52237-6c4b-4c65-b5fb-090b12df2b14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2830 | 2024.07.05 23:27:40.394570 [ 3 ] {d5a52237-6c4b-4c65-b5fb-090b12df2b14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2831 | 2024.07.05 23:27:40.394699 [ 3 ] {d5a52237-6c4b-4c65-b5fb-090b12df2b14} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2832 | 2024.07.05 23:27:40.395033 [ 3 ] {d5a52237-6c4b-4c65-b5fb-090b12df2b14} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2833 | 2024.07.05 23:27:40.395070 [ 3 ] {d5a52237-6c4b-4c65-b5fb-090b12df2b14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
2834 | 2024.07.05 23:27:40.395444 [ 3 ] {d5a52237-6c4b-4c65-b5fb-090b12df2b14} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2835 | 2024.07.05 23:27:40.395767 [ 3 ] {d5a52237-6c4b-4c65-b5fb-090b12df2b14} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2836 | 2024.07.05 23:27:40.395924 [ 3 ] {d5a52237-6c4b-4c65-b5fb-090b12df2b14} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001442 sec., 41608.87656033287 rows/sec., 2.80 MiB/sec. | ||
2837 | 2024.07.05 23:27:40.396225 [ 3 ] {d5a52237-6c4b-4c65-b5fb-090b12df2b14} <Debug> DynamicQueryHandler: Done processing query | ||
2838 | 2024.07.05 23:27:40.396250 [ 3 ] {d5a52237-6c4b-4c65-b5fb-090b12df2b14} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2839 | 2024.07.05 23:27:40.396266 [ 3 ] {} <Debug> HTTP-Session: 6031363d-dc05-40ca-96c1-e433a030da39 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2840 | 2024.07.05 23:27:44.265884 [ 45 ] {} <Debug> DNSResolver: Updating DNS cache | ||
2841 | 2024.07.05 23:27:44.265960 [ 45 ] {} <Debug> DNSResolver: Updated DNS cache | ||
2842 | 2024.07.05 23:27:45.380081 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 1632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2843 | 2024.07.05 23:27:45.380207 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2844 | 2024.07.05 23:27:45.380235 [ 3 ] {} <Debug> HTTP-Session: 2f1a3185-2ebf-47a1-ae74-51618ff5986c Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
2845 | 2024.07.05 23:27:45.380264 [ 3 ] {} <Debug> HTTP-Session: 2f1a3185-2ebf-47a1-ae74-51618ff5986c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2846 | 2024.07.05 23:27:45.380287 [ 3 ] {} <Debug> HTTP-Session: 2f1a3185-2ebf-47a1-ae74-51618ff5986c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2847 | 2024.07.05 23:27:45.380345 [ 3 ] {} <Trace> HTTP-Session: 2f1a3185-2ebf-47a1-ae74-51618ff5986c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2848 | 2024.07.05 23:27:45.380532 [ 3 ] {84f2a464-d37a-49bb-8c69-2b2d5cf4f0f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2849 | 2024.07.05 23:27:45.380599 [ 3 ] {84f2a464-d37a-49bb-8c69-2b2d5cf4f0f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2850 | 2024.07.05 23:27:45.380792 [ 3 ] {84f2a464-d37a-49bb-8c69-2b2d5cf4f0f0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2851 | 2024.07.05 23:27:45.381215 [ 3 ] {84f2a464-d37a-49bb-8c69-2b2d5cf4f0f0} <Trace> oximeter.fields_i64 (90cc20bc-62f3-4585-81bd-da47c52ed55a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2852 | 2024.07.05 23:27:45.381262 [ 3 ] {84f2a464-d37a-49bb-8c69-2b2d5cf4f0f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
2853 | 2024.07.05 23:27:45.381646 [ 3 ] {84f2a464-d37a-49bb-8c69-2b2d5cf4f0f0} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
2854 | 2024.07.05 23:27:45.382003 [ 3 ] {84f2a464-d37a-49bb-8c69-2b2d5cf4f0f0} <Trace> oximeter.fields_i64 (90cc20bc-62f3-4585-81bd-da47c52ed55a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2855 | 2024.07.05 23:27:45.382177 [ 45 ] {} <Debug> oximeter.fields_i64 (90cc20bc-62f3-4585-81bd-da47c52ed55a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
2856 | 2024.07.05 23:27:45.382186 [ 3 ] {84f2a464-d37a-49bb-8c69-2b2d5cf4f0f0} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.001698 sec., 6478.209658421672 rows/sec., 525.09 KiB/sec. | ||
2857 | 2024.07.05 23:27:45.382255 [ 45 ] {} <Trace> oximeter.fields_i64 (90cc20bc-62f3-4585-81bd-da47c52ed55a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2858 | 2024.07.05 23:27:45.382323 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
2859 | 2024.07.05 23:27:45.382517 [ 191 ] {90cc20bc-62f3-4585-81bd-da47c52ed55a::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 | ||
2860 | 2024.07.05 23:27:45.382572 [ 3 ] {84f2a464-d37a-49bb-8c69-2b2d5cf4f0f0} <Debug> DynamicQueryHandler: Done processing query | ||
2861 | 2024.07.05 23:27:45.382605 [ 3 ] {84f2a464-d37a-49bb-8c69-2b2d5cf4f0f0} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2862 | 2024.07.05 23:27:45.382634 [ 3 ] {} <Debug> HTTP-Session: 2f1a3185-2ebf-47a1-ae74-51618ff5986c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2863 | 2024.07.05 23:27:45.382672 [ 191 ] {90cc20bc-62f3-4585-81bd-da47c52ed55a::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2864 | 2024.07.05 23:27:45.382704 [ 191 ] {90cc20bc-62f3-4585-81bd-da47c52ed55a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 22 rows starting from the beginning of the part | ||
2865 | 2024.07.05 23:27:45.382767 [ 191 ] {90cc20bc-62f3-4585-81bd-da47c52ed55a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 11 rows starting from the beginning of the part | ||
2866 | 2024.07.05 23:27:45.382870 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 12804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2867 | 2024.07.05 23:27:45.383010 [ 191 ] {90cc20bc-62f3-4585-81bd-da47c52ed55a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 22 rows starting from the beginning of the part | ||
2868 | 2024.07.05 23:27:45.383032 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2869 | 2024.07.05 23:27:45.383119 [ 3 ] {} <Debug> HTTP-Session: f8be0136-5535-4c88-b218-40cef3f70b3a Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
2870 | 2024.07.05 23:27:45.383280 [ 3 ] {} <Debug> HTTP-Session: f8be0136-5535-4c88-b218-40cef3f70b3a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2871 | 2024.07.05 23:27:45.383337 [ 3 ] {} <Debug> HTTP-Session: f8be0136-5535-4c88-b218-40cef3f70b3a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2872 | 2024.07.05 23:27:45.383341 [ 191 ] {90cc20bc-62f3-4585-81bd-da47c52ed55a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 11 rows starting from the beginning of the part | ||
2873 | 2024.07.05 23:27:45.383401 [ 3 ] {} <Trace> HTTP-Session: f8be0136-5535-4c88-b218-40cef3f70b3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2874 | 2024.07.05 23:27:45.383487 [ 191 ] {90cc20bc-62f3-4585-81bd-da47c52ed55a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 22 rows starting from the beginning of the part | ||
2875 | 2024.07.05 23:27:45.383607 [ 191 ] {90cc20bc-62f3-4585-81bd-da47c52ed55a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 11 rows starting from the beginning of the part | ||
2876 | 2024.07.05 23:27:45.383677 [ 3 ] {60d2efe2-99cf-4892-9eb1-83850b3ca001} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2877 | 2024.07.05 23:27:45.383811 [ 3 ] {60d2efe2-99cf-4892-9eb1-83850b3ca001} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2878 | 2024.07.05 23:27:45.384068 [ 3 ] {60d2efe2-99cf-4892-9eb1-83850b3ca001} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2879 | 2024.07.05 23:27:45.384649 [ 3 ] {60d2efe2-99cf-4892-9eb1-83850b3ca001} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2880 | 2024.07.05 23:27:45.384696 [ 3 ] {60d2efe2-99cf-4892-9eb1-83850b3ca001} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
2881 | 2024.07.05 23:27:45.385107 [ 191 ] {90cc20bc-62f3-4585-81bd-da47c52ed55a::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 99 rows, containing 4 columns (4 merged, 0 gathered) in 0.002689781 sec., 36805.970448895285 rows/sec., 2.91 MiB/sec. | ||
2882 | 2024.07.05 23:27:45.385219 [ 3 ] {60d2efe2-99cf-4892-9eb1-83850b3ca001} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
2883 | 2024.07.05 23:27:45.385384 [ 200 ] {90cc20bc-62f3-4585-81bd-da47c52ed55a::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
2884 | 2024.07.05 23:27:45.385891 [ 3 ] {60d2efe2-99cf-4892-9eb1-83850b3ca001} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2885 | 2024.07.05 23:27:45.386225 [ 45 ] {} <Debug> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
2886 | 2024.07.05 23:27:45.386294 [ 3 ] {60d2efe2-99cf-4892-9eb1-83850b3ca001} <Debug> executeQuery: Read 89 rows, 7.36 KiB in 0.0027 sec., 32962.96296296296 rows/sec., 2.66 MiB/sec. | ||
2887 | 2024.07.05 23:27:45.386318 [ 45 ] {} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2888 | 2024.07.05 23:27:45.386415 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
2889 | 2024.07.05 23:27:45.386538 [ 200 ] {90cc20bc-62f3-4585-81bd-da47c52ed55a::all_1_6_1} <Trace> oximeter.fields_i64 (90cc20bc-62f3-4585-81bd-da47c52ed55a): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2890 | 2024.07.05 23:27:45.386836 [ 199 ] {5312aebe-5a34-422e-b0ce-e859ed1f196c::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 | ||
2891 | 2024.07.05 23:27:45.386839 [ 3 ] {60d2efe2-99cf-4892-9eb1-83850b3ca001} <Debug> DynamicQueryHandler: Done processing query | ||
2892 | 2024.07.05 23:27:45.386933 [ 200 ] {90cc20bc-62f3-4585-81bd-da47c52ed55a::all_1_6_1} <Trace> oximeter.fields_i64 (90cc20bc-62f3-4585-81bd-da47c52ed55a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
2893 | 2024.07.05 23:27:45.386944 [ 3 ] {60d2efe2-99cf-4892-9eb1-83850b3ca001} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
2894 | 2024.07.05 23:27:45.386994 [ 3 ] {} <Debug> HTTP-Session: f8be0136-5535-4c88-b218-40cef3f70b3a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2895 | 2024.07.05 23:27:45.387183 [ 199 ] {5312aebe-5a34-422e-b0ce-e859ed1f196c::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2896 | 2024.07.05 23:27:45.387193 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
2897 | 2024.07.05 23:27:45.387256 [ 199 ] {5312aebe-5a34-422e-b0ce-e859ed1f196c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 159 rows starting from the beginning of the part | ||
2898 | 2024.07.05 23:27:45.387256 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 12751, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2899 | 2024.07.05 23:27:45.387343 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2900 | 2024.07.05 23:27:45.387412 [ 199 ] {5312aebe-5a34-422e-b0ce-e859ed1f196c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 90 rows starting from the beginning of the part | ||
2901 | 2024.07.05 23:27:45.387421 [ 3 ] {} <Debug> HTTP-Session: b656c4d6-968a-4c81-b7ce-e52846e2d23f Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
2902 | 2024.07.05 23:27:45.387473 [ 3 ] {} <Debug> HTTP-Session: b656c4d6-968a-4c81-b7ce-e52846e2d23f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2903 | 2024.07.05 23:27:45.387553 [ 3 ] {} <Debug> HTTP-Session: b656c4d6-968a-4c81-b7ce-e52846e2d23f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2904 | 2024.07.05 23:27:45.387629 [ 199 ] {5312aebe-5a34-422e-b0ce-e859ed1f196c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 123 rows starting from the beginning of the part | ||
2905 | 2024.07.05 23:27:45.387673 [ 3 ] {} <Trace> HTTP-Session: b656c4d6-968a-4c81-b7ce-e52846e2d23f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2906 | 2024.07.05 23:27:45.388006 [ 199 ] {5312aebe-5a34-422e-b0ce-e859ed1f196c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 90 rows starting from the beginning of the part | ||
2907 | 2024.07.05 23:27:45.388113 [ 3 ] {c21c3f63-9fc0-41ee-9c6c-07e630cb4bab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2908 | 2024.07.05 23:27:45.388217 [ 199 ] {5312aebe-5a34-422e-b0ce-e859ed1f196c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 122 rows starting from the beginning of the part | ||
2909 | 2024.07.05 23:27:45.388252 [ 3 ] {c21c3f63-9fc0-41ee-9c6c-07e630cb4bab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2910 | 2024.07.05 23:27:45.388514 [ 199 ] {5312aebe-5a34-422e-b0ce-e859ed1f196c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 89 rows starting from the beginning of the part | ||
2911 | 2024.07.05 23:27:45.388913 [ 3 ] {c21c3f63-9fc0-41ee-9c6c-07e630cb4bab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2912 | 2024.07.05 23:27:45.389459 [ 3 ] {c21c3f63-9fc0-41ee-9c6c-07e630cb4bab} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2913 | 2024.07.05 23:27:45.389504 [ 3 ] {c21c3f63-9fc0-41ee-9c6c-07e630cb4bab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
2914 | 2024.07.05 23:27:45.389929 [ 3 ] {c21c3f63-9fc0-41ee-9c6c-07e630cb4bab} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
2915 | 2024.07.05 23:27:45.390145 [ 200 ] {5312aebe-5a34-422e-b0ce-e859ed1f196c::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 673 rows, containing 4 columns (4 merged, 0 gathered) in 0.00353182 sec., 190553.3124564672 rows/sec., 15.51 MiB/sec. | ||
2916 | 2024.07.05 23:27:45.390510 [ 200 ] {5312aebe-5a34-422e-b0ce-e859ed1f196c::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
2917 | 2024.07.05 23:27:45.390522 [ 3 ] {c21c3f63-9fc0-41ee-9c6c-07e630cb4bab} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2918 | 2024.07.05 23:27:45.390885 [ 45 ] {} <Debug> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
2919 | 2024.07.05 23:27:45.390933 [ 3 ] {c21c3f63-9fc0-41ee-9c6c-07e630cb4bab} <Debug> executeQuery: Read 75 rows, 6.00 KiB in 0.002932 sec., 25579.809004092767 rows/sec., 2.00 MiB/sec. | ||
2920 | 2024.07.05 23:27:45.390964 [ 45 ] {} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2921 | 2024.07.05 23:27:45.391064 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
2922 | 2024.07.05 23:27:45.391598 [ 198 ] {41c6d68c-04fc-4ca2-8bf5-9cf02702be2b::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 | ||
2923 | 2024.07.05 23:27:45.391815 [ 3 ] {c21c3f63-9fc0-41ee-9c6c-07e630cb4bab} <Debug> DynamicQueryHandler: Done processing query | ||
2924 | 2024.07.05 23:27:45.391924 [ 3 ] {c21c3f63-9fc0-41ee-9c6c-07e630cb4bab} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
2925 | 2024.07.05 23:27:45.392008 [ 3 ] {} <Debug> HTTP-Session: b656c4d6-968a-4c81-b7ce-e52846e2d23f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2926 | 2024.07.05 23:27:45.392130 [ 198 ] {41c6d68c-04fc-4ca2-8bf5-9cf02702be2b::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2927 | 2024.07.05 23:27:45.392169 [ 200 ] {5312aebe-5a34-422e-b0ce-e859ed1f196c::all_1_16_3} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2928 | 2024.07.05 23:27:45.392192 [ 198 ] {41c6d68c-04fc-4ca2-8bf5-9cf02702be2b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 119 rows starting from the beginning of the part | ||
2929 | 2024.07.05 23:27:45.392340 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 30602, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2930 | 2024.07.05 23:27:45.392366 [ 200 ] {5312aebe-5a34-422e-b0ce-e859ed1f196c::all_1_16_3} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
2931 | 2024.07.05 23:27:45.392617 [ 198 ] {41c6d68c-04fc-4ca2-8bf5-9cf02702be2b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 90 rows starting from the beginning of the part | ||
2932 | 2024.07.05 23:27:45.392622 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2933 | 2024.07.05 23:27:45.392694 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
2934 | 2024.07.05 23:27:45.392750 [ 3 ] {} <Debug> HTTP-Session: f129e7b6-fde3-420b-8bd6-9f0dcd375600 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
2935 | 2024.07.05 23:27:45.392846 [ 3 ] {} <Debug> HTTP-Session: f129e7b6-fde3-420b-8bd6-9f0dcd375600 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2936 | 2024.07.05 23:27:45.392938 [ 3 ] {} <Debug> HTTP-Session: f129e7b6-fde3-420b-8bd6-9f0dcd375600 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2937 | 2024.07.05 23:27:45.392999 [ 198 ] {41c6d68c-04fc-4ca2-8bf5-9cf02702be2b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 88 rows starting from the beginning of the part | ||
2938 | 2024.07.05 23:27:45.393041 [ 3 ] {} <Trace> HTTP-Session: f129e7b6-fde3-420b-8bd6-9f0dcd375600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2939 | 2024.07.05 23:27:45.393270 [ 198 ] {41c6d68c-04fc-4ca2-8bf5-9cf02702be2b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 77 rows starting from the beginning of the part | ||
2940 | 2024.07.05 23:27:45.393477 [ 3 ] {c8318beb-55b4-4732-a7ca-a8a28f05e2d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2941 | 2024.07.05 23:27:45.393493 [ 198 ] {41c6d68c-04fc-4ca2-8bf5-9cf02702be2b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 86 rows starting from the beginning of the part | ||
2942 | 2024.07.05 23:27:45.393644 [ 3 ] {c8318beb-55b4-4732-a7ca-a8a28f05e2d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2943 | 2024.07.05 23:27:45.393766 [ 198 ] {41c6d68c-04fc-4ca2-8bf5-9cf02702be2b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 75 rows starting from the beginning of the part | ||
2944 | 2024.07.05 23:27:45.394516 [ 3 ] {c8318beb-55b4-4732-a7ca-a8a28f05e2d7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2945 | 2024.07.05 23:27:45.395615 [ 3 ] {c8318beb-55b4-4732-a7ca-a8a28f05e2d7} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2946 | 2024.07.05 23:27:45.395684 [ 3 ] {c8318beb-55b4-4732-a7ca-a8a28f05e2d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
2947 | 2024.07.05 23:27:45.396679 [ 198 ] {41c6d68c-04fc-4ca2-8bf5-9cf02702be2b::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 535 rows, containing 4 columns (4 merged, 0 gathered) in 0.005410702 sec., 98878.11230409659 rows/sec., 7.72 MiB/sec. | ||
2948 | 2024.07.05 23:27:45.396727 [ 3 ] {c8318beb-55b4-4732-a7ca-a8a28f05e2d7} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
2949 | 2024.07.05 23:27:45.396880 [ 198 ] {41c6d68c-04fc-4ca2-8bf5-9cf02702be2b::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
2950 | 2024.07.05 23:27:45.397589 [ 3 ] {c8318beb-55b4-4732-a7ca-a8a28f05e2d7} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2951 | 2024.07.05 23:27:45.397800 [ 198 ] {41c6d68c-04fc-4ca2-8bf5-9cf02702be2b::all_1_16_3} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2952 | 2024.07.05 23:27:45.397891 [ 44 ] {} <Debug> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
2953 | 2024.07.05 23:27:45.397964 [ 3 ] {c8318beb-55b4-4732-a7ca-a8a28f05e2d7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004662 sec., 34320.03432003432 rows/sec., 2.39 MiB/sec. | ||
2954 | 2024.07.05 23:27:45.397988 [ 44 ] {} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2955 | 2024.07.05 23:27:45.398058 [ 198 ] {41c6d68c-04fc-4ca2-8bf5-9cf02702be2b::all_1_16_3} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
2956 | 2024.07.05 23:27:45.398095 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
2957 | 2024.07.05 23:27:45.398501 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
2958 | 2024.07.05 23:27:45.398637 [ 199 ] {32bf2426-5e02-498f-a333-0e56dff421cb::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 | ||
2959 | 2024.07.05 23:27:45.398657 [ 3 ] {c8318beb-55b4-4732-a7ca-a8a28f05e2d7} <Debug> DynamicQueryHandler: Done processing query | ||
2960 | 2024.07.05 23:27:45.398700 [ 3 ] {c8318beb-55b4-4732-a7ca-a8a28f05e2d7} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
2961 | 2024.07.05 23:27:45.398726 [ 3 ] {} <Debug> HTTP-Session: f129e7b6-fde3-420b-8bd6-9f0dcd375600 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2962 | 2024.07.05 23:27:45.398803 [ 199 ] {32bf2426-5e02-498f-a333-0e56dff421cb::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2963 | 2024.07.05 23:27:45.398831 [ 199 ] {32bf2426-5e02-498f-a333-0e56dff421cb::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1879 rows starting from the beginning of the part | ||
2964 | 2024.07.05 23:27:45.398928 [ 199 ] {32bf2426-5e02-498f-a333-0e56dff421cb::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 161 rows starting from the beginning of the part | ||
2965 | 2024.07.05 23:27:45.398952 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 17595, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2966 | 2024.07.05 23:27:45.399106 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2967 | 2024.07.05 23:27:45.399187 [ 3 ] {} <Debug> HTTP-Session: 3e20bd7c-ae60-461e-903b-9d79d819d70c Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
2968 | 2024.07.05 23:27:45.399185 [ 199 ] {32bf2426-5e02-498f-a333-0e56dff421cb::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 161 rows starting from the beginning of the part | ||
2969 | 2024.07.05 23:27:45.399237 [ 3 ] {} <Debug> HTTP-Session: 3e20bd7c-ae60-461e-903b-9d79d819d70c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2970 | 2024.07.05 23:27:45.399287 [ 3 ] {} <Debug> HTTP-Session: 3e20bd7c-ae60-461e-903b-9d79d819d70c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2971 | 2024.07.05 23:27:45.399387 [ 3 ] {} <Trace> HTTP-Session: 3e20bd7c-ae60-461e-903b-9d79d819d70c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2972 | 2024.07.05 23:27:45.399414 [ 199 ] {32bf2426-5e02-498f-a333-0e56dff421cb::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 161 rows starting from the beginning of the part | ||
2973 | 2024.07.05 23:27:45.399577 [ 199 ] {32bf2426-5e02-498f-a333-0e56dff421cb::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 | ||
2974 | 2024.07.05 23:27:45.399661 [ 199 ] {32bf2426-5e02-498f-a333-0e56dff421cb::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 160 rows starting from the beginning of the part | ||
2975 | 2024.07.05 23:27:45.399862 [ 3 ] {6a6d666e-db02-4ae2-b8b4-ef4ed85afe4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2976 | 2024.07.05 23:27:45.400071 [ 3 ] {6a6d666e-db02-4ae2-b8b4-ef4ed85afe4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
2977 | 2024.07.05 23:27:45.400962 [ 3 ] {6a6d666e-db02-4ae2-b8b4-ef4ed85afe4a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2978 | 2024.07.05 23:27:45.402246 [ 3 ] {6a6d666e-db02-4ae2-b8b4-ef4ed85afe4a} <Trace> oximeter.measurements_histogramf64 (3a521290-854b-45c9-817a-bf8e30cab779): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2979 | 2024.07.05 23:27:45.402300 [ 3 ] {6a6d666e-db02-4ae2-b8b4-ef4ed85afe4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
2980 | 2024.07.05 23:27:45.402489 [ 194 ] {32bf2426-5e02-498f-a333-0e56dff421cb::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2682 rows, containing 5 columns (5 merged, 0 gathered) in 0.004195145 sec., 639310.4409978677 rows/sec., 44.57 MiB/sec. | ||
2981 | 2024.07.05 23:27:45.402966 [ 194 ] {32bf2426-5e02-498f-a333-0e56dff421cb::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
2982 | 2024.07.05 23:27:45.403768 [ 3 ] {6a6d666e-db02-4ae2-b8b4-ef4ed85afe4a} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
2983 | 2024.07.05 23:27:45.404116 [ 194 ] {32bf2426-5e02-498f-a333-0e56dff421cb::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2984 | 2024.07.05 23:27:45.404439 [ 194 ] {32bf2426-5e02-498f-a333-0e56dff421cb::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
2985 | 2024.07.05 23:27:45.404603 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
2986 | 2024.07.05 23:27:45.404784 [ 3 ] {6a6d666e-db02-4ae2-b8b4-ef4ed85afe4a} <Trace> oximeter.measurements_histogramf64 (3a521290-854b-45c9-817a-bf8e30cab779): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2987 | 2024.07.05 23:27:45.404975 [ 44 ] {} <Debug> oximeter.measurements_histogramf64 (3a521290-854b-45c9-817a-bf8e30cab779) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
2988 | 2024.07.05 23:27:45.405013 [ 3 ] {6a6d666e-db02-4ae2-b8b4-ef4ed85afe4a} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.005455 sec., 2016.4986251145738 rows/sec., 3.61 MiB/sec. | ||
2989 | 2024.07.05 23:27:45.405028 [ 44 ] {} <Trace> oximeter.measurements_histogramf64 (3a521290-854b-45c9-817a-bf8e30cab779): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2990 | 2024.07.05 23:27:45.405097 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
2991 | 2024.07.05 23:27:45.405469 [ 198 ] {3a521290-854b-45c9-817a-bf8e30cab779::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 | ||
2992 | 2024.07.05 23:27:45.405675 [ 3 ] {6a6d666e-db02-4ae2-b8b4-ef4ed85afe4a} <Debug> DynamicQueryHandler: Done processing query | ||
2993 | 2024.07.05 23:27:45.405733 [ 3 ] {6a6d666e-db02-4ae2-b8b4-ef4ed85afe4a} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
2994 | 2024.07.05 23:27:45.405786 [ 3 ] {} <Debug> HTTP-Session: 3e20bd7c-ae60-461e-903b-9d79d819d70c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2995 | 2024.07.05 23:27:45.406009 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2996 | 2024.07.05 23:27:45.406074 [ 198 ] {3a521290-854b-45c9-817a-bf8e30cab779::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2997 | 2024.07.05 23:27:45.406104 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2998 | 2024.07.05 23:27:45.406161 [ 3 ] {} <Debug> HTTP-Session: bb602a02-ac9a-4cb2-bee3-dc9f1995d7a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
2999 | 2024.07.05 23:27:45.406205 [ 198 ] {3a521290-854b-45c9-817a-bf8e30cab779::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 22 rows starting from the beginning of the part | ||
3000 | 2024.07.05 23:27:45.406209 [ 3 ] {} <Debug> HTTP-Session: bb602a02-ac9a-4cb2-bee3-dc9f1995d7a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3001 | 2024.07.05 23:27:45.406261 [ 3 ] {} <Debug> HTTP-Session: bb602a02-ac9a-4cb2-bee3-dc9f1995d7a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3002 | 2024.07.05 23:27:45.406348 [ 3 ] {} <Trace> HTTP-Session: bb602a02-ac9a-4cb2-bee3-dc9f1995d7a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3003 | 2024.07.05 23:27:45.406772 [ 3 ] {a267c784-cae7-4b3e-80db-0a6952ba9d70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3004 | 2024.07.05 23:27:45.406809 [ 198 ] {3a521290-854b-45c9-817a-bf8e30cab779::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 11 rows starting from the beginning of the part | ||
3005 | 2024.07.05 23:27:45.406866 [ 3 ] {a267c784-cae7-4b3e-80db-0a6952ba9d70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3006 | 2024.07.05 23:27:45.407668 [ 198 ] {3a521290-854b-45c9-817a-bf8e30cab779::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 22 rows starting from the beginning of the part | ||
3007 | 2024.07.05 23:27:45.407761 [ 3 ] {a267c784-cae7-4b3e-80db-0a6952ba9d70} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3008 | 2024.07.05 23:27:45.408259 [ 198 ] {3a521290-854b-45c9-817a-bf8e30cab779::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 11 rows starting from the beginning of the part | ||
3009 | 2024.07.05 23:27:45.409051 [ 198 ] {3a521290-854b-45c9-817a-bf8e30cab779::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 22 rows starting from the beginning of the part | ||
3010 | 2024.07.05 23:27:45.409070 [ 3 ] {a267c784-cae7-4b3e-80db-0a6952ba9d70} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3011 | 2024.07.05 23:27:45.409138 [ 3 ] {a267c784-cae7-4b3e-80db-0a6952ba9d70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
3012 | 2024.07.05 23:27:45.409589 [ 198 ] {3a521290-854b-45c9-817a-bf8e30cab779::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 11 rows starting from the beginning of the part | ||
3013 | 2024.07.05 23:27:45.410480 [ 3 ] {a267c784-cae7-4b3e-80db-0a6952ba9d70} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3014 | 2024.07.05 23:27:45.411316 [ 3 ] {a267c784-cae7-4b3e-80db-0a6952ba9d70} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3015 | 2024.07.05 23:27:45.411648 [ 44 ] {} <Debug> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3016 | 2024.07.05 23:27:45.411744 [ 44 ] {} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3017 | 2024.07.05 23:27:45.411761 [ 3 ] {a267c784-cae7-4b3e-80db-0a6952ba9d70} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005155 sec., 11639.185257032008 rows/sec., 803.23 KiB/sec. | ||
3018 | 2024.07.05 23:27:45.411810 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
3019 | 2024.07.05 23:27:45.412369 [ 199 ] {bcc711bb-3808-4d12-8719-f1e4bc8a9242::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.07.05 23:27:45.412492 [ 3 ] {a267c784-cae7-4b3e-80db-0a6952ba9d70} <Debug> DynamicQueryHandler: Done processing query | ||
3021 | 2024.07.05 23:27:45.412574 [ 3 ] {a267c784-cae7-4b3e-80db-0a6952ba9d70} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3022 | 2024.07.05 23:27:45.412658 [ 3 ] {} <Debug> HTTP-Session: bb602a02-ac9a-4cb2-bee3-dc9f1995d7a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3023 | 2024.07.05 23:27:45.412906 [ 199 ] {bcc711bb-3808-4d12-8719-f1e4bc8a9242::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3024 | 2024.07.05 23:27:45.412975 [ 199 ] {bcc711bb-3808-4d12-8719-f1e4bc8a9242::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 622 rows starting from the beginning of the part | ||
3025 | 2024.07.05 23:27:45.413232 [ 199 ] {bcc711bb-3808-4d12-8719-f1e4bc8a9242::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 | ||
3026 | 2024.07.05 23:27:45.413553 [ 199 ] {bcc711bb-3808-4d12-8719-f1e4bc8a9242::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 | ||
3027 | 2024.07.05 23:27:45.413886 [ 199 ] {bcc711bb-3808-4d12-8719-f1e4bc8a9242::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 | ||
3028 | 2024.07.05 23:27:45.414177 [ 199 ] {bcc711bb-3808-4d12-8719-f1e4bc8a9242::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 | ||
3029 | 2024.07.05 23:27:45.414451 [ 199 ] {bcc711bb-3808-4d12-8719-f1e4bc8a9242::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 | ||
3030 | 2024.07.05 23:27:45.417689 [ 192 ] {bcc711bb-3808-4d12-8719-f1e4bc8a9242::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 922 rows, containing 4 columns (4 merged, 0 gathered) in 0.005683388 sec., 162227.17857728523 rows/sec., 10.93 MiB/sec. | ||
3031 | 2024.07.05 23:27:45.418024 [ 192 ] {bcc711bb-3808-4d12-8719-f1e4bc8a9242::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3032 | 2024.07.05 23:27:45.419253 [ 198 ] {3a521290-854b-45c9-817a-bf8e30cab779::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 99 rows, containing 19 columns (19 merged, 0 gathered) in 0.014008335 sec., 7067.2210508957705 rows/sec., 12.66 MiB/sec. | ||
3033 | 2024.07.05 23:27:45.419321 [ 192 ] {bcc711bb-3808-4d12-8719-f1e4bc8a9242::all_1_16_3} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3034 | 2024.07.05 23:27:45.419420 [ 192 ] {bcc711bb-3808-4d12-8719-f1e4bc8a9242::all_1_16_3} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3035 | 2024.07.05 23:27:45.419565 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
3036 | 2024.07.05 23:27:45.419704 [ 198 ] {3a521290-854b-45c9-817a-bf8e30cab779::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
3037 | 2024.07.05 23:27:45.420242 [ 198 ] {3a521290-854b-45c9-817a-bf8e30cab779::all_1_6_1} <Trace> oximeter.measurements_histogramf64 (3a521290-854b-45c9-817a-bf8e30cab779): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3038 | 2024.07.05 23:27:45.420315 [ 198 ] {3a521290-854b-45c9-817a-bf8e30cab779::all_1_6_1} <Trace> oximeter.measurements_histogramf64 (3a521290-854b-45c9-817a-bf8e30cab779) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
3039 | 2024.07.05 23:27:45.420418 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. | ||
3040 | 2024.07.05 23:27:50.381762 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 3207, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3041 | 2024.07.05 23:27:50.381896 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3042 | 2024.07.05 23:27:50.381926 [ 3 ] {} <Debug> HTTP-Session: 5415e206-b3bc-4318-af0e-686e650f5ceb Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
3043 | 2024.07.05 23:27:50.381955 [ 3 ] {} <Debug> HTTP-Session: 5415e206-b3bc-4318-af0e-686e650f5ceb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3044 | 2024.07.05 23:27:50.381973 [ 3 ] {} <Debug> HTTP-Session: 5415e206-b3bc-4318-af0e-686e650f5ceb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3045 | 2024.07.05 23:27:50.382033 [ 3 ] {} <Trace> HTTP-Session: 5415e206-b3bc-4318-af0e-686e650f5ceb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3046 | 2024.07.05 23:27:50.382237 [ 3 ] {031ba623-71b4-4e0e-9769-ada4947d1dd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3047 | 2024.07.05 23:27:50.382314 [ 3 ] {031ba623-71b4-4e0e-9769-ada4947d1dd4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3048 | 2024.07.05 23:27:50.382530 [ 3 ] {031ba623-71b4-4e0e-9769-ada4947d1dd4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3049 | 2024.07.05 23:27:50.382981 [ 3 ] {031ba623-71b4-4e0e-9769-ada4947d1dd4} <Trace> oximeter.fields_i64 (90cc20bc-62f3-4585-81bd-da47c52ed55a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3050 | 2024.07.05 23:27:50.383026 [ 3 ] {031ba623-71b4-4e0e-9769-ada4947d1dd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
3051 | 2024.07.05 23:27:50.383408 [ 3 ] {031ba623-71b4-4e0e-9769-ada4947d1dd4} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
3052 | 2024.07.05 23:27:50.383757 [ 3 ] {031ba623-71b4-4e0e-9769-ada4947d1dd4} <Trace> oximeter.fields_i64 (90cc20bc-62f3-4585-81bd-da47c52ed55a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3053 | 2024.07.05 23:27:50.383934 [ 3 ] {031ba623-71b4-4e0e-9769-ada4947d1dd4} <Debug> executeQuery: Read 22 rows, 1.78 KiB in 0.001757 sec., 12521.343198634035 rows/sec., 1014.91 KiB/sec. | ||
3054 | 2024.07.05 23:27:50.384296 [ 3 ] {031ba623-71b4-4e0e-9769-ada4947d1dd4} <Debug> DynamicQueryHandler: Done processing query | ||
3055 | 2024.07.05 23:27:50.384326 [ 3 ] {031ba623-71b4-4e0e-9769-ada4947d1dd4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3056 | 2024.07.05 23:27:50.384343 [ 3 ] {} <Debug> HTTP-Session: 5415e206-b3bc-4318-af0e-686e650f5ceb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3057 | 2024.07.05 23:27:50.384564 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 22684, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3058 | 2024.07.05 23:27:50.384622 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3059 | 2024.07.05 23:27:50.384643 [ 3 ] {} <Debug> HTTP-Session: 1022d26d-e9e2-4d6c-a557-f19cf2fb9082 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
3060 | 2024.07.05 23:27:50.384662 [ 3 ] {} <Debug> HTTP-Session: 1022d26d-e9e2-4d6c-a557-f19cf2fb9082 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3061 | 2024.07.05 23:27:50.384677 [ 3 ] {} <Debug> HTTP-Session: 1022d26d-e9e2-4d6c-a557-f19cf2fb9082 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3062 | 2024.07.05 23:27:50.384713 [ 3 ] {} <Trace> HTTP-Session: 1022d26d-e9e2-4d6c-a557-f19cf2fb9082 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3063 | 2024.07.05 23:27:50.384866 [ 3 ] {2e08e70c-7edf-4cc1-99d0-61b6b5fb29dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3064 | 2024.07.05 23:27:50.384916 [ 3 ] {2e08e70c-7edf-4cc1-99d0-61b6b5fb29dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3065 | 2024.07.05 23:27:50.385071 [ 3 ] {2e08e70c-7edf-4cc1-99d0-61b6b5fb29dc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3066 | 2024.07.05 23:27:50.385513 [ 3 ] {2e08e70c-7edf-4cc1-99d0-61b6b5fb29dc} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3067 | 2024.07.05 23:27:50.385552 [ 3 ] {2e08e70c-7edf-4cc1-99d0-61b6b5fb29dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
3068 | 2024.07.05 23:27:50.385884 [ 3 ] {2e08e70c-7edf-4cc1-99d0-61b6b5fb29dc} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3069 | 2024.07.05 23:27:50.386209 [ 3 ] {2e08e70c-7edf-4cc1-99d0-61b6b5fb29dc} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3070 | 2024.07.05 23:27:50.386365 [ 3 ] {2e08e70c-7edf-4cc1-99d0-61b6b5fb29dc} <Debug> executeQuery: Read 158 rows, 13.08 KiB in 0.001563 sec., 101087.65195137556 rows/sec., 8.17 MiB/sec. | ||
3071 | 2024.07.05 23:27:50.386530 [ 3 ] {2e08e70c-7edf-4cc1-99d0-61b6b5fb29dc} <Debug> DynamicQueryHandler: Done processing query | ||
3072 | 2024.07.05 23:27:50.386555 [ 3 ] {2e08e70c-7edf-4cc1-99d0-61b6b5fb29dc} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
3073 | 2024.07.05 23:27:50.386571 [ 3 ] {} <Debug> HTTP-Session: 1022d26d-e9e2-4d6c-a557-f19cf2fb9082 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3074 | 2024.07.05 23:27:50.386742 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 18656, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3075 | 2024.07.05 23:27:50.386793 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3076 | 2024.07.05 23:27:50.386813 [ 3 ] {} <Debug> HTTP-Session: d52284bd-0af6-4cd2-9b2e-805a23d476d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
3077 | 2024.07.05 23:27:50.386830 [ 3 ] {} <Debug> HTTP-Session: d52284bd-0af6-4cd2-9b2e-805a23d476d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3078 | 2024.07.05 23:27:50.386844 [ 3 ] {} <Debug> HTTP-Session: d52284bd-0af6-4cd2-9b2e-805a23d476d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3079 | 2024.07.05 23:27:50.386877 [ 3 ] {} <Trace> HTTP-Session: d52284bd-0af6-4cd2-9b2e-805a23d476d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3080 | 2024.07.05 23:27:50.387009 [ 3 ] {499440cf-b9ab-4107-8c89-0677c47e8134} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3081 | 2024.07.05 23:27:50.387057 [ 3 ] {499440cf-b9ab-4107-8c89-0677c47e8134} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3082 | 2024.07.05 23:27:50.387188 [ 3 ] {499440cf-b9ab-4107-8c89-0677c47e8134} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3083 | 2024.07.05 23:27:50.387570 [ 3 ] {499440cf-b9ab-4107-8c89-0677c47e8134} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3084 | 2024.07.05 23:27:50.387616 [ 3 ] {499440cf-b9ab-4107-8c89-0677c47e8134} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
3085 | 2024.07.05 23:27:50.387954 [ 3 ] {499440cf-b9ab-4107-8c89-0677c47e8134} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3086 | 2024.07.05 23:27:50.388264 [ 3 ] {499440cf-b9ab-4107-8c89-0677c47e8134} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3087 | 2024.07.05 23:27:50.388431 [ 3 ] {499440cf-b9ab-4107-8c89-0677c47e8134} <Debug> executeQuery: Read 110 rows, 8.78 KiB in 0.001472 sec., 74728.26086956522 rows/sec., 5.82 MiB/sec. | ||
3088 | 2024.07.05 23:27:50.388603 [ 3 ] {499440cf-b9ab-4107-8c89-0677c47e8134} <Debug> DynamicQueryHandler: Done processing query | ||
3089 | 2024.07.05 23:27:50.388627 [ 3 ] {499440cf-b9ab-4107-8c89-0677c47e8134} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
3090 | 2024.07.05 23:27:50.388644 [ 3 ] {} <Debug> HTTP-Session: d52284bd-0af6-4cd2-9b2e-805a23d476d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3091 | 2024.07.05 23:27:50.388809 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 37558, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3092 | 2024.07.05 23:27:50.388859 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3093 | 2024.07.05 23:27:50.388879 [ 3 ] {} <Debug> HTTP-Session: b3bd87c8-9a79-44c0-b018-1cd52304a078 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
3094 | 2024.07.05 23:27:50.388896 [ 3 ] {} <Debug> HTTP-Session: b3bd87c8-9a79-44c0-b018-1cd52304a078 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3095 | 2024.07.05 23:27:50.388910 [ 3 ] {} <Debug> HTTP-Session: b3bd87c8-9a79-44c0-b018-1cd52304a078 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3096 | 2024.07.05 23:27:50.388941 [ 3 ] {} <Trace> HTTP-Session: b3bd87c8-9a79-44c0-b018-1cd52304a078 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3097 | 2024.07.05 23:27:50.389116 [ 3 ] {4e8b2da9-f922-433d-a0aa-43802d5424c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3098 | 2024.07.05 23:27:50.389165 [ 3 ] {4e8b2da9-f922-433d-a0aa-43802d5424c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3099 | 2024.07.05 23:27:50.389318 [ 3 ] {4e8b2da9-f922-433d-a0aa-43802d5424c7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3100 | 2024.07.05 23:27:50.389713 [ 3 ] {4e8b2da9-f922-433d-a0aa-43802d5424c7} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3101 | 2024.07.05 23:27:50.389749 [ 3 ] {4e8b2da9-f922-433d-a0aa-43802d5424c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
3102 | 2024.07.05 23:27:50.390148 [ 3 ] {4e8b2da9-f922-433d-a0aa-43802d5424c7} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3103 | 2024.07.05 23:27:50.390481 [ 3 ] {4e8b2da9-f922-433d-a0aa-43802d5424c7} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3104 | 2024.07.05 23:27:50.390637 [ 3 ] {4e8b2da9-f922-433d-a0aa-43802d5424c7} <Debug> executeQuery: Read 196 rows, 14.01 KiB in 0.001607 sec., 121966.39701306784 rows/sec., 8.52 MiB/sec. | ||
3105 | 2024.07.05 23:27:50.390795 [ 3 ] {4e8b2da9-f922-433d-a0aa-43802d5424c7} <Debug> DynamicQueryHandler: Done processing query | ||
3106 | 2024.07.05 23:27:50.390819 [ 3 ] {4e8b2da9-f922-433d-a0aa-43802d5424c7} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
3107 | 2024.07.05 23:27:50.390835 [ 3 ] {} <Debug> HTTP-Session: b3bd87c8-9a79-44c0-b018-1cd52304a078 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3108 | 2024.07.05 23:27:50.391016 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 35342, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3109 | 2024.07.05 23:27:50.391065 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3110 | 2024.07.05 23:27:50.391084 [ 3 ] {} <Debug> HTTP-Session: 364cd73d-7f47-4bad-a27c-9527fe609e90 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
3111 | 2024.07.05 23:27:50.391101 [ 3 ] {} <Debug> HTTP-Session: 364cd73d-7f47-4bad-a27c-9527fe609e90 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3112 | 2024.07.05 23:27:50.391115 [ 3 ] {} <Debug> HTTP-Session: 364cd73d-7f47-4bad-a27c-9527fe609e90 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3113 | 2024.07.05 23:27:50.391147 [ 3 ] {} <Trace> HTTP-Session: 364cd73d-7f47-4bad-a27c-9527fe609e90 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3114 | 2024.07.05 23:27:50.391410 [ 3 ] {5c036f8b-0b00-4b4f-b475-0b4167ef5b37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3115 | 2024.07.05 23:27:50.391475 [ 3 ] {5c036f8b-0b00-4b4f-b475-0b4167ef5b37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
3116 | 2024.07.05 23:27:50.391878 [ 3 ] {5c036f8b-0b00-4b4f-b475-0b4167ef5b37} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3117 | 2024.07.05 23:27:50.392516 [ 3 ] {5c036f8b-0b00-4b4f-b475-0b4167ef5b37} <Trace> oximeter.measurements_histogramf64 (3a521290-854b-45c9-817a-bf8e30cab779): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3118 | 2024.07.05 23:27:50.392553 [ 3 ] {5c036f8b-0b00-4b4f-b475-0b4167ef5b37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
3119 | 2024.07.05 23:27:50.393181 [ 3 ] {5c036f8b-0b00-4b4f-b475-0b4167ef5b37} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
3120 | 2024.07.05 23:27:50.393605 [ 3 ] {5c036f8b-0b00-4b4f-b475-0b4167ef5b37} <Trace> oximeter.measurements_histogramf64 (3a521290-854b-45c9-817a-bf8e30cab779): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3121 | 2024.07.05 23:27:50.393802 [ 3 ] {5c036f8b-0b00-4b4f-b475-0b4167ef5b37} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.002571 sec., 8556.98171917542 rows/sec., 15.33 MiB/sec. | ||
3122 | 2024.07.05 23:27:50.394028 [ 3 ] {5c036f8b-0b00-4b4f-b475-0b4167ef5b37} <Debug> DynamicQueryHandler: Done processing query | ||
3123 | 2024.07.05 23:27:50.394053 [ 3 ] {5c036f8b-0b00-4b4f-b475-0b4167ef5b37} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
3124 | 2024.07.05 23:27:50.394069 [ 3 ] {} <Debug> HTTP-Session: 364cd73d-7f47-4bad-a27c-9527fe609e90 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3125 | 2024.07.05 23:27:50.394268 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3126 | 2024.07.05 23:27:50.394319 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3127 | 2024.07.05 23:27:50.394339 [ 3 ] {} <Debug> HTTP-Session: 67d4ac48-f3b7-4f4b-89a0-c4390e161c1c Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
3128 | 2024.07.05 23:27:50.394356 [ 3 ] {} <Debug> HTTP-Session: 67d4ac48-f3b7-4f4b-89a0-c4390e161c1c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3129 | 2024.07.05 23:27:50.394371 [ 3 ] {} <Debug> HTTP-Session: 67d4ac48-f3b7-4f4b-89a0-c4390e161c1c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3130 | 2024.07.05 23:27:50.394404 [ 3 ] {} <Trace> HTTP-Session: 67d4ac48-f3b7-4f4b-89a0-c4390e161c1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3131 | 2024.07.05 23:27:50.394527 [ 3 ] {4d4a95f4-2043-47a5-b8c1-ed08c7806c2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3132 | 2024.07.05 23:27:50.394573 [ 3 ] {4d4a95f4-2043-47a5-b8c1-ed08c7806c2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3133 | 2024.07.05 23:27:50.394703 [ 3 ] {4d4a95f4-2043-47a5-b8c1-ed08c7806c2a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3134 | 2024.07.05 23:27:50.395049 [ 3 ] {4d4a95f4-2043-47a5-b8c1-ed08c7806c2a} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3135 | 2024.07.05 23:27:50.395086 [ 3 ] {4d4a95f4-2043-47a5-b8c1-ed08c7806c2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
3136 | 2024.07.05 23:27:50.395447 [ 3 ] {4d4a95f4-2043-47a5-b8c1-ed08c7806c2a} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3137 | 2024.07.05 23:27:50.395766 [ 3 ] {4d4a95f4-2043-47a5-b8c1-ed08c7806c2a} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3138 | 2024.07.05 23:27:50.395917 [ 3 ] {4d4a95f4-2043-47a5-b8c1-ed08c7806c2a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001431 sec., 41928.7211740042 rows/sec., 2.83 MiB/sec. | ||
3139 | 2024.07.05 23:27:50.396090 [ 3 ] {4d4a95f4-2043-47a5-b8c1-ed08c7806c2a} <Debug> DynamicQueryHandler: Done processing query | ||
3140 | 2024.07.05 23:27:50.396114 [ 3 ] {4d4a95f4-2043-47a5-b8c1-ed08c7806c2a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3141 | 2024.07.05 23:27:50.396130 [ 3 ] {} <Debug> HTTP-Session: 67d4ac48-f3b7-4f4b-89a0-c4390e161c1c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3142 | 2024.07.05 23:27:55.380319 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 1632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3143 | 2024.07.05 23:27:55.380459 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3144 | 2024.07.05 23:27:55.380489 [ 3 ] {} <Debug> HTTP-Session: cf1ff058-8d9d-4f4c-acb1-a6ad79226277 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
3145 | 2024.07.05 23:27:55.380519 [ 3 ] {} <Debug> HTTP-Session: cf1ff058-8d9d-4f4c-acb1-a6ad79226277 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3146 | 2024.07.05 23:27:55.380538 [ 3 ] {} <Debug> HTTP-Session: cf1ff058-8d9d-4f4c-acb1-a6ad79226277 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3147 | 2024.07.05 23:27:55.380601 [ 3 ] {} <Trace> HTTP-Session: cf1ff058-8d9d-4f4c-acb1-a6ad79226277 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3148 | 2024.07.05 23:27:55.380797 [ 3 ] {e687f91a-46f9-44a5-a6e9-ae90a0a8621e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3149 | 2024.07.05 23:27:55.380865 [ 3 ] {e687f91a-46f9-44a5-a6e9-ae90a0a8621e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3150 | 2024.07.05 23:27:55.381055 [ 3 ] {e687f91a-46f9-44a5-a6e9-ae90a0a8621e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3151 | 2024.07.05 23:27:55.381467 [ 3 ] {e687f91a-46f9-44a5-a6e9-ae90a0a8621e} <Trace> oximeter.fields_i64 (90cc20bc-62f3-4585-81bd-da47c52ed55a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3152 | 2024.07.05 23:27:55.381513 [ 3 ] {e687f91a-46f9-44a5-a6e9-ae90a0a8621e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
3153 | 2024.07.05 23:27:55.381883 [ 3 ] {e687f91a-46f9-44a5-a6e9-ae90a0a8621e} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
3154 | 2024.07.05 23:27:55.382234 [ 3 ] {e687f91a-46f9-44a5-a6e9-ae90a0a8621e} <Trace> oximeter.fields_i64 (90cc20bc-62f3-4585-81bd-da47c52ed55a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3155 | 2024.07.05 23:27:55.382392 [ 3 ] {e687f91a-46f9-44a5-a6e9-ae90a0a8621e} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.00165 sec., 6666.666666666667 rows/sec., 540.36 KiB/sec. | ||
3156 | 2024.07.05 23:27:55.382624 [ 3 ] {e687f91a-46f9-44a5-a6e9-ae90a0a8621e} <Debug> DynamicQueryHandler: Done processing query | ||
3157 | 2024.07.05 23:27:55.382652 [ 3 ] {e687f91a-46f9-44a5-a6e9-ae90a0a8621e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3158 | 2024.07.05 23:27:55.382669 [ 3 ] {} <Debug> HTTP-Session: cf1ff058-8d9d-4f4c-acb1-a6ad79226277 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3159 | 2024.07.05 23:27:55.382851 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 12804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3160 | 2024.07.05 23:27:55.382907 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3161 | 2024.07.05 23:27:55.382928 [ 3 ] {} <Debug> HTTP-Session: 1a09559d-592e-40f7-8234-e98c239376f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
3162 | 2024.07.05 23:27:55.382947 [ 3 ] {} <Debug> HTTP-Session: 1a09559d-592e-40f7-8234-e98c239376f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3163 | 2024.07.05 23:27:55.382961 [ 3 ] {} <Debug> HTTP-Session: 1a09559d-592e-40f7-8234-e98c239376f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3164 | 2024.07.05 23:27:55.382995 [ 3 ] {} <Trace> HTTP-Session: 1a09559d-592e-40f7-8234-e98c239376f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3165 | 2024.07.05 23:27:55.383129 [ 3 ] {004e410e-7bdb-4056-8c32-b709e276b3f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3166 | 2024.07.05 23:27:55.383177 [ 3 ] {004e410e-7bdb-4056-8c32-b709e276b3f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3167 | 2024.07.05 23:27:55.383308 [ 3 ] {004e410e-7bdb-4056-8c32-b709e276b3f4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3168 | 2024.07.05 23:27:55.383681 [ 3 ] {004e410e-7bdb-4056-8c32-b709e276b3f4} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3169 | 2024.07.05 23:27:55.383720 [ 3 ] {004e410e-7bdb-4056-8c32-b709e276b3f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
3170 | 2024.07.05 23:27:55.384052 [ 3 ] {004e410e-7bdb-4056-8c32-b709e276b3f4} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3171 | 2024.07.05 23:27:55.384356 [ 3 ] {004e410e-7bdb-4056-8c32-b709e276b3f4} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3172 | 2024.07.05 23:27:55.384516 [ 3 ] {004e410e-7bdb-4056-8c32-b709e276b3f4} <Debug> executeQuery: Read 89 rows, 7.36 KiB in 0.001432 sec., 62150.83798882682 rows/sec., 5.02 MiB/sec. | ||
3173 | 2024.07.05 23:27:55.384776 [ 3 ] {004e410e-7bdb-4056-8c32-b709e276b3f4} <Debug> DynamicQueryHandler: Done processing query | ||
3174 | 2024.07.05 23:27:55.384811 [ 3 ] {004e410e-7bdb-4056-8c32-b709e276b3f4} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
3175 | 2024.07.05 23:27:55.384828 [ 3 ] {} <Debug> HTTP-Session: 1a09559d-592e-40f7-8234-e98c239376f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3176 | 2024.07.05 23:27:55.384976 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 12751, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3177 | 2024.07.05 23:27:55.385028 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3178 | 2024.07.05 23:27:55.385048 [ 3 ] {} <Debug> HTTP-Session: 00ec448b-3207-453e-a15b-0d2a05cbaa84 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
3179 | 2024.07.05 23:27:55.385065 [ 3 ] {} <Debug> HTTP-Session: 00ec448b-3207-453e-a15b-0d2a05cbaa84 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3180 | 2024.07.05 23:27:55.385079 [ 3 ] {} <Debug> HTTP-Session: 00ec448b-3207-453e-a15b-0d2a05cbaa84 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3181 | 2024.07.05 23:27:55.385111 [ 3 ] {} <Trace> HTTP-Session: 00ec448b-3207-453e-a15b-0d2a05cbaa84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3182 | 2024.07.05 23:27:55.385240 [ 3 ] {bf2c15a6-45cd-44e0-84e9-662ced0ebdaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3183 | 2024.07.05 23:27:55.385287 [ 3 ] {bf2c15a6-45cd-44e0-84e9-662ced0ebdaa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3184 | 2024.07.05 23:27:55.385434 [ 3 ] {bf2c15a6-45cd-44e0-84e9-662ced0ebdaa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3185 | 2024.07.05 23:27:55.385753 [ 3 ] {bf2c15a6-45cd-44e0-84e9-662ced0ebdaa} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3186 | 2024.07.05 23:27:55.385791 [ 3 ] {bf2c15a6-45cd-44e0-84e9-662ced0ebdaa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
3187 | 2024.07.05 23:27:55.386112 [ 3 ] {bf2c15a6-45cd-44e0-84e9-662ced0ebdaa} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3188 | 2024.07.05 23:27:55.386421 [ 3 ] {bf2c15a6-45cd-44e0-84e9-662ced0ebdaa} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3189 | 2024.07.05 23:27:55.386580 [ 3 ] {bf2c15a6-45cd-44e0-84e9-662ced0ebdaa} <Debug> executeQuery: Read 75 rows, 6.00 KiB in 0.001389 sec., 53995.68034557235 rows/sec., 4.22 MiB/sec. | ||
3190 | 2024.07.05 23:27:55.386789 [ 3 ] {bf2c15a6-45cd-44e0-84e9-662ced0ebdaa} <Debug> DynamicQueryHandler: Done processing query | ||
3191 | 2024.07.05 23:27:55.386814 [ 3 ] {bf2c15a6-45cd-44e0-84e9-662ced0ebdaa} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
3192 | 2024.07.05 23:27:55.386831 [ 3 ] {} <Debug> HTTP-Session: 00ec448b-3207-453e-a15b-0d2a05cbaa84 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3193 | 2024.07.05 23:27:55.387027 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3194 | 2024.07.05 23:27:55.387078 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3195 | 2024.07.05 23:27:55.387099 [ 3 ] {} <Debug> HTTP-Session: 6693aee1-35c3-45aa-ba51-a4a7b558458d Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
3196 | 2024.07.05 23:27:55.387116 [ 3 ] {} <Debug> HTTP-Session: 6693aee1-35c3-45aa-ba51-a4a7b558458d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3197 | 2024.07.05 23:27:55.387131 [ 3 ] {} <Debug> HTTP-Session: 6693aee1-35c3-45aa-ba51-a4a7b558458d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3198 | 2024.07.05 23:27:55.387163 [ 3 ] {} <Trace> HTTP-Session: 6693aee1-35c3-45aa-ba51-a4a7b558458d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3199 | 2024.07.05 23:27:55.387313 [ 3 ] {12c65afe-6d19-47cc-9d3b-2f1ede789ef4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3200 | 2024.07.05 23:27:55.387362 [ 3 ] {12c65afe-6d19-47cc-9d3b-2f1ede789ef4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3201 | 2024.07.05 23:27:55.387507 [ 3 ] {12c65afe-6d19-47cc-9d3b-2f1ede789ef4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3202 | 2024.07.05 23:27:55.387975 [ 3 ] {12c65afe-6d19-47cc-9d3b-2f1ede789ef4} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3203 | 2024.07.05 23:27:55.388013 [ 3 ] {12c65afe-6d19-47cc-9d3b-2f1ede789ef4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
3204 | 2024.07.05 23:27:55.388408 [ 3 ] {12c65afe-6d19-47cc-9d3b-2f1ede789ef4} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3205 | 2024.07.05 23:27:55.388748 [ 3 ] {12c65afe-6d19-47cc-9d3b-2f1ede789ef4} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3206 | 2024.07.05 23:27:55.388902 [ 3 ] {12c65afe-6d19-47cc-9d3b-2f1ede789ef4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001652 sec., 96852.30024213075 rows/sec., 6.75 MiB/sec. | ||
3207 | 2024.07.05 23:27:55.389083 [ 3 ] {12c65afe-6d19-47cc-9d3b-2f1ede789ef4} <Debug> DynamicQueryHandler: Done processing query | ||
3208 | 2024.07.05 23:27:55.389109 [ 3 ] {12c65afe-6d19-47cc-9d3b-2f1ede789ef4} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3209 | 2024.07.05 23:27:55.389126 [ 3 ] {} <Debug> HTTP-Session: 6693aee1-35c3-45aa-ba51-a4a7b558458d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3210 | 2024.07.05 23:27:55.389263 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 17602, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3211 | 2024.07.05 23:27:55.389314 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3212 | 2024.07.05 23:27:55.389334 [ 3 ] {} <Debug> HTTP-Session: 559dbcfa-3417-4430-8b58-f3c2c0936b19 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
3213 | 2024.07.05 23:27:55.389351 [ 3 ] {} <Debug> HTTP-Session: 559dbcfa-3417-4430-8b58-f3c2c0936b19 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3214 | 2024.07.05 23:27:55.389365 [ 3 ] {} <Debug> HTTP-Session: 559dbcfa-3417-4430-8b58-f3c2c0936b19 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3215 | 2024.07.05 23:27:55.389397 [ 3 ] {} <Trace> HTTP-Session: 559dbcfa-3417-4430-8b58-f3c2c0936b19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3216 | 2024.07.05 23:27:55.389587 [ 3 ] {0b35e507-0594-4613-833d-c5587e17bf61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3217 | 2024.07.05 23:27:55.389654 [ 3 ] {0b35e507-0594-4613-833d-c5587e17bf61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
3218 | 2024.07.05 23:27:55.390072 [ 3 ] {0b35e507-0594-4613-833d-c5587e17bf61} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3219 | 2024.07.05 23:27:55.390657 [ 3 ] {0b35e507-0594-4613-833d-c5587e17bf61} <Trace> oximeter.measurements_histogramf64 (3a521290-854b-45c9-817a-bf8e30cab779): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3220 | 2024.07.05 23:27:55.390694 [ 3 ] {0b35e507-0594-4613-833d-c5587e17bf61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
3221 | 2024.07.05 23:27:55.391299 [ 3 ] {0b35e507-0594-4613-833d-c5587e17bf61} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
3222 | 2024.07.05 23:27:55.391710 [ 3 ] {0b35e507-0594-4613-833d-c5587e17bf61} <Trace> oximeter.measurements_histogramf64 (3a521290-854b-45c9-817a-bf8e30cab779): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3223 | 2024.07.05 23:27:55.391930 [ 3 ] {0b35e507-0594-4613-833d-c5587e17bf61} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.00244 sec., 4508.196721311476 rows/sec., 8.08 MiB/sec. | ||
3224 | 2024.07.05 23:27:55.392415 [ 3 ] {0b35e507-0594-4613-833d-c5587e17bf61} <Debug> DynamicQueryHandler: Done processing query | ||
3225 | 2024.07.05 23:27:55.392441 [ 3 ] {0b35e507-0594-4613-833d-c5587e17bf61} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
3226 | 2024.07.05 23:27:55.392459 [ 3 ] {} <Debug> HTTP-Session: 559dbcfa-3417-4430-8b58-f3c2c0936b19 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3227 | 2024.07.05 23:27:55.392595 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3228 | 2024.07.05 23:27:55.392645 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3229 | 2024.07.05 23:27:55.392666 [ 3 ] {} <Debug> HTTP-Session: 884eccc1-3835-408b-823e-cd47577941be Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
3230 | 2024.07.05 23:27:55.392683 [ 3 ] {} <Debug> HTTP-Session: 884eccc1-3835-408b-823e-cd47577941be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3231 | 2024.07.05 23:27:55.392697 [ 3 ] {} <Debug> HTTP-Session: 884eccc1-3835-408b-823e-cd47577941be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3232 | 2024.07.05 23:27:55.392729 [ 3 ] {} <Trace> HTTP-Session: 884eccc1-3835-408b-823e-cd47577941be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3233 | 2024.07.05 23:27:55.392850 [ 3 ] {bc403dd6-6bb9-4c05-b109-f318200c7eac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3234 | 2024.07.05 23:27:55.392897 [ 3 ] {bc403dd6-6bb9-4c05-b109-f318200c7eac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3235 | 2024.07.05 23:27:55.393034 [ 3 ] {bc403dd6-6bb9-4c05-b109-f318200c7eac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3236 | 2024.07.05 23:27:55.393353 [ 3 ] {bc403dd6-6bb9-4c05-b109-f318200c7eac} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3237 | 2024.07.05 23:27:55.393389 [ 3 ] {bc403dd6-6bb9-4c05-b109-f318200c7eac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
3238 | 2024.07.05 23:27:55.393756 [ 3 ] {bc403dd6-6bb9-4c05-b109-f318200c7eac} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3239 | 2024.07.05 23:27:55.394079 [ 3 ] {bc403dd6-6bb9-4c05-b109-f318200c7eac} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3240 | 2024.07.05 23:27:55.394251 [ 3 ] {bc403dd6-6bb9-4c05-b109-f318200c7eac} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001444 sec., 41551.246537396124 rows/sec., 2.80 MiB/sec. | ||
3241 | 2024.07.05 23:27:55.394419 [ 3 ] {bc403dd6-6bb9-4c05-b109-f318200c7eac} <Debug> DynamicQueryHandler: Done processing query | ||
3242 | 2024.07.05 23:27:55.394444 [ 3 ] {bc403dd6-6bb9-4c05-b109-f318200c7eac} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3243 | 2024.07.05 23:27:55.394462 [ 3 ] {} <Debug> HTTP-Session: 884eccc1-3835-408b-823e-cd47577941be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3244 | 2024.07.05 23:27:59.266027 [ 35 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3245 | 2024.07.05 23:27:59.266146 [ 35 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3246 | 2024.07.05 23:28:00.380298 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 3207, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3247 | 2024.07.05 23:28:00.380430 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3248 | 2024.07.05 23:28:00.380460 [ 3 ] {} <Debug> HTTP-Session: 2028efab-3739-46c0-b3e0-9c711ce1688f Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
3249 | 2024.07.05 23:28:00.380490 [ 3 ] {} <Debug> HTTP-Session: 2028efab-3739-46c0-b3e0-9c711ce1688f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3250 | 2024.07.05 23:28:00.380508 [ 3 ] {} <Debug> HTTP-Session: 2028efab-3739-46c0-b3e0-9c711ce1688f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3251 | 2024.07.05 23:28:00.380567 [ 3 ] {} <Trace> HTTP-Session: 2028efab-3739-46c0-b3e0-9c711ce1688f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3252 | 2024.07.05 23:28:00.380780 [ 3 ] {8fccf060-e037-4811-8fa5-32c293472141} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3253 | 2024.07.05 23:28:00.380853 [ 3 ] {8fccf060-e037-4811-8fa5-32c293472141} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3254 | 2024.07.05 23:28:00.381046 [ 3 ] {8fccf060-e037-4811-8fa5-32c293472141} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3255 | 2024.07.05 23:28:00.381510 [ 3 ] {8fccf060-e037-4811-8fa5-32c293472141} <Trace> oximeter.fields_i64 (90cc20bc-62f3-4585-81bd-da47c52ed55a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3256 | 2024.07.05 23:28:00.381558 [ 3 ] {8fccf060-e037-4811-8fa5-32c293472141} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
3257 | 2024.07.05 23:28:00.381935 [ 3 ] {8fccf060-e037-4811-8fa5-32c293472141} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
3258 | 2024.07.05 23:28:00.382284 [ 3 ] {8fccf060-e037-4811-8fa5-32c293472141} <Trace> oximeter.fields_i64 (90cc20bc-62f3-4585-81bd-da47c52ed55a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3259 | 2024.07.05 23:28:00.382468 [ 3 ] {8fccf060-e037-4811-8fa5-32c293472141} <Debug> executeQuery: Read 22 rows, 1.78 KiB in 0.001752 sec., 12557.077625570775 rows/sec., 1017.81 KiB/sec. | ||
3260 | 2024.07.05 23:28:00.382686 [ 3 ] {8fccf060-e037-4811-8fa5-32c293472141} <Debug> DynamicQueryHandler: Done processing query | ||
3261 | 2024.07.05 23:28:00.382714 [ 3 ] {8fccf060-e037-4811-8fa5-32c293472141} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3262 | 2024.07.05 23:28:00.382732 [ 3 ] {} <Debug> HTTP-Session: 2028efab-3739-46c0-b3e0-9c711ce1688f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3263 | 2024.07.05 23:28:00.382922 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 17746, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3264 | 2024.07.05 23:28:00.382980 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3265 | 2024.07.05 23:28:00.383002 [ 3 ] {} <Debug> HTTP-Session: d4b63d06-677c-4246-8f46-43ea26ea36f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
3266 | 2024.07.05 23:28:00.383021 [ 3 ] {} <Debug> HTTP-Session: d4b63d06-677c-4246-8f46-43ea26ea36f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3267 | 2024.07.05 23:28:00.383035 [ 3 ] {} <Debug> HTTP-Session: d4b63d06-677c-4246-8f46-43ea26ea36f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3268 | 2024.07.05 23:28:00.383072 [ 3 ] {} <Trace> HTTP-Session: d4b63d06-677c-4246-8f46-43ea26ea36f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3269 | 2024.07.05 23:28:00.383217 [ 3 ] {ae065f34-cc5d-41ec-a057-8067b0815231} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3270 | 2024.07.05 23:28:00.383264 [ 3 ] {ae065f34-cc5d-41ec-a057-8067b0815231} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3271 | 2024.07.05 23:28:00.383401 [ 3 ] {ae065f34-cc5d-41ec-a057-8067b0815231} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3272 | 2024.07.05 23:28:00.383828 [ 3 ] {ae065f34-cc5d-41ec-a057-8067b0815231} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3273 | 2024.07.05 23:28:00.383866 [ 3 ] {ae065f34-cc5d-41ec-a057-8067b0815231} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
3274 | 2024.07.05 23:28:00.384195 [ 3 ] {ae065f34-cc5d-41ec-a057-8067b0815231} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3275 | 2024.07.05 23:28:00.384512 [ 3 ] {ae065f34-cc5d-41ec-a057-8067b0815231} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3276 | 2024.07.05 23:28:00.384672 [ 3 ] {ae065f34-cc5d-41ec-a057-8067b0815231} <Debug> executeQuery: Read 122 rows, 10.31 KiB in 0.001508 sec., 80901.85676392572 rows/sec., 6.68 MiB/sec. | ||
3277 | 2024.07.05 23:28:00.385002 [ 3 ] {ae065f34-cc5d-41ec-a057-8067b0815231} <Debug> DynamicQueryHandler: Done processing query | ||
3278 | 2024.07.05 23:28:00.385027 [ 3 ] {ae065f34-cc5d-41ec-a057-8067b0815231} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
3279 | 2024.07.05 23:28:00.385045 [ 3 ] {} <Debug> HTTP-Session: d4b63d06-677c-4246-8f46-43ea26ea36f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3280 | 2024.07.05 23:28:00.385192 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 14612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3281 | 2024.07.05 23:28:00.385247 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3282 | 2024.07.05 23:28:00.385267 [ 3 ] {} <Debug> HTTP-Session: 783888aa-2e8a-4e10-8e14-92da73efdec1 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
3283 | 2024.07.05 23:28:00.385285 [ 3 ] {} <Debug> HTTP-Session: 783888aa-2e8a-4e10-8e14-92da73efdec1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3284 | 2024.07.05 23:28:00.385299 [ 3 ] {} <Debug> HTTP-Session: 783888aa-2e8a-4e10-8e14-92da73efdec1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3285 | 2024.07.05 23:28:00.385332 [ 3 ] {} <Trace> HTTP-Session: 783888aa-2e8a-4e10-8e14-92da73efdec1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3286 | 2024.07.05 23:28:00.385460 [ 3 ] {04edce7c-82c4-42f7-b68a-c30a434f53c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3287 | 2024.07.05 23:28:00.385509 [ 3 ] {04edce7c-82c4-42f7-b68a-c30a434f53c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3288 | 2024.07.05 23:28:00.385658 [ 3 ] {04edce7c-82c4-42f7-b68a-c30a434f53c9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3289 | 2024.07.05 23:28:00.386017 [ 3 ] {04edce7c-82c4-42f7-b68a-c30a434f53c9} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3290 | 2024.07.05 23:28:00.386055 [ 3 ] {04edce7c-82c4-42f7-b68a-c30a434f53c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
3291 | 2024.07.05 23:28:00.386373 [ 3 ] {04edce7c-82c4-42f7-b68a-c30a434f53c9} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3292 | 2024.07.05 23:28:00.386682 [ 3 ] {04edce7c-82c4-42f7-b68a-c30a434f53c9} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3293 | 2024.07.05 23:28:00.386845 [ 3 ] {04edce7c-82c4-42f7-b68a-c30a434f53c9} <Debug> executeQuery: Read 86 rows, 6.88 KiB in 0.001424 sec., 60393.2584269663 rows/sec., 4.72 MiB/sec. | ||
3294 | 2024.07.05 23:28:00.387176 [ 3 ] {04edce7c-82c4-42f7-b68a-c30a434f53c9} <Debug> DynamicQueryHandler: Done processing query | ||
3295 | 2024.07.05 23:28:00.387201 [ 3 ] {04edce7c-82c4-42f7-b68a-c30a434f53c9} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
3296 | 2024.07.05 23:28:00.387216 [ 3 ] {} <Debug> HTTP-Session: 783888aa-2e8a-4e10-8e14-92da73efdec1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3297 | 2024.07.05 23:28:00.387407 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3298 | 2024.07.05 23:28:00.387460 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3299 | 2024.07.05 23:28:00.387479 [ 3 ] {} <Debug> HTTP-Session: 3cb03dc7-557f-4a3e-bf15-7eb872fff08d Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
3300 | 2024.07.05 23:28:00.387496 [ 3 ] {} <Debug> HTTP-Session: 3cb03dc7-557f-4a3e-bf15-7eb872fff08d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3301 | 2024.07.05 23:28:00.387509 [ 3 ] {} <Debug> HTTP-Session: 3cb03dc7-557f-4a3e-bf15-7eb872fff08d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3302 | 2024.07.05 23:28:00.387542 [ 3 ] {} <Trace> HTTP-Session: 3cb03dc7-557f-4a3e-bf15-7eb872fff08d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3303 | 2024.07.05 23:28:00.387697 [ 3 ] {4768b9a0-6598-4a16-87e4-1bb6fd076ac7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3304 | 2024.07.05 23:28:00.387748 [ 3 ] {4768b9a0-6598-4a16-87e4-1bb6fd076ac7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3305 | 2024.07.05 23:28:00.387920 [ 3 ] {4768b9a0-6598-4a16-87e4-1bb6fd076ac7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3306 | 2024.07.05 23:28:00.388322 [ 3 ] {4768b9a0-6598-4a16-87e4-1bb6fd076ac7} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3307 | 2024.07.05 23:28:00.388359 [ 3 ] {4768b9a0-6598-4a16-87e4-1bb6fd076ac7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
3308 | 2024.07.05 23:28:00.388751 [ 3 ] {4768b9a0-6598-4a16-87e4-1bb6fd076ac7} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3309 | 2024.07.05 23:28:00.389100 [ 3 ] {4768b9a0-6598-4a16-87e4-1bb6fd076ac7} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3310 | 2024.07.05 23:28:00.389264 [ 3 ] {4768b9a0-6598-4a16-87e4-1bb6fd076ac7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001634 sec., 97919.21664626682 rows/sec., 6.82 MiB/sec. | ||
3311 | 2024.07.05 23:28:00.389438 [ 3 ] {4768b9a0-6598-4a16-87e4-1bb6fd076ac7} <Debug> DynamicQueryHandler: Done processing query | ||
3312 | 2024.07.05 23:28:00.389463 [ 3 ] {4768b9a0-6598-4a16-87e4-1bb6fd076ac7} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3313 | 2024.07.05 23:28:00.389479 [ 3 ] {} <Debug> HTTP-Session: 3cb03dc7-557f-4a3e-bf15-7eb872fff08d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3314 | 2024.07.05 23:28:00.389637 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 35344, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3315 | 2024.07.05 23:28:00.389687 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3316 | 2024.07.05 23:28:00.389707 [ 3 ] {} <Debug> HTTP-Session: 933dae75-fa4e-4bee-9f24-09612169ced1 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
3317 | 2024.07.05 23:28:00.389724 [ 3 ] {} <Debug> HTTP-Session: 933dae75-fa4e-4bee-9f24-09612169ced1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3318 | 2024.07.05 23:28:00.389738 [ 3 ] {} <Debug> HTTP-Session: 933dae75-fa4e-4bee-9f24-09612169ced1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3319 | 2024.07.05 23:28:00.389771 [ 3 ] {} <Trace> HTTP-Session: 933dae75-fa4e-4bee-9f24-09612169ced1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3320 | 2024.07.05 23:28:00.390048 [ 3 ] {027eeaa2-a4f3-4513-903b-84d9d0a93f43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3321 | 2024.07.05 23:28:00.390113 [ 3 ] {027eeaa2-a4f3-4513-903b-84d9d0a93f43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
3322 | 2024.07.05 23:28:00.390523 [ 3 ] {027eeaa2-a4f3-4513-903b-84d9d0a93f43} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3323 | 2024.07.05 23:28:00.391258 [ 3 ] {027eeaa2-a4f3-4513-903b-84d9d0a93f43} <Trace> oximeter.measurements_histogramf64 (3a521290-854b-45c9-817a-bf8e30cab779): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3324 | 2024.07.05 23:28:00.391294 [ 3 ] {027eeaa2-a4f3-4513-903b-84d9d0a93f43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
3325 | 2024.07.05 23:28:00.391897 [ 3 ] {027eeaa2-a4f3-4513-903b-84d9d0a93f43} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
3326 | 2024.07.05 23:28:00.392301 [ 3 ] {027eeaa2-a4f3-4513-903b-84d9d0a93f43} <Trace> oximeter.measurements_histogramf64 (3a521290-854b-45c9-817a-bf8e30cab779): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3327 | 2024.07.05 23:28:00.392481 [ 3 ] {027eeaa2-a4f3-4513-903b-84d9d0a93f43} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.002628 sec., 8371.38508371385 rows/sec., 15.00 MiB/sec. | ||
3328 | 2024.07.05 23:28:00.392713 [ 3 ] {027eeaa2-a4f3-4513-903b-84d9d0a93f43} <Debug> DynamicQueryHandler: Done processing query | ||
3329 | 2024.07.05 23:28:00.392737 [ 3 ] {027eeaa2-a4f3-4513-903b-84d9d0a93f43} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
3330 | 2024.07.05 23:28:00.392752 [ 3 ] {} <Debug> HTTP-Session: 933dae75-fa4e-4bee-9f24-09612169ced1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3331 | 2024.07.05 23:28:00.392911 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3332 | 2024.07.05 23:28:00.392961 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3333 | 2024.07.05 23:28:00.392981 [ 3 ] {} <Debug> HTTP-Session: b4281a74-4924-49ed-ae85-a20c5ea98622 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
3334 | 2024.07.05 23:28:00.393002 [ 3 ] {} <Debug> HTTP-Session: b4281a74-4924-49ed-ae85-a20c5ea98622 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3335 | 2024.07.05 23:28:00.393016 [ 3 ] {} <Debug> HTTP-Session: b4281a74-4924-49ed-ae85-a20c5ea98622 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3336 | 2024.07.05 23:28:00.393048 [ 3 ] {} <Trace> HTTP-Session: b4281a74-4924-49ed-ae85-a20c5ea98622 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3337 | 2024.07.05 23:28:00.393166 [ 3 ] {882da513-829a-4d0f-ad36-b10ea0e54b81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3338 | 2024.07.05 23:28:00.393212 [ 3 ] {882da513-829a-4d0f-ad36-b10ea0e54b81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3339 | 2024.07.05 23:28:00.393338 [ 3 ] {882da513-829a-4d0f-ad36-b10ea0e54b81} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3340 | 2024.07.05 23:28:00.393744 [ 3 ] {882da513-829a-4d0f-ad36-b10ea0e54b81} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3341 | 2024.07.05 23:28:00.393781 [ 3 ] {882da513-829a-4d0f-ad36-b10ea0e54b81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
3342 | 2024.07.05 23:28:00.394133 [ 3 ] {882da513-829a-4d0f-ad36-b10ea0e54b81} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3343 | 2024.07.05 23:28:00.394454 [ 3 ] {882da513-829a-4d0f-ad36-b10ea0e54b81} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3344 | 2024.07.05 23:28:00.394581 [ 3 ] {882da513-829a-4d0f-ad36-b10ea0e54b81} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001454 sec., 41265.474552957356 rows/sec., 2.78 MiB/sec. | ||
3345 | 2024.07.05 23:28:00.394779 [ 3 ] {882da513-829a-4d0f-ad36-b10ea0e54b81} <Debug> DynamicQueryHandler: Done processing query | ||
3346 | 2024.07.05 23:28:00.394804 [ 3 ] {882da513-829a-4d0f-ad36-b10ea0e54b81} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3347 | 2024.07.05 23:28:00.394820 [ 3 ] {} <Debug> HTTP-Session: b4281a74-4924-49ed-ae85-a20c5ea98622 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3348 | 2024.07.05 23:28:05.379834 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 1632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3349 | 2024.07.05 23:28:05.380031 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3350 | 2024.07.05 23:28:05.380062 [ 3 ] {} <Debug> HTTP-Session: 99f79d25-600b-4a69-aad9-663e6904b123 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
3351 | 2024.07.05 23:28:05.380091 [ 3 ] {} <Debug> HTTP-Session: 99f79d25-600b-4a69-aad9-663e6904b123 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3352 | 2024.07.05 23:28:05.380110 [ 3 ] {} <Debug> HTTP-Session: 99f79d25-600b-4a69-aad9-663e6904b123 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3353 | 2024.07.05 23:28:05.380167 [ 3 ] {} <Trace> HTTP-Session: 99f79d25-600b-4a69-aad9-663e6904b123 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3354 | 2024.07.05 23:28:05.380370 [ 3 ] {76515d18-efea-457f-8ad2-daf2f3533119} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3355 | 2024.07.05 23:28:05.380448 [ 3 ] {76515d18-efea-457f-8ad2-daf2f3533119} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3356 | 2024.07.05 23:28:05.380667 [ 3 ] {76515d18-efea-457f-8ad2-daf2f3533119} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3357 | 2024.07.05 23:28:05.381112 [ 3 ] {76515d18-efea-457f-8ad2-daf2f3533119} <Trace> oximeter.fields_i64 (90cc20bc-62f3-4585-81bd-da47c52ed55a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3358 | 2024.07.05 23:28:05.381154 [ 3 ] {76515d18-efea-457f-8ad2-daf2f3533119} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
3359 | 2024.07.05 23:28:05.381522 [ 3 ] {76515d18-efea-457f-8ad2-daf2f3533119} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
3360 | 2024.07.05 23:28:05.381859 [ 3 ] {76515d18-efea-457f-8ad2-daf2f3533119} <Trace> oximeter.fields_i64 (90cc20bc-62f3-4585-81bd-da47c52ed55a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3361 | 2024.07.05 23:28:05.382039 [ 3 ] {76515d18-efea-457f-8ad2-daf2f3533119} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.001731 sec., 6354.70826112074 rows/sec., 515.08 KiB/sec. | ||
3362 | 2024.07.05 23:28:05.382246 [ 3 ] {76515d18-efea-457f-8ad2-daf2f3533119} <Debug> DynamicQueryHandler: Done processing query | ||
3363 | 2024.07.05 23:28:05.382273 [ 3 ] {76515d18-efea-457f-8ad2-daf2f3533119} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3364 | 2024.07.05 23:28:05.382289 [ 3 ] {} <Debug> HTTP-Session: 99f79d25-600b-4a69-aad9-663e6904b123 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3365 | 2024.07.05 23:28:05.382453 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 12804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3366 | 2024.07.05 23:28:05.382503 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3367 | 2024.07.05 23:28:05.382522 [ 3 ] {} <Debug> HTTP-Session: ed210b64-7c32-4403-b349-ba3b811af539 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
3368 | 2024.07.05 23:28:05.382539 [ 3 ] {} <Debug> HTTP-Session: ed210b64-7c32-4403-b349-ba3b811af539 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3369 | 2024.07.05 23:28:05.382553 [ 3 ] {} <Debug> HTTP-Session: ed210b64-7c32-4403-b349-ba3b811af539 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3370 | 2024.07.05 23:28:05.382585 [ 3 ] {} <Trace> HTTP-Session: ed210b64-7c32-4403-b349-ba3b811af539 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3371 | 2024.07.05 23:28:05.382705 [ 3 ] {7efa9069-6f2c-4af2-823c-6fa0ef9a11df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3372 | 2024.07.05 23:28:05.382750 [ 3 ] {7efa9069-6f2c-4af2-823c-6fa0ef9a11df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3373 | 2024.07.05 23:28:05.382875 [ 3 ] {7efa9069-6f2c-4af2-823c-6fa0ef9a11df} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3374 | 2024.07.05 23:28:05.383316 [ 3 ] {7efa9069-6f2c-4af2-823c-6fa0ef9a11df} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3375 | 2024.07.05 23:28:05.383354 [ 3 ] {7efa9069-6f2c-4af2-823c-6fa0ef9a11df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
3376 | 2024.07.05 23:28:05.383661 [ 3 ] {7efa9069-6f2c-4af2-823c-6fa0ef9a11df} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3377 | 2024.07.05 23:28:05.383962 [ 3 ] {7efa9069-6f2c-4af2-823c-6fa0ef9a11df} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3378 | 2024.07.05 23:28:05.384118 [ 3 ] {7efa9069-6f2c-4af2-823c-6fa0ef9a11df} <Debug> executeQuery: Read 89 rows, 7.36 KiB in 0.001454 sec., 61210.45392022008 rows/sec., 4.95 MiB/sec. | ||
3379 | 2024.07.05 23:28:05.384283 [ 3 ] {7efa9069-6f2c-4af2-823c-6fa0ef9a11df} <Debug> DynamicQueryHandler: Done processing query | ||
3380 | 2024.07.05 23:28:05.384309 [ 3 ] {7efa9069-6f2c-4af2-823c-6fa0ef9a11df} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
3381 | 2024.07.05 23:28:05.384324 [ 3 ] {} <Debug> HTTP-Session: ed210b64-7c32-4403-b349-ba3b811af539 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3382 | 2024.07.05 23:28:05.384470 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 12751, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3383 | 2024.07.05 23:28:05.384518 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3384 | 2024.07.05 23:28:05.384537 [ 3 ] {} <Debug> HTTP-Session: 831a0dd4-c4fa-4fb3-b72b-514017c68969 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
3385 | 2024.07.05 23:28:05.384553 [ 3 ] {} <Debug> HTTP-Session: 831a0dd4-c4fa-4fb3-b72b-514017c68969 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3386 | 2024.07.05 23:28:05.384567 [ 3 ] {} <Debug> HTTP-Session: 831a0dd4-c4fa-4fb3-b72b-514017c68969 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3387 | 2024.07.05 23:28:05.384599 [ 3 ] {} <Trace> HTTP-Session: 831a0dd4-c4fa-4fb3-b72b-514017c68969 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3388 | 2024.07.05 23:28:05.384718 [ 3 ] {9f0f87af-4bb3-4845-b119-d4198f051e15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3389 | 2024.07.05 23:28:05.384761 [ 3 ] {9f0f87af-4bb3-4845-b119-d4198f051e15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3390 | 2024.07.05 23:28:05.384887 [ 3 ] {9f0f87af-4bb3-4845-b119-d4198f051e15} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3391 | 2024.07.05 23:28:05.385227 [ 3 ] {9f0f87af-4bb3-4845-b119-d4198f051e15} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3392 | 2024.07.05 23:28:05.385283 [ 3 ] {9f0f87af-4bb3-4845-b119-d4198f051e15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
3393 | 2024.07.05 23:28:05.385585 [ 3 ] {9f0f87af-4bb3-4845-b119-d4198f051e15} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3394 | 2024.07.05 23:28:05.385887 [ 3 ] {9f0f87af-4bb3-4845-b119-d4198f051e15} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3395 | 2024.07.05 23:28:05.386049 [ 3 ] {9f0f87af-4bb3-4845-b119-d4198f051e15} <Debug> executeQuery: Read 75 rows, 6.00 KiB in 0.001369 sec., 54784.5142439737 rows/sec., 4.28 MiB/sec. | ||
3396 | 2024.07.05 23:28:05.386213 [ 3 ] {9f0f87af-4bb3-4845-b119-d4198f051e15} <Debug> DynamicQueryHandler: Done processing query | ||
3397 | 2024.07.05 23:28:05.386238 [ 3 ] {9f0f87af-4bb3-4845-b119-d4198f051e15} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
3398 | 2024.07.05 23:28:05.386253 [ 3 ] {} <Debug> HTTP-Session: 831a0dd4-c4fa-4fb3-b72b-514017c68969 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3399 | 2024.07.05 23:28:05.386420 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3400 | 2024.07.05 23:28:05.386469 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3401 | 2024.07.05 23:28:05.386489 [ 3 ] {} <Debug> HTTP-Session: e9d81f5e-70c8-4a66-9be3-6c835822ccdc Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
3402 | 2024.07.05 23:28:05.386505 [ 3 ] {} <Debug> HTTP-Session: e9d81f5e-70c8-4a66-9be3-6c835822ccdc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3403 | 2024.07.05 23:28:05.386543 [ 3 ] {} <Debug> HTTP-Session: e9d81f5e-70c8-4a66-9be3-6c835822ccdc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3404 | 2024.07.05 23:28:05.386576 [ 3 ] {} <Trace> HTTP-Session: e9d81f5e-70c8-4a66-9be3-6c835822ccdc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3405 | 2024.07.05 23:28:05.386720 [ 3 ] {f1a023ed-f46f-4bcf-9135-b5626065a97b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3406 | 2024.07.05 23:28:05.386767 [ 3 ] {f1a023ed-f46f-4bcf-9135-b5626065a97b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3407 | 2024.07.05 23:28:05.386910 [ 3 ] {f1a023ed-f46f-4bcf-9135-b5626065a97b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3408 | 2024.07.05 23:28:05.387339 [ 3 ] {f1a023ed-f46f-4bcf-9135-b5626065a97b} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3409 | 2024.07.05 23:28:05.387375 [ 3 ] {f1a023ed-f46f-4bcf-9135-b5626065a97b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
3410 | 2024.07.05 23:28:05.387764 [ 3 ] {f1a023ed-f46f-4bcf-9135-b5626065a97b} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3411 | 2024.07.05 23:28:05.388102 [ 3 ] {f1a023ed-f46f-4bcf-9135-b5626065a97b} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3412 | 2024.07.05 23:28:05.388259 [ 3 ] {f1a023ed-f46f-4bcf-9135-b5626065a97b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.0016 sec., 100000 rows/sec., 6.96 MiB/sec. | ||
3413 | 2024.07.05 23:28:05.388423 [ 3 ] {f1a023ed-f46f-4bcf-9135-b5626065a97b} <Debug> DynamicQueryHandler: Done processing query | ||
3414 | 2024.07.05 23:28:05.388447 [ 3 ] {f1a023ed-f46f-4bcf-9135-b5626065a97b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3415 | 2024.07.05 23:28:05.388463 [ 3 ] {} <Debug> HTTP-Session: e9d81f5e-70c8-4a66-9be3-6c835822ccdc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3416 | 2024.07.05 23:28:05.388610 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 17604, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3417 | 2024.07.05 23:28:05.388658 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3418 | 2024.07.05 23:28:05.388677 [ 3 ] {} <Debug> HTTP-Session: 32548504-a78e-4732-9f6c-02b6b6571e6f Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
3419 | 2024.07.05 23:28:05.388694 [ 3 ] {} <Debug> HTTP-Session: 32548504-a78e-4732-9f6c-02b6b6571e6f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3420 | 2024.07.05 23:28:05.388708 [ 3 ] {} <Debug> HTTP-Session: 32548504-a78e-4732-9f6c-02b6b6571e6f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3421 | 2024.07.05 23:28:05.388739 [ 3 ] {} <Trace> HTTP-Session: 32548504-a78e-4732-9f6c-02b6b6571e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3422 | 2024.07.05 23:28:05.388920 [ 3 ] {eeebed0f-228e-489d-bdf4-15c87a1f702f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3423 | 2024.07.05 23:28:05.388983 [ 3 ] {eeebed0f-228e-489d-bdf4-15c87a1f702f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
3424 | 2024.07.05 23:28:05.389389 [ 3 ] {eeebed0f-228e-489d-bdf4-15c87a1f702f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3425 | 2024.07.05 23:28:05.389932 [ 3 ] {eeebed0f-228e-489d-bdf4-15c87a1f702f} <Trace> oximeter.measurements_histogramf64 (3a521290-854b-45c9-817a-bf8e30cab779): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3426 | 2024.07.05 23:28:05.389968 [ 3 ] {eeebed0f-228e-489d-bdf4-15c87a1f702f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
3427 | 2024.07.05 23:28:05.390525 [ 3 ] {eeebed0f-228e-489d-bdf4-15c87a1f702f} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
3428 | 2024.07.05 23:28:05.390916 [ 3 ] {eeebed0f-228e-489d-bdf4-15c87a1f702f} <Trace> oximeter.measurements_histogramf64 (3a521290-854b-45c9-817a-bf8e30cab779): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3429 | 2024.07.05 23:28:05.391100 [ 3 ] {eeebed0f-228e-489d-bdf4-15c87a1f702f} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002281 sec., 4822.446295484437 rows/sec., 8.64 MiB/sec. | ||
3430 | 2024.07.05 23:28:05.391303 [ 3 ] {eeebed0f-228e-489d-bdf4-15c87a1f702f} <Debug> DynamicQueryHandler: Done processing query | ||
3431 | 2024.07.05 23:28:05.391328 [ 3 ] {eeebed0f-228e-489d-bdf4-15c87a1f702f} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
3432 | 2024.07.05 23:28:05.391344 [ 3 ] {} <Debug> HTTP-Session: 32548504-a78e-4732-9f6c-02b6b6571e6f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3433 | 2024.07.05 23:28:05.391470 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3434 | 2024.07.05 23:28:05.391518 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3435 | 2024.07.05 23:28:05.391537 [ 3 ] {} <Debug> HTTP-Session: a20dea80-e746-46b7-bec6-294da1597df8 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
3436 | 2024.07.05 23:28:05.391554 [ 3 ] {} <Debug> HTTP-Session: a20dea80-e746-46b7-bec6-294da1597df8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3437 | 2024.07.05 23:28:05.391567 [ 3 ] {} <Debug> HTTP-Session: a20dea80-e746-46b7-bec6-294da1597df8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3438 | 2024.07.05 23:28:05.391598 [ 3 ] {} <Trace> HTTP-Session: a20dea80-e746-46b7-bec6-294da1597df8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3439 | 2024.07.05 23:28:05.391721 [ 3 ] {ef1f8e45-ec54-47c4-94b9-915324507253} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3440 | 2024.07.05 23:28:05.391768 [ 3 ] {ef1f8e45-ec54-47c4-94b9-915324507253} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3441 | 2024.07.05 23:28:05.391893 [ 3 ] {ef1f8e45-ec54-47c4-94b9-915324507253} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3442 | 2024.07.05 23:28:05.392208 [ 3 ] {ef1f8e45-ec54-47c4-94b9-915324507253} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3443 | 2024.07.05 23:28:05.392244 [ 3 ] {ef1f8e45-ec54-47c4-94b9-915324507253} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
3444 | 2024.07.05 23:28:05.392594 [ 3 ] {ef1f8e45-ec54-47c4-94b9-915324507253} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3445 | 2024.07.05 23:28:05.392914 [ 3 ] {ef1f8e45-ec54-47c4-94b9-915324507253} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3446 | 2024.07.05 23:28:05.393079 [ 3 ] {ef1f8e45-ec54-47c4-94b9-915324507253} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.0014 sec., 42857.142857142855 rows/sec., 2.89 MiB/sec. | ||
3447 | 2024.07.05 23:28:05.393240 [ 3 ] {ef1f8e45-ec54-47c4-94b9-915324507253} <Debug> DynamicQueryHandler: Done processing query | ||
3448 | 2024.07.05 23:28:05.393264 [ 3 ] {ef1f8e45-ec54-47c4-94b9-915324507253} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3449 | 2024.07.05 23:28:05.393279 [ 3 ] {} <Debug> HTTP-Session: a20dea80-e746-46b7-bec6-294da1597df8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3450 | 2024.07.05 23:28:10.380175 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 3207, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3451 | 2024.07.05 23:28:10.380365 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3452 | 2024.07.05 23:28:10.380413 [ 3 ] {} <Debug> HTTP-Session: b01ee509-8ff3-4e86-9e89-cd66587b0d13 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
3453 | 2024.07.05 23:28:10.380455 [ 3 ] {} <Debug> HTTP-Session: b01ee509-8ff3-4e86-9e89-cd66587b0d13 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3454 | 2024.07.05 23:28:10.380485 [ 3 ] {} <Debug> HTTP-Session: b01ee509-8ff3-4e86-9e89-cd66587b0d13 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3455 | 2024.07.05 23:28:10.380570 [ 3 ] {} <Trace> HTTP-Session: b01ee509-8ff3-4e86-9e89-cd66587b0d13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3456 | 2024.07.05 23:28:10.380869 [ 3 ] {eb33858b-7a5c-4931-bae1-635378de1ccb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3457 | 2024.07.05 23:28:10.380981 [ 3 ] {eb33858b-7a5c-4931-bae1-635378de1ccb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3458 | 2024.07.05 23:28:10.381261 [ 3 ] {eb33858b-7a5c-4931-bae1-635378de1ccb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3459 | 2024.07.05 23:28:10.381668 [ 3 ] {eb33858b-7a5c-4931-bae1-635378de1ccb} <Trace> oximeter.fields_i64 (90cc20bc-62f3-4585-81bd-da47c52ed55a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3460 | 2024.07.05 23:28:10.381712 [ 3 ] {eb33858b-7a5c-4931-bae1-635378de1ccb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
3461 | 2024.07.05 23:28:10.382079 [ 3 ] {eb33858b-7a5c-4931-bae1-635378de1ccb} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
3462 | 2024.07.05 23:28:10.382417 [ 3 ] {eb33858b-7a5c-4931-bae1-635378de1ccb} <Trace> oximeter.fields_i64 (90cc20bc-62f3-4585-81bd-da47c52ed55a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3463 | 2024.07.05 23:28:10.382590 [ 81 ] {} <Debug> oximeter.fields_i64 (90cc20bc-62f3-4585-81bd-da47c52ed55a) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
3464 | 2024.07.05 23:28:10.382600 [ 3 ] {eb33858b-7a5c-4931-bae1-635378de1ccb} <Debug> executeQuery: Read 22 rows, 1.78 KiB in 0.00183 sec., 12021.857923497268 rows/sec., 974.43 KiB/sec. | ||
3465 | 2024.07.05 23:28:10.382669 [ 81 ] {} <Trace> oximeter.fields_i64 (90cc20bc-62f3-4585-81bd-da47c52ed55a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3466 | 2024.07.05 23:28:10.382733 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
3467 | 2024.07.05 23:28:10.382951 [ 190 ] {90cc20bc-62f3-4585-81bd-da47c52ed55a::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 | ||
3468 | 2024.07.05 23:28:10.382969 [ 3 ] {eb33858b-7a5c-4931-bae1-635378de1ccb} <Debug> DynamicQueryHandler: Done processing query | ||
3469 | 2024.07.05 23:28:10.383037 [ 3 ] {eb33858b-7a5c-4931-bae1-635378de1ccb} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3470 | 2024.07.05 23:28:10.383064 [ 3 ] {} <Debug> HTTP-Session: b01ee509-8ff3-4e86-9e89-cd66587b0d13 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3471 | 2024.07.05 23:28:10.383173 [ 190 ] {90cc20bc-62f3-4585-81bd-da47c52ed55a::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3472 | 2024.07.05 23:28:10.383213 [ 190 ] {90cc20bc-62f3-4585-81bd-da47c52ed55a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 33 rows starting from the beginning of the part | ||
3473 | 2024.07.05 23:28:10.383262 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3474 | 2024.07.05 23:28:10.383396 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3475 | 2024.07.05 23:28:10.383478 [ 190 ] {90cc20bc-62f3-4585-81bd-da47c52ed55a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 22 rows starting from the beginning of the part | ||
3476 | 2024.07.05 23:28:10.383484 [ 3 ] {} <Debug> HTTP-Session: 610a8faf-6d05-449a-8f86-f8a7ecc6a1b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
3477 | 2024.07.05 23:28:10.383561 [ 3 ] {} <Debug> HTTP-Session: 610a8faf-6d05-449a-8f86-f8a7ecc6a1b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3478 | 2024.07.05 23:28:10.383620 [ 3 ] {} <Debug> HTTP-Session: 610a8faf-6d05-449a-8f86-f8a7ecc6a1b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3479 | 2024.07.05 23:28:10.383726 [ 190 ] {90cc20bc-62f3-4585-81bd-da47c52ed55a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 11 rows starting from the beginning of the part | ||
3480 | 2024.07.05 23:28:10.383797 [ 3 ] {} <Trace> HTTP-Session: 610a8faf-6d05-449a-8f86-f8a7ecc6a1b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3481 | 2024.07.05 23:28:10.384076 [ 190 ] {90cc20bc-62f3-4585-81bd-da47c52ed55a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 22 rows starting from the beginning of the part | ||
3482 | 2024.07.05 23:28:10.384131 [ 3 ] {82e8da0d-3688-41fd-85c2-69f1d6374589} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
3483 | 2024.07.05 23:28:10.384296 [ 3 ] {82e8da0d-3688-41fd-85c2-69f1d6374589} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3484 | 2024.07.05 23:28:10.384325 [ 190 ] {90cc20bc-62f3-4585-81bd-da47c52ed55a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 11 rows starting from the beginning of the part | ||
3485 | 2024.07.05 23:28:10.384666 [ 190 ] {90cc20bc-62f3-4585-81bd-da47c52ed55a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 22 rows starting from the beginning of the part | ||
3486 | 2024.07.05 23:28:10.385348 [ 3 ] {82e8da0d-3688-41fd-85c2-69f1d6374589} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3487 | 2024.07.05 23:28:10.386071 [ 3 ] {82e8da0d-3688-41fd-85c2-69f1d6374589} <Trace> oximeter.fields_ipaddr (621c09d4-afcc-4919-9877-59c96fa833d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3488 | 2024.07.05 23:28:10.386148 [ 3 ] {82e8da0d-3688-41fd-85c2-69f1d6374589} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
3489 | 2024.07.05 23:28:10.387023 [ 3 ] {82e8da0d-3688-41fd-85c2-69f1d6374589} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
3490 | 2024.07.05 23:28:10.387438 [ 190 ] {90cc20bc-62f3-4585-81bd-da47c52ed55a::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 4 columns (4 merged, 0 gathered) in 0.004583094 sec., 26401.378631989654 rows/sec., 2.09 MiB/sec. | ||
3491 | 2024.07.05 23:28:10.387668 [ 190 ] {90cc20bc-62f3-4585-81bd-da47c52ed55a::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
3492 | 2024.07.05 23:28:10.387827 [ 3 ] {82e8da0d-3688-41fd-85c2-69f1d6374589} <Trace> oximeter.fields_ipaddr (621c09d4-afcc-4919-9877-59c96fa833d8): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3493 | 2024.07.05 23:28:10.388208 [ 98 ] {} <Debug> oximeter.fields_ipaddr (621c09d4-afcc-4919-9877-59c96fa833d8) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
3494 | 2024.07.05 23:28:10.388307 [ 98 ] {} <Trace> oximeter.fields_ipaddr (621c09d4-afcc-4919-9877-59c96fa833d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3495 | 2024.07.05 23:28:10.388291 [ 3 ] {82e8da0d-3688-41fd-85c2-69f1d6374589} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.004248 sec., 470.8097928436911 rows/sec., 38.39 KiB/sec. | ||
3496 | 2024.07.05 23:28:10.388360 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
3497 | 2024.07.05 23:28:10.388927 [ 190 ] {90cc20bc-62f3-4585-81bd-da47c52ed55a::all_1_11_2} <Trace> oximeter.fields_i64 (90cc20bc-62f3-4585-81bd-da47c52ed55a): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3498 | 2024.07.05 23:28:10.389120 [ 3 ] {82e8da0d-3688-41fd-85c2-69f1d6374589} <Debug> DynamicQueryHandler: Done processing query | ||
3499 | 2024.07.05 23:28:10.389277 [ 3 ] {82e8da0d-3688-41fd-85c2-69f1d6374589} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3500 | 2024.07.05 23:28:10.389315 [ 190 ] {90cc20bc-62f3-4585-81bd-da47c52ed55a::all_1_11_2} <Trace> oximeter.fields_i64 (90cc20bc-62f3-4585-81bd-da47c52ed55a) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
3501 | 2024.07.05 23:28:10.389335 [ 3 ] {} <Debug> HTTP-Session: 610a8faf-6d05-449a-8f86-f8a7ecc6a1b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3502 | 2024.07.05 23:28:10.389351 [ 192 ] {621c09d4-afcc-4919-9877-59c96fa833d8::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 | ||
3503 | 2024.07.05 23:28:10.389490 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
3504 | 2024.07.05 23:28:10.389614 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 17880, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3505 | 2024.07.05 23:28:10.389675 [ 192 ] {621c09d4-afcc-4919-9877-59c96fa833d8::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3506 | 2024.07.05 23:28:10.389713 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3507 | 2024.07.05 23:28:10.389744 [ 192 ] {621c09d4-afcc-4919-9877-59c96fa833d8::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part | ||
3508 | 2024.07.05 23:28:10.389755 [ 3 ] {} <Debug> HTTP-Session: 2db823d9-9884-416f-8b1e-4d76e793351c Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
3509 | 2024.07.05 23:28:10.389790 [ 3 ] {} <Debug> HTTP-Session: 2db823d9-9884-416f-8b1e-4d76e793351c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3510 | 2024.07.05 23:28:10.389820 [ 3 ] {} <Debug> HTTP-Session: 2db823d9-9884-416f-8b1e-4d76e793351c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3511 | 2024.07.05 23:28:10.390011 [ 192 ] {621c09d4-afcc-4919-9877-59c96fa833d8::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part | ||
3512 | 2024.07.05 23:28:10.390014 [ 3 ] {} <Trace> HTTP-Session: 2db823d9-9884-416f-8b1e-4d76e793351c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3513 | 2024.07.05 23:28:10.390290 [ 192 ] {621c09d4-afcc-4919-9877-59c96fa833d8::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part | ||
3514 | 2024.07.05 23:28:10.390550 [ 3 ] {0c22613d-ff26-448f-83e8-03e6a4110be0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3515 | 2024.07.05 23:28:10.390601 [ 192 ] {621c09d4-afcc-4919-9877-59c96fa833d8::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part | ||
3516 | 2024.07.05 23:28:10.390688 [ 3 ] {0c22613d-ff26-448f-83e8-03e6a4110be0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3517 | 2024.07.05 23:28:10.390835 [ 192 ] {621c09d4-afcc-4919-9877-59c96fa833d8::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 2 rows starting from the beginning of the part | ||
3518 | 2024.07.05 23:28:10.391598 [ 3 ] {0c22613d-ff26-448f-83e8-03e6a4110be0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3519 | 2024.07.05 23:28:10.392492 [ 3 ] {0c22613d-ff26-448f-83e8-03e6a4110be0} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3520 | 2024.07.05 23:28:10.392563 [ 3 ] {0c22613d-ff26-448f-83e8-03e6a4110be0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
3521 | 2024.07.05 23:28:10.393371 [ 192 ] {621c09d4-afcc-4919-9877-59c96fa833d8::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10 rows, containing 4 columns (4 merged, 0 gathered) in 0.004729326 sec., 2114.4662051209834 rows/sec., 172.42 KiB/sec. | ||
3522 | 2024.07.05 23:28:10.393494 [ 3 ] {0c22613d-ff26-448f-83e8-03e6a4110be0} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3523 | 2024.07.05 23:28:10.393550 [ 192 ] {621c09d4-afcc-4919-9877-59c96fa833d8::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
3524 | 2024.07.05 23:28:10.394304 [ 3 ] {0c22613d-ff26-448f-83e8-03e6a4110be0} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3525 | 2024.07.05 23:28:10.394409 [ 192 ] {621c09d4-afcc-4919-9877-59c96fa833d8::all_1_5_1} <Trace> oximeter.fields_ipaddr (621c09d4-afcc-4919-9877-59c96fa833d8): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3526 | 2024.07.05 23:28:10.394570 [ 98 ] {} <Debug> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
3527 | 2024.07.05 23:28:10.394626 [ 192 ] {621c09d4-afcc-4919-9877-59c96fa833d8::all_1_5_1} <Trace> oximeter.fields_ipaddr (621c09d4-afcc-4919-9877-59c96fa833d8) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
3528 | 2024.07.05 23:28:10.394644 [ 98 ] {} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3529 | 2024.07.05 23:28:10.394661 [ 3 ] {0c22613d-ff26-448f-83e8-03e6a4110be0} <Debug> executeQuery: Read 123 rows, 10.39 KiB in 0.004332 sec., 28393.351800554017 rows/sec., 2.34 MiB/sec. | ||
3530 | 2024.07.05 23:28:10.394711 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
3531 | 2024.07.05 23:28:10.394860 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
3532 | 2024.07.05 23:28:10.395183 [ 189 ] {5312aebe-5a34-422e-b0ce-e859ed1f196c::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 | ||
3533 | 2024.07.05 23:28:10.395235 [ 3 ] {0c22613d-ff26-448f-83e8-03e6a4110be0} <Debug> DynamicQueryHandler: Done processing query | ||
3534 | 2024.07.05 23:28:10.395362 [ 3 ] {0c22613d-ff26-448f-83e8-03e6a4110be0} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
3535 | 2024.07.05 23:28:10.395428 [ 3 ] {} <Debug> HTTP-Session: 2db823d9-9884-416f-8b1e-4d76e793351c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3536 | 2024.07.05 23:28:10.395577 [ 189 ] {5312aebe-5a34-422e-b0ce-e859ed1f196c::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3537 | 2024.07.05 23:28:10.395614 [ 189 ] {5312aebe-5a34-422e-b0ce-e859ed1f196c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 195 rows starting from the beginning of the part | ||
3538 | 2024.07.05 23:28:10.395715 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3539 | 2024.07.05 23:28:10.395854 [ 189 ] {5312aebe-5a34-422e-b0ce-e859ed1f196c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 158 rows starting from the beginning of the part | ||
3540 | 2024.07.05 23:28:10.395939 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3541 | 2024.07.05 23:28:10.396051 [ 3 ] {} <Debug> HTTP-Session: 167c7a53-0c91-4859-9029-c06ea44d1f0f Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
3542 | 2024.07.05 23:28:10.396117 [ 189 ] {5312aebe-5a34-422e-b0ce-e859ed1f196c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 89 rows starting from the beginning of the part | ||
3543 | 2024.07.05 23:28:10.396144 [ 3 ] {} <Debug> HTTP-Session: 167c7a53-0c91-4859-9029-c06ea44d1f0f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3544 | 2024.07.05 23:28:10.396225 [ 3 ] {} <Debug> HTTP-Session: 167c7a53-0c91-4859-9029-c06ea44d1f0f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3545 | 2024.07.05 23:28:10.396390 [ 189 ] {5312aebe-5a34-422e-b0ce-e859ed1f196c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 122 rows starting from the beginning of the part | ||
3546 | 2024.07.05 23:28:10.396448 [ 3 ] {} <Trace> HTTP-Session: 167c7a53-0c91-4859-9029-c06ea44d1f0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3547 | 2024.07.05 23:28:10.396619 [ 189 ] {5312aebe-5a34-422e-b0ce-e859ed1f196c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 89 rows starting from the beginning of the part | ||
3548 | 2024.07.05 23:28:10.396840 [ 3 ] {df9ba739-02ff-4d78-9717-b71900e46b5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3549 | 2024.07.05 23:28:10.396862 [ 189 ] {5312aebe-5a34-422e-b0ce-e859ed1f196c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 123 rows starting from the beginning of the part | ||
3550 | 2024.07.05 23:28:10.396976 [ 3 ] {df9ba739-02ff-4d78-9717-b71900e46b5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3551 | 2024.07.05 23:28:10.397588 [ 3 ] {df9ba739-02ff-4d78-9717-b71900e46b5d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3552 | 2024.07.05 23:28:10.398319 [ 3 ] {df9ba739-02ff-4d78-9717-b71900e46b5d} <Trace> oximeter.fields_u16 (45fa30f1-4b24-4248-82d1-beb821e1c8a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3553 | 2024.07.05 23:28:10.398383 [ 3 ] {df9ba739-02ff-4d78-9717-b71900e46b5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
3554 | 2024.07.05 23:28:10.399220 [ 3 ] {df9ba739-02ff-4d78-9717-b71900e46b5d} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
3555 | 2024.07.05 23:28:10.399892 [ 3 ] {df9ba739-02ff-4d78-9717-b71900e46b5d} <Trace> oximeter.fields_u16 (45fa30f1-4b24-4248-82d1-beb821e1c8a3): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3556 | 2024.07.05 23:28:10.399959 [ 189 ] {5312aebe-5a34-422e-b0ce-e859ed1f196c::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 776 rows, containing 4 columns (4 merged, 0 gathered) in 0.00490443 sec., 158224.29925597875 rows/sec., 12.92 MiB/sec. | ||
3557 | 2024.07.05 23:28:10.400134 [ 98 ] {} <Debug> oximeter.fields_u16 (45fa30f1-4b24-4248-82d1-beb821e1c8a3) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
3558 | 2024.07.05 23:28:10.400182 [ 3 ] {df9ba739-02ff-4d78-9717-b71900e46b5d} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.003475 sec., 575.5395683453238 rows/sec., 40.19 KiB/sec. | ||
3559 | 2024.07.05 23:28:10.400199 [ 98 ] {} <Trace> oximeter.fields_u16 (45fa30f1-4b24-4248-82d1-beb821e1c8a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3560 | 2024.07.05 23:28:10.400298 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
3561 | 2024.07.05 23:28:10.400313 [ 186 ] {5312aebe-5a34-422e-b0ce-e859ed1f196c::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
3562 | 2024.07.05 23:28:10.400746 [ 189 ] {45fa30f1-4b24-4248-82d1-beb821e1c8a3::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 | ||
3563 | 2024.07.05 23:28:10.400914 [ 3 ] {df9ba739-02ff-4d78-9717-b71900e46b5d} <Debug> DynamicQueryHandler: Done processing query | ||
3564 | 2024.07.05 23:28:10.401090 [ 3 ] {df9ba739-02ff-4d78-9717-b71900e46b5d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3565 | 2024.07.05 23:28:10.401295 [ 3 ] {} <Debug> HTTP-Session: 167c7a53-0c91-4859-9029-c06ea44d1f0f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3566 | 2024.07.05 23:28:10.401481 [ 189 ] {45fa30f1-4b24-4248-82d1-beb821e1c8a3::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3567 | 2024.07.05 23:28:10.401583 [ 189 ] {45fa30f1-4b24-4248-82d1-beb821e1c8a3::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part | ||
3568 | 2024.07.05 23:28:10.401844 [ 189 ] {45fa30f1-4b24-4248-82d1-beb821e1c8a3::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part | ||
3569 | 2024.07.05 23:28:10.401875 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 14955, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3570 | 2024.07.05 23:28:10.402057 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3571 | 2024.07.05 23:28:10.402082 [ 186 ] {5312aebe-5a34-422e-b0ce-e859ed1f196c::all_1_21_4} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3572 | 2024.07.05 23:28:10.402325 [ 3 ] {} <Debug> HTTP-Session: cab52329-72a1-4394-af76-45ec4af3b331 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
3573 | 2024.07.05 23:28:10.402458 [ 189 ] {45fa30f1-4b24-4248-82d1-beb821e1c8a3::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part | ||
3574 | 2024.07.05 23:28:10.402496 [ 3 ] {} <Debug> HTTP-Session: cab52329-72a1-4394-af76-45ec4af3b331 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3575 | 2024.07.05 23:28:10.402532 [ 186 ] {5312aebe-5a34-422e-b0ce-e859ed1f196c::all_1_21_4} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
3576 | 2024.07.05 23:28:10.402579 [ 3 ] {} <Debug> HTTP-Session: cab52329-72a1-4394-af76-45ec4af3b331 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3577 | 2024.07.05 23:28:10.402849 [ 189 ] {45fa30f1-4b24-4248-82d1-beb821e1c8a3::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part | ||
3578 | 2024.07.05 23:28:10.402894 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
3579 | 2024.07.05 23:28:10.402985 [ 3 ] {} <Trace> HTTP-Session: cab52329-72a1-4394-af76-45ec4af3b331 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3580 | 2024.07.05 23:28:10.403144 [ 189 ] {45fa30f1-4b24-4248-82d1-beb821e1c8a3::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 2 rows starting from the beginning of the part | ||
3581 | 2024.07.05 23:28:10.403537 [ 3 ] {ad5cd104-b89a-4a31-8648-94ef26d8edae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3582 | 2024.07.05 23:28:10.403661 [ 3 ] {ad5cd104-b89a-4a31-8648-94ef26d8edae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3583 | 2024.07.05 23:28:10.404121 [ 3 ] {ad5cd104-b89a-4a31-8648-94ef26d8edae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3584 | 2024.07.05 23:28:10.405107 [ 3 ] {ad5cd104-b89a-4a31-8648-94ef26d8edae} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3585 | 2024.07.05 23:28:10.405187 [ 3 ] {ad5cd104-b89a-4a31-8648-94ef26d8edae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
3586 | 2024.07.05 23:28:10.405587 [ 190 ] {45fa30f1-4b24-4248-82d1-beb821e1c8a3::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10 rows, containing 4 columns (4 merged, 0 gathered) in 0.005129495 sec., 1949.509649585388 rows/sec., 136.12 KiB/sec. | ||
3587 | 2024.07.05 23:28:10.405840 [ 189 ] {45fa30f1-4b24-4248-82d1-beb821e1c8a3::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
3588 | 2024.07.05 23:28:10.406010 [ 3 ] {ad5cd104-b89a-4a31-8648-94ef26d8edae} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3589 | 2024.07.05 23:28:10.406752 [ 189 ] {45fa30f1-4b24-4248-82d1-beb821e1c8a3::all_1_5_1} <Trace> oximeter.fields_u16 (45fa30f1-4b24-4248-82d1-beb821e1c8a3): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3590 | 2024.07.05 23:28:10.406816 [ 3 ] {ad5cd104-b89a-4a31-8648-94ef26d8edae} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3591 | 2024.07.05 23:28:10.406938 [ 189 ] {45fa30f1-4b24-4248-82d1-beb821e1c8a3::all_1_5_1} <Trace> oximeter.fields_u16 (45fa30f1-4b24-4248-82d1-beb821e1c8a3) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
3592 | 2024.07.05 23:28:10.407091 [ 98 ] {} <Debug> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
3593 | 2024.07.05 23:28:10.407193 [ 98 ] {} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3594 | 2024.07.05 23:28:10.407194 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
3595 | 2024.07.05 23:28:10.407209 [ 3 ] {ad5cd104-b89a-4a31-8648-94ef26d8edae} <Debug> executeQuery: Read 88 rows, 7.04 KiB in 0.003849 sec., 22863.08131982333 rows/sec., 1.79 MiB/sec. | ||
3596 | 2024.07.05 23:28:10.407239 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
3597 | 2024.07.05 23:28:10.407485 [ 189 ] {41c6d68c-04fc-4ca2-8bf5-9cf02702be2b::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 | ||
3598 | 2024.07.05 23:28:10.407652 [ 3 ] {ad5cd104-b89a-4a31-8648-94ef26d8edae} <Debug> DynamicQueryHandler: Done processing query | ||
3599 | 2024.07.05 23:28:10.407670 [ 189 ] {41c6d68c-04fc-4ca2-8bf5-9cf02702be2b::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3600 | 2024.07.05 23:28:10.407699 [ 3 ] {ad5cd104-b89a-4a31-8648-94ef26d8edae} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
3601 | 2024.07.05 23:28:10.407726 [ 189 ] {41c6d68c-04fc-4ca2-8bf5-9cf02702be2b::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 | ||
3602 | 2024.07.05 23:28:10.407735 [ 3 ] {} <Debug> HTTP-Session: cab52329-72a1-4394-af76-45ec4af3b331 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3603 | 2024.07.05 23:28:10.407889 [ 189 ] {41c6d68c-04fc-4ca2-8bf5-9cf02702be2b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 110 rows starting from the beginning of the part | ||
3604 | 2024.07.05 23:28:10.408022 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 30827, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3605 | 2024.07.05 23:28:10.408187 [ 189 ] {41c6d68c-04fc-4ca2-8bf5-9cf02702be2b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 75 rows starting from the beginning of the part | ||
3606 | 2024.07.05 23:28:10.408253 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3607 | 2024.07.05 23:28:10.408428 [ 3 ] {} <Debug> HTTP-Session: a68d4323-801f-4504-a9ff-38000fed673f Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
3608 | 2024.07.05 23:28:10.408476 [ 189 ] {41c6d68c-04fc-4ca2-8bf5-9cf02702be2b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 86 rows starting from the beginning of the part | ||
3609 | 2024.07.05 23:28:10.408532 [ 3 ] {} <Debug> HTTP-Session: a68d4323-801f-4504-a9ff-38000fed673f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3610 | 2024.07.05 23:28:10.408584 [ 3 ] {} <Debug> HTTP-Session: a68d4323-801f-4504-a9ff-38000fed673f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3611 | 2024.07.05 23:28:10.408685 [ 189 ] {41c6d68c-04fc-4ca2-8bf5-9cf02702be2b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 75 rows starting from the beginning of the part | ||
3612 | 2024.07.05 23:28:10.408822 [ 3 ] {} <Trace> HTTP-Session: a68d4323-801f-4504-a9ff-38000fed673f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3613 | 2024.07.05 23:28:10.408934 [ 189 ] {41c6d68c-04fc-4ca2-8bf5-9cf02702be2b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 88 rows starting from the beginning of the part | ||
3614 | 2024.07.05 23:28:10.409452 [ 3 ] {8f57f7c4-e858-42d6-9f58-608eb73d9fb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3615 | 2024.07.05 23:28:10.409563 [ 3 ] {8f57f7c4-e858-42d6-9f58-608eb73d9fb4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3616 | 2024.07.05 23:28:10.410279 [ 3 ] {8f57f7c4-e858-42d6-9f58-608eb73d9fb4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3617 | 2024.07.05 23:28:10.411309 [ 3 ] {8f57f7c4-e858-42d6-9f58-608eb73d9fb4} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3618 | 2024.07.05 23:28:10.411356 [ 3 ] {8f57f7c4-e858-42d6-9f58-608eb73d9fb4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
3619 | 2024.07.05 23:28:10.411821 [ 190 ] {41c6d68c-04fc-4ca2-8bf5-9cf02702be2b::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 581 rows, containing 4 columns (4 merged, 0 gathered) in 0.004463361 sec., 130170.96309261116 rows/sec., 10.16 MiB/sec. | ||
3620 | 2024.07.05 23:28:10.412084 [ 189 ] {41c6d68c-04fc-4ca2-8bf5-9cf02702be2b::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
3621 | 2024.07.05 23:28:10.412305 [ 3 ] {8f57f7c4-e858-42d6-9f58-608eb73d9fb4} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3622 | 2024.07.05 23:28:10.412917 [ 189 ] {41c6d68c-04fc-4ca2-8bf5-9cf02702be2b::all_1_21_4} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3623 | 2024.07.05 23:28:10.413072 [ 189 ] {41c6d68c-04fc-4ca2-8bf5-9cf02702be2b::all_1_21_4} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
3624 | 2024.07.05 23:28:10.413256 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
3625 | 2024.07.05 23:28:10.413265 [ 3 ] {8f57f7c4-e858-42d6-9f58-608eb73d9fb4} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3626 | 2024.07.05 23:28:10.413469 [ 98 ] {} <Debug> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
3627 | 2024.07.05 23:28:10.413477 [ 3 ] {8f57f7c4-e858-42d6-9f58-608eb73d9fb4} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.004271 sec., 37696.089908686496 rows/sec., 2.63 MiB/sec. | ||
3628 | 2024.07.05 23:28:10.413533 [ 98 ] {} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3629 | 2024.07.05 23:28:10.413612 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
3630 | 2024.07.05 23:28:10.413835 [ 189 ] {32bf2426-5e02-498f-a333-0e56dff421cb::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 | ||
3631 | 2024.07.05 23:28:10.413902 [ 3 ] {8f57f7c4-e858-42d6-9f58-608eb73d9fb4} <Debug> DynamicQueryHandler: Done processing query | ||
3632 | 2024.07.05 23:28:10.413960 [ 3 ] {8f57f7c4-e858-42d6-9f58-608eb73d9fb4} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3633 | 2024.07.05 23:28:10.414010 [ 3 ] {} <Debug> HTTP-Session: a68d4323-801f-4504-a9ff-38000fed673f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3634 | 2024.07.05 23:28:10.414093 [ 189 ] {32bf2426-5e02-498f-a333-0e56dff421cb::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3635 | 2024.07.05 23:28:10.414130 [ 189 ] {32bf2426-5e02-498f-a333-0e56dff421cb::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 2682 rows starting from the beginning of the part | ||
3636 | 2024.07.05 23:28:10.414300 [ 189 ] {32bf2426-5e02-498f-a333-0e56dff421cb::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 196 rows starting from the beginning of the part | ||
3637 | 2024.07.05 23:28:10.414326 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 35339, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3638 | 2024.07.05 23:28:10.414524 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3639 | 2024.07.05 23:28:10.414618 [ 3 ] {} <Debug> HTTP-Session: 9b0d952a-7383-4dde-879f-7afc77696405 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
3640 | 2024.07.05 23:28:10.414632 [ 189 ] {32bf2426-5e02-498f-a333-0e56dff421cb::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 | ||
3641 | 2024.07.05 23:28:10.414678 [ 3 ] {} <Debug> HTTP-Session: 9b0d952a-7383-4dde-879f-7afc77696405 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3642 | 2024.07.05 23:28:10.414736 [ 3 ] {} <Debug> HTTP-Session: 9b0d952a-7383-4dde-879f-7afc77696405 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3643 | 2024.07.05 23:28:10.414920 [ 3 ] {} <Trace> HTTP-Session: 9b0d952a-7383-4dde-879f-7afc77696405 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3644 | 2024.07.05 23:28:10.414950 [ 189 ] {32bf2426-5e02-498f-a333-0e56dff421cb::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 160 rows starting from the beginning of the part | ||
3645 | 2024.07.05 23:28:10.415189 [ 189 ] {32bf2426-5e02-498f-a333-0e56dff421cb::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 | ||
3646 | 2024.07.05 23:28:10.415423 [ 189 ] {32bf2426-5e02-498f-a333-0e56dff421cb::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 161 rows starting from the beginning of the part | ||
3647 | 2024.07.05 23:28:10.415617 [ 3 ] {5015d290-1674-4ce2-bef1-b3739c4bee36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3648 | 2024.07.05 23:28:10.415961 [ 3 ] {5015d290-1674-4ce2-bef1-b3739c4bee36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
3649 | 2024.07.05 23:28:10.417469 [ 3 ] {5015d290-1674-4ce2-bef1-b3739c4bee36} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3650 | 2024.07.05 23:28:10.418783 [ 3 ] {5015d290-1674-4ce2-bef1-b3739c4bee36} <Trace> oximeter.measurements_histogramf64 (3a521290-854b-45c9-817a-bf8e30cab779): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3651 | 2024.07.05 23:28:10.418823 [ 3 ] {5015d290-1674-4ce2-bef1-b3739c4bee36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
3652 | 2024.07.05 23:28:10.419552 [ 187 ] {32bf2426-5e02-498f-a333-0e56dff421cb::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3519 rows, containing 5 columns (5 merged, 0 gathered) in 0.005832512 sec., 603342.0934238969 rows/sec., 42.06 MiB/sec. | ||
3653 | 2024.07.05 23:28:10.420011 [ 187 ] {32bf2426-5e02-498f-a333-0e56dff421cb::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
3654 | 2024.07.05 23:28:10.420045 [ 3 ] {5015d290-1674-4ce2-bef1-b3739c4bee36} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
3655 | 2024.07.05 23:28:10.420773 [ 187 ] {32bf2426-5e02-498f-a333-0e56dff421cb::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3656 | 2024.07.05 23:28:10.420882 [ 3 ] {5015d290-1674-4ce2-bef1-b3739c4bee36} <Trace> oximeter.measurements_histogramf64 (3a521290-854b-45c9-817a-bf8e30cab779): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3657 | 2024.07.05 23:28:10.420901 [ 187 ] {32bf2426-5e02-498f-a333-0e56dff421cb::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
3658 | 2024.07.05 23:28:10.421009 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.86 MiB. | ||
3659 | 2024.07.05 23:28:10.421127 [ 98 ] {} <Debug> oximeter.measurements_histogramf64 (3a521290-854b-45c9-817a-bf8e30cab779) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
3660 | 2024.07.05 23:28:10.421169 [ 3 ] {5015d290-1674-4ce2-bef1-b3739c4bee36} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.005961 sec., 3690.6559302130513 rows/sec., 6.61 MiB/sec. | ||
3661 | 2024.07.05 23:28:10.421187 [ 98 ] {} <Trace> oximeter.measurements_histogramf64 (3a521290-854b-45c9-817a-bf8e30cab779): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3662 | 2024.07.05 23:28:10.421263 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
3663 | 2024.07.05 23:28:10.421605 [ 190 ] {3a521290-854b-45c9-817a-bf8e30cab779::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 | ||
3664 | 2024.07.05 23:28:10.421828 [ 3 ] {5015d290-1674-4ce2-bef1-b3739c4bee36} <Debug> DynamicQueryHandler: Done processing query | ||
3665 | 2024.07.05 23:28:10.421889 [ 3 ] {5015d290-1674-4ce2-bef1-b3739c4bee36} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
3666 | 2024.07.05 23:28:10.421956 [ 3 ] {} <Debug> HTTP-Session: 9b0d952a-7383-4dde-879f-7afc77696405 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3667 | 2024.07.05 23:28:10.422125 [ 190 ] {3a521290-854b-45c9-817a-bf8e30cab779::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3668 | 2024.07.05 23:28:10.422173 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3669 | 2024.07.05 23:28:10.422239 [ 190 ] {3a521290-854b-45c9-817a-bf8e30cab779::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 99 rows starting from the beginning of the part | ||
3670 | 2024.07.05 23:28:10.422271 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3671 | 2024.07.05 23:28:10.422336 [ 3 ] {} <Debug> HTTP-Session: 35e6d550-c114-41aa-9181-0fc78fd6e992 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
3672 | 2024.07.05 23:28:10.422379 [ 3 ] {} <Debug> HTTP-Session: 35e6d550-c114-41aa-9181-0fc78fd6e992 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3673 | 2024.07.05 23:28:10.422419 [ 3 ] {} <Debug> HTTP-Session: 35e6d550-c114-41aa-9181-0fc78fd6e992 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3674 | 2024.07.05 23:28:10.422589 [ 3 ] {} <Trace> HTTP-Session: 35e6d550-c114-41aa-9181-0fc78fd6e992 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3675 | 2024.07.05 23:28:10.422788 [ 190 ] {3a521290-854b-45c9-817a-bf8e30cab779::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 22 rows starting from the beginning of the part | ||
3676 | 2024.07.05 23:28:10.422938 [ 3 ] {78439244-f5c4-42ca-9b22-a48e70bc0914} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3677 | 2024.07.05 23:28:10.423175 [ 3 ] {78439244-f5c4-42ca-9b22-a48e70bc0914} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3678 | 2024.07.05 23:28:10.423440 [ 190 ] {3a521290-854b-45c9-817a-bf8e30cab779::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 11 rows starting from the beginning of the part | ||
3679 | 2024.07.05 23:28:10.423963 [ 3 ] {78439244-f5c4-42ca-9b22-a48e70bc0914} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3680 | 2024.07.05 23:28:10.424300 [ 190 ] {3a521290-854b-45c9-817a-bf8e30cab779::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 22 rows starting from the beginning of the part | ||
3681 | 2024.07.05 23:28:10.424891 [ 190 ] {3a521290-854b-45c9-817a-bf8e30cab779::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 11 rows starting from the beginning of the part | ||
3682 | 2024.07.05 23:28:10.425067 [ 3 ] {78439244-f5c4-42ca-9b22-a48e70bc0914} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3683 | 2024.07.05 23:28:10.425193 [ 3 ] {78439244-f5c4-42ca-9b22-a48e70bc0914} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
3684 | 2024.07.05 23:28:10.425565 [ 190 ] {3a521290-854b-45c9-817a-bf8e30cab779::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 22 rows starting from the beginning of the part | ||
3685 | 2024.07.05 23:28:10.426487 [ 3 ] {78439244-f5c4-42ca-9b22-a48e70bc0914} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3686 | 2024.07.05 23:28:10.427379 [ 3 ] {78439244-f5c4-42ca-9b22-a48e70bc0914} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3687 | 2024.07.05 23:28:10.427694 [ 98 ] {} <Debug> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
3688 | 2024.07.05 23:28:10.427718 [ 3 ] {78439244-f5c4-42ca-9b22-a48e70bc0914} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004886 sec., 12279.983626688498 rows/sec., 847.45 KiB/sec. | ||
3689 | 2024.07.05 23:28:10.427783 [ 98 ] {} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3690 | 2024.07.05 23:28:10.427875 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
3691 | 2024.07.05 23:28:10.428460 [ 189 ] {bcc711bb-3808-4d12-8719-f1e4bc8a9242::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 | ||
3692 | 2024.07.05 23:28:10.429093 [ 189 ] {bcc711bb-3808-4d12-8719-f1e4bc8a9242::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3693 | 2024.07.05 23:28:10.429201 [ 189 ] {bcc711bb-3808-4d12-8719-f1e4bc8a9242::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 922 rows starting from the beginning of the part | ||
3694 | 2024.07.05 23:28:10.429235 [ 3 ] {78439244-f5c4-42ca-9b22-a48e70bc0914} <Debug> DynamicQueryHandler: Done processing query | ||
3695 | 2024.07.05 23:28:10.429328 [ 3 ] {78439244-f5c4-42ca-9b22-a48e70bc0914} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3696 | 2024.07.05 23:28:10.429641 [ 189 ] {bcc711bb-3808-4d12-8719-f1e4bc8a9242::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 | ||
3697 | 2024.07.05 23:28:10.429683 [ 3 ] {} <Debug> HTTP-Session: 35e6d550-c114-41aa-9181-0fc78fd6e992 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3698 | 2024.07.05 23:28:10.430042 [ 189 ] {bcc711bb-3808-4d12-8719-f1e4bc8a9242::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 | ||
3699 | 2024.07.05 23:28:10.430377 [ 189 ] {bcc711bb-3808-4d12-8719-f1e4bc8a9242::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 | ||
3700 | 2024.07.05 23:28:10.430734 [ 189 ] {bcc711bb-3808-4d12-8719-f1e4bc8a9242::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 | ||
3701 | 2024.07.05 23:28:10.431037 [ 189 ] {bcc711bb-3808-4d12-8719-f1e4bc8a9242::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 | ||
3702 | 2024.07.05 23:28:10.434572 [ 188 ] {bcc711bb-3808-4d12-8719-f1e4bc8a9242::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1222 rows, containing 4 columns (4 merged, 0 gathered) in 0.006519866 sec., 187427.16491412555 rows/sec., 12.63 MiB/sec. | ||
3703 | 2024.07.05 23:28:10.434826 [ 188 ] {bcc711bb-3808-4d12-8719-f1e4bc8a9242::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
3704 | 2024.07.05 23:28:10.435984 [ 188 ] {bcc711bb-3808-4d12-8719-f1e4bc8a9242::all_1_21_4} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3705 | 2024.07.05 23:28:10.436028 [ 190 ] {3a521290-854b-45c9-817a-bf8e30cab779::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 187 rows, containing 19 columns (19 merged, 0 gathered) in 0.014632159 sec., 12780.068887988436 rows/sec., 22.90 MiB/sec. | ||
3706 | 2024.07.05 23:28:10.436116 [ 188 ] {bcc711bb-3808-4d12-8719-f1e4bc8a9242::all_1_21_4} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
3707 | 2024.07.05 23:28:10.436225 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. | ||
3708 | 2024.07.05 23:28:10.436474 [ 190 ] {3a521290-854b-45c9-817a-bf8e30cab779::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
3709 | 2024.07.05 23:28:10.437062 [ 190 ] {3a521290-854b-45c9-817a-bf8e30cab779::all_1_11_2} <Trace> oximeter.measurements_histogramf64 (3a521290-854b-45c9-817a-bf8e30cab779): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3710 | 2024.07.05 23:28:10.437150 [ 190 ] {3a521290-854b-45c9-817a-bf8e30cab779::all_1_11_2} <Trace> oximeter.measurements_histogramf64 (3a521290-854b-45c9-817a-bf8e30cab779) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
3711 | 2024.07.05 23:28:10.437269 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.22 MiB. | ||
3712 | 2024.07.05 23:28:14.266207 [ 142 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3713 | 2024.07.05 23:28:14.266301 [ 142 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3714 | 2024.07.05 23:28:15.001231 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000863219 sec. | ||
3715 | 2024.07.05 23:28:15.379693 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 1632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3716 | 2024.07.05 23:28:15.379831 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3717 | 2024.07.05 23:28:15.379862 [ 3 ] {} <Debug> HTTP-Session: 08caa4ce-ddbe-4b62-bdbd-3aea12013814 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
3718 | 2024.07.05 23:28:15.379891 [ 3 ] {} <Debug> HTTP-Session: 08caa4ce-ddbe-4b62-bdbd-3aea12013814 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3719 | 2024.07.05 23:28:15.379910 [ 3 ] {} <Debug> HTTP-Session: 08caa4ce-ddbe-4b62-bdbd-3aea12013814 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3720 | 2024.07.05 23:28:15.379968 [ 3 ] {} <Trace> HTTP-Session: 08caa4ce-ddbe-4b62-bdbd-3aea12013814 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3721 | 2024.07.05 23:28:15.380180 [ 3 ] {c3314290-3a66-47d7-973e-5f24402f3013} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3722 | 2024.07.05 23:28:15.380259 [ 3 ] {c3314290-3a66-47d7-973e-5f24402f3013} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3723 | 2024.07.05 23:28:15.380465 [ 3 ] {c3314290-3a66-47d7-973e-5f24402f3013} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3724 | 2024.07.05 23:28:15.380908 [ 3 ] {c3314290-3a66-47d7-973e-5f24402f3013} <Trace> oximeter.fields_i64 (90cc20bc-62f3-4585-81bd-da47c52ed55a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3725 | 2024.07.05 23:28:15.380956 [ 3 ] {c3314290-3a66-47d7-973e-5f24402f3013} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
3726 | 2024.07.05 23:28:15.381336 [ 3 ] {c3314290-3a66-47d7-973e-5f24402f3013} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
3727 | 2024.07.05 23:28:15.381688 [ 3 ] {c3314290-3a66-47d7-973e-5f24402f3013} <Trace> oximeter.fields_i64 (90cc20bc-62f3-4585-81bd-da47c52ed55a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3728 | 2024.07.05 23:28:15.381870 [ 3 ] {c3314290-3a66-47d7-973e-5f24402f3013} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.001745 sec., 6303.7249283667625 rows/sec., 510.95 KiB/sec. | ||
3729 | 2024.07.05 23:28:15.382220 [ 3 ] {c3314290-3a66-47d7-973e-5f24402f3013} <Debug> DynamicQueryHandler: Done processing query | ||
3730 | 2024.07.05 23:28:15.382249 [ 3 ] {c3314290-3a66-47d7-973e-5f24402f3013} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3731 | 2024.07.05 23:28:15.382265 [ 3 ] {} <Debug> HTTP-Session: 08caa4ce-ddbe-4b62-bdbd-3aea12013814 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3732 | 2024.07.05 23:28:15.382425 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 680, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3733 | 2024.07.05 23:28:15.382483 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3734 | 2024.07.05 23:28:15.382505 [ 3 ] {} <Debug> HTTP-Session: 25b53e7e-067c-420d-9c46-def4f66abad8 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
3735 | 2024.07.05 23:28:15.382523 [ 3 ] {} <Debug> HTTP-Session: 25b53e7e-067c-420d-9c46-def4f66abad8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3736 | 2024.07.05 23:28:15.382538 [ 3 ] {} <Debug> HTTP-Session: 25b53e7e-067c-420d-9c46-def4f66abad8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3737 | 2024.07.05 23:28:15.382573 [ 3 ] {} <Trace> HTTP-Session: 25b53e7e-067c-420d-9c46-def4f66abad8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3738 | 2024.07.05 23:28:15.382683 [ 3 ] {61c1a144-2451-4493-a248-3b25cd87e49d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
3739 | 2024.07.05 23:28:15.382733 [ 3 ] {61c1a144-2451-4493-a248-3b25cd87e49d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3740 | 2024.07.05 23:28:15.382889 [ 3 ] {61c1a144-2451-4493-a248-3b25cd87e49d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3741 | 2024.07.05 23:28:15.383304 [ 3 ] {61c1a144-2451-4493-a248-3b25cd87e49d} <Trace> oximeter.fields_ipaddr (621c09d4-afcc-4919-9877-59c96fa833d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3742 | 2024.07.05 23:28:15.383344 [ 3 ] {61c1a144-2451-4493-a248-3b25cd87e49d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
3743 | 2024.07.05 23:28:15.383649 [ 3 ] {61c1a144-2451-4493-a248-3b25cd87e49d} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
3744 | 2024.07.05 23:28:15.383965 [ 3 ] {61c1a144-2451-4493-a248-3b25cd87e49d} <Trace> oximeter.fields_ipaddr (621c09d4-afcc-4919-9877-59c96fa833d8): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3745 | 2024.07.05 23:28:15.384123 [ 3 ] {61c1a144-2451-4493-a248-3b25cd87e49d} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001464 sec., 2732.24043715847 rows/sec., 222.79 KiB/sec. | ||
3746 | 2024.07.05 23:28:15.384303 [ 3 ] {61c1a144-2451-4493-a248-3b25cd87e49d} <Debug> DynamicQueryHandler: Done processing query | ||
3747 | 2024.07.05 23:28:15.384329 [ 3 ] {61c1a144-2451-4493-a248-3b25cd87e49d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3748 | 2024.07.05 23:28:15.384345 [ 3 ] {} <Debug> HTTP-Session: 25b53e7e-067c-420d-9c46-def4f66abad8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3749 | 2024.07.05 23:28:15.384485 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 13072, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3750 | 2024.07.05 23:28:15.384539 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3751 | 2024.07.05 23:28:15.384559 [ 3 ] {} <Debug> HTTP-Session: b9830f3c-63ac-496b-9272-81907c76c553 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
3752 | 2024.07.05 23:28:15.384576 [ 3 ] {} <Debug> HTTP-Session: b9830f3c-63ac-496b-9272-81907c76c553 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3753 | 2024.07.05 23:28:15.384590 [ 3 ] {} <Debug> HTTP-Session: b9830f3c-63ac-496b-9272-81907c76c553 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3754 | 2024.07.05 23:28:15.384622 [ 3 ] {} <Trace> HTTP-Session: b9830f3c-63ac-496b-9272-81907c76c553 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3755 | 2024.07.05 23:28:15.384750 [ 3 ] {769f1a82-8c4d-4db6-84cd-10373850affa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3756 | 2024.07.05 23:28:15.384795 [ 3 ] {769f1a82-8c4d-4db6-84cd-10373850affa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3757 | 2024.07.05 23:28:15.384929 [ 3 ] {769f1a82-8c4d-4db6-84cd-10373850affa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3758 | 2024.07.05 23:28:15.385315 [ 3 ] {769f1a82-8c4d-4db6-84cd-10373850affa} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3759 | 2024.07.05 23:28:15.385352 [ 3 ] {769f1a82-8c4d-4db6-84cd-10373850affa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
3760 | 2024.07.05 23:28:15.385667 [ 3 ] {769f1a82-8c4d-4db6-84cd-10373850affa} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
3761 | 2024.07.05 23:28:15.385974 [ 3 ] {769f1a82-8c4d-4db6-84cd-10373850affa} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3762 | 2024.07.05 23:28:15.386110 [ 3 ] {769f1a82-8c4d-4db6-84cd-10373850affa} <Debug> executeQuery: Read 91 rows, 7.51 KiB in 0.001408 sec., 64630.68181818182 rows/sec., 5.21 MiB/sec. | ||
3763 | 2024.07.05 23:28:15.386412 [ 3 ] {769f1a82-8c4d-4db6-84cd-10373850affa} <Debug> DynamicQueryHandler: Done processing query | ||
3764 | 2024.07.05 23:28:15.386437 [ 3 ] {769f1a82-8c4d-4db6-84cd-10373850affa} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
3765 | 2024.07.05 23:28:15.386454 [ 3 ] {} <Debug> HTTP-Session: b9830f3c-63ac-496b-9272-81907c76c553 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3766 | 2024.07.05 23:28:15.386585 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 613, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3767 | 2024.07.05 23:28:15.386636 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3768 | 2024.07.05 23:28:15.386656 [ 3 ] {} <Debug> HTTP-Session: 3aa91cf7-e747-4b27-923e-09e215935e9e Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
3769 | 2024.07.05 23:28:15.386673 [ 3 ] {} <Debug> HTTP-Session: 3aa91cf7-e747-4b27-923e-09e215935e9e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3770 | 2024.07.05 23:28:15.386687 [ 3 ] {} <Debug> HTTP-Session: 3aa91cf7-e747-4b27-923e-09e215935e9e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3771 | 2024.07.05 23:28:15.386718 [ 3 ] {} <Trace> HTTP-Session: 3aa91cf7-e747-4b27-923e-09e215935e9e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3772 | 2024.07.05 23:28:15.386816 [ 3 ] {71ba91cf-7412-4266-84b6-8a28e6556a5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3773 | 2024.07.05 23:28:15.386861 [ 3 ] {71ba91cf-7412-4266-84b6-8a28e6556a5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3774 | 2024.07.05 23:28:15.387013 [ 3 ] {71ba91cf-7412-4266-84b6-8a28e6556a5e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3775 | 2024.07.05 23:28:15.387406 [ 3 ] {71ba91cf-7412-4266-84b6-8a28e6556a5e} <Trace> oximeter.fields_u16 (45fa30f1-4b24-4248-82d1-beb821e1c8a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3776 | 2024.07.05 23:28:15.387442 [ 3 ] {71ba91cf-7412-4266-84b6-8a28e6556a5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
3777 | 2024.07.05 23:28:15.387739 [ 3 ] {71ba91cf-7412-4266-84b6-8a28e6556a5e} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
3778 | 2024.07.05 23:28:15.388057 [ 3 ] {71ba91cf-7412-4266-84b6-8a28e6556a5e} <Trace> oximeter.fields_u16 (45fa30f1-4b24-4248-82d1-beb821e1c8a3): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3779 | 2024.07.05 23:28:15.388207 [ 3 ] {71ba91cf-7412-4266-84b6-8a28e6556a5e} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001409 sec., 2838.8928317955997 rows/sec., 198.22 KiB/sec. | ||
3780 | 2024.07.05 23:28:15.388373 [ 3 ] {71ba91cf-7412-4266-84b6-8a28e6556a5e} <Debug> DynamicQueryHandler: Done processing query | ||
3781 | 2024.07.05 23:28:15.388397 [ 3 ] {71ba91cf-7412-4266-84b6-8a28e6556a5e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3782 | 2024.07.05 23:28:15.388414 [ 3 ] {} <Debug> HTTP-Session: 3aa91cf7-e747-4b27-923e-09e215935e9e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3783 | 2024.07.05 23:28:15.388530 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 13437, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3784 | 2024.07.05 23:28:15.388579 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3785 | 2024.07.05 23:28:15.388598 [ 3 ] {} <Debug> HTTP-Session: 752b4751-ca2c-40a7-8260-dc2002dafab3 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
3786 | 2024.07.05 23:28:15.388615 [ 3 ] {} <Debug> HTTP-Session: 752b4751-ca2c-40a7-8260-dc2002dafab3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3787 | 2024.07.05 23:28:15.388629 [ 3 ] {} <Debug> HTTP-Session: 752b4751-ca2c-40a7-8260-dc2002dafab3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3788 | 2024.07.05 23:28:15.388660 [ 3 ] {} <Trace> HTTP-Session: 752b4751-ca2c-40a7-8260-dc2002dafab3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3789 | 2024.07.05 23:28:15.388777 [ 3 ] {2355cac0-7eaa-4ecc-beb0-5402c22c37c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3790 | 2024.07.05 23:28:15.388821 [ 3 ] {2355cac0-7eaa-4ecc-beb0-5402c22c37c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3791 | 2024.07.05 23:28:15.388948 [ 3 ] {2355cac0-7eaa-4ecc-beb0-5402c22c37c4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3792 | 2024.07.05 23:28:15.389284 [ 3 ] {2355cac0-7eaa-4ecc-beb0-5402c22c37c4} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3793 | 2024.07.05 23:28:15.389321 [ 3 ] {2355cac0-7eaa-4ecc-beb0-5402c22c37c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
3794 | 2024.07.05 23:28:15.389632 [ 3 ] {2355cac0-7eaa-4ecc-beb0-5402c22c37c4} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
3795 | 2024.07.05 23:28:15.389932 [ 3 ] {2355cac0-7eaa-4ecc-beb0-5402c22c37c4} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3796 | 2024.07.05 23:28:15.390089 [ 3 ] {2355cac0-7eaa-4ecc-beb0-5402c22c37c4} <Debug> executeQuery: Read 79 rows, 6.32 KiB in 0.001345 sec., 58736.0594795539 rows/sec., 4.59 MiB/sec. | ||
3797 | 2024.07.05 23:28:15.390389 [ 3 ] {2355cac0-7eaa-4ecc-beb0-5402c22c37c4} <Debug> DynamicQueryHandler: Done processing query | ||
3798 | 2024.07.05 23:28:15.390414 [ 3 ] {2355cac0-7eaa-4ecc-beb0-5402c22c37c4} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
3799 | 2024.07.05 23:28:15.390431 [ 3 ] {} <Debug> HTTP-Session: 752b4751-ca2c-40a7-8260-dc2002dafab3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3800 | 2024.07.05 23:28:15.390599 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 31017, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3801 | 2024.07.05 23:28:15.390649 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3802 | 2024.07.05 23:28:15.390669 [ 3 ] {} <Debug> HTTP-Session: db65aa57-2a72-4348-9ddd-cfbc2edeb42b Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
3803 | 2024.07.05 23:28:15.390686 [ 3 ] {} <Debug> HTTP-Session: db65aa57-2a72-4348-9ddd-cfbc2edeb42b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3804 | 2024.07.05 23:28:15.390700 [ 3 ] {} <Debug> HTTP-Session: db65aa57-2a72-4348-9ddd-cfbc2edeb42b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3805 | 2024.07.05 23:28:15.390730 [ 3 ] {} <Trace> HTTP-Session: db65aa57-2a72-4348-9ddd-cfbc2edeb42b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3806 | 2024.07.05 23:28:15.390884 [ 3 ] {f5a302c9-52e8-4f0d-9cf3-b6731bec099c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3807 | 2024.07.05 23:28:15.390933 [ 3 ] {f5a302c9-52e8-4f0d-9cf3-b6731bec099c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3808 | 2024.07.05 23:28:15.391098 [ 3 ] {f5a302c9-52e8-4f0d-9cf3-b6731bec099c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3809 | 2024.07.05 23:28:15.391505 [ 3 ] {f5a302c9-52e8-4f0d-9cf3-b6731bec099c} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3810 | 2024.07.05 23:28:15.391540 [ 3 ] {f5a302c9-52e8-4f0d-9cf3-b6731bec099c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
3811 | 2024.07.05 23:28:15.391933 [ 3 ] {f5a302c9-52e8-4f0d-9cf3-b6731bec099c} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
3812 | 2024.07.05 23:28:15.392268 [ 3 ] {f5a302c9-52e8-4f0d-9cf3-b6731bec099c} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3813 | 2024.07.05 23:28:15.392425 [ 3 ] {f5a302c9-52e8-4f0d-9cf3-b6731bec099c} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001611 sec., 100558.6592178771 rows/sec., 7.00 MiB/sec. | ||
3814 | 2024.07.05 23:28:15.392742 [ 3 ] {f5a302c9-52e8-4f0d-9cf3-b6731bec099c} <Debug> DynamicQueryHandler: Done processing query | ||
3815 | 2024.07.05 23:28:15.392769 [ 3 ] {f5a302c9-52e8-4f0d-9cf3-b6731bec099c} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3816 | 2024.07.05 23:28:15.392785 [ 3 ] {} <Debug> HTTP-Session: db65aa57-2a72-4348-9ddd-cfbc2edeb42b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3817 | 2024.07.05 23:28:15.392912 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 17614, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3818 | 2024.07.05 23:28:15.392961 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3819 | 2024.07.05 23:28:15.392981 [ 3 ] {} <Debug> HTTP-Session: a49e669a-b007-4bc8-a7b6-132d6403601d Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
3820 | 2024.07.05 23:28:15.392998 [ 3 ] {} <Debug> HTTP-Session: a49e669a-b007-4bc8-a7b6-132d6403601d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3821 | 2024.07.05 23:28:15.393012 [ 3 ] {} <Debug> HTTP-Session: a49e669a-b007-4bc8-a7b6-132d6403601d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3822 | 2024.07.05 23:28:15.393043 [ 3 ] {} <Trace> HTTP-Session: a49e669a-b007-4bc8-a7b6-132d6403601d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3823 | 2024.07.05 23:28:15.393232 [ 3 ] {d7f21f8d-5c9d-4aaf-9e91-00ee33ed51b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3824 | 2024.07.05 23:28:15.393304 [ 3 ] {d7f21f8d-5c9d-4aaf-9e91-00ee33ed51b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
3825 | 2024.07.05 23:28:15.393720 [ 3 ] {d7f21f8d-5c9d-4aaf-9e91-00ee33ed51b6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3826 | 2024.07.05 23:28:15.394261 [ 3 ] {d7f21f8d-5c9d-4aaf-9e91-00ee33ed51b6} <Trace> oximeter.measurements_histogramf64 (3a521290-854b-45c9-817a-bf8e30cab779): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3827 | 2024.07.05 23:28:15.394297 [ 3 ] {d7f21f8d-5c9d-4aaf-9e91-00ee33ed51b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
3828 | 2024.07.05 23:28:15.394895 [ 3 ] {d7f21f8d-5c9d-4aaf-9e91-00ee33ed51b6} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
3829 | 2024.07.05 23:28:15.395310 [ 3 ] {d7f21f8d-5c9d-4aaf-9e91-00ee33ed51b6} <Trace> oximeter.measurements_histogramf64 (3a521290-854b-45c9-817a-bf8e30cab779): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3830 | 2024.07.05 23:28:15.395485 [ 3 ] {d7f21f8d-5c9d-4aaf-9e91-00ee33ed51b6} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002365 sec., 4651.162790697675 rows/sec., 8.33 MiB/sec. | ||
3831 | 2024.07.05 23:28:15.395701 [ 3 ] {d7f21f8d-5c9d-4aaf-9e91-00ee33ed51b6} <Debug> DynamicQueryHandler: Done processing query | ||
3832 | 2024.07.05 23:28:15.395726 [ 3 ] {d7f21f8d-5c9d-4aaf-9e91-00ee33ed51b6} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
3833 | 2024.07.05 23:28:15.395742 [ 3 ] {} <Debug> HTTP-Session: a49e669a-b007-4bc8-a7b6-132d6403601d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3834 | 2024.07.05 23:28:15.395870 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3835 | 2024.07.05 23:28:15.395919 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3836 | 2024.07.05 23:28:15.395939 [ 3 ] {} <Debug> HTTP-Session: 4568039a-4b40-4902-8758-2e8c0c9ddbb2 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
3837 | 2024.07.05 23:28:15.395956 [ 3 ] {} <Debug> HTTP-Session: 4568039a-4b40-4902-8758-2e8c0c9ddbb2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3838 | 2024.07.05 23:28:15.395970 [ 3 ] {} <Debug> HTTP-Session: 4568039a-4b40-4902-8758-2e8c0c9ddbb2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3839 | 2024.07.05 23:28:15.396003 [ 3 ] {} <Trace> HTTP-Session: 4568039a-4b40-4902-8758-2e8c0c9ddbb2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3840 | 2024.07.05 23:28:15.396130 [ 3 ] {a181388d-3e33-483d-90b5-b7ee8bc905a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3841 | 2024.07.05 23:28:15.396175 [ 3 ] {a181388d-3e33-483d-90b5-b7ee8bc905a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3842 | 2024.07.05 23:28:15.396302 [ 3 ] {a181388d-3e33-483d-90b5-b7ee8bc905a7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3843 | 2024.07.05 23:28:15.396664 [ 3 ] {a181388d-3e33-483d-90b5-b7ee8bc905a7} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3844 | 2024.07.05 23:28:15.396699 [ 3 ] {a181388d-3e33-483d-90b5-b7ee8bc905a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
3845 | 2024.07.05 23:28:15.397070 [ 3 ] {a181388d-3e33-483d-90b5-b7ee8bc905a7} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
3846 | 2024.07.05 23:28:15.397391 [ 3 ] {a181388d-3e33-483d-90b5-b7ee8bc905a7} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3847 | 2024.07.05 23:28:15.397548 [ 3 ] {a181388d-3e33-483d-90b5-b7ee8bc905a7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001463 sec., 41011.619958988376 rows/sec., 2.76 MiB/sec. | ||
3848 | 2024.07.05 23:28:15.397852 [ 3 ] {a181388d-3e33-483d-90b5-b7ee8bc905a7} <Debug> DynamicQueryHandler: Done processing query | ||
3849 | 2024.07.05 23:28:15.397888 [ 3 ] {a181388d-3e33-483d-90b5-b7ee8bc905a7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3850 | 2024.07.05 23:28:15.397908 [ 3 ] {} <Debug> HTTP-Session: 4568039a-4b40-4902-8758-2e8c0c9ddbb2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3851 | 2024.07.05 23:28:20.382513 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 3207, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3852 | 2024.07.05 23:28:20.382662 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3853 | 2024.07.05 23:28:20.382694 [ 3 ] {} <Debug> HTTP-Session: eaa858d0-0b62-4def-a307-9398b8cb2444 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
3854 | 2024.07.05 23:28:20.382722 [ 3 ] {} <Debug> HTTP-Session: eaa858d0-0b62-4def-a307-9398b8cb2444 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3855 | 2024.07.05 23:28:20.382739 [ 3 ] {} <Debug> HTTP-Session: eaa858d0-0b62-4def-a307-9398b8cb2444 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3856 | 2024.07.05 23:28:20.382795 [ 3 ] {} <Trace> HTTP-Session: eaa858d0-0b62-4def-a307-9398b8cb2444 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3857 | 2024.07.05 23:28:20.383008 [ 3 ] {f7d7fe59-7f0b-4e01-9e91-b63ba7c0209a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3858 | 2024.07.05 23:28:20.383085 [ 3 ] {f7d7fe59-7f0b-4e01-9e91-b63ba7c0209a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3859 | 2024.07.05 23:28:20.383305 [ 3 ] {f7d7fe59-7f0b-4e01-9e91-b63ba7c0209a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3860 | 2024.07.05 23:28:20.383775 [ 3 ] {f7d7fe59-7f0b-4e01-9e91-b63ba7c0209a} <Trace> oximeter.fields_i64 (90cc20bc-62f3-4585-81bd-da47c52ed55a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3861 | 2024.07.05 23:28:20.383824 [ 3 ] {f7d7fe59-7f0b-4e01-9e91-b63ba7c0209a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
3862 | 2024.07.05 23:28:20.384205 [ 3 ] {f7d7fe59-7f0b-4e01-9e91-b63ba7c0209a} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3863 | 2024.07.05 23:28:20.384558 [ 3 ] {f7d7fe59-7f0b-4e01-9e91-b63ba7c0209a} <Trace> oximeter.fields_i64 (90cc20bc-62f3-4585-81bd-da47c52ed55a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3864 | 2024.07.05 23:28:20.384740 [ 3 ] {f7d7fe59-7f0b-4e01-9e91-b63ba7c0209a} <Debug> executeQuery: Read 22 rows, 1.78 KiB in 0.001791 sec., 12283.640424343941 rows/sec., 995.65 KiB/sec. | ||
3865 | 2024.07.05 23:28:20.384992 [ 3 ] {f7d7fe59-7f0b-4e01-9e91-b63ba7c0209a} <Debug> DynamicQueryHandler: Done processing query | ||
3866 | 2024.07.05 23:28:20.385022 [ 3 ] {f7d7fe59-7f0b-4e01-9e91-b63ba7c0209a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3867 | 2024.07.05 23:28:20.385039 [ 3 ] {} <Debug> HTTP-Session: eaa858d0-0b62-4def-a307-9398b8cb2444 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3868 | 2024.07.05 23:28:20.385207 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3869 | 2024.07.05 23:28:20.385267 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3870 | 2024.07.05 23:28:20.385287 [ 3 ] {} <Debug> HTTP-Session: e0be702b-6dd3-4177-a731-e7adce6e130f Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
3871 | 2024.07.05 23:28:20.385306 [ 3 ] {} <Debug> HTTP-Session: e0be702b-6dd3-4177-a731-e7adce6e130f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3872 | 2024.07.05 23:28:20.385319 [ 3 ] {} <Debug> HTTP-Session: e0be702b-6dd3-4177-a731-e7adce6e130f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3873 | 2024.07.05 23:28:20.385355 [ 3 ] {} <Trace> HTTP-Session: e0be702b-6dd3-4177-a731-e7adce6e130f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3874 | 2024.07.05 23:28:20.385464 [ 3 ] {c51c22b4-19b7-4a6d-8e7a-b5cb7113b83d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
3875 | 2024.07.05 23:28:20.385512 [ 3 ] {c51c22b4-19b7-4a6d-8e7a-b5cb7113b83d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3876 | 2024.07.05 23:28:20.385648 [ 3 ] {c51c22b4-19b7-4a6d-8e7a-b5cb7113b83d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3877 | 2024.07.05 23:28:20.385961 [ 3 ] {c51c22b4-19b7-4a6d-8e7a-b5cb7113b83d} <Trace> oximeter.fields_ipaddr (621c09d4-afcc-4919-9877-59c96fa833d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3878 | 2024.07.05 23:28:20.385998 [ 3 ] {c51c22b4-19b7-4a6d-8e7a-b5cb7113b83d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
3879 | 2024.07.05 23:28:20.386310 [ 3 ] {c51c22b4-19b7-4a6d-8e7a-b5cb7113b83d} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
3880 | 2024.07.05 23:28:20.386628 [ 3 ] {c51c22b4-19b7-4a6d-8e7a-b5cb7113b83d} <Trace> oximeter.fields_ipaddr (621c09d4-afcc-4919-9877-59c96fa833d8): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3881 | 2024.07.05 23:28:20.386797 [ 3 ] {c51c22b4-19b7-4a6d-8e7a-b5cb7113b83d} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001353 sec., 1478.1966001478197 rows/sec., 120.54 KiB/sec. | ||
3882 | 2024.07.05 23:28:20.387117 [ 3 ] {c51c22b4-19b7-4a6d-8e7a-b5cb7113b83d} <Debug> DynamicQueryHandler: Done processing query | ||
3883 | 2024.07.05 23:28:20.387144 [ 3 ] {c51c22b4-19b7-4a6d-8e7a-b5cb7113b83d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3884 | 2024.07.05 23:28:20.387160 [ 3 ] {} <Debug> HTTP-Session: e0be702b-6dd3-4177-a731-e7adce6e130f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3885 | 2024.07.05 23:28:20.387325 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 22817, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3886 | 2024.07.05 23:28:20.387379 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3887 | 2024.07.05 23:28:20.387399 [ 3 ] {} <Debug> HTTP-Session: 09d84cb6-5a7a-4914-8d8c-f21dba538ab9 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
3888 | 2024.07.05 23:28:20.387417 [ 3 ] {} <Debug> HTTP-Session: 09d84cb6-5a7a-4914-8d8c-f21dba538ab9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3889 | 2024.07.05 23:28:20.387431 [ 3 ] {} <Debug> HTTP-Session: 09d84cb6-5a7a-4914-8d8c-f21dba538ab9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3890 | 2024.07.05 23:28:20.387463 [ 3 ] {} <Trace> HTTP-Session: 09d84cb6-5a7a-4914-8d8c-f21dba538ab9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3891 | 2024.07.05 23:28:20.387614 [ 3 ] {d9fcba51-6b3b-4627-835f-ff67d7eb9215} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3892 | 2024.07.05 23:28:20.387660 [ 3 ] {d9fcba51-6b3b-4627-835f-ff67d7eb9215} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3893 | 2024.07.05 23:28:20.387812 [ 3 ] {d9fcba51-6b3b-4627-835f-ff67d7eb9215} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3894 | 2024.07.05 23:28:20.388272 [ 3 ] {d9fcba51-6b3b-4627-835f-ff67d7eb9215} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3895 | 2024.07.05 23:28:20.388312 [ 3 ] {d9fcba51-6b3b-4627-835f-ff67d7eb9215} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
3896 | 2024.07.05 23:28:20.388662 [ 3 ] {d9fcba51-6b3b-4627-835f-ff67d7eb9215} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
3897 | 2024.07.05 23:28:20.388974 [ 3 ] {d9fcba51-6b3b-4627-835f-ff67d7eb9215} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3898 | 2024.07.05 23:28:20.389134 [ 3 ] {d9fcba51-6b3b-4627-835f-ff67d7eb9215} <Debug> executeQuery: Read 159 rows, 13.15 KiB in 0.001588 sec., 100125.94458438287 rows/sec., 8.09 MiB/sec. | ||
3899 | 2024.07.05 23:28:20.389465 [ 3 ] {d9fcba51-6b3b-4627-835f-ff67d7eb9215} <Debug> DynamicQueryHandler: Done processing query | ||
3900 | 2024.07.05 23:28:20.389494 [ 3 ] {d9fcba51-6b3b-4627-835f-ff67d7eb9215} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
3901 | 2024.07.05 23:28:20.389510 [ 3 ] {} <Debug> HTTP-Session: 09d84cb6-5a7a-4914-8d8c-f21dba538ab9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3902 | 2024.07.05 23:28:20.389646 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3903 | 2024.07.05 23:28:20.389699 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3904 | 2024.07.05 23:28:20.389718 [ 3 ] {} <Debug> HTTP-Session: 447f6c8b-3ffb-42bf-9871-5cb6e5e5c03d Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
3905 | 2024.07.05 23:28:20.389735 [ 3 ] {} <Debug> HTTP-Session: 447f6c8b-3ffb-42bf-9871-5cb6e5e5c03d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3906 | 2024.07.05 23:28:20.389749 [ 3 ] {} <Debug> HTTP-Session: 447f6c8b-3ffb-42bf-9871-5cb6e5e5c03d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3907 | 2024.07.05 23:28:20.389780 [ 3 ] {} <Trace> HTTP-Session: 447f6c8b-3ffb-42bf-9871-5cb6e5e5c03d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3908 | 2024.07.05 23:28:20.389879 [ 3 ] {59cb2e32-74fa-4c98-8c46-854300341c58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3909 | 2024.07.05 23:28:20.389925 [ 3 ] {59cb2e32-74fa-4c98-8c46-854300341c58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3910 | 2024.07.05 23:28:20.390075 [ 3 ] {59cb2e32-74fa-4c98-8c46-854300341c58} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3911 | 2024.07.05 23:28:20.390426 [ 3 ] {59cb2e32-74fa-4c98-8c46-854300341c58} <Trace> oximeter.fields_u16 (45fa30f1-4b24-4248-82d1-beb821e1c8a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3912 | 2024.07.05 23:28:20.390485 [ 3 ] {59cb2e32-74fa-4c98-8c46-854300341c58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
3913 | 2024.07.05 23:28:20.390808 [ 3 ] {59cb2e32-74fa-4c98-8c46-854300341c58} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
3914 | 2024.07.05 23:28:20.391131 [ 3 ] {59cb2e32-74fa-4c98-8c46-854300341c58} <Trace> oximeter.fields_u16 (45fa30f1-4b24-4248-82d1-beb821e1c8a3): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3915 | 2024.07.05 23:28:20.391254 [ 3 ] {59cb2e32-74fa-4c98-8c46-854300341c58} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.0014 sec., 1428.5714285714287 rows/sec., 99.75 KiB/sec. | ||
3916 | 2024.07.05 23:28:20.391444 [ 3 ] {59cb2e32-74fa-4c98-8c46-854300341c58} <Debug> DynamicQueryHandler: Done processing query | ||
3917 | 2024.07.05 23:28:20.391469 [ 3 ] {59cb2e32-74fa-4c98-8c46-854300341c58} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3918 | 2024.07.05 23:28:20.391486 [ 3 ] {} <Debug> HTTP-Session: 447f6c8b-3ffb-42bf-9871-5cb6e5e5c03d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3919 | 2024.07.05 23:28:20.391638 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 18997, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3920 | 2024.07.05 23:28:20.391690 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3921 | 2024.07.05 23:28:20.391709 [ 3 ] {} <Debug> HTTP-Session: 766ed58c-5125-44d9-9b25-3f1cd9bed335 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
3922 | 2024.07.05 23:28:20.391726 [ 3 ] {} <Debug> HTTP-Session: 766ed58c-5125-44d9-9b25-3f1cd9bed335 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3923 | 2024.07.05 23:28:20.391740 [ 3 ] {} <Debug> HTTP-Session: 766ed58c-5125-44d9-9b25-3f1cd9bed335 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3924 | 2024.07.05 23:28:20.391772 [ 3 ] {} <Trace> HTTP-Session: 766ed58c-5125-44d9-9b25-3f1cd9bed335 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3925 | 2024.07.05 23:28:20.391901 [ 3 ] {47e87538-b934-4271-abba-73711e6c1c47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3926 | 2024.07.05 23:28:20.391943 [ 3 ] {47e87538-b934-4271-abba-73711e6c1c47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3927 | 2024.07.05 23:28:20.392069 [ 3 ] {47e87538-b934-4271-abba-73711e6c1c47} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3928 | 2024.07.05 23:28:20.392446 [ 3 ] {47e87538-b934-4271-abba-73711e6c1c47} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3929 | 2024.07.05 23:28:20.392481 [ 3 ] {47e87538-b934-4271-abba-73711e6c1c47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
3930 | 2024.07.05 23:28:20.392788 [ 3 ] {47e87538-b934-4271-abba-73711e6c1c47} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
3931 | 2024.07.05 23:28:20.393097 [ 3 ] {47e87538-b934-4271-abba-73711e6c1c47} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3932 | 2024.07.05 23:28:20.393219 [ 3 ] {47e87538-b934-4271-abba-73711e6c1c47} <Debug> executeQuery: Read 112 rows, 8.94 KiB in 0.001374 sec., 81513.82823871907 rows/sec., 6.35 MiB/sec. | ||
3933 | 2024.07.05 23:28:20.393397 [ 3 ] {47e87538-b934-4271-abba-73711e6c1c47} <Debug> DynamicQueryHandler: Done processing query | ||
3934 | 2024.07.05 23:28:20.393422 [ 3 ] {47e87538-b934-4271-abba-73711e6c1c47} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3935 | 2024.07.05 23:28:20.393439 [ 3 ] {} <Debug> HTTP-Session: 766ed58c-5125-44d9-9b25-3f1cd9bed335 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3936 | 2024.07.05 23:28:20.393646 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 37792, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3937 | 2024.07.05 23:28:20.393695 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3938 | 2024.07.05 23:28:20.393714 [ 3 ] {} <Debug> HTTP-Session: 9659221c-8341-495b-aa5e-589477a16196 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
3939 | 2024.07.05 23:28:20.393731 [ 3 ] {} <Debug> HTTP-Session: 9659221c-8341-495b-aa5e-589477a16196 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3940 | 2024.07.05 23:28:20.393745 [ 3 ] {} <Debug> HTTP-Session: 9659221c-8341-495b-aa5e-589477a16196 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3941 | 2024.07.05 23:28:20.393775 [ 3 ] {} <Trace> HTTP-Session: 9659221c-8341-495b-aa5e-589477a16196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3942 | 2024.07.05 23:28:20.393953 [ 3 ] {09f99ed8-120e-4f6b-8abb-1f652d060338} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3943 | 2024.07.05 23:28:20.394006 [ 3 ] {09f99ed8-120e-4f6b-8abb-1f652d060338} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3944 | 2024.07.05 23:28:20.394147 [ 3 ] {09f99ed8-120e-4f6b-8abb-1f652d060338} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3945 | 2024.07.05 23:28:20.394560 [ 3 ] {09f99ed8-120e-4f6b-8abb-1f652d060338} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3946 | 2024.07.05 23:28:20.394595 [ 3 ] {09f99ed8-120e-4f6b-8abb-1f652d060338} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
3947 | 2024.07.05 23:28:20.394986 [ 3 ] {09f99ed8-120e-4f6b-8abb-1f652d060338} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
3948 | 2024.07.05 23:28:20.395316 [ 3 ] {09f99ed8-120e-4f6b-8abb-1f652d060338} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3949 | 2024.07.05 23:28:20.395444 [ 3 ] {09f99ed8-120e-4f6b-8abb-1f652d060338} <Debug> executeQuery: Read 197 rows, 14.08 KiB in 0.001581 sec., 124604.68058191019 rows/sec., 8.70 MiB/sec. | ||
3950 | 2024.07.05 23:28:20.395790 [ 3 ] {09f99ed8-120e-4f6b-8abb-1f652d060338} <Debug> DynamicQueryHandler: Done processing query | ||
3951 | 2024.07.05 23:28:20.395817 [ 3 ] {09f99ed8-120e-4f6b-8abb-1f652d060338} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
3952 | 2024.07.05 23:28:20.395833 [ 3 ] {} <Debug> HTTP-Session: 9659221c-8341-495b-aa5e-589477a16196 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3953 | 2024.07.05 23:28:20.396023 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 35365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3954 | 2024.07.05 23:28:20.396072 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3955 | 2024.07.05 23:28:20.396091 [ 3 ] {} <Debug> HTTP-Session: b6ed6c9b-ba67-4bd3-8a67-5ed7ac0194a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
3956 | 2024.07.05 23:28:20.396107 [ 3 ] {} <Debug> HTTP-Session: b6ed6c9b-ba67-4bd3-8a67-5ed7ac0194a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3957 | 2024.07.05 23:28:20.396121 [ 3 ] {} <Debug> HTTP-Session: b6ed6c9b-ba67-4bd3-8a67-5ed7ac0194a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3958 | 2024.07.05 23:28:20.396152 [ 3 ] {} <Trace> HTTP-Session: b6ed6c9b-ba67-4bd3-8a67-5ed7ac0194a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3959 | 2024.07.05 23:28:20.396412 [ 3 ] {4036f7b5-f21a-48b4-b655-7b00527613ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3960 | 2024.07.05 23:28:20.396484 [ 3 ] {4036f7b5-f21a-48b4-b655-7b00527613ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
3961 | 2024.07.05 23:28:20.396910 [ 3 ] {4036f7b5-f21a-48b4-b655-7b00527613ab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3962 | 2024.07.05 23:28:20.397545 [ 3 ] {4036f7b5-f21a-48b4-b655-7b00527613ab} <Trace> oximeter.measurements_histogramf64 (3a521290-854b-45c9-817a-bf8e30cab779): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3963 | 2024.07.05 23:28:20.397579 [ 3 ] {4036f7b5-f21a-48b4-b655-7b00527613ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
3964 | 2024.07.05 23:28:20.398193 [ 3 ] {4036f7b5-f21a-48b4-b655-7b00527613ab} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3965 | 2024.07.05 23:28:20.398596 [ 3 ] {4036f7b5-f21a-48b4-b655-7b00527613ab} <Trace> oximeter.measurements_histogramf64 (3a521290-854b-45c9-817a-bf8e30cab779): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3966 | 2024.07.05 23:28:20.398751 [ 3 ] {4036f7b5-f21a-48b4-b655-7b00527613ab} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.002504 sec., 8785.942492012779 rows/sec., 15.74 MiB/sec. | ||
3967 | 2024.07.05 23:28:20.399271 [ 3 ] {4036f7b5-f21a-48b4-b655-7b00527613ab} <Debug> DynamicQueryHandler: Done processing query | ||
3968 | 2024.07.05 23:28:20.399298 [ 3 ] {4036f7b5-f21a-48b4-b655-7b00527613ab} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
3969 | 2024.07.05 23:28:20.399314 [ 3 ] {} <Debug> HTTP-Session: b6ed6c9b-ba67-4bd3-8a67-5ed7ac0194a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3970 | 2024.07.05 23:28:20.399445 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3971 | 2024.07.05 23:28:20.399494 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3972 | 2024.07.05 23:28:20.399513 [ 3 ] {} <Debug> HTTP-Session: 0bd07791-ef2e-4350-8240-6c70016e5a88 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
3973 | 2024.07.05 23:28:20.399529 [ 3 ] {} <Debug> HTTP-Session: 0bd07791-ef2e-4350-8240-6c70016e5a88 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3974 | 2024.07.05 23:28:20.399542 [ 3 ] {} <Debug> HTTP-Session: 0bd07791-ef2e-4350-8240-6c70016e5a88 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3975 | 2024.07.05 23:28:20.399573 [ 3 ] {} <Trace> HTTP-Session: 0bd07791-ef2e-4350-8240-6c70016e5a88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3976 | 2024.07.05 23:28:20.399697 [ 3 ] {782cfbcb-3df9-4dcb-b35f-f186d99b2240} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3977 | 2024.07.05 23:28:20.399742 [ 3 ] {782cfbcb-3df9-4dcb-b35f-f186d99b2240} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3978 | 2024.07.05 23:28:20.399885 [ 3 ] {782cfbcb-3df9-4dcb-b35f-f186d99b2240} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3979 | 2024.07.05 23:28:20.400197 [ 3 ] {782cfbcb-3df9-4dcb-b35f-f186d99b2240} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3980 | 2024.07.05 23:28:20.400232 [ 3 ] {782cfbcb-3df9-4dcb-b35f-f186d99b2240} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
3981 | 2024.07.05 23:28:20.400589 [ 3 ] {782cfbcb-3df9-4dcb-b35f-f186d99b2240} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
3982 | 2024.07.05 23:28:20.400917 [ 3 ] {782cfbcb-3df9-4dcb-b35f-f186d99b2240} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3983 | 2024.07.05 23:28:20.401048 [ 3 ] {782cfbcb-3df9-4dcb-b35f-f186d99b2240} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001402 sec., 42796.00570613409 rows/sec., 2.88 MiB/sec. | ||
3984 | 2024.07.05 23:28:20.401225 [ 3 ] {782cfbcb-3df9-4dcb-b35f-f186d99b2240} <Debug> DynamicQueryHandler: Done processing query | ||
3985 | 2024.07.05 23:28:20.401251 [ 3 ] {782cfbcb-3df9-4dcb-b35f-f186d99b2240} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3986 | 2024.07.05 23:28:20.401267 [ 3 ] {} <Debug> HTTP-Session: 0bd07791-ef2e-4350-8240-6c70016e5a88 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3987 | 2024.07.05 23:28:25.379902 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 1632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3988 | 2024.07.05 23:28:25.380096 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3989 | 2024.07.05 23:28:25.380143 [ 3 ] {} <Debug> HTTP-Session: f45943de-9148-4157-94ff-9fc4b4678117 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
3990 | 2024.07.05 23:28:25.380186 [ 3 ] {} <Debug> HTTP-Session: f45943de-9148-4157-94ff-9fc4b4678117 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3991 | 2024.07.05 23:28:25.380215 [ 3 ] {} <Debug> HTTP-Session: f45943de-9148-4157-94ff-9fc4b4678117 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3992 | 2024.07.05 23:28:25.380296 [ 3 ] {} <Trace> HTTP-Session: f45943de-9148-4157-94ff-9fc4b4678117 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3993 | 2024.07.05 23:28:25.380580 [ 3 ] {a803022c-f17b-438d-93e4-c0e835e8a987} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3994 | 2024.07.05 23:28:25.380675 [ 3 ] {a803022c-f17b-438d-93e4-c0e835e8a987} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3995 | 2024.07.05 23:28:25.380867 [ 3 ] {a803022c-f17b-438d-93e4-c0e835e8a987} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3996 | 2024.07.05 23:28:25.381349 [ 3 ] {a803022c-f17b-438d-93e4-c0e835e8a987} <Trace> oximeter.fields_i64 (90cc20bc-62f3-4585-81bd-da47c52ed55a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3997 | 2024.07.05 23:28:25.381394 [ 3 ] {a803022c-f17b-438d-93e4-c0e835e8a987} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
3998 | 2024.07.05 23:28:25.381757 [ 3 ] {a803022c-f17b-438d-93e4-c0e835e8a987} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3999 | 2024.07.05 23:28:25.382094 [ 3 ] {a803022c-f17b-438d-93e4-c0e835e8a987} <Trace> oximeter.fields_i64 (90cc20bc-62f3-4585-81bd-da47c52ed55a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4000 | 2024.07.05 23:28:25.382249 [ 3 ] {a803022c-f17b-438d-93e4-c0e835e8a987} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.001759 sec., 6253.553155201819 rows/sec., 506.88 KiB/sec. | ||
4001 | 2024.07.05 23:28:25.382490 [ 3 ] {a803022c-f17b-438d-93e4-c0e835e8a987} <Debug> DynamicQueryHandler: Done processing query | ||
4002 | 2024.07.05 23:28:25.382519 [ 3 ] {a803022c-f17b-438d-93e4-c0e835e8a987} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4003 | 2024.07.05 23:28:25.382536 [ 3 ] {} <Debug> HTTP-Session: f45943de-9148-4157-94ff-9fc4b4678117 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4004 | 2024.07.05 23:28:25.382707 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4005 | 2024.07.05 23:28:25.382764 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4006 | 2024.07.05 23:28:25.382784 [ 3 ] {} <Debug> HTTP-Session: 3ff6068b-4c0b-4b33-b0f3-3c56b02a85e4 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
4007 | 2024.07.05 23:28:25.382804 [ 3 ] {} <Debug> HTTP-Session: 3ff6068b-4c0b-4b33-b0f3-3c56b02a85e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4008 | 2024.07.05 23:28:25.382819 [ 3 ] {} <Debug> HTTP-Session: 3ff6068b-4c0b-4b33-b0f3-3c56b02a85e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4009 | 2024.07.05 23:28:25.382853 [ 3 ] {} <Trace> HTTP-Session: 3ff6068b-4c0b-4b33-b0f3-3c56b02a85e4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4010 | 2024.07.05 23:28:25.382958 [ 3 ] {4a9e0f23-037c-4bd0-88aa-505d0a3adead} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
4011 | 2024.07.05 23:28:25.383006 [ 3 ] {4a9e0f23-037c-4bd0-88aa-505d0a3adead} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4012 | 2024.07.05 23:28:25.383141 [ 3 ] {4a9e0f23-037c-4bd0-88aa-505d0a3adead} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4013 | 2024.07.05 23:28:25.383452 [ 3 ] {4a9e0f23-037c-4bd0-88aa-505d0a3adead} <Trace> oximeter.fields_ipaddr (621c09d4-afcc-4919-9877-59c96fa833d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4014 | 2024.07.05 23:28:25.383492 [ 3 ] {4a9e0f23-037c-4bd0-88aa-505d0a3adead} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
4015 | 2024.07.05 23:28:25.383790 [ 3 ] {4a9e0f23-037c-4bd0-88aa-505d0a3adead} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
4016 | 2024.07.05 23:28:25.384086 [ 3 ] {4a9e0f23-037c-4bd0-88aa-505d0a3adead} <Trace> oximeter.fields_ipaddr (621c09d4-afcc-4919-9877-59c96fa833d8): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4017 | 2024.07.05 23:28:25.384246 [ 3 ] {4a9e0f23-037c-4bd0-88aa-505d0a3adead} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001312 sec., 1524.390243902439 rows/sec., 124.30 KiB/sec. | ||
4018 | 2024.07.05 23:28:25.384421 [ 3 ] {4a9e0f23-037c-4bd0-88aa-505d0a3adead} <Debug> DynamicQueryHandler: Done processing query | ||
4019 | 2024.07.05 23:28:25.384448 [ 3 ] {4a9e0f23-037c-4bd0-88aa-505d0a3adead} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4020 | 2024.07.05 23:28:25.384464 [ 3 ] {} <Debug> HTTP-Session: 3ff6068b-4c0b-4b33-b0f3-3c56b02a85e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4021 | 2024.07.05 23:28:25.384602 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 12937, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4022 | 2024.07.05 23:28:25.384651 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4023 | 2024.07.05 23:28:25.384670 [ 3 ] {} <Debug> HTTP-Session: 8ffeb7f2-cafa-45bf-9191-26aff5391cb6 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
4024 | 2024.07.05 23:28:25.384687 [ 3 ] {} <Debug> HTTP-Session: 8ffeb7f2-cafa-45bf-9191-26aff5391cb6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4025 | 2024.07.05 23:28:25.384701 [ 3 ] {} <Debug> HTTP-Session: 8ffeb7f2-cafa-45bf-9191-26aff5391cb6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4026 | 2024.07.05 23:28:25.384733 [ 3 ] {} <Trace> HTTP-Session: 8ffeb7f2-cafa-45bf-9191-26aff5391cb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4027 | 2024.07.05 23:28:25.384855 [ 3 ] {00aa9b94-0b4a-4db8-89b3-e10f0fff6b4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4028 | 2024.07.05 23:28:25.384899 [ 3 ] {00aa9b94-0b4a-4db8-89b3-e10f0fff6b4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4029 | 2024.07.05 23:28:25.385031 [ 3 ] {00aa9b94-0b4a-4db8-89b3-e10f0fff6b4b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4030 | 2024.07.05 23:28:25.385387 [ 3 ] {00aa9b94-0b4a-4db8-89b3-e10f0fff6b4b} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4031 | 2024.07.05 23:28:25.385424 [ 3 ] {00aa9b94-0b4a-4db8-89b3-e10f0fff6b4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
4032 | 2024.07.05 23:28:25.385747 [ 3 ] {00aa9b94-0b4a-4db8-89b3-e10f0fff6b4b} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
4033 | 2024.07.05 23:28:25.386047 [ 3 ] {00aa9b94-0b4a-4db8-89b3-e10f0fff6b4b} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4034 | 2024.07.05 23:28:25.386207 [ 3 ] {00aa9b94-0b4a-4db8-89b3-e10f0fff6b4b} <Debug> executeQuery: Read 90 rows, 7.44 KiB in 0.001392 sec., 64655.1724137931 rows/sec., 5.22 MiB/sec. | ||
4035 | 2024.07.05 23:28:25.386386 [ 3 ] {00aa9b94-0b4a-4db8-89b3-e10f0fff6b4b} <Debug> DynamicQueryHandler: Done processing query | ||
4036 | 2024.07.05 23:28:25.386412 [ 3 ] {00aa9b94-0b4a-4db8-89b3-e10f0fff6b4b} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
4037 | 2024.07.05 23:28:25.386428 [ 3 ] {} <Debug> HTTP-Session: 8ffeb7f2-cafa-45bf-9191-26aff5391cb6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4038 | 2024.07.05 23:28:25.386546 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4039 | 2024.07.05 23:28:25.386595 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4040 | 2024.07.05 23:28:25.386614 [ 3 ] {} <Debug> HTTP-Session: d3bdfc3d-a74f-42cc-835a-7cf629810514 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
4041 | 2024.07.05 23:28:25.386632 [ 3 ] {} <Debug> HTTP-Session: d3bdfc3d-a74f-42cc-835a-7cf629810514 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4042 | 2024.07.05 23:28:25.386646 [ 3 ] {} <Debug> HTTP-Session: d3bdfc3d-a74f-42cc-835a-7cf629810514 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4043 | 2024.07.05 23:28:25.386676 [ 3 ] {} <Trace> HTTP-Session: d3bdfc3d-a74f-42cc-835a-7cf629810514 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4044 | 2024.07.05 23:28:25.386770 [ 3 ] {b1a827b3-8eed-4ee1-bdf4-6e576d48a497} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4045 | 2024.07.05 23:28:25.386813 [ 3 ] {b1a827b3-8eed-4ee1-bdf4-6e576d48a497} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4046 | 2024.07.05 23:28:25.386941 [ 3 ] {b1a827b3-8eed-4ee1-bdf4-6e576d48a497} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4047 | 2024.07.05 23:28:25.387206 [ 3 ] {b1a827b3-8eed-4ee1-bdf4-6e576d48a497} <Trace> oximeter.fields_u16 (45fa30f1-4b24-4248-82d1-beb821e1c8a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4048 | 2024.07.05 23:28:25.387242 [ 3 ] {b1a827b3-8eed-4ee1-bdf4-6e576d48a497} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
4049 | 2024.07.05 23:28:25.387532 [ 3 ] {b1a827b3-8eed-4ee1-bdf4-6e576d48a497} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
4050 | 2024.07.05 23:28:25.387827 [ 3 ] {b1a827b3-8eed-4ee1-bdf4-6e576d48a497} <Trace> oximeter.fields_u16 (45fa30f1-4b24-4248-82d1-beb821e1c8a3): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4051 | 2024.07.05 23:28:25.387981 [ 3 ] {b1a827b3-8eed-4ee1-bdf4-6e576d48a497} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001228 sec., 1628.6644951140065 rows/sec., 113.72 KiB/sec. | ||
4052 | 2024.07.05 23:28:25.388248 [ 3 ] {b1a827b3-8eed-4ee1-bdf4-6e576d48a497} <Debug> DynamicQueryHandler: Done processing query | ||
4053 | 2024.07.05 23:28:25.388274 [ 3 ] {b1a827b3-8eed-4ee1-bdf4-6e576d48a497} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4054 | 2024.07.05 23:28:25.388290 [ 3 ] {} <Debug> HTTP-Session: d3bdfc3d-a74f-42cc-835a-7cf629810514 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4055 | 2024.07.05 23:28:25.388412 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 13092, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4056 | 2024.07.05 23:28:25.388460 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4057 | 2024.07.05 23:28:25.388479 [ 3 ] {} <Debug> HTTP-Session: cf0c581f-e92e-4ca2-b2ac-a8de32493d03 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
4058 | 2024.07.05 23:28:25.388496 [ 3 ] {} <Debug> HTTP-Session: cf0c581f-e92e-4ca2-b2ac-a8de32493d03 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4059 | 2024.07.05 23:28:25.388510 [ 3 ] {} <Debug> HTTP-Session: cf0c581f-e92e-4ca2-b2ac-a8de32493d03 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4060 | 2024.07.05 23:28:25.388540 [ 3 ] {} <Trace> HTTP-Session: cf0c581f-e92e-4ca2-b2ac-a8de32493d03 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4061 | 2024.07.05 23:28:25.388664 [ 3 ] {6a474747-99e7-4e1e-ada3-508fc30ec36f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4062 | 2024.07.05 23:28:25.388708 [ 3 ] {6a474747-99e7-4e1e-ada3-508fc30ec36f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4063 | 2024.07.05 23:28:25.388855 [ 3 ] {6a474747-99e7-4e1e-ada3-508fc30ec36f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4064 | 2024.07.05 23:28:25.389235 [ 3 ] {6a474747-99e7-4e1e-ada3-508fc30ec36f} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4065 | 2024.07.05 23:28:25.389272 [ 3 ] {6a474747-99e7-4e1e-ada3-508fc30ec36f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
4066 | 2024.07.05 23:28:25.389584 [ 3 ] {6a474747-99e7-4e1e-ada3-508fc30ec36f} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
4067 | 2024.07.05 23:28:25.389889 [ 3 ] {6a474747-99e7-4e1e-ada3-508fc30ec36f} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4068 | 2024.07.05 23:28:25.390048 [ 3 ] {6a474747-99e7-4e1e-ada3-508fc30ec36f} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.00142 sec., 54225.35211267605 rows/sec., 4.24 MiB/sec. | ||
4069 | 2024.07.05 23:28:25.390230 [ 3 ] {6a474747-99e7-4e1e-ada3-508fc30ec36f} <Debug> DynamicQueryHandler: Done processing query | ||
4070 | 2024.07.05 23:28:25.390255 [ 3 ] {6a474747-99e7-4e1e-ada3-508fc30ec36f} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
4071 | 2024.07.05 23:28:25.390272 [ 3 ] {} <Debug> HTTP-Session: cf0c581f-e92e-4ca2-b2ac-a8de32493d03 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4072 | 2024.07.05 23:28:25.390436 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 30828, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4073 | 2024.07.05 23:28:25.390485 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4074 | 2024.07.05 23:28:25.390505 [ 3 ] {} <Debug> HTTP-Session: 754e5e82-90a4-4a69-8dff-0a9cd9a899e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
4075 | 2024.07.05 23:28:25.390522 [ 3 ] {} <Debug> HTTP-Session: 754e5e82-90a4-4a69-8dff-0a9cd9a899e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4076 | 2024.07.05 23:28:25.390536 [ 3 ] {} <Debug> HTTP-Session: 754e5e82-90a4-4a69-8dff-0a9cd9a899e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4077 | 2024.07.05 23:28:25.390567 [ 3 ] {} <Trace> HTTP-Session: 754e5e82-90a4-4a69-8dff-0a9cd9a899e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4078 | 2024.07.05 23:28:25.390713 [ 3 ] {7f9784c7-517a-4ebb-81d7-6b767d453c20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4079 | 2024.07.05 23:28:25.390759 [ 3 ] {7f9784c7-517a-4ebb-81d7-6b767d453c20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4080 | 2024.07.05 23:28:25.390907 [ 3 ] {7f9784c7-517a-4ebb-81d7-6b767d453c20} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4081 | 2024.07.05 23:28:25.391290 [ 3 ] {7f9784c7-517a-4ebb-81d7-6b767d453c20} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4082 | 2024.07.05 23:28:25.391327 [ 3 ] {7f9784c7-517a-4ebb-81d7-6b767d453c20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
4083 | 2024.07.05 23:28:25.391720 [ 3 ] {7f9784c7-517a-4ebb-81d7-6b767d453c20} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
4084 | 2024.07.05 23:28:25.392054 [ 3 ] {7f9784c7-517a-4ebb-81d7-6b767d453c20} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4085 | 2024.07.05 23:28:25.392207 [ 3 ] {7f9784c7-517a-4ebb-81d7-6b767d453c20} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001562 sec., 103072.98335467349 rows/sec., 7.18 MiB/sec. | ||
4086 | 2024.07.05 23:28:25.392390 [ 3 ] {7f9784c7-517a-4ebb-81d7-6b767d453c20} <Debug> DynamicQueryHandler: Done processing query | ||
4087 | 2024.07.05 23:28:25.392419 [ 3 ] {7f9784c7-517a-4ebb-81d7-6b767d453c20} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4088 | 2024.07.05 23:28:25.392437 [ 3 ] {} <Debug> HTTP-Session: 754e5e82-90a4-4a69-8dff-0a9cd9a899e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4089 | 2024.07.05 23:28:25.392588 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 17603, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4090 | 2024.07.05 23:28:25.392645 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4091 | 2024.07.05 23:28:25.392665 [ 3 ] {} <Debug> HTTP-Session: 7d0d541d-ebfa-4265-a7e2-15438a6c12a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
4092 | 2024.07.05 23:28:25.392681 [ 3 ] {} <Debug> HTTP-Session: 7d0d541d-ebfa-4265-a7e2-15438a6c12a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4093 | 2024.07.05 23:28:25.392695 [ 3 ] {} <Debug> HTTP-Session: 7d0d541d-ebfa-4265-a7e2-15438a6c12a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4094 | 2024.07.05 23:28:25.392727 [ 3 ] {} <Trace> HTTP-Session: 7d0d541d-ebfa-4265-a7e2-15438a6c12a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4095 | 2024.07.05 23:28:25.392913 [ 3 ] {78772c4c-1664-4e6f-8741-a46ca10a370d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4096 | 2024.07.05 23:28:25.392984 [ 3 ] {78772c4c-1664-4e6f-8741-a46ca10a370d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
4097 | 2024.07.05 23:28:25.393402 [ 3 ] {78772c4c-1664-4e6f-8741-a46ca10a370d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4098 | 2024.07.05 23:28:25.394011 [ 3 ] {78772c4c-1664-4e6f-8741-a46ca10a370d} <Trace> oximeter.measurements_histogramf64 (3a521290-854b-45c9-817a-bf8e30cab779): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4099 | 2024.07.05 23:28:25.394048 [ 3 ] {78772c4c-1664-4e6f-8741-a46ca10a370d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
4100 | 2024.07.05 23:28:25.394644 [ 3 ] {78772c4c-1664-4e6f-8741-a46ca10a370d} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
4101 | 2024.07.05 23:28:25.395075 [ 3 ] {78772c4c-1664-4e6f-8741-a46ca10a370d} <Trace> oximeter.measurements_histogramf64 (3a521290-854b-45c9-817a-bf8e30cab779): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4102 | 2024.07.05 23:28:25.395290 [ 3 ] {78772c4c-1664-4e6f-8741-a46ca10a370d} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002463 sec., 4466.098254161591 rows/sec., 8.00 MiB/sec. | ||
4103 | 2024.07.05 23:28:25.395807 [ 3 ] {78772c4c-1664-4e6f-8741-a46ca10a370d} <Debug> DynamicQueryHandler: Done processing query | ||
4104 | 2024.07.05 23:28:25.395832 [ 3 ] {78772c4c-1664-4e6f-8741-a46ca10a370d} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
4105 | 2024.07.05 23:28:25.395848 [ 3 ] {} <Debug> HTTP-Session: 7d0d541d-ebfa-4265-a7e2-15438a6c12a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4106 | 2024.07.05 23:28:25.396029 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4107 | 2024.07.05 23:28:25.396080 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4108 | 2024.07.05 23:28:25.396100 [ 3 ] {} <Debug> HTTP-Session: b1df2799-dcef-4366-b524-f9ba5d6a9692 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
4109 | 2024.07.05 23:28:25.396117 [ 3 ] {} <Debug> HTTP-Session: b1df2799-dcef-4366-b524-f9ba5d6a9692 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4110 | 2024.07.05 23:28:25.396130 [ 3 ] {} <Debug> HTTP-Session: b1df2799-dcef-4366-b524-f9ba5d6a9692 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4111 | 2024.07.05 23:28:25.396161 [ 3 ] {} <Trace> HTTP-Session: b1df2799-dcef-4366-b524-f9ba5d6a9692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4112 | 2024.07.05 23:28:25.396307 [ 3 ] {29784c77-8a91-4b7d-9213-7806b1d7c512} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4113 | 2024.07.05 23:28:25.396353 [ 3 ] {29784c77-8a91-4b7d-9213-7806b1d7c512} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4114 | 2024.07.05 23:28:25.396504 [ 3 ] {29784c77-8a91-4b7d-9213-7806b1d7c512} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4115 | 2024.07.05 23:28:25.396812 [ 3 ] {29784c77-8a91-4b7d-9213-7806b1d7c512} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4116 | 2024.07.05 23:28:25.396848 [ 3 ] {29784c77-8a91-4b7d-9213-7806b1d7c512} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
4117 | 2024.07.05 23:28:25.397217 [ 3 ] {29784c77-8a91-4b7d-9213-7806b1d7c512} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
4118 | 2024.07.05 23:28:25.397543 [ 3 ] {29784c77-8a91-4b7d-9213-7806b1d7c512} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4119 | 2024.07.05 23:28:25.397703 [ 3 ] {29784c77-8a91-4b7d-9213-7806b1d7c512} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00143 sec., 41958.041958041955 rows/sec., 2.83 MiB/sec. | ||
4120 | 2024.07.05 23:28:25.397865 [ 3 ] {29784c77-8a91-4b7d-9213-7806b1d7c512} <Debug> DynamicQueryHandler: Done processing query | ||
4121 | 2024.07.05 23:28:25.397890 [ 3 ] {29784c77-8a91-4b7d-9213-7806b1d7c512} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4122 | 2024.07.05 23:28:25.397905 [ 3 ] {} <Debug> HTTP-Session: b1df2799-dcef-4366-b524-f9ba5d6a9692 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4123 | 2024.07.05 23:28:29.266358 [ 28 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4124 | 2024.07.05 23:28:29.266454 [ 28 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4125 | 2024.07.05 23:28:30.380854 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 3207, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4126 | 2024.07.05 23:28:30.381017 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4127 | 2024.07.05 23:28:30.381062 [ 3 ] {} <Debug> HTTP-Session: 427fed66-a5ed-4983-99d7-6673524c606c Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
4128 | 2024.07.05 23:28:30.381104 [ 3 ] {} <Debug> HTTP-Session: 427fed66-a5ed-4983-99d7-6673524c606c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4129 | 2024.07.05 23:28:30.381133 [ 3 ] {} <Debug> HTTP-Session: 427fed66-a5ed-4983-99d7-6673524c606c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4130 | 2024.07.05 23:28:30.381215 [ 3 ] {} <Trace> HTTP-Session: 427fed66-a5ed-4983-99d7-6673524c606c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4131 | 2024.07.05 23:28:30.381501 [ 3 ] {30cd4578-b67f-4cce-bad3-e59e17f20053} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4132 | 2024.07.05 23:28:30.381606 [ 3 ] {30cd4578-b67f-4cce-bad3-e59e17f20053} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4133 | 2024.07.05 23:28:30.381866 [ 3 ] {30cd4578-b67f-4cce-bad3-e59e17f20053} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4134 | 2024.07.05 23:28:30.382285 [ 3 ] {30cd4578-b67f-4cce-bad3-e59e17f20053} <Trace> oximeter.fields_i64 (90cc20bc-62f3-4585-81bd-da47c52ed55a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4135 | 2024.07.05 23:28:30.382325 [ 3 ] {30cd4578-b67f-4cce-bad3-e59e17f20053} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
4136 | 2024.07.05 23:28:30.382691 [ 3 ] {30cd4578-b67f-4cce-bad3-e59e17f20053} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
4137 | 2024.07.05 23:28:30.383032 [ 3 ] {30cd4578-b67f-4cce-bad3-e59e17f20053} <Trace> oximeter.fields_i64 (90cc20bc-62f3-4585-81bd-da47c52ed55a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4138 | 2024.07.05 23:28:30.383179 [ 3 ] {30cd4578-b67f-4cce-bad3-e59e17f20053} <Debug> executeQuery: Read 22 rows, 1.78 KiB in 0.001775 sec., 12394.366197183097 rows/sec., 1004.62 KiB/sec. | ||
4139 | 2024.07.05 23:28:30.383531 [ 3 ] {30cd4578-b67f-4cce-bad3-e59e17f20053} <Debug> DynamicQueryHandler: Done processing query | ||
4140 | 2024.07.05 23:28:30.383567 [ 3 ] {30cd4578-b67f-4cce-bad3-e59e17f20053} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4141 | 2024.07.05 23:28:30.383584 [ 3 ] {} <Debug> HTTP-Session: 427fed66-a5ed-4983-99d7-6673524c606c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4142 | 2024.07.05 23:28:30.383759 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4143 | 2024.07.05 23:28:30.383813 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4144 | 2024.07.05 23:28:30.383834 [ 3 ] {} <Debug> HTTP-Session: bbf8fb09-a788-4e48-834f-f89c5a93d5fe Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
4145 | 2024.07.05 23:28:30.383851 [ 3 ] {} <Debug> HTTP-Session: bbf8fb09-a788-4e48-834f-f89c5a93d5fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4146 | 2024.07.05 23:28:30.383866 [ 3 ] {} <Debug> HTTP-Session: bbf8fb09-a788-4e48-834f-f89c5a93d5fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4147 | 2024.07.05 23:28:30.383900 [ 3 ] {} <Trace> HTTP-Session: bbf8fb09-a788-4e48-834f-f89c5a93d5fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4148 | 2024.07.05 23:28:30.384006 [ 3 ] {6c2b7899-2112-4465-87bb-238981d7a815} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
4149 | 2024.07.05 23:28:30.384053 [ 3 ] {6c2b7899-2112-4465-87bb-238981d7a815} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4150 | 2024.07.05 23:28:30.384203 [ 3 ] {6c2b7899-2112-4465-87bb-238981d7a815} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4151 | 2024.07.05 23:28:30.384499 [ 3 ] {6c2b7899-2112-4465-87bb-238981d7a815} <Trace> oximeter.fields_ipaddr (621c09d4-afcc-4919-9877-59c96fa833d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4152 | 2024.07.05 23:28:30.384534 [ 3 ] {6c2b7899-2112-4465-87bb-238981d7a815} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
4153 | 2024.07.05 23:28:30.384839 [ 3 ] {6c2b7899-2112-4465-87bb-238981d7a815} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
4154 | 2024.07.05 23:28:30.385146 [ 3 ] {6c2b7899-2112-4465-87bb-238981d7a815} <Trace> oximeter.fields_ipaddr (621c09d4-afcc-4919-9877-59c96fa833d8): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4155 | 2024.07.05 23:28:30.385273 [ 3 ] {6c2b7899-2112-4465-87bb-238981d7a815} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001297 sec., 1542.0200462606015 rows/sec., 125.74 KiB/sec. | ||
4156 | 2024.07.05 23:28:30.385442 [ 3 ] {6c2b7899-2112-4465-87bb-238981d7a815} <Debug> DynamicQueryHandler: Done processing query | ||
4157 | 2024.07.05 23:28:30.385467 [ 3 ] {6c2b7899-2112-4465-87bb-238981d7a815} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4158 | 2024.07.05 23:28:30.385483 [ 3 ] {} <Debug> HTTP-Session: bbf8fb09-a788-4e48-834f-f89c5a93d5fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4159 | 2024.07.05 23:28:30.385624 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 17880, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4160 | 2024.07.05 23:28:30.385676 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4161 | 2024.07.05 23:28:30.385695 [ 3 ] {} <Debug> HTTP-Session: 4e2a0a4c-04ef-46ae-8df0-b5608212d090 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
4162 | 2024.07.05 23:28:30.385712 [ 3 ] {} <Debug> HTTP-Session: 4e2a0a4c-04ef-46ae-8df0-b5608212d090 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4163 | 2024.07.05 23:28:30.385726 [ 3 ] {} <Debug> HTTP-Session: 4e2a0a4c-04ef-46ae-8df0-b5608212d090 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4164 | 2024.07.05 23:28:30.385758 [ 3 ] {} <Trace> HTTP-Session: 4e2a0a4c-04ef-46ae-8df0-b5608212d090 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4165 | 2024.07.05 23:28:30.385891 [ 3 ] {3e0f9fa8-cf79-4786-a01e-891018452254} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4166 | 2024.07.05 23:28:30.385937 [ 3 ] {3e0f9fa8-cf79-4786-a01e-891018452254} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4167 | 2024.07.05 23:28:30.386063 [ 3 ] {3e0f9fa8-cf79-4786-a01e-891018452254} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4168 | 2024.07.05 23:28:30.386447 [ 3 ] {3e0f9fa8-cf79-4786-a01e-891018452254} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4169 | 2024.07.05 23:28:30.386482 [ 3 ] {3e0f9fa8-cf79-4786-a01e-891018452254} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
4170 | 2024.07.05 23:28:30.386803 [ 3 ] {3e0f9fa8-cf79-4786-a01e-891018452254} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
4171 | 2024.07.05 23:28:30.387109 [ 3 ] {3e0f9fa8-cf79-4786-a01e-891018452254} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4172 | 2024.07.05 23:28:30.387239 [ 3 ] {3e0f9fa8-cf79-4786-a01e-891018452254} <Debug> executeQuery: Read 123 rows, 10.39 KiB in 0.001404 sec., 87606.8376068376 rows/sec., 7.23 MiB/sec. | ||
4173 | 2024.07.05 23:28:30.387545 [ 3 ] {3e0f9fa8-cf79-4786-a01e-891018452254} <Debug> DynamicQueryHandler: Done processing query | ||
4174 | 2024.07.05 23:28:30.387574 [ 3 ] {3e0f9fa8-cf79-4786-a01e-891018452254} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
4175 | 2024.07.05 23:28:30.387592 [ 3 ] {} <Debug> HTTP-Session: 4e2a0a4c-04ef-46ae-8df0-b5608212d090 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4176 | 2024.07.05 23:28:30.387728 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4177 | 2024.07.05 23:28:30.387779 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4178 | 2024.07.05 23:28:30.387799 [ 3 ] {} <Debug> HTTP-Session: 245788b3-4e3a-43da-af1c-cc8b9afd1ec2 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
4179 | 2024.07.05 23:28:30.387815 [ 3 ] {} <Debug> HTTP-Session: 245788b3-4e3a-43da-af1c-cc8b9afd1ec2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4180 | 2024.07.05 23:28:30.387830 [ 3 ] {} <Debug> HTTP-Session: 245788b3-4e3a-43da-af1c-cc8b9afd1ec2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4181 | 2024.07.05 23:28:30.387861 [ 3 ] {} <Trace> HTTP-Session: 245788b3-4e3a-43da-af1c-cc8b9afd1ec2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4182 | 2024.07.05 23:28:30.387962 [ 3 ] {719dde61-59c9-48f2-bc6e-5c7ec8e576f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4183 | 2024.07.05 23:28:30.388008 [ 3 ] {719dde61-59c9-48f2-bc6e-5c7ec8e576f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4184 | 2024.07.05 23:28:30.388151 [ 3 ] {719dde61-59c9-48f2-bc6e-5c7ec8e576f2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4185 | 2024.07.05 23:28:30.388422 [ 3 ] {719dde61-59c9-48f2-bc6e-5c7ec8e576f2} <Trace> oximeter.fields_u16 (45fa30f1-4b24-4248-82d1-beb821e1c8a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4186 | 2024.07.05 23:28:30.388458 [ 3 ] {719dde61-59c9-48f2-bc6e-5c7ec8e576f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
4187 | 2024.07.05 23:28:30.388756 [ 3 ] {719dde61-59c9-48f2-bc6e-5c7ec8e576f2} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
4188 | 2024.07.05 23:28:30.389067 [ 3 ] {719dde61-59c9-48f2-bc6e-5c7ec8e576f2} <Trace> oximeter.fields_u16 (45fa30f1-4b24-4248-82d1-beb821e1c8a3): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4189 | 2024.07.05 23:28:30.389195 [ 3 ] {719dde61-59c9-48f2-bc6e-5c7ec8e576f2} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001258 sec., 1589.825119236884 rows/sec., 111.01 KiB/sec. | ||
4190 | 2024.07.05 23:28:30.389367 [ 3 ] {719dde61-59c9-48f2-bc6e-5c7ec8e576f2} <Debug> DynamicQueryHandler: Done processing query | ||
4191 | 2024.07.05 23:28:30.389392 [ 3 ] {719dde61-59c9-48f2-bc6e-5c7ec8e576f2} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4192 | 2024.07.05 23:28:30.389409 [ 3 ] {} <Debug> HTTP-Session: 245788b3-4e3a-43da-af1c-cc8b9afd1ec2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4193 | 2024.07.05 23:28:30.389531 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 14955, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4194 | 2024.07.05 23:28:30.389579 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4195 | 2024.07.05 23:28:30.389598 [ 3 ] {} <Debug> HTTP-Session: a8b2f959-f67b-44d2-80bc-478b62cc5fb8 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
4196 | 2024.07.05 23:28:30.389615 [ 3 ] {} <Debug> HTTP-Session: a8b2f959-f67b-44d2-80bc-478b62cc5fb8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4197 | 2024.07.05 23:28:30.389629 [ 3 ] {} <Debug> HTTP-Session: a8b2f959-f67b-44d2-80bc-478b62cc5fb8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4198 | 2024.07.05 23:28:30.389659 [ 3 ] {} <Trace> HTTP-Session: a8b2f959-f67b-44d2-80bc-478b62cc5fb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4199 | 2024.07.05 23:28:30.389785 [ 3 ] {c8a5fba1-3729-4c67-a555-0393651bd0b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4200 | 2024.07.05 23:28:30.389826 [ 3 ] {c8a5fba1-3729-4c67-a555-0393651bd0b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4201 | 2024.07.05 23:28:30.389949 [ 3 ] {c8a5fba1-3729-4c67-a555-0393651bd0b8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4202 | 2024.07.05 23:28:30.390270 [ 3 ] {c8a5fba1-3729-4c67-a555-0393651bd0b8} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4203 | 2024.07.05 23:28:30.390305 [ 3 ] {c8a5fba1-3729-4c67-a555-0393651bd0b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
4204 | 2024.07.05 23:28:30.390613 [ 3 ] {c8a5fba1-3729-4c67-a555-0393651bd0b8} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
4205 | 2024.07.05 23:28:30.390911 [ 3 ] {c8a5fba1-3729-4c67-a555-0393651bd0b8} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4206 | 2024.07.05 23:28:30.391044 [ 3 ] {c8a5fba1-3729-4c67-a555-0393651bd0b8} <Debug> executeQuery: Read 88 rows, 7.04 KiB in 0.00131 sec., 67175.57251908397 rows/sec., 5.25 MiB/sec. | ||
4207 | 2024.07.05 23:28:30.391339 [ 3 ] {c8a5fba1-3729-4c67-a555-0393651bd0b8} <Debug> DynamicQueryHandler: Done processing query | ||
4208 | 2024.07.05 23:28:30.391366 [ 3 ] {c8a5fba1-3729-4c67-a555-0393651bd0b8} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
4209 | 2024.07.05 23:28:30.391382 [ 3 ] {} <Debug> HTTP-Session: a8b2f959-f67b-44d2-80bc-478b62cc5fb8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4210 | 2024.07.05 23:28:30.391557 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 30829, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4211 | 2024.07.05 23:28:30.391605 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4212 | 2024.07.05 23:28:30.391624 [ 3 ] {} <Debug> HTTP-Session: c476b11a-5643-4c67-bc64-c8c453aec8af Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
4213 | 2024.07.05 23:28:30.391640 [ 3 ] {} <Debug> HTTP-Session: c476b11a-5643-4c67-bc64-c8c453aec8af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4214 | 2024.07.05 23:28:30.391654 [ 3 ] {} <Debug> HTTP-Session: c476b11a-5643-4c67-bc64-c8c453aec8af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4215 | 2024.07.05 23:28:30.391685 [ 3 ] {} <Trace> HTTP-Session: c476b11a-5643-4c67-bc64-c8c453aec8af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4216 | 2024.07.05 23:28:30.391832 [ 3 ] {42cc12f3-b596-4269-8730-774aafefb73d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4217 | 2024.07.05 23:28:30.391878 [ 3 ] {42cc12f3-b596-4269-8730-774aafefb73d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4218 | 2024.07.05 23:28:30.392033 [ 3 ] {42cc12f3-b596-4269-8730-774aafefb73d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4219 | 2024.07.05 23:28:30.392411 [ 3 ] {42cc12f3-b596-4269-8730-774aafefb73d} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4220 | 2024.07.05 23:28:30.392446 [ 3 ] {42cc12f3-b596-4269-8730-774aafefb73d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
4221 | 2024.07.05 23:28:30.392829 [ 3 ] {42cc12f3-b596-4269-8730-774aafefb73d} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
4222 | 2024.07.05 23:28:30.393162 [ 3 ] {42cc12f3-b596-4269-8730-774aafefb73d} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4223 | 2024.07.05 23:28:30.393299 [ 3 ] {42cc12f3-b596-4269-8730-774aafefb73d} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001535 sec., 104885.99348534203 rows/sec., 7.30 MiB/sec. | ||
4224 | 2024.07.05 23:28:30.393478 [ 3 ] {42cc12f3-b596-4269-8730-774aafefb73d} <Debug> DynamicQueryHandler: Done processing query | ||
4225 | 2024.07.05 23:28:30.393504 [ 3 ] {42cc12f3-b596-4269-8730-774aafefb73d} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4226 | 2024.07.05 23:28:30.393519 [ 3 ] {} <Debug> HTTP-Session: c476b11a-5643-4c67-bc64-c8c453aec8af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4227 | 2024.07.05 23:28:30.393661 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 35372, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4228 | 2024.07.05 23:28:30.393710 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4229 | 2024.07.05 23:28:30.393728 [ 3 ] {} <Debug> HTTP-Session: 9474e303-3173-4735-b20c-2b1caf86846f Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
4230 | 2024.07.05 23:28:30.393744 [ 3 ] {} <Debug> HTTP-Session: 9474e303-3173-4735-b20c-2b1caf86846f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4231 | 2024.07.05 23:28:30.393758 [ 3 ] {} <Debug> HTTP-Session: 9474e303-3173-4735-b20c-2b1caf86846f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4232 | 2024.07.05 23:28:30.393788 [ 3 ] {} <Trace> HTTP-Session: 9474e303-3173-4735-b20c-2b1caf86846f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4233 | 2024.07.05 23:28:30.394032 [ 3 ] {c5bc2397-88dd-4c23-97ce-f2e04b2e289e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4234 | 2024.07.05 23:28:30.394094 [ 3 ] {c5bc2397-88dd-4c23-97ce-f2e04b2e289e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
4235 | 2024.07.05 23:28:30.394487 [ 3 ] {c5bc2397-88dd-4c23-97ce-f2e04b2e289e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4236 | 2024.07.05 23:28:30.395066 [ 3 ] {c5bc2397-88dd-4c23-97ce-f2e04b2e289e} <Trace> oximeter.measurements_histogramf64 (3a521290-854b-45c9-817a-bf8e30cab779): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4237 | 2024.07.05 23:28:30.395100 [ 3 ] {c5bc2397-88dd-4c23-97ce-f2e04b2e289e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
4238 | 2024.07.05 23:28:30.395663 [ 3 ] {c5bc2397-88dd-4c23-97ce-f2e04b2e289e} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
4239 | 2024.07.05 23:28:30.396053 [ 3 ] {c5bc2397-88dd-4c23-97ce-f2e04b2e289e} <Trace> oximeter.measurements_histogramf64 (3a521290-854b-45c9-817a-bf8e30cab779): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4240 | 2024.07.05 23:28:30.396208 [ 3 ] {c5bc2397-88dd-4c23-97ce-f2e04b2e289e} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.002346 sec., 9377.66410912191 rows/sec., 16.80 MiB/sec. | ||
4241 | 2024.07.05 23:28:30.396761 [ 3 ] {c5bc2397-88dd-4c23-97ce-f2e04b2e289e} <Debug> DynamicQueryHandler: Done processing query | ||
4242 | 2024.07.05 23:28:30.396787 [ 3 ] {c5bc2397-88dd-4c23-97ce-f2e04b2e289e} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
4243 | 2024.07.05 23:28:30.396804 [ 3 ] {} <Debug> HTTP-Session: 9474e303-3173-4735-b20c-2b1caf86846f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4244 | 2024.07.05 23:28:30.396972 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4245 | 2024.07.05 23:28:30.397019 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4246 | 2024.07.05 23:28:30.397038 [ 3 ] {} <Debug> HTTP-Session: 801a4af0-1420-4048-aa14-a7a525a7af79 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
4247 | 2024.07.05 23:28:30.397054 [ 3 ] {} <Debug> HTTP-Session: 801a4af0-1420-4048-aa14-a7a525a7af79 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4248 | 2024.07.05 23:28:30.397068 [ 3 ] {} <Debug> HTTP-Session: 801a4af0-1420-4048-aa14-a7a525a7af79 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4249 | 2024.07.05 23:28:30.397098 [ 3 ] {} <Trace> HTTP-Session: 801a4af0-1420-4048-aa14-a7a525a7af79 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4250 | 2024.07.05 23:28:30.397212 [ 3 ] {acb8d6b0-4460-49fc-a088-40ee83f2ec89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4251 | 2024.07.05 23:28:30.397258 [ 3 ] {acb8d6b0-4460-49fc-a088-40ee83f2ec89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4252 | 2024.07.05 23:28:30.397402 [ 3 ] {acb8d6b0-4460-49fc-a088-40ee83f2ec89} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4253 | 2024.07.05 23:28:30.397747 [ 3 ] {acb8d6b0-4460-49fc-a088-40ee83f2ec89} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4254 | 2024.07.05 23:28:30.397782 [ 3 ] {acb8d6b0-4460-49fc-a088-40ee83f2ec89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
4255 | 2024.07.05 23:28:30.398131 [ 3 ] {acb8d6b0-4460-49fc-a088-40ee83f2ec89} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
4256 | 2024.07.05 23:28:30.398444 [ 3 ] {acb8d6b0-4460-49fc-a088-40ee83f2ec89} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4257 | 2024.07.05 23:28:30.398607 [ 3 ] {acb8d6b0-4460-49fc-a088-40ee83f2ec89} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001425 sec., 42105.26315789473 rows/sec., 2.84 MiB/sec. | ||
4258 | 2024.07.05 23:28:30.398785 [ 3 ] {acb8d6b0-4460-49fc-a088-40ee83f2ec89} <Debug> DynamicQueryHandler: Done processing query | ||
4259 | 2024.07.05 23:28:30.398810 [ 3 ] {acb8d6b0-4460-49fc-a088-40ee83f2ec89} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4260 | 2024.07.05 23:28:30.398826 [ 3 ] {} <Debug> HTTP-Session: 801a4af0-1420-4048-aa14-a7a525a7af79 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4261 | 2024.07.05 23:28:35.379951 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 1632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4262 | 2024.07.05 23:28:35.380078 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4263 | 2024.07.05 23:28:35.380105 [ 3 ] {} <Debug> HTTP-Session: 57397c90-f997-451a-bedd-4ad3d3cea204 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
4264 | 2024.07.05 23:28:35.380130 [ 3 ] {} <Debug> HTTP-Session: 57397c90-f997-451a-bedd-4ad3d3cea204 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4265 | 2024.07.05 23:28:35.380144 [ 3 ] {} <Debug> HTTP-Session: 57397c90-f997-451a-bedd-4ad3d3cea204 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4266 | 2024.07.05 23:28:35.380194 [ 3 ] {} <Trace> HTTP-Session: 57397c90-f997-451a-bedd-4ad3d3cea204 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4267 | 2024.07.05 23:28:35.380379 [ 3 ] {37376d27-a7f5-4079-a87a-a0dca53ed39d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4268 | 2024.07.05 23:28:35.380450 [ 3 ] {37376d27-a7f5-4079-a87a-a0dca53ed39d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4269 | 2024.07.05 23:28:35.380643 [ 3 ] {37376d27-a7f5-4079-a87a-a0dca53ed39d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4270 | 2024.07.05 23:28:35.381051 [ 3 ] {37376d27-a7f5-4079-a87a-a0dca53ed39d} <Trace> oximeter.fields_i64 (90cc20bc-62f3-4585-81bd-da47c52ed55a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4271 | 2024.07.05 23:28:35.381096 [ 3 ] {37376d27-a7f5-4079-a87a-a0dca53ed39d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
4272 | 2024.07.05 23:28:35.381461 [ 3 ] {37376d27-a7f5-4079-a87a-a0dca53ed39d} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
4273 | 2024.07.05 23:28:35.381797 [ 3 ] {37376d27-a7f5-4079-a87a-a0dca53ed39d} <Trace> oximeter.fields_i64 (90cc20bc-62f3-4585-81bd-da47c52ed55a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4274 | 2024.07.05 23:28:35.381942 [ 151 ] {} <Debug> oximeter.fields_i64 (90cc20bc-62f3-4585-81bd-da47c52ed55a) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
4275 | 2024.07.05 23:28:35.381947 [ 3 ] {37376d27-a7f5-4079-a87a-a0dca53ed39d} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.001626 sec., 6765.067650676507 rows/sec., 548.34 KiB/sec. | ||
4276 | 2024.07.05 23:28:35.381985 [ 151 ] {} <Trace> oximeter.fields_i64 (90cc20bc-62f3-4585-81bd-da47c52ed55a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4277 | 2024.07.05 23:28:35.382020 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
4278 | 2024.07.05 23:28:35.382302 [ 196 ] {90cc20bc-62f3-4585-81bd-da47c52ed55a::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 | ||
4279 | 2024.07.05 23:28:35.382321 [ 3 ] {37376d27-a7f5-4079-a87a-a0dca53ed39d} <Debug> DynamicQueryHandler: Done processing query | ||
4280 | 2024.07.05 23:28:35.382437 [ 3 ] {37376d27-a7f5-4079-a87a-a0dca53ed39d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4281 | 2024.07.05 23:28:35.382492 [ 3 ] {} <Debug> HTTP-Session: 57397c90-f997-451a-bedd-4ad3d3cea204 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4282 | 2024.07.05 23:28:35.382608 [ 196 ] {90cc20bc-62f3-4585-81bd-da47c52ed55a::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4283 | 2024.07.05 23:28:35.382650 [ 196 ] {90cc20bc-62f3-4585-81bd-da47c52ed55a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 33 rows starting from the beginning of the part | ||
4284 | 2024.07.05 23:28:35.382709 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4285 | 2024.07.05 23:28:35.382825 [ 196 ] {90cc20bc-62f3-4585-81bd-da47c52ed55a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 11 rows starting from the beginning of the part | ||
4286 | 2024.07.05 23:28:35.382901 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4287 | 2024.07.05 23:28:35.383062 [ 3 ] {} <Debug> HTTP-Session: 7b622694-6eb0-41e0-b686-f80530f8c357 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
4288 | 2024.07.05 23:28:35.383156 [ 3 ] {} <Debug> HTTP-Session: 7b622694-6eb0-41e0-b686-f80530f8c357 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4289 | 2024.07.05 23:28:35.383157 [ 196 ] {90cc20bc-62f3-4585-81bd-da47c52ed55a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 22 rows starting from the beginning of the part | ||
4290 | 2024.07.05 23:28:35.383196 [ 3 ] {} <Debug> HTTP-Session: 7b622694-6eb0-41e0-b686-f80530f8c357 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4291 | 2024.07.05 23:28:35.383411 [ 196 ] {90cc20bc-62f3-4585-81bd-da47c52ed55a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 11 rows starting from the beginning of the part | ||
4292 | 2024.07.05 23:28:35.383426 [ 3 ] {} <Trace> HTTP-Session: 7b622694-6eb0-41e0-b686-f80530f8c357 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4293 | 2024.07.05 23:28:35.383710 [ 196 ] {90cc20bc-62f3-4585-81bd-da47c52ed55a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 22 rows starting from the beginning of the part | ||
4294 | 2024.07.05 23:28:35.383761 [ 3 ] {f3b156fb-608e-4acf-9d5e-50f737d5f9ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
4295 | 2024.07.05 23:28:35.383923 [ 3 ] {f3b156fb-608e-4acf-9d5e-50f737d5f9ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4296 | 2024.07.05 23:28:35.383946 [ 196 ] {90cc20bc-62f3-4585-81bd-da47c52ed55a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 11 rows starting from the beginning of the part | ||
4297 | 2024.07.05 23:28:35.384697 [ 3 ] {f3b156fb-608e-4acf-9d5e-50f737d5f9ae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4298 | 2024.07.05 23:28:35.385457 [ 3 ] {f3b156fb-608e-4acf-9d5e-50f737d5f9ae} <Trace> oximeter.fields_ipaddr (621c09d4-afcc-4919-9877-59c96fa833d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4299 | 2024.07.05 23:28:35.385513 [ 3 ] {f3b156fb-608e-4acf-9d5e-50f737d5f9ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
4300 | 2024.07.05 23:28:35.386318 [ 3 ] {f3b156fb-608e-4acf-9d5e-50f737d5f9ae} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
4301 | 2024.07.05 23:28:35.386869 [ 196 ] {90cc20bc-62f3-4585-81bd-da47c52ed55a::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 110 rows, containing 4 columns (4 merged, 0 gathered) in 0.004747207 sec., 23171.51959036124 rows/sec., 1.83 MiB/sec. | ||
4302 | 2024.07.05 23:28:35.387079 [ 196 ] {90cc20bc-62f3-4585-81bd-da47c52ed55a::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
4303 | 2024.07.05 23:28:35.387240 [ 3 ] {f3b156fb-608e-4acf-9d5e-50f737d5f9ae} <Trace> oximeter.fields_ipaddr (621c09d4-afcc-4919-9877-59c96fa833d8): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4304 | 2024.07.05 23:28:35.387517 [ 151 ] {} <Debug> oximeter.fields_ipaddr (621c09d4-afcc-4919-9877-59c96fa833d8) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 | ||
4305 | 2024.07.05 23:28:35.387632 [ 151 ] {} <Trace> oximeter.fields_ipaddr (621c09d4-afcc-4919-9877-59c96fa833d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4306 | 2024.07.05 23:28:35.387665 [ 3 ] {f3b156fb-608e-4acf-9d5e-50f737d5f9ae} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.003991 sec., 501.1275369581559 rows/sec., 40.86 KiB/sec. | ||
4307 | 2024.07.05 23:28:35.387714 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
4308 | 2024.07.05 23:28:35.388533 [ 188 ] {621c09d4-afcc-4919-9877-59c96fa833d8::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full | ||
4309 | 2024.07.05 23:28:35.388583 [ 3 ] {f3b156fb-608e-4acf-9d5e-50f737d5f9ae} <Debug> DynamicQueryHandler: Done processing query | ||
4310 | 2024.07.05 23:28:35.388715 [ 196 ] {90cc20bc-62f3-4585-81bd-da47c52ed55a::all_1_16_3} <Trace> oximeter.fields_i64 (90cc20bc-62f3-4585-81bd-da47c52ed55a): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4311 | 2024.07.05 23:28:35.388722 [ 3 ] {f3b156fb-608e-4acf-9d5e-50f737d5f9ae} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4312 | 2024.07.05 23:28:35.388823 [ 3 ] {} <Debug> HTTP-Session: 7b622694-6eb0-41e0-b686-f80530f8c357 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4313 | 2024.07.05 23:28:35.388992 [ 196 ] {90cc20bc-62f3-4585-81bd-da47c52ed55a::all_1_16_3} <Trace> oximeter.fields_i64 (90cc20bc-62f3-4585-81bd-da47c52ed55a) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
4314 | 2024.07.05 23:28:35.389000 [ 188 ] {621c09d4-afcc-4919-9877-59c96fa833d8::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4315 | 2024.07.05 23:28:35.389041 [ 188 ] {621c09d4-afcc-4919-9877-59c96fa833d8::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 10 rows starting from the beginning of the part | ||
4316 | 2024.07.05 23:28:35.389171 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
4317 | 2024.07.05 23:28:35.389179 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 12937, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4318 | 2024.07.05 23:28:35.389393 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4319 | 2024.07.05 23:28:35.389426 [ 188 ] {621c09d4-afcc-4919-9877-59c96fa833d8::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 4 rows starting from the beginning of the part | ||
4320 | 2024.07.05 23:28:35.389453 [ 3 ] {} <Debug> HTTP-Session: 1e4bbfb7-2c1c-4d91-9a78-65859cdce66d Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
4321 | 2024.07.05 23:28:35.389503 [ 3 ] {} <Debug> HTTP-Session: 1e4bbfb7-2c1c-4d91-9a78-65859cdce66d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4322 | 2024.07.05 23:28:35.389558 [ 3 ] {} <Debug> HTTP-Session: 1e4bbfb7-2c1c-4d91-9a78-65859cdce66d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4323 | 2024.07.05 23:28:35.389697 [ 188 ] {621c09d4-afcc-4919-9877-59c96fa833d8::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2 rows starting from the beginning of the part | ||
4324 | 2024.07.05 23:28:35.389711 [ 3 ] {} <Trace> HTTP-Session: 1e4bbfb7-2c1c-4d91-9a78-65859cdce66d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4325 | 2024.07.05 23:28:35.389964 [ 188 ] {621c09d4-afcc-4919-9877-59c96fa833d8::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part | ||
4326 | 2024.07.05 23:28:35.390090 [ 3 ] {b2986fac-d0fb-47bb-a43e-355629ef9e8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4327 | 2024.07.05 23:28:35.390243 [ 188 ] {621c09d4-afcc-4919-9877-59c96fa833d8::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 2 rows starting from the beginning of the part | ||
4328 | 2024.07.05 23:28:35.390263 [ 3 ] {b2986fac-d0fb-47bb-a43e-355629ef9e8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4329 | 2024.07.05 23:28:35.390579 [ 188 ] {621c09d4-afcc-4919-9877-59c96fa833d8::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 2 rows starting from the beginning of the part | ||
4330 | 2024.07.05 23:28:35.391245 [ 3 ] {b2986fac-d0fb-47bb-a43e-355629ef9e8e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4331 | 2024.07.05 23:28:35.392256 [ 3 ] {b2986fac-d0fb-47bb-a43e-355629ef9e8e} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4332 | 2024.07.05 23:28:35.392329 [ 3 ] {b2986fac-d0fb-47bb-a43e-355629ef9e8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
4333 | 2024.07.05 23:28:35.393258 [ 188 ] {621c09d4-afcc-4919-9877-59c96fa833d8::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 22 rows, containing 4 columns (4 merged, 0 gathered) in 0.00533433 sec., 4124.229284652431 rows/sec., 336.30 KiB/sec. | ||
4334 | 2024.07.05 23:28:35.393315 [ 3 ] {b2986fac-d0fb-47bb-a43e-355629ef9e8e} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
4335 | 2024.07.05 23:28:35.393397 [ 188 ] {621c09d4-afcc-4919-9877-59c96fa833d8::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
4336 | 2024.07.05 23:28:35.394116 [ 3 ] {b2986fac-d0fb-47bb-a43e-355629ef9e8e} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4337 | 2024.07.05 23:28:35.394306 [ 188 ] {621c09d4-afcc-4919-9877-59c96fa833d8::all_1_10_2} <Trace> oximeter.fields_ipaddr (621c09d4-afcc-4919-9877-59c96fa833d8): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4338 | 2024.07.05 23:28:35.394379 [ 151 ] {} <Debug> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
4339 | 2024.07.05 23:28:35.394458 [ 3 ] {b2986fac-d0fb-47bb-a43e-355629ef9e8e} <Debug> executeQuery: Read 90 rows, 7.44 KiB in 0.00448 sec., 20089.285714285717 rows/sec., 1.62 MiB/sec. | ||
4340 | 2024.07.05 23:28:35.394487 [ 151 ] {} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4341 | 2024.07.05 23:28:35.394575 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
4342 | 2024.07.05 23:28:35.394715 [ 188 ] {621c09d4-afcc-4919-9877-59c96fa833d8::all_1_10_2} <Trace> oximeter.fields_ipaddr (621c09d4-afcc-4919-9877-59c96fa833d8) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 | ||
4343 | 2024.07.05 23:28:35.394965 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
4344 | 2024.07.05 23:28:35.395030 [ 3 ] {b2986fac-d0fb-47bb-a43e-355629ef9e8e} <Debug> DynamicQueryHandler: Done processing query | ||
4345 | 2024.07.05 23:28:35.395031 [ 196 ] {5312aebe-5a34-422e-b0ce-e859ed1f196c::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 | ||
4346 | 2024.07.05 23:28:35.395070 [ 3 ] {b2986fac-d0fb-47bb-a43e-355629ef9e8e} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
4347 | 2024.07.05 23:28:35.395120 [ 3 ] {} <Debug> HTTP-Session: 1e4bbfb7-2c1c-4d91-9a78-65859cdce66d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4348 | 2024.07.05 23:28:35.395228 [ 196 ] {5312aebe-5a34-422e-b0ce-e859ed1f196c::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4349 | 2024.07.05 23:28:35.395263 [ 196 ] {5312aebe-5a34-422e-b0ce-e859ed1f196c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 196 rows starting from the beginning of the part | ||
4350 | 2024.07.05 23:28:35.395319 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4351 | 2024.07.05 23:28:35.395418 [ 196 ] {5312aebe-5a34-422e-b0ce-e859ed1f196c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 91 rows starting from the beginning of the part | ||
4352 | 2024.07.05 23:28:35.395473 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4353 | 2024.07.05 23:28:35.395660 [ 3 ] {} <Debug> HTTP-Session: f681ba11-85eb-4749-879a-55bcee415520 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
4354 | 2024.07.05 23:28:35.395718 [ 196 ] {5312aebe-5a34-422e-b0ce-e859ed1f196c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 159 rows starting from the beginning of the part | ||
4355 | 2024.07.05 23:28:35.395733 [ 3 ] {} <Debug> HTTP-Session: f681ba11-85eb-4749-879a-55bcee415520 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4356 | 2024.07.05 23:28:35.395798 [ 3 ] {} <Debug> HTTP-Session: f681ba11-85eb-4749-879a-55bcee415520 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4357 | 2024.07.05 23:28:35.395931 [ 3 ] {} <Trace> HTTP-Session: f681ba11-85eb-4749-879a-55bcee415520 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4358 | 2024.07.05 23:28:35.396021 [ 196 ] {5312aebe-5a34-422e-b0ce-e859ed1f196c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 90 rows starting from the beginning of the part | ||
4359 | 2024.07.05 23:28:35.396242 [ 3 ] {ae056962-3f8d-4aed-aeeb-ca66626868e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4360 | 2024.07.05 23:28:35.396311 [ 196 ] {5312aebe-5a34-422e-b0ce-e859ed1f196c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 123 rows starting from the beginning of the part | ||
4361 | 2024.07.05 23:28:35.396377 [ 3 ] {ae056962-3f8d-4aed-aeeb-ca66626868e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4362 | 2024.07.05 23:28:35.396565 [ 196 ] {5312aebe-5a34-422e-b0ce-e859ed1f196c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 90 rows starting from the beginning of the part | ||
4363 | 2024.07.05 23:28:35.397313 [ 3 ] {ae056962-3f8d-4aed-aeeb-ca66626868e5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4364 | 2024.07.05 23:28:35.398111 [ 3 ] {ae056962-3f8d-4aed-aeeb-ca66626868e5} <Trace> oximeter.fields_u16 (45fa30f1-4b24-4248-82d1-beb821e1c8a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4365 | 2024.07.05 23:28:35.398183 [ 3 ] {ae056962-3f8d-4aed-aeeb-ca66626868e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
4366 | 2024.07.05 23:28:35.398988 [ 3 ] {ae056962-3f8d-4aed-aeeb-ca66626868e5} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
4367 | 2024.07.05 23:28:35.399694 [ 196 ] {5312aebe-5a34-422e-b0ce-e859ed1f196c::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 749 rows, containing 4 columns (4 merged, 0 gathered) in 0.004963212 sec., 150910.33790214887 rows/sec., 12.27 MiB/sec. | ||
4368 | 2024.07.05 23:28:35.399819 [ 3 ] {ae056962-3f8d-4aed-aeeb-ca66626868e5} <Trace> oximeter.fields_u16 (45fa30f1-4b24-4248-82d1-beb821e1c8a3): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4369 | 2024.07.05 23:28:35.400027 [ 151 ] {} <Debug> oximeter.fields_u16 (45fa30f1-4b24-4248-82d1-beb821e1c8a3) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 | ||
4370 | 2024.07.05 23:28:35.400048 [ 3 ] {ae056962-3f8d-4aed-aeeb-ca66626868e5} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.003937 sec., 508.001016002032 rows/sec., 35.47 KiB/sec. | ||
4371 | 2024.07.05 23:28:35.400077 [ 151 ] {} <Trace> oximeter.fields_u16 (45fa30f1-4b24-4248-82d1-beb821e1c8a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4372 | 2024.07.05 23:28:35.400074 [ 197 ] {5312aebe-5a34-422e-b0ce-e859ed1f196c::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
4373 | 2024.07.05 23:28:35.400148 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
4374 | 2024.07.05 23:28:35.400521 [ 196 ] {45fa30f1-4b24-4248-82d1-beb821e1c8a3::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full | ||
4375 | 2024.07.05 23:28:35.400619 [ 3 ] {ae056962-3f8d-4aed-aeeb-ca66626868e5} <Debug> DynamicQueryHandler: Done processing query | ||
4376 | 2024.07.05 23:28:35.400725 [ 3 ] {ae056962-3f8d-4aed-aeeb-ca66626868e5} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4377 | 2024.07.05 23:28:35.401037 [ 196 ] {45fa30f1-4b24-4248-82d1-beb821e1c8a3::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4378 | 2024.07.05 23:28:35.401046 [ 3 ] {} <Debug> HTTP-Session: f681ba11-85eb-4749-879a-55bcee415520 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4379 | 2024.07.05 23:28:35.401149 [ 196 ] {45fa30f1-4b24-4248-82d1-beb821e1c8a3::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 10 rows starting from the beginning of the part | ||
4380 | 2024.07.05 23:28:35.401437 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 13092, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4381 | 2024.07.05 23:28:35.401439 [ 196 ] {45fa30f1-4b24-4248-82d1-beb821e1c8a3::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 4 rows starting from the beginning of the part | ||
4382 | 2024.07.05 23:28:35.401788 [ 195 ] {5312aebe-5a34-422e-b0ce-e859ed1f196c::all_1_26_5} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4383 | 2024.07.05 23:28:35.401808 [ 196 ] {45fa30f1-4b24-4248-82d1-beb821e1c8a3::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2 rows starting from the beginning of the part | ||
4384 | 2024.07.05 23:28:35.401866 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4385 | 2024.07.05 23:28:35.402059 [ 3 ] {} <Debug> HTTP-Session: ace9b216-6964-4b29-92c9-f1e5d390006d Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
4386 | 2024.07.05 23:28:35.402231 [ 196 ] {45fa30f1-4b24-4248-82d1-beb821e1c8a3::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part | ||
4387 | 2024.07.05 23:28:35.402211 [ 3 ] {} <Debug> HTTP-Session: ace9b216-6964-4b29-92c9-f1e5d390006d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4388 | 2024.07.05 23:28:35.402362 [ 3 ] {} <Debug> HTTP-Session: ace9b216-6964-4b29-92c9-f1e5d390006d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4389 | 2024.07.05 23:28:35.402360 [ 195 ] {5312aebe-5a34-422e-b0ce-e859ed1f196c::all_1_26_5} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
4390 | 2024.07.05 23:28:35.402676 [ 196 ] {45fa30f1-4b24-4248-82d1-beb821e1c8a3::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 2 rows starting from the beginning of the part | ||
4391 | 2024.07.05 23:28:35.402666 [ 3 ] {} <Trace> HTTP-Session: ace9b216-6964-4b29-92c9-f1e5d390006d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4392 | 2024.07.05 23:28:35.402976 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
4393 | 2024.07.05 23:28:35.403065 [ 196 ] {45fa30f1-4b24-4248-82d1-beb821e1c8a3::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 2 rows starting from the beginning of the part | ||
4394 | 2024.07.05 23:28:35.403331 [ 3 ] {15b35a5d-5e82-4647-bcc0-43b079ad7993} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4395 | 2024.07.05 23:28:35.403485 [ 3 ] {15b35a5d-5e82-4647-bcc0-43b079ad7993} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4396 | 2024.07.05 23:28:35.403917 [ 3 ] {15b35a5d-5e82-4647-bcc0-43b079ad7993} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4397 | 2024.07.05 23:28:35.404888 [ 3 ] {15b35a5d-5e82-4647-bcc0-43b079ad7993} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4398 | 2024.07.05 23:28:35.404954 [ 3 ] {15b35a5d-5e82-4647-bcc0-43b079ad7993} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
4399 | 2024.07.05 23:28:35.405839 [ 197 ] {45fa30f1-4b24-4248-82d1-beb821e1c8a3::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 22 rows, containing 4 columns (4 merged, 0 gathered) in 0.005515724 sec., 3988.5969638799916 rows/sec., 278.50 KiB/sec. | ||
4400 | 2024.07.05 23:28:35.405850 [ 3 ] {15b35a5d-5e82-4647-bcc0-43b079ad7993} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
4401 | 2024.07.05 23:28:35.406009 [ 197 ] {45fa30f1-4b24-4248-82d1-beb821e1c8a3::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
4402 | 2024.07.05 23:28:35.406853 [ 3 ] {15b35a5d-5e82-4647-bcc0-43b079ad7993} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4403 | 2024.07.05 23:28:35.407002 [ 197 ] {45fa30f1-4b24-4248-82d1-beb821e1c8a3::all_1_10_2} <Trace> oximeter.fields_u16 (45fa30f1-4b24-4248-82d1-beb821e1c8a3): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4404 | 2024.07.05 23:28:35.407134 [ 151 ] {} <Debug> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
4405 | 2024.07.05 23:28:35.407235 [ 151 ] {} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4406 | 2024.07.05 23:28:35.407268 [ 3 ] {15b35a5d-5e82-4647-bcc0-43b079ad7993} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.004093 sec., 18812.606889811872 rows/sec., 1.47 MiB/sec. | ||
4407 | 2024.07.05 23:28:35.407312 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
4408 | 2024.07.05 23:28:35.407415 [ 197 ] {45fa30f1-4b24-4248-82d1-beb821e1c8a3::all_1_10_2} <Trace> oximeter.fields_u16 (45fa30f1-4b24-4248-82d1-beb821e1c8a3) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 | ||
4409 | 2024.07.05 23:28:35.407703 [ 195 ] {41c6d68c-04fc-4ca2-8bf5-9cf02702be2b::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 | ||
4410 | 2024.07.05 23:28:35.407740 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
4411 | 2024.07.05 23:28:35.407874 [ 3 ] {15b35a5d-5e82-4647-bcc0-43b079ad7993} <Debug> DynamicQueryHandler: Done processing query | ||
4412 | 2024.07.05 23:28:35.407894 [ 195 ] {41c6d68c-04fc-4ca2-8bf5-9cf02702be2b::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4413 | 2024.07.05 23:28:35.407918 [ 3 ] {15b35a5d-5e82-4647-bcc0-43b079ad7993} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
4414 | 2024.07.05 23:28:35.407932 [ 195 ] {41c6d68c-04fc-4ca2-8bf5-9cf02702be2b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 149 rows starting from the beginning of the part | ||
4415 | 2024.07.05 23:28:35.407948 [ 3 ] {} <Debug> HTTP-Session: ace9b216-6964-4b29-92c9-f1e5d390006d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4416 | 2024.07.05 23:28:35.408028 [ 195 ] {41c6d68c-04fc-4ca2-8bf5-9cf02702be2b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 79 rows starting from the beginning of the part | ||
4417 | 2024.07.05 23:28:35.408119 [ 195 ] {41c6d68c-04fc-4ca2-8bf5-9cf02702be2b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 112 rows starting from the beginning of the part | ||
4418 | 2024.07.05 23:28:35.408209 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 30828, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4419 | 2024.07.05 23:28:35.408474 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4420 | 2024.07.05 23:28:35.408490 [ 195 ] {41c6d68c-04fc-4ca2-8bf5-9cf02702be2b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 77 rows starting from the beginning of the part | ||
4421 | 2024.07.05 23:28:35.408528 [ 3 ] {} <Debug> HTTP-Session: 87659f2f-49df-460a-8cea-76acf64084b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
4422 | 2024.07.05 23:28:35.408578 [ 3 ] {} <Debug> HTTP-Session: 87659f2f-49df-460a-8cea-76acf64084b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4423 | 2024.07.05 23:28:35.408628 [ 3 ] {} <Debug> HTTP-Session: 87659f2f-49df-460a-8cea-76acf64084b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4424 | 2024.07.05 23:28:35.408642 [ 195 ] {41c6d68c-04fc-4ca2-8bf5-9cf02702be2b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 88 rows starting from the beginning of the part | ||
4425 | 2024.07.05 23:28:35.408703 [ 3 ] {} <Trace> HTTP-Session: 87659f2f-49df-460a-8cea-76acf64084b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4426 | 2024.07.05 23:28:35.408798 [ 195 ] {41c6d68c-04fc-4ca2-8bf5-9cf02702be2b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 77 rows starting from the beginning of the part | ||
4427 | 2024.07.05 23:28:35.409016 [ 3 ] {a252dc6f-dc63-4953-b5be-97f86d0c75b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4428 | 2024.07.05 23:28:35.409078 [ 3 ] {a252dc6f-dc63-4953-b5be-97f86d0c75b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4429 | 2024.07.05 23:28:35.409408 [ 3 ] {a252dc6f-dc63-4953-b5be-97f86d0c75b3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4430 | 2024.07.05 23:28:35.410133 [ 3 ] {a252dc6f-dc63-4953-b5be-97f86d0c75b3} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4431 | 2024.07.05 23:28:35.410171 [ 3 ] {a252dc6f-dc63-4953-b5be-97f86d0c75b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
4432 | 2024.07.05 23:28:35.410449 [ 197 ] {41c6d68c-04fc-4ca2-8bf5-9cf02702be2b::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 582 rows, containing 4 columns (4 merged, 0 gathered) in 0.003021368 sec., 192627.97514238584 rows/sec., 15.04 MiB/sec. | ||
4433 | 2024.07.05 23:28:35.410691 [ 197 ] {41c6d68c-04fc-4ca2-8bf5-9cf02702be2b::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
4434 | 2024.07.05 23:28:35.411007 [ 3 ] {a252dc6f-dc63-4953-b5be-97f86d0c75b3} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
4435 | 2024.07.05 23:28:35.411614 [ 195 ] {41c6d68c-04fc-4ca2-8bf5-9cf02702be2b::all_1_26_5} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4436 | 2024.07.05 23:28:35.411721 [ 195 ] {41c6d68c-04fc-4ca2-8bf5-9cf02702be2b::all_1_26_5} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
4437 | 2024.07.05 23:28:35.411799 [ 3 ] {a252dc6f-dc63-4953-b5be-97f86d0c75b3} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4438 | 2024.07.05 23:28:35.411824 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
4439 | 2024.07.05 23:28:35.411961 [ 151 ] {} <Debug> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
4440 | 2024.07.05 23:28:35.411963 [ 3 ] {a252dc6f-dc63-4953-b5be-97f86d0c75b3} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.003098 sec., 51969.012265978046 rows/sec., 3.62 MiB/sec. | ||
4441 | 2024.07.05 23:28:35.411996 [ 151 ] {} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4442 | 2024.07.05 23:28:35.412041 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
4443 | 2024.07.05 23:28:35.412263 [ 197 ] {32bf2426-5e02-498f-a333-0e56dff421cb::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 | ||
4444 | 2024.07.05 23:28:35.412315 [ 3 ] {a252dc6f-dc63-4953-b5be-97f86d0c75b3} <Debug> DynamicQueryHandler: Done processing query | ||
4445 | 2024.07.05 23:28:35.412367 [ 3 ] {a252dc6f-dc63-4953-b5be-97f86d0c75b3} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4446 | 2024.07.05 23:28:35.412423 [ 3 ] {} <Debug> HTTP-Session: 87659f2f-49df-460a-8cea-76acf64084b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4447 | 2024.07.05 23:28:35.412526 [ 197 ] {32bf2426-5e02-498f-a333-0e56dff421cb::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4448 | 2024.07.05 23:28:35.412571 [ 197 ] {32bf2426-5e02-498f-a333-0e56dff421cb::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 3519 rows starting from the beginning of the part | ||
4449 | 2024.07.05 23:28:35.412609 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 17627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4450 | 2024.07.05 23:28:35.412760 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4451 | 2024.07.05 23:28:35.412822 [ 197 ] {32bf2426-5e02-498f-a333-0e56dff421cb::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 | ||
4452 | 2024.07.05 23:28:35.412847 [ 3 ] {} <Debug> HTTP-Session: 1c669915-377a-43cd-aba0-8f29c9eb709a Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
4453 | 2024.07.05 23:28:35.412919 [ 3 ] {} <Debug> HTTP-Session: 1c669915-377a-43cd-aba0-8f29c9eb709a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4454 | 2024.07.05 23:28:35.412989 [ 3 ] {} <Debug> HTTP-Session: 1c669915-377a-43cd-aba0-8f29c9eb709a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4455 | 2024.07.05 23:28:35.413139 [ 3 ] {} <Trace> HTTP-Session: 1c669915-377a-43cd-aba0-8f29c9eb709a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4456 | 2024.07.05 23:28:35.413152 [ 197 ] {32bf2426-5e02-498f-a333-0e56dff421cb::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 197 rows starting from the beginning of the part | ||
4457 | 2024.07.05 23:28:35.413397 [ 197 ] {32bf2426-5e02-498f-a333-0e56dff421cb::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 161 rows starting from the beginning of the part | ||
4458 | 2024.07.05 23:28:35.413583 [ 3 ] {040ca710-3409-4829-9948-d86a30c176f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4459 | 2024.07.05 23:28:35.413716 [ 197 ] {32bf2426-5e02-498f-a333-0e56dff421cb::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 161 rows starting from the beginning of the part | ||
4460 | 2024.07.05 23:28:35.413815 [ 3 ] {040ca710-3409-4829-9948-d86a30c176f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
4461 | 2024.07.05 23:28:35.414030 [ 197 ] {32bf2426-5e02-498f-a333-0e56dff421cb::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 161 rows starting from the beginning of the part | ||
4462 | 2024.07.05 23:28:35.415849 [ 3 ] {040ca710-3409-4829-9948-d86a30c176f1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4463 | 2024.07.05 23:28:35.417244 [ 3 ] {040ca710-3409-4829-9948-d86a30c176f1} <Trace> oximeter.measurements_histogramf64 (3a521290-854b-45c9-817a-bf8e30cab779): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4464 | 2024.07.05 23:28:35.417283 [ 3 ] {040ca710-3409-4829-9948-d86a30c176f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
4465 | 2024.07.05 23:28:35.418490 [ 197 ] {32bf2426-5e02-498f-a333-0e56dff421cb::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4361 rows, containing 5 columns (5 merged, 0 gathered) in 0.006337853 sec., 688087.9061095295 rows/sec., 47.96 MiB/sec. | ||
4466 | 2024.07.05 23:28:35.418785 [ 3 ] {040ca710-3409-4829-9948-d86a30c176f1} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
4467 | 2024.07.05 23:28:35.418930 [ 197 ] {32bf2426-5e02-498f-a333-0e56dff421cb::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
4468 | 2024.07.05 23:28:35.419954 [ 3 ] {040ca710-3409-4829-9948-d86a30c176f1} <Trace> oximeter.measurements_histogramf64 (3a521290-854b-45c9-817a-bf8e30cab779): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4469 | 2024.07.05 23:28:35.420047 [ 197 ] {32bf2426-5e02-498f-a333-0e56dff421cb::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4470 | 2024.07.05 23:28:35.420243 [ 151 ] {} <Debug> oximeter.measurements_histogramf64 (3a521290-854b-45c9-817a-bf8e30cab779) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
4471 | 2024.07.05 23:28:35.420293 [ 197 ] {32bf2426-5e02-498f-a333-0e56dff421cb::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
4472 | 2024.07.05 23:28:35.420335 [ 151 ] {} <Trace> oximeter.measurements_histogramf64 (3a521290-854b-45c9-817a-bf8e30cab779): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4473 | 2024.07.05 23:28:35.420361 [ 3 ] {040ca710-3409-4829-9948-d86a30c176f1} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.007022 sec., 1566.5052691540873 rows/sec., 2.81 MiB/sec. | ||
4474 | 2024.07.05 23:28:35.420384 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
4475 | 2024.07.05 23:28:35.420924 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.93 MiB. | ||
4476 | 2024.07.05 23:28:35.421086 [ 195 ] {3a521290-854b-45c9-817a-bf8e30cab779::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 | ||
4477 | 2024.07.05 23:28:35.421659 [ 3 ] {040ca710-3409-4829-9948-d86a30c176f1} <Debug> DynamicQueryHandler: Done processing query | ||
4478 | 2024.07.05 23:28:35.421696 [ 3 ] {040ca710-3409-4829-9948-d86a30c176f1} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
4479 | 2024.07.05 23:28:35.421726 [ 3 ] {} <Debug> HTTP-Session: 1c669915-377a-43cd-aba0-8f29c9eb709a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4480 | 2024.07.05 23:28:35.421794 [ 195 ] {3a521290-854b-45c9-817a-bf8e30cab779::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4481 | 2024.07.05 23:28:35.421846 [ 195 ] {3a521290-854b-45c9-817a-bf8e30cab779::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 187 rows starting from the beginning of the part | ||
4482 | 2024.07.05 23:28:35.421907 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4483 | 2024.07.05 23:28:35.422042 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4484 | 2024.07.05 23:28:35.422144 [ 3 ] {} <Debug> HTTP-Session: 583662df-2a30-4416-a5e3-684982a0c0fd Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
4485 | 2024.07.05 23:28:35.422246 [ 3 ] {} <Debug> HTTP-Session: 583662df-2a30-4416-a5e3-684982a0c0fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4486 | 2024.07.05 23:28:35.422306 [ 3 ] {} <Debug> HTTP-Session: 583662df-2a30-4416-a5e3-684982a0c0fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4487 | 2024.07.05 23:28:35.422399 [ 3 ] {} <Trace> HTTP-Session: 583662df-2a30-4416-a5e3-684982a0c0fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4488 | 2024.07.05 23:28:35.422405 [ 195 ] {3a521290-854b-45c9-817a-bf8e30cab779::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 11 rows starting from the beginning of the part | ||
4489 | 2024.07.05 23:28:35.422652 [ 3 ] {7ef05173-c3c9-4c41-874d-ac1d3f84195d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4490 | 2024.07.05 23:28:35.422827 [ 3 ] {7ef05173-c3c9-4c41-874d-ac1d3f84195d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4491 | 2024.07.05 23:28:35.422935 [ 195 ] {3a521290-854b-45c9-817a-bf8e30cab779::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 22 rows starting from the beginning of the part | ||
4492 | 2024.07.05 23:28:35.423493 [ 3 ] {7ef05173-c3c9-4c41-874d-ac1d3f84195d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4493 | 2024.07.05 23:28:35.423559 [ 195 ] {3a521290-854b-45c9-817a-bf8e30cab779::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 11 rows starting from the beginning of the part | ||
4494 | 2024.07.05 23:28:35.424125 [ 195 ] {3a521290-854b-45c9-817a-bf8e30cab779::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 22 rows starting from the beginning of the part | ||
4495 | 2024.07.05 23:28:35.424290 [ 3 ] {7ef05173-c3c9-4c41-874d-ac1d3f84195d} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4496 | 2024.07.05 23:28:35.424395 [ 3 ] {7ef05173-c3c9-4c41-874d-ac1d3f84195d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
4497 | 2024.07.05 23:28:35.424662 [ 195 ] {3a521290-854b-45c9-817a-bf8e30cab779::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 11 rows starting from the beginning of the part | ||
4498 | 2024.07.05 23:28:35.425370 [ 3 ] {7ef05173-c3c9-4c41-874d-ac1d3f84195d} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
4499 | 2024.07.05 23:28:35.425866 [ 3 ] {7ef05173-c3c9-4c41-874d-ac1d3f84195d} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4500 | 2024.07.05 23:28:35.426006 [ 151 ] {} <Debug> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
4501 | 2024.07.05 23:28:35.426010 [ 3 ] {7ef05173-c3c9-4c41-874d-ac1d3f84195d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003516 sec., 17064.846416382254 rows/sec., 1.15 MiB/sec. | ||
4502 | 2024.07.05 23:28:35.426050 [ 151 ] {} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4503 | 2024.07.05 23:28:35.426098 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
4504 | 2024.07.05 23:28:35.426489 [ 3 ] {7ef05173-c3c9-4c41-874d-ac1d3f84195d} <Debug> DynamicQueryHandler: Done processing query | ||
4505 | 2024.07.05 23:28:35.426559 [ 3 ] {7ef05173-c3c9-4c41-874d-ac1d3f84195d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4506 | 2024.07.05 23:28:35.426591 [ 197 ] {bcc711bb-3808-4d12-8719-f1e4bc8a9242::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 | ||
4507 | 2024.07.05 23:28:35.426624 [ 3 ] {} <Debug> HTTP-Session: 583662df-2a30-4416-a5e3-684982a0c0fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4508 | 2024.07.05 23:28:35.427060 [ 197 ] {bcc711bb-3808-4d12-8719-f1e4bc8a9242::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4509 | 2024.07.05 23:28:35.427128 [ 197 ] {bcc711bb-3808-4d12-8719-f1e4bc8a9242::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1222 rows starting from the beginning of the part | ||
4510 | 2024.07.05 23:28:35.427409 [ 197 ] {bcc711bb-3808-4d12-8719-f1e4bc8a9242::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 | ||
4511 | 2024.07.05 23:28:35.427698 [ 197 ] {bcc711bb-3808-4d12-8719-f1e4bc8a9242::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 | ||
4512 | 2024.07.05 23:28:35.428020 [ 197 ] {bcc711bb-3808-4d12-8719-f1e4bc8a9242::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 | ||
4513 | 2024.07.05 23:28:35.428270 [ 197 ] {bcc711bb-3808-4d12-8719-f1e4bc8a9242::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 | ||
4514 | 2024.07.05 23:28:35.428573 [ 197 ] {bcc711bb-3808-4d12-8719-f1e4bc8a9242::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 | ||
4515 | 2024.07.05 23:28:35.432082 [ 194 ] {bcc711bb-3808-4d12-8719-f1e4bc8a9242::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1522 rows, containing 4 columns (4 merged, 0 gathered) in 0.005841962 sec., 260528.91134861883 rows/sec., 17.56 MiB/sec. | ||
4516 | 2024.07.05 23:28:35.432551 [ 194 ] {bcc711bb-3808-4d12-8719-f1e4bc8a9242::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
4517 | 2024.07.05 23:28:35.433268 [ 194 ] {bcc711bb-3808-4d12-8719-f1e4bc8a9242::all_1_26_5} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4518 | 2024.07.05 23:28:35.433699 [ 194 ] {bcc711bb-3808-4d12-8719-f1e4bc8a9242::all_1_26_5} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
4519 | 2024.07.05 23:28:35.433742 [ 197 ] {3a521290-854b-45c9-817a-bf8e30cab779::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 264 rows, containing 19 columns (19 merged, 0 gathered) in 0.013204887 sec., 19992.59819489557 rows/sec., 35.83 MiB/sec. | ||
4520 | 2024.07.05 23:28:35.433877 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
4521 | 2024.07.05 23:28:35.434254 [ 197 ] {3a521290-854b-45c9-817a-bf8e30cab779::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
4522 | 2024.07.05 23:28:35.434849 [ 197 ] {3a521290-854b-45c9-817a-bf8e30cab779::all_1_16_3} <Trace> oximeter.measurements_histogramf64 (3a521290-854b-45c9-817a-bf8e30cab779): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4523 | 2024.07.05 23:28:35.434937 [ 197 ] {3a521290-854b-45c9-817a-bf8e30cab779::all_1_16_3} <Trace> oximeter.measurements_histogramf64 (3a521290-854b-45c9-817a-bf8e30cab779) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
4524 | 2024.07.05 23:28:35.435088 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.38 MiB. | ||
4525 | 2024.07.05 23:28:40.379659 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 3207, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4526 | 2024.07.05 23:28:40.379803 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4527 | 2024.07.05 23:28:40.379833 [ 3 ] {} <Debug> HTTP-Session: 5309cef8-5142-4c32-a867-19cc604bcb98 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
4528 | 2024.07.05 23:28:40.379861 [ 3 ] {} <Debug> HTTP-Session: 5309cef8-5142-4c32-a867-19cc604bcb98 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4529 | 2024.07.05 23:28:40.379879 [ 3 ] {} <Debug> HTTP-Session: 5309cef8-5142-4c32-a867-19cc604bcb98 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4530 | 2024.07.05 23:28:40.379937 [ 3 ] {} <Trace> HTTP-Session: 5309cef8-5142-4c32-a867-19cc604bcb98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4531 | 2024.07.05 23:28:40.380134 [ 3 ] {5325258a-6334-4cc1-9ce0-4aa63da4056a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4532 | 2024.07.05 23:28:40.380203 [ 3 ] {5325258a-6334-4cc1-9ce0-4aa63da4056a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4533 | 2024.07.05 23:28:40.380405 [ 3 ] {5325258a-6334-4cc1-9ce0-4aa63da4056a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4534 | 2024.07.05 23:28:40.380895 [ 3 ] {5325258a-6334-4cc1-9ce0-4aa63da4056a} <Trace> oximeter.fields_i64 (90cc20bc-62f3-4585-81bd-da47c52ed55a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4535 | 2024.07.05 23:28:40.380941 [ 3 ] {5325258a-6334-4cc1-9ce0-4aa63da4056a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
4536 | 2024.07.05 23:28:40.381335 [ 3 ] {5325258a-6334-4cc1-9ce0-4aa63da4056a} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
4537 | 2024.07.05 23:28:40.381697 [ 3 ] {5325258a-6334-4cc1-9ce0-4aa63da4056a} <Trace> oximeter.fields_i64 (90cc20bc-62f3-4585-81bd-da47c52ed55a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4538 | 2024.07.05 23:28:40.381875 [ 3 ] {5325258a-6334-4cc1-9ce0-4aa63da4056a} <Debug> executeQuery: Read 22 rows, 1.78 KiB in 0.001798 sec., 12235.817575083427 rows/sec., 991.77 KiB/sec. | ||
4539 | 2024.07.05 23:28:40.382096 [ 3 ] {5325258a-6334-4cc1-9ce0-4aa63da4056a} <Debug> DynamicQueryHandler: Done processing query | ||
4540 | 2024.07.05 23:28:40.382123 [ 3 ] {5325258a-6334-4cc1-9ce0-4aa63da4056a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4541 | 2024.07.05 23:28:40.382140 [ 3 ] {} <Debug> HTTP-Session: 5309cef8-5142-4c32-a867-19cc604bcb98 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4542 | 2024.07.05 23:28:40.382280 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 17746, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4543 | 2024.07.05 23:28:40.382339 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4544 | 2024.07.05 23:28:40.382360 [ 3 ] {} <Debug> HTTP-Session: d21c38a5-68ac-41ce-9751-740aa1cc7d43 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
4545 | 2024.07.05 23:28:40.382378 [ 3 ] {} <Debug> HTTP-Session: d21c38a5-68ac-41ce-9751-740aa1cc7d43 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4546 | 2024.07.05 23:28:40.382393 [ 3 ] {} <Debug> HTTP-Session: d21c38a5-68ac-41ce-9751-740aa1cc7d43 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4547 | 2024.07.05 23:28:40.382431 [ 3 ] {} <Trace> HTTP-Session: d21c38a5-68ac-41ce-9751-740aa1cc7d43 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4548 | 2024.07.05 23:28:40.382577 [ 3 ] {fd468fb1-5c29-4763-aa99-f25770e0cd70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4549 | 2024.07.05 23:28:40.382624 [ 3 ] {fd468fb1-5c29-4763-aa99-f25770e0cd70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4550 | 2024.07.05 23:28:40.382755 [ 3 ] {fd468fb1-5c29-4763-aa99-f25770e0cd70} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4551 | 2024.07.05 23:28:40.383199 [ 3 ] {fd468fb1-5c29-4763-aa99-f25770e0cd70} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4552 | 2024.07.05 23:28:40.383237 [ 3 ] {fd468fb1-5c29-4763-aa99-f25770e0cd70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
4553 | 2024.07.05 23:28:40.383568 [ 3 ] {fd468fb1-5c29-4763-aa99-f25770e0cd70} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
4554 | 2024.07.05 23:28:40.383886 [ 3 ] {fd468fb1-5c29-4763-aa99-f25770e0cd70} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4555 | 2024.07.05 23:28:40.384053 [ 3 ] {fd468fb1-5c29-4763-aa99-f25770e0cd70} <Debug> executeQuery: Read 122 rows, 10.31 KiB in 0.001531 sec., 79686.47942521228 rows/sec., 6.58 MiB/sec. | ||
4556 | 2024.07.05 23:28:40.384359 [ 3 ] {fd468fb1-5c29-4763-aa99-f25770e0cd70} <Debug> DynamicQueryHandler: Done processing query | ||
4557 | 2024.07.05 23:28:40.384390 [ 3 ] {fd468fb1-5c29-4763-aa99-f25770e0cd70} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
4558 | 2024.07.05 23:28:40.384407 [ 3 ] {} <Debug> HTTP-Session: d21c38a5-68ac-41ce-9751-740aa1cc7d43 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4559 | 2024.07.05 23:28:40.384544 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 14612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4560 | 2024.07.05 23:28:40.384595 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4561 | 2024.07.05 23:28:40.384616 [ 3 ] {} <Debug> HTTP-Session: 08f8751b-4487-45e4-9c9e-b5e848f2ba3e Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
4562 | 2024.07.05 23:28:40.384633 [ 3 ] {} <Debug> HTTP-Session: 08f8751b-4487-45e4-9c9e-b5e848f2ba3e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4563 | 2024.07.05 23:28:40.384648 [ 3 ] {} <Debug> HTTP-Session: 08f8751b-4487-45e4-9c9e-b5e848f2ba3e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4564 | 2024.07.05 23:28:40.384680 [ 3 ] {} <Trace> HTTP-Session: 08f8751b-4487-45e4-9c9e-b5e848f2ba3e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4565 | 2024.07.05 23:28:40.384802 [ 3 ] {fbd960e6-b17f-4cff-bfef-5f576ed0e6f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4566 | 2024.07.05 23:28:40.384847 [ 3 ] {fbd960e6-b17f-4cff-bfef-5f576ed0e6f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4567 | 2024.07.05 23:28:40.384995 [ 3 ] {fbd960e6-b17f-4cff-bfef-5f576ed0e6f6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4568 | 2024.07.05 23:28:40.385369 [ 3 ] {fbd960e6-b17f-4cff-bfef-5f576ed0e6f6} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4569 | 2024.07.05 23:28:40.385406 [ 3 ] {fbd960e6-b17f-4cff-bfef-5f576ed0e6f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
4570 | 2024.07.05 23:28:40.385727 [ 3 ] {fbd960e6-b17f-4cff-bfef-5f576ed0e6f6} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
4571 | 2024.07.05 23:28:40.386041 [ 3 ] {fbd960e6-b17f-4cff-bfef-5f576ed0e6f6} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4572 | 2024.07.05 23:28:40.386195 [ 3 ] {fbd960e6-b17f-4cff-bfef-5f576ed0e6f6} <Debug> executeQuery: Read 86 rows, 6.88 KiB in 0.001431 sec., 60097.83368273934 rows/sec., 4.69 MiB/sec. | ||
4573 | 2024.07.05 23:28:40.386364 [ 3 ] {fbd960e6-b17f-4cff-bfef-5f576ed0e6f6} <Debug> DynamicQueryHandler: Done processing query | ||
4574 | 2024.07.05 23:28:40.386389 [ 3 ] {fbd960e6-b17f-4cff-bfef-5f576ed0e6f6} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
4575 | 2024.07.05 23:28:40.386404 [ 3 ] {} <Debug> HTTP-Session: 08f8751b-4487-45e4-9c9e-b5e848f2ba3e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4576 | 2024.07.05 23:28:40.386553 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4577 | 2024.07.05 23:28:40.386602 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4578 | 2024.07.05 23:28:40.386621 [ 3 ] {} <Debug> HTTP-Session: 5169a5fc-d979-4157-bfc2-f63dddce24f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
4579 | 2024.07.05 23:28:40.386638 [ 3 ] {} <Debug> HTTP-Session: 5169a5fc-d979-4157-bfc2-f63dddce24f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4580 | 2024.07.05 23:28:40.386651 [ 3 ] {} <Debug> HTTP-Session: 5169a5fc-d979-4157-bfc2-f63dddce24f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4581 | 2024.07.05 23:28:40.386682 [ 3 ] {} <Trace> HTTP-Session: 5169a5fc-d979-4157-bfc2-f63dddce24f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4582 | 2024.07.05 23:28:40.386834 [ 3 ] {ecdaf4f7-a181-4135-a729-639e94846cba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4583 | 2024.07.05 23:28:40.386882 [ 3 ] {ecdaf4f7-a181-4135-a729-639e94846cba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4584 | 2024.07.05 23:28:40.387026 [ 3 ] {ecdaf4f7-a181-4135-a729-639e94846cba} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4585 | 2024.07.05 23:28:40.387425 [ 3 ] {ecdaf4f7-a181-4135-a729-639e94846cba} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4586 | 2024.07.05 23:28:40.387462 [ 3 ] {ecdaf4f7-a181-4135-a729-639e94846cba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
4587 | 2024.07.05 23:28:40.387863 [ 3 ] {ecdaf4f7-a181-4135-a729-639e94846cba} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
4588 | 2024.07.05 23:28:40.388210 [ 3 ] {ecdaf4f7-a181-4135-a729-639e94846cba} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4589 | 2024.07.05 23:28:40.388400 [ 3 ] {ecdaf4f7-a181-4135-a729-639e94846cba} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001632 sec., 98039.21568627452 rows/sec., 6.83 MiB/sec. | ||
4590 | 2024.07.05 23:28:40.388573 [ 3 ] {ecdaf4f7-a181-4135-a729-639e94846cba} <Debug> DynamicQueryHandler: Done processing query | ||
4591 | 2024.07.05 23:28:40.388598 [ 3 ] {ecdaf4f7-a181-4135-a729-639e94846cba} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4592 | 2024.07.05 23:28:40.388614 [ 3 ] {} <Debug> HTTP-Session: 5169a5fc-d979-4157-bfc2-f63dddce24f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4593 | 2024.07.05 23:28:40.388798 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 35368, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4594 | 2024.07.05 23:28:40.388849 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4595 | 2024.07.05 23:28:40.388869 [ 3 ] {} <Debug> HTTP-Session: df2d7438-1b8f-44f5-93cd-cdc6e50e77a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
4596 | 2024.07.05 23:28:40.388886 [ 3 ] {} <Debug> HTTP-Session: df2d7438-1b8f-44f5-93cd-cdc6e50e77a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4597 | 2024.07.05 23:28:40.388901 [ 3 ] {} <Debug> HTTP-Session: df2d7438-1b8f-44f5-93cd-cdc6e50e77a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4598 | 2024.07.05 23:28:40.388933 [ 3 ] {} <Trace> HTTP-Session: df2d7438-1b8f-44f5-93cd-cdc6e50e77a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4599 | 2024.07.05 23:28:40.389184 [ 3 ] {ae23d0be-2728-48f1-bf92-61136414b84d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4600 | 2024.07.05 23:28:40.389248 [ 3 ] {ae23d0be-2728-48f1-bf92-61136414b84d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
4601 | 2024.07.05 23:28:40.389650 [ 3 ] {ae23d0be-2728-48f1-bf92-61136414b84d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4602 | 2024.07.05 23:28:40.390294 [ 3 ] {ae23d0be-2728-48f1-bf92-61136414b84d} <Trace> oximeter.measurements_histogramf64 (3a521290-854b-45c9-817a-bf8e30cab779): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4603 | 2024.07.05 23:28:40.390331 [ 3 ] {ae23d0be-2728-48f1-bf92-61136414b84d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
4604 | 2024.07.05 23:28:40.390969 [ 3 ] {ae23d0be-2728-48f1-bf92-61136414b84d} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
4605 | 2024.07.05 23:28:40.391482 [ 3 ] {ae23d0be-2728-48f1-bf92-61136414b84d} <Trace> oximeter.measurements_histogramf64 (3a521290-854b-45c9-817a-bf8e30cab779): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4606 | 2024.07.05 23:28:40.391705 [ 3 ] {ae23d0be-2728-48f1-bf92-61136414b84d} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.00269 sec., 8178.438661710037 rows/sec., 14.66 MiB/sec. | ||
4607 | 2024.07.05 23:28:40.391973 [ 3 ] {ae23d0be-2728-48f1-bf92-61136414b84d} <Debug> DynamicQueryHandler: Done processing query | ||
4608 | 2024.07.05 23:28:40.392005 [ 3 ] {ae23d0be-2728-48f1-bf92-61136414b84d} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
4609 | 2024.07.05 23:28:40.392022 [ 3 ] {} <Debug> HTTP-Session: df2d7438-1b8f-44f5-93cd-cdc6e50e77a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4610 | 2024.07.05 23:28:40.392149 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4611 | 2024.07.05 23:28:40.392200 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4612 | 2024.07.05 23:28:40.392220 [ 3 ] {} <Debug> HTTP-Session: 3255f7b4-fcb9-4c78-8ce1-e06f7505dc8d Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
4613 | 2024.07.05 23:28:40.392237 [ 3 ] {} <Debug> HTTP-Session: 3255f7b4-fcb9-4c78-8ce1-e06f7505dc8d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4614 | 2024.07.05 23:28:40.392251 [ 3 ] {} <Debug> HTTP-Session: 3255f7b4-fcb9-4c78-8ce1-e06f7505dc8d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4615 | 2024.07.05 23:28:40.392283 [ 3 ] {} <Trace> HTTP-Session: 3255f7b4-fcb9-4c78-8ce1-e06f7505dc8d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4616 | 2024.07.05 23:28:40.392409 [ 3 ] {75c1f048-055a-447b-9e6b-a9db7000cddb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4617 | 2024.07.05 23:28:40.392457 [ 3 ] {75c1f048-055a-447b-9e6b-a9db7000cddb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4618 | 2024.07.05 23:28:40.392591 [ 3 ] {75c1f048-055a-447b-9e6b-a9db7000cddb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4619 | 2024.07.05 23:28:40.392898 [ 3 ] {75c1f048-055a-447b-9e6b-a9db7000cddb} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4620 | 2024.07.05 23:28:40.392936 [ 3 ] {75c1f048-055a-447b-9e6b-a9db7000cddb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
4621 | 2024.07.05 23:28:40.393310 [ 3 ] {75c1f048-055a-447b-9e6b-a9db7000cddb} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
4622 | 2024.07.05 23:28:40.393639 [ 3 ] {75c1f048-055a-447b-9e6b-a9db7000cddb} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4623 | 2024.07.05 23:28:40.393769 [ 3 ] {75c1f048-055a-447b-9e6b-a9db7000cddb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001404 sec., 42735.042735042734 rows/sec., 2.88 MiB/sec. | ||
4624 | 2024.07.05 23:28:40.393982 [ 3 ] {75c1f048-055a-447b-9e6b-a9db7000cddb} <Debug> DynamicQueryHandler: Done processing query | ||
4625 | 2024.07.05 23:28:40.394007 [ 3 ] {75c1f048-055a-447b-9e6b-a9db7000cddb} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4626 | 2024.07.05 23:28:40.394023 [ 3 ] {} <Debug> HTTP-Session: 3255f7b4-fcb9-4c78-8ce1-e06f7505dc8d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4627 | 2024.07.05 23:28:44.266509 [ 144 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4628 | 2024.07.05 23:28:44.266580 [ 144 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4629 | 2024.07.05 23:28:45.380226 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 1632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4630 | 2024.07.05 23:28:45.380359 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4631 | 2024.07.05 23:28:45.380390 [ 3 ] {} <Debug> HTTP-Session: b9d94487-2142-4794-89f9-353dd827dea8 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
4632 | 2024.07.05 23:28:45.380420 [ 3 ] {} <Debug> HTTP-Session: b9d94487-2142-4794-89f9-353dd827dea8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4633 | 2024.07.05 23:28:45.380439 [ 3 ] {} <Debug> HTTP-Session: b9d94487-2142-4794-89f9-353dd827dea8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4634 | 2024.07.05 23:28:45.380497 [ 3 ] {} <Trace> HTTP-Session: b9d94487-2142-4794-89f9-353dd827dea8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4635 | 2024.07.05 23:28:45.380712 [ 3 ] {02854181-b62d-4d60-b3ff-0eaa13ee10e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4636 | 2024.07.05 23:28:45.380792 [ 3 ] {02854181-b62d-4d60-b3ff-0eaa13ee10e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4637 | 2024.07.05 23:28:45.381021 [ 3 ] {02854181-b62d-4d60-b3ff-0eaa13ee10e9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4638 | 2024.07.05 23:28:45.381516 [ 3 ] {02854181-b62d-4d60-b3ff-0eaa13ee10e9} <Trace> oximeter.fields_i64 (90cc20bc-62f3-4585-81bd-da47c52ed55a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4639 | 2024.07.05 23:28:45.381575 [ 3 ] {02854181-b62d-4d60-b3ff-0eaa13ee10e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
4640 | 2024.07.05 23:28:45.381989 [ 3 ] {02854181-b62d-4d60-b3ff-0eaa13ee10e9} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
4641 | 2024.07.05 23:28:45.382340 [ 3 ] {02854181-b62d-4d60-b3ff-0eaa13ee10e9} <Trace> oximeter.fields_i64 (90cc20bc-62f3-4585-81bd-da47c52ed55a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4642 | 2024.07.05 23:28:45.382532 [ 3 ] {02854181-b62d-4d60-b3ff-0eaa13ee10e9} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.001873 sec., 5872.931126534971 rows/sec., 476.03 KiB/sec. | ||
4643 | 2024.07.05 23:28:45.382810 [ 3 ] {02854181-b62d-4d60-b3ff-0eaa13ee10e9} <Debug> DynamicQueryHandler: Done processing query | ||
4644 | 2024.07.05 23:28:45.382839 [ 3 ] {02854181-b62d-4d60-b3ff-0eaa13ee10e9} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4645 | 2024.07.05 23:28:45.382856 [ 3 ] {} <Debug> HTTP-Session: b9d94487-2142-4794-89f9-353dd827dea8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4646 | 2024.07.05 23:28:45.383015 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 12804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4647 | 2024.07.05 23:28:45.383074 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4648 | 2024.07.05 23:28:45.383094 [ 3 ] {} <Debug> HTTP-Session: 57d02fea-9128-45f0-849a-a8f5c94a1fb7 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
4649 | 2024.07.05 23:28:45.383113 [ 3 ] {} <Debug> HTTP-Session: 57d02fea-9128-45f0-849a-a8f5c94a1fb7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4650 | 2024.07.05 23:28:45.383128 [ 3 ] {} <Debug> HTTP-Session: 57d02fea-9128-45f0-849a-a8f5c94a1fb7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4651 | 2024.07.05 23:28:45.383164 [ 3 ] {} <Trace> HTTP-Session: 57d02fea-9128-45f0-849a-a8f5c94a1fb7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4652 | 2024.07.05 23:28:45.383298 [ 3 ] {a5d1b3bb-5f38-4bba-8f41-ab729b0eb594} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4653 | 2024.07.05 23:28:45.383348 [ 3 ] {a5d1b3bb-5f38-4bba-8f41-ab729b0eb594} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4654 | 2024.07.05 23:28:45.383480 [ 3 ] {a5d1b3bb-5f38-4bba-8f41-ab729b0eb594} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4655 | 2024.07.05 23:28:45.383883 [ 3 ] {a5d1b3bb-5f38-4bba-8f41-ab729b0eb594} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4656 | 2024.07.05 23:28:45.383922 [ 3 ] {a5d1b3bb-5f38-4bba-8f41-ab729b0eb594} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
4657 | 2024.07.05 23:28:45.384247 [ 3 ] {a5d1b3bb-5f38-4bba-8f41-ab729b0eb594} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
4658 | 2024.07.05 23:28:45.384575 [ 3 ] {a5d1b3bb-5f38-4bba-8f41-ab729b0eb594} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4659 | 2024.07.05 23:28:45.384739 [ 3 ] {a5d1b3bb-5f38-4bba-8f41-ab729b0eb594} <Debug> executeQuery: Read 89 rows, 7.36 KiB in 0.001482 sec., 60053.981106612686 rows/sec., 4.85 MiB/sec. | ||
4660 | 2024.07.05 23:28:45.384917 [ 3 ] {a5d1b3bb-5f38-4bba-8f41-ab729b0eb594} <Debug> DynamicQueryHandler: Done processing query | ||
4661 | 2024.07.05 23:28:45.384944 [ 3 ] {a5d1b3bb-5f38-4bba-8f41-ab729b0eb594} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
4662 | 2024.07.05 23:28:45.384961 [ 3 ] {} <Debug> HTTP-Session: 57d02fea-9128-45f0-849a-a8f5c94a1fb7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4663 | 2024.07.05 23:28:45.385092 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 12751, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4664 | 2024.07.05 23:28:45.385145 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4665 | 2024.07.05 23:28:45.385165 [ 3 ] {} <Debug> HTTP-Session: 6f409fee-6067-415f-8dbf-8c446f372d65 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
4666 | 2024.07.05 23:28:45.385182 [ 3 ] {} <Debug> HTTP-Session: 6f409fee-6067-415f-8dbf-8c446f372d65 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4667 | 2024.07.05 23:28:45.385197 [ 3 ] {} <Debug> HTTP-Session: 6f409fee-6067-415f-8dbf-8c446f372d65 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4668 | 2024.07.05 23:28:45.385230 [ 3 ] {} <Trace> HTTP-Session: 6f409fee-6067-415f-8dbf-8c446f372d65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4669 | 2024.07.05 23:28:45.385359 [ 3 ] {b5b942fc-2818-4d00-92d8-72b218e1f36b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4670 | 2024.07.05 23:28:45.385405 [ 3 ] {b5b942fc-2818-4d00-92d8-72b218e1f36b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4671 | 2024.07.05 23:28:45.385533 [ 3 ] {b5b942fc-2818-4d00-92d8-72b218e1f36b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4672 | 2024.07.05 23:28:45.385941 [ 3 ] {b5b942fc-2818-4d00-92d8-72b218e1f36b} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4673 | 2024.07.05 23:28:45.385981 [ 3 ] {b5b942fc-2818-4d00-92d8-72b218e1f36b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
4674 | 2024.07.05 23:28:45.386304 [ 3 ] {b5b942fc-2818-4d00-92d8-72b218e1f36b} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
4675 | 2024.07.05 23:28:45.386610 [ 3 ] {b5b942fc-2818-4d00-92d8-72b218e1f36b} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4676 | 2024.07.05 23:28:45.386766 [ 3 ] {b5b942fc-2818-4d00-92d8-72b218e1f36b} <Debug> executeQuery: Read 75 rows, 6.00 KiB in 0.001449 sec., 51759.83436853002 rows/sec., 4.04 MiB/sec. | ||
4677 | 2024.07.05 23:28:45.386941 [ 3 ] {b5b942fc-2818-4d00-92d8-72b218e1f36b} <Debug> DynamicQueryHandler: Done processing query | ||
4678 | 2024.07.05 23:28:45.386967 [ 3 ] {b5b942fc-2818-4d00-92d8-72b218e1f36b} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
4679 | 2024.07.05 23:28:45.386984 [ 3 ] {} <Debug> HTTP-Session: 6f409fee-6067-415f-8dbf-8c446f372d65 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4680 | 2024.07.05 23:28:45.387211 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4681 | 2024.07.05 23:28:45.387260 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4682 | 2024.07.05 23:28:45.387279 [ 3 ] {} <Debug> HTTP-Session: 2adebe06-f027-4d53-9cde-1653e4c4eb7c Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
4683 | 2024.07.05 23:28:45.387297 [ 3 ] {} <Debug> HTTP-Session: 2adebe06-f027-4d53-9cde-1653e4c4eb7c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4684 | 2024.07.05 23:28:45.387311 [ 3 ] {} <Debug> HTTP-Session: 2adebe06-f027-4d53-9cde-1653e4c4eb7c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4685 | 2024.07.05 23:28:45.387342 [ 3 ] {} <Trace> HTTP-Session: 2adebe06-f027-4d53-9cde-1653e4c4eb7c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4686 | 2024.07.05 23:28:45.387496 [ 3 ] {1b556f3b-1075-4f96-b16e-6c4953705237} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4687 | 2024.07.05 23:28:45.387545 [ 3 ] {1b556f3b-1075-4f96-b16e-6c4953705237} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4688 | 2024.07.05 23:28:45.387692 [ 3 ] {1b556f3b-1075-4f96-b16e-6c4953705237} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4689 | 2024.07.05 23:28:45.388147 [ 3 ] {1b556f3b-1075-4f96-b16e-6c4953705237} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4690 | 2024.07.05 23:28:45.388185 [ 3 ] {1b556f3b-1075-4f96-b16e-6c4953705237} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
4691 | 2024.07.05 23:28:45.388582 [ 3 ] {1b556f3b-1075-4f96-b16e-6c4953705237} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
4692 | 2024.07.05 23:28:45.388926 [ 3 ] {1b556f3b-1075-4f96-b16e-6c4953705237} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4693 | 2024.07.05 23:28:45.389086 [ 3 ] {1b556f3b-1075-4f96-b16e-6c4953705237} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001655 sec., 96676.73716012084 rows/sec., 6.73 MiB/sec. | ||
4694 | 2024.07.05 23:28:45.389429 [ 3 ] {1b556f3b-1075-4f96-b16e-6c4953705237} <Debug> DynamicQueryHandler: Done processing query | ||
4695 | 2024.07.05 23:28:45.389455 [ 3 ] {1b556f3b-1075-4f96-b16e-6c4953705237} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4696 | 2024.07.05 23:28:45.389472 [ 3 ] {} <Debug> HTTP-Session: 2adebe06-f027-4d53-9cde-1653e4c4eb7c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4697 | 2024.07.05 23:28:45.389614 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 17618, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4698 | 2024.07.05 23:28:45.389664 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4699 | 2024.07.05 23:28:45.389683 [ 3 ] {} <Debug> HTTP-Session: baa10d1d-62c6-44ee-bc2e-8e1c64e37bae Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
4700 | 2024.07.05 23:28:45.389700 [ 3 ] {} <Debug> HTTP-Session: baa10d1d-62c6-44ee-bc2e-8e1c64e37bae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4701 | 2024.07.05 23:28:45.389715 [ 3 ] {} <Debug> HTTP-Session: baa10d1d-62c6-44ee-bc2e-8e1c64e37bae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4702 | 2024.07.05 23:28:45.389746 [ 3 ] {} <Trace> HTTP-Session: baa10d1d-62c6-44ee-bc2e-8e1c64e37bae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4703 | 2024.07.05 23:28:45.389937 [ 3 ] {2fcb37a6-799e-4800-b298-c5d3216a638e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4704 | 2024.07.05 23:28:45.390012 [ 3 ] {2fcb37a6-799e-4800-b298-c5d3216a638e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
4705 | 2024.07.05 23:28:45.390450 [ 3 ] {2fcb37a6-799e-4800-b298-c5d3216a638e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4706 | 2024.07.05 23:28:45.391017 [ 3 ] {2fcb37a6-799e-4800-b298-c5d3216a638e} <Trace> oximeter.measurements_histogramf64 (3a521290-854b-45c9-817a-bf8e30cab779): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4707 | 2024.07.05 23:28:45.391054 [ 3 ] {2fcb37a6-799e-4800-b298-c5d3216a638e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
4708 | 2024.07.05 23:28:45.391656 [ 3 ] {2fcb37a6-799e-4800-b298-c5d3216a638e} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
4709 | 2024.07.05 23:28:45.392078 [ 3 ] {2fcb37a6-799e-4800-b298-c5d3216a638e} <Trace> oximeter.measurements_histogramf64 (3a521290-854b-45c9-817a-bf8e30cab779): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4710 | 2024.07.05 23:28:45.392267 [ 3 ] {2fcb37a6-799e-4800-b298-c5d3216a638e} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002442 sec., 4504.504504504504 rows/sec., 8.07 MiB/sec. | ||
4711 | 2024.07.05 23:28:45.392496 [ 3 ] {2fcb37a6-799e-4800-b298-c5d3216a638e} <Debug> DynamicQueryHandler: Done processing query | ||
4712 | 2024.07.05 23:28:45.392522 [ 3 ] {2fcb37a6-799e-4800-b298-c5d3216a638e} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
4713 | 2024.07.05 23:28:45.392538 [ 3 ] {} <Debug> HTTP-Session: baa10d1d-62c6-44ee-bc2e-8e1c64e37bae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4714 | 2024.07.05 23:28:45.392679 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4715 | 2024.07.05 23:28:45.392728 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4716 | 2024.07.05 23:28:45.392747 [ 3 ] {} <Debug> HTTP-Session: fcaa5f5b-5b6c-46dd-910d-6fe0c5d99f5f Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
4717 | 2024.07.05 23:28:45.392764 [ 3 ] {} <Debug> HTTP-Session: fcaa5f5b-5b6c-46dd-910d-6fe0c5d99f5f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4718 | 2024.07.05 23:28:45.392778 [ 3 ] {} <Debug> HTTP-Session: fcaa5f5b-5b6c-46dd-910d-6fe0c5d99f5f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4719 | 2024.07.05 23:28:45.392810 [ 3 ] {} <Trace> HTTP-Session: fcaa5f5b-5b6c-46dd-910d-6fe0c5d99f5f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4720 | 2024.07.05 23:28:45.392944 [ 3 ] {e1decfb6-fcb4-4345-9af7-06fd89c1af24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4721 | 2024.07.05 23:28:45.392989 [ 3 ] {e1decfb6-fcb4-4345-9af7-06fd89c1af24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4722 | 2024.07.05 23:28:45.393118 [ 3 ] {e1decfb6-fcb4-4345-9af7-06fd89c1af24} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4723 | 2024.07.05 23:28:45.393454 [ 3 ] {e1decfb6-fcb4-4345-9af7-06fd89c1af24} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4724 | 2024.07.05 23:28:45.393491 [ 3 ] {e1decfb6-fcb4-4345-9af7-06fd89c1af24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
4725 | 2024.07.05 23:28:45.393855 [ 3 ] {e1decfb6-fcb4-4345-9af7-06fd89c1af24} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
4726 | 2024.07.05 23:28:45.394181 [ 3 ] {e1decfb6-fcb4-4345-9af7-06fd89c1af24} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4727 | 2024.07.05 23:28:45.394331 [ 3 ] {e1decfb6-fcb4-4345-9af7-06fd89c1af24} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001438 sec., 41724.61752433936 rows/sec., 2.81 MiB/sec. | ||
4728 | 2024.07.05 23:28:45.394629 [ 3 ] {e1decfb6-fcb4-4345-9af7-06fd89c1af24} <Debug> DynamicQueryHandler: Done processing query | ||
4729 | 2024.07.05 23:28:45.394662 [ 3 ] {e1decfb6-fcb4-4345-9af7-06fd89c1af24} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4730 | 2024.07.05 23:28:45.394679 [ 3 ] {} <Debug> HTTP-Session: fcaa5f5b-5b6c-46dd-910d-6fe0c5d99f5f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4731 | 2024.07.05 23:28:50.381402 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 3207, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4732 | 2024.07.05 23:28:50.381538 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4733 | 2024.07.05 23:28:50.381564 [ 3 ] {} <Debug> HTTP-Session: c68ff831-f163-4c1a-ad7f-34f8ddd10ae9 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
4734 | 2024.07.05 23:28:50.381590 [ 3 ] {} <Debug> HTTP-Session: c68ff831-f163-4c1a-ad7f-34f8ddd10ae9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4735 | 2024.07.05 23:28:50.381605 [ 3 ] {} <Debug> HTTP-Session: c68ff831-f163-4c1a-ad7f-34f8ddd10ae9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4736 | 2024.07.05 23:28:50.381657 [ 3 ] {} <Trace> HTTP-Session: c68ff831-f163-4c1a-ad7f-34f8ddd10ae9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4737 | 2024.07.05 23:28:50.381858 [ 3 ] {54131e80-3fdf-4f3a-9cbd-10dba073997a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4738 | 2024.07.05 23:28:50.381929 [ 3 ] {54131e80-3fdf-4f3a-9cbd-10dba073997a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4739 | 2024.07.05 23:28:50.382129 [ 3 ] {54131e80-3fdf-4f3a-9cbd-10dba073997a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4740 | 2024.07.05 23:28:50.382610 [ 3 ] {54131e80-3fdf-4f3a-9cbd-10dba073997a} <Trace> oximeter.fields_i64 (90cc20bc-62f3-4585-81bd-da47c52ed55a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4741 | 2024.07.05 23:28:50.382656 [ 3 ] {54131e80-3fdf-4f3a-9cbd-10dba073997a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
4742 | 2024.07.05 23:28:50.383041 [ 3 ] {54131e80-3fdf-4f3a-9cbd-10dba073997a} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
4743 | 2024.07.05 23:28:50.383381 [ 3 ] {54131e80-3fdf-4f3a-9cbd-10dba073997a} <Trace> oximeter.fields_i64 (90cc20bc-62f3-4585-81bd-da47c52ed55a): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4744 | 2024.07.05 23:28:50.383566 [ 3 ] {54131e80-3fdf-4f3a-9cbd-10dba073997a} <Debug> executeQuery: Read 22 rows, 1.78 KiB in 0.001772 sec., 12415.349887133183 rows/sec., 1006.32 KiB/sec. | ||
4745 | 2024.07.05 23:28:50.383791 [ 3 ] {54131e80-3fdf-4f3a-9cbd-10dba073997a} <Debug> DynamicQueryHandler: Done processing query | ||
4746 | 2024.07.05 23:28:50.383820 [ 3 ] {54131e80-3fdf-4f3a-9cbd-10dba073997a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4747 | 2024.07.05 23:28:50.383836 [ 3 ] {} <Debug> HTTP-Session: c68ff831-f163-4c1a-ad7f-34f8ddd10ae9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4748 | 2024.07.05 23:28:50.384003 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 22684, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4749 | 2024.07.05 23:28:50.384063 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4750 | 2024.07.05 23:28:50.384084 [ 3 ] {} <Debug> HTTP-Session: 7f6e4bdd-bf63-424d-8b32-9cf6239055eb Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
4751 | 2024.07.05 23:28:50.384103 [ 3 ] {} <Debug> HTTP-Session: 7f6e4bdd-bf63-424d-8b32-9cf6239055eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4752 | 2024.07.05 23:28:50.384117 [ 3 ] {} <Debug> HTTP-Session: 7f6e4bdd-bf63-424d-8b32-9cf6239055eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4753 | 2024.07.05 23:28:50.384153 [ 3 ] {} <Trace> HTTP-Session: 7f6e4bdd-bf63-424d-8b32-9cf6239055eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4754 | 2024.07.05 23:28:50.384308 [ 3 ] {a6a7b310-b613-4332-8328-5c330f8465c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4755 | 2024.07.05 23:28:50.384358 [ 3 ] {a6a7b310-b613-4332-8328-5c330f8465c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4756 | 2024.07.05 23:28:50.384498 [ 3 ] {a6a7b310-b613-4332-8328-5c330f8465c9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4757 | 2024.07.05 23:28:50.384926 [ 3 ] {a6a7b310-b613-4332-8328-5c330f8465c9} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4758 | 2024.07.05 23:28:50.384965 [ 3 ] {a6a7b310-b613-4332-8328-5c330f8465c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
4759 | 2024.07.05 23:28:50.385308 [ 3 ] {a6a7b310-b613-4332-8328-5c330f8465c9} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
4760 | 2024.07.05 23:28:50.385623 [ 3 ] {a6a7b310-b613-4332-8328-5c330f8465c9} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4761 | 2024.07.05 23:28:50.385784 [ 3 ] {a6a7b310-b613-4332-8328-5c330f8465c9} <Debug> executeQuery: Read 158 rows, 13.08 KiB in 0.001536 sec., 102864.58333333333 rows/sec., 8.32 MiB/sec. | ||
4762 | 2024.07.05 23:28:50.385966 [ 3 ] {a6a7b310-b613-4332-8328-5c330f8465c9} <Debug> DynamicQueryHandler: Done processing query | ||
4763 | 2024.07.05 23:28:50.385992 [ 3 ] {a6a7b310-b613-4332-8328-5c330f8465c9} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
4764 | 2024.07.05 23:28:50.386008 [ 3 ] {} <Debug> HTTP-Session: 7f6e4bdd-bf63-424d-8b32-9cf6239055eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4765 | 2024.07.05 23:28:50.386148 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 18656, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4766 | 2024.07.05 23:28:50.386201 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4767 | 2024.07.05 23:28:50.386222 [ 3 ] {} <Debug> HTTP-Session: 1d6dc059-5622-4fcb-91ce-2dac4de8f8bb Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
4768 | 2024.07.05 23:28:50.386239 [ 3 ] {} <Debug> HTTP-Session: 1d6dc059-5622-4fcb-91ce-2dac4de8f8bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4769 | 2024.07.05 23:28:50.386254 [ 3 ] {} <Debug> HTTP-Session: 1d6dc059-5622-4fcb-91ce-2dac4de8f8bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4770 | 2024.07.05 23:28:50.386286 [ 3 ] {} <Trace> HTTP-Session: 1d6dc059-5622-4fcb-91ce-2dac4de8f8bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4771 | 2024.07.05 23:28:50.386420 [ 3 ] {d8f02d93-4365-4e93-8f67-6dec544efb0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4772 | 2024.07.05 23:28:50.386465 [ 3 ] {d8f02d93-4365-4e93-8f67-6dec544efb0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4773 | 2024.07.05 23:28:50.386596 [ 3 ] {d8f02d93-4365-4e93-8f67-6dec544efb0b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4774 | 2024.07.05 23:28:50.386994 [ 3 ] {d8f02d93-4365-4e93-8f67-6dec544efb0b} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4775 | 2024.07.05 23:28:50.387032 [ 3 ] {d8f02d93-4365-4e93-8f67-6dec544efb0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
4776 | 2024.07.05 23:28:50.387346 [ 3 ] {d8f02d93-4365-4e93-8f67-6dec544efb0b} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
4777 | 2024.07.05 23:28:50.387646 [ 3 ] {d8f02d93-4365-4e93-8f67-6dec544efb0b} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4778 | 2024.07.05 23:28:50.387805 [ 3 ] {d8f02d93-4365-4e93-8f67-6dec544efb0b} <Debug> executeQuery: Read 110 rows, 8.78 KiB in 0.001426 sec., 77138.84992987377 rows/sec., 6.01 MiB/sec. | ||
4779 | 2024.07.05 23:28:50.387965 [ 3 ] {d8f02d93-4365-4e93-8f67-6dec544efb0b} <Debug> DynamicQueryHandler: Done processing query | ||
4780 | 2024.07.05 23:28:50.387989 [ 3 ] {d8f02d93-4365-4e93-8f67-6dec544efb0b} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
4781 | 2024.07.05 23:28:50.388005 [ 3 ] {} <Debug> HTTP-Session: 1d6dc059-5622-4fcb-91ce-2dac4de8f8bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4782 | 2024.07.05 23:28:50.388184 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 37606, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4783 | 2024.07.05 23:28:50.388232 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4784 | 2024.07.05 23:28:50.388251 [ 3 ] {} <Debug> HTTP-Session: 1d4d1031-5211-496c-9a5a-124d842cade9 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
4785 | 2024.07.05 23:28:50.388268 [ 3 ] {} <Debug> HTTP-Session: 1d4d1031-5211-496c-9a5a-124d842cade9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4786 | 2024.07.05 23:28:50.388282 [ 3 ] {} <Debug> HTTP-Session: 1d4d1031-5211-496c-9a5a-124d842cade9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4787 | 2024.07.05 23:28:50.388314 [ 3 ] {} <Trace> HTTP-Session: 1d4d1031-5211-496c-9a5a-124d842cade9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4788 | 2024.07.05 23:28:50.388481 [ 3 ] {58b6d93b-fdc8-40f0-a034-e6b99dab684f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4789 | 2024.07.05 23:28:50.388529 [ 3 ] {58b6d93b-fdc8-40f0-a034-e6b99dab684f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4790 | 2024.07.05 23:28:50.388676 [ 3 ] {58b6d93b-fdc8-40f0-a034-e6b99dab684f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4791 | 2024.07.05 23:28:50.389095 [ 3 ] {58b6d93b-fdc8-40f0-a034-e6b99dab684f} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4792 | 2024.07.05 23:28:50.389132 [ 3 ] {58b6d93b-fdc8-40f0-a034-e6b99dab684f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
4793 | 2024.07.05 23:28:50.389528 [ 3 ] {58b6d93b-fdc8-40f0-a034-e6b99dab684f} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
4794 | 2024.07.05 23:28:50.389867 [ 3 ] {58b6d93b-fdc8-40f0-a034-e6b99dab684f} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4795 | 2024.07.05 23:28:50.390032 [ 3 ] {58b6d93b-fdc8-40f0-a034-e6b99dab684f} <Debug> executeQuery: Read 196 rows, 14.01 KiB in 0.001627 sec., 120467.11739397664 rows/sec., 8.41 MiB/sec. | ||
4796 | 2024.07.05 23:28:50.390255 [ 3 ] {58b6d93b-fdc8-40f0-a034-e6b99dab684f} <Debug> DynamicQueryHandler: Done processing query | ||
4797 | 2024.07.05 23:28:50.390281 [ 3 ] {58b6d93b-fdc8-40f0-a034-e6b99dab684f} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
4798 | 2024.07.05 23:28:50.390296 [ 3 ] {} <Debug> HTTP-Session: 1d4d1031-5211-496c-9a5a-124d842cade9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4799 | 2024.07.05 23:28:50.390470 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 35398, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4800 | 2024.07.05 23:28:50.390521 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4801 | 2024.07.05 23:28:50.390540 [ 3 ] {} <Debug> HTTP-Session: 905bb60f-22e6-4bd6-a0a1-3afcd781f99e Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
4802 | 2024.07.05 23:28:50.390558 [ 3 ] {} <Debug> HTTP-Session: 905bb60f-22e6-4bd6-a0a1-3afcd781f99e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4803 | 2024.07.05 23:28:50.390572 [ 3 ] {} <Debug> HTTP-Session: 905bb60f-22e6-4bd6-a0a1-3afcd781f99e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4804 | 2024.07.05 23:28:50.390604 [ 3 ] {} <Trace> HTTP-Session: 905bb60f-22e6-4bd6-a0a1-3afcd781f99e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4805 | 2024.07.05 23:28:50.390855 [ 3 ] {70bac11b-8358-4245-91b6-2d8fd0a759f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4806 | 2024.07.05 23:28:50.390921 [ 3 ] {70bac11b-8358-4245-91b6-2d8fd0a759f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
4807 | 2024.07.05 23:28:50.391340 [ 3 ] {70bac11b-8358-4245-91b6-2d8fd0a759f1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4808 | 2024.07.05 23:28:50.391944 [ 3 ] {70bac11b-8358-4245-91b6-2d8fd0a759f1} <Trace> oximeter.measurements_histogramf64 (3a521290-854b-45c9-817a-bf8e30cab779): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4809 | 2024.07.05 23:28:50.391981 [ 3 ] {70bac11b-8358-4245-91b6-2d8fd0a759f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
4810 | 2024.07.05 23:28:50.392615 [ 3 ] {70bac11b-8358-4245-91b6-2d8fd0a759f1} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
4811 | 2024.07.05 23:28:50.393019 [ 3 ] {70bac11b-8358-4245-91b6-2d8fd0a759f1} <Trace> oximeter.measurements_histogramf64 (3a521290-854b-45c9-817a-bf8e30cab779): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4812 | 2024.07.05 23:28:50.393205 [ 3 ] {70bac11b-8358-4245-91b6-2d8fd0a759f1} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.002522 sec., 8723.235527359238 rows/sec., 15.63 MiB/sec. | ||
4813 | 2024.07.05 23:28:50.393407 [ 3 ] {70bac11b-8358-4245-91b6-2d8fd0a759f1} <Debug> DynamicQueryHandler: Done processing query | ||
4814 | 2024.07.05 23:28:50.393431 [ 3 ] {70bac11b-8358-4245-91b6-2d8fd0a759f1} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
4815 | 2024.07.05 23:28:50.393448 [ 3 ] {} <Debug> HTTP-Session: 905bb60f-22e6-4bd6-a0a1-3afcd781f99e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4816 | 2024.07.05 23:28:50.393570 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4817 | 2024.07.05 23:28:50.393618 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4818 | 2024.07.05 23:28:50.393636 [ 3 ] {} <Debug> HTTP-Session: fbf1155e-5753-40c0-9e83-8fa7ee2f713b Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
4819 | 2024.07.05 23:28:50.393654 [ 3 ] {} <Debug> HTTP-Session: fbf1155e-5753-40c0-9e83-8fa7ee2f713b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4820 | 2024.07.05 23:28:50.393669 [ 3 ] {} <Debug> HTTP-Session: fbf1155e-5753-40c0-9e83-8fa7ee2f713b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4821 | 2024.07.05 23:28:50.393724 [ 3 ] {} <Trace> HTTP-Session: fbf1155e-5753-40c0-9e83-8fa7ee2f713b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4822 | 2024.07.05 23:28:50.393843 [ 3 ] {4a15f9f5-077c-4c34-a6ab-a278b298827e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4823 | 2024.07.05 23:28:50.393890 [ 3 ] {4a15f9f5-077c-4c34-a6ab-a278b298827e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4824 | 2024.07.05 23:28:50.394016 [ 3 ] {4a15f9f5-077c-4c34-a6ab-a278b298827e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4825 | 2024.07.05 23:28:50.394331 [ 3 ] {4a15f9f5-077c-4c34-a6ab-a278b298827e} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4826 | 2024.07.05 23:28:50.394368 [ 3 ] {4a15f9f5-077c-4c34-a6ab-a278b298827e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
4827 | 2024.07.05 23:28:50.394732 [ 3 ] {4a15f9f5-077c-4c34-a6ab-a278b298827e} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
4828 | 2024.07.05 23:28:50.395055 [ 3 ] {4a15f9f5-077c-4c34-a6ab-a278b298827e} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4829 | 2024.07.05 23:28:50.395213 [ 3 ] {4a15f9f5-077c-4c34-a6ab-a278b298827e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001413 sec., 42462.84501061571 rows/sec., 2.86 MiB/sec. | ||
4830 | 2024.07.05 23:28:50.395390 [ 3 ] {4a15f9f5-077c-4c34-a6ab-a278b298827e} <Debug> DynamicQueryHandler: Done processing query | ||
4831 | 2024.07.05 23:28:50.395415 [ 3 ] {4a15f9f5-077c-4c34-a6ab-a278b298827e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4832 | 2024.07.05 23:28:50.395430 [ 3 ] {} <Debug> HTTP-Session: fbf1155e-5753-40c0-9e83-8fa7ee2f713b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4833 | 2024.07.05 23:28:55.380403 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 1632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4834 | 2024.07.05 23:28:55.380605 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4835 | 2024.07.05 23:28:55.380654 [ 3 ] {} <Debug> HTTP-Session: 7e6a3d0a-4eb9-44c8-961b-c603b2e4bec2 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
4836 | 2024.07.05 23:28:55.380697 [ 3 ] {} <Debug> HTTP-Session: 7e6a3d0a-4eb9-44c8-961b-c603b2e4bec2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4837 | 2024.07.05 23:28:55.380727 [ 3 ] {} <Debug> HTTP-Session: 7e6a3d0a-4eb9-44c8-961b-c603b2e4bec2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4838 | 2024.07.05 23:28:55.380807 [ 3 ] {} <Trace> HTTP-Session: 7e6a3d0a-4eb9-44c8-961b-c603b2e4bec2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4839 | 2024.07.05 23:28:55.381094 [ 3 ] {e8c6cc10-7e71-4384-9326-5b6c01c90df5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4840 | 2024.07.05 23:28:55.381204 [ 3 ] {e8c6cc10-7e71-4384-9326-5b6c01c90df5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4841 | 2024.07.05 23:28:55.381508 [ 3 ] {e8c6cc10-7e71-4384-9326-5b6c01c90df5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4842 | 2024.07.05 23:28:55.381954 [ 3 ] {e8c6cc10-7e71-4384-9326-5b6c01c90df5} <Trace> oximeter.fields_i64 (90cc20bc-62f3-4585-81bd-da47c52ed55a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4843 | 2024.07.05 23:28:55.381997 [ 3 ] {e8c6cc10-7e71-4384-9326-5b6c01c90df5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
4844 | 2024.07.05 23:28:55.382369 [ 3 ] {e8c6cc10-7e71-4384-9326-5b6c01c90df5} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
4845 | 2024.07.05 23:28:55.382715 [ 3 ] {e8c6cc10-7e71-4384-9326-5b6c01c90df5} <Trace> oximeter.fields_i64 (90cc20bc-62f3-4585-81bd-da47c52ed55a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4846 | 2024.07.05 23:28:55.382870 [ 3 ] {e8c6cc10-7e71-4384-9326-5b6c01c90df5} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.001868 sec., 5888.65096359743 rows/sec., 477.30 KiB/sec. | ||
4847 | 2024.07.05 23:28:55.383089 [ 3 ] {e8c6cc10-7e71-4384-9326-5b6c01c90df5} <Debug> DynamicQueryHandler: Done processing query | ||
4848 | 2024.07.05 23:28:55.383118 [ 3 ] {e8c6cc10-7e71-4384-9326-5b6c01c90df5} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4849 | 2024.07.05 23:28:55.383135 [ 3 ] {} <Debug> HTTP-Session: 7e6a3d0a-4eb9-44c8-961b-c603b2e4bec2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4850 | 2024.07.05 23:28:55.383316 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 12804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4851 | 2024.07.05 23:28:55.383376 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4852 | 2024.07.05 23:28:55.383397 [ 3 ] {} <Debug> HTTP-Session: 6bbfe26f-a1ff-4cd6-9b8d-e63115ba4649 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
4853 | 2024.07.05 23:28:55.383415 [ 3 ] {} <Debug> HTTP-Session: 6bbfe26f-a1ff-4cd6-9b8d-e63115ba4649 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4854 | 2024.07.05 23:28:55.383429 [ 3 ] {} <Debug> HTTP-Session: 6bbfe26f-a1ff-4cd6-9b8d-e63115ba4649 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4855 | 2024.07.05 23:28:55.383466 [ 3 ] {} <Trace> HTTP-Session: 6bbfe26f-a1ff-4cd6-9b8d-e63115ba4649 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4856 | 2024.07.05 23:28:55.383596 [ 3 ] {1656b129-bd83-491e-87b6-958687d90e92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4857 | 2024.07.05 23:28:55.383645 [ 3 ] {1656b129-bd83-491e-87b6-958687d90e92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4858 | 2024.07.05 23:28:55.383777 [ 3 ] {1656b129-bd83-491e-87b6-958687d90e92} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4859 | 2024.07.05 23:28:55.384136 [ 3 ] {1656b129-bd83-491e-87b6-958687d90e92} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4860 | 2024.07.05 23:28:55.384173 [ 3 ] {1656b129-bd83-491e-87b6-958687d90e92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
4861 | 2024.07.05 23:28:55.384497 [ 3 ] {1656b129-bd83-491e-87b6-958687d90e92} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
4862 | 2024.07.05 23:28:55.384802 [ 3 ] {1656b129-bd83-491e-87b6-958687d90e92} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4863 | 2024.07.05 23:28:55.384935 [ 3 ] {1656b129-bd83-491e-87b6-958687d90e92} <Debug> executeQuery: Read 89 rows, 7.36 KiB in 0.001389 sec., 64074.87401007919 rows/sec., 5.18 MiB/sec. | ||
4864 | 2024.07.05 23:28:55.385102 [ 3 ] {1656b129-bd83-491e-87b6-958687d90e92} <Debug> DynamicQueryHandler: Done processing query | ||
4865 | 2024.07.05 23:28:55.385129 [ 3 ] {1656b129-bd83-491e-87b6-958687d90e92} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
4866 | 2024.07.05 23:28:55.385145 [ 3 ] {} <Debug> HTTP-Session: 6bbfe26f-a1ff-4cd6-9b8d-e63115ba4649 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4867 | 2024.07.05 23:28:55.385286 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 12751, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4868 | 2024.07.05 23:28:55.385339 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4869 | 2024.07.05 23:28:55.385359 [ 3 ] {} <Debug> HTTP-Session: cb785fd5-cf47-49e0-b37b-8a2624aa2d01 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
4870 | 2024.07.05 23:28:55.385376 [ 3 ] {} <Debug> HTTP-Session: cb785fd5-cf47-49e0-b37b-8a2624aa2d01 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4871 | 2024.07.05 23:28:55.385391 [ 3 ] {} <Debug> HTTP-Session: cb785fd5-cf47-49e0-b37b-8a2624aa2d01 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4872 | 2024.07.05 23:28:55.385424 [ 3 ] {} <Trace> HTTP-Session: cb785fd5-cf47-49e0-b37b-8a2624aa2d01 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4873 | 2024.07.05 23:28:55.385550 [ 3 ] {fbc972f1-4c52-4a62-bc3f-68e7693a48e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4874 | 2024.07.05 23:28:55.385594 [ 3 ] {fbc972f1-4c52-4a62-bc3f-68e7693a48e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4875 | 2024.07.05 23:28:55.385718 [ 3 ] {fbc972f1-4c52-4a62-bc3f-68e7693a48e4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4876 | 2024.07.05 23:28:55.386051 [ 3 ] {fbc972f1-4c52-4a62-bc3f-68e7693a48e4} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4877 | 2024.07.05 23:28:55.386087 [ 3 ] {fbc972f1-4c52-4a62-bc3f-68e7693a48e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
4878 | 2024.07.05 23:28:55.386396 [ 3 ] {fbc972f1-4c52-4a62-bc3f-68e7693a48e4} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
4879 | 2024.07.05 23:28:55.386694 [ 3 ] {fbc972f1-4c52-4a62-bc3f-68e7693a48e4} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4880 | 2024.07.05 23:28:55.386820 [ 3 ] {fbc972f1-4c52-4a62-bc3f-68e7693a48e4} <Debug> executeQuery: Read 75 rows, 6.00 KiB in 0.00132 sec., 56818.181818181816 rows/sec., 4.44 MiB/sec. | ||
4881 | 2024.07.05 23:28:55.386983 [ 3 ] {fbc972f1-4c52-4a62-bc3f-68e7693a48e4} <Debug> DynamicQueryHandler: Done processing query | ||
4882 | 2024.07.05 23:28:55.387008 [ 3 ] {fbc972f1-4c52-4a62-bc3f-68e7693a48e4} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
4883 | 2024.07.05 23:28:55.387024 [ 3 ] {} <Debug> HTTP-Session: cb785fd5-cf47-49e0-b37b-8a2624aa2d01 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4884 | 2024.07.05 23:28:55.387179 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4885 | 2024.07.05 23:28:55.387229 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4886 | 2024.07.05 23:28:55.387248 [ 3 ] {} <Debug> HTTP-Session: 8168db6a-fd3f-45cb-8372-d778c001f8ec Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
4887 | 2024.07.05 23:28:55.387266 [ 3 ] {} <Debug> HTTP-Session: 8168db6a-fd3f-45cb-8372-d778c001f8ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4888 | 2024.07.05 23:28:55.387281 [ 3 ] {} <Debug> HTTP-Session: 8168db6a-fd3f-45cb-8372-d778c001f8ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4889 | 2024.07.05 23:28:55.387312 [ 3 ] {} <Trace> HTTP-Session: 8168db6a-fd3f-45cb-8372-d778c001f8ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4890 | 2024.07.05 23:28:55.387465 [ 3 ] {d367c794-f2c7-4dde-982d-80218f27d548} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4891 | 2024.07.05 23:28:55.387515 [ 3 ] {d367c794-f2c7-4dde-982d-80218f27d548} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4892 | 2024.07.05 23:28:55.387658 [ 3 ] {d367c794-f2c7-4dde-982d-80218f27d548} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4893 | 2024.07.05 23:28:55.388047 [ 3 ] {d367c794-f2c7-4dde-982d-80218f27d548} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4894 | 2024.07.05 23:28:55.388083 [ 3 ] {d367c794-f2c7-4dde-982d-80218f27d548} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
4895 | 2024.07.05 23:28:55.388468 [ 3 ] {d367c794-f2c7-4dde-982d-80218f27d548} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
4896 | 2024.07.05 23:28:55.388804 [ 3 ] {d367c794-f2c7-4dde-982d-80218f27d548} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4897 | 2024.07.05 23:28:55.388942 [ 3 ] {d367c794-f2c7-4dde-982d-80218f27d548} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001544 sec., 103626.94300518134 rows/sec., 7.22 MiB/sec. | ||
4898 | 2024.07.05 23:28:55.389248 [ 3 ] {d367c794-f2c7-4dde-982d-80218f27d548} <Debug> DynamicQueryHandler: Done processing query | ||
4899 | 2024.07.05 23:28:55.389279 [ 3 ] {d367c794-f2c7-4dde-982d-80218f27d548} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4900 | 2024.07.05 23:28:55.389296 [ 3 ] {} <Debug> HTTP-Session: 8168db6a-fd3f-45cb-8372-d778c001f8ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4901 | 2024.07.05 23:28:55.389433 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 17614, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4902 | 2024.07.05 23:28:55.389482 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4903 | 2024.07.05 23:28:55.389501 [ 3 ] {} <Debug> HTTP-Session: b2699988-23a8-4f58-a786-b99a6f96a944 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
4904 | 2024.07.05 23:28:55.389518 [ 3 ] {} <Debug> HTTP-Session: b2699988-23a8-4f58-a786-b99a6f96a944 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4905 | 2024.07.05 23:28:55.389533 [ 3 ] {} <Debug> HTTP-Session: b2699988-23a8-4f58-a786-b99a6f96a944 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4906 | 2024.07.05 23:28:55.389563 [ 3 ] {} <Trace> HTTP-Session: b2699988-23a8-4f58-a786-b99a6f96a944 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4907 | 2024.07.05 23:28:55.389754 [ 3 ] {a830a5b9-dc8d-4c94-86b4-7182f02b52b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4908 | 2024.07.05 23:28:55.389826 [ 3 ] {a830a5b9-dc8d-4c94-86b4-7182f02b52b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
4909 | 2024.07.05 23:28:55.390255 [ 3 ] {a830a5b9-dc8d-4c94-86b4-7182f02b52b5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4910 | 2024.07.05 23:28:55.390808 [ 3 ] {a830a5b9-dc8d-4c94-86b4-7182f02b52b5} <Trace> oximeter.measurements_histogramf64 (3a521290-854b-45c9-817a-bf8e30cab779): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4911 | 2024.07.05 23:28:55.390851 [ 3 ] {a830a5b9-dc8d-4c94-86b4-7182f02b52b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
4912 | 2024.07.05 23:28:55.391437 [ 3 ] {a830a5b9-dc8d-4c94-86b4-7182f02b52b5} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
4913 | 2024.07.05 23:28:55.391840 [ 3 ] {a830a5b9-dc8d-4c94-86b4-7182f02b52b5} <Trace> oximeter.measurements_histogramf64 (3a521290-854b-45c9-817a-bf8e30cab779): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4914 | 2024.07.05 23:28:55.391996 [ 3 ] {a830a5b9-dc8d-4c94-86b4-7182f02b52b5} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002353 sec., 4674.883127921802 rows/sec., 8.38 MiB/sec. | ||
4915 | 2024.07.05 23:28:55.392385 [ 3 ] {a830a5b9-dc8d-4c94-86b4-7182f02b52b5} <Debug> DynamicQueryHandler: Done processing query | ||
4916 | 2024.07.05 23:28:55.392410 [ 3 ] {a830a5b9-dc8d-4c94-86b4-7182f02b52b5} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
4917 | 2024.07.05 23:28:55.392426 [ 3 ] {} <Debug> HTTP-Session: b2699988-23a8-4f58-a786-b99a6f96a944 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4918 | 2024.07.05 23:28:55.392555 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4919 | 2024.07.05 23:28:55.392605 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4920 | 2024.07.05 23:28:55.392624 [ 3 ] {} <Debug> HTTP-Session: 0ef58048-f412-49f6-adbb-abb1dd67d37e Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
4921 | 2024.07.05 23:28:55.392641 [ 3 ] {} <Debug> HTTP-Session: 0ef58048-f412-49f6-adbb-abb1dd67d37e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4922 | 2024.07.05 23:28:55.392655 [ 3 ] {} <Debug> HTTP-Session: 0ef58048-f412-49f6-adbb-abb1dd67d37e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4923 | 2024.07.05 23:28:55.392685 [ 3 ] {} <Trace> HTTP-Session: 0ef58048-f412-49f6-adbb-abb1dd67d37e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4924 | 2024.07.05 23:28:55.392814 [ 3 ] {14515b26-eaff-4038-bf63-6c9a18aaf64e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4925 | 2024.07.05 23:28:55.392861 [ 3 ] {14515b26-eaff-4038-bf63-6c9a18aaf64e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4926 | 2024.07.05 23:28:55.392987 [ 3 ] {14515b26-eaff-4038-bf63-6c9a18aaf64e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4927 | 2024.07.05 23:28:55.393274 [ 3 ] {14515b26-eaff-4038-bf63-6c9a18aaf64e} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4928 | 2024.07.05 23:28:55.393309 [ 3 ] {14515b26-eaff-4038-bf63-6c9a18aaf64e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
4929 | 2024.07.05 23:28:55.393661 [ 3 ] {14515b26-eaff-4038-bf63-6c9a18aaf64e} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
4930 | 2024.07.05 23:28:55.393974 [ 3 ] {14515b26-eaff-4038-bf63-6c9a18aaf64e} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4931 | 2024.07.05 23:28:55.394098 [ 3 ] {14515b26-eaff-4038-bf63-6c9a18aaf64e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001341 sec., 44742.729306487694 rows/sec., 3.02 MiB/sec. | ||
4932 | 2024.07.05 23:28:55.394263 [ 3 ] {14515b26-eaff-4038-bf63-6c9a18aaf64e} <Debug> DynamicQueryHandler: Done processing query | ||
4933 | 2024.07.05 23:28:55.394288 [ 3 ] {14515b26-eaff-4038-bf63-6c9a18aaf64e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4934 | 2024.07.05 23:28:55.394304 [ 3 ] {} <Debug> HTTP-Session: 0ef58048-f412-49f6-adbb-abb1dd67d37e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4935 | 2024.07.05 23:28:59.266622 [ 132 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4936 | 2024.07.05 23:28:59.266699 [ 132 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4937 | 2024.07.05 23:29:00.381291 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 3207, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4938 | 2024.07.05 23:29:00.381464 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4939 | 2024.07.05 23:29:00.381510 [ 3 ] {} <Debug> HTTP-Session: c019728e-daf2-4d6e-956c-71fb24cce6c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
4940 | 2024.07.05 23:29:00.381553 [ 3 ] {} <Debug> HTTP-Session: c019728e-daf2-4d6e-956c-71fb24cce6c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4941 | 2024.07.05 23:29:00.381583 [ 3 ] {} <Debug> HTTP-Session: c019728e-daf2-4d6e-956c-71fb24cce6c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4942 | 2024.07.05 23:29:00.381646 [ 3 ] {} <Trace> HTTP-Session: c019728e-daf2-4d6e-956c-71fb24cce6c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4943 | 2024.07.05 23:29:00.381835 [ 3 ] {e5a62bc0-1bfe-43c1-aa3f-6a5a505f2d12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4944 | 2024.07.05 23:29:00.381903 [ 3 ] {e5a62bc0-1bfe-43c1-aa3f-6a5a505f2d12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4945 | 2024.07.05 23:29:00.382100 [ 3 ] {e5a62bc0-1bfe-43c1-aa3f-6a5a505f2d12} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4946 | 2024.07.05 23:29:00.382545 [ 3 ] {e5a62bc0-1bfe-43c1-aa3f-6a5a505f2d12} <Trace> oximeter.fields_i64 (90cc20bc-62f3-4585-81bd-da47c52ed55a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4947 | 2024.07.05 23:29:00.382586 [ 3 ] {e5a62bc0-1bfe-43c1-aa3f-6a5a505f2d12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
4948 | 2024.07.05 23:29:00.382976 [ 3 ] {e5a62bc0-1bfe-43c1-aa3f-6a5a505f2d12} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
4949 | 2024.07.05 23:29:00.383324 [ 3 ] {e5a62bc0-1bfe-43c1-aa3f-6a5a505f2d12} <Trace> oximeter.fields_i64 (90cc20bc-62f3-4585-81bd-da47c52ed55a): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4950 | 2024.07.05 23:29:00.383459 [ 131 ] {} <Debug> oximeter.fields_i64 (90cc20bc-62f3-4585-81bd-da47c52ed55a) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
4951 | 2024.07.05 23:29:00.383472 [ 3 ] {e5a62bc0-1bfe-43c1-aa3f-6a5a505f2d12} <Debug> executeQuery: Read 22 rows, 1.78 KiB in 0.001701 sec., 12933.568489124045 rows/sec., 1.02 MiB/sec. | ||
4952 | 2024.07.05 23:29:00.383500 [ 131 ] {} <Trace> oximeter.fields_i64 (90cc20bc-62f3-4585-81bd-da47c52ed55a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4953 | 2024.07.05 23:29:00.383537 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
4954 | 2024.07.05 23:29:00.383793 [ 3 ] {e5a62bc0-1bfe-43c1-aa3f-6a5a505f2d12} <Debug> DynamicQueryHandler: Done processing query | ||
4955 | 2024.07.05 23:29:00.383799 [ 195 ] {90cc20bc-62f3-4585-81bd-da47c52ed55a::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 | ||
4956 | 2024.07.05 23:29:00.383848 [ 3 ] {e5a62bc0-1bfe-43c1-aa3f-6a5a505f2d12} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4957 | 2024.07.05 23:29:00.383936 [ 3 ] {} <Debug> HTTP-Session: c019728e-daf2-4d6e-956c-71fb24cce6c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4958 | 2024.07.05 23:29:00.384216 [ 195 ] {90cc20bc-62f3-4585-81bd-da47c52ed55a::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4959 | 2024.07.05 23:29:00.384220 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 17746, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4960 | 2024.07.05 23:29:00.384260 [ 195 ] {90cc20bc-62f3-4585-81bd-da47c52ed55a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 33 rows starting from the beginning of the part | ||
4961 | 2024.07.05 23:29:00.384299 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4962 | 2024.07.05 23:29:00.384337 [ 3 ] {} <Debug> HTTP-Session: 20d45a5c-8410-44f2-960b-33110fcf7ffc Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
4963 | 2024.07.05 23:29:00.384371 [ 195 ] {90cc20bc-62f3-4585-81bd-da47c52ed55a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 22 rows starting from the beginning of the part | ||
4964 | 2024.07.05 23:29:00.384392 [ 3 ] {} <Debug> HTTP-Session: 20d45a5c-8410-44f2-960b-33110fcf7ffc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4965 | 2024.07.05 23:29:00.384462 [ 3 ] {} <Debug> HTTP-Session: 20d45a5c-8410-44f2-960b-33110fcf7ffc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4966 | 2024.07.05 23:29:00.384619 [ 3 ] {} <Trace> HTTP-Session: 20d45a5c-8410-44f2-960b-33110fcf7ffc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4967 | 2024.07.05 23:29:00.384758 [ 195 ] {90cc20bc-62f3-4585-81bd-da47c52ed55a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 11 rows starting from the beginning of the part | ||
4968 | 2024.07.05 23:29:00.385052 [ 195 ] {90cc20bc-62f3-4585-81bd-da47c52ed55a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 22 rows starting from the beginning of the part | ||
4969 | 2024.07.05 23:29:00.385135 [ 3 ] {0f776fb3-0af1-431c-8490-c0396686f257} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4970 | 2024.07.05 23:29:00.385321 [ 3 ] {0f776fb3-0af1-431c-8490-c0396686f257} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4971 | 2024.07.05 23:29:00.385323 [ 195 ] {90cc20bc-62f3-4585-81bd-da47c52ed55a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 11 rows starting from the beginning of the part | ||
4972 | 2024.07.05 23:29:00.385594 [ 195 ] {90cc20bc-62f3-4585-81bd-da47c52ed55a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 22 rows starting from the beginning of the part | ||
4973 | 2024.07.05 23:29:00.386108 [ 3 ] {0f776fb3-0af1-431c-8490-c0396686f257} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4974 | 2024.07.05 23:29:00.386777 [ 3 ] {0f776fb3-0af1-431c-8490-c0396686f257} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4975 | 2024.07.05 23:29:00.386825 [ 3 ] {0f776fb3-0af1-431c-8490-c0396686f257} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
4976 | 2024.07.05 23:29:00.387303 [ 197 ] {90cc20bc-62f3-4585-81bd-da47c52ed55a::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 4 columns (4 merged, 0 gathered) in 0.003681923 sec., 32863.26194219705 rows/sec., 2.60 MiB/sec. | ||
4977 | 2024.07.05 23:29:00.387442 [ 3 ] {0f776fb3-0af1-431c-8490-c0396686f257} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
4978 | 2024.07.05 23:29:00.387603 [ 197 ] {90cc20bc-62f3-4585-81bd-da47c52ed55a::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
4979 | 2024.07.05 23:29:00.388276 [ 3 ] {0f776fb3-0af1-431c-8490-c0396686f257} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4980 | 2024.07.05 23:29:00.388517 [ 131 ] {} <Debug> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
4981 | 2024.07.05 23:29:00.388579 [ 3 ] {0f776fb3-0af1-431c-8490-c0396686f257} <Debug> executeQuery: Read 122 rows, 10.31 KiB in 0.00367 sec., 33242.5068119891 rows/sec., 2.74 MiB/sec. | ||
4982 | 2024.07.05 23:29:00.388601 [ 131 ] {} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4983 | 2024.07.05 23:29:00.388704 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
4984 | 2024.07.05 23:29:00.388749 [ 195 ] {90cc20bc-62f3-4585-81bd-da47c52ed55a::all_1_21_4} <Trace> oximeter.fields_i64 (90cc20bc-62f3-4585-81bd-da47c52ed55a): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4985 | 2024.07.05 23:29:00.389098 [ 3 ] {0f776fb3-0af1-431c-8490-c0396686f257} <Debug> DynamicQueryHandler: Done processing query | ||
4986 | 2024.07.05 23:29:00.389122 [ 195 ] {90cc20bc-62f3-4585-81bd-da47c52ed55a::all_1_21_4} <Trace> oximeter.fields_i64 (90cc20bc-62f3-4585-81bd-da47c52ed55a) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
4987 | 2024.07.05 23:29:00.389107 [ 197 ] {5312aebe-5a34-422e-b0ce-e859ed1f196c::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 | ||
4988 | 2024.07.05 23:29:00.389145 [ 3 ] {0f776fb3-0af1-431c-8490-c0396686f257} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
4989 | 2024.07.05 23:29:00.389230 [ 3 ] {} <Debug> HTTP-Session: 20d45a5c-8410-44f2-960b-33110fcf7ffc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4990 | 2024.07.05 23:29:00.389357 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
4991 | 2024.07.05 23:29:00.389503 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 14612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4992 | 2024.07.05 23:29:00.389528 [ 197 ] {5312aebe-5a34-422e-b0ce-e859ed1f196c::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4993 | 2024.07.05 23:29:00.389599 [ 197 ] {5312aebe-5a34-422e-b0ce-e859ed1f196c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 198 rows starting from the beginning of the part | ||
4994 | 2024.07.05 23:29:00.389604 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4995 | 2024.07.05 23:29:00.389662 [ 3 ] {} <Debug> HTTP-Session: aa9646ee-aba1-42de-8b19-7ec404f4f6c6 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
4996 | 2024.07.05 23:29:00.389727 [ 3 ] {} <Debug> HTTP-Session: aa9646ee-aba1-42de-8b19-7ec404f4f6c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4997 | 2024.07.05 23:29:00.389813 [ 3 ] {} <Debug> HTTP-Session: aa9646ee-aba1-42de-8b19-7ec404f4f6c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4998 | 2024.07.05 23:29:00.389858 [ 197 ] {5312aebe-5a34-422e-b0ce-e859ed1f196c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 122 rows starting from the beginning of the part | ||
4999 | 2024.07.05 23:29:00.389943 [ 3 ] {} <Trace> HTTP-Session: aa9646ee-aba1-42de-8b19-7ec404f4f6c6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5000 | 2024.07.05 23:29:00.390140 [ 197 ] {5312aebe-5a34-422e-b0ce-e859ed1f196c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 89 rows starting from the beginning of the part | ||
5001 | 2024.07.05 23:29:00.390403 [ 197 ] {5312aebe-5a34-422e-b0ce-e859ed1f196c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 158 rows starting from the beginning of the part | ||
5002 | 2024.07.05 23:29:00.390548 [ 3 ] {aca0abd3-019c-4fe8-84d3-65aa51b3d764} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5003 | 2024.07.05 23:29:00.390699 [ 197 ] {5312aebe-5a34-422e-b0ce-e859ed1f196c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 89 rows starting from the beginning of the part | ||
5004 | 2024.07.05 23:29:00.390715 [ 3 ] {aca0abd3-019c-4fe8-84d3-65aa51b3d764} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5005 | 2024.07.05 23:29:00.390994 [ 197 ] {5312aebe-5a34-422e-b0ce-e859ed1f196c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 122 rows starting from the beginning of the part | ||
5006 | 2024.07.05 23:29:00.391718 [ 3 ] {aca0abd3-019c-4fe8-84d3-65aa51b3d764} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5007 | 2024.07.05 23:29:00.392535 [ 3 ] {aca0abd3-019c-4fe8-84d3-65aa51b3d764} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5008 | 2024.07.05 23:29:00.392613 [ 3 ] {aca0abd3-019c-4fe8-84d3-65aa51b3d764} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
5009 | 2024.07.05 23:29:00.393690 [ 3 ] {aca0abd3-019c-4fe8-84d3-65aa51b3d764} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
5010 | 2024.07.05 23:29:00.394363 [ 197 ] {5312aebe-5a34-422e-b0ce-e859ed1f196c::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 778 rows, containing 4 columns (4 merged, 0 gathered) in 0.005529745 sec., 140693.64862213357 rows/sec., 11.48 MiB/sec. | ||
5011 | 2024.07.05 23:29:00.394579 [ 3 ] {aca0abd3-019c-4fe8-84d3-65aa51b3d764} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5012 | 2024.07.05 23:29:00.394588 [ 197 ] {5312aebe-5a34-422e-b0ce-e859ed1f196c::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
5013 | 2024.07.05 23:29:00.394833 [ 131 ] {} <Debug> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
5014 | 2024.07.05 23:29:00.394886 [ 3 ] {aca0abd3-019c-4fe8-84d3-65aa51b3d764} <Debug> executeQuery: Read 86 rows, 6.88 KiB in 0.004621 sec., 18610.690326769098 rows/sec., 1.45 MiB/sec. | ||
5015 | 2024.07.05 23:29:00.394914 [ 131 ] {} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5016 | 2024.07.05 23:29:00.395016 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
5017 | 2024.07.05 23:29:00.395486 [ 192 ] {41c6d68c-04fc-4ca2-8bf5-9cf02702be2b::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 | ||
5018 | 2024.07.05 23:29:00.395834 [ 3 ] {aca0abd3-019c-4fe8-84d3-65aa51b3d764} <Debug> DynamicQueryHandler: Done processing query | ||
5019 | 2024.07.05 23:29:00.395950 [ 3 ] {aca0abd3-019c-4fe8-84d3-65aa51b3d764} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
5020 | 2024.07.05 23:29:00.395995 [ 192 ] {41c6d68c-04fc-4ca2-8bf5-9cf02702be2b::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5021 | 2024.07.05 23:29:00.395994 [ 197 ] {5312aebe-5a34-422e-b0ce-e859ed1f196c::all_1_31_6} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5022 | 2024.07.05 23:29:00.396023 [ 3 ] {} <Debug> HTTP-Session: aa9646ee-aba1-42de-8b19-7ec404f4f6c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5023 | 2024.07.05 23:29:00.396080 [ 192 ] {41c6d68c-04fc-4ca2-8bf5-9cf02702be2b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 153 rows starting from the beginning of the part | ||
5024 | 2024.07.05 23:29:00.396302 [ 197 ] {5312aebe-5a34-422e-b0ce-e859ed1f196c::all_1_31_6} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
5025 | 2024.07.05 23:29:00.396406 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5026 | 2024.07.05 23:29:00.396428 [ 192 ] {41c6d68c-04fc-4ca2-8bf5-9cf02702be2b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 86 rows starting from the beginning of the part | ||
5027 | 2024.07.05 23:29:00.396701 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
5028 | 2024.07.05 23:29:00.396773 [ 192 ] {41c6d68c-04fc-4ca2-8bf5-9cf02702be2b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 75 rows starting from the beginning of the part | ||
5029 | 2024.07.05 23:29:00.396899 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5030 | 2024.07.05 23:29:00.397127 [ 3 ] {} <Debug> HTTP-Session: b2e92e71-01b4-4953-93ef-48635fb2b5d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
5031 | 2024.07.05 23:29:00.397160 [ 192 ] {41c6d68c-04fc-4ca2-8bf5-9cf02702be2b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 110 rows starting from the beginning of the part | ||
5032 | 2024.07.05 23:29:00.397189 [ 3 ] {} <Debug> HTTP-Session: b2e92e71-01b4-4953-93ef-48635fb2b5d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5033 | 2024.07.05 23:29:00.397246 [ 3 ] {} <Debug> HTTP-Session: b2e92e71-01b4-4953-93ef-48635fb2b5d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5034 | 2024.07.05 23:29:00.397380 [ 3 ] {} <Trace> HTTP-Session: b2e92e71-01b4-4953-93ef-48635fb2b5d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5035 | 2024.07.05 23:29:00.397434 [ 192 ] {41c6d68c-04fc-4ca2-8bf5-9cf02702be2b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 75 rows starting from the beginning of the part | ||
5036 | 2024.07.05 23:29:00.397689 [ 192 ] {41c6d68c-04fc-4ca2-8bf5-9cf02702be2b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 86 rows starting from the beginning of the part | ||
5037 | 2024.07.05 23:29:00.397859 [ 3 ] {9f4aad3f-0e81-4e70-b5a1-58f05d6cdb9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5038 | 2024.07.05 23:29:00.398062 [ 3 ] {9f4aad3f-0e81-4e70-b5a1-58f05d6cdb9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5039 | 2024.07.05 23:29:00.398572 [ 3 ] {9f4aad3f-0e81-4e70-b5a1-58f05d6cdb9f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5040 | 2024.07.05 23:29:00.399520 [ 3 ] {9f4aad3f-0e81-4e70-b5a1-58f05d6cdb9f} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5041 | 2024.07.05 23:29:00.399585 [ 3 ] {9f4aad3f-0e81-4e70-b5a1-58f05d6cdb9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
5042 | 2024.07.05 23:29:00.400475 [ 186 ] {41c6d68c-04fc-4ca2-8bf5-9cf02702be2b::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 585 rows, containing 4 columns (4 merged, 0 gathered) in 0.005260028 sec., 111216.13801295354 rows/sec., 8.68 MiB/sec. | ||
5043 | 2024.07.05 23:29:00.400562 [ 3 ] {9f4aad3f-0e81-4e70-b5a1-58f05d6cdb9f} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
5044 | 2024.07.05 23:29:00.400721 [ 186 ] {41c6d68c-04fc-4ca2-8bf5-9cf02702be2b::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
5045 | 2024.07.05 23:29:00.401326 [ 3 ] {9f4aad3f-0e81-4e70-b5a1-58f05d6cdb9f} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5046 | 2024.07.05 23:29:00.401577 [ 131 ] {} <Debug> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
5047 | 2024.07.05 23:29:00.401645 [ 3 ] {9f4aad3f-0e81-4e70-b5a1-58f05d6cdb9f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00402 sec., 39800.99502487562 rows/sec., 2.77 MiB/sec. | ||
5048 | 2024.07.05 23:29:00.401649 [ 131 ] {} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5049 | 2024.07.05 23:29:00.401669 [ 186 ] {41c6d68c-04fc-4ca2-8bf5-9cf02702be2b::all_1_31_6} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5050 | 2024.07.05 23:29:00.401735 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
5051 | 2024.07.05 23:29:00.402075 [ 186 ] {41c6d68c-04fc-4ca2-8bf5-9cf02702be2b::all_1_31_6} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
5052 | 2024.07.05 23:29:00.402199 [ 201 ] {32bf2426-5e02-498f-a333-0e56dff421cb::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 | ||
5053 | 2024.07.05 23:29:00.402249 [ 3 ] {9f4aad3f-0e81-4e70-b5a1-58f05d6cdb9f} <Debug> DynamicQueryHandler: Done processing query | ||
5054 | 2024.07.05 23:29:00.402329 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
5055 | 2024.07.05 23:29:00.402339 [ 3 ] {9f4aad3f-0e81-4e70-b5a1-58f05d6cdb9f} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5056 | 2024.07.05 23:29:00.402412 [ 3 ] {} <Debug> HTTP-Session: b2e92e71-01b4-4953-93ef-48635fb2b5d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5057 | 2024.07.05 23:29:00.402549 [ 201 ] {32bf2426-5e02-498f-a333-0e56dff421cb::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5058 | 2024.07.05 23:29:00.402608 [ 201 ] {32bf2426-5e02-498f-a333-0e56dff421cb::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 4361 rows starting from the beginning of the part | ||
5059 | 2024.07.05 23:29:00.402646 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 35339, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5060 | 2024.07.05 23:29:00.402800 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5061 | 2024.07.05 23:29:00.402885 [ 201 ] {32bf2426-5e02-498f-a333-0e56dff421cb::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 | ||
5062 | 2024.07.05 23:29:00.402902 [ 3 ] {} <Debug> HTTP-Session: d84c2847-98fa-4f08-bdd7-4d9ee0c8c7a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
5063 | 2024.07.05 23:29:00.402984 [ 3 ] {} <Debug> HTTP-Session: d84c2847-98fa-4f08-bdd7-4d9ee0c8c7a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5064 | 2024.07.05 23:29:00.403033 [ 3 ] {} <Debug> HTTP-Session: d84c2847-98fa-4f08-bdd7-4d9ee0c8c7a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5065 | 2024.07.05 23:29:00.403186 [ 3 ] {} <Trace> HTTP-Session: d84c2847-98fa-4f08-bdd7-4d9ee0c8c7a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5066 | 2024.07.05 23:29:00.403239 [ 201 ] {32bf2426-5e02-498f-a333-0e56dff421cb::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 160 rows starting from the beginning of the part | ||
5067 | 2024.07.05 23:29:00.403496 [ 201 ] {32bf2426-5e02-498f-a333-0e56dff421cb::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 196 rows starting from the beginning of the part | ||
5068 | 2024.07.05 23:29:00.403694 [ 201 ] {32bf2426-5e02-498f-a333-0e56dff421cb::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 | ||
5069 | 2024.07.05 23:29:00.403821 [ 201 ] {32bf2426-5e02-498f-a333-0e56dff421cb::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 160 rows starting from the beginning of the part | ||
5070 | 2024.07.05 23:29:00.403967 [ 3 ] {e5a71f84-4b68-459e-b980-578d2dcf7441} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5071 | 2024.07.05 23:29:00.404297 [ 3 ] {e5a71f84-4b68-459e-b980-578d2dcf7441} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
5072 | 2024.07.05 23:29:00.405637 [ 3 ] {e5a71f84-4b68-459e-b980-578d2dcf7441} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5073 | 2024.07.05 23:29:00.406991 [ 3 ] {e5a71f84-4b68-459e-b980-578d2dcf7441} <Trace> oximeter.measurements_histogramf64 (3a521290-854b-45c9-817a-bf8e30cab779): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5074 | 2024.07.05 23:29:00.407030 [ 3 ] {e5a71f84-4b68-459e-b980-578d2dcf7441} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
5075 | 2024.07.05 23:29:00.408181 [ 3 ] {e5a71f84-4b68-459e-b980-578d2dcf7441} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
5076 | 2024.07.05 23:29:00.408908 [ 201 ] {32bf2426-5e02-498f-a333-0e56dff421cb::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5197 rows, containing 5 columns (5 merged, 0 gathered) in 0.006933276 sec., 749573.506088608 rows/sec., 52.25 MiB/sec. | ||
5077 | 2024.07.05 23:29:00.409216 [ 3 ] {e5a71f84-4b68-459e-b980-578d2dcf7441} <Trace> oximeter.measurements_histogramf64 (3a521290-854b-45c9-817a-bf8e30cab779): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5078 | 2024.07.05 23:29:00.409419 [ 131 ] {} <Debug> oximeter.measurements_histogramf64 (3a521290-854b-45c9-817a-bf8e30cab779) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
5079 | 2024.07.05 23:29:00.409517 [ 131 ] {} <Trace> oximeter.measurements_histogramf64 (3a521290-854b-45c9-817a-bf8e30cab779): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5080 | 2024.07.05 23:29:00.409537 [ 3 ] {e5a71f84-4b68-459e-b980-578d2dcf7441} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.00614 sec., 3583.0618892508146 rows/sec., 6.42 MiB/sec. | ||
5081 | 2024.07.05 23:29:00.409554 [ 186 ] {32bf2426-5e02-498f-a333-0e56dff421cb::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
5082 | 2024.07.05 23:29:00.409571 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
5083 | 2024.07.05 23:29:00.410137 [ 187 ] {3a521290-854b-45c9-817a-bf8e30cab779::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 | ||
5084 | 2024.07.05 23:29:00.410680 [ 3 ] {e5a71f84-4b68-459e-b980-578d2dcf7441} <Debug> DynamicQueryHandler: Done processing query | ||
5085 | 2024.07.05 23:29:00.410768 [ 3 ] {e5a71f84-4b68-459e-b980-578d2dcf7441} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
5086 | 2024.07.05 23:29:00.410878 [ 3 ] {} <Debug> HTTP-Session: d84c2847-98fa-4f08-bdd7-4d9ee0c8c7a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5087 | 2024.07.05 23:29:00.411183 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5088 | 2024.07.05 23:29:00.411306 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5089 | 2024.07.05 23:29:00.411407 [ 3 ] {} <Debug> HTTP-Session: c291efc9-5f3d-433f-acf8-0b5b99c3e500 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
5090 | 2024.07.05 23:29:00.411477 [ 3 ] {} <Debug> HTTP-Session: c291efc9-5f3d-433f-acf8-0b5b99c3e500 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5091 | 2024.07.05 23:29:00.411530 [ 3 ] {} <Debug> HTTP-Session: c291efc9-5f3d-433f-acf8-0b5b99c3e500 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5092 | 2024.07.05 23:29:00.411646 [ 3 ] {} <Trace> HTTP-Session: c291efc9-5f3d-433f-acf8-0b5b99c3e500 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5093 | 2024.07.05 23:29:00.411818 [ 187 ] {3a521290-854b-45c9-817a-bf8e30cab779::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5094 | 2024.07.05 23:29:00.411804 [ 186 ] {32bf2426-5e02-498f-a333-0e56dff421cb::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5095 | 2024.07.05 23:29:00.412032 [ 3 ] {68663187-d5da-4fb5-894e-08639485b8a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5096 | 2024.07.05 23:29:00.412054 [ 187 ] {3a521290-854b-45c9-817a-bf8e30cab779::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 264 rows starting from the beginning of the part | ||
5097 | 2024.07.05 23:29:00.412163 [ 3 ] {68663187-d5da-4fb5-894e-08639485b8a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5098 | 2024.07.05 23:29:00.412186 [ 186 ] {32bf2426-5e02-498f-a333-0e56dff421cb::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
5099 | 2024.07.05 23:29:00.412586 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.27 MiB. | ||
5100 | 2024.07.05 23:29:00.412969 [ 187 ] {3a521290-854b-45c9-817a-bf8e30cab779::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 22 rows starting from the beginning of the part | ||
5101 | 2024.07.05 23:29:00.413000 [ 3 ] {68663187-d5da-4fb5-894e-08639485b8a9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5102 | 2024.07.05 23:29:00.413329 [ 187 ] {3a521290-854b-45c9-817a-bf8e30cab779::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 11 rows starting from the beginning of the part | ||
5103 | 2024.07.05 23:29:00.413797 [ 187 ] {3a521290-854b-45c9-817a-bf8e30cab779::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 22 rows starting from the beginning of the part | ||
5104 | 2024.07.05 23:29:00.413859 [ 3 ] {68663187-d5da-4fb5-894e-08639485b8a9} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5105 | 2024.07.05 23:29:00.413924 [ 3 ] {68663187-d5da-4fb5-894e-08639485b8a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
5106 | 2024.07.05 23:29:00.414153 [ 187 ] {3a521290-854b-45c9-817a-bf8e30cab779::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 11 rows starting from the beginning of the part | ||
5107 | 2024.07.05 23:29:00.414496 [ 187 ] {3a521290-854b-45c9-817a-bf8e30cab779::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 22 rows starting from the beginning of the part | ||
5108 | 2024.07.05 23:29:00.414858 [ 3 ] {68663187-d5da-4fb5-894e-08639485b8a9} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
5109 | 2024.07.05 23:29:00.415327 [ 3 ] {68663187-d5da-4fb5-894e-08639485b8a9} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5110 | 2024.07.05 23:29:00.415530 [ 131 ] {} <Debug> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
5111 | 2024.07.05 23:29:00.415560 [ 3 ] {68663187-d5da-4fb5-894e-08639485b8a9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003701 sec., 16211.83463928668 rows/sec., 1.09 MiB/sec. | ||
5112 | 2024.07.05 23:29:00.415585 [ 131 ] {} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5113 | 2024.07.05 23:29:00.415636 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
5114 | 2024.07.05 23:29:00.416033 [ 3 ] {68663187-d5da-4fb5-894e-08639485b8a9} <Debug> DynamicQueryHandler: Done processing query | ||
5115 | 2024.07.05 23:29:00.416153 [ 3 ] {68663187-d5da-4fb5-894e-08639485b8a9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5116 | 2024.07.05 23:29:00.416171 [ 186 ] {bcc711bb-3808-4d12-8719-f1e4bc8a9242::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 | ||
5117 | 2024.07.05 23:29:00.416282 [ 3 ] {} <Debug> HTTP-Session: c291efc9-5f3d-433f-acf8-0b5b99c3e500 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5118 | 2024.07.05 23:29:00.416941 [ 186 ] {bcc711bb-3808-4d12-8719-f1e4bc8a9242::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5119 | 2024.07.05 23:29:00.417034 [ 186 ] {bcc711bb-3808-4d12-8719-f1e4bc8a9242::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1522 rows starting from the beginning of the part | ||
5120 | 2024.07.05 23:29:00.417428 [ 186 ] {bcc711bb-3808-4d12-8719-f1e4bc8a9242::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 | ||
5121 | 2024.07.05 23:29:00.417689 [ 186 ] {bcc711bb-3808-4d12-8719-f1e4bc8a9242::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 | ||
5122 | 2024.07.05 23:29:00.418048 [ 186 ] {bcc711bb-3808-4d12-8719-f1e4bc8a9242::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 | ||
5123 | 2024.07.05 23:29:00.418372 [ 186 ] {bcc711bb-3808-4d12-8719-f1e4bc8a9242::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 | ||
5124 | 2024.07.05 23:29:00.418717 [ 186 ] {bcc711bb-3808-4d12-8719-f1e4bc8a9242::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 | ||
5125 | 2024.07.05 23:29:00.422679 [ 193 ] {bcc711bb-3808-4d12-8719-f1e4bc8a9242::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1822 rows, containing 4 columns (4 merged, 0 gathered) in 0.006938436 sec., 262595.2015699215 rows/sec., 17.70 MiB/sec. | ||
5126 | 2024.07.05 23:29:00.422970 [ 193 ] {bcc711bb-3808-4d12-8719-f1e4bc8a9242::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
5127 | 2024.07.05 23:29:00.423646 [ 201 ] {bcc711bb-3808-4d12-8719-f1e4bc8a9242::all_1_31_6} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5128 | 2024.07.05 23:29:00.423982 [ 201 ] {bcc711bb-3808-4d12-8719-f1e4bc8a9242::all_1_31_6} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
5129 | 2024.07.05 23:29:00.424252 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
5130 | 2024.07.05 23:29:00.424315 [ 193 ] {3a521290-854b-45c9-817a-bf8e30cab779::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 352 rows, containing 19 columns (19 merged, 0 gathered) in 0.014561608 sec., 24173.154503266396 rows/sec., 43.32 MiB/sec. | ||
5131 | 2024.07.05 23:29:00.424906 [ 193 ] {3a521290-854b-45c9-817a-bf8e30cab779::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
5132 | 2024.07.05 23:29:00.425465 [ 193 ] {3a521290-854b-45c9-817a-bf8e30cab779::all_1_21_4} <Trace> oximeter.measurements_histogramf64 (3a521290-854b-45c9-817a-bf8e30cab779): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5133 | 2024.07.05 23:29:00.425544 [ 193 ] {3a521290-854b-45c9-817a-bf8e30cab779::all_1_21_4} <Trace> oximeter.measurements_histogramf64 (3a521290-854b-45c9-817a-bf8e30cab779) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
5134 | 2024.07.05 23:29:00.425684 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.93 MiB. | ||
5135 | 2024.07.05 23:29:01.000201 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 182.72 MiB, peak 192.26 MiB, free memory in arenas 0.00 B, will set to 184.88 MiB (RSS), difference: 2.15 MiB | ||
5136 | 2024.07.05 23:29:05.380159 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 1632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5137 | 2024.07.05 23:29:05.380362 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5138 | 2024.07.05 23:29:05.380409 [ 3 ] {} <Debug> HTTP-Session: bc895a3a-79d3-4ab5-a790-b58864050e09 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
5139 | 2024.07.05 23:29:05.380451 [ 3 ] {} <Debug> HTTP-Session: bc895a3a-79d3-4ab5-a790-b58864050e09 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5140 | 2024.07.05 23:29:05.380480 [ 3 ] {} <Debug> HTTP-Session: bc895a3a-79d3-4ab5-a790-b58864050e09 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5141 | 2024.07.05 23:29:05.380563 [ 3 ] {} <Trace> HTTP-Session: bc895a3a-79d3-4ab5-a790-b58864050e09 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5142 | 2024.07.05 23:29:05.380821 [ 3 ] {c4b82ef4-f2b2-46e8-9f4f-b6c78a5842a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5143 | 2024.07.05 23:29:05.380891 [ 3 ] {c4b82ef4-f2b2-46e8-9f4f-b6c78a5842a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5144 | 2024.07.05 23:29:05.381085 [ 3 ] {c4b82ef4-f2b2-46e8-9f4f-b6c78a5842a4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5145 | 2024.07.05 23:29:05.381609 [ 3 ] {c4b82ef4-f2b2-46e8-9f4f-b6c78a5842a4} <Trace> oximeter.fields_i64 (90cc20bc-62f3-4585-81bd-da47c52ed55a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5146 | 2024.07.05 23:29:05.381654 [ 3 ] {c4b82ef4-f2b2-46e8-9f4f-b6c78a5842a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
5147 | 2024.07.05 23:29:05.382034 [ 3 ] {c4b82ef4-f2b2-46e8-9f4f-b6c78a5842a4} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
5148 | 2024.07.05 23:29:05.382375 [ 3 ] {c4b82ef4-f2b2-46e8-9f4f-b6c78a5842a4} <Trace> oximeter.fields_i64 (90cc20bc-62f3-4585-81bd-da47c52ed55a): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5149 | 2024.07.05 23:29:05.382562 [ 3 ] {c4b82ef4-f2b2-46e8-9f4f-b6c78a5842a4} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.001793 sec., 6134.969325153374 rows/sec., 497.27 KiB/sec. | ||
5150 | 2024.07.05 23:29:05.382791 [ 3 ] {c4b82ef4-f2b2-46e8-9f4f-b6c78a5842a4} <Debug> DynamicQueryHandler: Done processing query | ||
5151 | 2024.07.05 23:29:05.382818 [ 3 ] {c4b82ef4-f2b2-46e8-9f4f-b6c78a5842a4} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5152 | 2024.07.05 23:29:05.382835 [ 3 ] {} <Debug> HTTP-Session: bc895a3a-79d3-4ab5-a790-b58864050e09 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5153 | 2024.07.05 23:29:05.382983 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 12804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5154 | 2024.07.05 23:29:05.383040 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5155 | 2024.07.05 23:29:05.383062 [ 3 ] {} <Debug> HTTP-Session: 9831fa6b-b004-4529-b11a-c7f7753fce49 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
5156 | 2024.07.05 23:29:05.383082 [ 3 ] {} <Debug> HTTP-Session: 9831fa6b-b004-4529-b11a-c7f7753fce49 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5157 | 2024.07.05 23:29:05.383097 [ 3 ] {} <Debug> HTTP-Session: 9831fa6b-b004-4529-b11a-c7f7753fce49 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5158 | 2024.07.05 23:29:05.383132 [ 3 ] {} <Trace> HTTP-Session: 9831fa6b-b004-4529-b11a-c7f7753fce49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5159 | 2024.07.05 23:29:05.383262 [ 3 ] {60f1f0f7-da04-4424-8404-d8803bccbf0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5160 | 2024.07.05 23:29:05.383309 [ 3 ] {60f1f0f7-da04-4424-8404-d8803bccbf0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5161 | 2024.07.05 23:29:05.383443 [ 3 ] {60f1f0f7-da04-4424-8404-d8803bccbf0c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5162 | 2024.07.05 23:29:05.383822 [ 3 ] {60f1f0f7-da04-4424-8404-d8803bccbf0c} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5163 | 2024.07.05 23:29:05.383860 [ 3 ] {60f1f0f7-da04-4424-8404-d8803bccbf0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
5164 | 2024.07.05 23:29:05.384181 [ 3 ] {60f1f0f7-da04-4424-8404-d8803bccbf0c} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
5165 | 2024.07.05 23:29:05.384491 [ 3 ] {60f1f0f7-da04-4424-8404-d8803bccbf0c} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5166 | 2024.07.05 23:29:05.384654 [ 3 ] {60f1f0f7-da04-4424-8404-d8803bccbf0c} <Debug> executeQuery: Read 89 rows, 7.36 KiB in 0.001434 sec., 62064.156206415624 rows/sec., 5.01 MiB/sec. | ||
5167 | 2024.07.05 23:29:05.384831 [ 3 ] {60f1f0f7-da04-4424-8404-d8803bccbf0c} <Debug> DynamicQueryHandler: Done processing query | ||
5168 | 2024.07.05 23:29:05.384856 [ 3 ] {60f1f0f7-da04-4424-8404-d8803bccbf0c} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
5169 | 2024.07.05 23:29:05.384872 [ 3 ] {} <Debug> HTTP-Session: 9831fa6b-b004-4529-b11a-c7f7753fce49 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5170 | 2024.07.05 23:29:05.385009 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 12751, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5171 | 2024.07.05 23:29:05.385059 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5172 | 2024.07.05 23:29:05.385080 [ 3 ] {} <Debug> HTTP-Session: 62f43e39-c118-453b-8879-9ae40f80c4c9 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
5173 | 2024.07.05 23:29:05.385097 [ 3 ] {} <Debug> HTTP-Session: 62f43e39-c118-453b-8879-9ae40f80c4c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5174 | 2024.07.05 23:29:05.385111 [ 3 ] {} <Debug> HTTP-Session: 62f43e39-c118-453b-8879-9ae40f80c4c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5175 | 2024.07.05 23:29:05.385143 [ 3 ] {} <Trace> HTTP-Session: 62f43e39-c118-453b-8879-9ae40f80c4c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5176 | 2024.07.05 23:29:05.385264 [ 3 ] {6eb1f58b-7fe7-4d9f-99a4-63a28d4a35e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5177 | 2024.07.05 23:29:05.385307 [ 3 ] {6eb1f58b-7fe7-4d9f-99a4-63a28d4a35e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5178 | 2024.07.05 23:29:05.385435 [ 3 ] {6eb1f58b-7fe7-4d9f-99a4-63a28d4a35e7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5179 | 2024.07.05 23:29:05.385771 [ 3 ] {6eb1f58b-7fe7-4d9f-99a4-63a28d4a35e7} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5180 | 2024.07.05 23:29:05.385808 [ 3 ] {6eb1f58b-7fe7-4d9f-99a4-63a28d4a35e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
5181 | 2024.07.05 23:29:05.386112 [ 3 ] {6eb1f58b-7fe7-4d9f-99a4-63a28d4a35e7} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
5182 | 2024.07.05 23:29:05.386427 [ 3 ] {6eb1f58b-7fe7-4d9f-99a4-63a28d4a35e7} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5183 | 2024.07.05 23:29:05.386554 [ 3 ] {6eb1f58b-7fe7-4d9f-99a4-63a28d4a35e7} <Debug> executeQuery: Read 75 rows, 6.00 KiB in 0.001337 sec., 56095.73672400897 rows/sec., 4.38 MiB/sec. | ||
5184 | 2024.07.05 23:29:05.386721 [ 3 ] {6eb1f58b-7fe7-4d9f-99a4-63a28d4a35e7} <Debug> DynamicQueryHandler: Done processing query | ||
5185 | 2024.07.05 23:29:05.386746 [ 3 ] {6eb1f58b-7fe7-4d9f-99a4-63a28d4a35e7} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
5186 | 2024.07.05 23:29:05.386762 [ 3 ] {} <Debug> HTTP-Session: 62f43e39-c118-453b-8879-9ae40f80c4c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5187 | 2024.07.05 23:29:05.386993 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5188 | 2024.07.05 23:29:05.387043 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5189 | 2024.07.05 23:29:05.387062 [ 3 ] {} <Debug> HTTP-Session: 2f26be7b-1b95-43f0-81f4-268201a15d84 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
5190 | 2024.07.05 23:29:05.387079 [ 3 ] {} <Debug> HTTP-Session: 2f26be7b-1b95-43f0-81f4-268201a15d84 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5191 | 2024.07.05 23:29:05.387094 [ 3 ] {} <Debug> HTTP-Session: 2f26be7b-1b95-43f0-81f4-268201a15d84 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5192 | 2024.07.05 23:29:05.387128 [ 3 ] {} <Trace> HTTP-Session: 2f26be7b-1b95-43f0-81f4-268201a15d84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5193 | 2024.07.05 23:29:05.387273 [ 3 ] {4989b2a1-19ca-4586-a08e-59398c635620} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5194 | 2024.07.05 23:29:05.387321 [ 3 ] {4989b2a1-19ca-4586-a08e-59398c635620} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5195 | 2024.07.05 23:29:05.387463 [ 3 ] {4989b2a1-19ca-4586-a08e-59398c635620} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5196 | 2024.07.05 23:29:05.387897 [ 3 ] {4989b2a1-19ca-4586-a08e-59398c635620} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5197 | 2024.07.05 23:29:05.387933 [ 3 ] {4989b2a1-19ca-4586-a08e-59398c635620} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
5198 | 2024.07.05 23:29:05.388323 [ 3 ] {4989b2a1-19ca-4586-a08e-59398c635620} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
5199 | 2024.07.05 23:29:05.388664 [ 3 ] {4989b2a1-19ca-4586-a08e-59398c635620} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5200 | 2024.07.05 23:29:05.388798 [ 3 ] {4989b2a1-19ca-4586-a08e-59398c635620} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001593 sec., 100439.42247332078 rows/sec., 7.00 MiB/sec. | ||
5201 | 2024.07.05 23:29:05.388971 [ 3 ] {4989b2a1-19ca-4586-a08e-59398c635620} <Debug> DynamicQueryHandler: Done processing query | ||
5202 | 2024.07.05 23:29:05.388997 [ 3 ] {4989b2a1-19ca-4586-a08e-59398c635620} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5203 | 2024.07.05 23:29:05.389012 [ 3 ] {} <Debug> HTTP-Session: 2f26be7b-1b95-43f0-81f4-268201a15d84 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5204 | 2024.07.05 23:29:05.389155 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 17631, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5205 | 2024.07.05 23:29:05.389203 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5206 | 2024.07.05 23:29:05.389223 [ 3 ] {} <Debug> HTTP-Session: 7d8d8bc0-3649-4653-afcd-4727d2c5d7bc Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
5207 | 2024.07.05 23:29:05.389240 [ 3 ] {} <Debug> HTTP-Session: 7d8d8bc0-3649-4653-afcd-4727d2c5d7bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5208 | 2024.07.05 23:29:05.389254 [ 3 ] {} <Debug> HTTP-Session: 7d8d8bc0-3649-4653-afcd-4727d2c5d7bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5209 | 2024.07.05 23:29:05.389284 [ 3 ] {} <Trace> HTTP-Session: 7d8d8bc0-3649-4653-afcd-4727d2c5d7bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5210 | 2024.07.05 23:29:05.389458 [ 3 ] {cec2fb34-860c-442a-93a6-046a4271c473} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5211 | 2024.07.05 23:29:05.389523 [ 3 ] {cec2fb34-860c-442a-93a6-046a4271c473} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
5212 | 2024.07.05 23:29:05.389920 [ 3 ] {cec2fb34-860c-442a-93a6-046a4271c473} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5213 | 2024.07.05 23:29:05.390494 [ 3 ] {cec2fb34-860c-442a-93a6-046a4271c473} <Trace> oximeter.measurements_histogramf64 (3a521290-854b-45c9-817a-bf8e30cab779): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5214 | 2024.07.05 23:29:05.390529 [ 3 ] {cec2fb34-860c-442a-93a6-046a4271c473} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
5215 | 2024.07.05 23:29:05.391126 [ 3 ] {cec2fb34-860c-442a-93a6-046a4271c473} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
5216 | 2024.07.05 23:29:05.391536 [ 3 ] {cec2fb34-860c-442a-93a6-046a4271c473} <Trace> oximeter.measurements_histogramf64 (3a521290-854b-45c9-817a-bf8e30cab779): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5217 | 2024.07.05 23:29:05.391692 [ 3 ] {cec2fb34-860c-442a-93a6-046a4271c473} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.00233 sec., 4721.0300429184545 rows/sec., 8.46 MiB/sec. | ||
5218 | 2024.07.05 23:29:05.392067 [ 3 ] {cec2fb34-860c-442a-93a6-046a4271c473} <Debug> DynamicQueryHandler: Done processing query | ||
5219 | 2024.07.05 23:29:05.392092 [ 3 ] {cec2fb34-860c-442a-93a6-046a4271c473} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
5220 | 2024.07.05 23:29:05.392109 [ 3 ] {} <Debug> HTTP-Session: 7d8d8bc0-3649-4653-afcd-4727d2c5d7bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5221 | 2024.07.05 23:29:05.392246 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5222 | 2024.07.05 23:29:05.392296 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5223 | 2024.07.05 23:29:05.392315 [ 3 ] {} <Debug> HTTP-Session: 3e172a7d-a875-4026-a0f1-bf0fd11fef41 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
5224 | 2024.07.05 23:29:05.392332 [ 3 ] {} <Debug> HTTP-Session: 3e172a7d-a875-4026-a0f1-bf0fd11fef41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5225 | 2024.07.05 23:29:05.392347 [ 3 ] {} <Debug> HTTP-Session: 3e172a7d-a875-4026-a0f1-bf0fd11fef41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5226 | 2024.07.05 23:29:05.392377 [ 3 ] {} <Trace> HTTP-Session: 3e172a7d-a875-4026-a0f1-bf0fd11fef41 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5227 | 2024.07.05 23:29:05.392488 [ 3 ] {749aef48-8f8e-4f6b-b50e-f87231cbcc0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5228 | 2024.07.05 23:29:05.392533 [ 3 ] {749aef48-8f8e-4f6b-b50e-f87231cbcc0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5229 | 2024.07.05 23:29:05.392659 [ 3 ] {749aef48-8f8e-4f6b-b50e-f87231cbcc0a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5230 | 2024.07.05 23:29:05.392970 [ 3 ] {749aef48-8f8e-4f6b-b50e-f87231cbcc0a} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5231 | 2024.07.05 23:29:05.393005 [ 3 ] {749aef48-8f8e-4f6b-b50e-f87231cbcc0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
5232 | 2024.07.05 23:29:05.393359 [ 3 ] {749aef48-8f8e-4f6b-b50e-f87231cbcc0a} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
5233 | 2024.07.05 23:29:05.393680 [ 3 ] {749aef48-8f8e-4f6b-b50e-f87231cbcc0a} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5234 | 2024.07.05 23:29:05.393817 [ 3 ] {749aef48-8f8e-4f6b-b50e-f87231cbcc0a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001369 sec., 43827.61139517897 rows/sec., 2.95 MiB/sec. | ||
5235 | 2024.07.05 23:29:05.394088 [ 3 ] {749aef48-8f8e-4f6b-b50e-f87231cbcc0a} <Debug> DynamicQueryHandler: Done processing query | ||
5236 | 2024.07.05 23:29:05.394143 [ 3 ] {749aef48-8f8e-4f6b-b50e-f87231cbcc0a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5237 | 2024.07.05 23:29:05.394179 [ 3 ] {} <Debug> HTTP-Session: 3e172a7d-a875-4026-a0f1-bf0fd11fef41 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5238 | 2024.07.05 23:29:10.380079 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 3207, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5239 | 2024.07.05 23:29:10.380227 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5240 | 2024.07.05 23:29:10.380257 [ 3 ] {} <Debug> HTTP-Session: 4f8656df-524c-4cb1-930a-9babc83a371d Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
5241 | 2024.07.05 23:29:10.380286 [ 3 ] {} <Debug> HTTP-Session: 4f8656df-524c-4cb1-930a-9babc83a371d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5242 | 2024.07.05 23:29:10.380303 [ 3 ] {} <Debug> HTTP-Session: 4f8656df-524c-4cb1-930a-9babc83a371d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5243 | 2024.07.05 23:29:10.380362 [ 3 ] {} <Trace> HTTP-Session: 4f8656df-524c-4cb1-930a-9babc83a371d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5244 | 2024.07.05 23:29:10.380574 [ 3 ] {d39d4590-a4b3-417a-95d1-79cc321d44d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5245 | 2024.07.05 23:29:10.380651 [ 3 ] {d39d4590-a4b3-417a-95d1-79cc321d44d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5246 | 2024.07.05 23:29:10.380863 [ 3 ] {d39d4590-a4b3-417a-95d1-79cc321d44d4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5247 | 2024.07.05 23:29:10.381370 [ 3 ] {d39d4590-a4b3-417a-95d1-79cc321d44d4} <Trace> oximeter.fields_i64 (90cc20bc-62f3-4585-81bd-da47c52ed55a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5248 | 2024.07.05 23:29:10.381417 [ 3 ] {d39d4590-a4b3-417a-95d1-79cc321d44d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
5249 | 2024.07.05 23:29:10.381798 [ 3 ] {d39d4590-a4b3-417a-95d1-79cc321d44d4} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
5250 | 2024.07.05 23:29:10.382138 [ 3 ] {d39d4590-a4b3-417a-95d1-79cc321d44d4} <Trace> oximeter.fields_i64 (90cc20bc-62f3-4585-81bd-da47c52ed55a): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5251 | 2024.07.05 23:29:10.382318 [ 3 ] {d39d4590-a4b3-417a-95d1-79cc321d44d4} <Debug> executeQuery: Read 22 rows, 1.78 KiB in 0.001802 sec., 12208.65704772475 rows/sec., 989.57 KiB/sec. | ||
5252 | 2024.07.05 23:29:10.382569 [ 3 ] {d39d4590-a4b3-417a-95d1-79cc321d44d4} <Debug> DynamicQueryHandler: Done processing query | ||
5253 | 2024.07.05 23:29:10.382596 [ 3 ] {d39d4590-a4b3-417a-95d1-79cc321d44d4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5254 | 2024.07.05 23:29:10.382613 [ 3 ] {} <Debug> HTTP-Session: 4f8656df-524c-4cb1-930a-9babc83a371d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5255 | 2024.07.05 23:29:10.382751 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5256 | 2024.07.05 23:29:10.382809 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5257 | 2024.07.05 23:29:10.382829 [ 3 ] {} <Debug> HTTP-Session: bc658b32-cf86-4ed7-a864-8292e709d80d Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
5258 | 2024.07.05 23:29:10.382848 [ 3 ] {} <Debug> HTTP-Session: bc658b32-cf86-4ed7-a864-8292e709d80d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5259 | 2024.07.05 23:29:10.382862 [ 3 ] {} <Debug> HTTP-Session: bc658b32-cf86-4ed7-a864-8292e709d80d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5260 | 2024.07.05 23:29:10.382899 [ 3 ] {} <Trace> HTTP-Session: bc658b32-cf86-4ed7-a864-8292e709d80d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5261 | 2024.07.05 23:29:10.383003 [ 3 ] {189e3bbb-9379-4843-8a7a-8d40e80bf6a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
5262 | 2024.07.05 23:29:10.383051 [ 3 ] {189e3bbb-9379-4843-8a7a-8d40e80bf6a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
5263 | 2024.07.05 23:29:10.383183 [ 3 ] {189e3bbb-9379-4843-8a7a-8d40e80bf6a1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5264 | 2024.07.05 23:29:10.383498 [ 3 ] {189e3bbb-9379-4843-8a7a-8d40e80bf6a1} <Trace> oximeter.fields_ipaddr (621c09d4-afcc-4919-9877-59c96fa833d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5265 | 2024.07.05 23:29:10.383535 [ 3 ] {189e3bbb-9379-4843-8a7a-8d40e80bf6a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
5266 | 2024.07.05 23:29:10.383840 [ 3 ] {189e3bbb-9379-4843-8a7a-8d40e80bf6a1} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
5267 | 2024.07.05 23:29:10.384151 [ 3 ] {189e3bbb-9379-4843-8a7a-8d40e80bf6a1} <Trace> oximeter.fields_ipaddr (621c09d4-afcc-4919-9877-59c96fa833d8): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5268 | 2024.07.05 23:29:10.384313 [ 3 ] {189e3bbb-9379-4843-8a7a-8d40e80bf6a1} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001333 sec., 1500.3750937734433 rows/sec., 122.35 KiB/sec. | ||
5269 | 2024.07.05 23:29:10.384608 [ 3 ] {189e3bbb-9379-4843-8a7a-8d40e80bf6a1} <Debug> DynamicQueryHandler: Done processing query | ||
5270 | 2024.07.05 23:29:10.384633 [ 3 ] {189e3bbb-9379-4843-8a7a-8d40e80bf6a1} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5271 | 2024.07.05 23:29:10.384649 [ 3 ] {} <Debug> HTTP-Session: bc658b32-cf86-4ed7-a864-8292e709d80d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5272 | 2024.07.05 23:29:10.384817 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 17880, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5273 | 2024.07.05 23:29:10.384867 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5274 | 2024.07.05 23:29:10.384886 [ 3 ] {} <Debug> HTTP-Session: fa2793fc-3837-4be3-a6c1-aef2d414f2b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
5275 | 2024.07.05 23:29:10.384903 [ 3 ] {} <Debug> HTTP-Session: fa2793fc-3837-4be3-a6c1-aef2d414f2b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5276 | 2024.07.05 23:29:10.384917 [ 3 ] {} <Debug> HTTP-Session: fa2793fc-3837-4be3-a6c1-aef2d414f2b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5277 | 2024.07.05 23:29:10.384949 [ 3 ] {} <Trace> HTTP-Session: fa2793fc-3837-4be3-a6c1-aef2d414f2b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5278 | 2024.07.05 23:29:10.385086 [ 3 ] {4e0d7536-8618-4e26-9ed1-fcd3f0d523c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5279 | 2024.07.05 23:29:10.385131 [ 3 ] {4e0d7536-8618-4e26-9ed1-fcd3f0d523c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5280 | 2024.07.05 23:29:10.385277 [ 3 ] {4e0d7536-8618-4e26-9ed1-fcd3f0d523c8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5281 | 2024.07.05 23:29:10.385648 [ 3 ] {4e0d7536-8618-4e26-9ed1-fcd3f0d523c8} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5282 | 2024.07.05 23:29:10.385684 [ 3 ] {4e0d7536-8618-4e26-9ed1-fcd3f0d523c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
5283 | 2024.07.05 23:29:10.386000 [ 3 ] {4e0d7536-8618-4e26-9ed1-fcd3f0d523c8} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
5284 | 2024.07.05 23:29:10.386317 [ 3 ] {4e0d7536-8618-4e26-9ed1-fcd3f0d523c8} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5285 | 2024.07.05 23:29:10.386474 [ 3 ] {4e0d7536-8618-4e26-9ed1-fcd3f0d523c8} <Debug> executeQuery: Read 123 rows, 10.39 KiB in 0.001437 sec., 85594.98956158664 rows/sec., 7.06 MiB/sec. | ||
5286 | 2024.07.05 23:29:10.386642 [ 3 ] {4e0d7536-8618-4e26-9ed1-fcd3f0d523c8} <Debug> DynamicQueryHandler: Done processing query | ||
5287 | 2024.07.05 23:29:10.386666 [ 3 ] {4e0d7536-8618-4e26-9ed1-fcd3f0d523c8} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
5288 | 2024.07.05 23:29:10.386681 [ 3 ] {} <Debug> HTTP-Session: fa2793fc-3837-4be3-a6c1-aef2d414f2b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5289 | 2024.07.05 23:29:10.386807 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5290 | 2024.07.05 23:29:10.386856 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5291 | 2024.07.05 23:29:10.386875 [ 3 ] {} <Debug> HTTP-Session: 96a1d382-386a-471c-8e9d-97051e7be24e Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
5292 | 2024.07.05 23:29:10.386892 [ 3 ] {} <Debug> HTTP-Session: 96a1d382-386a-471c-8e9d-97051e7be24e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5293 | 2024.07.05 23:29:10.386906 [ 3 ] {} <Debug> HTTP-Session: 96a1d382-386a-471c-8e9d-97051e7be24e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5294 | 2024.07.05 23:29:10.386936 [ 3 ] {} <Trace> HTTP-Session: 96a1d382-386a-471c-8e9d-97051e7be24e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5295 | 2024.07.05 23:29:10.387028 [ 3 ] {98e4d292-9edc-4bad-90e1-3f2a8c17c497} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5296 | 2024.07.05 23:29:10.387071 [ 3 ] {98e4d292-9edc-4bad-90e1-3f2a8c17c497} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5297 | 2024.07.05 23:29:10.387196 [ 3 ] {98e4d292-9edc-4bad-90e1-3f2a8c17c497} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5298 | 2024.07.05 23:29:10.387476 [ 3 ] {98e4d292-9edc-4bad-90e1-3f2a8c17c497} <Trace> oximeter.fields_u16 (45fa30f1-4b24-4248-82d1-beb821e1c8a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5299 | 2024.07.05 23:29:10.387513 [ 3 ] {98e4d292-9edc-4bad-90e1-3f2a8c17c497} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
5300 | 2024.07.05 23:29:10.387808 [ 3 ] {98e4d292-9edc-4bad-90e1-3f2a8c17c497} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
5301 | 2024.07.05 23:29:10.388119 [ 3 ] {98e4d292-9edc-4bad-90e1-3f2a8c17c497} <Trace> oximeter.fields_u16 (45fa30f1-4b24-4248-82d1-beb821e1c8a3): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5302 | 2024.07.05 23:29:10.388281 [ 3 ] {98e4d292-9edc-4bad-90e1-3f2a8c17c497} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001275 sec., 1568.627450980392 rows/sec., 109.53 KiB/sec. | ||
5303 | 2024.07.05 23:29:10.388497 [ 3 ] {98e4d292-9edc-4bad-90e1-3f2a8c17c497} <Debug> DynamicQueryHandler: Done processing query | ||
5304 | 2024.07.05 23:29:10.388521 [ 3 ] {98e4d292-9edc-4bad-90e1-3f2a8c17c497} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5305 | 2024.07.05 23:29:10.388536 [ 3 ] {} <Debug> HTTP-Session: 96a1d382-386a-471c-8e9d-97051e7be24e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5306 | 2024.07.05 23:29:10.388664 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 14955, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5307 | 2024.07.05 23:29:10.388712 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5308 | 2024.07.05 23:29:10.388730 [ 3 ] {} <Debug> HTTP-Session: 69c6ed63-2da1-4cae-b0e1-e14719bcf811 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
5309 | 2024.07.05 23:29:10.388748 [ 3 ] {} <Debug> HTTP-Session: 69c6ed63-2da1-4cae-b0e1-e14719bcf811 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5310 | 2024.07.05 23:29:10.388762 [ 3 ] {} <Debug> HTTP-Session: 69c6ed63-2da1-4cae-b0e1-e14719bcf811 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5311 | 2024.07.05 23:29:10.388793 [ 3 ] {} <Trace> HTTP-Session: 69c6ed63-2da1-4cae-b0e1-e14719bcf811 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5312 | 2024.07.05 23:29:10.388914 [ 3 ] {5dcf3907-a40b-42ee-8522-58cbb05f1334} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5313 | 2024.07.05 23:29:10.388956 [ 3 ] {5dcf3907-a40b-42ee-8522-58cbb05f1334} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5314 | 2024.07.05 23:29:10.389082 [ 3 ] {5dcf3907-a40b-42ee-8522-58cbb05f1334} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5315 | 2024.07.05 23:29:10.389420 [ 3 ] {5dcf3907-a40b-42ee-8522-58cbb05f1334} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5316 | 2024.07.05 23:29:10.389456 [ 3 ] {5dcf3907-a40b-42ee-8522-58cbb05f1334} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
5317 | 2024.07.05 23:29:10.389763 [ 3 ] {5dcf3907-a40b-42ee-8522-58cbb05f1334} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
5318 | 2024.07.05 23:29:10.390064 [ 3 ] {5dcf3907-a40b-42ee-8522-58cbb05f1334} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5319 | 2024.07.05 23:29:10.390220 [ 3 ] {5dcf3907-a40b-42ee-8522-58cbb05f1334} <Debug> executeQuery: Read 88 rows, 7.04 KiB in 0.001346 sec., 65378.90044576523 rows/sec., 5.11 MiB/sec. | ||
5320 | 2024.07.05 23:29:10.390384 [ 3 ] {5dcf3907-a40b-42ee-8522-58cbb05f1334} <Debug> DynamicQueryHandler: Done processing query | ||
5321 | 2024.07.05 23:29:10.390407 [ 3 ] {5dcf3907-a40b-42ee-8522-58cbb05f1334} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
5322 | 2024.07.05 23:29:10.390423 [ 3 ] {} <Debug> HTTP-Session: 69c6ed63-2da1-4cae-b0e1-e14719bcf811 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5323 | 2024.07.05 23:29:10.390595 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 30828, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5324 | 2024.07.05 23:29:10.390645 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5325 | 2024.07.05 23:29:10.390663 [ 3 ] {} <Debug> HTTP-Session: 72c8f78f-52e5-4361-a930-1775a1c1cc1a Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
5326 | 2024.07.05 23:29:10.390679 [ 3 ] {} <Debug> HTTP-Session: 72c8f78f-52e5-4361-a930-1775a1c1cc1a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5327 | 2024.07.05 23:29:10.390692 [ 3 ] {} <Debug> HTTP-Session: 72c8f78f-52e5-4361-a930-1775a1c1cc1a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5328 | 2024.07.05 23:29:10.390723 [ 3 ] {} <Trace> HTTP-Session: 72c8f78f-52e5-4361-a930-1775a1c1cc1a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5329 | 2024.07.05 23:29:10.390870 [ 3 ] {65bc931b-e80a-4455-a0ec-3457c2019db0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5330 | 2024.07.05 23:29:10.390917 [ 3 ] {65bc931b-e80a-4455-a0ec-3457c2019db0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5331 | 2024.07.05 23:29:10.391060 [ 3 ] {65bc931b-e80a-4455-a0ec-3457c2019db0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5332 | 2024.07.05 23:29:10.391484 [ 3 ] {65bc931b-e80a-4455-a0ec-3457c2019db0} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5333 | 2024.07.05 23:29:10.391520 [ 3 ] {65bc931b-e80a-4455-a0ec-3457c2019db0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
5334 | 2024.07.05 23:29:10.391916 [ 3 ] {65bc931b-e80a-4455-a0ec-3457c2019db0} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
5335 | 2024.07.05 23:29:10.392247 [ 3 ] {65bc931b-e80a-4455-a0ec-3457c2019db0} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5336 | 2024.07.05 23:29:10.392415 [ 3 ] {65bc931b-e80a-4455-a0ec-3457c2019db0} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001606 sec., 100249.06600249065 rows/sec., 6.98 MiB/sec. | ||
5337 | 2024.07.05 23:29:10.392589 [ 3 ] {65bc931b-e80a-4455-a0ec-3457c2019db0} <Debug> DynamicQueryHandler: Done processing query | ||
5338 | 2024.07.05 23:29:10.392613 [ 3 ] {65bc931b-e80a-4455-a0ec-3457c2019db0} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5339 | 2024.07.05 23:29:10.392629 [ 3 ] {} <Debug> HTTP-Session: 72c8f78f-52e5-4361-a930-1775a1c1cc1a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5340 | 2024.07.05 23:29:10.392810 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 35322, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5341 | 2024.07.05 23:29:10.392858 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5342 | 2024.07.05 23:29:10.392877 [ 3 ] {} <Debug> HTTP-Session: b9f14e2a-2495-4c5b-b7e4-9cc2cd6244c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
5343 | 2024.07.05 23:29:10.392893 [ 3 ] {} <Debug> HTTP-Session: b9f14e2a-2495-4c5b-b7e4-9cc2cd6244c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5344 | 2024.07.05 23:29:10.392908 [ 3 ] {} <Debug> HTTP-Session: b9f14e2a-2495-4c5b-b7e4-9cc2cd6244c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5345 | 2024.07.05 23:29:10.392938 [ 3 ] {} <Trace> HTTP-Session: b9f14e2a-2495-4c5b-b7e4-9cc2cd6244c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5346 | 2024.07.05 23:29:10.393267 [ 3 ] {a79c91ff-bc6e-4cab-903b-fde91da72535} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5347 | 2024.07.05 23:29:10.393331 [ 3 ] {a79c91ff-bc6e-4cab-903b-fde91da72535} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
5348 | 2024.07.05 23:29:10.393749 [ 3 ] {a79c91ff-bc6e-4cab-903b-fde91da72535} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5349 | 2024.07.05 23:29:10.394348 [ 3 ] {a79c91ff-bc6e-4cab-903b-fde91da72535} <Trace> oximeter.measurements_histogramf64 (3a521290-854b-45c9-817a-bf8e30cab779): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5350 | 2024.07.05 23:29:10.394385 [ 3 ] {a79c91ff-bc6e-4cab-903b-fde91da72535} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
5351 | 2024.07.05 23:29:10.394992 [ 3 ] {a79c91ff-bc6e-4cab-903b-fde91da72535} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
5352 | 2024.07.05 23:29:10.395393 [ 3 ] {a79c91ff-bc6e-4cab-903b-fde91da72535} <Trace> oximeter.measurements_histogramf64 (3a521290-854b-45c9-817a-bf8e30cab779): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5353 | 2024.07.05 23:29:10.395575 [ 3 ] {a79c91ff-bc6e-4cab-903b-fde91da72535} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.002548 sec., 8634.222919937207 rows/sec., 15.47 MiB/sec. | ||
5354 | 2024.07.05 23:29:10.395802 [ 3 ] {a79c91ff-bc6e-4cab-903b-fde91da72535} <Debug> DynamicQueryHandler: Done processing query | ||
5355 | 2024.07.05 23:29:10.395827 [ 3 ] {a79c91ff-bc6e-4cab-903b-fde91da72535} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
5356 | 2024.07.05 23:29:10.395842 [ 3 ] {} <Debug> HTTP-Session: b9f14e2a-2495-4c5b-b7e4-9cc2cd6244c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5357 | 2024.07.05 23:29:10.395977 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5358 | 2024.07.05 23:29:10.396024 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5359 | 2024.07.05 23:29:10.396043 [ 3 ] {} <Debug> HTTP-Session: a2b42010-7fb8-4e11-b411-007bbfda1ccd Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
5360 | 2024.07.05 23:29:10.396060 [ 3 ] {} <Debug> HTTP-Session: a2b42010-7fb8-4e11-b411-007bbfda1ccd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5361 | 2024.07.05 23:29:10.396073 [ 3 ] {} <Debug> HTTP-Session: a2b42010-7fb8-4e11-b411-007bbfda1ccd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5362 | 2024.07.05 23:29:10.396104 [ 3 ] {} <Trace> HTTP-Session: a2b42010-7fb8-4e11-b411-007bbfda1ccd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5363 | 2024.07.05 23:29:10.396212 [ 3 ] {f47a7595-4c50-4c76-a105-993d504ff912} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5364 | 2024.07.05 23:29:10.396257 [ 3 ] {f47a7595-4c50-4c76-a105-993d504ff912} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5365 | 2024.07.05 23:29:10.396381 [ 3 ] {f47a7595-4c50-4c76-a105-993d504ff912} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5366 | 2024.07.05 23:29:10.396676 [ 3 ] {f47a7595-4c50-4c76-a105-993d504ff912} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5367 | 2024.07.05 23:29:10.396711 [ 3 ] {f47a7595-4c50-4c76-a105-993d504ff912} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
5368 | 2024.07.05 23:29:10.397067 [ 3 ] {f47a7595-4c50-4c76-a105-993d504ff912} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
5369 | 2024.07.05 23:29:10.397380 [ 3 ] {f47a7595-4c50-4c76-a105-993d504ff912} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5370 | 2024.07.05 23:29:10.397535 [ 3 ] {f47a7595-4c50-4c76-a105-993d504ff912} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001358 sec., 44182.62150220913 rows/sec., 2.98 MiB/sec. | ||
5371 | 2024.07.05 23:29:10.397698 [ 3 ] {f47a7595-4c50-4c76-a105-993d504ff912} <Debug> DynamicQueryHandler: Done processing query | ||
5372 | 2024.07.05 23:29:10.397723 [ 3 ] {f47a7595-4c50-4c76-a105-993d504ff912} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5373 | 2024.07.05 23:29:10.397740 [ 3 ] {} <Debug> HTTP-Session: a2b42010-7fb8-4e11-b411-007bbfda1ccd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5374 | 2024.07.05 23:29:14.266943 [ 122 ] {} <Debug> DNSResolver: Updating DNS cache | ||
5375 | 2024.07.05 23:29:14.267017 [ 122 ] {} <Debug> DNSResolver: Updated DNS cache | ||
5376 | 2024.07.05 23:29:15.379557 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 1632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5377 | 2024.07.05 23:29:15.379676 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5378 | 2024.07.05 23:29:15.379703 [ 3 ] {} <Debug> HTTP-Session: e60c353c-1a1a-48d5-9f6a-cce6e02b5ecf Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
5379 | 2024.07.05 23:29:15.379730 [ 3 ] {} <Debug> HTTP-Session: e60c353c-1a1a-48d5-9f6a-cce6e02b5ecf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5380 | 2024.07.05 23:29:15.379745 [ 3 ] {} <Debug> HTTP-Session: e60c353c-1a1a-48d5-9f6a-cce6e02b5ecf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5381 | 2024.07.05 23:29:15.379799 [ 3 ] {} <Trace> HTTP-Session: e60c353c-1a1a-48d5-9f6a-cce6e02b5ecf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5382 | 2024.07.05 23:29:15.380002 [ 3 ] {bb1b9a5b-9898-4a24-abb3-621137272dd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5383 | 2024.07.05 23:29:15.380073 [ 3 ] {bb1b9a5b-9898-4a24-abb3-621137272dd4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5384 | 2024.07.05 23:29:15.380271 [ 3 ] {bb1b9a5b-9898-4a24-abb3-621137272dd4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5385 | 2024.07.05 23:29:15.380709 [ 3 ] {bb1b9a5b-9898-4a24-abb3-621137272dd4} <Trace> oximeter.fields_i64 (90cc20bc-62f3-4585-81bd-da47c52ed55a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5386 | 2024.07.05 23:29:15.380758 [ 3 ] {bb1b9a5b-9898-4a24-abb3-621137272dd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
5387 | 2024.07.05 23:29:15.381143 [ 3 ] {bb1b9a5b-9898-4a24-abb3-621137272dd4} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
5388 | 2024.07.05 23:29:15.381485 [ 3 ] {bb1b9a5b-9898-4a24-abb3-621137272dd4} <Trace> oximeter.fields_i64 (90cc20bc-62f3-4585-81bd-da47c52ed55a): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5389 | 2024.07.05 23:29:15.381650 [ 3 ] {bb1b9a5b-9898-4a24-abb3-621137272dd4} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.001705 sec., 6451.612903225807 rows/sec., 522.93 KiB/sec. | ||
5390 | 2024.07.05 23:29:15.381976 [ 3 ] {bb1b9a5b-9898-4a24-abb3-621137272dd4} <Debug> DynamicQueryHandler: Done processing query | ||
5391 | 2024.07.05 23:29:15.382006 [ 3 ] {bb1b9a5b-9898-4a24-abb3-621137272dd4} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5392 | 2024.07.05 23:29:15.382023 [ 3 ] {} <Debug> HTTP-Session: e60c353c-1a1a-48d5-9f6a-cce6e02b5ecf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5393 | 2024.07.05 23:29:15.382195 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 680, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5394 | 2024.07.05 23:29:15.382256 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5395 | 2024.07.05 23:29:15.382278 [ 3 ] {} <Debug> HTTP-Session: b22ad54f-f87a-47d0-b43f-97100569310e Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
5396 | 2024.07.05 23:29:15.382297 [ 3 ] {} <Debug> HTTP-Session: b22ad54f-f87a-47d0-b43f-97100569310e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5397 | 2024.07.05 23:29:15.382312 [ 3 ] {} <Debug> HTTP-Session: b22ad54f-f87a-47d0-b43f-97100569310e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5398 | 2024.07.05 23:29:15.382348 [ 3 ] {} <Trace> HTTP-Session: b22ad54f-f87a-47d0-b43f-97100569310e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5399 | 2024.07.05 23:29:15.382458 [ 3 ] {f528fb79-72d1-4d39-9497-3e5d039bf81f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
5400 | 2024.07.05 23:29:15.382507 [ 3 ] {f528fb79-72d1-4d39-9497-3e5d039bf81f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
5401 | 2024.07.05 23:29:15.382666 [ 3 ] {f528fb79-72d1-4d39-9497-3e5d039bf81f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5402 | 2024.07.05 23:29:15.382966 [ 3 ] {f528fb79-72d1-4d39-9497-3e5d039bf81f} <Trace> oximeter.fields_ipaddr (621c09d4-afcc-4919-9877-59c96fa833d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5403 | 2024.07.05 23:29:15.383006 [ 3 ] {f528fb79-72d1-4d39-9497-3e5d039bf81f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
5404 | 2024.07.05 23:29:15.383316 [ 3 ] {f528fb79-72d1-4d39-9497-3e5d039bf81f} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
5405 | 2024.07.05 23:29:15.383621 [ 3 ] {f528fb79-72d1-4d39-9497-3e5d039bf81f} <Trace> oximeter.fields_ipaddr (621c09d4-afcc-4919-9877-59c96fa833d8): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5406 | 2024.07.05 23:29:15.383786 [ 3 ] {f528fb79-72d1-4d39-9497-3e5d039bf81f} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001351 sec., 2960.7698001480385 rows/sec., 241.43 KiB/sec. | ||
5407 | 2024.07.05 23:29:15.384074 [ 3 ] {f528fb79-72d1-4d39-9497-3e5d039bf81f} <Debug> DynamicQueryHandler: Done processing query | ||
5408 | 2024.07.05 23:29:15.384100 [ 3 ] {f528fb79-72d1-4d39-9497-3e5d039bf81f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5409 | 2024.07.05 23:29:15.384116 [ 3 ] {} <Debug> HTTP-Session: b22ad54f-f87a-47d0-b43f-97100569310e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5410 | 2024.07.05 23:29:15.384281 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 13072, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5411 | 2024.07.05 23:29:15.384331 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5412 | 2024.07.05 23:29:15.384350 [ 3 ] {} <Debug> HTTP-Session: 30a67a1e-eced-4839-b8be-8f69a79032e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
5413 | 2024.07.05 23:29:15.384367 [ 3 ] {} <Debug> HTTP-Session: 30a67a1e-eced-4839-b8be-8f69a79032e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5414 | 2024.07.05 23:29:15.384381 [ 3 ] {} <Debug> HTTP-Session: 30a67a1e-eced-4839-b8be-8f69a79032e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5415 | 2024.07.05 23:29:15.384413 [ 3 ] {} <Trace> HTTP-Session: 30a67a1e-eced-4839-b8be-8f69a79032e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5416 | 2024.07.05 23:29:15.384537 [ 3 ] {834199b4-0d37-40c7-be1e-e1069edf8807} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5417 | 2024.07.05 23:29:15.384584 [ 3 ] {834199b4-0d37-40c7-be1e-e1069edf8807} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5418 | 2024.07.05 23:29:15.384731 [ 3 ] {834199b4-0d37-40c7-be1e-e1069edf8807} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5419 | 2024.07.05 23:29:15.385066 [ 3 ] {834199b4-0d37-40c7-be1e-e1069edf8807} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5420 | 2024.07.05 23:29:15.385103 [ 3 ] {834199b4-0d37-40c7-be1e-e1069edf8807} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
5421 | 2024.07.05 23:29:15.385410 [ 3 ] {834199b4-0d37-40c7-be1e-e1069edf8807} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
5422 | 2024.07.05 23:29:15.385729 [ 3 ] {834199b4-0d37-40c7-be1e-e1069edf8807} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5423 | 2024.07.05 23:29:15.385889 [ 3 ] {834199b4-0d37-40c7-be1e-e1069edf8807} <Debug> executeQuery: Read 91 rows, 7.51 KiB in 0.001399 sec., 65046.46175839885 rows/sec., 5.24 MiB/sec. | ||
5424 | 2024.07.05 23:29:15.386188 [ 3 ] {834199b4-0d37-40c7-be1e-e1069edf8807} <Debug> DynamicQueryHandler: Done processing query | ||
5425 | 2024.07.05 23:29:15.386234 [ 3 ] {834199b4-0d37-40c7-be1e-e1069edf8807} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
5426 | 2024.07.05 23:29:15.386260 [ 3 ] {} <Debug> HTTP-Session: 30a67a1e-eced-4839-b8be-8f69a79032e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5427 | 2024.07.05 23:29:15.386389 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 613, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5428 | 2024.07.05 23:29:15.386439 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5429 | 2024.07.05 23:29:15.386459 [ 3 ] {} <Debug> HTTP-Session: 4f57e6a5-1d0e-404e-92cf-84707d698c8f Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
5430 | 2024.07.05 23:29:15.386477 [ 3 ] {} <Debug> HTTP-Session: 4f57e6a5-1d0e-404e-92cf-84707d698c8f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5431 | 2024.07.05 23:29:15.386494 [ 3 ] {} <Debug> HTTP-Session: 4f57e6a5-1d0e-404e-92cf-84707d698c8f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5432 | 2024.07.05 23:29:15.386527 [ 3 ] {} <Trace> HTTP-Session: 4f57e6a5-1d0e-404e-92cf-84707d698c8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5433 | 2024.07.05 23:29:15.386627 [ 3 ] {0dd2fb04-8d3c-4955-b38e-6322056b88ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5434 | 2024.07.05 23:29:15.386675 [ 3 ] {0dd2fb04-8d3c-4955-b38e-6322056b88ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5435 | 2024.07.05 23:29:15.386819 [ 3 ] {0dd2fb04-8d3c-4955-b38e-6322056b88ae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5436 | 2024.07.05 23:29:15.387091 [ 3 ] {0dd2fb04-8d3c-4955-b38e-6322056b88ae} <Trace> oximeter.fields_u16 (45fa30f1-4b24-4248-82d1-beb821e1c8a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5437 | 2024.07.05 23:29:15.387127 [ 3 ] {0dd2fb04-8d3c-4955-b38e-6322056b88ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
5438 | 2024.07.05 23:29:15.387422 [ 3 ] {0dd2fb04-8d3c-4955-b38e-6322056b88ae} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
5439 | 2024.07.05 23:29:15.387723 [ 3 ] {0dd2fb04-8d3c-4955-b38e-6322056b88ae} <Trace> oximeter.fields_u16 (45fa30f1-4b24-4248-82d1-beb821e1c8a3): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5440 | 2024.07.05 23:29:15.387879 [ 3 ] {0dd2fb04-8d3c-4955-b38e-6322056b88ae} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001276 sec., 3134.796238244514 rows/sec., 218.88 KiB/sec. | ||
5441 | 2024.07.05 23:29:15.388166 [ 3 ] {0dd2fb04-8d3c-4955-b38e-6322056b88ae} <Debug> DynamicQueryHandler: Done processing query | ||
5442 | 2024.07.05 23:29:15.388191 [ 3 ] {0dd2fb04-8d3c-4955-b38e-6322056b88ae} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5443 | 2024.07.05 23:29:15.388207 [ 3 ] {} <Debug> HTTP-Session: 4f57e6a5-1d0e-404e-92cf-84707d698c8f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5444 | 2024.07.05 23:29:15.388343 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 13437, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5445 | 2024.07.05 23:29:15.388392 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5446 | 2024.07.05 23:29:15.388410 [ 3 ] {} <Debug> HTTP-Session: 7b672c0c-085f-44cb-af3a-9cc4f4940700 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
5447 | 2024.07.05 23:29:15.388427 [ 3 ] {} <Debug> HTTP-Session: 7b672c0c-085f-44cb-af3a-9cc4f4940700 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5448 | 2024.07.05 23:29:15.388440 [ 3 ] {} <Debug> HTTP-Session: 7b672c0c-085f-44cb-af3a-9cc4f4940700 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5449 | 2024.07.05 23:29:15.388471 [ 3 ] {} <Trace> HTTP-Session: 7b672c0c-085f-44cb-af3a-9cc4f4940700 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5450 | 2024.07.05 23:29:15.388591 [ 3 ] {64e08079-633c-41b8-81ce-d3f192182dee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5451 | 2024.07.05 23:29:15.388634 [ 3 ] {64e08079-633c-41b8-81ce-d3f192182dee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5452 | 2024.07.05 23:29:15.388784 [ 3 ] {64e08079-633c-41b8-81ce-d3f192182dee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5453 | 2024.07.05 23:29:15.389120 [ 3 ] {64e08079-633c-41b8-81ce-d3f192182dee} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5454 | 2024.07.05 23:29:15.389156 [ 3 ] {64e08079-633c-41b8-81ce-d3f192182dee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
5455 | 2024.07.05 23:29:15.389461 [ 3 ] {64e08079-633c-41b8-81ce-d3f192182dee} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
5456 | 2024.07.05 23:29:15.389755 [ 3 ] {64e08079-633c-41b8-81ce-d3f192182dee} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5457 | 2024.07.05 23:29:15.389892 [ 3 ] {64e08079-633c-41b8-81ce-d3f192182dee} <Debug> executeQuery: Read 79 rows, 6.32 KiB in 0.001344 sec., 58779.76190476191 rows/sec., 4.59 MiB/sec. | ||
5458 | 2024.07.05 23:29:15.390202 [ 3 ] {64e08079-633c-41b8-81ce-d3f192182dee} <Debug> DynamicQueryHandler: Done processing query | ||
5459 | 2024.07.05 23:29:15.390232 [ 3 ] {64e08079-633c-41b8-81ce-d3f192182dee} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
5460 | 2024.07.05 23:29:15.390248 [ 3 ] {} <Debug> HTTP-Session: 7b672c0c-085f-44cb-af3a-9cc4f4940700 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5461 | 2024.07.05 23:29:15.390424 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 31019, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5462 | 2024.07.05 23:29:15.390472 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5463 | 2024.07.05 23:29:15.390493 [ 3 ] {} <Debug> HTTP-Session: 824eae91-4682-4193-adba-6914eb86eab2 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
5464 | 2024.07.05 23:29:15.390510 [ 3 ] {} <Debug> HTTP-Session: 824eae91-4682-4193-adba-6914eb86eab2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5465 | 2024.07.05 23:29:15.390524 [ 3 ] {} <Debug> HTTP-Session: 824eae91-4682-4193-adba-6914eb86eab2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5466 | 2024.07.05 23:29:15.390554 [ 3 ] {} <Trace> HTTP-Session: 824eae91-4682-4193-adba-6914eb86eab2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5467 | 2024.07.05 23:29:15.390707 [ 3 ] {53692fb9-7651-4f07-a64e-d00aa1d5f5a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5468 | 2024.07.05 23:29:15.390756 [ 3 ] {53692fb9-7651-4f07-a64e-d00aa1d5f5a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5469 | 2024.07.05 23:29:15.390924 [ 3 ] {53692fb9-7651-4f07-a64e-d00aa1d5f5a2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5470 | 2024.07.05 23:29:15.391367 [ 3 ] {53692fb9-7651-4f07-a64e-d00aa1d5f5a2} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5471 | 2024.07.05 23:29:15.391405 [ 3 ] {53692fb9-7651-4f07-a64e-d00aa1d5f5a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
5472 | 2024.07.05 23:29:15.391794 [ 3 ] {53692fb9-7651-4f07-a64e-d00aa1d5f5a2} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
5473 | 2024.07.05 23:29:15.392136 [ 3 ] {53692fb9-7651-4f07-a64e-d00aa1d5f5a2} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5474 | 2024.07.05 23:29:15.392308 [ 3 ] {53692fb9-7651-4f07-a64e-d00aa1d5f5a2} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001667 sec., 97180.56388722255 rows/sec., 6.77 MiB/sec. | ||
5475 | 2024.07.05 23:29:15.392863 [ 3 ] {53692fb9-7651-4f07-a64e-d00aa1d5f5a2} <Debug> DynamicQueryHandler: Done processing query | ||
5476 | 2024.07.05 23:29:15.392947 [ 3 ] {53692fb9-7651-4f07-a64e-d00aa1d5f5a2} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5477 | 2024.07.05 23:29:15.393043 [ 3 ] {} <Debug> HTTP-Session: 824eae91-4682-4193-adba-6914eb86eab2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5478 | 2024.07.05 23:29:15.393276 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 17612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5479 | 2024.07.05 23:29:15.393327 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5480 | 2024.07.05 23:29:15.393345 [ 3 ] {} <Debug> HTTP-Session: ac0f1a9e-9e00-4529-83da-17a29c392051 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
5481 | 2024.07.05 23:29:15.393362 [ 3 ] {} <Debug> HTTP-Session: ac0f1a9e-9e00-4529-83da-17a29c392051 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5482 | 2024.07.05 23:29:15.393377 [ 3 ] {} <Debug> HTTP-Session: ac0f1a9e-9e00-4529-83da-17a29c392051 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5483 | 2024.07.05 23:29:15.393409 [ 3 ] {} <Trace> HTTP-Session: ac0f1a9e-9e00-4529-83da-17a29c392051 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5484 | 2024.07.05 23:29:15.393593 [ 3 ] {75465ef1-39de-4620-acb0-c47688c0f931} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5485 | 2024.07.05 23:29:15.393665 [ 3 ] {75465ef1-39de-4620-acb0-c47688c0f931} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
5486 | 2024.07.05 23:29:15.394095 [ 3 ] {75465ef1-39de-4620-acb0-c47688c0f931} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5487 | 2024.07.05 23:29:15.394658 [ 3 ] {75465ef1-39de-4620-acb0-c47688c0f931} <Trace> oximeter.measurements_histogramf64 (3a521290-854b-45c9-817a-bf8e30cab779): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5488 | 2024.07.05 23:29:15.394695 [ 3 ] {75465ef1-39de-4620-acb0-c47688c0f931} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
5489 | 2024.07.05 23:29:15.395292 [ 3 ] {75465ef1-39de-4620-acb0-c47688c0f931} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
5490 | 2024.07.05 23:29:15.395693 [ 3 ] {75465ef1-39de-4620-acb0-c47688c0f931} <Trace> oximeter.measurements_histogramf64 (3a521290-854b-45c9-817a-bf8e30cab779): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5491 | 2024.07.05 23:29:15.395891 [ 3 ] {75465ef1-39de-4620-acb0-c47688c0f931} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002402 sec., 4579.517069109075 rows/sec., 8.21 MiB/sec. | ||
5492 | 2024.07.05 23:29:15.396118 [ 3 ] {75465ef1-39de-4620-acb0-c47688c0f931} <Debug> DynamicQueryHandler: Done processing query | ||
5493 | 2024.07.05 23:29:15.396143 [ 3 ] {75465ef1-39de-4620-acb0-c47688c0f931} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
5494 | 2024.07.05 23:29:15.396160 [ 3 ] {} <Debug> HTTP-Session: ac0f1a9e-9e00-4529-83da-17a29c392051 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5495 | 2024.07.05 23:29:15.396301 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5496 | 2024.07.05 23:29:15.396348 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5497 | 2024.07.05 23:29:15.396368 [ 3 ] {} <Debug> HTTP-Session: 724755e8-fca4-4da0-b013-5854b794e23a Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
5498 | 2024.07.05 23:29:15.396385 [ 3 ] {} <Debug> HTTP-Session: 724755e8-fca4-4da0-b013-5854b794e23a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5499 | 2024.07.05 23:29:15.396399 [ 3 ] {} <Debug> HTTP-Session: 724755e8-fca4-4da0-b013-5854b794e23a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5500 | 2024.07.05 23:29:15.396430 [ 3 ] {} <Trace> HTTP-Session: 724755e8-fca4-4da0-b013-5854b794e23a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5501 | 2024.07.05 23:29:15.396559 [ 3 ] {5e5a8157-c025-46cb-b558-7231dadcb845} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5502 | 2024.07.05 23:29:15.396604 [ 3 ] {5e5a8157-c025-46cb-b558-7231dadcb845} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5503 | 2024.07.05 23:29:15.396731 [ 3 ] {5e5a8157-c025-46cb-b558-7231dadcb845} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5504 | 2024.07.05 23:29:15.397052 [ 3 ] {5e5a8157-c025-46cb-b558-7231dadcb845} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5505 | 2024.07.05 23:29:15.397088 [ 3 ] {5e5a8157-c025-46cb-b558-7231dadcb845} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
5506 | 2024.07.05 23:29:15.397446 [ 3 ] {5e5a8157-c025-46cb-b558-7231dadcb845} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
5507 | 2024.07.05 23:29:15.397760 [ 3 ] {5e5a8157-c025-46cb-b558-7231dadcb845} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5508 | 2024.07.05 23:29:15.397918 [ 3 ] {5e5a8157-c025-46cb-b558-7231dadcb845} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001404 sec., 42735.042735042734 rows/sec., 2.88 MiB/sec. | ||
5509 | 2024.07.05 23:29:15.398229 [ 3 ] {5e5a8157-c025-46cb-b558-7231dadcb845} <Debug> DynamicQueryHandler: Done processing query | ||
5510 | 2024.07.05 23:29:15.398261 [ 3 ] {5e5a8157-c025-46cb-b558-7231dadcb845} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5511 | 2024.07.05 23:29:15.398278 [ 3 ] {} <Debug> HTTP-Session: 724755e8-fca4-4da0-b013-5854b794e23a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5512 | 2024.07.05 23:29:20.382121 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 3207, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5513 | 2024.07.05 23:29:20.382336 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5514 | 2024.07.05 23:29:20.382383 [ 3 ] {} <Debug> HTTP-Session: e2fe4ab9-0098-4847-aebd-0d68fef40f9e Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
5515 | 2024.07.05 23:29:20.382424 [ 3 ] {} <Debug> HTTP-Session: e2fe4ab9-0098-4847-aebd-0d68fef40f9e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5516 | 2024.07.05 23:29:20.382452 [ 3 ] {} <Debug> HTTP-Session: e2fe4ab9-0098-4847-aebd-0d68fef40f9e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5517 | 2024.07.05 23:29:20.382533 [ 3 ] {} <Trace> HTTP-Session: e2fe4ab9-0098-4847-aebd-0d68fef40f9e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5518 | 2024.07.05 23:29:20.382827 [ 3 ] {0bfa1bb5-a62f-48ce-8bef-c3604b64f48f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5519 | 2024.07.05 23:29:20.382947 [ 3 ] {0bfa1bb5-a62f-48ce-8bef-c3604b64f48f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5520 | 2024.07.05 23:29:20.383243 [ 3 ] {0bfa1bb5-a62f-48ce-8bef-c3604b64f48f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5521 | 2024.07.05 23:29:20.383693 [ 3 ] {0bfa1bb5-a62f-48ce-8bef-c3604b64f48f} <Trace> oximeter.fields_i64 (90cc20bc-62f3-4585-81bd-da47c52ed55a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5522 | 2024.07.05 23:29:20.383767 [ 3 ] {0bfa1bb5-a62f-48ce-8bef-c3604b64f48f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
5523 | 2024.07.05 23:29:20.384145 [ 3 ] {0bfa1bb5-a62f-48ce-8bef-c3604b64f48f} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
5524 | 2024.07.05 23:29:20.384494 [ 3 ] {0bfa1bb5-a62f-48ce-8bef-c3604b64f48f} <Trace> oximeter.fields_i64 (90cc20bc-62f3-4585-81bd-da47c52ed55a): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5525 | 2024.07.05 23:29:20.384678 [ 3 ] {0bfa1bb5-a62f-48ce-8bef-c3604b64f48f} <Debug> executeQuery: Read 22 rows, 1.78 KiB in 0.001938 sec., 11351.909184726523 rows/sec., 920.13 KiB/sec. | ||
5526 | 2024.07.05 23:29:20.384910 [ 3 ] {0bfa1bb5-a62f-48ce-8bef-c3604b64f48f} <Debug> DynamicQueryHandler: Done processing query | ||
5527 | 2024.07.05 23:29:20.384938 [ 3 ] {0bfa1bb5-a62f-48ce-8bef-c3604b64f48f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5528 | 2024.07.05 23:29:20.384954 [ 3 ] {} <Debug> HTTP-Session: e2fe4ab9-0098-4847-aebd-0d68fef40f9e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5529 | 2024.07.05 23:29:20.385120 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5530 | 2024.07.05 23:29:20.385180 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5531 | 2024.07.05 23:29:20.385201 [ 3 ] {} <Debug> HTTP-Session: f69e1f78-5498-40ea-b5dc-01d67d50f6ff Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
5532 | 2024.07.05 23:29:20.385246 [ 3 ] {} <Debug> HTTP-Session: f69e1f78-5498-40ea-b5dc-01d67d50f6ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5533 | 2024.07.05 23:29:20.385261 [ 3 ] {} <Debug> HTTP-Session: f69e1f78-5498-40ea-b5dc-01d67d50f6ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5534 | 2024.07.05 23:29:20.385298 [ 3 ] {} <Trace> HTTP-Session: f69e1f78-5498-40ea-b5dc-01d67d50f6ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5535 | 2024.07.05 23:29:20.385402 [ 3 ] {b87635a6-9a67-4ac3-ba12-8c6027d80e50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
5536 | 2024.07.05 23:29:20.385450 [ 3 ] {b87635a6-9a67-4ac3-ba12-8c6027d80e50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
5537 | 2024.07.05 23:29:20.385588 [ 3 ] {b87635a6-9a67-4ac3-ba12-8c6027d80e50} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5538 | 2024.07.05 23:29:20.385906 [ 3 ] {b87635a6-9a67-4ac3-ba12-8c6027d80e50} <Trace> oximeter.fields_ipaddr (621c09d4-afcc-4919-9877-59c96fa833d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5539 | 2024.07.05 23:29:20.385944 [ 3 ] {b87635a6-9a67-4ac3-ba12-8c6027d80e50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
5540 | 2024.07.05 23:29:20.386251 [ 3 ] {b87635a6-9a67-4ac3-ba12-8c6027d80e50} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
5541 | 2024.07.05 23:29:20.386561 [ 3 ] {b87635a6-9a67-4ac3-ba12-8c6027d80e50} <Trace> oximeter.fields_ipaddr (621c09d4-afcc-4919-9877-59c96fa833d8): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5542 | 2024.07.05 23:29:20.386719 [ 3 ] {b87635a6-9a67-4ac3-ba12-8c6027d80e50} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001346 sec., 1485.8841010401188 rows/sec., 121.16 KiB/sec. | ||
5543 | 2024.07.05 23:29:20.386897 [ 3 ] {b87635a6-9a67-4ac3-ba12-8c6027d80e50} <Debug> DynamicQueryHandler: Done processing query | ||
5544 | 2024.07.05 23:29:20.386924 [ 3 ] {b87635a6-9a67-4ac3-ba12-8c6027d80e50} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5545 | 2024.07.05 23:29:20.386941 [ 3 ] {} <Debug> HTTP-Session: f69e1f78-5498-40ea-b5dc-01d67d50f6ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5546 | 2024.07.05 23:29:20.387089 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 22817, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5547 | 2024.07.05 23:29:20.387142 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5548 | 2024.07.05 23:29:20.387162 [ 3 ] {} <Debug> HTTP-Session: d4288792-3da4-4f8b-bfba-817f7d97ad85 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
5549 | 2024.07.05 23:29:20.387179 [ 3 ] {} <Debug> HTTP-Session: d4288792-3da4-4f8b-bfba-817f7d97ad85 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5550 | 2024.07.05 23:29:20.387194 [ 3 ] {} <Debug> HTTP-Session: d4288792-3da4-4f8b-bfba-817f7d97ad85 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5551 | 2024.07.05 23:29:20.387227 [ 3 ] {} <Trace> HTTP-Session: d4288792-3da4-4f8b-bfba-817f7d97ad85 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5552 | 2024.07.05 23:29:20.387365 [ 3 ] {eb877351-c903-4d79-9b35-5ac1d4ec9f08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5553 | 2024.07.05 23:29:20.387410 [ 3 ] {eb877351-c903-4d79-9b35-5ac1d4ec9f08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5554 | 2024.07.05 23:29:20.387537 [ 3 ] {eb877351-c903-4d79-9b35-5ac1d4ec9f08} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5555 | 2024.07.05 23:29:20.387942 [ 3 ] {eb877351-c903-4d79-9b35-5ac1d4ec9f08} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5556 | 2024.07.05 23:29:20.387979 [ 3 ] {eb877351-c903-4d79-9b35-5ac1d4ec9f08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
5557 | 2024.07.05 23:29:20.388302 [ 3 ] {eb877351-c903-4d79-9b35-5ac1d4ec9f08} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
5558 | 2024.07.05 23:29:20.388619 [ 3 ] {eb877351-c903-4d79-9b35-5ac1d4ec9f08} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5559 | 2024.07.05 23:29:20.388775 [ 3 ] {eb877351-c903-4d79-9b35-5ac1d4ec9f08} <Debug> executeQuery: Read 159 rows, 13.15 KiB in 0.001464 sec., 108606.55737704918 rows/sec., 8.77 MiB/sec. | ||
5560 | 2024.07.05 23:29:20.388952 [ 3 ] {eb877351-c903-4d79-9b35-5ac1d4ec9f08} <Debug> DynamicQueryHandler: Done processing query | ||
5561 | 2024.07.05 23:29:20.388976 [ 3 ] {eb877351-c903-4d79-9b35-5ac1d4ec9f08} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
5562 | 2024.07.05 23:29:20.388993 [ 3 ] {} <Debug> HTTP-Session: d4288792-3da4-4f8b-bfba-817f7d97ad85 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5563 | 2024.07.05 23:29:20.389136 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5564 | 2024.07.05 23:29:20.389186 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5565 | 2024.07.05 23:29:20.389207 [ 3 ] {} <Debug> HTTP-Session: 8c11279e-8852-42d8-893d-c04b0629af9e Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
5566 | 2024.07.05 23:29:20.389224 [ 3 ] {} <Debug> HTTP-Session: 8c11279e-8852-42d8-893d-c04b0629af9e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5567 | 2024.07.05 23:29:20.389238 [ 3 ] {} <Debug> HTTP-Session: 8c11279e-8852-42d8-893d-c04b0629af9e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5568 | 2024.07.05 23:29:20.389270 [ 3 ] {} <Trace> HTTP-Session: 8c11279e-8852-42d8-893d-c04b0629af9e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5569 | 2024.07.05 23:29:20.389365 [ 3 ] {85806cee-80b7-4371-829d-0c7ec4cb7678} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5570 | 2024.07.05 23:29:20.389408 [ 3 ] {85806cee-80b7-4371-829d-0c7ec4cb7678} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5571 | 2024.07.05 23:29:20.389535 [ 3 ] {85806cee-80b7-4371-829d-0c7ec4cb7678} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5572 | 2024.07.05 23:29:20.389833 [ 3 ] {85806cee-80b7-4371-829d-0c7ec4cb7678} <Trace> oximeter.fields_u16 (45fa30f1-4b24-4248-82d1-beb821e1c8a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5573 | 2024.07.05 23:29:20.389870 [ 3 ] {85806cee-80b7-4371-829d-0c7ec4cb7678} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
5574 | 2024.07.05 23:29:20.390172 [ 3 ] {85806cee-80b7-4371-829d-0c7ec4cb7678} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
5575 | 2024.07.05 23:29:20.390478 [ 3 ] {85806cee-80b7-4371-829d-0c7ec4cb7678} <Trace> oximeter.fields_u16 (45fa30f1-4b24-4248-82d1-beb821e1c8a3): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5576 | 2024.07.05 23:29:20.390626 [ 3 ] {85806cee-80b7-4371-829d-0c7ec4cb7678} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001279 sec., 1563.721657544957 rows/sec., 109.19 KiB/sec. | ||
5577 | 2024.07.05 23:29:20.390838 [ 3 ] {85806cee-80b7-4371-829d-0c7ec4cb7678} <Debug> DynamicQueryHandler: Done processing query | ||
5578 | 2024.07.05 23:29:20.390864 [ 3 ] {85806cee-80b7-4371-829d-0c7ec4cb7678} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5579 | 2024.07.05 23:29:20.390881 [ 3 ] {} <Debug> HTTP-Session: 8c11279e-8852-42d8-893d-c04b0629af9e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5580 | 2024.07.05 23:29:20.391009 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 18997, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5581 | 2024.07.05 23:29:20.391058 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5582 | 2024.07.05 23:29:20.391077 [ 3 ] {} <Debug> HTTP-Session: 3b906576-2d49-4121-9382-957d5a899db6 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
5583 | 2024.07.05 23:29:20.391094 [ 3 ] {} <Debug> HTTP-Session: 3b906576-2d49-4121-9382-957d5a899db6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5584 | 2024.07.05 23:29:20.391109 [ 3 ] {} <Debug> HTTP-Session: 3b906576-2d49-4121-9382-957d5a899db6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5585 | 2024.07.05 23:29:20.391140 [ 3 ] {} <Trace> HTTP-Session: 3b906576-2d49-4121-9382-957d5a899db6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5586 | 2024.07.05 23:29:20.391268 [ 3 ] {dd0515a7-e11d-44b3-86ff-19b4f8d53878} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5587 | 2024.07.05 23:29:20.391311 [ 3 ] {dd0515a7-e11d-44b3-86ff-19b4f8d53878} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5588 | 2024.07.05 23:29:20.391434 [ 3 ] {dd0515a7-e11d-44b3-86ff-19b4f8d53878} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5589 | 2024.07.05 23:29:20.391855 [ 3 ] {dd0515a7-e11d-44b3-86ff-19b4f8d53878} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5590 | 2024.07.05 23:29:20.391891 [ 3 ] {dd0515a7-e11d-44b3-86ff-19b4f8d53878} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
5591 | 2024.07.05 23:29:20.392200 [ 3 ] {dd0515a7-e11d-44b3-86ff-19b4f8d53878} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
5592 | 2024.07.05 23:29:20.392498 [ 3 ] {dd0515a7-e11d-44b3-86ff-19b4f8d53878} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5593 | 2024.07.05 23:29:20.392634 [ 3 ] {dd0515a7-e11d-44b3-86ff-19b4f8d53878} <Debug> executeQuery: Read 112 rows, 8.94 KiB in 0.001416 sec., 79096.04519774011 rows/sec., 6.16 MiB/sec. | ||
5594 | 2024.07.05 23:29:20.392828 [ 3 ] {dd0515a7-e11d-44b3-86ff-19b4f8d53878} <Debug> DynamicQueryHandler: Done processing query | ||
5595 | 2024.07.05 23:29:20.392853 [ 3 ] {dd0515a7-e11d-44b3-86ff-19b4f8d53878} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5596 | 2024.07.05 23:29:20.392868 [ 3 ] {} <Debug> HTTP-Session: 3b906576-2d49-4121-9382-957d5a899db6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5597 | 2024.07.05 23:29:20.393045 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 37795, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5598 | 2024.07.05 23:29:20.393093 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5599 | 2024.07.05 23:29:20.393112 [ 3 ] {} <Debug> HTTP-Session: 6f3e5fc8-7778-4838-8a57-951bc67b0178 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
5600 | 2024.07.05 23:29:20.393127 [ 3 ] {} <Debug> HTTP-Session: 6f3e5fc8-7778-4838-8a57-951bc67b0178 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5601 | 2024.07.05 23:29:20.393141 [ 3 ] {} <Debug> HTTP-Session: 6f3e5fc8-7778-4838-8a57-951bc67b0178 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5602 | 2024.07.05 23:29:20.393172 [ 3 ] {} <Trace> HTTP-Session: 6f3e5fc8-7778-4838-8a57-951bc67b0178 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5603 | 2024.07.05 23:29:20.393333 [ 3 ] {6ec173b7-64ab-4023-885f-54886e362173} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5604 | 2024.07.05 23:29:20.393380 [ 3 ] {6ec173b7-64ab-4023-885f-54886e362173} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5605 | 2024.07.05 23:29:20.393527 [ 3 ] {6ec173b7-64ab-4023-885f-54886e362173} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5606 | 2024.07.05 23:29:20.393964 [ 3 ] {6ec173b7-64ab-4023-885f-54886e362173} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5607 | 2024.07.05 23:29:20.394000 [ 3 ] {6ec173b7-64ab-4023-885f-54886e362173} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
5608 | 2024.07.05 23:29:20.394387 [ 3 ] {6ec173b7-64ab-4023-885f-54886e362173} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
5609 | 2024.07.05 23:29:20.394718 [ 3 ] {6ec173b7-64ab-4023-885f-54886e362173} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5610 | 2024.07.05 23:29:20.394877 [ 3 ] {6ec173b7-64ab-4023-885f-54886e362173} <Debug> executeQuery: Read 197 rows, 14.08 KiB in 0.001617 sec., 121830.55040197898 rows/sec., 8.51 MiB/sec. | ||
5611 | 2024.07.05 23:29:20.395224 [ 3 ] {6ec173b7-64ab-4023-885f-54886e362173} <Debug> DynamicQueryHandler: Done processing query | ||
5612 | 2024.07.05 23:29:20.395264 [ 3 ] {6ec173b7-64ab-4023-885f-54886e362173} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
5613 | 2024.07.05 23:29:20.395279 [ 3 ] {} <Debug> HTTP-Session: 6f3e5fc8-7778-4838-8a57-951bc67b0178 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5614 | 2024.07.05 23:29:20.395453 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 35464, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5615 | 2024.07.05 23:29:20.395501 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5616 | 2024.07.05 23:29:20.395520 [ 3 ] {} <Debug> HTTP-Session: 38e72785-a36a-4dfc-a96d-cc5990a98f60 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
5617 | 2024.07.05 23:29:20.395536 [ 3 ] {} <Debug> HTTP-Session: 38e72785-a36a-4dfc-a96d-cc5990a98f60 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5618 | 2024.07.05 23:29:20.395551 [ 3 ] {} <Debug> HTTP-Session: 38e72785-a36a-4dfc-a96d-cc5990a98f60 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5619 | 2024.07.05 23:29:20.395581 [ 3 ] {} <Trace> HTTP-Session: 38e72785-a36a-4dfc-a96d-cc5990a98f60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5620 | 2024.07.05 23:29:20.395896 [ 3 ] {995e798c-2927-4842-a4ab-2a61c9719736} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5621 | 2024.07.05 23:29:20.395968 [ 3 ] {995e798c-2927-4842-a4ab-2a61c9719736} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
5622 | 2024.07.05 23:29:20.396396 [ 3 ] {995e798c-2927-4842-a4ab-2a61c9719736} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5623 | 2024.07.05 23:29:20.397022 [ 3 ] {995e798c-2927-4842-a4ab-2a61c9719736} <Trace> oximeter.measurements_histogramf64 (3a521290-854b-45c9-817a-bf8e30cab779): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5624 | 2024.07.05 23:29:20.397059 [ 3 ] {995e798c-2927-4842-a4ab-2a61c9719736} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
5625 | 2024.07.05 23:29:20.397657 [ 3 ] {995e798c-2927-4842-a4ab-2a61c9719736} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
5626 | 2024.07.05 23:29:20.398056 [ 3 ] {995e798c-2927-4842-a4ab-2a61c9719736} <Trace> oximeter.measurements_histogramf64 (3a521290-854b-45c9-817a-bf8e30cab779): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5627 | 2024.07.05 23:29:20.398251 [ 3 ] {995e798c-2927-4842-a4ab-2a61c9719736} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.002586 sec., 8507.347254447022 rows/sec., 15.24 MiB/sec. | ||
5628 | 2024.07.05 23:29:20.398480 [ 3 ] {995e798c-2927-4842-a4ab-2a61c9719736} <Debug> DynamicQueryHandler: Done processing query | ||
5629 | 2024.07.05 23:29:20.398504 [ 3 ] {995e798c-2927-4842-a4ab-2a61c9719736} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
5630 | 2024.07.05 23:29:20.398519 [ 3 ] {} <Debug> HTTP-Session: 38e72785-a36a-4dfc-a96d-cc5990a98f60 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5631 | 2024.07.05 23:29:20.398655 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5632 | 2024.07.05 23:29:20.398703 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5633 | 2024.07.05 23:29:20.398722 [ 3 ] {} <Debug> HTTP-Session: 7371df1d-a0c4-436e-a518-1973305b9d87 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
5634 | 2024.07.05 23:29:20.398739 [ 3 ] {} <Debug> HTTP-Session: 7371df1d-a0c4-436e-a518-1973305b9d87 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5635 | 2024.07.05 23:29:20.398753 [ 3 ] {} <Debug> HTTP-Session: 7371df1d-a0c4-436e-a518-1973305b9d87 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5636 | 2024.07.05 23:29:20.398784 [ 3 ] {} <Trace> HTTP-Session: 7371df1d-a0c4-436e-a518-1973305b9d87 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5637 | 2024.07.05 23:29:20.398904 [ 3 ] {c45811c0-5d56-421d-95ea-9caa3c8c6ef1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5638 | 2024.07.05 23:29:20.398949 [ 3 ] {c45811c0-5d56-421d-95ea-9caa3c8c6ef1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5639 | 2024.07.05 23:29:20.399074 [ 3 ] {c45811c0-5d56-421d-95ea-9caa3c8c6ef1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5640 | 2024.07.05 23:29:20.399380 [ 3 ] {c45811c0-5d56-421d-95ea-9caa3c8c6ef1} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5641 | 2024.07.05 23:29:20.399416 [ 3 ] {c45811c0-5d56-421d-95ea-9caa3c8c6ef1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
5642 | 2024.07.05 23:29:20.399769 [ 3 ] {c45811c0-5d56-421d-95ea-9caa3c8c6ef1} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
5643 | 2024.07.05 23:29:20.400081 [ 3 ] {c45811c0-5d56-421d-95ea-9caa3c8c6ef1} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5644 | 2024.07.05 23:29:20.400243 [ 3 ] {c45811c0-5d56-421d-95ea-9caa3c8c6ef1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001375 sec., 43636.36363636364 rows/sec., 2.94 MiB/sec. | ||
5645 | 2024.07.05 23:29:20.400410 [ 3 ] {c45811c0-5d56-421d-95ea-9caa3c8c6ef1} <Debug> DynamicQueryHandler: Done processing query | ||
5646 | 2024.07.05 23:29:20.400434 [ 3 ] {c45811c0-5d56-421d-95ea-9caa3c8c6ef1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5647 | 2024.07.05 23:29:20.400450 [ 3 ] {} <Debug> HTTP-Session: 7371df1d-a0c4-436e-a518-1973305b9d87 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5648 | 2024.07.05 23:29:25.379530 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 1632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5649 | 2024.07.05 23:29:25.379675 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5650 | 2024.07.05 23:29:25.379705 [ 3 ] {} <Debug> HTTP-Session: f8e67d67-4345-4f14-a35b-5f2ce30a2962 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
5651 | 2024.07.05 23:29:25.379734 [ 3 ] {} <Debug> HTTP-Session: f8e67d67-4345-4f14-a35b-5f2ce30a2962 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5652 | 2024.07.05 23:29:25.379753 [ 3 ] {} <Debug> HTTP-Session: f8e67d67-4345-4f14-a35b-5f2ce30a2962 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5653 | 2024.07.05 23:29:25.379810 [ 3 ] {} <Trace> HTTP-Session: f8e67d67-4345-4f14-a35b-5f2ce30a2962 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5654 | 2024.07.05 23:29:25.380012 [ 3 ] {32e2e8da-0b06-4c01-84b1-a85cac2149ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5655 | 2024.07.05 23:29:25.380087 [ 3 ] {32e2e8da-0b06-4c01-84b1-a85cac2149ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5656 | 2024.07.05 23:29:25.380302 [ 3 ] {32e2e8da-0b06-4c01-84b1-a85cac2149ae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5657 | 2024.07.05 23:29:25.380768 [ 3 ] {32e2e8da-0b06-4c01-84b1-a85cac2149ae} <Trace> oximeter.fields_i64 (90cc20bc-62f3-4585-81bd-da47c52ed55a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5658 | 2024.07.05 23:29:25.380813 [ 3 ] {32e2e8da-0b06-4c01-84b1-a85cac2149ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
5659 | 2024.07.05 23:29:25.381189 [ 3 ] {32e2e8da-0b06-4c01-84b1-a85cac2149ae} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
5660 | 2024.07.05 23:29:25.381529 [ 3 ] {32e2e8da-0b06-4c01-84b1-a85cac2149ae} <Trace> oximeter.fields_i64 (90cc20bc-62f3-4585-81bd-da47c52ed55a): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5661 | 2024.07.05 23:29:25.381713 [ 112 ] {} <Debug> oximeter.fields_i64 (90cc20bc-62f3-4585-81bd-da47c52ed55a) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
5662 | 2024.07.05 23:29:25.381725 [ 3 ] {32e2e8da-0b06-4c01-84b1-a85cac2149ae} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.00176 sec., 6250 rows/sec., 506.59 KiB/sec. | ||
5663 | 2024.07.05 23:29:25.381805 [ 112 ] {} <Trace> oximeter.fields_i64 (90cc20bc-62f3-4585-81bd-da47c52ed55a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5664 | 2024.07.05 23:29:25.381869 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
5665 | 2024.07.05 23:29:25.382161 [ 3 ] {32e2e8da-0b06-4c01-84b1-a85cac2149ae} <Debug> DynamicQueryHandler: Done processing query | ||
5666 | 2024.07.05 23:29:25.382197 [ 201 ] {90cc20bc-62f3-4585-81bd-da47c52ed55a::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 | ||
5667 | 2024.07.05 23:29:25.382226 [ 3 ] {32e2e8da-0b06-4c01-84b1-a85cac2149ae} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5668 | 2024.07.05 23:29:25.382395 [ 3 ] {} <Debug> HTTP-Session: f8e67d67-4345-4f14-a35b-5f2ce30a2962 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5669 | 2024.07.05 23:29:25.382555 [ 201 ] {90cc20bc-62f3-4585-81bd-da47c52ed55a::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5670 | 2024.07.05 23:29:25.382622 [ 201 ] {90cc20bc-62f3-4585-81bd-da47c52ed55a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 33 rows starting from the beginning of the part | ||
5671 | 2024.07.05 23:29:25.382637 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5672 | 2024.07.05 23:29:25.382757 [ 201 ] {90cc20bc-62f3-4585-81bd-da47c52ed55a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 11 rows starting from the beginning of the part | ||
5673 | 2024.07.05 23:29:25.382812 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5674 | 2024.07.05 23:29:25.382921 [ 3 ] {} <Debug> HTTP-Session: bacb3480-e871-4e9b-b6ce-87419a2ec130 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
5675 | 2024.07.05 23:29:25.383073 [ 3 ] {} <Debug> HTTP-Session: bacb3480-e871-4e9b-b6ce-87419a2ec130 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5676 | 2024.07.05 23:29:25.383104 [ 201 ] {90cc20bc-62f3-4585-81bd-da47c52ed55a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 22 rows starting from the beginning of the part | ||
5677 | 2024.07.05 23:29:25.383125 [ 3 ] {} <Debug> HTTP-Session: bacb3480-e871-4e9b-b6ce-87419a2ec130 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5678 | 2024.07.05 23:29:25.383259 [ 3 ] {} <Trace> HTTP-Session: bacb3480-e871-4e9b-b6ce-87419a2ec130 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5679 | 2024.07.05 23:29:25.383394 [ 201 ] {90cc20bc-62f3-4585-81bd-da47c52ed55a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 11 rows starting from the beginning of the part | ||
5680 | 2024.07.05 23:29:25.383657 [ 201 ] {90cc20bc-62f3-4585-81bd-da47c52ed55a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 22 rows starting from the beginning of the part | ||
5681 | 2024.07.05 23:29:25.383736 [ 3 ] {304d8efc-734f-41b9-9727-ef863d6bdcd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
5682 | 2024.07.05 23:29:25.383900 [ 201 ] {90cc20bc-62f3-4585-81bd-da47c52ed55a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 11 rows starting from the beginning of the part | ||
5683 | 2024.07.05 23:29:25.383962 [ 3 ] {304d8efc-734f-41b9-9727-ef863d6bdcd4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
5684 | 2024.07.05 23:29:25.384618 [ 3 ] {304d8efc-734f-41b9-9727-ef863d6bdcd4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5685 | 2024.07.05 23:29:25.385365 [ 3 ] {304d8efc-734f-41b9-9727-ef863d6bdcd4} <Trace> oximeter.fields_ipaddr (621c09d4-afcc-4919-9877-59c96fa833d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5686 | 2024.07.05 23:29:25.385426 [ 3 ] {304d8efc-734f-41b9-9727-ef863d6bdcd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
5687 | 2024.07.05 23:29:25.386274 [ 3 ] {304d8efc-734f-41b9-9727-ef863d6bdcd4} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
5688 | 2024.07.05 23:29:25.386448 [ 187 ] {90cc20bc-62f3-4585-81bd-da47c52ed55a::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 110 rows, containing 4 columns (4 merged, 0 gathered) in 0.00444381 sec., 24753.533566916674 rows/sec., 1.96 MiB/sec. | ||
5689 | 2024.07.05 23:29:25.386636 [ 187 ] {90cc20bc-62f3-4585-81bd-da47c52ed55a::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
5690 | 2024.07.05 23:29:25.386761 [ 3 ] {304d8efc-734f-41b9-9727-ef863d6bdcd4} <Trace> oximeter.fields_ipaddr (621c09d4-afcc-4919-9877-59c96fa833d8): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5691 | 2024.07.05 23:29:25.387095 [ 3 ] {304d8efc-734f-41b9-9727-ef863d6bdcd4} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.003534 sec., 565.9309564233164 rows/sec., 46.15 KiB/sec. | ||
5692 | 2024.07.05 23:29:25.387665 [ 3 ] {304d8efc-734f-41b9-9727-ef863d6bdcd4} <Debug> DynamicQueryHandler: Done processing query | ||
5693 | 2024.07.05 23:29:25.387727 [ 187 ] {90cc20bc-62f3-4585-81bd-da47c52ed55a::all_1_26_5} <Trace> oximeter.fields_i64 (90cc20bc-62f3-4585-81bd-da47c52ed55a): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5694 | 2024.07.05 23:29:25.387735 [ 3 ] {304d8efc-734f-41b9-9727-ef863d6bdcd4} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5695 | 2024.07.05 23:29:25.387781 [ 3 ] {} <Debug> HTTP-Session: bacb3480-e871-4e9b-b6ce-87419a2ec130 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5696 | 2024.07.05 23:29:25.387845 [ 187 ] {90cc20bc-62f3-4585-81bd-da47c52ed55a::all_1_26_5} <Trace> oximeter.fields_i64 (90cc20bc-62f3-4585-81bd-da47c52ed55a) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
5697 | 2024.07.05 23:29:25.387932 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
5698 | 2024.07.05 23:29:25.387969 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 12937, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5699 | 2024.07.05 23:29:25.388022 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5700 | 2024.07.05 23:29:25.388042 [ 3 ] {} <Debug> HTTP-Session: 2e619563-dabc-400f-b59a-37cc18c0c80e Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
5701 | 2024.07.05 23:29:25.388061 [ 3 ] {} <Debug> HTTP-Session: 2e619563-dabc-400f-b59a-37cc18c0c80e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5702 | 2024.07.05 23:29:25.388076 [ 3 ] {} <Debug> HTTP-Session: 2e619563-dabc-400f-b59a-37cc18c0c80e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5703 | 2024.07.05 23:29:25.388108 [ 3 ] {} <Trace> HTTP-Session: 2e619563-dabc-400f-b59a-37cc18c0c80e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5704 | 2024.07.05 23:29:25.388243 [ 3 ] {f7c30252-c48e-442f-ae6b-0a85c9015835} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5705 | 2024.07.05 23:29:25.388288 [ 3 ] {f7c30252-c48e-442f-ae6b-0a85c9015835} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5706 | 2024.07.05 23:29:25.388430 [ 3 ] {f7c30252-c48e-442f-ae6b-0a85c9015835} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5707 | 2024.07.05 23:29:25.388801 [ 3 ] {f7c30252-c48e-442f-ae6b-0a85c9015835} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5708 | 2024.07.05 23:29:25.388841 [ 3 ] {f7c30252-c48e-442f-ae6b-0a85c9015835} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
5709 | 2024.07.05 23:29:25.389162 [ 3 ] {f7c30252-c48e-442f-ae6b-0a85c9015835} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
5710 | 2024.07.05 23:29:25.389473 [ 3 ] {f7c30252-c48e-442f-ae6b-0a85c9015835} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5711 | 2024.07.05 23:29:25.389629 [ 112 ] {} <Debug> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
5712 | 2024.07.05 23:29:25.389637 [ 3 ] {f7c30252-c48e-442f-ae6b-0a85c9015835} <Debug> executeQuery: Read 90 rows, 7.44 KiB in 0.001439 sec., 62543.43293954135 rows/sec., 5.05 MiB/sec. | ||
5713 | 2024.07.05 23:29:25.389690 [ 112 ] {} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5714 | 2024.07.05 23:29:25.389763 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
5715 | 2024.07.05 23:29:25.389956 [ 189 ] {5312aebe-5a34-422e-b0ce-e859ed1f196c::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 | ||
5716 | 2024.07.05 23:29:25.389985 [ 3 ] {f7c30252-c48e-442f-ae6b-0a85c9015835} <Debug> DynamicQueryHandler: Done processing query | ||
5717 | 2024.07.05 23:29:25.390030 [ 3 ] {f7c30252-c48e-442f-ae6b-0a85c9015835} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
5718 | 2024.07.05 23:29:25.390071 [ 3 ] {} <Debug> HTTP-Session: 2e619563-dabc-400f-b59a-37cc18c0c80e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5719 | 2024.07.05 23:29:25.390180 [ 189 ] {5312aebe-5a34-422e-b0ce-e859ed1f196c::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5720 | 2024.07.05 23:29:25.390215 [ 189 ] {5312aebe-5a34-422e-b0ce-e859ed1f196c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 198 rows starting from the beginning of the part | ||
5721 | 2024.07.05 23:29:25.390275 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5722 | 2024.07.05 23:29:25.390447 [ 189 ] {5312aebe-5a34-422e-b0ce-e859ed1f196c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 89 rows starting from the beginning of the part | ||
5723 | 2024.07.05 23:29:25.390507 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5724 | 2024.07.05 23:29:25.390633 [ 3 ] {} <Debug> HTTP-Session: b0bb28aa-a8a0-46bc-84dd-196cacf85a98 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
5725 | 2024.07.05 23:29:25.390677 [ 189 ] {5312aebe-5a34-422e-b0ce-e859ed1f196c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 123 rows starting from the beginning of the part | ||
5726 | 2024.07.05 23:29:25.390704 [ 3 ] {} <Debug> HTTP-Session: b0bb28aa-a8a0-46bc-84dd-196cacf85a98 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5727 | 2024.07.05 23:29:25.390788 [ 3 ] {} <Debug> HTTP-Session: b0bb28aa-a8a0-46bc-84dd-196cacf85a98 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5728 | 2024.07.05 23:29:25.390987 [ 189 ] {5312aebe-5a34-422e-b0ce-e859ed1f196c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 91 rows starting from the beginning of the part | ||
5729 | 2024.07.05 23:29:25.391017 [ 3 ] {} <Trace> HTTP-Session: b0bb28aa-a8a0-46bc-84dd-196cacf85a98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5730 | 2024.07.05 23:29:25.391208 [ 189 ] {5312aebe-5a34-422e-b0ce-e859ed1f196c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 159 rows starting from the beginning of the part | ||
5731 | 2024.07.05 23:29:25.391475 [ 189 ] {5312aebe-5a34-422e-b0ce-e859ed1f196c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 90 rows starting from the beginning of the part | ||
5732 | 2024.07.05 23:29:25.391489 [ 3 ] {5f7e32c0-3c1b-44c2-968c-65f8e7605309} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5733 | 2024.07.05 23:29:25.391730 [ 3 ] {5f7e32c0-3c1b-44c2-968c-65f8e7605309} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5734 | 2024.07.05 23:29:25.392211 [ 3 ] {5f7e32c0-3c1b-44c2-968c-65f8e7605309} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5735 | 2024.07.05 23:29:25.392955 [ 3 ] {5f7e32c0-3c1b-44c2-968c-65f8e7605309} <Trace> oximeter.fields_u16 (45fa30f1-4b24-4248-82d1-beb821e1c8a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5736 | 2024.07.05 23:29:25.393025 [ 3 ] {5f7e32c0-3c1b-44c2-968c-65f8e7605309} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
5737 | 2024.07.05 23:29:25.393835 [ 3 ] {5f7e32c0-3c1b-44c2-968c-65f8e7605309} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
5738 | 2024.07.05 23:29:25.394548 [ 187 ] {5312aebe-5a34-422e-b0ce-e859ed1f196c::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 750 rows, containing 4 columns (4 merged, 0 gathered) in 0.004682535 sec., 160169.65169507542 rows/sec., 13.02 MiB/sec. | ||
5739 | 2024.07.05 23:29:25.394712 [ 3 ] {5f7e32c0-3c1b-44c2-968c-65f8e7605309} <Trace> oximeter.fields_u16 (45fa30f1-4b24-4248-82d1-beb821e1c8a3): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5740 | 2024.07.05 23:29:25.394807 [ 190 ] {5312aebe-5a34-422e-b0ce-e859ed1f196c::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
5741 | 2024.07.05 23:29:25.394971 [ 3 ] {5f7e32c0-3c1b-44c2-968c-65f8e7605309} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.003681 sec., 543.3306166802499 rows/sec., 37.94 KiB/sec. | ||
5742 | 2024.07.05 23:29:25.395300 [ 3 ] {5f7e32c0-3c1b-44c2-968c-65f8e7605309} <Debug> DynamicQueryHandler: Done processing query | ||
5743 | 2024.07.05 23:29:25.395353 [ 3 ] {5f7e32c0-3c1b-44c2-968c-65f8e7605309} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5744 | 2024.07.05 23:29:25.395409 [ 3 ] {} <Debug> HTTP-Session: b0bb28aa-a8a0-46bc-84dd-196cacf85a98 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5745 | 2024.07.05 23:29:25.395610 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 13092, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5746 | 2024.07.05 23:29:25.395668 [ 190 ] {5312aebe-5a34-422e-b0ce-e859ed1f196c::all_1_36_7} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5747 | 2024.07.05 23:29:25.395687 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5748 | 2024.07.05 23:29:25.395744 [ 3 ] {} <Debug> HTTP-Session: 4d2ecb9c-0566-466b-b7b7-00c92855bae7 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
5749 | 2024.07.05 23:29:25.395776 [ 3 ] {} <Debug> HTTP-Session: 4d2ecb9c-0566-466b-b7b7-00c92855bae7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5750 | 2024.07.05 23:29:25.395804 [ 3 ] {} <Debug> HTTP-Session: 4d2ecb9c-0566-466b-b7b7-00c92855bae7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5751 | 2024.07.05 23:29:25.395856 [ 190 ] {5312aebe-5a34-422e-b0ce-e859ed1f196c::all_1_36_7} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
5752 | 2024.07.05 23:29:25.395872 [ 3 ] {} <Trace> HTTP-Session: 4d2ecb9c-0566-466b-b7b7-00c92855bae7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5753 | 2024.07.05 23:29:25.396017 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
5754 | 2024.07.05 23:29:25.396087 [ 3 ] {0c0e48c6-5ce7-4849-8bd8-f40b795a20dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5755 | 2024.07.05 23:29:25.396135 [ 3 ] {0c0e48c6-5ce7-4849-8bd8-f40b795a20dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5756 | 2024.07.05 23:29:25.396274 [ 3 ] {0c0e48c6-5ce7-4849-8bd8-f40b795a20dd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5757 | 2024.07.05 23:29:25.396630 [ 3 ] {0c0e48c6-5ce7-4849-8bd8-f40b795a20dd} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5758 | 2024.07.05 23:29:25.396666 [ 3 ] {0c0e48c6-5ce7-4849-8bd8-f40b795a20dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
5759 | 2024.07.05 23:29:25.396974 [ 3 ] {0c0e48c6-5ce7-4849-8bd8-f40b795a20dd} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
5760 | 2024.07.05 23:29:25.397282 [ 3 ] {0c0e48c6-5ce7-4849-8bd8-f40b795a20dd} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5761 | 2024.07.05 23:29:25.397436 [ 112 ] {} <Debug> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
5762 | 2024.07.05 23:29:25.397444 [ 3 ] {0c0e48c6-5ce7-4849-8bd8-f40b795a20dd} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.001423 sec., 54111.033028812366 rows/sec., 4.23 MiB/sec. | ||
5763 | 2024.07.05 23:29:25.397483 [ 112 ] {} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5764 | 2024.07.05 23:29:25.397545 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
5765 | 2024.07.05 23:29:25.397731 [ 188 ] {41c6d68c-04fc-4ca2-8bf5-9cf02702be2b::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 | ||
5766 | 2024.07.05 23:29:25.397767 [ 3 ] {0c0e48c6-5ce7-4849-8bd8-f40b795a20dd} <Debug> DynamicQueryHandler: Done processing query | ||
5767 | 2024.07.05 23:29:25.397812 [ 3 ] {0c0e48c6-5ce7-4849-8bd8-f40b795a20dd} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
5768 | 2024.07.05 23:29:25.397857 [ 3 ] {} <Debug> HTTP-Session: 4d2ecb9c-0566-466b-b7b7-00c92855bae7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5769 | 2024.07.05 23:29:25.397972 [ 188 ] {41c6d68c-04fc-4ca2-8bf5-9cf02702be2b::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5770 | 2024.07.05 23:29:25.398010 [ 188 ] {41c6d68c-04fc-4ca2-8bf5-9cf02702be2b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 153 rows starting from the beginning of the part | ||
5771 | 2024.07.05 23:29:25.398186 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 30828, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5772 | 2024.07.05 23:29:25.398212 [ 188 ] {41c6d68c-04fc-4ca2-8bf5-9cf02702be2b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 75 rows starting from the beginning of the part | ||
5773 | 2024.07.05 23:29:25.398355 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5774 | 2024.07.05 23:29:25.398464 [ 3 ] {} <Debug> HTTP-Session: 0066df6f-8e04-4b24-91fb-3043727b45ed Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
5775 | 2024.07.05 23:29:25.398500 [ 188 ] {41c6d68c-04fc-4ca2-8bf5-9cf02702be2b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 88 rows starting from the beginning of the part | ||
5776 | 2024.07.05 23:29:25.398524 [ 3 ] {} <Debug> HTTP-Session: 0066df6f-8e04-4b24-91fb-3043727b45ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5777 | 2024.07.05 23:29:25.398590 [ 3 ] {} <Debug> HTTP-Session: 0066df6f-8e04-4b24-91fb-3043727b45ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5778 | 2024.07.05 23:29:25.398727 [ 3 ] {} <Trace> HTTP-Session: 0066df6f-8e04-4b24-91fb-3043727b45ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5779 | 2024.07.05 23:29:25.398790 [ 188 ] {41c6d68c-04fc-4ca2-8bf5-9cf02702be2b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 79 rows starting from the beginning of the part | ||
5780 | 2024.07.05 23:29:25.399086 [ 188 ] {41c6d68c-04fc-4ca2-8bf5-9cf02702be2b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 112 rows starting from the beginning of the part | ||
5781 | 2024.07.05 23:29:25.399105 [ 3 ] {5469e38c-e10b-4609-802e-fd3c2cb3ff5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5782 | 2024.07.05 23:29:25.399282 [ 3 ] {5469e38c-e10b-4609-802e-fd3c2cb3ff5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5783 | 2024.07.05 23:29:25.399311 [ 188 ] {41c6d68c-04fc-4ca2-8bf5-9cf02702be2b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 77 rows starting from the beginning of the part | ||
5784 | 2024.07.05 23:29:25.400104 [ 3 ] {5469e38c-e10b-4609-802e-fd3c2cb3ff5b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5785 | 2024.07.05 23:29:25.401071 [ 3 ] {5469e38c-e10b-4609-802e-fd3c2cb3ff5b} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5786 | 2024.07.05 23:29:25.401136 [ 3 ] {5469e38c-e10b-4609-802e-fd3c2cb3ff5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
5787 | 2024.07.05 23:29:25.402161 [ 3 ] {5469e38c-e10b-4609-802e-fd3c2cb3ff5b} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
5788 | 2024.07.05 23:29:25.402198 [ 188 ] {41c6d68c-04fc-4ca2-8bf5-9cf02702be2b::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 584 rows, containing 4 columns (4 merged, 0 gathered) in 0.004554622 sec., 128221.39795574693 rows/sec., 10.01 MiB/sec. | ||
5789 | 2024.07.05 23:29:25.402443 [ 190 ] {41c6d68c-04fc-4ca2-8bf5-9cf02702be2b::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
5790 | 2024.07.05 23:29:25.402949 [ 3 ] {5469e38c-e10b-4609-802e-fd3c2cb3ff5b} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5791 | 2024.07.05 23:29:25.403270 [ 111 ] {} <Debug> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
5792 | 2024.07.05 23:29:25.403325 [ 3 ] {5469e38c-e10b-4609-802e-fd3c2cb3ff5b} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.004392 sec., 36657.559198542804 rows/sec., 2.55 MiB/sec. | ||
5793 | 2024.07.05 23:29:25.403355 [ 111 ] {} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5794 | 2024.07.05 23:29:25.403422 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
5795 | 2024.07.05 23:29:25.403511 [ 190 ] {41c6d68c-04fc-4ca2-8bf5-9cf02702be2b::all_1_36_7} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5796 | 2024.07.05 23:29:25.403863 [ 188 ] {32bf2426-5e02-498f-a333-0e56dff421cb::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 | ||
5797 | 2024.07.05 23:29:25.403875 [ 190 ] {41c6d68c-04fc-4ca2-8bf5-9cf02702be2b::all_1_36_7} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
5798 | 2024.07.05 23:29:25.404073 [ 3 ] {5469e38c-e10b-4609-802e-fd3c2cb3ff5b} <Debug> DynamicQueryHandler: Done processing query | ||
5799 | 2024.07.05 23:29:25.404097 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
5800 | 2024.07.05 23:29:25.404191 [ 3 ] {5469e38c-e10b-4609-802e-fd3c2cb3ff5b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5801 | 2024.07.05 23:29:25.404255 [ 3 ] {} <Debug> HTTP-Session: 0066df6f-8e04-4b24-91fb-3043727b45ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5802 | 2024.07.05 23:29:25.404284 [ 188 ] {32bf2426-5e02-498f-a333-0e56dff421cb::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5803 | 2024.07.05 23:29:25.404332 [ 188 ] {32bf2426-5e02-498f-a333-0e56dff421cb::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 5197 rows starting from the beginning of the part | ||
5804 | 2024.07.05 23:29:25.404466 [ 188 ] {32bf2426-5e02-498f-a333-0e56dff421cb::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 | ||
5805 | 2024.07.05 23:29:25.404505 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 17610, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5806 | 2024.07.05 23:29:25.404681 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5807 | 2024.07.05 23:29:25.404712 [ 188 ] {32bf2426-5e02-498f-a333-0e56dff421cb::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 161 rows starting from the beginning of the part | ||
5808 | 2024.07.05 23:29:25.404757 [ 3 ] {} <Debug> HTTP-Session: e1f6fa18-c4fe-41bc-8c1c-43a9b6b5d604 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
5809 | 2024.07.05 23:29:25.404826 [ 3 ] {} <Debug> HTTP-Session: e1f6fa18-c4fe-41bc-8c1c-43a9b6b5d604 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5810 | 2024.07.05 23:29:25.404945 [ 3 ] {} <Debug> HTTP-Session: e1f6fa18-c4fe-41bc-8c1c-43a9b6b5d604 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5811 | 2024.07.05 23:29:25.405097 [ 3 ] {} <Trace> HTTP-Session: e1f6fa18-c4fe-41bc-8c1c-43a9b6b5d604 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5812 | 2024.07.05 23:29:25.405111 [ 188 ] {32bf2426-5e02-498f-a333-0e56dff421cb::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 | ||
5813 | 2024.07.05 23:29:25.405367 [ 188 ] {32bf2426-5e02-498f-a333-0e56dff421cb::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 197 rows starting from the beginning of the part | ||
5814 | 2024.07.05 23:29:25.405536 [ 3 ] {2ca2e1eb-6650-4484-aac1-687c35927298} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5815 | 2024.07.05 23:29:25.405660 [ 188 ] {32bf2426-5e02-498f-a333-0e56dff421cb::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 161 rows starting from the beginning of the part | ||
5816 | 2024.07.05 23:29:25.405768 [ 3 ] {2ca2e1eb-6650-4484-aac1-687c35927298} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
5817 | 2024.07.05 23:29:25.407578 [ 3 ] {2ca2e1eb-6650-4484-aac1-687c35927298} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5818 | 2024.07.05 23:29:25.409352 [ 3 ] {2ca2e1eb-6650-4484-aac1-687c35927298} <Trace> oximeter.measurements_histogramf64 (3a521290-854b-45c9-817a-bf8e30cab779): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5819 | 2024.07.05 23:29:25.409453 [ 3 ] {2ca2e1eb-6650-4484-aac1-687c35927298} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
5820 | 2024.07.05 23:29:25.410704 [ 3 ] {2ca2e1eb-6650-4484-aac1-687c35927298} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
5821 | 2024.07.05 23:29:25.411335 [ 3 ] {2ca2e1eb-6650-4484-aac1-687c35927298} <Trace> oximeter.measurements_histogramf64 (3a521290-854b-45c9-817a-bf8e30cab779): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5822 | 2024.07.05 23:29:25.411660 [ 196 ] {32bf2426-5e02-498f-a333-0e56dff421cb::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6038 rows, containing 5 columns (5 merged, 0 gathered) in 0.008109723 sec., 744538.376958128 rows/sec., 51.89 MiB/sec. | ||
5823 | 2024.07.05 23:29:25.411690 [ 111 ] {} <Debug> oximeter.measurements_histogramf64 (3a521290-854b-45c9-817a-bf8e30cab779) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
5824 | 2024.07.05 23:29:25.411784 [ 111 ] {} <Trace> oximeter.measurements_histogramf64 (3a521290-854b-45c9-817a-bf8e30cab779): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5825 | 2024.07.05 23:29:25.411794 [ 3 ] {2ca2e1eb-6650-4484-aac1-687c35927298} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.006487 sec., 1695.6990904886698 rows/sec., 3.04 MiB/sec. | ||
5826 | 2024.07.05 23:29:25.411820 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
5827 | 2024.07.05 23:29:25.412251 [ 188 ] {3a521290-854b-45c9-817a-bf8e30cab779::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 | ||
5828 | 2024.07.05 23:29:25.412331 [ 196 ] {32bf2426-5e02-498f-a333-0e56dff421cb::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
5829 | 2024.07.05 23:29:25.412589 [ 3 ] {2ca2e1eb-6650-4484-aac1-687c35927298} <Debug> DynamicQueryHandler: Done processing query | ||
5830 | 2024.07.05 23:29:25.412672 [ 3 ] {2ca2e1eb-6650-4484-aac1-687c35927298} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
5831 | 2024.07.05 23:29:25.412746 [ 3 ] {} <Debug> HTTP-Session: e1f6fa18-c4fe-41bc-8c1c-43a9b6b5d604 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5832 | 2024.07.05 23:29:25.413093 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5833 | 2024.07.05 23:29:25.413280 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5834 | 2024.07.05 23:29:25.413382 [ 3 ] {} <Debug> HTTP-Session: 34552404-82ab-4687-9444-d72fd54677a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
5835 | 2024.07.05 23:29:25.413479 [ 3 ] {} <Debug> HTTP-Session: 34552404-82ab-4687-9444-d72fd54677a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5836 | 2024.07.05 23:29:25.413567 [ 3 ] {} <Debug> HTTP-Session: 34552404-82ab-4687-9444-d72fd54677a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5837 | 2024.07.05 23:29:25.413713 [ 3 ] {} <Trace> HTTP-Session: 34552404-82ab-4687-9444-d72fd54677a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5838 | 2024.07.05 23:29:25.413944 [ 188 ] {3a521290-854b-45c9-817a-bf8e30cab779::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5839 | 2024.07.05 23:29:25.414166 [ 196 ] {32bf2426-5e02-498f-a333-0e56dff421cb::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5840 | 2024.07.05 23:29:25.414213 [ 3 ] {e0fa3aa5-df4d-406f-a2a2-a435551dab7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5841 | 2024.07.05 23:29:25.414272 [ 188 ] {3a521290-854b-45c9-817a-bf8e30cab779::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 352 rows starting from the beginning of the part | ||
5842 | 2024.07.05 23:29:25.414416 [ 3 ] {e0fa3aa5-df4d-406f-a2a2-a435551dab7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5843 | 2024.07.05 23:29:25.414456 [ 196 ] {32bf2426-5e02-498f-a333-0e56dff421cb::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
5844 | 2024.07.05 23:29:25.414831 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.33 MiB. | ||
5845 | 2024.07.05 23:29:25.415557 [ 188 ] {3a521290-854b-45c9-817a-bf8e30cab779::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 11 rows starting from the beginning of the part | ||
5846 | 2024.07.05 23:29:25.415589 [ 3 ] {e0fa3aa5-df4d-406f-a2a2-a435551dab7c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5847 | 2024.07.05 23:29:25.416375 [ 188 ] {3a521290-854b-45c9-817a-bf8e30cab779::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 22 rows starting from the beginning of the part | ||
5848 | 2024.07.05 23:29:25.416664 [ 3 ] {e0fa3aa5-df4d-406f-a2a2-a435551dab7c} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5849 | 2024.07.05 23:29:25.416772 [ 3 ] {e0fa3aa5-df4d-406f-a2a2-a435551dab7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
5850 | 2024.07.05 23:29:25.417181 [ 188 ] {3a521290-854b-45c9-817a-bf8e30cab779::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 11 rows starting from the beginning of the part | ||
5851 | 2024.07.05 23:29:25.417858 [ 188 ] {3a521290-854b-45c9-817a-bf8e30cab779::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 22 rows starting from the beginning of the part | ||
5852 | 2024.07.05 23:29:25.418066 [ 3 ] {e0fa3aa5-df4d-406f-a2a2-a435551dab7c} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
5853 | 2024.07.05 23:29:25.418450 [ 188 ] {3a521290-854b-45c9-817a-bf8e30cab779::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 11 rows starting from the beginning of the part | ||
5854 | 2024.07.05 23:29:25.419169 [ 3 ] {e0fa3aa5-df4d-406f-a2a2-a435551dab7c} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5855 | 2024.07.05 23:29:25.419454 [ 111 ] {} <Debug> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
5856 | 2024.07.05 23:29:25.419585 [ 111 ] {} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5857 | 2024.07.05 23:29:25.419612 [ 3 ] {e0fa3aa5-df4d-406f-a2a2-a435551dab7c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005614 sec., 10687.566797292482 rows/sec., 737.55 KiB/sec. | ||
5858 | 2024.07.05 23:29:25.419658 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
5859 | 2024.07.05 23:29:25.420177 [ 191 ] {bcc711bb-3808-4d12-8719-f1e4bc8a9242::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 | ||
5860 | 2024.07.05 23:29:25.420303 [ 3 ] {e0fa3aa5-df4d-406f-a2a2-a435551dab7c} <Debug> DynamicQueryHandler: Done processing query | ||
5861 | 2024.07.05 23:29:25.420389 [ 3 ] {e0fa3aa5-df4d-406f-a2a2-a435551dab7c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5862 | 2024.07.05 23:29:25.420467 [ 3 ] {} <Debug> HTTP-Session: 34552404-82ab-4687-9444-d72fd54677a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5863 | 2024.07.05 23:29:25.420603 [ 191 ] {bcc711bb-3808-4d12-8719-f1e4bc8a9242::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5864 | 2024.07.05 23:29:25.420664 [ 191 ] {bcc711bb-3808-4d12-8719-f1e4bc8a9242::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1822 rows starting from the beginning of the part | ||
5865 | 2024.07.05 23:29:25.420925 [ 191 ] {bcc711bb-3808-4d12-8719-f1e4bc8a9242::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 | ||
5866 | 2024.07.05 23:29:25.421314 [ 191 ] {bcc711bb-3808-4d12-8719-f1e4bc8a9242::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 | ||
5867 | 2024.07.05 23:29:25.421659 [ 191 ] {bcc711bb-3808-4d12-8719-f1e4bc8a9242::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 | ||
5868 | 2024.07.05 23:29:25.422006 [ 191 ] {bcc711bb-3808-4d12-8719-f1e4bc8a9242::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 | ||
5869 | 2024.07.05 23:29:25.422239 [ 191 ] {bcc711bb-3808-4d12-8719-f1e4bc8a9242::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 | ||
5870 | 2024.07.05 23:29:25.425862 [ 191 ] {bcc711bb-3808-4d12-8719-f1e4bc8a9242::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2122 rows, containing 4 columns (4 merged, 0 gathered) in 0.005992125 sec., 354131.46421344683 rows/sec., 23.87 MiB/sec. | ||
5871 | 2024.07.05 23:29:25.426179 [ 191 ] {bcc711bb-3808-4d12-8719-f1e4bc8a9242::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
5872 | 2024.07.05 23:29:25.427401 [ 191 ] {bcc711bb-3808-4d12-8719-f1e4bc8a9242::all_1_36_7} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5873 | 2024.07.05 23:29:25.427598 [ 191 ] {bcc711bb-3808-4d12-8719-f1e4bc8a9242::all_1_36_7} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
5874 | 2024.07.05 23:29:25.427749 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. | ||
5875 | 2024.07.05 23:29:25.428290 [ 200 ] {3a521290-854b-45c9-817a-bf8e30cab779::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 429 rows, containing 19 columns (19 merged, 0 gathered) in 0.016362598 sec., 26218.330365385744 rows/sec., 46.98 MiB/sec. | ||
5876 | 2024.07.05 23:29:25.428728 [ 200 ] {3a521290-854b-45c9-817a-bf8e30cab779::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
5877 | 2024.07.05 23:29:25.429279 [ 200 ] {3a521290-854b-45c9-817a-bf8e30cab779::all_1_26_5} <Trace> oximeter.measurements_histogramf64 (3a521290-854b-45c9-817a-bf8e30cab779): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5878 | 2024.07.05 23:29:25.429357 [ 200 ] {3a521290-854b-45c9-817a-bf8e30cab779::all_1_26_5} <Trace> oximeter.measurements_histogramf64 (3a521290-854b-45c9-817a-bf8e30cab779) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
5879 | 2024.07.05 23:29:25.429465 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.06 MiB. | ||
5880 | 2024.07.05 23:29:26.000162 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 185.72 MiB, peak 195.21 MiB, free memory in arenas 0.00 B, will set to 187.17 MiB (RSS), difference: 1.45 MiB | ||
5881 | 2024.07.05 23:29:29.267075 [ 109 ] {} <Debug> DNSResolver: Updating DNS cache | ||
5882 | 2024.07.05 23:29:29.267158 [ 109 ] {} <Debug> DNSResolver: Updated DNS cache | ||
5883 | 2024.07.05 23:29:30.380417 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 3207, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5884 | 2024.07.05 23:29:30.380535 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5885 | 2024.07.05 23:29:30.380561 [ 3 ] {} <Debug> HTTP-Session: 22806cc7-dc27-4ba9-adc3-9070a0d9b698 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
5886 | 2024.07.05 23:29:30.380586 [ 3 ] {} <Debug> HTTP-Session: 22806cc7-dc27-4ba9-adc3-9070a0d9b698 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5887 | 2024.07.05 23:29:30.380601 [ 3 ] {} <Debug> HTTP-Session: 22806cc7-dc27-4ba9-adc3-9070a0d9b698 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5888 | 2024.07.05 23:29:30.380655 [ 3 ] {} <Trace> HTTP-Session: 22806cc7-dc27-4ba9-adc3-9070a0d9b698 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5889 | 2024.07.05 23:29:30.380850 [ 3 ] {4880c8b4-9d50-49f0-9e65-83bfeb7c1d45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5890 | 2024.07.05 23:29:30.380920 [ 3 ] {4880c8b4-9d50-49f0-9e65-83bfeb7c1d45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5891 | 2024.07.05 23:29:30.381113 [ 3 ] {4880c8b4-9d50-49f0-9e65-83bfeb7c1d45} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5892 | 2024.07.05 23:29:30.381604 [ 3 ] {4880c8b4-9d50-49f0-9e65-83bfeb7c1d45} <Trace> oximeter.fields_i64 (90cc20bc-62f3-4585-81bd-da47c52ed55a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5893 | 2024.07.05 23:29:30.381655 [ 3 ] {4880c8b4-9d50-49f0-9e65-83bfeb7c1d45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
5894 | 2024.07.05 23:29:30.382049 [ 3 ] {4880c8b4-9d50-49f0-9e65-83bfeb7c1d45} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
5895 | 2024.07.05 23:29:30.382410 [ 3 ] {4880c8b4-9d50-49f0-9e65-83bfeb7c1d45} <Trace> oximeter.fields_i64 (90cc20bc-62f3-4585-81bd-da47c52ed55a): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5896 | 2024.07.05 23:29:30.382584 [ 3 ] {4880c8b4-9d50-49f0-9e65-83bfeb7c1d45} <Debug> executeQuery: Read 22 rows, 1.78 KiB in 0.001794 sec., 12263.099219620959 rows/sec., 993.98 KiB/sec. | ||
5897 | 2024.07.05 23:29:30.382820 [ 3 ] {4880c8b4-9d50-49f0-9e65-83bfeb7c1d45} <Debug> DynamicQueryHandler: Done processing query | ||
5898 | 2024.07.05 23:29:30.382848 [ 3 ] {4880c8b4-9d50-49f0-9e65-83bfeb7c1d45} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5899 | 2024.07.05 23:29:30.382864 [ 3 ] {} <Debug> HTTP-Session: 22806cc7-dc27-4ba9-adc3-9070a0d9b698 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5900 | 2024.07.05 23:29:30.383036 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5901 | 2024.07.05 23:29:30.383097 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5902 | 2024.07.05 23:29:30.383119 [ 3 ] {} <Debug> HTTP-Session: 065beb29-fc87-4c06-8bed-67494fa01f36 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
5903 | 2024.07.05 23:29:30.383137 [ 3 ] {} <Debug> HTTP-Session: 065beb29-fc87-4c06-8bed-67494fa01f36 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5904 | 2024.07.05 23:29:30.383151 [ 3 ] {} <Debug> HTTP-Session: 065beb29-fc87-4c06-8bed-67494fa01f36 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5905 | 2024.07.05 23:29:30.383189 [ 3 ] {} <Trace> HTTP-Session: 065beb29-fc87-4c06-8bed-67494fa01f36 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5906 | 2024.07.05 23:29:30.383295 [ 3 ] {20271d6a-cd0e-4794-862d-0e7ce8a14f4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
5907 | 2024.07.05 23:29:30.383343 [ 3 ] {20271d6a-cd0e-4794-862d-0e7ce8a14f4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
5908 | 2024.07.05 23:29:30.383487 [ 3 ] {20271d6a-cd0e-4794-862d-0e7ce8a14f4b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5909 | 2024.07.05 23:29:30.383884 [ 3 ] {20271d6a-cd0e-4794-862d-0e7ce8a14f4b} <Trace> oximeter.fields_ipaddr (621c09d4-afcc-4919-9877-59c96fa833d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5910 | 2024.07.05 23:29:30.383931 [ 3 ] {20271d6a-cd0e-4794-862d-0e7ce8a14f4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
5911 | 2024.07.05 23:29:30.384280 [ 3 ] {20271d6a-cd0e-4794-862d-0e7ce8a14f4b} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
5912 | 2024.07.05 23:29:30.384624 [ 3 ] {20271d6a-cd0e-4794-862d-0e7ce8a14f4b} <Trace> oximeter.fields_ipaddr (621c09d4-afcc-4919-9877-59c96fa833d8): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5913 | 2024.07.05 23:29:30.384801 [ 3 ] {20271d6a-cd0e-4794-862d-0e7ce8a14f4b} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001524 sec., 1312.3359580052493 rows/sec., 107.01 KiB/sec. | ||
5914 | 2024.07.05 23:29:30.384800 [ 108 ] {} <Debug> oximeter.fields_ipaddr (621c09d4-afcc-4919-9877-59c96fa833d8) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 | ||
5915 | 2024.07.05 23:29:30.384922 [ 108 ] {} <Trace> oximeter.fields_ipaddr (621c09d4-afcc-4919-9877-59c96fa833d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5916 | 2024.07.05 23:29:30.384970 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
5917 | 2024.07.05 23:29:30.385059 [ 3 ] {20271d6a-cd0e-4794-862d-0e7ce8a14f4b} <Debug> DynamicQueryHandler: Done processing query | ||
5918 | 2024.07.05 23:29:30.385097 [ 3 ] {20271d6a-cd0e-4794-862d-0e7ce8a14f4b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5919 | 2024.07.05 23:29:30.385119 [ 3 ] {} <Debug> HTTP-Session: 065beb29-fc87-4c06-8bed-67494fa01f36 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5920 | 2024.07.05 23:29:30.385123 [ 191 ] {621c09d4-afcc-4919-9877-59c96fa833d8::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_10_2 to all_15_15_0 into Compact with storage Full | ||
5921 | 2024.07.05 23:29:30.385269 [ 191 ] {621c09d4-afcc-4919-9877-59c96fa833d8::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5922 | 2024.07.05 23:29:30.385283 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 17880, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5923 | 2024.07.05 23:29:30.385314 [ 191 ] {621c09d4-afcc-4919-9877-59c96fa833d8::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 14 rows starting from the beginning of the part | ||
5924 | 2024.07.05 23:29:30.385354 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5925 | 2024.07.05 23:29:30.385384 [ 3 ] {} <Debug> HTTP-Session: 6d7229b5-f1c6-4610-826b-8155f14f37ae Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
5926 | 2024.07.05 23:29:30.385421 [ 3 ] {} <Debug> HTTP-Session: 6d7229b5-f1c6-4610-826b-8155f14f37ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5927 | 2024.07.05 23:29:30.385438 [ 191 ] {621c09d4-afcc-4919-9877-59c96fa833d8::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part | ||
5928 | 2024.07.05 23:29:30.385445 [ 3 ] {} <Debug> HTTP-Session: 6d7229b5-f1c6-4610-826b-8155f14f37ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5929 | 2024.07.05 23:29:30.385504 [ 3 ] {} <Trace> HTTP-Session: 6d7229b5-f1c6-4610-826b-8155f14f37ae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5930 | 2024.07.05 23:29:30.385571 [ 191 ] {621c09d4-afcc-4919-9877-59c96fa833d8::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 4 rows starting from the beginning of the part | ||
5931 | 2024.07.05 23:29:30.385936 [ 3 ] {a1e4865a-f3bd-4813-a0e1-d2f77f3ee0af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5932 | 2024.07.05 23:29:30.385992 [ 191 ] {621c09d4-afcc-4919-9877-59c96fa833d8::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 2 rows starting from the beginning of the part | ||
5933 | 2024.07.05 23:29:30.386040 [ 3 ] {a1e4865a-f3bd-4813-a0e1-d2f77f3ee0af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5934 | 2024.07.05 23:29:30.386176 [ 191 ] {621c09d4-afcc-4919-9877-59c96fa833d8::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2 rows starting from the beginning of the part | ||
5935 | 2024.07.05 23:29:30.386359 [ 191 ] {621c09d4-afcc-4919-9877-59c96fa833d8::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 2 rows starting from the beginning of the part | ||
5936 | 2024.07.05 23:29:30.386735 [ 3 ] {a1e4865a-f3bd-4813-a0e1-d2f77f3ee0af} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5937 | 2024.07.05 23:29:30.387362 [ 3 ] {a1e4865a-f3bd-4813-a0e1-d2f77f3ee0af} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5938 | 2024.07.05 23:29:30.387408 [ 3 ] {a1e4865a-f3bd-4813-a0e1-d2f77f3ee0af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
5939 | 2024.07.05 23:29:30.387943 [ 3 ] {a1e4865a-f3bd-4813-a0e1-d2f77f3ee0af} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
5940 | 2024.07.05 23:29:30.387951 [ 200 ] {621c09d4-afcc-4919-9877-59c96fa833d8::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 26 rows, containing 4 columns (4 merged, 0 gathered) in 0.002901065 sec., 8962.225941162988 rows/sec., 730.81 KiB/sec. | ||
5941 | 2024.07.05 23:29:30.388102 [ 199 ] {621c09d4-afcc-4919-9877-59c96fa833d8::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
5942 | 2024.07.05 23:29:30.388397 [ 3 ] {a1e4865a-f3bd-4813-a0e1-d2f77f3ee0af} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5943 | 2024.07.05 23:29:30.388663 [ 200 ] {621c09d4-afcc-4919-9877-59c96fa833d8::all_1_15_3} <Trace> oximeter.fields_ipaddr (621c09d4-afcc-4919-9877-59c96fa833d8): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5944 | 2024.07.05 23:29:30.388673 [ 3 ] {a1e4865a-f3bd-4813-a0e1-d2f77f3ee0af} <Debug> executeQuery: Read 123 rows, 10.39 KiB in 0.003001 sec., 40986.33788737087 rows/sec., 3.38 MiB/sec. | ||
5945 | 2024.07.05 23:29:30.388898 [ 200 ] {621c09d4-afcc-4919-9877-59c96fa833d8::all_1_15_3} <Trace> oximeter.fields_ipaddr (621c09d4-afcc-4919-9877-59c96fa833d8) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 | ||
5946 | 2024.07.05 23:29:30.389035 [ 3 ] {a1e4865a-f3bd-4813-a0e1-d2f77f3ee0af} <Debug> DynamicQueryHandler: Done processing query | ||
5947 | 2024.07.05 23:29:30.389076 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
5948 | 2024.07.05 23:29:30.389086 [ 3 ] {a1e4865a-f3bd-4813-a0e1-d2f77f3ee0af} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
5949 | 2024.07.05 23:29:30.389133 [ 3 ] {} <Debug> HTTP-Session: 6d7229b5-f1c6-4610-826b-8155f14f37ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5950 | 2024.07.05 23:29:30.389273 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5951 | 2024.07.05 23:29:30.389324 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5952 | 2024.07.05 23:29:30.389344 [ 3 ] {} <Debug> HTTP-Session: e6955ee0-7797-45a4-92fc-0555c4dd68d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
5953 | 2024.07.05 23:29:30.389360 [ 3 ] {} <Debug> HTTP-Session: e6955ee0-7797-45a4-92fc-0555c4dd68d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5954 | 2024.07.05 23:29:30.389375 [ 3 ] {} <Debug> HTTP-Session: e6955ee0-7797-45a4-92fc-0555c4dd68d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5955 | 2024.07.05 23:29:30.389408 [ 3 ] {} <Trace> HTTP-Session: e6955ee0-7797-45a4-92fc-0555c4dd68d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5956 | 2024.07.05 23:29:30.389509 [ 3 ] {75dbf203-228d-410d-9321-38102e770e18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5957 | 2024.07.05 23:29:30.389552 [ 3 ] {75dbf203-228d-410d-9321-38102e770e18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5958 | 2024.07.05 23:29:30.389696 [ 3 ] {75dbf203-228d-410d-9321-38102e770e18} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5959 | 2024.07.05 23:29:30.389977 [ 3 ] {75dbf203-228d-410d-9321-38102e770e18} <Trace> oximeter.fields_u16 (45fa30f1-4b24-4248-82d1-beb821e1c8a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5960 | 2024.07.05 23:29:30.390014 [ 3 ] {75dbf203-228d-410d-9321-38102e770e18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
5961 | 2024.07.05 23:29:30.390327 [ 3 ] {75dbf203-228d-410d-9321-38102e770e18} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
5962 | 2024.07.05 23:29:30.390668 [ 3 ] {75dbf203-228d-410d-9321-38102e770e18} <Trace> oximeter.fields_u16 (45fa30f1-4b24-4248-82d1-beb821e1c8a3): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5963 | 2024.07.05 23:29:30.390833 [ 108 ] {} <Debug> oximeter.fields_u16 (45fa30f1-4b24-4248-82d1-beb821e1c8a3) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 | ||
5964 | 2024.07.05 23:29:30.390839 [ 3 ] {75dbf203-228d-410d-9321-38102e770e18} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001342 sec., 1490.3129657228017 rows/sec., 104.06 KiB/sec. | ||
5965 | 2024.07.05 23:29:30.390883 [ 108 ] {} <Trace> oximeter.fields_u16 (45fa30f1-4b24-4248-82d1-beb821e1c8a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5966 | 2024.07.05 23:29:30.390962 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
5967 | 2024.07.05 23:29:30.391189 [ 3 ] {75dbf203-228d-410d-9321-38102e770e18} <Debug> DynamicQueryHandler: Done processing query | ||
5968 | 2024.07.05 23:29:30.391248 [ 199 ] {45fa30f1-4b24-4248-82d1-beb821e1c8a3::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_10_2 to all_15_15_0 into Compact with storage Full | ||
5969 | 2024.07.05 23:29:30.391267 [ 3 ] {75dbf203-228d-410d-9321-38102e770e18} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5970 | 2024.07.05 23:29:30.391334 [ 3 ] {} <Debug> HTTP-Session: e6955ee0-7797-45a4-92fc-0555c4dd68d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5971 | 2024.07.05 23:29:30.391623 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 14955, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5972 | 2024.07.05 23:29:30.391754 [ 199 ] {45fa30f1-4b24-4248-82d1-beb821e1c8a3::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5973 | 2024.07.05 23:29:30.391770 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5974 | 2024.07.05 23:29:30.391803 [ 199 ] {45fa30f1-4b24-4248-82d1-beb821e1c8a3::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 14 rows starting from the beginning of the part | ||
5975 | 2024.07.05 23:29:30.391808 [ 3 ] {} <Debug> HTTP-Session: 2c34daae-492d-4693-b9f7-86787e71667a Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
5976 | 2024.07.05 23:29:30.391834 [ 3 ] {} <Debug> HTTP-Session: 2c34daae-492d-4693-b9f7-86787e71667a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5977 | 2024.07.05 23:29:30.391858 [ 3 ] {} <Debug> HTTP-Session: 2c34daae-492d-4693-b9f7-86787e71667a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5978 | 2024.07.05 23:29:30.391920 [ 199 ] {45fa30f1-4b24-4248-82d1-beb821e1c8a3::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part | ||
5979 | 2024.07.05 23:29:30.391930 [ 3 ] {} <Trace> HTTP-Session: 2c34daae-492d-4693-b9f7-86787e71667a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5980 | 2024.07.05 23:29:30.392041 [ 199 ] {45fa30f1-4b24-4248-82d1-beb821e1c8a3::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 4 rows starting from the beginning of the part | ||
5981 | 2024.07.05 23:29:30.392239 [ 3 ] {daef7cd6-36f2-4b68-8bd2-017bfeb4fe5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5982 | 2024.07.05 23:29:30.392247 [ 199 ] {45fa30f1-4b24-4248-82d1-beb821e1c8a3::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 2 rows starting from the beginning of the part | ||
5983 | 2024.07.05 23:29:30.392322 [ 3 ] {daef7cd6-36f2-4b68-8bd2-017bfeb4fe5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5984 | 2024.07.05 23:29:30.392379 [ 199 ] {45fa30f1-4b24-4248-82d1-beb821e1c8a3::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2 rows starting from the beginning of the part | ||
5985 | 2024.07.05 23:29:30.392594 [ 199 ] {45fa30f1-4b24-4248-82d1-beb821e1c8a3::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 2 rows starting from the beginning of the part | ||
5986 | 2024.07.05 23:29:30.393007 [ 3 ] {daef7cd6-36f2-4b68-8bd2-017bfeb4fe5c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5987 | 2024.07.05 23:29:30.393492 [ 3 ] {daef7cd6-36f2-4b68-8bd2-017bfeb4fe5c} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5988 | 2024.07.05 23:29:30.393540 [ 3 ] {daef7cd6-36f2-4b68-8bd2-017bfeb4fe5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
5989 | 2024.07.05 23:29:30.394032 [ 199 ] {45fa30f1-4b24-4248-82d1-beb821e1c8a3::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 26 rows, containing 4 columns (4 merged, 0 gathered) in 0.002971787 sec., 8748.944658550563 rows/sec., 610.89 KiB/sec. | ||
5990 | 2024.07.05 23:29:30.394067 [ 3 ] {daef7cd6-36f2-4b68-8bd2-017bfeb4fe5c} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
5991 | 2024.07.05 23:29:30.394246 [ 200 ] {45fa30f1-4b24-4248-82d1-beb821e1c8a3::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
5992 | 2024.07.05 23:29:30.394866 [ 3 ] {daef7cd6-36f2-4b68-8bd2-017bfeb4fe5c} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5993 | 2024.07.05 23:29:30.395158 [ 3 ] {daef7cd6-36f2-4b68-8bd2-017bfeb4fe5c} <Debug> executeQuery: Read 88 rows, 7.04 KiB in 0.00308 sec., 28571.428571428572 rows/sec., 2.23 MiB/sec. | ||
5994 | 2024.07.05 23:29:30.395228 [ 200 ] {45fa30f1-4b24-4248-82d1-beb821e1c8a3::all_1_15_3} <Trace> oximeter.fields_u16 (45fa30f1-4b24-4248-82d1-beb821e1c8a3): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5995 | 2024.07.05 23:29:30.395429 [ 200 ] {45fa30f1-4b24-4248-82d1-beb821e1c8a3::all_1_15_3} <Trace> oximeter.fields_u16 (45fa30f1-4b24-4248-82d1-beb821e1c8a3) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 | ||
5996 | 2024.07.05 23:29:30.395522 [ 3 ] {daef7cd6-36f2-4b68-8bd2-017bfeb4fe5c} <Debug> DynamicQueryHandler: Done processing query | ||
5997 | 2024.07.05 23:29:30.395590 [ 3 ] {daef7cd6-36f2-4b68-8bd2-017bfeb4fe5c} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
5998 | 2024.07.05 23:29:30.395597 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
5999 | 2024.07.05 23:29:30.395618 [ 3 ] {} <Debug> HTTP-Session: 2c34daae-492d-4693-b9f7-86787e71667a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6000 | 2024.07.05 23:29:30.395821 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 30829, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6001 | 2024.07.05 23:29:30.395872 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6002 | 2024.07.05 23:29:30.395891 [ 3 ] {} <Debug> HTTP-Session: 6b5d29b0-dc24-4604-a3ef-f86e940bef08 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
6003 | 2024.07.05 23:29:30.395907 [ 3 ] {} <Debug> HTTP-Session: 6b5d29b0-dc24-4604-a3ef-f86e940bef08 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6004 | 2024.07.05 23:29:30.395922 [ 3 ] {} <Debug> HTTP-Session: 6b5d29b0-dc24-4604-a3ef-f86e940bef08 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6005 | 2024.07.05 23:29:30.395956 [ 3 ] {} <Trace> HTTP-Session: 6b5d29b0-dc24-4604-a3ef-f86e940bef08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6006 | 2024.07.05 23:29:30.396117 [ 3 ] {0d8e000f-82cd-4b9b-a858-8ac9740408ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6007 | 2024.07.05 23:29:30.396165 [ 3 ] {0d8e000f-82cd-4b9b-a858-8ac9740408ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6008 | 2024.07.05 23:29:30.396334 [ 3 ] {0d8e000f-82cd-4b9b-a858-8ac9740408ef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6009 | 2024.07.05 23:29:30.396763 [ 3 ] {0d8e000f-82cd-4b9b-a858-8ac9740408ef} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6010 | 2024.07.05 23:29:30.396801 [ 3 ] {0d8e000f-82cd-4b9b-a858-8ac9740408ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
6011 | 2024.07.05 23:29:30.397208 [ 3 ] {0d8e000f-82cd-4b9b-a858-8ac9740408ef} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
6012 | 2024.07.05 23:29:30.397573 [ 3 ] {0d8e000f-82cd-4b9b-a858-8ac9740408ef} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6013 | 2024.07.05 23:29:30.397731 [ 3 ] {0d8e000f-82cd-4b9b-a858-8ac9740408ef} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001682 sec., 95719.38168846612 rows/sec., 6.67 MiB/sec. | ||
6014 | 2024.07.05 23:29:30.397914 [ 3 ] {0d8e000f-82cd-4b9b-a858-8ac9740408ef} <Debug> DynamicQueryHandler: Done processing query | ||
6015 | 2024.07.05 23:29:30.397938 [ 3 ] {0d8e000f-82cd-4b9b-a858-8ac9740408ef} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6016 | 2024.07.05 23:29:30.397954 [ 3 ] {} <Debug> HTTP-Session: 6b5d29b0-dc24-4604-a3ef-f86e940bef08 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6017 | 2024.07.05 23:29:30.398132 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 35474, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6018 | 2024.07.05 23:29:30.398182 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6019 | 2024.07.05 23:29:30.398202 [ 3 ] {} <Debug> HTTP-Session: 2787c8db-40ff-4c2c-bd74-a88aec57798b Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
6020 | 2024.07.05 23:29:30.398218 [ 3 ] {} <Debug> HTTP-Session: 2787c8db-40ff-4c2c-bd74-a88aec57798b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6021 | 2024.07.05 23:29:30.398232 [ 3 ] {} <Debug> HTTP-Session: 2787c8db-40ff-4c2c-bd74-a88aec57798b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6022 | 2024.07.05 23:29:30.398264 [ 3 ] {} <Trace> HTTP-Session: 2787c8db-40ff-4c2c-bd74-a88aec57798b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6023 | 2024.07.05 23:29:30.398527 [ 3 ] {caf8bfb7-122a-4760-bcb3-7d34a24b4713} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6024 | 2024.07.05 23:29:30.398594 [ 3 ] {caf8bfb7-122a-4760-bcb3-7d34a24b4713} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
6025 | 2024.07.05 23:29:30.398995 [ 3 ] {caf8bfb7-122a-4760-bcb3-7d34a24b4713} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6026 | 2024.07.05 23:29:30.399647 [ 3 ] {caf8bfb7-122a-4760-bcb3-7d34a24b4713} <Trace> oximeter.measurements_histogramf64 (3a521290-854b-45c9-817a-bf8e30cab779): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6027 | 2024.07.05 23:29:30.399683 [ 3 ] {caf8bfb7-122a-4760-bcb3-7d34a24b4713} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
6028 | 2024.07.05 23:29:30.400315 [ 3 ] {caf8bfb7-122a-4760-bcb3-7d34a24b4713} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
6029 | 2024.07.05 23:29:30.400746 [ 3 ] {caf8bfb7-122a-4760-bcb3-7d34a24b4713} <Trace> oximeter.measurements_histogramf64 (3a521290-854b-45c9-817a-bf8e30cab779): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6030 | 2024.07.05 23:29:30.400946 [ 3 ] {caf8bfb7-122a-4760-bcb3-7d34a24b4713} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.002592 sec., 8487.654320987655 rows/sec., 15.21 MiB/sec. | ||
6031 | 2024.07.05 23:29:30.401178 [ 3 ] {caf8bfb7-122a-4760-bcb3-7d34a24b4713} <Debug> DynamicQueryHandler: Done processing query | ||
6032 | 2024.07.05 23:29:30.401217 [ 3 ] {caf8bfb7-122a-4760-bcb3-7d34a24b4713} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
6033 | 2024.07.05 23:29:30.401232 [ 3 ] {} <Debug> HTTP-Session: 2787c8db-40ff-4c2c-bd74-a88aec57798b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6034 | 2024.07.05 23:29:30.401372 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6035 | 2024.07.05 23:29:30.401422 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6036 | 2024.07.05 23:29:30.401442 [ 3 ] {} <Debug> HTTP-Session: 8adf42ea-c49b-432f-98d3-cb39254b5ba9 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
6037 | 2024.07.05 23:29:30.401458 [ 3 ] {} <Debug> HTTP-Session: 8adf42ea-c49b-432f-98d3-cb39254b5ba9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6038 | 2024.07.05 23:29:30.401473 [ 3 ] {} <Debug> HTTP-Session: 8adf42ea-c49b-432f-98d3-cb39254b5ba9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6039 | 2024.07.05 23:29:30.401504 [ 3 ] {} <Trace> HTTP-Session: 8adf42ea-c49b-432f-98d3-cb39254b5ba9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6040 | 2024.07.05 23:29:30.401625 [ 3 ] {1a9840f3-3e5c-4f65-8144-103c4ab934a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6041 | 2024.07.05 23:29:30.401673 [ 3 ] {1a9840f3-3e5c-4f65-8144-103c4ab934a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6042 | 2024.07.05 23:29:30.401804 [ 3 ] {1a9840f3-3e5c-4f65-8144-103c4ab934a0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6043 | 2024.07.05 23:29:30.402105 [ 3 ] {1a9840f3-3e5c-4f65-8144-103c4ab934a0} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6044 | 2024.07.05 23:29:30.402143 [ 3 ] {1a9840f3-3e5c-4f65-8144-103c4ab934a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
6045 | 2024.07.05 23:29:30.402521 [ 3 ] {1a9840f3-3e5c-4f65-8144-103c4ab934a0} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
6046 | 2024.07.05 23:29:30.402860 [ 3 ] {1a9840f3-3e5c-4f65-8144-103c4ab934a0} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6047 | 2024.07.05 23:29:30.402985 [ 3 ] {1a9840f3-3e5c-4f65-8144-103c4ab934a0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001403 sec., 42765.50249465431 rows/sec., 2.88 MiB/sec. | ||
6048 | 2024.07.05 23:29:30.403153 [ 3 ] {1a9840f3-3e5c-4f65-8144-103c4ab934a0} <Debug> DynamicQueryHandler: Done processing query | ||
6049 | 2024.07.05 23:29:30.403179 [ 3 ] {1a9840f3-3e5c-4f65-8144-103c4ab934a0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6050 | 2024.07.05 23:29:30.403194 [ 3 ] {} <Debug> HTTP-Session: 8adf42ea-c49b-432f-98d3-cb39254b5ba9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6051 | 2024.07.05 23:29:35.379913 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 1632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6052 | 2024.07.05 23:29:35.380055 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6053 | 2024.07.05 23:29:35.380083 [ 3 ] {} <Debug> HTTP-Session: c224a1c3-23f9-43dc-9ab5-14516472a8ef Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
6054 | 2024.07.05 23:29:35.380108 [ 3 ] {} <Debug> HTTP-Session: c224a1c3-23f9-43dc-9ab5-14516472a8ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6055 | 2024.07.05 23:29:35.380123 [ 3 ] {} <Debug> HTTP-Session: c224a1c3-23f9-43dc-9ab5-14516472a8ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6056 | 2024.07.05 23:29:35.380177 [ 3 ] {} <Trace> HTTP-Session: c224a1c3-23f9-43dc-9ab5-14516472a8ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6057 | 2024.07.05 23:29:35.380370 [ 3 ] {27c03486-f714-40ab-8538-12e9759232f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6058 | 2024.07.05 23:29:35.380443 [ 3 ] {27c03486-f714-40ab-8538-12e9759232f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6059 | 2024.07.05 23:29:35.380641 [ 3 ] {27c03486-f714-40ab-8538-12e9759232f6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6060 | 2024.07.05 23:29:35.381064 [ 3 ] {27c03486-f714-40ab-8538-12e9759232f6} <Trace> oximeter.fields_i64 (90cc20bc-62f3-4585-81bd-da47c52ed55a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6061 | 2024.07.05 23:29:35.381114 [ 3 ] {27c03486-f714-40ab-8538-12e9759232f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
6062 | 2024.07.05 23:29:35.381506 [ 3 ] {27c03486-f714-40ab-8538-12e9759232f6} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
6063 | 2024.07.05 23:29:35.381884 [ 3 ] {27c03486-f714-40ab-8538-12e9759232f6} <Trace> oximeter.fields_i64 (90cc20bc-62f3-4585-81bd-da47c52ed55a): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6064 | 2024.07.05 23:29:35.382109 [ 3 ] {27c03486-f714-40ab-8538-12e9759232f6} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.001785 sec., 6162.464985994398 rows/sec., 499.50 KiB/sec. | ||
6065 | 2024.07.05 23:29:35.382386 [ 3 ] {27c03486-f714-40ab-8538-12e9759232f6} <Debug> DynamicQueryHandler: Done processing query | ||
6066 | 2024.07.05 23:29:35.382417 [ 3 ] {27c03486-f714-40ab-8538-12e9759232f6} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6067 | 2024.07.05 23:29:35.382434 [ 3 ] {} <Debug> HTTP-Session: c224a1c3-23f9-43dc-9ab5-14516472a8ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6068 | 2024.07.05 23:29:35.382600 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6069 | 2024.07.05 23:29:35.382678 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6070 | 2024.07.05 23:29:35.382711 [ 3 ] {} <Debug> HTTP-Session: 55c4f434-d338-424e-b468-80f86b25d7e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
6071 | 2024.07.05 23:29:35.382740 [ 3 ] {} <Debug> HTTP-Session: 55c4f434-d338-424e-b468-80f86b25d7e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6072 | 2024.07.05 23:29:35.382764 [ 3 ] {} <Debug> HTTP-Session: 55c4f434-d338-424e-b468-80f86b25d7e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6073 | 2024.07.05 23:29:35.382815 [ 3 ] {} <Trace> HTTP-Session: 55c4f434-d338-424e-b468-80f86b25d7e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6074 | 2024.07.05 23:29:35.382949 [ 3 ] {66401847-6e02-4f73-9f91-be9f2f791ab1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
6075 | 2024.07.05 23:29:35.383004 [ 3 ] {66401847-6e02-4f73-9f91-be9f2f791ab1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
6076 | 2024.07.05 23:29:35.383151 [ 3 ] {66401847-6e02-4f73-9f91-be9f2f791ab1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6077 | 2024.07.05 23:29:35.383484 [ 3 ] {66401847-6e02-4f73-9f91-be9f2f791ab1} <Trace> oximeter.fields_ipaddr (621c09d4-afcc-4919-9877-59c96fa833d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6078 | 2024.07.05 23:29:35.383535 [ 3 ] {66401847-6e02-4f73-9f91-be9f2f791ab1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
6079 | 2024.07.05 23:29:35.383911 [ 3 ] {66401847-6e02-4f73-9f91-be9f2f791ab1} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
6080 | 2024.07.05 23:29:35.384237 [ 3 ] {66401847-6e02-4f73-9f91-be9f2f791ab1} <Trace> oximeter.fields_ipaddr (621c09d4-afcc-4919-9877-59c96fa833d8): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6081 | 2024.07.05 23:29:35.384392 [ 3 ] {66401847-6e02-4f73-9f91-be9f2f791ab1} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001472 sec., 1358.695652173913 rows/sec., 110.79 KiB/sec. | ||
6082 | 2024.07.05 23:29:35.384567 [ 3 ] {66401847-6e02-4f73-9f91-be9f2f791ab1} <Debug> DynamicQueryHandler: Done processing query | ||
6083 | 2024.07.05 23:29:35.384592 [ 3 ] {66401847-6e02-4f73-9f91-be9f2f791ab1} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6084 | 2024.07.05 23:29:35.384608 [ 3 ] {} <Debug> HTTP-Session: 55c4f434-d338-424e-b468-80f86b25d7e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6085 | 2024.07.05 23:29:35.384756 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 12937, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6086 | 2024.07.05 23:29:35.384809 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6087 | 2024.07.05 23:29:35.384830 [ 3 ] {} <Debug> HTTP-Session: 398ec7c9-0b6e-4050-b7b6-bce3eb5caf61 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
6088 | 2024.07.05 23:29:35.384847 [ 3 ] {} <Debug> HTTP-Session: 398ec7c9-0b6e-4050-b7b6-bce3eb5caf61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6089 | 2024.07.05 23:29:35.384862 [ 3 ] {} <Debug> HTTP-Session: 398ec7c9-0b6e-4050-b7b6-bce3eb5caf61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6090 | 2024.07.05 23:29:35.384895 [ 3 ] {} <Trace> HTTP-Session: 398ec7c9-0b6e-4050-b7b6-bce3eb5caf61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6091 | 2024.07.05 23:29:35.385018 [ 3 ] {70048b5b-1e5a-47bb-8f17-b2f15845240a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6092 | 2024.07.05 23:29:35.385064 [ 3 ] {70048b5b-1e5a-47bb-8f17-b2f15845240a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6093 | 2024.07.05 23:29:35.385196 [ 3 ] {70048b5b-1e5a-47bb-8f17-b2f15845240a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6094 | 2024.07.05 23:29:35.385540 [ 3 ] {70048b5b-1e5a-47bb-8f17-b2f15845240a} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6095 | 2024.07.05 23:29:35.385578 [ 3 ] {70048b5b-1e5a-47bb-8f17-b2f15845240a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
6096 | 2024.07.05 23:29:35.385888 [ 3 ] {70048b5b-1e5a-47bb-8f17-b2f15845240a} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
6097 | 2024.07.05 23:29:35.386188 [ 3 ] {70048b5b-1e5a-47bb-8f17-b2f15845240a} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6098 | 2024.07.05 23:29:35.386339 [ 3 ] {70048b5b-1e5a-47bb-8f17-b2f15845240a} <Debug> executeQuery: Read 90 rows, 7.44 KiB in 0.001364 sec., 65982.40469208211 rows/sec., 5.32 MiB/sec. | ||
6099 | 2024.07.05 23:29:35.386511 [ 3 ] {70048b5b-1e5a-47bb-8f17-b2f15845240a} <Debug> DynamicQueryHandler: Done processing query | ||
6100 | 2024.07.05 23:29:35.386535 [ 3 ] {70048b5b-1e5a-47bb-8f17-b2f15845240a} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
6101 | 2024.07.05 23:29:35.386551 [ 3 ] {} <Debug> HTTP-Session: 398ec7c9-0b6e-4050-b7b6-bce3eb5caf61 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6102 | 2024.07.05 23:29:35.386690 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6103 | 2024.07.05 23:29:35.386753 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6104 | 2024.07.05 23:29:35.386775 [ 3 ] {} <Debug> HTTP-Session: 8d57730d-877a-487d-8674-37ad88c9a711 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
6105 | 2024.07.05 23:29:35.386793 [ 3 ] {} <Debug> HTTP-Session: 8d57730d-877a-487d-8674-37ad88c9a711 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6106 | 2024.07.05 23:29:35.386807 [ 3 ] {} <Debug> HTTP-Session: 8d57730d-877a-487d-8674-37ad88c9a711 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6107 | 2024.07.05 23:29:35.386839 [ 3 ] {} <Trace> HTTP-Session: 8d57730d-877a-487d-8674-37ad88c9a711 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6108 | 2024.07.05 23:29:35.386947 [ 3 ] {3cde5fcc-19fa-4025-aacb-9d1a9f2cd260} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6109 | 2024.07.05 23:29:35.386992 [ 3 ] {3cde5fcc-19fa-4025-aacb-9d1a9f2cd260} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6110 | 2024.07.05 23:29:35.387121 [ 3 ] {3cde5fcc-19fa-4025-aacb-9d1a9f2cd260} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6111 | 2024.07.05 23:29:35.387397 [ 3 ] {3cde5fcc-19fa-4025-aacb-9d1a9f2cd260} <Trace> oximeter.fields_u16 (45fa30f1-4b24-4248-82d1-beb821e1c8a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6112 | 2024.07.05 23:29:35.387435 [ 3 ] {3cde5fcc-19fa-4025-aacb-9d1a9f2cd260} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
6113 | 2024.07.05 23:29:35.387747 [ 3 ] {3cde5fcc-19fa-4025-aacb-9d1a9f2cd260} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
6114 | 2024.07.05 23:29:35.388053 [ 3 ] {3cde5fcc-19fa-4025-aacb-9d1a9f2cd260} <Trace> oximeter.fields_u16 (45fa30f1-4b24-4248-82d1-beb821e1c8a3): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6115 | 2024.07.05 23:29:35.388211 [ 3 ] {3cde5fcc-19fa-4025-aacb-9d1a9f2cd260} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.00129 sec., 1550.387596899225 rows/sec., 108.25 KiB/sec. | ||
6116 | 2024.07.05 23:29:35.388386 [ 3 ] {3cde5fcc-19fa-4025-aacb-9d1a9f2cd260} <Debug> DynamicQueryHandler: Done processing query | ||
6117 | 2024.07.05 23:29:35.388412 [ 3 ] {3cde5fcc-19fa-4025-aacb-9d1a9f2cd260} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6118 | 2024.07.05 23:29:35.388428 [ 3 ] {} <Debug> HTTP-Session: 8d57730d-877a-487d-8674-37ad88c9a711 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6119 | 2024.07.05 23:29:35.388558 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 13092, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6120 | 2024.07.05 23:29:35.388607 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6121 | 2024.07.05 23:29:35.388628 [ 3 ] {} <Debug> HTTP-Session: 21e65c4b-ef1a-4243-a55a-3c7511c389b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
6122 | 2024.07.05 23:29:35.388645 [ 3 ] {} <Debug> HTTP-Session: 21e65c4b-ef1a-4243-a55a-3c7511c389b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6123 | 2024.07.05 23:29:35.388661 [ 3 ] {} <Debug> HTTP-Session: 21e65c4b-ef1a-4243-a55a-3c7511c389b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6124 | 2024.07.05 23:29:35.388693 [ 3 ] {} <Trace> HTTP-Session: 21e65c4b-ef1a-4243-a55a-3c7511c389b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6125 | 2024.07.05 23:29:35.388812 [ 3 ] {4712c7d0-e627-42a4-a833-dd2f30f70861} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6126 | 2024.07.05 23:29:35.388855 [ 3 ] {4712c7d0-e627-42a4-a833-dd2f30f70861} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6127 | 2024.07.05 23:29:35.388984 [ 3 ] {4712c7d0-e627-42a4-a833-dd2f30f70861} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6128 | 2024.07.05 23:29:35.389316 [ 3 ] {4712c7d0-e627-42a4-a833-dd2f30f70861} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6129 | 2024.07.05 23:29:35.389354 [ 3 ] {4712c7d0-e627-42a4-a833-dd2f30f70861} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
6130 | 2024.07.05 23:29:35.389682 [ 3 ] {4712c7d0-e627-42a4-a833-dd2f30f70861} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
6131 | 2024.07.05 23:29:35.389983 [ 3 ] {4712c7d0-e627-42a4-a833-dd2f30f70861} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6132 | 2024.07.05 23:29:35.390143 [ 3 ] {4712c7d0-e627-42a4-a833-dd2f30f70861} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.001373 sec., 56081.573197378 rows/sec., 4.38 MiB/sec. | ||
6133 | 2024.07.05 23:29:35.390312 [ 3 ] {4712c7d0-e627-42a4-a833-dd2f30f70861} <Debug> DynamicQueryHandler: Done processing query | ||
6134 | 2024.07.05 23:29:35.390337 [ 3 ] {4712c7d0-e627-42a4-a833-dd2f30f70861} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
6135 | 2024.07.05 23:29:35.390354 [ 3 ] {} <Debug> HTTP-Session: 21e65c4b-ef1a-4243-a55a-3c7511c389b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6136 | 2024.07.05 23:29:35.390528 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 30828, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6137 | 2024.07.05 23:29:35.390578 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6138 | 2024.07.05 23:29:35.390598 [ 3 ] {} <Debug> HTTP-Session: dfd736ca-ba30-4625-8f6b-99d87fa764cc Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
6139 | 2024.07.05 23:29:35.390617 [ 3 ] {} <Debug> HTTP-Session: dfd736ca-ba30-4625-8f6b-99d87fa764cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6140 | 2024.07.05 23:29:35.390632 [ 3 ] {} <Debug> HTTP-Session: dfd736ca-ba30-4625-8f6b-99d87fa764cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6141 | 2024.07.05 23:29:35.390663 [ 3 ] {} <Trace> HTTP-Session: dfd736ca-ba30-4625-8f6b-99d87fa764cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6142 | 2024.07.05 23:29:35.390811 [ 3 ] {62ebdf7d-c046-48a7-b8c4-ca3814f494ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6143 | 2024.07.05 23:29:35.390860 [ 3 ] {62ebdf7d-c046-48a7-b8c4-ca3814f494ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6144 | 2024.07.05 23:29:35.391007 [ 3 ] {62ebdf7d-c046-48a7-b8c4-ca3814f494ae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6145 | 2024.07.05 23:29:35.391457 [ 3 ] {62ebdf7d-c046-48a7-b8c4-ca3814f494ae} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6146 | 2024.07.05 23:29:35.391494 [ 3 ] {62ebdf7d-c046-48a7-b8c4-ca3814f494ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
6147 | 2024.07.05 23:29:35.391895 [ 3 ] {62ebdf7d-c046-48a7-b8c4-ca3814f494ae} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
6148 | 2024.07.05 23:29:35.392233 [ 3 ] {62ebdf7d-c046-48a7-b8c4-ca3814f494ae} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6149 | 2024.07.05 23:29:35.392378 [ 3 ] {62ebdf7d-c046-48a7-b8c4-ca3814f494ae} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001632 sec., 98651.96078431372 rows/sec., 6.87 MiB/sec. | ||
6150 | 2024.07.05 23:29:35.392561 [ 3 ] {62ebdf7d-c046-48a7-b8c4-ca3814f494ae} <Debug> DynamicQueryHandler: Done processing query | ||
6151 | 2024.07.05 23:29:35.392585 [ 3 ] {62ebdf7d-c046-48a7-b8c4-ca3814f494ae} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6152 | 2024.07.05 23:29:35.392602 [ 3 ] {} <Debug> HTTP-Session: dfd736ca-ba30-4625-8f6b-99d87fa764cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6153 | 2024.07.05 23:29:35.392746 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 17620, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6154 | 2024.07.05 23:29:35.392797 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6155 | 2024.07.05 23:29:35.392817 [ 3 ] {} <Debug> HTTP-Session: 97a27b69-616c-407e-9e5b-64b5ecf735dc Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
6156 | 2024.07.05 23:29:35.392834 [ 3 ] {} <Debug> HTTP-Session: 97a27b69-616c-407e-9e5b-64b5ecf735dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6157 | 2024.07.05 23:29:35.392850 [ 3 ] {} <Debug> HTTP-Session: 97a27b69-616c-407e-9e5b-64b5ecf735dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6158 | 2024.07.05 23:29:35.392880 [ 3 ] {} <Trace> HTTP-Session: 97a27b69-616c-407e-9e5b-64b5ecf735dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6159 | 2024.07.05 23:29:35.393062 [ 3 ] {99620535-06e3-429e-b1b3-66881f243010} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6160 | 2024.07.05 23:29:35.393130 [ 3 ] {99620535-06e3-429e-b1b3-66881f243010} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
6161 | 2024.07.05 23:29:35.393546 [ 3 ] {99620535-06e3-429e-b1b3-66881f243010} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6162 | 2024.07.05 23:29:35.394126 [ 3 ] {99620535-06e3-429e-b1b3-66881f243010} <Trace> oximeter.measurements_histogramf64 (3a521290-854b-45c9-817a-bf8e30cab779): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6163 | 2024.07.05 23:29:35.394164 [ 3 ] {99620535-06e3-429e-b1b3-66881f243010} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
6164 | 2024.07.05 23:29:35.394783 [ 3 ] {99620535-06e3-429e-b1b3-66881f243010} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
6165 | 2024.07.05 23:29:35.395185 [ 3 ] {99620535-06e3-429e-b1b3-66881f243010} <Trace> oximeter.measurements_histogramf64 (3a521290-854b-45c9-817a-bf8e30cab779): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6166 | 2024.07.05 23:29:35.395377 [ 3 ] {99620535-06e3-429e-b1b3-66881f243010} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002419 sec., 4547.33360892931 rows/sec., 8.15 MiB/sec. | ||
6167 | 2024.07.05 23:29:35.395600 [ 3 ] {99620535-06e3-429e-b1b3-66881f243010} <Debug> DynamicQueryHandler: Done processing query | ||
6168 | 2024.07.05 23:29:35.395625 [ 3 ] {99620535-06e3-429e-b1b3-66881f243010} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
6169 | 2024.07.05 23:29:35.395643 [ 3 ] {} <Debug> HTTP-Session: 97a27b69-616c-407e-9e5b-64b5ecf735dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6170 | 2024.07.05 23:29:35.395785 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6171 | 2024.07.05 23:29:35.395834 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6172 | 2024.07.05 23:29:35.395854 [ 3 ] {} <Debug> HTTP-Session: 81f980d9-6522-4f00-94cd-7524032c5da2 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
6173 | 2024.07.05 23:29:35.395871 [ 3 ] {} <Debug> HTTP-Session: 81f980d9-6522-4f00-94cd-7524032c5da2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6174 | 2024.07.05 23:29:35.395886 [ 3 ] {} <Debug> HTTP-Session: 81f980d9-6522-4f00-94cd-7524032c5da2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6175 | 2024.07.05 23:29:35.395917 [ 3 ] {} <Trace> HTTP-Session: 81f980d9-6522-4f00-94cd-7524032c5da2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6176 | 2024.07.05 23:29:35.396042 [ 3 ] {a9c3adee-7b7e-41e7-8b97-c58421ccc881} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6177 | 2024.07.05 23:29:35.396089 [ 3 ] {a9c3adee-7b7e-41e7-8b97-c58421ccc881} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6178 | 2024.07.05 23:29:35.396216 [ 3 ] {a9c3adee-7b7e-41e7-8b97-c58421ccc881} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6179 | 2024.07.05 23:29:35.396540 [ 3 ] {a9c3adee-7b7e-41e7-8b97-c58421ccc881} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6180 | 2024.07.05 23:29:35.396577 [ 3 ] {a9c3adee-7b7e-41e7-8b97-c58421ccc881} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
6181 | 2024.07.05 23:29:35.396954 [ 3 ] {a9c3adee-7b7e-41e7-8b97-c58421ccc881} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
6182 | 2024.07.05 23:29:35.397277 [ 3 ] {a9c3adee-7b7e-41e7-8b97-c58421ccc881} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6183 | 2024.07.05 23:29:35.397442 [ 3 ] {a9c3adee-7b7e-41e7-8b97-c58421ccc881} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001434 sec., 41841.00418410042 rows/sec., 2.82 MiB/sec. | ||
6184 | 2024.07.05 23:29:35.397689 [ 3 ] {a9c3adee-7b7e-41e7-8b97-c58421ccc881} <Debug> DynamicQueryHandler: Done processing query | ||
6185 | 2024.07.05 23:29:35.397731 [ 3 ] {a9c3adee-7b7e-41e7-8b97-c58421ccc881} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6186 | 2024.07.05 23:29:35.397758 [ 3 ] {} <Debug> HTTP-Session: 81f980d9-6522-4f00-94cd-7524032c5da2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6187 | 2024.07.05 23:29:40.380059 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 3207, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6188 | 2024.07.05 23:29:40.380202 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6189 | 2024.07.05 23:29:40.380232 [ 3 ] {} <Debug> HTTP-Session: 5eb51b3d-b97f-43a3-bbd8-9f56e4fba805 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
6190 | 2024.07.05 23:29:40.380261 [ 3 ] {} <Debug> HTTP-Session: 5eb51b3d-b97f-43a3-bbd8-9f56e4fba805 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6191 | 2024.07.05 23:29:40.380279 [ 3 ] {} <Debug> HTTP-Session: 5eb51b3d-b97f-43a3-bbd8-9f56e4fba805 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6192 | 2024.07.05 23:29:40.380336 [ 3 ] {} <Trace> HTTP-Session: 5eb51b3d-b97f-43a3-bbd8-9f56e4fba805 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6193 | 2024.07.05 23:29:40.380544 [ 3 ] {107dd75a-2abf-42c4-a4fc-62aa31a86b2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6194 | 2024.07.05 23:29:40.380642 [ 3 ] {107dd75a-2abf-42c4-a4fc-62aa31a86b2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6195 | 2024.07.05 23:29:40.380846 [ 3 ] {107dd75a-2abf-42c4-a4fc-62aa31a86b2f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6196 | 2024.07.05 23:29:40.381309 [ 3 ] {107dd75a-2abf-42c4-a4fc-62aa31a86b2f} <Trace> oximeter.fields_i64 (90cc20bc-62f3-4585-81bd-da47c52ed55a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6197 | 2024.07.05 23:29:40.381352 [ 3 ] {107dd75a-2abf-42c4-a4fc-62aa31a86b2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
6198 | 2024.07.05 23:29:40.381717 [ 3 ] {107dd75a-2abf-42c4-a4fc-62aa31a86b2f} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
6199 | 2024.07.05 23:29:40.382048 [ 3 ] {107dd75a-2abf-42c4-a4fc-62aa31a86b2f} <Trace> oximeter.fields_i64 (90cc20bc-62f3-4585-81bd-da47c52ed55a): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6200 | 2024.07.05 23:29:40.382225 [ 3 ] {107dd75a-2abf-42c4-a4fc-62aa31a86b2f} <Debug> executeQuery: Read 22 rows, 1.78 KiB in 0.001741 sec., 12636.41585295807 rows/sec., 1.00 MiB/sec. | ||
6201 | 2024.07.05 23:29:40.382452 [ 3 ] {107dd75a-2abf-42c4-a4fc-62aa31a86b2f} <Debug> DynamicQueryHandler: Done processing query | ||
6202 | 2024.07.05 23:29:40.382479 [ 3 ] {107dd75a-2abf-42c4-a4fc-62aa31a86b2f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6203 | 2024.07.05 23:29:40.382496 [ 3 ] {} <Debug> HTTP-Session: 5eb51b3d-b97f-43a3-bbd8-9f56e4fba805 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6204 | 2024.07.05 23:29:40.382681 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 17746, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6205 | 2024.07.05 23:29:40.382739 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6206 | 2024.07.05 23:29:40.382759 [ 3 ] {} <Debug> HTTP-Session: 138574c0-6a86-44d2-acd4-e47c0cfeb9a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
6207 | 2024.07.05 23:29:40.382778 [ 3 ] {} <Debug> HTTP-Session: 138574c0-6a86-44d2-acd4-e47c0cfeb9a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6208 | 2024.07.05 23:29:40.382792 [ 3 ] {} <Debug> HTTP-Session: 138574c0-6a86-44d2-acd4-e47c0cfeb9a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6209 | 2024.07.05 23:29:40.382827 [ 3 ] {} <Trace> HTTP-Session: 138574c0-6a86-44d2-acd4-e47c0cfeb9a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6210 | 2024.07.05 23:29:40.382985 [ 3 ] {a04ae3e9-08db-4f0d-9330-1a7c2855e163} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6211 | 2024.07.05 23:29:40.383035 [ 3 ] {a04ae3e9-08db-4f0d-9330-1a7c2855e163} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6212 | 2024.07.05 23:29:40.383170 [ 3 ] {a04ae3e9-08db-4f0d-9330-1a7c2855e163} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6213 | 2024.07.05 23:29:40.383568 [ 3 ] {a04ae3e9-08db-4f0d-9330-1a7c2855e163} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6214 | 2024.07.05 23:29:40.383607 [ 3 ] {a04ae3e9-08db-4f0d-9330-1a7c2855e163} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
6215 | 2024.07.05 23:29:40.383925 [ 3 ] {a04ae3e9-08db-4f0d-9330-1a7c2855e163} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
6216 | 2024.07.05 23:29:40.384243 [ 3 ] {a04ae3e9-08db-4f0d-9330-1a7c2855e163} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6217 | 2024.07.05 23:29:40.384406 [ 3 ] {a04ae3e9-08db-4f0d-9330-1a7c2855e163} <Debug> executeQuery: Read 122 rows, 10.31 KiB in 0.001476 sec., 82655.82655826557 rows/sec., 6.82 MiB/sec. | ||
6218 | 2024.07.05 23:29:40.384581 [ 3 ] {a04ae3e9-08db-4f0d-9330-1a7c2855e163} <Debug> DynamicQueryHandler: Done processing query | ||
6219 | 2024.07.05 23:29:40.384607 [ 3 ] {a04ae3e9-08db-4f0d-9330-1a7c2855e163} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
6220 | 2024.07.05 23:29:40.384623 [ 3 ] {} <Debug> HTTP-Session: 138574c0-6a86-44d2-acd4-e47c0cfeb9a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6221 | 2024.07.05 23:29:40.384770 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 14612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6222 | 2024.07.05 23:29:40.384823 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6223 | 2024.07.05 23:29:40.384843 [ 3 ] {} <Debug> HTTP-Session: cba3f6bf-0515-4e07-b7d6-838d88ecaab2 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
6224 | 2024.07.05 23:29:40.384860 [ 3 ] {} <Debug> HTTP-Session: cba3f6bf-0515-4e07-b7d6-838d88ecaab2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6225 | 2024.07.05 23:29:40.384874 [ 3 ] {} <Debug> HTTP-Session: cba3f6bf-0515-4e07-b7d6-838d88ecaab2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6226 | 2024.07.05 23:29:40.384906 [ 3 ] {} <Trace> HTTP-Session: cba3f6bf-0515-4e07-b7d6-838d88ecaab2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6227 | 2024.07.05 23:29:40.385030 [ 3 ] {a960e420-4930-4b3c-8b55-f37a405e3ddb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6228 | 2024.07.05 23:29:40.385074 [ 3 ] {a960e420-4930-4b3c-8b55-f37a405e3ddb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6229 | 2024.07.05 23:29:40.385201 [ 3 ] {a960e420-4930-4b3c-8b55-f37a405e3ddb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6230 | 2024.07.05 23:29:40.385542 [ 3 ] {a960e420-4930-4b3c-8b55-f37a405e3ddb} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6231 | 2024.07.05 23:29:40.385605 [ 3 ] {a960e420-4930-4b3c-8b55-f37a405e3ddb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
6232 | 2024.07.05 23:29:40.385927 [ 3 ] {a960e420-4930-4b3c-8b55-f37a405e3ddb} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
6233 | 2024.07.05 23:29:40.386229 [ 3 ] {a960e420-4930-4b3c-8b55-f37a405e3ddb} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6234 | 2024.07.05 23:29:40.386385 [ 3 ] {a960e420-4930-4b3c-8b55-f37a405e3ddb} <Debug> executeQuery: Read 86 rows, 6.88 KiB in 0.001398 sec., 61516.45207439199 rows/sec., 4.80 MiB/sec. | ||
6235 | 2024.07.05 23:29:40.386552 [ 3 ] {a960e420-4930-4b3c-8b55-f37a405e3ddb} <Debug> DynamicQueryHandler: Done processing query | ||
6236 | 2024.07.05 23:29:40.386576 [ 3 ] {a960e420-4930-4b3c-8b55-f37a405e3ddb} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
6237 | 2024.07.05 23:29:40.386593 [ 3 ] {} <Debug> HTTP-Session: cba3f6bf-0515-4e07-b7d6-838d88ecaab2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6238 | 2024.07.05 23:29:40.386765 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6239 | 2024.07.05 23:29:40.386814 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6240 | 2024.07.05 23:29:40.386834 [ 3 ] {} <Debug> HTTP-Session: 811b5f11-58a3-4872-b652-7c136b8afbe9 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
6241 | 2024.07.05 23:29:40.386850 [ 3 ] {} <Debug> HTTP-Session: 811b5f11-58a3-4872-b652-7c136b8afbe9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6242 | 2024.07.05 23:29:40.386889 [ 3 ] {} <Debug> HTTP-Session: 811b5f11-58a3-4872-b652-7c136b8afbe9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6243 | 2024.07.05 23:29:40.386923 [ 3 ] {} <Trace> HTTP-Session: 811b5f11-58a3-4872-b652-7c136b8afbe9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6244 | 2024.07.05 23:29:40.387074 [ 3 ] {515094e1-ae2f-48a0-99cd-922fdb6287ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6245 | 2024.07.05 23:29:40.387122 [ 3 ] {515094e1-ae2f-48a0-99cd-922fdb6287ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6246 | 2024.07.05 23:29:40.387267 [ 3 ] {515094e1-ae2f-48a0-99cd-922fdb6287ce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6247 | 2024.07.05 23:29:40.387646 [ 3 ] {515094e1-ae2f-48a0-99cd-922fdb6287ce} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6248 | 2024.07.05 23:29:40.387682 [ 3 ] {515094e1-ae2f-48a0-99cd-922fdb6287ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
6249 | 2024.07.05 23:29:40.388068 [ 3 ] {515094e1-ae2f-48a0-99cd-922fdb6287ce} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
6250 | 2024.07.05 23:29:40.388402 [ 3 ] {515094e1-ae2f-48a0-99cd-922fdb6287ce} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6251 | 2024.07.05 23:29:40.388533 [ 3 ] {515094e1-ae2f-48a0-99cd-922fdb6287ce} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001534 sec., 104302.47718383312 rows/sec., 7.26 MiB/sec. | ||
6252 | 2024.07.05 23:29:40.388703 [ 3 ] {515094e1-ae2f-48a0-99cd-922fdb6287ce} <Debug> DynamicQueryHandler: Done processing query | ||
6253 | 2024.07.05 23:29:40.388727 [ 3 ] {515094e1-ae2f-48a0-99cd-922fdb6287ce} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6254 | 2024.07.05 23:29:40.388743 [ 3 ] {} <Debug> HTTP-Session: 811b5f11-58a3-4872-b652-7c136b8afbe9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6255 | 2024.07.05 23:29:40.388913 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 35473, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6256 | 2024.07.05 23:29:40.388962 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6257 | 2024.07.05 23:29:40.388982 [ 3 ] {} <Debug> HTTP-Session: cb907545-496b-45f1-9417-6755e611f8b9 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
6258 | 2024.07.05 23:29:40.388998 [ 3 ] {} <Debug> HTTP-Session: cb907545-496b-45f1-9417-6755e611f8b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6259 | 2024.07.05 23:29:40.389012 [ 3 ] {} <Debug> HTTP-Session: cb907545-496b-45f1-9417-6755e611f8b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6260 | 2024.07.05 23:29:40.389043 [ 3 ] {} <Trace> HTTP-Session: cb907545-496b-45f1-9417-6755e611f8b9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6261 | 2024.07.05 23:29:40.389289 [ 3 ] {c6e145f6-2eec-4dc6-b520-b15751dcc312} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6262 | 2024.07.05 23:29:40.389354 [ 3 ] {c6e145f6-2eec-4dc6-b520-b15751dcc312} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
6263 | 2024.07.05 23:29:40.389764 [ 3 ] {c6e145f6-2eec-4dc6-b520-b15751dcc312} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6264 | 2024.07.05 23:29:40.390462 [ 3 ] {c6e145f6-2eec-4dc6-b520-b15751dcc312} <Trace> oximeter.measurements_histogramf64 (3a521290-854b-45c9-817a-bf8e30cab779): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6265 | 2024.07.05 23:29:40.390496 [ 3 ] {c6e145f6-2eec-4dc6-b520-b15751dcc312} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
6266 | 2024.07.05 23:29:40.391107 [ 3 ] {c6e145f6-2eec-4dc6-b520-b15751dcc312} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
6267 | 2024.07.05 23:29:40.391511 [ 3 ] {c6e145f6-2eec-4dc6-b520-b15751dcc312} <Trace> oximeter.measurements_histogramf64 (3a521290-854b-45c9-817a-bf8e30cab779): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6268 | 2024.07.05 23:29:40.391666 [ 3 ] {c6e145f6-2eec-4dc6-b520-b15751dcc312} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.002543 sec., 8651.199370821863 rows/sec., 15.50 MiB/sec. | ||
6269 | 2024.07.05 23:29:40.392179 [ 3 ] {c6e145f6-2eec-4dc6-b520-b15751dcc312} <Debug> DynamicQueryHandler: Done processing query | ||
6270 | 2024.07.05 23:29:40.392204 [ 3 ] {c6e145f6-2eec-4dc6-b520-b15751dcc312} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
6271 | 2024.07.05 23:29:40.392220 [ 3 ] {} <Debug> HTTP-Session: cb907545-496b-45f1-9417-6755e611f8b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6272 | 2024.07.05 23:29:40.392365 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6273 | 2024.07.05 23:29:40.392415 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6274 | 2024.07.05 23:29:40.392434 [ 3 ] {} <Debug> HTTP-Session: 8fe9097d-4aab-4b8f-9870-fb2d0b8c353d Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
6275 | 2024.07.05 23:29:40.392451 [ 3 ] {} <Debug> HTTP-Session: 8fe9097d-4aab-4b8f-9870-fb2d0b8c353d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6276 | 2024.07.05 23:29:40.392465 [ 3 ] {} <Debug> HTTP-Session: 8fe9097d-4aab-4b8f-9870-fb2d0b8c353d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6277 | 2024.07.05 23:29:40.392496 [ 3 ] {} <Trace> HTTP-Session: 8fe9097d-4aab-4b8f-9870-fb2d0b8c353d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6278 | 2024.07.05 23:29:40.392620 [ 3 ] {3287ea96-d3fc-4c86-9ea2-0d73a86ba0e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6279 | 2024.07.05 23:29:40.392667 [ 3 ] {3287ea96-d3fc-4c86-9ea2-0d73a86ba0e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6280 | 2024.07.05 23:29:40.392817 [ 3 ] {3287ea96-d3fc-4c86-9ea2-0d73a86ba0e6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6281 | 2024.07.05 23:29:40.393138 [ 3 ] {3287ea96-d3fc-4c86-9ea2-0d73a86ba0e6} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6282 | 2024.07.05 23:29:40.393173 [ 3 ] {3287ea96-d3fc-4c86-9ea2-0d73a86ba0e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
6283 | 2024.07.05 23:29:40.393533 [ 3 ] {3287ea96-d3fc-4c86-9ea2-0d73a86ba0e6} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
6284 | 2024.07.05 23:29:40.393858 [ 3 ] {3287ea96-d3fc-4c86-9ea2-0d73a86ba0e6} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6285 | 2024.07.05 23:29:40.393988 [ 3 ] {3287ea96-d3fc-4c86-9ea2-0d73a86ba0e6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001415 sec., 42402.826855123676 rows/sec., 2.86 MiB/sec. | ||
6286 | 2024.07.05 23:29:40.394185 [ 3 ] {3287ea96-d3fc-4c86-9ea2-0d73a86ba0e6} <Debug> DynamicQueryHandler: Done processing query | ||
6287 | 2024.07.05 23:29:40.394212 [ 3 ] {3287ea96-d3fc-4c86-9ea2-0d73a86ba0e6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6288 | 2024.07.05 23:29:40.394233 [ 3 ] {} <Debug> HTTP-Session: 8fe9097d-4aab-4b8f-9870-fb2d0b8c353d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6289 | 2024.07.05 23:29:44.267200 [ 95 ] {} <Debug> DNSResolver: Updating DNS cache | ||
6290 | 2024.07.05 23:29:44.267279 [ 95 ] {} <Debug> DNSResolver: Updated DNS cache | ||
6291 | 2024.07.05 23:29:45.379798 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 1632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6292 | 2024.07.05 23:29:45.379932 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6293 | 2024.07.05 23:29:45.379963 [ 3 ] {} <Debug> HTTP-Session: cf6c9c8f-f1ee-4211-a3d5-284170b34688 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
6294 | 2024.07.05 23:29:45.379992 [ 3 ] {} <Debug> HTTP-Session: cf6c9c8f-f1ee-4211-a3d5-284170b34688 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6295 | 2024.07.05 23:29:45.380010 [ 3 ] {} <Debug> HTTP-Session: cf6c9c8f-f1ee-4211-a3d5-284170b34688 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6296 | 2024.07.05 23:29:45.380067 [ 3 ] {} <Trace> HTTP-Session: cf6c9c8f-f1ee-4211-a3d5-284170b34688 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6297 | 2024.07.05 23:29:45.380274 [ 3 ] {b0e92a3e-225d-4b99-afb0-7963f729dda8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6298 | 2024.07.05 23:29:45.380352 [ 3 ] {b0e92a3e-225d-4b99-afb0-7963f729dda8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6299 | 2024.07.05 23:29:45.380576 [ 3 ] {b0e92a3e-225d-4b99-afb0-7963f729dda8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6300 | 2024.07.05 23:29:45.381044 [ 3 ] {b0e92a3e-225d-4b99-afb0-7963f729dda8} <Trace> oximeter.fields_i64 (90cc20bc-62f3-4585-81bd-da47c52ed55a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6301 | 2024.07.05 23:29:45.381091 [ 3 ] {b0e92a3e-225d-4b99-afb0-7963f729dda8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
6302 | 2024.07.05 23:29:45.381459 [ 3 ] {b0e92a3e-225d-4b99-afb0-7963f729dda8} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
6303 | 2024.07.05 23:29:45.381787 [ 3 ] {b0e92a3e-225d-4b99-afb0-7963f729dda8} <Trace> oximeter.fields_i64 (90cc20bc-62f3-4585-81bd-da47c52ed55a): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6304 | 2024.07.05 23:29:45.381950 [ 3 ] {b0e92a3e-225d-4b99-afb0-7963f729dda8} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.001737 sec., 6332.757628094416 rows/sec., 513.30 KiB/sec. | ||
6305 | 2024.07.05 23:29:45.382177 [ 3 ] {b0e92a3e-225d-4b99-afb0-7963f729dda8} <Debug> DynamicQueryHandler: Done processing query | ||
6306 | 2024.07.05 23:29:45.382206 [ 3 ] {b0e92a3e-225d-4b99-afb0-7963f729dda8} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6307 | 2024.07.05 23:29:45.382222 [ 3 ] {} <Debug> HTTP-Session: cf6c9c8f-f1ee-4211-a3d5-284170b34688 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6308 | 2024.07.05 23:29:45.382405 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 12804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6309 | 2024.07.05 23:29:45.382462 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6310 | 2024.07.05 23:29:45.382482 [ 3 ] {} <Debug> HTTP-Session: d6cb19db-de07-4bc3-bce9-1257b06f20c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
6311 | 2024.07.05 23:29:45.382501 [ 3 ] {} <Debug> HTTP-Session: d6cb19db-de07-4bc3-bce9-1257b06f20c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6312 | 2024.07.05 23:29:45.382515 [ 3 ] {} <Debug> HTTP-Session: d6cb19db-de07-4bc3-bce9-1257b06f20c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6313 | 2024.07.05 23:29:45.382552 [ 3 ] {} <Trace> HTTP-Session: d6cb19db-de07-4bc3-bce9-1257b06f20c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6314 | 2024.07.05 23:29:45.382681 [ 3 ] {22246006-13e6-4e8c-bf6e-43150522b867} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6315 | 2024.07.05 23:29:45.382729 [ 3 ] {22246006-13e6-4e8c-bf6e-43150522b867} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6316 | 2024.07.05 23:29:45.382864 [ 3 ] {22246006-13e6-4e8c-bf6e-43150522b867} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6317 | 2024.07.05 23:29:45.383240 [ 3 ] {22246006-13e6-4e8c-bf6e-43150522b867} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6318 | 2024.07.05 23:29:45.383278 [ 3 ] {22246006-13e6-4e8c-bf6e-43150522b867} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
6319 | 2024.07.05 23:29:45.383604 [ 3 ] {22246006-13e6-4e8c-bf6e-43150522b867} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
6320 | 2024.07.05 23:29:45.383907 [ 3 ] {22246006-13e6-4e8c-bf6e-43150522b867} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6321 | 2024.07.05 23:29:45.384057 [ 3 ] {22246006-13e6-4e8c-bf6e-43150522b867} <Debug> executeQuery: Read 89 rows, 7.36 KiB in 0.001422 sec., 62587.90436005626 rows/sec., 5.06 MiB/sec. | ||
6322 | 2024.07.05 23:29:45.384230 [ 3 ] {22246006-13e6-4e8c-bf6e-43150522b867} <Debug> DynamicQueryHandler: Done processing query | ||
6323 | 2024.07.05 23:29:45.384254 [ 3 ] {22246006-13e6-4e8c-bf6e-43150522b867} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
6324 | 2024.07.05 23:29:45.384270 [ 3 ] {} <Debug> HTTP-Session: d6cb19db-de07-4bc3-bce9-1257b06f20c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6325 | 2024.07.05 23:29:45.384409 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 12751, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6326 | 2024.07.05 23:29:45.384460 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6327 | 2024.07.05 23:29:45.384479 [ 3 ] {} <Debug> HTTP-Session: 459019e2-b124-4b42-966c-b57164e447c6 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
6328 | 2024.07.05 23:29:45.384497 [ 3 ] {} <Debug> HTTP-Session: 459019e2-b124-4b42-966c-b57164e447c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6329 | 2024.07.05 23:29:45.384512 [ 3 ] {} <Debug> HTTP-Session: 459019e2-b124-4b42-966c-b57164e447c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6330 | 2024.07.05 23:29:45.384544 [ 3 ] {} <Trace> HTTP-Session: 459019e2-b124-4b42-966c-b57164e447c6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6331 | 2024.07.05 23:29:45.384668 [ 3 ] {90624a74-617d-47a6-883c-6ff34a3844fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6332 | 2024.07.05 23:29:45.384711 [ 3 ] {90624a74-617d-47a6-883c-6ff34a3844fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6333 | 2024.07.05 23:29:45.384837 [ 3 ] {90624a74-617d-47a6-883c-6ff34a3844fc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6334 | 2024.07.05 23:29:45.385188 [ 3 ] {90624a74-617d-47a6-883c-6ff34a3844fc} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6335 | 2024.07.05 23:29:45.385225 [ 3 ] {90624a74-617d-47a6-883c-6ff34a3844fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
6336 | 2024.07.05 23:29:45.385539 [ 3 ] {90624a74-617d-47a6-883c-6ff34a3844fc} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
6337 | 2024.07.05 23:29:45.385839 [ 3 ] {90624a74-617d-47a6-883c-6ff34a3844fc} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6338 | 2024.07.05 23:29:45.385999 [ 3 ] {90624a74-617d-47a6-883c-6ff34a3844fc} <Debug> executeQuery: Read 75 rows, 6.00 KiB in 0.001373 sec., 54624.908958485066 rows/sec., 4.26 MiB/sec. | ||
6339 | 2024.07.05 23:29:45.386175 [ 3 ] {90624a74-617d-47a6-883c-6ff34a3844fc} <Debug> DynamicQueryHandler: Done processing query | ||
6340 | 2024.07.05 23:29:45.386199 [ 3 ] {90624a74-617d-47a6-883c-6ff34a3844fc} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
6341 | 2024.07.05 23:29:45.386215 [ 3 ] {} <Debug> HTTP-Session: 459019e2-b124-4b42-966c-b57164e447c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6342 | 2024.07.05 23:29:45.386388 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6343 | 2024.07.05 23:29:45.386439 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6344 | 2024.07.05 23:29:45.386458 [ 3 ] {} <Debug> HTTP-Session: dbe2b2b7-0317-4b7e-8e30-302af1df39d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
6345 | 2024.07.05 23:29:45.386475 [ 3 ] {} <Debug> HTTP-Session: dbe2b2b7-0317-4b7e-8e30-302af1df39d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6346 | 2024.07.05 23:29:45.386489 [ 3 ] {} <Debug> HTTP-Session: dbe2b2b7-0317-4b7e-8e30-302af1df39d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6347 | 2024.07.05 23:29:45.386520 [ 3 ] {} <Trace> HTTP-Session: dbe2b2b7-0317-4b7e-8e30-302af1df39d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6348 | 2024.07.05 23:29:45.386673 [ 3 ] {306bb18e-09d6-456e-b8d8-824272e249ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6349 | 2024.07.05 23:29:45.386722 [ 3 ] {306bb18e-09d6-456e-b8d8-824272e249ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6350 | 2024.07.05 23:29:45.386869 [ 3 ] {306bb18e-09d6-456e-b8d8-824272e249ee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6351 | 2024.07.05 23:29:45.387257 [ 3 ] {306bb18e-09d6-456e-b8d8-824272e249ee} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6352 | 2024.07.05 23:29:45.387294 [ 3 ] {306bb18e-09d6-456e-b8d8-824272e249ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
6353 | 2024.07.05 23:29:45.387675 [ 3 ] {306bb18e-09d6-456e-b8d8-824272e249ee} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
6354 | 2024.07.05 23:29:45.388002 [ 3 ] {306bb18e-09d6-456e-b8d8-824272e249ee} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6355 | 2024.07.05 23:29:45.388163 [ 3 ] {306bb18e-09d6-456e-b8d8-824272e249ee} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001555 sec., 102893.89067524116 rows/sec., 7.17 MiB/sec. | ||
6356 | 2024.07.05 23:29:45.388346 [ 3 ] {306bb18e-09d6-456e-b8d8-824272e249ee} <Debug> DynamicQueryHandler: Done processing query | ||
6357 | 2024.07.05 23:29:45.388369 [ 3 ] {306bb18e-09d6-456e-b8d8-824272e249ee} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6358 | 2024.07.05 23:29:45.388385 [ 3 ] {} <Debug> HTTP-Session: dbe2b2b7-0317-4b7e-8e30-302af1df39d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6359 | 2024.07.05 23:29:45.388537 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 17608, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6360 | 2024.07.05 23:29:45.388588 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6361 | 2024.07.05 23:29:45.388608 [ 3 ] {} <Debug> HTTP-Session: 5fa16a03-f95d-43f9-9f4b-068a85283aa2 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
6362 | 2024.07.05 23:29:45.388625 [ 3 ] {} <Debug> HTTP-Session: 5fa16a03-f95d-43f9-9f4b-068a85283aa2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6363 | 2024.07.05 23:29:45.388639 [ 3 ] {} <Debug> HTTP-Session: 5fa16a03-f95d-43f9-9f4b-068a85283aa2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6364 | 2024.07.05 23:29:45.388670 [ 3 ] {} <Trace> HTTP-Session: 5fa16a03-f95d-43f9-9f4b-068a85283aa2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6365 | 2024.07.05 23:29:45.388852 [ 3 ] {0c535057-f89f-41ad-a093-a56121412061} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6366 | 2024.07.05 23:29:45.388919 [ 3 ] {0c535057-f89f-41ad-a093-a56121412061} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
6367 | 2024.07.05 23:29:45.389333 [ 3 ] {0c535057-f89f-41ad-a093-a56121412061} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6368 | 2024.07.05 23:29:45.389883 [ 3 ] {0c535057-f89f-41ad-a093-a56121412061} <Trace> oximeter.measurements_histogramf64 (3a521290-854b-45c9-817a-bf8e30cab779): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6369 | 2024.07.05 23:29:45.389939 [ 3 ] {0c535057-f89f-41ad-a093-a56121412061} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
6370 | 2024.07.05 23:29:45.390535 [ 3 ] {0c535057-f89f-41ad-a093-a56121412061} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
6371 | 2024.07.05 23:29:45.391129 [ 3 ] {0c535057-f89f-41ad-a093-a56121412061} <Trace> oximeter.measurements_histogramf64 (3a521290-854b-45c9-817a-bf8e30cab779): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6372 | 2024.07.05 23:29:45.391368 [ 3 ] {0c535057-f89f-41ad-a093-a56121412061} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.00262 sec., 4198.473282442748 rows/sec., 7.52 MiB/sec. | ||
6373 | 2024.07.05 23:29:45.391946 [ 3 ] {0c535057-f89f-41ad-a093-a56121412061} <Debug> DynamicQueryHandler: Done processing query | ||
6374 | 2024.07.05 23:29:45.391974 [ 3 ] {0c535057-f89f-41ad-a093-a56121412061} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
6375 | 2024.07.05 23:29:45.391992 [ 3 ] {} <Debug> HTTP-Session: 5fa16a03-f95d-43f9-9f4b-068a85283aa2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6376 | 2024.07.05 23:29:45.392129 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6377 | 2024.07.05 23:29:45.392196 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6378 | 2024.07.05 23:29:45.392225 [ 3 ] {} <Debug> HTTP-Session: 6690e3aa-4973-4114-93fd-a260cf1ff452 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
6379 | 2024.07.05 23:29:45.392250 [ 3 ] {} <Debug> HTTP-Session: 6690e3aa-4973-4114-93fd-a260cf1ff452 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6380 | 2024.07.05 23:29:45.392273 [ 3 ] {} <Debug> HTTP-Session: 6690e3aa-4973-4114-93fd-a260cf1ff452 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6381 | 2024.07.05 23:29:45.392318 [ 3 ] {} <Trace> HTTP-Session: 6690e3aa-4973-4114-93fd-a260cf1ff452 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6382 | 2024.07.05 23:29:45.392489 [ 3 ] {52849e2d-41a3-4164-b5e5-9e750bb34f2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6383 | 2024.07.05 23:29:45.392555 [ 3 ] {52849e2d-41a3-4164-b5e5-9e750bb34f2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6384 | 2024.07.05 23:29:45.392756 [ 3 ] {52849e2d-41a3-4164-b5e5-9e750bb34f2b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6385 | 2024.07.05 23:29:45.393129 [ 3 ] {52849e2d-41a3-4164-b5e5-9e750bb34f2b} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6386 | 2024.07.05 23:29:45.393173 [ 3 ] {52849e2d-41a3-4164-b5e5-9e750bb34f2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
6387 | 2024.07.05 23:29:45.393595 [ 3 ] {52849e2d-41a3-4164-b5e5-9e750bb34f2b} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
6388 | 2024.07.05 23:29:45.393922 [ 3 ] {52849e2d-41a3-4164-b5e5-9e750bb34f2b} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6389 | 2024.07.05 23:29:45.394079 [ 3 ] {52849e2d-41a3-4164-b5e5-9e750bb34f2b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001653 sec., 36297.640653357535 rows/sec., 2.45 MiB/sec. | ||
6390 | 2024.07.05 23:29:45.394260 [ 3 ] {52849e2d-41a3-4164-b5e5-9e750bb34f2b} <Debug> DynamicQueryHandler: Done processing query | ||
6391 | 2024.07.05 23:29:45.394285 [ 3 ] {52849e2d-41a3-4164-b5e5-9e750bb34f2b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6392 | 2024.07.05 23:29:45.394301 [ 3 ] {} <Debug> HTTP-Session: 6690e3aa-4973-4114-93fd-a260cf1ff452 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6393 | 2024.07.05 23:29:50.381071 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 3207, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6394 | 2024.07.05 23:29:50.381202 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6395 | 2024.07.05 23:29:50.381227 [ 3 ] {} <Debug> HTTP-Session: cebd4cee-468d-4db6-acf6-233a65ffd04e Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
6396 | 2024.07.05 23:29:50.381252 [ 3 ] {} <Debug> HTTP-Session: cebd4cee-468d-4db6-acf6-233a65ffd04e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6397 | 2024.07.05 23:29:50.381266 [ 3 ] {} <Debug> HTTP-Session: cebd4cee-468d-4db6-acf6-233a65ffd04e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6398 | 2024.07.05 23:29:50.381318 [ 3 ] {} <Trace> HTTP-Session: cebd4cee-468d-4db6-acf6-233a65ffd04e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6399 | 2024.07.05 23:29:50.381500 [ 3 ] {a92babda-2c85-4715-bffb-844679f306ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6400 | 2024.07.05 23:29:50.381567 [ 3 ] {a92babda-2c85-4715-bffb-844679f306ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6401 | 2024.07.05 23:29:50.381758 [ 3 ] {a92babda-2c85-4715-bffb-844679f306ef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6402 | 2024.07.05 23:29:50.382228 [ 3 ] {a92babda-2c85-4715-bffb-844679f306ef} <Trace> oximeter.fields_i64 (90cc20bc-62f3-4585-81bd-da47c52ed55a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6403 | 2024.07.05 23:29:50.382267 [ 3 ] {a92babda-2c85-4715-bffb-844679f306ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
6404 | 2024.07.05 23:29:50.382622 [ 3 ] {a92babda-2c85-4715-bffb-844679f306ef} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
6405 | 2024.07.05 23:29:50.382954 [ 3 ] {a92babda-2c85-4715-bffb-844679f306ef} <Trace> oximeter.fields_i64 (90cc20bc-62f3-4585-81bd-da47c52ed55a): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6406 | 2024.07.05 23:29:50.383098 [ 3 ] {a92babda-2c85-4715-bffb-844679f306ef} <Debug> executeQuery: Read 22 rows, 1.78 KiB in 0.001655 sec., 13293.051359516616 rows/sec., 1.05 MiB/sec. | ||
6407 | 2024.07.05 23:29:50.383100 [ 91 ] {} <Debug> oximeter.fields_i64 (90cc20bc-62f3-4585-81bd-da47c52ed55a) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
6408 | 2024.07.05 23:29:50.383164 [ 91 ] {} <Trace> oximeter.fields_i64 (90cc20bc-62f3-4585-81bd-da47c52ed55a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6409 | 2024.07.05 23:29:50.383203 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
6410 | 2024.07.05 23:29:50.383347 [ 3 ] {a92babda-2c85-4715-bffb-844679f306ef} <Debug> DynamicQueryHandler: Done processing query | ||
6411 | 2024.07.05 23:29:50.383363 [ 198 ] {90cc20bc-62f3-4585-81bd-da47c52ed55a::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 | ||
6412 | 2024.07.05 23:29:50.383380 [ 3 ] {a92babda-2c85-4715-bffb-844679f306ef} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6413 | 2024.07.05 23:29:50.383459 [ 3 ] {} <Debug> HTTP-Session: cebd4cee-468d-4db6-acf6-233a65ffd04e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6414 | 2024.07.05 23:29:50.383605 [ 198 ] {90cc20bc-62f3-4585-81bd-da47c52ed55a::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6415 | 2024.07.05 23:29:50.383650 [ 198 ] {90cc20bc-62f3-4585-81bd-da47c52ed55a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 33 rows starting from the beginning of the part | ||
6416 | 2024.07.05 23:29:50.383777 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 22684, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6417 | 2024.07.05 23:29:50.383864 [ 198 ] {90cc20bc-62f3-4585-81bd-da47c52ed55a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 22 rows starting from the beginning of the part | ||
6418 | 2024.07.05 23:29:50.383918 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6419 | 2024.07.05 23:29:50.384003 [ 3 ] {} <Debug> HTTP-Session: c5811b42-8134-467e-b18f-5db443005e73 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
6420 | 2024.07.05 23:29:50.384091 [ 3 ] {} <Debug> HTTP-Session: c5811b42-8134-467e-b18f-5db443005e73 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6421 | 2024.07.05 23:29:50.384171 [ 3 ] {} <Debug> HTTP-Session: c5811b42-8134-467e-b18f-5db443005e73 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6422 | 2024.07.05 23:29:50.384192 [ 198 ] {90cc20bc-62f3-4585-81bd-da47c52ed55a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 11 rows starting from the beginning of the part | ||
6423 | 2024.07.05 23:29:50.384271 [ 3 ] {} <Trace> HTTP-Session: c5811b42-8134-467e-b18f-5db443005e73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6424 | 2024.07.05 23:29:50.384457 [ 198 ] {90cc20bc-62f3-4585-81bd-da47c52ed55a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 22 rows starting from the beginning of the part | ||
6425 | 2024.07.05 23:29:50.384689 [ 3 ] {30ab63c6-5a5d-43b2-9bcc-7562440c4d17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6426 | 2024.07.05 23:29:50.384753 [ 198 ] {90cc20bc-62f3-4585-81bd-da47c52ed55a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 11 rows starting from the beginning of the part | ||
6427 | 2024.07.05 23:29:50.384809 [ 3 ] {30ab63c6-5a5d-43b2-9bcc-7562440c4d17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6428 | 2024.07.05 23:29:50.385067 [ 198 ] {90cc20bc-62f3-4585-81bd-da47c52ed55a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 22 rows starting from the beginning of the part | ||
6429 | 2024.07.05 23:29:50.385780 [ 3 ] {30ab63c6-5a5d-43b2-9bcc-7562440c4d17} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6430 | 2024.07.05 23:29:50.386989 [ 3 ] {30ab63c6-5a5d-43b2-9bcc-7562440c4d17} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6431 | 2024.07.05 23:29:50.387055 [ 3 ] {30ab63c6-5a5d-43b2-9bcc-7562440c4d17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
6432 | 2024.07.05 23:29:50.387822 [ 198 ] {90cc20bc-62f3-4585-81bd-da47c52ed55a::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 4 columns (4 merged, 0 gathered) in 0.004530272 sec., 26709.213045044537 rows/sec., 2.11 MiB/sec. | ||
6433 | 2024.07.05 23:29:50.387937 [ 3 ] {30ab63c6-5a5d-43b2-9bcc-7562440c4d17} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
6434 | 2024.07.05 23:29:50.387988 [ 198 ] {90cc20bc-62f3-4585-81bd-da47c52ed55a::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
6435 | 2024.07.05 23:29:50.388746 [ 198 ] {90cc20bc-62f3-4585-81bd-da47c52ed55a::all_1_31_6} <Trace> oximeter.fields_i64 (90cc20bc-62f3-4585-81bd-da47c52ed55a): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6436 | 2024.07.05 23:29:50.388780 [ 3 ] {30ab63c6-5a5d-43b2-9bcc-7562440c4d17} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6437 | 2024.07.05 23:29:50.388919 [ 198 ] {90cc20bc-62f3-4585-81bd-da47c52ed55a::all_1_31_6} <Trace> oximeter.fields_i64 (90cc20bc-62f3-4585-81bd-da47c52ed55a) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
6438 | 2024.07.05 23:29:50.389053 [ 91 ] {} <Debug> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
6439 | 2024.07.05 23:29:50.389135 [ 91 ] {} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6440 | 2024.07.05 23:29:50.389158 [ 3 ] {30ab63c6-5a5d-43b2-9bcc-7562440c4d17} <Debug> executeQuery: Read 158 rows, 13.08 KiB in 0.004646 sec., 34007.74860094705 rows/sec., 2.75 MiB/sec. | ||
6441 | 2024.07.05 23:29:50.389184 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
6442 | 2024.07.05 23:29:50.389189 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
6443 | 2024.07.05 23:29:50.389493 [ 198 ] {5312aebe-5a34-422e-b0ce-e859ed1f196c::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 | ||
6444 | 2024.07.05 23:29:50.389574 [ 3 ] {30ab63c6-5a5d-43b2-9bcc-7562440c4d17} <Debug> DynamicQueryHandler: Done processing query | ||
6445 | 2024.07.05 23:29:50.389630 [ 3 ] {30ab63c6-5a5d-43b2-9bcc-7562440c4d17} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
6446 | 2024.07.05 23:29:50.389686 [ 3 ] {} <Debug> HTTP-Session: c5811b42-8134-467e-b18f-5db443005e73 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6447 | 2024.07.05 23:29:50.389743 [ 198 ] {5312aebe-5a34-422e-b0ce-e859ed1f196c::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6448 | 2024.07.05 23:29:50.389778 [ 198 ] {5312aebe-5a34-422e-b0ce-e859ed1f196c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 198 rows starting from the beginning of the part | ||
6449 | 2024.07.05 23:29:50.389872 [ 198 ] {5312aebe-5a34-422e-b0ce-e859ed1f196c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 123 rows starting from the beginning of the part | ||
6450 | 2024.07.05 23:29:50.389974 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 18656, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6451 | 2024.07.05 23:29:50.390185 [ 198 ] {5312aebe-5a34-422e-b0ce-e859ed1f196c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 90 rows starting from the beginning of the part | ||
6452 | 2024.07.05 23:29:50.390197 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6453 | 2024.07.05 23:29:50.390298 [ 3 ] {} <Debug> HTTP-Session: cb72d15d-fec0-48ca-b446-8da72bf171e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
6454 | 2024.07.05 23:29:50.390371 [ 3 ] {} <Debug> HTTP-Session: cb72d15d-fec0-48ca-b446-8da72bf171e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6455 | 2024.07.05 23:29:50.390440 [ 3 ] {} <Debug> HTTP-Session: cb72d15d-fec0-48ca-b446-8da72bf171e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6456 | 2024.07.05 23:29:50.390502 [ 198 ] {5312aebe-5a34-422e-b0ce-e859ed1f196c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 122 rows starting from the beginning of the part | ||
6457 | 2024.07.05 23:29:50.390545 [ 3 ] {} <Trace> HTTP-Session: cb72d15d-fec0-48ca-b446-8da72bf171e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6458 | 2024.07.05 23:29:50.390786 [ 198 ] {5312aebe-5a34-422e-b0ce-e859ed1f196c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 89 rows starting from the beginning of the part | ||
6459 | 2024.07.05 23:29:50.390921 [ 3 ] {e05b2476-b00c-46b6-9ae6-37cf9c59f0b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6460 | 2024.07.05 23:29:50.391047 [ 198 ] {5312aebe-5a34-422e-b0ce-e859ed1f196c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 158 rows starting from the beginning of the part | ||
6461 | 2024.07.05 23:29:50.391072 [ 3 ] {e05b2476-b00c-46b6-9ae6-37cf9c59f0b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6462 | 2024.07.05 23:29:50.391814 [ 3 ] {e05b2476-b00c-46b6-9ae6-37cf9c59f0b9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6463 | 2024.07.05 23:29:50.392846 [ 3 ] {e05b2476-b00c-46b6-9ae6-37cf9c59f0b9} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6464 | 2024.07.05 23:29:50.392910 [ 3 ] {e05b2476-b00c-46b6-9ae6-37cf9c59f0b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
6465 | 2024.07.05 23:29:50.393724 [ 3 ] {e05b2476-b00c-46b6-9ae6-37cf9c59f0b9} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
6466 | 2024.07.05 23:29:50.393840 [ 199 ] {5312aebe-5a34-422e-b0ce-e859ed1f196c::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 780 rows, containing 4 columns (4 merged, 0 gathered) in 0.004473541 sec., 174358.52270047372 rows/sec., 14.22 MiB/sec. | ||
6467 | 2024.07.05 23:29:50.394031 [ 199 ] {5312aebe-5a34-422e-b0ce-e859ed1f196c::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
6468 | 2024.07.05 23:29:50.394191 [ 3 ] {e05b2476-b00c-46b6-9ae6-37cf9c59f0b9} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6469 | 2024.07.05 23:29:50.394416 [ 91 ] {} <Debug> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
6470 | 2024.07.05 23:29:50.394461 [ 3 ] {e05b2476-b00c-46b6-9ae6-37cf9c59f0b9} <Debug> executeQuery: Read 110 rows, 8.78 KiB in 0.003707 sec., 29673.59050445104 rows/sec., 2.31 MiB/sec. | ||
6471 | 2024.07.05 23:29:50.394482 [ 91 ] {} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6472 | 2024.07.05 23:29:50.394544 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
6473 | 2024.07.05 23:29:50.395085 [ 3 ] {e05b2476-b00c-46b6-9ae6-37cf9c59f0b9} <Debug> DynamicQueryHandler: Done processing query | ||
6474 | 2024.07.05 23:29:50.395185 [ 199 ] {5312aebe-5a34-422e-b0ce-e859ed1f196c::all_1_41_8} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6475 | 2024.07.05 23:29:50.395257 [ 3 ] {e05b2476-b00c-46b6-9ae6-37cf9c59f0b9} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
6476 | 2024.07.05 23:29:50.395294 [ 192 ] {41c6d68c-04fc-4ca2-8bf5-9cf02702be2b::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 | ||
6477 | 2024.07.05 23:29:50.395398 [ 3 ] {} <Debug> HTTP-Session: cb72d15d-fec0-48ca-b446-8da72bf171e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6478 | 2024.07.05 23:29:50.395812 [ 199 ] {5312aebe-5a34-422e-b0ce-e859ed1f196c::all_1_41_8} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
6479 | 2024.07.05 23:29:50.395992 [ 192 ] {41c6d68c-04fc-4ca2-8bf5-9cf02702be2b::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6480 | 2024.07.05 23:29:50.396128 [ 192 ] {41c6d68c-04fc-4ca2-8bf5-9cf02702be2b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 153 rows starting from the beginning of the part | ||
6481 | 2024.07.05 23:29:50.396152 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 37606, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6482 | 2024.07.05 23:29:50.396172 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
6483 | 2024.07.05 23:29:50.396313 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6484 | 2024.07.05 23:29:50.396416 [ 3 ] {} <Debug> HTTP-Session: 66fc0057-e04d-415e-95ba-60189138b7ca Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
6485 | 2024.07.05 23:29:50.396491 [ 3 ] {} <Debug> HTTP-Session: 66fc0057-e04d-415e-95ba-60189138b7ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6486 | 2024.07.05 23:29:50.396499 [ 192 ] {41c6d68c-04fc-4ca2-8bf5-9cf02702be2b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 88 rows starting from the beginning of the part | ||
6487 | 2024.07.05 23:29:50.396526 [ 3 ] {} <Debug> HTTP-Session: 66fc0057-e04d-415e-95ba-60189138b7ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6488 | 2024.07.05 23:29:50.396645 [ 3 ] {} <Trace> HTTP-Session: 66fc0057-e04d-415e-95ba-60189138b7ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6489 | 2024.07.05 23:29:50.396766 [ 192 ] {41c6d68c-04fc-4ca2-8bf5-9cf02702be2b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 77 rows starting from the beginning of the part | ||
6490 | 2024.07.05 23:29:50.397041 [ 192 ] {41c6d68c-04fc-4ca2-8bf5-9cf02702be2b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 86 rows starting from the beginning of the part | ||
6491 | 2024.07.05 23:29:50.397113 [ 3 ] {00737fcc-e7b6-4373-92e3-ed1d2e3420e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6492 | 2024.07.05 23:29:50.397301 [ 3 ] {00737fcc-e7b6-4373-92e3-ed1d2e3420e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6493 | 2024.07.05 23:29:50.397304 [ 192 ] {41c6d68c-04fc-4ca2-8bf5-9cf02702be2b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 75 rows starting from the beginning of the part | ||
6494 | 2024.07.05 23:29:50.397662 [ 192 ] {41c6d68c-04fc-4ca2-8bf5-9cf02702be2b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 110 rows starting from the beginning of the part | ||
6495 | 2024.07.05 23:29:50.398402 [ 3 ] {00737fcc-e7b6-4373-92e3-ed1d2e3420e4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6496 | 2024.07.05 23:29:50.399367 [ 3 ] {00737fcc-e7b6-4373-92e3-ed1d2e3420e4} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6497 | 2024.07.05 23:29:50.399442 [ 3 ] {00737fcc-e7b6-4373-92e3-ed1d2e3420e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
6498 | 2024.07.05 23:29:50.400488 [ 192 ] {41c6d68c-04fc-4ca2-8bf5-9cf02702be2b::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 589 rows, containing 4 columns (4 merged, 0 gathered) in 0.005747539 sec., 102478.6434681 rows/sec., 8.00 MiB/sec. | ||
6499 | 2024.07.05 23:29:50.400494 [ 3 ] {00737fcc-e7b6-4373-92e3-ed1d2e3420e4} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
6500 | 2024.07.05 23:29:50.400674 [ 192 ] {41c6d68c-04fc-4ca2-8bf5-9cf02702be2b::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
6501 | 2024.07.05 23:29:50.401361 [ 3 ] {00737fcc-e7b6-4373-92e3-ed1d2e3420e4} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6502 | 2024.07.05 23:29:50.401626 [ 91 ] {} <Debug> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
6503 | 2024.07.05 23:29:50.401683 [ 199 ] {41c6d68c-04fc-4ca2-8bf5-9cf02702be2b::all_1_41_8} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6504 | 2024.07.05 23:29:50.401692 [ 91 ] {} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6505 | 2024.07.05 23:29:50.401690 [ 3 ] {00737fcc-e7b6-4373-92e3-ed1d2e3420e4} <Debug> executeQuery: Read 196 rows, 14.01 KiB in 0.004798 sec., 40850.35431429762 rows/sec., 2.85 MiB/sec. | ||
6506 | 2024.07.05 23:29:50.401733 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
6507 | 2024.07.05 23:29:50.402037 [ 199 ] {41c6d68c-04fc-4ca2-8bf5-9cf02702be2b::all_1_41_8} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
6508 | 2024.07.05 23:29:50.402484 [ 192 ] {32bf2426-5e02-498f-a333-0e56dff421cb::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 | ||
6509 | 2024.07.05 23:29:50.402570 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
6510 | 2024.07.05 23:29:50.402614 [ 3 ] {00737fcc-e7b6-4373-92e3-ed1d2e3420e4} <Debug> DynamicQueryHandler: Done processing query | ||
6511 | 2024.07.05 23:29:50.402709 [ 3 ] {00737fcc-e7b6-4373-92e3-ed1d2e3420e4} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
6512 | 2024.07.05 23:29:50.402821 [ 3 ] {} <Debug> HTTP-Session: 66fc0057-e04d-415e-95ba-60189138b7ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6513 | 2024.07.05 23:29:50.403124 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 35404, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6514 | 2024.07.05 23:29:50.403314 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6515 | 2024.07.05 23:29:50.403420 [ 3 ] {} <Debug> HTTP-Session: 127c7424-d9c7-4de0-9902-4d5382a9c9b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
6516 | 2024.07.05 23:29:50.403435 [ 192 ] {32bf2426-5e02-498f-a333-0e56dff421cb::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6517 | 2024.07.05 23:29:50.403460 [ 3 ] {} <Debug> HTTP-Session: 127c7424-d9c7-4de0-9902-4d5382a9c9b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6518 | 2024.07.05 23:29:50.403513 [ 3 ] {} <Debug> HTTP-Session: 127c7424-d9c7-4de0-9902-4d5382a9c9b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6519 | 2024.07.05 23:29:50.403523 [ 192 ] {32bf2426-5e02-498f-a333-0e56dff421cb::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 6038 rows starting from the beginning of the part | ||
6520 | 2024.07.05 23:29:50.403584 [ 3 ] {} <Trace> HTTP-Session: 127c7424-d9c7-4de0-9902-4d5382a9c9b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6521 | 2024.07.05 23:29:50.403832 [ 192 ] {32bf2426-5e02-498f-a333-0e56dff421cb::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 161 rows starting from the beginning of the part | ||
6522 | 2024.07.05 23:29:50.403983 [ 192 ] {32bf2426-5e02-498f-a333-0e56dff421cb::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 161 rows starting from the beginning of the part | ||
6523 | 2024.07.05 23:29:50.404104 [ 3 ] {751dc3f2-ddd6-4112-8106-26a93d727b67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6524 | 2024.07.05 23:29:50.404382 [ 192 ] {32bf2426-5e02-498f-a333-0e56dff421cb::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 | ||
6525 | 2024.07.05 23:29:50.404408 [ 3 ] {751dc3f2-ddd6-4112-8106-26a93d727b67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
6526 | 2024.07.05 23:29:50.404735 [ 192 ] {32bf2426-5e02-498f-a333-0e56dff421cb::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 160 rows starting from the beginning of the part | ||
6527 | 2024.07.05 23:29:50.405071 [ 192 ] {32bf2426-5e02-498f-a333-0e56dff421cb::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 196 rows starting from the beginning of the part | ||
6528 | 2024.07.05 23:29:50.407026 [ 3 ] {751dc3f2-ddd6-4112-8106-26a93d727b67} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6529 | 2024.07.05 23:29:50.408569 [ 3 ] {751dc3f2-ddd6-4112-8106-26a93d727b67} <Trace> oximeter.measurements_histogramf64 (3a521290-854b-45c9-817a-bf8e30cab779): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6530 | 2024.07.05 23:29:50.408616 [ 3 ] {751dc3f2-ddd6-4112-8106-26a93d727b67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
6531 | 2024.07.05 23:29:50.409729 [ 3 ] {751dc3f2-ddd6-4112-8106-26a93d727b67} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
6532 | 2024.07.05 23:29:50.410571 [ 197 ] {32bf2426-5e02-498f-a333-0e56dff421cb::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6876 rows, containing 5 columns (5 merged, 0 gathered) in 0.008647685 sec., 795126.094440304 rows/sec., 55.42 MiB/sec. | ||
6533 | 2024.07.05 23:29:50.410813 [ 3 ] {751dc3f2-ddd6-4112-8106-26a93d727b67} <Trace> oximeter.measurements_histogramf64 (3a521290-854b-45c9-817a-bf8e30cab779): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6534 | 2024.07.05 23:29:50.410981 [ 91 ] {} <Debug> oximeter.measurements_histogramf64 (3a521290-854b-45c9-817a-bf8e30cab779) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
6535 | 2024.07.05 23:29:50.411082 [ 91 ] {} <Trace> oximeter.measurements_histogramf64 (3a521290-854b-45c9-817a-bf8e30cab779): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6536 | 2024.07.05 23:29:50.411094 [ 3 ] {751dc3f2-ddd6-4112-8106-26a93d727b67} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.007304 sec., 3012.0481927710844 rows/sec., 5.40 MiB/sec. | ||
6537 | 2024.07.05 23:29:50.411116 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
6538 | 2024.07.05 23:29:50.411278 [ 197 ] {32bf2426-5e02-498f-a333-0e56dff421cb::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
6539 | 2024.07.05 23:29:50.411576 [ 195 ] {3a521290-854b-45c9-817a-bf8e30cab779::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 | ||
6540 | 2024.07.05 23:29:50.412172 [ 3 ] {751dc3f2-ddd6-4112-8106-26a93d727b67} <Debug> DynamicQueryHandler: Done processing query | ||
6541 | 2024.07.05 23:29:50.412262 [ 3 ] {751dc3f2-ddd6-4112-8106-26a93d727b67} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
6542 | 2024.07.05 23:29:50.412378 [ 3 ] {} <Debug> HTTP-Session: 127c7424-d9c7-4de0-9902-4d5382a9c9b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6543 | 2024.07.05 23:29:50.412679 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6544 | 2024.07.05 23:29:50.412847 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6545 | 2024.07.05 23:29:50.412931 [ 3 ] {} <Debug> HTTP-Session: 0a091ce6-bad4-4d87-8fae-b1e1d94e5016 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
6546 | 2024.07.05 23:29:50.412984 [ 3 ] {} <Debug> HTTP-Session: 0a091ce6-bad4-4d87-8fae-b1e1d94e5016 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6547 | 2024.07.05 23:29:50.413057 [ 3 ] {} <Debug> HTTP-Session: 0a091ce6-bad4-4d87-8fae-b1e1d94e5016 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6548 | 2024.07.05 23:29:50.413169 [ 3 ] {} <Trace> HTTP-Session: 0a091ce6-bad4-4d87-8fae-b1e1d94e5016 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6549 | 2024.07.05 23:29:50.413280 [ 195 ] {3a521290-854b-45c9-817a-bf8e30cab779::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6550 | 2024.07.05 23:29:50.413438 [ 3 ] {525d46fd-4785-4d02-bf1a-0a71bd7ae544} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6551 | 2024.07.05 23:29:50.413440 [ 199 ] {32bf2426-5e02-498f-a333-0e56dff421cb::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6552 | 2024.07.05 23:29:50.413459 [ 195 ] {3a521290-854b-45c9-817a-bf8e30cab779::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 429 rows starting from the beginning of the part | ||
6553 | 2024.07.05 23:29:50.413538 [ 3 ] {525d46fd-4785-4d02-bf1a-0a71bd7ae544} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6554 | 2024.07.05 23:29:50.413693 [ 199 ] {32bf2426-5e02-498f-a333-0e56dff421cb::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
6555 | 2024.07.05 23:29:50.414060 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.39 MiB. | ||
6556 | 2024.07.05 23:29:50.414407 [ 195 ] {3a521290-854b-45c9-817a-bf8e30cab779::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 22 rows starting from the beginning of the part | ||
6557 | 2024.07.05 23:29:50.414431 [ 3 ] {525d46fd-4785-4d02-bf1a-0a71bd7ae544} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6558 | 2024.07.05 23:29:50.414970 [ 195 ] {3a521290-854b-45c9-817a-bf8e30cab779::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 11 rows starting from the beginning of the part | ||
6559 | 2024.07.05 23:29:50.415420 [ 3 ] {525d46fd-4785-4d02-bf1a-0a71bd7ae544} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6560 | 2024.07.05 23:29:50.415476 [ 3 ] {525d46fd-4785-4d02-bf1a-0a71bd7ae544} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
6561 | 2024.07.05 23:29:50.415487 [ 195 ] {3a521290-854b-45c9-817a-bf8e30cab779::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 22 rows starting from the beginning of the part | ||
6562 | 2024.07.05 23:29:50.416027 [ 195 ] {3a521290-854b-45c9-817a-bf8e30cab779::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 11 rows starting from the beginning of the part | ||
6563 | 2024.07.05 23:29:50.416539 [ 195 ] {3a521290-854b-45c9-817a-bf8e30cab779::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 22 rows starting from the beginning of the part | ||
6564 | 2024.07.05 23:29:50.416606 [ 3 ] {525d46fd-4785-4d02-bf1a-0a71bd7ae544} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
6565 | 2024.07.05 23:29:50.417391 [ 3 ] {525d46fd-4785-4d02-bf1a-0a71bd7ae544} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6566 | 2024.07.05 23:29:50.417571 [ 91 ] {} <Debug> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
6567 | 2024.07.05 23:29:50.417591 [ 3 ] {525d46fd-4785-4d02-bf1a-0a71bd7ae544} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004276 sec., 14031.80542563143 rows/sec., 968.34 KiB/sec. | ||
6568 | 2024.07.05 23:29:50.417641 [ 91 ] {} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6569 | 2024.07.05 23:29:50.417713 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
6570 | 2024.07.05 23:29:50.418285 [ 199 ] {bcc711bb-3808-4d12-8719-f1e4bc8a9242::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 | ||
6571 | 2024.07.05 23:29:50.418316 [ 3 ] {525d46fd-4785-4d02-bf1a-0a71bd7ae544} <Debug> DynamicQueryHandler: Done processing query | ||
6572 | 2024.07.05 23:29:50.418498 [ 3 ] {525d46fd-4785-4d02-bf1a-0a71bd7ae544} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6573 | 2024.07.05 23:29:50.418678 [ 3 ] {} <Debug> HTTP-Session: 0a091ce6-bad4-4d87-8fae-b1e1d94e5016 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6574 | 2024.07.05 23:29:50.419222 [ 199 ] {bcc711bb-3808-4d12-8719-f1e4bc8a9242::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6575 | 2024.07.05 23:29:50.419334 [ 199 ] {bcc711bb-3808-4d12-8719-f1e4bc8a9242::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2122 rows starting from the beginning of the part | ||
6576 | 2024.07.05 23:29:50.419522 [ 199 ] {bcc711bb-3808-4d12-8719-f1e4bc8a9242::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 | ||
6577 | 2024.07.05 23:29:50.419675 [ 199 ] {bcc711bb-3808-4d12-8719-f1e4bc8a9242::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 | ||
6578 | 2024.07.05 23:29:50.419834 [ 199 ] {bcc711bb-3808-4d12-8719-f1e4bc8a9242::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 | ||
6579 | 2024.07.05 23:29:50.420112 [ 199 ] {bcc711bb-3808-4d12-8719-f1e4bc8a9242::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 | ||
6580 | 2024.07.05 23:29:50.420396 [ 199 ] {bcc711bb-3808-4d12-8719-f1e4bc8a9242::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 | ||
6581 | 2024.07.05 23:29:50.422535 [ 201 ] {bcc711bb-3808-4d12-8719-f1e4bc8a9242::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2422 rows, containing 4 columns (4 merged, 0 gathered) in 0.004706086 sec., 514652.72840317833 rows/sec., 34.68 MiB/sec. | ||
6582 | 2024.07.05 23:29:50.423045 [ 201 ] {bcc711bb-3808-4d12-8719-f1e4bc8a9242::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
6583 | 2024.07.05 23:29:50.424042 [ 201 ] {bcc711bb-3808-4d12-8719-f1e4bc8a9242::all_1_41_8} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6584 | 2024.07.05 23:29:50.424142 [ 201 ] {bcc711bb-3808-4d12-8719-f1e4bc8a9242::all_1_41_8} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
6585 | 2024.07.05 23:29:50.424287 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. | ||
6586 | 2024.07.05 23:29:50.424663 [ 199 ] {3a521290-854b-45c9-817a-bf8e30cab779::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 517 rows, containing 19 columns (19 merged, 0 gathered) in 0.013432092 sec., 38489.90909234392 rows/sec., 68.97 MiB/sec. | ||
6587 | 2024.07.05 23:29:50.425353 [ 196 ] {3a521290-854b-45c9-817a-bf8e30cab779::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
6588 | 2024.07.05 23:29:50.426048 [ 196 ] {3a521290-854b-45c9-817a-bf8e30cab779::all_1_31_6} <Trace> oximeter.measurements_histogramf64 (3a521290-854b-45c9-817a-bf8e30cab779): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6589 | 2024.07.05 23:29:50.426143 [ 196 ] {3a521290-854b-45c9-817a-bf8e30cab779::all_1_31_6} <Trace> oximeter.measurements_histogramf64 (3a521290-854b-45c9-817a-bf8e30cab779) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
6590 | 2024.07.05 23:29:50.426300 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.88 MiB. | ||
6591 | 2024.07.05 23:29:51.000147 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 187.79 MiB, peak 197.47 MiB, free memory in arenas 0.00 B, will set to 189.36 MiB (RSS), difference: 1.56 MiB | ||
6592 | 2024.07.05 23:29:55.379675 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 1632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6593 | 2024.07.05 23:29:55.379810 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6594 | 2024.07.05 23:29:55.379838 [ 3 ] {} <Debug> HTTP-Session: b2b009a1-899a-4a4d-b31d-0da05da53505 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
6595 | 2024.07.05 23:29:55.379864 [ 3 ] {} <Debug> HTTP-Session: b2b009a1-899a-4a4d-b31d-0da05da53505 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6596 | 2024.07.05 23:29:55.379879 [ 3 ] {} <Debug> HTTP-Session: b2b009a1-899a-4a4d-b31d-0da05da53505 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6597 | 2024.07.05 23:29:55.379931 [ 3 ] {} <Trace> HTTP-Session: b2b009a1-899a-4a4d-b31d-0da05da53505 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6598 | 2024.07.05 23:29:55.380134 [ 3 ] {f5aa10a5-e312-4d1d-a6cb-bb2259f1c926} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6599 | 2024.07.05 23:29:55.380205 [ 3 ] {f5aa10a5-e312-4d1d-a6cb-bb2259f1c926} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6600 | 2024.07.05 23:29:55.380401 [ 3 ] {f5aa10a5-e312-4d1d-a6cb-bb2259f1c926} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6601 | 2024.07.05 23:29:55.380861 [ 3 ] {f5aa10a5-e312-4d1d-a6cb-bb2259f1c926} <Trace> oximeter.fields_i64 (90cc20bc-62f3-4585-81bd-da47c52ed55a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6602 | 2024.07.05 23:29:55.380908 [ 3 ] {f5aa10a5-e312-4d1d-a6cb-bb2259f1c926} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
6603 | 2024.07.05 23:29:55.381296 [ 3 ] {f5aa10a5-e312-4d1d-a6cb-bb2259f1c926} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
6604 | 2024.07.05 23:29:55.381648 [ 3 ] {f5aa10a5-e312-4d1d-a6cb-bb2259f1c926} <Trace> oximeter.fields_i64 (90cc20bc-62f3-4585-81bd-da47c52ed55a): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6605 | 2024.07.05 23:29:55.381820 [ 3 ] {f5aa10a5-e312-4d1d-a6cb-bb2259f1c926} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.00174 sec., 6321.83908045977 rows/sec., 512.41 KiB/sec. | ||
6606 | 2024.07.05 23:29:55.382051 [ 3 ] {f5aa10a5-e312-4d1d-a6cb-bb2259f1c926} <Debug> DynamicQueryHandler: Done processing query | ||
6607 | 2024.07.05 23:29:55.382079 [ 3 ] {f5aa10a5-e312-4d1d-a6cb-bb2259f1c926} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6608 | 2024.07.05 23:29:55.382096 [ 3 ] {} <Debug> HTTP-Session: b2b009a1-899a-4a4d-b31d-0da05da53505 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6609 | 2024.07.05 23:29:55.382245 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 12804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6610 | 2024.07.05 23:29:55.382304 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6611 | 2024.07.05 23:29:55.382325 [ 3 ] {} <Debug> HTTP-Session: 06e2d513-0bba-4f90-b894-cbc9fe557f5a Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
6612 | 2024.07.05 23:29:55.382343 [ 3 ] {} <Debug> HTTP-Session: 06e2d513-0bba-4f90-b894-cbc9fe557f5a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6613 | 2024.07.05 23:29:55.382357 [ 3 ] {} <Debug> HTTP-Session: 06e2d513-0bba-4f90-b894-cbc9fe557f5a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6614 | 2024.07.05 23:29:55.382394 [ 3 ] {} <Trace> HTTP-Session: 06e2d513-0bba-4f90-b894-cbc9fe557f5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6615 | 2024.07.05 23:29:55.382529 [ 3 ] {a0146e93-bc5c-486c-a2af-fc89ef951522} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6616 | 2024.07.05 23:29:55.382578 [ 3 ] {a0146e93-bc5c-486c-a2af-fc89ef951522} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6617 | 2024.07.05 23:29:55.382716 [ 3 ] {a0146e93-bc5c-486c-a2af-fc89ef951522} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6618 | 2024.07.05 23:29:55.383114 [ 3 ] {a0146e93-bc5c-486c-a2af-fc89ef951522} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6619 | 2024.07.05 23:29:55.383152 [ 3 ] {a0146e93-bc5c-486c-a2af-fc89ef951522} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
6620 | 2024.07.05 23:29:55.383487 [ 3 ] {a0146e93-bc5c-486c-a2af-fc89ef951522} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
6621 | 2024.07.05 23:29:55.383809 [ 3 ] {a0146e93-bc5c-486c-a2af-fc89ef951522} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6622 | 2024.07.05 23:29:55.383973 [ 3 ] {a0146e93-bc5c-486c-a2af-fc89ef951522} <Debug> executeQuery: Read 89 rows, 7.36 KiB in 0.001491 sec., 59691.4822266935 rows/sec., 4.82 MiB/sec. | ||
6623 | 2024.07.05 23:29:55.384181 [ 3 ] {a0146e93-bc5c-486c-a2af-fc89ef951522} <Debug> DynamicQueryHandler: Done processing query | ||
6624 | 2024.07.05 23:29:55.384210 [ 3 ] {a0146e93-bc5c-486c-a2af-fc89ef951522} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
6625 | 2024.07.05 23:29:55.384228 [ 3 ] {} <Debug> HTTP-Session: 06e2d513-0bba-4f90-b894-cbc9fe557f5a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6626 | 2024.07.05 23:29:55.384355 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 12751, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6627 | 2024.07.05 23:29:55.384411 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6628 | 2024.07.05 23:29:55.384431 [ 3 ] {} <Debug> HTTP-Session: e16542ac-3349-4394-aa0c-d42309df90ba Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
6629 | 2024.07.05 23:29:55.384450 [ 3 ] {} <Debug> HTTP-Session: e16542ac-3349-4394-aa0c-d42309df90ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6630 | 2024.07.05 23:29:55.384464 [ 3 ] {} <Debug> HTTP-Session: e16542ac-3349-4394-aa0c-d42309df90ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6631 | 2024.07.05 23:29:55.384496 [ 3 ] {} <Trace> HTTP-Session: e16542ac-3349-4394-aa0c-d42309df90ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6632 | 2024.07.05 23:29:55.384628 [ 3 ] {a2142d57-218f-42c6-baa5-ef4c1f585ac5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6633 | 2024.07.05 23:29:55.384672 [ 3 ] {a2142d57-218f-42c6-baa5-ef4c1f585ac5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6634 | 2024.07.05 23:29:55.384801 [ 3 ] {a2142d57-218f-42c6-baa5-ef4c1f585ac5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6635 | 2024.07.05 23:29:55.385146 [ 3 ] {a2142d57-218f-42c6-baa5-ef4c1f585ac5} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6636 | 2024.07.05 23:29:55.385184 [ 3 ] {a2142d57-218f-42c6-baa5-ef4c1f585ac5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
6637 | 2024.07.05 23:29:55.385508 [ 3 ] {a2142d57-218f-42c6-baa5-ef4c1f585ac5} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
6638 | 2024.07.05 23:29:55.385829 [ 3 ] {a2142d57-218f-42c6-baa5-ef4c1f585ac5} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6639 | 2024.07.05 23:29:55.385982 [ 3 ] {a2142d57-218f-42c6-baa5-ef4c1f585ac5} <Debug> executeQuery: Read 75 rows, 6.00 KiB in 0.001399 sec., 53609.721229449606 rows/sec., 4.19 MiB/sec. | ||
6640 | 2024.07.05 23:29:55.386252 [ 3 ] {a2142d57-218f-42c6-baa5-ef4c1f585ac5} <Debug> DynamicQueryHandler: Done processing query | ||
6641 | 2024.07.05 23:29:55.386306 [ 3 ] {a2142d57-218f-42c6-baa5-ef4c1f585ac5} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
6642 | 2024.07.05 23:29:55.386343 [ 3 ] {} <Debug> HTTP-Session: e16542ac-3349-4394-aa0c-d42309df90ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6643 | 2024.07.05 23:29:55.386511 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6644 | 2024.07.05 23:29:55.386564 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6645 | 2024.07.05 23:29:55.386584 [ 3 ] {} <Debug> HTTP-Session: 954a73a1-4cfc-4ab9-aca6-ab436df1e6c6 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
6646 | 2024.07.05 23:29:55.386601 [ 3 ] {} <Debug> HTTP-Session: 954a73a1-4cfc-4ab9-aca6-ab436df1e6c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6647 | 2024.07.05 23:29:55.386615 [ 3 ] {} <Debug> HTTP-Session: 954a73a1-4cfc-4ab9-aca6-ab436df1e6c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6648 | 2024.07.05 23:29:55.386649 [ 3 ] {} <Trace> HTTP-Session: 954a73a1-4cfc-4ab9-aca6-ab436df1e6c6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6649 | 2024.07.05 23:29:55.386804 [ 3 ] {577dd988-8de5-431d-a55d-180c9aa51efa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6650 | 2024.07.05 23:29:55.386856 [ 3 ] {577dd988-8de5-431d-a55d-180c9aa51efa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6651 | 2024.07.05 23:29:55.387019 [ 3 ] {577dd988-8de5-431d-a55d-180c9aa51efa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6652 | 2024.07.05 23:29:55.387441 [ 3 ] {577dd988-8de5-431d-a55d-180c9aa51efa} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6653 | 2024.07.05 23:29:55.387478 [ 3 ] {577dd988-8de5-431d-a55d-180c9aa51efa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
6654 | 2024.07.05 23:29:55.387882 [ 3 ] {577dd988-8de5-431d-a55d-180c9aa51efa} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
6655 | 2024.07.05 23:29:55.388227 [ 3 ] {577dd988-8de5-431d-a55d-180c9aa51efa} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6656 | 2024.07.05 23:29:55.388392 [ 3 ] {577dd988-8de5-431d-a55d-180c9aa51efa} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001651 sec., 96910.96305269534 rows/sec., 6.75 MiB/sec. | ||
6657 | 2024.07.05 23:29:55.388592 [ 3 ] {577dd988-8de5-431d-a55d-180c9aa51efa} <Debug> DynamicQueryHandler: Done processing query | ||
6658 | 2024.07.05 23:29:55.388626 [ 3 ] {577dd988-8de5-431d-a55d-180c9aa51efa} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6659 | 2024.07.05 23:29:55.388648 [ 3 ] {} <Debug> HTTP-Session: 954a73a1-4cfc-4ab9-aca6-ab436df1e6c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6660 | 2024.07.05 23:29:55.388785 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 17700, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6661 | 2024.07.05 23:29:55.388836 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6662 | 2024.07.05 23:29:55.388855 [ 3 ] {} <Debug> HTTP-Session: 4fbc5527-2d79-4ed5-bedb-69ff56d95d18 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
6663 | 2024.07.05 23:29:55.388874 [ 3 ] {} <Debug> HTTP-Session: 4fbc5527-2d79-4ed5-bedb-69ff56d95d18 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6664 | 2024.07.05 23:29:55.388888 [ 3 ] {} <Debug> HTTP-Session: 4fbc5527-2d79-4ed5-bedb-69ff56d95d18 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6665 | 2024.07.05 23:29:55.388920 [ 3 ] {} <Trace> HTTP-Session: 4fbc5527-2d79-4ed5-bedb-69ff56d95d18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6666 | 2024.07.05 23:29:55.389095 [ 3 ] {50827826-bb16-47dd-96d6-55e587978817} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6667 | 2024.07.05 23:29:55.389159 [ 3 ] {50827826-bb16-47dd-96d6-55e587978817} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
6668 | 2024.07.05 23:29:55.389565 [ 3 ] {50827826-bb16-47dd-96d6-55e587978817} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6669 | 2024.07.05 23:29:55.390131 [ 3 ] {50827826-bb16-47dd-96d6-55e587978817} <Trace> oximeter.measurements_histogramf64 (3a521290-854b-45c9-817a-bf8e30cab779): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6670 | 2024.07.05 23:29:55.390168 [ 3 ] {50827826-bb16-47dd-96d6-55e587978817} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
6671 | 2024.07.05 23:29:55.390780 [ 3 ] {50827826-bb16-47dd-96d6-55e587978817} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
6672 | 2024.07.05 23:29:55.391196 [ 3 ] {50827826-bb16-47dd-96d6-55e587978817} <Trace> oximeter.measurements_histogramf64 (3a521290-854b-45c9-817a-bf8e30cab779): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6673 | 2024.07.05 23:29:55.391400 [ 3 ] {50827826-bb16-47dd-96d6-55e587978817} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002393 sec., 4596.740493104889 rows/sec., 8.24 MiB/sec. | ||
6674 | 2024.07.05 23:29:55.391928 [ 3 ] {50827826-bb16-47dd-96d6-55e587978817} <Debug> DynamicQueryHandler: Done processing query | ||
6675 | 2024.07.05 23:29:55.391954 [ 3 ] {50827826-bb16-47dd-96d6-55e587978817} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
6676 | 2024.07.05 23:29:55.391971 [ 3 ] {} <Debug> HTTP-Session: 4fbc5527-2d79-4ed5-bedb-69ff56d95d18 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6677 | 2024.07.05 23:29:55.392091 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6678 | 2024.07.05 23:29:55.392140 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6679 | 2024.07.05 23:29:55.392160 [ 3 ] {} <Debug> HTTP-Session: 0e90ca3b-fb9b-42e1-acfa-32e28715f17c Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
6680 | 2024.07.05 23:29:55.392177 [ 3 ] {} <Debug> HTTP-Session: 0e90ca3b-fb9b-42e1-acfa-32e28715f17c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6681 | 2024.07.05 23:29:55.392191 [ 3 ] {} <Debug> HTTP-Session: 0e90ca3b-fb9b-42e1-acfa-32e28715f17c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6682 | 2024.07.05 23:29:55.392222 [ 3 ] {} <Trace> HTTP-Session: 0e90ca3b-fb9b-42e1-acfa-32e28715f17c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6683 | 2024.07.05 23:29:55.392349 [ 3 ] {3d60a15f-726c-473e-9f25-a12874259de2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6684 | 2024.07.05 23:29:55.392397 [ 3 ] {3d60a15f-726c-473e-9f25-a12874259de2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6685 | 2024.07.05 23:29:55.392545 [ 3 ] {3d60a15f-726c-473e-9f25-a12874259de2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6686 | 2024.07.05 23:29:55.392861 [ 3 ] {3d60a15f-726c-473e-9f25-a12874259de2} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6687 | 2024.07.05 23:29:55.392898 [ 3 ] {3d60a15f-726c-473e-9f25-a12874259de2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
6688 | 2024.07.05 23:29:55.393268 [ 3 ] {3d60a15f-726c-473e-9f25-a12874259de2} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
6689 | 2024.07.05 23:29:55.393604 [ 3 ] {3d60a15f-726c-473e-9f25-a12874259de2} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6690 | 2024.07.05 23:29:55.393759 [ 3 ] {3d60a15f-726c-473e-9f25-a12874259de2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001452 sec., 41322.31404958678 rows/sec., 2.78 MiB/sec. | ||
6691 | 2024.07.05 23:29:55.393960 [ 3 ] {3d60a15f-726c-473e-9f25-a12874259de2} <Debug> DynamicQueryHandler: Done processing query | ||
6692 | 2024.07.05 23:29:55.393986 [ 3 ] {3d60a15f-726c-473e-9f25-a12874259de2} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6693 | 2024.07.05 23:29:55.394003 [ 3 ] {} <Debug> HTTP-Session: 0e90ca3b-fb9b-42e1-acfa-32e28715f17c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6694 | 2024.07.05 23:29:59.267537 [ 85 ] {} <Debug> DNSResolver: Updating DNS cache | ||
6695 | 2024.07.05 23:29:59.267641 [ 85 ] {} <Debug> DNSResolver: Updated DNS cache | ||
6696 | 2024.07.05 23:30:00.381340 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 3207, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6697 | 2024.07.05 23:30:00.381470 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6698 | 2024.07.05 23:30:00.381499 [ 3 ] {} <Debug> HTTP-Session: 5dabab1b-d8ba-4914-980d-7885394ee922 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
6699 | 2024.07.05 23:30:00.381536 [ 3 ] {} <Debug> HTTP-Session: 5dabab1b-d8ba-4914-980d-7885394ee922 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6700 | 2024.07.05 23:30:00.381555 [ 3 ] {} <Debug> HTTP-Session: 5dabab1b-d8ba-4914-980d-7885394ee922 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6701 | 2024.07.05 23:30:00.381615 [ 3 ] {} <Trace> HTTP-Session: 5dabab1b-d8ba-4914-980d-7885394ee922 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6702 | 2024.07.05 23:30:00.381832 [ 3 ] {e124059a-3075-4738-9d65-95651baa471e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6703 | 2024.07.05 23:30:00.381915 [ 3 ] {e124059a-3075-4738-9d65-95651baa471e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6704 | 2024.07.05 23:30:00.382139 [ 3 ] {e124059a-3075-4738-9d65-95651baa471e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6705 | 2024.07.05 23:30:00.382679 [ 3 ] {e124059a-3075-4738-9d65-95651baa471e} <Trace> oximeter.fields_i64 (90cc20bc-62f3-4585-81bd-da47c52ed55a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6706 | 2024.07.05 23:30:00.382728 [ 3 ] {e124059a-3075-4738-9d65-95651baa471e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
6707 | 2024.07.05 23:30:00.383176 [ 3 ] {e124059a-3075-4738-9d65-95651baa471e} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
6708 | 2024.07.05 23:30:00.383730 [ 3 ] {e124059a-3075-4738-9d65-95651baa471e} <Trace> oximeter.fields_i64 (90cc20bc-62f3-4585-81bd-da47c52ed55a): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6709 | 2024.07.05 23:30:00.383972 [ 3 ] {e124059a-3075-4738-9d65-95651baa471e} <Debug> executeQuery: Read 22 rows, 1.78 KiB in 0.002202 sec., 9990.917347865578 rows/sec., 809.81 KiB/sec. | ||
6710 | 2024.07.05 23:30:00.384258 [ 3 ] {e124059a-3075-4738-9d65-95651baa471e} <Debug> DynamicQueryHandler: Done processing query | ||
6711 | 2024.07.05 23:30:00.384291 [ 3 ] {e124059a-3075-4738-9d65-95651baa471e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6712 | 2024.07.05 23:30:00.384310 [ 3 ] {} <Debug> HTTP-Session: 5dabab1b-d8ba-4914-980d-7885394ee922 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6713 | 2024.07.05 23:30:00.384519 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 17746, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6714 | 2024.07.05 23:30:00.384577 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6715 | 2024.07.05 23:30:00.384599 [ 3 ] {} <Debug> HTTP-Session: 8b0d0c8e-546a-4ba9-a683-1d8b785f21cd Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
6716 | 2024.07.05 23:30:00.384618 [ 3 ] {} <Debug> HTTP-Session: 8b0d0c8e-546a-4ba9-a683-1d8b785f21cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6717 | 2024.07.05 23:30:00.384635 [ 3 ] {} <Debug> HTTP-Session: 8b0d0c8e-546a-4ba9-a683-1d8b785f21cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6718 | 2024.07.05 23:30:00.384673 [ 3 ] {} <Trace> HTTP-Session: 8b0d0c8e-546a-4ba9-a683-1d8b785f21cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6719 | 2024.07.05 23:30:00.384830 [ 3 ] {0c0d5a7d-920a-4c68-bd6d-697f53886575} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6720 | 2024.07.05 23:30:00.384884 [ 3 ] {0c0d5a7d-920a-4c68-bd6d-697f53886575} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6721 | 2024.07.05 23:30:00.385028 [ 3 ] {0c0d5a7d-920a-4c68-bd6d-697f53886575} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6722 | 2024.07.05 23:30:00.385523 [ 3 ] {0c0d5a7d-920a-4c68-bd6d-697f53886575} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6723 | 2024.07.05 23:30:00.385566 [ 3 ] {0c0d5a7d-920a-4c68-bd6d-697f53886575} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
6724 | 2024.07.05 23:30:00.385940 [ 3 ] {0c0d5a7d-920a-4c68-bd6d-697f53886575} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
6725 | 2024.07.05 23:30:00.386316 [ 3 ] {0c0d5a7d-920a-4c68-bd6d-697f53886575} <Trace> oximeter.fields_string (5312aebe-5a34-422e-b0ce-e859ed1f196c): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6726 | 2024.07.05 23:30:00.386492 [ 3 ] {0c0d5a7d-920a-4c68-bd6d-697f53886575} <Debug> executeQuery: Read 122 rows, 10.31 KiB in 0.00172 sec., 70930.23255813954 rows/sec., 5.86 MiB/sec. | ||
6727 | 2024.07.05 23:30:00.386717 [ 3 ] {0c0d5a7d-920a-4c68-bd6d-697f53886575} <Debug> DynamicQueryHandler: Done processing query | ||
6728 | 2024.07.05 23:30:00.386754 [ 3 ] {0c0d5a7d-920a-4c68-bd6d-697f53886575} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
6729 | 2024.07.05 23:30:00.386782 [ 3 ] {} <Debug> HTTP-Session: 8b0d0c8e-546a-4ba9-a683-1d8b785f21cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6730 | 2024.07.05 23:30:00.386970 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 14612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6731 | 2024.07.05 23:30:00.387028 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6732 | 2024.07.05 23:30:00.387052 [ 3 ] {} <Debug> HTTP-Session: 54a20808-7f51-45dc-b558-e318cd68034b Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
6733 | 2024.07.05 23:30:00.387071 [ 3 ] {} <Debug> HTTP-Session: 54a20808-7f51-45dc-b558-e318cd68034b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6734 | 2024.07.05 23:30:00.387089 [ 3 ] {} <Debug> HTTP-Session: 54a20808-7f51-45dc-b558-e318cd68034b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6735 | 2024.07.05 23:30:00.387128 [ 3 ] {} <Trace> HTTP-Session: 54a20808-7f51-45dc-b558-e318cd68034b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6736 | 2024.07.05 23:30:00.387275 [ 3 ] {17dd412e-b74e-483b-924c-3309c8ede861} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6737 | 2024.07.05 23:30:00.387327 [ 3 ] {17dd412e-b74e-483b-924c-3309c8ede861} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6738 | 2024.07.05 23:30:00.387474 [ 3 ] {17dd412e-b74e-483b-924c-3309c8ede861} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6739 | 2024.07.05 23:30:00.387896 [ 3 ] {17dd412e-b74e-483b-924c-3309c8ede861} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6740 | 2024.07.05 23:30:00.387938 [ 3 ] {17dd412e-b74e-483b-924c-3309c8ede861} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
6741 | 2024.07.05 23:30:00.388302 [ 3 ] {17dd412e-b74e-483b-924c-3309c8ede861} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
6742 | 2024.07.05 23:30:00.388673 [ 3 ] {17dd412e-b74e-483b-924c-3309c8ede861} <Trace> oximeter.fields_uuid (41c6d68c-04fc-4ca2-8bf5-9cf02702be2b): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6743 | 2024.07.05 23:30:00.388855 [ 3 ] {17dd412e-b74e-483b-924c-3309c8ede861} <Debug> executeQuery: Read 86 rows, 6.88 KiB in 0.001625 sec., 52923.07692307692 rows/sec., 4.13 MiB/sec. | ||
6744 | 2024.07.05 23:30:00.389057 [ 3 ] {17dd412e-b74e-483b-924c-3309c8ede861} <Debug> DynamicQueryHandler: Done processing query | ||
6745 | 2024.07.05 23:30:00.389088 [ 3 ] {17dd412e-b74e-483b-924c-3309c8ede861} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
6746 | 2024.07.05 23:30:00.389106 [ 3 ] {} <Debug> HTTP-Session: 54a20808-7f51-45dc-b558-e318cd68034b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6747 | 2024.07.05 23:30:00.389321 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6748 | 2024.07.05 23:30:00.389379 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6749 | 2024.07.05 23:30:00.389403 [ 3 ] {} <Debug> HTTP-Session: b030ce23-e519-4355-90b7-144898316cbe Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
6750 | 2024.07.05 23:30:00.389422 [ 3 ] {} <Debug> HTTP-Session: b030ce23-e519-4355-90b7-144898316cbe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6751 | 2024.07.05 23:30:00.389441 [ 3 ] {} <Debug> HTTP-Session: b030ce23-e519-4355-90b7-144898316cbe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6752 | 2024.07.05 23:30:00.389476 [ 3 ] {} <Trace> HTTP-Session: b030ce23-e519-4355-90b7-144898316cbe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6753 | 2024.07.05 23:30:00.389643 [ 3 ] {301e4aaa-a2fa-494f-8c69-114391e2f3db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6754 | 2024.07.05 23:30:00.389700 [ 3 ] {301e4aaa-a2fa-494f-8c69-114391e2f3db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6755 | 2024.07.05 23:30:00.389867 [ 3 ] {301e4aaa-a2fa-494f-8c69-114391e2f3db} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6756 | 2024.07.05 23:30:00.390337 [ 3 ] {301e4aaa-a2fa-494f-8c69-114391e2f3db} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6757 | 2024.07.05 23:30:00.390378 [ 3 ] {301e4aaa-a2fa-494f-8c69-114391e2f3db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
6758 | 2024.07.05 23:30:00.390839 [ 3 ] {301e4aaa-a2fa-494f-8c69-114391e2f3db} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
6759 | 2024.07.05 23:30:00.391242 [ 3 ] {301e4aaa-a2fa-494f-8c69-114391e2f3db} <Trace> oximeter.measurements_cumulativeu64 (32bf2426-5e02-498f-a333-0e56dff421cb): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6760 | 2024.07.05 23:30:00.391433 [ 3 ] {301e4aaa-a2fa-494f-8c69-114391e2f3db} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00185 sec., 86486.48648648648 rows/sec., 6.02 MiB/sec. | ||
6761 | 2024.07.05 23:30:00.391639 [ 3 ] {301e4aaa-a2fa-494f-8c69-114391e2f3db} <Debug> DynamicQueryHandler: Done processing query | ||
6762 | 2024.07.05 23:30:00.391672 [ 3 ] {301e4aaa-a2fa-494f-8c69-114391e2f3db} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6763 | 2024.07.05 23:30:00.391693 [ 3 ] {} <Debug> HTTP-Session: b030ce23-e519-4355-90b7-144898316cbe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6764 | 2024.07.05 23:30:00.391903 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 35405, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6765 | 2024.07.05 23:30:00.391961 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6766 | 2024.07.05 23:30:00.391986 [ 3 ] {} <Debug> HTTP-Session: b92334db-071d-4d81-ba0f-fed0ee97a3e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
6767 | 2024.07.05 23:30:00.392006 [ 3 ] {} <Debug> HTTP-Session: b92334db-071d-4d81-ba0f-fed0ee97a3e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6768 | 2024.07.05 23:30:00.392022 [ 3 ] {} <Debug> HTTP-Session: b92334db-071d-4d81-ba0f-fed0ee97a3e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6769 | 2024.07.05 23:30:00.392058 [ 3 ] {} <Trace> HTTP-Session: b92334db-071d-4d81-ba0f-fed0ee97a3e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6770 | 2024.07.05 23:30:00.392353 [ 3 ] {4fe5e30f-77f5-4894-a5d2-66ddfec5f885} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6771 | 2024.07.05 23:30:00.392429 [ 3 ] {4fe5e30f-77f5-4894-a5d2-66ddfec5f885} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
6772 | 2024.07.05 23:30:00.392896 [ 3 ] {4fe5e30f-77f5-4894-a5d2-66ddfec5f885} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6773 | 2024.07.05 23:30:00.393805 [ 3 ] {4fe5e30f-77f5-4894-a5d2-66ddfec5f885} <Trace> oximeter.measurements_histogramf64 (3a521290-854b-45c9-817a-bf8e30cab779): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6774 | 2024.07.05 23:30:00.393858 [ 3 ] {4fe5e30f-77f5-4894-a5d2-66ddfec5f885} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
6775 | 2024.07.05 23:30:00.394694 [ 3 ] {4fe5e30f-77f5-4894-a5d2-66ddfec5f885} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
6776 | 2024.07.05 23:30:00.395189 [ 3 ] {4fe5e30f-77f5-4894-a5d2-66ddfec5f885} <Trace> oximeter.measurements_histogramf64 (3a521290-854b-45c9-817a-bf8e30cab779): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6777 | 2024.07.05 23:30:00.395406 [ 3 ] {4fe5e30f-77f5-4894-a5d2-66ddfec5f885} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.003249 sec., 6771.314250538627 rows/sec., 12.13 MiB/sec. | ||
6778 | 2024.07.05 23:30:00.395785 [ 3 ] {4fe5e30f-77f5-4894-a5d2-66ddfec5f885} <Debug> DynamicQueryHandler: Done processing query | ||
6779 | 2024.07.05 23:30:00.395815 [ 3 ] {4fe5e30f-77f5-4894-a5d2-66ddfec5f885} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
6780 | 2024.07.05 23:30:00.395833 [ 3 ] {} <Debug> HTTP-Session: b92334db-071d-4d81-ba0f-fed0ee97a3e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6781 | 2024.07.05 23:30:00.395987 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34571, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6782 | 2024.07.05 23:30:00.396044 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6783 | 2024.07.05 23:30:00.396070 [ 3 ] {} <Debug> HTTP-Session: f4eab511-8faf-4549-9a7c-6304a1fd69e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:34571 | ||
6784 | 2024.07.05 23:30:00.396092 [ 3 ] {} <Debug> HTTP-Session: f4eab511-8faf-4549-9a7c-6304a1fd69e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6785 | 2024.07.05 23:30:00.396111 [ 3 ] {} <Debug> HTTP-Session: f4eab511-8faf-4549-9a7c-6304a1fd69e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6786 | 2024.07.05 23:30:00.396146 [ 3 ] {} <Trace> HTTP-Session: f4eab511-8faf-4549-9a7c-6304a1fd69e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6787 | 2024.07.05 23:30:00.396285 [ 3 ] {afd42291-eda9-4731-adaf-35ea3df5ee05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34571) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6788 | 2024.07.05 23:30:00.396338 [ 3 ] {afd42291-eda9-4731-adaf-35ea3df5ee05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6789 | 2024.07.05 23:30:00.396494 [ 3 ] {afd42291-eda9-4731-adaf-35ea3df5ee05} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6790 | 2024.07.05 23:30:00.396904 [ 3 ] {afd42291-eda9-4731-adaf-35ea3df5ee05} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6791 | 2024.07.05 23:30:00.396947 [ 3 ] {afd42291-eda9-4731-adaf-35ea3df5ee05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
6792 | 2024.07.05 23:30:00.397384 [ 3 ] {afd42291-eda9-4731-adaf-35ea3df5ee05} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
6793 | 2024.07.05 23:30:00.397782 [ 3 ] {afd42291-eda9-4731-adaf-35ea3df5ee05} <Trace> oximeter.measurements_u64 (bcc711bb-3808-4d12-8719-f1e4bc8a9242): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6794 | 2024.07.05 23:30:00.397971 [ 3 ] {afd42291-eda9-4731-adaf-35ea3df5ee05} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001729 sec., 34702.13996529786 rows/sec., 2.34 MiB/sec. | ||
6795 | 2024.07.05 23:30:00.398182 [ 3 ] {afd42291-eda9-4731-adaf-35ea3df5ee05} <Debug> DynamicQueryHandler: Done processing query | ||
6796 | 2024.07.05 23:30:00.398210 [ 3 ] {afd42291-eda9-4731-adaf-35ea3df5ee05} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6797 | 2024.07.05 23:30:00.398230 [ 3 ] {} <Debug> HTTP-Session: f4eab511-8faf-4549-9a7c-6304a1fd69e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db |