1 | [ Jun 25 07:10:32 Enabled. ] | ||
2 | [ Jun 25 07:10:32 Rereading configuration. ] | ||
3 | [ Jun 25 07:10:33 Rereading configuration. ] | ||
4 | [ Jun 25 07:10:45 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 | [ Jun 25 07:10:45 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.06.25 07:10:46.189959 [ 1 ] {} <Information> Application: Will watch for the process with pid 25115 | ||
33 | 2024.06.25 07:10:46.190675 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
34 | 2024.06.25 07:10:46.502675 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 25115 | ||
35 | 2024.06.25 07:10:46.503859 [ 1 ] {} <Information> Application: starting up | ||
36 | 2024.06.25 07:10:46.505050 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
37 | 2024.06.25 07:10:46.605763 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
38 | 2024.06.25 07:10:46.624630 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
39 | 2024.06.25 07:10:46.624684 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
40 | 2024.06.25 07:10:46.624703 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
41 | 2024.06.25 07:10:46.624773 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
42 | 2024.06.25 07:10:46.625061 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
43 | 2024.06.25 07:10:46.626584 [ 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.06.25 07:10:46.627130 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
48 | 2024.06.25 07:10:46.628009 [ 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.06.25 07:10:46.628038 [ 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.06.25 07:10:46.628052 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
51 | 2024.06.25 07:10:46.628241 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
52 | 2024.06.25 07:10:46.629227 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
53 | 2024.06.25 07:10:46.634719 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
54 | 2024.06.25 07:10:46.635433 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
55 | 2024.06.25 07:10:46.636324 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
56 | 2024.06.25 07:10:46.636390 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
57 | 2024.06.25 07:10:46.637921 [ 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.06.25 07:10:46.638195 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
62 | 2024.06.25 07:10:46.643189 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
63 | 2024.06.25 07:10:46.644073 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: config.xml | ||
64 | 2024.06.25 07:10:46.645945 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
65 | 2024.06.25 07:10:46.646513 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
66 | 2024.06.25 07:10:46.647041 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
67 | 2024.06.25 07:10:46.647570 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
68 | 2024.06.25 07:10:46.649295 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
69 | 2024.06.25 07:10:46.649330 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
70 | 2024.06.25 07:10:46.649423 [ 40 ] {} <Debug> DNSResolver: Updating DNS cache | ||
71 | 2024.06.25 07:10:46.649593 [ 40 ] {} <Debug> DNSResolver: Updated DNS cache | ||
72 | 2024.06.25 07:10:46.660489 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
73 | 2024.06.25 07:10:46.660529 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000195523 sec | ||
74 | 2024.06.25 07:10:46.660570 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
75 | 2024.06.25 07:10:46.660582 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
76 | 2024.06.25 07:10:46.661941 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
77 | 2024.06.25 07:10:46.663208 [ 1 ] {} <Debug> SystemLog: Not creating system.query_log since corresponding section 'query_log' is missing from config | ||
78 | 2024.06.25 07:10:46.663245 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
79 | 2024.06.25 07:10:46.663279 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
80 | 2024.06.25 07:10:46.663296 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
81 | 2024.06.25 07:10:46.663308 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
82 | 2024.06.25 07:10:46.663340 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
83 | 2024.06.25 07:10:46.663353 [ 1 ] {} <Debug> SystemLog: Not creating system.metric_log since corresponding section 'metric_log' is missing from config | ||
84 | 2024.06.25 07:10:46.663367 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
85 | 2024.06.25 07:10:46.663406 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
86 | 2024.06.25 07:10:46.663420 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_metric_log since corresponding section 'asynchronous_metric_log' is missing from config | ||
87 | 2024.06.25 07:10:46.663436 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
88 | 2024.06.25 07:10:46.663465 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
89 | 2024.06.25 07:10:46.663503 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
90 | 2024.06.25 07:10:46.663519 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
91 | 2024.06.25 07:10:46.663541 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
92 | 2024.06.25 07:10:46.663577 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
93 | 2024.06.25 07:10:46.663593 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
94 | 2024.06.25 07:10:46.705004 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
95 | 2024.06.25 07:10:46.706340 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
96 | 2024.06.25 07:10:46.706396 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 8.5492e-05 sec | ||
97 | 2024.06.25 07:10:46.706419 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
98 | 2024.06.25 07:10:46.706449 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
99 | 2024.06.25 07:10:46.706488 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
100 | 2024.06.25 07:10:46.706768 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
101 | 2024.06.25 07:10:46.706835 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
102 | 2024.06.25 07:10:46.706857 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
103 | 2024.06.25 07:10:46.706888 [ 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.06.25 07:10:46.706907 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
105 | 2024.06.25 07:10:46.736110 [ 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.06.25 07:10:46.951450 [ 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.06.25 07:10:46.951506 [ 1 ] {} <Trace> MySQLHandlerFactory: Generating new RSA key pair. | ||
108 | 2024.06.25 07:10:46.987974 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
109 | 2024.06.25 07:10:46.988184 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 9.86 MiB, peak 16.07 MiB, free memory in arenas 0.00 B, will set to 157.07 MiB (RSS), difference: 147.21 MiB | ||
110 | 2024.06.25 07:10:46.989090 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.3541e-05 sec. | ||
111 | 2024.06.25 07:10:46.989450 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
112 | 2024.06.25 07:10:46.989543 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
113 | 2024.06.25 07:10:46.989611 [ 1 ] {} <Information> Application: Listening for MySQL compatibility protocol: [fd00:1122:3344:101::e]:9004 | ||
114 | 2024.06.25 07:10:46.989636 [ 1 ] {} <Information> Application: Ready for connections. | ||
115 | 2024.06.25 07:10:47.110262 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41374, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
116 | 2024.06.25 07:10:47.110492 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
117 | 2024.06.25 07:10:47.110527 [ 3 ] {} <Debug> HTTP-Session: 3b76aa48-f6e5-47a9-8d1e-7c554dfd1336 Authenticating user 'default' from [fd00:1122:3344:101::d]:41374 | ||
118 | 2024.06.25 07:10:47.110556 [ 3 ] {} <Debug> HTTP-Session: 3b76aa48-f6e5-47a9-8d1e-7c554dfd1336 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
119 | 2024.06.25 07:10:47.110578 [ 3 ] {} <Debug> HTTP-Session: 3b76aa48-f6e5-47a9-8d1e-7c554dfd1336 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
120 | 2024.06.25 07:10:47.110662 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
121 | 2024.06.25 07:10:47.110697 [ 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.06.25 07:10:47.110719 [ 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.06.25 07:10:47.110783 [ 3 ] {} <Trace> HTTP-Session: 3b76aa48-f6e5-47a9-8d1e-7c554dfd1336 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
124 | 2024.06.25 07:10:47.111937 [ 3 ] {161ea1b8-d5ea-4b22-9fab-4cea27b37418} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41374) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
125 | 2024.06.25 07:10:47.153126 [ 3 ] {161ea1b8-d5ea-4b22-9fab-4cea27b37418} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:41374) (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.06.25 07:10:47.153935 [ 3 ] {161ea1b8-d5ea-4b22-9fab-4cea27b37418} <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.06.25 07:10:47.155430 [ 3 ] {} <Debug> HTTP-Session: 3b76aa48-f6e5-47a9-8d1e-7c554dfd1336 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
176 | 2024.06.25 07:10:47.155860 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41374, User-Agent: (none), Length: 33, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
177 | 2024.06.25 07:10:47.155930 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
178 | 2024.06.25 07:10:47.155956 [ 3 ] {} <Debug> HTTP-Session: 34019180-688e-4987-a34a-4fb8853f3ec3 Authenticating user 'default' from [fd00:1122:3344:101::d]:41374 | ||
179 | 2024.06.25 07:10:47.155987 [ 3 ] {} <Debug> HTTP-Session: 34019180-688e-4987-a34a-4fb8853f3ec3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
180 | 2024.06.25 07:10:47.156001 [ 3 ] {} <Debug> HTTP-Session: 34019180-688e-4987-a34a-4fb8853f3ec3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
181 | 2024.06.25 07:10:47.156049 [ 3 ] {} <Trace> HTTP-Session: 34019180-688e-4987-a34a-4fb8853f3ec3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
182 | 2024.06.25 07:10:47.157266 [ 3 ] {dec23c03-987c-4bae-a46e-341e2d736db9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41374) SHOW CLUSTERS FORMAT JSONEachRow; (stage: Complete) | ||
183 | 2024.06.25 07:10:47.157404 [ 3 ] {dec23c03-987c-4bae-a46e-341e2d736db9} <Debug> executeQuery: (internal) SELECT DISTINCT cluster FROM system.clusters ORDER BY cluster (stage: Complete) | ||
184 | 2024.06.25 07:10:47.159627 [ 3 ] {dec23c03-987c-4bae-a46e-341e2d736db9} <Trace> ContextAccess (default): Access granted: SELECT(cluster) ON system.clusters | ||
185 | 2024.06.25 07:10:47.162710 [ 3 ] {dec23c03-987c-4bae-a46e-341e2d736db9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
186 | 2024.06.25 07:10:47.168960 [ 3 ] {dec23c03-987c-4bae-a46e-341e2d736db9} <Debug> DynamicQueryHandler: Done processing query | ||
187 | 2024.06.25 07:10:47.169009 [ 3 ] {dec23c03-987c-4bae-a46e-341e2d736db9} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
188 | 2024.06.25 07:10:47.169034 [ 3 ] {} <Debug> HTTP-Session: 34019180-688e-4987-a34a-4fb8853f3ec3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
189 | 2024.06.25 07:10:47.171651 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41374, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
190 | 2024.06.25 07:10:47.171712 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
191 | 2024.06.25 07:10:47.171735 [ 3 ] {} <Debug> HTTP-Session: 181cf453-561a-4a2b-b0fa-2e46f30230e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:41374 | ||
192 | 2024.06.25 07:10:47.171753 [ 3 ] {} <Debug> HTTP-Session: 181cf453-561a-4a2b-b0fa-2e46f30230e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
193 | 2024.06.25 07:10:47.171769 [ 3 ] {} <Debug> HTTP-Session: 181cf453-561a-4a2b-b0fa-2e46f30230e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
194 | 2024.06.25 07:10:47.171808 [ 3 ] {} <Trace> HTTP-Session: 181cf453-561a-4a2b-b0fa-2e46f30230e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
195 | 2024.06.25 07:10:47.171934 [ 3 ] {4c74f192-8489-45ec-b371-9d80b279b129} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41374) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
196 | 2024.06.25 07:10:47.172192 [ 3 ] {4c74f192-8489-45ec-b371-9d80b279b129} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:41374) (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.06.25 07:10:47.172326 [ 3 ] {4c74f192-8489-45ec-b371-9d80b279b129} <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.06.25 07:10:47.172477 [ 3 ] {} <Debug> HTTP-Session: 181cf453-561a-4a2b-b0fa-2e46f30230e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
247 | 2024.06.25 07:10:47.175224 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41374, User-Agent: (none), Length: 32, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
248 | 2024.06.25 07:10:47.175332 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
249 | 2024.06.25 07:10:47.175357 [ 3 ] {} <Debug> HTTP-Session: 4fc5336d-c14f-4e8a-9e89-7affa96e7f19 Authenticating user 'default' from [fd00:1122:3344:101::d]:41374 | ||
250 | 2024.06.25 07:10:47.175387 [ 3 ] {} <Debug> HTTP-Session: 4fc5336d-c14f-4e8a-9e89-7affa96e7f19 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
251 | 2024.06.25 07:10:47.175416 [ 3 ] {} <Debug> HTTP-Session: 4fc5336d-c14f-4e8a-9e89-7affa96e7f19 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
252 | 2024.06.25 07:10:47.175457 [ 3 ] {} <Trace> HTTP-Session: 4fc5336d-c14f-4e8a-9e89-7affa96e7f19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
253 | 2024.06.25 07:10:47.175685 [ 3 ] {ffc8260d-91df-41a9-ae51-741e56570eab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41374) DROP DATABASE IF EXISTS oximeter (stage: Complete) | ||
254 | 2024.06.25 07:10:47.175909 [ 3 ] {ffc8260d-91df-41a9-ae51-741e56570eab} <Debug> DynamicQueryHandler: Done processing query | ||
255 | 2024.06.25 07:10:47.175960 [ 3 ] {} <Debug> HTTP-Session: 4fc5336d-c14f-4e8a-9e89-7affa96e7f19 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
256 | 2024.06.25 07:10:47.176144 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41374, User-Agent: (none), Length: 38, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
257 | 2024.06.25 07:10:47.176204 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
258 | 2024.06.25 07:10:47.176228 [ 3 ] {} <Debug> HTTP-Session: 30d4bd9d-b3d3-48ea-9d5a-2f53a9d9e6e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:41374 | ||
259 | 2024.06.25 07:10:47.176245 [ 3 ] {} <Debug> HTTP-Session: 30d4bd9d-b3d3-48ea-9d5a-2f53a9d9e6e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
260 | 2024.06.25 07:10:47.176271 [ 3 ] {} <Debug> HTTP-Session: 30d4bd9d-b3d3-48ea-9d5a-2f53a9d9e6e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
261 | 2024.06.25 07:10:47.176311 [ 3 ] {} <Trace> HTTP-Session: 30d4bd9d-b3d3-48ea-9d5a-2f53a9d9e6e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
262 | 2024.06.25 07:10:47.176420 [ 3 ] {aefb528d-3b7e-419b-b596-78e4092d8a5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41374) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
263 | 2024.06.25 07:10:47.176479 [ 3 ] {aefb528d-3b7e-419b-b596-78e4092d8a5f} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
264 | 2024.06.25 07:10:47.177763 [ 3 ] {aefb528d-3b7e-419b-b596-78e4092d8a5f} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
265 | 2024.06.25 07:10:47.177813 [ 3 ] {aefb528d-3b7e-419b-b596-78e4092d8a5f} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 7.2341e-05 sec | ||
266 | 2024.06.25 07:10:47.177826 [ 3 ] {aefb528d-3b7e-419b-b596-78e4092d8a5f} <Trace> ReferentialDeps: No tables | ||
267 | 2024.06.25 07:10:47.177842 [ 3 ] {aefb528d-3b7e-419b-b596-78e4092d8a5f} <Trace> LoadingDeps: No tables | ||
268 | 2024.06.25 07:10:47.177863 [ 3 ] {aefb528d-3b7e-419b-b596-78e4092d8a5f} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
269 | 2024.06.25 07:10:47.177985 [ 3 ] {aefb528d-3b7e-419b-b596-78e4092d8a5f} <Debug> DynamicQueryHandler: Done processing query | ||
270 | 2024.06.25 07:10:47.178007 [ 3 ] {} <Debug> HTTP-Session: 30d4bd9d-b3d3-48ea-9d5a-2f53a9d9e6e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
271 | 2024.06.25 07:10:47.178126 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41374, User-Agent: (none), Length: 223, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
272 | 2024.06.25 07:10:47.178178 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
273 | 2024.06.25 07:10:47.178196 [ 3 ] {} <Debug> HTTP-Session: 4af864b4-e1f8-490f-9d11-354099afeb74 Authenticating user 'default' from [fd00:1122:3344:101::d]:41374 | ||
274 | 2024.06.25 07:10:47.178218 [ 3 ] {} <Debug> HTTP-Session: 4af864b4-e1f8-490f-9d11-354099afeb74 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
275 | 2024.06.25 07:10:47.178251 [ 3 ] {} <Debug> HTTP-Session: 4af864b4-e1f8-490f-9d11-354099afeb74 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
276 | 2024.06.25 07:10:47.178283 [ 3 ] {} <Trace> HTTP-Session: 4af864b4-e1f8-490f-9d11-354099afeb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
277 | 2024.06.25 07:10:47.178427 [ 3 ] {fb7f8c2e-f736-4306-ae1b-caf8961e7056} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41374) /* 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.06.25 07:10:47.178477 [ 3 ] {fb7f8c2e-f736-4306-ae1b-caf8961e7056} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
280 | 2024.06.25 07:10:47.183143 [ 3 ] {fb7f8c2e-f736-4306-ae1b-caf8961e7056} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
281 | 2024.06.25 07:10:47.184206 [ 3 ] {fb7f8c2e-f736-4306-ae1b-caf8961e7056} <Debug> oximeter.version (e5dc1a66-68d3-46e0-aaf0-0a2d0af2cc8d): Loading data parts | ||
282 | 2024.06.25 07:10:47.184601 [ 3 ] {fb7f8c2e-f736-4306-ae1b-caf8961e7056} <Debug> oximeter.version (e5dc1a66-68d3-46e0-aaf0-0a2d0af2cc8d): There are no data parts | ||
283 | 2024.06.25 07:10:47.187478 [ 3 ] {fb7f8c2e-f736-4306-ae1b-caf8961e7056} <Debug> DynamicQueryHandler: Done processing query | ||
284 | 2024.06.25 07:10:47.187502 [ 3 ] {} <Debug> HTTP-Session: 4af864b4-e1f8-490f-9d11-354099afeb74 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
285 | 2024.06.25 07:10:47.187657 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41374, User-Agent: (none), Length: 818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
286 | 2024.06.25 07:10:47.187712 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
287 | 2024.06.25 07:10:47.187742 [ 3 ] {} <Debug> HTTP-Session: ac622dc4-b81b-4a13-9116-36eafbf218b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:41374 | ||
288 | 2024.06.25 07:10:47.187758 [ 3 ] {} <Debug> HTTP-Session: ac622dc4-b81b-4a13-9116-36eafbf218b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
289 | 2024.06.25 07:10:47.187777 [ 3 ] {} <Debug> HTTP-Session: ac622dc4-b81b-4a13-9116-36eafbf218b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
290 | 2024.06.25 07:10:47.187816 [ 3 ] {} <Trace> HTTP-Session: ac622dc4-b81b-4a13-9116-36eafbf218b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
291 | 2024.06.25 07:10:47.188014 [ 3 ] {36971fb9-d3b3-4c16-8415-90dcd4b7b845} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41374) /* 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.06.25 07:10:47.188074 [ 3 ] {36971fb9-d3b3-4c16-8415-90dcd4b7b845} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
303 | 2024.06.25 07:10:47.195537 [ 3 ] {36971fb9-d3b3-4c16-8415-90dcd4b7b845} <Debug> oximeter.measurements_bool (633e88a8-6ede-492f-b5ef-f38edc7a1e9d): Loading data parts | ||
304 | 2024.06.25 07:10:47.195715 [ 3 ] {36971fb9-d3b3-4c16-8415-90dcd4b7b845} <Debug> oximeter.measurements_bool (633e88a8-6ede-492f-b5ef-f38edc7a1e9d): There are no data parts | ||
305 | 2024.06.25 07:10:47.197046 [ 3 ] {36971fb9-d3b3-4c16-8415-90dcd4b7b845} <Debug> DynamicQueryHandler: Done processing query | ||
306 | 2024.06.25 07:10:47.197071 [ 3 ] {} <Debug> HTTP-Session: ac622dc4-b81b-4a13-9116-36eafbf218b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
307 | 2024.06.25 07:10:47.197219 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41374, User-Agent: (none), Length: 292, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
308 | 2024.06.25 07:10:47.197276 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
309 | 2024.06.25 07:10:47.197301 [ 3 ] {} <Debug> HTTP-Session: 3fa63f05-0769-4c99-8bf0-85fface3993e Authenticating user 'default' from [fd00:1122:3344:101::d]:41374 | ||
310 | 2024.06.25 07:10:47.197317 [ 3 ] {} <Debug> HTTP-Session: 3fa63f05-0769-4c99-8bf0-85fface3993e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
311 | 2024.06.25 07:10:47.197336 [ 3 ] {} <Debug> HTTP-Session: 3fa63f05-0769-4c99-8bf0-85fface3993e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
312 | 2024.06.25 07:10:47.197367 [ 3 ] {} <Trace> HTTP-Session: 3fa63f05-0769-4c99-8bf0-85fface3993e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
313 | 2024.06.25 07:10:47.197554 [ 3 ] {5814699e-b8e9-43c4-98bc-db263a174541} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41374) 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.06.25 07:10:47.197606 [ 3 ] {5814699e-b8e9-43c4-98bc-db263a174541} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
315 | 2024.06.25 07:10:47.199197 [ 3 ] {5814699e-b8e9-43c4-98bc-db263a174541} <Debug> oximeter.measurements_i8 (0bf5a87c-0fc7-4785-b3c3-370e67631816): Loading data parts | ||
316 | 2024.06.25 07:10:47.199361 [ 3 ] {5814699e-b8e9-43c4-98bc-db263a174541} <Debug> oximeter.measurements_i8 (0bf5a87c-0fc7-4785-b3c3-370e67631816): There are no data parts | ||
317 | 2024.06.25 07:10:47.200592 [ 3 ] {5814699e-b8e9-43c4-98bc-db263a174541} <Debug> DynamicQueryHandler: Done processing query | ||
318 | 2024.06.25 07:10:47.200632 [ 3 ] {} <Debug> HTTP-Session: 3fa63f05-0769-4c99-8bf0-85fface3993e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
319 | 2024.06.25 07:10:47.200760 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41374, User-Agent: (none), Length: 293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
320 | 2024.06.25 07:10:47.200814 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
321 | 2024.06.25 07:10:47.200840 [ 3 ] {} <Debug> HTTP-Session: e75e5000-f214-4658-889c-bd2707e4613a Authenticating user 'default' from [fd00:1122:3344:101::d]:41374 | ||
322 | 2024.06.25 07:10:47.200856 [ 3 ] {} <Debug> HTTP-Session: e75e5000-f214-4658-889c-bd2707e4613a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
323 | 2024.06.25 07:10:47.200873 [ 3 ] {} <Debug> HTTP-Session: e75e5000-f214-4658-889c-bd2707e4613a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
324 | 2024.06.25 07:10:47.200910 [ 3 ] {} <Trace> HTTP-Session: e75e5000-f214-4658-889c-bd2707e4613a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
325 | 2024.06.25 07:10:47.201078 [ 3 ] {d3e08ac1-eb27-4f24-b573-98a5de3dd3f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41374) 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.06.25 07:10:47.201130 [ 3 ] {d3e08ac1-eb27-4f24-b573-98a5de3dd3f5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
327 | 2024.06.25 07:10:47.202738 [ 3 ] {d3e08ac1-eb27-4f24-b573-98a5de3dd3f5} <Debug> oximeter.measurements_u8 (56d7b8a6-46ce-4751-8097-9fbd70e53077): Loading data parts | ||
328 | 2024.06.25 07:10:47.202998 [ 3 ] {d3e08ac1-eb27-4f24-b573-98a5de3dd3f5} <Debug> oximeter.measurements_u8 (56d7b8a6-46ce-4751-8097-9fbd70e53077): There are no data parts | ||
329 | 2024.06.25 07:10:47.204301 [ 3 ] {d3e08ac1-eb27-4f24-b573-98a5de3dd3f5} <Debug> DynamicQueryHandler: Done processing query | ||
330 | 2024.06.25 07:10:47.204325 [ 3 ] {} <Debug> HTTP-Session: e75e5000-f214-4658-889c-bd2707e4613a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
331 | 2024.06.25 07:10:47.204464 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41374, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
332 | 2024.06.25 07:10:47.204516 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
333 | 2024.06.25 07:10:47.204538 [ 3 ] {} <Debug> HTTP-Session: 37e40d0d-1517-4afa-a0c6-b9e3f4c97801 Authenticating user 'default' from [fd00:1122:3344:101::d]:41374 | ||
334 | 2024.06.25 07:10:47.204554 [ 3 ] {} <Debug> HTTP-Session: 37e40d0d-1517-4afa-a0c6-b9e3f4c97801 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
335 | 2024.06.25 07:10:47.204570 [ 3 ] {} <Debug> HTTP-Session: 37e40d0d-1517-4afa-a0c6-b9e3f4c97801 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
336 | 2024.06.25 07:10:47.204603 [ 3 ] {} <Trace> HTTP-Session: 37e40d0d-1517-4afa-a0c6-b9e3f4c97801 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
337 | 2024.06.25 07:10:47.204780 [ 3 ] {cd68b376-f6b0-4008-804c-bad498ccaf5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41374) 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.06.25 07:10:47.204827 [ 3 ] {cd68b376-f6b0-4008-804c-bad498ccaf5e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
339 | 2024.06.25 07:10:47.206900 [ 3 ] {cd68b376-f6b0-4008-804c-bad498ccaf5e} <Debug> oximeter.measurements_i16 (9ff3b02e-addf-4bf4-a050-15bfe076d6e1): Loading data parts | ||
340 | 2024.06.25 07:10:47.207090 [ 3 ] {cd68b376-f6b0-4008-804c-bad498ccaf5e} <Debug> oximeter.measurements_i16 (9ff3b02e-addf-4bf4-a050-15bfe076d6e1): There are no data parts | ||
341 | 2024.06.25 07:10:47.208793 [ 3 ] {cd68b376-f6b0-4008-804c-bad498ccaf5e} <Debug> DynamicQueryHandler: Done processing query | ||
342 | 2024.06.25 07:10:47.208853 [ 3 ] {} <Debug> HTTP-Session: 37e40d0d-1517-4afa-a0c6-b9e3f4c97801 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
343 | 2024.06.25 07:10:47.209006 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41374, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
344 | 2024.06.25 07:10:47.209072 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
345 | 2024.06.25 07:10:47.209103 [ 3 ] {} <Debug> HTTP-Session: 2094ba72-fb22-424d-8744-bc2d1af8266b Authenticating user 'default' from [fd00:1122:3344:101::d]:41374 | ||
346 | 2024.06.25 07:10:47.209118 [ 3 ] {} <Debug> HTTP-Session: 2094ba72-fb22-424d-8744-bc2d1af8266b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
347 | 2024.06.25 07:10:47.209137 [ 3 ] {} <Debug> HTTP-Session: 2094ba72-fb22-424d-8744-bc2d1af8266b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
348 | 2024.06.25 07:10:47.209176 [ 3 ] {} <Trace> HTTP-Session: 2094ba72-fb22-424d-8744-bc2d1af8266b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
349 | 2024.06.25 07:10:47.209349 [ 3 ] {181e9736-07c4-4521-8952-8afe125fd568} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41374) 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.06.25 07:10:47.209407 [ 3 ] {181e9736-07c4-4521-8952-8afe125fd568} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
351 | 2024.06.25 07:10:47.211376 [ 3 ] {181e9736-07c4-4521-8952-8afe125fd568} <Debug> oximeter.measurements_u16 (bef21afe-3445-4730-b25d-789931e10f18): Loading data parts | ||
352 | 2024.06.25 07:10:47.211551 [ 3 ] {181e9736-07c4-4521-8952-8afe125fd568} <Debug> oximeter.measurements_u16 (bef21afe-3445-4730-b25d-789931e10f18): There are no data parts | ||
353 | 2024.06.25 07:10:47.212712 [ 3 ] {181e9736-07c4-4521-8952-8afe125fd568} <Debug> DynamicQueryHandler: Done processing query | ||
354 | 2024.06.25 07:10:47.212747 [ 3 ] {} <Debug> HTTP-Session: 2094ba72-fb22-424d-8744-bc2d1af8266b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
355 | 2024.06.25 07:10:47.212882 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41374, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
356 | 2024.06.25 07:10:47.212939 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
357 | 2024.06.25 07:10:47.212965 [ 3 ] {} <Debug> HTTP-Session: 780e6025-acde-420b-8744-0fc927e54d9b Authenticating user 'default' from [fd00:1122:3344:101::d]:41374 | ||
358 | 2024.06.25 07:10:47.212995 [ 3 ] {} <Debug> HTTP-Session: 780e6025-acde-420b-8744-0fc927e54d9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
359 | 2024.06.25 07:10:47.213008 [ 3 ] {} <Debug> HTTP-Session: 780e6025-acde-420b-8744-0fc927e54d9b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
360 | 2024.06.25 07:10:47.213043 [ 3 ] {} <Trace> HTTP-Session: 780e6025-acde-420b-8744-0fc927e54d9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
361 | 2024.06.25 07:10:47.213226 [ 3 ] {f3f5e6ce-22fb-43f0-ab47-cfc0c8b527be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41374) 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.06.25 07:10:47.213282 [ 3 ] {f3f5e6ce-22fb-43f0-ab47-cfc0c8b527be} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
363 | 2024.06.25 07:10:47.214819 [ 3 ] {f3f5e6ce-22fb-43f0-ab47-cfc0c8b527be} <Debug> oximeter.measurements_i32 (87d91e22-dd04-4420-ba37-c0b7573e0c4b): Loading data parts | ||
364 | 2024.06.25 07:10:47.215008 [ 3 ] {f3f5e6ce-22fb-43f0-ab47-cfc0c8b527be} <Debug> oximeter.measurements_i32 (87d91e22-dd04-4420-ba37-c0b7573e0c4b): There are no data parts | ||
365 | 2024.06.25 07:10:47.216117 [ 3 ] {f3f5e6ce-22fb-43f0-ab47-cfc0c8b527be} <Debug> DynamicQueryHandler: Done processing query | ||
366 | 2024.06.25 07:10:47.216151 [ 3 ] {} <Debug> HTTP-Session: 780e6025-acde-420b-8744-0fc927e54d9b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
367 | 2024.06.25 07:10:47.216270 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41374, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
368 | 2024.06.25 07:10:47.216323 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
369 | 2024.06.25 07:10:47.216372 [ 3 ] {} <Debug> HTTP-Session: f0b349a7-8977-4e48-94d9-c6640bf232de Authenticating user 'default' from [fd00:1122:3344:101::d]:41374 | ||
370 | 2024.06.25 07:10:47.216388 [ 3 ] {} <Debug> HTTP-Session: f0b349a7-8977-4e48-94d9-c6640bf232de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
371 | 2024.06.25 07:10:47.216407 [ 3 ] {} <Debug> HTTP-Session: f0b349a7-8977-4e48-94d9-c6640bf232de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
372 | 2024.06.25 07:10:47.216442 [ 3 ] {} <Trace> HTTP-Session: f0b349a7-8977-4e48-94d9-c6640bf232de Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
373 | 2024.06.25 07:10:47.216618 [ 3 ] {c1962234-28d4-4fbc-9f0f-12daee0cb116} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41374) 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.06.25 07:10:47.216672 [ 3 ] {c1962234-28d4-4fbc-9f0f-12daee0cb116} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
375 | 2024.06.25 07:10:47.218405 [ 3 ] {c1962234-28d4-4fbc-9f0f-12daee0cb116} <Debug> oximeter.measurements_u32 (2bbae6e3-7d1a-49b8-ba44-205b88fbd7fc): Loading data parts | ||
376 | 2024.06.25 07:10:47.218563 [ 3 ] {c1962234-28d4-4fbc-9f0f-12daee0cb116} <Debug> oximeter.measurements_u32 (2bbae6e3-7d1a-49b8-ba44-205b88fbd7fc): There are no data parts | ||
377 | 2024.06.25 07:10:47.219682 [ 3 ] {c1962234-28d4-4fbc-9f0f-12daee0cb116} <Debug> DynamicQueryHandler: Done processing query | ||
378 | 2024.06.25 07:10:47.219715 [ 3 ] {} <Debug> HTTP-Session: f0b349a7-8977-4e48-94d9-c6640bf232de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
379 | 2024.06.25 07:10:47.219824 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41374, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
380 | 2024.06.25 07:10:47.219884 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
381 | 2024.06.25 07:10:47.219911 [ 3 ] {} <Debug> HTTP-Session: ad0099c1-8171-4980-857f-a682637f9739 Authenticating user 'default' from [fd00:1122:3344:101::d]:41374 | ||
382 | 2024.06.25 07:10:47.219936 [ 3 ] {} <Debug> HTTP-Session: ad0099c1-8171-4980-857f-a682637f9739 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
383 | 2024.06.25 07:10:47.219949 [ 3 ] {} <Debug> HTTP-Session: ad0099c1-8171-4980-857f-a682637f9739 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
384 | 2024.06.25 07:10:47.219984 [ 3 ] {} <Trace> HTTP-Session: ad0099c1-8171-4980-857f-a682637f9739 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
385 | 2024.06.25 07:10:47.220161 [ 3 ] {3786f7ee-0bcc-4f1f-b3dd-88e0f51851fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41374) 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.06.25 07:10:47.220219 [ 3 ] {3786f7ee-0bcc-4f1f-b3dd-88e0f51851fd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
387 | 2024.06.25 07:10:47.221937 [ 3 ] {3786f7ee-0bcc-4f1f-b3dd-88e0f51851fd} <Debug> oximeter.measurements_i64 (97fd8f4d-779f-4996-8b3f-3e8d398dbe90): Loading data parts | ||
388 | 2024.06.25 07:10:47.222112 [ 3 ] {3786f7ee-0bcc-4f1f-b3dd-88e0f51851fd} <Debug> oximeter.measurements_i64 (97fd8f4d-779f-4996-8b3f-3e8d398dbe90): There are no data parts | ||
389 | 2024.06.25 07:10:47.223285 [ 3 ] {3786f7ee-0bcc-4f1f-b3dd-88e0f51851fd} <Debug> DynamicQueryHandler: Done processing query | ||
390 | 2024.06.25 07:10:47.223326 [ 3 ] {} <Debug> HTTP-Session: ad0099c1-8171-4980-857f-a682637f9739 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
391 | 2024.06.25 07:10:47.223449 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41374, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
392 | 2024.06.25 07:10:47.223509 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
393 | 2024.06.25 07:10:47.223529 [ 3 ] {} <Debug> HTTP-Session: caf9b3e7-b73e-4c4b-8c8a-87c97b1b1f37 Authenticating user 'default' from [fd00:1122:3344:101::d]:41374 | ||
394 | 2024.06.25 07:10:47.223553 [ 3 ] {} <Debug> HTTP-Session: caf9b3e7-b73e-4c4b-8c8a-87c97b1b1f37 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
395 | 2024.06.25 07:10:47.223567 [ 3 ] {} <Debug> HTTP-Session: caf9b3e7-b73e-4c4b-8c8a-87c97b1b1f37 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
396 | 2024.06.25 07:10:47.223603 [ 3 ] {} <Trace> HTTP-Session: caf9b3e7-b73e-4c4b-8c8a-87c97b1b1f37 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
397 | 2024.06.25 07:10:47.223776 [ 3 ] {c41a71cc-95fd-405c-8336-ca63399f2682} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41374) 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.06.25 07:10:47.223828 [ 3 ] {c41a71cc-95fd-405c-8336-ca63399f2682} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
399 | 2024.06.25 07:10:47.225772 [ 3 ] {c41a71cc-95fd-405c-8336-ca63399f2682} <Debug> oximeter.measurements_u64 (4dca2f8a-9dea-4d2f-8335-c4506eb14d05): Loading data parts | ||
400 | 2024.06.25 07:10:47.225974 [ 3 ] {c41a71cc-95fd-405c-8336-ca63399f2682} <Debug> oximeter.measurements_u64 (4dca2f8a-9dea-4d2f-8335-c4506eb14d05): There are no data parts | ||
401 | 2024.06.25 07:10:47.227114 [ 3 ] {c41a71cc-95fd-405c-8336-ca63399f2682} <Debug> DynamicQueryHandler: Done processing query | ||
402 | 2024.06.25 07:10:47.227149 [ 3 ] {} <Debug> HTTP-Session: caf9b3e7-b73e-4c4b-8c8a-87c97b1b1f37 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
403 | 2024.06.25 07:10:47.227298 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41374, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
404 | 2024.06.25 07:10:47.227344 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
405 | 2024.06.25 07:10:47.227372 [ 3 ] {} <Debug> HTTP-Session: f756c15a-b45f-4e15-948a-efacebc5d768 Authenticating user 'default' from [fd00:1122:3344:101::d]:41374 | ||
406 | 2024.06.25 07:10:47.227396 [ 3 ] {} <Debug> HTTP-Session: f756c15a-b45f-4e15-948a-efacebc5d768 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
407 | 2024.06.25 07:10:47.227410 [ 3 ] {} <Debug> HTTP-Session: f756c15a-b45f-4e15-948a-efacebc5d768 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
408 | 2024.06.25 07:10:47.227446 [ 3 ] {} <Trace> HTTP-Session: f756c15a-b45f-4e15-948a-efacebc5d768 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
409 | 2024.06.25 07:10:47.227624 [ 3 ] {352f80eb-2717-4668-a570-3029b64903ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41374) 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.06.25 07:10:47.227682 [ 3 ] {352f80eb-2717-4668-a570-3029b64903ab} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
411 | 2024.06.25 07:10:47.229571 [ 3 ] {352f80eb-2717-4668-a570-3029b64903ab} <Debug> oximeter.measurements_f32 (e50a4f99-8f8a-40ad-a8e7-cf3110fc0faa): Loading data parts | ||
412 | 2024.06.25 07:10:47.229746 [ 3 ] {352f80eb-2717-4668-a570-3029b64903ab} <Debug> oximeter.measurements_f32 (e50a4f99-8f8a-40ad-a8e7-cf3110fc0faa): There are no data parts | ||
413 | 2024.06.25 07:10:47.230962 [ 3 ] {352f80eb-2717-4668-a570-3029b64903ab} <Debug> DynamicQueryHandler: Done processing query | ||
414 | 2024.06.25 07:10:47.230987 [ 3 ] {} <Debug> HTTP-Session: f756c15a-b45f-4e15-948a-efacebc5d768 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
415 | 2024.06.25 07:10:47.231102 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41374, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
416 | 2024.06.25 07:10:47.231166 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
417 | 2024.06.25 07:10:47.231185 [ 3 ] {} <Debug> HTTP-Session: 493edddc-2706-4405-a294-bdd39ce9280f Authenticating user 'default' from [fd00:1122:3344:101::d]:41374 | ||
418 | 2024.06.25 07:10:47.231210 [ 3 ] {} <Debug> HTTP-Session: 493edddc-2706-4405-a294-bdd39ce9280f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
419 | 2024.06.25 07:10:47.231230 [ 3 ] {} <Debug> HTTP-Session: 493edddc-2706-4405-a294-bdd39ce9280f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
420 | 2024.06.25 07:10:47.231260 [ 3 ] {} <Trace> HTTP-Session: 493edddc-2706-4405-a294-bdd39ce9280f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
421 | 2024.06.25 07:10:47.231434 [ 3 ] {7975f2fb-636e-4397-b278-02b2919a7a4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41374) 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.06.25 07:10:47.231499 [ 3 ] {7975f2fb-636e-4397-b278-02b2919a7a4d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
423 | 2024.06.25 07:10:47.233001 [ 3 ] {7975f2fb-636e-4397-b278-02b2919a7a4d} <Debug> oximeter.measurements_f64 (1569c267-90e7-488b-b10b-5270601a5d16): Loading data parts | ||
424 | 2024.06.25 07:10:47.233151 [ 3 ] {7975f2fb-636e-4397-b278-02b2919a7a4d} <Debug> oximeter.measurements_f64 (1569c267-90e7-488b-b10b-5270601a5d16): There are no data parts | ||
425 | 2024.06.25 07:10:47.235355 [ 3 ] {7975f2fb-636e-4397-b278-02b2919a7a4d} <Debug> DynamicQueryHandler: Done processing query | ||
426 | 2024.06.25 07:10:47.235387 [ 3 ] {} <Debug> HTTP-Session: 493edddc-2706-4405-a294-bdd39ce9280f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
427 | 2024.06.25 07:10:47.235511 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41374, User-Agent: (none), Length: 298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
428 | 2024.06.25 07:10:47.235564 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
429 | 2024.06.25 07:10:47.235584 [ 3 ] {} <Debug> HTTP-Session: 4d1cd0c1-7306-44ed-8a71-c2830a7d25e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:41374 | ||
430 | 2024.06.25 07:10:47.235604 [ 3 ] {} <Debug> HTTP-Session: 4d1cd0c1-7306-44ed-8a71-c2830a7d25e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
431 | 2024.06.25 07:10:47.235618 [ 3 ] {} <Debug> HTTP-Session: 4d1cd0c1-7306-44ed-8a71-c2830a7d25e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
432 | 2024.06.25 07:10:47.235651 [ 3 ] {} <Trace> HTTP-Session: 4d1cd0c1-7306-44ed-8a71-c2830a7d25e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
433 | 2024.06.25 07:10:47.235828 [ 3 ] {d60a43b6-e589-4daa-9b82-2da94cccc84d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41374) 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.06.25 07:10:47.235881 [ 3 ] {d60a43b6-e589-4daa-9b82-2da94cccc84d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
435 | 2024.06.25 07:10:47.237857 [ 3 ] {d60a43b6-e589-4daa-9b82-2da94cccc84d} <Debug> oximeter.measurements_string (85d0da84-1c37-481e-990d-24c500a0dc2f): Loading data parts | ||
436 | 2024.06.25 07:10:47.238020 [ 3 ] {d60a43b6-e589-4daa-9b82-2da94cccc84d} <Debug> oximeter.measurements_string (85d0da84-1c37-481e-990d-24c500a0dc2f): There are no data parts | ||
437 | 2024.06.25 07:10:47.239565 [ 3 ] {d60a43b6-e589-4daa-9b82-2da94cccc84d} <Debug> DynamicQueryHandler: Done processing query | ||
438 | 2024.06.25 07:10:47.239591 [ 3 ] {} <Debug> HTTP-Session: 4d1cd0c1-7306-44ed-8a71-c2830a7d25e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
439 | 2024.06.25 07:10:47.239726 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41374, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
440 | 2024.06.25 07:10:47.239778 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
441 | 2024.06.25 07:10:47.239798 [ 3 ] {} <Debug> HTTP-Session: 43d29951-f653-479b-9c72-907457669961 Authenticating user 'default' from [fd00:1122:3344:101::d]:41374 | ||
442 | 2024.06.25 07:10:47.239818 [ 3 ] {} <Debug> HTTP-Session: 43d29951-f653-479b-9c72-907457669961 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
443 | 2024.06.25 07:10:47.239842 [ 3 ] {} <Debug> HTTP-Session: 43d29951-f653-479b-9c72-907457669961 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
444 | 2024.06.25 07:10:47.239872 [ 3 ] {} <Trace> HTTP-Session: 43d29951-f653-479b-9c72-907457669961 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
445 | 2024.06.25 07:10:47.240046 [ 3 ] {23ec2a67-67cc-42d7-a0d9-7ce0cfdac57f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41374) 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.06.25 07:10:47.240104 [ 3 ] {23ec2a67-67cc-42d7-a0d9-7ce0cfdac57f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
454 | 2024.06.25 07:10:47.241893 [ 3 ] {23ec2a67-67cc-42d7-a0d9-7ce0cfdac57f} <Debug> oximeter.measurements_bytes (b87caaa7-a633-4f70-87fd-1e2cc27c17cb): Loading data parts | ||
455 | 2024.06.25 07:10:47.242053 [ 3 ] {23ec2a67-67cc-42d7-a0d9-7ce0cfdac57f} <Debug> oximeter.measurements_bytes (b87caaa7-a633-4f70-87fd-1e2cc27c17cb): There are no data parts | ||
456 | 2024.06.25 07:10:47.243277 [ 3 ] {23ec2a67-67cc-42d7-a0d9-7ce0cfdac57f} <Debug> DynamicQueryHandler: Done processing query | ||
457 | 2024.06.25 07:10:47.243303 [ 3 ] {} <Debug> HTTP-Session: 43d29951-f653-479b-9c72-907457669961 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
458 | 2024.06.25 07:10:47.243465 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41374, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
459 | 2024.06.25 07:10:47.243531 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
460 | 2024.06.25 07:10:47.243550 [ 3 ] {} <Debug> HTTP-Session: a66b45a9-4b0f-49b5-891c-9db087632f69 Authenticating user 'default' from [fd00:1122:3344:101::d]:41374 | ||
461 | 2024.06.25 07:10:47.243577 [ 3 ] {} <Debug> HTTP-Session: a66b45a9-4b0f-49b5-891c-9db087632f69 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
462 | 2024.06.25 07:10:47.243598 [ 3 ] {} <Debug> HTTP-Session: a66b45a9-4b0f-49b5-891c-9db087632f69 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
463 | 2024.06.25 07:10:47.243644 [ 3 ] {} <Trace> HTTP-Session: a66b45a9-4b0f-49b5-891c-9db087632f69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
464 | 2024.06.25 07:10:47.244012 [ 3 ] {87b618e6-d240-4f14-9718-724b411af73e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41374) 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.06.25 07:10:47.244105 [ 3 ] {87b618e6-d240-4f14-9718-724b411af73e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
466 | 2024.06.25 07:10:47.246181 [ 3 ] {87b618e6-d240-4f14-9718-724b411af73e} <Debug> oximeter.measurements_cumulativei64 (d2b103ba-0704-4350-9ad1-7ab3c7199b1d): Loading data parts | ||
467 | 2024.06.25 07:10:47.246375 [ 3 ] {87b618e6-d240-4f14-9718-724b411af73e} <Debug> oximeter.measurements_cumulativei64 (d2b103ba-0704-4350-9ad1-7ab3c7199b1d): There are no data parts | ||
468 | 2024.06.25 07:10:47.247585 [ 3 ] {87b618e6-d240-4f14-9718-724b411af73e} <Debug> DynamicQueryHandler: Done processing query | ||
469 | 2024.06.25 07:10:47.247630 [ 3 ] {} <Debug> HTTP-Session: a66b45a9-4b0f-49b5-891c-9db087632f69 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
470 | 2024.06.25 07:10:47.247763 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41374, User-Agent: (none), Length: 354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
471 | 2024.06.25 07:10:47.247829 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
472 | 2024.06.25 07:10:47.247848 [ 3 ] {} <Debug> HTTP-Session: 25b42644-b4a2-4367-a0d4-e5b25e8c8149 Authenticating user 'default' from [fd00:1122:3344:101::d]:41374 | ||
473 | 2024.06.25 07:10:47.247869 [ 3 ] {} <Debug> HTTP-Session: 25b42644-b4a2-4367-a0d4-e5b25e8c8149 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
474 | 2024.06.25 07:10:47.247883 [ 3 ] {} <Debug> HTTP-Session: 25b42644-b4a2-4367-a0d4-e5b25e8c8149 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
475 | 2024.06.25 07:10:47.247918 [ 3 ] {} <Trace> HTTP-Session: 25b42644-b4a2-4367-a0d4-e5b25e8c8149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
476 | 2024.06.25 07:10:47.248105 [ 3 ] {5d89733b-4db9-4f3f-9ad0-e6b0790f4b0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41374) 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.06.25 07:10:47.248161 [ 3 ] {5d89733b-4db9-4f3f-9ad0-e6b0790f4b0a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
478 | 2024.06.25 07:10:47.249965 [ 3 ] {5d89733b-4db9-4f3f-9ad0-e6b0790f4b0a} <Debug> oximeter.measurements_cumulativeu64 (e2447d38-7ae3-46bc-83c9-f9b139496c24): Loading data parts | ||
479 | 2024.06.25 07:10:47.250137 [ 3 ] {5d89733b-4db9-4f3f-9ad0-e6b0790f4b0a} <Debug> oximeter.measurements_cumulativeu64 (e2447d38-7ae3-46bc-83c9-f9b139496c24): There are no data parts | ||
480 | 2024.06.25 07:10:47.251329 [ 3 ] {5d89733b-4db9-4f3f-9ad0-e6b0790f4b0a} <Debug> DynamicQueryHandler: Done processing query | ||
481 | 2024.06.25 07:10:47.251357 [ 3 ] {} <Debug> HTTP-Session: 25b42644-b4a2-4367-a0d4-e5b25e8c8149 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
482 | 2024.06.25 07:10:47.251497 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41374, User-Agent: (none), Length: 355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
483 | 2024.06.25 07:10:47.251551 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
484 | 2024.06.25 07:10:47.251571 [ 3 ] {} <Debug> HTTP-Session: 3c767588-8ae9-4a3b-804e-9a53d2802d29 Authenticating user 'default' from [fd00:1122:3344:101::d]:41374 | ||
485 | 2024.06.25 07:10:47.251594 [ 3 ] {} <Debug> HTTP-Session: 3c767588-8ae9-4a3b-804e-9a53d2802d29 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
486 | 2024.06.25 07:10:47.251612 [ 3 ] {} <Debug> HTTP-Session: 3c767588-8ae9-4a3b-804e-9a53d2802d29 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
487 | 2024.06.25 07:10:47.251643 [ 3 ] {} <Trace> HTTP-Session: 3c767588-8ae9-4a3b-804e-9a53d2802d29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
488 | 2024.06.25 07:10:47.251828 [ 3 ] {8d5a7771-2913-4d92-b736-a3e8cf19472d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41374) 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.06.25 07:10:47.251895 [ 3 ] {8d5a7771-2913-4d92-b736-a3e8cf19472d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
490 | 2024.06.25 07:10:47.253660 [ 3 ] {8d5a7771-2913-4d92-b736-a3e8cf19472d} <Debug> oximeter.measurements_cumulativef32 (5dd430c7-fc30-4511-9a8d-3760f6438281): Loading data parts | ||
491 | 2024.06.25 07:10:47.253884 [ 3 ] {8d5a7771-2913-4d92-b736-a3e8cf19472d} <Debug> oximeter.measurements_cumulativef32 (5dd430c7-fc30-4511-9a8d-3760f6438281): There are no data parts | ||
492 | 2024.06.25 07:10:47.255322 [ 3 ] {8d5a7771-2913-4d92-b736-a3e8cf19472d} <Debug> DynamicQueryHandler: Done processing query | ||
493 | 2024.06.25 07:10:47.255354 [ 3 ] {} <Debug> HTTP-Session: 3c767588-8ae9-4a3b-804e-9a53d2802d29 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
494 | 2024.06.25 07:10:47.255482 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41374, User-Agent: (none), Length: 356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
495 | 2024.06.25 07:10:47.255538 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
496 | 2024.06.25 07:10:47.255562 [ 3 ] {} <Debug> HTTP-Session: db73c3cc-9835-4450-9c33-c1e98986c1bd Authenticating user 'default' from [fd00:1122:3344:101::d]:41374 | ||
497 | 2024.06.25 07:10:47.255584 [ 3 ] {} <Debug> HTTP-Session: db73c3cc-9835-4450-9c33-c1e98986c1bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
498 | 2024.06.25 07:10:47.255598 [ 3 ] {} <Debug> HTTP-Session: db73c3cc-9835-4450-9c33-c1e98986c1bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
499 | 2024.06.25 07:10:47.255632 [ 3 ] {} <Trace> HTTP-Session: db73c3cc-9835-4450-9c33-c1e98986c1bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
500 | 2024.06.25 07:10:47.255829 [ 3 ] {bd4fc07b-9ba3-4a8d-ba10-b60ba6d9e0a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41374) 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.06.25 07:10:47.255885 [ 3 ] {bd4fc07b-9ba3-4a8d-ba10-b60ba6d9e0a4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
502 | 2024.06.25 07:10:47.257476 [ 3 ] {bd4fc07b-9ba3-4a8d-ba10-b60ba6d9e0a4} <Debug> oximeter.measurements_cumulativef64 (206ee52c-bbcc-4ddf-85dc-a2d155616e69): Loading data parts | ||
503 | 2024.06.25 07:10:47.257633 [ 3 ] {bd4fc07b-9ba3-4a8d-ba10-b60ba6d9e0a4} <Debug> oximeter.measurements_cumulativef64 (206ee52c-bbcc-4ddf-85dc-a2d155616e69): There are no data parts | ||
504 | 2024.06.25 07:10:47.258859 [ 3 ] {bd4fc07b-9ba3-4a8d-ba10-b60ba6d9e0a4} <Debug> DynamicQueryHandler: Done processing query | ||
505 | 2024.06.25 07:10:47.258884 [ 3 ] {} <Debug> HTTP-Session: db73c3cc-9835-4450-9c33-c1e98986c1bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
506 | 2024.06.25 07:10:47.259019 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41374, User-Agent: (none), Length: 1300, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
507 | 2024.06.25 07:10:47.259075 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
508 | 2024.06.25 07:10:47.259094 [ 3 ] {} <Debug> HTTP-Session: f727391b-5a55-453e-aeb7-5457c8152e32 Authenticating user 'default' from [fd00:1122:3344:101::d]:41374 | ||
509 | 2024.06.25 07:10:47.259115 [ 3 ] {} <Debug> HTTP-Session: f727391b-5a55-453e-aeb7-5457c8152e32 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
510 | 2024.06.25 07:10:47.259140 [ 3 ] {} <Debug> HTTP-Session: f727391b-5a55-453e-aeb7-5457c8152e32 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
511 | 2024.06.25 07:10:47.259171 [ 3 ] {} <Trace> HTTP-Session: f727391b-5a55-453e-aeb7-5457c8152e32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
512 | 2024.06.25 07:10:47.259421 [ 3 ] {628c5842-5750-423c-849d-e6ed7f003735} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41374) 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.06.25 07:10:47.259492 [ 3 ] {628c5842-5750-423c-849d-e6ed7f003735} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
524 | 2024.06.25 07:10:47.262256 [ 3 ] {628c5842-5750-423c-849d-e6ed7f003735} <Debug> oximeter.measurements_histogrami8 (fd470608-6fe4-499e-bcf7-d692c4030c92): Loading data parts | ||
525 | 2024.06.25 07:10:47.262434 [ 3 ] {628c5842-5750-423c-849d-e6ed7f003735} <Debug> oximeter.measurements_histogrami8 (fd470608-6fe4-499e-bcf7-d692c4030c92): There are no data parts | ||
526 | 2024.06.25 07:10:47.263744 [ 3 ] {628c5842-5750-423c-849d-e6ed7f003735} <Debug> DynamicQueryHandler: Done processing query | ||
527 | 2024.06.25 07:10:47.263777 [ 3 ] {} <Debug> HTTP-Session: f727391b-5a55-453e-aeb7-5457c8152e32 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
528 | 2024.06.25 07:10:47.263928 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41374, User-Agent: (none), Length: 839, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
529 | 2024.06.25 07:10:47.263977 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
530 | 2024.06.25 07:10:47.264002 [ 3 ] {} <Debug> HTTP-Session: a519ec5f-9805-4aa3-898b-307fc087808d Authenticating user 'default' from [fd00:1122:3344:101::d]:41374 | ||
531 | 2024.06.25 07:10:47.264024 [ 3 ] {} <Debug> HTTP-Session: a519ec5f-9805-4aa3-898b-307fc087808d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
532 | 2024.06.25 07:10:47.264037 [ 3 ] {} <Debug> HTTP-Session: a519ec5f-9805-4aa3-898b-307fc087808d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
533 | 2024.06.25 07:10:47.264071 [ 3 ] {} <Trace> HTTP-Session: a519ec5f-9805-4aa3-898b-307fc087808d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
534 | 2024.06.25 07:10:47.264340 [ 3 ] {8cedfefb-1877-4c47-a783-cd7590dfcc26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41374) 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.06.25 07:10:47.264412 [ 3 ] {8cedfefb-1877-4c47-a783-cd7590dfcc26} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
536 | 2024.06.25 07:10:47.266193 [ 3 ] {8cedfefb-1877-4c47-a783-cd7590dfcc26} <Debug> oximeter.measurements_histogramu8 (c40f3334-67aa-470c-a785-925d4a3f633f): Loading data parts | ||
537 | 2024.06.25 07:10:47.266404 [ 3 ] {8cedfefb-1877-4c47-a783-cd7590dfcc26} <Debug> oximeter.measurements_histogramu8 (c40f3334-67aa-470c-a785-925d4a3f633f): There are no data parts | ||
538 | 2024.06.25 07:10:47.267911 [ 3 ] {8cedfefb-1877-4c47-a783-cd7590dfcc26} <Debug> DynamicQueryHandler: Done processing query | ||
539 | 2024.06.25 07:10:47.267937 [ 3 ] {} <Debug> HTTP-Session: a519ec5f-9805-4aa3-898b-307fc087808d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
540 | 2024.06.25 07:10:47.268064 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41374, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
541 | 2024.06.25 07:10:47.268123 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
542 | 2024.06.25 07:10:47.268143 [ 3 ] {} <Debug> HTTP-Session: 5a8c8af4-cd90-4e59-9393-978df0d12452 Authenticating user 'default' from [fd00:1122:3344:101::d]:41374 | ||
543 | 2024.06.25 07:10:47.268164 [ 3 ] {} <Debug> HTTP-Session: 5a8c8af4-cd90-4e59-9393-978df0d12452 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
544 | 2024.06.25 07:10:47.268177 [ 3 ] {} <Debug> HTTP-Session: 5a8c8af4-cd90-4e59-9393-978df0d12452 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
545 | 2024.06.25 07:10:47.268218 [ 3 ] {} <Trace> HTTP-Session: 5a8c8af4-cd90-4e59-9393-978df0d12452 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
546 | 2024.06.25 07:10:47.268466 [ 3 ] {c84e7aa2-2e4f-4465-a6d6-20166913ff72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41374) 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.06.25 07:10:47.268532 [ 3 ] {c84e7aa2-2e4f-4465-a6d6-20166913ff72} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
548 | 2024.06.25 07:10:47.270437 [ 3 ] {c84e7aa2-2e4f-4465-a6d6-20166913ff72} <Debug> oximeter.measurements_histogrami16 (7f406d5a-8db9-450a-94b0-d72a286c584b): Loading data parts | ||
549 | 2024.06.25 07:10:47.270601 [ 3 ] {c84e7aa2-2e4f-4465-a6d6-20166913ff72} <Debug> oximeter.measurements_histogrami16 (7f406d5a-8db9-450a-94b0-d72a286c584b): There are no data parts | ||
550 | 2024.06.25 07:10:47.272735 [ 3 ] {c84e7aa2-2e4f-4465-a6d6-20166913ff72} <Debug> DynamicQueryHandler: Done processing query | ||
551 | 2024.06.25 07:10:47.272772 [ 3 ] {} <Debug> HTTP-Session: 5a8c8af4-cd90-4e59-9393-978df0d12452 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
552 | 2024.06.25 07:10:47.272917 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41374, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
553 | 2024.06.25 07:10:47.272965 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
554 | 2024.06.25 07:10:47.272989 [ 3 ] {} <Debug> HTTP-Session: bb0b60ec-dd20-42a5-8449-1ffc4cb1caa1 Authenticating user 'default' from [fd00:1122:3344:101::d]:41374 | ||
555 | 2024.06.25 07:10:47.273016 [ 3 ] {} <Debug> HTTP-Session: bb0b60ec-dd20-42a5-8449-1ffc4cb1caa1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
556 | 2024.06.25 07:10:47.273029 [ 3 ] {} <Debug> HTTP-Session: bb0b60ec-dd20-42a5-8449-1ffc4cb1caa1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
557 | 2024.06.25 07:10:47.273064 [ 3 ] {} <Trace> HTTP-Session: bb0b60ec-dd20-42a5-8449-1ffc4cb1caa1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
558 | 2024.06.25 07:10:47.273317 [ 3 ] {82da8483-344b-4c54-82e8-dc837fe50de5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41374) 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.06.25 07:10:47.273383 [ 3 ] {82da8483-344b-4c54-82e8-dc837fe50de5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
560 | 2024.06.25 07:10:47.275227 [ 3 ] {82da8483-344b-4c54-82e8-dc837fe50de5} <Debug> oximeter.measurements_histogramu16 (19906574-998d-414c-ae90-990e80a4d45d): Loading data parts | ||
561 | 2024.06.25 07:10:47.275389 [ 3 ] {82da8483-344b-4c54-82e8-dc837fe50de5} <Debug> oximeter.measurements_histogramu16 (19906574-998d-414c-ae90-990e80a4d45d): There are no data parts | ||
562 | 2024.06.25 07:10:47.276869 [ 3 ] {82da8483-344b-4c54-82e8-dc837fe50de5} <Debug> DynamicQueryHandler: Done processing query | ||
563 | 2024.06.25 07:10:47.276894 [ 3 ] {} <Debug> HTTP-Session: bb0b60ec-dd20-42a5-8449-1ffc4cb1caa1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
564 | 2024.06.25 07:10:47.277034 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41374, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
565 | 2024.06.25 07:10:47.277093 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
566 | 2024.06.25 07:10:47.277113 [ 3 ] {} <Debug> HTTP-Session: b6c8943e-d255-44da-9d82-22bd2e213ce2 Authenticating user 'default' from [fd00:1122:3344:101::d]:41374 | ||
567 | 2024.06.25 07:10:47.277136 [ 3 ] {} <Debug> HTTP-Session: b6c8943e-d255-44da-9d82-22bd2e213ce2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
568 | 2024.06.25 07:10:47.277156 [ 3 ] {} <Debug> HTTP-Session: b6c8943e-d255-44da-9d82-22bd2e213ce2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
569 | 2024.06.25 07:10:47.277186 [ 3 ] {} <Trace> HTTP-Session: b6c8943e-d255-44da-9d82-22bd2e213ce2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
570 | 2024.06.25 07:10:47.277448 [ 3 ] {15e4e34c-ae6b-4221-92db-ac5233e86d1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41374) 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.06.25 07:10:47.277519 [ 3 ] {15e4e34c-ae6b-4221-92db-ac5233e86d1c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
572 | 2024.06.25 07:10:47.279572 [ 3 ] {15e4e34c-ae6b-4221-92db-ac5233e86d1c} <Debug> oximeter.measurements_histogrami32 (ffc1b7dc-2e7b-47b0-9977-46e817b5e3f1): Loading data parts | ||
573 | 2024.06.25 07:10:47.279746 [ 3 ] {15e4e34c-ae6b-4221-92db-ac5233e86d1c} <Debug> oximeter.measurements_histogrami32 (ffc1b7dc-2e7b-47b0-9977-46e817b5e3f1): There are no data parts | ||
574 | 2024.06.25 07:10:47.281128 [ 3 ] {15e4e34c-ae6b-4221-92db-ac5233e86d1c} <Debug> DynamicQueryHandler: Done processing query | ||
575 | 2024.06.25 07:10:47.281155 [ 3 ] {} <Debug> HTTP-Session: b6c8943e-d255-44da-9d82-22bd2e213ce2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
576 | 2024.06.25 07:10:47.281293 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41374, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
577 | 2024.06.25 07:10:47.281347 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
578 | 2024.06.25 07:10:47.281367 [ 3 ] {} <Debug> HTTP-Session: e968b75a-ad81-407a-a235-910823c5461c Authenticating user 'default' from [fd00:1122:3344:101::d]:41374 | ||
579 | 2024.06.25 07:10:47.281401 [ 3 ] {} <Debug> HTTP-Session: e968b75a-ad81-407a-a235-910823c5461c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
580 | 2024.06.25 07:10:47.281414 [ 3 ] {} <Debug> HTTP-Session: e968b75a-ad81-407a-a235-910823c5461c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
581 | 2024.06.25 07:10:47.281452 [ 3 ] {} <Trace> HTTP-Session: e968b75a-ad81-407a-a235-910823c5461c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
582 | 2024.06.25 07:10:47.281699 [ 3 ] {f9c27ad7-1233-4822-af7b-285e2d398cf3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41374) 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.06.25 07:10:47.281764 [ 3 ] {f9c27ad7-1233-4822-af7b-285e2d398cf3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
584 | 2024.06.25 07:10:47.283811 [ 3 ] {f9c27ad7-1233-4822-af7b-285e2d398cf3} <Debug> oximeter.measurements_histogramu32 (d40085ed-648c-43d3-9cc8-ab571643077e): Loading data parts | ||
585 | 2024.06.25 07:10:47.283967 [ 3 ] {f9c27ad7-1233-4822-af7b-285e2d398cf3} <Debug> oximeter.measurements_histogramu32 (d40085ed-648c-43d3-9cc8-ab571643077e): There are no data parts | ||
586 | 2024.06.25 07:10:47.285458 [ 3 ] {f9c27ad7-1233-4822-af7b-285e2d398cf3} <Debug> DynamicQueryHandler: Done processing query | ||
587 | 2024.06.25 07:10:47.285483 [ 3 ] {} <Debug> HTTP-Session: e968b75a-ad81-407a-a235-910823c5461c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
588 | 2024.06.25 07:10:47.285629 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41374, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
589 | 2024.06.25 07:10:47.285688 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
590 | 2024.06.25 07:10:47.285707 [ 3 ] {} <Debug> HTTP-Session: 47889016-3755-45d9-bc5e-ebba7565365a Authenticating user 'default' from [fd00:1122:3344:101::d]:41374 | ||
591 | 2024.06.25 07:10:47.285729 [ 3 ] {} <Debug> HTTP-Session: 47889016-3755-45d9-bc5e-ebba7565365a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
592 | 2024.06.25 07:10:47.285750 [ 3 ] {} <Debug> HTTP-Session: 47889016-3755-45d9-bc5e-ebba7565365a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
593 | 2024.06.25 07:10:47.285781 [ 3 ] {} <Trace> HTTP-Session: 47889016-3755-45d9-bc5e-ebba7565365a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
594 | 2024.06.25 07:10:47.286030 [ 3 ] {de14ac14-3ce6-4282-baa3-531f4c9f1f00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41374) 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.06.25 07:10:47.286097 [ 3 ] {de14ac14-3ce6-4282-baa3-531f4c9f1f00} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
596 | 2024.06.25 07:10:47.287852 [ 3 ] {de14ac14-3ce6-4282-baa3-531f4c9f1f00} <Debug> oximeter.measurements_histogrami64 (1ec2151e-1029-4249-a150-7b3e27ffc3c6): Loading data parts | ||
597 | 2024.06.25 07:10:47.288007 [ 3 ] {de14ac14-3ce6-4282-baa3-531f4c9f1f00} <Debug> oximeter.measurements_histogrami64 (1ec2151e-1029-4249-a150-7b3e27ffc3c6): There are no data parts | ||
598 | 2024.06.25 07:10:47.289422 [ 3 ] {de14ac14-3ce6-4282-baa3-531f4c9f1f00} <Debug> DynamicQueryHandler: Done processing query | ||
599 | 2024.06.25 07:10:47.289448 [ 3 ] {} <Debug> HTTP-Session: 47889016-3755-45d9-bc5e-ebba7565365a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
600 | 2024.06.25 07:10:47.289577 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41374, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
601 | 2024.06.25 07:10:47.289631 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
602 | 2024.06.25 07:10:47.289657 [ 3 ] {} <Debug> HTTP-Session: 58fcb6e3-7da9-496c-9d1c-79f77f496956 Authenticating user 'default' from [fd00:1122:3344:101::d]:41374 | ||
603 | 2024.06.25 07:10:47.289673 [ 3 ] {} <Debug> HTTP-Session: 58fcb6e3-7da9-496c-9d1c-79f77f496956 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
604 | 2024.06.25 07:10:47.289693 [ 3 ] {} <Debug> HTTP-Session: 58fcb6e3-7da9-496c-9d1c-79f77f496956 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
605 | 2024.06.25 07:10:47.289724 [ 3 ] {} <Trace> HTTP-Session: 58fcb6e3-7da9-496c-9d1c-79f77f496956 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
606 | 2024.06.25 07:10:47.289987 [ 3 ] {6b5152a2-04e9-42d0-9b73-e7fb52eac911} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41374) 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.06.25 07:10:47.290074 [ 3 ] {6b5152a2-04e9-42d0-9b73-e7fb52eac911} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
608 | 2024.06.25 07:10:47.292467 [ 3 ] {6b5152a2-04e9-42d0-9b73-e7fb52eac911} <Debug> oximeter.measurements_histogramu64 (ec0e0be7-fe7a-49c8-bf4c-1a3b3f2d1677): Loading data parts | ||
609 | 2024.06.25 07:10:47.292633 [ 3 ] {6b5152a2-04e9-42d0-9b73-e7fb52eac911} <Debug> oximeter.measurements_histogramu64 (ec0e0be7-fe7a-49c8-bf4c-1a3b3f2d1677): There are no data parts | ||
610 | 2024.06.25 07:10:47.294322 [ 3 ] {6b5152a2-04e9-42d0-9b73-e7fb52eac911} <Debug> DynamicQueryHandler: Done processing query | ||
611 | 2024.06.25 07:10:47.294350 [ 3 ] {} <Debug> HTTP-Session: 58fcb6e3-7da9-496c-9d1c-79f77f496956 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
612 | 2024.06.25 07:10:47.294531 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41374, User-Agent: (none), Length: 848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
613 | 2024.06.25 07:10:47.294599 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
614 | 2024.06.25 07:10:47.294617 [ 3 ] {} <Debug> HTTP-Session: 0070ae7c-1d62-4974-b69d-0796ee46cfd8 Authenticating user 'default' from [fd00:1122:3344:101::d]:41374 | ||
615 | 2024.06.25 07:10:47.294645 [ 3 ] {} <Debug> HTTP-Session: 0070ae7c-1d62-4974-b69d-0796ee46cfd8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
616 | 2024.06.25 07:10:47.294669 [ 3 ] {} <Debug> HTTP-Session: 0070ae7c-1d62-4974-b69d-0796ee46cfd8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
617 | 2024.06.25 07:10:47.294698 [ 3 ] {} <Trace> HTTP-Session: 0070ae7c-1d62-4974-b69d-0796ee46cfd8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
618 | 2024.06.25 07:10:47.294956 [ 3 ] {58bc2a13-4565-48fb-9a2b-8cc488671c96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41374) 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.06.25 07:10:47.295033 [ 3 ] {58bc2a13-4565-48fb-9a2b-8cc488671c96} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
620 | 2024.06.25 07:10:47.296950 [ 3 ] {58bc2a13-4565-48fb-9a2b-8cc488671c96} <Debug> oximeter.measurements_histogramf32 (460274ac-e4e0-455d-9689-5d9479420cd2): Loading data parts | ||
621 | 2024.06.25 07:10:47.297105 [ 3 ] {58bc2a13-4565-48fb-9a2b-8cc488671c96} <Debug> oximeter.measurements_histogramf32 (460274ac-e4e0-455d-9689-5d9479420cd2): There are no data parts | ||
622 | 2024.06.25 07:10:47.298345 [ 3 ] {58bc2a13-4565-48fb-9a2b-8cc488671c96} <Debug> DynamicQueryHandler: Done processing query | ||
623 | 2024.06.25 07:10:47.298387 [ 3 ] {} <Debug> HTTP-Session: 0070ae7c-1d62-4974-b69d-0796ee46cfd8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
624 | 2024.06.25 07:10:47.298497 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41374, User-Agent: (none), Length: 848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
625 | 2024.06.25 07:10:47.298557 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
626 | 2024.06.25 07:10:47.298588 [ 3 ] {} <Debug> HTTP-Session: 7f59a7ed-b055-461e-b357-aea7d0e65e67 Authenticating user 'default' from [fd00:1122:3344:101::d]:41374 | ||
627 | 2024.06.25 07:10:47.298603 [ 3 ] {} <Debug> HTTP-Session: 7f59a7ed-b055-461e-b357-aea7d0e65e67 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
628 | 2024.06.25 07:10:47.298626 [ 3 ] {} <Debug> HTTP-Session: 7f59a7ed-b055-461e-b357-aea7d0e65e67 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
629 | 2024.06.25 07:10:47.298665 [ 3 ] {} <Trace> HTTP-Session: 7f59a7ed-b055-461e-b357-aea7d0e65e67 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
630 | 2024.06.25 07:10:47.298904 [ 3 ] {362fd9e2-b2ed-4d60-86f0-cbc9a195c3c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41374) 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.06.25 07:10:47.298983 [ 3 ] {362fd9e2-b2ed-4d60-86f0-cbc9a195c3c7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
632 | 2024.06.25 07:10:47.301073 [ 3 ] {362fd9e2-b2ed-4d60-86f0-cbc9a195c3c7} <Debug> oximeter.measurements_histogramf64 (7bf12d27-0a09-45c5-8c45-4d00c63235e8): Loading data parts | ||
633 | 2024.06.25 07:10:47.301258 [ 3 ] {362fd9e2-b2ed-4d60-86f0-cbc9a195c3c7} <Debug> oximeter.measurements_histogramf64 (7bf12d27-0a09-45c5-8c45-4d00c63235e8): There are no data parts | ||
634 | 2024.06.25 07:10:47.302505 [ 3 ] {362fd9e2-b2ed-4d60-86f0-cbc9a195c3c7} <Debug> DynamicQueryHandler: Done processing query | ||
635 | 2024.06.25 07:10:47.302530 [ 3 ] {} <Debug> HTTP-Session: 7f59a7ed-b055-461e-b357-aea7d0e65e67 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
636 | 2024.06.25 07:10:47.302667 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41374, User-Agent: (none), Length: 1196, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
637 | 2024.06.25 07:10:47.302726 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
638 | 2024.06.25 07:10:47.302757 [ 3 ] {} <Debug> HTTP-Session: 91ac4785-80cc-44b8-89ea-d34ed9ca684b Authenticating user 'default' from [fd00:1122:3344:101::d]:41374 | ||
639 | 2024.06.25 07:10:47.302773 [ 3 ] {} <Debug> HTTP-Session: 91ac4785-80cc-44b8-89ea-d34ed9ca684b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
640 | 2024.06.25 07:10:47.302805 [ 3 ] {} <Debug> HTTP-Session: 91ac4785-80cc-44b8-89ea-d34ed9ca684b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
641 | 2024.06.25 07:10:47.302845 [ 3 ] {} <Trace> HTTP-Session: 91ac4785-80cc-44b8-89ea-d34ed9ca684b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
642 | 2024.06.25 07:10:47.303007 [ 3 ] {5e020865-5db0-4095-a187-79d55e620c01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41374) /* 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.06.25 07:10:47.303075 [ 3 ] {5e020865-5db0-4095-a187-79d55e620c01} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
661 | 2024.06.25 07:10:47.304468 [ 3 ] {5e020865-5db0-4095-a187-79d55e620c01} <Debug> oximeter.fields_bool (f129ea0a-3ee3-4f9b-9525-cd726b33cc4c): Loading data parts | ||
662 | 2024.06.25 07:10:47.304644 [ 3 ] {5e020865-5db0-4095-a187-79d55e620c01} <Debug> oximeter.fields_bool (f129ea0a-3ee3-4f9b-9525-cd726b33cc4c): There are no data parts | ||
663 | 2024.06.25 07:10:47.305983 [ 3 ] {5e020865-5db0-4095-a187-79d55e620c01} <Debug> DynamicQueryHandler: Done processing query | ||
664 | 2024.06.25 07:10:47.306024 [ 3 ] {} <Debug> HTTP-Session: 91ac4785-80cc-44b8-89ea-d34ed9ca684b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
665 | 2024.06.25 07:10:47.306150 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41374, User-Agent: (none), Length: 248, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
666 | 2024.06.25 07:10:47.306209 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
667 | 2024.06.25 07:10:47.306228 [ 3 ] {} <Debug> HTTP-Session: 5c6c327c-db16-40b6-a7de-0f94cc331e9c Authenticating user 'default' from [fd00:1122:3344:101::d]:41374 | ||
668 | 2024.06.25 07:10:47.306259 [ 3 ] {} <Debug> HTTP-Session: 5c6c327c-db16-40b6-a7de-0f94cc331e9c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
669 | 2024.06.25 07:10:47.306273 [ 3 ] {} <Debug> HTTP-Session: 5c6c327c-db16-40b6-a7de-0f94cc331e9c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
670 | 2024.06.25 07:10:47.306312 [ 3 ] {} <Trace> HTTP-Session: 5c6c327c-db16-40b6-a7de-0f94cc331e9c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
671 | 2024.06.25 07:10:47.306461 [ 3 ] {b93721f3-3dce-490a-89cc-b2006a944569} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41374) 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.06.25 07:10:47.306530 [ 3 ] {b93721f3-3dce-490a-89cc-b2006a944569} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
673 | 2024.06.25 07:10:47.307918 [ 3 ] {b93721f3-3dce-490a-89cc-b2006a944569} <Debug> oximeter.fields_i8 (56a1b6de-c627-460a-819a-309daacce2bd): Loading data parts | ||
674 | 2024.06.25 07:10:47.308093 [ 3 ] {b93721f3-3dce-490a-89cc-b2006a944569} <Debug> oximeter.fields_i8 (56a1b6de-c627-460a-819a-309daacce2bd): There are no data parts | ||
675 | 2024.06.25 07:10:47.309403 [ 3 ] {b93721f3-3dce-490a-89cc-b2006a944569} <Debug> DynamicQueryHandler: Done processing query | ||
676 | 2024.06.25 07:10:47.309443 [ 3 ] {} <Debug> HTTP-Session: 5c6c327c-db16-40b6-a7de-0f94cc331e9c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
677 | 2024.06.25 07:10:47.309538 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41374, User-Agent: (none), Length: 249, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
678 | 2024.06.25 07:10:47.309598 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
679 | 2024.06.25 07:10:47.309616 [ 3 ] {} <Debug> HTTP-Session: 1bc1bce0-2148-4418-a588-9f1f209cc9c6 Authenticating user 'default' from [fd00:1122:3344:101::d]:41374 | ||
680 | 2024.06.25 07:10:47.309639 [ 3 ] {} <Debug> HTTP-Session: 1bc1bce0-2148-4418-a588-9f1f209cc9c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
681 | 2024.06.25 07:10:47.309653 [ 3 ] {} <Debug> HTTP-Session: 1bc1bce0-2148-4418-a588-9f1f209cc9c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
682 | 2024.06.25 07:10:47.309688 [ 3 ] {} <Trace> HTTP-Session: 1bc1bce0-2148-4418-a588-9f1f209cc9c6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
683 | 2024.06.25 07:10:47.309832 [ 3 ] {cc1a6fc8-d728-4ab5-9395-b89e62993786} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41374) 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.06.25 07:10:47.309882 [ 3 ] {cc1a6fc8-d728-4ab5-9395-b89e62993786} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
685 | 2024.06.25 07:10:47.311247 [ 3 ] {cc1a6fc8-d728-4ab5-9395-b89e62993786} <Debug> oximeter.fields_u8 (44ff26c3-2b63-49bf-9cd6-ded88850e604): Loading data parts | ||
686 | 2024.06.25 07:10:47.311428 [ 3 ] {cc1a6fc8-d728-4ab5-9395-b89e62993786} <Debug> oximeter.fields_u8 (44ff26c3-2b63-49bf-9cd6-ded88850e604): There are no data parts | ||
687 | 2024.06.25 07:10:47.312468 [ 3 ] {cc1a6fc8-d728-4ab5-9395-b89e62993786} <Debug> DynamicQueryHandler: Done processing query | ||
688 | 2024.06.25 07:10:47.312498 [ 3 ] {} <Debug> HTTP-Session: 1bc1bce0-2148-4418-a588-9f1f209cc9c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
689 | 2024.06.25 07:10:47.312589 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41374, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
690 | 2024.06.25 07:10:47.312640 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
691 | 2024.06.25 07:10:47.312663 [ 3 ] {} <Debug> HTTP-Session: 98e42b7e-4c39-4267-82b8-cde0d86c71a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:41374 | ||
692 | 2024.06.25 07:10:47.312684 [ 3 ] {} <Debug> HTTP-Session: 98e42b7e-4c39-4267-82b8-cde0d86c71a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
693 | 2024.06.25 07:10:47.312697 [ 3 ] {} <Debug> HTTP-Session: 98e42b7e-4c39-4267-82b8-cde0d86c71a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
694 | 2024.06.25 07:10:47.312729 [ 3 ] {} <Trace> HTTP-Session: 98e42b7e-4c39-4267-82b8-cde0d86c71a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
695 | 2024.06.25 07:10:47.312870 [ 3 ] {2d467c5a-af9a-490c-a508-12a7cd4dda83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41374) 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.06.25 07:10:47.312912 [ 3 ] {2d467c5a-af9a-490c-a508-12a7cd4dda83} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
697 | 2024.06.25 07:10:47.314828 [ 3 ] {2d467c5a-af9a-490c-a508-12a7cd4dda83} <Debug> oximeter.fields_i16 (bfd64b33-ca92-4ba0-b9dc-a0e58f61d470): Loading data parts | ||
698 | 2024.06.25 07:10:47.314978 [ 3 ] {2d467c5a-af9a-490c-a508-12a7cd4dda83} <Debug> oximeter.fields_i16 (bfd64b33-ca92-4ba0-b9dc-a0e58f61d470): There are no data parts | ||
699 | 2024.06.25 07:10:47.316174 [ 3 ] {2d467c5a-af9a-490c-a508-12a7cd4dda83} <Debug> DynamicQueryHandler: Done processing query | ||
700 | 2024.06.25 07:10:47.316208 [ 3 ] {} <Debug> HTTP-Session: 98e42b7e-4c39-4267-82b8-cde0d86c71a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
701 | 2024.06.25 07:10:47.316328 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41374, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
702 | 2024.06.25 07:10:47.316383 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
703 | 2024.06.25 07:10:47.316409 [ 3 ] {} <Debug> HTTP-Session: 9d6063e4-a056-4dcd-a62e-baf809bf93ab Authenticating user 'default' from [fd00:1122:3344:101::d]:41374 | ||
704 | 2024.06.25 07:10:47.316425 [ 3 ] {} <Debug> HTTP-Session: 9d6063e4-a056-4dcd-a62e-baf809bf93ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
705 | 2024.06.25 07:10:47.316445 [ 3 ] {} <Debug> HTTP-Session: 9d6063e4-a056-4dcd-a62e-baf809bf93ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
706 | 2024.06.25 07:10:47.316488 [ 3 ] {} <Trace> HTTP-Session: 9d6063e4-a056-4dcd-a62e-baf809bf93ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
707 | 2024.06.25 07:10:47.316623 [ 3 ] {df49afec-d103-44cf-9fba-5568bc65922c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41374) 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.06.25 07:10:47.316676 [ 3 ] {df49afec-d103-44cf-9fba-5568bc65922c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
709 | 2024.06.25 07:10:47.318269 [ 3 ] {df49afec-d103-44cf-9fba-5568bc65922c} <Debug> oximeter.fields_u16 (3a35cf00-b7cc-45e3-80c8-1c8d13c9f8ae): Loading data parts | ||
710 | 2024.06.25 07:10:47.318430 [ 3 ] {df49afec-d103-44cf-9fba-5568bc65922c} <Debug> oximeter.fields_u16 (3a35cf00-b7cc-45e3-80c8-1c8d13c9f8ae): There are no data parts | ||
711 | 2024.06.25 07:10:47.319547 [ 3 ] {df49afec-d103-44cf-9fba-5568bc65922c} <Debug> DynamicQueryHandler: Done processing query | ||
712 | 2024.06.25 07:10:47.319573 [ 3 ] {} <Debug> HTTP-Session: 9d6063e4-a056-4dcd-a62e-baf809bf93ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
713 | 2024.06.25 07:10:47.319698 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41374, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
714 | 2024.06.25 07:10:47.319753 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
715 | 2024.06.25 07:10:47.319772 [ 3 ] {} <Debug> HTTP-Session: 04d51b84-4410-4d18-8f54-1972f4181d74 Authenticating user 'default' from [fd00:1122:3344:101::d]:41374 | ||
716 | 2024.06.25 07:10:47.319795 [ 3 ] {} <Debug> HTTP-Session: 04d51b84-4410-4d18-8f54-1972f4181d74 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
717 | 2024.06.25 07:10:47.319821 [ 3 ] {} <Debug> HTTP-Session: 04d51b84-4410-4d18-8f54-1972f4181d74 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
718 | 2024.06.25 07:10:47.319850 [ 3 ] {} <Trace> HTTP-Session: 04d51b84-4410-4d18-8f54-1972f4181d74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
719 | 2024.06.25 07:10:47.319994 [ 3 ] {97dcfaa3-fb8e-4270-aac6-107a2dd9b8af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41374) 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.06.25 07:10:47.320052 [ 3 ] {97dcfaa3-fb8e-4270-aac6-107a2dd9b8af} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
721 | 2024.06.25 07:10:47.321692 [ 3 ] {97dcfaa3-fb8e-4270-aac6-107a2dd9b8af} <Debug> oximeter.fields_i32 (372c1385-fc36-4974-b371-50e0a1362326): Loading data parts | ||
722 | 2024.06.25 07:10:47.321851 [ 3 ] {97dcfaa3-fb8e-4270-aac6-107a2dd9b8af} <Debug> oximeter.fields_i32 (372c1385-fc36-4974-b371-50e0a1362326): There are no data parts | ||
723 | 2024.06.25 07:10:47.323037 [ 3 ] {97dcfaa3-fb8e-4270-aac6-107a2dd9b8af} <Debug> DynamicQueryHandler: Done processing query | ||
724 | 2024.06.25 07:10:47.323063 [ 3 ] {} <Debug> HTTP-Session: 04d51b84-4410-4d18-8f54-1972f4181d74 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
725 | 2024.06.25 07:10:47.323164 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41374, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
726 | 2024.06.25 07:10:47.323217 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
727 | 2024.06.25 07:10:47.323237 [ 3 ] {} <Debug> HTTP-Session: aee66f8d-07b7-4d06-b54c-caedef117b56 Authenticating user 'default' from [fd00:1122:3344:101::d]:41374 | ||
728 | 2024.06.25 07:10:47.323268 [ 3 ] {} <Debug> HTTP-Session: aee66f8d-07b7-4d06-b54c-caedef117b56 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
729 | 2024.06.25 07:10:47.323281 [ 3 ] {} <Debug> HTTP-Session: aee66f8d-07b7-4d06-b54c-caedef117b56 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
730 | 2024.06.25 07:10:47.323316 [ 3 ] {} <Trace> HTTP-Session: aee66f8d-07b7-4d06-b54c-caedef117b56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
731 | 2024.06.25 07:10:47.323460 [ 3 ] {7062a0b5-73bf-4616-8062-02dfd7f90837} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41374) 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.06.25 07:10:47.323513 [ 3 ] {7062a0b5-73bf-4616-8062-02dfd7f90837} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
733 | 2024.06.25 07:10:47.325121 [ 3 ] {7062a0b5-73bf-4616-8062-02dfd7f90837} <Debug> oximeter.fields_u32 (d47a5a3c-c3a2-4c20-989d-90942b306b79): Loading data parts | ||
734 | 2024.06.25 07:10:47.325280 [ 3 ] {7062a0b5-73bf-4616-8062-02dfd7f90837} <Debug> oximeter.fields_u32 (d47a5a3c-c3a2-4c20-989d-90942b306b79): There are no data parts | ||
735 | 2024.06.25 07:10:47.326391 [ 3 ] {7062a0b5-73bf-4616-8062-02dfd7f90837} <Debug> DynamicQueryHandler: Done processing query | ||
736 | 2024.06.25 07:10:47.326416 [ 3 ] {} <Debug> HTTP-Session: aee66f8d-07b7-4d06-b54c-caedef117b56 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
737 | 2024.06.25 07:10:47.326510 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41374, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
738 | 2024.06.25 07:10:47.326645 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
739 | 2024.06.25 07:10:47.326665 [ 3 ] {} <Debug> HTTP-Session: f1e8280d-26ef-4594-ab62-2bd1b598a8e4 Authenticating user 'default' from [fd00:1122:3344:101::d]:41374 | ||
740 | 2024.06.25 07:10:47.326689 [ 3 ] {} <Debug> HTTP-Session: f1e8280d-26ef-4594-ab62-2bd1b598a8e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
741 | 2024.06.25 07:10:47.326704 [ 3 ] {} <Debug> HTTP-Session: f1e8280d-26ef-4594-ab62-2bd1b598a8e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
742 | 2024.06.25 07:10:47.326733 [ 3 ] {} <Trace> HTTP-Session: f1e8280d-26ef-4594-ab62-2bd1b598a8e4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
743 | 2024.06.25 07:10:47.326884 [ 3 ] {076cb001-6860-4172-bab2-dce728de8802} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41374) 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.06.25 07:10:47.326924 [ 3 ] {076cb001-6860-4172-bab2-dce728de8802} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
745 | 2024.06.25 07:10:47.328535 [ 3 ] {076cb001-6860-4172-bab2-dce728de8802} <Debug> oximeter.fields_i64 (5a4e27aa-5414-415d-87de-3cb5e0800323): Loading data parts | ||
746 | 2024.06.25 07:10:47.328692 [ 3 ] {076cb001-6860-4172-bab2-dce728de8802} <Debug> oximeter.fields_i64 (5a4e27aa-5414-415d-87de-3cb5e0800323): There are no data parts | ||
747 | 2024.06.25 07:10:47.329881 [ 3 ] {076cb001-6860-4172-bab2-dce728de8802} <Debug> DynamicQueryHandler: Done processing query | ||
748 | 2024.06.25 07:10:47.329918 [ 3 ] {} <Debug> HTTP-Session: f1e8280d-26ef-4594-ab62-2bd1b598a8e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
749 | 2024.06.25 07:10:47.330023 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41374, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
750 | 2024.06.25 07:10:47.330070 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
751 | 2024.06.25 07:10:47.330090 [ 3 ] {} <Debug> HTTP-Session: e6286f5a-424c-4942-90fd-d6aa6b11953c Authenticating user 'default' from [fd00:1122:3344:101::d]:41374 | ||
752 | 2024.06.25 07:10:47.330106 [ 3 ] {} <Debug> HTTP-Session: e6286f5a-424c-4942-90fd-d6aa6b11953c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
753 | 2024.06.25 07:10:47.330120 [ 3 ] {} <Debug> HTTP-Session: e6286f5a-424c-4942-90fd-d6aa6b11953c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
754 | 2024.06.25 07:10:47.330148 [ 3 ] {} <Trace> HTTP-Session: e6286f5a-424c-4942-90fd-d6aa6b11953c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
755 | 2024.06.25 07:10:47.330285 [ 3 ] {28f6cb03-48b2-421a-baa2-2749e9035a17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41374) 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.06.25 07:10:47.330324 [ 3 ] {28f6cb03-48b2-421a-baa2-2749e9035a17} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
757 | 2024.06.25 07:10:47.331909 [ 3 ] {28f6cb03-48b2-421a-baa2-2749e9035a17} <Debug> oximeter.fields_u64 (2bb8efca-58e0-442d-865c-bd98c73f2711): Loading data parts | ||
758 | 2024.06.25 07:10:47.332072 [ 3 ] {28f6cb03-48b2-421a-baa2-2749e9035a17} <Debug> oximeter.fields_u64 (2bb8efca-58e0-442d-865c-bd98c73f2711): There are no data parts | ||
759 | 2024.06.25 07:10:47.333163 [ 3 ] {28f6cb03-48b2-421a-baa2-2749e9035a17} <Debug> DynamicQueryHandler: Done processing query | ||
760 | 2024.06.25 07:10:47.333188 [ 3 ] {} <Debug> HTTP-Session: e6286f5a-424c-4942-90fd-d6aa6b11953c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
761 | 2024.06.25 07:10:47.333296 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41374, User-Agent: (none), Length: 252, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
762 | 2024.06.25 07:10:47.333342 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
763 | 2024.06.25 07:10:47.333361 [ 3 ] {} <Debug> HTTP-Session: a1490391-9df8-4fe5-abd4-01da6b5f90a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:41374 | ||
764 | 2024.06.25 07:10:47.333377 [ 3 ] {} <Debug> HTTP-Session: a1490391-9df8-4fe5-abd4-01da6b5f90a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
765 | 2024.06.25 07:10:47.333391 [ 3 ] {} <Debug> HTTP-Session: a1490391-9df8-4fe5-abd4-01da6b5f90a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
766 | 2024.06.25 07:10:47.333420 [ 3 ] {} <Trace> HTTP-Session: a1490391-9df8-4fe5-abd4-01da6b5f90a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
767 | 2024.06.25 07:10:47.333558 [ 3 ] {19cbf906-f693-4279-88e5-31377d262045} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41374) 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.06.25 07:10:47.333596 [ 3 ] {19cbf906-f693-4279-88e5-31377d262045} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
769 | 2024.06.25 07:10:47.335214 [ 3 ] {19cbf906-f693-4279-88e5-31377d262045} <Debug> oximeter.fields_ipaddr (a80fa888-7cde-49a8-8db7-55a4c4c75c02): Loading data parts | ||
770 | 2024.06.25 07:10:47.335367 [ 3 ] {19cbf906-f693-4279-88e5-31377d262045} <Debug> oximeter.fields_ipaddr (a80fa888-7cde-49a8-8db7-55a4c4c75c02): There are no data parts | ||
771 | 2024.06.25 07:10:47.336482 [ 3 ] {19cbf906-f693-4279-88e5-31377d262045} <Debug> DynamicQueryHandler: Done processing query | ||
772 | 2024.06.25 07:10:47.336507 [ 3 ] {} <Debug> HTTP-Session: a1490391-9df8-4fe5-abd4-01da6b5f90a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
773 | 2024.06.25 07:10:47.336599 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41374, User-Agent: (none), Length: 254, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
774 | 2024.06.25 07:10:47.336645 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
775 | 2024.06.25 07:10:47.336665 [ 3 ] {} <Debug> HTTP-Session: 36c423b3-909f-4c23-b573-11e63f798ff4 Authenticating user 'default' from [fd00:1122:3344:101::d]:41374 | ||
776 | 2024.06.25 07:10:47.336681 [ 3 ] {} <Debug> HTTP-Session: 36c423b3-909f-4c23-b573-11e63f798ff4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
777 | 2024.06.25 07:10:47.336695 [ 3 ] {} <Debug> HTTP-Session: 36c423b3-909f-4c23-b573-11e63f798ff4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
778 | 2024.06.25 07:10:47.336724 [ 3 ] {} <Trace> HTTP-Session: 36c423b3-909f-4c23-b573-11e63f798ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
779 | 2024.06.25 07:10:47.336862 [ 3 ] {85771860-36a2-4d1b-91e2-84f121823e31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41374) 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.06.25 07:10:47.336901 [ 3 ] {85771860-36a2-4d1b-91e2-84f121823e31} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
781 | 2024.06.25 07:10:47.338502 [ 3 ] {85771860-36a2-4d1b-91e2-84f121823e31} <Debug> oximeter.fields_string (92be2c77-e348-4680-ab71-16c97f347e42): Loading data parts | ||
782 | 2024.06.25 07:10:47.338663 [ 3 ] {85771860-36a2-4d1b-91e2-84f121823e31} <Debug> oximeter.fields_string (92be2c77-e348-4680-ab71-16c97f347e42): There are no data parts | ||
783 | 2024.06.25 07:10:47.339853 [ 3 ] {85771860-36a2-4d1b-91e2-84f121823e31} <Debug> DynamicQueryHandler: Done processing query | ||
784 | 2024.06.25 07:10:47.339878 [ 3 ] {} <Debug> HTTP-Session: 36c423b3-909f-4c23-b573-11e63f798ff4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
785 | 2024.06.25 07:10:47.339984 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41374, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
786 | 2024.06.25 07:10:47.340034 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
787 | 2024.06.25 07:10:47.340054 [ 3 ] {} <Debug> HTTP-Session: 0bb10acd-8171-4af2-8f63-815c476bdca5 Authenticating user 'default' from [fd00:1122:3344:101::d]:41374 | ||
788 | 2024.06.25 07:10:47.340070 [ 3 ] {} <Debug> HTTP-Session: 0bb10acd-8171-4af2-8f63-815c476bdca5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
789 | 2024.06.25 07:10:47.340084 [ 3 ] {} <Debug> HTTP-Session: 0bb10acd-8171-4af2-8f63-815c476bdca5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
790 | 2024.06.25 07:10:47.340113 [ 3 ] {} <Trace> HTTP-Session: 0bb10acd-8171-4af2-8f63-815c476bdca5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
791 | 2024.06.25 07:10:47.340252 [ 3 ] {bc9fb29e-34bd-407c-91a0-f2b8604d6ae3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41374) 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.06.25 07:10:47.340301 [ 3 ] {bc9fb29e-34bd-407c-91a0-f2b8604d6ae3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
793 | 2024.06.25 07:10:47.341754 [ 3 ] {bc9fb29e-34bd-407c-91a0-f2b8604d6ae3} <Debug> oximeter.fields_uuid (a6135af6-13ec-413a-9f2a-05b69fc69276): Loading data parts | ||
794 | 2024.06.25 07:10:47.341908 [ 3 ] {bc9fb29e-34bd-407c-91a0-f2b8604d6ae3} <Debug> oximeter.fields_uuid (a6135af6-13ec-413a-9f2a-05b69fc69276): There are no data parts | ||
795 | 2024.06.25 07:10:47.343315 [ 3 ] {bc9fb29e-34bd-407c-91a0-f2b8604d6ae3} <Debug> DynamicQueryHandler: Done processing query | ||
796 | 2024.06.25 07:10:47.343341 [ 3 ] {} <Debug> HTTP-Session: 0bb10acd-8171-4af2-8f63-815c476bdca5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
797 | 2024.06.25 07:10:47.343497 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41374, User-Agent: (none), Length: 1416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
798 | 2024.06.25 07:10:47.343544 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
799 | 2024.06.25 07:10:47.343563 [ 3 ] {} <Debug> HTTP-Session: 5bf0fa68-5dcb-49bf-aa0f-1b90299b9454 Authenticating user 'default' from [fd00:1122:3344:101::d]:41374 | ||
800 | 2024.06.25 07:10:47.343578 [ 3 ] {} <Debug> HTTP-Session: 5bf0fa68-5dcb-49bf-aa0f-1b90299b9454 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
801 | 2024.06.25 07:10:47.343592 [ 3 ] {} <Debug> HTTP-Session: 5bf0fa68-5dcb-49bf-aa0f-1b90299b9454 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
802 | 2024.06.25 07:10:47.343622 [ 3 ] {} <Trace> HTTP-Session: 5bf0fa68-5dcb-49bf-aa0f-1b90299b9454 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
803 | 2024.06.25 07:10:47.343826 [ 3 ] {d9e5c1a7-5ecf-44a9-aeca-b6c116287d64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41374) /* 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.06.25 07:10:47.343885 [ 3 ] {d9e5c1a7-5ecf-44a9-aeca-b6c116287d64} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
808 | 2024.06.25 07:10:47.345380 [ 3 ] {d9e5c1a7-5ecf-44a9-aeca-b6c116287d64} <Debug> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096): Loading data parts | ||
809 | 2024.06.25 07:10:47.345541 [ 3 ] {d9e5c1a7-5ecf-44a9-aeca-b6c116287d64} <Debug> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096): There are no data parts | ||
810 | 2024.06.25 07:10:47.347103 [ 3 ] {d9e5c1a7-5ecf-44a9-aeca-b6c116287d64} <Debug> DynamicQueryHandler: Done processing query | ||
811 | 2024.06.25 07:10:47.347129 [ 3 ] {} <Debug> HTTP-Session: 5bf0fa68-5dcb-49bf-aa0f-1b90299b9454 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
812 | 2024.06.25 07:10:47.347258 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41374, User-Agent: (none), Length: 51, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
813 | 2024.06.25 07:10:47.347306 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
814 | 2024.06.25 07:10:47.347326 [ 3 ] {} <Debug> HTTP-Session: 9bc63aaa-4fd4-4d07-a31b-a7000d6243d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:41374 | ||
815 | 2024.06.25 07:10:47.347342 [ 3 ] {} <Debug> HTTP-Session: 9bc63aaa-4fd4-4d07-a31b-a7000d6243d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
816 | 2024.06.25 07:10:47.347356 [ 3 ] {} <Debug> HTTP-Session: 9bc63aaa-4fd4-4d07-a31b-a7000d6243d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
817 | 2024.06.25 07:10:47.347385 [ 3 ] {} <Trace> HTTP-Session: 9bc63aaa-4fd4-4d07-a31b-a7000d6243d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
818 | 2024.06.25 07:10:47.347545 [ 3 ] {c304d764-64bb-45a6-8c6a-a454ab642c24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41374) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
819 | 2024.06.25 07:10:47.349371 [ 3 ] {c304d764-64bb-45a6-8c6a-a454ab642c24} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
820 | 2024.06.25 07:10:47.353389 [ 3 ] {c304d764-64bb-45a6-8c6a-a454ab642c24} <Trace> oximeter.version (e5dc1a66-68d3-46e0-aaf0-0a2d0af2cc8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
821 | 2024.06.25 07:10:47.353428 [ 3 ] {c304d764-64bb-45a6-8c6a-a454ab642c24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
822 | 2024.06.25 07:10:47.358151 [ 3 ] {c304d764-64bb-45a6-8c6a-a454ab642c24} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
823 | 2024.06.25 07:10:47.359223 [ 3 ] {c304d764-64bb-45a6-8c6a-a454ab642c24} <Trace> oximeter.version (e5dc1a66-68d3-46e0-aaf0-0a2d0af2cc8d): 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.06.25 07:10:47.359493 [ 3 ] {c304d764-64bb-45a6-8c6a-a454ab642c24} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.012024 sec., 83.16699933466401 rows/sec., 1.30 KiB/sec. | ||
825 | 2024.06.25 07:10:47.359657 [ 3 ] {c304d764-64bb-45a6-8c6a-a454ab642c24} <Debug> DynamicQueryHandler: Done processing query | ||
826 | 2024.06.25 07:10:47.359681 [ 3 ] {c304d764-64bb-45a6-8c6a-a454ab642c24} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
827 | 2024.06.25 07:10:47.359696 [ 3 ] {} <Debug> HTTP-Session: 9bc63aaa-4fd4-4d07-a31b-a7000d6243d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
828 | 2024.06.25 07:10:48.000173 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 161.22 MiB, peak 166.36 MiB, free memory in arenas 0.00 B, will set to 173.67 MiB (RSS), difference: 12.45 MiB | ||
829 | 2024.06.25 07:11:01.649677 [ 113 ] {} <Debug> DNSResolver: Updating DNS cache | ||
830 | 2024.06.25 07:11:01.649754 [ 113 ] {} <Debug> DNSResolver: Updated DNS cache | ||
831 | 2024.06.25 07:11:16.650022 [ 97 ] {} <Debug> DNSResolver: Updating DNS cache | ||
832 | 2024.06.25 07:11:16.650099 [ 97 ] {} <Debug> DNSResolver: Updated DNS cache | ||
833 | 2024.06.25 07:11:27.363046 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 60, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
834 | 2024.06.25 07:11:27.363234 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
835 | 2024.06.25 07:11:27.363278 [ 3 ] {} <Debug> HTTP-Session: 7db700dd-0ad7-449a-b1b0-731945c02377 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
836 | 2024.06.25 07:11:27.363320 [ 3 ] {} <Debug> HTTP-Session: 7db700dd-0ad7-449a-b1b0-731945c02377 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
837 | 2024.06.25 07:11:27.363350 [ 3 ] {} <Debug> HTTP-Session: 7db700dd-0ad7-449a-b1b0-731945c02377 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
838 | 2024.06.25 07:11:27.363429 [ 3 ] {} <Trace> HTTP-Session: 7db700dd-0ad7-449a-b1b0-731945c02377 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
839 | 2024.06.25 07:11:27.363765 [ 3 ] {c9f8cd65-f5fc-4408-a176-194c9506b306} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) SELECT * FROM oximeter.timeseries_schema FORMAT JSONEachRow; (stage: Complete) | ||
840 | 2024.06.25 07:11:27.364271 [ 3 ] {c9f8cd65-f5fc-4408-a176-194c9506b306} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
841 | 2024.06.25 07:11:27.364463 [ 3 ] {c9f8cd65-f5fc-4408-a176-194c9506b306} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
842 | 2024.06.25 07:11:27.365725 [ 3 ] {c9f8cd65-f5fc-4408-a176-194c9506b306} <Debug> DynamicQueryHandler: Done processing query | ||
843 | 2024.06.25 07:11:27.365759 [ 3 ] {c9f8cd65-f5fc-4408-a176-194c9506b306} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
844 | 2024.06.25 07:11:27.365776 [ 3 ] {} <Debug> HTTP-Session: 7db700dd-0ad7-449a-b1b0-731945c02377 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
845 | 2024.06.25 07:11:27.368267 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
846 | 2024.06.25 07:11:27.368366 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
847 | 2024.06.25 07:11:27.368405 [ 3 ] {} <Debug> HTTP-Session: 3764c626-5214-45d6-ba15-88e50da810cf Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
848 | 2024.06.25 07:11:27.368440 [ 3 ] {} <Debug> HTTP-Session: 3764c626-5214-45d6-ba15-88e50da810cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
849 | 2024.06.25 07:11:27.368467 [ 3 ] {} <Debug> HTTP-Session: 3764c626-5214-45d6-ba15-88e50da810cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
850 | 2024.06.25 07:11:27.368531 [ 3 ] {} <Trace> HTTP-Session: 3764c626-5214-45d6-ba15-88e50da810cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
851 | 2024.06.25 07:11:27.368812 [ 3 ] {470f4297-f0ff-49b9-9bb4-b692aff6306f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
852 | 2024.06.25 07:11:27.371358 [ 3 ] {470f4297-f0ff-49b9-9bb4-b692aff6306f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
853 | 2024.06.25 07:11:27.371414 [ 3 ] {470f4297-f0ff-49b9-9bb4-b692aff6306f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
854 | 2024.06.25 07:11:27.372396 [ 3 ] {470f4297-f0ff-49b9-9bb4-b692aff6306f} <Debug> DynamicQueryHandler: Done processing query | ||
855 | 2024.06.25 07:11:27.372423 [ 3 ] {470f4297-f0ff-49b9-9bb4-b692aff6306f} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
856 | 2024.06.25 07:11:27.372438 [ 3 ] {} <Debug> HTTP-Session: 3764c626-5214-45d6-ba15-88e50da810cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
857 | 2024.06.25 07:11:27.373365 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 170, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
858 | 2024.06.25 07:11:27.373414 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
859 | 2024.06.25 07:11:27.373435 [ 3 ] {} <Debug> HTTP-Session: 8f63260f-9b65-43f8-97d2-4345b6afe4cc Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
860 | 2024.06.25 07:11:27.373452 [ 3 ] {} <Debug> HTTP-Session: 8f63260f-9b65-43f8-97d2-4345b6afe4cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
861 | 2024.06.25 07:11:27.373466 [ 3 ] {} <Debug> HTTP-Session: 8f63260f-9b65-43f8-97d2-4345b6afe4cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
862 | 2024.06.25 07:11:27.373499 [ 3 ] {} <Trace> HTTP-Session: 8f63260f-9b65-43f8-97d2-4345b6afe4cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
863 | 2024.06.25 07:11:27.373627 [ 3 ] {afb546fd-5f3c-4695-bbf4-d1a3fa690607} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
864 | 2024.06.25 07:11:27.374032 [ 3 ] {afb546fd-5f3c-4695-bbf4-d1a3fa690607} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
865 | 2024.06.25 07:11:27.374084 [ 3 ] {afb546fd-5f3c-4695-bbf4-d1a3fa690607} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
866 | 2024.06.25 07:11:27.375031 [ 3 ] {afb546fd-5f3c-4695-bbf4-d1a3fa690607} <Debug> DynamicQueryHandler: Done processing query | ||
867 | 2024.06.25 07:11:27.375056 [ 3 ] {afb546fd-5f3c-4695-bbf4-d1a3fa690607} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
868 | 2024.06.25 07:11:27.375073 [ 3 ] {} <Debug> HTTP-Session: 8f63260f-9b65-43f8-97d2-4345b6afe4cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
869 | 2024.06.25 07:11:27.375280 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 207, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
870 | 2024.06.25 07:11:27.375326 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
871 | 2024.06.25 07:11:27.375344 [ 3 ] {} <Debug> HTTP-Session: 5df0ec25-0099-43f9-934e-f731110cf433 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
872 | 2024.06.25 07:11:27.375361 [ 3 ] {} <Debug> HTTP-Session: 5df0ec25-0099-43f9-934e-f731110cf433 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
873 | 2024.06.25 07:11:27.375375 [ 3 ] {} <Debug> HTTP-Session: 5df0ec25-0099-43f9-934e-f731110cf433 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
874 | 2024.06.25 07:11:27.375404 [ 3 ] {} <Trace> HTTP-Session: 5df0ec25-0099-43f9-934e-f731110cf433 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
875 | 2024.06.25 07:11:27.375520 [ 3 ] {ae541054-ee90-42c1-abf4-8ed949f63216} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
876 | 2024.06.25 07:11:27.375826 [ 3 ] {ae541054-ee90-42c1-abf4-8ed949f63216} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
877 | 2024.06.25 07:11:27.375877 [ 3 ] {ae541054-ee90-42c1-abf4-8ed949f63216} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
878 | 2024.06.25 07:11:27.376729 [ 3 ] {ae541054-ee90-42c1-abf4-8ed949f63216} <Debug> DynamicQueryHandler: Done processing query | ||
879 | 2024.06.25 07:11:27.376754 [ 3 ] {ae541054-ee90-42c1-abf4-8ed949f63216} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
880 | 2024.06.25 07:11:27.376770 [ 3 ] {} <Debug> HTTP-Session: 5df0ec25-0099-43f9-934e-f731110cf433 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
881 | 2024.06.25 07:11:27.377312 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 947, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
882 | 2024.06.25 07:11:27.377385 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
883 | 2024.06.25 07:11:27.377411 [ 3 ] {} <Debug> HTTP-Session: 93afa6cf-c3dd-4414-8a20-02d8e137b148 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
884 | 2024.06.25 07:11:27.377433 [ 3 ] {} <Debug> HTTP-Session: 93afa6cf-c3dd-4414-8a20-02d8e137b148 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
885 | 2024.06.25 07:11:27.377452 [ 3 ] {} <Debug> HTTP-Session: 93afa6cf-c3dd-4414-8a20-02d8e137b148 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
886 | 2024.06.25 07:11:27.377491 [ 3 ] {} <Trace> HTTP-Session: 93afa6cf-c3dd-4414-8a20-02d8e137b148 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
887 | 2024.06.25 07:11:27.377630 [ 3 ] {a04ba24d-f44a-4778-88a3-9cd9f665c72e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
888 | 2024.06.25 07:11:27.377686 [ 3 ] {a04ba24d-f44a-4778-88a3-9cd9f665c72e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
889 | 2024.06.25 07:11:27.377974 [ 3 ] {a04ba24d-f44a-4778-88a3-9cd9f665c72e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
890 | 2024.06.25 07:11:27.378630 [ 3 ] {a04ba24d-f44a-4778-88a3-9cd9f665c72e} <Trace> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
891 | 2024.06.25 07:11:27.378670 [ 3 ] {a04ba24d-f44a-4778-88a3-9cd9f665c72e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
892 | 2024.06.25 07:11:27.379267 [ 3 ] {a04ba24d-f44a-4778-88a3-9cd9f665c72e} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
893 | 2024.06.25 07:11:27.379576 [ 3 ] {a04ba24d-f44a-4778-88a3-9cd9f665c72e} <Trace> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
894 | 2024.06.25 07:11:27.379714 [ 3 ] {a04ba24d-f44a-4778-88a3-9cd9f665c72e} <Debug> executeQuery: Read 4 rows, 443.00 B in 0.002126 sec., 1881.4675446848544 rows/sec., 203.49 KiB/sec. | ||
895 | 2024.06.25 07:11:27.379944 [ 3 ] {a04ba24d-f44a-4778-88a3-9cd9f665c72e} <Debug> DynamicQueryHandler: Done processing query | ||
896 | 2024.06.25 07:11:27.379969 [ 3 ] {a04ba24d-f44a-4778-88a3-9cd9f665c72e} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
897 | 2024.06.25 07:11:27.379986 [ 3 ] {} <Debug> HTTP-Session: 93afa6cf-c3dd-4414-8a20-02d8e137b148 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
898 | 2024.06.25 07:11:27.380106 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 2061, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
899 | 2024.06.25 07:11:27.380156 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
900 | 2024.06.25 07:11:27.380175 [ 3 ] {} <Debug> HTTP-Session: 3477c05d-a273-43eb-b8f0-d497b29f0a41 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
901 | 2024.06.25 07:11:27.380192 [ 3 ] {} <Debug> HTTP-Session: 3477c05d-a273-43eb-b8f0-d497b29f0a41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
902 | 2024.06.25 07:11:27.380207 [ 3 ] {} <Debug> HTTP-Session: 3477c05d-a273-43eb-b8f0-d497b29f0a41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
903 | 2024.06.25 07:11:27.380238 [ 3 ] {} <Trace> HTTP-Session: 3477c05d-a273-43eb-b8f0-d497b29f0a41 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
904 | 2024.06.25 07:11:27.380341 [ 3 ] {a2292329-4c3e-49ea-8d26-5b9499d2caaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
905 | 2024.06.25 07:11:27.380383 [ 3 ] {a2292329-4c3e-49ea-8d26-5b9499d2caaa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
906 | 2024.06.25 07:11:27.380513 [ 3 ] {a2292329-4c3e-49ea-8d26-5b9499d2caaa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
907 | 2024.06.25 07:11:27.382623 [ 3 ] {a2292329-4c3e-49ea-8d26-5b9499d2caaa} <Trace> oximeter.fields_i64 (5a4e27aa-5414-415d-87de-3cb5e0800323): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
908 | 2024.06.25 07:11:27.382661 [ 3 ] {a2292329-4c3e-49ea-8d26-5b9499d2caaa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
909 | 2024.06.25 07:11:27.382977 [ 3 ] {a2292329-4c3e-49ea-8d26-5b9499d2caaa} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
910 | 2024.06.25 07:11:27.383284 [ 3 ] {a2292329-4c3e-49ea-8d26-5b9499d2caaa} <Trace> oximeter.fields_i64 (5a4e27aa-5414-415d-87de-3cb5e0800323): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
911 | 2024.06.25 07:11:27.383431 [ 3 ] {a2292329-4c3e-49ea-8d26-5b9499d2caaa} <Debug> executeQuery: Read 14 rows, 1.13 KiB in 0.00311 sec., 4501.607717041801 rows/sec., 364.88 KiB/sec. | ||
912 | 2024.06.25 07:11:27.383708 [ 3 ] {a2292329-4c3e-49ea-8d26-5b9499d2caaa} <Debug> DynamicQueryHandler: Done processing query | ||
913 | 2024.06.25 07:11:27.383734 [ 3 ] {a2292329-4c3e-49ea-8d26-5b9499d2caaa} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
914 | 2024.06.25 07:11:27.383750 [ 3 ] {} <Debug> HTTP-Session: 3477c05d-a273-43eb-b8f0-d497b29f0a41 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
915 | 2024.06.25 07:11:27.383888 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 6354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
916 | 2024.06.25 07:11:27.383939 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
917 | 2024.06.25 07:11:27.383958 [ 3 ] {} <Debug> HTTP-Session: 4fc5e793-130a-43c8-9442-a0fbc8a43781 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
918 | 2024.06.25 07:11:27.383974 [ 3 ] {} <Debug> HTTP-Session: 4fc5e793-130a-43c8-9442-a0fbc8a43781 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
919 | 2024.06.25 07:11:27.383988 [ 3 ] {} <Debug> HTTP-Session: 4fc5e793-130a-43c8-9442-a0fbc8a43781 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
920 | 2024.06.25 07:11:27.384019 [ 3 ] {} <Trace> HTTP-Session: 4fc5e793-130a-43c8-9442-a0fbc8a43781 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
921 | 2024.06.25 07:11:27.384133 [ 3 ] {45abceac-3edd-4e0e-9e49-7fb650a5fa70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
922 | 2024.06.25 07:11:27.384176 [ 3 ] {45abceac-3edd-4e0e-9e49-7fb650a5fa70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
923 | 2024.06.25 07:11:27.384316 [ 3 ] {45abceac-3edd-4e0e-9e49-7fb650a5fa70} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
924 | 2024.06.25 07:11:27.384699 [ 3 ] {45abceac-3edd-4e0e-9e49-7fb650a5fa70} <Trace> oximeter.fields_string (92be2c77-e348-4680-ab71-16c97f347e42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
925 | 2024.06.25 07:11:27.384734 [ 3 ] {45abceac-3edd-4e0e-9e49-7fb650a5fa70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
926 | 2024.06.25 07:11:27.385031 [ 3 ] {45abceac-3edd-4e0e-9e49-7fb650a5fa70} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
927 | 2024.06.25 07:11:27.385329 [ 3 ] {45abceac-3edd-4e0e-9e49-7fb650a5fa70} <Trace> oximeter.fields_string (92be2c77-e348-4680-ab71-16c97f347e42): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
928 | 2024.06.25 07:11:27.385478 [ 3 ] {45abceac-3edd-4e0e-9e49-7fb650a5fa70} <Debug> executeQuery: Read 42 rows, 3.75 KiB in 0.001382 sec., 30390.738060781478 rows/sec., 2.65 MiB/sec. | ||
929 | 2024.06.25 07:11:27.385691 [ 3 ] {45abceac-3edd-4e0e-9e49-7fb650a5fa70} <Debug> DynamicQueryHandler: Done processing query | ||
930 | 2024.06.25 07:11:27.385715 [ 3 ] {45abceac-3edd-4e0e-9e49-7fb650a5fa70} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
931 | 2024.06.25 07:11:27.385731 [ 3 ] {} <Debug> HTTP-Session: 4fc5e793-130a-43c8-9442-a0fbc8a43781 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
932 | 2024.06.25 07:11:27.385847 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 3624, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
933 | 2024.06.25 07:11:27.385896 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
934 | 2024.06.25 07:11:27.385915 [ 3 ] {} <Debug> HTTP-Session: ab5a8e34-53aa-47f1-b8e9-d1855d6555bf Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
935 | 2024.06.25 07:11:27.385932 [ 3 ] {} <Debug> HTTP-Session: ab5a8e34-53aa-47f1-b8e9-d1855d6555bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
936 | 2024.06.25 07:11:27.385946 [ 3 ] {} <Debug> HTTP-Session: ab5a8e34-53aa-47f1-b8e9-d1855d6555bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
937 | 2024.06.25 07:11:27.385977 [ 3 ] {} <Trace> HTTP-Session: ab5a8e34-53aa-47f1-b8e9-d1855d6555bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
938 | 2024.06.25 07:11:27.386082 [ 3 ] {e03cf0a5-e9d3-4e3d-9ab7-c8a779a712d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
939 | 2024.06.25 07:11:27.386125 [ 3 ] {e03cf0a5-e9d3-4e3d-9ab7-c8a779a712d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
940 | 2024.06.25 07:11:27.386776 [ 3 ] {e03cf0a5-e9d3-4e3d-9ab7-c8a779a712d7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
941 | 2024.06.25 07:11:27.387664 [ 3 ] {e03cf0a5-e9d3-4e3d-9ab7-c8a779a712d7} <Trace> oximeter.fields_uuid (a6135af6-13ec-413a-9f2a-05b69fc69276): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
942 | 2024.06.25 07:11:27.387699 [ 3 ] {e03cf0a5-e9d3-4e3d-9ab7-c8a779a712d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
943 | 2024.06.25 07:11:27.388090 [ 3 ] {e03cf0a5-e9d3-4e3d-9ab7-c8a779a712d7} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
944 | 2024.06.25 07:11:27.388389 [ 3 ] {e03cf0a5-e9d3-4e3d-9ab7-c8a779a712d7} <Trace> oximeter.fields_uuid (a6135af6-13ec-413a-9f2a-05b69fc69276): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
945 | 2024.06.25 07:11:27.388541 [ 3 ] {e03cf0a5-e9d3-4e3d-9ab7-c8a779a712d7} <Debug> executeQuery: Read 21 rows, 1.69 KiB in 0.002487 sec., 8443.90832328106 rows/sec., 680.88 KiB/sec. | ||
946 | 2024.06.25 07:11:27.388824 [ 3 ] {e03cf0a5-e9d3-4e3d-9ab7-c8a779a712d7} <Debug> DynamicQueryHandler: Done processing query | ||
947 | 2024.06.25 07:11:27.388850 [ 3 ] {e03cf0a5-e9d3-4e3d-9ab7-c8a779a712d7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
948 | 2024.06.25 07:11:27.388866 [ 3 ] {} <Debug> HTTP-Session: ab5a8e34-53aa-47f1-b8e9-d1855d6555bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
949 | 2024.06.25 07:11:27.389077 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 22070, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
950 | 2024.06.25 07:11:27.389126 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
951 | 2024.06.25 07:11:27.389145 [ 3 ] {} <Debug> HTTP-Session: 1e609e46-698f-43b5-9dd8-2ad0fe5f4ab9 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
952 | 2024.06.25 07:11:27.389161 [ 3 ] {} <Debug> HTTP-Session: 1e609e46-698f-43b5-9dd8-2ad0fe5f4ab9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
953 | 2024.06.25 07:11:27.389176 [ 3 ] {} <Debug> HTTP-Session: 1e609e46-698f-43b5-9dd8-2ad0fe5f4ab9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
954 | 2024.06.25 07:11:27.389207 [ 3 ] {} <Trace> HTTP-Session: 1e609e46-698f-43b5-9dd8-2ad0fe5f4ab9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
955 | 2024.06.25 07:11:27.389401 [ 3 ] {0c758eb9-c945-4c3d-8275-12f6af18c62f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
956 | 2024.06.25 07:11:27.389470 [ 3 ] {0c758eb9-c945-4c3d-8275-12f6af18c62f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
957 | 2024.06.25 07:11:27.389876 [ 3 ] {0c758eb9-c945-4c3d-8275-12f6af18c62f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
958 | 2024.06.25 07:11:27.390569 [ 3 ] {0c758eb9-c945-4c3d-8275-12f6af18c62f} <Trace> oximeter.measurements_histogramf64 (7bf12d27-0a09-45c5-8c45-4d00c63235e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
959 | 2024.06.25 07:11:27.390605 [ 3 ] {0c758eb9-c945-4c3d-8275-12f6af18c62f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
960 | 2024.06.25 07:11:27.394326 [ 3 ] {0c758eb9-c945-4c3d-8275-12f6af18c62f} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
961 | 2024.06.25 07:11:27.394777 [ 3 ] {0c758eb9-c945-4c3d-8275-12f6af18c62f} <Trace> oximeter.measurements_histogramf64 (7bf12d27-0a09-45c5-8c45-4d00c63235e8): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
962 | 2024.06.25 07:11:27.394958 [ 3 ] {0c758eb9-c945-4c3d-8275-12f6af18c62f} <Debug> executeQuery: Read 14 rows, 25.69 KiB in 0.005672 sec., 2468.2651622002822 rows/sec., 4.42 MiB/sec. | ||
963 | 2024.06.25 07:11:27.395275 [ 3 ] {0c758eb9-c945-4c3d-8275-12f6af18c62f} <Debug> DynamicQueryHandler: Done processing query | ||
964 | 2024.06.25 07:11:27.395300 [ 3 ] {0c758eb9-c945-4c3d-8275-12f6af18c62f} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
965 | 2024.06.25 07:11:27.395316 [ 3 ] {} <Debug> HTTP-Session: 1e609e46-698f-43b5-9dd8-2ad0fe5f4ab9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
966 | 2024.06.25 07:11:27.395426 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 1974, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
967 | 2024.06.25 07:11:27.395475 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
968 | 2024.06.25 07:11:27.395494 [ 3 ] {} <Debug> HTTP-Session: 3927891f-0d75-449e-a38f-3e1c808b7c68 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
969 | 2024.06.25 07:11:27.395511 [ 3 ] {} <Debug> HTTP-Session: 3927891f-0d75-449e-a38f-3e1c808b7c68 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
970 | 2024.06.25 07:11:27.395525 [ 3 ] {} <Debug> HTTP-Session: 3927891f-0d75-449e-a38f-3e1c808b7c68 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
971 | 2024.06.25 07:11:27.395556 [ 3 ] {} <Trace> HTTP-Session: 3927891f-0d75-449e-a38f-3e1c808b7c68 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
972 | 2024.06.25 07:11:27.395656 [ 3 ] {c6c7c92c-64e5-4198-980b-2ba217fec8ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
973 | 2024.06.25 07:11:27.395701 [ 3 ] {c6c7c92c-64e5-4198-980b-2ba217fec8ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
974 | 2024.06.25 07:11:27.395828 [ 3 ] {c6c7c92c-64e5-4198-980b-2ba217fec8ad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
975 | 2024.06.25 07:11:27.396169 [ 3 ] {c6c7c92c-64e5-4198-980b-2ba217fec8ad} <Trace> oximeter.measurements_i64 (97fd8f4d-779f-4996-8b3f-3e8d398dbe90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
976 | 2024.06.25 07:11:27.396202 [ 3 ] {c6c7c92c-64e5-4198-980b-2ba217fec8ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
977 | 2024.06.25 07:11:27.396574 [ 3 ] {c6c7c92c-64e5-4198-980b-2ba217fec8ad} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
978 | 2024.06.25 07:11:27.396885 [ 3 ] {c6c7c92c-64e5-4198-980b-2ba217fec8ad} <Trace> oximeter.measurements_i64 (97fd8f4d-779f-4996-8b3f-3e8d398dbe90): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
979 | 2024.06.25 07:11:27.397044 [ 3 ] {c6c7c92c-64e5-4198-980b-2ba217fec8ad} <Debug> executeQuery: Read 12 rows, 926.00 B in 0.001411 sec., 8504.606661941885 rows/sec., 640.89 KiB/sec. | ||
980 | 2024.06.25 07:11:27.397325 [ 3 ] {c6c7c92c-64e5-4198-980b-2ba217fec8ad} <Debug> DynamicQueryHandler: Done processing query | ||
981 | 2024.06.25 07:11:27.397352 [ 3 ] {c6c7c92c-64e5-4198-980b-2ba217fec8ad} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
982 | 2024.06.25 07:11:27.397368 [ 3 ] {} <Debug> HTTP-Session: 3927891f-0d75-449e-a38f-3e1c808b7c68 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
983 | 2024.06.25 07:11:31.650171 [ 86 ] {} <Debug> DNSResolver: Updating DNS cache | ||
984 | 2024.06.25 07:11:31.650287 [ 86 ] {} <Debug> DNSResolver: Updated DNS cache | ||
985 | 2024.06.25 07:11:37.362996 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 2061, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
986 | 2024.06.25 07:11:37.363137 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
987 | 2024.06.25 07:11:37.363168 [ 3 ] {} <Debug> HTTP-Session: a7237acf-a3c1-4b97-a35a-d3642194af46 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
988 | 2024.06.25 07:11:37.363199 [ 3 ] {} <Debug> HTTP-Session: a7237acf-a3c1-4b97-a35a-d3642194af46 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
989 | 2024.06.25 07:11:37.363220 [ 3 ] {} <Debug> HTTP-Session: a7237acf-a3c1-4b97-a35a-d3642194af46 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
990 | 2024.06.25 07:11:37.363279 [ 3 ] {} <Trace> HTTP-Session: a7237acf-a3c1-4b97-a35a-d3642194af46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
991 | 2024.06.25 07:11:37.363486 [ 3 ] {1ca5ecfd-52b8-4ab3-8301-5d50d5b4184f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
992 | 2024.06.25 07:11:37.363556 [ 3 ] {1ca5ecfd-52b8-4ab3-8301-5d50d5b4184f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
993 | 2024.06.25 07:11:37.363746 [ 3 ] {1ca5ecfd-52b8-4ab3-8301-5d50d5b4184f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
994 | 2024.06.25 07:11:37.364195 [ 3 ] {1ca5ecfd-52b8-4ab3-8301-5d50d5b4184f} <Trace> oximeter.fields_i64 (5a4e27aa-5414-415d-87de-3cb5e0800323): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
995 | 2024.06.25 07:11:37.364238 [ 3 ] {1ca5ecfd-52b8-4ab3-8301-5d50d5b4184f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
996 | 2024.06.25 07:11:37.364603 [ 3 ] {1ca5ecfd-52b8-4ab3-8301-5d50d5b4184f} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
997 | 2024.06.25 07:11:37.364933 [ 3 ] {1ca5ecfd-52b8-4ab3-8301-5d50d5b4184f} <Trace> oximeter.fields_i64 (5a4e27aa-5414-415d-87de-3cb5e0800323): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
998 | 2024.06.25 07:11:37.365105 [ 3 ] {1ca5ecfd-52b8-4ab3-8301-5d50d5b4184f} <Debug> executeQuery: Read 14 rows, 1.13 KiB in 0.00168 sec., 8333.333333333332 rows/sec., 675.46 KiB/sec. | ||
999 | 2024.06.25 07:11:37.365326 [ 3 ] {1ca5ecfd-52b8-4ab3-8301-5d50d5b4184f} <Debug> DynamicQueryHandler: Done processing query | ||
1000 | 2024.06.25 07:11:37.365354 [ 3 ] {1ca5ecfd-52b8-4ab3-8301-5d50d5b4184f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1001 | 2024.06.25 07:11:37.365371 [ 3 ] {} <Debug> HTTP-Session: a7237acf-a3c1-4b97-a35a-d3642194af46 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1002 | 2024.06.25 07:11:37.365525 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 6354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1003 | 2024.06.25 07:11:37.365575 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1004 | 2024.06.25 07:11:37.365595 [ 3 ] {} <Debug> HTTP-Session: 89fc28c9-4af1-4e95-8c3c-ccf1a05d4190 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
1005 | 2024.06.25 07:11:37.365613 [ 3 ] {} <Debug> HTTP-Session: 89fc28c9-4af1-4e95-8c3c-ccf1a05d4190 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1006 | 2024.06.25 07:11:37.365628 [ 3 ] {} <Debug> HTTP-Session: 89fc28c9-4af1-4e95-8c3c-ccf1a05d4190 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1007 | 2024.06.25 07:11:37.365660 [ 3 ] {} <Trace> HTTP-Session: 89fc28c9-4af1-4e95-8c3c-ccf1a05d4190 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1008 | 2024.06.25 07:11:37.365770 [ 3 ] {e40019c9-70e7-43f3-82d1-312102ee952d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1009 | 2024.06.25 07:11:37.365815 [ 3 ] {e40019c9-70e7-43f3-82d1-312102ee952d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1010 | 2024.06.25 07:11:37.365945 [ 3 ] {e40019c9-70e7-43f3-82d1-312102ee952d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1011 | 2024.06.25 07:11:37.366281 [ 3 ] {e40019c9-70e7-43f3-82d1-312102ee952d} <Trace> oximeter.fields_string (92be2c77-e348-4680-ab71-16c97f347e42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1012 | 2024.06.25 07:11:37.366318 [ 3 ] {e40019c9-70e7-43f3-82d1-312102ee952d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
1013 | 2024.06.25 07:11:37.366638 [ 3 ] {e40019c9-70e7-43f3-82d1-312102ee952d} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1014 | 2024.06.25 07:11:37.366936 [ 3 ] {e40019c9-70e7-43f3-82d1-312102ee952d} <Trace> oximeter.fields_string (92be2c77-e348-4680-ab71-16c97f347e42): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1015 | 2024.06.25 07:11:37.367088 [ 3 ] {e40019c9-70e7-43f3-82d1-312102ee952d} <Debug> executeQuery: Read 42 rows, 3.75 KiB in 0.001351 sec., 31088.082901554404 rows/sec., 2.71 MiB/sec. | ||
1016 | 2024.06.25 07:11:37.367369 [ 3 ] {e40019c9-70e7-43f3-82d1-312102ee952d} <Debug> DynamicQueryHandler: Done processing query | ||
1017 | 2024.06.25 07:11:37.367394 [ 3 ] {e40019c9-70e7-43f3-82d1-312102ee952d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1018 | 2024.06.25 07:11:37.367410 [ 3 ] {} <Debug> HTTP-Session: 89fc28c9-4af1-4e95-8c3c-ccf1a05d4190 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1019 | 2024.06.25 07:11:37.367535 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 2426, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1020 | 2024.06.25 07:11:37.367583 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1021 | 2024.06.25 07:11:37.367602 [ 3 ] {} <Debug> HTTP-Session: f572d20f-b5cc-488f-8998-5746dfcf76ea Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
1022 | 2024.06.25 07:11:37.367618 [ 3 ] {} <Debug> HTTP-Session: f572d20f-b5cc-488f-8998-5746dfcf76ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1023 | 2024.06.25 07:11:37.367632 [ 3 ] {} <Debug> HTTP-Session: f572d20f-b5cc-488f-8998-5746dfcf76ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1024 | 2024.06.25 07:11:37.367662 [ 3 ] {} <Trace> HTTP-Session: f572d20f-b5cc-488f-8998-5746dfcf76ea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1025 | 2024.06.25 07:11:37.367766 [ 3 ] {42a7bd33-54a0-48b6-afce-1f458c37ad63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1026 | 2024.06.25 07:11:37.367809 [ 3 ] {42a7bd33-54a0-48b6-afce-1f458c37ad63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1027 | 2024.06.25 07:11:37.367949 [ 3 ] {42a7bd33-54a0-48b6-afce-1f458c37ad63} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1028 | 2024.06.25 07:11:37.368256 [ 3 ] {42a7bd33-54a0-48b6-afce-1f458c37ad63} <Trace> oximeter.fields_uuid (a6135af6-13ec-413a-9f2a-05b69fc69276): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1029 | 2024.06.25 07:11:37.368293 [ 3 ] {42a7bd33-54a0-48b6-afce-1f458c37ad63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
1030 | 2024.06.25 07:11:37.368585 [ 3 ] {42a7bd33-54a0-48b6-afce-1f458c37ad63} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1031 | 2024.06.25 07:11:37.368886 [ 3 ] {42a7bd33-54a0-48b6-afce-1f458c37ad63} <Trace> oximeter.fields_uuid (a6135af6-13ec-413a-9f2a-05b69fc69276): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1032 | 2024.06.25 07:11:37.369035 [ 3 ] {42a7bd33-54a0-48b6-afce-1f458c37ad63} <Debug> executeQuery: Read 14 rows, 1.12 KiB in 0.0013 sec., 10769.23076923077 rows/sec., 862.38 KiB/sec. | ||
1033 | 2024.06.25 07:11:37.369192 [ 3 ] {42a7bd33-54a0-48b6-afce-1f458c37ad63} <Debug> DynamicQueryHandler: Done processing query | ||
1034 | 2024.06.25 07:11:37.369217 [ 3 ] {42a7bd33-54a0-48b6-afce-1f458c37ad63} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1035 | 2024.06.25 07:11:37.369233 [ 3 ] {} <Debug> HTTP-Session: f572d20f-b5cc-488f-8998-5746dfcf76ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1036 | 2024.06.25 07:11:37.369435 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 22070, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1037 | 2024.06.25 07:11:37.369482 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1038 | 2024.06.25 07:11:37.369502 [ 3 ] {} <Debug> HTTP-Session: 416e0fba-c534-485a-aea9-a5ba881939c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
1039 | 2024.06.25 07:11:37.369518 [ 3 ] {} <Debug> HTTP-Session: 416e0fba-c534-485a-aea9-a5ba881939c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1040 | 2024.06.25 07:11:37.369532 [ 3 ] {} <Debug> HTTP-Session: 416e0fba-c534-485a-aea9-a5ba881939c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1041 | 2024.06.25 07:11:37.369563 [ 3 ] {} <Trace> HTTP-Session: 416e0fba-c534-485a-aea9-a5ba881939c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1042 | 2024.06.25 07:11:37.369755 [ 3 ] {23121f88-fa61-4d52-b92a-dd28492d6f7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1043 | 2024.06.25 07:11:37.369820 [ 3 ] {23121f88-fa61-4d52-b92a-dd28492d6f7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
1044 | 2024.06.25 07:11:37.370211 [ 3 ] {23121f88-fa61-4d52-b92a-dd28492d6f7d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1045 | 2024.06.25 07:11:37.370757 [ 3 ] {23121f88-fa61-4d52-b92a-dd28492d6f7d} <Trace> oximeter.measurements_histogramf64 (7bf12d27-0a09-45c5-8c45-4d00c63235e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1046 | 2024.06.25 07:11:37.370794 [ 3 ] {23121f88-fa61-4d52-b92a-dd28492d6f7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
1047 | 2024.06.25 07:11:37.371479 [ 3 ] {23121f88-fa61-4d52-b92a-dd28492d6f7d} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1048 | 2024.06.25 07:11:37.371890 [ 3 ] {23121f88-fa61-4d52-b92a-dd28492d6f7d} <Trace> oximeter.measurements_histogramf64 (7bf12d27-0a09-45c5-8c45-4d00c63235e8): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1049 | 2024.06.25 07:11:37.372062 [ 3 ] {23121f88-fa61-4d52-b92a-dd28492d6f7d} <Debug> executeQuery: Read 14 rows, 25.69 KiB in 0.002411 sec., 5806.719203649938 rows/sec., 10.41 MiB/sec. | ||
1050 | 2024.06.25 07:11:37.372510 [ 3 ] {23121f88-fa61-4d52-b92a-dd28492d6f7d} <Debug> DynamicQueryHandler: Done processing query | ||
1051 | 2024.06.25 07:11:37.372537 [ 3 ] {23121f88-fa61-4d52-b92a-dd28492d6f7d} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
1052 | 2024.06.25 07:11:37.372555 [ 3 ] {} <Debug> HTTP-Session: 416e0fba-c534-485a-aea9-a5ba881939c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1053 | 2024.06.25 07:11:46.650545 [ 77 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1054 | 2024.06.25 07:11:46.650617 [ 77 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1055 | 2024.06.25 07:11:47.362989 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 2061, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1056 | 2024.06.25 07:11:47.363101 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1057 | 2024.06.25 07:11:47.363125 [ 3 ] {} <Debug> HTTP-Session: b2f32031-02df-4bf0-ac25-68df2ad8c03b Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
1058 | 2024.06.25 07:11:47.363149 [ 3 ] {} <Debug> HTTP-Session: b2f32031-02df-4bf0-ac25-68df2ad8c03b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1059 | 2024.06.25 07:11:47.363165 [ 3 ] {} <Debug> HTTP-Session: b2f32031-02df-4bf0-ac25-68df2ad8c03b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1060 | 2024.06.25 07:11:47.363214 [ 3 ] {} <Trace> HTTP-Session: b2f32031-02df-4bf0-ac25-68df2ad8c03b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1061 | 2024.06.25 07:11:47.363409 [ 3 ] {1dbf34cf-38c3-421b-a7a5-cba54244fe91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1062 | 2024.06.25 07:11:47.363477 [ 3 ] {1dbf34cf-38c3-421b-a7a5-cba54244fe91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1063 | 2024.06.25 07:11:47.363663 [ 3 ] {1dbf34cf-38c3-421b-a7a5-cba54244fe91} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1064 | 2024.06.25 07:11:47.364064 [ 3 ] {1dbf34cf-38c3-421b-a7a5-cba54244fe91} <Trace> oximeter.fields_i64 (5a4e27aa-5414-415d-87de-3cb5e0800323): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1065 | 2024.06.25 07:11:47.364110 [ 3 ] {1dbf34cf-38c3-421b-a7a5-cba54244fe91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
1066 | 2024.06.25 07:11:47.364483 [ 3 ] {1dbf34cf-38c3-421b-a7a5-cba54244fe91} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1067 | 2024.06.25 07:11:47.364815 [ 3 ] {1dbf34cf-38c3-421b-a7a5-cba54244fe91} <Trace> oximeter.fields_i64 (5a4e27aa-5414-415d-87de-3cb5e0800323): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1068 | 2024.06.25 07:11:47.364960 [ 3 ] {1dbf34cf-38c3-421b-a7a5-cba54244fe91} <Debug> executeQuery: Read 14 rows, 1.13 KiB in 0.001606 sec., 8717.3100871731 rows/sec., 706.58 KiB/sec. | ||
1069 | 2024.06.25 07:11:47.365290 [ 3 ] {1dbf34cf-38c3-421b-a7a5-cba54244fe91} <Debug> DynamicQueryHandler: Done processing query | ||
1070 | 2024.06.25 07:11:47.365323 [ 3 ] {1dbf34cf-38c3-421b-a7a5-cba54244fe91} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1071 | 2024.06.25 07:11:47.365341 [ 3 ] {} <Debug> HTTP-Session: b2f32031-02df-4bf0-ac25-68df2ad8c03b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1072 | 2024.06.25 07:11:47.365480 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 6354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1073 | 2024.06.25 07:11:47.365535 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1074 | 2024.06.25 07:11:47.365563 [ 3 ] {} <Debug> HTTP-Session: 23dd02b2-d696-4eac-bbb4-f327e23f512b Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
1075 | 2024.06.25 07:11:47.365594 [ 3 ] {} <Debug> HTTP-Session: 23dd02b2-d696-4eac-bbb4-f327e23f512b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1076 | 2024.06.25 07:11:47.365618 [ 3 ] {} <Debug> HTTP-Session: 23dd02b2-d696-4eac-bbb4-f327e23f512b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1077 | 2024.06.25 07:11:47.365665 [ 3 ] {} <Trace> HTTP-Session: 23dd02b2-d696-4eac-bbb4-f327e23f512b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1078 | 2024.06.25 07:11:47.365801 [ 3 ] {9f8b7287-ff4c-4a56-bd29-1894d415d4ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1079 | 2024.06.25 07:11:47.365851 [ 3 ] {9f8b7287-ff4c-4a56-bd29-1894d415d4ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1080 | 2024.06.25 07:11:47.365999 [ 3 ] {9f8b7287-ff4c-4a56-bd29-1894d415d4ad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1081 | 2024.06.25 07:11:47.366340 [ 3 ] {9f8b7287-ff4c-4a56-bd29-1894d415d4ad} <Trace> oximeter.fields_string (92be2c77-e348-4680-ab71-16c97f347e42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1082 | 2024.06.25 07:11:47.366377 [ 3 ] {9f8b7287-ff4c-4a56-bd29-1894d415d4ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
1083 | 2024.06.25 07:11:47.366692 [ 3 ] {9f8b7287-ff4c-4a56-bd29-1894d415d4ad} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1084 | 2024.06.25 07:11:47.367009 [ 3 ] {9f8b7287-ff4c-4a56-bd29-1894d415d4ad} <Trace> oximeter.fields_string (92be2c77-e348-4680-ab71-16c97f347e42): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1085 | 2024.06.25 07:11:47.367140 [ 3 ] {9f8b7287-ff4c-4a56-bd29-1894d415d4ad} <Debug> executeQuery: Read 42 rows, 3.75 KiB in 0.001379 sec., 30456.852791878173 rows/sec., 2.66 MiB/sec. | ||
1086 | 2024.06.25 07:11:47.367524 [ 3 ] {9f8b7287-ff4c-4a56-bd29-1894d415d4ad} <Debug> DynamicQueryHandler: Done processing query | ||
1087 | 2024.06.25 07:11:47.367549 [ 3 ] {9f8b7287-ff4c-4a56-bd29-1894d415d4ad} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1088 | 2024.06.25 07:11:47.367566 [ 3 ] {} <Debug> HTTP-Session: 23dd02b2-d696-4eac-bbb4-f327e23f512b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1089 | 2024.06.25 07:11:47.367712 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 2426, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1090 | 2024.06.25 07:11:47.367763 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1091 | 2024.06.25 07:11:47.367782 [ 3 ] {} <Debug> HTTP-Session: 062608a8-ad31-4767-ab07-7145d9e63253 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
1092 | 2024.06.25 07:11:47.367799 [ 3 ] {} <Debug> HTTP-Session: 062608a8-ad31-4767-ab07-7145d9e63253 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1093 | 2024.06.25 07:11:47.367813 [ 3 ] {} <Debug> HTTP-Session: 062608a8-ad31-4767-ab07-7145d9e63253 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1094 | 2024.06.25 07:11:47.367845 [ 3 ] {} <Trace> HTTP-Session: 062608a8-ad31-4767-ab07-7145d9e63253 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1095 | 2024.06.25 07:11:47.367951 [ 3 ] {4e58084b-cf9f-49c3-8a20-f314d2d1889d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1096 | 2024.06.25 07:11:47.367997 [ 3 ] {4e58084b-cf9f-49c3-8a20-f314d2d1889d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1097 | 2024.06.25 07:11:47.368139 [ 3 ] {4e58084b-cf9f-49c3-8a20-f314d2d1889d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1098 | 2024.06.25 07:11:47.368430 [ 3 ] {4e58084b-cf9f-49c3-8a20-f314d2d1889d} <Trace> oximeter.fields_uuid (a6135af6-13ec-413a-9f2a-05b69fc69276): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1099 | 2024.06.25 07:11:47.368467 [ 3 ] {4e58084b-cf9f-49c3-8a20-f314d2d1889d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
1100 | 2024.06.25 07:11:47.368777 [ 3 ] {4e58084b-cf9f-49c3-8a20-f314d2d1889d} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1101 | 2024.06.25 07:11:47.369076 [ 3 ] {4e58084b-cf9f-49c3-8a20-f314d2d1889d} <Trace> oximeter.fields_uuid (a6135af6-13ec-413a-9f2a-05b69fc69276): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1102 | 2024.06.25 07:11:47.369196 [ 3 ] {4e58084b-cf9f-49c3-8a20-f314d2d1889d} <Debug> executeQuery: Read 14 rows, 1.12 KiB in 0.001276 sec., 10971.7868338558 rows/sec., 878.60 KiB/sec. | ||
1103 | 2024.06.25 07:11:47.369435 [ 3 ] {4e58084b-cf9f-49c3-8a20-f314d2d1889d} <Debug> DynamicQueryHandler: Done processing query | ||
1104 | 2024.06.25 07:11:47.369460 [ 3 ] {4e58084b-cf9f-49c3-8a20-f314d2d1889d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1105 | 2024.06.25 07:11:47.369476 [ 3 ] {} <Debug> HTTP-Session: 062608a8-ad31-4767-ab07-7145d9e63253 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1106 | 2024.06.25 07:11:47.369706 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 22070, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1107 | 2024.06.25 07:11:47.369755 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1108 | 2024.06.25 07:11:47.369774 [ 3 ] {} <Debug> HTTP-Session: c48a0974-4fca-48c6-b8e8-8d475b137427 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
1109 | 2024.06.25 07:11:47.369791 [ 3 ] {} <Debug> HTTP-Session: c48a0974-4fca-48c6-b8e8-8d475b137427 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1110 | 2024.06.25 07:11:47.369805 [ 3 ] {} <Debug> HTTP-Session: c48a0974-4fca-48c6-b8e8-8d475b137427 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1111 | 2024.06.25 07:11:47.369837 [ 3 ] {} <Trace> HTTP-Session: c48a0974-4fca-48c6-b8e8-8d475b137427 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1112 | 2024.06.25 07:11:47.370031 [ 3 ] {beb53f7d-05ae-4ebb-8dd3-0254706794f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1113 | 2024.06.25 07:11:47.370107 [ 3 ] {beb53f7d-05ae-4ebb-8dd3-0254706794f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
1114 | 2024.06.25 07:11:47.370514 [ 3 ] {beb53f7d-05ae-4ebb-8dd3-0254706794f9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1115 | 2024.06.25 07:11:47.371075 [ 3 ] {beb53f7d-05ae-4ebb-8dd3-0254706794f9} <Trace> oximeter.measurements_histogramf64 (7bf12d27-0a09-45c5-8c45-4d00c63235e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1116 | 2024.06.25 07:11:47.371112 [ 3 ] {beb53f7d-05ae-4ebb-8dd3-0254706794f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
1117 | 2024.06.25 07:11:47.371827 [ 3 ] {beb53f7d-05ae-4ebb-8dd3-0254706794f9} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1118 | 2024.06.25 07:11:47.372267 [ 3 ] {beb53f7d-05ae-4ebb-8dd3-0254706794f9} <Trace> oximeter.measurements_histogramf64 (7bf12d27-0a09-45c5-8c45-4d00c63235e8): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1119 | 2024.06.25 07:11:47.372423 [ 3 ] {beb53f7d-05ae-4ebb-8dd3-0254706794f9} <Debug> executeQuery: Read 14 rows, 25.69 KiB in 0.002501 sec., 5597.7608956417425 rows/sec., 10.03 MiB/sec. | ||
1120 | 2024.06.25 07:11:47.372820 [ 3 ] {beb53f7d-05ae-4ebb-8dd3-0254706794f9} <Debug> DynamicQueryHandler: Done processing query | ||
1121 | 2024.06.25 07:11:47.372845 [ 3 ] {beb53f7d-05ae-4ebb-8dd3-0254706794f9} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
1122 | 2024.06.25 07:11:47.372863 [ 3 ] {} <Debug> HTTP-Session: c48a0974-4fca-48c6-b8e8-8d475b137427 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1123 | 2024.06.25 07:11:57.364889 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 4356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1124 | 2024.06.25 07:11:57.365016 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1125 | 2024.06.25 07:11:57.365042 [ 3 ] {} <Debug> HTTP-Session: 2f8f6176-4b4e-47e3-9f30-e85210bead71 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
1126 | 2024.06.25 07:11:57.365068 [ 3 ] {} <Debug> HTTP-Session: 2f8f6176-4b4e-47e3-9f30-e85210bead71 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1127 | 2024.06.25 07:11:57.365083 [ 3 ] {} <Debug> HTTP-Session: 2f8f6176-4b4e-47e3-9f30-e85210bead71 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1128 | 2024.06.25 07:11:57.365132 [ 3 ] {} <Trace> HTTP-Session: 2f8f6176-4b4e-47e3-9f30-e85210bead71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1129 | 2024.06.25 07:11:57.365320 [ 3 ] {99454055-ba26-498c-9958-6cc33d622f71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1130 | 2024.06.25 07:11:57.365389 [ 3 ] {99454055-ba26-498c-9958-6cc33d622f71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1131 | 2024.06.25 07:11:57.365581 [ 3 ] {99454055-ba26-498c-9958-6cc33d622f71} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1132 | 2024.06.25 07:11:57.365992 [ 3 ] {99454055-ba26-498c-9958-6cc33d622f71} <Trace> oximeter.fields_i64 (5a4e27aa-5414-415d-87de-3cb5e0800323): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1133 | 2024.06.25 07:11:57.366039 [ 3 ] {99454055-ba26-498c-9958-6cc33d622f71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
1134 | 2024.06.25 07:11:57.366422 [ 3 ] {99454055-ba26-498c-9958-6cc33d622f71} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1135 | 2024.06.25 07:11:57.366781 [ 3 ] {99454055-ba26-498c-9958-6cc33d622f71} <Trace> oximeter.fields_i64 (5a4e27aa-5414-415d-87de-3cb5e0800323): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1136 | 2024.06.25 07:11:57.366955 [ 3 ] {99454055-ba26-498c-9958-6cc33d622f71} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001687 sec., 17783.04682868998 rows/sec., 1.41 MiB/sec. | ||
1137 | 2024.06.25 07:11:57.367202 [ 3 ] {99454055-ba26-498c-9958-6cc33d622f71} <Debug> DynamicQueryHandler: Done processing query | ||
1138 | 2024.06.25 07:11:57.367231 [ 3 ] {99454055-ba26-498c-9958-6cc33d622f71} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1139 | 2024.06.25 07:11:57.367248 [ 3 ] {} <Debug> HTTP-Session: 2f8f6176-4b4e-47e3-9f30-e85210bead71 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1140 | 2024.06.25 07:11:57.367456 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 13657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1141 | 2024.06.25 07:11:57.367514 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1142 | 2024.06.25 07:11:57.367535 [ 3 ] {} <Debug> HTTP-Session: 4992f1d7-6af7-48d5-b061-e3ef33fa9be1 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
1143 | 2024.06.25 07:11:57.367555 [ 3 ] {} <Debug> HTTP-Session: 4992f1d7-6af7-48d5-b061-e3ef33fa9be1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1144 | 2024.06.25 07:11:57.367571 [ 3 ] {} <Debug> HTTP-Session: 4992f1d7-6af7-48d5-b061-e3ef33fa9be1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1145 | 2024.06.25 07:11:57.367606 [ 3 ] {} <Trace> HTTP-Session: 4992f1d7-6af7-48d5-b061-e3ef33fa9be1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1146 | 2024.06.25 07:11:57.367741 [ 3 ] {633382f9-868d-40c2-86d5-ec5f404b1f96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1147 | 2024.06.25 07:11:57.367788 [ 3 ] {633382f9-868d-40c2-86d5-ec5f404b1f96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1148 | 2024.06.25 07:11:57.367922 [ 3 ] {633382f9-868d-40c2-86d5-ec5f404b1f96} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1149 | 2024.06.25 07:11:57.368308 [ 3 ] {633382f9-868d-40c2-86d5-ec5f404b1f96} <Trace> oximeter.fields_string (92be2c77-e348-4680-ab71-16c97f347e42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1150 | 2024.06.25 07:11:57.368346 [ 3 ] {633382f9-868d-40c2-86d5-ec5f404b1f96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
1151 | 2024.06.25 07:11:57.368676 [ 3 ] {633382f9-868d-40c2-86d5-ec5f404b1f96} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1152 | 2024.06.25 07:11:57.368986 [ 3 ] {633382f9-868d-40c2-86d5-ec5f404b1f96} <Trace> oximeter.fields_string (92be2c77-e348-4680-ab71-16c97f347e42): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1153 | 2024.06.25 07:11:57.369142 [ 3 ] {633382f9-868d-40c2-86d5-ec5f404b1f96} <Debug> executeQuery: Read 90 rows, 8.14 KiB in 0.001442 sec., 62413.31484049931 rows/sec., 5.51 MiB/sec. | ||
1154 | 2024.06.25 07:11:57.369448 [ 3 ] {633382f9-868d-40c2-86d5-ec5f404b1f96} <Debug> DynamicQueryHandler: Done processing query | ||
1155 | 2024.06.25 07:11:57.369475 [ 3 ] {633382f9-868d-40c2-86d5-ec5f404b1f96} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
1156 | 2024.06.25 07:11:57.369492 [ 3 ] {} <Debug> HTTP-Session: 4992f1d7-6af7-48d5-b061-e3ef33fa9be1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1157 | 2024.06.25 07:11:57.369628 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 7352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1158 | 2024.06.25 07:11:57.369682 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1159 | 2024.06.25 07:11:57.369702 [ 3 ] {} <Debug> HTTP-Session: f3bad5f4-8351-4852-9010-652a5f1a7987 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
1160 | 2024.06.25 07:11:57.369719 [ 3 ] {} <Debug> HTTP-Session: f3bad5f4-8351-4852-9010-652a5f1a7987 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1161 | 2024.06.25 07:11:57.369733 [ 3 ] {} <Debug> HTTP-Session: f3bad5f4-8351-4852-9010-652a5f1a7987 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1162 | 2024.06.25 07:11:57.369765 [ 3 ] {} <Trace> HTTP-Session: f3bad5f4-8351-4852-9010-652a5f1a7987 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1163 | 2024.06.25 07:11:57.369880 [ 3 ] {013eeacc-90f1-41d5-bb23-3d3dd3842673} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1164 | 2024.06.25 07:11:57.369925 [ 3 ] {013eeacc-90f1-41d5-bb23-3d3dd3842673} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1165 | 2024.06.25 07:11:57.370072 [ 3 ] {013eeacc-90f1-41d5-bb23-3d3dd3842673} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1166 | 2024.06.25 07:11:57.370437 [ 3 ] {013eeacc-90f1-41d5-bb23-3d3dd3842673} <Trace> oximeter.fields_uuid (a6135af6-13ec-413a-9f2a-05b69fc69276): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1167 | 2024.06.25 07:11:57.370474 [ 3 ] {013eeacc-90f1-41d5-bb23-3d3dd3842673} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
1168 | 2024.06.25 07:11:57.370785 [ 3 ] {013eeacc-90f1-41d5-bb23-3d3dd3842673} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1169 | 2024.06.25 07:11:57.371117 [ 3 ] {013eeacc-90f1-41d5-bb23-3d3dd3842673} <Trace> oximeter.fields_uuid (a6135af6-13ec-413a-9f2a-05b69fc69276): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1170 | 2024.06.25 07:11:57.371268 [ 3 ] {013eeacc-90f1-41d5-bb23-3d3dd3842673} <Debug> executeQuery: Read 43 rows, 3.46 KiB in 0.00142 sec., 30281.69014084507 rows/sec., 2.38 MiB/sec. | ||
1171 | 2024.06.25 07:11:57.371443 [ 3 ] {013eeacc-90f1-41d5-bb23-3d3dd3842673} <Debug> DynamicQueryHandler: Done processing query | ||
1172 | 2024.06.25 07:11:57.371468 [ 3 ] {013eeacc-90f1-41d5-bb23-3d3dd3842673} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1173 | 2024.06.25 07:11:57.371483 [ 3 ] {} <Debug> HTTP-Session: f3bad5f4-8351-4852-9010-652a5f1a7987 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1174 | 2024.06.25 07:11:57.371771 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 47905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1175 | 2024.06.25 07:11:57.371822 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1176 | 2024.06.25 07:11:57.371840 [ 3 ] {} <Debug> HTTP-Session: 8e6ae725-837e-45d7-81ef-1ec5090f6b60 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
1177 | 2024.06.25 07:11:57.371858 [ 3 ] {} <Debug> HTTP-Session: 8e6ae725-837e-45d7-81ef-1ec5090f6b60 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1178 | 2024.06.25 07:11:57.371871 [ 3 ] {} <Debug> HTTP-Session: 8e6ae725-837e-45d7-81ef-1ec5090f6b60 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1179 | 2024.06.25 07:11:57.371902 [ 3 ] {} <Trace> HTTP-Session: 8e6ae725-837e-45d7-81ef-1ec5090f6b60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1180 | 2024.06.25 07:11:57.372708 [ 3 ] {f7e1c288-f016-4520-a754-1094bde1d17b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1181 | 2024.06.25 07:11:57.372785 [ 3 ] {f7e1c288-f016-4520-a754-1094bde1d17b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
1182 | 2024.06.25 07:11:57.373228 [ 3 ] {f7e1c288-f016-4520-a754-1094bde1d17b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1183 | 2024.06.25 07:11:57.373980 [ 3 ] {f7e1c288-f016-4520-a754-1094bde1d17b} <Trace> oximeter.measurements_histogramf64 (7bf12d27-0a09-45c5-8c45-4d00c63235e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1184 | 2024.06.25 07:11:57.374017 [ 3 ] {f7e1c288-f016-4520-a754-1094bde1d17b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
1185 | 2024.06.25 07:11:57.374656 [ 3 ] {f7e1c288-f016-4520-a754-1094bde1d17b} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1186 | 2024.06.25 07:11:57.375054 [ 3 ] {f7e1c288-f016-4520-a754-1094bde1d17b} <Trace> oximeter.measurements_histogramf64 (7bf12d27-0a09-45c5-8c45-4d00c63235e8): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1187 | 2024.06.25 07:11:57.375247 [ 3 ] {f7e1c288-f016-4520-a754-1094bde1d17b} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.003256 sec., 9213.759213759213 rows/sec., 16.51 MiB/sec. | ||
1188 | 2024.06.25 07:11:57.375548 [ 3 ] {f7e1c288-f016-4520-a754-1094bde1d17b} <Debug> DynamicQueryHandler: Done processing query | ||
1189 | 2024.06.25 07:11:57.375572 [ 3 ] {f7e1c288-f016-4520-a754-1094bde1d17b} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
1190 | 2024.06.25 07:11:57.375588 [ 3 ] {} <Debug> HTTP-Session: 8e6ae725-837e-45d7-81ef-1ec5090f6b60 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1191 | 2024.06.25 07:11:57.375711 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 2403, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1192 | 2024.06.25 07:11:57.375761 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1193 | 2024.06.25 07:11:57.375781 [ 3 ] {} <Debug> HTTP-Session: b11f43d8-3486-4f21-8930-3b5253ea842d Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
1194 | 2024.06.25 07:11:57.375798 [ 3 ] {} <Debug> HTTP-Session: b11f43d8-3486-4f21-8930-3b5253ea842d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1195 | 2024.06.25 07:11:57.375812 [ 3 ] {} <Debug> HTTP-Session: b11f43d8-3486-4f21-8930-3b5253ea842d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1196 | 2024.06.25 07:11:57.375843 [ 3 ] {} <Trace> HTTP-Session: b11f43d8-3486-4f21-8930-3b5253ea842d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1197 | 2024.06.25 07:11:57.375945 [ 3 ] {fa044514-9eff-4e22-8059-d816964e3d8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
1198 | 2024.06.25 07:11:57.375992 [ 3 ] {fa044514-9eff-4e22-8059-d816964e3d8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
1199 | 2024.06.25 07:11:57.376121 [ 3 ] {fa044514-9eff-4e22-8059-d816964e3d8c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1200 | 2024.06.25 07:11:57.376428 [ 3 ] {fa044514-9eff-4e22-8059-d816964e3d8c} <Trace> oximeter.measurements_i64 (97fd8f4d-779f-4996-8b3f-3e8d398dbe90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1201 | 2024.06.25 07:11:57.376463 [ 3 ] {fa044514-9eff-4e22-8059-d816964e3d8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
1202 | 2024.06.25 07:11:57.376834 [ 3 ] {fa044514-9eff-4e22-8059-d816964e3d8c} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1203 | 2024.06.25 07:11:57.377150 [ 3 ] {fa044514-9eff-4e22-8059-d816964e3d8c} <Trace> oximeter.measurements_i64 (97fd8f4d-779f-4996-8b3f-3e8d398dbe90): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1204 | 2024.06.25 07:11:57.377301 [ 3 ] {fa044514-9eff-4e22-8059-d816964e3d8c} <Debug> executeQuery: Read 15 rows, 1.09 KiB in 0.001373 sec., 10924.981791697013 rows/sec., 792.35 KiB/sec. | ||
1205 | 2024.06.25 07:11:57.377571 [ 3 ] {fa044514-9eff-4e22-8059-d816964e3d8c} <Debug> DynamicQueryHandler: Done processing query | ||
1206 | 2024.06.25 07:11:57.377596 [ 3 ] {fa044514-9eff-4e22-8059-d816964e3d8c} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1207 | 2024.06.25 07:11:57.377612 [ 3 ] {} <Debug> HTTP-Session: b11f43d8-3486-4f21-8930-3b5253ea842d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1208 | 2024.06.25 07:12:01.650688 [ 70 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1209 | 2024.06.25 07:12:01.650756 [ 70 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1210 | 2024.06.25 07:12:07.364075 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 4356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1211 | 2024.06.25 07:12:07.364199 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1212 | 2024.06.25 07:12:07.364224 [ 3 ] {} <Debug> HTTP-Session: 50092487-b81b-451a-9664-e1dc1cc12dc0 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
1213 | 2024.06.25 07:12:07.364248 [ 3 ] {} <Debug> HTTP-Session: 50092487-b81b-451a-9664-e1dc1cc12dc0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1214 | 2024.06.25 07:12:07.364263 [ 3 ] {} <Debug> HTTP-Session: 50092487-b81b-451a-9664-e1dc1cc12dc0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1215 | 2024.06.25 07:12:07.364313 [ 3 ] {} <Trace> HTTP-Session: 50092487-b81b-451a-9664-e1dc1cc12dc0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1216 | 2024.06.25 07:12:07.364509 [ 3 ] {ecf45181-7a21-4333-be04-6bbd680d512d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1217 | 2024.06.25 07:12:07.364579 [ 3 ] {ecf45181-7a21-4333-be04-6bbd680d512d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1218 | 2024.06.25 07:12:07.364767 [ 3 ] {ecf45181-7a21-4333-be04-6bbd680d512d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1219 | 2024.06.25 07:12:07.365220 [ 3 ] {ecf45181-7a21-4333-be04-6bbd680d512d} <Trace> oximeter.fields_i64 (5a4e27aa-5414-415d-87de-3cb5e0800323): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1220 | 2024.06.25 07:12:07.365268 [ 3 ] {ecf45181-7a21-4333-be04-6bbd680d512d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
1221 | 2024.06.25 07:12:07.365668 [ 3 ] {ecf45181-7a21-4333-be04-6bbd680d512d} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1222 | 2024.06.25 07:12:07.366001 [ 3 ] {ecf45181-7a21-4333-be04-6bbd680d512d} <Trace> oximeter.fields_i64 (5a4e27aa-5414-415d-87de-3cb5e0800323): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1223 | 2024.06.25 07:12:07.366164 [ 3 ] {ecf45181-7a21-4333-be04-6bbd680d512d} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.00171 sec., 17543.85964912281 rows/sec., 1.39 MiB/sec. | ||
1224 | 2024.06.25 07:12:07.366386 [ 3 ] {ecf45181-7a21-4333-be04-6bbd680d512d} <Debug> DynamicQueryHandler: Done processing query | ||
1225 | 2024.06.25 07:12:07.366413 [ 3 ] {ecf45181-7a21-4333-be04-6bbd680d512d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1226 | 2024.06.25 07:12:07.366429 [ 3 ] {} <Debug> HTTP-Session: 50092487-b81b-451a-9664-e1dc1cc12dc0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1227 | 2024.06.25 07:12:07.366580 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 13657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1228 | 2024.06.25 07:12:07.366639 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1229 | 2024.06.25 07:12:07.366658 [ 3 ] {} <Debug> HTTP-Session: 069523d0-5126-464b-bd7a-c42aac1b9c88 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
1230 | 2024.06.25 07:12:07.366677 [ 3 ] {} <Debug> HTTP-Session: 069523d0-5126-464b-bd7a-c42aac1b9c88 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1231 | 2024.06.25 07:12:07.366691 [ 3 ] {} <Debug> HTTP-Session: 069523d0-5126-464b-bd7a-c42aac1b9c88 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1232 | 2024.06.25 07:12:07.366726 [ 3 ] {} <Trace> HTTP-Session: 069523d0-5126-464b-bd7a-c42aac1b9c88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1233 | 2024.06.25 07:12:07.366859 [ 3 ] {487e853a-d900-42fe-b877-8de8247d672d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1234 | 2024.06.25 07:12:07.366904 [ 3 ] {487e853a-d900-42fe-b877-8de8247d672d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1235 | 2024.06.25 07:12:07.367042 [ 3 ] {487e853a-d900-42fe-b877-8de8247d672d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1236 | 2024.06.25 07:12:07.367429 [ 3 ] {487e853a-d900-42fe-b877-8de8247d672d} <Trace> oximeter.fields_string (92be2c77-e348-4680-ab71-16c97f347e42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1237 | 2024.06.25 07:12:07.367467 [ 3 ] {487e853a-d900-42fe-b877-8de8247d672d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
1238 | 2024.06.25 07:12:07.367784 [ 3 ] {487e853a-d900-42fe-b877-8de8247d672d} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1239 | 2024.06.25 07:12:07.368092 [ 3 ] {487e853a-d900-42fe-b877-8de8247d672d} <Trace> oximeter.fields_string (92be2c77-e348-4680-ab71-16c97f347e42): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1240 | 2024.06.25 07:12:07.368254 [ 3 ] {487e853a-d900-42fe-b877-8de8247d672d} <Debug> executeQuery: Read 90 rows, 8.14 KiB in 0.00144 sec., 62499.99999999999 rows/sec., 5.52 MiB/sec. | ||
1241 | 2024.06.25 07:12:07.368456 [ 3 ] {487e853a-d900-42fe-b877-8de8247d672d} <Debug> DynamicQueryHandler: Done processing query | ||
1242 | 2024.06.25 07:12:07.368481 [ 3 ] {487e853a-d900-42fe-b877-8de8247d672d} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
1243 | 2024.06.25 07:12:07.368497 [ 3 ] {} <Debug> HTTP-Session: 069523d0-5126-464b-bd7a-c42aac1b9c88 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1244 | 2024.06.25 07:12:07.368664 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 5137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1245 | 2024.06.25 07:12:07.368715 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1246 | 2024.06.25 07:12:07.368735 [ 3 ] {} <Debug> HTTP-Session: 5ef2392e-3fb9-4f7c-8a5a-79fd753fa581 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
1247 | 2024.06.25 07:12:07.368751 [ 3 ] {} <Debug> HTTP-Session: 5ef2392e-3fb9-4f7c-8a5a-79fd753fa581 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1248 | 2024.06.25 07:12:07.368765 [ 3 ] {} <Debug> HTTP-Session: 5ef2392e-3fb9-4f7c-8a5a-79fd753fa581 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1249 | 2024.06.25 07:12:07.368797 [ 3 ] {} <Trace> HTTP-Session: 5ef2392e-3fb9-4f7c-8a5a-79fd753fa581 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1250 | 2024.06.25 07:12:07.368909 [ 3 ] {e11bd793-1263-4698-a1c4-f0435fc5d0d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1251 | 2024.06.25 07:12:07.368953 [ 3 ] {e11bd793-1263-4698-a1c4-f0435fc5d0d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1252 | 2024.06.25 07:12:07.369081 [ 3 ] {e11bd793-1263-4698-a1c4-f0435fc5d0d8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1253 | 2024.06.25 07:12:07.369383 [ 3 ] {e11bd793-1263-4698-a1c4-f0435fc5d0d8} <Trace> oximeter.fields_uuid (a6135af6-13ec-413a-9f2a-05b69fc69276): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1254 | 2024.06.25 07:12:07.369419 [ 3 ] {e11bd793-1263-4698-a1c4-f0435fc5d0d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
1255 | 2024.06.25 07:12:07.369724 [ 3 ] {e11bd793-1263-4698-a1c4-f0435fc5d0d8} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1256 | 2024.06.25 07:12:07.370032 [ 3 ] {e11bd793-1263-4698-a1c4-f0435fc5d0d8} <Trace> oximeter.fields_uuid (a6135af6-13ec-413a-9f2a-05b69fc69276): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1257 | 2024.06.25 07:12:07.370186 [ 3 ] {e11bd793-1263-4698-a1c4-f0435fc5d0d8} <Debug> executeQuery: Read 30 rows, 2.40 KiB in 0.001306 sec., 22970.903522205204 rows/sec., 1.80 MiB/sec. | ||
1258 | 2024.06.25 07:12:07.370444 [ 3 ] {e11bd793-1263-4698-a1c4-f0435fc5d0d8} <Debug> DynamicQueryHandler: Done processing query | ||
1259 | 2024.06.25 07:12:07.370476 [ 3 ] {e11bd793-1263-4698-a1c4-f0435fc5d0d8} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1260 | 2024.06.25 07:12:07.370495 [ 3 ] {} <Debug> HTTP-Session: 5ef2392e-3fb9-4f7c-8a5a-79fd753fa581 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1261 | 2024.06.25 07:12:07.370743 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 47930, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1262 | 2024.06.25 07:12:07.370796 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1263 | 2024.06.25 07:12:07.370816 [ 3 ] {} <Debug> HTTP-Session: 6a556dc3-ce34-4458-b10f-7a1f4cf7e132 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
1264 | 2024.06.25 07:12:07.370833 [ 3 ] {} <Debug> HTTP-Session: 6a556dc3-ce34-4458-b10f-7a1f4cf7e132 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1265 | 2024.06.25 07:12:07.370846 [ 3 ] {} <Debug> HTTP-Session: 6a556dc3-ce34-4458-b10f-7a1f4cf7e132 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1266 | 2024.06.25 07:12:07.370878 [ 3 ] {} <Trace> HTTP-Session: 6a556dc3-ce34-4458-b10f-7a1f4cf7e132 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1267 | 2024.06.25 07:12:07.371307 [ 3 ] {c09a400d-e523-4ea0-88dc-546be04355bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1268 | 2024.06.25 07:12:07.371380 [ 3 ] {c09a400d-e523-4ea0-88dc-546be04355bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
1269 | 2024.06.25 07:12:07.371957 [ 3 ] {c09a400d-e523-4ea0-88dc-546be04355bf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1270 | 2024.06.25 07:12:07.372794 [ 3 ] {c09a400d-e523-4ea0-88dc-546be04355bf} <Trace> oximeter.measurements_histogramf64 (7bf12d27-0a09-45c5-8c45-4d00c63235e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1271 | 2024.06.25 07:12:07.372845 [ 3 ] {c09a400d-e523-4ea0-88dc-546be04355bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
1272 | 2024.06.25 07:12:07.373797 [ 3 ] {c09a400d-e523-4ea0-88dc-546be04355bf} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1273 | 2024.06.25 07:12:07.374435 [ 3 ] {c09a400d-e523-4ea0-88dc-546be04355bf} <Trace> oximeter.measurements_histogramf64 (7bf12d27-0a09-45c5-8c45-4d00c63235e8): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1274 | 2024.06.25 07:12:07.374675 [ 3 ] {c09a400d-e523-4ea0-88dc-546be04355bf} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.003706 sec., 8094.981111710739 rows/sec., 14.51 MiB/sec. | ||
1275 | 2024.06.25 07:12:07.374943 [ 3 ] {c09a400d-e523-4ea0-88dc-546be04355bf} <Debug> DynamicQueryHandler: Done processing query | ||
1276 | 2024.06.25 07:12:07.374974 [ 3 ] {c09a400d-e523-4ea0-88dc-546be04355bf} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
1277 | 2024.06.25 07:12:07.374995 [ 3 ] {} <Debug> HTTP-Session: 6a556dc3-ce34-4458-b10f-7a1f4cf7e132 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1278 | 2024.06.25 07:12:16.650823 [ 64 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1279 | 2024.06.25 07:12:16.650899 [ 64 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1280 | 2024.06.25 07:12:17.364867 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 259, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1281 | 2024.06.25 07:12:17.364993 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1282 | 2024.06.25 07:12:17.365028 [ 3 ] {} <Debug> HTTP-Session: 5ef3f420-e5df-467d-9075-580666d4fec7 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
1283 | 2024.06.25 07:12:17.365061 [ 3 ] {} <Debug> HTTP-Session: 5ef3f420-e5df-467d-9075-580666d4fec7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1284 | 2024.06.25 07:12:17.365083 [ 3 ] {} <Debug> HTTP-Session: 5ef3f420-e5df-467d-9075-580666d4fec7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1285 | 2024.06.25 07:12:17.365145 [ 3 ] {} <Trace> HTTP-Session: 5ef3f420-e5df-467d-9075-580666d4fec7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1286 | 2024.06.25 07:12:17.365385 [ 3 ] {23553dd6-fdbf-405d-89c6-146ca387fcb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
1287 | 2024.06.25 07:12:17.367835 [ 3 ] {23553dd6-fdbf-405d-89c6-146ca387fcb1} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1288 | 2024.06.25 07:12:17.368010 [ 3 ] {23553dd6-fdbf-405d-89c6-146ca387fcb1} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
1289 | 2024.06.25 07:12:17.368269 [ 3 ] {23553dd6-fdbf-405d-89c6-146ca387fcb1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1290 | 2024.06.25 07:12:17.368651 [ 3 ] {23553dd6-fdbf-405d-89c6-146ca387fcb1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1291 | 2024.06.25 07:12:17.369171 [ 3 ] {23553dd6-fdbf-405d-89c6-146ca387fcb1} <Debug> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Key condition: (column 0 notIn 4-element set) | ||
1292 | 2024.06.25 07:12:17.370559 [ 3 ] {23553dd6-fdbf-405d-89c6-146ca387fcb1} <Trace> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1293 | 2024.06.25 07:12:17.370659 [ 3 ] {23553dd6-fdbf-405d-89c6-146ca387fcb1} <Debug> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (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 | ||
1294 | 2024.06.25 07:12:17.370681 [ 3 ] {23553dd6-fdbf-405d-89c6-146ca387fcb1} <Trace> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1295 | 2024.06.25 07:12:17.370835 [ 3 ] {23553dd6-fdbf-405d-89c6-146ca387fcb1} <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', 'http_service:request_latency_histogram'))" | ||
1296 | 2024.06.25 07:12:17.370861 [ 3 ] {23553dd6-fdbf-405d-89c6-146ca387fcb1} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1297 | 2024.06.25 07:12:17.380103 [ 3 ] {23553dd6-fdbf-405d-89c6-146ca387fcb1} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.0148 sec., 270.27027027027026 rows/sec., 12.47 KiB/sec. | ||
1298 | 2024.06.25 07:12:17.380430 [ 3 ] {23553dd6-fdbf-405d-89c6-146ca387fcb1} <Debug> DynamicQueryHandler: Done processing query | ||
1299 | 2024.06.25 07:12:17.380459 [ 3 ] {23553dd6-fdbf-405d-89c6-146ca387fcb1} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1300 | 2024.06.25 07:12:17.380481 [ 3 ] {} <Debug> HTTP-Session: 5ef3f420-e5df-467d-9075-580666d4fec7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1301 | 2024.06.25 07:12:17.380715 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 452, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1302 | 2024.06.25 07:12:17.380785 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1303 | 2024.06.25 07:12:17.380810 [ 3 ] {} <Debug> HTTP-Session: 945cf5ef-0ab7-4b14-95bf-30b6141c1811 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
1304 | 2024.06.25 07:12:17.380832 [ 3 ] {} <Debug> HTTP-Session: 945cf5ef-0ab7-4b14-95bf-30b6141c1811 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1305 | 2024.06.25 07:12:17.380847 [ 3 ] {} <Debug> HTTP-Session: 945cf5ef-0ab7-4b14-95bf-30b6141c1811 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1306 | 2024.06.25 07:12:17.380889 [ 3 ] {} <Trace> HTTP-Session: 945cf5ef-0ab7-4b14-95bf-30b6141c1811 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1307 | 2024.06.25 07:12:17.381031 [ 3 ] {b581fa5c-06c5-4323-ad72-e407f5562ad4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
1308 | 2024.06.25 07:12:17.381088 [ 3 ] {b581fa5c-06c5-4323-ad72-e407f5562ad4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1309 | 2024.06.25 07:12:17.381269 [ 3 ] {b581fa5c-06c5-4323-ad72-e407f5562ad4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1310 | 2024.06.25 07:12:17.381666 [ 3 ] {b581fa5c-06c5-4323-ad72-e407f5562ad4} <Trace> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1311 | 2024.06.25 07:12:17.381718 [ 3 ] {b581fa5c-06c5-4323-ad72-e407f5562ad4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
1312 | 2024.06.25 07:12:17.382217 [ 3 ] {b581fa5c-06c5-4323-ad72-e407f5562ad4} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1313 | 2024.06.25 07:12:17.382535 [ 3 ] {b581fa5c-06c5-4323-ad72-e407f5562ad4} <Trace> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1314 | 2024.06.25 07:12:17.382687 [ 3 ] {b581fa5c-06c5-4323-ad72-e407f5562ad4} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.0017 sec., 588.2352941176471 rows/sec., 133.27 KiB/sec. | ||
1315 | 2024.06.25 07:12:17.382919 [ 3 ] {b581fa5c-06c5-4323-ad72-e407f5562ad4} <Debug> DynamicQueryHandler: Done processing query | ||
1316 | 2024.06.25 07:12:17.382945 [ 3 ] {b581fa5c-06c5-4323-ad72-e407f5562ad4} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1317 | 2024.06.25 07:12:17.382962 [ 3 ] {} <Debug> HTTP-Session: 945cf5ef-0ab7-4b14-95bf-30b6141c1811 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1318 | 2024.06.25 07:12:17.383124 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 4356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1319 | 2024.06.25 07:12:17.383187 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1320 | 2024.06.25 07:12:17.383210 [ 3 ] {} <Debug> HTTP-Session: dc616e98-5489-46b8-96ef-6ba29f88577b Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
1321 | 2024.06.25 07:12:17.383228 [ 3 ] {} <Debug> HTTP-Session: dc616e98-5489-46b8-96ef-6ba29f88577b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1322 | 2024.06.25 07:12:17.383242 [ 3 ] {} <Debug> HTTP-Session: dc616e98-5489-46b8-96ef-6ba29f88577b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1323 | 2024.06.25 07:12:17.383277 [ 3 ] {} <Trace> HTTP-Session: dc616e98-5489-46b8-96ef-6ba29f88577b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1324 | 2024.06.25 07:12:17.383395 [ 3 ] {ba127261-5c67-4e28-8be5-656b16cd97d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1325 | 2024.06.25 07:12:17.383442 [ 3 ] {ba127261-5c67-4e28-8be5-656b16cd97d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1326 | 2024.06.25 07:12:17.383573 [ 3 ] {ba127261-5c67-4e28-8be5-656b16cd97d5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1327 | 2024.06.25 07:12:17.383910 [ 3 ] {ba127261-5c67-4e28-8be5-656b16cd97d5} <Trace> oximeter.fields_i64 (5a4e27aa-5414-415d-87de-3cb5e0800323): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1328 | 2024.06.25 07:12:17.383947 [ 3 ] {ba127261-5c67-4e28-8be5-656b16cd97d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
1329 | 2024.06.25 07:12:17.384260 [ 3 ] {ba127261-5c67-4e28-8be5-656b16cd97d5} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1330 | 2024.06.25 07:12:17.384568 [ 3 ] {ba127261-5c67-4e28-8be5-656b16cd97d5} <Trace> oximeter.fields_i64 (5a4e27aa-5414-415d-87de-3cb5e0800323): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1331 | 2024.06.25 07:12:17.384714 [ 3 ] {ba127261-5c67-4e28-8be5-656b16cd97d5} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001349 sec., 22238.695329873983 rows/sec., 1.76 MiB/sec. | ||
1332 | 2024.06.25 07:12:17.384725 [ 64 ] {} <Debug> oximeter.fields_i64 (5a4e27aa-5414-415d-87de-3cb5e0800323) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1333 | 2024.06.25 07:12:17.384841 [ 64 ] {} <Trace> oximeter.fields_i64 (5a4e27aa-5414-415d-87de-3cb5e0800323): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1334 | 2024.06.25 07:12:17.384875 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
1335 | 2024.06.25 07:12:17.384967 [ 3 ] {ba127261-5c67-4e28-8be5-656b16cd97d5} <Debug> DynamicQueryHandler: Done processing query | ||
1336 | 2024.06.25 07:12:17.385043 [ 3 ] {ba127261-5c67-4e28-8be5-656b16cd97d5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1337 | 2024.06.25 07:12:17.385162 [ 3 ] {} <Debug> HTTP-Session: dc616e98-5489-46b8-96ef-6ba29f88577b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1338 | 2024.06.25 07:12:17.385348 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1339 | 2024.06.25 07:12:17.385420 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1340 | 2024.06.25 07:12:17.385441 [ 3 ] {} <Debug> HTTP-Session: 20699b3b-8e1f-4e2c-8911-b6fdb87c2caf Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
1341 | 2024.06.25 07:12:17.385458 [ 3 ] {} <Debug> HTTP-Session: 20699b3b-8e1f-4e2c-8911-b6fdb87c2caf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1342 | 2024.06.25 07:12:17.385472 [ 3 ] {} <Debug> HTTP-Session: 20699b3b-8e1f-4e2c-8911-b6fdb87c2caf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1343 | 2024.06.25 07:12:17.385505 [ 3 ] {} <Trace> HTTP-Session: 20699b3b-8e1f-4e2c-8911-b6fdb87c2caf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1344 | 2024.06.25 07:12:17.385541 [ 191 ] {5a4e27aa-5414-415d-87de-3cb5e0800323::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 | ||
1345 | 2024.06.25 07:12:17.385691 [ 3 ] {981958c4-3df8-40cf-99f8-c2ab84d3d464} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
1346 | 2024.06.25 07:12:17.385797 [ 3 ] {981958c4-3df8-40cf-99f8-c2ab84d3d464} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
1347 | 2024.06.25 07:12:17.385964 [ 191 ] {5a4e27aa-5414-415d-87de-3cb5e0800323::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1348 | 2024.06.25 07:12:17.386162 [ 3 ] {981958c4-3df8-40cf-99f8-c2ab84d3d464} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1349 | 2024.06.25 07:12:17.386160 [ 191 ] {5a4e27aa-5414-415d-87de-3cb5e0800323::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 14 rows starting from the beginning of the part | ||
1350 | 2024.06.25 07:12:17.386369 [ 191 ] {5a4e27aa-5414-415d-87de-3cb5e0800323::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 14 rows starting from the beginning of the part | ||
1351 | 2024.06.25 07:12:17.386757 [ 191 ] {5a4e27aa-5414-415d-87de-3cb5e0800323::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 14 rows starting from the beginning of the part | ||
1352 | 2024.06.25 07:12:17.387082 [ 191 ] {5a4e27aa-5414-415d-87de-3cb5e0800323::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 30 rows starting from the beginning of the part | ||
1353 | 2024.06.25 07:12:17.387384 [ 191 ] {5a4e27aa-5414-415d-87de-3cb5e0800323::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 30 rows starting from the beginning of the part | ||
1354 | 2024.06.25 07:12:17.387682 [ 191 ] {5a4e27aa-5414-415d-87de-3cb5e0800323::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 30 rows starting from the beginning of the part | ||
1355 | 2024.06.25 07:12:17.387674 [ 3 ] {981958c4-3df8-40cf-99f8-c2ab84d3d464} <Trace> oximeter.fields_ipaddr (a80fa888-7cde-49a8-8db7-55a4c4c75c02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1356 | 2024.06.25 07:12:17.387804 [ 3 ] {981958c4-3df8-40cf-99f8-c2ab84d3d464} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
1357 | 2024.06.25 07:12:17.388836 [ 3 ] {981958c4-3df8-40cf-99f8-c2ab84d3d464} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1358 | 2024.06.25 07:12:17.389742 [ 3 ] {981958c4-3df8-40cf-99f8-c2ab84d3d464} <Trace> oximeter.fields_ipaddr (a80fa888-7cde-49a8-8db7-55a4c4c75c02): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1359 | 2024.06.25 07:12:17.390168 [ 3 ] {981958c4-3df8-40cf-99f8-c2ab84d3d464} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00452 sec., 442.47787610619474 rows/sec., 36.08 KiB/sec. | ||
1360 | 2024.06.25 07:12:17.390735 [ 191 ] {5a4e27aa-5414-415d-87de-3cb5e0800323::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 132 rows, containing 4 columns (4 merged, 0 gathered) in 0.005752994 sec., 22944.57459889581 rows/sec., 1.82 MiB/sec. | ||
1361 | 2024.06.25 07:12:17.390757 [ 3 ] {981958c4-3df8-40cf-99f8-c2ab84d3d464} <Debug> DynamicQueryHandler: Done processing query | ||
1362 | 2024.06.25 07:12:17.390803 [ 3 ] {981958c4-3df8-40cf-99f8-c2ab84d3d464} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1363 | 2024.06.25 07:12:17.390836 [ 3 ] {} <Debug> HTTP-Session: 20699b3b-8e1f-4e2c-8911-b6fdb87c2caf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1364 | 2024.06.25 07:12:17.390907 [ 191 ] {5a4e27aa-5414-415d-87de-3cb5e0800323::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1365 | 2024.06.25 07:12:17.390994 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 13791, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1366 | 2024.06.25 07:12:17.391095 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1367 | 2024.06.25 07:12:17.391178 [ 3 ] {} <Debug> HTTP-Session: 3f20f529-eed0-41fb-955c-8ed2dbfa64aa Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
1368 | 2024.06.25 07:12:17.391242 [ 3 ] {} <Debug> HTTP-Session: 3f20f529-eed0-41fb-955c-8ed2dbfa64aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1369 | 2024.06.25 07:12:17.391292 [ 3 ] {} <Debug> HTTP-Session: 3f20f529-eed0-41fb-955c-8ed2dbfa64aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1370 | 2024.06.25 07:12:17.391369 [ 3 ] {} <Trace> HTTP-Session: 3f20f529-eed0-41fb-955c-8ed2dbfa64aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1371 | 2024.06.25 07:12:17.391570 [ 3 ] {8e5c7ab4-7a1a-4b39-b20f-f63987ec2726} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1372 | 2024.06.25 07:12:17.391639 [ 191 ] {5a4e27aa-5414-415d-87de-3cb5e0800323::all_1_6_1} <Trace> oximeter.fields_i64 (5a4e27aa-5414-415d-87de-3cb5e0800323): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1373 | 2024.06.25 07:12:17.391655 [ 3 ] {8e5c7ab4-7a1a-4b39-b20f-f63987ec2726} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1374 | 2024.06.25 07:12:17.391880 [ 191 ] {5a4e27aa-5414-415d-87de-3cb5e0800323::all_1_6_1} <Trace> oximeter.fields_i64 (5a4e27aa-5414-415d-87de-3cb5e0800323) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1375 | 2024.06.25 07:12:17.392083 [ 3 ] {8e5c7ab4-7a1a-4b39-b20f-f63987ec2726} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1376 | 2024.06.25 07:12:17.392096 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
1377 | 2024.06.25 07:12:17.392502 [ 3 ] {8e5c7ab4-7a1a-4b39-b20f-f63987ec2726} <Trace> oximeter.fields_string (92be2c77-e348-4680-ab71-16c97f347e42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1378 | 2024.06.25 07:12:17.392545 [ 3 ] {8e5c7ab4-7a1a-4b39-b20f-f63987ec2726} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
1379 | 2024.06.25 07:12:17.392891 [ 3 ] {8e5c7ab4-7a1a-4b39-b20f-f63987ec2726} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1380 | 2024.06.25 07:12:17.393216 [ 3 ] {8e5c7ab4-7a1a-4b39-b20f-f63987ec2726} <Trace> oximeter.fields_string (92be2c77-e348-4680-ab71-16c97f347e42): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1381 | 2024.06.25 07:12:17.393372 [ 3 ] {8e5c7ab4-7a1a-4b39-b20f-f63987ec2726} <Debug> executeQuery: Read 91 rows, 8.22 KiB in 0.00188 sec., 48404.255319148935 rows/sec., 4.27 MiB/sec. | ||
1382 | 2024.06.25 07:12:17.393375 [ 64 ] {} <Debug> oximeter.fields_string (92be2c77-e348-4680-ab71-16c97f347e42) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1383 | 2024.06.25 07:12:17.393464 [ 64 ] {} <Trace> oximeter.fields_string (92be2c77-e348-4680-ab71-16c97f347e42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1384 | 2024.06.25 07:12:17.393523 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
1385 | 2024.06.25 07:12:17.393693 [ 3 ] {8e5c7ab4-7a1a-4b39-b20f-f63987ec2726} <Debug> DynamicQueryHandler: Done processing query | ||
1386 | 2024.06.25 07:12:17.393849 [ 3 ] {8e5c7ab4-7a1a-4b39-b20f-f63987ec2726} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
1387 | 2024.06.25 07:12:17.393854 [ 199 ] {92be2c77-e348-4680-ab71-16c97f347e42::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 | ||
1388 | 2024.06.25 07:12:17.393921 [ 3 ] {} <Debug> HTTP-Session: 3f20f529-eed0-41fb-955c-8ed2dbfa64aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1389 | 2024.06.25 07:12:17.394070 [ 199 ] {92be2c77-e348-4680-ab71-16c97f347e42::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1390 | 2024.06.25 07:12:17.394103 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1391 | 2024.06.25 07:12:17.394123 [ 199 ] {92be2c77-e348-4680-ab71-16c97f347e42::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 42 rows starting from the beginning of the part | ||
1392 | 2024.06.25 07:12:17.394175 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1393 | 2024.06.25 07:12:17.394231 [ 3 ] {} <Debug> HTTP-Session: 306d59bf-c897-422a-8e01-a531855b6895 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
1394 | 2024.06.25 07:12:17.394310 [ 3 ] {} <Debug> HTTP-Session: 306d59bf-c897-422a-8e01-a531855b6895 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1395 | 2024.06.25 07:12:17.394381 [ 199 ] {92be2c77-e348-4680-ab71-16c97f347e42::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 42 rows starting from the beginning of the part | ||
1396 | 2024.06.25 07:12:17.394405 [ 3 ] {} <Debug> HTTP-Session: 306d59bf-c897-422a-8e01-a531855b6895 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1397 | 2024.06.25 07:12:17.394608 [ 3 ] {} <Trace> HTTP-Session: 306d59bf-c897-422a-8e01-a531855b6895 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1398 | 2024.06.25 07:12:17.394652 [ 199 ] {92be2c77-e348-4680-ab71-16c97f347e42::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 42 rows starting from the beginning of the part | ||
1399 | 2024.06.25 07:12:17.394895 [ 199 ] {92be2c77-e348-4680-ab71-16c97f347e42::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 90 rows starting from the beginning of the part | ||
1400 | 2024.06.25 07:12:17.395181 [ 3 ] {bcc6d21c-bb79-4d82-948d-77837457c451} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
1401 | 2024.06.25 07:12:17.395215 [ 199 ] {92be2c77-e348-4680-ab71-16c97f347e42::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 90 rows starting from the beginning of the part | ||
1402 | 2024.06.25 07:12:17.395328 [ 3 ] {bcc6d21c-bb79-4d82-948d-77837457c451} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
1403 | 2024.06.25 07:12:17.395448 [ 199 ] {92be2c77-e348-4680-ab71-16c97f347e42::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 91 rows starting from the beginning of the part | ||
1404 | 2024.06.25 07:12:17.396205 [ 3 ] {bcc6d21c-bb79-4d82-948d-77837457c451} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1405 | 2024.06.25 07:12:17.397049 [ 3 ] {bcc6d21c-bb79-4d82-948d-77837457c451} <Trace> oximeter.fields_u16 (3a35cf00-b7cc-45e3-80c8-1c8d13c9f8ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1406 | 2024.06.25 07:12:17.397113 [ 3 ] {bcc6d21c-bb79-4d82-948d-77837457c451} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
1407 | 2024.06.25 07:12:17.397894 [ 3 ] {bcc6d21c-bb79-4d82-948d-77837457c451} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1408 | 2024.06.25 07:12:17.398280 [ 191 ] {92be2c77-e348-4680-ab71-16c97f347e42::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 397 rows, containing 4 columns (4 merged, 0 gathered) in 0.004654037 sec., 85302.28702522133 rows/sec., 7.50 MiB/sec. | ||
1409 | 2024.06.25 07:12:17.398505 [ 191 ] {92be2c77-e348-4680-ab71-16c97f347e42::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1410 | 2024.06.25 07:12:17.398673 [ 3 ] {bcc6d21c-bb79-4d82-948d-77837457c451} <Trace> oximeter.fields_u16 (3a35cf00-b7cc-45e3-80c8-1c8d13c9f8ae): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1411 | 2024.06.25 07:12:17.399172 [ 3 ] {bcc6d21c-bb79-4d82-948d-77837457c451} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.004215 sec., 474.4958481613286 rows/sec., 33.13 KiB/sec. | ||
1412 | 2024.06.25 07:12:17.399628 [ 3 ] {bcc6d21c-bb79-4d82-948d-77837457c451} <Debug> DynamicQueryHandler: Done processing query | ||
1413 | 2024.06.25 07:12:17.399691 [ 3 ] {bcc6d21c-bb79-4d82-948d-77837457c451} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1414 | 2024.06.25 07:12:17.399718 [ 191 ] {92be2c77-e348-4680-ab71-16c97f347e42::all_1_6_1} <Trace> oximeter.fields_string (92be2c77-e348-4680-ab71-16c97f347e42): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1415 | 2024.06.25 07:12:17.399733 [ 3 ] {} <Debug> HTTP-Session: 306d59bf-c897-422a-8e01-a531855b6895 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1416 | 2024.06.25 07:12:17.399858 [ 191 ] {92be2c77-e348-4680-ab71-16c97f347e42::all_1_6_1} <Trace> oximeter.fields_string (92be2c77-e348-4680-ab71-16c97f347e42) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1417 | 2024.06.25 07:12:17.399953 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 5480, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1418 | 2024.06.25 07:12:17.399993 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
1419 | 2024.06.25 07:12:17.400041 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1420 | 2024.06.25 07:12:17.400065 [ 3 ] {} <Debug> HTTP-Session: 8dc5ebc2-081a-479b-8fbc-9e424b7587ed Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
1421 | 2024.06.25 07:12:17.400082 [ 3 ] {} <Debug> HTTP-Session: 8dc5ebc2-081a-479b-8fbc-9e424b7587ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1422 | 2024.06.25 07:12:17.400095 [ 3 ] {} <Debug> HTTP-Session: 8dc5ebc2-081a-479b-8fbc-9e424b7587ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1423 | 2024.06.25 07:12:17.400127 [ 3 ] {} <Trace> HTTP-Session: 8dc5ebc2-081a-479b-8fbc-9e424b7587ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1424 | 2024.06.25 07:12:17.400244 [ 3 ] {4756c734-363a-43a1-925e-d26deedda675} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1425 | 2024.06.25 07:12:17.400288 [ 3 ] {4756c734-363a-43a1-925e-d26deedda675} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1426 | 2024.06.25 07:12:17.400435 [ 3 ] {4756c734-363a-43a1-925e-d26deedda675} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1427 | 2024.06.25 07:12:17.400733 [ 3 ] {4756c734-363a-43a1-925e-d26deedda675} <Trace> oximeter.fields_uuid (a6135af6-13ec-413a-9f2a-05b69fc69276): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1428 | 2024.06.25 07:12:17.400770 [ 3 ] {4756c734-363a-43a1-925e-d26deedda675} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
1429 | 2024.06.25 07:12:17.401087 [ 3 ] {4756c734-363a-43a1-925e-d26deedda675} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1430 | 2024.06.25 07:12:17.401395 [ 3 ] {4756c734-363a-43a1-925e-d26deedda675} <Trace> oximeter.fields_uuid (a6135af6-13ec-413a-9f2a-05b69fc69276): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1431 | 2024.06.25 07:12:17.401547 [ 3 ] {4756c734-363a-43a1-925e-d26deedda675} <Debug> executeQuery: Read 32 rows, 2.57 KiB in 0.001333 sec., 24006.001500375092 rows/sec., 1.88 MiB/sec. | ||
1432 | 2024.06.25 07:12:17.401548 [ 64 ] {} <Debug> oximeter.fields_uuid (a6135af6-13ec-413a-9f2a-05b69fc69276) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1433 | 2024.06.25 07:12:17.401637 [ 64 ] {} <Trace> oximeter.fields_uuid (a6135af6-13ec-413a-9f2a-05b69fc69276): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1434 | 2024.06.25 07:12:17.401687 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
1435 | 2024.06.25 07:12:17.401848 [ 3 ] {4756c734-363a-43a1-925e-d26deedda675} <Debug> DynamicQueryHandler: Done processing query | ||
1436 | 2024.06.25 07:12:17.401917 [ 3 ] {4756c734-363a-43a1-925e-d26deedda675} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1437 | 2024.06.25 07:12:17.401958 [ 193 ] {a6135af6-13ec-413a-9f2a-05b69fc69276::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 | ||
1438 | 2024.06.25 07:12:17.401993 [ 3 ] {} <Debug> HTTP-Session: 8dc5ebc2-081a-479b-8fbc-9e424b7587ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1439 | 2024.06.25 07:12:17.402183 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 257, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1440 | 2024.06.25 07:12:17.402215 [ 193 ] {a6135af6-13ec-413a-9f2a-05b69fc69276::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1441 | 2024.06.25 07:12:17.402251 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1442 | 2024.06.25 07:12:17.402253 [ 193 ] {a6135af6-13ec-413a-9f2a-05b69fc69276::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 21 rows starting from the beginning of the part | ||
1443 | 2024.06.25 07:12:17.402275 [ 3 ] {} <Debug> HTTP-Session: 1c910685-95ed-4d84-8304-a4e0b3199b3c Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
1444 | 2024.06.25 07:12:17.402292 [ 3 ] {} <Debug> HTTP-Session: 1c910685-95ed-4d84-8304-a4e0b3199b3c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1445 | 2024.06.25 07:12:17.402310 [ 3 ] {} <Debug> HTTP-Session: 1c910685-95ed-4d84-8304-a4e0b3199b3c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1446 | 2024.06.25 07:12:17.402402 [ 3 ] {} <Trace> HTTP-Session: 1c910685-95ed-4d84-8304-a4e0b3199b3c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1447 | 2024.06.25 07:12:17.402418 [ 193 ] {a6135af6-13ec-413a-9f2a-05b69fc69276::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 14 rows starting from the beginning of the part | ||
1448 | 2024.06.25 07:12:17.402679 [ 193 ] {a6135af6-13ec-413a-9f2a-05b69fc69276::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 14 rows starting from the beginning of the part | ||
1449 | 2024.06.25 07:12:17.402734 [ 3 ] {0e681695-1d72-44fa-96ea-b1ac07724efc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1450 | 2024.06.25 07:12:17.403000 [ 3 ] {0e681695-1d72-44fa-96ea-b1ac07724efc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1451 | 2024.06.25 07:12:17.403020 [ 193 ] {a6135af6-13ec-413a-9f2a-05b69fc69276::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 43 rows starting from the beginning of the part | ||
1452 | 2024.06.25 07:12:17.403287 [ 193 ] {a6135af6-13ec-413a-9f2a-05b69fc69276::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 30 rows starting from the beginning of the part | ||
1453 | 2024.06.25 07:12:17.403643 [ 193 ] {a6135af6-13ec-413a-9f2a-05b69fc69276::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 32 rows starting from the beginning of the part | ||
1454 | 2024.06.25 07:12:17.404284 [ 3 ] {0e681695-1d72-44fa-96ea-b1ac07724efc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1455 | 2024.06.25 07:12:17.404818 [ 3 ] {0e681695-1d72-44fa-96ea-b1ac07724efc} <Trace> oximeter.measurements_cumulativeu64 (e2447d38-7ae3-46bc-83c9-f9b139496c24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1456 | 2024.06.25 07:12:17.404865 [ 3 ] {0e681695-1d72-44fa-96ea-b1ac07724efc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
1457 | 2024.06.25 07:12:17.405444 [ 3 ] {0e681695-1d72-44fa-96ea-b1ac07724efc} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1458 | 2024.06.25 07:12:17.405544 [ 201 ] {a6135af6-13ec-413a-9f2a-05b69fc69276::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 154 rows, containing 4 columns (4 merged, 0 gathered) in 0.003756134 sec., 40999.60225061193 rows/sec., 3.21 MiB/sec. | ||
1459 | 2024.06.25 07:12:17.405689 [ 193 ] {a6135af6-13ec-413a-9f2a-05b69fc69276::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1460 | 2024.06.25 07:12:17.405943 [ 3 ] {0e681695-1d72-44fa-96ea-b1ac07724efc} <Trace> oximeter.measurements_cumulativeu64 (e2447d38-7ae3-46bc-83c9-f9b139496c24): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1461 | 2024.06.25 07:12:17.406181 [ 3 ] {0e681695-1d72-44fa-96ea-b1ac07724efc} <Debug> executeQuery: Read 1 rows, 72.00 B in 0.003598 sec., 277.9321845469705 rows/sec., 19.54 KiB/sec. | ||
1462 | 2024.06.25 07:12:17.406372 [ 193 ] {a6135af6-13ec-413a-9f2a-05b69fc69276::all_1_6_1} <Trace> oximeter.fields_uuid (a6135af6-13ec-413a-9f2a-05b69fc69276): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1463 | 2024.06.25 07:12:17.406575 [ 193 ] {a6135af6-13ec-413a-9f2a-05b69fc69276::all_1_6_1} <Trace> oximeter.fields_uuid (a6135af6-13ec-413a-9f2a-05b69fc69276) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1464 | 2024.06.25 07:12:17.406626 [ 3 ] {0e681695-1d72-44fa-96ea-b1ac07724efc} <Debug> DynamicQueryHandler: Done processing query | ||
1465 | 2024.06.25 07:12:17.406676 [ 3 ] {0e681695-1d72-44fa-96ea-b1ac07724efc} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1466 | 2024.06.25 07:12:17.406692 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
1467 | 2024.06.25 07:12:17.406700 [ 3 ] {} <Debug> HTTP-Session: 1c910685-95ed-4d84-8304-a4e0b3199b3c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1468 | 2024.06.25 07:12:17.406861 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 47947, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1469 | 2024.06.25 07:12:17.406909 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1470 | 2024.06.25 07:12:17.406928 [ 3 ] {} <Debug> HTTP-Session: 5fda4bff-0f74-49bd-914d-8ba42d853bc7 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
1471 | 2024.06.25 07:12:17.406945 [ 3 ] {} <Debug> HTTP-Session: 5fda4bff-0f74-49bd-914d-8ba42d853bc7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1472 | 2024.06.25 07:12:17.406959 [ 3 ] {} <Debug> HTTP-Session: 5fda4bff-0f74-49bd-914d-8ba42d853bc7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1473 | 2024.06.25 07:12:17.406990 [ 3 ] {} <Trace> HTTP-Session: 5fda4bff-0f74-49bd-914d-8ba42d853bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1474 | 2024.06.25 07:12:17.407303 [ 3 ] {3aa98040-9507-4b5f-9796-5ad39a541290} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1475 | 2024.06.25 07:12:17.407367 [ 3 ] {3aa98040-9507-4b5f-9796-5ad39a541290} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
1476 | 2024.06.25 07:12:17.407766 [ 3 ] {3aa98040-9507-4b5f-9796-5ad39a541290} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1477 | 2024.06.25 07:12:17.408363 [ 3 ] {3aa98040-9507-4b5f-9796-5ad39a541290} <Trace> oximeter.measurements_histogramf64 (7bf12d27-0a09-45c5-8c45-4d00c63235e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1478 | 2024.06.25 07:12:17.408396 [ 3 ] {3aa98040-9507-4b5f-9796-5ad39a541290} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
1479 | 2024.06.25 07:12:17.409100 [ 3 ] {3aa98040-9507-4b5f-9796-5ad39a541290} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1480 | 2024.06.25 07:12:17.411316 [ 3 ] {3aa98040-9507-4b5f-9796-5ad39a541290} <Trace> oximeter.measurements_histogramf64 (7bf12d27-0a09-45c5-8c45-4d00c63235e8): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1481 | 2024.06.25 07:12:17.411572 [ 64 ] {} <Debug> oximeter.measurements_histogramf64 (7bf12d27-0a09-45c5-8c45-4d00c63235e8) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1482 | 2024.06.25 07:12:17.411648 [ 64 ] {} <Trace> oximeter.measurements_histogramf64 (7bf12d27-0a09-45c5-8c45-4d00c63235e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1483 | 2024.06.25 07:12:17.411667 [ 3 ] {3aa98040-9507-4b5f-9796-5ad39a541290} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.004576 sec., 6555.944055944055 rows/sec., 11.75 MiB/sec. | ||
1484 | 2024.06.25 07:12:17.411682 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
1485 | 2024.06.25 07:12:17.412290 [ 201 ] {7bf12d27-0a09-45c5-8c45-4d00c63235e8::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 | ||
1486 | 2024.06.25 07:12:17.412455 [ 3 ] {3aa98040-9507-4b5f-9796-5ad39a541290} <Debug> DynamicQueryHandler: Done processing query | ||
1487 | 2024.06.25 07:12:17.412494 [ 3 ] {3aa98040-9507-4b5f-9796-5ad39a541290} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
1488 | 2024.06.25 07:12:17.412522 [ 3 ] {} <Debug> HTTP-Session: 5fda4bff-0f74-49bd-914d-8ba42d853bc7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1489 | 2024.06.25 07:12:17.412649 [ 201 ] {7bf12d27-0a09-45c5-8c45-4d00c63235e8::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1490 | 2024.06.25 07:12:17.412719 [ 201 ] {7bf12d27-0a09-45c5-8c45-4d00c63235e8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 14 rows starting from the beginning of the part | ||
1491 | 2024.06.25 07:12:17.413068 [ 201 ] {7bf12d27-0a09-45c5-8c45-4d00c63235e8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 14 rows starting from the beginning of the part | ||
1492 | 2024.06.25 07:12:17.413375 [ 201 ] {7bf12d27-0a09-45c5-8c45-4d00c63235e8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 14 rows starting from the beginning of the part | ||
1493 | 2024.06.25 07:12:17.413672 [ 201 ] {7bf12d27-0a09-45c5-8c45-4d00c63235e8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 30 rows starting from the beginning of the part | ||
1494 | 2024.06.25 07:12:17.413941 [ 201 ] {7bf12d27-0a09-45c5-8c45-4d00c63235e8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 30 rows starting from the beginning of the part | ||
1495 | 2024.06.25 07:12:17.414209 [ 201 ] {7bf12d27-0a09-45c5-8c45-4d00c63235e8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 30 rows starting from the beginning of the part | ||
1496 | 2024.06.25 07:12:17.417064 [ 193 ] {7bf12d27-0a09-45c5-8c45-4d00c63235e8::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 132 rows, containing 19 columns (19 merged, 0 gathered) in 0.005272987 sec., 25033.24965527129 rows/sec., 44.81 MiB/sec. | ||
1497 | 2024.06.25 07:12:17.417450 [ 189 ] {7bf12d27-0a09-45c5-8c45-4d00c63235e8::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1498 | 2024.06.25 07:12:17.418097 [ 189 ] {7bf12d27-0a09-45c5-8c45-4d00c63235e8::all_1_6_1} <Trace> oximeter.measurements_histogramf64 (7bf12d27-0a09-45c5-8c45-4d00c63235e8): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1499 | 2024.06.25 07:12:17.418169 [ 189 ] {7bf12d27-0a09-45c5-8c45-4d00c63235e8::all_1_6_1} <Trace> oximeter.measurements_histogramf64 (7bf12d27-0a09-45c5-8c45-4d00c63235e8) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1500 | 2024.06.25 07:12:17.418269 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.02 MiB. | ||
1501 | 2024.06.25 07:12:27.364340 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 4356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1502 | 2024.06.25 07:12:27.364470 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1503 | 2024.06.25 07:12:27.364498 [ 3 ] {} <Debug> HTTP-Session: 5ad48f4f-9843-48e2-8e4b-8731487a13ee Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
1504 | 2024.06.25 07:12:27.364527 [ 3 ] {} <Debug> HTTP-Session: 5ad48f4f-9843-48e2-8e4b-8731487a13ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1505 | 2024.06.25 07:12:27.364545 [ 3 ] {} <Debug> HTTP-Session: 5ad48f4f-9843-48e2-8e4b-8731487a13ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1506 | 2024.06.25 07:12:27.364605 [ 3 ] {} <Trace> HTTP-Session: 5ad48f4f-9843-48e2-8e4b-8731487a13ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1507 | 2024.06.25 07:12:27.364822 [ 3 ] {2d66998f-3129-49f7-92e8-7f87f4791f20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1508 | 2024.06.25 07:12:27.364898 [ 3 ] {2d66998f-3129-49f7-92e8-7f87f4791f20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1509 | 2024.06.25 07:12:27.365114 [ 3 ] {2d66998f-3129-49f7-92e8-7f87f4791f20} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1510 | 2024.06.25 07:12:27.365578 [ 3 ] {2d66998f-3129-49f7-92e8-7f87f4791f20} <Trace> oximeter.fields_i64 (5a4e27aa-5414-415d-87de-3cb5e0800323): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1511 | 2024.06.25 07:12:27.365626 [ 3 ] {2d66998f-3129-49f7-92e8-7f87f4791f20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
1512 | 2024.06.25 07:12:27.366007 [ 3 ] {2d66998f-3129-49f7-92e8-7f87f4791f20} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1513 | 2024.06.25 07:12:27.366362 [ 3 ] {2d66998f-3129-49f7-92e8-7f87f4791f20} <Trace> oximeter.fields_i64 (5a4e27aa-5414-415d-87de-3cb5e0800323): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1514 | 2024.06.25 07:12:27.366516 [ 3 ] {2d66998f-3129-49f7-92e8-7f87f4791f20} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001763 sec., 17016.449234259784 rows/sec., 1.35 MiB/sec. | ||
1515 | 2024.06.25 07:12:27.366743 [ 3 ] {2d66998f-3129-49f7-92e8-7f87f4791f20} <Debug> DynamicQueryHandler: Done processing query | ||
1516 | 2024.06.25 07:12:27.366772 [ 3 ] {2d66998f-3129-49f7-92e8-7f87f4791f20} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1517 | 2024.06.25 07:12:27.366788 [ 3 ] {} <Debug> HTTP-Session: 5ad48f4f-9843-48e2-8e4b-8731487a13ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1518 | 2024.06.25 07:12:27.366934 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 13657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1519 | 2024.06.25 07:12:27.366987 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1520 | 2024.06.25 07:12:27.367009 [ 3 ] {} <Debug> HTTP-Session: 19721071-9d34-44e3-8145-bf67242fb611 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
1521 | 2024.06.25 07:12:27.367030 [ 3 ] {} <Debug> HTTP-Session: 19721071-9d34-44e3-8145-bf67242fb611 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1522 | 2024.06.25 07:12:27.367044 [ 3 ] {} <Debug> HTTP-Session: 19721071-9d34-44e3-8145-bf67242fb611 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1523 | 2024.06.25 07:12:27.367079 [ 3 ] {} <Trace> HTTP-Session: 19721071-9d34-44e3-8145-bf67242fb611 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1524 | 2024.06.25 07:12:27.367207 [ 3 ] {dedbd1ee-823e-4428-b69e-23c08ae9d35b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1525 | 2024.06.25 07:12:27.367255 [ 3 ] {dedbd1ee-823e-4428-b69e-23c08ae9d35b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1526 | 2024.06.25 07:12:27.367387 [ 3 ] {dedbd1ee-823e-4428-b69e-23c08ae9d35b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1527 | 2024.06.25 07:12:27.367736 [ 3 ] {dedbd1ee-823e-4428-b69e-23c08ae9d35b} <Trace> oximeter.fields_string (92be2c77-e348-4680-ab71-16c97f347e42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1528 | 2024.06.25 07:12:27.367774 [ 3 ] {dedbd1ee-823e-4428-b69e-23c08ae9d35b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
1529 | 2024.06.25 07:12:27.368093 [ 3 ] {dedbd1ee-823e-4428-b69e-23c08ae9d35b} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1530 | 2024.06.25 07:12:27.368426 [ 3 ] {dedbd1ee-823e-4428-b69e-23c08ae9d35b} <Trace> oximeter.fields_string (92be2c77-e348-4680-ab71-16c97f347e42): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1531 | 2024.06.25 07:12:27.368578 [ 3 ] {dedbd1ee-823e-4428-b69e-23c08ae9d35b} <Debug> executeQuery: Read 90 rows, 8.14 KiB in 0.001412 sec., 63739.37677053824 rows/sec., 5.63 MiB/sec. | ||
1532 | 2024.06.25 07:12:27.368741 [ 3 ] {dedbd1ee-823e-4428-b69e-23c08ae9d35b} <Debug> DynamicQueryHandler: Done processing query | ||
1533 | 2024.06.25 07:12:27.368774 [ 3 ] {dedbd1ee-823e-4428-b69e-23c08ae9d35b} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
1534 | 2024.06.25 07:12:27.368796 [ 3 ] {} <Debug> HTTP-Session: 19721071-9d34-44e3-8145-bf67242fb611 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1535 | 2024.06.25 07:12:27.368941 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 5137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1536 | 2024.06.25 07:12:27.368999 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1537 | 2024.06.25 07:12:27.369023 [ 3 ] {} <Debug> HTTP-Session: e20127e4-d0c8-4365-bba2-0d966ab57113 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
1538 | 2024.06.25 07:12:27.369048 [ 3 ] {} <Debug> HTTP-Session: e20127e4-d0c8-4365-bba2-0d966ab57113 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1539 | 2024.06.25 07:12:27.369067 [ 3 ] {} <Debug> HTTP-Session: e20127e4-d0c8-4365-bba2-0d966ab57113 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1540 | 2024.06.25 07:12:27.369106 [ 3 ] {} <Trace> HTTP-Session: e20127e4-d0c8-4365-bba2-0d966ab57113 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1541 | 2024.06.25 07:12:27.369239 [ 3 ] {859e1789-a865-4b4e-be2e-73505d17535f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1542 | 2024.06.25 07:12:27.369292 [ 3 ] {859e1789-a865-4b4e-be2e-73505d17535f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1543 | 2024.06.25 07:12:27.369448 [ 3 ] {859e1789-a865-4b4e-be2e-73505d17535f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1544 | 2024.06.25 07:12:27.369826 [ 3 ] {859e1789-a865-4b4e-be2e-73505d17535f} <Trace> oximeter.fields_uuid (a6135af6-13ec-413a-9f2a-05b69fc69276): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1545 | 2024.06.25 07:12:27.369870 [ 3 ] {859e1789-a865-4b4e-be2e-73505d17535f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
1546 | 2024.06.25 07:12:27.370239 [ 3 ] {859e1789-a865-4b4e-be2e-73505d17535f} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1547 | 2024.06.25 07:12:27.370614 [ 3 ] {859e1789-a865-4b4e-be2e-73505d17535f} <Trace> oximeter.fields_uuid (a6135af6-13ec-413a-9f2a-05b69fc69276): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1548 | 2024.06.25 07:12:27.370749 [ 3 ] {859e1789-a865-4b4e-be2e-73505d17535f} <Debug> executeQuery: Read 30 rows, 2.40 KiB in 0.001554 sec., 19305.019305019305 rows/sec., 1.51 MiB/sec. | ||
1549 | 2024.06.25 07:12:27.370954 [ 3 ] {859e1789-a865-4b4e-be2e-73505d17535f} <Debug> DynamicQueryHandler: Done processing query | ||
1550 | 2024.06.25 07:12:27.370989 [ 3 ] {859e1789-a865-4b4e-be2e-73505d17535f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1551 | 2024.06.25 07:12:27.371032 [ 3 ] {} <Debug> HTTP-Session: e20127e4-d0c8-4365-bba2-0d966ab57113 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1552 | 2024.06.25 07:12:27.371387 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 47971, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1553 | 2024.06.25 07:12:27.371456 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1554 | 2024.06.25 07:12:27.371484 [ 3 ] {} <Debug> HTTP-Session: 37bef7f5-d3b5-49d9-9258-cfc1755ccd8c Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
1555 | 2024.06.25 07:12:27.371510 [ 3 ] {} <Debug> HTTP-Session: 37bef7f5-d3b5-49d9-9258-cfc1755ccd8c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1556 | 2024.06.25 07:12:27.371526 [ 3 ] {} <Debug> HTTP-Session: 37bef7f5-d3b5-49d9-9258-cfc1755ccd8c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1557 | 2024.06.25 07:12:27.371560 [ 3 ] {} <Trace> HTTP-Session: 37bef7f5-d3b5-49d9-9258-cfc1755ccd8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1558 | 2024.06.25 07:12:27.371883 [ 3 ] {c4faae92-7760-4f5d-8765-cc708378f877} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1559 | 2024.06.25 07:12:27.371975 [ 3 ] {c4faae92-7760-4f5d-8765-cc708378f877} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
1560 | 2024.06.25 07:12:27.372378 [ 3 ] {c4faae92-7760-4f5d-8765-cc708378f877} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1561 | 2024.06.25 07:12:27.373021 [ 3 ] {c4faae92-7760-4f5d-8765-cc708378f877} <Trace> oximeter.measurements_histogramf64 (7bf12d27-0a09-45c5-8c45-4d00c63235e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1562 | 2024.06.25 07:12:27.373063 [ 3 ] {c4faae92-7760-4f5d-8765-cc708378f877} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
1563 | 2024.06.25 07:12:27.373723 [ 3 ] {c4faae92-7760-4f5d-8765-cc708378f877} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1564 | 2024.06.25 07:12:27.374141 [ 3 ] {c4faae92-7760-4f5d-8765-cc708378f877} <Trace> oximeter.measurements_histogramf64 (7bf12d27-0a09-45c5-8c45-4d00c63235e8): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1565 | 2024.06.25 07:12:27.374330 [ 3 ] {c4faae92-7760-4f5d-8765-cc708378f877} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002672 sec., 11227.54491017964 rows/sec., 20.12 MiB/sec. | ||
1566 | 2024.06.25 07:12:27.374808 [ 3 ] {c4faae92-7760-4f5d-8765-cc708378f877} <Debug> DynamicQueryHandler: Done processing query | ||
1567 | 2024.06.25 07:12:27.374842 [ 3 ] {c4faae92-7760-4f5d-8765-cc708378f877} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
1568 | 2024.06.25 07:12:27.374862 [ 3 ] {} <Debug> HTTP-Session: 37bef7f5-d3b5-49d9-9258-cfc1755ccd8c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1569 | 2024.06.25 07:12:31.650948 [ 53 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1570 | 2024.06.25 07:12:31.651049 [ 53 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1571 | 2024.06.25 07:12:37.364719 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 4356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1572 | 2024.06.25 07:12:37.364850 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1573 | 2024.06.25 07:12:37.364875 [ 3 ] {} <Debug> HTTP-Session: 57b54da9-21f9-455c-9b54-60d0cc038b6c Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
1574 | 2024.06.25 07:12:37.364899 [ 3 ] {} <Debug> HTTP-Session: 57b54da9-21f9-455c-9b54-60d0cc038b6c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1575 | 2024.06.25 07:12:37.364914 [ 3 ] {} <Debug> HTTP-Session: 57b54da9-21f9-455c-9b54-60d0cc038b6c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1576 | 2024.06.25 07:12:37.364963 [ 3 ] {} <Trace> HTTP-Session: 57b54da9-21f9-455c-9b54-60d0cc038b6c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1577 | 2024.06.25 07:12:37.365160 [ 3 ] {732ad46c-7a03-4d4d-b7da-c8abdf903382} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1578 | 2024.06.25 07:12:37.365228 [ 3 ] {732ad46c-7a03-4d4d-b7da-c8abdf903382} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1579 | 2024.06.25 07:12:37.365431 [ 3 ] {732ad46c-7a03-4d4d-b7da-c8abdf903382} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1580 | 2024.06.25 07:12:37.365872 [ 3 ] {732ad46c-7a03-4d4d-b7da-c8abdf903382} <Trace> oximeter.fields_i64 (5a4e27aa-5414-415d-87de-3cb5e0800323): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1581 | 2024.06.25 07:12:37.365916 [ 3 ] {732ad46c-7a03-4d4d-b7da-c8abdf903382} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
1582 | 2024.06.25 07:12:37.366336 [ 3 ] {732ad46c-7a03-4d4d-b7da-c8abdf903382} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1583 | 2024.06.25 07:12:37.366681 [ 3 ] {732ad46c-7a03-4d4d-b7da-c8abdf903382} <Trace> oximeter.fields_i64 (5a4e27aa-5414-415d-87de-3cb5e0800323): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1584 | 2024.06.25 07:12:37.366839 [ 3 ] {732ad46c-7a03-4d4d-b7da-c8abdf903382} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001739 sec., 17251.293847038527 rows/sec., 1.37 MiB/sec. | ||
1585 | 2024.06.25 07:12:37.367042 [ 3 ] {732ad46c-7a03-4d4d-b7da-c8abdf903382} <Debug> DynamicQueryHandler: Done processing query | ||
1586 | 2024.06.25 07:12:37.367069 [ 3 ] {732ad46c-7a03-4d4d-b7da-c8abdf903382} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1587 | 2024.06.25 07:12:37.367086 [ 3 ] {} <Debug> HTTP-Session: 57b54da9-21f9-455c-9b54-60d0cc038b6c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1588 | 2024.06.25 07:12:37.367257 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 13657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1589 | 2024.06.25 07:12:37.367305 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1590 | 2024.06.25 07:12:37.367324 [ 3 ] {} <Debug> HTTP-Session: c7d98abd-71c6-47e8-882d-1befb1bf2f55 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
1591 | 2024.06.25 07:12:37.367341 [ 3 ] {} <Debug> HTTP-Session: c7d98abd-71c6-47e8-882d-1befb1bf2f55 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1592 | 2024.06.25 07:12:37.367355 [ 3 ] {} <Debug> HTTP-Session: c7d98abd-71c6-47e8-882d-1befb1bf2f55 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1593 | 2024.06.25 07:12:37.367388 [ 3 ] {} <Trace> HTTP-Session: c7d98abd-71c6-47e8-882d-1befb1bf2f55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1594 | 2024.06.25 07:12:37.367509 [ 3 ] {538ab7f2-6ad1-4271-a6d6-2a2089848e75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1595 | 2024.06.25 07:12:37.367554 [ 3 ] {538ab7f2-6ad1-4271-a6d6-2a2089848e75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1596 | 2024.06.25 07:12:37.367679 [ 3 ] {538ab7f2-6ad1-4271-a6d6-2a2089848e75} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1597 | 2024.06.25 07:12:37.368040 [ 3 ] {538ab7f2-6ad1-4271-a6d6-2a2089848e75} <Trace> oximeter.fields_string (92be2c77-e348-4680-ab71-16c97f347e42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1598 | 2024.06.25 07:12:37.368079 [ 3 ] {538ab7f2-6ad1-4271-a6d6-2a2089848e75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
1599 | 2024.06.25 07:12:37.368560 [ 3 ] {538ab7f2-6ad1-4271-a6d6-2a2089848e75} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1600 | 2024.06.25 07:12:37.368873 [ 3 ] {538ab7f2-6ad1-4271-a6d6-2a2089848e75} <Trace> oximeter.fields_string (92be2c77-e348-4680-ab71-16c97f347e42): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1601 | 2024.06.25 07:12:37.369033 [ 3 ] {538ab7f2-6ad1-4271-a6d6-2a2089848e75} <Debug> executeQuery: Read 90 rows, 8.14 KiB in 0.001566 sec., 57471.2643678161 rows/sec., 5.08 MiB/sec. | ||
1602 | 2024.06.25 07:12:37.369339 [ 3 ] {538ab7f2-6ad1-4271-a6d6-2a2089848e75} <Debug> DynamicQueryHandler: Done processing query | ||
1603 | 2024.06.25 07:12:37.369372 [ 3 ] {538ab7f2-6ad1-4271-a6d6-2a2089848e75} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
1604 | 2024.06.25 07:12:37.369394 [ 3 ] {} <Debug> HTTP-Session: c7d98abd-71c6-47e8-882d-1befb1bf2f55 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1605 | 2024.06.25 07:12:37.369564 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 5137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1606 | 2024.06.25 07:12:37.369620 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1607 | 2024.06.25 07:12:37.369640 [ 3 ] {} <Debug> HTTP-Session: b9a6307d-a8f3-4ee3-9888-c0bc6fa35110 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
1608 | 2024.06.25 07:12:37.369657 [ 3 ] {} <Debug> HTTP-Session: b9a6307d-a8f3-4ee3-9888-c0bc6fa35110 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1609 | 2024.06.25 07:12:37.369671 [ 3 ] {} <Debug> HTTP-Session: b9a6307d-a8f3-4ee3-9888-c0bc6fa35110 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1610 | 2024.06.25 07:12:37.369705 [ 3 ] {} <Trace> HTTP-Session: b9a6307d-a8f3-4ee3-9888-c0bc6fa35110 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1611 | 2024.06.25 07:12:37.369817 [ 3 ] {99c6492b-fe8a-4ed9-87cd-6d518067629e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1612 | 2024.06.25 07:12:37.369861 [ 3 ] {99c6492b-fe8a-4ed9-87cd-6d518067629e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1613 | 2024.06.25 07:12:37.370006 [ 3 ] {99c6492b-fe8a-4ed9-87cd-6d518067629e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1614 | 2024.06.25 07:12:37.370319 [ 3 ] {99c6492b-fe8a-4ed9-87cd-6d518067629e} <Trace> oximeter.fields_uuid (a6135af6-13ec-413a-9f2a-05b69fc69276): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1615 | 2024.06.25 07:12:37.370357 [ 3 ] {99c6492b-fe8a-4ed9-87cd-6d518067629e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
1616 | 2024.06.25 07:12:37.370664 [ 3 ] {99c6492b-fe8a-4ed9-87cd-6d518067629e} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1617 | 2024.06.25 07:12:37.370981 [ 3 ] {99c6492b-fe8a-4ed9-87cd-6d518067629e} <Trace> oximeter.fields_uuid (a6135af6-13ec-413a-9f2a-05b69fc69276): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1618 | 2024.06.25 07:12:37.371140 [ 3 ] {99c6492b-fe8a-4ed9-87cd-6d518067629e} <Debug> executeQuery: Read 30 rows, 2.40 KiB in 0.001357 sec., 22107.59027266028 rows/sec., 1.73 MiB/sec. | ||
1619 | 2024.06.25 07:12:37.371300 [ 3 ] {99c6492b-fe8a-4ed9-87cd-6d518067629e} <Debug> DynamicQueryHandler: Done processing query | ||
1620 | 2024.06.25 07:12:37.371325 [ 3 ] {99c6492b-fe8a-4ed9-87cd-6d518067629e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1621 | 2024.06.25 07:12:37.371341 [ 3 ] {} <Debug> HTTP-Session: b9a6307d-a8f3-4ee3-9888-c0bc6fa35110 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1622 | 2024.06.25 07:12:37.371523 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 47979, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1623 | 2024.06.25 07:12:37.371571 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1624 | 2024.06.25 07:12:37.371590 [ 3 ] {} <Debug> HTTP-Session: 434262d9-616a-43b2-a41e-9bc9b323eceb Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
1625 | 2024.06.25 07:12:37.371607 [ 3 ] {} <Debug> HTTP-Session: 434262d9-616a-43b2-a41e-9bc9b323eceb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1626 | 2024.06.25 07:12:37.371621 [ 3 ] {} <Debug> HTTP-Session: 434262d9-616a-43b2-a41e-9bc9b323eceb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1627 | 2024.06.25 07:12:37.371652 [ 3 ] {} <Trace> HTTP-Session: 434262d9-616a-43b2-a41e-9bc9b323eceb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1628 | 2024.06.25 07:12:37.371959 [ 3 ] {86452b19-c45a-4ec1-b15c-7fa31f9f5ad5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1629 | 2024.06.25 07:12:37.372026 [ 3 ] {86452b19-c45a-4ec1-b15c-7fa31f9f5ad5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
1630 | 2024.06.25 07:12:37.372438 [ 3 ] {86452b19-c45a-4ec1-b15c-7fa31f9f5ad5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1631 | 2024.06.25 07:12:37.373127 [ 3 ] {86452b19-c45a-4ec1-b15c-7fa31f9f5ad5} <Trace> oximeter.measurements_histogramf64 (7bf12d27-0a09-45c5-8c45-4d00c63235e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1632 | 2024.06.25 07:12:37.373165 [ 3 ] {86452b19-c45a-4ec1-b15c-7fa31f9f5ad5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
1633 | 2024.06.25 07:12:37.373807 [ 3 ] {86452b19-c45a-4ec1-b15c-7fa31f9f5ad5} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1634 | 2024.06.25 07:12:37.374214 [ 3 ] {86452b19-c45a-4ec1-b15c-7fa31f9f5ad5} <Trace> oximeter.measurements_histogramf64 (7bf12d27-0a09-45c5-8c45-4d00c63235e8): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1635 | 2024.06.25 07:12:37.374399 [ 3 ] {86452b19-c45a-4ec1-b15c-7fa31f9f5ad5} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002663 sec., 11265.490048817124 rows/sec., 20.19 MiB/sec. | ||
1636 | 2024.06.25 07:12:37.374618 [ 3 ] {86452b19-c45a-4ec1-b15c-7fa31f9f5ad5} <Debug> DynamicQueryHandler: Done processing query | ||
1637 | 2024.06.25 07:12:37.374645 [ 3 ] {86452b19-c45a-4ec1-b15c-7fa31f9f5ad5} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
1638 | 2024.06.25 07:12:37.374662 [ 3 ] {} <Debug> HTTP-Session: 434262d9-616a-43b2-a41e-9bc9b323eceb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1639 | 2024.06.25 07:12:46.651117 [ 46 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1640 | 2024.06.25 07:12:46.651196 [ 46 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1641 | 2024.06.25 07:12:47.001222 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000847792 sec. | ||
1642 | 2024.06.25 07:12:47.365352 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 4356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1643 | 2024.06.25 07:12:47.365465 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1644 | 2024.06.25 07:12:47.365491 [ 3 ] {} <Debug> HTTP-Session: 4262da89-6fca-44f3-885e-1096ed7e2964 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
1645 | 2024.06.25 07:12:47.365516 [ 3 ] {} <Debug> HTTP-Session: 4262da89-6fca-44f3-885e-1096ed7e2964 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1646 | 2024.06.25 07:12:47.365532 [ 3 ] {} <Debug> HTTP-Session: 4262da89-6fca-44f3-885e-1096ed7e2964 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1647 | 2024.06.25 07:12:47.365582 [ 3 ] {} <Trace> HTTP-Session: 4262da89-6fca-44f3-885e-1096ed7e2964 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1648 | 2024.06.25 07:12:47.365774 [ 3 ] {383d77b4-427b-4538-8e85-b9bf6e93c965} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1649 | 2024.06.25 07:12:47.365847 [ 3 ] {383d77b4-427b-4538-8e85-b9bf6e93c965} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1650 | 2024.06.25 07:12:47.366034 [ 3 ] {383d77b4-427b-4538-8e85-b9bf6e93c965} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1651 | 2024.06.25 07:12:47.366442 [ 3 ] {383d77b4-427b-4538-8e85-b9bf6e93c965} <Trace> oximeter.fields_i64 (5a4e27aa-5414-415d-87de-3cb5e0800323): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1652 | 2024.06.25 07:12:47.366484 [ 3 ] {383d77b4-427b-4538-8e85-b9bf6e93c965} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
1653 | 2024.06.25 07:12:47.366847 [ 3 ] {383d77b4-427b-4538-8e85-b9bf6e93c965} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1654 | 2024.06.25 07:12:47.367181 [ 3 ] {383d77b4-427b-4538-8e85-b9bf6e93c965} <Trace> oximeter.fields_i64 (5a4e27aa-5414-415d-87de-3cb5e0800323): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1655 | 2024.06.25 07:12:47.367376 [ 3 ] {383d77b4-427b-4538-8e85-b9bf6e93c965} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001652 sec., 18159.806295399514 rows/sec., 1.44 MiB/sec. | ||
1656 | 2024.06.25 07:12:47.367964 [ 3 ] {383d77b4-427b-4538-8e85-b9bf6e93c965} <Debug> DynamicQueryHandler: Done processing query | ||
1657 | 2024.06.25 07:12:47.368004 [ 3 ] {383d77b4-427b-4538-8e85-b9bf6e93c965} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1658 | 2024.06.25 07:12:47.368029 [ 3 ] {} <Debug> HTTP-Session: 4262da89-6fca-44f3-885e-1096ed7e2964 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1659 | 2024.06.25 07:12:47.368184 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1660 | 2024.06.25 07:12:47.368257 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1661 | 2024.06.25 07:12:47.368288 [ 3 ] {} <Debug> HTTP-Session: e134ff28-270b-4482-8688-1c551cf42ccf Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
1662 | 2024.06.25 07:12:47.368315 [ 3 ] {} <Debug> HTTP-Session: e134ff28-270b-4482-8688-1c551cf42ccf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1663 | 2024.06.25 07:12:47.368339 [ 3 ] {} <Debug> HTTP-Session: e134ff28-270b-4482-8688-1c551cf42ccf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1664 | 2024.06.25 07:12:47.368385 [ 3 ] {} <Trace> HTTP-Session: e134ff28-270b-4482-8688-1c551cf42ccf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1665 | 2024.06.25 07:12:47.368524 [ 3 ] {45ba7f16-c60f-477a-9a81-14d855a7a535} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
1666 | 2024.06.25 07:12:47.368588 [ 3 ] {45ba7f16-c60f-477a-9a81-14d855a7a535} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
1667 | 2024.06.25 07:12:47.368809 [ 3 ] {45ba7f16-c60f-477a-9a81-14d855a7a535} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1668 | 2024.06.25 07:12:47.369194 [ 3 ] {45ba7f16-c60f-477a-9a81-14d855a7a535} <Trace> oximeter.fields_ipaddr (a80fa888-7cde-49a8-8db7-55a4c4c75c02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1669 | 2024.06.25 07:12:47.369246 [ 3 ] {45ba7f16-c60f-477a-9a81-14d855a7a535} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
1670 | 2024.06.25 07:12:47.369689 [ 3 ] {45ba7f16-c60f-477a-9a81-14d855a7a535} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1671 | 2024.06.25 07:12:47.370171 [ 3 ] {45ba7f16-c60f-477a-9a81-14d855a7a535} <Trace> oximeter.fields_ipaddr (a80fa888-7cde-49a8-8db7-55a4c4c75c02): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1672 | 2024.06.25 07:12:47.370338 [ 3 ] {45ba7f16-c60f-477a-9a81-14d855a7a535} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001847 sec., 2165.674066053059 rows/sec., 176.60 KiB/sec. | ||
1673 | 2024.06.25 07:12:47.370674 [ 3 ] {45ba7f16-c60f-477a-9a81-14d855a7a535} <Debug> DynamicQueryHandler: Done processing query | ||
1674 | 2024.06.25 07:12:47.370711 [ 3 ] {45ba7f16-c60f-477a-9a81-14d855a7a535} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1675 | 2024.06.25 07:12:47.370736 [ 3 ] {} <Debug> HTTP-Session: e134ff28-270b-4482-8688-1c551cf42ccf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1676 | 2024.06.25 07:12:47.370933 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 13924, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1677 | 2024.06.25 07:12:47.371002 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1678 | 2024.06.25 07:12:47.371034 [ 3 ] {} <Debug> HTTP-Session: 18ae3172-a610-4f48-b8e1-7434f095ff80 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
1679 | 2024.06.25 07:12:47.371059 [ 3 ] {} <Debug> HTTP-Session: 18ae3172-a610-4f48-b8e1-7434f095ff80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1680 | 2024.06.25 07:12:47.371081 [ 3 ] {} <Debug> HTTP-Session: 18ae3172-a610-4f48-b8e1-7434f095ff80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1681 | 2024.06.25 07:12:47.371125 [ 3 ] {} <Trace> HTTP-Session: 18ae3172-a610-4f48-b8e1-7434f095ff80 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1682 | 2024.06.25 07:12:47.371294 [ 3 ] {1cae2846-0b2b-4ada-87b3-4f1cc49b10b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1683 | 2024.06.25 07:12:47.371357 [ 3 ] {1cae2846-0b2b-4ada-87b3-4f1cc49b10b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1684 | 2024.06.25 07:12:47.371563 [ 3 ] {1cae2846-0b2b-4ada-87b3-4f1cc49b10b7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1685 | 2024.06.25 07:12:47.372000 [ 3 ] {1cae2846-0b2b-4ada-87b3-4f1cc49b10b7} <Trace> oximeter.fields_string (92be2c77-e348-4680-ab71-16c97f347e42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1686 | 2024.06.25 07:12:47.372049 [ 3 ] {1cae2846-0b2b-4ada-87b3-4f1cc49b10b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
1687 | 2024.06.25 07:12:47.372524 [ 3 ] {1cae2846-0b2b-4ada-87b3-4f1cc49b10b7} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1688 | 2024.06.25 07:12:47.372997 [ 3 ] {1cae2846-0b2b-4ada-87b3-4f1cc49b10b7} <Trace> oximeter.fields_string (92be2c77-e348-4680-ab71-16c97f347e42): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1689 | 2024.06.25 07:12:47.373173 [ 3 ] {1cae2846-0b2b-4ada-87b3-4f1cc49b10b7} <Debug> executeQuery: Read 92 rows, 8.29 KiB in 0.001944 sec., 47325.102880658436 rows/sec., 4.16 MiB/sec. | ||
1690 | 2024.06.25 07:12:47.373686 [ 3 ] {1cae2846-0b2b-4ada-87b3-4f1cc49b10b7} <Debug> DynamicQueryHandler: Done processing query | ||
1691 | 2024.06.25 07:12:47.373712 [ 3 ] {1cae2846-0b2b-4ada-87b3-4f1cc49b10b7} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
1692 | 2024.06.25 07:12:47.373728 [ 3 ] {} <Debug> HTTP-Session: 18ae3172-a610-4f48-b8e1-7434f095ff80 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1693 | 2024.06.25 07:12:47.373844 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1694 | 2024.06.25 07:12:47.373891 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1695 | 2024.06.25 07:12:47.373910 [ 3 ] {} <Debug> HTTP-Session: 3b2a6069-13d4-42c1-b246-26d6a6b7f8e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
1696 | 2024.06.25 07:12:47.373926 [ 3 ] {} <Debug> HTTP-Session: 3b2a6069-13d4-42c1-b246-26d6a6b7f8e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1697 | 2024.06.25 07:12:47.373940 [ 3 ] {} <Debug> HTTP-Session: 3b2a6069-13d4-42c1-b246-26d6a6b7f8e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1698 | 2024.06.25 07:12:47.373972 [ 3 ] {} <Trace> HTTP-Session: 3b2a6069-13d4-42c1-b246-26d6a6b7f8e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1699 | 2024.06.25 07:12:47.374068 [ 3 ] {ad5d8a73-ef01-4cb9-bd06-89a47dc97880} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
1700 | 2024.06.25 07:12:47.374111 [ 3 ] {ad5d8a73-ef01-4cb9-bd06-89a47dc97880} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
1701 | 2024.06.25 07:12:47.374261 [ 3 ] {ad5d8a73-ef01-4cb9-bd06-89a47dc97880} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1702 | 2024.06.25 07:12:47.374655 [ 3 ] {ad5d8a73-ef01-4cb9-bd06-89a47dc97880} <Trace> oximeter.fields_u16 (3a35cf00-b7cc-45e3-80c8-1c8d13c9f8ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1703 | 2024.06.25 07:12:47.374688 [ 3 ] {ad5d8a73-ef01-4cb9-bd06-89a47dc97880} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
1704 | 2024.06.25 07:12:47.374980 [ 3 ] {ad5d8a73-ef01-4cb9-bd06-89a47dc97880} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1705 | 2024.06.25 07:12:47.375293 [ 3 ] {ad5d8a73-ef01-4cb9-bd06-89a47dc97880} <Trace> oximeter.fields_u16 (3a35cf00-b7cc-45e3-80c8-1c8d13c9f8ae): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1706 | 2024.06.25 07:12:47.375415 [ 3 ] {ad5d8a73-ef01-4cb9-bd06-89a47dc97880} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001371 sec., 2917.5784099197667 rows/sec., 203.72 KiB/sec. | ||
1707 | 2024.06.25 07:12:47.375575 [ 3 ] {ad5d8a73-ef01-4cb9-bd06-89a47dc97880} <Debug> DynamicQueryHandler: Done processing query | ||
1708 | 2024.06.25 07:12:47.375600 [ 3 ] {ad5d8a73-ef01-4cb9-bd06-89a47dc97880} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1709 | 2024.06.25 07:12:47.375617 [ 3 ] {} <Debug> HTTP-Session: 3b2a6069-13d4-42c1-b246-26d6a6b7f8e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1710 | 2024.06.25 07:12:47.375733 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 5821, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1711 | 2024.06.25 07:12:47.375783 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1712 | 2024.06.25 07:12:47.375802 [ 3 ] {} <Debug> HTTP-Session: e78e8600-a807-4088-ab95-cb4848d14bec Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
1713 | 2024.06.25 07:12:47.375818 [ 3 ] {} <Debug> HTTP-Session: e78e8600-a807-4088-ab95-cb4848d14bec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1714 | 2024.06.25 07:12:47.375831 [ 3 ] {} <Debug> HTTP-Session: e78e8600-a807-4088-ab95-cb4848d14bec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1715 | 2024.06.25 07:12:47.375861 [ 3 ] {} <Trace> HTTP-Session: e78e8600-a807-4088-ab95-cb4848d14bec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1716 | 2024.06.25 07:12:47.375963 [ 3 ] {9add7f3c-accf-4e90-b210-560e9fe5d3f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1717 | 2024.06.25 07:12:47.376004 [ 3 ] {9add7f3c-accf-4e90-b210-560e9fe5d3f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1718 | 2024.06.25 07:12:47.376127 [ 3 ] {9add7f3c-accf-4e90-b210-560e9fe5d3f1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1719 | 2024.06.25 07:12:47.376434 [ 3 ] {9add7f3c-accf-4e90-b210-560e9fe5d3f1} <Trace> oximeter.fields_uuid (a6135af6-13ec-413a-9f2a-05b69fc69276): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1720 | 2024.06.25 07:12:47.376475 [ 3 ] {9add7f3c-accf-4e90-b210-560e9fe5d3f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
1721 | 2024.06.25 07:12:47.376798 [ 3 ] {9add7f3c-accf-4e90-b210-560e9fe5d3f1} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1722 | 2024.06.25 07:12:47.377106 [ 3 ] {9add7f3c-accf-4e90-b210-560e9fe5d3f1} <Trace> oximeter.fields_uuid (a6135af6-13ec-413a-9f2a-05b69fc69276): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1723 | 2024.06.25 07:12:47.377233 [ 3 ] {9add7f3c-accf-4e90-b210-560e9fe5d3f1} <Debug> executeQuery: Read 34 rows, 2.73 KiB in 0.001301 sec., 26133.743274404304 rows/sec., 2.05 MiB/sec. | ||
1724 | 2024.06.25 07:12:47.377428 [ 3 ] {9add7f3c-accf-4e90-b210-560e9fe5d3f1} <Debug> DynamicQueryHandler: Done processing query | ||
1725 | 2024.06.25 07:12:47.377454 [ 3 ] {9add7f3c-accf-4e90-b210-560e9fe5d3f1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1726 | 2024.06.25 07:12:47.377470 [ 3 ] {} <Debug> HTTP-Session: e78e8600-a807-4088-ab95-cb4848d14bec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1727 | 2024.06.25 07:12:47.377574 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 446, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1728 | 2024.06.25 07:12:47.377625 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1729 | 2024.06.25 07:12:47.377645 [ 3 ] {} <Debug> HTTP-Session: d12f2f61-d303-4d59-9813-08650e166187 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
1730 | 2024.06.25 07:12:47.377661 [ 3 ] {} <Debug> HTTP-Session: d12f2f61-d303-4d59-9813-08650e166187 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1731 | 2024.06.25 07:12:47.377675 [ 3 ] {} <Debug> HTTP-Session: d12f2f61-d303-4d59-9813-08650e166187 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1732 | 2024.06.25 07:12:47.377706 [ 3 ] {} <Trace> HTTP-Session: d12f2f61-d303-4d59-9813-08650e166187 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1733 | 2024.06.25 07:12:47.377815 [ 3 ] {b2e7826d-744c-4744-8878-7d0e1b5dcca6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1734 | 2024.06.25 07:12:47.377866 [ 3 ] {b2e7826d-744c-4744-8878-7d0e1b5dcca6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1735 | 2024.06.25 07:12:47.378035 [ 3 ] {b2e7826d-744c-4744-8878-7d0e1b5dcca6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1736 | 2024.06.25 07:12:47.378314 [ 3 ] {b2e7826d-744c-4744-8878-7d0e1b5dcca6} <Trace> oximeter.measurements_cumulativeu64 (e2447d38-7ae3-46bc-83c9-f9b139496c24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1737 | 2024.06.25 07:12:47.378350 [ 3 ] {b2e7826d-744c-4744-8878-7d0e1b5dcca6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
1738 | 2024.06.25 07:12:47.378710 [ 3 ] {b2e7826d-744c-4744-8878-7d0e1b5dcca6} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1739 | 2024.06.25 07:12:47.379061 [ 3 ] {b2e7826d-744c-4744-8878-7d0e1b5dcca6} <Trace> oximeter.measurements_cumulativeu64 (e2447d38-7ae3-46bc-83c9-f9b139496c24): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1740 | 2024.06.25 07:12:47.379188 [ 3 ] {b2e7826d-744c-4744-8878-7d0e1b5dcca6} <Debug> executeQuery: Read 2 rows, 144.00 B in 0.001404 sec., 1424.5014245014245 rows/sec., 100.16 KiB/sec. | ||
1741 | 2024.06.25 07:12:47.379479 [ 3 ] {b2e7826d-744c-4744-8878-7d0e1b5dcca6} <Debug> DynamicQueryHandler: Done processing query | ||
1742 | 2024.06.25 07:12:47.379506 [ 3 ] {b2e7826d-744c-4744-8878-7d0e1b5dcca6} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1743 | 2024.06.25 07:12:47.379521 [ 3 ] {} <Debug> HTTP-Session: d12f2f61-d303-4d59-9813-08650e166187 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1744 | 2024.06.25 07:12:47.379721 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 47970, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1745 | 2024.06.25 07:12:47.379770 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1746 | 2024.06.25 07:12:47.379789 [ 3 ] {} <Debug> HTTP-Session: 718aa1dd-ca84-495a-a73f-b19a0529d95a Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
1747 | 2024.06.25 07:12:47.379805 [ 3 ] {} <Debug> HTTP-Session: 718aa1dd-ca84-495a-a73f-b19a0529d95a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1748 | 2024.06.25 07:12:47.379819 [ 3 ] {} <Debug> HTTP-Session: 718aa1dd-ca84-495a-a73f-b19a0529d95a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1749 | 2024.06.25 07:12:47.379849 [ 3 ] {} <Trace> HTTP-Session: 718aa1dd-ca84-495a-a73f-b19a0529d95a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1750 | 2024.06.25 07:12:47.380148 [ 3 ] {ad6d62d4-2515-4348-9c53-ba59a251a3d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1751 | 2024.06.25 07:12:47.380218 [ 3 ] {ad6d62d4-2515-4348-9c53-ba59a251a3d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
1752 | 2024.06.25 07:12:47.380639 [ 3 ] {ad6d62d4-2515-4348-9c53-ba59a251a3d8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1753 | 2024.06.25 07:12:47.381246 [ 3 ] {ad6d62d4-2515-4348-9c53-ba59a251a3d8} <Trace> oximeter.measurements_histogramf64 (7bf12d27-0a09-45c5-8c45-4d00c63235e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1754 | 2024.06.25 07:12:47.381283 [ 3 ] {ad6d62d4-2515-4348-9c53-ba59a251a3d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
1755 | 2024.06.25 07:12:47.381876 [ 3 ] {ad6d62d4-2515-4348-9c53-ba59a251a3d8} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1756 | 2024.06.25 07:12:47.382315 [ 3 ] {ad6d62d4-2515-4348-9c53-ba59a251a3d8} <Trace> oximeter.measurements_histogramf64 (7bf12d27-0a09-45c5-8c45-4d00c63235e8): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1757 | 2024.06.25 07:12:47.382476 [ 3 ] {ad6d62d4-2515-4348-9c53-ba59a251a3d8} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.00254 sec., 11811.023622047243 rows/sec., 21.16 MiB/sec. | ||
1758 | 2024.06.25 07:12:47.382935 [ 3 ] {ad6d62d4-2515-4348-9c53-ba59a251a3d8} <Debug> DynamicQueryHandler: Done processing query | ||
1759 | 2024.06.25 07:12:47.382962 [ 3 ] {ad6d62d4-2515-4348-9c53-ba59a251a3d8} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
1760 | 2024.06.25 07:12:47.382979 [ 3 ] {} <Debug> HTTP-Session: 718aa1dd-ca84-495a-a73f-b19a0529d95a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1761 | 2024.06.25 07:12:57.365107 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 4356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1762 | 2024.06.25 07:12:57.365233 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1763 | 2024.06.25 07:12:57.365258 [ 3 ] {} <Debug> HTTP-Session: 0d7c07fd-d0c4-4bed-9671-644f116a8e46 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
1764 | 2024.06.25 07:12:57.365282 [ 3 ] {} <Debug> HTTP-Session: 0d7c07fd-d0c4-4bed-9671-644f116a8e46 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1765 | 2024.06.25 07:12:57.365296 [ 3 ] {} <Debug> HTTP-Session: 0d7c07fd-d0c4-4bed-9671-644f116a8e46 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1766 | 2024.06.25 07:12:57.365355 [ 3 ] {} <Trace> HTTP-Session: 0d7c07fd-d0c4-4bed-9671-644f116a8e46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1767 | 2024.06.25 07:12:57.365564 [ 3 ] {50294af1-7d6f-498c-92f7-b8bfddfbe319} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1768 | 2024.06.25 07:12:57.365642 [ 3 ] {50294af1-7d6f-498c-92f7-b8bfddfbe319} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1769 | 2024.06.25 07:12:57.365837 [ 3 ] {50294af1-7d6f-498c-92f7-b8bfddfbe319} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1770 | 2024.06.25 07:12:57.366277 [ 3 ] {50294af1-7d6f-498c-92f7-b8bfddfbe319} <Trace> oximeter.fields_i64 (5a4e27aa-5414-415d-87de-3cb5e0800323): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1771 | 2024.06.25 07:12:57.366324 [ 3 ] {50294af1-7d6f-498c-92f7-b8bfddfbe319} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
1772 | 2024.06.25 07:12:57.366695 [ 3 ] {50294af1-7d6f-498c-92f7-b8bfddfbe319} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
1773 | 2024.06.25 07:12:57.367033 [ 3 ] {50294af1-7d6f-498c-92f7-b8bfddfbe319} <Trace> oximeter.fields_i64 (5a4e27aa-5414-415d-87de-3cb5e0800323): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1774 | 2024.06.25 07:12:57.367211 [ 3 ] {50294af1-7d6f-498c-92f7-b8bfddfbe319} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001699 sec., 17657.445556209535 rows/sec., 1.40 MiB/sec. | ||
1775 | 2024.06.25 07:12:57.367210 [ 39 ] {} <Debug> oximeter.fields_i64 (5a4e27aa-5414-415d-87de-3cb5e0800323) (MergerMutator): Selected 5 parts from all_1_6_1 to all_10_10_0 | ||
1776 | 2024.06.25 07:12:57.367318 [ 39 ] {} <Trace> oximeter.fields_i64 (5a4e27aa-5414-415d-87de-3cb5e0800323): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1777 | 2024.06.25 07:12:57.367368 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
1778 | 2024.06.25 07:12:57.367514 [ 201 ] {5a4e27aa-5414-415d-87de-3cb5e0800323::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_6_1 to all_10_10_0 into Compact with storage Full | ||
1779 | 2024.06.25 07:12:57.367540 [ 3 ] {50294af1-7d6f-498c-92f7-b8bfddfbe319} <Debug> DynamicQueryHandler: Done processing query | ||
1780 | 2024.06.25 07:12:57.367572 [ 3 ] {50294af1-7d6f-498c-92f7-b8bfddfbe319} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1781 | 2024.06.25 07:12:57.367600 [ 3 ] {} <Debug> HTTP-Session: 0d7c07fd-d0c4-4bed-9671-644f116a8e46 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1782 | 2024.06.25 07:12:57.367673 [ 201 ] {5a4e27aa-5414-415d-87de-3cb5e0800323::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1783 | 2024.06.25 07:12:57.367705 [ 201 ] {5a4e27aa-5414-415d-87de-3cb5e0800323::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 30 rows starting from the beginning of the part | ||
1784 | 2024.06.25 07:12:57.367787 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 13657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1785 | 2024.06.25 07:12:57.367801 [ 201 ] {5a4e27aa-5414-415d-87de-3cb5e0800323::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 30 rows starting from the beginning of the part | ||
1786 | 2024.06.25 07:12:57.367910 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1787 | 2024.06.25 07:12:57.368067 [ 3 ] {} <Debug> HTTP-Session: 9cf0b2f2-2a33-47d4-aad2-fb4726b63930 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
1788 | 2024.06.25 07:12:57.368163 [ 3 ] {} <Debug> HTTP-Session: 9cf0b2f2-2a33-47d4-aad2-fb4726b63930 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1789 | 2024.06.25 07:12:57.368190 [ 201 ] {5a4e27aa-5414-415d-87de-3cb5e0800323::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 30 rows starting from the beginning of the part | ||
1790 | 2024.06.25 07:12:57.368208 [ 3 ] {} <Debug> HTTP-Session: 9cf0b2f2-2a33-47d4-aad2-fb4726b63930 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1791 | 2024.06.25 07:12:57.368304 [ 3 ] {} <Trace> HTTP-Session: 9cf0b2f2-2a33-47d4-aad2-fb4726b63930 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1792 | 2024.06.25 07:12:57.368402 [ 201 ] {5a4e27aa-5414-415d-87de-3cb5e0800323::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 30 rows starting from the beginning of the part | ||
1793 | 2024.06.25 07:12:57.368684 [ 201 ] {5a4e27aa-5414-415d-87de-3cb5e0800323::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 30 rows starting from the beginning of the part | ||
1794 | 2024.06.25 07:12:57.368721 [ 3 ] {777ba8c0-8a7e-4f62-bb05-1b419090cb6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1795 | 2024.06.25 07:12:57.368848 [ 3 ] {777ba8c0-8a7e-4f62-bb05-1b419090cb6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1796 | 2024.06.25 07:12:57.369246 [ 3 ] {777ba8c0-8a7e-4f62-bb05-1b419090cb6b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1797 | 2024.06.25 07:12:57.369769 [ 3 ] {777ba8c0-8a7e-4f62-bb05-1b419090cb6b} <Trace> oximeter.fields_string (92be2c77-e348-4680-ab71-16c97f347e42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1798 | 2024.06.25 07:12:57.369817 [ 3 ] {777ba8c0-8a7e-4f62-bb05-1b419090cb6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
1799 | 2024.06.25 07:12:57.370103 [ 201 ] {5a4e27aa-5414-415d-87de-3cb5e0800323::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 150 rows, containing 4 columns (4 merged, 0 gathered) in 0.002643978 sec., 56732.695960405115 rows/sec., 4.49 MiB/sec. | ||
1800 | 2024.06.25 07:12:57.370296 [ 201 ] {5a4e27aa-5414-415d-87de-3cb5e0800323::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
1801 | 2024.06.25 07:12:57.370341 [ 3 ] {777ba8c0-8a7e-4f62-bb05-1b419090cb6b} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
1802 | 2024.06.25 07:12:57.370820 [ 201 ] {5a4e27aa-5414-415d-87de-3cb5e0800323::all_1_10_2} <Trace> oximeter.fields_i64 (5a4e27aa-5414-415d-87de-3cb5e0800323): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1803 | 2024.06.25 07:12:57.370920 [ 201 ] {5a4e27aa-5414-415d-87de-3cb5e0800323::all_1_10_2} <Trace> oximeter.fields_i64 (5a4e27aa-5414-415d-87de-3cb5e0800323) (MergerMutator): Merged 5 parts: [all_1_6_1, all_10_10_0] -> all_1_10_2 | ||
1804 | 2024.06.25 07:12:57.370920 [ 3 ] {777ba8c0-8a7e-4f62-bb05-1b419090cb6b} <Trace> oximeter.fields_string (92be2c77-e348-4680-ab71-16c97f347e42): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1805 | 2024.06.25 07:12:57.371006 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
1806 | 2024.06.25 07:12:57.371141 [ 3 ] {777ba8c0-8a7e-4f62-bb05-1b419090cb6b} <Debug> executeQuery: Read 90 rows, 8.14 KiB in 0.002612 sec., 34456.35528330781 rows/sec., 3.04 MiB/sec. | ||
1807 | 2024.06.25 07:12:57.371364 [ 3 ] {777ba8c0-8a7e-4f62-bb05-1b419090cb6b} <Debug> DynamicQueryHandler: Done processing query | ||
1808 | 2024.06.25 07:12:57.371390 [ 3 ] {777ba8c0-8a7e-4f62-bb05-1b419090cb6b} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
1809 | 2024.06.25 07:12:57.371408 [ 3 ] {} <Debug> HTTP-Session: 9cf0b2f2-2a33-47d4-aad2-fb4726b63930 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1810 | 2024.06.25 07:12:57.371535 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 5137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1811 | 2024.06.25 07:12:57.371582 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1812 | 2024.06.25 07:12:57.371601 [ 3 ] {} <Debug> HTTP-Session: 7008b9f4-1586-463e-bf14-3f54eeaef98b Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
1813 | 2024.06.25 07:12:57.371617 [ 3 ] {} <Debug> HTTP-Session: 7008b9f4-1586-463e-bf14-3f54eeaef98b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1814 | 2024.06.25 07:12:57.371630 [ 3 ] {} <Debug> HTTP-Session: 7008b9f4-1586-463e-bf14-3f54eeaef98b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1815 | 2024.06.25 07:12:57.371661 [ 3 ] {} <Trace> HTTP-Session: 7008b9f4-1586-463e-bf14-3f54eeaef98b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1816 | 2024.06.25 07:12:57.371766 [ 3 ] {036abd71-c047-45c3-aa0f-89f13ad21398} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1817 | 2024.06.25 07:12:57.371809 [ 3 ] {036abd71-c047-45c3-aa0f-89f13ad21398} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1818 | 2024.06.25 07:12:57.371937 [ 3 ] {036abd71-c047-45c3-aa0f-89f13ad21398} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1819 | 2024.06.25 07:12:57.372245 [ 3 ] {036abd71-c047-45c3-aa0f-89f13ad21398} <Trace> oximeter.fields_uuid (a6135af6-13ec-413a-9f2a-05b69fc69276): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1820 | 2024.06.25 07:12:57.372281 [ 3 ] {036abd71-c047-45c3-aa0f-89f13ad21398} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
1821 | 2024.06.25 07:12:57.372594 [ 3 ] {036abd71-c047-45c3-aa0f-89f13ad21398} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
1822 | 2024.06.25 07:12:57.372894 [ 3 ] {036abd71-c047-45c3-aa0f-89f13ad21398} <Trace> oximeter.fields_uuid (a6135af6-13ec-413a-9f2a-05b69fc69276): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1823 | 2024.06.25 07:12:57.373052 [ 3 ] {036abd71-c047-45c3-aa0f-89f13ad21398} <Debug> executeQuery: Read 30 rows, 2.40 KiB in 0.001304 sec., 23006.134969325154 rows/sec., 1.80 MiB/sec. | ||
1824 | 2024.06.25 07:12:57.373243 [ 3 ] {036abd71-c047-45c3-aa0f-89f13ad21398} <Debug> DynamicQueryHandler: Done processing query | ||
1825 | 2024.06.25 07:12:57.373282 [ 3 ] {036abd71-c047-45c3-aa0f-89f13ad21398} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1826 | 2024.06.25 07:12:57.373307 [ 3 ] {} <Debug> HTTP-Session: 7008b9f4-1586-463e-bf14-3f54eeaef98b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1827 | 2024.06.25 07:12:57.373477 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 48055, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1828 | 2024.06.25 07:12:57.373532 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1829 | 2024.06.25 07:12:57.373554 [ 3 ] {} <Debug> HTTP-Session: f022a8b7-4f95-42c6-ac98-6e4aa880efcc Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
1830 | 2024.06.25 07:12:57.373570 [ 3 ] {} <Debug> HTTP-Session: f022a8b7-4f95-42c6-ac98-6e4aa880efcc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1831 | 2024.06.25 07:12:57.373584 [ 3 ] {} <Debug> HTTP-Session: f022a8b7-4f95-42c6-ac98-6e4aa880efcc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1832 | 2024.06.25 07:12:57.373616 [ 3 ] {} <Trace> HTTP-Session: f022a8b7-4f95-42c6-ac98-6e4aa880efcc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1833 | 2024.06.25 07:12:57.373925 [ 3 ] {2f8fe88b-f82f-4d0f-b5b9-c13bf736ef81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1834 | 2024.06.25 07:12:57.373993 [ 3 ] {2f8fe88b-f82f-4d0f-b5b9-c13bf736ef81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
1835 | 2024.06.25 07:12:57.374550 [ 3 ] {2f8fe88b-f82f-4d0f-b5b9-c13bf736ef81} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1836 | 2024.06.25 07:12:57.375221 [ 3 ] {2f8fe88b-f82f-4d0f-b5b9-c13bf736ef81} <Trace> oximeter.measurements_histogramf64 (7bf12d27-0a09-45c5-8c45-4d00c63235e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1837 | 2024.06.25 07:12:57.375258 [ 3 ] {2f8fe88b-f82f-4d0f-b5b9-c13bf736ef81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
1838 | 2024.06.25 07:12:57.375897 [ 3 ] {2f8fe88b-f82f-4d0f-b5b9-c13bf736ef81} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
1839 | 2024.06.25 07:12:57.376300 [ 3 ] {2f8fe88b-f82f-4d0f-b5b9-c13bf736ef81} <Trace> oximeter.measurements_histogramf64 (7bf12d27-0a09-45c5-8c45-4d00c63235e8): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1840 | 2024.06.25 07:12:57.376510 [ 3 ] {2f8fe88b-f82f-4d0f-b5b9-c13bf736ef81} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002791 sec., 10748.835542816194 rows/sec., 19.26 MiB/sec. | ||
1841 | 2024.06.25 07:12:57.376997 [ 3 ] {2f8fe88b-f82f-4d0f-b5b9-c13bf736ef81} <Debug> DynamicQueryHandler: Done processing query | ||
1842 | 2024.06.25 07:12:57.377020 [ 3 ] {2f8fe88b-f82f-4d0f-b5b9-c13bf736ef81} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
1843 | 2024.06.25 07:12:57.377037 [ 3 ] {} <Debug> HTTP-Session: f022a8b7-4f95-42c6-ac98-6e4aa880efcc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1844 | 2024.06.25 07:13:01.651267 [ 37 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1845 | 2024.06.25 07:13:01.651357 [ 37 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1846 | 2024.06.25 07:13:02.363092 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1847 | 2024.06.25 07:13:02.363206 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1848 | 2024.06.25 07:13:02.363232 [ 3 ] {} <Debug> HTTP-Session: bafd5734-2015-4b80-8dd1-41bc51221091 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
1849 | 2024.06.25 07:13:02.363255 [ 3 ] {} <Debug> HTTP-Session: bafd5734-2015-4b80-8dd1-41bc51221091 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1850 | 2024.06.25 07:13:02.363270 [ 3 ] {} <Debug> HTTP-Session: bafd5734-2015-4b80-8dd1-41bc51221091 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1851 | 2024.06.25 07:13:02.363323 [ 3 ] {} <Trace> HTTP-Session: bafd5734-2015-4b80-8dd1-41bc51221091 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1852 | 2024.06.25 07:13:02.363549 [ 3 ] {00e54d34-47b3-4982-b2fb-59395e858b73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT JSONEachRow; (stage: Complete) | ||
1853 | 2024.06.25 07:13:02.363887 [ 3 ] {00e54d34-47b3-4982-b2fb-59395e858b73} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1854 | 2024.06.25 07:13:02.363924 [ 3 ] {00e54d34-47b3-4982-b2fb-59395e858b73} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'oximeter_collector:collections')" moved to PREWHERE | ||
1855 | 2024.06.25 07:13:02.364170 [ 3 ] {00e54d34-47b3-4982-b2fb-59395e858b73} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1856 | 2024.06.25 07:13:02.364253 [ 3 ] {00e54d34-47b3-4982-b2fb-59395e858b73} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1857 | 2024.06.25 07:13:02.364426 [ 3 ] {00e54d34-47b3-4982-b2fb-59395e858b73} <Debug> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Key condition: (column 0 notIn 5-element set) | ||
1858 | 2024.06.25 07:13:02.364522 [ 253 ] {00e54d34-47b3-4982-b2fb-59395e858b73} <Trace> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1859 | 2024.06.25 07:13:02.364581 [ 250 ] {00e54d34-47b3-4982-b2fb-59395e858b73} <Trace> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1860 | 2024.06.25 07:13:02.364695 [ 3 ] {00e54d34-47b3-4982-b2fb-59395e858b73} <Debug> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
1861 | 2024.06.25 07:13:02.364725 [ 3 ] {00e54d34-47b3-4982-b2fb-59395e858b73} <Trace> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1862 | 2024.06.25 07:13:02.364773 [ 3 ] {00e54d34-47b3-4982-b2fb-59395e858b73} <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', 'http_service:request_latency_histogram', 'oximeter_collector:collections'))" | ||
1863 | 2024.06.25 07:13:02.364796 [ 3 ] {00e54d34-47b3-4982-b2fb-59395e858b73} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1864 | 2024.06.25 07:13:02.366013 [ 3 ] {00e54d34-47b3-4982-b2fb-59395e858b73} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.002555 sec., 1565.5577299412917 rows/sec., 72.24 KiB/sec. | ||
1865 | 2024.06.25 07:13:02.366313 [ 3 ] {00e54d34-47b3-4982-b2fb-59395e858b73} <Debug> DynamicQueryHandler: Done processing query | ||
1866 | 2024.06.25 07:13:02.366341 [ 3 ] {00e54d34-47b3-4982-b2fb-59395e858b73} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1867 | 2024.06.25 07:13:02.366358 [ 3 ] {} <Debug> HTTP-Session: bafd5734-2015-4b80-8dd1-41bc51221091 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1868 | 2024.06.25 07:13:02.366586 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 336, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1869 | 2024.06.25 07:13:02.366641 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1870 | 2024.06.25 07:13:02.366661 [ 3 ] {} <Debug> HTTP-Session: e9f71d87-a298-4d77-a508-1a224781a943 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
1871 | 2024.06.25 07:13:02.366680 [ 3 ] {} <Debug> HTTP-Session: e9f71d87-a298-4d77-a508-1a224781a943 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1872 | 2024.06.25 07:13:02.366694 [ 3 ] {} <Debug> HTTP-Session: e9f71d87-a298-4d77-a508-1a224781a943 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1873 | 2024.06.25 07:13:02.366730 [ 3 ] {} <Trace> HTTP-Session: e9f71d87-a298-4d77-a508-1a224781a943 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1874 | 2024.06.25 07:13:02.366868 [ 3 ] {7e4321fe-543a-4ca0-a9d7-3d26c6f82a2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) 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_underlay_prefixes', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT JSONEachRow; (stage: Complete) | ||
1875 | 2024.06.25 07:13:02.367111 [ 3 ] {7e4321fe-543a-4ca0-a9d7-3d26c6f82a2f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1876 | 2024.06.25 07:13:02.367147 [ 3 ] {7e4321fe-543a-4ca0-a9d7-3d26c6f82a2f} <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_underlay_prefixes', 'http_service:request_latency_histogram', 'oximeter_collector:collections')" moved to PREWHERE | ||
1877 | 2024.06.25 07:13:02.367353 [ 3 ] {7e4321fe-543a-4ca0-a9d7-3d26c6f82a2f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1878 | 2024.06.25 07:13:02.367418 [ 3 ] {7e4321fe-543a-4ca0-a9d7-3d26c6f82a2f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1879 | 2024.06.25 07:13:02.367561 [ 3 ] {7e4321fe-543a-4ca0-a9d7-3d26c6f82a2f} <Debug> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Key condition: (column 0 notIn 6-element set) | ||
1880 | 2024.06.25 07:13:02.367664 [ 253 ] {7e4321fe-543a-4ca0-a9d7-3d26c6f82a2f} <Trace> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1881 | 2024.06.25 07:13:02.367677 [ 250 ] {7e4321fe-543a-4ca0-a9d7-3d26c6f82a2f} <Trace> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1882 | 2024.06.25 07:13:02.367781 [ 3 ] {7e4321fe-543a-4ca0-a9d7-3d26c6f82a2f} <Debug> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
1883 | 2024.06.25 07:13:02.367810 [ 3 ] {7e4321fe-543a-4ca0-a9d7-3d26c6f82a2f} <Trace> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1884 | 2024.06.25 07:13:02.367855 [ 3 ] {7e4321fe-543a-4ca0-a9d7-3d26c6f82a2f} <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_underlay_prefixes', 'http_service:request_latency_histogram', 'oximeter_collector:collections'))" | ||
1885 | 2024.06.25 07:13:02.367880 [ 3 ] {7e4321fe-543a-4ca0-a9d7-3d26c6f82a2f} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1886 | 2024.06.25 07:13:02.368744 [ 3 ] {7e4321fe-543a-4ca0-a9d7-3d26c6f82a2f} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001933 sec., 2069.3222969477497 rows/sec., 95.48 KiB/sec. | ||
1887 | 2024.06.25 07:13:02.368983 [ 3 ] {7e4321fe-543a-4ca0-a9d7-3d26c6f82a2f} <Debug> DynamicQueryHandler: Done processing query | ||
1888 | 2024.06.25 07:13:02.369009 [ 3 ] {7e4321fe-543a-4ca0-a9d7-3d26c6f82a2f} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1889 | 2024.06.25 07:13:02.369026 [ 3 ] {} <Debug> HTTP-Session: e9f71d87-a298-4d77-a508-1a224781a943 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1890 | 2024.06.25 07:13:02.369269 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 378, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1891 | 2024.06.25 07:13:02.369320 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1892 | 2024.06.25 07:13:02.369340 [ 3 ] {} <Debug> HTTP-Session: c15fded8-d106-4f1c-95a6-fe8b0cdf8c17 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
1893 | 2024.06.25 07:13:02.369357 [ 3 ] {} <Debug> HTTP-Session: c15fded8-d106-4f1c-95a6-fe8b0cdf8c17 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1894 | 2024.06.25 07:13:02.369371 [ 3 ] {} <Debug> HTTP-Session: c15fded8-d106-4f1c-95a6-fe8b0cdf8c17 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1895 | 2024.06.25 07:13:02.369404 [ 3 ] {} <Trace> HTTP-Session: c15fded8-d106-4f1c-95a6-fe8b0cdf8c17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1896 | 2024.06.25 07:13:02.369531 [ 3 ] {ecfb4308-029c-4118-847e-141f1688743b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) 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', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT JSONEachRow; (stage: Complete) | ||
1897 | 2024.06.25 07:13:02.369771 [ 3 ] {ecfb4308-029c-4118-847e-141f1688743b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1898 | 2024.06.25 07:13:02.369806 [ 3 ] {ecfb4308-029c-4118-847e-141f1688743b} <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', 'http_service:request_latency_histogram', 'oximeter_collector:collections')" moved to PREWHERE | ||
1899 | 2024.06.25 07:13:02.370015 [ 3 ] {ecfb4308-029c-4118-847e-141f1688743b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1900 | 2024.06.25 07:13:02.370080 [ 3 ] {ecfb4308-029c-4118-847e-141f1688743b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1901 | 2024.06.25 07:13:02.370214 [ 3 ] {ecfb4308-029c-4118-847e-141f1688743b} <Debug> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Key condition: (column 0 notIn 7-element set) | ||
1902 | 2024.06.25 07:13:02.370312 [ 253 ] {ecfb4308-029c-4118-847e-141f1688743b} <Trace> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1903 | 2024.06.25 07:13:02.370330 [ 250 ] {ecfb4308-029c-4118-847e-141f1688743b} <Trace> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1904 | 2024.06.25 07:13:02.370429 [ 3 ] {ecfb4308-029c-4118-847e-141f1688743b} <Debug> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
1905 | 2024.06.25 07:13:02.370457 [ 3 ] {ecfb4308-029c-4118-847e-141f1688743b} <Trace> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1906 | 2024.06.25 07:13:02.370501 [ 3 ] {ecfb4308-029c-4118-847e-141f1688743b} <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', 'http_service:request_latency_histogram', 'oximeter_collector:collections'))" | ||
1907 | 2024.06.25 07:13:02.370528 [ 3 ] {ecfb4308-029c-4118-847e-141f1688743b} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1908 | 2024.06.25 07:13:02.371341 [ 3 ] {ecfb4308-029c-4118-847e-141f1688743b} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001859 sec., 2151.694459386767 rows/sec., 99.28 KiB/sec. | ||
1909 | 2024.06.25 07:13:02.371628 [ 3 ] {ecfb4308-029c-4118-847e-141f1688743b} <Debug> DynamicQueryHandler: Done processing query | ||
1910 | 2024.06.25 07:13:02.371656 [ 3 ] {ecfb4308-029c-4118-847e-141f1688743b} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1911 | 2024.06.25 07:13:02.371673 [ 3 ] {} <Debug> HTTP-Session: c15fded8-d106-4f1c-95a6-fe8b0cdf8c17 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1912 | 2024.06.25 07:13:02.371888 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 412, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1913 | 2024.06.25 07:13:02.371938 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1914 | 2024.06.25 07:13:02.371958 [ 3 ] {} <Debug> HTTP-Session: b50b2c6e-5083-4ce8-bcf4-34718d85f3fe Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
1915 | 2024.06.25 07:13:02.371974 [ 3 ] {} <Debug> HTTP-Session: b50b2c6e-5083-4ce8-bcf4-34718d85f3fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1916 | 2024.06.25 07:13:02.371988 [ 3 ] {} <Debug> HTTP-Session: b50b2c6e-5083-4ce8-bcf4-34718d85f3fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1917 | 2024.06.25 07:13:02.372019 [ 3 ] {} <Trace> HTTP-Session: b50b2c6e-5083-4ce8-bcf4-34718d85f3fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1918 | 2024.06.25 07:13:02.372149 [ 3 ] {103f9809-dea7-4bfb-86cb-5c9e37595469} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) 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:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT JSONEachRow; (stage: Complete) | ||
1919 | 2024.06.25 07:13:02.372386 [ 3 ] {103f9809-dea7-4bfb-86cb-5c9e37595469} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1920 | 2024.06.25 07:13:02.372423 [ 3 ] {103f9809-dea7-4bfb-86cb-5c9e37595469} <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:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections')" moved to PREWHERE | ||
1921 | 2024.06.25 07:13:02.372641 [ 3 ] {103f9809-dea7-4bfb-86cb-5c9e37595469} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1922 | 2024.06.25 07:13:02.372708 [ 3 ] {103f9809-dea7-4bfb-86cb-5c9e37595469} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1923 | 2024.06.25 07:13:02.372845 [ 3 ] {103f9809-dea7-4bfb-86cb-5c9e37595469} <Debug> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Key condition: (column 0 notIn 8-element set) | ||
1924 | 2024.06.25 07:13:02.372943 [ 250 ] {103f9809-dea7-4bfb-86cb-5c9e37595469} <Trace> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1925 | 2024.06.25 07:13:02.372956 [ 253 ] {103f9809-dea7-4bfb-86cb-5c9e37595469} <Trace> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1926 | 2024.06.25 07:13:02.373055 [ 3 ] {103f9809-dea7-4bfb-86cb-5c9e37595469} <Debug> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
1927 | 2024.06.25 07:13:02.373089 [ 3 ] {103f9809-dea7-4bfb-86cb-5c9e37595469} <Trace> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1928 | 2024.06.25 07:13:02.373142 [ 3 ] {103f9809-dea7-4bfb-86cb-5c9e37595469} <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:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections'))" | ||
1929 | 2024.06.25 07:13:02.373165 [ 3 ] {103f9809-dea7-4bfb-86cb-5c9e37595469} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1930 | 2024.06.25 07:13:02.374006 [ 3 ] {103f9809-dea7-4bfb-86cb-5c9e37595469} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001907 sec., 2097.535395909806 rows/sec., 96.79 KiB/sec. | ||
1931 | 2024.06.25 07:13:02.374245 [ 3 ] {103f9809-dea7-4bfb-86cb-5c9e37595469} <Debug> DynamicQueryHandler: Done processing query | ||
1932 | 2024.06.25 07:13:02.374272 [ 3 ] {103f9809-dea7-4bfb-86cb-5c9e37595469} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1933 | 2024.06.25 07:13:02.374290 [ 3 ] {} <Debug> HTTP-Session: b50b2c6e-5083-4ce8-bcf4-34718d85f3fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1934 | 2024.06.25 07:13:02.374484 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 450, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1935 | 2024.06.25 07:13:02.374535 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1936 | 2024.06.25 07:13:02.374556 [ 3 ] {} <Debug> HTTP-Session: 627e3008-5d99-4771-86de-bce6d9feac2e Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
1937 | 2024.06.25 07:13:02.374574 [ 3 ] {} <Debug> HTTP-Session: 627e3008-5d99-4771-86de-bce6d9feac2e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1938 | 2024.06.25 07:13:02.374588 [ 3 ] {} <Debug> HTTP-Session: 627e3008-5d99-4771-86de-bce6d9feac2e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1939 | 2024.06.25 07:13:02.374620 [ 3 ] {} <Trace> HTTP-Session: 627e3008-5d99-4771-86de-bce6d9feac2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1940 | 2024.06.25 07:13:02.374756 [ 3 ] {19814a6e-7f45-4d82-a533-71c7f0b17322} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) 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:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT JSONEachRow; (stage: Complete) | ||
1941 | 2024.06.25 07:13:02.375001 [ 3 ] {19814a6e-7f45-4d82-a533-71c7f0b17322} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1942 | 2024.06.25 07:13:02.375036 [ 3 ] {19814a6e-7f45-4d82-a533-71c7f0b17322} <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:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections')" moved to PREWHERE | ||
1943 | 2024.06.25 07:13:02.375257 [ 3 ] {19814a6e-7f45-4d82-a533-71c7f0b17322} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1944 | 2024.06.25 07:13:02.375324 [ 3 ] {19814a6e-7f45-4d82-a533-71c7f0b17322} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1945 | 2024.06.25 07:13:02.375465 [ 3 ] {19814a6e-7f45-4d82-a533-71c7f0b17322} <Debug> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Key condition: (column 0 notIn 9-element set) | ||
1946 | 2024.06.25 07:13:02.375529 [ 253 ] {19814a6e-7f45-4d82-a533-71c7f0b17322} <Trace> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1947 | 2024.06.25 07:13:02.375563 [ 250 ] {19814a6e-7f45-4d82-a533-71c7f0b17322} <Trace> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1948 | 2024.06.25 07:13:02.375652 [ 3 ] {19814a6e-7f45-4d82-a533-71c7f0b17322} <Debug> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
1949 | 2024.06.25 07:13:02.375680 [ 3 ] {19814a6e-7f45-4d82-a533-71c7f0b17322} <Trace> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1950 | 2024.06.25 07:13:02.375727 [ 3 ] {19814a6e-7f45-4d82-a533-71c7f0b17322} <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:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections'))" | ||
1951 | 2024.06.25 07:13:02.375753 [ 3 ] {19814a6e-7f45-4d82-a533-71c7f0b17322} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1952 | 2024.06.25 07:13:02.376541 [ 3 ] {19814a6e-7f45-4d82-a533-71c7f0b17322} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001837 sec., 2177.4632553075667 rows/sec., 100.47 KiB/sec. | ||
1953 | 2024.06.25 07:13:02.376781 [ 3 ] {19814a6e-7f45-4d82-a533-71c7f0b17322} <Debug> DynamicQueryHandler: Done processing query | ||
1954 | 2024.06.25 07:13:02.376813 [ 3 ] {19814a6e-7f45-4d82-a533-71c7f0b17322} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1955 | 2024.06.25 07:13:02.376831 [ 3 ] {} <Debug> HTTP-Session: 627e3008-5d99-4771-86de-bce6d9feac2e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1956 | 2024.06.25 07:13:02.377028 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 485, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1957 | 2024.06.25 07:13:02.377076 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1958 | 2024.06.25 07:13:02.377096 [ 3 ] {} <Debug> HTTP-Session: 5f255622-72ed-4404-a3ab-b8c5233829ec Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
1959 | 2024.06.25 07:13:02.377113 [ 3 ] {} <Debug> HTTP-Session: 5f255622-72ed-4404-a3ab-b8c5233829ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1960 | 2024.06.25 07:13:02.377130 [ 3 ] {} <Debug> HTTP-Session: 5f255622-72ed-4404-a3ab-b8c5233829ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1961 | 2024.06.25 07:13:02.377162 [ 3 ] {} <Trace> HTTP-Session: 5f255622-72ed-4404-a3ab-b8c5233829ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1962 | 2024.06.25 07:13:02.377292 [ 3 ] {7851259f-2f7a-4e51-8d0f-110d0f4afce6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) 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_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT JSONEachRow; (stage: Complete) | ||
1963 | 2024.06.25 07:13:02.377533 [ 3 ] {7851259f-2f7a-4e51-8d0f-110d0f4afce6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1964 | 2024.06.25 07:13:02.377568 [ 3 ] {7851259f-2f7a-4e51-8d0f-110d0f4afce6} <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_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections')" moved to PREWHERE | ||
1965 | 2024.06.25 07:13:02.377794 [ 3 ] {7851259f-2f7a-4e51-8d0f-110d0f4afce6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1966 | 2024.06.25 07:13:02.377864 [ 3 ] {7851259f-2f7a-4e51-8d0f-110d0f4afce6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1967 | 2024.06.25 07:13:02.378001 [ 3 ] {7851259f-2f7a-4e51-8d0f-110d0f4afce6} <Debug> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Key condition: (column 0 notIn 10-element set) | ||
1968 | 2024.06.25 07:13:02.378061 [ 253 ] {7851259f-2f7a-4e51-8d0f-110d0f4afce6} <Trace> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1969 | 2024.06.25 07:13:02.378086 [ 250 ] {7851259f-2f7a-4e51-8d0f-110d0f4afce6} <Trace> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1970 | 2024.06.25 07:13:02.378181 [ 3 ] {7851259f-2f7a-4e51-8d0f-110d0f4afce6} <Debug> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
1971 | 2024.06.25 07:13:02.378209 [ 3 ] {7851259f-2f7a-4e51-8d0f-110d0f4afce6} <Trace> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1972 | 2024.06.25 07:13:02.378256 [ 3 ] {7851259f-2f7a-4e51-8d0f-110d0f4afce6} <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_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections'))" | ||
1973 | 2024.06.25 07:13:02.378279 [ 3 ] {7851259f-2f7a-4e51-8d0f-110d0f4afce6} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1974 | 2024.06.25 07:13:02.379133 [ 3 ] {7851259f-2f7a-4e51-8d0f-110d0f4afce6} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001896 sec., 2109.704641350211 rows/sec., 97.35 KiB/sec. | ||
1975 | 2024.06.25 07:13:02.379357 [ 3 ] {7851259f-2f7a-4e51-8d0f-110d0f4afce6} <Debug> DynamicQueryHandler: Done processing query | ||
1976 | 2024.06.25 07:13:02.379383 [ 3 ] {7851259f-2f7a-4e51-8d0f-110d0f4afce6} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1977 | 2024.06.25 07:13:02.379399 [ 3 ] {} <Debug> HTTP-Session: 5f255622-72ed-4404-a3ab-b8c5233829ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1978 | 2024.06.25 07:13:02.379594 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 524, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1979 | 2024.06.25 07:13:02.379644 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1980 | 2024.06.25 07:13:02.379664 [ 3 ] {} <Debug> HTTP-Session: d93bb537-87eb-4841-aa00-4f3e9462020a Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
1981 | 2024.06.25 07:13:02.379681 [ 3 ] {} <Debug> HTTP-Session: d93bb537-87eb-4841-aa00-4f3e9462020a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1982 | 2024.06.25 07:13:02.379695 [ 3 ] {} <Debug> HTTP-Session: d93bb537-87eb-4841-aa00-4f3e9462020a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1983 | 2024.06.25 07:13:02.379727 [ 3 ] {} <Trace> HTTP-Session: d93bb537-87eb-4841-aa00-4f3e9462020a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1984 | 2024.06.25 07:13:02.379859 [ 3 ] {3722f30b-793c-4629-9a3d-acce1c41b4c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) 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:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT JSONEachRow; (stage: Complete) | ||
1985 | 2024.06.25 07:13:02.380101 [ 3 ] {3722f30b-793c-4629-9a3d-acce1c41b4c1} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1986 | 2024.06.25 07:13:02.380139 [ 3 ] {3722f30b-793c-4629-9a3d-acce1c41b4c1} <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:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections')" moved to PREWHERE | ||
1987 | 2024.06.25 07:13:02.380408 [ 3 ] {3722f30b-793c-4629-9a3d-acce1c41b4c1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1988 | 2024.06.25 07:13:02.380485 [ 3 ] {3722f30b-793c-4629-9a3d-acce1c41b4c1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1989 | 2024.06.25 07:13:02.380638 [ 3 ] {3722f30b-793c-4629-9a3d-acce1c41b4c1} <Debug> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Key condition: (column 0 notIn 11-element set) | ||
1990 | 2024.06.25 07:13:02.380699 [ 253 ] {3722f30b-793c-4629-9a3d-acce1c41b4c1} <Trace> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1991 | 2024.06.25 07:13:02.380726 [ 250 ] {3722f30b-793c-4629-9a3d-acce1c41b4c1} <Trace> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1992 | 2024.06.25 07:13:02.380812 [ 3 ] {3722f30b-793c-4629-9a3d-acce1c41b4c1} <Debug> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
1993 | 2024.06.25 07:13:02.380838 [ 3 ] {3722f30b-793c-4629-9a3d-acce1c41b4c1} <Trace> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1994 | 2024.06.25 07:13:02.380882 [ 3 ] {3722f30b-793c-4629-9a3d-acce1c41b4c1} <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:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections'))" | ||
1995 | 2024.06.25 07:13:02.380902 [ 3 ] {3722f30b-793c-4629-9a3d-acce1c41b4c1} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1996 | 2024.06.25 07:13:02.381710 [ 3 ] {3722f30b-793c-4629-9a3d-acce1c41b4c1} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001906 sec., 2098.6358866736623 rows/sec., 96.84 KiB/sec. | ||
1997 | 2024.06.25 07:13:02.381937 [ 3 ] {3722f30b-793c-4629-9a3d-acce1c41b4c1} <Debug> DynamicQueryHandler: Done processing query | ||
1998 | 2024.06.25 07:13:02.381963 [ 3 ] {3722f30b-793c-4629-9a3d-acce1c41b4c1} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1999 | 2024.06.25 07:13:02.381980 [ 3 ] {} <Debug> HTTP-Session: d93bb537-87eb-4841-aa00-4f3e9462020a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2000 | 2024.06.25 07:13:02.382174 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 556, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2001 | 2024.06.25 07:13:02.382222 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2002 | 2024.06.25 07:13:02.382242 [ 3 ] {} <Debug> HTTP-Session: f33cf5c7-fbbf-468c-8930-f0fd07c1cde1 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
2003 | 2024.06.25 07:13:02.382260 [ 3 ] {} <Debug> HTTP-Session: f33cf5c7-fbbf-468c-8930-f0fd07c1cde1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2004 | 2024.06.25 07:13:02.382275 [ 3 ] {} <Debug> HTTP-Session: f33cf5c7-fbbf-468c-8930-f0fd07c1cde1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2005 | 2024.06.25 07:13:02.382308 [ 3 ] {} <Trace> HTTP-Session: f33cf5c7-fbbf-468c-8930-f0fd07c1cde1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2006 | 2024.06.25 07:13:02.382453 [ 3 ] {baa77806-2bf6-41b7-ac43-cf90fccb7e7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) 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:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT JSONEachRow; (stage: Complete) | ||
2007 | 2024.06.25 07:13:02.382694 [ 3 ] {baa77806-2bf6-41b7-ac43-cf90fccb7e7d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2008 | 2024.06.25 07:13:02.382729 [ 3 ] {baa77806-2bf6-41b7-ac43-cf90fccb7e7d} <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:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections')" moved to PREWHERE | ||
2009 | 2024.06.25 07:13:02.382952 [ 3 ] {baa77806-2bf6-41b7-ac43-cf90fccb7e7d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2010 | 2024.06.25 07:13:02.383017 [ 3 ] {baa77806-2bf6-41b7-ac43-cf90fccb7e7d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2011 | 2024.06.25 07:13:02.383152 [ 3 ] {baa77806-2bf6-41b7-ac43-cf90fccb7e7d} <Debug> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Key condition: (column 0 notIn 12-element set) | ||
2012 | 2024.06.25 07:13:02.383255 [ 253 ] {baa77806-2bf6-41b7-ac43-cf90fccb7e7d} <Trace> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2013 | 2024.06.25 07:13:02.383259 [ 250 ] {baa77806-2bf6-41b7-ac43-cf90fccb7e7d} <Trace> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2014 | 2024.06.25 07:13:02.383362 [ 3 ] {baa77806-2bf6-41b7-ac43-cf90fccb7e7d} <Debug> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
2015 | 2024.06.25 07:13:02.383390 [ 3 ] {baa77806-2bf6-41b7-ac43-cf90fccb7e7d} <Trace> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2016 | 2024.06.25 07:13:02.383435 [ 3 ] {baa77806-2bf6-41b7-ac43-cf90fccb7e7d} <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:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections'))" | ||
2017 | 2024.06.25 07:13:02.383457 [ 3 ] {baa77806-2bf6-41b7-ac43-cf90fccb7e7d} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
2018 | 2024.06.25 07:13:02.384195 [ 3 ] {baa77806-2bf6-41b7-ac43-cf90fccb7e7d} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001801 sec., 2220.988339811216 rows/sec., 102.48 KiB/sec. | ||
2019 | 2024.06.25 07:13:02.384422 [ 3 ] {baa77806-2bf6-41b7-ac43-cf90fccb7e7d} <Debug> DynamicQueryHandler: Done processing query | ||
2020 | 2024.06.25 07:13:02.384446 [ 3 ] {baa77806-2bf6-41b7-ac43-cf90fccb7e7d} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
2021 | 2024.06.25 07:13:02.384463 [ 3 ] {} <Debug> HTTP-Session: f33cf5c7-fbbf-468c-8930-f0fd07c1cde1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2022 | 2024.06.25 07:13:02.384657 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2023 | 2024.06.25 07:13:02.384709 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2024 | 2024.06.25 07:13:02.384737 [ 3 ] {} <Debug> HTTP-Session: 8d44d083-3ea7-4a22-88a0-fedf56da86bb Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
2025 | 2024.06.25 07:13:02.384763 [ 3 ] {} <Debug> HTTP-Session: 8d44d083-3ea7-4a22-88a0-fedf56da86bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2026 | 2024.06.25 07:13:02.384779 [ 3 ] {} <Debug> HTTP-Session: 8d44d083-3ea7-4a22-88a0-fedf56da86bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2027 | 2024.06.25 07:13:02.384811 [ 3 ] {} <Trace> HTTP-Session: 8d44d083-3ea7-4a22-88a0-fedf56da86bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2028 | 2024.06.25 07:13:02.384946 [ 3 ] {b3e2c49c-c8ec-47c2-b37b-35c1098d311d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT JSONEachRow; (stage: Complete) | ||
2029 | 2024.06.25 07:13:02.385190 [ 3 ] {b3e2c49c-c8ec-47c2-b37b-35c1098d311d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2030 | 2024.06.25 07:13:02.385227 [ 3 ] {b3e2c49c-c8ec-47c2-b37b-35c1098d311d} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections')" moved to PREWHERE | ||
2031 | 2024.06.25 07:13:02.385457 [ 3 ] {b3e2c49c-c8ec-47c2-b37b-35c1098d311d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2032 | 2024.06.25 07:13:02.385521 [ 3 ] {b3e2c49c-c8ec-47c2-b37b-35c1098d311d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2033 | 2024.06.25 07:13:02.385654 [ 3 ] {b3e2c49c-c8ec-47c2-b37b-35c1098d311d} <Debug> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Key condition: (column 0 notIn 13-element set) | ||
2034 | 2024.06.25 07:13:02.385760 [ 253 ] {b3e2c49c-c8ec-47c2-b37b-35c1098d311d} <Trace> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2035 | 2024.06.25 07:13:02.385765 [ 250 ] {b3e2c49c-c8ec-47c2-b37b-35c1098d311d} <Trace> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2036 | 2024.06.25 07:13:02.385879 [ 3 ] {b3e2c49c-c8ec-47c2-b37b-35c1098d311d} <Debug> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
2037 | 2024.06.25 07:13:02.385907 [ 3 ] {b3e2c49c-c8ec-47c2-b37b-35c1098d311d} <Trace> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2038 | 2024.06.25 07:13:02.385953 [ 3 ] {b3e2c49c-c8ec-47c2-b37b-35c1098d311d} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections'))" | ||
2039 | 2024.06.25 07:13:02.385975 [ 3 ] {b3e2c49c-c8ec-47c2-b37b-35c1098d311d} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
2040 | 2024.06.25 07:13:02.386725 [ 3 ] {b3e2c49c-c8ec-47c2-b37b-35c1098d311d} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001837 sec., 2177.4632553075667 rows/sec., 100.47 KiB/sec. | ||
2041 | 2024.06.25 07:13:02.386971 [ 3 ] {b3e2c49c-c8ec-47c2-b37b-35c1098d311d} <Debug> DynamicQueryHandler: Done processing query | ||
2042 | 2024.06.25 07:13:02.386998 [ 3 ] {b3e2c49c-c8ec-47c2-b37b-35c1098d311d} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
2043 | 2024.06.25 07:13:02.387015 [ 3 ] {} <Debug> HTTP-Session: 8d44d083-3ea7-4a22-88a0-fedf56da86bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2044 | 2024.06.25 07:13:02.387252 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 633, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2045 | 2024.06.25 07:13:02.387301 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2046 | 2024.06.25 07:13:02.387321 [ 3 ] {} <Debug> HTTP-Session: e8b4d248-572e-455a-a1b4-85c2bab5542c Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
2047 | 2024.06.25 07:13:02.387338 [ 3 ] {} <Debug> HTTP-Session: e8b4d248-572e-455a-a1b4-85c2bab5542c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2048 | 2024.06.25 07:13:02.387353 [ 3 ] {} <Debug> HTTP-Session: e8b4d248-572e-455a-a1b4-85c2bab5542c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2049 | 2024.06.25 07:13:02.387386 [ 3 ] {} <Trace> HTTP-Session: e8b4d248-572e-455a-a1b4-85c2bab5542c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2050 | 2024.06.25 07:13:02.387533 [ 3 ] {bf90aad9-dba3-4d23-a295-f675fa362612} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT JSONEachRow; (stage: Complete) | ||
2051 | 2024.06.25 07:13:02.387786 [ 3 ] {bf90aad9-dba3-4d23-a295-f675fa362612} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2052 | 2024.06.25 07:13:02.387825 [ 3 ] {bf90aad9-dba3-4d23-a295-f675fa362612} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections')" moved to PREWHERE | ||
2053 | 2024.06.25 07:13:02.388069 [ 3 ] {bf90aad9-dba3-4d23-a295-f675fa362612} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2054 | 2024.06.25 07:13:02.388135 [ 3 ] {bf90aad9-dba3-4d23-a295-f675fa362612} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2055 | 2024.06.25 07:13:02.388276 [ 3 ] {bf90aad9-dba3-4d23-a295-f675fa362612} <Debug> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Key condition: (column 0 notIn 14-element set) | ||
2056 | 2024.06.25 07:13:02.388391 [ 250 ] {bf90aad9-dba3-4d23-a295-f675fa362612} <Trace> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2057 | 2024.06.25 07:13:02.388404 [ 253 ] {bf90aad9-dba3-4d23-a295-f675fa362612} <Trace> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2058 | 2024.06.25 07:13:02.388499 [ 3 ] {bf90aad9-dba3-4d23-a295-f675fa362612} <Debug> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
2059 | 2024.06.25 07:13:02.388523 [ 3 ] {bf90aad9-dba3-4d23-a295-f675fa362612} <Trace> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2060 | 2024.06.25 07:13:02.388569 [ 3 ] {bf90aad9-dba3-4d23-a295-f675fa362612} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections'))" | ||
2061 | 2024.06.25 07:13:02.388592 [ 3 ] {bf90aad9-dba3-4d23-a295-f675fa362612} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
2062 | 2024.06.25 07:13:02.389378 [ 3 ] {bf90aad9-dba3-4d23-a295-f675fa362612} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001908 sec., 2096.4360587002097 rows/sec., 96.73 KiB/sec. | ||
2063 | 2024.06.25 07:13:02.389622 [ 3 ] {bf90aad9-dba3-4d23-a295-f675fa362612} <Debug> DynamicQueryHandler: Done processing query | ||
2064 | 2024.06.25 07:13:02.389656 [ 3 ] {bf90aad9-dba3-4d23-a295-f675fa362612} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
2065 | 2024.06.25 07:13:02.389683 [ 3 ] {} <Debug> HTTP-Session: e8b4d248-572e-455a-a1b4-85c2bab5542c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2066 | 2024.06.25 07:13:02.389906 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 661, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2067 | 2024.06.25 07:13:02.389958 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2068 | 2024.06.25 07:13:02.389979 [ 3 ] {} <Debug> HTTP-Session: 30dfadf5-161c-4ed7-90d1-a4f753bd6d48 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
2069 | 2024.06.25 07:13:02.389995 [ 3 ] {} <Debug> HTTP-Session: 30dfadf5-161c-4ed7-90d1-a4f753bd6d48 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2070 | 2024.06.25 07:13:02.390010 [ 3 ] {} <Debug> HTTP-Session: 30dfadf5-161c-4ed7-90d1-a4f753bd6d48 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2071 | 2024.06.25 07:13:02.390041 [ 3 ] {} <Trace> HTTP-Session: 30dfadf5-161c-4ed7-90d1-a4f753bd6d48 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2072 | 2024.06.25 07:13:02.390176 [ 3 ] {3d51db40-3418-44f5-8aba-940b261f687c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT JSONEachRow; (stage: Complete) | ||
2073 | 2024.06.25 07:13:02.390424 [ 3 ] {3d51db40-3418-44f5-8aba-940b261f687c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2074 | 2024.06.25 07:13:02.390462 [ 3 ] {3d51db40-3418-44f5-8aba-940b261f687c} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections')" moved to PREWHERE | ||
2075 | 2024.06.25 07:13:02.390701 [ 3 ] {3d51db40-3418-44f5-8aba-940b261f687c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2076 | 2024.06.25 07:13:02.390765 [ 3 ] {3d51db40-3418-44f5-8aba-940b261f687c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2077 | 2024.06.25 07:13:02.390911 [ 3 ] {3d51db40-3418-44f5-8aba-940b261f687c} <Debug> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Key condition: (column 0 notIn 15-element set) | ||
2078 | 2024.06.25 07:13:02.391016 [ 253 ] {3d51db40-3418-44f5-8aba-940b261f687c} <Trace> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2079 | 2024.06.25 07:13:02.391033 [ 250 ] {3d51db40-3418-44f5-8aba-940b261f687c} <Trace> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2080 | 2024.06.25 07:13:02.391128 [ 3 ] {3d51db40-3418-44f5-8aba-940b261f687c} <Debug> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
2081 | 2024.06.25 07:13:02.391157 [ 3 ] {3d51db40-3418-44f5-8aba-940b261f687c} <Trace> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2082 | 2024.06.25 07:13:02.391204 [ 3 ] {3d51db40-3418-44f5-8aba-940b261f687c} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections'))" | ||
2083 | 2024.06.25 07:13:02.391226 [ 3 ] {3d51db40-3418-44f5-8aba-940b261f687c} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
2084 | 2024.06.25 07:13:02.392016 [ 3 ] {3d51db40-3418-44f5-8aba-940b261f687c} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001899 sec., 2106.37177461822 rows/sec., 97.19 KiB/sec. | ||
2085 | 2024.06.25 07:13:02.392255 [ 3 ] {3d51db40-3418-44f5-8aba-940b261f687c} <Debug> DynamicQueryHandler: Done processing query | ||
2086 | 2024.06.25 07:13:02.392309 [ 3 ] {3d51db40-3418-44f5-8aba-940b261f687c} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
2087 | 2024.06.25 07:13:02.392327 [ 3 ] {} <Debug> HTTP-Session: 30dfadf5-161c-4ed7-90d1-a4f753bd6d48 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2088 | 2024.06.25 07:13:02.392518 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 693, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2089 | 2024.06.25 07:13:02.392565 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2090 | 2024.06.25 07:13:02.392585 [ 3 ] {} <Debug> HTTP-Session: 9535bd28-7317-4e7a-a174-e96592f06671 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
2091 | 2024.06.25 07:13:02.392602 [ 3 ] {} <Debug> HTTP-Session: 9535bd28-7317-4e7a-a174-e96592f06671 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2092 | 2024.06.25 07:13:02.392615 [ 3 ] {} <Debug> HTTP-Session: 9535bd28-7317-4e7a-a174-e96592f06671 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2093 | 2024.06.25 07:13:02.392647 [ 3 ] {} <Trace> HTTP-Session: 9535bd28-7317-4e7a-a174-e96592f06671 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2094 | 2024.06.25 07:13:02.392785 [ 3 ] {154354f8-5169-40fc-b7f1-8ada8b181c02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) 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: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', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT JSONEachRow; (stage: Complete) | ||
2095 | 2024.06.25 07:13:02.393062 [ 3 ] {154354f8-5169-40fc-b7f1-8ada8b181c02} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2096 | 2024.06.25 07:13:02.393103 [ 3 ] {154354f8-5169-40fc-b7f1-8ada8b181c02} <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: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', 'http_service:request_latency_histogram', 'oximeter_collector:collections')" moved to PREWHERE | ||
2097 | 2024.06.25 07:13:02.393351 [ 3 ] {154354f8-5169-40fc-b7f1-8ada8b181c02} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2098 | 2024.06.25 07:13:02.393417 [ 3 ] {154354f8-5169-40fc-b7f1-8ada8b181c02} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2099 | 2024.06.25 07:13:02.393555 [ 3 ] {154354f8-5169-40fc-b7f1-8ada8b181c02} <Debug> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Key condition: (column 0 notIn 16-element set) | ||
2100 | 2024.06.25 07:13:02.393643 [ 250 ] {154354f8-5169-40fc-b7f1-8ada8b181c02} <Trace> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2101 | 2024.06.25 07:13:02.393660 [ 253 ] {154354f8-5169-40fc-b7f1-8ada8b181c02} <Trace> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2102 | 2024.06.25 07:13:02.393749 [ 3 ] {154354f8-5169-40fc-b7f1-8ada8b181c02} <Debug> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
2103 | 2024.06.25 07:13:02.393772 [ 3 ] {154354f8-5169-40fc-b7f1-8ada8b181c02} <Trace> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2104 | 2024.06.25 07:13:02.393816 [ 3 ] {154354f8-5169-40fc-b7f1-8ada8b181c02} <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: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', 'http_service:request_latency_histogram', 'oximeter_collector:collections'))" | ||
2105 | 2024.06.25 07:13:02.393837 [ 3 ] {154354f8-5169-40fc-b7f1-8ada8b181c02} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
2106 | 2024.06.25 07:13:02.394673 [ 3 ] {154354f8-5169-40fc-b7f1-8ada8b181c02} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001949 sec., 2052.334530528476 rows/sec., 94.70 KiB/sec. | ||
2107 | 2024.06.25 07:13:02.394923 [ 3 ] {154354f8-5169-40fc-b7f1-8ada8b181c02} <Debug> DynamicQueryHandler: Done processing query | ||
2108 | 2024.06.25 07:13:02.394948 [ 3 ] {154354f8-5169-40fc-b7f1-8ada8b181c02} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
2109 | 2024.06.25 07:13:02.394965 [ 3 ] {} <Debug> HTTP-Session: 9535bd28-7317-4e7a-a174-e96592f06671 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2110 | 2024.06.25 07:13:02.395173 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 725, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2111 | 2024.06.25 07:13:02.395220 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2112 | 2024.06.25 07:13:02.395239 [ 3 ] {} <Debug> HTTP-Session: 5e01079d-7e3e-495f-9159-7bcc6965fce1 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
2113 | 2024.06.25 07:13:02.395255 [ 3 ] {} <Debug> HTTP-Session: 5e01079d-7e3e-495f-9159-7bcc6965fce1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2114 | 2024.06.25 07:13:02.395268 [ 3 ] {} <Debug> HTTP-Session: 5e01079d-7e3e-495f-9159-7bcc6965fce1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2115 | 2024.06.25 07:13:02.395299 [ 3 ] {} <Trace> HTTP-Session: 5e01079d-7e3e-495f-9159-7bcc6965fce1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2116 | 2024.06.25 07:13:02.395433 [ 3 ] {b925e873-bff3-489c-aab5-c8ccec8e96db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT JSONEachRow; (stage: Complete) | ||
2117 | 2024.06.25 07:13:02.395682 [ 3 ] {b925e873-bff3-489c-aab5-c8ccec8e96db} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2118 | 2024.06.25 07:13:02.395720 [ 3 ] {b925e873-bff3-489c-aab5-c8ccec8e96db} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections')" moved to PREWHERE | ||
2119 | 2024.06.25 07:13:02.395966 [ 3 ] {b925e873-bff3-489c-aab5-c8ccec8e96db} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2120 | 2024.06.25 07:13:02.396028 [ 3 ] {b925e873-bff3-489c-aab5-c8ccec8e96db} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2121 | 2024.06.25 07:13:02.396164 [ 3 ] {b925e873-bff3-489c-aab5-c8ccec8e96db} <Debug> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Key condition: (column 0 notIn 17-element set) | ||
2122 | 2024.06.25 07:13:02.396220 [ 253 ] {b925e873-bff3-489c-aab5-c8ccec8e96db} <Trace> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2123 | 2024.06.25 07:13:02.396272 [ 250 ] {b925e873-bff3-489c-aab5-c8ccec8e96db} <Trace> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2124 | 2024.06.25 07:13:02.396372 [ 3 ] {b925e873-bff3-489c-aab5-c8ccec8e96db} <Debug> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
2125 | 2024.06.25 07:13:02.396398 [ 3 ] {b925e873-bff3-489c-aab5-c8ccec8e96db} <Trace> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2126 | 2024.06.25 07:13:02.396443 [ 3 ] {b925e873-bff3-489c-aab5-c8ccec8e96db} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections'))" | ||
2127 | 2024.06.25 07:13:02.396463 [ 3 ] {b925e873-bff3-489c-aab5-c8ccec8e96db} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
2128 | 2024.06.25 07:13:02.397249 [ 3 ] {b925e873-bff3-489c-aab5-c8ccec8e96db} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001878 sec., 2129.9254526091586 rows/sec., 98.28 KiB/sec. | ||
2129 | 2024.06.25 07:13:02.397466 [ 3 ] {b925e873-bff3-489c-aab5-c8ccec8e96db} <Debug> DynamicQueryHandler: Done processing query | ||
2130 | 2024.06.25 07:13:02.397492 [ 3 ] {b925e873-bff3-489c-aab5-c8ccec8e96db} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
2131 | 2024.06.25 07:13:02.397508 [ 3 ] {} <Debug> HTTP-Session: 5e01079d-7e3e-495f-9159-7bcc6965fce1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2132 | 2024.06.25 07:13:02.397754 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 767, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2133 | 2024.06.25 07:13:02.397799 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2134 | 2024.06.25 07:13:02.397819 [ 3 ] {} <Debug> HTTP-Session: 32142cff-148c-4753-b409-923ba79b0361 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
2135 | 2024.06.25 07:13:02.397835 [ 3 ] {} <Debug> HTTP-Session: 32142cff-148c-4753-b409-923ba79b0361 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2136 | 2024.06.25 07:13:02.397848 [ 3 ] {} <Debug> HTTP-Session: 32142cff-148c-4753-b409-923ba79b0361 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2137 | 2024.06.25 07:13:02.397880 [ 3 ] {} <Trace> HTTP-Session: 32142cff-148c-4753-b409-923ba79b0361 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2138 | 2024.06.25 07:13:02.398013 [ 3 ] {9b9e7ce6-bbfb-4f92-8cd5-e4a0b0267e4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) 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_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT JSONEachRow; (stage: Complete) | ||
2139 | 2024.06.25 07:13:02.398261 [ 3 ] {9b9e7ce6-bbfb-4f92-8cd5-e4a0b0267e4d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2140 | 2024.06.25 07:13:02.398300 [ 3 ] {9b9e7ce6-bbfb-4f92-8cd5-e4a0b0267e4d} <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_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections')" moved to PREWHERE | ||
2141 | 2024.06.25 07:13:02.398547 [ 3 ] {9b9e7ce6-bbfb-4f92-8cd5-e4a0b0267e4d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2142 | 2024.06.25 07:13:02.398611 [ 3 ] {9b9e7ce6-bbfb-4f92-8cd5-e4a0b0267e4d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2143 | 2024.06.25 07:13:02.398745 [ 3 ] {9b9e7ce6-bbfb-4f92-8cd5-e4a0b0267e4d} <Debug> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
2144 | 2024.06.25 07:13:02.398798 [ 253 ] {9b9e7ce6-bbfb-4f92-8cd5-e4a0b0267e4d} <Trace> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2145 | 2024.06.25 07:13:02.398837 [ 250 ] {9b9e7ce6-bbfb-4f92-8cd5-e4a0b0267e4d} <Trace> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2146 | 2024.06.25 07:13:02.398933 [ 3 ] {9b9e7ce6-bbfb-4f92-8cd5-e4a0b0267e4d} <Debug> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
2147 | 2024.06.25 07:13:02.398959 [ 3 ] {9b9e7ce6-bbfb-4f92-8cd5-e4a0b0267e4d} <Trace> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2148 | 2024.06.25 07:13:02.399004 [ 3 ] {9b9e7ce6-bbfb-4f92-8cd5-e4a0b0267e4d} <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_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections'))" | ||
2149 | 2024.06.25 07:13:02.399033 [ 3 ] {9b9e7ce6-bbfb-4f92-8cd5-e4a0b0267e4d} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
2150 | 2024.06.25 07:13:02.399963 [ 3 ] {9b9e7ce6-bbfb-4f92-8cd5-e4a0b0267e4d} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.00201 sec., 1990.049751243781 rows/sec., 91.83 KiB/sec. | ||
2151 | 2024.06.25 07:13:02.400225 [ 3 ] {9b9e7ce6-bbfb-4f92-8cd5-e4a0b0267e4d} <Debug> DynamicQueryHandler: Done processing query | ||
2152 | 2024.06.25 07:13:02.400255 [ 3 ] {9b9e7ce6-bbfb-4f92-8cd5-e4a0b0267e4d} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
2153 | 2024.06.25 07:13:02.400276 [ 3 ] {} <Debug> HTTP-Session: 32142cff-148c-4753-b409-923ba79b0361 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2154 | 2024.06.25 07:13:02.404913 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 3987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2155 | 2024.06.25 07:13:02.404967 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2156 | 2024.06.25 07:13:02.404991 [ 3 ] {} <Debug> HTTP-Session: 10f6bc3a-a34e-4561-87a8-5299880de177 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
2157 | 2024.06.25 07:13:02.405011 [ 3 ] {} <Debug> HTTP-Session: 10f6bc3a-a34e-4561-87a8-5299880de177 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2158 | 2024.06.25 07:13:02.405027 [ 3 ] {} <Debug> HTTP-Session: 10f6bc3a-a34e-4561-87a8-5299880de177 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2159 | 2024.06.25 07:13:02.405064 [ 3 ] {} <Trace> HTTP-Session: 10f6bc3a-a34e-4561-87a8-5299880de177 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2160 | 2024.06.25 07:13:02.405202 [ 3 ] {d54e465a-468e-4b35-a28a-541bf0c20f2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
2161 | 2024.06.25 07:13:02.405256 [ 3 ] {d54e465a-468e-4b35-a28a-541bf0c20f2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2162 | 2024.06.25 07:13:02.405453 [ 3 ] {d54e465a-468e-4b35-a28a-541bf0c20f2b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2163 | 2024.06.25 07:13:02.405827 [ 3 ] {d54e465a-468e-4b35-a28a-541bf0c20f2b} <Trace> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2164 | 2024.06.25 07:13:02.405871 [ 3 ] {d54e465a-468e-4b35-a28a-541bf0c20f2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
2165 | 2024.06.25 07:13:02.406348 [ 3 ] {d54e465a-468e-4b35-a28a-541bf0c20f2b} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2166 | 2024.06.25 07:13:02.406661 [ 3 ] {d54e465a-468e-4b35-a28a-541bf0c20f2b} <Trace> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2167 | 2024.06.25 07:13:02.406792 [ 3 ] {d54e465a-468e-4b35-a28a-541bf0c20f2b} <Debug> executeQuery: Read 14 rows, 2.01 KiB in 0.001641 sec., 8531.383302864107 rows/sec., 1.20 MiB/sec. | ||
2168 | 2024.06.25 07:13:02.407078 [ 3 ] {d54e465a-468e-4b35-a28a-541bf0c20f2b} <Debug> DynamicQueryHandler: Done processing query | ||
2169 | 2024.06.25 07:13:02.407102 [ 3 ] {d54e465a-468e-4b35-a28a-541bf0c20f2b} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
2170 | 2024.06.25 07:13:02.407119 [ 3 ] {} <Debug> HTTP-Session: 10f6bc3a-a34e-4561-87a8-5299880de177 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2171 | 2024.06.25 07:13:02.407235 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 7256, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2172 | 2024.06.25 07:13:02.407283 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2173 | 2024.06.25 07:13:02.407302 [ 3 ] {} <Debug> HTTP-Session: f658a6f5-e237-4a1f-bb8c-f95455b015a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
2174 | 2024.06.25 07:13:02.407319 [ 3 ] {} <Debug> HTTP-Session: f658a6f5-e237-4a1f-bb8c-f95455b015a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2175 | 2024.06.25 07:13:02.407332 [ 3 ] {} <Debug> HTTP-Session: f658a6f5-e237-4a1f-bb8c-f95455b015a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2176 | 2024.06.25 07:13:02.407363 [ 3 ] {} <Trace> HTTP-Session: f658a6f5-e237-4a1f-bb8c-f95455b015a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2177 | 2024.06.25 07:13:02.407472 [ 3 ] {8e043620-ac06-43ab-af33-82fb63327aa7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2178 | 2024.06.25 07:13:02.407517 [ 3 ] {8e043620-ac06-43ab-af33-82fb63327aa7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2179 | 2024.06.25 07:13:02.407660 [ 3 ] {8e043620-ac06-43ab-af33-82fb63327aa7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2180 | 2024.06.25 07:13:02.407973 [ 3 ] {8e043620-ac06-43ab-af33-82fb63327aa7} <Trace> oximeter.fields_string (92be2c77-e348-4680-ab71-16c97f347e42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2181 | 2024.06.25 07:13:02.408008 [ 3 ] {8e043620-ac06-43ab-af33-82fb63327aa7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
2182 | 2024.06.25 07:13:02.408314 [ 3 ] {8e043620-ac06-43ab-af33-82fb63327aa7} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2183 | 2024.06.25 07:13:02.408614 [ 3 ] {8e043620-ac06-43ab-af33-82fb63327aa7} <Trace> oximeter.fields_string (92be2c77-e348-4680-ab71-16c97f347e42): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2184 | 2024.06.25 07:13:02.408733 [ 3 ] {8e043620-ac06-43ab-af33-82fb63327aa7} <Debug> executeQuery: Read 52 rows, 4.07 KiB in 0.001298 sec., 40061.63328197227 rows/sec., 3.06 MiB/sec. | ||
2185 | 2024.06.25 07:13:02.408737 [ 37 ] {} <Debug> oximeter.fields_string (92be2c77-e348-4680-ab71-16c97f347e42) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2186 | 2024.06.25 07:13:02.408794 [ 37 ] {} <Trace> oximeter.fields_string (92be2c77-e348-4680-ab71-16c97f347e42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2187 | 2024.06.25 07:13:02.408827 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
2188 | 2024.06.25 07:13:02.408912 [ 3 ] {8e043620-ac06-43ab-af33-82fb63327aa7} <Debug> DynamicQueryHandler: Done processing query | ||
2189 | 2024.06.25 07:13:02.408923 [ 193 ] {92be2c77-e348-4680-ab71-16c97f347e42::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 | ||
2190 | 2024.06.25 07:13:02.408942 [ 3 ] {8e043620-ac06-43ab-af33-82fb63327aa7} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2191 | 2024.06.25 07:13:02.408972 [ 3 ] {} <Debug> HTTP-Session: f658a6f5-e237-4a1f-bb8c-f95455b015a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2192 | 2024.06.25 07:13:02.409049 [ 193 ] {92be2c77-e348-4680-ab71-16c97f347e42::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2193 | 2024.06.25 07:13:02.409080 [ 193 ] {92be2c77-e348-4680-ab71-16c97f347e42::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 91 rows starting from the beginning of the part | ||
2194 | 2024.06.25 07:13:02.409139 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 9526, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2195 | 2024.06.25 07:13:02.409156 [ 193 ] {92be2c77-e348-4680-ab71-16c97f347e42::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 90 rows starting from the beginning of the part | ||
2196 | 2024.06.25 07:13:02.409278 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2197 | 2024.06.25 07:13:02.409440 [ 3 ] {} <Debug> HTTP-Session: a55de202-49f6-4604-ad77-a0e28e4a87c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
2198 | 2024.06.25 07:13:02.409518 [ 193 ] {92be2c77-e348-4680-ab71-16c97f347e42::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 90 rows starting from the beginning of the part | ||
2199 | 2024.06.25 07:13:02.409542 [ 3 ] {} <Debug> HTTP-Session: a55de202-49f6-4604-ad77-a0e28e4a87c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2200 | 2024.06.25 07:13:02.409618 [ 3 ] {} <Debug> HTTP-Session: a55de202-49f6-4604-ad77-a0e28e4a87c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2201 | 2024.06.25 07:13:02.409779 [ 3 ] {} <Trace> HTTP-Session: a55de202-49f6-4604-ad77-a0e28e4a87c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2202 | 2024.06.25 07:13:02.409840 [ 193 ] {92be2c77-e348-4680-ab71-16c97f347e42::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 92 rows starting from the beginning of the part | ||
2203 | 2024.06.25 07:13:02.410130 [ 193 ] {92be2c77-e348-4680-ab71-16c97f347e42::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 90 rows starting from the beginning of the part | ||
2204 | 2024.06.25 07:13:02.410172 [ 3 ] {242899c6-c71c-417d-aea8-2e4e16d6532c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2205 | 2024.06.25 07:13:02.410341 [ 3 ] {242899c6-c71c-417d-aea8-2e4e16d6532c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2206 | 2024.06.25 07:13:02.410407 [ 193 ] {92be2c77-e348-4680-ab71-16c97f347e42::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 52 rows starting from the beginning of the part | ||
2207 | 2024.06.25 07:13:02.411038 [ 3 ] {242899c6-c71c-417d-aea8-2e4e16d6532c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2208 | 2024.06.25 07:13:02.411531 [ 3 ] {242899c6-c71c-417d-aea8-2e4e16d6532c} <Trace> oximeter.fields_uuid (a6135af6-13ec-413a-9f2a-05b69fc69276): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2209 | 2024.06.25 07:13:02.411574 [ 3 ] {242899c6-c71c-417d-aea8-2e4e16d6532c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
2210 | 2024.06.25 07:13:02.412084 [ 3 ] {242899c6-c71c-417d-aea8-2e4e16d6532c} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2211 | 2024.06.25 07:13:02.412358 [ 193 ] {92be2c77-e348-4680-ab71-16c97f347e42::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 505 rows, containing 4 columns (4 merged, 0 gathered) in 0.003479201 sec., 145148.26823744876 rows/sec., 12.63 MiB/sec. | ||
2212 | 2024.06.25 07:13:02.412563 [ 3 ] {242899c6-c71c-417d-aea8-2e4e16d6532c} <Trace> oximeter.fields_uuid (a6135af6-13ec-413a-9f2a-05b69fc69276): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2213 | 2024.06.25 07:13:02.412633 [ 188 ] {92be2c77-e348-4680-ab71-16c97f347e42::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2214 | 2024.06.25 07:13:02.412766 [ 37 ] {} <Debug> oximeter.fields_uuid (a6135af6-13ec-413a-9f2a-05b69fc69276) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2215 | 2024.06.25 07:13:02.412876 [ 37 ] {} <Trace> oximeter.fields_uuid (a6135af6-13ec-413a-9f2a-05b69fc69276): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2216 | 2024.06.25 07:13:02.412878 [ 3 ] {242899c6-c71c-417d-aea8-2e4e16d6532c} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.002867 sec., 19532.612486920123 rows/sec., 1.52 MiB/sec. | ||
2217 | 2024.06.25 07:13:02.412925 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
2218 | 2024.06.25 07:13:02.413468 [ 192 ] {a6135af6-13ec-413a-9f2a-05b69fc69276::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 | ||
2219 | 2024.06.25 07:13:02.414123 [ 192 ] {a6135af6-13ec-413a-9f2a-05b69fc69276::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2220 | 2024.06.25 07:13:02.414152 [ 3 ] {242899c6-c71c-417d-aea8-2e4e16d6532c} <Debug> DynamicQueryHandler: Done processing query | ||
2221 | 2024.06.25 07:13:02.414170 [ 192 ] {a6135af6-13ec-413a-9f2a-05b69fc69276::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 50 rows starting from the beginning of the part | ||
2222 | 2024.06.25 07:13:02.414206 [ 3 ] {242899c6-c71c-417d-aea8-2e4e16d6532c} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
2223 | 2024.06.25 07:13:02.414274 [ 3 ] {} <Debug> HTTP-Session: a55de202-49f6-4604-ad77-a0e28e4a87c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2224 | 2024.06.25 07:13:02.414539 [ 192 ] {a6135af6-13ec-413a-9f2a-05b69fc69276::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 30 rows starting from the beginning of the part | ||
2225 | 2024.06.25 07:13:02.414547 [ 188 ] {92be2c77-e348-4680-ab71-16c97f347e42::all_1_11_2} <Trace> oximeter.fields_string (92be2c77-e348-4680-ab71-16c97f347e42): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2226 | 2024.06.25 07:13:02.414903 [ 192 ] {a6135af6-13ec-413a-9f2a-05b69fc69276::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 30 rows starting from the beginning of the part | ||
2227 | 2024.06.25 07:13:02.414943 [ 188 ] {92be2c77-e348-4680-ab71-16c97f347e42::all_1_11_2} <Trace> oximeter.fields_string (92be2c77-e348-4680-ab71-16c97f347e42) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2228 | 2024.06.25 07:13:02.415289 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
2229 | 2024.06.25 07:13:02.415292 [ 192 ] {a6135af6-13ec-413a-9f2a-05b69fc69276::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 34 rows starting from the beginning of the part | ||
2230 | 2024.06.25 07:13:02.415371 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 19119, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2231 | 2024.06.25 07:13:02.415526 [ 192 ] {a6135af6-13ec-413a-9f2a-05b69fc69276::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 30 rows starting from the beginning of the part | ||
2232 | 2024.06.25 07:13:02.415585 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2233 | 2024.06.25 07:13:02.415691 [ 3 ] {} <Debug> HTTP-Session: c93e501e-0569-4aa9-b269-3c0cb30ed909 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
2234 | 2024.06.25 07:13:02.415801 [ 192 ] {a6135af6-13ec-413a-9f2a-05b69fc69276::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 56 rows starting from the beginning of the part | ||
2235 | 2024.06.25 07:13:02.415823 [ 3 ] {} <Debug> HTTP-Session: c93e501e-0569-4aa9-b269-3c0cb30ed909 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2236 | 2024.06.25 07:13:02.415906 [ 3 ] {} <Debug> HTTP-Session: c93e501e-0569-4aa9-b269-3c0cb30ed909 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2237 | 2024.06.25 07:13:02.416132 [ 3 ] {} <Trace> HTTP-Session: c93e501e-0569-4aa9-b269-3c0cb30ed909 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2238 | 2024.06.25 07:13:02.416408 [ 3 ] {0d06ca5d-c87c-4f16-b864-d6e76daeee2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2239 | 2024.06.25 07:13:02.416488 [ 3 ] {0d06ca5d-c87c-4f16-b864-d6e76daeee2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2240 | 2024.06.25 07:13:02.417081 [ 3 ] {0d06ca5d-c87c-4f16-b864-d6e76daeee2f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2241 | 2024.06.25 07:13:02.418049 [ 3 ] {0d06ca5d-c87c-4f16-b864-d6e76daeee2f} <Trace> oximeter.measurements_cumulativeu64 (e2447d38-7ae3-46bc-83c9-f9b139496c24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2242 | 2024.06.25 07:13:02.418117 [ 3 ] {0d06ca5d-c87c-4f16-b864-d6e76daeee2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
2243 | 2024.06.25 07:13:02.418514 [ 192 ] {a6135af6-13ec-413a-9f2a-05b69fc69276::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 230 rows, containing 4 columns (4 merged, 0 gathered) in 0.005416499 sec., 42462.85285015284 rows/sec., 3.32 MiB/sec. | ||
2244 | 2024.06.25 07:13:02.418716 [ 192 ] {a6135af6-13ec-413a-9f2a-05b69fc69276::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2245 | 2024.06.25 07:13:02.419057 [ 3 ] {0d06ca5d-c87c-4f16-b864-d6e76daeee2f} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2246 | 2024.06.25 07:13:02.419552 [ 192 ] {a6135af6-13ec-413a-9f2a-05b69fc69276::all_1_11_2} <Trace> oximeter.fields_uuid (a6135af6-13ec-413a-9f2a-05b69fc69276): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2247 | 2024.06.25 07:13:02.419722 [ 192 ] {a6135af6-13ec-413a-9f2a-05b69fc69276::all_1_11_2} <Trace> oximeter.fields_uuid (a6135af6-13ec-413a-9f2a-05b69fc69276) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2248 | 2024.06.25 07:13:02.419862 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
2249 | 2024.06.25 07:13:02.419892 [ 3 ] {0d06ca5d-c87c-4f16-b864-d6e76daeee2f} <Trace> oximeter.measurements_cumulativeu64 (e2447d38-7ae3-46bc-83c9-f9b139496c24): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2250 | 2024.06.25 07:13:02.420043 [ 3 ] {0d06ca5d-c87c-4f16-b864-d6e76daeee2f} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.003744 sec., 26709.40170940171 rows/sec., 1.85 MiB/sec. | ||
2251 | 2024.06.25 07:13:02.420377 [ 3 ] {0d06ca5d-c87c-4f16-b864-d6e76daeee2f} <Debug> DynamicQueryHandler: Done processing query | ||
2252 | 2024.06.25 07:13:02.420402 [ 3 ] {0d06ca5d-c87c-4f16-b864-d6e76daeee2f} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
2253 | 2024.06.25 07:13:02.420419 [ 3 ] {} <Debug> HTTP-Session: c93e501e-0569-4aa9-b269-3c0cb30ed909 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2254 | 2024.06.25 07:13:02.420533 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 4939, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2255 | 2024.06.25 07:13:02.420579 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2256 | 2024.06.25 07:13:02.420597 [ 3 ] {} <Debug> HTTP-Session: 60047895-b90f-440d-aabb-d67c4a661ff2 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
2257 | 2024.06.25 07:13:02.420613 [ 3 ] {} <Debug> HTTP-Session: 60047895-b90f-440d-aabb-d67c4a661ff2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2258 | 2024.06.25 07:13:02.420627 [ 3 ] {} <Debug> HTTP-Session: 60047895-b90f-440d-aabb-d67c4a661ff2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2259 | 2024.06.25 07:13:02.420658 [ 3 ] {} <Trace> HTTP-Session: 60047895-b90f-440d-aabb-d67c4a661ff2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2260 | 2024.06.25 07:13:02.420774 [ 3 ] {01b94ac4-4992-42c2-9168-605d93069f9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2261 | 2024.06.25 07:13:02.420819 [ 3 ] {01b94ac4-4992-42c2-9168-605d93069f9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2262 | 2024.06.25 07:13:02.420967 [ 3 ] {01b94ac4-4992-42c2-9168-605d93069f9c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2263 | 2024.06.25 07:13:02.421251 [ 3 ] {01b94ac4-4992-42c2-9168-605d93069f9c} <Trace> oximeter.measurements_u64 (4dca2f8a-9dea-4d2f-8335-c4506eb14d05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2264 | 2024.06.25 07:13:02.421287 [ 3 ] {01b94ac4-4992-42c2-9168-605d93069f9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
2265 | 2024.06.25 07:13:02.421756 [ 3 ] {01b94ac4-4992-42c2-9168-605d93069f9c} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
2266 | 2024.06.25 07:13:02.422089 [ 3 ] {01b94ac4-4992-42c2-9168-605d93069f9c} <Trace> oximeter.measurements_u64 (4dca2f8a-9dea-4d2f-8335-c4506eb14d05): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2267 | 2024.06.25 07:13:02.422212 [ 3 ] {01b94ac4-4992-42c2-9168-605d93069f9c} <Debug> executeQuery: Read 32 rows, 2.25 KiB in 0.001475 sec., 21694.91525423729 rows/sec., 1.49 MiB/sec. | ||
2268 | 2024.06.25 07:13:02.422609 [ 3 ] {01b94ac4-4992-42c2-9168-605d93069f9c} <Debug> DynamicQueryHandler: Done processing query | ||
2269 | 2024.06.25 07:13:02.422634 [ 3 ] {01b94ac4-4992-42c2-9168-605d93069f9c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2270 | 2024.06.25 07:13:02.422649 [ 3 ] {} <Debug> HTTP-Session: 60047895-b90f-440d-aabb-d67c4a661ff2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2271 | 2024.06.25 07:13:03.000244 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 179.51 MiB, peak 187.80 MiB, free memory in arenas 0.00 B, will set to 178.49 MiB (RSS), difference: -1.02 MiB | ||
2272 | 2024.06.25 07:13:07.373742 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 4356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2273 | 2024.06.25 07:13:07.373872 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2274 | 2024.06.25 07:13:07.373900 [ 3 ] {} <Debug> HTTP-Session: f4dacd5d-462c-4a90-b93c-4e1ab3a2edc0 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
2275 | 2024.06.25 07:13:07.373926 [ 3 ] {} <Debug> HTTP-Session: f4dacd5d-462c-4a90-b93c-4e1ab3a2edc0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2276 | 2024.06.25 07:13:07.373941 [ 3 ] {} <Debug> HTTP-Session: f4dacd5d-462c-4a90-b93c-4e1ab3a2edc0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2277 | 2024.06.25 07:13:07.373990 [ 3 ] {} <Trace> HTTP-Session: f4dacd5d-462c-4a90-b93c-4e1ab3a2edc0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2278 | 2024.06.25 07:13:07.374184 [ 3 ] {59cd8392-e781-4e5b-959c-ee69d416726d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2279 | 2024.06.25 07:13:07.374253 [ 3 ] {59cd8392-e781-4e5b-959c-ee69d416726d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2280 | 2024.06.25 07:13:07.374440 [ 3 ] {59cd8392-e781-4e5b-959c-ee69d416726d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2281 | 2024.06.25 07:13:07.374882 [ 3 ] {59cd8392-e781-4e5b-959c-ee69d416726d} <Trace> oximeter.fields_i64 (5a4e27aa-5414-415d-87de-3cb5e0800323): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2282 | 2024.06.25 07:13:07.374932 [ 3 ] {59cd8392-e781-4e5b-959c-ee69d416726d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
2283 | 2024.06.25 07:13:07.375325 [ 3 ] {59cd8392-e781-4e5b-959c-ee69d416726d} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2284 | 2024.06.25 07:13:07.375674 [ 3 ] {59cd8392-e781-4e5b-959c-ee69d416726d} <Trace> oximeter.fields_i64 (5a4e27aa-5414-415d-87de-3cb5e0800323): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2285 | 2024.06.25 07:13:07.375849 [ 3 ] {59cd8392-e781-4e5b-959c-ee69d416726d} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001725 sec., 17391.304347826088 rows/sec., 1.38 MiB/sec. | ||
2286 | 2024.06.25 07:13:07.376097 [ 3 ] {59cd8392-e781-4e5b-959c-ee69d416726d} <Debug> DynamicQueryHandler: Done processing query | ||
2287 | 2024.06.25 07:13:07.376126 [ 3 ] {59cd8392-e781-4e5b-959c-ee69d416726d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2288 | 2024.06.25 07:13:07.376143 [ 3 ] {} <Debug> HTTP-Session: f4dacd5d-462c-4a90-b93c-4e1ab3a2edc0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2289 | 2024.06.25 07:13:07.376318 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 20859, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2290 | 2024.06.25 07:13:07.376372 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2291 | 2024.06.25 07:13:07.376392 [ 3 ] {} <Debug> HTTP-Session: 127a1d6e-6e72-47cf-bd6b-95ec92bc48c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
2292 | 2024.06.25 07:13:07.376411 [ 3 ] {} <Debug> HTTP-Session: 127a1d6e-6e72-47cf-bd6b-95ec92bc48c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2293 | 2024.06.25 07:13:07.376425 [ 3 ] {} <Debug> HTTP-Session: 127a1d6e-6e72-47cf-bd6b-95ec92bc48c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2294 | 2024.06.25 07:13:07.376461 [ 3 ] {} <Trace> HTTP-Session: 127a1d6e-6e72-47cf-bd6b-95ec92bc48c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2295 | 2024.06.25 07:13:07.376608 [ 3 ] {06e51681-d11b-4d38-87f7-9ea135bedbe5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2296 | 2024.06.25 07:13:07.376656 [ 3 ] {06e51681-d11b-4d38-87f7-9ea135bedbe5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2297 | 2024.06.25 07:13:07.376802 [ 3 ] {06e51681-d11b-4d38-87f7-9ea135bedbe5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2298 | 2024.06.25 07:13:07.377332 [ 3 ] {06e51681-d11b-4d38-87f7-9ea135bedbe5} <Trace> oximeter.fields_string (92be2c77-e348-4680-ab71-16c97f347e42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2299 | 2024.06.25 07:13:07.377370 [ 3 ] {06e51681-d11b-4d38-87f7-9ea135bedbe5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
2300 | 2024.06.25 07:13:07.377712 [ 3 ] {06e51681-d11b-4d38-87f7-9ea135bedbe5} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2301 | 2024.06.25 07:13:07.378089 [ 3 ] {06e51681-d11b-4d38-87f7-9ea135bedbe5} <Trace> oximeter.fields_string (92be2c77-e348-4680-ab71-16c97f347e42): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2302 | 2024.06.25 07:13:07.378268 [ 3 ] {06e51681-d11b-4d38-87f7-9ea135bedbe5} <Debug> executeQuery: Read 142 rows, 12.21 KiB in 0.001714 sec., 82847.14119019837 rows/sec., 6.96 MiB/sec. | ||
2303 | 2024.06.25 07:13:07.378588 [ 3 ] {06e51681-d11b-4d38-87f7-9ea135bedbe5} <Debug> DynamicQueryHandler: Done processing query | ||
2304 | 2024.06.25 07:13:07.378615 [ 3 ] {06e51681-d11b-4d38-87f7-9ea135bedbe5} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
2305 | 2024.06.25 07:13:07.378631 [ 3 ] {} <Debug> HTTP-Session: 127a1d6e-6e72-47cf-bd6b-95ec92bc48c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2306 | 2024.06.25 07:13:07.378770 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 14611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2307 | 2024.06.25 07:13:07.378822 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2308 | 2024.06.25 07:13:07.378844 [ 3 ] {} <Debug> HTTP-Session: baff6b4e-8483-4747-bdbf-ee96f3f5c305 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
2309 | 2024.06.25 07:13:07.378863 [ 3 ] {} <Debug> HTTP-Session: baff6b4e-8483-4747-bdbf-ee96f3f5c305 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2310 | 2024.06.25 07:13:07.378878 [ 3 ] {} <Debug> HTTP-Session: baff6b4e-8483-4747-bdbf-ee96f3f5c305 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2311 | 2024.06.25 07:13:07.378912 [ 3 ] {} <Trace> HTTP-Session: baff6b4e-8483-4747-bdbf-ee96f3f5c305 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2312 | 2024.06.25 07:13:07.379051 [ 3 ] {b8a294d8-b696-45e4-bbc1-5a380beff9d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2313 | 2024.06.25 07:13:07.379098 [ 3 ] {b8a294d8-b696-45e4-bbc1-5a380beff9d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2314 | 2024.06.25 07:13:07.379249 [ 3 ] {b8a294d8-b696-45e4-bbc1-5a380beff9d6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2315 | 2024.06.25 07:13:07.379637 [ 3 ] {b8a294d8-b696-45e4-bbc1-5a380beff9d6} <Trace> oximeter.fields_uuid (a6135af6-13ec-413a-9f2a-05b69fc69276): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2316 | 2024.06.25 07:13:07.379675 [ 3 ] {b8a294d8-b696-45e4-bbc1-5a380beff9d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
2317 | 2024.06.25 07:13:07.379989 [ 3 ] {b8a294d8-b696-45e4-bbc1-5a380beff9d6} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2318 | 2024.06.25 07:13:07.380299 [ 3 ] {b8a294d8-b696-45e4-bbc1-5a380beff9d6} <Trace> oximeter.fields_uuid (a6135af6-13ec-413a-9f2a-05b69fc69276): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2319 | 2024.06.25 07:13:07.380446 [ 3 ] {b8a294d8-b696-45e4-bbc1-5a380beff9d6} <Debug> executeQuery: Read 86 rows, 6.88 KiB in 0.001448 sec., 59392.26519337016 rows/sec., 4.64 MiB/sec. | ||
2320 | 2024.06.25 07:13:07.380657 [ 3 ] {b8a294d8-b696-45e4-bbc1-5a380beff9d6} <Debug> DynamicQueryHandler: Done processing query | ||
2321 | 2024.06.25 07:13:07.380682 [ 3 ] {b8a294d8-b696-45e4-bbc1-5a380beff9d6} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
2322 | 2024.06.25 07:13:07.380698 [ 3 ] {} <Debug> HTTP-Session: baff6b4e-8483-4747-bdbf-ee96f3f5c305 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2323 | 2024.06.25 07:13:07.380948 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 28657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2324 | 2024.06.25 07:13:07.380999 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2325 | 2024.06.25 07:13:07.381018 [ 3 ] {} <Debug> HTTP-Session: 2cff800d-9a1d-4b69-89f3-3b3acdc850c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
2326 | 2024.06.25 07:13:07.381035 [ 3 ] {} <Debug> HTTP-Session: 2cff800d-9a1d-4b69-89f3-3b3acdc850c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2327 | 2024.06.25 07:13:07.381049 [ 3 ] {} <Debug> HTTP-Session: 2cff800d-9a1d-4b69-89f3-3b3acdc850c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2328 | 2024.06.25 07:13:07.381081 [ 3 ] {} <Trace> HTTP-Session: 2cff800d-9a1d-4b69-89f3-3b3acdc850c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2329 | 2024.06.25 07:13:07.381232 [ 3 ] {6c11df09-f58e-4c03-84ea-295f286413ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2330 | 2024.06.25 07:13:07.381281 [ 3 ] {6c11df09-f58e-4c03-84ea-295f286413ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2331 | 2024.06.25 07:13:07.381423 [ 3 ] {6c11df09-f58e-4c03-84ea-295f286413ba} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2332 | 2024.06.25 07:13:07.381824 [ 3 ] {6c11df09-f58e-4c03-84ea-295f286413ba} <Trace> oximeter.measurements_cumulativeu64 (e2447d38-7ae3-46bc-83c9-f9b139496c24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2333 | 2024.06.25 07:13:07.381860 [ 3 ] {6c11df09-f58e-4c03-84ea-295f286413ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
2334 | 2024.06.25 07:13:07.382252 [ 3 ] {6c11df09-f58e-4c03-84ea-295f286413ba} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2335 | 2024.06.25 07:13:07.382600 [ 3 ] {6c11df09-f58e-4c03-84ea-295f286413ba} <Trace> oximeter.measurements_cumulativeu64 (e2447d38-7ae3-46bc-83c9-f9b139496c24): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2336 | 2024.06.25 07:13:07.382728 [ 3 ] {6c11df09-f58e-4c03-84ea-295f286413ba} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.001568 sec., 95663.26530612246 rows/sec., 6.63 MiB/sec. | ||
2337 | 2024.06.25 07:13:07.382950 [ 3 ] {6c11df09-f58e-4c03-84ea-295f286413ba} <Debug> DynamicQueryHandler: Done processing query | ||
2338 | 2024.06.25 07:13:07.382975 [ 3 ] {6c11df09-f58e-4c03-84ea-295f286413ba} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
2339 | 2024.06.25 07:13:07.382992 [ 3 ] {} <Debug> HTTP-Session: 2cff800d-9a1d-4b69-89f3-3b3acdc850c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2340 | 2024.06.25 07:13:07.383170 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 48129, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2341 | 2024.06.25 07:13:07.383219 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2342 | 2024.06.25 07:13:07.383238 [ 3 ] {} <Debug> HTTP-Session: d2dd3a39-89f1-46ba-8891-3fa1793784db Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
2343 | 2024.06.25 07:13:07.383255 [ 3 ] {} <Debug> HTTP-Session: d2dd3a39-89f1-46ba-8891-3fa1793784db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2344 | 2024.06.25 07:13:07.383269 [ 3 ] {} <Debug> HTTP-Session: d2dd3a39-89f1-46ba-8891-3fa1793784db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2345 | 2024.06.25 07:13:07.383300 [ 3 ] {} <Trace> HTTP-Session: d2dd3a39-89f1-46ba-8891-3fa1793784db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2346 | 2024.06.25 07:13:07.383622 [ 3 ] {67441227-3a91-4bb2-b746-0671e834f9e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2347 | 2024.06.25 07:13:07.383689 [ 3 ] {67441227-3a91-4bb2-b746-0671e834f9e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
2348 | 2024.06.25 07:13:07.384103 [ 3 ] {67441227-3a91-4bb2-b746-0671e834f9e9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2349 | 2024.06.25 07:13:07.384799 [ 3 ] {67441227-3a91-4bb2-b746-0671e834f9e9} <Trace> oximeter.measurements_histogramf64 (7bf12d27-0a09-45c5-8c45-4d00c63235e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2350 | 2024.06.25 07:13:07.384835 [ 3 ] {67441227-3a91-4bb2-b746-0671e834f9e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
2351 | 2024.06.25 07:13:07.385469 [ 3 ] {67441227-3a91-4bb2-b746-0671e834f9e9} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2352 | 2024.06.25 07:13:07.385889 [ 3 ] {67441227-3a91-4bb2-b746-0671e834f9e9} <Trace> oximeter.measurements_histogramf64 (7bf12d27-0a09-45c5-8c45-4d00c63235e8): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2353 | 2024.06.25 07:13:07.386071 [ 34 ] {} <Debug> oximeter.measurements_histogramf64 (7bf12d27-0a09-45c5-8c45-4d00c63235e8) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2354 | 2024.06.25 07:13:07.386082 [ 3 ] {67441227-3a91-4bb2-b746-0671e834f9e9} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002688 sec., 11160.714285714286 rows/sec., 20.00 MiB/sec. | ||
2355 | 2024.06.25 07:13:07.386169 [ 34 ] {} <Trace> oximeter.measurements_histogramf64 (7bf12d27-0a09-45c5-8c45-4d00c63235e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2356 | 2024.06.25 07:13:07.386258 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
2357 | 2024.06.25 07:13:07.386772 [ 188 ] {7bf12d27-0a09-45c5-8c45-4d00c63235e8::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 | ||
2358 | 2024.06.25 07:13:07.386844 [ 3 ] {67441227-3a91-4bb2-b746-0671e834f9e9} <Debug> DynamicQueryHandler: Done processing query | ||
2359 | 2024.06.25 07:13:07.386889 [ 3 ] {67441227-3a91-4bb2-b746-0671e834f9e9} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
2360 | 2024.06.25 07:13:07.386929 [ 3 ] {} <Debug> HTTP-Session: d2dd3a39-89f1-46ba-8891-3fa1793784db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2361 | 2024.06.25 07:13:07.387155 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 7682, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2362 | 2024.06.25 07:13:07.387275 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2363 | 2024.06.25 07:13:07.387333 [ 3 ] {} <Debug> HTTP-Session: d0e7c139-dafb-490f-b42a-710555c731df Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
2364 | 2024.06.25 07:13:07.387380 [ 3 ] {} <Debug> HTTP-Session: d0e7c139-dafb-490f-b42a-710555c731df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2365 | 2024.06.25 07:13:07.387422 [ 3 ] {} <Debug> HTTP-Session: d0e7c139-dafb-490f-b42a-710555c731df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2366 | 2024.06.25 07:13:07.387513 [ 3 ] {} <Trace> HTTP-Session: d0e7c139-dafb-490f-b42a-710555c731df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2367 | 2024.06.25 07:13:07.387545 [ 188 ] {7bf12d27-0a09-45c5-8c45-4d00c63235e8::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2368 | 2024.06.25 07:13:07.387710 [ 188 ] {7bf12d27-0a09-45c5-8c45-4d00c63235e8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 132 rows starting from the beginning of the part | ||
2369 | 2024.06.25 07:13:07.387742 [ 3 ] {de066e8b-a038-47d7-b4ce-07bf5f485fd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2370 | 2024.06.25 07:13:07.387852 [ 3 ] {de066e8b-a038-47d7-b4ce-07bf5f485fd3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2371 | 2024.06.25 07:13:07.388520 [ 188 ] {7bf12d27-0a09-45c5-8c45-4d00c63235e8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 30 rows starting from the beginning of the part | ||
2372 | 2024.06.25 07:13:07.388733 [ 3 ] {de066e8b-a038-47d7-b4ce-07bf5f485fd3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2373 | 2024.06.25 07:13:07.389213 [ 188 ] {7bf12d27-0a09-45c5-8c45-4d00c63235e8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 30 rows starting from the beginning of the part | ||
2374 | 2024.06.25 07:13:07.389782 [ 188 ] {7bf12d27-0a09-45c5-8c45-4d00c63235e8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 30 rows starting from the beginning of the part | ||
2375 | 2024.06.25 07:13:07.390008 [ 3 ] {de066e8b-a038-47d7-b4ce-07bf5f485fd3} <Trace> oximeter.measurements_u64 (4dca2f8a-9dea-4d2f-8335-c4506eb14d05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2376 | 2024.06.25 07:13:07.390130 [ 3 ] {de066e8b-a038-47d7-b4ce-07bf5f485fd3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
2377 | 2024.06.25 07:13:07.390461 [ 188 ] {7bf12d27-0a09-45c5-8c45-4d00c63235e8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 30 rows starting from the beginning of the part | ||
2378 | 2024.06.25 07:13:07.391000 [ 188 ] {7bf12d27-0a09-45c5-8c45-4d00c63235e8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 30 rows starting from the beginning of the part | ||
2379 | 2024.06.25 07:13:07.391590 [ 3 ] {de066e8b-a038-47d7-b4ce-07bf5f485fd3} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2380 | 2024.06.25 07:13:07.392352 [ 3 ] {de066e8b-a038-47d7-b4ce-07bf5f485fd3} <Trace> oximeter.measurements_u64 (4dca2f8a-9dea-4d2f-8335-c4506eb14d05): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2381 | 2024.06.25 07:13:07.392919 [ 3 ] {de066e8b-a038-47d7-b4ce-07bf5f485fd3} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.005195 sec., 9624.63907603465 rows/sec., 675.79 KiB/sec. | ||
2382 | 2024.06.25 07:13:07.393316 [ 3 ] {de066e8b-a038-47d7-b4ce-07bf5f485fd3} <Debug> DynamicQueryHandler: Done processing query | ||
2383 | 2024.06.25 07:13:07.393351 [ 3 ] {de066e8b-a038-47d7-b4ce-07bf5f485fd3} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2384 | 2024.06.25 07:13:07.393374 [ 3 ] {} <Debug> HTTP-Session: d0e7c139-dafb-490f-b42a-710555c731df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2385 | 2024.06.25 07:13:07.395413 [ 194 ] {7bf12d27-0a09-45c5-8c45-4d00c63235e8::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 282 rows, containing 19 columns (19 merged, 0 gathered) in 0.008994421 sec., 31352.768566203424 rows/sec., 56.18 MiB/sec. | ||
2386 | 2024.06.25 07:13:07.396090 [ 194 ] {7bf12d27-0a09-45c5-8c45-4d00c63235e8::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2387 | 2024.06.25 07:13:07.396737 [ 194 ] {7bf12d27-0a09-45c5-8c45-4d00c63235e8::all_1_11_2} <Trace> oximeter.measurements_histogramf64 (7bf12d27-0a09-45c5-8c45-4d00c63235e8): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2388 | 2024.06.25 07:13:07.396827 [ 194 ] {7bf12d27-0a09-45c5-8c45-4d00c63235e8::all_1_11_2} <Trace> oximeter.measurements_histogramf64 (7bf12d27-0a09-45c5-8c45-4d00c63235e8) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2389 | 2024.06.25 07:13:07.396979 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.68 MiB. | ||
2390 | 2024.06.25 07:13:12.371262 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 7256, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2391 | 2024.06.25 07:13:12.371390 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2392 | 2024.06.25 07:13:12.371415 [ 3 ] {} <Debug> HTTP-Session: c39bf6ad-1f1b-49a8-9387-62dade2cd898 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
2393 | 2024.06.25 07:13:12.371439 [ 3 ] {} <Debug> HTTP-Session: c39bf6ad-1f1b-49a8-9387-62dade2cd898 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2394 | 2024.06.25 07:13:12.371453 [ 3 ] {} <Debug> HTTP-Session: c39bf6ad-1f1b-49a8-9387-62dade2cd898 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2395 | 2024.06.25 07:13:12.371504 [ 3 ] {} <Trace> HTTP-Session: c39bf6ad-1f1b-49a8-9387-62dade2cd898 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2396 | 2024.06.25 07:13:12.371701 [ 3 ] {7382d92c-de41-41d9-b392-637e58397492} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2397 | 2024.06.25 07:13:12.371768 [ 3 ] {7382d92c-de41-41d9-b392-637e58397492} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2398 | 2024.06.25 07:13:12.371954 [ 3 ] {7382d92c-de41-41d9-b392-637e58397492} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2399 | 2024.06.25 07:13:12.372424 [ 3 ] {7382d92c-de41-41d9-b392-637e58397492} <Trace> oximeter.fields_string (92be2c77-e348-4680-ab71-16c97f347e42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2400 | 2024.06.25 07:13:12.372467 [ 3 ] {7382d92c-de41-41d9-b392-637e58397492} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
2401 | 2024.06.25 07:13:12.372836 [ 3 ] {7382d92c-de41-41d9-b392-637e58397492} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2402 | 2024.06.25 07:13:12.373170 [ 3 ] {7382d92c-de41-41d9-b392-637e58397492} <Trace> oximeter.fields_string (92be2c77-e348-4680-ab71-16c97f347e42): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2403 | 2024.06.25 07:13:12.373326 [ 3 ] {7382d92c-de41-41d9-b392-637e58397492} <Debug> executeQuery: Read 52 rows, 4.07 KiB in 0.001688 sec., 30805.68720379147 rows/sec., 2.35 MiB/sec. | ||
2404 | 2024.06.25 07:13:12.373553 [ 3 ] {7382d92c-de41-41d9-b392-637e58397492} <Debug> DynamicQueryHandler: Done processing query | ||
2405 | 2024.06.25 07:13:12.373582 [ 3 ] {7382d92c-de41-41d9-b392-637e58397492} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2406 | 2024.06.25 07:13:12.373598 [ 3 ] {} <Debug> HTTP-Session: c39bf6ad-1f1b-49a8-9387-62dade2cd898 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2407 | 2024.06.25 07:13:12.373760 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 9526, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2408 | 2024.06.25 07:13:12.373811 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2409 | 2024.06.25 07:13:12.373830 [ 3 ] {} <Debug> HTTP-Session: b38cb752-9fae-4045-9ecf-cfe7ccc77fdf Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
2410 | 2024.06.25 07:13:12.373847 [ 3 ] {} <Debug> HTTP-Session: b38cb752-9fae-4045-9ecf-cfe7ccc77fdf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2411 | 2024.06.25 07:13:12.373861 [ 3 ] {} <Debug> HTTP-Session: b38cb752-9fae-4045-9ecf-cfe7ccc77fdf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2412 | 2024.06.25 07:13:12.373893 [ 3 ] {} <Trace> HTTP-Session: b38cb752-9fae-4045-9ecf-cfe7ccc77fdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2413 | 2024.06.25 07:13:12.374005 [ 3 ] {0f233499-9cd1-418b-a885-f56b61b0cf2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2414 | 2024.06.25 07:13:12.374049 [ 3 ] {0f233499-9cd1-418b-a885-f56b61b0cf2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2415 | 2024.06.25 07:13:12.374176 [ 3 ] {0f233499-9cd1-418b-a885-f56b61b0cf2d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2416 | 2024.06.25 07:13:12.374539 [ 3 ] {0f233499-9cd1-418b-a885-f56b61b0cf2d} <Trace> oximeter.fields_uuid (a6135af6-13ec-413a-9f2a-05b69fc69276): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2417 | 2024.06.25 07:13:12.374577 [ 3 ] {0f233499-9cd1-418b-a885-f56b61b0cf2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
2418 | 2024.06.25 07:13:12.374889 [ 3 ] {0f233499-9cd1-418b-a885-f56b61b0cf2d} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2419 | 2024.06.25 07:13:12.375208 [ 3 ] {0f233499-9cd1-418b-a885-f56b61b0cf2d} <Trace> oximeter.fields_uuid (a6135af6-13ec-413a-9f2a-05b69fc69276): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2420 | 2024.06.25 07:13:12.375365 [ 3 ] {0f233499-9cd1-418b-a885-f56b61b0cf2d} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.001387 sec., 40374.90987743331 rows/sec., 3.15 MiB/sec. | ||
2421 | 2024.06.25 07:13:12.375548 [ 3 ] {0f233499-9cd1-418b-a885-f56b61b0cf2d} <Debug> DynamicQueryHandler: Done processing query | ||
2422 | 2024.06.25 07:13:12.375573 [ 3 ] {0f233499-9cd1-418b-a885-f56b61b0cf2d} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
2423 | 2024.06.25 07:13:12.375590 [ 3 ] {} <Debug> HTTP-Session: b38cb752-9fae-4045-9ecf-cfe7ccc77fdf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2424 | 2024.06.25 07:13:12.375802 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 28657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2425 | 2024.06.25 07:13:12.375851 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2426 | 2024.06.25 07:13:12.375871 [ 3 ] {} <Debug> HTTP-Session: f4e92ad8-f8a0-4074-9bb1-0aea0340d106 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
2427 | 2024.06.25 07:13:12.375888 [ 3 ] {} <Debug> HTTP-Session: f4e92ad8-f8a0-4074-9bb1-0aea0340d106 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2428 | 2024.06.25 07:13:12.375902 [ 3 ] {} <Debug> HTTP-Session: f4e92ad8-f8a0-4074-9bb1-0aea0340d106 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2429 | 2024.06.25 07:13:12.375934 [ 3 ] {} <Trace> HTTP-Session: f4e92ad8-f8a0-4074-9bb1-0aea0340d106 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2430 | 2024.06.25 07:13:12.376080 [ 3 ] {0af56ee6-48bc-4b5c-99b9-f07b1e0effc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2431 | 2024.06.25 07:13:12.376127 [ 3 ] {0af56ee6-48bc-4b5c-99b9-f07b1e0effc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2432 | 2024.06.25 07:13:12.376275 [ 3 ] {0af56ee6-48bc-4b5c-99b9-f07b1e0effc6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2433 | 2024.06.25 07:13:12.376684 [ 3 ] {0af56ee6-48bc-4b5c-99b9-f07b1e0effc6} <Trace> oximeter.measurements_cumulativeu64 (e2447d38-7ae3-46bc-83c9-f9b139496c24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2434 | 2024.06.25 07:13:12.376721 [ 3 ] {0af56ee6-48bc-4b5c-99b9-f07b1e0effc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
2435 | 2024.06.25 07:13:12.377123 [ 3 ] {0af56ee6-48bc-4b5c-99b9-f07b1e0effc6} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2436 | 2024.06.25 07:13:12.377456 [ 3 ] {0af56ee6-48bc-4b5c-99b9-f07b1e0effc6} <Trace> oximeter.measurements_cumulativeu64 (e2447d38-7ae3-46bc-83c9-f9b139496c24): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2437 | 2024.06.25 07:13:12.377611 [ 3 ] {0af56ee6-48bc-4b5c-99b9-f07b1e0effc6} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.001588 sec., 94458.43828715365 rows/sec., 6.55 MiB/sec. | ||
2438 | 2024.06.25 07:13:12.377895 [ 3 ] {0af56ee6-48bc-4b5c-99b9-f07b1e0effc6} <Debug> DynamicQueryHandler: Done processing query | ||
2439 | 2024.06.25 07:13:12.377925 [ 3 ] {0af56ee6-48bc-4b5c-99b9-f07b1e0effc6} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
2440 | 2024.06.25 07:13:12.377941 [ 3 ] {} <Debug> HTTP-Session: f4e92ad8-f8a0-4074-9bb1-0aea0340d106 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2441 | 2024.06.25 07:13:12.378065 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 7682, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2442 | 2024.06.25 07:13:12.378116 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2443 | 2024.06.25 07:13:12.378135 [ 3 ] {} <Debug> HTTP-Session: 2f928d37-bc13-4ba0-92e0-f96db56e63e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
2444 | 2024.06.25 07:13:12.378151 [ 3 ] {} <Debug> HTTP-Session: 2f928d37-bc13-4ba0-92e0-f96db56e63e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2445 | 2024.06.25 07:13:12.378165 [ 3 ] {} <Debug> HTTP-Session: 2f928d37-bc13-4ba0-92e0-f96db56e63e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2446 | 2024.06.25 07:13:12.378197 [ 3 ] {} <Trace> HTTP-Session: 2f928d37-bc13-4ba0-92e0-f96db56e63e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2447 | 2024.06.25 07:13:12.378314 [ 3 ] {906b0012-9595-4698-9690-b2b560a93dc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2448 | 2024.06.25 07:13:12.378360 [ 3 ] {906b0012-9595-4698-9690-b2b560a93dc3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2449 | 2024.06.25 07:13:12.378506 [ 3 ] {906b0012-9595-4698-9690-b2b560a93dc3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2450 | 2024.06.25 07:13:12.378807 [ 3 ] {906b0012-9595-4698-9690-b2b560a93dc3} <Trace> oximeter.measurements_u64 (4dca2f8a-9dea-4d2f-8335-c4506eb14d05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2451 | 2024.06.25 07:13:12.378844 [ 3 ] {906b0012-9595-4698-9690-b2b560a93dc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
2452 | 2024.06.25 07:13:12.379200 [ 3 ] {906b0012-9595-4698-9690-b2b560a93dc3} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2453 | 2024.06.25 07:13:12.379529 [ 3 ] {906b0012-9595-4698-9690-b2b560a93dc3} <Trace> oximeter.measurements_u64 (4dca2f8a-9dea-4d2f-8335-c4506eb14d05): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2454 | 2024.06.25 07:13:12.379682 [ 3 ] {906b0012-9595-4698-9690-b2b560a93dc3} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001397 sec., 35790.980672870435 rows/sec., 2.45 MiB/sec. | ||
2455 | 2024.06.25 07:13:12.379843 [ 3 ] {906b0012-9595-4698-9690-b2b560a93dc3} <Debug> DynamicQueryHandler: Done processing query | ||
2456 | 2024.06.25 07:13:12.379868 [ 3 ] {906b0012-9595-4698-9690-b2b560a93dc3} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2457 | 2024.06.25 07:13:12.379884 [ 3 ] {} <Debug> HTTP-Session: 2f928d37-bc13-4ba0-92e0-f96db56e63e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2458 | 2024.06.25 07:13:16.651421 [ 30 ] {} <Debug> DNSResolver: Updating DNS cache | ||
2459 | 2024.06.25 07:13:16.651506 [ 30 ] {} <Debug> DNSResolver: Updated DNS cache | ||
2460 | 2024.06.25 07:13:17.373222 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 4356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2461 | 2024.06.25 07:13:17.373341 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2462 | 2024.06.25 07:13:17.373368 [ 3 ] {} <Debug> HTTP-Session: 1a9d2c07-4e45-4189-b805-38f4cd2dd7c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
2463 | 2024.06.25 07:13:17.373392 [ 3 ] {} <Debug> HTTP-Session: 1a9d2c07-4e45-4189-b805-38f4cd2dd7c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2464 | 2024.06.25 07:13:17.373407 [ 3 ] {} <Debug> HTTP-Session: 1a9d2c07-4e45-4189-b805-38f4cd2dd7c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2465 | 2024.06.25 07:13:17.373464 [ 3 ] {} <Trace> HTTP-Session: 1a9d2c07-4e45-4189-b805-38f4cd2dd7c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2466 | 2024.06.25 07:13:17.373674 [ 3 ] {357c2a32-8257-4fb2-ba7f-a224666aabd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2467 | 2024.06.25 07:13:17.373748 [ 3 ] {357c2a32-8257-4fb2-ba7f-a224666aabd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2468 | 2024.06.25 07:13:17.373960 [ 3 ] {357c2a32-8257-4fb2-ba7f-a224666aabd0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2469 | 2024.06.25 07:13:17.374397 [ 3 ] {357c2a32-8257-4fb2-ba7f-a224666aabd0} <Trace> oximeter.fields_i64 (5a4e27aa-5414-415d-87de-3cb5e0800323): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2470 | 2024.06.25 07:13:17.374445 [ 3 ] {357c2a32-8257-4fb2-ba7f-a224666aabd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
2471 | 2024.06.25 07:13:17.374830 [ 3 ] {357c2a32-8257-4fb2-ba7f-a224666aabd0} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2472 | 2024.06.25 07:13:17.375169 [ 3 ] {357c2a32-8257-4fb2-ba7f-a224666aabd0} <Trace> oximeter.fields_i64 (5a4e27aa-5414-415d-87de-3cb5e0800323): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2473 | 2024.06.25 07:13:17.375331 [ 3 ] {357c2a32-8257-4fb2-ba7f-a224666aabd0} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001722 sec., 17421.602787456446 rows/sec., 1.38 MiB/sec. | ||
2474 | 2024.06.25 07:13:17.375554 [ 3 ] {357c2a32-8257-4fb2-ba7f-a224666aabd0} <Debug> DynamicQueryHandler: Done processing query | ||
2475 | 2024.06.25 07:13:17.375582 [ 3 ] {357c2a32-8257-4fb2-ba7f-a224666aabd0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2476 | 2024.06.25 07:13:17.375599 [ 3 ] {} <Debug> HTTP-Session: 1a9d2c07-4e45-4189-b805-38f4cd2dd7c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2477 | 2024.06.25 07:13:17.375753 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2478 | 2024.06.25 07:13:17.375808 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2479 | 2024.06.25 07:13:17.375829 [ 3 ] {} <Debug> HTTP-Session: 85c755d3-e09a-4bc3-b37d-1995e60ae542 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
2480 | 2024.06.25 07:13:17.375849 [ 3 ] {} <Debug> HTTP-Session: 85c755d3-e09a-4bc3-b37d-1995e60ae542 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2481 | 2024.06.25 07:13:17.375863 [ 3 ] {} <Debug> HTTP-Session: 85c755d3-e09a-4bc3-b37d-1995e60ae542 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2482 | 2024.06.25 07:13:17.375899 [ 3 ] {} <Trace> HTTP-Session: 85c755d3-e09a-4bc3-b37d-1995e60ae542 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2483 | 2024.06.25 07:13:17.376004 [ 3 ] {f95f90b6-2c06-4473-8167-f00e9c69bfe1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
2484 | 2024.06.25 07:13:17.376052 [ 3 ] {f95f90b6-2c06-4473-8167-f00e9c69bfe1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
2485 | 2024.06.25 07:13:17.376188 [ 3 ] {f95f90b6-2c06-4473-8167-f00e9c69bfe1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2486 | 2024.06.25 07:13:17.376464 [ 3 ] {f95f90b6-2c06-4473-8167-f00e9c69bfe1} <Trace> oximeter.fields_ipaddr (a80fa888-7cde-49a8-8db7-55a4c4c75c02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2487 | 2024.06.25 07:13:17.376503 [ 3 ] {f95f90b6-2c06-4473-8167-f00e9c69bfe1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
2488 | 2024.06.25 07:13:17.376823 [ 3 ] {f95f90b6-2c06-4473-8167-f00e9c69bfe1} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2489 | 2024.06.25 07:13:17.377129 [ 3 ] {f95f90b6-2c06-4473-8167-f00e9c69bfe1} <Trace> oximeter.fields_ipaddr (a80fa888-7cde-49a8-8db7-55a4c4c75c02): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2490 | 2024.06.25 07:13:17.377284 [ 3 ] {f95f90b6-2c06-4473-8167-f00e9c69bfe1} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001307 sec., 1530.221882172915 rows/sec., 124.78 KiB/sec. | ||
2491 | 2024.06.25 07:13:17.377472 [ 3 ] {f95f90b6-2c06-4473-8167-f00e9c69bfe1} <Debug> DynamicQueryHandler: Done processing query | ||
2492 | 2024.06.25 07:13:17.377497 [ 3 ] {f95f90b6-2c06-4473-8167-f00e9c69bfe1} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2493 | 2024.06.25 07:13:17.377513 [ 3 ] {} <Debug> HTTP-Session: 85c755d3-e09a-4bc3-b37d-1995e60ae542 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2494 | 2024.06.25 07:13:17.377668 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 20993, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2495 | 2024.06.25 07:13:17.377717 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2496 | 2024.06.25 07:13:17.377738 [ 3 ] {} <Debug> HTTP-Session: 729b1bad-86c3-49d5-b3e7-5ab2302784a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
2497 | 2024.06.25 07:13:17.377756 [ 3 ] {} <Debug> HTTP-Session: 729b1bad-86c3-49d5-b3e7-5ab2302784a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2498 | 2024.06.25 07:13:17.377771 [ 3 ] {} <Debug> HTTP-Session: 729b1bad-86c3-49d5-b3e7-5ab2302784a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2499 | 2024.06.25 07:13:17.377802 [ 3 ] {} <Trace> HTTP-Session: 729b1bad-86c3-49d5-b3e7-5ab2302784a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2500 | 2024.06.25 07:13:17.377937 [ 3 ] {962b9984-a0e8-4650-9e0b-d42f4908b597} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2501 | 2024.06.25 07:13:17.377979 [ 3 ] {962b9984-a0e8-4650-9e0b-d42f4908b597} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2502 | 2024.06.25 07:13:17.378104 [ 3 ] {962b9984-a0e8-4650-9e0b-d42f4908b597} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2503 | 2024.06.25 07:13:17.378479 [ 3 ] {962b9984-a0e8-4650-9e0b-d42f4908b597} <Trace> oximeter.fields_string (92be2c77-e348-4680-ab71-16c97f347e42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2504 | 2024.06.25 07:13:17.378516 [ 3 ] {962b9984-a0e8-4650-9e0b-d42f4908b597} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
2505 | 2024.06.25 07:13:17.378851 [ 3 ] {962b9984-a0e8-4650-9e0b-d42f4908b597} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2506 | 2024.06.25 07:13:17.379152 [ 3 ] {962b9984-a0e8-4650-9e0b-d42f4908b597} <Trace> oximeter.fields_string (92be2c77-e348-4680-ab71-16c97f347e42): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2507 | 2024.06.25 07:13:17.379300 [ 3 ] {962b9984-a0e8-4650-9e0b-d42f4908b597} <Debug> executeQuery: Read 143 rows, 12.28 KiB in 0.001419 sec., 100775.19379844962 rows/sec., 8.45 MiB/sec. | ||
2508 | 2024.06.25 07:13:17.379462 [ 3 ] {962b9984-a0e8-4650-9e0b-d42f4908b597} <Debug> DynamicQueryHandler: Done processing query | ||
2509 | 2024.06.25 07:13:17.379486 [ 3 ] {962b9984-a0e8-4650-9e0b-d42f4908b597} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
2510 | 2024.06.25 07:13:17.379503 [ 3 ] {} <Debug> HTTP-Session: 729b1bad-86c3-49d5-b3e7-5ab2302784a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2511 | 2024.06.25 07:13:17.379634 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2512 | 2024.06.25 07:13:17.379684 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2513 | 2024.06.25 07:13:17.379705 [ 3 ] {} <Debug> HTTP-Session: 63b1b63f-ffd4-4d87-be63-21554961f39d Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
2514 | 2024.06.25 07:13:17.379723 [ 3 ] {} <Debug> HTTP-Session: 63b1b63f-ffd4-4d87-be63-21554961f39d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2515 | 2024.06.25 07:13:17.379737 [ 3 ] {} <Debug> HTTP-Session: 63b1b63f-ffd4-4d87-be63-21554961f39d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2516 | 2024.06.25 07:13:17.379768 [ 3 ] {} <Trace> HTTP-Session: 63b1b63f-ffd4-4d87-be63-21554961f39d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2517 | 2024.06.25 07:13:17.379862 [ 3 ] {3f7ff4e6-0f7f-4ceb-b066-1ca25ad756b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
2518 | 2024.06.25 07:13:17.379905 [ 3 ] {3f7ff4e6-0f7f-4ceb-b066-1ca25ad756b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2519 | 2024.06.25 07:13:17.380031 [ 3 ] {3f7ff4e6-0f7f-4ceb-b066-1ca25ad756b7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2520 | 2024.06.25 07:13:17.380298 [ 3 ] {3f7ff4e6-0f7f-4ceb-b066-1ca25ad756b7} <Trace> oximeter.fields_u16 (3a35cf00-b7cc-45e3-80c8-1c8d13c9f8ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2521 | 2024.06.25 07:13:17.380335 [ 3 ] {3f7ff4e6-0f7f-4ceb-b066-1ca25ad756b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
2522 | 2024.06.25 07:13:17.380627 [ 3 ] {3f7ff4e6-0f7f-4ceb-b066-1ca25ad756b7} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2523 | 2024.06.25 07:13:17.380923 [ 3 ] {3f7ff4e6-0f7f-4ceb-b066-1ca25ad756b7} <Trace> oximeter.fields_u16 (3a35cf00-b7cc-45e3-80c8-1c8d13c9f8ae): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2524 | 2024.06.25 07:13:17.381079 [ 3 ] {3f7ff4e6-0f7f-4ceb-b066-1ca25ad756b7} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001231 sec., 1624.6953696181965 rows/sec., 113.44 KiB/sec. | ||
2525 | 2024.06.25 07:13:17.381337 [ 3 ] {3f7ff4e6-0f7f-4ceb-b066-1ca25ad756b7} <Debug> DynamicQueryHandler: Done processing query | ||
2526 | 2024.06.25 07:13:17.381362 [ 3 ] {3f7ff4e6-0f7f-4ceb-b066-1ca25ad756b7} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2527 | 2024.06.25 07:13:17.381379 [ 3 ] {} <Debug> HTTP-Session: 63b1b63f-ffd4-4d87-be63-21554961f39d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2528 | 2024.06.25 07:13:17.381526 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 14954, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2529 | 2024.06.25 07:13:17.381575 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2530 | 2024.06.25 07:13:17.381595 [ 3 ] {} <Debug> HTTP-Session: 18566826-9454-4df6-9307-b5ade40fa79d Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
2531 | 2024.06.25 07:13:17.381611 [ 3 ] {} <Debug> HTTP-Session: 18566826-9454-4df6-9307-b5ade40fa79d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2532 | 2024.06.25 07:13:17.381625 [ 3 ] {} <Debug> HTTP-Session: 18566826-9454-4df6-9307-b5ade40fa79d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2533 | 2024.06.25 07:13:17.381655 [ 3 ] {} <Trace> HTTP-Session: 18566826-9454-4df6-9307-b5ade40fa79d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2534 | 2024.06.25 07:13:17.381777 [ 3 ] {4a650b35-c145-44a8-9b0a-a5c7a11650eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2535 | 2024.06.25 07:13:17.381821 [ 3 ] {4a650b35-c145-44a8-9b0a-a5c7a11650eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2536 | 2024.06.25 07:13:17.381961 [ 3 ] {4a650b35-c145-44a8-9b0a-a5c7a11650eb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2537 | 2024.06.25 07:13:17.382310 [ 3 ] {4a650b35-c145-44a8-9b0a-a5c7a11650eb} <Trace> oximeter.fields_uuid (a6135af6-13ec-413a-9f2a-05b69fc69276): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2538 | 2024.06.25 07:13:17.382346 [ 3 ] {4a650b35-c145-44a8-9b0a-a5c7a11650eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
2539 | 2024.06.25 07:13:17.382660 [ 3 ] {4a650b35-c145-44a8-9b0a-a5c7a11650eb} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2540 | 2024.06.25 07:13:17.382971 [ 3 ] {4a650b35-c145-44a8-9b0a-a5c7a11650eb} <Trace> oximeter.fields_uuid (a6135af6-13ec-413a-9f2a-05b69fc69276): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2541 | 2024.06.25 07:13:17.383125 [ 3 ] {4a650b35-c145-44a8-9b0a-a5c7a11650eb} <Debug> executeQuery: Read 88 rows, 7.04 KiB in 0.001385 sec., 63537.906137184116 rows/sec., 4.96 MiB/sec. | ||
2542 | 2024.06.25 07:13:17.383333 [ 3 ] {4a650b35-c145-44a8-9b0a-a5c7a11650eb} <Debug> DynamicQueryHandler: Done processing query | ||
2543 | 2024.06.25 07:13:17.383358 [ 3 ] {4a650b35-c145-44a8-9b0a-a5c7a11650eb} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
2544 | 2024.06.25 07:13:17.383374 [ 3 ] {} <Debug> HTTP-Session: 18566826-9454-4df6-9307-b5ade40fa79d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2545 | 2024.06.25 07:13:17.383587 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 28848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2546 | 2024.06.25 07:13:17.383635 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2547 | 2024.06.25 07:13:17.383654 [ 3 ] {} <Debug> HTTP-Session: bff1ef61-9c2c-4388-b681-5dd3a1def46b Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
2548 | 2024.06.25 07:13:17.383670 [ 3 ] {} <Debug> HTTP-Session: bff1ef61-9c2c-4388-b681-5dd3a1def46b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2549 | 2024.06.25 07:13:17.383685 [ 3 ] {} <Debug> HTTP-Session: bff1ef61-9c2c-4388-b681-5dd3a1def46b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2550 | 2024.06.25 07:13:17.383715 [ 3 ] {} <Trace> HTTP-Session: bff1ef61-9c2c-4388-b681-5dd3a1def46b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2551 | 2024.06.25 07:13:17.383852 [ 3 ] {7a1edbf6-80fd-4983-86f6-381d62b6645e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2552 | 2024.06.25 07:13:17.383900 [ 3 ] {7a1edbf6-80fd-4983-86f6-381d62b6645e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2553 | 2024.06.25 07:13:17.384044 [ 3 ] {7a1edbf6-80fd-4983-86f6-381d62b6645e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2554 | 2024.06.25 07:13:17.384388 [ 3 ] {7a1edbf6-80fd-4983-86f6-381d62b6645e} <Trace> oximeter.measurements_cumulativeu64 (e2447d38-7ae3-46bc-83c9-f9b139496c24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2555 | 2024.06.25 07:13:17.384424 [ 3 ] {7a1edbf6-80fd-4983-86f6-381d62b6645e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
2556 | 2024.06.25 07:13:17.384818 [ 3 ] {7a1edbf6-80fd-4983-86f6-381d62b6645e} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
2557 | 2024.06.25 07:13:17.385153 [ 3 ] {7a1edbf6-80fd-4983-86f6-381d62b6645e} <Trace> oximeter.measurements_cumulativeu64 (e2447d38-7ae3-46bc-83c9-f9b139496c24): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2558 | 2024.06.25 07:13:17.385310 [ 3 ] {7a1edbf6-80fd-4983-86f6-381d62b6645e} <Debug> executeQuery: Read 151 rows, 10.72 KiB in 0.001513 sec., 99801.71844018507 rows/sec., 6.92 MiB/sec. | ||
2559 | 2024.06.25 07:13:17.385307 [ 8 ] {} <Debug> oximeter.measurements_cumulativeu64 (e2447d38-7ae3-46bc-83c9-f9b139496c24) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
2560 | 2024.06.25 07:13:17.385420 [ 8 ] {} <Trace> oximeter.measurements_cumulativeu64 (e2447d38-7ae3-46bc-83c9-f9b139496c24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2561 | 2024.06.25 07:13:17.385469 [ 8 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
2562 | 2024.06.25 07:13:17.385547 [ 3 ] {7a1edbf6-80fd-4983-86f6-381d62b6645e} <Debug> DynamicQueryHandler: Done processing query | ||
2563 | 2024.06.25 07:13:17.385606 [ 3 ] {7a1edbf6-80fd-4983-86f6-381d62b6645e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
2564 | 2024.06.25 07:13:17.385636 [ 3 ] {} <Debug> HTTP-Session: bff1ef61-9c2c-4388-b681-5dd3a1def46b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2565 | 2024.06.25 07:13:17.385646 [ 188 ] {e2447d38-7ae3-46bc-83c9-f9b139496c24::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 | ||
2566 | 2024.06.25 07:13:17.385838 [ 188 ] {e2447d38-7ae3-46bc-83c9-f9b139496c24::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2567 | 2024.06.25 07:13:17.385861 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 48110, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2568 | 2024.06.25 07:13:17.385888 [ 188 ] {e2447d38-7ae3-46bc-83c9-f9b139496c24::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part | ||
2569 | 2024.06.25 07:13:17.385947 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2570 | 2024.06.25 07:13:17.386004 [ 3 ] {} <Debug> HTTP-Session: 629db46f-da5b-4179-8a30-ee0dafef6fc3 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
2571 | 2024.06.25 07:13:17.386119 [ 188 ] {e2447d38-7ae3-46bc-83c9-f9b139496c24::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part | ||
2572 | 2024.06.25 07:13:17.386136 [ 3 ] {} <Debug> HTTP-Session: 629db46f-da5b-4179-8a30-ee0dafef6fc3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2573 | 2024.06.25 07:13:17.386223 [ 3 ] {} <Debug> HTTP-Session: 629db46f-da5b-4179-8a30-ee0dafef6fc3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2574 | 2024.06.25 07:13:17.386404 [ 3 ] {} <Trace> HTTP-Session: 629db46f-da5b-4179-8a30-ee0dafef6fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2575 | 2024.06.25 07:13:17.386436 [ 188 ] {e2447d38-7ae3-46bc-83c9-f9b139496c24::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 100 rows starting from the beginning of the part | ||
2576 | 2024.06.25 07:13:17.386740 [ 188 ] {e2447d38-7ae3-46bc-83c9-f9b139496c24::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 150 rows starting from the beginning of the part | ||
2577 | 2024.06.25 07:13:17.386952 [ 188 ] {e2447d38-7ae3-46bc-83c9-f9b139496c24::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 150 rows starting from the beginning of the part | ||
2578 | 2024.06.25 07:13:17.387060 [ 3 ] {3b32c43d-6e9f-4165-b3ad-2588915ef10a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2579 | 2024.06.25 07:13:17.387256 [ 188 ] {e2447d38-7ae3-46bc-83c9-f9b139496c24::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 151 rows starting from the beginning of the part | ||
2580 | 2024.06.25 07:13:17.387379 [ 3 ] {3b32c43d-6e9f-4165-b3ad-2588915ef10a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
2581 | 2024.06.25 07:13:17.389296 [ 3 ] {3b32c43d-6e9f-4165-b3ad-2588915ef10a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2582 | 2024.06.25 07:13:17.391117 [ 188 ] {e2447d38-7ae3-46bc-83c9-f9b139496c24::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 554 rows, containing 5 columns (5 merged, 0 gathered) in 0.005567561 sec., 99504.97174615599 rows/sec., 6.90 MiB/sec. | ||
2583 | 2024.06.25 07:13:17.391175 [ 3 ] {3b32c43d-6e9f-4165-b3ad-2588915ef10a} <Trace> oximeter.measurements_histogramf64 (7bf12d27-0a09-45c5-8c45-4d00c63235e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2584 | 2024.06.25 07:13:17.391226 [ 3 ] {3b32c43d-6e9f-4165-b3ad-2588915ef10a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
2585 | 2024.06.25 07:13:17.391340 [ 188 ] {e2447d38-7ae3-46bc-83c9-f9b139496c24::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
2586 | 2024.06.25 07:13:17.392475 [ 188 ] {e2447d38-7ae3-46bc-83c9-f9b139496c24::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (e2447d38-7ae3-46bc-83c9-f9b139496c24): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2587 | 2024.06.25 07:13:17.392664 [ 188 ] {e2447d38-7ae3-46bc-83c9-f9b139496c24::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (e2447d38-7ae3-46bc-83c9-f9b139496c24) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
2588 | 2024.06.25 07:13:17.392788 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
2589 | 2024.06.25 07:13:17.392939 [ 3 ] {3b32c43d-6e9f-4165-b3ad-2588915ef10a} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2590 | 2024.06.25 07:13:17.393453 [ 3 ] {3b32c43d-6e9f-4165-b3ad-2588915ef10a} <Trace> oximeter.measurements_histogramf64 (7bf12d27-0a09-45c5-8c45-4d00c63235e8): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2591 | 2024.06.25 07:13:17.393654 [ 3 ] {3b32c43d-6e9f-4165-b3ad-2588915ef10a} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.006986 sec., 4294.30289149728 rows/sec., 7.70 MiB/sec. | ||
2592 | 2024.06.25 07:13:17.393914 [ 3 ] {3b32c43d-6e9f-4165-b3ad-2588915ef10a} <Debug> DynamicQueryHandler: Done processing query | ||
2593 | 2024.06.25 07:13:17.393939 [ 3 ] {3b32c43d-6e9f-4165-b3ad-2588915ef10a} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
2594 | 2024.06.25 07:13:17.393955 [ 3 ] {} <Debug> HTTP-Session: 629db46f-da5b-4179-8a30-ee0dafef6fc3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2595 | 2024.06.25 07:13:17.394093 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 7682, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2596 | 2024.06.25 07:13:17.394140 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2597 | 2024.06.25 07:13:17.394160 [ 3 ] {} <Debug> HTTP-Session: 78b5bb1d-7c1b-499a-874e-ecb83862f98f Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
2598 | 2024.06.25 07:13:17.394176 [ 3 ] {} <Debug> HTTP-Session: 78b5bb1d-7c1b-499a-874e-ecb83862f98f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2599 | 2024.06.25 07:13:17.394190 [ 3 ] {} <Debug> HTTP-Session: 78b5bb1d-7c1b-499a-874e-ecb83862f98f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2600 | 2024.06.25 07:13:17.394221 [ 3 ] {} <Trace> HTTP-Session: 78b5bb1d-7c1b-499a-874e-ecb83862f98f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2601 | 2024.06.25 07:13:17.394338 [ 3 ] {28858f63-f820-4419-bed2-857b852df1fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2602 | 2024.06.25 07:13:17.394382 [ 3 ] {28858f63-f820-4419-bed2-857b852df1fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2603 | 2024.06.25 07:13:17.394512 [ 3 ] {28858f63-f820-4419-bed2-857b852df1fd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2604 | 2024.06.25 07:13:17.394800 [ 3 ] {28858f63-f820-4419-bed2-857b852df1fd} <Trace> oximeter.measurements_u64 (4dca2f8a-9dea-4d2f-8335-c4506eb14d05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2605 | 2024.06.25 07:13:17.394835 [ 3 ] {28858f63-f820-4419-bed2-857b852df1fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
2606 | 2024.06.25 07:13:17.395193 [ 3 ] {28858f63-f820-4419-bed2-857b852df1fd} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2607 | 2024.06.25 07:13:17.395517 [ 3 ] {28858f63-f820-4419-bed2-857b852df1fd} <Trace> oximeter.measurements_u64 (4dca2f8a-9dea-4d2f-8335-c4506eb14d05): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2608 | 2024.06.25 07:13:17.395665 [ 3 ] {28858f63-f820-4419-bed2-857b852df1fd} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001366 sec., 36603.22108345534 rows/sec., 2.51 MiB/sec. | ||
2609 | 2024.06.25 07:13:17.395920 [ 3 ] {28858f63-f820-4419-bed2-857b852df1fd} <Debug> DynamicQueryHandler: Done processing query | ||
2610 | 2024.06.25 07:13:17.395945 [ 3 ] {28858f63-f820-4419-bed2-857b852df1fd} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2611 | 2024.06.25 07:13:17.395961 [ 3 ] {} <Debug> HTTP-Session: 78b5bb1d-7c1b-499a-874e-ecb83862f98f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2612 | 2024.06.25 07:13:22.365172 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2613 | 2024.06.25 07:13:22.365318 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2614 | 2024.06.25 07:13:22.365348 [ 3 ] {} <Debug> HTTP-Session: 71938677-d7f2-4e90-a942-4d0152054e4f Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
2615 | 2024.06.25 07:13:22.365377 [ 3 ] {} <Debug> HTTP-Session: 71938677-d7f2-4e90-a942-4d0152054e4f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2616 | 2024.06.25 07:13:22.365396 [ 3 ] {} <Debug> HTTP-Session: 71938677-d7f2-4e90-a942-4d0152054e4f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2617 | 2024.06.25 07:13:22.365453 [ 3 ] {} <Trace> HTTP-Session: 71938677-d7f2-4e90-a942-4d0152054e4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2618 | 2024.06.25 07:13:22.365718 [ 3 ] {70d1d8cd-58ff-4a05-a654-7926279100b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) 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', 'oximeter_collector:collections') FORMAT JSONEachRow; (stage: Complete) | ||
2619 | 2024.06.25 07:13:22.366094 [ 3 ] {70d1d8cd-58ff-4a05-a654-7926279100b6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2620 | 2024.06.25 07:13:22.366138 [ 3 ] {70d1d8cd-58ff-4a05-a654-7926279100b6} <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', 'oximeter_collector:collections')" moved to PREWHERE | ||
2621 | 2024.06.25 07:13:22.366436 [ 3 ] {70d1d8cd-58ff-4a05-a654-7926279100b6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2622 | 2024.06.25 07:13:22.366514 [ 3 ] {70d1d8cd-58ff-4a05-a654-7926279100b6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2623 | 2024.06.25 07:13:22.366686 [ 3 ] {70d1d8cd-58ff-4a05-a654-7926279100b6} <Debug> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
2624 | 2024.06.25 07:13:22.366787 [ 253 ] {70d1d8cd-58ff-4a05-a654-7926279100b6} <Trace> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2625 | 2024.06.25 07:13:22.366796 [ 256 ] {70d1d8cd-58ff-4a05-a654-7926279100b6} <Trace> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2626 | 2024.06.25 07:13:22.366883 [ 250 ] {70d1d8cd-58ff-4a05-a654-7926279100b6} <Trace> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2627 | 2024.06.25 07:13:22.367052 [ 3 ] {70d1d8cd-58ff-4a05-a654-7926279100b6} <Debug> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
2628 | 2024.06.25 07:13:22.367084 [ 3 ] {70d1d8cd-58ff-4a05-a654-7926279100b6} <Trace> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2629 | 2024.06.25 07:13:22.369158 [ 3 ] {70d1d8cd-58ff-4a05-a654-7926279100b6} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2630 | 2024.06.25 07:13:22.371364 [ 3 ] {70d1d8cd-58ff-4a05-a654-7926279100b6} <Debug> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
2631 | 2024.06.25 07:13:22.371445 [ 3 ] {70d1d8cd-58ff-4a05-a654-7926279100b6} <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', 'oximeter_collector:collections'))" | ||
2632 | 2024.06.25 07:13:22.371501 [ 3 ] {70d1d8cd-58ff-4a05-a654-7926279100b6} <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', 'oximeter_collector:collections'))" | ||
2633 | 2024.06.25 07:13:22.374913 [ 3 ] {70d1d8cd-58ff-4a05-a654-7926279100b6} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.009314 sec., 1932.5746188533392 rows/sec., 81.15 KiB/sec. | ||
2634 | 2024.06.25 07:13:22.375208 [ 3 ] {70d1d8cd-58ff-4a05-a654-7926279100b6} <Debug> DynamicQueryHandler: Done processing query | ||
2635 | 2024.06.25 07:13:22.375235 [ 3 ] {70d1d8cd-58ff-4a05-a654-7926279100b6} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
2636 | 2024.06.25 07:13:22.375253 [ 3 ] {} <Debug> HTTP-Session: 71938677-d7f2-4e90-a942-4d0152054e4f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2637 | 2024.06.25 07:13:22.375460 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2638 | 2024.06.25 07:13:22.375511 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2639 | 2024.06.25 07:13:22.375530 [ 3 ] {} <Debug> HTTP-Session: ae6c5954-05cc-4e07-96cd-f7561bbb367b Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
2640 | 2024.06.25 07:13:22.375547 [ 3 ] {} <Debug> HTTP-Session: ae6c5954-05cc-4e07-96cd-f7561bbb367b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2641 | 2024.06.25 07:13:22.375561 [ 3 ] {} <Debug> HTTP-Session: ae6c5954-05cc-4e07-96cd-f7561bbb367b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2642 | 2024.06.25 07:13:22.375594 [ 3 ] {} <Trace> HTTP-Session: ae6c5954-05cc-4e07-96cd-f7561bbb367b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2643 | 2024.06.25 07:13:22.375739 [ 3 ] {47e96c94-50c5-42b0-83fb-ef0836eb1f99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) 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', 'oximeter_collector:collections', 'physical_data_link:errors_received') FORMAT JSONEachRow; (stage: Complete) | ||
2644 | 2024.06.25 07:13:22.376004 [ 3 ] {47e96c94-50c5-42b0-83fb-ef0836eb1f99} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2645 | 2024.06.25 07:13:22.376045 [ 3 ] {47e96c94-50c5-42b0-83fb-ef0836eb1f99} <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', 'oximeter_collector:collections', 'physical_data_link:errors_received')" moved to PREWHERE | ||
2646 | 2024.06.25 07:13:22.376302 [ 3 ] {47e96c94-50c5-42b0-83fb-ef0836eb1f99} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2647 | 2024.06.25 07:13:22.376367 [ 3 ] {47e96c94-50c5-42b0-83fb-ef0836eb1f99} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2648 | 2024.06.25 07:13:22.376504 [ 3 ] {47e96c94-50c5-42b0-83fb-ef0836eb1f99} <Debug> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
2649 | 2024.06.25 07:13:22.376585 [ 259 ] {47e96c94-50c5-42b0-83fb-ef0836eb1f99} <Trace> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2650 | 2024.06.25 07:13:22.376644 [ 257 ] {47e96c94-50c5-42b0-83fb-ef0836eb1f99} <Trace> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2651 | 2024.06.25 07:13:22.376651 [ 258 ] {47e96c94-50c5-42b0-83fb-ef0836eb1f99} <Trace> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2652 | 2024.06.25 07:13:22.376810 [ 3 ] {47e96c94-50c5-42b0-83fb-ef0836eb1f99} <Debug> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
2653 | 2024.06.25 07:13:22.376839 [ 3 ] {47e96c94-50c5-42b0-83fb-ef0836eb1f99} <Trace> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2654 | 2024.06.25 07:13:22.376918 [ 3 ] {47e96c94-50c5-42b0-83fb-ef0836eb1f99} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2655 | 2024.06.25 07:13:22.376941 [ 3 ] {47e96c94-50c5-42b0-83fb-ef0836eb1f99} <Debug> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
2656 | 2024.06.25 07:13:22.376980 [ 3 ] {47e96c94-50c5-42b0-83fb-ef0836eb1f99} <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', 'oximeter_collector:collections', 'physical_data_link:errors_received'))" | ||
2657 | 2024.06.25 07:13:22.377018 [ 3 ] {47e96c94-50c5-42b0-83fb-ef0836eb1f99} <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', 'oximeter_collector:collections', 'physical_data_link:errors_received'))" | ||
2658 | 2024.06.25 07:13:22.378247 [ 3 ] {47e96c94-50c5-42b0-83fb-ef0836eb1f99} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002574 sec., 6993.006993006993 rows/sec., 293.65 KiB/sec. | ||
2659 | 2024.06.25 07:13:22.378524 [ 3 ] {47e96c94-50c5-42b0-83fb-ef0836eb1f99} <Debug> DynamicQueryHandler: Done processing query | ||
2660 | 2024.06.25 07:13:22.378549 [ 3 ] {47e96c94-50c5-42b0-83fb-ef0836eb1f99} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
2661 | 2024.06.25 07:13:22.378565 [ 3 ] {} <Debug> HTTP-Session: ae6c5954-05cc-4e07-96cd-f7561bbb367b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2662 | 2024.06.25 07:13:22.378926 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 880, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2663 | 2024.06.25 07:13:22.378975 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2664 | 2024.06.25 07:13:22.378993 [ 3 ] {} <Debug> HTTP-Session: e20e5751-d0ff-4011-8517-cabbaabb6345 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
2665 | 2024.06.25 07:13:22.379009 [ 3 ] {} <Debug> HTTP-Session: e20e5751-d0ff-4011-8517-cabbaabb6345 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2666 | 2024.06.25 07:13:22.379023 [ 3 ] {} <Debug> HTTP-Session: e20e5751-d0ff-4011-8517-cabbaabb6345 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2667 | 2024.06.25 07:13:22.379054 [ 3 ] {} <Trace> HTTP-Session: e20e5751-d0ff-4011-8517-cabbaabb6345 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2668 | 2024.06.25 07:13:22.379192 [ 3 ] {c813aa70-87e4-4add-9098-1e125bb1bb2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) 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', 'oximeter_collector:collections', 'physical_data_link:errors_received', 'physical_data_link:errors_sent') FORMAT JSONEachRow; (stage: Complete) | ||
2669 | 2024.06.25 07:13:22.379456 [ 3 ] {c813aa70-87e4-4add-9098-1e125bb1bb2d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2670 | 2024.06.25 07:13:22.379497 [ 3 ] {c813aa70-87e4-4add-9098-1e125bb1bb2d} <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', 'oximeter_collector:collections', 'physical_data_link:errors_received', 'physical_data_link:errors_sent')" moved to PREWHERE | ||
2671 | 2024.06.25 07:13:22.379756 [ 3 ] {c813aa70-87e4-4add-9098-1e125bb1bb2d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2672 | 2024.06.25 07:13:22.379822 [ 3 ] {c813aa70-87e4-4add-9098-1e125bb1bb2d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2673 | 2024.06.25 07:13:22.379958 [ 3 ] {c813aa70-87e4-4add-9098-1e125bb1bb2d} <Debug> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
2674 | 2024.06.25 07:13:22.380099 [ 259 ] {c813aa70-87e4-4add-9098-1e125bb1bb2d} <Trace> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2675 | 2024.06.25 07:13:22.380117 [ 256 ] {c813aa70-87e4-4add-9098-1e125bb1bb2d} <Trace> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2676 | 2024.06.25 07:13:22.380130 [ 250 ] {c813aa70-87e4-4add-9098-1e125bb1bb2d} <Trace> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2677 | 2024.06.25 07:13:22.380257 [ 3 ] {c813aa70-87e4-4add-9098-1e125bb1bb2d} <Debug> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
2678 | 2024.06.25 07:13:22.380285 [ 3 ] {c813aa70-87e4-4add-9098-1e125bb1bb2d} <Trace> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2679 | 2024.06.25 07:13:22.380362 [ 3 ] {c813aa70-87e4-4add-9098-1e125bb1bb2d} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2680 | 2024.06.25 07:13:22.380381 [ 3 ] {c813aa70-87e4-4add-9098-1e125bb1bb2d} <Debug> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
2681 | 2024.06.25 07:13:22.380419 [ 3 ] {c813aa70-87e4-4add-9098-1e125bb1bb2d} <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', 'oximeter_collector:collections', 'physical_data_link:errors_received', 'physical_data_link:errors_sent'))" | ||
2682 | 2024.06.25 07:13:22.380456 [ 3 ] {c813aa70-87e4-4add-9098-1e125bb1bb2d} <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', 'oximeter_collector:collections', 'physical_data_link:errors_received', 'physical_data_link:errors_sent'))" | ||
2683 | 2024.06.25 07:13:22.381677 [ 3 ] {c813aa70-87e4-4add-9098-1e125bb1bb2d} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002549 sec., 7061.592781482935 rows/sec., 296.53 KiB/sec. | ||
2684 | 2024.06.25 07:13:22.381956 [ 3 ] {c813aa70-87e4-4add-9098-1e125bb1bb2d} <Debug> DynamicQueryHandler: Done processing query | ||
2685 | 2024.06.25 07:13:22.381981 [ 3 ] {c813aa70-87e4-4add-9098-1e125bb1bb2d} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
2686 | 2024.06.25 07:13:22.381997 [ 3 ] {} <Debug> HTTP-Session: e20e5751-d0ff-4011-8517-cabbaabb6345 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2687 | 2024.06.25 07:13:22.382199 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 917, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2688 | 2024.06.25 07:13:22.382245 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2689 | 2024.06.25 07:13:22.382264 [ 3 ] {} <Debug> HTTP-Session: f4888a44-748d-4fb1-ba18-1d7340dc50f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
2690 | 2024.06.25 07:13:22.382280 [ 3 ] {} <Debug> HTTP-Session: f4888a44-748d-4fb1-ba18-1d7340dc50f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2691 | 2024.06.25 07:13:22.382294 [ 3 ] {} <Debug> HTTP-Session: f4888a44-748d-4fb1-ba18-1d7340dc50f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2692 | 2024.06.25 07:13:22.382325 [ 3 ] {} <Trace> HTTP-Session: f4888a44-748d-4fb1-ba18-1d7340dc50f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2693 | 2024.06.25 07:13:22.382464 [ 3 ] {50dc26ab-ff56-4306-98a2-c2441f21caff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) 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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent') FORMAT JSONEachRow; (stage: Complete) | ||
2694 | 2024.06.25 07:13:22.382724 [ 3 ] {50dc26ab-ff56-4306-98a2-c2441f21caff} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2695 | 2024.06.25 07:13:22.382766 [ 3 ] {50dc26ab-ff56-4306-98a2-c2441f21caff} <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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent')" moved to PREWHERE | ||
2696 | 2024.06.25 07:13:22.383010 [ 3 ] {50dc26ab-ff56-4306-98a2-c2441f21caff} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2697 | 2024.06.25 07:13:22.383069 [ 3 ] {50dc26ab-ff56-4306-98a2-c2441f21caff} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2698 | 2024.06.25 07:13:22.383195 [ 3 ] {50dc26ab-ff56-4306-98a2-c2441f21caff} <Debug> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
2699 | 2024.06.25 07:13:22.383255 [ 253 ] {50dc26ab-ff56-4306-98a2-c2441f21caff} <Trace> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2700 | 2024.06.25 07:13:22.383305 [ 256 ] {50dc26ab-ff56-4306-98a2-c2441f21caff} <Trace> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2701 | 2024.06.25 07:13:22.383326 [ 250 ] {50dc26ab-ff56-4306-98a2-c2441f21caff} <Trace> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2702 | 2024.06.25 07:13:22.383419 [ 3 ] {50dc26ab-ff56-4306-98a2-c2441f21caff} <Debug> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
2703 | 2024.06.25 07:13:22.383467 [ 3 ] {50dc26ab-ff56-4306-98a2-c2441f21caff} <Trace> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2704 | 2024.06.25 07:13:22.383540 [ 3 ] {50dc26ab-ff56-4306-98a2-c2441f21caff} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2705 | 2024.06.25 07:13:22.383559 [ 3 ] {50dc26ab-ff56-4306-98a2-c2441f21caff} <Debug> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
2706 | 2024.06.25 07:13:22.383594 [ 3 ] {50dc26ab-ff56-4306-98a2-c2441f21caff} <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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent'))" | ||
2707 | 2024.06.25 07:13:22.383630 [ 3 ] {50dc26ab-ff56-4306-98a2-c2441f21caff} <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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent'))" | ||
2708 | 2024.06.25 07:13:22.384910 [ 3 ] {50dc26ab-ff56-4306-98a2-c2441f21caff} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002511 sec., 7168.458781362006 rows/sec., 301.02 KiB/sec. | ||
2709 | 2024.06.25 07:13:22.385189 [ 3 ] {50dc26ab-ff56-4306-98a2-c2441f21caff} <Debug> DynamicQueryHandler: Done processing query | ||
2710 | 2024.06.25 07:13:22.385214 [ 3 ] {50dc26ab-ff56-4306-98a2-c2441f21caff} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
2711 | 2024.06.25 07:13:22.385230 [ 3 ] {} <Debug> HTTP-Session: f4888a44-748d-4fb1-ba18-1d7340dc50f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2712 | 2024.06.25 07:13:22.385560 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 956, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2713 | 2024.06.25 07:13:22.385608 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2714 | 2024.06.25 07:13:22.385627 [ 3 ] {} <Debug> HTTP-Session: 35798687-0fcb-4877-8e87-351e4d9299e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
2715 | 2024.06.25 07:13:22.385643 [ 3 ] {} <Debug> HTTP-Session: 35798687-0fcb-4877-8e87-351e4d9299e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2716 | 2024.06.25 07:13:22.385657 [ 3 ] {} <Debug> HTTP-Session: 35798687-0fcb-4877-8e87-351e4d9299e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2717 | 2024.06.25 07:13:22.385688 [ 3 ] {} <Trace> HTTP-Session: 35798687-0fcb-4877-8e87-351e4d9299e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2718 | 2024.06.25 07:13:22.385828 [ 3 ] {8940ec5b-29ac-4c34-a451-59c0eed75abd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) 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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received') FORMAT JSONEachRow; (stage: Complete) | ||
2719 | 2024.06.25 07:13:22.386096 [ 3 ] {8940ec5b-29ac-4c34-a451-59c0eed75abd} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2720 | 2024.06.25 07:13:22.386144 [ 3 ] {8940ec5b-29ac-4c34-a451-59c0eed75abd} <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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received')" moved to PREWHERE | ||
2721 | 2024.06.25 07:13:22.386409 [ 3 ] {8940ec5b-29ac-4c34-a451-59c0eed75abd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2722 | 2024.06.25 07:13:22.386473 [ 3 ] {8940ec5b-29ac-4c34-a451-59c0eed75abd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2723 | 2024.06.25 07:13:22.386609 [ 3 ] {8940ec5b-29ac-4c34-a451-59c0eed75abd} <Debug> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
2724 | 2024.06.25 07:13:22.386667 [ 259 ] {8940ec5b-29ac-4c34-a451-59c0eed75abd} <Trace> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2725 | 2024.06.25 07:13:22.386741 [ 256 ] {8940ec5b-29ac-4c34-a451-59c0eed75abd} <Trace> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2726 | 2024.06.25 07:13:22.386752 [ 250 ] {8940ec5b-29ac-4c34-a451-59c0eed75abd} <Trace> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2727 | 2024.06.25 07:13:22.386860 [ 3 ] {8940ec5b-29ac-4c34-a451-59c0eed75abd} <Debug> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
2728 | 2024.06.25 07:13:22.386887 [ 3 ] {8940ec5b-29ac-4c34-a451-59c0eed75abd} <Trace> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2729 | 2024.06.25 07:13:22.386965 [ 3 ] {8940ec5b-29ac-4c34-a451-59c0eed75abd} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2730 | 2024.06.25 07:13:22.386984 [ 3 ] {8940ec5b-29ac-4c34-a451-59c0eed75abd} <Debug> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
2731 | 2024.06.25 07:13:22.387022 [ 3 ] {8940ec5b-29ac-4c34-a451-59c0eed75abd} <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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received'))" | ||
2732 | 2024.06.25 07:13:22.387060 [ 3 ] {8940ec5b-29ac-4c34-a451-59c0eed75abd} <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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received'))" | ||
2733 | 2024.06.25 07:13:22.388332 [ 3 ] {8940ec5b-29ac-4c34-a451-59c0eed75abd} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.00257 sec., 7003.891050583658 rows/sec., 294.11 KiB/sec. | ||
2734 | 2024.06.25 07:13:22.388615 [ 3 ] {8940ec5b-29ac-4c34-a451-59c0eed75abd} <Debug> DynamicQueryHandler: Done processing query | ||
2735 | 2024.06.25 07:13:22.388639 [ 3 ] {8940ec5b-29ac-4c34-a451-59c0eed75abd} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
2736 | 2024.06.25 07:13:22.388655 [ 3 ] {} <Debug> HTTP-Session: 35798687-0fcb-4877-8e87-351e4d9299e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2737 | 2024.06.25 07:13:22.388860 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2738 | 2024.06.25 07:13:22.388908 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2739 | 2024.06.25 07:13:22.388927 [ 3 ] {} <Debug> HTTP-Session: 9eaedc20-96ed-41af-af30-44acd0078291 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
2740 | 2024.06.25 07:13:22.388943 [ 3 ] {} <Debug> HTTP-Session: 9eaedc20-96ed-41af-af30-44acd0078291 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2741 | 2024.06.25 07:13:22.388956 [ 3 ] {} <Debug> HTTP-Session: 9eaedc20-96ed-41af-af30-44acd0078291 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2742 | 2024.06.25 07:13:22.388987 [ 3 ] {} <Trace> HTTP-Session: 9eaedc20-96ed-41af-af30-44acd0078291 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2743 | 2024.06.25 07:13:22.389125 [ 3 ] {502a3417-3114-4a0f-a27e-17995362b809} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) 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', 'oximeter_collector:collections', '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') FORMAT JSONEachRow; (stage: Complete) | ||
2744 | 2024.06.25 07:13:22.389394 [ 3 ] {502a3417-3114-4a0f-a27e-17995362b809} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2745 | 2024.06.25 07:13:22.389435 [ 3 ] {502a3417-3114-4a0f-a27e-17995362b809} <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', 'oximeter_collector:collections', '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')" moved to PREWHERE | ||
2746 | 2024.06.25 07:13:22.389703 [ 3 ] {502a3417-3114-4a0f-a27e-17995362b809} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2747 | 2024.06.25 07:13:22.389767 [ 3 ] {502a3417-3114-4a0f-a27e-17995362b809} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2748 | 2024.06.25 07:13:22.389901 [ 3 ] {502a3417-3114-4a0f-a27e-17995362b809} <Debug> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
2749 | 2024.06.25 07:13:22.389967 [ 253 ] {502a3417-3114-4a0f-a27e-17995362b809} <Trace> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2750 | 2024.06.25 07:13:22.389988 [ 256 ] {502a3417-3114-4a0f-a27e-17995362b809} <Trace> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2751 | 2024.06.25 07:13:22.390055 [ 250 ] {502a3417-3114-4a0f-a27e-17995362b809} <Trace> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2752 | 2024.06.25 07:13:22.390185 [ 3 ] {502a3417-3114-4a0f-a27e-17995362b809} <Debug> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
2753 | 2024.06.25 07:13:22.390214 [ 3 ] {502a3417-3114-4a0f-a27e-17995362b809} <Trace> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2754 | 2024.06.25 07:13:22.390294 [ 3 ] {502a3417-3114-4a0f-a27e-17995362b809} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2755 | 2024.06.25 07:13:22.390313 [ 3 ] {502a3417-3114-4a0f-a27e-17995362b809} <Debug> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
2756 | 2024.06.25 07:13:22.390349 [ 3 ] {502a3417-3114-4a0f-a27e-17995362b809} <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', 'oximeter_collector:collections', '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'))" | ||
2757 | 2024.06.25 07:13:22.390388 [ 3 ] {502a3417-3114-4a0f-a27e-17995362b809} <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', 'oximeter_collector:collections', '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'))" | ||
2758 | 2024.06.25 07:13:22.391398 [ 3 ] {502a3417-3114-4a0f-a27e-17995362b809} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.00234 sec., 7692.307692307692 rows/sec., 323.02 KiB/sec. | ||
2759 | 2024.06.25 07:13:22.391658 [ 3 ] {502a3417-3114-4a0f-a27e-17995362b809} <Debug> DynamicQueryHandler: Done processing query | ||
2760 | 2024.06.25 07:13:22.391682 [ 3 ] {502a3417-3114-4a0f-a27e-17995362b809} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
2761 | 2024.06.25 07:13:22.391699 [ 3 ] {} <Debug> HTTP-Session: 9eaedc20-96ed-41af-af30-44acd0078291 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2762 | 2024.06.25 07:13:22.418185 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 1942, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2763 | 2024.06.25 07:13:22.418244 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2764 | 2024.06.25 07:13:22.418264 [ 3 ] {} <Debug> HTTP-Session: 7ea3f9c2-929b-4292-923f-ca0c3fa57101 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
2765 | 2024.06.25 07:13:22.418282 [ 3 ] {} <Debug> HTTP-Session: 7ea3f9c2-929b-4292-923f-ca0c3fa57101 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2766 | 2024.06.25 07:13:22.418295 [ 3 ] {} <Debug> HTTP-Session: 7ea3f9c2-929b-4292-923f-ca0c3fa57101 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2767 | 2024.06.25 07:13:22.418329 [ 3 ] {} <Trace> HTTP-Session: 7ea3f9c2-929b-4292-923f-ca0c3fa57101 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2768 | 2024.06.25 07:13:22.418448 [ 3 ] {fa4f8d3d-b3fe-4a26-8384-868c3876b0b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
2769 | 2024.06.25 07:13:22.418496 [ 3 ] {fa4f8d3d-b3fe-4a26-8384-868c3876b0b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2770 | 2024.06.25 07:13:22.418670 [ 3 ] {fa4f8d3d-b3fe-4a26-8384-868c3876b0b4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2771 | 2024.06.25 07:13:22.418997 [ 3 ] {fa4f8d3d-b3fe-4a26-8384-868c3876b0b4} <Trace> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2772 | 2024.06.25 07:13:22.419036 [ 3 ] {fa4f8d3d-b3fe-4a26-8384-868c3876b0b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
2773 | 2024.06.25 07:13:22.419514 [ 3 ] {fa4f8d3d-b3fe-4a26-8384-868c3876b0b4} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2774 | 2024.06.25 07:13:22.419825 [ 3 ] {fa4f8d3d-b3fe-4a26-8384-868c3876b0b4} <Trace> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2775 | 2024.06.25 07:13:22.419990 [ 3 ] {fa4f8d3d-b3fe-4a26-8384-868c3876b0b4} <Debug> executeQuery: Read 6 rows, 996.00 B in 0.001571 sec., 3819.2234245703376 rows/sec., 619.13 KiB/sec. | ||
2776 | 2024.06.25 07:13:22.420297 [ 3 ] {fa4f8d3d-b3fe-4a26-8384-868c3876b0b4} <Debug> DynamicQueryHandler: Done processing query | ||
2777 | 2024.06.25 07:13:22.420323 [ 3 ] {fa4f8d3d-b3fe-4a26-8384-868c3876b0b4} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
2778 | 2024.06.25 07:13:22.420339 [ 3 ] {} <Debug> HTTP-Session: 7ea3f9c2-929b-4292-923f-ca0c3fa57101 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2779 | 2024.06.25 07:13:22.420499 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 12239, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2780 | 2024.06.25 07:13:22.420546 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2781 | 2024.06.25 07:13:22.420565 [ 3 ] {} <Debug> HTTP-Session: 1414bc30-806f-44dd-adbe-8838a09a8432 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
2782 | 2024.06.25 07:13:22.420581 [ 3 ] {} <Debug> HTTP-Session: 1414bc30-806f-44dd-adbe-8838a09a8432 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2783 | 2024.06.25 07:13:22.420595 [ 3 ] {} <Debug> HTTP-Session: 1414bc30-806f-44dd-adbe-8838a09a8432 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2784 | 2024.06.25 07:13:22.420625 [ 3 ] {} <Trace> HTTP-Session: 1414bc30-806f-44dd-adbe-8838a09a8432 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2785 | 2024.06.25 07:13:22.420748 [ 3 ] {1eedc0ea-2779-4a52-a95e-facc25d868fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2786 | 2024.06.25 07:13:22.420792 [ 3 ] {1eedc0ea-2779-4a52-a95e-facc25d868fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2787 | 2024.06.25 07:13:22.420939 [ 3 ] {1eedc0ea-2779-4a52-a95e-facc25d868fe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2788 | 2024.06.25 07:13:22.421253 [ 3 ] {1eedc0ea-2779-4a52-a95e-facc25d868fe} <Trace> oximeter.fields_string (92be2c77-e348-4680-ab71-16c97f347e42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2789 | 2024.06.25 07:13:22.421291 [ 3 ] {1eedc0ea-2779-4a52-a95e-facc25d868fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
2790 | 2024.06.25 07:13:22.421602 [ 3 ] {1eedc0ea-2779-4a52-a95e-facc25d868fe} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2791 | 2024.06.25 07:13:22.421914 [ 3 ] {1eedc0ea-2779-4a52-a95e-facc25d868fe} <Trace> oximeter.fields_string (92be2c77-e348-4680-ab71-16c97f347e42): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2792 | 2024.06.25 07:13:22.422077 [ 3 ] {1eedc0ea-2779-4a52-a95e-facc25d868fe} <Debug> executeQuery: Read 88 rows, 6.88 KiB in 0.001366 sec., 64421.6691068814 rows/sec., 4.92 MiB/sec. | ||
2793 | 2024.06.25 07:13:22.422228 [ 3 ] {1eedc0ea-2779-4a52-a95e-facc25d868fe} <Debug> DynamicQueryHandler: Done processing query | ||
2794 | 2024.06.25 07:13:22.422252 [ 3 ] {1eedc0ea-2779-4a52-a95e-facc25d868fe} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
2795 | 2024.06.25 07:13:22.422268 [ 3 ] {} <Debug> HTTP-Session: 1414bc30-806f-44dd-adbe-8838a09a8432 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2796 | 2024.06.25 07:13:22.422399 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 13568, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2797 | 2024.06.25 07:13:22.422446 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2798 | 2024.06.25 07:13:22.422465 [ 3 ] {} <Debug> HTTP-Session: 1662035e-5925-4a48-baf7-cd8600f34249 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
2799 | 2024.06.25 07:13:22.422481 [ 3 ] {} <Debug> HTTP-Session: 1662035e-5925-4a48-baf7-cd8600f34249 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2800 | 2024.06.25 07:13:22.422495 [ 3 ] {} <Debug> HTTP-Session: 1662035e-5925-4a48-baf7-cd8600f34249 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2801 | 2024.06.25 07:13:22.422525 [ 3 ] {} <Trace> HTTP-Session: 1662035e-5925-4a48-baf7-cd8600f34249 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2802 | 2024.06.25 07:13:22.422641 [ 3 ] {59ab4690-4e5b-4da3-9ea4-43b087a24f7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2803 | 2024.06.25 07:13:22.422683 [ 3 ] {59ab4690-4e5b-4da3-9ea4-43b087a24f7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2804 | 2024.06.25 07:13:22.422809 [ 3 ] {59ab4690-4e5b-4da3-9ea4-43b087a24f7f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2805 | 2024.06.25 07:13:22.423096 [ 3 ] {59ab4690-4e5b-4da3-9ea4-43b087a24f7f} <Trace> oximeter.fields_uuid (a6135af6-13ec-413a-9f2a-05b69fc69276): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2806 | 2024.06.25 07:13:22.423132 [ 3 ] {59ab4690-4e5b-4da3-9ea4-43b087a24f7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
2807 | 2024.06.25 07:13:22.423434 [ 3 ] {59ab4690-4e5b-4da3-9ea4-43b087a24f7f} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2808 | 2024.06.25 07:13:22.423724 [ 3 ] {59ab4690-4e5b-4da3-9ea4-43b087a24f7f} <Trace> oximeter.fields_uuid (a6135af6-13ec-413a-9f2a-05b69fc69276): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2809 | 2024.06.25 07:13:22.423893 [ 3 ] {59ab4690-4e5b-4da3-9ea4-43b087a24f7f} <Debug> executeQuery: Read 80 rows, 6.37 KiB in 0.001287 sec., 62160.06216006216 rows/sec., 4.83 MiB/sec. | ||
2810 | 2024.06.25 07:13:22.424141 [ 3 ] {59ab4690-4e5b-4da3-9ea4-43b087a24f7f} <Debug> DynamicQueryHandler: Done processing query | ||
2811 | 2024.06.25 07:13:22.424175 [ 3 ] {59ab4690-4e5b-4da3-9ea4-43b087a24f7f} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
2812 | 2024.06.25 07:13:22.424192 [ 3 ] {} <Debug> HTTP-Session: 1662035e-5925-4a48-baf7-cd8600f34249 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2813 | 2024.06.25 07:13:22.424767 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 137256, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2814 | 2024.06.25 07:13:22.424837 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2815 | 2024.06.25 07:13:22.424860 [ 3 ] {} <Debug> HTTP-Session: 526823c3-0e6b-49e2-90d4-f0eafc183777 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
2816 | 2024.06.25 07:13:22.424877 [ 3 ] {} <Debug> HTTP-Session: 526823c3-0e6b-49e2-90d4-f0eafc183777 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2817 | 2024.06.25 07:13:22.424892 [ 3 ] {} <Debug> HTTP-Session: 526823c3-0e6b-49e2-90d4-f0eafc183777 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2818 | 2024.06.25 07:13:22.424923 [ 3 ] {} <Trace> HTTP-Session: 526823c3-0e6b-49e2-90d4-f0eafc183777 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2819 | 2024.06.25 07:13:22.425613 [ 3 ] {1706c418-815c-4567-ab45-1e538e7c4ca7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2820 | 2024.06.25 07:13:22.425664 [ 3 ] {1706c418-815c-4567-ab45-1e538e7c4ca7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2821 | 2024.06.25 07:13:22.425826 [ 3 ] {1706c418-815c-4567-ab45-1e538e7c4ca7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2822 | 2024.06.25 07:13:22.426518 [ 3 ] {1706c418-815c-4567-ab45-1e538e7c4ca7} <Trace> oximeter.measurements_cumulativeu64 (e2447d38-7ae3-46bc-83c9-f9b139496c24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2823 | 2024.06.25 07:13:22.426555 [ 3 ] {1706c418-815c-4567-ab45-1e538e7c4ca7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
2824 | 2024.06.25 07:13:22.426965 [ 3 ] {1706c418-815c-4567-ab45-1e538e7c4ca7} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2825 | 2024.06.25 07:13:22.427297 [ 3 ] {1706c418-815c-4567-ab45-1e538e7c4ca7} <Trace> oximeter.measurements_cumulativeu64 (e2447d38-7ae3-46bc-83c9-f9b139496c24): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2826 | 2024.06.25 07:13:22.427454 [ 3 ] {1706c418-815c-4567-ab45-1e538e7c4ca7} <Debug> executeQuery: Read 714 rows, 51.41 KiB in 0.002404 sec., 297004.99168053246 rows/sec., 20.88 MiB/sec. | ||
2827 | 2024.06.25 07:13:22.427751 [ 3 ] {1706c418-815c-4567-ab45-1e538e7c4ca7} <Debug> DynamicQueryHandler: Done processing query | ||
2828 | 2024.06.25 07:13:22.427776 [ 3 ] {1706c418-815c-4567-ab45-1e538e7c4ca7} <Debug> MemoryTracker: Peak memory usage (for query): 4.64 MiB. | ||
2829 | 2024.06.25 07:13:22.427792 [ 3 ] {} <Debug> HTTP-Session: 526823c3-0e6b-49e2-90d4-f0eafc183777 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2830 | 2024.06.25 07:13:22.427954 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 7682, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2831 | 2024.06.25 07:13:22.428023 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2832 | 2024.06.25 07:13:22.428108 [ 3 ] {} <Debug> HTTP-Session: df867f5a-d1d9-42fd-9db2-15f06fbe876f Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
2833 | 2024.06.25 07:13:22.428153 [ 3 ] {} <Debug> HTTP-Session: df867f5a-d1d9-42fd-9db2-15f06fbe876f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2834 | 2024.06.25 07:13:22.428181 [ 3 ] {} <Debug> HTTP-Session: df867f5a-d1d9-42fd-9db2-15f06fbe876f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2835 | 2024.06.25 07:13:22.428237 [ 3 ] {} <Trace> HTTP-Session: df867f5a-d1d9-42fd-9db2-15f06fbe876f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2836 | 2024.06.25 07:13:22.428479 [ 3 ] {b99a4c11-6da5-461e-a632-88679bb2067c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2837 | 2024.06.25 07:13:22.428554 [ 3 ] {b99a4c11-6da5-461e-a632-88679bb2067c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2838 | 2024.06.25 07:13:22.428776 [ 3 ] {b99a4c11-6da5-461e-a632-88679bb2067c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2839 | 2024.06.25 07:13:22.429058 [ 3 ] {b99a4c11-6da5-461e-a632-88679bb2067c} <Trace> oximeter.measurements_u64 (4dca2f8a-9dea-4d2f-8335-c4506eb14d05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2840 | 2024.06.25 07:13:22.429100 [ 3 ] {b99a4c11-6da5-461e-a632-88679bb2067c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
2841 | 2024.06.25 07:13:22.429478 [ 3 ] {b99a4c11-6da5-461e-a632-88679bb2067c} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2842 | 2024.06.25 07:13:22.429803 [ 3 ] {b99a4c11-6da5-461e-a632-88679bb2067c} <Trace> oximeter.measurements_u64 (4dca2f8a-9dea-4d2f-8335-c4506eb14d05): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2843 | 2024.06.25 07:13:22.429965 [ 3 ] {b99a4c11-6da5-461e-a632-88679bb2067c} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001545 sec., 32362.45954692557 rows/sec., 2.22 MiB/sec. | ||
2844 | 2024.06.25 07:13:22.430138 [ 3 ] {b99a4c11-6da5-461e-a632-88679bb2067c} <Debug> DynamicQueryHandler: Done processing query | ||
2845 | 2024.06.25 07:13:22.430164 [ 3 ] {b99a4c11-6da5-461e-a632-88679bb2067c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2846 | 2024.06.25 07:13:22.430180 [ 3 ] {} <Debug> HTTP-Session: df867f5a-d1d9-42fd-9db2-15f06fbe876f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2847 | 2024.06.25 07:13:27.365624 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 1024, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2848 | 2024.06.25 07:13:27.365752 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2849 | 2024.06.25 07:13:27.365777 [ 3 ] {} <Debug> HTTP-Session: 0dcaf3a2-acb2-46d1-80b4-b3578991ca83 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
2850 | 2024.06.25 07:13:27.365801 [ 3 ] {} <Debug> HTTP-Session: 0dcaf3a2-acb2-46d1-80b4-b3578991ca83 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2851 | 2024.06.25 07:13:27.365815 [ 3 ] {} <Debug> HTTP-Session: 0dcaf3a2-acb2-46d1-80b4-b3578991ca83 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2852 | 2024.06.25 07:13:27.365863 [ 3 ] {} <Trace> HTTP-Session: 0dcaf3a2-acb2-46d1-80b4-b3578991ca83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2853 | 2024.06.25 07:13:27.366103 [ 3 ] {ec6a4310-3dbc-4f78-8696-b3d681a2a974} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) 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', 'oximeter_collector:collections', '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') FORMAT JSONEachRow; (stage: Complete) | ||
2854 | 2024.06.25 07:13:27.366484 [ 3 ] {ec6a4310-3dbc-4f78-8696-b3d681a2a974} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2855 | 2024.06.25 07:13:27.366529 [ 3 ] {ec6a4310-3dbc-4f78-8696-b3d681a2a974} <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', 'oximeter_collector:collections', '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')" moved to PREWHERE | ||
2856 | 2024.06.25 07:13:27.366853 [ 3 ] {ec6a4310-3dbc-4f78-8696-b3d681a2a974} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2857 | 2024.06.25 07:13:27.366937 [ 3 ] {ec6a4310-3dbc-4f78-8696-b3d681a2a974} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2858 | 2024.06.25 07:13:27.367108 [ 3 ] {ec6a4310-3dbc-4f78-8696-b3d681a2a974} <Debug> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
2859 | 2024.06.25 07:13:27.367198 [ 256 ] {ec6a4310-3dbc-4f78-8696-b3d681a2a974} <Trace> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2860 | 2024.06.25 07:13:27.367311 [ 253 ] {ec6a4310-3dbc-4f78-8696-b3d681a2a974} <Trace> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2861 | 2024.06.25 07:13:27.367331 [ 250 ] {ec6a4310-3dbc-4f78-8696-b3d681a2a974} <Trace> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2862 | 2024.06.25 07:13:27.367356 [ 257 ] {ec6a4310-3dbc-4f78-8696-b3d681a2a974} <Trace> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2863 | 2024.06.25 07:13:27.367515 [ 3 ] {ec6a4310-3dbc-4f78-8696-b3d681a2a974} <Debug> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
2864 | 2024.06.25 07:13:27.367547 [ 3 ] {ec6a4310-3dbc-4f78-8696-b3d681a2a974} <Trace> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2865 | 2024.06.25 07:13:27.367660 [ 3 ] {ec6a4310-3dbc-4f78-8696-b3d681a2a974} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2866 | 2024.06.25 07:13:27.367685 [ 3 ] {ec6a4310-3dbc-4f78-8696-b3d681a2a974} <Debug> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Reading approx. 24 rows with 3 streams | ||
2867 | 2024.06.25 07:13:27.367726 [ 3 ] {ec6a4310-3dbc-4f78-8696-b3d681a2a974} <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', 'oximeter_collector:collections', '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'))" | ||
2868 | 2024.06.25 07:13:27.367772 [ 3 ] {ec6a4310-3dbc-4f78-8696-b3d681a2a974} <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', 'oximeter_collector:collections', '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'))" | ||
2869 | 2024.06.25 07:13:27.367812 [ 3 ] {ec6a4310-3dbc-4f78-8696-b3d681a2a974} <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', 'oximeter_collector:collections', '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'))" | ||
2870 | 2024.06.25 07:13:27.369568 [ 3 ] {ec6a4310-3dbc-4f78-8696-b3d681a2a974} <Debug> executeQuery: Read 24 rows, 1020.00 B in 0.003573 sec., 6717.044500419815 rows/sec., 278.78 KiB/sec. | ||
2871 | 2024.06.25 07:13:27.369935 [ 3 ] {ec6a4310-3dbc-4f78-8696-b3d681a2a974} <Debug> DynamicQueryHandler: Done processing query | ||
2872 | 2024.06.25 07:13:27.369962 [ 3 ] {ec6a4310-3dbc-4f78-8696-b3d681a2a974} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2873 | 2024.06.25 07:13:27.369979 [ 3 ] {} <Debug> HTTP-Session: 0dcaf3a2-acb2-46d1-80b4-b3578991ca83 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2874 | 2024.06.25 07:13:27.370187 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 1063, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2875 | 2024.06.25 07:13:27.370242 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2876 | 2024.06.25 07:13:27.370262 [ 3 ] {} <Debug> HTTP-Session: ad745eda-1909-4818-98d8-5a1eec5ca16b Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
2877 | 2024.06.25 07:13:27.370280 [ 3 ] {} <Debug> HTTP-Session: ad745eda-1909-4818-98d8-5a1eec5ca16b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2878 | 2024.06.25 07:13:27.370293 [ 3 ] {} <Debug> HTTP-Session: ad745eda-1909-4818-98d8-5a1eec5ca16b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2879 | 2024.06.25 07:13:27.370329 [ 3 ] {} <Trace> HTTP-Session: ad745eda-1909-4818-98d8-5a1eec5ca16b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2880 | 2024.06.25 07:13:27.370488 [ 3 ] {8c05c216-679c-408a-bd64-c586b65677ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) 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', 'oximeter_collector:collections', '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_routes') FORMAT JSONEachRow; (stage: Complete) | ||
2881 | 2024.06.25 07:13:27.370770 [ 3 ] {8c05c216-679c-408a-bd64-c586b65677ee} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2882 | 2024.06.25 07:13:27.370813 [ 3 ] {8c05c216-679c-408a-bd64-c586b65677ee} <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', 'oximeter_collector:collections', '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_routes')" moved to PREWHERE | ||
2883 | 2024.06.25 07:13:27.371092 [ 3 ] {8c05c216-679c-408a-bd64-c586b65677ee} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2884 | 2024.06.25 07:13:27.371157 [ 3 ] {8c05c216-679c-408a-bd64-c586b65677ee} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2885 | 2024.06.25 07:13:27.371298 [ 3 ] {8c05c216-679c-408a-bd64-c586b65677ee} <Debug> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
2886 | 2024.06.25 07:13:27.371414 [ 260 ] {8c05c216-679c-408a-bd64-c586b65677ee} <Trace> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2887 | 2024.06.25 07:13:27.371459 [ 257 ] {8c05c216-679c-408a-bd64-c586b65677ee} <Trace> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2888 | 2024.06.25 07:13:27.371519 [ 259 ] {8c05c216-679c-408a-bd64-c586b65677ee} <Trace> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2889 | 2024.06.25 07:13:27.371526 [ 258 ] {8c05c216-679c-408a-bd64-c586b65677ee} <Trace> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2890 | 2024.06.25 07:13:27.371665 [ 3 ] {8c05c216-679c-408a-bd64-c586b65677ee} <Debug> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
2891 | 2024.06.25 07:13:27.371694 [ 3 ] {8c05c216-679c-408a-bd64-c586b65677ee} <Trace> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2892 | 2024.06.25 07:13:27.371797 [ 3 ] {8c05c216-679c-408a-bd64-c586b65677ee} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2893 | 2024.06.25 07:13:27.371819 [ 3 ] {8c05c216-679c-408a-bd64-c586b65677ee} <Debug> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Reading approx. 24 rows with 3 streams | ||
2894 | 2024.06.25 07:13:27.371858 [ 3 ] {8c05c216-679c-408a-bd64-c586b65677ee} <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', 'oximeter_collector:collections', '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_routes'))" | ||
2895 | 2024.06.25 07:13:27.371898 [ 3 ] {8c05c216-679c-408a-bd64-c586b65677ee} <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', 'oximeter_collector:collections', '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_routes'))" | ||
2896 | 2024.06.25 07:13:27.371935 [ 3 ] {8c05c216-679c-408a-bd64-c586b65677ee} <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', 'oximeter_collector:collections', '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_routes'))" | ||
2897 | 2024.06.25 07:13:27.373664 [ 3 ] {8c05c216-679c-408a-bd64-c586b65677ee} <Debug> executeQuery: Read 24 rows, 1020.00 B in 0.00325 sec., 7384.615384615385 rows/sec., 306.49 KiB/sec. | ||
2898 | 2024.06.25 07:13:27.373988 [ 3 ] {8c05c216-679c-408a-bd64-c586b65677ee} <Debug> DynamicQueryHandler: Done processing query | ||
2899 | 2024.06.25 07:13:27.374013 [ 3 ] {8c05c216-679c-408a-bd64-c586b65677ee} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2900 | 2024.06.25 07:13:27.374030 [ 3 ] {} <Debug> HTTP-Session: ad745eda-1909-4818-98d8-5a1eec5ca16b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2901 | 2024.06.25 07:13:27.374245 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 1104, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2902 | 2024.06.25 07:13:27.374296 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2903 | 2024.06.25 07:13:27.374315 [ 3 ] {} <Debug> HTTP-Session: a0d1737f-4fed-4b71-9eff-5b7c04ab3603 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
2904 | 2024.06.25 07:13:27.374333 [ 3 ] {} <Debug> HTTP-Session: a0d1737f-4fed-4b71-9eff-5b7c04ab3603 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2905 | 2024.06.25 07:13:27.374347 [ 3 ] {} <Debug> HTTP-Session: a0d1737f-4fed-4b71-9eff-5b7c04ab3603 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2906 | 2024.06.25 07:13:27.374379 [ 3 ] {} <Trace> HTTP-Session: a0d1737f-4fed-4b71-9eff-5b7c04ab3603 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2907 | 2024.06.25 07:13:27.374525 [ 3 ] {3a8c4c12-90f9-4e56-8efe-7954460a4e65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) 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', 'oximeter_collector:collections', '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') FORMAT JSONEachRow; (stage: Complete) | ||
2908 | 2024.06.25 07:13:27.374802 [ 3 ] {3a8c4c12-90f9-4e56-8efe-7954460a4e65} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2909 | 2024.06.25 07:13:27.374846 [ 3 ] {3a8c4c12-90f9-4e56-8efe-7954460a4e65} <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', 'oximeter_collector:collections', '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')" moved to PREWHERE | ||
2910 | 2024.06.25 07:13:27.375131 [ 3 ] {3a8c4c12-90f9-4e56-8efe-7954460a4e65} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2911 | 2024.06.25 07:13:27.375195 [ 3 ] {3a8c4c12-90f9-4e56-8efe-7954460a4e65} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2912 | 2024.06.25 07:13:27.375333 [ 3 ] {3a8c4c12-90f9-4e56-8efe-7954460a4e65} <Debug> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
2913 | 2024.06.25 07:13:27.375447 [ 253 ] {3a8c4c12-90f9-4e56-8efe-7954460a4e65} <Trace> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2914 | 2024.06.25 07:13:27.375465 [ 256 ] {3a8c4c12-90f9-4e56-8efe-7954460a4e65} <Trace> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2915 | 2024.06.25 07:13:27.375522 [ 259 ] {3a8c4c12-90f9-4e56-8efe-7954460a4e65} <Trace> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2916 | 2024.06.25 07:13:27.375538 [ 257 ] {3a8c4c12-90f9-4e56-8efe-7954460a4e65} <Trace> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2917 | 2024.06.25 07:13:27.375664 [ 3 ] {3a8c4c12-90f9-4e56-8efe-7954460a4e65} <Debug> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
2918 | 2024.06.25 07:13:27.375703 [ 3 ] {3a8c4c12-90f9-4e56-8efe-7954460a4e65} <Trace> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2919 | 2024.06.25 07:13:27.375810 [ 3 ] {3a8c4c12-90f9-4e56-8efe-7954460a4e65} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2920 | 2024.06.25 07:13:27.375834 [ 3 ] {3a8c4c12-90f9-4e56-8efe-7954460a4e65} <Debug> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Reading approx. 24 rows with 3 streams | ||
2921 | 2024.06.25 07:13:27.375875 [ 3 ] {3a8c4c12-90f9-4e56-8efe-7954460a4e65} <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', 'oximeter_collector:collections', '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'))" | ||
2922 | 2024.06.25 07:13:27.375917 [ 3 ] {3a8c4c12-90f9-4e56-8efe-7954460a4e65} <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', 'oximeter_collector:collections', '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'))" | ||
2923 | 2024.06.25 07:13:27.375954 [ 3 ] {3a8c4c12-90f9-4e56-8efe-7954460a4e65} <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', 'oximeter_collector:collections', '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'))" | ||
2924 | 2024.06.25 07:13:27.377612 [ 3 ] {3a8c4c12-90f9-4e56-8efe-7954460a4e65} <Debug> executeQuery: Read 24 rows, 1020.00 B in 0.003156 sec., 7604.5627376425855 rows/sec., 315.62 KiB/sec. | ||
2925 | 2024.06.25 07:13:27.377934 [ 3 ] {3a8c4c12-90f9-4e56-8efe-7954460a4e65} <Debug> DynamicQueryHandler: Done processing query | ||
2926 | 2024.06.25 07:13:27.377960 [ 3 ] {3a8c4c12-90f9-4e56-8efe-7954460a4e65} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2927 | 2024.06.25 07:13:27.377976 [ 3 ] {} <Debug> HTTP-Session: a0d1737f-4fed-4b71-9eff-5b7c04ab3603 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2928 | 2024.06.25 07:13:27.378202 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 1132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2929 | 2024.06.25 07:13:27.378248 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2930 | 2024.06.25 07:13:27.378267 [ 3 ] {} <Debug> HTTP-Session: b7476626-6a0f-4c33-bd62-e49ca1670642 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
2931 | 2024.06.25 07:13:27.378283 [ 3 ] {} <Debug> HTTP-Session: b7476626-6a0f-4c33-bd62-e49ca1670642 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2932 | 2024.06.25 07:13:27.378296 [ 3 ] {} <Debug> HTTP-Session: b7476626-6a0f-4c33-bd62-e49ca1670642 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2933 | 2024.06.25 07:13:27.378328 [ 3 ] {} <Trace> HTTP-Session: b7476626-6a0f-4c33-bd62-e49ca1670642 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2934 | 2024.06.25 07:13:27.378481 [ 3 ] {39a6764e-3b0a-45cc-814c-1ecbf94a0449} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) 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', 'oximeter_collector:collections', '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) | ||
2935 | 2024.06.25 07:13:27.378759 [ 3 ] {39a6764e-3b0a-45cc-814c-1ecbf94a0449} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2936 | 2024.06.25 07:13:27.378803 [ 3 ] {39a6764e-3b0a-45cc-814c-1ecbf94a0449} <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', 'oximeter_collector:collections', '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 | ||
2937 | 2024.06.25 07:13:27.379100 [ 3 ] {39a6764e-3b0a-45cc-814c-1ecbf94a0449} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2938 | 2024.06.25 07:13:27.379165 [ 3 ] {39a6764e-3b0a-45cc-814c-1ecbf94a0449} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2939 | 2024.06.25 07:13:27.379301 [ 3 ] {39a6764e-3b0a-45cc-814c-1ecbf94a0449} <Debug> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
2940 | 2024.06.25 07:13:27.379442 [ 261 ] {39a6764e-3b0a-45cc-814c-1ecbf94a0449} <Trace> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2941 | 2024.06.25 07:13:27.379465 [ 250 ] {39a6764e-3b0a-45cc-814c-1ecbf94a0449} <Trace> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2942 | 2024.06.25 07:13:27.379470 [ 257 ] {39a6764e-3b0a-45cc-814c-1ecbf94a0449} <Trace> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2943 | 2024.06.25 07:13:27.379509 [ 258 ] {39a6764e-3b0a-45cc-814c-1ecbf94a0449} <Trace> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2944 | 2024.06.25 07:13:27.379638 [ 3 ] {39a6764e-3b0a-45cc-814c-1ecbf94a0449} <Debug> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
2945 | 2024.06.25 07:13:27.379667 [ 3 ] {39a6764e-3b0a-45cc-814c-1ecbf94a0449} <Trace> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2946 | 2024.06.25 07:13:27.379768 [ 3 ] {39a6764e-3b0a-45cc-814c-1ecbf94a0449} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2947 | 2024.06.25 07:13:27.379789 [ 3 ] {39a6764e-3b0a-45cc-814c-1ecbf94a0449} <Debug> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (SelectExecutor): Reading approx. 24 rows with 3 streams | ||
2948 | 2024.06.25 07:13:27.379830 [ 3 ] {39a6764e-3b0a-45cc-814c-1ecbf94a0449} <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', 'oximeter_collector:collections', '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'))" | ||
2949 | 2024.06.25 07:13:27.379870 [ 3 ] {39a6764e-3b0a-45cc-814c-1ecbf94a0449} <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', 'oximeter_collector:collections', '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'))" | ||
2950 | 2024.06.25 07:13:27.379908 [ 3 ] {39a6764e-3b0a-45cc-814c-1ecbf94a0449} <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', 'oximeter_collector:collections', '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'))" | ||
2951 | 2024.06.25 07:13:27.381447 [ 3 ] {39a6764e-3b0a-45cc-814c-1ecbf94a0449} <Debug> executeQuery: Read 24 rows, 1020.00 B in 0.003039 sec., 7897.334649555775 rows/sec., 327.77 KiB/sec. | ||
2952 | 2024.06.25 07:13:27.381760 [ 3 ] {39a6764e-3b0a-45cc-814c-1ecbf94a0449} <Debug> DynamicQueryHandler: Done processing query | ||
2953 | 2024.06.25 07:13:27.381786 [ 3 ] {39a6764e-3b0a-45cc-814c-1ecbf94a0449} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2954 | 2024.06.25 07:13:27.381803 [ 3 ] {} <Debug> HTTP-Session: b7476626-6a0f-4c33-bd62-e49ca1670642 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2955 | 2024.06.25 07:13:27.390257 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 1071, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2956 | 2024.06.25 07:13:27.390309 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2957 | 2024.06.25 07:13:27.390329 [ 3 ] {} <Debug> HTTP-Session: faa12d3c-2ff8-4848-8949-a7d25f93ff86 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
2958 | 2024.06.25 07:13:27.390346 [ 3 ] {} <Debug> HTTP-Session: faa12d3c-2ff8-4848-8949-a7d25f93ff86 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2959 | 2024.06.25 07:13:27.390361 [ 3 ] {} <Debug> HTTP-Session: faa12d3c-2ff8-4848-8949-a7d25f93ff86 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2960 | 2024.06.25 07:13:27.390393 [ 3 ] {} <Trace> HTTP-Session: faa12d3c-2ff8-4848-8949-a7d25f93ff86 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2961 | 2024.06.25 07:13:27.390513 [ 3 ] {9c75b3d9-085f-450a-9538-9cba78beb1f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
2962 | 2024.06.25 07:13:27.390560 [ 3 ] {9c75b3d9-085f-450a-9538-9cba78beb1f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2963 | 2024.06.25 07:13:27.390729 [ 3 ] {9c75b3d9-085f-450a-9538-9cba78beb1f4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2964 | 2024.06.25 07:13:27.391014 [ 3 ] {9c75b3d9-085f-450a-9538-9cba78beb1f4} <Trace> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2965 | 2024.06.25 07:13:27.391053 [ 3 ] {9c75b3d9-085f-450a-9538-9cba78beb1f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
2966 | 2024.06.25 07:13:27.391518 [ 3 ] {9c75b3d9-085f-450a-9538-9cba78beb1f4} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2967 | 2024.06.25 07:13:27.391843 [ 3 ] {9c75b3d9-085f-450a-9538-9cba78beb1f4} <Trace> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2968 | 2024.06.25 07:13:27.391987 [ 3 ] {9c75b3d9-085f-450a-9538-9cba78beb1f4} <Debug> executeQuery: Read 4 rows, 521.00 B in 0.001513 sec., 2643.7541308658297 rows/sec., 336.28 KiB/sec. | ||
2969 | 2024.06.25 07:13:27.392147 [ 3 ] {9c75b3d9-085f-450a-9538-9cba78beb1f4} <Debug> DynamicQueryHandler: Done processing query | ||
2970 | 2024.06.25 07:13:27.392173 [ 3 ] {9c75b3d9-085f-450a-9538-9cba78beb1f4} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
2971 | 2024.06.25 07:13:27.392188 [ 3 ] {} <Debug> HTTP-Session: faa12d3c-2ff8-4848-8949-a7d25f93ff86 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2972 | 2024.06.25 07:13:27.392304 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 4356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2973 | 2024.06.25 07:13:27.392351 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2974 | 2024.06.25 07:13:27.392370 [ 3 ] {} <Debug> HTTP-Session: 41cca9e8-1dff-4e62-9bd6-4dc13627f90d Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
2975 | 2024.06.25 07:13:27.392386 [ 3 ] {} <Debug> HTTP-Session: 41cca9e8-1dff-4e62-9bd6-4dc13627f90d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2976 | 2024.06.25 07:13:27.392399 [ 3 ] {} <Debug> HTTP-Session: 41cca9e8-1dff-4e62-9bd6-4dc13627f90d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2977 | 2024.06.25 07:13:27.392430 [ 3 ] {} <Trace> HTTP-Session: 41cca9e8-1dff-4e62-9bd6-4dc13627f90d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2978 | 2024.06.25 07:13:27.392536 [ 3 ] {ba9c953b-8438-47bb-8535-068c03b493a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2979 | 2024.06.25 07:13:27.392579 [ 3 ] {ba9c953b-8438-47bb-8535-068c03b493a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2980 | 2024.06.25 07:13:27.392702 [ 3 ] {ba9c953b-8438-47bb-8535-068c03b493a3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2981 | 2024.06.25 07:13:27.393038 [ 3 ] {ba9c953b-8438-47bb-8535-068c03b493a3} <Trace> oximeter.fields_i64 (5a4e27aa-5414-415d-87de-3cb5e0800323): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2982 | 2024.06.25 07:13:27.393073 [ 3 ] {ba9c953b-8438-47bb-8535-068c03b493a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
2983 | 2024.06.25 07:13:27.393376 [ 3 ] {ba9c953b-8438-47bb-8535-068c03b493a3} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2984 | 2024.06.25 07:13:27.393668 [ 3 ] {ba9c953b-8438-47bb-8535-068c03b493a3} <Trace> oximeter.fields_i64 (5a4e27aa-5414-415d-87de-3cb5e0800323): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2985 | 2024.06.25 07:13:27.393789 [ 3 ] {ba9c953b-8438-47bb-8535-068c03b493a3} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001284 sec., 23364.48598130841 rows/sec., 1.85 MiB/sec. | ||
2986 | 2024.06.25 07:13:27.393948 [ 3 ] {ba9c953b-8438-47bb-8535-068c03b493a3} <Debug> DynamicQueryHandler: Done processing query | ||
2987 | 2024.06.25 07:13:27.393973 [ 3 ] {ba9c953b-8438-47bb-8535-068c03b493a3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2988 | 2024.06.25 07:13:27.393989 [ 3 ] {} <Debug> HTTP-Session: 41cca9e8-1dff-4e62-9bd6-4dc13627f90d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2989 | 2024.06.25 07:13:27.394126 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 21439, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2990 | 2024.06.25 07:13:27.394174 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2991 | 2024.06.25 07:13:27.394192 [ 3 ] {} <Debug> HTTP-Session: d821f151-f775-4fc4-a01c-135bd9daeb7d Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
2992 | 2024.06.25 07:13:27.394208 [ 3 ] {} <Debug> HTTP-Session: d821f151-f775-4fc4-a01c-135bd9daeb7d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2993 | 2024.06.25 07:13:27.394223 [ 3 ] {} <Debug> HTTP-Session: d821f151-f775-4fc4-a01c-135bd9daeb7d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2994 | 2024.06.25 07:13:27.394254 [ 3 ] {} <Trace> HTTP-Session: d821f151-f775-4fc4-a01c-135bd9daeb7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2995 | 2024.06.25 07:13:27.394386 [ 3 ] {19cd5d01-d09d-4604-b8b2-44e78889750b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2996 | 2024.06.25 07:13:27.394428 [ 3 ] {19cd5d01-d09d-4604-b8b2-44e78889750b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2997 | 2024.06.25 07:13:27.394547 [ 3 ] {19cd5d01-d09d-4604-b8b2-44e78889750b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2998 | 2024.06.25 07:13:27.394908 [ 3 ] {19cd5d01-d09d-4604-b8b2-44e78889750b} <Trace> oximeter.fields_string (92be2c77-e348-4680-ab71-16c97f347e42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2999 | 2024.06.25 07:13:27.394944 [ 3 ] {19cd5d01-d09d-4604-b8b2-44e78889750b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3000 | 2024.06.25 07:13:27.395251 [ 3 ] {19cd5d01-d09d-4604-b8b2-44e78889750b} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3001 | 2024.06.25 07:13:27.395545 [ 3 ] {19cd5d01-d09d-4604-b8b2-44e78889750b} <Trace> oximeter.fields_string (92be2c77-e348-4680-ab71-16c97f347e42): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3002 | 2024.06.25 07:13:27.395666 [ 3 ] {19cd5d01-d09d-4604-b8b2-44e78889750b} <Debug> executeQuery: Read 146 rows, 12.55 KiB in 0.001339 sec., 109036.59447348768 rows/sec., 9.15 MiB/sec. | ||
3003 | 2024.06.25 07:13:27.395670 [ 29 ] {} <Debug> oximeter.fields_string (92be2c77-e348-4680-ab71-16c97f347e42) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3004 | 2024.06.25 07:13:27.395726 [ 29 ] {} <Trace> oximeter.fields_string (92be2c77-e348-4680-ab71-16c97f347e42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3005 | 2024.06.25 07:13:27.395759 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3006 | 2024.06.25 07:13:27.395867 [ 3 ] {19cd5d01-d09d-4604-b8b2-44e78889750b} <Debug> DynamicQueryHandler: Done processing query | ||
3007 | 2024.06.25 07:13:27.395924 [ 3 ] {19cd5d01-d09d-4604-b8b2-44e78889750b} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
3008 | 2024.06.25 07:13:27.395946 [ 3 ] {} <Debug> HTTP-Session: d821f151-f775-4fc4-a01c-135bd9daeb7d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3009 | 2024.06.25 07:13:27.395958 [ 188 ] {92be2c77-e348-4680-ab71-16c97f347e42::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 | ||
3010 | 2024.06.25 07:13:27.396165 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 15971, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3011 | 2024.06.25 07:13:27.396191 [ 188 ] {92be2c77-e348-4680-ab71-16c97f347e42::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3012 | 2024.06.25 07:13:27.396265 [ 188 ] {92be2c77-e348-4680-ab71-16c97f347e42::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 145 rows starting from the beginning of the part | ||
3013 | 2024.06.25 07:13:27.396274 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3014 | 2024.06.25 07:13:27.396330 [ 3 ] {} <Debug> HTTP-Session: 0ec44b0b-693a-44e7-985b-f968c444762b Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
3015 | 2024.06.25 07:13:27.396378 [ 3 ] {} <Debug> HTTP-Session: 0ec44b0b-693a-44e7-985b-f968c444762b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3016 | 2024.06.25 07:13:27.396439 [ 3 ] {} <Debug> HTTP-Session: 0ec44b0b-693a-44e7-985b-f968c444762b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3017 | 2024.06.25 07:13:27.396539 [ 188 ] {92be2c77-e348-4680-ab71-16c97f347e42::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 142 rows starting from the beginning of the part | ||
3018 | 2024.06.25 07:13:27.396586 [ 3 ] {} <Trace> HTTP-Session: 0ec44b0b-693a-44e7-985b-f968c444762b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3019 | 2024.06.25 07:13:27.396750 [ 188 ] {92be2c77-e348-4680-ab71-16c97f347e42::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 52 rows starting from the beginning of the part | ||
3020 | 2024.06.25 07:13:27.397101 [ 188 ] {92be2c77-e348-4680-ab71-16c97f347e42::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 143 rows starting from the beginning of the part | ||
3021 | 2024.06.25 07:13:27.397150 [ 3 ] {f034ce37-a9ac-409c-8533-971f9941598d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3022 | 2024.06.25 07:13:27.397319 [ 188 ] {92be2c77-e348-4680-ab71-16c97f347e42::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 88 rows starting from the beginning of the part | ||
3023 | 2024.06.25 07:13:27.397340 [ 3 ] {f034ce37-a9ac-409c-8533-971f9941598d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3024 | 2024.06.25 07:13:27.397628 [ 188 ] {92be2c77-e348-4680-ab71-16c97f347e42::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 146 rows starting from the beginning of the part | ||
3025 | 2024.06.25 07:13:27.398291 [ 3 ] {f034ce37-a9ac-409c-8533-971f9941598d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3026 | 2024.06.25 07:13:27.399164 [ 3 ] {f034ce37-a9ac-409c-8533-971f9941598d} <Trace> oximeter.fields_uuid (a6135af6-13ec-413a-9f2a-05b69fc69276): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3027 | 2024.06.25 07:13:27.399227 [ 3 ] {f034ce37-a9ac-409c-8533-971f9941598d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3028 | 2024.06.25 07:13:27.399942 [ 3 ] {f034ce37-a9ac-409c-8533-971f9941598d} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3029 | 2024.06.25 07:13:27.400478 [ 188 ] {92be2c77-e348-4680-ab71-16c97f347e42::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 716 rows, containing 4 columns (4 merged, 0 gathered) in 0.004638468 sec., 154361.31067412777 rows/sec., 12.72 MiB/sec. | ||
3030 | 2024.06.25 07:13:27.400678 [ 188 ] {92be2c77-e348-4680-ab71-16c97f347e42::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3031 | 2024.06.25 07:13:27.400876 [ 3 ] {f034ce37-a9ac-409c-8533-971f9941598d} <Trace> oximeter.fields_uuid (a6135af6-13ec-413a-9f2a-05b69fc69276): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3032 | 2024.06.25 07:13:27.401154 [ 29 ] {} <Debug> oximeter.fields_uuid (a6135af6-13ec-413a-9f2a-05b69fc69276) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3033 | 2024.06.25 07:13:27.401263 [ 29 ] {} <Trace> oximeter.fields_uuid (a6135af6-13ec-413a-9f2a-05b69fc69276): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3034 | 2024.06.25 07:13:27.401282 [ 3 ] {f034ce37-a9ac-409c-8533-971f9941598d} <Debug> executeQuery: Read 94 rows, 7.52 KiB in 0.004461 sec., 21071.508630351942 rows/sec., 1.65 MiB/sec. | ||
3035 | 2024.06.25 07:13:27.401313 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3036 | 2024.06.25 07:13:27.401760 [ 200 ] {a6135af6-13ec-413a-9f2a-05b69fc69276::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 | ||
3037 | 2024.06.25 07:13:27.401899 [ 3 ] {f034ce37-a9ac-409c-8533-971f9941598d} <Debug> DynamicQueryHandler: Done processing query | ||
3038 | 2024.06.25 07:13:27.401903 [ 188 ] {92be2c77-e348-4680-ab71-16c97f347e42::all_1_16_3} <Trace> oximeter.fields_string (92be2c77-e348-4680-ab71-16c97f347e42): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3039 | 2024.06.25 07:13:27.401981 [ 3 ] {f034ce37-a9ac-409c-8533-971f9941598d} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
3040 | 2024.06.25 07:13:27.402071 [ 3 ] {} <Debug> HTTP-Session: 0ec44b0b-693a-44e7-985b-f968c444762b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3041 | 2024.06.25 07:13:27.402177 [ 200 ] {a6135af6-13ec-413a-9f2a-05b69fc69276::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3042 | 2024.06.25 07:13:27.402199 [ 188 ] {92be2c77-e348-4680-ab71-16c97f347e42::all_1_16_3} <Trace> oximeter.fields_string (92be2c77-e348-4680-ab71-16c97f347e42) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3043 | 2024.06.25 07:13:27.402216 [ 200 ] {a6135af6-13ec-413a-9f2a-05b69fc69276::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 110 rows starting from the beginning of the part | ||
3044 | 2024.06.25 07:13:27.402292 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
3045 | 2024.06.25 07:13:27.402498 [ 200 ] {a6135af6-13ec-413a-9f2a-05b69fc69276::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 86 rows starting from the beginning of the part | ||
3046 | 2024.06.25 07:13:27.402520 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 30617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3047 | 2024.06.25 07:13:27.402700 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3048 | 2024.06.25 07:13:27.402724 [ 200 ] {a6135af6-13ec-413a-9f2a-05b69fc69276::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 56 rows starting from the beginning of the part | ||
3049 | 2024.06.25 07:13:27.402854 [ 3 ] {} <Debug> HTTP-Session: e6a55d54-6da9-4548-a5cf-2035245328b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
3050 | 2024.06.25 07:13:27.403013 [ 200 ] {a6135af6-13ec-413a-9f2a-05b69fc69276::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 88 rows starting from the beginning of the part | ||
3051 | 2024.06.25 07:13:27.403035 [ 3 ] {} <Debug> HTTP-Session: e6a55d54-6da9-4548-a5cf-2035245328b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3052 | 2024.06.25 07:13:27.403098 [ 3 ] {} <Debug> HTTP-Session: e6a55d54-6da9-4548-a5cf-2035245328b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3053 | 2024.06.25 07:13:27.403261 [ 200 ] {a6135af6-13ec-413a-9f2a-05b69fc69276::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 80 rows starting from the beginning of the part | ||
3054 | 2024.06.25 07:13:27.403289 [ 3 ] {} <Trace> HTTP-Session: e6a55d54-6da9-4548-a5cf-2035245328b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3055 | 2024.06.25 07:13:27.403533 [ 200 ] {a6135af6-13ec-413a-9f2a-05b69fc69276::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 94 rows starting from the beginning of the part | ||
3056 | 2024.06.25 07:13:27.403938 [ 3 ] {cbe93e40-66bf-4525-bbfb-c8b3ffe8960f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3057 | 2024.06.25 07:13:27.404015 [ 3 ] {cbe93e40-66bf-4525-bbfb-c8b3ffe8960f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3058 | 2024.06.25 07:13:27.404582 [ 3 ] {cbe93e40-66bf-4525-bbfb-c8b3ffe8960f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3059 | 2024.06.25 07:13:27.405545 [ 3 ] {cbe93e40-66bf-4525-bbfb-c8b3ffe8960f} <Trace> oximeter.measurements_cumulativeu64 (e2447d38-7ae3-46bc-83c9-f9b139496c24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3060 | 2024.06.25 07:13:27.405626 [ 3 ] {cbe93e40-66bf-4525-bbfb-c8b3ffe8960f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3061 | 2024.06.25 07:13:27.406568 [ 195 ] {a6135af6-13ec-413a-9f2a-05b69fc69276::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 514 rows, containing 4 columns (4 merged, 0 gathered) in 0.005061704 sec., 101546.83086960438 rows/sec., 7.93 MiB/sec. | ||
3062 | 2024.06.25 07:13:27.406686 [ 3 ] {cbe93e40-66bf-4525-bbfb-c8b3ffe8960f} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
3063 | 2024.06.25 07:13:27.406804 [ 195 ] {a6135af6-13ec-413a-9f2a-05b69fc69276::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3064 | 2024.06.25 07:13:27.407456 [ 3 ] {cbe93e40-66bf-4525-bbfb-c8b3ffe8960f} <Trace> oximeter.measurements_cumulativeu64 (e2447d38-7ae3-46bc-83c9-f9b139496c24): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3065 | 2024.06.25 07:13:27.407790 [ 3 ] {cbe93e40-66bf-4525-bbfb-c8b3ffe8960f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004199 sec., 38104.310550130984 rows/sec., 2.65 MiB/sec. | ||
3066 | 2024.06.25 07:13:27.407810 [ 195 ] {a6135af6-13ec-413a-9f2a-05b69fc69276::all_1_16_3} <Trace> oximeter.fields_uuid (a6135af6-13ec-413a-9f2a-05b69fc69276): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3067 | 2024.06.25 07:13:27.408152 [ 195 ] {a6135af6-13ec-413a-9f2a-05b69fc69276::all_1_16_3} <Trace> oximeter.fields_uuid (a6135af6-13ec-413a-9f2a-05b69fc69276) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3068 | 2024.06.25 07:13:27.408367 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
3069 | 2024.06.25 07:13:27.408428 [ 3 ] {cbe93e40-66bf-4525-bbfb-c8b3ffe8960f} <Debug> DynamicQueryHandler: Done processing query | ||
3070 | 2024.06.25 07:13:27.408460 [ 3 ] {cbe93e40-66bf-4525-bbfb-c8b3ffe8960f} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3071 | 2024.06.25 07:13:27.408476 [ 3 ] {} <Debug> HTTP-Session: e6a55d54-6da9-4548-a5cf-2035245328b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3072 | 2024.06.25 07:13:27.408686 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 48413, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3073 | 2024.06.25 07:13:27.408735 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3074 | 2024.06.25 07:13:27.408755 [ 3 ] {} <Debug> HTTP-Session: 932a9ac1-ee90-44b1-9734-df231e171880 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
3075 | 2024.06.25 07:13:27.408771 [ 3 ] {} <Debug> HTTP-Session: 932a9ac1-ee90-44b1-9734-df231e171880 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3076 | 2024.06.25 07:13:27.408785 [ 3 ] {} <Debug> HTTP-Session: 932a9ac1-ee90-44b1-9734-df231e171880 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3077 | 2024.06.25 07:13:27.408816 [ 3 ] {} <Trace> HTTP-Session: 932a9ac1-ee90-44b1-9734-df231e171880 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3078 | 2024.06.25 07:13:27.409130 [ 3 ] {c027cbc4-2441-482a-8d9c-e0f515b9c5be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3079 | 2024.06.25 07:13:27.409203 [ 3 ] {c027cbc4-2441-482a-8d9c-e0f515b9c5be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
3080 | 2024.06.25 07:13:27.409653 [ 3 ] {c027cbc4-2441-482a-8d9c-e0f515b9c5be} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3081 | 2024.06.25 07:13:27.410375 [ 3 ] {c027cbc4-2441-482a-8d9c-e0f515b9c5be} <Trace> oximeter.measurements_histogramf64 (7bf12d27-0a09-45c5-8c45-4d00c63235e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3082 | 2024.06.25 07:13:27.410411 [ 3 ] {c027cbc4-2441-482a-8d9c-e0f515b9c5be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3083 | 2024.06.25 07:13:27.411034 [ 3 ] {c027cbc4-2441-482a-8d9c-e0f515b9c5be} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3084 | 2024.06.25 07:13:27.411435 [ 3 ] {c027cbc4-2441-482a-8d9c-e0f515b9c5be} <Trace> oximeter.measurements_histogramf64 (7bf12d27-0a09-45c5-8c45-4d00c63235e8): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3085 | 2024.06.25 07:13:27.411588 [ 3 ] {c027cbc4-2441-482a-8d9c-e0f515b9c5be} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002673 sec., 11223.34455667789 rows/sec., 20.11 MiB/sec. | ||
3086 | 2024.06.25 07:13:27.412110 [ 3 ] {c027cbc4-2441-482a-8d9c-e0f515b9c5be} <Debug> DynamicQueryHandler: Done processing query | ||
3087 | 2024.06.25 07:13:27.412136 [ 3 ] {c027cbc4-2441-482a-8d9c-e0f515b9c5be} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
3088 | 2024.06.25 07:13:27.412152 [ 3 ] {} <Debug> HTTP-Session: 932a9ac1-ee90-44b1-9734-df231e171880 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3089 | 2024.06.25 07:13:27.412283 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3090 | 2024.06.25 07:13:27.412333 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3091 | 2024.06.25 07:13:27.412351 [ 3 ] {} <Debug> HTTP-Session: 44b83577-bb13-4472-a873-5ca46ca63d17 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
3092 | 2024.06.25 07:13:27.412367 [ 3 ] {} <Debug> HTTP-Session: 44b83577-bb13-4472-a873-5ca46ca63d17 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3093 | 2024.06.25 07:13:27.412381 [ 3 ] {} <Debug> HTTP-Session: 44b83577-bb13-4472-a873-5ca46ca63d17 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3094 | 2024.06.25 07:13:27.412412 [ 3 ] {} <Trace> HTTP-Session: 44b83577-bb13-4472-a873-5ca46ca63d17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3095 | 2024.06.25 07:13:27.412527 [ 3 ] {1f917ef2-0698-45eb-b143-5b8c0ffbce7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3096 | 2024.06.25 07:13:27.412570 [ 3 ] {1f917ef2-0698-45eb-b143-5b8c0ffbce7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3097 | 2024.06.25 07:13:27.412714 [ 3 ] {1f917ef2-0698-45eb-b143-5b8c0ffbce7a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3098 | 2024.06.25 07:13:27.412998 [ 3 ] {1f917ef2-0698-45eb-b143-5b8c0ffbce7a} <Trace> oximeter.measurements_u64 (4dca2f8a-9dea-4d2f-8335-c4506eb14d05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3099 | 2024.06.25 07:13:27.413033 [ 3 ] {1f917ef2-0698-45eb-b143-5b8c0ffbce7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3100 | 2024.06.25 07:13:27.413389 [ 3 ] {1f917ef2-0698-45eb-b143-5b8c0ffbce7a} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
3101 | 2024.06.25 07:13:27.413721 [ 3 ] {1f917ef2-0698-45eb-b143-5b8c0ffbce7a} <Trace> oximeter.measurements_u64 (4dca2f8a-9dea-4d2f-8335-c4506eb14d05): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3102 | 2024.06.25 07:13:27.413841 [ 29 ] {} <Debug> oximeter.measurements_u64 (4dca2f8a-9dea-4d2f-8335-c4506eb14d05) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
3103 | 2024.06.25 07:13:27.413848 [ 3 ] {1f917ef2-0698-45eb-b143-5b8c0ffbce7a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001359 sec., 44150.11037527594 rows/sec., 2.98 MiB/sec. | ||
3104 | 2024.06.25 07:13:27.413875 [ 29 ] {} <Trace> oximeter.measurements_u64 (4dca2f8a-9dea-4d2f-8335-c4506eb14d05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3105 | 2024.06.25 07:13:27.413912 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3106 | 2024.06.25 07:13:27.414044 [ 188 ] {4dca2f8a-9dea-4d2f-8335-c4506eb14d05::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 | ||
3107 | 2024.06.25 07:13:27.414076 [ 3 ] {1f917ef2-0698-45eb-b143-5b8c0ffbce7a} <Debug> DynamicQueryHandler: Done processing query | ||
3108 | 2024.06.25 07:13:27.414115 [ 3 ] {1f917ef2-0698-45eb-b143-5b8c0ffbce7a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3109 | 2024.06.25 07:13:27.414153 [ 3 ] {} <Debug> HTTP-Session: 44b83577-bb13-4472-a873-5ca46ca63d17 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3110 | 2024.06.25 07:13:27.414248 [ 188 ] {4dca2f8a-9dea-4d2f-8335-c4506eb14d05::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3111 | 2024.06.25 07:13:27.414280 [ 188 ] {4dca2f8a-9dea-4d2f-8335-c4506eb14d05::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 32 rows starting from the beginning of the part | ||
3112 | 2024.06.25 07:13:27.414369 [ 188 ] {4dca2f8a-9dea-4d2f-8335-c4506eb14d05::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 50 rows starting from the beginning of the part | ||
3113 | 2024.06.25 07:13:27.414554 [ 188 ] {4dca2f8a-9dea-4d2f-8335-c4506eb14d05::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 50 rows starting from the beginning of the part | ||
3114 | 2024.06.25 07:13:27.414678 [ 188 ] {4dca2f8a-9dea-4d2f-8335-c4506eb14d05::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 50 rows starting from the beginning of the part | ||
3115 | 2024.06.25 07:13:27.414921 [ 188 ] {4dca2f8a-9dea-4d2f-8335-c4506eb14d05::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 50 rows starting from the beginning of the part | ||
3116 | 2024.06.25 07:13:27.415047 [ 188 ] {4dca2f8a-9dea-4d2f-8335-c4506eb14d05::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 | ||
3117 | 2024.06.25 07:13:27.416154 [ 195 ] {4dca2f8a-9dea-4d2f-8335-c4506eb14d05::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 292 rows, containing 4 columns (4 merged, 0 gathered) in 0.002160891 sec., 135129.4442894158 rows/sec., 9.23 MiB/sec. | ||
3118 | 2024.06.25 07:13:27.416314 [ 196 ] {4dca2f8a-9dea-4d2f-8335-c4506eb14d05::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
3119 | 2024.06.25 07:13:27.416684 [ 196 ] {4dca2f8a-9dea-4d2f-8335-c4506eb14d05::all_1_6_1} <Trace> oximeter.measurements_u64 (4dca2f8a-9dea-4d2f-8335-c4506eb14d05): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3120 | 2024.06.25 07:13:27.416752 [ 196 ] {4dca2f8a-9dea-4d2f-8335-c4506eb14d05::all_1_6_1} <Trace> oximeter.measurements_u64 (4dca2f8a-9dea-4d2f-8335-c4506eb14d05) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
3121 | 2024.06.25 07:13:27.416817 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
3122 | 2024.06.25 07:13:31.651550 [ 96 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3123 | 2024.06.25 07:13:31.651616 [ 96 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3124 | 2024.06.25 07:13:32.372055 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 7836, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3125 | 2024.06.25 07:13:32.372173 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3126 | 2024.06.25 07:13:32.372198 [ 3 ] {} <Debug> HTTP-Session: e009cac2-5289-4daf-b235-46b37553bc43 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
3127 | 2024.06.25 07:13:32.372222 [ 3 ] {} <Debug> HTTP-Session: e009cac2-5289-4daf-b235-46b37553bc43 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3128 | 2024.06.25 07:13:32.372238 [ 3 ] {} <Debug> HTTP-Session: e009cac2-5289-4daf-b235-46b37553bc43 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3129 | 2024.06.25 07:13:32.372288 [ 3 ] {} <Trace> HTTP-Session: e009cac2-5289-4daf-b235-46b37553bc43 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3130 | 2024.06.25 07:13:32.372492 [ 3 ] {25e19a50-06f5-44e9-9b8e-4eeb384cb039} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3131 | 2024.06.25 07:13:32.372563 [ 3 ] {25e19a50-06f5-44e9-9b8e-4eeb384cb039} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3132 | 2024.06.25 07:13:32.372753 [ 3 ] {25e19a50-06f5-44e9-9b8e-4eeb384cb039} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3133 | 2024.06.25 07:13:32.373263 [ 3 ] {25e19a50-06f5-44e9-9b8e-4eeb384cb039} <Trace> oximeter.fields_string (92be2c77-e348-4680-ab71-16c97f347e42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3134 | 2024.06.25 07:13:32.373312 [ 3 ] {25e19a50-06f5-44e9-9b8e-4eeb384cb039} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3135 | 2024.06.25 07:13:32.373696 [ 3 ] {25e19a50-06f5-44e9-9b8e-4eeb384cb039} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3136 | 2024.06.25 07:13:32.374041 [ 3 ] {25e19a50-06f5-44e9-9b8e-4eeb384cb039} <Trace> oximeter.fields_string (92be2c77-e348-4680-ab71-16c97f347e42): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3137 | 2024.06.25 07:13:32.374204 [ 3 ] {25e19a50-06f5-44e9-9b8e-4eeb384cb039} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001779 sec., 31478.358628442948 rows/sec., 2.42 MiB/sec. | ||
3138 | 2024.06.25 07:13:32.374430 [ 3 ] {25e19a50-06f5-44e9-9b8e-4eeb384cb039} <Debug> DynamicQueryHandler: Done processing query | ||
3139 | 2024.06.25 07:13:32.374459 [ 3 ] {25e19a50-06f5-44e9-9b8e-4eeb384cb039} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3140 | 2024.06.25 07:13:32.374477 [ 3 ] {} <Debug> HTTP-Session: e009cac2-5289-4daf-b235-46b37553bc43 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3141 | 2024.06.25 07:13:32.374654 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 10886, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3142 | 2024.06.25 07:13:32.374716 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3143 | 2024.06.25 07:13:32.374743 [ 3 ] {} <Debug> HTTP-Session: f46583ba-2c6b-4cbf-9cff-82c01e2bfa14 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
3144 | 2024.06.25 07:13:32.374769 [ 3 ] {} <Debug> HTTP-Session: f46583ba-2c6b-4cbf-9cff-82c01e2bfa14 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3145 | 2024.06.25 07:13:32.374788 [ 3 ] {} <Debug> HTTP-Session: f46583ba-2c6b-4cbf-9cff-82c01e2bfa14 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3146 | 2024.06.25 07:13:32.374837 [ 3 ] {} <Trace> HTTP-Session: f46583ba-2c6b-4cbf-9cff-82c01e2bfa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3147 | 2024.06.25 07:13:32.374974 [ 3 ] {c06a4834-5a96-459b-8d4d-f7cc9b1c003f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3148 | 2024.06.25 07:13:32.375021 [ 3 ] {c06a4834-5a96-459b-8d4d-f7cc9b1c003f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3149 | 2024.06.25 07:13:32.375160 [ 3 ] {c06a4834-5a96-459b-8d4d-f7cc9b1c003f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3150 | 2024.06.25 07:13:32.375506 [ 3 ] {c06a4834-5a96-459b-8d4d-f7cc9b1c003f} <Trace> oximeter.fields_uuid (a6135af6-13ec-413a-9f2a-05b69fc69276): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3151 | 2024.06.25 07:13:32.375545 [ 3 ] {c06a4834-5a96-459b-8d4d-f7cc9b1c003f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3152 | 2024.06.25 07:13:32.375862 [ 3 ] {c06a4834-5a96-459b-8d4d-f7cc9b1c003f} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3153 | 2024.06.25 07:13:32.376171 [ 3 ] {c06a4834-5a96-459b-8d4d-f7cc9b1c003f} <Trace> oximeter.fields_uuid (a6135af6-13ec-413a-9f2a-05b69fc69276): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3154 | 2024.06.25 07:13:32.376332 [ 3 ] {c06a4834-5a96-459b-8d4d-f7cc9b1c003f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001398 sec., 45779.68526466381 rows/sec., 3.57 MiB/sec. | ||
3155 | 2024.06.25 07:13:32.376525 [ 3 ] {c06a4834-5a96-459b-8d4d-f7cc9b1c003f} <Debug> DynamicQueryHandler: Done processing query | ||
3156 | 2024.06.25 07:13:32.376552 [ 3 ] {c06a4834-5a96-459b-8d4d-f7cc9b1c003f} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
3157 | 2024.06.25 07:13:32.376570 [ 3 ] {} <Debug> HTTP-Session: f46583ba-2c6b-4cbf-9cff-82c01e2bfa14 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3158 | 2024.06.25 07:13:32.376736 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 30617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3159 | 2024.06.25 07:13:32.376788 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3160 | 2024.06.25 07:13:32.376809 [ 3 ] {} <Debug> HTTP-Session: 9171e4b3-e2c4-47a6-a52f-31e7f47753c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
3161 | 2024.06.25 07:13:32.376826 [ 3 ] {} <Debug> HTTP-Session: 9171e4b3-e2c4-47a6-a52f-31e7f47753c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3162 | 2024.06.25 07:13:32.376840 [ 3 ] {} <Debug> HTTP-Session: 9171e4b3-e2c4-47a6-a52f-31e7f47753c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3163 | 2024.06.25 07:13:32.376875 [ 3 ] {} <Trace> HTTP-Session: 9171e4b3-e2c4-47a6-a52f-31e7f47753c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3164 | 2024.06.25 07:13:32.377025 [ 3 ] {5fab92c0-fc71-46b6-9a15-a12f4a5304bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3165 | 2024.06.25 07:13:32.377074 [ 3 ] {5fab92c0-fc71-46b6-9a15-a12f4a5304bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3166 | 2024.06.25 07:13:32.377223 [ 3 ] {5fab92c0-fc71-46b6-9a15-a12f4a5304bc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3167 | 2024.06.25 07:13:32.377626 [ 3 ] {5fab92c0-fc71-46b6-9a15-a12f4a5304bc} <Trace> oximeter.measurements_cumulativeu64 (e2447d38-7ae3-46bc-83c9-f9b139496c24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3168 | 2024.06.25 07:13:32.377664 [ 3 ] {5fab92c0-fc71-46b6-9a15-a12f4a5304bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3169 | 2024.06.25 07:13:32.378061 [ 3 ] {5fab92c0-fc71-46b6-9a15-a12f4a5304bc} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
3170 | 2024.06.25 07:13:32.378398 [ 3 ] {5fab92c0-fc71-46b6-9a15-a12f4a5304bc} <Trace> oximeter.measurements_cumulativeu64 (e2447d38-7ae3-46bc-83c9-f9b139496c24): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3171 | 2024.06.25 07:13:32.378555 [ 3 ] {5fab92c0-fc71-46b6-9a15-a12f4a5304bc} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001602 sec., 99875.15605493134 rows/sec., 6.96 MiB/sec. | ||
3172 | 2024.06.25 07:13:32.378723 [ 3 ] {5fab92c0-fc71-46b6-9a15-a12f4a5304bc} <Debug> DynamicQueryHandler: Done processing query | ||
3173 | 2024.06.25 07:13:32.378748 [ 3 ] {5fab92c0-fc71-46b6-9a15-a12f4a5304bc} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3174 | 2024.06.25 07:13:32.378764 [ 3 ] {} <Debug> HTTP-Session: 9171e4b3-e2c4-47a6-a52f-31e7f47753c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3175 | 2024.06.25 07:13:32.378904 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3176 | 2024.06.25 07:13:32.378954 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3177 | 2024.06.25 07:13:32.378974 [ 3 ] {} <Debug> HTTP-Session: 2e2f2fcd-5c59-4020-8781-dc78aed1e505 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
3178 | 2024.06.25 07:13:32.378992 [ 3 ] {} <Debug> HTTP-Session: 2e2f2fcd-5c59-4020-8781-dc78aed1e505 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3179 | 2024.06.25 07:13:32.379005 [ 3 ] {} <Debug> HTTP-Session: 2e2f2fcd-5c59-4020-8781-dc78aed1e505 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3180 | 2024.06.25 07:13:32.379037 [ 3 ] {} <Trace> HTTP-Session: 2e2f2fcd-5c59-4020-8781-dc78aed1e505 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3181 | 2024.06.25 07:13:32.379163 [ 3 ] {cc315f1a-1b54-48f2-8902-d8e6137a9c86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3182 | 2024.06.25 07:13:32.379209 [ 3 ] {cc315f1a-1b54-48f2-8902-d8e6137a9c86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3183 | 2024.06.25 07:13:32.379334 [ 3 ] {cc315f1a-1b54-48f2-8902-d8e6137a9c86} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3184 | 2024.06.25 07:13:32.379672 [ 3 ] {cc315f1a-1b54-48f2-8902-d8e6137a9c86} <Trace> oximeter.measurements_u64 (4dca2f8a-9dea-4d2f-8335-c4506eb14d05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3185 | 2024.06.25 07:13:32.379711 [ 3 ] {cc315f1a-1b54-48f2-8902-d8e6137a9c86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3186 | 2024.06.25 07:13:32.380145 [ 3 ] {cc315f1a-1b54-48f2-8902-d8e6137a9c86} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
3187 | 2024.06.25 07:13:32.380470 [ 3 ] {cc315f1a-1b54-48f2-8902-d8e6137a9c86} <Trace> oximeter.measurements_u64 (4dca2f8a-9dea-4d2f-8335-c4506eb14d05): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3188 | 2024.06.25 07:13:32.380620 [ 3 ] {cc315f1a-1b54-48f2-8902-d8e6137a9c86} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001503 sec., 39920.159680638724 rows/sec., 2.69 MiB/sec. | ||
3189 | 2024.06.25 07:13:32.380780 [ 3 ] {cc315f1a-1b54-48f2-8902-d8e6137a9c86} <Debug> DynamicQueryHandler: Done processing query | ||
3190 | 2024.06.25 07:13:32.380804 [ 3 ] {cc315f1a-1b54-48f2-8902-d8e6137a9c86} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3191 | 2024.06.25 07:13:32.380820 [ 3 ] {} <Debug> HTTP-Session: 2e2f2fcd-5c59-4020-8781-dc78aed1e505 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3192 | 2024.06.25 07:13:37.373687 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 4356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3193 | 2024.06.25 07:13:37.373813 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3194 | 2024.06.25 07:13:37.373839 [ 3 ] {} <Debug> HTTP-Session: ddc7ed87-f358-4539-bbc4-ee18578c6191 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
3195 | 2024.06.25 07:13:37.373864 [ 3 ] {} <Debug> HTTP-Session: ddc7ed87-f358-4539-bbc4-ee18578c6191 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3196 | 2024.06.25 07:13:37.373878 [ 3 ] {} <Debug> HTTP-Session: ddc7ed87-f358-4539-bbc4-ee18578c6191 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3197 | 2024.06.25 07:13:37.373929 [ 3 ] {} <Trace> HTTP-Session: ddc7ed87-f358-4539-bbc4-ee18578c6191 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3198 | 2024.06.25 07:13:37.374115 [ 3 ] {6e0222c6-b8f8-46f8-8178-04f44287469e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3199 | 2024.06.25 07:13:37.374183 [ 3 ] {6e0222c6-b8f8-46f8-8178-04f44287469e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3200 | 2024.06.25 07:13:37.374373 [ 3 ] {6e0222c6-b8f8-46f8-8178-04f44287469e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3201 | 2024.06.25 07:13:37.374795 [ 3 ] {6e0222c6-b8f8-46f8-8178-04f44287469e} <Trace> oximeter.fields_i64 (5a4e27aa-5414-415d-87de-3cb5e0800323): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3202 | 2024.06.25 07:13:37.374836 [ 3 ] {6e0222c6-b8f8-46f8-8178-04f44287469e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3203 | 2024.06.25 07:13:37.375211 [ 3 ] {6e0222c6-b8f8-46f8-8178-04f44287469e} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3204 | 2024.06.25 07:13:37.375552 [ 3 ] {6e0222c6-b8f8-46f8-8178-04f44287469e} <Trace> oximeter.fields_i64 (5a4e27aa-5414-415d-87de-3cb5e0800323): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3205 | 2024.06.25 07:13:37.375700 [ 3 ] {6e0222c6-b8f8-46f8-8178-04f44287469e} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001647 sec., 18214.936247723133 rows/sec., 1.44 MiB/sec. | ||
3206 | 2024.06.25 07:13:37.375707 [ 149 ] {} <Debug> oximeter.fields_i64 (5a4e27aa-5414-415d-87de-3cb5e0800323) (MergerMutator): Selected 5 parts from all_1_10_2 to all_14_14_0 | ||
3207 | 2024.06.25 07:13:37.375772 [ 149 ] {} <Trace> oximeter.fields_i64 (5a4e27aa-5414-415d-87de-3cb5e0800323): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3208 | 2024.06.25 07:13:37.375808 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3209 | 2024.06.25 07:13:37.375936 [ 3 ] {6e0222c6-b8f8-46f8-8178-04f44287469e} <Debug> DynamicQueryHandler: Done processing query | ||
3210 | 2024.06.25 07:13:37.375972 [ 3 ] {6e0222c6-b8f8-46f8-8178-04f44287469e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3211 | 2024.06.25 07:13:37.375973 [ 188 ] {5a4e27aa-5414-415d-87de-3cb5e0800323::all_1_14_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_10_2 to all_14_14_0 into Compact with storage Full | ||
3212 | 2024.06.25 07:13:37.375995 [ 3 ] {} <Debug> HTTP-Session: ddc7ed87-f358-4539-bbc4-ee18578c6191 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3213 | 2024.06.25 07:13:37.376166 [ 188 ] {5a4e27aa-5414-415d-87de-3cb5e0800323::all_1_14_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3214 | 2024.06.25 07:13:37.376232 [ 188 ] {5a4e27aa-5414-415d-87de-3cb5e0800323::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 30 rows starting from the beginning of the part | ||
3215 | 2024.06.25 07:13:37.376232 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 21439, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3216 | 2024.06.25 07:13:37.376365 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3217 | 2024.06.25 07:13:37.376422 [ 188 ] {5a4e27aa-5414-415d-87de-3cb5e0800323::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 30 rows starting from the beginning of the part | ||
3218 | 2024.06.25 07:13:37.376445 [ 3 ] {} <Debug> HTTP-Session: 63d04bc2-5a52-4791-baf2-d48bf96436ad Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
3219 | 2024.06.25 07:13:37.376529 [ 3 ] {} <Debug> HTTP-Session: 63d04bc2-5a52-4791-baf2-d48bf96436ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3220 | 2024.06.25 07:13:37.376659 [ 3 ] {} <Debug> HTTP-Session: 63d04bc2-5a52-4791-baf2-d48bf96436ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3221 | 2024.06.25 07:13:37.376706 [ 188 ] {5a4e27aa-5414-415d-87de-3cb5e0800323::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 30 rows starting from the beginning of the part | ||
3222 | 2024.06.25 07:13:37.376862 [ 3 ] {} <Trace> HTTP-Session: 63d04bc2-5a52-4791-baf2-d48bf96436ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3223 | 2024.06.25 07:13:37.377041 [ 188 ] {5a4e27aa-5414-415d-87de-3cb5e0800323::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 30 rows starting from the beginning of the part | ||
3224 | 2024.06.25 07:13:37.377294 [ 188 ] {5a4e27aa-5414-415d-87de-3cb5e0800323::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 30 rows starting from the beginning of the part | ||
3225 | 2024.06.25 07:13:37.377306 [ 3 ] {5fd85180-b370-4676-99f1-f72fa7489686} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3226 | 2024.06.25 07:13:37.377503 [ 3 ] {5fd85180-b370-4676-99f1-f72fa7489686} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3227 | 2024.06.25 07:13:37.378011 [ 3 ] {5fd85180-b370-4676-99f1-f72fa7489686} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3228 | 2024.06.25 07:13:37.378992 [ 3 ] {5fd85180-b370-4676-99f1-f72fa7489686} <Trace> oximeter.fields_string (92be2c77-e348-4680-ab71-16c97f347e42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3229 | 2024.06.25 07:13:37.379069 [ 3 ] {5fd85180-b370-4676-99f1-f72fa7489686} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3230 | 2024.06.25 07:13:37.379824 [ 195 ] {5a4e27aa-5414-415d-87de-3cb5e0800323::all_1_14_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 150 rows, containing 4 columns (4 merged, 0 gathered) in 0.003915617 sec., 38308.13892165654 rows/sec., 3.03 MiB/sec. | ||
3231 | 2024.06.25 07:13:37.380130 [ 3 ] {5fd85180-b370-4676-99f1-f72fa7489686} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3232 | 2024.06.25 07:13:37.380179 [ 195 ] {5a4e27aa-5414-415d-87de-3cb5e0800323::all_1_14_3} <Trace> MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) | ||
3233 | 2024.06.25 07:13:37.380873 [ 3 ] {5fd85180-b370-4676-99f1-f72fa7489686} <Trace> oximeter.fields_string (92be2c77-e348-4680-ab71-16c97f347e42): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3234 | 2024.06.25 07:13:37.381064 [ 195 ] {5a4e27aa-5414-415d-87de-3cb5e0800323::all_1_14_3} <Trace> oximeter.fields_i64 (5a4e27aa-5414-415d-87de-3cb5e0800323): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3235 | 2024.06.25 07:13:37.381207 [ 3 ] {5fd85180-b370-4676-99f1-f72fa7489686} <Debug> executeQuery: Read 146 rows, 12.55 KiB in 0.004098 sec., 35627.135187896536 rows/sec., 2.99 MiB/sec. | ||
3236 | 2024.06.25 07:13:37.381321 [ 195 ] {5a4e27aa-5414-415d-87de-3cb5e0800323::all_1_14_3} <Trace> oximeter.fields_i64 (5a4e27aa-5414-415d-87de-3cb5e0800323) (MergerMutator): Merged 5 parts: [all_1_10_2, all_14_14_0] -> all_1_14_3 | ||
3237 | 2024.06.25 07:13:37.381506 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
3238 | 2024.06.25 07:13:37.381551 [ 3 ] {5fd85180-b370-4676-99f1-f72fa7489686} <Debug> DynamicQueryHandler: Done processing query | ||
3239 | 2024.06.25 07:13:37.381583 [ 3 ] {5fd85180-b370-4676-99f1-f72fa7489686} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
3240 | 2024.06.25 07:13:37.381600 [ 3 ] {} <Debug> HTTP-Session: 63d04bc2-5a52-4791-baf2-d48bf96436ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3241 | 2024.06.25 07:13:37.381772 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 15971, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3242 | 2024.06.25 07:13:37.381821 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3243 | 2024.06.25 07:13:37.381840 [ 3 ] {} <Debug> HTTP-Session: 5ba942c4-4ad8-454a-b1ae-0e08fcaf0d9c Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
3244 | 2024.06.25 07:13:37.381857 [ 3 ] {} <Debug> HTTP-Session: 5ba942c4-4ad8-454a-b1ae-0e08fcaf0d9c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3245 | 2024.06.25 07:13:37.381870 [ 3 ] {} <Debug> HTTP-Session: 5ba942c4-4ad8-454a-b1ae-0e08fcaf0d9c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3246 | 2024.06.25 07:13:37.381903 [ 3 ] {} <Trace> HTTP-Session: 5ba942c4-4ad8-454a-b1ae-0e08fcaf0d9c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3247 | 2024.06.25 07:13:37.382028 [ 3 ] {c9f54477-5a2c-41da-9903-920f2bc6c85b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3248 | 2024.06.25 07:13:37.382072 [ 3 ] {c9f54477-5a2c-41da-9903-920f2bc6c85b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3249 | 2024.06.25 07:13:37.382220 [ 3 ] {c9f54477-5a2c-41da-9903-920f2bc6c85b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3250 | 2024.06.25 07:13:37.382583 [ 3 ] {c9f54477-5a2c-41da-9903-920f2bc6c85b} <Trace> oximeter.fields_uuid (a6135af6-13ec-413a-9f2a-05b69fc69276): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3251 | 2024.06.25 07:13:37.382620 [ 3 ] {c9f54477-5a2c-41da-9903-920f2bc6c85b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3252 | 2024.06.25 07:13:37.382934 [ 3 ] {c9f54477-5a2c-41da-9903-920f2bc6c85b} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3253 | 2024.06.25 07:13:37.383277 [ 3 ] {c9f54477-5a2c-41da-9903-920f2bc6c85b} <Trace> oximeter.fields_uuid (a6135af6-13ec-413a-9f2a-05b69fc69276): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3254 | 2024.06.25 07:13:37.383432 [ 3 ] {c9f54477-5a2c-41da-9903-920f2bc6c85b} <Debug> executeQuery: Read 94 rows, 7.52 KiB in 0.00145 sec., 64827.58620689656 rows/sec., 5.06 MiB/sec. | ||
3255 | 2024.06.25 07:13:37.383591 [ 3 ] {c9f54477-5a2c-41da-9903-920f2bc6c85b} <Debug> DynamicQueryHandler: Done processing query | ||
3256 | 2024.06.25 07:13:37.383615 [ 3 ] {c9f54477-5a2c-41da-9903-920f2bc6c85b} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
3257 | 2024.06.25 07:13:37.383631 [ 3 ] {} <Debug> HTTP-Session: 5ba942c4-4ad8-454a-b1ae-0e08fcaf0d9c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3258 | 2024.06.25 07:13:37.383806 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 30617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3259 | 2024.06.25 07:13:37.383855 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3260 | 2024.06.25 07:13:37.383875 [ 3 ] {} <Debug> HTTP-Session: d3a663ad-215c-4ce9-abb9-9b99b237a27b Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
3261 | 2024.06.25 07:13:37.383891 [ 3 ] {} <Debug> HTTP-Session: d3a663ad-215c-4ce9-abb9-9b99b237a27b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3262 | 2024.06.25 07:13:37.383905 [ 3 ] {} <Debug> HTTP-Session: d3a663ad-215c-4ce9-abb9-9b99b237a27b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3263 | 2024.06.25 07:13:37.383936 [ 3 ] {} <Trace> HTTP-Session: d3a663ad-215c-4ce9-abb9-9b99b237a27b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3264 | 2024.06.25 07:13:37.384107 [ 3 ] {9a262490-9a67-446d-a28b-faec28073dd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3265 | 2024.06.25 07:13:37.384155 [ 3 ] {9a262490-9a67-446d-a28b-faec28073dd8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3266 | 2024.06.25 07:13:37.384296 [ 3 ] {9a262490-9a67-446d-a28b-faec28073dd8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3267 | 2024.06.25 07:13:37.384703 [ 3 ] {9a262490-9a67-446d-a28b-faec28073dd8} <Trace> oximeter.measurements_cumulativeu64 (e2447d38-7ae3-46bc-83c9-f9b139496c24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3268 | 2024.06.25 07:13:37.384738 [ 3 ] {9a262490-9a67-446d-a28b-faec28073dd8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3269 | 2024.06.25 07:13:37.385125 [ 3 ] {9a262490-9a67-446d-a28b-faec28073dd8} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
3270 | 2024.06.25 07:13:37.385461 [ 3 ] {9a262490-9a67-446d-a28b-faec28073dd8} <Trace> oximeter.measurements_cumulativeu64 (e2447d38-7ae3-46bc-83c9-f9b139496c24): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3271 | 2024.06.25 07:13:37.385588 [ 3 ] {9a262490-9a67-446d-a28b-faec28073dd8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001551 sec., 103159.2520954223 rows/sec., 7.18 MiB/sec. | ||
3272 | 2024.06.25 07:13:37.385911 [ 3 ] {9a262490-9a67-446d-a28b-faec28073dd8} <Debug> DynamicQueryHandler: Done processing query | ||
3273 | 2024.06.25 07:13:37.385936 [ 3 ] {9a262490-9a67-446d-a28b-faec28073dd8} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3274 | 2024.06.25 07:13:37.385952 [ 3 ] {} <Debug> HTTP-Session: d3a663ad-215c-4ce9-abb9-9b99b237a27b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3275 | 2024.06.25 07:13:37.386105 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 48442, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3276 | 2024.06.25 07:13:37.386154 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3277 | 2024.06.25 07:13:37.386173 [ 3 ] {} <Debug> HTTP-Session: 808cb092-027e-4a4e-860a-af93341bffb4 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
3278 | 2024.06.25 07:13:37.386188 [ 3 ] {} <Debug> HTTP-Session: 808cb092-027e-4a4e-860a-af93341bffb4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3279 | 2024.06.25 07:13:37.386202 [ 3 ] {} <Debug> HTTP-Session: 808cb092-027e-4a4e-860a-af93341bffb4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3280 | 2024.06.25 07:13:37.386232 [ 3 ] {} <Trace> HTTP-Session: 808cb092-027e-4a4e-860a-af93341bffb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3281 | 2024.06.25 07:13:37.386627 [ 3 ] {3d4ffce9-1fbc-4a14-9c33-b55c953594d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3282 | 2024.06.25 07:13:37.386701 [ 3 ] {3d4ffce9-1fbc-4a14-9c33-b55c953594d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
3283 | 2024.06.25 07:13:37.387126 [ 3 ] {3d4ffce9-1fbc-4a14-9c33-b55c953594d5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3284 | 2024.06.25 07:13:37.387797 [ 3 ] {3d4ffce9-1fbc-4a14-9c33-b55c953594d5} <Trace> oximeter.measurements_histogramf64 (7bf12d27-0a09-45c5-8c45-4d00c63235e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3285 | 2024.06.25 07:13:37.387833 [ 3 ] {3d4ffce9-1fbc-4a14-9c33-b55c953594d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3286 | 2024.06.25 07:13:37.388537 [ 3 ] {3d4ffce9-1fbc-4a14-9c33-b55c953594d5} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3287 | 2024.06.25 07:13:37.388943 [ 3 ] {3d4ffce9-1fbc-4a14-9c33-b55c953594d5} <Trace> oximeter.measurements_histogramf64 (7bf12d27-0a09-45c5-8c45-4d00c63235e8): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3288 | 2024.06.25 07:13:37.389087 [ 3 ] {3d4ffce9-1fbc-4a14-9c33-b55c953594d5} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.00277 sec., 10830.324909747293 rows/sec., 19.41 MiB/sec. | ||
3289 | 2024.06.25 07:13:37.389276 [ 3 ] {3d4ffce9-1fbc-4a14-9c33-b55c953594d5} <Debug> DynamicQueryHandler: Done processing query | ||
3290 | 2024.06.25 07:13:37.389301 [ 3 ] {3d4ffce9-1fbc-4a14-9c33-b55c953594d5} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
3291 | 2024.06.25 07:13:37.389316 [ 3 ] {} <Debug> HTTP-Session: 808cb092-027e-4a4e-860a-af93341bffb4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3292 | 2024.06.25 07:13:37.389450 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3293 | 2024.06.25 07:13:37.389498 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3294 | 2024.06.25 07:13:37.389518 [ 3 ] {} <Debug> HTTP-Session: b83b010a-fef0-49bd-adce-5676b486dbfd Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
3295 | 2024.06.25 07:13:37.389534 [ 3 ] {} <Debug> HTTP-Session: b83b010a-fef0-49bd-adce-5676b486dbfd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3296 | 2024.06.25 07:13:37.389549 [ 3 ] {} <Debug> HTTP-Session: b83b010a-fef0-49bd-adce-5676b486dbfd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3297 | 2024.06.25 07:13:37.389582 [ 3 ] {} <Trace> HTTP-Session: b83b010a-fef0-49bd-adce-5676b486dbfd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3298 | 2024.06.25 07:13:37.389696 [ 3 ] {cf0f4161-8ef4-4b0b-8503-6c42c0097e56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3299 | 2024.06.25 07:13:37.389740 [ 3 ] {cf0f4161-8ef4-4b0b-8503-6c42c0097e56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3300 | 2024.06.25 07:13:37.389862 [ 3 ] {cf0f4161-8ef4-4b0b-8503-6c42c0097e56} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3301 | 2024.06.25 07:13:37.390160 [ 3 ] {cf0f4161-8ef4-4b0b-8503-6c42c0097e56} <Trace> oximeter.measurements_u64 (4dca2f8a-9dea-4d2f-8335-c4506eb14d05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3302 | 2024.06.25 07:13:37.390197 [ 3 ] {cf0f4161-8ef4-4b0b-8503-6c42c0097e56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3303 | 2024.06.25 07:13:37.390561 [ 3 ] {cf0f4161-8ef4-4b0b-8503-6c42c0097e56} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
3304 | 2024.06.25 07:13:37.390890 [ 3 ] {cf0f4161-8ef4-4b0b-8503-6c42c0097e56} <Trace> oximeter.measurements_u64 (4dca2f8a-9dea-4d2f-8335-c4506eb14d05): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3305 | 2024.06.25 07:13:37.391015 [ 3 ] {cf0f4161-8ef4-4b0b-8503-6c42c0097e56} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001362 sec., 44052.86343612335 rows/sec., 2.97 MiB/sec. | ||
3306 | 2024.06.25 07:13:37.391173 [ 3 ] {cf0f4161-8ef4-4b0b-8503-6c42c0097e56} <Debug> DynamicQueryHandler: Done processing query | ||
3307 | 2024.06.25 07:13:37.391197 [ 3 ] {cf0f4161-8ef4-4b0b-8503-6c42c0097e56} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3308 | 2024.06.25 07:13:37.391212 [ 3 ] {} <Debug> HTTP-Session: b83b010a-fef0-49bd-adce-5676b486dbfd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3309 | 2024.06.25 07:13:38.314864 [ 40 ] {} <Debug> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
3310 | 2024.06.25 07:13:38.314939 [ 40 ] {} <Trace> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3311 | 2024.06.25 07:13:38.314966 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3312 | 2024.06.25 07:13:38.315150 [ 197 ] {97bb610e-3b1b-436c-9561-ca8e7d1f5096::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 | ||
3313 | 2024.06.25 07:13:38.315512 [ 197 ] {97bb610e-3b1b-436c-9561-ca8e7d1f5096::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3314 | 2024.06.25 07:13:38.315554 [ 197 ] {97bb610e-3b1b-436c-9561-ca8e7d1f5096::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 4 rows starting from the beginning of the part | ||
3315 | 2024.06.25 07:13:38.315667 [ 197 ] {97bb610e-3b1b-436c-9561-ca8e7d1f5096::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part | ||
3316 | 2024.06.25 07:13:38.315834 [ 197 ] {97bb610e-3b1b-436c-9561-ca8e7d1f5096::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 14 rows starting from the beginning of the part | ||
3317 | 2024.06.25 07:13:38.316031 [ 197 ] {97bb610e-3b1b-436c-9561-ca8e7d1f5096::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part | ||
3318 | 2024.06.25 07:13:38.316145 [ 197 ] {97bb610e-3b1b-436c-9561-ca8e7d1f5096::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 4 rows starting from the beginning of the part | ||
3319 | 2024.06.25 07:13:38.318373 [ 186 ] {97bb610e-3b1b-436c-9561-ca8e7d1f5096::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 29 rows, containing 6 columns (6 merged, 0 gathered) in 0.003301208 sec., 8784.663068791788 rows/sec., 1.23 MiB/sec. | ||
3320 | 2024.06.25 07:13:38.318621 [ 187 ] {97bb610e-3b1b-436c-9561-ca8e7d1f5096::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
3321 | 2024.06.25 07:13:38.319223 [ 187 ] {97bb610e-3b1b-436c-9561-ca8e7d1f5096::all_1_5_1} <Trace> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3322 | 2024.06.25 07:13:38.319315 [ 187 ] {97bb610e-3b1b-436c-9561-ca8e7d1f5096::all_1_5_1} <Trace> oximeter.timeseries_schema (97bb610e-3b1b-436c-9561-ca8e7d1f5096) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
3323 | 2024.06.25 07:13:38.319421 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
3324 | 2024.06.25 07:13:42.371614 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 7836, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3325 | 2024.06.25 07:13:42.371753 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3326 | 2024.06.25 07:13:42.371784 [ 3 ] {} <Debug> HTTP-Session: eac65d30-e400-4fb1-ac34-3e1c4877e7dd Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
3327 | 2024.06.25 07:13:42.371811 [ 3 ] {} <Debug> HTTP-Session: eac65d30-e400-4fb1-ac34-3e1c4877e7dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3328 | 2024.06.25 07:13:42.371829 [ 3 ] {} <Debug> HTTP-Session: eac65d30-e400-4fb1-ac34-3e1c4877e7dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3329 | 2024.06.25 07:13:42.371883 [ 3 ] {} <Trace> HTTP-Session: eac65d30-e400-4fb1-ac34-3e1c4877e7dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3330 | 2024.06.25 07:13:42.372097 [ 3 ] {b52b5646-c23c-4a9f-8223-10f290c12bba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3331 | 2024.06.25 07:13:42.372176 [ 3 ] {b52b5646-c23c-4a9f-8223-10f290c12bba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3332 | 2024.06.25 07:13:42.372390 [ 3 ] {b52b5646-c23c-4a9f-8223-10f290c12bba} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3333 | 2024.06.25 07:13:42.372870 [ 3 ] {b52b5646-c23c-4a9f-8223-10f290c12bba} <Trace> oximeter.fields_string (92be2c77-e348-4680-ab71-16c97f347e42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3334 | 2024.06.25 07:13:42.372911 [ 3 ] {b52b5646-c23c-4a9f-8223-10f290c12bba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3335 | 2024.06.25 07:13:42.373290 [ 3 ] {b52b5646-c23c-4a9f-8223-10f290c12bba} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3336 | 2024.06.25 07:13:42.373615 [ 3 ] {b52b5646-c23c-4a9f-8223-10f290c12bba} <Trace> oximeter.fields_string (92be2c77-e348-4680-ab71-16c97f347e42): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3337 | 2024.06.25 07:13:42.373766 [ 3 ] {b52b5646-c23c-4a9f-8223-10f290c12bba} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001744 sec., 32110.091743119265 rows/sec., 2.47 MiB/sec. | ||
3338 | 2024.06.25 07:13:42.373983 [ 3 ] {b52b5646-c23c-4a9f-8223-10f290c12bba} <Debug> DynamicQueryHandler: Done processing query | ||
3339 | 2024.06.25 07:13:42.374011 [ 3 ] {b52b5646-c23c-4a9f-8223-10f290c12bba} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3340 | 2024.06.25 07:13:42.374028 [ 3 ] {} <Debug> HTTP-Session: eac65d30-e400-4fb1-ac34-3e1c4877e7dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3341 | 2024.06.25 07:13:42.374192 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 10886, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3342 | 2024.06.25 07:13:42.374248 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3343 | 2024.06.25 07:13:42.374269 [ 3 ] {} <Debug> HTTP-Session: be99c00a-b0ad-40eb-ad22-06052cfd4da4 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
3344 | 2024.06.25 07:13:42.374287 [ 3 ] {} <Debug> HTTP-Session: be99c00a-b0ad-40eb-ad22-06052cfd4da4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3345 | 2024.06.25 07:13:42.374301 [ 3 ] {} <Debug> HTTP-Session: be99c00a-b0ad-40eb-ad22-06052cfd4da4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3346 | 2024.06.25 07:13:42.374337 [ 3 ] {} <Trace> HTTP-Session: be99c00a-b0ad-40eb-ad22-06052cfd4da4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3347 | 2024.06.25 07:13:42.374462 [ 3 ] {0e8bd622-ccb0-4c0f-942c-8fbb24080ff2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3348 | 2024.06.25 07:13:42.374508 [ 3 ] {0e8bd622-ccb0-4c0f-942c-8fbb24080ff2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3349 | 2024.06.25 07:13:42.374643 [ 3 ] {0e8bd622-ccb0-4c0f-942c-8fbb24080ff2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3350 | 2024.06.25 07:13:42.375018 [ 3 ] {0e8bd622-ccb0-4c0f-942c-8fbb24080ff2} <Trace> oximeter.fields_uuid (a6135af6-13ec-413a-9f2a-05b69fc69276): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3351 | 2024.06.25 07:13:42.375054 [ 3 ] {0e8bd622-ccb0-4c0f-942c-8fbb24080ff2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3352 | 2024.06.25 07:13:42.375349 [ 3 ] {0e8bd622-ccb0-4c0f-942c-8fbb24080ff2} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3353 | 2024.06.25 07:13:42.375633 [ 3 ] {0e8bd622-ccb0-4c0f-942c-8fbb24080ff2} <Trace> oximeter.fields_uuid (a6135af6-13ec-413a-9f2a-05b69fc69276): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3354 | 2024.06.25 07:13:42.375754 [ 3 ] {0e8bd622-ccb0-4c0f-942c-8fbb24080ff2} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001381 sec., 46343.22954380883 rows/sec., 3.62 MiB/sec. | ||
3355 | 2024.06.25 07:13:42.375909 [ 3 ] {0e8bd622-ccb0-4c0f-942c-8fbb24080ff2} <Debug> DynamicQueryHandler: Done processing query | ||
3356 | 2024.06.25 07:13:42.375932 [ 3 ] {0e8bd622-ccb0-4c0f-942c-8fbb24080ff2} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
3357 | 2024.06.25 07:13:42.375947 [ 3 ] {} <Debug> HTTP-Session: be99c00a-b0ad-40eb-ad22-06052cfd4da4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3358 | 2024.06.25 07:13:42.376229 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 30617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3359 | 2024.06.25 07:13:42.376279 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3360 | 2024.06.25 07:13:42.376298 [ 3 ] {} <Debug> HTTP-Session: 1bb73b86-aca7-460f-8efe-4d391846ff3b Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
3361 | 2024.06.25 07:13:42.376315 [ 3 ] {} <Debug> HTTP-Session: 1bb73b86-aca7-460f-8efe-4d391846ff3b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3362 | 2024.06.25 07:13:42.376329 [ 3 ] {} <Debug> HTTP-Session: 1bb73b86-aca7-460f-8efe-4d391846ff3b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3363 | 2024.06.25 07:13:42.376362 [ 3 ] {} <Trace> HTTP-Session: 1bb73b86-aca7-460f-8efe-4d391846ff3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3364 | 2024.06.25 07:13:42.376555 [ 3 ] {c56a40f4-2306-4d54-be47-d18b75201421} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3365 | 2024.06.25 07:13:42.376604 [ 3 ] {c56a40f4-2306-4d54-be47-d18b75201421} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3366 | 2024.06.25 07:13:42.376749 [ 3 ] {c56a40f4-2306-4d54-be47-d18b75201421} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3367 | 2024.06.25 07:13:42.377133 [ 3 ] {c56a40f4-2306-4d54-be47-d18b75201421} <Trace> oximeter.measurements_cumulativeu64 (e2447d38-7ae3-46bc-83c9-f9b139496c24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3368 | 2024.06.25 07:13:42.377168 [ 3 ] {c56a40f4-2306-4d54-be47-d18b75201421} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3369 | 2024.06.25 07:13:42.377576 [ 3 ] {c56a40f4-2306-4d54-be47-d18b75201421} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
3370 | 2024.06.25 07:13:42.377911 [ 3 ] {c56a40f4-2306-4d54-be47-d18b75201421} <Trace> oximeter.measurements_cumulativeu64 (e2447d38-7ae3-46bc-83c9-f9b139496c24): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3371 | 2024.06.25 07:13:42.378033 [ 125 ] {} <Debug> oximeter.measurements_cumulativeu64 (e2447d38-7ae3-46bc-83c9-f9b139496c24) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
3372 | 2024.06.25 07:13:42.378040 [ 3 ] {c56a40f4-2306-4d54-be47-d18b75201421} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.0016 sec., 100000 rows/sec., 6.96 MiB/sec. | ||
3373 | 2024.06.25 07:13:42.378081 [ 125 ] {} <Trace> oximeter.measurements_cumulativeu64 (e2447d38-7ae3-46bc-83c9-f9b139496c24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3374 | 2024.06.25 07:13:42.378123 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3375 | 2024.06.25 07:13:42.378246 [ 3 ] {c56a40f4-2306-4d54-be47-d18b75201421} <Debug> DynamicQueryHandler: Done processing query | ||
3376 | 2024.06.25 07:13:42.378256 [ 197 ] {e2447d38-7ae3-46bc-83c9-f9b139496c24::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 | ||
3377 | 2024.06.25 07:13:42.378273 [ 3 ] {c56a40f4-2306-4d54-be47-d18b75201421} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3378 | 2024.06.25 07:13:42.378306 [ 3 ] {} <Debug> HTTP-Session: 1bb73b86-aca7-460f-8efe-4d391846ff3b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3379 | 2024.06.25 07:13:42.378424 [ 197 ] {e2447d38-7ae3-46bc-83c9-f9b139496c24::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3380 | 2024.06.25 07:13:42.378447 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3381 | 2024.06.25 07:13:42.378473 [ 197 ] {e2447d38-7ae3-46bc-83c9-f9b139496c24::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 554 rows starting from the beginning of the part | ||
3382 | 2024.06.25 07:13:42.378513 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3383 | 2024.06.25 07:13:42.378543 [ 3 ] {} <Debug> HTTP-Session: fd95e5bf-2c7a-441b-b10f-53b7e0a54d57 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
3384 | 2024.06.25 07:13:42.378576 [ 3 ] {} <Debug> HTTP-Session: fd95e5bf-2c7a-441b-b10f-53b7e0a54d57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3385 | 2024.06.25 07:13:42.378640 [ 3 ] {} <Debug> HTTP-Session: fd95e5bf-2c7a-441b-b10f-53b7e0a54d57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3386 | 2024.06.25 07:13:42.378642 [ 197 ] {e2447d38-7ae3-46bc-83c9-f9b139496c24::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 714 rows starting from the beginning of the part | ||
3387 | 2024.06.25 07:13:42.378742 [ 3 ] {} <Trace> HTTP-Session: fd95e5bf-2c7a-441b-b10f-53b7e0a54d57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3388 | 2024.06.25 07:13:42.379073 [ 197 ] {e2447d38-7ae3-46bc-83c9-f9b139496c24::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 | ||
3389 | 2024.06.25 07:13:42.379163 [ 3 ] {1bd50ec1-0461-43ee-8397-1d8a6b934a5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3390 | 2024.06.25 07:13:42.379338 [ 3 ] {1bd50ec1-0461-43ee-8397-1d8a6b934a5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3391 | 2024.06.25 07:13:42.379339 [ 197 ] {e2447d38-7ae3-46bc-83c9-f9b139496c24::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 | ||
3392 | 2024.06.25 07:13:42.379711 [ 197 ] {e2447d38-7ae3-46bc-83c9-f9b139496c24::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 | ||
3393 | 2024.06.25 07:13:42.380096 [ 197 ] {e2447d38-7ae3-46bc-83c9-f9b139496c24::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 160 rows starting from the beginning of the part | ||
3394 | 2024.06.25 07:13:42.380665 [ 3 ] {1bd50ec1-0461-43ee-8397-1d8a6b934a5d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3395 | 2024.06.25 07:13:42.381202 [ 3 ] {1bd50ec1-0461-43ee-8397-1d8a6b934a5d} <Trace> oximeter.measurements_u64 (4dca2f8a-9dea-4d2f-8335-c4506eb14d05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3396 | 2024.06.25 07:13:42.381241 [ 3 ] {1bd50ec1-0461-43ee-8397-1d8a6b934a5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3397 | 2024.06.25 07:13:42.381890 [ 3 ] {1bd50ec1-0461-43ee-8397-1d8a6b934a5d} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
3398 | 2024.06.25 07:13:42.382365 [ 3 ] {1bd50ec1-0461-43ee-8397-1d8a6b934a5d} <Trace> oximeter.measurements_u64 (4dca2f8a-9dea-4d2f-8335-c4506eb14d05): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3399 | 2024.06.25 07:13:42.382631 [ 3 ] {1bd50ec1-0461-43ee-8397-1d8a6b934a5d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00364 sec., 16483.516483516483 rows/sec., 1.11 MiB/sec. | ||
3400 | 2024.06.25 07:13:42.382715 [ 187 ] {e2447d38-7ae3-46bc-83c9-f9b139496c24::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1908 rows, containing 5 columns (5 merged, 0 gathered) in 0.004503946 sec., 423628.52485353954 rows/sec., 29.57 MiB/sec. | ||
3401 | 2024.06.25 07:13:42.382920 [ 3 ] {1bd50ec1-0461-43ee-8397-1d8a6b934a5d} <Debug> DynamicQueryHandler: Done processing query | ||
3402 | 2024.06.25 07:13:42.382955 [ 3 ] {1bd50ec1-0461-43ee-8397-1d8a6b934a5d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3403 | 2024.06.25 07:13:42.382989 [ 3 ] {} <Debug> HTTP-Session: fd95e5bf-2c7a-441b-b10f-53b7e0a54d57 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3404 | 2024.06.25 07:13:42.383099 [ 187 ] {e2447d38-7ae3-46bc-83c9-f9b139496c24::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
3405 | 2024.06.25 07:13:42.383580 [ 187 ] {e2447d38-7ae3-46bc-83c9-f9b139496c24::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (e2447d38-7ae3-46bc-83c9-f9b139496c24): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3406 | 2024.06.25 07:13:42.383674 [ 187 ] {e2447d38-7ae3-46bc-83c9-f9b139496c24::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (e2447d38-7ae3-46bc-83c9-f9b139496c24) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
3407 | 2024.06.25 07:13:42.383777 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB. | ||
3408 | 2024.06.25 07:13:46.651679 [ 63 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3409 | 2024.06.25 07:13:46.651750 [ 63 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3410 | 2024.06.25 07:13:47.373944 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 4356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3411 | 2024.06.25 07:13:47.374068 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3412 | 2024.06.25 07:13:47.374094 [ 3 ] {} <Debug> HTTP-Session: 9811168c-b0bb-4660-bd92-7326438486f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
3413 | 2024.06.25 07:13:47.374119 [ 3 ] {} <Debug> HTTP-Session: 9811168c-b0bb-4660-bd92-7326438486f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3414 | 2024.06.25 07:13:47.374134 [ 3 ] {} <Debug> HTTP-Session: 9811168c-b0bb-4660-bd92-7326438486f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3415 | 2024.06.25 07:13:47.374183 [ 3 ] {} <Trace> HTTP-Session: 9811168c-b0bb-4660-bd92-7326438486f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3416 | 2024.06.25 07:13:47.374387 [ 3 ] {bda94d7a-57c5-48db-aaa3-a5f2adde3c1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3417 | 2024.06.25 07:13:47.374454 [ 3 ] {bda94d7a-57c5-48db-aaa3-a5f2adde3c1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3418 | 2024.06.25 07:13:47.374648 [ 3 ] {bda94d7a-57c5-48db-aaa3-a5f2adde3c1c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3419 | 2024.06.25 07:13:47.375099 [ 3 ] {bda94d7a-57c5-48db-aaa3-a5f2adde3c1c} <Trace> oximeter.fields_i64 (5a4e27aa-5414-415d-87de-3cb5e0800323): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3420 | 2024.06.25 07:13:47.375148 [ 3 ] {bda94d7a-57c5-48db-aaa3-a5f2adde3c1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3421 | 2024.06.25 07:13:47.375526 [ 3 ] {bda94d7a-57c5-48db-aaa3-a5f2adde3c1c} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3422 | 2024.06.25 07:13:47.376003 [ 3 ] {bda94d7a-57c5-48db-aaa3-a5f2adde3c1c} <Trace> oximeter.fields_i64 (5a4e27aa-5414-415d-87de-3cb5e0800323): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3423 | 2024.06.25 07:13:47.376201 [ 3 ] {bda94d7a-57c5-48db-aaa3-a5f2adde3c1c} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001862 sec., 16111.70784103115 rows/sec., 1.28 MiB/sec. | ||
3424 | 2024.06.25 07:13:47.376787 [ 3 ] {bda94d7a-57c5-48db-aaa3-a5f2adde3c1c} <Debug> DynamicQueryHandler: Done processing query | ||
3425 | 2024.06.25 07:13:47.376816 [ 3 ] {bda94d7a-57c5-48db-aaa3-a5f2adde3c1c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3426 | 2024.06.25 07:13:47.376834 [ 3 ] {} <Debug> HTTP-Session: 9811168c-b0bb-4660-bd92-7326438486f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3427 | 2024.06.25 07:13:47.376965 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3428 | 2024.06.25 07:13:47.377025 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3429 | 2024.06.25 07:13:47.377046 [ 3 ] {} <Debug> HTTP-Session: 252b1f49-e5ef-42c2-acbf-ca1adf895964 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
3430 | 2024.06.25 07:13:47.377065 [ 3 ] {} <Debug> HTTP-Session: 252b1f49-e5ef-42c2-acbf-ca1adf895964 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3431 | 2024.06.25 07:13:47.377079 [ 3 ] {} <Debug> HTTP-Session: 252b1f49-e5ef-42c2-acbf-ca1adf895964 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3432 | 2024.06.25 07:13:47.377114 [ 3 ] {} <Trace> HTTP-Session: 252b1f49-e5ef-42c2-acbf-ca1adf895964 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3433 | 2024.06.25 07:13:47.377225 [ 3 ] {02ee009e-3f1c-4f41-9f1d-230e18055502} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
3434 | 2024.06.25 07:13:47.377272 [ 3 ] {02ee009e-3f1c-4f41-9f1d-230e18055502} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3435 | 2024.06.25 07:13:47.377416 [ 3 ] {02ee009e-3f1c-4f41-9f1d-230e18055502} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3436 | 2024.06.25 07:13:47.377722 [ 3 ] {02ee009e-3f1c-4f41-9f1d-230e18055502} <Trace> oximeter.fields_ipaddr (a80fa888-7cde-49a8-8db7-55a4c4c75c02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3437 | 2024.06.25 07:13:47.377759 [ 3 ] {02ee009e-3f1c-4f41-9f1d-230e18055502} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3438 | 2024.06.25 07:13:47.378058 [ 3 ] {02ee009e-3f1c-4f41-9f1d-230e18055502} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
3439 | 2024.06.25 07:13:47.378356 [ 3 ] {02ee009e-3f1c-4f41-9f1d-230e18055502} <Trace> oximeter.fields_ipaddr (a80fa888-7cde-49a8-8db7-55a4c4c75c02): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3440 | 2024.06.25 07:13:47.378520 [ 3 ] {02ee009e-3f1c-4f41-9f1d-230e18055502} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001322 sec., 3025.7186081694404 rows/sec., 246.73 KiB/sec. | ||
3441 | 2024.06.25 07:13:47.378789 [ 3 ] {02ee009e-3f1c-4f41-9f1d-230e18055502} <Debug> DynamicQueryHandler: Done processing query | ||
3442 | 2024.06.25 07:13:47.378814 [ 3 ] {02ee009e-3f1c-4f41-9f1d-230e18055502} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3443 | 2024.06.25 07:13:47.378830 [ 3 ] {} <Debug> HTTP-Session: 252b1f49-e5ef-42c2-acbf-ca1adf895964 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3444 | 2024.06.25 07:13:47.379029 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 21706, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3445 | 2024.06.25 07:13:47.379078 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3446 | 2024.06.25 07:13:47.379097 [ 3 ] {} <Debug> HTTP-Session: 5ed5287c-15da-4a7e-8623-b635d7970863 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
3447 | 2024.06.25 07:13:47.379114 [ 3 ] {} <Debug> HTTP-Session: 5ed5287c-15da-4a7e-8623-b635d7970863 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3448 | 2024.06.25 07:13:47.379128 [ 3 ] {} <Debug> HTTP-Session: 5ed5287c-15da-4a7e-8623-b635d7970863 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3449 | 2024.06.25 07:13:47.379160 [ 3 ] {} <Trace> HTTP-Session: 5ed5287c-15da-4a7e-8623-b635d7970863 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3450 | 2024.06.25 07:13:47.379321 [ 3 ] {99f7888f-0851-400e-a0d5-99f6045b1b93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3451 | 2024.06.25 07:13:47.379365 [ 3 ] {99f7888f-0851-400e-a0d5-99f6045b1b93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3452 | 2024.06.25 07:13:47.379507 [ 3 ] {99f7888f-0851-400e-a0d5-99f6045b1b93} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3453 | 2024.06.25 07:13:47.379902 [ 3 ] {99f7888f-0851-400e-a0d5-99f6045b1b93} <Trace> oximeter.fields_string (92be2c77-e348-4680-ab71-16c97f347e42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3454 | 2024.06.25 07:13:47.379939 [ 3 ] {99f7888f-0851-400e-a0d5-99f6045b1b93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3455 | 2024.06.25 07:13:47.380253 [ 3 ] {99f7888f-0851-400e-a0d5-99f6045b1b93} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3456 | 2024.06.25 07:13:47.380549 [ 3 ] {99f7888f-0851-400e-a0d5-99f6045b1b93} <Trace> oximeter.fields_string (92be2c77-e348-4680-ab71-16c97f347e42): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3457 | 2024.06.25 07:13:47.380719 [ 3 ] {99f7888f-0851-400e-a0d5-99f6045b1b93} <Debug> executeQuery: Read 148 rows, 12.69 KiB in 0.001469 sec., 100748.80871341049 rows/sec., 8.44 MiB/sec. | ||
3458 | 2024.06.25 07:13:47.381211 [ 3 ] {99f7888f-0851-400e-a0d5-99f6045b1b93} <Debug> DynamicQueryHandler: Done processing query | ||
3459 | 2024.06.25 07:13:47.381304 [ 3 ] {99f7888f-0851-400e-a0d5-99f6045b1b93} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
3460 | 2024.06.25 07:13:47.381399 [ 3 ] {} <Debug> HTTP-Session: 5ed5287c-15da-4a7e-8623-b635d7970863 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3461 | 2024.06.25 07:13:47.381588 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3462 | 2024.06.25 07:13:47.381637 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3463 | 2024.06.25 07:13:47.381655 [ 3 ] {} <Debug> HTTP-Session: 829b687e-c3a1-494d-ba05-ddbf9231b5c6 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
3464 | 2024.06.25 07:13:47.381672 [ 3 ] {} <Debug> HTTP-Session: 829b687e-c3a1-494d-ba05-ddbf9231b5c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3465 | 2024.06.25 07:13:47.381685 [ 3 ] {} <Debug> HTTP-Session: 829b687e-c3a1-494d-ba05-ddbf9231b5c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3466 | 2024.06.25 07:13:47.381716 [ 3 ] {} <Trace> HTTP-Session: 829b687e-c3a1-494d-ba05-ddbf9231b5c6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3467 | 2024.06.25 07:13:47.381813 [ 3 ] {09866391-85d5-478a-97f1-28ab9efd2abe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3468 | 2024.06.25 07:13:47.381856 [ 3 ] {09866391-85d5-478a-97f1-28ab9efd2abe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3469 | 2024.06.25 07:13:47.381994 [ 3 ] {09866391-85d5-478a-97f1-28ab9efd2abe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3470 | 2024.06.25 07:13:47.382264 [ 3 ] {09866391-85d5-478a-97f1-28ab9efd2abe} <Trace> oximeter.fields_u16 (3a35cf00-b7cc-45e3-80c8-1c8d13c9f8ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3471 | 2024.06.25 07:13:47.382299 [ 3 ] {09866391-85d5-478a-97f1-28ab9efd2abe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3472 | 2024.06.25 07:13:47.382596 [ 3 ] {09866391-85d5-478a-97f1-28ab9efd2abe} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
3473 | 2024.06.25 07:13:47.382899 [ 3 ] {09866391-85d5-478a-97f1-28ab9efd2abe} <Trace> oximeter.fields_u16 (3a35cf00-b7cc-45e3-80c8-1c8d13c9f8ae): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3474 | 2024.06.25 07:13:47.383055 [ 3 ] {09866391-85d5-478a-97f1-28ab9efd2abe} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001265 sec., 3162.0553359683795 rows/sec., 220.79 KiB/sec. | ||
3475 | 2024.06.25 07:13:47.383309 [ 3 ] {09866391-85d5-478a-97f1-28ab9efd2abe} <Debug> DynamicQueryHandler: Done processing query | ||
3476 | 2024.06.25 07:13:47.383334 [ 3 ] {09866391-85d5-478a-97f1-28ab9efd2abe} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3477 | 2024.06.25 07:13:47.383349 [ 3 ] {} <Debug> HTTP-Session: 829b687e-c3a1-494d-ba05-ddbf9231b5c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3478 | 2024.06.25 07:13:47.383472 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 16655, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3479 | 2024.06.25 07:13:47.383518 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3480 | 2024.06.25 07:13:47.383537 [ 3 ] {} <Debug> HTTP-Session: 74c4dcfe-b6a7-4ad2-a36b-cd48b0caeb8d Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
3481 | 2024.06.25 07:13:47.383553 [ 3 ] {} <Debug> HTTP-Session: 74c4dcfe-b6a7-4ad2-a36b-cd48b0caeb8d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3482 | 2024.06.25 07:13:47.383567 [ 3 ] {} <Debug> HTTP-Session: 74c4dcfe-b6a7-4ad2-a36b-cd48b0caeb8d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3483 | 2024.06.25 07:13:47.383596 [ 3 ] {} <Trace> HTTP-Session: 74c4dcfe-b6a7-4ad2-a36b-cd48b0caeb8d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3484 | 2024.06.25 07:13:47.383717 [ 3 ] {70b2ab2d-e6a1-4761-ae7f-570f674b71fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3485 | 2024.06.25 07:13:47.383774 [ 3 ] {70b2ab2d-e6a1-4761-ae7f-570f674b71fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3486 | 2024.06.25 07:13:47.383966 [ 3 ] {70b2ab2d-e6a1-4761-ae7f-570f674b71fc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3487 | 2024.06.25 07:13:47.384380 [ 3 ] {70b2ab2d-e6a1-4761-ae7f-570f674b71fc} <Trace> oximeter.fields_uuid (a6135af6-13ec-413a-9f2a-05b69fc69276): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3488 | 2024.06.25 07:13:47.384427 [ 3 ] {70b2ab2d-e6a1-4761-ae7f-570f674b71fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3489 | 2024.06.25 07:13:47.384831 [ 3 ] {70b2ab2d-e6a1-4761-ae7f-570f674b71fc} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3490 | 2024.06.25 07:13:47.385201 [ 3 ] {70b2ab2d-e6a1-4761-ae7f-570f674b71fc} <Trace> oximeter.fields_uuid (a6135af6-13ec-413a-9f2a-05b69fc69276): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3491 | 2024.06.25 07:13:47.385365 [ 3 ] {70b2ab2d-e6a1-4761-ae7f-570f674b71fc} <Debug> executeQuery: Read 98 rows, 7.84 KiB in 0.001685 sec., 58160.23738872403 rows/sec., 4.55 MiB/sec. | ||
3492 | 2024.06.25 07:13:47.385595 [ 3 ] {70b2ab2d-e6a1-4761-ae7f-570f674b71fc} <Debug> DynamicQueryHandler: Done processing query | ||
3493 | 2024.06.25 07:13:47.385618 [ 3 ] {70b2ab2d-e6a1-4761-ae7f-570f674b71fc} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
3494 | 2024.06.25 07:13:47.385634 [ 3 ] {} <Debug> HTTP-Session: 74c4dcfe-b6a7-4ad2-a36b-cd48b0caeb8d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3495 | 2024.06.25 07:13:47.385797 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 30998, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3496 | 2024.06.25 07:13:47.385846 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3497 | 2024.06.25 07:13:47.385865 [ 3 ] {} <Debug> HTTP-Session: d366a217-b44d-49b3-89c6-2954159d560c Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
3498 | 2024.06.25 07:13:47.385881 [ 3 ] {} <Debug> HTTP-Session: d366a217-b44d-49b3-89c6-2954159d560c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3499 | 2024.06.25 07:13:47.385894 [ 3 ] {} <Debug> HTTP-Session: d366a217-b44d-49b3-89c6-2954159d560c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3500 | 2024.06.25 07:13:47.385926 [ 3 ] {} <Trace> HTTP-Session: d366a217-b44d-49b3-89c6-2954159d560c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3501 | 2024.06.25 07:13:47.386081 [ 3 ] {3179cb8c-bce0-4fca-b681-29c0126ff8a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3502 | 2024.06.25 07:13:47.386128 [ 3 ] {3179cb8c-bce0-4fca-b681-29c0126ff8a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3503 | 2024.06.25 07:13:47.386274 [ 3 ] {3179cb8c-bce0-4fca-b681-29c0126ff8a3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3504 | 2024.06.25 07:13:47.386657 [ 3 ] {3179cb8c-bce0-4fca-b681-29c0126ff8a3} <Trace> oximeter.measurements_cumulativeu64 (e2447d38-7ae3-46bc-83c9-f9b139496c24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3505 | 2024.06.25 07:13:47.386693 [ 3 ] {3179cb8c-bce0-4fca-b681-29c0126ff8a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3506 | 2024.06.25 07:13:47.387088 [ 3 ] {3179cb8c-bce0-4fca-b681-29c0126ff8a3} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
3507 | 2024.06.25 07:13:47.387413 [ 3 ] {3179cb8c-bce0-4fca-b681-29c0126ff8a3} <Trace> oximeter.measurements_cumulativeu64 (e2447d38-7ae3-46bc-83c9-f9b139496c24): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3508 | 2024.06.25 07:13:47.387569 [ 3 ] {3179cb8c-bce0-4fca-b681-29c0126ff8a3} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001568 sec., 103316.32653061225 rows/sec., 7.19 MiB/sec. | ||
3509 | 2024.06.25 07:13:47.387725 [ 3 ] {3179cb8c-bce0-4fca-b681-29c0126ff8a3} <Debug> DynamicQueryHandler: Done processing query | ||
3510 | 2024.06.25 07:13:47.387749 [ 3 ] {3179cb8c-bce0-4fca-b681-29c0126ff8a3} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3511 | 2024.06.25 07:13:47.387765 [ 3 ] {} <Debug> HTTP-Session: d366a217-b44d-49b3-89c6-2954159d560c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3512 | 2024.06.25 07:13:47.387972 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 48354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3513 | 2024.06.25 07:13:47.388019 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3514 | 2024.06.25 07:13:47.388037 [ 3 ] {} <Debug> HTTP-Session: 2dcdd264-e728-40d9-83e0-81851d1cd9a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
3515 | 2024.06.25 07:13:47.388053 [ 3 ] {} <Debug> HTTP-Session: 2dcdd264-e728-40d9-83e0-81851d1cd9a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3516 | 2024.06.25 07:13:47.388067 [ 3 ] {} <Debug> HTTP-Session: 2dcdd264-e728-40d9-83e0-81851d1cd9a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3517 | 2024.06.25 07:13:47.388097 [ 3 ] {} <Trace> HTTP-Session: 2dcdd264-e728-40d9-83e0-81851d1cd9a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3518 | 2024.06.25 07:13:47.388582 [ 3 ] {06ebcd9a-7b8c-4dd7-9c11-3f8f10381988} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3519 | 2024.06.25 07:13:47.388646 [ 3 ] {06ebcd9a-7b8c-4dd7-9c11-3f8f10381988} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
3520 | 2024.06.25 07:13:47.389049 [ 3 ] {06ebcd9a-7b8c-4dd7-9c11-3f8f10381988} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3521 | 2024.06.25 07:13:47.389661 [ 3 ] {06ebcd9a-7b8c-4dd7-9c11-3f8f10381988} <Trace> oximeter.measurements_histogramf64 (7bf12d27-0a09-45c5-8c45-4d00c63235e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3522 | 2024.06.25 07:13:47.389696 [ 3 ] {06ebcd9a-7b8c-4dd7-9c11-3f8f10381988} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3523 | 2024.06.25 07:13:47.390270 [ 3 ] {06ebcd9a-7b8c-4dd7-9c11-3f8f10381988} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3524 | 2024.06.25 07:13:47.390668 [ 3 ] {06ebcd9a-7b8c-4dd7-9c11-3f8f10381988} <Trace> oximeter.measurements_histogramf64 (7bf12d27-0a09-45c5-8c45-4d00c63235e8): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3525 | 2024.06.25 07:13:47.390875 [ 3 ] {06ebcd9a-7b8c-4dd7-9c11-3f8f10381988} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002691 sec., 11148.272017837236 rows/sec., 19.98 MiB/sec. | ||
3526 | 2024.06.25 07:13:47.391379 [ 3 ] {06ebcd9a-7b8c-4dd7-9c11-3f8f10381988} <Debug> DynamicQueryHandler: Done processing query | ||
3527 | 2024.06.25 07:13:47.391407 [ 3 ] {06ebcd9a-7b8c-4dd7-9c11-3f8f10381988} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
3528 | 2024.06.25 07:13:47.391423 [ 3 ] {} <Debug> HTTP-Session: 2dcdd264-e728-40d9-83e0-81851d1cd9a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3529 | 2024.06.25 07:13:47.391559 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3530 | 2024.06.25 07:13:47.391607 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3531 | 2024.06.25 07:13:47.391627 [ 3 ] {} <Debug> HTTP-Session: df0219d0-a861-4fa6-95c7-e7a214f3f835 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
3532 | 2024.06.25 07:13:47.391643 [ 3 ] {} <Debug> HTTP-Session: df0219d0-a861-4fa6-95c7-e7a214f3f835 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3533 | 2024.06.25 07:13:47.391657 [ 3 ] {} <Debug> HTTP-Session: df0219d0-a861-4fa6-95c7-e7a214f3f835 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3534 | 2024.06.25 07:13:47.391688 [ 3 ] {} <Trace> HTTP-Session: df0219d0-a861-4fa6-95c7-e7a214f3f835 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3535 | 2024.06.25 07:13:47.391811 [ 3 ] {b49b9a07-513b-4da2-ac7c-2ddd3bde68e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3536 | 2024.06.25 07:13:47.391857 [ 3 ] {b49b9a07-513b-4da2-ac7c-2ddd3bde68e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3537 | 2024.06.25 07:13:47.392006 [ 3 ] {b49b9a07-513b-4da2-ac7c-2ddd3bde68e0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3538 | 2024.06.25 07:13:47.392271 [ 3 ] {b49b9a07-513b-4da2-ac7c-2ddd3bde68e0} <Trace> oximeter.measurements_u64 (4dca2f8a-9dea-4d2f-8335-c4506eb14d05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3539 | 2024.06.25 07:13:47.392307 [ 3 ] {b49b9a07-513b-4da2-ac7c-2ddd3bde68e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3540 | 2024.06.25 07:13:47.392667 [ 3 ] {b49b9a07-513b-4da2-ac7c-2ddd3bde68e0} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
3541 | 2024.06.25 07:13:47.392983 [ 3 ] {b49b9a07-513b-4da2-ac7c-2ddd3bde68e0} <Trace> oximeter.measurements_u64 (4dca2f8a-9dea-4d2f-8335-c4506eb14d05): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3542 | 2024.06.25 07:13:47.393148 [ 3 ] {b49b9a07-513b-4da2-ac7c-2ddd3bde68e0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001366 sec., 43923.86530014641 rows/sec., 2.96 MiB/sec. | ||
3543 | 2024.06.25 07:13:47.393342 [ 3 ] {b49b9a07-513b-4da2-ac7c-2ddd3bde68e0} <Debug> DynamicQueryHandler: Done processing query | ||
3544 | 2024.06.25 07:13:47.393366 [ 3 ] {b49b9a07-513b-4da2-ac7c-2ddd3bde68e0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3545 | 2024.06.25 07:13:47.393382 [ 3 ] {} <Debug> HTTP-Session: df0219d0-a861-4fa6-95c7-e7a214f3f835 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3546 | 2024.06.25 07:13:52.374020 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3547 | 2024.06.25 07:13:52.374194 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3548 | 2024.06.25 07:13:52.374237 [ 3 ] {} <Debug> HTTP-Session: 4f2894bc-9a97-4faa-8981-d8047def3cd2 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
3549 | 2024.06.25 07:13:52.374277 [ 3 ] {} <Debug> HTTP-Session: 4f2894bc-9a97-4faa-8981-d8047def3cd2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3550 | 2024.06.25 07:13:52.374305 [ 3 ] {} <Debug> HTTP-Session: 4f2894bc-9a97-4faa-8981-d8047def3cd2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3551 | 2024.06.25 07:13:52.374381 [ 3 ] {} <Trace> HTTP-Session: 4f2894bc-9a97-4faa-8981-d8047def3cd2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3552 | 2024.06.25 07:13:52.374628 [ 3 ] {5f2c2838-32af-4a5f-b38e-a3987e9461fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
3553 | 2024.06.25 07:13:52.374726 [ 3 ] {5f2c2838-32af-4a5f-b38e-a3987e9461fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3554 | 2024.06.25 07:13:52.375005 [ 3 ] {5f2c2838-32af-4a5f-b38e-a3987e9461fa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3555 | 2024.06.25 07:13:52.375369 [ 3 ] {5f2c2838-32af-4a5f-b38e-a3987e9461fa} <Trace> oximeter.fields_ipaddr (a80fa888-7cde-49a8-8db7-55a4c4c75c02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3556 | 2024.06.25 07:13:52.375410 [ 3 ] {5f2c2838-32af-4a5f-b38e-a3987e9461fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3557 | 2024.06.25 07:13:52.375759 [ 3 ] {5f2c2838-32af-4a5f-b38e-a3987e9461fa} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
3558 | 2024.06.25 07:13:52.376087 [ 3 ] {5f2c2838-32af-4a5f-b38e-a3987e9461fa} <Trace> oximeter.fields_ipaddr (a80fa888-7cde-49a8-8db7-55a4c4c75c02): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3559 | 2024.06.25 07:13:52.376271 [ 3 ] {5f2c2838-32af-4a5f-b38e-a3987e9461fa} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001723 sec., 1160.7661056297156 rows/sec., 94.65 KiB/sec. | ||
3560 | 2024.06.25 07:13:52.376471 [ 3 ] {5f2c2838-32af-4a5f-b38e-a3987e9461fa} <Debug> DynamicQueryHandler: Done processing query | ||
3561 | 2024.06.25 07:13:52.376499 [ 3 ] {5f2c2838-32af-4a5f-b38e-a3987e9461fa} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3562 | 2024.06.25 07:13:52.376515 [ 3 ] {} <Debug> HTTP-Session: 4f2894bc-9a97-4faa-8981-d8047def3cd2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3563 | 2024.06.25 07:13:52.376678 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 12952, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3564 | 2024.06.25 07:13:52.376730 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3565 | 2024.06.25 07:13:52.376751 [ 3 ] {} <Debug> HTTP-Session: ae2d722d-d6c0-43dc-a39d-2139aa434b79 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
3566 | 2024.06.25 07:13:52.376770 [ 3 ] {} <Debug> HTTP-Session: ae2d722d-d6c0-43dc-a39d-2139aa434b79 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3567 | 2024.06.25 07:13:52.376784 [ 3 ] {} <Debug> HTTP-Session: ae2d722d-d6c0-43dc-a39d-2139aa434b79 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3568 | 2024.06.25 07:13:52.376819 [ 3 ] {} <Trace> HTTP-Session: ae2d722d-d6c0-43dc-a39d-2139aa434b79 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3569 | 2024.06.25 07:13:52.376947 [ 3 ] {4d2f5e3a-7d74-4cd0-a094-0b1355878754} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3570 | 2024.06.25 07:13:52.376993 [ 3 ] {4d2f5e3a-7d74-4cd0-a094-0b1355878754} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3571 | 2024.06.25 07:13:52.377123 [ 3 ] {4d2f5e3a-7d74-4cd0-a094-0b1355878754} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3572 | 2024.06.25 07:13:52.377470 [ 3 ] {4d2f5e3a-7d74-4cd0-a094-0b1355878754} <Trace> oximeter.fields_string (92be2c77-e348-4680-ab71-16c97f347e42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3573 | 2024.06.25 07:13:52.377506 [ 3 ] {4d2f5e3a-7d74-4cd0-a094-0b1355878754} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3574 | 2024.06.25 07:13:52.377822 [ 3 ] {4d2f5e3a-7d74-4cd0-a094-0b1355878754} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3575 | 2024.06.25 07:13:52.378130 [ 3 ] {4d2f5e3a-7d74-4cd0-a094-0b1355878754} <Trace> oximeter.fields_string (92be2c77-e348-4680-ab71-16c97f347e42): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3576 | 2024.06.25 07:13:52.378290 [ 3 ] {4d2f5e3a-7d74-4cd0-a094-0b1355878754} <Debug> executeQuery: Read 93 rows, 7.29 KiB in 0.001385 sec., 67148.01444043321 rows/sec., 5.14 MiB/sec. | ||
3577 | 2024.06.25 07:13:52.378291 [ 152 ] {} <Debug> oximeter.fields_string (92be2c77-e348-4680-ab71-16c97f347e42) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
3578 | 2024.06.25 07:13:52.378416 [ 152 ] {} <Trace> oximeter.fields_string (92be2c77-e348-4680-ab71-16c97f347e42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3579 | 2024.06.25 07:13:52.378451 [ 152 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3580 | 2024.06.25 07:13:52.378533 [ 3 ] {4d2f5e3a-7d74-4cd0-a094-0b1355878754} <Debug> DynamicQueryHandler: Done processing query | ||
3581 | 2024.06.25 07:13:52.378592 [ 3 ] {4d2f5e3a-7d74-4cd0-a094-0b1355878754} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
3582 | 2024.06.25 07:13:52.378650 [ 3 ] {} <Debug> HTTP-Session: ae2d722d-d6c0-43dc-a39d-2139aa434b79 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3583 | 2024.06.25 07:13:52.378711 [ 186 ] {92be2c77-e348-4680-ab71-16c97f347e42::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 | ||
3584 | 2024.06.25 07:13:52.378806 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3585 | 2024.06.25 07:13:52.378914 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3586 | 2024.06.25 07:13:52.378982 [ 3 ] {} <Debug> HTTP-Session: 8a6d4e4f-8734-44eb-81cb-1e4e78b4318e Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
3587 | 2024.06.25 07:13:52.378995 [ 186 ] {92be2c77-e348-4680-ab71-16c97f347e42::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3588 | 2024.06.25 07:13:52.379016 [ 3 ] {} <Debug> HTTP-Session: 8a6d4e4f-8734-44eb-81cb-1e4e78b4318e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3589 | 2024.06.25 07:13:52.379058 [ 3 ] {} <Debug> HTTP-Session: 8a6d4e4f-8734-44eb-81cb-1e4e78b4318e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3590 | 2024.06.25 07:13:52.379063 [ 186 ] {92be2c77-e348-4680-ab71-16c97f347e42::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 185 rows starting from the beginning of the part | ||
3591 | 2024.06.25 07:13:52.379106 [ 3 ] {} <Trace> HTTP-Session: 8a6d4e4f-8734-44eb-81cb-1e4e78b4318e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3592 | 2024.06.25 07:13:52.379315 [ 186 ] {92be2c77-e348-4680-ab71-16c97f347e42::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 56 rows starting from the beginning of the part | ||
3593 | 2024.06.25 07:13:52.379569 [ 186 ] {92be2c77-e348-4680-ab71-16c97f347e42::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 146 rows starting from the beginning of the part | ||
3594 | 2024.06.25 07:13:52.379583 [ 3 ] {5860ffb6-cd90-4347-9809-8f17f3e9e97f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3595 | 2024.06.25 07:13:52.379807 [ 186 ] {92be2c77-e348-4680-ab71-16c97f347e42::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 56 rows starting from the beginning of the part | ||
3596 | 2024.06.25 07:13:52.379859 [ 3 ] {5860ffb6-cd90-4347-9809-8f17f3e9e97f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3597 | 2024.06.25 07:13:52.380154 [ 186 ] {92be2c77-e348-4680-ab71-16c97f347e42::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 148 rows starting from the beginning of the part | ||
3598 | 2024.06.25 07:13:52.380491 [ 186 ] {92be2c77-e348-4680-ab71-16c97f347e42::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 93 rows starting from the beginning of the part | ||
3599 | 2024.06.25 07:13:52.381029 [ 3 ] {5860ffb6-cd90-4347-9809-8f17f3e9e97f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3600 | 2024.06.25 07:13:52.381767 [ 3 ] {5860ffb6-cd90-4347-9809-8f17f3e9e97f} <Trace> oximeter.fields_u16 (3a35cf00-b7cc-45e3-80c8-1c8d13c9f8ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3601 | 2024.06.25 07:13:52.381839 [ 3 ] {5860ffb6-cd90-4347-9809-8f17f3e9e97f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3602 | 2024.06.25 07:13:52.382687 [ 3 ] {5860ffb6-cd90-4347-9809-8f17f3e9e97f} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
3603 | 2024.06.25 07:13:52.383458 [ 3 ] {5860ffb6-cd90-4347-9809-8f17f3e9e97f} <Trace> oximeter.fields_u16 (3a35cf00-b7cc-45e3-80c8-1c8d13c9f8ae): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3604 | 2024.06.25 07:13:52.383465 [ 186 ] {92be2c77-e348-4680-ab71-16c97f347e42::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 684 rows, containing 4 columns (4 merged, 0 gathered) in 0.004909911 sec., 139310.06081372962 rows/sec., 11.32 MiB/sec. | ||
3605 | 2024.06.25 07:13:52.383785 [ 187 ] {92be2c77-e348-4680-ab71-16c97f347e42::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
3606 | 2024.06.25 07:13:52.383797 [ 3 ] {5860ffb6-cd90-4347-9809-8f17f3e9e97f} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.004546 sec., 439.9472063352398 rows/sec., 30.72 KiB/sec. | ||
3607 | 2024.06.25 07:13:52.384186 [ 3 ] {5860ffb6-cd90-4347-9809-8f17f3e9e97f} <Debug> DynamicQueryHandler: Done processing query | ||
3608 | 2024.06.25 07:13:52.384237 [ 3 ] {5860ffb6-cd90-4347-9809-8f17f3e9e97f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3609 | 2024.06.25 07:13:52.384291 [ 3 ] {} <Debug> HTTP-Session: 8a6d4e4f-8734-44eb-81cb-1e4e78b4318e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3610 | 2024.06.25 07:13:52.384461 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 15269, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3611 | 2024.06.25 07:13:52.384544 [ 187 ] {92be2c77-e348-4680-ab71-16c97f347e42::all_1_21_4} <Trace> oximeter.fields_string (92be2c77-e348-4680-ab71-16c97f347e42): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3612 | 2024.06.25 07:13:52.384560 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3613 | 2024.06.25 07:13:52.384622 [ 3 ] {} <Debug> HTTP-Session: e0bef80d-d69c-42c6-bbe0-a33442165678 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
3614 | 2024.06.25 07:13:52.384650 [ 3 ] {} <Debug> HTTP-Session: e0bef80d-d69c-42c6-bbe0-a33442165678 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3615 | 2024.06.25 07:13:52.384688 [ 3 ] {} <Debug> HTTP-Session: e0bef80d-d69c-42c6-bbe0-a33442165678 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3616 | 2024.06.25 07:13:52.384741 [ 187 ] {92be2c77-e348-4680-ab71-16c97f347e42::all_1_21_4} <Trace> oximeter.fields_string (92be2c77-e348-4680-ab71-16c97f347e42) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
3617 | 2024.06.25 07:13:52.384756 [ 3 ] {} <Trace> HTTP-Session: e0bef80d-d69c-42c6-bbe0-a33442165678 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3618 | 2024.06.25 07:13:52.384905 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
3619 | 2024.06.25 07:13:52.384980 [ 3 ] {a4ac37af-d47e-49e6-910e-3d2d14a33ed6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3620 | 2024.06.25 07:13:52.385030 [ 3 ] {a4ac37af-d47e-49e6-910e-3d2d14a33ed6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3621 | 2024.06.25 07:13:52.385178 [ 3 ] {a4ac37af-d47e-49e6-910e-3d2d14a33ed6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3622 | 2024.06.25 07:13:52.385508 [ 3 ] {a4ac37af-d47e-49e6-910e-3d2d14a33ed6} <Trace> oximeter.fields_uuid (a6135af6-13ec-413a-9f2a-05b69fc69276): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3623 | 2024.06.25 07:13:52.385545 [ 3 ] {a4ac37af-d47e-49e6-910e-3d2d14a33ed6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3624 | 2024.06.25 07:13:52.385868 [ 3 ] {a4ac37af-d47e-49e6-910e-3d2d14a33ed6} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3625 | 2024.06.25 07:13:52.386174 [ 3 ] {a4ac37af-d47e-49e6-910e-3d2d14a33ed6} <Trace> oximeter.fields_uuid (a6135af6-13ec-413a-9f2a-05b69fc69276): 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.06.25 07:13:52.386320 [ 152 ] {} <Debug> oximeter.fields_uuid (a6135af6-13ec-413a-9f2a-05b69fc69276) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
3627 | 2024.06.25 07:13:52.386332 [ 3 ] {a4ac37af-d47e-49e6-910e-3d2d14a33ed6} <Debug> executeQuery: Read 90 rows, 7.18 KiB in 0.001426 sec., 63113.60448807854 rows/sec., 4.91 MiB/sec. | ||
3628 | 2024.06.25 07:13:52.386374 [ 152 ] {} <Trace> oximeter.fields_uuid (a6135af6-13ec-413a-9f2a-05b69fc69276): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3629 | 2024.06.25 07:13:52.386436 [ 152 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3630 | 2024.06.25 07:13:52.386680 [ 3 ] {a4ac37af-d47e-49e6-910e-3d2d14a33ed6} <Debug> DynamicQueryHandler: Done processing query | ||
3631 | 2024.06.25 07:13:52.386805 [ 186 ] {a6135af6-13ec-413a-9f2a-05b69fc69276::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 | ||
3632 | 2024.06.25 07:13:52.386806 [ 3 ] {a4ac37af-d47e-49e6-910e-3d2d14a33ed6} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
3633 | 2024.06.25 07:13:52.386943 [ 3 ] {} <Debug> HTTP-Session: e0bef80d-d69c-42c6-bbe0-a33442165678 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3634 | 2024.06.25 07:13:52.387242 [ 186 ] {a6135af6-13ec-413a-9f2a-05b69fc69276::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3635 | 2024.06.25 07:13:52.387276 [ 186 ] {a6135af6-13ec-413a-9f2a-05b69fc69276::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 142 rows starting from the beginning of the part | ||
3636 | 2024.06.25 07:13:52.387451 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 37772, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3637 | 2024.06.25 07:13:52.387483 [ 186 ] {a6135af6-13ec-413a-9f2a-05b69fc69276::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 64 rows starting from the beginning of the part | ||
3638 | 2024.06.25 07:13:52.387621 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3639 | 2024.06.25 07:13:52.387720 [ 186 ] {a6135af6-13ec-413a-9f2a-05b69fc69276::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 94 rows starting from the beginning of the part | ||
3640 | 2024.06.25 07:13:52.387742 [ 3 ] {} <Debug> HTTP-Session: 0b3736d1-4861-4b5c-aa32-64e0fd0065bb Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
3641 | 2024.06.25 07:13:52.387801 [ 3 ] {} <Debug> HTTP-Session: 0b3736d1-4861-4b5c-aa32-64e0fd0065bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3642 | 2024.06.25 07:13:52.387923 [ 3 ] {} <Debug> HTTP-Session: 0b3736d1-4861-4b5c-aa32-64e0fd0065bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3643 | 2024.06.25 07:13:52.387953 [ 186 ] {a6135af6-13ec-413a-9f2a-05b69fc69276::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 64 rows starting from the beginning of the part | ||
3644 | 2024.06.25 07:13:52.388109 [ 3 ] {} <Trace> HTTP-Session: 0b3736d1-4861-4b5c-aa32-64e0fd0065bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3645 | 2024.06.25 07:13:52.388229 [ 186 ] {a6135af6-13ec-413a-9f2a-05b69fc69276::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 98 rows starting from the beginning of the part | ||
3646 | 2024.06.25 07:13:52.388436 [ 186 ] {a6135af6-13ec-413a-9f2a-05b69fc69276::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 90 rows starting from the beginning of the part | ||
3647 | 2024.06.25 07:13:52.388802 [ 3 ] {0182987a-dd6e-4050-bb85-3ab49ff3554e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3648 | 2024.06.25 07:13:52.388886 [ 3 ] {0182987a-dd6e-4050-bb85-3ab49ff3554e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3649 | 2024.06.25 07:13:52.389462 [ 3 ] {0182987a-dd6e-4050-bb85-3ab49ff3554e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3650 | 2024.06.25 07:13:52.390518 [ 3 ] {0182987a-dd6e-4050-bb85-3ab49ff3554e} <Trace> oximeter.measurements_cumulativeu64 (e2447d38-7ae3-46bc-83c9-f9b139496c24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3651 | 2024.06.25 07:13:52.390578 [ 3 ] {0182987a-dd6e-4050-bb85-3ab49ff3554e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3652 | 2024.06.25 07:13:52.391125 [ 186 ] {a6135af6-13ec-413a-9f2a-05b69fc69276::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 552 rows, containing 4 columns (4 merged, 0 gathered) in 0.004596417 sec., 120093.5424266336 rows/sec., 9.37 MiB/sec. | ||
3653 | 2024.06.25 07:13:52.391354 [ 186 ] {a6135af6-13ec-413a-9f2a-05b69fc69276::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
3654 | 2024.06.25 07:13:52.391524 [ 3 ] {0182987a-dd6e-4050-bb85-3ab49ff3554e} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3655 | 2024.06.25 07:13:52.392160 [ 186 ] {a6135af6-13ec-413a-9f2a-05b69fc69276::all_1_21_4} <Trace> oximeter.fields_uuid (a6135af6-13ec-413a-9f2a-05b69fc69276): 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.06.25 07:13:52.392347 [ 186 ] {a6135af6-13ec-413a-9f2a-05b69fc69276::all_1_21_4} <Trace> oximeter.fields_uuid (a6135af6-13ec-413a-9f2a-05b69fc69276) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
3657 | 2024.06.25 07:13:52.392345 [ 3 ] {0182987a-dd6e-4050-bb85-3ab49ff3554e} <Trace> oximeter.measurements_cumulativeu64 (e2447d38-7ae3-46bc-83c9-f9b139496c24): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3658 | 2024.06.25 07:13:52.392500 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
3659 | 2024.06.25 07:13:52.392639 [ 3 ] {0182987a-dd6e-4050-bb85-3ab49ff3554e} <Debug> executeQuery: Read 197 rows, 14.08 KiB in 0.004127 sec., 47734.431790646966 rows/sec., 3.33 MiB/sec. | ||
3660 | 2024.06.25 07:13:52.392826 [ 3 ] {0182987a-dd6e-4050-bb85-3ab49ff3554e} <Debug> DynamicQueryHandler: Done processing query | ||
3661 | 2024.06.25 07:13:52.392851 [ 3 ] {0182987a-dd6e-4050-bb85-3ab49ff3554e} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
3662 | 2024.06.25 07:13:52.392867 [ 3 ] {} <Debug> HTTP-Session: 0b3736d1-4861-4b5c-aa32-64e0fd0065bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3663 | 2024.06.25 07:13:52.392996 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3664 | 2024.06.25 07:13:52.393042 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3665 | 2024.06.25 07:13:52.393060 [ 3 ] {} <Debug> HTTP-Session: 863f9269-e840-4735-8ca0-3316cfb42a2f Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
3666 | 2024.06.25 07:13:52.393077 [ 3 ] {} <Debug> HTTP-Session: 863f9269-e840-4735-8ca0-3316cfb42a2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3667 | 2024.06.25 07:13:52.393092 [ 3 ] {} <Debug> HTTP-Session: 863f9269-e840-4735-8ca0-3316cfb42a2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3668 | 2024.06.25 07:13:52.393122 [ 3 ] {} <Trace> HTTP-Session: 863f9269-e840-4735-8ca0-3316cfb42a2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3669 | 2024.06.25 07:13:52.393243 [ 3 ] {374a4dee-cdce-461b-a672-113682549b24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3670 | 2024.06.25 07:13:52.393288 [ 3 ] {374a4dee-cdce-461b-a672-113682549b24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3671 | 2024.06.25 07:13:52.393419 [ 3 ] {374a4dee-cdce-461b-a672-113682549b24} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3672 | 2024.06.25 07:13:52.393687 [ 3 ] {374a4dee-cdce-461b-a672-113682549b24} <Trace> oximeter.measurements_u64 (4dca2f8a-9dea-4d2f-8335-c4506eb14d05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3673 | 2024.06.25 07:13:52.393722 [ 3 ] {374a4dee-cdce-461b-a672-113682549b24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3674 | 2024.06.25 07:13:52.394075 [ 3 ] {374a4dee-cdce-461b-a672-113682549b24} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
3675 | 2024.06.25 07:13:52.394390 [ 3 ] {374a4dee-cdce-461b-a672-113682549b24} <Trace> oximeter.measurements_u64 (4dca2f8a-9dea-4d2f-8335-c4506eb14d05): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3676 | 2024.06.25 07:13:52.394535 [ 152 ] {} <Debug> oximeter.measurements_u64 (4dca2f8a-9dea-4d2f-8335-c4506eb14d05) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
3677 | 2024.06.25 07:13:52.394545 [ 3 ] {374a4dee-cdce-461b-a672-113682549b24} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001342 sec., 44709.38897168405 rows/sec., 3.01 MiB/sec. | ||
3678 | 2024.06.25 07:13:52.394580 [ 152 ] {} <Trace> oximeter.measurements_u64 (4dca2f8a-9dea-4d2f-8335-c4506eb14d05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3679 | 2024.06.25 07:13:52.394636 [ 152 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3680 | 2024.06.25 07:13:52.394851 [ 187 ] {4dca2f8a-9dea-4d2f-8335-c4506eb14d05::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 | ||
3681 | 2024.06.25 07:13:52.394864 [ 3 ] {374a4dee-cdce-461b-a672-113682549b24} <Debug> DynamicQueryHandler: Done processing query | ||
3682 | 2024.06.25 07:13:52.394935 [ 3 ] {374a4dee-cdce-461b-a672-113682549b24} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3683 | 2024.06.25 07:13:52.394955 [ 3 ] {} <Debug> HTTP-Session: 863f9269-e840-4735-8ca0-3316cfb42a2f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3684 | 2024.06.25 07:13:52.395076 [ 187 ] {4dca2f8a-9dea-4d2f-8335-c4506eb14d05::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3685 | 2024.06.25 07:13:52.395121 [ 187 ] {4dca2f8a-9dea-4d2f-8335-c4506eb14d05::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 292 rows starting from the beginning of the part | ||
3686 | 2024.06.25 07:13:52.395253 [ 187 ] {4dca2f8a-9dea-4d2f-8335-c4506eb14d05::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 | ||
3687 | 2024.06.25 07:13:52.395542 [ 187 ] {4dca2f8a-9dea-4d2f-8335-c4506eb14d05::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 | ||
3688 | 2024.06.25 07:13:52.395627 [ 187 ] {4dca2f8a-9dea-4d2f-8335-c4506eb14d05::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 | ||
3689 | 2024.06.25 07:13:52.395718 [ 187 ] {4dca2f8a-9dea-4d2f-8335-c4506eb14d05::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 | ||
3690 | 2024.06.25 07:13:52.395800 [ 187 ] {4dca2f8a-9dea-4d2f-8335-c4506eb14d05::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 | ||
3691 | 2024.06.25 07:13:52.396875 [ 198 ] {4dca2f8a-9dea-4d2f-8335-c4506eb14d05::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 592 rows, containing 4 columns (4 merged, 0 gathered) in 0.002122761 sec., 278882.0785759678 rows/sec., 18.92 MiB/sec. | ||
3692 | 2024.06.25 07:13:52.397067 [ 198 ] {4dca2f8a-9dea-4d2f-8335-c4506eb14d05::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
3693 | 2024.06.25 07:13:52.397471 [ 198 ] {4dca2f8a-9dea-4d2f-8335-c4506eb14d05::all_1_11_2} <Trace> oximeter.measurements_u64 (4dca2f8a-9dea-4d2f-8335-c4506eb14d05): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3694 | 2024.06.25 07:13:52.397556 [ 198 ] {4dca2f8a-9dea-4d2f-8335-c4506eb14d05::all_1_11_2} <Trace> oximeter.measurements_u64 (4dca2f8a-9dea-4d2f-8335-c4506eb14d05) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
3695 | 2024.06.25 07:13:52.397638 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
3696 | 2024.06.25 07:13:57.374456 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 4356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3697 | 2024.06.25 07:13:57.374599 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3698 | 2024.06.25 07:13:57.374629 [ 3 ] {} <Debug> HTTP-Session: bb0d1707-8850-48bf-aff6-5a009887731f Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
3699 | 2024.06.25 07:13:57.374656 [ 3 ] {} <Debug> HTTP-Session: bb0d1707-8850-48bf-aff6-5a009887731f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3700 | 2024.06.25 07:13:57.374674 [ 3 ] {} <Debug> HTTP-Session: bb0d1707-8850-48bf-aff6-5a009887731f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3701 | 2024.06.25 07:13:57.374731 [ 3 ] {} <Trace> HTTP-Session: bb0d1707-8850-48bf-aff6-5a009887731f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3702 | 2024.06.25 07:13:57.374964 [ 3 ] {9dec38ff-77c2-49f9-829e-e4f9c5009009} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3703 | 2024.06.25 07:13:57.375057 [ 3 ] {9dec38ff-77c2-49f9-829e-e4f9c5009009} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3704 | 2024.06.25 07:13:57.375302 [ 3 ] {9dec38ff-77c2-49f9-829e-e4f9c5009009} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3705 | 2024.06.25 07:13:57.375714 [ 3 ] {9dec38ff-77c2-49f9-829e-e4f9c5009009} <Trace> oximeter.fields_i64 (5a4e27aa-5414-415d-87de-3cb5e0800323): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3706 | 2024.06.25 07:13:57.375755 [ 3 ] {9dec38ff-77c2-49f9-829e-e4f9c5009009} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3707 | 2024.06.25 07:13:57.376121 [ 3 ] {9dec38ff-77c2-49f9-829e-e4f9c5009009} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3708 | 2024.06.25 07:13:57.376452 [ 3 ] {9dec38ff-77c2-49f9-829e-e4f9c5009009} <Trace> oximeter.fields_i64 (5a4e27aa-5414-415d-87de-3cb5e0800323): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3709 | 2024.06.25 07:13:57.376616 [ 3 ] {9dec38ff-77c2-49f9-829e-e4f9c5009009} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.00174 sec., 17241.379310344826 rows/sec., 1.36 MiB/sec. | ||
3710 | 2024.06.25 07:13:57.376804 [ 3 ] {9dec38ff-77c2-49f9-829e-e4f9c5009009} <Debug> DynamicQueryHandler: Done processing query | ||
3711 | 2024.06.25 07:13:57.376830 [ 3 ] {9dec38ff-77c2-49f9-829e-e4f9c5009009} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3712 | 2024.06.25 07:13:57.376847 [ 3 ] {} <Debug> HTTP-Session: bb0d1707-8850-48bf-aff6-5a009887731f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3713 | 2024.06.25 07:13:57.377022 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 21439, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3714 | 2024.06.25 07:13:57.377069 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3715 | 2024.06.25 07:13:57.377089 [ 3 ] {} <Debug> HTTP-Session: 8bafa6e2-577c-4c51-a501-b46ecd11e823 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
3716 | 2024.06.25 07:13:57.377106 [ 3 ] {} <Debug> HTTP-Session: 8bafa6e2-577c-4c51-a501-b46ecd11e823 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3717 | 2024.06.25 07:13:57.377121 [ 3 ] {} <Debug> HTTP-Session: 8bafa6e2-577c-4c51-a501-b46ecd11e823 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3718 | 2024.06.25 07:13:57.377153 [ 3 ] {} <Trace> HTTP-Session: 8bafa6e2-577c-4c51-a501-b46ecd11e823 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3719 | 2024.06.25 07:13:57.377290 [ 3 ] {bfafb65c-866b-40ef-bf17-f4561d5f3374} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3720 | 2024.06.25 07:13:57.377334 [ 3 ] {bfafb65c-866b-40ef-bf17-f4561d5f3374} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3721 | 2024.06.25 07:13:57.377459 [ 3 ] {bfafb65c-866b-40ef-bf17-f4561d5f3374} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3722 | 2024.06.25 07:13:57.377797 [ 3 ] {bfafb65c-866b-40ef-bf17-f4561d5f3374} <Trace> oximeter.fields_string (92be2c77-e348-4680-ab71-16c97f347e42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3723 | 2024.06.25 07:13:57.377833 [ 3 ] {bfafb65c-866b-40ef-bf17-f4561d5f3374} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3724 | 2024.06.25 07:13:57.378142 [ 3 ] {bfafb65c-866b-40ef-bf17-f4561d5f3374} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
3725 | 2024.06.25 07:13:57.378448 [ 3 ] {bfafb65c-866b-40ef-bf17-f4561d5f3374} <Trace> oximeter.fields_string (92be2c77-e348-4680-ab71-16c97f347e42): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3726 | 2024.06.25 07:13:57.378602 [ 3 ] {bfafb65c-866b-40ef-bf17-f4561d5f3374} <Debug> executeQuery: Read 146 rows, 12.55 KiB in 0.001368 sec., 106725.1461988304 rows/sec., 8.96 MiB/sec. | ||
3727 | 2024.06.25 07:13:57.378788 [ 3 ] {bfafb65c-866b-40ef-bf17-f4561d5f3374} <Debug> DynamicQueryHandler: Done processing query | ||
3728 | 2024.06.25 07:13:57.378813 [ 3 ] {bfafb65c-866b-40ef-bf17-f4561d5f3374} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
3729 | 2024.06.25 07:13:57.378829 [ 3 ] {} <Debug> HTTP-Session: 8bafa6e2-577c-4c51-a501-b46ecd11e823 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3730 | 2024.06.25 07:13:57.378964 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 15971, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3731 | 2024.06.25 07:13:57.379010 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3732 | 2024.06.25 07:13:57.379029 [ 3 ] {} <Debug> HTTP-Session: 002a2168-a84c-4b19-9a92-3e8dcffd9aea Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
3733 | 2024.06.25 07:13:57.379045 [ 3 ] {} <Debug> HTTP-Session: 002a2168-a84c-4b19-9a92-3e8dcffd9aea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3734 | 2024.06.25 07:13:57.379059 [ 3 ] {} <Debug> HTTP-Session: 002a2168-a84c-4b19-9a92-3e8dcffd9aea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3735 | 2024.06.25 07:13:57.379089 [ 3 ] {} <Trace> HTTP-Session: 002a2168-a84c-4b19-9a92-3e8dcffd9aea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3736 | 2024.06.25 07:13:57.379205 [ 3 ] {557ecacf-1eb6-497b-8d73-75a6cc1e6e62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3737 | 2024.06.25 07:13:57.379246 [ 3 ] {557ecacf-1eb6-497b-8d73-75a6cc1e6e62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3738 | 2024.06.25 07:13:57.379370 [ 3 ] {557ecacf-1eb6-497b-8d73-75a6cc1e6e62} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3739 | 2024.06.25 07:13:57.379665 [ 3 ] {557ecacf-1eb6-497b-8d73-75a6cc1e6e62} <Trace> oximeter.fields_uuid (a6135af6-13ec-413a-9f2a-05b69fc69276): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3740 | 2024.06.25 07:13:57.379700 [ 3 ] {557ecacf-1eb6-497b-8d73-75a6cc1e6e62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3741 | 2024.06.25 07:13:57.380005 [ 3 ] {557ecacf-1eb6-497b-8d73-75a6cc1e6e62} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
3742 | 2024.06.25 07:13:57.380303 [ 3 ] {557ecacf-1eb6-497b-8d73-75a6cc1e6e62} <Trace> oximeter.fields_uuid (a6135af6-13ec-413a-9f2a-05b69fc69276): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3743 | 2024.06.25 07:13:57.380455 [ 3 ] {557ecacf-1eb6-497b-8d73-75a6cc1e6e62} <Debug> executeQuery: Read 94 rows, 7.52 KiB in 0.001293 sec., 72699.14926527455 rows/sec., 5.68 MiB/sec. | ||
3744 | 2024.06.25 07:13:57.380602 [ 3 ] {557ecacf-1eb6-497b-8d73-75a6cc1e6e62} <Debug> DynamicQueryHandler: Done processing query | ||
3745 | 2024.06.25 07:13:57.380626 [ 3 ] {557ecacf-1eb6-497b-8d73-75a6cc1e6e62} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
3746 | 2024.06.25 07:13:57.380641 [ 3 ] {} <Debug> HTTP-Session: 002a2168-a84c-4b19-9a92-3e8dcffd9aea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3747 | 2024.06.25 07:13:57.380809 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 30617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3748 | 2024.06.25 07:13:57.380855 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3749 | 2024.06.25 07:13:57.380874 [ 3 ] {} <Debug> HTTP-Session: 8bbf95b7-b041-4264-8955-01d0fb1a8ae0 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
3750 | 2024.06.25 07:13:57.380890 [ 3 ] {} <Debug> HTTP-Session: 8bbf95b7-b041-4264-8955-01d0fb1a8ae0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3751 | 2024.06.25 07:13:57.380904 [ 3 ] {} <Debug> HTTP-Session: 8bbf95b7-b041-4264-8955-01d0fb1a8ae0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3752 | 2024.06.25 07:13:57.380936 [ 3 ] {} <Trace> HTTP-Session: 8bbf95b7-b041-4264-8955-01d0fb1a8ae0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3753 | 2024.06.25 07:13:57.381073 [ 3 ] {a167e702-a2e1-4fe1-b0f0-aa9efefbb8a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3754 | 2024.06.25 07:13:57.381118 [ 3 ] {a167e702-a2e1-4fe1-b0f0-aa9efefbb8a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3755 | 2024.06.25 07:13:57.381261 [ 3 ] {a167e702-a2e1-4fe1-b0f0-aa9efefbb8a6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3756 | 2024.06.25 07:13:57.381698 [ 3 ] {a167e702-a2e1-4fe1-b0f0-aa9efefbb8a6} <Trace> oximeter.measurements_cumulativeu64 (e2447d38-7ae3-46bc-83c9-f9b139496c24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3757 | 2024.06.25 07:13:57.381733 [ 3 ] {a167e702-a2e1-4fe1-b0f0-aa9efefbb8a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3758 | 2024.06.25 07:13:57.382116 [ 3 ] {a167e702-a2e1-4fe1-b0f0-aa9efefbb8a6} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3759 | 2024.06.25 07:13:57.382442 [ 3 ] {a167e702-a2e1-4fe1-b0f0-aa9efefbb8a6} <Trace> oximeter.measurements_cumulativeu64 (e2447d38-7ae3-46bc-83c9-f9b139496c24): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3760 | 2024.06.25 07:13:57.382573 [ 3 ] {a167e702-a2e1-4fe1-b0f0-aa9efefbb8a6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001559 sec., 102629.89095574086 rows/sec., 7.15 MiB/sec. | ||
3761 | 2024.06.25 07:13:57.382766 [ 3 ] {a167e702-a2e1-4fe1-b0f0-aa9efefbb8a6} <Debug> DynamicQueryHandler: Done processing query | ||
3762 | 2024.06.25 07:13:57.382790 [ 3 ] {a167e702-a2e1-4fe1-b0f0-aa9efefbb8a6} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3763 | 2024.06.25 07:13:57.382806 [ 3 ] {} <Debug> HTTP-Session: 8bbf95b7-b041-4264-8955-01d0fb1a8ae0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3764 | 2024.06.25 07:13:57.382970 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 48289, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3765 | 2024.06.25 07:13:57.383018 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3766 | 2024.06.25 07:13:57.383038 [ 3 ] {} <Debug> HTTP-Session: 0ae2c28f-27e3-47c8-b03b-3cbf8d38bbfb Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
3767 | 2024.06.25 07:13:57.383053 [ 3 ] {} <Debug> HTTP-Session: 0ae2c28f-27e3-47c8-b03b-3cbf8d38bbfb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3768 | 2024.06.25 07:13:57.383067 [ 3 ] {} <Debug> HTTP-Session: 0ae2c28f-27e3-47c8-b03b-3cbf8d38bbfb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3769 | 2024.06.25 07:13:57.383098 [ 3 ] {} <Trace> HTTP-Session: 0ae2c28f-27e3-47c8-b03b-3cbf8d38bbfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3770 | 2024.06.25 07:13:57.383464 [ 3 ] {c84edffe-4661-4ee4-9d5d-ca0531b99ec8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3771 | 2024.06.25 07:13:57.383531 [ 3 ] {c84edffe-4661-4ee4-9d5d-ca0531b99ec8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
3772 | 2024.06.25 07:13:57.383931 [ 3 ] {c84edffe-4661-4ee4-9d5d-ca0531b99ec8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3773 | 2024.06.25 07:13:57.384540 [ 3 ] {c84edffe-4661-4ee4-9d5d-ca0531b99ec8} <Trace> oximeter.measurements_histogramf64 (7bf12d27-0a09-45c5-8c45-4d00c63235e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3774 | 2024.06.25 07:13:57.384575 [ 3 ] {c84edffe-4661-4ee4-9d5d-ca0531b99ec8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3775 | 2024.06.25 07:13:57.385146 [ 3 ] {c84edffe-4661-4ee4-9d5d-ca0531b99ec8} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3776 | 2024.06.25 07:13:57.385563 [ 3 ] {c84edffe-4661-4ee4-9d5d-ca0531b99ec8} <Trace> oximeter.measurements_histogramf64 (7bf12d27-0a09-45c5-8c45-4d00c63235e8): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3777 | 2024.06.25 07:13:57.385737 [ 120 ] {} <Debug> oximeter.measurements_histogramf64 (7bf12d27-0a09-45c5-8c45-4d00c63235e8) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3778 | 2024.06.25 07:13:57.385755 [ 3 ] {c84edffe-4661-4ee4-9d5d-ca0531b99ec8} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002562 sec., 11709.6018735363 rows/sec., 20.98 MiB/sec. | ||
3779 | 2024.06.25 07:13:57.385827 [ 120 ] {} <Trace> oximeter.measurements_histogramf64 (7bf12d27-0a09-45c5-8c45-4d00c63235e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3780 | 2024.06.25 07:13:57.385908 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3781 | 2024.06.25 07:13:57.386415 [ 187 ] {7bf12d27-0a09-45c5-8c45-4d00c63235e8::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 | ||
3782 | 2024.06.25 07:13:57.386455 [ 3 ] {c84edffe-4661-4ee4-9d5d-ca0531b99ec8} <Debug> DynamicQueryHandler: Done processing query | ||
3783 | 2024.06.25 07:13:57.386537 [ 3 ] {c84edffe-4661-4ee4-9d5d-ca0531b99ec8} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
3784 | 2024.06.25 07:13:57.386604 [ 3 ] {} <Debug> HTTP-Session: 0ae2c28f-27e3-47c8-b03b-3cbf8d38bbfb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3785 | 2024.06.25 07:13:57.386814 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3786 | 2024.06.25 07:13:57.386936 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3787 | 2024.06.25 07:13:57.386998 [ 3 ] {} <Debug> HTTP-Session: 6179a032-694c-484d-a405-6f3f927c5c4a Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
3788 | 2024.06.25 07:13:57.387048 [ 3 ] {} <Debug> HTTP-Session: 6179a032-694c-484d-a405-6f3f927c5c4a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3789 | 2024.06.25 07:13:57.387099 [ 3 ] {} <Debug> HTTP-Session: 6179a032-694c-484d-a405-6f3f927c5c4a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3790 | 2024.06.25 07:13:57.387187 [ 3 ] {} <Trace> HTTP-Session: 6179a032-694c-484d-a405-6f3f927c5c4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3791 | 2024.06.25 07:13:57.387401 [ 187 ] {7bf12d27-0a09-45c5-8c45-4d00c63235e8::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3792 | 2024.06.25 07:13:57.387435 [ 3 ] {b406fadf-f8e9-4254-be5a-e565634fc2c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3793 | 2024.06.25 07:13:57.387559 [ 3 ] {b406fadf-f8e9-4254-be5a-e565634fc2c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3794 | 2024.06.25 07:13:57.387574 [ 187 ] {7bf12d27-0a09-45c5-8c45-4d00c63235e8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 282 rows starting from the beginning of the part | ||
3795 | 2024.06.25 07:13:57.388372 [ 3 ] {b406fadf-f8e9-4254-be5a-e565634fc2c5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3796 | 2024.06.25 07:13:57.388599 [ 187 ] {7bf12d27-0a09-45c5-8c45-4d00c63235e8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 30 rows starting from the beginning of the part | ||
3797 | 2024.06.25 07:13:57.389427 [ 3 ] {b406fadf-f8e9-4254-be5a-e565634fc2c5} <Trace> oximeter.measurements_u64 (4dca2f8a-9dea-4d2f-8335-c4506eb14d05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3798 | 2024.06.25 07:13:57.389496 [ 187 ] {7bf12d27-0a09-45c5-8c45-4d00c63235e8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 30 rows starting from the beginning of the part | ||
3799 | 2024.06.25 07:13:57.389498 [ 3 ] {b406fadf-f8e9-4254-be5a-e565634fc2c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3800 | 2024.06.25 07:13:57.390365 [ 187 ] {7bf12d27-0a09-45c5-8c45-4d00c63235e8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 30 rows starting from the beginning of the part | ||
3801 | 2024.06.25 07:13:57.390880 [ 3 ] {b406fadf-f8e9-4254-be5a-e565634fc2c5} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
3802 | 2024.06.25 07:13:57.390986 [ 187 ] {7bf12d27-0a09-45c5-8c45-4d00c63235e8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 30 rows starting from the beginning of the part | ||
3803 | 2024.06.25 07:13:57.391676 [ 187 ] {7bf12d27-0a09-45c5-8c45-4d00c63235e8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 30 rows starting from the beginning of the part | ||
3804 | 2024.06.25 07:13:57.392192 [ 3 ] {b406fadf-f8e9-4254-be5a-e565634fc2c5} <Trace> oximeter.measurements_u64 (4dca2f8a-9dea-4d2f-8335-c4506eb14d05): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3805 | 2024.06.25 07:13:57.392578 [ 3 ] {b406fadf-f8e9-4254-be5a-e565634fc2c5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005235 sec., 11461.31805157593 rows/sec., 790.95 KiB/sec. | ||
3806 | 2024.06.25 07:13:57.392954 [ 3 ] {b406fadf-f8e9-4254-be5a-e565634fc2c5} <Debug> DynamicQueryHandler: Done processing query | ||
3807 | 2024.06.25 07:13:57.392994 [ 3 ] {b406fadf-f8e9-4254-be5a-e565634fc2c5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3808 | 2024.06.25 07:13:57.393042 [ 3 ] {} <Debug> HTTP-Session: 6179a032-694c-484d-a405-6f3f927c5c4a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3809 | 2024.06.25 07:13:57.396923 [ 198 ] {7bf12d27-0a09-45c5-8c45-4d00c63235e8::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 432 rows, containing 19 columns (19 merged, 0 gathered) in 0.010861658 sec., 39772.93337720632 rows/sec., 71.27 MiB/sec. | ||
3810 | 2024.06.25 07:13:57.397488 [ 198 ] {7bf12d27-0a09-45c5-8c45-4d00c63235e8::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3811 | 2024.06.25 07:13:57.398134 [ 198 ] {7bf12d27-0a09-45c5-8c45-4d00c63235e8::all_1_16_3} <Trace> oximeter.measurements_histogramf64 (7bf12d27-0a09-45c5-8c45-4d00c63235e8): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3812 | 2024.06.25 07:13:57.398224 [ 198 ] {7bf12d27-0a09-45c5-8c45-4d00c63235e8::all_1_16_3} <Trace> oximeter.measurements_histogramf64 (7bf12d27-0a09-45c5-8c45-4d00c63235e8) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3813 | 2024.06.25 07:13:57.398383 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.33 MiB. | ||
3814 | 2024.06.25 07:13:58.000222 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 181.60 MiB, peak 189.91 MiB, free memory in arenas 0.00 B, will set to 182.98 MiB (RSS), difference: 1.39 MiB | ||
3815 | 2024.06.25 07:14:01.651823 [ 150 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3816 | 2024.06.25 07:14:01.651927 [ 150 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3817 | 2024.06.25 07:14:02.373195 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3818 | 2024.06.25 07:14:02.373312 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3819 | 2024.06.25 07:14:02.373342 [ 3 ] {} <Debug> HTTP-Session: 77a0210c-f008-4825-96b1-21904a3359a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
3820 | 2024.06.25 07:14:02.373370 [ 3 ] {} <Debug> HTTP-Session: 77a0210c-f008-4825-96b1-21904a3359a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3821 | 2024.06.25 07:14:02.373387 [ 3 ] {} <Debug> HTTP-Session: 77a0210c-f008-4825-96b1-21904a3359a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3822 | 2024.06.25 07:14:02.373446 [ 3 ] {} <Trace> HTTP-Session: 77a0210c-f008-4825-96b1-21904a3359a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3823 | 2024.06.25 07:14:02.373648 [ 3 ] {3b1a5e8c-6230-44ad-a91d-fba36c5e44ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
3824 | 2024.06.25 07:14:02.373721 [ 3 ] {3b1a5e8c-6230-44ad-a91d-fba36c5e44ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3825 | 2024.06.25 07:14:02.373935 [ 3 ] {3b1a5e8c-6230-44ad-a91d-fba36c5e44ba} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3826 | 2024.06.25 07:14:02.374361 [ 3 ] {3b1a5e8c-6230-44ad-a91d-fba36c5e44ba} <Trace> oximeter.fields_ipaddr (a80fa888-7cde-49a8-8db7-55a4c4c75c02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3827 | 2024.06.25 07:14:02.374403 [ 3 ] {3b1a5e8c-6230-44ad-a91d-fba36c5e44ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3828 | 2024.06.25 07:14:02.374752 [ 3 ] {3b1a5e8c-6230-44ad-a91d-fba36c5e44ba} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
3829 | 2024.06.25 07:14:02.375089 [ 3 ] {3b1a5e8c-6230-44ad-a91d-fba36c5e44ba} <Trace> oximeter.fields_ipaddr (a80fa888-7cde-49a8-8db7-55a4c4c75c02): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3830 | 2024.06.25 07:14:02.375235 [ 3 ] {3b1a5e8c-6230-44ad-a91d-fba36c5e44ba} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001647 sec., 2428.6581663630845 rows/sec., 198.04 KiB/sec. | ||
3831 | 2024.06.25 07:14:02.375273 [ 148 ] {} <Debug> oximeter.fields_ipaddr (a80fa888-7cde-49a8-8db7-55a4c4c75c02) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
3832 | 2024.06.25 07:14:02.375384 [ 148 ] {} <Trace> oximeter.fields_ipaddr (a80fa888-7cde-49a8-8db7-55a4c4c75c02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3833 | 2024.06.25 07:14:02.375422 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3834 | 2024.06.25 07:14:02.375502 [ 3 ] {3b1a5e8c-6230-44ad-a91d-fba36c5e44ba} <Debug> DynamicQueryHandler: Done processing query | ||
3835 | 2024.06.25 07:14:02.375587 [ 3 ] {3b1a5e8c-6230-44ad-a91d-fba36c5e44ba} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3836 | 2024.06.25 07:14:02.375678 [ 3 ] {} <Debug> HTTP-Session: 77a0210c-f008-4825-96b1-21904a3359a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3837 | 2024.06.25 07:14:02.375822 [ 187 ] {a80fa888-7cde-49a8-8db7-55a4c4c75c02::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 | ||
3838 | 2024.06.25 07:14:02.375944 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 8102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3839 | 2024.06.25 07:14:02.376049 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3840 | 2024.06.25 07:14:02.376107 [ 3 ] {} <Debug> HTTP-Session: d1852a43-a7b0-4b8d-86ba-0c316805e28c Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
3841 | 2024.06.25 07:14:02.376144 [ 187 ] {a80fa888-7cde-49a8-8db7-55a4c4c75c02::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3842 | 2024.06.25 07:14:02.376154 [ 3 ] {} <Debug> HTTP-Session: d1852a43-a7b0-4b8d-86ba-0c316805e28c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3843 | 2024.06.25 07:14:02.376203 [ 3 ] {} <Debug> HTTP-Session: d1852a43-a7b0-4b8d-86ba-0c316805e28c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3844 | 2024.06.25 07:14:02.376221 [ 187 ] {a80fa888-7cde-49a8-8db7-55a4c4c75c02::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part | ||
3845 | 2024.06.25 07:14:02.376264 [ 3 ] {} <Trace> HTTP-Session: d1852a43-a7b0-4b8d-86ba-0c316805e28c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3846 | 2024.06.25 07:14:02.376431 [ 187 ] {a80fa888-7cde-49a8-8db7-55a4c4c75c02::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 4 rows starting from the beginning of the part | ||
3847 | 2024.06.25 07:14:02.376753 [ 187 ] {a80fa888-7cde-49a8-8db7-55a4c4c75c02::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part | ||
3848 | 2024.06.25 07:14:02.376820 [ 3 ] {214c24ee-cab0-4801-9091-129d3ffae45c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3849 | 2024.06.25 07:14:02.376992 [ 187 ] {a80fa888-7cde-49a8-8db7-55a4c4c75c02::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 4 rows starting from the beginning of the part | ||
3850 | 2024.06.25 07:14:02.377059 [ 3 ] {214c24ee-cab0-4801-9091-129d3ffae45c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3851 | 2024.06.25 07:14:02.377295 [ 187 ] {a80fa888-7cde-49a8-8db7-55a4c4c75c02::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 2 rows starting from the beginning of the part | ||
3852 | 2024.06.25 07:14:02.377634 [ 187 ] {a80fa888-7cde-49a8-8db7-55a4c4c75c02::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 4 rows starting from the beginning of the part | ||
3853 | 2024.06.25 07:14:02.378361 [ 3 ] {214c24ee-cab0-4801-9091-129d3ffae45c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3854 | 2024.06.25 07:14:02.379122 [ 3 ] {214c24ee-cab0-4801-9091-129d3ffae45c} <Trace> oximeter.fields_string (92be2c77-e348-4680-ab71-16c97f347e42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3855 | 2024.06.25 07:14:02.379175 [ 3 ] {214c24ee-cab0-4801-9091-129d3ffae45c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3856 | 2024.06.25 07:14:02.380189 [ 3 ] {214c24ee-cab0-4801-9091-129d3ffae45c} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
3857 | 2024.06.25 07:14:02.380401 [ 198 ] {a80fa888-7cde-49a8-8db7-55a4c4c75c02::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18 rows, containing 4 columns (4 merged, 0 gathered) in 0.00486521 sec., 3699.737524176757 rows/sec., 301.69 KiB/sec. | ||
3858 | 2024.06.25 07:14:02.380742 [ 191 ] {a80fa888-7cde-49a8-8db7-55a4c4c75c02::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
3859 | 2024.06.25 07:14:02.380922 [ 3 ] {214c24ee-cab0-4801-9091-129d3ffae45c} <Trace> oximeter.fields_string (92be2c77-e348-4680-ab71-16c97f347e42): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3860 | 2024.06.25 07:14:02.381285 [ 3 ] {214c24ee-cab0-4801-9091-129d3ffae45c} <Debug> executeQuery: Read 58 rows, 4.55 KiB in 0.004769 sec., 12161.878800587127 rows/sec., 954.45 KiB/sec. | ||
3861 | 2024.06.25 07:14:02.382114 [ 3 ] {214c24ee-cab0-4801-9091-129d3ffae45c} <Debug> DynamicQueryHandler: Done processing query | ||
3862 | 2024.06.25 07:14:02.382167 [ 3 ] {214c24ee-cab0-4801-9091-129d3ffae45c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3863 | 2024.06.25 07:14:02.382209 [ 3 ] {} <Debug> HTTP-Session: d1852a43-a7b0-4b8d-86ba-0c316805e28c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3864 | 2024.06.25 07:14:02.382246 [ 191 ] {a80fa888-7cde-49a8-8db7-55a4c4c75c02::all_1_6_1} <Trace> oximeter.fields_ipaddr (a80fa888-7cde-49a8-8db7-55a4c4c75c02): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3865 | 2024.06.25 07:14:02.382350 [ 191 ] {a80fa888-7cde-49a8-8db7-55a4c4c75c02::all_1_6_1} <Trace> oximeter.fields_ipaddr (a80fa888-7cde-49a8-8db7-55a4c4c75c02) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
3866 | 2024.06.25 07:14:02.382389 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3867 | 2024.06.25 07:14:02.382484 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
3868 | 2024.06.25 07:14:02.382500 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3869 | 2024.06.25 07:14:02.382541 [ 3 ] {} <Debug> HTTP-Session: 6ea4db26-11cc-42a9-8bae-f3346f64f75a Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
3870 | 2024.06.25 07:14:02.382558 [ 3 ] {} <Debug> HTTP-Session: 6ea4db26-11cc-42a9-8bae-f3346f64f75a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3871 | 2024.06.25 07:14:02.382572 [ 3 ] {} <Debug> HTTP-Session: 6ea4db26-11cc-42a9-8bae-f3346f64f75a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3872 | 2024.06.25 07:14:02.382603 [ 3 ] {} <Trace> HTTP-Session: 6ea4db26-11cc-42a9-8bae-f3346f64f75a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3873 | 2024.06.25 07:14:02.382705 [ 3 ] {75318b8f-eb37-4320-8d12-28e043e6986d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3874 | 2024.06.25 07:14:02.382748 [ 3 ] {75318b8f-eb37-4320-8d12-28e043e6986d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3875 | 2024.06.25 07:14:02.382899 [ 3 ] {75318b8f-eb37-4320-8d12-28e043e6986d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3876 | 2024.06.25 07:14:02.383177 [ 3 ] {75318b8f-eb37-4320-8d12-28e043e6986d} <Trace> oximeter.fields_u16 (3a35cf00-b7cc-45e3-80c8-1c8d13c9f8ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3877 | 2024.06.25 07:14:02.383214 [ 3 ] {75318b8f-eb37-4320-8d12-28e043e6986d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3878 | 2024.06.25 07:14:02.383520 [ 3 ] {75318b8f-eb37-4320-8d12-28e043e6986d} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
3879 | 2024.06.25 07:14:02.383829 [ 3 ] {75318b8f-eb37-4320-8d12-28e043e6986d} <Trace> oximeter.fields_u16 (3a35cf00-b7cc-45e3-80c8-1c8d13c9f8ae): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3880 | 2024.06.25 07:14:02.383976 [ 148 ] {} <Debug> oximeter.fields_u16 (3a35cf00-b7cc-45e3-80c8-1c8d13c9f8ae) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
3881 | 2024.06.25 07:14:02.383984 [ 3 ] {75318b8f-eb37-4320-8d12-28e043e6986d} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001298 sec., 3081.6640986132516 rows/sec., 215.17 KiB/sec. | ||
3882 | 2024.06.25 07:14:02.384035 [ 148 ] {} <Trace> oximeter.fields_u16 (3a35cf00-b7cc-45e3-80c8-1c8d13c9f8ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3883 | 2024.06.25 07:14:02.384096 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3884 | 2024.06.25 07:14:02.384321 [ 3 ] {75318b8f-eb37-4320-8d12-28e043e6986d} <Debug> DynamicQueryHandler: Done processing query | ||
3885 | 2024.06.25 07:14:02.384339 [ 187 ] {3a35cf00-b7cc-45e3-80c8-1c8d13c9f8ae::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 | ||
3886 | 2024.06.25 07:14:02.384397 [ 3 ] {75318b8f-eb37-4320-8d12-28e043e6986d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3887 | 2024.06.25 07:14:02.384480 [ 3 ] {} <Debug> HTTP-Session: 6ea4db26-11cc-42a9-8bae-f3346f64f75a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3888 | 2024.06.25 07:14:02.384592 [ 187 ] {3a35cf00-b7cc-45e3-80c8-1c8d13c9f8ae::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3889 | 2024.06.25 07:14:02.384636 [ 187 ] {3a35cf00-b7cc-45e3-80c8-1c8d13c9f8ae::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part | ||
3890 | 2024.06.25 07:14:02.384673 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 11568, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3891 | 2024.06.25 07:14:02.384841 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3892 | 2024.06.25 07:14:02.384860 [ 187 ] {3a35cf00-b7cc-45e3-80c8-1c8d13c9f8ae::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 4 rows starting from the beginning of the part | ||
3893 | 2024.06.25 07:14:02.384923 [ 3 ] {} <Debug> HTTP-Session: 44c14944-8ae2-43a4-9d15-96852551beff Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
3894 | 2024.06.25 07:14:02.385076 [ 3 ] {} <Debug> HTTP-Session: 44c14944-8ae2-43a4-9d15-96852551beff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3895 | 2024.06.25 07:14:02.385149 [ 187 ] {3a35cf00-b7cc-45e3-80c8-1c8d13c9f8ae::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part | ||
3896 | 2024.06.25 07:14:02.385155 [ 3 ] {} <Debug> HTTP-Session: 44c14944-8ae2-43a4-9d15-96852551beff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3897 | 2024.06.25 07:14:02.385345 [ 3 ] {} <Trace> HTTP-Session: 44c14944-8ae2-43a4-9d15-96852551beff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3898 | 2024.06.25 07:14:02.385422 [ 187 ] {3a35cf00-b7cc-45e3-80c8-1c8d13c9f8ae::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 4 rows starting from the beginning of the part | ||
3899 | 2024.06.25 07:14:02.385643 [ 187 ] {3a35cf00-b7cc-45e3-80c8-1c8d13c9f8ae::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 2 rows starting from the beginning of the part | ||
3900 | 2024.06.25 07:14:02.385852 [ 3 ] {d7a748e0-80d3-471e-8c6c-4d89f084dc2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3901 | 2024.06.25 07:14:02.385894 [ 187 ] {3a35cf00-b7cc-45e3-80c8-1c8d13c9f8ae::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 4 rows starting from the beginning of the part | ||
3902 | 2024.06.25 07:14:02.385991 [ 3 ] {d7a748e0-80d3-471e-8c6c-4d89f084dc2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3903 | 2024.06.25 07:14:02.386730 [ 3 ] {d7a748e0-80d3-471e-8c6c-4d89f084dc2b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3904 | 2024.06.25 07:14:02.387591 [ 3 ] {d7a748e0-80d3-471e-8c6c-4d89f084dc2b} <Trace> oximeter.fields_uuid (a6135af6-13ec-413a-9f2a-05b69fc69276): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3905 | 2024.06.25 07:14:02.387663 [ 3 ] {d7a748e0-80d3-471e-8c6c-4d89f084dc2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3906 | 2024.06.25 07:14:02.388571 [ 191 ] {3a35cf00-b7cc-45e3-80c8-1c8d13c9f8ae::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18 rows, containing 4 columns (4 merged, 0 gathered) in 0.004383523 sec., 4106.2861994792775 rows/sec., 286.72 KiB/sec. | ||
3907 | 2024.06.25 07:14:02.388582 [ 3 ] {d7a748e0-80d3-471e-8c6c-4d89f084dc2b} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
3908 | 2024.06.25 07:14:02.388758 [ 191 ] {3a35cf00-b7cc-45e3-80c8-1c8d13c9f8ae::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
3909 | 2024.06.25 07:14:02.389421 [ 3 ] {d7a748e0-80d3-471e-8c6c-4d89f084dc2b} <Trace> oximeter.fields_uuid (a6135af6-13ec-413a-9f2a-05b69fc69276): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3910 | 2024.06.25 07:14:02.389754 [ 3 ] {d7a748e0-80d3-471e-8c6c-4d89f084dc2b} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.004139 sec., 16429.089151969074 rows/sec., 1.28 MiB/sec. | ||
3911 | 2024.06.25 07:14:02.389773 [ 191 ] {3a35cf00-b7cc-45e3-80c8-1c8d13c9f8ae::all_1_6_1} <Trace> oximeter.fields_u16 (3a35cf00-b7cc-45e3-80c8-1c8d13c9f8ae): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3912 | 2024.06.25 07:14:02.389970 [ 191 ] {3a35cf00-b7cc-45e3-80c8-1c8d13c9f8ae::all_1_6_1} <Trace> oximeter.fields_u16 (3a35cf00-b7cc-45e3-80c8-1c8d13c9f8ae) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
3913 | 2024.06.25 07:14:02.390108 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
3914 | 2024.06.25 07:14:02.390108 [ 3 ] {d7a748e0-80d3-471e-8c6c-4d89f084dc2b} <Debug> DynamicQueryHandler: Done processing query | ||
3915 | 2024.06.25 07:14:02.390164 [ 3 ] {d7a748e0-80d3-471e-8c6c-4d89f084dc2b} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
3916 | 2024.06.25 07:14:02.390182 [ 3 ] {} <Debug> HTTP-Session: 44c14944-8ae2-43a4-9d15-96852551beff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3917 | 2024.06.25 07:14:02.390410 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 30997, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3918 | 2024.06.25 07:14:02.390459 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3919 | 2024.06.25 07:14:02.390479 [ 3 ] {} <Debug> HTTP-Session: 0434f061-80da-427e-914c-6e9848a9b52e Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
3920 | 2024.06.25 07:14:02.390495 [ 3 ] {} <Debug> HTTP-Session: 0434f061-80da-427e-914c-6e9848a9b52e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3921 | 2024.06.25 07:14:02.390509 [ 3 ] {} <Debug> HTTP-Session: 0434f061-80da-427e-914c-6e9848a9b52e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3922 | 2024.06.25 07:14:02.390541 [ 3 ] {} <Trace> HTTP-Session: 0434f061-80da-427e-914c-6e9848a9b52e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3923 | 2024.06.25 07:14:02.390755 [ 3 ] {db296df5-774a-4b25-b34a-00e737d39168} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3924 | 2024.06.25 07:14:02.390803 [ 3 ] {db296df5-774a-4b25-b34a-00e737d39168} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3925 | 2024.06.25 07:14:02.390974 [ 3 ] {db296df5-774a-4b25-b34a-00e737d39168} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3926 | 2024.06.25 07:14:02.391348 [ 3 ] {db296df5-774a-4b25-b34a-00e737d39168} <Trace> oximeter.measurements_cumulativeu64 (e2447d38-7ae3-46bc-83c9-f9b139496c24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3927 | 2024.06.25 07:14:02.391384 [ 3 ] {db296df5-774a-4b25-b34a-00e737d39168} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3928 | 2024.06.25 07:14:02.391787 [ 3 ] {db296df5-774a-4b25-b34a-00e737d39168} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3929 | 2024.06.25 07:14:02.392123 [ 3 ] {db296df5-774a-4b25-b34a-00e737d39168} <Trace> oximeter.measurements_cumulativeu64 (e2447d38-7ae3-46bc-83c9-f9b139496c24): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3930 | 2024.06.25 07:14:02.392282 [ 3 ] {db296df5-774a-4b25-b34a-00e737d39168} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001648 sec., 98300.97087378641 rows/sec., 6.85 MiB/sec. | ||
3931 | 2024.06.25 07:14:02.392441 [ 3 ] {db296df5-774a-4b25-b34a-00e737d39168} <Debug> DynamicQueryHandler: Done processing query | ||
3932 | 2024.06.25 07:14:02.392464 [ 3 ] {db296df5-774a-4b25-b34a-00e737d39168} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3933 | 2024.06.25 07:14:02.392480 [ 3 ] {} <Debug> HTTP-Session: 0434f061-80da-427e-914c-6e9848a9b52e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3934 | 2024.06.25 07:14:02.392599 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3935 | 2024.06.25 07:14:02.392647 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3936 | 2024.06.25 07:14:02.392666 [ 3 ] {} <Debug> HTTP-Session: 7d898c91-6214-4d51-94bb-d74742e13602 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
3937 | 2024.06.25 07:14:02.392682 [ 3 ] {} <Debug> HTTP-Session: 7d898c91-6214-4d51-94bb-d74742e13602 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3938 | 2024.06.25 07:14:02.392696 [ 3 ] {} <Debug> HTTP-Session: 7d898c91-6214-4d51-94bb-d74742e13602 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3939 | 2024.06.25 07:14:02.392727 [ 3 ] {} <Trace> HTTP-Session: 7d898c91-6214-4d51-94bb-d74742e13602 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3940 | 2024.06.25 07:14:02.392858 [ 3 ] {327a65bf-7ea9-4a2c-bbd1-dd95b40bbf29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3941 | 2024.06.25 07:14:02.392902 [ 3 ] {327a65bf-7ea9-4a2c-bbd1-dd95b40bbf29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3942 | 2024.06.25 07:14:02.393027 [ 3 ] {327a65bf-7ea9-4a2c-bbd1-dd95b40bbf29} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3943 | 2024.06.25 07:14:02.393296 [ 3 ] {327a65bf-7ea9-4a2c-bbd1-dd95b40bbf29} <Trace> oximeter.measurements_u64 (4dca2f8a-9dea-4d2f-8335-c4506eb14d05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3944 | 2024.06.25 07:14:02.393331 [ 3 ] {327a65bf-7ea9-4a2c-bbd1-dd95b40bbf29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3945 | 2024.06.25 07:14:02.393681 [ 3 ] {327a65bf-7ea9-4a2c-bbd1-dd95b40bbf29} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3946 | 2024.06.25 07:14:02.393993 [ 3 ] {327a65bf-7ea9-4a2c-bbd1-dd95b40bbf29} <Trace> oximeter.measurements_u64 (4dca2f8a-9dea-4d2f-8335-c4506eb14d05): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3947 | 2024.06.25 07:14:02.394143 [ 3 ] {327a65bf-7ea9-4a2c-bbd1-dd95b40bbf29} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001342 sec., 44709.38897168405 rows/sec., 3.01 MiB/sec. | ||
3948 | 2024.06.25 07:14:02.394294 [ 3 ] {327a65bf-7ea9-4a2c-bbd1-dd95b40bbf29} <Debug> DynamicQueryHandler: Done processing query | ||
3949 | 2024.06.25 07:14:02.394318 [ 3 ] {327a65bf-7ea9-4a2c-bbd1-dd95b40bbf29} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3950 | 2024.06.25 07:14:02.394333 [ 3 ] {} <Debug> HTTP-Session: 7d898c91-6214-4d51-94bb-d74742e13602 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3951 | 2024.06.25 07:14:07.374198 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 4356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3952 | 2024.06.25 07:14:07.374329 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3953 | 2024.06.25 07:14:07.374354 [ 3 ] {} <Debug> HTTP-Session: 42e00956-4c10-43fe-a0d1-512ea67c5ceb Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
3954 | 2024.06.25 07:14:07.374378 [ 3 ] {} <Debug> HTTP-Session: 42e00956-4c10-43fe-a0d1-512ea67c5ceb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3955 | 2024.06.25 07:14:07.374393 [ 3 ] {} <Debug> HTTP-Session: 42e00956-4c10-43fe-a0d1-512ea67c5ceb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3956 | 2024.06.25 07:14:07.374444 [ 3 ] {} <Trace> HTTP-Session: 42e00956-4c10-43fe-a0d1-512ea67c5ceb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3957 | 2024.06.25 07:14:07.374639 [ 3 ] {32c11ed0-d272-40ca-9259-af7c74874df2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3958 | 2024.06.25 07:14:07.374706 [ 3 ] {32c11ed0-d272-40ca-9259-af7c74874df2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3959 | 2024.06.25 07:14:07.374900 [ 3 ] {32c11ed0-d272-40ca-9259-af7c74874df2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3960 | 2024.06.25 07:14:07.375408 [ 3 ] {32c11ed0-d272-40ca-9259-af7c74874df2} <Trace> oximeter.fields_i64 (5a4e27aa-5414-415d-87de-3cb5e0800323): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3961 | 2024.06.25 07:14:07.375454 [ 3 ] {32c11ed0-d272-40ca-9259-af7c74874df2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3962 | 2024.06.25 07:14:07.375823 [ 3 ] {32c11ed0-d272-40ca-9259-af7c74874df2} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3963 | 2024.06.25 07:14:07.376166 [ 3 ] {32c11ed0-d272-40ca-9259-af7c74874df2} <Trace> oximeter.fields_i64 (5a4e27aa-5414-415d-87de-3cb5e0800323): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3964 | 2024.06.25 07:14:07.376309 [ 3 ] {32c11ed0-d272-40ca-9259-af7c74874df2} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001732 sec., 17321.016166281755 rows/sec., 1.37 MiB/sec. | ||
3965 | 2024.06.25 07:14:07.376517 [ 3 ] {32c11ed0-d272-40ca-9259-af7c74874df2} <Debug> DynamicQueryHandler: Done processing query | ||
3966 | 2024.06.25 07:14:07.376544 [ 3 ] {32c11ed0-d272-40ca-9259-af7c74874df2} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3967 | 2024.06.25 07:14:07.376586 [ 3 ] {} <Debug> HTTP-Session: 42e00956-4c10-43fe-a0d1-512ea67c5ceb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3968 | 2024.06.25 07:14:07.376802 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 21439, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3969 | 2024.06.25 07:14:07.376856 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3970 | 2024.06.25 07:14:07.376877 [ 3 ] {} <Debug> HTTP-Session: 8ca1edf2-79d2-47d4-8ed6-e42c999b9a07 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
3971 | 2024.06.25 07:14:07.376896 [ 3 ] {} <Debug> HTTP-Session: 8ca1edf2-79d2-47d4-8ed6-e42c999b9a07 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3972 | 2024.06.25 07:14:07.376909 [ 3 ] {} <Debug> HTTP-Session: 8ca1edf2-79d2-47d4-8ed6-e42c999b9a07 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3973 | 2024.06.25 07:14:07.376944 [ 3 ] {} <Trace> HTTP-Session: 8ca1edf2-79d2-47d4-8ed6-e42c999b9a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3974 | 2024.06.25 07:14:07.377090 [ 3 ] {8ac36a69-6970-4bcc-83ff-d6c0adc05c4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3975 | 2024.06.25 07:14:07.377136 [ 3 ] {8ac36a69-6970-4bcc-83ff-d6c0adc05c4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3976 | 2024.06.25 07:14:07.377265 [ 3 ] {8ac36a69-6970-4bcc-83ff-d6c0adc05c4d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3977 | 2024.06.25 07:14:07.377672 [ 3 ] {8ac36a69-6970-4bcc-83ff-d6c0adc05c4d} <Trace> oximeter.fields_string (92be2c77-e348-4680-ab71-16c97f347e42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3978 | 2024.06.25 07:14:07.377708 [ 3 ] {8ac36a69-6970-4bcc-83ff-d6c0adc05c4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3979 | 2024.06.25 07:14:07.378024 [ 3 ] {8ac36a69-6970-4bcc-83ff-d6c0adc05c4d} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
3980 | 2024.06.25 07:14:07.378323 [ 3 ] {8ac36a69-6970-4bcc-83ff-d6c0adc05c4d} <Trace> oximeter.fields_string (92be2c77-e348-4680-ab71-16c97f347e42): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3981 | 2024.06.25 07:14:07.378450 [ 3 ] {8ac36a69-6970-4bcc-83ff-d6c0adc05c4d} <Debug> executeQuery: Read 146 rows, 12.55 KiB in 0.001425 sec., 102456.14035087719 rows/sec., 8.60 MiB/sec. | ||
3982 | 2024.06.25 07:14:07.378605 [ 3 ] {8ac36a69-6970-4bcc-83ff-d6c0adc05c4d} <Debug> DynamicQueryHandler: Done processing query | ||
3983 | 2024.06.25 07:14:07.378628 [ 3 ] {8ac36a69-6970-4bcc-83ff-d6c0adc05c4d} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
3984 | 2024.06.25 07:14:07.378644 [ 3 ] {} <Debug> HTTP-Session: 8ca1edf2-79d2-47d4-8ed6-e42c999b9a07 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3985 | 2024.06.25 07:14:07.378798 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 15971, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3986 | 2024.06.25 07:14:07.378846 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3987 | 2024.06.25 07:14:07.378865 [ 3 ] {} <Debug> HTTP-Session: 756649f7-d8c5-41c8-98d9-78536c33e70b Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
3988 | 2024.06.25 07:14:07.378882 [ 3 ] {} <Debug> HTTP-Session: 756649f7-d8c5-41c8-98d9-78536c33e70b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3989 | 2024.06.25 07:14:07.378896 [ 3 ] {} <Debug> HTTP-Session: 756649f7-d8c5-41c8-98d9-78536c33e70b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3990 | 2024.06.25 07:14:07.378928 [ 3 ] {} <Trace> HTTP-Session: 756649f7-d8c5-41c8-98d9-78536c33e70b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3991 | 2024.06.25 07:14:07.379050 [ 3 ] {b572fbce-6db1-4f12-9f8d-3d290031250f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3992 | 2024.06.25 07:14:07.379092 [ 3 ] {b572fbce-6db1-4f12-9f8d-3d290031250f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3993 | 2024.06.25 07:14:07.379216 [ 3 ] {b572fbce-6db1-4f12-9f8d-3d290031250f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3994 | 2024.06.25 07:14:07.379547 [ 3 ] {b572fbce-6db1-4f12-9f8d-3d290031250f} <Trace> oximeter.fields_uuid (a6135af6-13ec-413a-9f2a-05b69fc69276): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3995 | 2024.06.25 07:14:07.379583 [ 3 ] {b572fbce-6db1-4f12-9f8d-3d290031250f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
3996 | 2024.06.25 07:14:07.379896 [ 3 ] {b572fbce-6db1-4f12-9f8d-3d290031250f} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
3997 | 2024.06.25 07:14:07.380198 [ 3 ] {b572fbce-6db1-4f12-9f8d-3d290031250f} <Trace> oximeter.fields_uuid (a6135af6-13ec-413a-9f2a-05b69fc69276): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3998 | 2024.06.25 07:14:07.380323 [ 3 ] {b572fbce-6db1-4f12-9f8d-3d290031250f} <Debug> executeQuery: Read 94 rows, 7.52 KiB in 0.001321 sec., 71158.21347464043 rows/sec., 5.56 MiB/sec. | ||
3999 | 2024.06.25 07:14:07.380483 [ 3 ] {b572fbce-6db1-4f12-9f8d-3d290031250f} <Debug> DynamicQueryHandler: Done processing query | ||
4000 | 2024.06.25 07:14:07.380506 [ 3 ] {b572fbce-6db1-4f12-9f8d-3d290031250f} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
4001 | 2024.06.25 07:14:07.380522 [ 3 ] {} <Debug> HTTP-Session: 756649f7-d8c5-41c8-98d9-78536c33e70b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4002 | 2024.06.25 07:14:07.380695 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 30617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4003 | 2024.06.25 07:14:07.380743 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4004 | 2024.06.25 07:14:07.380762 [ 3 ] {} <Debug> HTTP-Session: 2208d100-18b2-4b80-814e-7e77ca288b21 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
4005 | 2024.06.25 07:14:07.380779 [ 3 ] {} <Debug> HTTP-Session: 2208d100-18b2-4b80-814e-7e77ca288b21 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4006 | 2024.06.25 07:14:07.380792 [ 3 ] {} <Debug> HTTP-Session: 2208d100-18b2-4b80-814e-7e77ca288b21 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4007 | 2024.06.25 07:14:07.380822 [ 3 ] {} <Trace> HTTP-Session: 2208d100-18b2-4b80-814e-7e77ca288b21 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4008 | 2024.06.25 07:14:07.380970 [ 3 ] {b5ffb330-b980-47fd-ba41-bcd82c0d8a16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4009 | 2024.06.25 07:14:07.381017 [ 3 ] {b5ffb330-b980-47fd-ba41-bcd82c0d8a16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4010 | 2024.06.25 07:14:07.381160 [ 3 ] {b5ffb330-b980-47fd-ba41-bcd82c0d8a16} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4011 | 2024.06.25 07:14:07.381512 [ 3 ] {b5ffb330-b980-47fd-ba41-bcd82c0d8a16} <Trace> oximeter.measurements_cumulativeu64 (e2447d38-7ae3-46bc-83c9-f9b139496c24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4012 | 2024.06.25 07:14:07.381545 [ 3 ] {b5ffb330-b980-47fd-ba41-bcd82c0d8a16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
4013 | 2024.06.25 07:14:07.381926 [ 3 ] {b5ffb330-b980-47fd-ba41-bcd82c0d8a16} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
4014 | 2024.06.25 07:14:07.382264 [ 3 ] {b5ffb330-b980-47fd-ba41-bcd82c0d8a16} <Trace> oximeter.measurements_cumulativeu64 (e2447d38-7ae3-46bc-83c9-f9b139496c24): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4015 | 2024.06.25 07:14:07.382379 [ 145 ] {} <Debug> oximeter.measurements_cumulativeu64 (e2447d38-7ae3-46bc-83c9-f9b139496c24) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
4016 | 2024.06.25 07:14:07.382389 [ 3 ] {b5ffb330-b980-47fd-ba41-bcd82c0d8a16} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001491 sec., 107310.52984574111 rows/sec., 7.47 MiB/sec. | ||
4017 | 2024.06.25 07:14:07.382422 [ 145 ] {} <Trace> oximeter.measurements_cumulativeu64 (e2447d38-7ae3-46bc-83c9-f9b139496c24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4018 | 2024.06.25 07:14:07.382460 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
4019 | 2024.06.25 07:14:07.382564 [ 189 ] {e2447d38-7ae3-46bc-83c9-f9b139496c24::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 | ||
4020 | 2024.06.25 07:14:07.382585 [ 3 ] {b5ffb330-b980-47fd-ba41-bcd82c0d8a16} <Debug> DynamicQueryHandler: Done processing query | ||
4021 | 2024.06.25 07:14:07.382613 [ 3 ] {b5ffb330-b980-47fd-ba41-bcd82c0d8a16} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4022 | 2024.06.25 07:14:07.382636 [ 3 ] {} <Debug> HTTP-Session: 2208d100-18b2-4b80-814e-7e77ca288b21 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4023 | 2024.06.25 07:14:07.382706 [ 189 ] {e2447d38-7ae3-46bc-83c9-f9b139496c24::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4024 | 2024.06.25 07:14:07.382738 [ 189 ] {e2447d38-7ae3-46bc-83c9-f9b139496c24::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1908 rows starting from the beginning of the part | ||
4025 | 2024.06.25 07:14:07.382831 [ 189 ] {e2447d38-7ae3-46bc-83c9-f9b139496c24::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 162 rows starting from the beginning of the part | ||
4026 | 2024.06.25 07:14:07.382835 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 48289, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4027 | 2024.06.25 07:14:07.382991 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4028 | 2024.06.25 07:14:07.383114 [ 3 ] {} <Debug> HTTP-Session: a7533485-cbb1-4e63-94ff-31cfc93161b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
4029 | 2024.06.25 07:14:07.383221 [ 3 ] {} <Debug> HTTP-Session: a7533485-cbb1-4e63-94ff-31cfc93161b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4030 | 2024.06.25 07:14:07.383248 [ 189 ] {e2447d38-7ae3-46bc-83c9-f9b139496c24::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 197 rows starting from the beginning of the part | ||
4031 | 2024.06.25 07:14:07.383330 [ 3 ] {} <Debug> HTTP-Session: a7533485-cbb1-4e63-94ff-31cfc93161b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4032 | 2024.06.25 07:14:07.383495 [ 3 ] {} <Trace> HTTP-Session: a7533485-cbb1-4e63-94ff-31cfc93161b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4033 | 2024.06.25 07:14:07.383564 [ 189 ] {e2447d38-7ae3-46bc-83c9-f9b139496c24::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 160 rows starting from the beginning of the part | ||
4034 | 2024.06.25 07:14:07.383854 [ 189 ] {e2447d38-7ae3-46bc-83c9-f9b139496c24::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 162 rows starting from the beginning of the part | ||
4035 | 2024.06.25 07:14:07.384018 [ 189 ] {e2447d38-7ae3-46bc-83c9-f9b139496c24::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 | ||
4036 | 2024.06.25 07:14:07.384424 [ 3 ] {4b924f44-15a6-48a8-a969-9ad619e49451} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4037 | 2024.06.25 07:14:07.384537 [ 3 ] {4b924f44-15a6-48a8-a969-9ad619e49451} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
4038 | 2024.06.25 07:14:07.385556 [ 3 ] {4b924f44-15a6-48a8-a969-9ad619e49451} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4039 | 2024.06.25 07:14:07.386340 [ 189 ] {e2447d38-7ae3-46bc-83c9-f9b139496c24::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2749 rows, containing 5 columns (5 merged, 0 gathered) in 0.003810826 sec., 721365.9190947055 rows/sec., 50.33 MiB/sec. | ||
4040 | 2024.06.25 07:14:07.386757 [ 3 ] {4b924f44-15a6-48a8-a969-9ad619e49451} <Trace> oximeter.measurements_histogramf64 (7bf12d27-0a09-45c5-8c45-4d00c63235e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4041 | 2024.06.25 07:14:07.386791 [ 187 ] {e2447d38-7ae3-46bc-83c9-f9b139496c24::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
4042 | 2024.06.25 07:14:07.386809 [ 3 ] {4b924f44-15a6-48a8-a969-9ad619e49451} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
4043 | 2024.06.25 07:14:07.387928 [ 187 ] {e2447d38-7ae3-46bc-83c9-f9b139496c24::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (e2447d38-7ae3-46bc-83c9-f9b139496c24): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4044 | 2024.06.25 07:14:07.388170 [ 187 ] {e2447d38-7ae3-46bc-83c9-f9b139496c24::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (e2447d38-7ae3-46bc-83c9-f9b139496c24) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
4045 | 2024.06.25 07:14:07.388351 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB. | ||
4046 | 2024.06.25 07:14:07.388500 [ 3 ] {4b924f44-15a6-48a8-a969-9ad619e49451} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
4047 | 2024.06.25 07:14:07.388940 [ 3 ] {4b924f44-15a6-48a8-a969-9ad619e49451} <Trace> oximeter.measurements_histogramf64 (7bf12d27-0a09-45c5-8c45-4d00c63235e8): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4048 | 2024.06.25 07:14:07.389098 [ 3 ] {4b924f44-15a6-48a8-a969-9ad619e49451} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.005353 sec., 5604.334018307491 rows/sec., 10.04 MiB/sec. | ||
4049 | 2024.06.25 07:14:07.389507 [ 3 ] {4b924f44-15a6-48a8-a969-9ad619e49451} <Debug> DynamicQueryHandler: Done processing query | ||
4050 | 2024.06.25 07:14:07.389533 [ 3 ] {4b924f44-15a6-48a8-a969-9ad619e49451} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
4051 | 2024.06.25 07:14:07.389549 [ 3 ] {} <Debug> HTTP-Session: a7533485-cbb1-4e63-94ff-31cfc93161b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4052 | 2024.06.25 07:14:07.389680 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4053 | 2024.06.25 07:14:07.389731 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4054 | 2024.06.25 07:14:07.389750 [ 3 ] {} <Debug> HTTP-Session: 3e4be2bd-be0f-45d7-9d0a-e98c2b1172b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
4055 | 2024.06.25 07:14:07.389768 [ 3 ] {} <Debug> HTTP-Session: 3e4be2bd-be0f-45d7-9d0a-e98c2b1172b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4056 | 2024.06.25 07:14:07.389782 [ 3 ] {} <Debug> HTTP-Session: 3e4be2bd-be0f-45d7-9d0a-e98c2b1172b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4057 | 2024.06.25 07:14:07.389813 [ 3 ] {} <Trace> HTTP-Session: 3e4be2bd-be0f-45d7-9d0a-e98c2b1172b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4058 | 2024.06.25 07:14:07.389936 [ 3 ] {5a115c56-76b0-42b8-8065-34d9d8547077} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4059 | 2024.06.25 07:14:07.389980 [ 3 ] {5a115c56-76b0-42b8-8065-34d9d8547077} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4060 | 2024.06.25 07:14:07.390111 [ 3 ] {5a115c56-76b0-42b8-8065-34d9d8547077} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4061 | 2024.06.25 07:14:07.390404 [ 3 ] {5a115c56-76b0-42b8-8065-34d9d8547077} <Trace> oximeter.measurements_u64 (4dca2f8a-9dea-4d2f-8335-c4506eb14d05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4062 | 2024.06.25 07:14:07.390439 [ 3 ] {5a115c56-76b0-42b8-8065-34d9d8547077} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
4063 | 2024.06.25 07:14:07.390799 [ 3 ] {5a115c56-76b0-42b8-8065-34d9d8547077} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
4064 | 2024.06.25 07:14:07.391124 [ 3 ] {5a115c56-76b0-42b8-8065-34d9d8547077} <Trace> oximeter.measurements_u64 (4dca2f8a-9dea-4d2f-8335-c4506eb14d05): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4065 | 2024.06.25 07:14:07.391248 [ 3 ] {5a115c56-76b0-42b8-8065-34d9d8547077} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001352 sec., 44378.69822485207 rows/sec., 2.99 MiB/sec. | ||
4066 | 2024.06.25 07:14:07.391558 [ 3 ] {5a115c56-76b0-42b8-8065-34d9d8547077} <Debug> DynamicQueryHandler: Done processing query | ||
4067 | 2024.06.25 07:14:07.391584 [ 3 ] {5a115c56-76b0-42b8-8065-34d9d8547077} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4068 | 2024.06.25 07:14:07.391600 [ 3 ] {} <Debug> HTTP-Session: 3e4be2bd-be0f-45d7-9d0a-e98c2b1172b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4069 | 2024.06.25 07:14:12.373097 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 7836, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4070 | 2024.06.25 07:14:12.373227 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4071 | 2024.06.25 07:14:12.373257 [ 3 ] {} <Debug> HTTP-Session: 5ff06629-94e5-428a-b220-a17615314941 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
4072 | 2024.06.25 07:14:12.373285 [ 3 ] {} <Debug> HTTP-Session: 5ff06629-94e5-428a-b220-a17615314941 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4073 | 2024.06.25 07:14:12.373303 [ 3 ] {} <Debug> HTTP-Session: 5ff06629-94e5-428a-b220-a17615314941 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4074 | 2024.06.25 07:14:12.373359 [ 3 ] {} <Trace> HTTP-Session: 5ff06629-94e5-428a-b220-a17615314941 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4075 | 2024.06.25 07:14:12.373578 [ 3 ] {fd318377-5dcb-49ee-b5d4-3b81ba06913c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4076 | 2024.06.25 07:14:12.373654 [ 3 ] {fd318377-5dcb-49ee-b5d4-3b81ba06913c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4077 | 2024.06.25 07:14:12.373850 [ 3 ] {fd318377-5dcb-49ee-b5d4-3b81ba06913c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4078 | 2024.06.25 07:14:12.374297 [ 3 ] {fd318377-5dcb-49ee-b5d4-3b81ba06913c} <Trace> oximeter.fields_string (92be2c77-e348-4680-ab71-16c97f347e42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4079 | 2024.06.25 07:14:12.374340 [ 3 ] {fd318377-5dcb-49ee-b5d4-3b81ba06913c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
4080 | 2024.06.25 07:14:12.374714 [ 3 ] {fd318377-5dcb-49ee-b5d4-3b81ba06913c} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
4081 | 2024.06.25 07:14:12.375052 [ 3 ] {fd318377-5dcb-49ee-b5d4-3b81ba06913c} <Trace> oximeter.fields_string (92be2c77-e348-4680-ab71-16c97f347e42): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4082 | 2024.06.25 07:14:12.375234 [ 3 ] {fd318377-5dcb-49ee-b5d4-3b81ba06913c} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001733 sec., 32313.90652048471 rows/sec., 2.48 MiB/sec. | ||
4083 | 2024.06.25 07:14:12.375606 [ 3 ] {fd318377-5dcb-49ee-b5d4-3b81ba06913c} <Debug> DynamicQueryHandler: Done processing query | ||
4084 | 2024.06.25 07:14:12.375634 [ 3 ] {fd318377-5dcb-49ee-b5d4-3b81ba06913c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4085 | 2024.06.25 07:14:12.375650 [ 3 ] {} <Debug> HTTP-Session: 5ff06629-94e5-428a-b220-a17615314941 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4086 | 2024.06.25 07:14:12.375805 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 10886, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4087 | 2024.06.25 07:14:12.375858 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4088 | 2024.06.25 07:14:12.375877 [ 3 ] {} <Debug> HTTP-Session: 28d921ed-23e4-464e-80e0-94396ebf0925 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
4089 | 2024.06.25 07:14:12.375896 [ 3 ] {} <Debug> HTTP-Session: 28d921ed-23e4-464e-80e0-94396ebf0925 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4090 | 2024.06.25 07:14:12.375909 [ 3 ] {} <Debug> HTTP-Session: 28d921ed-23e4-464e-80e0-94396ebf0925 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4091 | 2024.06.25 07:14:12.375944 [ 3 ] {} <Trace> HTTP-Session: 28d921ed-23e4-464e-80e0-94396ebf0925 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4092 | 2024.06.25 07:14:12.376071 [ 3 ] {8d8aa919-8bf0-4844-a834-6c368d6bf53c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4093 | 2024.06.25 07:14:12.376119 [ 3 ] {8d8aa919-8bf0-4844-a834-6c368d6bf53c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4094 | 2024.06.25 07:14:12.376270 [ 3 ] {8d8aa919-8bf0-4844-a834-6c368d6bf53c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4095 | 2024.06.25 07:14:12.376664 [ 3 ] {8d8aa919-8bf0-4844-a834-6c368d6bf53c} <Trace> oximeter.fields_uuid (a6135af6-13ec-413a-9f2a-05b69fc69276): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4096 | 2024.06.25 07:14:12.376701 [ 3 ] {8d8aa919-8bf0-4844-a834-6c368d6bf53c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
4097 | 2024.06.25 07:14:12.377017 [ 3 ] {8d8aa919-8bf0-4844-a834-6c368d6bf53c} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
4098 | 2024.06.25 07:14:12.377330 [ 3 ] {8d8aa919-8bf0-4844-a834-6c368d6bf53c} <Trace> oximeter.fields_uuid (a6135af6-13ec-413a-9f2a-05b69fc69276): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4099 | 2024.06.25 07:14:12.377496 [ 3 ] {8d8aa919-8bf0-4844-a834-6c368d6bf53c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00146 sec., 43835.61643835617 rows/sec., 3.42 MiB/sec. | ||
4100 | 2024.06.25 07:14:12.377713 [ 3 ] {8d8aa919-8bf0-4844-a834-6c368d6bf53c} <Debug> DynamicQueryHandler: Done processing query | ||
4101 | 2024.06.25 07:14:12.377738 [ 3 ] {8d8aa919-8bf0-4844-a834-6c368d6bf53c} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
4102 | 2024.06.25 07:14:12.377754 [ 3 ] {} <Debug> HTTP-Session: 28d921ed-23e4-464e-80e0-94396ebf0925 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4103 | 2024.06.25 07:14:12.377953 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 30617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4104 | 2024.06.25 07:14:12.378004 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4105 | 2024.06.25 07:14:12.378024 [ 3 ] {} <Debug> HTTP-Session: fe51498c-9add-4ced-8f7d-8f41270a8328 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
4106 | 2024.06.25 07:14:12.378041 [ 3 ] {} <Debug> HTTP-Session: fe51498c-9add-4ced-8f7d-8f41270a8328 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4107 | 2024.06.25 07:14:12.378055 [ 3 ] {} <Debug> HTTP-Session: fe51498c-9add-4ced-8f7d-8f41270a8328 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4108 | 2024.06.25 07:14:12.378087 [ 3 ] {} <Trace> HTTP-Session: fe51498c-9add-4ced-8f7d-8f41270a8328 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4109 | 2024.06.25 07:14:12.378232 [ 3 ] {5d02ecba-2290-49c3-98ad-afd7047057bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4110 | 2024.06.25 07:14:12.378282 [ 3 ] {5d02ecba-2290-49c3-98ad-afd7047057bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4111 | 2024.06.25 07:14:12.378430 [ 3 ] {5d02ecba-2290-49c3-98ad-afd7047057bc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4112 | 2024.06.25 07:14:12.378798 [ 3 ] {5d02ecba-2290-49c3-98ad-afd7047057bc} <Trace> oximeter.measurements_cumulativeu64 (e2447d38-7ae3-46bc-83c9-f9b139496c24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4113 | 2024.06.25 07:14:12.378834 [ 3 ] {5d02ecba-2290-49c3-98ad-afd7047057bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
4114 | 2024.06.25 07:14:12.379218 [ 3 ] {5d02ecba-2290-49c3-98ad-afd7047057bc} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
4115 | 2024.06.25 07:14:12.379549 [ 3 ] {5d02ecba-2290-49c3-98ad-afd7047057bc} <Trace> oximeter.measurements_cumulativeu64 (e2447d38-7ae3-46bc-83c9-f9b139496c24): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4116 | 2024.06.25 07:14:12.379711 [ 3 ] {5d02ecba-2290-49c3-98ad-afd7047057bc} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001539 sec., 103963.61273554256 rows/sec., 7.24 MiB/sec. | ||
4117 | 2024.06.25 07:14:12.380062 [ 3 ] {5d02ecba-2290-49c3-98ad-afd7047057bc} <Debug> DynamicQueryHandler: Done processing query | ||
4118 | 2024.06.25 07:14:12.380100 [ 3 ] {5d02ecba-2290-49c3-98ad-afd7047057bc} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4119 | 2024.06.25 07:14:12.380124 [ 3 ] {} <Debug> HTTP-Session: fe51498c-9add-4ced-8f7d-8f41270a8328 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4120 | 2024.06.25 07:14:12.380273 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4121 | 2024.06.25 07:14:12.380321 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4122 | 2024.06.25 07:14:12.380340 [ 3 ] {} <Debug> HTTP-Session: 19f3f32e-300f-49a1-a56e-dfcf94957cc0 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
4123 | 2024.06.25 07:14:12.380357 [ 3 ] {} <Debug> HTTP-Session: 19f3f32e-300f-49a1-a56e-dfcf94957cc0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4124 | 2024.06.25 07:14:12.380370 [ 3 ] {} <Debug> HTTP-Session: 19f3f32e-300f-49a1-a56e-dfcf94957cc0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4125 | 2024.06.25 07:14:12.380401 [ 3 ] {} <Trace> HTTP-Session: 19f3f32e-300f-49a1-a56e-dfcf94957cc0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4126 | 2024.06.25 07:14:12.380535 [ 3 ] {27252dc6-c86e-46cf-ba7f-436fca3475c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4127 | 2024.06.25 07:14:12.380583 [ 3 ] {27252dc6-c86e-46cf-ba7f-436fca3475c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4128 | 2024.06.25 07:14:12.380731 [ 3 ] {27252dc6-c86e-46cf-ba7f-436fca3475c8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4129 | 2024.06.25 07:14:12.381033 [ 3 ] {27252dc6-c86e-46cf-ba7f-436fca3475c8} <Trace> oximeter.measurements_u64 (4dca2f8a-9dea-4d2f-8335-c4506eb14d05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4130 | 2024.06.25 07:14:12.381069 [ 3 ] {27252dc6-c86e-46cf-ba7f-436fca3475c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
4131 | 2024.06.25 07:14:12.381424 [ 3 ] {27252dc6-c86e-46cf-ba7f-436fca3475c8} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
4132 | 2024.06.25 07:14:12.381737 [ 3 ] {27252dc6-c86e-46cf-ba7f-436fca3475c8} <Trace> oximeter.measurements_u64 (4dca2f8a-9dea-4d2f-8335-c4506eb14d05): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4133 | 2024.06.25 07:14:12.381894 [ 3 ] {27252dc6-c86e-46cf-ba7f-436fca3475c8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001402 sec., 42796.00570613409 rows/sec., 2.88 MiB/sec. | ||
4134 | 2024.06.25 07:14:12.382070 [ 3 ] {27252dc6-c86e-46cf-ba7f-436fca3475c8} <Debug> DynamicQueryHandler: Done processing query | ||
4135 | 2024.06.25 07:14:12.382094 [ 3 ] {27252dc6-c86e-46cf-ba7f-436fca3475c8} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4136 | 2024.06.25 07:14:12.382110 [ 3 ] {} <Debug> HTTP-Session: 19f3f32e-300f-49a1-a56e-dfcf94957cc0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4137 | 2024.06.25 07:14:16.651976 [ 140 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4138 | 2024.06.25 07:14:16.652039 [ 140 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4139 | 2024.06.25 07:14:17.374575 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 4356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4140 | 2024.06.25 07:14:17.374698 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4141 | 2024.06.25 07:14:17.374723 [ 3 ] {} <Debug> HTTP-Session: 34958dd6-3ba4-4ce3-8c70-be746a97d081 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
4142 | 2024.06.25 07:14:17.374747 [ 3 ] {} <Debug> HTTP-Session: 34958dd6-3ba4-4ce3-8c70-be746a97d081 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4143 | 2024.06.25 07:14:17.374762 [ 3 ] {} <Debug> HTTP-Session: 34958dd6-3ba4-4ce3-8c70-be746a97d081 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4144 | 2024.06.25 07:14:17.374812 [ 3 ] {} <Trace> HTTP-Session: 34958dd6-3ba4-4ce3-8c70-be746a97d081 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4145 | 2024.06.25 07:14:17.375010 [ 3 ] {4d67d0d4-619d-45a1-80df-c744a355605f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4146 | 2024.06.25 07:14:17.375078 [ 3 ] {4d67d0d4-619d-45a1-80df-c744a355605f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4147 | 2024.06.25 07:14:17.375276 [ 3 ] {4d67d0d4-619d-45a1-80df-c744a355605f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4148 | 2024.06.25 07:14:17.375693 [ 3 ] {4d67d0d4-619d-45a1-80df-c744a355605f} <Trace> oximeter.fields_i64 (5a4e27aa-5414-415d-87de-3cb5e0800323): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4149 | 2024.06.25 07:14:17.375739 [ 3 ] {4d67d0d4-619d-45a1-80df-c744a355605f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4150 | 2024.06.25 07:14:17.376111 [ 3 ] {4d67d0d4-619d-45a1-80df-c744a355605f} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
4151 | 2024.06.25 07:14:17.376458 [ 3 ] {4d67d0d4-619d-45a1-80df-c744a355605f} <Trace> oximeter.fields_i64 (5a4e27aa-5414-415d-87de-3cb5e0800323): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4152 | 2024.06.25 07:14:17.376641 [ 139 ] {} <Debug> oximeter.fields_i64 (5a4e27aa-5414-415d-87de-3cb5e0800323) (MergerMutator): Selected 5 parts from all_1_14_3 to all_18_18_0 | ||
4153 | 2024.06.25 07:14:17.376652 [ 3 ] {4d67d0d4-619d-45a1-80df-c744a355605f} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001692 sec., 17730.49645390071 rows/sec., 1.40 MiB/sec. | ||
4154 | 2024.06.25 07:14:17.376733 [ 139 ] {} <Trace> oximeter.fields_i64 (5a4e27aa-5414-415d-87de-3cb5e0800323): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4155 | 2024.06.25 07:14:17.376802 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4156 | 2024.06.25 07:14:17.376958 [ 189 ] {5a4e27aa-5414-415d-87de-3cb5e0800323::all_1_18_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_14_3 to all_18_18_0 into Compact with storage Full | ||
4157 | 2024.06.25 07:14:17.376997 [ 3 ] {4d67d0d4-619d-45a1-80df-c744a355605f} <Debug> DynamicQueryHandler: Done processing query | ||
4158 | 2024.06.25 07:14:17.377028 [ 3 ] {4d67d0d4-619d-45a1-80df-c744a355605f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4159 | 2024.06.25 07:14:17.377057 [ 3 ] {} <Debug> HTTP-Session: 34958dd6-3ba4-4ce3-8c70-be746a97d081 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4160 | 2024.06.25 07:14:17.377113 [ 189 ] {5a4e27aa-5414-415d-87de-3cb5e0800323::all_1_18_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4161 | 2024.06.25 07:14:17.377146 [ 189 ] {5a4e27aa-5414-415d-87de-3cb5e0800323::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 30 rows starting from the beginning of the part | ||
4162 | 2024.06.25 07:14:17.377227 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4163 | 2024.06.25 07:14:17.377239 [ 189 ] {5a4e27aa-5414-415d-87de-3cb5e0800323::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 30 rows starting from the beginning of the part | ||
4164 | 2024.06.25 07:14:17.377375 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4165 | 2024.06.25 07:14:17.377570 [ 189 ] {5a4e27aa-5414-415d-87de-3cb5e0800323::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 30 rows starting from the beginning of the part | ||
4166 | 2024.06.25 07:14:17.377507 [ 3 ] {} <Debug> HTTP-Session: ff4804b3-8ae6-476c-add3-650c897c90d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
4167 | 2024.06.25 07:14:17.377752 [ 3 ] {} <Debug> HTTP-Session: ff4804b3-8ae6-476c-add3-650c897c90d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4168 | 2024.06.25 07:14:17.377831 [ 3 ] {} <Debug> HTTP-Session: ff4804b3-8ae6-476c-add3-650c897c90d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4169 | 2024.06.25 07:14:17.377896 [ 189 ] {5a4e27aa-5414-415d-87de-3cb5e0800323::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 30 rows starting from the beginning of the part | ||
4170 | 2024.06.25 07:14:17.377964 [ 3 ] {} <Trace> HTTP-Session: ff4804b3-8ae6-476c-add3-650c897c90d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4171 | 2024.06.25 07:14:17.378103 [ 189 ] {5a4e27aa-5414-415d-87de-3cb5e0800323::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 30 rows starting from the beginning of the part | ||
4172 | 2024.06.25 07:14:17.378262 [ 3 ] {ccd94cf9-e996-46cc-b441-b33e436911d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
4173 | 2024.06.25 07:14:17.378404 [ 3 ] {ccd94cf9-e996-46cc-b441-b33e436911d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4174 | 2024.06.25 07:14:17.378718 [ 3 ] {ccd94cf9-e996-46cc-b441-b33e436911d0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4175 | 2024.06.25 07:14:17.379253 [ 3 ] {ccd94cf9-e996-46cc-b441-b33e436911d0} <Trace> oximeter.fields_ipaddr (a80fa888-7cde-49a8-8db7-55a4c4c75c02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4176 | 2024.06.25 07:14:17.379300 [ 3 ] {ccd94cf9-e996-46cc-b441-b33e436911d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4177 | 2024.06.25 07:14:17.379687 [ 193 ] {5a4e27aa-5414-415d-87de-3cb5e0800323::all_1_18_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 150 rows, containing 4 columns (4 merged, 0 gathered) in 0.00277827 sec., 53990.43289529096 rows/sec., 4.27 MiB/sec. | ||
4178 | 2024.06.25 07:14:17.379857 [ 3 ] {ccd94cf9-e996-46cc-b441-b33e436911d0} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
4179 | 2024.06.25 07:14:17.379951 [ 194 ] {5a4e27aa-5414-415d-87de-3cb5e0800323::all_1_18_4} <Trace> MergedBlockOutputStream: filled checksums all_1_18_4 (state Temporary) | ||
4180 | 2024.06.25 07:14:17.380593 [ 3 ] {ccd94cf9-e996-46cc-b441-b33e436911d0} <Trace> oximeter.fields_ipaddr (a80fa888-7cde-49a8-8db7-55a4c4c75c02): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4181 | 2024.06.25 07:14:17.380881 [ 3 ] {ccd94cf9-e996-46cc-b441-b33e436911d0} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002734 sec., 731.528895391368 rows/sec., 59.65 KiB/sec. | ||
4182 | 2024.06.25 07:14:17.380986 [ 194 ] {5a4e27aa-5414-415d-87de-3cb5e0800323::all_1_18_4} <Trace> oximeter.fields_i64 (5a4e27aa-5414-415d-87de-3cb5e0800323): Renaming temporary part tmp_merge_all_1_18_4 to all_1_18_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4183 | 2024.06.25 07:14:17.381178 [ 194 ] {5a4e27aa-5414-415d-87de-3cb5e0800323::all_1_18_4} <Trace> oximeter.fields_i64 (5a4e27aa-5414-415d-87de-3cb5e0800323) (MergerMutator): Merged 5 parts: [all_1_14_3, all_18_18_0] -> all_1_18_4 | ||
4184 | 2024.06.25 07:14:17.381208 [ 3 ] {ccd94cf9-e996-46cc-b441-b33e436911d0} <Debug> DynamicQueryHandler: Done processing query | ||
4185 | 2024.06.25 07:14:17.381253 [ 3 ] {ccd94cf9-e996-46cc-b441-b33e436911d0} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4186 | 2024.06.25 07:14:17.381303 [ 3 ] {} <Debug> HTTP-Session: ff4804b3-8ae6-476c-add3-650c897c90d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4187 | 2024.06.25 07:14:17.381361 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
4188 | 2024.06.25 07:14:17.381474 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 21573, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4189 | 2024.06.25 07:14:17.381530 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4190 | 2024.06.25 07:14:17.381549 [ 3 ] {} <Debug> HTTP-Session: e43fc10c-cca4-481c-b0b6-2c2fdd8fe863 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
4191 | 2024.06.25 07:14:17.381567 [ 3 ] {} <Debug> HTTP-Session: e43fc10c-cca4-481c-b0b6-2c2fdd8fe863 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4192 | 2024.06.25 07:14:17.381581 [ 3 ] {} <Debug> HTTP-Session: e43fc10c-cca4-481c-b0b6-2c2fdd8fe863 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4193 | 2024.06.25 07:14:17.381614 [ 3 ] {} <Trace> HTTP-Session: e43fc10c-cca4-481c-b0b6-2c2fdd8fe863 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4194 | 2024.06.25 07:14:17.381767 [ 3 ] {17a90a18-d42b-41a9-a0f5-9f29b9388c39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4195 | 2024.06.25 07:14:17.381809 [ 3 ] {17a90a18-d42b-41a9-a0f5-9f29b9388c39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4196 | 2024.06.25 07:14:17.381953 [ 3 ] {17a90a18-d42b-41a9-a0f5-9f29b9388c39} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4197 | 2024.06.25 07:14:17.382378 [ 3 ] {17a90a18-d42b-41a9-a0f5-9f29b9388c39} <Trace> oximeter.fields_string (92be2c77-e348-4680-ab71-16c97f347e42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4198 | 2024.06.25 07:14:17.382414 [ 3 ] {17a90a18-d42b-41a9-a0f5-9f29b9388c39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4199 | 2024.06.25 07:14:17.382734 [ 3 ] {17a90a18-d42b-41a9-a0f5-9f29b9388c39} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
4200 | 2024.06.25 07:14:17.383037 [ 3 ] {17a90a18-d42b-41a9-a0f5-9f29b9388c39} <Trace> oximeter.fields_string (92be2c77-e348-4680-ab71-16c97f347e42): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4201 | 2024.06.25 07:14:17.383190 [ 139 ] {} <Debug> oximeter.fields_string (92be2c77-e348-4680-ab71-16c97f347e42) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
4202 | 2024.06.25 07:14:17.383198 [ 3 ] {17a90a18-d42b-41a9-a0f5-9f29b9388c39} <Debug> executeQuery: Read 147 rows, 12.62 KiB in 0.00149 sec., 98657.71812080537 rows/sec., 8.27 MiB/sec. | ||
4203 | 2024.06.25 07:14:17.383238 [ 139 ] {} <Trace> oximeter.fields_string (92be2c77-e348-4680-ab71-16c97f347e42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4204 | 2024.06.25 07:14:17.383303 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4205 | 2024.06.25 07:14:17.383464 [ 189 ] {92be2c77-e348-4680-ab71-16c97f347e42::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 | ||
4206 | 2024.06.25 07:14:17.383485 [ 3 ] {17a90a18-d42b-41a9-a0f5-9f29b9388c39} <Debug> DynamicQueryHandler: Done processing query | ||
4207 | 2024.06.25 07:14:17.383519 [ 3 ] {17a90a18-d42b-41a9-a0f5-9f29b9388c39} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
4208 | 2024.06.25 07:14:17.383543 [ 3 ] {} <Debug> HTTP-Session: e43fc10c-cca4-481c-b0b6-2c2fdd8fe863 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4209 | 2024.06.25 07:14:17.383617 [ 189 ] {92be2c77-e348-4680-ab71-16c97f347e42::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4210 | 2024.06.25 07:14:17.383652 [ 189 ] {92be2c77-e348-4680-ab71-16c97f347e42::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 186 rows starting from the beginning of the part | ||
4211 | 2024.06.25 07:14:17.383688 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4212 | 2024.06.25 07:14:17.383798 [ 189 ] {92be2c77-e348-4680-ab71-16c97f347e42::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 146 rows starting from the beginning of the part | ||
4213 | 2024.06.25 07:14:17.383822 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4214 | 2024.06.25 07:14:17.383918 [ 3 ] {} <Debug> HTTP-Session: 5e0e9f59-c0e2-472d-87c3-b0c403e3c7e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
4215 | 2024.06.25 07:14:17.384022 [ 3 ] {} <Debug> HTTP-Session: 5e0e9f59-c0e2-472d-87c3-b0c403e3c7e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4216 | 2024.06.25 07:14:17.384164 [ 3 ] {} <Debug> HTTP-Session: 5e0e9f59-c0e2-472d-87c3-b0c403e3c7e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4217 | 2024.06.25 07:14:17.384199 [ 189 ] {92be2c77-e348-4680-ab71-16c97f347e42::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 58 rows starting from the beginning of the part | ||
4218 | 2024.06.25 07:14:17.384242 [ 3 ] {} <Trace> HTTP-Session: 5e0e9f59-c0e2-472d-87c3-b0c403e3c7e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4219 | 2024.06.25 07:14:17.384315 [ 189 ] {92be2c77-e348-4680-ab71-16c97f347e42::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 146 rows starting from the beginning of the part | ||
4220 | 2024.06.25 07:14:17.384567 [ 3 ] {973805d3-5e02-443a-97be-dac4df156ec9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4221 | 2024.06.25 07:14:17.384594 [ 189 ] {92be2c77-e348-4680-ab71-16c97f347e42::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 56 rows starting from the beginning of the part | ||
4222 | 2024.06.25 07:14:17.384705 [ 3 ] {973805d3-5e02-443a-97be-dac4df156ec9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4223 | 2024.06.25 07:14:17.384873 [ 189 ] {92be2c77-e348-4680-ab71-16c97f347e42::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 147 rows starting from the beginning of the part | ||
4224 | 2024.06.25 07:14:17.385269 [ 3 ] {973805d3-5e02-443a-97be-dac4df156ec9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4225 | 2024.06.25 07:14:17.385748 [ 3 ] {973805d3-5e02-443a-97be-dac4df156ec9} <Trace> oximeter.fields_u16 (3a35cf00-b7cc-45e3-80c8-1c8d13c9f8ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4226 | 2024.06.25 07:14:17.385793 [ 3 ] {973805d3-5e02-443a-97be-dac4df156ec9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4227 | 2024.06.25 07:14:17.386259 [ 3 ] {973805d3-5e02-443a-97be-dac4df156ec9} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
4228 | 2024.06.25 07:14:17.386640 [ 189 ] {92be2c77-e348-4680-ab71-16c97f347e42::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 739 rows, containing 4 columns (4 merged, 0 gathered) in 0.003237547 sec., 228259.23453775342 rows/sec., 18.80 MiB/sec. | ||
4229 | 2024.06.25 07:14:17.386769 [ 189 ] {92be2c77-e348-4680-ab71-16c97f347e42::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
4230 | 2024.06.25 07:14:17.386820 [ 3 ] {973805d3-5e02-443a-97be-dac4df156ec9} <Trace> oximeter.fields_u16 (3a35cf00-b7cc-45e3-80c8-1c8d13c9f8ae): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4231 | 2024.06.25 07:14:17.387106 [ 3 ] {973805d3-5e02-443a-97be-dac4df156ec9} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.002701 sec., 740.4664938911515 rows/sec., 51.70 KiB/sec. | ||
4232 | 2024.06.25 07:14:17.387590 [ 3 ] {973805d3-5e02-443a-97be-dac4df156ec9} <Debug> DynamicQueryHandler: Done processing query | ||
4233 | 2024.06.25 07:14:17.387624 [ 3 ] {973805d3-5e02-443a-97be-dac4df156ec9} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4234 | 2024.06.25 07:14:17.387652 [ 3 ] {} <Debug> HTTP-Session: 5e0e9f59-c0e2-472d-87c3-b0c403e3c7e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4235 | 2024.06.25 07:14:17.387695 [ 189 ] {92be2c77-e348-4680-ab71-16c97f347e42::all_1_26_5} <Trace> oximeter.fields_string (92be2c77-e348-4680-ab71-16c97f347e42): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4236 | 2024.06.25 07:14:17.387798 [ 189 ] {92be2c77-e348-4680-ab71-16c97f347e42::all_1_26_5} <Trace> oximeter.fields_string (92be2c77-e348-4680-ab71-16c97f347e42) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
4237 | 2024.06.25 07:14:17.387830 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 16314, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4238 | 2024.06.25 07:14:17.387903 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
4239 | 2024.06.25 07:14:17.387916 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4240 | 2024.06.25 07:14:17.387952 [ 3 ] {} <Debug> HTTP-Session: f630379c-1a49-4162-a309-84c902546bf1 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
4241 | 2024.06.25 07:14:17.387978 [ 3 ] {} <Debug> HTTP-Session: f630379c-1a49-4162-a309-84c902546bf1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4242 | 2024.06.25 07:14:17.387999 [ 3 ] {} <Debug> HTTP-Session: f630379c-1a49-4162-a309-84c902546bf1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4243 | 2024.06.25 07:14:17.388041 [ 3 ] {} <Trace> HTTP-Session: f630379c-1a49-4162-a309-84c902546bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4244 | 2024.06.25 07:14:17.388204 [ 3 ] {fdc583b9-0248-4557-be15-b4cf1c5e257a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4245 | 2024.06.25 07:14:17.388259 [ 3 ] {fdc583b9-0248-4557-be15-b4cf1c5e257a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4246 | 2024.06.25 07:14:17.388388 [ 3 ] {fdc583b9-0248-4557-be15-b4cf1c5e257a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4247 | 2024.06.25 07:14:17.388748 [ 3 ] {fdc583b9-0248-4557-be15-b4cf1c5e257a} <Trace> oximeter.fields_uuid (a6135af6-13ec-413a-9f2a-05b69fc69276): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4248 | 2024.06.25 07:14:17.388784 [ 3 ] {fdc583b9-0248-4557-be15-b4cf1c5e257a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4249 | 2024.06.25 07:14:17.389091 [ 3 ] {fdc583b9-0248-4557-be15-b4cf1c5e257a} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
4250 | 2024.06.25 07:14:17.389385 [ 3 ] {fdc583b9-0248-4557-be15-b4cf1c5e257a} <Trace> oximeter.fields_uuid (a6135af6-13ec-413a-9f2a-05b69fc69276): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4251 | 2024.06.25 07:14:17.389536 [ 3 ] {fdc583b9-0248-4557-be15-b4cf1c5e257a} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001393 sec., 68916.00861450109 rows/sec., 5.38 MiB/sec. | ||
4252 | 2024.06.25 07:14:17.389542 [ 139 ] {} <Debug> oximeter.fields_uuid (a6135af6-13ec-413a-9f2a-05b69fc69276) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
4253 | 2024.06.25 07:14:17.389629 [ 139 ] {} <Trace> oximeter.fields_uuid (a6135af6-13ec-413a-9f2a-05b69fc69276): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4254 | 2024.06.25 07:14:17.389677 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4255 | 2024.06.25 07:14:17.389813 [ 3 ] {fdc583b9-0248-4557-be15-b4cf1c5e257a} <Debug> DynamicQueryHandler: Done processing query | ||
4256 | 2024.06.25 07:14:17.389859 [ 3 ] {fdc583b9-0248-4557-be15-b4cf1c5e257a} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
4257 | 2024.06.25 07:14:17.389864 [ 193 ] {a6135af6-13ec-413a-9f2a-05b69fc69276::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 | ||
4258 | 2024.06.25 07:14:17.389881 [ 3 ] {} <Debug> HTTP-Session: f630379c-1a49-4162-a309-84c902546bf1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4259 | 2024.06.25 07:14:17.390176 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 30808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4260 | 2024.06.25 07:14:17.390194 [ 193 ] {a6135af6-13ec-413a-9f2a-05b69fc69276::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4261 | 2024.06.25 07:14:17.390249 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4262 | 2024.06.25 07:14:17.390251 [ 193 ] {a6135af6-13ec-413a-9f2a-05b69fc69276::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 144 rows starting from the beginning of the part | ||
4263 | 2024.06.25 07:14:17.390277 [ 3 ] {} <Debug> HTTP-Session: 235044d0-6b45-4448-9008-03f37ef23281 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
4264 | 2024.06.25 07:14:17.390307 [ 3 ] {} <Debug> HTTP-Session: 235044d0-6b45-4448-9008-03f37ef23281 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4265 | 2024.06.25 07:14:17.390334 [ 3 ] {} <Debug> HTTP-Session: 235044d0-6b45-4448-9008-03f37ef23281 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4266 | 2024.06.25 07:14:17.390418 [ 3 ] {} <Trace> HTTP-Session: 235044d0-6b45-4448-9008-03f37ef23281 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4267 | 2024.06.25 07:14:17.390416 [ 193 ] {a6135af6-13ec-413a-9f2a-05b69fc69276::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 94 rows starting from the beginning of the part | ||
4268 | 2024.06.25 07:14:17.390631 [ 193 ] {a6135af6-13ec-413a-9f2a-05b69fc69276::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 68 rows starting from the beginning of the part | ||
4269 | 2024.06.25 07:14:17.390781 [ 3 ] {b6dc7255-80ce-4808-acea-42ff6a318ab4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4270 | 2024.06.25 07:14:17.390944 [ 193 ] {a6135af6-13ec-413a-9f2a-05b69fc69276::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 94 rows starting from the beginning of the part | ||
4271 | 2024.06.25 07:14:17.390964 [ 3 ] {b6dc7255-80ce-4808-acea-42ff6a318ab4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4272 | 2024.06.25 07:14:17.391189 [ 193 ] {a6135af6-13ec-413a-9f2a-05b69fc69276::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 64 rows starting from the beginning of the part | ||
4273 | 2024.06.25 07:14:17.391491 [ 193 ] {a6135af6-13ec-413a-9f2a-05b69fc69276::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 96 rows starting from the beginning of the part | ||
4274 | 2024.06.25 07:14:17.391900 [ 3 ] {b6dc7255-80ce-4808-acea-42ff6a318ab4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4275 | 2024.06.25 07:14:17.392454 [ 3 ] {b6dc7255-80ce-4808-acea-42ff6a318ab4} <Trace> oximeter.measurements_cumulativeu64 (e2447d38-7ae3-46bc-83c9-f9b139496c24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4276 | 2024.06.25 07:14:17.392502 [ 3 ] {b6dc7255-80ce-4808-acea-42ff6a318ab4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4277 | 2024.06.25 07:14:17.393091 [ 192 ] {a6135af6-13ec-413a-9f2a-05b69fc69276::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 4 columns (4 merged, 0 gathered) in 0.003328739 sec., 168231.8739919231 rows/sec., 13.14 MiB/sec. | ||
4278 | 2024.06.25 07:14:17.393102 [ 3 ] {b6dc7255-80ce-4808-acea-42ff6a318ab4} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
4279 | 2024.06.25 07:14:17.393340 [ 192 ] {a6135af6-13ec-413a-9f2a-05b69fc69276::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
4280 | 2024.06.25 07:14:17.393942 [ 3 ] {b6dc7255-80ce-4808-acea-42ff6a318ab4} <Trace> oximeter.measurements_cumulativeu64 (e2447d38-7ae3-46bc-83c9-f9b139496c24): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4281 | 2024.06.25 07:14:17.394236 [ 3 ] {b6dc7255-80ce-4808-acea-42ff6a318ab4} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.003691 sec., 43619.61528041182 rows/sec., 3.04 MiB/sec. | ||
4282 | 2024.06.25 07:14:17.394308 [ 192 ] {a6135af6-13ec-413a-9f2a-05b69fc69276::all_1_26_5} <Trace> oximeter.fields_uuid (a6135af6-13ec-413a-9f2a-05b69fc69276): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4283 | 2024.06.25 07:14:17.394522 [ 192 ] {a6135af6-13ec-413a-9f2a-05b69fc69276::all_1_26_5} <Trace> oximeter.fields_uuid (a6135af6-13ec-413a-9f2a-05b69fc69276) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
4284 | 2024.06.25 07:14:17.394562 [ 3 ] {b6dc7255-80ce-4808-acea-42ff6a318ab4} <Debug> DynamicQueryHandler: Done processing query | ||
4285 | 2024.06.25 07:14:17.394643 [ 3 ] {b6dc7255-80ce-4808-acea-42ff6a318ab4} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4286 | 2024.06.25 07:14:17.394679 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
4287 | 2024.06.25 07:14:17.394688 [ 3 ] {} <Debug> HTTP-Session: 235044d0-6b45-4448-9008-03f37ef23281 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4288 | 2024.06.25 07:14:17.394897 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 48313, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4289 | 2024.06.25 07:14:17.394945 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4290 | 2024.06.25 07:14:17.394965 [ 3 ] {} <Debug> HTTP-Session: b79a0dbf-d20c-474a-8e1d-db4c7e774013 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
4291 | 2024.06.25 07:14:17.394981 [ 3 ] {} <Debug> HTTP-Session: b79a0dbf-d20c-474a-8e1d-db4c7e774013 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4292 | 2024.06.25 07:14:17.394995 [ 3 ] {} <Debug> HTTP-Session: b79a0dbf-d20c-474a-8e1d-db4c7e774013 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4293 | 2024.06.25 07:14:17.395026 [ 3 ] {} <Trace> HTTP-Session: b79a0dbf-d20c-474a-8e1d-db4c7e774013 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4294 | 2024.06.25 07:14:17.395370 [ 3 ] {432cf122-a320-481b-8cd4-0764ab33aac3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4295 | 2024.06.25 07:14:17.395441 [ 3 ] {432cf122-a320-481b-8cd4-0764ab33aac3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
4296 | 2024.06.25 07:14:17.395870 [ 3 ] {432cf122-a320-481b-8cd4-0764ab33aac3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4297 | 2024.06.25 07:14:17.396480 [ 3 ] {432cf122-a320-481b-8cd4-0764ab33aac3} <Trace> oximeter.measurements_histogramf64 (7bf12d27-0a09-45c5-8c45-4d00c63235e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4298 | 2024.06.25 07:14:17.396515 [ 3 ] {432cf122-a320-481b-8cd4-0764ab33aac3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4299 | 2024.06.25 07:14:17.397129 [ 3 ] {432cf122-a320-481b-8cd4-0764ab33aac3} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
4300 | 2024.06.25 07:14:17.397530 [ 3 ] {432cf122-a320-481b-8cd4-0764ab33aac3} <Trace> oximeter.measurements_histogramf64 (7bf12d27-0a09-45c5-8c45-4d00c63235e8): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4301 | 2024.06.25 07:14:17.397735 [ 3 ] {432cf122-a320-481b-8cd4-0764ab33aac3} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002612 sec., 11485.451761102602 rows/sec., 20.58 MiB/sec. | ||
4302 | 2024.06.25 07:14:17.398092 [ 3 ] {432cf122-a320-481b-8cd4-0764ab33aac3} <Debug> DynamicQueryHandler: Done processing query | ||
4303 | 2024.06.25 07:14:17.398116 [ 3 ] {432cf122-a320-481b-8cd4-0764ab33aac3} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
4304 | 2024.06.25 07:14:17.398133 [ 3 ] {} <Debug> HTTP-Session: b79a0dbf-d20c-474a-8e1d-db4c7e774013 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4305 | 2024.06.25 07:14:17.398264 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4306 | 2024.06.25 07:14:17.398311 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4307 | 2024.06.25 07:14:17.398331 [ 3 ] {} <Debug> HTTP-Session: 960b5006-a9b0-4840-8b08-39695f8c1467 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
4308 | 2024.06.25 07:14:17.398347 [ 3 ] {} <Debug> HTTP-Session: 960b5006-a9b0-4840-8b08-39695f8c1467 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4309 | 2024.06.25 07:14:17.398360 [ 3 ] {} <Debug> HTTP-Session: 960b5006-a9b0-4840-8b08-39695f8c1467 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4310 | 2024.06.25 07:14:17.398390 [ 3 ] {} <Trace> HTTP-Session: 960b5006-a9b0-4840-8b08-39695f8c1467 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4311 | 2024.06.25 07:14:17.398503 [ 3 ] {5b62a47f-2f3a-46ac-af30-a1fae261a75b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4312 | 2024.06.25 07:14:17.398548 [ 3 ] {5b62a47f-2f3a-46ac-af30-a1fae261a75b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4313 | 2024.06.25 07:14:17.398676 [ 3 ] {5b62a47f-2f3a-46ac-af30-a1fae261a75b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4314 | 2024.06.25 07:14:17.398946 [ 3 ] {5b62a47f-2f3a-46ac-af30-a1fae261a75b} <Trace> oximeter.measurements_u64 (4dca2f8a-9dea-4d2f-8335-c4506eb14d05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4315 | 2024.06.25 07:14:17.398982 [ 3 ] {5b62a47f-2f3a-46ac-af30-a1fae261a75b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4316 | 2024.06.25 07:14:17.399340 [ 3 ] {5b62a47f-2f3a-46ac-af30-a1fae261a75b} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
4317 | 2024.06.25 07:14:17.399652 [ 3 ] {5b62a47f-2f3a-46ac-af30-a1fae261a75b} <Trace> oximeter.measurements_u64 (4dca2f8a-9dea-4d2f-8335-c4506eb14d05): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4318 | 2024.06.25 07:14:17.399807 [ 139 ] {} <Debug> oximeter.measurements_u64 (4dca2f8a-9dea-4d2f-8335-c4506eb14d05) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
4319 | 2024.06.25 07:14:17.399809 [ 3 ] {5b62a47f-2f3a-46ac-af30-a1fae261a75b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001338 sec., 44843.04932735426 rows/sec., 3.02 MiB/sec. | ||
4320 | 2024.06.25 07:14:17.399867 [ 139 ] {} <Trace> oximeter.measurements_u64 (4dca2f8a-9dea-4d2f-8335-c4506eb14d05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4321 | 2024.06.25 07:14:17.399937 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4322 | 2024.06.25 07:14:17.400095 [ 193 ] {4dca2f8a-9dea-4d2f-8335-c4506eb14d05::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 | ||
4323 | 2024.06.25 07:14:17.400103 [ 3 ] {5b62a47f-2f3a-46ac-af30-a1fae261a75b} <Debug> DynamicQueryHandler: Done processing query | ||
4324 | 2024.06.25 07:14:17.400152 [ 3 ] {5b62a47f-2f3a-46ac-af30-a1fae261a75b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4325 | 2024.06.25 07:14:17.400174 [ 3 ] {} <Debug> HTTP-Session: 960b5006-a9b0-4840-8b08-39695f8c1467 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4326 | 2024.06.25 07:14:17.400255 [ 193 ] {4dca2f8a-9dea-4d2f-8335-c4506eb14d05::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4327 | 2024.06.25 07:14:17.400291 [ 193 ] {4dca2f8a-9dea-4d2f-8335-c4506eb14d05::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 592 rows starting from the beginning of the part | ||
4328 | 2024.06.25 07:14:17.400379 [ 193 ] {4dca2f8a-9dea-4d2f-8335-c4506eb14d05::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 | ||
4329 | 2024.06.25 07:14:17.400450 [ 193 ] {4dca2f8a-9dea-4d2f-8335-c4506eb14d05::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 | ||
4330 | 2024.06.25 07:14:17.400706 [ 193 ] {4dca2f8a-9dea-4d2f-8335-c4506eb14d05::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 | ||
4331 | 2024.06.25 07:14:17.400881 [ 193 ] {4dca2f8a-9dea-4d2f-8335-c4506eb14d05::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 | ||
4332 | 2024.06.25 07:14:17.401084 [ 193 ] {4dca2f8a-9dea-4d2f-8335-c4506eb14d05::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 | ||
4333 | 2024.06.25 07:14:17.402199 [ 200 ] {4dca2f8a-9dea-4d2f-8335-c4506eb14d05::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 892 rows, containing 4 columns (4 merged, 0 gathered) in 0.002164061 sec., 412188.01133609447 rows/sec., 27.90 MiB/sec. | ||
4334 | 2024.06.25 07:14:17.402363 [ 193 ] {4dca2f8a-9dea-4d2f-8335-c4506eb14d05::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
4335 | 2024.06.25 07:14:17.402714 [ 193 ] {4dca2f8a-9dea-4d2f-8335-c4506eb14d05::all_1_16_3} <Trace> oximeter.measurements_u64 (4dca2f8a-9dea-4d2f-8335-c4506eb14d05): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4336 | 2024.06.25 07:14:17.402785 [ 193 ] {4dca2f8a-9dea-4d2f-8335-c4506eb14d05::all_1_16_3} <Trace> oximeter.measurements_u64 (4dca2f8a-9dea-4d2f-8335-c4506eb14d05) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
4337 | 2024.06.25 07:14:17.402852 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
4338 | 2024.06.25 07:14:22.374581 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4339 | 2024.06.25 07:14:22.374724 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4340 | 2024.06.25 07:14:22.374755 [ 3 ] {} <Debug> HTTP-Session: 6f20085e-c7a8-4f9b-b9af-647317ccea95 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
4341 | 2024.06.25 07:14:22.374783 [ 3 ] {} <Debug> HTTP-Session: 6f20085e-c7a8-4f9b-b9af-647317ccea95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4342 | 2024.06.25 07:14:22.374801 [ 3 ] {} <Debug> HTTP-Session: 6f20085e-c7a8-4f9b-b9af-647317ccea95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4343 | 2024.06.25 07:14:22.374857 [ 3 ] {} <Trace> HTTP-Session: 6f20085e-c7a8-4f9b-b9af-647317ccea95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4344 | 2024.06.25 07:14:22.375048 [ 3 ] {362b36c8-077a-486c-9eb6-7e1cc4c6b13b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
4345 | 2024.06.25 07:14:22.375121 [ 3 ] {362b36c8-077a-486c-9eb6-7e1cc4c6b13b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4346 | 2024.06.25 07:14:22.375313 [ 3 ] {362b36c8-077a-486c-9eb6-7e1cc4c6b13b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4347 | 2024.06.25 07:14:22.375683 [ 3 ] {362b36c8-077a-486c-9eb6-7e1cc4c6b13b} <Trace> oximeter.fields_ipaddr (a80fa888-7cde-49a8-8db7-55a4c4c75c02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4348 | 2024.06.25 07:14:22.375723 [ 3 ] {362b36c8-077a-486c-9eb6-7e1cc4c6b13b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
4349 | 2024.06.25 07:14:22.376098 [ 3 ] {362b36c8-077a-486c-9eb6-7e1cc4c6b13b} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
4350 | 2024.06.25 07:14:22.376424 [ 3 ] {362b36c8-077a-486c-9eb6-7e1cc4c6b13b} <Trace> oximeter.fields_ipaddr (a80fa888-7cde-49a8-8db7-55a4c4c75c02): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4351 | 2024.06.25 07:14:22.376563 [ 3 ] {362b36c8-077a-486c-9eb6-7e1cc4c6b13b} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001573 sec., 1271.4558169103625 rows/sec., 103.68 KiB/sec. | ||
4352 | 2024.06.25 07:14:22.376745 [ 3 ] {362b36c8-077a-486c-9eb6-7e1cc4c6b13b} <Debug> DynamicQueryHandler: Done processing query | ||
4353 | 2024.06.25 07:14:22.376771 [ 3 ] {362b36c8-077a-486c-9eb6-7e1cc4c6b13b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4354 | 2024.06.25 07:14:22.376788 [ 3 ] {} <Debug> HTTP-Session: 6f20085e-c7a8-4f9b-b9af-647317ccea95 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4355 | 2024.06.25 07:14:22.376928 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 12953, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4356 | 2024.06.25 07:14:22.376979 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4357 | 2024.06.25 07:14:22.376998 [ 3 ] {} <Debug> HTTP-Session: 7c358c6f-3ee4-49ee-ba17-95cb964ff0af Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
4358 | 2024.06.25 07:14:22.377015 [ 3 ] {} <Debug> HTTP-Session: 7c358c6f-3ee4-49ee-ba17-95cb964ff0af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4359 | 2024.06.25 07:14:22.377030 [ 3 ] {} <Debug> HTTP-Session: 7c358c6f-3ee4-49ee-ba17-95cb964ff0af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4360 | 2024.06.25 07:14:22.377060 [ 3 ] {} <Trace> HTTP-Session: 7c358c6f-3ee4-49ee-ba17-95cb964ff0af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4361 | 2024.06.25 07:14:22.377178 [ 3 ] {2abac4be-f619-4342-8822-921eab7ad3e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4362 | 2024.06.25 07:14:22.377222 [ 3 ] {2abac4be-f619-4342-8822-921eab7ad3e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4363 | 2024.06.25 07:14:22.377344 [ 3 ] {2abac4be-f619-4342-8822-921eab7ad3e8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4364 | 2024.06.25 07:14:22.377658 [ 3 ] {2abac4be-f619-4342-8822-921eab7ad3e8} <Trace> oximeter.fields_string (92be2c77-e348-4680-ab71-16c97f347e42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4365 | 2024.06.25 07:14:22.377694 [ 3 ] {2abac4be-f619-4342-8822-921eab7ad3e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
4366 | 2024.06.25 07:14:22.378006 [ 3 ] {2abac4be-f619-4342-8822-921eab7ad3e8} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
4367 | 2024.06.25 07:14:22.378306 [ 3 ] {2abac4be-f619-4342-8822-921eab7ad3e8} <Trace> oximeter.fields_string (92be2c77-e348-4680-ab71-16c97f347e42): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4368 | 2024.06.25 07:14:22.378436 [ 3 ] {2abac4be-f619-4342-8822-921eab7ad3e8} <Debug> executeQuery: Read 93 rows, 7.29 KiB in 0.001305 sec., 71264.36781609195 rows/sec., 5.46 MiB/sec. | ||
4369 | 2024.06.25 07:14:22.378581 [ 3 ] {2abac4be-f619-4342-8822-921eab7ad3e8} <Debug> DynamicQueryHandler: Done processing query | ||
4370 | 2024.06.25 07:14:22.378606 [ 3 ] {2abac4be-f619-4342-8822-921eab7ad3e8} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
4371 | 2024.06.25 07:14:22.378622 [ 3 ] {} <Debug> HTTP-Session: 7c358c6f-3ee4-49ee-ba17-95cb964ff0af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4372 | 2024.06.25 07:14:22.378764 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4373 | 2024.06.25 07:14:22.378811 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4374 | 2024.06.25 07:14:22.378830 [ 3 ] {} <Debug> HTTP-Session: 68768717-9b85-49f8-ad31-c31675dac05d Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
4375 | 2024.06.25 07:14:22.378847 [ 3 ] {} <Debug> HTTP-Session: 68768717-9b85-49f8-ad31-c31675dac05d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4376 | 2024.06.25 07:14:22.378861 [ 3 ] {} <Debug> HTTP-Session: 68768717-9b85-49f8-ad31-c31675dac05d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4377 | 2024.06.25 07:14:22.378890 [ 3 ] {} <Trace> HTTP-Session: 68768717-9b85-49f8-ad31-c31675dac05d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4378 | 2024.06.25 07:14:22.378982 [ 3 ] {40c81256-504b-4953-8d8d-f62ca3079490} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4379 | 2024.06.25 07:14:22.379024 [ 3 ] {40c81256-504b-4953-8d8d-f62ca3079490} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4380 | 2024.06.25 07:14:22.379145 [ 3 ] {40c81256-504b-4953-8d8d-f62ca3079490} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4381 | 2024.06.25 07:14:22.379388 [ 3 ] {40c81256-504b-4953-8d8d-f62ca3079490} <Trace> oximeter.fields_u16 (3a35cf00-b7cc-45e3-80c8-1c8d13c9f8ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4382 | 2024.06.25 07:14:22.379424 [ 3 ] {40c81256-504b-4953-8d8d-f62ca3079490} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
4383 | 2024.06.25 07:14:22.379717 [ 3 ] {40c81256-504b-4953-8d8d-f62ca3079490} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
4384 | 2024.06.25 07:14:22.380013 [ 3 ] {40c81256-504b-4953-8d8d-f62ca3079490} <Trace> oximeter.fields_u16 (3a35cf00-b7cc-45e3-80c8-1c8d13c9f8ae): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4385 | 2024.06.25 07:14:22.380138 [ 3 ] {40c81256-504b-4953-8d8d-f62ca3079490} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001179 sec., 1696.3528413910094 rows/sec., 118.45 KiB/sec. | ||
4386 | 2024.06.25 07:14:22.380282 [ 3 ] {40c81256-504b-4953-8d8d-f62ca3079490} <Debug> DynamicQueryHandler: Done processing query | ||
4387 | 2024.06.25 07:14:22.380307 [ 3 ] {40c81256-504b-4953-8d8d-f62ca3079490} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4388 | 2024.06.25 07:14:22.380322 [ 3 ] {} <Debug> HTTP-Session: 68768717-9b85-49f8-ad31-c31675dac05d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4389 | 2024.06.25 07:14:22.380462 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 15271, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4390 | 2024.06.25 07:14:22.380509 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4391 | 2024.06.25 07:14:22.380527 [ 3 ] {} <Debug> HTTP-Session: 2dfaca86-abf8-45b8-a38d-1f59150656fd Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
4392 | 2024.06.25 07:14:22.380544 [ 3 ] {} <Debug> HTTP-Session: 2dfaca86-abf8-45b8-a38d-1f59150656fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4393 | 2024.06.25 07:14:22.380557 [ 3 ] {} <Debug> HTTP-Session: 2dfaca86-abf8-45b8-a38d-1f59150656fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4394 | 2024.06.25 07:14:22.380587 [ 3 ] {} <Trace> HTTP-Session: 2dfaca86-abf8-45b8-a38d-1f59150656fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4395 | 2024.06.25 07:14:22.380719 [ 3 ] {fc69fbc6-3f83-449e-a1e4-88aea3bf1f68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4396 | 2024.06.25 07:14:22.380762 [ 3 ] {fc69fbc6-3f83-449e-a1e4-88aea3bf1f68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4397 | 2024.06.25 07:14:22.380883 [ 3 ] {fc69fbc6-3f83-449e-a1e4-88aea3bf1f68} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4398 | 2024.06.25 07:14:22.381170 [ 3 ] {fc69fbc6-3f83-449e-a1e4-88aea3bf1f68} <Trace> oximeter.fields_uuid (a6135af6-13ec-413a-9f2a-05b69fc69276): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4399 | 2024.06.25 07:14:22.381204 [ 3 ] {fc69fbc6-3f83-449e-a1e4-88aea3bf1f68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
4400 | 2024.06.25 07:14:22.381514 [ 3 ] {fc69fbc6-3f83-449e-a1e4-88aea3bf1f68} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
4401 | 2024.06.25 07:14:22.381812 [ 3 ] {fc69fbc6-3f83-449e-a1e4-88aea3bf1f68} <Trace> oximeter.fields_uuid (a6135af6-13ec-413a-9f2a-05b69fc69276): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4402 | 2024.06.25 07:14:22.381935 [ 3 ] {fc69fbc6-3f83-449e-a1e4-88aea3bf1f68} <Debug> executeQuery: Read 90 rows, 7.18 KiB in 0.001257 sec., 71599.04534606205 rows/sec., 5.58 MiB/sec. | ||
4403 | 2024.06.25 07:14:22.382185 [ 3 ] {fc69fbc6-3f83-449e-a1e4-88aea3bf1f68} <Debug> DynamicQueryHandler: Done processing query | ||
4404 | 2024.06.25 07:14:22.382242 [ 3 ] {fc69fbc6-3f83-449e-a1e4-88aea3bf1f68} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
4405 | 2024.06.25 07:14:22.382275 [ 3 ] {} <Debug> HTTP-Session: 2dfaca86-abf8-45b8-a38d-1f59150656fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4406 | 2024.06.25 07:14:22.382478 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 37774, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4407 | 2024.06.25 07:14:22.382526 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4408 | 2024.06.25 07:14:22.382545 [ 3 ] {} <Debug> HTTP-Session: 6d26b213-6ac0-4c4a-b316-e08c13a3de1d Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
4409 | 2024.06.25 07:14:22.382562 [ 3 ] {} <Debug> HTTP-Session: 6d26b213-6ac0-4c4a-b316-e08c13a3de1d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4410 | 2024.06.25 07:14:22.382576 [ 3 ] {} <Debug> HTTP-Session: 6d26b213-6ac0-4c4a-b316-e08c13a3de1d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4411 | 2024.06.25 07:14:22.382606 [ 3 ] {} <Trace> HTTP-Session: 6d26b213-6ac0-4c4a-b316-e08c13a3de1d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4412 | 2024.06.25 07:14:22.382772 [ 3 ] {56b9618c-c7b8-4437-9952-7e42cc0a6b43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4413 | 2024.06.25 07:14:22.382821 [ 3 ] {56b9618c-c7b8-4437-9952-7e42cc0a6b43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4414 | 2024.06.25 07:14:22.382983 [ 3 ] {56b9618c-c7b8-4437-9952-7e42cc0a6b43} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4415 | 2024.06.25 07:14:22.383345 [ 3 ] {56b9618c-c7b8-4437-9952-7e42cc0a6b43} <Trace> oximeter.measurements_cumulativeu64 (e2447d38-7ae3-46bc-83c9-f9b139496c24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4416 | 2024.06.25 07:14:22.383380 [ 3 ] {56b9618c-c7b8-4437-9952-7e42cc0a6b43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
4417 | 2024.06.25 07:14:22.383762 [ 3 ] {56b9618c-c7b8-4437-9952-7e42cc0a6b43} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
4418 | 2024.06.25 07:14:22.384103 [ 3 ] {56b9618c-c7b8-4437-9952-7e42cc0a6b43} <Trace> oximeter.measurements_cumulativeu64 (e2447d38-7ae3-46bc-83c9-f9b139496c24): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4419 | 2024.06.25 07:14:22.384230 [ 3 ] {56b9618c-c7b8-4437-9952-7e42cc0a6b43} <Debug> executeQuery: Read 197 rows, 14.08 KiB in 0.001541 sec., 127839.06554185593 rows/sec., 8.92 MiB/sec. | ||
4420 | 2024.06.25 07:14:22.384381 [ 3 ] {56b9618c-c7b8-4437-9952-7e42cc0a6b43} <Debug> DynamicQueryHandler: Done processing query | ||
4421 | 2024.06.25 07:14:22.384406 [ 3 ] {56b9618c-c7b8-4437-9952-7e42cc0a6b43} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
4422 | 2024.06.25 07:14:22.384422 [ 3 ] {} <Debug> HTTP-Session: 6d26b213-6ac0-4c4a-b316-e08c13a3de1d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4423 | 2024.06.25 07:14:22.384546 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4424 | 2024.06.25 07:14:22.384593 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4425 | 2024.06.25 07:14:22.384615 [ 3 ] {} <Debug> HTTP-Session: e108bc97-e4f5-4d08-bde3-3c80c31691e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
4426 | 2024.06.25 07:14:22.384631 [ 3 ] {} <Debug> HTTP-Session: e108bc97-e4f5-4d08-bde3-3c80c31691e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4427 | 2024.06.25 07:14:22.384644 [ 3 ] {} <Debug> HTTP-Session: e108bc97-e4f5-4d08-bde3-3c80c31691e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4428 | 2024.06.25 07:14:22.384675 [ 3 ] {} <Trace> HTTP-Session: e108bc97-e4f5-4d08-bde3-3c80c31691e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4429 | 2024.06.25 07:14:22.384787 [ 3 ] {0083d5f5-9ad9-4eb0-8b0e-d97b33f56c8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4430 | 2024.06.25 07:14:22.384832 [ 3 ] {0083d5f5-9ad9-4eb0-8b0e-d97b33f56c8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4431 | 2024.06.25 07:14:22.384953 [ 3 ] {0083d5f5-9ad9-4eb0-8b0e-d97b33f56c8a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4432 | 2024.06.25 07:14:22.385222 [ 3 ] {0083d5f5-9ad9-4eb0-8b0e-d97b33f56c8a} <Trace> oximeter.measurements_u64 (4dca2f8a-9dea-4d2f-8335-c4506eb14d05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4433 | 2024.06.25 07:14:22.385258 [ 3 ] {0083d5f5-9ad9-4eb0-8b0e-d97b33f56c8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
4434 | 2024.06.25 07:14:22.385607 [ 3 ] {0083d5f5-9ad9-4eb0-8b0e-d97b33f56c8a} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
4435 | 2024.06.25 07:14:22.385948 [ 3 ] {0083d5f5-9ad9-4eb0-8b0e-d97b33f56c8a} <Trace> oximeter.measurements_u64 (4dca2f8a-9dea-4d2f-8335-c4506eb14d05): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4436 | 2024.06.25 07:14:22.386071 [ 3 ] {0083d5f5-9ad9-4eb0-8b0e-d97b33f56c8a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001321 sec., 45420.136260408784 rows/sec., 3.06 MiB/sec. | ||
4437 | 2024.06.25 07:14:22.386219 [ 3 ] {0083d5f5-9ad9-4eb0-8b0e-d97b33f56c8a} <Debug> DynamicQueryHandler: Done processing query | ||
4438 | 2024.06.25 07:14:22.386244 [ 3 ] {0083d5f5-9ad9-4eb0-8b0e-d97b33f56c8a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4439 | 2024.06.25 07:14:22.386260 [ 3 ] {} <Debug> HTTP-Session: e108bc97-e4f5-4d08-bde3-3c80c31691e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4440 | 2024.06.25 07:14:27.374398 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 4356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4441 | 2024.06.25 07:14:27.374596 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4442 | 2024.06.25 07:14:27.374641 [ 3 ] {} <Debug> HTTP-Session: 44ee64d8-ab3b-4867-8d78-b986ac0763d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
4443 | 2024.06.25 07:14:27.374684 [ 3 ] {} <Debug> HTTP-Session: 44ee64d8-ab3b-4867-8d78-b986ac0763d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4444 | 2024.06.25 07:14:27.374713 [ 3 ] {} <Debug> HTTP-Session: 44ee64d8-ab3b-4867-8d78-b986ac0763d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4445 | 2024.06.25 07:14:27.374794 [ 3 ] {} <Trace> HTTP-Session: 44ee64d8-ab3b-4867-8d78-b986ac0763d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4446 | 2024.06.25 07:14:27.375088 [ 3 ] {23793c07-532b-4c0b-b977-4762bde600c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4447 | 2024.06.25 07:14:27.375194 [ 3 ] {23793c07-532b-4c0b-b977-4762bde600c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4448 | 2024.06.25 07:14:27.375446 [ 3 ] {23793c07-532b-4c0b-b977-4762bde600c2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4449 | 2024.06.25 07:14:27.375833 [ 3 ] {23793c07-532b-4c0b-b977-4762bde600c2} <Trace> oximeter.fields_i64 (5a4e27aa-5414-415d-87de-3cb5e0800323): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4450 | 2024.06.25 07:14:27.375872 [ 3 ] {23793c07-532b-4c0b-b977-4762bde600c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4451 | 2024.06.25 07:14:27.376231 [ 3 ] {23793c07-532b-4c0b-b977-4762bde600c2} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
4452 | 2024.06.25 07:14:27.376568 [ 3 ] {23793c07-532b-4c0b-b977-4762bde600c2} <Trace> oximeter.fields_i64 (5a4e27aa-5414-415d-87de-3cb5e0800323): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4453 | 2024.06.25 07:14:27.376741 [ 3 ] {23793c07-532b-4c0b-b977-4762bde600c2} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001749 sec., 17152.658662092625 rows/sec., 1.36 MiB/sec. | ||
4454 | 2024.06.25 07:14:27.377040 [ 3 ] {23793c07-532b-4c0b-b977-4762bde600c2} <Debug> DynamicQueryHandler: Done processing query | ||
4455 | 2024.06.25 07:14:27.377068 [ 3 ] {23793c07-532b-4c0b-b977-4762bde600c2} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4456 | 2024.06.25 07:14:27.377084 [ 3 ] {} <Debug> HTTP-Session: 44ee64d8-ab3b-4867-8d78-b986ac0763d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4457 | 2024.06.25 07:14:27.377226 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 21439, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4458 | 2024.06.25 07:14:27.377277 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4459 | 2024.06.25 07:14:27.377297 [ 3 ] {} <Debug> HTTP-Session: 88c705ab-47d8-43e7-af39-68261bf3f44a Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
4460 | 2024.06.25 07:14:27.377314 [ 3 ] {} <Debug> HTTP-Session: 88c705ab-47d8-43e7-af39-68261bf3f44a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4461 | 2024.06.25 07:14:27.377328 [ 3 ] {} <Debug> HTTP-Session: 88c705ab-47d8-43e7-af39-68261bf3f44a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4462 | 2024.06.25 07:14:27.377359 [ 3 ] {} <Trace> HTTP-Session: 88c705ab-47d8-43e7-af39-68261bf3f44a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4463 | 2024.06.25 07:14:27.377496 [ 3 ] {27b4c816-744d-4d70-bcc2-63710d8a9463} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4464 | 2024.06.25 07:14:27.377539 [ 3 ] {27b4c816-744d-4d70-bcc2-63710d8a9463} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4465 | 2024.06.25 07:14:27.377683 [ 3 ] {27b4c816-744d-4d70-bcc2-63710d8a9463} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4466 | 2024.06.25 07:14:27.378045 [ 3 ] {27b4c816-744d-4d70-bcc2-63710d8a9463} <Trace> oximeter.fields_string (92be2c77-e348-4680-ab71-16c97f347e42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4467 | 2024.06.25 07:14:27.378082 [ 3 ] {27b4c816-744d-4d70-bcc2-63710d8a9463} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4468 | 2024.06.25 07:14:27.378406 [ 3 ] {27b4c816-744d-4d70-bcc2-63710d8a9463} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
4469 | 2024.06.25 07:14:27.378716 [ 3 ] {27b4c816-744d-4d70-bcc2-63710d8a9463} <Trace> oximeter.fields_string (92be2c77-e348-4680-ab71-16c97f347e42): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4470 | 2024.06.25 07:14:27.378876 [ 3 ] {27b4c816-744d-4d70-bcc2-63710d8a9463} <Debug> executeQuery: Read 146 rows, 12.55 KiB in 0.001432 sec., 101955.30726256984 rows/sec., 8.56 MiB/sec. | ||
4471 | 2024.06.25 07:14:27.379029 [ 3 ] {27b4c816-744d-4d70-bcc2-63710d8a9463} <Debug> DynamicQueryHandler: Done processing query | ||
4472 | 2024.06.25 07:14:27.379053 [ 3 ] {27b4c816-744d-4d70-bcc2-63710d8a9463} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
4473 | 2024.06.25 07:14:27.379069 [ 3 ] {} <Debug> HTTP-Session: 88c705ab-47d8-43e7-af39-68261bf3f44a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4474 | 2024.06.25 07:14:27.379204 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 15971, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4475 | 2024.06.25 07:14:27.379253 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4476 | 2024.06.25 07:14:27.379272 [ 3 ] {} <Debug> HTTP-Session: ffad0717-6f85-497b-8640-2c95d066ffc9 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
4477 | 2024.06.25 07:14:27.379288 [ 3 ] {} <Debug> HTTP-Session: ffad0717-6f85-497b-8640-2c95d066ffc9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4478 | 2024.06.25 07:14:27.379301 [ 3 ] {} <Debug> HTTP-Session: ffad0717-6f85-497b-8640-2c95d066ffc9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4479 | 2024.06.25 07:14:27.379332 [ 3 ] {} <Trace> HTTP-Session: ffad0717-6f85-497b-8640-2c95d066ffc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4480 | 2024.06.25 07:14:27.379448 [ 3 ] {955b302c-3522-48db-b338-a98382022ea3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4481 | 2024.06.25 07:14:27.379491 [ 3 ] {955b302c-3522-48db-b338-a98382022ea3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4482 | 2024.06.25 07:14:27.379616 [ 3 ] {955b302c-3522-48db-b338-a98382022ea3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4483 | 2024.06.25 07:14:27.379922 [ 3 ] {955b302c-3522-48db-b338-a98382022ea3} <Trace> oximeter.fields_uuid (a6135af6-13ec-413a-9f2a-05b69fc69276): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4484 | 2024.06.25 07:14:27.379958 [ 3 ] {955b302c-3522-48db-b338-a98382022ea3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4485 | 2024.06.25 07:14:27.380266 [ 3 ] {955b302c-3522-48db-b338-a98382022ea3} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
4486 | 2024.06.25 07:14:27.380575 [ 3 ] {955b302c-3522-48db-b338-a98382022ea3} <Trace> oximeter.fields_uuid (a6135af6-13ec-413a-9f2a-05b69fc69276): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4487 | 2024.06.25 07:14:27.380733 [ 3 ] {955b302c-3522-48db-b338-a98382022ea3} <Debug> executeQuery: Read 94 rows, 7.52 KiB in 0.001327 sec., 70836.47324792766 rows/sec., 5.53 MiB/sec. | ||
4488 | 2024.06.25 07:14:27.380888 [ 3 ] {955b302c-3522-48db-b338-a98382022ea3} <Debug> DynamicQueryHandler: Done processing query | ||
4489 | 2024.06.25 07:14:27.380912 [ 3 ] {955b302c-3522-48db-b338-a98382022ea3} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
4490 | 2024.06.25 07:14:27.380928 [ 3 ] {} <Debug> HTTP-Session: ffad0717-6f85-497b-8640-2c95d066ffc9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4491 | 2024.06.25 07:14:27.381081 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 30617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4492 | 2024.06.25 07:14:27.381130 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4493 | 2024.06.25 07:14:27.381149 [ 3 ] {} <Debug> HTTP-Session: 29586e60-712c-475f-a5da-402c03ba4b42 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
4494 | 2024.06.25 07:14:27.381166 [ 3 ] {} <Debug> HTTP-Session: 29586e60-712c-475f-a5da-402c03ba4b42 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4495 | 2024.06.25 07:14:27.381179 [ 3 ] {} <Debug> HTTP-Session: 29586e60-712c-475f-a5da-402c03ba4b42 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4496 | 2024.06.25 07:14:27.381210 [ 3 ] {} <Trace> HTTP-Session: 29586e60-712c-475f-a5da-402c03ba4b42 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4497 | 2024.06.25 07:14:27.381348 [ 3 ] {a87abfd0-91da-4955-a2fc-be5ce9c9024a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4498 | 2024.06.25 07:14:27.381395 [ 3 ] {a87abfd0-91da-4955-a2fc-be5ce9c9024a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4499 | 2024.06.25 07:14:27.381542 [ 3 ] {a87abfd0-91da-4955-a2fc-be5ce9c9024a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4500 | 2024.06.25 07:14:27.381887 [ 3 ] {a87abfd0-91da-4955-a2fc-be5ce9c9024a} <Trace> oximeter.measurements_cumulativeu64 (e2447d38-7ae3-46bc-83c9-f9b139496c24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4501 | 2024.06.25 07:14:27.381924 [ 3 ] {a87abfd0-91da-4955-a2fc-be5ce9c9024a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4502 | 2024.06.25 07:14:27.382311 [ 3 ] {a87abfd0-91da-4955-a2fc-be5ce9c9024a} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
4503 | 2024.06.25 07:14:27.382643 [ 3 ] {a87abfd0-91da-4955-a2fc-be5ce9c9024a} <Trace> oximeter.measurements_cumulativeu64 (e2447d38-7ae3-46bc-83c9-f9b139496c24): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4504 | 2024.06.25 07:14:27.382808 [ 3 ] {a87abfd0-91da-4955-a2fc-be5ce9c9024a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001513 sec., 105750.16523463318 rows/sec., 7.37 MiB/sec. | ||
4505 | 2024.06.25 07:14:27.383018 [ 3 ] {a87abfd0-91da-4955-a2fc-be5ce9c9024a} <Debug> DynamicQueryHandler: Done processing query | ||
4506 | 2024.06.25 07:14:27.383043 [ 3 ] {a87abfd0-91da-4955-a2fc-be5ce9c9024a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4507 | 2024.06.25 07:14:27.383059 [ 3 ] {} <Debug> HTTP-Session: 29586e60-712c-475f-a5da-402c03ba4b42 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4508 | 2024.06.25 07:14:27.383204 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 48382, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4509 | 2024.06.25 07:14:27.383252 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4510 | 2024.06.25 07:14:27.383271 [ 3 ] {} <Debug> HTTP-Session: 31d9fa48-69f5-4d82-81c8-46b8ccb45bf0 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
4511 | 2024.06.25 07:14:27.383287 [ 3 ] {} <Debug> HTTP-Session: 31d9fa48-69f5-4d82-81c8-46b8ccb45bf0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4512 | 2024.06.25 07:14:27.383301 [ 3 ] {} <Debug> HTTP-Session: 31d9fa48-69f5-4d82-81c8-46b8ccb45bf0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4513 | 2024.06.25 07:14:27.383331 [ 3 ] {} <Trace> HTTP-Session: 31d9fa48-69f5-4d82-81c8-46b8ccb45bf0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4514 | 2024.06.25 07:14:27.383632 [ 3 ] {1b47673e-63e2-4c1f-9628-31149a50e168} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4515 | 2024.06.25 07:14:27.383697 [ 3 ] {1b47673e-63e2-4c1f-9628-31149a50e168} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
4516 | 2024.06.25 07:14:27.384092 [ 3 ] {1b47673e-63e2-4c1f-9628-31149a50e168} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4517 | 2024.06.25 07:14:27.384838 [ 3 ] {1b47673e-63e2-4c1f-9628-31149a50e168} <Trace> oximeter.measurements_histogramf64 (7bf12d27-0a09-45c5-8c45-4d00c63235e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4518 | 2024.06.25 07:14:27.384875 [ 3 ] {1b47673e-63e2-4c1f-9628-31149a50e168} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4519 | 2024.06.25 07:14:27.385511 [ 3 ] {1b47673e-63e2-4c1f-9628-31149a50e168} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
4520 | 2024.06.25 07:14:27.385916 [ 3 ] {1b47673e-63e2-4c1f-9628-31149a50e168} <Trace> oximeter.measurements_histogramf64 (7bf12d27-0a09-45c5-8c45-4d00c63235e8): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4521 | 2024.06.25 07:14:27.386131 [ 3 ] {1b47673e-63e2-4c1f-9628-31149a50e168} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002705 sec., 11090.573012939001 rows/sec., 19.87 MiB/sec. | ||
4522 | 2024.06.25 07:14:27.386726 [ 3 ] {1b47673e-63e2-4c1f-9628-31149a50e168} <Debug> DynamicQueryHandler: Done processing query | ||
4523 | 2024.06.25 07:14:27.386751 [ 3 ] {1b47673e-63e2-4c1f-9628-31149a50e168} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
4524 | 2024.06.25 07:14:27.386768 [ 3 ] {} <Debug> HTTP-Session: 31d9fa48-69f5-4d82-81c8-46b8ccb45bf0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4525 | 2024.06.25 07:14:27.386892 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4526 | 2024.06.25 07:14:27.386942 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4527 | 2024.06.25 07:14:27.386962 [ 3 ] {} <Debug> HTTP-Session: a2bd49ec-889e-488b-8710-27a14d3758dc Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
4528 | 2024.06.25 07:14:27.386978 [ 3 ] {} <Debug> HTTP-Session: a2bd49ec-889e-488b-8710-27a14d3758dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4529 | 2024.06.25 07:14:27.386992 [ 3 ] {} <Debug> HTTP-Session: a2bd49ec-889e-488b-8710-27a14d3758dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4530 | 2024.06.25 07:14:27.387023 [ 3 ] {} <Trace> HTTP-Session: a2bd49ec-889e-488b-8710-27a14d3758dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4531 | 2024.06.25 07:14:27.387142 [ 3 ] {0efe7bf6-e022-4e07-8882-df29573ce716} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4532 | 2024.06.25 07:14:27.387189 [ 3 ] {0efe7bf6-e022-4e07-8882-df29573ce716} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4533 | 2024.06.25 07:14:27.387347 [ 3 ] {0efe7bf6-e022-4e07-8882-df29573ce716} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4534 | 2024.06.25 07:14:27.387642 [ 3 ] {0efe7bf6-e022-4e07-8882-df29573ce716} <Trace> oximeter.measurements_u64 (4dca2f8a-9dea-4d2f-8335-c4506eb14d05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4535 | 2024.06.25 07:14:27.387678 [ 3 ] {0efe7bf6-e022-4e07-8882-df29573ce716} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4536 | 2024.06.25 07:14:27.388057 [ 3 ] {0efe7bf6-e022-4e07-8882-df29573ce716} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
4537 | 2024.06.25 07:14:27.388378 [ 3 ] {0efe7bf6-e022-4e07-8882-df29573ce716} <Trace> oximeter.measurements_u64 (4dca2f8a-9dea-4d2f-8335-c4506eb14d05): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4538 | 2024.06.25 07:14:27.388550 [ 3 ] {0efe7bf6-e022-4e07-8882-df29573ce716} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001449 sec., 41407.867494824015 rows/sec., 2.79 MiB/sec. | ||
4539 | 2024.06.25 07:14:27.388704 [ 3 ] {0efe7bf6-e022-4e07-8882-df29573ce716} <Debug> DynamicQueryHandler: Done processing query | ||
4540 | 2024.06.25 07:14:27.388728 [ 3 ] {0efe7bf6-e022-4e07-8882-df29573ce716} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4541 | 2024.06.25 07:14:27.388744 [ 3 ] {} <Debug> HTTP-Session: a2bd49ec-889e-488b-8710-27a14d3758dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4542 | 2024.06.25 07:14:31.652081 [ 127 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4543 | 2024.06.25 07:14:31.652177 [ 127 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4544 | 2024.06.25 07:14:32.372220 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 7836, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4545 | 2024.06.25 07:14:32.372350 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4546 | 2024.06.25 07:14:32.372379 [ 3 ] {} <Debug> HTTP-Session: c3560233-d458-4a46-95d0-cb5ef9af4ffb Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
4547 | 2024.06.25 07:14:32.372407 [ 3 ] {} <Debug> HTTP-Session: c3560233-d458-4a46-95d0-cb5ef9af4ffb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4548 | 2024.06.25 07:14:32.372425 [ 3 ] {} <Debug> HTTP-Session: c3560233-d458-4a46-95d0-cb5ef9af4ffb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4549 | 2024.06.25 07:14:32.372481 [ 3 ] {} <Trace> HTTP-Session: c3560233-d458-4a46-95d0-cb5ef9af4ffb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4550 | 2024.06.25 07:14:32.372688 [ 3 ] {bbde84bb-772f-488f-8cbf-f47177f019e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4551 | 2024.06.25 07:14:32.372756 [ 3 ] {bbde84bb-772f-488f-8cbf-f47177f019e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4552 | 2024.06.25 07:14:32.372946 [ 3 ] {bbde84bb-772f-488f-8cbf-f47177f019e3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4553 | 2024.06.25 07:14:32.373433 [ 3 ] {bbde84bb-772f-488f-8cbf-f47177f019e3} <Trace> oximeter.fields_string (92be2c77-e348-4680-ab71-16c97f347e42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4554 | 2024.06.25 07:14:32.373481 [ 3 ] {bbde84bb-772f-488f-8cbf-f47177f019e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4555 | 2024.06.25 07:14:32.373859 [ 3 ] {bbde84bb-772f-488f-8cbf-f47177f019e3} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
4556 | 2024.06.25 07:14:32.374203 [ 3 ] {bbde84bb-772f-488f-8cbf-f47177f019e3} <Trace> oximeter.fields_string (92be2c77-e348-4680-ab71-16c97f347e42): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4557 | 2024.06.25 07:14:32.374360 [ 3 ] {bbde84bb-772f-488f-8cbf-f47177f019e3} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001739 sec., 32202.415181138582 rows/sec., 2.47 MiB/sec. | ||
4558 | 2024.06.25 07:14:32.374689 [ 3 ] {bbde84bb-772f-488f-8cbf-f47177f019e3} <Debug> DynamicQueryHandler: Done processing query | ||
4559 | 2024.06.25 07:14:32.374735 [ 3 ] {bbde84bb-772f-488f-8cbf-f47177f019e3} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4560 | 2024.06.25 07:14:32.374754 [ 3 ] {} <Debug> HTTP-Session: c3560233-d458-4a46-95d0-cb5ef9af4ffb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4561 | 2024.06.25 07:14:32.374928 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 10886, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4562 | 2024.06.25 07:14:32.374995 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4563 | 2024.06.25 07:14:32.375024 [ 3 ] {} <Debug> HTTP-Session: 6d12ba95-2b40-4fc5-8838-c289c16cdcaa Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
4564 | 2024.06.25 07:14:32.375043 [ 3 ] {} <Debug> HTTP-Session: 6d12ba95-2b40-4fc5-8838-c289c16cdcaa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4565 | 2024.06.25 07:14:32.375059 [ 3 ] {} <Debug> HTTP-Session: 6d12ba95-2b40-4fc5-8838-c289c16cdcaa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4566 | 2024.06.25 07:14:32.375101 [ 3 ] {} <Trace> HTTP-Session: 6d12ba95-2b40-4fc5-8838-c289c16cdcaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4567 | 2024.06.25 07:14:32.375248 [ 3 ] {c3a47bc4-6890-40e7-8f8b-b2d4b19befba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4568 | 2024.06.25 07:14:32.375300 [ 3 ] {c3a47bc4-6890-40e7-8f8b-b2d4b19befba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4569 | 2024.06.25 07:14:32.375465 [ 3 ] {c3a47bc4-6890-40e7-8f8b-b2d4b19befba} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4570 | 2024.06.25 07:14:32.375873 [ 3 ] {c3a47bc4-6890-40e7-8f8b-b2d4b19befba} <Trace> oximeter.fields_uuid (a6135af6-13ec-413a-9f2a-05b69fc69276): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4571 | 2024.06.25 07:14:32.375914 [ 3 ] {c3a47bc4-6890-40e7-8f8b-b2d4b19befba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4572 | 2024.06.25 07:14:32.376243 [ 3 ] {c3a47bc4-6890-40e7-8f8b-b2d4b19befba} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
4573 | 2024.06.25 07:14:32.376561 [ 3 ] {c3a47bc4-6890-40e7-8f8b-b2d4b19befba} <Trace> oximeter.fields_uuid (a6135af6-13ec-413a-9f2a-05b69fc69276): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4574 | 2024.06.25 07:14:32.376715 [ 3 ] {c3a47bc4-6890-40e7-8f8b-b2d4b19befba} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001514 sec., 42272.12681638045 rows/sec., 3.30 MiB/sec. | ||
4575 | 2024.06.25 07:14:32.376999 [ 3 ] {c3a47bc4-6890-40e7-8f8b-b2d4b19befba} <Debug> DynamicQueryHandler: Done processing query | ||
4576 | 2024.06.25 07:14:32.377030 [ 3 ] {c3a47bc4-6890-40e7-8f8b-b2d4b19befba} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
4577 | 2024.06.25 07:14:32.377046 [ 3 ] {} <Debug> HTTP-Session: 6d12ba95-2b40-4fc5-8838-c289c16cdcaa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4578 | 2024.06.25 07:14:32.377231 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 30617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4579 | 2024.06.25 07:14:32.377283 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4580 | 2024.06.25 07:14:32.377303 [ 3 ] {} <Debug> HTTP-Session: 574fa065-a1e4-4273-adc1-36e27f98f361 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
4581 | 2024.06.25 07:14:32.377320 [ 3 ] {} <Debug> HTTP-Session: 574fa065-a1e4-4273-adc1-36e27f98f361 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4582 | 2024.06.25 07:14:32.377334 [ 3 ] {} <Debug> HTTP-Session: 574fa065-a1e4-4273-adc1-36e27f98f361 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4583 | 2024.06.25 07:14:32.377366 [ 3 ] {} <Trace> HTTP-Session: 574fa065-a1e4-4273-adc1-36e27f98f361 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4584 | 2024.06.25 07:14:32.377515 [ 3 ] {f0373c88-e349-4e17-bee3-116e3abbcaf5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4585 | 2024.06.25 07:14:32.377565 [ 3 ] {f0373c88-e349-4e17-bee3-116e3abbcaf5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4586 | 2024.06.25 07:14:32.377734 [ 3 ] {f0373c88-e349-4e17-bee3-116e3abbcaf5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4587 | 2024.06.25 07:14:32.378117 [ 3 ] {f0373c88-e349-4e17-bee3-116e3abbcaf5} <Trace> oximeter.measurements_cumulativeu64 (e2447d38-7ae3-46bc-83c9-f9b139496c24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4588 | 2024.06.25 07:14:32.378155 [ 3 ] {f0373c88-e349-4e17-bee3-116e3abbcaf5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4589 | 2024.06.25 07:14:32.378543 [ 3 ] {f0373c88-e349-4e17-bee3-116e3abbcaf5} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
4590 | 2024.06.25 07:14:32.378891 [ 3 ] {f0373c88-e349-4e17-bee3-116e3abbcaf5} <Trace> oximeter.measurements_cumulativeu64 (e2447d38-7ae3-46bc-83c9-f9b139496c24): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4591 | 2024.06.25 07:14:32.379056 [ 3 ] {f0373c88-e349-4e17-bee3-116e3abbcaf5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.0016 sec., 100000 rows/sec., 6.96 MiB/sec. | ||
4592 | 2024.06.25 07:14:32.379058 [ 127 ] {} <Debug> oximeter.measurements_cumulativeu64 (e2447d38-7ae3-46bc-83c9-f9b139496c24) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
4593 | 2024.06.25 07:14:32.379180 [ 127 ] {} <Trace> oximeter.measurements_cumulativeu64 (e2447d38-7ae3-46bc-83c9-f9b139496c24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4594 | 2024.06.25 07:14:32.379216 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4595 | 2024.06.25 07:14:32.379290 [ 3 ] {f0373c88-e349-4e17-bee3-116e3abbcaf5} <Debug> DynamicQueryHandler: Done processing query | ||
4596 | 2024.06.25 07:14:32.379370 [ 3 ] {f0373c88-e349-4e17-bee3-116e3abbcaf5} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4597 | 2024.06.25 07:14:32.379435 [ 3 ] {} <Debug> HTTP-Session: 574fa065-a1e4-4273-adc1-36e27f98f361 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4598 | 2024.06.25 07:14:32.379566 [ 189 ] {e2447d38-7ae3-46bc-83c9-f9b139496c24::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 | ||
4599 | 2024.06.25 07:14:32.379696 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4600 | 2024.06.25 07:14:32.379771 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4601 | 2024.06.25 07:14:32.379803 [ 3 ] {} <Debug> HTTP-Session: 1df6b83c-cd7f-45fc-8bb1-97f9a62fae99 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
4602 | 2024.06.25 07:14:32.379831 [ 3 ] {} <Debug> HTTP-Session: 1df6b83c-cd7f-45fc-8bb1-97f9a62fae99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4603 | 2024.06.25 07:14:32.379839 [ 189 ] {e2447d38-7ae3-46bc-83c9-f9b139496c24::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4604 | 2024.06.25 07:14:32.379850 [ 3 ] {} <Debug> HTTP-Session: 1df6b83c-cd7f-45fc-8bb1-97f9a62fae99 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4605 | 2024.06.25 07:14:32.379884 [ 189 ] {e2447d38-7ae3-46bc-83c9-f9b139496c24::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 2749 rows starting from the beginning of the part | ||
4606 | 2024.06.25 07:14:32.379893 [ 3 ] {} <Trace> HTTP-Session: 1df6b83c-cd7f-45fc-8bb1-97f9a62fae99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4607 | 2024.06.25 07:14:32.380034 [ 189 ] {e2447d38-7ae3-46bc-83c9-f9b139496c24::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 160 rows starting from the beginning of the part | ||
4608 | 2024.06.25 07:14:32.380128 [ 3 ] {c6732c6d-07b8-446f-8ab1-aa979e715c3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4609 | 2024.06.25 07:14:32.380370 [ 3 ] {c6732c6d-07b8-446f-8ab1-aa979e715c3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4610 | 2024.06.25 07:14:32.380480 [ 189 ] {e2447d38-7ae3-46bc-83c9-f9b139496c24::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 161 rows starting from the beginning of the part | ||
4611 | 2024.06.25 07:14:32.380795 [ 189 ] {e2447d38-7ae3-46bc-83c9-f9b139496c24::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 197 rows starting from the beginning of the part | ||
4612 | 2024.06.25 07:14:32.381173 [ 189 ] {e2447d38-7ae3-46bc-83c9-f9b139496c24::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 | ||
4613 | 2024.06.25 07:14:32.381546 [ 189 ] {e2447d38-7ae3-46bc-83c9-f9b139496c24::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 160 rows starting from the beginning of the part | ||
4614 | 2024.06.25 07:14:32.381585 [ 3 ] {c6732c6d-07b8-446f-8ab1-aa979e715c3a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4615 | 2024.06.25 07:14:32.382350 [ 3 ] {c6732c6d-07b8-446f-8ab1-aa979e715c3a} <Trace> oximeter.measurements_u64 (4dca2f8a-9dea-4d2f-8335-c4506eb14d05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4616 | 2024.06.25 07:14:32.382394 [ 3 ] {c6732c6d-07b8-446f-8ab1-aa979e715c3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4617 | 2024.06.25 07:14:32.382923 [ 3 ] {c6732c6d-07b8-446f-8ab1-aa979e715c3a} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
4618 | 2024.06.25 07:14:32.383444 [ 3 ] {c6732c6d-07b8-446f-8ab1-aa979e715c3a} <Trace> oximeter.measurements_u64 (4dca2f8a-9dea-4d2f-8335-c4506eb14d05): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4619 | 2024.06.25 07:14:32.383726 [ 3 ] {c6732c6d-07b8-446f-8ab1-aa979e715c3a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003716 sec., 16146.393972012916 rows/sec., 1.09 MiB/sec. | ||
4620 | 2024.06.25 07:14:32.384271 [ 3 ] {c6732c6d-07b8-446f-8ab1-aa979e715c3a} <Debug> DynamicQueryHandler: Done processing query | ||
4621 | 2024.06.25 07:14:32.384344 [ 3 ] {c6732c6d-07b8-446f-8ab1-aa979e715c3a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4622 | 2024.06.25 07:14:32.384390 [ 3 ] {} <Debug> HTTP-Session: 1df6b83c-cd7f-45fc-8bb1-97f9a62fae99 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4623 | 2024.06.25 07:14:32.384619 [ 193 ] {e2447d38-7ae3-46bc-83c9-f9b139496c24::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3587 rows, containing 5 columns (5 merged, 0 gathered) in 0.005310658 sec., 675434.1929003901 rows/sec., 47.11 MiB/sec. | ||
4624 | 2024.06.25 07:14:32.384994 [ 200 ] {e2447d38-7ae3-46bc-83c9-f9b139496c24::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
4625 | 2024.06.25 07:14:32.385546 [ 200 ] {e2447d38-7ae3-46bc-83c9-f9b139496c24::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (e2447d38-7ae3-46bc-83c9-f9b139496c24): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4626 | 2024.06.25 07:14:32.385631 [ 200 ] {e2447d38-7ae3-46bc-83c9-f9b139496c24::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (e2447d38-7ae3-46bc-83c9-f9b139496c24) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
4627 | 2024.06.25 07:14:32.385734 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.88 MiB. | ||
4628 | 2024.06.25 07:14:37.374763 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 4356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4629 | 2024.06.25 07:14:37.374892 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4630 | 2024.06.25 07:14:37.374919 [ 3 ] {} <Debug> HTTP-Session: 476dd466-7428-4463-9830-cdd4909047e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
4631 | 2024.06.25 07:14:37.374943 [ 3 ] {} <Debug> HTTP-Session: 476dd466-7428-4463-9830-cdd4909047e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4632 | 2024.06.25 07:14:37.374958 [ 3 ] {} <Debug> HTTP-Session: 476dd466-7428-4463-9830-cdd4909047e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4633 | 2024.06.25 07:14:37.375008 [ 3 ] {} <Trace> HTTP-Session: 476dd466-7428-4463-9830-cdd4909047e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4634 | 2024.06.25 07:14:37.375200 [ 3 ] {b18af1b8-b7be-4733-bde6-319ac0cb8129} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4635 | 2024.06.25 07:14:37.375269 [ 3 ] {b18af1b8-b7be-4733-bde6-319ac0cb8129} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4636 | 2024.06.25 07:14:37.375462 [ 3 ] {b18af1b8-b7be-4733-bde6-319ac0cb8129} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4637 | 2024.06.25 07:14:37.375899 [ 3 ] {b18af1b8-b7be-4733-bde6-319ac0cb8129} <Trace> oximeter.fields_i64 (5a4e27aa-5414-415d-87de-3cb5e0800323): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4638 | 2024.06.25 07:14:37.375948 [ 3 ] {b18af1b8-b7be-4733-bde6-319ac0cb8129} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4639 | 2024.06.25 07:14:37.376320 [ 3 ] {b18af1b8-b7be-4733-bde6-319ac0cb8129} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
4640 | 2024.06.25 07:14:37.376668 [ 3 ] {b18af1b8-b7be-4733-bde6-319ac0cb8129} <Trace> oximeter.fields_i64 (5a4e27aa-5414-415d-87de-3cb5e0800323): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4641 | 2024.06.25 07:14:37.376854 [ 3 ] {b18af1b8-b7be-4733-bde6-319ac0cb8129} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001708 sec., 17564.402810304447 rows/sec., 1.39 MiB/sec. | ||
4642 | 2024.06.25 07:14:37.377080 [ 3 ] {b18af1b8-b7be-4733-bde6-319ac0cb8129} <Debug> DynamicQueryHandler: Done processing query | ||
4643 | 2024.06.25 07:14:37.377109 [ 3 ] {b18af1b8-b7be-4733-bde6-319ac0cb8129} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4644 | 2024.06.25 07:14:37.377125 [ 3 ] {} <Debug> HTTP-Session: 476dd466-7428-4463-9830-cdd4909047e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4645 | 2024.06.25 07:14:37.377263 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 21439, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4646 | 2024.06.25 07:14:37.377317 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4647 | 2024.06.25 07:14:37.377339 [ 3 ] {} <Debug> HTTP-Session: ce6eaa8b-1f52-4a31-acc9-6b30cebe60f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
4648 | 2024.06.25 07:14:37.377358 [ 3 ] {} <Debug> HTTP-Session: ce6eaa8b-1f52-4a31-acc9-6b30cebe60f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4649 | 2024.06.25 07:14:37.377372 [ 3 ] {} <Debug> HTTP-Session: ce6eaa8b-1f52-4a31-acc9-6b30cebe60f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4650 | 2024.06.25 07:14:37.377409 [ 3 ] {} <Trace> HTTP-Session: ce6eaa8b-1f52-4a31-acc9-6b30cebe60f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4651 | 2024.06.25 07:14:37.377566 [ 3 ] {ee46c873-6d23-48f3-86f7-dce6474d681d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4652 | 2024.06.25 07:14:37.377614 [ 3 ] {ee46c873-6d23-48f3-86f7-dce6474d681d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4653 | 2024.06.25 07:14:37.377750 [ 3 ] {ee46c873-6d23-48f3-86f7-dce6474d681d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4654 | 2024.06.25 07:14:37.378174 [ 3 ] {ee46c873-6d23-48f3-86f7-dce6474d681d} <Trace> oximeter.fields_string (92be2c77-e348-4680-ab71-16c97f347e42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4655 | 2024.06.25 07:14:37.378213 [ 3 ] {ee46c873-6d23-48f3-86f7-dce6474d681d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4656 | 2024.06.25 07:14:37.378553 [ 3 ] {ee46c873-6d23-48f3-86f7-dce6474d681d} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
4657 | 2024.06.25 07:14:37.378908 [ 3 ] {ee46c873-6d23-48f3-86f7-dce6474d681d} <Trace> oximeter.fields_string (92be2c77-e348-4680-ab71-16c97f347e42): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4658 | 2024.06.25 07:14:37.379073 [ 3 ] {ee46c873-6d23-48f3-86f7-dce6474d681d} <Debug> executeQuery: Read 146 rows, 12.55 KiB in 0.001568 sec., 93112.24489795919 rows/sec., 7.81 MiB/sec. | ||
4659 | 2024.06.25 07:14:37.379417 [ 3 ] {ee46c873-6d23-48f3-86f7-dce6474d681d} <Debug> DynamicQueryHandler: Done processing query | ||
4660 | 2024.06.25 07:14:37.379445 [ 3 ] {ee46c873-6d23-48f3-86f7-dce6474d681d} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
4661 | 2024.06.25 07:14:37.379461 [ 3 ] {} <Debug> HTTP-Session: ce6eaa8b-1f52-4a31-acc9-6b30cebe60f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4662 | 2024.06.25 07:14:37.379591 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 15971, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4663 | 2024.06.25 07:14:37.379645 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4664 | 2024.06.25 07:14:37.379665 [ 3 ] {} <Debug> HTTP-Session: cba21994-5fef-4ffc-bc97-4d1ab2fd3c8c Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
4665 | 2024.06.25 07:14:37.379683 [ 3 ] {} <Debug> HTTP-Session: cba21994-5fef-4ffc-bc97-4d1ab2fd3c8c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4666 | 2024.06.25 07:14:37.379697 [ 3 ] {} <Debug> HTTP-Session: cba21994-5fef-4ffc-bc97-4d1ab2fd3c8c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4667 | 2024.06.25 07:14:37.379732 [ 3 ] {} <Trace> HTTP-Session: cba21994-5fef-4ffc-bc97-4d1ab2fd3c8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4668 | 2024.06.25 07:14:37.379864 [ 3 ] {30bfb580-39de-4305-9882-20ea025504af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4669 | 2024.06.25 07:14:37.379912 [ 3 ] {30bfb580-39de-4305-9882-20ea025504af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4670 | 2024.06.25 07:14:37.380062 [ 3 ] {30bfb580-39de-4305-9882-20ea025504af} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4671 | 2024.06.25 07:14:37.380449 [ 3 ] {30bfb580-39de-4305-9882-20ea025504af} <Trace> oximeter.fields_uuid (a6135af6-13ec-413a-9f2a-05b69fc69276): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4672 | 2024.06.25 07:14:37.380486 [ 3 ] {30bfb580-39de-4305-9882-20ea025504af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4673 | 2024.06.25 07:14:37.380808 [ 3 ] {30bfb580-39de-4305-9882-20ea025504af} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
4674 | 2024.06.25 07:14:37.381135 [ 3 ] {30bfb580-39de-4305-9882-20ea025504af} <Trace> oximeter.fields_uuid (a6135af6-13ec-413a-9f2a-05b69fc69276): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4675 | 2024.06.25 07:14:37.381292 [ 3 ] {30bfb580-39de-4305-9882-20ea025504af} <Debug> executeQuery: Read 94 rows, 7.52 KiB in 0.001472 sec., 63858.69565217391 rows/sec., 4.99 MiB/sec. | ||
4676 | 2024.06.25 07:14:37.381471 [ 3 ] {30bfb580-39de-4305-9882-20ea025504af} <Debug> DynamicQueryHandler: Done processing query | ||
4677 | 2024.06.25 07:14:37.381496 [ 3 ] {30bfb580-39de-4305-9882-20ea025504af} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
4678 | 2024.06.25 07:14:37.381511 [ 3 ] {} <Debug> HTTP-Session: cba21994-5fef-4ffc-bc97-4d1ab2fd3c8c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4679 | 2024.06.25 07:14:37.381667 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 30617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4680 | 2024.06.25 07:14:37.381719 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4681 | 2024.06.25 07:14:37.381738 [ 3 ] {} <Debug> HTTP-Session: 8151191d-8c85-43c5-984c-58cb7ac00121 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
4682 | 2024.06.25 07:14:37.381782 [ 3 ] {} <Debug> HTTP-Session: 8151191d-8c85-43c5-984c-58cb7ac00121 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4683 | 2024.06.25 07:14:37.381797 [ 3 ] {} <Debug> HTTP-Session: 8151191d-8c85-43c5-984c-58cb7ac00121 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4684 | 2024.06.25 07:14:37.381830 [ 3 ] {} <Trace> HTTP-Session: 8151191d-8c85-43c5-984c-58cb7ac00121 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4685 | 2024.06.25 07:14:37.381987 [ 3 ] {f007b416-f008-4050-af80-62bd689f5eff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4686 | 2024.06.25 07:14:37.382037 [ 3 ] {f007b416-f008-4050-af80-62bd689f5eff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4687 | 2024.06.25 07:14:37.382185 [ 3 ] {f007b416-f008-4050-af80-62bd689f5eff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4688 | 2024.06.25 07:14:37.382574 [ 3 ] {f007b416-f008-4050-af80-62bd689f5eff} <Trace> oximeter.measurements_cumulativeu64 (e2447d38-7ae3-46bc-83c9-f9b139496c24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4689 | 2024.06.25 07:14:37.382610 [ 3 ] {f007b416-f008-4050-af80-62bd689f5eff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4690 | 2024.06.25 07:14:37.382997 [ 3 ] {f007b416-f008-4050-af80-62bd689f5eff} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
4691 | 2024.06.25 07:14:37.383335 [ 3 ] {f007b416-f008-4050-af80-62bd689f5eff} <Trace> oximeter.measurements_cumulativeu64 (e2447d38-7ae3-46bc-83c9-f9b139496c24): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4692 | 2024.06.25 07:14:37.383518 [ 3 ] {f007b416-f008-4050-af80-62bd689f5eff} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001596 sec., 100250.62656641605 rows/sec., 6.98 MiB/sec. | ||
4693 | 2024.06.25 07:14:37.383814 [ 3 ] {f007b416-f008-4050-af80-62bd689f5eff} <Debug> DynamicQueryHandler: Done processing query | ||
4694 | 2024.06.25 07:14:37.383840 [ 3 ] {f007b416-f008-4050-af80-62bd689f5eff} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4695 | 2024.06.25 07:14:37.383856 [ 3 ] {} <Debug> HTTP-Session: 8151191d-8c85-43c5-984c-58cb7ac00121 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4696 | 2024.06.25 07:14:37.383994 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 48390, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4697 | 2024.06.25 07:14:37.384052 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4698 | 2024.06.25 07:14:37.384081 [ 3 ] {} <Debug> HTTP-Session: 22c15ef8-2f38-4295-8389-8c21a01320de Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
4699 | 2024.06.25 07:14:37.384110 [ 3 ] {} <Debug> HTTP-Session: 22c15ef8-2f38-4295-8389-8c21a01320de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4700 | 2024.06.25 07:14:37.384133 [ 3 ] {} <Debug> HTTP-Session: 22c15ef8-2f38-4295-8389-8c21a01320de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4701 | 2024.06.25 07:14:37.384179 [ 3 ] {} <Trace> HTTP-Session: 22c15ef8-2f38-4295-8389-8c21a01320de Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4702 | 2024.06.25 07:14:37.384733 [ 3 ] {cfa6845d-ef9e-4006-9dff-ea53b207cba0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4703 | 2024.06.25 07:14:37.384831 [ 3 ] {cfa6845d-ef9e-4006-9dff-ea53b207cba0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
4704 | 2024.06.25 07:14:37.385473 [ 3 ] {cfa6845d-ef9e-4006-9dff-ea53b207cba0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4705 | 2024.06.25 07:14:37.386287 [ 3 ] {cfa6845d-ef9e-4006-9dff-ea53b207cba0} <Trace> oximeter.measurements_histogramf64 (7bf12d27-0a09-45c5-8c45-4d00c63235e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4706 | 2024.06.25 07:14:37.386333 [ 3 ] {cfa6845d-ef9e-4006-9dff-ea53b207cba0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4707 | 2024.06.25 07:14:37.387016 [ 3 ] {cfa6845d-ef9e-4006-9dff-ea53b207cba0} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
4708 | 2024.06.25 07:14:37.387415 [ 3 ] {cfa6845d-ef9e-4006-9dff-ea53b207cba0} <Trace> oximeter.measurements_histogramf64 (7bf12d27-0a09-45c5-8c45-4d00c63235e8): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4709 | 2024.06.25 07:14:37.387576 [ 3 ] {cfa6845d-ef9e-4006-9dff-ea53b207cba0} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.003281 sec., 9143.553794574824 rows/sec., 16.38 MiB/sec. | ||
4710 | 2024.06.25 07:14:37.387804 [ 3 ] {cfa6845d-ef9e-4006-9dff-ea53b207cba0} <Debug> DynamicQueryHandler: Done processing query | ||
4711 | 2024.06.25 07:14:37.387829 [ 3 ] {cfa6845d-ef9e-4006-9dff-ea53b207cba0} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
4712 | 2024.06.25 07:14:37.387845 [ 3 ] {} <Debug> HTTP-Session: 22c15ef8-2f38-4295-8389-8c21a01320de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4713 | 2024.06.25 07:14:37.387963 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4714 | 2024.06.25 07:14:37.388012 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4715 | 2024.06.25 07:14:37.388030 [ 3 ] {} <Debug> HTTP-Session: 1ab2ce43-3cb8-4820-a5c2-494aaf869fda Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
4716 | 2024.06.25 07:14:37.388047 [ 3 ] {} <Debug> HTTP-Session: 1ab2ce43-3cb8-4820-a5c2-494aaf869fda Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4717 | 2024.06.25 07:14:37.388061 [ 3 ] {} <Debug> HTTP-Session: 1ab2ce43-3cb8-4820-a5c2-494aaf869fda Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4718 | 2024.06.25 07:14:37.388091 [ 3 ] {} <Trace> HTTP-Session: 1ab2ce43-3cb8-4820-a5c2-494aaf869fda Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4719 | 2024.06.25 07:14:37.388208 [ 3 ] {2eb19fdc-46fc-4aca-94f2-34973ade0042} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4720 | 2024.06.25 07:14:37.388253 [ 3 ] {2eb19fdc-46fc-4aca-94f2-34973ade0042} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4721 | 2024.06.25 07:14:37.388380 [ 3 ] {2eb19fdc-46fc-4aca-94f2-34973ade0042} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4722 | 2024.06.25 07:14:37.388659 [ 3 ] {2eb19fdc-46fc-4aca-94f2-34973ade0042} <Trace> oximeter.measurements_u64 (4dca2f8a-9dea-4d2f-8335-c4506eb14d05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4723 | 2024.06.25 07:14:37.388695 [ 3 ] {2eb19fdc-46fc-4aca-94f2-34973ade0042} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4724 | 2024.06.25 07:14:37.389061 [ 3 ] {2eb19fdc-46fc-4aca-94f2-34973ade0042} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
4725 | 2024.06.25 07:14:37.389377 [ 3 ] {2eb19fdc-46fc-4aca-94f2-34973ade0042} <Trace> oximeter.measurements_u64 (4dca2f8a-9dea-4d2f-8335-c4506eb14d05): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4726 | 2024.06.25 07:14:37.389534 [ 3 ] {2eb19fdc-46fc-4aca-94f2-34973ade0042} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001357 sec., 44215.18054532056 rows/sec., 2.98 MiB/sec. | ||
4727 | 2024.06.25 07:14:37.389725 [ 3 ] {2eb19fdc-46fc-4aca-94f2-34973ade0042} <Debug> DynamicQueryHandler: Done processing query | ||
4728 | 2024.06.25 07:14:37.389750 [ 3 ] {2eb19fdc-46fc-4aca-94f2-34973ade0042} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4729 | 2024.06.25 07:14:37.389766 [ 3 ] {} <Debug> HTTP-Session: 1ab2ce43-3cb8-4820-a5c2-494aaf869fda Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4730 | 2024.06.25 07:14:42.373215 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 7836, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4731 | 2024.06.25 07:14:42.373356 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4732 | 2024.06.25 07:14:42.373386 [ 3 ] {} <Debug> HTTP-Session: 4abfcfe5-475d-434e-b94a-041cba5f6ae7 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
4733 | 2024.06.25 07:14:42.373415 [ 3 ] {} <Debug> HTTP-Session: 4abfcfe5-475d-434e-b94a-041cba5f6ae7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4734 | 2024.06.25 07:14:42.373433 [ 3 ] {} <Debug> HTTP-Session: 4abfcfe5-475d-434e-b94a-041cba5f6ae7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4735 | 2024.06.25 07:14:42.373488 [ 3 ] {} <Trace> HTTP-Session: 4abfcfe5-475d-434e-b94a-041cba5f6ae7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4736 | 2024.06.25 07:14:42.373697 [ 3 ] {773bd2d6-cce7-47c7-841c-ce18d2347e1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4737 | 2024.06.25 07:14:42.373769 [ 3 ] {773bd2d6-cce7-47c7-841c-ce18d2347e1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4738 | 2024.06.25 07:14:42.373967 [ 3 ] {773bd2d6-cce7-47c7-841c-ce18d2347e1c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4739 | 2024.06.25 07:14:42.374344 [ 3 ] {773bd2d6-cce7-47c7-841c-ce18d2347e1c} <Trace> oximeter.fields_string (92be2c77-e348-4680-ab71-16c97f347e42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4740 | 2024.06.25 07:14:42.374383 [ 3 ] {773bd2d6-cce7-47c7-841c-ce18d2347e1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4741 | 2024.06.25 07:14:42.374738 [ 3 ] {773bd2d6-cce7-47c7-841c-ce18d2347e1c} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
4742 | 2024.06.25 07:14:42.375062 [ 3 ] {773bd2d6-cce7-47c7-841c-ce18d2347e1c} <Trace> oximeter.fields_string (92be2c77-e348-4680-ab71-16c97f347e42): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4743 | 2024.06.25 07:14:42.375205 [ 3 ] {773bd2d6-cce7-47c7-841c-ce18d2347e1c} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00158 sec., 35443.037974683546 rows/sec., 2.72 MiB/sec. | ||
4744 | 2024.06.25 07:14:42.375206 [ 121 ] {} <Debug> oximeter.fields_string (92be2c77-e348-4680-ab71-16c97f347e42) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
4745 | 2024.06.25 07:14:42.375269 [ 121 ] {} <Trace> oximeter.fields_string (92be2c77-e348-4680-ab71-16c97f347e42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4746 | 2024.06.25 07:14:42.375298 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4747 | 2024.06.25 07:14:42.375475 [ 3 ] {773bd2d6-cce7-47c7-841c-ce18d2347e1c} <Debug> DynamicQueryHandler: Done processing query | ||
4748 | 2024.06.25 07:14:42.375560 [ 3 ] {773bd2d6-cce7-47c7-841c-ce18d2347e1c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4749 | 2024.06.25 07:14:42.375625 [ 3 ] {} <Debug> HTTP-Session: 4abfcfe5-475d-434e-b94a-041cba5f6ae7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4750 | 2024.06.25 07:14:42.375660 [ 196 ] {92be2c77-e348-4680-ab71-16c97f347e42::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 | ||
4751 | 2024.06.25 07:14:42.375899 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 10886, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4752 | 2024.06.25 07:14:42.376013 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4753 | 2024.06.25 07:14:42.376051 [ 196 ] {92be2c77-e348-4680-ab71-16c97f347e42::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4754 | 2024.06.25 07:14:42.376062 [ 3 ] {} <Debug> HTTP-Session: 90280069-4e59-45de-b9bb-66cb63fac769 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
4755 | 2024.06.25 07:14:42.376111 [ 3 ] {} <Debug> HTTP-Session: 90280069-4e59-45de-b9bb-66cb63fac769 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4756 | 2024.06.25 07:14:42.376115 [ 196 ] {92be2c77-e348-4680-ab71-16c97f347e42::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 188 rows starting from the beginning of the part | ||
4757 | 2024.06.25 07:14:42.376130 [ 3 ] {} <Debug> HTTP-Session: 90280069-4e59-45de-b9bb-66cb63fac769 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4758 | 2024.06.25 07:14:42.376177 [ 3 ] {} <Trace> HTTP-Session: 90280069-4e59-45de-b9bb-66cb63fac769 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4759 | 2024.06.25 07:14:42.376332 [ 196 ] {92be2c77-e348-4680-ab71-16c97f347e42::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 93 rows starting from the beginning of the part | ||
4760 | 2024.06.25 07:14:42.376667 [ 196 ] {92be2c77-e348-4680-ab71-16c97f347e42::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 146 rows starting from the beginning of the part | ||
4761 | 2024.06.25 07:14:42.376663 [ 3 ] {615419cb-c4e6-4309-a358-3d833948c655} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4762 | 2024.06.25 07:14:42.376966 [ 196 ] {92be2c77-e348-4680-ab71-16c97f347e42::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 56 rows starting from the beginning of the part | ||
4763 | 2024.06.25 07:14:42.376972 [ 3 ] {615419cb-c4e6-4309-a358-3d833948c655} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4764 | 2024.06.25 07:14:42.377226 [ 196 ] {92be2c77-e348-4680-ab71-16c97f347e42::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 146 rows starting from the beginning of the part | ||
4765 | 2024.06.25 07:14:42.377509 [ 196 ] {92be2c77-e348-4680-ab71-16c97f347e42::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 56 rows starting from the beginning of the part | ||
4766 | 2024.06.25 07:14:42.378163 [ 3 ] {615419cb-c4e6-4309-a358-3d833948c655} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4767 | 2024.06.25 07:14:42.378916 [ 3 ] {615419cb-c4e6-4309-a358-3d833948c655} <Trace> oximeter.fields_uuid (a6135af6-13ec-413a-9f2a-05b69fc69276): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4768 | 2024.06.25 07:14:42.378988 [ 3 ] {615419cb-c4e6-4309-a358-3d833948c655} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4769 | 2024.06.25 07:14:42.379883 [ 3 ] {615419cb-c4e6-4309-a358-3d833948c655} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
4770 | 2024.06.25 07:14:42.380514 [ 200 ] {92be2c77-e348-4680-ab71-16c97f347e42::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 685 rows, containing 4 columns (4 merged, 0 gathered) in 0.005127095 sec., 133603.92190899525 rows/sec., 10.86 MiB/sec. | ||
4771 | 2024.06.25 07:14:42.380606 [ 3 ] {615419cb-c4e6-4309-a358-3d833948c655} <Trace> oximeter.fields_uuid (a6135af6-13ec-413a-9f2a-05b69fc69276): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4772 | 2024.06.25 07:14:42.380746 [ 193 ] {92be2c77-e348-4680-ab71-16c97f347e42::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
4773 | 2024.06.25 07:14:42.380783 [ 3 ] {615419cb-c4e6-4309-a358-3d833948c655} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004428 sec., 14453.477868112015 rows/sec., 1.13 MiB/sec. | ||
4774 | 2024.06.25 07:14:42.380869 [ 118 ] {} <Debug> oximeter.fields_uuid (a6135af6-13ec-413a-9f2a-05b69fc69276) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
4775 | 2024.06.25 07:14:42.381078 [ 118 ] {} <Trace> oximeter.fields_uuid (a6135af6-13ec-413a-9f2a-05b69fc69276): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4776 | 2024.06.25 07:14:42.381194 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4777 | 2024.06.25 07:14:42.381223 [ 3 ] {615419cb-c4e6-4309-a358-3d833948c655} <Debug> DynamicQueryHandler: Done processing query | ||
4778 | 2024.06.25 07:14:42.381308 [ 3 ] {615419cb-c4e6-4309-a358-3d833948c655} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
4779 | 2024.06.25 07:14:42.381398 [ 3 ] {} <Debug> HTTP-Session: 90280069-4e59-45de-b9bb-66cb63fac769 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4780 | 2024.06.25 07:14:42.381713 [ 196 ] {a6135af6-13ec-413a-9f2a-05b69fc69276::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 | ||
4781 | 2024.06.25 07:14:42.381835 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 30617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4782 | 2024.06.25 07:14:42.381995 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4783 | 2024.06.25 07:14:42.382089 [ 3 ] {} <Debug> HTTP-Session: 30d29f10-d667-4b0f-b0c9-edfc3a3ed7dc Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
4784 | 2024.06.25 07:14:42.382158 [ 196 ] {a6135af6-13ec-413a-9f2a-05b69fc69276::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4785 | 2024.06.25 07:14:42.382170 [ 3 ] {} <Debug> HTTP-Session: 30d29f10-d667-4b0f-b0c9-edfc3a3ed7dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4786 | 2024.06.25 07:14:42.382175 [ 193 ] {92be2c77-e348-4680-ab71-16c97f347e42::all_1_31_6} <Trace> oximeter.fields_string (92be2c77-e348-4680-ab71-16c97f347e42): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4787 | 2024.06.25 07:14:42.382230 [ 196 ] {a6135af6-13ec-413a-9f2a-05b69fc69276::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 148 rows starting from the beginning of the part | ||
4788 | 2024.06.25 07:14:42.382244 [ 3 ] {} <Debug> HTTP-Session: 30d29f10-d667-4b0f-b0c9-edfc3a3ed7dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4789 | 2024.06.25 07:14:42.382365 [ 3 ] {} <Trace> HTTP-Session: 30d29f10-d667-4b0f-b0c9-edfc3a3ed7dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4790 | 2024.06.25 07:14:42.382542 [ 193 ] {92be2c77-e348-4680-ab71-16c97f347e42::all_1_31_6} <Trace> oximeter.fields_string (92be2c77-e348-4680-ab71-16c97f347e42) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
4791 | 2024.06.25 07:14:42.382601 [ 196 ] {a6135af6-13ec-413a-9f2a-05b69fc69276::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 90 rows starting from the beginning of the part | ||
4792 | 2024.06.25 07:14:42.382957 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
4793 | 2024.06.25 07:14:42.383027 [ 3 ] {11edb5fa-49df-41d7-82e1-560f6821c561} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4794 | 2024.06.25 07:14:42.383072 [ 196 ] {a6135af6-13ec-413a-9f2a-05b69fc69276::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 94 rows starting from the beginning of the part | ||
4795 | 2024.06.25 07:14:42.383184 [ 3 ] {11edb5fa-49df-41d7-82e1-560f6821c561} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4796 | 2024.06.25 07:14:42.383352 [ 196 ] {a6135af6-13ec-413a-9f2a-05b69fc69276::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 64 rows starting from the beginning of the part | ||
4797 | 2024.06.25 07:14:42.383680 [ 196 ] {a6135af6-13ec-413a-9f2a-05b69fc69276::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 94 rows starting from the beginning of the part | ||
4798 | 2024.06.25 07:14:42.384005 [ 196 ] {a6135af6-13ec-413a-9f2a-05b69fc69276::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 64 rows starting from the beginning of the part | ||
4799 | 2024.06.25 07:14:42.384587 [ 3 ] {11edb5fa-49df-41d7-82e1-560f6821c561} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4800 | 2024.06.25 07:14:42.385424 [ 3 ] {11edb5fa-49df-41d7-82e1-560f6821c561} <Trace> oximeter.measurements_cumulativeu64 (e2447d38-7ae3-46bc-83c9-f9b139496c24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4801 | 2024.06.25 07:14:42.385492 [ 3 ] {11edb5fa-49df-41d7-82e1-560f6821c561} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4802 | 2024.06.25 07:14:42.386531 [ 3 ] {11edb5fa-49df-41d7-82e1-560f6821c561} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
4803 | 2024.06.25 07:14:42.386597 [ 196 ] {a6135af6-13ec-413a-9f2a-05b69fc69276::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 554 rows, containing 4 columns (4 merged, 0 gathered) in 0.005186456 sec., 106816.67790105614 rows/sec., 8.34 MiB/sec. | ||
4804 | 2024.06.25 07:14:42.386796 [ 196 ] {a6135af6-13ec-413a-9f2a-05b69fc69276::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
4805 | 2024.06.25 07:14:42.387357 [ 3 ] {11edb5fa-49df-41d7-82e1-560f6821c561} <Trace> oximeter.measurements_cumulativeu64 (e2447d38-7ae3-46bc-83c9-f9b139496c24): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4806 | 2024.06.25 07:14:42.387710 [ 3 ] {11edb5fa-49df-41d7-82e1-560f6821c561} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005003 sec., 31980.811513092147 rows/sec., 2.23 MiB/sec. | ||
4807 | 2024.06.25 07:14:42.387713 [ 195 ] {a6135af6-13ec-413a-9f2a-05b69fc69276::all_1_31_6} <Trace> oximeter.fields_uuid (a6135af6-13ec-413a-9f2a-05b69fc69276): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4808 | 2024.06.25 07:14:42.387974 [ 195 ] {a6135af6-13ec-413a-9f2a-05b69fc69276::all_1_31_6} <Trace> oximeter.fields_uuid (a6135af6-13ec-413a-9f2a-05b69fc69276) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
4809 | 2024.06.25 07:14:42.388008 [ 3 ] {11edb5fa-49df-41d7-82e1-560f6821c561} <Debug> DynamicQueryHandler: Done processing query | ||
4810 | 2024.06.25 07:14:42.388048 [ 3 ] {11edb5fa-49df-41d7-82e1-560f6821c561} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4811 | 2024.06.25 07:14:42.388096 [ 3 ] {} <Debug> HTTP-Session: 30d29f10-d667-4b0f-b0c9-edfc3a3ed7dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4812 | 2024.06.25 07:14:42.388165 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
4813 | 2024.06.25 07:14:42.388262 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4814 | 2024.06.25 07:14:42.388317 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4815 | 2024.06.25 07:14:42.388336 [ 3 ] {} <Debug> HTTP-Session: e526dc8d-adab-4937-b5a9-78200b644a36 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
4816 | 2024.06.25 07:14:42.388353 [ 3 ] {} <Debug> HTTP-Session: e526dc8d-adab-4937-b5a9-78200b644a36 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4817 | 2024.06.25 07:14:42.388367 [ 3 ] {} <Debug> HTTP-Session: e526dc8d-adab-4937-b5a9-78200b644a36 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4818 | 2024.06.25 07:14:42.388400 [ 3 ] {} <Trace> HTTP-Session: e526dc8d-adab-4937-b5a9-78200b644a36 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4819 | 2024.06.25 07:14:42.388523 [ 3 ] {db820649-645f-41d4-8068-2a27fe3637cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4820 | 2024.06.25 07:14:42.388568 [ 3 ] {db820649-645f-41d4-8068-2a27fe3637cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4821 | 2024.06.25 07:14:42.388711 [ 3 ] {db820649-645f-41d4-8068-2a27fe3637cf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4822 | 2024.06.25 07:14:42.388994 [ 3 ] {db820649-645f-41d4-8068-2a27fe3637cf} <Trace> oximeter.measurements_u64 (4dca2f8a-9dea-4d2f-8335-c4506eb14d05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4823 | 2024.06.25 07:14:42.389030 [ 3 ] {db820649-645f-41d4-8068-2a27fe3637cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4824 | 2024.06.25 07:14:42.389389 [ 3 ] {db820649-645f-41d4-8068-2a27fe3637cf} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
4825 | 2024.06.25 07:14:42.389709 [ 3 ] {db820649-645f-41d4-8068-2a27fe3637cf} <Trace> oximeter.measurements_u64 (4dca2f8a-9dea-4d2f-8335-c4506eb14d05): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4826 | 2024.06.25 07:14:42.389859 [ 118 ] {} <Debug> oximeter.measurements_u64 (4dca2f8a-9dea-4d2f-8335-c4506eb14d05) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
4827 | 2024.06.25 07:14:42.389869 [ 3 ] {db820649-645f-41d4-8068-2a27fe3637cf} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001379 sec., 43509.789702683105 rows/sec., 2.93 MiB/sec. | ||
4828 | 2024.06.25 07:14:42.389928 [ 118 ] {} <Trace> oximeter.measurements_u64 (4dca2f8a-9dea-4d2f-8335-c4506eb14d05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4829 | 2024.06.25 07:14:42.390021 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4830 | 2024.06.25 07:14:42.390186 [ 3 ] {db820649-645f-41d4-8068-2a27fe3637cf} <Debug> DynamicQueryHandler: Done processing query | ||
4831 | 2024.06.25 07:14:42.390235 [ 3 ] {db820649-645f-41d4-8068-2a27fe3637cf} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4832 | 2024.06.25 07:14:42.390242 [ 196 ] {4dca2f8a-9dea-4d2f-8335-c4506eb14d05::all_1_21_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full | ||
4833 | 2024.06.25 07:14:42.390260 [ 3 ] {} <Debug> HTTP-Session: e526dc8d-adab-4937-b5a9-78200b644a36 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4834 | 2024.06.25 07:14:42.390408 [ 196 ] {4dca2f8a-9dea-4d2f-8335-c4506eb14d05::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4835 | 2024.06.25 07:14:42.390442 [ 196 ] {4dca2f8a-9dea-4d2f-8335-c4506eb14d05::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 892 rows starting from the beginning of the part | ||
4836 | 2024.06.25 07:14:42.390511 [ 196 ] {4dca2f8a-9dea-4d2f-8335-c4506eb14d05::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 | ||
4837 | 2024.06.25 07:14:42.390739 [ 196 ] {4dca2f8a-9dea-4d2f-8335-c4506eb14d05::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 | ||
4838 | 2024.06.25 07:14:42.390998 [ 196 ] {4dca2f8a-9dea-4d2f-8335-c4506eb14d05::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 | ||
4839 | 2024.06.25 07:14:42.391129 [ 196 ] {4dca2f8a-9dea-4d2f-8335-c4506eb14d05::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 | ||
4840 | 2024.06.25 07:14:42.391316 [ 196 ] {4dca2f8a-9dea-4d2f-8335-c4506eb14d05::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 | ||
4841 | 2024.06.25 07:14:42.392510 [ 188 ] {4dca2f8a-9dea-4d2f-8335-c4506eb14d05::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1192 rows, containing 4 columns (4 merged, 0 gathered) in 0.002368605 sec., 503249.8031541772 rows/sec., 34.03 MiB/sec. | ||
4842 | 2024.06.25 07:14:42.392731 [ 188 ] {4dca2f8a-9dea-4d2f-8335-c4506eb14d05::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
4843 | 2024.06.25 07:14:42.393108 [ 188 ] {4dca2f8a-9dea-4d2f-8335-c4506eb14d05::all_1_21_4} <Trace> oximeter.measurements_u64 (4dca2f8a-9dea-4d2f-8335-c4506eb14d05): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4844 | 2024.06.25 07:14:42.393187 [ 188 ] {4dca2f8a-9dea-4d2f-8335-c4506eb14d05::all_1_21_4} <Trace> oximeter.measurements_u64 (4dca2f8a-9dea-4d2f-8335-c4506eb14d05) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
4845 | 2024.06.25 07:14:42.393262 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. | ||
4846 | 2024.06.25 07:14:46.652252 [ 117 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4847 | 2024.06.25 07:14:46.652313 [ 117 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4848 | 2024.06.25 07:14:47.001651 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001168807 sec. | ||
4849 | 2024.06.25 07:14:47.374496 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 4356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4850 | 2024.06.25 07:14:47.374669 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4851 | 2024.06.25 07:14:47.374713 [ 3 ] {} <Debug> HTTP-Session: 9a23d9e6-868a-41fc-8209-2819100a6637 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
4852 | 2024.06.25 07:14:47.374753 [ 3 ] {} <Debug> HTTP-Session: 9a23d9e6-868a-41fc-8209-2819100a6637 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4853 | 2024.06.25 07:14:47.374781 [ 3 ] {} <Debug> HTTP-Session: 9a23d9e6-868a-41fc-8209-2819100a6637 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4854 | 2024.06.25 07:14:47.374860 [ 3 ] {} <Trace> HTTP-Session: 9a23d9e6-868a-41fc-8209-2819100a6637 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4855 | 2024.06.25 07:14:47.375137 [ 3 ] {2ad2d4ca-4a83-43bd-9cac-0574da28d62c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4856 | 2024.06.25 07:14:47.375202 [ 3 ] {2ad2d4ca-4a83-43bd-9cac-0574da28d62c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4857 | 2024.06.25 07:14:47.375390 [ 3 ] {2ad2d4ca-4a83-43bd-9cac-0574da28d62c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4858 | 2024.06.25 07:14:47.375770 [ 3 ] {2ad2d4ca-4a83-43bd-9cac-0574da28d62c} <Trace> oximeter.fields_i64 (5a4e27aa-5414-415d-87de-3cb5e0800323): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4859 | 2024.06.25 07:14:47.375811 [ 3 ] {2ad2d4ca-4a83-43bd-9cac-0574da28d62c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4860 | 2024.06.25 07:14:47.376171 [ 3 ] {2ad2d4ca-4a83-43bd-9cac-0574da28d62c} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
4861 | 2024.06.25 07:14:47.376513 [ 3 ] {2ad2d4ca-4a83-43bd-9cac-0574da28d62c} <Trace> oximeter.fields_i64 (5a4e27aa-5414-415d-87de-3cb5e0800323): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4862 | 2024.06.25 07:14:47.376683 [ 3 ] {2ad2d4ca-4a83-43bd-9cac-0574da28d62c} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001615 sec., 18575.851393188856 rows/sec., 1.47 MiB/sec. | ||
4863 | 2024.06.25 07:14:47.376864 [ 3 ] {2ad2d4ca-4a83-43bd-9cac-0574da28d62c} <Debug> DynamicQueryHandler: Done processing query | ||
4864 | 2024.06.25 07:14:47.376890 [ 3 ] {2ad2d4ca-4a83-43bd-9cac-0574da28d62c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4865 | 2024.06.25 07:14:47.376906 [ 3 ] {} <Debug> HTTP-Session: 9a23d9e6-868a-41fc-8209-2819100a6637 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4866 | 2024.06.25 07:14:47.377023 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4867 | 2024.06.25 07:14:47.377071 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4868 | 2024.06.25 07:14:47.377091 [ 3 ] {} <Debug> HTTP-Session: 99128323-2b55-4de4-b66a-f48d0bed113e Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
4869 | 2024.06.25 07:14:47.377107 [ 3 ] {} <Debug> HTTP-Session: 99128323-2b55-4de4-b66a-f48d0bed113e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4870 | 2024.06.25 07:14:47.377120 [ 3 ] {} <Debug> HTTP-Session: 99128323-2b55-4de4-b66a-f48d0bed113e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4871 | 2024.06.25 07:14:47.377151 [ 3 ] {} <Trace> HTTP-Session: 99128323-2b55-4de4-b66a-f48d0bed113e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4872 | 2024.06.25 07:14:47.377247 [ 3 ] {287ab1d6-2839-49ab-944b-eb34fb224f7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
4873 | 2024.06.25 07:14:47.377289 [ 3 ] {287ab1d6-2839-49ab-944b-eb34fb224f7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4874 | 2024.06.25 07:14:47.377412 [ 3 ] {287ab1d6-2839-49ab-944b-eb34fb224f7a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4875 | 2024.06.25 07:14:47.377681 [ 3 ] {287ab1d6-2839-49ab-944b-eb34fb224f7a} <Trace> oximeter.fields_ipaddr (a80fa888-7cde-49a8-8db7-55a4c4c75c02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4876 | 2024.06.25 07:14:47.377717 [ 3 ] {287ab1d6-2839-49ab-944b-eb34fb224f7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4877 | 2024.06.25 07:14:47.378013 [ 3 ] {287ab1d6-2839-49ab-944b-eb34fb224f7a} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
4878 | 2024.06.25 07:14:47.378322 [ 3 ] {287ab1d6-2839-49ab-944b-eb34fb224f7a} <Trace> oximeter.fields_ipaddr (a80fa888-7cde-49a8-8db7-55a4c4c75c02): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4879 | 2024.06.25 07:14:47.378468 [ 3 ] {287ab1d6-2839-49ab-944b-eb34fb224f7a} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001236 sec., 3236.245954692557 rows/sec., 263.89 KiB/sec. | ||
4880 | 2024.06.25 07:14:47.378617 [ 3 ] {287ab1d6-2839-49ab-944b-eb34fb224f7a} <Debug> DynamicQueryHandler: Done processing query | ||
4881 | 2024.06.25 07:14:47.378641 [ 3 ] {287ab1d6-2839-49ab-944b-eb34fb224f7a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4882 | 2024.06.25 07:14:47.378657 [ 3 ] {} <Debug> HTTP-Session: 99128323-2b55-4de4-b66a-f48d0bed113e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4883 | 2024.06.25 07:14:47.378784 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 21706, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4884 | 2024.06.25 07:14:47.378831 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4885 | 2024.06.25 07:14:47.378850 [ 3 ] {} <Debug> HTTP-Session: 91a4c6b9-cb0a-4f98-8b2d-e6a5511058ef Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
4886 | 2024.06.25 07:14:47.378866 [ 3 ] {} <Debug> HTTP-Session: 91a4c6b9-cb0a-4f98-8b2d-e6a5511058ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4887 | 2024.06.25 07:14:47.378880 [ 3 ] {} <Debug> HTTP-Session: 91a4c6b9-cb0a-4f98-8b2d-e6a5511058ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4888 | 2024.06.25 07:14:47.378909 [ 3 ] {} <Trace> HTTP-Session: 91a4c6b9-cb0a-4f98-8b2d-e6a5511058ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4889 | 2024.06.25 07:14:47.379045 [ 3 ] {4afade4c-64d1-4add-a38a-e7928e7ce92a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4890 | 2024.06.25 07:14:47.379088 [ 3 ] {4afade4c-64d1-4add-a38a-e7928e7ce92a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4891 | 2024.06.25 07:14:47.379208 [ 3 ] {4afade4c-64d1-4add-a38a-e7928e7ce92a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4892 | 2024.06.25 07:14:47.379558 [ 3 ] {4afade4c-64d1-4add-a38a-e7928e7ce92a} <Trace> oximeter.fields_string (92be2c77-e348-4680-ab71-16c97f347e42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4893 | 2024.06.25 07:14:47.379594 [ 3 ] {4afade4c-64d1-4add-a38a-e7928e7ce92a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4894 | 2024.06.25 07:14:47.379905 [ 3 ] {4afade4c-64d1-4add-a38a-e7928e7ce92a} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
4895 | 2024.06.25 07:14:47.380208 [ 3 ] {4afade4c-64d1-4add-a38a-e7928e7ce92a} <Trace> oximeter.fields_string (92be2c77-e348-4680-ab71-16c97f347e42): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4896 | 2024.06.25 07:14:47.380357 [ 3 ] {4afade4c-64d1-4add-a38a-e7928e7ce92a} <Debug> executeQuery: Read 148 rows, 12.69 KiB in 0.001367 sec., 108266.27651792247 rows/sec., 9.07 MiB/sec. | ||
4897 | 2024.06.25 07:14:47.380507 [ 3 ] {4afade4c-64d1-4add-a38a-e7928e7ce92a} <Debug> DynamicQueryHandler: Done processing query | ||
4898 | 2024.06.25 07:14:47.380530 [ 3 ] {4afade4c-64d1-4add-a38a-e7928e7ce92a} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
4899 | 2024.06.25 07:14:47.380545 [ 3 ] {} <Debug> HTTP-Session: 91a4c6b9-cb0a-4f98-8b2d-e6a5511058ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4900 | 2024.06.25 07:14:47.380647 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4901 | 2024.06.25 07:14:47.380694 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4902 | 2024.06.25 07:14:47.380713 [ 3 ] {} <Debug> HTTP-Session: b314dc6c-a6bc-4c69-b9aa-a0fe28b050b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
4903 | 2024.06.25 07:14:47.380729 [ 3 ] {} <Debug> HTTP-Session: b314dc6c-a6bc-4c69-b9aa-a0fe28b050b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4904 | 2024.06.25 07:14:47.380742 [ 3 ] {} <Debug> HTTP-Session: b314dc6c-a6bc-4c69-b9aa-a0fe28b050b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4905 | 2024.06.25 07:14:47.380773 [ 3 ] {} <Trace> HTTP-Session: b314dc6c-a6bc-4c69-b9aa-a0fe28b050b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4906 | 2024.06.25 07:14:47.380866 [ 3 ] {07be64e2-41f2-48d6-a6fd-7850a9540aca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4907 | 2024.06.25 07:14:47.380908 [ 3 ] {07be64e2-41f2-48d6-a6fd-7850a9540aca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4908 | 2024.06.25 07:14:47.381031 [ 3 ] {07be64e2-41f2-48d6-a6fd-7850a9540aca} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4909 | 2024.06.25 07:14:47.381363 [ 3 ] {07be64e2-41f2-48d6-a6fd-7850a9540aca} <Trace> oximeter.fields_u16 (3a35cf00-b7cc-45e3-80c8-1c8d13c9f8ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4910 | 2024.06.25 07:14:47.381399 [ 3 ] {07be64e2-41f2-48d6-a6fd-7850a9540aca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4911 | 2024.06.25 07:14:47.381687 [ 3 ] {07be64e2-41f2-48d6-a6fd-7850a9540aca} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
4912 | 2024.06.25 07:14:47.381998 [ 3 ] {07be64e2-41f2-48d6-a6fd-7850a9540aca} <Trace> oximeter.fields_u16 (3a35cf00-b7cc-45e3-80c8-1c8d13c9f8ae): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4913 | 2024.06.25 07:14:47.382130 [ 3 ] {07be64e2-41f2-48d6-a6fd-7850a9540aca} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001283 sec., 3117.692907248636 rows/sec., 217.69 KiB/sec. | ||
4914 | 2024.06.25 07:14:47.382299 [ 3 ] {07be64e2-41f2-48d6-a6fd-7850a9540aca} <Debug> DynamicQueryHandler: Done processing query | ||
4915 | 2024.06.25 07:14:47.382323 [ 3 ] {07be64e2-41f2-48d6-a6fd-7850a9540aca} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4916 | 2024.06.25 07:14:47.382338 [ 3 ] {} <Debug> HTTP-Session: b314dc6c-a6bc-4c69-b9aa-a0fe28b050b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4917 | 2024.06.25 07:14:47.382463 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 16655, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4918 | 2024.06.25 07:14:47.382511 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4919 | 2024.06.25 07:14:47.382530 [ 3 ] {} <Debug> HTTP-Session: d5e6a8f4-837c-4d9b-abe6-ff6e2df94338 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
4920 | 2024.06.25 07:14:47.382545 [ 3 ] {} <Debug> HTTP-Session: d5e6a8f4-837c-4d9b-abe6-ff6e2df94338 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4921 | 2024.06.25 07:14:47.382559 [ 3 ] {} <Debug> HTTP-Session: d5e6a8f4-837c-4d9b-abe6-ff6e2df94338 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4922 | 2024.06.25 07:14:47.382589 [ 3 ] {} <Trace> HTTP-Session: d5e6a8f4-837c-4d9b-abe6-ff6e2df94338 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4923 | 2024.06.25 07:14:47.382704 [ 3 ] {b7bf50c7-0042-401c-8788-1f2db9fca1c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4924 | 2024.06.25 07:14:47.382747 [ 3 ] {b7bf50c7-0042-401c-8788-1f2db9fca1c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4925 | 2024.06.25 07:14:47.382869 [ 3 ] {b7bf50c7-0042-401c-8788-1f2db9fca1c9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4926 | 2024.06.25 07:14:47.383192 [ 3 ] {b7bf50c7-0042-401c-8788-1f2db9fca1c9} <Trace> oximeter.fields_uuid (a6135af6-13ec-413a-9f2a-05b69fc69276): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4927 | 2024.06.25 07:14:47.383228 [ 3 ] {b7bf50c7-0042-401c-8788-1f2db9fca1c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4928 | 2024.06.25 07:14:47.383529 [ 3 ] {b7bf50c7-0042-401c-8788-1f2db9fca1c9} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
4929 | 2024.06.25 07:14:47.383821 [ 3 ] {b7bf50c7-0042-401c-8788-1f2db9fca1c9} <Trace> oximeter.fields_uuid (a6135af6-13ec-413a-9f2a-05b69fc69276): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4930 | 2024.06.25 07:14:47.383970 [ 3 ] {b7bf50c7-0042-401c-8788-1f2db9fca1c9} <Debug> executeQuery: Read 98 rows, 7.84 KiB in 0.001307 sec., 74980.87222647284 rows/sec., 5.86 MiB/sec. | ||
4931 | 2024.06.25 07:14:47.384124 [ 3 ] {b7bf50c7-0042-401c-8788-1f2db9fca1c9} <Debug> DynamicQueryHandler: Done processing query | ||
4932 | 2024.06.25 07:14:47.384148 [ 3 ] {b7bf50c7-0042-401c-8788-1f2db9fca1c9} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
4933 | 2024.06.25 07:14:47.384163 [ 3 ] {} <Debug> HTTP-Session: d5e6a8f4-837c-4d9b-abe6-ff6e2df94338 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4934 | 2024.06.25 07:14:47.384328 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 30998, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4935 | 2024.06.25 07:14:47.384375 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4936 | 2024.06.25 07:14:47.384393 [ 3 ] {} <Debug> HTTP-Session: 612d3e86-9b12-4430-a3d6-543286c09dfe Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
4937 | 2024.06.25 07:14:47.384410 [ 3 ] {} <Debug> HTTP-Session: 612d3e86-9b12-4430-a3d6-543286c09dfe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4938 | 2024.06.25 07:14:47.384423 [ 3 ] {} <Debug> HTTP-Session: 612d3e86-9b12-4430-a3d6-543286c09dfe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4939 | 2024.06.25 07:14:47.384453 [ 3 ] {} <Trace> HTTP-Session: 612d3e86-9b12-4430-a3d6-543286c09dfe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4940 | 2024.06.25 07:14:47.384590 [ 3 ] {b9792946-2eaf-4dfa-bfd5-183742c4df2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4941 | 2024.06.25 07:14:47.384636 [ 3 ] {b9792946-2eaf-4dfa-bfd5-183742c4df2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4942 | 2024.06.25 07:14:47.384778 [ 3 ] {b9792946-2eaf-4dfa-bfd5-183742c4df2e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4943 | 2024.06.25 07:14:47.385151 [ 3 ] {b9792946-2eaf-4dfa-bfd5-183742c4df2e} <Trace> oximeter.measurements_cumulativeu64 (e2447d38-7ae3-46bc-83c9-f9b139496c24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4944 | 2024.06.25 07:14:47.385188 [ 3 ] {b9792946-2eaf-4dfa-bfd5-183742c4df2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4945 | 2024.06.25 07:14:47.385567 [ 3 ] {b9792946-2eaf-4dfa-bfd5-183742c4df2e} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
4946 | 2024.06.25 07:14:47.385896 [ 3 ] {b9792946-2eaf-4dfa-bfd5-183742c4df2e} <Trace> oximeter.measurements_cumulativeu64 (e2447d38-7ae3-46bc-83c9-f9b139496c24): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4947 | 2024.06.25 07:14:47.386048 [ 3 ] {b9792946-2eaf-4dfa-bfd5-183742c4df2e} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001518 sec., 106719.3675889328 rows/sec., 7.43 MiB/sec. | ||
4948 | 2024.06.25 07:14:47.386325 [ 3 ] {b9792946-2eaf-4dfa-bfd5-183742c4df2e} <Debug> DynamicQueryHandler: Done processing query | ||
4949 | 2024.06.25 07:14:47.386365 [ 3 ] {b9792946-2eaf-4dfa-bfd5-183742c4df2e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4950 | 2024.06.25 07:14:47.386381 [ 3 ] {} <Debug> HTTP-Session: 612d3e86-9b12-4430-a3d6-543286c09dfe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4951 | 2024.06.25 07:14:47.386543 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 48348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4952 | 2024.06.25 07:14:47.386609 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4953 | 2024.06.25 07:14:47.386628 [ 3 ] {} <Debug> HTTP-Session: 85ce1a41-ad8c-4285-9b25-29ac47f8c690 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
4954 | 2024.06.25 07:14:47.386645 [ 3 ] {} <Debug> HTTP-Session: 85ce1a41-ad8c-4285-9b25-29ac47f8c690 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4955 | 2024.06.25 07:14:47.386658 [ 3 ] {} <Debug> HTTP-Session: 85ce1a41-ad8c-4285-9b25-29ac47f8c690 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4956 | 2024.06.25 07:14:47.386688 [ 3 ] {} <Trace> HTTP-Session: 85ce1a41-ad8c-4285-9b25-29ac47f8c690 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4957 | 2024.06.25 07:14:47.387202 [ 3 ] {ebede708-c72a-4390-8aa4-6be372bef828} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4958 | 2024.06.25 07:14:47.387271 [ 3 ] {ebede708-c72a-4390-8aa4-6be372bef828} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
4959 | 2024.06.25 07:14:47.387675 [ 3 ] {ebede708-c72a-4390-8aa4-6be372bef828} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4960 | 2024.06.25 07:14:47.388335 [ 3 ] {ebede708-c72a-4390-8aa4-6be372bef828} <Trace> oximeter.measurements_histogramf64 (7bf12d27-0a09-45c5-8c45-4d00c63235e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4961 | 2024.06.25 07:14:47.388370 [ 3 ] {ebede708-c72a-4390-8aa4-6be372bef828} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4962 | 2024.06.25 07:14:47.388947 [ 3 ] {ebede708-c72a-4390-8aa4-6be372bef828} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
4963 | 2024.06.25 07:14:47.389348 [ 3 ] {ebede708-c72a-4390-8aa4-6be372bef828} <Trace> oximeter.measurements_histogramf64 (7bf12d27-0a09-45c5-8c45-4d00c63235e8): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4964 | 2024.06.25 07:14:47.389520 [ 116 ] {} <Debug> oximeter.measurements_histogramf64 (7bf12d27-0a09-45c5-8c45-4d00c63235e8) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
4965 | 2024.06.25 07:14:47.389545 [ 3 ] {ebede708-c72a-4390-8aa4-6be372bef828} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.00277 sec., 10830.324909747293 rows/sec., 19.41 MiB/sec. | ||
4966 | 2024.06.25 07:14:47.389619 [ 116 ] {} <Trace> oximeter.measurements_histogramf64 (7bf12d27-0a09-45c5-8c45-4d00c63235e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4967 | 2024.06.25 07:14:47.389702 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4968 | 2024.06.25 07:14:47.390000 [ 196 ] {7bf12d27-0a09-45c5-8c45-4d00c63235e8::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 | ||
4969 | 2024.06.25 07:14:47.390075 [ 3 ] {ebede708-c72a-4390-8aa4-6be372bef828} <Debug> DynamicQueryHandler: Done processing query | ||
4970 | 2024.06.25 07:14:47.390117 [ 3 ] {ebede708-c72a-4390-8aa4-6be372bef828} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
4971 | 2024.06.25 07:14:47.390151 [ 3 ] {} <Debug> HTTP-Session: 85ce1a41-ad8c-4285-9b25-29ac47f8c690 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4972 | 2024.06.25 07:14:47.390363 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4973 | 2024.06.25 07:14:47.390469 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4974 | 2024.06.25 07:14:47.390522 [ 3 ] {} <Debug> HTTP-Session: 5f77b3a3-b51b-4a3d-9a3f-9b6e22dedb18 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
4975 | 2024.06.25 07:14:47.390543 [ 196 ] {7bf12d27-0a09-45c5-8c45-4d00c63235e8::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4976 | 2024.06.25 07:14:47.390555 [ 3 ] {} <Debug> HTTP-Session: 5f77b3a3-b51b-4a3d-9a3f-9b6e22dedb18 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4977 | 2024.06.25 07:14:47.390610 [ 3 ] {} <Debug> HTTP-Session: 5f77b3a3-b51b-4a3d-9a3f-9b6e22dedb18 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4978 | 2024.06.25 07:14:47.390689 [ 196 ] {7bf12d27-0a09-45c5-8c45-4d00c63235e8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 432 rows starting from the beginning of the part | ||
4979 | 2024.06.25 07:14:47.390693 [ 3 ] {} <Trace> HTTP-Session: 5f77b3a3-b51b-4a3d-9a3f-9b6e22dedb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4980 | 2024.06.25 07:14:47.391072 [ 3 ] {2fab336b-ad65-4934-9501-474c5ee96d97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4981 | 2024.06.25 07:14:47.391294 [ 3 ] {2fab336b-ad65-4934-9501-474c5ee96d97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4982 | 2024.06.25 07:14:47.391364 [ 196 ] {7bf12d27-0a09-45c5-8c45-4d00c63235e8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 30 rows starting from the beginning of the part | ||
4983 | 2024.06.25 07:14:47.392134 [ 3 ] {2fab336b-ad65-4934-9501-474c5ee96d97} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4984 | 2024.06.25 07:14:47.392157 [ 196 ] {7bf12d27-0a09-45c5-8c45-4d00c63235e8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 30 rows starting from the beginning of the part | ||
4985 | 2024.06.25 07:14:47.392731 [ 196 ] {7bf12d27-0a09-45c5-8c45-4d00c63235e8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 30 rows starting from the beginning of the part | ||
4986 | 2024.06.25 07:14:47.393472 [ 3 ] {2fab336b-ad65-4934-9501-474c5ee96d97} <Trace> oximeter.measurements_u64 (4dca2f8a-9dea-4d2f-8335-c4506eb14d05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4987 | 2024.06.25 07:14:47.393481 [ 196 ] {7bf12d27-0a09-45c5-8c45-4d00c63235e8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 30 rows starting from the beginning of the part | ||
4988 | 2024.06.25 07:14:47.393538 [ 3 ] {2fab336b-ad65-4934-9501-474c5ee96d97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
4989 | 2024.06.25 07:14:47.394017 [ 196 ] {7bf12d27-0a09-45c5-8c45-4d00c63235e8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 30 rows starting from the beginning of the part | ||
4990 | 2024.06.25 07:14:47.394891 [ 3 ] {2fab336b-ad65-4934-9501-474c5ee96d97} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
4991 | 2024.06.25 07:14:47.395671 [ 3 ] {2fab336b-ad65-4934-9501-474c5ee96d97} <Trace> oximeter.measurements_u64 (4dca2f8a-9dea-4d2f-8335-c4506eb14d05): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4992 | 2024.06.25 07:14:47.396022 [ 3 ] {2fab336b-ad65-4934-9501-474c5ee96d97} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005103 sec., 11757.789535567314 rows/sec., 811.41 KiB/sec. | ||
4993 | 2024.06.25 07:14:47.396259 [ 3 ] {2fab336b-ad65-4934-9501-474c5ee96d97} <Debug> DynamicQueryHandler: Done processing query | ||
4994 | 2024.06.25 07:14:47.396283 [ 3 ] {2fab336b-ad65-4934-9501-474c5ee96d97} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4995 | 2024.06.25 07:14:47.396300 [ 3 ] {} <Debug> HTTP-Session: 5f77b3a3-b51b-4a3d-9a3f-9b6e22dedb18 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4996 | 2024.06.25 07:14:47.410719 [ 188 ] {7bf12d27-0a09-45c5-8c45-4d00c63235e8::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 582 rows, containing 19 columns (19 merged, 0 gathered) in 0.020884494 sec., 27867.565285517572 rows/sec., 49.94 MiB/sec. | ||
4997 | 2024.06.25 07:14:47.411652 [ 193 ] {7bf12d27-0a09-45c5-8c45-4d00c63235e8::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
4998 | 2024.06.25 07:14:47.412248 [ 193 ] {7bf12d27-0a09-45c5-8c45-4d00c63235e8::all_1_21_4} <Trace> oximeter.measurements_histogramf64 (7bf12d27-0a09-45c5-8c45-4d00c63235e8): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4999 | 2024.06.25 07:14:47.412325 [ 193 ] {7bf12d27-0a09-45c5-8c45-4d00c63235e8::all_1_21_4} <Trace> oximeter.measurements_histogramf64 (7bf12d27-0a09-45c5-8c45-4d00c63235e8) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
5000 | 2024.06.25 07:14:47.412458 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.46 MiB. | ||
5001 | 2024.06.25 07:14:48.000168 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 185.53 MiB, peak 194.03 MiB, free memory in arenas 0.00 B, will set to 186.71 MiB (RSS), difference: 1.18 MiB | ||
5002 | 2024.06.25 07:14:52.374547 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5003 | 2024.06.25 07:14:52.374689 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5004 | 2024.06.25 07:14:52.374721 [ 3 ] {} <Debug> HTTP-Session: 46dd145d-61e5-44a6-84db-4c4881d4e869 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
5005 | 2024.06.25 07:14:52.374749 [ 3 ] {} <Debug> HTTP-Session: 46dd145d-61e5-44a6-84db-4c4881d4e869 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5006 | 2024.06.25 07:14:52.374766 [ 3 ] {} <Debug> HTTP-Session: 46dd145d-61e5-44a6-84db-4c4881d4e869 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5007 | 2024.06.25 07:14:52.374822 [ 3 ] {} <Trace> HTTP-Session: 46dd145d-61e5-44a6-84db-4c4881d4e869 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5008 | 2024.06.25 07:14:52.375024 [ 3 ] {df8e1155-39da-4555-b3e0-da1438c6602f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
5009 | 2024.06.25 07:14:52.375097 [ 3 ] {df8e1155-39da-4555-b3e0-da1438c6602f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
5010 | 2024.06.25 07:14:52.375316 [ 3 ] {df8e1155-39da-4555-b3e0-da1438c6602f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5011 | 2024.06.25 07:14:52.375717 [ 3 ] {df8e1155-39da-4555-b3e0-da1438c6602f} <Trace> oximeter.fields_ipaddr (a80fa888-7cde-49a8-8db7-55a4c4c75c02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5012 | 2024.06.25 07:14:52.375764 [ 3 ] {df8e1155-39da-4555-b3e0-da1438c6602f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
5013 | 2024.06.25 07:14:52.376131 [ 3 ] {df8e1155-39da-4555-b3e0-da1438c6602f} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
5014 | 2024.06.25 07:14:52.376483 [ 3 ] {df8e1155-39da-4555-b3e0-da1438c6602f} <Trace> oximeter.fields_ipaddr (a80fa888-7cde-49a8-8db7-55a4c4c75c02): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5015 | 2024.06.25 07:14:52.376633 [ 3 ] {df8e1155-39da-4555-b3e0-da1438c6602f} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001668 sec., 1199.0407673860911 rows/sec., 97.77 KiB/sec. | ||
5016 | 2024.06.25 07:14:52.377197 [ 3 ] {df8e1155-39da-4555-b3e0-da1438c6602f} <Debug> DynamicQueryHandler: Done processing query | ||
5017 | 2024.06.25 07:14:52.377227 [ 3 ] {df8e1155-39da-4555-b3e0-da1438c6602f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5018 | 2024.06.25 07:14:52.377244 [ 3 ] {} <Debug> HTTP-Session: 46dd145d-61e5-44a6-84db-4c4881d4e869 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5019 | 2024.06.25 07:14:52.377414 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 12952, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5020 | 2024.06.25 07:14:52.377472 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5021 | 2024.06.25 07:14:52.377493 [ 3 ] {} <Debug> HTTP-Session: 8be3ee83-bbfe-492b-b623-ca2d90efb102 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
5022 | 2024.06.25 07:14:52.377512 [ 3 ] {} <Debug> HTTP-Session: 8be3ee83-bbfe-492b-b623-ca2d90efb102 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5023 | 2024.06.25 07:14:52.377527 [ 3 ] {} <Debug> HTTP-Session: 8be3ee83-bbfe-492b-b623-ca2d90efb102 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5024 | 2024.06.25 07:14:52.377563 [ 3 ] {} <Trace> HTTP-Session: 8be3ee83-bbfe-492b-b623-ca2d90efb102 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5025 | 2024.06.25 07:14:52.377718 [ 3 ] {c4690b2e-1390-48fd-b178-2232470f44d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5026 | 2024.06.25 07:14:52.377769 [ 3 ] {c4690b2e-1390-48fd-b178-2232470f44d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5027 | 2024.06.25 07:14:52.377923 [ 3 ] {c4690b2e-1390-48fd-b178-2232470f44d8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5028 | 2024.06.25 07:14:52.378309 [ 3 ] {c4690b2e-1390-48fd-b178-2232470f44d8} <Trace> oximeter.fields_string (92be2c77-e348-4680-ab71-16c97f347e42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5029 | 2024.06.25 07:14:52.378347 [ 3 ] {c4690b2e-1390-48fd-b178-2232470f44d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
5030 | 2024.06.25 07:14:52.378673 [ 3 ] {c4690b2e-1390-48fd-b178-2232470f44d8} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
5031 | 2024.06.25 07:14:52.378992 [ 3 ] {c4690b2e-1390-48fd-b178-2232470f44d8} <Trace> oximeter.fields_string (92be2c77-e348-4680-ab71-16c97f347e42): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5032 | 2024.06.25 07:14:52.379120 [ 3 ] {c4690b2e-1390-48fd-b178-2232470f44d8} <Debug> executeQuery: Read 93 rows, 7.29 KiB in 0.001457 sec., 63829.78723404255 rows/sec., 4.89 MiB/sec. | ||
5033 | 2024.06.25 07:14:52.379301 [ 3 ] {c4690b2e-1390-48fd-b178-2232470f44d8} <Debug> DynamicQueryHandler: Done processing query | ||
5034 | 2024.06.25 07:14:52.379327 [ 3 ] {c4690b2e-1390-48fd-b178-2232470f44d8} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
5035 | 2024.06.25 07:14:52.379343 [ 3 ] {} <Debug> HTTP-Session: 8be3ee83-bbfe-492b-b623-ca2d90efb102 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5036 | 2024.06.25 07:14:52.379472 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5037 | 2024.06.25 07:14:52.379525 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5038 | 2024.06.25 07:14:52.379546 [ 3 ] {} <Debug> HTTP-Session: 91f08c50-763e-49cb-a48f-e1fa500edfd9 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
5039 | 2024.06.25 07:14:52.379564 [ 3 ] {} <Debug> HTTP-Session: 91f08c50-763e-49cb-a48f-e1fa500edfd9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5040 | 2024.06.25 07:14:52.379578 [ 3 ] {} <Debug> HTTP-Session: 91f08c50-763e-49cb-a48f-e1fa500edfd9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5041 | 2024.06.25 07:14:52.379612 [ 3 ] {} <Trace> HTTP-Session: 91f08c50-763e-49cb-a48f-e1fa500edfd9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5042 | 2024.06.25 07:14:52.379714 [ 3 ] {64830b4a-5679-4460-9bea-34da7171757c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5043 | 2024.06.25 07:14:52.379761 [ 3 ] {64830b4a-5679-4460-9bea-34da7171757c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5044 | 2024.06.25 07:14:52.379891 [ 3 ] {64830b4a-5679-4460-9bea-34da7171757c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5045 | 2024.06.25 07:14:52.380151 [ 3 ] {64830b4a-5679-4460-9bea-34da7171757c} <Trace> oximeter.fields_u16 (3a35cf00-b7cc-45e3-80c8-1c8d13c9f8ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5046 | 2024.06.25 07:14:52.380188 [ 3 ] {64830b4a-5679-4460-9bea-34da7171757c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
5047 | 2024.06.25 07:14:52.380517 [ 3 ] {64830b4a-5679-4460-9bea-34da7171757c} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
5048 | 2024.06.25 07:14:52.380872 [ 3 ] {64830b4a-5679-4460-9bea-34da7171757c} <Trace> oximeter.fields_u16 (3a35cf00-b7cc-45e3-80c8-1c8d13c9f8ae): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5049 | 2024.06.25 07:14:52.381004 [ 3 ] {64830b4a-5679-4460-9bea-34da7171757c} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001319 sec., 1516.3002274450341 rows/sec., 105.87 KiB/sec. | ||
5050 | 2024.06.25 07:14:52.381155 [ 3 ] {64830b4a-5679-4460-9bea-34da7171757c} <Debug> DynamicQueryHandler: Done processing query | ||
5051 | 2024.06.25 07:14:52.381180 [ 3 ] {64830b4a-5679-4460-9bea-34da7171757c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5052 | 2024.06.25 07:14:52.381196 [ 3 ] {} <Debug> HTTP-Session: 91f08c50-763e-49cb-a48f-e1fa500edfd9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5053 | 2024.06.25 07:14:52.381337 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 15269, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5054 | 2024.06.25 07:14:52.381385 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5055 | 2024.06.25 07:14:52.381404 [ 3 ] {} <Debug> HTTP-Session: 67fde4e2-9ab0-45df-bb69-98813147ac02 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
5056 | 2024.06.25 07:14:52.381422 [ 3 ] {} <Debug> HTTP-Session: 67fde4e2-9ab0-45df-bb69-98813147ac02 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5057 | 2024.06.25 07:14:52.381435 [ 3 ] {} <Debug> HTTP-Session: 67fde4e2-9ab0-45df-bb69-98813147ac02 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5058 | 2024.06.25 07:14:52.381467 [ 3 ] {} <Trace> HTTP-Session: 67fde4e2-9ab0-45df-bb69-98813147ac02 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5059 | 2024.06.25 07:14:52.381592 [ 3 ] {29496a1b-82dd-4099-a69c-241333d44e84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5060 | 2024.06.25 07:14:52.381634 [ 3 ] {29496a1b-82dd-4099-a69c-241333d44e84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5061 | 2024.06.25 07:14:52.381758 [ 3 ] {29496a1b-82dd-4099-a69c-241333d44e84} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5062 | 2024.06.25 07:14:52.382149 [ 3 ] {29496a1b-82dd-4099-a69c-241333d44e84} <Trace> oximeter.fields_uuid (a6135af6-13ec-413a-9f2a-05b69fc69276): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5063 | 2024.06.25 07:14:52.382185 [ 3 ] {29496a1b-82dd-4099-a69c-241333d44e84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
5064 | 2024.06.25 07:14:52.382493 [ 3 ] {29496a1b-82dd-4099-a69c-241333d44e84} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
5065 | 2024.06.25 07:14:52.382806 [ 3 ] {29496a1b-82dd-4099-a69c-241333d44e84} <Trace> oximeter.fields_uuid (a6135af6-13ec-413a-9f2a-05b69fc69276): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5066 | 2024.06.25 07:14:52.382929 [ 3 ] {29496a1b-82dd-4099-a69c-241333d44e84} <Debug> executeQuery: Read 90 rows, 7.18 KiB in 0.001387 sec., 64888.24801730354 rows/sec., 5.05 MiB/sec. | ||
5067 | 2024.06.25 07:14:52.383125 [ 3 ] {29496a1b-82dd-4099-a69c-241333d44e84} <Debug> DynamicQueryHandler: Done processing query | ||
5068 | 2024.06.25 07:14:52.383153 [ 3 ] {29496a1b-82dd-4099-a69c-241333d44e84} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
5069 | 2024.06.25 07:14:52.383169 [ 3 ] {} <Debug> HTTP-Session: 67fde4e2-9ab0-45df-bb69-98813147ac02 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5070 | 2024.06.25 07:14:52.383371 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 37772, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5071 | 2024.06.25 07:14:52.383421 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5072 | 2024.06.25 07:14:52.383441 [ 3 ] {} <Debug> HTTP-Session: 47b93b51-9d7f-4822-b61b-861ef27a6c32 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
5073 | 2024.06.25 07:14:52.383456 [ 3 ] {} <Debug> HTTP-Session: 47b93b51-9d7f-4822-b61b-861ef27a6c32 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5074 | 2024.06.25 07:14:52.383470 [ 3 ] {} <Debug> HTTP-Session: 47b93b51-9d7f-4822-b61b-861ef27a6c32 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5075 | 2024.06.25 07:14:52.383501 [ 3 ] {} <Trace> HTTP-Session: 47b93b51-9d7f-4822-b61b-861ef27a6c32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5076 | 2024.06.25 07:14:52.383664 [ 3 ] {4436bbec-ec56-4027-b002-4fadc3885266} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5077 | 2024.06.25 07:14:52.383712 [ 3 ] {4436bbec-ec56-4027-b002-4fadc3885266} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5078 | 2024.06.25 07:14:52.383852 [ 3 ] {4436bbec-ec56-4027-b002-4fadc3885266} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5079 | 2024.06.25 07:14:52.384293 [ 3 ] {4436bbec-ec56-4027-b002-4fadc3885266} <Trace> oximeter.measurements_cumulativeu64 (e2447d38-7ae3-46bc-83c9-f9b139496c24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5080 | 2024.06.25 07:14:52.384327 [ 3 ] {4436bbec-ec56-4027-b002-4fadc3885266} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
5081 | 2024.06.25 07:14:52.384695 [ 3 ] {4436bbec-ec56-4027-b002-4fadc3885266} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
5082 | 2024.06.25 07:14:52.385006 [ 3 ] {4436bbec-ec56-4027-b002-4fadc3885266} <Trace> oximeter.measurements_cumulativeu64 (e2447d38-7ae3-46bc-83c9-f9b139496c24): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5083 | 2024.06.25 07:14:52.385197 [ 3 ] {4436bbec-ec56-4027-b002-4fadc3885266} <Debug> executeQuery: Read 197 rows, 14.08 KiB in 0.001617 sec., 121830.55040197898 rows/sec., 8.51 MiB/sec. | ||
5084 | 2024.06.25 07:14:52.385362 [ 3 ] {4436bbec-ec56-4027-b002-4fadc3885266} <Debug> DynamicQueryHandler: Done processing query | ||
5085 | 2024.06.25 07:14:52.385386 [ 3 ] {4436bbec-ec56-4027-b002-4fadc3885266} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
5086 | 2024.06.25 07:14:52.385402 [ 3 ] {} <Debug> HTTP-Session: 47b93b51-9d7f-4822-b61b-861ef27a6c32 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5087 | 2024.06.25 07:14:52.385538 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5088 | 2024.06.25 07:14:52.385586 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5089 | 2024.06.25 07:14:52.385605 [ 3 ] {} <Debug> HTTP-Session: ee7ac69f-e5fe-4841-800a-ccbbd9b531d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
5090 | 2024.06.25 07:14:52.385621 [ 3 ] {} <Debug> HTTP-Session: ee7ac69f-e5fe-4841-800a-ccbbd9b531d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5091 | 2024.06.25 07:14:52.385635 [ 3 ] {} <Debug> HTTP-Session: ee7ac69f-e5fe-4841-800a-ccbbd9b531d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5092 | 2024.06.25 07:14:52.385666 [ 3 ] {} <Trace> HTTP-Session: ee7ac69f-e5fe-4841-800a-ccbbd9b531d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5093 | 2024.06.25 07:14:52.385796 [ 3 ] {ba4748eb-aed5-448c-ad5c-9dc9ecdb989b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5094 | 2024.06.25 07:14:52.385839 [ 3 ] {ba4748eb-aed5-448c-ad5c-9dc9ecdb989b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5095 | 2024.06.25 07:14:52.385961 [ 3 ] {ba4748eb-aed5-448c-ad5c-9dc9ecdb989b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5096 | 2024.06.25 07:14:52.386312 [ 3 ] {ba4748eb-aed5-448c-ad5c-9dc9ecdb989b} <Trace> oximeter.measurements_u64 (4dca2f8a-9dea-4d2f-8335-c4506eb14d05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5097 | 2024.06.25 07:14:52.386347 [ 3 ] {ba4748eb-aed5-448c-ad5c-9dc9ecdb989b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
5098 | 2024.06.25 07:14:52.386694 [ 3 ] {ba4748eb-aed5-448c-ad5c-9dc9ecdb989b} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
5099 | 2024.06.25 07:14:52.387006 [ 3 ] {ba4748eb-aed5-448c-ad5c-9dc9ecdb989b} <Trace> oximeter.measurements_u64 (4dca2f8a-9dea-4d2f-8335-c4506eb14d05): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5100 | 2024.06.25 07:14:52.387129 [ 3 ] {ba4748eb-aed5-448c-ad5c-9dc9ecdb989b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001389 sec., 43196.544276457884 rows/sec., 2.91 MiB/sec. | ||
5101 | 2024.06.25 07:14:52.387291 [ 3 ] {ba4748eb-aed5-448c-ad5c-9dc9ecdb989b} <Debug> DynamicQueryHandler: Done processing query | ||
5102 | 2024.06.25 07:14:52.387315 [ 3 ] {ba4748eb-aed5-448c-ad5c-9dc9ecdb989b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5103 | 2024.06.25 07:14:52.387331 [ 3 ] {} <Debug> HTTP-Session: ee7ac69f-e5fe-4841-800a-ccbbd9b531d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5104 | 2024.06.25 07:14:57.375130 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 4356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5105 | 2024.06.25 07:14:57.375262 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5106 | 2024.06.25 07:14:57.375292 [ 3 ] {} <Debug> HTTP-Session: d029a15b-0188-4ab0-a671-5eb89e1cb8a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
5107 | 2024.06.25 07:14:57.375319 [ 3 ] {} <Debug> HTTP-Session: d029a15b-0188-4ab0-a671-5eb89e1cb8a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5108 | 2024.06.25 07:14:57.375333 [ 3 ] {} <Debug> HTTP-Session: d029a15b-0188-4ab0-a671-5eb89e1cb8a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5109 | 2024.06.25 07:14:57.375382 [ 3 ] {} <Trace> HTTP-Session: d029a15b-0188-4ab0-a671-5eb89e1cb8a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5110 | 2024.06.25 07:14:57.375579 [ 3 ] {332b1706-97c7-4e82-b59f-da9c8d06c009} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5111 | 2024.06.25 07:14:57.375643 [ 3 ] {332b1706-97c7-4e82-b59f-da9c8d06c009} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5112 | 2024.06.25 07:14:57.375831 [ 3 ] {332b1706-97c7-4e82-b59f-da9c8d06c009} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5113 | 2024.06.25 07:14:57.376282 [ 3 ] {332b1706-97c7-4e82-b59f-da9c8d06c009} <Trace> oximeter.fields_i64 (5a4e27aa-5414-415d-87de-3cb5e0800323): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5114 | 2024.06.25 07:14:57.376322 [ 3 ] {332b1706-97c7-4e82-b59f-da9c8d06c009} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
5115 | 2024.06.25 07:14:57.376712 [ 3 ] {332b1706-97c7-4e82-b59f-da9c8d06c009} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
5116 | 2024.06.25 07:14:57.377042 [ 3 ] {332b1706-97c7-4e82-b59f-da9c8d06c009} <Trace> oximeter.fields_i64 (5a4e27aa-5414-415d-87de-3cb5e0800323): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5117 | 2024.06.25 07:14:57.377185 [ 3 ] {332b1706-97c7-4e82-b59f-da9c8d06c009} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001666 sec., 18007.20288115246 rows/sec., 1.43 MiB/sec. | ||
5118 | 2024.06.25 07:14:57.377184 [ 109 ] {} <Debug> oximeter.fields_i64 (5a4e27aa-5414-415d-87de-3cb5e0800323) (MergerMutator): Selected 5 parts from all_1_18_4 to all_22_22_0 | ||
5119 | 2024.06.25 07:14:57.377241 [ 109 ] {} <Trace> oximeter.fields_i64 (5a4e27aa-5414-415d-87de-3cb5e0800323): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5120 | 2024.06.25 07:14:57.377270 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
5121 | 2024.06.25 07:14:57.377381 [ 197 ] {5a4e27aa-5414-415d-87de-3cb5e0800323::all_1_22_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_18_4 to all_22_22_0 into Compact with storage Full | ||
5122 | 2024.06.25 07:14:57.377399 [ 3 ] {332b1706-97c7-4e82-b59f-da9c8d06c009} <Debug> DynamicQueryHandler: Done processing query | ||
5123 | 2024.06.25 07:14:57.377428 [ 3 ] {332b1706-97c7-4e82-b59f-da9c8d06c009} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5124 | 2024.06.25 07:14:57.377447 [ 3 ] {} <Debug> HTTP-Session: d029a15b-0188-4ab0-a671-5eb89e1cb8a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5125 | 2024.06.25 07:14:57.377505 [ 197 ] {5a4e27aa-5414-415d-87de-3cb5e0800323::all_1_22_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5126 | 2024.06.25 07:14:57.377534 [ 197 ] {5a4e27aa-5414-415d-87de-3cb5e0800323::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_18_4, total 30 rows starting from the beginning of the part | ||
5127 | 2024.06.25 07:14:57.377596 [ 197 ] {5a4e27aa-5414-415d-87de-3cb5e0800323::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 30 rows starting from the beginning of the part | ||
5128 | 2024.06.25 07:14:57.377715 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 21439, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5129 | 2024.06.25 07:14:57.377839 [ 197 ] {5a4e27aa-5414-415d-87de-3cb5e0800323::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 30 rows starting from the beginning of the part | ||
5130 | 2024.06.25 07:14:57.377942 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5131 | 2024.06.25 07:14:57.378081 [ 3 ] {} <Debug> HTTP-Session: f3861dd8-2d4f-4efe-964a-cf753f145109 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
5132 | 2024.06.25 07:14:57.378205 [ 3 ] {} <Debug> HTTP-Session: f3861dd8-2d4f-4efe-964a-cf753f145109 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5133 | 2024.06.25 07:14:57.378245 [ 197 ] {5a4e27aa-5414-415d-87de-3cb5e0800323::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 30 rows starting from the beginning of the part | ||
5134 | 2024.06.25 07:14:57.378252 [ 3 ] {} <Debug> HTTP-Session: f3861dd8-2d4f-4efe-964a-cf753f145109 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5135 | 2024.06.25 07:14:57.378357 [ 3 ] {} <Trace> HTTP-Session: f3861dd8-2d4f-4efe-964a-cf753f145109 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5136 | 2024.06.25 07:14:57.378499 [ 197 ] {5a4e27aa-5414-415d-87de-3cb5e0800323::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 30 rows starting from the beginning of the part | ||
5137 | 2024.06.25 07:14:57.378781 [ 3 ] {aabd2469-aee8-45e6-8ee2-18ac0903bf28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5138 | 2024.06.25 07:14:57.378927 [ 3 ] {aabd2469-aee8-45e6-8ee2-18ac0903bf28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5139 | 2024.06.25 07:14:57.379209 [ 3 ] {aabd2469-aee8-45e6-8ee2-18ac0903bf28} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5140 | 2024.06.25 07:14:57.379895 [ 3 ] {aabd2469-aee8-45e6-8ee2-18ac0903bf28} <Trace> oximeter.fields_string (92be2c77-e348-4680-ab71-16c97f347e42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5141 | 2024.06.25 07:14:57.379935 [ 3 ] {aabd2469-aee8-45e6-8ee2-18ac0903bf28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
5142 | 2024.06.25 07:14:57.380154 [ 193 ] {5a4e27aa-5414-415d-87de-3cb5e0800323::all_1_22_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 150 rows, containing 4 columns (4 merged, 0 gathered) in 0.002826681 sec., 53065.76865235235 rows/sec., 4.20 MiB/sec. | ||
5143 | 2024.06.25 07:14:57.380326 [ 197 ] {5a4e27aa-5414-415d-87de-3cb5e0800323::all_1_22_5} <Trace> MergedBlockOutputStream: filled checksums all_1_22_5 (state Temporary) | ||
5144 | 2024.06.25 07:14:57.380494 [ 3 ] {aabd2469-aee8-45e6-8ee2-18ac0903bf28} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
5145 | 2024.06.25 07:14:57.380992 [ 3 ] {aabd2469-aee8-45e6-8ee2-18ac0903bf28} <Trace> oximeter.fields_string (92be2c77-e348-4680-ab71-16c97f347e42): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5146 | 2024.06.25 07:14:57.381037 [ 197 ] {5a4e27aa-5414-415d-87de-3cb5e0800323::all_1_22_5} <Trace> oximeter.fields_i64 (5a4e27aa-5414-415d-87de-3cb5e0800323): Renaming temporary part tmp_merge_all_1_22_5 to all_1_22_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5147 | 2024.06.25 07:14:57.381169 [ 3 ] {aabd2469-aee8-45e6-8ee2-18ac0903bf28} <Debug> executeQuery: Read 146 rows, 12.55 KiB in 0.002597 sec., 56218.713900654606 rows/sec., 4.72 MiB/sec. | ||
5148 | 2024.06.25 07:14:57.381184 [ 197 ] {5a4e27aa-5414-415d-87de-3cb5e0800323::all_1_22_5} <Trace> oximeter.fields_i64 (5a4e27aa-5414-415d-87de-3cb5e0800323) (MergerMutator): Merged 5 parts: [all_1_18_4, all_22_22_0] -> all_1_22_5 | ||
5149 | 2024.06.25 07:14:57.381326 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
5150 | 2024.06.25 07:14:57.381425 [ 3 ] {aabd2469-aee8-45e6-8ee2-18ac0903bf28} <Debug> DynamicQueryHandler: Done processing query | ||
5151 | 2024.06.25 07:14:57.381456 [ 3 ] {aabd2469-aee8-45e6-8ee2-18ac0903bf28} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
5152 | 2024.06.25 07:14:57.381478 [ 3 ] {} <Debug> HTTP-Session: f3861dd8-2d4f-4efe-964a-cf753f145109 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5153 | 2024.06.25 07:14:57.381641 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 15971, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5154 | 2024.06.25 07:14:57.381698 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5155 | 2024.06.25 07:14:57.381728 [ 3 ] {} <Debug> HTTP-Session: 3eb6c236-4814-4da1-bc40-db9e8ee4885a Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
5156 | 2024.06.25 07:14:57.381753 [ 3 ] {} <Debug> HTTP-Session: 3eb6c236-4814-4da1-bc40-db9e8ee4885a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5157 | 2024.06.25 07:14:57.381776 [ 3 ] {} <Debug> HTTP-Session: 3eb6c236-4814-4da1-bc40-db9e8ee4885a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5158 | 2024.06.25 07:14:57.381821 [ 3 ] {} <Trace> HTTP-Session: 3eb6c236-4814-4da1-bc40-db9e8ee4885a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5159 | 2024.06.25 07:14:57.381994 [ 3 ] {29cb061c-c45c-47cf-8e9f-d510964566df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5160 | 2024.06.25 07:14:57.382043 [ 3 ] {29cb061c-c45c-47cf-8e9f-d510964566df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5161 | 2024.06.25 07:14:57.382168 [ 3 ] {29cb061c-c45c-47cf-8e9f-d510964566df} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5162 | 2024.06.25 07:14:57.382544 [ 3 ] {29cb061c-c45c-47cf-8e9f-d510964566df} <Trace> oximeter.fields_uuid (a6135af6-13ec-413a-9f2a-05b69fc69276): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5163 | 2024.06.25 07:14:57.382583 [ 3 ] {29cb061c-c45c-47cf-8e9f-d510964566df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
5164 | 2024.06.25 07:14:57.382900 [ 3 ] {29cb061c-c45c-47cf-8e9f-d510964566df} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
5165 | 2024.06.25 07:14:57.383206 [ 3 ] {29cb061c-c45c-47cf-8e9f-d510964566df} <Trace> oximeter.fields_uuid (a6135af6-13ec-413a-9f2a-05b69fc69276): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5166 | 2024.06.25 07:14:57.383353 [ 3 ] {29cb061c-c45c-47cf-8e9f-d510964566df} <Debug> executeQuery: Read 94 rows, 7.52 KiB in 0.001433 sec., 65596.65038381019 rows/sec., 5.12 MiB/sec. | ||
5167 | 2024.06.25 07:14:57.383633 [ 3 ] {29cb061c-c45c-47cf-8e9f-d510964566df} <Debug> DynamicQueryHandler: Done processing query | ||
5168 | 2024.06.25 07:14:57.383690 [ 3 ] {29cb061c-c45c-47cf-8e9f-d510964566df} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
5169 | 2024.06.25 07:14:57.383727 [ 3 ] {} <Debug> HTTP-Session: 3eb6c236-4814-4da1-bc40-db9e8ee4885a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5170 | 2024.06.25 07:14:57.383925 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 30617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5171 | 2024.06.25 07:14:57.383975 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5172 | 2024.06.25 07:14:57.383994 [ 3 ] {} <Debug> HTTP-Session: 0bca2e76-c71a-4b61-8055-652ce71039cb Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
5173 | 2024.06.25 07:14:57.384010 [ 3 ] {} <Debug> HTTP-Session: 0bca2e76-c71a-4b61-8055-652ce71039cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5174 | 2024.06.25 07:14:57.384024 [ 3 ] {} <Debug> HTTP-Session: 0bca2e76-c71a-4b61-8055-652ce71039cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5175 | 2024.06.25 07:14:57.384055 [ 3 ] {} <Trace> HTTP-Session: 0bca2e76-c71a-4b61-8055-652ce71039cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5176 | 2024.06.25 07:14:57.384203 [ 3 ] {83a89b62-7117-4be9-9f30-c770ce7d3c7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5177 | 2024.06.25 07:14:57.384253 [ 3 ] {83a89b62-7117-4be9-9f30-c770ce7d3c7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5178 | 2024.06.25 07:14:57.384416 [ 3 ] {83a89b62-7117-4be9-9f30-c770ce7d3c7c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5179 | 2024.06.25 07:14:57.384828 [ 3 ] {83a89b62-7117-4be9-9f30-c770ce7d3c7c} <Trace> oximeter.measurements_cumulativeu64 (e2447d38-7ae3-46bc-83c9-f9b139496c24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5180 | 2024.06.25 07:14:57.384862 [ 3 ] {83a89b62-7117-4be9-9f30-c770ce7d3c7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
5181 | 2024.06.25 07:14:57.385241 [ 3 ] {83a89b62-7117-4be9-9f30-c770ce7d3c7c} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
5182 | 2024.06.25 07:14:57.385563 [ 3 ] {83a89b62-7117-4be9-9f30-c770ce7d3c7c} <Trace> oximeter.measurements_cumulativeu64 (e2447d38-7ae3-46bc-83c9-f9b139496c24): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5183 | 2024.06.25 07:14:57.385687 [ 109 ] {} <Debug> oximeter.measurements_cumulativeu64 (e2447d38-7ae3-46bc-83c9-f9b139496c24) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
5184 | 2024.06.25 07:14:57.385691 [ 3 ] {83a89b62-7117-4be9-9f30-c770ce7d3c7c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001554 sec., 102960.10296010296 rows/sec., 7.17 MiB/sec. | ||
5185 | 2024.06.25 07:14:57.385729 [ 109 ] {} <Trace> oximeter.measurements_cumulativeu64 (e2447d38-7ae3-46bc-83c9-f9b139496c24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5186 | 2024.06.25 07:14:57.385771 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
5187 | 2024.06.25 07:14:57.385958 [ 3 ] {83a89b62-7117-4be9-9f30-c770ce7d3c7c} <Debug> DynamicQueryHandler: Done processing query | ||
5188 | 2024.06.25 07:14:57.386007 [ 3 ] {83a89b62-7117-4be9-9f30-c770ce7d3c7c} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5189 | 2024.06.25 07:14:57.386013 [ 193 ] {e2447d38-7ae3-46bc-83c9-f9b139496c24::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 | ||
5190 | 2024.06.25 07:14:57.386045 [ 3 ] {} <Debug> HTTP-Session: 0bca2e76-c71a-4b61-8055-652ce71039cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5191 | 2024.06.25 07:14:57.386391 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 48356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5192 | 2024.06.25 07:14:57.386542 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5193 | 2024.06.25 07:14:57.386595 [ 193 ] {e2447d38-7ae3-46bc-83c9-f9b139496c24::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5194 | 2024.06.25 07:14:57.386598 [ 3 ] {} <Debug> HTTP-Session: 85a80be4-0822-4a28-9b7e-47bbd1f06944 Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
5195 | 2024.06.25 07:14:57.386632 [ 3 ] {} <Debug> HTTP-Session: 85a80be4-0822-4a28-9b7e-47bbd1f06944 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5196 | 2024.06.25 07:14:57.386636 [ 193 ] {e2447d38-7ae3-46bc-83c9-f9b139496c24::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 3587 rows starting from the beginning of the part | ||
5197 | 2024.06.25 07:14:57.386650 [ 3 ] {} <Debug> HTTP-Session: 85a80be4-0822-4a28-9b7e-47bbd1f06944 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5198 | 2024.06.25 07:14:57.386696 [ 3 ] {} <Trace> HTTP-Session: 85a80be4-0822-4a28-9b7e-47bbd1f06944 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5199 | 2024.06.25 07:14:57.386751 [ 193 ] {e2447d38-7ae3-46bc-83c9-f9b139496c24::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 160 rows starting from the beginning of the part | ||
5200 | 2024.06.25 07:14:57.387048 [ 193 ] {e2447d38-7ae3-46bc-83c9-f9b139496c24::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 160 rows starting from the beginning of the part | ||
5201 | 2024.06.25 07:14:57.387294 [ 3 ] {368ff245-c2dd-4252-94b0-9f95bd70c4c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5202 | 2024.06.25 07:14:57.387317 [ 193 ] {e2447d38-7ae3-46bc-83c9-f9b139496c24::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 162 rows starting from the beginning of the part | ||
5203 | 2024.06.25 07:14:57.387627 [ 3 ] {368ff245-c2dd-4252-94b0-9f95bd70c4c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
5204 | 2024.06.25 07:14:57.387630 [ 193 ] {e2447d38-7ae3-46bc-83c9-f9b139496c24::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 197 rows starting from the beginning of the part | ||
5205 | 2024.06.25 07:14:57.387926 [ 193 ] {e2447d38-7ae3-46bc-83c9-f9b139496c24::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 160 rows starting from the beginning of the part | ||
5206 | 2024.06.25 07:14:57.388828 [ 3 ] {368ff245-c2dd-4252-94b0-9f95bd70c4c2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5207 | 2024.06.25 07:14:57.389924 [ 3 ] {368ff245-c2dd-4252-94b0-9f95bd70c4c2} <Trace> oximeter.measurements_histogramf64 (7bf12d27-0a09-45c5-8c45-4d00c63235e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5208 | 2024.06.25 07:14:57.389976 [ 3 ] {368ff245-c2dd-4252-94b0-9f95bd70c4c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
5209 | 2024.06.25 07:14:57.390764 [ 193 ] {e2447d38-7ae3-46bc-83c9-f9b139496c24::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4426 rows, containing 5 columns (5 merged, 0 gathered) in 0.004917622 sec., 900028.5097146548 rows/sec., 62.76 MiB/sec. | ||
5210 | 2024.06.25 07:14:57.391031 [ 3 ] {368ff245-c2dd-4252-94b0-9f95bd70c4c2} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
5211 | 2024.06.25 07:14:57.391057 [ 193 ] {e2447d38-7ae3-46bc-83c9-f9b139496c24::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
5212 | 2024.06.25 07:14:57.391673 [ 193 ] {e2447d38-7ae3-46bc-83c9-f9b139496c24::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (e2447d38-7ae3-46bc-83c9-f9b139496c24): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5213 | 2024.06.25 07:14:57.391776 [ 3 ] {368ff245-c2dd-4252-94b0-9f95bd70c4c2} <Trace> oximeter.measurements_histogramf64 (7bf12d27-0a09-45c5-8c45-4d00c63235e8): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5214 | 2024.06.25 07:14:57.391788 [ 193 ] {e2447d38-7ae3-46bc-83c9-f9b139496c24::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (e2447d38-7ae3-46bc-83c9-f9b139496c24) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
5215 | 2024.06.25 07:14:57.391883 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.94 MiB. | ||
5216 | 2024.06.25 07:14:57.391971 [ 3 ] {368ff245-c2dd-4252-94b0-9f95bd70c4c2} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.005084 sec., 5900.865460267506 rows/sec., 10.57 MiB/sec. | ||
5217 | 2024.06.25 07:14:57.392207 [ 3 ] {368ff245-c2dd-4252-94b0-9f95bd70c4c2} <Debug> DynamicQueryHandler: Done processing query | ||
5218 | 2024.06.25 07:14:57.392233 [ 3 ] {368ff245-c2dd-4252-94b0-9f95bd70c4c2} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
5219 | 2024.06.25 07:14:57.392250 [ 3 ] {} <Debug> HTTP-Session: 85a80be4-0822-4a28-9b7e-47bbd1f06944 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5220 | 2024.06.25 07:14:57.392405 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33118, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5221 | 2024.06.25 07:14:57.392456 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5222 | 2024.06.25 07:14:57.392475 [ 3 ] {} <Debug> HTTP-Session: 1504c881-ab09-46f9-a8f6-fa322dfb8a7c Authenticating user 'default' from [fd00:1122:3344:101::d]:33118 | ||
5223 | 2024.06.25 07:14:57.392492 [ 3 ] {} <Debug> HTTP-Session: 1504c881-ab09-46f9-a8f6-fa322dfb8a7c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5224 | 2024.06.25 07:14:57.392505 [ 3 ] {} <Debug> HTTP-Session: 1504c881-ab09-46f9-a8f6-fa322dfb8a7c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5225 | 2024.06.25 07:14:57.392537 [ 3 ] {} <Trace> HTTP-Session: 1504c881-ab09-46f9-a8f6-fa322dfb8a7c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5226 | 2024.06.25 07:14:57.392660 [ 3 ] {3c3dafe1-77dd-4aed-8f2e-2d7e5bc95d46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33118) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5227 | 2024.06.25 07:14:57.392706 [ 3 ] {3c3dafe1-77dd-4aed-8f2e-2d7e5bc95d46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5228 | 2024.06.25 07:14:57.392835 [ 3 ] {3c3dafe1-77dd-4aed-8f2e-2d7e5bc95d46} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5229 | 2024.06.25 07:14:57.393169 [ 3 ] {3c3dafe1-77dd-4aed-8f2e-2d7e5bc95d46} <Trace> oximeter.measurements_u64 (4dca2f8a-9dea-4d2f-8335-c4506eb14d05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5230 | 2024.06.25 07:14:57.393209 [ 3 ] {3c3dafe1-77dd-4aed-8f2e-2d7e5bc95d46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
5231 | 2024.06.25 07:14:57.393571 [ 3 ] {3c3dafe1-77dd-4aed-8f2e-2d7e5bc95d46} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
5232 | 2024.06.25 07:14:57.393897 [ 3 ] {3c3dafe1-77dd-4aed-8f2e-2d7e5bc95d46} <Trace> oximeter.measurements_u64 (4dca2f8a-9dea-4d2f-8335-c4506eb14d05): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5233 | 2024.06.25 07:14:57.394019 [ 3 ] {3c3dafe1-77dd-4aed-8f2e-2d7e5bc95d46} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001407 sec., 42643.923240938166 rows/sec., 2.87 MiB/sec. | ||
5234 | 2024.06.25 07:14:57.394169 [ 3 ] {3c3dafe1-77dd-4aed-8f2e-2d7e5bc95d46} <Debug> DynamicQueryHandler: Done processing query | ||
5235 | 2024.06.25 07:14:57.394201 [ 3 ] {3c3dafe1-77dd-4aed-8f2e-2d7e5bc95d46} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5236 | 2024.06.25 07:14:57.394216 [ 3 ] {} <Debug> HTTP-Session: 1504c881-ab09-46f9-a8f6-fa322dfb8a7c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db |